@flowio/api-prop-types 10.16.84 → 10.16.85
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/lib/api.d.ts +8 -1
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +8 -1
- package/src/api.js +8 -0
package/lib/api.d.ts
CHANGED
|
@@ -2586,7 +2586,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2586
2586
|
type PriceDetailKey = 'item_price' | 'margins' | 'vat' | 'duty' | 'rounding' | 'adjustment';
|
|
2587
2587
|
type PriceFacetBoundary = 'min' | 'max';
|
|
2588
2588
|
type PricingLevySetting = 'included' | 'displayed' | 'ignored';
|
|
2589
|
-
type ProductRestrictionRule = 'Adult Products' | 'Alcohol' | 'Anti Money Laundering' | 'Collagen' | 'Consumer Safety' | 'Cosmetics' | 'DG - Batteries' | 'DG - Hazmat' | 'Drugs' | 'Dual Use' | 'Fine Art' | 'Fish & Wildlife - CITES' | 'Fish & Wildlife - Plant' | 'Fish & Wildlife - USFWS' | 'Food' | 'Gambling' | 'Health' | 'Human hair' | 'Insufficient Details' | 'Intangible' | 'Jewelry' | 'Jewelry & Watches Over 5000' | 'Knives' | 'Liquids' | 'Oversized' | 'Restrict by Default' | 'Supplements' | 'Weapon' | 'Wood';
|
|
2589
|
+
type ProductRestrictionRule = 'Adult Products' | 'Alcohol' | 'Anti Money Laundering' | 'Collagen' | 'Consumer Safety' | 'Cosmetics' | 'DG - Batteries' | 'DG - Hazmat' | 'Drugs' | 'Dual Use' | 'Fine Art' | 'Fish & Wildlife - CITES' | 'Fish & Wildlife - Plant' | 'Fish & Wildlife - USFWS' | 'Food' | 'Gambling' | 'Health' | 'Human hair' | 'Insufficient Details' | 'Intangible' | 'Jewelry' | 'Jewelry & Watches Over 5000' | 'Knives' | 'Liquids' | 'Oversized' | 'Restrict by Default' | 'Supplements' | 'Tattoo Ink And PMU' | 'Weapon' | 'Wood';
|
|
2590
2590
|
type PromotionTriggerType = 'automatic' | 'order_subtotal';
|
|
2591
2591
|
type ProvinceType = 'area' | 'city' | 'county' | 'department' | 'dependency' | 'district' | 'do_si' | 'emirate' | 'entity' | 'island' | 'municipality' | 'oblast' | 'outlying_area' | 'parish' | 'prefecture' | 'province' | 'state' | 'territory' | 'other';
|
|
2592
2592
|
type QuoteErrorCode = 'generic_error' | 'items_not_available' | 'shipping_unavailable';
|
|
@@ -3556,6 +3556,8 @@ declare namespace io.flow.v0.models {
|
|
|
3556
3556
|
readonly 'package'?: io.flow.v0.models.ShippingLabelPackage;
|
|
3557
3557
|
readonly 'origin'?: io.flow.v0.models.ShippingAddress;
|
|
3558
3558
|
readonly 'direction'?: io.flow.v0.enums.Direction;
|
|
3559
|
+
readonly 'reference_id'?: string;
|
|
3560
|
+
readonly 'hub_code'?: string;
|
|
3559
3561
|
}
|
|
3560
3562
|
|
|
3561
3563
|
interface BrowseOptinResponses {
|
|
@@ -5190,6 +5192,7 @@ declare namespace io.flow.v0.models {
|
|
|
5190
5192
|
readonly 'service'?: string;
|
|
5191
5193
|
readonly 'shipment_recipient'?: io.flow.v0.enums.ShipmentRecipient;
|
|
5192
5194
|
readonly 'package_dimensions_source'?: io.flow.v0.enums.PackageDimensionsSource;
|
|
5195
|
+
readonly 'reference_id'?: string;
|
|
5193
5196
|
}
|
|
5194
5197
|
|
|
5195
5198
|
interface DetailedShippingNotificationForm {
|
|
@@ -7242,6 +7245,9 @@ declare namespace io.flow.v0.models {
|
|
|
7242
7245
|
readonly 'delivered'?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
7243
7246
|
readonly 'rejected'?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
7244
7247
|
readonly 'returned'?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
7248
|
+
readonly 'crossed_border'?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
7249
|
+
readonly 'destroyed'?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
7250
|
+
readonly 'return_reversal'?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
7245
7251
|
}
|
|
7246
7252
|
|
|
7247
7253
|
interface LabelTrackingSummaryUpdate {
|
|
@@ -12086,6 +12092,7 @@ declare namespace io.flow.v0.models {
|
|
|
12086
12092
|
readonly 'items': io.flow.v0.models.LineItemForm[];
|
|
12087
12093
|
readonly 'center_key'?: string;
|
|
12088
12094
|
readonly 'direction'?: io.flow.v0.enums.Direction;
|
|
12095
|
+
readonly 'reference_id'?: string;
|
|
12089
12096
|
}
|
|
12090
12097
|
|
|
12091
12098
|
interface SummaryShippingNotificationForm {
|