@elyx-code/project-logic-tree 0.0.7143 → 0.0.7144
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 +189 -189
- package/dist/index.d.ts +2 -2
- package/dist/index.js +13227 -13175
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -20421,8 +20421,8 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20421
20421
|
GoogleSheetsGetRangeValues = "external-integration--google-sheet--get-range-values",// DONE
|
|
20422
20422
|
GoogleSheetsUpdateRangeValues = "external-integration--google-sheet--update-range-values",// DONE
|
|
20423
20423
|
GoogleSheetsClearRange = "external-integration--google-sheet--clear-range",// DONE
|
|
20424
|
-
GoogleSheetsBatchUpdateSpreadsheet = "external-integration--google-sheet--batch-update-spreadsheet"
|
|
20425
|
-
GoogleSheetsRenameSheet = "external-integration--google-sheet--rename-sheet"
|
|
20424
|
+
GoogleSheetsBatchUpdateSpreadsheet = "external-integration--google-sheet--batch-update-spreadsheet",// DONE
|
|
20425
|
+
GoogleSheetsRenameSheet = "external-integration--google-sheet--rename-sheet",// DONE
|
|
20426
20426
|
GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet",
|
|
20427
20427
|
GoogleSheetsClearSheet = "external-integration--google-sheet--clear-sheet",
|
|
20428
20428
|
GoogleSheetsBatchGetValues = "external-integration--google-sheet--batch-get-values",
|