@elyx-code/project-logic-tree 0.0.7083 → 0.0.7085

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
@@ -5198,6 +5198,12 @@ export declare enum BaseValueDescriptorIds {
5198
5198
  id: string;
5199
5199
  };
5200
5200
  };
5201
+ access: {
5202
+ id: string;
5203
+ dataType: {
5204
+ id: string;
5205
+ };
5206
+ };
5201
5207
  };
5202
5208
  };
5203
5209
  };
@@ -11052,6 +11058,10 @@ export declare enum BaseValueDescriptorIds {
11052
11058
 
11053
11059
  export declare const cloudFileSystemDownloadFileResponseDataTypeTransfer: IDataTypeTransfer;
11054
11060
 
11061
+ export declare const cloudFileSystemGetFileMetadataAccessPropertyDataTypeTransfer: IDataTypeTransfer;
11062
+
11063
+ export declare const cloudFileSystemGetFileMetadataAccessPropertyTransfer: IPropertyTransfer;
11064
+
11055
11065
  export declare const cloudFileSystemGetFileMetadataBucketInputDataTypeTransfer: IDataTypeTransfer;
11056
11066
 
11057
11067
  export declare const cloudFileSystemGetFileMetadataBucketInputTransfer: IValueDescriptorTransfer;