@nomalism-com/types 0.27.48 → 0.27.50

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.
@@ -1028,7 +1028,7 @@ export type ProductSheet = {
1028
1028
  maintenances: string;
1029
1029
  compositions: string;
1030
1030
  attributes: string;
1031
- location: string;
1031
+ location: string | null;
1032
1032
  created_at: Date;
1033
1033
  updated_at: Date;
1034
1034
  created_by: string;
@@ -238,7 +238,6 @@ export type IBrokerTopicPayload = {
238
238
  document_name: string;
239
239
  chat_id: string;
240
240
  email_subject?: string;
241
- message: string;
242
241
  created_by: string;
243
242
  };
244
243
  [IBrokerTopic.create_site_proposal]: {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.48",
12
+ "version": "0.27.50",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [