@d19n/youfibre-odin-sdk 1.0.346 → 1.0.348

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.
@@ -23,7 +23,7 @@ export interface CreateTransactionalEmailMessage extends OdinRecordCreatedEvent<
23
23
  * Properties for CreateTransactionalEmail action
24
24
  *
25
25
  * @property Required fields: 1
26
- * @property Optional fields: 22
26
+ * @property Optional fields: 23
27
27
  */
28
28
  export interface CreateTransactionalEmailProperties {
29
29
  /**
@@ -188,6 +188,13 @@ export interface CreateTransactionalEmailProperties {
188
188
  * @type {LOOKUP}
189
189
  */
190
190
  EmailSenderId?: string | null;
191
+ /**
192
+ * WorkOrder
193
+ *
194
+ * WorkOrder
195
+ * @type {LOOKUP}
196
+ */
197
+ WorkOrder?: string | null;
191
198
  }
192
199
  /**
193
200
  * CreateTransactionalEmail