@elyx-code/project-logic-tree 0.0.7079 → 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.cjs +200 -200
- package/dist/index.d.ts +47 -0
- package/dist/index.js +27171 -26846
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5217,6 +5217,35 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5217
5217
|
};
|
|
5218
5218
|
dataType: {
|
|
5219
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
|
+
};
|
|
5220
5249
|
};
|
|
5221
5250
|
error: {
|
|
5222
5251
|
id: string;
|
|
@@ -11000,10 +11029,18 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11000
11029
|
|
|
11001
11030
|
export declare const cloudFileSystemGetPresignedUrlActionInputTransfer: IValueDescriptorTransfer;
|
|
11002
11031
|
|
|
11032
|
+
export declare const cloudFileSystemGetPresignedUrlActionPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11033
|
+
|
|
11034
|
+
export declare const cloudFileSystemGetPresignedUrlActionPropertyTransfer: IPropertyTransfer;
|
|
11035
|
+
|
|
11003
11036
|
export declare const cloudFileSystemGetPresignedUrlBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
11004
11037
|
|
|
11005
11038
|
export declare const cloudFileSystemGetPresignedUrlBucketInputTransfer: IValueDescriptorTransfer;
|
|
11006
11039
|
|
|
11040
|
+
export declare const cloudFileSystemGetPresignedUrlExpiresAtPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11041
|
+
|
|
11042
|
+
export declare const cloudFileSystemGetPresignedUrlExpiresAtPropertyTransfer: IPropertyTransfer;
|
|
11043
|
+
|
|
11007
11044
|
export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputDataTypeTransfer: IDataTypeTransfer;
|
|
11008
11045
|
|
|
11009
11046
|
export declare const cloudFileSystemGetPresignedUrlExpiresInSecondsInputTransfer: IValueDescriptorTransfer;
|
|
@@ -11012,12 +11049,22 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11012
11049
|
|
|
11013
11050
|
export declare const cloudFileSystemGetPresignedUrlKeyInputTransfer: IValueDescriptorTransfer;
|
|
11014
11051
|
|
|
11052
|
+
export declare const cloudFileSystemGetPresignedUrlKeyPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11053
|
+
|
|
11054
|
+
export declare const cloudFileSystemGetPresignedUrlKeyPropertyTransfer: IPropertyTransfer;
|
|
11055
|
+
|
|
11015
11056
|
export declare const cloudFileSystemGetPresignedUrlOperation: IActionDescriptorTransfer;
|
|
11016
11057
|
|
|
11017
11058
|
export declare const cloudFileSystemGetPresignedUrlOperationError: IValueDescriptorTransfer;
|
|
11018
11059
|
|
|
11019
11060
|
export declare const cloudFileSystemGetPresignedUrlResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11020
11061
|
|
|
11062
|
+
export declare const cloudFileSystemGetPresignedUrlResponseEntityTransfer: IDefinitionEntityTransfer;
|
|
11063
|
+
|
|
11064
|
+
export declare const cloudFileSystemGetPresignedUrlUrlPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11065
|
+
|
|
11066
|
+
export declare const cloudFileSystemGetPresignedUrlUrlPropertyTransfer: IPropertyTransfer;
|
|
11067
|
+
|
|
11021
11068
|
export declare const cloudFileSystemListFilesBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
11022
11069
|
|
|
11023
11070
|
export declare const cloudFileSystemListFilesBucketInputTransfer: IValueDescriptorTransfer;
|