@flowio/types 11.24.115 → 11.24.116

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.
@@ -2508,11 +2508,10 @@ declare namespace io.flow.payment.v0.models {
2508
2508
  interface Transfer {
2509
2509
  readonly id: string;
2510
2510
  readonly type: io.flow.payment.v0.enums.TransferType;
2511
- readonly money: io.flow.common.v0.models.Money;
2512
- readonly transferred_money: io.flow.payment.v0.models.ExchangedMoney;
2511
+ readonly base: io.flow.common.v0.models.Money;
2513
2512
  readonly status: io.flow.payment.v0.enums.TransferStatus;
2514
2513
  readonly created_at: string;
2515
- readonly reference: io.flow.payment.v0.unions.TransferReference;
2514
+ readonly authorization: io.flow.payment.v0.models.AuthorizationReference;
2516
2515
  readonly transferred_at: string;
2517
2516
  }
2518
2517
 
@@ -6423,6 +6422,12 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
6423
6422
  readonly order_note?: string;
6424
6423
  }
6425
6424
 
6425
+ interface ShopifyOrderRiskAssessment {
6426
+ readonly id: string;
6427
+ readonly risk_level: string;
6428
+ readonly assessment_created_at: string;
6429
+ }
6430
+
6426
6431
  interface ShopifyProductBundle {
6427
6432
  readonly id: string;
6428
6433
  readonly underlying: io.flow.shopify.markets.internal.v0.models.ShopifyProductBundleUnderlying;
@@ -10300,6 +10305,22 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
10300
10305
  readonly registration: io.flow.shopify.markets.internal.v0.models.ShopifyMarketsWebhookRegistration;
10301
10306
  }
10302
10307
 
