@elyx-code/project-logic-tree 0.0.7130 → 0.0.7131
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 +250 -250
- package/dist/index.d.ts +30 -0
- package/dist/index.js +35379 -35128
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1874,6 +1874,24 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
1874
1874
|
id: string;
|
|
1875
1875
|
};
|
|
1876
1876
|
};
|
|
1877
|
+
red: {
|
|
1878
|
+
id: string;
|
|
1879
|
+
dataType: {
|
|
1880
|
+
id: string;
|
|
1881
|
+
};
|
|
1882
|
+
};
|
|
1883
|
+
green: {
|
|
1884
|
+
id: string;
|
|
1885
|
+
dataType: {
|
|
1886
|
+
id: string;
|
|
1887
|
+
};
|
|
1888
|
+
};
|
|
1889
|
+
blue: {
|
|
1890
|
+
id: string;
|
|
1891
|
+
dataType: {
|
|
1892
|
+
id: string;
|
|
1893
|
+
};
|
|
1894
|
+
};
|
|
1877
1895
|
};
|
|
1878
1896
|
};
|
|
1879
1897
|
"spreadsheet-range": {
|
|
@@ -36285,10 +36303,22 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
36285
36303
|
|
|
36286
36304
|
export declare const rgbaAlphaPropertyDataType: IDataTypeTransfer;
|
|
36287
36305
|
|
|
36306
|
+
export declare const rgbaBlueProperty: IPropertyTransfer;
|
|
36307
|
+
|
|
36308
|
+
export declare const rgbaBluePropertyDataType: IDataTypeTransfer;
|
|
36309
|
+
|
|
36310
|
+
export declare const rgbaGreenProperty: IPropertyTransfer;
|
|
36311
|
+
|
|
36312
|
+
export declare const rgbaGreenPropertyDataType: IDataTypeTransfer;
|
|
36313
|
+
|
|
36288
36314
|
export declare const rgbaPrototype: IPrimitiveEntityTransfer;
|
|
36289
36315
|
|
|
36290
36316
|
export declare const rgbaPrototypeRef: IPrimitiveEntityReference;
|
|
36291
36317
|
|
|
36318
|
+
export declare const rgbaRedProperty: IPropertyTransfer;
|
|
36319
|
+
|
|
36320
|
+
export declare const rgbaRedPropertyDataType: IDataTypeTransfer;
|
|
36321
|
+
|
|
36292
36322
|
export declare const rgbBlueProperty: IPropertyTransfer;
|
|
36293
36323
|
|
|
36294
36324
|
export declare const rgbBluePropertyDataType: IDataTypeTransfer;
|