@flowio/api-internal-prop-types 9.24.143 → 9.24.144

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.
@@ -1022,17 +1022,6 @@ declare namespace io.flow.ftp.v0.models {
1022
1022
  }
1023
1023
  }
1024
1024
 
1025
- declare namespace io.flow.error.v0.enums {
1026
- type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
1027
- }
1028
-
1029
- declare namespace io.flow.error.v0.models {
1030
- interface GenericError {
1031
- readonly 'code': io.flow.error.v0.enums.GenericErrorCode;
1032
- readonly 'messages': string[];
1033
- }
1034
- }
1035
-
1036
1025
  declare namespace io.flow.channel.v0.enums {
1037
1026
  type ChannelCurrencyCapability = 'payment_authorizations' | 'settlement_currency';
1038
1027
  }
@@ -5731,6 +5720,10 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5731
5720
  readonly 'discrepancies': io.flow.shopify.markets.internal.v0.models.ShopifyMarketsDiscrepancy[];
5732
5721
  }
5733
5722
 
5723
+ interface ShopifyMarketsEvent {
5724
+ readonly 'placeholder'?: any/*json*/;
5725
+ }
5726
+
5734
5727
  interface ShopifyMarketsIncorporationCountry {
5735
5728
  readonly 'country': string;
5736
5729
  readonly 'state'?: string;
@@ -6117,6 +6110,12 @@ declare namespace io.flow.consumer.invoice.v0.models {
6117
6110
  readonly 'duty'?: io.flow.consumer.invoice.v0.models.ConsumerInvoiceLevyForm;
6118
6111
  }
6119
6112
 
6113
+ interface ConsumerInvoiceLineShippingPassThrough {
6114
+ readonly 'discriminator': 'shipping_pass_through';
6115
+ readonly 'line_id'?: string;
6116
+ readonly 'price': io.flow.common.v0.models.Price;
6117
+ }
6118
+
6120
6119
  interface ConsumerInvoiceLineTip {
6121
6120
  readonly 'discriminator': 'tip';
6122
6121
  readonly 'line_id'?: string;
@@ -6213,7 +6212,7 @@ declare namespace io.flow.consumer.invoice.v0.models {
6213
6212
  }
6214
6213
 
6215
6214
  declare namespace io.flow.consumer.invoice.v0.unions {
6216
- type ConsumerInvoiceLine = (io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineItem | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineDiscount | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineShipping | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineTip);
6215
+ type ConsumerInvoiceLine = (io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineItem | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineDiscount | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineShipping | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineShippingPassThrough | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineTip);
6217
6216
  type ConsumerInvoiceLineForm = (io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineItemForm | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineDiscountForm | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineShippingForm | io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineTipForm);
6218
6217
  }
6219
6218
 
@@ -6950,6 +6949,7 @@ declare namespace io.flow.shopify.external.v0.models {
6950
6949
  readonly 'has_variants_that_requires_components'?: boolean;
6951
6950
  readonly 'category'?: io.flow.shopify.external.v0.models.RestTaxonomyCategory;
6952
6951
  readonly 'metafields'?: io.flow.shopify.external.v0.models.ProductMetafield[];
6952
+ readonly 'variant_gids'?: io.flow.shopify.external.v0.models.ProductVariantGid[];
6953
6953
  }
6954
6954
 
6955
6955
  interface ProductDelete {
@@ -7004,6 +7004,11 @@ declare namespace io.flow.shopify.external.v0.models {
7004
7004
  readonly 'metafields'?: io.flow.shopify.external.v0.models.Metafield[];
7005
7005
  }
7006
7006
 
7007
+ interface ProductVariantGid {
7008
+ readonly 'admin_graphql_api_id': string;
7009
+ readonly 'updated_at': string;
7010
+ }
7011
+
7007
7012
  interface RequestMetafieldForm {
7008
7013
  readonly 'metafield': io.flow.shopify.external.v0.models.MetafieldForm;
7009
7014
  }
@@ -11548,6 +11553,199 @@ declare namespace io.flow.crypto.v0.models {
11548
11553
  }
11549
11554
  }
11550
11555
 
11556
+ declare namespace io.flow.error.v0.enums {
11557
+ type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
11558
+ }
11559
+
11560
+ declare namespace io.flow.error.v0.models {
11561
+ interface GenericError {
11562
+ readonly 'code': io.flow.error.v0.enums.GenericErrorCode;
11563
+ readonly 'messages': string[];
11564
+ }
11565
+ }
11566
+
11567
+ declare namespace io.flow.shopify.external.v2.v0.models {
11568
+ interface CountryHarmonizedSystemCodeConnection {
11569
+ readonly 'nodes': io.flow.shopify.external.v2.v0.models.CountryHarmonizedSystemCodeNode[];
11570
+ }
11571
+
11572
+ interface CountryHarmonizedSystemCodeNode {
11573
+ readonly 'harmonizedSystemCode'?: string;
11574
+ readonly 'countryCode'?: string;
11575
+ }
11576
+
11577
+ interface FieldsChanged {
11578
+ readonly 'added': string[];
11579
+ readonly 'updated': string[];
11580
+ readonly 'removed': string[];
11581
+ }
11582
+
11583
+ interface ImageConnection {
11584
+ readonly 'nodes': io.flow.shopify.external.v2.v0.models.ImageNode[];
11585
+ }
11586
+
11587
+ interface ImageNode {
11588
+ readonly 'id'?: string;
11589
+ readonly 'url'?: string;
11590
+ }
11591
+
11592
+ interface InventoryItemData {
11593
+ readonly 'shop': io.flow.shopify.external.v2.v0.models.ShopNode;
11594
+ readonly 'inventoryItem'?: io.flow.shopify.external.v2.v0.models.InventoryItemNode;
11595
+ }
11596
+
11597
+ interface InventoryItemDeleteData {
11598
+ readonly 'shop': io.flow.shopify.external.v2.v0.models.ShopNode;
11599
+ readonly 'inventoryItem'?: io.flow.shopify.external.v2.v0.models.InventoryItemNode;
11600
+ }
11601
+
11602
+ interface InventoryItemDeleteEvent {
11603
+ readonly 'topic': string;
11604
+ readonly 'action': string;
11605
+ readonly 'handle': string;
11606
+ readonly 'data': io.flow.shopify.external.v2.v0.models.InventoryItemDeleteData;
11607
+ readonly 'fields_changed'?: io.flow.shopify.external.v2.v0.models.FieldsChanged;
11608
+ readonly 'query_variables': io.flow.shopify.external.v2.v0.models.InventoryItemQueryVariables;
11609
+ }
11610
+
11611
+ interface InventoryItemEvent {
11612
+ readonly 'topic': string;
11613
+ readonly 'action': string;
11614
+ readonly 'handle': string;
11615
+ readonly 'data': io.flow.shopify.external.v2.v0.models.InventoryItemData;
11616
+ readonly 'fields_changed'?: io.flow.shopify.external.v2.v0.models.FieldsChanged;
11617
+ readonly 'query_variables': io.flow.shopify.external.v2.v0.models.InventoryItemQueryVariables;
11618
+ }
11619
+
11620
+ interface InventoryItemNode {
11621
+ readonly 'id'?: string;
11622
+ readonly 'countryCodeOfOrigin'?: string;
11623
+ readonly 'harmonizedSystemCode'?: string;
11624
+ readonly 'countryHarmonizedSystemCodes'?: io.flow.shopify.external.v2.v0.models.CountryHarmonizedSystemCodeConnection;
11625
+ readonly 'requiresShipping'?: boolean;
11626
+ readonly 'variant'?: io.flow.shopify.external.v2.v0.models.VariantReferenceNode;
11627
+ }
11628
+
11629
+ interface InventoryItemQueryVariables {
11630
+ readonly 'inventoryItemId': string;
11631
+ }
11632
+
11633
+ interface MetafieldConnection {
11634
+ readonly 'nodes': io.flow.shopify.external.v2.v0.models.MetafieldNode[];
11635
+ }
11636
+
11637
+ interface MetafieldNode {
11638
+ readonly 'namespace'?: string;
11639
+ readonly 'key': string;
11640
+ readonly 'value'?: string;
11641
+ readonly 'type'?: string;
11642
+ readonly 'references'?: io.flow.shopify.external.v2.v0.models.MetafieldReferenceConnection;
11643
+ }
11644
+
11645
+ interface MetafieldReferenceConnection {
11646
+ readonly 'edges': io.flow.shopify.external.v2.v0.models.MetafieldReferenceEdge[];
11647
+ }
11648
+
11649
+ interface MetafieldReferenceEdge {
11650
+ readonly 'node'?: io.flow.shopify.external.v2.v0.models.MetaobjectNode;
11651
+ }
11652
+
11653
+ interface MetaobjectNode {
11654
+ readonly 'id': string;
11655
+ readonly 'type'?: string;
11656
+ readonly 'displayName'?: string;
11657
+ readonly 'fields': io.flow.shopify.external.v0.models.GraphqlMetaobjectField[];
11658
+ }
11659
+
11660
+ interface ProductData {
11661
+ readonly 'shop': io.flow.shopify.external.v2.v0.models.ShopNode;
11662
+ readonly 'product'?: io.flow.shopify.external.v2.v0.models.ProductNode;
11663
+ readonly 'productVariant'?: io.flow.shopify.external.v2.v0.models.VariantNode;
11664
+ }
11665
+
11666
+ interface ProductEvent {
11667
+ readonly 'topic': string;
11668
+ readonly 'action': string;
11669
+ readonly 'handle': string;
11670
+ readonly 'data': io.flow.shopify.external.v2.v0.models.ProductData;
11671
+ readonly 'fields_changed'?: io.flow.shopify.external.v2.v0.models.FieldsChanged;
11672
+ readonly 'query_variables': io.flow.shopify.external.v2.v0.models.ProductQueryVariables;
11673
+ }
11674
+
11675
+ interface ProductNode {
11676
+ readonly 'id': string;
11677
+ readonly 'handle'?: string;
11678
+ readonly 'title'?: string;
11679
+ readonly 'productType'?: string;
11680
+ readonly 'status'?: string;
11681
+ readonly 'createdAt'?: string;
11682
+ readonly 'updatedAt'?: string;
11683
+ readonly 'publishedAt'?: string;
11684
+ readonly 'hasVariantsThatRequiresComponents'?: boolean;
11685
+ readonly 'descriptionHtml'?: string;
11686
+ readonly 'tags'?: string[];
11687
+ readonly 'category'?: io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory;
11688
+ readonly 'inferredProductCategory'?: io.flow.shopify.external.v0.models.GraphqlInferredProductCategory;
11689
+ readonly 'images'?: io.flow.shopify.external.v2.v0.models.ImageConnection;
11690
+ readonly 'metafields'?: io.flow.shopify.external.v2.v0.models.MetafieldConnection;
11691
+ readonly 'variants'?: io.flow.shopify.external.v2.v0.models.VariantConnection;
11692
+ }
11693
+
11694
+ interface ProductQueryVariables {
11695
+ readonly 'productId': string;
11696
+ readonly 'variantsId'?: string;
11697
+ }
11698
+
11699
+ interface ProductReferenceNode {
11700
+ readonly 'id': string;
11701
+ }
11702
+
11703
+ interface ProductVariantComponentConnection {
11704
+ readonly 'nodes': io.flow.shopify.external.v2.v0.models.ProductVariantComponentNode[];
11705
+ }
11706
+
11707
+ interface ProductVariantComponentNode {
11708
+ readonly 'id': string;
11709
+ readonly 'quantity'?: number;
11710
+ readonly 'productVariant'?: io.flow.shopify.external.v2.v0.models.VariantReferenceNode;
11711
+ }
11712
+
11713
+ interface ShopNode {
11714
+ readonly 'id': string;
11715
+ readonly 'currencyCode'?: string;
11716
+ readonly 'myshopifyDomain'?: string;
11717
+ }
11718
+
11719
+ interface VariantConnection {
11720
+ readonly 'nodes': io.flow.shopify.external.v2.v0.models.VariantNode[];
11721
+ }
11722
+
11723
+ interface VariantImageNode {
11724
+ readonly 'id'?: string;
11725
+ readonly 'url'?: string;
11726
+ }
11727
+
11728
+ interface VariantNode {
11729
+ readonly 'id': string;
11730
+ readonly 'sku'?: string;
11731
+ readonly 'price'?: string;
11732
+ readonly 'title'?: string;
11733
+ readonly 'barcode'?: string;
11734
+ readonly 'taxable'?: boolean;
11735
+ readonly 'inventoryPolicy'?: string;
11736
+ readonly 'requiresComponents'?: boolean;
11737
+ readonly 'image'?: io.flow.shopify.external.v2.v0.models.VariantImageNode;
11738
+ readonly 'inventoryItem'?: io.flow.shopify.external.v2.v0.models.InventoryItemNode;
11739
+ readonly 'productVariantComponents'?: io.flow.shopify.external.v2.v0.models.ProductVariantComponentConnection;
11740
+ }
11741
+
11742
+ interface VariantReferenceNode {
11743
+ readonly 'id': string;
11744
+ readonly 'sku'?: string;
11745
+ readonly 'product'?: io.flow.shopify.external.v2.v0.models.ProductReferenceNode;
11746
+ }
11747
+ }
11748
+
11551
11749
  declare namespace io.flow.shopify.merchant.config.v0.models {
11552
11750
  interface Company {
11553
11751
  readonly 'discriminator': 'company';
@@ -13002,7 +13200,7 @@ declare namespace io.flow.billing.v0.enums {
13002
13200
  type PendingPayoutTransactionReasonCode = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'waiting_for_tracking_info' | 'waiting_for_positive_account_balance' | 'unfulfilled_amount_greater_than_negative_balance' | 'account_payment_hold';
13003
13201
  type StatementAttachmentType = 'csv' | 'pdf';
13004
13202
  type StatementStatusCode = 'scheduled' | 'sent' | 'failed' | 'paid';
13005
- type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'us_inbound_tax_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'wyol_shipment_lvg' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min' | 'order_cancellation_without_capture';
13203
+ type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'us_inbound_tax_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'wyol_shipment_lvg' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min' | 'order_cancellation_without_capture' | 'order_cancellation_marked_as_paid' | 'order_cancellation_after_capture' | 'order_rejection';
13006
13204
  type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label' | 'flat_rate_label_subsidy' | 'credit_refund';
13007
13205
  type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups' | 'fedex';
13008
13206
  type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
@@ -13905,6 +14103,7 @@ declare namespace io.flow.fraud.v0.unions {
13905
14103
  declare namespace io.flow.sellability.v0.enums {
13906
14104
  type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
13907
14105
  type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable';
14106
+ type SellabilityReprocessPolicy = 'default' | 'force';
13908
14107
  type SellabilityRequestStatus = 'commit';
13909
14108
  type SellabilityResultErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable' | 'generic_error' | 'catalog_processing_threshold';
13910
14109
  type SellabilityResultStatus = 'in_review' | 'succeeded' | 'failed';
@@ -14002,6 +14201,7 @@ declare namespace io.flow.sellability.v0.models {
14002
14201
  readonly 'taxonomy_category': io.flow.product.v0.models.ProductTaxonomyCategory;
14003
14202
  readonly 'inferred_taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
14004
14203
  readonly 'mode': io.flow.sellability.v0.enums.SellabilityScreeningMode;
14204
+ readonly 'reprocess_policy'?: io.flow.sellability.v0.enums.SellabilityReprocessPolicy;
14005
14205
  readonly 'catalog_size'?: number;
14006
14206
  readonly 'relative_ranking'?: number;
14007
14207
  readonly 'dry_run'?: boolean;
@@ -14258,9 +14458,10 @@ declare namespace io.flow.internal.v0.enums {
14258
14458
  type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
14259
14459
  type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
14260
14460
  type AccountType = 'channel' | 'organization';
14261
- type AdaptiveShippingOrderGuaranteeState = 'confirmed' | 'voided';
14262
14461
  type AdjustmentTransactionType = 'adjustment' | 'reversal';
14263
14462
  type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
14463
+ type AiReviewBatchItemOutcome = 'succeeded' | 'errored' | 'expired' | 'canceled' | 'undecided' | 'unparseable' | 'missing' | 'batch_failed' | 'batch_timed_out';
14464
+ type AiReviewBatchStatus = 'pending' | 'processing' | 'canceling' | 'completed' | 'failed' | 'timed_out' | 'published';
14264
14465
  type AiReviewConsumer = 'restrictions' | 'sellability' | 'harmonization';
14265
14466
  type AiReviewFailureReason = 'item_errored' | 'item_expired' | 'item_unparseable' | 'item_image_fetch_failed' | 'item_undecided' | 'batch_failed' | 'batch_timed_out';
14266
14467
  type AiReviewType = 'pv_review_general' | 'pv_review_dg_hazmat' | 'pc_review';
@@ -14360,7 +14561,7 @@ declare namespace io.flow.internal.v0.enums {
14360
14561
  type EmptyAttribute = 'irrelevant';
14361
14562
  type ErpFileType = 'vendor';
14362
14563
  type EvaluationCheckResult = 'pass' | 'fail';
14363
- type EventType = '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' | 'ai_review_batch_submitted' | 'ai_review_result_upserted' | 'ai_review_result_deleted' | 'ai_review_request_failed' | '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' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | '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' | 'bank_account_upserted' | 'bank_account_deleted' | 'posting_proof_upserted' | 'posting_proof_deleted' | 'bank_payment_promise_upserted' | 'bank_payment_promise_deleted' | 'account_payment_hold_upserted' | 'account_payment_hold_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'sales_payment_record_upserted' | 'sales_payment_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_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' | 'channel_shop_statistics_upserted' | 'channel_shop_statistics_deleted' | 'channel_order_tax_and_duty_inclusivity_setting_upserted' | 'channel_order_tax_and_duty_inclusivity_setting_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | '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' | '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' | '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' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'mor_cost_upserted' | 'mor_cost_deleted' | 'flat_rate_label_reversal_upserted' | 'flat_rate_label_reversal_deleted' | 'flat_rate_label_subsidy_upserted' | 'flat_rate_label_subsidy_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' | 'quote_upserted' | 'quote_deleted' | 'guaranteed_shipping_calibrated_output_upserted' | 'guaranteed_shipping_calibrated_output_deleted' | 'outbound_shipping_cost_upserted' | 'outbound_shipping_cost_deleted' | 'average_order_value_upserted' | 'average_order_value_deleted' | 'guaranteed_shipping_published_output_upserted' | 'guaranteed_shipping_published_output_deleted' | 'guaranteed_shipping_settings_upserted' | 'guaranteed_shipping_settings_deleted' | 'guaranteed_shipping_settings_update_upserted' | 'guaranteed_shipping_settings_update_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_codes_import' | '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' | 'merchant_override_upserted' | 'merchant_override_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_creation_job_upserted' | 'label_creation_job_deleted' | 'adaptive_shipping_order_guarantee_upserted' | 'adaptive_shipping_order_guarantee_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | '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' | 'partner_request_upserted' | 'partner_request_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' | 'order_refund_transaction_upserted' | 'order_refund_transaction_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' | 'preonboarding_sellability_result_inserted' | 'preonboarding_sellability_result_updated' | 'preonboarding_sellability_result_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'product_sellability_result_inserted' | 'product_sellability_result_updated' | 'product_sellability_result_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_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' | 'restrictions_athena_dailyops_pc_pv_upserted' | 'restrictions_athena_dailyops_pc_pv_deleted' | 'restrictions_athena_dailyops_fs_upserted' | 'restrictions_athena_dailyops_fs_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'preonboarding_merchant_upserted' | 'preonboarding_merchant_deleted' | 'unserviceable_taxonomy_category_upserted' | 'unserviceable_taxonomy_category_deleted' | 'sellability_pending_verification_upserted' | 'sellability_pending_verification_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_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_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_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_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_merchant_markets_upserted' | 'shopify_merchant_markets_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_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' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'b2b_tax_transaction_upserted' | 'b2b_tax_transaction_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'bojana_item_upserted' | 'bojana_item_deleted' | 'raveena_item_upserted' | 'raveena_item_deleted' | 'mahesh_item_upserted' | 'mahesh_item_deleted' | 'john_strong_item_upserted' | 'john_strong_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_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';
14564
+ type EventType = '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' | 'ai_review_batch_submitted' | 'ai_review_result_upserted' | 'ai_review_result_deleted' | 'ai_review_request_failed' | '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' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | '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' | 'ge_revenue_share_transaction_upserted' | 'ge_revenue_share_transaction_deleted' | 'non_l4l_tax_duty_fx_transaction_upserted' | 'non_l4l_tax_duty_fx_transaction_deleted' | 'transaction_adjustment_upserted' | 'transaction_adjustment_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' | 'bank_account_upserted' | 'bank_account_deleted' | 'posting_proof_upserted' | 'posting_proof_deleted' | 'bank_payment_promise_upserted' | 'bank_payment_promise_deleted' | 'account_payment_hold_upserted' | 'account_payment_hold_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'sales_payment_record_upserted' | 'sales_payment_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_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' | 'channel_shop_statistics_upserted' | 'channel_shop_statistics_deleted' | 'channel_order_tax_and_duty_inclusivity_setting_upserted' | 'channel_order_tax_and_duty_inclusivity_setting_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | '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' | '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' | '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' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'mor_cost_upserted' | 'mor_cost_deleted' | 'flat_rate_label_reversal_upserted' | 'flat_rate_label_reversal_deleted' | 'flat_rate_label_subsidy_upserted' | 'flat_rate_label_subsidy_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' | 'quote_upserted' | 'quote_deleted' | 'guaranteed_shipping_calibrated_output_upserted' | 'guaranteed_shipping_calibrated_output_deleted' | 'outbound_shipping_cost_upserted' | 'outbound_shipping_cost_deleted' | 'average_order_value_upserted' | 'average_order_value_deleted' | 'guaranteed_shipping_published_output_upserted' | 'guaranteed_shipping_published_output_deleted' | 'guaranteed_shipping_settings_upserted' | 'guaranteed_shipping_settings_deleted' | 'guaranteed_shipping_settings_update_upserted' | 'guaranteed_shipping_settings_update_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_codes_import' | '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' | 'merchant_override_upserted' | 'merchant_override_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_creation_job_upserted' | 'label_creation_job_deleted' | 'guaranteed_shipping_order_guarantee_upserted' | 'guaranteed_shipping_order_guarantee_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | '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' | 'partner_request_upserted' | 'partner_request_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' | 'order_refund_transaction_upserted' | 'order_refund_transaction_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' | 'preonboarding_sellability_result_inserted' | 'preonboarding_sellability_result_updated' | 'preonboarding_sellability_result_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'product_sellability_result_inserted' | 'product_sellability_result_updated' | 'product_sellability_result_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_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' | 'restrictions_athena_dailyops_pc_pv_upserted' | 'restrictions_athena_dailyops_pc_pv_deleted' | 'restrictions_athena_dailyops_fs_upserted' | 'restrictions_athena_dailyops_fs_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'preonboarding_merchant_upserted' | 'preonboarding_merchant_deleted' | 'unserviceable_taxonomy_category_upserted' | 'unserviceable_taxonomy_category_deleted' | 'sellability_pending_verification_upserted' | 'sellability_pending_verification_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_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_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_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_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_merchant_markets_upserted' | 'shopify_merchant_markets_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_product_data_create_v2' | 'shopify_product_data_update_v2' | 'shopify_product_metafields_update_v2' | 'shopify_product_variant_data_v2' | 'shopify_product_variant_components_v2' | 'shopify_product_data_delete_v2' | 'shopify_inventory_item_update_v2' | 'shopify_inventory_item_delete_v2' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_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' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'b2b_tax_transaction_upserted' | 'b2b_tax_transaction_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'bojana_item_upserted' | 'bojana_item_deleted' | 'raveena_item_upserted' | 'raveena_item_deleted' | 'mahesh_item_upserted' | 'mahesh_item_deleted' | 'john_strong_item_upserted' | 'john_strong_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_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';
14364
14565
  type ExperienceImportType = 'experience_with_settings';
14365
14566
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
14366
14567
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -14380,6 +14581,7 @@ declare namespace io.flow.internal.v0.enums {
14380
14581
  type GeRevenueShareTransactionType = 'adjustment' | 'reversal' | 'revenue_share';
14381
14582
  type GoogleAnalyticsPlugin = 'ec';
14382
14583
  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' | 'shopify_webhook' | 'guaranteed_shipping_state';
14584
+ type GuaranteedShippingOrderGuaranteeState = 'confirmed' | 'voided';
14383
14585
  type GuaranteedShippingPublicationStatus = 'published' | 'not_found' | 'superseded';
14384
14586
  type HarmonizationDecisionSource = 'human' | 'system' | 'legacy_model' | 'enterprise_model' | 'merchant';
14385
14587
  type Hs6CodeSource = 'sellability' | 'classification' | 'human';
@@ -14464,6 +14666,7 @@ declare namespace io.flow.internal.v0.enums {
14464
14666
  type RateSource = 'calculated' | 'market';
14465
14667
  type RaveenaItemType = 'physical' | 'digital';
14466
14668
  type RedirectReason = 'three_d_secure';
14669
+ type RefundTransactionPaymentType = 'globale' | 'third_party' | 'credit';
14467
14670
  type RejectionReason = 'merchant_policy' | 'previous_chargebacks' | 'restricted_party_screening' | 'risky_velocity' | 'suspicious_behavior' | 'suspicious_past_activity';
14468
14671
  type RemediateTaxDutyArm = 'non_lvg' | 'lvg_full_refund';
14469
14672
  type ReportFileStatus = 'processing' | 'failed' | 'succeeded';
@@ -14494,7 +14697,7 @@ declare namespace io.flow.internal.v0.enums {
14494
14697
  type RiskCheck = 'three_d_secure';
14495
14698
  type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
14496
14699
  type SellabilityCheckStatus = 'more_restrictive' | 'less_restrictive' | 'similar' | 'regions_differ' | 'rules_differ';
14497
- type SellabilityDecisionSource = 'fast_screen_sellable' | 'fast_screen_restricted_everywhere' | 'fast_screen_hs_chapter_exception' | 'fast_screen_active_mode' | 'unserviceable_taxonomy' | 'pending_classification' | 'pending_agent_review' | 'screen_failed' | 'classification' | 'agent_review' | 'staging_dropped';
14700
+ type SellabilityDecisionSource = 'fast_screen_sellable' | 'fast_screen_restricted_everywhere' | 'fast_screen_hs_chapter_exception' | 'fast_screen_active_mode' | 'unserviceable_taxonomy' | 'insufficient_details' | 'pending_classification' | 'pending_agent_review' | 'screen_failed' | 'classification' | 'agent_review' | 'staging_dropped';
14498
14701
  type SellabilityInternalMatchType = 'positive_keyword' | 'auto_restricted';
14499
14702
  type SellabilityStatus = 'complete' | 'incomplete';
14500
14703
  type ShopifyCallbackErrorCode = 'UNKNOWN' | 'SYSTEM_ERROR' | 'THIRD_PARTY_SYSTEM_ERROR' | 'TIMEOUT' | 'VERSION_MISMATCH' | 'INVALID_AUTHENTICATION' | 'RATE_LIMIT_EXCEEDED' | 'TEMPORARILY_UNAVAILABLE' | 'FAILED_VALIDATION' | 'INVALID_FORMAT' | 'MISSING_VALUE' | 'OUT_OF_RANGE' | 'OVER_LIMIT' | 'UNDER_LIMIT' | 'UNAUTHORIZED' | 'NOT_FOUND' | 'EXPIRED';
@@ -14816,31 +15019,6 @@ declare namespace io.flow.internal.v0.models {
14816
15019
  readonly 'quantity': number;
14817
15020
  }
14818
15021
 
14819
- interface AdaptiveShippingOrderGuarantee {
14820
- readonly 'id': string;
14821
- readonly 'organization_id': string;
14822
- readonly 'order_number': string;
14823
- readonly 'guarantee_state': io.flow.internal.v0.enums.AdaptiveShippingOrderGuaranteeState;
14824
- readonly 'label_id'?: string;
14825
- readonly 'notification_id'?: string;
14826
- }
14827
-
14828
- interface AdaptiveShippingOrderGuaranteeDeleted {
14829
- readonly 'discriminator': 'adaptive_shipping_order_guarantee_deleted';
14830
- readonly 'event_id': string;
14831
- readonly 'timestamp': string;
14832
- readonly 'organization': string;
14833
- readonly 'id': string;
14834
- }
14835
-
14836
- interface AdaptiveShippingOrderGuaranteeUpserted {
14837
- readonly 'discriminator': 'adaptive_shipping_order_guarantee_upserted';
14838
- readonly 'event_id': string;
14839
- readonly 'timestamp': string;
14840
- readonly 'organization': string;
14841
- readonly 'adaptive_shipping_order_guarantee': io.flow.internal.v0.models.AdaptiveShippingOrderGuarantee;
14842
- }
14843
-
14844
15022
  interface AdditionalImportTax {
14845
15023
  readonly 'name'?: string;
14846
15024
  readonly 'additional_import_tax_value'?: io.flow.common.v0.models.Money;
@@ -15464,6 +15642,11 @@ declare namespace io.flow.internal.v0.models {
15464
15642
  readonly 'charge_trigger': io.flow.internal.v0.enums.OrderChargeTrigger;
15465
15643
  }
15466
15644
 
15645
+ interface AutoAcceptKeywordCancelling {
15646
+ readonly 'accept_keyword': string;
15647
+ readonly 'negative_keywords': string[];
15648
+ }
15649
+
15467
15650
  interface AutoReviewCriteria {
15468
15651
  readonly 'hs_code'?: string;
15469
15652
  readonly 'keywords'?: string[];
@@ -15478,6 +15661,7 @@ declare namespace io.flow.internal.v0.models {
15478
15661
  readonly 'updated_at': number;
15479
15662
  readonly 'run_id': string;
15480
15663
  readonly 'model_version': string;
15664
+ readonly 'model_diagnostics'?: string;
15481
15665
  }
15482
15666
 
15483
15667
  interface AverageOrderValueDeleted {
@@ -16209,6 +16393,10 @@ declare namespace io.flow.internal.v0.models {
16209
16393
  readonly 'default_hs_code'?: string;
16210
16394
  }
16211
16395
 
16396
+ interface CalculatorOrganizationSettingsCountryOfOriginForm {
16397
+ readonly 'country_of_origin': string;
16398
+ }
16399
+
16212
16400
  interface CalculatorOrganizationSettingsDeleted {
16213
16401
  readonly 'discriminator': 'calculator_organization_settings_deleted';
16214
16402
  readonly 'event_id': string;
@@ -16222,6 +16410,10 @@ declare namespace io.flow.internal.v0.models {
16222
16410
  readonly 'default_hs_code'?: string;
16223
16411
  }
16224
16412
 
16413
+ interface CalculatorOrganizationSettingsHsCodeForm {
16414
+ readonly 'default_hs_code': string;
16415
+ }
16416
+
16225
16417
  interface CalculatorOrganizationSettingsUpserted {
16226
16418
  readonly 'discriminator': 'calculator_organization_settings_upserted';
16227
16419
  readonly 'event_id': string;
@@ -16376,6 +16568,7 @@ declare namespace io.flow.internal.v0.models {
16376
16568
  readonly 'cost': io.flow.common.v0.models.Money;
16377
16569
  readonly 'min_delivery_days'?: number;
16378
16570
  readonly 'max_delivery_days'?: number;
16571
+ readonly 'model_diagnostics'?: string;
16379
16572
  }
16380
16573
 
16381
16574
  interface CarrierFile {
@@ -19675,6 +19868,7 @@ declare namespace io.flow.internal.v0.models {
19675
19868
  readonly 'discriminator': 'ge_revenue_share_transaction';
19676
19869
  readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
19677
19870
  readonly 'ge_revenue_share': io.flow.internal.v0.models.Fee;
19871
+ readonly 'capture_id': string;
19678
19872
  readonly 'id': string;
19679
19873
  readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
19680
19874
  readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
@@ -19685,6 +19879,20 @@ declare namespace io.flow.internal.v0.models {
19685
19879
  readonly 'created_at': string;
19686
19880
  }
19687
19881
 
19882
+ interface GeRevenueShareTransactionDeleted {
19883
+ readonly 'discriminator': 'ge_revenue_share_transaction_deleted';
19884
+ readonly 'event_id': string;
19885
+ readonly 'timestamp': string;
19886
+ readonly 'id': string;
19887
+ }
19888
+
19889
+ interface GeRevenueShareTransactionUpserted {
19890
+ readonly 'discriminator': 'ge_revenue_share_transaction_upserted';
19891
+ readonly 'event_id': string;
19892
+ readonly 'timestamp': string;
19893
+ readonly 'ge_revenue_share_transaction': io.flow.internal.v0.models.GeRevenueShareTransaction;
19894
+ }
19895
+
19688
19896
  interface GenerateLoadMultipleOrgs {
19689
19897
  readonly 'discriminator': 'generate_load_multiple_orgs';
19690
19898
  readonly 'organization_ids': string[];
@@ -19812,6 +20020,31 @@ declare namespace io.flow.internal.v0.models {
19812
20020
  readonly 'destination_country'?: string;
19813
20021
  }
19814
20022
 
20023
+ interface GuaranteedShippingOrderGuarantee {
20024
+ readonly 'id': string;
20025
+ readonly 'organization_id': string;
20026
+ readonly 'order_number': string;
20027
+ readonly 'guarantee_state': io.flow.internal.v0.enums.GuaranteedShippingOrderGuaranteeState;
20028
+ readonly 'label_id'?: string;
20029
+ readonly 'notification_id'?: string;
20030
+ }
20031
+
20032
+ interface GuaranteedShippingOrderGuaranteeDeleted {
20033
+ readonly 'discriminator': 'guaranteed_shipping_order_guarantee_deleted';
20034
+ readonly 'event_id': string;
20035
+ readonly 'timestamp': string;
20036
+ readonly 'organization': string;
20037
+ readonly 'id': string;
20038
+ }
20039
+
20040
+ interface GuaranteedShippingOrderGuaranteeUpserted {
20041
+ readonly 'discriminator': 'guaranteed_shipping_order_guarantee_upserted';
20042
+ readonly 'event_id': string;
20043
+ readonly 'timestamp': string;
20044
+ readonly 'organization': string;
20045
+ readonly 'guaranteed_shipping_order_guarantee': io.flow.internal.v0.models.GuaranteedShippingOrderGuarantee;
20046
+ }
20047
+
19815
20048
  interface GuaranteedShippingPublication {
19816
20049
  readonly 'channel_id': string;
19817
20050
  readonly 'organization_id': string;
@@ -19842,7 +20075,7 @@ declare namespace io.flow.internal.v0.models {
19842
20075
  readonly 'outbound_shipping_cost_source_updated_at': number;
19843
20076
  readonly 'average_order_value_source_updated_at': number;
19844
20077
  readonly 'target_flat_rates_source_updated_at': number;
19845
- readonly 'published_at'?: number;
20078
+ readonly 'published_at': number;
19846
20079
  }
19847
20080
 
19848
20081
  interface GuaranteedShippingPublishedOutputDeleted {
@@ -20462,6 +20695,7 @@ declare namespace io.flow.internal.v0.models {
20462
20695
  interface ItemHs6Override {
20463
20696
  readonly 'item_number': string;
20464
20697
  readonly 'hs6': string;
20698
+ readonly 'classification_scope'?: io.flow.internal.v0.enums.ClassificationScope;
20465
20699
  }
20466
20700
 
20467
20701
  interface ItemHs6OverrideForm {
@@ -21599,6 +21833,20 @@ declare namespace io.flow.internal.v0.models {
21599
21833
  readonly 'created_at': string;
21600
21834
  }
21601
21835
 
21836
+ interface NonL4LTaxDutyFxTransactionDeleted {
21837
+ readonly 'discriminator': 'non_l4l_tax_duty_fx_transaction_deleted';
21838
+ readonly 'event_id': string;
21839
+ readonly 'timestamp': string;
21840
+ readonly 'id': string;
21841
+ }
21842
+
21843
+ interface NonL4LTaxDutyFxTransactionUpserted {
21844
+ readonly 'discriminator': 'non_l4l_tax_duty_fx_transaction_upserted';
21845
+ readonly 'event_id': string;
21846
+ readonly 'timestamp': string;
21847
+ readonly 'non_l4l_tax_duty_fx_transaction': io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
21848
+ }
21849
+
21602
21850
  interface Notification {
21603
21851
  readonly 'order': io.flow.internal.v0.models.Decision;
21604
21852
  }
@@ -21845,6 +22093,7 @@ declare namespace io.flow.internal.v0.models {
21845
22093
  readonly 'order_number': string;
21846
22094
  readonly 'price': io.flow.common.v0.models.PriceWithBase;
21847
22095
  readonly 'refunded_at'?: string;
22096
+ readonly 'payment_type'?: io.flow.internal.v0.enums.RefundTransactionPaymentType;
21848
22097
  }
21849
22098
 
21850
22099
  interface OrderRefundTransactionDeleted {
@@ -23303,6 +23552,10 @@ declare namespace io.flow.internal.v0.models {
23303
23552
  readonly 'screening_mode'?: io.flow.sellability.v0.enums.SellabilityScreeningMode;
23304
23553
  readonly 'decision_source'?: io.flow.internal.v0.enums.SellabilityDecisionSource;
23305
23554
  readonly 'rule_matches'?: io.flow.internal.v0.models.SellabilityRuleMatch[];
23555
+ readonly 'name'?: string;
23556
+ readonly 'description'?: string;
23557
+ readonly 'price'?: io.flow.common.v0.models.Money;
23558
+ readonly 'relative_ranking'?: number;
23306
23559
  readonly 'created_at'?: string;
23307
23560
  }
23308
23561
 
@@ -24379,6 +24632,7 @@ declare namespace io.flow.internal.v0.models {
24379
24632
  readonly 'manual_capture'?: boolean;
24380
24633
  readonly 'partial_fulfillment'?: boolean;
24381
24634
  readonly 'partial_refund'?: boolean;
24635
+ readonly 'credit_payment'?: boolean;
24382
24636
  }
24383
24637
 
24384
24638
  interface ReportingFx {
@@ -24788,9 +25042,12 @@ declare namespace io.flow.internal.v0.models {
24788
25042
  }
24789
25043
 
24790
25044
  interface RestrictionProductSummary {
25045
+ readonly 'product_id'?: string;
24791
25046
  readonly 'name': string;
24792
25047
  readonly 'restrictions': io.flow.internal.v0.models.RestrictionItemReviewSummary[];
24793
25048
  readonly 'prohibited_regions'?: string[];
25049
+ readonly 'fatal_restricted_regions': string[];
25050
+ readonly 'fatal_review_pending_regions': string[];
24794
25051
  }
24795
25052
 
24796
25053
  interface RestrictionRule {
@@ -24810,6 +25067,7 @@ declare namespace io.flow.internal.v0.models {
24810
25067
  readonly 'attribute_names'?: string[];
24811
25068
  readonly 'attribute_rule_conditions'?: io.flow.internal.v0.models.AttributeRule;
24812
25069
  readonly 'keyword_cancelling'?: io.flow.internal.v0.models.KeywordCancelling[];
25070
+ readonly 'auto_accept_keyword_cancelling'?: io.flow.internal.v0.models.AutoAcceptKeywordCancelling[];
24813
25071
  readonly 'activation_status': io.flow.internal.v0.enums.RestrictionRuleActivationStatus;
24814
25072
  readonly 'evaluation_mode': io.flow.internal.v0.enums.RestrictionRuleEvaluationMode;
24815
25073
  }
@@ -24872,6 +25130,7 @@ declare namespace io.flow.internal.v0.models {
24872
25130
  readonly 'attribute_names'?: string[];
24873
25131
  readonly 'attribute_rule_conditions'?: io.flow.internal.v0.models.AttributeRule;
24874
25132
  readonly 'keyword_cancelling'?: io.flow.internal.v0.models.KeywordCancelling[];
25133
+ readonly 'auto_accept_keyword_cancelling'?: io.flow.internal.v0.models.AutoAcceptKeywordCancelling[];
24875
25134
  readonly 'activation_status': io.flow.internal.v0.enums.RestrictionRuleActivationStatus;
24876
25135
  readonly 'evaluation_mode': io.flow.internal.v0.enums.RestrictionRuleEvaluationMode;
24877
25136
  }
@@ -25131,6 +25390,11 @@ declare namespace io.flow.internal.v0.models {
25131
25390
  readonly 'tracking_summary'?: io.flow.internal.v0.models.SearchTrackingSummary;
25132
25391
  }
25133
25392
 
25393
+ interface ReturnTriggerCreditRefund {
25394
+ readonly 'discriminator': 'by_credit_refund';
25395
+ readonly 'order_refund_transaction_id': string;
25396
+ }
25397
+
25134
25398
  interface ReturnTriggerRefund {
25135
25399
  readonly 'discriminator': 'by_refund';
25136
25400
  readonly 'refund': io.flow.payment.v0.models.RefundReference;
@@ -25450,6 +25714,7 @@ declare namespace io.flow.internal.v0.models {
25450
25714
  readonly 'amount': io.flow.common.v0.models.Money;
25451
25715
  readonly 'tax': io.flow.common.v0.models.Money;
25452
25716
  readonly 'label_id'?: string;
25717
+ readonly 'shipping_label'?: io.flow.label.v0.models.ShippingLabelSummary;
25453
25718
  readonly 'base'?: io.flow.trueup.v0.models.LabelBase;
25454
25719
  readonly 'surcharges'?: io.flow.trueup.v0.models.LabelSurcharge[];
25455
25720
  }
@@ -25683,6 +25948,17 @@ declare namespace io.flow.internal.v0.models {
25683
25948
  readonly 'shopify_inventory_item_delete': io.flow.internal.v0.models.ShopifyInventoryItemDeleteWebhookEvent;
25684
25949
  }
25685
25950
 
25951
+ interface ShopifyInventoryItemDeleteV2 {
25952
+ readonly 'discriminator': 'shopify_inventory_item_delete_v2';
25953
+ readonly 'event_id': string;
25954
+ readonly 'timestamp': string;
25955
+ readonly 'organization': string;
25956
+ readonly 'triggered_at': string;
25957
+ readonly 'webhook_id': string;
25958
+ readonly 'inventory_item_id': string;
25959
+ readonly 'event': io.flow.shopify.external.v2.v0.models.InventoryItemDeleteEvent;
25960
+ }
25961
+
25686
25962
  interface ShopifyInventoryItemDeleteWebhookEvent {
25687
25963
  readonly 'id': string;
25688
25964
  readonly 'inventory_item_delete': io.flow.shopify.external.v0.models.ShopifyInventoryItemDelete;
@@ -25704,6 +25980,18 @@ declare namespace io.flow.internal.v0.models {
25704
25980
  readonly 'shopify_inventory_item_update': io.flow.internal.v0.models.ShopifyInventoryItemUpdateWebhookEvent;
25705
25981
  }
25706
25982
 
25983
+ interface ShopifyInventoryItemUpdateV2 {
25984
+ readonly 'discriminator': 'shopify_inventory_item_update_v2';
25985
+ readonly 'event_id': string;
25986
+ readonly 'timestamp': string;
25987
+ readonly 'organization': string;
25988
+ readonly 'triggered_at': string;
25989
+ readonly 'webhook_id': string;
25990
+ readonly 'inventory_item_id': string;
25991
+ readonly 'variant_id'?: string;
25992
+ readonly 'event': io.flow.shopify.external.v2.v0.models.InventoryItemEvent;
25993
+ }
25994
+
25707
25995
  interface ShopifyInventoryItemUpdateWebhookEvent {
25708
25996
  readonly 'id': string;
25709
25997
  readonly 'inventory_item': io.flow.shopify.markets.v0.models.ShopifyInventoryItem;
@@ -25739,6 +26027,10 @@ declare namespace io.flow.internal.v0.models {
25739
26027
  readonly 'discrepancies': io.flow.internal.v0.models.ShopifyMarketsDiscrepancy[];
25740
26028
  }
25741
26029
 
26030
+ interface ShopifyMarketsEvent {
26031
+ readonly 'placeholder'?: any/*json*/;
26032
+ }
26033
+
25742
26034
  interface ShopifyMarketsIncorporationCountry {
25743
26035
  readonly 'country': string;
25744
26036
  readonly 'state'?: string;
@@ -26184,6 +26476,42 @@ declare namespace io.flow.internal.v0.models {
26184
26476
  readonly 'product': io.flow.shopify.external.v0.models.Product;
26185
26477
  }
26186
26478
 
26479
+ interface ShopifyProductDataCreateV2 {
26480
+ readonly 'discriminator': 'shopify_product_data_create_v2';
26481
+ readonly 'event_id': string;
26482
+ readonly 'timestamp': string;
26483
+ readonly 'organization': string;
26484
+ readonly 'triggered_at': string;
26485
+ readonly 'webhook_id': string;
26486
+ readonly 'product_id': string;
26487
+ readonly 'variant_id'?: string;
26488
+ readonly 'event': io.flow.shopify.external.v2.v0.models.ProductEvent;
26489
+ }
26490
+
26491
+ interface ShopifyProductDataDeleteV2 {
26492
+ readonly 'discriminator': 'shopify_product_data_delete_v2';
26493
+ readonly 'event_id': string;
26494
+ readonly 'timestamp': string;
26495
+ readonly 'organization': string;
26496
+ readonly 'triggered_at': string;
26497
+ readonly 'webhook_id': string;
26498
+ readonly 'product_id': string;
26499
+ readonly 'variant_id'?: string;
26500
+ readonly 'event': io.flow.shopify.external.v2.v0.models.ProductEvent;
26501
+ }
26502
+
26503
+ interface ShopifyProductDataUpdateV2 {
26504
+ readonly 'discriminator': 'shopify_product_data_update_v2';
26505
+ readonly 'event_id': string;
26506
+ readonly 'timestamp': string;
26507
+ readonly 'organization': string;
26508
+ readonly 'triggered_at': string;
26509
+ readonly 'webhook_id': string;
26510
+ readonly 'product_id': string;
26511
+ readonly 'variant_id'?: string;
26512
+ readonly 'event': io.flow.shopify.external.v2.v0.models.ProductEvent;
26513
+ }
26514
+
26187
26515
  interface ShopifyProductDeleteDeleted {
26188
26516
  readonly 'discriminator': 'shopify_product_delete_deleted';
26189
26517
  readonly 'event_id': string;
@@ -26205,6 +26533,18 @@ declare namespace io.flow.internal.v0.models {
26205
26533
  readonly 'product_delete': io.flow.shopify.external.v0.models.ProductDelete;
26206
26534
  }
26207
26535
 
26536
+ interface ShopifyProductMetafieldsUpdateV2 {
26537
+ readonly 'discriminator': 'shopify_product_metafields_update_v2';
26538
+ readonly 'event_id': string;
26539
+ readonly 'timestamp': string;
26540
+ readonly 'organization': string;
26541
+ readonly 'triggered_at': string;
26542
+ readonly 'webhook_id': string;
26543
+ readonly 'product_id': string;
26544
+ readonly 'variant_id'?: string;
26545
+ readonly 'event': io.flow.shopify.external.v2.v0.models.ProductEvent;
26546
+ }
26547
+
26208
26548
  interface ShopifyProductTaxonomyAttribute {
26209
26549
  readonly 'id': string;
26210
26550
  readonly 'handle': string;
@@ -26272,6 +26612,30 @@ declare namespace io.flow.internal.v0.models {
26272
26612
  readonly 'api_version': string;
26273
26613
  }
26274
26614
 
26615
+ interface ShopifyProductVariantComponentsV2 {
26616
+ readonly 'discriminator': 'shopify_product_variant_components_v2';
26617
+ readonly 'event_id': string;
26618
+ readonly 'timestamp': string;
26619
+ readonly 'organization': string;
26620
+ readonly 'triggered_at': string;
26621
+ readonly 'webhook_id': string;
26622
+ readonly 'product_id': string;
26623
+ readonly 'variant_id'?: string;
26624
+ readonly 'event': io.flow.shopify.external.v2.v0.models.ProductEvent;
26625
+ }
26626
+
26627
+ interface ShopifyProductVariantDataV2 {
26628
+ readonly 'discriminator': 'shopify_product_variant_data_v2';
26629
+ readonly 'event_id': string;
26630
+ readonly 'timestamp': string;
26631
+ readonly 'organization': string;
26632
+ readonly 'triggered_at': string;
26633
+ readonly 'webhook_id': string;
26634
+ readonly 'product_id': string;
26635
+ readonly 'variant_id'?: string;
26636
+ readonly 'event': io.flow.shopify.external.v2.v0.models.ProductEvent;
26637
+ }
26638
+
26275
26639
  interface ShopifyProductWrapper {
26276
26640
  readonly 'shopify_product': io.flow.shopify.external.v0.models.Product;
26277
26641
  readonly 'deleted_at'?: string;
@@ -27585,6 +27949,13 @@ declare namespace io.flow.internal.v0.models {
27585
27949
  readonly 'details': io.flow.internal.v0.unions.AdjustmentDetails;
27586
27950
  }
27587
27951
 
27952
+ interface TransactionAdjustmentDeleted {
27953
+ readonly 'discriminator': 'transaction_adjustment_deleted';
27954
+ readonly 'event_id': string;
27955
+ readonly 'timestamp': string;
27956
+ readonly 'id': string;
27957
+ }
27958
+
27588
27959
  interface TransactionAdjustmentForm {
27589
27960
  readonly 'original_transaction_id': string;
27590
27961
  readonly 'description': string;
@@ -27592,6 +27963,13 @@ declare namespace io.flow.internal.v0.models {
27592
27963
  readonly 'type'?: io.flow.internal.v0.enums.AdjustmentTransactionType;
27593
27964
  }
27594
27965
 
27966
+ interface TransactionAdjustmentUpserted {
27967
+ readonly 'discriminator': 'transaction_adjustment_upserted';
27968
+ readonly 'event_id': string;
27969
+ readonly 'timestamp': string;
27970
+ readonly 'transaction_adjustment': io.flow.internal.v0.models.TransactionAdjustment;
27971
+ }
27972
+
27595
27973
  interface TransactionReference {
27596
27974
  readonly 'id': string;
27597
27975
  }
@@ -27954,7 +28332,7 @@ declare namespace io.flow.internal.v0.unions {
27954
28332
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
27955
28333
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
27956
28334
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
27957
- type Event = (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.AiReviewBatchSubmitted | io.flow.internal.v0.models.AiReviewResultUpserted | io.flow.internal.v0.models.AiReviewResultDeleted | io.flow.internal.v0.models.AiReviewRequestFailed | 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.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | 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.BankAccountUpserted | io.flow.internal.v0.models.BankAccountDeleted | io.flow.internal.v0.models.PostingProofUpserted | io.flow.internal.v0.models.PostingProofDeleted | io.flow.internal.v0.models.BankPaymentPromiseUpserted | io.flow.internal.v0.models.BankPaymentPromiseDeleted | io.flow.internal.v0.models.AccountPaymentHoldUpserted | io.flow.internal.v0.models.AccountPaymentHoldDeleted | 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.SalesPaymentRecordUpserted | io.flow.internal.v0.models.SalesPaymentRecordDeleted | 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.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.ChannelShopStatisticsUpserted | io.flow.internal.v0.models.ChannelShopStatisticsDeleted | io.flow.internal.v0.models.ChannelOrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.ChannelOrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | 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.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.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.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.MorCostUpserted | io.flow.internal.v0.models.MorCostDeleted | io.flow.internal.v0.models.FlatRateLabelReversalUpserted | io.flow.internal.v0.models.FlatRateLabelReversalDeleted | io.flow.internal.v0.models.FlatRateLabelSubsidyUpserted | io.flow.internal.v0.models.FlatRateLabelSubsidyDeleted | 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.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.GuaranteedShippingCalibratedOutputUpserted | io.flow.internal.v0.models.GuaranteedShippingCalibratedOutputDeleted | io.flow.internal.v0.models.OutboundShippingCostUpserted | io.flow.internal.v0.models.OutboundShippingCostDeleted | io.flow.internal.v0.models.AverageOrderValueUpserted | io.flow.internal.v0.models.AverageOrderValueDeleted | io.flow.internal.v0.models.GuaranteedShippingPublishedOutputUpserted | io.flow.internal.v0.models.GuaranteedShippingPublishedOutputDeleted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpserted | io.flow.internal.v0.models.GuaranteedShippingSettingsDeleted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpdateUpserted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpdateDeleted | 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.HarmonizationCodesImport | 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.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | 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.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeUpserted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | 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.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.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | 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.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | 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.PreonboardingSellabilityResultInserted | io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated | io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.ProductSellabilityResultInserted | io.flow.internal.v0.models.ProductSellabilityResultUpdated | io.flow.internal.v0.models.ProductSellabilityResultDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | 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.RestrictionsAthenaDailyopsPcPvUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvDeleted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.PreonboardingMerchantUpserted | io.flow.internal.v0.models.PreonboardingMerchantDeleted | io.flow.internal.v0.models.UnserviceableTaxonomyCategoryUpserted | io.flow.internal.v0.models.UnserviceableTaxonomyCategoryDeleted | io.flow.internal.v0.models.SellabilityPendingVerificationUpserted | io.flow.internal.v0.models.SellabilityPendingVerificationDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | 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.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | 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.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyMerchantMarketsUpserted | io.flow.internal.v0.models.ShopifyMerchantMarketsDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | 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.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | 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.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.B2BTaxTransactionUpserted | io.flow.internal.v0.models.B2BTaxTransactionDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | io.flow.internal.v0.models.BojanaItemUpserted | io.flow.internal.v0.models.BojanaItemDeleted | io.flow.internal.v0.models.RaveenaItemUpserted | io.flow.internal.v0.models.RaveenaItemDeleted | io.flow.internal.v0.models.MaheshItemUpserted | io.flow.internal.v0.models.MaheshItemDeleted | io.flow.internal.v0.models.JohnStrongItemUpserted | io.flow.internal.v0.models.JohnStrongItemDeleted | 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);
28335
+ type Event = (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.AiReviewBatchSubmitted | io.flow.internal.v0.models.AiReviewResultUpserted | io.flow.internal.v0.models.AiReviewResultDeleted | io.flow.internal.v0.models.AiReviewRequestFailed | 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.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | 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.GeRevenueShareTransactionUpserted | io.flow.internal.v0.models.GeRevenueShareTransactionDeleted | io.flow.internal.v0.models.NonL4LTaxDutyFxTransactionUpserted | io.flow.internal.v0.models.NonL4LTaxDutyFxTransactionDeleted | io.flow.internal.v0.models.TransactionAdjustmentUpserted | io.flow.internal.v0.models.TransactionAdjustmentDeleted | 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.BankAccountUpserted | io.flow.internal.v0.models.BankAccountDeleted | io.flow.internal.v0.models.PostingProofUpserted | io.flow.internal.v0.models.PostingProofDeleted | io.flow.internal.v0.models.BankPaymentPromiseUpserted | io.flow.internal.v0.models.BankPaymentPromiseDeleted | io.flow.internal.v0.models.AccountPaymentHoldUpserted | io.flow.internal.v0.models.AccountPaymentHoldDeleted | 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.SalesPaymentRecordUpserted | io.flow.internal.v0.models.SalesPaymentRecordDeleted | 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.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.ChannelShopStatisticsUpserted | io.flow.internal.v0.models.ChannelShopStatisticsDeleted | io.flow.internal.v0.models.ChannelOrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.ChannelOrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | 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.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.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.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.MorCostUpserted | io.flow.internal.v0.models.MorCostDeleted | io.flow.internal.v0.models.FlatRateLabelReversalUpserted | io.flow.internal.v0.models.FlatRateLabelReversalDeleted | io.flow.internal.v0.models.FlatRateLabelSubsidyUpserted | io.flow.internal.v0.models.FlatRateLabelSubsidyDeleted | 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.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.GuaranteedShippingCalibratedOutputUpserted | io.flow.internal.v0.models.GuaranteedShippingCalibratedOutputDeleted | io.flow.internal.v0.models.OutboundShippingCostUpserted | io.flow.internal.v0.models.OutboundShippingCostDeleted | io.flow.internal.v0.models.AverageOrderValueUpserted | io.flow.internal.v0.models.AverageOrderValueDeleted | io.flow.internal.v0.models.GuaranteedShippingPublishedOutputUpserted | io.flow.internal.v0.models.GuaranteedShippingPublishedOutputDeleted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpserted | io.flow.internal.v0.models.GuaranteedShippingSettingsDeleted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpdateUpserted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpdateDeleted | 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.HarmonizationCodesImport | 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.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | 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.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.GuaranteedShippingOrderGuaranteeUpserted | io.flow.internal.v0.models.GuaranteedShippingOrderGuaranteeDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | 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.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.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | 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.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | 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.PreonboardingSellabilityResultInserted | io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated | io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.ProductSellabilityResultInserted | io.flow.internal.v0.models.ProductSellabilityResultUpdated | io.flow.internal.v0.models.ProductSellabilityResultDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | 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.RestrictionsAthenaDailyopsPcPvUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvDeleted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.PreonboardingMerchantUpserted | io.flow.internal.v0.models.PreonboardingMerchantDeleted | io.flow.internal.v0.models.UnserviceableTaxonomyCategoryUpserted | io.flow.internal.v0.models.UnserviceableTaxonomyCategoryDeleted | io.flow.internal.v0.models.SellabilityPendingVerificationUpserted | io.flow.internal.v0.models.SellabilityPendingVerificationDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | 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.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | 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.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyMerchantMarketsUpserted | io.flow.internal.v0.models.ShopifyMerchantMarketsDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyProductDataCreateV2 | io.flow.internal.v0.models.ShopifyProductDataUpdateV2 | io.flow.internal.v0.models.ShopifyProductMetafieldsUpdateV2 | io.flow.internal.v0.models.ShopifyProductVariantDataV2 | io.flow.internal.v0.models.ShopifyProductVariantComponentsV2 | io.flow.internal.v0.models.ShopifyProductDataDeleteV2 | io.flow.internal.v0.models.ShopifyInventoryItemUpdateV2 | io.flow.internal.v0.models.ShopifyInventoryItemDeleteV2 | 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.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | 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.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.B2BTaxTransactionUpserted | io.flow.internal.v0.models.B2BTaxTransactionDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | io.flow.internal.v0.models.BojanaItemUpserted | io.flow.internal.v0.models.BojanaItemDeleted | io.flow.internal.v0.models.RaveenaItemUpserted | io.flow.internal.v0.models.RaveenaItemDeleted | io.flow.internal.v0.models.MaheshItemUpserted | io.flow.internal.v0.models.MaheshItemDeleted | io.flow.internal.v0.models.JohnStrongItemUpserted | io.flow.internal.v0.models.JohnStrongItemDeleted | 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);
27958
28336
  type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
27959
28337
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
27960
28338
  type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
@@ -27988,7 +28366,7 @@ declare namespace io.flow.internal.v0.unions {
27988
28366
  type ProcessorMerchantPutForm = (io.flow.internal.v0.models.StripeMerchantPutForm | io.flow.internal.v0.models.AdyenMerchantPutForm | io.flow.internal.v0.models.FiservMerchantPutForm | io.flow.internal.v0.models.PaypalMerchantPutForm);
27989
28367
  type ProofOfPosting = (io.flow.internal.v0.models.ProofOfPostingFulfilled | io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled | io.flow.internal.v0.models.ProofOfPostingShippingNotification | io.flow.internal.v0.models.ProofOfPostingOrderCancellation | io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment | io.flow.internal.v0.models.ProofOfPostingTimeElapsed | io.flow.internal.v0.models.ProofOfPostingSynthetic);
27990
28368
  type RestrictionAttributeRuleCondition = (io.flow.internal.v0.models.RestrictionAttributeConditionSingle | io.flow.internal.v0.models.RestrictionAttributeConditionMultiple);
27991
- type ReturnTrigger = (io.flow.internal.v0.models.ReturnTriggerRefund | io.flow.internal.v0.models.ReturnTriggerReversal);
28369
+ type ReturnTrigger = (io.flow.internal.v0.models.ReturnTriggerRefund | io.flow.internal.v0.models.ReturnTriggerReversal | io.flow.internal.v0.models.ReturnTriggerCreditRefund);
27992
28370
  type RoutingEntity = (io.flow.internal.v0.models.RoutingProcessor | io.flow.internal.v0.models.RoutingAccount | io.flow.internal.v0.models.RoutingMerchant);
27993
28371
  type ShopifyMonitoringOrderMonitorType = (io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal | io.flow.internal.v0.models.ShopifyMonitoringFulfillmentMissingDetails);
27994
28372
  type SimplifiedClassificationTaxonomy = (io.flow.internal.v0.models.SimplifiedTaxonomyCategory | io.flow.internal.v0.models.SimplifiedItemLabel);
@@ -28008,9 +28386,10 @@ export const accountCurrencyFilter: PropTypes.Requireable<io.flow.internal.v0.en
28008
28386
  export const accountPaymentHoldReason: PropTypes.Requireable<io.flow.internal.v0.enums.AccountPaymentHoldReason>;
28009
28387
  export const accountSettingLiabilitiesMethod: PropTypes.Requireable<io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod>;
28010
28388
  export const accountType: PropTypes.Requireable<io.flow.internal.v0.enums.AccountType>;
28011
- export const adaptiveShippingOrderGuaranteeState: PropTypes.Requireable<io.flow.internal.v0.enums.AdaptiveShippingOrderGuaranteeState>;
28012
28389
  export const adjustmentTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.AdjustmentTransactionType>;
28013
28390
  export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.AdyenIntegrationType>;
28391
+ export const aiReviewBatchItemOutcome: PropTypes.Requireable<io.flow.internal.v0.enums.AiReviewBatchItemOutcome>;
28392
+ export const aiReviewBatchStatus: PropTypes.Requireable<io.flow.internal.v0.enums.AiReviewBatchStatus>;
28014
28393
  export const aiReviewConsumer: PropTypes.Requireable<io.flow.internal.v0.enums.AiReviewConsumer>;
28015
28394
  export const aiReviewFailureReason: PropTypes.Requireable<io.flow.internal.v0.enums.AiReviewFailureReason>;
28016
28395
  export const aiReviewType: PropTypes.Requireable<io.flow.internal.v0.enums.AiReviewType>;
@@ -28130,6 +28509,7 @@ export const geIngestionFileStatus: PropTypes.Requireable<io.flow.internal.v0.en
28130
28509
  export const geRevenueShareTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.GeRevenueShareTransactionType>;
28131
28510
  export const googleAnalyticsPlugin: PropTypes.Requireable<io.flow.internal.v0.enums.GoogleAnalyticsPlugin>;
28132
28511
  export const graphqlServiceTypes: PropTypes.Requireable<io.flow.internal.v0.enums.GraphqlServiceTypes>;
28512
+ export const guaranteedShippingOrderGuaranteeState: PropTypes.Requireable<io.flow.internal.v0.enums.GuaranteedShippingOrderGuaranteeState>;
28133
28513
  export const guaranteedShippingPublicationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.GuaranteedShippingPublicationStatus>;
28134
28514
  export const harmonizationDecisionSource: PropTypes.Requireable<io.flow.internal.v0.enums.HarmonizationDecisionSource>;
28135
28515
  export const hs6CodeSource: PropTypes.Requireable<io.flow.internal.v0.enums.Hs6CodeSource>;
@@ -28214,6 +28594,7 @@ export const rateLevelKey: PropTypes.Requireable<io.flow.internal.v0.enums.RateL
28214
28594
  export const rateSource: PropTypes.Requireable<io.flow.internal.v0.enums.RateSource>;
28215
28595
  export const raveenaItemType: PropTypes.Requireable<io.flow.internal.v0.enums.RaveenaItemType>;
28216
28596
  export const redirectReason: PropTypes.Requireable<io.flow.internal.v0.enums.RedirectReason>;
28597
+ export const refundTransactionPaymentType: PropTypes.Requireable<io.flow.internal.v0.enums.RefundTransactionPaymentType>;
28217
28598
  export const rejectionReason: PropTypes.Requireable<io.flow.internal.v0.enums.RejectionReason>;
28218
28599
  export const remediateTaxDutyArm: PropTypes.Requireable<io.flow.internal.v0.enums.RemediateTaxDutyArm>;
28219
28600
  export const reportFileStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ReportFileStatus>;
@@ -28320,9 +28701,6 @@ export const accountUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models
28320
28701
  export const accountingPendingOrderMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingPendingOrderMetadata>;
28321
28702
  export const accountingReturnMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingReturnMetadata>;
28322
28703
  export const actionQuantity: PropTypes.Requireable<io.flow.internal.v0.models.ActionQuantity>;
28323
- export const adaptiveShippingOrderGuarantee: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingOrderGuarantee>;
28324
- export const adaptiveShippingOrderGuaranteeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeDeleted>;
28325
- export const adaptiveShippingOrderGuaranteeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeUpserted>;
28326
28704
  export const additionalImportTax: PropTypes.Requireable<io.flow.internal.v0.models.AdditionalImportTax>;
28327
28705
  export const adjustmentAmountFixed: PropTypes.Requireable<io.flow.internal.v0.models.AdjustmentAmountFixed>;
28328
28706
  export const adjustmentAmountPercentage: PropTypes.Requireable<io.flow.internal.v0.models.AdjustmentAmountPercentage>;
@@ -28403,6 +28781,7 @@ export const authorizationParametersForm: PropTypes.Requireable<io.flow.internal
28403
28781
  export const authorizedChargeStatus: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedChargeStatus>;
28404
28782
  export const authorizedLineItemCharge: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedLineItemCharge>;
28405
28783
  export const authorizedShippingCharge: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedShippingCharge>;
28784
+ export const autoAcceptKeywordCancelling: PropTypes.Requireable<io.flow.internal.v0.models.AutoAcceptKeywordCancelling>;
28406
28785
  export const autoReviewCriteria: PropTypes.Requireable<io.flow.internal.v0.models.AutoReviewCriteria>;
28407
28786
  export const averageOrderValue: PropTypes.Requireable<io.flow.internal.v0.models.AverageOrderValue>;
28408
28787
  export const averageOrderValueDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AverageOrderValueDeleted>;
@@ -28494,8 +28873,10 @@ export const calculationTotal: PropTypes.Requireable<io.flow.internal.v0.models.
28494
28873
  export const calculatorDtcePostBody: PropTypes.Requireable<io.flow.internal.v0.models.CalculatorDtcePostBody>;
28495
28874
  export const calculatorDtceProduct: PropTypes.Requireable<io.flow.internal.v0.models.CalculatorDtceProduct>;
28496
28875
  export const calculatorOrganizationSettings: PropTypes.Requireable<io.flow.internal.v0.models.CalculatorOrganizationSettings>;
28876
+ export const calculatorOrganizationSettingsCountryOfOriginForm: PropTypes.Requireable<io.flow.internal.v0.models.CalculatorOrganizationSettingsCountryOfOriginForm>;
28497
28877
  export const calculatorOrganizationSettingsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted>;
28498
28878
  export const calculatorOrganizationSettingsForm: PropTypes.Requireable<io.flow.internal.v0.models.CalculatorOrganizationSettingsForm>;
28879
+ export const calculatorOrganizationSettingsHsCodeForm: PropTypes.Requireable<io.flow.internal.v0.models.CalculatorOrganizationSettingsHsCodeForm>;
28499
28880
  export const calculatorOrganizationSettingsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted>;
28500
28881
  export const callRecord: PropTypes.Requireable<io.flow.internal.v0.models.CallRecord>;
28501
28882
  export const carrierAccount: PropTypes.Requireable<io.flow.internal.v0.models.CarrierAccount>;
@@ -28928,6 +29309,8 @@ export const gabrielItemDeleted: PropTypes.Requireable<io.flow.internal.v0.model
28928
29309
  export const gabrielItemForm: PropTypes.Requireable<io.flow.internal.v0.models.GabrielItemForm>;
28929
29310
  export const gabrielItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.GabrielItemUpserted>;
28930
29311
  export const geRevenueShareTransaction: PropTypes.Requireable<io.flow.internal.v0.models.GeRevenueShareTransaction>;
29312
+ export const geRevenueShareTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.GeRevenueShareTransactionDeleted>;
29313
+ export const geRevenueShareTransactionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.GeRevenueShareTransactionUpserted>;
28931
29314
  export const generateLoadMultipleOrgs: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadMultipleOrgs>;
28932
29315
  export const generateLoadRate: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadRate>;
28933
29316
  export const generateLoadSingleOrg: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadSingleOrg>;
@@ -28948,6 +29331,9 @@ export const guaranteedShippingCalibratedOutputUpserted: PropTypes.Requireable<i
28948
29331
  export const guaranteedShippingCalibration: PropTypes.Requireable<io.flow.internal.v0.models.GuaranteedShippingCalibration>;
28949
29332
  export const guaranteedShippingCalibrationForm: PropTypes.Requireable<io.flow.internal.v0.models.GuaranteedShippingCalibrationForm>;
28950
29333
  export const guaranteedShippingCalibrationLaneForm: PropTypes.Requireable<io.flow.internal.v0.models.GuaranteedShippingCalibrationLaneForm>;
29334
+ export const guaranteedShippingOrderGuarantee: PropTypes.Requireable<io.flow.internal.v0.models.GuaranteedShippingOrderGuarantee>;
29335
+ export const guaranteedShippingOrderGuaranteeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.GuaranteedShippingOrderGuaranteeDeleted>;
29336
+ export const guaranteedShippingOrderGuaranteeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.GuaranteedShippingOrderGuaranteeUpserted>;
28951
29337
  export const guaranteedShippingPublication: PropTypes.Requireable<io.flow.internal.v0.models.GuaranteedShippingPublication>;
28952
29338
  export const guaranteedShippingPublicationForm: PropTypes.Requireable<io.flow.internal.v0.models.GuaranteedShippingPublicationForm>;
28953
29339
  export const guaranteedShippingPublicationLaneForm: PropTypes.Requireable<io.flow.internal.v0.models.GuaranteedShippingPublicationLaneForm>;
@@ -29166,6 +29552,8 @@ export const noClassificationForm: PropTypes.Requireable<io.flow.internal.v0.mod
29166
29552
  export const nonChannelPaymentBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.NonChannelPaymentBankAccount>;
29167
29553
  export const nonL4LTaxDutyFxFeeMetadata: PropTypes.Requireable<io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata>;
29168
29554
  export const nonL4LTaxDutyFxTransaction: PropTypes.Requireable<io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction>;
29555
+ export const nonL4LTaxDutyFxTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.NonL4LTaxDutyFxTransactionDeleted>;
29556
+ export const nonL4LTaxDutyFxTransactionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.NonL4LTaxDutyFxTransactionUpserted>;
29169
29557
  export const notification: PropTypes.Requireable<io.flow.internal.v0.models.Notification>;
29170
29558
  export const onboardingAuditMessage: PropTypes.Requireable<io.flow.internal.v0.models.OnboardingAuditMessage>;
29171
29559
  export const onboardingAuditReport: PropTypes.Requireable<io.flow.internal.v0.models.OnboardingAuditReport>;
@@ -29604,6 +29992,7 @@ export const returnPolicyItemResultDeleted: PropTypes.Requireable<io.flow.intern
29604
29992
  export const returnPolicyItemResultUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ReturnPolicyItemResultUpserted>;
29605
29993
  export const returnPolicyUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ReturnPolicyUpserted>;
29606
29994
  export const returnSummary: PropTypes.Requireable<io.flow.internal.v0.models.ReturnSummary>;
29995
+ export const returnTriggerCreditRefund: PropTypes.Requireable<io.flow.internal.v0.models.ReturnTriggerCreditRefund>;
29607
29996
  export const returnTriggerRefund: PropTypes.Requireable<io.flow.internal.v0.models.ReturnTriggerRefund>;
29608
29997
  export const returnTriggerReversal: PropTypes.Requireable<io.flow.internal.v0.models.ReturnTriggerReversal>;
29609
29998
  export const revenueRecord: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecord>;
@@ -29674,15 +30063,18 @@ export const shopifyInventoryItemCreateUpserted: PropTypes.Requireable<io.flow.i
29674
30063
  export const shopifyInventoryItemCreateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemCreateWebhookEvent>;
29675
30064
  export const shopifyInventoryItemDeleteDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted>;
29676
30065
  export const shopifyInventoryItemDeleteUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted>;
30066
+ export const shopifyInventoryItemDeleteV2: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemDeleteV2>;
29677
30067
  export const shopifyInventoryItemDeleteWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemDeleteWebhookEvent>;
29678
30068
  export const shopifyInventoryItemUpdateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted>;
29679
30069
  export const shopifyInventoryItemUpdateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted>;
30070
+ export const shopifyInventoryItemUpdateV2: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemUpdateV2>;
29680
30071
  export const shopifyInventoryItemUpdateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemUpdateWebhookEvent>;
29681
30072
  export const shopifyMarketsBestSellingProduct: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct>;
29682
30073
  export const shopifyMarketsBestSellingProductDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted>;
29683
30074
  export const shopifyMarketsBestSellingProductUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted>;
29684
30075
  export const shopifyMarketsDiscrepancy: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsDiscrepancy>;
29685
30076
  export const shopifyMarketsDiscrepancyData: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsDiscrepancyData>;
30077
+ export const shopifyMarketsEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsEvent>;
29686
30078
  export const shopifyMarketsIncorporationCountry: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsIncorporationCountry>;
29687
30079
  export const shopifyMarketsInternalOrderMetrics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsInternalOrderMetrics>;
29688
30080
  export const shopifyMarketsMetricsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted>;
@@ -29747,9 +30139,13 @@ export const shopifyProductBundleUpserted: PropTypes.Requireable<io.flow.interna
29747
30139
  export const shopifyProductCreateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductCreateDeleted>;
29748
30140
  export const shopifyProductCreateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductCreateUpserted>;
29749
30141
  export const shopifyProductCreateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductCreateWebhookEvent>;
30142
+ export const shopifyProductDataCreateV2: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductDataCreateV2>;
30143
+ export const shopifyProductDataDeleteV2: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductDataDeleteV2>;
30144
+ export const shopifyProductDataUpdateV2: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductDataUpdateV2>;
29750
30145
  export const shopifyProductDeleteDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductDeleteDeleted>;
29751
30146
  export const shopifyProductDeleteUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductDeleteUpserted>;
29752
30147
  export const shopifyProductDeleteWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductDeleteWebhookEvent>;
30148
+ export const shopifyProductMetafieldsUpdateV2: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductMetafieldsUpdateV2>;
29753
30149
  export const shopifyProductTaxonomyAttribute: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductTaxonomyAttribute>;
29754
30150
  export const shopifyProductTaxonomyAttributeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted>;
29755
30151
  export const shopifyProductTaxonomyAttributeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted>;
@@ -29759,6 +30155,8 @@ export const shopifyProductTaxonomyAttributeValueUpserted: PropTypes.Requireable
29759
30155
  export const shopifyProductUpdateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateDeleted>;
29760
30156
  export const shopifyProductUpdateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateUpserted>;
29761
30157
  export const shopifyProductUpdateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent>;
30158
+ export const shopifyProductVariantComponentsV2: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductVariantComponentsV2>;
30159
+ export const shopifyProductVariantDataV2: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductVariantDataV2>;
29762
30160
  export const shopifyProductWrapper: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductWrapper>;
29763
30161
  export const shopifyRateCustomsDetail: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyRateCustomsDetail>;
29764
30162
  export const shopifyRatePickupPoint: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyRatePickupPoint>;
@@ -29923,7 +30321,9 @@ export const trackingSubscriptionUpserted: PropTypes.Requireable<io.flow.interna
29923
30321
  export const trackingUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingUpserted>;
29924
30322
  export const trackingWebhook: PropTypes.Requireable<io.flow.internal.v0.models.TrackingWebhook>;
29925
30323
  export const transactionAdjustment: PropTypes.Requireable<io.flow.internal.v0.models.TransactionAdjustment>;
30324
+ export const transactionAdjustmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TransactionAdjustmentDeleted>;
29926
30325
  export const transactionAdjustmentForm: PropTypes.Requireable<io.flow.internal.v0.models.TransactionAdjustmentForm>;
30326
+ export const transactionAdjustmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TransactionAdjustmentUpserted>;
29927
30327
  export const transactionReference: PropTypes.Requireable<io.flow.internal.v0.models.TransactionReference>;
29928
30328
  export const transactionStatement: PropTypes.Requireable<io.flow.internal.v0.models.TransactionStatement>;
29929
30329
  export const transactionStatementDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TransactionStatementDeleted>;