sailpoint-api-client 1.1.0 → 1.2.1

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.
Files changed (59) hide show
  1. package/beta/README.md +2 -2
  2. package/beta/api.ts +15616 -11604
  3. package/beta/common.ts +2 -2
  4. package/beta/package.json +1 -1
  5. package/cc/README.md +2 -2
  6. package/cc/api.ts +142 -80
  7. package/cc/common.ts +2 -2
  8. package/cc/package.json +1 -1
  9. package/dist/beta/api.d.ts +6426 -3885
  10. package/dist/beta/api.js +9199 -6014
  11. package/dist/beta/api.js.map +1 -1
  12. package/dist/beta/base.js +4 -1
  13. package/dist/beta/base.js.map +1 -1
  14. package/dist/beta/common.js +7 -4
  15. package/dist/beta/common.js.map +1 -1
  16. package/dist/cc/api.d.ts +71 -9
  17. package/dist/cc/api.js +134 -131
  18. package/dist/cc/api.js.map +1 -1
  19. package/dist/cc/base.js +4 -1
  20. package/dist/cc/base.js.map +1 -1
  21. package/dist/cc/common.js +7 -4
  22. package/dist/cc/common.js.map +1 -1
  23. package/dist/configuration.js +32 -6
  24. package/dist/configuration.js.map +1 -1
  25. package/dist/index.d.ts +2 -1
  26. package/dist/index.js +14 -1
  27. package/dist/index.js.map +1 -1
  28. package/dist/index.spec.js +8 -8
  29. package/dist/index.spec.js.map +1 -1
  30. package/dist/paginator.d.ts +5 -2
  31. package/dist/paginator.js +1 -1
  32. package/dist/paginator.js.map +1 -1
  33. package/dist/v2/api.d.ts +4 -4
  34. package/dist/v2/api.js +68 -65
  35. package/dist/v2/api.js.map +1 -1
  36. package/dist/v2/base.js +4 -1
  37. package/dist/v2/base.js.map +1 -1
  38. package/dist/v2/common.js +7 -4
  39. package/dist/v2/common.js.map +1 -1
  40. package/dist/v3/api.d.ts +1630 -279
  41. package/dist/v3/api.js +3722 -1743
  42. package/dist/v3/api.js.map +1 -1
  43. package/dist/v3/base.js +4 -1
  44. package/dist/v3/base.js.map +1 -1
  45. package/dist/v3/common.js +7 -4
  46. package/dist/v3/common.js.map +1 -1
  47. package/index.spec.ts +7 -7
  48. package/index.ts +2 -1
  49. package/package.json +1 -1
  50. package/paginator.ts +5 -1
  51. package/tsconfig.json +1 -0
  52. package/v2/README.md +2 -2
  53. package/v2/api.ts +36 -36
  54. package/v2/common.ts +2 -2
  55. package/v2/package.json +1 -1
  56. package/v3/README.md +2 -2
  57. package/v3/api.ts +3256 -1000
  58. package/v3/common.ts +2 -2
  59. package/v3/package.json +1 -1
package/dist/cc/api.js CHANGED
@@ -53,7 +53,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
53
53
  function verb(n) { return function (v) { return step([n, v]); }; }
