@product-live/api-sdk 3.1.4 → 3.1.6
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 +2100 -806
- package/dist/index.d.ts +2100 -806
- package/dist/index.js +1866 -601
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1875 -610
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -6,11 +6,8 @@ import { createUntypedNodeFromDiscriminatorValue } from "@microsoft/kiota-abstra
|
|
|
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,12 @@ function createCommentThreadSubscriberDtoFromDiscriminatorValue(parseNode) {
|
|
|
36
33
|
function createCommentThreadUpdateDtoFromDiscriminatorValue(parseNode) {
|
|
37
34
|
return deserializeIntoCommentThreadUpdateDto;
|
|
38
35
|
}
|
|
36
|
+
function createCompositeCollectStrategyDtoFromDiscriminatorValue(parseNode) {
|
|
37
|
+
return deserializeIntoCompositeCollectStrategyDto;
|
|
38
|
+
}
|
|
39
|
+
function createCreateDataFactoryLogDtoFromDiscriminatorValue(parseNode) {
|
|
40
|
+
return deserializeIntoCreateDataFactoryLogDto;
|
|
41
|
+
}
|
|
39
42
|
function createCreateJobDto_outputFromDiscriminatorValue(parseNode) {
|
|
40
43
|
return deserializeIntoCreateJobDto_output;
|
|
41
44
|
}
|
|
@@ -48,6 +51,9 @@ function createCreateJobExecutionDto_inputFromDiscriminatorValue(parseNode) {
|
|
|
48
51
|
function createCreateJobExecutionDtoFromDiscriminatorValue(parseNode) {
|
|
49
52
|
return deserializeIntoCreateJobExecutionDto;
|
|
50
53
|
}
|
|
54
|
+
function createCreatePartnerGroupDtoFromDiscriminatorValue(parseNode) {
|
|
55
|
+
return deserializeIntoCreatePartnerGroupDto;
|
|
56
|
+
}
|
|
51
57
|
function createCreateProjectDtoFromDiscriminatorValue(parseNode) {
|
|
52
58
|
return deserializeIntoCreateProjectDto;
|
|
53
59
|
}
|
|
@@ -63,6 +69,9 @@ function createCreateUserGroupDtoFromDiscriminatorValue(parseNode) {
|
|
|
63
69
|
function createCreateVariableDtoFromDiscriminatorValue(parseNode) {
|
|
64
70
|
return deserializeIntoCreateVariableDto;
|
|
65
71
|
}
|
|
72
|
+
function createDataFactoryLogDtoFromDiscriminatorValue(parseNode) {
|
|
73
|
+
return deserializeIntoDataFactoryLogDto;
|
|
74
|
+
}
|
|
66
75
|
function createDisplayInfoDtoFromDiscriminatorValue(parseNode) {
|
|
67
76
|
return deserializeIntoDisplayInfoDto;
|
|
68
77
|
}
|
|
@@ -283,6 +292,9 @@ function createItemFieldCompositeValueDTO_dataFromDiscriminatorValue(parseNode)
|
|
|
283
292
|
function createItemFieldCompositeValueDTOFromDiscriminatorValue(parseNode) {
|
|
284
293
|
return deserializeIntoItemFieldCompositeValueDTO;
|
|
285
294
|
}
|
|
295
|
+
function createItemFieldCompositeValuesDTOFromDiscriminatorValue(parseNode) {
|
|
296
|
+
return deserializeIntoItemFieldCompositeValuesDTO;
|
|
297
|
+
}
|
|
286
298
|
function createItemFieldFileDataFromDiscriminatorValue(parseNode) {
|
|
287
299
|
return deserializeIntoItemFieldFileData;
|
|
288
300
|
}
|
|
@@ -319,9 +331,6 @@ function createItemFieldStringArrayDTOFromDiscriminatorValue(parseNode) {
|
|
|
319
331
|
function createItemFieldStringDTOFromDiscriminatorValue(parseNode) {
|
|
320
332
|
return deserializeIntoItemFieldStringDTO;
|
|
321
333
|
}
|
|
322
|
-
function createItemFindDTOFromDiscriminatorValue(parseNode) {
|
|
323
|
-
return deserializeIntoItemFindDTO;
|
|
324
|
-
}
|
|
325
334
|
function createItemLinkCreateDtoFromDiscriminatorValue(parseNode) {
|
|
326
335
|
return deserializeIntoItemLinkCreateDto;
|
|
327
336
|
}
|
|
@@ -373,18 +382,45 @@ function createLocalizedStringDtoFromDiscriminatorValue(parseNode) {
|
|
|
373
382
|
function createLowOrderQueryDTOFromDiscriminatorValue(parseNode) {
|
|
374
383
|
return deserializeIntoLowOrderQueryDTO;
|
|
375
384
|
}
|
|
385
|
+
function createMatchingPathFromRootDTOFromDiscriminatorValue(parseNode) {
|
|
386
|
+
return deserializeIntoMatchingPathFromRootDTO;
|
|
387
|
+
}
|
|
376
388
|
function createMatrixFieldDtoFromDiscriminatorValue(parseNode) {
|
|
377
389
|
return deserializeIntoMatrixFieldDto;
|
|
378
390
|
}
|
|
391
|
+
function createMeAccountDtoFromDiscriminatorValue(parseNode) {
|
|
392
|
+
return deserializeIntoMeAccountDto;
|
|
393
|
+
}
|
|
394
|
+
function createMeDtoFromDiscriminatorValue(parseNode) {
|
|
395
|
+
return deserializeIntoMeDto;
|
|
396
|
+
}
|
|
379
397
|
function createPartitionDtoFromDiscriminatorValue(parseNode) {
|
|
380
398
|
return deserializeIntoPartitionDto;
|
|
381
399
|
}
|
|
400
|
+
function createPartnerDtoFromDiscriminatorValue(parseNode) {
|
|
401
|
+
return deserializeIntoPartnerDto;
|
|
402
|
+
}
|
|
403
|
+
function createPartnerGroupDtoFromDiscriminatorValue(parseNode) {
|
|
404
|
+
return deserializeIntoPartnerGroupDto;
|
|
405
|
+
}
|
|
406
|
+
function createPartnerGroupMembersDtoFromDiscriminatorValue(parseNode) {
|
|
407
|
+
return deserializeIntoPartnerGroupMembersDto;
|
|
408
|
+
}
|
|
409
|
+
function createPartnerInvitationCreateDtoFromDiscriminatorValue(parseNode) {
|
|
410
|
+
return deserializeIntoPartnerInvitationCreateDto;
|
|
411
|
+
}
|
|
412
|
+
function createPartnerInvitationDtoFromDiscriminatorValue(parseNode) {
|
|
413
|
+
return deserializeIntoPartnerInvitationDto;
|
|
414
|
+
}
|
|
382
415
|
function createPatchPublicationDtoFromDiscriminatorValue(parseNode) {
|
|
383
416
|
return deserializeIntoPatchPublicationDto;
|
|
384
417
|
}
|
|
385
418
|
function createPatchTaskExecutionDtoFromDiscriminatorValue(parseNode) {
|
|
386
419
|
return deserializeIntoPatchTaskExecutionDto;
|
|
387
420
|
}
|
|
421
|
+
function createPathFromRootDTOFromDiscriminatorValue(parseNode) {
|
|
422
|
+
return deserializeIntoPathFromRootDTO;
|
|
423
|
+
}
|
|
388
424
|
function createPipelineDtoFromDiscriminatorValue(parseNode) {
|
|
389
425
|
return deserializeIntoPipelineDto;
|
|
390
426
|
}
|
|
@@ -439,6 +475,18 @@ function createPublicationDto_fieldsFromDiscriminatorValue(parseNode) {
|
|
|
439
475
|
function createPublicationDtoFromDiscriminatorValue(parseNode) {
|
|
440
476
|
return deserializeIntoPublicationDto;
|
|
441
477
|
}
|
|
478
|
+
function createRecommendedCompositeExistingItemRowDTOFromDiscriminatorValue(parseNode) {
|
|
479
|
+
return deserializeIntoRecommendedCompositeExistingItemRowDTO;
|
|
480
|
+
}
|
|
481
|
+
function createRecommendedCompositeNewItemRowDTOFromDiscriminatorValue(parseNode) {
|
|
482
|
+
return deserializeIntoRecommendedCompositeNewItemRowDTO;
|
|
483
|
+
}
|
|
484
|
+
function createRecommendedCompositeRowsDTOFromDiscriminatorValue(parseNode) {
|
|
485
|
+
return deserializeIntoRecommendedCompositeRowsDTO;
|
|
486
|
+
}
|
|
487
|
+
function createRecommendedCompositeRowStrategyDTOFromDiscriminatorValue(parseNode) {
|
|
488
|
+
return deserializeIntoRecommendedCompositeRowStrategyDTO;
|
|
489
|
+
}
|
|
442
490
|
function createScreenColumnDtoFromDiscriminatorValue(parseNode) {
|
|
443
491
|
return deserializeIntoScreenColumnDto;
|
|
444
492
|
}
|
|
@@ -454,6 +502,9 @@ function createSectionDto_metadataFromDiscriminatorValue(parseNode) {
|
|
|
454
502
|
function createSectionDtoFromDiscriminatorValue(parseNode) {
|
|
455
503
|
return deserializeIntoSectionDto;
|
|
456
504
|
}
|
|
505
|
+
function createSuggestionDeletedCompositeRowDTOFromDiscriminatorValue(parseNode) {
|
|
506
|
+
return deserializeIntoSuggestionDeletedCompositeRowDTO;
|
|
507
|
+
}
|
|
457
508
|
function createSuggestionDeletedFieldDTOFromDiscriminatorValue(parseNode) {
|
|
458
509
|
return deserializeIntoSuggestionDeletedFieldDTO;
|
|
459
510
|
}
|
|
@@ -529,6 +580,9 @@ function createUpdateJobDto_outputFromDiscriminatorValue(parseNode) {
|
|
|
529
580
|
function createUpdateJobDtoFromDiscriminatorValue(parseNode) {
|
|
530
581
|
return deserializeIntoUpdateJobDto;
|
|
531
582
|
}
|
|
583
|
+
function createUpdatePartnerGroupDtoFromDiscriminatorValue(parseNode) {
|
|
584
|
+
return deserializeIntoUpdatePartnerGroupDto;
|
|
585
|
+
}
|
|
532
586
|
function createUpdateTaskDtoFromDiscriminatorValue(parseNode) {
|
|
533
587
|
return deserializeIntoUpdateTaskDto;
|
|
534
588
|
}
|
|
@@ -572,20 +626,25 @@ function deserializeIntoAccountDto(accountDto = {}) {
|
|
|
572
626
|
}
|
|
573
627
|
};
|
|
574
628
|
}
|
|
575
|
-
function
|
|
576
|
-
return {
|
|
577
|
-
"isAcknowledged": (n) => {
|
|
578
|
-
applyAllSuggestionDto.isAcknowledged = n.getBooleanValue();
|
|
579
|
-
}
|
|
580
|
-
};
|
|
581
|
-
}
|
|
582
|
-
function deserializeIntoApplySuggestionDto(applySuggestionDto = {}) {
|
|
629
|
+
function deserializeIntoApplySuggestionOnCompositeDto(applySuggestionOnCompositeDto = {}) {
|
|
583
630
|
return {
|
|
631
|
+
"compositeFieldKey": (n) => {
|
|
632
|
+
applySuggestionOnCompositeDto.compositeFieldKey = n.getStringValue();
|
|
633
|
+
},
|
|
634
|
+
"compositeFields": (n) => {
|
|
635
|
+
applySuggestionOnCompositeDto.compositeFields = n.getCollectionOfObjectValues(createApplySuggestionOnCompositeDtoFromDiscriminatorValue);
|
|
636
|
+
},
|
|
584
637
|
"fieldsKey": (n) => {
|
|
585
|
-
|
|
638
|
+
applySuggestionOnCompositeDto.fieldsKey = n.getCollectionOfPrimitiveValues();
|
|
586
639
|
},
|
|
587
|
-
"
|
|
588
|
-
|
|
640
|
+
"fromSuggestionRowId": (n) => {
|
|
641
|
+
applySuggestionOnCompositeDto.fromSuggestionRowId = n.getStringValue();
|
|
642
|
+
},
|
|
643
|
+
"toItemRowId": (n) => {
|
|
644
|
+
applySuggestionOnCompositeDto.toItemRowId = n.getStringValue();
|
|
645
|
+
},
|
|
646
|
+
"type": (n) => {
|
|
647
|
+
applySuggestionOnCompositeDto.type = n.getEnumValue(ApplySuggestionOnCompositeDto_typeObject);
|
|
589
648
|
}
|
|
590
649
|
};
|
|
591
650
|
}
|
|
@@ -737,6 +796,38 @@ function deserializeIntoCommentThreadUpdateDto(commentThreadUpdateDto = {}) {
|
|
|
737
796
|
}
|
|
738
797
|
};
|
|
739
798
|
}
|
|
799
|
+
function deserializeIntoCompositeCollectStrategyDto(compositeCollectStrategyDto = {}) {
|
|
800
|
+
return {
|
|
801
|
+
"fieldsKey": (n) => {
|
|
802
|
+
compositeCollectStrategyDto.fieldsKey = n.getCollectionOfPrimitiveValues();
|
|
803
|
+
},
|
|
804
|
+
"priority": (n) => {
|
|
805
|
+
compositeCollectStrategyDto.priority = n.getNumberValue();
|
|
806
|
+
},
|
|
807
|
+
"type": (n) => {
|
|
808
|
+
compositeCollectStrategyDto.type = n.getEnumValue(CompositeCollectStrategyDto_typeObject);
|
|
809
|
+
}
|
|
810
|
+
};
|
|
811
|
+
}
|
|
812
|
+
function deserializeIntoCreateDataFactoryLogDto(createDataFactoryLogDto = {}) {
|
|
813
|
+
return {
|
|
814
|
+
"emitterName": (n) => {
|
|
815
|
+
createDataFactoryLogDto.emitterName = n.getStringValue();
|
|
816
|
+
},
|
|
817
|
+
"eventCorrelationId": (n) => {
|
|
818
|
+
createDataFactoryLogDto.eventCorrelationId = n.getStringValue();
|
|
819
|
+
},
|
|
820
|
+
"message": (n) => {
|
|
821
|
+
createDataFactoryLogDto.message = n.getStringValue();
|
|
822
|
+
},
|
|
823
|
+
"messageType": (n) => {
|
|
824
|
+
createDataFactoryLogDto.messageType = n.getEnumValue(CreateDataFactoryLogDto_messageTypeObject);
|
|
825
|
+
},
|
|
826
|
+
"severity": (n) => {
|
|
827
|
+
createDataFactoryLogDto.severity = n.getEnumValue(CreateDataFactoryLogDto_severityObject);
|
|
828
|
+
}
|
|
829
|
+
};
|
|
830
|
+
}
|
|
740
831
|
function deserializeIntoCreateJobDto(createJobDto = {}) {
|
|
741
832
|
return {
|
|
742
833
|
"description": (n) => {
|
|
@@ -796,6 +887,16 @@ function deserializeIntoCreateJobExecutionDto(createJobExecutionDto = {}) {
|
|
|
796
887
|
function deserializeIntoCreateJobExecutionDto_input(createJobExecutionDto_input = {}) {
|
|
797
888
|
return {};
|
|
798
889
|
}
|
|
890
|
+
function deserializeIntoCreatePartnerGroupDto(createPartnerGroupDto = {}) {
|
|
891
|
+
return {
|
|
892
|
+
"description": (n) => {
|
|
893
|
+
createPartnerGroupDto.description = n.getStringValue();
|
|
894
|
+
},
|
|
895
|
+
"title": (n) => {
|
|
896
|
+
createPartnerGroupDto.title = n.getStringValue();
|
|
897
|
+
}
|
|
898
|
+
};
|
|
899
|
+
}
|
|
799
900
|
function deserializeIntoCreateProjectDto(createProjectDto = {}) {
|
|
800
901
|
return {
|
|
801
902
|
"displayName": (n) => {
|
|
@@ -891,6 +992,49 @@ function deserializeIntoCreateVariableDto(createVariableDto = {}) {
|
|
|
891
992
|
}
|
|
892
993
|
};
|
|
893
994
|
}
|
|
995
|
+
function deserializeIntoDataFactoryLogDto(dataFactoryLogDto = {}) {
|
|
996
|
+
return {
|
|
997
|
+
"accountId": (n) => {
|
|
998
|
+
dataFactoryLogDto.accountId = n.getStringValue();
|
|
999
|
+
},
|
|
1000
|
+
"cid": (n) => {
|
|
1001
|
+
dataFactoryLogDto.cid = n.getStringValue();
|
|
1002
|
+
},
|
|
1003
|
+
"code": (n) => {
|
|
1004
|
+
dataFactoryLogDto.code = n.getStringValue();
|
|
1005
|
+
},
|
|
1006
|
+
"createdAt": (n) => {
|
|
1007
|
+
dataFactoryLogDto.createdAt = n.getStringValue();
|
|
1008
|
+
},
|
|
1009
|
+
"emitterName": (n) => {
|
|
1010
|
+
dataFactoryLogDto.emitterName = n.getStringValue();
|
|
1011
|
+
},
|
|
1012
|
+
"eventCorrelationId": (n) => {
|
|
1013
|
+
dataFactoryLogDto.eventCorrelationId = n.getStringValue();
|
|
1014
|
+
},
|
|
1015
|
+
"id": (n) => {
|
|
1016
|
+
dataFactoryLogDto.id = n.getStringValue();
|
|
1017
|
+
},
|
|
1018
|
+
"jobId": (n) => {
|
|
1019
|
+
dataFactoryLogDto.jobId = n.getStringValue();
|
|
1020
|
+
},
|
|
1021
|
+
"jobInstanceId": (n) => {
|
|
1022
|
+
dataFactoryLogDto.jobInstanceId = n.getStringValue();
|
|
1023
|
+
},
|
|
1024
|
+
"message": (n) => {
|
|
1025
|
+
dataFactoryLogDto.message = n.getStringValue();
|
|
1026
|
+
},
|
|
1027
|
+
"messageType": (n) => {
|
|
1028
|
+
dataFactoryLogDto.messageType = n.getEnumValue(DataFactoryLogDto_messageTypeObject);
|
|
1029
|
+
},
|
|
1030
|
+
"object": (n) => {
|
|
1031
|
+
dataFactoryLogDto.object = n.getEnumValue(DataFactoryLogDto_objectObject);
|
|
1032
|
+
},
|
|
1033
|
+
"severity": (n) => {
|
|
1034
|
+
dataFactoryLogDto.severity = n.getStringValue();
|
|
1035
|
+
}
|
|
1036
|
+
};
|
|
1037
|
+
}
|
|
894
1038
|
function deserializeIntoDisplayInfoDto(displayInfoDto = {}) {
|
|
895
1039
|
return {
|
|
896
1040
|
"precision": (n) => {
|
|
@@ -906,6 +1050,9 @@ function deserializeIntoDisplayInfoDto(displayInfoDto = {}) {
|
|
|
906
1050
|
}
|
|
907
1051
|
function deserializeIntoFieldDto(fieldDto = {}) {
|
|
908
1052
|
return {
|
|
1053
|
+
"compositeCollectStrategies": (n) => {
|
|
1054
|
+
fieldDto.compositeCollectStrategies = n.getCollectionOfObjectValues(createCompositeCollectStrategyDtoFromDiscriminatorValue);
|
|
1055
|
+
},
|
|
909
1056
|
"createdAt": (n) => {
|
|
910
1057
|
fieldDto.createdAt = n.getStringValue();
|
|
911
1058
|
},
|
|
@@ -921,6 +1068,9 @@ function deserializeIntoFieldDto(fieldDto = {}) {
|
|
|
921
1068
|
"id": (n) => {
|
|
922
1069
|
fieldDto.id = n.getStringValue();
|
|
923
1070
|
},
|
|
1071
|
+
"isUnique": (n) => {
|
|
1072
|
+
fieldDto.isUnique = n.getBooleanValue();
|
|
1073
|
+
},
|
|
924
1074
|
"key": (n) => {
|
|
925
1075
|
fieldDto.key = n.getStringValue();
|
|
926
1076
|
},
|
|
@@ -1203,11 +1353,14 @@ function deserializeIntoItemFieldCompositeDTO(itemFieldCompositeDTO = {}) {
|
|
|
1203
1353
|
"key": (n) => {
|
|
1204
1354
|
itemFieldCompositeDTO.key = n.getStringValue();
|
|
1205
1355
|
},
|
|
1356
|
+
"multiValued": (n) => {
|
|
1357
|
+
itemFieldCompositeDTO.multiValued = n.getBooleanValue();
|
|
1358
|
+
},
|
|
1206
1359
|
"type": (n) => {
|
|
1207
1360
|
itemFieldCompositeDTO.type = n.getEnumValue(ItemFieldCompositeDTO_typeObject);
|
|
1208
1361
|
},
|
|
1209
1362
|
"value": (n) => {
|
|
1210
|
-
itemFieldCompositeDTO.value = n.getObjectValue(
|
|
1363
|
+
itemFieldCompositeDTO.value = n.getObjectValue(createItemFieldCompositeValuesDTOFromDiscriminatorValue);
|
|
1211
1364
|
}
|
|
1212
1365
|
};
|
|
1213
1366
|
}
|
|
@@ -1215,6 +1368,12 @@ function deserializeIntoItemFieldCompositeValueDTO(itemFieldCompositeValueDTO =
|
|
|
1215
1368
|
return {
|
|
1216
1369
|
"data": (n) => {
|
|
1217
1370
|
itemFieldCompositeValueDTO.data = n.getCollectionOfObjectValues(createItemFieldCompositeDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues(createItemFieldFileDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues(createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues(createItemFieldNumberDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues(createItemFieldStringArrayDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues(createItemFieldStringDTOFromDiscriminatorValue);
|
|
1371
|
+
},
|
|
1372
|
+
"id": (n) => {
|
|
1373
|
+
itemFieldCompositeValueDTO.id = n.getStringValue();
|
|
1374
|
+
},
|
|
1375
|
+
"position": (n) => {
|
|
1376
|
+
itemFieldCompositeValueDTO.position = n.getNumberValue();
|
|
1218
1377
|
}
|
|
1219
1378
|
};
|
|
1220
1379
|
}
|
|
@@ -1228,6 +1387,13 @@ function deserializeIntoItemFieldCompositeValueDTO_data(itemFieldCompositeValueD
|
|
|
1228
1387
|
...deserializeIntoItemFieldStringDTO(itemFieldCompositeValueDTO_data)
|
|
1229
1388
|
};
|
|
1230
1389
|
}
|
|
1390
|
+
function deserializeIntoItemFieldCompositeValuesDTO(itemFieldCompositeValuesDTO = {}) {
|
|
1391
|
+
return {
|
|
1392
|
+
"data": (n) => {
|
|
1393
|
+
itemFieldCompositeValuesDTO.data = n.getCollectionOfObjectValues(createItemFieldCompositeValueDTOFromDiscriminatorValue);
|
|
1394
|
+
}
|
|
1395
|
+
};
|
|
1396
|
+
}
|
|
1231
1397
|
function deserializeIntoItemFieldFileData(itemFieldFileData = {}) {
|
|
1232
1398
|
return {
|
|
1233
1399
|
"filename": (n) => {
|
|
@@ -1354,79 +1520,6 @@ function deserializeIntoItemFieldStringDTO(itemFieldStringDTO = {}) {
|
|
|
1354
1520
|
}
|
|
1355
1521
|
};
|
|
1356
1522
|
}
|
|
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
1523
|
function deserializeIntoItemLinkCreateDto(itemLinkCreateDto = {}) {
|
|
1431
1524
|
return {
|
|
1432
1525
|
"fromItemId": (n) => {
|
|
@@ -1782,6 +1875,19 @@ function deserializeIntoLowOrderQueryDTO(lowOrderQueryDTO = {}) {
|
|
|
1782
1875
|
}
|
|
1783
1876
|
};
|
|
1784
1877
|
}
|
|
1878
|
+
function deserializeIntoMatchingPathFromRootDTO(matchingPathFromRootDTO = {}) {
|
|
1879
|
+
return {
|
|
1880
|
+
"fieldKey": (n) => {
|
|
1881
|
+
matchingPathFromRootDTO.fieldKey = n.getStringValue();
|
|
1882
|
+
},
|
|
1883
|
+
"itemRowId": (n) => {
|
|
1884
|
+
matchingPathFromRootDTO.itemRowId = n.getStringValue();
|
|
1885
|
+
},
|
|
1886
|
+
"suggestionRowId": (n) => {
|
|
1887
|
+
matchingPathFromRootDTO.suggestionRowId = n.getStringValue();
|
|
1888
|
+
}
|
|
1889
|
+
};
|
|
1890
|
+
}
|
|
1785
1891
|
function deserializeIntoMatrixFieldDto(matrixFieldDto = {}) {
|
|
1786
1892
|
return {
|
|
1787
1893
|
"createdAt": (n) => {
|
|
@@ -1810,6 +1916,37 @@ function deserializeIntoMatrixFieldDto(matrixFieldDto = {}) {
|
|
|
1810
1916
|
}
|
|
1811
1917
|
};
|
|
1812
1918
|
}
|
|
1919
|
+
function deserializeIntoMeAccountDto(meAccountDto = {}) {
|
|
1920
|
+
return {
|
|
1921
|
+
"createdAt": (n) => {
|
|
1922
|
+
meAccountDto.createdAt = n.getStringValue();
|
|
1923
|
+
},
|
|
1924
|
+
"id": (n) => {
|
|
1925
|
+
meAccountDto.id = n.getStringValue();
|
|
1926
|
+
},
|
|
1927
|
+
"key": (n) => {
|
|
1928
|
+
meAccountDto.key = n.getStringValue();
|
|
1929
|
+
},
|
|
1930
|
+
"memberStatus": (n) => {
|
|
1931
|
+
meAccountDto.memberStatus = n.getEnumValue(MeAccountDto_memberStatusObject);
|
|
1932
|
+
},
|
|
1933
|
+
"name": (n) => {
|
|
1934
|
+
meAccountDto.name = n.getStringValue();
|
|
1935
|
+
},
|
|
1936
|
+
"object": (n) => {
|
|
1937
|
+
meAccountDto.object = n.getEnumValue(MeAccountDto_objectObject);
|
|
1938
|
+
},
|
|
1939
|
+
"role": (n) => {
|
|
1940
|
+
meAccountDto.role = n.getEnumValue(MeAccountDto_roleObject);
|
|
1941
|
+
},
|
|
1942
|
+
"updatedAt": (n) => {
|
|
1943
|
+
meAccountDto.updatedAt = n.getStringValue();
|
|
1944
|
+
}
|
|
1945
|
+
};
|
|
1946
|
+
}
|
|
1947
|
+
function deserializeIntoMeDto(meDto = {}) {
|
|
1948
|
+
return {};
|
|
1949
|
+
}
|
|
1813
1950
|
function deserializeIntoPartitionDto(partitionDto = {}) {
|
|
1814
1951
|
return {
|
|
1815
1952
|
"createdAt": (n) => {
|
|
@@ -1847,6 +1984,104 @@ function deserializeIntoPartitionDto(partitionDto = {}) {
|
|
|
1847
1984
|
}
|
|
1848
1985
|
};
|
|
1849
1986
|
}
|
|
1987
|
+
function deserializeIntoPartnerDto(partnerDto = {}) {
|
|
1988
|
+
return {
|
|
1989
|
+
"accountId": (n) => {
|
|
1990
|
+
partnerDto.accountId = n.getStringValue();
|
|
1991
|
+
},
|
|
1992
|
+
"createdAt": (n) => {
|
|
1993
|
+
partnerDto.createdAt = n.getStringValue();
|
|
1994
|
+
},
|
|
1995
|
+
"id": (n) => {
|
|
1996
|
+
partnerDto.id = n.getStringValue();
|
|
1997
|
+
},
|
|
1998
|
+
"object": (n) => {
|
|
1999
|
+
partnerDto.object = n.getEnumValue(PartnerDto_objectObject);
|
|
2000
|
+
},
|
|
2001
|
+
"status": (n) => {
|
|
2002
|
+
partnerDto.status = n.getEnumValue(PartnerDto_statusObject);
|
|
2003
|
+
},
|
|
2004
|
+
"updatedAt": (n) => {
|
|
2005
|
+
partnerDto.updatedAt = n.getStringValue();
|
|
2006
|
+
}
|
|
2007
|
+
};
|
|
2008
|
+
}
|
|
2009
|
+
function deserializeIntoPartnerGroupDto(partnerGroupDto = {}) {
|
|
2010
|
+
return {
|
|
2011
|
+
"accountId": (n) => {
|
|
2012
|
+
partnerGroupDto.accountId = n.getStringValue();
|
|
2013
|
+
},
|
|
2014
|
+
"createdAt": (n) => {
|
|
2015
|
+
partnerGroupDto.createdAt = n.getStringValue();
|
|
2016
|
+
},
|
|
2017
|
+
"description": (n) => {
|
|
2018
|
+
partnerGroupDto.description = n.getStringValue();
|
|
2019
|
+
},
|
|
2020
|
+
"id": (n) => {
|
|
2021
|
+
partnerGroupDto.id = n.getStringValue();
|
|
2022
|
+
},
|
|
2023
|
+
"members": (n) => {
|
|
2024
|
+
partnerGroupDto.members = n.getCollectionOfPrimitiveValues();
|
|
2025
|
+
},
|
|
2026
|
+
"object": (n) => {
|
|
2027
|
+
partnerGroupDto.object = n.getEnumValue(PartnerGroupDto_objectObject);
|
|
2028
|
+
},
|
|
2029
|
+
"title": (n) => {
|
|
2030
|
+
partnerGroupDto.title = n.getStringValue();
|
|
2031
|
+
},
|
|
2032
|
+
"updatedAt": (n) => {
|
|
2033
|
+
partnerGroupDto.updatedAt = n.getStringValue();
|
|
2034
|
+
}
|
|
2035
|
+
};
|
|
2036
|
+
}
|
|
2037
|
+
function deserializeIntoPartnerGroupMembersDto(partnerGroupMembersDto = {}) {
|
|
2038
|
+
return {
|
|
2039
|
+
"membersId": (n) => {
|
|
2040
|
+
partnerGroupMembersDto.membersId = n.getCollectionOfPrimitiveValues();
|
|
2041
|
+
}
|
|
2042
|
+
};
|
|
2043
|
+
}
|
|
2044
|
+
function deserializeIntoPartnerInvitationCreateDto(partnerInvitationCreateDto = {}) {
|
|
2045
|
+
return {
|
|
2046
|
+
"toAccountName": (n) => {
|
|
2047
|
+
partnerInvitationCreateDto.toAccountName = n.getStringValue();
|
|
2048
|
+
},
|
|
2049
|
+
"toUserEmail": (n) => {
|
|
2050
|
+
partnerInvitationCreateDto.toUserEmail = n.getStringValue();
|
|
2051
|
+
}
|
|
2052
|
+
};
|
|
2053
|
+
}
|
|
2054
|
+
function deserializeIntoPartnerInvitationDto(partnerInvitationDto = {}) {
|
|
2055
|
+
return {
|
|
2056
|
+
"accountId": (n) => {
|
|
2057
|
+
partnerInvitationDto.accountId = n.getStringValue();
|
|
2058
|
+
},
|
|
2059
|
+
"createdAt": (n) => {
|
|
2060
|
+
partnerInvitationDto.createdAt = n.getStringValue();
|
|
2061
|
+
},
|
|
2062
|
+
"fromUserId": (n) => {
|
|
2063
|
+
partnerInvitationDto.fromUserId = n.getStringValue();
|
|
2064
|
+
},
|
|
2065
|
+
"id": (n) => {
|
|
2066
|
+
partnerInvitationDto.id = n.getStringValue();
|
|
2067
|
+
},
|
|
2068
|
+
"object": (n) => {
|
|
2069
|
+
partnerInvitationDto.object = n.getEnumValue(PartnerInvitationDto_objectObject);
|
|
2070
|
+
},
|
|
2071
|
+
"status": (n) => {
|
|
2072
|
+
partnerInvitationDto.status = n.getEnumValue(PartnerInvitationDto_statusObject);
|
|
2073
|
+
},
|
|
2074
|
+
"toAccountName": (n) => {
|
|
2075
|
+
partnerInvitationDto.toAccountName = n.getStringValue();
|
|
2076
|
+
},
|
|
2077
|
+
"toUserEmail": (n) => {
|
|
2078
|
+
partnerInvitationDto.toUserEmail = n.getStringValue();
|
|
2079
|
+
},
|
|
2080
|
+
"updatedAt": (n) => {
|
|
2081
|
+
partnerInvitationDto.updatedAt = n.getStringValue();
|
|
2082
|
+
}
|
|
2083
|
+
};
|
|
2084
|
+
}
|
|
1850
2085
|
function deserializeIntoPatchPublicationDto(patchPublicationDto = {}) {
|
|
1851
2086
|
return {
|
|
1852
2087
|
"status": (n) => {
|
|
@@ -1870,6 +2105,16 @@ function deserializeIntoPatchTaskExecutionDto(patchTaskExecutionDto = {}) {
|
|
|
1870
2105
|
}
|
|
1871
2106
|
};
|
|
1872
2107
|
}
|
|
2108
|
+
function deserializeIntoPathFromRootDTO(pathFromRootDTO = {}) {
|
|
2109
|
+
return {
|
|
2110
|
+
"fieldKey": (n) => {
|
|
2111
|
+
pathFromRootDTO.fieldKey = n.getStringValue();
|
|
2112
|
+
},
|
|
2113
|
+
"id": (n) => {
|
|
2114
|
+
pathFromRootDTO.id = n.getStringValue();
|
|
2115
|
+
}
|
|
2116
|
+
};
|
|
2117
|
+
}
|
|
1873
2118
|
function deserializeIntoPipelineDto(pipelineDto = {}) {
|
|
1874
2119
|
return {
|
|
1875
2120
|
"createdAt": (n) => {
|
|
@@ -1980,6 +2225,61 @@ function deserializeIntoPublicationDto_fields(publicationDto_fields = {}) {
|
|
|
1980
2225
|
...deserializeIntoItemFieldStringDTO(publicationDto_fields)
|
|
1981
2226
|
};
|
|
1982
2227
|
}
|
|
2228
|
+
function deserializeIntoRecommendedCompositeExistingItemRowDTO(recommendedCompositeExistingItemRowDTO = {}) {
|
|
2229
|
+
return {
|
|
2230
|
+
"compositeFieldKey": (n) => {
|
|
2231
|
+
recommendedCompositeExistingItemRowDTO.compositeFieldKey = n.getStringValue();
|
|
2232
|
+
},
|
|
2233
|
+
"itemRowId": (n) => {
|
|
2234
|
+
recommendedCompositeExistingItemRowDTO.itemRowId = n.getStringValue();
|
|
2235
|
+
},
|
|
2236
|
+
"strategyUsed": (n) => {
|
|
2237
|
+
recommendedCompositeExistingItemRowDTO.strategyUsed = n.getObjectValue(createRecommendedCompositeRowStrategyDTOFromDiscriminatorValue);
|
|
2238
|
+
},
|
|
2239
|
+
"suggestionRowId": (n) => {
|
|
2240
|
+
recommendedCompositeExistingItemRowDTO.suggestionRowId = n.getStringValue();
|
|
2241
|
+
},
|
|
2242
|
+
"type": (n) => {
|
|
2243
|
+
recommendedCompositeExistingItemRowDTO.type = n.getEnumValue(RecommendedCompositeExistingItemRowDTO_typeObject);
|
|
2244
|
+
}
|
|
2245
|
+
};
|
|
2246
|
+
}
|
|
2247
|
+
function deserializeIntoRecommendedCompositeNewItemRowDTO(recommendedCompositeNewItemRowDTO = {}) {
|
|
2248
|
+
return {
|
|
2249
|
+
"compositeFieldKey": (n) => {
|
|
2250
|
+
recommendedCompositeNewItemRowDTO.compositeFieldKey = n.getStringValue();
|
|
2251
|
+
},
|
|
2252
|
+
"pathFromRoot": (n) => {
|
|
2253
|
+
recommendedCompositeNewItemRowDTO.pathFromRoot = n.getCollectionOfObjectValues(createMatchingPathFromRootDTOFromDiscriminatorValue);
|
|
2254
|
+
},
|
|
2255
|
+
"suggestionRowId": (n) => {
|
|
2256
|
+
recommendedCompositeNewItemRowDTO.suggestionRowId = n.getStringValue();
|
|
2257
|
+
},
|
|
2258
|
+
"type": (n) => {
|
|
2259
|
+
recommendedCompositeNewItemRowDTO.type = n.getEnumValue(RecommendedCompositeNewItemRowDTO_typeObject);
|
|
2260
|
+
}
|
|
2261
|
+
};
|
|
2262
|
+
}
|
|
2263
|
+
function deserializeIntoRecommendedCompositeRowsDTO(recommendedCompositeRowsDTO = {}) {
|
|
2264
|
+
return {
|
|
2265
|
+
"existingItemRows": (n) => {
|
|
2266
|
+
recommendedCompositeRowsDTO.existingItemRows = n.getCollectionOfObjectValues(createRecommendedCompositeExistingItemRowDTOFromDiscriminatorValue);
|
|
2267
|
+
},
|
|
2268
|
+
"newItemRows": (n) => {
|
|
2269
|
+
recommendedCompositeRowsDTO.newItemRows = n.getCollectionOfObjectValues(createRecommendedCompositeNewItemRowDTOFromDiscriminatorValue);
|
|
2270
|
+
}
|
|
2271
|
+
};
|
|
2272
|
+
}
|
|
2273
|
+
function deserializeIntoRecommendedCompositeRowStrategyDTO(recommendedCompositeRowStrategyDTO = {}) {
|
|
2274
|
+
return {
|
|
2275
|
+
"priority": (n) => {
|
|
2276
|
+
recommendedCompositeRowStrategyDTO.priority = n.getNumberValue();
|
|
2277
|
+
},
|
|
2278
|
+
"type": (n) => {
|
|
2279
|
+
recommendedCompositeRowStrategyDTO.type = n.getEnumValue(RecommendedCompositeRowStrategyDTO_typeObject);
|
|
2280
|
+
}
|
|
2281
|
+
};
|
|
2282
|
+
}
|
|
1983
2283
|
function deserializeIntoScreenColumnDto(screenColumnDto = {}) {
|
|
1984
2284
|
return {
|
|
1985
2285
|
"createdAt": (n) => {
|
|
@@ -1997,6 +2297,9 @@ function deserializeIntoScreenColumnDto(screenColumnDto = {}) {
|
|
|
1997
2297
|
"isFixed": (n) => {
|
|
1998
2298
|
screenColumnDto.isFixed = n.getBooleanValue();
|
|
1999
2299
|
},
|
|
2300
|
+
"isLinesReadOnly": (n) => {
|
|
2301
|
+
screenColumnDto.isLinesReadOnly = n.getBooleanValue();
|
|
2302
|
+
},
|
|
2000
2303
|
"isReadOnly": (n) => {
|
|
2001
2304
|
screenColumnDto.isReadOnly = n.getBooleanValue();
|
|
2002
2305
|
},
|
|
@@ -2128,6 +2431,19 @@ function deserializeIntoSectionDto(sectionDto = {}) {
|
|
|
2128
2431
|
function deserializeIntoSectionDto_metadata(sectionDto_metadata = {}) {
|
|
2129
2432
|
return {};
|
|
2130
2433
|
}
|
|
2434
|
+
function deserializeIntoSuggestionDeletedCompositeRowDTO(suggestionDeletedCompositeRowDTO = {}) {
|
|
2435
|
+
return {
|
|
2436
|
+
"fieldKey": (n) => {
|
|
2437
|
+
suggestionDeletedCompositeRowDTO.fieldKey = n.getStringValue();
|
|
2438
|
+
},
|
|
2439
|
+
"pathFromRoot": (n) => {
|
|
2440
|
+
suggestionDeletedCompositeRowDTO.pathFromRoot = n.getCollectionOfObjectValues(createPathFromRootDTOFromDiscriminatorValue);
|
|
2441
|
+
},
|
|
2442
|
+
"row": (n) => {
|
|
2443
|
+
suggestionDeletedCompositeRowDTO.row = n.getObjectValue(createItemFieldCompositeValueDTOFromDiscriminatorValue);
|
|
2444
|
+
}
|
|
2445
|
+
};
|
|
2446
|
+
}
|
|
2131
2447
|
function deserializeIntoSuggestionDeletedFieldDTO(suggestionDeletedFieldDTO = {}) {
|
|
2132
2448
|
return {
|
|
2133
2449
|
"key": (n) => {
|
|
@@ -2143,6 +2459,9 @@ function deserializeIntoSuggestionDto(suggestionDto = {}) {
|
|
|
2143
2459
|
"createdAt": (n) => {
|
|
2144
2460
|
suggestionDto.createdAt = n.getStringValue();
|
|
2145
2461
|
},
|
|
2462
|
+
"deletedCompositeRows": (n) => {
|
|
2463
|
+
suggestionDto.deletedCompositeRows = n.getCollectionOfObjectValues(createSuggestionDeletedCompositeRowDTOFromDiscriminatorValue);
|
|
2464
|
+
},
|
|
2146
2465
|
"deletedFields": (n) => {
|
|
2147
2466
|
suggestionDto.deletedFields = n.getCollectionOfObjectValues(createSuggestionDeletedFieldDTOFromDiscriminatorValue);
|
|
2148
2467
|
},
|
|
@@ -2170,6 +2489,9 @@ function deserializeIntoSuggestionDto(suggestionDto = {}) {
|
|
|
2170
2489
|
"object": (n) => {
|
|
2171
2490
|
suggestionDto.object = n.getEnumValue(SuggestionDto_objectObject);
|
|
2172
2491
|
},
|
|
2492
|
+
"recommendedCompositeRows": (n) => {
|
|
2493
|
+
suggestionDto.recommendedCompositeRows = n.getObjectValue(createRecommendedCompositeRowsDTOFromDiscriminatorValue);
|
|
2494
|
+
},
|
|
2173
2495
|
"screenId": (n) => {
|
|
2174
2496
|
suggestionDto.screenId = n.getStringValue();
|
|
2175
2497
|
},
|
|
@@ -2368,13 +2690,23 @@ function deserializeIntoUpdateJobDto(updateJobDto = {}) {
|
|
|
2368
2690
|
function deserializeIntoUpdateJobDto_output(updateJobDto_output = {}) {
|
|
2369
2691
|
return {};
|
|
2370
2692
|
}
|
|
2371
|
-
function
|
|
2693
|
+
function deserializeIntoUpdatePartnerGroupDto(updatePartnerGroupDto = {}) {
|
|
2372
2694
|
return {
|
|
2373
|
-
"
|
|
2374
|
-
|
|
2695
|
+
"description": (n) => {
|
|
2696
|
+
updatePartnerGroupDto.description = n.getStringValue();
|
|
2375
2697
|
},
|
|
2376
|
-
"
|
|
2377
|
-
|
|
2698
|
+
"title": (n) => {
|
|
2699
|
+
updatePartnerGroupDto.title = n.getStringValue();
|
|
2700
|
+
}
|
|
2701
|
+
};
|
|
2702
|
+
}
|
|
2703
|
+
function deserializeIntoUpdateTaskDto(updateTaskDto = {}) {
|
|
2704
|
+
return {
|
|
2705
|
+
"backoffScaleFactor": (n) => {
|
|
2706
|
+
updateTaskDto.backoffScaleFactor = n.getNumberValue();
|
|
2707
|
+
},
|
|
2708
|
+
"concurrentExecLimit": (n) => {
|
|
2709
|
+
updateTaskDto.concurrentExecLimit = n.getNumberValue();
|
|
2378
2710
|
},
|
|
2379
2711
|
"description": (n) => {
|
|
2380
2712
|
updateTaskDto.description = n.getStringValue();
|
|
@@ -2454,12 +2786,18 @@ function deserializeIntoUserDto(userDto = {}) {
|
|
|
2454
2786
|
"email": (n) => {
|
|
2455
2787
|
userDto.email = n.getStringValue();
|
|
2456
2788
|
},
|
|
2789
|
+
"firstActivityAt": (n) => {
|
|
2790
|
+
userDto.firstActivityAt = n.getStringValue();
|
|
2791
|
+
},
|
|
2457
2792
|
"firstName": (n) => {
|
|
2458
2793
|
userDto.firstName = n.getStringValue();
|
|
2459
2794
|
},
|
|
2460
2795
|
"id": (n) => {
|
|
2461
2796
|
userDto.id = n.getStringValue();
|
|
2462
2797
|
},
|
|
2798
|
+
"lastActivityAt": (n) => {
|
|
2799
|
+
userDto.lastActivityAt = n.getStringValue();
|
|
2800
|
+
},
|
|
2463
2801
|
"lastName": (n) => {
|
|
2464
2802
|
userDto.lastName = n.getStringValue();
|
|
2465
2803
|
},
|
|
@@ -2540,6 +2878,9 @@ function deserializeIntoVariableDto(variableDto = {}) {
|
|
|
2540
2878
|
},
|
|
2541
2879
|
"value": (n) => {
|
|
2542
2880
|
variableDto.value = n.getStringValue();
|
|
2881
|
+
},
|
|
2882
|
+
"version": (n) => {
|
|
2883
|
+
variableDto.version = n.getStringValue();
|
|
2543
2884
|
}
|
|
2544
2885
|
};
|
|
2545
2886
|
}
|
|
@@ -2554,17 +2895,15 @@ function serializeAccountDto(writer, accountDto = {}) {
|
|
|
2554
2895
|
writer.writeAdditionalData(accountDto.additionalData);
|
|
2555
2896
|
}
|
|
2556
2897
|
}
|
|
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);
|
|
2898
|
+
function serializeApplySuggestionOnCompositeDto(writer, applySuggestionOnCompositeDto = {}) {
|
|
2899
|
+
if (applySuggestionOnCompositeDto) {
|
|
2900
|
+
writer.writeStringValue("compositeFieldKey", applySuggestionOnCompositeDto.compositeFieldKey);
|
|
2901
|
+
writer.writeCollectionOfObjectValues("compositeFields", applySuggestionOnCompositeDto.compositeFields, serializeApplySuggestionOnCompositeDto);
|
|
2902
|
+
writer.writeCollectionOfPrimitiveValues("fieldsKey", applySuggestionOnCompositeDto.fieldsKey);
|
|
2903
|
+
writer.writeStringValue("fromSuggestionRowId", applySuggestionOnCompositeDto.fromSuggestionRowId);
|
|
2904
|
+
writer.writeStringValue("toItemRowId", applySuggestionOnCompositeDto.toItemRowId);
|
|
2905
|
+
writer.writeEnumValue("type", applySuggestionOnCompositeDto.type);
|
|
2906
|
+
writer.writeAdditionalData(applySuggestionOnCompositeDto.additionalData);
|
|
2568
2907
|
}
|
|
2569
2908
|
}
|
|
2570
2909
|
function serializeAuditLogDto(writer, auditLogDto = {}) {
|
|
@@ -2646,6 +2985,24 @@ function serializeCommentThreadUpdateDto(writer, commentThreadUpdateDto = {}) {
|
|
|
2646
2985
|
writer.writeAdditionalData(commentThreadUpdateDto.additionalData);
|
|
2647
2986
|
}
|
|
2648
2987
|
}
|
|
2988
|
+
function serializeCompositeCollectStrategyDto(writer, compositeCollectStrategyDto = {}) {
|
|
2989
|
+
if (compositeCollectStrategyDto) {
|
|
2990
|
+
writer.writeCollectionOfPrimitiveValues("fieldsKey", compositeCollectStrategyDto.fieldsKey);
|
|
2991
|
+
writer.writeNumberValue("priority", compositeCollectStrategyDto.priority);
|
|
2992
|
+
writer.writeEnumValue("type", compositeCollectStrategyDto.type);
|
|
2993
|
+
writer.writeAdditionalData(compositeCollectStrategyDto.additionalData);
|
|
2994
|
+
}
|
|
2995
|
+
}
|
|
2996
|
+
function serializeCreateDataFactoryLogDto(writer, createDataFactoryLogDto = {}) {
|
|
2997
|
+
if (createDataFactoryLogDto) {
|
|
2998
|
+
writer.writeStringValue("emitterName", createDataFactoryLogDto.emitterName);
|
|
2999
|
+
writer.writeStringValue("eventCorrelationId", createDataFactoryLogDto.eventCorrelationId);
|
|
3000
|
+
writer.writeStringValue("message", createDataFactoryLogDto.message);
|
|
3001
|
+
writer.writeEnumValue("messageType", createDataFactoryLogDto.messageType);
|
|
3002
|
+
writer.writeEnumValue("severity", createDataFactoryLogDto.severity);
|
|
3003
|
+
writer.writeAdditionalData(createDataFactoryLogDto.additionalData);
|
|
3004
|
+
}
|
|
3005
|
+
}
|
|
2649
3006
|
function serializeCreateJobDto(writer, createJobDto = {}) {
|
|
2650
3007
|
if (createJobDto) {
|
|
2651
3008
|
writer.writeStringValue("description", createJobDto.description);
|
|
@@ -2681,6 +3038,13 @@ function serializeCreateJobExecutionDto_input(writer, createJobExecutionDto_inpu
|
|
|
2681
3038
|
writer.writeAdditionalData(createJobExecutionDto_input.additionalData);
|
|
2682
3039
|
}
|
|
2683
3040
|
}
|
|
3041
|
+
function serializeCreatePartnerGroupDto(writer, createPartnerGroupDto = {}) {
|
|
3042
|
+
if (createPartnerGroupDto) {
|
|
3043
|
+
writer.writeStringValue("description", createPartnerGroupDto.description);
|
|
3044
|
+
writer.writeStringValue("title", createPartnerGroupDto.title);
|
|
3045
|
+
writer.writeAdditionalData(createPartnerGroupDto.additionalData);
|
|
3046
|
+
}
|
|
3047
|
+
}
|
|
2684
3048
|
function serializeCreateProjectDto(writer, createProjectDto = {}) {
|
|
2685
3049
|
if (createProjectDto) {
|
|
2686
3050
|
writer.writeStringValue("displayName", createProjectDto.displayName);
|
|
@@ -2731,6 +3095,24 @@ function serializeCreateVariableDto(writer, createVariableDto = {}) {
|
|
|
2731
3095
|
writer.writeAdditionalData(createVariableDto.additionalData);
|
|
2732
3096
|
}
|
|
2733
3097
|
}
|
|
3098
|
+
function serializeDataFactoryLogDto(writer, dataFactoryLogDto = {}) {
|
|
3099
|
+
if (dataFactoryLogDto) {
|
|
3100
|
+
writer.writeStringValue("accountId", dataFactoryLogDto.accountId);
|
|
3101
|
+
writer.writeStringValue("cid", dataFactoryLogDto.cid);
|
|
3102
|
+
writer.writeStringValue("code", dataFactoryLogDto.code);
|
|
3103
|
+
writer.writeStringValue("createdAt", dataFactoryLogDto.createdAt);
|
|
3104
|
+
writer.writeStringValue("emitterName", dataFactoryLogDto.emitterName);
|
|
3105
|
+
writer.writeStringValue("eventCorrelationId", dataFactoryLogDto.eventCorrelationId);
|
|
3106
|
+
writer.writeStringValue("id", dataFactoryLogDto.id);
|
|
3107
|
+
writer.writeStringValue("jobId", dataFactoryLogDto.jobId);
|
|
3108
|
+
writer.writeStringValue("jobInstanceId", dataFactoryLogDto.jobInstanceId);
|
|
3109
|
+
writer.writeStringValue("message", dataFactoryLogDto.message);
|
|
3110
|
+
writer.writeEnumValue("messageType", dataFactoryLogDto.messageType);
|
|
3111
|
+
writer.writeEnumValue("object", dataFactoryLogDto.object);
|
|
3112
|
+
writer.writeStringValue("severity", dataFactoryLogDto.severity);
|
|
3113
|
+
writer.writeAdditionalData(dataFactoryLogDto.additionalData);
|
|
3114
|
+
}
|
|
3115
|
+
}
|
|
2734
3116
|
function serializeDisplayInfoDto(writer, displayInfoDto = {}) {
|
|
2735
3117
|
if (displayInfoDto) {
|
|
2736
3118
|
writer.writeNumberValue("precision", displayInfoDto.precision);
|
|
@@ -2741,11 +3123,13 @@ function serializeDisplayInfoDto(writer, displayInfoDto = {}) {
|
|
|
2741
3123
|
}
|
|
2742
3124
|
function serializeFieldDto(writer, fieldDto = {}) {
|
|
2743
3125
|
if (fieldDto) {
|
|
3126
|
+
writer.writeCollectionOfObjectValues("compositeCollectStrategies", fieldDto.compositeCollectStrategies, serializeCompositeCollectStrategyDto);
|
|
2744
3127
|
writer.writeStringValue("createdAt", fieldDto.createdAt);
|
|
2745
3128
|
writer.writeStringValue("description", fieldDto.description);
|
|
2746
3129
|
writer.writeObjectValue("descriptionLocal", fieldDto.descriptionLocal, serializeLocalizedStringDto);
|
|
2747
3130
|
writer.writeObjectValue("displayInfo", fieldDto.displayInfo, serializeDisplayInfoDto);
|
|
2748
3131
|
writer.writeStringValue("id", fieldDto.id);
|
|
3132
|
+
writer.writeBooleanValue("isUnique", fieldDto.isUnique);
|
|
2749
3133
|
writer.writeStringValue("key", fieldDto.key);
|
|
2750
3134
|
writer.writeStringValue("levelId", fieldDto.levelId);
|
|
2751
3135
|
writer.writeObjectValue("metadata", fieldDto.metadata, serializeFieldDto_metadata);
|
|
@@ -3038,14 +3422,17 @@ function serializeItemFieldCfValueDTO(writer, itemFieldCfValueDTO = {}) {
|
|
|
3038
3422
|
function serializeItemFieldCompositeDTO(writer, itemFieldCompositeDTO = {}) {
|
|
3039
3423
|
if (itemFieldCompositeDTO) {
|
|
3040
3424
|
writer.writeStringValue("key", itemFieldCompositeDTO.key);
|
|
3425
|
+
writer.writeBooleanValue("multiValued", itemFieldCompositeDTO.multiValued);
|
|
3041
3426
|
writer.writeEnumValue("type", itemFieldCompositeDTO.type);
|
|
3042
|
-
writer.writeObjectValue("value", itemFieldCompositeDTO.value,
|
|
3427
|
+
writer.writeObjectValue("value", itemFieldCompositeDTO.value, serializeItemFieldCompositeValuesDTO);
|
|
3043
3428
|
writer.writeAdditionalData(itemFieldCompositeDTO.additionalData);
|
|
3044
3429
|
}
|
|
3045
3430
|
}
|
|
3046
3431
|
function serializeItemFieldCompositeValueDTO(writer, itemFieldCompositeValueDTO = {}) {
|
|
3047
3432
|
if (itemFieldCompositeValueDTO) {
|
|
3048
3433
|
writer.writeCollectionOfObjectValues("data", itemFieldCompositeValueDTO.data, serializeItemFieldCompositeValueDTO_data);
|
|
3434
|
+
writer.writeStringValue("id", itemFieldCompositeValueDTO.id);
|
|
3435
|
+
writer.writeNumberValue("position", itemFieldCompositeValueDTO.position);
|
|
3049
3436
|
writer.writeAdditionalData(itemFieldCompositeValueDTO.additionalData);
|
|
3050
3437
|
}
|
|
3051
3438
|
}
|
|
@@ -3102,6 +3489,12 @@ function serializeItemFieldCompositeValueDTO_data(writer, itemFieldCompositeValu
|
|
|
3102
3489
|
break;
|
|
3103
3490
|
}
|
|
3104
3491
|
}
|
|
3492
|
+
function serializeItemFieldCompositeValuesDTO(writer, itemFieldCompositeValuesDTO = {}) {
|
|
3493
|
+
if (itemFieldCompositeValuesDTO) {
|
|
3494
|
+
writer.writeCollectionOfObjectValues("data", itemFieldCompositeValuesDTO.data, serializeItemFieldCompositeValueDTO);
|
|
3495
|
+
writer.writeAdditionalData(itemFieldCompositeValuesDTO.additionalData);
|
|
3496
|
+
}
|
|
3497
|
+
}
|
|
3105
3498
|
function serializeItemFieldFileData(writer, itemFieldFileData = {}) {
|
|
3106
3499
|
if (itemFieldFileData) {
|
|
3107
3500
|
writer.writeStringValue("filename", itemFieldFileData.filename);
|
|
@@ -3188,34 +3581,6 @@ function serializeItemFieldStringDTO(writer, itemFieldStringDTO = {}) {
|
|
|
3188
3581
|
writer.writeAdditionalData(itemFieldStringDTO.additionalData);
|
|
3189
3582
|
}
|
|
3190
3583
|
}
|
|
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
3584
|
function serializeItemLinkCreateDto(writer, itemLinkCreateDto = {}) {
|
|
3220
3585
|
if (itemLinkCreateDto) {
|
|
3221
3586
|
writer.writeStringValue("fromItemId", itemLinkCreateDto.fromItemId);
|
|
@@ -3398,6 +3763,14 @@ function serializeLowOrderQueryDTO(writer, lowOrderQueryDTO = {}) {
|
|
|
3398
3763
|
writer.writeAdditionalData(lowOrderQueryDTO.additionalData);
|
|
3399
3764
|
}
|
|
3400
3765
|
}
|
|
3766
|
+
function serializeMatchingPathFromRootDTO(writer, matchingPathFromRootDTO = {}) {
|
|
3767
|
+
if (matchingPathFromRootDTO) {
|
|
3768
|
+
writer.writeStringValue("fieldKey", matchingPathFromRootDTO.fieldKey);
|
|
3769
|
+
writer.writeStringValue("itemRowId", matchingPathFromRootDTO.itemRowId);
|
|
3770
|
+
writer.writeStringValue("suggestionRowId", matchingPathFromRootDTO.suggestionRowId);
|
|
3771
|
+
writer.writeAdditionalData(matchingPathFromRootDTO.additionalData);
|
|
3772
|
+
}
|
|
3773
|
+
}
|
|
3401
3774
|
function serializeMatrixFieldDto(writer, matrixFieldDto = {}) {
|
|
3402
3775
|
if (matrixFieldDto) {
|
|
3403
3776
|
writer.writeStringValue("createdAt", matrixFieldDto.createdAt);
|
|
@@ -3411,6 +3784,24 @@ function serializeMatrixFieldDto(writer, matrixFieldDto = {}) {
|
|
|
3411
3784
|
writer.writeAdditionalData(matrixFieldDto.additionalData);
|
|
3412
3785
|
}
|
|
3413
3786
|
}
|
|
3787
|
+
function serializeMeAccountDto(writer, meAccountDto = {}) {
|
|
3788
|
+
if (meAccountDto) {
|
|
3789
|
+
writer.writeStringValue("createdAt", meAccountDto.createdAt);
|
|
3790
|
+
writer.writeStringValue("id", meAccountDto.id);
|
|
3791
|
+
writer.writeStringValue("key", meAccountDto.key);
|
|
3792
|
+
writer.writeEnumValue("memberStatus", meAccountDto.memberStatus);
|
|
3793
|
+
writer.writeStringValue("name", meAccountDto.name);
|
|
3794
|
+
writer.writeEnumValue("object", meAccountDto.object);
|
|
3795
|
+
writer.writeEnumValue("role", meAccountDto.role);
|
|
3796
|
+
writer.writeStringValue("updatedAt", meAccountDto.updatedAt);
|
|
3797
|
+
writer.writeAdditionalData(meAccountDto.additionalData);
|
|
3798
|
+
}
|
|
3799
|
+
}
|
|
3800
|
+
function serializeMeDto(writer, meDto = {}) {
|
|
3801
|
+
if (meDto) {
|
|
3802
|
+
writer.writeAdditionalData(meDto.additionalData);
|
|
3803
|
+
}
|
|
3804
|
+
}
|
|
3414
3805
|
function serializePartitionDto(writer, partitionDto = {}) {
|
|
3415
3806
|
if (partitionDto) {
|
|
3416
3807
|
writer.writeStringValue("createdAt", partitionDto.createdAt);
|
|
@@ -3427,6 +3818,57 @@ function serializePartitionDto(writer, partitionDto = {}) {
|
|
|
3427
3818
|
writer.writeAdditionalData(partitionDto.additionalData);
|
|
3428
3819
|
}
|
|
3429
3820
|
}
|
|
3821
|
+
function serializePartnerDto(writer, partnerDto = {}) {
|
|
3822
|
+
if (partnerDto) {
|
|
3823
|
+
writer.writeStringValue("accountId", partnerDto.accountId);
|
|
3824
|
+
writer.writeStringValue("createdAt", partnerDto.createdAt);
|
|
3825
|
+
writer.writeStringValue("id", partnerDto.id);
|
|
3826
|
+
writer.writeEnumValue("object", partnerDto.object);
|
|
3827
|
+
writer.writeEnumValue("status", partnerDto.status);
|
|
3828
|
+
writer.writeStringValue("updatedAt", partnerDto.updatedAt);
|
|
3829
|
+
writer.writeAdditionalData(partnerDto.additionalData);
|
|
3830
|
+
}
|
|
3831
|
+
}
|
|
3832
|
+
function serializePartnerGroupDto(writer, partnerGroupDto = {}) {
|
|
3833
|
+
if (partnerGroupDto) {
|
|
3834
|
+
writer.writeStringValue("accountId", partnerGroupDto.accountId);
|
|
3835
|
+
writer.writeStringValue("createdAt", partnerGroupDto.createdAt);
|
|
3836
|
+
writer.writeStringValue("description", partnerGroupDto.description);
|
|
3837
|
+
writer.writeStringValue("id", partnerGroupDto.id);
|
|
3838
|
+
writer.writeCollectionOfPrimitiveValues("members", partnerGroupDto.members);
|
|
3839
|
+
writer.writeEnumValue("object", partnerGroupDto.object);
|
|
3840
|
+
writer.writeStringValue("title", partnerGroupDto.title);
|
|
3841
|
+
writer.writeStringValue("updatedAt", partnerGroupDto.updatedAt);
|
|
3842
|
+
writer.writeAdditionalData(partnerGroupDto.additionalData);
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
function serializePartnerGroupMembersDto(writer, partnerGroupMembersDto = {}) {
|
|
3846
|
+
if (partnerGroupMembersDto) {
|
|
3847
|
+
writer.writeCollectionOfPrimitiveValues("membersId", partnerGroupMembersDto.membersId);
|
|
3848
|
+
writer.writeAdditionalData(partnerGroupMembersDto.additionalData);
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
function serializePartnerInvitationCreateDto(writer, partnerInvitationCreateDto = {}) {
|
|
3852
|
+
if (partnerInvitationCreateDto) {
|
|
3853
|
+
writer.writeStringValue("toAccountName", partnerInvitationCreateDto.toAccountName);
|
|
3854
|
+
writer.writeStringValue("toUserEmail", partnerInvitationCreateDto.toUserEmail);
|
|
3855
|
+
writer.writeAdditionalData(partnerInvitationCreateDto.additionalData);
|
|
3856
|
+
}
|
|
3857
|
+
}
|
|
3858
|
+
function serializePartnerInvitationDto(writer, partnerInvitationDto = {}) {
|
|
3859
|
+
if (partnerInvitationDto) {
|
|
3860
|
+
writer.writeStringValue("accountId", partnerInvitationDto.accountId);
|
|
3861
|
+
writer.writeStringValue("createdAt", partnerInvitationDto.createdAt);
|
|
3862
|
+
writer.writeStringValue("fromUserId", partnerInvitationDto.fromUserId);
|
|
3863
|
+
writer.writeStringValue("id", partnerInvitationDto.id);
|
|
3864
|
+
writer.writeEnumValue("object", partnerInvitationDto.object);
|
|
3865
|
+
writer.writeEnumValue("status", partnerInvitationDto.status);
|
|
3866
|
+
writer.writeStringValue("toAccountName", partnerInvitationDto.toAccountName);
|
|
3867
|
+
writer.writeStringValue("toUserEmail", partnerInvitationDto.toUserEmail);
|
|
3868
|
+
writer.writeStringValue("updatedAt", partnerInvitationDto.updatedAt);
|
|
3869
|
+
writer.writeAdditionalData(partnerInvitationDto.additionalData);
|
|
3870
|
+
}
|
|
3871
|
+
}
|
|
3430
3872
|
function serializePatchPublicationDto(writer, patchPublicationDto = {}) {
|
|
3431
3873
|
if (patchPublicationDto) {
|
|
3432
3874
|
writer.writeEnumValue("status", patchPublicationDto.status);
|
|
@@ -3442,6 +3884,13 @@ function serializePatchTaskExecutionDto(writer, patchTaskExecutionDto = {}) {
|
|
|
3442
3884
|
writer.writeAdditionalData(patchTaskExecutionDto.additionalData);
|
|
3443
3885
|
}
|
|
3444
3886
|
}
|
|
3887
|
+
function serializePathFromRootDTO(writer, pathFromRootDTO = {}) {
|
|
3888
|
+
if (pathFromRootDTO) {
|
|
3889
|
+
writer.writeStringValue("fieldKey", pathFromRootDTO.fieldKey);
|
|
3890
|
+
writer.writeStringValue("id", pathFromRootDTO.id);
|
|
3891
|
+
writer.writeAdditionalData(pathFromRootDTO.additionalData);
|
|
3892
|
+
}
|
|
3893
|
+
}
|
|
3445
3894
|
function serializePipelineDto(writer, pipelineDto = {}) {
|
|
3446
3895
|
if (pipelineDto) {
|
|
3447
3896
|
writer.writeStringValue("createdAt", pipelineDto.createdAt);
|
|
@@ -3542,6 +3991,39 @@ function serializePublicationDto_fields(writer, publicationDto_fields = {}) {
|
|
|
3542
3991
|
break;
|
|
3543
3992
|
}
|
|
3544
3993
|
}
|
|
3994
|
+
function serializeRecommendedCompositeExistingItemRowDTO(writer, recommendedCompositeExistingItemRowDTO = {}) {
|
|
3995
|
+
if (recommendedCompositeExistingItemRowDTO) {
|
|
3996
|
+
writer.writeStringValue("compositeFieldKey", recommendedCompositeExistingItemRowDTO.compositeFieldKey);
|
|
3997
|
+
writer.writeStringValue("itemRowId", recommendedCompositeExistingItemRowDTO.itemRowId);
|
|
3998
|
+
writer.writeObjectValue("strategyUsed", recommendedCompositeExistingItemRowDTO.strategyUsed, serializeRecommendedCompositeRowStrategyDTO);
|
|
3999
|
+
writer.writeStringValue("suggestionRowId", recommendedCompositeExistingItemRowDTO.suggestionRowId);
|
|
4000
|
+
writer.writeEnumValue("type", recommendedCompositeExistingItemRowDTO.type);
|
|
4001
|
+
writer.writeAdditionalData(recommendedCompositeExistingItemRowDTO.additionalData);
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
function serializeRecommendedCompositeNewItemRowDTO(writer, recommendedCompositeNewItemRowDTO = {}) {
|
|
4005
|
+
if (recommendedCompositeNewItemRowDTO) {
|
|
4006
|
+
writer.writeStringValue("compositeFieldKey", recommendedCompositeNewItemRowDTO.compositeFieldKey);
|
|
4007
|
+
writer.writeCollectionOfObjectValues("pathFromRoot", recommendedCompositeNewItemRowDTO.pathFromRoot, serializeMatchingPathFromRootDTO);
|
|
4008
|
+
writer.writeStringValue("suggestionRowId", recommendedCompositeNewItemRowDTO.suggestionRowId);
|
|
4009
|
+
writer.writeEnumValue("type", recommendedCompositeNewItemRowDTO.type);
|
|
4010
|
+
writer.writeAdditionalData(recommendedCompositeNewItemRowDTO.additionalData);
|
|
4011
|
+
}
|
|
4012
|
+
}
|
|
4013
|
+
function serializeRecommendedCompositeRowsDTO(writer, recommendedCompositeRowsDTO = {}) {
|
|
4014
|
+
if (recommendedCompositeRowsDTO) {
|
|
4015
|
+
writer.writeCollectionOfObjectValues("existingItemRows", recommendedCompositeRowsDTO.existingItemRows, serializeRecommendedCompositeExistingItemRowDTO);
|
|
4016
|
+
writer.writeCollectionOfObjectValues("newItemRows", recommendedCompositeRowsDTO.newItemRows, serializeRecommendedCompositeNewItemRowDTO);
|
|
4017
|
+
writer.writeAdditionalData(recommendedCompositeRowsDTO.additionalData);
|
|
4018
|
+
}
|
|
4019
|
+
}
|
|
4020
|
+
function serializeRecommendedCompositeRowStrategyDTO(writer, recommendedCompositeRowStrategyDTO = {}) {
|
|
4021
|
+
if (recommendedCompositeRowStrategyDTO) {
|
|
4022
|
+
writer.writeNumberValue("priority", recommendedCompositeRowStrategyDTO.priority);
|
|
4023
|
+
writer.writeEnumValue("type", recommendedCompositeRowStrategyDTO.type);
|
|
4024
|
+
writer.writeAdditionalData(recommendedCompositeRowStrategyDTO.additionalData);
|
|
4025
|
+
}
|
|
4026
|
+
}
|
|
3545
4027
|
function serializeScreenColumnDto(writer, screenColumnDto = {}) {
|
|
3546
4028
|
if (screenColumnDto) {
|
|
3547
4029
|
writer.writeStringValue("createdAt", screenColumnDto.createdAt);
|
|
@@ -3549,6 +4031,7 @@ function serializeScreenColumnDto(writer, screenColumnDto = {}) {
|
|
|
3549
4031
|
writer.writeStringValue("fieldId", screenColumnDto.fieldId);
|
|
3550
4032
|
writer.writeStringValue("id", screenColumnDto.id);
|
|
3551
4033
|
writer.writeBooleanValue("isFixed", screenColumnDto.isFixed);
|
|
4034
|
+
writer.writeBooleanValue("isLinesReadOnly", screenColumnDto.isLinesReadOnly);
|
|
3552
4035
|
writer.writeBooleanValue("isReadOnly", screenColumnDto.isReadOnly);
|
|
3553
4036
|
writer.writeEnumValue("object", screenColumnDto.object);
|
|
3554
4037
|
writer.writeStringValue("parentId", screenColumnDto.parentId);
|
|
@@ -3610,6 +4093,14 @@ function serializeSectionDto_metadata(writer, sectionDto_metadata = {}) {
|
|
|
3610
4093
|
writer.writeAdditionalData(sectionDto_metadata.additionalData);
|
|
3611
4094
|
}
|
|
3612
4095
|
}
|
|
4096
|
+
function serializeSuggestionDeletedCompositeRowDTO(writer, suggestionDeletedCompositeRowDTO = {}) {
|
|
4097
|
+
if (suggestionDeletedCompositeRowDTO) {
|
|
4098
|
+
writer.writeStringValue("fieldKey", suggestionDeletedCompositeRowDTO.fieldKey);
|
|
4099
|
+
writer.writeCollectionOfObjectValues("pathFromRoot", suggestionDeletedCompositeRowDTO.pathFromRoot, serializePathFromRootDTO);
|
|
4100
|
+
writer.writeObjectValue("row", suggestionDeletedCompositeRowDTO.row, serializeItemFieldCompositeValueDTO);
|
|
4101
|
+
writer.writeAdditionalData(suggestionDeletedCompositeRowDTO.additionalData);
|
|
4102
|
+
}
|
|
4103
|
+
}
|
|
3613
4104
|
function serializeSuggestionDeletedFieldDTO(writer, suggestionDeletedFieldDTO = {}) {
|
|
3614
4105
|
if (suggestionDeletedFieldDTO) {
|
|
3615
4106
|
writer.writeStringValue("key", suggestionDeletedFieldDTO.key);
|
|
@@ -3620,6 +4111,7 @@ function serializeSuggestionDeletedFieldDTO(writer, suggestionDeletedFieldDTO =
|
|
|
3620
4111
|
function serializeSuggestionDto(writer, suggestionDto = {}) {
|
|
3621
4112
|
if (suggestionDto) {
|
|
3622
4113
|
writer.writeStringValue("createdAt", suggestionDto.createdAt);
|
|
4114
|
+
writer.writeCollectionOfObjectValues("deletedCompositeRows", suggestionDto.deletedCompositeRows, serializeSuggestionDeletedCompositeRowDTO);
|
|
3623
4115
|
writer.writeCollectionOfObjectValues("deletedFields", suggestionDto.deletedFields, serializeSuggestionDeletedFieldDTO);
|
|
3624
4116
|
writer.writeStringValue("emitterName", suggestionDto.emitterName);
|
|
3625
4117
|
writer.writeCollectionOfObjectValues("fields", suggestionDto.fields, serializeSuggestionDto_fields);
|
|
@@ -3629,6 +4121,7 @@ function serializeSuggestionDto(writer, suggestionDto = {}) {
|
|
|
3629
4121
|
writer.writeStringValue("id", suggestionDto.id);
|
|
3630
4122
|
writer.writeBooleanValue("isAcknowledged", suggestionDto.isAcknowledged);
|
|
3631
4123
|
writer.writeEnumValue("object", suggestionDto.object);
|
|
4124
|
+
writer.writeObjectValue("recommendedCompositeRows", suggestionDto.recommendedCompositeRows, serializeRecommendedCompositeRowsDTO);
|
|
3632
4125
|
writer.writeStringValue("screenId", suggestionDto.screenId);
|
|
3633
4126
|
writer.writeStringValue("toItemId", suggestionDto.toItemId);
|
|
3634
4127
|
writer.writeStringValue("updatedAt", suggestionDto.updatedAt);
|
|
@@ -3780,6 +4273,13 @@ function serializeUpdateJobDto_output(writer, updateJobDto_output = {}) {
|
|
|
3780
4273
|
writer.writeAdditionalData(updateJobDto_output.additionalData);
|
|
3781
4274
|
}
|
|
3782
4275
|
}
|
|
4276
|
+
function serializeUpdatePartnerGroupDto(writer, updatePartnerGroupDto = {}) {
|
|
4277
|
+
if (updatePartnerGroupDto) {
|
|
4278
|
+
writer.writeStringValue("description", updatePartnerGroupDto.description);
|
|
4279
|
+
writer.writeStringValue("title", updatePartnerGroupDto.title);
|
|
4280
|
+
writer.writeAdditionalData(updatePartnerGroupDto.additionalData);
|
|
4281
|
+
}
|
|
4282
|
+
}
|
|
3783
4283
|
function serializeUpdateTaskDto(writer, updateTaskDto = {}) {
|
|
3784
4284
|
if (updateTaskDto) {
|
|
3785
4285
|
writer.writeNumberValue("backoffScaleFactor", updateTaskDto.backoffScaleFactor);
|
|
@@ -3821,8 +4321,10 @@ function serializeUserDto(writer, userDto = {}) {
|
|
|
3821
4321
|
if (userDto) {
|
|
3822
4322
|
writer.writeStringValue("createdAt", userDto.createdAt);
|
|
3823
4323
|
writer.writeStringValue("email", userDto.email);
|
|
4324
|
+
writer.writeStringValue("firstActivityAt", userDto.firstActivityAt);
|
|
3824
4325
|
writer.writeStringValue("firstName", userDto.firstName);
|
|
3825
4326
|
writer.writeStringValue("id", userDto.id);
|
|
4327
|
+
writer.writeStringValue("lastActivityAt", userDto.lastActivityAt);
|
|
3826
4328
|
writer.writeStringValue("lastName", userDto.lastName);
|
|
3827
4329
|
writer.writeEnumValue("object", userDto.object);
|
|
3828
4330
|
writer.writeEnumValue("role", userDto.role);
|
|
@@ -3861,12 +4363,18 @@ function serializeVariableDto(writer, variableDto = {}) {
|
|
|
3861
4363
|
writer.writeEnumValue("status", variableDto.status);
|
|
3862
4364
|
writer.writeStringValue("updatedAt", variableDto.updatedAt);
|
|
3863
4365
|
writer.writeStringValue("value", variableDto.value);
|
|
4366
|
+
writer.writeStringValue("version", variableDto.version);
|
|
3864
4367
|
writer.writeAdditionalData(variableDto.additionalData);
|
|
3865
4368
|
}
|
|
3866
4369
|
}
|
|
3867
4370
|
var AccountDto_objectObject = {
|
|
3868
4371
|
Account: "account"
|
|
3869
4372
|
};
|
|
4373
|
+
var ApplySuggestionOnCompositeDto_typeObject = {
|
|
4374
|
+
DELETE_ENTRY: "DELETE_ENTRY",
|
|
4375
|
+
LINK: "LINK",
|
|
4376
|
+
NEW_ENTRY: "NEW_ENTRY"
|
|
4377
|
+
};
|
|
3870
4378
|
var AuditLogDto_objectObject = {
|
|
3871
4379
|
Audit_log: "audit_log"
|
|
3872
4380
|
};
|
|
@@ -3874,9 +4382,9 @@ var CommentThreadCommentDTO_objectObject = {
|
|
|
3874
4382
|
Comment_thread_comment: "comment_thread_comment"
|
|
3875
4383
|
};
|
|
3876
4384
|
var CommentThreadCommentDTO_typeObject = {
|
|
3877
|
-
TEXT: "TEXT",
|
|
3878
4385
|
SYSTEM: "SYSTEM",
|
|
3879
|
-
SYSTEM_ERROR: "SYSTEM_ERROR"
|
|
4386
|
+
SYSTEM_ERROR: "SYSTEM_ERROR",
|
|
4387
|
+
TEXT: "TEXT"
|
|
3880
4388
|
};
|
|
3881
4389
|
var CommentThreadCreateDto_targetTypeObject = {
|
|
3882
4390
|
Suggestion: "suggestion"
|
|
@@ -3885,85 +4393,89 @@ var CommentThreadDto_objectObject = {
|
|
|
3885
4393
|
Comment_thread: "comment_thread"
|
|
3886
4394
|
};
|
|
3887
4395
|
var CommentThreadDto_targetTypeObject = {
|
|
3888
|
-
Schedule: "schedule",
|
|
3889
|
-
Plan_execution: "plan_execution",
|
|
3890
|
-
Execution: "execution",
|
|
3891
4396
|
Account: "account",
|
|
4397
|
+
Account_has_table: "account_has_table",
|
|
4398
|
+
Account_api_client_info: "account_api_client_info",
|
|
4399
|
+
Account_contact_group: "account_contact_group",
|
|
4400
|
+
Account_invitation: "account_invitation",
|
|
3892
4401
|
Account_plan: "account_plan",
|
|
3893
4402
|
Account_plan_feature: "account_plan_feature",
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
4403
|
+
Account_relation: "account_relation",
|
|
4404
|
+
Activity: "activity",
|
|
4405
|
+
Audit_log: "audit_log",
|
|
4406
|
+
Comment_thread: "comment_thread",
|
|
4407
|
+
Comment_thread_assignee: "comment_thread_assignee",
|
|
4408
|
+
Comment_thread_dto: "comment_thread_dto",
|
|
4409
|
+
Comment_thread_subscriber: "comment_thread_subscriber",
|
|
4410
|
+
Composite_collect_strategy: "composite_collect_strategy",
|
|
4411
|
+
ConditionalFormatting: "conditionalFormatting",
|
|
4412
|
+
ConditionalFormattingRule: "conditionalFormattingRule",
|
|
4413
|
+
ConditionalFormattingStatus: "conditionalFormattingStatus",
|
|
3899
4414
|
Container_link_entity: "container_link_entity",
|
|
4415
|
+
Dashboard: "dashboard",
|
|
4416
|
+
Data_factory_variable: "data_factory_variable",
|
|
4417
|
+
Data_factory_variable_overload: "data_factory_variable_overload",
|
|
4418
|
+
Execution: "execution",
|
|
4419
|
+
Feature_flag: "feature_flag",
|
|
4420
|
+
Field: "field",
|
|
4421
|
+
FieldValue: "fieldValue",
|
|
4422
|
+
Field_value_by_formula_rule: "field_value_by_formula_rule",
|
|
4423
|
+
Field_value_whitelist: "field_value_whitelist",
|
|
4424
|
+
File: "file",
|
|
4425
|
+
File_location: "file_location",
|
|
4426
|
+
File_ref: "file_ref",
|
|
4427
|
+
Formula_rule: "formula_rule",
|
|
4428
|
+
Generic_mock_data: "generic_mock_data",
|
|
4429
|
+
Global_file: "global_file",
|
|
3900
4430
|
Global_message: "global_message",
|
|
4431
|
+
Grid_column: "grid_column",
|
|
3901
4432
|
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",
|
|
4433
|
+
Http_request: "http_request",
|
|
3925
4434
|
Item: "item",
|
|
3926
4435
|
Item_cache: "item_cache",
|
|
4436
|
+
Item_conditional_formatting_rule: "item_conditional_formatting_rule",
|
|
4437
|
+
Item_import_report: "item_import_report",
|
|
3927
4438
|
Item_link: "item_link",
|
|
4439
|
+
Item_publication: "item_publication",
|
|
4440
|
+
Item_suggestion: "item_suggestion",
|
|
4441
|
+
Job: "job",
|
|
4442
|
+
Job_instance: "job_instance",
|
|
4443
|
+
Level: "level",
|
|
4444
|
+
Mapping_field: "mapping_field",
|
|
4445
|
+
Mapping_rule: "mapping_rule",
|
|
4446
|
+
Matrix_field: "matrix_field",
|
|
4447
|
+
Member: "member",
|
|
4448
|
+
Partition: "partition",
|
|
3928
4449
|
Permission: "permission",
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
4450
|
+
Pipeline: "pipeline",
|
|
4451
|
+
Plan_execution: "plan_execution",
|
|
4452
|
+
Pl_employee: "pl_employee",
|
|
4453
|
+
Project_category: "project_category",
|
|
4454
|
+
Reset_password: "reset_password",
|
|
4455
|
+
Row_data: "row_data",
|
|
4456
|
+
Schedule: "schedule",
|
|
4457
|
+
Screen: "screen",
|
|
4458
|
+
Screen_column: "screen_column",
|
|
4459
|
+
Screen_section: "screen_section",
|
|
4460
|
+
Screen_detail: "screen_detail",
|
|
3935
4461
|
Section: "section",
|
|
3936
|
-
|
|
4462
|
+
Suffix: "suffix",
|
|
4463
|
+
Suggestion: "suggestion",
|
|
4464
|
+
Suggestion_creation: "suggestion_creation",
|
|
4465
|
+
Table: "table",
|
|
3937
4466
|
Table_conditional_field: "table_conditional_field",
|
|
3938
4467
|
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
4468
|
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
4469
|
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",
|
|
4470
|
+
Task_external: "task_external",
|
|
3962
4471
|
Test_type: "test_type",
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
4472
|
+
User: "user",
|
|
4473
|
+
User_activity: "user_activity",
|
|
4474
|
+
User_has_account: "user_has_account",
|
|
4475
|
+
User_table_saved_search: "user_table_saved_search",
|
|
4476
|
+
Workflow_definition: "workflow_definition",
|
|
4477
|
+
Yuba_log: "yuba_log",
|
|
4478
|
+
Yuba_log_group_metadata: "yuba_log_group_metadata"
|
|
3967
4479
|
};
|
|
3968
4480
|
var CommentThreadDto_typeObject = {
|
|
3969
4481
|
DEFAULTEscaped: "DEFAULT",
|
|
@@ -3972,48 +4484,71 @@ var CommentThreadDto_typeObject = {
|
|
|
3972
4484
|
var CommentThreadSubscriberDto_objectObject = {
|
|
3973
4485
|
Comment_thread_subscriber: "comment_thread_subscriber"
|
|
3974
4486
|
};
|
|
4487
|
+
var CompositeCollectStrategyDto_typeObject = {
|
|
4488
|
+
BY_FIELDS: "BY_FIELDS",
|
|
4489
|
+
BY_ID: "BY_ID",
|
|
4490
|
+
BY_POSITION: "BY_POSITION"
|
|
4491
|
+
};
|
|
4492
|
+
var CreateDataFactoryLogDto_messageTypeObject = {
|
|
4493
|
+
DEFAULTEscaped: "DEFAULT",
|
|
4494
|
+
MARKDOWN: "MARKDOWN"
|
|
4495
|
+
};
|
|
4496
|
+
var CreateDataFactoryLogDto_severityObject = {
|
|
4497
|
+
Debug: "debug",
|
|
4498
|
+
ErrorEscaped: "error",
|
|
4499
|
+
Info: "info",
|
|
4500
|
+
Silly: "silly",
|
|
4501
|
+
Warning: "warning"
|
|
4502
|
+
};
|
|
3975
4503
|
var CreateJobDto_statusObject = {
|
|
4504
|
+
ARCHIVED: "ARCHIVED",
|
|
4505
|
+
DEPRECATED: "DEPRECATED",
|
|
3976
4506
|
DRAFT: "DRAFT",
|
|
3977
4507
|
PRODUCTION: "PRODUCTION",
|
|
3978
|
-
DEPRECATED: "DEPRECATED",
|
|
3979
|
-
ARCHIVED: "ARCHIVED",
|
|
3980
4508
|
REMOVED: "REMOVED"
|
|
3981
4509
|
};
|
|
3982
4510
|
var CreateTaskDto_retryLogicObject = {
|
|
3983
|
-
|
|
3984
|
-
|
|
4511
|
+
EXPONENTIAL_BACKOFF: "EXPONENTIAL_BACKOFF",
|
|
4512
|
+
FIXED: "FIXED"
|
|
3985
4513
|
};
|
|
3986
4514
|
var CreateTaskDto_timeoutPolicyObject = {
|
|
4515
|
+
ALERT_ONLY: "ALERT_ONLY",
|
|
3987
4516
|
RETRY: "RETRY",
|
|
3988
|
-
TIME_OUT_WF: "TIME_OUT_WF"
|
|
3989
|
-
ALERT_ONLY: "ALERT_ONLY"
|
|
4517
|
+
TIME_OUT_WF: "TIME_OUT_WF"
|
|
3990
4518
|
};
|
|
3991
4519
|
var CreateVariableDto_statusObject = {
|
|
3992
4520
|
ACTIVE: "ACTIVE",
|
|
3993
4521
|
ARCHIVED: "ARCHIVED",
|
|
3994
4522
|
DELETED: "DELETED"
|
|
3995
4523
|
};
|
|
4524
|
+
var DataFactoryLogDto_messageTypeObject = {
|
|
4525
|
+
DEFAULTEscaped: "DEFAULT",
|
|
4526
|
+
MARKDOWN: "MARKDOWN"
|
|
4527
|
+
};
|
|
4528
|
+
var DataFactoryLogDto_objectObject = {
|
|
4529
|
+
Data_factory_log: "data_factory_log"
|
|
4530
|
+
};
|
|
3996
4531
|
var FieldDto_objectObject = {
|
|
3997
4532
|
Field: "field"
|
|
3998
4533
|
};
|
|
3999
4534
|
var FieldDto_typeObject = {
|
|
4000
|
-
|
|
4535
|
+
ATTACHMENT: "ATTACHMENT",
|
|
4001
4536
|
CLASSIFICATION: "CLASSIFICATION",
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
NUMBER: "NUMBER",
|
|
4537
|
+
COMPOSITE: "COMPOSITE",
|
|
4538
|
+
CONDITIONALFORMATTING: "CONDITIONAL-FORMATTING",
|
|
4005
4539
|
DATE: "DATE",
|
|
4006
4540
|
DATETIME: "DATE-TIME",
|
|
4007
4541
|
HTMLTEXT: "HTML-TEXT",
|
|
4542
|
+
IDENTIFIER: "IDENTIFIER",
|
|
4008
4543
|
IMAGE: "IMAGE",
|
|
4009
|
-
|
|
4010
|
-
SINGLESELECT: "SINGLE-SELECT",
|
|
4544
|
+
LONGTEXT: "LONG-TEXT",
|
|
4011
4545
|
MULTIPLESELECT: "MULTIPLE-SELECT",
|
|
4012
4546
|
MULTIPLESELECTQUANTIFIED: "MULTIPLE-SELECT-QUANTIFIED",
|
|
4013
4547
|
MULTIPLESELECTQUANTIFIEDWITHCOMMENTS: "MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS",
|
|
4014
4548
|
MULTIPLESELECTWITHCOMMENTS: "MULTIPLE-SELECT-WITH-COMMENTS",
|
|
4015
|
-
|
|
4016
|
-
|
|
4549
|
+
NUMBER: "NUMBER",
|
|
4550
|
+
SINGLELINETEXT: "SINGLE-LINE-TEXT",
|
|
4551
|
+
SINGLESELECT: "SINGLE-SELECT"
|
|
4017
4552
|
};
|
|
4018
4553
|
var FieldSuffixDto_statusObject = {
|
|
4019
4554
|
ACTIVE: "ACTIVE",
|
|
@@ -4021,17 +4556,17 @@ var FieldSuffixDto_statusObject = {
|
|
|
4021
4556
|
DELETED: "DELETED"
|
|
4022
4557
|
};
|
|
4023
4558
|
var FieldValueDto_colorObject = {
|
|
4024
|
-
NONE: "NONE",
|
|
4025
4559
|
BLACK: "BLACK",
|
|
4026
4560
|
BLUE: "BLUE",
|
|
4027
4561
|
BROWN: "BROWN",
|
|
4562
|
+
CYAN: "CYAN",
|
|
4028
4563
|
GREEN: "GREEN",
|
|
4564
|
+
MAGENTA: "MAGENTA",
|
|
4565
|
+
NONE: "NONE",
|
|
4029
4566
|
ORANGE: "ORANGE",
|
|
4030
4567
|
PURPLE: "PURPLE",
|
|
4031
4568
|
RED: "RED",
|
|
4032
|
-
YELLOW: "YELLOW"
|
|
4033
|
-
CYAN: "CYAN",
|
|
4034
|
-
MAGENTA: "MAGENTA"
|
|
4569
|
+
YELLOW: "YELLOW"
|
|
4035
4570
|
};
|
|
4036
4571
|
var FieldValueDto_objectObject = {
|
|
4037
4572
|
Field_value: "field_value"
|
|
@@ -4053,17 +4588,17 @@ var FindItemHighOrderQueryDTO_typeObject = {
|
|
|
4053
4588
|
};
|
|
4054
4589
|
var FindItemLowOrderQueryDTO_typeObject = {
|
|
4055
4590
|
Eq: "eq",
|
|
4056
|
-
Search: "search",
|
|
4057
|
-
InEscaped: "in",
|
|
4058
|
-
NotIn: "notIn",
|
|
4059
|
-
TrueEscaped: "true",
|
|
4060
4591
|
FalseEscaped: "false",
|
|
4061
4592
|
Greater: "greater",
|
|
4062
4593
|
GreaterOrEqual: "greaterOrEqual",
|
|
4594
|
+
InEscaped: "in",
|
|
4595
|
+
IsNull: "isNull",
|
|
4596
|
+
LocalizedSearch: "localizedSearch",
|
|
4063
4597
|
Lower: "lower",
|
|
4064
4598
|
LowerOrEqual: "lowerOrEqual",
|
|
4065
|
-
|
|
4066
|
-
|
|
4599
|
+
NotIn: "notIn",
|
|
4600
|
+
Search: "search",
|
|
4601
|
+
TrueEscaped: "true"
|
|
4067
4602
|
};
|
|
4068
4603
|
var HighOrderQueryDTO_typeObject = {
|
|
4069
4604
|
And: "and",
|
|
@@ -4103,10 +4638,6 @@ var ItemFieldStringDTO_typeObject = {
|
|
|
4103
4638
|
HTMLTEXT: "HTML-TEXT",
|
|
4104
4639
|
SINGLESELECT: "SINGLE-SELECT"
|
|
4105
4640
|
};
|
|
4106
|
-
var ItemFindDTO_orderObject = {
|
|
4107
|
-
ASC: "ASC",
|
|
4108
|
-
DESC: "DESC"
|
|
4109
|
-
};
|
|
4110
4641
|
var ItemLinkDto_objectObject = {
|
|
4111
4642
|
Item_link: "item_link"
|
|
4112
4643
|
};
|
|
@@ -4114,29 +4645,29 @@ var JobDto_objectObject = {
|
|
|
4114
4645
|
Job: "job"
|
|
4115
4646
|
};
|
|
4116
4647
|
var JobDto_statusObject = {
|
|
4648
|
+
ARCHIVED: "ARCHIVED",
|
|
4649
|
+
DEPRECATED: "DEPRECATED",
|
|
4117
4650
|
DRAFT: "DRAFT",
|
|
4118
4651
|
PRODUCTION: "PRODUCTION",
|
|
4119
|
-
DEPRECATED: "DEPRECATED",
|
|
4120
|
-
ARCHIVED: "ARCHIVED",
|
|
4121
4652
|
REMOVED: "REMOVED"
|
|
4122
4653
|
};
|
|
4123
4654
|
var JobExecutionDto_objectObject = {
|
|
4124
4655
|
Job_execution: "job_execution"
|
|
4125
4656
|
};
|
|
4126
4657
|
var JobExecutionDto_statusObject = {
|
|
4127
|
-
RUNNING: "RUNNING",
|
|
4128
4658
|
COMPLETED: "COMPLETED",
|
|
4129
4659
|
COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
|
|
4130
|
-
TIMED_OUT: "TIMED_OUT",
|
|
4131
4660
|
FAILED: "FAILED",
|
|
4661
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
4662
|
+
PAUSED: "PAUSED",
|
|
4132
4663
|
PENDING: "PENDING",
|
|
4664
|
+
QUEUED: "QUEUED",
|
|
4665
|
+
REMOVED: "REMOVED",
|
|
4666
|
+
RUNNING: "RUNNING",
|
|
4133
4667
|
SCHEDULED: "SCHEDULED",
|
|
4134
4668
|
TERMINATED: "TERMINATED",
|
|
4135
|
-
|
|
4669
|
+
TIMED_OUT: "TIMED_OUT",
|
|
4136
4670
|
UNKNOWN: "UNKNOWN",
|
|
4137
|
-
REMOVED: "REMOVED",
|
|
4138
|
-
QUEUED: "QUEUED",
|
|
4139
|
-
PAUSED: "PAUSED",
|
|
4140
4671
|
USER_ERROR: "USER_ERROR"
|
|
4141
4672
|
};
|
|
4142
4673
|
var JobVisibilityDto_modeObject = {
|
|
@@ -4146,17 +4677,17 @@ var JobVisibilityDto_modeObject = {
|
|
|
4146
4677
|
};
|
|
4147
4678
|
var LowOrderQueryDTO_typeObject = {
|
|
4148
4679
|
Eq: "eq",
|
|
4149
|
-
Search: "search",
|
|
4150
|
-
InEscaped: "in",
|
|
4151
|
-
NotIn: "notIn",
|
|
4152
|
-
TrueEscaped: "true",
|
|
4153
4680
|
FalseEscaped: "false",
|
|
4154
4681
|
Greater: "greater",
|
|
4155
4682
|
GreaterOrEqual: "greaterOrEqual",
|
|
4683
|
+
InEscaped: "in",
|
|
4684
|
+
IsNull: "isNull",
|
|
4685
|
+
LocalizedSearch: "localizedSearch",
|
|
4156
4686
|
Lower: "lower",
|
|
4157
4687
|
LowerOrEqual: "lowerOrEqual",
|
|
4158
|
-
|
|
4159
|
-
|
|
4688
|
+
NotIn: "notIn",
|
|
4689
|
+
Search: "search",
|
|
4690
|
+
TrueEscaped: "true"
|
|
4160
4691
|
};
|
|
4161
4692
|
var MatrixFieldDto_objectObject = {
|
|
4162
4693
|
Matrix_field: "matrix_field"
|
|
@@ -4166,19 +4697,54 @@ var MatrixFieldDto_statusObject = {
|
|
|
4166
4697
|
ARCHIVED: "ARCHIVED",
|
|
4167
4698
|
DELETED: "DELETED"
|
|
4168
4699
|
};
|
|
4700
|
+
var MeAccountDto_memberStatusObject = {
|
|
4701
|
+
ACTIVE: "ACTIVE",
|
|
4702
|
+
ARCHIVED: "ARCHIVED",
|
|
4703
|
+
PENDING: "PENDING",
|
|
4704
|
+
REMOVED: "REMOVED",
|
|
4705
|
+
SUSPENDED: "SUSPENDED"
|
|
4706
|
+
};
|
|
4707
|
+
var MeAccountDto_objectObject = {
|
|
4708
|
+
MeAccount: "me-account"
|
|
4709
|
+
};
|
|
4710
|
+
var MeAccountDto_roleObject = {
|
|
4711
|
+
EDITOR: "EDITOR",
|
|
4712
|
+
SITE_ADMIN: "SITE_ADMIN"
|
|
4713
|
+
};
|
|
4169
4714
|
var PartitionDto_statusObject = {
|
|
4170
4715
|
ACTIVE: "ACTIVE",
|
|
4171
4716
|
ARCHIVED: "ARCHIVED",
|
|
4172
4717
|
DELETED: "DELETED"
|
|
4173
4718
|
};
|
|
4719
|
+
var PartnerDto_objectObject = {
|
|
4720
|
+
Partner: "partner"
|
|
4721
|
+
};
|
|
4722
|
+
var PartnerDto_statusObject = {
|
|
4723
|
+
DISABLED: "DISABLED",
|
|
4724
|
+
ENABLED: "ENABLED",
|
|
4725
|
+
REMOVED: "REMOVED"
|
|
4726
|
+
};
|
|
4727
|
+
var PartnerGroupDto_objectObject = {
|
|
4728
|
+
Partner_group: "partner_group"
|
|
4729
|
+
};
|
|
4730
|
+
var PartnerInvitationDto_objectObject = {
|
|
4731
|
+
Partner_invitation: "partner_invitation"
|
|
4732
|
+
};
|
|
4733
|
+
var PartnerInvitationDto_statusObject = {
|
|
4734
|
+
ACCEPTED: "ACCEPTED",
|
|
4735
|
+
CANCELLED: "CANCELLED",
|
|
4736
|
+
INVALID_EMAIL: "INVALID_EMAIL",
|
|
4737
|
+
PENDING: "PENDING",
|
|
4738
|
+
PROCESSING: "PROCESSING"
|
|
4739
|
+
};
|
|
4174
4740
|
var PatchPublicationDto_statusObject = {
|
|
4175
|
-
SENT: "SENT",
|
|
4176
4741
|
RECEIVED: "RECEIVED",
|
|
4177
|
-
REJECTED: "REJECTED"
|
|
4742
|
+
REJECTED: "REJECTED",
|
|
4743
|
+
SENT: "SENT"
|
|
4178
4744
|
};
|
|
4179
4745
|
var PatchTaskExecutionDto_statusObject = {
|
|
4180
|
-
|
|
4181
|
-
|
|
4746
|
+
COMPLETED: "COMPLETED",
|
|
4747
|
+
FAILED: "FAILED"
|
|
4182
4748
|
};
|
|
4183
4749
|
var PipelineDto_objectObject = {
|
|
4184
4750
|
Pipeline: "pipeline"
|
|
@@ -4190,28 +4756,41 @@ var PublicationDto_objectObject = {
|
|
|
4190
4756
|
Publication: "publication"
|
|
4191
4757
|
};
|
|
4192
4758
|
var PublicationDto_statusObject = {
|
|
4193
|
-
SENT: "SENT",
|
|
4194
4759
|
RECEIVED: "RECEIVED",
|
|
4195
|
-
REJECTED: "REJECTED"
|
|
4760
|
+
REJECTED: "REJECTED",
|
|
4761
|
+
SENT: "SENT"
|
|
4196
4762
|
};
|
|
4197
|
-
var
|
|
4763
|
+
var RecommendedCompositeExistingItemRowDTO_typeObject = {
|
|
4764
|
+
DELETE_ENTRY: "DELETE_ENTRY",
|
|
4765
|
+
LINK: "LINK",
|
|
4766
|
+
NEW_ENTRY: "NEW_ENTRY"
|
|
4767
|
+
};
|
|
4768
|
+
var RecommendedCompositeNewItemRowDTO_typeObject = {
|
|
4769
|
+
NEW_ENTRY: "NEW_ENTRY"
|
|
4770
|
+
};
|
|
4771
|
+
var RecommendedCompositeRowStrategyDTO_typeObject = {
|
|
4772
|
+
BY_FIELDS: "BY_FIELDS",
|
|
4773
|
+
BY_ID: "BY_ID",
|
|
4774
|
+
BY_POSITION: "BY_POSITION"
|
|
4775
|
+
};
|
|
4776
|
+
var ScreenColumnDto_displayObject = {
|
|
4198
4777
|
MARKDOWN: "MARKDOWN"
|
|
4199
4778
|
};
|
|
4200
4779
|
var ScreenColumnDto_objectObject = {
|
|
4201
4780
|
Screen_column: "screen_column"
|
|
4202
4781
|
};
|
|
4203
4782
|
var ScreenColumnDto_widthObject = {
|
|
4204
|
-
|
|
4205
|
-
MEDIUM: "MEDIUM",
|
|
4783
|
+
EXTRA_LARGE: "EXTRA_LARGE",
|
|
4206
4784
|
LARGE: "LARGE",
|
|
4207
|
-
|
|
4785
|
+
MEDIUM: "MEDIUM",
|
|
4786
|
+
SMALL: "SMALL"
|
|
4208
4787
|
};
|
|
4209
4788
|
var ScreenDto_lineHeightObject = {
|
|
4210
4789
|
EXTRA_SHORT: "EXTRA_SHORT",
|
|
4211
|
-
|
|
4790
|
+
EXTRA_TALL: "EXTRA_TALL",
|
|
4212
4791
|
MEDIUM: "MEDIUM",
|
|
4213
|
-
|
|
4214
|
-
|
|
4792
|
+
SHORT: "SHORT",
|
|
4793
|
+
TALL: "TALL"
|
|
4215
4794
|
};
|
|
4216
4795
|
var ScreenDto_statusObject = {
|
|
4217
4796
|
ACTIVE: "ACTIVE",
|
|
@@ -4222,23 +4801,23 @@ var ScreenSectionDto_objectObject = {
|
|
|
4222
4801
|
Screen_section: "screen_section"
|
|
4223
4802
|
};
|
|
4224
4803
|
var SuggestionDeletedFieldDTO_typeObject = {
|
|
4225
|
-
|
|
4804
|
+
ATTACHMENT: "ATTACHMENT",
|
|
4226
4805
|
CLASSIFICATION: "CLASSIFICATION",
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
NUMBER: "NUMBER",
|
|
4806
|
+
COMPOSITE: "COMPOSITE",
|
|
4807
|
+
CONDITIONALFORMATTING: "CONDITIONAL-FORMATTING",
|
|
4230
4808
|
DATE: "DATE",
|
|
4231
4809
|
DATETIME: "DATE-TIME",
|
|
4232
4810
|
HTMLTEXT: "HTML-TEXT",
|
|
4811
|
+
IDENTIFIER: "IDENTIFIER",
|
|
4233
4812
|
IMAGE: "IMAGE",
|
|
4234
|
-
|
|
4235
|
-
SINGLESELECT: "SINGLE-SELECT",
|
|
4813
|
+
LONGTEXT: "LONG-TEXT",
|
|
4236
4814
|
MULTIPLESELECT: "MULTIPLE-SELECT",
|
|
4237
4815
|
MULTIPLESELECTQUANTIFIED: "MULTIPLE-SELECT-QUANTIFIED",
|
|
4238
4816
|
MULTIPLESELECTQUANTIFIEDWITHCOMMENTS: "MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS",
|
|
4239
4817
|
MULTIPLESELECTWITHCOMMENTS: "MULTIPLE-SELECT-WITH-COMMENTS",
|
|
4240
|
-
|
|
4241
|
-
|
|
4818
|
+
NUMBER: "NUMBER",
|
|
4819
|
+
SINGLELINETEXT: "SINGLE-LINE-TEXT",
|
|
4820
|
+
SINGLESELECT: "SINGLE-SELECT"
|
|
4242
4821
|
};
|
|
4243
4822
|
var SuggestionDto_objectObject = {
|
|
4244
4823
|
Suggestion: "suggestion"
|
|
@@ -4247,39 +4826,39 @@ var TaskDto_objectObject = {
|
|
|
4247
4826
|
Task: "task"
|
|
4248
4827
|
};
|
|
4249
4828
|
var TaskDto_retryLogicObject = {
|
|
4250
|
-
|
|
4251
|
-
|
|
4829
|
+
EXPONENTIAL_BACKOFF: "EXPONENTIAL_BACKOFF",
|
|
4830
|
+
FIXED: "FIXED"
|
|
4252
4831
|
};
|
|
4253
4832
|
var TaskDto_timeoutPolicyObject = {
|
|
4833
|
+
ALERT_ONLY: "ALERT_ONLY",
|
|
4254
4834
|
RETRY: "RETRY",
|
|
4255
|
-
TIME_OUT_WF: "TIME_OUT_WF"
|
|
4256
|
-
ALERT_ONLY: "ALERT_ONLY"
|
|
4835
|
+
TIME_OUT_WF: "TIME_OUT_WF"
|
|
4257
4836
|
};
|
|
4258
4837
|
var TaskExecutionDto_objectObject = {
|
|
4259
4838
|
Task_execution: "task_execution"
|
|
4260
4839
|
};
|
|
4261
4840
|
var TaskExecutionDto_statusObject = {
|
|
4262
|
-
SCHEDULED: "SCHEDULED",
|
|
4263
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
4264
4841
|
CANCELLED: "CANCELLED",
|
|
4842
|
+
COMPLETED: "COMPLETED",
|
|
4265
4843
|
FAILED: "FAILED",
|
|
4266
|
-
|
|
4844
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
4845
|
+
SCHEDULED: "SCHEDULED"
|
|
4267
4846
|
};
|
|
4268
4847
|
var UpdateJobDto_statusObject = {
|
|
4848
|
+
ARCHIVED: "ARCHIVED",
|
|
4849
|
+
DEPRECATED: "DEPRECATED",
|
|
4269
4850
|
DRAFT: "DRAFT",
|
|
4270
4851
|
PRODUCTION: "PRODUCTION",
|
|
4271
|
-
DEPRECATED: "DEPRECATED",
|
|
4272
|
-
ARCHIVED: "ARCHIVED",
|
|
4273
4852
|
REMOVED: "REMOVED"
|
|
4274
4853
|
};
|
|
4275
4854
|
var UpdateTaskDto_retryLogicObject = {
|
|
4276
|
-
|
|
4277
|
-
|
|
4855
|
+
EXPONENTIAL_BACKOFF: "EXPONENTIAL_BACKOFF",
|
|
4856
|
+
FIXED: "FIXED"
|
|
4278
4857
|
};
|
|
4279
4858
|
var UpdateTaskDto_timeoutPolicyObject = {
|
|
4859
|
+
ALERT_ONLY: "ALERT_ONLY",
|
|
4280
4860
|
RETRY: "RETRY",
|
|
4281
|
-
TIME_OUT_WF: "TIME_OUT_WF"
|
|
4282
|
-
ALERT_ONLY: "ALERT_ONLY"
|
|
4861
|
+
TIME_OUT_WF: "TIME_OUT_WF"
|
|
4283
4862
|
};
|
|
4284
4863
|
var UpdateVariableDto_statusObject = {
|
|
4285
4864
|
ACTIVE: "ACTIVE",
|
|
@@ -4290,15 +4869,15 @@ var UserDto_objectObject = {
|
|
|
4290
4869
|
User: "user"
|
|
4291
4870
|
};
|
|
4292
4871
|
var UserDto_roleObject = {
|
|
4293
|
-
|
|
4294
|
-
|
|
4872
|
+
EDITOR: "EDITOR",
|
|
4873
|
+
SITE_ADMIN: "SITE_ADMIN"
|
|
4295
4874
|
};
|
|
4296
4875
|
var UserDto_statusObject = {
|
|
4297
|
-
PENDING: "PENDING",
|
|
4298
4876
|
ACTIVE: "ACTIVE",
|
|
4299
4877
|
ARCHIVED: "ARCHIVED",
|
|
4300
|
-
|
|
4301
|
-
REMOVED: "REMOVED"
|
|
4878
|
+
PENDING: "PENDING",
|
|
4879
|
+
REMOVED: "REMOVED",
|
|
4880
|
+
SUSPENDED: "SUSPENDED"
|
|
4302
4881
|
};
|
|
4303
4882
|
var UserGroupDto_objectObject = {
|
|
4304
4883
|
User_group: "user_group"
|
|
@@ -5538,6 +6117,33 @@ var JobsRequestBuilderRequestsMetadata = {
|
|
|
5538
6117
|
}
|
|
5539
6118
|
};
|
|
5540
6119
|
|
|
6120
|
+
// src/v1/dataFactory/logs/index.ts
|
|
6121
|
+
function createDataFactoryLogDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
6122
|
+
return deserializeIntoDataFactoryLogDto400Error;
|
|
6123
|
+
}
|
|
6124
|
+
function deserializeIntoDataFactoryLogDto400Error(dataFactoryLogDto400Error = {}) {
|
|
6125
|
+
return {
|
|
6126
|
+
"message": (n) => {
|
|
6127
|
+
dataFactoryLogDto400Error.messageEscaped = n.getStringValue();
|
|
6128
|
+
}
|
|
6129
|
+
};
|
|
6130
|
+
}
|
|
6131
|
+
var LogsRequestBuilderUriTemplate = "{+baseurl}/v1/data-factory/logs";
|
|
6132
|
+
var LogsRequestBuilderRequestsMetadata = {
|
|
6133
|
+
post: {
|
|
6134
|
+
uriTemplate: LogsRequestBuilderUriTemplate,
|
|
6135
|
+
responseBodyContentType: "application/json",
|
|
6136
|
+
errorMappings: {
|
|
6137
|
+
400: createDataFactoryLogDto400ErrorFromDiscriminatorValue
|
|
6138
|
+
},
|
|
6139
|
+
adapterMethodName: "send",
|
|
6140
|
+
responseBodyFactory: createDataFactoryLogDtoFromDiscriminatorValue,
|
|
6141
|
+
requestBodyContentType: "application/json",
|
|
6142
|
+
requestBodySerializer: serializeCreateDataFactoryLogDto,
|
|
6143
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
6144
|
+
}
|
|
6145
|
+
};
|
|
6146
|
+
|
|
5541
6147
|
// src/v1/dataFactory/pipelines/item/index.ts
|
|
5542
6148
|
function createPipelineDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
5543
6149
|
return deserializeIntoPipelineDto400Error;
|
|
@@ -6260,6 +6866,9 @@ var DataFactoryRequestBuilderNavigationMetadata = {
|
|
|
6260
6866
|
requestsMetadata: JobsRequestBuilderRequestsMetadata,
|
|
6261
6867
|
navigationMetadata: JobsRequestBuilderNavigationMetadata
|
|
6262
6868
|
},
|
|
6869
|
+
logs: {
|
|
6870
|
+
requestsMetadata: LogsRequestBuilderRequestsMetadata
|
|
6871
|
+
},
|
|
6263
6872
|
pipelines: {
|
|
6264
6873
|
requestsMetadata: PipelinesRequestBuilderRequestsMetadata,
|
|
6265
6874
|
navigationMetadata: PipelinesRequestBuilderNavigationMetadata
|
|
@@ -6840,90 +7449,6 @@ var ItemLinksRequestBuilderRequestsMetadata = {
|
|
|
6840
7449
|
}
|
|
6841
7450
|
};
|
|
6842
7451
|
|
|
6843
|
-
// src/v1/items/find/table/item/partition/item/level/item/index.ts
|
|
6844
|
-
function createWithLevel400ErrorFromDiscriminatorValue(parseNode) {
|
|
6845
|
-
return deserializeIntoWithLevel400Error;
|
|
6846
|
-
}
|
|
6847
|
-
function createWithLevelPostResponseFromDiscriminatorValue(parseNode) {
|
|
6848
|
-
return deserializeIntoWithLevelPostResponse;
|
|
6849
|
-
}
|
|
6850
|
-
function deserializeIntoWithLevel400Error(withLevel400Error = {}) {
|
|
6851
|
-
return {
|
|
6852
|
-
"message": (n) => {
|
|
6853
|
-
withLevel400Error.messageEscaped = n.getStringValue();
|
|
6854
|
-
}
|
|
6855
|
-
};
|
|
6856
|
-
}
|
|
6857
|
-
function deserializeIntoWithLevelPostResponse(withLevelPostResponse = {}) {
|
|
6858
|
-
return {
|
|
6859
|
-
"data": (n) => {
|
|
6860
|
-
withLevelPostResponse.data = n.getCollectionOfObjectValues(createItemDtoFromDiscriminatorValue);
|
|
6861
|
-
},
|
|
6862
|
-
"object": (n) => {
|
|
6863
|
-
withLevelPostResponse.object = n.getEnumValue(WithLevelPostResponse_objectObject);
|
|
6864
|
-
},
|
|
6865
|
-
"totalElements": (n) => {
|
|
6866
|
-
withLevelPostResponse.totalElements = n.getNumberValue();
|
|
6867
|
-
}
|
|
6868
|
-
};
|
|
6869
|
-
}
|
|
6870
|
-
var WithLevelItemRequestBuilderUriTemplate = "{+baseurl}/v1/items/find/table/{tableId}/partition/{partitionId}/level/{levelId}{?page*,size*,sort*,sortOrder*}";
|
|
6871
|
-
var WithLevelItemRequestBuilderRequestsMetadata = {
|
|
6872
|
-
post: {
|
|
6873
|
-
uriTemplate: WithLevelItemRequestBuilderUriTemplate,
|
|
6874
|
-
responseBodyContentType: "application/json",
|
|
6875
|
-
errorMappings: {
|
|
6876
|
-
400: createWithLevel400ErrorFromDiscriminatorValue
|
|
6877
|
-
},
|
|
6878
|
-
adapterMethodName: "send",
|
|
6879
|
-
responseBodyFactory: createWithLevelPostResponseFromDiscriminatorValue,
|
|
6880
|
-
requestBodyContentType: "application/json",
|
|
6881
|
-
requestBodySerializer: serializeItemFindDTO,
|
|
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
7452
|
// src/v1/items/find/index.ts
|
|
6928
7453
|
function createFind400ErrorFromDiscriminatorValue12(parseNode) {
|
|
6929
7454
|
return deserializeIntoFind400Error12;
|
|
@@ -6960,11 +7485,6 @@ var FindRequestBuilderUriTemplate12 = "{+baseurl}/v1/items/find?partitionId={par
|
|
|
6960
7485
|
var FindPostResponse_objectObject12 = {
|
|
6961
7486
|
List: "list"
|
|
6962
7487
|
};
|
|
6963
|
-
var FindRequestBuilderNavigationMetadata = {
|
|
6964
|
-
table: {
|
|
6965
|
-
navigationMetadata: TableRequestBuilderNavigationMetadata
|
|
6966
|
-
}
|
|
6967
|
-
};
|
|
6968
7488
|
var FindRequestBuilderRequestsMetadata12 = {
|
|
6969
7489
|
post: {
|
|
6970
7490
|
uriTemplate: FindRequestBuilderUriTemplate12,
|
|
@@ -7031,7 +7551,7 @@ function deserializeIntoItemsGetResponse(itemsGetResponse = {}) {
|
|
|
7031
7551
|
}
|
|
7032
7552
|
};
|
|
7033
7553
|
}
|
|
7034
|
-
var ItemsRequestBuilderUriTemplate = "{+baseurl}/v1/items{
|
|
7554
|
+
var ItemsRequestBuilderUriTemplate = "{+baseurl}/v1/items?partitionId={partitionId}{&levelId*,page*,size*,sort*,sortOrder*}";
|
|
7035
7555
|
var ItemsGetResponse_objectObject = {
|
|
7036
7556
|
List: "list"
|
|
7037
7557
|
};
|
|
@@ -7041,8 +7561,7 @@ var ItemsRequestBuilderNavigationMetadata = {
|
|
|
7041
7561
|
pathParametersMappings: ["id"]
|
|
7042
7562
|
},
|
|
7043
7563
|
find: {
|
|
7044
|
-
requestsMetadata: FindRequestBuilderRequestsMetadata12
|
|
7045
|
-
navigationMetadata: FindRequestBuilderNavigationMetadata
|
|
7564
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata12
|
|
7046
7565
|
}
|
|
7047
7566
|
};
|
|
7048
7567
|
var ItemsRequestBuilderRequestsMetadata = {
|
|
@@ -7395,6 +7914,65 @@ var MatrixFieldsRequestBuilderRequestsMetadata = {
|
|
|
7395
7914
|
}
|
|
7396
7915
|
};
|
|
7397
7916
|
|
|
7917
|
+
// src/v1/me/accounts/index.ts
|
|
7918
|
+
function createAccounts400ErrorFromDiscriminatorValue2(parseNode) {
|
|
7919
|
+
return deserializeIntoAccounts400Error2;
|
|
7920
|
+
}
|
|
7921
|
+
function createAccountsGetResponseFromDiscriminatorValue2(parseNode) {
|
|
7922
|
+
return deserializeIntoAccountsGetResponse2;
|
|
7923
|
+
}
|
|
7924
|
+
function deserializeIntoAccounts400Error2(accounts400Error = {}) {
|
|
7925
|
+
return {
|
|
7926
|
+
"message": (n) => {
|
|
7927
|
+
accounts400Error.messageEscaped = n.getStringValue();
|
|
7928
|
+
}
|
|
7929
|
+
};
|
|
7930
|
+
}
|
|
7931
|
+
function deserializeIntoAccountsGetResponse2(accountsGetResponse = {}) {
|
|
7932
|
+
return {
|
|
7933
|
+
"data": (n) => {
|
|
7934
|
+
accountsGetResponse.data = n.getCollectionOfObjectValues(createMeAccountDtoFromDiscriminatorValue);
|
|
7935
|
+
},
|
|
7936
|
+
"object": (n) => {
|
|
7937
|
+
accountsGetResponse.object = n.getEnumValue(AccountsGetResponse_objectObject2);
|
|
7938
|
+
},
|
|
7939
|
+
"totalElements": (n) => {
|
|
7940
|
+
accountsGetResponse.totalElements = n.getNumberValue();
|
|
7941
|
+
}
|
|
7942
|
+
};
|
|
7943
|
+
}
|
|
7944
|
+
var AccountsRequestBuilderUriTemplate2 = "{+baseurl}/v1/me/accounts{?page*,size*,sort*,sortOrder*}";
|
|
7945
|
+
var AccountsGetResponse_objectObject2 = {
|
|
7946
|
+
List: "list"
|
|
7947
|
+
};
|
|
7948
|
+
var AccountsRequestBuilderRequestsMetadata2 = {
|
|
7949
|
+
get: {
|
|
7950
|
+
uriTemplate: AccountsRequestBuilderUriTemplate2,
|
|
7951
|
+
responseBodyContentType: "application/json",
|
|
7952
|
+
errorMappings: {
|
|
7953
|
+
400: createAccounts400ErrorFromDiscriminatorValue2
|
|
7954
|
+
},
|
|
7955
|
+
adapterMethodName: "send",
|
|
7956
|
+
responseBodyFactory: createAccountsGetResponseFromDiscriminatorValue2
|
|
7957
|
+
}
|
|
7958
|
+
};
|
|
7959
|
+
|
|
7960
|
+
// src/v1/me/index.ts
|
|
7961
|
+
var MeRequestBuilderUriTemplate = "{+baseurl}/v1/me";
|
|
7962
|
+
var MeRequestBuilderNavigationMetadata = {
|
|
7963
|
+
accounts: {
|
|
7964
|
+
requestsMetadata: AccountsRequestBuilderRequestsMetadata2
|
|
7965
|
+
}
|
|
7966
|
+
};
|
|
7967
|
+
var MeRequestBuilderRequestsMetadata = {
|
|
7968
|
+
get: {
|
|
7969
|
+
uriTemplate: MeRequestBuilderUriTemplate,
|
|
7970
|
+
responseBodyContentType: "application/json",
|
|
7971
|
+
adapterMethodName: "send",
|
|
7972
|
+
responseBodyFactory: createMeDtoFromDiscriminatorValue
|
|
7973
|
+
}
|
|
7974
|
+
};
|
|
7975
|
+
|
|
7398
7976
|
// src/v1/partitions/find/index.ts
|
|
7399
7977
|
function createFind400ErrorFromDiscriminatorValue15(parseNode) {
|
|
7400
7978
|
return deserializeIntoFind400Error15;
|
|
@@ -7564,7 +8142,7 @@ var PartitionsRequestBuilderRequestsMetadata = {
|
|
|
7564
8142
|
}
|
|
7565
8143
|
};
|
|
7566
8144
|
|
|
7567
|
-
// src/v1/
|
|
8145
|
+
// src/v1/partnerGroups/find/index.ts
|
|
7568
8146
|
function createFind400ErrorFromDiscriminatorValue16(parseNode) {
|
|
7569
8147
|
return deserializeIntoFind400Error16;
|
|
7570
8148
|
}
|
|
@@ -7581,7 +8159,7 @@ function deserializeIntoFind400Error16(find400Error = {}) {
|
|
|
7581
8159
|
function deserializeIntoFindPostResponse16(findPostResponse = {}) {
|
|
7582
8160
|
return {
|
|
7583
8161
|
"data": (n) => {
|
|
7584
|
-
findPostResponse.data = n.getCollectionOfObjectValues(
|
|
8162
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createPartnerGroupDtoFromDiscriminatorValue);
|
|
7585
8163
|
},
|
|
7586
8164
|
"object": (n) => {
|
|
7587
8165
|
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject16);
|
|
@@ -7638,7 +8216,7 @@ function serializeQueryDTO15(writer, queryDTO = {}) {
|
|
|
7638
8216
|
break;
|
|
7639
8217
|
}
|
|
7640
8218
|
}
|
|
7641
|
-
var FindRequestBuilderUriTemplate16 = "{+baseurl}/v1/
|
|
8219
|
+
var FindRequestBuilderUriTemplate16 = "{+baseurl}/v1/partner-groups/find{?page*,size*,sort*,sortOrder*}";
|
|
7642
8220
|
var FindPostResponse_objectObject16 = {
|
|
7643
8221
|
List: "list"
|
|
7644
8222
|
};
|
|
@@ -7657,127 +8235,154 @@ var FindRequestBuilderRequestsMetadata16 = {
|
|
|
7657
8235
|
}
|
|
7658
8236
|
};
|
|
7659
8237
|
|
|
7660
|
-
// src/v1/
|
|
7661
|
-
|
|
7662
|
-
|
|
7663
|
-
|
|
7664
|
-
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
7669
|
-
|
|
7670
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
8238
|
+
// src/v1/partnerGroups/item/addMembers/index.ts
|
|
8239
|
+
var AddMembersRequestBuilderUriTemplate = "{+baseurl}/v1/partner-groups/{id}/add-members";
|
|
8240
|
+
var AddMembersRequestBuilderRequestsMetadata = {
|
|
8241
|
+
post: {
|
|
8242
|
+
uriTemplate: AddMembersRequestBuilderUriTemplate,
|
|
8243
|
+
responseBodyContentType: "application/json",
|
|
8244
|
+
adapterMethodName: "send",
|
|
8245
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue,
|
|
8246
|
+
requestBodyContentType: "application/json",
|
|
8247
|
+
requestBodySerializer: serializePartnerGroupMembersDto,
|
|
8248
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8249
|
+
}
|
|
8250
|
+
};
|
|
8251
|
+
|
|
8252
|
+
// src/v1/partnerGroups/item/removeMembers/index.ts
|
|
8253
|
+
var RemoveMembersRequestBuilderUriTemplate = "{+baseurl}/v1/partner-groups/{id}/remove-members";
|
|
8254
|
+
var RemoveMembersRequestBuilderRequestsMetadata = {
|
|
8255
|
+
post: {
|
|
8256
|
+
uriTemplate: RemoveMembersRequestBuilderUriTemplate,
|
|
8257
|
+
responseBodyContentType: "application/json",
|
|
8258
|
+
adapterMethodName: "send",
|
|
8259
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue,
|
|
8260
|
+
requestBodyContentType: "application/json",
|
|
8261
|
+
requestBodySerializer: serializePartnerGroupMembersDto,
|
|
8262
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8263
|
+
}
|
|
8264
|
+
};
|
|
8265
|
+
|
|
8266
|
+
// src/v1/partnerGroups/item/index.ts
|
|
8267
|
+
function createPartnerGroupDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
8268
|
+
return deserializeIntoPartnerGroupDto400Error;
|
|
7673
8269
|
}
|
|
7674
|
-
function
|
|
8270
|
+
function deserializeIntoPartnerGroupDto400Error(partnerGroupDto400Error = {}) {
|
|
7675
8271
|
return {
|
|
7676
8272
|
"message": (n) => {
|
|
7677
|
-
|
|
8273
|
+
partnerGroupDto400Error.messageEscaped = n.getStringValue();
|
|
7678
8274
|
}
|
|
7679
8275
|
};
|
|
7680
8276
|
}
|
|
7681
|
-
var
|
|
7682
|
-
var
|
|
8277
|
+
var PartnerGroupsItemRequestBuilderUriTemplate = "{+baseurl}/v1/partner-groups/{id}";
|
|
8278
|
+
var PartnerGroupsItemRequestBuilderNavigationMetadata = {
|
|
8279
|
+
addMembers: {
|
|
8280
|
+
requestsMetadata: AddMembersRequestBuilderRequestsMetadata
|
|
8281
|
+
},
|
|
8282
|
+
removeMembers: {
|
|
8283
|
+
requestsMetadata: RemoveMembersRequestBuilderRequestsMetadata
|
|
8284
|
+
}
|
|
8285
|
+
};
|
|
8286
|
+
var PartnerGroupsItemRequestBuilderRequestsMetadata = {
|
|
7683
8287
|
get: {
|
|
7684
|
-
uriTemplate:
|
|
8288
|
+
uriTemplate: PartnerGroupsItemRequestBuilderUriTemplate,
|
|
7685
8289
|
responseBodyContentType: "application/json",
|
|
7686
8290
|
errorMappings: {
|
|
7687
|
-
400:
|
|
8291
|
+
400: createPartnerGroupDto400ErrorFromDiscriminatorValue
|
|
7688
8292
|
},
|
|
7689
8293
|
adapterMethodName: "send",
|
|
7690
|
-
responseBodyFactory:
|
|
8294
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue
|
|
7691
8295
|
},
|
|
7692
8296
|
patch: {
|
|
7693
|
-
uriTemplate:
|
|
8297
|
+
uriTemplate: PartnerGroupsItemRequestBuilderUriTemplate,
|
|
7694
8298
|
responseBodyContentType: "application/json",
|
|
7695
8299
|
errorMappings: {
|
|
7696
|
-
400:
|
|
8300
|
+
400: createPartnerGroupDto400ErrorFromDiscriminatorValue
|
|
7697
8301
|
},
|
|
7698
|
-
adapterMethodName: "
|
|
7699
|
-
responseBodyFactory:
|
|
8302
|
+
adapterMethodName: "send",
|
|
8303
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue,
|
|
7700
8304
|
requestBodyContentType: "application/json",
|
|
7701
|
-
requestBodySerializer:
|
|
8305
|
+
requestBodySerializer: serializeUpdatePartnerGroupDto,
|
|
7702
8306
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
7703
8307
|
}
|
|
7704
8308
|
};
|
|
7705
8309
|
|
|
7706
|
-
// src/v1/
|
|
7707
|
-
function
|
|
7708
|
-
return
|
|
8310
|
+
// src/v1/partnerGroups/index.ts
|
|
8311
|
+
function createPartnerGroupDto400ErrorFromDiscriminatorValue2(parseNode) {
|
|
8312
|
+
return deserializeIntoPartnerGroupDto400Error2;
|
|
7709
8313
|
}
|
|
7710
|
-
function
|
|
7711
|
-
return
|
|
8314
|
+
function createPartnerGroups400ErrorFromDiscriminatorValue(parseNode) {
|
|
8315
|
+
return deserializeIntoPartnerGroups400Error;
|
|
7712
8316
|
}
|
|
7713
|
-
function
|
|
7714
|
-
return
|
|
8317
|
+
function createPartnerGroupsGetResponseFromDiscriminatorValue(parseNode) {
|
|
8318
|
+
return deserializeIntoPartnerGroupsGetResponse;
|
|
7715
8319
|
}
|
|
7716
|
-
function
|
|
8320
|
+
function deserializeIntoPartnerGroupDto400Error2(partnerGroupDto400Error = {}) {
|
|
7717
8321
|
return {
|
|
7718
8322
|
"message": (n) => {
|
|
7719
|
-
|
|
8323
|
+
partnerGroupDto400Error.messageEscaped = n.getStringValue();
|
|
7720
8324
|
}
|
|
7721
8325
|
};
|
|
7722
8326
|
}
|
|
7723
|
-
function
|
|
8327
|
+
function deserializeIntoPartnerGroups400Error(partnerGroups400Error = {}) {
|
|
7724
8328
|
return {
|
|
7725
8329
|
"message": (n) => {
|
|
7726
|
-
|
|
8330
|
+
partnerGroups400Error.messageEscaped = n.getStringValue();
|
|
7727
8331
|
}
|
|
7728
8332
|
};
|
|
7729
8333
|
}
|
|
7730
|
-
function
|
|
8334
|
+
function deserializeIntoPartnerGroupsGetResponse(partnerGroupsGetResponse = {}) {
|
|
7731
8335
|
return {
|
|
7732
8336
|
"data": (n) => {
|
|
7733
|
-
|
|
8337
|
+
partnerGroupsGetResponse.data = n.getCollectionOfObjectValues(createPartnerGroupDtoFromDiscriminatorValue);
|
|
7734
8338
|
},
|
|
7735
8339
|
"object": (n) => {
|
|
7736
|
-
|
|
8340
|
+
partnerGroupsGetResponse.object = n.getEnumValue(PartnerGroupsGetResponse_objectObject);
|
|
7737
8341
|
},
|
|
7738
8342
|
"totalElements": (n) => {
|
|
7739
|
-
|
|
8343
|
+
partnerGroupsGetResponse.totalElements = n.getNumberValue();
|
|
7740
8344
|
}
|
|
7741
8345
|
};
|
|
7742
8346
|
}
|
|
7743
|
-
var
|
|
7744
|
-
var
|
|
8347
|
+
var PartnerGroupsRequestBuilderUriTemplate = "{+baseurl}/v1/partner-groups{?page*,size*,sort*,sortOrder*}";
|
|
8348
|
+
var PartnerGroupsGetResponse_objectObject = {
|
|
7745
8349
|
List: "list"
|
|
7746
8350
|
};
|
|
7747
|
-
var
|
|
8351
|
+
var PartnerGroupsRequestBuilderNavigationMetadata = {
|
|
7748
8352
|
byId: {
|
|
7749
|
-
requestsMetadata:
|
|
8353
|
+
requestsMetadata: PartnerGroupsItemRequestBuilderRequestsMetadata,
|
|
8354
|
+
navigationMetadata: PartnerGroupsItemRequestBuilderNavigationMetadata,
|
|
7750
8355
|
pathParametersMappings: ["id"]
|
|
7751
8356
|
},
|
|
7752
8357
|
find: {
|
|
7753
8358
|
requestsMetadata: FindRequestBuilderRequestsMetadata16
|
|
7754
8359
|
}
|
|
7755
8360
|
};
|
|
7756
|
-
var
|
|
8361
|
+
var PartnerGroupsRequestBuilderRequestsMetadata = {
|
|
7757
8362
|
get: {
|
|
7758
|
-
uriTemplate:
|
|
8363
|
+
uriTemplate: PartnerGroupsRequestBuilderUriTemplate,
|
|
7759
8364
|
responseBodyContentType: "application/json",
|
|
7760
8365
|
errorMappings: {
|
|
7761
|
-
400:
|
|
8366
|
+
400: createPartnerGroups400ErrorFromDiscriminatorValue
|
|
7762
8367
|
},
|
|
7763
8368
|
adapterMethodName: "send",
|
|
7764
|
-
responseBodyFactory:
|
|
8369
|
+
responseBodyFactory: createPartnerGroupsGetResponseFromDiscriminatorValue
|
|
7765
8370
|
},
|
|
7766
8371
|
post: {
|
|
7767
|
-
uriTemplate:
|
|
8372
|
+
uriTemplate: PartnerGroupsRequestBuilderUriTemplate,
|
|
7768
8373
|
responseBodyContentType: "application/json",
|
|
7769
8374
|
errorMappings: {
|
|
7770
|
-
400:
|
|
8375
|
+
400: createPartnerGroupDto400ErrorFromDiscriminatorValue2
|
|
7771
8376
|
},
|
|
7772
8377
|
adapterMethodName: "send",
|
|
7773
|
-
responseBodyFactory:
|
|
8378
|
+
responseBodyFactory: createPartnerGroupDtoFromDiscriminatorValue,
|
|
7774
8379
|
requestBodyContentType: "application/json",
|
|
7775
|
-
requestBodySerializer:
|
|
8380
|
+
requestBodySerializer: serializeCreatePartnerGroupDto,
|
|
7776
8381
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
7777
8382
|
}
|
|
7778
8383
|
};
|
|
7779
8384
|
|
|
7780
|
-
// src/v1/
|
|
8385
|
+
// src/v1/partnerInvitations/find/index.ts
|
|
7781
8386
|
function createFind400ErrorFromDiscriminatorValue17(parseNode) {
|
|
7782
8387
|
return deserializeIntoFind400Error17;
|
|
7783
8388
|
}
|
|
@@ -7794,7 +8399,7 @@ function deserializeIntoFind400Error17(find400Error = {}) {
|
|
|
7794
8399
|
function deserializeIntoFindPostResponse17(findPostResponse = {}) {
|
|
7795
8400
|
return {
|
|
7796
8401
|
"data": (n) => {
|
|
7797
|
-
findPostResponse.data = n.getCollectionOfObjectValues(
|
|
8402
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createPartnerInvitationDtoFromDiscriminatorValue);
|
|
7798
8403
|
},
|
|
7799
8404
|
"object": (n) => {
|
|
7800
8405
|
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject17);
|
|
@@ -7851,7 +8456,7 @@ function serializeQueryDTO16(writer, queryDTO = {}) {
|
|
|
7851
8456
|
break;
|
|
7852
8457
|
}
|
|
7853
8458
|
}
|
|
7854
|
-
var FindRequestBuilderUriTemplate17 = "{+baseurl}/v1/
|
|
8459
|
+
var FindRequestBuilderUriTemplate17 = "{+baseurl}/v1/partner-invitations/find{?page*,size*,sort*,sortOrder*}";
|
|
7855
8460
|
var FindPostResponse_objectObject17 = {
|
|
7856
8461
|
List: "list"
|
|
7857
8462
|
};
|
|
@@ -7870,110 +8475,683 @@ var FindRequestBuilderRequestsMetadata17 = {
|
|
|
7870
8475
|
}
|
|
7871
8476
|
};
|
|
7872
8477
|
|
|
7873
|
-
// src/v1/
|
|
7874
|
-
function
|
|
7875
|
-
return
|
|
8478
|
+
// src/v1/partnerInvitations/item/index.ts
|
|
8479
|
+
function createPartnerInvitationDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
8480
|
+
return deserializeIntoPartnerInvitationDto400Error;
|
|
7876
8481
|
}
|
|
7877
|
-
function
|
|
8482
|
+
function deserializeIntoPartnerInvitationDto400Error(partnerInvitationDto400Error = {}) {
|
|
7878
8483
|
return {
|
|
7879
8484
|
"message": (n) => {
|
|
7880
|
-
|
|
8485
|
+
partnerInvitationDto400Error.messageEscaped = n.getStringValue();
|
|
7881
8486
|
}
|
|
7882
8487
|
};
|
|
7883
8488
|
}
|
|
7884
|
-
var
|
|
7885
|
-
var
|
|
8489
|
+
var PartnerInvitationsItemRequestBuilderUriTemplate = "{+baseurl}/v1/partner-invitations/{id}";
|
|
8490
|
+
var PartnerInvitationsItemRequestBuilderRequestsMetadata = {
|
|
7886
8491
|
get: {
|
|
7887
|
-
uriTemplate:
|
|
8492
|
+
uriTemplate: PartnerInvitationsItemRequestBuilderUriTemplate,
|
|
7888
8493
|
responseBodyContentType: "application/json",
|
|
7889
8494
|
errorMappings: {
|
|
7890
|
-
400:
|
|
8495
|
+
400: createPartnerInvitationDto400ErrorFromDiscriminatorValue
|
|
7891
8496
|
},
|
|
7892
8497
|
adapterMethodName: "send",
|
|
7893
|
-
responseBodyFactory:
|
|
8498
|
+
responseBodyFactory: createPartnerInvitationDtoFromDiscriminatorValue
|
|
7894
8499
|
}
|
|
7895
8500
|
};
|
|
7896
8501
|
|
|
7897
|
-
// src/v1/
|
|
7898
|
-
function
|
|
7899
|
-
return
|
|
8502
|
+
// src/v1/partnerInvitations/index.ts
|
|
8503
|
+
function createPartnerInvitationDto400ErrorFromDiscriminatorValue2(parseNode) {
|
|
8504
|
+
return deserializeIntoPartnerInvitationDto400Error2;
|
|
7900
8505
|
}
|
|
7901
|
-
function
|
|
7902
|
-
return
|
|
8506
|
+
function createPartnerInvitations400ErrorFromDiscriminatorValue(parseNode) {
|
|
8507
|
+
return deserializeIntoPartnerInvitations400Error;
|
|
7903
8508
|
}
|
|
7904
|
-
function
|
|
8509
|
+
function createPartnerInvitationsGetResponseFromDiscriminatorValue(parseNode) {
|
|
8510
|
+
return deserializeIntoPartnerInvitationsGetResponse;
|
|
8511
|
+
}
|
|
8512
|
+
function deserializeIntoPartnerInvitationDto400Error2(partnerInvitationDto400Error = {}) {
|
|
7905
8513
|
return {
|
|
7906
8514
|
"message": (n) => {
|
|
7907
|
-
|
|
8515
|
+
partnerInvitationDto400Error.messageEscaped = n.getStringValue();
|
|
7908
8516
|
}
|
|
7909
8517
|
};
|
|
7910
8518
|
}
|
|
7911
|
-
function
|
|
8519
|
+
function deserializeIntoPartnerInvitations400Error(partnerInvitations400Error = {}) {
|
|
8520
|
+
return {
|
|
8521
|
+
"message": (n) => {
|
|
8522
|
+
partnerInvitations400Error.messageEscaped = n.getStringValue();
|
|
8523
|
+
}
|
|
8524
|
+
};
|
|
8525
|
+
}
|
|
8526
|
+
function deserializeIntoPartnerInvitationsGetResponse(partnerInvitationsGetResponse = {}) {
|
|
7912
8527
|
return {
|
|
7913
8528
|
"data": (n) => {
|
|
7914
|
-
|
|
8529
|
+
partnerInvitationsGetResponse.data = n.getCollectionOfObjectValues(createPartnerInvitationDtoFromDiscriminatorValue);
|
|
7915
8530
|
},
|
|
7916
8531
|
"object": (n) => {
|
|
7917
|
-
|
|
8532
|
+
partnerInvitationsGetResponse.object = n.getEnumValue(PartnerInvitationsGetResponse_objectObject);
|
|
7918
8533
|
},
|
|
7919
8534
|
"totalElements": (n) => {
|
|
7920
|
-
|
|
8535
|
+
partnerInvitationsGetResponse.totalElements = n.getNumberValue();
|
|
7921
8536
|
}
|
|
7922
8537
|
};
|
|
7923
8538
|
}
|
|
7924
|
-
var
|
|
7925
|
-
var
|
|
8539
|
+
var PartnerInvitationsRequestBuilderUriTemplate = "{+baseurl}/v1/partner-invitations{?page*,size*,sort*,sortOrder*}";
|
|
8540
|
+
var PartnerInvitationsGetResponse_objectObject = {
|
|
7926
8541
|
List: "list"
|
|
7927
8542
|
};
|
|
7928
|
-
var
|
|
8543
|
+
var PartnerInvitationsRequestBuilderNavigationMetadata = {
|
|
7929
8544
|
byId: {
|
|
7930
|
-
requestsMetadata:
|
|
8545
|
+
requestsMetadata: PartnerInvitationsItemRequestBuilderRequestsMetadata,
|
|
7931
8546
|
pathParametersMappings: ["id"]
|
|
7932
8547
|
},
|
|
7933
8548
|
find: {
|
|
7934
8549
|
requestsMetadata: FindRequestBuilderRequestsMetadata17
|
|
7935
8550
|
}
|
|
7936
8551
|
};
|
|
7937
|
-
var
|
|
8552
|
+
var PartnerInvitationsRequestBuilderRequestsMetadata = {
|
|
7938
8553
|
get: {
|
|
7939
|
-
uriTemplate:
|
|
8554
|
+
uriTemplate: PartnerInvitationsRequestBuilderUriTemplate,
|
|
7940
8555
|
responseBodyContentType: "application/json",
|
|
7941
8556
|
errorMappings: {
|
|
7942
|
-
400:
|
|
8557
|
+
400: createPartnerInvitations400ErrorFromDiscriminatorValue
|
|
7943
8558
|
},
|
|
7944
8559
|
adapterMethodName: "send",
|
|
7945
|
-
responseBodyFactory:
|
|
7946
|
-
}
|
|
7947
|
-
|
|
7948
|
-
|
|
7949
|
-
|
|
8560
|
+
responseBodyFactory: createPartnerInvitationsGetResponseFromDiscriminatorValue
|
|
8561
|
+
},
|
|
8562
|
+
post: {
|
|
8563
|
+
uriTemplate: PartnerInvitationsRequestBuilderUriTemplate,
|
|
8564
|
+
responseBodyContentType: "application/json",
|
|
8565
|
+
errorMappings: {
|
|
8566
|
+
400: createPartnerInvitationDto400ErrorFromDiscriminatorValue2
|
|
8567
|
+
},
|
|
8568
|
+
adapterMethodName: "send",
|
|
8569
|
+
responseBodyFactory: createPartnerInvitationDtoFromDiscriminatorValue,
|
|
8570
|
+
requestBodyContentType: "application/json",
|
|
8571
|
+
requestBodySerializer: serializePartnerInvitationCreateDto,
|
|
8572
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8573
|
+
}
|
|
8574
|
+
};
|
|
8575
|
+
|
|
8576
|
+
// src/v1/partners/find/index.ts
|
|
7950
8577
|
function createFind400ErrorFromDiscriminatorValue18(parseNode) {
|
|
7951
8578
|
return deserializeIntoFind400Error18;
|
|
7952
8579
|
}
|
|
7953
|
-
function createFindPostResponseFromDiscriminatorValue18(parseNode) {
|
|
7954
|
-
return deserializeIntoFindPostResponse18;
|
|
8580
|
+
function createFindPostResponseFromDiscriminatorValue18(parseNode) {
|
|
8581
|
+
return deserializeIntoFindPostResponse18;
|
|
8582
|
+
}
|
|
8583
|
+
function deserializeIntoFind400Error18(find400Error = {}) {
|
|
8584
|
+
return {
|
|
8585
|
+
"message": (n) => {
|
|
8586
|
+
find400Error.messageEscaped = n.getStringValue();
|
|
8587
|
+
}
|
|
8588
|
+
};
|
|
8589
|
+
}
|
|
8590
|
+
function deserializeIntoFindPostResponse18(findPostResponse = {}) {
|
|
8591
|
+
return {
|
|
8592
|
+
"data": (n) => {
|
|
8593
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createPartnerDtoFromDiscriminatorValue);
|
|
8594
|
+
},
|
|
8595
|
+
"object": (n) => {
|
|
8596
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject18);
|
|
8597
|
+
},
|
|
8598
|
+
"totalElements": (n) => {
|
|
8599
|
+
findPostResponse.totalElements = n.getNumberValue();
|
|
8600
|
+
}
|
|
8601
|
+
};
|
|
8602
|
+
}
|
|
8603
|
+
function serializeQueryDTO17(writer, queryDTO = {}) {
|
|
8604
|
+
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8605
|
+
switch (queryDTO.type) {
|
|
8606
|
+
case "and":
|
|
8607
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8608
|
+
break;
|
|
8609
|
+
case "eq":
|
|
8610
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8611
|
+
break;
|
|
8612
|
+
case "false":
|
|
8613
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8614
|
+
break;
|
|
8615
|
+
case "greater":
|
|
8616
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8617
|
+
break;
|
|
8618
|
+
case "greaterOrEqual":
|
|
8619
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8620
|
+
break;
|
|
8621
|
+
case "in":
|
|
8622
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8623
|
+
break;
|
|
8624
|
+
case "isNull":
|
|
8625
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8626
|
+
break;
|
|
8627
|
+
case "localizedSearch":
|
|
8628
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8629
|
+
break;
|
|
8630
|
+
case "lower":
|
|
8631
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8632
|
+
break;
|
|
8633
|
+
case "lowerOrEqual":
|
|
8634
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8635
|
+
break;
|
|
8636
|
+
case "notIn":
|
|
8637
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8638
|
+
break;
|
|
8639
|
+
case "or":
|
|
8640
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8641
|
+
break;
|
|
8642
|
+
case "search":
|
|
8643
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8644
|
+
break;
|
|
8645
|
+
case "true":
|
|
8646
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8647
|
+
break;
|
|
8648
|
+
}
|
|
8649
|
+
}
|
|
8650
|
+
var FindRequestBuilderUriTemplate18 = "{+baseurl}/v1/partners/find{?page*,size*,sort*,sortOrder*}";
|
|
8651
|
+
var FindPostResponse_objectObject18 = {
|
|
8652
|
+
List: "list"
|
|
8653
|
+
};
|
|
8654
|
+
var FindRequestBuilderRequestsMetadata18 = {
|
|
8655
|
+
post: {
|
|
8656
|
+
uriTemplate: FindRequestBuilderUriTemplate18,
|
|
8657
|
+
responseBodyContentType: "application/json",
|
|
8658
|
+
errorMappings: {
|
|
8659
|
+
400: createFind400ErrorFromDiscriminatorValue18
|
|
8660
|
+
},
|
|
8661
|
+
adapterMethodName: "send",
|
|
8662
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue18,
|
|
8663
|
+
requestBodyContentType: "application/json",
|
|
8664
|
+
requestBodySerializer: serializeQueryDTO17,
|
|
8665
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8666
|
+
}
|
|
8667
|
+
};
|
|
8668
|
+
|
|
8669
|
+
// src/v1/partners/item/index.ts
|
|
8670
|
+
function createPartnerDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
8671
|
+
return deserializeIntoPartnerDto400Error;
|
|
8672
|
+
}
|
|
8673
|
+
function deserializeIntoPartnerDto400Error(partnerDto400Error = {}) {
|
|
8674
|
+
return {
|
|
8675
|
+
"message": (n) => {
|
|
8676
|
+
partnerDto400Error.messageEscaped = n.getStringValue();
|
|
8677
|
+
}
|
|
8678
|
+
};
|
|
8679
|
+
}
|
|
8680
|
+
var PartnersItemRequestBuilderUriTemplate = "{+baseurl}/v1/partners/{id}";
|
|
8681
|
+
var PartnersItemRequestBuilderRequestsMetadata = {
|
|
8682
|
+
get: {
|
|
8683
|
+
uriTemplate: PartnersItemRequestBuilderUriTemplate,
|
|
8684
|
+
responseBodyContentType: "application/json",
|
|
8685
|
+
errorMappings: {
|
|
8686
|
+
400: createPartnerDto400ErrorFromDiscriminatorValue
|
|
8687
|
+
},
|
|
8688
|
+
adapterMethodName: "send",
|
|
8689
|
+
responseBodyFactory: createPartnerDtoFromDiscriminatorValue
|
|
8690
|
+
}
|
|
8691
|
+
};
|
|
8692
|
+
|
|
8693
|
+
// src/v1/partners/index.ts
|
|
8694
|
+
function createPartners400ErrorFromDiscriminatorValue(parseNode) {
|
|
8695
|
+
return deserializeIntoPartners400Error;
|
|
8696
|
+
}
|
|
8697
|
+
function createPartnersGetResponseFromDiscriminatorValue(parseNode) {
|
|
8698
|
+
return deserializeIntoPartnersGetResponse;
|
|
8699
|
+
}
|
|
8700
|
+
function deserializeIntoPartners400Error(partners400Error = {}) {
|
|
8701
|
+
return {
|
|
8702
|
+
"message": (n) => {
|
|
8703
|
+
partners400Error.messageEscaped = n.getStringValue();
|
|
8704
|
+
}
|
|
8705
|
+
};
|
|
8706
|
+
}
|
|
8707
|
+
function deserializeIntoPartnersGetResponse(partnersGetResponse = {}) {
|
|
8708
|
+
return {
|
|
8709
|
+
"data": (n) => {
|
|
8710
|
+
partnersGetResponse.data = n.getCollectionOfObjectValues(createPartnerDtoFromDiscriminatorValue);
|
|
8711
|
+
},
|
|
8712
|
+
"object": (n) => {
|
|
8713
|
+
partnersGetResponse.object = n.getEnumValue(PartnersGetResponse_objectObject);
|
|
8714
|
+
},
|
|
8715
|
+
"totalElements": (n) => {
|
|
8716
|
+
partnersGetResponse.totalElements = n.getNumberValue();
|
|
8717
|
+
}
|
|
8718
|
+
};
|
|
8719
|
+
}
|
|
8720
|
+
var PartnersRequestBuilderUriTemplate = "{+baseurl}/v1/partners{?page*,size*,sort*,sortOrder*}";
|
|
8721
|
+
var PartnersGetResponse_objectObject = {
|
|
8722
|
+
List: "list"
|
|
8723
|
+
};
|
|
8724
|
+
var PartnersRequestBuilderNavigationMetadata = {
|
|
8725
|
+
byId: {
|
|
8726
|
+
requestsMetadata: PartnersItemRequestBuilderRequestsMetadata,
|
|
8727
|
+
pathParametersMappings: ["id"]
|
|
8728
|
+
},
|
|
8729
|
+
find: {
|
|
8730
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata18
|
|
8731
|
+
}
|
|
8732
|
+
};
|
|
8733
|
+
var PartnersRequestBuilderRequestsMetadata = {
|
|
8734
|
+
get: {
|
|
8735
|
+
uriTemplate: PartnersRequestBuilderUriTemplate,
|
|
8736
|
+
responseBodyContentType: "application/json",
|
|
8737
|
+
errorMappings: {
|
|
8738
|
+
400: createPartners400ErrorFromDiscriminatorValue
|
|
8739
|
+
},
|
|
8740
|
+
adapterMethodName: "send",
|
|
8741
|
+
responseBodyFactory: createPartnersGetResponseFromDiscriminatorValue
|
|
8742
|
+
}
|
|
8743
|
+
};
|
|
8744
|
+
|
|
8745
|
+
// src/v1/publications/find/index.ts
|
|
8746
|
+
function createFind400ErrorFromDiscriminatorValue19(parseNode) {
|
|
8747
|
+
return deserializeIntoFind400Error19;
|
|
8748
|
+
}
|
|
8749
|
+
function createFindPostResponseFromDiscriminatorValue19(parseNode) {
|
|
8750
|
+
return deserializeIntoFindPostResponse19;
|
|
8751
|
+
}
|
|
8752
|
+
function deserializeIntoFind400Error19(find400Error = {}) {
|
|
8753
|
+
return {
|
|
8754
|
+
"message": (n) => {
|
|
8755
|
+
find400Error.messageEscaped = n.getStringValue();
|
|
8756
|
+
}
|
|
8757
|
+
};
|
|
8758
|
+
}
|
|
8759
|
+
function deserializeIntoFindPostResponse19(findPostResponse = {}) {
|
|
8760
|
+
return {
|
|
8761
|
+
"data": (n) => {
|
|
8762
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createPublicationDtoFromDiscriminatorValue);
|
|
8763
|
+
},
|
|
8764
|
+
"object": (n) => {
|
|
8765
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject19);
|
|
8766
|
+
},
|
|
8767
|
+
"totalElements": (n) => {
|
|
8768
|
+
findPostResponse.totalElements = n.getNumberValue();
|
|
8769
|
+
}
|
|
8770
|
+
};
|
|
8771
|
+
}
|
|
8772
|
+
function serializeQueryDTO18(writer, queryDTO = {}) {
|
|
8773
|
+
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8774
|
+
switch (queryDTO.type) {
|
|
8775
|
+
case "and":
|
|
8776
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8777
|
+
break;
|
|
8778
|
+
case "eq":
|
|
8779
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8780
|
+
break;
|
|
8781
|
+
case "false":
|
|
8782
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8783
|
+
break;
|
|
8784
|
+
case "greater":
|
|
8785
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8786
|
+
break;
|
|
8787
|
+
case "greaterOrEqual":
|
|
8788
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8789
|
+
break;
|
|
8790
|
+
case "in":
|
|
8791
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8792
|
+
break;
|
|
8793
|
+
case "isNull":
|
|
8794
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8795
|
+
break;
|
|
8796
|
+
case "localizedSearch":
|
|
8797
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8798
|
+
break;
|
|
8799
|
+
case "lower":
|
|
8800
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8801
|
+
break;
|
|
8802
|
+
case "lowerOrEqual":
|
|
8803
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8804
|
+
break;
|
|
8805
|
+
case "notIn":
|
|
8806
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8807
|
+
break;
|
|
8808
|
+
case "or":
|
|
8809
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8810
|
+
break;
|
|
8811
|
+
case "search":
|
|
8812
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8813
|
+
break;
|
|
8814
|
+
case "true":
|
|
8815
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8816
|
+
break;
|
|
8817
|
+
}
|
|
8818
|
+
}
|
|
8819
|
+
var FindRequestBuilderUriTemplate19 = "{+baseurl}/v1/publications/find{?page*,size*,sort*,sortOrder*}";
|
|
8820
|
+
var FindPostResponse_objectObject19 = {
|
|
8821
|
+
List: "list"
|
|
8822
|
+
};
|
|
8823
|
+
var FindRequestBuilderRequestsMetadata19 = {
|
|
8824
|
+
post: {
|
|
8825
|
+
uriTemplate: FindRequestBuilderUriTemplate19,
|
|
8826
|
+
responseBodyContentType: "application/json",
|
|
8827
|
+
errorMappings: {
|
|
8828
|
+
400: createFind400ErrorFromDiscriminatorValue19
|
|
8829
|
+
},
|
|
8830
|
+
adapterMethodName: "send",
|
|
8831
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue19,
|
|
8832
|
+
requestBodyContentType: "application/json",
|
|
8833
|
+
requestBodySerializer: serializeQueryDTO18,
|
|
8834
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8835
|
+
}
|
|
8836
|
+
};
|
|
8837
|
+
|
|
8838
|
+
// src/v1/publications/item/index.ts
|
|
8839
|
+
function createPublicationDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
8840
|
+
return deserializeIntoPublicationDto400Error;
|
|
8841
|
+
}
|
|
8842
|
+
function createPublications400ErrorFromDiscriminatorValue(parseNode) {
|
|
8843
|
+
return deserializeIntoPublications400Error;
|
|
8844
|
+
}
|
|
8845
|
+
function deserializeIntoPublicationDto400Error(publicationDto400Error = {}) {
|
|
8846
|
+
return {
|
|
8847
|
+
"message": (n) => {
|
|
8848
|
+
publicationDto400Error.messageEscaped = n.getStringValue();
|
|
8849
|
+
}
|
|
8850
|
+
};
|
|
8851
|
+
}
|
|
8852
|
+
function deserializeIntoPublications400Error(publications400Error = {}) {
|
|
8853
|
+
return {
|
|
8854
|
+
"message": (n) => {
|
|
8855
|
+
publications400Error.messageEscaped = n.getStringValue();
|
|
8856
|
+
}
|
|
8857
|
+
};
|
|
8858
|
+
}
|
|
8859
|
+
var PublicationsItemRequestBuilderUriTemplate = "{+baseurl}/v1/publications/{id}";
|
|
8860
|
+
var PublicationsItemRequestBuilderRequestsMetadata = {
|
|
8861
|
+
get: {
|
|
8862
|
+
uriTemplate: PublicationsItemRequestBuilderUriTemplate,
|
|
8863
|
+
responseBodyContentType: "application/json",
|
|
8864
|
+
errorMappings: {
|
|
8865
|
+
400: createPublicationDto400ErrorFromDiscriminatorValue
|
|
8866
|
+
},
|
|
8867
|
+
adapterMethodName: "send",
|
|
8868
|
+
responseBodyFactory: createPublicationDtoFromDiscriminatorValue
|
|
8869
|
+
},
|
|
8870
|
+
patch: {
|
|
8871
|
+
uriTemplate: PublicationsItemRequestBuilderUriTemplate,
|
|
8872
|
+
responseBodyContentType: "application/json",
|
|
8873
|
+
errorMappings: {
|
|
8874
|
+
400: createPublications400ErrorFromDiscriminatorValue
|
|
8875
|
+
},
|
|
8876
|
+
adapterMethodName: "sendPrimitive",
|
|
8877
|
+
responseBodyFactory: "ArrayBuffer",
|
|
8878
|
+
requestBodyContentType: "application/json",
|
|
8879
|
+
requestBodySerializer: serializePatchPublicationDto,
|
|
8880
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8881
|
+
}
|
|
8882
|
+
};
|
|
8883
|
+
|
|
8884
|
+
// src/v1/publications/index.ts
|
|
8885
|
+
function createPublicationDto400ErrorFromDiscriminatorValue2(parseNode) {
|
|
8886
|
+
return deserializeIntoPublicationDto400Error2;
|
|
8887
|
+
}
|
|
8888
|
+
function createPublications400ErrorFromDiscriminatorValue2(parseNode) {
|
|
8889
|
+
return deserializeIntoPublications400Error2;
|
|
8890
|
+
}
|
|
8891
|
+
function createPublicationsGetResponseFromDiscriminatorValue(parseNode) {
|
|
8892
|
+
return deserializeIntoPublicationsGetResponse;
|
|
8893
|
+
}
|
|
8894
|
+
function deserializeIntoPublicationDto400Error2(publicationDto400Error = {}) {
|
|
8895
|
+
return {
|
|
8896
|
+
"message": (n) => {
|
|
8897
|
+
publicationDto400Error.messageEscaped = n.getStringValue();
|
|
8898
|
+
}
|
|
8899
|
+
};
|
|
8900
|
+
}
|
|
8901
|
+
function deserializeIntoPublications400Error2(publications400Error = {}) {
|
|
8902
|
+
return {
|
|
8903
|
+
"message": (n) => {
|
|
8904
|
+
publications400Error.messageEscaped = n.getStringValue();
|
|
8905
|
+
}
|
|
8906
|
+
};
|
|
8907
|
+
}
|
|
8908
|
+
function deserializeIntoPublicationsGetResponse(publicationsGetResponse = {}) {
|
|
8909
|
+
return {
|
|
8910
|
+
"data": (n) => {
|
|
8911
|
+
publicationsGetResponse.data = n.getCollectionOfObjectValues(createPublicationDtoFromDiscriminatorValue);
|
|
8912
|
+
},
|
|
8913
|
+
"object": (n) => {
|
|
8914
|
+
publicationsGetResponse.object = n.getEnumValue(PublicationsGetResponse_objectObject);
|
|
8915
|
+
},
|
|
8916
|
+
"totalElements": (n) => {
|
|
8917
|
+
publicationsGetResponse.totalElements = n.getNumberValue();
|
|
8918
|
+
}
|
|
8919
|
+
};
|
|
8920
|
+
}
|
|
8921
|
+
var PublicationsRequestBuilderUriTemplate = "{+baseurl}/v1/publications{?page*,size*,sort*,sortOrder*}";
|
|
8922
|
+
var PublicationsGetResponse_objectObject = {
|
|
8923
|
+
List: "list"
|
|
8924
|
+
};
|
|
8925
|
+
var PublicationsRequestBuilderNavigationMetadata = {
|
|
8926
|
+
byId: {
|
|
8927
|
+
requestsMetadata: PublicationsItemRequestBuilderRequestsMetadata,
|
|
8928
|
+
pathParametersMappings: ["id"]
|
|
8929
|
+
},
|
|
8930
|
+
find: {
|
|
8931
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata19
|
|
8932
|
+
}
|
|
8933
|
+
};
|
|
8934
|
+
var PublicationsRequestBuilderRequestsMetadata = {
|
|
8935
|
+
get: {
|
|
8936
|
+
uriTemplate: PublicationsRequestBuilderUriTemplate,
|
|
8937
|
+
responseBodyContentType: "application/json",
|
|
8938
|
+
errorMappings: {
|
|
8939
|
+
400: createPublications400ErrorFromDiscriminatorValue2
|
|
8940
|
+
},
|
|
8941
|
+
adapterMethodName: "send",
|
|
8942
|
+
responseBodyFactory: createPublicationsGetResponseFromDiscriminatorValue
|
|
8943
|
+
},
|
|
8944
|
+
post: {
|
|
8945
|
+
uriTemplate: PublicationsRequestBuilderUriTemplate,
|
|
8946
|
+
responseBodyContentType: "application/json",
|
|
8947
|
+
errorMappings: {
|
|
8948
|
+
400: createPublicationDto400ErrorFromDiscriminatorValue2
|
|
8949
|
+
},
|
|
8950
|
+
adapterMethodName: "send",
|
|
8951
|
+
responseBodyFactory: createPublicationDtoFromDiscriminatorValue,
|
|
8952
|
+
requestBodyContentType: "application/json",
|
|
8953
|
+
requestBodySerializer: serializeCreatePublicationDto,
|
|
8954
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8955
|
+
}
|
|
8956
|
+
};
|
|
8957
|
+
|
|
8958
|
+
// src/v1/screenColumns/find/index.ts
|
|
8959
|
+
function createFind400ErrorFromDiscriminatorValue20(parseNode) {
|
|
8960
|
+
return deserializeIntoFind400Error20;
|
|
8961
|
+
}
|
|
8962
|
+
function createFindPostResponseFromDiscriminatorValue20(parseNode) {
|
|
8963
|
+
return deserializeIntoFindPostResponse20;
|
|
8964
|
+
}
|
|
8965
|
+
function deserializeIntoFind400Error20(find400Error = {}) {
|
|
8966
|
+
return {
|
|
8967
|
+
"message": (n) => {
|
|
8968
|
+
find400Error.messageEscaped = n.getStringValue();
|
|
8969
|
+
}
|
|
8970
|
+
};
|
|
8971
|
+
}
|
|
8972
|
+
function deserializeIntoFindPostResponse20(findPostResponse = {}) {
|
|
8973
|
+
return {
|
|
8974
|
+
"data": (n) => {
|
|
8975
|
+
findPostResponse.data = n.getCollectionOfObjectValues(createScreenColumnDtoFromDiscriminatorValue);
|
|
8976
|
+
},
|
|
8977
|
+
"object": (n) => {
|
|
8978
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject20);
|
|
8979
|
+
},
|
|
8980
|
+
"totalElements": (n) => {
|
|
8981
|
+
findPostResponse.totalElements = n.getNumberValue();
|
|
8982
|
+
}
|
|
8983
|
+
};
|
|
8984
|
+
}
|
|
8985
|
+
function serializeQueryDTO19(writer, queryDTO = {}) {
|
|
8986
|
+
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8987
|
+
switch (queryDTO.type) {
|
|
8988
|
+
case "and":
|
|
8989
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
8990
|
+
break;
|
|
8991
|
+
case "eq":
|
|
8992
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8993
|
+
break;
|
|
8994
|
+
case "false":
|
|
8995
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8996
|
+
break;
|
|
8997
|
+
case "greater":
|
|
8998
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
8999
|
+
break;
|
|
9000
|
+
case "greaterOrEqual":
|
|
9001
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
9002
|
+
break;
|
|
9003
|
+
case "in":
|
|
9004
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
9005
|
+
break;
|
|
9006
|
+
case "isNull":
|
|
9007
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
9008
|
+
break;
|
|
9009
|
+
case "localizedSearch":
|
|
9010
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
9011
|
+
break;
|
|
9012
|
+
case "lower":
|
|
9013
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
9014
|
+
break;
|
|
9015
|
+
case "lowerOrEqual":
|
|
9016
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
9017
|
+
break;
|
|
9018
|
+
case "notIn":
|
|
9019
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
9020
|
+
break;
|
|
9021
|
+
case "or":
|
|
9022
|
+
serializeHighOrderQueryDTO(writer, queryDTO);
|
|
9023
|
+
break;
|
|
9024
|
+
case "search":
|
|
9025
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
9026
|
+
break;
|
|
9027
|
+
case "true":
|
|
9028
|
+
serializeLowOrderQueryDTO(writer, queryDTO);
|
|
9029
|
+
break;
|
|
9030
|
+
}
|
|
9031
|
+
}
|
|
9032
|
+
var FindRequestBuilderUriTemplate20 = "{+baseurl}/v1/screen-columns/find?screenSectionId={screenSectionId}{&page*,parentId*,size*,sort*,sortOrder*}";
|
|
9033
|
+
var FindPostResponse_objectObject20 = {
|
|
9034
|
+
List: "list"
|
|
9035
|
+
};
|
|
9036
|
+
var FindRequestBuilderRequestsMetadata20 = {
|
|
9037
|
+
post: {
|
|
9038
|
+
uriTemplate: FindRequestBuilderUriTemplate20,
|
|
9039
|
+
responseBodyContentType: "application/json",
|
|
9040
|
+
errorMappings: {
|
|
9041
|
+
400: createFind400ErrorFromDiscriminatorValue20
|
|
9042
|
+
},
|
|
9043
|
+
adapterMethodName: "send",
|
|
9044
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue20,
|
|
9045
|
+
requestBodyContentType: "application/json",
|
|
9046
|
+
requestBodySerializer: serializeQueryDTO19,
|
|
9047
|
+
requestInformationContentSetMethod: "setContentFromParsable"
|
|
9048
|
+
}
|
|
9049
|
+
};
|
|
9050
|
+
|
|
9051
|
+
// src/v1/screenColumns/item/index.ts
|
|
9052
|
+
function createScreenColumnDto400ErrorFromDiscriminatorValue(parseNode) {
|
|
9053
|
+
return deserializeIntoScreenColumnDto400Error;
|
|
9054
|
+
}
|
|
9055
|
+
function deserializeIntoScreenColumnDto400Error(screenColumnDto400Error = {}) {
|
|
9056
|
+
return {
|
|
9057
|
+
"message": (n) => {
|
|
9058
|
+
screenColumnDto400Error.messageEscaped = n.getStringValue();
|
|
9059
|
+
}
|
|
9060
|
+
};
|
|
9061
|
+
}
|
|
9062
|
+
var ScreenColumnsItemRequestBuilderUriTemplate = "{+baseurl}/v1/screen-columns/{id}";
|
|
9063
|
+
var ScreenColumnsItemRequestBuilderRequestsMetadata = {
|
|
9064
|
+
get: {
|
|
9065
|
+
uriTemplate: ScreenColumnsItemRequestBuilderUriTemplate,
|
|
9066
|
+
responseBodyContentType: "application/json",
|
|
9067
|
+
errorMappings: {
|
|
9068
|
+
400: createScreenColumnDto400ErrorFromDiscriminatorValue
|
|
9069
|
+
},
|
|
9070
|
+
adapterMethodName: "send",
|
|
9071
|
+
responseBodyFactory: createScreenColumnDtoFromDiscriminatorValue
|
|
9072
|
+
}
|
|
9073
|
+
};
|
|
9074
|
+
|
|
9075
|
+
// src/v1/screenColumns/index.ts
|
|
9076
|
+
function createScreenColumns400ErrorFromDiscriminatorValue(parseNode) {
|
|
9077
|
+
return deserializeIntoScreenColumns400Error;
|
|
7955
9078
|
}
|
|
7956
|
-
function
|
|
9079
|
+
function createScreenColumnsGetResponseFromDiscriminatorValue(parseNode) {
|
|
9080
|
+
return deserializeIntoScreenColumnsGetResponse;
|
|
9081
|
+
}
|
|
9082
|
+
function deserializeIntoScreenColumns400Error(screenColumns400Error = {}) {
|
|
9083
|
+
return {
|
|
9084
|
+
"message": (n) => {
|
|
9085
|
+
screenColumns400Error.messageEscaped = n.getStringValue();
|
|
9086
|
+
}
|
|
9087
|
+
};
|
|
9088
|
+
}
|
|
9089
|
+
function deserializeIntoScreenColumnsGetResponse(screenColumnsGetResponse = {}) {
|
|
9090
|
+
return {
|
|
9091
|
+
"data": (n) => {
|
|
9092
|
+
screenColumnsGetResponse.data = n.getCollectionOfObjectValues(createScreenColumnDtoFromDiscriminatorValue);
|
|
9093
|
+
},
|
|
9094
|
+
"object": (n) => {
|
|
9095
|
+
screenColumnsGetResponse.object = n.getEnumValue(ScreenColumnsGetResponse_objectObject);
|
|
9096
|
+
},
|
|
9097
|
+
"totalElements": (n) => {
|
|
9098
|
+
screenColumnsGetResponse.totalElements = n.getNumberValue();
|
|
9099
|
+
}
|
|
9100
|
+
};
|
|
9101
|
+
}
|
|
9102
|
+
var ScreenColumnsRequestBuilderUriTemplate = "{+baseurl}/v1/screen-columns?screenSectionId={screenSectionId}{&page*,parentId*,size*,sort*,sortOrder*}";
|
|
9103
|
+
var ScreenColumnsGetResponse_objectObject = {
|
|
9104
|
+
List: "list"
|
|
9105
|
+
};
|
|
9106
|
+
var ScreenColumnsRequestBuilderNavigationMetadata = {
|
|
9107
|
+
byId: {
|
|
9108
|
+
requestsMetadata: ScreenColumnsItemRequestBuilderRequestsMetadata,
|
|
9109
|
+
pathParametersMappings: ["id"]
|
|
9110
|
+
},
|
|
9111
|
+
find: {
|
|
9112
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata20
|
|
9113
|
+
}
|
|
9114
|
+
};
|
|
9115
|
+
var ScreenColumnsRequestBuilderRequestsMetadata = {
|
|
9116
|
+
get: {
|
|
9117
|
+
uriTemplate: ScreenColumnsRequestBuilderUriTemplate,
|
|
9118
|
+
responseBodyContentType: "application/json",
|
|
9119
|
+
errorMappings: {
|
|
9120
|
+
400: createScreenColumns400ErrorFromDiscriminatorValue
|
|
9121
|
+
},
|
|
9122
|
+
adapterMethodName: "send",
|
|
9123
|
+
responseBodyFactory: createScreenColumnsGetResponseFromDiscriminatorValue
|
|
9124
|
+
}
|
|
9125
|
+
};
|
|
9126
|
+
|
|
9127
|
+
// src/v1/screens/find/index.ts
|
|
9128
|
+
function createFind400ErrorFromDiscriminatorValue21(parseNode) {
|
|
9129
|
+
return deserializeIntoFind400Error21;
|
|
9130
|
+
}
|
|
9131
|
+
function createFindPostResponseFromDiscriminatorValue21(parseNode) {
|
|
9132
|
+
return deserializeIntoFindPostResponse21;
|
|
9133
|
+
}
|
|
9134
|
+
function deserializeIntoFind400Error21(find400Error = {}) {
|
|
7957
9135
|
return {
|
|
7958
9136
|
"message": (n) => {
|
|
7959
9137
|
find400Error.messageEscaped = n.getStringValue();
|
|
7960
9138
|
}
|
|
7961
9139
|
};
|
|
7962
9140
|
}
|
|
7963
|
-
function
|
|
9141
|
+
function deserializeIntoFindPostResponse21(findPostResponse = {}) {
|
|
7964
9142
|
return {
|
|
7965
9143
|
"data": (n) => {
|
|
7966
9144
|
findPostResponse.data = n.getCollectionOfObjectValues(createScreenDtoFromDiscriminatorValue);
|
|
7967
9145
|
},
|
|
7968
9146
|
"object": (n) => {
|
|
7969
|
-
findPostResponse.object = n.getEnumValue(
|
|
9147
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject21);
|
|
7970
9148
|
},
|
|
7971
9149
|
"totalElements": (n) => {
|
|
7972
9150
|
findPostResponse.totalElements = n.getNumberValue();
|
|
7973
9151
|
}
|
|
7974
9152
|
};
|
|
7975
9153
|
}
|
|
7976
|
-
function
|
|
9154
|
+
function serializeQueryDTO20(writer, queryDTO = {}) {
|
|
7977
9155
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
7978
9156
|
switch (queryDTO.type) {
|
|
7979
9157
|
case "and":
|
|
@@ -8020,21 +9198,21 @@ function serializeQueryDTO17(writer, queryDTO = {}) {
|
|
|
8020
9198
|
break;
|
|
8021
9199
|
}
|
|
8022
9200
|
}
|
|
8023
|
-
var
|
|
8024
|
-
var
|
|
9201
|
+
var FindRequestBuilderUriTemplate21 = "{+baseurl}/v1/screens/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}";
|
|
9202
|
+
var FindPostResponse_objectObject21 = {
|
|
8025
9203
|
List: "list"
|
|
8026
9204
|
};
|
|
8027
|
-
var
|
|
9205
|
+
var FindRequestBuilderRequestsMetadata21 = {
|
|
8028
9206
|
post: {
|
|
8029
|
-
uriTemplate:
|
|
9207
|
+
uriTemplate: FindRequestBuilderUriTemplate21,
|
|
8030
9208
|
responseBodyContentType: "application/json",
|
|
8031
9209
|
errorMappings: {
|
|
8032
|
-
400:
|
|
9210
|
+
400: createFind400ErrorFromDiscriminatorValue21
|
|
8033
9211
|
},
|
|
8034
9212
|
adapterMethodName: "send",
|
|
8035
|
-
responseBodyFactory:
|
|
9213
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue21,
|
|
8036
9214
|
requestBodyContentType: "application/json",
|
|
8037
|
-
requestBodySerializer:
|
|
9215
|
+
requestBodySerializer: serializeQueryDTO20,
|
|
8038
9216
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8039
9217
|
}
|
|
8040
9218
|
};
|
|
@@ -8100,7 +9278,7 @@ var ScreensRequestBuilderNavigationMetadata = {
|
|
|
8100
9278
|
pathParametersMappings: ["id"]
|
|
8101
9279
|
},
|
|
8102
9280
|
find: {
|
|
8103
|
-
requestsMetadata:
|
|
9281
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata21
|
|
8104
9282
|
}
|
|
8105
9283
|
};
|
|
8106
9284
|
var ScreensRequestBuilderRequestsMetadata = {
|
|
@@ -8116,33 +9294,33 @@ var ScreensRequestBuilderRequestsMetadata = {
|
|
|
8116
9294
|
};
|
|
8117
9295
|
|
|
8118
9296
|
// src/v1/screenSections/find/index.ts
|
|
8119
|
-
function
|
|
8120
|
-
return
|
|
9297
|
+
function createFind400ErrorFromDiscriminatorValue22(parseNode) {
|
|
9298
|
+
return deserializeIntoFind400Error22;
|
|
8121
9299
|
}
|
|
8122
|
-
function
|
|
8123
|
-
return
|
|
9300
|
+
function createFindPostResponseFromDiscriminatorValue22(parseNode) {
|
|
9301
|
+
return deserializeIntoFindPostResponse22;
|
|
8124
9302
|
}
|
|
8125
|
-
function
|
|
9303
|
+
function deserializeIntoFind400Error22(find400Error = {}) {
|
|
8126
9304
|
return {
|
|
8127
9305
|
"message": (n) => {
|
|
8128
9306
|
find400Error.messageEscaped = n.getStringValue();
|
|
8129
9307
|
}
|
|
8130
9308
|
};
|
|
8131
9309
|
}
|
|
8132
|
-
function
|
|
9310
|
+
function deserializeIntoFindPostResponse22(findPostResponse = {}) {
|
|
8133
9311
|
return {
|
|
8134
9312
|
"data": (n) => {
|
|
8135
9313
|
findPostResponse.data = n.getCollectionOfObjectValues(createScreenSectionDtoFromDiscriminatorValue);
|
|
8136
9314
|
},
|
|
8137
9315
|
"object": (n) => {
|
|
8138
|
-
findPostResponse.object = n.getEnumValue(
|
|
9316
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject22);
|
|
8139
9317
|
},
|
|
8140
9318
|
"totalElements": (n) => {
|
|
8141
9319
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8142
9320
|
}
|
|
8143
9321
|
};
|
|
8144
9322
|
}
|
|
8145
|
-
function
|
|
9323
|
+
function serializeQueryDTO21(writer, queryDTO = {}) {
|
|
8146
9324
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8147
9325
|
switch (queryDTO.type) {
|
|
8148
9326
|
case "and":
|
|
@@ -8189,21 +9367,21 @@ function serializeQueryDTO18(writer, queryDTO = {}) {
|
|
|
8189
9367
|
break;
|
|
8190
9368
|
}
|
|
8191
9369
|
}
|
|
8192
|
-
var
|
|
8193
|
-
var
|
|
9370
|
+
var FindRequestBuilderUriTemplate22 = "{+baseurl}/v1/screen-sections/find?screenId={screenId}{&page*,size*,sort*,sortOrder*}";
|
|
9371
|
+
var FindPostResponse_objectObject22 = {
|
|
8194
9372
|
List: "list"
|
|
8195
9373
|
};
|
|
8196
|
-
var
|
|
9374
|
+
var FindRequestBuilderRequestsMetadata22 = {
|
|
8197
9375
|
post: {
|
|
8198
|
-
uriTemplate:
|
|
9376
|
+
uriTemplate: FindRequestBuilderUriTemplate22,
|
|
8199
9377
|
responseBodyContentType: "application/json",
|
|
8200
9378
|
errorMappings: {
|
|
8201
|
-
400:
|
|
9379
|
+
400: createFind400ErrorFromDiscriminatorValue22
|
|
8202
9380
|
},
|
|
8203
9381
|
adapterMethodName: "send",
|
|
8204
|
-
responseBodyFactory:
|
|
9382
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue22,
|
|
8205
9383
|
requestBodyContentType: "application/json",
|
|
8206
|
-
requestBodySerializer:
|
|
9384
|
+
requestBodySerializer: serializeQueryDTO21,
|
|
8207
9385
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8208
9386
|
}
|
|
8209
9387
|
};
|
|
@@ -8269,7 +9447,7 @@ var ScreenSectionsRequestBuilderNavigationMetadata = {
|
|
|
8269
9447
|
pathParametersMappings: ["id"]
|
|
8270
9448
|
},
|
|
8271
9449
|
find: {
|
|
8272
|
-
requestsMetadata:
|
|
9450
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata22
|
|
8273
9451
|
}
|
|
8274
9452
|
};
|
|
8275
9453
|
var ScreenSectionsRequestBuilderRequestsMetadata = {
|
|
@@ -8285,33 +9463,33 @@ var ScreenSectionsRequestBuilderRequestsMetadata = {
|
|
|
8285
9463
|
};
|
|
8286
9464
|
|
|
8287
9465
|
// src/v1/sections/find/index.ts
|
|
8288
|
-
function
|
|
8289
|
-
return
|
|
9466
|
+
function createFind400ErrorFromDiscriminatorValue23(parseNode) {
|
|
9467
|
+
return deserializeIntoFind400Error23;
|
|
8290
9468
|
}
|
|
8291
|
-
function
|
|
8292
|
-
return
|
|
9469
|
+
function createFindPostResponseFromDiscriminatorValue23(parseNode) {
|
|
9470
|
+
return deserializeIntoFindPostResponse23;
|
|
8293
9471
|
}
|
|
8294
|
-
function
|
|
9472
|
+
function deserializeIntoFind400Error23(find400Error = {}) {
|
|
8295
9473
|
return {
|
|
8296
9474
|
"message": (n) => {
|
|
8297
9475
|
find400Error.messageEscaped = n.getStringValue();
|
|
8298
9476
|
}
|
|
8299
9477
|
};
|
|
8300
9478
|
}
|
|
8301
|
-
function
|
|
9479
|
+
function deserializeIntoFindPostResponse23(findPostResponse = {}) {
|
|
8302
9480
|
return {
|
|
8303
9481
|
"data": (n) => {
|
|
8304
9482
|
findPostResponse.data = n.getCollectionOfObjectValues(createSectionDtoFromDiscriminatorValue);
|
|
8305
9483
|
},
|
|
8306
9484
|
"object": (n) => {
|
|
8307
|
-
findPostResponse.object = n.getEnumValue(
|
|
9485
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject23);
|
|
8308
9486
|
},
|
|
8309
9487
|
"totalElements": (n) => {
|
|
8310
9488
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8311
9489
|
}
|
|
8312
9490
|
};
|
|
8313
9491
|
}
|
|
8314
|
-
function
|
|
9492
|
+
function serializeQueryDTO22(writer, queryDTO = {}) {
|
|
8315
9493
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8316
9494
|
switch (queryDTO.type) {
|
|
8317
9495
|
case "and":
|
|
@@ -8358,21 +9536,21 @@ function serializeQueryDTO19(writer, queryDTO = {}) {
|
|
|
8358
9536
|
break;
|
|
8359
9537
|
}
|
|
8360
9538
|
}
|
|
8361
|
-
var
|
|
8362
|
-
var
|
|
9539
|
+
var FindRequestBuilderUriTemplate23 = "{+baseurl}/v1/sections/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}";
|
|
9540
|
+
var FindPostResponse_objectObject23 = {
|
|
8363
9541
|
List: "list"
|
|
8364
9542
|
};
|
|
8365
|
-
var
|
|
9543
|
+
var FindRequestBuilderRequestsMetadata23 = {
|
|
8366
9544
|
post: {
|
|
8367
|
-
uriTemplate:
|
|
9545
|
+
uriTemplate: FindRequestBuilderUriTemplate23,
|
|
8368
9546
|
responseBodyContentType: "application/json",
|
|
8369
9547
|
errorMappings: {
|
|
8370
|
-
400:
|
|
9548
|
+
400: createFind400ErrorFromDiscriminatorValue23
|
|
8371
9549
|
},
|
|
8372
9550
|
adapterMethodName: "send",
|
|
8373
|
-
responseBodyFactory:
|
|
9551
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue23,
|
|
8374
9552
|
requestBodyContentType: "application/json",
|
|
8375
|
-
requestBodySerializer:
|
|
9553
|
+
requestBodySerializer: serializeQueryDTO22,
|
|
8376
9554
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8377
9555
|
}
|
|
8378
9556
|
};
|
|
@@ -8438,7 +9616,7 @@ var SectionsRequestBuilderNavigationMetadata = {
|
|
|
8438
9616
|
pathParametersMappings: ["id"]
|
|
8439
9617
|
},
|
|
8440
9618
|
find: {
|
|
8441
|
-
requestsMetadata:
|
|
9619
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata23
|
|
8442
9620
|
}
|
|
8443
9621
|
};
|
|
8444
9622
|
var SectionsRequestBuilderRequestsMetadata = {
|
|
@@ -8454,33 +9632,33 @@ var SectionsRequestBuilderRequestsMetadata = {
|
|
|
8454
9632
|
};
|
|
8455
9633
|
|
|
8456
9634
|
// src/v1/suggestions/find/index.ts
|
|
8457
|
-
function
|
|
8458
|
-
return
|
|
9635
|
+
function createFind400ErrorFromDiscriminatorValue24(parseNode) {
|
|
9636
|
+
return deserializeIntoFind400Error24;
|
|
8459
9637
|
}
|
|
8460
|
-
function
|
|
8461
|
-
return
|
|
9638
|
+
function createFindPostResponseFromDiscriminatorValue24(parseNode) {
|
|
9639
|
+
return deserializeIntoFindPostResponse24;
|
|
8462
9640
|
}
|
|
8463
|
-
function
|
|
9641
|
+
function deserializeIntoFind400Error24(find400Error = {}) {
|
|
8464
9642
|
return {
|
|
8465
9643
|
"message": (n) => {
|
|
8466
9644
|
find400Error.messageEscaped = n.getStringValue();
|
|
8467
9645
|
}
|
|
8468
9646
|
};
|
|
8469
9647
|
}
|
|
8470
|
-
function
|
|
9648
|
+
function deserializeIntoFindPostResponse24(findPostResponse = {}) {
|
|
8471
9649
|
return {
|
|
8472
9650
|
"data": (n) => {
|
|
8473
9651
|
findPostResponse.data = n.getCollectionOfObjectValues(createSuggestionDtoFromDiscriminatorValue);
|
|
8474
9652
|
},
|
|
8475
9653
|
"object": (n) => {
|
|
8476
|
-
findPostResponse.object = n.getEnumValue(
|
|
9654
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject24);
|
|
8477
9655
|
},
|
|
8478
9656
|
"totalElements": (n) => {
|
|
8479
9657
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8480
9658
|
}
|
|
8481
9659
|
};
|
|
8482
9660
|
}
|
|
8483
|
-
function
|
|
9661
|
+
function serializeQueryDTO23(writer, queryDTO = {}) {
|
|
8484
9662
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8485
9663
|
switch (queryDTO.type) {
|
|
8486
9664
|
case "and":
|
|
@@ -8527,26 +9705,34 @@ function serializeQueryDTO20(writer, queryDTO = {}) {
|
|
|
8527
9705
|
break;
|
|
8528
9706
|
}
|
|
8529
9707
|
}
|
|
8530
|
-
var
|
|
8531
|
-
var
|
|
9708
|
+
var FindRequestBuilderUriTemplate24 = "{+baseurl}/v1/suggestions/find{?page*,size*,sort*,sortOrder*}";
|
|
9709
|
+
var FindPostResponse_objectObject24 = {
|
|
8532
9710
|
List: "list"
|
|
8533
9711
|
};
|
|
8534
|
-
var
|
|
9712
|
+
var FindRequestBuilderRequestsMetadata24 = {
|
|
8535
9713
|
post: {
|
|
8536
|
-
uriTemplate:
|
|
9714
|
+
uriTemplate: FindRequestBuilderUriTemplate24,
|
|
8537
9715
|
responseBodyContentType: "application/json",
|
|
8538
9716
|
errorMappings: {
|
|
8539
|
-
400:
|
|
9717
|
+
400: createFind400ErrorFromDiscriminatorValue24
|
|
8540
9718
|
},
|
|
8541
9719
|
adapterMethodName: "send",
|
|
8542
|
-
responseBodyFactory:
|
|
9720
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue24,
|
|
8543
9721
|
requestBodyContentType: "application/json",
|
|
8544
|
-
requestBodySerializer:
|
|
9722
|
+
requestBodySerializer: serializeQueryDTO23,
|
|
8545
9723
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8546
9724
|
}
|
|
8547
9725
|
};
|
|
8548
9726
|
|
|
8549
9727
|
// src/v1/suggestions/item/apply/index.ts
|
|
9728
|
+
function serializeApplyPostRequestBody(writer, applyPostRequestBody = {}) {
|
|
9729
|
+
if (applyPostRequestBody) {
|
|
9730
|
+
writer.writeCollectionOfObjectValues("compositeFields", applyPostRequestBody.compositeFields, serializeApplySuggestionOnCompositeDto);
|
|
9731
|
+
writer.writeCollectionOfPrimitiveValues("fieldsKey", applyPostRequestBody.fieldsKey);
|
|
9732
|
+
writer.writeBooleanValue("isAcknowledged", applyPostRequestBody.isAcknowledged);
|
|
9733
|
+
writer.writeAdditionalData(applyPostRequestBody.additionalData);
|
|
9734
|
+
}
|
|
9735
|
+
}
|
|
8550
9736
|
var ApplyRequestBuilderUriTemplate = "{+baseurl}/v1/suggestions/{id}/apply";
|
|
8551
9737
|
var ApplyRequestBuilderRequestsMetadata = {
|
|
8552
9738
|
post: {
|
|
@@ -8554,12 +9740,18 @@ var ApplyRequestBuilderRequestsMetadata = {
|
|
|
8554
9740
|
adapterMethodName: "sendPrimitive",
|
|
8555
9741
|
responseBodyFactory: "ArrayBuffer",
|
|
8556
9742
|
requestBodyContentType: "application/json",
|
|
8557
|
-
requestBodySerializer:
|
|
9743
|
+
requestBodySerializer: serializeApplyPostRequestBody,
|
|
8558
9744
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8559
9745
|
}
|
|
8560
9746
|
};
|
|
8561
9747
|
|
|
8562
9748
|
// src/v1/suggestions/item/applyAll/index.ts
|
|
9749
|
+
function serializeApplyAllPostRequestBody(writer, applyAllPostRequestBody = {}) {
|
|
9750
|
+
if (applyAllPostRequestBody) {
|
|
9751
|
+
writer.writeBooleanValue("isAcknowledged", applyAllPostRequestBody.isAcknowledged);
|
|
9752
|
+
writer.writeAdditionalData(applyAllPostRequestBody.additionalData);
|
|
9753
|
+
}
|
|
9754
|
+
}
|
|
8563
9755
|
var ApplyAllRequestBuilderUriTemplate = "{+baseurl}/v1/suggestions/{id}/apply-all";
|
|
8564
9756
|
var ApplyAllRequestBuilderRequestsMetadata = {
|
|
8565
9757
|
post: {
|
|
@@ -8567,7 +9759,7 @@ var ApplyAllRequestBuilderRequestsMetadata = {
|
|
|
8567
9759
|
adapterMethodName: "sendPrimitive",
|
|
8568
9760
|
responseBodyFactory: "ArrayBuffer",
|
|
8569
9761
|
requestBodyContentType: "application/json",
|
|
8570
|
-
requestBodySerializer:
|
|
9762
|
+
requestBodySerializer: serializeApplyAllPostRequestBody,
|
|
8571
9763
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8572
9764
|
}
|
|
8573
9765
|
};
|
|
@@ -8642,7 +9834,7 @@ var SuggestionsRequestBuilderNavigationMetadata = {
|
|
|
8642
9834
|
pathParametersMappings: ["id"]
|
|
8643
9835
|
},
|
|
8644
9836
|
find: {
|
|
8645
|
-
requestsMetadata:
|
|
9837
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata24
|
|
8646
9838
|
}
|
|
8647
9839
|
};
|
|
8648
9840
|
var SuggestionsRequestBuilderRequestsMetadata = {
|
|
@@ -8658,33 +9850,33 @@ var SuggestionsRequestBuilderRequestsMetadata = {
|
|
|
8658
9850
|
};
|
|
8659
9851
|
|
|
8660
9852
|
// src/v1/tables/find/index.ts
|
|
8661
|
-
function
|
|
8662
|
-
return
|
|
9853
|
+
function createFind400ErrorFromDiscriminatorValue25(parseNode) {
|
|
9854
|
+
return deserializeIntoFind400Error25;
|
|
8663
9855
|
}
|
|
8664
|
-
function
|
|
8665
|
-
return
|
|
9856
|
+
function createFindPostResponseFromDiscriminatorValue25(parseNode) {
|
|
9857
|
+
return deserializeIntoFindPostResponse25;
|
|
8666
9858
|
}
|
|
8667
|
-
function
|
|
9859
|
+
function deserializeIntoFind400Error25(find400Error = {}) {
|
|
8668
9860
|
return {
|
|
8669
9861
|
"message": (n) => {
|
|
8670
9862
|
find400Error.messageEscaped = n.getStringValue();
|
|
8671
9863
|
}
|
|
8672
9864
|
};
|
|
8673
9865
|
}
|
|
8674
|
-
function
|
|
9866
|
+
function deserializeIntoFindPostResponse25(findPostResponse = {}) {
|
|
8675
9867
|
return {
|
|
8676
9868
|
"data": (n) => {
|
|
8677
9869
|
findPostResponse.data = n.getCollectionOfObjectValues(createTableDtoFromDiscriminatorValue);
|
|
8678
9870
|
},
|
|
8679
9871
|
"object": (n) => {
|
|
8680
|
-
findPostResponse.object = n.getEnumValue(
|
|
9872
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject25);
|
|
8681
9873
|
},
|
|
8682
9874
|
"totalElements": (n) => {
|
|
8683
9875
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8684
9876
|
}
|
|
8685
9877
|
};
|
|
8686
9878
|
}
|
|
8687
|
-
function
|
|
9879
|
+
function serializeQueryDTO24(writer, queryDTO = {}) {
|
|
8688
9880
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8689
9881
|
switch (queryDTO.type) {
|
|
8690
9882
|
case "and":
|
|
@@ -8731,21 +9923,21 @@ function serializeQueryDTO21(writer, queryDTO = {}) {
|
|
|
8731
9923
|
break;
|
|
8732
9924
|
}
|
|
8733
9925
|
}
|
|
8734
|
-
var
|
|
8735
|
-
var
|
|
9926
|
+
var FindRequestBuilderUriTemplate25 = "{+baseurl}/v1/tables/find{?page*,size*,sort*,sortOrder*}";
|
|
9927
|
+
var FindPostResponse_objectObject25 = {
|
|
8736
9928
|
List: "list"
|
|
8737
9929
|
};
|
|
8738
|
-
var
|
|
9930
|
+
var FindRequestBuilderRequestsMetadata25 = {
|
|
8739
9931
|
post: {
|
|
8740
|
-
uriTemplate:
|
|
9932
|
+
uriTemplate: FindRequestBuilderUriTemplate25,
|
|
8741
9933
|
responseBodyContentType: "application/json",
|
|
8742
9934
|
errorMappings: {
|
|
8743
|
-
400:
|
|
9935
|
+
400: createFind400ErrorFromDiscriminatorValue25
|
|
8744
9936
|
},
|
|
8745
9937
|
adapterMethodName: "send",
|
|
8746
|
-
responseBodyFactory:
|
|
9938
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue25,
|
|
8747
9939
|
requestBodyContentType: "application/json",
|
|
8748
|
-
requestBodySerializer:
|
|
9940
|
+
requestBodySerializer: serializeQueryDTO24,
|
|
8749
9941
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8750
9942
|
}
|
|
8751
9943
|
};
|
|
@@ -8811,7 +10003,7 @@ var TablesRequestBuilderNavigationMetadata = {
|
|
|
8811
10003
|
pathParametersMappings: ["id"]
|
|
8812
10004
|
},
|
|
8813
10005
|
find: {
|
|
8814
|
-
requestsMetadata:
|
|
10006
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata25
|
|
8815
10007
|
}
|
|
8816
10008
|
};
|
|
8817
10009
|
var TablesRequestBuilderRequestsMetadata = {
|
|
@@ -8827,33 +10019,33 @@ var TablesRequestBuilderRequestsMetadata = {
|
|
|
8827
10019
|
};
|
|
8828
10020
|
|
|
8829
10021
|
// src/v1/userGroups/find/index.ts
|
|
8830
|
-
function
|
|
8831
|
-
return
|
|
10022
|
+
function createFind400ErrorFromDiscriminatorValue26(parseNode) {
|
|
10023
|
+
return deserializeIntoFind400Error26;
|
|
8832
10024
|
}
|
|
8833
|
-
function
|
|
8834
|
-
return
|
|
10025
|
+
function createFindPostResponseFromDiscriminatorValue26(parseNode) {
|
|
10026
|
+
return deserializeIntoFindPostResponse26;
|
|
8835
10027
|
}
|
|
8836
|
-
function
|
|
10028
|
+
function deserializeIntoFind400Error26(find400Error = {}) {
|
|
8837
10029
|
return {
|
|
8838
10030
|
"message": (n) => {
|
|
8839
10031
|
find400Error.messageEscaped = n.getStringValue();
|
|
8840
10032
|
}
|
|
8841
10033
|
};
|
|
8842
10034
|
}
|
|
8843
|
-
function
|
|
10035
|
+
function deserializeIntoFindPostResponse26(findPostResponse = {}) {
|
|
8844
10036
|
return {
|
|
8845
10037
|
"data": (n) => {
|
|
8846
10038
|
findPostResponse.data = n.getCollectionOfObjectValues(createUserGroupDtoFromDiscriminatorValue);
|
|
8847
10039
|
},
|
|
8848
10040
|
"object": (n) => {
|
|
8849
|
-
findPostResponse.object = n.getEnumValue(
|
|
10041
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject26);
|
|
8850
10042
|
},
|
|
8851
10043
|
"totalElements": (n) => {
|
|
8852
10044
|
findPostResponse.totalElements = n.getNumberValue();
|
|
8853
10045
|
}
|
|
8854
10046
|
};
|
|
8855
10047
|
}
|
|
8856
|
-
function
|
|
10048
|
+
function serializeQueryDTO25(writer, queryDTO = {}) {
|
|
8857
10049
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
8858
10050
|
switch (queryDTO.type) {
|
|
8859
10051
|
case "and":
|
|
@@ -8900,30 +10092,30 @@ function serializeQueryDTO22(writer, queryDTO = {}) {
|
|
|
8900
10092
|
break;
|
|
8901
10093
|
}
|
|
8902
10094
|
}
|
|
8903
|
-
var
|
|
8904
|
-
var
|
|
10095
|
+
var FindRequestBuilderUriTemplate26 = "{+baseurl}/v1/user-groups/find{?page*,size*,sort*,sortOrder*}";
|
|
10096
|
+
var FindPostResponse_objectObject26 = {
|
|
8905
10097
|
List: "list"
|
|
8906
10098
|
};
|
|
8907
|
-
var
|
|
10099
|
+
var FindRequestBuilderRequestsMetadata26 = {
|
|
8908
10100
|
post: {
|
|
8909
|
-
uriTemplate:
|
|
10101
|
+
uriTemplate: FindRequestBuilderUriTemplate26,
|
|
8910
10102
|
responseBodyContentType: "application/json",
|
|
8911
10103
|
errorMappings: {
|
|
8912
|
-
400:
|
|
10104
|
+
400: createFind400ErrorFromDiscriminatorValue26
|
|
8913
10105
|
},
|
|
8914
10106
|
adapterMethodName: "send",
|
|
8915
|
-
responseBodyFactory:
|
|
10107
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue26,
|
|
8916
10108
|
requestBodyContentType: "application/json",
|
|
8917
|
-
requestBodySerializer:
|
|
10109
|
+
requestBodySerializer: serializeQueryDTO25,
|
|
8918
10110
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
8919
10111
|
}
|
|
8920
10112
|
};
|
|
8921
10113
|
|
|
8922
10114
|
// src/v1/userGroups/item/addMembers/index.ts
|
|
8923
|
-
var
|
|
8924
|
-
var
|
|
10115
|
+
var AddMembersRequestBuilderUriTemplate2 = "{+baseurl}/v1/user-groups/{id}/add-members";
|
|
10116
|
+
var AddMembersRequestBuilderRequestsMetadata2 = {
|
|
8925
10117
|
post: {
|
|
8926
|
-
uriTemplate:
|
|
10118
|
+
uriTemplate: AddMembersRequestBuilderUriTemplate2,
|
|
8927
10119
|
responseBodyContentType: "application/json",
|
|
8928
10120
|
adapterMethodName: "send",
|
|
8929
10121
|
responseBodyFactory: createUserGroupDtoFromDiscriminatorValue,
|
|
@@ -8934,10 +10126,10 @@ var AddMembersRequestBuilderRequestsMetadata = {
|
|
|
8934
10126
|
};
|
|
8935
10127
|
|
|
8936
10128
|
// src/v1/userGroups/item/removeMembers/index.ts
|
|
8937
|
-
var
|
|
8938
|
-
var
|
|
10129
|
+
var RemoveMembersRequestBuilderUriTemplate2 = "{+baseurl}/v1/user-groups/{id}/remove-members";
|
|
10130
|
+
var RemoveMembersRequestBuilderRequestsMetadata2 = {
|
|
8939
10131
|
post: {
|
|
8940
|
-
uriTemplate:
|
|
10132
|
+
uriTemplate: RemoveMembersRequestBuilderUriTemplate2,
|
|
8941
10133
|
responseBodyContentType: "application/json",
|
|
8942
10134
|
adapterMethodName: "send",
|
|
8943
10135
|
responseBodyFactory: createUserGroupDtoFromDiscriminatorValue,
|
|
@@ -8961,10 +10153,10 @@ function deserializeIntoUserGroupDto400Error(userGroupDto400Error = {}) {
|
|
|
8961
10153
|
var UserGroupsItemRequestBuilderUriTemplate = "{+baseurl}/v1/user-groups/{id}";
|
|
8962
10154
|
var UserGroupsItemRequestBuilderNavigationMetadata = {
|
|
8963
10155
|
addMembers: {
|
|
8964
|
-
requestsMetadata:
|
|
10156
|
+
requestsMetadata: AddMembersRequestBuilderRequestsMetadata2
|
|
8965
10157
|
},
|
|
8966
10158
|
removeMembers: {
|
|
8967
|
-
requestsMetadata:
|
|
10159
|
+
requestsMetadata: RemoveMembersRequestBuilderRequestsMetadata2
|
|
8968
10160
|
}
|
|
8969
10161
|
};
|
|
8970
10162
|
var UserGroupsItemRequestBuilderRequestsMetadata = {
|
|
@@ -9048,7 +10240,7 @@ var UserGroupsRequestBuilderNavigationMetadata = {
|
|
|
9048
10240
|
pathParametersMappings: ["id"]
|
|
9049
10241
|
},
|
|
9050
10242
|
find: {
|
|
9051
|
-
requestsMetadata:
|
|
10243
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata26
|
|
9052
10244
|
}
|
|
9053
10245
|
};
|
|
9054
10246
|
var UserGroupsRequestBuilderRequestsMetadata = {
|
|
@@ -9076,33 +10268,33 @@ var UserGroupsRequestBuilderRequestsMetadata = {
|
|
|
9076
10268
|
};
|
|
9077
10269
|
|
|
9078
10270
|
// src/v1/users/find/index.ts
|
|
9079
|
-
function
|
|
9080
|
-
return
|
|
10271
|
+
function createFind400ErrorFromDiscriminatorValue27(parseNode) {
|
|
10272
|
+
return deserializeIntoFind400Error27;
|
|
9081
10273
|
}
|
|
9082
|
-
function
|
|
9083
|
-
return
|
|
10274
|
+
function createFindPostResponseFromDiscriminatorValue27(parseNode) {
|
|
10275
|
+
return deserializeIntoFindPostResponse27;
|
|
9084
10276
|
}
|
|
9085
|
-
function
|
|
10277
|
+
function deserializeIntoFind400Error27(find400Error = {}) {
|
|
9086
10278
|
return {
|
|
9087
10279
|
"message": (n) => {
|
|
9088
10280
|
find400Error.messageEscaped = n.getStringValue();
|
|
9089
10281
|
}
|
|
9090
10282
|
};
|
|
9091
10283
|
}
|
|
9092
|
-
function
|
|
10284
|
+
function deserializeIntoFindPostResponse27(findPostResponse = {}) {
|
|
9093
10285
|
return {
|
|
9094
10286
|
"data": (n) => {
|
|
9095
10287
|
findPostResponse.data = n.getCollectionOfObjectValues(createUserDtoFromDiscriminatorValue);
|
|
9096
10288
|
},
|
|
9097
10289
|
"object": (n) => {
|
|
9098
|
-
findPostResponse.object = n.getEnumValue(
|
|
10290
|
+
findPostResponse.object = n.getEnumValue(FindPostResponse_objectObject27);
|
|
9099
10291
|
},
|
|
9100
10292
|
"totalElements": (n) => {
|
|
9101
10293
|
findPostResponse.totalElements = n.getNumberValue();
|
|
9102
10294
|
}
|
|
9103
10295
|
};
|
|
9104
10296
|
}
|
|
9105
|
-
function
|
|
10297
|
+
function serializeQueryDTO26(writer, queryDTO = {}) {
|
|
9106
10298
|
if (queryDTO === void 0 || queryDTO === null) return;
|
|
9107
10299
|
switch (queryDTO.type) {
|
|
9108
10300
|
case "and":
|
|
@@ -9149,21 +10341,21 @@ function serializeQueryDTO23(writer, queryDTO = {}) {
|
|
|
9149
10341
|
break;
|
|
9150
10342
|
}
|
|
9151
10343
|
}
|
|
9152
|
-
var
|
|
9153
|
-
var
|
|
10344
|
+
var FindRequestBuilderUriTemplate27 = "{+baseurl}/v1/users/find{?page*,size*,sort*,sortOrder*}";
|
|
10345
|
+
var FindPostResponse_objectObject27 = {
|
|
9154
10346
|
List: "list"
|
|
9155
10347
|
};
|
|
9156
|
-
var
|
|
10348
|
+
var FindRequestBuilderRequestsMetadata27 = {
|
|
9157
10349
|
post: {
|
|
9158
|
-
uriTemplate:
|
|
10350
|
+
uriTemplate: FindRequestBuilderUriTemplate27,
|
|
9159
10351
|
responseBodyContentType: "application/json",
|
|
9160
10352
|
errorMappings: {
|
|
9161
|
-
400:
|
|
10353
|
+
400: createFind400ErrorFromDiscriminatorValue27
|
|
9162
10354
|
},
|
|
9163
10355
|
adapterMethodName: "send",
|
|
9164
|
-
responseBodyFactory:
|
|
10356
|
+
responseBodyFactory: createFindPostResponseFromDiscriminatorValue27,
|
|
9165
10357
|
requestBodyContentType: "application/json",
|
|
9166
|
-
requestBodySerializer:
|
|
10358
|
+
requestBodySerializer: serializeQueryDTO26,
|
|
9167
10359
|
requestInformationContentSetMethod: "setContentFromParsable"
|
|
9168
10360
|
}
|
|
9169
10361
|
};
|
|
@@ -9192,16 +10384,6 @@ var UsersItemRequestBuilderRequestsMetadata = {
|
|
|
9192
10384
|
}
|
|
9193
10385
|
};
|
|
9194
10386
|
|
|
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
10387
|
// src/v1/users/index.ts
|
|
9206
10388
|
function createUsers400ErrorFromDiscriminatorValue(parseNode) {
|
|
9207
10389
|
return deserializeIntoUsers400Error;
|
|
@@ -9239,10 +10421,7 @@ var UsersRequestBuilderNavigationMetadata = {
|
|
|
9239
10421
|
pathParametersMappings: ["id"]
|
|
9240
10422
|
},
|
|
9241
10423
|
find: {
|
|
9242
|
-
requestsMetadata:
|
|
9243
|
-
},
|
|
9244
|
-
whoami: {
|
|
9245
|
-
requestsMetadata: WhoamiRequestBuilderRequestsMetadata
|
|
10424
|
+
requestsMetadata: FindRequestBuilderRequestsMetadata27
|
|
9246
10425
|
}
|
|
9247
10426
|
};
|
|
9248
10427
|
var UsersRequestBuilderRequestsMetadata = {
|
|
@@ -9302,10 +10481,26 @@ var V1RequestBuilderNavigationMetadata = {
|
|
|
9302
10481
|
requestsMetadata: MatrixFieldsRequestBuilderRequestsMetadata,
|
|
9303
10482
|
navigationMetadata: MatrixFieldsRequestBuilderNavigationMetadata
|
|
9304
10483
|
},
|
|
10484
|
+
me: {
|
|
10485
|
+
requestsMetadata: MeRequestBuilderRequestsMetadata,
|
|
10486
|
+
navigationMetadata: MeRequestBuilderNavigationMetadata
|
|
10487
|
+
},
|
|
9305
10488
|
partitions: {
|
|
9306
10489
|
requestsMetadata: PartitionsRequestBuilderRequestsMetadata,
|
|
9307
10490
|
navigationMetadata: PartitionsRequestBuilderNavigationMetadata
|
|
9308
10491
|
},
|
|
10492
|
+
partnerGroups: {
|
|
10493
|
+
requestsMetadata: PartnerGroupsRequestBuilderRequestsMetadata,
|
|
10494
|
+
navigationMetadata: PartnerGroupsRequestBuilderNavigationMetadata
|
|
10495
|
+
},
|
|
10496
|
+
partnerInvitations: {
|
|
10497
|
+
requestsMetadata: PartnerInvitationsRequestBuilderRequestsMetadata,
|
|
10498
|
+
navigationMetadata: PartnerInvitationsRequestBuilderNavigationMetadata
|
|
10499
|
+
},
|
|
10500
|
+
partners: {
|
|
10501
|
+
requestsMetadata: PartnersRequestBuilderRequestsMetadata,
|
|
10502
|
+
navigationMetadata: PartnersRequestBuilderNavigationMetadata
|
|
10503
|
+
},
|
|
9309
10504
|
publications: {
|
|
9310
10505
|
requestsMetadata: PublicationsRequestBuilderRequestsMetadata,
|
|
9311
10506
|
navigationMetadata: PublicationsRequestBuilderNavigationMetadata
|
|
@@ -9386,6 +10581,7 @@ export {
|
|
|
9386
10581
|
AccountDto_objectObject,
|
|
9387
10582
|
ApiClientNavigationMetadata,
|
|
9388
10583
|
ApiClientUriTemplate,
|
|
10584
|
+
ApplySuggestionOnCompositeDto_typeObject,
|
|
9389
10585
|
AuditLogDto_objectObject,
|
|
9390
10586
|
CommentThreadCommentDTO_objectObject,
|
|
9391
10587
|
CommentThreadCommentDTO_typeObject,
|
|
@@ -9394,10 +10590,15 @@ export {
|
|
|
9394
10590
|
CommentThreadDto_targetTypeObject,
|
|
9395
10591
|
CommentThreadDto_typeObject,
|
|
9396
10592
|
CommentThreadSubscriberDto_objectObject,
|
|
10593
|
+
CompositeCollectStrategyDto_typeObject,
|
|
10594
|
+
CreateDataFactoryLogDto_messageTypeObject,
|
|
10595
|
+
CreateDataFactoryLogDto_severityObject,
|
|
9397
10596
|
CreateJobDto_statusObject,
|
|
9398
10597
|
CreateTaskDto_retryLogicObject,
|
|
9399
10598
|
CreateTaskDto_timeoutPolicyObject,
|
|
9400
10599
|
CreateVariableDto_statusObject,
|
|
10600
|
+
DataFactoryLogDto_messageTypeObject,
|
|
10601
|
+
DataFactoryLogDto_objectObject,
|
|
9401
10602
|
FieldDto_objectObject,
|
|
9402
10603
|
FieldDto_typeObject,
|
|
9403
10604
|
FieldSuffixDto_statusObject,
|
|
@@ -9417,7 +10618,6 @@ export {
|
|
|
9417
10618
|
ItemFieldNumberDTO_typeObject,
|
|
9418
10619
|
ItemFieldStringArrayDTO_typeObject,
|
|
9419
10620
|
ItemFieldStringDTO_typeObject,
|
|
9420
|
-
ItemFindDTO_orderObject,
|
|
9421
10621
|
ItemLinkDto_objectObject,
|
|
9422
10622
|
JobDto_objectObject,
|
|
9423
10623
|
JobDto_statusObject,
|
|
@@ -9427,13 +10627,24 @@ export {
|
|
|
9427
10627
|
LowOrderQueryDTO_typeObject,
|
|
9428
10628
|
MatrixFieldDto_objectObject,
|
|
9429
10629
|
MatrixFieldDto_statusObject,
|
|
10630
|
+
MeAccountDto_memberStatusObject,
|
|
10631
|
+
MeAccountDto_objectObject,
|
|
10632
|
+
MeAccountDto_roleObject,
|
|
9430
10633
|
PartitionDto_statusObject,
|
|
10634
|
+
PartnerDto_objectObject,
|
|
10635
|
+
PartnerDto_statusObject,
|
|
10636
|
+
PartnerGroupDto_objectObject,
|
|
10637
|
+
PartnerInvitationDto_objectObject,
|
|
10638
|
+
PartnerInvitationDto_statusObject,
|
|
9431
10639
|
PatchPublicationDto_statusObject,
|
|
9432
10640
|
PatchTaskExecutionDto_statusObject,
|
|
9433
10641
|
PipelineDto_objectObject,
|
|
9434
10642
|
ProjectDto_objectObject,
|
|
9435
10643
|
PublicationDto_objectObject,
|
|
9436
10644
|
PublicationDto_statusObject,
|
|
10645
|
+
RecommendedCompositeExistingItemRowDTO_typeObject,
|
|
10646
|
+
RecommendedCompositeNewItemRowDTO_typeObject,
|
|
10647
|
+
RecommendedCompositeRowStrategyDTO_typeObject,
|
|
9437
10648
|
ScreenColumnDto_displayObject,
|
|
9438
10649
|
ScreenColumnDto_objectObject,
|
|
9439
10650
|
ScreenColumnDto_widthObject,
|
|
@@ -9459,8 +10670,7 @@ export {
|
|
|
9459
10670
|
VariableDto_statusObject,
|
|
9460
10671
|
createAccountDtoFromDiscriminatorValue,
|
|
9461
10672
|
createApiClient,
|
|
9462
|
-
|
|
9463
|
-
createApplySuggestionDtoFromDiscriminatorValue,
|
|
10673
|
+
createApplySuggestionOnCompositeDtoFromDiscriminatorValue,
|
|
9464
10674
|
createAuditLogDtoFromDiscriminatorValue,
|
|
9465
10675
|
createAuditLogDto_detailsFromDiscriminatorValue,
|
|
9466
10676
|
createCommentThreadCommentCreateDtoFromDiscriminatorValue,
|
|
@@ -9469,15 +10679,19 @@ export {
|
|
|
9469
10679
|
createCommentThreadDtoFromDiscriminatorValue,
|
|
9470
10680
|
createCommentThreadSubscriberDtoFromDiscriminatorValue,
|
|
9471
10681
|
createCommentThreadUpdateDtoFromDiscriminatorValue,
|
|
10682
|
+
createCompositeCollectStrategyDtoFromDiscriminatorValue,
|
|
10683
|
+
createCreateDataFactoryLogDtoFromDiscriminatorValue,
|
|
9472
10684
|
createCreateJobDtoFromDiscriminatorValue,
|
|
9473
10685
|
createCreateJobDto_outputFromDiscriminatorValue,
|
|
9474
10686
|
createCreateJobExecutionDtoFromDiscriminatorValue,
|
|
9475
10687
|
createCreateJobExecutionDto_inputFromDiscriminatorValue,
|
|
10688
|
+
createCreatePartnerGroupDtoFromDiscriminatorValue,
|
|
9476
10689
|
createCreateProjectDtoFromDiscriminatorValue,
|
|
9477
10690
|
createCreatePublicationDtoFromDiscriminatorValue,
|
|
9478
10691
|
createCreateTaskDtoFromDiscriminatorValue,
|
|
9479
10692
|
createCreateUserGroupDtoFromDiscriminatorValue,
|
|
9480
10693
|
createCreateVariableDtoFromDiscriminatorValue,
|
|
10694
|
+
createDataFactoryLogDtoFromDiscriminatorValue,
|
|
9481
10695
|
createDisplayInfoDtoFromDiscriminatorValue,
|
|
9482
10696
|
createFieldDtoFromDiscriminatorValue,
|
|
9483
10697
|
createFieldDto_metadataFromDiscriminatorValue,
|
|
@@ -9500,6 +10714,7 @@ export {
|
|
|
9500
10714
|
createItemFieldCompositeDTOFromDiscriminatorValue,
|
|
9501
10715
|
createItemFieldCompositeValueDTOFromDiscriminatorValue,
|
|
9502
10716
|
createItemFieldCompositeValueDTO_dataFromDiscriminatorValue,
|
|
10717
|
+
createItemFieldCompositeValuesDTOFromDiscriminatorValue,
|
|
9503
10718
|
createItemFieldFileDTOFromDiscriminatorValue,
|
|
9504
10719
|
createItemFieldFileDataFromDiscriminatorValue,
|
|
9505
10720
|
createItemFieldFileValueDTOFromDiscriminatorValue,
|
|
@@ -9512,7 +10727,6 @@ export {
|
|
|
9512
10727
|
createItemFieldSimpleStringValueDTOFromDiscriminatorValue,
|
|
9513
10728
|
createItemFieldStringArrayDTOFromDiscriminatorValue,
|
|
9514
10729
|
createItemFieldStringDTOFromDiscriminatorValue,
|
|
9515
|
-
createItemFindDTOFromDiscriminatorValue,
|
|
9516
10730
|
createItemLinkCreateDtoFromDiscriminatorValue,
|
|
9517
10731
|
createItemLinkDtoFromDiscriminatorValue,
|
|
9518
10732
|
createItemMetadataDTOFromDiscriminatorValue,
|
|
@@ -9530,19 +10744,33 @@ export {
|
|
|
9530
10744
|
createLevelDtoFromDiscriminatorValue,
|
|
9531
10745
|
createLocalizedStringDtoFromDiscriminatorValue,
|
|
9532
10746
|
createLowOrderQueryDTOFromDiscriminatorValue,
|
|
10747
|
+
createMatchingPathFromRootDTOFromDiscriminatorValue,
|
|
9533
10748
|
createMatrixFieldDtoFromDiscriminatorValue,
|
|
10749
|
+
createMeAccountDtoFromDiscriminatorValue,
|
|
10750
|
+
createMeDtoFromDiscriminatorValue,
|
|
9534
10751
|
createPartitionDtoFromDiscriminatorValue,
|
|
10752
|
+
createPartnerDtoFromDiscriminatorValue,
|
|
10753
|
+
createPartnerGroupDtoFromDiscriminatorValue,
|
|
10754
|
+
createPartnerGroupMembersDtoFromDiscriminatorValue,
|
|
10755
|
+
createPartnerInvitationCreateDtoFromDiscriminatorValue,
|
|
10756
|
+
createPartnerInvitationDtoFromDiscriminatorValue,
|
|
9535
10757
|
createPatchPublicationDtoFromDiscriminatorValue,
|
|
9536
10758
|
createPatchTaskExecutionDtoFromDiscriminatorValue,
|
|
10759
|
+
createPathFromRootDTOFromDiscriminatorValue,
|
|
9537
10760
|
createPipelineDtoFromDiscriminatorValue,
|
|
9538
10761
|
createProjectDtoFromDiscriminatorValue,
|
|
9539
10762
|
createPublicationDtoFromDiscriminatorValue,
|
|
9540
10763
|
createPublicationDto_fieldsFromDiscriminatorValue,
|
|
10764
|
+
createRecommendedCompositeExistingItemRowDTOFromDiscriminatorValue,
|
|
10765
|
+
createRecommendedCompositeNewItemRowDTOFromDiscriminatorValue,
|
|
10766
|
+
createRecommendedCompositeRowStrategyDTOFromDiscriminatorValue,
|
|
10767
|
+
createRecommendedCompositeRowsDTOFromDiscriminatorValue,
|
|
9541
10768
|
createScreenColumnDtoFromDiscriminatorValue,
|
|
9542
10769
|
createScreenDtoFromDiscriminatorValue,
|
|
9543
10770
|
createScreenSectionDtoFromDiscriminatorValue,
|
|
9544
10771
|
createSectionDtoFromDiscriminatorValue,
|
|
9545
10772
|
createSectionDto_metadataFromDiscriminatorValue,
|
|
10773
|
+
createSuggestionDeletedCompositeRowDTOFromDiscriminatorValue,
|
|
9546
10774
|
createSuggestionDeletedFieldDTOFromDiscriminatorValue,
|
|
9547
10775
|
createSuggestionDtoFromDiscriminatorValue,
|
|
9548
10776
|
createSuggestionDto_fieldsFromDiscriminatorValue,
|
|
@@ -9554,6 +10782,7 @@ export {
|
|
|
9554
10782
|
createTaskExecutionDto_outputFromDiscriminatorValue,
|
|
9555
10783
|
createUpdateJobDtoFromDiscriminatorValue,
|
|
9556
10784
|
createUpdateJobDto_outputFromDiscriminatorValue,
|
|
10785
|
+
createUpdatePartnerGroupDtoFromDiscriminatorValue,
|
|
9557
10786
|
createUpdateTaskDtoFromDiscriminatorValue,
|
|
9558
10787
|
createUpdateUserGroupDtoFromDiscriminatorValue,
|
|
9559
10788
|
createUpdateVariableDtoFromDiscriminatorValue,
|
|
@@ -9562,8 +10791,7 @@ export {
|
|
|
9562
10791
|
createUserGroupMembersDtoFromDiscriminatorValue,
|
|
9563
10792
|
createVariableDtoFromDiscriminatorValue,
|
|
9564
10793
|
deserializeIntoAccountDto,
|
|
9565
|
-
|
|
9566
|
-
deserializeIntoApplySuggestionDto,
|
|
10794
|
+
deserializeIntoApplySuggestionOnCompositeDto,
|
|
9567
10795
|
deserializeIntoAuditLogDto,
|
|
9568
10796
|
deserializeIntoAuditLogDto_details,
|
|
9569
10797
|
deserializeIntoCommentThreadCommentCreateDto,
|
|
@@ -9572,15 +10800,19 @@ export {
|
|
|
9572
10800
|
deserializeIntoCommentThreadDto,
|
|
9573
10801
|
deserializeIntoCommentThreadSubscriberDto,
|
|
9574
10802
|
deserializeIntoCommentThreadUpdateDto,
|
|
10803
|
+
deserializeIntoCompositeCollectStrategyDto,
|
|
10804
|
+
deserializeIntoCreateDataFactoryLogDto,
|
|
9575
10805
|
deserializeIntoCreateJobDto,
|
|
9576
10806
|
deserializeIntoCreateJobDto_output,
|
|
9577
10807
|
deserializeIntoCreateJobExecutionDto,
|
|
9578
10808
|
deserializeIntoCreateJobExecutionDto_input,
|
|
10809
|
+
deserializeIntoCreatePartnerGroupDto,
|
|
9579
10810
|
deserializeIntoCreateProjectDto,
|
|
9580
10811
|
deserializeIntoCreatePublicationDto,
|
|
9581
10812
|
deserializeIntoCreateTaskDto,
|
|
9582
10813
|
deserializeIntoCreateUserGroupDto,
|
|
9583
10814
|
deserializeIntoCreateVariableDto,
|
|
10815
|
+
deserializeIntoDataFactoryLogDto,
|
|
9584
10816
|
deserializeIntoDisplayInfoDto,
|
|
9585
10817
|
deserializeIntoFieldDto,
|
|
9586
10818
|
deserializeIntoFieldDto_metadata,
|
|
@@ -9603,6 +10835,7 @@ export {
|
|
|
9603
10835
|
deserializeIntoItemFieldCompositeDTO,
|
|
9604
10836
|
deserializeIntoItemFieldCompositeValueDTO,
|
|
9605
10837
|
deserializeIntoItemFieldCompositeValueDTO_data,
|
|
10838
|
+
deserializeIntoItemFieldCompositeValuesDTO,
|
|
9606
10839
|
deserializeIntoItemFieldFileDTO,
|
|
9607
10840
|
deserializeIntoItemFieldFileData,
|
|
9608
10841
|
deserializeIntoItemFieldFileValueDTO,
|
|
@@ -9615,7 +10848,6 @@ export {
|
|
|
9615
10848
|
deserializeIntoItemFieldSimpleStringValueDTO,
|
|
9616
10849
|
deserializeIntoItemFieldStringArrayDTO,
|
|
9617
10850
|
deserializeIntoItemFieldStringDTO,
|
|
9618
|
-
deserializeIntoItemFindDTO,
|
|
9619
10851
|
deserializeIntoItemLinkCreateDto,
|
|
9620
10852
|
deserializeIntoItemLinkDto,
|
|
9621
10853
|
deserializeIntoItemMetadataDTO,
|
|
@@ -9633,19 +10865,33 @@ export {
|
|
|
9633
10865
|
deserializeIntoLevelDto,
|
|
9634
10866
|
deserializeIntoLocalizedStringDto,
|
|
9635
10867
|
deserializeIntoLowOrderQueryDTO,
|
|
10868
|
+
deserializeIntoMatchingPathFromRootDTO,
|
|
9636
10869
|
deserializeIntoMatrixFieldDto,
|
|
10870
|
+
deserializeIntoMeAccountDto,
|
|
10871
|
+
deserializeIntoMeDto,
|
|
9637
10872
|
deserializeIntoPartitionDto,
|
|
10873
|
+
deserializeIntoPartnerDto,
|
|
10874
|
+
deserializeIntoPartnerGroupDto,
|
|
10875
|
+
deserializeIntoPartnerGroupMembersDto,
|
|
10876
|
+
deserializeIntoPartnerInvitationCreateDto,
|
|
10877
|
+
deserializeIntoPartnerInvitationDto,
|
|
9638
10878
|
deserializeIntoPatchPublicationDto,
|
|
9639
10879
|
deserializeIntoPatchTaskExecutionDto,
|
|
10880
|
+
deserializeIntoPathFromRootDTO,
|
|
9640
10881
|
deserializeIntoPipelineDto,
|
|
9641
10882
|
deserializeIntoProjectDto,
|
|
9642
10883
|
deserializeIntoPublicationDto,
|
|
9643
10884
|
deserializeIntoPublicationDto_fields,
|
|
10885
|
+
deserializeIntoRecommendedCompositeExistingItemRowDTO,
|
|
10886
|
+
deserializeIntoRecommendedCompositeNewItemRowDTO,
|
|
10887
|
+
deserializeIntoRecommendedCompositeRowStrategyDTO,
|
|
10888
|
+
deserializeIntoRecommendedCompositeRowsDTO,
|
|
9644
10889
|
deserializeIntoScreenColumnDto,
|
|
9645
10890
|
deserializeIntoScreenDto,
|
|
9646
10891
|
deserializeIntoScreenSectionDto,
|
|
9647
10892
|
deserializeIntoSectionDto,
|
|
9648
10893
|
deserializeIntoSectionDto_metadata,
|
|
10894
|
+
deserializeIntoSuggestionDeletedCompositeRowDTO,
|
|
9649
10895
|
deserializeIntoSuggestionDeletedFieldDTO,
|
|
9650
10896
|
deserializeIntoSuggestionDto,
|
|
9651
10897
|
deserializeIntoSuggestionDto_fields,
|
|
@@ -9657,6 +10903,7 @@ export {
|
|
|
9657
10903
|
deserializeIntoTaskExecutionDto_output,
|
|
9658
10904
|
deserializeIntoUpdateJobDto,
|
|
9659
10905
|
deserializeIntoUpdateJobDto_output,
|
|
10906
|
+
deserializeIntoUpdatePartnerGroupDto,
|
|
9660
10907
|
deserializeIntoUpdateTaskDto,
|
|
9661
10908
|
deserializeIntoUpdateUserGroupDto,
|
|
9662
10909
|
deserializeIntoUpdateVariableDto,
|
|
@@ -9665,8 +10912,7 @@ export {
|
|
|
9665
10912
|
deserializeIntoUserGroupMembersDto,
|
|
9666
10913
|
deserializeIntoVariableDto,
|
|
9667
10914
|
serializeAccountDto,
|
|
9668
|
-
|
|
9669
|
-
serializeApplySuggestionDto,
|
|
10915
|
+
serializeApplySuggestionOnCompositeDto,
|
|
9670
10916
|
serializeAuditLogDto,
|
|
9671
10917
|
serializeAuditLogDto_details,
|
|
9672
10918
|
serializeCommentThreadCommentCreateDto,
|
|
@@ -9675,15 +10921,19 @@ export {
|
|
|
9675
10921
|
serializeCommentThreadDto,
|
|
9676
10922
|
serializeCommentThreadSubscriberDto,
|
|
9677
10923
|
serializeCommentThreadUpdateDto,
|
|
10924
|
+
serializeCompositeCollectStrategyDto,
|
|
10925
|
+
serializeCreateDataFactoryLogDto,
|
|
9678
10926
|
serializeCreateJobDto,
|
|
9679
10927
|
serializeCreateJobDto_output,
|
|
9680
10928
|
serializeCreateJobExecutionDto,
|
|
9681
10929
|
serializeCreateJobExecutionDto_input,
|
|
10930
|
+
serializeCreatePartnerGroupDto,
|
|
9682
10931
|
serializeCreateProjectDto,
|
|
9683
10932
|
serializeCreatePublicationDto,
|
|
9684
10933
|
serializeCreateTaskDto,
|
|
9685
10934
|
serializeCreateUserGroupDto,
|
|
9686
10935
|
serializeCreateVariableDto,
|
|
10936
|
+
serializeDataFactoryLogDto,
|
|
9687
10937
|
serializeDisplayInfoDto,
|
|
9688
10938
|
serializeFieldDto,
|
|
9689
10939
|
serializeFieldDto_metadata,
|
|
@@ -9706,6 +10956,7 @@ export {
|
|
|
9706
10956
|
serializeItemFieldCompositeDTO,
|
|
9707
10957
|
serializeItemFieldCompositeValueDTO,
|
|
9708
10958
|
serializeItemFieldCompositeValueDTO_data,
|
|
10959
|
+
serializeItemFieldCompositeValuesDTO,
|
|
9709
10960
|
serializeItemFieldFileDTO,
|
|
9710
10961
|
serializeItemFieldFileData,
|
|
9711
10962
|
serializeItemFieldFileValueDTO,
|
|
@@ -9718,7 +10969,6 @@ export {
|
|
|
9718
10969
|
serializeItemFieldSimpleStringValueDTO,
|
|
9719
10970
|
serializeItemFieldStringArrayDTO,
|
|
9720
10971
|
serializeItemFieldStringDTO,
|
|
9721
|
-
serializeItemFindDTO,
|
|
9722
10972
|
serializeItemLinkCreateDto,
|
|
9723
10973
|
serializeItemLinkDto,
|
|
9724
10974
|
serializeItemMetadataDTO,
|
|
@@ -9736,19 +10986,33 @@ export {
|
|
|
9736
10986
|
serializeLevelDto,
|
|
9737
10987
|
serializeLocalizedStringDto,
|
|
9738
10988
|
serializeLowOrderQueryDTO,
|
|
10989
|
+
serializeMatchingPathFromRootDTO,
|
|
9739
10990
|
serializeMatrixFieldDto,
|
|
10991
|
+
serializeMeAccountDto,
|
|
10992
|
+
serializeMeDto,
|
|
9740
10993
|
serializePartitionDto,
|
|
10994
|
+
serializePartnerDto,
|
|
10995
|
+
serializePartnerGroupDto,
|
|
10996
|
+
serializePartnerGroupMembersDto,
|
|
10997
|
+
serializePartnerInvitationCreateDto,
|
|
10998
|
+
serializePartnerInvitationDto,
|
|
9741
10999
|
serializePatchPublicationDto,
|
|
9742
11000
|
serializePatchTaskExecutionDto,
|
|
11001
|
+
serializePathFromRootDTO,
|
|
9743
11002
|
serializePipelineDto,
|
|
9744
11003
|
serializeProjectDto,
|
|
9745
11004
|
serializePublicationDto,
|
|
9746
11005
|
serializePublicationDto_fields,
|
|
11006
|
+
serializeRecommendedCompositeExistingItemRowDTO,
|
|
11007
|
+
serializeRecommendedCompositeNewItemRowDTO,
|
|
11008
|
+
serializeRecommendedCompositeRowStrategyDTO,
|
|
11009
|
+
serializeRecommendedCompositeRowsDTO,
|
|
9747
11010
|
serializeScreenColumnDto,
|
|
9748
11011
|
serializeScreenDto,
|
|
9749
11012
|
serializeScreenSectionDto,
|
|
9750
11013
|
serializeSectionDto,
|
|
9751
11014
|
serializeSectionDto_metadata,
|
|
11015
|
+
serializeSuggestionDeletedCompositeRowDTO,
|
|
9752
11016
|
serializeSuggestionDeletedFieldDTO,
|
|
9753
11017
|
serializeSuggestionDto,
|
|
9754
11018
|
serializeSuggestionDto_fields,
|
|
@@ -9760,6 +11024,7 @@ export {
|
|
|
9760
11024
|
serializeTaskExecutionDto_output,
|
|
9761
11025
|
serializeUpdateJobDto,
|
|
9762
11026
|
serializeUpdateJobDto_output,
|
|
11027
|
+
serializeUpdatePartnerGroupDto,
|
|
9763
11028
|
serializeUpdateTaskDto,
|
|
9764
11029
|
serializeUpdateUserGroupDto,
|
|
9765
11030
|
serializeUpdateVariableDto,
|