@shipengine/connect-carrier-api 2.11.0 → 2.11.1
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/package.json +1 -1
- package/spec.json +12 -0
package/package.json
CHANGED
package/spec.json
CHANGED
|
@@ -956,6 +956,7 @@
|
|
|
956
956
|
},
|
|
957
957
|
"tip": {
|
|
958
958
|
"required": ["currency", "amount"],
|
|
959
|
+
"type": "object",
|
|
959
960
|
"properties": {
|
|
960
961
|
"amount": {
|
|
961
962
|
"type": "string",
|
|
@@ -1071,6 +1072,7 @@
|
|
|
1071
1072
|
},
|
|
1072
1073
|
"amount": {
|
|
1073
1074
|
"required": ["currency", "amount"],
|
|
1075
|
+
"type": "object",
|
|
1074
1076
|
"properties": {
|
|
1075
1077
|
"amount": {
|
|
1076
1078
|
"type": "string",
|
|
@@ -1683,6 +1685,7 @@
|
|
|
1683
1685
|
},
|
|
1684
1686
|
"buyer_shipping_amount_paid": {
|
|
1685
1687
|
"required": ["currency", "amount"],
|
|
1688
|
+
"type": "object",
|
|
1686
1689
|
"properties": {
|
|
1687
1690
|
"amount": {
|
|
1688
1691
|
"type": "string",
|
|
@@ -1698,6 +1701,7 @@
|
|
|
1698
1701
|
},
|
|
1699
1702
|
"duties_paid": {
|
|
1700
1703
|
"required": ["currency", "amount"],
|
|
1704
|
+
"type": "object",
|
|
1701
1705
|
"properties": {
|
|
1702
1706
|
"amount": {
|
|
1703
1707
|
"type": "string",
|
|
@@ -1743,6 +1747,7 @@
|
|
|
1743
1747
|
},
|
|
1744
1748
|
"value": {
|
|
1745
1749
|
"required": ["currency", "amount"],
|
|
1750
|
+
"type": "object",
|
|
1746
1751
|
"properties": {
|
|
1747
1752
|
"amount": {
|
|
1748
1753
|
"type": "string",
|
|
@@ -2539,6 +2544,7 @@
|
|
|
2539
2544
|
},
|
|
2540
2545
|
"insured_value": {
|
|
2541
2546
|
"required": ["currency", "amount"],
|
|
2547
|
+
"type": "object",
|
|
2542
2548
|
"properties": {
|
|
2543
2549
|
"amount": {
|
|
2544
2550
|
"type": "string",
|
|
@@ -2793,6 +2799,12 @@
|
|
|
2793
2799
|
"description": "DateTime after which the rate will no longer be accepted. (ISO 8601 format, with local offset)",
|
|
2794
2800
|
"format": "date-time",
|
|
2795
2801
|
"example": "2021-08-20T14:38:36.859237-05:00"
|
|
2802
|
+
},
|
|
2803
|
+
"estimated_delivery_text": {
|
|
2804
|
+
"type": "string",
|
|
2805
|
+
"description": "Estimated delivery text. It could be any text, a number, a date, etc.",
|
|
2806
|
+
"example": "Monday by 11:00 PM",
|
|
2807
|
+
"nullable": true
|
|
2796
2808
|
}
|
|
2797
2809
|
},
|
|
2798
2810
|
"additionalProperties": false,
|