@elyx-code/project-logic-tree 0.0.7075 → 0.0.7077

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 +279 -279
  2. package/dist/index.d.ts +401 -6
  3. package/dist/index.js +50199 -47575
  4. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4958,7 +4958,19 @@ export declare enum BaseValueDescriptorIds {
4958
4958
  id: string;
4959
4959
  };
4960
4960
  };
4961
- prefix: {
4961
+ path: {
4962
+ id: string;
4963
+ dataType: {
4964
+ id: string;
4965
+ };
4966
+ };
4967
+ maxKeys: {
4968
+ id: string;
4969
+ dataType: {
4970
+ id: string;
4971
+ };
4972
+ };
4973
+ startAfter: {
4962
4974
  id: string;
4963
4975
  dataType: {
4964
4976
  id: string;
@@ -4967,6 +4979,29 @@ export declare enum BaseValueDescriptorIds {
4967
4979
  };
4968
4980
  dataType: {
4969
4981
  id: string;
4982
+ entity: {
4983
+ id: string;
4984
+ properties: {
4985
+ items: {
4986
+ id: string;
4987
+ dataType: {
4988
+ id: string;
4989
+ };
4990
+ };
4991
+ total: {
4992
+ id: string;
4993
+ dataType: {
4994
+ id: string;
4995
+ };
4996
+ };
4997
+ size: {
4998
+ id: string;
4999
+ dataType: {
5000
+ id: string;
5001
+ };
5002
+ };
5003
+ };
5004
+ };
4970
5005
  };
4971
5006
  error: {
4972
5007
  id: string;
@@ -5082,6 +5117,162 @@ export declare enum BaseValueDescriptorIds {
5082
5117
  id: string;
5083
5118
  };
5084
5119
  };
5120
+ "op-cloud-file-system-get-file-metadata": {
5121
+ id: CloudFileSystemOperations;
5122
+ inputs: {
5123
+ bucket: {
5124
+ id: string;
5125
+ dataType: {
5126
+ id: string;
5127
+ };
5128
+ };
5129
+ key: {
5130
+ id: string;
5131
+ dataType: {
5132
+ id: string;
5133
+ };
5134
+ };
5135
+ };
5136
+ dataType: {
5137
+ id: string;
5138
+ };
5139
+ error: {
5140
+ id: string;
5141
+ };
5142
+ };
5143
+ "op-cloud-file-system-check-file-exists": {
5144
+ id: CloudFileSystemOperations;
5145
+ inputs: {
5146
+ bucket: {
5147
+ id: string;
5148
+ dataType: {
5149
+ id: string;
5150
+ };
5151
+ };
5152
+ key: {
5153
+ id: string;
5154
+ dataType: {
5155
+ id: string;
5156
+ };
5157
+ };
5158
+ };
5159
+ dataType: {
5160
+ id: string;
5161
+ };
5162
+ error: {
5163
+ id: string;
5164
+ };
5165
+ };
5166
+ "op-cloud-file-system-get-presigned-url": {
5167
+ id: CloudFileSystemOperations;
5168
+ inputs: {
5169
+ bucket: {
5170
+ id: string;
5171
+ dataType: {
5172
+ id: string;
5173
+ };
5174
+ };
5175
+ key: {
5176
+ id: string;
5177
+ dataType: {
5178
+ id: string;
5179
+ };
5180
+ };
5181
+ action: {
5182
+ id: string;
5183
+ dataType: {
5184
+ id: string;
5185
+ };
5186
+ };
5187
+ expiresInSeconds: {
5188
+ id: string;
5189
+ dataType: {
5190
+ id: string;
5191
+ };
5192
+ };
5193
+ };
5194
+ dataType: {
5195
+ id: string;
5196
+ };
5197
+ error: {
5198
+ id: string;
5199
+ };
5200
+ };
5201
+ "op-cloud-file-system-set-file-access": {
5202
+ id: CloudFileSystemOperations;
5203
+ inputs: {
5204
+ bucket: {
5205
+ id: string;
5206
+ dataType: {
5207
+ id: string;
5208
+ };
5209
+ };
5210
+ key: {
5211
+ id: string;
5212
+ dataType: {
5213
+ id: string;
5214
+ };
5215
+ };
5216
+ access: {
5217
+ id: string;
5218
+ dataType: {
5219
+ id: string;
5220
+ };
5221
+ };
5222
+ };
5223
+ dataType: {
5224
+ id: string;
5225
+ };
5226
+ error: {
5227
+ id: string;
5228
+ };
5229
+ };
5230
+ "op-cloud-file-system-create-folder": {
5231
+ id: CloudFileSystemOperations;
5232
+ inputs: {
5233
+ bucket: {
5234
+ id: string;
5235
+ dataType: {
5236
+ id: string;
5237
+ };
5238
+ };
5239
+ folderPath: {
5240
+ id: string;
5241
+ dataType: {
5242
+ id: string;
5243
+ };
5244
+ };
5245
+ };
5246
+ dataType: {
5247
+ id: string;
5248
+ };
5249
+ error: {
5250
+ id: string;
5251
+ };
5252
+ };
5253
+ "op-cloud-file-system-delete-folder": {
5254
+ id: CloudFileSystemOperations;
5255
+ inputs: {
5256
+ bucket: {
5257
+ id: string;
5258
+ dataType: {
5259
+ id: string;
5260
+ };
5261
+ };
5262
+ folderPath: {
5263
+ id: string;
5264
+ dataType: {
5265
+ id: string;
5266
+ };
5267
+ };
5268
+ };
5269
+ dataType: {
5270
+ id: string;
5271
+ };
5272
+ error: {
5273
+ id: string;
5274
+ };
5275
+ };
5085
5276
  "op-sql-execute-query": {
5086
5277
  id: SQLOperations;
5087
5278
  inputs: {
@@ -10675,6 +10866,20 @@ export declare enum BaseValueDescriptorIds {
10675
10866
  resolveDeterministicResourceId(): string;
10676
10867
  }
10677
10868
 
10869
+ export declare const cloudFileSystemCheckFileExistsBucketInputDataTypeTransfer: IDataTypeTransfer;
10870
+
10871
+ export declare const cloudFileSystemCheckFileExistsBucketInputTransfer: IValueDescriptorTransfer;
10872
+
10873
+ export declare const cloudFileSystemCheckFileExistsKeyInputDataTypeTransfer: IDataTypeTransfer;
10874
+
10875
+ export declare const cloudFileSystemCheckFileExistsKeyInputTransfer: IValueDescriptorTransfer;
10876
+
10877
+ export declare const cloudFileSystemCheckFileExistsOperation: IActionDescriptorTransfer;
10878
+
10879
+ export declare const cloudFileSystemCheckFileExistsOperationError: IValueDescriptorTransfer;
10880
+
10881
+ export declare const cloudFileSystemCheckFileExistsResponseDataTypeTransfer: IDataTypeTransfer;
10882
+
10678
10883
  export declare const cloudFileSystemCopyFileBucketInputDataTypeTransfer: IDataTypeTransfer;
10679
10884
 
10680
10885
  export declare const cloudFileSystemCopyFileBucketInputTransfer: IValueDescriptorTransfer;
@@ -10693,6 +10898,20 @@ export declare enum BaseValueDescriptorIds {
10693
10898
 
10694
10899
  export declare const cloudFileSystemCopyFileSourceKeyInputTransfer: IValueDescriptorTransfer;
10695
10900
 
10901
+ export declare const cloudFileSystemCreateFolderBucketInputDataTypeTransfer: IDataTypeTransfer;
10902
+
10903
+ export declare const cloudFileSystemCreateFolderBucketInputTransfer: IValueDescriptorTransfer;
10904
+
10905
+ export declare const cloudFileSystemCreateFolderOperation: IActionDescriptorTransfer;
10906
+
10907
+ export declare const cloudFileSystemCreateFolderOperationError: IValueDescriptorTransfer;
10908
+
10909
+ export declare const cloudFileSystemCreateFolderPathInputDataTypeTransfer: IDataTypeTransfer;
10910
+
10911
+ export declare const cloudFileSystemCreateFolderPathInputTransfer: IValueDescriptorTransfer;
10912
+
10913
+ export declare const cloudFileSystemCreateFolderResponseDataTypeTransfer: IDataTypeTransfer;
10914
+
10696
10915
  export declare const cloudFileSystemDeleteFileBucketInputDataTypeTransfer: IDataTypeTransfer;
10697
10916
 
10698
10917
  export declare const cloudFileSystemDeleteFileBucketInputTransfer: IValueDescriptorTransfer;
@@ -10707,6 +10926,20 @@ export declare enum BaseValueDescriptorIds {
10707
10926
 
10708
10927
  export declare const cloudFileSystemDeleteFileResponseDataTypeTransfer: null;
10709
10928
 
10929
+ export declare const cloudFileSystemDeleteFolderBucketInputDataTypeTransfer: IDataTypeTransfer;
10930
+
10931
+ export declare const cloudFileSystemDeleteFolderBucketInputTransfer: IValueDescriptorTransfer;
10932
+
10933
+ export declare const cloudFileSystemDeleteFolderOperation: IActionDescriptorTransfer;
10934
+
10935
+ export declare const cloudFileSystemDeleteFolderOperationError: IValueDescriptorTransfer;
10936
+
10937
+ export declare const cloudFileSystemDeleteFolderPathInputDataTypeTransfer: IDataTypeTransfer;
10938
+
10939
+ export declare const cloudFileSystemDeleteFolderPathInputTransfer: IValueDescriptorTransfer;
10940
+
10941
+ export declare const cloudFileSystemDeleteFolderResponseDataTypeTransfer: IDataTypeTransfer;
10942
+
10710
10943
  export declare const cloudFileSystemDownloadFileBucketInputDataTypeTransfer: IDataTypeTransfer;
10711
10944
 
10712
10945
  export declare const cloudFileSystemDownloadFileBucketInputTransfer: IValueDescriptorTransfer;
@@ -10721,20 +10954,78 @@ export declare enum BaseValueDescriptorIds {
10721
10954
 
10722
10955
  export declare const cloudFileSystemDownloadFileResponseDataTypeTransfer: IDataTypeTransfer;
10723
10956
 
10957
+ export declare const cloudFileSystemGetFileMetadataBucketInputDataTypeTransfer: IDataTypeTransfer;
10958
+
10959
+ export declare const cloudFileSystemGetFileMetadataBucketInputTransfer: IValueDescriptorTransfer;
10960
+
10961
+ export declare const cloudFileSystemGetFileMetadataKeyInputDataTypeTransfer: IDataTypeTransfer;
10962
+
10963
+ export declare const cloudFileSystemGetFileMetadataKeyInputTransfer: IValueDescriptorTransfer;
10964
+
10965
+ export declare const cloudFileSystemGetFileMetadataOperation: IActionDescriptorTransfer;
10966
+
10967
+ export declare const cloudFileSystemGetFileMetadataOperationError: IValueDescriptorTransfer;
10968
+
10969
+ export declare const cloudFileSystemGetFileMetadataResponseDataTypeTransfer: IDataTypeTransfer;
10970
+
10971
+ export declare const cloudFileSystemGetPresignedUrlActionInputDataTypeTransfer: IDataTypeTransfer;
10972
+
10973
+ export declare const cloudFileSystemGetPresignedUrlActionInputTransfer: IValueDescriptorTransfer;
10974
+
10975
+ export declare const cloudFileSystemGetPresignedUrlBucketInputDataTypeTransfer: IDataTypeTransfer;
10976
+
10977
+ export declare const cloudFileSystemGetPresignedUrlBucketInputTransfer: IValueDescriptorTransfer;
10978
+
10979
+ export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputDataTypeTransfer: IDataTypeTransfer;
10980
+
10981
+ export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputTransfer: IValueDescriptorTransfer;
10982
+
10983
+ export declare const cloudFileSystemGetPresignedUrlKeyInputDataTypeTransfer: IDataTypeTransfer;
10984
+
10985
+ export declare const cloudFileSystemGetPresignedUrlKeyInputTransfer: IValueDescriptorTransfer;
10986
+
10987
+ export declare const cloudFileSystemGetPresignedUrlOperation: IActionDescriptorTransfer;
10988
+
10989
+ export declare const cloudFileSystemGetPresignedUrlOperationError: IValueDescriptorTransfer;
10990
+
10991
+ export declare const cloudFileSystemGetPresignedUrlResponseDataTypeTransfer: IDataTypeTransfer;
10992
+
10724
10993
  export declare const cloudFileSystemListFilesBucketInputDataTypeTransfer: IDataTypeTransfer;
10725
10994
 
10726
10995
  export declare const cloudFileSystemListFilesBucketInputTransfer: IValueDescriptorTransfer;
10727
10996
 
10997
+ export declare const cloudFileSystemListFilesItemsPropertyDataTypeTransfer: IDataTypeTransfer;
10998
+
10999
+ export declare const cloudFileSystemListFilesItemsPropertyTransfer: IPropertyTransfer;
11000
+
11001
+ export declare const cloudFileSystemListFilesMaxKeysInputDataTypeTransfer: IDataTypeTransfer;
11002
+
11003
+ export declare const cloudFileSystemListFilesMaxKeysInputTransfer: IValueDescriptorTransfer;
11004
+
10728
11005
  export declare const cloudFileSystemListFilesOperation: IActionDescriptorTransfer;
10729
11006
 
10730
11007
  export declare const cloudFileSystemListFilesOperationError: IValueDescriptorTransfer;
10731
11008
 
10732
- export declare const cloudFileSystemListFilesPrefixInputDataTypeTransfer: IDataTypeTransfer;
11009
+ export declare const cloudFileSystemListFilesPathInputDataTypeTransfer: IDataTypeTransfer;
10733
11010
 
10734
- export declare const cloudFileSystemListFilesPrefixInputTransfer: IValueDescriptorTransfer;
11011
+ export declare const cloudFileSystemListFilesPathInputTransfer: IValueDescriptorTransfer;
10735
11012
 
10736
11013
  export declare const cloudFileSystemListFilesResponseDataTypeTransfer: IDataTypeTransfer;
10737
11014
 
11015
+ export declare const cloudFileSystemListFilesResponseEntityTransfer: IDefinitionEntityTransfer;
11016
+
11017
+ export declare const cloudFileSystemListFilesSizePropertyDataTypeTransfer: IDataTypeTransfer;
11018
+
11019
+ export declare const cloudFileSystemListFilesSizePropertyTransfer: IPropertyTransfer;
11020
+
11021
+ export declare const cloudFileSystemListFilesStartAfterInputDataTypeTransfer: IDataTypeTransfer;
11022
+
11023
+ export declare const cloudFileSystemListFilesStartAfterInputTransfer: IValueDescriptorTransfer;
11024
+
11025
+ export declare const cloudFileSystemListFilesTotalPropertyDataTypeTransfer: IDataTypeTransfer;
11026
+
11027
+ export declare const cloudFileSystemListFilesTotalPropertyTransfer: IPropertyTransfer;
11028
+
10738
11029
  export declare const cloudFileSystemMoveFileBucketInputDataTypeTransfer: IDataTypeTransfer;
10739
11030
 
10740
11031
  export declare const cloudFileSystemMoveFileBucketInputTransfer: IValueDescriptorTransfer;
@@ -10760,7 +11051,13 @@ export declare enum BaseValueDescriptorIds {
10760
11051
  DeleteFile = "op-cloud-file-system-delete-file",
10761
11052
  CopyFile = "op-cloud-file-system-copy-file",
10762
11053
  MoveFile = "op-cloud-file-system-move-file",
10763
- RenameFile = "op-cloud-file-system-rename-file"
11054
+ RenameFile = "op-cloud-file-system-rename-file",
11055
+ GetFileMetadata = "op-cloud-file-system-get-file-metadata",
11056
+ CheckFileExists = "op-cloud-file-system-check-file-exists",
11057
+ GetPresignedUrl = "op-cloud-file-system-get-presigned-url",
11058
+ SetFileAccess = "op-cloud-file-system-set-file-access",
11059
+ CreateFolder = "op-cloud-file-system-create-folder",
11060
+ DeleteFolder = "op-cloud-file-system-delete-folder"
10764
11061
  }
10765
11062
 
10766
11063
  export declare const cloudFileSystemRenameFileBucketInputDataTypeTransfer: IDataTypeTransfer;
@@ -10781,6 +11078,24 @@ export declare enum BaseValueDescriptorIds {
10781
11078
 
10782
11079
  export declare const cloudFileSystemRenameFileResponseDataTypeTransfer: null;
10783
11080
 
11081
+ export declare const cloudFileSystemSetFileAccessAccessInputDataTypeTransfer: IDataTypeTransfer;
11082
+
11083
+ export declare const cloudFileSystemSetFileAccessAccessInputTransfer: IValueDescriptorTransfer;
11084
+
11085
+ export declare const cloudFileSystemSetFileAccessBucketInputDataTypeTransfer: IDataTypeTransfer;
11086
+
11087
+ export declare const cloudFileSystemSetFileAccessBucketInputTransfer: IValueDescriptorTransfer;
11088
+
11089
+ export declare const cloudFileSystemSetFileAccessKeyInputDataTypeTransfer: IDataTypeTransfer;
11090
+
11091
+ export declare const cloudFileSystemSetFileAccessKeyInputTransfer: IValueDescriptorTransfer;
11092
+
11093
+ export declare const cloudFileSystemSetFileAccessOperation: IActionDescriptorTransfer;
11094
+
11095
+ export declare const cloudFileSystemSetFileAccessOperationError: IValueDescriptorTransfer;
11096
+
11097
+ export declare const cloudFileSystemSetFileAccessResponseDataTypeTransfer: IDataTypeTransfer;
11098
+
10784
11099
  export declare const cloudFileSystemUploadFileBucketInputDataTypeTransfer: IDataTypeTransfer;
10785
11100
 
10786
11101
  export declare const cloudFileSystemUploadFileBucketInputTransfer: IValueDescriptorTransfer;
@@ -12733,6 +13048,8 @@ export declare enum BaseValueDescriptorIds {
12733
13048
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_DECODE_BASE64URL: string;
12734
13049
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_ENCODE_HEX: string;
12735
13050
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_DECODE_HEX: string;
13051
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_BYTES_TO_FILE_REFERENCE: string;
13052
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_FILE_REFERENCE_TO_BYTES: string;
12736
13053
  BUILT_IN_OPERATIONS_IMPLEMENTATIONS__JSON_PARSE: string;
12737
13054
  BUILT_IN_OPERATIONS_IMPLEMENTATIONS__JSON_STRINGIFY: string;
12738
13055
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_UPLOAD_FILE: string;
@@ -12742,6 +13059,12 @@ export declare enum BaseValueDescriptorIds {
12742
13059
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_COPY_FILE: string;
12743
13060
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_MOVE_FILE: string;
12744
13061
  BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_RENAME_FILE: string;
13062
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_GET_FILE_METADATA: string;
13063
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_CHECK_FILE_EXISTS: string;
13064
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_GET_PRESIGNED_URL: string;
13065
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_SET_FILE_ACCESS: string;
13066
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_CREATE_FOLDER: string;
13067
+ BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_DELETE_FOLDER: string;
12745
13068
  };
12746
13069
 
12747
13070
  export declare const DEFAULT_PROJECT_INSTANCE_PARENT_CONTEXT: IProjectInstanceParentContext;
@@ -16894,6 +17217,8 @@ export declare enum BaseValueDescriptorIds {
16894
17217
 
16895
17218
  export declare function getChildrenEntityWithValues(entity: CanvasEntityState | InternalCallState): EntityWithValueState[];
16896
17219
 
17220
+ export declare function getCloudFileSystemBucketNameFromEntityId(entityId: string, envIdentifier: string): string;
17221
+
16897
17222
  export declare function getColumnProperties(entity: DefinitionEntityState): PropertyState[];
16898
17223
 
16899
17224
  export declare function getCommonAncestor(entityA: EntityState, entityB: EntityState): EntityState | null;
@@ -16902,6 +17227,8 @@ export declare enum BaseValueDescriptorIds {
16902
17227
 
16903
17228
  export declare function getConnectionIdFromDefinitionEntity(entity: DefinitionEntityState | BuiltInBaseEntityState): string | null;
16904
17229
 
17230
+ export declare function getCronResourceIdFromEntityId(entityId: string, envIdentifier: string): string;
17231
+
16905
17232
  export declare function getCurrentIanaTimeZone(): string;
16906
17233
 
16907
17234
  export declare const getCurrentIanaTimezoneError: IValueDescriptorTransfer;
@@ -17004,6 +17331,8 @@ export declare enum BaseValueDescriptorIds {
17004
17331
  callType: 'success' | 'error' | 'entry' | 'loop-body' | null;
17005
17332
  };
17006
17333
 
17334
+ export declare function getEndpointResourceIdFromEntityId(entityId: string, envIdentifier: string): string;
17335
+
17007
17336
  export declare function getEntitiesCreatedSinceInitialization(projectState: ProjectState, preInitDate: string): UserManagedEntityState[];
17008
17337
 
17009
17338
  export declare function getEntitiesToPropagateValuesTo(entity: EntityWithValueState, project: ProjectState, seenInRecursion?: Set<EntityId>): EntityWithValueState[];
@@ -17153,6 +17482,8 @@ export declare enum BaseValueDescriptorIds {
17153
17482
 
17154
17483
  declare function getFunctionDefinition(name: FunctionNames): ISQLFunctionDefinition | null;
17155
17484
 
17485
+ export declare function getFunctionResourceIdFromEntityId(entityId: string, envIdentifier: string): string;
17486
+
17156
17487
  export declare function getGenerationTargetSchemaBasedOnType(entity: {
17157
17488
  type: EntityType;
17158
17489
  [key: string]: any;
@@ -17174,7 +17505,7 @@ export declare enum BaseValueDescriptorIds {
17174
17505
 
17175
17506
  export declare const getHourResponseDT: IDataTypeTransfer;
17176
17507
 
17177
- export declare function getHTTPAPINameFromProjectId(projectId: string): string;
17508
+ export declare function getHTTPAPINameFromProjectId(projectId: string, envIdentifier: string): string;
17178
17509
 
17179
17510
  export declare function getImplementedBuiltInEntity(entity: DefinitionEntityState): BuiltInBaseEntityState | null;
17180
17511
 
@@ -17497,7 +17828,7 @@ export declare enum BaseValueDescriptorIds {
17497
17828
  */
17498
17829
  export declare function getRelatedCanvasElementsOnTheRightAsync(entity: CanvasEntityState | ProjectState | InternalCallState, respectCollapse?: boolean, options?: YieldOptions): Promise<CanvasEntityState[]>;
17499
17830
 
17500
- export declare function getRelationalDBInstanceNameFromEntityId(entityId: string): string;
17831
+ export declare function getRelationalDBInstanceNameFromEntityId(entityId: string, envIdentifier: string): string;
17501
17832
 
17502
17833
  /**
17503
17834
  * Returns the root entry point entity that owns the scope of the given entity
@@ -24675,6 +25006,14 @@ export declare enum BaseValueDescriptorIds {
24675
25006
  main: ((entity: OperationState, inputs: IDynamicValue[]) => IPrimitiveExecutionResult | Promise<IPrimitiveExecutionResult>) | null;
24676
25007
  };
24677
25008
 
25009
+ export declare class OperationsImplementationsCloudFileSystemCheckFileExistsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25010
+ manifest: ExtensionManifest;
25011
+ module: {
25012
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25013
+ main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25014
+ };
25015
+ }
25016
+
24678
25017
  export declare class OperationsImplementationsCloudFileSystemCopyFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
24679
25018
  manifest: ExtensionManifest;
24680
25019
  module: {
@@ -24683,6 +25022,14 @@ export declare enum BaseValueDescriptorIds {
24683
25022
  };
24684
25023
  }
24685
25024
 
25025
+ export declare class OperationsImplementationsCloudFileSystemCreateFolderModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25026
+ manifest: ExtensionManifest;
25027
+ module: {
25028
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25029
+ main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25030
+ };
25031
+ }
25032
+
24686
25033
  export declare class OperationsImplementationsCloudFileSystemDeleteFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
24687
25034
  manifest: ExtensionManifest;
24688
25035
  module: {
@@ -24691,6 +25038,14 @@ export declare enum BaseValueDescriptorIds {
24691
25038
  };
24692
25039
  }
24693
25040
 
25041
+ export declare class OperationsImplementationsCloudFileSystemDeleteFolderModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25042
+ manifest: ExtensionManifest;
25043
+ module: {
25044
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25045
+ main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25046
+ };
25047
+ }
25048
+
24694
25049
  export declare class OperationsImplementationsCloudFileSystemDownloadFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
24695
25050
  manifest: ExtensionManifest;
24696
25051
  module: {
@@ -24699,6 +25054,22 @@ export declare enum BaseValueDescriptorIds {
24699
25054
  };
24700
25055
  }
24701
25056
 
25057
+ export declare class OperationsImplementationsCloudFileSystemGetFileMetadataModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25058
+ manifest: ExtensionManifest;
25059
+ module: {
25060
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25061
+ main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25062
+ };
25063
+ }
25064
+
25065
+ export declare class OperationsImplementationsCloudFileSystemGetPresignedUrlModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25066
+ manifest: ExtensionManifest;
25067
+ module: {
25068
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25069
+ main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25070
+ };
25071
+ }
25072
+
24702
25073
  export declare class OperationsImplementationsCloudFileSystemListFilesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
24703
25074
  manifest: ExtensionManifest;
24704
25075
  module: {
@@ -24723,6 +25094,14 @@ export declare enum BaseValueDescriptorIds {
24723
25094
  };
24724
25095
  }
24725
25096
 
25097
+ export declare class OperationsImplementationsCloudFileSystemSetFileAccessModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25098
+ manifest: ExtensionManifest;
25099
+ module: {
25100
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25101
+ main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25102
+ };
25103
+ }
25104
+
24726
25105
  export declare class OperationsImplementationsCloudFileSystemUploadFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
24727
25106
  manifest: ExtensionManifest;
24728
25107
  module: {
@@ -24805,6 +25184,14 @@ export declare enum BaseValueDescriptorIds {
24805
25184
  };
24806
25185
  }
24807
25186
 
25187
+ export declare class OperationsImplementationsDataTypeBytesToFileReferenceModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25188
+ manifest: ExtensionManifest;
25189
+ module: {
25190
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25191
+ main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25192
+ };
25193
+ }
25194
+
24808
25195
  export declare class OperationsImplementationsDataTypeDecodeBase64Module extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
24809
25196
  manifest: ExtensionManifest;
24810
25197
  module: {
@@ -24901,6 +25288,14 @@ export declare enum BaseValueDescriptorIds {
24901
25288
  };
24902
25289
  }
24903
25290
 
25291
+ export declare class OperationsImplementationsDataTypeFileReferenceToBytesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
25292
+ manifest: ExtensionManifest;
25293
+ module: {
25294
+ init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25295
+ main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25296
+ };
25297
+ }
25298
+
24904
25299
  export declare class OperationsImplementationsDataTypeFromBytesToStringModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
24905
25300
  manifest: ExtensionManifest;
24906
25301
  module: {