ultracart_rest_api_v2_typescript 3.10.8 → 3.10.9

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.10.8
1
+ ## ultracart_rest_api_v2_typescript@3.10.9
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.10.8 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.9 --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.10.9 | 06/01/2022 | bug fixes for customer profile store credit |
57
58
  | 3.10.8 | 05/27/2022 | customer store credit |
58
59
  | 3.10.7 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
59
60
  | 3.10.6 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
package/api.ts CHANGED
@@ -10030,37 +10030,37 @@ export interface CustomerSoftwareEntitlement {
10030
10030
  */
10031
10031
  export interface CustomerStoreCredit {
10032
10032
  /**
10033
- *
10033
+ * Available store credit which is defined as unused and vested
10034
10034
  * @type {number}
10035
10035
  * @memberof CustomerStoreCredit
10036
10036
  */
10037
10037
  available?: number;
10038
10038
  /**
10039
- *
10039
+ * Amount of store credit expiring within 30 days
10040
10040
  * @type {number}
10041
10041
  * @memberof CustomerStoreCredit
10042
10042
  */
10043
10043
  expiring?: number;
10044
10044
  /**
10045
- *
10045
+ * Array of future ledger entries including expiring entries
10046
10046
  * @type {Array<CustomerStoreCreditLedgerEntry>}
10047
10047
  * @memberof CustomerStoreCredit
10048
10048
  */
10049
- futureLedgers?: Array<CustomerStoreCreditLedgerEntry>;
10049
+ future_ledgers?: Array<CustomerStoreCreditLedgerEntry>;
10050
10050
  /**
10051
- *
10051
+ * Array of past ledger entries including accrual, usage, and expiring entries
10052
10052
  * @type {Array<CustomerStoreCreditLedgerEntry>}
10053
10053
  * @memberof CustomerStoreCredit
10054
10054
  */
10055
- pastLedgers?: Array<CustomerStoreCreditLedgerEntry>;
10055
+ past_ledgers?: Array<CustomerStoreCreditLedgerEntry>;
10056
10056
  /**
10057
- *
10057
+ * Total lifetime store credit for this customer.
10058
10058
  * @type {number}
10059
10059
  * @memberof CustomerStoreCredit
10060
10060
  */
10061
10061
  total?: number;
10062
10062
  /**
10063
- *
10063
+ * Amount of store credit vesting
10064
10064
  * @type {number}
10065
10065
  * @memberof CustomerStoreCredit
10066
10066
  */
package/dist/api.d.ts CHANGED
@@ -9798,37 +9798,37 @@ export interface CustomerSoftwareEntitlement {
9798
9798
  */
9799
9799
  export interface CustomerStoreCredit {
9800
9800
  /**
9801
- *
9801
+ * Available store credit which is defined as unused and vested
9802
9802
  * @type {number}
9803
9803
  * @memberof CustomerStoreCredit
9804
9804
  */
9805
9805
  available?: number;
9806
9806
  /**
9807
- *
9807
+ * Amount of store credit expiring within 30 days
9808
9808
  * @type {number}
9809
9809
  * @memberof CustomerStoreCredit
9810
9810
  */
9811
9811
  expiring?: number;
9812
9812
  /**
9813
- *
9813
+ * Array of future ledger entries including expiring entries
9814
9814
  * @type {Array<CustomerStoreCreditLedgerEntry>}
9815
9815
  * @memberof CustomerStoreCredit
9816
9816
  */
9817
- futureLedgers?: Array<CustomerStoreCreditLedgerEntry>;
9817
+ future_ledgers?: Array<CustomerStoreCreditLedgerEntry>;
9818
9818
  /**
9819
- *
9819
+ * Array of past ledger entries including accrual, usage, and expiring entries
9820
9820
  * @type {Array<CustomerStoreCreditLedgerEntry>}
9821
9821
  * @memberof CustomerStoreCredit
9822
9822
  */
9823
- pastLedgers?: Array<CustomerStoreCreditLedgerEntry>;
9823
+ past_ledgers?: Array<CustomerStoreCreditLedgerEntry>;
9824
9824
  /**
9825
- *
9825
+ * Total lifetime store credit for this customer.
9826
9826
  * @type {number}
9827
9827
  * @memberof CustomerStoreCredit
9828
9828
  */
9829
9829
  total?: number;
9830
9830
  /**
9831
- *
9831
+ * Amount of store credit vesting
9832
9832
  * @type {number}
9833
9833
  * @memberof CustomerStoreCredit
9834
9834
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.8",
3
+ "version": "3.10.9",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [