shred-api-client 2.5.2 → 2.5.3

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
@@ -5681,7 +5681,7 @@ var EditorSchema = external_exports.object({
5681
5681
 
5682
5682
  // src/model/editor/Editor.api.ts
5683
5683
  var Endpoints5 = {
5684
- GetAll: { uri: "/editors", method: "GET" },
5684
+ GetAll: { uri: "/editors/list", method: "GET" },
5685
5685
  GetById: { uri: "/editors/:editorId", method: "GET" }
5686
5686
  };
5687
5687