@nomalism-com/types 0.28.33 → 0.28.35
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: {
|
|
@@ -237,7 +238,7 @@ export type IBrokerTopicPayload = {
|
|
|
237
238
|
phone_number: string | null;
|
|
238
239
|
reply_url: string;
|
|
239
240
|
owner_id: string;
|
|
240
|
-
document_header_id: string;
|
|
241
|
+
document_header_id: string | null;
|
|
241
242
|
document_name: string;
|
|
242
243
|
chat_id: string;
|
|
243
244
|
email_subject?: string;
|