@elyx-code/project-logic-tree 0.0.7055 → 0.0.7057
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 +150 -150
- package/dist/index.d.ts +30 -0
- package/dist/index.js +9519 -9325
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1829,6 +1829,24 @@ export declare enum BaseValueDescriptorIds {
|
|
|
1829
1829
|
};
|
|
1830
1830
|
};
|
|
1831
1831
|
};
|
|
1832
|
+
architecture: {
|
|
1833
|
+
id: string;
|
|
1834
|
+
dataType: {
|
|
1835
|
+
id: string;
|
|
1836
|
+
defaultValue: {
|
|
1837
|
+
id: string;
|
|
1838
|
+
};
|
|
1839
|
+
};
|
|
1840
|
+
};
|
|
1841
|
+
readonlyRootFilesystem: {
|
|
1842
|
+
id: string;
|
|
1843
|
+
dataType: {
|
|
1844
|
+
id: string;
|
|
1845
|
+
defaultValue: {
|
|
1846
|
+
id: string;
|
|
1847
|
+
};
|
|
1848
|
+
};
|
|
1849
|
+
};
|
|
1832
1850
|
};
|
|
1833
1851
|
methods: {};
|
|
1834
1852
|
};
|
|
@@ -10687,6 +10705,12 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10687
10705
|
|
|
10688
10706
|
export declare const containerComputeBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
10689
10707
|
|
|
10708
|
+
export declare const containerComputeBuiltInBaseEntityArchitectureProperty: IPropertyTransfer;
|
|
10709
|
+
|
|
10710
|
+
export declare const containerComputeBuiltInBaseEntityArchitecturePropertyDataTypeRef: IDataTypeReference;
|
|
10711
|
+
|
|
10712
|
+
export declare const containerComputeBuiltInBaseEntityArchitecturePropertyRef: IPropertyReference;
|
|
10713
|
+
|
|
10690
10714
|
export declare const containerComputeBuiltInBaseEntityComputeSizeProperty: IPropertyTransfer;
|
|
10691
10715
|
|
|
10692
10716
|
export declare const containerComputeBuiltInBaseEntityComputeSizePropertyDataTypeRef: IDataTypeReference;
|
|
@@ -10729,6 +10753,12 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10729
10753
|
|
|
10730
10754
|
export declare const containerComputeBuiltInBaseEntityMinTasksPropertyRef: IPropertyReference;
|
|
10731
10755
|
|
|
10756
|
+
export declare const containerComputeBuiltInBaseEntityReadonlyRootFsProperty: IPropertyTransfer;
|
|
10757
|
+
|
|
10758
|
+
export declare const containerComputeBuiltInBaseEntityReadonlyRootFsPropertyDataTypeRef: IDataTypeReference;
|
|
10759
|
+
|
|
10760
|
+
export declare const containerComputeBuiltInBaseEntityReadonlyRootFsPropertyRef: IPropertyReference;
|
|
10761
|
+
|
|
10732
10762
|
export declare const containerComputeBuiltInBaseEntityRef: IBuiltInBaseEntityReference;
|
|
10733
10763
|
|
|
10734
10764
|
export declare class ContainerComputeEntity extends BuiltInBaseEntityState {
|