ultracart_rest_api_v2_typescript 3.10.204 → 3.10.205
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 +1 -1
- package/dist/api.d.ts +1 -1
- 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.205
|
|
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.205 --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.205 | 05/17/2024 | conv.pbx time based config - changed name from default to default_mapping |
|
|
57
58
|
| 3.10.204 | 05/16/2024 | OrderPayment - constants for payment method Amazon Pay and Link |
|
|
58
59
|
| 3.10.203 | 05/15/2024 | conversation pbx voicemail mailbox indep. voice properties |
|
|
59
60
|
| 3.10.202 | 05/15/2024 | conversation pbx - missing fields on agent object |
|
package/api.ts
CHANGED
|
@@ -9870,7 +9870,7 @@ export interface ConversationPbxTimeBasedMappingConfig {
|
|
|
9870
9870
|
* @type {ConversationPbxTimeBasedMapping}
|
|
9871
9871
|
* @memberof ConversationPbxTimeBasedMappingConfig
|
|
9872
9872
|
*/
|
|
9873
|
-
|
|
9873
|
+
default_mapping?: ConversationPbxTimeBasedMapping;
|
|
9874
9874
|
/**
|
|
9875
9875
|
* Mappings
|
|
9876
9876
|
* @type {Array<ConversationPbxTimeBasedMapping>}
|
package/dist/api.d.ts
CHANGED
|
@@ -9636,7 +9636,7 @@ export interface ConversationPbxTimeBasedMappingConfig {
|
|
|
9636
9636
|
* @type {ConversationPbxTimeBasedMapping}
|
|
9637
9637
|
* @memberof ConversationPbxTimeBasedMappingConfig
|
|
9638
9638
|
*/
|
|
9639
|
-
|
|
9639
|
+
default_mapping?: ConversationPbxTimeBasedMapping;
|
|
9640
9640
|
/**
|
|
9641
9641
|
* Mappings
|
|
9642
9642
|
* @type {Array<ConversationPbxTimeBasedMapping>}
|