@nomalism-com/types 0.28.32 → 0.28.33

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.
@@ -201,9 +201,11 @@ export type IBrokerTopicPayload = {
201
201
  };
202
202
  [IBrokerTopic.error_handler]: IErrorHandler.ICreateRequest;
203
203
  [IBrokerTopic.provider_order_schedule_email]: {
204
+ owner_id: string;
204
205
  document_header_id: string;
205
206
  };
206
207
  [IBrokerTopic.client_notice_schedule_email]: {
208
+ owner_id: string;
207
209
  document_header_id: string;
208
210
  chat_id: string;
209
211
  name: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.28.32",
12
+ "version": "0.28.33",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [