sailpoint-api-client 1.8.61 → 1.8.63
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/beta/README.md +2 -2
- package/beta/api.ts +36 -0
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.js +99 -9
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/v2024/api.js +77 -7
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.js +77 -7
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +740 -13
- package/dist/v2026/api.js +726 -24
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- package/dist/v3/api.js +77 -7
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +2 -2
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +28 -0
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +28 -0
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +1086 -13
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +32 -4
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/beta/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-sdk@1.8.
|
|
1
|
+
## sailpoint-sdk@1.8.63
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install sailpoint-sdk@1.8.
|
|
39
|
+
npm install sailpoint-sdk@1.8.63 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/beta/api.ts
CHANGED
|
@@ -63310,6 +63310,10 @@ export const IdentityProfilesBetaApiAxiosParamCreator = function (configuration?
|
|
|
63310
63310
|
// oauth required
|
|
63311
63311
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
63312
63312
|
|
|
63313
|
+
// authentication applicationAuth required
|
|
63314
|
+
// oauth required
|
|
63315
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
63316
|
+
|
|
63313
63317
|
|
|
63314
63318
|
|
|
63315
63319
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -63355,6 +63359,10 @@ export const IdentityProfilesBetaApiAxiosParamCreator = function (configuration?
|
|
|
63355
63359
|
// oauth required
|
|
63356
63360
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
63357
63361
|
|
|
63362
|
+
// authentication applicationAuth required
|
|
63363
|
+
// oauth required
|
|
63364
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
63365
|
+
|
|
63358
63366
|
|
|
63359
63367
|
|
|
63360
63368
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -63396,6 +63404,10 @@ export const IdentityProfilesBetaApiAxiosParamCreator = function (configuration?
|
|
|
63396
63404
|
// oauth required
|
|
63397
63405
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
63398
63406
|
|
|
63407
|
+
// authentication applicationAuth required
|
|
63408
|
+
// oauth required
|
|
63409
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
63410
|
+
|
|
63399
63411
|
|
|
63400
63412
|
|
|
63401
63413
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -63504,6 +63516,10 @@ export const IdentityProfilesBetaApiAxiosParamCreator = function (configuration?
|
|
|
63504
63516
|
// oauth required
|
|
63505
63517
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
63506
63518
|
|
|
63519
|
+
// authentication applicationAuth required
|
|
63520
|
+
// oauth required
|
|
63521
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
63522
|
+
|
|
63507
63523
|
|
|
63508
63524
|
|
|
63509
63525
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -63546,6 +63562,10 @@ export const IdentityProfilesBetaApiAxiosParamCreator = function (configuration?
|
|
|
63546
63562
|
// oauth required
|
|
63547
63563
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
63548
63564
|
|
|
63565
|
+
// authentication applicationAuth required
|
|
63566
|
+
// oauth required
|
|
63567
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
63568
|
+
|
|
63549
63569
|
|
|
63550
63570
|
|
|
63551
63571
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -63633,6 +63653,10 @@ export const IdentityProfilesBetaApiAxiosParamCreator = function (configuration?
|
|
|
63633
63653
|
// oauth required
|
|
63634
63654
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
63635
63655
|
|
|
63656
|
+
// authentication applicationAuth required
|
|
63657
|
+
// oauth required
|
|
63658
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
63659
|
+
|
|
63636
63660
|
if (limit !== undefined) {
|
|
63637
63661
|
localVarQueryParameter['limit'] = limit;
|
|
63638
63662
|
}
|
|
@@ -63694,6 +63718,10 @@ export const IdentityProfilesBetaApiAxiosParamCreator = function (configuration?
|
|
|
63694
63718
|
// oauth required
|
|
63695
63719
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
63696
63720
|
|
|
63721
|
+
// authentication applicationAuth required
|
|
63722
|
+
// oauth required
|
|
63723
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
63724
|
+
|
|
63697
63725
|
|
|
63698
63726
|
|
|
63699
63727
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -63739,6 +63767,10 @@ export const IdentityProfilesBetaApiAxiosParamCreator = function (configuration?
|
|
|
63739
63767
|
// oauth required
|
|
63740
63768
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
63741
63769
|
|
|
63770
|
+
// authentication applicationAuth required
|
|
63771
|
+
// oauth required
|
|
63772
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
63773
|
+
|
|
63742
63774
|
|
|
63743
63775
|
|
|
63744
63776
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -63784,6 +63816,10 @@ export const IdentityProfilesBetaApiAxiosParamCreator = function (configuration?
|
|
|
63784
63816
|
// oauth required
|
|
63785
63817
|
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
63786
63818
|
|
|
63819
|
+
// authentication applicationAuth required
|
|
63820
|
+
// oauth required
|
|
63821
|
+
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
63822
|
+
|
|
63787
63823
|
|
|
63788
63824
|
|
|
63789
63825
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
package/beta/common.ts
CHANGED
|
@@ -146,14 +146,14 @@ export const toPathString = function (url: URL) {
|
|
|
146
146
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
147
147
|
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
148
148
|
axiosRetry(axios, configuration.retriesConfig)
|
|
149
|
-
let userAgent = `SailPoint-SDK-TypeScript/1.8.
|
|
149
|
+
let userAgent = `SailPoint-SDK-TypeScript/1.8.63`;
|
|
150
150
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
151
151
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
152
152
|
}
|
|
153
153
|
userAgent += ` (${process.platform}; ${process.arch}) Node/${process.versions.node} (openapi-generator/7.12.0)`;
|
|
154
154
|
const headers = {
|
|
155
155
|
...axiosArgs.axiosOptions.headers,
|
|
156
|
-
...{'X-SailPoint-SDK':'typescript-1.8.
|
|
156
|
+
...{'X-SailPoint-SDK':'typescript-1.8.63'},
|
|
157
157
|
...{'User-Agent': userAgent},
|
|
158
158
|
}
|
|
159
159
|
|
package/beta/package.json
CHANGED
package/dist/beta/api.js
CHANGED
|
@@ -30395,11 +30395,21 @@ var IdentityProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
30395
30395
|
_a.sent();
|
|
30396
30396
|
// authentication userAuth required
|
|
30397
30397
|
// oauth required
|
|
30398
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30398
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30399
|
+
// authentication applicationAuth required
|
|
30400
|
+
// oauth required
|
|
30401
|
+
];
|
|
30399
30402
|
case 2:
|
|
30400
30403
|
// authentication userAuth required
|
|
30401
30404
|
// oauth required
|
|
30402
30405
|
_a.sent();
|
|
30406
|
+
// authentication applicationAuth required
|
|
30407
|
+
// oauth required
|
|
30408
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
30409
|
+
case 3:
|
|
30410
|
+
// authentication applicationAuth required
|
|
30411
|
+
// oauth required
|
|
30412
|
+
_a.sent();
|
|
30403
30413
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
30404
30414
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
30405
30415
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -30450,11 +30460,21 @@ var IdentityProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
30450
30460
|
_a.sent();
|
|
30451
30461
|
// authentication userAuth required
|
|
30452
30462
|
// oauth required
|
|
30453
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30463
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30464
|
+
// authentication applicationAuth required
|
|
30465
|
+
// oauth required
|
|
30466
|
+
];
|
|
30454
30467
|
case 2:
|
|
30455
30468
|
// authentication userAuth required
|
|
30456
30469
|
// oauth required
|
|
30457
30470
|
_a.sent();
|
|
30471
|
+
// authentication applicationAuth required
|
|
30472
|
+
// oauth required
|
|
30473
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
30474
|
+
case 3:
|
|
30475
|
+
// authentication applicationAuth required
|
|
30476
|
+
// oauth required
|
|
30477
|
+
_a.sent();
|
|
30458
30478
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
30459
30479
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
30460
30480
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -30502,11 +30522,21 @@ var IdentityProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
30502
30522
|
_a.sent();
|
|
30503
30523
|
// authentication userAuth required
|
|
30504
30524
|
// oauth required
|
|
30505
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30525
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30526
|
+
// authentication applicationAuth required
|
|
30527
|
+
// oauth required
|
|
30528
|
+
];
|
|
30506
30529
|
case 2:
|
|
30507
30530
|
// authentication userAuth required
|
|
30508
30531
|
// oauth required
|
|
30509
30532
|
_a.sent();
|
|
30533
|
+
// authentication applicationAuth required
|
|
30534
|
+
// oauth required
|
|
30535
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
30536
|
+
case 3:
|
|
30537
|
+
// authentication applicationAuth required
|
|
30538
|
+
// oauth required
|
|
30539
|
+
_a.sent();
|
|
30510
30540
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
30511
30541
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
30512
30542
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -30626,11 +30656,21 @@ var IdentityProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
30626
30656
|
_a.sent();
|
|
30627
30657
|
// authentication userAuth required
|
|
30628
30658
|
// oauth required
|
|
30629
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30659
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30660
|
+
// authentication applicationAuth required
|
|
30661
|
+
// oauth required
|
|
30662
|
+
];
|
|
30630
30663
|
case 2:
|
|
30631
30664
|
// authentication userAuth required
|
|
30632
30665
|
// oauth required
|
|
30633
30666
|
_a.sent();
|
|
30667
|
+
// authentication applicationAuth required
|
|
30668
|
+
// oauth required
|
|
30669
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
30670
|
+
case 3:
|
|
30671
|
+
// authentication applicationAuth required
|
|
30672
|
+
// oauth required
|
|
30673
|
+
_a.sent();
|
|
30634
30674
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
30635
30675
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
30636
30676
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -30679,11 +30719,21 @@ var IdentityProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
30679
30719
|
_a.sent();
|
|
30680
30720
|
// authentication userAuth required
|
|
30681
30721
|
// oauth required
|
|
30682
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30722
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30723
|
+
// authentication applicationAuth required
|
|
30724
|
+
// oauth required
|
|
30725
|
+
];
|
|
30683
30726
|
case 2:
|
|
30684
30727
|
// authentication userAuth required
|
|
30685
30728
|
// oauth required
|
|
30686
30729
|
_a.sent();
|
|
30730
|
+
// authentication applicationAuth required
|
|
30731
|
+
// oauth required
|
|
30732
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
30733
|
+
case 3:
|
|
30734
|
+
// authentication applicationAuth required
|
|
30735
|
+
// oauth required
|
|
30736
|
+
_a.sent();
|
|
30687
30737
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
30688
30738
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
30689
30739
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -30787,11 +30837,21 @@ var IdentityProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
30787
30837
|
_a.sent();
|
|
30788
30838
|
// authentication userAuth required
|
|
30789
30839
|
// oauth required
|
|
30790
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30840
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30841
|
+
// authentication applicationAuth required
|
|
30842
|
+
// oauth required
|
|
30843
|
+
];
|
|
30791
30844
|
case 2:
|
|
30792
30845
|
// authentication userAuth required
|
|
30793
30846
|
// oauth required
|
|
30794
30847
|
_a.sent();
|
|
30848
|
+
// authentication applicationAuth required
|
|
30849
|
+
// oauth required
|
|
30850
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
30851
|
+
case 3:
|
|
30852
|
+
// authentication applicationAuth required
|
|
30853
|
+
// oauth required
|
|
30854
|
+
_a.sent();
|
|
30795
30855
|
if (limit !== undefined) {
|
|
30796
30856
|
localVarQueryParameter['limit'] = limit;
|
|
30797
30857
|
}
|
|
@@ -30854,11 +30914,21 @@ var IdentityProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
30854
30914
|
_a.sent();
|
|
30855
30915
|
// authentication userAuth required
|
|
30856
30916
|
// oauth required
|
|
30857
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30917
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30918
|
+
// authentication applicationAuth required
|
|
30919
|
+
// oauth required
|
|
30920
|
+
];
|
|
30858
30921
|
case 2:
|
|
30859
30922
|
// authentication userAuth required
|
|
30860
30923
|
// oauth required
|
|
30861
30924
|
_a.sent();
|
|
30925
|
+
// authentication applicationAuth required
|
|
30926
|
+
// oauth required
|
|
30927
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
30928
|
+
case 3:
|
|
30929
|
+
// authentication applicationAuth required
|
|
30930
|
+
// oauth required
|
|
30931
|
+
_a.sent();
|
|
30862
30932
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
30863
30933
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
30864
30934
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -30909,11 +30979,21 @@ var IdentityProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
30909
30979
|
_a.sent();
|
|
30910
30980
|
// authentication userAuth required
|
|
30911
30981
|
// oauth required
|
|
30912
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30982
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
30983
|
+
// authentication applicationAuth required
|
|
30984
|
+
// oauth required
|
|
30985
|
+
];
|
|
30913
30986
|
case 2:
|
|
30914
30987
|
// authentication userAuth required
|
|
30915
30988
|
// oauth required
|
|
30916
30989
|
_a.sent();
|
|
30990
|
+
// authentication applicationAuth required
|
|
30991
|
+
// oauth required
|
|
30992
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
30993
|
+
case 3:
|
|
30994
|
+
// authentication applicationAuth required
|
|
30995
|
+
// oauth required
|
|
30996
|
+
_a.sent();
|
|
30917
30997
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
30918
30998
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
30919
30999
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -30965,11 +31045,21 @@ var IdentityProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
30965
31045
|
_a.sent();
|
|
30966
31046
|
// authentication userAuth required
|
|
30967
31047
|
// oauth required
|
|
30968
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
31048
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
31049
|
+
// authentication applicationAuth required
|
|
31050
|
+
// oauth required
|
|
31051
|
+
];
|
|
30969
31052
|
case 2:
|
|
30970
31053
|
// authentication userAuth required
|
|
30971
31054
|
// oauth required
|
|
30972
31055
|
_a.sent();
|
|
31056
|
+
// authentication applicationAuth required
|
|
31057
|
+
// oauth required
|
|
31058
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
31059
|
+
case 3:
|
|
31060
|
+
// authentication applicationAuth required
|
|
31061
|
+
// oauth required
|
|
31062
|
+
_a.sent();
|
|
30973
31063
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
30974
31064
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
30975
31065
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|