@elyx-code/project-logic-tree 0.0.7079 → 0.0.7081

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 +223 -223
  2. package/dist/index.d.ts +118 -4
  3. package/dist/index.js +32523 -31594
  4. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5159,6 +5159,47 @@ export declare enum BaseValueDescriptorIds {
5159
5159
  };
5160
5160
  dataType: {
5161
5161
  id: string;
5162
+ entity: {
5163
+ id: string;
5164
+ properties: {
5165
+ key: {
5166
+ id: string;
5167
+ dataType: {
5168
+ id: string;
5169
+ };
5170
+ };
5171
+ name: {
5172
+ id: string;
5173
+ dataType: {
5174
+ id: string;
5175
+ };
5176
+ };
5177
+ size: {
5178
+ id: string;
5179
+ dataType: {
5180
+ id: string;
5181
+ };
5182
+ };
5183
+ mimeType: {
5184
+ id: string;
5185
+ dataType: {
5186
+ id: string;
5187
+ };
5188
+ };
5189
+ lastModified: {
5190
+ id: string;
5191
+ dataType: {
5192
+ id: string;
5193
+ };
5194
+ };
5195
+ etag: {
5196
+ id: string;
5197
+ dataType: {
5198
+ id: string;
5199
+ };
5200
+ };
5201
+ };
5202
+ };
5162
5203
  };
