@elyx-code/project-logic-tree 0.0.7141 → 0.0.7143
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 +234 -234
- package/dist/index.d.ts +366 -5
- package/dist/index.js +45453 -43344
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -596,6 +596,22 @@ export declare const addSheetConnectionInputParentRef: IActionDescriptorReferenc
|
|
|
596
596
|
|
|
597
597
|
export declare const addSheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
598
598
|
|
|
599
|
+
export declare const addSheetReqProp: IPropertyTransfer;
|
|
600
|
+
|
|
601
|
+
export declare const addSheetReqPropDT: IDataTypeTransfer;
|
|
602
|
+
|
|
603
|
+
export declare const addSheetReqPropDTParentRef: IPropertyReference;
|
|
604
|
+
|
|
605
|
+
export declare const addSheetRequestDT: IDataTypeTransfer;
|
|
606
|
+
|
|
607
|
+
export declare const addSheetRequestEntity: IDefinitionEntityTransfer;
|
|
608
|
+
|
|
609
|
+
export declare const addSheetRequestEntityParentRef: IDataTypeReference;
|
|
610
|
+
|
|
611
|
+
export declare const addSheetRequestPropsParentRef: IDefinitionEntityReference;
|
|
612
|
+
|
|
613
|
+
export declare const addSheetRequestsInputParentRef: IDataTypeReference;
|
|
614
|
+
|
|
599
615
|
export declare const addSheetResponseDataType: IDataTypeTransfer;
|
|
600
616
|
|
|
601
617
|
export declare const addSheetResponseDTParentRef: IActionDescriptorReference;
|
|
@@ -656,7 +672,7 @@ export declare function afterLiteralValueAsTypeDeleteSideEffects(entity: EntityW
|
|
|
656
672
|
|
|
657
673
|
export declare function aggregateVariableInputsNextValues(objectData: UntypedObjectValue, entity: VariableDeclarationState, context: IValueResolutionContext, onlyDefault?: boolean): UntypedObjectValue;
|
|
658
674
|
|
|
659
|
-
export declare function aggregateVariableInputsValues(objectData: UntypedObjectValue, entity: VariableDeclarationState | TerminationEntityState, context: IValueResolutionContext, onlyDefault?: boolean): UntypedObjectValue;
|
|
675
|
+
export declare function aggregateVariableInputsValues(objectData: UntypedObjectValue, entity: VariableInstanceState | VariableDeclarationState | TerminationEntityState, context: IValueResolutionContext, onlyDefault?: boolean): UntypedObjectValue;
|
|
660
676
|
|
|
661
677
|
declare class AggregationStatement implements ISearchNode {
|
|
662
678
|
owner: SearchStatementState;
|
|
@@ -1346,12 +1362,36 @@ export declare const batchGetValuesSpreadsheetIdInputDTParentRef: IValueDescript
|
|
|
1346
1362
|
|
|
1347
1363
|
export declare const batchGetValuesSpreadsheetIdInputParentRef: IActionDescriptorReference;
|
|
1348
1364
|
|
|
1365
|
+
export declare const batchGetValuesValueRangeEntity: IDefinitionEntityTransfer;
|
|
1366
|
+
|
|
1367
|
+
export declare const batchGetValuesValueRangeEntityParentRef: IDataTypeReference;
|
|
1368
|
+
|
|
1369
|
+
export declare const batchGetValuesValueRangeMajorDimProp: IPropertyTransfer;
|
|
1370
|
+
|
|
1371
|
+
export declare const batchGetValuesValueRangeMajorDimPropDT: IDataTypeTransfer;
|
|
1372
|
+
|
|
1373
|
+
export declare const batchGetValuesValueRangeMajorDimPropDTParentRef: IPropertyReference;
|
|
1374
|
+
|
|
1375
|
+
export declare const batchGetValuesValueRangePropsParentRef: IDefinitionEntityReference;
|
|
1376
|
+
|
|
1377
|
+
export declare const batchGetValuesValueRangeRangeProp: IPropertyTransfer;
|
|
1378
|
+
|
|
1379
|
+
export declare const batchGetValuesValueRangeRangePropDT: IDataTypeTransfer;
|
|
1380
|
+
|
|
1381
|
+
export declare const batchGetValuesValueRangeRangePropDTParentRef: IPropertyReference;
|
|
1382
|
+
|
|
1349
1383
|
export declare const batchGetValuesValueRangesProp: IPropertyTransfer;
|
|
1350
1384
|
|
|
1351
1385
|
export declare const batchGetValuesValueRangesPropDT: IDataTypeTransfer;
|
|
1352
1386
|
|
|
1353
1387
|
export declare const batchGetValuesValueRangesPropDTParentRef: IPropertyReference;
|
|
1354
1388
|
|
|
1389
|
+
export declare const batchGetValuesValueRangeValuesProp: IPropertyTransfer;
|
|
1390
|
+
|
|
1391
|
+
export declare const batchGetValuesValueRangeValuesPropDT: IDataTypeTransfer;
|
|
1392
|
+
|
|
1393
|
+
export declare const batchGetValuesValueRangeValuesPropDTParentRef: IPropertyReference;
|
|
1394
|
+
|
|
1355
1395
|
export declare const batchUpdateSpreadsheetActionRef: IActionDescriptorReference;
|
|
1356
1396
|
|
|
1357
1397
|
export declare const batchUpdateSpreadsheetConnectionInput: IValueDescriptorTransfer;
|
|
@@ -9908,6 +9948,17 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
9908
9948
|
id: string;
|
|
9909
9949
|
dataType: {
|
|
9910
9950
|
id: string;
|
|
9951
|
+
entity: {
|
|
9952
|
+
id: string;
|
|
9953
|
+
properties: {
|
|
9954
|
+
rowValues: {
|
|
9955
|
+
id: string;
|
|
9956
|
+
dataType: {
|
|
9957
|
+
id: string;
|
|
9958
|
+
};
|
|
9959
|
+
};
|
|
9960
|
+
};
|
|
9961
|
+
};
|
|
9911
9962
|
};
|
|
9912
9963
|
};
|
|
9913
9964
|
};
|
|
@@ -9982,6 +10033,118 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
9982
10033
|
id: string;
|
|
9983
10034
|
dataType: {
|
|
9984
10035
|
id: string;
|
|
10036
|
+
orUpdateSpreadsheetProperties: {
|
|
10037
|
+
id: string;
|
|
10038
|
+
entity: {
|
|
10039
|
+
id: string;
|
|
10040
|
+
properties: {
|
|
10041
|
+
updateSpreadsheetProperties: {
|
|
10042
|
+
id: string;
|
|
10043
|
+
dataType: {
|
|
10044
|
+
id: string;
|
|
10045
|
+
};
|
|
10046
|
+
};
|
|
10047
|
+
};
|
|
10048
|
+
};
|
|
10049
|
+
};
|
|
10050
|
+
orAddSheet: {
|
|
10051
|
+
id: string;
|
|
10052
|
+
entity: {
|
|
10053
|
+
id: string;
|
|
10054
|
+
properties: {
|
|
10055
|
+
addSheet: {
|
|
10056
|
+
id: string;
|
|
10057
|
+
dataType: {
|
|
10058
|
+
id: string;
|
|
10059
|
+
};
|
|
10060
|
+
};
|
|
10061
|
+
};
|
|
10062
|
+
};
|
|
10063
|
+
};
|
|
10064
|
+
orDeleteSheet: {
|
|
10065
|
+
id: string;
|
|
10066
|
+
entity: {
|
|
10067
|
+
id: string;
|
|
10068
|
+
properties: {
|
|
10069
|
+
deleteSheet: {
|
|
10070
|
+
id: string;
|
|
10071
|
+
dataType: {
|
|
10072
|
+
id: string;
|
|
10073
|
+
};
|
|
10074
|
+
};
|
|
10075
|
+
};
|
|
10076
|
+
};
|
|
10077
|
+
};
|
|
10078
|
+
orMergeCells: {
|
|
10079
|
+
id: string;
|
|
10080
|
+
entity: {
|
|
10081
|
+
id: string;
|
|
10082
|
+
properties: {
|
|
10083
|
+
mergeCells: {
|
|
10084
|
+
id: string;
|
|
10085
|
+
dataType: {
|
|
10086
|
+
id: string;
|
|
10087
|
+
};
|
|
10088
|
+
};
|
|
10089
|
+
};
|
|
10090
|
+
};
|
|
10091
|
+
};
|
|
10092
|
+
orUnmergeCells: {
|
|
10093
|
+
id: string;
|
|
10094
|
+
entity: {
|
|
10095
|
+
id: string;
|
|
10096
|
+
properties: {
|
|
10097
|
+
unmergeCells: {
|
|
10098
|
+
id: string;
|
|
10099
|
+
dataType: {
|
|
10100
|
+
id: string;
|
|
10101
|
+
};
|
|
10102
|
+
};
|
|
10103
|
+
};
|
|
10104
|
+
};
|
|
10105
|
+
};
|
|
10106
|
+
orRepeatCell: {
|
|
10107
|
+
id: string;
|
|
10108
|
+
entity: {
|
|
10109
|
+
id: string;
|
|
10110
|
+
properties: {
|
|
10111
|
+
repeatCell: {
|
|
10112
|
+
id: string;
|
|
10113
|
+
dataType: {
|
|
10114
|
+
id: string;
|
|
10115
|
+
};
|
|
10116
|
+
};
|
|
10117
|
+
};
|
|
10118
|
+
};
|
|
10119
|
+
};
|
|
10120
|
+
orFindReplace: {
|
|
10121
|
+
id: string;
|
|
10122
|
+
entity: {
|
|
10123
|
+
id: string;
|
|
10124
|
+
properties: {
|
|
10125
|
+
findReplace: {
|
|
10126
|
+
id: string;
|
|
10127
|
+
dataType: {
|
|
10128
|
+
id: string;
|
|
10129
|
+
};
|
|
10130
|
+
};
|
|
10131
|
+
};
|
|
10132
|
+
};
|
|
10133
|
+
};
|
|
10134
|
+
orSortRange: {
|
|
10135
|
+
id: string;
|
|
10136
|
+
entity: {
|
|
10137
|
+
id: string;
|
|
10138
|
+
properties: {
|
|
10139
|
+
sortRange: {
|
|
10140
|
+
id: string;
|
|
10141
|
+
dataType: {
|
|
10142
|
+
id: string;
|
|
10143
|
+
};
|
|
10144
|
+
};
|
|
10145
|
+
};
|
|
10146
|
+
};
|
|
10147
|
+
};
|
|
9985
10148
|
};
|
|
9986
10149
|
};
|
|
9987
10150
|
};
|
|
@@ -10178,6 +10341,29 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
10178
10341
|
id: string;
|
|
10179
10342
|
dataType: {
|
|
10180
10343
|
id: string;
|
|
10344
|
+
entity: {
|
|
10345
|
+
id: string;
|
|
10346
|
+
properties: {
|
|
10347
|
+
range: {
|
|
10348
|
+
id: string;
|
|
10349
|
+
dataType: {
|
|
10350
|
+
id: string;
|
|
10351
|
+
};
|
|
10352
|
+
};
|
|
10353
|
+
majorDimension: {
|
|
10354
|
+
id: string;
|
|
10355
|
+
dataType: {
|
|
10356
|
+
id: string;
|
|
10357
|
+
};
|
|
10358
|
+
};
|
|
10359
|
+
values: {
|
|
10360
|
+
id: string;
|
|
10361
|
+
dataType: {
|
|
10362
|
+
id: string;
|
|
10363
|
+
};
|
|
10364
|
+
};
|
|
10365
|
+
};
|
|
10366
|
+
};
|
|
10181
10367
|
};
|
|
10182
10368
|
};
|
|
10183
10369
|
};
|
|
@@ -18499,6 +18685,22 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
18499
18685
|
|
|
18500
18686
|
export declare const deleteSheetIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
18501
18687
|
|
|
18688
|
+
export declare const deleteSheetReqProp: IPropertyTransfer;
|
|
18689
|
+
|
|
18690
|
+
export declare const deleteSheetReqPropDT: IDataTypeTransfer;
|
|
18691
|
+
|
|
18692
|
+
export declare const deleteSheetReqPropDTParentRef: IPropertyReference;
|
|
18693
|
+
|
|
18694
|
+
export declare const deleteSheetRequestDT: IDataTypeTransfer;
|
|
18695
|
+
|
|
18696
|
+
export declare const deleteSheetRequestEntity: IDefinitionEntityTransfer;
|
|
18697
|
+
|
|
18698
|
+
export declare const deleteSheetRequestEntityParentRef: IDataTypeReference;
|
|
18699
|
+
|
|
18700
|
+
export declare const deleteSheetRequestPropsParentRef: IDefinitionEntityReference;
|
|
18701
|
+
|
|
18702
|
+
export declare const deleteSheetRequestsInputParentRef: IDataTypeReference;
|
|
18703
|
+
|
|
18502
18704
|
export declare const deleteSheetResponseDataType: IDataTypeTransfer;
|
|
18503
18705
|
|
|
18504
18706
|
export declare const deleteSheetResponseDTParentRef: IActionDescriptorReference;
|
|
@@ -20858,6 +21060,22 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
20858
21060
|
|
|
20859
21061
|
export declare function findReferenceToSelfInList(element: EntityState, elements: EntityState[]): EntityState[];
|
|
20860
21062
|
|
|
21063
|
+
export declare const findReplaceReqProp: IPropertyTransfer;
|
|
21064
|
+
|
|
21065
|
+
export declare const findReplaceReqPropDT: IDataTypeTransfer;
|
|
21066
|
+
|
|
21067
|
+
export declare const findReplaceReqPropDTParentRef: IPropertyReference;
|
|
21068
|
+
|
|
21069
|
+
export declare const findReplaceRequestDT: IDataTypeTransfer;
|
|
21070
|
+
|
|
21071
|
+
export declare const findReplaceRequestEntity: IDefinitionEntityTransfer;
|
|
21072
|
+
|
|
21073
|
+
export declare const findReplaceRequestEntityParentRef: IDataTypeReference;
|
|
21074
|
+
|
|
21075
|
+
export declare const findReplaceRequestPropsParentRef: IDefinitionEntityReference;
|
|
21076
|
+
|
|
21077
|
+
export declare const findReplaceRequestsInputParentRef: IDataTypeReference;
|
|
21078
|
+
|
|
20861
21079
|
export declare function flattenActionDescriptor(entity: IActionDescriptor | IActionDescriptorTransfer | IActionDescriptorShallowTransfer, seenEntities?: Set<EntityId>, options?: {
|
|
20862
21080
|
ignoreBuiltInBaseEntities?: boolean;
|
|
20863
21081
|
}): (Element_2 | ElementTransfer | ElementShallowTransfer)[];
|
|
@@ -22523,7 +22741,10 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
22523
22741
|
|
|
22524
22742
|
export declare function getEntitiesCreatedSinceInitialization(projectState: ProjectState, preInitDate: string): UserManagedEntityState[];
|
|
22525
22743
|
|
|
22526
|
-
export declare function getEntitiesToPropagateValuesTo(entity: EntityWithValueState, project: ProjectState,
|
|
22744
|
+
export declare function getEntitiesToPropagateValuesTo(entity: EntityWithValueState, project: ProjectState, options?: {
|
|
22745
|
+
seenInRecursion?: Set<EntityId>;
|
|
22746
|
+
forVarInst?: boolean;
|
|
22747
|
+
}): EntityWithValueState[];
|
|
22527
22748
|
|
|
22528
22749
|
export declare function getEntityArgumentDeclarations(entity: ExecutableEntityState): (ArgumentDeclarationState | ValueDescriptorState)[];
|
|
22529
22750
|
|
|
@@ -23832,6 +24053,17 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
23832
24053
|
|
|
23833
24054
|
export declare const googleSheetAuthExternalConnectionBuiltInBaseEntityIntegrationPropertyRef: IPropertyReference;
|
|
23834
24055
|
|
|
24056
|
+
export declare enum GoogleSheetsAddDataValidationValidationErrorCodes {
|
|
24057
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24058
|
+
UrlProvided = "url-provided",
|
|
24059
|
+
SpacesIncluded = "spaces-included",
|
|
24060
|
+
InvalidChars = "invalid-chars",
|
|
24061
|
+
TooShort = "too-short",
|
|
24062
|
+
ConditionTypeEmpty = "condition-type-empty",
|
|
24063
|
+
InvalidConditionType = "invalid-condition-type",
|
|
24064
|
+
ConditionValuesMustBeArray = "condition-values-must-be-array"
|
|
24065
|
+
}
|
|
24066
|
+
|
|
23835
24067
|
export declare enum GoogleSheetsAppendRowsValidationErrorCodes {
|
|
23836
24068
|
RangeCannotBeEmpty = "range-cannot-be-empty",
|
|
23837
24069
|
RangeCannotContainQuotes = "range-cannot-contain-quotes",
|
|
@@ -23849,7 +24081,40 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
23849
24081
|
ValuesMustBe2DArray = "values-must-be-2d-array"
|
|
23850
24082
|
}
|
|
23851
24083
|
|
|
24084
|
+
export declare enum GoogleSheetsBatchGetValuesValidationErrorCodes {
|
|
24085
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24086
|
+
UrlProvided = "url-provided",
|
|
24087
|
+
SpacesIncluded = "spaces-included",
|
|
24088
|
+
InvalidChars = "invalid-chars",
|
|
24089
|
+
TooShort = "too-short",
|
|
24090
|
+
RangesMustBeArray = "ranges-must-be-array",
|
|
24091
|
+
RangesEmpty = "ranges-empty"
|
|
24092
|
+
}
|
|
24093
|
+
|
|
24094
|
+
export declare enum GoogleSheetsBatchUpdateSpreadsheetValidationErrorCodes {
|
|
24095
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24096
|
+
UrlProvided = "url-provided",
|
|
24097
|
+
SpacesIncluded = "spaces-included",
|
|
24098
|
+
InvalidChars = "invalid-chars",
|
|
24099
|
+
TooShort = "too-short",
|
|
24100
|
+
RequestsMustBeArray = "requests-must-be-array",
|
|
24101
|
+
RequestsEmpty = "requests-empty"
|
|
24102
|
+
}
|
|
24103
|
+
|
|
24104
|
+
export declare enum GoogleSheetsGetRangeValuesValidationErrorCodes {
|
|
24105
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24106
|
+
UrlProvided = "url-provided",
|
|
24107
|
+
SpacesIncluded = "spaces-included",
|
|
24108
|
+
InvalidChars = "invalid-chars",
|
|
24109
|
+
TooShort = "too-short"
|
|
24110
|
+
}
|
|
24111
|
+
|
|
23852
24112
|
export declare enum GoogleSheetsUpdateRangeValuesValidationErrorCodes {
|
|
24113
|
+
SpreadsheetIdEmpty = "spreadsheet-id-empty",
|
|
24114
|
+
UrlProvided = "url-provided",
|
|
24115
|
+
SpacesIncluded = "spaces-included",
|
|
24116
|
+
InvalidChars = "invalid-chars",
|
|
24117
|
+
TooShort = "too-short",
|
|
23853
24118
|
ValuesMustBeArray = "values-must-be-array",
|
|
23854
24119
|
ValuesMustBe2DArray = "values-must-be-2d-array"
|
|
23855
24120
|
}
|
|
@@ -23922,7 +24187,11 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
23922
24187
|
newEntities: EntityState[];
|
|
23923
24188
|
};
|
|
23924
24189
|
|
|
23925
|
-
export declare function handleLiteralValueChange(newValue: LiteralValueType, entity: EntityWithValueState, project: ProjectState, storage: ChangeSet | IValueStoreClient,
|
|
24190
|
+
export declare function handleLiteralValueChange(newValue: LiteralValueType, entity: EntityWithValueState, project: ProjectState, storage: ChangeSet | IValueStoreClient, options?: {
|
|
24191
|
+
asCastedType?: PrimitiveTypes;
|
|
24192
|
+
rawString?: string | null;
|
|
24193
|
+
forVarInst?: boolean;
|
|
24194
|
+
}): ChangeSet | null;
|
|
23926
24195
|
|
|
23927
24196
|
export declare function handleLiteralValueDelete(entity: EntityWithValueState, project: ProjectState, storage: ChangeSet | IValueStoreClient): ChangeSet | null;
|
|
23928
24197
|
|
|
@@ -29092,6 +29361,22 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
29092
29361
|
|
|
29093
29362
|
export declare function mergeArraysOfStringsWithoutDuplicates(arr1: string[], arr2: string[]): string[];
|
|
29094
29363
|
|
|
29364
|
+
export declare const mergeCellsReqProp: IPropertyTransfer;
|
|
29365
|
+
|
|
29366
|
+
export declare const mergeCellsReqPropDT: IDataTypeTransfer;
|
|
29367
|
+
|
|
29368
|
+
export declare const mergeCellsReqPropDTParentRef: IPropertyReference;
|
|
29369
|
+
|
|
29370
|
+
export declare const mergeCellsRequestDT: IDataTypeTransfer;
|
|
29371
|
+
|
|
29372
|
+
export declare const mergeCellsRequestEntity: IDefinitionEntityTransfer;
|
|
29373
|
+
|
|
29374
|
+
export declare const mergeCellsRequestEntityParentRef: IDataTypeReference;
|
|
29375
|
+
|
|
29376
|
+
export declare const mergeCellsRequestPropsParentRef: IDefinitionEntityReference;
|
|
29377
|
+
|
|
29378
|
+
export declare const mergeCellsRequestsInputParentRef: IDataTypeReference;
|
|
29379
|
+
|
|
29095
29380
|
/**
|
|
29096
29381
|
* Merges two definition entities by aligning their properties.
|
|
29097
29382
|
* Always returns the first entity (self) with its properties modified to match the second entity (sourceDefinitionEntity).
|
|
@@ -35637,6 +35922,22 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
35637
35922
|
|
|
35638
35923
|
export declare const renameSheetTitleInputParentRef: IActionDescriptorReference;
|
|
35639
35924
|
|
|
35925
|
+
export declare const repeatCellReqProp: IPropertyTransfer;
|
|
35926
|
+
|
|
35927
|
+
export declare const repeatCellReqPropDT: IDataTypeTransfer;
|
|
35928
|
+
|
|
35929
|
+
export declare const repeatCellReqPropDTParentRef: IPropertyReference;
|
|
35930
|
+
|
|
35931
|
+
export declare const repeatCellRequestDT: IDataTypeTransfer;
|
|
35932
|
+
|
|
35933
|
+
export declare const repeatCellRequestEntity: IDefinitionEntityTransfer;
|
|
35934
|
+
|
|
35935
|
+
export declare const repeatCellRequestEntityParentRef: IDataTypeReference;
|
|
35936
|
+
|
|
35937
|
+
export declare const repeatCellRequestPropsParentRef: IDefinitionEntityReference;
|
|
35938
|
+
|
|
35939
|
+
export declare const repeatCellRequestsInputParentRef: IDataTypeReference;
|
|
35940
|
+
|
|
35640
35941
|
export declare function repeatList(list: unknown, count: unknown): any[];
|
|
35641
35942
|
|
|
35642
35943
|
export declare const repliesActionRef: IActionDescriptorReference;
|
|
@@ -35747,6 +36048,8 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
35747
36048
|
|
|
35748
36049
|
export declare function resolveActionDescriptorNameById(id: string): string | null;
|
|
35749
36050
|
|
|
36051
|
+
export declare function resolveAggregateObjectValue(entity: VariableInstanceState | VariableDeclarationState | TerminationEntityState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
|
|
36052
|
+
|
|
35750
36053
|
/**
|
|
35751
36054
|
* Recursively resolves all condition entities which need to be passed
|
|
35752
36055
|
* to get from the entry point to the given entity.
|
|
@@ -35883,8 +36186,6 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
35883
36186
|
|
|
35884
36187
|
export declare function resolveValueDescriptorValue(entity: ValueDescriptorState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
|
|
35885
36188
|
|
|
35886
|
-
export declare function resolveVarDeclarationAggregateObjectValue(entity: VariableDeclarationState | TerminationEntityState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
|
|
35887
|
-
|
|
35888
36189
|
export declare function resolveVarDeclarationNextAggregateObjectValue(entity: VariableDeclarationState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
|
|
35889
36190
|
|
|
35890
36191
|
export declare function resolveVarDeclarationNextValue(entity: VariableDeclarationState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
|
|
@@ -37335,6 +37636,22 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
37335
37636
|
|
|
37336
37637
|
export declare const sortRangeRangeInputParentRef: IActionDescriptorReference;
|
|
37337
37638
|
|
|
37639
|
+
export declare const sortRangeReqProp: IPropertyTransfer;
|
|
37640
|
+
|
|
37641
|
+
export declare const sortRangeReqPropDT: IDataTypeTransfer;
|
|
37642
|
+
|
|
37643
|
+
export declare const sortRangeReqPropDTParentRef: IPropertyReference;
|
|
37644
|
+
|
|
37645
|
+
export declare const sortRangeRequestDT: IDataTypeTransfer;
|
|
37646
|
+
|
|
37647
|
+
export declare const sortRangeRequestEntity: IDefinitionEntityTransfer;
|
|
37648
|
+
|
|
37649
|
+
export declare const sortRangeRequestEntityParentRef: IDataTypeReference;
|
|
37650
|
+
|
|
37651
|
+
export declare const sortRangeRequestPropsParentRef: IDefinitionEntityReference;
|
|
37652
|
+
|
|
37653
|
+
export declare const sortRangeRequestsInputParentRef: IDataTypeReference;
|
|
37654
|
+
|
|
37338
37655
|
export declare const sortRangeResponseDataType: IDataTypeTransfer;
|
|
37339
37656
|
|
|
37340
37657
|
export declare const sortRangeResponseDTParentRef: IActionDescriptorReference;
|
|
@@ -39038,6 +39355,22 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
39038
39355
|
[key: string]: any;
|
|
39039
39356
|
};
|
|
39040
39357
|
|
|
39358
|
+
export declare const unmergeCellsReqProp: IPropertyTransfer;
|
|
39359
|
+
|
|
39360
|
+
export declare const unmergeCellsReqPropDT: IDataTypeTransfer;
|
|
39361
|
+
|
|
39362
|
+
export declare const unmergeCellsReqPropDTParentRef: IPropertyReference;
|
|
39363
|
+
|
|
39364
|
+
export declare const unmergeCellsRequestDT: IDataTypeTransfer;
|
|
39365
|
+
|
|
39366
|
+
export declare const unmergeCellsRequestEntity: IDefinitionEntityTransfer;
|
|
39367
|
+
|
|
39368
|
+
export declare const unmergeCellsRequestEntityParentRef: IDataTypeReference;
|
|
39369
|
+
|
|
39370
|
+
export declare const unmergeCellsRequestPropsParentRef: IDefinitionEntityReference;
|
|
39371
|
+
|
|
39372
|
+
export declare const unmergeCellsRequestsInputParentRef: IDataTypeReference;
|
|
39373
|
+
|
|
39041
39374
|
export declare const untypedDataPrototype: IPrimitiveEntity;
|
|
39042
39375
|
|
|
39043
39376
|
export declare type UntypedList = UntypedValue[];
|
|
@@ -39248,6 +39581,18 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
39248
39581
|
|
|
39249
39582
|
export declare const updateRangeValuesResponsePropsParentRef: IDefinitionEntityReference;
|
|
39250
39583
|
|
|
39584
|
+
export declare const updateRangeValuesRowEntity: IDefinitionEntityTransfer;
|
|
39585
|
+
|
|
39586
|
+
export declare const updateRangeValuesRowEntityParentRef: IDataTypeReference;
|
|
39587
|
+
|
|
39588
|
+
export declare const updateRangeValuesRowPropsParentRef: IDefinitionEntityReference;
|
|
39589
|
+
|
|
39590
|
+
export declare const updateRangeValuesRowValuesProp: IPropertyTransfer;
|
|
39591
|
+
|
|
39592
|
+
export declare const updateRangeValuesRowValuesPropDT: IDataTypeTransfer;
|
|
39593
|
+
|
|
39594
|
+
export declare const updateRangeValuesRowValuesPropDTParentRef: IPropertyReference;
|
|
39595
|
+
|
|
39251
39596
|
export declare const updateRangeValuesSpreadsheetIdInput: IValueDescriptorTransfer;
|
|
39252
39597
|
|
|
39253
39598
|
export declare const updateRangeValuesSpreadsheetIdInputDataType: IDataTypeTransfer;
|
|
@@ -39298,6 +39643,12 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
39298
39643
|
|
|
39299
39644
|
export declare const updateSpreadsheetPropertiesLocaleInputParentRef: IActionDescriptorReference;
|
|
39300
39645
|
|
|
39646
|
+
export declare const updateSpreadsheetPropertiesRequestDT: IDataTypeTransfer;
|
|
39647
|
+
|
|
39648
|
+
export declare const updateSpreadsheetPropertiesRequestEntity: IDefinitionEntityTransfer;
|
|
39649
|
+
|
|
39650
|
+
export declare const updateSpreadsheetPropertiesRequestsInputParentRef: IDataTypeReference;
|
|
39651
|
+
|
|
39301
39652
|
export declare const updateSpreadsheetPropertiesResponseDataType: IDataTypeTransfer;
|
|
39302
39653
|
|
|
39303
39654
|
export declare const updateSpreadsheetPropertiesResponseDTParentRef: IActionDescriptorReference;
|
|
@@ -39338,6 +39689,16 @@ export declare const batchUpdateSpreadsheetSpreadsheetIdInputParentRef: IActionD
|
|
|
39338
39689
|
|
|
39339
39690
|
export declare const updateSpreadsheetPropertiesTitleInputParentRef: IActionDescriptorReference;
|
|
39340
39691
|
|
|
39692
|
+
export declare const updateSpreadsheetPropsReqProp: IPropertyTransfer;
|
|
39693
|
+
|
|
39694
|
+
export declare const updateSpreadsheetPropsReqPropDT: IDataTypeTransfer;
|
|
39695
|
+
|
|
39696
|
+
export declare const updateSpreadsheetPropsReqPropDTParentRef: IPropertyReference;
|
|
39697
|
+
|
|
39698
|
+
export declare const updateSpreadsheetPropsRequestEntityParentRef: IDataTypeReference;
|
|
39699
|
+
|
|
39700
|
+
export declare const updateSpreadsheetPropsRequestPropsParentRef: IDefinitionEntityReference;
|
|
39701
|
+
|
|
39341
39702
|
export declare const uploadFileConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
39342
39703
|
|
|
39343
39704
|
export declare const uploadFileConnectionInputTransfer: IValueDescriptorTransfer;
|