@seekora-ai/admin-api 1.0.3 → 1.0.4
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/README.md +14 -14
- package/api.ts +155 -155
- package/dist/api.d.ts +85 -85
- package/dist/api.js +118 -118
- package/dist/esm/api.d.ts +85 -85
- package/dist/esm/api.js +118 -118
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.4.tgz +0 -0
- package/seekora-ai-admin-api-1.0.3.tgz +0 -0
package/dist/esm/api.js
CHANGED
|
@@ -970,12 +970,12 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
970
970
|
* @param {*} [options] Override http request option.
|
|
971
971
|
* @throws {RequiredError}
|
|
972
972
|
*/
|
|
973
|
-
|
|
973
|
+
v1ConnectorsSearchIndexGet: (index_1, q_1, ...args_1) => __awaiter(this, [index_1, q_1, ...args_1], void 0, function* (index, q, options = {}) {
|
|
974
974
|
// verify required parameter 'index' is not null or undefined
|
|
975
|
-
assertParamExists('
|
|
975
|
+
assertParamExists('v1ConnectorsSearchIndexGet', 'index', index);
|
|
976
976
|
// verify required parameter 'q' is not null or undefined
|
|
977
|
-
assertParamExists('
|
|
978
|
-
const localVarPath = `/
|
|
977
|
+
assertParamExists('v1ConnectorsSearchIndexGet', 'q', q);
|
|
978
|
+
const localVarPath = `/v1/connectors/search/{index}`
|
|
979
979
|
.replace(`{${"index"}}`, encodeURIComponent(String(index)));
|
|
980
980
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
981
981
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1003,8 +1003,8 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
1003
1003
|
* @param {*} [options] Override http request option.
|
|
1004
1004
|
* @throws {RequiredError}
|
|
1005
1005
|
*/
|
|
1006
|
-
|
|
1007
|
-
const localVarPath = `/
|
|
1006
|
+
v1ConnectorsSourcesGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1007
|
+
const localVarPath = `/v1/connectors/sources`;
|
|
1008
1008
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1009
1009
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1010
1010
|
let baseOptions;
|
|
@@ -1029,10 +1029,10 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
1029
1029
|
* @param {*} [options] Override http request option.
|
|
1030
1030
|
* @throws {RequiredError}
|
|
1031
1031
|
*/
|
|
1032
|
-
|
|
1032
|
+
v1ConnectorsSourcesPost: (source_1, ...args_1) => __awaiter(this, [source_1, ...args_1], void 0, function* (source, options = {}) {
|
|
1033
1033
|
// verify required parameter 'source' is not null or undefined
|
|
1034
|
-
assertParamExists('
|
|
1035
|
-
const localVarPath = `/
|
|
1034
|
+
assertParamExists('v1ConnectorsSourcesPost', 'source', source);
|
|
1035
|
+
const localVarPath = `/v1/connectors/sources`;
|
|
1036
1036
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1037
1037
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1038
1038
|
let baseOptions;
|
|
@@ -1060,12 +1060,12 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
1060
1060
|
* @param {*} [options] Override http request option.
|
|
1061
1061
|
* @throws {RequiredError}
|
|
1062
1062
|
*/
|
|
1063
|
-
|
|
1063
|
+
v1ConnectorsSourcesSourceIdConfigPut: (sourceId_1, config_1, ...args_1) => __awaiter(this, [sourceId_1, config_1, ...args_1], void 0, function* (sourceId, config, options = {}) {
|
|
1064
1064
|
// verify required parameter 'sourceId' is not null or undefined
|
|
1065
|
-
assertParamExists('
|
|
1065
|
+
assertParamExists('v1ConnectorsSourcesSourceIdConfigPut', 'sourceId', sourceId);
|
|
1066
1066
|
// verify required parameter 'config' is not null or undefined
|
|
1067
|
-
assertParamExists('
|
|
1068
|
-
const localVarPath = `/
|
|
1067
|
+
assertParamExists('v1ConnectorsSourcesSourceIdConfigPut', 'config', config);
|
|
1068
|
+
const localVarPath = `/v1/connectors/sources/:source_id/config`
|
|
1069
1069
|
.replace(`{${"source_id"}}`, encodeURIComponent(String(sourceId)));
|
|
1070
1070
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1071
1071
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1094,8 +1094,8 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
1094
1094
|
* @param {*} [options] Override http request option.
|
|
1095
1095
|
* @throws {RequiredError}
|
|
1096
1096
|
*/
|
|
1097
|
-
|
|
1098
|
-
const localVarPath = `/
|
|
1097
|
+
v1ConnectorsSourcesSourceIdGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
1098
|
+
const localVarPath = `/v1/connectors/sources/:source_id`;
|
|
1099
1099
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1100
1100
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1101
1101
|
let baseOptions;
|
|
@@ -1121,12 +1121,12 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
1121
1121
|
* @param {*} [options] Override http request option.
|
|
1122
1122
|
* @throws {RequiredError}
|
|
1123
1123
|
*/
|
|
1124
|
-
|
|
1124
|
+
v1ConnectorsSourcesSourceidUpdateschemaPatch: (sourceid_1, schema_1, ...args_1) => __awaiter(this, [sourceid_1, schema_1, ...args_1], void 0, function* (sourceid, schema, options = {}) {
|
|
1125
1125
|
// verify required parameter 'sourceid' is not null or undefined
|
|
1126
|
-
assertParamExists('
|
|
1126
|
+
assertParamExists('v1ConnectorsSourcesSourceidUpdateschemaPatch', 'sourceid', sourceid);
|
|
1127
1127
|
// verify required parameter 'schema' is not null or undefined
|
|
1128
|
-
assertParamExists('
|
|
1129
|
-
const localVarPath = `/
|
|
1128
|
+
assertParamExists('v1ConnectorsSourcesSourceidUpdateschemaPatch', 'schema', schema);
|
|
1129
|
+
const localVarPath = `/v1/connectors/sources/:sourceid/updateschema`
|
|
1130
1130
|
.replace(`{${"sourceid"}}`, encodeURIComponent(String(sourceid)));
|
|
1131
1131
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1132
1132
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1150,14 +1150,14 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
1150
1150
|
/**
|
|
1151
1151
|
* Upload source data
|
|
1152
1152
|
* @summary Upload source data
|
|
1153
|
-
* @param {
|
|
1153
|
+
* @param {V1ConnectorsSourcesSourceidUploaddataPostRequest} v1ConnectorsSourcesSourceidUploaddataPostRequest
|
|
1154
1154
|
* @param {*} [options] Override http request option.
|
|
1155
1155
|
* @throws {RequiredError}
|
|
1156
1156
|
*/
|
|
1157
|
-
|
|
1158
|
-
// verify required parameter '
|
|
1159
|
-
assertParamExists('
|
|
1160
|
-
const localVarPath = `/
|
|
1157
|
+
v1ConnectorsSourcesSourceidUploaddataPost: (v1ConnectorsSourcesSourceidUploaddataPostRequest_1, ...args_1) => __awaiter(this, [v1ConnectorsSourcesSourceidUploaddataPostRequest_1, ...args_1], void 0, function* (v1ConnectorsSourcesSourceidUploaddataPostRequest, options = {}) {
|
|
1158
|
+
// verify required parameter 'v1ConnectorsSourcesSourceidUploaddataPostRequest' is not null or undefined
|
|
1159
|
+
assertParamExists('v1ConnectorsSourcesSourceidUploaddataPost', 'v1ConnectorsSourcesSourceidUploaddataPostRequest', v1ConnectorsSourcesSourceidUploaddataPostRequest);
|
|
1160
|
+
const localVarPath = `/v1/connectors/sources/:sourceid/uploaddata`;
|
|
1161
1161
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1162
1162
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1163
1163
|
let baseOptions;
|
|
@@ -1171,7 +1171,7 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
1171
1171
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1172
1172
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1173
1173
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1174
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
1174
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1ConnectorsSourcesSourceidUploaddataPostRequest, localVarRequestOptions, configuration);
|
|
1175
1175
|
return {
|
|
1176
1176
|
url: toPathString(localVarUrlObj),
|
|
1177
1177
|
options: localVarRequestOptions,
|
|
@@ -1184,10 +1184,10 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
1184
1184
|
* @param {*} [options] Override http request option.
|
|
1185
1185
|
* @throws {RequiredError}
|
|
1186
1186
|
*/
|
|
1187
|
-
|
|
1187
|
+
v1ConnectorsTasksPost: (task_1, ...args_1) => __awaiter(this, [task_1, ...args_1], void 0, function* (task, options = {}) {
|
|
1188
1188
|
// verify required parameter 'task' is not null or undefined
|
|
1189
|
-
assertParamExists('
|
|
1190
|
-
const localVarPath = `/
|
|
1189
|
+
assertParamExists('v1ConnectorsTasksPost', 'task', task);
|
|
1190
|
+
const localVarPath = `/v1/connectors/tasks`;
|
|
1191
1191
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1192
1192
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1193
1193
|
let baseOptions;
|
|
@@ -1215,12 +1215,12 @@ export const ConnectorsApiAxiosParamCreator = function (configuration) {
|
|
|
1215
1215
|
* @param {*} [options] Override http request option.
|
|
1216
1216
|
* @throws {RequiredError}
|
|
1217
1217
|
*/
|
|
1218
|
-
|
|
1218
|
+
v1ConnectorsTasksTaskIdRunPost: (taskId_1, initiatedBy_1, ...args_1) => __awaiter(this, [taskId_1, initiatedBy_1, ...args_1], void 0, function* (taskId, initiatedBy, options = {}) {
|
|
1219
1219
|
// verify required parameter 'taskId' is not null or undefined
|
|
1220
|
-
assertParamExists('
|
|
1220
|
+
assertParamExists('v1ConnectorsTasksTaskIdRunPost', 'taskId', taskId);
|
|
1221
1221
|
// verify required parameter 'initiatedBy' is not null or undefined
|
|
1222
|
-
assertParamExists('
|
|
1223
|
-
const localVarPath = `/
|
|
1222
|
+
assertParamExists('v1ConnectorsTasksTaskIdRunPost', 'initiatedBy', initiatedBy);
|
|
1223
|
+
const localVarPath = `/v1/connectors/tasks/{task_id}/run`
|
|
1224
1224
|
.replace(`{${"task_id"}}`, encodeURIComponent(String(taskId)));
|
|
1225
1225
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1226
1226
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1258,12 +1258,12 @@ export const ConnectorsApiFp = function (configuration) {
|
|
|
1258
1258
|
* @param {*} [options] Override http request option.
|
|
1259
1259
|
* @throws {RequiredError}
|
|
1260
1260
|
*/
|
|
1261
|
-
|
|
1261
|
+
v1ConnectorsSearchIndexGet(index, q, options) {
|
|
1262
1262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1263
1263
|
var _a, _b, _c;
|
|
1264
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1264
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1ConnectorsSearchIndexGet(index, q, options);
|
|
1265
1265
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1266
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.
|
|
1266
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.v1ConnectorsSearchIndexGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1267
1267
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1268
1268
|
});
|
|
1269
1269
|
},
|
|
@@ -1273,12 +1273,12 @@ export const ConnectorsApiFp = function (configuration) {
|
|
|
1273
1273
|
* @param {*} [options] Override http request option.
|
|
1274
1274
|
* @throws {RequiredError}
|
|
1275
1275
|
*/
|
|
1276
|
-
|
|
1276
|
+
v1ConnectorsSourcesGet(options) {
|
|
1277
1277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1278
1278
|
var _a, _b, _c;
|
|
1279
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1279
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1ConnectorsSourcesGet(options);
|
|
1280
1280
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1281
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.
|
|
1281
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.v1ConnectorsSourcesGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1282
1282
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1283
1283
|
});
|
|
1284
1284
|
},
|
|
@@ -1289,12 +1289,12 @@ export const ConnectorsApiFp = function (configuration) {
|
|
|
1289
1289
|
* @param {*} [options] Override http request option.
|
|
1290
1290
|
* @throws {RequiredError}
|
|
1291
1291
|
*/
|
|
1292
|
-
|
|
1292
|
+
v1ConnectorsSourcesPost(source, options) {
|
|
1293
1293
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1294
1294
|
var _a, _b, _c;
|
|
1295
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1295
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1ConnectorsSourcesPost(source, options);
|
|
1296
1296
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1297
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.
|
|
1297
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.v1ConnectorsSourcesPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1298
1298
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1299
1299
|
});
|
|
1300
1300
|
},
|
|
@@ -1306,12 +1306,12 @@ export const ConnectorsApiFp = function (configuration) {
|
|
|
1306
1306
|
* @param {*} [options] Override http request option.
|
|
1307
1307
|
* @throws {RequiredError}
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
v1ConnectorsSourcesSourceIdConfigPut(sourceId, config, options) {
|
|
1310
1310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1311
1311
|
var _a, _b, _c;
|
|
1312
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1312
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1ConnectorsSourcesSourceIdConfigPut(sourceId, config, options);
|
|
1313
1313
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1314
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.
|
|
1314
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.v1ConnectorsSourcesSourceIdConfigPut']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1315
1315
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1316
1316
|
});
|
|
1317
1317
|
},
|
|
@@ -1321,12 +1321,12 @@ export const ConnectorsApiFp = function (configuration) {
|
|
|
1321
1321
|
* @param {*} [options] Override http request option.
|
|
1322
1322
|
* @throws {RequiredError}
|
|
1323
1323
|
*/
|
|
1324
|
-
|
|
1324
|
+
v1ConnectorsSourcesSourceIdGet(options) {
|
|
1325
1325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1326
1326
|
var _a, _b, _c;
|
|
1327
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1327
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1ConnectorsSourcesSourceIdGet(options);
|
|
1328
1328
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1329
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.
|
|
1329
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.v1ConnectorsSourcesSourceIdGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1330
1330
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1331
1331
|
});
|
|
1332
1332
|
},
|
|
@@ -1338,28 +1338,28 @@ export const ConnectorsApiFp = function (configuration) {
|
|
|
1338
1338
|
* @param {*} [options] Override http request option.
|
|
1339
1339
|
* @throws {RequiredError}
|
|
1340
1340
|
*/
|
|
1341
|
-
|
|
1341
|
+
v1ConnectorsSourcesSourceidUpdateschemaPatch(sourceid, schema, options) {
|
|
1342
1342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1343
1343
|
var _a, _b, _c;
|
|
1344
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1344
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1ConnectorsSourcesSourceidUpdateschemaPatch(sourceid, schema, options);
|
|
1345
1345
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1346
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.
|
|
1346
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.v1ConnectorsSourcesSourceidUpdateschemaPatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1347
1347
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1348
1348
|
});
|
|
1349
1349
|
},
|
|
1350
1350
|
/**
|
|
1351
1351
|
* Upload source data
|
|
1352
1352
|
* @summary Upload source data
|
|
1353
|
-
* @param {
|
|
1353
|
+
* @param {V1ConnectorsSourcesSourceidUploaddataPostRequest} v1ConnectorsSourcesSourceidUploaddataPostRequest
|
|
1354
1354
|
* @param {*} [options] Override http request option.
|
|
1355
1355
|
* @throws {RequiredError}
|
|
1356
1356
|
*/
|
|
1357
|
-
|
|
1357
|
+
v1ConnectorsSourcesSourceidUploaddataPost(v1ConnectorsSourcesSourceidUploaddataPostRequest, options) {
|
|
1358
1358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1359
1359
|
var _a, _b, _c;
|
|
1360
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1360
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1ConnectorsSourcesSourceidUploaddataPost(v1ConnectorsSourcesSourceidUploaddataPostRequest, options);
|
|
1361
1361
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1362
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.
|
|
1362
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.v1ConnectorsSourcesSourceidUploaddataPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1363
1363
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1364
1364
|
});
|
|
1365
1365
|
},
|
|
@@ -1370,12 +1370,12 @@ export const ConnectorsApiFp = function (configuration) {
|
|
|
1370
1370
|
* @param {*} [options] Override http request option.
|
|
1371
1371
|
* @throws {RequiredError}
|
|
1372
1372
|
*/
|
|
1373
|
-
|
|
1373
|
+
v1ConnectorsTasksPost(task, options) {
|
|
1374
1374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1375
1375
|
var _a, _b, _c;
|
|
1376
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1376
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1ConnectorsTasksPost(task, options);
|
|
1377
1377
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1378
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.
|
|
1378
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.v1ConnectorsTasksPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1379
1379
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1380
1380
|
});
|
|
1381
1381
|
},
|
|
@@ -1387,12 +1387,12 @@ export const ConnectorsApiFp = function (configuration) {
|
|
|
1387
1387
|
* @param {*} [options] Override http request option.
|
|
1388
1388
|
* @throws {RequiredError}
|
|
1389
1389
|
*/
|
|
1390
|
-
|
|
1390
|
+
v1ConnectorsTasksTaskIdRunPost(taskId, initiatedBy, options) {
|
|
1391
1391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1392
1392
|
var _a, _b, _c;
|
|
1393
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1393
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1ConnectorsTasksTaskIdRunPost(taskId, initiatedBy, options);
|
|
1394
1394
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1395
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.
|
|
1395
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ConnectorsApi.v1ConnectorsTasksTaskIdRunPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1396
1396
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1397
1397
|
});
|
|
1398
1398
|
},
|
|
@@ -1413,8 +1413,8 @@ export const ConnectorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1413
1413
|
* @param {*} [options] Override http request option.
|
|
1414
1414
|
* @throws {RequiredError}
|
|
1415
1415
|
*/
|
|
1416
|
-
|
|
1417
|
-
return localVarFp.
|
|
1416
|
+
v1ConnectorsSearchIndexGet(index, q, options) {
|
|
1417
|
+
return localVarFp.v1ConnectorsSearchIndexGet(index, q, options).then((request) => request(axios, basePath));
|
|
1418
1418
|
},
|
|
1419
1419
|
/**
|
|
1420
1420
|
* Get all sources
|
|
@@ -1422,8 +1422,8 @@ export const ConnectorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1422
1422
|
* @param {*} [options] Override http request option.
|
|
1423
1423
|
* @throws {RequiredError}
|
|
1424
1424
|
*/
|
|
1425
|
-
|
|
1426
|
-
return localVarFp.
|
|
1425
|
+
v1ConnectorsSourcesGet(options) {
|
|
1426
|
+
return localVarFp.v1ConnectorsSourcesGet(options).then((request) => request(axios, basePath));
|
|
1427
1427
|
},
|
|
1428
1428
|
/**
|
|
1429
1429
|
* Create source
|
|
@@ -1432,8 +1432,8 @@ export const ConnectorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1432
1432
|
* @param {*} [options] Override http request option.
|
|
1433
1433
|
* @throws {RequiredError}
|
|
1434
1434
|
*/
|
|
1435
|
-
|
|
1436
|
-
return localVarFp.
|
|
1435
|
+
v1ConnectorsSourcesPost(source, options) {
|
|
1436
|
+
return localVarFp.v1ConnectorsSourcesPost(source, options).then((request) => request(axios, basePath));
|
|
1437
1437
|
},
|
|
1438
1438
|
/**
|
|
1439
1439
|
* Update source config by id
|
|
@@ -1443,8 +1443,8 @@ export const ConnectorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1443
1443
|
* @param {*} [options] Override http request option.
|
|
1444
1444
|
* @throws {RequiredError}
|
|
1445
1445
|
*/
|
|
1446
|
-
|
|
1447
|
-
return localVarFp.
|
|
1446
|
+
v1ConnectorsSourcesSourceIdConfigPut(sourceId, config, options) {
|
|
1447
|
+
return localVarFp.v1ConnectorsSourcesSourceIdConfigPut(sourceId, config, options).then((request) => request(axios, basePath));
|
|
1448
1448
|
},
|
|
1449
1449
|
/**
|
|
1450
1450
|
* Get source by id
|
|
@@ -1452,8 +1452,8 @@ export const ConnectorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1452
1452
|
* @param {*} [options] Override http request option.
|
|
1453
1453
|
* @throws {RequiredError}
|
|
1454
1454
|
*/
|
|
1455
|
-
|
|
1456
|
-
return localVarFp.
|
|
1455
|
+
v1ConnectorsSourcesSourceIdGet(options) {
|
|
1456
|
+
return localVarFp.v1ConnectorsSourcesSourceIdGet(options).then((request) => request(axios, basePath));
|
|
1457
1457
|
},
|
|
1458
1458
|
/**
|
|
1459
1459
|
* Update Index schema
|
|
@@ -1463,18 +1463,18 @@ export const ConnectorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1463
1463
|
* @param {*} [options] Override http request option.
|
|
1464
1464
|
* @throws {RequiredError}
|
|
1465
1465
|
*/
|
|
1466
|
-
|
|
1467
|
-
return localVarFp.
|
|
1466
|
+
v1ConnectorsSourcesSourceidUpdateschemaPatch(sourceid, schema, options) {
|
|
1467
|
+
return localVarFp.v1ConnectorsSourcesSourceidUpdateschemaPatch(sourceid, schema, options).then((request) => request(axios, basePath));
|
|
1468
1468
|
},
|
|
1469
1469
|
/**
|
|
1470
1470
|
* Upload source data
|
|
1471
1471
|
* @summary Upload source data
|
|
1472
|
-
* @param {
|
|
1472
|
+
* @param {V1ConnectorsSourcesSourceidUploaddataPostRequest} v1ConnectorsSourcesSourceidUploaddataPostRequest
|
|
1473
1473
|
* @param {*} [options] Override http request option.
|
|
1474
1474
|
* @throws {RequiredError}
|
|
1475
1475
|
*/
|
|
1476
|
-
|
|
1477
|
-
return localVarFp.
|
|
1476
|
+
v1ConnectorsSourcesSourceidUploaddataPost(v1ConnectorsSourcesSourceidUploaddataPostRequest, options) {
|
|
1477
|
+
return localVarFp.v1ConnectorsSourcesSourceidUploaddataPost(v1ConnectorsSourcesSourceidUploaddataPostRequest, options).then((request) => request(axios, basePath));
|
|
1478
1478
|
},
|
|
1479
1479
|
/**
|
|
1480
1480
|
* Create task
|
|
@@ -1483,8 +1483,8 @@ export const ConnectorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1483
1483
|
* @param {*} [options] Override http request option.
|
|
1484
1484
|
* @throws {RequiredError}
|
|
1485
1485
|
*/
|
|
1486
|
-
|
|
1487
|
-
return localVarFp.
|
|
1486
|
+
v1ConnectorsTasksPost(task, options) {
|
|
1487
|
+
return localVarFp.v1ConnectorsTasksPost(task, options).then((request) => request(axios, basePath));
|
|
1488
1488
|
},
|
|
1489
1489
|
/**
|
|
1490
1490
|
* Trigger task run
|
|
@@ -1494,8 +1494,8 @@ export const ConnectorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1494
1494
|
* @param {*} [options] Override http request option.
|
|
1495
1495
|
* @throws {RequiredError}
|
|
1496
1496
|
*/
|
|
1497
|
-
|
|
1498
|
-
return localVarFp.
|
|
1497
|
+
v1ConnectorsTasksTaskIdRunPost(taskId, initiatedBy, options) {
|
|
1498
|
+
return localVarFp.v1ConnectorsTasksTaskIdRunPost(taskId, initiatedBy, options).then((request) => request(axios, basePath));
|
|
1499
1499
|
},
|
|
1500
1500
|
};
|
|
1501
1501
|
};
|
|
@@ -1515,8 +1515,8 @@ export class ConnectorsApi extends BaseAPI {
|
|
|
1515
1515
|
* @throws {RequiredError}
|
|
1516
1516
|
* @memberof ConnectorsApi
|
|
1517
1517
|
*/
|
|
1518
|
-
|
|
1519
|
-
return ConnectorsApiFp(this.configuration).
|
|
1518
|
+
v1ConnectorsSearchIndexGet(index, q, options) {
|
|
1519
|
+
return ConnectorsApiFp(this.configuration).v1ConnectorsSearchIndexGet(index, q, options).then((request) => request(this.axios, this.basePath));
|
|
1520
1520
|
}
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Get all sources
|
|
@@ -1525,8 +1525,8 @@ export class ConnectorsApi extends BaseAPI {
|
|
|
1525
1525
|
* @throws {RequiredError}
|
|
1526
1526
|
* @memberof ConnectorsApi
|
|
1527
1527
|
*/
|
|
1528
|
-
|
|
1529
|
-
return ConnectorsApiFp(this.configuration).
|
|
1528
|
+
v1ConnectorsSourcesGet(options) {
|
|
1529
|
+
return ConnectorsApiFp(this.configuration).v1ConnectorsSourcesGet(options).then((request) => request(this.axios, this.basePath));
|
|
1530
1530
|
}
|
|
1531
1531
|
/**
|
|
1532
1532
|
* Create source
|
|
@@ -1536,8 +1536,8 @@ export class ConnectorsApi extends BaseAPI {
|
|
|
1536
1536
|
* @throws {RequiredError}
|
|
1537
1537
|
* @memberof ConnectorsApi
|
|
1538
1538
|
*/
|
|
1539
|
-
|
|
1540
|
-
return ConnectorsApiFp(this.configuration).
|
|
1539
|
+
v1ConnectorsSourcesPost(source, options) {
|
|
1540
|
+
return ConnectorsApiFp(this.configuration).v1ConnectorsSourcesPost(source, options).then((request) => request(this.axios, this.basePath));
|
|
1541
1541
|
}
|
|
1542
1542
|
/**
|
|
1543
1543
|
* Update source config by id
|
|
@@ -1548,8 +1548,8 @@ export class ConnectorsApi extends BaseAPI {
|
|
|
1548
1548
|
* @throws {RequiredError}
|
|
1549
1549
|
* @memberof ConnectorsApi
|
|
1550
1550
|
*/
|
|
1551
|
-
|
|
1552
|
-
return ConnectorsApiFp(this.configuration).
|
|
1551
|
+
v1ConnectorsSourcesSourceIdConfigPut(sourceId, config, options) {
|
|
1552
|
+
return ConnectorsApiFp(this.configuration).v1ConnectorsSourcesSourceIdConfigPut(sourceId, config, options).then((request) => request(this.axios, this.basePath));
|
|
1553
1553
|
}
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Get source by id
|
|
@@ -1558,8 +1558,8 @@ export class ConnectorsApi extends BaseAPI {
|
|
|
1558
1558
|
* @throws {RequiredError}
|
|
1559
1559
|
* @memberof ConnectorsApi
|
|
1560
1560
|
*/
|
|
1561
|
-
|
|
1562
|
-
return ConnectorsApiFp(this.configuration).
|
|
1561
|
+
v1ConnectorsSourcesSourceIdGet(options) {
|
|
1562
|
+
return ConnectorsApiFp(this.configuration).v1ConnectorsSourcesSourceIdGet(options).then((request) => request(this.axios, this.basePath));
|
|
1563
1563
|
}
|
|
1564
1564
|
/**
|
|
1565
1565
|
* Update Index schema
|
|
@@ -1570,19 +1570,19 @@ export class ConnectorsApi extends BaseAPI {
|
|
|
1570
1570
|
* @throws {RequiredError}
|
|
1571
1571
|
* @memberof ConnectorsApi
|
|
1572
1572
|
*/
|
|
1573
|
-
|
|
1574
|
-
return ConnectorsApiFp(this.configuration).
|
|
1573
|
+
v1ConnectorsSourcesSourceidUpdateschemaPatch(sourceid, schema, options) {
|
|
1574
|
+
return ConnectorsApiFp(this.configuration).v1ConnectorsSourcesSourceidUpdateschemaPatch(sourceid, schema, options).then((request) => request(this.axios, this.basePath));
|
|
1575
1575
|
}
|
|
1576
1576
|
/**
|
|
1577
1577
|
* Upload source data
|
|
1578
1578
|
* @summary Upload source data
|
|
1579
|
-
* @param {
|
|
1579
|
+
* @param {V1ConnectorsSourcesSourceidUploaddataPostRequest} v1ConnectorsSourcesSourceidUploaddataPostRequest
|
|
1580
1580
|
* @param {*} [options] Override http request option.
|
|
1581
1581
|
* @throws {RequiredError}
|
|
1582
1582
|
* @memberof ConnectorsApi
|
|
1583
1583
|
*/
|
|
1584
|
-
|
|
1585
|
-
return ConnectorsApiFp(this.configuration).
|
|
1584
|
+
v1ConnectorsSourcesSourceidUploaddataPost(v1ConnectorsSourcesSourceidUploaddataPostRequest, options) {
|
|
1585
|
+
return ConnectorsApiFp(this.configuration).v1ConnectorsSourcesSourceidUploaddataPost(v1ConnectorsSourcesSourceidUploaddataPostRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1586
1586
|
}
|
|
1587
1587
|
/**
|
|
1588
1588
|
* Create task
|
|
@@ -1592,8 +1592,8 @@ export class ConnectorsApi extends BaseAPI {
|
|
|
1592
1592
|
* @throws {RequiredError}
|
|
1593
1593
|
* @memberof ConnectorsApi
|
|
1594
1594
|
*/
|
|
1595
|
-
|
|
1596
|
-
return ConnectorsApiFp(this.configuration).
|
|
1595
|
+
v1ConnectorsTasksPost(task, options) {
|
|
1596
|
+
return ConnectorsApiFp(this.configuration).v1ConnectorsTasksPost(task, options).then((request) => request(this.axios, this.basePath));
|
|
1597
1597
|
}
|
|
1598
1598
|
/**
|
|
1599
1599
|
* Trigger task run
|
|
@@ -1604,8 +1604,8 @@ export class ConnectorsApi extends BaseAPI {
|
|
|
1604
1604
|
* @throws {RequiredError}
|
|
1605
1605
|
* @memberof ConnectorsApi
|
|
1606
1606
|
*/
|
|
1607
|
-
|
|
1608
|
-
return ConnectorsApiFp(this.configuration).
|
|
1607
|
+
v1ConnectorsTasksTaskIdRunPost(taskId, initiatedBy, options) {
|
|
1608
|
+
return ConnectorsApiFp(this.configuration).v1ConnectorsTasksTaskIdRunPost(taskId, initiatedBy, options).then((request) => request(this.axios, this.basePath));
|
|
1609
1609
|
}
|
|
1610
1610
|
}
|
|
1611
1611
|
/**
|
|
@@ -4180,10 +4180,10 @@ export const OnboardingApiAxiosParamCreator = function (configuration) {
|
|
|
4180
4180
|
* @param {*} [options] Override http request option.
|
|
4181
4181
|
* @throws {RequiredError}
|
|
4182
4182
|
*/
|
|
4183
|
-
|
|
4183
|
+
adminV1UsersOnboardingPatch: (body_1, ...args_1) => __awaiter(this, [body_1, ...args_1], void 0, function* (body, options = {}) {
|
|
4184
4184
|
// verify required parameter 'body' is not null or undefined
|
|
4185
|
-
assertParamExists('
|
|
4186
|
-
const localVarPath = `/
|
|
4185
|
+
assertParamExists('adminV1UsersOnboardingPatch', 'body', body);
|
|
4186
|
+
const localVarPath = `/admin/v1/users/onboarding`;
|
|
4187
4187
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4188
4188
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4189
4189
|
let baseOptions;
|
|
@@ -4210,10 +4210,10 @@ export const OnboardingApiAxiosParamCreator = function (configuration) {
|
|
|
4210
4210
|
* @param {*} [options] Override http request option.
|
|
4211
4211
|
* @throws {RequiredError}
|
|
4212
4212
|
*/
|
|
4213
|
-
|
|
4213
|
+
adminV1UsersOnboardingSchemaUploadPost: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
4214
4214
|
// verify required parameter 'file' is not null or undefined
|
|
4215
|
-
assertParamExists('
|
|
4216
|
-
const localVarPath = `/
|
|
4215
|
+
assertParamExists('adminV1UsersOnboardingSchemaUploadPost', 'file', file);
|
|
4216
|
+
const localVarPath = `/admin/v1/users/onboarding/schema-upload`;
|
|
4217
4217
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4218
4218
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4219
4219
|
let baseOptions;
|
|
@@ -4253,12 +4253,12 @@ export const OnboardingApiFp = function (configuration) {
|
|
|
4253
4253
|
* @param {*} [options] Override http request option.
|
|
4254
4254
|
* @throws {RequiredError}
|
|
4255
4255
|
*/
|
|
4256
|
-
|
|
4256
|
+
adminV1UsersOnboardingPatch(body, options) {
|
|
4257
4257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4258
4258
|
var _a, _b, _c;
|
|
4259
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4259
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1UsersOnboardingPatch(body, options);
|
|
4260
4260
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4261
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['OnboardingApi.
|
|
4261
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['OnboardingApi.adminV1UsersOnboardingPatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4262
4262
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4263
4263
|
});
|
|
4264
4264
|
},
|
|
@@ -4269,12 +4269,12 @@ export const OnboardingApiFp = function (configuration) {
|
|
|
4269
4269
|
* @param {*} [options] Override http request option.
|
|
4270
4270
|
* @throws {RequiredError}
|
|
4271
4271
|
*/
|
|
4272
|
-
|
|
4272
|
+
adminV1UsersOnboardingSchemaUploadPost(file, options) {
|
|
4273
4273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4274
4274
|
var _a, _b, _c;
|
|
4275
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4275
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1UsersOnboardingSchemaUploadPost(file, options);
|
|
4276
4276
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4277
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['OnboardingApi.
|
|
4277
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['OnboardingApi.adminV1UsersOnboardingSchemaUploadPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4278
4278
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4279
4279
|
});
|
|
4280
4280
|
},
|
|
@@ -4294,8 +4294,8 @@ export const OnboardingApiFactory = function (configuration, basePath, axios) {
|
|
|
4294
4294
|
* @param {*} [options] Override http request option.
|
|
4295
4295
|
* @throws {RequiredError}
|
|
4296
4296
|
*/
|
|
4297
|
-
|
|
4298
|
-
return localVarFp.
|
|
4297
|
+
adminV1UsersOnboardingPatch(body, options) {
|
|
4298
|
+
return localVarFp.adminV1UsersOnboardingPatch(body, options).then((request) => request(axios, basePath));
|
|
4299
4299
|
},
|
|
4300
4300
|
/**
|
|
4301
4301
|
* Uploads a custom schema JSON file for onboarding and stores it into onboardingdata.customSchema
|
|
@@ -4304,8 +4304,8 @@ export const OnboardingApiFactory = function (configuration, basePath, axios) {
|
|
|
4304
4304
|
* @param {*} [options] Override http request option.
|
|
4305
4305
|
* @throws {RequiredError}
|
|
4306
4306
|
*/
|
|
4307
|
-
|
|
4308
|
-
return localVarFp.
|
|
4307
|
+
adminV1UsersOnboardingSchemaUploadPost(file, options) {
|
|
4308
|
+
return localVarFp.adminV1UsersOnboardingSchemaUploadPost(file, options).then((request) => request(axios, basePath));
|
|
4309
4309
|
},
|
|
4310
4310
|
};
|
|
4311
4311
|
};
|
|
@@ -4324,8 +4324,8 @@ export class OnboardingApi extends BaseAPI {
|
|
|
4324
4324
|
* @throws {RequiredError}
|
|
4325
4325
|
* @memberof OnboardingApi
|
|
4326
4326
|
*/
|
|
4327
|
-
|
|
4328
|
-
return OnboardingApiFp(this.configuration).
|
|
4327
|
+
adminV1UsersOnboardingPatch(body, options) {
|
|
4328
|
+
return OnboardingApiFp(this.configuration).adminV1UsersOnboardingPatch(body, options).then((request) => request(this.axios, this.basePath));
|
|
4329
4329
|
}
|
|
4330
4330
|
/**
|
|
4331
4331
|
* Uploads a custom schema JSON file for onboarding and stores it into onboardingdata.customSchema
|
|
@@ -4335,8 +4335,8 @@ export class OnboardingApi extends BaseAPI {
|
|
|
4335
4335
|
* @throws {RequiredError}
|
|
4336
4336
|
* @memberof OnboardingApi
|
|
4337
4337
|
*/
|
|
4338
|
-
|
|
4339
|
-
return OnboardingApiFp(this.configuration).
|
|
4338
|
+
adminV1UsersOnboardingSchemaUploadPost(file, options) {
|
|
4339
|
+
return OnboardingApiFp(this.configuration).adminV1UsersOnboardingSchemaUploadPost(file, options).then((request) => request(this.axios, this.basePath));
|
|
4340
4340
|
}
|
|
4341
4341
|
}
|
|
4342
4342
|
/**
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|