@elyx-code/project-logic-tree 0.0.7078 → 0.0.7079
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 +161 -161
- package/dist/index.d.ts +20 -0
- package/dist/index.js +16882 -16740
- package/package.json +1 -1
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
|
};
|
|
@@ -11010,6 +11022,10 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11010
11022
|
|
|
11011
11023
|
export declare const cloudFileSystemListFilesBucketInputTransfer: IValueDescriptorTransfer;
|
|
11012
11024
|
|
|
11025
|
+
export declare const cloudFileSystemListFilesHasMorePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11026
|
+
|
|
11027
|
+
export declare const cloudFileSystemListFilesHasMorePropertyTransfer: IPropertyTransfer;
|
|
11028
|
+
|
|
11013
11029
|
export declare const cloudFileSystemListFilesItemsPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11014
11030
|
|
|
11015
11031
|
export declare const cloudFileSystemListFilesItemsPropertyTransfer: IPropertyTransfer;
|
|
@@ -11018,6 +11034,10 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11018
11034
|
|
|
11019
11035
|
export declare const cloudFileSystemListFilesMaxKeysInputTransfer: IValueDescriptorTransfer;
|
|
11020
11036
|
|
|
11037
|
+
export declare const cloudFileSystemListFilesNextStartAfterPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11038
|
+
|
|
11039
|
+
export declare const cloudFileSystemListFilesNextStartAfterPropertyTransfer: IPropertyTransfer;
|
|
11040
|
+
|
|
11021
11041
|
export declare const cloudFileSystemListFilesOperation: IActionDescriptorTransfer;
|
|
11022
11042
|
|
|
11023
11043
|
export declare const cloudFileSystemListFilesOperationError: IValueDescriptorTransfer;
|