@nomalism-com/types 0.28.32 → 0.28.34
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.
|
@@ -171,6 +171,7 @@ export type IBrokerTopicPayload = {
|
|
|
171
171
|
name: string;
|
|
172
172
|
email: string;
|
|
173
173
|
};
|
|
174
|
+
owner_id: string;
|
|
174
175
|
document_header_id: string;
|
|
175
176
|
start_document_name: string;
|
|
176
177
|
documents: {
|
|
@@ -201,9 +202,11 @@ export type IBrokerTopicPayload = {
|
|
|
201
202
|
};
|
|
202
203
|
[IBrokerTopic.error_handler]: IErrorHandler.ICreateRequest;
|
|
203
204
|
[IBrokerTopic.provider_order_schedule_email]: {
|
|
205
|
+
owner_id: string;
|
|
204
206
|
document_header_id: string;
|
|
205
207
|
};
|
|
206
208
|
[IBrokerTopic.client_notice_schedule_email]: {
|
|
209
|
+
owner_id: string;
|
|
207
210
|
document_header_id: string;
|
|
208
211
|
chat_id: string;
|
|
209
212
|
name: string;
|