@flowio/api-prop-types 10.16.62 → 10.16.63

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 CHANGED
@@ -2227,6 +2227,7 @@ declare namespace io.flow.v0.enums {
2227
2227
  type PriceDetailKey = 'item_price' | 'margins' | 'vat' | 'duty' | 'rounding' | 'adjustment';
2228
2228
  type PriceFacetBoundary = 'min' | 'max';
2229
2229
  type PricingLevySetting = 'included' | 'displayed' | 'ignored';
2230
+ 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' | 'Supplements' | 'Weapon' | 'Wood' | 'unknown';
2230
2231
  type PromotionTriggerType = 'automatic' | 'order_subtotal';
2231
2232
  type ProvinceType = 'area' | 'city' | 'county' | 'department' | 'dependency' | 'district' | 'do_si' | 'emirate' | 'entity' | 'island' | 'municipality' | 'oblast' | 'outlying_area' | 'parish' | 'prefecture' | 'province' | 'state' | 'territory' | 'other';
2232
2233
  type QuoteErrorCode = 'generic_error' | 'items_not_available' | 'shipping_unavailable';
@@ -2240,6 +2241,7 @@ declare namespace io.flow.v0.enums {
2240
2241
  type ReturnTrackingStatus = 'awaiting_customs_clearance' | 'cancel_requested' | 'canceled' | 'collection_attempt_failed' | 'customs_clearance_completed' | 'delivered_to_retailer' | 'in_transit_to_local_hub' | 'in_transit_to_retailer' | 'parcel_added_to_pallet' | 'parcel_delayed' | 'parcel_extracted_from_pallet' | 'parcel_lost' | 'parcel_processed_by_retailer' | 'parcel_under_investigation' | 'processed_by_local_hub' | 'received_at_local_hub' | 'received_by_the_carrier' | 'return_registered_online';
2241
2242
  type ReversalErrorCode = 'amount_exceeds_balance' | 'authorization_declined' | 'authorization_expired' | 'invalid_authorization' | 'invalid_key' | 'invalid_amount' | 'invalid_currency' | 'no_remaining_balance' | 'partial_reversal_not_supported' | 'unknown';
2242
2243
  type ReversalStatus = 'pending' | 'processed' | 'failed';
2244
+ type ReviewStatus = 'high_risk_in_review' | 'low_risk_in_review' | 'reviewed';
2243
2245
  type Role = 'admin' | 'member';
2244
2246
  type RoundingMethod = 'up' | 'down' | 'nearest';
2245
2247
  type RoundingType = 'pattern' | 'multiple';
@@ -9637,6 +9639,9 @@ declare namespace io.flow.v0.models {
9637
9639
  readonly 'product_id': string;
9638
9640
  readonly 'item_numbers': string[];
9639
9641
  readonly 'prohibited_regions': string[];
9642
+ readonly 'review_status': io.flow.v0.enums.ReviewStatus;
9643
+ readonly 'rules': io.flow.v0.enums.ProductRestrictionRule[];
9644
+ readonly 'updated_by_user_id': string;
9640
9645
  }
9641
9646
 
9642
9647
  interface ProductRestrictionResultDeleted {
@@ -12749,6 +12754,7 @@ export const priceDetailComponentKey: PropTypes.Requireable<io.flow.v0.enums.Pri
12749
12754
  export const priceDetailKey: PropTypes.Requireable<io.flow.v0.enums.PriceDetailKey>;
12750
12755
  export const priceFacetBoundary: PropTypes.Requireable<io.flow.v0.enums.PriceFacetBoundary>;
12751
12756
  export const pricingLevySetting: PropTypes.Requireable<io.flow.v0.enums.PricingLevySetting>;
12757
+ export const productRestrictionRule: PropTypes.Requireable<io.flow.v0.enums.ProductRestrictionRule>;
12752
12758
  export const promotionTriggerType: PropTypes.Requireable<io.flow.v0.enums.PromotionTriggerType>;
12753
12759
  export const provinceType: PropTypes.Requireable<io.flow.v0.enums.ProvinceType>;
12754
12760
  export const quoteErrorCode: PropTypes.Requireable<io.flow.v0.enums.QuoteErrorCode>;
@@ -12762,6 +12768,7 @@ export const returnStatus: PropTypes.Requireable<io.flow.v0.enums.ReturnStatus>;
12762
12768
  export const returnTrackingStatus: PropTypes.Requireable<io.flow.v0.enums.ReturnTrackingStatus>;
12763
12769
  export const reversalErrorCode: PropTypes.Requireable<io.flow.v0.enums.ReversalErrorCode>;
12764
12770
  export const reversalStatus: PropTypes.Requireable<io.flow.v0.enums.ReversalStatus>;
12771
+ export const reviewStatus: PropTypes.Requireable<io.flow.v0.enums.ReviewStatus>;
12765
12772
  export const role: PropTypes.Requireable<io.flow.v0.enums.Role>;
12766
12773
  export const roundingMethod: PropTypes.Requireable<io.flow.v0.enums.RoundingMethod>;
12767
12774
  export const roundingType: PropTypes.Requireable<io.flow.v0.enums.RoundingType>;