shred-api-client 2.5.4 → 2.5.5

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.
package/dist/index.js CHANGED
@@ -5847,7 +5847,7 @@ var Note_api_default = NoteAPI;
5847
5847
  // src/model/special-offer/SpecialOffer.api.ts
5848
5848
  var Endpoints8 = {
5849
5849
  List: {
5850
- uri: "/special-offers/",
5850
+ uri: "/special-offers/list",
5851
5851
  method: "GET"
5852
5852
  },
5853
5853
  GetActive: {
@@ -5855,7 +5855,7 @@ var Endpoints8 = {
5855
5855
  method: "GET"
5856
5856
  },
5857
5857
  Create: {
5858
- uri: "/special-offers/",
5858
+ uri: "/special-offers/create",
5859
5859
  method: "POST"
5860
5860
  },
5861
5861
  Update: {