sailpoint-api-client 2.0.4 → 2.0.5

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 (79) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +192 -189
  3. package/dist/index.js.map +1 -1
  4. package/dist/intelligence/api.d.ts +1042 -0
  5. package/dist/intelligence/api.js +595 -0
  6. package/dist/intelligence/api.js.map +1 -0
  7. package/dist/intelligence/base.d.ts +66 -0
  8. package/dist/intelligence/base.js +90 -0
  9. package/dist/intelligence/base.js.map +1 -0
  10. package/dist/intelligence/common.d.ts +65 -0
  11. package/dist/intelligence/common.js +292 -0
  12. package/dist/intelligence/common.js.map +1 -0
  13. package/dist/intelligence/configuration.d.ts +91 -0
  14. package/dist/intelligence/configuration.js +46 -0
  15. package/dist/intelligence/configuration.js.map +1 -0
  16. package/dist/intelligence/index.d.ts +13 -0
  17. package/dist/intelligence/index.js +32 -0
  18. package/dist/intelligence/index.js.map +1 -0
  19. package/dist/nerm/common.js +2 -2
  20. package/dist/nermv2025/common.js +2 -2
  21. package/dist/sources/api.d.ts +509 -1
  22. package/dist/sources/api.js +587 -4
  23. package/dist/sources/api.js.map +1 -1
  24. package/index.ts +3 -0
  25. package/intelligence/.openapi-generator/FILES +40 -0
  26. package/intelligence/.openapi-generator/VERSION +1 -0
  27. package/intelligence/.openapi-generator-ignore +23 -0
  28. package/intelligence/.sdk-partition +1 -0
  29. package/intelligence/api.ts +1316 -0
  30. package/intelligence/base.ts +86 -0
  31. package/intelligence/common.ts +183 -0
  32. package/intelligence/configuration.ts +110 -0
  33. package/intelligence/docs/Examples/typescript_code_examples_overlay.yaml +78 -0
  34. package/intelligence/docs/Methods/Index.md +30 -0
  35. package/intelligence/docs/Methods/IntelligenceApi.md +259 -0
  36. package/intelligence/docs/Models/Errorbody.md +20 -0
  37. package/intelligence/docs/Models/Errormessagedto.md +21 -0
  38. package/intelligence/docs/Models/Errorresponsedto.md +22 -0
  39. package/intelligence/docs/Models/GetIdentityIntelligenceV1401Response.md +19 -0
  40. package/intelligence/docs/Models/GetIdentityIntelligenceV1429Response.md +19 -0
  41. package/intelligence/docs/Models/Index.md +19 -0
  42. package/intelligence/docs/Models/Intelaccessaccountwire.md +30 -0
  43. package/intelligence/docs/Models/Intelaccesshistory.md +20 -0
  44. package/intelligence/docs/Models/Intelaccesshistoryaccessitemsslice.md +20 -0
  45. package/intelligence/docs/Models/Intelaccesshistorycertificationsslice.md +20 -0
  46. package/intelligence/docs/Models/Intelaccessitemhistoryevent.md +20 -0
  47. package/intelligence/docs/Models/Intelaccesssourcewire.md +20 -0
  48. package/intelligence/docs/Models/Intelaccountsslice.md +20 -0
  49. package/intelligence/docs/Models/Intelcertificationhistoryevent.md +23 -0
  50. package/intelligence/docs/Models/Intelidentityaggregate.md +35 -0
  51. package/intelligence/docs/Models/Intelidentityambiguousbody.md +21 -0
  52. package/intelligence/docs/Models/Intelidentityambiguouscandidate.md +20 -0
  53. package/intelligence/docs/Models/Intelidentitynotfoundbody.md +20 -0
  54. package/intelligence/docs/Models/Inteloutlieraccessitem.md +24 -0
  55. package/intelligence/docs/Models/Inteloutliersslice.md +19 -0
  56. package/intelligence/docs/Models/Intelprivilegedaccessitemwire.md +26 -0
  57. package/intelligence/docs/Models/IntelprivilegedaccessitemwireSource.md +20 -0
  58. package/intelligence/docs/Models/Intelprivilegedaccessslice.md +19 -0
  59. package/intelligence/docs/Models/Intelrareaccessslice.md +20 -0
  60. package/intelligence/docs/Models/Localeorigin.md +21 -0
  61. package/intelligence/docs/Models/README.md +46 -0
  62. package/intelligence/git_push.sh +57 -0
  63. package/intelligence/index.ts +18 -0
  64. package/intelligence/package.json +34 -0
  65. package/intelligence/tsconfig.json +21 -0
  66. package/nerm/README.md +2 -2
  67. package/nerm/common.ts +2 -2
  68. package/nerm/package.json +1 -1
  69. package/nermv2025/README.md +2 -2
  70. package/nermv2025/common.ts +2 -2
  71. package/nermv2025/package.json +1 -1
  72. package/package.json +1 -1
  73. package/sources/.openapi-generator/FILES +2 -0
  74. package/sources/api.ts +846 -9
  75. package/sources/docs/Examples/typescript_code_examples_overlay.yaml +101 -0
  76. package/sources/docs/Methods/SourcesApi.md +288 -0
  77. package/sources/docs/Models/Fielddetailsdtov2.md +24 -0
  78. package/sources/docs/Models/Provisioningpolicydtov2.md +24 -0
  79. package/sources/docs/Models/Usagetype.md +2 -0
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Identity Security Cloud API - Intelligence
3
+ * Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export * from "./api";
13
+ export * from "../configuration";
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Identity Security Cloud API - Intelligence
6
+ * Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = { enumerable: true, get: function() { return m[k]; } };
20
+ }
21
+ Object.defineProperty(o, k2, desc);
22
+ }) : (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ o[k2] = m[k];
25
+ }));
26
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
27
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
28
+ };
29
+ Object.defineProperty(exports, "__esModule", { value: true });
30
+ __exportStar(require("./api"), exports);
31
+ __exportStar(require("../configuration"), exports);
32
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../intelligence/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;;AAGH,wCAAsB;AACtB,mDAAiC"}
@@ -251,12 +251,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
251
251
  return __generator(this, function (_a) {
252
252
  switch (_a.label) {
253
253
  case 0:
254
- userAgent = "SailPoint-SDK-TypeScript/2.0.4";
254
+ userAgent = "SailPoint-SDK-TypeScript/2.0.5";
255
255
  if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
256
256
  userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
257
257
  }
258
258
  userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
259
- headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-2.0.4' }), { 'User-Agent': userAgent });
259
+ headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-2.0.5' }), { 'User-Agent': userAgent });
260
260
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
261
261
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
262
262
  }
@@ -251,12 +251,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
251
251
  return __generator(this, function (_a) {
252
252
  switch (_a.label) {
253
253
  case 0:
254
- userAgent = "SailPoint-SDK-TypeScript/2.0.4";
254
+ userAgent = "SailPoint-SDK-TypeScript/2.0.5";
255
255
  if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
256
256
  userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
257
257
  }
258
258
  userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
259
- headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-2.0.4' }), { 'User-Agent': userAgent });
259
+ headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-2.0.5' }), { 'User-Agent': userAgent });
260
260
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
261
261
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
262
262
  }