@flowio/api-internal-prop-types 9.24.127 → 9.24.128

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.
@@ -8162,7 +8162,7 @@ declare namespace io.flow.channel.internal.v0.enums {
8162
8162
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
8163
8163
  type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
8164
8164
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
8165
- type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
8165
+ type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
8166
8166
  type OrderPaymentSourceType = 'globale' | 'third_party';
8167
8167
  }
8168
8168
 
@@ -13498,7 +13498,7 @@ declare namespace io.flow.internal.v0.enums {
13498
13498
  type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
13499
13499
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
13500
13500
  type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
13501
- type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
13501
+ type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
13502
13502
  type ChannelTransactionTriggerType = 'capture' | 'order';
13503
13503
  type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing' | 'order';
13504
13504
  type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
@@ -13622,7 +13622,7 @@ declare namespace io.flow.internal.v0.enums {
13622
13622
  type OrganizationRestrictionReviewType = 'all_pending' | 'pending_verification';
13623
13623
  type OrganizationRestrictionRiskLevel = '5' | '15';
13624
13624
  type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
13625
- type OrganizationSource = 'shopify' | 'enterprise';
13625
+ type OrganizationSource = 'shopify' | 'smb' | 'enterprise';
13626
13626
  type OutputStyle = 'flow' | 'shopify_p1';
13627
13627
  type Owner = 'flow' | 'organization';
13628
13628
  type PaymentShortUrlDiscriminator = 'adyen_3ds2';
@@ -13657,7 +13657,7 @@ declare namespace io.flow.internal.v0.enums {
13657
13657
  type RestrictionAttributeResult = 'pending_classification' | 'pending_verification' | 'accepted' | 'restricted';
13658
13658
  type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
13659
13659
  type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox';
13660
- type RestrictionOrganizationSource = 'shopify' | 'enterprise';
13660
+ type RestrictionOrganizationSource = 'shopify' | 'smb' | 'enterprise';
13661
13661
  type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
13662
13662
  type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
13663
13663
  type RestrictionRuleExceptionAction = 'allow' | 'deny';
@@ -19698,6 +19698,11 @@ declare namespace io.flow.internal.v0.models {
19698
19698
  readonly 'processing': number;
19699
19699
  readonly 'rate_lock': number;
19700
19700
  readonly 'transfer': number;
19701
+ readonly 'product_fee'?: number;
19702
+ readonly 'estimated_tax'?: number;
19703
+ readonly 'estimated_duty'?: number;
19704
+ readonly 'estimated_duties_and_taxes'?: number;
19705
+ readonly 'td_fx_diff'?: number;
19701
19706
  readonly 'total': number;
19702
19707
  }
19703
19708
 
@@ -21489,6 +21494,11 @@ declare namespace io.flow.internal.v0.models {
21489
21494
  readonly 'item': string;
21490
21495
  }
21491
21496
 
21497
+ interface PriceInclusivity {
21498
+ readonly 'tax'?: boolean;
21499
+ readonly 'duty'?: boolean;
21500
+ }
21501
+
21492
21502
  interface PrioritizedCenterReference {
21493
21503
  readonly 'center_key': string;
21494
21504
  readonly 'position': number;
@@ -22375,6 +22385,8 @@ declare namespace io.flow.internal.v0.models {
22375
22385
  readonly 'destination_country'?: number;
22376
22386
  readonly 'usd': number;
22377
22387
  readonly 'eur': number;
22388
+ readonly 'guaranteed'?: number;
22389
+ readonly 'spot'?: number;
22378
22390
  }
22379
22391
 
22380
22392
  interface ReportingCountry {
@@ -22420,6 +22432,11 @@ declare namespace io.flow.internal.v0.models {
22420
22432
  readonly 'mor': io.flow.internal.v0.models.ReportingMonetaryValue;
22421
22433
  readonly 'fx': io.flow.internal.v0.models.ReportingMonetaryValue;
22422
22434
  readonly 'sp': io.flow.internal.v0.models.ReportingMonetaryValue;
22435
+ readonly 'product_fee'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22436
+ readonly 'estimated_tax'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22437
+ readonly 'estimated_duty'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22438
+ readonly 'estimated_duties_and_taxes'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22439
+ readonly 'td_fx_diff'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22423
22440
  }
22424
22441
 
22425
22442
  interface ReportingFulfillment {
@@ -22485,6 +22502,11 @@ declare namespace io.flow.internal.v0.models {
22485
22502
  readonly 'processing': io.flow.internal.v0.models.ReportingMonetaryValue;
22486
22503
  readonly 'rate_lock': io.flow.internal.v0.models.ReportingMonetaryValue;
22487
22504
  readonly 'transfer': io.flow.internal.v0.models.ReportingMonetaryValue;
22505
+ readonly 'product_fee'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22506
+ readonly 'estimated_tax'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22507
+ readonly 'estimated_duty'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22508
+ readonly 'estimated_duties_and_taxes'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22509
+ readonly 'td_fx_diff'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22488
22510
  readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
22489
22511
  }
22490
22512
 
@@ -23174,6 +23196,7 @@ declare namespace io.flow.internal.v0.models {
23174
23196
  readonly 'fees': io.flow.internal.v0.models.ReportingFees;
23175
23197
  readonly 'conversion_rate': io.flow.internal.v0.models.ReportingConversionRates;
23176
23198
  readonly 'payment_is': io.flow.internal.v0.models.PaymentIs;
23199
+ readonly 'price_inclusivity'?: io.flow.internal.v0.models.PriceInclusivity;
23177
23200
  readonly 'destination_country': string;
23178
23201
  readonly 'fulfilled_at'?: string;
23179
23202
  }
@@ -26831,6 +26854,7 @@ export const platformFeePercentageTier: PropTypes.Requireable<io.flow.internal.v
26831
26854
  export const prateekItem: PropTypes.Requireable<io.flow.internal.v0.models.PrateekItem>;
26832
26855
  export const prateekItemForm: PropTypes.Requireable<io.flow.internal.v0.models.PrateekItemForm>;
26833
26856
  export const prediction: PropTypes.Requireable<io.flow.internal.v0.models.Prediction>;
26857
+ export const priceInclusivity: PropTypes.Requireable<io.flow.internal.v0.models.PriceInclusivity>;
26834
26858
  export const prioritizedCenterReference: PropTypes.Requireable<io.flow.internal.v0.models.PrioritizedCenterReference>;
26835
26859
  export const processingTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransaction>;
26836
26860
  export const processingTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransactionDeleted>;