sailpoint-api-client 1.3.0 → 1.3.2
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 +4381 -1280
- package/beta/base.ts +1 -1
- package/beta/common.ts +3 -3
- package/beta/package.json +1 -1
- package/configuration.ts +12 -32
- package/dist/beta/api.d.ts +3253 -1116
- package/dist/beta/api.js +3215 -1070
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/base.js +1 -1
- package/dist/beta/base.js.map +1 -1
- package/dist/beta/common.js +3 -3
- package/dist/beta/common.js.map +1 -1
- package/dist/configuration.d.ts +1 -22
- package/dist/configuration.js +10 -8
- package/dist/configuration.js.map +1 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.js +3 -9
- package/dist/index.js.map +1 -1
- package/dist/index.spec.js +0 -35
- package/dist/index.spec.js.map +1 -1
- package/dist/v3/api.d.ts +5603 -1228
- package/dist/v3/api.js +15109 -10777
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/base.js +1 -1
- package/dist/v3/base.js.map +1 -1
- package/dist/v3/common.js +3 -3
- package/dist/v3/common.js.map +1 -1
- package/index.spec.ts +1 -24
- package/index.ts +0 -6
- package/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +9193 -2785
- package/v3/base.ts +1 -1
- package/v3/common.ts +3 -3
- package/v3/package.json +1 -1
- package/cc/.openapi-generator/FILES +0 -12
- package/cc/.openapi-generator/VERSION +0 -1
- package/cc/.openapi-generator-ignore +0 -23
- package/cc/README.md +0 -45
- package/cc/api.ts +0 -3877
- package/cc/base.ts +0 -71
- package/cc/common.ts +0 -142
- package/cc/configuration.ts +0 -101
- package/cc/git_push.sh +0 -57
- package/cc/index.ts +0 -17
- package/cc/package.json +0 -35
- package/cc/tsconfig.json +0 -21
- package/dist/cc/api.d.ts +0 -2946
- package/dist/cc/api.js +0 -2260
- package/dist/cc/api.js.map +0 -1
- package/dist/cc/base.d.ts +0 -55
- package/dist/cc/base.js +0 -86
- package/dist/cc/base.js.map +0 -1
- package/dist/cc/common.d.ts +0 -65
- package/dist/cc/common.js +0 -251
- package/dist/cc/common.js.map +0 -1
- package/dist/cc/configuration.d.ts +0 -83
- package/dist/cc/configuration.js +0 -45
- package/dist/cc/configuration.js.map +0 -1
- package/dist/cc/index.d.ts +0 -12
- package/dist/cc/index.js +0 -31
- package/dist/cc/index.js.map +0 -1
- package/dist/v2/api.d.ts +0 -1359
- package/dist/v2/api.js +0 -1242
- package/dist/v2/api.js.map +0 -1
- package/dist/v2/base.d.ts +0 -55
- package/dist/v2/base.js +0 -86
- package/dist/v2/base.js.map +0 -1
- package/dist/v2/common.d.ts +0 -65
- package/dist/v2/common.js +0 -251
- package/dist/v2/common.js.map +0 -1
- package/dist/v2/configuration.d.ts +0 -83
- package/dist/v2/configuration.js +0 -45
- package/dist/v2/configuration.js.map +0 -1
- package/dist/v2/index.d.ts +0 -12
- package/dist/v2/index.js +0 -31
- package/dist/v2/index.js.map +0 -1
- package/v2/.openapi-generator/FILES +0 -12
- package/v2/.openapi-generator/VERSION +0 -1
- package/v2/.openapi-generator-ignore +0 -23
- package/v2/README.md +0 -45
- package/v2/api.ts +0 -1900
- package/v2/base.ts +0 -71
- package/v2/common.ts +0 -142
- package/v2/configuration.ts +0 -101
- package/v2/git_push.sh +0 -57
- package/v2/index.ts +0 -17
- package/v2/package.json +0 -35
- package/v2/tsconfig.json +0 -21
package/dist/cc/configuration.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* IdentityNow cc (private) APIs
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.Configuration = void 0;
|
|
17
|
-
var Configuration = /** @class */ (function () {
|
|
18
|
-
function Configuration(param) {
|
|
19
|
-
if (param === void 0) { param = {}; }
|
|
20
|
-
this.apiKey = param.apiKey;
|
|
21
|
-
this.username = param.username;
|
|
22
|
-
this.password = param.password;
|
|
23
|
-
this.accessToken = param.accessToken;
|
|
24
|
-
this.basePath = param.basePath;
|
|
25
|
-
this.baseOptions = param.baseOptions;
|
|
26
|
-
this.formDataCtor = param.formDataCtor;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Check if the given MIME is a JSON MIME.
|
|
30
|
-
* JSON MIME examples:
|
|
31
|
-
* application/json
|
|
32
|
-
* application/json; charset=UTF8
|
|
33
|
-
* APPLICATION/JSON
|
|
34
|
-
* application/vnd.company+json
|
|
35
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
36
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
37
|
-
*/
|
|
38
|
-
Configuration.prototype.isJsonMime = function (mime) {
|
|
39
|
-
var jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
|
40
|
-
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
|
41
|
-
};
|
|
42
|
-
return Configuration;
|
|
43
|
-
}());
|
|
44
|
-
exports.Configuration = Configuration;
|
|
45
|
-
//# sourceMappingURL=configuration.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../cc/configuration.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAaH;IAmDI,uBAAY,KAAmC;QAAnC,sBAAA,EAAA,UAAmC;QAC3C,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;QAC3B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;QACrC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC;QACrC,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;IAC3C,CAAC;IAED;;;;;;;;;OASG;IACI,kCAAU,GAAjB,UAAkB,IAAY;QAC1B,IAAM,QAAQ,GAAW,IAAI,MAAM,CAAC,+DAA+D,EAAE,GAAG,CAAC,CAAC;QAC1G,OAAO,IAAI,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,WAAW,EAAE,KAAK,6BAA6B,CAAC,CAAC;IAC1G,CAAC;IACL,oBAAC;AAAD,CAAC,AA3ED,IA2EC;AA3EY,sCAAa"}
|
package/dist/cc/index.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* IdentityNow cc (private) APIs
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
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";
|
package/dist/cc/index.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* IdentityNow cc (private) APIs
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
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
|
-
//# sourceMappingURL=index.js.map
|
package/dist/cc/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cc/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;;AAGH,wCAAsB"}
|