@sp-api-sdk/orders-api-v0 4.1.2 → 5.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.
@@ -11,4 +11,4 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export * from './api/orders-v0-api';
14
+ export * from './api/orders-api';
@@ -18,7 +18,6 @@ export * from './delivery-preferences';
18
18
  export * from './easy-ship-shipment-status';
19
19
  export * from './electronic-invoice-status';
20
20
  export * from './exception-dates';
21
- export * from './export-info';
22
21
  export * from './fulfillment-instruction';
23
22
  export * from './get-order-address-response';
24
23
  export * from './get-order-buyer-info-response';
package/dist/es/client.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createAxiosInstance } from '@sp-api-sdk/common';
2
- import { Configuration, OrdersV0Api } from './api-model';
2
+ import { Configuration, OrdersApi } from './api-model';
3
3
  export const clientRateLimits = [
4
4
  {
5
5
  method: 'get',
@@ -72,7 +72,7 @@ export const clientRateLimits = [
72
72
  burst: 10,
73
73
  },
74
74
  ];
75
- export class OrdersApiClient extends OrdersV0Api {
75
+ export class OrdersApiClient extends OrdersApi {
76
76
  constructor(configuration) {
77
77
  const { axios, endpoint } = createAxiosInstance(configuration, clientRateLimits);
78
78
  super(new Configuration(), endpoint, axios);