@elyx-code/project-logic-tree 0.0.7086 → 0.0.7088

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/dist/index.cjs +286 -286
  2. package/dist/index.d.ts +357 -38
  3. package/dist/index.js +54362 -52080
  4. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5019,7 +5019,7 @@ export declare enum BaseValueDescriptorIds {
5019
5019
  id: string;
5020
5020
  };
5021
5021
  };
5022
- "op-cloud-file-system-delete-file": {
5022
+ "op-cloud-file-system-delete-files": {
5023
5023
  id: CloudFileSystemOperations;
5024
5024
  inputs: {
5025
5025
  bucket: {
@@ -5028,7 +5028,7 @@ export declare enum BaseValueDescriptorIds {
5028
5028
  id: string;
5029
5029
  };
5030
5030
  };
5031
- key: {
5031
+ keys: {
5032
5032
  id: string;
5033
5033
  dataType: {
5034
5034
  id: string;
@@ -5350,7 +5350,7 @@ export declare enum BaseValueDescriptorIds {
5350
5350
  id: string;
5351
5351
  };
5352
5352
  };
5353
- "op-cloud-file-system-delete-folder": {
5353
+ "op-cloud-file-system-delete-folders": {
5354
5354
  id: CloudFileSystemOperations;
5355
5355
  inputs: {
5356
5356
  bucket: {
@@ -5359,7 +5359,180 @@ export declare enum BaseValueDescriptorIds {
5359
5359
  id: string;
5360
5360
  };
5361
5361
  };
5362
- folderPath: {
5362
+ folderPaths: {
5363
+ id: string;
5364
+ dataType: {
5365
+ id: string;
5366
+ };
5367
+ };
5368
+ };
5369
+ dataType: {
5370
+ id: string;
5371
+ };
5372
+ error: {
5373
+ id: string;
5374
+ };
5375
+ };
5376
+ "op-cloud-file-system-create-multipart-upload": {
5377
+ id: CloudFileSystemOperations;
5378
+ inputs: {
5379
+ bucket: {
5380
+ id: string;
5381
+ dataType: {
5382
+ id: string;
5383
+ };
5384
+ };
5385
+ key: {
5386
+ id: string;
5387
+ dataType: {
5388
+ id: string;
5389
+ };
5390
+ };
5391
+ contentType: {
5392
+ id: string;
5393
+ dataType: {
5394
+ id: string;
5395
+ };
5396
+ };
5397
+ };
5398
+ dataType: {
5399
+ id: string;
5400
+ entity: {
5401
+ id: string;
5402
+ properties: {
5403
+ uploadId: {
5404
+ id: string;
5405
+ dataType: {
5406
+ id: string;
5407
+ };
5408
+ };
5409
+ };
5410
+ };
5411
+ };
5412
+ error: {
5413
+ id: string;
5414
+ };
5415
+ };
5416
+ "op-cloud-file-system-get-upload-part-presigned-url": {
5417
+ id: CloudFileSystemOperations;
5418
+ inputs: {
5419
+ bucket: {
5420
+ id: string;
5421
+ dataType: {
5422
+ id: string;
5423
+ };
5424
+ };
5425
+ key: {
5426
+ id: string;
5427
+ dataType: {
5428
+ id: string;
5429
+ };
5430
+ };
5431
+ uploadId: {
5432
+ id: string;
5433
+ dataType: {
5434
+ id: string;
5435
+ };
5436
+ };
5437
+ partNumber: {
5438
+ id: string;
5439
+ dataType: {
5440
+ id: string;
5441
+ };
5442
+ };
5443
+ };
5444
+ dataType: {
5445
+ id: string;
5446
+ entity: {
5447
+ id: string;
5448
+ properties: {
5449
+ uploadUrl: {
5450
+ id: string;
5451
+ dataType: {
5452
+ id: string;
5453
+ };
5454
+ };
5455
+ };
5456
+ };
5457
+ };
5458
+ error: {
5459
+ id: string;
5460
+ };
5461
+ };
5462
+ "op-cloud-file-system-complete-multipart-upload": {
5463
+ id: CloudFileSystemOperations;
5464
+ inputs: {
5465
+ bucket: {
5466
+ id: string;
5467
+ dataType: {
5468
+ id: string;
5469
+ };
5470
+ };
5471
+ key: {
5472
+ id: string;
5473
+ dataType: {
5474
+ id: string;
5475
+ };
5476
+ };
5477
+ uploadId: {
5478
+ id: string;
5479
+ dataType: {
5480
+ id: string;
5481
+ };
5482
+ };
5483
+ parts: {
5484
+ id: string;
5485
+ dataType: {
5486
+ id: string;
5487
+ };
5488
+ };
5489
+ };
5490
+ dataType: {
5491
+ id: string;
5492
+ entity: {
5493
+ id: string;
5494
+ properties: {
5495
+ location: {
5496
+ id: string;
5497
+ dataType: {
5498
+ id: string;
5499
+ };
5500
+ };
5501
+ key: {
5502
+ id: string;
5503
+ dataType: {
5504
+ id: string;
5505
+ };
5506
+ };
5507
+ etag: {
5508
+ id: string;
5509
+ dataType: {
5510
+ id: string;
5511
+ };
5512
+ };
5513
+ };
5514
+ };
5515
+ };
5516
+ error: {
5517
+ id: string;
5518
+ };
5519
+ };
5520
+ "op-cloud-file-system-abort-multipart-upload": {
5521
+ id: CloudFileSystemOperations;
5522
+ inputs: {
5523
+ bucket: {
5524
+ id: string;
5525
+ dataType: {
5526
+ id: string;
5527
+ };
5528
+ };
5529
+ key: {
5530
+ id: string;
5531
+ dataType: {
5532
+ id: string;
5533
+ };
5534
+ };
5535
+ uploadId: {
5363
5536
  id: string;
5364
5537
  dataType: {
5365
5538
  id: string;
@@ -5932,7 +6105,7 @@ export declare enum BaseValueDescriptorIds {
5932
6105
  id: string;
5933
6106
  };
5934
6107
  };
5935
- listPrependOperationValueArg: {
6108
+ value: {
5936
6109
  id: string;
5937
6110
  dataType: {
5938
6111
  id: string;
@@ -10931,6 +11104,24 @@ export declare enum BaseValueDescriptorIds {
10931
11104
  [key: string]: IActionDescriptorTransfer;
10932
11105
  };
10933
11106
 
11107
+ export declare const cloudFileSystemAbortMultipartUploadBucketInputDataTypeTransfer: IDataTypeTransfer;
11108
+
11109
+ export declare const cloudFileSystemAbortMultipartUploadBucketInputTransfer: IValueDescriptorTransfer;
11110
+
11111
+ export declare const cloudFileSystemAbortMultipartUploadKeyInputDataTypeTransfer: IDataTypeTransfer;
11112
+
11113
+ export declare const cloudFileSystemAbortMultipartUploadKeyInputTransfer: IValueDescriptorTransfer;
11114
+
11115
+ export declare const cloudFileSystemAbortMultipartUploadOperation: IActionDescriptorTransfer;
11116
+
11117
+ export declare const cloudFileSystemAbortMultipartUploadOperationError: IValueDescriptorTransfer;
11118
+
11119
+ export declare const cloudFileSystemAbortMultipartUploadResponseDataTypeTransfer: IDataTypeTransfer;
11120
+
11121
+ export declare const cloudFileSystemAbortMultipartUploadUploadIdInputDataTypeTransfer: IDataTypeTransfer;
11122
+
11123
+ export declare const cloudFileSystemAbortMultipartUploadUploadIdInputTransfer: IValueDescriptorTransfer;
11124
+
10934
11125
  export declare const cloudFileSystemBucketBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
10935
11126
 
10936
11127
  export declare enum CloudFileSystemBucketDocumentValidationErrorCodes {
@@ -10980,6 +11171,42 @@ export declare enum BaseValueDescriptorIds {
10980
11171
 
10981
11172
  export declare const cloudFileSystemCheckFileExistsResponseDataTypeTransfer: IDataTypeTransfer;
10982
11173
 
11174
+ export declare const cloudFileSystemCompleteMultipartUploadBucketInputDataTypeTransfer: IDataTypeTransfer;
11175
+
11176
+ export declare const cloudFileSystemCompleteMultipartUploadBucketInputTransfer: IValueDescriptorTransfer;
11177
+
11178
+ export declare const cloudFileSystemCompleteMultipartUploadETagPropertyDataTypeTransfer: IDataTypeTransfer;
11179
+
11180
+ export declare const cloudFileSystemCompleteMultipartUploadETagPropertyTransfer: IPropertyTransfer;
11181
+
11182
+ export declare const cloudFileSystemCompleteMultipartUploadKeyInputDataTypeTransfer: IDataTypeTransfer;
11183
+
11184
+ export declare const cloudFileSystemCompleteMultipartUploadKeyInputTransfer: IValueDescriptorTransfer;
11185
+
11186
+ export declare const cloudFileSystemCompleteMultipartUploadKeyPropertyDataTypeTransfer: IDataTypeTransfer;
11187
+
11188
+ export declare const cloudFileSystemCompleteMultipartUploadKeyPropertyTransfer: IPropertyTransfer;
11189
+
11190
+ export declare const cloudFileSystemCompleteMultipartUploadLocationPropertyDataTypeTransfer: IDataTypeTransfer;
11191
+
11192
+ export declare const cloudFileSystemCompleteMultipartUploadLocationPropertyTransfer: IPropertyTransfer;
11193
+
11194
+ export declare const cloudFileSystemCompleteMultipartUploadOperation: IActionDescriptorTransfer;
11195
+
11196
+ export declare const cloudFileSystemCompleteMultipartUploadOperationError: IValueDescriptorTransfer;
11197
+
11198
+ export declare const cloudFileSystemCompleteMultipartUploadPartsInputDataTypeTransfer: IDataTypeTransfer;
11199
+
11200
+ export declare const cloudFileSystemCompleteMultipartUploadPartsInputTransfer: IValueDescriptorTransfer;
11201
+
11202
+ export declare const cloudFileSystemCompleteMultipartUploadResponseDataTypeTransfer: IDataTypeTransfer;
11203
+
11204
+ export declare const cloudFileSystemCompleteMultipartUploadResponseEntityTransfer: IDefinitionEntityTransfer;
11205
+
11206
+ export declare const cloudFileSystemCompleteMultipartUploadUploadIdInputDataTypeTransfer: IDataTypeTransfer;
11207
+
11208
+ export declare const cloudFileSystemCompleteMultipartUploadUploadIdInputTransfer: IValueDescriptorTransfer;
11209
+
10983
11210
  export declare const cloudFileSystemCopyFileBucketInputDataTypeTransfer: IDataTypeTransfer;
10984
11211
 
10985
11212
  export declare const cloudFileSystemCopyFileBucketInputTransfer: IValueDescriptorTransfer;
@@ -11016,33 +11243,57 @@ export declare enum BaseValueDescriptorIds {
11016
11243
 
11017
11244
  export declare const cloudFileSystemCreateFolderResponseDataTypeTransfer: IDataTypeTransfer;
11018
11245
 
11019
- export declare const cloudFileSystemDeleteFileBucketInputDataTypeTransfer: IDataTypeTransfer;
11246
+ export declare const cloudFileSystemCreateMultipartUploadBucketInputDataTypeTransfer: IDataTypeTransfer;
11247
+
11248
+ export declare const cloudFileSystemCreateMultipartUploadBucketInputTransfer: IValueDescriptorTransfer;
11249
+
11250
+ export declare const cloudFileSystemCreateMultipartUploadContentTypeInputDataTypeTransfer: IDataTypeTransfer;
11251
+
11252
+ export declare const cloudFileSystemCreateMultipartUploadContentTypeInputTransfer: IValueDescriptorTransfer;
11253
+
11254
+ export declare const cloudFileSystemCreateMultipartUploadKeyInputDataTypeTransfer: IDataTypeTransfer;
11255
+
11256
+ export declare const cloudFileSystemCreateMultipartUploadKeyInputTransfer: IValueDescriptorTransfer;
11020
11257
 
11021
- export declare const cloudFileSystemDeleteFileBucketInputTransfer: IValueDescriptorTransfer;
11258
+ export declare const cloudFileSystemCreateMultipartUploadOperation: IActionDescriptorTransfer;
11022
11259
 
11023
- export declare const cloudFileSystemDeleteFileKeyInputDataTypeTransfer: IDataTypeTransfer;
11260
+ export declare const cloudFileSystemCreateMultipartUploadOperationError: IValueDescriptorTransfer;
11024
11261
 
11025
- export declare const cloudFileSystemDeleteFileKeyInputTransfer: IValueDescriptorTransfer;
11262
+ export declare const cloudFileSystemCreateMultipartUploadResponseDataTypeTransfer: IDataTypeTransfer;
11026
11263
 
11027
- export declare const cloudFileSystemDeleteFileOperation: IActionDescriptorTransfer;
11264
+ export declare const cloudFileSystemCreateMultipartUploadResponseEntityTransfer: IDefinitionEntityTransfer;
11028
11265
 
11029
- export declare const cloudFileSystemDeleteFileOperationError: IValueDescriptorTransfer;
11266
+ export declare const cloudFileSystemCreateMultipartUploadUploadIdPropertyDataTypeTransfer: IDataTypeTransfer;
11030
11267
 
11031
- export declare const cloudFileSystemDeleteFileResponseDataTypeTransfer: IDataTypeTransfer;
11268
+ export declare const cloudFileSystemCreateMultipartUploadUploadIdPropertyTransfer: IPropertyTransfer;
11032
11269
 
11033
- export declare const cloudFileSystemDeleteFolderBucketInputDataTypeTransfer: IDataTypeTransfer;
11270
+ export declare const cloudFileSystemDeleteFilesBucketInputDataTypeTransfer: IDataTypeTransfer;
11034
11271
 
11035
- export declare const cloudFileSystemDeleteFolderBucketInputTransfer: IValueDescriptorTransfer;
11272
+ export declare const cloudFileSystemDeleteFilesBucketInputTransfer: IValueDescriptorTransfer;
11036
11273
 
11037
- export declare const cloudFileSystemDeleteFolderOperation: IActionDescriptorTransfer;
11274
+ export declare const cloudFileSystemDeleteFilesKeysInputDataTypeTransfer: IDataTypeTransfer;
11038
11275
 
11039
- export declare const cloudFileSystemDeleteFolderOperationError: IValueDescriptorTransfer;
11276
+ export declare const cloudFileSystemDeleteFilesKeysInputTransfer: IValueDescriptorTransfer;
11040
11277
 
11041
- export declare const cloudFileSystemDeleteFolderPathInputDataTypeTransfer: IDataTypeTransfer;
11278
+ export declare const cloudFileSystemDeleteFilesOperation: IActionDescriptorTransfer;
11042
11279
 
11043
- export declare const cloudFileSystemDeleteFolderPathInputTransfer: IValueDescriptorTransfer;
11280
+ export declare const cloudFileSystemDeleteFilesOperationError: IValueDescriptorTransfer;
11044
11281
 
11045
- export declare const cloudFileSystemDeleteFolderResponseDataTypeTransfer: IDataTypeTransfer;
11282
+ export declare const cloudFileSystemDeleteFilesResponseDataTypeTransfer: IDataTypeTransfer;
11283
+
11284
+ export declare const cloudFileSystemDeleteFoldersBucketInputDataTypeTransfer: IDataTypeTransfer;
11285
+
11286
+ export declare const cloudFileSystemDeleteFoldersBucketInputTransfer: IValueDescriptorTransfer;
11287
+
11288
+ export declare const cloudFileSystemDeleteFoldersOperation: IActionDescriptorTransfer;
11289
+
11290
+ export declare const cloudFileSystemDeleteFoldersOperationError: IValueDescriptorTransfer;
11291
+
11292
+ export declare const cloudFileSystemDeleteFoldersPathsInputDataTypeTransfer: IDataTypeTransfer;
11293
+
11294
+ export declare const cloudFileSystemDeleteFoldersPathsInputTransfer: IValueDescriptorTransfer;
11295
+
11296
+ export declare const cloudFileSystemDeleteFoldersResponseDataTypeTransfer: IDataTypeTransfer;
11046
11297
 
11047
11298
  export declare const cloudFileSystemDownloadFileBucketInputDataTypeTransfer: IDataTypeTransfer;
11048
11299
 
@@ -11142,6 +11393,34 @@ export declare enum BaseValueDescriptorIds {
11142
11393
 
11143
11394
  export declare const cloudFileSystemGetPresignedUrlUrlPropertyTransfer: IPropertyTransfer;
11144
11395
 
11396
+ export declare const cloudFileSystemGetUploadPartPresignedUrlBucketInputDataTypeTransfer: IDataTypeTransfer;
11397
+
11398
+ export declare const cloudFileSystemGetUploadPartPresignedUrlBucketInputTransfer: IValueDescriptorTransfer;
11399
+
11400
+ export declare const cloudFileSystemGetUploadPartPresignedUrlKeyInputDataTypeTransfer: IDataTypeTransfer;
11401
+
11402
+ export declare const cloudFileSystemGetUploadPartPresignedUrlKeyInputTransfer: IValueDescriptorTransfer;
11403
+
11404
+ export declare const cloudFileSystemGetUploadPartPresignedUrlOperation: IActionDescriptorTransfer;
11405
+
11406
+ export declare const cloudFileSystemGetUploadPartPresignedUrlOperationError: IValueDescriptorTransfer;
11407
+
11408
+ export declare const cloudFileSystemGetUploadPartPresignedUrlPartNumberInputDataTypeTransfer: IDataTypeTransfer;
11409
+
11410
+ export declare const cloudFileSystemGetUploadPartPresignedUrlPartNumberInputTransfer: IValueDescriptorTransfer;
11411
+
11412
+ export declare const cloudFileSystemGetUploadPartPresignedUrlResponseDataTypeTransfer: IDataTypeTransfer;
11413
+
11414
+ export declare const cloudFileSystemGetUploadPartPresignedUrlResponseEntityTransfer: IDefinitionEntityTransfer;
11415
+
11416
+ export declare const cloudFileSystemGetUploadPartPresignedUrlUploadIdInputDataTypeTransfer: IDataTypeTransfer;
11417
+
11418
+ export declare const cloudFileSystemGetUploadPartPresignedUrlUploadIdInputTransfer: IValueDescriptorTransfer;
11419
+
11420
+ export declare const cloudFileSystemGetUploadPartPresignedUrlUploadUrlPropertyDataTypeTransfer: IDataTypeTransfer;
11421
+
11422
+ export declare const cloudFileSystemGetUploadPartPresignedUrlUploadUrlPropertyTransfer: IPropertyTransfer;
11423
+
11145
11424
  export declare const cloudFileSystemListFilesBucketInputDataTypeTransfer: IDataTypeTransfer;
11146
11425
 
11147
11426
  export declare const cloudFileSystemListFilesBucketInputTransfer: IValueDescriptorTransfer;
@@ -11212,7 +11491,7 @@ export declare enum BaseValueDescriptorIds {
11212
11491
  UploadFile = "op-cloud-file-system-upload-file",
11213
11492
  DownloadFile = "op-cloud-file-system-download-file",
11214
11493
  ListFiles = "op-cloud-file-system-list-files",
11215
- DeleteFile = "op-cloud-file-system-delete-file",
11494
+ DeleteFiles = "op-cloud-file-system-delete-files",
11216
11495
  CopyFile = "op-cloud-file-system-copy-file",
11217
11496
  MoveFile = "op-cloud-file-system-move-file",
11218
11497
  RenameFile = "op-cloud-file-system-rename-file",
@@ -11221,7 +11500,11 @@ export declare enum BaseValueDescriptorIds {
11221
11500
  GetPresignedUrl = "op-cloud-file-system-get-presigned-url",
11222
11501
  SetFileAccess = "op-cloud-file-system-set-file-access",
11223
11502
  CreateFolder = "op-cloud-file-system-create-folder",
11224
- DeleteFolder = "op-cloud-file-system-delete-folder"
11503
+ DeleteFolders = "op-cloud-file-system-delete-folders",
11504
+ CreateMultipartUpload = "op-cloud-file-system-create-multipart-upload",
11505
+ GetUploadPartPresignedUrl = "op-cloud-file-system-get-upload-part-presigned-url",
11506
+ CompleteMultipartUpload = "op-cloud-file-system-complete-multipart-upload",
11507
+ AbortMultipartUpload = "op-cloud-file-system-abort-multipart-upload"
11225
11508
  }
11226
11509
 
11227
11510
  export declare const cloudFileSystemRenameFileBucketInputDataTypeTransfer: IDataTypeTransfer;
@@ -13219,7 +13502,7 @@ export declare enum BaseValueDescriptorIds {
13219
13502
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_UPLOAD_FILE: string;
13220
13503
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_DOWNLOAD_FILE: string;
13221
13504
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_LIST_FILES: string;
13222
- BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_DELETE_FILE: string;
13505
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_DELETE_FILES: string;
13223
13506
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_COPY_FILE: string;
13224
13507
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_MOVE_FILE: string;
13225
13508
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_RENAME_FILE: string;
@@ -13228,7 +13511,11 @@ export declare enum BaseValueDescriptorIds {
13228
13511
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_GET_PRESIGNED_URL: string;
13229
13512
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_SET_FILE_ACCESS: string;
13230
13513
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_CREATE_FOLDER: string;
13231
- BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_DELETE_FOLDER: string;
13514
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_DELETE_FOLDERS: string;
13515
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_CREATE_MULTIPART_UPLOAD: string;
13516
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_GET_UPLOAD_PART_PRESIGNED_URL: string;
13517
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_COMPLETE_MULTIPART_UPLOAD: string;
13518
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_ABORT_MULTIPART_UPLOAD: string;
13232
13519
  };
13233
13520
 
13234
13521
  export declare const DEFAULT_PROJECT_INSTANCE_PARENT_CONTEXT: IProjectInstanceParentContext;
@@ -25170,11 +25457,27 @@ export declare enum BaseValueDescriptorIds {
25170
25457
  main: ((entity: OperationState, inputs: IDynamicValue[]) => IPrimitiveExecutionResult | Promise<IPrimitiveExecutionResult>) | null;
25171
25458
  };
25172
25459
 
25460
+ export declare class OperationsImplementationsCloudFileSystemAbortMultipartUploadModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25461
+ manifest: ExtensionManifest;
25462
+ module: {
25463
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25464
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25465
+ };
25466
+ }
25467
+
25173
25468
  export declare class OperationsImplementationsCloudFileSystemCheckFileExistsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25174
25469
  manifest: ExtensionManifest;
25175
25470
  module: {
25176
25471
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25177
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25472
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25473
+ };
25474
+ }
25475
+
25476
+ export declare class OperationsImplementationsCloudFileSystemCompleteMultipartUploadModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25477
+ manifest: ExtensionManifest;
25478
+ module: {
25479
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25480
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25178
25481
  };
25179
25482
  }
25180
25483
 
@@ -25182,7 +25485,7 @@ export declare enum BaseValueDescriptorIds {
25182
25485
  manifest: ExtensionManifest;
25183
25486
  module: {
25184
25487
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25185
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25488
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25186
25489
  };
25187
25490
  }
25188
25491
 
@@ -25190,23 +25493,31 @@ export declare enum BaseValueDescriptorIds {
25190
25493
  manifest: ExtensionManifest;
25191
25494
  module: {
25192
25495
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25193
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25496
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25194
25497
  };
25195
25498
  }
25196
25499
 
25197
- export declare class OperationsImplementationsCloudFileSystemDeleteFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25500
+ export declare class OperationsImplementationsCloudFileSystemCreateMultipartUploadModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25198
25501
  manifest: ExtensionManifest;
25199
25502
  module: {
25200
25503
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25201
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25504
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25202
25505
  };
25203
25506
  }
25204
25507
 
25205
- export declare class OperationsImplementationsCloudFileSystemDeleteFolderModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25508
+ export declare class OperationsImplementationsCloudFileSystemDeleteFilesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25206
25509
  manifest: ExtensionManifest;
25207
25510
  module: {
25208
25511
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25209
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25512
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25513
+ };
25514
+ }
25515
+
25516
+ export declare class OperationsImplementationsCloudFileSystemDeleteFoldersModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25517
+ manifest: ExtensionManifest;
25518
+ module: {
25519
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25520
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25210
25521
  };
25211
25522
  }
25212
25523
 
@@ -25214,7 +25525,7 @@ export declare enum BaseValueDescriptorIds {
25214
25525
  manifest: ExtensionManifest;
25215
25526
  module: {
25216
25527
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25217
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25528
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25218
25529
  };
25219
25530
  }
25220
25531
 
@@ -25222,7 +25533,7 @@ export declare enum BaseValueDescriptorIds {
25222
25533
  manifest: ExtensionManifest;
25223
25534
  module: {
25224
25535
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25225
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25536
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25226
25537
  };
25227
25538
  }
25228
25539
 
@@ -25230,7 +25541,15 @@ export declare enum BaseValueDescriptorIds {
25230
25541
  manifest: ExtensionManifest;
25231
25542
  module: {
25232
25543
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25233
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25544
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25545
+ };
25546
+ }
25547
+
25548
+ export declare class OperationsImplementationsCloudFileSystemGetUploadPartPresignedUrlModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25549
+ manifest: ExtensionManifest;
25550
+ module: {
25551
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25552
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25234
25553
  };
25235
25554
  }
25236
25555
 
@@ -25238,7 +25557,7 @@ export declare enum BaseValueDescriptorIds {
25238
25557
  manifest: ExtensionManifest;
25239
25558
  module: {
25240
25559
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25241
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25560
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25242
25561
  };
25243
25562
  }
25244
25563
 
@@ -25246,7 +25565,7 @@ export declare enum BaseValueDescriptorIds {
25246
25565
  manifest: ExtensionManifest;
25247
25566
  module: {
25248
25567
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25249
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25568
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25250
25569
  };
25251
25570
  }
25252
25571
 
@@ -25254,7 +25573,7 @@ export declare enum BaseValueDescriptorIds {
25254
25573
  manifest: ExtensionManifest;
25255
25574
  module: {
25256
25575
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25257
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25576
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25258
25577
  };
25259
25578
  }
25260
25579
 
@@ -25262,7 +25581,7 @@ export declare enum BaseValueDescriptorIds {
25262
25581
  manifest: ExtensionManifest;
25263
25582
  module: {
25264
25583
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25265
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25584
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25266
25585
  };
25267
25586
  }
25268
25587
 
@@ -25270,7 +25589,7 @@ export declare enum BaseValueDescriptorIds {
25270
25589
  manifest: ExtensionManifest;
25271
25590
  module: {
25272
25591
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25273
- main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25592
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25274
25593
  };
25275
25594
  }
25276
25595