@elyx-code/project-logic-tree 0.0.7122 → 0.0.7123
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 +279 -278
- package/dist/index.d.ts +225 -1
- package/dist/index.js +48715 -47639
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10508,6 +10508,88 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10508
10508
|
};
|
|
10509
10509
|
};
|
|
10510
10510
|
};
|
|
10511
|
+
"external-integration--google-sheet--update-spreadsheet-properties": {
|
|
10512
|
+
id: ExternalIntegrationOperations;
|
|
10513
|
+
inputs: {
|
|
10514
|
+
connection: {
|
|
10515
|
+
id: string;
|
|
10516
|
+
dataType: {
|
|
10517
|
+
id: string;
|
|
10518
|
+
};
|
|
10519
|
+
};
|
|
10520
|
+
spreadsheetId: {
|
|
10521
|
+
id: string;
|
|
10522
|
+
dataType: {
|
|
10523
|
+
id: string;
|
|
10524
|
+
};
|
|
10525
|
+
};
|
|
10526
|
+
title: {
|
|
10527
|
+
id: string;
|
|
10528
|
+
dataType: {
|
|
10529
|
+
id: string;
|
|
10530
|
+
};
|
|
10531
|
+
};
|
|
10532
|
+
locale: {
|
|
10533
|
+
id: string;
|
|
10534
|
+
dataType: {
|
|
10535
|
+
id: string;
|
|
10536
|
+
};
|
|
10537
|
+
};
|
|
10538
|
+
timeZone: {
|
|
10539
|
+
id: string;
|
|
10540
|
+
dataType: {
|
|
10541
|
+
id: string;
|
|
10542
|
+
};
|
|
10543
|
+
};
|
|
10544
|
+
autoRecalc: {
|
|
10545
|
+
id: string;
|
|
10546
|
+
dataType: {
|
|
10547
|
+
id: string;
|
|
10548
|
+
};
|
|
10549
|
+
};
|
|
10550
|
+
defaultFormat: {
|
|
10551
|
+
id: string;
|
|
10552
|
+
dataType: {
|
|
10553
|
+
id: string;
|
|
10554
|
+
entity: {
|
|
10555
|
+
id: string;
|
|
10556
|
+
};
|
|
10557
|
+
};
|
|
10558
|
+
};
|
|
10559
|
+
iterativeCalculationSettings: {
|
|
10560
|
+
id: string;
|
|
10561
|
+
dataType: {
|
|
10562
|
+
id: string;
|
|
10563
|
+
entity: {
|
|
10564
|
+
id: string;
|
|
10565
|
+
};
|
|
10566
|
+
};
|
|
10567
|
+
};
|
|
10568
|
+
spreadsheetTheme: {
|
|
10569
|
+
id: string;
|
|
10570
|
+
dataType: {
|
|
10571
|
+
id: string;
|
|
10572
|
+
entity: {
|
|
10573
|
+
id: string;
|
|
10574
|
+
};
|
|
10575
|
+
};
|
|
10576
|
+
};
|
|
10577
|
+
};
|
|
10578
|
+
dataType: {
|
|
10579
|
+
id: string;
|
|
10580
|
+
entity: {
|
|
10581
|
+
id: string;
|
|
10582
|
+
properties: {
|
|
10583
|
+
success: {
|
|
10584
|
+
id: string;
|
|
10585
|
+
dataType: {
|
|
10586
|
+
id: string;
|
|
10587
|
+
};
|
|
10588
|
+
};
|
|
10589
|
+
};
|
|
10590
|
+
};
|
|
10591
|
+
};
|
|
10592
|
+
};
|
|
10511
10593
|
"external-integration--slack--post--send-message": {
|
|
10512
10594
|
id: ExternalIntegrationOperations;
|
|
10513
10595
|
inputs: {
|
|
@@ -17987,7 +18069,8 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
17987
18069
|
GoogleSheetsFindAndReplace = "external-integration--google-sheet--find-and-replace",
|
|
17988
18070
|
GoogleSheetsAddDataValidation = "external-integration--google-sheet--add-data-validation",
|
|
17989
18071
|
GoogleSheetsSortRange = "external-integration--google-sheet--sort-range",
|
|
17990
|
-
GoogleSheetsApplyClearFilter = "external-integration--google-sheet--apply-clear-filter"
|
|
18072
|
+
GoogleSheetsApplyClearFilter = "external-integration--google-sheet--apply-clear-filter",
|
|
18073
|
+
GoogleSheetsUpdateSpreadsheetProperties = "external-integration--google-sheet--update-spreadsheet-properties"
|
|
17991
18074
|
}
|
|
17992
18075
|
|
|
17993
18076
|
export declare enum ExternalIntegrationRootProviders {
|
|
@@ -21613,6 +21696,35 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
21613
21696
|
ValuesMustBe2DArray = "values-must-be-2d-array"
|
|
21614
21697
|
}
|
|
21615
21698
|
|
|
21699
|
+
export declare enum GoogleSheetsUpdateSpreadsheetPropertiesValidationErrorCodes {
|
|
21700
|
+
InvalidTimeZone = "invalid-time-zone",
|
|
21701
|
+
InvalidAutoRecalc = "invalid-auto-recalc",
|
|
21702
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
21703
|
+
UrlProvided = "url-provided",
|
|
21704
|
+
SpacesIncluded = "spaces-included",
|
|
21705
|
+
InvalidChars = "invalid-chars",
|
|
21706
|
+
TooShort = "too-short",
|
|
21707
|
+
TitleEmpty = "title-empty",
|
|
21708
|
+
TitleTooLong = "title-too-long",
|
|
21709
|
+
TitleNewlines = "title-newlines",
|
|
21710
|
+
TitleTrailingSpaces = "title-trailing-spaces",
|
|
21711
|
+
TitleDefault = "title-default",
|
|
21712
|
+
LocaleEmpty = "locale-empty",
|
|
21713
|
+
LocaleDash = "locale-dash",
|
|
21714
|
+
LocaleFormat = "locale-format",
|
|
21715
|
+
LocaleSpaces = "locale-spaces",
|
|
21716
|
+
LocaleTrailingSpaces = "locale-trailing-spaces",
|
|
21717
|
+
TimeZoneEmpty = "time-zone-empty",
|
|
21718
|
+
TimeZoneFormat = "time-zone-format",
|
|
21719
|
+
TimeZoneSpaces = "time-zone-spaces",
|
|
21720
|
+
TimeZoneAbbreviation = "time-zone-abbreviation",
|
|
21721
|
+
TimeZoneTrailingSpaces = "time-zone-trailing-spaces",
|
|
21722
|
+
AutoRecalcTrailing = "auto-recalc-trailing",
|
|
21723
|
+
AutoRecalcCase = "auto-recalc-case",
|
|
21724
|
+
AutoRecalcPerf = "auto-recalc-perf",
|
|
21725
|
+
AutoRecalcEmpty = "auto-recalc-empty"
|
|
21726
|
+
}
|
|
21727
|
+
|
|
21616
21728
|
export declare const googleSlidesAuthExternalConnectionBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
21617
21729
|
|
|
21618
21730
|
export declare const googleSlidesAuthExternalConnectionBuiltInBaseEntityConnectionIdProperty: IPropertyTransfer;
|
|
@@ -29383,6 +29495,14 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
29383
29495
|
};
|
|
29384
29496
|
}
|
|
29385
29497
|
|
|
29498
|
+
export declare class OperationsImplementationsGoogleSheetsUpdateSpreadsheetPropertiesModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29499
|
+
manifest: ExtensionManifest;
|
|
29500
|
+
module: {
|
|
29501
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
29502
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
29503
|
+
};
|
|
29504
|
+
}
|
|
29505
|
+
|
|
29386
29506
|
export declare class OperationsImplementationsHttpRequestModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
29387
29507
|
manifest: ExtensionManifest;
|
|
29388
29508
|
module: {
|
|
@@ -36660,6 +36780,110 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
36660
36780
|
|
|
36661
36781
|
export declare const updateRangeValuesValuesInputParentRef: IActionDescriptorReference;
|
|
36662
36782
|
|
|
36783
|
+
export declare const updateSpreadsheetPropertiesActionRef: IActionDescriptorReference;
|
|
36784
|
+
|
|
36785
|
+
export declare const updateSpreadsheetPropertiesAutoRecalcInput: IValueDescriptorTransfer;
|
|
36786
|
+
|
|
36787
|
+
export declare const updateSpreadsheetPropertiesAutoRecalcInputDataType: IDataTypeTransfer;
|
|
36788
|
+
|
|
36789
|
+
export declare const updateSpreadsheetPropertiesAutoRecalcInputDTParentRef: IValueDescriptorReference;
|
|
36790
|
+
|
|
36791
|
+
export declare const updateSpreadsheetPropertiesAutoRecalcInputParentRef: IActionDescriptorReference;
|
|
36792
|
+
|
|
36793
|
+
export declare const updateSpreadsheetPropertiesConnectionInput: IValueDescriptorTransfer;
|
|
36794
|
+
|
|
36795
|
+
export declare const updateSpreadsheetPropertiesConnectionInputDataType: IDataTypeTransfer;
|
|
36796
|
+
|
|
36797
|
+
export declare const updateSpreadsheetPropertiesConnectionInputDTParentRef: IValueDescriptorReference;
|
|
36798
|
+
|
|
36799
|
+
export declare const updateSpreadsheetPropertiesConnectionInputParentRef: IActionDescriptorReference;
|
|
36800
|
+
|
|
36801
|
+
export declare const updateSpreadsheetPropertiesDefaultFormatEntity: IDefinitionEntityTransfer;
|
|
36802
|
+
|
|
36803
|
+
export declare const updateSpreadsheetPropertiesDefaultFormatEntityParentRef: IDataTypeReference;
|
|
36804
|
+
|
|
36805
|
+
export declare const updateSpreadsheetPropertiesDefaultFormatInput: IValueDescriptorTransfer;
|
|
36806
|
+
|
|
36807
|
+
export declare const updateSpreadsheetPropertiesDefaultFormatInputDataType: IDataTypeTransfer;
|
|
36808
|
+
|
|
36809
|
+
export declare const updateSpreadsheetPropertiesDefaultFormatInputDTParentRef: IValueDescriptorReference;
|
|
36810
|
+
|
|
36811
|
+
export declare const updateSpreadsheetPropertiesDefaultFormatInputParentRef: IActionDescriptorReference;
|
|
36812
|
+
|
|
36813
|
+
export declare const updateSpreadsheetPropertiesIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
36814
|
+
|
|
36815
|
+
export declare const updateSpreadsheetPropertiesIterativeCalculationSettingsEntity: IDefinitionEntityTransfer;
|
|
36816
|
+
|
|
36817
|
+
export declare const updateSpreadsheetPropertiesIterativeCalculationSettingsEntityParentRef: IDataTypeReference;
|
|
36818
|
+
|
|
36819
|
+
export declare const updateSpreadsheetPropertiesIterativeCalculationSettingsInput: IValueDescriptorTransfer;
|
|
36820
|
+
|
|
36821
|
+
export declare const updateSpreadsheetPropertiesIterativeCalculationSettingsInputDataType: IDataTypeTransfer;
|
|
36822
|
+
|
|
36823
|
+
export declare const updateSpreadsheetPropertiesIterativeCalculationSettingsInputDTParentRef: IValueDescriptorReference;
|
|
36824
|
+
|
|
36825
|
+
export declare const updateSpreadsheetPropertiesIterativeCalculationSettingsInputParentRef: IActionDescriptorReference;
|
|
36826
|
+
|
|
36827
|
+
export declare const updateSpreadsheetPropertiesLocaleInput: IValueDescriptorTransfer;
|
|
36828
|
+
|
|
36829
|
+
export declare const updateSpreadsheetPropertiesLocaleInputDataType: IDataTypeTransfer;
|
|
36830
|
+
|
|
36831
|
+
export declare const updateSpreadsheetPropertiesLocaleInputDTParentRef: IValueDescriptorReference;
|
|
36832
|
+
|
|
36833
|
+
export declare const updateSpreadsheetPropertiesLocaleInputParentRef: IActionDescriptorReference;
|
|
36834
|
+
|
|
36835
|
+
export declare const updateSpreadsheetPropertiesResponseDataType: IDataTypeTransfer;
|
|
36836
|
+
|
|
36837
|
+
export declare const updateSpreadsheetPropertiesResponseDTParentRef: IActionDescriptorReference;
|
|
36838
|
+
|
|
36839
|
+
export declare const updateSpreadsheetPropertiesResponseEntity: IDefinitionEntityTransfer;
|
|
36840
|
+
|
|
36841
|
+
export declare const updateSpreadsheetPropertiesResponseEntityParentRef: IDataTypeReference;
|
|
36842
|
+
|
|
36843
|
+
export declare const updateSpreadsheetPropertiesResponsePropsParentRef: IDefinitionEntityReference;
|
|
36844
|
+
|
|
36845
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
36846
|
+
|
|
36847
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
36848
|
+
|
|
36849
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetIdInputDTParentRef: IValueDescriptorReference;
|
|
36850
|
+
|
|
36851
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
36852
|
+
|
|
36853
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetThemeEntity: IDefinitionEntityTransfer;
|
|
36854
|
+
|
|
36855
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetThemeEntityParentRef: IDataTypeReference;
|
|
36856
|
+
|
|
36857
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetThemeInput: IValueDescriptorTransfer;
|
|
36858
|
+
|
|
36859
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetThemeInputDataType: IDataTypeTransfer;
|
|
36860
|
+
|
|
36861
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetThemeInputDTParentRef: IValueDescriptorReference;
|
|
36862
|
+
|
|
36863
|
+
export declare const updateSpreadsheetPropertiesSpreadsheetThemeInputParentRef: IActionDescriptorReference;
|
|
36864
|
+
|
|
36865
|
+
export declare const updateSpreadsheetPropertiesSuccessProp: IPropertyTransfer;
|
|
36866
|
+
|
|
36867
|
+
export declare const updateSpreadsheetPropertiesSuccessPropDT: IDataTypeTransfer;
|
|
36868
|
+
|
|
36869
|
+
export declare const updateSpreadsheetPropertiesSuccessPropDTParentRef: IPropertyReference;
|
|
36870
|
+
|
|
36871
|
+
export declare const updateSpreadsheetPropertiesTimeZoneInput: IValueDescriptorTransfer;
|
|
36872
|
+
|
|
36873
|
+
export declare const updateSpreadsheetPropertiesTimeZoneInputDataType: IDataTypeTransfer;
|
|
36874
|
+
|
|
36875
|
+
export declare const updateSpreadsheetPropertiesTimeZoneInputDTParentRef: IValueDescriptorReference;
|
|
36876
|
+
|
|
36877
|
+
export declare const updateSpreadsheetPropertiesTimeZoneInputParentRef: IActionDescriptorReference;
|
|
36878
|
+
|
|
36879
|
+
export declare const updateSpreadsheetPropertiesTitleInput: IValueDescriptorTransfer;
|
|
36880
|
+
|
|
36881
|
+
export declare const updateSpreadsheetPropertiesTitleInputDataType: IDataTypeTransfer;
|
|
36882
|
+
|
|
36883
|
+
export declare const updateSpreadsheetPropertiesTitleInputDTParentRef: IValueDescriptorReference;
|
|
36884
|
+
|
|
36885
|
+
export declare const updateSpreadsheetPropertiesTitleInputParentRef: IActionDescriptorReference;
|
|
36886
|
+
|
|
36663
36887
|
export declare const uploadFileConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
36664
36888
|
|
|
36665
36889
|
export declare const uploadFileConnectionInputTransfer: IValueDescriptorTransfer;
|