@elyx-code/project-logic-tree 0.0.7148 → 0.0.7149
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 +317 -317
- package/dist/index.d.ts +104 -0
- package/dist/index.js +43814 -43181
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10645,6 +10645,49 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10645
10645
|
};
|
|
10646
10646
|
};
|
|
10647
10647
|
};
|
|
10648
|
+
"external-integration--google-sheet--resize-dimension": {
|
|
10649
|
+
id: ExternalIntegrationOperations;
|
|
10650
|
+
inputs: {
|
|
10651
|
+
connection: {
|
|
10652
|
+
id: string;
|
|
10653
|
+
dataType: {
|
|
10654
|
+
id: string;
|
|
10655
|
+
};
|
|
10656
|
+
};
|
|
10657
|
+
spreadsheetId: {
|
|
10658
|
+
id: string;
|
|
10659
|
+
dataType: {
|
|
10660
|
+
id: string;
|
|
10661
|
+
};
|
|
10662
|
+
};
|
|
10663
|
+
range: {
|
|
10664
|
+
id: string;
|
|
10665
|
+
dataType: {
|
|
10666
|
+
id: string;
|
|
10667
|
+
};
|
|
10668
|
+
};
|
|
10669
|
+
pixelSize: {
|
|
10670
|
+
id: string;
|
|
10671
|
+
dataType: {
|
|
10672
|
+
id: string;
|
|
10673
|
+
};
|
|
10674
|
+
};
|
|
10675
|
+
};
|
|
10676
|
+
dataType: {
|
|
10677
|
+
id: string;
|
|
10678
|
+
entity: {
|
|
10679
|
+
id: string;
|
|
10680
|
+
properties: {
|
|
10681
|
+
success: {
|
|
10682
|
+
id: string;
|
|
10683
|
+
dataType: {
|
|
10684
|
+
id: string;
|
|
10685
|
+
};
|
|
10686
|
+
};
|
|
10687
|
+
};
|
|
10688
|
+
};
|
|
10689
|
+
};
|
|
10690
|
+
};
|
|
10648
10691
|
"external-integration--google-sheet--find-and-replace": {
|
|
10649
10692
|
id: ExternalIntegrationOperations;
|
|
10650
10693
|
inputs: {
|
|
@@ -20507,6 +20550,7 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20507
20550
|
GoogleSheetsAddBanding = "external-integration--google-sheet--add-banding",
|
|
20508
20551
|
GoogleSheetsAddNamedRange = "external-integration--google-sheet--add-named-range",
|
|
20509
20552
|
GoogleSheetsSetCellNote = "external-integration--google-sheet--set-cell-note",
|
|
20553
|
+
GoogleSheetsResizeDimension = "external-integration--google-sheet--resize-dimension",
|
|
20510
20554
|
GoogleSheetsCloneSheet = "external-integration--google-sheet--clone-sheet"
|
|
20511
20555
|
}
|
|
20512
20556
|
|
|
@@ -32264,6 +32308,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
32264
32308
|
};
|
|
32265
32309
|
}
|
|
32266
32310
|
|
|
32311
|
+
export declare class OperationsImplementationsGoogleSheetsResizeDimensionModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32312
|
+
manifest: ExtensionManifest;
|
|
32313
|
+
module: {
|
|
32314
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
32315
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
32316
|
+
};
|
|
32317
|
+
}
|
|
32318
|
+
|
|
32267
32319
|
export declare class OperationsImplementationsGoogleSheetsSetBackgroundColorModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
32268
32320
|
manifest: ExtensionManifest;
|
|
32269
32321
|
module: {
|
|
@@ -36320,6 +36372,58 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
36320
36372
|
|
|
36321
36373
|
export declare type RequiredSheetFormat = 'Name' | 'Id';
|
|
36322
36374
|
|
|
36375
|
+
export declare const resizeDimensionActionRef: IActionDescriptorReference;
|
|
36376
|
+
|
|
36377
|
+
export declare const resizeDimensionConnectionInput: IValueDescriptorTransfer;
|
|
36378
|
+
|
|
36379
|
+
export declare const resizeDimensionConnectionInputDataType: IDataTypeTransfer;
|
|
36380
|
+
|
|
36381
|
+
export declare const resizeDimensionConnectionInputDTParentRef: IValueDescriptorReference;
|
|
36382
|
+
|
|
36383
|
+
export declare const resizeDimensionConnectionInputParentRef: IActionDescriptorReference;
|
|
36384
|
+
|
|
36385
|
+
export declare const resizeDimensionIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
36386
|
+
|
|
36387
|
+
export declare const resizeDimensionPixelSizeInput: IValueDescriptorTransfer;
|
|
36388
|
+
|
|
36389
|
+
export declare const resizeDimensionPixelSizeInputDataType: IDataTypeTransfer;
|
|
36390
|
+
|
|
36391
|
+
export declare const resizeDimensionPixelSizeInputDTParentRef: IValueDescriptorReference;
|
|
36392
|
+
|
|
36393
|
+
export declare const resizeDimensionPixelSizeInputParentRef: IActionDescriptorReference;
|
|
36394
|
+
|
|
36395
|
+
export declare const resizeDimensionRangeInput: IValueDescriptorTransfer;
|
|
36396
|
+
|
|
36397
|
+
export declare const resizeDimensionRangeInputDataType: IDataTypeTransfer;
|
|
36398
|
+
|
|
36399
|
+
export declare const resizeDimensionRangeInputDTParentRef: IValueDescriptorReference;
|
|
36400
|
+
|
|
36401
|
+
export declare const resizeDimensionRangeInputParentRef: IActionDescriptorReference;
|
|
36402
|
+
|
|
36403
|
+
export declare const resizeDimensionResponseDataType: IDataTypeTransfer;
|
|
36404
|
+
|
|
36405
|
+
export declare const resizeDimensionResponseDTParentRef: IActionDescriptorReference;
|
|
36406
|
+
|
|
36407
|
+
export declare const resizeDimensionResponseEntity: IDefinitionEntityTransfer;
|
|
36408
|
+
|
|
36409
|
+
export declare const resizeDimensionResponseEntityParentRef: IDataTypeReference;
|
|
36410
|
+
|
|
36411
|
+
export declare const resizeDimensionResponsePropsParentRef: IDefinitionEntityReference;
|
|
36412
|
+
|
|
36413
|
+
export declare const resizeDimensionSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
36414
|
+
|
|
36415
|
+
export declare const resizeDimensionSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
36416
|
+
|
|
36417
|
+
export declare const resizeDimensionSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
36418
|
+
|
|
36419
|
+
export declare const resizeDimensionSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
36420
|
+
|
|
36421
|
+
export declare const resizeDimensionSuccessProp: IPropertyTransfer;
|
|
36422
|
+
|
|
36423
|
+
export declare const resizeDimensionSuccessPropDT: IDataTypeTransfer;
|
|
36424
|
+
|
|
36425
|
+
export declare const resizeDimensionSuccessPropDTParentRef: IPropertyReference;
|
|
36426
|
+
|
|
36323
36427
|
export declare function resolveActionDescriptorName(actionDescriptor: ActionDescriptorState): string;
|
|
36324
36428
|
|
|
36325
36429
|
export declare function resolveActionDescriptorNameById(id: string): string | null;
|