@d19n/youfibre-odin-sdk 2.0.108 → 2.0.109

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 CreateOrderKciMessage extends OdinRecordCreatedEvent<CreateOrde
22
22
  * Properties for CreateOrderKci action
23
23
  *
24
24
  * @property Required fields: 3
25
- * @property Optional fields: 4
25
+ * @property Optional fields: 5
26
26
  */
27
27
  export interface CreateOrderKciProperties {
28
28
  /**
@@ -77,6 +77,13 @@ export interface CreateOrderKciProperties {
77
77
  * @type {TEXT}
78
78
  */
79
79
  SupplierNotes?: string | null;
80
+ /**
81
+ * Sequence Number
82
+ *
83
+ * Supplier-emitted KCI sequence number — increments per KCI on the parent order. Used to detect missing or out-of-order events.
84
+ * @type {NUMBER}
85
+ */
86
+ SequenceNumber?: number | null;
80
87
  }
81
88
  /**
82
89
  * CreateOrderKci
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.108",
3
+ "version": "2.0.109",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",