ultracart_rest_api_v2_typescript 3.10.202 → 3.10.204

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.202
1
+ ## ultracart_rest_api_v2_typescript@3.10.204
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.202 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.204 --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.204 | 05/16/2024 | OrderPayment - constants for payment method Amazon Pay and Link |
58
+ | 3.10.203 | 05/15/2024 | conversation pbx voicemail mailbox indep. voice properties |
57
59
  | 3.10.202 | 05/15/2024 | conversation pbx - missing fields on agent object |
58
60
  | 3.10.201 | 05/14/2024 | conversation pbx - allowed value constants on the action |
59
61
  | 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
- voicemail_follow_play_audio_uuid?: string;
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
- voicemail_say_voice?: string;
10193
+ voicemail_prompt_say_voice?: string;
10188
10194
  }
10189
10195
 
10190
10196
  /**
@@ -33972,6 +33978,7 @@ export namespace OrderPayment {
33972
33978
  export enum PaymentMethodEnum {
33973
33979
  Affirm = <any> 'Affirm',
33974
33980
  Amazon = <any> 'Amazon',
33981
+ AmazonPay = <any> 'Amazon Pay',
33975
33982
  AmazonSC = <any> 'Amazon SC',
33976
33983
  Cash = <any> 'Cash',
33977
33984
  Check = <any> 'Check',
@@ -33981,6 +33988,7 @@ export namespace OrderPayment {
33981
33988
  ECheck = <any> 'eCheck',
33982
33989
  GoogleShopping = <any> 'Google Shopping',
33983
33990
  Insurance = <any> 'Insurance',
33991
+ Link = <any> 'Link',
33984
33992
  LoanHero = <any> 'LoanHero',
33985
33993
  MoneyOrder = <any> 'Money Order',
33986
33994
  PayPal = <any> 'PayPal',
package/dist/api.d.ts CHANGED
@@ -9907,13 +9907,19 @@ export interface ConversationPbxVoicemailMailbox {
9907
9907
  * @type {string}
9908
9908
  * @memberof ConversationPbxVoicemailMailbox
9909
9909
  */
9910
- voicemail_follow_play_audio_uuid?: string;
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
- voicemail_say_voice?: string;
9952
+ voicemail_prompt_say_voice?: string;
9947
9953
  }
9948
9954
  /**
9949
9955
  * @export
@@ -33261,6 +33267,7 @@ export declare namespace OrderPayment {
33261
33267
  enum PaymentMethodEnum {
33262
33268
  Affirm,
33263
33269
  Amazon,
33270
+ AmazonPay,
33264
33271
  AmazonSC,
33265
33272
  Cash,
33266
33273
  Check,
@@ -33270,6 +33277,7 @@ export declare namespace OrderPayment {
33270
33277
  ECheck,
33271
33278
  GoogleShopping,
33272
33279
  Insurance,
33280
+ Link,
33273
33281
  LoanHero,
33274
33282
  MoneyOrder,
33275
33283
  PayPal,
package/dist/api.js CHANGED
@@ -1295,6 +1295,7 @@ var OrderPayment;
1295
1295
  (function (PaymentMethodEnum) {
1296
1296
  PaymentMethodEnum[PaymentMethodEnum["Affirm"] = 'Affirm'] = "Affirm";
1297
1297
  PaymentMethodEnum[PaymentMethodEnum["Amazon"] = 'Amazon'] = "Amazon";
1298
+ PaymentMethodEnum[PaymentMethodEnum["AmazonPay"] = 'Amazon Pay'] = "AmazonPay";
1298
1299
  PaymentMethodEnum[PaymentMethodEnum["AmazonSC"] = 'Amazon SC'] = "AmazonSC";
1299
1300
  PaymentMethodEnum[PaymentMethodEnum["Cash"] = 'Cash'] = "Cash";
1300
1301
  PaymentMethodEnum[PaymentMethodEnum["Check"] = 'Check'] = "Check";
@@ -1304,6 +1305,7 @@ var OrderPayment;
1304
1305
  PaymentMethodEnum[PaymentMethodEnum["ECheck"] = 'eCheck'] = "ECheck";
1305
1306
  PaymentMethodEnum[PaymentMethodEnum["GoogleShopping"] = 'Google Shopping'] = "GoogleShopping";
1306
1307
  PaymentMethodEnum[PaymentMethodEnum["Insurance"] = 'Insurance'] = "Insurance";
1308
+ PaymentMethodEnum[PaymentMethodEnum["Link"] = 'Link'] = "Link";
1307
1309
  PaymentMethodEnum[PaymentMethodEnum["LoanHero"] = 'LoanHero'] = "LoanHero";
1308
1310
  PaymentMethodEnum[PaymentMethodEnum["MoneyOrder"] = 'Money Order'] = "MoneyOrder";
1309
1311
  PaymentMethodEnum[PaymentMethodEnum["PayPal"] = 'PayPal'] = "PayPal";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.202",
3
+ "version": "3.10.204",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [