-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathapi.ts
40 lines (36 loc) · 1.16 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
/* tslint:disable */
/* eslint-disable */
/**
* Conekta API
* Conekta sdk
*
* The version of the OpenAPI document: 2.1.0
* Contact: [email protected]
*
* 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/antifraud-api';
export * from './api/api-keys-api';
export * from './api/balances-api';
export * from './api/charges-api';
export * from './api/companies-api';
export * from './api/customers-api';
export * from './api/discounts-api';
export * from './api/events-api';
export * from './api/logs-api';
export * from './api/orders-api';
export * from './api/payment-link-api';
export * from './api/payment-methods-api';
export * from './api/plans-api';
export * from './api/products-api';
export * from './api/shipping-contacts-api';
export * from './api/shippings-api';
export * from './api/subscriptions-api';
export * from './api/taxes-api';
export * from './api/tokens-api';
export * from './api/transactions-api';
export * from './api/transfers-api';
export * from './api/webhook-keys-api';
export * from './api/webhooks-api';