@saritasa/crm-delmar-core-sdk 0.0.270 → 0.0.271
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.
|
@@ -291,11 +291,7 @@ class BranchPeriodsApiService extends BaseService {
|
|
|
291
291
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
292
292
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
293
293
|
// to determine the Content-Type header
|
|
294
|
-
const consumes = [
|
|
295
|
-
"application/json",
|
|
296
|
-
"application/x-www-form-urlencoded",
|
|
297
|
-
"multipart/form-data",
|
|
298
|
-
];
|
|
294
|
+
const consumes = ["application/json"];
|
|
299
295
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
300
296
|
if (httpContentTypeSelected !== undefined) {
|
|
301
297
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -497,11 +493,7 @@ class BranchPeriodsApiService extends BaseService {
|
|
|
497
493
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
498
494
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
499
495
|
// to determine the Content-Type header
|
|
500
|
-
const consumes = [
|
|
501
|
-
"application/json",
|
|
502
|
-
"application/x-www-form-urlencoded",
|
|
503
|
-
"multipart/form-data",
|
|
504
|
-
];
|
|
496
|
+
const consumes = ["application/json"];
|
|
505
497
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
506
498
|
if (httpContentTypeSelected !== undefined) {
|
|
507
499
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -582,11 +574,7 @@ class BranchesApiService extends BaseService {
|
|
|
582
574
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
583
575
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
584
576
|
// to determine the Content-Type header
|
|
585
|
-
const consumes = [
|
|
586
|
-
"application/json",
|
|
587
|
-
"application/x-www-form-urlencoded",
|
|
588
|
-
"multipart/form-data",
|
|
589
|
-
];
|
|
577
|
+
const consumes = ["application/json"];
|
|
590
578
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
591
579
|
if (httpContentTypeSelected !== undefined) {
|
|
592
580
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -633,11 +621,7 @@ class BranchesApiService extends BaseService {
|
|
|
633
621
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
634
622
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
635
623
|
// to determine the Content-Type header
|
|
636
|
-
const consumes = [
|
|
637
|
-
"application/json",
|
|
638
|
-
"application/x-www-form-urlencoded",
|
|
639
|
-
"multipart/form-data",
|
|
640
|
-
];
|
|
624
|
+
const consumes = ["application/json"];
|
|
641
625
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
642
626
|
if (httpContentTypeSelected !== undefined) {
|
|
643
627
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -790,11 +774,7 @@ class BranchesApiService extends BaseService {
|
|
|
790
774
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
791
775
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
792
776
|
// to determine the Content-Type header
|
|
793
|
-
const consumes = [
|
|
794
|
-
"application/json",
|
|
795
|
-
"application/x-www-form-urlencoded",
|
|
796
|
-
"multipart/form-data",
|
|
797
|
-
];
|
|
777
|
+
const consumes = ["application/json"];
|
|
798
778
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
799
779
|
if (httpContentTypeSelected !== undefined) {
|
|
800
780
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -970,11 +950,7 @@ class ClientNotesApiService extends BaseService {
|
|
|
970
950
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
971
951
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
972
952
|
// to determine the Content-Type header
|
|
973
|
-
const consumes = [
|
|
974
|
-
"application/json",
|
|
975
|
-
"application/x-www-form-urlencoded",
|
|
976
|
-
"multipart/form-data",
|
|
977
|
-
];
|
|
953
|
+
const consumes = ["application/json"];
|
|
978
954
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
979
955
|
if (httpContentTypeSelected !== undefined) {
|
|
980
956
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -1182,11 +1158,7 @@ class ClientNotesApiService extends BaseService {
|
|
|
1182
1158
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
1183
1159
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
1184
1160
|
// to determine the Content-Type header
|
|
1185
|
-
const consumes = [
|
|
1186
|
-
"application/json",
|
|
1187
|
-
"application/x-www-form-urlencoded",
|
|
1188
|
-
"multipart/form-data",
|
|
1189
|
-
];
|
|
1161
|
+
const consumes = ["application/json"];
|
|
1190
1162
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1191
1163
|
if (httpContentTypeSelected !== undefined) {
|
|
1192
1164
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -1266,11 +1238,7 @@ class ClientsApiService extends BaseService {
|
|
|
1266
1238
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
1267
1239
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
1268
1240
|
// to determine the Content-Type header
|
|
1269
|
-
const consumes = [
|
|
1270
|
-
"application/json",
|
|
1271
|
-
"application/x-www-form-urlencoded",
|
|
1272
|
-
"multipart/form-data",
|
|
1273
|
-
];
|
|
1241
|
+
const consumes = ["application/json"];
|
|
1274
1242
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1275
1243
|
if (httpContentTypeSelected !== undefined) {
|
|
1276
1244
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -1573,11 +1541,7 @@ class ClientsApiService extends BaseService {
|
|
|
1573
1541
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
1574
1542
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
1575
1543
|
// to determine the Content-Type header
|
|
1576
|
-
const consumes = [
|
|
1577
|
-
"application/json",
|
|
1578
|
-
"application/x-www-form-urlencoded",
|
|
1579
|
-
"multipart/form-data",
|
|
1580
|
-
];
|
|
1544
|
+
const consumes = ["application/json"];
|
|
1581
1545
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1582
1546
|
if (httpContentTypeSelected !== undefined) {
|
|
1583
1547
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -2259,11 +2223,7 @@ class DepartmentsApiService extends BaseService {
|
|
|
2259
2223
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2260
2224
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
2261
2225
|
// to determine the Content-Type header
|
|
2262
|
-
const consumes = [
|
|
2263
|
-
"application/json",
|
|
2264
|
-
"application/x-www-form-urlencoded",
|
|
2265
|
-
"multipart/form-data",
|
|
2266
|
-
];
|
|
2226
|
+
const consumes = ["application/json"];
|
|
2267
2227
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2268
2228
|
if (httpContentTypeSelected !== undefined) {
|
|
2269
2229
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -2310,11 +2270,7 @@ class DepartmentsApiService extends BaseService {
|
|
|
2310
2270
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2311
2271
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
2312
2272
|
// to determine the Content-Type header
|
|
2313
|
-
const consumes = [
|
|
2314
|
-
"application/json",
|
|
2315
|
-
"application/x-www-form-urlencoded",
|
|
2316
|
-
"multipart/form-data",
|
|
2317
|
-
];
|
|
2273
|
+
const consumes = ["application/json"];
|
|
2318
2274
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2319
2275
|
if (httpContentTypeSelected !== undefined) {
|
|
2320
2276
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -2563,11 +2519,7 @@ class DepartmentsApiService extends BaseService {
|
|
|
2563
2519
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2564
2520
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
2565
2521
|
// to determine the Content-Type header
|
|
2566
|
-
const consumes = [
|
|
2567
|
-
"application/json",
|
|
2568
|
-
"application/x-www-form-urlencoded",
|
|
2569
|
-
"multipart/form-data",
|
|
2570
|
-
];
|
|
2522
|
+
const consumes = ["application/json"];
|
|
2571
2523
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2572
2524
|
if (httpContentTypeSelected !== undefined) {
|
|
2573
2525
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -2648,11 +2600,7 @@ class DismissalReasonsApiService extends BaseService {
|
|
|
2648
2600
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2649
2601
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
2650
2602
|
// to determine the Content-Type header
|
|
2651
|
-
const consumes = [
|
|
2652
|
-
"application/json",
|
|
2653
|
-
"application/x-www-form-urlencoded",
|
|
2654
|
-
"multipart/form-data",
|
|
2655
|
-
];
|
|
2603
|
+
const consumes = ["application/json"];
|
|
2656
2604
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2657
2605
|
if (httpContentTypeSelected !== undefined) {
|
|
2658
2606
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -2700,11 +2648,7 @@ class DismissalReasonsApiService extends BaseService {
|
|
|
2700
2648
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2701
2649
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
2702
2650
|
// to determine the Content-Type header
|
|
2703
|
-
const consumes = [
|
|
2704
|
-
"application/json",
|
|
2705
|
-
"application/x-www-form-urlencoded",
|
|
2706
|
-
"multipart/form-data",
|
|
2707
|
-
];
|
|
2651
|
+
const consumes = ["application/json"];
|
|
2708
2652
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2709
2653
|
if (httpContentTypeSelected !== undefined) {
|
|
2710
2654
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -2864,11 +2808,7 @@ class DismissalReasonsApiService extends BaseService {
|
|
|
2864
2808
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
2865
2809
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
2866
2810
|
// to determine the Content-Type header
|
|
2867
|
-
const consumes = [
|
|
2868
|
-
"application/json",
|
|
2869
|
-
"application/x-www-form-urlencoded",
|
|
2870
|
-
"multipart/form-data",
|
|
2871
|
-
];
|
|
2811
|
+
const consumes = ["application/json"];
|
|
2872
2812
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2873
2813
|
if (httpContentTypeSelected !== undefined) {
|
|
2874
2814
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -3110,11 +3050,7 @@ class ExportClientNotesApiService extends BaseService {
|
|
|
3110
3050
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
3111
3051
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
3112
3052
|
// to determine the Content-Type header
|
|
3113
|
-
const consumes = [
|
|
3114
|
-
"application/json",
|
|
3115
|
-
"application/x-www-form-urlencoded",
|
|
3116
|
-
"multipart/form-data",
|
|
3117
|
-
];
|
|
3053
|
+
const consumes = ["application/json"];
|
|
3118
3054
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3119
3055
|
if (httpContentTypeSelected !== undefined) {
|
|
3120
3056
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -3493,11 +3429,7 @@ class ExportClientsApiService extends BaseService {
|
|
|
3493
3429
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
3494
3430
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
3495
3431
|
// to determine the Content-Type header
|
|
3496
|
-
const consumes = [
|
|
3497
|
-
"application/json",
|
|
3498
|
-
"application/x-www-form-urlencoded",
|
|
3499
|
-
"multipart/form-data",
|
|
3500
|
-
];
|
|
3432
|
+
const consumes = ["application/json"];
|
|
3501
3433
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3502
3434
|
if (httpContentTypeSelected !== undefined) {
|
|
3503
3435
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -3782,11 +3714,7 @@ class ExportJobReportsDepartmentsApiService extends BaseService {
|
|
|
3782
3714
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
3783
3715
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
3784
3716
|
// to determine the Content-Type header
|
|
3785
|
-
const consumes = [
|
|
3786
|
-
"application/json",
|
|
3787
|
-
"application/x-www-form-urlencoded",
|
|
3788
|
-
"multipart/form-data",
|
|
3789
|
-
];
|
|
3717
|
+
const consumes = ["application/json"];
|
|
3790
3718
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3791
3719
|
if (httpContentTypeSelected !== undefined) {
|
|
3792
3720
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -4071,11 +3999,7 @@ class ExportJobReportsUsersApiService extends BaseService {
|
|
|
4071
3999
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
4072
4000
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
4073
4001
|
// to determine the Content-Type header
|
|
4074
|
-
const consumes = [
|
|
4075
|
-
"application/json",
|
|
4076
|
-
"application/x-www-form-urlencoded",
|
|
4077
|
-
"multipart/form-data",
|
|
4078
|
-
];
|
|
4002
|
+
const consumes = ["application/json"];
|
|
4079
4003
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4080
4004
|
if (httpContentTypeSelected !== undefined) {
|
|
4081
4005
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -4356,11 +4280,7 @@ class ExportJobsApiService extends BaseService {
|
|
|
4356
4280
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
4357
4281
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
4358
4282
|
// to determine the Content-Type header
|
|
4359
|
-
const consumes = [
|
|
4360
|
-
"application/json",
|
|
4361
|
-
"application/x-www-form-urlencoded",
|
|
4362
|
-
"multipart/form-data",
|
|
4363
|
-
];
|
|
4283
|
+
const consumes = ["application/json"];
|
|
4364
4284
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4365
4285
|
if (httpContentTypeSelected !== undefined) {
|
|
4366
4286
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -4601,11 +4521,7 @@ class ExportProjectNotesApiService extends BaseService {
|
|
|
4601
4521
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
4602
4522
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
4603
4523
|
// to determine the Content-Type header
|
|
4604
|
-
const consumes = [
|
|
4605
|
-
"application/json",
|
|
4606
|
-
"application/x-www-form-urlencoded",
|
|
4607
|
-
"multipart/form-data",
|
|
4608
|
-
];
|
|
4524
|
+
const consumes = ["application/json"];
|
|
4609
4525
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4610
4526
|
if (httpContentTypeSelected !== undefined) {
|
|
4611
4527
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -4868,11 +4784,7 @@ class ExportProjectResourcesApiService extends BaseService {
|
|
|
4868
4784
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
4869
4785
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
4870
4786
|
// to determine the Content-Type header
|
|
4871
|
-
const consumes = [
|
|
4872
|
-
"application/json",
|
|
4873
|
-
"application/x-www-form-urlencoded",
|
|
4874
|
-
"multipart/form-data",
|
|
4875
|
-
];
|
|
4787
|
+
const consumes = ["application/json"];
|
|
4876
4788
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4877
4789
|
if (httpContentTypeSelected !== undefined) {
|
|
4878
4790
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -5127,11 +5039,7 @@ class ExportProjectsApiService extends BaseService {
|
|
|
5127
5039
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
5128
5040
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
5129
5041
|
// to determine the Content-Type header
|
|
5130
|
-
const consumes = [
|
|
5131
|
-
"application/json",
|
|
5132
|
-
"application/x-www-form-urlencoded",
|
|
5133
|
-
"multipart/form-data",
|
|
5134
|
-
];
|
|
5042
|
+
const consumes = ["application/json"];
|
|
5135
5043
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5136
5044
|
if (httpContentTypeSelected !== undefined) {
|
|
5137
5045
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -5418,11 +5326,7 @@ class ExportTasksApiService extends BaseService {
|
|
|
5418
5326
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
5419
5327
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
5420
5328
|
// to determine the Content-Type header
|
|
5421
|
-
const consumes = [
|
|
5422
|
-
"application/json",
|
|
5423
|
-
"application/x-www-form-urlencoded",
|
|
5424
|
-
"multipart/form-data",
|
|
5425
|
-
];
|
|
5329
|
+
const consumes = ["application/json"];
|
|
5426
5330
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5427
5331
|
if (httpContentTypeSelected !== undefined) {
|
|
5428
5332
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -5695,11 +5599,7 @@ class ExportUserPeriodsApiService extends BaseService {
|
|
|
5695
5599
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
5696
5600
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
5697
5601
|
// to determine the Content-Type header
|
|
5698
|
-
const consumes = [
|
|
5699
|
-
"application/json",
|
|
5700
|
-
"application/x-www-form-urlencoded",
|
|
5701
|
-
"multipart/form-data",
|
|
5702
|
-
];
|
|
5602
|
+
const consumes = ["application/json"];
|
|
5703
5603
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5704
5604
|
if (httpContentTypeSelected !== undefined) {
|
|
5705
5605
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -5970,11 +5870,7 @@ class ExportUsersApiService extends BaseService {
|
|
|
5970
5870
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
5971
5871
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
5972
5872
|
// to determine the Content-Type header
|
|
5973
|
-
const consumes = [
|
|
5974
|
-
"application/json",
|
|
5975
|
-
"application/x-www-form-urlencoded",
|
|
5976
|
-
"multipart/form-data",
|
|
5977
|
-
];
|
|
5873
|
+
const consumes = ["application/json"];
|
|
5978
5874
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5979
5875
|
if (httpContentTypeSelected !== undefined) {
|
|
5980
5876
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -6056,11 +5952,7 @@ class JiraClientApiService extends BaseService {
|
|
|
6056
5952
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
6057
5953
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
6058
5954
|
// to determine the Content-Type header
|
|
6059
|
-
const consumes = [
|
|
6060
|
-
"application/json",
|
|
6061
|
-
"application/x-www-form-urlencoded",
|
|
6062
|
-
"multipart/form-data",
|
|
6063
|
-
];
|
|
5955
|
+
const consumes = ["application/json"];
|
|
6064
5956
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6065
5957
|
if (httpContentTypeSelected !== undefined) {
|
|
6066
5958
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -7233,11 +7125,7 @@ class LocationsApiService extends BaseService {
|
|
|
7233
7125
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
7234
7126
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
7235
7127
|
// to determine the Content-Type header
|
|
7236
|
-
const consumes = [
|
|
7237
|
-
"application/json",
|
|
7238
|
-
"application/x-www-form-urlencoded",
|
|
7239
|
-
"multipart/form-data",
|
|
7240
|
-
];
|
|
7128
|
+
const consumes = ["application/json"];
|
|
7241
7129
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
7242
7130
|
if (httpContentTypeSelected !== undefined) {
|
|
7243
7131
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -7440,11 +7328,7 @@ class LocationsApiService extends BaseService {
|
|
|
7440
7328
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
7441
7329
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
7442
7330
|
// to determine the Content-Type header
|
|
7443
|
-
const consumes = [
|
|
7444
|
-
"application/json",
|
|
7445
|
-
"application/x-www-form-urlencoded",
|
|
7446
|
-
"multipart/form-data",
|
|
7447
|
-
];
|
|
7331
|
+
const consumes = ["application/json"];
|
|
7448
7332
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
7449
7333
|
if (httpContentTypeSelected !== undefined) {
|
|
7450
7334
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -7936,11 +7820,7 @@ class ProfileApiService extends BaseService {
|
|
|
7936
7820
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
7937
7821
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
7938
7822
|
// to determine the Content-Type header
|
|
7939
|
-
const consumes = [
|
|
7940
|
-
"application/json",
|
|
7941
|
-
"application/x-www-form-urlencoded",
|
|
7942
|
-
"multipart/form-data",
|
|
7943
|
-
];
|
|
7823
|
+
const consumes = ["application/json"];
|
|
7944
7824
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
7945
7825
|
if (httpContentTypeSelected !== undefined) {
|
|
7946
7826
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -8020,11 +7900,7 @@ class ProjectNotesApiService extends BaseService {
|
|
|
8020
7900
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
8021
7901
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
8022
7902
|
// to determine the Content-Type header
|
|
8023
|
-
const consumes = [
|
|
8024
|
-
"application/json",
|
|
8025
|
-
"application/x-www-form-urlencoded",
|
|
8026
|
-
"multipart/form-data",
|
|
8027
|
-
];
|
|
7903
|
+
const consumes = ["application/json"];
|
|
8028
7904
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8029
7905
|
if (httpContentTypeSelected !== undefined) {
|
|
8030
7906
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -8230,11 +8106,7 @@ class ProjectNotesApiService extends BaseService {
|
|
|
8230
8106
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
8231
8107
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
8232
8108
|
// to determine the Content-Type header
|
|
8233
|
-
const consumes = [
|
|
8234
|
-
"application/json",
|
|
8235
|
-
"application/x-www-form-urlencoded",
|
|
8236
|
-
"multipart/form-data",
|
|
8237
|
-
];
|
|
8109
|
+
const consumes = ["application/json"];
|
|
8238
8110
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8239
8111
|
if (httpContentTypeSelected !== undefined) {
|
|
8240
8112
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -8460,11 +8332,7 @@ class ProjectResourcesApiService extends BaseService {
|
|
|
8460
8332
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
8461
8333
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
8462
8334
|
// to determine the Content-Type header
|
|
8463
|
-
const consumes = [
|
|
8464
|
-
"application/json",
|
|
8465
|
-
"application/x-www-form-urlencoded",
|
|
8466
|
-
"multipart/form-data",
|
|
8467
|
-
];
|
|
8335
|
+
const consumes = ["application/json"];
|
|
8468
8336
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8469
8337
|
if (httpContentTypeSelected !== undefined) {
|
|
8470
8338
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -8694,11 +8562,7 @@ class ProjectResourcesApiService extends BaseService {
|
|
|
8694
8562
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
8695
8563
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
8696
8564
|
// to determine the Content-Type header
|
|
8697
|
-
const consumes = [
|
|
8698
|
-
"application/json",
|
|
8699
|
-
"application/x-www-form-urlencoded",
|
|
8700
|
-
"multipart/form-data",
|
|
8701
|
-
];
|
|
8565
|
+
const consumes = ["application/json"];
|
|
8702
8566
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8703
8567
|
if (httpContentTypeSelected !== undefined) {
|
|
8704
8568
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -8778,11 +8642,7 @@ class ProjectsApiService extends BaseService {
|
|
|
8778
8642
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
8779
8643
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
8780
8644
|
// to determine the Content-Type header
|
|
8781
|
-
const consumes = [
|
|
8782
|
-
"application/json",
|
|
8783
|
-
"application/x-www-form-urlencoded",
|
|
8784
|
-
"multipart/form-data",
|
|
8785
|
-
];
|
|
8645
|
+
const consumes = ["application/json"];
|
|
8786
8646
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8787
8647
|
if (httpContentTypeSelected !== undefined) {
|
|
8788
8648
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -8961,11 +8821,7 @@ class ProjectsApiService extends BaseService {
|
|
|
8961
8821
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
8962
8822
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
8963
8823
|
// to determine the Content-Type header
|
|
8964
|
-
const consumes = [
|
|
8965
|
-
"application/json",
|
|
8966
|
-
"application/x-www-form-urlencoded",
|
|
8967
|
-
"multipart/form-data",
|
|
8968
|
-
];
|
|
8824
|
+
const consumes = ["application/json"];
|
|
8969
8825
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
8970
8826
|
if (httpContentTypeSelected !== undefined) {
|
|
8971
8827
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -9213,11 +9069,7 @@ class RolesApiService extends BaseService {
|
|
|
9213
9069
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
9214
9070
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
9215
9071
|
// to determine the Content-Type header
|
|
9216
|
-
const consumes = [
|
|
9217
|
-
"application/json",
|
|
9218
|
-
"application/x-www-form-urlencoded",
|
|
9219
|
-
"multipart/form-data",
|
|
9220
|
-
];
|
|
9072
|
+
const consumes = ["application/json"];
|
|
9221
9073
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
9222
9074
|
if (httpContentTypeSelected !== undefined) {
|
|
9223
9075
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -9420,11 +9272,7 @@ class RolesApiService extends BaseService {
|
|
|
9420
9272
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
9421
9273
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
9422
9274
|
// to determine the Content-Type header
|
|
9423
|
-
const consumes = [
|
|
9424
|
-
"application/json",
|
|
9425
|
-
"application/x-www-form-urlencoded",
|
|
9426
|
-
"multipart/form-data",
|
|
9427
|
-
];
|
|
9275
|
+
const consumes = ["application/json"];
|
|
9428
9276
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
9429
9277
|
if (httpContentTypeSelected !== undefined) {
|
|
9430
9278
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -9505,11 +9353,7 @@ class S3ApiService extends BaseService {
|
|
|
9505
9353
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
9506
9354
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
9507
9355
|
// to determine the Content-Type header
|
|
9508
|
-
const consumes = [
|
|
9509
|
-
"application/json",
|
|
9510
|
-
"application/x-www-form-urlencoded",
|
|
9511
|
-
"multipart/form-data",
|
|
9512
|
-
];
|
|
9356
|
+
const consumes = ["application/json"];
|
|
9513
9357
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
9514
9358
|
if (httpContentTypeSelected !== undefined) {
|
|
9515
9359
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -10014,11 +9858,7 @@ class SsoApiService extends BaseService {
|
|
|
10014
9858
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
10015
9859
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
10016
9860
|
// to determine the Content-Type header
|
|
10017
|
-
const consumes = [
|
|
10018
|
-
"application/json",
|
|
10019
|
-
"application/x-www-form-urlencoded",
|
|
10020
|
-
"multipart/form-data",
|
|
10021
|
-
];
|
|
9861
|
+
const consumes = ["application/json"];
|
|
10022
9862
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
10023
9863
|
if (httpContentTypeSelected !== undefined) {
|
|
10024
9864
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -10062,11 +9902,7 @@ class SsoApiService extends BaseService {
|
|
|
10062
9902
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
10063
9903
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
10064
9904
|
// to determine the Content-Type header
|
|
10065
|
-
const consumes = [
|
|
10066
|
-
"application/json",
|
|
10067
|
-
"application/x-www-form-urlencoded",
|
|
10068
|
-
"multipart/form-data",
|
|
10069
|
-
];
|
|
9905
|
+
const consumes = ["application/json"];
|
|
10070
9906
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
10071
9907
|
if (httpContentTypeSelected !== undefined) {
|
|
10072
9908
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -10107,11 +9943,7 @@ class SsoApiService extends BaseService {
|
|
|
10107
9943
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
10108
9944
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
10109
9945
|
// to determine the Content-Type header
|
|
10110
|
-
const consumes = [
|
|
10111
|
-
"application/json",
|
|
10112
|
-
"application/x-www-form-urlencoded",
|
|
10113
|
-
"multipart/form-data",
|
|
10114
|
-
];
|
|
9946
|
+
const consumes = ["application/json"];
|
|
10115
9947
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
10116
9948
|
if (httpContentTypeSelected !== undefined) {
|
|
10117
9949
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -10746,11 +10578,7 @@ class TokenApiService extends BaseService {
|
|
|
10746
10578
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
10747
10579
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
10748
10580
|
// to determine the Content-Type header
|
|
10749
|
-
const consumes = [
|
|
10750
|
-
"application/json",
|
|
10751
|
-
"application/x-www-form-urlencoded",
|
|
10752
|
-
"multipart/form-data",
|
|
10753
|
-
];
|
|
10581
|
+
const consumes = ["application/json"];
|
|
10754
10582
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
10755
10583
|
if (httpContentTypeSelected !== undefined) {
|
|
10756
10584
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -10794,11 +10622,7 @@ class TokenApiService extends BaseService {
|
|
|
10794
10622
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
10795
10623
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
10796
10624
|
// to determine the Content-Type header
|
|
10797
|
-
const consumes = [
|
|
10798
|
-
"application/json",
|
|
10799
|
-
"application/x-www-form-urlencoded",
|
|
10800
|
-
"multipart/form-data",
|
|
10801
|
-
];
|
|
10625
|
+
const consumes = ["application/json"];
|
|
10802
10626
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
10803
10627
|
if (httpContentTypeSelected !== undefined) {
|
|
10804
10628
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -11276,11 +11100,7 @@ class UserLoginsApiService extends BaseService {
|
|
|
11276
11100
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
11277
11101
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
11278
11102
|
// to determine the Content-Type header
|
|
11279
|
-
const consumes = [
|
|
11280
|
-
"application/json",
|
|
11281
|
-
"application/x-www-form-urlencoded",
|
|
11282
|
-
"multipart/form-data",
|
|
11283
|
-
];
|
|
11103
|
+
const consumes = ["application/json"];
|
|
11284
11104
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
11285
11105
|
if (httpContentTypeSelected !== undefined) {
|
|
11286
11106
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -11360,11 +11180,7 @@ class UserPeriodsApiService extends BaseService {
|
|
|
11360
11180
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
11361
11181
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
11362
11182
|
// to determine the Content-Type header
|
|
11363
|
-
const consumes = [
|
|
11364
|
-
"application/json",
|
|
11365
|
-
"application/x-www-form-urlencoded",
|
|
11366
|
-
"multipart/form-data",
|
|
11367
|
-
];
|
|
11183
|
+
const consumes = ["application/json"];
|
|
11368
11184
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
11369
11185
|
if (httpContentTypeSelected !== undefined) {
|
|
11370
11186
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -11602,11 +11418,7 @@ class UserPeriodsApiService extends BaseService {
|
|
|
11602
11418
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
11603
11419
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
11604
11420
|
// to determine the Content-Type header
|
|
11605
|
-
const consumes = [
|
|
11606
|
-
"application/json",
|
|
11607
|
-
"application/x-www-form-urlencoded",
|
|
11608
|
-
"multipart/form-data",
|
|
11609
|
-
];
|
|
11421
|
+
const consumes = ["application/json"];
|
|
11610
11422
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
11611
11423
|
if (httpContentTypeSelected !== undefined) {
|
|
11612
11424
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -11697,11 +11509,7 @@ class UserPeriodsApiService extends BaseService {
|
|
|
11697
11509
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
11698
11510
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
11699
11511
|
// to determine the Content-Type header
|
|
11700
|
-
const consumes = [
|
|
11701
|
-
"application/json",
|
|
11702
|
-
"application/x-www-form-urlencoded",
|
|
11703
|
-
"multipart/form-data",
|
|
11704
|
-
];
|
|
11512
|
+
const consumes = ["application/json"];
|
|
11705
11513
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
11706
11514
|
if (httpContentTypeSelected !== undefined) {
|
|
11707
11515
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -11781,11 +11589,7 @@ class UserScoresApiService extends BaseService {
|
|
|
11781
11589
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
11782
11590
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
11783
11591
|
// to determine the Content-Type header
|
|
11784
|
-
const consumes = [
|
|
11785
|
-
"application/json",
|
|
11786
|
-
"application/x-www-form-urlencoded",
|
|
11787
|
-
"multipart/form-data",
|
|
11788
|
-
];
|
|
11592
|
+
const consumes = ["application/json"];
|
|
11789
11593
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
11790
11594
|
if (httpContentTypeSelected !== undefined) {
|
|
11791
11595
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -12062,11 +11866,7 @@ class UserTimezoneSettingApiService extends BaseService {
|
|
|
12062
11866
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
12063
11867
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
12064
11868
|
// to determine the Content-Type header
|
|
12065
|
-
const consumes = [
|
|
12066
|
-
"application/json",
|
|
12067
|
-
"application/x-www-form-urlencoded",
|
|
12068
|
-
"multipart/form-data",
|
|
12069
|
-
];
|
|
11869
|
+
const consumes = ["application/json"];
|
|
12070
11870
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
12071
11871
|
if (httpContentTypeSelected !== undefined) {
|
|
12072
11872
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -12234,11 +12034,7 @@ class UserTimezonesApiService extends BaseService {
|
|
|
12234
12034
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
12235
12035
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
12236
12036
|
// to determine the Content-Type header
|
|
12237
|
-
const consumes = [
|
|
12238
|
-
"application/json",
|
|
12239
|
-
"application/x-www-form-urlencoded",
|
|
12240
|
-
"multipart/form-data",
|
|
12241
|
-
];
|
|
12037
|
+
const consumes = ["application/json"];
|
|
12242
12038
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
12243
12039
|
if (httpContentTypeSelected !== undefined) {
|
|
12244
12040
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -12319,11 +12115,7 @@ class UsersApiService extends BaseService {
|
|
|
12319
12115
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
12320
12116
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
12321
12117
|
// to determine the Content-Type header
|
|
12322
|
-
const consumes = [
|
|
12323
|
-
"application/json",
|
|
12324
|
-
"application/x-www-form-urlencoded",
|
|
12325
|
-
"multipart/form-data",
|
|
12326
|
-
];
|
|
12118
|
+
const consumes = ["application/json"];
|
|
12327
12119
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
12328
12120
|
if (httpContentTypeSelected !== undefined) {
|
|
12329
12121
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -12518,11 +12310,7 @@ class UsersApiService extends BaseService {
|
|
|
12518
12310
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
12519
12311
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
12520
12312
|
// to determine the Content-Type header
|
|
12521
|
-
const consumes = [
|
|
12522
|
-
"application/json",
|
|
12523
|
-
"application/x-www-form-urlencoded",
|
|
12524
|
-
"multipart/form-data",
|
|
12525
|
-
];
|
|
12313
|
+
const consumes = ["application/json"];
|
|
12526
12314
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
12527
12315
|
if (httpContentTypeSelected !== undefined) {
|
|
12528
12316
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -12721,11 +12509,7 @@ class VendorsApiService extends BaseService {
|
|
|
12721
12509
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
12722
12510
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
12723
12511
|
// to determine the Content-Type header
|
|
12724
|
-
const consumes = [
|
|
12725
|
-
"application/json",
|
|
12726
|
-
"application/x-www-form-urlencoded",
|
|
12727
|
-
"multipart/form-data",
|
|
12728
|
-
];
|
|
12512
|
+
const consumes = ["application/json"];
|
|
12729
12513
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
12730
12514
|
if (httpContentTypeSelected !== undefined) {
|
|
12731
12515
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -12917,11 +12701,7 @@ class VendorsApiService extends BaseService {
|
|
|
12917
12701
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
12918
12702
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
12919
12703
|
// to determine the Content-Type header
|
|
12920
|
-
const consumes = [
|
|
12921
|
-
"application/json",
|
|
12922
|
-
"application/x-www-form-urlencoded",
|
|
12923
|
-
"multipart/form-data",
|
|
12924
|
-
];
|
|
12704
|
+
const consumes = ["application/json"];
|
|
12925
12705
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
12926
12706
|
if (httpContentTypeSelected !== undefined) {
|
|
12927
12707
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -13071,11 +12851,7 @@ class WorkTypesApiService extends BaseService {
|
|
|
13071
12851
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
13072
12852
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
13073
12853
|
// to determine the Content-Type header
|
|
13074
|
-
const consumes = [
|
|
13075
|
-
"application/json",
|
|
13076
|
-
"application/x-www-form-urlencoded",
|
|
13077
|
-
"multipart/form-data",
|
|
13078
|
-
];
|
|
12854
|
+
const consumes = ["application/json"];
|
|
13079
12855
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
13080
12856
|
if (httpContentTypeSelected !== undefined) {
|
|
13081
12857
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -13122,11 +12898,7 @@ class WorkTypesApiService extends BaseService {
|
|
|
13122
12898
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
13123
12899
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
13124
12900
|
// to determine the Content-Type header
|
|
13125
|
-
const consumes = [
|
|
13126
|
-
"application/json",
|
|
13127
|
-
"application/x-www-form-urlencoded",
|
|
13128
|
-
"multipart/form-data",
|
|
13129
|
-
];
|
|
12901
|
+
const consumes = ["application/json"];
|
|
13130
12902
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
13131
12903
|
if (httpContentTypeSelected !== undefined) {
|
|
13132
12904
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|
|
@@ -13291,11 +13063,7 @@ class WorkTypesApiService extends BaseService {
|
|
|
13291
13063
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
13292
13064
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
13293
13065
|
// to determine the Content-Type header
|
|
13294
|
-
const consumes = [
|
|
13295
|
-
"application/json",
|
|
13296
|
-
"application/x-www-form-urlencoded",
|
|
13297
|
-
"multipart/form-data",
|
|
13298
|
-
];
|
|
13066
|
+
const consumes = ["application/json"];
|
|
13299
13067
|
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
13300
13068
|
if (httpContentTypeSelected !== undefined) {
|
|
13301
13069
|
localVarHeaders = localVarHeaders.set("Content-Type", httpContentTypeSelected);
|