10308
+ interface ShopifyOrderRiskAssessmentDeleted {
10309
+ readonly discriminator: 'shopify_order_risk_assessment_deleted';
10310
+ readonly event_id: string;
10311
+ readonly timestamp: string;
10312
+ readonly organization: string;
10313
+ readonly id: string;
10314
+ }
10315
+
10316
+ interface ShopifyOrderRiskAssessmentUpserted {
10317
+ readonly discriminator: 'shopify_order_risk_assessment_upserted';
10318
+ readonly event_id: string;
10319
+ readonly timestamp: string;
10320
+ readonly organization: string;
10321
+ readonly assessment: io.flow.shopify.markets.internal.v0.models.ShopifyOrderRiskAssessment;
10322
+ }
10323
+
10303
10324
  interface ShopifyProductBundleDeleted {
10304
10325
  readonly discriminator: 'shopify_product_bundle_deleted';
10305
10326
  readonly event_id: string;
@@ -10339,7 +10360,9 @@ declare namespace io.flow.shopify.markets.internal.event.v0.unions {
10339
10360
  | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted
10340
10361
  | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished
10341
10362
  | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted
10342
- | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted;
10363
+ | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted
10364
+ | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentUpserted
10365
+ | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentDeleted;
10343
10366
  }
10344
10367
 
10345
10368
  declare namespace io.flow.experience.v0.enums {
@@ -15836,7 +15859,11 @@ declare namespace io.flow.fraud.v0.unions {
15836
15859
 
15837
15860
  declare namespace io.flow.sellability.v0.enums {
15838
15861
  type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
15839
- type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
15862
+ type SellabilityErrorCode =
15863
+ | 'insufficient_details'
15864
+ | 'ineligible_category'
15865
+ | 'wait_for_high_fidelity';
15866
+ type SellabilityRequestStatus = 'commit';
15840
15867
  }
15841
15868
 
15842
15869
  declare namespace io.flow.sellability.v0.models {
@@ -15851,11 +15878,11 @@ declare namespace io.flow.sellability.v0.models {
15851
15878
  interface ProductSellabilityForm {
15852
15879
  readonly shop_id: string;
15853
15880
  readonly product_id?: string;
15854
- readonly request_id: string;
15855
15881
  readonly name: string;
15856
15882
  readonly price: io.flow.sellability.v0.models.ProductSellabilityPrice;
15857
15883
  readonly description: string;
15858
15884
  readonly taxonomy_category: io.flow.product.v0.models.ProductTaxonomyCategory;
15885
+ readonly status?: io.flow.sellability.v0.enums.SellabilityRequestStatus;
15859
15886
  }
15860
15887
 
15861
15888
  interface ProductSellabilityPrice {
@@ -16000,19 +16027,6 @@ declare namespace io.flow.organization.v0.models {
16000
16027
  readonly environment: io.flow.common.v0.enums.Environment;
16001
16028
  }
16002
16029
 
16003
- interface OrganizationConfigurationReference {
16004
- readonly id: string;
16005
- }
16006
-
16007
- interface OrganizationDefaultConfigurations {
16008
- readonly id: string;
16009
- readonly checkout_configuration: io.flow.organization.v0.models.OrganizationConfigurationReference;
16010
- }
16011
-
16012
- interface OrganizationDefaultConfigurationsForm {
16013
- readonly id: string;
16014
- }
16015
-
16016
16030
  interface OrganizationForm {
16017
16031
  readonly id?: string;
16018
16032
  readonly name?: string;
@@ -16205,6 +16219,7 @@ declare namespace io.flow.internal.v0.enums {
16205
16219
  | 'duty_rates_data_event'
16206
16220
  | 'integration_test'
16207
16221
  | 'unit_test';
16222
+ type ApplicablePreferentialRate = 'baby' | 'children';
16208
16223
  type AutoRestrictRule =
16209
16224
  | 'prr-3ce7d556f2464314ab0a3e8eee33e0ce'
16210
16225
  | 'prr-599c6246a1a24752aeb85e8f79030781'
@@ -16556,6 +16571,7 @@ declare namespace io.flow.internal.v0.enums {
16556
16571
  | 'Age0_10'
16557
16572
  | 'Age10_13'
16558
16573
  | 'Age13_14';
16574
+ type CommercialInvoiceVersion = 'v2_2_1';
16559
16575
  type Company = 'globale' | 'flow';
16560
16576
  type ComplianceType = 'weee';
16561
16577
  type ConnectReportPaymentTransferType =
@@ -16844,8 +16860,6 @@ declare namespace io.flow.internal.v0.enums {
16844
16860
  | 'unassigned_merchant_guid_deleted'
16845
16861
  | 'partner_tracking_subscription_upserted'
16846
16862
  | 'partner_tracking_subscription_deleted'
16847
- | 'spp_tracker_update_request_upserted'
16848
- | 'spp_tracker_update_request_deleted'
16849
16863
  | 'partner_request_upserted'
16850
16864
  | 'partner_request_deleted'
16851
16865
  | 'internal_authorization_upserted'
@@ -16878,6 +16892,9 @@ declare namespace io.flow.internal.v0.enums {
16878
16892
  | 'paypal_dispute_deleted'
16879
16893
  | 'product_restriction_rule_decision_upserted'
16880
16894
  | 'product_restriction_rule_decision_deleted'
16895
+ | 'product_restriction_state_inserted'
16896
+ | 'product_restriction_state_updated'
16897
+ | 'product_restriction_state_deleted'
16881
16898
  | 'order_rates_published_v3'
16882
16899
  | 'ratecard_dimension_estimate_upserted'
16883
16900
  | 'ratecard_dimension_estimate_deleted'
@@ -16929,6 +16946,8 @@ declare namespace io.flow.internal.v0.enums {
16929
16946
  | 'shopify_incoterm_summary_error_published'
16930
16947
  | 'shopify_markets_best_selling_product_upserted'
16931
16948
  | 'shopify_markets_best_selling_product_deleted'
16949
+ | 'shopify_order_risk_assessment_upserted'
16950
+ | 'shopify_order_risk_assessment_deleted'
16932
16951
  | 'shopify_product_create_upserted'
16933
16952
  | 'shopify_product_create_deleted'
16934
16953
  | 'shopify_product_update_upserted'
@@ -17011,6 +17030,7 @@ declare namespace io.flow.internal.v0.enums {
17011
17030
  | 'catalog_to_flow'
17012
17031
  | 'inventory_to_flow';
17013
17032
  type FtpProtocol = 'sftp' | 'ftp';
17033
+ type GeIngestionFileStatus = 'pending' | 'processed';
17014
17034
  type GoogleAnalyticsPlugin = 'ec';
17015
17035
  type GraphqlServiceTypes =
17016
17036
  | 'order_update_mutation'
@@ -17113,6 +17133,7 @@ declare namespace io.flow.internal.v0.enums {
17113
17133
  | 'to_non_registered_business'
17114
17134
  | 'to_registered_business'
17115
17135
  | 'flash_title';
17136
+ type NiallItemType = 'physical' | 'digital';
17116
17137
  type NoLiabilityReasonCode =
17117
17138
  | 'zero_basis'
17118
17139
  | 'zero_rate_on_goods'
@@ -17125,6 +17146,7 @@ declare namespace io.flow.internal.v0.enums {
17125
17146
  | 'duty_free_domestic'
17126
17147
  | 'duty_free_intra_community'
17127
17148
  | 'duty_free_by_trade_agreement';
17149
+ type NonL4LTaxDutyFxTransactionType = 'adjustment' | 'reversal' | 'fee';
17128
17150
  type OnboardingAuditMessageLevel = 'info' | 'warning' | 'error';
17129
17151
  type OnboardingAuditResult = 'pass' | 'warning' | 'fail';
17130
17152
  type OnboardingAuditThemeKey =
@@ -17229,6 +17251,7 @@ declare namespace io.flow.internal.v0.enums {
17229
17251
  | 'reversal'
17230
17252
  | 'credit';
17231
17253
  type PaymentTerm = 'net7' | 'net15' | 'net30';
17254
+ type PrateekItemType = 'physical' | 'digital';
17232
17255
  type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
17233
17256
  type PriceSelector = 'minimum' | 'maximum';
17234
17257
  type ProcessingTransactionType =
@@ -17300,6 +17323,14 @@ declare namespace io.flow.internal.v0.enums {
17300
17323
  type ResponsibleParty = 'flow' | 'organization';
17301
17324
  type RestrictionAction = 'prohibited' | 'restricted';
17302
17325
  type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
17326
+ type RestrictionOrganizationChannel =
17327
+ | 'shopify'
17328
+ | 'enterprise'
17329
+ | 'shopify-sandbox'
17330
+ | 'enterprise-sandbox';
17331
+ type RestrictionOrganizationSource = 'shopify' | 'enterprise';
17332
+ type RestrictionRuleExceptionAction = 'allow' | 'deny';
17333
+ type RestrictionStateReviewStatus = 'reviewed' | 'in_review';
17303
17334
  type RestrictionStatus =
17304
17335
  | 'pending'
17305
17336
  | 'in_review'
@@ -18595,6 +18626,9 @@ declare namespace io.flow.internal.v0.models {
18595
18626
  readonly duty: io.flow.common.v0.models.Price;
18596
18627
  readonly trueup: io.flow.common.v0.models.Price;
18597
18628
  readonly carrier_charge: io.flow.common.v0.models.Price;
18629
+ readonly duty_refund: io.flow.common.v0.models.Price;
18630
+ readonly ge_revenue_share: io.flow.common.v0.models.Price;
18631
+ readonly non_l4l_tax_duty_fx: io.flow.common.v0.models.Price;
18598
18632
  readonly ending_balance: io.flow.common.v0.models.Price;
18599
18633
  readonly tax_refund: io.flow.common.v0.models.Price;
18600
18634
  }
@@ -20836,10 +20870,40 @@ declare namespace io.flow.internal.v0.models {
20836
20870
  readonly passphrase_ids: string[];
20837
20871
  }
20838
20872
 
20873
+ interface EnrichedLineItemForm {
20874
+ readonly form: io.flow.common.v0.models.LineItemForm;
20875
+ readonly customs_product_name?: string;
20876
+ readonly tariff_code?: string;
20877
+ readonly customs_description?: string;
20878
+ readonly hs_description?: string;
20879
+ readonly country_of_origin: string;
20880
+ readonly price_composition_rate: number;
20881
+ readonly duty_composition_rate: number;
20882
+ readonly export_control_classification_number: string;
20883
+ readonly sub_item_number?: string;
20884
+ readonly item_type?: string;
20885
+ readonly material?: string;
20886
+ readonly construction?: string;
20887
+ readonly gender?: string;
20888
+ }
20889
+
20890
+ interface EnrichedShippingLabelPackage {
20891
+ readonly dimensions: io.flow.common.v0.models.Dimension;
20892
+ readonly items: io.flow.internal.v0.models.EnrichedLineItemForm[];
20893
+ readonly reference_number?: string;
20894
+ }
20895
+
20839
20896
  interface EntityReference {
20840
20897
  readonly id: string;
20841
20898
  }
20842
20899
 
20900
+ interface EntityReferenceNumber {
20901
+ readonly short_name: string;
20902
+ readonly number: string;
20903
+ readonly issuing_country?: io.flow.reference.v0.models.Country;
20904
+ readonly display_name?: string;
20905
+ }
20906
+
20843
20907
  interface ErpFlowFile {
20844
20908
  readonly id: string;
20845
20909
  readonly type: io.flow.internal.v0.enums.ErpFileType;
@@ -22346,6 +22410,20 @@ declare namespace io.flow.internal.v0.models {
22346
22410
  readonly fiserv_authentication_data: io.flow.internal.v0.models.FiservAuthenticationDataReference;
22347
22411
  }
22348
22412
 
22413
+ interface InternalItem {
22414
+ readonly id: string;
22415
+ readonly organization: string;
22416
+ readonly catalog: string;
22417
+ readonly name: string;
22418
+ readonly number: string;
22419
+ readonly currency: string;
22420
+ readonly price: number;
22421
+ readonly categories: string[];
22422
+ readonly attributes: Record<string, string>;
22423
+ readonly sku?: string;
22424
+ readonly barcode?: string;
22425
+ }
22426
+
22349
22427
  interface InternalItemForm {
22350
22428
  readonly id: string;
22351
22429
  readonly item_form: io.flow.catalog.v0.models.ItemForm;
@@ -22409,6 +22487,78 @@ declare namespace io.flow.internal.v0.models {
22409
22487
  readonly total: io.flow.common.v0.models.Price;
22410
22488
  }
22411
22489
 
22490
+ interface InvoiceData {
22491
+ readonly organization_id: string;
22492
+ readonly order_number: string;
22493
+ readonly invoice_reference: string;
22494
+ readonly signature_url: string;
22495
+ readonly signature_date: string;
22496
+ readonly signature_name: string;
22497
+ readonly line_items: io.flow.internal.v0.models.InvoiceDataLineItem[];
22498
+ readonly currency: io.flow.reference.v0.models.Currency;
22499
+ readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
22500
+ readonly delivered_duty_text: string;
22501
+ readonly transaction_date: string;
22502
+ readonly origin: io.flow.internal.v0.models.ValidatedAddress;
22503
+ readonly destination: io.flow.internal.v0.models.ValidatedAddress;
22504
+ readonly billing_address?: io.flow.internal.v0.models.ValidatedAddress;
22505
+ readonly service: io.flow.reference.v0.models.CarrierService;
22506
+ readonly flow_tracking_number: string;
22507
+ readonly rex_number?: string;
22508
+ readonly weee_number?: string;
22509
+ readonly business_gst_numbers: io.flow.internal.v0.models.EntityReferenceNumber[];
22510
+ readonly destination_identification_numbers?: io.flow.internal.v0.models.EntityReferenceNumber[];
22511
+ readonly vat_name: string;
22512
+ readonly item_identifier_column_name: string;
22513
+ readonly feature_show_merchant_id: boolean;
22514
+ readonly shipping_pricing: io.flow.internal.v0.models.ShippingPricing;
22515
+ readonly shipment_recipient?: io.flow.label.v0.enums.ShipmentRecipient;
22516
+ readonly eu_preferential_origin?: string;
22517
+ readonly customs_master_file_number?: string;
22518
+ readonly merchant_of_record_entity?: io.flow.common.v0.models.MerchantOfRecordEntity;
22519
+ readonly weight_measured?: string;
22520
+ readonly notes_export_declaration?: string;
22521
+ readonly notes_import_duty_taxes_due?: string;
22522
+ readonly invoice_id: string;
22523
+ readonly invoice_date: string;
22524
+ readonly invoice_number?: string;
22525
+ readonly invoice_version: io.flow.internal.v0.enums.CommercialInvoiceVersion;
22526
+ readonly shipping_price: number;
22527
+ readonly goods_value: number;
22528
+ readonly total_taxes: number;
22529
+ readonly total_duties: number;
22530
+ readonly customs_value: number;
22531
+ readonly total_value: number;
22532
+ readonly usa_exporter_identifier_number_if_value_over_threshold?: string;
22533
+ readonly feature_israel_notes_import_duty_and_taxes_due: boolean;
22534
+ readonly feature_new_export_declaration: boolean;
22535
+ }
22536
+
22537
+ interface InvoiceDataLineItem {
22538
+ readonly i: number;
22539
+ readonly number: string;
22540
+ readonly quantity: number;
22541
+ readonly description: string;
22542
+ readonly tariff_code: string;
22543
+ readonly country_of_origin: string;
22544
+ readonly display_country_of_origin: string;
22545
+ readonly gst_paid: boolean;
22546
+ readonly gst_paid_text: string;
22547
+ readonly unit_price: number;
22548
+ readonly vat_price: number;
22549
+ readonly duty_price: number;
22550
+ readonly discount_price: number;
22551
+ readonly total_price: number;
22552
+ readonly export_control_classification_number: string;
22553
+ readonly manufacturer_id?: string;
22554
+ readonly display_number: string;
22555
+ readonly item_type?: string;
22556
+ readonly construction?: string;
22557
+ readonly gender?: string;
22558
+ readonly material?: string;
22559
+ readonly url?: string;
22560
+ }
22561
+
22412
22562
  interface InvoiceInfoForm {
22413
22563
  readonly invoice_number: string;
22414
22564
  readonly invoice_date: string;
@@ -22528,6 +22678,7 @@ declare namespace io.flow.internal.v0.models {
22528
22678
  readonly duty_composition_rate: number;
22529
22679
  readonly export_control_classification_number?: string;
22530
22680
  readonly labels?: io.flow.internal.v0.models.CustomsProductLabels;
22681
+ readonly applicable_preferential_rate?: io.flow.internal.v0.enums.ApplicablePreferentialRate;
22531
22682
  }
22532
22683
 
22533
22684
  interface ItemDimensionEstimate {
@@ -23632,6 +23783,23 @@ declare namespace io.flow.internal.v0.models {
23632
23783
  readonly conditions?: string;
23633
23784
  }
23634
23785
 
23786
+ interface NiallItem {
23787
+ readonly id: string;
23788
+ readonly number: string;
23789
+ readonly amount: io.flow.common.v0.models.Price;
23790
+ readonly description?: string;
23791
+ readonly type: io.flow.internal.v0.enums.NiallItemType;
23792
+ readonly added_on: string;
23793
+ }
23794
+
23795
+ interface NiallItemForm {
23796
+ readonly number: string;
23797
+ readonly amount: io.flow.common.v0.models.Price;
23798
+ readonly description?: string;
23799
+ readonly type: io.flow.internal.v0.enums.NiallItemType;
23800
+ readonly added_on: string;
23801
+ }
23802
+
23635
23803
  interface NoCalculatedTaxAmount {
23636
23804
  readonly discriminator: 'no_calculated_tax_amount';
23637
23805
  readonly amount: number;
@@ -25241,6 +25409,23 @@ declare namespace io.flow.internal.v0.models {
25241
25409
  readonly rate: number;
25242
25410
  }
25243
25411
 
25412
+ interface PrateekItem {
25413
+ readonly id: string;
25414
+ readonly number: string;
25415
+ readonly amount: io.flow.common.v0.models.Price;
25416
+ readonly description?: string;
25417
+ readonly type: io.flow.internal.v0.enums.PrateekItemType;
25418
+ readonly added_on: string;
25419
+ }
25420
+
25421
+ interface PrateekItemForm {
25422
+ readonly number: string;
25423
+ readonly amount: io.flow.common.v0.models.Price;
25424
+ readonly description?: string;
25425
+ readonly type: io.flow.internal.v0.enums.PrateekItemType;
25426
+ readonly added_on: string;
25427
+ }
25428
+
25244
25429
  interface Prediction {
25245
25430
  readonly main_material: string;
25246
25431
  readonly gender: string;
@@ -25447,11 +25632,55 @@ declare namespace io.flow.internal.v0.models {
25447
25632
  readonly product_restriction_rule_decision: io.flow.internal.v0.models.ProductRestrictionRuleDecision;
25448
25633
  }
25449
25634
 
25635
+ interface ProductRestrictionState {
25636
+ readonly id: string;
25637
+ readonly organization_id: string;
25638
+ readonly product_number: string;
25639
+ readonly review_status: io.flow.internal.v0.enums.RestrictionStateReviewStatus;
25640
+ readonly pending_restriction_count?: number;
25641
+ readonly pending_verification_count?: number;
25642
+ readonly oldest_pending_restriction_date?: string;
25643
+ readonly oldest_pending_verification_date?: string;
25644
+ }
25645
+
25646
+ interface ProductRestrictionStateDeleted {
25647
+ readonly discriminator: 'product_restriction_state_deleted';
25648
+ readonly event_id: string;
25649
+ readonly timestamp: string;
25650
+ readonly organization: string;
25651
+ readonly product_restriction_state: io.flow.internal.v0.models.ProductRestrictionState;
25652
+ }
25653
+
25654
+ interface ProductRestrictionStateInserted {
25655
+ readonly discriminator: 'product_restriction_state_inserted';
25656
+ readonly event_id: string;
25657
+ readonly timestamp: string;
25658
+ readonly organization: string;
25659
+ readonly product_restriction_state: io.flow.internal.v0.models.ProductRestrictionState;
25660
+ }
25661
+
25662
+ interface ProductRestrictionStateUpdated {
25663
+ readonly discriminator: 'product_restriction_state_updated';
25664
+ readonly event_id: string;
25665
+ readonly timestamp: string;
25666
+ readonly organization: string;
25667
+ readonly previous_product_restriction_state: io.flow.internal.v0.models.ProductRestrictionState;
25668
+ readonly product_restriction_state: io.flow.internal.v0.models.ProductRestrictionState;
25669
+ }
25670
+
25450
25671
  interface ProductReviewHistory {
25451
25672
  readonly product_id: string;
25452
25673
  readonly reviews: io.flow.internal.v0.models.RestrictionHistoryItemReviewDecision[];
25453
25674
  }
25454
25675
 
25676
+ interface ProductSellabilityResult {
25677
+ readonly shop_id: string;
25678
+ readonly product_number: string;
25679
+ readonly request_id: string;
25680
+ readonly hs6_code: string;
25681
+ readonly restricted_regions: string[];
25682
+ }
25683
+
25455
25684
  interface ProductTransaction {
25456
25685
  readonly transaction_amount: number;
25457
25686
  readonly destination_amount: number;
@@ -26152,6 +26381,7 @@ declare namespace io.flow.internal.v0.models {
26152
26381
  readonly tax_inclusive?: boolean;
26153
26382
  readonly duty_inclusive?: boolean;
26154
26383
  readonly manual_payment?: boolean;
26384
+ readonly manual_capture?: boolean;
26155
26385
  readonly partial_fulfillment?: boolean;
26156
26386
  readonly partial_refund?: boolean;
26157
26387
  }
@@ -26499,6 +26729,7 @@ declare namespace io.flow.internal.v0.models {
26499
26729
  readonly negative_keywords: string[];
26500
26730
  readonly value_threshold_usd?: number;
26501
26731
  readonly auto_review_criteria?: io.flow.internal.v0.models.AutoReviewCriteria[];
26732
+ readonly source: io.flow.internal.v0.enums.RestrictionOrganizationSource;
26502
26733
  }
26503
26734
 
26504
26735
  interface RestrictionRuleDecisionForm {
@@ -26552,6 +26783,7 @@ declare namespace io.flow.internal.v0.models {
26552
26783
  readonly negative_keywords: string[];
26553
26784
  readonly value_threshold_usd?: number;
26554
26785
  readonly auto_review_criteria?: io.flow.internal.v0.models.AutoReviewCriteria[];
26786
+ readonly source?: io.flow.internal.v0.enums.RestrictionOrganizationSource;
26555
26787
  }
26556
26788
 
26557
26789
  interface RestrictionRuleMetadata {
@@ -26912,6 +27144,19 @@ declare namespace io.flow.internal.v0.models {
26912
27144
  readonly customer_id: string;
26913
27145
  }
26914
27146
 
27147
+ interface ShipmentCostSummary {
27148
+ readonly lane_id?: string;
27149
+ readonly ratecard_id?: string;
27150
+ readonly ratecard_owner: io.flow.fulfillment.v0.enums.RatecardOwner;
27151
+ readonly glbe_shipping_method_id?: string;
27152
+ readonly glbe_proposition_name?: string;
27153
+ readonly weight_break?: number;
27154
+ readonly channel_revenue_share_percentage?: number;
27155
+ readonly rate_level_key?: string;
27156
+ readonly cost_estimate_source: io.flow.label.v0.enums.CostEstimateSource;
27157
+ readonly cost: io.flow.common.v0.models.Money;
27158
+ }
27159
+
26915
27160
  interface ShippingLane {
26916
27161
  readonly origin: string;
26917
27162
  readonly destination: string;
@@ -26921,6 +27166,11 @@ declare namespace io.flow.internal.v0.models {
26921
27166
  readonly id: string;
26922
27167
  }
26923
27168
 
27169
+ interface ShippingPricing {
27170
+ readonly freight_cost: number;
27171
+ readonly customer_price: number;
27172
+ }
27173
+
26924
27174
  interface Shop {
26925
27175
  readonly id: string;
26926
27176
  readonly organization?: io.flow.common.v0.models.OrganizationReference;
@@ -27348,6 +27598,7 @@ declare namespace io.flow.internal.v0.models {
27348
27598
  }
27349
27599
 
27350
27600
  interface ShopifyMerchantPlan {
27601
+ readonly id: string;
27351
27602
  readonly authorization: io.flow.payment.v0.models.AuthorizationReference;
27352
27603
  readonly plan: io.flow.internal.v0.enums.ShopifyPlanType;
27353
27604
  }
@@ -27516,6 +27767,28 @@ declare namespace io.flow.internal.v0.models {
27516
27767
  readonly attributes: io.flow.internal.v0.models.ShopifyOrderLineAttribute[];
27517
27768
  }
27518
27769
 
27770
+ interface ShopifyOrderRiskAssessment {
27771
+ readonly id: string;
27772
+ readonly risk_level: string;
27773
+ readonly assessment_created_at: string;
27774
+ }
27775
+
27776
+ interface ShopifyOrderRiskAssessmentDeleted {
27777
+ readonly discriminator: 'shopify_order_risk_assessment_deleted';
27778
+ readonly event_id: string;
27779
+ readonly timestamp: string;
27780
+ readonly organization: string;
27781
+ readonly id: string;
27782
+ }
27783
+
27784
+ interface ShopifyOrderRiskAssessmentUpserted {
27785
+ readonly discriminator: 'shopify_order_risk_assessment_upserted';
27786
+ readonly event_id: string;
27787
+ readonly timestamp: string;
27788
+ readonly organization: string;
27789
+ readonly assessment: io.flow.internal.v0.models.ShopifyOrderRiskAssessment;
27790
+ }
27791
+
27519
27792
  interface ShopifyOrganizationSettings {
27520
27793
  readonly id: string;
27521
27794
  readonly process_label: boolean;
@@ -27947,26 +28220,6 @@ declare namespace io.flow.internal.v0.models {
27947
28220
  readonly spot_rate: io.flow.internal.v0.models.SpotRate;
27948
28221
  }
27949
28222
 
27950
- interface SppTrackerUpdateRequest {
27951
- readonly id: string;
27952
- readonly tracking_subscription: io.flow.internal.v0.models.TrackingSubscription;
27953
- readonly created_at: string;
27954
- }
27955
-
27956
- interface SppTrackerUpdateRequestDeleted {
27957
- readonly discriminator: 'spp_tracker_update_request_deleted';
27958
- readonly event_id: string;
27959
- readonly timestamp: string;
27960
- readonly id: string;
27961
- }
27962
-
27963
- interface SppTrackerUpdateRequestUpserted {
27964
- readonly discriminator: 'spp_tracker_update_request_upserted';
27965
- readonly event_id: string;
27966
- readonly timestamp: string;
27967
- readonly spp_tracker_update_request: io.flow.internal.v0.models.SppTrackerUpdateRequest;
27968
- }
27969
-
27970
28223
  interface StandaloneAttachment {
27971
28224
  readonly id: string;
27972
28225
  readonly statement: io.flow.internal.v0.models.BillingStatementReference;
@@ -29147,6 +29400,53 @@ declare namespace io.flow.internal.v0.models {
29147
29400
  readonly customer_bundle?: io.flow.customer.v0.models.CustomerBundle;
29148
29401
  }
29149
29402
 
29403
+ interface ValidatedAddress {
29404
+ readonly company_name: string;
29405
+ readonly person_name: string;
29406
+ readonly phone: string;
29407
+ readonly email: string;
29408
+ readonly original_streets: string[];
29409
+ readonly city: string;
29410
+ readonly province: string;
29411
+ readonly postal: string;
29412
+ readonly country: io.flow.reference.v0.models.Country;
29413
+ readonly original_address: io.flow.fulfillment.v0.models.ShippingAddress;
29414
+ }
29415
+
29416
+ interface ValidatedShippingData {
29417
+ readonly organization: string;
29418
+ readonly reference_id?: string;
29419
+ readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
29420
+ readonly merchant_of_record_entity?: io.flow.common.v0.models.MerchantOfRecordEntity;
29421
+ readonly destination: io.flow.internal.v0.models.ValidatedAddress;
29422
+ readonly origin: io.flow.internal.v0.models.ValidatedAddress;
29423
+ readonly service: io.flow.reference.v0.models.CarrierService;
29424
+ readonly package: io.flow.internal.v0.models.EnrichedShippingLabelPackage;
29425
+ readonly total_catalog_item_value: io.flow.common.v0.models.Money;
29426
+ readonly weight_unit: io.flow.common.v0.enums.UnitOfMeasurement;
29427
+ readonly distance_unit: io.flow.common.v0.enums.UnitOfMeasurement;
29428
+ readonly flow_tracking_number: string;
29429
+ readonly center?: io.flow.fulfillment.v0.models.Center;
29430
+ readonly catalog_items: io.flow.internal.v0.models.InternalItem[];
29431
+ readonly order: io.flow.experience.v0.models.Order;
29432
+ readonly window: io.flow.common.v0.models.DatetimeRange;
29433
+ readonly id: string;
29434
+ readonly shipment_recipient: io.flow.label.v0.enums.ShipmentRecipient;
29435
+ readonly request_id: string;
29436
+ readonly commercial_invoice_data?: io.flow.internal.v0.models.InvoiceData;
29437
+ readonly order_identifier?: string;
29438
+ readonly fulfillment_key?: string;
29439
+ readonly rex_number?: string;
29440
+ readonly weee_number?: string;
29441
+ readonly generate_commercial_invoice_only: boolean;
29442
+ readonly liability_remittance_plan?: io.flow.internal.v0.models.LiabilityRemittancePlan;
29443
+ readonly shipment_cost_summary?: io.flow.internal.v0.models.ShipmentCostSummary;
29444
+ readonly shipping_label_hop_cost_itemized_estimate?: io.flow.label.v0.models.ShippingLabelHopCostItemizedEstimate;
29445
+ readonly additional_services_requested?: io.flow.label.v0.models.AdditionalServicesRequested[];
29446
+ readonly provided_charges?: io.flow.internal.v0.models.ChargeInput[];
29447
+ readonly direction?: io.flow.label.v0.enums.Direction;
29448
+ }
29449
+
29150
29450
  interface ValidationCharacterLength {
29151
29451
  readonly discriminator: 'validation_character_length';
29152
29452
  readonly min?: number;
@@ -29505,8 +29805,6 @@ declare namespace io.flow.internal.v0.unions {
29505
29805
  | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted
29506
29806
  | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted
29507
29807
  | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted
29508
- | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted
29509
- | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted
29510
29808
  | io.flow.internal.v0.models.PartnerRequestUpserted
29511
29809
  | io.flow.internal.v0.models.PartnerRequestDeleted
29512
29810
  | io.flow.internal.v0.models.InternalAuthorizationUpserted
@@ -29539,6 +29837,9 @@ declare namespace io.flow.internal.v0.unions {
29539
29837
  | io.flow.internal.v0.models.PaypalDisputeDeleted
29540
29838
  | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted
29541
29839
  | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted
29840
+ | io.flow.internal.v0.models.ProductRestrictionStateInserted
29841
+ | io.flow.internal.v0.models.ProductRestrictionStateUpdated
29842
+ | io.flow.internal.v0.models.ProductRestrictionStateDeleted
29542
29843
  | io.flow.internal.v0.models.OrderRatesPublishedV3
29543
29844
  | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted
29544
29845
  | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted
@@ -29590,6 +29891,8 @@ declare namespace io.flow.internal.v0.unions {
29590
29891
  | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished
29591
29892
  | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted
29592
29893
  | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted
29894
+ | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted
29895
+ | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted
29593
29896
  | io.flow.internal.v0.models.ShopifyProductCreateUpserted
29594
29897
  | io.flow.internal.v0.models.ShopifyProductCreateDeleted
29595
29898
  | io.flow.internal.v0.models.ShopifyProductUpdateUpserted
@@ -30042,6 +30345,8 @@ export type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallReferenceId;
30042
30345
  export type ApmContent = io.flow.internal.v0.models.ApmContent;
30043
30346
  export type ApplePayAuthorizationPayload =
30044
30347
  io.flow.internal.v0.models.ApplePayAuthorizationPayload;
30348
+ export type ApplicablePreferentialRate =
30349
+ io.flow.internal.v0.enums.ApplicablePreferentialRate;
30045
30350
  export type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
30046
30351
  export type AttemptStatistics = io.flow.internal.v0.models.AttemptStatistics;
30047
30352
  export type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
@@ -30525,6 +30830,8 @@ export type CommercialInvoiceInternalUpserted =
30525
30830
  io.flow.internal.v0.models.CommercialInvoiceInternalUpserted;
30526
30831
  export type CommercialInvoiceSummary =
30527
30832
  io.flow.internal.v0.models.CommercialInvoiceSummary;
30833
+ export type CommercialInvoiceVersion =
30834
+ io.flow.internal.v0.enums.CommercialInvoiceVersion;
30528
30835
  export type Company = io.flow.internal.v0.enums.Company;
30529
30836
  export type CompanyReference = io.flow.internal.v0.models.CompanyReference;
30530
30837
  export type Compliance = io.flow.internal.v0.models.Compliance;
@@ -30771,7 +31078,13 @@ export type EmptyAttribute = io.flow.internal.v0.enums.EmptyAttribute;
30771
31078
  export type EmptyClassificationForm =
30772
31079
  io.flow.internal.v0.models.EmptyClassificationForm;
30773
31080
  export type Encryption = io.flow.internal.v0.models.Encryption;
31081
+ export type EnrichedLineItemForm =
31082
+ io.flow.internal.v0.models.EnrichedLineItemForm;
31083
+ export type EnrichedShippingLabelPackage =
31084
+ io.flow.internal.v0.models.EnrichedShippingLabelPackage;
30774
31085
  export type EntityReference = io.flow.internal.v0.models.EntityReference;
31086
+ export type EntityReferenceNumber =
31087
+ io.flow.internal.v0.models.EntityReferenceNumber;
30775
31088
  export type ErpFileType = io.flow.internal.v0.enums.ErpFileType;
30776
31089
  export type ErpFlowFile = io.flow.internal.v0.models.ErpFlowFile;
30777
31090
  export type ErpFlowFileForm = io.flow.internal.v0.models.ErpFlowFileForm;
@@ -31044,6 +31357,8 @@ export type FxRevenueRecognitionRate =
31044
31357
  io.flow.internal.v0.models.FxRevenueRecognitionRate;
31045
31358
  export type FxRevenueRecognitionSource =
31046
31359
  io.flow.internal.v0.models.FxRevenueRecognitionSource;
31360
+ export type GeIngestionFileStatus =
31361
+ io.flow.internal.v0.enums.GeIngestionFileStatus;
31047
31362
  export type GeRevenueShareTransaction =
31048
31363
  io.flow.internal.v0.models.GeRevenueShareTransaction;
31049
31364
  export type GenerateLoad = io.flow.internal.v0.unions.GenerateLoad;
@@ -31137,6 +31452,7 @@ export type InternalFiservAuthorizationDetails =
31137
31452
  io.flow.internal.v0.models.InternalFiservAuthorizationDetails;
31138
31453
  export type InternalHarmonizationStatistic =
31139
31454
  io.flow.internal.v0.unions.InternalHarmonizationStatistic;
31455
+ export type InternalItem = io.flow.internal.v0.models.InternalItem;
31140
31456
  export type InternalItemForm = io.flow.internal.v0.models.InternalItemForm;
31141
31457
  export type InternalOrder = io.flow.internal.v0.models.InternalOrder;
31142
31458
  export type InternalPaymentEntityType =
@@ -31158,6 +31474,9 @@ export type Invariant = io.flow.internal.v0.models.Invariant;
31158
31474
  export type InventoryItemWrapper =
31159
31475
  io.flow.internal.v0.models.InventoryItemWrapper;
31160
31476
  export type Invoice = io.flow.internal.v0.models.Invoice;
31477
+ export type InvoiceData = io.flow.internal.v0.models.InvoiceData;
31478
+ export type InvoiceDataLineItem =
31479
+ io.flow.internal.v0.models.InvoiceDataLineItem;
31161
31480
  export type InvoiceInfoForm = io.flow.internal.v0.models.InvoiceInfoForm;
31162
31481
  export type InvoiceLine = io.flow.internal.v0.models.InvoiceLine;
31163
31482
  export type InvoiceLineItem = io.flow.internal.v0.models.InvoiceLineItem;
@@ -31438,6 +31757,9 @@ export type NegativeDebitMetrics =
31438
31757
  io.flow.internal.v0.models.NegativeDebitMetrics;
31439
31758
  export type NextBillingStatement =
31440
31759
  io.flow.internal.v0.models.NextBillingStatement;
31760
+ export type NiallItem = io.flow.internal.v0.models.NiallItem;
31761
+ export type NiallItemForm = io.flow.internal.v0.models.NiallItemForm;
31762
+ export type NiallItemType = io.flow.internal.v0.enums.NiallItemType;
31441
31763
  export type NoCalculatedTaxAmount =
31442
31764
  io.flow.internal.v0.models.NoCalculatedTaxAmount;
31443
31765
  export type NoClassificationForm =
@@ -31448,6 +31770,8 @@ export type NonChannelPaymentBankAccount =
31448
31770
  io.flow.internal.v0.models.NonChannelPaymentBankAccount;
31449
31771
  export type NonL4LTaxDutyFxTransaction =
31450
31772
  io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
31773
+ export type NonL4LTaxDutyFxTransactionType =
31774
+ io.flow.internal.v0.enums.NonL4LTaxDutyFxTransactionType;
31451
31775
  export type Notification = io.flow.internal.v0.models.Notification;
31452
31776
  export type OnboardingAuditMessage =
31453
31777
  io.flow.internal.v0.models.OnboardingAuditMessage;
@@ -31866,6 +32190,9 @@ export type PlatformFeePercentage =
31866
32190
  io.flow.internal.v0.models.PlatformFeePercentage;
31867
32191
  export type PlatformFeePercentageTier =
31868
32192
  io.flow.internal.v0.models.PlatformFeePercentageTier;
32193
+ export type PrateekItem = io.flow.internal.v0.models.PrateekItem;
32194
+ export type PrateekItemForm = io.flow.internal.v0.models.PrateekItemForm;
32195
+ export type PrateekItemType = io.flow.internal.v0.enums.PrateekItemType;
31869
32196
  export type Prediction = io.flow.internal.v0.models.Prediction;
31870
32197
  export type PreferredBillingSchedule =
31871
32198
  io.flow.internal.v0.enums.PreferredBillingSchedule;
@@ -31930,8 +32257,18 @@ export type ProductRestrictionRuleDecisionDeleted =
31930
32257
  io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted;
31931
32258
  export type ProductRestrictionRuleDecisionUpserted =
31932
32259
  io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted;
32260
+ export type ProductRestrictionState =
32261
+ io.flow.internal.v0.models.ProductRestrictionState;
32262
+ export type ProductRestrictionStateDeleted =
32263
+ io.flow.internal.v0.models.ProductRestrictionStateDeleted;
32264
+ export type ProductRestrictionStateInserted =
32265
+ io.flow.internal.v0.models.ProductRestrictionStateInserted;
32266
+ export type ProductRestrictionStateUpdated =
32267
+ io.flow.internal.v0.models.ProductRestrictionStateUpdated;
31933
32268
  export type ProductReviewHistory =
31934
32269
  io.flow.internal.v0.models.ProductReviewHistory;
32270
+ export type ProductSellabilityResult =
32271
+ io.flow.internal.v0.models.ProductSellabilityResult;
31935
32272
  export type ProductStatus = io.flow.internal.v0.enums.ProductStatus;
31936
32273
  export type ProductTransaction = io.flow.internal.v0.models.ProductTransaction;
31937
32274
  export type PromptAction = io.flow.internal.v0.enums.PromptAction;
@@ -32171,8 +32508,12 @@ export type RestrictionKeywords =
32171
32508
  io.flow.internal.v0.models.RestrictionKeywords;
32172
32509
  export type RestrictionOrganization =
32173
32510
  io.flow.internal.v0.models.RestrictionOrganization;
32511
+ export type RestrictionOrganizationChannel =
32512
+ io.flow.internal.v0.enums.RestrictionOrganizationChannel;
32174
32513
  export type RestrictionOrganizationDecisionSummary =
32175
32514
  io.flow.internal.v0.models.RestrictionOrganizationDecisionSummary;
32515
+ export type RestrictionOrganizationSource =
32516
+ io.flow.internal.v0.enums.RestrictionOrganizationSource;
32176
32517
  export type RestrictionOrganizationStatus =
32177
32518
  io.flow.internal.v0.models.RestrictionOrganizationStatus;
32178
32519
  export type RestrictionOrganizationStatusDeleted =
@@ -32202,6 +32543,8 @@ export type RestrictionRuleEffectForm =
32202
32543
  io.flow.internal.v0.models.RestrictionRuleEffectForm;
32203
32544
  export type RestrictionRuleEffectUpserted =
32204
32545
  io.flow.internal.v0.models.RestrictionRuleEffectUpserted;
32546
+ export type RestrictionRuleExceptionAction =
32547
+ io.flow.internal.v0.enums.RestrictionRuleExceptionAction;
32205
32548
  export type RestrictionRuleForm =
32206
32549
  io.flow.internal.v0.models.RestrictionRuleForm;
32207
32550
  export type RestrictionRuleMetadata =
@@ -32212,6 +32555,8 @@ export type RestrictionRuleSummary =
32212
32555
  io.flow.internal.v0.models.RestrictionRuleSummary;
32213
32556
  export type RestrictionRuleUpserted =
32214
32557
  io.flow.internal.v0.models.RestrictionRuleUpserted;
32558
+ export type RestrictionStateReviewStatus =
32559
+ io.flow.internal.v0.enums.RestrictionStateReviewStatus;
32215
32560
  export type RestrictionStatus = io.flow.internal.v0.enums.RestrictionStatus;
32216
32561
  export type RestrictionStatusMetadata =
32217
32562
  io.flow.internal.v0.models.RestrictionStatusMetadata;
@@ -32288,9 +32633,12 @@ export type SessionRollout = io.flow.internal.v0.models.SessionRollout;
32288
32633
  export type SessionRolloutForm = io.flow.internal.v0.models.SessionRolloutForm;
32289
32634
  export type SetupBlockPutForm = io.flow.internal.v0.models.SetupBlockPutForm;
32290
32635
  export type SfExpress = io.flow.internal.v0.models.SfExpress;
32636
+ export type ShipmentCostSummary =
32637
+ io.flow.internal.v0.models.ShipmentCostSummary;
32291
32638
  export type ShippingLane = io.flow.internal.v0.models.ShippingLane;
32292
32639
  export type ShippingMethodReference =
32293
32640
  io.flow.internal.v0.models.ShippingMethodReference;
32641
+ export type ShippingPricing = io.flow.internal.v0.models.ShippingPricing;
32294
32642
  export type Shop = io.flow.internal.v0.models.Shop;
32295
32643
  export type ShopForm = io.flow.internal.v0.models.ShopForm;
32296
32644
  export type ShopVersion = io.flow.internal.v0.models.ShopVersion;
@@ -32474,6 +32822,12 @@ export type ShopifyOrderLineAttribute =
32474
32822
  io.flow.internal.v0.models.ShopifyOrderLineAttribute;
32475
32823
  export type ShopifyOrderLineContent =
32476
32824
  io.flow.internal.v0.models.ShopifyOrderLineContent;
32825
+ export type ShopifyOrderRiskAssessment =
32826
+ io.flow.internal.v0.models.ShopifyOrderRiskAssessment;
32827
+ export type ShopifyOrderRiskAssessmentDeleted =
32828
+ io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted;
32829
+ export type ShopifyOrderRiskAssessmentUpserted =
32830
+ io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted;
32477
32831
  export type ShopifyOrganizationSettings =
32478
32832
  io.flow.internal.v0.models.ShopifyOrganizationSettings;
32479
32833
  export type ShopifyOrganizationSettingsForm =
@@ -32606,12 +32960,6 @@ export type SpotRateMetadataRate =
32606
32960
  io.flow.internal.v0.models.SpotRateMetadataRate;
32607
32961
  export type SpotRateUpserted = io.flow.internal.v0.models.SpotRateUpserted;
32608
32962
  export type SpotRateVersion = io.flow.internal.v0.models.SpotRateVersion;
32609
- export type SppTrackerUpdateRequest =
32610
- io.flow.internal.v0.models.SppTrackerUpdateRequest;
32611
- export type SppTrackerUpdateRequestDeleted =
32612
- io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted;
32613
- export type SppTrackerUpdateRequestUpserted =
32614
- io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted;
32615
32963
  export type StandaloneAttachment =
32616
32964
  io.flow.internal.v0.models.StandaloneAttachment;
32617
32965
  export type StandaloneAttachmentDeleted =
@@ -32902,6 +33250,9 @@ export type UserStatusRule = io.flow.internal.v0.models.UserStatusRule;
32902
33250
  export type UserStatusRuleForm = io.flow.internal.v0.models.UserStatusRuleForm;
32903
33251
  export type UserUpsertedV2 = io.flow.internal.v0.models.UserUpsertedV2;
32904
33252
  export type V1Checkout = io.flow.internal.v0.models.V1Checkout;
33253
+ export type ValidatedAddress = io.flow.internal.v0.models.ValidatedAddress;
33254
+ export type ValidatedShippingData =
33255
+ io.flow.internal.v0.models.ValidatedShippingData;
32905
33256
  export type ValidationCharacterLength =
32906
33257
  io.flow.internal.v0.models.ValidationCharacterLength;
32907
33258
  export type ValidationRule = io.flow.internal.v0.unions.ValidationRule;