@elyx-code/project-logic-tree 0.0.7161 → 0.0.7162
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 +61 -61
- package/dist/index.d.ts +3 -3
- package/dist/index.js +9835 -9836
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -20488,9 +20488,9 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20488
20488
|
GoogleSheetsAutoResizeDimensions = "external-integration--google-sheet--auto-resize-dimensions",// DONE
|
|
20489
20489
|
GoogleSheetsFindAndReplace = "external-integration--google-sheet--find-and-replace",// DONE
|
|
20490
20490
|
GoogleSheetsAddDataValidation = "external-integration--google-sheet--add-data-validation",// DONE
|
|
20491
|
-
GoogleSheetsSortRange = "external-integration--google-sheet--sort-range"
|
|
20491
|
+
GoogleSheetsSortRange = "external-integration--google-sheet--sort-range",// DONE
|
|
20492
20492
|
GoogleSheetsApplyClearFilter = "external-integration--google-sheet--apply-clear-filter",
|
|
20493
|
-
GoogleSheetsUpdateSpreadsheetProperties = "external-integration--google-sheet--update-spreadsheet-properties"
|
|
20493
|
+
GoogleSheetsUpdateSpreadsheetProperties = "external-integration--google-sheet--update-spreadsheet-properties",// DONE
|
|
20494
20494
|
GoogleSheetsAddChart = "external-integration--google-sheet--add-chart",
|
|
20495
20495
|
GoogleSheetsUpdateChartSpec = "external-integration--google-sheet--update-chart-spec",
|
|
20496
20496
|
GoogleSheetsDeleteChart = "external-integration--google-sheet--delete-chart",
|
|
@@ -36769,7 +36769,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
36769
36769
|
export declare function resolveSheetMetadata(rangeObj: any, requiredFormat: RequiredSheetFormat, fetchMetadata: () => Promise<Array<{
|
|
36770
36770
|
id: number;
|
|
36771
36771
|
name: string;
|
|
36772
|
-
}>>): Promise<
|
|
36772
|
+
}>>): Promise<any>;
|
|
36773
36773
|
|
|
36774
36774
|
export declare function resolveSQLMigrationsDiffs(project: ProjectState, lastPublishedProjectState: ProjectState | null, entity: DefinitionEntityState, options?: {
|
|
36775
36775
|
skipBaseExtension?: boolean;
|