@elyx-code/project-logic-tree 0.0.7076 → 0.0.7078
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.
- package/dist/index.cjs +279 -279
- package/dist/index.d.ts +421 -6
- package/dist/index.js +50138 -47397
- 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
|
-
|
|
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;
|
|
@@ -5016,6 +5051,12 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5016
5051
|
id: string;
|
|
5017
5052
|
};
|
|
5018
5053
|
};
|
|
5054
|
+
destinationBucket: {
|
|
5055
|
+
id: string;
|
|
5056
|
+
dataType: {
|
|
5057
|
+
id: string;
|
|
5058
|
+
};
|
|
5059
|
+
};
|
|
5019
5060
|
};
|
|
5020
5061
|
dataType: {
|
|
5021
5062
|
id: string;
|
|
@@ -5045,6 +5086,12 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5045
5086
|
id: string;
|
|
5046
5087
|
};
|
|
5047
5088
|
};
|
|
5089
|
+
destinationBucket: {
|
|
5090
|
+
id: string;
|
|
5091
|
+
dataType: {
|
|
5092
|
+
id: string;
|
|
5093
|
+
};
|
|
5094
|
+
};
|
|
5048
5095
|
};
|
|
5049
5096
|
dataType: {
|
|
5050
5097
|
id: string;
|
|
@@ -5082,6 +5129,162 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5082
5129
|
id: string;
|
|
5083
5130
|
};
|
|
5084
5131
|
};
|
|
5132
|
+
"op-cloud-file-system-get-file-metadata": {
|
|
5133
|
+
id: CloudFileSystemOperations;
|
|
5134
|
+
inputs: {
|
|
5135
|
+
bucket: {
|
|
5136
|
+
id: string;
|
|
5137
|
+
dataType: {
|
|
5138
|
+
id: string;
|
|
5139
|
+
};
|
|
5140
|
+
};
|
|
5141
|
+
key: {
|
|
5142
|
+
id: string;
|
|
5143
|
+
dataType: {
|
|
5144
|
+
id: string;
|
|
5145
|
+
};
|
|
5146
|
+
};
|
|
5147
|
+
};
|
|
5148
|
+
dataType: {
|
|
5149
|
+
id: string;
|
|
5150
|
+
};
|
|
5151
|
+
error: {
|
|
5152
|
+
id: string;
|
|
5153
|
+
};
|
|
5154
|
+
};
|
|
5155
|
+
"op-cloud-file-system-check-file-exists": {
|
|
5156
|
+
id: CloudFileSystemOperations;
|
|
5157
|
+
inputs: {
|
|
5158
|
+
bucket: {
|
|
5159
|
+
id: string;
|
|
5160
|
+
dataType: {
|
|
5161
|
+
id: string;
|
|
5162
|
+
};
|
|
5163
|
+
};
|
|
5164
|
+
key: {
|
|
5165
|
+
id: string;
|
|
5166
|
+
dataType: {
|
|
5167
|
+
id: string;
|
|
5168
|
+
};
|
|
5169
|
+
};
|
|
5170
|
+
};
|
|
5171
|
+
dataType: {
|
|
5172
|
+
id: string;
|
|
5173
|
+
};
|
|
5174
|
+
error: {
|
|
5175
|
+
id: string;
|
|
5176
|
+
};
|
|
5177
|
+
};
|
|
5178
|
+
"op-cloud-file-system-get-presigned-url": {
|
|
5179
|
+
id: CloudFileSystemOperations;
|
|
5180
|
+
inputs: {
|
|
5181
|
+
bucket: {
|
|
5182
|
+
id: string;
|
|
5183
|
+
dataType: {
|
|
5184
|
+
id: string;
|
|
5185
|
+
};
|
|
5186
|
+
};
|
|
5187
|
+
key: {
|
|
5188
|
+
id: string;
|
|
5189
|
+
dataType: {
|
|
5190
|
+
id: string;
|
|
5191
|
+
};
|
|
5192
|
+
};
|
|
5193
|
+
action: {
|
|
5194
|
+
id: string;
|
|
5195
|
+
dataType: {
|
|
5196
|
+
id: string;
|
|
5197
|
+
};
|
|
5198
|
+
};
|
|
5199
|
+
expiresInSeconds: {
|
|
5200
|
+
id: string;
|
|
5201
|
+
dataType: {
|
|
5202
|
+
id: string;
|
|
5203
|
+
};
|
|
5204
|
+
};
|
|
5205
|
+
};
|
|
5206
|
+
dataType: {
|
|
5207
|
+
id: string;
|
|
5208
|
+
};
|
|
5209
|
+
error: {
|
|
5210
|
+
id: string;
|
|
5211
|
+
};
|
|
5212
|
+
};
|
|
5213
|
+
"op-cloud-file-system-set-file-access": {
|
|
5214
|
+
id: CloudFileSystemOperations;
|
|
5215
|
+
inputs: {
|
|
5216
|
+
bucket: {
|
|
5217
|
+
id: string;
|
|
5218
|
+
dataType: {
|
|
5219
|
+
id: string;
|
|
5220
|
+
};
|
|
5221
|
+
};
|
|
5222
|
+
key: {
|
|
5223
|
+
id: string;
|
|
5224
|
+
dataType: {
|
|
5225
|
+
id: string;
|
|
5226
|
+
};
|
|
5227
|
+
};
|
|
5228
|
+
access: {
|
|
5229
|
+
id: string;
|
|
5230
|
+
dataType: {
|
|
5231
|
+
id: string;
|
|
5232
|
+
};
|
|
5233
|
+
};
|
|
5234
|
+
};
|
|
5235
|
+
dataType: {
|
|
5236
|
+
id: string;
|
|
5237
|
+
};
|
|
5238
|
+
error: {
|
|
5239
|
+
id: string;
|
|
5240
|
+
};
|
|
5241
|
+
};
|
|
5242
|
+
"op-cloud-file-system-create-folder": {
|
|
5243
|
+
id: CloudFileSystemOperations;
|
|
5244
|
+
inputs: {
|
|
5245
|
+
bucket: {
|
|
5246
|
+
id: string;
|
|
5247
|
+
dataType: {
|
|
5248
|
+
id: string;
|
|
5249
|
+
};
|
|
5250
|
+
};
|
|
5251
|
+
folderPath: {
|
|
5252
|
+
id: string;
|
|
5253
|
+
dataType: {
|
|
5254
|
+
id: string;
|
|
5255
|
+
};
|
|
5256
|
+
};
|
|
5257
|
+
};
|
|
5258
|
+
dataType: {
|
|
5259
|
+
id: string;
|
|
5260
|
+
};
|
|
5261
|
+
error: {
|
|
5262
|
+
id: string;
|
|
5263
|
+
};
|
|
5264
|
+
};
|
|
5265
|
+
"op-cloud-file-system-delete-folder": {
|
|
5266
|
+
id: CloudFileSystemOperations;
|
|
5267
|
+
inputs: {
|
|
5268
|
+
bucket: {
|
|
5269
|
+
id: string;
|
|
5270
|
+
dataType: {
|
|
5271
|
+
id: string;
|
|
5272
|
+
};
|
|
5273
|
+
};
|
|
5274
|
+
folderPath: {
|
|
5275
|
+
id: string;
|
|
5276
|
+
dataType: {
|
|
5277
|
+
id: string;
|
|
5278
|
+
};
|
|
5279
|
+
};
|
|
5280
|
+
};
|
|
5281
|
+
dataType: {
|
|
5282
|
+
id: string;
|
|
5283
|
+
};
|
|
5284
|
+
error: {
|
|
5285
|
+
id: string;
|
|
5286
|
+
};
|
|
5287
|
+
};
|
|
5085
5288
|
"op-sql-execute-query": {
|
|
5086
5289
|
id: SQLOperations;
|
|
5087
5290
|
inputs: {
|
|
@@ -10675,10 +10878,28 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10675
10878
|
resolveDeterministicResourceId(): string;
|
|
10676
10879
|
}
|
|
10677
10880
|
|
|
10881
|
+
export declare const cloudFileSystemCheckFileExistsBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10882
|
+
|
|
10883
|
+
export declare const cloudFileSystemCheckFileExistsBucketInputTransfer: IValueDescriptorTransfer;
|
|
10884
|
+
|
|
10885
|
+
export declare const cloudFileSystemCheckFileExistsKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
10886
|
+
|
|
10887
|
+
export declare const cloudFileSystemCheckFileExistsKeyInputTransfer: IValueDescriptorTransfer;
|
|
10888
|
+
|
|
10889
|
+
export declare const cloudFileSystemCheckFileExistsOperation: IActionDescriptorTransfer;
|
|
10890
|
+
|
|
10891
|
+
export declare const cloudFileSystemCheckFileExistsOperationError: IValueDescriptorTransfer;
|
|
10892
|
+
|
|
10893
|
+
export declare const cloudFileSystemCheckFileExistsResponseDataTypeTransfer: IDataTypeTransfer;
|
|
10894
|
+
|
|
10678
10895
|
export declare const cloudFileSystemCopyFileBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10679
10896
|
|
|
10680
10897
|
export declare const cloudFileSystemCopyFileBucketInputTransfer: IValueDescriptorTransfer;
|
|
10681
10898
|
|
|
10899
|
+
export declare const cloudFileSystemCopyFileDestinationBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10900
|
+
|
|
10901
|
+
export declare const cloudFileSystemCopyFileDestinationBucketInputTransfer: IValueDescriptorTransfer;
|
|
10902
|
+
|
|
10682
10903
|
export declare const cloudFileSystemCopyFileDestinationKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
10683
10904
|
|
|
10684
10905
|
export declare const cloudFileSystemCopyFileDestinationKeyInputTransfer: IValueDescriptorTransfer;
|
|
@@ -10693,6 +10914,20 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10693
10914
|
|
|
10694
10915
|
export declare const cloudFileSystemCopyFileSourceKeyInputTransfer: IValueDescriptorTransfer;
|
|
10695
10916
|
|
|
10917
|
+
export declare const cloudFileSystemCreateFolderBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10918
|
+
|
|
10919
|
+
export declare const cloudFileSystemCreateFolderBucketInputTransfer: IValueDescriptorTransfer;
|
|
10920
|
+
|
|
10921
|
+
export declare const cloudFileSystemCreateFolderOperation: IActionDescriptorTransfer;
|
|
10922
|
+
|
|
10923
|
+
export declare const cloudFileSystemCreateFolderOperationError: IValueDescriptorTransfer;
|
|
10924
|
+
|
|
10925
|
+
export declare const cloudFileSystemCreateFolderPathInputDataTypeTransfer: IDataTypeTransfer;
|
|
10926
|
+
|
|
10927
|
+
export declare const cloudFileSystemCreateFolderPathInputTransfer: IValueDescriptorTransfer;
|
|
10928
|
+
|
|
10929
|
+
export declare const cloudFileSystemCreateFolderResponseDataTypeTransfer: IDataTypeTransfer;
|
|
10930
|
+
|
|
10696
10931
|
export declare const cloudFileSystemDeleteFileBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10697
10932
|
|
|
10698
10933
|
export declare const cloudFileSystemDeleteFileBucketInputTransfer: IValueDescriptorTransfer;
|
|
@@ -10707,6 +10942,20 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10707
10942
|
|
|
10708
10943
|
export declare const cloudFileSystemDeleteFileResponseDataTypeTransfer: null;
|
|
10709
10944
|
|
|
10945
|
+
export declare const cloudFileSystemDeleteFolderBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10946
|
+
|
|
10947
|
+
export declare const cloudFileSystemDeleteFolderBucketInputTransfer: IValueDescriptorTransfer;
|
|
10948
|
+
|
|
10949
|
+
export declare const cloudFileSystemDeleteFolderOperation: IActionDescriptorTransfer;
|
|
10950
|
+
|
|
10951
|
+
export declare const cloudFileSystemDeleteFolderOperationError: IValueDescriptorTransfer;
|
|
10952
|
+
|
|
10953
|
+
export declare const cloudFileSystemDeleteFolderPathInputDataTypeTransfer: IDataTypeTransfer;
|
|
10954
|
+
|
|
10955
|
+
export declare const cloudFileSystemDeleteFolderPathInputTransfer: IValueDescriptorTransfer;
|
|
10956
|
+
|
|
10957
|
+
export declare const cloudFileSystemDeleteFolderResponseDataTypeTransfer: IDataTypeTransfer;
|
|
10958
|
+
|
|
10710
10959
|
export declare const cloudFileSystemDownloadFileBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10711
10960
|
|
|
10712
10961
|
export declare const cloudFileSystemDownloadFileBucketInputTransfer: IValueDescriptorTransfer;
|
|
@@ -10721,24 +10970,86 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10721
10970
|
|
|
10722
10971
|
export declare const cloudFileSystemDownloadFileResponseDataTypeTransfer: IDataTypeTransfer;
|
|
10723
10972
|
|
|
10973
|
+
export declare const cloudFileSystemGetFileMetadataBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10974
|
+
|
|
10975
|
+
export declare const cloudFileSystemGetFileMetadataBucketInputTransfer: IValueDescriptorTransfer;
|
|
10976
|
+
|
|
10977
|
+
export declare const cloudFileSystemGetFileMetadataKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
10978
|
+
|
|
10979
|
+
export declare const cloudFileSystemGetFileMetadataKeyInputTransfer: IValueDescriptorTransfer;
|
|
10980
|
+
|
|
10981
|
+
export declare const cloudFileSystemGetFileMetadataOperation: IActionDescriptorTransfer;
|
|
10982
|
+
|
|
10983
|
+
export declare const cloudFileSystemGetFileMetadataOperationError: IValueDescriptorTransfer;
|
|
10984
|
+
|
|
10985
|
+
export declare const cloudFileSystemGetFileMetadataResponseDataTypeTransfer: IDataTypeTransfer;
|
|
10986
|
+
|
|
10987
|
+
export declare const cloudFileSystemGetPresignedUrlActionInputDataTypeTransfer: IDataTypeTransfer;
|
|
10988
|
+
|
|
10989
|
+
export declare const cloudFileSystemGetPresignedUrlActionInputTransfer: IValueDescriptorTransfer;
|
|
10990
|
+
|
|
10991
|
+
export declare const cloudFileSystemGetPresignedUrlBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10992
|
+
|
|
10993
|
+
export declare const cloudFileSystemGetPresignedUrlBucketInputTransfer: IValueDescriptorTransfer;
|
|
10994
|
+
|
|
10995
|
+
export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputDataTypeTransfer: IDataTypeTransfer;
|
|
10996
|
+
|
|
10997
|
+
export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputTransfer: IValueDescriptorTransfer;
|
|
10998
|
+
|
|
10999
|
+
export declare const cloudFileSystemGetPresignedUrlKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
11000
|
+
|
|
11001
|
+
export declare const cloudFileSystemGetPresignedUrlKeyInputTransfer: IValueDescriptorTransfer;
|
|
11002
|
+
|
|
11003
|
+
export declare const cloudFileSystemGetPresignedUrlOperation: IActionDescriptorTransfer;
|
|
11004
|
+
|
|
11005
|
+
export declare const cloudFileSystemGetPresignedUrlOperationError: IValueDescriptorTransfer;
|
|
11006
|
+
|
|
11007
|
+
export declare const cloudFileSystemGetPresignedUrlResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11008
|
+
|
|
10724
11009
|
export declare const cloudFileSystemListFilesBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10725
11010
|
|
|
10726
11011
|
export declare const cloudFileSystemListFilesBucketInputTransfer: IValueDescriptorTransfer;
|
|
10727
11012
|
|
|
11013
|
+
export declare const cloudFileSystemListFilesItemsPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11014
|
+
|
|
11015
|
+
export declare const cloudFileSystemListFilesItemsPropertyTransfer: IPropertyTransfer;
|
|
11016
|
+
|
|
11017
|
+
export declare const cloudFileSystemListFilesMaxKeysInputDataTypeTransfer: IDataTypeTransfer;
|
|
11018
|
+
|
|
11019
|
+
export declare const cloudFileSystemListFilesMaxKeysInputTransfer: IValueDescriptorTransfer;
|
|
11020
|
+
|
|
10728
11021
|
export declare const cloudFileSystemListFilesOperation: IActionDescriptorTransfer;
|
|
10729
11022
|
|
|
10730
11023
|
export declare const cloudFileSystemListFilesOperationError: IValueDescriptorTransfer;
|
|
10731
11024
|
|
|
10732
|
-
export declare const
|
|
11025
|
+
export declare const cloudFileSystemListFilesPathInputDataTypeTransfer: IDataTypeTransfer;
|
|
10733
11026
|
|
|
10734
|
-
export declare const
|
|
11027
|
+
export declare const cloudFileSystemListFilesPathInputTransfer: IValueDescriptorTransfer;
|
|
10735
11028
|
|
|
10736
11029
|
export declare const cloudFileSystemListFilesResponseDataTypeTransfer: IDataTypeTransfer;
|
|
10737
11030
|
|
|
11031
|
+
export declare const cloudFileSystemListFilesResponseEntityTransfer: IDefinitionEntityTransfer;
|
|
11032
|
+
|
|
11033
|
+
export declare const cloudFileSystemListFilesSizePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11034
|
+
|
|
11035
|
+
export declare const cloudFileSystemListFilesSizePropertyTransfer: IPropertyTransfer;
|
|
11036
|
+
|
|
11037
|
+
export declare const cloudFileSystemListFilesStartAfterInputDataTypeTransfer: IDataTypeTransfer;
|
|
11038
|
+
|
|
11039
|
+
export declare const cloudFileSystemListFilesStartAfterInputTransfer: IValueDescriptorTransfer;
|
|
11040
|
+
|
|
11041
|
+
export declare const cloudFileSystemListFilesTotalPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11042
|
+
|
|
11043
|
+
export declare const cloudFileSystemListFilesTotalPropertyTransfer: IPropertyTransfer;
|
|
11044
|
+
|
|
10738
11045
|
export declare const cloudFileSystemMoveFileBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10739
11046
|
|
|
10740
11047
|
export declare const cloudFileSystemMoveFileBucketInputTransfer: IValueDescriptorTransfer;
|
|
10741
11048
|
|
|
11049
|
+
export declare const cloudFileSystemMoveFileDestinationBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
11050
|
+
|
|
11051
|
+
export declare const cloudFileSystemMoveFileDestinationBucketInputTransfer: IValueDescriptorTransfer;
|
|
11052
|
+
|
|
10742
11053
|
export declare const cloudFileSystemMoveFileDestinationKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
10743
11054
|
|
|
10744
11055
|
export declare const cloudFileSystemMoveFileDestinationKeyInputTransfer: IValueDescriptorTransfer;
|
|
@@ -10760,7 +11071,13 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10760
11071
|
DeleteFile = "op-cloud-file-system-delete-file",
|
|
10761
11072
|
CopyFile = "op-cloud-file-system-copy-file",
|
|
10762
11073
|
MoveFile = "op-cloud-file-system-move-file",
|
|
10763
|
-
RenameFile = "op-cloud-file-system-rename-file"
|
|
11074
|
+
RenameFile = "op-cloud-file-system-rename-file",
|
|
11075
|
+
GetFileMetadata = "op-cloud-file-system-get-file-metadata",
|
|
11076
|
+
CheckFileExists = "op-cloud-file-system-check-file-exists",
|
|
11077
|
+
GetPresignedUrl = "op-cloud-file-system-get-presigned-url",
|
|
11078
|
+
SetFileAccess = "op-cloud-file-system-set-file-access",
|
|
11079
|
+
CreateFolder = "op-cloud-file-system-create-folder",
|
|
11080
|
+
DeleteFolder = "op-cloud-file-system-delete-folder"
|
|
10764
11081
|
}
|
|
10765
11082
|
|
|
10766
11083
|
export declare const cloudFileSystemRenameFileBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
@@ -10781,6 +11098,24 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10781
11098
|
|
|
10782
11099
|
export declare const cloudFileSystemRenameFileResponseDataTypeTransfer: null;
|
|
10783
11100
|
|
|
11101
|
+
export declare const cloudFileSystemSetFileAccessAccessInputDataTypeTransfer: IDataTypeTransfer;
|
|
11102
|
+
|
|
11103
|
+
export declare const cloudFileSystemSetFileAccessAccessInputTransfer: IValueDescriptorTransfer;
|
|
11104
|
+
|
|
11105
|
+
export declare const cloudFileSystemSetFileAccessBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
11106
|
+
|
|
11107
|
+
export declare const cloudFileSystemSetFileAccessBucketInputTransfer: IValueDescriptorTransfer;
|
|
11108
|
+
|
|
11109
|
+
export declare const cloudFileSystemSetFileAccessKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
11110
|
+
|
|
11111
|
+
export declare const cloudFileSystemSetFileAccessKeyInputTransfer: IValueDescriptorTransfer;
|
|
11112
|
+
|
|
11113
|
+
export declare const cloudFileSystemSetFileAccessOperation: IActionDescriptorTransfer;
|
|
11114
|
+
|
|
11115
|
+
export declare const cloudFileSystemSetFileAccessOperationError: IValueDescriptorTransfer;
|
|
11116
|
+
|
|
11117
|
+
export declare const cloudFileSystemSetFileAccessResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11118
|
+
|
|
10784
11119
|
export declare const cloudFileSystemUploadFileBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10785
11120
|
|
|
10786
11121
|
export declare const cloudFileSystemUploadFileBucketInputTransfer: IValueDescriptorTransfer;
|
|
@@ -12733,6 +13068,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
12733
13068
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_DECODE_BASE64URL: string;
|
|
12734
13069
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_ENCODE_HEX: string;
|
|
12735
13070
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_DECODE_HEX: string;
|
|
13071
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_BYTES_TO_FILE_REFERENCE: string;
|
|
13072
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__DATA_TYPE_FILE_REFERENCE_TO_BYTES: string;
|
|
12736
13073
|
BUILT_IN_OPERATIONS_IMPLEMENTATIONS__JSON_PARSE: string;
|
|
12737
13074
|
BUILT_IN_OPERATIONS_IMPLEMENTATIONS__JSON_STRINGIFY: string;
|
|
12738
13075
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_UPLOAD_FILE: string;
|
|
@@ -12742,6 +13079,12 @@ export declare enum BaseValueDescriptorIds {
|
|
|
12742
13079
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_COPY_FILE: string;
|
|
12743
13080
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_MOVE_FILE: string;
|
|
12744
13081
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_RENAME_FILE: string;
|
|
13082
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_GET_FILE_METADATA: string;
|
|
13083
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_CHECK_FILE_EXISTS: string;
|
|
13084
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_GET_PRESIGNED_URL: string;
|
|
13085
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_SET_FILE_ACCESS: string;
|
|
13086
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_CREATE_FOLDER: string;
|
|
13087
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__CLOUD_FILE_SYSTEM_DELETE_FOLDER: string;
|
|
12745
13088
|
};
|
|
12746
13089
|
|
|
12747
13090
|
export declare const DEFAULT_PROJECT_INSTANCE_PARENT_CONTEXT: IProjectInstanceParentContext;
|
|
@@ -16894,6 +17237,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
16894
17237
|
|
|
16895
17238
|
export declare function getChildrenEntityWithValues(entity: CanvasEntityState | InternalCallState): EntityWithValueState[];
|
|
16896
17239
|
|
|
17240
|
+
export declare function getCloudFileSystemBucketNameFromEntityId(entityId: string, envIdentifier: string): string;
|
|
17241
|
+
|
|
16897
17242
|
export declare function getColumnProperties(entity: DefinitionEntityState): PropertyState[];
|
|
16898
17243
|
|
|
16899
17244
|
export declare function getCommonAncestor(entityA: EntityState, entityB: EntityState): EntityState | null;
|
|
@@ -16902,6 +17247,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
16902
17247
|
|
|
16903
17248
|
export declare function getConnectionIdFromDefinitionEntity(entity: DefinitionEntityState | BuiltInBaseEntityState): string | null;
|
|
16904
17249
|
|
|
17250
|
+
export declare function getCronResourceIdFromEntityId(entityId: string, envIdentifier: string): string;
|
|
17251
|
+
|
|
16905
17252
|
export declare function getCurrentIanaTimeZone(): string;
|
|
16906
17253
|
|
|
16907
17254
|
export declare const getCurrentIanaTimezoneError: IValueDescriptorTransfer;
|
|
@@ -17004,6 +17351,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
17004
17351
|
callType: 'success' | 'error' | 'entry' | 'loop-body' | null;
|
|
17005
17352
|
};
|
|
17006
17353
|
|
|
17354
|
+
export declare function getEndpointResourceIdFromEntityId(entityId: string, envIdentifier: string): string;
|
|
17355
|
+
|
|
17007
17356
|
export declare function getEntitiesCreatedSinceInitialization(projectState: ProjectState, preInitDate: string): UserManagedEntityState[];
|
|
17008
17357
|
|
|
17009
17358
|
export declare function getEntitiesToPropagateValuesTo(entity: EntityWithValueState, project: ProjectState, seenInRecursion?: Set<EntityId>): EntityWithValueState[];
|
|
@@ -17153,6 +17502,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
17153
17502
|
|
|
17154
17503
|
declare function getFunctionDefinition(name: FunctionNames): ISQLFunctionDefinition | null;
|
|
17155
17504
|
|
|
17505
|
+
export declare function getFunctionResourceIdFromEntityId(entityId: string, envIdentifier: string): string;
|
|
17506
|
+
|
|
17156
17507
|
export declare function getGenerationTargetSchemaBasedOnType(entity: {
|
|
17157
17508
|
type: EntityType;
|
|
17158
17509
|
[key: string]: any;
|
|
@@ -17174,7 +17525,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
17174
17525
|
|
|
17175
17526
|
export declare const getHourResponseDT: IDataTypeTransfer;
|
|
17176
17527
|
|
|
17177
|
-
export declare function getHTTPAPINameFromProjectId(projectId: string): string;
|
|
17528
|
+
export declare function getHTTPAPINameFromProjectId(projectId: string, envIdentifier: string): string;
|
|
17178
17529
|
|
|
17179
17530
|
export declare function getImplementedBuiltInEntity(entity: DefinitionEntityState): BuiltInBaseEntityState | null;
|
|
17180
17531
|
|
|
@@ -17497,7 +17848,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
17497
17848
|
*/
|
|
17498
17849
|
export declare function getRelatedCanvasElementsOnTheRightAsync(entity: CanvasEntityState | ProjectState | InternalCallState, respectCollapse?: boolean, options?: YieldOptions): Promise<CanvasEntityState[]>;
|
|
17499
17850
|
|
|
17500
|
-
export declare function getRelationalDBInstanceNameFromEntityId(entityId: string): string;
|
|
17851
|
+
export declare function getRelationalDBInstanceNameFromEntityId(entityId: string, envIdentifier: string): string;
|
|
17501
17852
|
|
|
17502
17853
|
/**
|
|
17503
17854
|
* Returns the root entry point entity that owns the scope of the given entity
|
|
@@ -24675,6 +25026,14 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24675
25026
|
main: ((entity: OperationState, inputs: IDynamicValue[]) => IPrimitiveExecutionResult | Promise<IPrimitiveExecutionResult>) | null;
|
|
24676
25027
|
};
|
|
24677
25028
|
|
|
25029
|
+
export declare class OperationsImplementationsCloudFileSystemCheckFileExistsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25030
|
+
manifest: ExtensionManifest;
|
|
25031
|
+
module: {
|
|
25032
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25033
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25034
|
+
};
|
|
25035
|
+
}
|
|
25036
|
+
|
|
24678
25037
|
export declare class OperationsImplementationsCloudFileSystemCopyFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
24679
25038
|
manifest: ExtensionManifest;
|
|
24680
25039
|
module: {
|
|
@@ -24683,6 +25042,14 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24683
25042
|
};
|
|
24684
25043
|
}
|
|
24685
25044
|
|
|
25045
|
+
export declare class OperationsImplementationsCloudFileSystemCreateFolderModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25046
|
+
manifest: ExtensionManifest;
|
|
25047
|
+
module: {
|
|
25048
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25049
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25050
|
+
};
|
|
25051
|
+
}
|
|
25052
|
+
|
|
24686
25053
|
export declare class OperationsImplementationsCloudFileSystemDeleteFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
24687
25054
|
manifest: ExtensionManifest;
|
|
24688
25055
|
module: {
|
|
@@ -24691,6 +25058,14 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24691
25058
|
};
|
|
24692
25059
|
}
|
|
24693
25060
|
|
|
25061
|
+
export declare class OperationsImplementationsCloudFileSystemDeleteFolderModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25062
|
+
manifest: ExtensionManifest;
|
|
25063
|
+
module: {
|
|
25064
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25065
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25066
|
+
};
|
|
25067
|
+
}
|
|
25068
|
+
|
|
24694
25069
|
export declare class OperationsImplementationsCloudFileSystemDownloadFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
24695
25070
|
manifest: ExtensionManifest;
|
|
24696
25071
|
module: {
|
|
@@ -24699,6 +25074,22 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24699
25074
|
};
|
|
24700
25075
|
}
|
|
24701
25076
|
|
|
25077
|
+
export declare class OperationsImplementationsCloudFileSystemGetFileMetadataModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25078
|
+
manifest: ExtensionManifest;
|
|
25079
|
+
module: {
|
|
25080
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25081
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25082
|
+
};
|
|
25083
|
+
}
|
|
25084
|
+
|
|
25085
|
+
export declare class OperationsImplementationsCloudFileSystemGetPresignedUrlModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25086
|
+
manifest: ExtensionManifest;
|
|
25087
|
+
module: {
|
|
25088
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25089
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25090
|
+
};
|
|
25091
|
+
}
|
|
25092
|
+
|
|
24702
25093
|
export declare class OperationsImplementationsCloudFileSystemListFilesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
24703
25094
|
manifest: ExtensionManifest;
|
|
24704
25095
|
module: {
|
|
@@ -24723,6 +25114,14 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24723
25114
|
};
|
|
24724
25115
|
}
|
|
24725
25116
|
|
|
25117
|
+
export declare class OperationsImplementationsCloudFileSystemSetFileAccessModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25118
|
+
manifest: ExtensionManifest;
|
|
25119
|
+
module: {
|
|
25120
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25121
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25122
|
+
};
|
|
25123
|
+
}
|
|
25124
|
+
|
|
24726
25125
|
export declare class OperationsImplementationsCloudFileSystemUploadFileModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
24727
25126
|
manifest: ExtensionManifest;
|
|
24728
25127
|
module: {
|
|
@@ -24805,6 +25204,14 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24805
25204
|
};
|
|
24806
25205
|
}
|
|
24807
25206
|
|
|
25207
|
+
export declare class OperationsImplementationsDataTypeBytesToFileReferenceModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25208
|
+
manifest: ExtensionManifest;
|
|
25209
|
+
module: {
|
|
25210
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25211
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25212
|
+
};
|
|
25213
|
+
}
|
|
25214
|
+
|
|
24808
25215
|
export declare class OperationsImplementationsDataTypeDecodeBase64Module extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
24809
25216
|
manifest: ExtensionManifest;
|
|
24810
25217
|
module: {
|
|
@@ -24901,6 +25308,14 @@ export declare enum BaseValueDescriptorIds {
|
|
|
24901
25308
|
};
|
|
24902
25309
|
}
|
|
24903
25310
|
|
|
25311
|
+
export declare class OperationsImplementationsDataTypeFileReferenceToBytesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
25312
|
+
manifest: ExtensionManifest;
|
|
25313
|
+
module: {
|
|
25314
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
25315
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
25316
|
+
};
|
|
25317
|
+
}
|
|
25318
|
+
|
|
24904
25319
|
export declare class OperationsImplementationsDataTypeFromBytesToStringModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
24905
25320
|
manifest: ExtensionManifest;
|
|
24906
25321
|
module: {
|