@nomalism-com/types 0.28.16 → 0.28.17

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.
@@ -14,7 +14,7 @@ import { IProductSheetState } from "../../modules/stock/productGoogleSheets/inte
14
14
  import type { IFindProposals } from "../../modules/supply/orderManagement/interface";
15
15
  export type Chat = {
16
16
  id: string;
17
- document_header_id: string;
17
+ owner_id: string;
18
18
  message: string;
19
19
  email_processed: boolean;
20
20
  email_delivered: boolean;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.28.16",
12
+ "version": "0.28.17",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [