sailpoint-api-client 1.8.62 → 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.js +77 -7
- 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 +28 -0
- 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/dist/v2024/common.js
CHANGED
|
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
250
250
|
if (axios === void 0) { axios = globalAxios; }
|
|
251
251
|
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
252
252
|
(0, axios_retry_1.default)(axios, configuration.retriesConfig);
|
|
253
|
-
var userAgent = "SailPoint-SDK-TypeScript/1.8.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.63";
|
|
254
254
|
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
255
255
|
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
256
256
|
}
|
|
257
257
|
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
258
|
-
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.63' }), { 'User-Agent': userAgent });
|
|
259
259
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
260
260
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
261
261
|
}
|
package/dist/v2025/api.js
CHANGED
|
@@ -48343,11 +48343,21 @@ var IdentityProfilesV2025ApiAxiosParamCreator = function (configuration) {
|
|
|
48343
48343
|
_a.sent();
|
|
48344
48344
|
// authentication userAuth required
|
|
48345
48345
|
// oauth required
|
|
48346
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48346
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48347
|
+
// authentication applicationAuth required
|
|
48348
|
+
// oauth required
|
|
48349
|
+
];
|
|
48347
48350
|
case 2:
|
|
48348
48351
|
// authentication userAuth required
|
|
48349
48352
|
// oauth required
|
|
48350
48353
|
_a.sent();
|
|
48354
|
+
// authentication applicationAuth required
|
|
48355
|
+
// oauth required
|
|
48356
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
48357
|
+
case 3:
|
|
48358
|
+
// authentication applicationAuth required
|
|
48359
|
+
// oauth required
|
|
48360
|
+
_a.sent();
|
|
48351
48361
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
48352
48362
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
48353
48363
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -48398,11 +48408,21 @@ var IdentityProfilesV2025ApiAxiosParamCreator = function (configuration) {
|
|
|
48398
48408
|
_a.sent();
|
|
48399
48409
|
// authentication userAuth required
|
|
48400
48410
|
// oauth required
|
|
48401
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48411
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48412
|
+
// authentication applicationAuth required
|
|
48413
|
+
// oauth required
|
|
48414
|
+
];
|
|
48402
48415
|
case 2:
|
|
48403
48416
|
// authentication userAuth required
|
|
48404
48417
|
// oauth required
|
|
48405
48418
|
_a.sent();
|
|
48419
|
+
// authentication applicationAuth required
|
|
48420
|
+
// oauth required
|
|
48421
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
48422
|
+
case 3:
|
|
48423
|
+
// authentication applicationAuth required
|
|
48424
|
+
// oauth required
|
|
48425
|
+
_a.sent();
|
|
48406
48426
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
48407
48427
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
48408
48428
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -48450,11 +48470,21 @@ var IdentityProfilesV2025ApiAxiosParamCreator = function (configuration) {
|
|
|
48450
48470
|
_a.sent();
|
|
48451
48471
|
// authentication userAuth required
|
|
48452
48472
|
// oauth required
|
|
48453
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48473
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48474
|
+
// authentication applicationAuth required
|
|
48475
|
+
// oauth required
|
|
48476
|
+
];
|
|
48454
48477
|
case 2:
|
|
48455
48478
|
// authentication userAuth required
|
|
48456
48479
|
// oauth required
|
|
48457
48480
|
_a.sent();
|
|
48481
|
+
// authentication applicationAuth required
|
|
48482
|
+
// oauth required
|
|
48483
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
48484
|
+
case 3:
|
|
48485
|
+
// authentication applicationAuth required
|
|
48486
|
+
// oauth required
|
|
48487
|
+
_a.sent();
|
|
48458
48488
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
48459
48489
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
48460
48490
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -48583,11 +48613,21 @@ var IdentityProfilesV2025ApiAxiosParamCreator = function (configuration) {
|
|
|
48583
48613
|
_a.sent();
|
|
48584
48614
|
// authentication userAuth required
|
|
48585
48615
|
// oauth required
|
|
48586
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48616
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48617
|
+
// authentication applicationAuth required
|
|
48618
|
+
// oauth required
|
|
48619
|
+
];
|
|
48587
48620
|
case 2:
|
|
48588
48621
|
// authentication userAuth required
|
|
48589
48622
|
// oauth required
|
|
48590
48623
|
_a.sent();
|
|
48624
|
+
// authentication applicationAuth required
|
|
48625
|
+
// oauth required
|
|
48626
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
48627
|
+
case 3:
|
|
48628
|
+
// authentication applicationAuth required
|
|
48629
|
+
// oauth required
|
|
48630
|
+
_a.sent();
|
|
48591
48631
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
48592
48632
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
48593
48633
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -48638,11 +48678,21 @@ var IdentityProfilesV2025ApiAxiosParamCreator = function (configuration) {
|
|
|
48638
48678
|
_a.sent();
|
|
48639
48679
|
// authentication userAuth required
|
|
48640
48680
|
// oauth required
|
|
48641
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48681
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48682
|
+
// authentication applicationAuth required
|
|
48683
|
+
// oauth required
|
|
48684
|
+
];
|
|
48642
48685
|
case 2:
|
|
48643
48686
|
// authentication userAuth required
|
|
48644
48687
|
// oauth required
|
|
48645
48688
|
_a.sent();
|
|
48689
|
+
// authentication applicationAuth required
|
|
48690
|
+
// oauth required
|
|
48691
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
48692
|
+
case 3:
|
|
48693
|
+
// authentication applicationAuth required
|
|
48694
|
+
// oauth required
|
|
48695
|
+
_a.sent();
|
|
48646
48696
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
48647
48697
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
48648
48698
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -48887,11 +48937,21 @@ var IdentityProfilesV2025ApiAxiosParamCreator = function (configuration) {
|
|
|
48887
48937
|
_a.sent();
|
|
48888
48938
|
// authentication userAuth required
|
|
48889
48939
|
// oauth required
|
|
48890
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48940
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
48941
|
+
// authentication applicationAuth required
|
|
48942
|
+
// oauth required
|
|
48943
|
+
];
|
|
48891
48944
|
case 2:
|
|
48892
48945
|
// authentication userAuth required
|
|
48893
48946
|
// oauth required
|
|
48894
48947
|
_a.sent();
|
|
48948
|
+
// authentication applicationAuth required
|
|
48949
|
+
// oauth required
|
|
48950
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
48951
|
+
case 3:
|
|
48952
|
+
// authentication applicationAuth required
|
|
48953
|
+
// oauth required
|
|
48954
|
+
_a.sent();
|
|
48895
48955
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
48896
48956
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
48897
48957
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -48943,11 +49003,21 @@ var IdentityProfilesV2025ApiAxiosParamCreator = function (configuration) {
|
|
|
48943
49003
|
_a.sent();
|
|
48944
49004
|
// authentication userAuth required
|
|
48945
49005
|
// oauth required
|
|
48946
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49006
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49007
|
+
// authentication applicationAuth required
|
|
49008
|
+
// oauth required
|
|
49009
|
+
];
|
|
48947
49010
|
case 2:
|
|
48948
49011
|
// authentication userAuth required
|
|
48949
49012
|
// oauth required
|
|
48950
49013
|
_a.sent();
|
|
49014
|
+
// authentication applicationAuth required
|
|
49015
|
+
// oauth required
|
|
49016
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
49017
|
+
case 3:
|
|
49018
|
+
// authentication applicationAuth required
|
|
49019
|
+
// oauth required
|
|
49020
|
+
_a.sent();
|
|
48951
49021
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
48952
49022
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
48953
49023
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|