hplx-feature-library 1.0.79 → 1.0.80

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.
@@ -23500,7 +23500,7 @@ function yx(o) {
23500
23500
  }, xt = async (gt) => {
23501
23501
  try {
23502
23502
  const ht = await p(gt);
23503
- ht.success && ht.data ? me(ht.data) : m?.("Failed to update document.");
23503
+ ht.status && ht.data ? me(ht.data) : m?.("Failed to update document.");
23504
23504
  } catch (ht) {
23505
23505
  m?.("An unexpected error occurred while updating the document."), console.error(ht);
23506
23506
  }
@@ -107,7 +107,7 @@ export interface I_UPDATE_DOCUMENT_REQUEST {
107
107
  }
108
108
  export interface I_UPDATE_DOCUMENT_RESPONSE {
109
109
  data?: I_DOCUMENT;
110
- success: boolean;
110
+ status: boolean;
111
111
  message: string;
112
112
  }
113
113
  export interface I_DELETE_FILE_RESPONSE {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.79",
4
+ "version": "1.0.80",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",