@elyx-code/project-logic-tree 0.0.7135 → 0.0.7136
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 +142 -142
- package/dist/index.d.ts +5 -0
- package/dist/index.js +31062 -31018
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -23849,6 +23849,11 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
23849
23849
|
ValuesMustBe2DArray = "values-must-be-2d-array"
|
|
23850
23850
|
}
|
|
23851
23851
|
|
|
23852
|
+
export declare enum GoogleSheetsUpdateRangeValuesValidationErrorCodes {
|
|
23853
|
+
ValuesMustBeArray = "values-must-be-array",
|
|
23854
|
+
ValuesMustBe2DArray = "values-must-be-2d-array"
|
|
23855
|
+
}
|
|
23856
|
+
|
|
23852
23857
|
export declare enum GoogleSheetsUpdateSpreadsheetPropertiesValidationErrorCodes {
|
|
23853
23858
|
InvalidTimeZone = "invalid-time-zone",
|
|
23854
23859
|
InvalidAutoRecalc = "invalid-auto-recalc",
|