5163
5204
  error: {
5164
5205
  id: string;
@@ -5217,6 +5258,35 @@ export declare enum BaseValueDescriptorIds {
5217
5258
  };
5218
5259
  dataType: {
5219
5260
  id: string;
5261
+ entity: {
5262
+ id: string;
5263
+ properties: {
5264
+ url: {
5265
+ id: string;
5266
+ dataType: {
5267
+ id: string;
5268
+ };
5269
+ };
5270
+ expiresAt: {
5271
+ id: string;
5272
+ dataType: {
5273
+ id: string;
5274
+ };
5275
+ };
5276
+ action: {
5277
+ id: string;
5278
+ dataType: {
5279
+ id: string;
5280
+ };
5281
+ };
5282
+ key: {
5283
+ id: string;
5284
+ dataType: {
5285
+ id: string;
5286
+ };
5287
+ };
5288
+ };
5289
+ };
5220
5290
  };
5221
5291
  error: {
5222
5292
  id: string;
@@ -10920,7 +10990,7 @@ export declare enum BaseValueDescriptorIds {
10920
10990
 
10921
10991
  export declare const cloudFileSystemCopyFileOperationError: IValueDescriptorTransfer;
10922
10992
 
10923
- export declare const cloudFileSystemCopyFileResponseDataTypeTransfer: null;
10993
+ export declare const cloudFileSystemCopyFileResponseDataTypeTransfer: IDataTypeTransfer;
10924
10994
 
10925
10995
  export declare const cloudFileSystemCopyFileSourceKeyInputDataTypeTransfer: IDataTypeTransfer;
10926
10996
 
@@ -10952,7 +11022,7 @@ export declare enum BaseValueDescriptorIds {
10952
11022
 
10953
11023
  export declare const cloudFileSystemDeleteFileOperationError: IValueDescriptorTransfer;
10954
11024
 
10955
- export declare const cloudFileSystemDeleteFileResponseDataTypeTransfer: null;
11025
+ export declare const cloudFileSystemDeleteFileResponseDataTypeTransfer: IDataTypeTransfer;
10956
11026
 
10957
11027
  export declare const cloudFileSystemDeleteFolderBucketInputDataTypeTransfer: IDataTypeTransfer;
10958
11028
 
@@ -10986,24 +11056,58 @@ export declare enum BaseValueDescriptorIds {
10986
11056
 
10987
11057
  export declare const cloudFileSystemGetFileMetadataBucketInputTransfer: IValueDescriptorTransfer;
10988
11058
 
11059
+ export declare const cloudFileSystemGetFileMetadataEtagPropertyDataTypeTransfer: IDataTypeTransfer;
11060
+
11061
+ export declare const cloudFileSystemGetFileMetadataEtagPropertyTransfer: IPropertyTransfer;
11062
+
10989
11063
  export declare const cloudFileSystemGetFileMetadataKeyInputDataTypeTransfer: IDataTypeTransfer;
10990
11064
 
10991
11065
  export declare const cloudFileSystemGetFileMetadataKeyInputTransfer: IValueDescriptorTransfer;
10992
11066
 
11067
+ export declare const cloudFileSystemGetFileMetadataKeyPropertyDataTypeTransfer: IDataTypeTransfer;
11068
+
11069
+ export declare const cloudFileSystemGetFileMetadataKeyPropertyTransfer: IPropertyTransfer;
11070
+
11071
+ export declare const cloudFileSystemGetFileMetadataLastModifiedPropertyDataTypeTransfer: IDataTypeTransfer;
11072
+
11073
+ export declare const cloudFileSystemGetFileMetadataLastModifiedPropertyTransfer: IPropertyTransfer;
11074
+
11075
+ export declare const cloudFileSystemGetFileMetadataMimeTypePropertyDataTypeTransfer: IDataTypeTransfer;
11076
+
11077
+ export declare const cloudFileSystemGetFileMetadataMimeTypePropertyTransfer: IPropertyTransfer;
11078
+
11079
+ export declare const cloudFileSystemGetFileMetadataNamePropertyDataTypeTransfer: IDataTypeTransfer;
11080
+
11081
+ export declare const cloudFileSystemGetFileMetadataNamePropertyTransfer: IPropertyTransfer;
11082
+
10993
11083
  export declare const cloudFileSystemGetFileMetadataOperation: IActionDescriptorTransfer;
10994
11084
 
10995
11085
  export declare const cloudFileSystemGetFileMetadataOperationError: IValueDescriptorTransfer;
10996
11086
 
10997
11087
  export declare const cloudFileSystemGetFileMetadataResponseDataTypeTransfer: IDataTypeTransfer;
10998
11088
 
11089
+ export declare const cloudFileSystemGetFileMetadataResponseEntityTransfer: IDefinitionEntityTransfer;
11090
+
11091
+ export declare const cloudFileSystemGetFileMetadataSizePropertyDataTypeTransfer: IDataTypeTransfer;
11092
+
11093
+ export declare const cloudFileSystemGetFileMetadataSizePropertyTransfer: IPropertyTransfer;
11094
+
10999
11095
  export declare const cloudFileSystemGetPresignedUrlActionInputDataTypeTransfer: IDataTypeTransfer;
11000
11096
 
11001
11097
  export declare const cloudFileSystemGetPresignedUrlActionInputTransfer: IValueDescriptorTransfer;
11002
11098
 
11099
+ export declare const cloudFileSystemGetPresignedUrlActionPropertyDataTypeTransfer: IDataTypeTransfer;
11100
+
11101
+ export declare const cloudFileSystemGetPresignedUrlActionPropertyTransfer: IPropertyTransfer;
11102
+
11003
11103
  export declare const cloudFileSystemGetPresignedUrlBucketInputDataTypeTransfer: IDataTypeTransfer;
11004
11104
 
11005
11105
  export declare const cloudFileSystemGetPresignedUrlBucketInputTransfer: IValueDescriptorTransfer;
11006
11106
 
11107
+ export declare const cloudFileSystemGetPresignedUrlExpiresAtPropertyDataTypeTransfer: IDataTypeTransfer;
11108
+
11109
+ export declare const cloudFileSystemGetPresignedUrlExpiresAtPropertyTransfer: IPropertyTransfer;
11110
+
11007
11111
  export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputDataTypeTransfer: IDataTypeTransfer;
11008
11112
 
11009
11113
  export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputTransfer: IValueDescriptorTransfer;
@@ -11012,12 +11116,22 @@ export declare enum BaseValueDescriptorIds {
11012
11116
 
11013
11117
  export declare const cloudFileSystemGetPresignedUrlKeyInputTransfer: IValueDescriptorTransfer;
11014
11118
 
11119
+ export declare const cloudFileSystemGetPresignedUrlKeyPropertyDataTypeTransfer: IDataTypeTransfer;
11120
+
11121
+ export declare const cloudFileSystemGetPresignedUrlKeyPropertyTransfer: IPropertyTransfer;
11122
+
11015
11123
  export declare const cloudFileSystemGetPresignedUrlOperation: IActionDescriptorTransfer;
11016
11124
 
11017
11125
  export declare const cloudFileSystemGetPresignedUrlOperationError: IValueDescriptorTransfer;
11018
11126
 
11019
11127
  export declare const cloudFileSystemGetPresignedUrlResponseDataTypeTransfer: IDataTypeTransfer;
11020
11128
 
11129
+ export declare const cloudFileSystemGetPresignedUrlResponseEntityTransfer: IDefinitionEntityTransfer;
11130
+
11131
+ export declare const cloudFileSystemGetPresignedUrlUrlPropertyDataTypeTransfer: IDataTypeTransfer;
11132
+
11133
+ export declare const cloudFileSystemGetPresignedUrlUrlPropertyTransfer: IPropertyTransfer;
11134
+
11021
11135
  export declare const cloudFileSystemListFilesBucketInputDataTypeTransfer: IDataTypeTransfer;
11022
11136
 
11023
11137
  export declare const cloudFileSystemListFilesBucketInputTransfer: IValueDescriptorTransfer;
@@ -11078,7 +11192,7 @@ export declare enum BaseValueDescriptorIds {
11078
11192
 
11079
11193
  export declare const cloudFileSystemMoveFileOperationError: IValueDescriptorTransfer;
11080
11194
 
11081
- export declare const cloudFileSystemMoveFileResponseDataTypeTransfer: null;
11195
+ export declare const cloudFileSystemMoveFileResponseDataTypeTransfer: IDataTypeTransfer;
11082
11196
 
11083
11197
  export declare const cloudFileSystemMoveFileSourceKeyInputDataTypeTransfer: IDataTypeTransfer;
11084
11198
 
@@ -11116,7 +11230,7 @@ export declare enum BaseValueDescriptorIds {
11116
11230
 
11117
11231
  export declare const cloudFileSystemRenameFileOperationError: IValueDescriptorTransfer;
11118
11232
 
11119
- export declare const cloudFileSystemRenameFileResponseDataTypeTransfer: null;
11233
+ export declare const cloudFileSystemRenameFileResponseDataTypeTransfer: IDataTypeTransfer;
11120
11234
 
11121
11235
  export declare const cloudFileSystemSetFileAccessAccessInputDataTypeTransfer: IDataTypeTransfer;
11122
11236