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

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
@@ -5051,6 +5051,12 @@ export declare enum BaseValueDescriptorIds {
5051
5051
  id: string;
5052
5052
  };
5053
5053
  };
5054
+ destinationBucket: {
5055
+ id: string;
5056
+ dataType: {
5057
+ id: string;
5058
+ };
5059
+ };
5054
5060
  };
5055
5061
  dataType: {
5056
5062
  id: string;
@@ -5080,6 +5086,12 @@ export declare enum BaseValueDescriptorIds {
5080
5086
  id: string;
5081
5087
  };
5082
5088
  };
5089
+ destinationBucket: {
5090
+ id: string;
5091
+ dataType: {
5092
+ id: string;
5093
+ };
5094
+ };
5083
5095
  };
5084
5096
  dataType: {
5085
5097
  id: string;
@@ -10884,6 +10896,10 @@ export declare enum BaseValueDescriptorIds {
10884
10896
 
10885
10897
  export declare const cloudFileSystemCopyFileBucketInputTransfer: IValueDescriptorTransfer;
10886
10898
 
10899
+ export declare const cloudFileSystemCopyFileDestinationBucketInputDataTypeTransfer: IDataTypeTransfer;
10900
+
10901
+ export declare const cloudFileSystemCopyFileDestinationBucketInputTransfer: IValueDescriptorTransfer;
10902
+
10887
10903
  export declare const cloudFileSystemCopyFileDestinationKeyInputDataTypeTransfer: IDataTypeTransfer;
10888
10904
 
10889
10905
  export declare const cloudFileSystemCopyFileDestinationKeyInputTransfer: IValueDescriptorTransfer;
@@ -11030,6 +11046,10 @@ export declare enum BaseValueDescriptorIds {
11030
11046
 
11031
11047
  export declare const cloudFileSystemMoveFileBucketInputTransfer: IValueDescriptorTransfer;
11032
11048
 
11049
+ export declare const cloudFileSystemMoveFileDestinationBucketInputDataTypeTransfer: IDataTypeTransfer;
11050
+
11051
+ export declare const cloudFileSystemMoveFileDestinationBucketInputTransfer: IValueDescriptorTransfer;
11052
+
11033
11053
  export declare const cloudFileSystemMoveFileDestinationKeyInputDataTypeTransfer: IDataTypeTransfer;
11034
11054
 
11035
11055
  export declare const cloudFileSystemMoveFileDestinationKeyInputTransfer: IValueDescriptorTransfer;