@d19n/youfibre-odin-sdk 2.0.196 → 2.0.197

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 OfferCreateMessage extends OdinRecordCreatedEvent<OfferCreateDt
22
22
  * Properties for OfferCreate action
23
23
  *
24
24
  * @property Required fields: 6
25
- * @property Optional fields: 5
25
+ * @property Optional fields: 6
26
26
  */
27
27
  export interface OfferCreateProperties {
28
28
  /**
@@ -109,6 +109,13 @@ export interface OfferCreateProperties {
109
109
  * @type {BOOLEAN}
110
110
  */
111
111
  PriceMatch?: boolean | null;
112
+ /**
113
+ * IsRecontractDefault
114
+ *
115
+ * IsRecontractDefault
116
+ * @type {BOOLEAN}
117
+ */
118
+ IsRecontractDefault?: boolean | null;
112
119
  }
113
120
  /**
114
121
  * OfferCreate
@@ -22,7 +22,7 @@ export interface OfferUpdateMessage extends OdinRecordUpdatedEvent<OfferUpdateDt
22
22
  * Properties for OfferUpdate action
23
23
  *
24
24
  * @property Required fields: 6
25
- * @property Optional fields: 5
25
+ * @property Optional fields: 6
26
26
  */
27
27
  export interface OfferUpdateProperties {
28
28
  /**
@@ -109,6 +109,13 @@ export interface OfferUpdateProperties {
109
109
  * @type {BOOLEAN}
110
110
  */
111
111
  PriceMatch?: boolean | null;
112
+ /**
113
+ * IsRecontractDefault
114
+ *
115
+ * IsRecontractDefault
116
+ * @type {BOOLEAN}
117
+ */
118
+ IsRecontractDefault?: boolean | null;
112
119
  }
113
120
  /**
114
121
  * OfferUpdate
@@ -99,7 +99,7 @@ export declare enum OfferPropertyKeys {
99
99
  IsDefault = "IsDefault",
100
100
  /** code to retrieve offer (Product Management - Offer) */
101
101
  Code = "Code",
102
- /** IsRecontractDefault For default recontracts */
102
+ /** IsRecontractDefault */
103
103
  IsRecontractDefault = "IsRecontractDefault"
104
104
  }
105
105
  /**
@@ -176,7 +176,7 @@ export interface OfferProperties {
176
176
  * @type {TEXT}
177
177
  */
178
178
  Code: string;
179
- /** IsRecontractDefault For default recontracts
179
+ /** IsRecontractDefault
180
180
  *
181
181
  * @type {BOOLEAN}
182
182
  */
@@ -256,7 +256,7 @@ export interface RecontractOfferProperties {
256
256
  * @type {TEXT}
257
257
  */
258
258
  Code: string;
259
- /** IsRecontractDefault For default recontracts
259
+ /** IsRecontractDefault
260
260
  *
261
261
  * @type {BOOLEAN}
262
262
  */
@@ -336,7 +336,7 @@ export interface StandardOfferProperties {
336
336
  * @type {TEXT}
337
337
  */
338
338
  Code: string;
339
- /** IsRecontractDefault For default recontracts
339
+ /** IsRecontractDefault
340
340
  *
341
341
  * @type {BOOLEAN}
342
342
  */
@@ -102,7 +102,7 @@ var OfferPropertyKeys;
102
102
  OfferPropertyKeys["IsDefault"] = "IsDefault";
103
103
  /** code to retrieve offer (Product Management - Offer) */
104
104
  OfferPropertyKeys["Code"] = "Code";
105
- /** IsRecontractDefault For default recontracts */
105
+ /** IsRecontractDefault */
106
106
  OfferPropertyKeys["IsRecontractDefault"] = "IsRecontractDefault";
107
107
  })(OfferPropertyKeys = exports.OfferPropertyKeys || (exports.OfferPropertyKeys = {}));
108
108
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.196",
3
+ "version": "2.0.197",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",