@product-live/api-sdk 3.1.4 → 3.1.5
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 +1830 -759
- package/dist/index.d.ts +1830 -759
- package/dist/index.js +1648 -597
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1634 -583
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,11 +6,8 @@ var _kiotaabstractions = require('@microsoft/kiota-abstractions');
|
|
|
6
6
|
function createAccountDtoFromDiscriminatorValue(parseNode) {
|
|
7
7
|
return deserializeIntoAccountDto;
|
|
8
8
|
}
|
|
9
|
-
function
|
|
10
|
-
return
|
|
11
|
-
}
|
|
12
|
-
function createApplySuggestionDtoFromDiscriminatorValue(parseNode) {
|
|
13
|
-
return deserializeIntoApplySuggestionDto;
|
|
9
|
+
function createApplySuggestionOnCompositeDtoFromDiscriminatorValue(parseNode) {
|
|
10
|
+
return deserializeIntoApplySuggestionOnCompositeDto;
|
|
14
11
|
}
|
|
15
12
|
function createAuditLogDto_detailsFromDiscriminatorValue(parseNode) {
|
|
16
13
|
return deserializeIntoAuditLogDto_details;
|
|
@@ -36,6 +33,9 @@ function createCommentThreadSubscriberDtoFromDiscriminatorValue(parseNode) {
|
|
|
36
33
|
function createCommentThreadUpdateDtoFromDiscriminatorValue(parseNode) {
|
|
37
34
|
return deserializeIntoCommentThreadUpdateDto;
|
|
38
35
|
}
|
|
36
|
+
function createCompositeCollectStrategyDtoFromDiscriminatorValue(parseNode) {
|
|
37
|
+
return deserializeIntoCompositeCollectStrategyDto;
|
|
38
|
+
}
|
|
39
39
|
function createCreateJobDto_outputFromDiscriminatorValue(parseNode) {
|
|
40
40
|
return deserializeIntoCreateJobDto_output;
|
|
41
41
|
}
|
|
@@ -48,6 +48,9 @@ function createCreateJobExecutionDto_inputFromDiscriminatorValue(parseNode) {
|
|
|
48
48
|
function createCreateJobExecutionDtoFromDiscriminatorValue(parseNode) {
|
|
49
49
|
return deserializeIntoCreateJobExecutionDto;
|
|
50
50
|
}
|
|
51
|
+
function createCreatePartnerGroupDtoFromDiscriminatorValue(parseNode) {
|
|
52
|
+
return deserializeIntoCreatePartnerGroupDto;
|
|
53
|
+
}
|
|
51
54
|
function createCreateProjectDtoFromDiscriminatorValue(parseNode) {
|
|
52
55
|
return deserializeIntoCreateProjectDto;
|
|
53
56
|
}
|
|
@@ -283,6 +286,9 @@ function createItemFieldCompositeValueDTO_dataFromDiscriminatorValue(parseNode)
|
|
|
283
286
|
function createItemFieldCompositeValueDTOFromDiscriminatorValue(parseNode) {
|
|
284
287
|
return deserializeIntoItemFieldCompositeValueDTO;
|
|
285
288
|
}
|
|
289
|
+
function createItemFieldCompositeValuesDTOFromDiscriminatorValue(parseNode) {
|
|
290
|
+
return deserializeIntoItemFieldCompositeValuesDTO;
|
|
291
|
+
}
|
|
286
292
|
function createItemFieldFileDataFromDiscriminatorValue(parseNode) {
|
|
287
293
|
return deserializeIntoItemFieldFileData;
|
|
288
294
|
}
|
|
@@ -319,9 +325,6 @@ function createItemFieldStringArrayDTOFromDiscriminatorValue(parseNode) {
|
|
|
319
325
|
function createItemFieldStringDTOFromDiscriminatorValue(parseNode) {
|
|
320
326
|
return deserializeIntoItemFieldStringDTO;
|
|
321
327
|
}
|
|
322
|
-
function createItemFindDTOFromDiscriminatorValue(parseNode) {
|
|
323
|
-
return deserializeIntoItemFindDTO;
|
|
324
|
-
}
|
|
325
328
|
function createItemLinkCreateDtoFromDiscriminatorValue(parseNode) {
|
|
326
329
|
return deserializeIntoItemLinkCreateDto;
|
|
327
330
|
}
|
|
@@ -373,18 +376,42 @@ function createLocalizedStringDtoFromDiscriminatorValue(parseNode) {
|
|
|
373
376
|
function createLowOrderQueryDTOFromDiscriminatorValue(parseNode) {
|
|
374
377
|
return deserializeIntoLowOrderQueryDTO;
|
|
375
378
|
}
|
|
379
|
+
function createMatchingPathFromRootDTOFromDiscriminatorValue(parseNode) {
|
|
380
|
+
return deserializeIntoMatchingPathFromRootDTO;
|
|
381
|
+
}
|
|
376
382
|
function createMatrixFieldDtoFromDiscriminatorValue(parseNode) {
|
|
377
383
|
return deserializeIntoMatrixFieldDto;
|
|
378
384
|
}
|
|
385
|
+
function createMeAccountDtoFromDiscriminatorValue(parseNode) {
|
|
386
|
+
return deserializeIntoMeAccountDto;
|
|
387
|
+
}
|
|
388
|
+
function createMeDtoFromDiscriminatorValue(parseNode) {
|
|
389
|
+
return deserializeIntoMeDto;
|
|
390
|
+
}
|
|
379
391
|
function createPartitionDtoFromDiscriminatorValue(parseNode) {
|
|
380
392
|
return deserializeIntoPartitionDto;
|
|
381
393
|
}
|
|
394
|
+
function createPartnerDtoFromDiscriminatorValue(parseNode) {
|
|
395
|
+
return deserializeIntoPartnerDto;
|
|
396
|
+
}
|
|
397
|
+
function createPartnerGroupDtoFromDiscriminatorValue(parseNode) {
|
|
398
|
+
return deserializeIntoPartnerGroupDto;
|
|
399
|
+
}
|
|
400
|
+
function createPartnerGroupMembersDtoFromDiscriminatorValue(parseNode) {
|
|
401
|
+
return deserializeIntoPartnerGroupMembersDto;
|
|
402
|
+
}
|
|
403
|
+
function createPartnerInvitationDtoFromDiscriminatorValue(parseNode) {
|
|
404
|
+
return deserializeIntoPartnerInvitationDto;
|
|
405
|
+
}
|
|
382
406
|
function createPatchPublicationDtoFromDiscriminatorValue(parseNode) {
|
|
383
407
|
return deserializeIntoPatchPublicationDto;
|
|
384
408
|
}
|
|
385
409
|
function createPatchTaskExecutionDtoFromDiscriminatorValue(parseNode) {
|
|
386
410
|
return deserializeIntoPatchTaskExecutionDto;
|
|
387
411
|
}
|
|
412
|
+
function createPathFromRootDTOFromDiscriminatorValue(parseNode) {
|
|
413
|
+
return deserializeIntoPathFromRootDTO;
|
|
414
|
+
}
|
|
388
415
|
function createPipelineDtoFromDiscriminatorValue(parseNode) {
|
|
389
416
|
return deserializeIntoPipelineDto;
|
|
390
417
|
}
|
|
@@ -439,6 +466,18 @@ function createPublicationDto_fieldsFromDiscriminatorValue(parseNode) {
|
|
|
439
466
|
function createPublicationDtoFromDiscriminatorValue(parseNode) {
|
|
440
467
|
return deserializeIntoPublicationDto;
|
|
441
468
|
}
|
|
469
|
+
function createRecommendedCompositeExistingItemRowDTOFromDiscriminatorValue(parseNode) {
|
|
470
|
+
return deserializeIntoRecommendedCompositeExistingItemRowDTO;
|
|
471
|
+
}
|
|
472
|
+
function createRecommendedCompositeNewItemRowDTOFromDiscriminatorValue(parseNode) {
|
|
473
|
+
return deserializeIntoRecommendedCompositeNewItemRowDTO;
|
|
474
|
+
}
|
|
475
|
+
function createRecommendedCompositeRowsDTOFromDiscriminatorValue(parseNode) {
|
|
476
|
+
return deserializeIntoRecommendedCompositeRowsDTO;
|
|
477
|
+
}
|
|
478
|
+
function createRecommendedCompositeRowStrategyDTOFromDiscriminatorValue(parseNode) {
|
|
479
|
+
return deserializeIntoRecommendedCompositeRowStrategyDTO;
|
|
480
|
+
}
|
|
442
481
|
function createScreenColumnDtoFromDiscriminatorValue(parseNode) {
|
|
443
482
|
return deserializeIntoScreenColumnDto;
|
|
444
483
|
}
|
|
@@ -454,6 +493,9 @@ function createSectionDto_metadataFromDiscriminatorValue(parseNode) {
|
|
|
454
493
|
function createSectionDtoFromDiscriminatorValue(parseNode) {
|
|
455
494
|
return deserializeIntoSectionDto;
|
|
456
495
|
}
|
|
496
|
+
function createSuggestionDeletedCompositeRowDTOFromDiscriminatorValue(parseNode) {
|
|
497
|
+
return deserializeIntoSuggestionDeletedCompositeRowDTO;
|
|
498
|
+
}
|
|
457
499
|
function createSuggestionDeletedFieldDTOFromDiscriminatorValue(parseNode) {
|
|
458
500
|
return deserializeIntoSuggestionDeletedFieldDTO;
|
|
459
501
|
}
|
|
@@ -529,6 +571,9 @@ function createUpdateJobDto_outputFromDiscriminatorValue(parseNode) {
|
|
|
529
571
|
function createUpdateJobDtoFromDiscriminatorValue(parseNode) {
|
|
530
572
|
return deserializeIntoUpdateJobDto;
|
|
531
573
|
}
|
|
574
|
+
function createUpdatePartnerGroupDtoFromDiscriminatorValue(parseNode) {
|
|
575
|
+
return deserializeIntoUpdatePartnerGroupDto;
|
|
576
|
+
}
|
|
532
577
|
function createUpdateTaskDtoFromDiscriminatorValue(parseNode) {
|
|
533
578
|
return deserializeIntoUpdateTaskDto;
|
|
534
579
|
}
|
|
@@ -572,20 +617,25 @@ function deserializeIntoAccountDto(accountDto = {}) {
|
|
|
572
617
|
}
|
|
573
618
|
};
|
|
574
619
|
}
|
|
575
|
-
function
|
|
576
|
-
return {
|
|
577
|
-
"isAcknowledged": (n) => {
|
|
578
|
-
applyAllSuggestionDto.isAcknowledged = n.getBooleanValue();
|
|
579
|
-
}
|
|
580
|
-
};
|
|
581
|
-
}
|
|
582
|
-
function deserializeIntoApplySuggestionDto(applySuggestionDto = {}) {
|
|
620
|
+
function deserializeIntoApplySuggestionOnCompositeDto(applySuggestionOnCompositeDto = {}) {
|
|
583
621
|
return {
|
|
622
|
+
"compositeFieldKey": (n) => {
|
|
623
|
+
applySuggestionOnCompositeDto.compositeFieldKey = n.getStringValue();
|
|
624
|
+
},
|
|
625
|
+
"compositeFields": (n) => {
|
|
626
|
+
applySuggestionOnCompositeDto.compositeFields = n.getCollectionOfObjectValues(createApplySuggestionOnCompositeDtoFromDiscriminatorValue);
|
|
627
|
+
},
|
|
584
628
|
"fieldsKey": (n) => {
|
|
585
|
-
|
|
629
|
+
applySuggestionOnCompositeDto.fieldsKey = n.getCollectionOfPrimitiveValues();
|
|
586
630
|
},
|
|
587
|
-
"
|
|
588
|
-
|
|
631
|
+
"fromSuggestionRowId": (n) => {
|
|
632
|
+
applySuggestionOnCompositeDto.fromSuggestionRowId = n.getStringValue();
|
|
633
|
+
},
|
|
634
|
+
"toItemRowId": (n) => {
|
|
635
|
+
applySuggestionOnCompositeDto.toItemRowId = n.getStringValue();
|
|
636
|
+
},
|
|
637
|
+
"type": (n) => {
|
|
638
|
+
applySuggestionOnCompositeDto.type = n.getEnumValue(ApplySuggestionOnCompositeDto_typeObject);
|
|
589
639
|
}
|
|
590
640
|
};
|
|
591
641
|
}
|
|
@@ -737,6 +787,19 @@ function deserializeIntoCommentThreadUpdateDto(commentThreadUpdateDto = {}) {
|
|
|
737
787
|
}
|
|
738
788
|
};
|
|
739
789
|
}
|
|
790
|
+
function deserializeIntoCompositeCollectStrategyDto(compositeCollectStrategyDto = {}) {
|
|
791
|
+
return {
|
|
792
|
+
"fieldsKey": (n) => {
|
|
793
|
+
compositeCollectStrategyDto.fieldsKey = n.getCollectionOfPrimitiveValues();
|
|
794
|
+
},
|
|
795
|
+
"priority": (n) => {
|
|
796
|
+
compositeCollectStrategyDto.priority = n.getNumberValue();
|
|
797
|
+
},
|
|
798
|
+
"type": (n) => {
|
|
799
|
+
compositeCollectStrategyDto.type = n.getEnumValue(CompositeCollectStrategyDto_typeObject);
|
|
800
|
+
}
|
|
801
|
+
};
|
|
802
|
+
}
|
|
740
803
|
function deserializeIntoCreateJobDto(createJobDto = {}) {
|
|
741
804
|
return {
|
|
742
805
|
"description": (n) => {
|
|
@@ -796,6 +859,16 @@ function deserializeIntoCreateJobExecutionDto(createJobExecutionDto = {}) {
|
|
|
796
859
|
function deserializeIntoCreateJobExecutionDto_input(createJobExecutionDto_input = {}) {
|
|
797
860
|
return {};
|
|
798
861
|
}
|
|
862
|
+
function deserializeIntoCreatePartnerGroupDto(createPartnerGroupDto = {}) {
|
|
863
|
+
return {
|
|
864
|
+
"description": (n) => {
|
|
865
|
+
createPartnerGroupDto.description = n.getStringValue();
|
|
866
|
+
},
|
|
867
|
+
"title": (n) => {
|
|
868
|
+
createPartnerGroupDto.title = n.getStringValue();
|
|
869
|
+
}
|
|
870
|
+
};
|
|
871
|
+
}
|
|
799
872
|
function deserializeIntoCreateProjectDto(createProjectDto = {}) {
|
|
800
873
|
return {
|
|
801
874
|
"displayName": (n) => {
|
|
@@ -906,6 +979,9 @@ function deserializeIntoDisplayInfoDto(displayInfoDto = {}) {
|
|
|
906
979
|
}
|
|
907
980
|
function deserializeIntoFieldDto(fieldDto = {}) {
|
|
908
981
|
return {
|
|
982
|
+
"compositeCollectStrategies": (n) => {
|
|
983
|
+
fieldDto.compositeCollectStrategies = n.getCollectionOfObjectValues(createCompositeCollectStrategyDtoFromDiscriminatorValue);
|
|
984
|
+
},
|
|
909
985
|
"createdAt": (n) => {
|
|
910
986
|
fieldDto.createdAt = n.getStringValue();
|
|
911
987
|
},
|
|
@@ -921,6 +997,9 @@ function deserializeIntoFieldDto(fieldDto = {}) {
|
|
|
921
997
|
"id": (n) => {
|
|
922
998
|
fieldDto.id = n.getStringValue();
|
|
923
999
|
},
|
|
1000
|
+
"isUnique": (n) => {
|
|
1001
|
+
fieldDto.isUnique = n.getBooleanValue();
|
|
1002
|
+
},
|
|
924
1003
|
"key": (n) => {
|
|
925
1004
|
fieldDto.key = n.getStringValue();
|
|
926
1005
|
},
|
|
@@ -1203,11 +1282,14 @@ function deserializeIntoItemFieldCompositeDTO(itemFieldCompositeDTO = {}) {
|
|
|
1203
1282
|
"key": (n) => {
|
|
1204
1283
|
itemFieldCompositeDTO.key = n.getStringValue();
|
|
1205
1284
|
},
|
|
1285
|
+
"multiValued": (n) => {
|
|
1286
|
+
itemFieldCompositeDTO.multiValued = n.getBooleanValue();
|
|
1287
|
+
},
|
|
1206
1288
|
"type": (n) => {
|
|
1207
1289
|
itemFieldCompositeDTO.type = n.getEnumValue(ItemFieldCompositeDTO_typeObject);
|
|
1208
1290
|
},
|
|
1209
1291
|
"value": (n) => {
|
|
1210
|
-
itemFieldCompositeDTO.value = n.getObjectValue(
|
|
1292
|
+
itemFieldCompositeDTO.value = n.getObjectValue(createItemFieldCompositeValuesDTOFromDiscriminatorValue);
|
|
1211
1293
|
}
|
|
1212
1294
|
};
|
|
1213
1295
|
}
|
|
@@ -1215,6 +1297,12 @@ function deserializeIntoItemFieldCompositeValueDTO(itemFieldCompositeValueDTO =
|
|
|
1215
1297
|
return {
|
|
1216
1298
|
"data": (n) => {
|
|
1217
1299
|
itemFieldCompositeValueDTO.data = _nullishCoalesce(_nullishCoalesce(_nullishCoalesce(_nullishCoalesce(_nullishCoalesce(n.getCollectionOfObjectValues(createItemFieldCompositeDTOFromDiscriminatorValue), () => ( n.getCollectionOfObjectValues(createItemFieldFileDTOFromDiscriminatorValue))), () => ( n.getCollectionOfObjectValues(createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue))), () => ( n.getCollectionOfObjectValues(createItemFieldNumberDTOFromDiscriminatorValue))), () => ( n.getCollectionOfObjectValues(createItemFieldStringArrayDTOFromDiscriminatorValue))), () => ( n.getCollectionOfObjectValues(createItemFieldStringDTOFromDiscriminatorValue)));
|
|
1300
|
+
},
|
|
1301
|
+
"id": (n) => {
|
|
1302
|
+
itemFieldCompositeValueDTO.id = n.getStringValue();
|
|
1303
|
+
},
|
|
1304
|
+
"position": (n) => {
|
|
1305
|
+
itemFieldCompositeValueDTO.position = n.getNumberValue();
|
|
1218
1306
|
}
|
|
1219
1307
|
};
|
|
1220
1308
|
}
|
|
@@ -1228,6 +1316,13 @@ function deserializeIntoItemFieldCompositeValueDTO_data(itemFieldCompositeValueD
|
|
|
1228
1316
|
...deserializeIntoItemFieldStringDTO(itemFieldCompositeValueDTO_data)
|
|
1229
1317
|
};
|
|
1230
1318
|
}
|
|
1319
|
+
function deserializeIntoItemFieldCompositeValuesDTO(itemFieldCompositeValuesDTO = {}) {
|
|
1320
|
+
return {
|
|
1321
|
+
"data": (n) => {
|
|
1322
|
+
itemFieldCompositeValuesDTO.data = n.getCollectionOfObjectValues(createItemFieldCompositeValueDTOFromDiscriminatorValue);
|
|
1323
|
+
}
|
|
1324
|
+
};
|
|
1325
|
+
}
|
|
1231
1326
|
function deserializeIntoItemFieldFileData(itemFieldFileData = {}) {
|
|
1232
1327
|
return {
|
|
1233
1328
|
"filename": (n) => {
|
|
@@ -1354,79 +1449,6 @@ function deserializeIntoItemFieldStringDTO(itemFieldStringDTO = {}) {
|
|
|
1354
1449
|
}
|
|
1355
1450
|
};
|
|
1356
1451
|
}
|
|
1357
|
-
function deserializeIntoItemFindDTO(itemFindDTO = {}) {
|
|
1358
|
-
return {
|
|
1359
|
-
"attachmentExtension": (n) => {
|
|
1360
|
-
itemFindDTO.attachmentExtension = n.getStringValue();
|
|
1361
|
-
},
|
|
1362
|
-
"imageColorProfile": (n) => {
|
|
1363
|
-
itemFindDTO.imageColorProfile = n.getStringValue();
|
|
1364
|
-
},
|
|
1365
|
-
"imageColorSpace": (n) => {
|
|
1366
|
-
itemFindDTO.imageColorSpace = n.getStringValue();
|
|
1367
|
-
},
|
|
1368
|
-
"imageExtension": (n) => {
|
|
1369
|
-
itemFindDTO.imageExtension = n.getStringValue();
|
|
1370
|
-
},
|
|
1371
|
-
"imageHeightMax": (n) => {
|
|
1372
|
-
itemFindDTO.imageHeightMax = n.getNumberValue();
|
|
1373
|
-
},
|
|
1374
|
-
"imageHeightMin": (n) => {
|
|
1375
|
-
itemFindDTO.imageHeightMin = n.getNumberValue();
|
|
1376
|
-
},
|
|
1377
|
-
"imageWidthMax": (n) => {
|
|
1378
|
-
itemFindDTO.imageWidthMax = n.getNumberValue();
|
|
1379
|
-
},
|
|
1380
|
-
"imageWidthMin": (n) => {
|
|
1381
|
-
itemFindDTO.imageWidthMin = n.getNumberValue();
|
|
1382
|
-
},
|
|
1383
|
-
"isEmpty": (n) => {
|
|
1384
|
-
itemFindDTO.isEmpty = n.getBooleanValue();
|
|
1385
|
-
},
|
|
1386
|
-
"isNotEmpty": (n) => {
|
|
1387
|
-
itemFindDTO.isNotEmpty = n.getBooleanValue();
|
|
1388
|
-
},
|
|
1389
|
-
"itemIds": (n) => {
|
|
1390
|
-
itemFindDTO.itemIds = n.getCollectionOfPrimitiveValues();
|
|
1391
|
-
},
|
|
1392
|
-
"keyName": (n) => {
|
|
1393
|
-
itemFindDTO.keyName = n.getStringValue();
|
|
1394
|
-
},
|
|
1395
|
-
"negate": (n) => {
|
|
1396
|
-
itemFindDTO.negate = n.getBooleanValue();
|
|
1397
|
-
},
|
|
1398
|
-
"numberMax": (n) => {
|
|
1399
|
-
itemFindDTO.numberMax = n.getNumberValue();
|
|
1400
|
-
},
|
|
1401
|
-
"numberMin": (n) => {
|
|
1402
|
-
itemFindDTO.numberMin = n.getNumberValue();
|
|
1403
|
-
},
|
|
1404
|
-
"order": (n) => {
|
|
1405
|
-
itemFindDTO.order = n.getEnumValue(ItemFindDTO_orderObject);
|
|
1406
|
-
},
|
|
1407
|
-
"rangeMax": (n) => {
|
|
1408
|
-
itemFindDTO.rangeMax = n.getStringValue();
|
|
1409
|
-
},
|
|
1410
|
-
"rangeMin": (n) => {
|
|
1411
|
-
itemFindDTO.rangeMin = n.getStringValue();
|
|
1412
|
-
},
|
|
1413
|
-
"selectOptions": (n) => {
|
|
1414
|
-
itemFindDTO.selectOptions = n.getCollectionOfPrimitiveValues();
|
|
1415
|
-
},
|
|
1416
|
-
"stringContains": (n) => {
|
|
1417
|
-
itemFindDTO.stringContains = n.getCollectionOfPrimitiveValues();
|
|
1418
|
-
},
|
|
1419
|
-
"stringEndsWith": (n) => {
|
|
1420
|
-
itemFindDTO.stringEndsWith = n.getCollectionOfPrimitiveValues();
|
|
1421
|
-
},
|
|
1422
|
-
"stringEquals": (n) => {
|
|
1423
|
-
itemFindDTO.stringEquals = n.getCollectionOfPrimitiveValues();
|
|
1424
|
-
},
|
|
1425
|
-
"stringStartsWith": (n) => {
|
|
1426
|
-
itemFindDTO.stringStartsWith = n.getCollectionOfPrimitiveValues();
|
|
1427
|
-
}
|
|
1428
|
-
};
|
|
1429
|
-
}
|
|
1430
1452
|
function deserializeIntoItemLinkCreateDto(itemLinkCreateDto = {}) {
|
|
1431
1453
|
return {
|
|
1432
1454
|
"fromItemId": (n) => {
|
|
@@ -1782,6 +1804,19 @@ function deserializeIntoLowOrderQueryDTO(lowOrderQueryDTO = {}) {
|
|
|
1782
1804
|
}
|
|
1783
1805
|
};
|
|
1784
1806
|
}
|
|
1807
|
+
function deserializeIntoMatchingPathFromRootDTO(matchingPathFromRootDTO = {}) {
|
|
1808
|
+
return {
|
|
1809
|
+
"fieldKey": (n) => {
|
|
1810
|
+
matchingPathFromRootDTO.fieldKey = n.getStringValue();
|
|
1811
|
+
},
|
|
1812
|
+
"itemRowId": (n) => {
|
|
1813
|
+
matchingPathFromRootDTO.itemRowId = n.getStringValue();
|
|
1814
|
+
},
|
|
1815
|
+
"suggestionRowId": (n) => {
|
|
1816
|
+
matchingPathFromRootDTO.suggestionRowId = n.getStringValue();
|
|
1817
|
+
}
|
|
1818
|
+
};
|
|
1819
|
+
}
|
|
1785
1820
|
function deserializeIntoMatrixFieldDto(matrixFieldDto = {}) {
|
|
1786
1821
|
return {
|
|
1787
1822
|
"createdAt": (n) => {
|
|
@@ -1810,6 +1845,37 @@ function deserializeIntoMatrixFieldDto(matrixFieldDto = {}) {
|
|
|
1810
1845
|
}
|
|
1811
1846
|
};
|
|
1812
1847
|
}
|
|
1848
|
+
function deserializeIntoMeAccountDto(meAccountDto = {}) {
|
|
1849
|
+
return {
|
|
1850
|
+
"createdAt": (n) => {
|
|
1851
|
+
meAccountDto.createdAt = n.getStringValue();
|
|
1852
|
+
},
|
|
1853
|
+
"id": (n) => {
|
|
1854
|
+
meAccountDto.id = n.getStringValue();
|
|
1855
|
+
},
|
|
1856
|
+
"key": (n) => {
|
|
1857
|
+
meAccountDto.key = n.getStringValue();
|
|
1858
|
+
},
|
|
1859
|
+
"memberStatus": (n) => {
|
|
1860
|
+
meAccountDto.memberStatus = n.getEnumValue(MeAccountDto_memberStatusObject);
|
|
1861
|
+
},
|
|
1862
|
+
"name": (n) => {
|
|
1863
|
+
meAccountDto.name = n.getStringValue();
|
|
1864
|
+
},
|
|
1865
|
+
"object": (n) => {
|
|
1866
|
+
meAccountDto.object = n.getEnumValue(MeAccountDto_objectObject);
|
|
1867
|
+
},
|
|
1868
|
+
"role": (n) => {
|
|
1869
|
+
meAccountDto.role = n.getEnumValue(MeAccountDto_roleObject);
|
|
1870
|
+
},
|
|
1871
|
+
"updatedAt": (n) => {
|
|
1872
|
+
meAccountDto.updatedAt = n.getStringValue();
|
|
1873
|
+
}
|
|
1874
|
+
};
|
|
1875
|
+
}
|
|
1876
|
+
function deserializeIntoMeDto(meDto = {}) {
|
|
1877
|
+
return {};
|
|
1878
|
+
}
|
|
1813
1879
|
function deserializeIntoPartitionDto(partitionDto = {}) {
|
|
1814
1880
|
return {
|
|
1815
1881
|
"createdAt": (n) => {
|
|
@@ -1847,6 +1913,94 @@ function deserializeIntoPartitionDto(partitionDto = {}) {
|
|
|
1847
1913
|
}
|
|
1848
1914
|
};
|
|
1849
1915
|
}
|
|
1916
|
+
function deserializeIntoPartnerDto(partnerDto = {}) {
|
|
1917
|
+
return {
|
|
1918
|
+
"accountId": (n) => {
|
|
1919
|
+
partnerDto.accountId = n.getStringValue();
|
|
1920
|
+
},
|
|
1921
|
+
"createdAt": (n) => {
|
|
1922
|
+
partnerDto.createdAt = n.getStringValue();
|
|
1923
|
+
},
|
|
1924
|
+
"id": (n) => {
|
|
1925
|
+
partnerDto.id = n.getStringValue();
|
|
1926
|
+
},
|
|
1927
|
+
"object": (n) => {
|
|
1928
|
+
partnerDto.object = n.getEnumValue(PartnerDto_objectObject);
|
|
1929
|
+
},
|
|
1930
|
+
"status": (n) => {
|
|
1931
|
+
partnerDto.status = n.getEnumValue(PartnerDto_statusObject);
|
|
1932
|
+
},
|
|
1933
|
+
"updatedAt": (n) => {
|
|
1934
|
+
partnerDto.updatedAt = n.getStringValue();
|
|
1935
|
+
}
|
|
1936
|
+
};
|
|
1937
|
+
}
|
|
1938
|
+
function deserializeIntoPartnerGroupDto(partnerGroupDto = {}) {
|
|
1939
|
+
return {
|
|
1940
|
+
"accountId": (n) => {
|
|
1941
|
+
partnerGroupDto.accountId = n.getStringValue();
|
|
1942
|
+
},
|
|
1943
|
+
"createdAt": (n) => {
|
|
1944
|
+
partnerGroupDto.createdAt = n.getStringValue();
|
|
1945
|
+
},
|
|
1946
|
+
"description": (n) => {
|
|
1947
|
+
partnerGroupDto.description = n.getStringValue();
|
|
1948
|
+
},
|
|
1949
|
+
"id": (n) => {
|
|
1950
|
+
partnerGroupDto.id = n.getStringValue();
|
|
1951
|
+
},
|
|
1952
|
+
"members": (n) => {
|
|
1953
|
+
partnerGroupDto.members = n.getCollectionOfPrimitiveValues();
|
|
1954
|
+
},
|
|
1955
|
+
"object": (n) => {
|
|
1956
|
+
partnerGroupDto.object = n.getEnumValue(PartnerGroupDto_objectObject);
|
|
1957
|
+
},
|
|
1958
|
+
"title": (n) => {
|
|
1959
|
+
partnerGroupDto.title = n.getStringValue();
|
|
1960
|
+
},
|
|
1961
|
+
"updatedAt": (n) => {
|
|
1962
|
+
partnerGroupDto.updatedAt = n.getStringValue();
|
|
1963
|
+
}
|
|
1964
|
+
};
|
|
1965
|
+
}
|
|
1966
|
+
function deserializeIntoPartnerGroupMembersDto(partnerGroupMembersDto = {}) {
|
|
1967
|
+
return {
|
|
1968
|
+
"membersId": (n) => {
|
|
1969
|
+
partnerGroupMembersDto.membersId = n.getCollectionOfPrimitiveValues();
|
|
1970
|
+
}
|
|
1971
|
+
};
|
|
1972
|
+
}
|
|
1973
|
+
function deserializeIntoPartnerInvitationDto(partnerInvitationDto = {}) {
|
|
1974
|
+
return {
|
|
1975
|
+
"accountId": (n) => {
|
|
1976
|
+
partnerInvitationDto.accountId = n.getStringValue();
|
|
1977
|
+
},
|
|
1978
|
+
"createdAt": (n) => {
|
|
1979
|
+
partnerInvitationDto.createdAt = n.getStringValue();
|
|
1980
|
+
},
|
|
1981
|
+
"fromUserId": (n) => {
|
|
1982
|
+
partnerInvitationDto.fromUserId = n.getStringValue();
|
|
1983
|
+
},
|
|
1984
|
+
"id": (n) => {
|
|
1985
|
+
partnerInvitationDto.id = n.getStringValue();
|
|
1986
|
+
},
|
|
1987
|
+
"object": (n) => {
|
|
1988
|
+
partnerInvitationDto.object = n.getEnumValue(PartnerInvitationDto_objectObject);
|
|
1989
|
+
},
|
|
1990
|
+
"status": (n) => {
|
|
1991
|
+
partnerInvitationDto.status = n.getEnumValue(PartnerInvitationDto_statusObject);
|
|
1992
|
+
},
|
|
1993
|
+
"toAccountName": (n) => {
|
|
1994
|
+
partnerInvitationDto.toAccountName = n.getStringValue();
|
|
1995
|
+
},
|
|
1996
|
+
"toUserEmail": (n) => {
|
|
1997
|
+
partnerInvitationDto.toUserEmail = n.getStringValue();
|
|
1998
|
+
},
|
|
1999
|
+
"updatedAt": (n) => {
|
|
2000
|
+
partnerInvitationDto.updatedAt = n.getStringValue();
|
|
2001
|
+
}
|
|
2002
|
+
};
|
|
2003
|
+
}
|
|
1850
2004
|
function deserializeIntoPatchPublicationDto(patchPublicationDto = {}) {
|
|
1851
2005
|
return {
|
|
1852
2006
|
"status": (n) => {
|
|
@@ -1870,6 +2024,16 @@ function deserializeIntoPatchTaskExecutionDto(patchTaskExecutionDto = {}) {
|
|
|
1870
2024
|
}
|
|
1871
2025
|
};
|
|
1872
2026
|
}
|
|
2027
|
+
function deserializeIntoPathFromRootDTO(pathFromRootDTO = {}) {
|
|
2028
|
+
return {
|
|
2029
|
+
"fieldKey": (n) => {
|
|
2030
|
+
pathFromRootDTO.fieldKey = n.getStringValue();
|
|
2031
|
+
},
|
|
2032
|
+
"id": (n) => {
|
|
2033
|
+
pathFromRootDTO.id = n.getStringValue();
|
|
2034
|
+
}
|
|
2035
|
+
};
|
|
2036
|
+
}
|
|
1873
2037
|
function deserializeIntoPipelineDto(pipelineDto = {}) {
|
|
1874
2038
|
return {
|
|
1875
2039
|
"createdAt": (n) => {
|
|
@@ -1980,6 +2144,61 @@ function deserializeIntoPublicationDto_fields(publicationDto_fields = {}) {
|
|
|
1980
2144
|
...deserializeIntoItemFieldStringDTO(publicationDto_fields)
|
|
1981
2145
|
};
|
|
1982
2146
|
}
|
|
2147
|
+
function deserializeIntoRecommendedCompositeExistingItemRowDTO(recommendedCompositeExistingItemRowDTO = {}) {
|
|
2148
|
+
return {
|
|
2149
|
+
"compositeFieldKey": (n) => {
|
|
2150
|
+
recommendedCompositeExistingItemRowDTO.compositeFieldKey = n.getStringValue();
|
|
2151
|
+
},
|
|
2152
|
+
"itemRowId": (n) => {
|
|
2153
|
+
recommendedCompositeExistingItemRowDTO.itemRowId = n.getStringValue();
|
|
2154
|
+
},
|
|
2155
|
+
"strategyUsed": (n) => {
|
|
2156
|
+
recommendedCompositeExistingItemRowDTO.strategyUsed = n.getObjectValue(createRecommendedCompositeRowStrategyDTOFromDiscriminatorValue);
|
|
2157
|
+
},
|
|
2158
|
+
"suggestionRowId": (n) => {
|
|
2159
|
+
recommendedCompositeExistingItemRowDTO.suggestionRowId = n.getStringValue();
|
|
2160
|
+
},
|
|
2161
|
+
"type": (n) => {
|
|
2162
|
+
recommendedCompositeExistingItemRowDTO.type = n.getEnumValue(RecommendedCompositeExistingItemRowDTO_typeObject);
|
|
2163
|
+
}
|
|
2164
|
+
};
|
|
2165
|
+
}
|
|
2166
|
+
function deserializeIntoRecommendedCompositeNewItemRowDTO(recommendedCompositeNewItemRowDTO = {}) {
|
|
2167
|
+
return {
|
|
2168
|
+
"compositeFieldKey": (n) => {
|
|
2169
|
+
recommendedCompositeNewItemRowDTO.compositeFieldKey = n.getStringValue();
|
|
2170
|
+
},
|
|
2171
|
+
"pathFromRoot": (n) => {
|
|
2172
|
+
recommendedCompositeNewItemRowDTO.pathFromRoot = n.getCollectionOfObjectValues(createMatchingPathFromRootDTOFromDiscriminatorValue);
|
|
2173
|
+
},
|
|
2174
|
+
"suggestionRowId": (n) => {
|
|
2175
|
+
recommendedCompositeNewItemRowDTO.suggestionRowId = n.getStringValue();
|
|
2176
|
+
},
|
|
2177
|
+
"type": (n) => {
|
|
2178
|
+
recommendedCompositeNewItemRowDTO.type = n.getEnumValue(RecommendedCompositeNewItemRowDTO_typeObject);
|
|
2179
|
+
}
|
|
2180
|
+
};
|
|
2181
|
+
}
|
|
2182
|
+
function deserializeIntoRecommendedCompositeRowsDTO(recommendedCompositeRowsDTO = {}) {
|
|
2183
|
+
return {
|
|
2184
|
+
"existingItemRows": (n) => {
|
|
2185
|
+
recommendedCompositeRowsDTO.existingItemRows = n.getCollectionOfObjectValues(createRecommendedCompositeExistingItemRowDTOFromDiscriminatorValue);
|
|
2186
|
+
},
|
|
2187
|
+
"newItemRows": (n) => {
|
|
2188
|
+
recommendedCompositeRowsDTO.newItemRows = n.getCollectionOfObjectValues(createRecommendedCompositeNewItemRowDTOFromDiscriminatorValue);
|
|
2189
|
+
}
|
|
2190
|
+
};
|
|
2191
|
+
}
|
|
2192
|
+
function deserializeIntoRecommendedCompositeRowStrategyDTO(recommendedCompositeRowStrategyDTO = {}) {
|
|
2193
|
+
return {
|
|
2194
|
+
"priority": (n) => {
|
|
2195
|
+
recommendedCompositeRowStrategyDTO.priority = n.getNumberValue();
|
|
2196
|
+
},
|
|
2197
|
+
"type": (n) => {
|
|
2198
|
+
recommendedCompositeRowStrategyDTO.type = n.getEnumValue(RecommendedCompositeRowStrategyDTO_typeObject);
|
|
2199
|
+
}
|
|
2200
|
+
};
|
|
2201
|
+
}
|
|
1983
2202
|
function deserializeIntoScreenColumnDto(screenColumnDto = {}) {
|
|
1984
2203
|
return {
|
|
1985
2204
|
"createdAt": (n) => {
|
|
@@ -2128,6 +2347,19 @@ function deserializeIntoSectionDto(sectionDto = {}) {
|
|
|
2128
2347
|
function deserializeIntoSectionDto_metadata(sectionDto_metadata = {}) {
|
|
2129
2348
|
return {};
|
|
2130
2349
|
}
|
|
2350
|
+
function deserializeIntoSuggestionDeletedCompositeRowDTO(suggestionDeletedCompositeRowDTO = {}) {
|
|
2351
|
+
return {
|
|
2352
|
+
"fieldKey": (n) => {
|
|
2353
|
+
suggestionDeletedCompositeRowDTO.fieldKey = n.getStringValue();
|
|
2354
|
+
},
|
|
2355
|
+
"pathFromRoot": (n) => {
|
|
2356
|
+
suggestionDeletedCompositeRowDTO.pathFromRoot = n.getCollectionOfObjectValues(createPathFromRootDTOFromDiscriminatorValue);
|
|
2357
|
+
},
|
|
2358
|
+
"row": (n) => {
|
|
2359
|
+
suggestionDeletedCompositeRowDTO.row = n.getObjectValue(createItemFieldCompositeValueDTOFromDiscriminatorValue);
|
|
2360
|
+
}
|
|
2361
|
+
};
|
|
2362
|
+
}
|
|
2131
2363
|
function deserializeIntoSuggestionDeletedFieldDTO(suggestionDeletedFieldDTO = {}) {
|
|
2132
2364
|
return {
|
|
2133
2365
|
"key": (n) => {
|
|
@@ -2143,6 +2375,9 @@ function deserializeIntoSuggestionDto(suggestionDto = {}) {
|
|
|
2143
2375
|
"createdAt": (n) => {
|
|
2144
2376
|
suggestionDto.createdAt = n.getStringValue();
|
|
2145
2377
|
},
|
|
2378
|
+
"deletedCompositeRows": (n) => {
|
|
2379
|
+
suggestionDto.deletedCompositeRows = n.getCollectionOfObjectValues(createSuggestionDeletedCompositeRowDTOFromDiscriminatorValue);
|
|
2380
|
+
},
|
|
2146
2381
|
"deletedFields": (n) => {
|
|
2147
2382
|
suggestionDto.deletedFields = n.getCollectionOfObjectValues(createSuggestionDeletedFieldDTOFromDiscriminatorValue);
|
|
2148
2383
|
},
|
|
@@ -2170,6 +2405,9 @@ function deserializeIntoSuggestionDto(suggestionDto = {}) {
|
|
|
2170
2405
|
"object": (n) => {
|
|
2171
2406
|
suggestionDto.object = n.getEnumValue(SuggestionDto_objectObject);
|
|
2172
2407
|
},
|
|
2408
|
+
"recommendedCompositeRows": (n) => {
|
|
2409
|
+
suggestionDto.recommendedCompositeRows = n.getObjectValue(createRecommendedCompositeRowsDTOFromDiscriminatorValue);
|
|
2410
|
+
},
|
|
2173
2411
|
"screenId": (n) => {
|
|
2174
2412
|
suggestionDto.screenId = n.getStringValue();
|
|
2175
2413
|
},
|
|
@@ -2368,6 +2606,16 @@ function deserializeIntoUpdateJobDto(updateJobDto = {}) {
|
|
|
2368
2606
|
function deserializeIntoUpdateJobDto_output(updateJobDto_output = {}) {
|
|
2369
2607
|
return {};
|
|
2370
2608
|
}
|
|
2609
|
+
function deserializeIntoUpdatePartnerGroupDto(updatePartnerGroupDto = {}) {
|
|
2610
|
+
return {
|
|
2611
|
+
"description": (n) => {
|
|
2612
|
+
updatePartnerGroupDto.description = n.getStringValue();
|
|
2613
|
+
},
|
|
2614
|
+
"title": (n) => {
|
|
2615
|
+
updatePartnerGroupDto.title = n.getStringValue();
|
|
2616
|
+
}
|
|
2617
|
+
};
|
|
2618
|
+
}
|
|
2371
2619
|
function deserializeIntoUpdateTaskDto(updateTaskDto = {}) {
|
|
2372
2620
|
return {
|
|
2373
2621
|
"backoffScaleFactor": (n) => {
|
|
@@ -2540,6 +2788,9 @@ function deserializeIntoVariableDto(variableDto = {}) {
|
|
|
2540
2788
|
},
|
|
2541
2789
|
"value": (n) => {
|
|
2542
2790
|
variableDto.value = n.getStringValue();
|
|
2791
|
+
},
|
|
2792
|
+
"version": (n) => {
|
|
2793
|
+
variableDto.version = n.getStringValue();
|
|
2543
2794
|
}
|
|
2544
2795
|
};
|
|
2545
2796
|
}
|
|
@@ -2554,17 +2805,15 @@ function serializeAccountDto(writer, accountDto = {}) {
|
|
|
2554
2805
|
writer.writeAdditionalData(accountDto.additionalData);
|
|
2555
2806
|
}
|
|
2556
2807
|
}
|
|
2557
|
-
function
|
|
2558
|
-
if (
|
|
2559
|
-
writer.
|
|
2560
|
-
writer.
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
writer.
|
|
2566
|
-
writer.writeBooleanValue("isAcknowledged", applySuggestionDto.isAcknowledged);
|
|
2567
|
-
writer.writeAdditionalData(applySuggestionDto.additionalData);
|
|
2808
|
+
function serializeApplySuggestionOnCompositeDto(writer, applySuggestionOnCompositeDto = {}) {
|
|
2809
|
+
if (applySuggestionOnCompositeDto) {
|
|
2810
|
+
writer.writeStringValue("compositeFieldKey", applySuggestionOnCompositeDto.compositeFieldKey);
|
|
2811
|
+
writer.writeCollectionOfObjectValues("compositeFields", applySuggestionOnCompositeDto.compositeFields, serializeApplySuggestionOnCompositeDto);
|
|
2812
|
+
writer.writeCollectionOfPrimitiveValues("fieldsKey", applySuggestionOnCompositeDto.fieldsKey);
|
|
2813
|
+
writer.writeStringValue("fromSuggestionRowId", applySuggestionOnCompositeDto.fromSuggestionRowId);
|
|
2814
|
+
writer.writeStringValue("toItemRowId", applySuggestionOnCompositeDto.toItemRowId);
|
|
2815
|
+
writer.writeEnumValue("type", applySuggestionOnCompositeDto.type);
|
|
2816
|
+
writer.writeAdditionalData(applySuggestionOnCompositeDto.additionalData);
|
|
2568
2817
|
}
|
|
2569
2818
|
}
|
|
2570
2819
|
function serializeAuditLogDto(writer, auditLogDto = {}) {
|
|
@@ -2646,6 +2895,14 @@ function serializeCommentThreadUpdateDto(writer, commentThreadUpdateDto = {}) {
|
|
|
2646
2895
|
writer.writeAdditionalData(commentThreadUpdateDto.additionalData);
|
|
2647
2896
|
}
|
|
2648
2897
|
}
|
|
2898
|
+
function serializeCompositeCollectStrategyDto(writer, compositeCollectStrategyDto = {}) {
|
|
2899
|
+
if (compositeCollectStrategyDto) {
|
|
2900
|
+
writer.writeCollectionOfPrimitiveValues("fieldsKey", compositeCollectStrategyDto.fieldsKey);
|
|
2901
|
+
writer.writeNumberValue("priority", compositeCollectStrategyDto.priority);
|
|
2902
|
+
writer.writeEnumValue("type", compositeCollectStrategyDto.type);
|
|
2903
|
+
writer.writeAdditionalData(compositeCollectStrategyDto.additionalData);
|
|
2904
|
+
}
|
|
2905
|
+
}
|
|
2649
2906
|
function serializeCreateJobDto(writer, createJobDto = {}) {
|
|
2650
2907
|
if (createJobDto) {
|
|
2651
2908
|
writer.writeStringValue("description", createJobDto.description);
|
|
@@ -2681,6 +2938,13 @@ function serializeCreateJobExecutionDto_input(writer, createJobExecutionDto_inpu
|
|
|
2681
2938
|
writer.writeAdditionalData(createJobExecutionDto_input.additionalData);
|
|
2682
2939
|
}
|
|
2683
2940
|
}
|
|
2941
|
+
function serializeCreatePartnerGroupDto(writer, createPartnerGroupDto = {}) {
|
|
2942
|
+
if (createPartnerGroupDto) {
|
|
2943
|
+
writer.writeStringValue("description", createPartnerGroupDto.description);
|
|
2944
|
+
writer.writeStringValue("title", createPartnerGroupDto.title);
|
|
2945
|
+
writer.writeAdditionalData(createPartnerGroupDto.additionalData);
|
|
2946
|
+
}
|
|
2947
|
+
}
|
|
2684
2948
|
function serializeCreateProjectDto(writer, createProjectDto = {}) {
|
|
2685
2949
|
if (createProjectDto) {
|
|
2686
2950
|
writer.writeStringValue("displayName", createProjectDto.displayName);
|
|
@@ -2741,11 +3005,13 @@ function serializeDisplayInfoDto(writer, displayInfoDto = {}) {
|
|
|
2741
3005
|
}
|
|
2742
3006
|
function serializeFieldDto(writer, fieldDto = {}) {
|
|
2743
3007
|
if (fieldDto) {
|
|
3008
|
+
writer.writeCollectionOfObjectValues("compositeCollectStrategies", fieldDto.compositeCollectStrategies, serializeCompositeCollectStrategyDto);
|
|
2744
3009
|
writer.writeStringValue("createdAt", fieldDto.createdAt);
|
|
2745
3010
|
writer.writeStringValue("description", fieldDto.description);
|
|
2746
3011
|
writer.writeObjectValue("descriptionLocal", fieldDto.descriptionLocal, serializeLocalizedStringDto);
|
|
2747
3012
|
writer.writeObjectValue("displayInfo", fieldDto.displayInfo, serializeDisplayInfoDto);
|
|
2748
3013
|
writer.writeStringValue("id", fieldDto.id);
|
|
3014
|
+
writer.writeBooleanValue("isUnique", fieldDto.isUnique);
|
|
2749
3015
|
writer.writeStringValue("key", fieldDto.key);
|
|
2750
3016
|
writer.writeStringValue("levelId", fieldDto.levelId);
|
|
2751
3017
|
writer.writeObjectValue("metadata", fieldDto.metadata, serializeFieldDto_metadata);
|
|
@@ -3038,14 +3304,17 @@ function serializeItemFieldCfValueDTO(writer, itemFieldCfValueDTO = {}) {
|
|
|
3038
3304
|
function serializeItemFieldCompositeDTO(writer, itemFieldCompositeDTO = {}) {
|
|
3039
3305
|
if (itemFieldCompositeDTO) {
|
|
3040
3306
|
writer.writeStringValue("key", itemFieldCompositeDTO.key);
|
|
3307
|
+
writer.writeBooleanValue("multiValued", itemFieldCompositeDTO.multiValued);
|
|
3041
3308
|
writer.writeEnumValue("type", itemFieldCompositeDTO.type);
|
|
3042
|
-
writer.writeObjectValue("value", itemFieldCompositeDTO.value,
|
|
3309
|
+
writer.writeObjectValue("value", itemFieldCompositeDTO.value, serializeItemFieldCompositeValuesDTO);
|
|
3043
3310
|
writer.writeAdditionalData(itemFieldCompositeDTO.additionalData);
|
|
3044
3311
|
}
|
|
3045
3312
|
}
|
|
3046
3313
|
function serializeItemFieldCompositeValueDTO(writer, itemFieldCompositeValueDTO = {}) {
|
|
3047
3314
|
if (itemFieldCompositeValueDTO) {
|
|
3048
3315
|
writer.writeCollectionOfObjectValues("data", itemFieldCompositeValueDTO.data, serializeItemFieldCompositeValueDTO_data);
|
|
3316
|
+
writer.writeStringValue("id", itemFieldCompositeValueDTO.id);
|
|
3317
|
+
writer.writeNumberValue("position", itemFieldCompositeValueDTO.position);
|
|
3049
3318
|
writer.writeAdditionalData(itemFieldCompositeValueDTO.additionalData);
|
|
3050
3319
|
}
|
|
3051
3320
|
}
|
|
@@ -3102,6 +3371,12 @@ function serializeItemFieldCompositeValueDTO_data(writer, itemFieldCompositeValu
|
|
|
3102
3371
|
break;
|
|
3103
3372
|
}
|
|
3104
3373
|
}
|
|
3374
|
+
function serializeItemFieldCompositeValuesDTO(writer, itemFieldCompositeValuesDTO = {}) {
|
|
3375
|
+
if (itemFieldCompositeValuesDTO) {
|
|
3376
|
+
writer.writeCollectionOfObjectValues("data", itemFieldCompositeValuesDTO.data, serializeItemFieldCompositeValueDTO);
|
|
3377
|
+
writer.writeAdditionalData(itemFieldCompositeValuesDTO.additionalData);
|
|
3378
|
+
}
|
|
3379
|
+
}
|
|
3105
3380
|
function serializeItemFieldFileData(writer, itemFieldFileData = {}) {
|
|
3106
3381
|
if (itemFieldFileData) {
|
|
3107
3382
|
writer.writeStringValue("filename", itemFieldFileData.filename);
|
|
@@ -3188,34 +3463,6 @@ function serializeItemFieldStringDTO(writer, itemFieldStringDTO = {}) {
|
|
|
3188
3463
|
writer.writeAdditionalData(itemFieldStringDTO.additionalData);
|
|
3189
3464
|
}
|
|
3190
3465
|
}
|
|
3191
|
-
function serializeItemFindDTO(writer, itemFindDTO = {}) {
|
|
3192
|
-
if (itemFindDTO) {
|
|
3193
|
-
writer.writeStringValue("attachmentExtension", itemFindDTO.attachmentExtension);
|
|
3194
|
-
writer.writeStringValue("imageColorProfile", itemFindDTO.imageColorProfile);
|
|
3195
|
-
writer.writeStringValue("imageColorSpace", itemFindDTO.imageColorSpace);
|
|
3196
|
-
writer.writeStringValue("imageExtension", itemFindDTO.imageExtension);
|
|
3197
|
-
writer.writeNumberValue("imageHeightMax", itemFindDTO.imageHeightMax);
|
|
3198
|
-
writer.writeNumberValue("imageHeightMin", itemFindDTO.imageHeightMin);
|
|
3199
|
-
writer.writeNumberValue("imageWidthMax", itemFindDTO.imageWidthMax);
|
|
3200
|
-
writer.writeNumberValue("imageWidthMin", itemFindDTO.imageWidthMin);
|
|
3201
|
-
writer.writeBooleanValue("isEmpty", itemFindDTO.isEmpty);
|
|
3202
|
-
writer.writeBooleanValue("isNotEmpty", itemFindDTO.isNotEmpty);
|
|
3203
|
-
writer.writeCollectionOfPrimitiveValues("itemIds", itemFindDTO.itemIds);
|
|
3204
|
-
writer.writeStringValue("keyName", itemFindDTO.keyName);
|
|
3205
|
-
writer.writeBooleanValue("negate", itemFindDTO.negate);
|
|
3206
|
-
writer.writeNumberValue("numberMax", itemFindDTO.numberMax);
|
|
3207
|
-
writer.writeNumberValue("numberMin", itemFindDTO.numberMin);
|
|
3208
|
-
writer.writeEnumValue("order", itemFindDTO.order);
|
|
3209
|
-
writer.writeStringValue("rangeMax", itemFindDTO.rangeMax);
|
|
3210
|
-
writer.writeStringValue("rangeMin", itemFindDTO.rangeMin);
|
|
3211
|
-
writer.writeCollectionOfPrimitiveValues("selectOptions", itemFindDTO.selectOptions);
|
|
3212
|
-
writer.writeCollectionOfPrimitiveValues("stringContains", itemFindDTO.stringContains);
|
|
3213
|
-
writer.writeCollectionOfPrimitiveValues("stringEndsWith", itemFindDTO.stringEndsWith);
|
|
3214
|
-
writer.writeCollectionOfPrimitiveValues("stringEquals", itemFindDTO.stringEquals);
|
|
3215
|
-
writer.writeCollectionOfPrimitiveValues("stringStartsWith", itemFindDTO.stringStartsWith);
|
|
3216
|
-
writer.writeAdditionalData(itemFindDTO.additionalData);
|
|
3217
|
-
}
|
|
3218
|
-
}
|
|
3219
3466
|
function serializeItemLinkCreateDto(writer, itemLinkCreateDto = {}) {
|
|
3220
3467
|
if (itemLinkCreateDto) {
|
|
3221
3468
|
writer.writeStringValue("fromItemId", itemLinkCreateDto.fromItemId);
|
|
@@ -3398,6 +3645,14 @@ function serializeLowOrderQueryDTO(writer, lowOrderQueryDTO = {}) {
|
|
|
3398
3645
|
writer.writeAdditionalData(lowOrderQueryDTO.additionalData);
|
|
3399
3646
|
}
|
|
3400
3647
|
}
|
|
3648
|
+
function serializeMatchingPathFromRootDTO(writer, matchingPathFromRootDTO = {}) {
|
|
3649
|
+
if (matchingPathFromRootDTO) {
|
|
3650
|
+
writer.writeStringValue("fieldKey", matchingPathFromRootDTO.fieldKey);
|
|
3651
|
+
writer.writeStringValue("itemRowId", matchingPathFromRootDTO.itemRowId);
|
|
3652
|
+
writer.writeStringValue("suggestionRowId", matchingPathFromRootDTO.suggestionRowId);
|
|
3653
|
+
writer.writeAdditionalData(matchingPathFromRootDTO.additionalData);
|
|
3654
|
+
}
|
|
3655
|
+
}
|
|
3401
3656
|
function serializeMatrixFieldDto(writer, matrixFieldDto = {}) {
|
|
3402
3657
|
if (matrixFieldDto) {
|
|
3403
3658
|
writer.writeStringValue("createdAt", matrixFieldDto.createdAt);
|
|
@@ -3411,6 +3666,24 @@ function serializeMatrixFieldDto(writer, matrixFieldDto = {}) {
|
|
|
3411
3666
|
writer.writeAdditionalData(matrixFieldDto.additionalData);
|
|
3412
3667
|
}
|
|
3413
3668
|
}
|
|
3669
|
+
function serializeMeAccountDto(writer, meAccountDto = {}) {
|
|
3670
|
+
if (meAccountDto) {
|
|
3671
|
+
writer.writeStringValue("createdAt", meAccountDto.createdAt);
|
|
3672
|
+
writer.writeStringValue("id", meAccountDto.id);
|
|
3673
|
+
writer.writeStringValue("key", meAccountDto.key);
|
|
3674
|
+
writer.writeEnumValue("memberStatus", meAccountDto.memberStatus);
|
|
3675
|
+
writer.writeStringValue("name", meAccountDto.name);
|
|
3676
|
+
writer.writeEnumValue("object", meAccountDto.object);
|
|
3677
|
+
writer.writeEnumValue("role", meAccountDto.role);
|
|
3678
|
+
writer.writeStringValue("updatedAt", meAccountDto.updatedAt);
|
|
3679
|
+
writer.writeAdditionalData(meAccountDto.additionalData);
|
|
3680
|
+
}
|
|
3681
|
+
}
|
|
3682
|
+
function serializeMeDto(writer, meDto = {}) {
|
|
3683
|
+
if (meDto) {
|
|
3684
|
+
writer.writeAdditionalData(meDto.additionalData);
|
|
3685
|
+
}
|
|
3686
|
+
}
|
|
3414
3687
|
function serializePartitionDto(writer, partitionDto = {}) {
|
|
3415
3688
|
if (partitionDto) {
|
|
3416
3689
|
writer.writeStringValue("createdAt", partitionDto.createdAt);
|
|
@@ -3427,6 +3700,50 @@ function serializePartitionDto(writer, partitionDto = {}) {
|
|
|
3427
3700
|
writer.writeAdditionalData(partitionDto.additionalData);
|
|
3428
3701
|
}
|
|
3429
3702
|
}
|
|
3703
|
+
function serializePartnerDto(writer, partnerDto = {}) {
|
|
3704
|
+
if (partnerDto) {
|
|
3705
|
+
writer.writeStringValue("accountId", partnerDto.accountId);
|
|
3706
|
+
writer.writeStringValue("createdAt", partnerDto.createdAt);
|
|
3707
|
+
writer.writeStringValue("id", partnerDto.id);
|
|
3708
|
+
writer.writeEnumValue("object", partnerDto.object);
|
|
3709
|
+
writer.writeEnumValue("status", partnerDto.status);
|
|
3710
|
+
writer.writeStringValue("updatedAt", partnerDto.updatedAt);
|
|
3711
|
+
writer.writeAdditionalData(partnerDto.additionalData);
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
|
+
function serializePartnerGroupDto(writer, partnerGroupDto = {}) {
|
|
3715
|
+
if (partnerGroupDto) {
|
|
3716
|
+
writer.writeStringValue("accountId", partnerGroupDto.accountId);
|
|
3717
|
+
writer.writeStringValue("createdAt", partnerGroupDto.createdAt);
|
|
3718
|
+
writer.writeStringValue("description", partnerGroupDto.description);
|
|
3719
|
+
writer.writeStringValue("id", partnerGroupDto.id);
|
|
3720
|
+
writer.writeCollectionOfPrimitiveValues("members", partnerGroupDto.members);
|
|
3721
|
+
writer.writeEnumValue("object", partnerGroupDto.object);
|
|
3722
|
+
writer.writeStringValue("title", partnerGroupDto.title);
|
|
3723
|
+
writer.writeStringValue("updatedAt", partnerGroupDto.updatedAt);
|
|
3724
|
+
writer.writeAdditionalData(partnerGroupDto.additionalData);
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3727
|
+
function serializePartnerGroupMembersDto(writer, partnerGroupMembersDto = {}) {
|
|
3728
|
+
if (partnerGroupMembersDto) {
|
|
3729
|
+
writer.writeCollectionOfPrimitiveValues("membersId", partnerGroupMembersDto.membersId);
|
|
3730
|
+
writer.writeAdditionalData(partnerGroupMembersDto.additionalData);
|
|
3731
|
+
}
|
|
3732
|
+
}
|
|
3733
|
+
function serializePartnerInvitationDto(writer, partnerInvitationDto = {}) {
|
|
3734
|
+
if (partnerInvitationDto) {
|
|
3735
|
+
writer.writeStringValue("accountId", partnerInvitationDto.accountId);
|
|
3736
|
+
writer.writeStringValue("createdAt", partnerInvitationDto.createdAt);
|
|
3737
|
+
writer.writeStringValue("fromUserId", partnerInvitationDto.fromUserId);
|
|
3738
|
+
writer.writeStringValue("id", partnerInvitationDto.id);
|
|
3739
|
+
writer.writeEnumValue("object", partnerInvitationDto.object);
|
|
3740
|
+
writer.writeEnumValue("status", partnerInvitationDto.status);
|
|
3741
|
+
writer.writeStringValue("toAccountName", partnerInvitationDto.toAccountName);
|
|
3742
|
+
writer.writeStringValue("toUserEmail", partnerInvitationDto.toUserEmail);
|
|
3743
|
+
writer.writeStringValue("updatedAt", partnerInvitationDto.updatedAt);
|
|
3744
|
+
writer.writeAdditionalData(partnerInvitationDto.additionalData);
|
|
3745
|
+
}
|
|
3746
|
+
}
|
|
3430
3747
|
function serializePatchPublicationDto(writer, patchPublicationDto = {}) {
|
|
3431
3748
|
if (patchPublicationDto) {
|
|
3432
3749
|
writer.writeEnumValue("status", patchPublicationDto.status);
|
|
@@ -3442,6 +3759,13 @@ function serializePatchTaskExecutionDto(writer, patchTaskExecutionDto = {}) {
|
|
|
3442
3759
|
writer.writeAdditionalData(patchTaskExecutionDto.additionalData);
|
|
3443
3760
|
}
|
|
3444
3761
|
}
|
|
3762
|
+
function serializePathFromRootDTO(writer, pathFromRootDTO = {}) {
|
|
3763
|
+
if (pathFromRootDTO) {
|
|
3764
|
+
writer.writeStringValue("fieldKey", pathFromRootDTO.fieldKey);
|
|
3765
|
+
writer.writeStringValue("id", pathFromRootDTO.id);
|
|
3766
|
+
writer.writeAdditionalData(pathFromRootDTO.additionalData);
|
|
3767
|
+
}
|
|
3768
|
+
}
|
|
3445
3769
|
function serializePipelineDto(writer, pipelineDto = {}) {
|
|
3446
3770
|
if (pipelineDto) {
|
|
3447
3771
|
writer.writeStringValue("createdAt", pipelineDto.createdAt);
|
|
@@ -3542,6 +3866,39 @@ function serializePublicationDto_fields(writer, publicationDto_fields = {}) {
|
|
|
3542
3866
|
break;
|
|
3543
3867
|
}
|
|
3544
3868
|
}
|
|
3869
|
+
function serializeRecommendedCompositeExistingItemRowDTO(writer, recommendedCompositeExistingItemRowDTO = {}) {
|
|
3870
|
+
if (recommendedCompositeExistingItemRowDTO) {
|
|
3871
|
+
writer.writeStringValue("compositeFieldKey", recommendedCompositeExistingItemRowDTO.compositeFieldKey);
|
|
3872
|
+
writer.writeStringValue("itemRowId", recommendedCompositeExistingItemRowDTO.itemRowId);
|
|
3873
|
+
writer.writeObjectValue("strategyUsed", recommendedCompositeExistingItemRowDTO.strategyUsed, serializeRecommendedCompositeRowStrategyDTO);
|
|
3874
|
+
writer.writeStringValue("suggestionRowId", recommendedCompositeExistingItemRowDTO.suggestionRowId);
|
|
3875
|
+
writer.writeEnumValue("type", recommendedCompositeExistingItemRowDTO.type);
|
|
3876
|
+
writer.writeAdditionalData(recommendedCompositeExistingItemRowDTO.additionalData);
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3879
|
+
function serializeRecommendedCompositeNewItemRowDTO(writer, recommendedCompositeNewItemRowDTO = {}) {
|
|
3880
|
+
if (recommendedCompositeNewItemRowDTO) {
|
|
3881
|
+
writer.writeStringValue("compositeFieldKey", recommendedCompositeNewItemRowDTO.compositeFieldKey);
|
|
3882
|
+
writer.writeCollectionOfObjectValues("pathFromRoot", recommendedCompositeNewItemRowDTO.pathFromRoot, serializeMatchingPathFromRootDTO);
|
|
3883
|
+
writer.writeStringValue("suggestionRowId", recommendedCompositeNewItemRowDTO.suggestionRowId);
|
|
3884
|
+
writer.writeEnumValue("type", recommendedCompositeNewItemRowDTO.type);
|
|
3885
|
+
writer.writeAdditionalData(recommendedCompositeNewItemRowDTO.additionalData);
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
function serializeRecommendedCompositeRowsDTO(writer, recommendedCompositeRowsDTO = {}) {
|
|
3889
|
+
if (recommendedCompositeRowsDTO) {
|
|
3890
|
+
writer.writeCollectionOfObjectValues("existingItemRows", recommendedCompositeRowsDTO.existingItemRows, serializeRecommendedCompositeExistingItemRowDTO);
|
|
3891
|
+
writer.writeCollectionOfObjectValues("newItemRows", recommendedCompositeRowsDTO.newItemRows, serializeRecommendedCompositeNewItemRowDTO);
|
|
3892
|
+
writer.writeAdditionalData(recommendedCompositeRowsDTO.additionalData);
|
|
3893
|
+
}
|
|
3894
|
+
}
|
|
3895
|
+
function serializeRecommendedCompositeRowStrategyDTO(writer, recommendedCompositeRowStrategyDTO = {}) {
|
|
3896
|
+
if (recommendedCompositeRowStrategyDTO) {
|
|
3897
|
+
writer.writeNumberValue("priority", recommendedCompositeRowStrategyDTO.priority);
|
|
3898
|
+
writer.writeEnumValue("type", recommendedCompositeRowStrategyDTO.type);
|
|
3899
|
+
writer.writeAdditionalData(recommendedCompositeRowStrategyDTO.additionalData);
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3545
3902
|
function serializeScreenColumnDto(writer, screenColumnDto = {}) {
|
|
3546
3903
|
if (screenColumnDto) {
|
|
3547
3904
|
writer.writeStringValue("createdAt", screenColumnDto.createdAt);
|
|
@@ -3610,6 +3967,14 @@ function serializeSectionDto_metadata(writer, sectionDto_metadata = {}) {
|
|
|
3610
3967
|
writer.writeAdditionalData(sectionDto_metadata.additionalData);
|
|
3611
3968
|
}
|
|
3612
3969
|
}
|
|
3970
|
+
function serializeSuggestionDeletedCompositeRowDTO(writer, suggestionDeletedCompositeRowDTO = {}) {
|
|
3971
|
+
if (suggestionDeletedCompositeRowDTO) {
|
|
3972
|
+
writer.writeStringValue("fieldKey", suggestionDeletedCompositeRowDTO.fieldKey);
|
|
3973
|
+
writer.writeCollectionOfObjectValues("pathFromRoot", suggestionDeletedCompositeRowDTO.pathFromRoot, serializePathFromRootDTO);
|
|
3974
|
+
writer.writeObjectValue("row", suggestionDeletedCompositeRowDTO.row, serializeItemFieldCompositeValueDTO);
|
|
3975
|
+
writer.writeAdditionalData(suggestionDeletedCompositeRowDTO.additionalData);
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3613
3978
|
function serializeSuggestionDeletedFieldDTO(writer, suggestionDeletedFieldDTO = {}) {
|
|
3614
3979
|
if (suggestionDeletedFieldDTO) {
|
|
3615
3980
|
writer.writeStringValue("key", suggestionDeletedFieldDTO.key);
|
|
@@ -3620,6 +3985,7 @@ function serializeSuggestionDeletedFieldDTO(writer, suggestionDeletedFieldDTO =
|
|
|
3620
3985
|
function serializeSuggestionDto(writer, suggestionDto = {}) {
|
|
3621
3986
|
if (suggestionDto) {
|
|
3622
3987
|
writer.writeStringValue("createdAt", suggestionDto.createdAt);
|
|
3988
|
+
writer.writeCollectionOfObjectValues("deletedCompositeRows", suggestionDto.deletedCompositeRows, serializeSuggestionDeletedCompositeRowDTO);
|
|
3623
3989
|
writer.writeCollectionOfObjectValues("deletedFields", suggestionDto.deletedFields, serializeSuggestionDeletedFieldDTO);
|
|
3624
3990
|
writer.writeStringValue("emitterName", suggestionDto.emitterName);
|
|
3625
3991
|
writer.writeCollectionOfObjectValues("fields", suggestionDto.fields, serializeSuggestionDto_fields);
|
|
@@ -3629,6 +3995,7 @@ function serializeSuggestionDto(writer, suggestionDto = {}) {
|
|
|
3629
3995
|
writer.writeStringValue("id", suggestionDto.id);
|
|
3630
3996
|
writer.writeBooleanValue("isAcknowledged", suggestionDto.isAcknowledged);
|
|
3631
3997
|
writer.writeEnumValue("object", suggestionDto.object);
|
|
3998
|
+
writer.writeObjectValue("recommendedCompositeRows", suggestionDto.recommendedCompositeRows, serializeRecommendedCompositeRowsDTO);
|
|
3632
3999
|
writer.writeStringValue("screenId", suggestionDto.screenId);
|
|
3633
4000
|
writer.writeStringValue("toItemId", suggestionDto.toItemId);
|
|
3634
4001
|
writer.writeStringValue("updatedAt", suggestionDto.updatedAt);
|
|
@@ -3780,6 +4147,13 @@ function serializeUpdateJobDto_output(writer, updateJobDto_output = {}) {
|
|
|
3780
4147
|
writer.writeAdditionalData(updateJobDto_output.additionalData);
|
|
3781
4148
|
}
|
|
3782
4149
|
}
|
|
4150
|
+
function serializeUpdatePartnerGroupDto(writer, updatePartnerGroupDto = {}) {
|
|
4151
|
+
if (updatePartnerGroupDto) {
|
|
4152
|
+
writer.writeStringValue("description", updatePartnerGroupDto.description);
|
|
4153
|
+
writer.writeStringValue("title", updatePartnerGroupDto.title);
|
|
4154
|
+
writer.writeAdditionalData(updatePartnerGroupDto.additionalData);
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
3783
4157
|
function serializeUpdateTaskDto(writer, updateTaskDto = {}) {
|
|
3784
4158
|
if (updateTaskDto) {
|
|
3785
4159
|
writer.writeNumberValue("backoffScaleFactor", updateTaskDto.backoffScaleFactor);
|
|
@@ -3861,12 +4235,18 @@ function serializeVariableDto(writer, variableDto = {}) {
|
|
|
3861
4235
|
writer.writeEnumValue("status", variableDto.status);
|
|
3862
4236
|
writer.writeStringValue("updatedAt", variableDto.updatedAt);
|
|
3863
4237
|
writer.writeStringValue("value", variableDto.value);
|
|
4238
|
+
writer.writeStringValue("version", variableDto.version);
|
|
3864
4239
|
writer.writeAdditionalData(variableDto.additionalData);
|
|
3865
4240
|
}
|
|
3866
4241
|
}
|
|
3867
4242
|
var AccountDto_objectObject = {
|
|
3868
4243
|
Account: "account"
|
|
3869
4244
|
};
|
|
4245
|
+
var ApplySuggestionOnCompositeDto_typeObject = {
|
|
4246
|
+
DELETE_ENTRY: "DELETE_ENTRY",
|
|
4247
|
+
LINK: "LINK",
|
|
4248
|
+
NEW_ENTRY: "NEW_ENTRY"
|
|
4249
|
+
};
|
|
3870
4250
|
var AuditLogDto_objectObject = {
|
|
3871
4251
|
Audit_log: "audit_log"
|
|
3872
4252
|
};
|
|
@@ -3874,9 +4254,9 @@ var CommentThreadCommentDTO_objectObject = {
|
|
|
3874
4254
|
Comment_thread_comment: "comment_thread_comment"
|
|
3875
4255
|
};
|
|
3876
4256
|
var CommentThreadCommentDTO_typeObject = {
|
|
3877
|
-
TEXT: "TEXT",
|
|
3878
4257
|
SYSTEM: "SYSTEM",
|
|
3879
|
-
SYSTEM_ERROR: "SYSTEM_ERROR"
|
|
4258
|
+
SYSTEM_ERROR: "SYSTEM_ERROR",
|
|
4259
|
+
TEXT: "TEXT"
|
|
3880
4260
|
};
|
|
3881
4261
|
var CommentThreadCreateDto_targetTypeObject = {
|
|
3882
4262
|
Suggestion: "suggestion"
|
|
@@ -3885,85 +4265,86 @@ var CommentThreadDto_objectObject = {
|
|
|
3885
4265
|
Comment_thread: "comment_thread"
|
|
3886
4266
|
};
|
|
3887
4267
|
var CommentThreadDto_targetTypeObject = {
|
|
3888
|
-
Schedule: "schedule",
|
|
3889
|
-
Plan_execution: "plan_execution",
|
|
3890
|
-
Execution: "execution",
|
|
3891
4268
|
Account: "account",
|
|
3892
|
-
|
|
3893
|
-
Account_plan_feature: "account_plan_feature",
|
|
4269
|
+
Account_has_table: "account_has_table",
|
|
3894
4270
|
Account_api_client_info: "account_api_client_info",
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
4271
|
+
Account_contact_group: "account_contact_group",
|
|
4272
|
+
Account_invitation: "account_invitation",
|
|
4273
|
+
Account_plan: "account_plan",
|
|
4274
|
+
Account_plan_feature: "account_plan_feature",
|
|
4275
|
+
Account_relation: "account_relation",
|
|
4276
|
+
Activity: "activity",
|
|
4277
|
+
Audit_log: "audit_log",
|
|
4278
|
+
Comment_thread: "comment_thread",
|
|
4279
|
+
Comment_thread_assignee: "comment_thread_assignee",
|
|
4280
|
+
Comment_thread_dto: "comment_thread_dto",
|
|
4281
|
+
Comment_thread_subscriber: "comment_thread_subscriber",
|
|
4282
|
+
Composite_collect_strategy: "composite_collect_strategy",
|
|
4283
|
+
ConditionalFormatting: "conditionalFormatting",
|
|
4284
|
+
ConditionalFormattingRule: "conditionalFormattingRule",
|
|
4285
|
+
ConditionalFormattingStatus: "conditionalFormattingStatus",
|
|
3899
4286
|
Container_link_entity: "container_link_entity",
|
|
4287
|
+
Dashboard: "dashboard",
|
|
4288
|
+
Data_factory_variable: "data_factory_variable",
|
|
4289
|
+
Data_factory_variable_overload: "data_factory_variable_overload",
|
|
4290
|
+
Execution: "execution",
|
|
4291
|
+
Feature_flag: "feature_flag",
|
|
4292
|
+
Field: "field",
|
|
4293
|
+
FieldValue: "fieldValue",
|
|
4294
|
+
Field_value_by_formula_rule: "field_value_by_formula_rule",
|
|
4295
|
+
Field_value_whitelist: "field_value_whitelist",
|
|
4296
|
+
File_ref: "file_ref",
|
|
4297
|
+
Formula_rule: "formula_rule",
|
|
4298
|
+
Generic_mock_data: "generic_mock_data",
|
|
3900
4299
|
Global_message: "global_message",
|
|
4300
|
+
Grid_column: "grid_column",
|
|
3901
4301
|
Group: "group",
|
|
3902
|
-
|
|
3903
|
-
Screen_section: "screen_section",
|
|
3904
|
-
Screen_column: "screen_column",
|
|
3905
|
-
Screen_detail: "screen_detail",
|
|
3906
|
-
Pl_employee: "pl_employee",
|
|
3907
|
-
Project_category: "project_category",
|
|
3908
|
-
Activity: "activity",
|
|
3909
|
-
Pipeline: "pipeline",
|
|
3910
|
-
Job_instance: "job_instance",
|
|
3911
|
-
Job: "job",
|
|
3912
|
-
Task_external: "task_external",
|
|
3913
|
-
Workflow_definition: "workflow_definition",
|
|
3914
|
-
File_ref: "file_ref",
|
|
3915
|
-
Account_invitation: "account_invitation",
|
|
3916
|
-
Account_relation: "account_relation",
|
|
3917
|
-
Account_contact_group: "account_contact_group",
|
|
3918
|
-
Row_data: "row_data",
|
|
3919
|
-
Suggestion: "suggestion",
|
|
3920
|
-
Suggestion_creation: "suggestion_creation",
|
|
3921
|
-
Item_suggestion: "item_suggestion",
|
|
3922
|
-
Item_publication: "item_publication",
|
|
3923
|
-
Partition: "partition",
|
|
3924
|
-
Level: "level",
|
|
4302
|
+
Http_request: "http_request",
|
|
3925
4303
|
Item: "item",
|
|
3926
4304
|
Item_cache: "item_cache",
|
|
4305
|
+
Item_conditional_formatting_rule: "item_conditional_formatting_rule",
|
|
4306
|
+
Item_import_report: "item_import_report",
|
|
3927
4307
|
Item_link: "item_link",
|
|
4308
|
+
Item_publication: "item_publication",
|
|
4309
|
+
Item_suggestion: "item_suggestion",
|
|
4310
|
+
Job: "job",
|
|
4311
|
+
Job_instance: "job_instance",
|
|
4312
|
+
Level: "level",
|
|
4313
|
+
Mapping_field: "mapping_field",
|
|
4314
|
+
Mapping_rule: "mapping_rule",
|
|
4315
|
+
Matrix_field: "matrix_field",
|
|
4316
|
+
Member: "member",
|
|
4317
|
+
Partition: "partition",
|
|
3928
4318
|
Permission: "permission",
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
4319
|
+
Pipeline: "pipeline",
|
|
4320
|
+
Plan_execution: "plan_execution",
|
|
4321
|
+
Pl_employee: "pl_employee",
|
|
4322
|
+
Project_category: "project_category",
|
|
4323
|
+
Reset_password: "reset_password",
|
|
4324
|
+
Row_data: "row_data",
|
|
4325
|
+
Schedule: "schedule",
|
|
4326
|
+
Screen: "screen",
|
|
4327
|
+
Screen_column: "screen_column",
|
|
4328
|
+
Screen_section: "screen_section",
|
|
4329
|
+
Screen_detail: "screen_detail",
|
|
3935
4330
|
Section: "section",
|
|
3936
|
-
|
|
4331
|
+
Suffix: "suffix",
|
|
4332
|
+
Suggestion: "suggestion",
|
|
4333
|
+
Suggestion_creation: "suggestion_creation",
|
|
4334
|
+
Table: "table",
|
|
3937
4335
|
Table_conditional_field: "table_conditional_field",
|
|
3938
4336
|
Table_conditional_field_value: "table_conditional_field_value",
|
|
3939
|
-
Item_conditional_formatting_rule: "item_conditional_formatting_rule",
|
|
3940
|
-
Account_has_table: "account_has_table",
|
|
3941
4337
|
Table_link: "table_link",
|
|
3942
|
-
Mapping_rule: "mapping_rule",
|
|
3943
|
-
Mapping_field: "mapping_field",
|
|
3944
|
-
Matrix_field: "matrix_field",
|
|
3945
|
-
Feature_flag: "feature_flag",
|
|
3946
4338
|
Table_quick_import_settings: "table_quick_import_settings",
|
|
3947
|
-
|
|
3948
|
-
Formula_rule: "formula_rule",
|
|
3949
|
-
Data_factory_variable: "data_factory_variable",
|
|
3950
|
-
Data_factory_variable_overload: "data_factory_variable_overload",
|
|
3951
|
-
Field_value_by_formula_rule: "field_value_by_formula_rule",
|
|
3952
|
-
Field_value_whitelist: "field_value_whitelist",
|
|
3953
|
-
Comment_thread: "comment_thread",
|
|
3954
|
-
Comment_thread_dto: "comment_thread_dto",
|
|
3955
|
-
Comment_thread_assignee: "comment_thread_assignee",
|
|
3956
|
-
Comment_thread_subscriber: "comment_thread_subscriber",
|
|
3957
|
-
Yuba_log: "yuba_log",
|
|
3958
|
-
Yuba_log_group_metadata: "yuba_log_group_metadata",
|
|
3959
|
-
Audit_log: "audit_log",
|
|
3960
|
-
Suffix: "suffix",
|
|
3961
|
-
Reset_password: "reset_password",
|
|
4339
|
+
Task_external: "task_external",
|
|
3962
4340
|
Test_type: "test_type",
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
4341
|
+
User: "user",
|
|
4342
|
+
User_activity: "user_activity",
|
|
4343
|
+
User_has_account: "user_has_account",
|
|
4344
|
+
User_table_saved_search: "user_table_saved_search",
|
|
4345
|
+
Workflow_definition: "workflow_definition",
|
|
4346
|
+
Yuba_log: "yuba_log",
|
|
4347
|
+
Yuba_log_group_metadata: "yuba_log_group_metadata"
|
|
3967
4348
|
};
|
|
3968
4349
|
var CommentThreadDto_typeObject = {
|
|
3969
4350
|
DEFAULTEscaped: "DEFAULT",
|
|
@@ -3972,21 +4353,26 @@ var CommentThreadDto_typeObject = {
|
|
|
3972
4353
|
var CommentThreadSubscriberDto_objectObject = {
|
|
3973
4354
|
Comment_thread_subscriber: "comment_thread_subscriber"
|
|
3974
4355
|
};
|
|
4356
|
+
var CompositeCollectStrategyDto_typeObject = {
|
|
4357
|
+
BY_FIELDS: "BY_FIELDS",
|
|
4358
|
+
BY_ID: "BY_ID",
|
|
4359
|
+
BY_POSITION: "BY_POSITION"
|
|
4360
|
+
};
|
|
3975
4361
|
var CreateJobDto_statusObject = {
|
|
4362
|
+
ARCHIVED: "ARCHIVED",
|
|
4363
|
+
DEPRECATED: "DEPRECATED",
|
|
3976
4364
|
DRAFT: "DRAFT",
|
|
3977
4365
|
PRODUCTION: "PRODUCTION",
|
|
3978
|
-
DEPRECATED: "DEPRECATED",
|
|
3979
|
-
ARCHIVED: "ARCHIVED",
|
|
3980
4366
|
REMOVED: "REMOVED"
|
|
3981
4367
|
};
|
|
3982
4368
|
var CreateTaskDto_retryLogicObject = {
|
|
3983
|
-
|
|
3984
|
-
|
|
4369
|
+
EXPONENTIAL_BACKOFF: "EXPONENTIAL_BACKOFF",
|
|
4370
|
+
FIXED: "FIXED"
|
|
3985
4371
|
};
|
|
3986
4372
|
var CreateTaskDto_timeoutPolicyObject = {
|
|
4373
|
+
ALERT_ONLY: "ALERT_ONLY",
|
|
3987
4374
|
RETRY: "RETRY",
|
|
3988
|
-
TIME_OUT_WF: "TIME_OUT_WF"
|
|
3989
|
-
ALERT_ONLY: "ALERT_ONLY"
|
|
4375
|
+
TIME_OUT_WF: "TIME_OUT_WF"
|
|
3990
4376
|
};
|
|
3991
4377
|
var CreateVariableDto_statusObject = {
|
|
3992
4378
|
ACTIVE: "ACTIVE",
|
|
@@ -3997,23 +4383,23 @@ var FieldDto_objectObject = {
|
|
|
3997
4383
|
Field: "field"
|
|
3998
4384
|
};
|
|
3999
4385
|
var FieldDto_typeObject = {
|
|
4000
|
-
|
|
4386
|
+
ATTACHMENT: "ATTACHMENT",
|
|
4001
4387
|
CLASSIFICATION: "CLASSIFICATION",
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
NUMBER: "NUMBER",
|
|
4388
|
+
COMPOSITE: "COMPOSITE",
|
|
4389
|
+
CONDITIONALFORMATTING: "CONDITIONAL-FORMATTING",
|
|
4005
4390
|
DATE: "DATE",
|
|
4006
4391
|
DATETIME: "DATE-TIME",
|
|
4007
4392
|
HTMLTEXT: "HTML-TEXT",
|
|
4393
|
+
IDENTIFIER: "IDENTIFIER",
|
|
4008
4394
|
IMAGE: "IMAGE",
|
|
4009
|
-
|
|
4010
|
-
SINGLESELECT: "SINGLE-SELECT",
|
|
4395
|
+
LONGTEXT: "LONG-TEXT",
|
|
4011
4396
|
MULTIPLESELECT: "MULTIPLE-SELECT",
|
|
4012
4397
|
MULTIPLESELECTQUANTIFIED: "MULTIPLE-SELECT-QUANTIFIED",
|
|
4013
4398
|
MULTIPLESELECTQUANTIFIEDWITHCOMMENTS: "MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS",
|
|
4014
4399
|
MULTIPLESELECTWITHCOMMENTS: "MULTIPLE-SELECT-WITH-COMMENTS",
|
|
4015
|
-
|
|
4016
|
-
|
|
4400
|
+
NUMBER: "NUMBER",
|
|
4401
|
+
SINGLELINETEXT: "SINGLE-LINE-TEXT",
|
|
4402
|
+
SINGLESELECT: "SINGLE-SELECT"
|
|
4017
4403
|
};
|
|
4018
4404
|
var FieldSuffixDto_statusObject = {
|
|
4019
4405
|
ACTIVE: "ACTIVE",
|
|
@@ -4021,17 +4407,17 @@ var FieldSuffixDto_statusObject = {
|
|
|
4021
4407
|
DELETED: "DELETED"
|
|
4022
4408
|
};
|
|
4023
4409
|
var FieldValueDto_colorObject = {
|
|
4024
|
-
NONE: "NONE",
|
|
4025
4410
|
BLACK: "BLACK",
|
|
4026
4411
|
BLUE: "BLUE",
|
|
4027
4412
|
BROWN: "BROWN",
|
|
4413
|
+
CYAN: "CYAN",
|
|
4028
4414
|
GREEN: "GREEN",
|
|
4415
|
+
MAGENTA: "MAGENTA",
|
|
4416
|
+
NONE: "NONE",
|
|
4029
4417
|
ORANGE: "ORANGE",
|
|
4030
4418
|
PURPLE: "PURPLE",
|
|
4031
4419
|
RED: "RED",
|
|
4032
|
-
YELLOW: "YELLOW"
|
|
4033
|
-
CYAN: "CYAN",
|
|
4034
|
-
MAGENTA: "MAGENTA"
|
|
4420
|
+
YELLOW: "YELLOW"
|
|
4035
4421
|
};
|
|
4036
4422
|
var FieldValueDto_objectObject = {
|
|
4037
4423
|
Field_value: "field_value"
|
|
@@ -4053,17 +4439,17 @@ var FindItemHighOrderQueryDTO_typeObject = {
|
|
|
4053
4439
|
};
|
|
4054
4440
|
var FindItemLowOrderQueryDTO_typeObject = {
|
|
4055
4441
|
Eq: "eq",
|
|
4056
|
-
Search: "search",
|
|
4057
|
-
InEscaped: "in",
|
|
4058
|
-
NotIn: "notIn",
|
|
4059
|
-
TrueEscaped: "true",
|
|
4060
4442
|
FalseEscaped: "false",
|
|
4061
4443
|
Greater: "greater",
|
|
4062
4444
|
GreaterOrEqual: "greaterOrEqual",
|
|
4445
|
+
InEscaped: "in",
|
|
4446
|
+
IsNull: "isNull",
|
|
4447
|
+
LocalizedSearch: "localizedSearch",
|
|
4063
4448
|
Lower: "lower",
|
|
4064
4449
|
LowerOrEqual: "lowerOrEqual",
|
|
4065
|
-
|
|
4066
|
-
|
|
4450
|
+
NotIn: "notIn",
|
|
4451
|
+
Search: "search",
|
|
4452
|
+
TrueEscaped: "true"
|
|
4067
4453
|
};
|
|
4068
4454
|
var HighOrderQueryDTO_typeObject = {
|
|
4069
4455
|
And: "and",
|
|
@@ -4103,10 +4489,6 @@ var ItemFieldStringDTO_typeObject = {
|
|
|
4103
4489
|
HTMLTEXT: "HTML-TEXT",
|
|
4104
4490
|
SINGLESELECT: "SINGLE-SELECT"
|
|
4105
4491
|
};
|
|
4106
|
-
var ItemFindDTO_orderObject = {
|
|
4107
|
-
ASC: "ASC",
|
|
4108
|
-
DESC: "DESC"
|
|
4109
|
-
};
|
|
4110
4492
|
var ItemLinkDto_objectObject = {
|
|
4111
4493
|
Item_link: "item_link"
|
|
4112
4494
|
};
|
|
@@ -4114,29 +4496,29 @@ var JobDto_objectObject = {
|
|
|
4114
4496
|
Job: "job"
|
|
4115
4497
|
};
|
|
4116
4498
|
var JobDto_statusObject = {
|
|
4499
|
+
ARCHIVED: "ARCHIVED",
|
|
4500
|
+
DEPRECATED: "DEPRECATED",
|
|
4117
4501
|
DRAFT: "DRAFT",
|
|
4118
4502
|
PRODUCTION: "PRODUCTION",
|
|
4119
|
-
DEPRECATED: "DEPRECATED",
|
|
4120
|
-
ARCHIVED: "ARCHIVED",
|
|
4121
4503
|
REMOVED: "REMOVED"
|
|
4122
4504
|
};
|
|
4123
4505
|
var JobExecutionDto_objectObject = {
|
|
4124
4506
|
Job_execution: "job_execution"
|
|
4125
4507
|
};
|
|
4126
4508
|
var JobExecutionDto_statusObject = {
|
|
4127
|
-
RUNNING: "RUNNING",
|
|
4128
4509
|
COMPLETED: "COMPLETED",
|
|
4129
4510
|
COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
|
|
4130
|
-
TIMED_OUT: "TIMED_OUT",
|
|
4131
4511
|
FAILED: "FAILED",
|
|
4512
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
4513
|
+
PAUSED: "PAUSED",
|
|
4132
4514
|
PENDING: "PENDING",
|
|
4515
|
+
QUEUED: "QUEUED",
|
|
4516
|
+
REMOVED: "REMOVED",
|
|
4517
|
+
RUNNING: "RUNNING",
|
|
4133
4518
|
SCHEDULED: "SCHEDULED",
|
|
4134
4519
|
TERMINATED: "TERMINATED",
|
|
4135
|
-
|
|
4520
|
+
TIMED_OUT: "TIMED_OUT",
|
|
4136
4521
|
UNKNOWN: "UNKNOWN",
|
|
4137
|
-
REMOVED: "REMOVED",
|
|
4138
|
-
QUEUED: "QUEUED",
|
|
4139
|
-
PAUSED: "PAUSED",
|
|
4140
4522
|
USER_ERROR: "USER_ERROR"
|
|
4141
4523
|
};
|
|
4142
4524
|
var JobVisibilityDto_modeObject = {
|
|
@@ -4146,17 +4528,17 @@ var JobVisibilityDto_modeObject = {
|
|
|
4146
4528
|
};
|
|
4147
4529
|
var LowOrderQueryDTO_typeObject = {
|
|
4148
4530
|
Eq: "eq",
|
|
4149
|
-
Search: "search",
|
|
4150
|
-
InEscaped: "in",
|
|
4151
|
-
NotIn: "notIn",
|
|
4152
|
-
TrueEscaped: "true",
|
|
4153
4531
|
FalseEscaped: "false",
|
|
4154
4532
|
Greater: "greater",
|
|
4155
4533
|
GreaterOrEqual: "greaterOrEqual",
|
|
4534
|
+
InEscaped: "in",
|
|
4535
|
+
IsNull: "isNull",
|
|
4536
|
+
LocalizedSearch: "localizedSearch",
|
|
4156
4537
|
Lower: "lower",
|
|
4157
4538
|
LowerOrEqual: "lowerOrEqual",
|
|
4158
|
-
|
|
4159
|
-
|
|
4539
|
+
NotIn: "notIn",
|
|
4540
|
+
Search: "search",
|
|
4541
|
+
TrueEscaped: "true"
|
|
4160
4542
|
};
|
|
4161
4543
|
var MatrixFieldDto_objectObject = {
|
|
4162
4544
|
Matrix_field: "matrix_field"
|
|
@@ -4166,19 +4548,54 @@ var MatrixFieldDto_statusObject = {
|
|
|
4166
4548
|
ARCHIVED: "ARCHIVED",
|
|
4167
4549
|
DELETED: "DELETED"
|
|
4168
4550
|
};
|
|
4551
|
+
var MeAccountDto_memberStatusObject = {
|
|
4552
|
+
ACTIVE: "ACTIVE",
|
|
4553
|
+
ARCHIVED: "ARCHIVED",
|
|
4554
|
+
PENDING: "PENDING",
|
|
4555
|
+
REMOVED: "REMOVED",
|
|
4556
|
+
SUSPENDED: "SUSPENDED"
|
|
4557
|
+
};
|
|
4558
|
+
var MeAccountDto_objectObject = {
|
|
4559
|
+
MeAccount: "me-account"
|
|
4560
|
+
};
|
|
4561
|
+
var MeAccountDto_roleObject = {
|
|
4562
|
+
EDITOR: "EDITOR",
|
|
4563
|
+
SITE_ADMIN: "SITE_ADMIN"
|
|
4564
|
+
};
|
|
4169
4565
|
var PartitionDto_statusObject = {
|
|
4170
4566
|
ACTIVE: "ACTIVE",
|
|
4171
4567
|
ARCHIVED: "ARCHIVED",
|
|
4172
4568
|
DELETED: "DELETED"
|
|
4173
4569
|
};
|
|
4570
|
+
var PartnerDto_objectObject = {
|
|
4571
|
+
Partner: "partner"
|
|
4572
|
+
};
|
|
4573
|
+
var PartnerDto_statusObject = {
|
|
4574
|
+
DISABLED: "DISABLED",
|
|
4575
|
+
ENABLED: "ENABLED",
|
|
4576
|
+
REMOVED: "REMOVED"
|
|
4577
|
+
};
|
|
4578
|
+
var PartnerGroupDto_objectObject = {
|
|
4579
|
+
Partner_group: "partner_group"
|
|
4580
|
+
};
|
|
4581
|
+
var PartnerInvitationDto_objectObject = {
|
|
4582
|
+
Partner_invitation: "partner_invitation"
|
|
4583
|
+
};
|
|
4584
|
+
var PartnerInvitationDto_statusObject = {
|
|
4585
|
+
ACCEPTED: "ACCEPTED",
|
|
4586
|
+
CANCELLED: "CANCELLED",
|
|
4587
|
+
INVALID_EMAIL: "INVALID_EMAIL",
|
|
4588
|
+
PENDING: "PENDING",
|
|
4589
|
+
PROCESSING: "PROCESSING"
|
|
4590
|
+
};
|
|
4174
4591
|
var PatchPublicationDto_statusObject = {
|
|
4175
|
-
SENT: "SENT",
|
|
4176
4592
|
RECEIVED: "RECEIVED",
|
|
4177
|
-
REJECTED: "REJECTED"
|
|
4593
|
+
REJECTED: "REJECTED",
|
|
4594
|
+
SENT: "SENT"
|
|
4178
4595
|
};
|
|
4179
4596
|
var PatchTaskExecutionDto_statusObject = {
|
|
4180
|
-
|
|
4181
|
-
|
|
4597
|
+
COMPLETED: "COMPLETED",
|
|
4598
|
+
FAILED: "FAILED"
|
|
4182
4599
|
};
|
|
4183
4600
|
var PipelineDto_objectObject = {
|
|
4184
4601
|
Pipeline: "pipeline"
|
|
@@ -4190,9 +4607,22 @@ var PublicationDto_objectObject = {
|
|
|
4190
4607
|
Publication: "publication"
|
|
4191
4608
|
};
|
|
4192
4609
|
var PublicationDto_statusObject = {
|
|
4193
|
-
SENT: "SENT",
|
|
4194
4610
|
RECEIVED: "RECEIVED",
|
|
4195
|
-
REJECTED: "REJECTED"
|
|
4611
|
+
REJECTED: "REJECTED",
|
|
4612
|
+
SENT: "SENT"
|
|
4613
|
+
};
|
|
4614
|
+
var RecommendedCompositeExistingItemRowDTO_typeObject = {
|
|
4615
|
+
DELETE_ENTRY: "DELETE_ENTRY",
|
|
4616
|
+
LINK: "LINK",
|
|
4617
|
+
NEW_ENTRY: "NEW_ENTRY"
|
|
4618
|
+
};
|
|
4619
|
+
var RecommendedCompositeNewItemRowDTO_typeObject = {
|
|
4620
|
+
NEW_ENTRY: "NEW_ENTRY"
|
|
4621
|
+
};
|
|
4622
|
+
var RecommendedCompositeRowStrategyDTO_typeObject = {
|
|
4623
|
+
BY_FIELDS: "BY_FIELDS",
|
|
4624
|
+
BY_ID: "BY_ID",
|
|
4625
|
+
BY_POSITION: "BY_POSITION"
|
|
4196
4626
|
};
|
|
4197
4627
|
var ScreenColumnDto_displayObject = {
|
|
4198
4628
|
MARKDOWN: "MARKDOWN"
|
|
@@ -4201,17 +4631,17 @@ var ScreenColumnDto_objectObject = {
|
|
|
4201
4631
|
Screen_column: "screen_column"
|
|
4202
4632
|
};
|
|
4203
4633
|
var ScreenColumnDto_widthObject = {
|
|
4204
|
-
|
|
4205
|
-
MEDIUM: "MEDIUM",
|
|
4634
|
+
EXTRA_LARGE: "EXTRA_LARGE",
|
|
4206
4635
|
LARGE: "LARGE",
|
|
4207
|
-
|
|
4636
|
+
MEDIUM: "MEDIUM",
|
|
4637
|
+
SMALL: "SMALL"
|
|
4208
4638
|
};
|
|
4209
4639
|
var ScreenDto_lineHeightObject = {
|
|
4210
4640
|
EXTRA_SHORT: "EXTRA_SHORT",
|
|
4211
|
-
|
|
4641
|
+
EXTRA_TALL: "EXTRA_TALL",
|
|
4212
4642
|
MEDIUM: "MEDIUM",
|
|
4213
|
-
|
|
4214
|
-
|
|
4643
|
+
SHORT: "SHORT",
|
|
4644
|
+
TALL: "TALL"
|
|
4215
4645
|
};
|
|
4216
4646
|
var ScreenDto_statusObject = {
|
|
4217
4647
|
ACTIVE: "ACTIVE",
|
|
@@ -4222,23 +4652,23 @@ var ScreenSectionDto_objectObject = {
|
|
|
4222
4652
|
Screen_section: "screen_section"
|
|
4223
4653
|
};
|
|
4224
4654
|
var SuggestionDeletedFieldDTO_typeObject = {
|
|
4225
|
-
|
|
4655
|
+
ATTACHMENT: "ATTACHMENT",
|
|
4226
4656
|
CLASSIFICATION: "CLASSIFICATION",
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
NUMBER: "NUMBER",
|
|
4657
|
+
COMPOSITE: "COMPOSITE",
|
|
4658
|
+
CONDITIONALFORMATTING: "CONDITIONAL-FORMATTING",
|
|
4230
4659
|
DATE: "DATE",
|
|
4231
4660
|
DATETIME: "DATE-TIME",
|
|
4232
4661
|
HTMLTEXT: "HTML-TEXT",
|
|
4662
|
+
IDENTIFIER: "IDENTIFIER",
|
|
4233
4663
|
IMAGE: "IMAGE",
|
|
4234
|
-
|
|
4235
|
-
SINGLESELECT: "SINGLE-SELECT",
|
|
4664
|
+
LONGTEXT: "LONG-TEXT",
|
|
4236
4665
|
MULTIPLESELECT: "MULTIPLE-SELECT",
|
|
4237
4666
|
MULTIPLESELECTQUANTIFIED: "MULTIPLE-SELECT-QUANTIFIED",
|
|
4238
4667
|
MULTIPLESELECTQUANTIFIEDWITHCOMMENTS: "MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS",
|
|
4239
4668
|
MULTIPLESELECTWITHCOMMENTS: "MULTIPLE-SELECT-WITH-COMMENTS",
|
|
4240
|
-
|
|
4241
|
-
|
|
4669
|
+
NUMBER: "NUMBER",
|
|
4670
|
+
SINGLELINETEXT: "SINGLE-LINE-TEXT",
|
|
4671
|
+
SINGLESELECT: "SINGLE-SELECT"
|
|
4242
4672
|
};
|
|
4243
4673
|
var SuggestionDto_objectObject = {
|
|
4244
4674
|
Suggestion: "suggestion"
|
|
@@ -4247,39 +4677,39 @@ var TaskDto_objectObject = {
|
|
|
4247
4677
|
Task: "task"
|
|
4248
4678
|
};
|
|
4249
4679
|
var TaskDto_retryLogicObject = {
|
|
4250
|
-
|
|
4251
|
-
|
|
4680
|
+
EXPONENTIAL_BACKOFF: "EXPONENTIAL_BACKOFF",
|
|
4681
|
+
FIXED: "FIXED"
|
|
4252
4682
|
};
|
|
4253
4683
|
var TaskDto_timeoutPolicyObject = {
|
|
4684
|
+
ALERT_ONLY: "ALERT_ONLY",
|
|
4254
4685
|
RETRY: "RETRY",
|
|
4255
|
-
TIME_OUT_WF: "TIME_OUT_WF"
|
|
4256
|
-
ALERT_ONLY: "ALERT_ONLY"
|
|
4686
|
+
TIME_OUT_WF: "TIME_OUT_WF"
|
|
4257
4687
|
};
|
|
4258
4688
|
var TaskExecutionDto_objectObject = {
|
|
4259
4689
|
Task_execution: "task_execution"
|
|
4260
4690
|
};
|
|
4261
4691
|
var TaskExecutionDto_statusObject = {
|
|
4262
|
-
SCHEDULED: "SCHEDULED",
|
|
4263
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
4264
4692
|
CANCELLED: "CANCELLED",
|
|
4693
|
+
COMPLETED: "COMPLETED",
|
|
4265
4694
|
FAILED: "FAILED",
|
|
4266
|
-
|
|
4695
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
4696
|
+
SCHEDULED: "SCHEDULED"
|
|
4267
4697
|
};
|
|
4268
4698
|
var UpdateJobDto_statusObject = {
|
|
4699
|
+
ARCHIVED: "ARCHIVED",
|
|
4700
|
+
DEPRECATED: "DEPRECATED",
|
|
4269
4701
|
DRAFT: "DRAFT",
|
|
4270
4702
|
PRODUCTION: "PRODUCTION",
|
|
4271
|
-
DEPRECATED: "DEPRECATED",
|
|
4272
|
-
ARCHIVED: "ARCHIVED",
|
|
4273
4703
|
REMOVED: "REMOVED"
|
|
4274
4704
|
};
|
|
4275
4705
|
var UpdateTaskDto_retryLogicObject = {
|
|
4276
|
-
|
|
4277
|
-
|
|
4706
|
+
EXPONENTIAL_BACKOFF: "EXPONENTIAL_BACKOFF",
|
|
4707
|
+
FIXED: "FIXED"
|
|
4278
4708
|
};
|
|
4279
4709
|
var UpdateTaskDto_timeoutPolicyObject = {
|
|
4710
|
+
ALERT_ONLY: "ALERT_ONLY",
|
|
4280
4711
|
RETRY: "RETRY",
|
|
4281
|
-
TIME_OUT_WF: "TIME_OUT_WF"
|
|
4282
|
-
ALERT_ONLY: "ALERT_ONLY"
|
|
4712
|
+
TIME_OUT_WF: "TIME_OUT_WF"
|
|
4283
4713
|
};
|
|
4284
4714
|
var UpdateVariableDto_statusObject = {
|
|
4285
4715
|
ACTIVE: "ACTIVE",
|
|
@@ -4290,15 +4720,15 @@ var UserDto_objectObject = {
|
|
|
4290
4720
|
User: "user"
|
|
4291
4721
|
};
|
|
4292
4722
|
var UserDto_roleObject = {
|
|
4293
|
-
|
|
4294
|
-
|
|
4723
|
+
EDITOR: "EDITOR",
|
|
4724
|
+
SITE_ADMIN: "SITE_ADMIN"
|
|
4295
4725
|
};
|
|
4296
4726
|
var UserDto_statusObject = {
|
|
4297
|
-
PENDING: "PENDING",
|
|
4298
4727
|
ACTIVE: "ACTIVE",
|
|
4299
4728
|
ARCHIVED: "ARCHIVED",
|
|
4300
|
-
|
|
4301
|
-
REMOVED: "REMOVED"
|
|
4729
|
+
PENDING: "PENDING",
|
|
4730
|
+
REMOVED: "REMOVED",
|
|
4731
|
+
SUSPENDED: "SUSPENDED"
|
|
4302
4732
|
};
|
|
4303
4733
|
var UserGroupDto_objectObject = {
|
|
4304
4734
|
User_group: "user_group"
|
|
@@ -6840,142 +7270,53 @@ var ItemLinksRequestBuilderRequestsMetadata = {
|
|
|
6840
7270
|
}
|
|
6841
7271
|
};
|
|
6842
7272
|
|
|
6843
|
-
// src/v1/items/find/
|
|
6844
|
-
function
|
|
6845
|
-
return
|
|
7273
|
+
// src/v1/items/find/index.ts
|
|
7274
|
+
function createFind400ErrorFromDiscriminatorValue12(parseNode) {
|
|
7275
|
+
return deserializeIntoFind400Error12;
|
|
6846
7276
|
}
|
|
6847
|
-
function
|
|
6848
|
-
return
|
|
7277
|
+
function createFindPostResponseFromDiscriminatorValue12(parseNode) {
|
|
7278
|
+
return deserializeIntoFindPostResponse12;
|
|
6849
7279
|
}
|
|
6850
|
-
function
|
|
7280
|
+
function deserializeIntoFind400Error12(find400Error = {}) {
|
|
6851
7281
|
return {
|
|
6852
7282
|
"message": (n) => {
|
|
6853
|
-
|
|
7283
|
+
find400Error.messageEscaped = n.getStringValue();
|
|
6854
7284
|
}
|
|
6855
7285
|
};
|
|
6856
7286
|
}
|
|
6857
|
-
function
|
|
7287
|
+
function deserializeIntoFindPostResponse12(findPostResponse = {}) {
|
|
6858
7288
|
return {
|
|
6859
7289
|
"data": (n) => {
|
|
6860
|
-
|
|
7290
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createItemDtoFromDiscriminatorValue);
|
|
6861
7291
|
},
|
|
6862
7292
|
"object": (n) => {
|
|
6863
|
-
|
|
7293
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject12);
|
|
6864
7294
|
},
|
|
6865
7295
|
"totalElements": (n) => {
|
|
6866
|
-
|
|
7296
|
+
findPostResponse.totalElements = n.getNumberValue();
|
|
6867
7297
|
}
|
|
6868
7298
|
};
|
|
6869
7299
|
}
|
|
6870
|
-
|
|
6871
|
-
|
|
7300
|
+
function serializeFindItemQueryDto(writer, findItemQueryDto = {}) {
|
|
7301
|
+
serializeFindItemHighOrderQueryDTO(writer, findItemQueryDto);
|
|
7302
|
+
serializeFindItemLowOrderQueryDTO(writer, findItemQueryDto);
|
|
7303
|
+
serializeLowOrderQueryDTO(writer, findItemQueryDto);
|
|
7304
|
+
}
|
|
7305
|
+
var FindRequestBuilderUriTemplate12 = "{+baseurl}/v1/items/find?partitionId={partitionId}{&levelId*,page*,size*,sort*,sortOrder*}";
|
|
7306
|
+
var FindPostResponse_objectObject12 = {
|
|
7307
|
+
List: "list"
|
|
7308
|
+
};
|
|
7309
|
+
var FindRequestBuilderRequestsMetadata12 = {
|
|
6872
7310
|
post: {
|
|
6873
|
-
uriTemplate:
|
|
7311
|
+
uriTemplate: FindRequestBuilderUriTemplate12,
|
|
6874
7312
|
responseBodyContentType: "application/json",
|
|
6875
7313
|
errorMappings: {
|
|
6876
|
-
400:
|
|
7314
|
+
400: createFind400ErrorFromDiscriminatorValue12
|
|
6877
7315
|
},
|
|
6878
7316
|
adapterMethodName: "send",
|
|
6879
|
-
responseBodyFactory:
|
|
7317
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue12,
|
|
6880
7318
|
requestBodyContentType: "application/json",
|
|
6881
|
-
requestBodySerializer:
|
|
6882
|
-
requestInformationContentSetMethod: "setContentFromParsable"
|
|
6883
|
-
}
|
|
6884
|
-
};
|
|
6885
|
-
var WithLevelPostResponse_objectObject = {
|
|
6886
|
-
List: "list"
|
|
6887
|
-
};
|
|
6888
|
-
|
|
6889
|
-
// src/v1/items/find/table/item/partition/item/level/index.ts
|
|
6890
|
-
var LevelRequestBuilderNavigationMetadata = {
|
|
6891
|
-
byLevelId: {
|
|
6892
|
-
requestsMetadata: WithLevelItemRequestBuilderRequestsMetadata,
|
|
6893
|
-
pathParametersMappings: ["levelId"]
|
|
6894
|
-
}
|
|
6895
|
-
};
|
|
6896
|
-
|
|
6897
|
-
// src/v1/items/find/table/item/partition/item/index.ts
|
|
6898
|
-
var WithPartitionItemRequestBuilderNavigationMetadata = {
|
|
6899
|
-
level: {
|
|
6900
|
-
navigationMetadata: LevelRequestBuilderNavigationMetadata
|
|
6901
|
-
}
|
|
6902
|
-
};
|
|
6903
|
-
|
|
6904
|
-
// src/v1/items/find/table/item/partition/index.ts
|
|
6905
|
-
var PartitionRequestBuilderNavigationMetadata = {
|
|
6906
|
-
byPartitionId: {
|
|
6907
|
-
navigationMetadata: WithPartitionItemRequestBuilderNavigationMetadata,
|
|
6908
|
-
pathParametersMappings: ["partitionId"]
|
|
6909
|
-
}
|
|
6910
|
-
};
|
|
6911
|
-
|
|
6912
|
-
// src/v1/items/find/table/item/index.ts
|
|
6913
|
-
var WithTableItemRequestBuilderNavigationMetadata = {
|
|
6914
|
-
partition: {
|
|
6915
|
-
navigationMetadata: PartitionRequestBuilderNavigationMetadata
|
|
6916
|
-
}
|
|
6917
|
-
};
|
|
6918
|
-
|
|
6919
|
-
// src/v1/items/find/table/index.ts
|
|
6920
|
-
var TableRequestBuilderNavigationMetadata = {
|
|
6921
|
-
byTableId: {
|
|
6922
|
-
navigationMetadata: WithTableItemRequestBuilderNavigationMetadata,
|
|
6923
|
-
pathParametersMappings: ["tableId"]
|
|
6924
|
-
}
|
|
6925
|
-
};
|
|
6926
|
-
|
|
6927
|
-
// src/v1/items/find/index.ts
|
|
6928
|
-
function createFind400ErrorFromDiscriminatorValue12(parseNode) {
|
|
6929
|
-
return deserializeIntoFind400Error12;
|
|
6930
|
-
}
|
|
6931
|
-
function createFindPostResponseFromDiscriminatorValue12(parseNode) {
|
|
6932
|
-
return deserializeIntoFindPostResponse12;
|
|
6933
|
-
}
|
|
6934
|
-
function deserializeIntoFind400Error12(find400Error = {}) {
|
|
6935
|
-
return {
|
|
6936
|
-
"message": (n) => {
|
|
6937
|
-
find400Error.messageEscaped = n.getStringValue();
|
|
6938
|
-
}
|
|
6939
|
-
};
|
|
6940
|
-
}
|
|
6941
|
-
function deserializeIntoFindPostResponse12(findPostResponse = {}) {
|
|
6942
|
-
return {
|
|
6943
|
-
"data": (n) => {
|
|
6944
|
-
findPostResponse.data = n.getCollectionOfObjectValues(createItemDtoFromDiscriminatorValue);
|
|
6945
|
-
},
|
|
6946
|
-
"object": (n) => {
|
|
6947
|
-
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject12);
|
|
6948
|
-
},
|
|
6949
|
-
"totalElements": (n) => {
|
|
6950
|
-
findPostResponse.totalElements = n.getNumberValue();
|
|
6951
|
-
}
|
|
6952
|
-
};
|
|
6953
|
-
}
|
|
6954
|
-
function serializeFindItemQueryDto(writer, findItemQueryDto = {}) {
|
|
6955
|
-
serializeFindItemHighOrderQueryDTO(writer, findItemQueryDto);
|
|
6956
|
-
serializeFindItemLowOrderQueryDTO(writer, findItemQueryDto);
|
|
6957
|
-
serializeLowOrderQueryDTO(writer, findItemQueryDto);
|
|
6958
|
-
}
|
|
6959
|
-
var FindRequestBuilderUriTemplate12 = "{+baseurl}/v1/items/find?partitionId={partitionId}{&levelId*,page*,size*,sort*,sortOrder*}";
|
|
6960
|
-
var FindPostResponse_objectObject12 = {
|
|
6961
|
-
List: "list"
|
|
6962
|
-
};
|
|
6963
|
-
var FindRequestBuilderNavigationMetadata = {
|
|
6964
|
-
table: {
|
|
6965
|
-
navigationMetadata: TableRequestBuilderNavigationMetadata
|
|
6966
|
-
}
|
|
6967
|
-
};
|
|
6968
|
-
var FindRequestBuilderRequestsMetadata12 = {
|
|
6969
|
-
post: {
|
|
6970
|
-
uriTemplate: FindRequestBuilderUriTemplate12,
|
|
6971
|
-
responseBodyContentType: "application/json",
|
|
6972
|
-
errorMappings: {
|
|
6973
|
-
400: createFind400ErrorFromDiscriminatorValue12
|
|
6974
|
-
},
|
|
6975
|
-
adapterMethodName: "send",
|
|
6976
|
-
responseBodyFactory: createFindPostResponseFromDiscriminatorValue12,
|
|
6977
|
-
requestBodyContentType: "application/json",
|
|
6978
|
-
requestBodySerializer: serializeFindItemQueryDto,
|
|
7319
|
+
requestBodySerializer: serializeFindItemQueryDto,
|
|
6979
7320
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
6980
7321
|
}
|
|
6981
7322
|
};
|
|
@@ -7031,7 +7372,7 @@ function deserializeIntoItemsGetResponse(itemsGetResponse = {}) {
|
|
|
7031
7372
|
}
|
|
7032
7373
|
};
|
|
7033
7374
|
}
|
|
7034
|
-
var ItemsRequestBuilderUriTemplate = "{+baseurl}/v1/items{
|
|
7375
|
+
var ItemsRequestBuilderUriTemplate = "{+baseurl}/v1/items?partitionId={partitionId}{&levelId*,page*,size*,sort*,sortOrder*}";
|
|
7035
7376
|
var ItemsGetResponse_objectObject = {
|
|
7036
7377
|
List: "list"
|
|
7037
7378
|
};
|
|
@@ -7041,8 +7382,7 @@ var ItemsRequestBuilderNavigationMetadata = {
|
|
|
7041
7382
|
pathParametersMappings: ["id"]
|
|
7042
7383
|
},
|
|
7043
7384
|
find: {
|
|
7044
|
-
requestsMetadata: FindRequestBuilderRequestsMetadata12
|
|
7045
|
-
navigationMetadata: FindRequestBuilderNavigationMetadata
|
|
7385
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata12
|
|
7046
7386
|
}
|
|
7047
7387
|
};
|
|
7048
7388
|
var ItemsRequestBuilderRequestsMetadata = {
|
|
@@ -7395,6 +7735,65 @@ var MatrixFieldsRequestBuilderRequestsMetadata = {
|
|
|
7395
7735
|
}
|
|
7396
7736
|
};
|
|
7397
7737
|
|
|
7738
|
+
// src/v1/me/accounts/index.ts
|
|
7739
|
+
function createAccounts400ErrorFromDiscriminatorValue2(parseNode) {
|
|
7740
|
+
return deserializeIntoAccounts400Error2;
|
|
7741
|
+
}
|
|
7742
|
+
function createAccountsGetResponseFromDiscriminatorValue2(parseNode) {
|
|
7743
|
+
return deserializeIntoAccountsGetResponse2;
|
|
7744
|
+
}
|
|
7745
|
+
function deserializeIntoAccounts400Error2(accounts400Error = {}) {
|
|
7746
|
+
return {
|
|
7747
|
+
"message": (n) => {
|
|
7748
|
+
accounts400Error.messageEscaped = n.getStringValue();
|
|
7749
|
+
}
|
|
7750
|
+
};
|
|
7751
|
+
}
|
|
7752
|
+
function deserializeIntoAccountsGetResponse2(accountsGetResponse = {}) {
|
|
7753
|
+
return {
|
|
7754
|
+
"data": (n) => {
|
|
7755
|
+
accountsGetResponse.data = n.getCollectionOfObjectValues(createMeAccountDtoFromDiscriminatorValue);
|
|
7756
|
+
},
|
|
7757
|
+
"object": (n) => {
|
|
7758
|
+
accountsGetResponse.object = n.getEnumValue(AccountsGetResponse_objectObject2);
|
|
7759
|
+
},
|
|
7760
|
+
"totalElements": (n) => {
|
|
7761
|
+
accountsGetResponse.totalElements = n.getNumberValue();
|
|
7762
|
+
}
|
|
7763
|
+
};
|
|
7764
|
+
}
|
|
7765
|
+
var AccountsRequestBuilderUriTemplate2 = "{+baseurl}/v1/me/accounts{?page*,size*,sort*,sortOrder*}";
|
|
7766
|
+
var AccountsGetResponse_objectObject2 = {
|
|
7767
|
+
List: "list"
|
|
7768
|
+
};
|
|
7769
|
+
var AccountsRequestBuilderRequestsMetadata2 = {
|
|
7770
|
+
get: {
|
|
7771
|
+
uriTemplate: AccountsRequestBuilderUriTemplate2,
|
|
7772
|
+
responseBodyContentType: "application/json",
|
|
7773
|
+
errorMappings: {
|
|
7774
|
+
400: createAccounts400ErrorFromDiscriminatorValue2
|
|
7775
|
+
},
|
|
7776
|
+
adapterMethodName: "send",
|
|
7777
|
+
responseBodyFactory: createAccountsGetResponseFromDiscriminatorValue2
|
|
7778
|
+
}
|
|
7779
|
+
};
|
|
7780
|
+
|
|
7781
|
+
// src/v1/me/index.ts
|
|
7782
|
+
var MeRequestBuilderUriTemplate = "{+baseurl}/v1/me";
|
|
7783
|
+
var MeRequestBuilderNavigationMetadata = {
|
|
7784
|
+
accounts: {
|
|
7785
|
+
requestsMetadata: AccountsRequestBuilderRequestsMetadata2
|
|
7786
|
+
}
|
|
7787
|
+
};
|
|
7788
|
+
var MeRequestBuilderRequestsMetadata = {
|
|
7789
|
+
get: {
|
|
7790
|
+
uriTemplate: MeRequestBuilderUriTemplate,
|
|
7791
|
+
responseBodyContentType: "application/json",
|
|
7792
|
+
adapterMethodName: "send",
|
|
7793
|
+
responseBodyFactory: createMeDtoFromDiscriminatorValue
|
|
7794
|
+
}
|
|
7795
|
+
};
|
|
7796
|
+
|
|
7398
7797
|
// src/v1/partitions/find/index.ts
|
|
7399
7798
|
function createFind400ErrorFromDiscriminatorValue15(parseNode) {
|
|
7400
7799
|
return deserializeIntoFind400Error15;
|
|
@@ -7564,7 +7963,7 @@ var PartitionsRequestBuilderRequestsMetadata = {
|
|
|
7564
7963
|
}
|
|
7565
7964
|
};
|
|
7566
7965
|
|
|
7567
|
-
// src/v1/
|
|
7966
|
+
// src/v1/partnerGroups/find/index.ts
|
|
7568
7967
|
function createFind400ErrorFromDiscriminatorValue16(parseNode) {
|
|
7569
7968
|
return deserializeIntoFind400Error16;
|
|
7570
7969
|
}
|
|
@@ -7581,7 +7980,7 @@ function deserializeIntoFind400Error16(find400Error = {}) {
|
|
|
7581
7980
|
function deserializeIntoFindPostResponse16(findPostResponse = {}) {
|
|
7582
7981
|
return {
|
|
7583
7982
|
"data": (n) => {
|
|
7584
|
-
findPostResponse.data = n.getCollectionOfObjectValues(
|
|
7983
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createPartnerGroupDtoFromDiscriminatorValue);
|
|
7585
7984
|
},
|
|
7586
7985
|
"object": (n) => {
|
|
7587
7986
|
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject16);
|
|
@@ -7638,7 +8037,7 @@ function serializeQueryDTO15(writer, queryDTO = {}) {
|
|
|
7638
8037
|
break;
|
|
7639
8038
|
}
|
|
7640
8039
|
}
|
|
7641
|
-
var FindRequestBuilderUriTemplate16 = "{+baseurl}/v1/
|
|
8040
|
+
var FindRequestBuilderUriTemplate16 = "{+baseurl}/v1/partner-groups/find{?page*,size*,sort*,sortOrder*}";
|
|
7642
8041
|
var FindPostResponse_objectObject16 = {
|
|
7643
8042
|
List: "list"
|
|
7644
8043
|
};
|
|
@@ -7657,127 +8056,154 @@ var FindRequestBuilderRequestsMetadata16 = {
|
|
|
7657
8056
|
}
|
|
7658
8057
|
};
|
|
7659
8058
|
|
|
7660
|
-
// src/v1/
|
|
7661
|
-
|
|
7662
|
-
|
|
7663
|
-
|
|
7664
|
-
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
7669
|
-
|
|
7670
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
8059
|
+
// src/v1/partnerGroups/item/addMembers/index.ts
|
|
8060
|
+
var AddMembersRequestBuilderUriTemplate = "{+baseurl}/v1/partner-groups/{id}/add-members";
|
|
8061
|
+
var AddMembersRequestBuilderRequestsMetadata = {
|
|
8062
|
+
post: {
|
|
8063
|
+
uriTemplate: AddMembersRequestBuilderUriTemplate,
|
|
8064
|
+
responseBodyContentType: "application/json",
|
|
8065
|
+
adapterMethodName: "send",
|
|
8066
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue,
|
|
8067
|
+
requestBodyContentType: "application/json",
|
|
8068
|
+
requestBodySerializer: serializePartnerGroupMembersDto,
|
|
8069
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8070
|
+
}
|
|
8071
|
+
};
|
|
8072
|
+
|
|
8073
|
+
// src/v1/partnerGroups/item/removeMembers/index.ts
|
|
8074
|
+
var RemoveMembersRequestBuilderUriTemplate = "{+baseurl}/v1/partner-groups/{id}/remove-members";
|
|
8075
|
+
var RemoveMembersRequestBuilderRequestsMetadata = {
|
|
8076
|
+
post: {
|
|
8077
|
+
uriTemplate: RemoveMembersRequestBuilderUriTemplate,
|
|
8078
|
+
responseBodyContentType: "application/json",
|
|
8079
|
+
adapterMethodName: "send",
|
|
8080
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue,
|
|
8081
|
+
requestBodyContentType: "application/json",
|
|
8082
|
+
requestBodySerializer: serializePartnerGroupMembersDto,
|
|
8083
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8084
|
+
}
|
|
8085
|
+
};
|
|
8086
|
+
|
|
8087
|
+
// src/v1/partnerGroups/item/index.ts
|
|
8088
|
+
function createPartnerGroupDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
8089
|
+
return deserializeIntoPartnerGroupDto400Error;
|
|
7673
8090
|
}
|
|
7674
|
-
function
|
|
8091
|
+
function deserializeIntoPartnerGroupDto400Error(partnerGroupDto400Error = {}) {
|
|
7675
8092
|
return {
|
|
7676
8093
|
"message": (n) => {
|
|
7677
|
-
|
|
8094
|
+
partnerGroupDto400Error.messageEscaped = n.getStringValue();
|
|
7678
8095
|
}
|
|
7679
8096
|
};
|
|
7680
8097
|
}
|
|
7681
|
-
var
|
|
7682
|
-
var
|
|
8098
|
+
var PartnerGroupsItemRequestBuilderUriTemplate = "{+baseurl}/v1/partner-groups/{id}";
|
|
8099
|
+
var PartnerGroupsItemRequestBuilderNavigationMetadata = {
|
|
8100
|
+
addMembers: {
|
|
8101
|
+
requestsMetadata: AddMembersRequestBuilderRequestsMetadata
|
|
8102
|
+
},
|
|
8103
|
+
removeMembers: {
|
|
8104
|
+
requestsMetadata: RemoveMembersRequestBuilderRequestsMetadata
|
|
8105
|
+
}
|
|
8106
|
+
};
|
|
8107
|
+
var PartnerGroupsItemRequestBuilderRequestsMetadata = {
|
|
7683
8108
|
get: {
|
|
7684
|
-
uriTemplate:
|
|
8109
|
+
uriTemplate: PartnerGroupsItemRequestBuilderUriTemplate,
|
|
7685
8110
|
responseBodyContentType: "application/json",
|
|
7686
8111
|
errorMappings: {
|
|
7687
|
-
400:
|
|
8112
|
+
400: createPartnerGroupDto400ErrorFromDiscriminatorValue
|
|
7688
8113
|
},
|
|
7689
8114
|
adapterMethodName: "send",
|
|
7690
|
-
responseBodyFactory:
|
|
8115
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue
|
|
7691
8116
|
},
|
|
7692
8117
|
patch: {
|
|
7693
|
-
uriTemplate:
|
|
8118
|
+
uriTemplate: PartnerGroupsItemRequestBuilderUriTemplate,
|
|
7694
8119
|
responseBodyContentType: "application/json",
|
|
7695
8120
|
errorMappings: {
|
|
7696
|
-
400:
|
|
8121
|
+
400: createPartnerGroupDto400ErrorFromDiscriminatorValue
|
|
7697
8122
|
},
|
|
7698
|
-
adapterMethodName: "
|
|
7699
|
-
responseBodyFactory:
|
|
8123
|
+
adapterMethodName: "send",
|
|
8124
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue,
|
|
7700
8125
|
requestBodyContentType: "application/json",
|
|
7701
|
-
requestBodySerializer:
|
|
8126
|
+
requestBodySerializer: serializeUpdatePartnerGroupDto,
|
|
7702
8127
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
7703
8128
|
}
|
|
7704
8129
|
};
|
|
7705
8130
|
|
|
7706
|
-
// src/v1/
|
|
7707
|
-
function
|
|
7708
|
-
return
|
|
8131
|
+
// src/v1/partnerGroups/index.ts
|
|
8132
|
+
function createPartnerGroupDto400ErrorFromDiscriminatorValue2(parseNode) {
|
|
8133
|
+
return deserializeIntoPartnerGroupDto400Error2;
|
|
7709
8134
|
}
|
|
7710
|
-
function
|
|
7711
|
-
return
|
|
8135
|
+
function createPartnerGroups400ErrorFromDiscriminatorValue(parseNode) {
|
|
8136
|
+
return deserializeIntoPartnerGroups400Error;
|
|
7712
8137
|
}
|
|
7713
|
-
function
|
|
7714
|
-
return
|
|
8138
|
+
function createPartnerGroupsGetResponseFromDiscriminatorValue(parseNode) {
|
|
8139
|
+
return deserializeIntoPartnerGroupsGetResponse;
|
|
7715
8140
|
}
|
|
7716
|
-
function
|
|
8141
|
+
function deserializeIntoPartnerGroupDto400Error2(partnerGroupDto400Error = {}) {
|
|
7717
8142
|
return {
|
|
7718
8143
|
"message": (n) => {
|
|
7719
|
-
|
|
8144
|
+
partnerGroupDto400Error.messageEscaped = n.getStringValue();
|
|
7720
8145
|
}
|
|
7721
8146
|
};
|
|
7722
8147
|
}
|
|
7723
|
-
function
|
|
8148
|
+
function deserializeIntoPartnerGroups400Error(partnerGroups400Error = {}) {
|
|
7724
8149
|
return {
|
|
7725
8150
|
"message": (n) => {
|
|
7726
|
-
|
|
8151
|
+
partnerGroups400Error.messageEscaped = n.getStringValue();
|
|
7727
8152
|
}
|
|
7728
8153
|
};
|
|
7729
8154
|
}
|
|
7730
|
-
function
|
|
8155
|
+
function deserializeIntoPartnerGroupsGetResponse(partnerGroupsGetResponse = {}) {
|
|
7731
8156
|
return {
|
|
7732
8157
|
"data": (n) => {
|
|
7733
|
-
|
|
8158
|
+
partnerGroupsGetResponse.data = n.getCollectionOfObjectValues(createPartnerGroupDtoFromDiscriminatorValue);
|
|
7734
8159
|
},
|
|
7735
8160
|
"object": (n) => {
|
|
7736
|
-
|
|
8161
|
+
partnerGroupsGetResponse.object = n.getEnumValue(PartnerGroupsGetResponse_objectObject);
|
|
7737
8162
|
},
|
|
7738
8163
|
"totalElements": (n) => {
|
|
7739
|
-
|
|
8164
|
+
partnerGroupsGetResponse.totalElements = n.getNumberValue();
|
|
7740
8165
|
}
|
|
7741
8166
|
};
|
|
7742
8167
|
}
|
|
7743
|
-
var
|
|
7744
|
-
var
|
|
8168
|
+
var PartnerGroupsRequestBuilderUriTemplate = "{+baseurl}/v1/partner-groups{?page*,size*,sort*,sortOrder*}";
|
|
8169
|
+
var PartnerGroupsGetResponse_objectObject = {
|
|
7745
8170
|
List: "list"
|
|
7746
8171
|
};
|
|
7747
|
-
var
|
|
8172
|
+
var PartnerGroupsRequestBuilderNavigationMetadata = {
|
|
7748
8173
|
byId: {
|
|
7749
|
-
requestsMetadata:
|
|
8174
|
+
requestsMetadata: PartnerGroupsItemRequestBuilderRequestsMetadata,
|
|
8175
|
+
navigationMetadata: PartnerGroupsItemRequestBuilderNavigationMetadata,
|
|
7750
8176
|
pathParametersMappings: ["id"]
|
|
7751
8177
|
},
|
|
7752
8178
|
find: {
|
|
7753
8179
|
requestsMetadata: FindRequestBuilderRequestsMetadata16
|
|
7754
8180
|
}
|
|
7755
8181
|
};
|
|
7756
|
-
var
|
|
8182
|
+
var PartnerGroupsRequestBuilderRequestsMetadata = {
|
|
7757
8183
|
get: {
|
|
7758
|
-
uriTemplate:
|
|
8184
|
+
uriTemplate: PartnerGroupsRequestBuilderUriTemplate,
|
|
7759
8185
|
responseBodyContentType: "application/json",
|
|
7760
8186
|
errorMappings: {
|
|
7761
|
-
400:
|
|
8187
|
+
400: createPartnerGroups400ErrorFromDiscriminatorValue
|
|
7762
8188
|
},
|
|
7763
8189
|
adapterMethodName: "send",
|
|
7764
|
-
responseBodyFactory:
|
|
8190
|
+
responseBodyFactory: createPartnerGroupsGetResponseFromDiscriminatorValue
|
|
7765
8191
|
},
|
|
7766
8192
|
post: {
|
|
7767
|
-
uriTemplate:
|
|
8193
|
+
uriTemplate: PartnerGroupsRequestBuilderUriTemplate,
|
|
7768
8194
|
responseBodyContentType: "application/json",
|
|
7769
8195
|
errorMappings: {
|
|
7770
|
-
400:
|
|
8196
|
+
400: createPartnerGroupDto400ErrorFromDiscriminatorValue2
|
|
7771
8197
|
},
|
|
7772
8198
|
adapterMethodName: "send",
|
|
7773
|
-
responseBodyFactory:
|
|
8199
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue,
|
|
7774
8200
|
requestBodyContentType: "application/json",
|
|
7775
|
-
requestBodySerializer:
|
|
8201
|
+
requestBodySerializer: serializeCreatePartnerGroupDto,
|
|
7776
8202
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
7777
8203
|
}
|
|
7778
8204
|
};
|
|
7779
8205
|
|
|
7780
|
-
// src/v1/
|
|
8206
|
+
// src/v1/partnerInvitations/find/index.ts
|
|
7781
8207
|
function createFind400ErrorFromDiscriminatorValue17(parseNode) {
|
|
7782
8208
|
return deserializeIntoFind400Error17;
|
|
7783
8209
|
}
|
|
@@ -7794,7 +8220,7 @@ function deserializeIntoFind400Error17(find400Error = {}) {
|
|
|
7794
8220
|
function deserializeIntoFindPostResponse17(findPostResponse = {}) {
|
|
7795
8221
|
return {
|
|
7796
8222
|
"data": (n) => {
|
|
7797
|
-
findPostResponse.data = n.getCollectionOfObjectValues(
|
|
8223
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createPartnerInvitationDtoFromDiscriminatorValue);
|
|
7798
8224
|
},
|
|
7799
8225
|
"object": (n) => {
|
|
7800
8226
|
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject17);
|
|
@@ -7851,21 +8277,572 @@ function serializeQueryDTO16(writer, queryDTO = {}) {
|
|
|
7851
8277
|
break;
|
|
7852
8278
|
}
|
|
7853
8279
|
}
|
|
7854
|
-
var FindRequestBuilderUriTemplate17 = "{+baseurl}/v1/
|
|
7855
|
-
var FindPostResponse_objectObject17 = {
|
|
8280
|
+
var FindRequestBuilderUriTemplate17 = "{+baseurl}/v1/partner-invitations/find{?page*,size*,sort*,sortOrder*}";
|
|
8281
|
+
var FindPostResponse_objectObject17 = {
|
|
8282
|
+
List: "list"
|
|
8283
|
+
};
|
|
8284
|
+
var FindRequestBuilderRequestsMetadata17 = {
|
|
8285
|
+
post: {
|
|
8286
|
+
uriTemplate: FindRequestBuilderUriTemplate17,
|
|
8287
|
+
responseBodyContentType: "application/json",
|
|
8288
|
+
errorMappings: {
|
|
8289
|
+
400: createFind400ErrorFromDiscriminatorValue17
|
|
8290
|
+
},
|
|
8291
|
+
adapterMethodName: "send",
|
|
8292
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue17,
|
|
8293
|
+
requestBodyContentType: "application/json",
|
|
8294
|
+
requestBodySerializer: serializeQueryDTO16,
|
|
8295
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8296
|
+
}
|
|
8297
|
+
};
|
|
8298
|
+
|
|
8299
|
+
// src/v1/partnerInvitations/item/index.ts
|
|
8300
|
+
function createPartnerInvitationDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
8301
|
+
return deserializeIntoPartnerInvitationDto400Error;
|
|
8302
|
+
}
|
|
8303
|
+
function deserializeIntoPartnerInvitationDto400Error(partnerInvitationDto400Error = {}) {
|
|
8304
|
+
return {
|
|
8305
|
+
"message": (n) => {
|
|
8306
|
+
partnerInvitationDto400Error.messageEscaped = n.getStringValue();
|
|
8307
|
+
}
|
|
8308
|
+
};
|
|
8309
|
+
}
|
|
8310
|
+
var PartnerInvitationsItemRequestBuilderUriTemplate = "{+baseurl}/v1/partner-invitations/{id}";
|
|
8311
|
+
var PartnerInvitationsItemRequestBuilderRequestsMetadata = {
|
|
8312
|
+
get: {
|
|
8313
|
+
uriTemplate: PartnerInvitationsItemRequestBuilderUriTemplate,
|
|
8314
|
+
responseBodyContentType: "application/json",
|
|
8315
|
+
errorMappings: {
|
|
8316
|
+
400: createPartnerInvitationDto400ErrorFromDiscriminatorValue
|
|
8317
|
+
},
|
|
8318
|
+
adapterMethodName: "send",
|
|
8319
|
+
responseBodyFactory: createPartnerInvitationDtoFromDiscriminatorValue
|
|
8320
|
+
}
|
|
8321
|
+
};
|
|
8322
|
+
|
|
8323
|
+
// src/v1/partnerInvitations/index.ts
|
|
8324
|
+
function createPartnerInvitations400ErrorFromDiscriminatorValue(parseNode) {
|
|
8325
|
+
return deserializeIntoPartnerInvitations400Error;
|
|
8326
|
+
}
|
|
8327
|
+
function createPartnerInvitationsGetResponseFromDiscriminatorValue(parseNode) {
|
|
8328
|
+
return deserializeIntoPartnerInvitationsGetResponse;
|
|
8329
|
+
}
|
|
8330
|
+
function deserializeIntoPartnerInvitations400Error(partnerInvitations400Error = {}) {
|
|
8331
|
+
return {
|
|
8332
|
+
"message": (n) => {
|
|
8333
|
+
partnerInvitations400Error.messageEscaped = n.getStringValue();
|
|
8334
|
+
}
|
|
8335
|
+
};
|
|
8336
|
+
}
|
|
8337
|
+
function deserializeIntoPartnerInvitationsGetResponse(partnerInvitationsGetResponse = {}) {
|
|
8338
|
+
return {
|
|
8339
|
+
"data": (n) => {
|
|
8340
|
+
partnerInvitationsGetResponse.data = n.getCollectionOfObjectValues(createPartnerInvitationDtoFromDiscriminatorValue);
|
|
8341
|
+
},
|
|
8342
|
+
"object": (n) => {
|
|
8343
|
+
partnerInvitationsGetResponse.object = n.getEnumValue(PartnerInvitationsGetResponse_objectObject);
|
|
8344
|
+
},
|
|
8345
|
+
"totalElements": (n) => {
|
|
8346
|
+
partnerInvitationsGetResponse.totalElements = n.getNumberValue();
|
|
8347
|
+
}
|
|
8348
|
+
};
|
|
8349
|
+
}
|
|
8350
|
+
var PartnerInvitationsRequestBuilderUriTemplate = "{+baseurl}/v1/partner-invitations{?page*,size*,sort*,sortOrder*}";
|
|
8351
|
+
var PartnerInvitationsGetResponse_objectObject = {
|
|
8352
|
+
List: "list"
|
|
8353
|
+
};
|
|
8354
|
+
var PartnerInvitationsRequestBuilderNavigationMetadata = {
|
|
8355
|
+
byId: {
|
|
8356
|
+
requestsMetadata: PartnerInvitationsItemRequestBuilderRequestsMetadata,
|
|
8357
|
+
pathParametersMappings: ["id"]
|
|
8358
|
+
},
|
|
8359
|
+
find: {
|
|
8360
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata17
|
|
8361
|
+
}
|
|
8362
|
+
};
|
|
8363
|
+
var PartnerInvitationsRequestBuilderRequestsMetadata = {
|
|
8364
|
+
get: {
|
|
8365
|
+
uriTemplate: PartnerInvitationsRequestBuilderUriTemplate,
|
|
8366
|
+
responseBodyContentType: "application/json",
|
|
8367
|
+
errorMappings: {
|
|
8368
|
+
400: createPartnerInvitations400ErrorFromDiscriminatorValue
|
|
8369
|
+
},
|
|
8370
|
+
adapterMethodName: "send",
|
|
8371
|
+
responseBodyFactory: createPartnerInvitationsGetResponseFromDiscriminatorValue
|
|
8372
|
+
}
|
|
8373
|
+
};
|
|
8374
|
+
|
|
8375
|
+
// src/v1/partners/find/index.ts
|
|
8376
|
+
function createFind400ErrorFromDiscriminatorValue18(parseNode) {
|
|
8377
|
+
return deserializeIntoFind400Error18;
|
|
8378
|
+
}
|
|
8379
|
+
function createFindPostResponseFromDiscriminatorValue18(parseNode) {
|
|
8380
|
+
return deserializeIntoFindPostResponse18;
|
|
8381
|
+
}
|
|
8382
|
+
function deserializeIntoFind400Error18(find400Error = {}) {
|
|
8383
|
+
return {
|
|
8384
|
+
"message": (n) => {
|
|
8385
|
+
find400Error.messageEscaped = n.getStringValue();
|
|
8386
|
+
}
|
|
8387
|
+
};
|
|
8388
|
+
}
|
|
8389
|
+
function deserializeIntoFindPostResponse18(findPostResponse = {}) {
|
|
8390
|
+
return {
|
|
8391
|
+
"data": (n) => {
|
|
8392
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createPartnerDtoFromDiscriminatorValue);
|
|
8393
|
+
},
|
|
8394
|
+
"object": (n) => {
|
|
8395
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject18);
|
|
8396
|
+
},
|
|
8397
|
+
"totalElements": (n) => {
|
|
8398
|
+
findPostResponse.totalElements = n.getNumberValue();
|
|
8399
|
+
}
|
|
8400
|
+
};
|
|
8401
|
+
}
|
|
8402
|
+
function serializeQueryDTO17(writer, queryDTO = {}) {
|
|
8403
|
+
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8404
|
+
switch (queryDTO.type) {
|
|
8405
|
+
case "and":
|
|
8406
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8407
|
+
break;
|
|
8408
|
+
case "eq":
|
|
8409
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8410
|
+
break;
|
|
8411
|
+
case "false":
|
|
8412
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8413
|
+
break;
|
|
8414
|
+
case "greater":
|
|
8415
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8416
|
+
break;
|
|
8417
|
+
case "greaterOrEqual":
|
|
8418
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8419
|
+
break;
|
|
8420
|
+
case "in":
|
|
8421
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8422
|
+
break;
|
|
8423
|
+
case "isNull":
|
|
8424
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8425
|
+
break;
|
|
8426
|
+
case "localizedSearch":
|
|
8427
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8428
|
+
break;
|
|
8429
|
+
case "lower":
|
|
8430
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8431
|
+
break;
|
|
8432
|
+
case "lowerOrEqual":
|
|
8433
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8434
|
+
break;
|
|
8435
|
+
case "notIn":
|
|
8436
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8437
|
+
break;
|
|
8438
|
+
case "or":
|
|
8439
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8440
|
+
break;
|
|
8441
|
+
case "search":
|
|
8442
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8443
|
+
break;
|
|
8444
|
+
case "true":
|
|
8445
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8446
|
+
break;
|
|
8447
|
+
}
|
|
8448
|
+
}
|
|
8449
|
+
var FindRequestBuilderUriTemplate18 = "{+baseurl}/v1/partners/find{?page*,size*,sort*,sortOrder*}";
|
|
8450
|
+
var FindPostResponse_objectObject18 = {
|
|
8451
|
+
List: "list"
|
|
8452
|
+
};
|
|
8453
|
+
var FindRequestBuilderRequestsMetadata18 = {
|
|
8454
|
+
post: {
|
|
8455
|
+
uriTemplate: FindRequestBuilderUriTemplate18,
|
|
8456
|
+
responseBodyContentType: "application/json",
|
|
8457
|
+
errorMappings: {
|
|
8458
|
+
400: createFind400ErrorFromDiscriminatorValue18
|
|
8459
|
+
},
|
|
8460
|
+
adapterMethodName: "send",
|
|
8461
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue18,
|
|
8462
|
+
requestBodyContentType: "application/json",
|
|
8463
|
+
requestBodySerializer: serializeQueryDTO17,
|
|
8464
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8465
|
+
}
|
|
8466
|
+
};
|
|
8467
|
+
|
|
8468
|
+
// src/v1/partners/item/index.ts
|
|
8469
|
+
function createPartnerDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
8470
|
+
return deserializeIntoPartnerDto400Error;
|
|
8471
|
+
}
|
|
8472
|
+
function deserializeIntoPartnerDto400Error(partnerDto400Error = {}) {
|
|
8473
|
+
return {
|
|
8474
|
+
"message": (n) => {
|
|
8475
|
+
partnerDto400Error.messageEscaped = n.getStringValue();
|
|
8476
|
+
}
|
|
8477
|
+
};
|
|
8478
|
+
}
|
|
8479
|
+
var PartnersItemRequestBuilderUriTemplate = "{+baseurl}/v1/partners/{id}";
|
|
8480
|
+
var PartnersItemRequestBuilderRequestsMetadata = {
|
|
8481
|
+
get: {
|
|
8482
|
+
uriTemplate: PartnersItemRequestBuilderUriTemplate,
|
|
8483
|
+
responseBodyContentType: "application/json",
|
|
8484
|
+
errorMappings: {
|
|
8485
|
+
400: createPartnerDto400ErrorFromDiscriminatorValue
|
|
8486
|
+
},
|
|
8487
|
+
adapterMethodName: "send",
|
|
8488
|
+
responseBodyFactory: createPartnerDtoFromDiscriminatorValue
|
|
8489
|
+
}
|
|
8490
|
+
};
|
|
8491
|
+
|
|
8492
|
+
// src/v1/partners/index.ts
|
|
8493
|
+
function createPartners400ErrorFromDiscriminatorValue(parseNode) {
|
|
8494
|
+
return deserializeIntoPartners400Error;
|
|
8495
|
+
}
|
|
8496
|
+
function createPartnersGetResponseFromDiscriminatorValue(parseNode) {
|
|
8497
|
+
return deserializeIntoPartnersGetResponse;
|
|
8498
|
+
}
|
|
8499
|
+
function deserializeIntoPartners400Error(partners400Error = {}) {
|
|
8500
|
+
return {
|
|
8501
|
+
"message": (n) => {
|
|
8502
|
+
partners400Error.messageEscaped = n.getStringValue();
|
|
8503
|
+
}
|
|
8504
|
+
};
|
|
8505
|
+
}
|
|
8506
|
+
function deserializeIntoPartnersGetResponse(partnersGetResponse = {}) {
|
|
8507
|
+
return {
|
|
8508
|
+
"data": (n) => {
|
|
8509
|
+
partnersGetResponse.data = n.getCollectionOfObjectValues(createPartnerDtoFromDiscriminatorValue);
|
|
8510
|
+
},
|
|
8511
|
+
"object": (n) => {
|
|
8512
|
+
partnersGetResponse.object = n.getEnumValue(PartnersGetResponse_objectObject);
|
|
8513
|
+
},
|
|
8514
|
+
"totalElements": (n) => {
|
|
8515
|
+
partnersGetResponse.totalElements = n.getNumberValue();
|
|
8516
|
+
}
|
|
8517
|
+
};
|
|
8518
|
+
}
|
|
8519
|
+
var PartnersRequestBuilderUriTemplate = "{+baseurl}/v1/partners{?page*,size*,sort*,sortOrder*}";
|
|
8520
|
+
var PartnersGetResponse_objectObject = {
|
|
8521
|
+
List: "list"
|
|
8522
|
+
};
|
|
8523
|
+
var PartnersRequestBuilderNavigationMetadata = {
|
|
8524
|
+
byId: {
|
|
8525
|
+
requestsMetadata: PartnersItemRequestBuilderRequestsMetadata,
|
|
8526
|
+
pathParametersMappings: ["id"]
|
|
8527
|
+
},
|
|
8528
|
+
find: {
|
|
8529
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata18
|
|
8530
|
+
}
|
|
8531
|
+
};
|
|
8532
|
+
var PartnersRequestBuilderRequestsMetadata = {
|
|
8533
|
+
get: {
|
|
8534
|
+
uriTemplate: PartnersRequestBuilderUriTemplate,
|
|
8535
|
+
responseBodyContentType: "application/json",
|
|
8536
|
+
errorMappings: {
|
|
8537
|
+
400: createPartners400ErrorFromDiscriminatorValue
|
|
8538
|
+
},
|
|
8539
|
+
adapterMethodName: "send",
|
|
8540
|
+
responseBodyFactory: createPartnersGetResponseFromDiscriminatorValue
|
|
8541
|
+
}
|
|
8542
|
+
};
|
|
8543
|
+
|
|
8544
|
+
// src/v1/publications/find/index.ts
|
|
8545
|
+
function createFind400ErrorFromDiscriminatorValue19(parseNode) {
|
|
8546
|
+
return deserializeIntoFind400Error19;
|
|
8547
|
+
}
|
|
8548
|
+
function createFindPostResponseFromDiscriminatorValue19(parseNode) {
|
|
8549
|
+
return deserializeIntoFindPostResponse19;
|
|
8550
|
+
}
|
|
8551
|
+
function deserializeIntoFind400Error19(find400Error = {}) {
|
|
8552
|
+
return {
|
|
8553
|
+
"message": (n) => {
|
|
8554
|
+
find400Error.messageEscaped = n.getStringValue();
|
|
8555
|
+
}
|
|
8556
|
+
};
|
|
8557
|
+
}
|
|
8558
|
+
function deserializeIntoFindPostResponse19(findPostResponse = {}) {
|
|
8559
|
+
return {
|
|
8560
|
+
"data": (n) => {
|
|
8561
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createPublicationDtoFromDiscriminatorValue);
|
|
8562
|
+
},
|
|
8563
|
+
"object": (n) => {
|
|
8564
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject19);
|
|
8565
|
+
},
|
|
8566
|
+
"totalElements": (n) => {
|
|
8567
|
+
findPostResponse.totalElements = n.getNumberValue();
|
|
8568
|
+
}
|
|
8569
|
+
};
|
|
8570
|
+
}
|
|
8571
|
+
function serializeQueryDTO18(writer, queryDTO = {}) {
|
|
8572
|
+
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8573
|
+
switch (queryDTO.type) {
|
|
8574
|
+
case "and":
|
|
8575
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8576
|
+
break;
|
|
8577
|
+
case "eq":
|
|
8578
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8579
|
+
break;
|
|
8580
|
+
case "false":
|
|
8581
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8582
|
+
break;
|
|
8583
|
+
case "greater":
|
|
8584
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8585
|
+
break;
|
|
8586
|
+
case "greaterOrEqual":
|
|
8587
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8588
|
+
break;
|
|
8589
|
+
case "in":
|
|
8590
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8591
|
+
break;
|
|
8592
|
+
case "isNull":
|
|
8593
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8594
|
+
break;
|
|
8595
|
+
case "localizedSearch":
|
|
8596
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8597
|
+
break;
|
|
8598
|
+
case "lower":
|
|
8599
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8600
|
+
break;
|
|
8601
|
+
case "lowerOrEqual":
|
|
8602
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8603
|
+
break;
|
|
8604
|
+
case "notIn":
|
|
8605
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8606
|
+
break;
|
|
8607
|
+
case "or":
|
|
8608
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8609
|
+
break;
|
|
8610
|
+
case "search":
|
|
8611
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8612
|
+
break;
|
|
8613
|
+
case "true":
|
|
8614
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8615
|
+
break;
|
|
8616
|
+
}
|
|
8617
|
+
}
|
|
8618
|
+
var FindRequestBuilderUriTemplate19 = "{+baseurl}/v1/publications/find{?page*,size*,sort*,sortOrder*}";
|
|
8619
|
+
var FindPostResponse_objectObject19 = {
|
|
8620
|
+
List: "list"
|
|
8621
|
+
};
|
|
8622
|
+
var FindRequestBuilderRequestsMetadata19 = {
|
|
8623
|
+
post: {
|
|
8624
|
+
uriTemplate: FindRequestBuilderUriTemplate19,
|
|
8625
|
+
responseBodyContentType: "application/json",
|
|
8626
|
+
errorMappings: {
|
|
8627
|
+
400: createFind400ErrorFromDiscriminatorValue19
|
|
8628
|
+
},
|
|
8629
|
+
adapterMethodName: "send",
|
|
8630
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue19,
|
|
8631
|
+
requestBodyContentType: "application/json",
|
|
8632
|
+
requestBodySerializer: serializeQueryDTO18,
|
|
8633
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8634
|
+
}
|
|
8635
|
+
};
|
|
8636
|
+
|
|
8637
|
+
// src/v1/publications/item/index.ts
|
|
8638
|
+
function createPublicationDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
8639
|
+
return deserializeIntoPublicationDto400Error;
|
|
8640
|
+
}
|
|
8641
|
+
function createPublications400ErrorFromDiscriminatorValue(parseNode) {
|
|
8642
|
+
return deserializeIntoPublications400Error;
|
|
8643
|
+
}
|
|
8644
|
+
function deserializeIntoPublicationDto400Error(publicationDto400Error = {}) {
|
|
8645
|
+
return {
|
|
8646
|
+
"message": (n) => {
|
|
8647
|
+
publicationDto400Error.messageEscaped = n.getStringValue();
|
|
8648
|
+
}
|
|
8649
|
+
};
|
|
8650
|
+
}
|
|
8651
|
+
function deserializeIntoPublications400Error(publications400Error = {}) {
|
|
8652
|
+
return {
|
|
8653
|
+
"message": (n) => {
|
|
8654
|
+
publications400Error.messageEscaped = n.getStringValue();
|
|
8655
|
+
}
|
|
8656
|
+
};
|
|
8657
|
+
}
|
|
8658
|
+
var PublicationsItemRequestBuilderUriTemplate = "{+baseurl}/v1/publications/{id}";
|
|
8659
|
+
var PublicationsItemRequestBuilderRequestsMetadata = {
|
|
8660
|
+
get: {
|
|
8661
|
+
uriTemplate: PublicationsItemRequestBuilderUriTemplate,
|
|
8662
|
+
responseBodyContentType: "application/json",
|
|
8663
|
+
errorMappings: {
|
|
8664
|
+
400: createPublicationDto400ErrorFromDiscriminatorValue
|
|
8665
|
+
},
|
|
8666
|
+
adapterMethodName: "send",
|
|
8667
|
+
responseBodyFactory: createPublicationDtoFromDiscriminatorValue
|
|
8668
|
+
},
|
|
8669
|
+
patch: {
|
|
8670
|
+
uriTemplate: PublicationsItemRequestBuilderUriTemplate,
|
|
8671
|
+
responseBodyContentType: "application/json",
|
|
8672
|
+
errorMappings: {
|
|
8673
|
+
400: createPublications400ErrorFromDiscriminatorValue
|
|
8674
|
+
},
|
|
8675
|
+
adapterMethodName: "sendPrimitive",
|
|
8676
|
+
responseBodyFactory: "ArrayBuffer",
|
|
8677
|
+
requestBodyContentType: "application/json",
|
|
8678
|
+
requestBodySerializer: serializePatchPublicationDto,
|
|
8679
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8680
|
+
}
|
|
8681
|
+
};
|
|
8682
|
+
|
|
8683
|
+
// src/v1/publications/index.ts
|
|
8684
|
+
function createPublicationDto400ErrorFromDiscriminatorValue2(parseNode) {
|
|
8685
|
+
return deserializeIntoPublicationDto400Error2;
|
|
8686
|
+
}
|
|
8687
|
+
function createPublications400ErrorFromDiscriminatorValue2(parseNode) {
|
|
8688
|
+
return deserializeIntoPublications400Error2;
|
|
8689
|
+
}
|
|
8690
|
+
function createPublicationsGetResponseFromDiscriminatorValue(parseNode) {
|
|
8691
|
+
return deserializeIntoPublicationsGetResponse;
|
|
8692
|
+
}
|
|
8693
|
+
function deserializeIntoPublicationDto400Error2(publicationDto400Error = {}) {
|
|
8694
|
+
return {
|
|
8695
|
+
"message": (n) => {
|
|
8696
|
+
publicationDto400Error.messageEscaped = n.getStringValue();
|
|
8697
|
+
}
|
|
8698
|
+
};
|
|
8699
|
+
}
|
|
8700
|
+
function deserializeIntoPublications400Error2(publications400Error = {}) {
|
|
8701
|
+
return {
|
|
8702
|
+
"message": (n) => {
|
|
8703
|
+
publications400Error.messageEscaped = n.getStringValue();
|
|
8704
|
+
}
|
|
8705
|
+
};
|
|
8706
|
+
}
|
|
8707
|
+
function deserializeIntoPublicationsGetResponse(publicationsGetResponse = {}) {
|
|
8708
|
+
return {
|
|
8709
|
+
"data": (n) => {
|
|
8710
|
+
publicationsGetResponse.data = n.getCollectionOfObjectValues(createPublicationDtoFromDiscriminatorValue);
|
|
8711
|
+
},
|
|
8712
|
+
"object": (n) => {
|
|
8713
|
+
publicationsGetResponse.object = n.getEnumValue(PublicationsGetResponse_objectObject);
|
|
8714
|
+
},
|
|
8715
|
+
"totalElements": (n) => {
|
|
8716
|
+
publicationsGetResponse.totalElements = n.getNumberValue();
|
|
8717
|
+
}
|
|
8718
|
+
};
|
|
8719
|
+
}
|
|
8720
|
+
var PublicationsRequestBuilderUriTemplate = "{+baseurl}/v1/publications{?page*,size*,sort*,sortOrder*}";
|
|
8721
|
+
var PublicationsGetResponse_objectObject = {
|
|
8722
|
+
List: "list"
|
|
8723
|
+
};
|
|
8724
|
+
var PublicationsRequestBuilderNavigationMetadata = {
|
|
8725
|
+
byId: {
|
|
8726
|
+
requestsMetadata: PublicationsItemRequestBuilderRequestsMetadata,
|
|
8727
|
+
pathParametersMappings: ["id"]
|
|
8728
|
+
},
|
|
8729
|
+
find: {
|
|
8730
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata19
|
|
8731
|
+
}
|
|
8732
|
+
};
|
|
8733
|
+
var PublicationsRequestBuilderRequestsMetadata = {
|
|
8734
|
+
get: {
|
|
8735
|
+
uriTemplate: PublicationsRequestBuilderUriTemplate,
|
|
8736
|
+
responseBodyContentType: "application/json",
|
|
8737
|
+
errorMappings: {
|
|
8738
|
+
400: createPublications400ErrorFromDiscriminatorValue2
|
|
8739
|
+
},
|
|
8740
|
+
adapterMethodName: "send",
|
|
8741
|
+
responseBodyFactory: createPublicationsGetResponseFromDiscriminatorValue
|
|
8742
|
+
},
|
|
8743
|
+
post: {
|
|
8744
|
+
uriTemplate: PublicationsRequestBuilderUriTemplate,
|
|
8745
|
+
responseBodyContentType: "application/json",
|
|
8746
|
+
errorMappings: {
|
|
8747
|
+
400: createPublicationDto400ErrorFromDiscriminatorValue2
|
|
8748
|
+
},
|
|
8749
|
+
adapterMethodName: "send",
|
|
8750
|
+
responseBodyFactory: createPublicationDtoFromDiscriminatorValue,
|
|
8751
|
+
requestBodyContentType: "application/json",
|
|
8752
|
+
requestBodySerializer: serializeCreatePublicationDto,
|
|
8753
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8754
|
+
}
|
|
8755
|
+
};
|
|
8756
|
+
|
|
8757
|
+
// src/v1/screenColumns/find/index.ts
|
|
8758
|
+
function createFind400ErrorFromDiscriminatorValue20(parseNode) {
|
|
8759
|
+
return deserializeIntoFind400Error20;
|
|
8760
|
+
}
|
|
8761
|
+
function createFindPostResponseFromDiscriminatorValue20(parseNode) {
|
|
8762
|
+
return deserializeIntoFindPostResponse20;
|
|
8763
|
+
}
|
|
8764
|
+
function deserializeIntoFind400Error20(find400Error = {}) {
|
|
8765
|
+
return {
|
|
8766
|
+
"message": (n) => {
|
|
8767
|
+
find400Error.messageEscaped = n.getStringValue();
|
|
8768
|
+
}
|
|
8769
|
+
};
|
|
8770
|
+
}
|
|
8771
|
+
function deserializeIntoFindPostResponse20(findPostResponse = {}) {
|
|
8772
|
+
return {
|
|
8773
|
+
"data": (n) => {
|
|
8774
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createScreenColumnDtoFromDiscriminatorValue);
|
|
8775
|
+
},
|
|
8776
|
+
"object": (n) => {
|
|
8777
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject20);
|
|
8778
|
+
},
|
|
8779
|
+
"totalElements": (n) => {
|
|
8780
|
+
findPostResponse.totalElements = n.getNumberValue();
|
|
8781
|
+
}
|
|
8782
|
+
};
|
|
8783
|
+
}
|
|
8784
|
+
function serializeQueryDTO19(writer, queryDTO = {}) {
|
|
8785
|
+
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8786
|
+
switch (queryDTO.type) {
|
|
8787
|
+
case "and":
|
|
8788
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8789
|
+
break;
|
|
8790
|
+
case "eq":
|
|
8791
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8792
|
+
break;
|
|
8793
|
+
case "false":
|
|
8794
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8795
|
+
break;
|
|
8796
|
+
case "greater":
|
|
8797
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8798
|
+
break;
|
|
8799
|
+
case "greaterOrEqual":
|
|
8800
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8801
|
+
break;
|
|
8802
|
+
case "in":
|
|
8803
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8804
|
+
break;
|
|
8805
|
+
case "isNull":
|
|
8806
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8807
|
+
break;
|
|
8808
|
+
case "localizedSearch":
|
|
8809
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8810
|
+
break;
|
|
8811
|
+
case "lower":
|
|
8812
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8813
|
+
break;
|
|
8814
|
+
case "lowerOrEqual":
|
|
8815
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8816
|
+
break;
|
|
8817
|
+
case "notIn":
|
|
8818
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8819
|
+
break;
|
|
8820
|
+
case "or":
|
|
8821
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8822
|
+
break;
|
|
8823
|
+
case "search":
|
|
8824
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8825
|
+
break;
|
|
8826
|
+
case "true":
|
|
8827
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8828
|
+
break;
|
|
8829
|
+
}
|
|
8830
|
+
}
|
|
8831
|
+
var FindRequestBuilderUriTemplate20 = "{+baseurl}/v1/screen-columns/find?screenSectionId={screenSectionId}{&page*,parentId*,size*,sort*,sortOrder*}";
|
|
8832
|
+
var FindPostResponse_objectObject20 = {
|
|
7856
8833
|
List: "list"
|
|
7857
8834
|
};
|
|
7858
|
-
var
|
|
8835
|
+
var FindRequestBuilderRequestsMetadata20 = {
|
|
7859
8836
|
post: {
|
|
7860
|
-
uriTemplate:
|
|
8837
|
+
uriTemplate: FindRequestBuilderUriTemplate20,
|
|
7861
8838
|
responseBodyContentType: "application/json",
|
|
7862
8839
|
errorMappings: {
|
|
7863
|
-
400:
|
|
8840
|
+
400: createFind400ErrorFromDiscriminatorValue20
|
|
7864
8841
|
},
|
|
7865
8842
|
adapterMethodName: "send",
|
|
7866
|
-
responseBodyFactory:
|
|
8843
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue20,
|
|
7867
8844
|
requestBodyContentType: "application/json",
|
|
7868
|
-
requestBodySerializer:
|
|
8845
|
+
requestBodySerializer: serializeQueryDTO19,
|
|
7869
8846
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
7870
8847
|
}
|
|
7871
8848
|
};
|
|
@@ -7931,7 +8908,7 @@ var ScreenColumnsRequestBuilderNavigationMetadata = {
|
|
|
7931
8908
|
pathParametersMappings: ["id"]
|
|
7932
8909
|
},
|
|
7933
8910
|
find: {
|
|
7934
|
-
requestsMetadata:
|
|
8911
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata20
|
|
7935
8912
|
}
|
|
7936
8913
|
};
|
|
7937
8914
|
var ScreenColumnsRequestBuilderRequestsMetadata = {
|
|
@@ -7947,33 +8924,33 @@ var ScreenColumnsRequestBuilderRequestsMetadata = {
|
|
|
7947
8924
|
};
|
|
7948
8925
|
|
|
7949
8926
|
// src/v1/screens/find/index.ts
|
|
7950
|
-
function
|
|
7951
|
-
return
|
|
8927
|
+
function createFind400ErrorFromDiscriminatorValue21(parseNode) {
|
|
8928
|
+
return deserializeIntoFind400Error21;
|
|
7952
8929
|
}
|
|
7953
|
-
function
|
|
7954
|
-
return
|
|
8930
|
+
function createFindPostResponseFromDiscriminatorValue21(parseNode) {
|
|
8931
|
+
return deserializeIntoFindPostResponse21;
|
|
7955
8932
|
}
|
|
7956
|
-
function
|
|
8933
|
+
function deserializeIntoFind400Error21(find400Error = {}) {
|
|
7957
8934
|
return {
|
|
7958
8935
|
"message": (n) => {
|
|
7959
8936
|
find400Error.messageEscaped = n.getStringValue();
|
|
7960
8937
|
}
|
|
7961
8938
|
};
|
|
7962
8939
|
}
|
|
7963
|
-
function
|
|
8940
|
+
function deserializeIntoFindPostResponse21(findPostResponse = {}) {
|
|
7964
8941
|
return {
|
|
7965
8942
|
"data": (n) => {
|
|
7966
8943
|
findPostResponse.data = n.getCollectionOfObjectValues(createScreenDtoFromDiscriminatorValue);
|
|
7967
8944
|
},
|
|
7968
8945
|
"object": (n) => {
|
|
7969
|
-
findPostResponse.object = n.getEnumValue(
|
|
8946
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject21);
|
|
7970
8947
|
},
|
|
7971
8948
|
"totalElements": (n) => {
|
|
7972
8949
|
findPostResponse.totalElements = n.getNumberValue();
|
|
7973
8950
|
}
|
|
7974
8951
|
};
|
|
7975
8952
|
}
|
|
7976
|
-
function
|
|
8953
|
+
function serializeQueryDTO20(writer, queryDTO = {}) {
|
|
7977
8954
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
7978
8955
|
switch (queryDTO.type) {
|
|
7979
8956
|
case "and":
|
|
@@ -8020,21 +8997,21 @@ function serializeQueryDTO17(writer, queryDTO = {}) {
|
|
|
8020
8997
|
break;
|
|
8021
8998
|
}
|
|
8022
8999
|
}
|
|
8023
|
-
var
|
|
8024
|
-
var
|
|
9000
|
+
var FindRequestBuilderUriTemplate21 = "{+baseurl}/v1/screens/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}";
|
|
9001
|
+
var FindPostResponse_objectObject21 = {
|
|
8025
9002
|
List: "list"
|
|
8026
9003
|
};
|
|
8027
|
-
var
|
|
9004
|
+
var FindRequestBuilderRequestsMetadata21 = {
|
|
8028
9005
|
post: {
|
|
8029
|
-
uriTemplate:
|
|
9006
|
+
uriTemplate: FindRequestBuilderUriTemplate21,
|
|
8030
9007
|
responseBodyContentType: "application/json",
|
|
8031
9008
|
errorMappings: {
|
|
8032
|
-
400:
|
|
9009
|
+
400: createFind400ErrorFromDiscriminatorValue21
|
|
8033
9010
|
},
|
|
8034
9011
|
adapterMethodName: "send",
|
|
8035
|
-
responseBodyFactory:
|
|
9012
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue21,
|
|
8036
9013
|
requestBodyContentType: "application/json",
|
|
8037
|
-
requestBodySerializer:
|
|
9014
|
+
requestBodySerializer: serializeQueryDTO20,
|
|
8038
9015
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8039
9016
|
}
|
|
8040
9017
|
};
|
|
@@ -8100,7 +9077,7 @@ var ScreensRequestBuilderNavigationMetadata = {
|
|
|
8100
9077
|
pathParametersMappings: ["id"]
|
|
8101
9078
|
},
|
|
8102
9079
|
find: {
|
|
8103
|
-
requestsMetadata:
|
|
9080
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata21
|
|
8104
9081
|
}
|
|
8105
9082
|
};
|
|
8106
9083
|
var ScreensRequestBuilderRequestsMetadata = {
|
|
@@ -8116,33 +9093,33 @@ var ScreensRequestBuilderRequestsMetadata = {
|
|
|
8116
9093
|
};
|
|
8117
9094
|
|
|
8118
9095
|
// src/v1/screenSections/find/index.ts
|
|
8119
|
-
function
|
|
8120
|
-
return
|
|
9096
|
+
function createFind400ErrorFromDiscriminatorValue22(parseNode) {
|
|
9097
|
+
return deserializeIntoFind400Error22;
|
|
8121
9098
|
}
|
|
8122
|
-
function
|
|
8123
|
-
return
|
|
9099
|
+
function createFindPostResponseFromDiscriminatorValue22(parseNode) {
|
|
9100
|
+
return deserializeIntoFindPostResponse22;
|
|
8124
9101
|
}
|
|
8125
|
-
function
|
|
9102
|
+
function deserializeIntoFind400Error22(find400Error = {}) {
|
|
8126
9103
|
return {
|
|
8127
9104
|
"message": (n) => {
|
|
8128
9105
|
find400Error.messageEscaped = n.getStringValue();
|
|
8129
9106
|
}
|
|
8130
9107
|
};
|
|
8131
9108
|
}
|
|
8132
|
-
function
|
|
9109
|
+
function deserializeIntoFindPostResponse22(findPostResponse = {}) {
|
|
8133
9110
|
return {
|
|
8134
9111
|
"data": (n) => {
|
|
8135
9112
|
findPostResponse.data = n.getCollectionOfObjectValues(createScreenSectionDtoFromDiscriminatorValue);
|
|
8136
9113
|
},
|
|
8137
9114
|
"object": (n) => {
|
|
8138
|
-
findPostResponse.object = n.getEnumValue(
|
|
9115
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject22);
|
|
8139
9116
|
},
|
|
8140
9117
|
"totalElements": (n) => {
|
|
8141
9118
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8142
9119
|
}
|
|
8143
9120
|
};
|
|
8144
9121
|
}
|
|
8145
|
-
function
|
|
9122
|
+
function serializeQueryDTO21(writer, queryDTO = {}) {
|
|
8146
9123
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8147
9124
|
switch (queryDTO.type) {
|
|
8148
9125
|
case "and":
|
|
@@ -8189,21 +9166,21 @@ function serializeQueryDTO18(writer, queryDTO = {}) {
|
|
|
8189
9166
|
break;
|
|
8190
9167
|
}
|
|
8191
9168
|
}
|
|
8192
|
-
var
|
|
8193
|
-
var
|
|
9169
|
+
var FindRequestBuilderUriTemplate22 = "{+baseurl}/v1/screen-sections/find?screenId={screenId}{&page*,size*,sort*,sortOrder*}";
|
|
9170
|
+
var FindPostResponse_objectObject22 = {
|
|
8194
9171
|
List: "list"
|
|
8195
9172
|
};
|
|
8196
|
-
var
|
|
9173
|
+
var FindRequestBuilderRequestsMetadata22 = {
|
|
8197
9174
|
post: {
|
|
8198
|
-
uriTemplate:
|
|
9175
|
+
uriTemplate: FindRequestBuilderUriTemplate22,
|
|
8199
9176
|
responseBodyContentType: "application/json",
|
|
8200
9177
|
errorMappings: {
|
|
8201
|
-
400:
|
|
9178
|
+
400: createFind400ErrorFromDiscriminatorValue22
|
|
8202
9179
|
},
|
|
8203
9180
|
adapterMethodName: "send",
|
|
8204
|
-
responseBodyFactory:
|
|
9181
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue22,
|
|
8205
9182
|
requestBodyContentType: "application/json",
|
|
8206
|
-
requestBodySerializer:
|
|
9183
|
+
requestBodySerializer: serializeQueryDTO21,
|
|
8207
9184
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8208
9185
|
}
|
|
8209
9186
|
};
|
|
@@ -8269,7 +9246,7 @@ var ScreenSectionsRequestBuilderNavigationMetadata = {
|
|
|
8269
9246
|
pathParametersMappings: ["id"]
|
|
8270
9247
|
},
|
|
8271
9248
|
find: {
|
|
8272
|
-
requestsMetadata:
|
|
9249
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata22
|
|
8273
9250
|
}
|
|
8274
9251
|
};
|
|
8275
9252
|
var ScreenSectionsRequestBuilderRequestsMetadata = {
|
|
@@ -8285,33 +9262,33 @@ var ScreenSectionsRequestBuilderRequestsMetadata = {
|
|
|
8285
9262
|
};
|
|
8286
9263
|
|
|
8287
9264
|
// src/v1/sections/find/index.ts
|
|
8288
|
-
function
|
|
8289
|
-
return
|
|
9265
|
+
function createFind400ErrorFromDiscriminatorValue23(parseNode) {
|
|
9266
|
+
return deserializeIntoFind400Error23;
|
|
8290
9267
|
}
|
|
8291
|
-
function
|
|
8292
|
-
return
|
|
9268
|
+
function createFindPostResponseFromDiscriminatorValue23(parseNode) {
|
|
9269
|
+
return deserializeIntoFindPostResponse23;
|
|
8293
9270
|
}
|
|
8294
|
-
function
|
|
9271
|
+
function deserializeIntoFind400Error23(find400Error = {}) {
|
|
8295
9272
|
return {
|
|
8296
9273
|
"message": (n) => {
|
|
8297
9274
|
find400Error.messageEscaped = n.getStringValue();
|
|
8298
9275
|
}
|
|
8299
9276
|
};
|
|
8300
9277
|
}
|
|
8301
|
-
function
|
|
9278
|
+
function deserializeIntoFindPostResponse23(findPostResponse = {}) {
|
|
8302
9279
|
return {
|
|
8303
9280
|
"data": (n) => {
|
|
8304
9281
|
findPostResponse.data = n.getCollectionOfObjectValues(createSectionDtoFromDiscriminatorValue);
|
|
8305
9282
|
},
|
|
8306
9283
|
"object": (n) => {
|
|
8307
|
-
findPostResponse.object = n.getEnumValue(
|
|
9284
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject23);
|
|
8308
9285
|
},
|
|
8309
9286
|
"totalElements": (n) => {
|
|
8310
9287
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8311
9288
|
}
|
|
8312
9289
|
};
|
|
8313
9290
|
}
|
|
8314
|
-
function
|
|
9291
|
+
function serializeQueryDTO22(writer, queryDTO = {}) {
|
|
8315
9292
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8316
9293
|
switch (queryDTO.type) {
|
|
8317
9294
|
case "and":
|
|
@@ -8358,21 +9335,21 @@ function serializeQueryDTO19(writer, queryDTO = {}) {
|
|
|
8358
9335
|
break;
|
|
8359
9336
|
}
|
|
8360
9337
|
}
|
|
8361
|
-
var
|
|
8362
|
-
var
|
|
9338
|
+
var FindRequestBuilderUriTemplate23 = "{+baseurl}/v1/sections/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}";
|
|
9339
|
+
var FindPostResponse_objectObject23 = {
|
|
8363
9340
|
List: "list"
|
|
8364
9341
|
};
|
|
8365
|
-
var
|
|
9342
|
+
var FindRequestBuilderRequestsMetadata23 = {
|
|
8366
9343
|
post: {
|
|
8367
|
-
uriTemplate:
|
|
9344
|
+
uriTemplate: FindRequestBuilderUriTemplate23,
|
|
8368
9345
|
responseBodyContentType: "application/json",
|
|
8369
9346
|
errorMappings: {
|
|
8370
|
-
400:
|
|
9347
|
+
400: createFind400ErrorFromDiscriminatorValue23
|
|
8371
9348
|
},
|
|
8372
9349
|
adapterMethodName: "send",
|
|
8373
|
-
responseBodyFactory:
|
|
9350
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue23,
|
|
8374
9351
|
requestBodyContentType: "application/json",
|
|
8375
|
-
requestBodySerializer:
|
|
9352
|
+
requestBodySerializer: serializeQueryDTO22,
|
|
8376
9353
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8377
9354
|
}
|
|
8378
9355
|
};
|
|
@@ -8438,7 +9415,7 @@ var SectionsRequestBuilderNavigationMetadata = {
|
|
|
8438
9415
|
pathParametersMappings: ["id"]
|
|
8439
9416
|
},
|
|
8440
9417
|
find: {
|
|
8441
|
-
requestsMetadata:
|
|
9418
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata23
|
|
8442
9419
|
}
|
|
8443
9420
|
};
|
|
8444
9421
|
var SectionsRequestBuilderRequestsMetadata = {
|
|
@@ -8454,33 +9431,33 @@ var SectionsRequestBuilderRequestsMetadata = {
|
|
|
8454
9431
|
};
|
|
8455
9432
|
|
|
8456
9433
|
// src/v1/suggestions/find/index.ts
|
|
8457
|
-
function
|
|
8458
|
-
return
|
|
9434
|
+
function createFind400ErrorFromDiscriminatorValue24(parseNode) {
|
|
9435
|
+
return deserializeIntoFind400Error24;
|
|
8459
9436
|
}
|
|
8460
|
-
function
|
|
8461
|
-
return
|
|
9437
|
+
function createFindPostResponseFromDiscriminatorValue24(parseNode) {
|
|
9438
|
+
return deserializeIntoFindPostResponse24;
|
|
8462
9439
|
}
|
|
8463
|
-
function
|
|
9440
|
+
function deserializeIntoFind400Error24(find400Error = {}) {
|
|
8464
9441
|
return {
|
|
8465
9442
|
"message": (n) => {
|
|
8466
9443
|
find400Error.messageEscaped = n.getStringValue();
|
|
8467
9444
|
}
|
|
8468
9445
|
};
|
|
8469
9446
|
}
|
|
8470
|
-
function
|
|
9447
|
+
function deserializeIntoFindPostResponse24(findPostResponse = {}) {
|
|
8471
9448
|
return {
|
|
8472
9449
|
"data": (n) => {
|
|
8473
9450
|
findPostResponse.data = n.getCollectionOfObjectValues(createSuggestionDtoFromDiscriminatorValue);
|
|
8474
9451
|
},
|
|
8475
9452
|
"object": (n) => {
|
|
8476
|
-
findPostResponse.object = n.getEnumValue(
|
|
9453
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject24);
|
|
8477
9454
|
},
|
|
8478
9455
|
"totalElements": (n) => {
|
|
8479
9456
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8480
9457
|
}
|
|
8481
9458
|
};
|
|
8482
9459
|
}
|
|
8483
|
-
function
|
|
9460
|
+
function serializeQueryDTO23(writer, queryDTO = {}) {
|
|
8484
9461
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8485
9462
|
switch (queryDTO.type) {
|
|
8486
9463
|
case "and":
|
|
@@ -8527,26 +9504,34 @@ function serializeQueryDTO20(writer, queryDTO = {}) {
|
|
|
8527
9504
|
break;
|
|
8528
9505
|
}
|
|
8529
9506
|
}
|
|
8530
|
-
var
|
|
8531
|
-
var
|
|
9507
|
+
var FindRequestBuilderUriTemplate24 = "{+baseurl}/v1/suggestions/find{?page*,size*,sort*,sortOrder*}";
|
|
9508
|
+
var FindPostResponse_objectObject24 = {
|
|
8532
9509
|
List: "list"
|
|
8533
9510
|
};
|
|
8534
|
-
var
|
|
9511
|
+
var FindRequestBuilderRequestsMetadata24 = {
|
|
8535
9512
|
post: {
|
|
8536
|
-
uriTemplate:
|
|
9513
|
+
uriTemplate: FindRequestBuilderUriTemplate24,
|
|
8537
9514
|
responseBodyContentType: "application/json",
|
|
8538
9515
|
errorMappings: {
|
|
8539
|
-
400:
|
|
9516
|
+
400: createFind400ErrorFromDiscriminatorValue24
|
|
8540
9517
|
},
|
|
8541
9518
|
adapterMethodName: "send",
|
|
8542
|
-
responseBodyFactory:
|
|
9519
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue24,
|
|
8543
9520
|
requestBodyContentType: "application/json",
|
|
8544
|
-
requestBodySerializer:
|
|
9521
|
+
requestBodySerializer: serializeQueryDTO23,
|
|
8545
9522
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8546
9523
|
}
|
|
8547
9524
|
};
|
|
8548
9525
|
|
|
8549
9526
|
// src/v1/suggestions/item/apply/index.ts
|
|
9527
|
+
function serializeApplyPostRequestBody(writer, applyPostRequestBody = {}) {
|
|
9528
|
+
if (applyPostRequestBody) {
|
|
9529
|
+
writer.writeCollectionOfObjectValues("compositeFields", applyPostRequestBody.compositeFields, serializeApplySuggestionOnCompositeDto);
|
|
9530
|
+
writer.writeCollectionOfPrimitiveValues("fieldsKey", applyPostRequestBody.fieldsKey);
|
|
9531
|
+
writer.writeBooleanValue("isAcknowledged", applyPostRequestBody.isAcknowledged);
|
|
9532
|
+
writer.writeAdditionalData(applyPostRequestBody.additionalData);
|
|
9533
|
+
}
|
|
9534
|
+
}
|
|
8550
9535
|
var ApplyRequestBuilderUriTemplate = "{+baseurl}/v1/suggestions/{id}/apply";
|
|
8551
9536
|
var ApplyRequestBuilderRequestsMetadata = {
|
|
8552
9537
|
post: {
|
|
@@ -8554,12 +9539,18 @@ var ApplyRequestBuilderRequestsMetadata = {
|
|
|
8554
9539
|
adapterMethodName: "sendPrimitive",
|
|
8555
9540
|
responseBodyFactory: "ArrayBuffer",
|
|
8556
9541
|
requestBodyContentType: "application/json",
|
|
8557
|
-
requestBodySerializer:
|
|
9542
|
+
requestBodySerializer: serializeApplyPostRequestBody,
|
|
8558
9543
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8559
9544
|
}
|
|
8560
9545
|
};
|
|
8561
9546
|
|
|
8562
9547
|
// src/v1/suggestions/item/applyAll/index.ts
|
|
9548
|
+
function serializeApplyAllPostRequestBody(writer, applyAllPostRequestBody = {}) {
|
|
9549
|
+
if (applyAllPostRequestBody) {
|
|
9550
|
+
writer.writeBooleanValue("isAcknowledged", applyAllPostRequestBody.isAcknowledged);
|
|
9551
|
+
writer.writeAdditionalData(applyAllPostRequestBody.additionalData);
|
|
9552
|
+
}
|
|
9553
|
+
}
|
|
8563
9554
|
var ApplyAllRequestBuilderUriTemplate = "{+baseurl}/v1/suggestions/{id}/apply-all";
|
|
8564
9555
|
var ApplyAllRequestBuilderRequestsMetadata = {
|
|
8565
9556
|
post: {
|
|
@@ -8567,7 +9558,7 @@ var ApplyAllRequestBuilderRequestsMetadata = {
|
|
|
8567
9558
|
adapterMethodName: "sendPrimitive",
|
|
8568
9559
|
responseBodyFactory: "ArrayBuffer",
|
|
8569
9560
|
requestBodyContentType: "application/json",
|
|
8570
|
-
requestBodySerializer:
|
|
9561
|
+
requestBodySerializer: serializeApplyAllPostRequestBody,
|
|
8571
9562
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8572
9563
|
}
|
|
8573
9564
|
};
|
|
@@ -8642,7 +9633,7 @@ var SuggestionsRequestBuilderNavigationMetadata = {
|
|
|
8642
9633
|
pathParametersMappings: ["id"]
|
|
8643
9634
|
},
|
|
8644
9635
|
find: {
|
|
8645
|
-
requestsMetadata:
|
|
9636
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata24
|
|
8646
9637
|
}
|
|
8647
9638
|
};
|
|
8648
9639
|
var SuggestionsRequestBuilderRequestsMetadata = {
|
|
@@ -8658,33 +9649,33 @@ var SuggestionsRequestBuilderRequestsMetadata = {
|
|
|
8658
9649
|
};
|
|
8659
9650
|
|
|
8660
9651
|
// src/v1/tables/find/index.ts
|
|
8661
|
-
function
|
|
8662
|
-
return
|
|
9652
|
+
function createFind400ErrorFromDiscriminatorValue25(parseNode) {
|
|
9653
|
+
return deserializeIntoFind400Error25;
|
|
8663
9654
|
}
|
|
8664
|
-
function
|
|
8665
|
-
return
|
|
9655
|
+
function createFindPostResponseFromDiscriminatorValue25(parseNode) {
|
|
9656
|
+
return deserializeIntoFindPostResponse25;
|
|
8666
9657
|
}
|
|
8667
|
-
function
|
|
9658
|
+
function deserializeIntoFind400Error25(find400Error = {}) {
|
|
8668
9659
|
return {
|
|
8669
9660
|
"message": (n) => {
|
|
8670
9661
|
find400Error.messageEscaped = n.getStringValue();
|
|
8671
9662
|
}
|
|
8672
9663
|
};
|
|
8673
9664
|
}
|
|
8674
|
-
function
|
|
9665
|
+
function deserializeIntoFindPostResponse25(findPostResponse = {}) {
|
|
8675
9666
|
return {
|
|
8676
9667
|
"data": (n) => {
|
|
8677
9668
|
findPostResponse.data = n.getCollectionOfObjectValues(createTableDtoFromDiscriminatorValue);
|
|
8678
9669
|
},
|
|
8679
9670
|
"object": (n) => {
|
|
8680
|
-
findPostResponse.object = n.getEnumValue(
|
|
9671
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject25);
|
|
8681
9672
|
},
|
|
8682
9673
|
"totalElements": (n) => {
|
|
8683
9674
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8684
9675
|
}
|
|
8685
9676
|
};
|
|
8686
9677
|
}
|
|
8687
|
-
function
|
|
9678
|
+
function serializeQueryDTO24(writer, queryDTO = {}) {
|
|
8688
9679
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8689
9680
|
switch (queryDTO.type) {
|
|
8690
9681
|
case "and":
|
|
@@ -8731,21 +9722,21 @@ function serializeQueryDTO21(writer, queryDTO = {}) {
|
|
|
8731
9722
|
break;
|
|
8732
9723
|
}
|
|
8733
9724
|
}
|
|
8734
|
-
var
|
|
8735
|
-
var
|
|
9725
|
+
var FindRequestBuilderUriTemplate25 = "{+baseurl}/v1/tables/find{?page*,size*,sort*,sortOrder*}";
|
|
9726
|
+
var FindPostResponse_objectObject25 = {
|
|
8736
9727
|
List: "list"
|
|
8737
9728
|
};
|
|
8738
|
-
var
|
|
9729
|
+
var FindRequestBuilderRequestsMetadata25 = {
|
|
8739
9730
|
post: {
|
|
8740
|
-
uriTemplate:
|
|
9731
|
+
uriTemplate: FindRequestBuilderUriTemplate25,
|
|
8741
9732
|
responseBodyContentType: "application/json",
|
|
8742
9733
|
errorMappings: {
|
|
8743
|
-
400:
|
|
9734
|
+
400: createFind400ErrorFromDiscriminatorValue25
|
|
8744
9735
|
},
|
|
8745
9736
|
adapterMethodName: "send",
|
|
8746
|
-
responseBodyFactory:
|
|
9737
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue25,
|
|
8747
9738
|
requestBodyContentType: "application/json",
|
|
8748
|
-
requestBodySerializer:
|
|
9739
|
+
requestBodySerializer: serializeQueryDTO24,
|
|
8749
9740
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8750
9741
|
}
|
|
8751
9742
|
};
|
|
@@ -8811,7 +9802,7 @@ var TablesRequestBuilderNavigationMetadata = {
|
|
|
8811
9802
|
pathParametersMappings: ["id"]
|
|
8812
9803
|
},
|
|
8813
9804
|
find: {
|
|
8814
|
-
requestsMetadata:
|
|
9805
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata25
|
|
8815
9806
|
}
|
|
8816
9807
|
};
|
|
8817
9808
|
var TablesRequestBuilderRequestsMetadata = {
|
|
@@ -8827,33 +9818,33 @@ var TablesRequestBuilderRequestsMetadata = {
|
|
|
8827
9818
|
};
|
|
8828
9819
|
|
|
8829
9820
|
// src/v1/userGroups/find/index.ts
|
|
8830
|
-
function
|
|
8831
|
-
return
|
|
9821
|
+
function createFind400ErrorFromDiscriminatorValue26(parseNode) {
|
|
9822
|
+
return deserializeIntoFind400Error26;
|
|
8832
9823
|
}
|
|
8833
|
-
function
|
|
8834
|
-
return
|
|
9824
|
+
function createFindPostResponseFromDiscriminatorValue26(parseNode) {
|
|
9825
|
+
return deserializeIntoFindPostResponse26;
|
|
8835
9826
|
}
|
|
8836
|
-
function
|
|
9827
|
+
function deserializeIntoFind400Error26(find400Error = {}) {
|
|
8837
9828
|
return {
|
|
8838
9829
|
"message": (n) => {
|
|
8839
9830
|
find400Error.messageEscaped = n.getStringValue();
|
|
8840
9831
|
}
|
|
8841
9832
|
};
|
|
8842
9833
|
}
|
|
8843
|
-
function
|
|
9834
|
+
function deserializeIntoFindPostResponse26(findPostResponse = {}) {
|
|
8844
9835
|
return {
|
|
8845
9836
|
"data": (n) => {
|
|
8846
9837
|
findPostResponse.data = n.getCollectionOfObjectValues(createUserGroupDtoFromDiscriminatorValue);
|
|
8847
9838
|
},
|
|
8848
9839
|
"object": (n) => {
|
|
8849
|
-
findPostResponse.object = n.getEnumValue(
|
|
9840
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject26);
|
|
8850
9841
|
},
|
|
8851
9842
|
"totalElements": (n) => {
|
|
8852
9843
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8853
9844
|
}
|
|
8854
9845
|
};
|
|
8855
9846
|
}
|
|
8856
|
-
function
|
|
9847
|
+
function serializeQueryDTO25(writer, queryDTO = {}) {
|
|
8857
9848
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8858
9849
|
switch (queryDTO.type) {
|
|
8859
9850
|
case "and":
|
|
@@ -8900,30 +9891,30 @@ function serializeQueryDTO22(writer, queryDTO = {}) {
|
|
|
8900
9891
|
break;
|
|
8901
9892
|
}
|
|
8902
9893
|
}
|
|
8903
|
-
var
|
|
8904
|
-
var
|
|
9894
|
+
var FindRequestBuilderUriTemplate26 = "{+baseurl}/v1/user-groups/find{?page*,size*,sort*,sortOrder*}";
|
|
9895
|
+
var FindPostResponse_objectObject26 = {
|
|
8905
9896
|
List: "list"
|
|
8906
9897
|
};
|
|
8907
|
-
var
|
|
9898
|
+
var FindRequestBuilderRequestsMetadata26 = {
|
|
8908
9899
|
post: {
|
|
8909
|
-
uriTemplate:
|
|
9900
|
+
uriTemplate: FindRequestBuilderUriTemplate26,
|
|
8910
9901
|
responseBodyContentType: "application/json",
|
|
8911
9902
|
errorMappings: {
|
|
8912
|
-
400:
|
|
9903
|
+
400: createFind400ErrorFromDiscriminatorValue26
|
|
8913
9904
|
},
|
|
8914
9905
|
adapterMethodName: "send",
|
|
8915
|
-
responseBodyFactory:
|
|
9906
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue26,
|
|
8916
9907
|
requestBodyContentType: "application/json",
|
|
8917
|
-
requestBodySerializer:
|
|
9908
|
+
requestBodySerializer: serializeQueryDTO25,
|
|
8918
9909
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8919
9910
|
}
|
|
8920
9911
|
};
|
|
8921
9912
|
|
|
8922
9913
|
// src/v1/userGroups/item/addMembers/index.ts
|
|
8923
|
-
var
|
|
8924
|
-
var
|
|
9914
|
+
var AddMembersRequestBuilderUriTemplate2 = "{+baseurl}/v1/user-groups/{id}/add-members";
|
|
9915
|
+
var AddMembersRequestBuilderRequestsMetadata2 = {
|
|
8925
9916
|
post: {
|
|
8926
|
-
uriTemplate:
|
|
9917
|
+
uriTemplate: AddMembersRequestBuilderUriTemplate2,
|
|
8927
9918
|
responseBodyContentType: "application/json",
|
|
8928
9919
|
adapterMethodName: "send",
|
|
8929
9920
|
responseBodyFactory: createUserGroupDtoFromDiscriminatorValue,
|
|
@@ -8934,10 +9925,10 @@ var AddMembersRequestBuilderRequestsMetadata = {
|
|
|
8934
9925
|
};
|
|
8935
9926
|
|
|
8936
9927
|
// src/v1/userGroups/item/removeMembers/index.ts
|
|
8937
|
-
var
|
|
8938
|
-
var
|
|
9928
|
+
var RemoveMembersRequestBuilderUriTemplate2 = "{+baseurl}/v1/user-groups/{id}/remove-members";
|
|
9929
|
+
var RemoveMembersRequestBuilderRequestsMetadata2 = {
|
|
8939
9930
|
post: {
|
|
8940
|
-
uriTemplate:
|
|
9931
|
+
uriTemplate: RemoveMembersRequestBuilderUriTemplate2,
|
|
8941
9932
|
responseBodyContentType: "application/json",
|
|
8942
9933
|
adapterMethodName: "send",
|
|
8943
9934
|
responseBodyFactory: createUserGroupDtoFromDiscriminatorValue,
|
|
@@ -8961,10 +9952,10 @@ function deserializeIntoUserGroupDto400Error(userGroupDto400Error = {}) {
|
|
|
8961
9952
|
var UserGroupsItemRequestBuilderUriTemplate = "{+baseurl}/v1/user-groups/{id}";
|
|
8962
9953
|
var UserGroupsItemRequestBuilderNavigationMetadata = {
|
|
8963
9954
|
addMembers: {
|
|
8964
|
-
requestsMetadata:
|
|
9955
|
+
requestsMetadata: AddMembersRequestBuilderRequestsMetadata2
|
|
8965
9956
|
},
|
|
8966
9957
|
removeMembers: {
|
|
8967
|
-
requestsMetadata:
|
|
9958
|
+
requestsMetadata: RemoveMembersRequestBuilderRequestsMetadata2
|
|
8968
9959
|
}
|
|
8969
9960
|
};
|
|
8970
9961
|
var UserGroupsItemRequestBuilderRequestsMetadata = {
|
|
@@ -9048,7 +10039,7 @@ var UserGroupsRequestBuilderNavigationMetadata = {
|
|
|
9048
10039
|
pathParametersMappings: ["id"]
|
|
9049
10040
|
},
|
|
9050
10041
|
find: {
|
|
9051
|
-
requestsMetadata:
|
|
10042
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata26
|
|
9052
10043
|
}
|
|
9053
10044
|
};
|
|
9054
10045
|
var UserGroupsRequestBuilderRequestsMetadata = {
|
|
@@ -9076,33 +10067,33 @@ var UserGroupsRequestBuilderRequestsMetadata = {
|
|
|
9076
10067
|
};
|
|
9077
10068
|
|
|
9078
10069
|
// src/v1/users/find/index.ts
|
|
9079
|
-
function
|
|
9080
|
-
return
|
|
10070
|
+
function createFind400ErrorFromDiscriminatorValue27(parseNode) {
|
|
10071
|
+
return deserializeIntoFind400Error27;
|
|
9081
10072
|
}
|
|
9082
|
-
function
|
|
9083
|
-
return
|
|
10073
|
+
function createFindPostResponseFromDiscriminatorValue27(parseNode) {
|
|
10074
|
+
return deserializeIntoFindPostResponse27;
|
|
9084
10075
|
}
|
|
9085
|
-
function
|
|
10076
|
+
function deserializeIntoFind400Error27(find400Error = {}) {
|
|
9086
10077
|
return {
|
|
9087
10078
|
"message": (n) => {
|
|
9088
10079
|
find400Error.messageEscaped = n.getStringValue();
|
|
9089
10080
|
}
|
|
9090
10081
|
};
|
|
9091
10082
|
}
|
|
9092
|
-
function
|
|
10083
|
+
function deserializeIntoFindPostResponse27(findPostResponse = {}) {
|
|
9093
10084
|
return {
|
|
9094
10085
|
"data": (n) => {
|
|
9095
10086
|
findPostResponse.data = n.getCollectionOfObjectValues(createUserDtoFromDiscriminatorValue);
|
|
9096
10087
|
},
|
|
9097
10088
|
"object": (n) => {
|
|
9098
|
-
findPostResponse.object = n.getEnumValue(
|
|
10089
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject27);
|
|
9099
10090
|
},
|
|
9100
10091
|
"totalElements": (n) => {
|
|
9101
10092
|
findPostResponse.totalElements = n.getNumberValue();
|
|
9102
10093
|
}
|
|
9103
10094
|
};
|
|
9104
10095
|
}
|
|
9105
|
-
function
|
|
10096
|
+
function serializeQueryDTO26(writer, queryDTO = {}) {
|
|
9106
10097
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
9107
10098
|
switch (queryDTO.type) {
|
|
9108
10099
|
case "and":
|
|
@@ -9149,21 +10140,21 @@ function serializeQueryDTO23(writer, queryDTO = {}) {
|
|
|
9149
10140
|
break;
|
|
9150
10141
|
}
|
|
9151
10142
|
}
|
|
9152
|
-
var
|
|
9153
|
-
var
|
|
10143
|
+
var FindRequestBuilderUriTemplate27 = "{+baseurl}/v1/users/find{?page*,size*,sort*,sortOrder*}";
|
|
10144
|
+
var FindPostResponse_objectObject27 = {
|
|
9154
10145
|
List: "list"
|
|
9155
10146
|
};
|
|
9156
|
-
var
|
|
10147
|
+
var FindRequestBuilderRequestsMetadata27 = {
|
|
9157
10148
|
post: {
|
|
9158
|
-
uriTemplate:
|
|
10149
|
+
uriTemplate: FindRequestBuilderUriTemplate27,
|
|
9159
10150
|
responseBodyContentType: "application/json",
|
|
9160
10151
|
errorMappings: {
|
|
9161
|
-
400:
|
|
10152
|
+
400: createFind400ErrorFromDiscriminatorValue27
|
|
9162
10153
|
},
|
|
9163
10154
|
adapterMethodName: "send",
|
|
9164
|
-
responseBodyFactory:
|
|
10155
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue27,
|
|
9165
10156
|
requestBodyContentType: "application/json",
|
|
9166
|
-
requestBodySerializer:
|
|
10157
|
+
requestBodySerializer: serializeQueryDTO26,
|
|
9167
10158
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
9168
10159
|
}
|
|
9169
10160
|
};
|
|
@@ -9192,16 +10183,6 @@ var UsersItemRequestBuilderRequestsMetadata = {
|
|
|
9192
10183
|
}
|
|
9193
10184
|
};
|
|
9194
10185
|
|
|
9195
|
-
// src/v1/users/whoami/index.ts
|
|
9196
|
-
var WhoamiRequestBuilderUriTemplate = "{+baseurl}/v1/users/whoami";
|
|
9197
|
-
var WhoamiRequestBuilderRequestsMetadata = {
|
|
9198
|
-
get: {
|
|
9199
|
-
uriTemplate: WhoamiRequestBuilderUriTemplate,
|
|
9200
|
-
adapterMethodName: "sendPrimitive",
|
|
9201
|
-
responseBodyFactory: "ArrayBuffer"
|
|
9202
|
-
}
|
|
9203
|
-
};
|
|
9204
|
-
|
|
9205
10186
|
// src/v1/users/index.ts
|
|
9206
10187
|
function createUsers400ErrorFromDiscriminatorValue(parseNode) {
|
|
9207
10188
|
return deserializeIntoUsers400Error;
|
|
@@ -9239,10 +10220,7 @@ var UsersRequestBuilderNavigationMetadata = {
|
|
|
9239
10220
|
pathParametersMappings: ["id"]
|
|
9240
10221
|
},
|
|
9241
10222
|
find: {
|
|
9242
|
-
requestsMetadata:
|
|
9243
|
-
},
|
|
9244
|
-
whoami: {
|
|
9245
|
-
requestsMetadata: WhoamiRequestBuilderRequestsMetadata
|
|
10223
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata27
|
|
9246
10224
|
}
|
|
9247
10225
|
};
|
|
9248
10226
|
var UsersRequestBuilderRequestsMetadata = {
|
|
@@ -9302,10 +10280,26 @@ var V1RequestBuilderNavigationMetadata = {
|
|
|
9302
10280
|
requestsMetadata: MatrixFieldsRequestBuilderRequestsMetadata,
|
|
9303
10281
|
navigationMetadata: MatrixFieldsRequestBuilderNavigationMetadata
|
|
9304
10282
|
},
|
|
10283
|
+
me: {
|
|
10284
|
+
requestsMetadata: MeRequestBuilderRequestsMetadata,
|
|
10285
|
+
navigationMetadata: MeRequestBuilderNavigationMetadata
|
|
10286
|
+
},
|
|
9305
10287
|
partitions: {
|
|
9306
10288
|
requestsMetadata: PartitionsRequestBuilderRequestsMetadata,
|
|
9307
10289
|
navigationMetadata: PartitionsRequestBuilderNavigationMetadata
|
|
9308
10290
|
},
|
|
10291
|
+
partnerGroups: {
|
|
10292
|
+
requestsMetadata: PartnerGroupsRequestBuilderRequestsMetadata,
|
|
10293
|
+
navigationMetadata: PartnerGroupsRequestBuilderNavigationMetadata
|
|
10294
|
+
},
|
|
10295
|
+
partnerInvitations: {
|
|
10296
|
+
requestsMetadata: PartnerInvitationsRequestBuilderRequestsMetadata,
|
|
10297
|
+
navigationMetadata: PartnerInvitationsRequestBuilderNavigationMetadata
|
|
10298
|
+
},
|
|
10299
|
+
partners: {
|
|
10300
|
+
requestsMetadata: PartnersRequestBuilderRequestsMetadata,
|
|
10301
|
+
navigationMetadata: PartnersRequestBuilderNavigationMetadata
|
|
10302
|
+
},
|
|
9309
10303
|
publications: {
|
|
9310
10304
|
requestsMetadata: PublicationsRequestBuilderRequestsMetadata,
|
|
9311
10305
|
navigationMetadata: PublicationsRequestBuilderNavigationMetadata
|
|
@@ -9768,5 +10762,62 @@ function setup(key, url) {
|
|
|
9768
10762
|
|
|
9769
10763
|
|
|
9770
10764
|
|
|
9771
|
-
exports.AccountDto_objectObject = AccountDto_objectObject; exports.ApiClientNavigationMetadata = ApiClientNavigationMetadata; exports.ApiClientUriTemplate = ApiClientUriTemplate; exports.AuditLogDto_objectObject = AuditLogDto_objectObject; exports.CommentThreadCommentDTO_objectObject = CommentThreadCommentDTO_objectObject; exports.CommentThreadCommentDTO_typeObject = CommentThreadCommentDTO_typeObject; exports.CommentThreadCreateDto_targetTypeObject = CommentThreadCreateDto_targetTypeObject; exports.CommentThreadDto_objectObject = CommentThreadDto_objectObject; exports.CommentThreadDto_targetTypeObject = CommentThreadDto_targetTypeObject; exports.CommentThreadDto_typeObject = CommentThreadDto_typeObject; exports.CommentThreadSubscriberDto_objectObject = CommentThreadSubscriberDto_objectObject; exports.CreateJobDto_statusObject = CreateJobDto_statusObject; exports.CreateTaskDto_retryLogicObject = CreateTaskDto_retryLogicObject; exports.CreateTaskDto_timeoutPolicyObject = CreateTaskDto_timeoutPolicyObject; exports.CreateVariableDto_statusObject = CreateVariableDto_statusObject; exports.FieldDto_objectObject = FieldDto_objectObject; exports.FieldDto_typeObject = FieldDto_typeObject; exports.FieldSuffixDto_statusObject = FieldSuffixDto_statusObject; exports.FieldValueDto_colorObject = FieldValueDto_colorObject; exports.FieldValueDto_objectObject = FieldValueDto_objectObject; exports.FieldValueDto_statusObject = FieldValueDto_statusObject; exports.FileDto_objectObject = FileDto_objectObject; exports.FindItemCustomField_targetObject = FindItemCustomField_targetObject; exports.FindItemHighOrderQueryDTO_typeObject = FindItemHighOrderQueryDTO_typeObject; exports.FindItemLowOrderQueryDTO_typeObject = FindItemLowOrderQueryDTO_typeObject; exports.HighOrderQueryDTO_typeObject = HighOrderQueryDTO_typeObject; exports.ItemDto_objectObject = ItemDto_objectObject; exports.ItemFieldCfDto_typeObject = ItemFieldCfDto_typeObject; exports.ItemFieldCompositeDTO_typeObject = ItemFieldCompositeDTO_typeObject; exports.ItemFieldFileDTO_typeObject = ItemFieldFileDTO_typeObject; exports.ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject = ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject; exports.ItemFieldNumberDTO_typeObject = ItemFieldNumberDTO_typeObject; exports.ItemFieldStringArrayDTO_typeObject = ItemFieldStringArrayDTO_typeObject; exports.ItemFieldStringDTO_typeObject = ItemFieldStringDTO_typeObject; exports.ItemFindDTO_orderObject = ItemFindDTO_orderObject; exports.ItemLinkDto_objectObject = ItemLinkDto_objectObject; exports.JobDto_objectObject = JobDto_objectObject; exports.JobDto_statusObject = JobDto_statusObject; exports.JobExecutionDto_objectObject = JobExecutionDto_objectObject; exports.JobExecutionDto_statusObject = JobExecutionDto_statusObject; exports.JobVisibilityDto_modeObject = JobVisibilityDto_modeObject; exports.LowOrderQueryDTO_typeObject = LowOrderQueryDTO_typeObject; exports.MatrixFieldDto_objectObject = MatrixFieldDto_objectObject; exports.MatrixFieldDto_statusObject = MatrixFieldDto_statusObject; exports.PartitionDto_statusObject = PartitionDto_statusObject; exports.PatchPublicationDto_statusObject = PatchPublicationDto_statusObject; exports.PatchTaskExecutionDto_statusObject = PatchTaskExecutionDto_statusObject; exports.PipelineDto_objectObject = PipelineDto_objectObject; exports.ProjectDto_objectObject = ProjectDto_objectObject; exports.PublicationDto_objectObject = PublicationDto_objectObject; exports.PublicationDto_statusObject = PublicationDto_statusObject; exports.ScreenColumnDto_displayObject = ScreenColumnDto_displayObject; exports.ScreenColumnDto_objectObject = ScreenColumnDto_objectObject; exports.ScreenColumnDto_widthObject = ScreenColumnDto_widthObject; exports.ScreenDto_lineHeightObject = ScreenDto_lineHeightObject; exports.ScreenDto_statusObject = ScreenDto_statusObject; exports.ScreenSectionDto_objectObject = ScreenSectionDto_objectObject; exports.SuggestionDeletedFieldDTO_typeObject = SuggestionDeletedFieldDTO_typeObject; exports.SuggestionDto_objectObject = SuggestionDto_objectObject; exports.TaskDto_objectObject = TaskDto_objectObject; exports.TaskDto_retryLogicObject = TaskDto_retryLogicObject; exports.TaskDto_timeoutPolicyObject = TaskDto_timeoutPolicyObject; exports.TaskExecutionDto_objectObject = TaskExecutionDto_objectObject; exports.TaskExecutionDto_statusObject = TaskExecutionDto_statusObject; exports.UpdateJobDto_statusObject = UpdateJobDto_statusObject; exports.UpdateTaskDto_retryLogicObject = UpdateTaskDto_retryLogicObject; exports.UpdateTaskDto_timeoutPolicyObject = UpdateTaskDto_timeoutPolicyObject; exports.UpdateVariableDto_statusObject = UpdateVariableDto_statusObject; exports.UserDto_objectObject = UserDto_objectObject; exports.UserDto_roleObject = UserDto_roleObject; exports.UserDto_statusObject = UserDto_statusObject; exports.UserGroupDto_objectObject = UserGroupDto_objectObject; exports.VariableDto_objectObject = VariableDto_objectObject; exports.VariableDto_statusObject = VariableDto_statusObject; exports.createAccountDtoFromDiscriminatorValue = createAccountDtoFromDiscriminatorValue; exports.createApiClient = createApiClient; exports.createApplyAllSuggestionDtoFromDiscriminatorValue = createApplyAllSuggestionDtoFromDiscriminatorValue; exports.createApplySuggestionDtoFromDiscriminatorValue = createApplySuggestionDtoFromDiscriminatorValue; exports.createAuditLogDtoFromDiscriminatorValue = createAuditLogDtoFromDiscriminatorValue; exports.createAuditLogDto_detailsFromDiscriminatorValue = createAuditLogDto_detailsFromDiscriminatorValue; exports.createCommentThreadCommentCreateDtoFromDiscriminatorValue = createCommentThreadCommentCreateDtoFromDiscriminatorValue; exports.createCommentThreadCommentDTOFromDiscriminatorValue = createCommentThreadCommentDTOFromDiscriminatorValue; exports.createCommentThreadCreateDtoFromDiscriminatorValue = createCommentThreadCreateDtoFromDiscriminatorValue; exports.createCommentThreadDtoFromDiscriminatorValue = createCommentThreadDtoFromDiscriminatorValue; exports.createCommentThreadSubscriberDtoFromDiscriminatorValue = createCommentThreadSubscriberDtoFromDiscriminatorValue; exports.createCommentThreadUpdateDtoFromDiscriminatorValue = createCommentThreadUpdateDtoFromDiscriminatorValue; exports.createCreateJobDtoFromDiscriminatorValue = createCreateJobDtoFromDiscriminatorValue; exports.createCreateJobDto_outputFromDiscriminatorValue = createCreateJobDto_outputFromDiscriminatorValue; exports.createCreateJobExecutionDtoFromDiscriminatorValue = createCreateJobExecutionDtoFromDiscriminatorValue; exports.createCreateJobExecutionDto_inputFromDiscriminatorValue = createCreateJobExecutionDto_inputFromDiscriminatorValue; exports.createCreateProjectDtoFromDiscriminatorValue = createCreateProjectDtoFromDiscriminatorValue; exports.createCreatePublicationDtoFromDiscriminatorValue = createCreatePublicationDtoFromDiscriminatorValue; exports.createCreateTaskDtoFromDiscriminatorValue = createCreateTaskDtoFromDiscriminatorValue; exports.createCreateUserGroupDtoFromDiscriminatorValue = createCreateUserGroupDtoFromDiscriminatorValue; exports.createCreateVariableDtoFromDiscriminatorValue = createCreateVariableDtoFromDiscriminatorValue; exports.createDisplayInfoDtoFromDiscriminatorValue = createDisplayInfoDtoFromDiscriminatorValue; exports.createFieldDtoFromDiscriminatorValue = createFieldDtoFromDiscriminatorValue; exports.createFieldDto_metadataFromDiscriminatorValue = createFieldDto_metadataFromDiscriminatorValue; exports.createFieldSuffixDtoFromDiscriminatorValue = createFieldSuffixDtoFromDiscriminatorValue; exports.createFieldUpdateDtoFromDiscriminatorValue = createFieldUpdateDtoFromDiscriminatorValue; exports.createFieldUpdateDto_metadataFromDiscriminatorValue = createFieldUpdateDto_metadataFromDiscriminatorValue; exports.createFieldValueDtoFromDiscriminatorValue = createFieldValueDtoFromDiscriminatorValue; exports.createFieldValueDto_metadataFromDiscriminatorValue = createFieldValueDto_metadataFromDiscriminatorValue; exports.createFileDtoFromDiscriminatorValue = createFileDtoFromDiscriminatorValue; exports.createFindItemCustomFieldFromDiscriminatorValue = createFindItemCustomFieldFromDiscriminatorValue; exports.createFindItemHighOrderQueryDTOFromDiscriminatorValue = createFindItemHighOrderQueryDTOFromDiscriminatorValue; exports.createFindItemHighOrderQueryDTO_queriesFromDiscriminatorValue = createFindItemHighOrderQueryDTO_queriesFromDiscriminatorValue; exports.createFindItemLowOrderQueryDTOFromDiscriminatorValue = createFindItemLowOrderQueryDTOFromDiscriminatorValue; exports.createHighOrderQueryDTOFromDiscriminatorValue = createHighOrderQueryDTOFromDiscriminatorValue; exports.createHighOrderQueryDTO_queriesFromDiscriminatorValue = createHighOrderQueryDTO_queriesFromDiscriminatorValue; exports.createItemDtoFromDiscriminatorValue = createItemDtoFromDiscriminatorValue; exports.createItemDto_fieldsFromDiscriminatorValue = createItemDto_fieldsFromDiscriminatorValue; exports.createItemFieldCfDtoFromDiscriminatorValue = createItemFieldCfDtoFromDiscriminatorValue; exports.createItemFieldCfValueDTOFromDiscriminatorValue = createItemFieldCfValueDTOFromDiscriminatorValue; exports.createItemFieldCompositeDTOFromDiscriminatorValue = createItemFieldCompositeDTOFromDiscriminatorValue; exports.createItemFieldCompositeValueDTOFromDiscriminatorValue = createItemFieldCompositeValueDTOFromDiscriminatorValue; exports.createItemFieldCompositeValueDTO_dataFromDiscriminatorValue = createItemFieldCompositeValueDTO_dataFromDiscriminatorValue; exports.createItemFieldFileDTOFromDiscriminatorValue = createItemFieldFileDTOFromDiscriminatorValue; exports.createItemFieldFileDataFromDiscriminatorValue = createItemFieldFileDataFromDiscriminatorValue; exports.createItemFieldFileValueDTOFromDiscriminatorValue = createItemFieldFileValueDTOFromDiscriminatorValue; exports.createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue = createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue; exports.createItemFieldMultipleSelectWithCommentAndQuantityDataFromDiscriminatorValue = createItemFieldMultipleSelectWithCommentAndQuantityDataFromDiscriminatorValue; exports.createItemFieldMultipleSelectWithCommentAndQuantityValueDTOFromDiscriminatorValue = createItemFieldMultipleSelectWithCommentAndQuantityValueDTOFromDiscriminatorValue; exports.createItemFieldNumberDTOFromDiscriminatorValue = createItemFieldNumberDTOFromDiscriminatorValue; exports.createItemFieldSimpleNumberValueDTOFromDiscriminatorValue = createItemFieldSimpleNumberValueDTOFromDiscriminatorValue; exports.createItemFieldSimpleStringArrayValueDTOFromDiscriminatorValue = createItemFieldSimpleStringArrayValueDTOFromDiscriminatorValue; exports.createItemFieldSimpleStringValueDTOFromDiscriminatorValue = createItemFieldSimpleStringValueDTOFromDiscriminatorValue; exports.createItemFieldStringArrayDTOFromDiscriminatorValue = createItemFieldStringArrayDTOFromDiscriminatorValue; exports.createItemFieldStringDTOFromDiscriminatorValue = createItemFieldStringDTOFromDiscriminatorValue; exports.createItemFindDTOFromDiscriminatorValue = createItemFindDTOFromDiscriminatorValue; exports.createItemLinkCreateDtoFromDiscriminatorValue = createItemLinkCreateDtoFromDiscriminatorValue; exports.createItemLinkDtoFromDiscriminatorValue = createItemLinkDtoFromDiscriminatorValue; exports.createItemMetadataDTOFromDiscriminatorValue = createItemMetadataDTOFromDiscriminatorValue; exports.createJobDtoFromDiscriminatorValue = createJobDtoFromDiscriminatorValue; exports.createJobDto_outputFromDiscriminatorValue = createJobDto_outputFromDiscriminatorValue; exports.createJobExecutionDtoFromDiscriminatorValue = createJobExecutionDtoFromDiscriminatorValue; exports.createJobExecutionDto_inputFromDiscriminatorValue = createJobExecutionDto_inputFromDiscriminatorValue; exports.createJobExecutionDto_outputFromDiscriminatorValue = createJobExecutionDto_outputFromDiscriminatorValue; exports.createJobExecutionInfoDtoFromDiscriminatorValue = createJobExecutionInfoDtoFromDiscriminatorValue; exports.createJobLocalDtoFromDiscriminatorValue = createJobLocalDtoFromDiscriminatorValue; exports.createJobPeriodicityDtoFromDiscriminatorValue = createJobPeriodicityDtoFromDiscriminatorValue; exports.createJobTaskDtoFromDiscriminatorValue = createJobTaskDtoFromDiscriminatorValue; exports.createJobTaskDto_inputParametersFromDiscriminatorValue = createJobTaskDto_inputParametersFromDiscriminatorValue; exports.createJobVisibilityDtoFromDiscriminatorValue = createJobVisibilityDtoFromDiscriminatorValue; exports.createLevelDtoFromDiscriminatorValue = createLevelDtoFromDiscriminatorValue; exports.createLocalizedStringDtoFromDiscriminatorValue = createLocalizedStringDtoFromDiscriminatorValue; exports.createLowOrderQueryDTOFromDiscriminatorValue = createLowOrderQueryDTOFromDiscriminatorValue; exports.createMatrixFieldDtoFromDiscriminatorValue = createMatrixFieldDtoFromDiscriminatorValue; exports.createPartitionDtoFromDiscriminatorValue = createPartitionDtoFromDiscriminatorValue; exports.createPatchPublicationDtoFromDiscriminatorValue = createPatchPublicationDtoFromDiscriminatorValue; exports.createPatchTaskExecutionDtoFromDiscriminatorValue = createPatchTaskExecutionDtoFromDiscriminatorValue; exports.createPipelineDtoFromDiscriminatorValue = createPipelineDtoFromDiscriminatorValue; exports.createProjectDtoFromDiscriminatorValue = createProjectDtoFromDiscriminatorValue; exports.createPublicationDtoFromDiscriminatorValue = createPublicationDtoFromDiscriminatorValue; exports.createPublicationDto_fieldsFromDiscriminatorValue = createPublicationDto_fieldsFromDiscriminatorValue; exports.createScreenColumnDtoFromDiscriminatorValue = createScreenColumnDtoFromDiscriminatorValue; exports.createScreenDtoFromDiscriminatorValue = createScreenDtoFromDiscriminatorValue; exports.createScreenSectionDtoFromDiscriminatorValue = createScreenSectionDtoFromDiscriminatorValue; exports.createSectionDtoFromDiscriminatorValue = createSectionDtoFromDiscriminatorValue; exports.createSectionDto_metadataFromDiscriminatorValue = createSectionDto_metadataFromDiscriminatorValue; exports.createSuggestionDeletedFieldDTOFromDiscriminatorValue = createSuggestionDeletedFieldDTOFromDiscriminatorValue; exports.createSuggestionDtoFromDiscriminatorValue = createSuggestionDtoFromDiscriminatorValue; exports.createSuggestionDto_fieldsFromDiscriminatorValue = createSuggestionDto_fieldsFromDiscriminatorValue; exports.createTableDtoFromDiscriminatorValue = createTableDtoFromDiscriminatorValue; exports.createTaskDtoFromDiscriminatorValue = createTaskDtoFromDiscriminatorValue; exports.createTaskDtoKeyFromDiscriminatorValue = createTaskDtoKeyFromDiscriminatorValue; exports.createTaskExecutionDtoFromDiscriminatorValue = createTaskExecutionDtoFromDiscriminatorValue; exports.createTaskExecutionDto_inputFromDiscriminatorValue = createTaskExecutionDto_inputFromDiscriminatorValue; exports.createTaskExecutionDto_outputFromDiscriminatorValue = createTaskExecutionDto_outputFromDiscriminatorValue; exports.createUpdateJobDtoFromDiscriminatorValue = createUpdateJobDtoFromDiscriminatorValue; exports.createUpdateJobDto_outputFromDiscriminatorValue = createUpdateJobDto_outputFromDiscriminatorValue; exports.createUpdateTaskDtoFromDiscriminatorValue = createUpdateTaskDtoFromDiscriminatorValue; exports.createUpdateUserGroupDtoFromDiscriminatorValue = createUpdateUserGroupDtoFromDiscriminatorValue; exports.createUpdateVariableDtoFromDiscriminatorValue = createUpdateVariableDtoFromDiscriminatorValue; exports.createUserDtoFromDiscriminatorValue = createUserDtoFromDiscriminatorValue; exports.createUserGroupDtoFromDiscriminatorValue = createUserGroupDtoFromDiscriminatorValue; exports.createUserGroupMembersDtoFromDiscriminatorValue = createUserGroupMembersDtoFromDiscriminatorValue; exports.createVariableDtoFromDiscriminatorValue = createVariableDtoFromDiscriminatorValue; exports.deserializeIntoAccountDto = deserializeIntoAccountDto; exports.deserializeIntoApplyAllSuggestionDto = deserializeIntoApplyAllSuggestionDto; exports.deserializeIntoApplySuggestionDto = deserializeIntoApplySuggestionDto; exports.deserializeIntoAuditLogDto = deserializeIntoAuditLogDto; exports.deserializeIntoAuditLogDto_details = deserializeIntoAuditLogDto_details; exports.deserializeIntoCommentThreadCommentCreateDto = deserializeIntoCommentThreadCommentCreateDto; exports.deserializeIntoCommentThreadCommentDTO = deserializeIntoCommentThreadCommentDTO; exports.deserializeIntoCommentThreadCreateDto = deserializeIntoCommentThreadCreateDto; exports.deserializeIntoCommentThreadDto = deserializeIntoCommentThreadDto; exports.deserializeIntoCommentThreadSubscriberDto = deserializeIntoCommentThreadSubscriberDto; exports.deserializeIntoCommentThreadUpdateDto = deserializeIntoCommentThreadUpdateDto; exports.deserializeIntoCreateJobDto = deserializeIntoCreateJobDto; exports.deserializeIntoCreateJobDto_output = deserializeIntoCreateJobDto_output; exports.deserializeIntoCreateJobExecutionDto = deserializeIntoCreateJobExecutionDto; exports.deserializeIntoCreateJobExecutionDto_input = deserializeIntoCreateJobExecutionDto_input; exports.deserializeIntoCreateProjectDto = deserializeIntoCreateProjectDto; exports.deserializeIntoCreatePublicationDto = deserializeIntoCreatePublicationDto; exports.deserializeIntoCreateTaskDto = deserializeIntoCreateTaskDto; exports.deserializeIntoCreateUserGroupDto = deserializeIntoCreateUserGroupDto; exports.deserializeIntoCreateVariableDto = deserializeIntoCreateVariableDto; exports.deserializeIntoDisplayInfoDto = deserializeIntoDisplayInfoDto; exports.deserializeIntoFieldDto = deserializeIntoFieldDto; exports.deserializeIntoFieldDto_metadata = deserializeIntoFieldDto_metadata; exports.deserializeIntoFieldSuffixDto = deserializeIntoFieldSuffixDto; exports.deserializeIntoFieldUpdateDto = deserializeIntoFieldUpdateDto; exports.deserializeIntoFieldUpdateDto_metadata = deserializeIntoFieldUpdateDto_metadata; exports.deserializeIntoFieldValueDto = deserializeIntoFieldValueDto; exports.deserializeIntoFieldValueDto_metadata = deserializeIntoFieldValueDto_metadata; exports.deserializeIntoFileDto = deserializeIntoFileDto; exports.deserializeIntoFindItemCustomField = deserializeIntoFindItemCustomField; exports.deserializeIntoFindItemHighOrderQueryDTO = deserializeIntoFindItemHighOrderQueryDTO; exports.deserializeIntoFindItemHighOrderQueryDTO_queries = deserializeIntoFindItemHighOrderQueryDTO_queries; exports.deserializeIntoFindItemLowOrderQueryDTO = deserializeIntoFindItemLowOrderQueryDTO; exports.deserializeIntoHighOrderQueryDTO = deserializeIntoHighOrderQueryDTO; exports.deserializeIntoHighOrderQueryDTO_queries = deserializeIntoHighOrderQueryDTO_queries; exports.deserializeIntoItemDto = deserializeIntoItemDto; exports.deserializeIntoItemDto_fields = deserializeIntoItemDto_fields; exports.deserializeIntoItemFieldCfDto = deserializeIntoItemFieldCfDto; exports.deserializeIntoItemFieldCfValueDTO = deserializeIntoItemFieldCfValueDTO; exports.deserializeIntoItemFieldCompositeDTO = deserializeIntoItemFieldCompositeDTO; exports.deserializeIntoItemFieldCompositeValueDTO = deserializeIntoItemFieldCompositeValueDTO; exports.deserializeIntoItemFieldCompositeValueDTO_data = deserializeIntoItemFieldCompositeValueDTO_data; exports.deserializeIntoItemFieldFileDTO = deserializeIntoItemFieldFileDTO; exports.deserializeIntoItemFieldFileData = deserializeIntoItemFieldFileData; exports.deserializeIntoItemFieldFileValueDTO = deserializeIntoItemFieldFileValueDTO; exports.deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO = deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO; exports.deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityData = deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityData; exports.deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityValueDTO = deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityValueDTO; exports.deserializeIntoItemFieldNumberDTO = deserializeIntoItemFieldNumberDTO; exports.deserializeIntoItemFieldSimpleNumberValueDTO = deserializeIntoItemFieldSimpleNumberValueDTO; exports.deserializeIntoItemFieldSimpleStringArrayValueDTO = deserializeIntoItemFieldSimpleStringArrayValueDTO; exports.deserializeIntoItemFieldSimpleStringValueDTO = deserializeIntoItemFieldSimpleStringValueDTO; exports.deserializeIntoItemFieldStringArrayDTO = deserializeIntoItemFieldStringArrayDTO; exports.deserializeIntoItemFieldStringDTO = deserializeIntoItemFieldStringDTO; exports.deserializeIntoItemFindDTO = deserializeIntoItemFindDTO; exports.deserializeIntoItemLinkCreateDto = deserializeIntoItemLinkCreateDto; exports.deserializeIntoItemLinkDto = deserializeIntoItemLinkDto; exports.deserializeIntoItemMetadataDTO = deserializeIntoItemMetadataDTO; exports.deserializeIntoJobDto = deserializeIntoJobDto; exports.deserializeIntoJobDto_output = deserializeIntoJobDto_output; exports.deserializeIntoJobExecutionDto = deserializeIntoJobExecutionDto; exports.deserializeIntoJobExecutionDto_input = deserializeIntoJobExecutionDto_input; exports.deserializeIntoJobExecutionDto_output = deserializeIntoJobExecutionDto_output; exports.deserializeIntoJobExecutionInfoDto = deserializeIntoJobExecutionInfoDto; exports.deserializeIntoJobLocalDto = deserializeIntoJobLocalDto; exports.deserializeIntoJobPeriodicityDto = deserializeIntoJobPeriodicityDto; exports.deserializeIntoJobTaskDto = deserializeIntoJobTaskDto; exports.deserializeIntoJobTaskDto_inputParameters = deserializeIntoJobTaskDto_inputParameters; exports.deserializeIntoJobVisibilityDto = deserializeIntoJobVisibilityDto; exports.deserializeIntoLevelDto = deserializeIntoLevelDto; exports.deserializeIntoLocalizedStringDto = deserializeIntoLocalizedStringDto; exports.deserializeIntoLowOrderQueryDTO = deserializeIntoLowOrderQueryDTO; exports.deserializeIntoMatrixFieldDto = deserializeIntoMatrixFieldDto; exports.deserializeIntoPartitionDto = deserializeIntoPartitionDto; exports.deserializeIntoPatchPublicationDto = deserializeIntoPatchPublicationDto; exports.deserializeIntoPatchTaskExecutionDto = deserializeIntoPatchTaskExecutionDto; exports.deserializeIntoPipelineDto = deserializeIntoPipelineDto; exports.deserializeIntoProjectDto = deserializeIntoProjectDto; exports.deserializeIntoPublicationDto = deserializeIntoPublicationDto; exports.deserializeIntoPublicationDto_fields = deserializeIntoPublicationDto_fields; exports.deserializeIntoScreenColumnDto = deserializeIntoScreenColumnDto; exports.deserializeIntoScreenDto = deserializeIntoScreenDto; exports.deserializeIntoScreenSectionDto = deserializeIntoScreenSectionDto; exports.deserializeIntoSectionDto = deserializeIntoSectionDto; exports.deserializeIntoSectionDto_metadata = deserializeIntoSectionDto_metadata; exports.deserializeIntoSuggestionDeletedFieldDTO = deserializeIntoSuggestionDeletedFieldDTO; exports.deserializeIntoSuggestionDto = deserializeIntoSuggestionDto; exports.deserializeIntoSuggestionDto_fields = deserializeIntoSuggestionDto_fields; exports.deserializeIntoTableDto = deserializeIntoTableDto; exports.deserializeIntoTaskDto = deserializeIntoTaskDto; exports.deserializeIntoTaskDtoKey = deserializeIntoTaskDtoKey; exports.deserializeIntoTaskExecutionDto = deserializeIntoTaskExecutionDto; exports.deserializeIntoTaskExecutionDto_input = deserializeIntoTaskExecutionDto_input; exports.deserializeIntoTaskExecutionDto_output = deserializeIntoTaskExecutionDto_output; exports.deserializeIntoUpdateJobDto = deserializeIntoUpdateJobDto; exports.deserializeIntoUpdateJobDto_output = deserializeIntoUpdateJobDto_output; exports.deserializeIntoUpdateTaskDto = deserializeIntoUpdateTaskDto; exports.deserializeIntoUpdateUserGroupDto = deserializeIntoUpdateUserGroupDto; exports.deserializeIntoUpdateVariableDto = deserializeIntoUpdateVariableDto; exports.deserializeIntoUserDto = deserializeIntoUserDto; exports.deserializeIntoUserGroupDto = deserializeIntoUserGroupDto; exports.deserializeIntoUserGroupMembersDto = deserializeIntoUserGroupMembersDto; exports.deserializeIntoVariableDto = deserializeIntoVariableDto; exports.serializeAccountDto = serializeAccountDto; exports.serializeApplyAllSuggestionDto = serializeApplyAllSuggestionDto; exports.serializeApplySuggestionDto = serializeApplySuggestionDto; exports.serializeAuditLogDto = serializeAuditLogDto; exports.serializeAuditLogDto_details = serializeAuditLogDto_details; exports.serializeCommentThreadCommentCreateDto = serializeCommentThreadCommentCreateDto; exports.serializeCommentThreadCommentDTO = serializeCommentThreadCommentDTO; exports.serializeCommentThreadCreateDto = serializeCommentThreadCreateDto; exports.serializeCommentThreadDto = serializeCommentThreadDto; exports.serializeCommentThreadSubscriberDto = serializeCommentThreadSubscriberDto; exports.serializeCommentThreadUpdateDto = serializeCommentThreadUpdateDto; exports.serializeCreateJobDto = serializeCreateJobDto; exports.serializeCreateJobDto_output = serializeCreateJobDto_output; exports.serializeCreateJobExecutionDto = serializeCreateJobExecutionDto; exports.serializeCreateJobExecutionDto_input = serializeCreateJobExecutionDto_input; exports.serializeCreateProjectDto = serializeCreateProjectDto; exports.serializeCreatePublicationDto = serializeCreatePublicationDto; exports.serializeCreateTaskDto = serializeCreateTaskDto; exports.serializeCreateUserGroupDto = serializeCreateUserGroupDto; exports.serializeCreateVariableDto = serializeCreateVariableDto; exports.serializeDisplayInfoDto = serializeDisplayInfoDto; exports.serializeFieldDto = serializeFieldDto; exports.serializeFieldDto_metadata = serializeFieldDto_metadata; exports.serializeFieldSuffixDto = serializeFieldSuffixDto; exports.serializeFieldUpdateDto = serializeFieldUpdateDto; exports.serializeFieldUpdateDto_metadata = serializeFieldUpdateDto_metadata; exports.serializeFieldValueDto = serializeFieldValueDto; exports.serializeFieldValueDto_metadata = serializeFieldValueDto_metadata; exports.serializeFileDto = serializeFileDto; exports.serializeFindItemCustomField = serializeFindItemCustomField; exports.serializeFindItemHighOrderQueryDTO = serializeFindItemHighOrderQueryDTO; exports.serializeFindItemHighOrderQueryDTO_queries = serializeFindItemHighOrderQueryDTO_queries; exports.serializeFindItemLowOrderQueryDTO = serializeFindItemLowOrderQueryDTO; exports.serializeHighOrderQueryDTO = serializeHighOrderQueryDTO; exports.serializeHighOrderQueryDTO_queries = serializeHighOrderQueryDTO_queries; exports.serializeItemDto = serializeItemDto; exports.serializeItemDto_fields = serializeItemDto_fields; exports.serializeItemFieldCfDto = serializeItemFieldCfDto; exports.serializeItemFieldCfValueDTO = serializeItemFieldCfValueDTO; exports.serializeItemFieldCompositeDTO = serializeItemFieldCompositeDTO; exports.serializeItemFieldCompositeValueDTO = serializeItemFieldCompositeValueDTO; exports.serializeItemFieldCompositeValueDTO_data = serializeItemFieldCompositeValueDTO_data; exports.serializeItemFieldFileDTO = serializeItemFieldFileDTO; exports.serializeItemFieldFileData = serializeItemFieldFileData; exports.serializeItemFieldFileValueDTO = serializeItemFieldFileValueDTO; exports.serializeItemFieldMultipleSelectWithCommentAndQuantityDTO = serializeItemFieldMultipleSelectWithCommentAndQuantityDTO; exports.serializeItemFieldMultipleSelectWithCommentAndQuantityData = serializeItemFieldMultipleSelectWithCommentAndQuantityData; exports.serializeItemFieldMultipleSelectWithCommentAndQuantityValueDTO = serializeItemFieldMultipleSelectWithCommentAndQuantityValueDTO; exports.serializeItemFieldNumberDTO = serializeItemFieldNumberDTO; exports.serializeItemFieldSimpleNumberValueDTO = serializeItemFieldSimpleNumberValueDTO; exports.serializeItemFieldSimpleStringArrayValueDTO = serializeItemFieldSimpleStringArrayValueDTO; exports.serializeItemFieldSimpleStringValueDTO = serializeItemFieldSimpleStringValueDTO; exports.serializeItemFieldStringArrayDTO = serializeItemFieldStringArrayDTO; exports.serializeItemFieldStringDTO = serializeItemFieldStringDTO; exports.serializeItemFindDTO = serializeItemFindDTO; exports.serializeItemLinkCreateDto = serializeItemLinkCreateDto; exports.serializeItemLinkDto = serializeItemLinkDto; exports.serializeItemMetadataDTO = serializeItemMetadataDTO; exports.serializeJobDto = serializeJobDto; exports.serializeJobDto_output = serializeJobDto_output; exports.serializeJobExecutionDto = serializeJobExecutionDto; exports.serializeJobExecutionDto_input = serializeJobExecutionDto_input; exports.serializeJobExecutionDto_output = serializeJobExecutionDto_output; exports.serializeJobExecutionInfoDto = serializeJobExecutionInfoDto; exports.serializeJobLocalDto = serializeJobLocalDto; exports.serializeJobPeriodicityDto = serializeJobPeriodicityDto; exports.serializeJobTaskDto = serializeJobTaskDto; exports.serializeJobTaskDto_inputParameters = serializeJobTaskDto_inputParameters; exports.serializeJobVisibilityDto = serializeJobVisibilityDto; exports.serializeLevelDto = serializeLevelDto; exports.serializeLocalizedStringDto = serializeLocalizedStringDto; exports.serializeLowOrderQueryDTO = serializeLowOrderQueryDTO; exports.serializeMatrixFieldDto = serializeMatrixFieldDto; exports.serializePartitionDto = serializePartitionDto; exports.serializePatchPublicationDto = serializePatchPublicationDto; exports.serializePatchTaskExecutionDto = serializePatchTaskExecutionDto; exports.serializePipelineDto = serializePipelineDto; exports.serializeProjectDto = serializeProjectDto; exports.serializePublicationDto = serializePublicationDto; exports.serializePublicationDto_fields = serializePublicationDto_fields; exports.serializeScreenColumnDto = serializeScreenColumnDto; exports.serializeScreenDto = serializeScreenDto; exports.serializeScreenSectionDto = serializeScreenSectionDto; exports.serializeSectionDto = serializeSectionDto; exports.serializeSectionDto_metadata = serializeSectionDto_metadata; exports.serializeSuggestionDeletedFieldDTO = serializeSuggestionDeletedFieldDTO; exports.serializeSuggestionDto = serializeSuggestionDto; exports.serializeSuggestionDto_fields = serializeSuggestionDto_fields; exports.serializeTableDto = serializeTableDto; exports.serializeTaskDto = serializeTaskDto; exports.serializeTaskDtoKey = serializeTaskDtoKey; exports.serializeTaskExecutionDto = serializeTaskExecutionDto; exports.serializeTaskExecutionDto_input = serializeTaskExecutionDto_input; exports.serializeTaskExecutionDto_output = serializeTaskExecutionDto_output; exports.serializeUpdateJobDto = serializeUpdateJobDto; exports.serializeUpdateJobDto_output = serializeUpdateJobDto_output; exports.serializeUpdateTaskDto = serializeUpdateTaskDto; exports.serializeUpdateUserGroupDto = serializeUpdateUserGroupDto; exports.serializeUpdateVariableDto = serializeUpdateVariableDto; exports.serializeUserDto = serializeUserDto; exports.serializeUserGroupDto = serializeUserGroupDto; exports.serializeUserGroupMembersDto = serializeUserGroupMembersDto; exports.serializeVariableDto = serializeVariableDto; exports.setup = setup;
|
|
10765
|
+
|
|
10766
|
+
|
|
10767
|
+
|
|
10768
|
+
|
|
10769
|
+
|
|
10770
|
+
|
|
10771
|
+
|
|
10772
|
+
|
|
10773
|
+
|
|
10774
|
+
|
|
10775
|
+
|
|
10776
|
+
|
|
10777
|
+
|
|
10778
|
+
|
|
10779
|
+
|
|
10780
|
+
|
|
10781
|
+
|
|
10782
|
+
|
|
10783
|
+
|
|
10784
|
+
|
|
10785
|
+
|
|
10786
|
+
|
|
10787
|
+
|
|
10788
|
+
|
|
10789
|
+
|
|
10790
|
+
|
|
10791
|
+
|
|
10792
|
+
|
|
10793
|
+
|
|
10794
|
+
|
|
10795
|
+
|
|
10796
|
+
|
|
10797
|
+
|
|
10798
|
+
|
|
10799
|
+
|
|
10800
|
+
|
|
10801
|
+
|
|
10802
|
+
|
|
10803
|
+
|
|
10804
|
+
|
|
10805
|
+
|
|
10806
|
+
|
|
10807
|
+
|
|
10808
|
+
|
|
10809
|
+
|
|
10810
|
+
|
|
10811
|
+
|
|
10812
|
+
|
|
10813
|
+
|
|
10814
|
+
|
|
10815
|
+
|
|
10816
|
+
|
|
10817
|
+
|
|
10818
|
+
|
|
10819
|
+
|
|
10820
|
+
|
|
10821
|
+
|
|
10822
|
+
exports.AccountDto_objectObject = AccountDto_objectObject; exports.ApiClientNavigationMetadata = ApiClientNavigationMetadata; exports.ApiClientUriTemplate = ApiClientUriTemplate; exports.ApplySuggestionOnCompositeDto_typeObject = ApplySuggestionOnCompositeDto_typeObject; exports.AuditLogDto_objectObject = AuditLogDto_objectObject; exports.CommentThreadCommentDTO_objectObject = CommentThreadCommentDTO_objectObject; exports.CommentThreadCommentDTO_typeObject = CommentThreadCommentDTO_typeObject; exports.CommentThreadCreateDto_targetTypeObject = CommentThreadCreateDto_targetTypeObject; exports.CommentThreadDto_objectObject = CommentThreadDto_objectObject; exports.CommentThreadDto_targetTypeObject = CommentThreadDto_targetTypeObject; exports.CommentThreadDto_typeObject = CommentThreadDto_typeObject; exports.CommentThreadSubscriberDto_objectObject = CommentThreadSubscriberDto_objectObject; exports.CompositeCollectStrategyDto_typeObject = CompositeCollectStrategyDto_typeObject; exports.CreateJobDto_statusObject = CreateJobDto_statusObject; exports.CreateTaskDto_retryLogicObject = CreateTaskDto_retryLogicObject; exports.CreateTaskDto_timeoutPolicyObject = CreateTaskDto_timeoutPolicyObject; exports.CreateVariableDto_statusObject = CreateVariableDto_statusObject; exports.FieldDto_objectObject = FieldDto_objectObject; exports.FieldDto_typeObject = FieldDto_typeObject; exports.FieldSuffixDto_statusObject = FieldSuffixDto_statusObject; exports.FieldValueDto_colorObject = FieldValueDto_colorObject; exports.FieldValueDto_objectObject = FieldValueDto_objectObject; exports.FieldValueDto_statusObject = FieldValueDto_statusObject; exports.FileDto_objectObject = FileDto_objectObject; exports.FindItemCustomField_targetObject = FindItemCustomField_targetObject; exports.FindItemHighOrderQueryDTO_typeObject = FindItemHighOrderQueryDTO_typeObject; exports.FindItemLowOrderQueryDTO_typeObject = FindItemLowOrderQueryDTO_typeObject; exports.HighOrderQueryDTO_typeObject = HighOrderQueryDTO_typeObject; exports.ItemDto_objectObject = ItemDto_objectObject; exports.ItemFieldCfDto_typeObject = ItemFieldCfDto_typeObject; exports.ItemFieldCompositeDTO_typeObject = ItemFieldCompositeDTO_typeObject; exports.ItemFieldFileDTO_typeObject = ItemFieldFileDTO_typeObject; exports.ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject = ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject; exports.ItemFieldNumberDTO_typeObject = ItemFieldNumberDTO_typeObject; exports.ItemFieldStringArrayDTO_typeObject = ItemFieldStringArrayDTO_typeObject; exports.ItemFieldStringDTO_typeObject = ItemFieldStringDTO_typeObject; exports.ItemLinkDto_objectObject = ItemLinkDto_objectObject; exports.JobDto_objectObject = JobDto_objectObject; exports.JobDto_statusObject = JobDto_statusObject; exports.JobExecutionDto_objectObject = JobExecutionDto_objectObject; exports.JobExecutionDto_statusObject = JobExecutionDto_statusObject; exports.JobVisibilityDto_modeObject = JobVisibilityDto_modeObject; exports.LowOrderQueryDTO_typeObject = LowOrderQueryDTO_typeObject; exports.MatrixFieldDto_objectObject = MatrixFieldDto_objectObject; exports.MatrixFieldDto_statusObject = MatrixFieldDto_statusObject; exports.MeAccountDto_memberStatusObject = MeAccountDto_memberStatusObject; exports.MeAccountDto_objectObject = MeAccountDto_objectObject; exports.MeAccountDto_roleObject = MeAccountDto_roleObject; exports.PartitionDto_statusObject = PartitionDto_statusObject; exports.PartnerDto_objectObject = PartnerDto_objectObject; exports.PartnerDto_statusObject = PartnerDto_statusObject; exports.PartnerGroupDto_objectObject = PartnerGroupDto_objectObject; exports.PartnerInvitationDto_objectObject = PartnerInvitationDto_objectObject; exports.PartnerInvitationDto_statusObject = PartnerInvitationDto_statusObject; exports.PatchPublicationDto_statusObject = PatchPublicationDto_statusObject; exports.PatchTaskExecutionDto_statusObject = PatchTaskExecutionDto_statusObject; exports.PipelineDto_objectObject = PipelineDto_objectObject; exports.ProjectDto_objectObject = ProjectDto_objectObject; exports.PublicationDto_objectObject = PublicationDto_objectObject; exports.PublicationDto_statusObject = PublicationDto_statusObject; exports.RecommendedCompositeExistingItemRowDTO_typeObject = RecommendedCompositeExistingItemRowDTO_typeObject; exports.RecommendedCompositeNewItemRowDTO_typeObject = RecommendedCompositeNewItemRowDTO_typeObject; exports.RecommendedCompositeRowStrategyDTO_typeObject = RecommendedCompositeRowStrategyDTO_typeObject; exports.ScreenColumnDto_displayObject = ScreenColumnDto_displayObject; exports.ScreenColumnDto_objectObject = ScreenColumnDto_objectObject; exports.ScreenColumnDto_widthObject = ScreenColumnDto_widthObject; exports.ScreenDto_lineHeightObject = ScreenDto_lineHeightObject; exports.ScreenDto_statusObject = ScreenDto_statusObject; exports.ScreenSectionDto_objectObject = ScreenSectionDto_objectObject; exports.SuggestionDeletedFieldDTO_typeObject = SuggestionDeletedFieldDTO_typeObject; exports.SuggestionDto_objectObject = SuggestionDto_objectObject; exports.TaskDto_objectObject = TaskDto_objectObject; exports.TaskDto_retryLogicObject = TaskDto_retryLogicObject; exports.TaskDto_timeoutPolicyObject = TaskDto_timeoutPolicyObject; exports.TaskExecutionDto_objectObject = TaskExecutionDto_objectObject; exports.TaskExecutionDto_statusObject = TaskExecutionDto_statusObject; exports.UpdateJobDto_statusObject = UpdateJobDto_statusObject; exports.UpdateTaskDto_retryLogicObject = UpdateTaskDto_retryLogicObject; exports.UpdateTaskDto_timeoutPolicyObject = UpdateTaskDto_timeoutPolicyObject; exports.UpdateVariableDto_statusObject = UpdateVariableDto_statusObject; exports.UserDto_objectObject = UserDto_objectObject; exports.UserDto_roleObject = UserDto_roleObject; exports.UserDto_statusObject = UserDto_statusObject; exports.UserGroupDto_objectObject = UserGroupDto_objectObject; exports.VariableDto_objectObject = VariableDto_objectObject; exports.VariableDto_statusObject = VariableDto_statusObject; exports.createAccountDtoFromDiscriminatorValue = createAccountDtoFromDiscriminatorValue; exports.createApiClient = createApiClient; exports.createApplySuggestionOnCompositeDtoFromDiscriminatorValue = createApplySuggestionOnCompositeDtoFromDiscriminatorValue; exports.createAuditLogDtoFromDiscriminatorValue = createAuditLogDtoFromDiscriminatorValue; exports.createAuditLogDto_detailsFromDiscriminatorValue = createAuditLogDto_detailsFromDiscriminatorValue; exports.createCommentThreadCommentCreateDtoFromDiscriminatorValue = createCommentThreadCommentCreateDtoFromDiscriminatorValue; exports.createCommentThreadCommentDTOFromDiscriminatorValue = createCommentThreadCommentDTOFromDiscriminatorValue; exports.createCommentThreadCreateDtoFromDiscriminatorValue = createCommentThreadCreateDtoFromDiscriminatorValue; exports.createCommentThreadDtoFromDiscriminatorValue = createCommentThreadDtoFromDiscriminatorValue; exports.createCommentThreadSubscriberDtoFromDiscriminatorValue = createCommentThreadSubscriberDtoFromDiscriminatorValue; exports.createCommentThreadUpdateDtoFromDiscriminatorValue = createCommentThreadUpdateDtoFromDiscriminatorValue; exports.createCompositeCollectStrategyDtoFromDiscriminatorValue = createCompositeCollectStrategyDtoFromDiscriminatorValue; exports.createCreateJobDtoFromDiscriminatorValue = createCreateJobDtoFromDiscriminatorValue; exports.createCreateJobDto_outputFromDiscriminatorValue = createCreateJobDto_outputFromDiscriminatorValue; exports.createCreateJobExecutionDtoFromDiscriminatorValue = createCreateJobExecutionDtoFromDiscriminatorValue; exports.createCreateJobExecutionDto_inputFromDiscriminatorValue = createCreateJobExecutionDto_inputFromDiscriminatorValue; exports.createCreatePartnerGroupDtoFromDiscriminatorValue = createCreatePartnerGroupDtoFromDiscriminatorValue; exports.createCreateProjectDtoFromDiscriminatorValue = createCreateProjectDtoFromDiscriminatorValue; exports.createCreatePublicationDtoFromDiscriminatorValue = createCreatePublicationDtoFromDiscriminatorValue; exports.createCreateTaskDtoFromDiscriminatorValue = createCreateTaskDtoFromDiscriminatorValue; exports.createCreateUserGroupDtoFromDiscriminatorValue = createCreateUserGroupDtoFromDiscriminatorValue; exports.createCreateVariableDtoFromDiscriminatorValue = createCreateVariableDtoFromDiscriminatorValue; exports.createDisplayInfoDtoFromDiscriminatorValue = createDisplayInfoDtoFromDiscriminatorValue; exports.createFieldDtoFromDiscriminatorValue = createFieldDtoFromDiscriminatorValue; exports.createFieldDto_metadataFromDiscriminatorValue = createFieldDto_metadataFromDiscriminatorValue; exports.createFieldSuffixDtoFromDiscriminatorValue = createFieldSuffixDtoFromDiscriminatorValue; exports.createFieldUpdateDtoFromDiscriminatorValue = createFieldUpdateDtoFromDiscriminatorValue; exports.createFieldUpdateDto_metadataFromDiscriminatorValue = createFieldUpdateDto_metadataFromDiscriminatorValue; exports.createFieldValueDtoFromDiscriminatorValue = createFieldValueDtoFromDiscriminatorValue; exports.createFieldValueDto_metadataFromDiscriminatorValue = createFieldValueDto_metadataFromDiscriminatorValue; exports.createFileDtoFromDiscriminatorValue = createFileDtoFromDiscriminatorValue; exports.createFindItemCustomFieldFromDiscriminatorValue = createFindItemCustomFieldFromDiscriminatorValue; exports.createFindItemHighOrderQueryDTOFromDiscriminatorValue = createFindItemHighOrderQueryDTOFromDiscriminatorValue; exports.createFindItemHighOrderQueryDTO_queriesFromDiscriminatorValue = createFindItemHighOrderQueryDTO_queriesFromDiscriminatorValue; exports.createFindItemLowOrderQueryDTOFromDiscriminatorValue = createFindItemLowOrderQueryDTOFromDiscriminatorValue; exports.createHighOrderQueryDTOFromDiscriminatorValue = createHighOrderQueryDTOFromDiscriminatorValue; exports.createHighOrderQueryDTO_queriesFromDiscriminatorValue = createHighOrderQueryDTO_queriesFromDiscriminatorValue; exports.createItemDtoFromDiscriminatorValue = createItemDtoFromDiscriminatorValue; exports.createItemDto_fieldsFromDiscriminatorValue = createItemDto_fieldsFromDiscriminatorValue; exports.createItemFieldCfDtoFromDiscriminatorValue = createItemFieldCfDtoFromDiscriminatorValue; exports.createItemFieldCfValueDTOFromDiscriminatorValue = createItemFieldCfValueDTOFromDiscriminatorValue; exports.createItemFieldCompositeDTOFromDiscriminatorValue = createItemFieldCompositeDTOFromDiscriminatorValue; exports.createItemFieldCompositeValueDTOFromDiscriminatorValue = createItemFieldCompositeValueDTOFromDiscriminatorValue; exports.createItemFieldCompositeValueDTO_dataFromDiscriminatorValue = createItemFieldCompositeValueDTO_dataFromDiscriminatorValue; exports.createItemFieldCompositeValuesDTOFromDiscriminatorValue = createItemFieldCompositeValuesDTOFromDiscriminatorValue; exports.createItemFieldFileDTOFromDiscriminatorValue = createItemFieldFileDTOFromDiscriminatorValue; exports.createItemFieldFileDataFromDiscriminatorValue = createItemFieldFileDataFromDiscriminatorValue; exports.createItemFieldFileValueDTOFromDiscriminatorValue = createItemFieldFileValueDTOFromDiscriminatorValue; exports.createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue = createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue; exports.createItemFieldMultipleSelectWithCommentAndQuantityDataFromDiscriminatorValue = createItemFieldMultipleSelectWithCommentAndQuantityDataFromDiscriminatorValue; exports.createItemFieldMultipleSelectWithCommentAndQuantityValueDTOFromDiscriminatorValue = createItemFieldMultipleSelectWithCommentAndQuantityValueDTOFromDiscriminatorValue; exports.createItemFieldNumberDTOFromDiscriminatorValue = createItemFieldNumberDTOFromDiscriminatorValue; exports.createItemFieldSimpleNumberValueDTOFromDiscriminatorValue = createItemFieldSimpleNumberValueDTOFromDiscriminatorValue; exports.createItemFieldSimpleStringArrayValueDTOFromDiscriminatorValue = createItemFieldSimpleStringArrayValueDTOFromDiscriminatorValue; exports.createItemFieldSimpleStringValueDTOFromDiscriminatorValue = createItemFieldSimpleStringValueDTOFromDiscriminatorValue; exports.createItemFieldStringArrayDTOFromDiscriminatorValue = createItemFieldStringArrayDTOFromDiscriminatorValue; exports.createItemFieldStringDTOFromDiscriminatorValue = createItemFieldStringDTOFromDiscriminatorValue; exports.createItemLinkCreateDtoFromDiscriminatorValue = createItemLinkCreateDtoFromDiscriminatorValue; exports.createItemLinkDtoFromDiscriminatorValue = createItemLinkDtoFromDiscriminatorValue; exports.createItemMetadataDTOFromDiscriminatorValue = createItemMetadataDTOFromDiscriminatorValue; exports.createJobDtoFromDiscriminatorValue = createJobDtoFromDiscriminatorValue; exports.createJobDto_outputFromDiscriminatorValue = createJobDto_outputFromDiscriminatorValue; exports.createJobExecutionDtoFromDiscriminatorValue = createJobExecutionDtoFromDiscriminatorValue; exports.createJobExecutionDto_inputFromDiscriminatorValue = createJobExecutionDto_inputFromDiscriminatorValue; exports.createJobExecutionDto_outputFromDiscriminatorValue = createJobExecutionDto_outputFromDiscriminatorValue; exports.createJobExecutionInfoDtoFromDiscriminatorValue = createJobExecutionInfoDtoFromDiscriminatorValue; exports.createJobLocalDtoFromDiscriminatorValue = createJobLocalDtoFromDiscriminatorValue; exports.createJobPeriodicityDtoFromDiscriminatorValue = createJobPeriodicityDtoFromDiscriminatorValue; exports.createJobTaskDtoFromDiscriminatorValue = createJobTaskDtoFromDiscriminatorValue; exports.createJobTaskDto_inputParametersFromDiscriminatorValue = createJobTaskDto_inputParametersFromDiscriminatorValue; exports.createJobVisibilityDtoFromDiscriminatorValue = createJobVisibilityDtoFromDiscriminatorValue; exports.createLevelDtoFromDiscriminatorValue = createLevelDtoFromDiscriminatorValue; exports.createLocalizedStringDtoFromDiscriminatorValue = createLocalizedStringDtoFromDiscriminatorValue; exports.createLowOrderQueryDTOFromDiscriminatorValue = createLowOrderQueryDTOFromDiscriminatorValue; exports.createMatchingPathFromRootDTOFromDiscriminatorValue = createMatchingPathFromRootDTOFromDiscriminatorValue; exports.createMatrixFieldDtoFromDiscriminatorValue = createMatrixFieldDtoFromDiscriminatorValue; exports.createMeAccountDtoFromDiscriminatorValue = createMeAccountDtoFromDiscriminatorValue; exports.createMeDtoFromDiscriminatorValue = createMeDtoFromDiscriminatorValue; exports.createPartitionDtoFromDiscriminatorValue = createPartitionDtoFromDiscriminatorValue; exports.createPartnerDtoFromDiscriminatorValue = createPartnerDtoFromDiscriminatorValue; exports.createPartnerGroupDtoFromDiscriminatorValue = createPartnerGroupDtoFromDiscriminatorValue; exports.createPartnerGroupMembersDtoFromDiscriminatorValue = createPartnerGroupMembersDtoFromDiscriminatorValue; exports.createPartnerInvitationDtoFromDiscriminatorValue = createPartnerInvitationDtoFromDiscriminatorValue; exports.createPatchPublicationDtoFromDiscriminatorValue = createPatchPublicationDtoFromDiscriminatorValue; exports.createPatchTaskExecutionDtoFromDiscriminatorValue = createPatchTaskExecutionDtoFromDiscriminatorValue; exports.createPathFromRootDTOFromDiscriminatorValue = createPathFromRootDTOFromDiscriminatorValue; exports.createPipelineDtoFromDiscriminatorValue = createPipelineDtoFromDiscriminatorValue; exports.createProjectDtoFromDiscriminatorValue = createProjectDtoFromDiscriminatorValue; exports.createPublicationDtoFromDiscriminatorValue = createPublicationDtoFromDiscriminatorValue; exports.createPublicationDto_fieldsFromDiscriminatorValue = createPublicationDto_fieldsFromDiscriminatorValue; exports.createRecommendedCompositeExistingItemRowDTOFromDiscriminatorValue = createRecommendedCompositeExistingItemRowDTOFromDiscriminatorValue; exports.createRecommendedCompositeNewItemRowDTOFromDiscriminatorValue = createRecommendedCompositeNewItemRowDTOFromDiscriminatorValue; exports.createRecommendedCompositeRowStrategyDTOFromDiscriminatorValue = createRecommendedCompositeRowStrategyDTOFromDiscriminatorValue; exports.createRecommendedCompositeRowsDTOFromDiscriminatorValue = createRecommendedCompositeRowsDTOFromDiscriminatorValue; exports.createScreenColumnDtoFromDiscriminatorValue = createScreenColumnDtoFromDiscriminatorValue; exports.createScreenDtoFromDiscriminatorValue = createScreenDtoFromDiscriminatorValue; exports.createScreenSectionDtoFromDiscriminatorValue = createScreenSectionDtoFromDiscriminatorValue; exports.createSectionDtoFromDiscriminatorValue = createSectionDtoFromDiscriminatorValue; exports.createSectionDto_metadataFromDiscriminatorValue = createSectionDto_metadataFromDiscriminatorValue; exports.createSuggestionDeletedCompositeRowDTOFromDiscriminatorValue = createSuggestionDeletedCompositeRowDTOFromDiscriminatorValue; exports.createSuggestionDeletedFieldDTOFromDiscriminatorValue = createSuggestionDeletedFieldDTOFromDiscriminatorValue; exports.createSuggestionDtoFromDiscriminatorValue = createSuggestionDtoFromDiscriminatorValue; exports.createSuggestionDto_fieldsFromDiscriminatorValue = createSuggestionDto_fieldsFromDiscriminatorValue; exports.createTableDtoFromDiscriminatorValue = createTableDtoFromDiscriminatorValue; exports.createTaskDtoFromDiscriminatorValue = createTaskDtoFromDiscriminatorValue; exports.createTaskDtoKeyFromDiscriminatorValue = createTaskDtoKeyFromDiscriminatorValue; exports.createTaskExecutionDtoFromDiscriminatorValue = createTaskExecutionDtoFromDiscriminatorValue; exports.createTaskExecutionDto_inputFromDiscriminatorValue = createTaskExecutionDto_inputFromDiscriminatorValue; exports.createTaskExecutionDto_outputFromDiscriminatorValue = createTaskExecutionDto_outputFromDiscriminatorValue; exports.createUpdateJobDtoFromDiscriminatorValue = createUpdateJobDtoFromDiscriminatorValue; exports.createUpdateJobDto_outputFromDiscriminatorValue = createUpdateJobDto_outputFromDiscriminatorValue; exports.createUpdatePartnerGroupDtoFromDiscriminatorValue = createUpdatePartnerGroupDtoFromDiscriminatorValue; exports.createUpdateTaskDtoFromDiscriminatorValue = createUpdateTaskDtoFromDiscriminatorValue; exports.createUpdateUserGroupDtoFromDiscriminatorValue = createUpdateUserGroupDtoFromDiscriminatorValue; exports.createUpdateVariableDtoFromDiscriminatorValue = createUpdateVariableDtoFromDiscriminatorValue; exports.createUserDtoFromDiscriminatorValue = createUserDtoFromDiscriminatorValue; exports.createUserGroupDtoFromDiscriminatorValue = createUserGroupDtoFromDiscriminatorValue; exports.createUserGroupMembersDtoFromDiscriminatorValue = createUserGroupMembersDtoFromDiscriminatorValue; exports.createVariableDtoFromDiscriminatorValue = createVariableDtoFromDiscriminatorValue; exports.deserializeIntoAccountDto = deserializeIntoAccountDto; exports.deserializeIntoApplySuggestionOnCompositeDto = deserializeIntoApplySuggestionOnCompositeDto; exports.deserializeIntoAuditLogDto = deserializeIntoAuditLogDto; exports.deserializeIntoAuditLogDto_details = deserializeIntoAuditLogDto_details; exports.deserializeIntoCommentThreadCommentCreateDto = deserializeIntoCommentThreadCommentCreateDto; exports.deserializeIntoCommentThreadCommentDTO = deserializeIntoCommentThreadCommentDTO; exports.deserializeIntoCommentThreadCreateDto = deserializeIntoCommentThreadCreateDto; exports.deserializeIntoCommentThreadDto = deserializeIntoCommentThreadDto; exports.deserializeIntoCommentThreadSubscriberDto = deserializeIntoCommentThreadSubscriberDto; exports.deserializeIntoCommentThreadUpdateDto = deserializeIntoCommentThreadUpdateDto; exports.deserializeIntoCompositeCollectStrategyDto = deserializeIntoCompositeCollectStrategyDto; exports.deserializeIntoCreateJobDto = deserializeIntoCreateJobDto; exports.deserializeIntoCreateJobDto_output = deserializeIntoCreateJobDto_output; exports.deserializeIntoCreateJobExecutionDto = deserializeIntoCreateJobExecutionDto; exports.deserializeIntoCreateJobExecutionDto_input = deserializeIntoCreateJobExecutionDto_input; exports.deserializeIntoCreatePartnerGroupDto = deserializeIntoCreatePartnerGroupDto; exports.deserializeIntoCreateProjectDto = deserializeIntoCreateProjectDto; exports.deserializeIntoCreatePublicationDto = deserializeIntoCreatePublicationDto; exports.deserializeIntoCreateTaskDto = deserializeIntoCreateTaskDto; exports.deserializeIntoCreateUserGroupDto = deserializeIntoCreateUserGroupDto; exports.deserializeIntoCreateVariableDto = deserializeIntoCreateVariableDto; exports.deserializeIntoDisplayInfoDto = deserializeIntoDisplayInfoDto; exports.deserializeIntoFieldDto = deserializeIntoFieldDto; exports.deserializeIntoFieldDto_metadata = deserializeIntoFieldDto_metadata; exports.deserializeIntoFieldSuffixDto = deserializeIntoFieldSuffixDto; exports.deserializeIntoFieldUpdateDto = deserializeIntoFieldUpdateDto; exports.deserializeIntoFieldUpdateDto_metadata = deserializeIntoFieldUpdateDto_metadata; exports.deserializeIntoFieldValueDto = deserializeIntoFieldValueDto; exports.deserializeIntoFieldValueDto_metadata = deserializeIntoFieldValueDto_metadata; exports.deserializeIntoFileDto = deserializeIntoFileDto; exports.deserializeIntoFindItemCustomField = deserializeIntoFindItemCustomField; exports.deserializeIntoFindItemHighOrderQueryDTO = deserializeIntoFindItemHighOrderQueryDTO; exports.deserializeIntoFindItemHighOrderQueryDTO_queries = deserializeIntoFindItemHighOrderQueryDTO_queries; exports.deserializeIntoFindItemLowOrderQueryDTO = deserializeIntoFindItemLowOrderQueryDTO; exports.deserializeIntoHighOrderQueryDTO = deserializeIntoHighOrderQueryDTO; exports.deserializeIntoHighOrderQueryDTO_queries = deserializeIntoHighOrderQueryDTO_queries; exports.deserializeIntoItemDto = deserializeIntoItemDto; exports.deserializeIntoItemDto_fields = deserializeIntoItemDto_fields; exports.deserializeIntoItemFieldCfDto = deserializeIntoItemFieldCfDto; exports.deserializeIntoItemFieldCfValueDTO = deserializeIntoItemFieldCfValueDTO; exports.deserializeIntoItemFieldCompositeDTO = deserializeIntoItemFieldCompositeDTO; exports.deserializeIntoItemFieldCompositeValueDTO = deserializeIntoItemFieldCompositeValueDTO; exports.deserializeIntoItemFieldCompositeValueDTO_data = deserializeIntoItemFieldCompositeValueDTO_data; exports.deserializeIntoItemFieldCompositeValuesDTO = deserializeIntoItemFieldCompositeValuesDTO; exports.deserializeIntoItemFieldFileDTO = deserializeIntoItemFieldFileDTO; exports.deserializeIntoItemFieldFileData = deserializeIntoItemFieldFileData; exports.deserializeIntoItemFieldFileValueDTO = deserializeIntoItemFieldFileValueDTO; exports.deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO = deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO; exports.deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityData = deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityData; exports.deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityValueDTO = deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityValueDTO; exports.deserializeIntoItemFieldNumberDTO = deserializeIntoItemFieldNumberDTO; exports.deserializeIntoItemFieldSimpleNumberValueDTO = deserializeIntoItemFieldSimpleNumberValueDTO; exports.deserializeIntoItemFieldSimpleStringArrayValueDTO = deserializeIntoItemFieldSimpleStringArrayValueDTO; exports.deserializeIntoItemFieldSimpleStringValueDTO = deserializeIntoItemFieldSimpleStringValueDTO; exports.deserializeIntoItemFieldStringArrayDTO = deserializeIntoItemFieldStringArrayDTO; exports.deserializeIntoItemFieldStringDTO = deserializeIntoItemFieldStringDTO; exports.deserializeIntoItemLinkCreateDto = deserializeIntoItemLinkCreateDto; exports.deserializeIntoItemLinkDto = deserializeIntoItemLinkDto; exports.deserializeIntoItemMetadataDTO = deserializeIntoItemMetadataDTO; exports.deserializeIntoJobDto = deserializeIntoJobDto; exports.deserializeIntoJobDto_output = deserializeIntoJobDto_output; exports.deserializeIntoJobExecutionDto = deserializeIntoJobExecutionDto; exports.deserializeIntoJobExecutionDto_input = deserializeIntoJobExecutionDto_input; exports.deserializeIntoJobExecutionDto_output = deserializeIntoJobExecutionDto_output; exports.deserializeIntoJobExecutionInfoDto = deserializeIntoJobExecutionInfoDto; exports.deserializeIntoJobLocalDto = deserializeIntoJobLocalDto; exports.deserializeIntoJobPeriodicityDto = deserializeIntoJobPeriodicityDto; exports.deserializeIntoJobTaskDto = deserializeIntoJobTaskDto; exports.deserializeIntoJobTaskDto_inputParameters = deserializeIntoJobTaskDto_inputParameters; exports.deserializeIntoJobVisibilityDto = deserializeIntoJobVisibilityDto; exports.deserializeIntoLevelDto = deserializeIntoLevelDto; exports.deserializeIntoLocalizedStringDto = deserializeIntoLocalizedStringDto; exports.deserializeIntoLowOrderQueryDTO = deserializeIntoLowOrderQueryDTO; exports.deserializeIntoMatchingPathFromRootDTO = deserializeIntoMatchingPathFromRootDTO; exports.deserializeIntoMatrixFieldDto = deserializeIntoMatrixFieldDto; exports.deserializeIntoMeAccountDto = deserializeIntoMeAccountDto; exports.deserializeIntoMeDto = deserializeIntoMeDto; exports.deserializeIntoPartitionDto = deserializeIntoPartitionDto; exports.deserializeIntoPartnerDto = deserializeIntoPartnerDto; exports.deserializeIntoPartnerGroupDto = deserializeIntoPartnerGroupDto; exports.deserializeIntoPartnerGroupMembersDto = deserializeIntoPartnerGroupMembersDto; exports.deserializeIntoPartnerInvitationDto = deserializeIntoPartnerInvitationDto; exports.deserializeIntoPatchPublicationDto = deserializeIntoPatchPublicationDto; exports.deserializeIntoPatchTaskExecutionDto = deserializeIntoPatchTaskExecutionDto; exports.deserializeIntoPathFromRootDTO = deserializeIntoPathFromRootDTO; exports.deserializeIntoPipelineDto = deserializeIntoPipelineDto; exports.deserializeIntoProjectDto = deserializeIntoProjectDto; exports.deserializeIntoPublicationDto = deserializeIntoPublicationDto; exports.deserializeIntoPublicationDto_fields = deserializeIntoPublicationDto_fields; exports.deserializeIntoRecommendedCompositeExistingItemRowDTO = deserializeIntoRecommendedCompositeExistingItemRowDTO; exports.deserializeIntoRecommendedCompositeNewItemRowDTO = deserializeIntoRecommendedCompositeNewItemRowDTO; exports.deserializeIntoRecommendedCompositeRowStrategyDTO = deserializeIntoRecommendedCompositeRowStrategyDTO; exports.deserializeIntoRecommendedCompositeRowsDTO = deserializeIntoRecommendedCompositeRowsDTO; exports.deserializeIntoScreenColumnDto = deserializeIntoScreenColumnDto; exports.deserializeIntoScreenDto = deserializeIntoScreenDto; exports.deserializeIntoScreenSectionDto = deserializeIntoScreenSectionDto; exports.deserializeIntoSectionDto = deserializeIntoSectionDto; exports.deserializeIntoSectionDto_metadata = deserializeIntoSectionDto_metadata; exports.deserializeIntoSuggestionDeletedCompositeRowDTO = deserializeIntoSuggestionDeletedCompositeRowDTO; exports.deserializeIntoSuggestionDeletedFieldDTO = deserializeIntoSuggestionDeletedFieldDTO; exports.deserializeIntoSuggestionDto = deserializeIntoSuggestionDto; exports.deserializeIntoSuggestionDto_fields = deserializeIntoSuggestionDto_fields; exports.deserializeIntoTableDto = deserializeIntoTableDto; exports.deserializeIntoTaskDto = deserializeIntoTaskDto; exports.deserializeIntoTaskDtoKey = deserializeIntoTaskDtoKey; exports.deserializeIntoTaskExecutionDto = deserializeIntoTaskExecutionDto; exports.deserializeIntoTaskExecutionDto_input = deserializeIntoTaskExecutionDto_input; exports.deserializeIntoTaskExecutionDto_output = deserializeIntoTaskExecutionDto_output; exports.deserializeIntoUpdateJobDto = deserializeIntoUpdateJobDto; exports.deserializeIntoUpdateJobDto_output = deserializeIntoUpdateJobDto_output; exports.deserializeIntoUpdatePartnerGroupDto = deserializeIntoUpdatePartnerGroupDto; exports.deserializeIntoUpdateTaskDto = deserializeIntoUpdateTaskDto; exports.deserializeIntoUpdateUserGroupDto = deserializeIntoUpdateUserGroupDto; exports.deserializeIntoUpdateVariableDto = deserializeIntoUpdateVariableDto; exports.deserializeIntoUserDto = deserializeIntoUserDto; exports.deserializeIntoUserGroupDto = deserializeIntoUserGroupDto; exports.deserializeIntoUserGroupMembersDto = deserializeIntoUserGroupMembersDto; exports.deserializeIntoVariableDto = deserializeIntoVariableDto; exports.serializeAccountDto = serializeAccountDto; exports.serializeApplySuggestionOnCompositeDto = serializeApplySuggestionOnCompositeDto; exports.serializeAuditLogDto = serializeAuditLogDto; exports.serializeAuditLogDto_details = serializeAuditLogDto_details; exports.serializeCommentThreadCommentCreateDto = serializeCommentThreadCommentCreateDto; exports.serializeCommentThreadCommentDTO = serializeCommentThreadCommentDTO; exports.serializeCommentThreadCreateDto = serializeCommentThreadCreateDto; exports.serializeCommentThreadDto = serializeCommentThreadDto; exports.serializeCommentThreadSubscriberDto = serializeCommentThreadSubscriberDto; exports.serializeCommentThreadUpdateDto = serializeCommentThreadUpdateDto; exports.serializeCompositeCollectStrategyDto = serializeCompositeCollectStrategyDto; exports.serializeCreateJobDto = serializeCreateJobDto; exports.serializeCreateJobDto_output = serializeCreateJobDto_output; exports.serializeCreateJobExecutionDto = serializeCreateJobExecutionDto; exports.serializeCreateJobExecutionDto_input = serializeCreateJobExecutionDto_input; exports.serializeCreatePartnerGroupDto = serializeCreatePartnerGroupDto; exports.serializeCreateProjectDto = serializeCreateProjectDto; exports.serializeCreatePublicationDto = serializeCreatePublicationDto; exports.serializeCreateTaskDto = serializeCreateTaskDto; exports.serializeCreateUserGroupDto = serializeCreateUserGroupDto; exports.serializeCreateVariableDto = serializeCreateVariableDto; exports.serializeDisplayInfoDto = serializeDisplayInfoDto; exports.serializeFieldDto = serializeFieldDto; exports.serializeFieldDto_metadata = serializeFieldDto_metadata; exports.serializeFieldSuffixDto = serializeFieldSuffixDto; exports.serializeFieldUpdateDto = serializeFieldUpdateDto; exports.serializeFieldUpdateDto_metadata = serializeFieldUpdateDto_metadata; exports.serializeFieldValueDto = serializeFieldValueDto; exports.serializeFieldValueDto_metadata = serializeFieldValueDto_metadata; exports.serializeFileDto = serializeFileDto; exports.serializeFindItemCustomField = serializeFindItemCustomField; exports.serializeFindItemHighOrderQueryDTO = serializeFindItemHighOrderQueryDTO; exports.serializeFindItemHighOrderQueryDTO_queries = serializeFindItemHighOrderQueryDTO_queries; exports.serializeFindItemLowOrderQueryDTO = serializeFindItemLowOrderQueryDTO; exports.serializeHighOrderQueryDTO = serializeHighOrderQueryDTO; exports.serializeHighOrderQueryDTO_queries = serializeHighOrderQueryDTO_queries; exports.serializeItemDto = serializeItemDto; exports.serializeItemDto_fields = serializeItemDto_fields; exports.serializeItemFieldCfDto = serializeItemFieldCfDto; exports.serializeItemFieldCfValueDTO = serializeItemFieldCfValueDTO; exports.serializeItemFieldCompositeDTO = serializeItemFieldCompositeDTO; exports.serializeItemFieldCompositeValueDTO = serializeItemFieldCompositeValueDTO; exports.serializeItemFieldCompositeValueDTO_data = serializeItemFieldCompositeValueDTO_data; exports.serializeItemFieldCompositeValuesDTO = serializeItemFieldCompositeValuesDTO; exports.serializeItemFieldFileDTO = serializeItemFieldFileDTO; exports.serializeItemFieldFileData = serializeItemFieldFileData; exports.serializeItemFieldFileValueDTO = serializeItemFieldFileValueDTO; exports.serializeItemFieldMultipleSelectWithCommentAndQuantityDTO = serializeItemFieldMultipleSelectWithCommentAndQuantityDTO; exports.serializeItemFieldMultipleSelectWithCommentAndQuantityData = serializeItemFieldMultipleSelectWithCommentAndQuantityData; exports.serializeItemFieldMultipleSelectWithCommentAndQuantityValueDTO = serializeItemFieldMultipleSelectWithCommentAndQuantityValueDTO; exports.serializeItemFieldNumberDTO = serializeItemFieldNumberDTO; exports.serializeItemFieldSimpleNumberValueDTO = serializeItemFieldSimpleNumberValueDTO; exports.serializeItemFieldSimpleStringArrayValueDTO = serializeItemFieldSimpleStringArrayValueDTO; exports.serializeItemFieldSimpleStringValueDTO = serializeItemFieldSimpleStringValueDTO; exports.serializeItemFieldStringArrayDTO = serializeItemFieldStringArrayDTO; exports.serializeItemFieldStringDTO = serializeItemFieldStringDTO; exports.serializeItemLinkCreateDto = serializeItemLinkCreateDto; exports.serializeItemLinkDto = serializeItemLinkDto; exports.serializeItemMetadataDTO = serializeItemMetadataDTO; exports.serializeJobDto = serializeJobDto; exports.serializeJobDto_output = serializeJobDto_output; exports.serializeJobExecutionDto = serializeJobExecutionDto; exports.serializeJobExecutionDto_input = serializeJobExecutionDto_input; exports.serializeJobExecutionDto_output = serializeJobExecutionDto_output; exports.serializeJobExecutionInfoDto = serializeJobExecutionInfoDto; exports.serializeJobLocalDto = serializeJobLocalDto; exports.serializeJobPeriodicityDto = serializeJobPeriodicityDto; exports.serializeJobTaskDto = serializeJobTaskDto; exports.serializeJobTaskDto_inputParameters = serializeJobTaskDto_inputParameters; exports.serializeJobVisibilityDto = serializeJobVisibilityDto; exports.serializeLevelDto = serializeLevelDto; exports.serializeLocalizedStringDto = serializeLocalizedStringDto; exports.serializeLowOrderQueryDTO = serializeLowOrderQueryDTO; exports.serializeMatchingPathFromRootDTO = serializeMatchingPathFromRootDTO; exports.serializeMatrixFieldDto = serializeMatrixFieldDto; exports.serializeMeAccountDto = serializeMeAccountDto; exports.serializeMeDto = serializeMeDto; exports.serializePartitionDto = serializePartitionDto; exports.serializePartnerDto = serializePartnerDto; exports.serializePartnerGroupDto = serializePartnerGroupDto; exports.serializePartnerGroupMembersDto = serializePartnerGroupMembersDto; exports.serializePartnerInvitationDto = serializePartnerInvitationDto; exports.serializePatchPublicationDto = serializePatchPublicationDto; exports.serializePatchTaskExecutionDto = serializePatchTaskExecutionDto; exports.serializePathFromRootDTO = serializePathFromRootDTO; exports.serializePipelineDto = serializePipelineDto; exports.serializeProjectDto = serializeProjectDto; exports.serializePublicationDto = serializePublicationDto; exports.serializePublicationDto_fields = serializePublicationDto_fields; exports.serializeRecommendedCompositeExistingItemRowDTO = serializeRecommendedCompositeExistingItemRowDTO; exports.serializeRecommendedCompositeNewItemRowDTO = serializeRecommendedCompositeNewItemRowDTO; exports.serializeRecommendedCompositeRowStrategyDTO = serializeRecommendedCompositeRowStrategyDTO; exports.serializeRecommendedCompositeRowsDTO = serializeRecommendedCompositeRowsDTO; exports.serializeScreenColumnDto = serializeScreenColumnDto; exports.serializeScreenDto = serializeScreenDto; exports.serializeScreenSectionDto = serializeScreenSectionDto; exports.serializeSectionDto = serializeSectionDto; exports.serializeSectionDto_metadata = serializeSectionDto_metadata; exports.serializeSuggestionDeletedCompositeRowDTO = serializeSuggestionDeletedCompositeRowDTO; exports.serializeSuggestionDeletedFieldDTO = serializeSuggestionDeletedFieldDTO; exports.serializeSuggestionDto = serializeSuggestionDto; exports.serializeSuggestionDto_fields = serializeSuggestionDto_fields; exports.serializeTableDto = serializeTableDto; exports.serializeTaskDto = serializeTaskDto; exports.serializeTaskDtoKey = serializeTaskDtoKey; exports.serializeTaskExecutionDto = serializeTaskExecutionDto; exports.serializeTaskExecutionDto_input = serializeTaskExecutionDto_input; exports.serializeTaskExecutionDto_output = serializeTaskExecutionDto_output; exports.serializeUpdateJobDto = serializeUpdateJobDto; exports.serializeUpdateJobDto_output = serializeUpdateJobDto_output; exports.serializeUpdatePartnerGroupDto = serializeUpdatePartnerGroupDto; exports.serializeUpdateTaskDto = serializeUpdateTaskDto; exports.serializeUpdateUserGroupDto = serializeUpdateUserGroupDto; exports.serializeUpdateVariableDto = serializeUpdateVariableDto; exports.serializeUserDto = serializeUserDto; exports.serializeUserGroupDto = serializeUserGroupDto; exports.serializeUserGroupMembersDto = serializeUserGroupMembersDto; exports.serializeVariableDto = serializeVariableDto; exports.setup = setup;
|
|
9772
10823
|
//# sourceMappingURL=index.js.map
|