@d19n/youfibre-odin-sdk 2.0.102-beta.4 → 2.0.102

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.
@@ -22,7 +22,7 @@ export interface SendRefundTransactionEmailMessage extends OdinRecordCreatedEven
22
22
  * Properties for SendRefundTransactionEmail action
23
23
  *
24
24
  * @property Required fields: 0
25
- * @property Optional fields: 8
25
+ * @property Optional fields: 9
26
26
  */
27
27
  export interface SendRefundTransactionEmailProperties {
28
28
  /**
@@ -81,6 +81,13 @@ export interface SendRefundTransactionEmailProperties {
81
81
  * @type {TEXT}
82
82
  */
83
83
  Title?: string | null;
84
+ /**
85
+ * Subject
86
+ *
87
+ * Data field for Email records. Used by Communications team.
88
+ * @type {TEXT}
89
+ */
90
+ Subject?: string | null;
84
91
  }
85
92
  /**
86
93
  * SendRefundTransactionEmail
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.102-beta.4",
3
+ "version": "2.0.102",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",