-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.ts
49 lines (45 loc) · 1.45 KB
/
api.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// tslint:disable
/**
* GetCandy
* The GetCandy API
*
* The version of the OpenAPI document: 0.12.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export * from './api/account-api';
export * from './api/addresses-api';
export * from './api/assets-api';
export * from './api/associations-api';
export * from './api/attributes-api';
export * from './api/baskets-api';
export * from './api/categories-api';
export * from './api/channels-api';
export * from './api/collections-api';
export * from './api/countries-api';
export * from './api/currencies-api';
export * from './api/customer-groups-api';
export * from './api/customers-api';
export * from './api/discounts-api';
export * from './api/languages-api';
export * from './api/layouts-api';
export * from './api/orders-api';
export * from './api/payments-api';
export * from './api/product-families-api';
export * from './api/product-variants-api';
export * from './api/products-api';
export * from './api/recycle-bin-api';
export * from './api/reports-api';
export * from './api/root-api';
export * from './api/routes-api';
export * from './api/search-api';
export * from './api/settings-api';
export * from './api/shipping-api';
export * from './api/tags-api';
export * from './api/taxes-api';
export * from './api/user-api';
export * from './api/users-api';
export * from './api/versioning-api';