@elyx-code/project-logic-tree 0.0.7095 → 0.0.7097
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 +257 -257
- package/dist/index.d.ts +27 -0
- package/dist/index.js +31706 -31517
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5530,6 +5530,23 @@ export declare enum BaseValueDescriptorIds {
|
|
|
5530
5530
|
id: string;
|
|
5531
5531
|
dataType: {
|
|
5532
5532
|
id: string;
|
|
5533
|
+
entity: {
|
|
5534
|
+
id: string;
|
|
5535
|
+
properties: {
|
|
5536
|
+
partNumber: {
|
|
5537
|
+
id: string;
|
|
5538
|
+
dataType: {
|
|
5539
|
+
id: string;
|
|
5540
|
+
};
|
|
5541
|
+
};
|
|
5542
|
+
etag: {
|
|
5543
|
+
id: string;
|
|
5544
|
+
dataType: {
|
|
5545
|
+
id: string;
|
|
5546
|
+
};
|
|
5547
|
+
};
|
|
5548
|
+
};
|
|
5549
|
+
};
|
|
5533
5550
|
};
|
|
5534
5551
|
};
|
|
5535
5552
|
};
|
|
@@ -11303,6 +11320,16 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11303
11320
|
|
|
11304
11321
|
export declare const cloudFileSystemCompleteMultipartUploadPartsInputTransfer: IValueDescriptorTransfer;
|
|
11305
11322
|
|
|
11323
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemEntityTransfer: IDefinitionEntityTransfer;
|
|
11324
|
+
|
|
11325
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemETagPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11326
|
+
|
|
11327
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemETagPropertyTransfer: IPropertyTransfer;
|
|
11328
|
+
|
|
11329
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemPartNumberPropertyDataTypeTransfer: IDataTypeTransfer;
|
|
11330
|
+
|
|
11331
|
+
export declare const cloudFileSystemCompleteMultipartUploadPartsItemPartNumberPropertyTransfer: IPropertyTransfer;
|
|
11332
|
+
|
|
11306
11333
|
export declare const cloudFileSystemCompleteMultipartUploadResponseDataTypeTransfer: IDataTypeTransfer;
|
|
11307
11334
|
|
|
11308
11335
|
export declare const cloudFileSystemCompleteMultipartUploadResponseEntityTransfer: IDefinitionEntityTransfer;
|