ultracart_rest_api_v2_typescript 3.10.13 → 3.10.18

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.
Files changed (5) hide show
  1. package/README.md +46 -41
  2. package/api.ts +6609 -10762
  3. package/dist/api.d.ts +187 -3556
  4. package/dist/api.js +391 -1760
  5. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## ultracart_rest_api_v2_typescript@3.10.13
1
+ ## ultracart_rest_api_v2_typescript@3.10.18
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.13 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.18 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -53,45 +53,50 @@ npm install PATH_TO_GENERATED_PACKAGE --save
53
53
  Not every change is committed to every SDK.
54
54
 
55
55
  | Version | Date | Comments |
56
- | --: | :-: | --- |
57
- | 3.10.13 | 06/16/2022 | renamed latest method to avoid conflict between customer profile search and storefront search |
58
- | 3.10.12 | 06/16/2022 | Customer profile search method to look up tags |
59
- | 3.10.11 | 06/10/2022 | esp segment 3rd party sync add/remove tag fields |
60
- | 3.10.10 | 06/06/2022 | storefront communication options for syncing to third party provider list |
61
- | 3.10.9 | 06/01/2022 | bug fixes for customer profile store credit |
62
- | 3.10.8 | 05/27/2022 | customer store credit |
63
- | 3.10.7 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
64
- | 3.10.6 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
65
- | 3.10.5 | 05/20/2022 | dependabot on java gson version |
66
- | 3.10.4 | 05/20/2022 | dependabot on java gson |
67
- | 3.10.3 | 05/20/2022 | OrderApi.generatePackingSkip calls had wrong return type |
68
- | 3.10.2 | 05/12/2022 | ChannelPartnerApi renamed one of the delete methods |
69
- | 3.10.1 | 05/12/2022 | ChannelPartnerApi added orderId to import response obj |
70
- | 3.10.0 | 05/10/2022 | beta release of ChannelPartnerApi |
71
- | 3.9.8 | 04/26/2022 | OrderApi.duplicateOrder |
72
- | 3.9.7 | 04/25/2022 | integration logs method for zpl to pdf conversion |
73
- | 3.9.6 | 04/25/2022 | storefront communications email magic link setting |
74
- | 3.9.5 | 04/14/2022 | postcard screenshot bug fixes |
75
- | 3.9.4 | 04/13/2022 | Added spf DNS record to the sending domain object |
76
- | 3.9.3 | 04/06/2022 | fix return object on send webhook test method |
77
- | 3.9.2 | 04/04/2022 | user.email field extended and postcard screenshot fields |
78
- | 3.9.1 | 03/03/2022 | javascript sdk package.json bug fix |
79
- | 3.9.0 | 03/03/2022 | removed ultra_cart_rest_api_v2.d.ts from javascript sdk because typescript sdk exists now |
80
- | 3.8.8 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
81
- | 3.8.7 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
82
- | 3.8.6 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
83
- | 3.8.5 | 02/25/2022 | new coupon for fixed cost shipping method |
84
- | 3.8.2 | 02/16/2022 | create gift certificate method was missing email |
85
- | 3.8.1 | 02/16/2022 | auto order item level pause flag |
86
- | 3.8.0 | 02/16/2022 | gift certificate api (testing) |
87
- | 3.7.38 | 02/15/2022 | gift certificate api (currently in testing) |
88
- | 3.6.38 | 02/07/2022 | Exposed auto order logs |
89
- | 3.6.37 | 02/04/2022 | insurance type for insurance payments |
90
- | 3.6.36 | 12/29/2021 | Mail actual post card flag added to test method |
91
- | 3.6.35 | 12/14/2021 | Add cancel_auto_order option to the accounts receivable retry configuration |
92
- | 3.6.34 | 12/14/2021 | add evening phone E.164 fields to order billing/shipping objects |
93
- | 3.6.33 | 12/13/2021 | automation testing |
94
- | 3.6.32 | 12/10/2021 | testing automation - message 4 |
56
+ | --: | :-: | --- |
57
+ | 3.10.18 | 06/23/2022 | removed unneeded consumes declarations on several api calls (yaml fix) |
58
+ | 3.10.17 | 06/23/2022 | automation test |
59
+ | 3.10.16 | 06/23/2022 | automation test |
60
+ | 3.10.15 | 06/21/2022 | ChannelPartnerApi.estimateShipping |
61
+ | 3.10.14 | 06/16/2022 | added createEmailSendingDomain2 to support additional MTAs |
62
+ | 3.10.13 | 06/16/2022 | renamed latest method to avoid conflict between customer profile search and storefront search |
63
+ | 3.10.12 | 06/16/2022 | Customer profile search method to look up tags |
64
+ | 3.10.11 | 06/10/2022 | esp segment 3rd party sync add/remove tag fields |
65
+ | 3.10.10 | 06/06/2022 | storefront communication options for syncing to third party provider list |
66
+ | 3.10.9 | 06/01/2022 | bug fixes for customer profile store credit |
67
+ | 3.10.8 | 05/27/2022 | customer store credit |
68
+ | 3.10.7 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
69
+ | 3.10.6 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
70
+ | 3.10.5 | 05/20/2022 | dependabot on java gson version |
71
+ | 3.10.4 | 05/20/2022 | dependabot on java gson |
72
+ | 3.10.3 | 05/20/2022 | OrderApi.generatePackingSkip calls had wrong return type |
73
+ | 3.10.2 | 05/12/2022 | ChannelPartnerApi renamed one of the delete methods |
74
+ | 3.10.1 | 05/12/2022 | ChannelPartnerApi added orderId to import response obj |
75
+ | 3.10.0 | 05/10/2022 | beta release of ChannelPartnerApi |
76
+ | 3.9.8 | 04/26/2022 | OrderApi.duplicateOrder |
77
+ | 3.9.7 | 04/25/2022 | integration logs method for zpl to pdf conversion |
78
+ | 3.9.6 | 04/25/2022 | storefront communications email magic link setting |
79
+ | 3.9.5 | 04/14/2022 | postcard screenshot bug fixes |
80
+ | 3.9.4 | 04/13/2022 | Added spf DNS record to the sending domain object |
81
+ | 3.9.3 | 04/06/2022 | fix return object on send webhook test method |
82
+ | 3.9.2 | 04/04/2022 | user.email field extended and postcard screenshot fields |
83
+ | 3.9.1 | 03/03/2022 | javascript sdk package.json bug fix |
84
+ | 3.9.0 | 03/03/2022 | removed ultra_cart_rest_api_v2.d.ts from javascript sdk because typescript sdk exists now |
85
+ | 3.8.8 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
86
+ | 3.8.7 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
87
+ | 3.8.6 | 03/02/2022 | bug fix for ruby sdk, uri.escape deprecated in 3.x |
88
+ | 3.8.5 | 02/25/2022 | new coupon for fixed cost shipping method |
89
+ | 3.8.2 | 02/16/2022 | create gift certificate method was missing email |
90
+ | 3.8.1 | 02/16/2022 | auto order item level pause flag |
91
+ | 3.8.0 | 02/16/2022 | gift certificate api (testing) |
92
+ | 3.7.38 | 02/15/2022 | gift certificate api (currently in testing) |
93
+ | 3.6.38 | 02/07/2022 | Exposed auto order logs |
94
+ | 3.6.37 | 02/04/2022 | insurance type for insurance payments |
95
+ | 3.6.36 | 12/29/2021 | Mail actual post card flag added to test method |
96
+ | 3.6.35 | 12/14/2021 | Add cancel_auto_order option to the accounts receivable retry configuration |
97
+ | 3.6.34 | 12/14/2021 | add evening phone E.164 fields to order billing/shipping objects |
98
+ | 3.6.33 | 12/13/2021 | automation testing |
99
+ | 3.6.32 | 12/10/2021 | testing automation - message 4 |
95
100
  | 3.6.25 | 12/06/2021 | sdk automation testing. no changes to actual sdk |
96
101
  | 3.6.24 | 11/30/2021 | return items_invalid_for_coupons for CouponResponse object to drive UI warnings |
97
102
  | 3.6.23 | 11/29/2021 | Item auto order prohibit cards that expire in months setting. |