ultracart_rest_api_v2_typescript 4.0.108-RC → 4.0.109-RC

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@4.0.108-RC
1
+ ## ultracart_rest_api_v2_typescript@4.0.109-RC
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@4.0.108-RC --save
39
+ npm install ultracart_rest_api_v2_typescript@4.0.109-RC --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
+ | 4.0.109-RC | 01/10/2023 | bug fix for typescript enum error due to apost |
57
58
  | 4.0.108-RC | 01/10/2023 | integration log tracking of associated auto order oids |
58
59
  | 4.0.107-RC | 01/06/2023 | conversation search response object bug fix |
59
60
  | 4.0.106-RC | 01/05/2023 | communications - added maximum_enrolled flag on flow object |
@@ -163,8 +163,8 @@ export type ConversationEngagementEquationFunctionReferringWebsiteLogicEnum = ty
163
163
  */
164
164
  export declare const ConversationEngagementEquationFunctionTypeEnum: {
165
165
  readonly CurrentPageUrl: "current page url";
166
- readonly CustomersLocation: "customer's location";
167
- readonly CustomersBrowsingTime: "customer's browsing time";
166
+ readonly CustomersLocation: "customers location";
167
+ readonly CustomersBrowsingTime: "customers browsing time";
168
168
  readonly NumberOfViewedPages: "number of viewed pages";
169
169
  readonly ReferringWebsiteAddress: "referring website address";
170
170
  readonly AnyPageFromSession: "any page from session";
@@ -72,8 +72,8 @@ exports.ConversationEngagementEquationFunctionReferringWebsiteLogicEnum = {
72
72
  */
73
73
  exports.ConversationEngagementEquationFunctionTypeEnum = {
74
74
  CurrentPageUrl: 'current page url',
75
- CustomersLocation: 'customer\'s location',
76
- CustomersBrowsingTime: 'customer\'s browsing time',
75
+ CustomersLocation: 'customers location',
76
+ CustomersBrowsingTime: 'customers browsing time',
77
77
  NumberOfViewedPages: 'number of viewed pages',
78
78
  ReferringWebsiteAddress: 'referring website address',
79
79
  AnyPageFromSession: 'any page from session'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "4.0.108-RC",
3
+ "version": "4.0.109-RC",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "repository": {
@@ -175,8 +175,8 @@ export type ConversationEngagementEquationFunctionReferringWebsiteLogicEnum = ty
175
175
  */
176
176
  export const ConversationEngagementEquationFunctionTypeEnum = {
177
177
  CurrentPageUrl: 'current page url',
178
- CustomersLocation: 'customer\'s location',
179
- CustomersBrowsingTime: 'customer\'s browsing time',
178
+ CustomersLocation: 'customers location',
179
+ CustomersBrowsingTime: 'customers browsing time',
180
180
  NumberOfViewedPages: 'number of viewed pages',
181
181
  ReferringWebsiteAddress: 'referring website address',
182
182
  AnyPageFromSession: 'any page from session'