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/dist/beta/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/nerm/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({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, 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/nermv2025/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({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, 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/v2024/api.js
CHANGED
|
@@ -41768,11 +41768,21 @@ var IdentityProfilesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
41768
41768
|
_a.sent();
|
|
41769
41769
|
// authentication userAuth required
|
|
41770
41770
|
// oauth required
|
|
41771
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
41771
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
41772
|
+
// authentication applicationAuth required
|
|
41773
|
+
// oauth required
|
|
41774
|
+
];
|
|
41772
41775
|
case 2:
|
|
41773
41776
|
// authentication userAuth required
|
|
41774
41777
|
// oauth required
|
|
41775
41778
|
_a.sent();
|
|
41779
|
+
// authentication applicationAuth required
|
|
41780
|
+
// oauth required
|
|
41781
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
41782
|
+
case 3:
|
|
41783
|
+
// authentication applicationAuth required
|
|
41784
|
+
// oauth required
|
|
41785
|
+
_a.sent();
|
|
41776
41786
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
41777
41787
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
41778
41788
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -41823,11 +41833,21 @@ var IdentityProfilesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
41823
41833
|
_a.sent();
|
|
41824
41834
|
// authentication userAuth required
|
|
41825
41835
|
// oauth required
|
|
41826
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
41836
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
41837
|
+
// authentication applicationAuth required
|
|
41838
|
+
// oauth required
|
|
41839
|
+
];
|
|
41827
41840
|
case 2:
|
|
41828
41841
|
// authentication userAuth required
|
|
41829
41842
|
// oauth required
|
|
41830
41843
|
_a.sent();
|
|
41844
|
+
// authentication applicationAuth required
|
|
41845
|
+
// oauth required
|
|
41846
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
41847
|
+
case 3:
|
|
41848
|
+
// authentication applicationAuth required
|
|
41849
|
+
// oauth required
|
|
41850
|
+
_a.sent();
|
|
41831
41851
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
41832
41852
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
41833
41853
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -41875,11 +41895,21 @@ var IdentityProfilesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
41875
41895
|
_a.sent();
|
|
41876
41896
|
// authentication userAuth required
|
|
41877
41897
|
// oauth required
|
|
41878
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
41898
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
41899
|
+
// authentication applicationAuth required
|
|
41900
|
+
// oauth required
|
|
41901
|
+
];
|
|
41879
41902
|
case 2:
|
|
41880
41903
|
// authentication userAuth required
|
|
41881
41904
|
// oauth required
|
|
41882
41905
|
_a.sent();
|
|
41906
|
+
// authentication applicationAuth required
|
|
41907
|
+
// oauth required
|
|
41908
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
41909
|
+
case 3:
|
|
41910
|
+
// authentication applicationAuth required
|
|
41911
|
+
// oauth required
|
|
41912
|
+
_a.sent();
|
|
41883
41913
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
41884
41914
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
41885
41915
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -42008,11 +42038,21 @@ var IdentityProfilesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
42008
42038
|
_a.sent();
|
|
42009
42039
|
// authentication userAuth required
|
|
42010
42040
|
// oauth required
|
|
42011
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
42041
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
42042
|
+
// authentication applicationAuth required
|
|
42043
|
+
// oauth required
|
|
42044
|
+
];
|
|
42012
42045
|
case 2:
|
|
42013
42046
|
// authentication userAuth required
|
|
42014
42047
|
// oauth required
|
|
42015
42048
|
_a.sent();
|
|
42049
|
+
// authentication applicationAuth required
|
|
42050
|
+
// oauth required
|
|
42051
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
42052
|
+
case 3:
|
|
42053
|
+
// authentication applicationAuth required
|
|
42054
|
+
// oauth required
|
|
42055
|
+
_a.sent();
|
|
42016
42056
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
42017
42057
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
42018
42058
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -42063,11 +42103,21 @@ var IdentityProfilesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
42063
42103
|
_a.sent();
|
|
42064
42104
|
// authentication userAuth required
|
|
42065
42105
|
// oauth required
|
|
42066
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
42106
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
42107
|
+
// authentication applicationAuth required
|
|
42108
|
+
// oauth required
|
|
42109
|
+
];
|
|
42067
42110
|
case 2:
|
|
42068
42111
|
// authentication userAuth required
|
|
42069
42112
|
// oauth required
|
|
42070
42113
|
_a.sent();
|
|
42114
|
+
// authentication applicationAuth required
|
|
42115
|
+
// oauth required
|
|
42116
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
42117
|
+
case 3:
|
|
42118
|
+
// authentication applicationAuth required
|
|
42119
|
+
// oauth required
|
|
42120
|
+
_a.sent();
|
|
42071
42121
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
42072
42122
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
42073
42123
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -42312,11 +42362,21 @@ var IdentityProfilesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
42312
42362
|
_a.sent();
|
|
42313
42363
|
// authentication userAuth required
|
|
42314
42364
|
// oauth required
|
|
42315
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
42365
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
42366
|
+
// authentication applicationAuth required
|
|
42367
|
+
// oauth required
|
|
42368
|
+
];
|
|
42316
42369
|
case 2:
|
|
42317
42370
|
// authentication userAuth required
|
|
42318
42371
|
// oauth required
|
|
42319
42372
|
_a.sent();
|
|
42373
|
+
// authentication applicationAuth required
|
|
42374
|
+
// oauth required
|
|
42375
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
42376
|
+
case 3:
|
|
42377
|
+
// authentication applicationAuth required
|
|
42378
|
+
// oauth required
|
|
42379
|
+
_a.sent();
|
|
42320
42380
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
42321
42381
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
42322
42382
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -42368,11 +42428,21 @@ var IdentityProfilesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
42368
42428
|
_a.sent();
|
|
42369
42429
|
// authentication userAuth required
|
|
42370
42430
|
// oauth required
|
|
42371
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
42431
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
42432
|
+
// authentication applicationAuth required
|
|
42433
|
+
// oauth required
|
|
42434
|
+
];
|
|
42372
42435
|
case 2:
|
|
42373
42436
|
// authentication userAuth required
|
|
42374
42437
|
// oauth required
|
|
42375
42438
|
_a.sent();
|
|
42439
|
+
// authentication applicationAuth required
|
|
42440
|
+
// oauth required
|
|
42441
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
42442
|
+
case 3:
|
|
42443
|
+
// authentication applicationAuth required
|
|
42444
|
+
// oauth required
|
|
42445
|
+
_a.sent();
|
|
42376
42446
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
42377
42447
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
42378
42448
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|