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.
@@ -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.5/ts' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.6.5' });
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'