54
54
  function step(op) {
55
55
  if (f) throw new TypeError("Generator is already executing.");
56
- while (_) try {
56
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
57
57
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
58
58
  if (y = 0, t) op = [op[0] & 2, t.value];
59
59
  switch (op[0]) {
@@ -74,9 +74,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
74
74
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
75
75
  }
76
76
  };
77
+ var __importDefault = (this && this.__importDefault) || function (mod) {
78
+ return (mod && mod.__esModule) ? mod : { "default": mod };
79
+ };
77
80
  Object.defineProperty(exports, "__esModule", { value: true });
78
81
  exports.UserCCApi = exports.UserCCApiFactory = exports.UserCCApiFp = exports.UserCCApiAxiosParamCreator = exports.SystemCCApi = exports.SystemCCApiFactory = exports.SystemCCApiFp = exports.SystemCCApiAxiosParamCreator = exports.SourcesAggregationCCApi = exports.SourcesAggregationCCApiFactory = exports.SourcesAggregationCCApiFp = exports.SourcesAggregationCCApiAxiosParamCreator = exports.SourcesAccountsCCApi = exports.SourcesAccountsCCApiFactory = exports.SourcesAccountsCCApiFp = exports.SourcesAccountsCCApiAxiosParamCreator = exports.ConnectorsCCApi = exports.ConnectorsCCApiFactory = exports.ConnectorsCCApiFp = exports.ConnectorsCCApiAxiosParamCreator = exports.ApplicationsCCApi = exports.ApplicationsCCApiFactory = exports.ApplicationsCCApiFp = exports.ApplicationsCCApiAxiosParamCreator = exports.AccountsCCApi = exports.AccountsCCApiFactory = exports.AccountsCCApiFp = exports.AccountsCCApiAxiosParamCreator = exports.UpdateUserPermissionsRequestCCAdminTypeEnum = void 0;
79
- var axios_1 = require("axios");
82
+ var axios_1 = __importDefault(require("axios"));
80
83
  // Some imports not used depending on template conditions
81
84
  // @ts-ignore
82
85
  var common_1 = require("./common");
@@ -120,21 +123,21 @@ var AccountsCCApiAxiosParamCreator = function (configuration) {
120
123
  localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
121
124
  localVarHeaderParameter = {};
122
125
  localVarQueryParameter = {};
123
- // authentication oauth2 required
126
+ // authentication UserContextAuth required
124
127
  // oauth required
125
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
126
- // authentication oauth2 required
128
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
129
+ // authentication UserContextAuth required
127
130
  // oauth required
128
131
  ];
129
132
  case 1:
130
- // authentication oauth2 required
133
+ // authentication UserContextAuth required
131
134
  // oauth required
132
135
  _a.sent();
133
- // authentication oauth2 required
136
+ // authentication UserContextAuth required
134
137
  // oauth required
135
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
138
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
136
139
  case 2:
137
- // authentication oauth2 required
140
+ // authentication UserContextAuth required
138
141
  // oauth required
139
142
  _a.sent();
140
143
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -173,21 +176,21 @@ var AccountsCCApiAxiosParamCreator = function (configuration) {
173
176
  localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
174
177
  localVarHeaderParameter = {};
175
178
  localVarQueryParameter = {};
176
- // authentication oauth2 required
179
+ // authentication UserContextAuth required
177
180
  // oauth required
178
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
179
- // authentication oauth2 required
181
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
182
+ // authentication UserContextAuth required
180
183
  // oauth required
181
184
  ];
182
185
  case 1:
183
- // authentication oauth2 required
186
+ // authentication UserContextAuth required
184
187
  // oauth required
185
188
  _a.sent();
186
- // authentication oauth2 required
189
+ // authentication UserContextAuth required
187
190
  // oauth required
188
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
191
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
189
192
  case 2:
190
- // authentication oauth2 required
193
+ // authentication UserContextAuth required
191
194
  // oauth required
192
195
  _a.sent();
193
196
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -348,21 +351,21 @@ var ApplicationsCCApiAxiosParamCreator = function (configuration) {
348
351
  localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
349
352
  localVarHeaderParameter = {};
350
353
  localVarQueryParameter = {};
351
- // authentication oauth2 required
354
+ // authentication UserContextAuth required
352
355
  // oauth required
353
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
354
- // authentication oauth2 required
356
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
357
+ // authentication UserContextAuth required
355
358
  // oauth required
356
359
  ];
357
360
  case 1:
358
- // authentication oauth2 required
361
+ // authentication UserContextAuth required
359
362
  // oauth required
360
363
  _a.sent();
361
- // authentication oauth2 required
364
+ // authentication UserContextAuth required
362
365
  // oauth required
363
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
366
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
364
367
  case 2:
365
- // authentication oauth2 required
368
+ // authentication UserContextAuth required
366
369
  // oauth required
367
370
  _a.sent();
368
371
  localVarHeaderParameter['Content-Type'] = 'application/json';
@@ -403,21 +406,21 @@ var ApplicationsCCApiAxiosParamCreator = function (configuration) {
403
406
  localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
404
407
  localVarHeaderParameter = {};
405
408
  localVarQueryParameter = {};
406
- // authentication oauth2 required
409
+ // authentication UserContextAuth required
407
410
  // oauth required
408
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
409
- // authentication oauth2 required
411
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
412
+ // authentication UserContextAuth required
410
413
  // oauth required
411
414
  ];
412
415
  case 1:
413
- // authentication oauth2 required
416
+ // authentication UserContextAuth required
414
417
  // oauth required
415
418
  _a.sent();
416
- // authentication oauth2 required
419
+ // authentication UserContextAuth required
417
420
  // oauth required
418
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
421
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
419
422
  case 2:
420
- // authentication oauth2 required
423
+ // authentication UserContextAuth required
421
424
  // oauth required
422
425
  _a.sent();
423
426
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -456,21 +459,21 @@ var ApplicationsCCApiAxiosParamCreator = function (configuration) {
456
459
  localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
457
460
  localVarHeaderParameter = {};
458
461
  localVarQueryParameter = {};
459
- // authentication oauth2 required
462
+ // authentication UserContextAuth required
460
463
  // oauth required
461
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
462
- // authentication oauth2 required
464
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
465
+ // authentication UserContextAuth required
463
466
  // oauth required
464
467
  ];
465
468
  case 1:
466
- // authentication oauth2 required
469
+ // authentication UserContextAuth required
467
470
  // oauth required
468
471
  _a.sent();
469
- // authentication oauth2 required
472
+ // authentication UserContextAuth required
470
473
  // oauth required
471
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
474
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
472
475
  case 2:
473
- // authentication oauth2 required
476
+ // authentication UserContextAuth required
474
477
  // oauth required
475
478
  _a.sent();
476
479
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -538,21 +541,21 @@ var ApplicationsCCApiAxiosParamCreator = function (configuration) {
538
541
  localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
539
542
  localVarHeaderParameter = {};
540
543
  localVarQueryParameter = {};
541
- // authentication oauth2 required
544
+ // authentication UserContextAuth required
542
545
  // oauth required
543
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
544
- // authentication oauth2 required
546
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
547
+ // authentication UserContextAuth required
545
548
  // oauth required
546
549
  ];
547
550
  case 1:
548
- // authentication oauth2 required
551
+ // authentication UserContextAuth required
549
552
  // oauth required
550
553
  _a.sent();
551
- // authentication oauth2 required
554
+ // authentication UserContextAuth required
552
555
  // oauth required
553
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
556
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
554
557
  case 2:
555
- // authentication oauth2 required
558
+ // authentication UserContextAuth required
556
559
  // oauth required
557
560
  _a.sent();
558
561
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -592,21 +595,21 @@ var ApplicationsCCApiAxiosParamCreator = function (configuration) {
592
595
  localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
593
596
  localVarHeaderParameter = {};
594
597
  localVarQueryParameter = {};
595
- // authentication oauth2 required
598
+ // authentication UserContextAuth required
596
599
  // oauth required
597
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
598
- // authentication oauth2 required
600
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
601
+ // authentication UserContextAuth required
599
602
  // oauth required
600
603
  ];
601
604
  case 1:
602
- // authentication oauth2 required
605
+ // authentication UserContextAuth required
603
606
  // oauth required
604
607
  _a.sent();
605
- // authentication oauth2 required
608
+ // authentication UserContextAuth required
606
609
  // oauth required
607
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
610
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
608
611
  case 2:
609
- // authentication oauth2 required
612
+ // authentication UserContextAuth required
610
613
  // oauth required
611
614
  _a.sent();
612
615
  localVarHeaderParameter['Content-Type'] = 'application/json';
@@ -946,21 +949,21 @@ var ConnectorsCCApiAxiosParamCreator = function (configuration) {
946
949
  localVarHeaderParameter = {};
947
950
  localVarQueryParameter = {};
948
951
  localVarFormParams = new URLSearchParams();
949
- // authentication oauth2 required
952
+ // authentication UserContextAuth required
950
953
  // oauth required
951
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
952
- // authentication oauth2 required
954
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
955
+ // authentication UserContextAuth required
953
956
  // oauth required
954
957
  ];
955
958
  case 1:
956
- // authentication oauth2 required
959
+ // authentication UserContextAuth required
957
960
  // oauth required
958
961
  _a.sent();
959
- // authentication oauth2 required
962
+ // authentication UserContextAuth required
960
963
  // oauth required
961
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
964
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
962
965
  case 2:
963
- // authentication oauth2 required
966
+ // authentication UserContextAuth required
964
967
  // oauth required
965
968
  _a.sent();
966
969
  if (contentType !== undefined && contentType !== null) {
@@ -1019,21 +1022,21 @@ var ConnectorsCCApiAxiosParamCreator = function (configuration) {
1019
1022
  localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
1020
1023
  localVarHeaderParameter = {};
1021
1024
  localVarQueryParameter = {};
1022
- // authentication oauth2 required
1025
+ // authentication UserContextAuth required
1023
1026
  // oauth required
1024
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
1025
- // authentication oauth2 required
1027
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
1028
+ // authentication UserContextAuth required
1026
1029
  // oauth required
1027
1030
  ];
1028
1031
  case 1:
1029
- // authentication oauth2 required
1032
+ // authentication UserContextAuth required
1030
1033
  // oauth required
1031
1034
  _a.sent();
1032
- // authentication oauth2 required
1035
+ // authentication UserContextAuth required
1033
1036
  // oauth required
1034
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
1037
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
1035
1038
  case 2:
1036
- // authentication oauth2 required
1039
+ // authentication UserContextAuth required
1037
1040
  // oauth required
1038
1041
  _a.sent();
1039
1042
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -1072,21 +1075,21 @@ var ConnectorsCCApiAxiosParamCreator = function (configuration) {
1072
1075
  localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
1073
1076
  localVarHeaderParameter = {};
1074
1077
  localVarQueryParameter = {};
1075
- // authentication oauth2 required
1078
+ // authentication UserContextAuth required
1076
1079
  // oauth required
1077
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
1078
- // authentication oauth2 required
1080
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
1081
+ // authentication UserContextAuth required
1079
1082
  // oauth required
1080
1083
  ];
1081
1084
  case 1:
1082
- // authentication oauth2 required
1085
+ // authentication UserContextAuth required
1083
1086
  // oauth required
1084
1087
  _a.sent();
1085
- // authentication oauth2 required
1088
+ // authentication UserContextAuth required
1086
1089
  // oauth required
1087
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
1090
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
1088
1091
  case 2:
1089
- // authentication oauth2 required
1092
+ // authentication UserContextAuth required
1090
1093
  // oauth required
1091
1094
  _a.sent();
1092
1095
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -1127,21 +1130,21 @@ var ConnectorsCCApiAxiosParamCreator = function (configuration) {
1127
1130
  localVarHeaderParameter = {};
1128
1131
  localVarQueryParameter = {};
1129
1132
  localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
1130
- // authentication oauth2 required
1133
+ // authentication UserContextAuth required
1131
1134
  // oauth required
1132
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
1133
- // authentication oauth2 required
1135
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
1136
+ // authentication UserContextAuth required
1134
1137
  // oauth required
1135
1138
  ];
1136
1139
  case 1:
1137
- // authentication oauth2 required
1140
+ // authentication UserContextAuth required
1138
1141
  // oauth required
1139
1142
  _a.sent();
1140
- // authentication oauth2 required
1143
+ // authentication UserContextAuth required
1141
1144
  // oauth required
1142
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
1145
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
1143
1146
  case 2:
1144
- // authentication oauth2 required
1147
+ // authentication UserContextAuth required
1145
1148
  // oauth required
1146
1149
  _a.sent();
1147
1150
  if (file !== undefined) {
@@ -1181,21 +1184,21 @@ var ConnectorsCCApiAxiosParamCreator = function (configuration) {
1181
1184
  localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
1182
1185
  localVarHeaderParameter = {};
1183
1186
  localVarQueryParameter = {};
1184
- // authentication oauth2 required
1187
+ // authentication UserContextAuth required
1185
1188
  // oauth required
1186
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
1187
- // authentication oauth2 required
1189
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
1190
+ // authentication UserContextAuth required
1188
1191
  // oauth required
1189
1192
  ];
1190
1193
  case 1:
1191
- // authentication oauth2 required
1194
+ // authentication UserContextAuth required
1192
1195
  // oauth required
1193
1196
  _a.sent();
1194
- // authentication oauth2 required
1197
+ // authentication UserContextAuth required
1195
1198
  // oauth required
1196
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
1199
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
1197
1200
  case 2:
1198
- // authentication oauth2 required
1201
+ // authentication UserContextAuth required
1199
1202
  // oauth required
1200
1203
  _a.sent();
1201
1204
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -1498,21 +1501,21 @@ var SourcesAccountsCCApiAxiosParamCreator = function (configuration) {
1498
1501
  localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
1499
1502
  localVarHeaderParameter = {};
1500
1503
  localVarQueryParameter = {};
1501
- // authentication oauth2 required
1504
+ // authentication UserContextAuth required
1502
1505
  // oauth required
1503
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
1504
- // authentication oauth2 required
1506
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
1507
+ // authentication UserContextAuth required
1505
1508
  // oauth required
1506
1509
  ];
1507
1510
  case 1:
1508
- // authentication oauth2 required
1511
+ // authentication UserContextAuth required
1509
1512
  // oauth required
1510
1513
  _a.sent();
1511
- // authentication oauth2 required
1514
+ // authentication UserContextAuth required
1512
1515
  // oauth required
1513
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
1516
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
1514
1517
  case 2:
1515
- // authentication oauth2 required
1518
+ // authentication UserContextAuth required
1516
1519
  // oauth required
1517
1520
  _a.sent();
1518
1521
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -1641,21 +1644,21 @@ var SourcesAggregationCCApiAxiosParamCreator = function (configuration) {
1641
1644
  localVarHeaderParameter = {};
1642
1645
  localVarQueryParameter = {};
1643
1646
  localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
1644
- // authentication oauth2 required
1647
+ // authentication UserContextAuth required
1645
1648
  // oauth required
1646
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
1647
- // authentication oauth2 required
1649
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
1650
+ // authentication UserContextAuth required
1648
1651
  // oauth required
1649
1652
  ];
1650
1653
  case 1:
1651
- // authentication oauth2 required
1654
+ // authentication UserContextAuth required
1652
1655
  // oauth required
1653
1656
  _a.sent();
1654
- // authentication oauth2 required
1657
+ // authentication UserContextAuth required
1655
1658
  // oauth required
1656
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
1659
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
1657
1660
  case 2:
1658
- // authentication oauth2 required
1661
+ // authentication UserContextAuth required
1659
1662
  // oauth required
1660
1663
  _a.sent();
1661
1664
  if (contentType !== undefined && contentType !== null) {
@@ -1776,11 +1779,11 @@ var SystemCCApiAxiosParamCreator = function (configuration) {
1776
1779
  * This kicks off an identity refresh for a specified set of identity attributes. This can be a long running process. IdentityNow has pre-scheduled versions of this task at set intervals and events already, so only run this when directed by SailPoint. _Note: If the identities specified by the filter do not exist, a full identity refresh will be run. Use with caution._ Refresh Arguments: | Key | Description | |-----------------------|----------------------------------------------------| | correlateEntitlements | Analyzes entitlements, access profiles, and roles. | | promoteAttributes | Calculates identity attributes. | | refreshManagerStatus | Calculates manager correlation and manager status. | | synchronizeAttributes | Performs attribute sync provisioning. | | pruneIdentities | Removes any identities which don\'t have accounts. | | provision | Provisions any assigned roles or access profiles. |
1777
1780
  * @summary Refresh Identities
1778
1781
  * @param {string} [contentType]
1779
- * @param {string} [body]
1782
+ * @param {RefreshIdentitiesRequestCC} [refreshIdentitiesRequestCC]
1780
1783
  * @param {*} [axiosOptions] Override http request option.
1781
1784
  * @throws {RequiredError}
1782
1785
  */
1783
- refreshIdentities: function (contentType, body, axiosOptions) {
1786
+ refreshIdentities: function (contentType, refreshIdentitiesRequestCC, axiosOptions) {
1784
1787
  if (axiosOptions === void 0) { axiosOptions = {}; }
1785
1788
  return __awaiter(_this, void 0, void 0, function () {
1786
1789
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -1795,21 +1798,21 @@ var SystemCCApiAxiosParamCreator = function (configuration) {
1795
1798
  localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
1796
1799
  localVarHeaderParameter = {};
1797
1800
  localVarQueryParameter = {};
1798
- // authentication oauth2 required
1801
+ // authentication UserContextAuth required
1799
1802
  // oauth required
1800
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
1801
- // authentication oauth2 required
1803
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
1804
+ // authentication UserContextAuth required
1802
1805
  // oauth required
1803
1806
  ];
1804
1807
  case 1:
1805
- // authentication oauth2 required
1808
+ // authentication UserContextAuth required
1806
1809
  // oauth required
1807
1810
  _a.sent();
1808
- // authentication oauth2 required
1811
+ // authentication UserContextAuth required
1809
1812
  // oauth required
1810
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
1813
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
1811
1814
  case 2:
1812
- // authentication oauth2 required
1815
+ // authentication UserContextAuth required
1813
1816
  // oauth required
1814
1817
  _a.sent();
1815
1818
  if (contentType !== undefined && contentType !== null) {
@@ -1819,7 +1822,7 @@ var SystemCCApiAxiosParamCreator = function (configuration) {
1819
1822
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1820
1823
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1821
1824
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
1822
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
1825
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(refreshIdentitiesRequestCC, localVarRequestOptions, configuration);
1823
1826
  return [2 /*return*/, {
1824
1827
  url: (0, common_1.toPathString)(localVarUrlObj),
1825
1828
  axiosOptions: localVarRequestOptions,
@@ -1842,16 +1845,16 @@ var SystemCCApiFp = function (configuration) {
1842
1845
  * This kicks off an identity refresh for a specified set of identity attributes. This can be a long running process. IdentityNow has pre-scheduled versions of this task at set intervals and events already, so only run this when directed by SailPoint. _Note: If the identities specified by the filter do not exist, a full identity refresh will be run. Use with caution._ Refresh Arguments: | Key | Description | |-----------------------|----------------------------------------------------| | correlateEntitlements | Analyzes entitlements, access profiles, and roles. | | promoteAttributes | Calculates identity attributes. | | refreshManagerStatus | Calculates manager correlation and manager status. | | synchronizeAttributes | Performs attribute sync provisioning. | | pruneIdentities | Removes any identities which don\'t have accounts. | | provision | Provisions any assigned roles or access profiles. |
1843
1846
  * @summary Refresh Identities
1844
1847
  * @param {string} [contentType]
1845
- * @param {string} [body]
1848
+ * @param {RefreshIdentitiesRequestCC} [refreshIdentitiesRequestCC]
1846
1849
  * @param {*} [axiosOptions] Override http request option.
1847
1850
  * @throws {RequiredError}
1848
1851
  */
1849
- refreshIdentities: function (contentType, body, axiosOptions) {
1852
+ refreshIdentities: function (contentType, refreshIdentitiesRequestCC, axiosOptions) {
1850
1853
  return __awaiter(this, void 0, void 0, function () {
1851
1854
  var localVarAxiosArgs;
1852
1855
  return __generator(this, function (_a) {
1853
1856
  switch (_a.label) {
1854
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.refreshIdentities(contentType, body, axiosOptions)];
1857
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.refreshIdentities(contentType, refreshIdentitiesRequestCC, axiosOptions)];
1855
1858
  case 1:
1856
1859
  localVarAxiosArgs = _a.sent();
1857
1860
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -1873,12 +1876,12 @@ var SystemCCApiFactory = function (configuration, basePath, axios) {
1873
1876
  * This kicks off an identity refresh for a specified set of identity attributes. This can be a long running process. IdentityNow has pre-scheduled versions of this task at set intervals and events already, so only run this when directed by SailPoint. _Note: If the identities specified by the filter do not exist, a full identity refresh will be run. Use with caution._ Refresh Arguments: | Key | Description | |-----------------------|----------------------------------------------------| | correlateEntitlements | Analyzes entitlements, access profiles, and roles. | | promoteAttributes | Calculates identity attributes. | | refreshManagerStatus | Calculates manager correlation and manager status. | | synchronizeAttributes | Performs attribute sync provisioning. | | pruneIdentities | Removes any identities which don\'t have accounts. | | provision | Provisions any assigned roles or access profiles. |
1874
1877
  * @summary Refresh Identities
1875
1878
  * @param {string} [contentType]
1876
- * @param {string} [body]
1879
+ * @param {RefreshIdentitiesRequestCC} [refreshIdentitiesRequestCC]
1877
1880
  * @param {*} [axiosOptions] Override http request option.
1878
1881
  * @throws {RequiredError}
1879
1882
  */
1880
- refreshIdentities: function (contentType, body, axiosOptions) {
1881
- return localVarFp.refreshIdentities(contentType, body, axiosOptions).then(function (request) { return request(axios, basePath); });
1883
+ refreshIdentities: function (contentType, refreshIdentitiesRequestCC, axiosOptions) {
1884
+ return localVarFp.refreshIdentities(contentType, refreshIdentitiesRequestCC, axiosOptions).then(function (request) { return request(axios, basePath); });
1882
1885
  },
1883
1886
  };
1884
1887
  };
@@ -1905,7 +1908,7 @@ var SystemCCApi = /** @class */ (function (_super) {
1905
1908
  SystemCCApi.prototype.refreshIdentities = function (requestParameters, axiosOptions) {
1906
1909
  var _this = this;
1907
1910
  if (requestParameters === void 0) { requestParameters = {}; }
1908
- return (0, exports.SystemCCApiFp)(this.configuration).refreshIdentities(requestParameters.contentType, requestParameters.body, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
1911
+ return (0, exports.SystemCCApiFp)(this.configuration).refreshIdentities(requestParameters.contentType, requestParameters.refreshIdentitiesRequestCC, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
1909
1912
  };
1910
1913
  return SystemCCApi;
1911
1914
  }(base_1.BaseAPI));
@@ -1942,21 +1945,21 @@ var UserCCApiAxiosParamCreator = function (configuration) {
1942
1945
  localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
1943
1946
  localVarHeaderParameter = {};
1944
1947
  localVarQueryParameter = {};
1945
- // authentication oauth2 required
1948
+ // authentication UserContextAuth required
1946
1949
  // oauth required
1947
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
1948
- // authentication oauth2 required
1950
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
1951
+ // authentication UserContextAuth required
1949
1952
  // oauth required
1950
1953
  ];
1951
1954
  case 1:
1952
- // authentication oauth2 required
1955
+ // authentication UserContextAuth required
1953
1956
  // oauth required
1954
1957
  _a.sent();
1955
- // authentication oauth2 required
1958
+ // authentication UserContextAuth required
1956
1959
  // oauth required
1957
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
1960
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
1958
1961
  case 2:
1959
- // authentication oauth2 required
1962
+ // authentication UserContextAuth required
1960
1963
  // oauth required
1961
1964
  _a.sent();
1962
1965
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
@@ -1992,21 +1995,21 @@ var UserCCApiAxiosParamCreator = function (configuration) {
1992
1995
  localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
1993
1996
  localVarHeaderParameter = {};
1994
1997
  localVarQueryParameter = {};
1995
- // authentication oauth2 required
1998
+ // authentication UserContextAuth required
1996
1999
  // oauth required
1997
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)
1998
- // authentication oauth2 required
2000
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)
2001
+ // authentication UserContextAuth required
1999
2002
  // oauth required
2000
2003
  ];
2001
2004
  case 1:
2002
- // authentication oauth2 required
2005
+ // authentication UserContextAuth required
2003
2006
  // oauth required
2004
2007
  _a.sent();
2005
- // authentication oauth2 required
2008
+ // authentication UserContextAuth required
2006
2009
  // oauth required
2007
- return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", [], configuration)];
2010
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "UserContextAuth", [], configuration)];
2008
2011
  case 2:
2009
- // authentication oauth2 required
2012
+ // authentication UserContextAuth required
2010
2013
  // oauth required
2011
2014
  _a.sent();
2012
2015
  localVarHeaderParameter['Content-Type'] = 'application/json';