@sp-api-sdk/services-api-v1 3.2.0 → 4.0.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/service-api';
14
+ export * from './api/services-api';
package/dist/es/client.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createAxiosInstance } from '@sp-api-sdk/common';
2
- import { Configuration, ServiceApi } from './api-model';
2
+ import { Configuration, ServicesApi } from './api-model';
3
3
  export const clientRateLimits = [
4
4
  {
5
5
  method: 'get',
@@ -121,7 +121,7 @@ export const clientRateLimits = [
121
121
  burst: 20,
122
122
  },
123
123
  ];
124
- export class ServicesApiClient extends ServiceApi {
124
+ export class ServicesApiClient extends ServicesApi {
125
125
  constructor(configuration) {
126
126
  const { axios, endpoint } = createAxiosInstance(configuration, clientRateLimits);
127
127
  super(new Configuration(), endpoint, axios);