@elyx-code/project-logic-tree 0.0.7144 → 0.0.7146
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 +315 -315
- package/dist/index.d.ts +284 -2
- package/dist/index.js +71184 -68327
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10403,6 +10403,60 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10403
10403
|
id: string;
|
|
10404
10404
|
};
|
|
10405
10405
|
};
|
|
10406
|
+
underline: {
|
|
10407
|
+
id: string;
|
|
10408
|
+
dataType: {
|
|
10409
|
+
id: string;
|
|
10410
|
+
};
|
|
10411
|
+
};
|
|
10412
|
+
strikethrough: {
|
|
10413
|
+
id: string;
|
|
10414
|
+
dataType: {
|
|
10415
|
+
id: string;
|
|
10416
|
+
};
|
|
10417
|
+
};
|
|
10418
|
+
fontSize: {
|
|
10419
|
+
id: string;
|
|
10420
|
+
dataType: {
|
|
10421
|
+
id: string;
|
|
10422
|
+
};
|
|
10423
|
+
};
|
|
10424
|
+
fontFamily: {
|
|
10425
|
+
id: string;
|
|
10426
|
+
dataType: {
|
|
10427
|
+
id: string;
|
|
10428
|
+
};
|
|
10429
|
+
};
|
|
10430
|
+
textColor: {
|
|
10431
|
+
id: string;
|
|
10432
|
+
dataType: {
|
|
10433
|
+
id: string;
|
|
10434
|
+
};
|
|
10435
|
+
};
|
|
10436
|
+
backgroundColor: {
|
|
10437
|
+
id: string;
|
|
10438
|
+
dataType: {
|
|
10439
|
+
id: string;
|
|
10440
|
+
};
|
|
10441
|
+
};
|
|
10442
|
+
horizontalAlignment: {
|
|
10443
|
+
id: string;
|
|
10444
|
+
dataType: {
|
|
10445
|
+
id: string;
|
|
10446
|
+
};
|
|
10447
|
+
};
|
|
10448
|
+
verticalAlignment: {
|
|
10449
|
+
id: string;
|
|
10450
|
+
dataType: {
|
|
10451
|
+
id: string;
|
|
10452
|
+
};
|
|
10453
|
+
};
|
|
10454
|
+
wrapStrategy: {
|
|
10455
|
+
id: string;
|
|
10456
|
+
dataType: {
|
|
10457
|
+
id: string;
|
|
10458
|
+
};
|
|
10459
|
+
};
|
|
10406
10460
|
};
|
|
10407
10461
|
dataType: {
|
|
10408
10462
|
id: string;
|
|
@@ -20423,8 +20477,8 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20423
20477
|
GoogleSheetsClearRange = "external-integration--google-sheet--clear-range",// DONE
|
|
20424
20478
|
GoogleSheetsBatchUpdateSpreadsheet = "external-integration--google-sheet--batch-update-spreadsheet",// DONE
|
|
20425
20479
|
GoogleSheetsRenameSheet = "external-integration--google-sheet--rename-sheet",// DONE
|
|
20426
|
-
GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet"
|
|
20427
|
-
GoogleSheetsClearSheet = "external-integration--google-sheet--clear-sheet"
|
|
20480
|
+
GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet",// DONE
|
|
20481
|
+
GoogleSheetsClearSheet = "external-integration--google-sheet--clear-sheet",// DONE
|
|
20428
20482
|
GoogleSheetsBatchGetValues = "external-integration--google-sheet--batch-get-values",
|
|
20429
20483
|
GoogleSheetsFormatCells = "external-integration--google-sheet--format-cells",
|
|
20430
20484
|
GoogleSheetsSetNumberFormat = "external-integration--google-sheet--set-number-format",
|
|
@@ -21509,6 +21563,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
21509
21563
|
|
|
21510
21564
|
export declare const formatCellsActionRef: IActionDescriptorReference;
|
|
21511
21565
|
|
|
21566
|
+
export declare const formatCellsBackgroundColorInput: IValueDescriptorTransfer;
|
|
21567
|
+
|
|
21568
|
+
export declare const formatCellsBackgroundColorInputDataType: IDataTypeTransfer;
|
|
21569
|
+
|
|
21570
|
+
export declare const formatCellsBackgroundColorInputDTParentRef: IValueDescriptorReference;
|
|
21571
|
+
|
|
21572
|
+
export declare const formatCellsBackgroundColorInputParentRef: IActionDescriptorReference;
|
|
21573
|
+
|
|
21512
21574
|
export declare const formatCellsBoldInput: IValueDescriptorTransfer;
|
|
21513
21575
|
|
|
21514
21576
|
export declare const formatCellsBoldInputDataType: IDataTypeTransfer;
|
|
@@ -21525,6 +21587,30 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
21525
21587
|
|
|
21526
21588
|
export declare const formatCellsConnectionInputParentRef: IActionDescriptorReference;
|
|
21527
21589
|
|
|
21590
|
+
export declare const formatCellsFontFamilyInput: IValueDescriptorTransfer;
|
|
21591
|
+
|
|
21592
|
+
export declare const formatCellsFontFamilyInputDataType: IDataTypeTransfer;
|
|
21593
|
+
|
|
21594
|
+
export declare const formatCellsFontFamilyInputDTParentRef: IValueDescriptorReference;
|
|
21595
|
+
|
|
21596
|
+
export declare const formatCellsFontFamilyInputParentRef: IActionDescriptorReference;
|
|
21597
|
+
|
|
21598
|
+
export declare const formatCellsFontSizeInput: IValueDescriptorTransfer;
|
|
21599
|
+
|
|
21600
|
+
export declare const formatCellsFontSizeInputDataType: IDataTypeTransfer;
|
|
21601
|
+
|
|
21602
|
+
export declare const formatCellsFontSizeInputDTParentRef: IValueDescriptorReference;
|
|
21603
|
+
|
|
21604
|
+
export declare const formatCellsFontSizeInputParentRef: IActionDescriptorReference;
|
|
21605
|
+
|
|
21606
|
+
export declare const formatCellsHorizontalAlignmentInput: IValueDescriptorTransfer;
|
|
21607
|
+
|
|
21608
|
+
export declare const formatCellsHorizontalAlignmentInputDataType: IDataTypeTransfer;
|
|
21609
|
+
|
|
21610
|
+
export declare const formatCellsHorizontalAlignmentInputDTParentRef: IValueDescriptorReference;
|
|
21611
|
+
|
|
21612
|
+
export declare const formatCellsHorizontalAlignmentInputParentRef: IActionDescriptorReference;
|
|
21613
|
+
|
|
21528
21614
|
export declare const formatCellsIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
21529
21615
|
|
|
21530
21616
|
export declare const formatCellsItalicInput: IValueDescriptorTransfer;
|
|
@@ -21561,12 +21647,52 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
21561
21647
|
|
|
21562
21648
|
export declare const formatCellsSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
21563
21649
|
|
|
21650
|
+
export declare const formatCellsStrikethroughInput: IValueDescriptorTransfer;
|
|
21651
|
+
|
|
21652
|
+
export declare const formatCellsStrikethroughInputDataType: IDataTypeTransfer;
|
|
21653
|
+
|
|
21654
|
+
export declare const formatCellsStrikethroughInputDTParentRef: IValueDescriptorReference;
|
|
21655
|
+
|
|
21656
|
+
export declare const formatCellsStrikethroughInputParentRef: IActionDescriptorReference;
|
|
21657
|
+
|
|
21564
21658
|
export declare const formatCellsSuccessProp: IPropertyTransfer;
|
|
21565
21659
|
|
|
21566
21660
|
export declare const formatCellsSuccessPropDT: IDataTypeTransfer;
|
|
21567
21661
|
|
|
21568
21662
|
export declare const formatCellsSuccessPropDTParentRef: IPropertyReference;
|
|
21569
21663
|
|
|
21664
|
+
export declare const formatCellsTextColorInput: IValueDescriptorTransfer;
|
|
21665
|
+
|
|
21666
|
+
export declare const formatCellsTextColorInputDataType: IDataTypeTransfer;
|
|
21667
|
+
|
|
21668
|
+
export declare const formatCellsTextColorInputDTParentRef: IValueDescriptorReference;
|
|
21669
|
+
|
|
21670
|
+
export declare const formatCellsTextColorInputParentRef: IActionDescriptorReference;
|
|
21671
|
+
|
|
21672
|
+
export declare const formatCellsUnderlineInput: IValueDescriptorTransfer;
|
|
21673
|
+
|
|
21674
|
+
export declare const formatCellsUnderlineInputDataType: IDataTypeTransfer;
|
|
21675
|
+
|
|
21676
|
+
export declare const formatCellsUnderlineInputDTParentRef: IValueDescriptorReference;
|
|
21677
|
+
|
|
21678
|
+
export declare const formatCellsUnderlineInputParentRef: IActionDescriptorReference;
|
|
21679
|
+
|
|
21680
|
+
export declare const formatCellsVerticalAlignmentInput: IValueDescriptorTransfer;
|
|
21681
|
+
|
|
21682
|
+
export declare const formatCellsVerticalAlignmentInputDataType: IDataTypeTransfer;
|
|
21683
|
+
|
|
21684
|
+
export declare const formatCellsVerticalAlignmentInputDTParentRef: IValueDescriptorReference;
|
|
21685
|
+
|
|
21686
|
+
export declare const formatCellsVerticalAlignmentInputParentRef: IActionDescriptorReference;
|
|
21687
|
+
|
|
21688
|
+
export declare const formatCellsWrapStrategyInput: IValueDescriptorTransfer;
|
|
21689
|
+
|
|
21690
|
+
export declare const formatCellsWrapStrategyInputDataType: IDataTypeTransfer;
|
|
21691
|
+
|
|
21692
|
+
export declare const formatCellsWrapStrategyInputDTParentRef: IValueDescriptorReference;
|
|
21693
|
+
|
|
21694
|
+
export declare const formatCellsWrapStrategyInputParentRef: IActionDescriptorReference;
|
|
21695
|
+
|
|
21570
21696
|
export declare function formatDate(input: ISODateString, format: string): string;
|
|
21571
21697
|
|
|
21572
21698
|
export declare const formatDateDateArg: IValueDescriptorTransfer;
|
|
@@ -25768,6 +25894,13 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
25768
25894
|
parent: IProject | IProjectReference | IInstalledProject | IInstalledProjectReference;
|
|
25769
25895
|
}
|
|
25770
25896
|
|
|
25897
|
+
export declare interface IGoogleSheetsColor {
|
|
25898
|
+
red?: number;
|
|
25899
|
+
green?: number;
|
|
25900
|
+
blue?: number;
|
|
25901
|
+
alpha?: number;
|
|
25902
|
+
}
|
|
25903
|
+
|
|
25771
25904
|
export declare interface IIncompatibleAIsGlobalBIsNotScope extends IScopeCompatibility {
|
|
25772
25905
|
compatible: false;
|
|
25773
25906
|
type: ScopeCompatibilityType.AIsGlobalBIsNot;
|
|
@@ -27154,6 +27287,13 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
27154
27287
|
parent: EntryPointEntity | EntryPointEntityReference;
|
|
27155
27288
|
}
|
|
27156
27289
|
|
|
27290
|
+
export declare interface IRgbaColor {
|
|
27291
|
+
red?: number;
|
|
27292
|
+
green?: number;
|
|
27293
|
+
blue?: number;
|
|
27294
|
+
alpha?: number;
|
|
27295
|
+
}
|
|
27296
|
+
|
|
27157
27297
|
export declare function isAfter(a: ISODateString, b: ISODateString, unit?: default_3.OpUnitType): boolean;
|
|
27158
27298
|
|
|
27159
27299
|
export declare const isAfterUnitArgDefaultValue: ILiteralValueTransfer;
|
|
@@ -31868,6 +32008,30 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
31868
32008
|
};
|
|
31869
32009
|
}
|
|
31870
32010
|
|
|
32011
|
+
export declare class OperationsImplementationsGoogleSheetsAddBandingModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32012
|
+
manifest: ExtensionManifest;
|
|
32013
|
+
module: {
|
|
32014
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32015
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32016
|
+
};
|
|
32017
|
+
}
|
|
32018
|
+
|
|
32019
|
+
export declare class OperationsImplementationsGoogleSheetsAddChartModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32020
|
+
manifest: ExtensionManifest;
|
|
32021
|
+
module: {
|
|
32022
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32023
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32024
|
+
};
|
|
32025
|
+
}
|
|
32026
|
+
|
|
32027
|
+
export declare class OperationsImplementationsGoogleSheetsAddConditionalFormatRuleModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32028
|
+
manifest: ExtensionManifest;
|
|
32029
|
+
module: {
|
|
32030
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32031
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32032
|
+
};
|
|
32033
|
+
}
|
|
32034
|
+
|
|
31871
32035
|
export declare class OperationsImplementationsGoogleSheetsAddDataValidationModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31872
32036
|
manifest: ExtensionManifest;
|
|
31873
32037
|
module: {
|
|
@@ -31876,6 +32040,22 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
31876
32040
|
};
|
|
31877
32041
|
}
|
|
31878
32042
|
|
|
32043
|
+
export declare class OperationsImplementationsGoogleSheetsAddNamedRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32044
|
+
manifest: ExtensionManifest;
|
|
32045
|
+
module: {
|
|
32046
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32047
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32048
|
+
};
|
|
32049
|
+
}
|
|
32050
|
+
|
|
32051
|
+
export declare class OperationsImplementationsGoogleSheetsAddProtectedRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32052
|
+
manifest: ExtensionManifest;
|
|
32053
|
+
module: {
|
|
32054
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32055
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32056
|
+
};
|
|
32057
|
+
}
|
|
32058
|
+
|
|
31879
32059
|
export declare class OperationsImplementationsGoogleSheetsAddSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31880
32060
|
manifest: ExtensionManifest;
|
|
31881
32061
|
module: {
|
|
@@ -31956,6 +32136,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
31956
32136
|
};
|
|
31957
32137
|
}
|
|
31958
32138
|
|
|
32139
|
+
export declare class OperationsImplementationsGoogleSheetsCreatePivotTableModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32140
|
+
manifest: ExtensionManifest;
|
|
32141
|
+
module: {
|
|
32142
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32143
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32144
|
+
};
|
|
32145
|
+
}
|
|
32146
|
+
|
|
31959
32147
|
export declare class OperationsImplementationsGoogleSheetsCreateSpreadsheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31960
32148
|
manifest: ExtensionManifest;
|
|
31961
32149
|
module: {
|
|
@@ -31964,6 +32152,46 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
31964
32152
|
};
|
|
31965
32153
|
}
|
|
31966
32154
|
|
|
32155
|
+
export declare class OperationsImplementationsGoogleSheetsDeleteChartModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32156
|
+
manifest: ExtensionManifest;
|
|
32157
|
+
module: {
|
|
32158
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32159
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32160
|
+
};
|
|
32161
|
+
}
|
|
32162
|
+
|
|
32163
|
+
export declare class OperationsImplementationsGoogleSheetsDeleteConditionalFormatRuleModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32164
|
+
manifest: ExtensionManifest;
|
|
32165
|
+
module: {
|
|
32166
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32167
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32168
|
+
};
|
|
32169
|
+
}
|
|
32170
|
+
|
|
32171
|
+
export declare class OperationsImplementationsGoogleSheetsDeleteDimensionModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32172
|
+
manifest: ExtensionManifest;
|
|
32173
|
+
module: {
|
|
32174
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32175
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32176
|
+
};
|
|
32177
|
+
}
|
|
32178
|
+
|
|
32179
|
+
export declare class OperationsImplementationsGoogleSheetsDeletePivotTableModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32180
|
+
manifest: ExtensionManifest;
|
|
32181
|
+
module: {
|
|
32182
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32183
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32184
|
+
};
|
|
32185
|
+
}
|
|
32186
|
+
|
|
32187
|
+
export declare class OperationsImplementationsGoogleSheetsDeleteProtectedRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32188
|
+
manifest: ExtensionManifest;
|
|
32189
|
+
module: {
|
|
32190
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32191
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32192
|
+
};
|
|
32193
|
+
}
|
|
32194
|
+
|
|
31967
32195
|
export declare class OperationsImplementationsGoogleSheetsDeleteSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
31968
32196
|
manifest: ExtensionManifest;
|
|
31969
32197
|
module: {
|
|
@@ -32004,6 +32232,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32004
32232
|
};
|
|
32005
32233
|
}
|
|
32006
32234
|
|
|
32235
|
+
export declare class OperationsImplementationsGoogleSheetsInsertDimensionModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32236
|
+
manifest: ExtensionManifest;
|
|
32237
|
+
module: {
|
|
32238
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32239
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32240
|
+
};
|
|
32241
|
+
}
|
|
32242
|
+
|
|
32007
32243
|
export declare class OperationsImplementationsGoogleSheetsMergeUnmergeCellsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32008
32244
|
manifest: ExtensionManifest;
|
|
32009
32245
|
module: {
|
|
@@ -32012,6 +32248,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32012
32248
|
};
|
|
32013
32249
|
}
|
|
32014
32250
|
|
|
32251
|
+
export declare class OperationsImplementationsGoogleSheetsMoveDimensionModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32252
|
+
manifest: ExtensionManifest;
|
|
32253
|
+
module: {
|
|
32254
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32255
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32256
|
+
};
|
|
32257
|
+
}
|
|
32258
|
+
|
|
32015
32259
|
export declare class OperationsImplementationsGoogleSheetsRenameSheetModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32016
32260
|
manifest: ExtensionManifest;
|
|
32017
32261
|
module: {
|
|
@@ -32028,6 +32272,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32028
32272
|
};
|
|
32029
32273
|
}
|
|
32030
32274
|
|
|
32275
|
+
export declare class OperationsImplementationsGoogleSheetsSetCellNoteModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32276
|
+
manifest: ExtensionManifest;
|
|
32277
|
+
module: {
|
|
32278
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32279
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32280
|
+
};
|
|
32281
|
+
}
|
|
32282
|
+
|
|
32031
32283
|
export declare class OperationsImplementationsGoogleSheetsSetNumberFormatModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32032
32284
|
manifest: ExtensionManifest;
|
|
32033
32285
|
module: {
|
|
@@ -32044,6 +32296,30 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32044
32296
|
};
|
|
32045
32297
|
}
|
|
32046
32298
|
|
|
32299
|
+
export declare class OperationsImplementationsGoogleSheetsUpdateChartSpecModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32300
|
+
manifest: ExtensionManifest;
|
|
32301
|
+
module: {
|
|
32302
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32303
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32304
|
+
};
|
|
32305
|
+
}
|
|
32306
|
+
|
|
32307
|
+
export declare class OperationsImplementationsGoogleSheetsUpdateConditionalFormatRuleModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32308
|
+
manifest: ExtensionManifest;
|
|
32309
|
+
module: {
|
|
32310
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32311
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32312
|
+
};
|
|
32313
|
+
}
|
|
32314
|
+
|
|
32315
|
+
export declare class OperationsImplementationsGoogleSheetsUpdateProtectedRangeModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32316
|
+
manifest: ExtensionManifest;
|
|
32317
|
+
module: {
|
|
32318
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32319
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32320
|
+
};
|
|
32321
|
+
}
|
|
32322
|
+
|
|
32047
32323
|
export declare class OperationsImplementationsGoogleSheetsUpdateRangeValuesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32048
32324
|
manifest: ExtensionManifest;
|
|
32049
32325
|
module: {
|
|
@@ -36397,6 +36673,12 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
36397
36673
|
|
|
36398
36674
|
export declare const rgbaRedPropertyDataType: IDataTypeTransfer;
|
|
36399
36675
|
|
|
36676
|
+
/**
|
|
36677
|
+
* Converts an RGBA object (where RGB values are 0..255 and alpha is 0..1)
|
|
36678
|
+
* into a Google Sheets API Color object (where red, green, blue, alpha are 0.0..1.0).
|
|
36679
|
+
*/
|
|
36680
|
+
export declare function rgbaToGoogleSheetsColor(color: IRgbaColor | null | undefined): IGoogleSheetsColor | undefined;
|
|
36681
|
+
|
|
36400
36682
|
export declare const rgbBlueProperty: IPropertyTransfer;
|
|
36401
36683
|
|
|
36402
36684
|
export declare const rgbBluePropertyDataType: IDataTypeTransfer;
|