@elyx-code/project-logic-tree 0.0.7097 → 0.0.7100
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 +249 -249
- package/dist/index.d.ts +37 -0
- package/dist/index.js +31307 -31018
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5159,6 +5159,29 @@ 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
|
+
newName: {
|
|
5172
|
+
id: string;
|
|
5173
|
+
dataType: {
|
|
5174
|
+
id: string;
|
|
5175
|
+
};
|
|
5176
|
+
};
|
|
5177
|
+
destinationKey: {
|
|
5178
|
+
id: string;
|
|
5179
|
+
dataType: {
|
|
5180
|
+
id: string;
|
|
5181
|
+
};
|
|
5182
|
+
};
|
|
5183
|
+
};
|
|
5184
|
+
};
|
|
5162
5185
|
};
|
|
5163
5186
|
error: {
|
|
5164
5187
|
id: string;
|
|
@@ -11673,20 +11696,34 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11673
11696
|
|
|
11674
11697
|
export declare const cloudFileSystemRenameFileBucketInputTransfer: IValueDescriptorTransfer;
|
|
11675
11698
|
|
|
11699
|
+
export declare const cloudFileSystemRenameFileDestinationKeyPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11700
|
+
|
|
11701
|
+
export declare const cloudFileSystemRenameFileDestinationKeyPropertyTransfer: IPropertyTransfer;
|
|
11702
|
+
|
|
11676
11703
|
export declare const cloudFileSystemRenameFileKeyInputDataTypeTransfer: IDataTypeTransfer;
|
|
11677
11704
|
|
|
11678
11705
|
export declare const cloudFileSystemRenameFileKeyInputTransfer: IValueDescriptorTransfer;
|
|
11679
11706
|
|
|
11707
|
+
export declare const cloudFileSystemRenameFileKeyPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11708
|
+
|
|
11709
|
+
export declare const cloudFileSystemRenameFileKeyPropertyTransfer: IPropertyTransfer;
|
|
11710
|
+
|
|
11680
11711
|
export declare const cloudFileSystemRenameFileNewNameInputDataTypeTransfer: IDataTypeTransfer;
|
|
11681
11712
|
|
|
11682
11713
|
export declare const cloudFileSystemRenameFileNewNameInputTransfer: IValueDescriptorTransfer;
|
|
11683
11714
|
|
|
11715
|
+
export declare const cloudFileSystemRenameFileNewNamePropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11716
|
+
|
|
11717
|
+
export declare const cloudFileSystemRenameFileNewNamePropertyTransfer: IPropertyTransfer;
|
|
11718
|
+
|
|
11684
11719
|
export declare const cloudFileSystemRenameFileOperation: IActionDescriptorTransfer;
|
|
11685
11720
|
|
|
11686
11721
|
export declare const cloudFileSystemRenameFileOperationError: IValueDescriptorTransfer;
|
|
11687
11722
|
|
|
11688
11723
|
export declare const cloudFileSystemRenameFileResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11689
11724
|
|
|
11725
|
+
export declare const cloudFileSystemRenameFileResponseEntityTransfer: IDefinitionEntityTransfer;
|
|
11726
|
+
|
|
11690
11727
|
export declare const cloudFileSystemSetFileAccessAccessInputDataTypeTransfer: IDataTypeTransfer;
|
|
11691
11728
|
|
|
11692
11729
|
export declare const cloudFileSystemSetFileAccessAccessInputTransfer: IValueDescriptorTransfer;
|