sailpoint-api-client 1.8.42 → 1.8.51
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 +37 -5
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +37 -5
- package/dist/beta/api.js +8 -0
- 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.d.ts +61 -46
- package/dist/v2024/api.js +38 -50
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.d.ts +236 -141
- package/dist/v2025/api.js +198 -87
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +2229 -130
- package/dist/v2026/api.js +2142 -273
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- 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 +83 -76
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +275 -177
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +3121 -180
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- 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.51";
|
|
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.51' }), { '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/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.51";
|
|
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.51' }), { '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/nerm/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-nerm-sdk@1.8.
|
|
1
|
+
## sailpoint-nerm-sdk@1.8.51
|
|
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-nerm-sdk@1.8.
|
|
39
|
+
npm install sailpoint-nerm-sdk@1.8.51 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/nerm/common.ts
CHANGED
|
@@ -146,7 +146,7 @@ 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.51`;
|
|
150
150
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
151
151
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
152
152
|
}
|
|
@@ -154,7 +154,7 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
|
|
|
154
154
|
const headers = {
|
|
155
155
|
...{'Accept': 'application/json'},
|
|
156
156
|
...axiosArgs.axiosOptions.headers,
|
|
157
|
-
...{'X-SailPoint-SDK':'typescript-1.8.
|
|
157
|
+
...{'X-SailPoint-SDK':'typescript-1.8.51'},
|
|
158
158
|
...{'User-Agent': userAgent},
|
|
159
159
|
}
|
|
160
160
|
|
package/nerm/package.json
CHANGED
package/nermv2025/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-nerm-sdk@1.8.
|
|
1
|
+
## sailpoint-nerm-sdk@1.8.51
|
|
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-nerm-sdk@1.8.
|
|
39
|
+
npm install sailpoint-nerm-sdk@1.8.51 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/nermv2025/common.ts
CHANGED
|
@@ -146,7 +146,7 @@ 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.51`;
|
|
150
150
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
151
151
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
152
152
|
}
|
|
@@ -154,7 +154,7 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
|
|
|
154
154
|
const headers = {
|
|
155
155
|
...{'Accept': 'application/json'},
|
|
156
156
|
...axiosArgs.axiosOptions.headers,
|
|
157
|
-
...{'X-SailPoint-SDK':'typescript-1.8.
|
|
157
|
+
...{'X-SailPoint-SDK':'typescript-1.8.51'},
|
|
158
158
|
...{'User-Agent': userAgent},
|
|
159
159
|
}
|
|
160
160
|
|
package/nermv2025/package.json
CHANGED
package/package.json
CHANGED
package/v2024/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-sdk@1.8.
|
|
1
|
+
## sailpoint-sdk@1.8.51
|
|
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.51 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/v2024/api.ts
CHANGED
|
@@ -285,6 +285,12 @@ export interface AccessItemAccessProfileResponseV2024 {
|
|
|
285
285
|
* @memberof AccessItemAccessProfileResponseV2024
|
|
286
286
|
*/
|
|
287
287
|
'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2024>;
|
|
288
|
+
/**
|
|
289
|
+
* the date the access profile will be assigned to the specified identity, in case requested with a future start date
|
|
290
|
+
* @type {string}
|
|
291
|
+
* @memberof AccessItemAccessProfileResponseV2024
|
|
292
|
+
*/
|
|
293
|
+
'startDate'?: string | null;
|
|
288
294
|
/**
|
|
289
295
|
* the date the access profile is no longer assigned to the specified identity
|
|
290
296
|
* @type {string}
|
|
@@ -512,6 +518,12 @@ export interface AccessItemAssociatedAccessItemV2024 {
|
|
|
512
518
|
* @memberof AccessItemAssociatedAccessItemV2024
|
|
513
519
|
*/
|
|
514
520
|
'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2024>;
|
|
521
|
+
/**
|
|
522
|
+
* the date the access profile will be assigned to the specified identity, in case requested with a future start date
|
|
523
|
+
* @type {string}
|
|
524
|
+
* @memberof AccessItemAssociatedAccessItemV2024
|
|
525
|
+
*/
|
|
526
|
+
'startDate'?: string | null;
|
|
515
527
|
/**
|
|
516
528
|
* the date the role is no longer assigned to the specified identity
|
|
517
529
|
* @type {string}
|
|
@@ -987,6 +999,12 @@ export interface AccessItemRoleResponseV2024 {
|
|
|
987
999
|
* @memberof AccessItemRoleResponseV2024
|
|
988
1000
|
*/
|
|
989
1001
|
'description'?: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* the date the access profile will be assigned to the specified identity, in case requested with a future start date
|
|
1004
|
+
* @type {string}
|
|
1005
|
+
* @memberof AccessItemRoleResponseV2024
|
|
1006
|
+
*/
|
|
1007
|
+
'startDate'?: string | null;
|
|
990
1008
|
/**
|
|
991
1009
|
* the date the role is no longer assigned to the specified identity
|
|
992
1010
|
* @type {string}
|
|
@@ -22725,6 +22743,12 @@ export interface ListIdentityAccessItems200ResponseInnerV2024 {
|
|
|
22725
22743
|
* @memberof ListIdentityAccessItems200ResponseInnerV2024
|
|
22726
22744
|
*/
|
|
22727
22745
|
'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2024>;
|
|
22746
|
+
/**
|
|
22747
|
+
* the date the access profile will be assigned to the specified identity, in case requested with a future start date
|
|
22748
|
+
* @type {string}
|
|
22749
|
+
* @memberof ListIdentityAccessItems200ResponseInnerV2024
|
|
22750
|
+
*/
|
|
22751
|
+
'startDate'?: string | null;
|
|
22728
22752
|
/**
|
|
22729
22753
|
* the date the role is no longer assigned to the specified identity
|
|
22730
22754
|
* @type {string}
|
|
@@ -40890,7 +40914,7 @@ export interface SpConfigExportJobStatusV2024 {
|
|
|
40890
40914
|
* @type {string}
|
|
40891
40915
|
* @memberof SpConfigExportJobStatusV2024
|
|
40892
40916
|
*/
|
|
40893
|
-
'expiration'
|
|
40917
|
+
'expiration'?: string;
|
|
40894
40918
|
/**
|
|
40895
40919
|
* The time the job was started.
|
|
40896
40920
|
* @type {string}
|
|
@@ -40962,7 +40986,7 @@ export interface SpConfigExportJobV2024 {
|
|
|
40962
40986
|
* @type {string}
|
|
40963
40987
|
* @memberof SpConfigExportJobV2024
|
|
40964
40988
|
*/
|
|
40965
|
-
'expiration'
|
|
40989
|
+
'expiration'?: string;
|
|
40966
40990
|
/**
|
|
40967
40991
|
* The time the job was started.
|
|
40968
40992
|
* @type {string}
|
|
@@ -41071,7 +41095,7 @@ export interface SpConfigImportJobStatusV2024 {
|
|
|
41071
41095
|
* @type {string}
|
|
41072
41096
|
* @memberof SpConfigImportJobStatusV2024
|
|
41073
41097
|
*/
|
|
41074
|
-
'expiration'
|
|
41098
|
+
'expiration'?: string;
|
|
41075
41099
|
/**
|
|
41076
41100
|
* The time the job was started.
|
|
41077
41101
|
* @type {string}
|
|
@@ -41162,7 +41186,7 @@ export interface SpConfigJobV2024 {
|
|
|
41162
41186
|
* @type {string}
|
|
41163
41187
|
* @memberof SpConfigJobV2024
|
|
41164
41188
|
*/
|
|
41165
|
-
'expiration'
|
|
41189
|
+
'expiration'?: string;
|
|
41166
41190
|
/**
|
|
41167
41191
|
* The time the job was started.
|
|
41168
41192
|
* @type {string}
|
|
@@ -42540,7 +42564,7 @@ export interface TaskStatusV2024 {
|
|
|
42540
42564
|
* @type {string}
|
|
42541
42565
|
* @memberof TaskStatusV2024
|
|
42542
42566
|
*/
|
|
42543
|
-
'modified': string;
|
|
42567
|
+
'modified': string | null;
|
|
42544
42568
|
/**
|
|
42545
42569
|
* Launch date of the task this TaskStatus represents
|
|
42546
42570
|
* @type {string}
|
|
@@ -115653,16 +115677,20 @@ export const SourcesV2024ApiAxiosParamCreator = function (configuration?: Config
|
|
|
115653
115677
|
/**
|
|
115654
115678
|
* This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
|
|
115655
115679
|
* @summary Get source entitlement request configuration
|
|
115680
|
+
* @param {string} id The Source id
|
|
115656
115681
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
115657
115682
|
* @param {*} [axiosOptions] Override http request option.
|
|
115658
115683
|
* @throws {RequiredError}
|
|
115659
115684
|
*/
|
|
115660
|
-
getSourceEntitlementRequestConfig: async (xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
115685
|
+
getSourceEntitlementRequestConfig: async (id: string, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
115686
|
+
// verify required parameter 'id' is not null or undefined
|
|
115687
|
+
assertParamExists('getSourceEntitlementRequestConfig', 'id', id)
|
|
115661
115688
|
if (xSailPointExperimental === undefined) {
|
|
115662
115689
|
xSailPointExperimental = 'true';
|
|
115663
115690
|
}
|
|
115664
115691
|
|
|
115665
|
-
const localVarPath = `/sources/{id}/entitlement-request-config
|
|
115692
|
+
const localVarPath = `/sources/{id}/entitlement-request-config`
|
|
115693
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
115666
115694
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
115667
115695
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
115668
115696
|
let baseOptions;
|
|
@@ -117162,19 +117190,23 @@ export const SourcesV2024ApiAxiosParamCreator = function (configuration?: Config
|
|
|
117162
117190
|
/**
|
|
117163
117191
|
* This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
|
|
117164
117192
|
* @summary Update source entitlement request configuration
|
|
117193
|
+
* @param {string} id The Source id
|
|
117165
117194
|
* @param {SourceEntitlementRequestConfigV2024} sourceEntitlementRequestConfigV2024
|
|
117166
117195
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
117167
117196
|
* @param {*} [axiosOptions] Override http request option.
|
|
117168
117197
|
* @throws {RequiredError}
|
|
117169
117198
|
*/
|
|
117170
|
-
updateSourceEntitlementRequestConfig: async (sourceEntitlementRequestConfigV2024: SourceEntitlementRequestConfigV2024, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
117199
|
+
updateSourceEntitlementRequestConfig: async (id: string, sourceEntitlementRequestConfigV2024: SourceEntitlementRequestConfigV2024, xSailPointExperimental?: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
117200
|
+
// verify required parameter 'id' is not null or undefined
|
|
117201
|
+
assertParamExists('updateSourceEntitlementRequestConfig', 'id', id)
|
|
117171
117202
|
// verify required parameter 'sourceEntitlementRequestConfigV2024' is not null or undefined
|
|
117172
117203
|
assertParamExists('updateSourceEntitlementRequestConfig', 'sourceEntitlementRequestConfigV2024', sourceEntitlementRequestConfigV2024)
|
|
117173
117204
|
if (xSailPointExperimental === undefined) {
|
|
117174
117205
|
xSailPointExperimental = 'true';
|
|
117175
117206
|
}
|
|
117176
117207
|
|
|
117177
|
-
const localVarPath = `/sources/{id}/entitlement-request-config
|
|
117208
|
+
const localVarPath = `/sources/{id}/entitlement-request-config`
|
|
117209
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
117178
117210
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
117179
117211
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
117180
117212
|
let baseOptions;
|
|
@@ -117594,12 +117626,13 @@ export const SourcesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
117594
117626
|
/**
|
|
117595
117627
|
* This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
|
|
117596
117628
|
* @summary Get source entitlement request configuration
|
|
117629
|
+
* @param {string} id The Source id
|
|
117597
117630
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
117598
117631
|
* @param {*} [axiosOptions] Override http request option.
|
|
117599
117632
|
* @throws {RequiredError}
|
|
117600
117633
|
*/
|
|
117601
|
-
async getSourceEntitlementRequestConfig(xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2024>> {
|
|
117602
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getSourceEntitlementRequestConfig(xSailPointExperimental, axiosOptions);
|
|
117634
|
+
async getSourceEntitlementRequestConfig(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2024>> {
|
|
117635
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSourceEntitlementRequestConfig(id, xSailPointExperimental, axiosOptions);
|
|
117603
117636
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
117604
117637
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2024Api.getSourceEntitlementRequestConfig']?.[localVarOperationServerIndex]?.url;
|
|
117605
117638
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -118005,13 +118038,14 @@ export const SourcesV2024ApiFp = function(configuration?: Configuration) {
|
|
|
118005
118038
|
/**
|
|
118006
118039
|
* This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
|
|
118007
118040
|
* @summary Update source entitlement request configuration
|
|
118041
|
+
* @param {string} id The Source id
|
|
118008
118042
|
* @param {SourceEntitlementRequestConfigV2024} sourceEntitlementRequestConfigV2024
|
|
118009
118043
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
118010
118044
|
* @param {*} [axiosOptions] Override http request option.
|
|
118011
118045
|
* @throws {RequiredError}
|
|
118012
118046
|
*/
|
|
118013
|
-
async updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2024: SourceEntitlementRequestConfigV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2024>> {
|
|
118014
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2024, xSailPointExperimental, axiosOptions);
|
|
118047
|
+
async updateSourceEntitlementRequestConfig(id: string, sourceEntitlementRequestConfigV2024: SourceEntitlementRequestConfigV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2024>> {
|
|
118048
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateSourceEntitlementRequestConfig(id, sourceEntitlementRequestConfigV2024, xSailPointExperimental, axiosOptions);
|
|
118015
118049
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
118016
118050
|
const localVarOperationServerBasePath = operationServerMap['SourcesV2024Api.updateSourceEntitlementRequestConfig']?.[localVarOperationServerIndex]?.url;
|
|
118017
118051
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -118253,8 +118287,8 @@ export const SourcesV2024ApiFactory = function (configuration?: Configuration, b
|
|
|
118253
118287
|
* @param {*} [axiosOptions] Override http request option.
|
|
118254
118288
|
* @throws {RequiredError}
|
|
118255
118289
|
*/
|
|
118256
|
-
getSourceEntitlementRequestConfig(requestParameters: SourcesV2024ApiGetSourceEntitlementRequestConfigRequest
|
|
118257
|
-
return localVarFp.getSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
118290
|
+
getSourceEntitlementRequestConfig(requestParameters: SourcesV2024ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceEntitlementRequestConfigV2024> {
|
|
118291
|
+
return localVarFp.getSourceEntitlementRequestConfig(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
118258
118292
|
},
|
|
118259
118293
|
/**
|
|
118260
118294
|
* This endpoint fetches source health by source\'s id
|
|
@@ -118544,7 +118578,7 @@ export const SourcesV2024ApiFactory = function (configuration?: Configuration, b
|
|
|
118544
118578
|
* @throws {RequiredError}
|
|
118545
118579
|
*/
|
|
118546
118580
|
updateSourceEntitlementRequestConfig(requestParameters: SourcesV2024ApiUpdateSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceEntitlementRequestConfigV2024> {
|
|
118547
|
-
return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2024, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
118581
|
+
return localVarFp.updateSourceEntitlementRequestConfig(requestParameters.id, requestParameters.sourceEntitlementRequestConfigV2024, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
118548
118582
|
},
|
|
118549
118583
|
/**
|
|
118550
118584
|
* Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
|
|
@@ -118918,6 +118952,13 @@ export interface SourcesV2024ApiGetSourceConnectionsRequest {
|
|
|
118918
118952
|
* @interface SourcesV2024ApiGetSourceEntitlementRequestConfigRequest
|
|
118919
118953
|
*/
|
|
118920
118954
|
export interface SourcesV2024ApiGetSourceEntitlementRequestConfigRequest {
|
|
118955
|
+
/**
|
|
118956
|
+
* The Source id
|
|
118957
|
+
* @type {string}
|
|
118958
|
+
* @memberof SourcesV2024ApiGetSourceEntitlementRequestConfig
|
|
118959
|
+
*/
|
|
118960
|
+
readonly id: string
|
|
118961
|
+
|
|
118921
118962
|
/**
|
|
118922
118963
|
* Use this header to enable this experimental API.
|
|
118923
118964
|
* @type {string}
|
|
@@ -119562,6 +119603,13 @@ export interface SourcesV2024ApiUpdateSourceRequest {
|
|
|
119562
119603
|
* @interface SourcesV2024ApiUpdateSourceEntitlementRequestConfigRequest
|
|
119563
119604
|
*/
|
|
119564
119605
|
export interface SourcesV2024ApiUpdateSourceEntitlementRequestConfigRequest {
|
|
119606
|
+
/**
|
|
119607
|
+
* The Source id
|
|
119608
|
+
* @type {string}
|
|
119609
|
+
* @memberof SourcesV2024ApiUpdateSourceEntitlementRequestConfig
|
|
119610
|
+
*/
|
|
119611
|
+
readonly id: string
|
|
119612
|
+
|
|
119565
119613
|
/**
|
|
119566
119614
|
*
|
|
119567
119615
|
* @type {SourceEntitlementRequestConfigV2024}
|
|
@@ -119876,8 +119924,8 @@ export class SourcesV2024Api extends BaseAPI {
|
|
|
119876
119924
|
* @throws {RequiredError}
|
|
119877
119925
|
* @memberof SourcesV2024Api
|
|
119878
119926
|
*/
|
|
119879
|
-
public getSourceEntitlementRequestConfig(requestParameters: SourcesV2024ApiGetSourceEntitlementRequestConfigRequest
|
|
119880
|
-
return SourcesV2024ApiFp(this.configuration).getSourceEntitlementRequestConfig(requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
119927
|
+
public getSourceEntitlementRequestConfig(requestParameters: SourcesV2024ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
119928
|
+
return SourcesV2024ApiFp(this.configuration).getSourceEntitlementRequestConfig(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
119881
119929
|
}
|
|
119882
119930
|
|
|
119883
119931
|
/**
|
|
@@ -120225,7 +120273,7 @@ export class SourcesV2024Api extends BaseAPI {
|
|
|
120225
120273
|
* @memberof SourcesV2024Api
|
|
120226
120274
|
*/
|
|
120227
120275
|
public updateSourceEntitlementRequestConfig(requestParameters: SourcesV2024ApiUpdateSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
120228
|
-
return SourcesV2024ApiFp(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.sourceEntitlementRequestConfigV2024, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
120276
|
+
return SourcesV2024ApiFp(this.configuration).updateSourceEntitlementRequestConfig(requestParameters.id, requestParameters.sourceEntitlementRequestConfigV2024, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
120229
120277
|
}
|
|
120230
120278
|
|
|
120231
120279
|
/**
|
|
@@ -123411,17 +123459,12 @@ export class TenantV2024Api extends BaseAPI {
|
|
|
123411
123459
|
export const TenantContextV2024ApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
123412
123460
|
return {
|
|
123413
123461
|
/**
|
|
123414
|
-
* Returns
|
|
123462
|
+
* Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
|
|
123415
123463
|
* @summary Retrieve tenant context
|
|
123416
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
123417
123464
|
* @param {*} [axiosOptions] Override http request option.
|
|
123418
123465
|
* @throws {RequiredError}
|
|
123419
123466
|
*/
|
|
123420
|
-
getTenantContext: async (
|
|
123421
|
-
if (xSailPointExperimental === undefined) {
|
|
123422
|
-
xSailPointExperimental = 'true';
|
|
123423
|
-
}
|
|
123424
|
-
|
|
123467
|
+
getTenantContext: async (axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
123425
123468
|
const localVarPath = `/tenant-context`;
|
|
123426
123469
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
123427
123470
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -123448,9 +123491,6 @@ export const TenantContextV2024ApiAxiosParamCreator = function (configuration?:
|
|
|
123448
123491
|
|
|
123449
123492
|
|
|
123450
123493
|
|
|
123451
|
-
if (xSailPointExperimental != null) {
|
|
123452
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
123453
|
-
}
|
|
123454
123494
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
123455
123495
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
123456
123496
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -123464,17 +123504,12 @@ export const TenantContextV2024ApiAxiosParamCreator = function (configuration?:
|
|
|
123464
123504
|
* Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
|
|
123465
123505
|
* @summary Update tenant context
|
|
123466
123506
|
* @param {JsonPatchOperationV2024} jsonPatchOperationV2024
|
|
123467
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
123468
123507
|
* @param {*} [axiosOptions] Override http request option.
|
|
123469
123508
|
* @throws {RequiredError}
|
|
123470
123509
|
*/
|
|
123471
|
-
patchTenantContext: async (jsonPatchOperationV2024: JsonPatchOperationV2024,
|
|
123510
|
+
patchTenantContext: async (jsonPatchOperationV2024: JsonPatchOperationV2024, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
123472
123511
|
// verify required parameter 'jsonPatchOperationV2024' is not null or undefined
|
|
123473
123512
|
assertParamExists('patchTenantContext', 'jsonPatchOperationV2024', jsonPatchOperationV2024)
|
|
123474
|
-
if (xSailPointExperimental === undefined) {
|
|
123475
|
-
xSailPointExperimental = 'true';
|
|
123476
|
-
}
|
|
123477
|
-
|
|
123478
123513
|
const localVarPath = `/tenant-context`;
|
|
123479
123514
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
123480
123515
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -123503,9 +123538,6 @@ export const TenantContextV2024ApiAxiosParamCreator = function (configuration?:
|
|
|
123503
123538
|
|
|
123504
123539
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
123505
123540
|
|
|
123506
|
-
if (xSailPointExperimental != null) {
|
|
123507
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
123508
|
-
}
|
|
123509
123541
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
123510
123542
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
123511
123543
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
@@ -123527,14 +123559,13 @@ export const TenantContextV2024ApiFp = function(configuration?: Configuration) {
|
|
|
123527
123559
|
const localVarAxiosParamCreator = TenantContextV2024ApiAxiosParamCreator(configuration)
|
|
123528
123560
|
return {
|
|
123529
123561
|
/**
|
|
123530
|
-
* Returns
|
|
123562
|
+
* Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
|
|
123531
123563
|
* @summary Retrieve tenant context
|
|
123532
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
123533
123564
|
* @param {*} [axiosOptions] Override http request option.
|
|
123534
123565
|
* @throws {RequiredError}
|
|
123535
123566
|
*/
|
|
123536
|
-
async getTenantContext(
|
|
123537
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTenantContext(
|
|
123567
|
+
async getTenantContext(axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GetTenantContext200ResponseInnerV2024>>> {
|
|
123568
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTenantContext(axiosOptions);
|
|
123538
123569
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
123539
123570
|
const localVarOperationServerBasePath = operationServerMap['TenantContextV2024Api.getTenantContext']?.[localVarOperationServerIndex]?.url;
|
|
123540
123571
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -123543,12 +123574,11 @@ export const TenantContextV2024ApiFp = function(configuration?: Configuration) {
|
|
|
123543
123574
|
* Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
|
|
123544
123575
|
* @summary Update tenant context
|
|
123545
123576
|
* @param {JsonPatchOperationV2024} jsonPatchOperationV2024
|
|
123546
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
123547
123577
|
* @param {*} [axiosOptions] Override http request option.
|
|
123548
123578
|
* @throws {RequiredError}
|
|
123549
123579
|
*/
|
|
123550
|
-
async patchTenantContext(jsonPatchOperationV2024: JsonPatchOperationV2024,
|
|
123551
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.patchTenantContext(jsonPatchOperationV2024,
|
|
123580
|
+
async patchTenantContext(jsonPatchOperationV2024: JsonPatchOperationV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
123581
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.patchTenantContext(jsonPatchOperationV2024, axiosOptions);
|
|
123552
123582
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
123553
123583
|
const localVarOperationServerBasePath = operationServerMap['TenantContextV2024Api.patchTenantContext']?.[localVarOperationServerIndex]?.url;
|
|
123554
123584
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -123564,14 +123594,13 @@ export const TenantContextV2024ApiFactory = function (configuration?: Configurat
|
|
|
123564
123594
|
const localVarFp = TenantContextV2024ApiFp(configuration)
|
|
123565
123595
|
return {
|
|
123566
123596
|
/**
|
|
123567
|
-
* Returns
|
|
123597
|
+
* Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
|
|
123568
123598
|
* @summary Retrieve tenant context
|
|
123569
|
-
* @param {TenantContextV2024ApiGetTenantContextRequest} requestParameters Request parameters.
|
|
123570
123599
|
* @param {*} [axiosOptions] Override http request option.
|
|
123571
123600
|
* @throws {RequiredError}
|
|
123572
123601
|
*/
|
|
123573
|
-
getTenantContext(
|
|
123574
|
-
return localVarFp.getTenantContext(
|
|
123602
|
+
getTenantContext(axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<GetTenantContext200ResponseInnerV2024>> {
|
|
123603
|
+
return localVarFp.getTenantContext(axiosOptions).then((request) => request(axios, basePath));
|
|
123575
123604
|
},
|
|
123576
123605
|
/**
|
|
123577
123606
|
* Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
|
|
@@ -123581,25 +123610,11 @@ export const TenantContextV2024ApiFactory = function (configuration?: Configurat
|
|
|
123581
123610
|
* @throws {RequiredError}
|
|
123582
123611
|
*/
|
|
123583
123612
|
patchTenantContext(requestParameters: TenantContextV2024ApiPatchTenantContextRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
123584
|
-
return localVarFp.patchTenantContext(requestParameters.jsonPatchOperationV2024,
|
|
123613
|
+
return localVarFp.patchTenantContext(requestParameters.jsonPatchOperationV2024, axiosOptions).then((request) => request(axios, basePath));
|
|
123585
123614
|
},
|
|
123586
123615
|
};
|
|
123587
123616
|
};
|
|
123588
123617
|
|
|
123589
|
-
/**
|
|
123590
|
-
* Request parameters for getTenantContext operation in TenantContextV2024Api.
|
|
123591
|
-
* @export
|
|
123592
|
-
* @interface TenantContextV2024ApiGetTenantContextRequest
|
|
123593
|
-
*/
|
|
123594
|
-
export interface TenantContextV2024ApiGetTenantContextRequest {
|
|
123595
|
-
/**
|
|
123596
|
-
* Use this header to enable this experimental API.
|
|
123597
|
-
* @type {string}
|
|
123598
|
-
* @memberof TenantContextV2024ApiGetTenantContext
|
|
123599
|
-
*/
|
|
123600
|
-
readonly xSailPointExperimental?: string
|
|
123601
|
-
}
|
|
123602
|
-
|
|
123603
123618
|
/**
|
|
123604
123619
|
* Request parameters for patchTenantContext operation in TenantContextV2024Api.
|
|
123605
123620
|
* @export
|
|
@@ -123612,13 +123627,6 @@ export interface TenantContextV2024ApiPatchTenantContextRequest {
|
|
|
123612
123627
|
* @memberof TenantContextV2024ApiPatchTenantContext
|
|
123613
123628
|
*/
|
|
123614
123629
|
readonly jsonPatchOperationV2024: JsonPatchOperationV2024
|
|
123615
|
-
|
|
123616
|
-
/**
|
|
123617
|
-
* Use this header to enable this experimental API.
|
|
123618
|
-
* @type {string}
|
|
123619
|
-
* @memberof TenantContextV2024ApiPatchTenantContext
|
|
123620
|
-
*/
|
|
123621
|
-
readonly xSailPointExperimental?: string
|
|
123622
123630
|
}
|
|
123623
123631
|
|
|
123624
123632
|
/**
|
|
@@ -123629,15 +123637,14 @@ export interface TenantContextV2024ApiPatchTenantContextRequest {
|
|
|
123629
123637
|
*/
|
|
123630
123638
|
export class TenantContextV2024Api extends BaseAPI {
|
|
123631
123639
|
/**
|
|
123632
|
-
* Returns
|
|
123640
|
+
* Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
|
|
123633
123641
|
* @summary Retrieve tenant context
|
|
123634
|
-
* @param {TenantContextV2024ApiGetTenantContextRequest} requestParameters Request parameters.
|
|
123635
123642
|
* @param {*} [axiosOptions] Override http request option.
|
|
123636
123643
|
* @throws {RequiredError}
|
|
123637
123644
|
* @memberof TenantContextV2024Api
|
|
123638
123645
|
*/
|
|
123639
|
-
public getTenantContext(
|
|
123640
|
-
return TenantContextV2024ApiFp(this.configuration).getTenantContext(
|
|
123646
|
+
public getTenantContext(axiosOptions?: RawAxiosRequestConfig) {
|
|
123647
|
+
return TenantContextV2024ApiFp(this.configuration).getTenantContext(axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
123641
123648
|
}
|
|
123642
123649
|
|
|
123643
123650
|
/**
|
|
@@ -123649,7 +123656,7 @@ export class TenantContextV2024Api extends BaseAPI {
|
|
|
123649
123656
|
* @memberof TenantContextV2024Api
|
|
123650
123657
|
*/
|
|
123651
123658
|
public patchTenantContext(requestParameters: TenantContextV2024ApiPatchTenantContextRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
123652
|
-
return TenantContextV2024ApiFp(this.configuration).patchTenantContext(requestParameters.jsonPatchOperationV2024,
|
|
123659
|
+
return TenantContextV2024ApiFp(this.configuration).patchTenantContext(requestParameters.jsonPatchOperationV2024, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
123653
123660
|
}
|
|
123654
123661
|
}
|
|
123655
123662
|
|
package/v2024/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.51`;
|
|
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.51'},
|
|
157
157
|
...{'User-Agent': userAgent},
|
|
158
158
|
}
|
|
159
159
|
|
package/v2024/package.json
CHANGED
package/v2025/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-sdk@1.8.
|
|
1
|
+
## sailpoint-sdk@1.8.51
|
|
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.51 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|