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/v2025/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/v2026/api.js
CHANGED
|
@@ -49647,11 +49647,21 @@ var IdentityProfilesV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
49647
49647
|
_a.sent();
|
|
49648
49648
|
// authentication userAuth required
|
|
49649
49649
|
// oauth required
|
|
49650
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49650
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49651
|
+
// authentication applicationAuth required
|
|
49652
|
+
// oauth required
|
|
49653
|
+
];
|
|
49651
49654
|
case 2:
|
|
49652
49655
|
// authentication userAuth required
|
|
49653
49656
|
// oauth required
|
|
49654
49657
|
_a.sent();
|
|
49658
|
+
// authentication applicationAuth required
|
|
49659
|
+
// oauth required
|
|
49660
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
49661
|
+
case 3:
|
|
49662
|
+
// authentication applicationAuth required
|
|
49663
|
+
// oauth required
|
|
49664
|
+
_a.sent();
|
|
49655
49665
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
49656
49666
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
49657
49667
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -49702,11 +49712,21 @@ var IdentityProfilesV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
49702
49712
|
_a.sent();
|
|
49703
49713
|
// authentication userAuth required
|
|
49704
49714
|
// oauth required
|
|
49705
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49715
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49716
|
+
// authentication applicationAuth required
|
|
49717
|
+
// oauth required
|
|
49718
|
+
];
|
|
49706
49719
|
case 2:
|
|
49707
49720
|
// authentication userAuth required
|
|
49708
49721
|
// oauth required
|
|
49709
49722
|
_a.sent();
|
|
49723
|
+
// authentication applicationAuth required
|
|
49724
|
+
// oauth required
|
|
49725
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
49726
|
+
case 3:
|
|
49727
|
+
// authentication applicationAuth required
|
|
49728
|
+
// oauth required
|
|
49729
|
+
_a.sent();
|
|
49710
49730
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
49711
49731
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
49712
49732
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -49754,11 +49774,21 @@ var IdentityProfilesV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
49754
49774
|
_a.sent();
|
|
49755
49775
|
// authentication userAuth required
|
|
49756
49776
|
// oauth required
|
|
49757
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49777
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49778
|
+
// authentication applicationAuth required
|
|
49779
|
+
// oauth required
|
|
49780
|
+
];
|
|
49758
49781
|
case 2:
|
|
49759
49782
|
// authentication userAuth required
|
|
49760
49783
|
// oauth required
|
|
49761
49784
|
_a.sent();
|
|
49785
|
+
// authentication applicationAuth required
|
|
49786
|
+
// oauth required
|
|
49787
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
49788
|
+
case 3:
|
|
49789
|
+
// authentication applicationAuth required
|
|
49790
|
+
// oauth required
|
|
49791
|
+
_a.sent();
|
|
49762
49792
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
49763
49793
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
49764
49794
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -49887,11 +49917,21 @@ var IdentityProfilesV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
49887
49917
|
_a.sent();
|
|
49888
49918
|
// authentication userAuth required
|
|
49889
49919
|
// oauth required
|
|
49890
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49920
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49921
|
+
// authentication applicationAuth required
|
|
49922
|
+
// oauth required
|
|
49923
|
+
];
|
|
49891
49924
|
case 2:
|
|
49892
49925
|
// authentication userAuth required
|
|
49893
49926
|
// oauth required
|
|
49894
49927
|
_a.sent();
|
|
49928
|
+
// authentication applicationAuth required
|
|
49929
|
+
// oauth required
|
|
49930
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
49931
|
+
case 3:
|
|
49932
|
+
// authentication applicationAuth required
|
|
49933
|
+
// oauth required
|
|
49934
|
+
_a.sent();
|
|
49895
49935
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
49896
49936
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
49897
49937
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -49942,11 +49982,21 @@ var IdentityProfilesV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
49942
49982
|
_a.sent();
|
|
49943
49983
|
// authentication userAuth required
|
|
49944
49984
|
// oauth required
|
|
49945
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49985
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
49986
|
+
// authentication applicationAuth required
|
|
49987
|
+
// oauth required
|
|
49988
|
+
];
|
|
49946
49989
|
case 2:
|
|
49947
49990
|
// authentication userAuth required
|
|
49948
49991
|
// oauth required
|
|
49949
49992
|
_a.sent();
|
|
49993
|
+
// authentication applicationAuth required
|
|
49994
|
+
// oauth required
|
|
49995
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
49996
|
+
case 3:
|
|
49997
|
+
// authentication applicationAuth required
|
|
49998
|
+
// oauth required
|
|
49999
|
+
_a.sent();
|
|
49950
50000
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
49951
50001
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
49952
50002
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -50191,11 +50241,21 @@ var IdentityProfilesV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
50191
50241
|
_a.sent();
|
|
50192
50242
|
// authentication userAuth required
|
|
50193
50243
|
// oauth required
|
|
50194
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
50244
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
50245
|
+
// authentication applicationAuth required
|
|
50246
|
+
// oauth required
|
|
50247
|
+
];
|
|
50195
50248
|
case 2:
|
|
50196
50249
|
// authentication userAuth required
|
|
50197
50250
|
// oauth required
|
|
50198
50251
|
_a.sent();
|
|
50252
|
+
// authentication applicationAuth required
|
|
50253
|
+
// oauth required
|
|
50254
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
50255
|
+
case 3:
|
|
50256
|
+
// authentication applicationAuth required
|
|
50257
|
+
// oauth required
|
|
50258
|
+
_a.sent();
|
|
50199
50259
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
50200
50260
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
50201
50261
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -50247,11 +50307,21 @@ var IdentityProfilesV2026ApiAxiosParamCreator = function (configuration) {
|
|
|
50247
50307
|
_a.sent();
|
|
50248
50308
|
// authentication userAuth required
|
|
50249
50309
|
// oauth required
|
|
50250
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
50310
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
50311
|
+
// authentication applicationAuth required
|
|
50312
|
+
// oauth required
|
|
50313
|
+
];
|
|
50251
50314
|
case 2:
|
|
50252
50315
|
// authentication userAuth required
|
|
50253
50316
|
// oauth required
|
|
50254
50317
|
_a.sent();
|
|
50318
|
+
// authentication applicationAuth required
|
|
50319
|
+
// oauth required
|
|
50320
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
50321
|
+
case 3:
|
|
50322
|
+
// authentication applicationAuth required
|
|
50323
|
+
// oauth required
|
|
50324
|
+
_a.sent();
|
|
50255
50325
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
50256
50326
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
50257
50327
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|