@seekora-ai/admin-api 1.0.8 → 1.0.10
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 +8 -2
- package/api.ts +230 -0
- package/dist/api.d.ts +158 -0
- package/dist/api.js +122 -0
- package/dist/esm/api.d.ts +158 -0
- package/dist/esm/api.js +122 -0
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.10.tgz +0 -0
- package/seekora-ai-admin-api-1.0.8.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.0.
|
|
1
|
+
## @seekora-ai/admin-api@1.0.10
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @seekora-ai/admin-api@1.0.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.0.10 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -112,7 +112,9 @@ Class | Method | HTTP request | Description
|
|
|
112
112
|
*OnboardingApi* | [**adminV1UsersOnboardingSchemaUploadPost**](docs/OnboardingApi.md#adminv1usersonboardingschemauploadpost) | **POST** /admin/v1/users/onboarding/schema-upload | Upload custom schema JSON
|
|
113
113
|
*OnboardingApi* | [**adminV1UsersOnboardingSchemaoptionsGet**](docs/OnboardingApi.md#adminv1usersonboardingschemaoptionsget) | **GET** /admin/v1/users/onboarding/schemaoptions | Get schema options
|
|
114
114
|
*OnboardingApi* | [**adminV1UsersOnboardingSearchGet**](docs/OnboardingApi.md#adminv1usersonboardingsearchget) | **GET** /admin/v1/users/onboarding/search | Test search
|
|
115
|
+
*OnboardingApi* | [**adminV1UsersOnboardingStorekeyGet**](docs/OnboardingApi.md#adminv1usersonboardingstorekeyget) | **GET** /admin/v1/users/onboarding/storekey | Get store key
|
|
115
116
|
*OnboardingApi* | [**adminV1UsersOnboardingUploaddataPost**](docs/OnboardingApi.md#adminv1usersonboardinguploaddatapost) | **POST** /admin/v1/users/onboarding/uploaddata | Upload source data
|
|
117
|
+
*OnboardingApi* | [**adminV1UsersSampledatasetsGet**](docs/OnboardingApi.md#adminv1userssampledatasetsget) | **GET** /admin/v1/users/sampledatasets | Get sample datasets
|
|
116
118
|
*OrganizationsApi* | [**adminOrganizationsGet**](docs/OrganizationsApi.md#adminorganizationsget) | **GET** /admin/Organizations | Fetches list of all Organizations
|
|
117
119
|
*OrganizationsApi* | [**adminOrganizationsIdPut**](docs/OrganizationsApi.md#adminorganizationsidput) | **PUT** /admin/Organizations/{id} | Update an existing Orgnization
|
|
118
120
|
*OrganizationsApi* | [**adminOrganizationsOrgIdGet**](docs/OrganizationsApi.md#adminorganizationsorgidget) | **GET** /admin/Organizations/{OrgId} | Fetches Orgnization by Id
|
|
@@ -248,6 +250,8 @@ Class | Method | HTTP request | Description
|
|
|
248
250
|
- [DataTypesRoleRightResponse](docs/DataTypesRoleRightResponse.md)
|
|
249
251
|
- [DataTypesRoleRightsListResponse](docs/DataTypesRoleRightsListResponse.md)
|
|
250
252
|
- [DataTypesRolesListResponse](docs/DataTypesRolesListResponse.md)
|
|
253
|
+
- [DataTypesSampleDatasetResponse](docs/DataTypesSampleDatasetResponse.md)
|
|
254
|
+
- [DataTypesSampleDatasetsResponseWrapper](docs/DataTypesSampleDatasetsResponseWrapper.md)
|
|
251
255
|
- [DataTypesSchemaOptionsResponse](docs/DataTypesSchemaOptionsResponse.md)
|
|
252
256
|
- [DataTypesSchemaOptionsResponseWrapper](docs/DataTypesSchemaOptionsResponseWrapper.md)
|
|
253
257
|
- [DataTypesSearchResult](docs/DataTypesSearchResult.md)
|
|
@@ -259,6 +263,8 @@ Class | Method | HTTP request | Description
|
|
|
259
263
|
- [DataTypesSource](docs/DataTypesSource.md)
|
|
260
264
|
- [DataTypesSourcesListResponse](docs/DataTypesSourcesListResponse.md)
|
|
261
265
|
- [DataTypesStore](docs/DataTypesStore.md)
|
|
266
|
+
- [DataTypesStoreKeyResponse](docs/DataTypesStoreKeyResponse.md)
|
|
267
|
+
- [DataTypesStoreKeyResponseWrapper](docs/DataTypesStoreKeyResponseWrapper.md)
|
|
262
268
|
- [DataTypesStoreRequestDto](docs/DataTypesStoreRequestDto.md)
|
|
263
269
|
- [DataTypesStoreResponse](docs/DataTypesStoreResponse.md)
|
|
264
270
|
- [DataTypesStoresListResponse](docs/DataTypesStoresListResponse.md)
|
package/api.ts
CHANGED
|
@@ -2779,6 +2779,62 @@ export interface DataTypesRolesListResponse {
|
|
|
2779
2779
|
*/
|
|
2780
2780
|
'status'?: number;
|
|
2781
2781
|
}
|
|
2782
|
+
/**
|
|
2783
|
+
*
|
|
2784
|
+
* @export
|
|
2785
|
+
* @interface DataTypesSampleDatasetResponse
|
|
2786
|
+
*/
|
|
2787
|
+
export interface DataTypesSampleDatasetResponse {
|
|
2788
|
+
/**
|
|
2789
|
+
*
|
|
2790
|
+
* @type {string}
|
|
2791
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2792
|
+
*/
|
|
2793
|
+
'datasetName'?: string;
|
|
2794
|
+
/**
|
|
2795
|
+
*
|
|
2796
|
+
* @type {string}
|
|
2797
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2798
|
+
*/
|
|
2799
|
+
'description'?: string;
|
|
2800
|
+
/**
|
|
2801
|
+
*
|
|
2802
|
+
* @type {string}
|
|
2803
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2804
|
+
*/
|
|
2805
|
+
'imageUrl'?: string;
|
|
2806
|
+
/**
|
|
2807
|
+
*
|
|
2808
|
+
* @type {string}
|
|
2809
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2810
|
+
*/
|
|
2811
|
+
'storeName'?: string;
|
|
2812
|
+
}
|
|
2813
|
+
/**
|
|
2814
|
+
*
|
|
2815
|
+
* @export
|
|
2816
|
+
* @interface DataTypesSampleDatasetsResponseWrapper
|
|
2817
|
+
*/
|
|
2818
|
+
export interface DataTypesSampleDatasetsResponseWrapper {
|
|
2819
|
+
/**
|
|
2820
|
+
*
|
|
2821
|
+
* @type {Array<DataTypesSampleDatasetResponse>}
|
|
2822
|
+
* @memberof DataTypesSampleDatasetsResponseWrapper
|
|
2823
|
+
*/
|
|
2824
|
+
'data'?: Array<DataTypesSampleDatasetResponse>;
|
|
2825
|
+
/**
|
|
2826
|
+
*
|
|
2827
|
+
* @type {string}
|
|
2828
|
+
* @memberof DataTypesSampleDatasetsResponseWrapper
|
|
2829
|
+
*/
|
|
2830
|
+
'message'?: string;
|
|
2831
|
+
/**
|
|
2832
|
+
*
|
|
2833
|
+
* @type {number}
|
|
2834
|
+
* @memberof DataTypesSampleDatasetsResponseWrapper
|
|
2835
|
+
*/
|
|
2836
|
+
'status'?: number;
|
|
2837
|
+
}
|
|
2782
2838
|
/**
|
|
2783
2839
|
*
|
|
2784
2840
|
* @export
|
|
@@ -3258,6 +3314,50 @@ export interface DataTypesStore {
|
|
|
3258
3314
|
*/
|
|
3259
3315
|
'StoreName'?: string;
|
|
3260
3316
|
}
|
|
3317
|
+
/**
|
|
3318
|
+
*
|
|
3319
|
+
* @export
|
|
3320
|
+
* @interface DataTypesStoreKeyResponse
|
|
3321
|
+
*/
|
|
3322
|
+
export interface DataTypesStoreKeyResponse {
|
|
3323
|
+
/**
|
|
3324
|
+
*
|
|
3325
|
+
* @type {string}
|
|
3326
|
+
* @memberof DataTypesStoreKeyResponse
|
|
3327
|
+
*/
|
|
3328
|
+
'storeId'?: string;
|
|
3329
|
+
/**
|
|
3330
|
+
*
|
|
3331
|
+
* @type {string}
|
|
3332
|
+
* @memberof DataTypesStoreKeyResponse
|
|
3333
|
+
*/
|
|
3334
|
+
'storeSecret'?: string;
|
|
3335
|
+
}
|
|
3336
|
+
/**
|
|
3337
|
+
*
|
|
3338
|
+
* @export
|
|
3339
|
+
* @interface DataTypesStoreKeyResponseWrapper
|
|
3340
|
+
*/
|
|
3341
|
+
export interface DataTypesStoreKeyResponseWrapper {
|
|
3342
|
+
/**
|
|
3343
|
+
*
|
|
3344
|
+
* @type {DataTypesStoreKeyResponse}
|
|
3345
|
+
* @memberof DataTypesStoreKeyResponseWrapper
|
|
3346
|
+
*/
|
|
3347
|
+
'data'?: DataTypesStoreKeyResponse;
|
|
3348
|
+
/**
|
|
3349
|
+
*
|
|
3350
|
+
* @type {string}
|
|
3351
|
+
* @memberof DataTypesStoreKeyResponseWrapper
|
|
3352
|
+
*/
|
|
3353
|
+
'message'?: string;
|
|
3354
|
+
/**
|
|
3355
|
+
*
|
|
3356
|
+
* @type {number}
|
|
3357
|
+
* @memberof DataTypesStoreKeyResponseWrapper
|
|
3358
|
+
*/
|
|
3359
|
+
'status'?: number;
|
|
3360
|
+
}
|
|
3261
3361
|
/**
|
|
3262
3362
|
*
|
|
3263
3363
|
* @export
|
|
@@ -9003,6 +9103,39 @@ export const OnboardingApiAxiosParamCreator = function (configuration?: Configur
|
|
|
9003
9103
|
|
|
9004
9104
|
|
|
9005
9105
|
|
|
9106
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9107
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9108
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
9109
|
+
|
|
9110
|
+
return {
|
|
9111
|
+
url: toPathString(localVarUrlObj),
|
|
9112
|
+
options: localVarRequestOptions,
|
|
9113
|
+
};
|
|
9114
|
+
},
|
|
9115
|
+
/**
|
|
9116
|
+
* Get store key
|
|
9117
|
+
* @summary Get store key
|
|
9118
|
+
* @param {*} [options] Override http request option.
|
|
9119
|
+
* @throws {RequiredError}
|
|
9120
|
+
*/
|
|
9121
|
+
adminV1UsersOnboardingStorekeyGet: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
9122
|
+
const localVarPath = `/admin/v1/users/onboarding/storekey`;
|
|
9123
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
9124
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9125
|
+
let baseOptions;
|
|
9126
|
+
if (configuration) {
|
|
9127
|
+
baseOptions = configuration.baseOptions;
|
|
9128
|
+
}
|
|
9129
|
+
|
|
9130
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
9131
|
+
const localVarHeaderParameter = {} as any;
|
|
9132
|
+
const localVarQueryParameter = {} as any;
|
|
9133
|
+
|
|
9134
|
+
// authentication BearerAuth required
|
|
9135
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
9136
|
+
|
|
9137
|
+
|
|
9138
|
+
|
|
9006
9139
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9007
9140
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9008
9141
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -9046,6 +9179,39 @@ export const OnboardingApiAxiosParamCreator = function (configuration?: Configur
|
|
|
9046
9179
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
9047
9180
|
localVarRequestOptions.data = serializeDataIfNeeded(adminV1UsersOnboardingUploaddataPostRequest, localVarRequestOptions, configuration)
|
|
9048
9181
|
|
|
9182
|
+
return {
|
|
9183
|
+
url: toPathString(localVarUrlObj),
|
|
9184
|
+
options: localVarRequestOptions,
|
|
9185
|
+
};
|
|
9186
|
+
},
|
|
9187
|
+
/**
|
|
9188
|
+
* Get sample datasets
|
|
9189
|
+
* @summary Get sample datasets
|
|
9190
|
+
* @param {*} [options] Override http request option.
|
|
9191
|
+
* @throws {RequiredError}
|
|
9192
|
+
*/
|
|
9193
|
+
adminV1UsersSampledatasetsGet: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
9194
|
+
const localVarPath = `/admin/v1/users/sampledatasets`;
|
|
9195
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
9196
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
9197
|
+
let baseOptions;
|
|
9198
|
+
if (configuration) {
|
|
9199
|
+
baseOptions = configuration.baseOptions;
|
|
9200
|
+
}
|
|
9201
|
+
|
|
9202
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
9203
|
+
const localVarHeaderParameter = {} as any;
|
|
9204
|
+
const localVarQueryParameter = {} as any;
|
|
9205
|
+
|
|
9206
|
+
// authentication BearerAuth required
|
|
9207
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
9208
|
+
|
|
9209
|
+
|
|
9210
|
+
|
|
9211
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
9212
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
9213
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
9214
|
+
|
|
9049
9215
|
return {
|
|
9050
9216
|
url: toPathString(localVarUrlObj),
|
|
9051
9217
|
options: localVarRequestOptions,
|
|
@@ -9137,6 +9303,18 @@ export const OnboardingApiFp = function(configuration?: Configuration) {
|
|
|
9137
9303
|
const localVarOperationServerBasePath = operationServerMap['OnboardingApi.adminV1UsersOnboardingSearchGet']?.[localVarOperationServerIndex]?.url;
|
|
9138
9304
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
9139
9305
|
},
|
|
9306
|
+
/**
|
|
9307
|
+
* Get store key
|
|
9308
|
+
* @summary Get store key
|
|
9309
|
+
* @param {*} [options] Override http request option.
|
|
9310
|
+
* @throws {RequiredError}
|
|
9311
|
+
*/
|
|
9312
|
+
async adminV1UsersOnboardingStorekeyGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesStoreKeyResponseWrapper>> {
|
|
9313
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1UsersOnboardingStorekeyGet(options);
|
|
9314
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
9315
|
+
const localVarOperationServerBasePath = operationServerMap['OnboardingApi.adminV1UsersOnboardingStorekeyGet']?.[localVarOperationServerIndex]?.url;
|
|
9316
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
9317
|
+
},
|
|
9140
9318
|
/**
|
|
9141
9319
|
* Upload source data
|
|
9142
9320
|
* @summary Upload source data
|
|
@@ -9150,6 +9328,18 @@ export const OnboardingApiFp = function(configuration?: Configuration) {
|
|
|
9150
9328
|
const localVarOperationServerBasePath = operationServerMap['OnboardingApi.adminV1UsersOnboardingUploaddataPost']?.[localVarOperationServerIndex]?.url;
|
|
9151
9329
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
9152
9330
|
},
|
|
9331
|
+
/**
|
|
9332
|
+
* Get sample datasets
|
|
9333
|
+
* @summary Get sample datasets
|
|
9334
|
+
* @param {*} [options] Override http request option.
|
|
9335
|
+
* @throws {RequiredError}
|
|
9336
|
+
*/
|
|
9337
|
+
async adminV1UsersSampledatasetsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesSampleDatasetsResponseWrapper>> {
|
|
9338
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1UsersSampledatasetsGet(options);
|
|
9339
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
9340
|
+
const localVarOperationServerBasePath = operationServerMap['OnboardingApi.adminV1UsersSampledatasetsGet']?.[localVarOperationServerIndex]?.url;
|
|
9341
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
9342
|
+
},
|
|
9153
9343
|
}
|
|
9154
9344
|
};
|
|
9155
9345
|
|
|
@@ -9218,6 +9408,15 @@ export const OnboardingApiFactory = function (configuration?: Configuration, bas
|
|
|
9218
9408
|
adminV1UsersOnboardingSearchGet(q: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOnboardingTestSearchResponseWrapper> {
|
|
9219
9409
|
return localVarFp.adminV1UsersOnboardingSearchGet(q, options).then((request) => request(axios, basePath));
|
|
9220
9410
|
},
|
|
9411
|
+
/**
|
|
9412
|
+
* Get store key
|
|
9413
|
+
* @summary Get store key
|
|
9414
|
+
* @param {*} [options] Override http request option.
|
|
9415
|
+
* @throws {RequiredError}
|
|
9416
|
+
*/
|
|
9417
|
+
adminV1UsersOnboardingStorekeyGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesStoreKeyResponseWrapper> {
|
|
9418
|
+
return localVarFp.adminV1UsersOnboardingStorekeyGet(options).then((request) => request(axios, basePath));
|
|
9419
|
+
},
|
|
9221
9420
|
/**
|
|
9222
9421
|
* Upload source data
|
|
9223
9422
|
* @summary Upload source data
|
|
@@ -9228,6 +9427,15 @@ export const OnboardingApiFactory = function (configuration?: Configuration, bas
|
|
|
9228
9427
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesUploadSourceDataResponseWrapper> {
|
|
9229
9428
|
return localVarFp.adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options).then((request) => request(axios, basePath));
|
|
9230
9429
|
},
|
|
9430
|
+
/**
|
|
9431
|
+
* Get sample datasets
|
|
9432
|
+
* @summary Get sample datasets
|
|
9433
|
+
* @param {*} [options] Override http request option.
|
|
9434
|
+
* @throws {RequiredError}
|
|
9435
|
+
*/
|
|
9436
|
+
adminV1UsersSampledatasetsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesSampleDatasetsResponseWrapper> {
|
|
9437
|
+
return localVarFp.adminV1UsersSampledatasetsGet(options).then((request) => request(axios, basePath));
|
|
9438
|
+
},
|
|
9231
9439
|
};
|
|
9232
9440
|
};
|
|
9233
9441
|
|
|
@@ -9308,6 +9516,17 @@ export class OnboardingApi extends BaseAPI {
|
|
|
9308
9516
|
return OnboardingApiFp(this.configuration).adminV1UsersOnboardingSearchGet(q, options).then((request) => request(this.axios, this.basePath));
|
|
9309
9517
|
}
|
|
9310
9518
|
|
|
9519
|
+
/**
|
|
9520
|
+
* Get store key
|
|
9521
|
+
* @summary Get store key
|
|
9522
|
+
* @param {*} [options] Override http request option.
|
|
9523
|
+
* @throws {RequiredError}
|
|
9524
|
+
* @memberof OnboardingApi
|
|
9525
|
+
*/
|
|
9526
|
+
public adminV1UsersOnboardingStorekeyGet(options?: RawAxiosRequestConfig) {
|
|
9527
|
+
return OnboardingApiFp(this.configuration).adminV1UsersOnboardingStorekeyGet(options).then((request) => request(this.axios, this.basePath));
|
|
9528
|
+
}
|
|
9529
|
+
|
|
9311
9530
|
/**
|
|
9312
9531
|
* Upload source data
|
|
9313
9532
|
* @summary Upload source data
|
|
@@ -9319,6 +9538,17 @@ export class OnboardingApi extends BaseAPI {
|
|
|
9319
9538
|
public adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig) {
|
|
9320
9539
|
return OnboardingApiFp(this.configuration).adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options).then((request) => request(this.axios, this.basePath));
|
|
9321
9540
|
}
|
|
9541
|
+
|
|
9542
|
+
/**
|
|
9543
|
+
* Get sample datasets
|
|
9544
|
+
* @summary Get sample datasets
|
|
9545
|
+
* @param {*} [options] Override http request option.
|
|
9546
|
+
* @throws {RequiredError}
|
|
9547
|
+
* @memberof OnboardingApi
|
|
9548
|
+
*/
|
|
9549
|
+
public adminV1UsersSampledatasetsGet(options?: RawAxiosRequestConfig) {
|
|
9550
|
+
return OnboardingApiFp(this.configuration).adminV1UsersSampledatasetsGet(options).then((request) => request(this.axios, this.basePath));
|
|
9551
|
+
}
|
|
9322
9552
|
}
|
|
9323
9553
|
|
|
9324
9554
|
|
package/dist/api.d.ts
CHANGED
|
@@ -2774,6 +2774,62 @@ export interface DataTypesRolesListResponse {
|
|
|
2774
2774
|
*/
|
|
2775
2775
|
'status'?: number;
|
|
2776
2776
|
}
|
|
2777
|
+
/**
|
|
2778
|
+
*
|
|
2779
|
+
* @export
|
|
2780
|
+
* @interface DataTypesSampleDatasetResponse
|
|
2781
|
+
*/
|
|
2782
|
+
export interface DataTypesSampleDatasetResponse {
|
|
2783
|
+
/**
|
|
2784
|
+
*
|
|
2785
|
+
* @type {string}
|
|
2786
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2787
|
+
*/
|
|
2788
|
+
'datasetName'?: string;
|
|
2789
|
+
/**
|
|
2790
|
+
*
|
|
2791
|
+
* @type {string}
|
|
2792
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2793
|
+
*/
|
|
2794
|
+
'description'?: string;
|
|
2795
|
+
/**
|
|
2796
|
+
*
|
|
2797
|
+
* @type {string}
|
|
2798
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2799
|
+
*/
|
|
2800
|
+
'imageUrl'?: string;
|
|
2801
|
+
/**
|
|
2802
|
+
*
|
|
2803
|
+
* @type {string}
|
|
2804
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2805
|
+
*/
|
|
2806
|
+
'storeName'?: string;
|
|
2807
|
+
}
|
|
2808
|
+
/**
|
|
2809
|
+
*
|
|
2810
|
+
* @export
|
|
2811
|
+
* @interface DataTypesSampleDatasetsResponseWrapper
|
|
2812
|
+
*/
|
|
2813
|
+
export interface DataTypesSampleDatasetsResponseWrapper {
|
|
2814
|
+
/**
|
|
2815
|
+
*
|
|
2816
|
+
* @type {Array<DataTypesSampleDatasetResponse>}
|
|
2817
|
+
* @memberof DataTypesSampleDatasetsResponseWrapper
|
|
2818
|
+
*/
|
|
2819
|
+
'data'?: Array<DataTypesSampleDatasetResponse>;
|
|
2820
|
+
/**
|
|
2821
|
+
*
|
|
2822
|
+
* @type {string}
|
|
2823
|
+
* @memberof DataTypesSampleDatasetsResponseWrapper
|
|
2824
|
+
*/
|
|
2825
|
+
'message'?: string;
|
|
2826
|
+
/**
|
|
2827
|
+
*
|
|
2828
|
+
* @type {number}
|
|
2829
|
+
* @memberof DataTypesSampleDatasetsResponseWrapper
|
|
2830
|
+
*/
|
|
2831
|
+
'status'?: number;
|
|
2832
|
+
}
|
|
2777
2833
|
/**
|
|
2778
2834
|
*
|
|
2779
2835
|
* @export
|
|
@@ -3253,6 +3309,50 @@ export interface DataTypesStore {
|
|
|
3253
3309
|
*/
|
|
3254
3310
|
'StoreName'?: string;
|
|
3255
3311
|
}
|
|
3312
|
+
/**
|
|
3313
|
+
*
|
|
3314
|
+
* @export
|
|
3315
|
+
* @interface DataTypesStoreKeyResponse
|
|
3316
|
+
*/
|
|
3317
|
+
export interface DataTypesStoreKeyResponse {
|
|
3318
|
+
/**
|
|
3319
|
+
*
|
|
3320
|
+
* @type {string}
|
|
3321
|
+
* @memberof DataTypesStoreKeyResponse
|
|
3322
|
+
*/
|
|
3323
|
+
'storeId'?: string;
|
|
3324
|
+
/**
|
|
3325
|
+
*
|
|
3326
|
+
* @type {string}
|
|
3327
|
+
* @memberof DataTypesStoreKeyResponse
|
|
3328
|
+
*/
|
|
3329
|
+
'storeSecret'?: string;
|
|
3330
|
+
}
|
|
3331
|
+
/**
|
|
3332
|
+
*
|
|
3333
|
+
* @export
|
|
3334
|
+
* @interface DataTypesStoreKeyResponseWrapper
|
|
3335
|
+
*/
|
|
3336
|
+
export interface DataTypesStoreKeyResponseWrapper {
|
|
3337
|
+
/**
|
|
3338
|
+
*
|
|
3339
|
+
* @type {DataTypesStoreKeyResponse}
|
|
3340
|
+
* @memberof DataTypesStoreKeyResponseWrapper
|
|
3341
|
+
*/
|
|
3342
|
+
'data'?: DataTypesStoreKeyResponse;
|
|
3343
|
+
/**
|
|
3344
|
+
*
|
|
3345
|
+
* @type {string}
|
|
3346
|
+
* @memberof DataTypesStoreKeyResponseWrapper
|
|
3347
|
+
*/
|
|
3348
|
+
'message'?: string;
|
|
3349
|
+
/**
|
|
3350
|
+
*
|
|
3351
|
+
* @type {number}
|
|
3352
|
+
* @memberof DataTypesStoreKeyResponseWrapper
|
|
3353
|
+
*/
|
|
3354
|
+
'status'?: number;
|
|
3355
|
+
}
|
|
3256
3356
|
/**
|
|
3257
3357
|
*
|
|
3258
3358
|
* @export
|
|
@@ -6536,6 +6636,13 @@ export declare const OnboardingApiAxiosParamCreator: (configuration?: Configurat
|
|
|
6536
6636
|
* @throws {RequiredError}
|
|
6537
6637
|
*/
|
|
6538
6638
|
adminV1UsersOnboardingSearchGet: (q: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6639
|
+
/**
|
|
6640
|
+
* Get store key
|
|
6641
|
+
* @summary Get store key
|
|
6642
|
+
* @param {*} [options] Override http request option.
|
|
6643
|
+
* @throws {RequiredError}
|
|
6644
|
+
*/
|
|
6645
|
+
adminV1UsersOnboardingStorekeyGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6539
6646
|
/**
|
|
6540
6647
|
* Upload source data
|
|
6541
6648
|
* @summary Upload source data
|
|
@@ -6544,6 +6651,13 @@ export declare const OnboardingApiAxiosParamCreator: (configuration?: Configurat
|
|
|
6544
6651
|
* @throws {RequiredError}
|
|
6545
6652
|
*/
|
|
6546
6653
|
adminV1UsersOnboardingUploaddataPost: (adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6654
|
+
/**
|
|
6655
|
+
* Get sample datasets
|
|
6656
|
+
* @summary Get sample datasets
|
|
6657
|
+
* @param {*} [options] Override http request option.
|
|
6658
|
+
* @throws {RequiredError}
|
|
6659
|
+
*/
|
|
6660
|
+
adminV1UsersSampledatasetsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6547
6661
|
};
|
|
6548
6662
|
/**
|
|
6549
6663
|
* OnboardingApi - functional programming interface
|
|
@@ -6596,6 +6710,13 @@ export declare const OnboardingApiFp: (configuration?: Configuration) => {
|
|
|
6596
6710
|
* @throws {RequiredError}
|
|
6597
6711
|
*/
|
|
6598
6712
|
adminV1UsersOnboardingSearchGet(q: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOnboardingTestSearchResponseWrapper>>;
|
|
6713
|
+
/**
|
|
6714
|
+
* Get store key
|
|
6715
|
+
* @summary Get store key
|
|
6716
|
+
* @param {*} [options] Override http request option.
|
|
6717
|
+
* @throws {RequiredError}
|
|
6718
|
+
*/
|
|
6719
|
+
adminV1UsersOnboardingStorekeyGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesStoreKeyResponseWrapper>>;
|
|
6599
6720
|
/**
|
|
6600
6721
|
* Upload source data
|
|
6601
6722
|
* @summary Upload source data
|
|
@@ -6604,6 +6725,13 @@ export declare const OnboardingApiFp: (configuration?: Configuration) => {
|
|
|
6604
6725
|
* @throws {RequiredError}
|
|
6605
6726
|
*/
|
|
6606
6727
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesUploadSourceDataResponseWrapper>>;
|
|
6728
|
+
/**
|
|
6729
|
+
* Get sample datasets
|
|
6730
|
+
* @summary Get sample datasets
|
|
6731
|
+
* @param {*} [options] Override http request option.
|
|
6732
|
+
* @throws {RequiredError}
|
|
6733
|
+
*/
|
|
6734
|
+
adminV1UsersSampledatasetsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesSampleDatasetsResponseWrapper>>;
|
|
6607
6735
|
};
|
|
6608
6736
|
/**
|
|
6609
6737
|
* OnboardingApi - factory interface
|
|
@@ -6656,6 +6784,13 @@ export declare const OnboardingApiFactory: (configuration?: Configuration, baseP
|
|
|
6656
6784
|
* @throws {RequiredError}
|
|
6657
6785
|
*/
|
|
6658
6786
|
adminV1UsersOnboardingSearchGet(q: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOnboardingTestSearchResponseWrapper>;
|
|
6787
|
+
/**
|
|
6788
|
+
* Get store key
|
|
6789
|
+
* @summary Get store key
|
|
6790
|
+
* @param {*} [options] Override http request option.
|
|
6791
|
+
* @throws {RequiredError}
|
|
6792
|
+
*/
|
|
6793
|
+
adminV1UsersOnboardingStorekeyGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesStoreKeyResponseWrapper>;
|
|
6659
6794
|
/**
|
|
6660
6795
|
* Upload source data
|
|
6661
6796
|
* @summary Upload source data
|
|
@@ -6664,6 +6799,13 @@ export declare const OnboardingApiFactory: (configuration?: Configuration, baseP
|
|
|
6664
6799
|
* @throws {RequiredError}
|
|
6665
6800
|
*/
|
|
6666
6801
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesUploadSourceDataResponseWrapper>;
|
|
6802
|
+
/**
|
|
6803
|
+
* Get sample datasets
|
|
6804
|
+
* @summary Get sample datasets
|
|
6805
|
+
* @param {*} [options] Override http request option.
|
|
6806
|
+
* @throws {RequiredError}
|
|
6807
|
+
*/
|
|
6808
|
+
adminV1UsersSampledatasetsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesSampleDatasetsResponseWrapper>;
|
|
6667
6809
|
};
|
|
6668
6810
|
/**
|
|
6669
6811
|
* OnboardingApi - object-oriented interface
|
|
@@ -6724,6 +6866,14 @@ export declare class OnboardingApi extends BaseAPI {
|
|
|
6724
6866
|
* @memberof OnboardingApi
|
|
6725
6867
|
*/
|
|
6726
6868
|
adminV1UsersOnboardingSearchGet(q: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOnboardingTestSearchResponseWrapper, any>>;
|
|
6869
|
+
/**
|
|
6870
|
+
* Get store key
|
|
6871
|
+
* @summary Get store key
|
|
6872
|
+
* @param {*} [options] Override http request option.
|
|
6873
|
+
* @throws {RequiredError}
|
|
6874
|
+
* @memberof OnboardingApi
|
|
6875
|
+
*/
|
|
6876
|
+
adminV1UsersOnboardingStorekeyGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesStoreKeyResponseWrapper, any>>;
|
|
6727
6877
|
/**
|
|
6728
6878
|
* Upload source data
|
|
6729
6879
|
* @summary Upload source data
|
|
@@ -6733,6 +6883,14 @@ export declare class OnboardingApi extends BaseAPI {
|
|
|
6733
6883
|
* @memberof OnboardingApi
|
|
6734
6884
|
*/
|
|
6735
6885
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesUploadSourceDataResponseWrapper, any>>;
|
|
6886
|
+
/**
|
|
6887
|
+
* Get sample datasets
|
|
6888
|
+
* @summary Get sample datasets
|
|
6889
|
+
* @param {*} [options] Override http request option.
|
|
6890
|
+
* @throws {RequiredError}
|
|
6891
|
+
* @memberof OnboardingApi
|
|
6892
|
+
*/
|
|
6893
|
+
adminV1UsersSampledatasetsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesSampleDatasetsResponseWrapper, any>>;
|
|
6736
6894
|
}
|
|
6737
6895
|
/**
|
|
6738
6896
|
* OrganizationsApi - axios parameter creator
|
package/dist/api.js
CHANGED
|
@@ -4399,6 +4399,33 @@ const OnboardingApiAxiosParamCreator = function (configuration) {
|
|
|
4399
4399
|
options: localVarRequestOptions,
|
|
4400
4400
|
};
|
|
4401
4401
|
}),
|
|
4402
|
+
/**
|
|
4403
|
+
* Get store key
|
|
4404
|
+
* @summary Get store key
|
|
4405
|
+
* @param {*} [options] Override http request option.
|
|
4406
|
+
* @throws {RequiredError}
|
|
4407
|
+
*/
|
|
4408
|
+
adminV1UsersOnboardingStorekeyGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
4409
|
+
const localVarPath = `/admin/v1/users/onboarding/storekey`;
|
|
4410
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4411
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4412
|
+
let baseOptions;
|
|
4413
|
+
if (configuration) {
|
|
4414
|
+
baseOptions = configuration.baseOptions;
|
|
4415
|
+
}
|
|
4416
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4417
|
+
const localVarHeaderParameter = {};
|
|
4418
|
+
const localVarQueryParameter = {};
|
|
4419
|
+
// authentication BearerAuth required
|
|
4420
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
4421
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4422
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4423
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4424
|
+
return {
|
|
4425
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4426
|
+
options: localVarRequestOptions,
|
|
4427
|
+
};
|
|
4428
|
+
}),
|
|
4402
4429
|
/**
|
|
4403
4430
|
* Upload source data
|
|
4404
4431
|
* @summary Upload source data
|
|
@@ -4431,6 +4458,33 @@ const OnboardingApiAxiosParamCreator = function (configuration) {
|
|
|
4431
4458
|
options: localVarRequestOptions,
|
|
4432
4459
|
};
|
|
4433
4460
|
}),
|
|
4461
|
+
/**
|
|
4462
|
+
* Get sample datasets
|
|
4463
|
+
* @summary Get sample datasets
|
|
4464
|
+
* @param {*} [options] Override http request option.
|
|
4465
|
+
* @throws {RequiredError}
|
|
4466
|
+
*/
|
|
4467
|
+
adminV1UsersSampledatasetsGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
4468
|
+
const localVarPath = `/admin/v1/users/sampledatasets`;
|
|
4469
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4470
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4471
|
+
let baseOptions;
|
|
4472
|
+
if (configuration) {
|
|
4473
|
+
baseOptions = configuration.baseOptions;
|
|
4474
|
+
}
|
|
4475
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4476
|
+
const localVarHeaderParameter = {};
|
|
4477
|
+
const localVarQueryParameter = {};
|
|
4478
|
+
// authentication BearerAuth required
|
|
4479
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
4480
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4481
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4482
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4483
|
+
return {
|
|
4484
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4485
|
+
options: localVarRequestOptions,
|
|
4486
|
+
};
|
|
4487
|
+
}),
|
|
4434
4488
|
};
|
|
4435
4489
|
};
|
|
4436
4490
|
exports.OnboardingApiAxiosParamCreator = OnboardingApiAxiosParamCreator;
|
|
@@ -4535,6 +4589,21 @@ const OnboardingApiFp = function (configuration) {
|
|
|
4535
4589
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4536
4590
|
});
|
|
4537
4591
|
},
|
|
4592
|
+
/**
|
|
4593
|
+
* Get store key
|
|
4594
|
+
* @summary Get store key
|
|
4595
|
+
* @param {*} [options] Override http request option.
|
|
4596
|
+
* @throws {RequiredError}
|
|
4597
|
+
*/
|
|
4598
|
+
adminV1UsersOnboardingStorekeyGet(options) {
|
|
4599
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4600
|
+
var _a, _b, _c;
|
|
4601
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1UsersOnboardingStorekeyGet(options);
|
|
4602
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4603
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OnboardingApi.adminV1UsersOnboardingStorekeyGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4604
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4605
|
+
});
|
|
4606
|
+
},
|
|
4538
4607
|
/**
|
|
4539
4608
|
* Upload source data
|
|
4540
4609
|
* @summary Upload source data
|
|
@@ -4551,6 +4620,21 @@ const OnboardingApiFp = function (configuration) {
|
|
|
4551
4620
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4552
4621
|
});
|
|
4553
4622
|
},
|
|
4623
|
+
/**
|
|
4624
|
+
* Get sample datasets
|
|
4625
|
+
* @summary Get sample datasets
|
|
4626
|
+
* @param {*} [options] Override http request option.
|
|
4627
|
+
* @throws {RequiredError}
|
|
4628
|
+
*/
|
|
4629
|
+
adminV1UsersSampledatasetsGet(options) {
|
|
4630
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4631
|
+
var _a, _b, _c;
|
|
4632
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1UsersSampledatasetsGet(options);
|
|
4633
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4634
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OnboardingApi.adminV1UsersSampledatasetsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4635
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4636
|
+
});
|
|
4637
|
+
},
|
|
4554
4638
|
};
|
|
4555
4639
|
};
|
|
4556
4640
|
exports.OnboardingApiFp = OnboardingApiFp;
|
|
@@ -4619,6 +4703,15 @@ const OnboardingApiFactory = function (configuration, basePath, axios) {
|
|
|
4619
4703
|
adminV1UsersOnboardingSearchGet(q, options) {
|
|
4620
4704
|
return localVarFp.adminV1UsersOnboardingSearchGet(q, options).then((request) => request(axios, basePath));
|
|
4621
4705
|
},
|
|
4706
|
+
/**
|
|
4707
|
+
* Get store key
|
|
4708
|
+
* @summary Get store key
|
|
4709
|
+
* @param {*} [options] Override http request option.
|
|
4710
|
+
* @throws {RequiredError}
|
|
4711
|
+
*/
|
|
4712
|
+
adminV1UsersOnboardingStorekeyGet(options) {
|
|
4713
|
+
return localVarFp.adminV1UsersOnboardingStorekeyGet(options).then((request) => request(axios, basePath));
|
|
4714
|
+
},
|
|
4622
4715
|
/**
|
|
4623
4716
|
* Upload source data
|
|
4624
4717
|
* @summary Upload source data
|
|
@@ -4629,6 +4722,15 @@ const OnboardingApiFactory = function (configuration, basePath, axios) {
|
|
|
4629
4722
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options) {
|
|
4630
4723
|
return localVarFp.adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options).then((request) => request(axios, basePath));
|
|
4631
4724
|
},
|
|
4725
|
+
/**
|
|
4726
|
+
* Get sample datasets
|
|
4727
|
+
* @summary Get sample datasets
|
|
4728
|
+
* @param {*} [options] Override http request option.
|
|
4729
|
+
* @throws {RequiredError}
|
|
4730
|
+
*/
|
|
4731
|
+
adminV1UsersSampledatasetsGet(options) {
|
|
4732
|
+
return localVarFp.adminV1UsersSampledatasetsGet(options).then((request) => request(axios, basePath));
|
|
4733
|
+
},
|
|
4632
4734
|
};
|
|
4633
4735
|
};
|
|
4634
4736
|
exports.OnboardingApiFactory = OnboardingApiFactory;
|
|
@@ -4703,6 +4805,16 @@ class OnboardingApi extends base_1.BaseAPI {
|
|
|
4703
4805
|
adminV1UsersOnboardingSearchGet(q, options) {
|
|
4704
4806
|
return (0, exports.OnboardingApiFp)(this.configuration).adminV1UsersOnboardingSearchGet(q, options).then((request) => request(this.axios, this.basePath));
|
|
4705
4807
|
}
|
|
4808
|
+
/**
|
|
4809
|
+
* Get store key
|
|
4810
|
+
* @summary Get store key
|
|
4811
|
+
* @param {*} [options] Override http request option.
|
|
4812
|
+
* @throws {RequiredError}
|
|
4813
|
+
* @memberof OnboardingApi
|
|
4814
|
+
*/
|
|
4815
|
+
adminV1UsersOnboardingStorekeyGet(options) {
|
|
4816
|
+
return (0, exports.OnboardingApiFp)(this.configuration).adminV1UsersOnboardingStorekeyGet(options).then((request) => request(this.axios, this.basePath));
|
|
4817
|
+
}
|
|
4706
4818
|
/**
|
|
4707
4819
|
* Upload source data
|
|
4708
4820
|
* @summary Upload source data
|
|
@@ -4714,6 +4826,16 @@ class OnboardingApi extends base_1.BaseAPI {
|
|
|
4714
4826
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options) {
|
|
4715
4827
|
return (0, exports.OnboardingApiFp)(this.configuration).adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4716
4828
|
}
|
|
4829
|
+
/**
|
|
4830
|
+
* Get sample datasets
|
|
4831
|
+
* @summary Get sample datasets
|
|
4832
|
+
* @param {*} [options] Override http request option.
|
|
4833
|
+
* @throws {RequiredError}
|
|
4834
|
+
* @memberof OnboardingApi
|
|
4835
|
+
*/
|
|
4836
|
+
adminV1UsersSampledatasetsGet(options) {
|
|
4837
|
+
return (0, exports.OnboardingApiFp)(this.configuration).adminV1UsersSampledatasetsGet(options).then((request) => request(this.axios, this.basePath));
|
|
4838
|
+
}
|
|
4717
4839
|
}
|
|
4718
4840
|
exports.OnboardingApi = OnboardingApi;
|
|
4719
4841
|
/**
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2774,6 +2774,62 @@ export interface DataTypesRolesListResponse {
|
|
|
2774
2774
|
*/
|
|
2775
2775
|
'status'?: number;
|
|
2776
2776
|
}
|
|
2777
|
+
/**
|
|
2778
|
+
*
|
|
2779
|
+
* @export
|
|
2780
|
+
* @interface DataTypesSampleDatasetResponse
|
|
2781
|
+
*/
|
|
2782
|
+
export interface DataTypesSampleDatasetResponse {
|
|
2783
|
+
/**
|
|
2784
|
+
*
|
|
2785
|
+
* @type {string}
|
|
2786
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2787
|
+
*/
|
|
2788
|
+
'datasetName'?: string;
|
|
2789
|
+
/**
|
|
2790
|
+
*
|
|
2791
|
+
* @type {string}
|
|
2792
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2793
|
+
*/
|
|
2794
|
+
'description'?: string;
|
|
2795
|
+
/**
|
|
2796
|
+
*
|
|
2797
|
+
* @type {string}
|
|
2798
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2799
|
+
*/
|
|
2800
|
+
'imageUrl'?: string;
|
|
2801
|
+
/**
|
|
2802
|
+
*
|
|
2803
|
+
* @type {string}
|
|
2804
|
+
* @memberof DataTypesSampleDatasetResponse
|
|
2805
|
+
*/
|
|
2806
|
+
'storeName'?: string;
|
|
2807
|
+
}
|
|
2808
|
+
/**
|
|
2809
|
+
*
|
|
2810
|
+
* @export
|
|
2811
|
+
* @interface DataTypesSampleDatasetsResponseWrapper
|
|
2812
|
+
*/
|
|
2813
|
+
export interface DataTypesSampleDatasetsResponseWrapper {
|
|
2814
|
+
/**
|
|
2815
|
+
*
|
|
2816
|
+
* @type {Array<DataTypesSampleDatasetResponse>}
|
|
2817
|
+
* @memberof DataTypesSampleDatasetsResponseWrapper
|
|
2818
|
+
*/
|
|
2819
|
+
'data'?: Array<DataTypesSampleDatasetResponse>;
|
|
2820
|
+
/**
|
|
2821
|
+
*
|
|
2822
|
+
* @type {string}
|
|
2823
|
+
* @memberof DataTypesSampleDatasetsResponseWrapper
|
|
2824
|
+
*/
|
|
2825
|
+
'message'?: string;
|
|
2826
|
+
/**
|
|
2827
|
+
*
|
|
2828
|
+
* @type {number}
|
|
2829
|
+
* @memberof DataTypesSampleDatasetsResponseWrapper
|
|
2830
|
+
*/
|
|
2831
|
+
'status'?: number;
|
|
2832
|
+
}
|
|
2777
2833
|
/**
|
|
2778
2834
|
*
|
|
2779
2835
|
* @export
|
|
@@ -3253,6 +3309,50 @@ export interface DataTypesStore {
|
|
|
3253
3309
|
*/
|
|
3254
3310
|
'StoreName'?: string;
|
|
3255
3311
|
}
|
|
3312
|
+
/**
|
|
3313
|
+
*
|
|
3314
|
+
* @export
|
|
3315
|
+
* @interface DataTypesStoreKeyResponse
|
|
3316
|
+
*/
|
|
3317
|
+
export interface DataTypesStoreKeyResponse {
|
|
3318
|
+
/**
|
|
3319
|
+
*
|
|
3320
|
+
* @type {string}
|
|
3321
|
+
* @memberof DataTypesStoreKeyResponse
|
|
3322
|
+
*/
|
|
3323
|
+
'storeId'?: string;
|
|
3324
|
+
/**
|
|
3325
|
+
*
|
|
3326
|
+
* @type {string}
|
|
3327
|
+
* @memberof DataTypesStoreKeyResponse
|
|
3328
|
+
*/
|
|
3329
|
+
'storeSecret'?: string;
|
|
3330
|
+
}
|
|
3331
|
+
/**
|
|
3332
|
+
*
|
|
3333
|
+
* @export
|
|
3334
|
+
* @interface DataTypesStoreKeyResponseWrapper
|
|
3335
|
+
*/
|
|
3336
|
+
export interface DataTypesStoreKeyResponseWrapper {
|
|
3337
|
+
/**
|
|
3338
|
+
*
|
|
3339
|
+
* @type {DataTypesStoreKeyResponse}
|
|
3340
|
+
* @memberof DataTypesStoreKeyResponseWrapper
|
|
3341
|
+
*/
|
|
3342
|
+
'data'?: DataTypesStoreKeyResponse;
|
|
3343
|
+
/**
|
|
3344
|
+
*
|
|
3345
|
+
* @type {string}
|
|
3346
|
+
* @memberof DataTypesStoreKeyResponseWrapper
|
|
3347
|
+
*/
|
|
3348
|
+
'message'?: string;
|
|
3349
|
+
/**
|
|
3350
|
+
*
|
|
3351
|
+
* @type {number}
|
|
3352
|
+
* @memberof DataTypesStoreKeyResponseWrapper
|
|
3353
|
+
*/
|
|
3354
|
+
'status'?: number;
|
|
3355
|
+
}
|
|
3256
3356
|
/**
|
|
3257
3357
|
*
|
|
3258
3358
|
* @export
|
|
@@ -6536,6 +6636,13 @@ export declare const OnboardingApiAxiosParamCreator: (configuration?: Configurat
|
|
|
6536
6636
|
* @throws {RequiredError}
|
|
6537
6637
|
*/
|
|
6538
6638
|
adminV1UsersOnboardingSearchGet: (q: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6639
|
+
/**
|
|
6640
|
+
* Get store key
|
|
6641
|
+
* @summary Get store key
|
|
6642
|
+
* @param {*} [options] Override http request option.
|
|
6643
|
+
* @throws {RequiredError}
|
|
6644
|
+
*/
|
|
6645
|
+
adminV1UsersOnboardingStorekeyGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6539
6646
|
/**
|
|
6540
6647
|
* Upload source data
|
|
6541
6648
|
* @summary Upload source data
|
|
@@ -6544,6 +6651,13 @@ export declare const OnboardingApiAxiosParamCreator: (configuration?: Configurat
|
|
|
6544
6651
|
* @throws {RequiredError}
|
|
6545
6652
|
*/
|
|
6546
6653
|
adminV1UsersOnboardingUploaddataPost: (adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6654
|
+
/**
|
|
6655
|
+
* Get sample datasets
|
|
6656
|
+
* @summary Get sample datasets
|
|
6657
|
+
* @param {*} [options] Override http request option.
|
|
6658
|
+
* @throws {RequiredError}
|
|
6659
|
+
*/
|
|
6660
|
+
adminV1UsersSampledatasetsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6547
6661
|
};
|
|
6548
6662
|
/**
|
|
6549
6663
|
* OnboardingApi - functional programming interface
|
|
@@ -6596,6 +6710,13 @@ export declare const OnboardingApiFp: (configuration?: Configuration) => {
|
|
|
6596
6710
|
* @throws {RequiredError}
|
|
6597
6711
|
*/
|
|
6598
6712
|
adminV1UsersOnboardingSearchGet(q: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOnboardingTestSearchResponseWrapper>>;
|
|
6713
|
+
/**
|
|
6714
|
+
* Get store key
|
|
6715
|
+
* @summary Get store key
|
|
6716
|
+
* @param {*} [options] Override http request option.
|
|
6717
|
+
* @throws {RequiredError}
|
|
6718
|
+
*/
|
|
6719
|
+
adminV1UsersOnboardingStorekeyGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesStoreKeyResponseWrapper>>;
|
|
6599
6720
|
/**
|
|
6600
6721
|
* Upload source data
|
|
6601
6722
|
* @summary Upload source data
|
|
@@ -6604,6 +6725,13 @@ export declare const OnboardingApiFp: (configuration?: Configuration) => {
|
|
|
6604
6725
|
* @throws {RequiredError}
|
|
6605
6726
|
*/
|
|
6606
6727
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesUploadSourceDataResponseWrapper>>;
|
|
6728
|
+
/**
|
|
6729
|
+
* Get sample datasets
|
|
6730
|
+
* @summary Get sample datasets
|
|
6731
|
+
* @param {*} [options] Override http request option.
|
|
6732
|
+
* @throws {RequiredError}
|
|
6733
|
+
*/
|
|
6734
|
+
adminV1UsersSampledatasetsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesSampleDatasetsResponseWrapper>>;
|
|
6607
6735
|
};
|
|
6608
6736
|
/**
|
|
6609
6737
|
* OnboardingApi - factory interface
|
|
@@ -6656,6 +6784,13 @@ export declare const OnboardingApiFactory: (configuration?: Configuration, baseP
|
|
|
6656
6784
|
* @throws {RequiredError}
|
|
6657
6785
|
*/
|
|
6658
6786
|
adminV1UsersOnboardingSearchGet(q: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOnboardingTestSearchResponseWrapper>;
|
|
6787
|
+
/**
|
|
6788
|
+
* Get store key
|
|
6789
|
+
* @summary Get store key
|
|
6790
|
+
* @param {*} [options] Override http request option.
|
|
6791
|
+
* @throws {RequiredError}
|
|
6792
|
+
*/
|
|
6793
|
+
adminV1UsersOnboardingStorekeyGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesStoreKeyResponseWrapper>;
|
|
6659
6794
|
/**
|
|
6660
6795
|
* Upload source data
|
|
6661
6796
|
* @summary Upload source data
|
|
@@ -6664,6 +6799,13 @@ export declare const OnboardingApiFactory: (configuration?: Configuration, baseP
|
|
|
6664
6799
|
* @throws {RequiredError}
|
|
6665
6800
|
*/
|
|
6666
6801
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesUploadSourceDataResponseWrapper>;
|
|
6802
|
+
/**
|
|
6803
|
+
* Get sample datasets
|
|
6804
|
+
* @summary Get sample datasets
|
|
6805
|
+
* @param {*} [options] Override http request option.
|
|
6806
|
+
* @throws {RequiredError}
|
|
6807
|
+
*/
|
|
6808
|
+
adminV1UsersSampledatasetsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesSampleDatasetsResponseWrapper>;
|
|
6667
6809
|
};
|
|
6668
6810
|
/**
|
|
6669
6811
|
* OnboardingApi - object-oriented interface
|
|
@@ -6724,6 +6866,14 @@ export declare class OnboardingApi extends BaseAPI {
|
|
|
6724
6866
|
* @memberof OnboardingApi
|
|
6725
6867
|
*/
|
|
6726
6868
|
adminV1UsersOnboardingSearchGet(q: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOnboardingTestSearchResponseWrapper, any>>;
|
|
6869
|
+
/**
|
|
6870
|
+
* Get store key
|
|
6871
|
+
* @summary Get store key
|
|
6872
|
+
* @param {*} [options] Override http request option.
|
|
6873
|
+
* @throws {RequiredError}
|
|
6874
|
+
* @memberof OnboardingApi
|
|
6875
|
+
*/
|
|
6876
|
+
adminV1UsersOnboardingStorekeyGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesStoreKeyResponseWrapper, any>>;
|
|
6727
6877
|
/**
|
|
6728
6878
|
* Upload source data
|
|
6729
6879
|
* @summary Upload source data
|
|
@@ -6733,6 +6883,14 @@ export declare class OnboardingApi extends BaseAPI {
|
|
|
6733
6883
|
* @memberof OnboardingApi
|
|
6734
6884
|
*/
|
|
6735
6885
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest: AdminV1UsersOnboardingUploaddataPostRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesUploadSourceDataResponseWrapper, any>>;
|
|
6886
|
+
/**
|
|
6887
|
+
* Get sample datasets
|
|
6888
|
+
* @summary Get sample datasets
|
|
6889
|
+
* @param {*} [options] Override http request option.
|
|
6890
|
+
* @throws {RequiredError}
|
|
6891
|
+
* @memberof OnboardingApi
|
|
6892
|
+
*/
|
|
6893
|
+
adminV1UsersSampledatasetsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesSampleDatasetsResponseWrapper, any>>;
|
|
6736
6894
|
}
|
|
6737
6895
|
/**
|
|
6738
6896
|
* OrganizationsApi - axios parameter creator
|
package/dist/esm/api.js
CHANGED
|
@@ -4359,6 +4359,33 @@ export const OnboardingApiAxiosParamCreator = function (configuration) {
|
|
|
4359
4359
|
options: localVarRequestOptions,
|
|
4360
4360
|
};
|
|
4361
4361
|
}),
|
|
4362
|
+
/**
|
|
4363
|
+
* Get store key
|
|
4364
|
+
* @summary Get store key
|
|
4365
|
+
* @param {*} [options] Override http request option.
|
|
4366
|
+
* @throws {RequiredError}
|
|
4367
|
+
*/
|
|
4368
|
+
adminV1UsersOnboardingStorekeyGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
4369
|
+
const localVarPath = `/admin/v1/users/onboarding/storekey`;
|
|
4370
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4371
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4372
|
+
let baseOptions;
|
|
4373
|
+
if (configuration) {
|
|
4374
|
+
baseOptions = configuration.baseOptions;
|
|
4375
|
+
}
|
|
4376
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4377
|
+
const localVarHeaderParameter = {};
|
|
4378
|
+
const localVarQueryParameter = {};
|
|
4379
|
+
// authentication BearerAuth required
|
|
4380
|
+
yield setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
4381
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4382
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4383
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4384
|
+
return {
|
|
4385
|
+
url: toPathString(localVarUrlObj),
|
|
4386
|
+
options: localVarRequestOptions,
|
|
4387
|
+
};
|
|
4388
|
+
}),
|
|
4362
4389
|
/**
|
|
4363
4390
|
* Upload source data
|
|
4364
4391
|
* @summary Upload source data
|
|
@@ -4391,6 +4418,33 @@ export const OnboardingApiAxiosParamCreator = function (configuration) {
|
|
|
4391
4418
|
options: localVarRequestOptions,
|
|
4392
4419
|
};
|
|
4393
4420
|
}),
|
|
4421
|
+
/**
|
|
4422
|
+
* Get sample datasets
|
|
4423
|
+
* @summary Get sample datasets
|
|
4424
|
+
* @param {*} [options] Override http request option.
|
|
4425
|
+
* @throws {RequiredError}
|
|
4426
|
+
*/
|
|
4427
|
+
adminV1UsersSampledatasetsGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
4428
|
+
const localVarPath = `/admin/v1/users/sampledatasets`;
|
|
4429
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4430
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4431
|
+
let baseOptions;
|
|
4432
|
+
if (configuration) {
|
|
4433
|
+
baseOptions = configuration.baseOptions;
|
|
4434
|
+
}
|
|
4435
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4436
|
+
const localVarHeaderParameter = {};
|
|
4437
|
+
const localVarQueryParameter = {};
|
|
4438
|
+
// authentication BearerAuth required
|
|
4439
|
+
yield setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
4440
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4441
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4442
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4443
|
+
return {
|
|
4444
|
+
url: toPathString(localVarUrlObj),
|
|
4445
|
+
options: localVarRequestOptions,
|
|
4446
|
+
};
|
|
4447
|
+
}),
|
|
4394
4448
|
};
|
|
4395
4449
|
};
|
|
4396
4450
|
/**
|
|
@@ -4494,6 +4548,21 @@ export const OnboardingApiFp = function (configuration) {
|
|
|
4494
4548
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4495
4549
|
});
|
|
4496
4550
|
},
|
|
4551
|
+
/**
|
|
4552
|
+
* Get store key
|
|
4553
|
+
* @summary Get store key
|
|
4554
|
+
* @param {*} [options] Override http request option.
|
|
4555
|
+
* @throws {RequiredError}
|
|
4556
|
+
*/
|
|
4557
|
+
adminV1UsersOnboardingStorekeyGet(options) {
|
|
4558
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4559
|
+
var _a, _b, _c;
|
|
4560
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1UsersOnboardingStorekeyGet(options);
|
|
4561
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4562
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['OnboardingApi.adminV1UsersOnboardingStorekeyGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4563
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4564
|
+
});
|
|
4565
|
+
},
|
|
4497
4566
|
/**
|
|
4498
4567
|
* Upload source data
|
|
4499
4568
|
* @summary Upload source data
|
|
@@ -4510,6 +4579,21 @@ export const OnboardingApiFp = function (configuration) {
|
|
|
4510
4579
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4511
4580
|
});
|
|
4512
4581
|
},
|
|
4582
|
+
/**
|
|
4583
|
+
* Get sample datasets
|
|
4584
|
+
* @summary Get sample datasets
|
|
4585
|
+
* @param {*} [options] Override http request option.
|
|
4586
|
+
* @throws {RequiredError}
|
|
4587
|
+
*/
|
|
4588
|
+
adminV1UsersSampledatasetsGet(options) {
|
|
4589
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4590
|
+
var _a, _b, _c;
|
|
4591
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1UsersSampledatasetsGet(options);
|
|
4592
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4593
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['OnboardingApi.adminV1UsersSampledatasetsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4594
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4595
|
+
});
|
|
4596
|
+
},
|
|
4513
4597
|
};
|
|
4514
4598
|
};
|
|
4515
4599
|
/**
|
|
@@ -4577,6 +4661,15 @@ export const OnboardingApiFactory = function (configuration, basePath, axios) {
|
|
|
4577
4661
|
adminV1UsersOnboardingSearchGet(q, options) {
|
|
4578
4662
|
return localVarFp.adminV1UsersOnboardingSearchGet(q, options).then((request) => request(axios, basePath));
|
|
4579
4663
|
},
|
|
4664
|
+
/**
|
|
4665
|
+
* Get store key
|
|
4666
|
+
* @summary Get store key
|
|
4667
|
+
* @param {*} [options] Override http request option.
|
|
4668
|
+
* @throws {RequiredError}
|
|
4669
|
+
*/
|
|
4670
|
+
adminV1UsersOnboardingStorekeyGet(options) {
|
|
4671
|
+
return localVarFp.adminV1UsersOnboardingStorekeyGet(options).then((request) => request(axios, basePath));
|
|
4672
|
+
},
|
|
4580
4673
|
/**
|
|
4581
4674
|
* Upload source data
|
|
4582
4675
|
* @summary Upload source data
|
|
@@ -4587,6 +4680,15 @@ export const OnboardingApiFactory = function (configuration, basePath, axios) {
|
|
|
4587
4680
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options) {
|
|
4588
4681
|
return localVarFp.adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options).then((request) => request(axios, basePath));
|
|
4589
4682
|
},
|
|
4683
|
+
/**
|
|
4684
|
+
* Get sample datasets
|
|
4685
|
+
* @summary Get sample datasets
|
|
4686
|
+
* @param {*} [options] Override http request option.
|
|
4687
|
+
* @throws {RequiredError}
|
|
4688
|
+
*/
|
|
4689
|
+
adminV1UsersSampledatasetsGet(options) {
|
|
4690
|
+
return localVarFp.adminV1UsersSampledatasetsGet(options).then((request) => request(axios, basePath));
|
|
4691
|
+
},
|
|
4590
4692
|
};
|
|
4591
4693
|
};
|
|
4592
4694
|
/**
|
|
@@ -4660,6 +4762,16 @@ export class OnboardingApi extends BaseAPI {
|
|
|
4660
4762
|
adminV1UsersOnboardingSearchGet(q, options) {
|
|
4661
4763
|
return OnboardingApiFp(this.configuration).adminV1UsersOnboardingSearchGet(q, options).then((request) => request(this.axios, this.basePath));
|
|
4662
4764
|
}
|
|
4765
|
+
/**
|
|
4766
|
+
* Get store key
|
|
4767
|
+
* @summary Get store key
|
|
4768
|
+
* @param {*} [options] Override http request option.
|
|
4769
|
+
* @throws {RequiredError}
|
|
4770
|
+
* @memberof OnboardingApi
|
|
4771
|
+
*/
|
|
4772
|
+
adminV1UsersOnboardingStorekeyGet(options) {
|
|
4773
|
+
return OnboardingApiFp(this.configuration).adminV1UsersOnboardingStorekeyGet(options).then((request) => request(this.axios, this.basePath));
|
|
4774
|
+
}
|
|
4663
4775
|
/**
|
|
4664
4776
|
* Upload source data
|
|
4665
4777
|
* @summary Upload source data
|
|
@@ -4671,6 +4783,16 @@ export class OnboardingApi extends BaseAPI {
|
|
|
4671
4783
|
adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options) {
|
|
4672
4784
|
return OnboardingApiFp(this.configuration).adminV1UsersOnboardingUploaddataPost(adminV1UsersOnboardingUploaddataPostRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4673
4785
|
}
|
|
4786
|
+
/**
|
|
4787
|
+
* Get sample datasets
|
|
4788
|
+
* @summary Get sample datasets
|
|
4789
|
+
* @param {*} [options] Override http request option.
|
|
4790
|
+
* @throws {RequiredError}
|
|
4791
|
+
* @memberof OnboardingApi
|
|
4792
|
+
*/
|
|
4793
|
+
adminV1UsersSampledatasetsGet(options) {
|
|
4794
|
+
return OnboardingApiFp(this.configuration).adminV1UsersSampledatasetsGet(options).then((request) => request(this.axios, this.basePath));
|
|
4795
|
+
}
|
|
4674
4796
|
}
|
|
4675
4797
|
/**
|
|
4676
4798
|
* OrganizationsApi - axios parameter creator
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|