ultracart_rest_api_v2_typescript 3.10.202 → 3.10.203
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 +9 -3
- package/dist/api.d.ts +9 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.10.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@3.10.203
|
|
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.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.10.203 --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.203 | 05/15/2024 | conversation pbx voicemail mailbox indep. voice properties |
|
|
57
58
|
| 3.10.202 | 05/15/2024 | conversation pbx - missing fields on agent object |
|
|
58
59
|
| 3.10.201 | 05/14/2024 | conversation pbx - allowed value constants on the action |
|
|
59
60
|
| 3.10.200 | 05/13/2024 | conversation pbx - bug fix on camelCase property names |
|
package/api.ts
CHANGED
|
@@ -10148,13 +10148,19 @@ export interface ConversationPbxVoicemailMailbox {
|
|
|
10148
10148
|
* @type {string}
|
|
10149
10149
|
* @memberof ConversationPbxVoicemailMailbox
|
|
10150
10150
|
*/
|
|
10151
|
-
|
|
10151
|
+
voicemail_followup_play_audio_uuid?: string;
|
|
10152
10152
|
/**
|
|
10153
10153
|
* Voicemail followup say
|
|
10154
10154
|
* @type {string}
|
|
10155
10155
|
* @memberof ConversationPbxVoicemailMailbox
|
|
10156
10156
|
*/
|
|
10157
10157
|
voicemail_followup_say?: string;
|
|
10158
|
+
/**
|
|
10159
|
+
* Voicemail followup say voice
|
|
10160
|
+
* @type {string}
|
|
10161
|
+
* @memberof ConversationPbxVoicemailMailbox
|
|
10162
|
+
*/
|
|
10163
|
+
voicemail_followup_say_voice?: string;
|
|
10158
10164
|
/**
|
|
10159
10165
|
* Voicemail mailbox id
|
|
10160
10166
|
* @type {string}
|
|
@@ -10180,11 +10186,11 @@ export interface ConversationPbxVoicemailMailbox {
|
|
|
10180
10186
|
*/
|
|
10181
10187
|
voicemail_prompt_say?: string;
|
|
10182
10188
|
/**
|
|
10183
|
-
* Voicemail say voice
|
|
10189
|
+
* Voicemail prompt say voice
|
|
10184
10190
|
* @type {string}
|
|
10185
10191
|
* @memberof ConversationPbxVoicemailMailbox
|
|
10186
10192
|
*/
|
|
10187
|
-
|
|
10193
|
+
voicemail_prompt_say_voice?: string;
|
|
10188
10194
|
}
|
|
10189
10195
|
|
|
10190
10196
|
/**
|
package/dist/api.d.ts
CHANGED
|
@@ -9907,13 +9907,19 @@ export interface ConversationPbxVoicemailMailbox {
|
|
|
9907
9907
|
* @type {string}
|
|
9908
9908
|
* @memberof ConversationPbxVoicemailMailbox
|
|
9909
9909
|
*/
|
|
9910
|
-
|
|
9910
|
+
voicemail_followup_play_audio_uuid?: string;
|
|
9911
9911
|
/**
|
|
9912
9912
|
* Voicemail followup say
|
|
9913
9913
|
* @type {string}
|
|
9914
9914
|
* @memberof ConversationPbxVoicemailMailbox
|
|
9915
9915
|
*/
|
|
9916
9916
|
voicemail_followup_say?: string;
|
|
9917
|
+
/**
|
|
9918
|
+
* Voicemail followup say voice
|
|
9919
|
+
* @type {string}
|
|
9920
|
+
* @memberof ConversationPbxVoicemailMailbox
|
|
9921
|
+
*/
|
|
9922
|
+
voicemail_followup_say_voice?: string;
|
|
9917
9923
|
/**
|
|
9918
9924
|
* Voicemail mailbox id
|
|
9919
9925
|
* @type {string}
|
|
@@ -9939,11 +9945,11 @@ export interface ConversationPbxVoicemailMailbox {
|
|
|
9939
9945
|
*/
|
|
9940
9946
|
voicemail_prompt_say?: string;
|
|
9941
9947
|
/**
|
|
9942
|
-
* Voicemail say voice
|
|
9948
|
+
* Voicemail prompt say voice
|
|
9943
9949
|
* @type {string}
|
|
9944
9950
|
* @memberof ConversationPbxVoicemailMailbox
|
|
9945
9951
|
*/
|
|
9946
|
-
|
|
9952
|
+
voicemail_prompt_say_voice?: string;
|
|
9947
9953
|
}
|
|
9948
9954
|
/**
|
|
9949
9955
|
* @export
|