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/v2026/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/v3/api.js
CHANGED
|
@@ -15096,11 +15096,21 @@ var IdentityProfilesApiAxiosParamCreator = function (configuration) {
|
|
|
15096
15096
|
_a.sent();
|
|
15097
15097
|
// authentication userAuth required
|
|
15098
15098
|
// oauth required
|
|
15099
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15099
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15100
|
+
// authentication applicationAuth required
|
|
15101
|
+
// oauth required
|
|
15102
|
+
];
|
|
15100
15103
|
case 2:
|
|
15101
15104
|
// authentication userAuth required
|
|
15102
15105
|
// oauth required
|
|
15103
15106
|
_a.sent();
|
|
15107
|
+
// authentication applicationAuth required
|
|
15108
|
+
// oauth required
|
|
15109
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
15110
|
+
case 3:
|
|
15111
|
+
// authentication applicationAuth required
|
|
15112
|
+
// oauth required
|
|
15113
|
+
_a.sent();
|
|
15104
15114
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
15105
15115
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
15106
15116
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -15151,11 +15161,21 @@ var IdentityProfilesApiAxiosParamCreator = function (configuration) {
|
|
|
15151
15161
|
_a.sent();
|
|
15152
15162
|
// authentication userAuth required
|
|
15153
15163
|
// oauth required
|
|
15154
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15164
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15165
|
+
// authentication applicationAuth required
|
|
15166
|
+
// oauth required
|
|
15167
|
+
];
|
|
15155
15168
|
case 2:
|
|
15156
15169
|
// authentication userAuth required
|
|
15157
15170
|
// oauth required
|
|
15158
15171
|
_a.sent();
|
|
15172
|
+
// authentication applicationAuth required
|
|
15173
|
+
// oauth required
|
|
15174
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
15175
|
+
case 3:
|
|
15176
|
+
// authentication applicationAuth required
|
|
15177
|
+
// oauth required
|
|
15178
|
+
_a.sent();
|
|
15159
15179
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
15160
15180
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
15161
15181
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -15203,11 +15223,21 @@ var IdentityProfilesApiAxiosParamCreator = function (configuration) {
|
|
|
15203
15223
|
_a.sent();
|
|
15204
15224
|
// authentication userAuth required
|
|
15205
15225
|
// oauth required
|
|
15206
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15226
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15227
|
+
// authentication applicationAuth required
|
|
15228
|
+
// oauth required
|
|
15229
|
+
];
|
|
15207
15230
|
case 2:
|
|
15208
15231
|
// authentication userAuth required
|
|
15209
15232
|
// oauth required
|
|
15210
15233
|
_a.sent();
|
|
15234
|
+
// authentication applicationAuth required
|
|
15235
|
+
// oauth required
|
|
15236
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
15237
|
+
case 3:
|
|
15238
|
+
// authentication applicationAuth required
|
|
15239
|
+
// oauth required
|
|
15240
|
+
_a.sent();
|
|
15211
15241
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
15212
15242
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
15213
15243
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -15337,11 +15367,21 @@ var IdentityProfilesApiAxiosParamCreator = function (configuration) {
|
|
|
15337
15367
|
_a.sent();
|
|
15338
15368
|
// authentication userAuth required
|
|
15339
15369
|
// oauth required
|
|
15340
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15370
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15371
|
+
// authentication applicationAuth required
|
|
15372
|
+
// oauth required
|
|
15373
|
+
];
|
|
15341
15374
|
case 2:
|
|
15342
15375
|
// authentication userAuth required
|
|
15343
15376
|
// oauth required
|
|
15344
15377
|
_a.sent();
|
|
15378
|
+
// authentication applicationAuth required
|
|
15379
|
+
// oauth required
|
|
15380
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
15381
|
+
case 3:
|
|
15382
|
+
// authentication applicationAuth required
|
|
15383
|
+
// oauth required
|
|
15384
|
+
_a.sent();
|
|
15345
15385
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
15346
15386
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
15347
15387
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -15585,11 +15625,21 @@ var IdentityProfilesApiAxiosParamCreator = function (configuration) {
|
|
|
15585
15625
|
_a.sent();
|
|
15586
15626
|
// authentication userAuth required
|
|
15587
15627
|
// oauth required
|
|
15588
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15628
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15629
|
+
// authentication applicationAuth required
|
|
15630
|
+
// oauth required
|
|
15631
|
+
];
|
|
15589
15632
|
case 2:
|
|
15590
15633
|
// authentication userAuth required
|
|
15591
15634
|
// oauth required
|
|
15592
15635
|
_a.sent();
|
|
15636
|
+
// authentication applicationAuth required
|
|
15637
|
+
// oauth required
|
|
15638
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
15639
|
+
case 3:
|
|
15640
|
+
// authentication applicationAuth required
|
|
15641
|
+
// oauth required
|
|
15642
|
+
_a.sent();
|
|
15593
15643
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
15594
15644
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
15595
15645
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -15640,11 +15690,21 @@ var IdentityProfilesApiAxiosParamCreator = function (configuration) {
|
|
|
15640
15690
|
_a.sent();
|
|
15641
15691
|
// authentication userAuth required
|
|
15642
15692
|
// oauth required
|
|
15643
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15693
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15694
|
+
// authentication applicationAuth required
|
|
15695
|
+
// oauth required
|
|
15696
|
+
];
|
|
15644
15697
|
case 2:
|
|
15645
15698
|
// authentication userAuth required
|
|
15646
15699
|
// oauth required
|
|
15647
15700
|
_a.sent();
|
|
15701
|
+
// authentication applicationAuth required
|
|
15702
|
+
// oauth required
|
|
15703
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
15704
|
+
case 3:
|
|
15705
|
+
// authentication applicationAuth required
|
|
15706
|
+
// oauth required
|
|
15707
|
+
_a.sent();
|
|
15648
15708
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
15649
15709
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
15650
15710
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -15696,11 +15756,21 @@ var IdentityProfilesApiAxiosParamCreator = function (configuration) {
|
|
|
15696
15756
|
_a.sent();
|
|
15697
15757
|
// authentication userAuth required
|
|
15698
15758
|
// oauth required
|
|
15699
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15759
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
15760
|
+
// authentication applicationAuth required
|
|
15761
|
+
// oauth required
|
|
15762
|
+
];
|
|
15700
15763
|
case 2:
|
|
15701
15764
|
// authentication userAuth required
|
|
15702
15765
|
// oauth required
|
|
15703
15766
|
_a.sent();
|
|
15767
|
+
// authentication applicationAuth required
|
|
15768
|
+
// oauth required
|
|
15769
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "applicationAuth", [], configuration)];
|
|
15770
|
+
case 3:
|
|
15771
|
+
// authentication applicationAuth required
|
|
15772
|
+
// oauth required
|
|
15773
|
+
_a.sent();
|
|
15704
15774
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
15705
15775
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
15706
15776
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|