@elyx-code/project-logic-tree 0.0.7077 → 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 +188 -188
- package/dist/index.d.ts +40 -0
- package/dist/index.js +22421 -22162
- 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
|
};
|
|
@@ -5051,6 +5063,12 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5051
5063
|
id: string;
|
|
5052
5064
|
};
|
|
5053
5065
|
};
|
|
5066
|
+
destinationBucket: {
|
|
5067
|
+
id: string;
|
|
5068
|
+
dataType: {
|
|
5069
|
+
id: string;
|
|
5070
|
+
};
|
|
5071
|
+
};
|
|
5054
5072
|
};
|
|
5055
5073
|
dataType: {
|
|
5056
5074
|
id: string;
|
|
@@ -5080,6 +5098,12 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5080
5098
|
id: string;
|
|
5081
5099
|
};
|
|
5082
5100
|
};
|
|
5101
|
+
destinationBucket: {
|
|
5102
|
+
id: string;
|
|
5103
|
+
dataType: {
|
|
5104
|
+
id: string;
|
|
5105
|
+
};
|
|
5106
|
+
};
|
|
5083
5107
|
};
|
|
5084
5108
|
dataType: {
|
|
5085
5109
|
id: string;
|
|
@@ -10884,6 +10908,10 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10884
10908
|
|
|
10885
10909
|
export declare const cloudFileSystemCopyFileBucketInputTransfer: IValueDescriptorTransfer;
|
|
10886
10910
|
|
|
10911
|
+
export declare const cloudFileSystemCopyFileDestinationBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
10912
|
+
|
|
10913
|
+
export declare const cloudFileSystemCopyFileDestinationBucketInputTransfer: IValueDescriptorTransfer;
|
|
10914
|
+
|
|
10887
10915
|
export declare const cloudFileSystemCopyFileDestinationKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
10888
10916
|
|
|
10889
10917
|
export declare const cloudFileSystemCopyFileDestinationKeyInputTransfer: IValueDescriptorTransfer;
|
|
@@ -10994,6 +11022,10 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10994
11022
|
|
|
10995
11023
|
export declare const cloudFileSystemListFilesBucketInputTransfer: IValueDescriptorTransfer;
|
|
10996
11024
|
|
|
11025
|
+
export declare const cloudFileSystemListFilesHasMorePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11026
|
+
|
|
11027
|
+
export declare const cloudFileSystemListFilesHasMorePropertyTransfer: IPropertyTransfer;
|
|
11028
|
+
|
|
10997
11029
|
export declare const cloudFileSystemListFilesItemsPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
10998
11030
|
|
|
10999
11031
|
export declare const cloudFileSystemListFilesItemsPropertyTransfer: IPropertyTransfer;
|
|
@@ -11002,6 +11034,10 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11002
11034
|
|
|
11003
11035
|
export declare const cloudFileSystemListFilesMaxKeysInputTransfer: IValueDescriptorTransfer;
|
|
11004
11036
|
|
|
11037
|
+
export declare const cloudFileSystemListFilesNextStartAfterPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11038
|
+
|
|
11039
|
+
export declare const cloudFileSystemListFilesNextStartAfterPropertyTransfer: IPropertyTransfer;
|
|
11040
|
+
|
|
11005
11041
|
export declare const cloudFileSystemListFilesOperation: IActionDescriptorTransfer;
|
|
11006
11042
|
|
|
11007
11043
|
export declare const cloudFileSystemListFilesOperationError: IValueDescriptorTransfer;
|
|
@@ -11030,6 +11066,10 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11030
11066
|
|
|
11031
11067
|
export declare const cloudFileSystemMoveFileBucketInputTransfer: IValueDescriptorTransfer;
|
|
11032
11068
|
|
|
11069
|
+
export declare const cloudFileSystemMoveFileDestinationBucketInputDataTypeTransfer: IDataTypeTransfer;
|
|
11070
|
+
|
|
11071
|
+
export declare const cloudFileSystemMoveFileDestinationBucketInputTransfer: IValueDescriptorTransfer;
|
|
11072
|
+
|
|
11033
11073
|
export declare const cloudFileSystemMoveFileDestinationKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
11034
11074
|
|
|
11035
11075
|
export declare const cloudFileSystemMoveFileDestinationKeyInputTransfer: IValueDescriptorTransfer;
|