ultracart_rest_api_v2_typescript 3.10.92 → 3.10.94

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.92
1
+ ## ultracart_rest_api_v2_typescript@3.10.94
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.92 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.94 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -54,6 +54,8 @@ Not every change is committed to every SDK.
54
54
 
55
55
  | Version | Date | Comments |
56
56
  | --: | :-: | --- |
57
+ | 3.10.94 | 01/11/2023 | conversations - adjust search results to return multiple convo summaries |
58
+ | 3.10.93 | 01/10/2023 | add method to query integration log record by oid |
57
59
  | 3.10.92 | 01/10/2023 | bug fix for typescript enum error due to apost |
58
60
  | 3.10.91 | 01/10/2023 | integration log tracking of associated auto order oids |
59
61
  | 3.10.90 | 01/06/2023 | conversation search response object bug fix |
package/api.ts CHANGED
@@ -7957,10 +7957,10 @@ export interface ConversationSearchResponse {
7957
7957
  range_end?: number;
7958
7958
  /**
7959
7959
  *
7960
- * @type {Array<Conversation>}
7960
+ * @type {Array<ConversationSummary>}
7961
7961
  * @memberof ConversationSearchResponse
7962
7962
  */
7963
- records?: Array<Conversation>;
7963
+ records?: Array<ConversationSummary>;
7964
7964
  /**
7965
7965
  *
7966
7966
  * @type {number}
@@ -21421,6 +21421,12 @@ export interface IntegrationLogQueryRequest {
21421
21421
  * @memberof IntegrationLogQueryRequest
21422
21422
  */
21423
21423
  file_names?: Array<string>;
21424
+ /**
21425
+ *
21426
+ * @type {number}
21427
+ * @memberof IntegrationLogQueryRequest
21428
+ */
21429
+ integration_log_oid?: number;
21424
21430
  /**
21425
21431
  *
21426
21432
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -7766,10 +7766,10 @@ export interface ConversationSearchResponse {
7766
7766
  range_end?: number;
7767
7767
  /**
7768
7768
  *
7769
- * @type {Array<Conversation>}
7769
+ * @type {Array<ConversationSummary>}
7770
7770
  * @memberof ConversationSearchResponse
7771
7771
  */
7772
- records?: Array<Conversation>;
7772
+ records?: Array<ConversationSummary>;
7773
7773
  /**
7774
7774
  *
7775
7775
  * @type {number}
@@ -20952,6 +20952,12 @@ export interface IntegrationLogQueryRequest {
20952
20952
  * @memberof IntegrationLogQueryRequest
20953
20953
  */
20954
20954
  file_names?: Array<string>;
20955
+ /**
20956
+ *
20957
+ * @type {number}
20958
+ * @memberof IntegrationLogQueryRequest
20959
+ */
20960
+ integration_log_oid?: number;
20955
20961
  /**
20956
20962
  *
20957
20963
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.92",
3
+ "version": "3.10.94",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [