sailpoint-api-client 2.0.7 → 2.0.9
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/dist/index.d.ts +0 -3
- package/dist/index.js +98 -101
- package/dist/index.js.map +1 -1
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/index.ts +0 -3
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/package.json +1 -1
- package/dist/prompt_insights/api.d.ts +0 -367
- package/dist/prompt_insights/api.js +0 -349
- package/dist/prompt_insights/api.js.map +0 -1
- package/dist/prompt_insights/base.d.ts +0 -66
- package/dist/prompt_insights/base.js +0 -90
- package/dist/prompt_insights/base.js.map +0 -1
- package/dist/prompt_insights/common.d.ts +0 -65
- package/dist/prompt_insights/common.js +0 -292
- package/dist/prompt_insights/common.js.map +0 -1
- package/dist/prompt_insights/configuration.d.ts +0 -91
- package/dist/prompt_insights/configuration.js +0 -46
- package/dist/prompt_insights/configuration.js.map +0 -1
- package/dist/prompt_insights/index.d.ts +0 -13
- package/dist/prompt_insights/index.js +0 -32
- package/dist/prompt_insights/index.js.map +0 -1
- package/prompt_insights/.openapi-generator/FILES +0 -23
- package/prompt_insights/.openapi-generator/VERSION +0 -1
- package/prompt_insights/.openapi-generator-ignore +0 -23
- package/prompt_insights/.sdk-partition +0 -1
- package/prompt_insights/api.ts +0 -497
- package/prompt_insights/base.ts +0 -86
- package/prompt_insights/common.ts +0 -183
- package/prompt_insights/configuration.ts +0 -110
- package/prompt_insights/docs/Examples/typescript_code_examples_overlay.yaml +0 -31
- package/prompt_insights/docs/Methods/Index.md +0 -30
- package/prompt_insights/docs/Methods/PromptInsightsApi.md +0 -109
- package/prompt_insights/docs/Models/Errormessagedto.md +0 -21
- package/prompt_insights/docs/Models/Errorresponsedto.md +0 -22
- package/prompt_insights/docs/Models/GetPromptInsightsMetricsV1401Response.md +0 -19
- package/prompt_insights/docs/Models/GetPromptInsightsMetricsV1429Response.md +0 -19
- package/prompt_insights/docs/Models/Index.md +0 -19
- package/prompt_insights/docs/Models/Localeorigin.md +0 -21
- package/prompt_insights/docs/Models/Promptinsight.md +0 -27
- package/prompt_insights/docs/Models/Promptinsightsmetrics.md +0 -20
- package/prompt_insights/docs/Models/README.md +0 -46
- package/prompt_insights/git_push.sh +0 -57
- package/prompt_insights/index.ts +0 -18
- package/prompt_insights/package.json +0 -34
- package/prompt_insights/tsconfig.json +0 -21
|
@@ -1,292 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Identity Security Cloud API - Prompt Insights
|
|
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 __assign = (this && this.__assign) || function () {
|
|
16
|
-
__assign = Object.assign || function(t) {
|
|
17
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
18
|
-
s = arguments[i];
|
|
19
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
20
|
-
t[p] = s[p];
|
|
21
|
-
}
|
|
22
|
-
return t;
|
|
23
|
-
};
|
|
24
|
-
return __assign.apply(this, arguments);
|
|
25
|
-
};
|
|
26
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
27
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
28
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
29
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
30
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
31
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
32
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
33
|
-
});
|
|
34
|
-
};
|
|
35
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
36
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
37
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
38
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
39
|
-
function step(op) {
|
|
40
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
41
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
42
|
-
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;
|
|
43
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
44
|
-
switch (op[0]) {
|
|
45
|
-
case 0: case 1: t = op; break;
|
|
46
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
47
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
48
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
49
|
-
default:
|
|
50
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
51
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
52
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
53
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
54
|
-
if (t[2]) _.ops.pop();
|
|
55
|
-
_.trys.pop(); continue;
|
|
56
|
-
}
|
|
57
|
-
op = body.call(thisArg, _);
|
|
58
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
59
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63
|
-
exports.createRequestFunction = exports.toPathString = exports.serializeDataIfNeeded = exports.setSearchParams = exports.setOAuthToObject = exports.setBearerAuthToObject = exports.setBasicAuthToObject = exports.setApiKeyToObject = exports.assertParamExists = exports.DUMMY_BASE_URL = void 0;
|
|
64
|
-
var base_1 = require("./base");
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @export
|
|
68
|
-
*/
|
|
69
|
-
exports.DUMMY_BASE_URL = 'https://example.com';
|
|
70
|
-
/**
|
|
71
|
-
*
|
|
72
|
-
* @throws {RequiredError}
|
|
73
|
-
* @export
|
|
74
|
-
*/
|
|
75
|
-
var assertParamExists = function (functionName, paramName, paramValue) {
|
|
76
|
-
if (paramValue === null || paramValue === undefined) {
|
|
77
|
-
throw new base_1.RequiredError(paramName, "Required parameter ".concat(paramName, " was null or undefined when calling ").concat(functionName, "."));
|
|
78
|
-
}
|
|
79
|
-
};
|
|
80
|
-
exports.assertParamExists = assertParamExists;
|
|
81
|
-
/**
|
|
82
|
-
*
|
|
83
|
-
* @export
|
|
84
|
-
*/
|
|
85
|
-
var setApiKeyToObject = function (object, keyParamName, configuration) {
|
|
86
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
87
|
-
var localVarApiKeyValue, _a;
|
|
88
|
-
return __generator(this, function (_b) {
|
|
89
|
-
switch (_b.label) {
|
|
90
|
-
case 0:
|
|
91
|
-
if (!(configuration && configuration.apiKey)) return [3 /*break*/, 5];
|
|
92
|
-
if (!(typeof configuration.apiKey === 'function')) return [3 /*break*/, 2];
|
|
93
|
-
return [4 /*yield*/, configuration.apiKey(keyParamName)];
|
|
94
|
-
case 1:
|
|
95
|
-
_a = _b.sent();
|
|
96
|
-
return [3 /*break*/, 4];
|
|
97
|
-
case 2: return [4 /*yield*/, configuration.apiKey];
|
|
98
|
-
case 3:
|
|
99
|
-
_a = _b.sent();
|
|
100
|
-
_b.label = 4;
|
|
101
|
-
case 4:
|
|
102
|
-
localVarApiKeyValue = _a;
|
|
103
|
-
object[keyParamName] = localVarApiKeyValue;
|
|
104
|
-
_b.label = 5;
|
|
105
|
-
case 5: return [2 /*return*/];
|
|
106
|
-
}
|
|
107
|
-
});
|
|
108
|
-
});
|
|
109
|
-
};
|
|
110
|
-
exports.setApiKeyToObject = setApiKeyToObject;
|
|
111
|
-
/**
|
|
112
|
-
*
|
|
113
|
-
* @export
|
|
114
|
-
*/
|
|
115
|
-
var setBasicAuthToObject = function (object, configuration) {
|
|
116
|
-
if (configuration && (configuration.username || configuration.password)) {
|
|
117
|
-
object["auth"] = { username: configuration.username, password: configuration.password };
|
|
118
|
-
}
|
|
119
|
-
};
|
|
120
|
-
exports.setBasicAuthToObject = setBasicAuthToObject;
|
|
121
|
-
/**
|
|
122
|
-
*
|
|
123
|
-
* @export
|
|
124
|
-
*/
|
|
125
|
-
var setBearerAuthToObject = function (object, configuration) {
|
|
126
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
127
|
-
var accessToken, _a;
|
|
128
|
-
return __generator(this, function (_b) {
|
|
129
|
-
switch (_b.label) {
|
|
130
|
-
case 0:
|
|
131
|
-
if (!(configuration && configuration.accessToken)) return [3 /*break*/, 5];
|
|
132
|
-
if (!(typeof configuration.accessToken === 'function')) return [3 /*break*/, 2];
|
|
133
|
-
return [4 /*yield*/, configuration.accessToken()];
|
|
134
|
-
case 1:
|
|
135
|
-
_a = _b.sent();
|
|
136
|
-
return [3 /*break*/, 4];
|
|
137
|
-
case 2: return [4 /*yield*/, configuration.accessToken];
|
|
138
|
-
case 3:
|
|
139
|
-
_a = _b.sent();
|
|
140
|
-
_b.label = 4;
|
|
141
|
-
case 4:
|
|
142
|
-
accessToken = _a;
|
|
143
|
-
object["Authorization"] = "Bearer " + accessToken;
|
|
144
|
-
_b.label = 5;
|
|
145
|
-
case 5: return [2 /*return*/];
|
|
146
|
-
}
|
|
147
|
-
});
|
|
148
|
-
});
|
|
149
|
-
};
|
|
150
|
-
exports.setBearerAuthToObject = setBearerAuthToObject;
|
|
151
|
-
/**
|
|
152
|
-
*
|
|
153
|
-
* @export
|
|
154
|
-
*/
|
|
155
|
-
var setOAuthToObject = function (object, name, scopes, configuration) {
|
|
156
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
157
|
-
var localVarAccessTokenValue, _a;
|
|
158
|
-
return __generator(this, function (_b) {
|
|
159
|
-
switch (_b.label) {
|
|
160
|
-
case 0:
|
|
161
|
-
if (!(configuration && configuration.accessToken)) return [3 /*break*/, 5];
|
|
162
|
-
if (!(typeof configuration.accessToken === 'function')) return [3 /*break*/, 2];
|
|
163
|
-
return [4 /*yield*/, configuration.accessToken(name, scopes)];
|
|
164
|
-
case 1:
|
|
165
|
-
_a = _b.sent();
|
|
166
|
-
return [3 /*break*/, 4];
|
|
167
|
-
case 2: return [4 /*yield*/, configuration.accessToken];
|
|
168
|
-
case 3:
|
|
169
|
-
_a = _b.sent();
|
|
170
|
-
_b.label = 4;
|
|
171
|
-
case 4:
|
|
172
|
-
localVarAccessTokenValue = _a;
|
|
173
|
-
object["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
|
174
|
-
_b.label = 5;
|
|
175
|
-
case 5: return [2 /*return*/];
|
|
176
|
-
}
|
|
177
|
-
});
|
|
178
|
-
});
|
|
179
|
-
};
|
|
180
|
-
exports.setOAuthToObject = setOAuthToObject;
|
|
181
|
-
function setFlattenedQueryParams(urlSearchParams, parameter, key) {
|
|
182
|
-
if (key === void 0) { key = ""; }
|
|
183
|
-
if (parameter == null)
|
|
184
|
-
return;
|
|
185
|
-
if (typeof parameter === "object") {
|
|
186
|
-
if (Array.isArray(parameter)) {
|
|
187
|
-
parameter.forEach(function (item) { return setFlattenedQueryParams(urlSearchParams, item, key); });
|
|
188
|
-
}
|
|
189
|
-
else {
|
|
190
|
-
Object.keys(parameter).forEach(function (currentKey) {
|
|
191
|
-
return setFlattenedQueryParams(urlSearchParams, parameter[currentKey], "".concat(key).concat(key !== '' ? '.' : '').concat(currentKey));
|
|
192
|
-
});
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
else {
|
|
196
|
-
if (urlSearchParams.has(key)) {
|
|
197
|
-
urlSearchParams.append(key, parameter);
|
|
198
|
-
}
|
|
199
|
-
else {
|
|
200
|
-
urlSearchParams.set(key, parameter);
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
*
|
|
206
|
-
* @export
|
|
207
|
-
*/
|
|
208
|
-
var setSearchParams = function (url) {
|
|
209
|
-
var objects = [];
|
|
210
|
-
for (var _i = 1; _i < arguments.length; _i++) {
|
|
211
|
-
objects[_i - 1] = arguments[_i];
|
|
212
|
-
}
|
|
213
|
-
var searchParams = new URLSearchParams(url.search);
|
|
214
|
-
setFlattenedQueryParams(searchParams, objects);
|
|
215
|
-
url.search = searchParams.toString();
|
|
216
|
-
};
|
|
217
|
-
exports.setSearchParams = setSearchParams;
|
|
218
|
-
/**
|
|
219
|
-
*
|
|
220
|
-
* @export
|
|
221
|
-
*/
|
|
222
|
-
var serializeDataIfNeeded = function (value, requestOptions, configuration) {
|
|
223
|
-
var nonString = typeof value !== 'string';
|
|
224
|
-
var needsSerialization = nonString && configuration && configuration.isJsonMime
|
|
225
|
-
? configuration.isJsonMime(requestOptions.headers['Content-Type'])
|
|
226
|
-
: nonString;
|
|
227
|
-
return needsSerialization
|
|
228
|
-
? JSON.stringify(value !== undefined ? value : {})
|
|
229
|
-
: (value || "");
|
|
230
|
-
};
|
|
231
|
-
exports.serializeDataIfNeeded = serializeDataIfNeeded;
|
|
232
|
-
/**
|
|
233
|
-
*
|
|
234
|
-
* @export
|
|
235
|
-
*/
|
|
236
|
-
var toPathString = function (url) {
|
|
237
|
-
return url.pathname + url.search + url.hash;
|
|
238
|
-
};
|
|
239
|
-
exports.toPathString = toPathString;
|
|
240
|
-
/**
|
|
241
|
-
*
|
|
242
|
-
* @export
|
|
243
|
-
*/
|
|
244
|
-
var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configuration) {
|
|
245
|
-
var _this = this;
|
|
246
|
-
return function (axios, basePath) {
|
|
247
|
-
if (axios === void 0) { axios = globalAxios; }
|
|
248
|
-
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
249
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
250
|
-
var userAgent, headers, axiosRequestArgs;
|
|
251
|
-
return __generator(this, function (_a) {
|
|
252
|
-
switch (_a.label) {
|
|
253
|
-
case 0:
|
|
254
|
-
userAgent = "SailPoint-SDK-TypeScript/1.0.0";
|
|
255
|
-
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
256
|
-
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
257
|
-
}
|
|
258
|
-
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
259
|
-
headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.0.0' }), { 'User-Agent': userAgent });
|
|
260
|
-
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
261
|
-
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
262
|
-
}
|
|
263
|
-
else if (configuration.experimental == true && ("X-SailPoint-Experimental" in headers)) {
|
|
264
|
-
console.log("Warning: You are using Experimental APIs");
|
|
265
|
-
}
|
|
266
|
-
return [4 /*yield*/, (0, exports.setBearerAuthToObject)(headers, configuration)];
|
|
267
|
-
case 1:
|
|
268
|
-
_a.sent();
|
|
269
|
-
axiosRequestArgs = __assign(__assign({}, axiosArgs.axiosOptions), { url: (basePath || (configuration === null || configuration === void 0 ? void 0 : configuration.basePath)) + axiosArgs.url, headers: headers });
|
|
270
|
-
return [2 /*return*/, axios.request(axiosRequestArgs).catch(function (error) {
|
|
271
|
-
var _a;
|
|
272
|
-
if ((error === null || error === void 0 ? void 0 : error.isAxiosError) === true) {
|
|
273
|
-
var clean = new Error((_a = error.message) !== null && _a !== void 0 ? _a : 'API request failed');
|
|
274
|
-
clean.name = 'ApiError';
|
|
275
|
-
clean.stack = error.stack;
|
|
276
|
-
clean.code = error.code;
|
|
277
|
-
if (error.response) {
|
|
278
|
-
clean.status = error.response.status;
|
|
279
|
-
clean.statusText = error.response.statusText;
|
|
280
|
-
clean.data = error.response.data;
|
|
281
|
-
}
|
|
282
|
-
throw clean;
|
|
283
|
-
}
|
|
284
|
-
throw error;
|
|
285
|
-
})];
|
|
286
|
-
}
|
|
287
|
-
});
|
|
288
|
-
});
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
exports.createRequestFunction = createRequestFunction;
|
|
292
|
-
//# sourceMappingURL=common.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../prompt_insights/common.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Identity Security Cloud API - Prompt Insights
|
|
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 interface ConfigurationParameters {
|
|
13
|
-
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
14
|
-
username?: string;
|
|
15
|
-
password?: string;
|
|
16
|
-
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
17
|
-
basePath?: string;
|
|
18
|
-
serverIndex?: number;
|
|
19
|
-
baseOptions?: any;
|
|
20
|
-
formDataCtor?: new () => any;
|
|
21
|
-
}
|
|
22
|
-
export declare class Configuration {
|
|
23
|
-
/**
|
|
24
|
-
* parameter for apiKey security
|
|
25
|
-
* @param name security name
|
|
26
|
-
* @memberof Configuration
|
|
27
|
-
*/
|
|
28
|
-
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
29
|
-
/**
|
|
30
|
-
* parameter for basic security
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof Configuration
|
|
34
|
-
*/
|
|
35
|
-
username?: string;
|
|
36
|
-
/**
|
|
37
|
-
* parameter for basic security
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof Configuration
|
|
41
|
-
*/
|
|
42
|
-
password?: string;
|
|
43
|
-
/**
|
|
44
|
-
* parameter for oauth2 security
|
|
45
|
-
* @param name security name
|
|
46
|
-
* @param scopes oauth2 scope
|
|
47
|
-
* @memberof Configuration
|
|
48
|
-
*/
|
|
49
|
-
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
50
|
-
/**
|
|
51
|
-
* override base path
|
|
52
|
-
*
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof Configuration
|
|
55
|
-
*/
|
|
56
|
-
basePath?: string;
|
|
57
|
-
/**
|
|
58
|
-
* override server index
|
|
59
|
-
*
|
|
60
|
-
* @type {number}
|
|
61
|
-
* @memberof Configuration
|
|
62
|
-
*/
|
|
63
|
-
serverIndex?: number;
|
|
64
|
-
/**
|
|
65
|
-
* base options for axios calls
|
|
66
|
-
*
|
|
67
|
-
* @type {any}
|
|
68
|
-
* @memberof Configuration
|
|
69
|
-
*/
|
|
70
|
-
baseOptions?: any;
|
|
71
|
-
/**
|
|
72
|
-
* The FormData constructor that will be used to create multipart form data
|
|
73
|
-
* requests. You can inject this here so that execution environments that
|
|
74
|
-
* do not support the FormData class can still run the generated client.
|
|
75
|
-
*
|
|
76
|
-
* @type {new () => FormData}
|
|
77
|
-
*/
|
|
78
|
-
formDataCtor?: new () => any;
|
|
79
|
-
constructor(param?: ConfigurationParameters);
|
|
80
|
-
/**
|
|
81
|
-
* Check if the given MIME is a JSON MIME.
|
|
82
|
-
* JSON MIME examples:
|
|
83
|
-
* application/json
|
|
84
|
-
* application/json; charset=UTF8
|
|
85
|
-
* APPLICATION/JSON
|
|
86
|
-
* application/vnd.company+json
|
|
87
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
88
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
89
|
-
*/
|
|
90
|
-
isJsonMime(mime: string): boolean;
|
|
91
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Identity Security Cloud API - Prompt Insights
|
|
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
|
-
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.serverIndex = param.serverIndex;
|
|
26
|
-
this.baseOptions = param.baseOptions;
|
|
27
|
-
this.formDataCtor = param.formDataCtor;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Check if the given MIME is a JSON MIME.
|
|
31
|
-
* JSON MIME examples:
|
|
32
|
-
* application/json
|
|
33
|
-
* application/json; charset=UTF8
|
|
34
|
-
* APPLICATION/JSON
|
|
35
|
-
* application/vnd.company+json
|
|
36
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
37
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
38
|
-
*/
|
|
39
|
-
Configuration.prototype.isJsonMime = function (mime) {
|
|
40
|
-
var jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
|
41
|
-
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
|
42
|
-
};
|
|
43
|
-
return Configuration;
|
|
44
|
-
}());
|
|
45
|
-
exports.Configuration = Configuration;
|
|
46
|
-
//# sourceMappingURL=configuration.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../prompt_insights/configuration.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAcH;IA0DI,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,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,AAnFD,IAmFC;AAnFY,sCAAa"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Identity Security Cloud API - Prompt Insights
|
|
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";
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Identity Security Cloud API - Prompt Insights
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../prompt_insights/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;;AAGH,wCAAsB;AACtB,mDAAiC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
.gitignore
|
|
2
|
-
.npmignore
|
|
3
|
-
.openapi-generator-ignore
|
|
4
|
-
Errormessagedto.md
|
|
5
|
-
Errorresponsedto.md
|
|
6
|
-
GetPromptInsightsMetricsV1401Response.md
|
|
7
|
-
GetPromptInsightsMetricsV1429Response.md
|
|
8
|
-
Index.md
|
|
9
|
-
Localeorigin.md
|
|
10
|
-
PromptInsightsApi.md
|
|
11
|
-
PromptInsightsApideveloperSite_code_examples.yaml
|
|
12
|
-
Promptinsight.md
|
|
13
|
-
Promptinsightsmetrics.md
|
|
14
|
-
README.md
|
|
15
|
-
api.ts
|
|
16
|
-
base.ts
|
|
17
|
-
common.ts
|
|
18
|
-
configuration.ts
|
|
19
|
-
docs/Methods/Index.md
|
|
20
|
-
git_push.sh
|
|
21
|
-
index.ts
|
|
22
|
-
package.json
|
|
23
|
-
tsconfig.json
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
7.12.0
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# OpenAPI Generator Ignore
|
|
2
|
-
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
|
3
|
-
|
|
4
|
-
# Use this file to prevent files from being overwritten by the generator.
|
|
5
|
-
# The patterns follow closely to .gitignore or .dockerignore.
|
|
6
|
-
|
|
7
|
-
# As an example, the C# client generator defines ApiClient.cs.
|
|
8
|
-
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
|
9
|
-
#ApiClient.cs
|
|
10
|
-
|
|
11
|
-
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
12
|
-
#foo/*/qux
|
|
13
|
-
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
|
14
|
-
|
|
15
|
-
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
|
16
|
-
#foo/**/qux
|
|
17
|
-
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
|
18
|
-
|
|
19
|
-
# You can also negate patterns with an exclamation (!).
|
|
20
|
-
# For example, you can ignore all files in a docs folder with the file extension .md:
|
|
21
|
-
#docs/*.md
|
|
22
|
-
# Then explicitly reverse the ignore rule for a single file:
|
|
23
|
-
#!docs/README.md
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
prompt-insights
|