ultracart_rest_api_v2_typescript 3.9.3 → 3.9.4

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## ultracart_rest_api_v2_typescript@3.9.3
1
+ ## ultracart_rest_api_v2_typescript@3.9.4
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install ultracart_rest_api_v2_typescript@3.9.3 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.9.4 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -54,6 +54,7 @@ Not every change is committed to every SDK.
54
54
 
55
55
  | Version | Date | Comments |
56
56
  | --: | :-: | --- |
57
+ | 3.9.4 | 04/13/2022 | Added spf DNS record to the sending domain object |
57
58
  | 3.9.3 | 04/06/2022 | fix return object on send webhook test method |
58
59
  | 3.9.2 | 04/04/2022 | user.email field extended and postcard screenshot fields |
59
60
  | 3.9.1 | 03/03/2022 | javascript sdk package.json bug fix |
package/api.ts CHANGED
@@ -8332,6 +8332,18 @@ export interface CustomerLoyalty {
8332
8332
  * @memberof CustomerLoyalty
8333
8333
  */
8334
8334
  current_points?: number;
8335
+ /**
8336
+ * Loyalty Cashback / Store credit balance (internal gift certificate balance)
8337
+ * @type {string}
8338
+ * @memberof CustomerLoyalty
8339
+ */
8340
+ internal_gift_certificate_balance?: string;
8341
+ /**
8342
+ * Internal gift certificate oid used to tracking loyalty cashback / store credit.
8343
+ * @type {number}
8344
+ * @memberof CustomerLoyalty
8345
+ */
8346
+ internal_gift_certificate_oid?: number;
8335
8347
  /**
8336
8348
  * Ledger entries
8337
8349
  * @type {Array<CustomerLoyaltyLedger>}
@@ -11594,6 +11606,12 @@ export interface EmailDomain {
11594
11606
  * @memberof EmailDomain
11595
11607
  */
11596
11608
  provider?: string;
11609
+ /**
11610
+ *
11611
+ * @type {VerificationRecord}
11612
+ * @memberof EmailDomain
11613
+ */
11614
+ spf?: VerificationRecord;
11597
11615
  /**
11598
11616
  *
11599
11617
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -8125,6 +8125,18 @@ export interface CustomerLoyalty {
8125
8125
  * @memberof CustomerLoyalty
8126
8126
  */
8127
8127
  current_points?: number;
8128
+ /**
8129
+ * Loyalty Cashback / Store credit balance (internal gift certificate balance)
8130
+ * @type {string}
8131
+ * @memberof CustomerLoyalty
8132
+ */
8133
+ internal_gift_certificate_balance?: string;
8134
+ /**
8135
+ * Internal gift certificate oid used to tracking loyalty cashback / store credit.
8136
+ * @type {number}
8137
+ * @memberof CustomerLoyalty
8138
+ */
8139
+ internal_gift_certificate_oid?: number;
8128
8140
  /**
8129
8141
  * Ledger entries
8130
8142
  * @type {Array<CustomerLoyaltyLedger>}
@@ -11328,6 +11340,12 @@ export interface EmailDomain {
11328
11340
  * @memberof EmailDomain
11329
11341
  */
11330
11342
  provider?: string;
11343
+ /**
11344
+ *
11345
+ * @type {VerificationRecord}
11346
+ * @memberof EmailDomain
11347
+ */
11348
+ spf?: VerificationRecord;
11331
11349
  /**
11332
11350
  *
11333
11351
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.9.3",
3
+ "version": "3.9.4",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [