@elyx-code/project-logic-tree 0.0.7078 → 0.0.7080

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.d.ts CHANGED
@@ -5000,6 +5000,18 @@ export declare enum BaseValueDescriptorIds {
5000
5000
  id: string;
5001
5001
  };
5002
5002
  };
5003
+ nextStartAfter: {
5004
+ id: string;
5005
+ dataType: {
5006
+ id: string;
5007
+ };
5008
+ };
5009
+ hasMore: {
5010
+ id: string;
5011
+ dataType: {
5012
+ id: string;
5013
+ };
5014
+ };
5003
5015
  };
5004
5016
  };
5005
5017
  };
@@ -5205,6 +5217,35 @@ export declare enum BaseValueDescriptorIds {
5205
5217
  };
5206
5218
  dataType: {
5207
5219
  id: string;
5220
+ entity: {
5221
+ id: string;
5222
+ properties: {
5223
+ url: {
5224
+ id: string;
5225
+ dataType: {
5226
+ id: string;
5227
+ };
5228
+ };
5229
+ expiresAt: {
5230
+ id: string;
5231
+ dataType: {
5232
+ id: string;
5233
+ };
5234
+ };
5235
+ action: {
5236
+ id: string;
5237
+ dataType: {
5238
+ id: string;
5239
+ };
5240
+ };
5241
+ key: {
5242
+ id: string;
5243
+ dataType: {
5244
+ id: string;
5245
+ };
5246
+ };
5247
+ };
5248
+ };
5208
5249
  };
5209
5250
  error: {
5210
5251
  id: string;
@@ -10988,10 +11029,18 @@ export declare enum BaseValueDescriptorIds {
10988
11029
 
10989
11030
  export declare const cloudFileSystemGetPresignedUrlActionInputTransfer: IValueDescriptorTransfer;
10990
11031
 
11032
+ export declare const cloudFileSystemGetPresignedUrlActionPropertyDataTypeTransfer: IDataTypeTransfer;
11033
+
11034
+ export declare const cloudFileSystemGetPresignedUrlActionPropertyTransfer: IPropertyTransfer;
11035
+
10991
11036
  export declare const cloudFileSystemGetPresignedUrlBucketInputDataTypeTransfer: IDataTypeTransfer;
10992
11037
 
10993
11038
  export declare const cloudFileSystemGetPresignedUrlBucketInputTransfer: IValueDescriptorTransfer;
10994
11039
 
11040
+ export declare const cloudFileSystemGetPresignedUrlExpiresAtPropertyDataTypeTransfer: IDataTypeTransfer;
11041
+
11042
+ export declare const cloudFileSystemGetPresignedUrlExpiresAtPropertyTransfer: IPropertyTransfer;
11043
+
10995
11044
  export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputDataTypeTransfer: IDataTypeTransfer;
10996
11045
 
10997
11046
  export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputTransfer: IValueDescriptorTransfer;
@@ -11000,16 +11049,30 @@ export declare enum BaseValueDescriptorIds {
11000
11049
 
11001
11050
  export declare const cloudFileSystemGetPresignedUrlKeyInputTransfer: IValueDescriptorTransfer;
11002
11051
 
11052
+ export declare const cloudFileSystemGetPresignedUrlKeyPropertyDataTypeTransfer: IDataTypeTransfer;
11053
+
11054
+ export declare const cloudFileSystemGetPresignedUrlKeyPropertyTransfer: IPropertyTransfer;
11055
+
11003
11056
  export declare const cloudFileSystemGetPresignedUrlOperation: IActionDescriptorTransfer;
11004
11057
 
11005
11058
  export declare const cloudFileSystemGetPresignedUrlOperationError: IValueDescriptorTransfer;
11006
11059
 
11007
11060
  export declare const cloudFileSystemGetPresignedUrlResponseDataTypeTransfer: IDataTypeTransfer;
11008
11061
 
11062
+ export declare const cloudFileSystemGetPresignedUrlResponseEntityTransfer: IDefinitionEntityTransfer;
11063
+
11064
+ export declare const cloudFileSystemGetPresignedUrlUrlPropertyDataTypeTransfer: IDataTypeTransfer;
11065
+
11066
+ export declare const cloudFileSystemGetPresignedUrlUrlPropertyTransfer: IPropertyTransfer;
11067
+
11009
11068
  export declare const cloudFileSystemListFilesBucketInputDataTypeTransfer: IDataTypeTransfer;
11010
11069
 
11011
11070
  export declare const cloudFileSystemListFilesBucketInputTransfer: IValueDescriptorTransfer;
11012
11071
 
11072
+ export declare const cloudFileSystemListFilesHasMorePropertyDataTypeTransfer: IDataTypeTransfer;
11073
+
11074
+ export declare const cloudFileSystemListFilesHasMorePropertyTransfer: IPropertyTransfer;
11075
+
11013
11076
  export declare const cloudFileSystemListFilesItemsPropertyDataTypeTransfer: IDataTypeTransfer;
11014
11077
 
11015
11078
  export declare const cloudFileSystemListFilesItemsPropertyTransfer: IPropertyTransfer;
@@ -11018,6 +11081,10 @@ export declare enum BaseValueDescriptorIds {
11018
11081
 
11019
11082
  export declare const cloudFileSystemListFilesMaxKeysInputTransfer: IValueDescriptorTransfer;
11020
11083
 
11084
+ export declare const cloudFileSystemListFilesNextStartAfterPropertyDataTypeTransfer: IDataTypeTransfer;
11085
+
11086
+ export declare const cloudFileSystemListFilesNextStartAfterPropertyTransfer: IPropertyTransfer;
11087
+
11021
11088
  export declare const cloudFileSystemListFilesOperation: IActionDescriptorTransfer;
11022
11089
 
11023
11090
  export declare const cloudFileSystemListFilesOperationError: IValueDescriptorTransfer;