@flowio/api-internal-prop-types 9.24.103 → 9.24.105

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.
@@ -2423,6 +2423,11 @@ declare namespace io.flow.payment.v0.models {
2423
2423
  readonly 'eci'?: string;
2424
2424
  readonly 'liability_sift'?: boolean;
2425
2425
  readonly 'version'?: string;
2426
+ readonly 'authenticated'?: boolean;
2427
+ readonly 'authenticated_result'?: string;
2428
+ readonly 'offered'?: boolean;
2429
+ readonly 'offered_result'?: string;
2430
+ readonly 'sca_exemption'?: string;
2426
2431
  }
2427
2432
 
2428
2433
  interface ThreedsChallengeActionDetails {
@@ -2599,6 +2604,8 @@ declare namespace io.flow.stripe.v0.enums {
2599
2604
  type DisputePaymentMethodDetailsType = 'card' | 'klarna' | 'paypal';
2600
2605
  type DisputeReason = 'bank_cannot_process' | 'check_returned' | 'credit_not_processed' | 'customer_initiated' | 'debit_not_authorized' | 'duplicate' | 'fraudulent' | 'general' | 'incorrect_account_details' | 'insufficient_funds' | 'product_not_received' | 'product_unacceptable' | 'subscription_canceled' | 'unrecognized';
2601
2606
  type DisputeStatus = 'warning_needs_response' | 'warning_under_review' | 'warning_closed' | 'needs_response' | 'under_review' | 'won' | 'lost';
2607
+ type EarlyFraudWarningEventType = 'radar.early_fraud_warning';
2608
+ type EarlyFraudWarningType = 'card_never_received' | 'fraudulent_card_application' | 'made_with_counterfeit_card' | 'made_with_lost_card' | 'made_with_stolen_card' | 'unauthorized_use_of_card' | 'misc';
2602
2609
  type ErrorCode = 'invalid_number' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_cvc' | 'invalid_swipe_data' | 'country_code_invalid' | 'email_invalid' | 'postal_code_invalid' | 'invalid_characters' | 'url_invalid' | 'invalid_charge_amount' | 'incorrect_number' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_zip' | 'card_declined' | 'expired_card' | 'missing' | 'processing_error' | 'account_closed' | 'amount_too_small' | 'amount_too_large' | 'api_key_expired' | 'authentication_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'insufficient_funds' | 'intent_invalid_state' | 'livemode_mismatch' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_unexpected_state' | 'payment_intent_invalid_parameter' | 'payment_method_billing_details_address_missing' | 'payment_method_customer_decline' | 'payment_method_currency_mismatch' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'platform_api_key_expired' | 'refund_disputed_payment' | 'testmode_charges_only' | 'tls_version_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state';
2603
2610
  type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
2604
2611
  type EventType = 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
@@ -3657,6 +3664,17 @@ declare namespace io.flow.stripe.v0.models {
3657
3664
  readonly 'previous_attributes'?: any/*object*/;
3658
3665
  }
3659
3666
 
3667
+ interface StripeEarlyFraudWarningEvent {
3668
+ readonly 'id': string;
3669
+ readonly 'object': io.flow.stripe.v0.enums.EarlyFraudWarningEventType;
3670
+ readonly 'actionable': boolean;
3671
+ readonly 'charge': string;
3672
+ readonly 'created': number;
3673
+ readonly 'fraud_type': io.flow.stripe.v0.enums.EarlyFraudWarningType;
3674
+ readonly 'livemode': boolean;
3675
+ readonly 'payment_intent'?: string;
3676
+ }
3677
+
3660
3678
  interface StripeError {
3661
3679
  readonly 'type': io.flow.stripe.v0.enums.ErrorType;
3662
3680
  readonly 'charge'?: string;
@@ -3861,6 +3879,7 @@ declare namespace io.flow.label.v0.enums {
3861
3879
  type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
3862
3880
  type PackageDimensionsSource = 'provided' | 'item_dimensions_estimated' | 'dimensions_estimated' | 'default_item_dimensions_estimated';
3863
3881
  type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
3882
+ type ShippingLabelErrorCode = 'generic_error' | 'cancelled_order' | 'carrier_outage' | 'catalog_issue' | 'invalid_destination' | 'invalid_origin' | 'invalid_shipping_parameters' | 'merchant_error' | 'order_not_found' | 'order_processing' | 'restricted_item' | 'unsupported_lane';
3864
3883
  type TrackingNumberType = 'flow' | 'carrier';
3865
3884
  }
3866
3885
 
@@ -4004,6 +4023,11 @@ declare namespace io.flow.label.v0.models {
4004
4023
  readonly 'required': boolean;
4005
4024
  }
4006
4025
 
4026
+ interface ShippingLabelError {
4027
+ readonly 'code': io.flow.label.v0.enums.ShippingLabelErrorCode;
4028
+ readonly 'messages': string[];
4029
+ }
4030
+
4007
4031
  interface ShippingLabelHopCostItemizedEstimate {
4008
4032
  readonly 'units': io.flow.trueup.v0.models.LabelUnits;
4009
4033
  readonly 'base': io.flow.trueup.v0.models.LabelBase;
@@ -5031,6 +5055,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5031
5055
  readonly 'inventory_item_id': number;
5032
5056
  readonly 'shopify_shop_id': number;
5033
5057
  readonly 'shopify_inventory_item': io.flow.shopify.external.v0.models.ShopifyInventoryItemSummary;
5058
+ readonly 'deleted_at'?: string;
5034
5059
  }
5035
5060
 
5036
5061
  interface MarketsOrder {
@@ -5068,6 +5093,10 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5068
5093
  readonly 'destination': string;
5069
5094
  }
5070
5095
 
5096
+ interface ShopifyMarketsBestSellingProduct {
5097
+ readonly 'id': string;
5098
+ }
5099
+
5071
5100
  interface ShopifyMarketsDiscrepancy {
5072
5101
  readonly 'organization_id': string;
5073
5102
  readonly 'count': number;
@@ -5220,6 +5249,7 @@ declare namespace io.flow.adyen.v0.enums {
5220
5249
  type DisputeStatus = 'Accepted' | 'Expired' | 'Lost' | 'Pending' | 'Responded' | 'Undefended' | 'Unresponded' | 'Won';
5221
5250
  type EventCode = 'AUTHORISATION' | 'CANCELLATION' | 'REFUND' | 'CANCEL_OR_REFUND' | 'CAPTURE' | 'CAPTURE_FAILED' | 'REFUND_FAILED' | 'REFUNDED_REVERSED' | 'PAIDOUT_REVERSED' | 'REQUEST_FOR_INFORMATION' | 'CHARGEBACK' | 'CHARGEBACK_REVERSED' | 'NOTIFICATION_OF_CHARGEBACK' | 'NOTIFICATION_OF_FRAUD' | 'MANUAL_REVIEW_ACCEPT' | 'MANUAL_REVIEW_REJECT' | 'RECURRING_CONTRACT' | 'PAYOUT_EXPIRE' | 'PAYOUT_DECLINE' | 'PAYOUT_THIRDPARTY' | 'REFUND_WITH_DATA' | 'AUTHORISE_REFERRAL' | 'EXPIRE' | 'FRAUD_ONLY' | 'FUND_TRANSFER' | 'HANDLED_EXTERNALLY' | 'OFFER_CLOSED' | 'ORDER_OPENED' | 'ORDER_CLOSED' | 'PENDING' | 'PROCESS_RETRY' | 'REPORT_AVAILABLE' | 'SECOND_CHARGEBACK' | 'PREARBITRATION_WON' | 'PREARBITRATION_LOST' | 'INFORMATION_SUPPLIED' | 'DISPUTE_DEFENSE_PERIOD_ENDED' | 'ISSUER_RESPONSE_TIMEFRAME_EXPIRED';
5222
5251
  type HttpRedirectMethod = 'GET' | 'POST';
5252
+ type LifecycleStage = 'INQUIRY' | 'CHARGEBACK';
5223
5253
  type Operation = 'cancel' | 'capture' | 'refund';
5224
5254
  type PaymentMethod = 'ach' | 'alipay' | 'alipay_hk' | 'alipay_wap' | 'amex' | 'bankTransfer_IBAN' | 'bcmc' | 'bcmc_mobile' | 'blik' | 'cartebancaire' | 'cup' | 'diners' | 'directEbanking' | 'discover' | 'dotpay' | 'dragonpay_ebanking' | 'dragonpay_gcash' | 'dragonpay_otc_banking' | 'ebanking_FI' | 'gcash' | 'giropay' | 'grabpay_MY' | 'grabpay_PH' | 'grabpay_SG' | 'ideal' | 'interac' | 'jcb' | 'kakaopay' | 'kcp_banktransfer' | 'kcp_creditcard' | 'kcp_payco' | 'maestro' | 'mbway' | 'mc' | 'mobilepay' | 'molpay_points' | 'multibanco' | 'onlineBanking_PL' | 'paywithgoogle' | 'qiwiwallet' | 'sepadirectdebit' | 'trustly' | 'trustpay' | 'twint' | 'unionpay' | 'vipps' | 'visa' | 'wechatpay' | 'unknowncard';
5225
5255
  type RecurringProcessingModel = 'Subscription' | 'CardOnFile' | 'UnscheduledCardOnFile';
@@ -5407,6 +5437,7 @@ declare namespace io.flow.adyen.v0.models {
5407
5437
  readonly 'paymentMethod'?: io.flow.adyen.v0.enums.PaymentMethod;
5408
5438
  readonly 'reason'?: string;
5409
5439
  readonly 'success': string;
5440
+ readonly 'lifecycleStage'?: io.flow.adyen.v0.enums.LifecycleStage;
5410
5441
  }
5411
5442
 
5412
5443
  interface ModificationRequest {
@@ -7410,35 +7441,6 @@ declare namespace io.flow.shopify.markets.v0.models {
7410
7441
  }
7411
7442
  }
7412
7443
 
7413
- declare namespace io.flow.pricing.indicator.internal.event.v0.enums {
7414
- type PricingIndicatorStatus = 'complete' | 'in_progress';
7415
- type ServiceName = 'catalog' | 'demandware' | 'metric';
7416
- }
7417
-
7418
- declare namespace io.flow.pricing.indicator.internal.event.v0.models {
7419
- interface Details {
7420
- readonly 'catalog_item': io.flow.common.v0.models.CatalogItemSummary;
7421
- readonly 'experience'?: io.flow.common.v0.models.ExperienceSummary;
7422
- readonly 'upserted_at': string;
7423
- readonly 'time_elapsed_since_upserted': number;
7424
- }
7425
-
7426
- interface PricingIndicator {
7427
- readonly 'discriminator': 'pricing_indicator';
7428
- readonly 'event_id': string;
7429
- readonly 'timestamp': string;
7430
- readonly 'organization': string;
7431
- readonly 'published_from': io.flow.pricing.indicator.internal.event.v0.enums.ServiceName;
7432
- readonly 'status': io.flow.pricing.indicator.internal.event.v0.enums.PricingIndicatorStatus;
7433
- readonly 'event_identifier': string;
7434
- readonly 'details': io.flow.pricing.indicator.internal.event.v0.models.Details;
7435
- }
7436
- }
7437
-
7438
- declare namespace io.flow.pricing.indicator.internal.event.v0.unions {
7439
- type PricingIndicatorEvent = (io.flow.pricing.indicator.internal.event.v0.models.PricingIndicator);
7440
- }
7441
-
7442
7444
  declare namespace io.flow.order.price.v0.enums {
7443
7445
  type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
7444
7446
  type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
@@ -7472,7 +7474,7 @@ declare namespace io.flow.channel.internal.v0.enums {
7472
7474
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
7473
7475
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
7474
7476
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
7475
- type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_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';
7477
+ 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';
7476
7478
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
7477
7479
  }
7478
7480
 
@@ -7519,6 +7521,7 @@ declare namespace io.flow.channel.internal.v0.models {
7519
7521
  readonly 'next_action_from'?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
7520
7522
  readonly 'order_created_at'?: string;
7521
7523
  readonly 'order_updated_at'?: string;
7524
+ readonly 'order_edit_summary'?: io.flow.channel.internal.v0.models.OrderEditSummary;
7522
7525
  }
7523
7526
 
7524
7527
  interface ChannelOrderAcceptanceDetails {
@@ -7547,6 +7550,11 @@ declare namespace io.flow.channel.internal.v0.models {
7547
7550
  interface FlowChannelOrganization {
7548
7551
  readonly 'placeholder'?: string;
7549
7552
  }
7553
+
7554
+ interface OrderEditSummary {
7555
+ readonly 'external_order_edit_reference': string;
7556
+ readonly 'edited_at': string;
7557
+ }
7550
7558
  }
7551
7559
 
7552
7560
  declare namespace io.flow.partner.v0.enums {
@@ -7678,6 +7686,15 @@ declare namespace io.flow.partner.v0.models {
7678
7686
  readonly 'id': string;
7679
7687
  }
7680
7688
 
7689
+ interface PartnerTrackingSubscription {
7690
+ readonly 'id': string;
7691
+ readonly 'carrier_tracking_number': string;
7692
+ readonly 'carrier_id': string;
7693
+ readonly 'source': string;
7694
+ readonly 'reference_key': string;
7695
+ readonly 'created_at': string;
7696
+ }
7697
+
7681
7698
  interface SummaryLabelForm {
7682
7699
  readonly 'discriminator': 'summary_label_form';
7683
7700
  readonly 'organization': string;
@@ -7703,7 +7720,7 @@ declare namespace io.flow.common.v0.enums {
7703
7720
  type DayOfWeek = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday';
7704
7721
  type DeliveredDuty = 'paid' | 'unpaid';
7705
7722
  type DiscountTarget = 'item' | 'shipping';
7706
- type EntityIdentifierType = 'ioss' | 'voec';
7723
+ type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
7707
7724
  type Environment = 'sandbox' | 'production';
7708
7725
  type ExceptionType = 'open' | 'closed';
7709
7726
  type GoodsSupply = 'export' | 'intra_community' | 'local';
@@ -8261,6 +8278,10 @@ declare namespace io.flow.ftp.v0.models {
8261
8278
  }
8262
8279
  }
8263
8280
 
8281
+ declare namespace io.flow.shopify.markets.internal.event.v0.enums {
8282
+ type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
8283
+ }
8284
+
8264
8285
  declare namespace io.flow.shopify.markets.internal.event.v0.models {
8265
8286
  interface ChannelOrderSummaryDeleted {
8266
8287
  readonly 'discriminator': 'channel_order_summary_deleted';
@@ -8309,6 +8330,45 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
8309
8330
  readonly 'order_tax_and_duty_inclusivity_setting': io.flow.shopify.markets.internal.v0.models.OrderTaxAndDutyInclusivitySetting;
8310
8331
  }
8311
8332
 
8333
+ interface ShopifyIncotermIncludes {
8334
+ readonly 'duties': boolean;
8335
+ readonly 'taxes': boolean;
8336
+ }
8337
+
8338
+ interface ShopifyIncotermSummaryErrorData {
8339
+ readonly 'id': string;
8340
+ readonly 'shopify_order_id': string;
8341
+ readonly 'order_number': string;
8342
+ readonly 'configuration': io.flow.shopify.markets.internal.event.v0.enums.ShopifyIncotermConfiguration;
8343
+ readonly 'includes': io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermIncludes;
8344
+ readonly 'reason': string;
8345
+ readonly 'order_submitted_at': string;
8346
+ }
8347
+
8348
+ interface ShopifyIncotermSummaryErrorPublished {
8349
+ readonly 'discriminator': 'shopify_incoterm_summary_error_published';
8350
+ readonly 'event_id': string;
8351
+ readonly 'timestamp': string;
8352
+ readonly 'organization': string;
8353
+ readonly 'data': io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorData;
8354
+ }
8355
+
8356
+ interface ShopifyMarketsBestSellingProductDeleted {
8357
+ readonly 'discriminator': 'shopify_markets_best_selling_product_deleted';
8358
+ readonly 'event_id': string;
8359
+ readonly 'timestamp': string;
8360
+ readonly 'organization': string;
8361
+ readonly 'id': string;
8362
+ }
8363
+
8364
+ interface ShopifyMarketsBestSellingProductUpserted {
8365
+ readonly 'discriminator': 'shopify_markets_best_selling_product_upserted';
8366
+ readonly 'event_id': string;
8367
+ readonly 'timestamp': string;
8368
+ readonly 'organization': string;
8369
+ readonly 'shopify_markets_best_selling_product': io.flow.shopify.markets.internal.v0.models.ShopifyMarketsBestSellingProduct;
8370
+ }
8371
+
8312
8372
  interface ShopifyMarketsMetricsDeleted {
8313
8373
  readonly 'discriminator': 'shopify_markets_metrics_deleted';
8314
8374
  readonly 'event_id': string;
@@ -8336,6 +8396,19 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
8336
8396
  readonly 'shopify_markets_order': io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrder;
8337
8397
  }
8338
8398
 
8399
+ interface ShopifyMarketsOrderEditSummaryData {
8400
+ readonly 'channel_order_acceptance': io.flow.channel.internal.v0.models.ChannelOrderAcceptance;
8401
+ readonly 'edited_at': string;
8402
+ }
8403
+
8404
+ interface ShopifyMarketsOrderEditSummaryPublished {
8405
+ readonly 'discriminator': 'shopify_markets_order_edit_summary_published';
8406
+ readonly 'event_id': string;
8407
+ readonly 'timestamp': string;
8408
+ readonly 'organization': string;
8409
+ readonly 'data': io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderEditSummaryData;
8410
+ }
8411
+
8339
8412
  interface ShopifyMarketsOrderUpserted {
8340
8413
  readonly 'discriminator': 'shopify_markets_order_upserted';
8341
8414
  readonly 'event_id': string;
@@ -8410,7 +8483,7 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
8410
8483
  }
8411
8484
 
8412
8485
  declare namespace io.flow.shopify.markets.internal.event.v0.unions {
8413
- type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted);
8486
+ type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderEditSummaryPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted);
8414
8487
  }
8415
8488
 
8416
8489
  declare namespace io.flow.experience.v0.enums {
@@ -8423,6 +8496,7 @@ declare namespace io.flow.experience.v0.enums {
8423
8496
  type ExperienceCountryStatus = 'enabled' | 'disabled';
8424
8497
  type ExperiencePaymentMethodTag = 'display';
8425
8498
  type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
8499
+ type IncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
8426
8500
  type OrderErrorCode = 'generic_error' | 'order_item_not_available' | 'order_identifier_error' | 'authorization_invalid' | 'domestic_shipping_unavailable' | 'shipping_unavailable' | 'value_threshold_exceeded' | 'invalid_currency' | 'invalid_country' | 'invalid_region' | 'invalid_language' | 'item_out_of_stock' | 'gift_card_not_accepted' | 'total_changed';
8427
8501
  type OrderPaymentType = 'card' | 'online' | 'credit' | 'external' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
8428
8502
  type OrderRefundSummaryIncludes = 'duties' | 'vat' | 'shipping';
@@ -8932,6 +9006,17 @@ declare namespace io.flow.experience.v0.models {
8932
9006
  readonly 'attributes'?: Record<string, string>;
8933
9007
  }
8934
9008
 
9009
+ interface IncotermIncludes {
9010
+ readonly 'duties': boolean;
9011
+ readonly 'taxes': boolean;
9012
+ }
9013
+
9014
+ interface IncotermSummary {
9015
+ readonly 'configuration': io.flow.experience.v0.enums.IncotermConfiguration;
9016
+ readonly 'includes': io.flow.experience.v0.models.IncotermIncludes;
9017
+ readonly 'reason'?: string;
9018
+ }
9019
+
8935
9020
  interface ItemMargin {
8936
9021
  readonly 'id': string;
8937
9022
  readonly 'key': string;
@@ -9033,6 +9118,7 @@ declare namespace io.flow.experience.v0.models {
9033
9118
  readonly 'geo'?: io.flow.experience.v0.models.OrderGeo;
9034
9119
  readonly 'device_details'?: io.flow.payment.v0.unions.DeviceDetails;
9035
9120
  readonly 'destination_contact_details'?: io.flow.experience.v0.models.DestinationContactDetail[];
9121
+ readonly 'incoterm_summary'?: io.flow.experience.v0.models.IncotermSummary;
9036
9122
  }
9037
9123
 
9038
9124
  interface OrderAddress {
@@ -10712,6 +10798,7 @@ declare namespace io.flow.tracking.v0.models {
10712
10798
  readonly 'status': io.flow.tracking.v0.enums.TrackingStatus;
10713
10799
  readonly 'timestamp': string;
10714
10800
  readonly 'description'?: string;
10801
+ readonly 'aggregator_status_code'?: string;
10715
10802
  }
10716
10803
 
10717
10804
  interface TrackingEventForm {
@@ -13924,15 +14011,16 @@ declare namespace io.flow.internal.v0.enums {
13924
14011
  type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
13925
14012
  type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
13926
14013
  type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
14014
+ type BankAccountStatus = 'on_hold' | 'not_on_hold';
13927
14015
  type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
13928
14016
  type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
13929
14017
  type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
13930
- type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'accounts_with_final_statements_count' | 'accounts_with_final_statements_pending_transaction_count' | 'accounts_with_final_statements_pending_transaction_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate';
14018
+ type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'accounts_with_final_statements_count' | 'accounts_with_final_statements_pending_transaction_count' | 'accounts_with_final_statements_pending_transaction_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio';
13931
14019
  type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
13932
14020
  type BillingTransactionStatus = 'pending_proof' | 'posted';
13933
- type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'tax_refund';
14021
+ type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'tax_refund' | 'duty_refund';
13934
14022
  type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
13935
- type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis' | 'dtce_merged_with_tax' | 'dtce_with_inclusive_pricing';
14023
+ type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
13936
14024
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
13937
14025
  type CarrierChargeType = 'label' | 'tax' | 'other';
13938
14026
  type CarrierFileType = 'freight' | 'tax';
@@ -13943,7 +14031,7 @@ declare namespace io.flow.internal.v0.enums {
13943
14031
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
13944
14032
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
13945
14033
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
13946
- type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_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';
14034
+ 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';
13947
14035
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
13948
14036
  type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
13949
14037
  type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
@@ -13969,7 +14057,6 @@ declare namespace io.flow.internal.v0.enums {
13969
14057
  type ContentStatus = 'draft' | 'live' | 'archived';
13970
14058
  type ContentType = 'text' | 'html';
13971
14059
  type ContentTypeCast = 'markdown_to_html' | 'markdown_to_text';
13972
- type CostType = 'payment_processing' | 'fx' | 'negative_balance' | 'solution' | 'hosting' | 'duty_guarantee' | 'transfer' | 'fraud';
13973
14060
  type CrossdockTrackingStatus = 'notified' | 'received' | 'shipped';
13974
14061
  type DebugAccountingTransactionType = 'fulfillment';
13975
14062
  type DeliveredDutyOptionMessageType = 'warning' | 'notification';
@@ -13994,10 +14081,9 @@ declare namespace io.flow.internal.v0.enums {
13994
14081
  type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
13995
14082
  type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
13996
14083
  type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
13997
- type EldarItemType = 'digital' | 'physical';
13998
14084
  type EmptyAttribute = 'irrelevant';
13999
14085
  type ErpFileType = 'vendor';
14000
- type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'eldar_item_upserted' | 'eldar_item_deleted' | 'harinath_item_upserted' | 'harinath_item_deleted' | 'konstantin_item_upserted' | 'konstantin_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'michaelyan_item_upserted' | 'michaelyan_item_deleted' | 'miljenko_item_upserted' | 'miljenko_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_item_deleted' | 'thiago_item_upserted' | 'thiago_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
14086
+ type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_markets_order_edit_summary_published' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
14001
14087
  type ExperienceImportType = 'experience_with_settings';
14002
14088
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
14003
14089
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -14016,18 +14102,14 @@ declare namespace io.flow.internal.v0.enums {
14016
14102
  type FtpProtocol = 'sftp' | 'ftp';
14017
14103
  type GoogleAnalyticsPlugin = 'ec';
14018
14104
  type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog';
14019
- type HarinathItemType = 'digital' | 'physical';
14020
14105
  type HarmonizationDecisionSource = 'human' | 'legacy_model' | 'enterprise_model';
14021
14106
  type HttpMethod = 'get' | 'post';
14022
- type InventoryCheckService = 'sfcc' | 'gymboree';
14023
- type InventoryReservation = 'synchronous-on-submit';
14024
14107
  type ItemClassificationAction = 'ACCEPT' | 'MANUAL' | 'REJECT';
14025
14108
  type ItemClassificationStatus = 'unknown' | 'manual' | 'manually_accepted' | 'manually_overridden' | 'automatically_accepted' | 'pending';
14026
14109
  type ItemHarmonizationStatus = 'waiting_for_classification' | 'classified' | 'non_classifiable_not_enough_information' | 'exempt';
14027
14110
  type ItemQuantityAction = 'fulfillment_ship' | 'fulfillment_cancel' | 'fulfillment_generate_label';
14028
14111
  type ItemType = 'standard' | 'multi_product';
14029
14112
  type KeywordType = 'positive' | 'negative';
14030
- type KonstantinItemType = 'physical' | 'digital';
14031
14113
  type LabelBillingStrategy = 'quote' | 'carrier';
14032
14114
  type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
14033
14115
  type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
@@ -14039,7 +14121,7 @@ declare namespace io.flow.internal.v0.enums {
14039
14121
  type LogisticsCapability = 'logistics_address_correction';
14040
14122
  type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
14041
14123
  type ManualReviewRuleStatus = 'active' | 'archived';
14042
- type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure';
14124
+ type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure' | 'non_fraud_chargeback';
14043
14125
  type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
14044
14126
  type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
14045
14127
  type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
@@ -14050,10 +14132,6 @@ declare namespace io.flow.internal.v0.enums {
14050
14132
  type MarketingGatewayPlatform = 'google' | 'facebook' | 'adroll' | 'aliexpress' | 'amazon' | 'bing' | 'criteo' | 'fruugo' | 'pinterest' | 'rakuten_japan' | 'wish' | 'snapchat' | 'stylight';
14051
14133
  type MarketingGatewayProductStatus = 'approved' | 'not_approved' | 'pending' | 'not_found' | 'excluded';
14052
14134
  type MarketingGatewaySchemaCompatibility = 'google' | 'facebook_primary' | 'facebook_country_override' | 'supplemental';
14053
- type MatiasItemType = 'physical' | 'digital';
14054
- type MerchantCohort = 'channel_merchant_pre_cutoff' | 'channel_merchant_post_cutoff' | 'global_e_merchant_pre_cutoff' | 'global_e_merchant_post_cutoff';
14055
- type MichaelyanItemType = 'physical' | 'digital';
14056
- type MiljenkoItemType = 'physical' | 'digital';
14057
14135
  type MixedBagWeight = '0' | '1' | '2';
14058
14136
  type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
14059
14137
  type NoLiabilityReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'zero_rate_on_sale' | 'goods_above_value_threshold' | 'goods_below_value_threshold' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_by_trade_agreement';
@@ -14081,19 +14159,15 @@ declare namespace io.flow.internal.v0.enums {
14081
14159
  type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
14082
14160
  type OutputStyle = 'flow' | 'shopify_p1';
14083
14161
  type Owner = 'flow' | 'organization';
14084
- type Party = 'merchant' | 'channel_partner' | 'global_e';
14085
14162
  type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
14086
14163
  type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
14087
14164
  type PaymentTerm = 'net7' | 'net15' | 'net30';
14088
14165
  type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
14089
14166
  type PriceSelector = 'minimum' | 'maximum';
14090
- type PricingIndicatorStatus = 'complete' | 'in_progress';
14091
- type PrincipalType = 'total_order_value' | 'product_order_value' | 'label_value';
14092
14167
  type ProcessingTransactionType = 'adjustment' | 'reversal' | 'capture' | 'refund' | 'fully_subsidized_order' | 'credit_payment';
14093
14168
  type Processor = 'adyen' | 'afterpay' | 'bitpay' | 'stripe' | 'paypal' | 'flow_sandbox' | 'fiserv' | 'crypto';
14094
14169
  type ProcessorEntityStatus = 'active' | 'draft' | 'archived';
14095
14170
  type ProductStatus = 'active' | 'archived' | 'draft';
14096
- type ProfitStreamKey = 'pre_profit_share' | 'channel_pre_cutoff' | 'channel_post_cutoff' | 'global_e_pre_cutoff' | 'global_e_post_cutoff' | 'duty_assurance';
14097
14171
  type PromptAction = 'prompt_displayed' | 'consent_granted' | 'consent_denied';
14098
14172
  type PromptCheckoutDisplayPosition = 'email' | 'submission';
14099
14173
  type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
@@ -14107,7 +14181,7 @@ declare namespace io.flow.internal.v0.enums {
14107
14181
  type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
14108
14182
  type ReportPaymentType = 'credit' | 'debit';
14109
14183
  type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
14110
- type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record';
14184
+ type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record' | 'disputes';
14111
14185
  type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
14112
14186
  type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
14113
14187
  type ResponsibleParty = 'flow' | 'organization';
@@ -14115,14 +14189,12 @@ declare namespace io.flow.internal.v0.enums {
14115
14189
  type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
14116
14190
  type RestrictionStatus = 'pending' | 'in_review' | 'escalated' | 'accepted' | 'restricted';
14117
14191
  type RevenueRecordType = 'pending' | 'sales' | 'refund';
14118
- type RevenueType = 'mor' | 'fx' | 'duty_assurance';
14119
14192
  type RiskCheck = 'three_d_secure';
14120
14193
  type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
14121
- type SerialReservationError = 'duration_too_long' | 'items_not_found' | 'reservation_expired';
14122
- type ServiceName = 'catalog' | 'demandware' | 'metric';
14123
14194
  type SessionCountryStatus = 'enabled' | 'disabled';
14124
14195
  type ShopifyCheckInventoryErrorCode = 'inventory_out_of_stock';
14125
14196
  type ShopifyGrantStatus = 'pass' | 'fail';
14197
+ type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
14126
14198
  type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
14127
14199
  type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
14128
14200
  type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'order_edit' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations' | 'channel_organization_identifier' | 'bulk_product_ingestion' | 'bulk_duty_update';
@@ -14134,7 +14206,6 @@ declare namespace io.flow.internal.v0.enums {
14134
14206
  type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
14135
14207
  type ShopifyPromotionStatus = 'active' | 'inactive';
14136
14208
  type ShopifyService = 'payment' | 'duty_tax_calculator';
14137
- type ShrutiDemoType = 'digital' | 'physical';
14138
14209
  type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
14139
14210
  type SnoozeNextActionWith = 'customer_service' | 'engineering';
14140
14211
  type SnoozeSourceType = 'task' | 'invariant';
@@ -14143,15 +14214,12 @@ declare namespace io.flow.internal.v0.enums {
14143
14214
  type StatisticType = 'time-to-classify' | 'time-to-classify-aggregated' | 'rate-source' | 'rate-freshness';
14144
14215
  type SubscriptionFrequency = 'yearly' | 'monthly';
14145
14216
  type SuggestionAction = 'accept' | 'validate' | 'review';
14146
- type SvitlanaType = 'physical' | 'digital';
14147
- type TamItemType = 'physical' | 'digital';
14148
14217
  type TariffEligibilityType = 'rex';
14149
14218
  type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults';
14150
14219
  type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
14151
14220
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
14152
14221
  type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
14153
14222
  type TaxTransactionType = 'adjustment' | 'reversal' | 'tax' | 'refund';
14154
- type ThiagoItemType = 'digital' | 'physical';
14155
14223
  type TrackingIntegrationType = 'api' | 'bulk' | 'aftership';
14156
14224
  type TrackingLabelDimensionsSource = 'aftership' | 'carrier_api';
14157
14225
  type TrackingProcessingFailureClassification = 'tracking_expired' | 'expired_tracking_number_new_event' | 'new_tracking_number_expired_event' | 'origin_mismatch' | 'destination_mismatch' | 'other';
@@ -14322,8 +14390,6 @@ declare namespace io.flow.internal.v0.models {
14322
14390
  readonly 'enable_fee_reversals': boolean;
14323
14391
  readonly 'record_reason_for_transactions_pending_payout': boolean;
14324
14392
  readonly 'enable_negative_debits': boolean;
14325
- readonly 'setup_completed_at'?: string;
14326
- readonly 'cohort'?: io.flow.internal.v0.enums.MerchantCohort;
14327
14393
  }
14328
14394
 
14329
14395
  interface AccountSettingsDeleted {
@@ -14349,6 +14415,11 @@ declare namespace io.flow.internal.v0.models {
14349
14415
  readonly 'transfers': io.flow.common.v0.models.Price;
14350
14416
  readonly 'balance': io.flow.common.v0.models.Price;
14351
14417
  readonly 'pending': io.flow.common.v0.models.Price;
14418
+ readonly 'additional_balances'?: io.flow.internal.v0.models.AccountStatisticsAdditionalBalances;
14419
+ }
14420
+
14421
+ interface AccountStatisticsAdditionalBalances {
14422
+ readonly 'on_hold': io.flow.common.v0.models.Price;
14352
14423
  }
14353
14424
 
14354
14425
  interface AccountSummary {
@@ -14900,12 +14971,6 @@ declare namespace io.flow.internal.v0.models {
14900
14971
  readonly 'count': number;
14901
14972
  }
14902
14973
 
14903
- interface AlgoliaIndexAssignment {
14904
- readonly 'id': string;
14905
- readonly 'name': string;
14906
- readonly 'application_id': string;
14907
- }
14908
-
14909
14974
  interface AllItemsExport {
14910
14975
  readonly 'discriminator': 'all_items_export';
14911
14976
  readonly 'event_id': string;
@@ -15029,6 +15094,13 @@ declare namespace io.flow.internal.v0.models {
15029
15094
  readonly 'action'?: io.flow.internal.v0.enums.RestrictionStatus;
15030
15095
  }
15031
15096
 
15097
+ interface BankAccount {
15098
+ readonly 'status': io.flow.internal.v0.enums.BankAccountStatus;
15099
+ readonly 'hold_created_at'?: string;
15100
+ readonly 'updated_at': string;
15101
+ readonly 'last4': string;
15102
+ }
15103
+
15032
15104
  interface BankAccountReference {
15033
15105
  readonly 'id': string;
15034
15106
  }
@@ -15571,7 +15643,7 @@ declare namespace io.flow.internal.v0.models {
15571
15643
 
15572
15644
  interface CallRecord {
15573
15645
  readonly 'id': string;
15574
- readonly 'request_body'?: any/*json*/;
15646
+ readonly 'request_body'?: string;
15575
15647
  }
15576
15648
 
15577
15649
  interface CarrierAccount {
@@ -16052,6 +16124,7 @@ declare namespace io.flow.internal.v0.models {
16052
16124
  readonly 'next_action_from'?: io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
16053
16125
  readonly 'order_created_at'?: string;
16054
16126
  readonly 'order_updated_at'?: string;
16127
+ readonly 'order_edit_summary'?: io.flow.internal.v0.models.OrderEditSummary;
16055
16128
  }
16056
16129
 
16057
16130
  interface ChannelOrderAcceptanceDeleted {
@@ -16731,13 +16804,6 @@ declare namespace io.flow.internal.v0.models {
16731
16804
  readonly 'added_on': string;
16732
16805
  }
16733
16806
 
16734
- interface ColmItemDeleted {
16735
- readonly 'discriminator': 'colm_item_deleted';
16736
- readonly 'event_id': string;
16737
- readonly 'timestamp': string;
16738
- readonly 'id': string;
16739
- }
16740
-
16741
16807
  interface ColmItemForm {
16742
16808
  readonly 'number': string;
16743
16809
  readonly 'amount': io.flow.common.v0.models.Price;
@@ -16746,13 +16812,6 @@ declare namespace io.flow.internal.v0.models {
16746
16812
  readonly 'added_on': string;
16747
16813
  }
16748
16814
 
16749
- interface ColmItemUpserted {
16750
- readonly 'discriminator': 'colm_item_upserted';
16751
- readonly 'event_id': string;
16752
- readonly 'timestamp': string;
16753
- readonly 'item': io.flow.internal.v0.models.ColmItem;
16754
- }
16755
-
16756
16815
  interface CommercialInvoiceComparison {
16757
16816
  readonly 'urls': string[];
16758
16817
  }
@@ -16897,17 +16956,6 @@ declare namespace io.flow.internal.v0.models {
16897
16956
  readonly 'description'?: string;
16898
16957
  }
16899
16958
 
16900
- interface Cost {
16901
- readonly 'source': io.flow.internal.v0.models.CostRule;
16902
- readonly 'amount': number;
16903
- }
16904
-
16905
- interface CostRule {
16906
- readonly 'type': io.flow.internal.v0.enums.CostType;
16907
- readonly 'rule': io.flow.internal.v0.unions.MoneyRule;
16908
- readonly 'bearer': io.flow.internal.v0.enums.Party;
16909
- }
16910
-
16911
16959
  interface CountryPickerCountry {
16912
16960
  readonly 'iso_3166_2': string;
16913
16961
  readonly 'iso_3166_3': string;
@@ -17148,6 +17196,11 @@ declare namespace io.flow.internal.v0.models {
17148
17196
  readonly 'transaction_id': string;
17149
17197
  }
17150
17198
 
17199
+ interface DebugBankingDetails {
17200
+ readonly 'merchant': io.flow.internal.v0.models.MerchantDetails;
17201
+ readonly 'account': io.flow.internal.v0.models.BankAccount;
17202
+ }
17203
+
17151
17204
  interface DebugDetails {
17152
17205
  readonly 'labels': io.flow.internal.v0.models.DebugLabel[];
17153
17206
  readonly 'captures': io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
@@ -17189,6 +17242,7 @@ declare namespace io.flow.internal.v0.models {
17189
17242
  readonly 'debug': io.flow.internal.v0.models.DebugDetails;
17190
17243
  readonly 'transactions': io.flow.billing.v0.models.Transaction[];
17191
17244
  readonly 'reporting': io.flow.internal.v0.models.ReportingDetails;
17245
+ readonly 'banking': io.flow.internal.v0.models.DebugBankingDetails;
17192
17246
  }
17193
17247
 
17194
17248
  interface DebugOrderTransactionForm {
@@ -17330,13 +17384,6 @@ declare namespace io.flow.internal.v0.models {
17330
17384
  readonly 'destination': io.flow.common.v0.models.Address;
17331
17385
  }
17332
17386
 
17333
- interface Details {
17334
- readonly 'catalog_item': io.flow.common.v0.models.CatalogItemSummary;
17335
- readonly 'experience'?: io.flow.common.v0.models.ExperienceSummary;
17336
- readonly 'upserted_at': string;
17337
- readonly 'time_elapsed_since_upserted': number;
17338
- }
17339
-
17340
17387
  interface Dhl {
17341
17388
  readonly 'discriminator': 'dhl';
17342
17389
  readonly 'export_account_number': string;
@@ -17418,8 +17465,10 @@ declare namespace io.flow.internal.v0.models {
17418
17465
  readonly 'billable': io.flow.internal.v0.enums.DisputeBillable;
17419
17466
  readonly 'defense_outcome'?: io.flow.internal.v0.enums.DisputeDefenseOutcome;
17420
17467
  readonly 'details': io.flow.internal.v0.unions.DisputeDetails;
17468
+ readonly 'payment_method'?: io.flow.reference.v0.models.PaymentMethod;
17421
17469
  readonly 'issued_at': string;
17422
17470
  readonly 'expires_at'?: string;
17471
+ readonly 'defended_at'?: string;
17423
17472
  readonly 'created_at': string;
17424
17473
  readonly 'updated_at'?: string;
17425
17474
  }
@@ -17500,6 +17549,18 @@ declare namespace io.flow.internal.v0.models {
17500
17549
  readonly 'status'?: io.flow.internal.v0.enums.DisputeStatus;
17501
17550
  }
17502
17551
 
17552
+ interface DisputeRecord {
17553
+ readonly 'id': string;
17554
+ readonly 'organization': io.flow.internal.v0.models.ReportingOrganizationSummary;
17555
+ readonly 'authorization': io.flow.internal.v0.models.ReportingAuthorizationReference;
17556
+ readonly 'order': io.flow.internal.v0.models.ReportingOrderSummary;
17557
+ readonly 'status': io.flow.internal.v0.enums.DisputeStatus;
17558
+ readonly 'processor': io.flow.internal.v0.enums.DisputeProcessor;
17559
+ readonly 'reporting_category'?: io.flow.internal.v0.enums.DisputeReportingCategory;
17560
+ readonly 'defense_outcome'?: io.flow.internal.v0.enums.DisputeDefenseOutcome;
17561
+ readonly 'chargeback_amount': io.flow.common.v0.models.MoneyWithBase;
17562
+ }
17563
+
17503
17564
  interface DisputeStatusForm {
17504
17565
  readonly 'status': io.flow.internal.v0.enums.DisputeStatus;
17505
17566
  }
@@ -17572,65 +17633,17 @@ declare namespace io.flow.internal.v0.models {
17572
17633
  readonly 'created_at': string;
17573
17634
  }
17574
17635
 
17575
- interface DutyRateBulkRequest {
17576
- readonly 'discriminator': 'duty_rate_bulk_request';
17577
- readonly 'event_id': string;
17578
- readonly 'timestamp': string;
17579
- readonly 'context': io.flow.internal.v0.models.DutyRateContext;
17580
- readonly 'origin': string;
17581
- readonly 'destination_tariff_code': Record<string, string>;
17582
- }
17583
-
17584
- interface DutyRateBulkResponse {
17585
- readonly 'discriminator': 'duty_rate_bulk_response';
17586
- readonly 'event_id': string;
17587
- readonly 'timestamp': string;
17588
- readonly 'context': io.flow.internal.v0.models.DutyRateContext;
17589
- readonly 'duty_rate': io.flow.internal.v0.models.DutyRate[];
17590
- }
17591
-
17592
- interface DutyRateContext {
17593
- readonly 'phrase_id'?: string;
17594
- readonly 'item_number'?: string;
17595
- readonly 'product_id'?: string;
17596
- }
17597
-
17598
17636
  interface DutyRateItemSummary {
17599
17637
  readonly 'number': string;
17600
17638
  readonly 'product_id'?: string;
17601
17639
  }
17602
17640
 
17603
- interface DutyRateRequest {
17604
- readonly 'discriminator': 'duty_rate_request';
17605
- readonly 'event_id': string;
17606
- readonly 'timestamp': string;
17607
- readonly 'destination': string;
17608
- readonly 'origin': string;
17609
- readonly 'tariff_code': string;
17610
- }
17611
-
17612
- interface DutyRateResponse {
17613
- readonly 'discriminator': 'duty_rate_response';
17614
- readonly 'event_id': string;
17615
- readonly 'timestamp': string;
17616
- readonly 'duty_rate': io.flow.internal.v0.models.DutyRate;
17617
- }
17618
-
17619
17641
  interface DutyRateSummary {
17620
17642
  readonly 'tariff_code': string;
17621
17643
  readonly 'origin': string;
17622
17644
  readonly 'destination': string;
17623
17645
  }
17624
17646
 
17625
- interface DutyRateUpserted {
17626
- readonly 'discriminator': 'duty_rate_upserted';
17627
- readonly 'event_id': string;
17628
- readonly 'timestamp': string;
17629
- readonly 'source_event': io.flow.internal.v0.models.DutyRawUpserted;
17630
- readonly 'duty_rate': io.flow.internal.v0.models.DutyRate;
17631
- readonly 'unparsable_rates': string[];
17632
- }
17633
-
17634
17647
  interface DutyRatesDataSummary {
17635
17648
  readonly 'id': string;
17636
17649
  readonly 'item_summary': io.flow.internal.v0.models.DutyRateItemSummary;
@@ -17659,21 +17672,6 @@ declare namespace io.flow.internal.v0.models {
17659
17672
  readonly 'created_at': string;
17660
17673
  }
17661
17674
 
17662
- interface DutyRawBulkUpserted {
17663
- readonly 'discriminator': 'duty_raw_bulk_upserted';
17664
- readonly 'event_id': string;
17665
- readonly 'timestamp': string;
17666
- readonly 'context': io.flow.internal.v0.models.DutyRateContext;
17667
- readonly 'duty_raw': io.flow.internal.v0.models.DutyRaw[];
17668
- }
17669
-
17670
- interface DutyRawUpserted {
17671
- readonly 'discriminator': 'duty_raw_upserted';
17672
- readonly 'event_id': string;
17673
- readonly 'timestamp': string;
17674
- readonly 'duty_raw': io.flow.internal.v0.models.DutyRaw;
17675
- }
17676
-
17677
17675
  interface DutySimpleExpression {
17678
17676
  readonly 'discriminator': 'duty_simple_expression';
17679
17677
  readonly 'type': io.flow.internal.v0.enums.DutySimpleExpressionType;
@@ -17708,37 +17706,6 @@ declare namespace io.flow.internal.v0.models {
17708
17706
  readonly 'duty_transaction': io.flow.internal.v0.models.DutyTransaction;
17709
17707
  }
17710
17708
 
17711
- interface EldarItem {
17712
- readonly 'id': string;
17713
- readonly 'number': string;
17714
- readonly 'amount': io.flow.common.v0.models.Price;
17715
- readonly 'description'?: string;
17716
- readonly 'type': io.flow.internal.v0.enums.EldarItemType;
17717
- readonly 'added_on': string;
17718
- }
17719
-
17720
- interface EldarItemDeleted {
17721
- readonly 'discriminator': 'eldar_item_deleted';
17722
- readonly 'event_id': string;
17723
- readonly 'timestamp': string;
17724
- readonly 'id': string;
17725
- }
17726
-
17727
- interface EldarItemForm {
17728
- readonly 'number': string;
17729
- readonly 'amount': io.flow.common.v0.models.Price;
17730
- readonly 'description'?: string;
17731
- readonly 'type': io.flow.internal.v0.enums.EldarItemType;
17732
- readonly 'added_on': string;
17733
- }
17734
-
17735
- interface EldarItemUpserted {
17736
- readonly 'discriminator': 'eldar_item_upserted';
17737
- readonly 'event_id': string;
17738
- readonly 'timestamp': string;
17739
- readonly 'item': io.flow.internal.v0.models.EldarItem;
17740
- }
17741
-
17742
17709
  interface EmailForm {
17743
17710
  readonly 'to': string[];
17744
17711
  readonly 'cc'?: string[];
@@ -19096,37 +19063,6 @@ declare namespace io.flow.internal.v0.models {
19096
19063
  readonly 'tracker_id': string;
19097
19064
  }
19098
19065
 
19099
- interface HarinathItem {
19100
- readonly 'id': string;
19101
- readonly 'number': string;
19102
- readonly 'amount': io.flow.common.v0.models.Price;
19103
- readonly 'description'?: string;
19104
- readonly 'type': io.flow.internal.v0.enums.HarinathItemType;
19105
- readonly 'added_on': string;
19106
- }
19107
-
19108
- interface HarinathItemDeleted {
19109
- readonly 'discriminator': 'harinath_item_deleted';
19110
- readonly 'event_id': string;
19111
- readonly 'timestamp': string;
19112
- readonly 'id': string;
19113
- }
19114
-
19115
- interface HarinathItemForm {
19116
- readonly 'number': string;
19117
- readonly 'amount': io.flow.common.v0.models.Price;
19118
- readonly 'description'?: string;
19119
- readonly 'type': io.flow.internal.v0.enums.HarinathItemType;
19120
- readonly 'added_on': string;
19121
- }
19122
-
19123
- interface HarinathItemUpserted {
19124
- readonly 'discriminator': 'harinath_item_upserted';
19125
- readonly 'event_id': string;
19126
- readonly 'timestamp': string;
19127
- readonly 'item': io.flow.internal.v0.models.HarinathItem;
19128
- }
19129
-
19130
19066
  interface HarmonizationClassificationStatisticsData {
19131
19067
  readonly 'statistics': io.flow.internal.v0.models.ClassificationStatistics;
19132
19068
  }
@@ -19254,21 +19190,6 @@ declare namespace io.flow.internal.v0.models {
19254
19190
  readonly 'description': string;
19255
19191
  }
19256
19192
 
19257
- interface HybrisCatalogItemsImportRequest {
19258
- readonly 'discriminator': 'hybris_catalog_items_import_request';
19259
- readonly 'event_id': string;
19260
- readonly 'timestamp': string;
19261
- readonly 'organization': string;
19262
- readonly 'request': io.flow.internal.v0.models.HybrisCatalogItemsImportRequestData;
19263
- }
19264
-
19265
- interface HybrisCatalogItemsImportRequestData {
19266
- readonly 'id': string;
19267
- readonly 'import_id': string;
19268
- readonly 'source_url': string;
19269
- readonly 'filename'?: string;
19270
- }
19271
-
19272
19193
  interface ImportCompleted {
19273
19194
  readonly 'discriminator': 'import_completed';
19274
19195
  readonly 'event_id': string;
@@ -19287,22 +19208,6 @@ declare namespace io.flow.internal.v0.models {
19287
19208
  readonly 'error': string;
19288
19209
  }
19289
19210
 
19290
- interface IndexAssignmentDeleted {
19291
- readonly 'discriminator': 'index_assignment_deleted';
19292
- readonly 'event_id': string;
19293
- readonly 'timestamp': string;
19294
- readonly 'organization': string;
19295
- readonly 'id': string;
19296
- }
19297
-
19298
- interface IndexAssignmentUpserted {
19299
- readonly 'discriminator': 'index_assignment_upserted';
19300
- readonly 'event_id': string;
19301
- readonly 'timestamp': string;
19302
- readonly 'organization': string;
19303
- readonly 'assignment': io.flow.internal.v0.models.AlgoliaIndexAssignment;
19304
- }
19305
-
19306
19211
  interface InstallForm {
19307
19212
  readonly 'token': string;
19308
19213
  }
@@ -19438,19 +19343,7 @@ declare namespace io.flow.internal.v0.models {
19438
19343
  readonly 'inventory_item_id': number;
19439
19344
  readonly 'shopify_shop_id': number;
19440
19345
  readonly 'shopify_inventory_item': io.flow.shopify.external.v0.models.ShopifyInventoryItemSummary;
19441
- }
19442
-
19443
- interface InventoryOrganizationSettings {
19444
- readonly 'id': string;
19445
- readonly 'inventory_reservation': io.flow.internal.v0.enums.InventoryReservation;
19446
- readonly 'inventory_check_service': io.flow.internal.v0.enums.InventoryCheckService;
19447
- readonly 'inventory_check_service_root_url'?: string;
19448
- }
19449
-
19450
- interface InventoryOrganizationSettingsForm {
19451
- readonly 'inventory_reservation': io.flow.internal.v0.enums.InventoryReservation;
19452
- readonly 'inventory_check_service': io.flow.internal.v0.enums.InventoryCheckService;
19453
- readonly 'inventory_check_service_root_url'?: string;
19346
+ readonly 'deleted_at'?: string;
19454
19347
  }
19455
19348
 
19456
19349
  interface Invoice {
@@ -19634,10 +19527,6 @@ declare namespace io.flow.internal.v0.models {
19634
19527
  readonly 'values': string[];
19635
19528
  }
19636
19529
 
19637
- interface ItemForm {
19638
- readonly 'amount'?: number;
19639
- }
19640
-
19641
19530
  interface ItemFormImportRequest {
19642
19531
  readonly 'discriminator': 'item_form_import_request';
19643
19532
  readonly 'event_id': string;
@@ -19819,37 +19708,6 @@ declare namespace io.flow.internal.v0.models {
19819
19708
  readonly 'descriptive_asset_urls'?: string;
19820
19709
  }
19821
19710
 
19822
- interface KonstantinItem {
19823
- readonly 'id': string;
19824
- readonly 'number': string;
19825
- readonly 'amount': io.flow.common.v0.models.Price;
19826
- readonly 'description'?: string;
19827
- readonly 'type': io.flow.internal.v0.enums.KonstantinItemType;
19828
- readonly 'added_on': string;
19829
- }
19830
-
19831
- interface KonstantinItemDeleted {
19832
- readonly 'discriminator': 'konstantin_item_deleted';
19833
- readonly 'event_id': string;
19834
- readonly 'timestamp': string;
19835
- readonly 'id': string;
19836
- }
19837
-
19838
- interface KonstantinItemForm {
19839
- readonly 'number': string;
19840
- readonly 'amount': io.flow.common.v0.models.Price;
19841
- readonly 'description'?: string;
19842
- readonly 'type': io.flow.internal.v0.enums.KonstantinItemType;
19843
- readonly 'added_on': string;
19844
- }
19845
-
19846
- interface KonstantinItemUpserted {
19847
- readonly 'discriminator': 'konstantin_item_upserted';
19848
- readonly 'event_id': string;
19849
- readonly 'timestamp': string;
19850
- readonly 'item': io.flow.internal.v0.models.KonstantinItem;
19851
- }
19852
-
19853
19711
  interface LabProjectSettings {
19854
19712
  readonly 'id': string;
19855
19713
  readonly 'flow_lab_project_key': string;
@@ -20867,38 +20725,7 @@ declare namespace io.flow.internal.v0.models {
20867
20725
  readonly 'id': string;
20868
20726
  }
20869
20727
 
20870
- interface MatiasItem {
20871
- readonly 'id': string;
20872
- readonly 'number': string;
20873
- readonly 'amount': io.flow.common.v0.models.Price;
20874
- readonly 'description'?: string;
20875
- readonly 'type': io.flow.internal.v0.enums.MatiasItemType;
20876
- readonly 'added_on': string;
20877
- }
20878
-
20879
- interface MatiasItemDeleted {
20880
- readonly 'discriminator': 'matias_item_deleted';
20881
- readonly 'event_id': string;
20882
- readonly 'timestamp': string;
20883
- readonly 'id': string;
20884
- }
20885
-
20886
- interface MatiasItemForm {
20887
- readonly 'number': string;
20888
- readonly 'amount': io.flow.common.v0.models.Price;
20889
- readonly 'description'?: string;
20890
- readonly 'type': io.flow.internal.v0.enums.MatiasItemType;
20891
- readonly 'added_on': string;
20892
- }
20893
-
20894
- interface MatiasItemUpserted {
20895
- readonly 'discriminator': 'matias_item_upserted';
20896
- readonly 'event_id': string;
20897
- readonly 'timestamp': string;
20898
- readonly 'item': io.flow.internal.v0.models.MatiasItem;
20899
- }
20900
-
20901
- interface Merchant {
20728
+ interface Merchant {
20902
20729
  readonly 'id': string;
20903
20730
  readonly 'account': io.flow.internal.v0.models.AccountReference;
20904
20731
  }
@@ -20920,6 +20747,10 @@ declare namespace io.flow.internal.v0.models {
20920
20747
  readonly 'id': string;
20921
20748
  }
20922
20749
 
20750
+ interface MerchantDetails {
20751
+ readonly 'name': string;
20752
+ }
20753
+
20923
20754
  interface MerchantFees {
20924
20755
  readonly 'duty_guarantee': number;
20925
20756
  readonly 'mor': number;
@@ -21047,77 +20878,12 @@ declare namespace io.flow.internal.v0.models {
21047
20878
  readonly 'proposition': io.flow.internal.v0.models.MetadataProposition;
21048
20879
  }
21049
20880
 
21050
- interface MichaelyanItem {
21051
- readonly 'id': string;
21052
- readonly 'number': string;
21053
- readonly 'amount': io.flow.common.v0.models.Price;
21054
- readonly 'description'?: string;
21055
- readonly 'type': io.flow.internal.v0.enums.MichaelyanItemType;
21056
- readonly 'added_on': string;
21057
- }
21058
-
21059
- interface MichaelyanItemDeleted {
21060
- readonly 'discriminator': 'michaelyan_item_deleted';
21061
- readonly 'event_id': string;
21062
- readonly 'timestamp': string;
21063
- readonly 'id': string;
21064
- }
21065
-
21066
- interface MichaelyanItemForm {
21067
- readonly 'number': string;
21068
- readonly 'amount': io.flow.common.v0.models.Price;
21069
- readonly 'description'?: string;
21070
- readonly 'type': io.flow.internal.v0.enums.MichaelyanItemType;
21071
- readonly 'added_on': string;
21072
- }
21073
-
21074
- interface MichaelyanItemUpserted {
21075
- readonly 'discriminator': 'michaelyan_item_upserted';
21076
- readonly 'event_id': string;
21077
- readonly 'timestamp': string;
21078
- readonly 'item': io.flow.internal.v0.models.MichaelyanItem;
21079
- }
21080
-
21081
- interface MiljenkoItem {
21082
- readonly 'id': string;
21083
- readonly 'number': string;
21084
- readonly 'amount': io.flow.common.v0.models.Price;
21085
- readonly 'description'?: string;
21086
- readonly 'type': io.flow.internal.v0.enums.MiljenkoItemType;
21087
- readonly 'added_on': string;
21088
- }
21089
-
21090
- interface MiljenkoItemDeleted {
21091
- readonly 'discriminator': 'miljenko_item_deleted';
21092
- readonly 'event_id': string;
21093
- readonly 'timestamp': string;
21094
- readonly 'id': string;
21095
- }
21096
-
21097
- interface MiljenkoItemForm {
21098
- readonly 'number': string;
21099
- readonly 'amount': io.flow.common.v0.models.Price;
21100
- readonly 'description'?: string;
21101
- readonly 'type': io.flow.internal.v0.enums.MiljenkoItemType;
21102
- readonly 'added_on': string;
21103
- }
21104
-
21105
- interface MiljenkoItemUpserted {
21106
- readonly 'discriminator': 'miljenko_item_upserted';
21107
- readonly 'event_id': string;
21108
- readonly 'timestamp': string;
21109
- readonly 'item': io.flow.internal.v0.models.MiljenkoItem;
21110
- }
21111
-
21112
- interface MoneyPercentage {
21113
- readonly 'discriminator': 'percentage';
21114
- readonly 'percent': number;
21115
- }
21116
-
21117
20881
  interface NegativeDebitMetrics {
21118
20882
  readonly 'current_attempt': io.flow.internal.v0.models.AttemptStatistics;
20883
+ readonly 'first_attempt': io.flow.internal.v0.models.AttemptStatistics;
21119
20884
  readonly 'second_attempt': io.flow.internal.v0.models.AttemptStatistics;
21120
20885
  readonly 'third_attempt': io.flow.internal.v0.models.AttemptStatistics;
20886
+ readonly 'forth_plus_attempts': io.flow.internal.v0.models.AttemptStatistics;
21121
20887
  }
21122
20888
 
21123
20889
  interface NextBillingStatement {
@@ -21399,6 +21165,11 @@ declare namespace io.flow.internal.v0.models {
21399
21165
  readonly 'disputes': io.flow.internal.v0.models.DisputeDetail[];
21400
21166
  }
21401
21167
 
21168
+ interface OrderEditSummary {
21169
+ readonly 'external_order_edit_reference': string;
21170
+ readonly 'edited_at': string;
21171
+ }
21172
+
21402
21173
  interface OrderFulfillmentDeleted {
21403
21174
  readonly 'discriminator': 'order_fulfillment_deleted';
21404
21175
  readonly 'event_id': string;
@@ -21860,6 +21631,8 @@ declare namespace io.flow.internal.v0.models {
21860
21631
  readonly 'product_count': number;
21861
21632
  readonly 'restricted_product_count': number;
21862
21633
  readonly 'last_order_submitted_at'?: string;
21634
+ readonly 'matching_positive_keywords': string[];
21635
+ readonly 'product_categories': string[];
21863
21636
  }
21864
21637
 
21865
21638
  interface OrganizationMetadataDeleted {
@@ -22263,6 +22036,20 @@ declare namespace io.flow.internal.v0.models {
22263
22036
  readonly 'partner_organization_settings': io.flow.internal.v0.models.PartnerOrganizationSettings;
22264
22037
  }
22265
22038
 
22039
+ interface PartnerTrackingSubscriptionDeleted {
22040
+ readonly 'discriminator': 'partner_tracking_subscription_deleted';
22041
+ readonly 'event_id': string;
22042
+ readonly 'timestamp': string;
22043
+ readonly 'id': string;
22044
+ }
22045
+
22046
+ interface PartnerTrackingSubscriptionUpserted {
22047
+ readonly 'discriminator': 'partner_tracking_subscription_upserted';
22048
+ readonly 'event_id': string;
22049
+ readonly 'timestamp': string;
22050
+ readonly 'partner_tracking_subscription': io.flow.partner.v0.models.PartnerTrackingSubscription;
22051
+ }
22052
+
22266
22053
  interface Passphrase {
22267
22054
  readonly 'id': string;
22268
22055
  readonly 'tribe': io.flow.internal.v0.models.Tribe;
@@ -22425,6 +22212,20 @@ declare namespace io.flow.internal.v0.models {
22425
22212
  readonly 'payer_id': string;
22426
22213
  }
22427
22214
 
22215
+ interface PaypalDisputeDeleted {
22216
+ readonly 'discriminator': 'paypal_dispute_deleted';
22217
+ readonly 'event_id': string;
22218
+ readonly 'timestamp': string;
22219
+ readonly 'id': string;
22220
+ }
22221
+
22222
+ interface PaypalDisputeUpserted {
22223
+ readonly 'discriminator': 'paypal_dispute_upserted';
22224
+ readonly 'event_id': string;
22225
+ readonly 'timestamp': string;
22226
+ readonly 'dispute': io.flow.internal.v0.models.PaypalInternalDispute;
22227
+ }
22228
+
22428
22229
  interface PaypalExecutionDeleted {
22429
22230
  readonly 'discriminator': 'paypal_execution_deleted';
22430
22231
  readonly 'event_id': string;
@@ -22439,6 +22240,47 @@ declare namespace io.flow.internal.v0.models {
22439
22240
  readonly 'execution': io.flow.internal.v0.models.PaypalInternalExecution;
22440
22241
  }
22441
22242
 
22243
+ interface PaypalInternalDispute {
22244
+ readonly 'id': string;
22245
+ readonly 'dispute_id': string;
22246
+ readonly 'create_time': string;
22247
+ readonly 'update_time': string;
22248
+ readonly 'buyer_transaction_id'?: string;
22249
+ readonly 'seller_transaction_id'?: string;
22250
+ readonly 'transaction_reference_id'?: string;
22251
+ readonly 'transaction_create_time'?: string;
22252
+ readonly 'transaction_status'?: string;
22253
+ readonly 'transaction_gross_amount'?: string;
22254
+ readonly 'transaction_gross_currency'?: string;
22255
+ readonly 'transaction_invoice_number'?: string;
22256
+ readonly 'transaction_custom'?: string;
22257
+ readonly 'buyer_name'?: string;
22258
+ readonly 'seller_merchant_id'?: string;
22259
+ readonly 'seller_merchant_name'?: string;
22260
+ readonly 'items'?: any/*object*/[];
22261
+ readonly 'other_disputed_transactions'?: any/*object*/[];
22262
+ readonly 'reason': string;
22263
+ readonly 'status': string;
22264
+ readonly 'dispute_amount': string;
22265
+ readonly 'dispute_currency': string;
22266
+ readonly 'dispute_outcome_code'?: string;
22267
+ readonly 'dispute_outcome_amount_refunded'?: string;
22268
+ readonly 'dispute_outcome_currency'?: string;
22269
+ readonly 'dispute_life_cycle_stage': string;
22270
+ readonly 'dispute_channel': string;
22271
+ readonly 'messages'?: any/*object*/[];
22272
+ readonly 'evidences'?: any/*object*/[];
22273
+ readonly 'buyer_response_due_date'?: string;
22274
+ readonly 'seller_response_due_date'?: string;
22275
+ readonly 'offer'?: any/*object*/;
22276
+ readonly 'communication_details'?: any/*object*/;
22277
+ readonly 'links'?: any/*object*/[];
22278
+ readonly 'previous_status'?: string;
22279
+ readonly 'updated_by_user_id': string;
22280
+ readonly 'created_at': string;
22281
+ readonly 'updated_at': string;
22282
+ }
22283
+
22442
22284
  interface PaypalInternalExecution {
22443
22285
  readonly 'id': string;
22444
22286
  readonly 'currency': string;
@@ -22669,52 +22511,11 @@ declare namespace io.flow.internal.v0.models {
22669
22511
  readonly 'quote_request': io.flow.internal.v0.models.QuoteRequest;
22670
22512
  }
22671
22513
 
22672
- interface PricingIndicator {
22673
- readonly 'discriminator': 'pricing_indicator';
22674
- readonly 'event_id': string;
22675
- readonly 'timestamp': string;
22676
- readonly 'organization': string;
22677
- readonly 'published_from': io.flow.internal.v0.enums.ServiceName;
22678
- readonly 'status': io.flow.internal.v0.enums.PricingIndicatorStatus;
22679
- readonly 'event_identifier': string;
22680
- readonly 'details': io.flow.internal.v0.models.Details;
22681
- }
22682
-
22683
- interface PricingIndicatorDynamo {
22684
- readonly 'organization_id': string;
22685
- readonly 'item_number': string;
22686
- readonly 'experience_key': string;
22687
- readonly 'upserted_at': string;
22688
- readonly 'time_elapsed_since_upserted': number;
22689
- readonly 'event_identifier': string;
22690
- readonly 'status': io.flow.pricing.indicator.internal.event.v0.enums.PricingIndicatorStatus;
22691
- readonly 'published_at': string;
22692
- readonly 'published_from': io.flow.pricing.indicator.internal.event.v0.enums.ServiceName;
22693
- readonly 'expiration_time_in_epoch': number;
22694
- readonly 'catalog_item': io.flow.common.v0.models.CatalogItemSummary;
22695
- readonly 'experience'?: io.flow.common.v0.models.ExperienceSummary;
22696
- }
22697
-
22698
- interface Principal {
22699
- readonly 'type': io.flow.internal.v0.enums.PrincipalType;
22700
- readonly 'amount': number;
22701
- }
22702
-
22703
22514
  interface PrioritizedCenterReference {
22704
22515
  readonly 'center_key': string;
22705
22516
  readonly 'position': number;
22706
22517
  }
22707
22518
 
22708
- interface ProcessedPaymentSummary {
22709
- readonly 'type': io.flow.reference.v0.enums.PaymentMethodCapability;
22710
- readonly 'amount': number;
22711
- readonly 'currency': io.flow.reference.v0.models.Currency;
22712
- readonly 'method': io.flow.reference.v0.models.PaymentMethod;
22713
- readonly 'card_issuer_country'?: io.flow.reference.v0.models.Country;
22714
- readonly 'shipping_address_country'?: io.flow.reference.v0.models.Country;
22715
- readonly 'billing_address_country'?: io.flow.reference.v0.models.Country;
22716
- }
22717
-
22718
22519
  interface ProcessingTransaction {
22719
22520
  readonly 'discriminator': 'processing_transaction';
22720
22521
  readonly 'merchant_of_record': io.flow.common.v0.enums.MerchantOfRecord;
@@ -22920,49 +22721,6 @@ declare namespace io.flow.internal.v0.models {
22920
22721
  readonly 'quantity': number;
22921
22722
  }
22922
22723
 
22923
- interface Profit {
22924
- readonly 'key': io.flow.internal.v0.enums.ProfitStreamKey;
22925
- readonly 'principal': io.flow.internal.v0.models.Principal;
22926
- readonly 'revenue': io.flow.internal.v0.models.Revenue[];
22927
- readonly 'costs': io.flow.internal.v0.models.Cost[];
22928
- readonly 'amount': number;
22929
- readonly 'splits': io.flow.internal.v0.models.ProfitSplit[];
22930
- }
22931
-
22932
- interface ProfitShare {
22933
- readonly 'order': io.flow.internal.v0.models.ProfitShareOrderReference;
22934
- readonly 'profits': io.flow.internal.v0.models.Profit[];
22935
- }
22936
-
22937
- interface ProfitShareOrderReference {
22938
- readonly 'organization': io.flow.common.v0.models.OrganizationReference;
22939
- readonly 'number': string;
22940
- }
22941
-
22942
- interface ProfitSharePlan {
22943
- readonly 'order': io.flow.internal.v0.models.ProfitShareOrderReference;
22944
- readonly 'streams': io.flow.internal.v0.models.ProfitStream[];
22945
- }
22946
-
22947
- interface ProfitSplit {
22948
- readonly 'rule': io.flow.internal.v0.models.ProfitSplitRule;
22949
- readonly 'amount': number;
22950
- }
22951
-
22952
- interface ProfitSplitRule {
22953
- readonly 'payee': io.flow.internal.v0.enums.Party;
22954
- readonly 'rule': io.flow.internal.v0.unions.MoneyRule;
22955
- }
22956
-
22957
- interface ProfitStream {
22958
- readonly 'key': io.flow.internal.v0.enums.ProfitStreamKey;
22959
- readonly 'description': string;
22960
- readonly 'principal': io.flow.internal.v0.enums.PrincipalType;
22961
- readonly 'revenue': io.flow.internal.v0.models.RevenueRule[];
22962
- readonly 'costs': io.flow.internal.v0.models.CostRule[];
22963
- readonly 'splits': io.flow.internal.v0.models.ProfitSplitRule[];
22964
- }
22965
-
22966
22724
  interface ProofOfPostingExternallyFulfilled {
22967
22725
  readonly 'discriminator': 'external';
22968
22726
  readonly 'external_fulfillment_proof_id': string;
@@ -23521,6 +23279,7 @@ declare namespace io.flow.internal.v0.models {
23521
23279
  readonly 'from'?: string;
23522
23280
  readonly 'to'?: string;
23523
23281
  readonly 'payment_type'?: io.flow.internal.v0.enums.ReportPaymentType;
23282
+ readonly 'organizations'?: io.flow.internal.v0.models.ReportOrganizationReference[];
23524
23283
  readonly 'orders'?: io.flow.internal.v0.models.ReportOrderReference[];
23525
23284
  readonly 'recipients'?: string[];
23526
23285
  }
@@ -23534,6 +23293,10 @@ declare namespace io.flow.internal.v0.models {
23534
23293
  readonly 'order_number': string;
23535
23294
  }
23536
23295
 
23296
+ interface ReportOrganizationReference {
23297
+ readonly 'organization_id': string;
23298
+ }
23299
+
23537
23300
  interface ReportOwner {
23538
23301
  readonly 'name': string;
23539
23302
  }
@@ -23611,10 +23374,6 @@ declare namespace io.flow.internal.v0.models {
23611
23374
  readonly 'refund_records'?: any/*object*/[];
23612
23375
  }
23613
23376
 
23614
- interface ReportingEntity {
23615
- readonly 'id': string;
23616
- }
23617
-
23618
23377
  interface ReportingFulfillment {
23619
23378
  readonly 'id': string;
23620
23379
  readonly 'sequence_number': number;
@@ -23697,6 +23456,7 @@ declare namespace io.flow.internal.v0.models {
23697
23456
  readonly 'discount'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23698
23457
  readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23699
23458
  readonly 'tax_refund'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23459
+ readonly 'duty_refund'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23700
23460
  }
23701
23461
 
23702
23462
  interface ReportingMonetaryValue {
@@ -24026,6 +23786,48 @@ declare namespace io.flow.internal.v0.models {
24026
23786
  readonly 'count': number;
24027
23787
  }
24028
23788
 
23789
+ interface RestrictionsDailyops {
23790
+ readonly 'id': string;
23791
+ readonly 'report_date': string;
23792
+ readonly 'num_orgs_setup_complete_with_pvs': number;
23793
+ readonly 'num_products_setup_complete_with_pvs': number;
23794
+ readonly 'num_orgs_transacting_with_pvs': number;
23795
+ readonly 'num_products_transacting_with_pvs': number;
23796
+ readonly 'oldest_pv_product_date_setup_complete': string;
23797
+ readonly 'oldest_pv_product_date_transacting': string;
23798
+ readonly 'num_orgs_setup_complete_prs': number;
23799
+ readonly 'num_products_setup_complete_prs': number;
23800
+ readonly 'num_orgs_transacting_prs': number;
23801
+ readonly 'num_products_transacting_prs': number;
23802
+ readonly 'oldest_pr_product_date_setup_complete': string;
23803
+ readonly 'oldest_pr_date_transacting': string;
23804
+ readonly 'percent_products_reviewed_transacting': number;
23805
+ readonly 'num_pv_inflow_net_new': number;
23806
+ readonly 'num_pv_outflow_human_decisions': number;
23807
+ readonly 'num_pv_outflow_auto_review_decisions': number;
23808
+ readonly 'num_pv_outflow_side_effect_decisions': number;
23809
+ readonly 'num_pr_inflow_net_new': number;
23810
+ readonly 'num_pr_outflow_human_decisions': number;
23811
+ readonly 'num_pr_outflow_auto_review_decisions': number;
23812
+ readonly 'num_pr_outflow_side_effect_decisions': number;
23813
+ readonly 'num_pending_decisions_transacting': number;
23814
+ }
23815
+
23816
+ interface RestrictionsDailyopsDeleted {
23817
+ readonly 'discriminator': 'restrictions_dailyops_deleted';
23818
+ readonly 'event_id': string;
23819
+ readonly 'timestamp': string;
23820
+ readonly 'organization': string;
23821
+ readonly 'id': string;
23822
+ }
23823
+
23824
+ interface RestrictionsDailyopsUpserted {
23825
+ readonly 'discriminator': 'restrictions_dailyops_upserted';
23826
+ readonly 'event_id': string;
23827
+ readonly 'timestamp': string;
23828
+ readonly 'restrictions_dailyops': io.flow.internal.v0.models.RestrictionsDailyops;
23829
+ }
23830
+
24029
23831
  interface ResyncByDestinations {
24030
23832
  readonly 'destinations': io.flow.reference.v0.models.Country[];
24031
23833
  }
@@ -24112,18 +23914,12 @@ declare namespace io.flow.internal.v0.models {
24112
23914
  readonly 'refund': io.flow.payment.v0.models.RefundReference;
24113
23915
  }
24114
23916
 
24115
- interface Revenue {
24116
- readonly 'source': io.flow.internal.v0.models.RevenueRule;
24117
- readonly 'amount': number;
24118
- }
24119
-
24120
23917
  interface RevenueRecord {
24121
23918
  readonly 'id': string;
24122
23919
  readonly 'organization': io.flow.internal.v0.models.ReportingOrganizationSummary;
24123
23920
  readonly 'parent'?: io.flow.internal.v0.models.RecordReference;
24124
23921
  readonly 'type': io.flow.internal.v0.enums.RevenueRecordType;
24125
23922
  readonly 'order': io.flow.internal.v0.models.ReportingOrderSummary;
24126
- readonly 'entity': io.flow.internal.v0.models.ReportingEntity;
24127
23923
  readonly 'vendor': io.flow.internal.v0.models.ReportingVendor;
24128
23924
  readonly 'currencies': io.flow.internal.v0.models.ReportingCurrencies;
24129
23925
  readonly 'conversion_rate': io.flow.internal.v0.models.ReportingConversionRates;
@@ -24151,11 +23947,6 @@ declare namespace io.flow.internal.v0.models {
24151
23947
  readonly 'revenue_record': io.flow.internal.v0.models.RevenueRecord;
24152
23948
  }
24153
23949
 
24154
- interface RevenueRule {
24155
- readonly 'type': io.flow.internal.v0.enums.RevenueType;
24156
- readonly 'rule': io.flow.internal.v0.unions.MoneyRule;
24157
- }
24158
-
24159
23950
  interface RoutingAccount {
24160
23951
  readonly 'discriminator': 'routing_account';
24161
23952
  readonly 'processor': io.flow.internal.v0.enums.Processor;
@@ -24450,6 +24241,49 @@ declare namespace io.flow.internal.v0.models {
24450
24241
  readonly 'placeholder': string;
24451
24242
  }
24452
24243
 
24244
+ interface ShopifyIncotermIncludes {
24245
+ readonly 'duties': boolean;
24246
+ readonly 'taxes': boolean;
24247
+ }
24248
+
24249
+ interface ShopifyIncotermSummaryErrorData {
24250
+ readonly 'id': string;
24251
+ readonly 'shopify_order_id': string;
24252
+ readonly 'order_number': string;
24253
+ readonly 'configuration': io.flow.internal.v0.enums.ShopifyIncotermConfiguration;
24254
+ readonly 'includes': io.flow.internal.v0.models.ShopifyIncotermIncludes;
24255
+ readonly 'reason': string;
24256
+ readonly 'order_submitted_at': string;
24257
+ }
24258
+
24259
+ interface ShopifyIncotermSummaryErrorPublished {
24260
+ readonly 'discriminator': 'shopify_incoterm_summary_error_published';
24261
+ readonly 'event_id': string;
24262
+ readonly 'timestamp': string;
24263
+ readonly 'organization': string;
24264
+ readonly 'data': io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
24265
+ }
24266
+
24267
+ interface ShopifyMarketsBestSellingProduct {
24268
+ readonly 'id': string;
24269
+ }
24270
+
24271
+ interface ShopifyMarketsBestSellingProductDeleted {
24272
+ readonly 'discriminator': 'shopify_markets_best_selling_product_deleted';
24273
+ readonly 'event_id': string;
24274
+ readonly 'timestamp': string;
24275
+ readonly 'organization': string;
24276
+ readonly 'id': string;
24277
+ }
24278
+
24279
+ interface ShopifyMarketsBestSellingProductUpserted {
24280
+ readonly 'discriminator': 'shopify_markets_best_selling_product_upserted';
24281
+ readonly 'event_id': string;
24282
+ readonly 'timestamp': string;
24283
+ readonly 'organization': string;
24284
+ readonly 'shopify_markets_best_selling_product': io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct;
24285
+ }
24286
+
24453
24287
  interface ShopifyMarketsDiscrepancy {
24454
24288
  readonly 'organization_id': string;
24455
24289
  readonly 'count': number;
@@ -24498,6 +24332,19 @@ declare namespace io.flow.internal.v0.models {
24498
24332
  readonly 'shopify_markets_order': io.flow.internal.v0.models.ShopifyMarketsOrder;
24499
24333
  }
24500
24334
 
24335
+ interface ShopifyMarketsOrderEditSummaryData {
24336
+ readonly 'channel_order_acceptance': io.flow.internal.v0.models.ChannelOrderAcceptance;
24337
+ readonly 'edited_at': string;
24338
+ }
24339
+
24340
+ interface ShopifyMarketsOrderEditSummaryPublished {
24341
+ readonly 'discriminator': 'shopify_markets_order_edit_summary_published';
24342
+ readonly 'event_id': string;
24343
+ readonly 'timestamp': string;
24344
+ readonly 'organization': string;
24345
+ readonly 'data': io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryData;
24346
+ }
24347
+
24501
24348
  interface ShopifyMarketsOrderUpserted {
24502
24349
  readonly 'discriminator': 'shopify_markets_order_upserted';
24503
24350
  readonly 'event_id': string;
@@ -24795,6 +24642,14 @@ declare namespace io.flow.internal.v0.models {
24795
24642
  readonly 'send_inventory_update': boolean;
24796
24643
  }
24797
24644
 
24645
+ interface ShopifyPartnerWebhook {
24646
+ readonly 'placeholder'?: boolean;
24647
+ }
24648
+
24649
+ interface ShopifyPartnerWebhookRaw {
24650
+ readonly 'placeholder'?: boolean;
24651
+ }
24652
+
24798
24653
  interface ShopifyPaymentSummary {
24799
24654
  readonly 'description': string;
24800
24655
  readonly 'address'?: io.flow.common.v0.models.Address;
@@ -25010,37 +24865,6 @@ declare namespace io.flow.internal.v0.models {
25010
24865
  readonly 'total': number;
25011
24866
  }
25012
24867
 
25013
- interface ShrutiDemoItem {
25014
- readonly 'id': string;
25015
- readonly 'number': string;
25016
- readonly 'amount': io.flow.common.v0.models.Price;
25017
- readonly 'description'?: string;
25018
- readonly 'type': io.flow.internal.v0.enums.ShrutiDemoType;
25019
- readonly 'added_on': string;
25020
- }
25021
-
25022
- interface ShrutiDemoItemDeleted {
25023
- readonly 'discriminator': 'shruti_demo_item_deleted';
25024
- readonly 'event_id': string;
25025
- readonly 'timestamp': string;
25026
- readonly 'id': string;
25027
- }
25028
-
25029
- interface ShrutiDemoItemForm {
25030
- readonly 'number': string;
25031
- readonly 'amount': io.flow.common.v0.models.Price;
25032
- readonly 'description'?: string;
25033
- readonly 'type': io.flow.internal.v0.enums.ShrutiDemoType;
25034
- readonly 'added_on': string;
25035
- }
25036
-
25037
- interface ShrutiDemoItemUpserted {
25038
- readonly 'discriminator': 'shruti_demo_item_upserted';
25039
- readonly 'event_id': string;
25040
- readonly 'timestamp': string;
25041
- readonly 'item': io.flow.internal.v0.models.ShrutiDemoItem;
25042
- }
25043
-
25044
24868
  interface SimpleAccountReference {
25045
24869
  readonly 'id': string;
25046
24870
  }
@@ -25504,70 +25328,6 @@ declare namespace io.flow.internal.v0.models {
25504
25328
  readonly 'values': io.flow.internal.v0.models.LabelAliases[];
25505
25329
  }
25506
25330
 
25507
- interface SvitlanaItem {
25508
- readonly 'id': string;
25509
- readonly 'number': string;
25510
- readonly 'amount': number;
25511
- readonly 'description'?: string;
25512
- readonly 'type': io.flow.internal.v0.enums.SvitlanaType;
25513
- readonly 'added_on': string;
25514
- }
25515
-
25516
- interface SvitlanaItemDeleted {
25517
- readonly 'discriminator': 'svitlana_item_deleted';
25518
- readonly 'event_id': string;
25519
- readonly 'timestamp': string;
25520
- readonly 'id': string;
25521
- }
25522
-
25523
- interface SvitlanaItemForm {
25524
- readonly 'number': string;
25525
- readonly 'amount': number;
25526
- readonly 'description'?: string;
25527
- readonly 'type': io.flow.internal.v0.enums.SvitlanaType;
25528
- }
25529
-
25530
- interface SvitlanaItemUpserted {
25531
- readonly 'discriminator': 'svitlana_item_upserted';
25532
- readonly 'event_id': string;
25533
- readonly 'timestamp': string;
25534
- readonly 'item': io.flow.internal.v0.models.SvitlanaItem;
25535
- }
25536
-
25537
- interface SvitlanaTest {
25538
- readonly 'name': string;
25539
- }
25540
-
25541
- interface TamItem {
25542
- readonly 'id': string;
25543
- readonly 'number': string;
25544
- readonly 'amount': io.flow.common.v0.models.Price;
25545
- readonly 'description'?: string;
25546
- readonly 'type': io.flow.internal.v0.enums.TamItemType;
25547
- readonly 'added_on': string;
25548
- }
25549
-
25550
- interface TamItemDeleted {
25551
- readonly 'discriminator': 'tam_item_deleted';
25552
- readonly 'event_id': string;
25553
- readonly 'timestamp': string;
25554
- readonly 'id': string;
25555
- }
25556
-
25557
- interface TamItemForm {
25558
- readonly 'number': string;
25559
- readonly 'amount': io.flow.common.v0.models.Price;
25560
- readonly 'description'?: string;
25561
- readonly 'type': io.flow.internal.v0.enums.TamItemType;
25562
- }
25563
-
25564
- interface TamItemUpserted {
25565
- readonly 'discriminator': 'tam_item_upserted';
25566
- readonly 'event_id': string;
25567
- readonly 'timestamp': string;
25568
- readonly 'item': io.flow.internal.v0.models.TamItem;
25569
- }
25570
-
25571
25331
  interface TariffCodeDuty {
25572
25332
  readonly 'tariff_code': string;
25573
25333
  readonly 'duties': Record<string, io.flow.internal.v0.models.Duties>;
@@ -25760,37 +25520,6 @@ declare namespace io.flow.internal.v0.models {
25760
25520
  readonly 'name': string;
25761
25521
  }
25762
25522
 
25763
- interface ThiagoItem {
25764
- readonly 'id': string;
25765
- readonly 'number': string;
25766
- readonly 'amount': io.flow.common.v0.models.Price;
25767
- readonly 'description'?: string;
25768
- readonly 'type': io.flow.internal.v0.enums.ThiagoItemType;
25769
- readonly 'added_on': string;
25770
- }
25771
-
25772
- interface ThiagoItemDeleted {
25773
- readonly 'discriminator': 'thiago_item_deleted';
25774
- readonly 'event_id': string;
25775
- readonly 'timestamp': string;
25776
- readonly 'id': string;
25777
- }
25778
-
25779
- interface ThiagoItemForm {
25780
- readonly 'number': string;
25781
- readonly 'amount': io.flow.common.v0.models.Price;
25782
- readonly 'description'?: string;
25783
- readonly 'type': io.flow.internal.v0.enums.ThiagoItemType;
25784
- readonly 'added_on': string;
25785
- }
25786
-
25787
- interface ThiagoItemUpserted {
25788
- readonly 'discriminator': 'thiago_item_upserted';
25789
- readonly 'event_id': string;
25790
- readonly 'timestamp': string;
25791
- readonly 'item': io.flow.internal.v0.models.ThiagoItem;
25792
- }
25793
-
25794
25523
  interface ThirdPartyLogisticsPartner {
25795
25524
  readonly 'warehouse_address': io.flow.common.v0.models.BillingAddress;
25796
25525
  readonly 'warehouse_url'?: string;
@@ -25926,6 +25655,31 @@ declare namespace io.flow.internal.v0.models {
25926
25655
  readonly 'job': io.flow.internal.v0.models.TrackingAssuranceJob;
25927
25656
  }
25928
25657
 
25658
+ interface TrackingCarrierReturnLabel {
25659
+ readonly 'id': string;
25660
+ readonly 'carrier_tracking_number': string;
25661
+ readonly 'alternate_tracking_numbers': string[];
25662
+ readonly 'carrier_id': string;
25663
+ readonly 'outbound_label_id'?: string;
25664
+ readonly 's3file'?: string;
25665
+ readonly 'origin'?: any/*object*/;
25666
+ readonly 'destination'?: any/*object*/;
25667
+ }
25668
+
25669
+ interface TrackingCarrierReturnLabelDeleted {
25670
+ readonly 'discriminator': 'tracking_carrier_return_label_deleted';
25671
+ readonly 'event_id': string;
25672
+ readonly 'timestamp': string;
25673
+ readonly 'id': string;
25674
+ }
25675
+
25676
+ interface TrackingCarrierReturnLabelUpserted {
25677
+ readonly 'discriminator': 'tracking_carrier_return_label_upserted';
25678
+ readonly 'event_id': string;
25679
+ readonly 'timestamp': string;
25680
+ readonly 'tracking_carrier_return_label': io.flow.internal.v0.models.TrackingCarrierReturnLabel;
25681
+ }
25682
+
25929
25683
  interface TrackingDebugForceTransitForm {
25930
25684
  readonly 'description': string;
25931
25685
  }
@@ -26050,14 +25804,6 @@ declare namespace io.flow.internal.v0.models {
26050
25804
  readonly 'credentials': io.flow.internal.v0.unions.CarrierCredentials;
26051
25805
  }
26052
25806
 
26053
- interface TrackingRequestUpserted {
26054
- readonly 'discriminator': 'tracking_request_upserted';
26055
- readonly 'event_id': string;
26056
- readonly 'timestamp': string;
26057
- readonly 'organization': string;
26058
- readonly 'tracking_request': io.flow.internal.v0.models.TrackingRequest;
26059
- }
26060
-
26061
25807
  interface TrackingResponse {
26062
25808
  readonly 'carrier': string;
26063
25809
  readonly 'carrier_tracking_number': string;
@@ -26065,12 +25811,32 @@ declare namespace io.flow.internal.v0.models {
26065
25811
  readonly 'tracking_events': io.flow.internal.v0.models.TrackingEvent[];
26066
25812
  }
26067
25813
 
26068
- interface TrackingResponseUpserted {
26069
- readonly 'discriminator': 'tracking_response_upserted';
25814
+ interface TrackingSubscription {
25815
+ readonly 'id': string;
25816
+ readonly 'organization_id': string;
25817
+ readonly 'carrier_tracking_number': string;
25818
+ readonly 'carrier_id': string;
25819
+ readonly 'label_id': string;
25820
+ readonly 'label_origin': io.flow.fulfillment.v0.models.ShippingAddress;
25821
+ readonly 'label_destination': io.flow.fulfillment.v0.models.ShippingAddress;
25822
+ readonly 'status': io.flow.tracking.v0.enums.TrackingStatus;
25823
+ readonly 'events': io.flow.tracking.v0.models.TrackingEvent[];
25824
+ readonly 'external_reference_key'?: string;
25825
+ readonly 'external_reference_source'?: string;
25826
+ }
25827
+
25828
+ interface TrackingSubscriptionDeleted {
25829
+ readonly 'discriminator': 'tracking_subscription_deleted';
26070
25830
  readonly 'event_id': string;
26071
25831
  readonly 'timestamp': string;
26072
- readonly 'organization': string;
26073
- readonly 'tracking_response': io.flow.internal.v0.models.TrackingResponse;
25832
+ readonly 'id': string;
25833
+ }
25834
+
25835
+ interface TrackingSubscriptionUpserted {
25836
+ readonly 'discriminator': 'tracking_subscription_upserted';
25837
+ readonly 'event_id': string;
25838
+ readonly 'timestamp': string;
25839
+ readonly 'tracking_subscription': io.flow.internal.v0.models.TrackingSubscription;
26074
25840
  }
26075
25841
 
26076
25842
  interface TrackingUpserted {
@@ -26413,7 +26179,7 @@ declare namespace io.flow.internal.v0.unions {
26413
26179
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
26414
26180
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
26415
26181
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
26416
- type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.EldarItemUpserted | io.flow.internal.v0.models.EldarItemDeleted | io.flow.internal.v0.models.HarinathItemUpserted | io.flow.internal.v0.models.HarinathItemDeleted | io.flow.internal.v0.models.KonstantinItemUpserted | io.flow.internal.v0.models.KonstantinItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.MichaelyanItemUpserted | io.flow.internal.v0.models.MichaelyanItemDeleted | io.flow.internal.v0.models.MiljenkoItemUpserted | io.flow.internal.v0.models.MiljenkoItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | io.flow.internal.v0.models.ThiagoItemUpserted | io.flow.internal.v0.models.ThiagoItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
26182
+ type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryPublished | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
26417
26183
  type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
26418
26184
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
26419
26185
  type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
@@ -26440,7 +26206,6 @@ declare namespace io.flow.internal.v0.unions {
26440
26206
  type MarketingGatewayFeedSource = (io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle | io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook);
26441
26207
  type MarketingGatewayItem = (io.flow.internal.v0.models.MarketingGatewayGoogleItem);
26442
26208
  type MarketingGatewaySourceSummary = (io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary);
26443
- type MoneyRule = (io.flow.internal.v0.models.MoneyPercentage);
26444
26209
  type OptinPromptDisplay = (io.flow.internal.v0.models.OptinPromptCheckoutDisplay);
26445
26210
  type OrderActionForm = (io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm);
26446
26211
  type OrderCancellationEvidence = (io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled | io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender);
@@ -26484,6 +26249,7 @@ export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enu
26484
26249
  export const anyDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.AnyDangerousGoods>;
26485
26250
  export const apiCallReferenceId: PropTypes.Requireable<io.flow.internal.v0.enums.ApiCallReferenceId>;
26486
26251
  export const autoRestrictRule: PropTypes.Requireable<io.flow.internal.v0.enums.AutoRestrictRule>;
26252
+ export const bankAccountStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BankAccountStatus>;
26487
26253
  export const bankPaymentPromiseCompletedMethod: PropTypes.Requireable<io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod>;
26488
26254
  export const bankPaymentStatusCode: PropTypes.Requireable<io.flow.internal.v0.enums.BankPaymentStatusCode>;
26489
26255
  export const billingAllocationKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingAllocationKey>;
@@ -26529,7 +26295,6 @@ export const contentElementType: PropTypes.Requireable<io.flow.internal.v0.enums
26529
26295
  export const contentStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ContentStatus>;
26530
26296
  export const contentType: PropTypes.Requireable<io.flow.internal.v0.enums.ContentType>;
26531
26297
  export const contentTypeCast: PropTypes.Requireable<io.flow.internal.v0.enums.ContentTypeCast>;
26532
- export const costType: PropTypes.Requireable<io.flow.internal.v0.enums.CostType>;
26533
26298
  export const crossdockTrackingStatus: PropTypes.Requireable<io.flow.internal.v0.enums.CrossdockTrackingStatus>;
26534
26299
  export const debugAccountingTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.DebugAccountingTransactionType>;
26535
26300
  export const deliveredDutyOptionMessageType: PropTypes.Requireable<io.flow.internal.v0.enums.DeliveredDutyOptionMessageType>;
@@ -26554,7 +26319,6 @@ export const dutyRateUnitOfMeasure: PropTypes.Requireable<io.flow.internal.v0.en
26554
26319
  export const dutySelectionRule: PropTypes.Requireable<io.flow.internal.v0.enums.DutySelectionRule>;
26555
26320
  export const dutySimpleExpressionType: PropTypes.Requireable<io.flow.internal.v0.enums.DutySimpleExpressionType>;
26556
26321
  export const dutyTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.DutyTransactionType>;
26557
- export const eldarItemType: PropTypes.Requireable<io.flow.internal.v0.enums.EldarItemType>;
26558
26322
  export const emptyAttribute: PropTypes.Requireable<io.flow.internal.v0.enums.EmptyAttribute>;
26559
26323
  export const erpFileType: PropTypes.Requireable<io.flow.internal.v0.enums.ErpFileType>;
26560
26324
  export const eventType: PropTypes.Requireable<io.flow.internal.v0.enums.EventType>;
@@ -26576,18 +26340,14 @@ export const ftpIntent: PropTypes.Requireable<io.flow.internal.v0.enums.FtpInten
26576
26340
  export const ftpProtocol: PropTypes.Requireable<io.flow.internal.v0.enums.FtpProtocol>;
26577
26341
  export const googleAnalyticsPlugin: PropTypes.Requireable<io.flow.internal.v0.enums.GoogleAnalyticsPlugin>;
26578
26342
  export const graphqlServiceTypes: PropTypes.Requireable<io.flow.internal.v0.enums.GraphqlServiceTypes>;
26579
- export const harinathItemType: PropTypes.Requireable<io.flow.internal.v0.enums.HarinathItemType>;
26580
26343
  export const harmonizationDecisionSource: PropTypes.Requireable<io.flow.internal.v0.enums.HarmonizationDecisionSource>;
26581
26344
  export const httpMethod: PropTypes.Requireable<io.flow.internal.v0.enums.HttpMethod>;
26582
- export const inventoryCheckService: PropTypes.Requireable<io.flow.internal.v0.enums.InventoryCheckService>;
26583
- export const inventoryReservation: PropTypes.Requireable<io.flow.internal.v0.enums.InventoryReservation>;
26584
26345
  export const itemClassificationAction: PropTypes.Requireable<io.flow.internal.v0.enums.ItemClassificationAction>;
26585
26346
  export const itemClassificationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ItemClassificationStatus>;
26586
26347
  export const itemHarmonizationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ItemHarmonizationStatus>;
26587
26348
  export const itemQuantityAction: PropTypes.Requireable<io.flow.internal.v0.enums.ItemQuantityAction>;
26588
26349
  export const itemType: PropTypes.Requireable<io.flow.internal.v0.enums.ItemType>;
26589
26350
  export const keywordType: PropTypes.Requireable<io.flow.internal.v0.enums.KeywordType>;
26590
- export const konstantinItemType: PropTypes.Requireable<io.flow.internal.v0.enums.KonstantinItemType>;
26591
26351
  export const labelBillingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.LabelBillingStrategy>;
26592
26352
  export const labelCancellationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCancellationErrorCode>;
26593
26353
  export const labelCreationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCreationStatus>;
@@ -26610,10 +26370,6 @@ export const marketingGatewayFeedState: PropTypes.Requireable<io.flow.internal.v
26610
26370
  export const marketingGatewayPlatform: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayPlatform>;
26611
26371
  export const marketingGatewayProductStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayProductStatus>;
26612
26372
  export const marketingGatewaySchemaCompatibility: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility>;
26613
- export const matiasItemType: PropTypes.Requireable<io.flow.internal.v0.enums.MatiasItemType>;
26614
- export const merchantCohort: PropTypes.Requireable<io.flow.internal.v0.enums.MerchantCohort>;
26615
- export const michaelyanItemType: PropTypes.Requireable<io.flow.internal.v0.enums.MichaelyanItemType>;
26616
- export const miljenkoItemType: PropTypes.Requireable<io.flow.internal.v0.enums.MiljenkoItemType>;
26617
26373
  export const mixedBagWeight: PropTypes.Requireable<io.flow.internal.v0.enums.MixedBagWeight>;
26618
26374
  export const natureOfSale: PropTypes.Requireable<io.flow.internal.v0.enums.NatureOfSale>;
26619
26375
  export const noLiabilityReasonCode: PropTypes.Requireable<io.flow.internal.v0.enums.NoLiabilityReasonCode>;
@@ -26641,19 +26397,15 @@ export const organizationRestrictionRiskLevel: PropTypes.Requireable<io.flow.int
26641
26397
  export const organizationRestrictionScreeningStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus>;
26642
26398
  export const outputStyle: PropTypes.Requireable<io.flow.internal.v0.enums.OutputStyle>;
26643
26399
  export const owner: PropTypes.Requireable<io.flow.internal.v0.enums.Owner>;
26644
- export const party: PropTypes.Requireable<io.flow.internal.v0.enums.Party>;
26645
26400
  export const paymentSummaryStatus: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentSummaryStatus>;
26646
26401
  export const paymentSummaryType: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentSummaryType>;
26647
26402
  export const paymentTerm: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentTerm>;
26648
26403
  export const preferredBillingSchedule: PropTypes.Requireable<io.flow.internal.v0.enums.PreferredBillingSchedule>;
26649
26404
  export const priceSelector: PropTypes.Requireable<io.flow.internal.v0.enums.PriceSelector>;
26650
- export const pricingIndicatorStatus: PropTypes.Requireable<io.flow.internal.v0.enums.PricingIndicatorStatus>;
26651
- export const principalType: PropTypes.Requireable<io.flow.internal.v0.enums.PrincipalType>;
26652
26405
  export const processingTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.ProcessingTransactionType>;
26653
26406
  export const processor: PropTypes.Requireable<io.flow.internal.v0.enums.Processor>;
26654
26407
  export const processorEntityStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ProcessorEntityStatus>;
26655
26408
  export const productStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ProductStatus>;
26656
- export const profitStreamKey: PropTypes.Requireable<io.flow.internal.v0.enums.ProfitStreamKey>;
26657
26409
  export const promptAction: PropTypes.Requireable<io.flow.internal.v0.enums.PromptAction>;
26658
26410
  export const promptCheckoutDisplayPosition: PropTypes.Requireable<io.flow.internal.v0.enums.PromptCheckoutDisplayPosition>;
26659
26411
  export const promptOptions: PropTypes.Requireable<io.flow.internal.v0.enums.PromptOptions>;
@@ -26675,14 +26427,12 @@ export const restrictionAction: PropTypes.Requireable<io.flow.internal.v0.enums.
26675
26427
  export const restrictionDecision: PropTypes.Requireable<io.flow.internal.v0.enums.RestrictionDecision>;
26676
26428
  export const restrictionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.RestrictionStatus>;
26677
26429
  export const revenueRecordType: PropTypes.Requireable<io.flow.internal.v0.enums.RevenueRecordType>;
26678
- export const revenueType: PropTypes.Requireable<io.flow.internal.v0.enums.RevenueType>;
26679
26430
  export const riskCheck: PropTypes.Requireable<io.flow.internal.v0.enums.RiskCheck>;
26680
26431
  export const riskEvaluation: PropTypes.Requireable<io.flow.internal.v0.enums.RiskEvaluation>;
26681
- export const serialReservationError: PropTypes.Requireable<io.flow.internal.v0.enums.SerialReservationError>;
26682
- export const serviceName: PropTypes.Requireable<io.flow.internal.v0.enums.ServiceName>;
26683
26432
  export const sessionCountryStatus: PropTypes.Requireable<io.flow.internal.v0.enums.SessionCountryStatus>;
26684
26433
  export const shopifyCheckInventoryErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyCheckInventoryErrorCode>;
26685
26434
  export const shopifyGrantStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyGrantStatus>;
26435
+ export const shopifyIncotermConfiguration: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyIncotermConfiguration>;
26686
26436
  export const shopifyMarketsDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsDangerousGoods>;
26687
26437
  export const shopifyMarketsHtsNumberAvailable: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsHtsNumberAvailable>;
26688
26438
  export const shopifyMarketsQueuedRecordType: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsQueuedRecordType>;
@@ -26694,7 +26444,6 @@ export const shopifyPromotionOfferAllocationMethod: PropTypes.Requireable<io.flo
26694
26444
  export const shopifyPromotionOrderEntitlementComponent: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionOrderEntitlementComponent>;
26695
26445
  export const shopifyPromotionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionStatus>;
26696
26446
  export const shopifyService: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyService>;
26697
- export const shrutiDemoType: PropTypes.Requireable<io.flow.internal.v0.enums.ShrutiDemoType>;
26698
26447
  export const simpleRoundingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.SimpleRoundingStrategy>;
26699
26448
  export const snoozeNextActionWith: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeNextActionWith>;
26700
26449
  export const snoozeSourceType: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeSourceType>;
@@ -26703,15 +26452,12 @@ export const statementTransferTransactionLocation: PropTypes.Requireable<io.flow
26703
26452
  export const statisticType: PropTypes.Requireable<io.flow.internal.v0.enums.StatisticType>;
26704
26453
  export const subscriptionFrequency: PropTypes.Requireable<io.flow.internal.v0.enums.SubscriptionFrequency>;
26705
26454
  export const suggestionAction: PropTypes.Requireable<io.flow.internal.v0.enums.SuggestionAction>;
26706
- export const svitlanaType: PropTypes.Requireable<io.flow.internal.v0.enums.SvitlanaType>;
26707
- export const tamItemType: PropTypes.Requireable<io.flow.internal.v0.enums.TamItemType>;
26708
26455
  export const tariffEligibilityType: PropTypes.Requireable<io.flow.internal.v0.enums.TariffEligibilityType>;
26709
26456
  export const taskProcessorKey: PropTypes.Requireable<io.flow.internal.v0.enums.TaskProcessorKey>;
26710
26457
  export const taxAndDutyInclusivitySetting: PropTypes.Requireable<io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting>;
26711
26458
  export const taxCalculationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.TaxCalculationErrorCode>;
26712
26459
  export const taxParty: PropTypes.Requireable<io.flow.internal.v0.enums.TaxParty>;
26713
26460
  export const taxTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.TaxTransactionType>;
26714
- export const thiagoItemType: PropTypes.Requireable<io.flow.internal.v0.enums.ThiagoItemType>;
26715
26461
  export const trackingIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.TrackingIntegrationType>;
26716
26462
  export const trackingLabelDimensionsSource: PropTypes.Requireable<io.flow.internal.v0.enums.TrackingLabelDimensionsSource>;
26717
26463
  export const trackingProcessingFailureClassification: PropTypes.Requireable<io.flow.internal.v0.enums.TrackingProcessingFailureClassification>;
@@ -26743,6 +26489,7 @@ export const accountSettingsDeleted: PropTypes.Requireable<io.flow.internal.v0.m
26743
26489
  export const accountSettingsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AccountSettingsUpserted>;
26744
26490
  export const accountSource: PropTypes.Requireable<io.flow.internal.v0.models.AccountSource>;
26745
26491
  export const accountStatistics: PropTypes.Requireable<io.flow.internal.v0.models.AccountStatistics>;
26492
+ export const accountStatisticsAdditionalBalances: PropTypes.Requireable<io.flow.internal.v0.models.AccountStatisticsAdditionalBalances>;
26746
26493
  export const accountSummary: PropTypes.Requireable<io.flow.internal.v0.models.AccountSummary>;
26747
26494
  export const accountTransactionsExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.AccountTransactionsExportRequest>;
26748
26495
  export const accountUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AccountUpserted>;
@@ -26812,7 +26559,6 @@ export const alertFailureSummary: PropTypes.Requireable<io.flow.internal.v0.mode
26812
26559
  export const alertFailureSummaryDetail: PropTypes.Requireable<io.flow.internal.v0.models.AlertFailureSummaryDetail>;
26813
26560
  export const alertImportSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertImportSummary>;
26814
26561
  export const alertRequeueSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertRequeueSummary>;
26815
- export const algoliaIndexAssignment: PropTypes.Requireable<io.flow.internal.v0.models.AlgoliaIndexAssignment>;
26816
26562
  export const allItemsExport: PropTypes.Requireable<io.flow.internal.v0.models.AllItemsExport>;
26817
26563
  export const allOrganizationsMembership: PropTypes.Requireable<io.flow.internal.v0.models.AllOrganizationsMembership>;
26818
26564
  export const allocationItemReference: PropTypes.Requireable<io.flow.internal.v0.models.AllocationItemReference>;
@@ -26833,6 +26579,7 @@ export const authorizedChargeStatus: PropTypes.Requireable<io.flow.internal.v0.m
26833
26579
  export const authorizedLineItemCharge: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedLineItemCharge>;
26834
26580
  export const authorizedShippingCharge: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedShippingCharge>;
26835
26581
  export const autoReviewCriteria: PropTypes.Requireable<io.flow.internal.v0.models.AutoReviewCriteria>;
26582
+ export const bankAccount: PropTypes.Requireable<io.flow.internal.v0.models.BankAccount>;
26836
26583
  export const bankAccountReference: PropTypes.Requireable<io.flow.internal.v0.models.BankAccountReference>;
26837
26584
  export const bankPayment: PropTypes.Requireable<io.flow.internal.v0.models.BankPayment>;
26838
26585
  export const bankPaymentDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentDeletedV2>;
@@ -27060,9 +26807,7 @@ export const classifiedProductDetail: PropTypes.Requireable<io.flow.internal.v0.
27060
26807
  export const cliLogEntry: PropTypes.Requireable<io.flow.internal.v0.models.CliLogEntry>;
27061
26808
  export const cliLogEntryForm: PropTypes.Requireable<io.flow.internal.v0.models.CliLogEntryForm>;
27062
26809
  export const colmItem: PropTypes.Requireable<io.flow.internal.v0.models.ColmItem>;
27063
- export const colmItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ColmItemDeleted>;
27064
26810
  export const colmItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ColmItemForm>;
27065
- export const colmItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ColmItemUpserted>;
27066
26811
  export const commercialInvoiceComparison: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceComparison>;
27067
26812
  export const commercialInvoiceInternal: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceInternal>;
27068
26813
  export const commercialInvoiceInternalDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceInternalDeleted>;
@@ -27079,8 +26824,6 @@ export const contentSchema: PropTypes.Requireable<io.flow.internal.v0.models.Con
27079
26824
  export const contentSchemaElement: PropTypes.Requireable<io.flow.internal.v0.models.ContentSchemaElement>;
27080
26825
  export const contentSchemaForm: PropTypes.Requireable<io.flow.internal.v0.models.ContentSchemaForm>;
27081
26826
  export const contentSchemaSummary: PropTypes.Requireable<io.flow.internal.v0.models.ContentSchemaSummary>;
27082
- export const cost: PropTypes.Requireable<io.flow.internal.v0.models.Cost>;
27083
- export const costRule: PropTypes.Requireable<io.flow.internal.v0.models.CostRule>;
27084
26827
  export const countryPickerCountry: PropTypes.Requireable<io.flow.internal.v0.models.CountryPickerCountry>;
27085
26828
  export const countryPickerCountryData: PropTypes.Requireable<io.flow.internal.v0.models.CountryPickerCountryData>;
27086
26829
  export const countryPickerCurrency: PropTypes.Requireable<io.flow.internal.v0.models.CountryPickerCurrency>;
@@ -27112,6 +26855,7 @@ export const dailyValue: PropTypes.Requireable<io.flow.internal.v0.models.DailyV
27112
26855
  export const dailyValueDeleted: PropTypes.Requireable<io.flow.internal.v0.models.DailyValueDeleted>;
27113
26856
  export const dailyValueUpserted: PropTypes.Requireable<io.flow.internal.v0.models.DailyValueUpserted>;
27114
26857
  export const debugAccountingTransaction: PropTypes.Requireable<io.flow.internal.v0.models.DebugAccountingTransaction>;
26858
+ export const debugBankingDetails: PropTypes.Requireable<io.flow.internal.v0.models.DebugBankingDetails>;
27115
26859
  export const debugDetails: PropTypes.Requireable<io.flow.internal.v0.models.DebugDetails>;
27116
26860
  export const debugFulfillmentDelta: PropTypes.Requireable<io.flow.internal.v0.models.DebugFulfillmentDelta>;
27117
26861
  export const debugLabel: PropTypes.Requireable<io.flow.internal.v0.models.DebugLabel>;
@@ -27140,7 +26884,6 @@ export const deliveredDutyOptionsMessage: PropTypes.Requireable<io.flow.internal
27140
26884
  export const deliveredDutyPreference: PropTypes.Requireable<io.flow.internal.v0.models.DeliveredDutyPreference>;
27141
26885
  export const deliveredDutyPreferenceForm: PropTypes.Requireable<io.flow.internal.v0.models.DeliveredDutyPreferenceForm>;
27142
26886
  export const destinationError: PropTypes.Requireable<io.flow.internal.v0.models.DestinationError>;
27143
- export const details: PropTypes.Requireable<io.flow.internal.v0.models.Details>;
27144
26887
  export const dhl: PropTypes.Requireable<io.flow.internal.v0.models.Dhl>;
27145
26888
  export const dhlEcommerce: PropTypes.Requireable<io.flow.internal.v0.models.DhlEcommerce>;
27146
26889
  export const dict: PropTypes.Requireable<io.flow.internal.v0.models.Dict>;
@@ -27165,6 +26908,7 @@ export const disputeImportForm: PropTypes.Requireable<io.flow.internal.v0.models
27165
26908
  export const disputeOrderReference: PropTypes.Requireable<io.flow.internal.v0.models.DisputeOrderReference>;
27166
26909
  export const disputeOrganizationReference: PropTypes.Requireable<io.flow.internal.v0.models.DisputeOrganizationReference>;
27167
26910
  export const disputeOverrideUpdateForm: PropTypes.Requireable<io.flow.internal.v0.models.DisputeOverrideUpdateForm>;
26911
+ export const disputeRecord: PropTypes.Requireable<io.flow.internal.v0.models.DisputeRecord>;
27168
26912
  export const disputeStatusForm: PropTypes.Requireable<io.flow.internal.v0.models.DisputeStatusForm>;
27169
26913
  export const disputeTransaction: PropTypes.Requireable<io.flow.internal.v0.models.DisputeTransaction>;
27170
26914
  export const disputeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.DisputeUpserted>;
@@ -27173,27 +26917,15 @@ export const duties: PropTypes.Requireable<io.flow.internal.v0.models.Duties>;
27173
26917
  export const dutyCompoundExpression: PropTypes.Requireable<io.flow.internal.v0.models.DutyCompoundExpression>;
27174
26918
  export const dutyInternalRate: PropTypes.Requireable<io.flow.internal.v0.models.DutyInternalRate>;
27175
26919
  export const dutyRate: PropTypes.Requireable<io.flow.internal.v0.models.DutyRate>;
27176
- export const dutyRateBulkRequest: PropTypes.Requireable<io.flow.internal.v0.models.DutyRateBulkRequest>;
27177
- export const dutyRateBulkResponse: PropTypes.Requireable<io.flow.internal.v0.models.DutyRateBulkResponse>;
27178
- export const dutyRateContext: PropTypes.Requireable<io.flow.internal.v0.models.DutyRateContext>;
27179
26920
  export const dutyRateItemSummary: PropTypes.Requireable<io.flow.internal.v0.models.DutyRateItemSummary>;
27180
- export const dutyRateRequest: PropTypes.Requireable<io.flow.internal.v0.models.DutyRateRequest>;
27181
- export const dutyRateResponse: PropTypes.Requireable<io.flow.internal.v0.models.DutyRateResponse>;
27182
26921
  export const dutyRateSummary: PropTypes.Requireable<io.flow.internal.v0.models.DutyRateSummary>;
27183
- export const dutyRateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.DutyRateUpserted>;
27184
26922
  export const dutyRatesDataSummary: PropTypes.Requireable<io.flow.internal.v0.models.DutyRatesDataSummary>;
27185
26923
  export const dutyRatesPublishedV2: PropTypes.Requireable<io.flow.internal.v0.models.DutyRatesPublishedV2>;
27186
26924
  export const dutyRaw: PropTypes.Requireable<io.flow.internal.v0.models.DutyRaw>;
27187
- export const dutyRawBulkUpserted: PropTypes.Requireable<io.flow.internal.v0.models.DutyRawBulkUpserted>;
27188
- export const dutyRawUpserted: PropTypes.Requireable<io.flow.internal.v0.models.DutyRawUpserted>;
27189
26925
  export const dutySimpleExpression: PropTypes.Requireable<io.flow.internal.v0.models.DutySimpleExpression>;
27190
26926
  export const dutyTransaction: PropTypes.Requireable<io.flow.internal.v0.models.DutyTransaction>;
27191
26927
  export const dutyTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.DutyTransactionDeleted>;
27192
26928
  export const dutyTransactionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.DutyTransactionUpserted>;
27193
- export const eldarItem: PropTypes.Requireable<io.flow.internal.v0.models.EldarItem>;
27194
- export const eldarItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.EldarItemDeleted>;
27195
- export const eldarItemForm: PropTypes.Requireable<io.flow.internal.v0.models.EldarItemForm>;
27196
- export const eldarItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.EldarItemUpserted>;
27197
26929
  export const emailForm: PropTypes.Requireable<io.flow.internal.v0.models.EmailForm>;
27198
26930
  export const emailModificationForm: PropTypes.Requireable<io.flow.internal.v0.models.EmailModificationForm>;
27199
26931
  export const emptyClassificationForm: PropTypes.Requireable<io.flow.internal.v0.models.EmptyClassificationForm>;
@@ -27359,10 +27091,6 @@ export const googleLinker: PropTypes.Requireable<io.flow.internal.v0.models.Goog
27359
27091
  export const googleShoppingAccountParameters: PropTypes.Requireable<io.flow.internal.v0.models.GoogleShoppingAccountParameters>;
27360
27092
  export const googleShoppingSetting: PropTypes.Requireable<io.flow.internal.v0.models.GoogleShoppingSetting>;
27361
27093
  export const googleTagManager: PropTypes.Requireable<io.flow.internal.v0.models.GoogleTagManager>;
27362
- export const harinathItem: PropTypes.Requireable<io.flow.internal.v0.models.HarinathItem>;
27363
- export const harinathItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.HarinathItemDeleted>;
27364
- export const harinathItemForm: PropTypes.Requireable<io.flow.internal.v0.models.HarinathItemForm>;
27365
- export const harinathItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.HarinathItemUpserted>;
27366
27094
  export const harmonizationClassificationStatisticsData: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationClassificationStatisticsData>;
27367
27095
  export const harmonizationClassificationStatisticsPublished: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished>;
27368
27096
  export const harmonizationCodesImport: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationCodesImport>;
@@ -27381,12 +27109,8 @@ export const harmonizedItemsHs6Export: PropTypes.Requireable<io.flow.internal.v0
27381
27109
  export const href: PropTypes.Requireable<io.flow.internal.v0.models.Href>;
27382
27110
  export const hs6: PropTypes.Requireable<io.flow.internal.v0.models.Hs6>;
27383
27111
  export const hs6Metadata: PropTypes.Requireable<io.flow.internal.v0.models.Hs6Metadata>;
27384
- export const hybrisCatalogItemsImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.HybrisCatalogItemsImportRequest>;
27385
- export const hybrisCatalogItemsImportRequestData: PropTypes.Requireable<io.flow.internal.v0.models.HybrisCatalogItemsImportRequestData>;
27386
27112
  export const importCompleted: PropTypes.Requireable<io.flow.internal.v0.models.ImportCompleted>;
27387
27113
  export const importFailed: PropTypes.Requireable<io.flow.internal.v0.models.ImportFailed>;
27388
- export const indexAssignmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.IndexAssignmentDeleted>;
27389
- export const indexAssignmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.IndexAssignmentUpserted>;
27390
27114
  export const installForm: PropTypes.Requireable<io.flow.internal.v0.models.InstallForm>;
27391
27115
  export const internalAdyenAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalAdyenAuthorizationDetails>;
27392
27116
  export const internalAfterpayAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalAfterpayAuthorizationDetails>;
@@ -27410,8 +27134,6 @@ export const internalTransactionDetailsCard: PropTypes.Requireable<io.flow.inter
27410
27134
  export const invalidCheckoutData: PropTypes.Requireable<io.flow.internal.v0.models.InvalidCheckoutData>;
27411
27135
  export const invariant: PropTypes.Requireable<io.flow.internal.v0.models.Invariant>;
27412
27136
  export const inventoryItemWrapper: PropTypes.Requireable<io.flow.internal.v0.models.InventoryItemWrapper>;
27413
- export const inventoryOrganizationSettings: PropTypes.Requireable<io.flow.internal.v0.models.InventoryOrganizationSettings>;
27414
- export const inventoryOrganizationSettingsForm: PropTypes.Requireable<io.flow.internal.v0.models.InventoryOrganizationSettingsForm>;
27415
27137
  export const invoice: PropTypes.Requireable<io.flow.internal.v0.models.Invoice>;
27416
27138
  export const invoiceInfoForm: PropTypes.Requireable<io.flow.internal.v0.models.InvoiceInfoForm>;
27417
27139
  export const invoiceLine: PropTypes.Requireable<io.flow.internal.v0.models.InvoiceLine>;
@@ -27432,7 +27154,6 @@ export const itemDimensionEstimateUpsertedV2: PropTypes.Requireable<io.flow.inte
27432
27154
  export const itemFilterResponse: PropTypes.Requireable<io.flow.internal.v0.models.ItemFilterResponse>;
27433
27155
  export const itemFilterValueResponse: PropTypes.Requireable<io.flow.internal.v0.models.ItemFilterValueResponse>;
27434
27156
  export const itemFilterValuesForm: PropTypes.Requireable<io.flow.internal.v0.models.ItemFilterValuesForm>;
27435
- export const itemForm: PropTypes.Requireable<io.flow.internal.v0.models.ItemForm>;
27436
27157
  export const itemFormImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.ItemFormImportRequest>;
27437
27158
  export const itemHarmonization: PropTypes.Requireable<io.flow.internal.v0.models.ItemHarmonization>;
27438
27159
  export const itemHarmonizationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ItemHarmonizationDeleted>;
@@ -27456,10 +27177,6 @@ export const key: PropTypes.Requireable<io.flow.internal.v0.models.Key>;
27456
27177
  export const keyReference: PropTypes.Requireable<io.flow.internal.v0.models.KeyReference>;
27457
27178
  export const klarnaAuthorizationParameters: PropTypes.Requireable<io.flow.internal.v0.models.KlarnaAuthorizationParameters>;
27458
27179
  export const klarnaPaymentMethodCategory: PropTypes.Requireable<io.flow.internal.v0.models.KlarnaPaymentMethodCategory>;
27459
- export const konstantinItem: PropTypes.Requireable<io.flow.internal.v0.models.KonstantinItem>;
27460
- export const konstantinItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.KonstantinItemDeleted>;
27461
- export const konstantinItemForm: PropTypes.Requireable<io.flow.internal.v0.models.KonstantinItemForm>;
27462
- export const konstantinItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.KonstantinItemUpserted>;
27463
27180
  export const labProjectSettings: PropTypes.Requireable<io.flow.internal.v0.models.LabProjectSettings>;
27464
27181
  export const labProjectSettingsForm: PropTypes.Requireable<io.flow.internal.v0.models.LabProjectSettingsForm>;
27465
27182
  export const labProjectSettingsFormAcceptance: PropTypes.Requireable<io.flow.internal.v0.models.LabProjectSettingsFormAcceptance>;
@@ -27593,14 +27310,11 @@ export const marketingGatewaySchemaSummary: PropTypes.Requireable<io.flow.intern
27593
27310
  export const marketingGatewaySupportedChannelDetails: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails>;
27594
27311
  export const marketsOrder: PropTypes.Requireable<io.flow.internal.v0.models.MarketsOrder>;
27595
27312
  export const marketsOrderSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketsOrderSummary>;
27596
- export const matiasItem: PropTypes.Requireable<io.flow.internal.v0.models.MatiasItem>;
27597
- export const matiasItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.MatiasItemDeleted>;
27598
- export const matiasItemForm: PropTypes.Requireable<io.flow.internal.v0.models.MatiasItemForm>;
27599
- export const matiasItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.MatiasItemUpserted>;
27600
27313
  export const merchant: PropTypes.Requireable<io.flow.internal.v0.models.Merchant>;
27601
27314
  export const merchantApplicationSummaries: PropTypes.Requireable<io.flow.internal.v0.models.MerchantApplicationSummaries>;
27602
27315
  export const merchantApplicationSummary: PropTypes.Requireable<io.flow.internal.v0.models.MerchantApplicationSummary>;
27603
27316
  export const merchantDeleted: PropTypes.Requireable<io.flow.internal.v0.models.MerchantDeleted>;
27317
+ export const merchantDetails: PropTypes.Requireable<io.flow.internal.v0.models.MerchantDetails>;
27604
27318
  export const merchantFees: PropTypes.Requireable<io.flow.internal.v0.models.MerchantFees>;
27605
27319
  export const merchantGuidAssignment: PropTypes.Requireable<io.flow.internal.v0.models.MerchantGuidAssignment>;
27606
27320
  export const merchantGuidAssignmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.MerchantGuidAssignmentDeleted>;
@@ -27617,15 +27331,6 @@ export const merchantUpserted: PropTypes.Requireable<io.flow.internal.v0.models.
27617
27331
  export const messageStamp: PropTypes.Requireable<io.flow.internal.v0.models.MessageStamp>;
27618
27332
  export const metadataProposition: PropTypes.Requireable<io.flow.internal.v0.models.MetadataProposition>;
27619
27333
  export const metadataRatecard: PropTypes.Requireable<io.flow.internal.v0.models.MetadataRatecard>;
27620
- export const michaelyanItem: PropTypes.Requireable<io.flow.internal.v0.models.MichaelyanItem>;
27621
- export const michaelyanItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.MichaelyanItemDeleted>;
27622
- export const michaelyanItemForm: PropTypes.Requireable<io.flow.internal.v0.models.MichaelyanItemForm>;
27623
- export const michaelyanItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.MichaelyanItemUpserted>;
27624
- export const miljenkoItem: PropTypes.Requireable<io.flow.internal.v0.models.MiljenkoItem>;
27625
- export const miljenkoItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.MiljenkoItemDeleted>;
27626
- export const miljenkoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.MiljenkoItemForm>;
27627
- export const miljenkoItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.MiljenkoItemUpserted>;
27628
- export const moneyPercentage: PropTypes.Requireable<io.flow.internal.v0.models.MoneyPercentage>;
27629
27334
  export const negativeDebitMetrics: PropTypes.Requireable<io.flow.internal.v0.models.NegativeDebitMetrics>;
27630
27335
  export const nextBillingStatement: PropTypes.Requireable<io.flow.internal.v0.models.NextBillingStatement>;
27631
27336
  export const noCalculatedTaxAmount: PropTypes.Requireable<io.flow.internal.v0.models.NoCalculatedTaxAmount>;
@@ -27665,6 +27370,7 @@ export const orderCombinedShipmentDeleted: PropTypes.Requireable<io.flow.interna
27665
27370
  export const orderCombinedShipmentForm: PropTypes.Requireable<io.flow.internal.v0.models.OrderCombinedShipmentForm>;
27666
27371
  export const orderCombinedShipmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrderCombinedShipmentUpserted>;
27667
27372
  export const orderDetail: PropTypes.Requireable<io.flow.internal.v0.models.OrderDetail>;
27373
+ export const orderEditSummary: PropTypes.Requireable<io.flow.internal.v0.models.OrderEditSummary>;
27668
27374
  export const orderFulfillmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrderFulfillmentDeleted>;
27669
27375
  export const orderFulfillmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrderFulfillmentUpserted>;
27670
27376
  export const orderNote: PropTypes.Requireable<io.flow.internal.v0.models.OrderNote>;
@@ -27779,6 +27485,8 @@ export const partnerOrganizationSettings: PropTypes.Requireable<io.flow.internal
27779
27485
  export const partnerOrganizationSettingsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted>;
27780
27486
  export const partnerOrganizationSettingsForm: PropTypes.Requireable<io.flow.internal.v0.models.PartnerOrganizationSettingsForm>;
27781
27487
  export const partnerOrganizationSettingsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted>;
27488
+ export const partnerTrackingSubscriptionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted>;
27489
+ export const partnerTrackingSubscriptionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted>;
27782
27490
  export const passphrase: PropTypes.Requireable<io.flow.internal.v0.models.Passphrase>;
27783
27491
  export const passphraseForm: PropTypes.Requireable<io.flow.internal.v0.models.PassphraseForm>;
27784
27492
  export const passphraseSummary: PropTypes.Requireable<io.flow.internal.v0.models.PassphraseSummary>;
@@ -27800,8 +27508,11 @@ export const paypalAccountReference: PropTypes.Requireable<io.flow.internal.v0.m
27800
27508
  export const paypalAuthentication: PropTypes.Requireable<io.flow.internal.v0.models.PaypalAuthentication>;
27801
27509
  export const paypalAuthenticationForm: PropTypes.Requireable<io.flow.internal.v0.models.PaypalAuthenticationForm>;
27802
27510
  export const paypalAuthorizationPayload: PropTypes.Requireable<io.flow.internal.v0.models.PaypalAuthorizationPayload>;
27511
+ export const paypalDisputeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PaypalDisputeDeleted>;
27512
+ export const paypalDisputeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PaypalDisputeUpserted>;
27803
27513
  export const paypalExecutionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PaypalExecutionDeleted>;
27804
27514
  export const paypalExecutionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PaypalExecutionUpserted>;
27515
+ export const paypalInternalDispute: PropTypes.Requireable<io.flow.internal.v0.models.PaypalInternalDispute>;
27805
27516
  export const paypalInternalExecution: PropTypes.Requireable<io.flow.internal.v0.models.PaypalInternalExecution>;
27806
27517
  export const paypalInternalPayment: PropTypes.Requireable<io.flow.internal.v0.models.PaypalInternalPayment>;
27807
27518
  export const paypalInternalRefund: PropTypes.Requireable<io.flow.internal.v0.models.PaypalInternalRefund>;
@@ -27829,11 +27540,7 @@ export const platformFeePercentageTier: PropTypes.Requireable<io.flow.internal.v
27829
27540
  export const prediction: PropTypes.Requireable<io.flow.internal.v0.models.Prediction>;
27830
27541
  export const pregeneratedQuote: PropTypes.Requireable<io.flow.internal.v0.models.PregeneratedQuote>;
27831
27542
  export const pregeneratedRequestEvent: PropTypes.Requireable<io.flow.internal.v0.models.PregeneratedRequestEvent>;
27832
- export const pricingIndicator: PropTypes.Requireable<io.flow.internal.v0.models.PricingIndicator>;
27833
- export const pricingIndicatorDynamo: PropTypes.Requireable<io.flow.internal.v0.models.PricingIndicatorDynamo>;
27834
- export const principal: PropTypes.Requireable<io.flow.internal.v0.models.Principal>;
27835
27543
  export const prioritizedCenterReference: PropTypes.Requireable<io.flow.internal.v0.models.PrioritizedCenterReference>;
27836
- export const processedPaymentSummary: PropTypes.Requireable<io.flow.internal.v0.models.ProcessedPaymentSummary>;
27837
27544
  export const processingTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransaction>;
27838
27545
  export const processingTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransactionDeleted>;
27839
27546
  export const processingTransactionReference: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransactionReference>;
@@ -27858,13 +27565,6 @@ export const productRestrictionRuleDecisionDeleted: PropTypes.Requireable<io.flo
27858
27565
  export const productRestrictionRuleDecisionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted>;
27859
27566
  export const productReviewHistory: PropTypes.Requireable<io.flow.internal.v0.models.ProductReviewHistory>;
27860
27567
  export const productTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProductTransaction>;
27861
- export const profit: PropTypes.Requireable<io.flow.internal.v0.models.Profit>;
27862
- export const profitShare: PropTypes.Requireable<io.flow.internal.v0.models.ProfitShare>;
27863
- export const profitShareOrderReference: PropTypes.Requireable<io.flow.internal.v0.models.ProfitShareOrderReference>;
27864
- export const profitSharePlan: PropTypes.Requireable<io.flow.internal.v0.models.ProfitSharePlan>;
27865
- export const profitSplit: PropTypes.Requireable<io.flow.internal.v0.models.ProfitSplit>;
27866
- export const profitSplitRule: PropTypes.Requireable<io.flow.internal.v0.models.ProfitSplitRule>;
27867
- export const profitStream: PropTypes.Requireable<io.flow.internal.v0.models.ProfitStream>;
27868
27568
  export const proofOfPostingExternallyFulfilled: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled>;
27869
27569
  export const proofOfPostingFulfilled: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingFulfilled>;
27870
27570
  export const proofOfPostingOrderCancellation: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingOrderCancellation>;
@@ -27945,6 +27645,7 @@ export const reportBankAccountCleartext: PropTypes.Requireable<io.flow.internal.
27945
27645
  export const reportForm: PropTypes.Requireable<io.flow.internal.v0.models.ReportForm>;
27946
27646
  export const reportMerchant: PropTypes.Requireable<io.flow.internal.v0.models.ReportMerchant>;
27947
27647
  export const reportOrderReference: PropTypes.Requireable<io.flow.internal.v0.models.ReportOrderReference>;
27648
+ export const reportOrganizationReference: PropTypes.Requireable<io.flow.internal.v0.models.ReportOrganizationReference>;
27948
27649
  export const reportOwner: PropTypes.Requireable<io.flow.internal.v0.models.ReportOwner>;
27949
27650
  export const reportPayment: PropTypes.Requireable<io.flow.internal.v0.models.ReportPayment>;
27950
27651
  export const reportRuleDecision: PropTypes.Requireable<io.flow.internal.v0.models.ReportRuleDecision>;
@@ -27958,7 +27659,6 @@ export const reportingDebug: PropTypes.Requireable<io.flow.internal.v0.models.Re
27958
27659
  export const reportingDebugMissingSubsidies: PropTypes.Requireable<io.flow.internal.v0.models.ReportingDebugMissingSubsidies>;
27959
27660
  export const reportingDestination: PropTypes.Requireable<io.flow.internal.v0.models.ReportingDestination>;
27960
27661
  export const reportingDetails: PropTypes.Requireable<io.flow.internal.v0.models.ReportingDetails>;
27961
- export const reportingEntity: PropTypes.Requireable<io.flow.internal.v0.models.ReportingEntity>;
27962
27662
  export const reportingFulfillment: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFulfillment>;
27963
27663
  export const reportingFulfillmentHas: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFulfillmentHas>;
27964
27664
  export const reportingFulfillmentIs: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFulfillmentIs>;
@@ -28009,6 +27709,9 @@ export const restrictionRuleMetadata: PropTypes.Requireable<io.flow.internal.v0.
28009
27709
  export const restrictionRuleOverride: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOverride>;
28010
27710
  export const restrictionRuleSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleSummary>;
28011
27711
  export const restrictionStatusMetadata: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionStatusMetadata>;
27712
+ export const restrictionsDailyops: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyops>;
27713
+ export const restrictionsDailyopsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyopsDeleted>;
27714
+ export const restrictionsDailyopsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyopsUpserted>;
28012
27715
  export const resyncByDestinations: PropTypes.Requireable<io.flow.internal.v0.models.ResyncByDestinations>;
28013
27716
  export const resyncByHs6Destinations: PropTypes.Requireable<io.flow.internal.v0.models.ResyncByHs6Destinations>;
28014
27717
  export const resyncByHs6Origin: PropTypes.Requireable<io.flow.internal.v0.models.ResyncByHs6Origin>;
@@ -28022,11 +27725,9 @@ export const returnPolicyItemResultUpserted: PropTypes.Requireable<io.flow.inter
28022
27725
  export const returnPolicyUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ReturnPolicyUpserted>;
28023
27726
  export const returnSummary: PropTypes.Requireable<io.flow.internal.v0.models.ReturnSummary>;
28024
27727
  export const returnTriggerRefund: PropTypes.Requireable<io.flow.internal.v0.models.ReturnTriggerRefund>;
28025
- export const revenue: PropTypes.Requireable<io.flow.internal.v0.models.Revenue>;
28026
27728
  export const revenueRecord: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecord>;
28027
27729
  export const revenueRecordDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecordDeleted>;
28028
27730
  export const revenueRecordUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecordUpserted>;
28029
- export const revenueRule: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRule>;
28030
27731
  export const routingAccount: PropTypes.Requireable<io.flow.internal.v0.models.RoutingAccount>;
28031
27732
  export const routingMerchant: PropTypes.Requireable<io.flow.internal.v0.models.RoutingMerchant>;
28032
27733
  export const routingProcessor: PropTypes.Requireable<io.flow.internal.v0.models.RoutingProcessor>;
@@ -28075,6 +27776,12 @@ export const shopifyGiftCardRedemptionForm: PropTypes.Requireable<io.flow.intern
28075
27776
  export const shopifyGiftCardReversal: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyGiftCardReversal>;
28076
27777
  export const shopifyGiftCardReversalForm: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyGiftCardReversalForm>;
28077
27778
  export const shopifyGrantsCheck: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyGrantsCheck>;
27779
+ export const shopifyIncotermIncludes: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyIncotermIncludes>;
27780
+ export const shopifyIncotermSummaryErrorData: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData>;
27781
+ export const shopifyIncotermSummaryErrorPublished: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished>;
27782
+ export const shopifyMarketsBestSellingProduct: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct>;
27783
+ export const shopifyMarketsBestSellingProductDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted>;
27784
+ export const shopifyMarketsBestSellingProductUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted>;
28078
27785
  export const shopifyMarketsDiscrepancy: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsDiscrepancy>;
28079
27786
  export const shopifyMarketsDiscrepancyData: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsDiscrepancyData>;
28080
27787
  export const shopifyMarketsIncorporationCountry: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsIncorporationCountry>;
@@ -28083,6 +27790,8 @@ export const shopifyMarketsMetricsDeleted: PropTypes.Requireable<io.flow.interna
28083
27790
  export const shopifyMarketsMetricsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted>;
28084
27791
  export const shopifyMarketsOrder: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrder>;
28085
27792
  export const shopifyMarketsOrderDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderDeleted>;
27793
+ export const shopifyMarketsOrderEditSummaryData: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryData>;
27794
+ export const shopifyMarketsOrderEditSummaryPublished: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryPublished>;
28086
27795
  export const shopifyMarketsOrderUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderUpserted>;
28087
27796
  export const shopifyMarketsOrderVersionWithShopId: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId>;
28088
27797
  export const shopifyMarketsOrdersMetrics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrdersMetrics>;
@@ -28125,6 +27834,8 @@ export const shopifyOrderLineAttribute: PropTypes.Requireable<io.flow.internal.v
28125
27834
  export const shopifyOrderLineContent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyOrderLineContent>;
28126
27835
  export const shopifyOrganizationSettings: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyOrganizationSettings>;
28127
27836
  export const shopifyOrganizationSettingsForm: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyOrganizationSettingsForm>;
27837
+ export const shopifyPartnerWebhook: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyPartnerWebhook>;
27838
+ export const shopifyPartnerWebhookRaw: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyPartnerWebhookRaw>;
28128
27839
  export const shopifyPaymentSummary: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyPaymentSummary>;
28129
27840
  export const shopifyProductBundle: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductBundle>;
28130
27841
  export const shopifyProductBundleDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductBundleDeleted>;
@@ -28157,10 +27868,6 @@ export const shopperFreight: PropTypes.Requireable<io.flow.internal.v0.models.Sh
28157
27868
  export const shopperLine: PropTypes.Requireable<io.flow.internal.v0.models.ShopperLine>;
28158
27869
  export const shopperLines: PropTypes.Requireable<io.flow.internal.v0.models.ShopperLines>;
28159
27870
  export const shopperSummary: PropTypes.Requireable<io.flow.internal.v0.models.ShopperSummary>;
28160
- export const shrutiDemoItem: PropTypes.Requireable<io.flow.internal.v0.models.ShrutiDemoItem>;
28161
- export const shrutiDemoItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShrutiDemoItemDeleted>;
28162
- export const shrutiDemoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ShrutiDemoItemForm>;
28163
- export const shrutiDemoItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShrutiDemoItemUpserted>;
28164
27871
  export const simpleAccountReference: PropTypes.Requireable<io.flow.internal.v0.models.SimpleAccountReference>;
28165
27872
  export const simplifiedItemLabel: PropTypes.Requireable<io.flow.internal.v0.models.SimplifiedItemLabel>;
28166
27873
  export const simplifiedTaxonomyCategory: PropTypes.Requireable<io.flow.internal.v0.models.SimplifiedTaxonomyCategory>;
@@ -28218,15 +27925,6 @@ export const submittedOrderUpserted: PropTypes.Requireable<io.flow.internal.v0.m
28218
27925
  export const subscription: PropTypes.Requireable<io.flow.internal.v0.models.Subscription>;
28219
27926
  export const subscriptionTransaction: PropTypes.Requireable<io.flow.internal.v0.models.SubscriptionTransaction>;
28220
27927
  export const supportedLabels: PropTypes.Requireable<io.flow.internal.v0.models.SupportedLabels>;
28221
- export const svitlanaItem: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItem>;
28222
- export const svitlanaItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItemDeleted>;
28223
- export const svitlanaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItemForm>;
28224
- export const svitlanaItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItemUpserted>;
28225
- export const svitlanaTest: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaTest>;
28226
- export const tamItem: PropTypes.Requireable<io.flow.internal.v0.models.TamItem>;
28227
- export const tamItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TamItemDeleted>;
28228
- export const tamItemForm: PropTypes.Requireable<io.flow.internal.v0.models.TamItemForm>;
28229
- export const tamItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TamItemUpserted>;
28230
27928
  export const tariffCodeDuty: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodeDuty>;
28231
27929
  export const tariffCodesExport: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodesExport>;
28232
27930
  export const tariffEligibility: PropTypes.Requireable<io.flow.internal.v0.models.TariffEligibility>;
@@ -28252,10 +27950,6 @@ export const taxonomyNode: PropTypes.Requireable<io.flow.internal.v0.models.Taxo
28252
27950
  export const techOnboardingDescription: PropTypes.Requireable<io.flow.internal.v0.models.TechOnboardingDescription>;
28253
27951
  export const test: PropTypes.Requireable<io.flow.internal.v0.models.Test>;
28254
27952
  export const testForm: PropTypes.Requireable<io.flow.internal.v0.models.TestForm>;
28255
- export const thiagoItem: PropTypes.Requireable<io.flow.internal.v0.models.ThiagoItem>;
28256
- export const thiagoItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ThiagoItemDeleted>;
28257
- export const thiagoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ThiagoItemForm>;
28258
- export const thiagoItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ThiagoItemUpserted>;
28259
27953
  export const thirdPartyLogisticsPartner: PropTypes.Requireable<io.flow.internal.v0.models.ThirdPartyLogisticsPartner>;
28260
27954
  export const thirdPartyLogisticsPickUpTimeWindow: PropTypes.Requireable<io.flow.internal.v0.models.ThirdPartyLogisticsPickUpTimeWindow>;
28261
27955
  export const tieredFee: PropTypes.Requireable<io.flow.internal.v0.models.TieredFee>;
@@ -28273,6 +27967,9 @@ export const trackingAssuranceAnalysisUpserted: PropTypes.Requireable<io.flow.in
28273
27967
  export const trackingAssuranceJob: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceJob>;
28274
27968
  export const trackingAssuranceJobDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceJobDeleted>;
28275
27969
  export const trackingAssuranceJobUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceJobUpserted>;
27970
+ export const trackingCarrierReturnLabel: PropTypes.Requireable<io.flow.internal.v0.models.TrackingCarrierReturnLabel>;
27971
+ export const trackingCarrierReturnLabelDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted>;
27972
+ export const trackingCarrierReturnLabelUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted>;
28276
27973
  export const trackingDebugForceTransitForm: PropTypes.Requireable<io.flow.internal.v0.models.TrackingDebugForceTransitForm>;
28277
27974
  export const trackingDebugLabel: PropTypes.Requireable<io.flow.internal.v0.models.TrackingDebugLabel>;
28278
27975
  export const trackingDebugLabelEvent: PropTypes.Requireable<io.flow.internal.v0.models.TrackingDebugLabelEvent>;
@@ -28290,9 +27987,10 @@ export const trackingProcessingError: PropTypes.Requireable<io.flow.internal.v0.
28290
27987
  export const trackingProcessingErrorDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingProcessingErrorDeleted>;
28291
27988
  export const trackingProcessingErrorUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingProcessingErrorUpserted>;
28292
27989
  export const trackingRequest: PropTypes.Requireable<io.flow.internal.v0.models.TrackingRequest>;
28293
- export const trackingRequestUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingRequestUpserted>;
28294
27990
  export const trackingResponse: PropTypes.Requireable<io.flow.internal.v0.models.TrackingResponse>;
28295
- export const trackingResponseUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingResponseUpserted>;
27991
+ export const trackingSubscription: PropTypes.Requireable<io.flow.internal.v0.models.TrackingSubscription>;
27992
+ export const trackingSubscriptionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingSubscriptionDeleted>;
27993
+ export const trackingSubscriptionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingSubscriptionUpserted>;
28296
27994
  export const trackingUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingUpserted>;
28297
27995
  export const transactionAdjustment: PropTypes.Requireable<io.flow.internal.v0.models.TransactionAdjustment>;
28298
27996
  export const transactionAdjustmentForm: PropTypes.Requireable<io.flow.internal.v0.models.TransactionAdjustmentForm>;
@@ -28389,7 +28087,6 @@ export const marketingGatewayDistributionChannel: PropTypes.Requireable<io.flow.
28389
28087
  export const marketingGatewayFeedSource: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayFeedSource>;
28390
28088
  export const marketingGatewayItem: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayItem>;
28391
28089
  export const marketingGatewaySourceSummary: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewaySourceSummary>;
28392
- export const moneyRule: PropTypes.Requireable<io.flow.internal.v0.unions.MoneyRule>;
28393
28090
  export const optinPromptDisplay: PropTypes.Requireable<io.flow.internal.v0.unions.OptinPromptDisplay>;
28394
28091
  export const orderActionForm: PropTypes.Requireable<io.flow.internal.v0.unions.OrderActionForm>;
28395
28092
  export const orderCancellationEvidence: PropTypes.Requireable<io.flow.internal.v0.unions.OrderCancellationEvidence>;