@elyx-code/project-logic-tree 0.0.7149 → 0.0.7151
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 +356 -356
- package/dist/index.d.ts +253 -110
- package/dist/index.js +75709 -75930
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10516,49 +10516,6 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10516
10516
|
};
|
|
10517
10517
|
};
|
|
10518
10518
|
};
|
|
10519
|
-
"external-integration--google-sheet--set-background-color": {
|
|
10520
|
-
id: ExternalIntegrationOperations;
|
|
10521
|
-
inputs: {
|
|
10522
|
-
connection: {
|
|
10523
|
-
id: string;
|
|
10524
|
-
dataType: {
|
|
10525
|
-
id: string;
|
|
10526
|
-
};
|
|
10527
|
-
};
|
|
10528
|
-
spreadsheetId: {
|
|
10529
|
-
id: string;
|
|
10530
|
-
dataType: {
|
|
10531
|
-
id: string;
|
|
10532
|
-
};
|
|
10533
|
-
};
|
|
10534
|
-
range: {
|
|
10535
|
-
id: string;
|
|
10536
|
-
dataType: {
|
|
10537
|
-
id: string;
|
|
10538
|
-
};
|
|
10539
|
-
};
|
|
10540
|
-
color: {
|
|
10541
|
-
id: string;
|
|
10542
|
-
dataType: {
|
|
10543
|
-
id: string;
|
|
10544
|
-
};
|
|
10545
|
-
};
|
|
10546
|
-
};
|
|
10547
|
-
dataType: {
|
|
10548
|
-
id: string;
|
|
10549
|
-
entity: {
|
|
10550
|
-
id: string;
|
|
10551
|
-
properties: {
|
|
10552
|
-
success: {
|
|
10553
|
-
id: string;
|
|
10554
|
-
dataType: {
|
|
10555
|
-
id: string;
|
|
10556
|
-
};
|
|
10557
|
-
};
|
|
10558
|
-
};
|
|
10559
|
-
};
|
|
10560
|
-
};
|
|
10561
|
-
};
|
|
10562
10519
|
"external-integration--google-sheet--merge-unmerge-cells": {
|
|
10563
10520
|
id: ExternalIntegrationOperations;
|
|
10564
10521
|
inputs: {
|
|
@@ -20522,13 +20479,12 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20522
20479
|
GoogleSheetsRenameSheet = "external-integration--google-sheet--rename-sheet",// DONE
|
|
20523
20480
|
GoogleSheetsCopySheet = "external-integration--google-sheet--copy-sheet",// DONE
|
|
20524
20481
|
GoogleSheetsClearSheet = "external-integration--google-sheet--clear-sheet",// DONE
|
|
20525
|
-
GoogleSheetsBatchGetValues = "external-integration--google-sheet--batch-get-values"
|
|
20526
|
-
GoogleSheetsFormatCells = "external-integration--google-sheet--format-cells"
|
|
20482
|
+
GoogleSheetsBatchGetValues = "external-integration--google-sheet--batch-get-values",// DONE
|
|
20483
|
+
GoogleSheetsFormatCells = "external-integration--google-sheet--format-cells",// DONE
|
|
20527
20484
|
GoogleSheetsSetNumberFormat = "external-integration--google-sheet--set-number-format",
|
|
20528
|
-
GoogleSheetsSetBackgroundColor = "external-integration--google-sheet--set-background-color",
|
|
20529
20485
|
GoogleSheetsMergeUnmergeCells = "external-integration--google-sheet--merge-unmerge-cells",
|
|
20530
|
-
GoogleSheetsAutoResizeDimensions = "external-integration--google-sheet--auto-resize-dimensions"
|
|
20531
|
-
GoogleSheetsFindAndReplace = "external-integration--google-sheet--find-and-replace"
|
|
20486
|
+
GoogleSheetsAutoResizeDimensions = "external-integration--google-sheet--auto-resize-dimensions",// DONE
|
|
20487
|
+
GoogleSheetsFindAndReplace = "external-integration--google-sheet--find-and-replace",// DONE
|
|
20532
20488
|
GoogleSheetsAddDataValidation = "external-integration--google-sheet--add-data-validation",
|
|
20533
20489
|
GoogleSheetsSortRange = "external-integration--google-sheet--sort-range",
|
|
20534
20490
|
GoogleSheetsApplyClearFilter = "external-integration--google-sheet--apply-clear-filter",
|
|
@@ -20550,7 +20506,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20550
20506
|
GoogleSheetsAddBanding = "external-integration--google-sheet--add-banding",
|
|
20551
20507
|
GoogleSheetsAddNamedRange = "external-integration--google-sheet--add-named-range",
|
|
20552
20508
|
GoogleSheetsSetCellNote = "external-integration--google-sheet--set-cell-note",
|
|
20553
|
-
GoogleSheetsResizeDimension = "external-integration--google-sheet--resize-dimension"
|
|
20509
|
+
GoogleSheetsResizeDimension = "external-integration--google-sheet--resize-dimension",// DONE
|
|
20554
20510
|
GoogleSheetsCloneSheet = "external-integration--google-sheet--clone-sheet"
|
|
20555
20511
|
}
|
|
20556
20512
|
|
|
@@ -24223,6 +24179,27 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
24223
24179
|
|
|
24224
24180
|
export declare const googleSheetAuthExternalConnectionBuiltInBaseEntityIntegrationPropertyRef: IPropertyReference;
|
|
24225
24181
|
|
|
24182
|
+
export declare enum GoogleSheetsAddBandingValidationErrorCodes {
|
|
24183
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24184
|
+
SpacesIncluded = "spaces-included",
|
|
24185
|
+
InvalidChars = "invalid-chars",
|
|
24186
|
+
TooShort = "too-short"
|
|
24187
|
+
}
|
|
24188
|
+
|
|
24189
|
+
export declare enum GoogleSheetsAddChartValidationErrorCodes {
|
|
24190
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24191
|
+
SpacesIncluded = "spaces-included",
|
|
24192
|
+
InvalidChars = "invalid-chars",
|
|
24193
|
+
TooShort = "too-short"
|
|
24194
|
+
}
|
|
24195
|
+
|
|
24196
|
+
export declare enum GoogleSheetsAddConditionalFormatRuleValidationErrorCodes {
|
|
24197
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24198
|
+
SpacesIncluded = "spaces-included",
|
|
24199
|
+
InvalidChars = "invalid-chars",
|
|
24200
|
+
TooShort = "too-short"
|
|
24201
|
+
}
|
|
24202
|
+
|
|
24226
24203
|
export declare enum GoogleSheetsAddDataValidationValidationErrorCodes {
|
|
24227
24204
|
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24228
24205
|
UrlProvided = "url-provided",
|
|
@@ -24234,7 +24211,32 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
24234
24211
|
ConditionValuesMustBeArray = "condition-values-must-be-array"
|
|
24235
24212
|
}
|
|
24236
24213
|
|
|
24214
|
+
export declare enum GoogleSheetsAddNamedRangeValidationErrorCodes {
|
|
24215
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24216
|
+
SpacesIncluded = "spaces-included",
|
|
24217
|
+
InvalidChars = "invalid-chars",
|
|
24218
|
+
TooShort = "too-short"
|
|
24219
|
+
}
|
|
24220
|
+
|
|
24221
|
+
export declare enum GoogleSheetsAddProtectedRangeValidationErrorCodes {
|
|
24222
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24223
|
+
SpacesIncluded = "spaces-included",
|
|
24224
|
+
InvalidChars = "invalid-chars",
|
|
24225
|
+
TooShort = "too-short"
|
|
24226
|
+
}
|
|
24227
|
+
|
|
24228
|
+
export declare enum GoogleSheetsAddSheetValidationErrorCodes {
|
|
24229
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24230
|
+
SpacesIncluded = "spaces-included",
|
|
24231
|
+
InvalidChars = "invalid-chars",
|
|
24232
|
+
TooShort = "too-short"
|
|
24233
|
+
}
|
|
24234
|
+
|
|
24237
24235
|
export declare enum GoogleSheetsAppendRowsValidationErrorCodes {
|
|
24236
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24237
|
+
SpacesIncluded = "spaces-included",
|
|
24238
|
+
InvalidChars = "invalid-chars",
|
|
24239
|
+
TooShort = "too-short",
|
|
24238
24240
|
RangeCannotBeEmpty = "range-cannot-be-empty",
|
|
24239
24241
|
RangeCannotContainQuotes = "range-cannot-contain-quotes",
|
|
24240
24242
|
RangeContainsInvalidCharacters = "range-contains-invalid-characters",
|
|
@@ -24251,6 +24253,20 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
24251
24253
|
ValuesMustBe2DArray = "values-must-be-2d-array"
|
|
24252
24254
|
}
|
|
24253
24255
|
|
|
24256
|
+
export declare enum GoogleSheetsApplyClearFilterValidationErrorCodes {
|
|
24257
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24258
|
+
SpacesIncluded = "spaces-included",
|
|
24259
|
+
InvalidChars = "invalid-chars",
|
|
24260
|
+
TooShort = "too-short"
|
|
24261
|
+
}
|
|
24262
|
+
|
|
24263
|
+
export declare enum GoogleSheetsAutoResizeDimensionsValidationErrorCodes {
|
|
24264
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24265
|
+
SpacesIncluded = "spaces-included",
|
|
24266
|
+
InvalidChars = "invalid-chars",
|
|
24267
|
+
TooShort = "too-short"
|
|
24268
|
+
}
|
|
24269
|
+
|
|
24254
24270
|
export declare enum GoogleSheetsBatchGetValuesValidationErrorCodes {
|
|
24255
24271
|
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24256
24272
|
UrlProvided = "url-provided",
|
|
@@ -24271,6 +24287,97 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
24271
24287
|
RequestsEmpty = "requests-empty"
|
|
24272
24288
|
}
|
|
24273
24289
|
|
|
24290
|
+
export declare enum GoogleSheetsClearRangeValidationErrorCodes {
|
|
24291
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24292
|
+
SpacesIncluded = "spaces-included",
|
|
24293
|
+
InvalidChars = "invalid-chars",
|
|
24294
|
+
TooShort = "too-short"
|
|
24295
|
+
}
|
|
24296
|
+
|
|
24297
|
+
export declare enum GoogleSheetsClearSheetValidationErrorCodes {
|
|
24298
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24299
|
+
SpacesIncluded = "spaces-included",
|
|
24300
|
+
InvalidChars = "invalid-chars",
|
|
24301
|
+
TooShort = "too-short"
|
|
24302
|
+
}
|
|
24303
|
+
|
|
24304
|
+
export declare enum GoogleSheetsCloneSheetValidationErrorCodes {
|
|
24305
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24306
|
+
SpacesIncluded = "spaces-included",
|
|
24307
|
+
InvalidChars = "invalid-chars",
|
|
24308
|
+
TooShort = "too-short"
|
|
24309
|
+
}
|
|
24310
|
+
|
|
24311
|
+
export declare enum GoogleSheetsCopySheetValidationErrorCodes {
|
|
24312
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24313
|
+
SpacesIncluded = "spaces-included",
|
|
24314
|
+
InvalidChars = "invalid-chars",
|
|
24315
|
+
TooShort = "too-short"
|
|
24316
|
+
}
|
|
24317
|
+
|
|
24318
|
+
export declare enum GoogleSheetsCreatePivotTableValidationErrorCodes {
|
|
24319
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24320
|
+
SpacesIncluded = "spaces-included",
|
|
24321
|
+
InvalidChars = "invalid-chars",
|
|
24322
|
+
TooShort = "too-short"
|
|
24323
|
+
}
|
|
24324
|
+
|
|
24325
|
+
export declare enum GoogleSheetsDeleteChartValidationErrorCodes {
|
|
24326
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24327
|
+
SpacesIncluded = "spaces-included",
|
|
24328
|
+
InvalidChars = "invalid-chars",
|
|
24329
|
+
TooShort = "too-short"
|
|
24330
|
+
}
|
|
24331
|
+
|
|
24332
|
+
export declare enum GoogleSheetsDeleteConditionalFormatRuleValidationErrorCodes {
|
|
24333
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24334
|
+
SpacesIncluded = "spaces-included",
|
|
24335
|
+
InvalidChars = "invalid-chars",
|
|
24336
|
+
TooShort = "too-short"
|
|
24337
|
+
}
|
|
24338
|
+
|
|
24339
|
+
export declare enum GoogleSheetsDeleteDimensionValidationErrorCodes {
|
|
24340
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24341
|
+
SpacesIncluded = "spaces-included",
|
|
24342
|
+
InvalidChars = "invalid-chars",
|
|
24343
|
+
TooShort = "too-short"
|
|
24344
|
+
}
|
|
24345
|
+
|
|
24346
|
+
export declare enum GoogleSheetsDeletePivotTableValidationErrorCodes {
|
|
24347
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24348
|
+
SpacesIncluded = "spaces-included",
|
|
24349
|
+
InvalidChars = "invalid-chars",
|
|
24350
|
+
TooShort = "too-short"
|
|
24351
|
+
}
|
|
24352
|
+
|
|
24353
|
+
export declare enum GoogleSheetsDeleteProtectedRangeValidationErrorCodes {
|
|
24354
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24355
|
+
SpacesIncluded = "spaces-included",
|
|
24356
|
+
InvalidChars = "invalid-chars",
|
|
24357
|
+
TooShort = "too-short"
|
|
24358
|
+
}
|
|
24359
|
+
|
|
24360
|
+
export declare enum GoogleSheetsDeleteSheetValidationErrorCodes {
|
|
24361
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24362
|
+
SpacesIncluded = "spaces-included",
|
|
24363
|
+
InvalidChars = "invalid-chars",
|
|
24364
|
+
TooShort = "too-short"
|
|
24365
|
+
}
|
|
24366
|
+
|
|
24367
|
+
export declare enum GoogleSheetsFindAndReplaceValidationErrorCodes {
|
|
24368
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24369
|
+
SpacesIncluded = "spaces-included",
|
|
24370
|
+
InvalidChars = "invalid-chars",
|
|
24371
|
+
TooShort = "too-short"
|
|
24372
|
+
}
|
|
24373
|
+
|
|
24374
|
+
export declare enum GoogleSheetsFormatCellsValidationErrorCodes {
|
|
24375
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24376
|
+
SpacesIncluded = "spaces-included",
|
|
24377
|
+
InvalidChars = "invalid-chars",
|
|
24378
|
+
TooShort = "too-short"
|
|
24379
|
+
}
|
|
24380
|
+
|
|
24274
24381
|
export declare enum GoogleSheetsGetRangeValuesValidationErrorCodes {
|
|
24275
24382
|
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24276
24383
|
UrlProvided = "url-provided",
|
|
@@ -24279,6 +24386,90 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
24279
24386
|
TooShort = "too-short"
|
|
24280
24387
|
}
|
|
24281
24388
|
|
|
24389
|
+
export declare enum GoogleSheetsGetSpreadsheetValidationErrorCodes {
|
|
24390
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24391
|
+
SpacesIncluded = "spaces-included",
|
|
24392
|
+
InvalidChars = "invalid-chars",
|
|
24393
|
+
TooShort = "too-short"
|
|
24394
|
+
}
|
|
24395
|
+
|
|
24396
|
+
export declare enum GoogleSheetsInsertDimensionValidationErrorCodes {
|
|
24397
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24398
|
+
SpacesIncluded = "spaces-included",
|
|
24399
|
+
InvalidChars = "invalid-chars",
|
|
24400
|
+
TooShort = "too-short"
|
|
24401
|
+
}
|
|
24402
|
+
|
|
24403
|
+
export declare enum GoogleSheetsMergeUnmergeCellsValidationErrorCodes {
|
|
24404
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24405
|
+
SpacesIncluded = "spaces-included",
|
|
24406
|
+
InvalidChars = "invalid-chars",
|
|
24407
|
+
TooShort = "too-short"
|
|
24408
|
+
}
|
|
24409
|
+
|
|
24410
|
+
export declare enum GoogleSheetsMoveDimensionValidationErrorCodes {
|
|
24411
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24412
|
+
SpacesIncluded = "spaces-included",
|
|
24413
|
+
InvalidChars = "invalid-chars",
|
|
24414
|
+
TooShort = "too-short"
|
|
24415
|
+
}
|
|
24416
|
+
|
|
24417
|
+
export declare enum GoogleSheetsRenameSheetValidationErrorCodes {
|
|
24418
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24419
|
+
SpacesIncluded = "spaces-included",
|
|
24420
|
+
InvalidChars = "invalid-chars",
|
|
24421
|
+
TooShort = "too-short"
|
|
24422
|
+
}
|
|
24423
|
+
|
|
24424
|
+
export declare enum GoogleSheetsResizeDimensionValidationErrorCodes {
|
|
24425
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24426
|
+
SpacesIncluded = "spaces-included",
|
|
24427
|
+
InvalidChars = "invalid-chars",
|
|
24428
|
+
TooShort = "too-short"
|
|
24429
|
+
}
|
|
24430
|
+
|
|
24431
|
+
export declare enum GoogleSheetsSetCellNoteValidationErrorCodes {
|
|
24432
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24433
|
+
SpacesIncluded = "spaces-included",
|
|
24434
|
+
InvalidChars = "invalid-chars",
|
|
24435
|
+
TooShort = "too-short"
|
|
24436
|
+
}
|
|
24437
|
+
|
|
24438
|
+
export declare enum GoogleSheetsSetNumberFormatValidationErrorCodes {
|
|
24439
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24440
|
+
SpacesIncluded = "spaces-included",
|
|
24441
|
+
InvalidChars = "invalid-chars",
|
|
24442
|
+
TooShort = "too-short"
|
|
24443
|
+
}
|
|
24444
|
+
|
|
24445
|
+
export declare enum GoogleSheetsSortRangeValidationErrorCodes {
|
|
24446
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24447
|
+
SpacesIncluded = "spaces-included",
|
|
24448
|
+
InvalidChars = "invalid-chars",
|
|
24449
|
+
TooShort = "too-short"
|
|
24450
|
+
}
|
|
24451
|
+
|
|
24452
|
+
export declare enum GoogleSheetsUpdateChartSpecValidationErrorCodes {
|
|
24453
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24454
|
+
SpacesIncluded = "spaces-included",
|
|
24455
|
+
InvalidChars = "invalid-chars",
|
|
24456
|
+
TooShort = "too-short"
|
|
24457
|
+
}
|
|
24458
|
+
|
|
24459
|
+
export declare enum GoogleSheetsUpdateConditionalFormatRuleValidationErrorCodes {
|
|
24460
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24461
|
+
SpacesIncluded = "spaces-included",
|
|
24462
|
+
InvalidChars = "invalid-chars",
|
|
24463
|
+
TooShort = "too-short"
|
|
24464
|
+
}
|
|
24465
|
+
|
|
24466
|
+
export declare enum GoogleSheetsUpdateProtectedRangeValidationErrorCodes {
|
|
24467
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24468
|
+
SpacesIncluded = "spaces-included",
|
|
24469
|
+
InvalidChars = "invalid-chars",
|
|
24470
|
+
TooShort = "too-short"
|
|
24471
|
+
}
|
|
24472
|
+
|
|
24282
24473
|
export declare enum GoogleSheetsUpdateRangeValuesValidationErrorCodes {
|
|
24283
24474
|
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24284
24475
|
UrlProvided = "url-provided",
|
|
@@ -32316,14 +32507,6 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32316
32507
|
};
|
|
32317
32508
|
}
|
|
32318
32509
|
|
|
32319
|
-
export declare class OperationsImplementationsGoogleSheetsSetBackgroundColorModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32320
|
-
manifest: ExtensionManifest;
|
|
32321
|
-
module: {
|
|
32322
|
-
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32323
|
-
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32324
|
-
};
|
|
32325
|
-
}
|
|
32326
|
-
|
|
32327
32510
|
export declare class OperationsImplementationsGoogleSheetsSetCellNoteModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32328
32511
|
manifest: ExtensionManifest;
|
|
32329
32512
|
module: {
|
|
@@ -34863,11 +35046,19 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
34863
35046
|
|
|
34864
35047
|
export declare const parseMultipartBodyResponseEntityTransfer: IDefinitionEntityTransfer;
|
|
34865
35048
|
|
|
35049
|
+
export declare function parseSpreadsheetId(input: any, options?: SpreadsheetIdParseOptions): string;
|
|
35050
|
+
|
|
34866
35051
|
export declare function parseSpreadsheetRangeToA1Notation(rangeObj: any, options?: RangeParseOptions): string;
|
|
34867
35052
|
|
|
34868
35053
|
export declare function parseSpreadsheetRangeToDimensionRange(rangeObj: any, options?: RangeParseOptions): any;
|
|
34869
35054
|
|
|
34870
|
-
export declare function parseSpreadsheetRangeToGridRange(rangeObj: any, options?: RangeParseOptions):
|
|
35055
|
+
export declare function parseSpreadsheetRangeToGridRange(rangeObj: any, options?: RangeParseOptions): {
|
|
35056
|
+
sheetId?: number;
|
|
35057
|
+
startRowIndex?: number;
|
|
35058
|
+
endRowIndex?: number;
|
|
35059
|
+
startColumnIndex?: number;
|
|
35060
|
+
endColumnIndex?: number;
|
|
35061
|
+
};
|
|
34871
35062
|
|
|
34872
35063
|
export declare const PASS_THROUGH_CALLABLE_ENTITIES_EXPLANATION: string;
|
|
34873
35064
|
|
|
@@ -37381,58 +37572,6 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
37381
37572
|
*/
|
|
37382
37573
|
export declare function set<T extends object = any>(obj: T, path: PathInput, value: any, options?: SetOptions): T;
|
|
37383
37574
|
|
|
37384
|
-
export declare const setBackgroundColorActionRef: IActionDescriptorReference;
|
|
37385
|
-
|
|
37386
|
-
export declare const setBackgroundColorColorInput: IValueDescriptorTransfer;
|
|
37387
|
-
|
|
37388
|
-
export declare const setBackgroundColorColorInputDataType: IDataTypeTransfer;
|
|
37389
|
-
|
|
37390
|
-
export declare const setBackgroundColorColorInputDTParentRef: IValueDescriptorReference;
|
|
37391
|
-
|
|
37392
|
-
export declare const setBackgroundColorColorInputParentRef: IActionDescriptorReference;
|
|
37393
|
-
|
|
37394
|
-
export declare const setBackgroundColorConnectionInput: IValueDescriptorTransfer;
|
|
37395
|
-
|
|
37396
|
-
export declare const setBackgroundColorConnectionInputDataType: IDataTypeTransfer;
|
|
37397
|
-
|
|
37398
|
-
export declare const setBackgroundColorConnectionInputDTParentRef: IValueDescriptorReference;
|
|
37399
|
-
|
|
37400
|
-
export declare const setBackgroundColorConnectionInputParentRef: IActionDescriptorReference;
|
|
37401
|
-
|
|
37402
|
-
export declare const setBackgroundColorIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
37403
|
-
|
|
37404
|
-
export declare const setBackgroundColorRangeInput: IValueDescriptorTransfer;
|
|
37405
|
-
|
|
37406
|
-
export declare const setBackgroundColorRangeInputDataType: IDataTypeTransfer;
|
|
37407
|
-
|
|
37408
|
-
export declare const setBackgroundColorRangeInputDTParentRef: IValueDescriptorReference;
|
|
37409
|
-
|
|
37410
|
-
export declare const setBackgroundColorRangeInputParentRef: IActionDescriptorReference;
|
|
37411
|
-
|
|
37412
|
-
export declare const setBackgroundColorResponseDataType: IDataTypeTransfer;
|
|
37413
|
-
|
|
37414
|
-
export declare const setBackgroundColorResponseDTParentRef: IActionDescriptorReference;
|
|
37415
|
-
|
|
37416
|
-
export declare const setBackgroundColorResponseEntity: IDefinitionEntityTransfer;
|
|
37417
|
-
|
|
37418
|
-
export declare const setBackgroundColorResponseEntityParentRef: IDataTypeReference;
|
|
37419
|
-
|
|
37420
|
-
export declare const setBackgroundColorResponsePropsParentRef: IDefinitionEntityReference;
|
|
37421
|
-
|
|
37422
|
-
export declare const setBackgroundColorSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
37423
|
-
|
|
37424
|
-
export declare const setBackgroundColorSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
37425
|
-
|
|
37426
|
-
export declare const setBackgroundColorSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
37427
|
-
|
|
37428
|
-
export declare const setBackgroundColorSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
37429
|
-
|
|
37430
|
-
export declare const setBackgroundColorSuccessProp: IPropertyTransfer;
|
|
37431
|
-
|
|
37432
|
-
export declare const setBackgroundColorSuccessPropDT: IDataTypeTransfer;
|
|
37433
|
-
|
|
37434
|
-
export declare const setBackgroundColorSuccessPropDTParentRef: IPropertyReference;
|
|
37435
|
-
|
|
37436
37575
|
export declare const setCellNoteActionRef: IActionDescriptorReference;
|
|
37437
37576
|
|
|
37438
37577
|
export declare const setCellNoteConnectionInput: IValueDescriptorTransfer;
|
|
@@ -38217,6 +38356,10 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
38217
38356
|
|
|
38218
38357
|
export declare const splitStringAtLastSeparatorOperationStringDataType: IDataTypeTransfer;
|
|
38219
38358
|
|
|
38359
|
+
export declare interface SpreadsheetIdParseOptions {
|
|
38360
|
+
errorPrefix?: string;
|
|
38361
|
+
}
|
|
38362
|
+
|
|
38220
38363
|
export declare const spreadsheetRangeEndColumnProperty: IPropertyTransfer;
|
|
38221
38364
|
|
|
38222
38365
|
export declare const spreadsheetRangeEndColumnPropertyDataType: IDataTypeTransfer;
|