@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.
@@ -27,4 +27,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
27
27
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
- __exportStar(require("./api/service-api"), exports);
30
+ __exportStar(require("./api/services-api"), exports);
@@ -124,7 +124,7 @@ exports.clientRateLimits = [
124
124
  burst: 20,
125
125
  },
126
126
  ];
127
- class ServicesApiClient extends api_model_1.ServiceApi {
127
+ class ServicesApiClient extends api_model_1.ServicesApi {
128
128
  constructor(configuration) {
129
129
  const { axios, endpoint } = (0, common_1.createAxiosInstance)(configuration, exports.clientRateLimits);
130
130
  super(new api_model_1.Configuration(), endpoint, axios);