sailpoint-api-client 1.6.5 → 1.6.6
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 +417 -243
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +330 -171
- package/dist/beta/api.js +339 -195
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/v2024/api.d.ts +62 -111
- package/dist/v2024/api.js +69 -145
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +116 -139
- package/dist/v2025/api.js +98 -183
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v3/api.d.ts +0 -1
- package/dist/v3/api.js +1 -2
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +101 -225
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +170 -275
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +1 -2
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/v2025/common.js
CHANGED
|
@@ -250,7 +250,7 @@ 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 headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.6.
|
|
253
|
+
var headers = __assign(__assign({ 'User-Agent': 'OpenAPI-Generator/1.6.6/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.6.6' });
|
|
254
254
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
255
255
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
256
256
|
}
|
package/dist/v3/api.d.ts
CHANGED
|
@@ -4859,7 +4859,6 @@ export interface CampaignAllOfFilter {
|
|
|
4859
4859
|
}
|
|
4860
4860
|
export declare const CampaignAllOfFilterTypeV3: {
|
|
4861
4861
|
readonly CampaignFilter: "CAMPAIGN_FILTER";
|
|
4862
|
-
readonly Rule: "RULE";
|
|
4863
4862
|
};
|
|
4864
4863
|
export type CampaignAllOfFilterTypeV3 = typeof CampaignAllOfFilterTypeV3[keyof typeof CampaignAllOfFilterTypeV3];
|
|
4865
4864
|
/**
|
package/dist/v3/api.js
CHANGED
|
@@ -417,8 +417,7 @@ exports.CampaignAlertLevelV3 = {
|
|
|
417
417
|
Info: 'INFO'
|
|
418
418
|
};
|
|
419
419
|
exports.CampaignAllOfFilterTypeV3 = {
|
|
420
|
-
CampaignFilter: 'CAMPAIGN_FILTER'
|
|
421
|
-
Rule: 'RULE'
|
|
420
|
+
CampaignFilter: 'CAMPAIGN_FILTER'
|
|
422
421
|
};
|
|
423
422
|
exports.CampaignAllOfMachineAccountCampaignInfoReviewerTypeV3 = {
|
|
424
423
|
AccountOwner: 'ACCOUNT_OWNER'
|