@@ -1434,39 +1434,39 @@ type NotificationCached struct {
14341434}
14351435
14361436type File struct {
1437- Id string `json:"id" datastore:"id"`
1438- ReferenceFileId string `json:"reference_file_id" datastore:"reference_file_id"`
1439- Type string `json:"type" datastore:"type"`
1440- CreatedAt int64 `json:"created_at" datastore:"created_at"`
1441- UpdatedAt int64 `json:"updated_at" datastore:"updated_at"`
1442- MetaAccessAt int64 `json:"meta_access_at" datastore:"meta_access_at"`
1443- DownloadAt int64 `json:"last_downloaded" datastore:"last_downloaded"`
1444- Description string `json:"description" datastore:"description"`
1445- ExpiresAt string `json:"expires_at" datastore:"expires_at"`
1446- Status string `json:"status" datastore:"status"`
1447- Filename string `json:"filename" datastore:"filename"`
1448- URL string `json:"url" datastore:"org"`
1449- OrgId string `json:"org_id" datastore:"org_id"`
1450- WorkflowId string `json:"workflow_id" datastore:"workflow_id"`
1451- Workflows []string `json:"workflows" datastore:"workflows"`
1452- DownloadPath string `json:"download_path" datastore:"download_path"`
1453- Md5sum string `json:"md5_sum" datastore:"md5_sum"`
1454- Sha256sum string `json:"sha256_sum" datastore:"sha256_sum"`
1455- FileSize int64 `json:"filesize" datastore:"filesize"`
1456- Duplicate bool `json:"duplicate" datastore:"duplicate"`
1457- Subflows []string `json:"subflows" datastore:"subflows"`
1458- Tags []string `json:"tags" datastore:"tags"`
1459- StorageArea string `json:"storage_area" datastore:"storage_area"`
1460- Etag int `json:"etag" datastore:"etag"`
1461- ContentType string `json:"content_type" datastore:"content_type"`
1462- UpdatedBy string `json:"updated_by" datastore:"updated_by"`
1463- CreatedBy string `json:"created_by" datastore:"created_by"`
1464- Namespace string `json:"namespace" datastore:"namespace"`
1465- Encrypted bool `json:"encrypted" datastore:"encrypted"`
1466- IsEdited bool `json:"isedited" datastore:"isedited"`
1467- LastEditor string `json:"lasteditor" datastore:"lasteditor"`
1468- OriginalMd5sum string `json:"Originalmd5_sum" datastore:"Originalmd5_sum"`
1469- SuborgDistributed bool `json:"suborg_distributed " datastore:"suborg_distributed "`
1437+ Id string `json:"id" datastore:"id"`
1438+ ReferenceFileId string `json:"reference_file_id" datastore:"reference_file_id"`
1439+ Type string `json:"type" datastore:"type"`
1440+ CreatedAt int64 `json:"created_at" datastore:"created_at"`
1441+ UpdatedAt int64 `json:"updated_at" datastore:"updated_at"`
1442+ MetaAccessAt int64 `json:"meta_access_at" datastore:"meta_access_at"`
1443+ DownloadAt int64 `json:"last_downloaded" datastore:"last_downloaded"`
1444+ Description string `json:"description" datastore:"description"`
1445+ ExpiresAt string `json:"expires_at" datastore:"expires_at"`
1446+ Status string `json:"status" datastore:"status"`
1447+ Filename string `json:"filename" datastore:"filename"`
1448+ URL string `json:"url" datastore:"org"`
1449+ OrgId string `json:"org_id" datastore:"org_id"`
1450+ WorkflowId string `json:"workflow_id" datastore:"workflow_id"`
1451+ Workflows []string `json:"workflows" datastore:"workflows"`
1452+ DownloadPath string `json:"download_path" datastore:"download_path"`
1453+ Md5sum string `json:"md5_sum" datastore:"md5_sum"`
1454+ Sha256sum string `json:"sha256_sum" datastore:"sha256_sum"`
1455+ FileSize int64 `json:"filesize" datastore:"filesize"`
1456+ Duplicate bool `json:"duplicate" datastore:"duplicate"`
1457+ Subflows []string `json:"subflows" datastore:"subflows"`
1458+ Tags []string `json:"tags" datastore:"tags"`
1459+ StorageArea string `json:"storage_area" datastore:"storage_area"`
1460+ Etag int `json:"etag" datastore:"etag"`
1461+ ContentType string `json:"content_type" datastore:"content_type"`
1462+ UpdatedBy string `json:"updated_by" datastore:"updated_by"`
1463+ CreatedBy string `json:"created_by" datastore:"created_by"`
1464+ Namespace string `json:"namespace" datastore:"namespace"`
1465+ Encrypted bool `json:"encrypted" datastore:"encrypted"`
1466+ IsEdited bool `json:"isedited" datastore:"isedited"`
1467+ LastEditor string `json:"lasteditor" datastore:"lasteditor"`
1468+ OriginalMd5sum string `json:"Originalmd5_sum" datastore:"Originalmd5_sum"`
1469+ SuborgDistribution [] string `json:"suborg_distribution " datastore:"suborg_distribution "`
14701470}
14711471
14721472type DisabledRules struct {
@@ -2716,15 +2716,15 @@ type DataToSend struct {
27162716}
27172717
27182718type BaseFile struct {
2719- Name string `json:"name"`
2720- ID string `json:"id"`
2721- Type string `json:"type"`
2722- UpdatedAt int64 `json:"updated_at"`
2723- Md5Sum string `json:"md5_sum"`
2724- Status string `json:"status"`
2725- FileSize int64 `json:"filesize"`
2726- OrgId string `json:"org_id"`
2727- SuborgDistributed bool `json:"suborg_distributed "`
2719+ Name string `json:"name"`
2720+ ID string `json:"id"`
2721+ Type string `json:"type"`
2722+ UpdatedAt int64 `json:"updated_at"`
2723+ Md5Sum string `json:"md5_sum"`
2724+ Status string `json:"status"`
2725+ FileSize int64 `json:"filesize"`
2726+ OrgId string `json:"org_id"`
2727+ SuborgDistribution [] string `json:"suborg_distribution "`
27282728}
27292729
27302730type FileResponse struct {
0 commit comments