@product-live/api-sdk 3.0.0 → 3.1.1
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.d.mts +893 -356
- package/dist/index.d.ts +893 -356
- package/dist/index.js +1020 -364
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1022 -366
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseRequestBuilder, RequestConfiguration, RequestInformation, AdditionalDataHolder, Parsable, UntypedNode, ParseNode, SerializationWriter, MultipartBody, RequestAdapter, KeysToExcludeForNavigationMetadata, NavigationMetadata } from '@microsoft/kiota-abstractions';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Builds and executes requests for operations under /probe/
|
|
4
|
+
* Builds and executes requests for operations under /probe/liveness
|
|
5
5
|
*/
|
|
6
|
-
interface
|
|
6
|
+
interface LivenessRequestBuilder extends BaseRequestBuilder<LivenessRequestBuilder> {
|
|
7
7
|
/**
|
|
8
8
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
9
|
* @returns {Promise<ArrayBuffer>}
|
|
@@ -17,9 +17,9 @@ interface ErrorRequestBuilder extends BaseRequestBuilder<ErrorRequestBuilder> {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Builds and executes requests for operations under /probe/
|
|
20
|
+
* Builds and executes requests for operations under /probe/readiness
|
|
21
21
|
*/
|
|
22
|
-
interface
|
|
22
|
+
interface ReadinessRequestBuilder extends BaseRequestBuilder<ReadinessRequestBuilder> {
|
|
23
23
|
/**
|
|
24
24
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
25
25
|
* @returns {Promise<ArrayBuffer>}
|
|
@@ -33,9 +33,9 @@ interface LivenessRequestBuilder extends BaseRequestBuilder<LivenessRequestBuild
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
|
-
* Builds and executes requests for operations under /probe/
|
|
36
|
+
* Builds and executes requests for operations under /probe/status
|
|
37
37
|
*/
|
|
38
|
-
interface
|
|
38
|
+
interface StatusRequestBuilder extends BaseRequestBuilder<StatusRequestBuilder> {
|
|
39
39
|
/**
|
|
40
40
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
41
|
* @returns {Promise<ArrayBuffer>}
|
|
@@ -52,10 +52,6 @@ interface ReadinessRequestBuilder extends BaseRequestBuilder<ReadinessRequestBui
|
|
|
52
52
|
* Builds and executes requests for operations under /probe
|
|
53
53
|
*/
|
|
54
54
|
interface ProbeRequestBuilder extends BaseRequestBuilder<ProbeRequestBuilder> {
|
|
55
|
-
/**
|
|
56
|
-
* The error property
|
|
57
|
-
*/
|
|
58
|
-
get errorEscaped(): ErrorRequestBuilder;
|
|
59
55
|
/**
|
|
60
56
|
* The liveness property
|
|
61
57
|
*/
|
|
@@ -64,6 +60,10 @@ interface ProbeRequestBuilder extends BaseRequestBuilder<ProbeRequestBuilder> {
|
|
|
64
60
|
* The readiness property
|
|
65
61
|
*/
|
|
66
62
|
get readiness(): ReadinessRequestBuilder;
|
|
63
|
+
/**
|
|
64
|
+
* The status property
|
|
65
|
+
*/
|
|
66
|
+
get status(): StatusRequestBuilder;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
interface AccountDto extends AdditionalDataHolder, Parsable {
|
|
@@ -446,6 +446,12 @@ declare function createCreatePublicationDtoFromDiscriminatorValue(parseNode: Par
|
|
|
446
446
|
* @returns {CreateTaskDto}
|
|
447
447
|
*/
|
|
448
448
|
declare function createCreateTaskDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
449
|
+
/**
|
|
450
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
451
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
452
|
+
* @returns {CreateUserGroupDto}
|
|
453
|
+
*/
|
|
454
|
+
declare function createCreateUserGroupDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
449
455
|
/**
|
|
450
456
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
451
457
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -545,7 +551,7 @@ declare function createHighOrderQueryDTOFromDiscriminatorValue(parseNode: ParseN
|
|
|
545
551
|
/**
|
|
546
552
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
547
553
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
548
|
-
* @returns {ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}
|
|
554
|
+
* @returns {ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}
|
|
549
555
|
*/
|
|
550
556
|
declare function createItemDto_fieldsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
551
557
|
/**
|
|
@@ -566,6 +572,24 @@ declare function createItemFieldCfDtoFromDiscriminatorValue(parseNode: ParseNode
|
|
|
566
572
|
* @returns {ItemFieldCfValueDTO}
|
|
567
573
|
*/
|
|
568
574
|
declare function createItemFieldCfValueDTOFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
575
|
+
/**
|
|
576
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
577
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
578
|
+
* @returns {ItemFieldCompositeDTO}
|
|
579
|
+
*/
|
|
580
|
+
declare function createItemFieldCompositeDTOFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
581
|
+
/**
|
|
582
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
583
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
584
|
+
* @returns {ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}
|
|
585
|
+
*/
|
|
586
|
+
declare function createItemFieldCompositeValueDTO_dataFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
587
|
+
/**
|
|
588
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
589
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
590
|
+
* @returns {ItemFieldCompositeValueDTO}
|
|
591
|
+
*/
|
|
592
|
+
declare function createItemFieldCompositeValueDTOFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
569
593
|
/**
|
|
570
594
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
571
595
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -896,7 +920,7 @@ interface CreatePublicationDto extends AdditionalDataHolder, Parsable {
|
|
|
896
920
|
/**
|
|
897
921
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
898
922
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
899
|
-
* @returns {ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}
|
|
923
|
+
* @returns {ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}
|
|
900
924
|
*/
|
|
901
925
|
declare function createPublicationDto_fieldsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
902
926
|
/**
|
|
@@ -944,7 +968,7 @@ declare function createSuggestionDeletedFieldDTOFromDiscriminatorValue(parseNode
|
|
|
944
968
|
/**
|
|
945
969
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
946
970
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
947
|
-
* @returns {ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}
|
|
971
|
+
* @returns {ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}
|
|
948
972
|
*/
|
|
949
973
|
declare function createSuggestionDto_fieldsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
950
974
|
/**
|
|
@@ -1067,6 +1091,12 @@ declare function createUpdateJobDtoFromDiscriminatorValue(parseNode: ParseNode |
|
|
|
1067
1091
|
* @returns {UpdateTaskDto}
|
|
1068
1092
|
*/
|
|
1069
1093
|
declare function createUpdateTaskDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1094
|
+
/**
|
|
1095
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1096
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1097
|
+
* @returns {UpdateUserGroupDto}
|
|
1098
|
+
*/
|
|
1099
|
+
declare function createUpdateUserGroupDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1070
1100
|
/**
|
|
1071
1101
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1072
1102
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -1079,6 +1109,32 @@ declare function createUpdateVariableDtoFromDiscriminatorValue(parseNode: ParseN
|
|
|
1079
1109
|
* @returns {UserDto}
|
|
1080
1110
|
*/
|
|
1081
1111
|
declare function createUserDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1112
|
+
interface CreateUserGroupDto extends AdditionalDataHolder, Parsable {
|
|
1113
|
+
/**
|
|
1114
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
1115
|
+
*/
|
|
1116
|
+
additionalData?: Record<string, unknown>;
|
|
1117
|
+
/**
|
|
1118
|
+
* The description property
|
|
1119
|
+
*/
|
|
1120
|
+
description?: string | null;
|
|
1121
|
+
/**
|
|
1122
|
+
* The title property
|
|
1123
|
+
*/
|
|
1124
|
+
title?: string | null;
|
|
1125
|
+
}
|
|
1126
|
+
/**
|
|
1127
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1128
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1129
|
+
* @returns {UserGroupDto}
|
|
1130
|
+
*/
|
|
1131
|
+
declare function createUserGroupDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1132
|
+
/**
|
|
1133
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1134
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1135
|
+
* @returns {UserGroupMembersDto}
|
|
1136
|
+
*/
|
|
1137
|
+
declare function createUserGroupMembersDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1082
1138
|
interface CreateVariableDto extends AdditionalDataHolder, Parsable {
|
|
1083
1139
|
/**
|
|
1084
1140
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -1202,6 +1258,11 @@ declare function deserializeIntoCreatePublicationDto(createPublicationDto?: Part
|
|
|
1202
1258
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1203
1259
|
*/
|
|
1204
1260
|
declare function deserializeIntoCreateTaskDto(createTaskDto?: Partial<CreateTaskDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1261
|
+
/**
|
|
1262
|
+
* The deserialization information for the current model
|
|
1263
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1264
|
+
*/
|
|
1265
|
+
declare function deserializeIntoCreateUserGroupDto(createUserGroupDto?: Partial<CreateUserGroupDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1205
1266
|
/**
|
|
1206
1267
|
* The deserialization information for the current model
|
|
1207
1268
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -1291,7 +1352,7 @@ declare function deserializeIntoItemDto(itemDto?: Partial<ItemDto> | undefined):
|
|
|
1291
1352
|
* The deserialization information for the current model
|
|
1292
1353
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1293
1354
|
*/
|
|
1294
|
-
declare function deserializeIntoItemDto_fields(itemDto_fields?: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1355
|
+
declare function deserializeIntoItemDto_fields(itemDto_fields?: Partial<ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1295
1356
|
/**
|
|
1296
1357
|
* The deserialization information for the current model
|
|
1297
1358
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -1302,6 +1363,21 @@ declare function deserializeIntoItemFieldCfDto(itemFieldCfDto?: Partial<ItemFiel
|
|
|
1302
1363
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1303
1364
|
*/
|
|
1304
1365
|
declare function deserializeIntoItemFieldCfValueDTO(itemFieldCfValueDTO?: Partial<ItemFieldCfValueDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1366
|
+
/**
|
|
1367
|
+
* The deserialization information for the current model
|
|
1368
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1369
|
+
*/
|
|
1370
|
+
declare function deserializeIntoItemFieldCompositeDTO(itemFieldCompositeDTO?: Partial<ItemFieldCompositeDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1371
|
+
/**
|
|
1372
|
+
* The deserialization information for the current model
|
|
1373
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1374
|
+
*/
|
|
1375
|
+
declare function deserializeIntoItemFieldCompositeValueDTO(itemFieldCompositeValueDTO?: Partial<ItemFieldCompositeValueDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1376
|
+
/**
|
|
1377
|
+
* The deserialization information for the current model
|
|
1378
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1379
|
+
*/
|
|
1380
|
+
declare function deserializeIntoItemFieldCompositeValueDTO_data(itemFieldCompositeValueDTO_data?: Partial<ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1305
1381
|
/**
|
|
1306
1382
|
* The deserialization information for the current model
|
|
1307
1383
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -1486,7 +1562,7 @@ declare function deserializeIntoPublicationDto(publicationDto?: Partial<Publicat
|
|
|
1486
1562
|
* The deserialization information for the current model
|
|
1487
1563
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1488
1564
|
*/
|
|
1489
|
-
declare function deserializeIntoPublicationDto_fields(publicationDto_fields?: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1565
|
+
declare function deserializeIntoPublicationDto_fields(publicationDto_fields?: Partial<ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1490
1566
|
/**
|
|
1491
1567
|
* The deserialization information for the current model
|
|
1492
1568
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -1526,7 +1602,7 @@ declare function deserializeIntoSuggestionDto(suggestionDto?: Partial<Suggestion
|
|
|
1526
1602
|
* The deserialization information for the current model
|
|
1527
1603
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1528
1604
|
*/
|
|
1529
|
-
declare function deserializeIntoSuggestionDto_fields(suggestionDto_fields?: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1605
|
+
declare function deserializeIntoSuggestionDto_fields(suggestionDto_fields?: Partial<ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1530
1606
|
/**
|
|
1531
1607
|
* The deserialization information for the current model
|
|
1532
1608
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -1572,6 +1648,11 @@ declare function deserializeIntoUpdateJobDto_output(updateJobDto_output?: Partia
|
|
|
1572
1648
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1573
1649
|
*/
|
|
1574
1650
|
declare function deserializeIntoUpdateTaskDto(updateTaskDto?: Partial<UpdateTaskDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1651
|
+
/**
|
|
1652
|
+
* The deserialization information for the current model
|
|
1653
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1654
|
+
*/
|
|
1655
|
+
declare function deserializeIntoUpdateUserGroupDto(updateUserGroupDto?: Partial<UpdateUserGroupDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1575
1656
|
/**
|
|
1576
1657
|
* The deserialization information for the current model
|
|
1577
1658
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -1582,6 +1663,16 @@ declare function deserializeIntoUpdateVariableDto(updateVariableDto?: Partial<Up
|
|
|
1582
1663
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1583
1664
|
*/
|
|
1584
1665
|
declare function deserializeIntoUserDto(userDto?: Partial<UserDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1666
|
+
/**
|
|
1667
|
+
* The deserialization information for the current model
|
|
1668
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1669
|
+
*/
|
|
1670
|
+
declare function deserializeIntoUserGroupDto(userGroupDto?: Partial<UserGroupDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1671
|
+
/**
|
|
1672
|
+
* The deserialization information for the current model
|
|
1673
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
1674
|
+
*/
|
|
1675
|
+
declare function deserializeIntoUserGroupMembersDto(userGroupMembersDto?: Partial<UserGroupMembersDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
1585
1676
|
/**
|
|
1586
1677
|
* The deserialization information for the current model
|
|
1587
1678
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -1642,10 +1733,18 @@ interface FieldDto extends AdditionalDataHolder, Parsable {
|
|
|
1642
1733
|
* The metadata property
|
|
1643
1734
|
*/
|
|
1644
1735
|
metadata?: FieldDto_metadata | null;
|
|
1736
|
+
/**
|
|
1737
|
+
* The multiValued property
|
|
1738
|
+
*/
|
|
1739
|
+
multiValued?: boolean | null;
|
|
1645
1740
|
/**
|
|
1646
1741
|
* The object property
|
|
1647
1742
|
*/
|
|
1648
1743
|
object?: FieldDto_object | null;
|
|
1744
|
+
/**
|
|
1745
|
+
* The parentId property
|
|
1746
|
+
*/
|
|
1747
|
+
parentId?: string | null;
|
|
1649
1748
|
/**
|
|
1650
1749
|
* The suffixes property
|
|
1651
1750
|
*/
|
|
@@ -1927,7 +2026,7 @@ interface ItemDto extends AdditionalDataHolder, Parsable {
|
|
|
1927
2026
|
/**
|
|
1928
2027
|
* The fields property
|
|
1929
2028
|
*/
|
|
1930
|
-
fields?: (ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;
|
|
2029
|
+
fields?: (ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;
|
|
1931
2030
|
/**
|
|
1932
2031
|
* The id property
|
|
1933
2032
|
*/
|
|
@@ -1953,7 +2052,7 @@ interface ItemDto extends AdditionalDataHolder, Parsable {
|
|
|
1953
2052
|
*/
|
|
1954
2053
|
updatedAt?: string | null;
|
|
1955
2054
|
}
|
|
1956
|
-
type ItemDto_fields = ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;
|
|
2055
|
+
type ItemDto_fields = ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;
|
|
1957
2056
|
type ItemDto_object = (typeof ItemDto_objectObject)[keyof typeof ItemDto_objectObject];
|
|
1958
2057
|
interface ItemFieldCfDto extends AdditionalDataHolder, Parsable {
|
|
1959
2058
|
/**
|
|
@@ -1992,6 +2091,36 @@ interface ItemFieldCfValueDTO extends AdditionalDataHolder, Parsable {
|
|
|
1992
2091
|
*/
|
|
1993
2092
|
isProcessing?: boolean | null;
|
|
1994
2093
|
}
|
|
2094
|
+
interface ItemFieldCompositeDTO extends AdditionalDataHolder, Parsable {
|
|
2095
|
+
/**
|
|
2096
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
2097
|
+
*/
|
|
2098
|
+
additionalData?: Record<string, unknown>;
|
|
2099
|
+
/**
|
|
2100
|
+
* The key property
|
|
2101
|
+
*/
|
|
2102
|
+
key?: string | null;
|
|
2103
|
+
/**
|
|
2104
|
+
* The type property
|
|
2105
|
+
*/
|
|
2106
|
+
type?: ItemFieldCompositeDTO_type | null;
|
|
2107
|
+
/**
|
|
2108
|
+
* The value property
|
|
2109
|
+
*/
|
|
2110
|
+
value?: ItemFieldCompositeValueDTO | null;
|
|
2111
|
+
}
|
|
2112
|
+
type ItemFieldCompositeDTO_type = (typeof ItemFieldCompositeDTO_typeObject)[keyof typeof ItemFieldCompositeDTO_typeObject];
|
|
2113
|
+
interface ItemFieldCompositeValueDTO extends AdditionalDataHolder, Parsable {
|
|
2114
|
+
/**
|
|
2115
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
2116
|
+
*/
|
|
2117
|
+
additionalData?: Record<string, unknown>;
|
|
2118
|
+
/**
|
|
2119
|
+
* The data property
|
|
2120
|
+
*/
|
|
2121
|
+
data?: (ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;
|
|
2122
|
+
}
|
|
2123
|
+
type ItemFieldCompositeValueDTO_data = ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;
|
|
1995
2124
|
interface ItemFieldFileData extends AdditionalDataHolder, Parsable {
|
|
1996
2125
|
/**
|
|
1997
2126
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -2069,7 +2198,7 @@ interface ItemFieldMultipleSelectWithCommentAndQuantityDTO extends AdditionalDat
|
|
|
2069
2198
|
/**
|
|
2070
2199
|
* The value property
|
|
2071
2200
|
*/
|
|
2072
|
-
value?: ItemFieldMultipleSelectWithCommentAndQuantityValueDTO
|
|
2201
|
+
value?: ItemFieldMultipleSelectWithCommentAndQuantityValueDTO | null;
|
|
2073
2202
|
}
|
|
2074
2203
|
type ItemFieldMultipleSelectWithCommentAndQuantityDTO_type = (typeof ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject)[keyof typeof ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject];
|
|
2075
2204
|
interface ItemFieldMultipleSelectWithCommentAndQuantityValueDTO extends AdditionalDataHolder, Parsable {
|
|
@@ -2949,7 +3078,7 @@ interface PublicationDto extends AdditionalDataHolder, Parsable {
|
|
|
2949
3078
|
/**
|
|
2950
3079
|
* The fields property
|
|
2951
3080
|
*/
|
|
2952
|
-
fields?: (ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;
|
|
3081
|
+
fields?: (ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;
|
|
2953
3082
|
/**
|
|
2954
3083
|
* The fromItemId property
|
|
2955
3084
|
*/
|
|
@@ -2991,7 +3120,7 @@ interface PublicationDto extends AdditionalDataHolder, Parsable {
|
|
|
2991
3120
|
*/
|
|
2992
3121
|
updatedAt?: string | null;
|
|
2993
3122
|
}
|
|
2994
|
-
type PublicationDto_fields = ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;
|
|
3123
|
+
type PublicationDto_fields = ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;
|
|
2995
3124
|
type PublicationDto_object = (typeof PublicationDto_objectObject)[keyof typeof PublicationDto_objectObject];
|
|
2996
3125
|
type PublicationDto_status = (typeof PublicationDto_statusObject)[keyof typeof PublicationDto_statusObject];
|
|
2997
3126
|
interface ScreenColumnDto extends AdditionalDataHolder, Parsable {
|
|
@@ -3023,6 +3152,10 @@ interface ScreenColumnDto extends AdditionalDataHolder, Parsable {
|
|
|
3023
3152
|
* The object property
|
|
3024
3153
|
*/
|
|
3025
3154
|
object?: ScreenColumnDto_object | null;
|
|
3155
|
+
/**
|
|
3156
|
+
* The parentId property
|
|
3157
|
+
*/
|
|
3158
|
+
parentId?: string | null;
|
|
3026
3159
|
/**
|
|
3027
3160
|
* The position property
|
|
3028
3161
|
*/
|
|
@@ -3283,6 +3416,11 @@ declare function serializeCreatePublicationDto(writer: SerializationWriter, crea
|
|
|
3283
3416
|
* @param writer Serialization writer to use to serialize this model
|
|
3284
3417
|
*/
|
|
3285
3418
|
declare function serializeCreateTaskDto(writer: SerializationWriter, createTaskDto?: Partial<CreateTaskDto> | undefined | null): void;
|
|
3419
|
+
/**
|
|
3420
|
+
* Serializes information the current object
|
|
3421
|
+
* @param writer Serialization writer to use to serialize this model
|
|
3422
|
+
*/
|
|
3423
|
+
declare function serializeCreateUserGroupDto(writer: SerializationWriter, createUserGroupDto?: Partial<CreateUserGroupDto> | undefined | null): void;
|
|
3286
3424
|
/**
|
|
3287
3425
|
* Serializes information the current object
|
|
3288
3426
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -3372,7 +3510,7 @@ declare function serializeItemDto(writer: SerializationWriter, itemDto?: Partial
|
|
|
3372
3510
|
* Serializes information the current object
|
|
3373
3511
|
* @param writer Serialization writer to use to serialize this model
|
|
3374
3512
|
*/
|
|
3375
|
-
declare function serializeItemDto_fields(writer: SerializationWriter, itemDto_fields?: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null): void;
|
|
3513
|
+
declare function serializeItemDto_fields(writer: SerializationWriter, itemDto_fields?: Partial<ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null): void;
|
|
3376
3514
|
/**
|
|
3377
3515
|
* Serializes information the current object
|
|
3378
3516
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -3383,6 +3521,21 @@ declare function serializeItemFieldCfDto(writer: SerializationWriter, itemFieldC
|
|
|
3383
3521
|
* @param writer Serialization writer to use to serialize this model
|
|
3384
3522
|
*/
|
|
3385
3523
|
declare function serializeItemFieldCfValueDTO(writer: SerializationWriter, itemFieldCfValueDTO?: Partial<ItemFieldCfValueDTO> | undefined | null): void;
|
|
3524
|
+
/**
|
|
3525
|
+
* Serializes information the current object
|
|
3526
|
+
* @param writer Serialization writer to use to serialize this model
|
|
3527
|
+
*/
|
|
3528
|
+
declare function serializeItemFieldCompositeDTO(writer: SerializationWriter, itemFieldCompositeDTO?: Partial<ItemFieldCompositeDTO> | undefined | null): void;
|
|
3529
|
+
/**
|
|
3530
|
+
* Serializes information the current object
|
|
3531
|
+
* @param writer Serialization writer to use to serialize this model
|
|
3532
|
+
*/
|
|
3533
|
+
declare function serializeItemFieldCompositeValueDTO(writer: SerializationWriter, itemFieldCompositeValueDTO?: Partial<ItemFieldCompositeValueDTO> | undefined | null): void;
|
|
3534
|
+
/**
|
|
3535
|
+
* Serializes information the current object
|
|
3536
|
+
* @param writer Serialization writer to use to serialize this model
|
|
3537
|
+
*/
|
|
3538
|
+
declare function serializeItemFieldCompositeValueDTO_data(writer: SerializationWriter, itemFieldCompositeValueDTO_data?: Partial<ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null): void;
|
|
3386
3539
|
/**
|
|
3387
3540
|
* Serializes information the current object
|
|
3388
3541
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -3567,7 +3720,7 @@ declare function serializePublicationDto(writer: SerializationWriter, publicatio
|
|
|
3567
3720
|
* Serializes information the current object
|
|
3568
3721
|
* @param writer Serialization writer to use to serialize this model
|
|
3569
3722
|
*/
|
|
3570
|
-
declare function serializePublicationDto_fields(writer: SerializationWriter, publicationDto_fields?: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null): void;
|
|
3723
|
+
declare function serializePublicationDto_fields(writer: SerializationWriter, publicationDto_fields?: Partial<ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null): void;
|
|
3571
3724
|
/**
|
|
3572
3725
|
* Serializes information the current object
|
|
3573
3726
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -3607,7 +3760,7 @@ declare function serializeSuggestionDto(writer: SerializationWriter, suggestionD
|
|
|
3607
3760
|
* Serializes information the current object
|
|
3608
3761
|
* @param writer Serialization writer to use to serialize this model
|
|
3609
3762
|
*/
|
|
3610
|
-
declare function serializeSuggestionDto_fields(writer: SerializationWriter, suggestionDto_fields?: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null): void;
|
|
3763
|
+
declare function serializeSuggestionDto_fields(writer: SerializationWriter, suggestionDto_fields?: Partial<ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null): void;
|
|
3611
3764
|
/**
|
|
3612
3765
|
* Serializes information the current object
|
|
3613
3766
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -3653,6 +3806,11 @@ declare function serializeUpdateJobDto_output(writer: SerializationWriter, updat
|
|
|
3653
3806
|
* @param writer Serialization writer to use to serialize this model
|
|
3654
3807
|
*/
|
|
3655
3808
|
declare function serializeUpdateTaskDto(writer: SerializationWriter, updateTaskDto?: Partial<UpdateTaskDto> | undefined | null): void;
|
|
3809
|
+
/**
|
|
3810
|
+
* Serializes information the current object
|
|
3811
|
+
* @param writer Serialization writer to use to serialize this model
|
|
3812
|
+
*/
|
|
3813
|
+
declare function serializeUpdateUserGroupDto(writer: SerializationWriter, updateUserGroupDto?: Partial<UpdateUserGroupDto> | undefined | null): void;
|
|
3656
3814
|
/**
|
|
3657
3815
|
* Serializes information the current object
|
|
3658
3816
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -3663,6 +3821,16 @@ declare function serializeUpdateVariableDto(writer: SerializationWriter, updateV
|
|
|
3663
3821
|
* @param writer Serialization writer to use to serialize this model
|
|
3664
3822
|
*/
|
|
3665
3823
|
declare function serializeUserDto(writer: SerializationWriter, userDto?: Partial<UserDto> | undefined | null): void;
|
|
3824
|
+
/**
|
|
3825
|
+
* Serializes information the current object
|
|
3826
|
+
* @param writer Serialization writer to use to serialize this model
|
|
3827
|
+
*/
|
|
3828
|
+
declare function serializeUserGroupDto(writer: SerializationWriter, userGroupDto?: Partial<UserGroupDto> | undefined | null): void;
|
|
3829
|
+
/**
|
|
3830
|
+
* Serializes information the current object
|
|
3831
|
+
* @param writer Serialization writer to use to serialize this model
|
|
3832
|
+
*/
|
|
3833
|
+
declare function serializeUserGroupMembersDto(writer: SerializationWriter, userGroupMembersDto?: Partial<UserGroupMembersDto> | undefined | null): void;
|
|
3666
3834
|
/**
|
|
3667
3835
|
* Serializes information the current object
|
|
3668
3836
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -3703,7 +3871,7 @@ interface SuggestionDto extends AdditionalDataHolder, Parsable {
|
|
|
3703
3871
|
/**
|
|
3704
3872
|
* The fields property
|
|
3705
3873
|
*/
|
|
3706
|
-
fields?: (ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;
|
|
3874
|
+
fields?: (ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;
|
|
3707
3875
|
/**
|
|
3708
3876
|
* The fromAccountId property
|
|
3709
3877
|
*/
|
|
@@ -3741,7 +3909,7 @@ interface SuggestionDto extends AdditionalDataHolder, Parsable {
|
|
|
3741
3909
|
*/
|
|
3742
3910
|
updatedAt?: string | null;
|
|
3743
3911
|
}
|
|
3744
|
-
type SuggestionDto_fields = ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;
|
|
3912
|
+
type SuggestionDto_fields = ItemFieldCfDto | ItemFieldCompositeDTO | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;
|
|
3745
3913
|
type SuggestionDto_object = (typeof SuggestionDto_objectObject)[keyof typeof SuggestionDto_objectObject];
|
|
3746
3914
|
interface TableDto extends AdditionalDataHolder, Parsable {
|
|
3747
3915
|
/**
|
|
@@ -4057,6 +4225,20 @@ interface UpdateTaskDto extends AdditionalDataHolder, Parsable {
|
|
|
4057
4225
|
}
|
|
4058
4226
|
type UpdateTaskDto_retryLogic = (typeof UpdateTaskDto_retryLogicObject)[keyof typeof UpdateTaskDto_retryLogicObject];
|
|
4059
4227
|
type UpdateTaskDto_timeoutPolicy = (typeof UpdateTaskDto_timeoutPolicyObject)[keyof typeof UpdateTaskDto_timeoutPolicyObject];
|
|
4228
|
+
interface UpdateUserGroupDto extends AdditionalDataHolder, Parsable {
|
|
4229
|
+
/**
|
|
4230
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
4231
|
+
*/
|
|
4232
|
+
additionalData?: Record<string, unknown>;
|
|
4233
|
+
/**
|
|
4234
|
+
* The description property
|
|
4235
|
+
*/
|
|
4236
|
+
description?: string | null;
|
|
4237
|
+
/**
|
|
4238
|
+
* The title property
|
|
4239
|
+
*/
|
|
4240
|
+
title?: string | null;
|
|
4241
|
+
}
|
|
4060
4242
|
interface UpdateVariableDto extends AdditionalDataHolder, Parsable {
|
|
4061
4243
|
/**
|
|
4062
4244
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -4133,6 +4315,55 @@ interface UserDto extends AdditionalDataHolder, Parsable {
|
|
|
4133
4315
|
type UserDto_object = (typeof UserDto_objectObject)[keyof typeof UserDto_objectObject];
|
|
4134
4316
|
type UserDto_role = (typeof UserDto_roleObject)[keyof typeof UserDto_roleObject];
|
|
4135
4317
|
type UserDto_status = (typeof UserDto_statusObject)[keyof typeof UserDto_statusObject];
|
|
4318
|
+
interface UserGroupDto extends AdditionalDataHolder, Parsable {
|
|
4319
|
+
/**
|
|
4320
|
+
* The accountId property
|
|
4321
|
+
*/
|
|
4322
|
+
accountId?: string | null;
|
|
4323
|
+
/**
|
|
4324
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
4325
|
+
*/
|
|
4326
|
+
additionalData?: Record<string, unknown>;
|
|
4327
|
+
/**
|
|
4328
|
+
* The createdAt property
|
|
4329
|
+
*/
|
|
4330
|
+
createdAt?: string | null;
|
|
4331
|
+
/**
|
|
4332
|
+
* The description property
|
|
4333
|
+
*/
|
|
4334
|
+
description?: string | null;
|
|
4335
|
+
/**
|
|
4336
|
+
* The id property
|
|
4337
|
+
*/
|
|
4338
|
+
id?: string | null;
|
|
4339
|
+
/**
|
|
4340
|
+
* The membersId property
|
|
4341
|
+
*/
|
|
4342
|
+
membersId?: string[] | null;
|
|
4343
|
+
/**
|
|
4344
|
+
* The object property
|
|
4345
|
+
*/
|
|
4346
|
+
object?: UserGroupDto_object | null;
|
|
4347
|
+
/**
|
|
4348
|
+
* The title property
|
|
4349
|
+
*/
|
|
4350
|
+
title?: string | null;
|
|
4351
|
+
/**
|
|
4352
|
+
* The updatedAt property
|
|
4353
|
+
*/
|
|
4354
|
+
updatedAt?: string | null;
|
|
4355
|
+
}
|
|
4356
|
+
type UserGroupDto_object = (typeof UserGroupDto_objectObject)[keyof typeof UserGroupDto_objectObject];
|
|
4357
|
+
interface UserGroupMembersDto extends AdditionalDataHolder, Parsable {
|
|
4358
|
+
/**
|
|
4359
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
4360
|
+
*/
|
|
4361
|
+
additionalData?: Record<string, unknown>;
|
|
4362
|
+
/**
|
|
4363
|
+
* The membersId property
|
|
4364
|
+
*/
|
|
4365
|
+
membersId?: string[] | null;
|
|
4366
|
+
}
|
|
4136
4367
|
interface VariableDto extends AdditionalDataHolder, Parsable {
|
|
4137
4368
|
/**
|
|
4138
4369
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -4327,6 +4558,7 @@ declare const FieldDto_typeObject: {
|
|
|
4327
4558
|
readonly MULTIPLESELECTQUANTIFIEDWITHCOMMENTS: "MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS";
|
|
4328
4559
|
readonly MULTIPLESELECTWITHCOMMENTS: "MULTIPLE-SELECT-WITH-COMMENTS";
|
|
4329
4560
|
readonly CONDITIONALFORMATTING: "CONDITIONAL-FORMATTING";
|
|
4561
|
+
readonly COMPOSITE: "COMPOSITE";
|
|
4330
4562
|
};
|
|
4331
4563
|
declare const FieldSuffixDto_statusObject: {
|
|
4332
4564
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -4391,6 +4623,9 @@ declare const ItemDto_objectObject: {
|
|
|
4391
4623
|
declare const ItemFieldCfDto_typeObject: {
|
|
4392
4624
|
readonly CONDITIONALFORMATTING: "CONDITIONAL-FORMATTING";
|
|
4393
4625
|
};
|
|
4626
|
+
declare const ItemFieldCompositeDTO_typeObject: {
|
|
4627
|
+
readonly COMPOSITE: "COMPOSITE";
|
|
4628
|
+
};
|
|
4394
4629
|
declare const ItemFieldFileDTO_typeObject: {
|
|
4395
4630
|
readonly IMAGE: "IMAGE";
|
|
4396
4631
|
readonly ATTACHMENT: "ATTACHMENT";
|
|
@@ -4546,6 +4781,7 @@ declare const SuggestionDeletedFieldDTO_typeObject: {
|
|
|
4546
4781
|
readonly MULTIPLESELECTQUANTIFIEDWITHCOMMENTS: "MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS";
|
|
4547
4782
|
readonly MULTIPLESELECTWITHCOMMENTS: "MULTIPLE-SELECT-WITH-COMMENTS";
|
|
4548
4783
|
readonly CONDITIONALFORMATTING: "CONDITIONAL-FORMATTING";
|
|
4784
|
+
readonly COMPOSITE: "COMPOSITE";
|
|
4549
4785
|
};
|
|
4550
4786
|
declare const SuggestionDto_objectObject: {
|
|
4551
4787
|
readonly Suggestion: "suggestion";
|
|
@@ -4607,6 +4843,9 @@ declare const UserDto_statusObject: {
|
|
|
4607
4843
|
readonly SUSPENDED: "SUSPENDED";
|
|
4608
4844
|
readonly REMOVED: "REMOVED";
|
|
4609
4845
|
};
|
|
4846
|
+
declare const UserGroupDto_objectObject: {
|
|
4847
|
+
readonly User_group: "user_group";
|
|
4848
|
+
};
|
|
4610
4849
|
declare const VariableDto_objectObject: {
|
|
4611
4850
|
readonly Variable: "variable";
|
|
4612
4851
|
};
|
|
@@ -4616,7 +4855,7 @@ declare const VariableDto_statusObject: {
|
|
|
4616
4855
|
readonly DELETED: "DELETED";
|
|
4617
4856
|
};
|
|
4618
4857
|
|
|
4619
|
-
interface FindPostResponse$
|
|
4858
|
+
interface FindPostResponse$n extends AdditionalDataHolder, Parsable {
|
|
4620
4859
|
/**
|
|
4621
4860
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
4622
4861
|
*/
|
|
@@ -4628,17 +4867,17 @@ interface FindPostResponse$l extends AdditionalDataHolder, Parsable {
|
|
|
4628
4867
|
/**
|
|
4629
4868
|
* The object property
|
|
4630
4869
|
*/
|
|
4631
|
-
object?: FindPostResponse_object$
|
|
4870
|
+
object?: FindPostResponse_object$n | null;
|
|
4632
4871
|
/**
|
|
4633
4872
|
* The totalElements property
|
|
4634
4873
|
*/
|
|
4635
4874
|
totalElements?: number | null;
|
|
4636
4875
|
}
|
|
4637
|
-
type FindPostResponse_object$
|
|
4876
|
+
type FindPostResponse_object$n = (typeof FindPostResponse_objectObject$n)[keyof typeof FindPostResponse_objectObject$n];
|
|
4638
4877
|
/**
|
|
4639
4878
|
* Builds and executes requests for operations under /v1/accounts/find
|
|
4640
4879
|
*/
|
|
4641
|
-
interface FindRequestBuilder$
|
|
4880
|
+
interface FindRequestBuilder$n extends BaseRequestBuilder<FindRequestBuilder$n> {
|
|
4642
4881
|
/**
|
|
4643
4882
|
* Find a list of Account
|
|
4644
4883
|
* @param body The request body
|
|
@@ -4646,29 +4885,29 @@ interface FindRequestBuilder$l extends BaseRequestBuilder<FindRequestBuilder$l>
|
|
|
4646
4885
|
* @returns {Promise<FindPostResponse>}
|
|
4647
4886
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
4648
4887
|
*/
|
|
4649
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
4888
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$n> | undefined): Promise<FindPostResponse$n | undefined>;
|
|
4650
4889
|
/**
|
|
4651
4890
|
* Find a list of Account
|
|
4652
4891
|
* @param body The request body
|
|
4653
4892
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
4654
4893
|
* @returns {RequestInformation}
|
|
4655
4894
|
*/
|
|
4656
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
4895
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$n> | undefined): RequestInformation;
|
|
4657
4896
|
}
|
|
4658
4897
|
/**
|
|
4659
4898
|
* Find a list of Account
|
|
4660
4899
|
*/
|
|
4661
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
4900
|
+
interface FindRequestBuilderPostQueryParameters$n {
|
|
4662
4901
|
page?: number;
|
|
4663
4902
|
size?: number;
|
|
4664
4903
|
sort?: string;
|
|
4665
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
4904
|
+
sortOrder?: PostSortOrderQueryParameterType$o;
|
|
4666
4905
|
}
|
|
4667
|
-
type PostSortOrderQueryParameterType$
|
|
4668
|
-
declare const FindPostResponse_objectObject$
|
|
4906
|
+
type PostSortOrderQueryParameterType$o = (typeof PostSortOrderQueryParameterTypeObject$o)[keyof typeof PostSortOrderQueryParameterTypeObject$o];
|
|
4907
|
+
declare const FindPostResponse_objectObject$n: {
|
|
4669
4908
|
readonly List: "list";
|
|
4670
4909
|
};
|
|
4671
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
4910
|
+
declare const PostSortOrderQueryParameterTypeObject$o: {
|
|
4672
4911
|
readonly DESC: "DESC";
|
|
4673
4912
|
readonly ASC: "ASC";
|
|
4674
4913
|
};
|
|
@@ -4718,7 +4957,7 @@ interface AccountsRequestBuilder extends BaseRequestBuilder<AccountsRequestBuild
|
|
|
4718
4957
|
/**
|
|
4719
4958
|
* The find property
|
|
4720
4959
|
*/
|
|
4721
|
-
get find(): FindRequestBuilder$
|
|
4960
|
+
get find(): FindRequestBuilder$n;
|
|
4722
4961
|
/**
|
|
4723
4962
|
* Gets an item from the ApiSdk.v1.accounts.item collection
|
|
4724
4963
|
* @param id Unique identifier of the item
|
|
@@ -4746,18 +4985,18 @@ interface AccountsRequestBuilderGetQueryParameters {
|
|
|
4746
4985
|
page?: number;
|
|
4747
4986
|
size?: number;
|
|
4748
4987
|
sort?: string;
|
|
4749
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
4988
|
+
sortOrder?: GetSortOrderQueryParameterType$p;
|
|
4750
4989
|
}
|
|
4751
|
-
type GetSortOrderQueryParameterType$
|
|
4990
|
+
type GetSortOrderQueryParameterType$p = (typeof GetSortOrderQueryParameterTypeObject$p)[keyof typeof GetSortOrderQueryParameterTypeObject$p];
|
|
4752
4991
|
declare const AccountsGetResponse_objectObject: {
|
|
4753
4992
|
readonly List: "list";
|
|
4754
4993
|
};
|
|
4755
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
4994
|
+
declare const GetSortOrderQueryParameterTypeObject$p: {
|
|
4756
4995
|
readonly DESC: "DESC";
|
|
4757
4996
|
readonly ASC: "ASC";
|
|
4758
4997
|
};
|
|
4759
4998
|
|
|
4760
|
-
interface FindPostResponse$
|
|
4999
|
+
interface FindPostResponse$m extends AdditionalDataHolder, Parsable {
|
|
4761
5000
|
/**
|
|
4762
5001
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
4763
5002
|
*/
|
|
@@ -4769,17 +5008,17 @@ interface FindPostResponse$k extends AdditionalDataHolder, Parsable {
|
|
|
4769
5008
|
/**
|
|
4770
5009
|
* The object property
|
|
4771
5010
|
*/
|
|
4772
|
-
object?: FindPostResponse_object$
|
|
5011
|
+
object?: FindPostResponse_object$m | null;
|
|
4773
5012
|
/**
|
|
4774
5013
|
* The totalElements property
|
|
4775
5014
|
*/
|
|
4776
5015
|
totalElements?: number | null;
|
|
4777
5016
|
}
|
|
4778
|
-
type FindPostResponse_object$
|
|
5017
|
+
type FindPostResponse_object$m = (typeof FindPostResponse_objectObject$m)[keyof typeof FindPostResponse_objectObject$m];
|
|
4779
5018
|
/**
|
|
4780
5019
|
* Builds and executes requests for operations under /v1/audit_logs/find
|
|
4781
5020
|
*/
|
|
4782
|
-
interface FindRequestBuilder$
|
|
5021
|
+
interface FindRequestBuilder$m extends BaseRequestBuilder<FindRequestBuilder$m> {
|
|
4783
5022
|
/**
|
|
4784
5023
|
* Find a list of Audit Log
|
|
4785
5024
|
* @param body The request body
|
|
@@ -4787,29 +5026,29 @@ interface FindRequestBuilder$k extends BaseRequestBuilder<FindRequestBuilder$k>
|
|
|
4787
5026
|
* @returns {Promise<FindPostResponse>}
|
|
4788
5027
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
4789
5028
|
*/
|
|
4790
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5029
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$m> | undefined): Promise<FindPostResponse$m | undefined>;
|
|
4791
5030
|
/**
|
|
4792
5031
|
* Find a list of Audit Log
|
|
4793
5032
|
* @param body The request body
|
|
4794
5033
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
4795
5034
|
* @returns {RequestInformation}
|
|
4796
5035
|
*/
|
|
4797
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5036
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$m> | undefined): RequestInformation;
|
|
4798
5037
|
}
|
|
4799
5038
|
/**
|
|
4800
5039
|
* Find a list of Audit Log
|
|
4801
5040
|
*/
|
|
4802
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
5041
|
+
interface FindRequestBuilderPostQueryParameters$m {
|
|
4803
5042
|
page?: number;
|
|
4804
5043
|
size?: number;
|
|
4805
5044
|
sort?: string;
|
|
4806
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
5045
|
+
sortOrder?: PostSortOrderQueryParameterType$n;
|
|
4807
5046
|
}
|
|
4808
|
-
type PostSortOrderQueryParameterType$
|
|
4809
|
-
declare const FindPostResponse_objectObject$
|
|
5047
|
+
type PostSortOrderQueryParameterType$n = (typeof PostSortOrderQueryParameterTypeObject$n)[keyof typeof PostSortOrderQueryParameterTypeObject$n];
|
|
5048
|
+
declare const FindPostResponse_objectObject$m: {
|
|
4810
5049
|
readonly List: "list";
|
|
4811
5050
|
};
|
|
4812
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
5051
|
+
declare const PostSortOrderQueryParameterTypeObject$n: {
|
|
4813
5052
|
readonly DESC: "DESC";
|
|
4814
5053
|
readonly ASC: "ASC";
|
|
4815
5054
|
};
|
|
@@ -4840,7 +5079,7 @@ interface Audit_logsRequestBuilder extends BaseRequestBuilder<Audit_logsRequestB
|
|
|
4840
5079
|
/**
|
|
4841
5080
|
* The find property
|
|
4842
5081
|
*/
|
|
4843
|
-
get find(): FindRequestBuilder$
|
|
5082
|
+
get find(): FindRequestBuilder$m;
|
|
4844
5083
|
/**
|
|
4845
5084
|
* Get a list of Audit Log
|
|
4846
5085
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
@@ -4862,18 +5101,18 @@ interface Audit_logsRequestBuilderGetQueryParameters {
|
|
|
4862
5101
|
page?: number;
|
|
4863
5102
|
size?: number;
|
|
4864
5103
|
sort?: string;
|
|
4865
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
5104
|
+
sortOrder?: GetSortOrderQueryParameterType$o;
|
|
4866
5105
|
}
|
|
4867
|
-
type GetSortOrderQueryParameterType$
|
|
5106
|
+
type GetSortOrderQueryParameterType$o = (typeof GetSortOrderQueryParameterTypeObject$o)[keyof typeof GetSortOrderQueryParameterTypeObject$o];
|
|
4868
5107
|
declare const Audit_logsGetResponse_objectObject: {
|
|
4869
5108
|
readonly List: "list";
|
|
4870
5109
|
};
|
|
4871
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
5110
|
+
declare const GetSortOrderQueryParameterTypeObject$o: {
|
|
4872
5111
|
readonly DESC: "DESC";
|
|
4873
5112
|
readonly ASC: "ASC";
|
|
4874
5113
|
};
|
|
4875
5114
|
|
|
4876
|
-
interface FindPostResponse$
|
|
5115
|
+
interface FindPostResponse$l extends AdditionalDataHolder, Parsable {
|
|
4877
5116
|
/**
|
|
4878
5117
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
4879
5118
|
*/
|
|
@@ -4885,17 +5124,17 @@ interface FindPostResponse$j extends AdditionalDataHolder, Parsable {
|
|
|
4885
5124
|
/**
|
|
4886
5125
|
* The object property
|
|
4887
5126
|
*/
|
|
4888
|
-
object?: FindPostResponse_object$
|
|
5127
|
+
object?: FindPostResponse_object$l | null;
|
|
4889
5128
|
/**
|
|
4890
5129
|
* The totalElements property
|
|
4891
5130
|
*/
|
|
4892
5131
|
totalElements?: number | null;
|
|
4893
5132
|
}
|
|
4894
|
-
type FindPostResponse_object$
|
|
5133
|
+
type FindPostResponse_object$l = (typeof FindPostResponse_objectObject$l)[keyof typeof FindPostResponse_objectObject$l];
|
|
4895
5134
|
/**
|
|
4896
5135
|
* Builds and executes requests for operations under /v1/comment_thread_subscribers/find
|
|
4897
5136
|
*/
|
|
4898
|
-
interface FindRequestBuilder$
|
|
5137
|
+
interface FindRequestBuilder$l extends BaseRequestBuilder<FindRequestBuilder$l> {
|
|
4899
5138
|
/**
|
|
4900
5139
|
* Find a list of Comment Thread Subscriber
|
|
4901
5140
|
* @param body The request body
|
|
@@ -4903,29 +5142,29 @@ interface FindRequestBuilder$j extends BaseRequestBuilder<FindRequestBuilder$j>
|
|
|
4903
5142
|
* @returns {Promise<FindPostResponse>}
|
|
4904
5143
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
4905
5144
|
*/
|
|
4906
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5145
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$l> | undefined): Promise<FindPostResponse$l | undefined>;
|
|
4907
5146
|
/**
|
|
4908
5147
|
* Find a list of Comment Thread Subscriber
|
|
4909
5148
|
* @param body The request body
|
|
4910
5149
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
4911
5150
|
* @returns {RequestInformation}
|
|
4912
5151
|
*/
|
|
4913
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5152
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$l> | undefined): RequestInformation;
|
|
4914
5153
|
}
|
|
4915
5154
|
/**
|
|
4916
5155
|
* Find a list of Comment Thread Subscriber
|
|
4917
5156
|
*/
|
|
4918
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
5157
|
+
interface FindRequestBuilderPostQueryParameters$l {
|
|
4919
5158
|
page?: number;
|
|
4920
5159
|
size?: number;
|
|
4921
5160
|
sort?: string;
|
|
4922
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
5161
|
+
sortOrder?: PostSortOrderQueryParameterType$m;
|
|
4923
5162
|
}
|
|
4924
|
-
type PostSortOrderQueryParameterType$
|
|
4925
|
-
declare const FindPostResponse_objectObject$
|
|
5163
|
+
type PostSortOrderQueryParameterType$m = (typeof PostSortOrderQueryParameterTypeObject$m)[keyof typeof PostSortOrderQueryParameterTypeObject$m];
|
|
5164
|
+
declare const FindPostResponse_objectObject$l: {
|
|
4926
5165
|
readonly List: "list";
|
|
4927
5166
|
};
|
|
4928
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
5167
|
+
declare const PostSortOrderQueryParameterTypeObject$m: {
|
|
4929
5168
|
readonly DESC: "DESC";
|
|
4930
5169
|
readonly ASC: "ASC";
|
|
4931
5170
|
};
|
|
@@ -4975,7 +5214,7 @@ interface Comment_thread_subscribersRequestBuilder extends BaseRequestBuilder<Co
|
|
|
4975
5214
|
/**
|
|
4976
5215
|
* The find property
|
|
4977
5216
|
*/
|
|
4978
|
-
get find(): FindRequestBuilder$
|
|
5217
|
+
get find(): FindRequestBuilder$l;
|
|
4979
5218
|
/**
|
|
4980
5219
|
* Gets an item from the ApiSdk.v1.comment_thread_subscribers.item collection
|
|
4981
5220
|
* @param id Unique identifier of the item
|
|
@@ -5003,18 +5242,18 @@ interface Comment_thread_subscribersRequestBuilderGetQueryParameters {
|
|
|
5003
5242
|
page?: number;
|
|
5004
5243
|
size?: number;
|
|
5005
5244
|
sort?: string;
|
|
5006
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
5245
|
+
sortOrder?: GetSortOrderQueryParameterType$n;
|
|
5007
5246
|
}
|
|
5008
|
-
type GetSortOrderQueryParameterType$
|
|
5247
|
+
type GetSortOrderQueryParameterType$n = (typeof GetSortOrderQueryParameterTypeObject$n)[keyof typeof GetSortOrderQueryParameterTypeObject$n];
|
|
5009
5248
|
declare const Comment_thread_subscribersGetResponse_objectObject: {
|
|
5010
5249
|
readonly List: "list";
|
|
5011
5250
|
};
|
|
5012
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
5251
|
+
declare const GetSortOrderQueryParameterTypeObject$n: {
|
|
5013
5252
|
readonly DESC: "DESC";
|
|
5014
5253
|
readonly ASC: "ASC";
|
|
5015
5254
|
};
|
|
5016
5255
|
|
|
5017
|
-
interface FindPostResponse$
|
|
5256
|
+
interface FindPostResponse$k extends AdditionalDataHolder, Parsable {
|
|
5018
5257
|
/**
|
|
5019
5258
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
5020
5259
|
*/
|
|
@@ -5026,17 +5265,17 @@ interface FindPostResponse$i extends AdditionalDataHolder, Parsable {
|
|
|
5026
5265
|
/**
|
|
5027
5266
|
* The object property
|
|
5028
5267
|
*/
|
|
5029
|
-
object?: FindPostResponse_object$
|
|
5268
|
+
object?: FindPostResponse_object$k | null;
|
|
5030
5269
|
/**
|
|
5031
5270
|
* The totalElements property
|
|
5032
5271
|
*/
|
|
5033
5272
|
totalElements?: number | null;
|
|
5034
5273
|
}
|
|
5035
|
-
type FindPostResponse_object$
|
|
5274
|
+
type FindPostResponse_object$k = (typeof FindPostResponse_objectObject$k)[keyof typeof FindPostResponse_objectObject$k];
|
|
5036
5275
|
/**
|
|
5037
5276
|
* Builds and executes requests for operations under /v1/comment_threads/find
|
|
5038
5277
|
*/
|
|
5039
|
-
interface FindRequestBuilder$
|
|
5278
|
+
interface FindRequestBuilder$k extends BaseRequestBuilder<FindRequestBuilder$k> {
|
|
5040
5279
|
/**
|
|
5041
5280
|
* Find a list of Comment Thread
|
|
5042
5281
|
* @param body The request body
|
|
@@ -5044,29 +5283,29 @@ interface FindRequestBuilder$i extends BaseRequestBuilder<FindRequestBuilder$i>
|
|
|
5044
5283
|
* @returns {Promise<FindPostResponse>}
|
|
5045
5284
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
5046
5285
|
*/
|
|
5047
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5286
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$k> | undefined): Promise<FindPostResponse$k | undefined>;
|
|
5048
5287
|
/**
|
|
5049
5288
|
* Find a list of Comment Thread
|
|
5050
5289
|
* @param body The request body
|
|
5051
5290
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
5052
5291
|
* @returns {RequestInformation}
|
|
5053
5292
|
*/
|
|
5054
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5293
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$k> | undefined): RequestInformation;
|
|
5055
5294
|
}
|
|
5056
5295
|
/**
|
|
5057
5296
|
* Find a list of Comment Thread
|
|
5058
5297
|
*/
|
|
5059
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
5298
|
+
interface FindRequestBuilderPostQueryParameters$k {
|
|
5060
5299
|
page?: number;
|
|
5061
5300
|
size?: number;
|
|
5062
5301
|
sort?: string;
|
|
5063
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
5302
|
+
sortOrder?: PostSortOrderQueryParameterType$l;
|
|
5064
5303
|
}
|
|
5065
|
-
type PostSortOrderQueryParameterType$
|
|
5066
|
-
declare const FindPostResponse_objectObject$
|
|
5304
|
+
type PostSortOrderQueryParameterType$l = (typeof PostSortOrderQueryParameterTypeObject$l)[keyof typeof PostSortOrderQueryParameterTypeObject$l];
|
|
5305
|
+
declare const FindPostResponse_objectObject$k: {
|
|
5067
5306
|
readonly List: "list";
|
|
5068
5307
|
};
|
|
5069
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
5308
|
+
declare const PostSortOrderQueryParameterTypeObject$l: {
|
|
5070
5309
|
readonly DESC: "DESC";
|
|
5071
5310
|
readonly ASC: "ASC";
|
|
5072
5311
|
};
|
|
@@ -5155,7 +5394,7 @@ interface Comment_threadsRequestBuilder extends BaseRequestBuilder<Comment_threa
|
|
|
5155
5394
|
/**
|
|
5156
5395
|
* The find property
|
|
5157
5396
|
*/
|
|
5158
|
-
get find(): FindRequestBuilder$
|
|
5397
|
+
get find(): FindRequestBuilder$k;
|
|
5159
5398
|
/**
|
|
5160
5399
|
* Gets an item from the ApiSdk.v1.comment_threads.item collection
|
|
5161
5400
|
* @param id Unique identifier of the item
|
|
@@ -5198,13 +5437,13 @@ interface Comment_threadsRequestBuilderGetQueryParameters {
|
|
|
5198
5437
|
page?: number;
|
|
5199
5438
|
size?: number;
|
|
5200
5439
|
sort?: string;
|
|
5201
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
5440
|
+
sortOrder?: GetSortOrderQueryParameterType$m;
|
|
5202
5441
|
}
|
|
5203
|
-
type GetSortOrderQueryParameterType$
|
|
5442
|
+
type GetSortOrderQueryParameterType$m = (typeof GetSortOrderQueryParameterTypeObject$m)[keyof typeof GetSortOrderQueryParameterTypeObject$m];
|
|
5204
5443
|
declare const Comment_threadsGetResponse_objectObject: {
|
|
5205
5444
|
readonly List: "list";
|
|
5206
5445
|
};
|
|
5207
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
5446
|
+
declare const GetSortOrderQueryParameterTypeObject$m: {
|
|
5208
5447
|
readonly DESC: "DESC";
|
|
5209
5448
|
readonly ASC: "ASC";
|
|
5210
5449
|
};
|
|
@@ -5293,18 +5532,18 @@ interface FilesRequestBuilderGetQueryParameters {
|
|
|
5293
5532
|
page?: number;
|
|
5294
5533
|
size?: number;
|
|
5295
5534
|
sort?: string;
|
|
5296
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
5535
|
+
sortOrder?: GetSortOrderQueryParameterType$l;
|
|
5297
5536
|
}
|
|
5298
|
-
type GetSortOrderQueryParameterType$
|
|
5537
|
+
type GetSortOrderQueryParameterType$l = (typeof GetSortOrderQueryParameterTypeObject$l)[keyof typeof GetSortOrderQueryParameterTypeObject$l];
|
|
5299
5538
|
declare const FilesGetResponse_objectObject: {
|
|
5300
5539
|
readonly List: "list";
|
|
5301
5540
|
};
|
|
5302
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
5541
|
+
declare const GetSortOrderQueryParameterTypeObject$l: {
|
|
5303
5542
|
readonly DESC: "DESC";
|
|
5304
5543
|
readonly ASC: "ASC";
|
|
5305
5544
|
};
|
|
5306
5545
|
|
|
5307
|
-
interface FindPostResponse$
|
|
5546
|
+
interface FindPostResponse$j extends AdditionalDataHolder, Parsable {
|
|
5308
5547
|
/**
|
|
5309
5548
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
5310
5549
|
*/
|
|
@@ -5316,17 +5555,17 @@ interface FindPostResponse$h extends AdditionalDataHolder, Parsable {
|
|
|
5316
5555
|
/**
|
|
5317
5556
|
* The object property
|
|
5318
5557
|
*/
|
|
5319
|
-
object?: FindPostResponse_object$
|
|
5558
|
+
object?: FindPostResponse_object$j | null;
|
|
5320
5559
|
/**
|
|
5321
5560
|
* The totalElements property
|
|
5322
5561
|
*/
|
|
5323
5562
|
totalElements?: number | null;
|
|
5324
5563
|
}
|
|
5325
|
-
type FindPostResponse_object$
|
|
5564
|
+
type FindPostResponse_object$j = (typeof FindPostResponse_objectObject$j)[keyof typeof FindPostResponse_objectObject$j];
|
|
5326
5565
|
/**
|
|
5327
5566
|
* Builds and executes requests for operations under /v1/data_factory/job_executions/find
|
|
5328
5567
|
*/
|
|
5329
|
-
interface FindRequestBuilder$
|
|
5568
|
+
interface FindRequestBuilder$j extends BaseRequestBuilder<FindRequestBuilder$j> {
|
|
5330
5569
|
/**
|
|
5331
5570
|
* (Not implemented) - Find a list of Job Execution
|
|
5332
5571
|
* @param body The request body
|
|
@@ -5334,29 +5573,29 @@ interface FindRequestBuilder$h extends BaseRequestBuilder<FindRequestBuilder$h>
|
|
|
5334
5573
|
* @returns {Promise<FindPostResponse>}
|
|
5335
5574
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
5336
5575
|
*/
|
|
5337
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5576
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$j> | undefined): Promise<FindPostResponse$j | undefined>;
|
|
5338
5577
|
/**
|
|
5339
5578
|
* (Not implemented) - Find a list of Job Execution
|
|
5340
5579
|
* @param body The request body
|
|
5341
5580
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
5342
5581
|
* @returns {RequestInformation}
|
|
5343
5582
|
*/
|
|
5344
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5583
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$j> | undefined): RequestInformation;
|
|
5345
5584
|
}
|
|
5346
5585
|
/**
|
|
5347
5586
|
* (Not implemented) - Find a list of Job Execution
|
|
5348
5587
|
*/
|
|
5349
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
5588
|
+
interface FindRequestBuilderPostQueryParameters$j {
|
|
5350
5589
|
page?: number;
|
|
5351
5590
|
size?: number;
|
|
5352
5591
|
sort?: string;
|
|
5353
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
5592
|
+
sortOrder?: PostSortOrderQueryParameterType$k;
|
|
5354
5593
|
}
|
|
5355
|
-
type PostSortOrderQueryParameterType$
|
|
5356
|
-
declare const FindPostResponse_objectObject$
|
|
5594
|
+
type PostSortOrderQueryParameterType$k = (typeof PostSortOrderQueryParameterTypeObject$k)[keyof typeof PostSortOrderQueryParameterTypeObject$k];
|
|
5595
|
+
declare const FindPostResponse_objectObject$j: {
|
|
5357
5596
|
readonly List: "list";
|
|
5358
5597
|
};
|
|
5359
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
5598
|
+
declare const PostSortOrderQueryParameterTypeObject$k: {
|
|
5360
5599
|
readonly DESC: "DESC";
|
|
5361
5600
|
readonly ASC: "ASC";
|
|
5362
5601
|
};
|
|
@@ -5380,7 +5619,7 @@ interface Job_executionsItemRequestBuilder extends BaseRequestBuilder<Job_execut
|
|
|
5380
5619
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
5381
5620
|
}
|
|
5382
5621
|
|
|
5383
|
-
type GetSortOrderQueryParameterType$
|
|
5622
|
+
type GetSortOrderQueryParameterType$k = (typeof GetSortOrderQueryParameterTypeObject$k)[keyof typeof GetSortOrderQueryParameterTypeObject$k];
|
|
5384
5623
|
interface Job_executionsGetResponse extends AdditionalDataHolder, Parsable {
|
|
5385
5624
|
/**
|
|
5386
5625
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -5407,7 +5646,7 @@ interface Job_executionsRequestBuilder extends BaseRequestBuilder<Job_executions
|
|
|
5407
5646
|
/**
|
|
5408
5647
|
* The find property
|
|
5409
5648
|
*/
|
|
5410
|
-
get find(): FindRequestBuilder$
|
|
5649
|
+
get find(): FindRequestBuilder$j;
|
|
5411
5650
|
/**
|
|
5412
5651
|
* Gets an item from the ApiSdk.v1.data_factory.job_executions.item collection
|
|
5413
5652
|
* @param id Unique identifier of the item
|
|
@@ -5450,9 +5689,9 @@ interface Job_executionsRequestBuilderGetQueryParameters {
|
|
|
5450
5689
|
page?: number;
|
|
5451
5690
|
size?: number;
|
|
5452
5691
|
sort?: string;
|
|
5453
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
5692
|
+
sortOrder?: GetSortOrderQueryParameterType$k;
|
|
5454
5693
|
}
|
|
5455
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
5694
|
+
declare const GetSortOrderQueryParameterTypeObject$k: {
|
|
5456
5695
|
readonly DESC: "DESC";
|
|
5457
5696
|
readonly ASC: "ASC";
|
|
5458
5697
|
};
|
|
@@ -5460,6 +5699,63 @@ declare const Job_executionsGetResponse_objectObject: {
|
|
|
5460
5699
|
readonly List: "list";
|
|
5461
5700
|
};
|
|
5462
5701
|
|
|
5702
|
+
interface FindPostResponse$i extends AdditionalDataHolder, Parsable {
|
|
5703
|
+
/**
|
|
5704
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
5705
|
+
*/
|
|
5706
|
+
additionalData?: Record<string, unknown>;
|
|
5707
|
+
/**
|
|
5708
|
+
* The data property
|
|
5709
|
+
*/
|
|
5710
|
+
data?: JobDto[] | null;
|
|
5711
|
+
/**
|
|
5712
|
+
* The object property
|
|
5713
|
+
*/
|
|
5714
|
+
object?: FindPostResponse_object$i | null;
|
|
5715
|
+
/**
|
|
5716
|
+
* The totalElements property
|
|
5717
|
+
*/
|
|
5718
|
+
totalElements?: number | null;
|
|
5719
|
+
}
|
|
5720
|
+
type FindPostResponse_object$i = (typeof FindPostResponse_objectObject$i)[keyof typeof FindPostResponse_objectObject$i];
|
|
5721
|
+
/**
|
|
5722
|
+
* Builds and executes requests for operations under /v1/data_factory/jobs/find
|
|
5723
|
+
*/
|
|
5724
|
+
interface FindRequestBuilder$i extends BaseRequestBuilder<FindRequestBuilder$i> {
|
|
5725
|
+
/**
|
|
5726
|
+
* Find a list of Job
|
|
5727
|
+
* @param body The request body
|
|
5728
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
5729
|
+
* @returns {Promise<FindPostResponse>}
|
|
5730
|
+
* @throws {Find400Error} error when the service returns a 400 status code
|
|
5731
|
+
*/
|
|
5732
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$i> | undefined): Promise<FindPostResponse$i | undefined>;
|
|
5733
|
+
/**
|
|
5734
|
+
* Find a list of Job
|
|
5735
|
+
* @param body The request body
|
|
5736
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
5737
|
+
* @returns {RequestInformation}
|
|
5738
|
+
*/
|
|
5739
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$i> | undefined): RequestInformation;
|
|
5740
|
+
}
|
|
5741
|
+
/**
|
|
5742
|
+
* Find a list of Job
|
|
5743
|
+
*/
|
|
5744
|
+
interface FindRequestBuilderPostQueryParameters$i {
|
|
5745
|
+
page?: number;
|
|
5746
|
+
size?: number;
|
|
5747
|
+
sort?: string;
|
|
5748
|
+
sortOrder?: PostSortOrderQueryParameterType$j;
|
|
5749
|
+
}
|
|
5750
|
+
type PostSortOrderQueryParameterType$j = (typeof PostSortOrderQueryParameterTypeObject$j)[keyof typeof PostSortOrderQueryParameterTypeObject$j];
|
|
5751
|
+
declare const FindPostResponse_objectObject$i: {
|
|
5752
|
+
readonly List: "list";
|
|
5753
|
+
};
|
|
5754
|
+
declare const PostSortOrderQueryParameterTypeObject$j: {
|
|
5755
|
+
readonly DESC: "DESC";
|
|
5756
|
+
readonly ASC: "ASC";
|
|
5757
|
+
};
|
|
5758
|
+
|
|
5463
5759
|
/**
|
|
5464
5760
|
* Builds and executes requests for operations under /v1/data_factory/jobs/{id}/zip
|
|
5465
5761
|
*/
|
|
@@ -5519,7 +5815,7 @@ interface JobsItemRequestBuilder extends BaseRequestBuilder<JobsItemRequestBuild
|
|
|
5519
5815
|
toPutRequestInformation(body: UpdateJobDto, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
5520
5816
|
}
|
|
5521
5817
|
|
|
5522
|
-
type GetSortOrderQueryParameterType$
|
|
5818
|
+
type GetSortOrderQueryParameterType$j = (typeof GetSortOrderQueryParameterTypeObject$j)[keyof typeof GetSortOrderQueryParameterTypeObject$j];
|
|
5523
5819
|
interface JobsGetResponse extends AdditionalDataHolder, Parsable {
|
|
5524
5820
|
/**
|
|
5525
5821
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -5543,6 +5839,10 @@ type JobsGetResponse_object = (typeof JobsGetResponse_objectObject)[keyof typeof
|
|
|
5543
5839
|
* Builds and executes requests for operations under /v1/data_factory/jobs
|
|
5544
5840
|
*/
|
|
5545
5841
|
interface JobsRequestBuilder extends BaseRequestBuilder<JobsRequestBuilder> {
|
|
5842
|
+
/**
|
|
5843
|
+
* The find property
|
|
5844
|
+
*/
|
|
5845
|
+
get find(): FindRequestBuilder$i;
|
|
5546
5846
|
/**
|
|
5547
5847
|
* Gets an item from the ApiSdk.v1.data_factory.jobs.item collection
|
|
5548
5848
|
* @param id Unique identifier of the item
|
|
@@ -5585,9 +5885,9 @@ interface JobsRequestBuilderGetQueryParameters {
|
|
|
5585
5885
|
page?: number;
|
|
5586
5886
|
size?: number;
|
|
5587
5887
|
sort?: string;
|
|
5588
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
5888
|
+
sortOrder?: GetSortOrderQueryParameterType$j;
|
|
5589
5889
|
}
|
|
5590
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
5890
|
+
declare const GetSortOrderQueryParameterTypeObject$j: {
|
|
5591
5891
|
readonly DESC: "DESC";
|
|
5592
5892
|
readonly ASC: "ASC";
|
|
5593
5893
|
};
|
|
@@ -5595,7 +5895,7 @@ declare const JobsGetResponse_objectObject: {
|
|
|
5595
5895
|
readonly List: "list";
|
|
5596
5896
|
};
|
|
5597
5897
|
|
|
5598
|
-
interface FindPostResponse$
|
|
5898
|
+
interface FindPostResponse$h extends AdditionalDataHolder, Parsable {
|
|
5599
5899
|
/**
|
|
5600
5900
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
5601
5901
|
*/
|
|
@@ -5607,17 +5907,17 @@ interface FindPostResponse$g extends AdditionalDataHolder, Parsable {
|
|
|
5607
5907
|
/**
|
|
5608
5908
|
* The object property
|
|
5609
5909
|
*/
|
|
5610
|
-
object?: FindPostResponse_object$
|
|
5910
|
+
object?: FindPostResponse_object$h | null;
|
|
5611
5911
|
/**
|
|
5612
5912
|
* The totalElements property
|
|
5613
5913
|
*/
|
|
5614
5914
|
totalElements?: number | null;
|
|
5615
5915
|
}
|
|
5616
|
-
type FindPostResponse_object$
|
|
5916
|
+
type FindPostResponse_object$h = (typeof FindPostResponse_objectObject$h)[keyof typeof FindPostResponse_objectObject$h];
|
|
5617
5917
|
/**
|
|
5618
5918
|
* Builds and executes requests for operations under /v1/data_factory/projects/find
|
|
5619
5919
|
*/
|
|
5620
|
-
interface FindRequestBuilder$
|
|
5920
|
+
interface FindRequestBuilder$h extends BaseRequestBuilder<FindRequestBuilder$h> {
|
|
5621
5921
|
/**
|
|
5622
5922
|
* Find a list of Project
|
|
5623
5923
|
* @param body The request body
|
|
@@ -5625,29 +5925,29 @@ interface FindRequestBuilder$g extends BaseRequestBuilder<FindRequestBuilder$g>
|
|
|
5625
5925
|
* @returns {Promise<FindPostResponse>}
|
|
5626
5926
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
5627
5927
|
*/
|
|
5628
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5928
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$h> | undefined): Promise<FindPostResponse$h | undefined>;
|
|
5629
5929
|
/**
|
|
5630
5930
|
* Find a list of Project
|
|
5631
5931
|
* @param body The request body
|
|
5632
5932
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
5633
5933
|
* @returns {RequestInformation}
|
|
5634
5934
|
*/
|
|
5635
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
5935
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$h> | undefined): RequestInformation;
|
|
5636
5936
|
}
|
|
5637
5937
|
/**
|
|
5638
5938
|
* Find a list of Project
|
|
5639
5939
|
*/
|
|
5640
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
5940
|
+
interface FindRequestBuilderPostQueryParameters$h {
|
|
5641
5941
|
page?: number;
|
|
5642
5942
|
size?: number;
|
|
5643
5943
|
sort?: string;
|
|
5644
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
5944
|
+
sortOrder?: PostSortOrderQueryParameterType$i;
|
|
5645
5945
|
}
|
|
5646
|
-
type PostSortOrderQueryParameterType$
|
|
5647
|
-
declare const FindPostResponse_objectObject$
|
|
5946
|
+
type PostSortOrderQueryParameterType$i = (typeof PostSortOrderQueryParameterTypeObject$i)[keyof typeof PostSortOrderQueryParameterTypeObject$i];
|
|
5947
|
+
declare const FindPostResponse_objectObject$h: {
|
|
5648
5948
|
readonly List: "list";
|
|
5649
5949
|
};
|
|
5650
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
5950
|
+
declare const PostSortOrderQueryParameterTypeObject$i: {
|
|
5651
5951
|
readonly DESC: "DESC";
|
|
5652
5952
|
readonly ASC: "ASC";
|
|
5653
5953
|
};
|
|
@@ -5713,7 +6013,7 @@ interface ProjectsItemRequestBuilder extends BaseRequestBuilder<ProjectsItemRequ
|
|
|
5713
6013
|
toPutRequestInformation(body: ProjectDto, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
5714
6014
|
}
|
|
5715
6015
|
|
|
5716
|
-
type GetSortOrderQueryParameterType$
|
|
6016
|
+
type GetSortOrderQueryParameterType$i = (typeof GetSortOrderQueryParameterTypeObject$i)[keyof typeof GetSortOrderQueryParameterTypeObject$i];
|
|
5717
6017
|
interface ProjectsGetResponse extends AdditionalDataHolder, Parsable {
|
|
5718
6018
|
/**
|
|
5719
6019
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -5740,7 +6040,7 @@ interface ProjectsRequestBuilder extends BaseRequestBuilder<ProjectsRequestBuild
|
|
|
5740
6040
|
/**
|
|
5741
6041
|
* The find property
|
|
5742
6042
|
*/
|
|
5743
|
-
get find(): FindRequestBuilder$
|
|
6043
|
+
get find(): FindRequestBuilder$h;
|
|
5744
6044
|
/**
|
|
5745
6045
|
* Gets an item from the ApiSdk.v1.data_factory.projects.item collection
|
|
5746
6046
|
* @param id Unique identifier of the item
|
|
@@ -5783,9 +6083,9 @@ interface ProjectsRequestBuilderGetQueryParameters {
|
|
|
5783
6083
|
page?: number;
|
|
5784
6084
|
size?: number;
|
|
5785
6085
|
sort?: string;
|
|
5786
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
6086
|
+
sortOrder?: GetSortOrderQueryParameterType$i;
|
|
5787
6087
|
}
|
|
5788
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
6088
|
+
declare const GetSortOrderQueryParameterTypeObject$i: {
|
|
5789
6089
|
readonly DESC: "DESC";
|
|
5790
6090
|
readonly ASC: "ASC";
|
|
5791
6091
|
};
|
|
@@ -5908,7 +6208,7 @@ interface TasksItemRequestBuilder extends BaseRequestBuilder<TasksItemRequestBui
|
|
|
5908
6208
|
toPutRequestInformation(body: UpdateTaskDto, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
5909
6209
|
}
|
|
5910
6210
|
|
|
5911
|
-
type GetSortOrderQueryParameterType$
|
|
6211
|
+
type GetSortOrderQueryParameterType$h = (typeof GetSortOrderQueryParameterTypeObject$h)[keyof typeof GetSortOrderQueryParameterTypeObject$h];
|
|
5912
6212
|
interface TasksGetResponse extends AdditionalDataHolder, Parsable {
|
|
5913
6213
|
/**
|
|
5914
6214
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -5974,9 +6274,9 @@ interface TasksRequestBuilderGetQueryParameters {
|
|
|
5974
6274
|
page?: number;
|
|
5975
6275
|
size?: number;
|
|
5976
6276
|
sort?: string;
|
|
5977
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
6277
|
+
sortOrder?: GetSortOrderQueryParameterType$h;
|
|
5978
6278
|
}
|
|
5979
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
6279
|
+
declare const GetSortOrderQueryParameterTypeObject$h: {
|
|
5980
6280
|
readonly DESC: "DESC";
|
|
5981
6281
|
readonly ASC: "ASC";
|
|
5982
6282
|
};
|
|
@@ -5984,7 +6284,7 @@ declare const TasksGetResponse_objectObject: {
|
|
|
5984
6284
|
readonly List: "list";
|
|
5985
6285
|
};
|
|
5986
6286
|
|
|
5987
|
-
interface FindPostResponse$
|
|
6287
|
+
interface FindPostResponse$g extends AdditionalDataHolder, Parsable {
|
|
5988
6288
|
/**
|
|
5989
6289
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
5990
6290
|
*/
|
|
@@ -5996,17 +6296,17 @@ interface FindPostResponse$f extends AdditionalDataHolder, Parsable {
|
|
|
5996
6296
|
/**
|
|
5997
6297
|
* The object property
|
|
5998
6298
|
*/
|
|
5999
|
-
object?: FindPostResponse_object$
|
|
6299
|
+
object?: FindPostResponse_object$g | null;
|
|
6000
6300
|
/**
|
|
6001
6301
|
* The totalElements property
|
|
6002
6302
|
*/
|
|
6003
6303
|
totalElements?: number | null;
|
|
6004
6304
|
}
|
|
6005
|
-
type FindPostResponse_object$
|
|
6305
|
+
type FindPostResponse_object$g = (typeof FindPostResponse_objectObject$g)[keyof typeof FindPostResponse_objectObject$g];
|
|
6006
6306
|
/**
|
|
6007
6307
|
* Builds and executes requests for operations under /v1/data_factory/variables/find
|
|
6008
6308
|
*/
|
|
6009
|
-
interface FindRequestBuilder$
|
|
6309
|
+
interface FindRequestBuilder$g extends BaseRequestBuilder<FindRequestBuilder$g> {
|
|
6010
6310
|
/**
|
|
6011
6311
|
* Find a list of Variable
|
|
6012
6312
|
* @param body The request body
|
|
@@ -6014,29 +6314,29 @@ interface FindRequestBuilder$f extends BaseRequestBuilder<FindRequestBuilder$f>
|
|
|
6014
6314
|
* @returns {Promise<FindPostResponse>}
|
|
6015
6315
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
6016
6316
|
*/
|
|
6017
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
6317
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$g> | undefined): Promise<FindPostResponse$g | undefined>;
|
|
6018
6318
|
/**
|
|
6019
6319
|
* Find a list of Variable
|
|
6020
6320
|
* @param body The request body
|
|
6021
6321
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
6022
6322
|
* @returns {RequestInformation}
|
|
6023
6323
|
*/
|
|
6024
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
6324
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$g> | undefined): RequestInformation;
|
|
6025
6325
|
}
|
|
6026
6326
|
/**
|
|
6027
6327
|
* Find a list of Variable
|
|
6028
6328
|
*/
|
|
6029
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
6329
|
+
interface FindRequestBuilderPostQueryParameters$g {
|
|
6030
6330
|
page?: number;
|
|
6031
6331
|
size?: number;
|
|
6032
6332
|
sort?: string;
|
|
6033
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
6333
|
+
sortOrder?: PostSortOrderQueryParameterType$h;
|
|
6034
6334
|
}
|
|
6035
|
-
type PostSortOrderQueryParameterType$
|
|
6036
|
-
declare const FindPostResponse_objectObject$
|
|
6335
|
+
type PostSortOrderQueryParameterType$h = (typeof PostSortOrderQueryParameterTypeObject$h)[keyof typeof PostSortOrderQueryParameterTypeObject$h];
|
|
6336
|
+
declare const FindPostResponse_objectObject$g: {
|
|
6037
6337
|
readonly List: "list";
|
|
6038
6338
|
};
|
|
6039
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
6339
|
+
declare const PostSortOrderQueryParameterTypeObject$h: {
|
|
6040
6340
|
readonly DESC: "DESC";
|
|
6041
6341
|
readonly ASC: "ASC";
|
|
6042
6342
|
};
|
|
@@ -6075,7 +6375,7 @@ interface VariablesItemRequestBuilder extends BaseRequestBuilder<VariablesItemRe
|
|
|
6075
6375
|
toPutRequestInformation(body: UpdateVariableDto, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
6076
6376
|
}
|
|
6077
6377
|
|
|
6078
|
-
type GetSortOrderQueryParameterType$
|
|
6378
|
+
type GetSortOrderQueryParameterType$g = (typeof GetSortOrderQueryParameterTypeObject$g)[keyof typeof GetSortOrderQueryParameterTypeObject$g];
|
|
6079
6379
|
interface VariablesGetResponse extends AdditionalDataHolder, Parsable {
|
|
6080
6380
|
/**
|
|
6081
6381
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -6102,7 +6402,7 @@ interface VariablesRequestBuilder extends BaseRequestBuilder<VariablesRequestBui
|
|
|
6102
6402
|
/**
|
|
6103
6403
|
* The find property
|
|
6104
6404
|
*/
|
|
6105
|
-
get find(): FindRequestBuilder$
|
|
6405
|
+
get find(): FindRequestBuilder$g;
|
|
6106
6406
|
/**
|
|
6107
6407
|
* Gets an item from the ApiSdk.v1.data_factory.variables.item collection
|
|
6108
6408
|
* @param id Unique identifier of the item
|
|
@@ -6145,9 +6445,9 @@ interface VariablesRequestBuilderGetQueryParameters {
|
|
|
6145
6445
|
page?: number;
|
|
6146
6446
|
size?: number;
|
|
6147
6447
|
sort?: string;
|
|
6148
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
6448
|
+
sortOrder?: GetSortOrderQueryParameterType$g;
|
|
6149
6449
|
}
|
|
6150
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
6450
|
+
declare const GetSortOrderQueryParameterTypeObject$g: {
|
|
6151
6451
|
readonly DESC: "DESC";
|
|
6152
6452
|
readonly ASC: "ASC";
|
|
6153
6453
|
};
|
|
@@ -6189,7 +6489,7 @@ interface Data_factoryRequestBuilder extends BaseRequestBuilder<Data_factoryRequ
|
|
|
6189
6489
|
get variables(): VariablesRequestBuilder;
|
|
6190
6490
|
}
|
|
6191
6491
|
|
|
6192
|
-
interface FindPostResponse$
|
|
6492
|
+
interface FindPostResponse$f extends AdditionalDataHolder, Parsable {
|
|
6193
6493
|
/**
|
|
6194
6494
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6195
6495
|
*/
|
|
@@ -6201,17 +6501,17 @@ interface FindPostResponse$e extends AdditionalDataHolder, Parsable {
|
|
|
6201
6501
|
/**
|
|
6202
6502
|
* The object property
|
|
6203
6503
|
*/
|
|
6204
|
-
object?: FindPostResponse_object$
|
|
6504
|
+
object?: FindPostResponse_object$f | null;
|
|
6205
6505
|
/**
|
|
6206
6506
|
* The totalElements property
|
|
6207
6507
|
*/
|
|
6208
6508
|
totalElements?: number | null;
|
|
6209
6509
|
}
|
|
6210
|
-
type FindPostResponse_object$
|
|
6510
|
+
type FindPostResponse_object$f = (typeof FindPostResponse_objectObject$f)[keyof typeof FindPostResponse_objectObject$f];
|
|
6211
6511
|
/**
|
|
6212
6512
|
* Builds and executes requests for operations under /v1/field_values/find
|
|
6213
6513
|
*/
|
|
6214
|
-
interface FindRequestBuilder$
|
|
6514
|
+
interface FindRequestBuilder$f extends BaseRequestBuilder<FindRequestBuilder$f> {
|
|
6215
6515
|
/**
|
|
6216
6516
|
* Find a list of Field Value
|
|
6217
6517
|
* @param body The request body
|
|
@@ -6219,30 +6519,30 @@ interface FindRequestBuilder$e extends BaseRequestBuilder<FindRequestBuilder$e>
|
|
|
6219
6519
|
* @returns {Promise<FindPostResponse>}
|
|
6220
6520
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
6221
6521
|
*/
|
|
6222
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
6522
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$f> | undefined): Promise<FindPostResponse$f | undefined>;
|
|
6223
6523
|
/**
|
|
6224
6524
|
* Find a list of Field Value
|
|
6225
6525
|
* @param body The request body
|
|
6226
6526
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
6227
6527
|
* @returns {RequestInformation}
|
|
6228
6528
|
*/
|
|
6229
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
6529
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$f> | undefined): RequestInformation;
|
|
6230
6530
|
}
|
|
6231
6531
|
/**
|
|
6232
6532
|
* Find a list of Field Value
|
|
6233
6533
|
*/
|
|
6234
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
6534
|
+
interface FindRequestBuilderPostQueryParameters$f {
|
|
6235
6535
|
fieldId?: string;
|
|
6236
6536
|
page?: number;
|
|
6237
6537
|
size?: number;
|
|
6238
6538
|
sort?: string;
|
|
6239
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
6539
|
+
sortOrder?: PostSortOrderQueryParameterType$g;
|
|
6240
6540
|
}
|
|
6241
|
-
type PostSortOrderQueryParameterType$
|
|
6242
|
-
declare const FindPostResponse_objectObject$
|
|
6541
|
+
type PostSortOrderQueryParameterType$g = (typeof PostSortOrderQueryParameterTypeObject$g)[keyof typeof PostSortOrderQueryParameterTypeObject$g];
|
|
6542
|
+
declare const FindPostResponse_objectObject$f: {
|
|
6243
6543
|
readonly List: "list";
|
|
6244
6544
|
};
|
|
6245
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
6545
|
+
declare const PostSortOrderQueryParameterTypeObject$g: {
|
|
6246
6546
|
readonly DESC: "DESC";
|
|
6247
6547
|
readonly ASC: "ASC";
|
|
6248
6548
|
};
|
|
@@ -6292,7 +6592,7 @@ interface Field_valuesRequestBuilder extends BaseRequestBuilder<Field_valuesRequ
|
|
|
6292
6592
|
/**
|
|
6293
6593
|
* The find property
|
|
6294
6594
|
*/
|
|
6295
|
-
get find(): FindRequestBuilder$
|
|
6595
|
+
get find(): FindRequestBuilder$f;
|
|
6296
6596
|
/**
|
|
6297
6597
|
* Gets an item from the ApiSdk.v1.field_values.item collection
|
|
6298
6598
|
* @param id Unique identifier of the item
|
|
@@ -6321,18 +6621,18 @@ interface Field_valuesRequestBuilderGetQueryParameters {
|
|
|
6321
6621
|
page?: number;
|
|
6322
6622
|
size?: number;
|
|
6323
6623
|
sort?: string;
|
|
6324
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
6624
|
+
sortOrder?: GetSortOrderQueryParameterType$f;
|
|
6325
6625
|
}
|
|
6326
|
-
type GetSortOrderQueryParameterType$
|
|
6626
|
+
type GetSortOrderQueryParameterType$f = (typeof GetSortOrderQueryParameterTypeObject$f)[keyof typeof GetSortOrderQueryParameterTypeObject$f];
|
|
6327
6627
|
declare const Field_valuesGetResponse_objectObject: {
|
|
6328
6628
|
readonly List: "list";
|
|
6329
6629
|
};
|
|
6330
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
6630
|
+
declare const GetSortOrderQueryParameterTypeObject$f: {
|
|
6331
6631
|
readonly DESC: "DESC";
|
|
6332
6632
|
readonly ASC: "ASC";
|
|
6333
6633
|
};
|
|
6334
6634
|
|
|
6335
|
-
interface FindPostResponse$
|
|
6635
|
+
interface FindPostResponse$e extends AdditionalDataHolder, Parsable {
|
|
6336
6636
|
/**
|
|
6337
6637
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6338
6638
|
*/
|
|
@@ -6344,17 +6644,17 @@ interface FindPostResponse$d extends AdditionalDataHolder, Parsable {
|
|
|
6344
6644
|
/**
|
|
6345
6645
|
* The object property
|
|
6346
6646
|
*/
|
|
6347
|
-
object?: FindPostResponse_object$
|
|
6647
|
+
object?: FindPostResponse_object$e | null;
|
|
6348
6648
|
/**
|
|
6349
6649
|
* The totalElements property
|
|
6350
6650
|
*/
|
|
6351
6651
|
totalElements?: number | null;
|
|
6352
6652
|
}
|
|
6353
|
-
type FindPostResponse_object$
|
|
6653
|
+
type FindPostResponse_object$e = (typeof FindPostResponse_objectObject$e)[keyof typeof FindPostResponse_objectObject$e];
|
|
6354
6654
|
/**
|
|
6355
6655
|
* Builds and executes requests for operations under /v1/fields/find
|
|
6356
6656
|
*/
|
|
6357
|
-
interface FindRequestBuilder$
|
|
6657
|
+
interface FindRequestBuilder$e extends BaseRequestBuilder<FindRequestBuilder$e> {
|
|
6358
6658
|
/**
|
|
6359
6659
|
* Find a list of Field
|
|
6360
6660
|
* @param body The request body
|
|
@@ -6362,30 +6662,31 @@ interface FindRequestBuilder$d extends BaseRequestBuilder<FindRequestBuilder$d>
|
|
|
6362
6662
|
* @returns {Promise<FindPostResponse>}
|
|
6363
6663
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
6364
6664
|
*/
|
|
6365
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
6665
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$e> | undefined): Promise<FindPostResponse$e | undefined>;
|
|
6366
6666
|
/**
|
|
6367
6667
|
* Find a list of Field
|
|
6368
6668
|
* @param body The request body
|
|
6369
6669
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
6370
6670
|
* @returns {RequestInformation}
|
|
6371
6671
|
*/
|
|
6372
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
6672
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$e> | undefined): RequestInformation;
|
|
6373
6673
|
}
|
|
6374
6674
|
/**
|
|
6375
6675
|
* Find a list of Field
|
|
6376
6676
|
*/
|
|
6377
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
6677
|
+
interface FindRequestBuilderPostQueryParameters$e {
|
|
6378
6678
|
page?: number;
|
|
6679
|
+
parentId?: string;
|
|
6379
6680
|
size?: number;
|
|
6380
6681
|
sort?: string;
|
|
6381
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
6682
|
+
sortOrder?: PostSortOrderQueryParameterType$f;
|
|
6382
6683
|
tableId?: string;
|
|
6383
6684
|
}
|
|
6384
|
-
type PostSortOrderQueryParameterType$
|
|
6385
|
-
declare const FindPostResponse_objectObject$
|
|
6685
|
+
type PostSortOrderQueryParameterType$f = (typeof PostSortOrderQueryParameterTypeObject$f)[keyof typeof PostSortOrderQueryParameterTypeObject$f];
|
|
6686
|
+
declare const FindPostResponse_objectObject$e: {
|
|
6386
6687
|
readonly List: "list";
|
|
6387
6688
|
};
|
|
6388
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
6689
|
+
declare const PostSortOrderQueryParameterTypeObject$f: {
|
|
6389
6690
|
readonly DESC: "DESC";
|
|
6390
6691
|
readonly ASC: "ASC";
|
|
6391
6692
|
};
|
|
@@ -6450,7 +6751,7 @@ interface FieldsRequestBuilder extends BaseRequestBuilder<FieldsRequestBuilder>
|
|
|
6450
6751
|
/**
|
|
6451
6752
|
* The find property
|
|
6452
6753
|
*/
|
|
6453
|
-
get find(): FindRequestBuilder$
|
|
6754
|
+
get find(): FindRequestBuilder$e;
|
|
6454
6755
|
/**
|
|
6455
6756
|
* Gets an item from the ApiSdk.v1.fields.item collection
|
|
6456
6757
|
* @param id Unique identifier of the item
|
|
@@ -6476,21 +6777,22 @@ interface FieldsRequestBuilder extends BaseRequestBuilder<FieldsRequestBuilder>
|
|
|
6476
6777
|
*/
|
|
6477
6778
|
interface FieldsRequestBuilderGetQueryParameters {
|
|
6478
6779
|
page?: number;
|
|
6780
|
+
parentId?: string;
|
|
6479
6781
|
size?: number;
|
|
6480
6782
|
sort?: string;
|
|
6481
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
6783
|
+
sortOrder?: GetSortOrderQueryParameterType$e;
|
|
6482
6784
|
tableId?: string;
|
|
6483
6785
|
}
|
|
6484
|
-
type GetSortOrderQueryParameterType$
|
|
6786
|
+
type GetSortOrderQueryParameterType$e = (typeof GetSortOrderQueryParameterTypeObject$e)[keyof typeof GetSortOrderQueryParameterTypeObject$e];
|
|
6485
6787
|
declare const FieldsGetResponse_objectObject: {
|
|
6486
6788
|
readonly List: "list";
|
|
6487
6789
|
};
|
|
6488
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
6790
|
+
declare const GetSortOrderQueryParameterTypeObject$e: {
|
|
6489
6791
|
readonly DESC: "DESC";
|
|
6490
6792
|
readonly ASC: "ASC";
|
|
6491
6793
|
};
|
|
6492
6794
|
|
|
6493
|
-
interface FindPostResponse$
|
|
6795
|
+
interface FindPostResponse$d extends AdditionalDataHolder, Parsable {
|
|
6494
6796
|
/**
|
|
6495
6797
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6496
6798
|
*/
|
|
@@ -6502,17 +6804,17 @@ interface FindPostResponse$c extends AdditionalDataHolder, Parsable {
|
|
|
6502
6804
|
/**
|
|
6503
6805
|
* The object property
|
|
6504
6806
|
*/
|
|
6505
|
-
object?: FindPostResponse_object$
|
|
6807
|
+
object?: FindPostResponse_object$d | null;
|
|
6506
6808
|
/**
|
|
6507
6809
|
* The totalElements property
|
|
6508
6810
|
*/
|
|
6509
6811
|
totalElements?: number | null;
|
|
6510
6812
|
}
|
|
6511
|
-
type FindPostResponse_object$
|
|
6813
|
+
type FindPostResponse_object$d = (typeof FindPostResponse_objectObject$d)[keyof typeof FindPostResponse_objectObject$d];
|
|
6512
6814
|
/**
|
|
6513
6815
|
* Builds and executes requests for operations under /v1/item_links/find
|
|
6514
6816
|
*/
|
|
6515
|
-
interface FindRequestBuilder$
|
|
6817
|
+
interface FindRequestBuilder$d extends BaseRequestBuilder<FindRequestBuilder$d> {
|
|
6516
6818
|
/**
|
|
6517
6819
|
* Find a list of Item link
|
|
6518
6820
|
* @param body The request body
|
|
@@ -6520,30 +6822,30 @@ interface FindRequestBuilder$c extends BaseRequestBuilder<FindRequestBuilder$c>
|
|
|
6520
6822
|
* @returns {Promise<FindPostResponse>}
|
|
6521
6823
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
6522
6824
|
*/
|
|
6523
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
6825
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$d> | undefined): Promise<FindPostResponse$d | undefined>;
|
|
6524
6826
|
/**
|
|
6525
6827
|
* Find a list of Item link
|
|
6526
6828
|
* @param body The request body
|
|
6527
6829
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
6528
6830
|
* @returns {RequestInformation}
|
|
6529
6831
|
*/
|
|
6530
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
6832
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$d> | undefined): RequestInformation;
|
|
6531
6833
|
}
|
|
6532
6834
|
/**
|
|
6533
6835
|
* Find a list of Item link
|
|
6534
6836
|
*/
|
|
6535
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
6837
|
+
interface FindRequestBuilderPostQueryParameters$d {
|
|
6536
6838
|
page?: number;
|
|
6537
6839
|
size?: number;
|
|
6538
6840
|
sort?: string;
|
|
6539
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
6841
|
+
sortOrder?: PostSortOrderQueryParameterType$e;
|
|
6540
6842
|
tableId?: string;
|
|
6541
6843
|
}
|
|
6542
|
-
type PostSortOrderQueryParameterType$
|
|
6543
|
-
declare const FindPostResponse_objectObject$
|
|
6844
|
+
type PostSortOrderQueryParameterType$e = (typeof PostSortOrderQueryParameterTypeObject$e)[keyof typeof PostSortOrderQueryParameterTypeObject$e];
|
|
6845
|
+
declare const FindPostResponse_objectObject$d: {
|
|
6544
6846
|
readonly List: "list";
|
|
6545
6847
|
};
|
|
6546
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
6848
|
+
declare const PostSortOrderQueryParameterTypeObject$e: {
|
|
6547
6849
|
readonly DESC: "DESC";
|
|
6548
6850
|
readonly ASC: "ASC";
|
|
6549
6851
|
};
|
|
@@ -6579,7 +6881,7 @@ interface Item_linksItemRequestBuilder extends BaseRequestBuilder<Item_linksItem
|
|
|
6579
6881
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
6580
6882
|
}
|
|
6581
6883
|
|
|
6582
|
-
type GetSortOrderQueryParameterType$
|
|
6884
|
+
type GetSortOrderQueryParameterType$d = (typeof GetSortOrderQueryParameterTypeObject$d)[keyof typeof GetSortOrderQueryParameterTypeObject$d];
|
|
6583
6885
|
interface Item_linksGetResponse extends AdditionalDataHolder, Parsable {
|
|
6584
6886
|
/**
|
|
6585
6887
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -6606,7 +6908,7 @@ interface Item_linksRequestBuilder extends BaseRequestBuilder<Item_linksRequestB
|
|
|
6606
6908
|
/**
|
|
6607
6909
|
* The find property
|
|
6608
6910
|
*/
|
|
6609
|
-
get find(): FindRequestBuilder$
|
|
6911
|
+
get find(): FindRequestBuilder$d;
|
|
6610
6912
|
/**
|
|
6611
6913
|
* Gets an item from the ApiSdk.v1.item_links.item collection
|
|
6612
6914
|
* @param id Unique identifier of the item
|
|
@@ -6649,10 +6951,10 @@ interface Item_linksRequestBuilderGetQueryParameters {
|
|
|
6649
6951
|
page?: number;
|
|
6650
6952
|
size?: number;
|
|
6651
6953
|
sort?: string;
|
|
6652
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
6954
|
+
sortOrder?: GetSortOrderQueryParameterType$d;
|
|
6653
6955
|
tableId?: string;
|
|
6654
6956
|
}
|
|
6655
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
6957
|
+
declare const GetSortOrderQueryParameterTypeObject$d: {
|
|
6656
6958
|
readonly DESC: "DESC";
|
|
6657
6959
|
readonly ASC: "ASC";
|
|
6658
6960
|
};
|
|
@@ -6660,7 +6962,7 @@ declare const Item_linksGetResponse_objectObject: {
|
|
|
6660
6962
|
readonly List: "list";
|
|
6661
6963
|
};
|
|
6662
6964
|
|
|
6663
|
-
type PostSortOrderQueryParameterType$
|
|
6965
|
+
type PostSortOrderQueryParameterType$d = (typeof PostSortOrderQueryParameterTypeObject$d)[keyof typeof PostSortOrderQueryParameterTypeObject$d];
|
|
6664
6966
|
/**
|
|
6665
6967
|
* Builds and executes requests for operations under /v1/items/find/table/{tableId}/partition/{partitionId}/level/{levelId}
|
|
6666
6968
|
*/
|
|
@@ -6690,7 +6992,7 @@ interface WithLevelItemRequestBuilderPostQueryParameters {
|
|
|
6690
6992
|
page?: number;
|
|
6691
6993
|
size?: number;
|
|
6692
6994
|
sort?: string;
|
|
6693
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
6995
|
+
sortOrder?: PostSortOrderQueryParameterType$d;
|
|
6694
6996
|
}
|
|
6695
6997
|
interface WithLevelPostResponse extends AdditionalDataHolder, Parsable {
|
|
6696
6998
|
/**
|
|
@@ -6711,7 +7013,7 @@ interface WithLevelPostResponse extends AdditionalDataHolder, Parsable {
|
|
|
6711
7013
|
totalElements?: number | null;
|
|
6712
7014
|
}
|
|
6713
7015
|
type WithLevelPostResponse_object = (typeof WithLevelPostResponse_objectObject)[keyof typeof WithLevelPostResponse_objectObject];
|
|
6714
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
7016
|
+
declare const PostSortOrderQueryParameterTypeObject$d: {
|
|
6715
7017
|
readonly DESC: "DESC";
|
|
6716
7018
|
readonly ASC: "ASC";
|
|
6717
7019
|
};
|
|
@@ -6776,7 +7078,7 @@ interface TableRequestBuilder extends BaseRequestBuilder<TableRequestBuilder> {
|
|
|
6776
7078
|
byTableId(tableId: string): WithTableItemRequestBuilder;
|
|
6777
7079
|
}
|
|
6778
7080
|
|
|
6779
|
-
interface FindPostResponse$
|
|
7081
|
+
interface FindPostResponse$c extends AdditionalDataHolder, Parsable {
|
|
6780
7082
|
/**
|
|
6781
7083
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6782
7084
|
*/
|
|
@@ -6788,17 +7090,17 @@ interface FindPostResponse$b extends AdditionalDataHolder, Parsable {
|
|
|
6788
7090
|
/**
|
|
6789
7091
|
* The object property
|
|
6790
7092
|
*/
|
|
6791
|
-
object?: FindPostResponse_object$
|
|
7093
|
+
object?: FindPostResponse_object$c | null;
|
|
6792
7094
|
/**
|
|
6793
7095
|
* The totalElements property
|
|
6794
7096
|
*/
|
|
6795
7097
|
totalElements?: number | null;
|
|
6796
7098
|
}
|
|
6797
|
-
type FindPostResponse_object$
|
|
7099
|
+
type FindPostResponse_object$c = (typeof FindPostResponse_objectObject$c)[keyof typeof FindPostResponse_objectObject$c];
|
|
6798
7100
|
/**
|
|
6799
7101
|
* Builds and executes requests for operations under /v1/items/find
|
|
6800
7102
|
*/
|
|
6801
|
-
interface FindRequestBuilder$
|
|
7103
|
+
interface FindRequestBuilder$c extends BaseRequestBuilder<FindRequestBuilder$c> {
|
|
6802
7104
|
/**
|
|
6803
7105
|
* The table property
|
|
6804
7106
|
*/
|
|
@@ -6810,34 +7112,31 @@ interface FindRequestBuilder$b extends BaseRequestBuilder<FindRequestBuilder$b>
|
|
|
6810
7112
|
* @returns {Promise<FindPostResponse>}
|
|
6811
7113
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
6812
7114
|
*/
|
|
6813
|
-
post(body: FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7115
|
+
post(body: FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$c> | undefined): Promise<FindPostResponse$c | undefined>;
|
|
6814
7116
|
/**
|
|
6815
7117
|
* Find a list of Item
|
|
6816
7118
|
* @param body The request body
|
|
6817
7119
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
6818
7120
|
* @returns {RequestInformation}
|
|
6819
7121
|
*/
|
|
6820
|
-
toPostRequestInformation(body: FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7122
|
+
toPostRequestInformation(body: FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$c> | undefined): RequestInformation;
|
|
6821
7123
|
}
|
|
6822
7124
|
/**
|
|
6823
7125
|
* Find a list of Item
|
|
6824
7126
|
*/
|
|
6825
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
6826
|
-
/**
|
|
6827
|
-
* Level id is optional for mono level tables but mandatory in case of multi levels. It is used to target the level of the items to return.
|
|
6828
|
-
*/
|
|
7127
|
+
interface FindRequestBuilderPostQueryParameters$c {
|
|
6829
7128
|
levelId?: string;
|
|
6830
7129
|
page?: number;
|
|
6831
7130
|
partitionId?: string;
|
|
6832
7131
|
size?: number;
|
|
6833
7132
|
sort?: string;
|
|
6834
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
7133
|
+
sortOrder?: PostSortOrderQueryParameterType$c;
|
|
6835
7134
|
}
|
|
6836
|
-
type PostSortOrderQueryParameterType$
|
|
6837
|
-
declare const FindPostResponse_objectObject$
|
|
7135
|
+
type PostSortOrderQueryParameterType$c = (typeof PostSortOrderQueryParameterTypeObject$c)[keyof typeof PostSortOrderQueryParameterTypeObject$c];
|
|
7136
|
+
declare const FindPostResponse_objectObject$c: {
|
|
6838
7137
|
readonly List: "list";
|
|
6839
7138
|
};
|
|
6840
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
7139
|
+
declare const PostSortOrderQueryParameterTypeObject$c: {
|
|
6841
7140
|
readonly DESC: "DESC";
|
|
6842
7141
|
readonly ASC: "ASC";
|
|
6843
7142
|
};
|
|
@@ -6861,7 +7160,7 @@ interface ItemsItemRequestBuilder extends BaseRequestBuilder<ItemsItemRequestBui
|
|
|
6861
7160
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
6862
7161
|
}
|
|
6863
7162
|
|
|
6864
|
-
type GetSortOrderQueryParameterType$
|
|
7163
|
+
type GetSortOrderQueryParameterType$c = (typeof GetSortOrderQueryParameterTypeObject$c)[keyof typeof GetSortOrderQueryParameterTypeObject$c];
|
|
6865
7164
|
interface ItemsGetResponse extends AdditionalDataHolder, Parsable {
|
|
6866
7165
|
/**
|
|
6867
7166
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -6889,7 +7188,7 @@ interface ItemsRequestBuilder extends BaseRequestBuilder<ItemsRequestBuilder> {
|
|
|
6889
7188
|
* The find property
|
|
6890
7189
|
* @deprecated
|
|
6891
7190
|
*/
|
|
6892
|
-
get find(): FindRequestBuilder$
|
|
7191
|
+
get find(): FindRequestBuilder$c;
|
|
6893
7192
|
/**
|
|
6894
7193
|
* Gets an item from the ApiSdk.v1.items.item collection
|
|
6895
7194
|
* @param id Unique identifier of the item
|
|
@@ -6919,9 +7218,9 @@ interface ItemsRequestBuilderGetQueryParameters {
|
|
|
6919
7218
|
page?: number;
|
|
6920
7219
|
size?: number;
|
|
6921
7220
|
sort?: string;
|
|
6922
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
7221
|
+
sortOrder?: GetSortOrderQueryParameterType$c;
|
|
6923
7222
|
}
|
|
6924
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
7223
|
+
declare const GetSortOrderQueryParameterTypeObject$c: {
|
|
6925
7224
|
readonly DESC: "DESC";
|
|
6926
7225
|
readonly ASC: "ASC";
|
|
6927
7226
|
};
|
|
@@ -6929,7 +7228,7 @@ declare const ItemsGetResponse_objectObject: {
|
|
|
6929
7228
|
readonly List: "list";
|
|
6930
7229
|
};
|
|
6931
7230
|
|
|
6932
|
-
interface FindPostResponse$
|
|
7231
|
+
interface FindPostResponse$b extends AdditionalDataHolder, Parsable {
|
|
6933
7232
|
/**
|
|
6934
7233
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6935
7234
|
*/
|
|
@@ -6941,17 +7240,17 @@ interface FindPostResponse$a extends AdditionalDataHolder, Parsable {
|
|
|
6941
7240
|
/**
|
|
6942
7241
|
* The object property
|
|
6943
7242
|
*/
|
|
6944
|
-
object?: FindPostResponse_object$
|
|
7243
|
+
object?: FindPostResponse_object$b | null;
|
|
6945
7244
|
/**
|
|
6946
7245
|
* The totalElements property
|
|
6947
7246
|
*/
|
|
6948
7247
|
totalElements?: number | null;
|
|
6949
7248
|
}
|
|
6950
|
-
type FindPostResponse_object$
|
|
7249
|
+
type FindPostResponse_object$b = (typeof FindPostResponse_objectObject$b)[keyof typeof FindPostResponse_objectObject$b];
|
|
6951
7250
|
/**
|
|
6952
7251
|
* Builds and executes requests for operations under /v1/levels/find
|
|
6953
7252
|
*/
|
|
6954
|
-
interface FindRequestBuilder$
|
|
7253
|
+
interface FindRequestBuilder$b extends BaseRequestBuilder<FindRequestBuilder$b> {
|
|
6955
7254
|
/**
|
|
6956
7255
|
* Find a list of Level
|
|
6957
7256
|
* @param body The request body
|
|
@@ -6959,30 +7258,30 @@ interface FindRequestBuilder$a extends BaseRequestBuilder<FindRequestBuilder$a>
|
|
|
6959
7258
|
* @returns {Promise<FindPostResponse>}
|
|
6960
7259
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
6961
7260
|
*/
|
|
6962
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7261
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$b> | undefined): Promise<FindPostResponse$b | undefined>;
|
|
6963
7262
|
/**
|
|
6964
7263
|
* Find a list of Level
|
|
6965
7264
|
* @param body The request body
|
|
6966
7265
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
6967
7266
|
* @returns {RequestInformation}
|
|
6968
7267
|
*/
|
|
6969
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7268
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$b> | undefined): RequestInformation;
|
|
6970
7269
|
}
|
|
6971
7270
|
/**
|
|
6972
7271
|
* Find a list of Level
|
|
6973
7272
|
*/
|
|
6974
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
7273
|
+
interface FindRequestBuilderPostQueryParameters$b {
|
|
6975
7274
|
page?: number;
|
|
6976
7275
|
size?: number;
|
|
6977
7276
|
sort?: string;
|
|
6978
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
7277
|
+
sortOrder?: PostSortOrderQueryParameterType$b;
|
|
6979
7278
|
tableId?: string;
|
|
6980
7279
|
}
|
|
6981
|
-
type PostSortOrderQueryParameterType$
|
|
6982
|
-
declare const FindPostResponse_objectObject$
|
|
7280
|
+
type PostSortOrderQueryParameterType$b = (typeof PostSortOrderQueryParameterTypeObject$b)[keyof typeof PostSortOrderQueryParameterTypeObject$b];
|
|
7281
|
+
declare const FindPostResponse_objectObject$b: {
|
|
6983
7282
|
readonly List: "list";
|
|
6984
7283
|
};
|
|
6985
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
7284
|
+
declare const PostSortOrderQueryParameterTypeObject$b: {
|
|
6986
7285
|
readonly DESC: "DESC";
|
|
6987
7286
|
readonly ASC: "ASC";
|
|
6988
7287
|
};
|
|
@@ -7006,7 +7305,7 @@ interface LevelsItemRequestBuilder extends BaseRequestBuilder<LevelsItemRequestB
|
|
|
7006
7305
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
7007
7306
|
}
|
|
7008
7307
|
|
|
7009
|
-
type GetSortOrderQueryParameterType$
|
|
7308
|
+
type GetSortOrderQueryParameterType$b = (typeof GetSortOrderQueryParameterTypeObject$b)[keyof typeof GetSortOrderQueryParameterTypeObject$b];
|
|
7010
7309
|
interface LevelsGetResponse extends AdditionalDataHolder, Parsable {
|
|
7011
7310
|
/**
|
|
7012
7311
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -7033,7 +7332,7 @@ interface LevelsRequestBuilder extends BaseRequestBuilder<LevelsRequestBuilder>
|
|
|
7033
7332
|
/**
|
|
7034
7333
|
* The find property
|
|
7035
7334
|
*/
|
|
7036
|
-
get find(): FindRequestBuilder$
|
|
7335
|
+
get find(): FindRequestBuilder$b;
|
|
7037
7336
|
/**
|
|
7038
7337
|
* Gets an item from the ApiSdk.v1.levels.item collection
|
|
7039
7338
|
* @param id Unique identifier of the item
|
|
@@ -7061,10 +7360,10 @@ interface LevelsRequestBuilderGetQueryParameters {
|
|
|
7061
7360
|
page?: number;
|
|
7062
7361
|
size?: number;
|
|
7063
7362
|
sort?: string;
|
|
7064
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
7363
|
+
sortOrder?: GetSortOrderQueryParameterType$b;
|
|
7065
7364
|
tableId?: string;
|
|
7066
7365
|
}
|
|
7067
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
7366
|
+
declare const GetSortOrderQueryParameterTypeObject$b: {
|
|
7068
7367
|
readonly DESC: "DESC";
|
|
7069
7368
|
readonly ASC: "ASC";
|
|
7070
7369
|
};
|
|
@@ -7072,7 +7371,7 @@ declare const LevelsGetResponse_objectObject: {
|
|
|
7072
7371
|
readonly List: "list";
|
|
7073
7372
|
};
|
|
7074
7373
|
|
|
7075
|
-
interface FindPostResponse$
|
|
7374
|
+
interface FindPostResponse$a extends AdditionalDataHolder, Parsable {
|
|
7076
7375
|
/**
|
|
7077
7376
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
7078
7377
|
*/
|
|
@@ -7084,17 +7383,17 @@ interface FindPostResponse$9 extends AdditionalDataHolder, Parsable {
|
|
|
7084
7383
|
/**
|
|
7085
7384
|
* The object property
|
|
7086
7385
|
*/
|
|
7087
|
-
object?: FindPostResponse_object$
|
|
7386
|
+
object?: FindPostResponse_object$a | null;
|
|
7088
7387
|
/**
|
|
7089
7388
|
* The totalElements property
|
|
7090
7389
|
*/
|
|
7091
7390
|
totalElements?: number | null;
|
|
7092
7391
|
}
|
|
7093
|
-
type FindPostResponse_object$
|
|
7392
|
+
type FindPostResponse_object$a = (typeof FindPostResponse_objectObject$a)[keyof typeof FindPostResponse_objectObject$a];
|
|
7094
7393
|
/**
|
|
7095
7394
|
* Builds and executes requests for operations under /v1/matrix_fields/find
|
|
7096
7395
|
*/
|
|
7097
|
-
interface FindRequestBuilder$
|
|
7396
|
+
interface FindRequestBuilder$a extends BaseRequestBuilder<FindRequestBuilder$a> {
|
|
7098
7397
|
/**
|
|
7099
7398
|
* Find a list of Matrix Field
|
|
7100
7399
|
* @param body The request body
|
|
@@ -7102,30 +7401,30 @@ interface FindRequestBuilder$9 extends BaseRequestBuilder<FindRequestBuilder$9>
|
|
|
7102
7401
|
* @returns {Promise<FindPostResponse>}
|
|
7103
7402
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
7104
7403
|
*/
|
|
7105
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7404
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$a> | undefined): Promise<FindPostResponse$a | undefined>;
|
|
7106
7405
|
/**
|
|
7107
7406
|
* Find a list of Matrix Field
|
|
7108
7407
|
* @param body The request body
|
|
7109
7408
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
7110
7409
|
* @returns {RequestInformation}
|
|
7111
7410
|
*/
|
|
7112
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7411
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$a> | undefined): RequestInformation;
|
|
7113
7412
|
}
|
|
7114
7413
|
/**
|
|
7115
7414
|
* Find a list of Matrix Field
|
|
7116
7415
|
*/
|
|
7117
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
7416
|
+
interface FindRequestBuilderPostQueryParameters$a {
|
|
7118
7417
|
page?: number;
|
|
7119
7418
|
size?: number;
|
|
7120
7419
|
sort?: string;
|
|
7121
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
7420
|
+
sortOrder?: PostSortOrderQueryParameterType$a;
|
|
7122
7421
|
tableId?: string;
|
|
7123
7422
|
}
|
|
7124
|
-
type PostSortOrderQueryParameterType$
|
|
7125
|
-
declare const FindPostResponse_objectObject$
|
|
7423
|
+
type PostSortOrderQueryParameterType$a = (typeof PostSortOrderQueryParameterTypeObject$a)[keyof typeof PostSortOrderQueryParameterTypeObject$a];
|
|
7424
|
+
declare const FindPostResponse_objectObject$a: {
|
|
7126
7425
|
readonly List: "list";
|
|
7127
7426
|
};
|
|
7128
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
7427
|
+
declare const PostSortOrderQueryParameterTypeObject$a: {
|
|
7129
7428
|
readonly DESC: "DESC";
|
|
7130
7429
|
readonly ASC: "ASC";
|
|
7131
7430
|
};
|
|
@@ -7149,7 +7448,7 @@ interface Matrix_fieldsItemRequestBuilder extends BaseRequestBuilder<Matrix_fiel
|
|
|
7149
7448
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
7150
7449
|
}
|
|
7151
7450
|
|
|
7152
|
-
type GetSortOrderQueryParameterType$
|
|
7451
|
+
type GetSortOrderQueryParameterType$a = (typeof GetSortOrderQueryParameterTypeObject$a)[keyof typeof GetSortOrderQueryParameterTypeObject$a];
|
|
7153
7452
|
interface Matrix_fieldsGetResponse extends AdditionalDataHolder, Parsable {
|
|
7154
7453
|
/**
|
|
7155
7454
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -7176,7 +7475,7 @@ interface Matrix_fieldsRequestBuilder extends BaseRequestBuilder<Matrix_fieldsRe
|
|
|
7176
7475
|
/**
|
|
7177
7476
|
* The find property
|
|
7178
7477
|
*/
|
|
7179
|
-
get find(): FindRequestBuilder$
|
|
7478
|
+
get find(): FindRequestBuilder$a;
|
|
7180
7479
|
/**
|
|
7181
7480
|
* Gets an item from the ApiSdk.v1.matrix_fields.item collection
|
|
7182
7481
|
* @param id Unique identifier of the item
|
|
@@ -7204,10 +7503,10 @@ interface Matrix_fieldsRequestBuilderGetQueryParameters {
|
|
|
7204
7503
|
page?: number;
|
|
7205
7504
|
size?: number;
|
|
7206
7505
|
sort?: string;
|
|
7207
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
7506
|
+
sortOrder?: GetSortOrderQueryParameterType$a;
|
|
7208
7507
|
tableId?: string;
|
|
7209
7508
|
}
|
|
7210
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
7509
|
+
declare const GetSortOrderQueryParameterTypeObject$a: {
|
|
7211
7510
|
readonly DESC: "DESC";
|
|
7212
7511
|
readonly ASC: "ASC";
|
|
7213
7512
|
};
|
|
@@ -7215,7 +7514,7 @@ declare const Matrix_fieldsGetResponse_objectObject: {
|
|
|
7215
7514
|
readonly List: "list";
|
|
7216
7515
|
};
|
|
7217
7516
|
|
|
7218
|
-
interface FindPostResponse$
|
|
7517
|
+
interface FindPostResponse$9 extends AdditionalDataHolder, Parsable {
|
|
7219
7518
|
/**
|
|
7220
7519
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
7221
7520
|
*/
|
|
@@ -7227,17 +7526,17 @@ interface FindPostResponse$8 extends AdditionalDataHolder, Parsable {
|
|
|
7227
7526
|
/**
|
|
7228
7527
|
* The object property
|
|
7229
7528
|
*/
|
|
7230
|
-
object?: FindPostResponse_object$
|
|
7529
|
+
object?: FindPostResponse_object$9 | null;
|
|
7231
7530
|
/**
|
|
7232
7531
|
* The totalElements property
|
|
7233
7532
|
*/
|
|
7234
7533
|
totalElements?: number | null;
|
|
7235
7534
|
}
|
|
7236
|
-
type FindPostResponse_object$
|
|
7535
|
+
type FindPostResponse_object$9 = (typeof FindPostResponse_objectObject$9)[keyof typeof FindPostResponse_objectObject$9];
|
|
7237
7536
|
/**
|
|
7238
7537
|
* Builds and executes requests for operations under /v1/partitions/find
|
|
7239
7538
|
*/
|
|
7240
|
-
interface FindRequestBuilder$
|
|
7539
|
+
interface FindRequestBuilder$9 extends BaseRequestBuilder<FindRequestBuilder$9> {
|
|
7241
7540
|
/**
|
|
7242
7541
|
* Find a list of Partition
|
|
7243
7542
|
* @param body The request body
|
|
@@ -7245,30 +7544,30 @@ interface FindRequestBuilder$8 extends BaseRequestBuilder<FindRequestBuilder$8>
|
|
|
7245
7544
|
* @returns {Promise<FindPostResponse>}
|
|
7246
7545
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
7247
7546
|
*/
|
|
7248
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7547
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$9> | undefined): Promise<FindPostResponse$9 | undefined>;
|
|
7249
7548
|
/**
|
|
7250
7549
|
* Find a list of Partition
|
|
7251
7550
|
* @param body The request body
|
|
7252
7551
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
7253
7552
|
* @returns {RequestInformation}
|
|
7254
7553
|
*/
|
|
7255
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7554
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$9> | undefined): RequestInformation;
|
|
7256
7555
|
}
|
|
7257
7556
|
/**
|
|
7258
7557
|
* Find a list of Partition
|
|
7259
7558
|
*/
|
|
7260
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
7559
|
+
interface FindRequestBuilderPostQueryParameters$9 {
|
|
7261
7560
|
page?: number;
|
|
7262
7561
|
size?: number;
|
|
7263
7562
|
sort?: string;
|
|
7264
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
7563
|
+
sortOrder?: PostSortOrderQueryParameterType$9;
|
|
7265
7564
|
tableId?: string;
|
|
7266
7565
|
}
|
|
7267
|
-
type PostSortOrderQueryParameterType$
|
|
7268
|
-
declare const FindPostResponse_objectObject$
|
|
7566
|
+
type PostSortOrderQueryParameterType$9 = (typeof PostSortOrderQueryParameterTypeObject$9)[keyof typeof PostSortOrderQueryParameterTypeObject$9];
|
|
7567
|
+
declare const FindPostResponse_objectObject$9: {
|
|
7269
7568
|
readonly List: "list";
|
|
7270
7569
|
};
|
|
7271
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
7570
|
+
declare const PostSortOrderQueryParameterTypeObject$9: {
|
|
7272
7571
|
readonly DESC: "DESC";
|
|
7273
7572
|
readonly ASC: "ASC";
|
|
7274
7573
|
};
|
|
@@ -7292,7 +7591,7 @@ interface PartitionsItemRequestBuilder extends BaseRequestBuilder<PartitionsItem
|
|
|
7292
7591
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
7293
7592
|
}
|
|
7294
7593
|
|
|
7295
|
-
type GetSortOrderQueryParameterType$
|
|
7594
|
+
type GetSortOrderQueryParameterType$9 = (typeof GetSortOrderQueryParameterTypeObject$9)[keyof typeof GetSortOrderQueryParameterTypeObject$9];
|
|
7296
7595
|
interface PartitionsGetResponse extends AdditionalDataHolder, Parsable {
|
|
7297
7596
|
/**
|
|
7298
7597
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -7319,7 +7618,7 @@ interface PartitionsRequestBuilder extends BaseRequestBuilder<PartitionsRequestB
|
|
|
7319
7618
|
/**
|
|
7320
7619
|
* The find property
|
|
7321
7620
|
*/
|
|
7322
|
-
get find(): FindRequestBuilder$
|
|
7621
|
+
get find(): FindRequestBuilder$9;
|
|
7323
7622
|
/**
|
|
7324
7623
|
* Gets an item from the ApiSdk.v1.partitions.item collection
|
|
7325
7624
|
* @param id Unique identifier of the item
|
|
@@ -7347,10 +7646,10 @@ interface PartitionsRequestBuilderGetQueryParameters {
|
|
|
7347
7646
|
page?: number;
|
|
7348
7647
|
size?: number;
|
|
7349
7648
|
sort?: string;
|
|
7350
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
7649
|
+
sortOrder?: GetSortOrderQueryParameterType$9;
|
|
7351
7650
|
tableId?: string;
|
|
7352
7651
|
}
|
|
7353
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
7652
|
+
declare const GetSortOrderQueryParameterTypeObject$9: {
|
|
7354
7653
|
readonly DESC: "DESC";
|
|
7355
7654
|
readonly ASC: "ASC";
|
|
7356
7655
|
};
|
|
@@ -7358,7 +7657,7 @@ declare const PartitionsGetResponse_objectObject: {
|
|
|
7358
7657
|
readonly List: "list";
|
|
7359
7658
|
};
|
|
7360
7659
|
|
|
7361
|
-
interface FindPostResponse$
|
|
7660
|
+
interface FindPostResponse$8 extends AdditionalDataHolder, Parsable {
|
|
7362
7661
|
/**
|
|
7363
7662
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
7364
7663
|
*/
|
|
@@ -7370,17 +7669,17 @@ interface FindPostResponse$7 extends AdditionalDataHolder, Parsable {
|
|
|
7370
7669
|
/**
|
|
7371
7670
|
* The object property
|
|
7372
7671
|
*/
|
|
7373
|
-
object?: FindPostResponse_object$
|
|
7672
|
+
object?: FindPostResponse_object$8 | null;
|
|
7374
7673
|
/**
|
|
7375
7674
|
* The totalElements property
|
|
7376
7675
|
*/
|
|
7377
7676
|
totalElements?: number | null;
|
|
7378
7677
|
}
|
|
7379
|
-
type FindPostResponse_object$
|
|
7678
|
+
type FindPostResponse_object$8 = (typeof FindPostResponse_objectObject$8)[keyof typeof FindPostResponse_objectObject$8];
|
|
7380
7679
|
/**
|
|
7381
7680
|
* Builds and executes requests for operations under /v1/publications/find
|
|
7382
7681
|
*/
|
|
7383
|
-
interface FindRequestBuilder$
|
|
7682
|
+
interface FindRequestBuilder$8 extends BaseRequestBuilder<FindRequestBuilder$8> {
|
|
7384
7683
|
/**
|
|
7385
7684
|
* Find a list of Publication
|
|
7386
7685
|
* @param body The request body
|
|
@@ -7388,29 +7687,29 @@ interface FindRequestBuilder$7 extends BaseRequestBuilder<FindRequestBuilder$7>
|
|
|
7388
7687
|
* @returns {Promise<FindPostResponse>}
|
|
7389
7688
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
7390
7689
|
*/
|
|
7391
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7690
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$8> | undefined): Promise<FindPostResponse$8 | undefined>;
|
|
7392
7691
|
/**
|
|
7393
7692
|
* Find a list of Publication
|
|
7394
7693
|
* @param body The request body
|
|
7395
7694
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
7396
7695
|
* @returns {RequestInformation}
|
|
7397
7696
|
*/
|
|
7398
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7697
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$8> | undefined): RequestInformation;
|
|
7399
7698
|
}
|
|
7400
7699
|
/**
|
|
7401
7700
|
* Find a list of Publication
|
|
7402
7701
|
*/
|
|
7403
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
7702
|
+
interface FindRequestBuilderPostQueryParameters$8 {
|
|
7404
7703
|
page?: number;
|
|
7405
7704
|
size?: number;
|
|
7406
7705
|
sort?: string;
|
|
7407
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
7706
|
+
sortOrder?: PostSortOrderQueryParameterType$8;
|
|
7408
7707
|
}
|
|
7409
|
-
type PostSortOrderQueryParameterType$
|
|
7410
|
-
declare const FindPostResponse_objectObject$
|
|
7708
|
+
type PostSortOrderQueryParameterType$8 = (typeof PostSortOrderQueryParameterTypeObject$8)[keyof typeof PostSortOrderQueryParameterTypeObject$8];
|
|
7709
|
+
declare const FindPostResponse_objectObject$8: {
|
|
7411
7710
|
readonly List: "list";
|
|
7412
7711
|
};
|
|
7413
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
7712
|
+
declare const PostSortOrderQueryParameterTypeObject$8: {
|
|
7414
7713
|
readonly DESC: "DESC";
|
|
7415
7714
|
readonly ASC: "ASC";
|
|
7416
7715
|
};
|
|
@@ -7449,7 +7748,7 @@ interface PublicationsItemRequestBuilder extends BaseRequestBuilder<Publications
|
|
|
7449
7748
|
toPatchRequestInformation(body: PatchPublicationDto, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
7450
7749
|
}
|
|
7451
7750
|
|
|
7452
|
-
type GetSortOrderQueryParameterType$
|
|
7751
|
+
type GetSortOrderQueryParameterType$8 = (typeof GetSortOrderQueryParameterTypeObject$8)[keyof typeof GetSortOrderQueryParameterTypeObject$8];
|
|
7453
7752
|
interface PublicationsGetResponse extends AdditionalDataHolder, Parsable {
|
|
7454
7753
|
/**
|
|
7455
7754
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -7476,7 +7775,7 @@ interface PublicationsRequestBuilder extends BaseRequestBuilder<PublicationsRequ
|
|
|
7476
7775
|
/**
|
|
7477
7776
|
* The find property
|
|
7478
7777
|
*/
|
|
7479
|
-
get find(): FindRequestBuilder$
|
|
7778
|
+
get find(): FindRequestBuilder$8;
|
|
7480
7779
|
/**
|
|
7481
7780
|
* Gets an item from the ApiSdk.v1.publications.item collection
|
|
7482
7781
|
* @param id Unique identifier of the item
|
|
@@ -7519,9 +7818,9 @@ interface PublicationsRequestBuilderGetQueryParameters {
|
|
|
7519
7818
|
page?: number;
|
|
7520
7819
|
size?: number;
|
|
7521
7820
|
sort?: string;
|
|
7522
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
7821
|
+
sortOrder?: GetSortOrderQueryParameterType$8;
|
|
7523
7822
|
}
|
|
7524
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
7823
|
+
declare const GetSortOrderQueryParameterTypeObject$8: {
|
|
7525
7824
|
readonly DESC: "DESC";
|
|
7526
7825
|
readonly ASC: "ASC";
|
|
7527
7826
|
};
|
|
@@ -7529,7 +7828,7 @@ declare const PublicationsGetResponse_objectObject: {
|
|
|
7529
7828
|
readonly List: "list";
|
|
7530
7829
|
};
|
|
7531
7830
|
|
|
7532
|
-
interface FindPostResponse$
|
|
7831
|
+
interface FindPostResponse$7 extends AdditionalDataHolder, Parsable {
|
|
7533
7832
|
/**
|
|
7534
7833
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
7535
7834
|
*/
|
|
@@ -7541,17 +7840,17 @@ interface FindPostResponse$6 extends AdditionalDataHolder, Parsable {
|
|
|
7541
7840
|
/**
|
|
7542
7841
|
* The object property
|
|
7543
7842
|
*/
|
|
7544
|
-
object?: FindPostResponse_object$
|
|
7843
|
+
object?: FindPostResponse_object$7 | null;
|
|
7545
7844
|
/**
|
|
7546
7845
|
* The totalElements property
|
|
7547
7846
|
*/
|
|
7548
7847
|
totalElements?: number | null;
|
|
7549
7848
|
}
|
|
7550
|
-
type FindPostResponse_object$
|
|
7849
|
+
type FindPostResponse_object$7 = (typeof FindPostResponse_objectObject$7)[keyof typeof FindPostResponse_objectObject$7];
|
|
7551
7850
|
/**
|
|
7552
7851
|
* Builds and executes requests for operations under /v1/screen_columns/find
|
|
7553
7852
|
*/
|
|
7554
|
-
interface FindRequestBuilder$
|
|
7853
|
+
interface FindRequestBuilder$7 extends BaseRequestBuilder<FindRequestBuilder$7> {
|
|
7555
7854
|
/**
|
|
7556
7855
|
* Find a list of Screen Column
|
|
7557
7856
|
* @param body The request body
|
|
@@ -7559,30 +7858,31 @@ interface FindRequestBuilder$6 extends BaseRequestBuilder<FindRequestBuilder$6>
|
|
|
7559
7858
|
* @returns {Promise<FindPostResponse>}
|
|
7560
7859
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
7561
7860
|
*/
|
|
7562
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7861
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$7> | undefined): Promise<FindPostResponse$7 | undefined>;
|
|
7563
7862
|
/**
|
|
7564
7863
|
* Find a list of Screen Column
|
|
7565
7864
|
* @param body The request body
|
|
7566
7865
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
7567
7866
|
* @returns {RequestInformation}
|
|
7568
7867
|
*/
|
|
7569
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
7868
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$7> | undefined): RequestInformation;
|
|
7570
7869
|
}
|
|
7571
7870
|
/**
|
|
7572
7871
|
* Find a list of Screen Column
|
|
7573
7872
|
*/
|
|
7574
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
7873
|
+
interface FindRequestBuilderPostQueryParameters$7 {
|
|
7575
7874
|
page?: number;
|
|
7875
|
+
parentId?: string;
|
|
7576
7876
|
screenSectionId?: string;
|
|
7577
7877
|
size?: number;
|
|
7578
7878
|
sort?: string;
|
|
7579
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
7879
|
+
sortOrder?: PostSortOrderQueryParameterType$7;
|
|
7580
7880
|
}
|
|
7581
|
-
type PostSortOrderQueryParameterType$
|
|
7582
|
-
declare const FindPostResponse_objectObject$
|
|
7881
|
+
type PostSortOrderQueryParameterType$7 = (typeof PostSortOrderQueryParameterTypeObject$7)[keyof typeof PostSortOrderQueryParameterTypeObject$7];
|
|
7882
|
+
declare const FindPostResponse_objectObject$7: {
|
|
7583
7883
|
readonly List: "list";
|
|
7584
7884
|
};
|
|
7585
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
7885
|
+
declare const PostSortOrderQueryParameterTypeObject$7: {
|
|
7586
7886
|
readonly DESC: "DESC";
|
|
7587
7887
|
readonly ASC: "ASC";
|
|
7588
7888
|
};
|
|
@@ -7606,7 +7906,7 @@ interface Screen_columnsItemRequestBuilder extends BaseRequestBuilder<Screen_col
|
|
|
7606
7906
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
7607
7907
|
}
|
|
7608
7908
|
|
|
7609
|
-
type GetSortOrderQueryParameterType$
|
|
7909
|
+
type GetSortOrderQueryParameterType$7 = (typeof GetSortOrderQueryParameterTypeObject$7)[keyof typeof GetSortOrderQueryParameterTypeObject$7];
|
|
7610
7910
|
interface Screen_columnsGetResponse extends AdditionalDataHolder, Parsable {
|
|
7611
7911
|
/**
|
|
7612
7912
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -7633,7 +7933,7 @@ interface Screen_columnsRequestBuilder extends BaseRequestBuilder<Screen_columns
|
|
|
7633
7933
|
/**
|
|
7634
7934
|
* The find property
|
|
7635
7935
|
*/
|
|
7636
|
-
get find(): FindRequestBuilder$
|
|
7936
|
+
get find(): FindRequestBuilder$7;
|
|
7637
7937
|
/**
|
|
7638
7938
|
* Gets an item from the ApiSdk.v1.screen_columns.item collection
|
|
7639
7939
|
* @param id Unique identifier of the item
|
|
@@ -7659,12 +7959,13 @@ interface Screen_columnsRequestBuilder extends BaseRequestBuilder<Screen_columns
|
|
|
7659
7959
|
*/
|
|
7660
7960
|
interface Screen_columnsRequestBuilderGetQueryParameters {
|
|
7661
7961
|
page?: number;
|
|
7962
|
+
parentId?: string;
|
|
7662
7963
|
screenSectionId?: string;
|
|
7663
7964
|
size?: number;
|
|
7664
7965
|
sort?: string;
|
|
7665
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
7966
|
+
sortOrder?: GetSortOrderQueryParameterType$7;
|
|
7666
7967
|
}
|
|
7667
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
7968
|
+
declare const GetSortOrderQueryParameterTypeObject$7: {
|
|
7668
7969
|
readonly DESC: "DESC";
|
|
7669
7970
|
readonly ASC: "ASC";
|
|
7670
7971
|
};
|
|
@@ -7672,7 +7973,7 @@ declare const Screen_columnsGetResponse_objectObject: {
|
|
|
7672
7973
|
readonly List: "list";
|
|
7673
7974
|
};
|
|
7674
7975
|
|
|
7675
|
-
interface FindPostResponse$
|
|
7976
|
+
interface FindPostResponse$6 extends AdditionalDataHolder, Parsable {
|
|
7676
7977
|
/**
|
|
7677
7978
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
7678
7979
|
*/
|
|
@@ -7684,17 +7985,17 @@ interface FindPostResponse$5 extends AdditionalDataHolder, Parsable {
|
|
|
7684
7985
|
/**
|
|
7685
7986
|
* The object property
|
|
7686
7987
|
*/
|
|
7687
|
-
object?: FindPostResponse_object$
|
|
7988
|
+
object?: FindPostResponse_object$6 | null;
|
|
7688
7989
|
/**
|
|
7689
7990
|
* The totalElements property
|
|
7690
7991
|
*/
|
|
7691
7992
|
totalElements?: number | null;
|
|
7692
7993
|
}
|
|
7693
|
-
type FindPostResponse_object$
|
|
7994
|
+
type FindPostResponse_object$6 = (typeof FindPostResponse_objectObject$6)[keyof typeof FindPostResponse_objectObject$6];
|
|
7694
7995
|
/**
|
|
7695
7996
|
* Builds and executes requests for operations under /v1/screen_sections/find
|
|
7696
7997
|
*/
|
|
7697
|
-
interface FindRequestBuilder$
|
|
7998
|
+
interface FindRequestBuilder$6 extends BaseRequestBuilder<FindRequestBuilder$6> {
|
|
7698
7999
|
/**
|
|
7699
8000
|
* Find a list of Screen Section
|
|
7700
8001
|
* @param body The request body
|
|
@@ -7702,30 +8003,30 @@ interface FindRequestBuilder$5 extends BaseRequestBuilder<FindRequestBuilder$5>
|
|
|
7702
8003
|
* @returns {Promise<FindPostResponse>}
|
|
7703
8004
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
7704
8005
|
*/
|
|
7705
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8006
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$6> | undefined): Promise<FindPostResponse$6 | undefined>;
|
|
7706
8007
|
/**
|
|
7707
8008
|
* Find a list of Screen Section
|
|
7708
8009
|
* @param body The request body
|
|
7709
8010
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
7710
8011
|
* @returns {RequestInformation}
|
|
7711
8012
|
*/
|
|
7712
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8013
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$6> | undefined): RequestInformation;
|
|
7713
8014
|
}
|
|
7714
8015
|
/**
|
|
7715
8016
|
* Find a list of Screen Section
|
|
7716
8017
|
*/
|
|
7717
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
8018
|
+
interface FindRequestBuilderPostQueryParameters$6 {
|
|
7718
8019
|
page?: number;
|
|
7719
8020
|
screenId?: string;
|
|
7720
8021
|
size?: number;
|
|
7721
8022
|
sort?: string;
|
|
7722
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
8023
|
+
sortOrder?: PostSortOrderQueryParameterType$6;
|
|
7723
8024
|
}
|
|
7724
|
-
type PostSortOrderQueryParameterType$
|
|
7725
|
-
declare const FindPostResponse_objectObject$
|
|
8025
|
+
type PostSortOrderQueryParameterType$6 = (typeof PostSortOrderQueryParameterTypeObject$6)[keyof typeof PostSortOrderQueryParameterTypeObject$6];
|
|
8026
|
+
declare const FindPostResponse_objectObject$6: {
|
|
7726
8027
|
readonly List: "list";
|
|
7727
8028
|
};
|
|
7728
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
8029
|
+
declare const PostSortOrderQueryParameterTypeObject$6: {
|
|
7729
8030
|
readonly DESC: "DESC";
|
|
7730
8031
|
readonly ASC: "ASC";
|
|
7731
8032
|
};
|
|
@@ -7749,7 +8050,7 @@ interface Screen_sectionsItemRequestBuilder extends BaseRequestBuilder<Screen_se
|
|
|
7749
8050
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
7750
8051
|
}
|
|
7751
8052
|
|
|
7752
|
-
type GetSortOrderQueryParameterType$
|
|
8053
|
+
type GetSortOrderQueryParameterType$6 = (typeof GetSortOrderQueryParameterTypeObject$6)[keyof typeof GetSortOrderQueryParameterTypeObject$6];
|
|
7753
8054
|
interface Screen_sectionsGetResponse extends AdditionalDataHolder, Parsable {
|
|
7754
8055
|
/**
|
|
7755
8056
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -7776,7 +8077,7 @@ interface Screen_sectionsRequestBuilder extends BaseRequestBuilder<Screen_sectio
|
|
|
7776
8077
|
/**
|
|
7777
8078
|
* The find property
|
|
7778
8079
|
*/
|
|
7779
|
-
get find(): FindRequestBuilder$
|
|
8080
|
+
get find(): FindRequestBuilder$6;
|
|
7780
8081
|
/**
|
|
7781
8082
|
* Gets an item from the ApiSdk.v1.screen_sections.item collection
|
|
7782
8083
|
* @param id Unique identifier of the item
|
|
@@ -7805,9 +8106,9 @@ interface Screen_sectionsRequestBuilderGetQueryParameters {
|
|
|
7805
8106
|
screenId?: string;
|
|
7806
8107
|
size?: number;
|
|
7807
8108
|
sort?: string;
|
|
7808
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
8109
|
+
sortOrder?: GetSortOrderQueryParameterType$6;
|
|
7809
8110
|
}
|
|
7810
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
8111
|
+
declare const GetSortOrderQueryParameterTypeObject$6: {
|
|
7811
8112
|
readonly DESC: "DESC";
|
|
7812
8113
|
readonly ASC: "ASC";
|
|
7813
8114
|
};
|
|
@@ -7815,7 +8116,7 @@ declare const Screen_sectionsGetResponse_objectObject: {
|
|
|
7815
8116
|
readonly List: "list";
|
|
7816
8117
|
};
|
|
7817
8118
|
|
|
7818
|
-
interface FindPostResponse$
|
|
8119
|
+
interface FindPostResponse$5 extends AdditionalDataHolder, Parsable {
|
|
7819
8120
|
/**
|
|
7820
8121
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
7821
8122
|
*/
|
|
@@ -7827,17 +8128,17 @@ interface FindPostResponse$4 extends AdditionalDataHolder, Parsable {
|
|
|
7827
8128
|
/**
|
|
7828
8129
|
* The object property
|
|
7829
8130
|
*/
|
|
7830
|
-
object?: FindPostResponse_object$
|
|
8131
|
+
object?: FindPostResponse_object$5 | null;
|
|
7831
8132
|
/**
|
|
7832
8133
|
* The totalElements property
|
|
7833
8134
|
*/
|
|
7834
8135
|
totalElements?: number | null;
|
|
7835
8136
|
}
|
|
7836
|
-
type FindPostResponse_object$
|
|
8137
|
+
type FindPostResponse_object$5 = (typeof FindPostResponse_objectObject$5)[keyof typeof FindPostResponse_objectObject$5];
|
|
7837
8138
|
/**
|
|
7838
8139
|
* Builds and executes requests for operations under /v1/screens/find
|
|
7839
8140
|
*/
|
|
7840
|
-
interface FindRequestBuilder$
|
|
8141
|
+
interface FindRequestBuilder$5 extends BaseRequestBuilder<FindRequestBuilder$5> {
|
|
7841
8142
|
/**
|
|
7842
8143
|
* Find a list of Screen
|
|
7843
8144
|
* @param body The request body
|
|
@@ -7845,30 +8146,30 @@ interface FindRequestBuilder$4 extends BaseRequestBuilder<FindRequestBuilder$4>
|
|
|
7845
8146
|
* @returns {Promise<FindPostResponse>}
|
|
7846
8147
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
7847
8148
|
*/
|
|
7848
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8149
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$5> | undefined): Promise<FindPostResponse$5 | undefined>;
|
|
7849
8150
|
/**
|
|
7850
8151
|
* Find a list of Screen
|
|
7851
8152
|
* @param body The request body
|
|
7852
8153
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
7853
8154
|
* @returns {RequestInformation}
|
|
7854
8155
|
*/
|
|
7855
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8156
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$5> | undefined): RequestInformation;
|
|
7856
8157
|
}
|
|
7857
8158
|
/**
|
|
7858
8159
|
* Find a list of Screen
|
|
7859
8160
|
*/
|
|
7860
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
8161
|
+
interface FindRequestBuilderPostQueryParameters$5 {
|
|
7861
8162
|
page?: number;
|
|
7862
8163
|
size?: number;
|
|
7863
8164
|
sort?: string;
|
|
7864
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
8165
|
+
sortOrder?: PostSortOrderQueryParameterType$5;
|
|
7865
8166
|
tableId?: string;
|
|
7866
8167
|
}
|
|
7867
|
-
type PostSortOrderQueryParameterType$
|
|
7868
|
-
declare const FindPostResponse_objectObject$
|
|
8168
|
+
type PostSortOrderQueryParameterType$5 = (typeof PostSortOrderQueryParameterTypeObject$5)[keyof typeof PostSortOrderQueryParameterTypeObject$5];
|
|
8169
|
+
declare const FindPostResponse_objectObject$5: {
|
|
7869
8170
|
readonly List: "list";
|
|
7870
8171
|
};
|
|
7871
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
8172
|
+
declare const PostSortOrderQueryParameterTypeObject$5: {
|
|
7872
8173
|
readonly DESC: "DESC";
|
|
7873
8174
|
readonly ASC: "ASC";
|
|
7874
8175
|
};
|
|
@@ -7892,7 +8193,7 @@ interface ScreensItemRequestBuilder extends BaseRequestBuilder<ScreensItemReques
|
|
|
7892
8193
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
7893
8194
|
}
|
|
7894
8195
|
|
|
7895
|
-
type GetSortOrderQueryParameterType$
|
|
8196
|
+
type GetSortOrderQueryParameterType$5 = (typeof GetSortOrderQueryParameterTypeObject$5)[keyof typeof GetSortOrderQueryParameterTypeObject$5];
|
|
7896
8197
|
interface ScreensGetResponse extends AdditionalDataHolder, Parsable {
|
|
7897
8198
|
/**
|
|
7898
8199
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -7919,7 +8220,7 @@ interface ScreensRequestBuilder extends BaseRequestBuilder<ScreensRequestBuilder
|
|
|
7919
8220
|
/**
|
|
7920
8221
|
* The find property
|
|
7921
8222
|
*/
|
|
7922
|
-
get find(): FindRequestBuilder$
|
|
8223
|
+
get find(): FindRequestBuilder$5;
|
|
7923
8224
|
/**
|
|
7924
8225
|
* Gets an item from the ApiSdk.v1.screens.item collection
|
|
7925
8226
|
* @param id Unique identifier of the item
|
|
@@ -7947,10 +8248,10 @@ interface ScreensRequestBuilderGetQueryParameters {
|
|
|
7947
8248
|
page?: number;
|
|
7948
8249
|
size?: number;
|
|
7949
8250
|
sort?: string;
|
|
7950
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
8251
|
+
sortOrder?: GetSortOrderQueryParameterType$5;
|
|
7951
8252
|
tableId?: string;
|
|
7952
8253
|
}
|
|
7953
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
8254
|
+
declare const GetSortOrderQueryParameterTypeObject$5: {
|
|
7954
8255
|
readonly DESC: "DESC";
|
|
7955
8256
|
readonly ASC: "ASC";
|
|
7956
8257
|
};
|
|
@@ -7958,7 +8259,7 @@ declare const ScreensGetResponse_objectObject: {
|
|
|
7958
8259
|
readonly List: "list";
|
|
7959
8260
|
};
|
|
7960
8261
|
|
|
7961
|
-
interface FindPostResponse$
|
|
8262
|
+
interface FindPostResponse$4 extends AdditionalDataHolder, Parsable {
|
|
7962
8263
|
/**
|
|
7963
8264
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
7964
8265
|
*/
|
|
@@ -7970,17 +8271,17 @@ interface FindPostResponse$3 extends AdditionalDataHolder, Parsable {
|
|
|
7970
8271
|
/**
|
|
7971
8272
|
* The object property
|
|
7972
8273
|
*/
|
|
7973
|
-
object?: FindPostResponse_object$
|
|
8274
|
+
object?: FindPostResponse_object$4 | null;
|
|
7974
8275
|
/**
|
|
7975
8276
|
* The totalElements property
|
|
7976
8277
|
*/
|
|
7977
8278
|
totalElements?: number | null;
|
|
7978
8279
|
}
|
|
7979
|
-
type FindPostResponse_object$
|
|
8280
|
+
type FindPostResponse_object$4 = (typeof FindPostResponse_objectObject$4)[keyof typeof FindPostResponse_objectObject$4];
|
|
7980
8281
|
/**
|
|
7981
8282
|
* Builds and executes requests for operations under /v1/sections/find
|
|
7982
8283
|
*/
|
|
7983
|
-
interface FindRequestBuilder$
|
|
8284
|
+
interface FindRequestBuilder$4 extends BaseRequestBuilder<FindRequestBuilder$4> {
|
|
7984
8285
|
/**
|
|
7985
8286
|
* Find a list of Section
|
|
7986
8287
|
* @param body The request body
|
|
@@ -7988,30 +8289,30 @@ interface FindRequestBuilder$3 extends BaseRequestBuilder<FindRequestBuilder$3>
|
|
|
7988
8289
|
* @returns {Promise<FindPostResponse>}
|
|
7989
8290
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
7990
8291
|
*/
|
|
7991
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8292
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$4> | undefined): Promise<FindPostResponse$4 | undefined>;
|
|
7992
8293
|
/**
|
|
7993
8294
|
* Find a list of Section
|
|
7994
8295
|
* @param body The request body
|
|
7995
8296
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
7996
8297
|
* @returns {RequestInformation}
|
|
7997
8298
|
*/
|
|
7998
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8299
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$4> | undefined): RequestInformation;
|
|
7999
8300
|
}
|
|
8000
8301
|
/**
|
|
8001
8302
|
* Find a list of Section
|
|
8002
8303
|
*/
|
|
8003
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
8304
|
+
interface FindRequestBuilderPostQueryParameters$4 {
|
|
8004
8305
|
page?: number;
|
|
8005
8306
|
size?: number;
|
|
8006
8307
|
sort?: string;
|
|
8007
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
8308
|
+
sortOrder?: PostSortOrderQueryParameterType$4;
|
|
8008
8309
|
tableId?: string;
|
|
8009
8310
|
}
|
|
8010
|
-
type PostSortOrderQueryParameterType$
|
|
8011
|
-
declare const FindPostResponse_objectObject$
|
|
8311
|
+
type PostSortOrderQueryParameterType$4 = (typeof PostSortOrderQueryParameterTypeObject$4)[keyof typeof PostSortOrderQueryParameterTypeObject$4];
|
|
8312
|
+
declare const FindPostResponse_objectObject$4: {
|
|
8012
8313
|
readonly List: "list";
|
|
8013
8314
|
};
|
|
8014
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
8315
|
+
declare const PostSortOrderQueryParameterTypeObject$4: {
|
|
8015
8316
|
readonly DESC: "DESC";
|
|
8016
8317
|
readonly ASC: "ASC";
|
|
8017
8318
|
};
|
|
@@ -8035,7 +8336,7 @@ interface SectionsItemRequestBuilder extends BaseRequestBuilder<SectionsItemRequ
|
|
|
8035
8336
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
8036
8337
|
}
|
|
8037
8338
|
|
|
8038
|
-
type GetSortOrderQueryParameterType$
|
|
8339
|
+
type GetSortOrderQueryParameterType$4 = (typeof GetSortOrderQueryParameterTypeObject$4)[keyof typeof GetSortOrderQueryParameterTypeObject$4];
|
|
8039
8340
|
interface SectionsGetResponse extends AdditionalDataHolder, Parsable {
|
|
8040
8341
|
/**
|
|
8041
8342
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -8062,7 +8363,7 @@ interface SectionsRequestBuilder extends BaseRequestBuilder<SectionsRequestBuild
|
|
|
8062
8363
|
/**
|
|
8063
8364
|
* The find property
|
|
8064
8365
|
*/
|
|
8065
|
-
get find(): FindRequestBuilder$
|
|
8366
|
+
get find(): FindRequestBuilder$4;
|
|
8066
8367
|
/**
|
|
8067
8368
|
* Gets an item from the ApiSdk.v1.sections.item collection
|
|
8068
8369
|
* @param id Unique identifier of the item
|
|
@@ -8090,10 +8391,10 @@ interface SectionsRequestBuilderGetQueryParameters {
|
|
|
8090
8391
|
page?: number;
|
|
8091
8392
|
size?: number;
|
|
8092
8393
|
sort?: string;
|
|
8093
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
8394
|
+
sortOrder?: GetSortOrderQueryParameterType$4;
|
|
8094
8395
|
tableId?: string;
|
|
8095
8396
|
}
|
|
8096
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
8397
|
+
declare const GetSortOrderQueryParameterTypeObject$4: {
|
|
8097
8398
|
readonly DESC: "DESC";
|
|
8098
8399
|
readonly ASC: "ASC";
|
|
8099
8400
|
};
|
|
@@ -8101,7 +8402,7 @@ declare const SectionsGetResponse_objectObject: {
|
|
|
8101
8402
|
readonly List: "list";
|
|
8102
8403
|
};
|
|
8103
8404
|
|
|
8104
|
-
interface FindPostResponse$
|
|
8405
|
+
interface FindPostResponse$3 extends AdditionalDataHolder, Parsable {
|
|
8105
8406
|
/**
|
|
8106
8407
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
8107
8408
|
*/
|
|
@@ -8113,17 +8414,17 @@ interface FindPostResponse$2 extends AdditionalDataHolder, Parsable {
|
|
|
8113
8414
|
/**
|
|
8114
8415
|
* The object property
|
|
8115
8416
|
*/
|
|
8116
|
-
object?: FindPostResponse_object$
|
|
8417
|
+
object?: FindPostResponse_object$3 | null;
|
|
8117
8418
|
/**
|
|
8118
8419
|
* The totalElements property
|
|
8119
8420
|
*/
|
|
8120
8421
|
totalElements?: number | null;
|
|
8121
8422
|
}
|
|
8122
|
-
type FindPostResponse_object$
|
|
8423
|
+
type FindPostResponse_object$3 = (typeof FindPostResponse_objectObject$3)[keyof typeof FindPostResponse_objectObject$3];
|
|
8123
8424
|
/**
|
|
8124
8425
|
* Builds and executes requests for operations under /v1/suggestions/find
|
|
8125
8426
|
*/
|
|
8126
|
-
interface FindRequestBuilder$
|
|
8427
|
+
interface FindRequestBuilder$3 extends BaseRequestBuilder<FindRequestBuilder$3> {
|
|
8127
8428
|
/**
|
|
8128
8429
|
* Find a list of Suggestion
|
|
8129
8430
|
* @param body The request body
|
|
@@ -8131,29 +8432,29 @@ interface FindRequestBuilder$2 extends BaseRequestBuilder<FindRequestBuilder$2>
|
|
|
8131
8432
|
* @returns {Promise<FindPostResponse>}
|
|
8132
8433
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
8133
8434
|
*/
|
|
8134
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8435
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$3> | undefined): Promise<FindPostResponse$3 | undefined>;
|
|
8135
8436
|
/**
|
|
8136
8437
|
* Find a list of Suggestion
|
|
8137
8438
|
* @param body The request body
|
|
8138
8439
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8139
8440
|
* @returns {RequestInformation}
|
|
8140
8441
|
*/
|
|
8141
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8442
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$3> | undefined): RequestInformation;
|
|
8142
8443
|
}
|
|
8143
8444
|
/**
|
|
8144
8445
|
* Find a list of Suggestion
|
|
8145
8446
|
*/
|
|
8146
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
8447
|
+
interface FindRequestBuilderPostQueryParameters$3 {
|
|
8147
8448
|
page?: number;
|
|
8148
8449
|
size?: number;
|
|
8149
8450
|
sort?: string;
|
|
8150
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
8451
|
+
sortOrder?: PostSortOrderQueryParameterType$3;
|
|
8151
8452
|
}
|
|
8152
|
-
type PostSortOrderQueryParameterType$
|
|
8153
|
-
declare const FindPostResponse_objectObject$
|
|
8453
|
+
type PostSortOrderQueryParameterType$3 = (typeof PostSortOrderQueryParameterTypeObject$3)[keyof typeof PostSortOrderQueryParameterTypeObject$3];
|
|
8454
|
+
declare const FindPostResponse_objectObject$3: {
|
|
8154
8455
|
readonly List: "list";
|
|
8155
8456
|
};
|
|
8156
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
8457
|
+
declare const PostSortOrderQueryParameterTypeObject$3: {
|
|
8157
8458
|
readonly DESC: "DESC";
|
|
8158
8459
|
readonly ASC: "ASC";
|
|
8159
8460
|
};
|
|
@@ -8225,7 +8526,7 @@ interface SuggestionsItemRequestBuilder extends BaseRequestBuilder<SuggestionsIt
|
|
|
8225
8526
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
8226
8527
|
}
|
|
8227
8528
|
|
|
8228
|
-
type GetSortOrderQueryParameterType$
|
|
8529
|
+
type GetSortOrderQueryParameterType$3 = (typeof GetSortOrderQueryParameterTypeObject$3)[keyof typeof GetSortOrderQueryParameterTypeObject$3];
|
|
8229
8530
|
interface SuggestionsGetResponse extends AdditionalDataHolder, Parsable {
|
|
8230
8531
|
/**
|
|
8231
8532
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -8252,7 +8553,7 @@ interface SuggestionsRequestBuilder extends BaseRequestBuilder<SuggestionsReques
|
|
|
8252
8553
|
/**
|
|
8253
8554
|
* The find property
|
|
8254
8555
|
*/
|
|
8255
|
-
get find(): FindRequestBuilder$
|
|
8556
|
+
get find(): FindRequestBuilder$3;
|
|
8256
8557
|
/**
|
|
8257
8558
|
* Gets an item from the ApiSdk.v1.suggestions.item collection
|
|
8258
8559
|
* @param id Unique identifier of the item
|
|
@@ -8280,9 +8581,9 @@ interface SuggestionsRequestBuilderGetQueryParameters {
|
|
|
8280
8581
|
page?: number;
|
|
8281
8582
|
size?: number;
|
|
8282
8583
|
sort?: string;
|
|
8283
|
-
sortOrder?: GetSortOrderQueryParameterType$
|
|
8584
|
+
sortOrder?: GetSortOrderQueryParameterType$3;
|
|
8284
8585
|
}
|
|
8285
|
-
declare const GetSortOrderQueryParameterTypeObject$
|
|
8586
|
+
declare const GetSortOrderQueryParameterTypeObject$3: {
|
|
8286
8587
|
readonly DESC: "DESC";
|
|
8287
8588
|
readonly ASC: "ASC";
|
|
8288
8589
|
};
|
|
@@ -8290,7 +8591,7 @@ declare const SuggestionsGetResponse_objectObject: {
|
|
|
8290
8591
|
readonly List: "list";
|
|
8291
8592
|
};
|
|
8292
8593
|
|
|
8293
|
-
interface FindPostResponse$
|
|
8594
|
+
interface FindPostResponse$2 extends AdditionalDataHolder, Parsable {
|
|
8294
8595
|
/**
|
|
8295
8596
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
8296
8597
|
*/
|
|
@@ -8302,17 +8603,17 @@ interface FindPostResponse$1 extends AdditionalDataHolder, Parsable {
|
|
|
8302
8603
|
/**
|
|
8303
8604
|
* The object property
|
|
8304
8605
|
*/
|
|
8305
|
-
object?: FindPostResponse_object$
|
|
8606
|
+
object?: FindPostResponse_object$2 | null;
|
|
8306
8607
|
/**
|
|
8307
8608
|
* The totalElements property
|
|
8308
8609
|
*/
|
|
8309
8610
|
totalElements?: number | null;
|
|
8310
8611
|
}
|
|
8311
|
-
type FindPostResponse_object$
|
|
8612
|
+
type FindPostResponse_object$2 = (typeof FindPostResponse_objectObject$2)[keyof typeof FindPostResponse_objectObject$2];
|
|
8312
8613
|
/**
|
|
8313
8614
|
* Builds and executes requests for operations under /v1/tables/find
|
|
8314
8615
|
*/
|
|
8315
|
-
interface FindRequestBuilder$
|
|
8616
|
+
interface FindRequestBuilder$2 extends BaseRequestBuilder<FindRequestBuilder$2> {
|
|
8316
8617
|
/**
|
|
8317
8618
|
* Find a list of Table
|
|
8318
8619
|
* @param body The request body
|
|
@@ -8320,29 +8621,29 @@ interface FindRequestBuilder$1 extends BaseRequestBuilder<FindRequestBuilder$1>
|
|
|
8320
8621
|
* @returns {Promise<FindPostResponse>}
|
|
8321
8622
|
* @throws {Find400Error} error when the service returns a 400 status code
|
|
8322
8623
|
*/
|
|
8323
|
-
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8624
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$2> | undefined): Promise<FindPostResponse$2 | undefined>;
|
|
8324
8625
|
/**
|
|
8325
8626
|
* Find a list of Table
|
|
8326
8627
|
* @param body The request body
|
|
8327
8628
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8328
8629
|
* @returns {RequestInformation}
|
|
8329
8630
|
*/
|
|
8330
|
-
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$
|
|
8631
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$2> | undefined): RequestInformation;
|
|
8331
8632
|
}
|
|
8332
8633
|
/**
|
|
8333
8634
|
* Find a list of Table
|
|
8334
8635
|
*/
|
|
8335
|
-
interface FindRequestBuilderPostQueryParameters$
|
|
8636
|
+
interface FindRequestBuilderPostQueryParameters$2 {
|
|
8336
8637
|
page?: number;
|
|
8337
8638
|
size?: number;
|
|
8338
8639
|
sort?: string;
|
|
8339
|
-
sortOrder?: PostSortOrderQueryParameterType$
|
|
8640
|
+
sortOrder?: PostSortOrderQueryParameterType$2;
|
|
8340
8641
|
}
|
|
8341
|
-
type PostSortOrderQueryParameterType$
|
|
8342
|
-
declare const FindPostResponse_objectObject$
|
|
8642
|
+
type PostSortOrderQueryParameterType$2 = (typeof PostSortOrderQueryParameterTypeObject$2)[keyof typeof PostSortOrderQueryParameterTypeObject$2];
|
|
8643
|
+
declare const FindPostResponse_objectObject$2: {
|
|
8343
8644
|
readonly List: "list";
|
|
8344
8645
|
};
|
|
8345
|
-
declare const PostSortOrderQueryParameterTypeObject$
|
|
8646
|
+
declare const PostSortOrderQueryParameterTypeObject$2: {
|
|
8346
8647
|
readonly DESC: "DESC";
|
|
8347
8648
|
readonly ASC: "ASC";
|
|
8348
8649
|
};
|
|
@@ -8366,7 +8667,7 @@ interface TablesItemRequestBuilder extends BaseRequestBuilder<TablesItemRequestB
|
|
|
8366
8667
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
8367
8668
|
}
|
|
8368
8669
|
|
|
8369
|
-
type GetSortOrderQueryParameterType$
|
|
8670
|
+
type GetSortOrderQueryParameterType$2 = (typeof GetSortOrderQueryParameterTypeObject$2)[keyof typeof GetSortOrderQueryParameterTypeObject$2];
|
|
8370
8671
|
interface TablesGetResponse extends AdditionalDataHolder, Parsable {
|
|
8371
8672
|
/**
|
|
8372
8673
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
@@ -8393,7 +8694,7 @@ interface TablesRequestBuilder extends BaseRequestBuilder<TablesRequestBuilder>
|
|
|
8393
8694
|
/**
|
|
8394
8695
|
* The find property
|
|
8395
8696
|
*/
|
|
8396
|
-
get find(): FindRequestBuilder$
|
|
8697
|
+
get find(): FindRequestBuilder$2;
|
|
8397
8698
|
/**
|
|
8398
8699
|
* Gets an item from the ApiSdk.v1.tables.item collection
|
|
8399
8700
|
* @param id Unique identifier of the item
|
|
@@ -8418,6 +8719,238 @@ interface TablesRequestBuilder extends BaseRequestBuilder<TablesRequestBuilder>
|
|
|
8418
8719
|
* Get a list of Table
|
|
8419
8720
|
*/
|
|
8420
8721
|
interface TablesRequestBuilderGetQueryParameters {
|
|
8722
|
+
page?: number;
|
|
8723
|
+
size?: number;
|
|
8724
|
+
sort?: string;
|
|
8725
|
+
sortOrder?: GetSortOrderQueryParameterType$2;
|
|
8726
|
+
}
|
|
8727
|
+
declare const GetSortOrderQueryParameterTypeObject$2: {
|
|
8728
|
+
readonly DESC: "DESC";
|
|
8729
|
+
readonly ASC: "ASC";
|
|
8730
|
+
};
|
|
8731
|
+
declare const TablesGetResponse_objectObject: {
|
|
8732
|
+
readonly List: "list";
|
|
8733
|
+
};
|
|
8734
|
+
|
|
8735
|
+
interface FindPostResponse$1 extends AdditionalDataHolder, Parsable {
|
|
8736
|
+
/**
|
|
8737
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
8738
|
+
*/
|
|
8739
|
+
additionalData?: Record<string, unknown>;
|
|
8740
|
+
/**
|
|
8741
|
+
* The data property
|
|
8742
|
+
*/
|
|
8743
|
+
data?: UserGroupDto[] | null;
|
|
8744
|
+
/**
|
|
8745
|
+
* The object property
|
|
8746
|
+
*/
|
|
8747
|
+
object?: FindPostResponse_object$1 | null;
|
|
8748
|
+
/**
|
|
8749
|
+
* The totalElements property
|
|
8750
|
+
*/
|
|
8751
|
+
totalElements?: number | null;
|
|
8752
|
+
}
|
|
8753
|
+
type FindPostResponse_object$1 = (typeof FindPostResponse_objectObject$1)[keyof typeof FindPostResponse_objectObject$1];
|
|
8754
|
+
/**
|
|
8755
|
+
* Builds and executes requests for operations under /v1/user_groups/find
|
|
8756
|
+
*/
|
|
8757
|
+
interface FindRequestBuilder$1 extends BaseRequestBuilder<FindRequestBuilder$1> {
|
|
8758
|
+
/**
|
|
8759
|
+
* Find a list of UserGroup
|
|
8760
|
+
* @param body The request body
|
|
8761
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8762
|
+
* @returns {Promise<FindPostResponse>}
|
|
8763
|
+
* @throws {Find400Error} error when the service returns a 400 status code
|
|
8764
|
+
*/
|
|
8765
|
+
post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$1> | undefined): Promise<FindPostResponse$1 | undefined>;
|
|
8766
|
+
/**
|
|
8767
|
+
* Find a list of UserGroup
|
|
8768
|
+
* @param body The request body
|
|
8769
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8770
|
+
* @returns {RequestInformation}
|
|
8771
|
+
*/
|
|
8772
|
+
toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters$1> | undefined): RequestInformation;
|
|
8773
|
+
}
|
|
8774
|
+
/**
|
|
8775
|
+
* Find a list of UserGroup
|
|
8776
|
+
*/
|
|
8777
|
+
interface FindRequestBuilderPostQueryParameters$1 {
|
|
8778
|
+
page?: number;
|
|
8779
|
+
size?: number;
|
|
8780
|
+
sort?: string;
|
|
8781
|
+
sortOrder?: PostSortOrderQueryParameterType$1;
|
|
8782
|
+
}
|
|
8783
|
+
type PostSortOrderQueryParameterType$1 = (typeof PostSortOrderQueryParameterTypeObject$1)[keyof typeof PostSortOrderQueryParameterTypeObject$1];
|
|
8784
|
+
declare const FindPostResponse_objectObject$1: {
|
|
8785
|
+
readonly List: "list";
|
|
8786
|
+
};
|
|
8787
|
+
declare const PostSortOrderQueryParameterTypeObject$1: {
|
|
8788
|
+
readonly DESC: "DESC";
|
|
8789
|
+
readonly ASC: "ASC";
|
|
8790
|
+
};
|
|
8791
|
+
|
|
8792
|
+
/**
|
|
8793
|
+
* Builds and executes requests for operations under /v1/user_groups/{id}/add_members
|
|
8794
|
+
*/
|
|
8795
|
+
interface Add_membersRequestBuilder extends BaseRequestBuilder<Add_membersRequestBuilder> {
|
|
8796
|
+
/**
|
|
8797
|
+
* Add members to a user group
|
|
8798
|
+
* @param body The request body
|
|
8799
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8800
|
+
* @returns {Promise<UserGroupDto>}
|
|
8801
|
+
*/
|
|
8802
|
+
post(body: UserGroupMembersDto, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UserGroupDto | undefined>;
|
|
8803
|
+
/**
|
|
8804
|
+
* Add members to a user group
|
|
8805
|
+
* @param body The request body
|
|
8806
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8807
|
+
* @returns {RequestInformation}
|
|
8808
|
+
*/
|
|
8809
|
+
toPostRequestInformation(body: UserGroupMembersDto, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
8810
|
+
}
|
|
8811
|
+
|
|
8812
|
+
/**
|
|
8813
|
+
* Builds and executes requests for operations under /v1/user_groups/{id}/remove_members
|
|
8814
|
+
*/
|
|
8815
|
+
interface Remove_membersRequestBuilder extends BaseRequestBuilder<Remove_membersRequestBuilder> {
|
|
8816
|
+
/**
|
|
8817
|
+
* Remove members from a user group
|
|
8818
|
+
* @param body The request body
|
|
8819
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8820
|
+
* @returns {Promise<UserGroupDto>}
|
|
8821
|
+
*/
|
|
8822
|
+
post(body: UserGroupMembersDto, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UserGroupDto | undefined>;
|
|
8823
|
+
/**
|
|
8824
|
+
* Remove members from a user group
|
|
8825
|
+
* @param body The request body
|
|
8826
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8827
|
+
* @returns {RequestInformation}
|
|
8828
|
+
*/
|
|
8829
|
+
toPostRequestInformation(body: UserGroupMembersDto, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
8830
|
+
}
|
|
8831
|
+
|
|
8832
|
+
/**
|
|
8833
|
+
* Builds and executes requests for operations under /v1/user_groups/{id}
|
|
8834
|
+
*/
|
|
8835
|
+
interface User_groupsItemRequestBuilder extends BaseRequestBuilder<User_groupsItemRequestBuilder> {
|
|
8836
|
+
/**
|
|
8837
|
+
* The add_members property
|
|
8838
|
+
*/
|
|
8839
|
+
get add_members(): Add_membersRequestBuilder;
|
|
8840
|
+
/**
|
|
8841
|
+
* The remove_members property
|
|
8842
|
+
*/
|
|
8843
|
+
get remove_members(): Remove_membersRequestBuilder;
|
|
8844
|
+
/**
|
|
8845
|
+
* Delete a UserGroup by id
|
|
8846
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8847
|
+
* @returns {Promise<UserGroupDto>}
|
|
8848
|
+
* @throws {UserGroupDto400Error} error when the service returns a 400 status code
|
|
8849
|
+
*/
|
|
8850
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UserGroupDto | undefined>;
|
|
8851
|
+
/**
|
|
8852
|
+
* Get a UserGroup by id
|
|
8853
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8854
|
+
* @returns {Promise<UserGroupDto>}
|
|
8855
|
+
* @throws {UserGroupDto400Error} error when the service returns a 400 status code
|
|
8856
|
+
*/
|
|
8857
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UserGroupDto | undefined>;
|
|
8858
|
+
/**
|
|
8859
|
+
* Patch a UserGroup
|
|
8860
|
+
* @param body The request body
|
|
8861
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8862
|
+
* @returns {Promise<UserGroupDto>}
|
|
8863
|
+
* @throws {UserGroupDto400Error} error when the service returns a 400 status code
|
|
8864
|
+
*/
|
|
8865
|
+
patch(body: UpdateUserGroupDto, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UserGroupDto | undefined>;
|
|
8866
|
+
/**
|
|
8867
|
+
* Delete a UserGroup by id
|
|
8868
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8869
|
+
* @returns {RequestInformation}
|
|
8870
|
+
*/
|
|
8871
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
8872
|
+
/**
|
|
8873
|
+
* Get a UserGroup by id
|
|
8874
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8875
|
+
* @returns {RequestInformation}
|
|
8876
|
+
*/
|
|
8877
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
8878
|
+
/**
|
|
8879
|
+
* Patch a UserGroup
|
|
8880
|
+
* @param body The request body
|
|
8881
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8882
|
+
* @returns {RequestInformation}
|
|
8883
|
+
*/
|
|
8884
|
+
toPatchRequestInformation(body: UpdateUserGroupDto, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
8885
|
+
}
|
|
8886
|
+
|
|
8887
|
+
type GetSortOrderQueryParameterType$1 = (typeof GetSortOrderQueryParameterTypeObject$1)[keyof typeof GetSortOrderQueryParameterTypeObject$1];
|
|
8888
|
+
interface User_groupsGetResponse extends AdditionalDataHolder, Parsable {
|
|
8889
|
+
/**
|
|
8890
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
8891
|
+
*/
|
|
8892
|
+
additionalData?: Record<string, unknown>;
|
|
8893
|
+
/**
|
|
8894
|
+
* The data property
|
|
8895
|
+
*/
|
|
8896
|
+
data?: UserGroupDto[] | null;
|
|
8897
|
+
/**
|
|
8898
|
+
* The object property
|
|
8899
|
+
*/
|
|
8900
|
+
object?: User_groupsGetResponse_object | null;
|
|
8901
|
+
/**
|
|
8902
|
+
* The totalElements property
|
|
8903
|
+
*/
|
|
8904
|
+
totalElements?: number | null;
|
|
8905
|
+
}
|
|
8906
|
+
type User_groupsGetResponse_object = (typeof User_groupsGetResponse_objectObject)[keyof typeof User_groupsGetResponse_objectObject];
|
|
8907
|
+
/**
|
|
8908
|
+
* Builds and executes requests for operations under /v1/user_groups
|
|
8909
|
+
*/
|
|
8910
|
+
interface User_groupsRequestBuilder extends BaseRequestBuilder<User_groupsRequestBuilder> {
|
|
8911
|
+
/**
|
|
8912
|
+
* The find property
|
|
8913
|
+
*/
|
|
8914
|
+
get find(): FindRequestBuilder$1;
|
|
8915
|
+
/**
|
|
8916
|
+
* Gets an item from the ApiSdk.v1.user_groups.item collection
|
|
8917
|
+
* @param id Unique identifier of the item
|
|
8918
|
+
* @returns {User_groupsItemRequestBuilder}
|
|
8919
|
+
*/
|
|
8920
|
+
byId(id: string): User_groupsItemRequestBuilder;
|
|
8921
|
+
/**
|
|
8922
|
+
* Get a list of UserGroup
|
|
8923
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8924
|
+
* @returns {Promise<User_groupsGetResponse>}
|
|
8925
|
+
* @throws {User_groups400Error} error when the service returns a 400 status code
|
|
8926
|
+
*/
|
|
8927
|
+
get(requestConfiguration?: RequestConfiguration<User_groupsRequestBuilderGetQueryParameters> | undefined): Promise<User_groupsGetResponse | undefined>;
|
|
8928
|
+
/**
|
|
8929
|
+
* Create a UserGroup
|
|
8930
|
+
* @param body The request body
|
|
8931
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8932
|
+
* @returns {Promise<UserGroupDto>}
|
|
8933
|
+
* @throws {UserGroupDto400Error} error when the service returns a 400 status code
|
|
8934
|
+
*/
|
|
8935
|
+
post(body: CreateUserGroupDto, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UserGroupDto | undefined>;
|
|
8936
|
+
/**
|
|
8937
|
+
* Get a list of UserGroup
|
|
8938
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8939
|
+
* @returns {RequestInformation}
|
|
8940
|
+
*/
|
|
8941
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<User_groupsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
8942
|
+
/**
|
|
8943
|
+
* Create a UserGroup
|
|
8944
|
+
* @param body The request body
|
|
8945
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8946
|
+
* @returns {RequestInformation}
|
|
8947
|
+
*/
|
|
8948
|
+
toPostRequestInformation(body: CreateUserGroupDto, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
8949
|
+
}
|
|
8950
|
+
/**
|
|
8951
|
+
* Get a list of UserGroup
|
|
8952
|
+
*/
|
|
8953
|
+
interface User_groupsRequestBuilderGetQueryParameters {
|
|
8421
8954
|
page?: number;
|
|
8422
8955
|
size?: number;
|
|
8423
8956
|
sort?: string;
|
|
@@ -8427,7 +8960,7 @@ declare const GetSortOrderQueryParameterTypeObject$1: {
|
|
|
8427
8960
|
readonly DESC: "DESC";
|
|
8428
8961
|
readonly ASC: "ASC";
|
|
8429
8962
|
};
|
|
8430
|
-
declare const
|
|
8963
|
+
declare const User_groupsGetResponse_objectObject: {
|
|
8431
8964
|
readonly List: "list";
|
|
8432
8965
|
};
|
|
8433
8966
|
|
|
@@ -8672,6 +9205,10 @@ interface V1RequestBuilder extends BaseRequestBuilder<V1RequestBuilder> {
|
|
|
8672
9205
|
* The tables property
|
|
8673
9206
|
*/
|
|
8674
9207
|
get tables(): TablesRequestBuilder;
|
|
9208
|
+
/**
|
|
9209
|
+
* The user_groups property
|
|
9210
|
+
*/
|
|
9211
|
+
get user_groups(): User_groupsRequestBuilder;
|
|
8675
9212
|
/**
|
|
8676
9213
|
* The users property
|
|
8677
9214
|
*/
|
|
@@ -8707,4 +9244,4 @@ declare const ApiClientNavigationMetadata: Record<Exclude<keyof ApiClient, KeysT
|
|
|
8707
9244
|
|
|
8708
9245
|
declare function setup(key: string, url: string): ApiClient;
|
|
8709
9246
|
|
|
8710
|
-
export { type AccountDto, type AccountDto_object, AccountDto_objectObject, type ApiClient, ApiClientNavigationMetadata, ApiClientUriTemplate, type ApplyAllSuggestionDto, type ApplySuggestionDto, type AuditLogDto, type AuditLogDto_details, type AuditLogDto_object, AuditLogDto_objectObject, type CommentThreadCommentCreateDto, type CommentThreadCommentDTO, type CommentThreadCommentDTO_type, CommentThreadCommentDTO_typeObject, type CommentThreadCreateDto, type CommentThreadCreateDto_object, CommentThreadCreateDto_objectObject, type CommentThreadCreateDto_targetType, CommentThreadCreateDto_targetTypeObject, type CommentThreadDto, type CommentThreadDto_object, CommentThreadDto_objectObject, type CommentThreadDto_targetType, CommentThreadDto_targetTypeObject, type CommentThreadDto_type, CommentThreadDto_typeObject, type CommentThreadSubscriberDto, type CommentThreadSubscriberDto_object, CommentThreadSubscriberDto_objectObject, type CommentThreadUpdateDto, type CommentThreadUpdateDto_object, CommentThreadUpdateDto_objectObject, type CreateJobDto, type CreateJobDto_output, type CreateJobDto_status, CreateJobDto_statusObject, type CreateJobExecutionDto, type CreateJobExecutionDto_input, type CreateProjectDto, type CreatePublicationDto, type CreateTaskDto, type CreateTaskDto_retryLogic, CreateTaskDto_retryLogicObject, type CreateTaskDto_timeoutPolicy, CreateTaskDto_timeoutPolicyObject, type CreateVariableDto, type CreateVariableDto_status, CreateVariableDto_statusObject, type DisplayInfoDto, type FieldDto, type FieldDto_metadata, type FieldDto_object, FieldDto_objectObject, type FieldDto_type, FieldDto_typeObject, type FieldSuffixDto, type FieldSuffixDto_status, FieldSuffixDto_statusObject, type FieldUpdateDto, type FieldUpdateDto_metadata, type FieldUpdateDto_object, FieldUpdateDto_objectObject, type FieldValueDto, type FieldValueDto_color, FieldValueDto_colorObject, type FieldValueDto_metadata, type FieldValueDto_object, FieldValueDto_objectObject, type FieldValueDto_status, FieldValueDto_statusObject, type FileDto, type FileDto_object, FileDto_objectObject, type FindItemCustomField, type FindItemCustomField_target, FindItemCustomField_targetObject, type FindItemHighOrderQueryDTO, type FindItemHighOrderQueryDTO_queries, type FindItemHighOrderQueryDTO_type, FindItemHighOrderQueryDTO_typeObject, type FindItemLowOrderQueryDTO, type FindItemLowOrderQueryDTO_type, FindItemLowOrderQueryDTO_typeObject, type HighOrderQueryDTO, type HighOrderQueryDTO_queries, type HighOrderQueryDTO_type, HighOrderQueryDTO_typeObject, type ItemDto, type ItemDto_fields, type ItemDto_object, ItemDto_objectObject, type ItemFieldCfDto, type ItemFieldCfDto_type, ItemFieldCfDto_typeObject, type ItemFieldCfValueDTO, type ItemFieldFileDTO, type ItemFieldFileDTO_type, ItemFieldFileDTO_typeObject, type ItemFieldFileData, type ItemFieldFileValueDTO, type ItemFieldMultipleSelectWithCommentAndQuantityDTO, type ItemFieldMultipleSelectWithCommentAndQuantityDTO_type, ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject, type ItemFieldMultipleSelectWithCommentAndQuantityData, type ItemFieldMultipleSelectWithCommentAndQuantityValueDTO, type ItemFieldNumberDTO, type ItemFieldNumberDTO_type, ItemFieldNumberDTO_typeObject, type ItemFieldSimpleNumberValueDTO, type ItemFieldSimpleStringArrayValueDTO, type ItemFieldSimpleStringValueDTO, type ItemFieldStringArrayDTO, type ItemFieldStringArrayDTO_type, ItemFieldStringArrayDTO_typeObject, type ItemFieldStringDTO, type ItemFieldStringDTO_type, ItemFieldStringDTO_typeObject, type ItemFindDTO, type ItemFindDTO_order, ItemFindDTO_orderObject, type ItemLinkCreateDto, type ItemLinkCreateDto_object, ItemLinkCreateDto_objectObject, type ItemLinkDto, type ItemLinkDto_object, ItemLinkDto_objectObject, type ItemMetadataDTO, type JobDto, type JobDto_object, JobDto_objectObject, type JobDto_output, type JobDto_status, JobDto_statusObject, type JobExecutionDto, type JobExecutionDto_input, type JobExecutionDto_object, JobExecutionDto_objectObject, type JobExecutionDto_output, type JobExecutionDto_status, JobExecutionDto_statusObject, type JobExecutionInfoDto, type JobLocalDto, type JobPeriodicityDto, type JobTaskDto, type JobTaskDto_input, type JobVisibilityDto, type JobVisibilityDto_mode, JobVisibilityDto_modeObject, type LevelDto, type LocalizedStringDto, type LowOrderQueryDTO, type LowOrderQueryDTO_type, LowOrderQueryDTO_typeObject, type MatrixFieldDto, type MatrixFieldDto_object, MatrixFieldDto_objectObject, type MatrixFieldDto_status, MatrixFieldDto_statusObject, type PartitionDto, type PatchPublicationDto, type PatchPublicationDto_status, PatchPublicationDto_statusObject, type PatchTaskExecutionDto, type PatchTaskExecutionDto_status, PatchTaskExecutionDto_statusObject, type ProjectDto, type ProjectDto_object, ProjectDto_objectObject, type PublicationDto, type PublicationDto_fields, type PublicationDto_object, PublicationDto_objectObject, type PublicationDto_status, PublicationDto_statusObject, type ScreenColumnDto, type ScreenColumnDto_object, ScreenColumnDto_objectObject, type ScreenColumnDto_width, ScreenColumnDto_widthObject, type ScreenDto, type ScreenDto_lineHeight, ScreenDto_lineHeightObject, type ScreenDto_status, ScreenDto_statusObject, type ScreenSectionDto, type ScreenSectionDto_object, ScreenSectionDto_objectObject, type SectionDto, type SectionDto_metadata, type SuggestionDeletedFieldDTO, type SuggestionDeletedFieldDTO_type, SuggestionDeletedFieldDTO_typeObject, type SuggestionDto, type SuggestionDto_fields, type SuggestionDto_object, SuggestionDto_objectObject, type TableDto, type TaskDto, type TaskDtoKey, type TaskDto_object, TaskDto_objectObject, type TaskDto_retryLogic, TaskDto_retryLogicObject, type TaskDto_timeoutPolicy, TaskDto_timeoutPolicyObject, type TaskExecutionDto, type TaskExecutionDto_input, type TaskExecutionDto_object, TaskExecutionDto_objectObject, type TaskExecutionDto_output, type TaskExecutionDto_status, TaskExecutionDto_statusObject, type UpdateJobDto, type UpdateJobDto_output, type UpdateJobDto_status, UpdateJobDto_statusObject, type UpdateTaskDto, type UpdateTaskDto_retryLogic, UpdateTaskDto_retryLogicObject, type UpdateTaskDto_timeoutPolicy, UpdateTaskDto_timeoutPolicyObject, type UpdateVariableDto, type UpdateVariableDto_status, UpdateVariableDto_statusObject, type UserDto, type UserDto_object, UserDto_objectObject, type UserDto_role, UserDto_roleObject, type UserDto_status, UserDto_statusObject, type VariableDto, type VariableDto_object, VariableDto_objectObject, type VariableDto_status, VariableDto_statusObject, createAccountDtoFromDiscriminatorValue, createApiClient, createApplyAllSuggestionDtoFromDiscriminatorValue, createApplySuggestionDtoFromDiscriminatorValue, createAuditLogDtoFromDiscriminatorValue, createAuditLogDto_detailsFromDiscriminatorValue, createCommentThreadCommentCreateDtoFromDiscriminatorValue, createCommentThreadCommentDTOFromDiscriminatorValue, createCommentThreadCreateDtoFromDiscriminatorValue, createCommentThreadDtoFromDiscriminatorValue, createCommentThreadSubscriberDtoFromDiscriminatorValue, createCommentThreadUpdateDtoFromDiscriminatorValue, createCreateJobDtoFromDiscriminatorValue, createCreateJobDto_outputFromDiscriminatorValue, createCreateJobExecutionDtoFromDiscriminatorValue, createCreateJobExecutionDto_inputFromDiscriminatorValue, createCreateProjectDtoFromDiscriminatorValue, createCreatePublicationDtoFromDiscriminatorValue, createCreateTaskDtoFromDiscriminatorValue, createCreateVariableDtoFromDiscriminatorValue, createDisplayInfoDtoFromDiscriminatorValue, createFieldDtoFromDiscriminatorValue, createFieldDto_metadataFromDiscriminatorValue, createFieldSuffixDtoFromDiscriminatorValue, createFieldUpdateDtoFromDiscriminatorValue, createFieldUpdateDto_metadataFromDiscriminatorValue, createFieldValueDtoFromDiscriminatorValue, createFieldValueDto_metadataFromDiscriminatorValue, createFileDtoFromDiscriminatorValue, createFindItemCustomFieldFromDiscriminatorValue, createFindItemHighOrderQueryDTOFromDiscriminatorValue, createFindItemHighOrderQueryDTO_queriesFromDiscriminatorValue, createFindItemLowOrderQueryDTOFromDiscriminatorValue, createHighOrderQueryDTOFromDiscriminatorValue, createHighOrderQueryDTO_queriesFromDiscriminatorValue, createItemDtoFromDiscriminatorValue, createItemDto_fieldsFromDiscriminatorValue, createItemFieldCfDtoFromDiscriminatorValue, createItemFieldCfValueDTOFromDiscriminatorValue, createItemFieldFileDTOFromDiscriminatorValue, createItemFieldFileDataFromDiscriminatorValue, createItemFieldFileValueDTOFromDiscriminatorValue, createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue, createItemFieldMultipleSelectWithCommentAndQuantityDataFromDiscriminatorValue, createItemFieldMultipleSelectWithCommentAndQuantityValueDTOFromDiscriminatorValue, createItemFieldNumberDTOFromDiscriminatorValue, createItemFieldSimpleNumberValueDTOFromDiscriminatorValue, createItemFieldSimpleStringArrayValueDTOFromDiscriminatorValue, createItemFieldSimpleStringValueDTOFromDiscriminatorValue, createItemFieldStringArrayDTOFromDiscriminatorValue, createItemFieldStringDTOFromDiscriminatorValue, createItemFindDTOFromDiscriminatorValue, createItemLinkCreateDtoFromDiscriminatorValue, createItemLinkDtoFromDiscriminatorValue, createItemMetadataDTOFromDiscriminatorValue, createJobDtoFromDiscriminatorValue, createJobDto_outputFromDiscriminatorValue, createJobExecutionDtoFromDiscriminatorValue, createJobExecutionDto_inputFromDiscriminatorValue, createJobExecutionDto_outputFromDiscriminatorValue, createJobExecutionInfoDtoFromDiscriminatorValue, createJobLocalDtoFromDiscriminatorValue, createJobPeriodicityDtoFromDiscriminatorValue, createJobTaskDtoFromDiscriminatorValue, createJobTaskDto_inputFromDiscriminatorValue, createJobVisibilityDtoFromDiscriminatorValue, createLevelDtoFromDiscriminatorValue, createLocalizedStringDtoFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createMatrixFieldDtoFromDiscriminatorValue, createPartitionDtoFromDiscriminatorValue, createPatchPublicationDtoFromDiscriminatorValue, createPatchTaskExecutionDtoFromDiscriminatorValue, createProjectDtoFromDiscriminatorValue, createPublicationDtoFromDiscriminatorValue, createPublicationDto_fieldsFromDiscriminatorValue, createScreenColumnDtoFromDiscriminatorValue, createScreenDtoFromDiscriminatorValue, createScreenSectionDtoFromDiscriminatorValue, createSectionDtoFromDiscriminatorValue, createSectionDto_metadataFromDiscriminatorValue, createSuggestionDeletedFieldDTOFromDiscriminatorValue, createSuggestionDtoFromDiscriminatorValue, createSuggestionDto_fieldsFromDiscriminatorValue, createTableDtoFromDiscriminatorValue, createTaskDtoFromDiscriminatorValue, createTaskDtoKeyFromDiscriminatorValue, createTaskExecutionDtoFromDiscriminatorValue, createTaskExecutionDto_inputFromDiscriminatorValue, createTaskExecutionDto_outputFromDiscriminatorValue, createUpdateJobDtoFromDiscriminatorValue, createUpdateJobDto_outputFromDiscriminatorValue, createUpdateTaskDtoFromDiscriminatorValue, createUpdateVariableDtoFromDiscriminatorValue, createUserDtoFromDiscriminatorValue, createVariableDtoFromDiscriminatorValue, deserializeIntoAccountDto, deserializeIntoApplyAllSuggestionDto, deserializeIntoApplySuggestionDto, deserializeIntoAuditLogDto, deserializeIntoAuditLogDto_details, deserializeIntoCommentThreadCommentCreateDto, deserializeIntoCommentThreadCommentDTO, deserializeIntoCommentThreadCreateDto, deserializeIntoCommentThreadDto, deserializeIntoCommentThreadSubscriberDto, deserializeIntoCommentThreadUpdateDto, deserializeIntoCreateJobDto, deserializeIntoCreateJobDto_output, deserializeIntoCreateJobExecutionDto, deserializeIntoCreateJobExecutionDto_input, deserializeIntoCreateProjectDto, deserializeIntoCreatePublicationDto, deserializeIntoCreateTaskDto, deserializeIntoCreateVariableDto, deserializeIntoDisplayInfoDto, deserializeIntoFieldDto, deserializeIntoFieldDto_metadata, deserializeIntoFieldSuffixDto, deserializeIntoFieldUpdateDto, deserializeIntoFieldUpdateDto_metadata, deserializeIntoFieldValueDto, deserializeIntoFieldValueDto_metadata, deserializeIntoFileDto, deserializeIntoFindItemCustomField, deserializeIntoFindItemHighOrderQueryDTO, deserializeIntoFindItemHighOrderQueryDTO_queries, deserializeIntoFindItemLowOrderQueryDTO, deserializeIntoHighOrderQueryDTO, deserializeIntoHighOrderQueryDTO_queries, deserializeIntoItemDto, deserializeIntoItemDto_fields, deserializeIntoItemFieldCfDto, deserializeIntoItemFieldCfValueDTO, deserializeIntoItemFieldFileDTO, deserializeIntoItemFieldFileData, deserializeIntoItemFieldFileValueDTO, deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO, deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityData, deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityValueDTO, deserializeIntoItemFieldNumberDTO, deserializeIntoItemFieldSimpleNumberValueDTO, deserializeIntoItemFieldSimpleStringArrayValueDTO, deserializeIntoItemFieldSimpleStringValueDTO, deserializeIntoItemFieldStringArrayDTO, deserializeIntoItemFieldStringDTO, deserializeIntoItemFindDTO, deserializeIntoItemLinkCreateDto, deserializeIntoItemLinkDto, deserializeIntoItemMetadataDTO, deserializeIntoJobDto, deserializeIntoJobDto_output, deserializeIntoJobExecutionDto, deserializeIntoJobExecutionDto_input, deserializeIntoJobExecutionDto_output, deserializeIntoJobExecutionInfoDto, deserializeIntoJobLocalDto, deserializeIntoJobPeriodicityDto, deserializeIntoJobTaskDto, deserializeIntoJobTaskDto_input, deserializeIntoJobVisibilityDto, deserializeIntoLevelDto, deserializeIntoLocalizedStringDto, deserializeIntoLowOrderQueryDTO, deserializeIntoMatrixFieldDto, deserializeIntoPartitionDto, deserializeIntoPatchPublicationDto, deserializeIntoPatchTaskExecutionDto, deserializeIntoProjectDto, deserializeIntoPublicationDto, deserializeIntoPublicationDto_fields, deserializeIntoScreenColumnDto, deserializeIntoScreenDto, deserializeIntoScreenSectionDto, deserializeIntoSectionDto, deserializeIntoSectionDto_metadata, deserializeIntoSuggestionDeletedFieldDTO, deserializeIntoSuggestionDto, deserializeIntoSuggestionDto_fields, deserializeIntoTableDto, deserializeIntoTaskDto, deserializeIntoTaskDtoKey, deserializeIntoTaskExecutionDto, deserializeIntoTaskExecutionDto_input, deserializeIntoTaskExecutionDto_output, deserializeIntoUpdateJobDto, deserializeIntoUpdateJobDto_output, deserializeIntoUpdateTaskDto, deserializeIntoUpdateVariableDto, deserializeIntoUserDto, deserializeIntoVariableDto, serializeAccountDto, serializeApplyAllSuggestionDto, serializeApplySuggestionDto, serializeAuditLogDto, serializeAuditLogDto_details, serializeCommentThreadCommentCreateDto, serializeCommentThreadCommentDTO, serializeCommentThreadCreateDto, serializeCommentThreadDto, serializeCommentThreadSubscriberDto, serializeCommentThreadUpdateDto, serializeCreateJobDto, serializeCreateJobDto_output, serializeCreateJobExecutionDto, serializeCreateJobExecutionDto_input, serializeCreateProjectDto, serializeCreatePublicationDto, serializeCreateTaskDto, serializeCreateVariableDto, serializeDisplayInfoDto, serializeFieldDto, serializeFieldDto_metadata, serializeFieldSuffixDto, serializeFieldUpdateDto, serializeFieldUpdateDto_metadata, serializeFieldValueDto, serializeFieldValueDto_metadata, serializeFileDto, serializeFindItemCustomField, serializeFindItemHighOrderQueryDTO, serializeFindItemHighOrderQueryDTO_queries, serializeFindItemLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeHighOrderQueryDTO_queries, serializeItemDto, serializeItemDto_fields, serializeItemFieldCfDto, serializeItemFieldCfValueDTO, serializeItemFieldFileDTO, serializeItemFieldFileData, serializeItemFieldFileValueDTO, serializeItemFieldMultipleSelectWithCommentAndQuantityDTO, serializeItemFieldMultipleSelectWithCommentAndQuantityData, serializeItemFieldMultipleSelectWithCommentAndQuantityValueDTO, serializeItemFieldNumberDTO, serializeItemFieldSimpleNumberValueDTO, serializeItemFieldSimpleStringArrayValueDTO, serializeItemFieldSimpleStringValueDTO, serializeItemFieldStringArrayDTO, serializeItemFieldStringDTO, serializeItemFindDTO, serializeItemLinkCreateDto, serializeItemLinkDto, serializeItemMetadataDTO, serializeJobDto, serializeJobDto_output, serializeJobExecutionDto, serializeJobExecutionDto_input, serializeJobExecutionDto_output, serializeJobExecutionInfoDto, serializeJobLocalDto, serializeJobPeriodicityDto, serializeJobTaskDto, serializeJobTaskDto_input, serializeJobVisibilityDto, serializeLevelDto, serializeLocalizedStringDto, serializeLowOrderQueryDTO, serializeMatrixFieldDto, serializePartitionDto, serializePatchPublicationDto, serializePatchTaskExecutionDto, serializeProjectDto, serializePublicationDto, serializePublicationDto_fields, serializeScreenColumnDto, serializeScreenDto, serializeScreenSectionDto, serializeSectionDto, serializeSectionDto_metadata, serializeSuggestionDeletedFieldDTO, serializeSuggestionDto, serializeSuggestionDto_fields, serializeTableDto, serializeTaskDto, serializeTaskDtoKey, serializeTaskExecutionDto, serializeTaskExecutionDto_input, serializeTaskExecutionDto_output, serializeUpdateJobDto, serializeUpdateJobDto_output, serializeUpdateTaskDto, serializeUpdateVariableDto, serializeUserDto, serializeVariableDto, setup };
|
|
9247
|
+
export { type AccountDto, type AccountDto_object, AccountDto_objectObject, type ApiClient, ApiClientNavigationMetadata, ApiClientUriTemplate, type ApplyAllSuggestionDto, type ApplySuggestionDto, type AuditLogDto, type AuditLogDto_details, type AuditLogDto_object, AuditLogDto_objectObject, type CommentThreadCommentCreateDto, type CommentThreadCommentDTO, type CommentThreadCommentDTO_type, CommentThreadCommentDTO_typeObject, type CommentThreadCreateDto, type CommentThreadCreateDto_object, CommentThreadCreateDto_objectObject, type CommentThreadCreateDto_targetType, CommentThreadCreateDto_targetTypeObject, type CommentThreadDto, type CommentThreadDto_object, CommentThreadDto_objectObject, type CommentThreadDto_targetType, CommentThreadDto_targetTypeObject, type CommentThreadDto_type, CommentThreadDto_typeObject, type CommentThreadSubscriberDto, type CommentThreadSubscriberDto_object, CommentThreadSubscriberDto_objectObject, type CommentThreadUpdateDto, type CommentThreadUpdateDto_object, CommentThreadUpdateDto_objectObject, type CreateJobDto, type CreateJobDto_output, type CreateJobDto_status, CreateJobDto_statusObject, type CreateJobExecutionDto, type CreateJobExecutionDto_input, type CreateProjectDto, type CreatePublicationDto, type CreateTaskDto, type CreateTaskDto_retryLogic, CreateTaskDto_retryLogicObject, type CreateTaskDto_timeoutPolicy, CreateTaskDto_timeoutPolicyObject, type CreateUserGroupDto, type CreateVariableDto, type CreateVariableDto_status, CreateVariableDto_statusObject, type DisplayInfoDto, type FieldDto, type FieldDto_metadata, type FieldDto_object, FieldDto_objectObject, type FieldDto_type, FieldDto_typeObject, type FieldSuffixDto, type FieldSuffixDto_status, FieldSuffixDto_statusObject, type FieldUpdateDto, type FieldUpdateDto_metadata, type FieldUpdateDto_object, FieldUpdateDto_objectObject, type FieldValueDto, type FieldValueDto_color, FieldValueDto_colorObject, type FieldValueDto_metadata, type FieldValueDto_object, FieldValueDto_objectObject, type FieldValueDto_status, FieldValueDto_statusObject, type FileDto, type FileDto_object, FileDto_objectObject, type FindItemCustomField, type FindItemCustomField_target, FindItemCustomField_targetObject, type FindItemHighOrderQueryDTO, type FindItemHighOrderQueryDTO_queries, type FindItemHighOrderQueryDTO_type, FindItemHighOrderQueryDTO_typeObject, type FindItemLowOrderQueryDTO, type FindItemLowOrderQueryDTO_type, FindItemLowOrderQueryDTO_typeObject, type HighOrderQueryDTO, type HighOrderQueryDTO_queries, type HighOrderQueryDTO_type, HighOrderQueryDTO_typeObject, type ItemDto, type ItemDto_fields, type ItemDto_object, ItemDto_objectObject, type ItemFieldCfDto, type ItemFieldCfDto_type, ItemFieldCfDto_typeObject, type ItemFieldCfValueDTO, type ItemFieldCompositeDTO, type ItemFieldCompositeDTO_type, ItemFieldCompositeDTO_typeObject, type ItemFieldCompositeValueDTO, type ItemFieldCompositeValueDTO_data, type ItemFieldFileDTO, type ItemFieldFileDTO_type, ItemFieldFileDTO_typeObject, type ItemFieldFileData, type ItemFieldFileValueDTO, type ItemFieldMultipleSelectWithCommentAndQuantityDTO, type ItemFieldMultipleSelectWithCommentAndQuantityDTO_type, ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject, type ItemFieldMultipleSelectWithCommentAndQuantityData, type ItemFieldMultipleSelectWithCommentAndQuantityValueDTO, type ItemFieldNumberDTO, type ItemFieldNumberDTO_type, ItemFieldNumberDTO_typeObject, type ItemFieldSimpleNumberValueDTO, type ItemFieldSimpleStringArrayValueDTO, type ItemFieldSimpleStringValueDTO, type ItemFieldStringArrayDTO, type ItemFieldStringArrayDTO_type, ItemFieldStringArrayDTO_typeObject, type ItemFieldStringDTO, type ItemFieldStringDTO_type, ItemFieldStringDTO_typeObject, type ItemFindDTO, type ItemFindDTO_order, ItemFindDTO_orderObject, type ItemLinkCreateDto, type ItemLinkCreateDto_object, ItemLinkCreateDto_objectObject, type ItemLinkDto, type ItemLinkDto_object, ItemLinkDto_objectObject, type ItemMetadataDTO, type JobDto, type JobDto_object, JobDto_objectObject, type JobDto_output, type JobDto_status, JobDto_statusObject, type JobExecutionDto, type JobExecutionDto_input, type JobExecutionDto_object, JobExecutionDto_objectObject, type JobExecutionDto_output, type JobExecutionDto_status, JobExecutionDto_statusObject, type JobExecutionInfoDto, type JobLocalDto, type JobPeriodicityDto, type JobTaskDto, type JobTaskDto_input, type JobVisibilityDto, type JobVisibilityDto_mode, JobVisibilityDto_modeObject, type LevelDto, type LocalizedStringDto, type LowOrderQueryDTO, type LowOrderQueryDTO_type, LowOrderQueryDTO_typeObject, type MatrixFieldDto, type MatrixFieldDto_object, MatrixFieldDto_objectObject, type MatrixFieldDto_status, MatrixFieldDto_statusObject, type PartitionDto, type PatchPublicationDto, type PatchPublicationDto_status, PatchPublicationDto_statusObject, type PatchTaskExecutionDto, type PatchTaskExecutionDto_status, PatchTaskExecutionDto_statusObject, type ProjectDto, type ProjectDto_object, ProjectDto_objectObject, type PublicationDto, type PublicationDto_fields, type PublicationDto_object, PublicationDto_objectObject, type PublicationDto_status, PublicationDto_statusObject, type ScreenColumnDto, type ScreenColumnDto_object, ScreenColumnDto_objectObject, type ScreenColumnDto_width, ScreenColumnDto_widthObject, type ScreenDto, type ScreenDto_lineHeight, ScreenDto_lineHeightObject, type ScreenDto_status, ScreenDto_statusObject, type ScreenSectionDto, type ScreenSectionDto_object, ScreenSectionDto_objectObject, type SectionDto, type SectionDto_metadata, type SuggestionDeletedFieldDTO, type SuggestionDeletedFieldDTO_type, SuggestionDeletedFieldDTO_typeObject, type SuggestionDto, type SuggestionDto_fields, type SuggestionDto_object, SuggestionDto_objectObject, type TableDto, type TaskDto, type TaskDtoKey, type TaskDto_object, TaskDto_objectObject, type TaskDto_retryLogic, TaskDto_retryLogicObject, type TaskDto_timeoutPolicy, TaskDto_timeoutPolicyObject, type TaskExecutionDto, type TaskExecutionDto_input, type TaskExecutionDto_object, TaskExecutionDto_objectObject, type TaskExecutionDto_output, type TaskExecutionDto_status, TaskExecutionDto_statusObject, type UpdateJobDto, type UpdateJobDto_output, type UpdateJobDto_status, UpdateJobDto_statusObject, type UpdateTaskDto, type UpdateTaskDto_retryLogic, UpdateTaskDto_retryLogicObject, type UpdateTaskDto_timeoutPolicy, UpdateTaskDto_timeoutPolicyObject, type UpdateUserGroupDto, type UpdateVariableDto, type UpdateVariableDto_status, UpdateVariableDto_statusObject, type UserDto, type UserDto_object, UserDto_objectObject, type UserDto_role, UserDto_roleObject, type UserDto_status, UserDto_statusObject, type UserGroupDto, type UserGroupDto_object, UserGroupDto_objectObject, type UserGroupMembersDto, type VariableDto, type VariableDto_object, VariableDto_objectObject, type VariableDto_status, VariableDto_statusObject, createAccountDtoFromDiscriminatorValue, createApiClient, createApplyAllSuggestionDtoFromDiscriminatorValue, createApplySuggestionDtoFromDiscriminatorValue, createAuditLogDtoFromDiscriminatorValue, createAuditLogDto_detailsFromDiscriminatorValue, createCommentThreadCommentCreateDtoFromDiscriminatorValue, createCommentThreadCommentDTOFromDiscriminatorValue, createCommentThreadCreateDtoFromDiscriminatorValue, createCommentThreadDtoFromDiscriminatorValue, createCommentThreadSubscriberDtoFromDiscriminatorValue, createCommentThreadUpdateDtoFromDiscriminatorValue, createCreateJobDtoFromDiscriminatorValue, createCreateJobDto_outputFromDiscriminatorValue, createCreateJobExecutionDtoFromDiscriminatorValue, createCreateJobExecutionDto_inputFromDiscriminatorValue, createCreateProjectDtoFromDiscriminatorValue, createCreatePublicationDtoFromDiscriminatorValue, createCreateTaskDtoFromDiscriminatorValue, createCreateUserGroupDtoFromDiscriminatorValue, createCreateVariableDtoFromDiscriminatorValue, createDisplayInfoDtoFromDiscriminatorValue, createFieldDtoFromDiscriminatorValue, createFieldDto_metadataFromDiscriminatorValue, createFieldSuffixDtoFromDiscriminatorValue, createFieldUpdateDtoFromDiscriminatorValue, createFieldUpdateDto_metadataFromDiscriminatorValue, createFieldValueDtoFromDiscriminatorValue, createFieldValueDto_metadataFromDiscriminatorValue, createFileDtoFromDiscriminatorValue, createFindItemCustomFieldFromDiscriminatorValue, createFindItemHighOrderQueryDTOFromDiscriminatorValue, createFindItemHighOrderQueryDTO_queriesFromDiscriminatorValue, createFindItemLowOrderQueryDTOFromDiscriminatorValue, createHighOrderQueryDTOFromDiscriminatorValue, createHighOrderQueryDTO_queriesFromDiscriminatorValue, createItemDtoFromDiscriminatorValue, createItemDto_fieldsFromDiscriminatorValue, createItemFieldCfDtoFromDiscriminatorValue, createItemFieldCfValueDTOFromDiscriminatorValue, createItemFieldCompositeDTOFromDiscriminatorValue, createItemFieldCompositeValueDTOFromDiscriminatorValue, createItemFieldCompositeValueDTO_dataFromDiscriminatorValue, createItemFieldFileDTOFromDiscriminatorValue, createItemFieldFileDataFromDiscriminatorValue, createItemFieldFileValueDTOFromDiscriminatorValue, createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue, createItemFieldMultipleSelectWithCommentAndQuantityDataFromDiscriminatorValue, createItemFieldMultipleSelectWithCommentAndQuantityValueDTOFromDiscriminatorValue, createItemFieldNumberDTOFromDiscriminatorValue, createItemFieldSimpleNumberValueDTOFromDiscriminatorValue, createItemFieldSimpleStringArrayValueDTOFromDiscriminatorValue, createItemFieldSimpleStringValueDTOFromDiscriminatorValue, createItemFieldStringArrayDTOFromDiscriminatorValue, createItemFieldStringDTOFromDiscriminatorValue, createItemFindDTOFromDiscriminatorValue, createItemLinkCreateDtoFromDiscriminatorValue, createItemLinkDtoFromDiscriminatorValue, createItemMetadataDTOFromDiscriminatorValue, createJobDtoFromDiscriminatorValue, createJobDto_outputFromDiscriminatorValue, createJobExecutionDtoFromDiscriminatorValue, createJobExecutionDto_inputFromDiscriminatorValue, createJobExecutionDto_outputFromDiscriminatorValue, createJobExecutionInfoDtoFromDiscriminatorValue, createJobLocalDtoFromDiscriminatorValue, createJobPeriodicityDtoFromDiscriminatorValue, createJobTaskDtoFromDiscriminatorValue, createJobTaskDto_inputFromDiscriminatorValue, createJobVisibilityDtoFromDiscriminatorValue, createLevelDtoFromDiscriminatorValue, createLocalizedStringDtoFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createMatrixFieldDtoFromDiscriminatorValue, createPartitionDtoFromDiscriminatorValue, createPatchPublicationDtoFromDiscriminatorValue, createPatchTaskExecutionDtoFromDiscriminatorValue, createProjectDtoFromDiscriminatorValue, createPublicationDtoFromDiscriminatorValue, createPublicationDto_fieldsFromDiscriminatorValue, createScreenColumnDtoFromDiscriminatorValue, createScreenDtoFromDiscriminatorValue, createScreenSectionDtoFromDiscriminatorValue, createSectionDtoFromDiscriminatorValue, createSectionDto_metadataFromDiscriminatorValue, createSuggestionDeletedFieldDTOFromDiscriminatorValue, createSuggestionDtoFromDiscriminatorValue, createSuggestionDto_fieldsFromDiscriminatorValue, createTableDtoFromDiscriminatorValue, createTaskDtoFromDiscriminatorValue, createTaskDtoKeyFromDiscriminatorValue, createTaskExecutionDtoFromDiscriminatorValue, createTaskExecutionDto_inputFromDiscriminatorValue, createTaskExecutionDto_outputFromDiscriminatorValue, createUpdateJobDtoFromDiscriminatorValue, createUpdateJobDto_outputFromDiscriminatorValue, createUpdateTaskDtoFromDiscriminatorValue, createUpdateUserGroupDtoFromDiscriminatorValue, createUpdateVariableDtoFromDiscriminatorValue, createUserDtoFromDiscriminatorValue, createUserGroupDtoFromDiscriminatorValue, createUserGroupMembersDtoFromDiscriminatorValue, createVariableDtoFromDiscriminatorValue, deserializeIntoAccountDto, deserializeIntoApplyAllSuggestionDto, deserializeIntoApplySuggestionDto, deserializeIntoAuditLogDto, deserializeIntoAuditLogDto_details, deserializeIntoCommentThreadCommentCreateDto, deserializeIntoCommentThreadCommentDTO, deserializeIntoCommentThreadCreateDto, deserializeIntoCommentThreadDto, deserializeIntoCommentThreadSubscriberDto, deserializeIntoCommentThreadUpdateDto, deserializeIntoCreateJobDto, deserializeIntoCreateJobDto_output, deserializeIntoCreateJobExecutionDto, deserializeIntoCreateJobExecutionDto_input, deserializeIntoCreateProjectDto, deserializeIntoCreatePublicationDto, deserializeIntoCreateTaskDto, deserializeIntoCreateUserGroupDto, deserializeIntoCreateVariableDto, deserializeIntoDisplayInfoDto, deserializeIntoFieldDto, deserializeIntoFieldDto_metadata, deserializeIntoFieldSuffixDto, deserializeIntoFieldUpdateDto, deserializeIntoFieldUpdateDto_metadata, deserializeIntoFieldValueDto, deserializeIntoFieldValueDto_metadata, deserializeIntoFileDto, deserializeIntoFindItemCustomField, deserializeIntoFindItemHighOrderQueryDTO, deserializeIntoFindItemHighOrderQueryDTO_queries, deserializeIntoFindItemLowOrderQueryDTO, deserializeIntoHighOrderQueryDTO, deserializeIntoHighOrderQueryDTO_queries, deserializeIntoItemDto, deserializeIntoItemDto_fields, deserializeIntoItemFieldCfDto, deserializeIntoItemFieldCfValueDTO, deserializeIntoItemFieldCompositeDTO, deserializeIntoItemFieldCompositeValueDTO, deserializeIntoItemFieldCompositeValueDTO_data, deserializeIntoItemFieldFileDTO, deserializeIntoItemFieldFileData, deserializeIntoItemFieldFileValueDTO, deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO, deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityData, deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityValueDTO, deserializeIntoItemFieldNumberDTO, deserializeIntoItemFieldSimpleNumberValueDTO, deserializeIntoItemFieldSimpleStringArrayValueDTO, deserializeIntoItemFieldSimpleStringValueDTO, deserializeIntoItemFieldStringArrayDTO, deserializeIntoItemFieldStringDTO, deserializeIntoItemFindDTO, deserializeIntoItemLinkCreateDto, deserializeIntoItemLinkDto, deserializeIntoItemMetadataDTO, deserializeIntoJobDto, deserializeIntoJobDto_output, deserializeIntoJobExecutionDto, deserializeIntoJobExecutionDto_input, deserializeIntoJobExecutionDto_output, deserializeIntoJobExecutionInfoDto, deserializeIntoJobLocalDto, deserializeIntoJobPeriodicityDto, deserializeIntoJobTaskDto, deserializeIntoJobTaskDto_input, deserializeIntoJobVisibilityDto, deserializeIntoLevelDto, deserializeIntoLocalizedStringDto, deserializeIntoLowOrderQueryDTO, deserializeIntoMatrixFieldDto, deserializeIntoPartitionDto, deserializeIntoPatchPublicationDto, deserializeIntoPatchTaskExecutionDto, deserializeIntoProjectDto, deserializeIntoPublicationDto, deserializeIntoPublicationDto_fields, deserializeIntoScreenColumnDto, deserializeIntoScreenDto, deserializeIntoScreenSectionDto, deserializeIntoSectionDto, deserializeIntoSectionDto_metadata, deserializeIntoSuggestionDeletedFieldDTO, deserializeIntoSuggestionDto, deserializeIntoSuggestionDto_fields, deserializeIntoTableDto, deserializeIntoTaskDto, deserializeIntoTaskDtoKey, deserializeIntoTaskExecutionDto, deserializeIntoTaskExecutionDto_input, deserializeIntoTaskExecutionDto_output, deserializeIntoUpdateJobDto, deserializeIntoUpdateJobDto_output, deserializeIntoUpdateTaskDto, deserializeIntoUpdateUserGroupDto, deserializeIntoUpdateVariableDto, deserializeIntoUserDto, deserializeIntoUserGroupDto, deserializeIntoUserGroupMembersDto, deserializeIntoVariableDto, serializeAccountDto, serializeApplyAllSuggestionDto, serializeApplySuggestionDto, serializeAuditLogDto, serializeAuditLogDto_details, serializeCommentThreadCommentCreateDto, serializeCommentThreadCommentDTO, serializeCommentThreadCreateDto, serializeCommentThreadDto, serializeCommentThreadSubscriberDto, serializeCommentThreadUpdateDto, serializeCreateJobDto, serializeCreateJobDto_output, serializeCreateJobExecutionDto, serializeCreateJobExecutionDto_input, serializeCreateProjectDto, serializeCreatePublicationDto, serializeCreateTaskDto, serializeCreateUserGroupDto, serializeCreateVariableDto, serializeDisplayInfoDto, serializeFieldDto, serializeFieldDto_metadata, serializeFieldSuffixDto, serializeFieldUpdateDto, serializeFieldUpdateDto_metadata, serializeFieldValueDto, serializeFieldValueDto_metadata, serializeFileDto, serializeFindItemCustomField, serializeFindItemHighOrderQueryDTO, serializeFindItemHighOrderQueryDTO_queries, serializeFindItemLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeHighOrderQueryDTO_queries, serializeItemDto, serializeItemDto_fields, serializeItemFieldCfDto, serializeItemFieldCfValueDTO, serializeItemFieldCompositeDTO, serializeItemFieldCompositeValueDTO, serializeItemFieldCompositeValueDTO_data, serializeItemFieldFileDTO, serializeItemFieldFileData, serializeItemFieldFileValueDTO, serializeItemFieldMultipleSelectWithCommentAndQuantityDTO, serializeItemFieldMultipleSelectWithCommentAndQuantityData, serializeItemFieldMultipleSelectWithCommentAndQuantityValueDTO, serializeItemFieldNumberDTO, serializeItemFieldSimpleNumberValueDTO, serializeItemFieldSimpleStringArrayValueDTO, serializeItemFieldSimpleStringValueDTO, serializeItemFieldStringArrayDTO, serializeItemFieldStringDTO, serializeItemFindDTO, serializeItemLinkCreateDto, serializeItemLinkDto, serializeItemMetadataDTO, serializeJobDto, serializeJobDto_output, serializeJobExecutionDto, serializeJobExecutionDto_input, serializeJobExecutionDto_output, serializeJobExecutionInfoDto, serializeJobLocalDto, serializeJobPeriodicityDto, serializeJobTaskDto, serializeJobTaskDto_input, serializeJobVisibilityDto, serializeLevelDto, serializeLocalizedStringDto, serializeLowOrderQueryDTO, serializeMatrixFieldDto, serializePartitionDto, serializePatchPublicationDto, serializePatchTaskExecutionDto, serializeProjectDto, serializePublicationDto, serializePublicationDto_fields, serializeScreenColumnDto, serializeScreenDto, serializeScreenSectionDto, serializeSectionDto, serializeSectionDto_metadata, serializeSuggestionDeletedFieldDTO, serializeSuggestionDto, serializeSuggestionDto_fields, serializeTableDto, serializeTaskDto, serializeTaskDtoKey, serializeTaskExecutionDto, serializeTaskExecutionDto_input, serializeTaskExecutionDto_output, serializeUpdateJobDto, serializeUpdateJobDto_output, serializeUpdateTaskDto, serializeUpdateUserGroupDto, serializeUpdateVariableDto, serializeUserDto, serializeUserGroupDto, serializeUserGroupMembersDto, serializeVariableDto, setup };
|