@d19n/youfibre-odin-sdk 2.0.10-beta.1 → 2.0.10-beta.2

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 SendOrderReferralRefereeNotQualifiedMessage extends OdinRecordC
23
23
  * Properties for SendOrderReferralRefereeNotQualified action
24
24
  *
25
25
  * @property Required fields: 0
26
- * @property Optional fields: 8
26
+ * @property Optional fields: 9
27
27
  */
28
28
  export interface SendOrderReferralRefereeNotQualifiedProperties {
29
29
  /**
@@ -82,6 +82,13 @@ export interface SendOrderReferralRefereeNotQualifiedProperties {
82
82
  * @type {TEXT}
83
83
  */
84
84
  Subject?: string | null;
85
+ /**
86
+ * Email Sender
87
+ *
88
+ * The Email Sender related entity
89
+ * @type {LOOKUP}
90
+ */
91
+ EmailSenderId?: string | null;
85
92
  }
86
93
  /**
87
94
  * SendOrderReferralRefereeNotQualified
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.10-beta.1",
3
+ "version": "2.0.10-beta.2",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",