@sp-api-sdk/data-kiosk-api-2023-11-15 3.0.17 → 4.1.0
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 +7 -8
- package/dist/index.cjs +603 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +590 -0
- package/dist/index.d.ts +590 -0
- package/dist/index.js +572 -0
- package/dist/index.js.map +1 -0
- package/package.json +26 -12
- package/dist/cjs/api-model/api/data-kiosk-api.js +0 -384
- package/dist/cjs/api-model/api.js +0 -30
- package/dist/cjs/api-model/base.js +0 -52
- package/dist/cjs/api-model/common.js +0 -123
- package/dist/cjs/api-model/configuration.js +0 -98
- package/dist/cjs/api-model/index.js +0 -32
- package/dist/cjs/api-model/models/create-query-response.js +0 -15
- package/dist/cjs/api-model/models/create-query-specification.js +0 -15
- package/dist/cjs/api-model/models/error-list.js +0 -15
- package/dist/cjs/api-model/models/get-document-response.js +0 -15
- package/dist/cjs/api-model/models/get-queries-response-pagination.js +0 -15
- package/dist/cjs/api-model/models/get-queries-response.js +0 -15
- package/dist/cjs/api-model/models/index.js +0 -25
- package/dist/cjs/api-model/models/model-error.js +0 -15
- package/dist/cjs/api-model/models/query-pagination.js +0 -15
- package/dist/cjs/api-model/models/query.js +0 -23
- package/dist/cjs/client.js +0 -49
- package/dist/cjs/index.js +0 -19
- package/dist/es/api-model/api/data-kiosk-api.js +0 -374
- package/dist/es/api-model/api.js +0 -14
- package/dist/es/api-model/base.js +0 -44
- package/dist/es/api-model/common.js +0 -110
- package/dist/es/api-model/configuration.js +0 -94
- package/dist/es/api-model/index.js +0 -16
- package/dist/es/api-model/models/create-query-response.js +0 -14
- package/dist/es/api-model/models/create-query-specification.js +0 -14
- package/dist/es/api-model/models/error-list.js +0 -14
- package/dist/es/api-model/models/get-document-response.js +0 -14
- package/dist/es/api-model/models/get-queries-response-pagination.js +0 -14
- package/dist/es/api-model/models/get-queries-response.js +0 -14
- package/dist/es/api-model/models/index.js +0 -9
- package/dist/es/api-model/models/model-error.js +0 -14
- package/dist/es/api-model/models/query-pagination.js +0 -14
- package/dist/es/api-model/models/query.js +0 -20
- package/dist/es/client.js +0 -45
- package/dist/es/index.js +0 -3
- package/dist/types/api-model/api/data-kiosk-api.d.ts +0 -257
- package/dist/types/api-model/api.d.ts +0 -12
- package/dist/types/api-model/base.d.ts +0 -42
- package/dist/types/api-model/common.d.ts +0 -34
- package/dist/types/api-model/configuration.d.ts +0 -98
- package/dist/types/api-model/index.d.ts +0 -14
- package/dist/types/api-model/models/create-query-response.d.ts +0 -20
- package/dist/types/api-model/models/create-query-specification.d.ts +0 -24
- package/dist/types/api-model/models/error-list.d.ts +0 -20
- package/dist/types/api-model/models/get-document-response.d.ts +0 -24
- package/dist/types/api-model/models/get-queries-response-pagination.d.ts +0 -20
- package/dist/types/api-model/models/get-queries-response.d.ts +0 -23
- package/dist/types/api-model/models/index.d.ts +0 -9
- package/dist/types/api-model/models/model-error.d.ts +0 -28
- package/dist/types/api-model/models/query-pagination.d.ts +0 -20
- package/dist/types/api-model/models/query.d.ts +0 -58
- package/dist/types/client.d.ts +0 -6
- package/dist/types/index.d.ts +0 -3
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Data Kiosk
|
|
5
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.Configuration = void 0;
|
|
16
|
-
class Configuration {
|
|
17
|
-
/**
|
|
18
|
-
* parameter for apiKey security
|
|
19
|
-
* @param name security name
|
|
20
|
-
*/
|
|
21
|
-
apiKey;
|
|
22
|
-
/**
|
|
23
|
-
* parameter for basic security
|
|
24
|
-
*/
|
|
25
|
-
username;
|
|
26
|
-
/**
|
|
27
|
-
* parameter for basic security
|
|
28
|
-
*/
|
|
29
|
-
password;
|
|
30
|
-
/**
|
|
31
|
-
* parameter for oauth2 security
|
|
32
|
-
* @param name security name
|
|
33
|
-
* @param scopes oauth2 scope
|
|
34
|
-
*/
|
|
35
|
-
accessToken;
|
|
36
|
-
/**
|
|
37
|
-
* parameter for aws4 signature security
|
|
38
|
-
* @param {Object} AWS4Signature - AWS4 Signature security
|
|
39
|
-
* @param {string} options.region - aws region
|
|
40
|
-
* @param {string} options.service - name of the service.
|
|
41
|
-
* @param {string} credentials.accessKeyId - aws access key id
|
|
42
|
-
* @param {string} credentials.secretAccessKey - aws access key
|
|
43
|
-
* @param {string} credentials.sessionToken - aws session token
|
|
44
|
-
* @memberof Configuration
|
|
45
|
-
*/
|
|
46
|
-
awsv4;
|
|
47
|
-
/**
|
|
48
|
-
* override base path
|
|
49
|
-
*/
|
|
50
|
-
basePath;
|
|
51
|
-
/**
|
|
52
|
-
* override server index
|
|
53
|
-
*/
|
|
54
|
-
serverIndex;
|
|
55
|
-
/**
|
|
56
|
-
* base options for axios calls
|
|
57
|
-
*/
|
|
58
|
-
baseOptions;
|
|
59
|
-
/**
|
|
60
|
-
* The FormData constructor that will be used to create multipart form data
|
|
61
|
-
* requests. You can inject this here so that execution environments that
|
|
62
|
-
* do not support the FormData class can still run the generated client.
|
|
63
|
-
*
|
|
64
|
-
* @type {new () => FormData}
|
|
65
|
-
*/
|
|
66
|
-
formDataCtor;
|
|
67
|
-
constructor(param = {}) {
|
|
68
|
-
this.apiKey = param.apiKey;
|
|
69
|
-
this.username = param.username;
|
|
70
|
-
this.password = param.password;
|
|
71
|
-
this.accessToken = param.accessToken;
|
|
72
|
-
this.awsv4 = param.awsv4;
|
|
73
|
-
this.basePath = param.basePath;
|
|
74
|
-
this.serverIndex = param.serverIndex;
|
|
75
|
-
this.baseOptions = {
|
|
76
|
-
...param.baseOptions,
|
|
77
|
-
headers: {
|
|
78
|
-
...param.baseOptions?.headers,
|
|
79
|
-
},
|
|
80
|
-
};
|
|
81
|
-
this.formDataCtor = param.formDataCtor;
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* Check if the given MIME is a JSON MIME.
|
|
85
|
-
* JSON MIME examples:
|
|
86
|
-
* application/json
|
|
87
|
-
* application/json; charset=UTF8
|
|
88
|
-
* APPLICATION/JSON
|
|
89
|
-
* application/vnd.company+json
|
|
90
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
91
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
92
|
-
*/
|
|
93
|
-
isJsonMime(mime) {
|
|
94
|
-
const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
|
|
95
|
-
return mime !== null && jsonMime.test(mime);
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
exports.Configuration = Configuration;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
-
if (k2 === undefined) k2 = k;
|
|
17
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
20
|
-
}
|
|
21
|
-
Object.defineProperty(o, k2, desc);
|
|
22
|
-
}) : (function(o, m, k, k2) {
|
|
23
|
-
if (k2 === undefined) k2 = k;
|
|
24
|
-
o[k2] = m[k];
|
|
25
|
-
}));
|
|
26
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
27
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("./api"), exports);
|
|
31
|
-
__exportStar(require("./configuration"), exports);
|
|
32
|
-
__exportStar(require("./models"), exports);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./create-query-response"), exports);
|
|
18
|
-
__exportStar(require("./create-query-specification"), exports);
|
|
19
|
-
__exportStar(require("./error-list"), exports);
|
|
20
|
-
__exportStar(require("./get-document-response"), exports);
|
|
21
|
-
__exportStar(require("./get-queries-response"), exports);
|
|
22
|
-
__exportStar(require("./get-queries-response-pagination"), exports);
|
|
23
|
-
__exportStar(require("./model-error"), exports);
|
|
24
|
-
__exportStar(require("./query"), exports);
|
|
25
|
-
__exportStar(require("./query-pagination"), exports);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Data Kiosk
|
|
6
|
-
* The Selling Partner API for Data Kiosk lets you submit GraphQL queries from a variety of schemas to help selling partners manage their businesses.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2023-11-15
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.QueryProcessingStatusEnum = void 0;
|
|
17
|
-
exports.QueryProcessingStatusEnum = {
|
|
18
|
-
Cancelled: 'CANCELLED',
|
|
19
|
-
Done: 'DONE',
|
|
20
|
-
Fatal: 'FATAL',
|
|
21
|
-
InProgress: 'IN_PROGRESS',
|
|
22
|
-
InQueue: 'IN_QUEUE',
|
|
23
|
-
};
|
package/dist/cjs/client.js
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DataKioskApiClient = exports.clientRateLimits = void 0;
|
|
4
|
-
const common_1 = require("@sp-api-sdk/common");
|
|
5
|
-
const api_model_1 = require("./api-model");
|
|
6
|
-
exports.clientRateLimits = [
|
|
7
|
-
{
|
|
8
|
-
method: 'get',
|
|
9
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
10
|
-
urlRegex: new RegExp('^/dataKiosk/2023-11-15/queries$'),
|
|
11
|
-
rate: 0.0222,
|
|
12
|
-
burst: 10,
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
method: 'post',
|
|
16
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
17
|
-
urlRegex: new RegExp('^/dataKiosk/2023-11-15/queries$'),
|
|
18
|
-
rate: 0.0167,
|
|
19
|
-
burst: 15,
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
method: 'delete',
|
|
23
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
24
|
-
urlRegex: new RegExp('^/dataKiosk/2023-11-15/queries/[^/]*$'),
|
|
25
|
-
rate: 0.0222,
|
|
26
|
-
burst: 10,
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
method: 'get',
|
|
30
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
31
|
-
urlRegex: new RegExp('^/dataKiosk/2023-11-15/queries/[^/]*$'),
|
|
32
|
-
rate: 2,
|
|
33
|
-
burst: 15,
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
method: 'get',
|
|
37
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
38
|
-
urlRegex: new RegExp('^/dataKiosk/2023-11-15/documents/[^/]*$'),
|
|
39
|
-
rate: 0.0167,
|
|
40
|
-
burst: 15,
|
|
41
|
-
},
|
|
42
|
-
];
|
|
43
|
-
class DataKioskApiClient extends api_model_1.DataKioskApi {
|
|
44
|
-
constructor(configuration) {
|
|
45
|
-
const { axios, endpoint } = (0, common_1.createAxiosInstance)(configuration, exports.clientRateLimits);
|
|
46
|
-
super(new api_model_1.Configuration(), endpoint, axios);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
exports.DataKioskApiClient = DataKioskApiClient;
|
package/dist/cjs/index.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./client"), exports);
|
|
18
|
-
__exportStar(require("./api-model/api"), exports);
|
|
19
|
-
__exportStar(require("./api-model/models"), exports);
|