ultracart_rest_api_v2_typescript 3.10.207 → 3.10.208

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.207
1
+ ## ultracart_rest_api_v2_typescript@3.10.208
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.207 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.208 --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.208 | 05/30/2024 | add adult sig req. to the merchant item destination markup for items |
57
58
  | 3.10.207 | 05/29/2024 | added methods getEmailCommseqRateLimiters, resetEmailCommseqRateLimiters |
58
59
  | 3.10.206 | 05/28/2024 | added property to OrderQuery object to allow querying from cache |
59
60
  | 3.10.205 | 05/17/2024 | conv.pbx time based config - changed name from default to default_mapping |
package/api.ts CHANGED
@@ -29712,6 +29712,12 @@ export interface ItemShippingCase {
29712
29712
  * @interface ItemShippingDestinationMarkup
29713
29713
  */
29714
29714
  export interface ItemShippingDestinationMarkup {
29715
+ /**
29716
+ * Adult Signature Required (only updated if not-null value provided)
29717
+ * @type {boolean}
29718
+ * @memberof ItemShippingDestinationMarkup
29719
+ */
29720
+ adult_signature_required?: boolean;
29715
29721
  /**
29716
29722
  * Country code (ISO-3166 two letter)
29717
29723
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -29087,6 +29087,12 @@ export interface ItemShippingCase {
29087
29087
  * @interface ItemShippingDestinationMarkup
29088
29088
  */
29089
29089
  export interface ItemShippingDestinationMarkup {
29090
+ /**
29091
+ * Adult Signature Required (only updated if not-null value provided)
29092
+ * @type {boolean}
29093
+ * @memberof ItemShippingDestinationMarkup
29094
+ */
29095
+ adult_signature_required?: boolean;
29090
29096
  /**
29091
29097
  * Country code (ISO-3166 two letter)
29092
29098
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.207",
3
+ "version": "3.10.208",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [