ultracart_rest_api_v2_typescript 3.11.50 → 3.11.51
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 +3 -2
- package/api.ts +6 -0
- package/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.11.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@3.11.51
|
|
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.11.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.11.51 --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.11.51 | 01/30/2026 | conversations queue setting for automatic AI coaching |
|
|
57
58
|
| 3.11.50 | 01/27/2026 | conversations - refinements to support hardware phones |
|
|
58
59
|
| 3.11.49 | 01/26/2026 | no changes - testing changes to build automation |
|
|
59
60
|
| 3.11.48 | 01/26/2026 | conversation - hardware phone methods and objects |
|
package/api.ts
CHANGED
|
@@ -10946,6 +10946,12 @@ export interface ConversationPbxQueue {
|
|
|
10946
10946
|
* @memberof ConversationPbxQueue
|
|
10947
10947
|
*/
|
|
10948
10948
|
announce_queue_position?: boolean;
|
|
10949
|
+
/**
|
|
10950
|
+
* AI Agent UUID to automatically engage to provide coaching
|
|
10951
|
+
* @type {string}
|
|
10952
|
+
* @memberof ConversationPbxQueue
|
|
10953
|
+
*/
|
|
10954
|
+
automatic_coach_agent_uuid?: string;
|
|
10949
10955
|
/**
|
|
10950
10956
|
* Conversation Pbx Queue unique identifier
|
|
10951
10957
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -10690,6 +10690,12 @@ export interface ConversationPbxQueue {
|
|
|
10690
10690
|
* @memberof ConversationPbxQueue
|
|
10691
10691
|
*/
|
|
10692
10692
|
announce_queue_position?: boolean;
|
|
10693
|
+
/**
|
|
10694
|
+
* AI Agent UUID to automatically engage to provide coaching
|
|
10695
|
+
* @type {string}
|
|
10696
|
+
* @memberof ConversationPbxQueue
|
|
10697
|
+
*/
|
|
10698
|
+
automatic_coach_agent_uuid?: string;
|
|
10693
10699
|
/**
|
|
10694
10700
|
* Conversation Pbx Queue unique identifier
|
|
10695
10701
|
* @type {string}
|