@elyx-code/project-logic-tree 0.0.7143 → 0.0.7145
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 +357 -357
- package/dist/index.d.ts +139 -3
- package/dist/index.js +67484 -65219
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -20421,9 +20421,9 @@ 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"
|
|
20426
|
-
GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet"
|
|
20424
|
+
GoogleSheetsBatchUpdateSpreadsheet = "external-integration--google-sheet--batch-update-spreadsheet",// DONE
|
|
20425
|
+
GoogleSheetsRenameSheet = "external-integration--google-sheet--rename-sheet",// DONE
|
|
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",
|
|
20429
20429
|
GoogleSheetsFormatCells = "external-integration--google-sheet--format-cells",
|
|
@@ -31868,6 +31868,30 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
31868
31868
|
};
|
|
31869
31869
|
}
|
|
31870
31870
|
|
|
31871
|
+
export declare class OperationsImplementationsGoogleSheetsAddBandingModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31872
|
+
manifest: ExtensionManifest;
|
|
31873
|
+
module: {
|
|
31874
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
31875
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
31876
|
+
};
|
|
31877
|
+
}
|
|
31878
|
+
|
|
31879
|
+
export declare class OperationsImplementationsGoogleSheetsAddChartModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31880
|
+
manifest: ExtensionManifest;
|
|
31881
|
+
module: {
|
|
31882
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
31883
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
31884
|
+
};
|
|
31885
|
+
}
|
|
31886
|
+
|
|
31887
|
+
export declare class OperationsImplementationsGoogleSheetsAddConditionalFormatRuleModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31888
|
+
manifest: ExtensionManifest;
|
|
31889
|
+
module: {
|
|
31890
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
31891
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
31892
|
+
};
|
|
31893
|
+
}
|
|
31894
|
+
|
|
31871
31895
|
export declare class OperationsImplementationsGoogleSheetsAddDataValidationModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31872
31896
|
manifest: ExtensionManifest;
|
|
31873
31897
|
module: {
|
|
@@ -31876,6 +31900,22 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
31876
31900
|
};
|
|
31877
31901
|
}
|
|
31878
31902
|
|
|
31903
|
+
export declare class OperationsImplementationsGoogleSheetsAddNamedRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31904
|
+
manifest: ExtensionManifest;
|
|
31905
|
+
module: {
|
|
31906
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
31907
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
31908
|
+
};
|
|
31909
|
+
}
|
|
31910
|
+
|
|
31911
|
+
export declare class OperationsImplementationsGoogleSheetsAddProtectedRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31912
|
+
manifest: ExtensionManifest;
|
|
31913
|
+
module: {
|
|
31914
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
31915
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
31916
|
+
};
|
|
31917
|
+
}
|
|
31918
|
+
|
|
31879
31919
|
export declare class OperationsImplementationsGoogleSheetsAddSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31880
31920
|
manifest: ExtensionManifest;
|
|
31881
31921
|
module: {
|
|
@@ -31956,6 +31996,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
31956
31996
|
};
|
|
31957
31997
|
}
|
|
31958
31998
|
|
|
31999
|
+
export declare class OperationsImplementationsGoogleSheetsCreatePivotTableModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32000
|
+
manifest: ExtensionManifest;
|
|
32001
|
+
module: {
|
|
32002
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32003
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32004
|
+
};
|
|
32005
|
+
}
|
|
32006
|
+
|
|
31959
32007
|
export declare class OperationsImplementationsGoogleSheetsCreateSpreadsheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31960
32008
|
manifest: ExtensionManifest;
|
|
31961
32009
|
module: {
|
|
@@ -31964,6 +32012,46 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
31964
32012
|
};
|
|
31965
32013
|
}
|
|
31966
32014
|
|
|
32015
|
+
export declare class OperationsImplementationsGoogleSheetsDeleteChartModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32016
|
+
manifest: ExtensionManifest;
|
|
32017
|
+
module: {
|
|
32018
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32019
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32020
|
+
};
|
|
32021
|
+
}
|
|
32022
|
+
|
|
32023
|
+
export declare class OperationsImplementationsGoogleSheetsDeleteConditionalFormatRuleModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32024
|
+
manifest: ExtensionManifest;
|
|
32025
|
+
module: {
|
|
32026
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32027
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32028
|
+
};
|
|
32029
|
+
}
|
|
32030
|
+
|
|
32031
|
+
export declare class OperationsImplementationsGoogleSheetsDeleteDimensionModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32032
|
+
manifest: ExtensionManifest;
|
|
32033
|
+
module: {
|
|
32034
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32035
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32036
|
+
};
|
|
32037
|
+
}
|
|
32038
|
+
|
|
32039
|
+
export declare class OperationsImplementationsGoogleSheetsDeletePivotTableModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32040
|
+
manifest: ExtensionManifest;
|
|
32041
|
+
module: {
|
|
32042
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32043
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32044
|
+
};
|
|
32045
|
+
}
|
|
32046
|
+
|
|
32047
|
+
export declare class OperationsImplementationsGoogleSheetsDeleteProtectedRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32048
|
+
manifest: ExtensionManifest;
|
|
32049
|
+
module: {
|
|
32050
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32051
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32052
|
+
};
|
|
32053
|
+
}
|
|
32054
|
+
|
|
31967
32055
|
export declare class OperationsImplementationsGoogleSheetsDeleteSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31968
32056
|
manifest: ExtensionManifest;
|
|
31969
32057
|
module: {
|
|
@@ -32004,6 +32092,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32004
32092
|
};
|
|
32005
32093
|
}
|
|
32006
32094
|
|
|
32095
|
+
export declare class OperationsImplementationsGoogleSheetsInsertDimensionModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32096
|
+
manifest: ExtensionManifest;
|
|
32097
|
+
module: {
|
|
32098
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32099
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32100
|
+
};
|
|
32101
|
+
}
|
|
32102
|
+
|
|
32007
32103
|
export declare class OperationsImplementationsGoogleSheetsMergeUnmergeCellsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32008
32104
|
manifest: ExtensionManifest;
|
|
32009
32105
|
module: {
|
|
@@ -32012,6 +32108,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32012
32108
|
};
|
|
32013
32109
|
}
|
|
32014
32110
|
|
|
32111
|
+
export declare class OperationsImplementationsGoogleSheetsMoveDimensionModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32112
|
+
manifest: ExtensionManifest;
|
|
32113
|
+
module: {
|
|
32114
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32115
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32116
|
+
};
|
|
32117
|
+
}
|
|
32118
|
+
|
|
32015
32119
|
export declare class OperationsImplementationsGoogleSheetsRenameSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32016
32120
|
manifest: ExtensionManifest;
|
|
32017
32121
|
module: {
|
|
@@ -32028,6 +32132,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32028
32132
|
};
|
|
32029
32133
|
}
|
|
32030
32134
|
|
|
32135
|
+
export declare class OperationsImplementationsGoogleSheetsSetCellNoteModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32136
|
+
manifest: ExtensionManifest;
|
|
32137
|
+
module: {
|
|
32138
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32139
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32140
|
+
};
|
|
32141
|
+
}
|
|
32142
|
+
|
|
32031
32143
|
export declare class OperationsImplementationsGoogleSheetsSetNumberFormatModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32032
32144
|
manifest: ExtensionManifest;
|
|
32033
32145
|
module: {
|
|
@@ -32044,6 +32156,30 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32044
32156
|
};
|
|
32045
32157
|
}
|
|
32046
32158
|
|
|
32159
|
+
export declare class OperationsImplementationsGoogleSheetsUpdateChartSpecModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32160
|
+
manifest: ExtensionManifest;
|
|
32161
|
+
module: {
|
|
32162
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32163
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32164
|
+
};
|
|
32165
|
+
}
|
|
32166
|
+
|
|
32167
|
+
export declare class OperationsImplementationsGoogleSheetsUpdateConditionalFormatRuleModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32168
|
+
manifest: ExtensionManifest;
|
|
32169
|
+
module: {
|
|
32170
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32171
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32172
|
+
};
|
|
32173
|
+
}
|
|
32174
|
+
|
|
32175
|
+
export declare class OperationsImplementationsGoogleSheetsUpdateProtectedRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32176
|
+
manifest: ExtensionManifest;
|
|
32177
|
+
module: {
|
|
32178
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32179
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32180
|
+
};
|
|
32181
|
+
}
|
|
32182
|
+
|
|
32047
32183
|
export declare class OperationsImplementationsGoogleSheetsUpdateRangeValuesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32048
32184
|
manifest: ExtensionManifest;
|
|
32049
32185
|
module: {
|