@flowio/types 11.24.82 → 11.24.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-internal.d.ts +118 -10
- package/dist/api.d.ts +12 -3
- package/package.json +2 -2
- package/src/api-internal.ts +170 -5
- package/src/api.ts +15 -1
package/dist/api-internal.d.ts
CHANGED
|
@@ -1938,8 +1938,10 @@ declare namespace io.flow.billing.csv.v0.models {
|
|
|
1938
1938
|
}
|
|
1939
1939
|
interface BillingCsvTransactionMetadataCarrierCharge {
|
|
1940
1940
|
readonly reason: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
1941
|
+
readonly label_created_at: string;
|
|
1941
1942
|
readonly carrier_id: string;
|
|
1942
1943
|
readonly carrier_tracking_number: string;
|
|
1944
|
+
readonly outbound_transaction_id?: string;
|
|
1943
1945
|
}
|
|
1944
1946
|
interface BillingCsvTransactionMetadataChannel {
|
|
1945
1947
|
readonly method: string;
|
|
@@ -1959,6 +1961,9 @@ declare namespace io.flow.billing.csv.v0.models {
|
|
|
1959
1961
|
}
|
|
1960
1962
|
interface BillingCsvTransactionMetadataTrueup {
|
|
1961
1963
|
readonly original: io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
|
|
1964
|
+
readonly label_transaction_id: string;
|
|
1965
|
+
readonly label_invoice_request_id: string;
|
|
1966
|
+
readonly carrier_charge_id: string;
|
|
1962
1967
|
}
|
|
1963
1968
|
interface BillingCsvTransactionOrderSummary {
|
|
1964
1969
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
@@ -2923,7 +2928,7 @@ declare namespace io.flow.customer.v0.models {
|
|
|
2923
2928
|
declare namespace io.flow.label.v0.enums {
|
|
2924
2929
|
type CostEstimateSource = 'flow' | 'channel';
|
|
2925
2930
|
type Direction = 'outbound' | 'return';
|
|
2926
|
-
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'autogenerated';
|
|
2931
|
+
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated';
|
|
2927
2932
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
2928
2933
|
type PackageDimensionsSource = 'provided' | 'dimensions_estimated';
|
|
2929
2934
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
@@ -4645,7 +4650,7 @@ declare namespace io.flow.shopify.external.v0.enums {
|
|
|
4645
4650
|
type ShopifyProcessingMethodType = 'checkout' | 'direct' | 'manual' | 'offsite' | 'express';
|
|
4646
4651
|
type ShopifyTransactionErrorCode = 'incorrect_number' | 'invalid_number' | 'invalid_expiry_date' | 'invalid_cvc' | 'expired_card' | 'incorrect_cvc' | 'incorrect_zip' | 'incorrect_address' | 'card_declined' | 'processing_error' | 'call_issuer' | 'pick_up_card';
|
|
4647
4652
|
type ShopifyTransactionStatus = 'pending' | 'failure' | 'success' | 'error';
|
|
4648
|
-
type Topic = 'carts/create' | 'carts/update' | 'checkouts/create' | 'checkouts/delete' | 'checkouts/update' | 'collections/create' | 'collections/delete' | 'collections/update' | 'customer_groups/create' | 'customer_groups/delete' | 'customer_groups/update' | 'customers/create' | 'customers/delete' | 'customers/disable' | 'customers/enable' | 'customers/update' | 'customers/redact' | 'disputes/create' | 'disputes/update' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'fulfillments/create' | 'fulfillments/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'inventory_levels/connect' | 'inventory_levels/update' | 'inventory_levels/disconnect' | 'locations/create' | 'locations/update' | 'locations/delete' | 'order_transactions/create' | 'orders/cancelled' | 'orders/create' | 'orders/delete' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'products/create' | 'products/delete' | 'products/update' | 'refunds/create' | 'shop/update' | 'shop/redact' | 'themes/create' | 'themes/delete' | 'themes/publish' | 'themes/update';
|
|
4653
|
+
type Topic = 'carts/create' | 'carts/update' | 'checkouts/create' | 'checkouts/delete' | 'checkouts/update' | 'collections/create' | 'collections/delete' | 'collections/update' | 'customer_groups/create' | 'customer_groups/delete' | 'customer_groups/update' | 'customers/create' | 'customers/delete' | 'customers/disable' | 'customers/enable' | 'customers/update' | 'customers/redact' | 'disputes/create' | 'disputes/update' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'fulfillments/create' | 'fulfillments/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'inventory_levels/connect' | 'inventory_levels/update' | 'inventory_levels/disconnect' | 'locations/create' | 'locations/update' | 'locations/delete' | 'order_transactions/create' | 'orders/cancelled' | 'orders/create' | 'orders/delete' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'orders/edited' | 'products/create' | 'products/delete' | 'products/update' | 'refunds/create' | 'shop/update' | 'shop/redact' | 'themes/create' | 'themes/delete' | 'themes/publish' | 'themes/update';
|
|
4649
4654
|
type ValueType = 'string' | 'integer';
|
|
4650
4655
|
type WeightUnit = 'g' | 'kg' | 'oz' | 'lb';
|
|
4651
4656
|
}
|
|
@@ -5704,6 +5709,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
5704
5709
|
readonly metafields?: io.flow.shopify.markets.v0.models.ShopifyOrderMetafield[];
|
|
5705
5710
|
readonly merchant_of_record_app_id?: number;
|
|
5706
5711
|
readonly total_shipping_price_set?: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
5712
|
+
readonly total_tip_received?: string;
|
|
5707
5713
|
}
|
|
5708
5714
|
interface ShopifyOrderAddress {
|
|
5709
5715
|
readonly id?: number;
|
|
@@ -6816,7 +6822,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
6816
6822
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
6817
6823
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
6818
6824
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies';
|
|
6819
|
-
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
6825
|
+
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
6820
6826
|
}
|
|
6821
6827
|
declare namespace io.flow.channel.internal.v0.models {
|
|
6822
6828
|
interface ChannelCurrencyForm {
|
|
@@ -8030,6 +8036,9 @@ declare namespace io.flow.payment.internal.v0.models {
|
|
|
8030
8036
|
readonly payment_request: io.flow.payment.gateway.v0.models.PaymentRequest;
|
|
8031
8037
|
readonly actual_action?: io.flow.payment.gateway.v0.unions.Action;
|
|
8032
8038
|
}
|
|
8039
|
+
interface InternalPaymentRequestVerification {
|
|
8040
|
+
readonly placeholder?: string;
|
|
8041
|
+
}
|
|
8033
8042
|
interface InternalPaypalAuthorizationDetails {
|
|
8034
8043
|
readonly discriminator: 'internal_paypal_authorization_details';
|
|
8035
8044
|
readonly paypal_authentication_data: io.flow.payment.internal.v0.models.PaypalAccountReference;
|
|
@@ -9086,6 +9095,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
9086
9095
|
readonly number: string;
|
|
9087
9096
|
readonly name: string;
|
|
9088
9097
|
readonly quantity: number;
|
|
9098
|
+
readonly image?: io.flow.experience.v0.models.OrderSummaryImage;
|
|
9089
9099
|
readonly center?: string;
|
|
9090
9100
|
readonly price?: io.flow.common.v0.models.Money;
|
|
9091
9101
|
readonly discount?: io.flow.experience.v0.models.LocalizedLineItemDiscount;
|
|
@@ -9719,6 +9729,8 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
9719
9729
|
readonly delivered_duty?: io.flow.common.v0.enums.DeliveredDuty;
|
|
9720
9730
|
readonly line_items?: io.flow.common.v0.models.LineItemForm[];
|
|
9721
9731
|
readonly center_id?: string;
|
|
9732
|
+
readonly taxes_owed?: io.flow.common.v0.models.Money;
|
|
9733
|
+
readonly duties_owed?: io.flow.common.v0.models.Money;
|
|
9722
9734
|
}
|
|
9723
9735
|
interface RatecardEstimateSummaryForm {
|
|
9724
9736
|
readonly origin?: string;
|
|
@@ -11341,7 +11353,6 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
11341
11353
|
interface AccountSettingLabelFees {
|
|
11342
11354
|
readonly flow?: io.flow.billing.internal.v0.models.TieredFee;
|
|
11343
11355
|
readonly organization?: io.flow.billing.internal.v0.models.TieredFee;
|
|
11344
|
-
readonly revenue_share?: number;
|
|
11345
11356
|
}
|
|
11346
11357
|
interface AccountSettings {
|
|
11347
11358
|
readonly id: string;
|
|
@@ -11554,9 +11565,14 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
11554
11565
|
readonly created_at: string;
|
|
11555
11566
|
readonly statement?: io.flow.billing.internal.v0.models.BillingStatementReference;
|
|
11556
11567
|
}
|
|
11568
|
+
interface CarrierChargeReference {
|
|
11569
|
+
readonly id: string;
|
|
11570
|
+
}
|
|
11557
11571
|
interface CarrierChargeTransaction {
|
|
11558
11572
|
readonly discriminator: 'carrier_charge_transaction';
|
|
11559
11573
|
readonly order: io.flow.billing.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
11574
|
+
readonly label_created_at: string;
|
|
11575
|
+
readonly outbound_carrier_charge_id?: io.flow.billing.internal.v0.models.CarrierChargeReference;
|
|
11560
11576
|
readonly id: string;
|
|
11561
11577
|
readonly type: io.flow.billing.internal.v0.enums.BillingTransactionType;
|
|
11562
11578
|
readonly status: io.flow.billing.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -12418,8 +12434,13 @@ declare namespace io.flow.billing.v0.models {
|
|
|
12418
12434
|
interface TransactionMetadataCarrierCharge {
|
|
12419
12435
|
readonly discriminator: 'carrier_charge';
|
|
12420
12436
|
readonly reason: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
12437
|
+
readonly label_created_at: string;
|
|
12421
12438
|
readonly carrier_id: string;
|
|
12422
12439
|
readonly carrier_tracking_number: string;
|
|
12440
|
+
readonly outbound?: io.flow.billing.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
12441
|
+
}
|
|
12442
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
12443
|
+
readonly transaction_id: string;
|
|
12423
12444
|
}
|
|
12424
12445
|
interface TransactionMetadataChannel {
|
|
12425
12446
|
readonly discriminator: 'channel';
|
|
@@ -13550,7 +13571,7 @@ declare namespace io.flow.checkout.v0.unions {
|
|
|
13550
13571
|
}
|
|
13551
13572
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
13552
13573
|
type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
|
|
13553
|
-
type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box';
|
|
13574
|
+
type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box' | 'exception_merchant';
|
|
13554
13575
|
}
|
|
13555
13576
|
declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
13556
13577
|
interface ActivationPutForm {
|
|
@@ -13916,9 +13937,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13916
13937
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
13917
13938
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
13918
13939
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
|
|
13940
|
+
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
13919
13941
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
13920
13942
|
type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
|
|
13921
|
-
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'queued_record_snooze_count' | 'queued_record_snooze_ending_in_48_hours_count' | 'statements_no_payout_count' | 'statements_no_payout_total' | 'statements_pending_payout_count' | 'statements_pending_payout_total' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'negative_balance_number_accounts' | 'negative_balance_total' | 'negative_balance_single_account_max';
|
|
13943
|
+
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'queued_record_snooze_count' | 'queued_record_snooze_ending_in_48_hours_count' | 'statements_no_payout_count' | 'statements_no_payout_total' | 'statements_pending_payout_count' | 'statements_pending_payout_total' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_single_account_max';
|
|
13922
13944
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
|
|
13923
13945
|
type BillingStatementBatchFileKey = 'summary';
|
|
13924
13946
|
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
@@ -13935,7 +13957,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13935
13957
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
13936
13958
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
13937
13959
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies';
|
|
13938
|
-
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
13960
|
+
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
13939
13961
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
13940
13962
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
13941
13963
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
@@ -14046,7 +14068,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14046
14068
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
14047
14069
|
type EmptyAttribute = 'irrelevant';
|
|
14048
14070
|
type ErpFileType = 'vendor';
|
|
14049
|
-
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' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_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' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_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' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
14071
|
+
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' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_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' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_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' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
14050
14072
|
type ExperienceImportType = 'experience_with_settings';
|
|
14051
14073
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
14052
14074
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -14301,7 +14323,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14301
14323
|
interface AccountSettingLabelFees {
|
|
14302
14324
|
readonly flow?: io.flow.internal.v0.models.TieredFee;
|
|
14303
14325
|
readonly organization?: io.flow.internal.v0.models.TieredFee;
|
|
14304
|
-
readonly revenue_share?: number;
|
|
14305
14326
|
}
|
|
14306
14327
|
interface AccountSettings {
|
|
14307
14328
|
readonly id: string;
|
|
@@ -14793,6 +14814,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14793
14814
|
readonly discriminator: 'apple_pay_authorization_payload';
|
|
14794
14815
|
readonly apple_pay_token: string;
|
|
14795
14816
|
}
|
|
14817
|
+
interface ApplyAtValueForm {
|
|
14818
|
+
readonly value: string;
|
|
14819
|
+
}
|
|
14796
14820
|
interface AttributeLabel {
|
|
14797
14821
|
readonly value: string;
|
|
14798
14822
|
readonly unverified: boolean;
|
|
@@ -15487,10 +15511,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15487
15511
|
readonly dead?: io.flow.trueup.v0.models.DeadWeight;
|
|
15488
15512
|
readonly dimensional?: io.flow.trueup.v0.models.DimensionalWeight;
|
|
15489
15513
|
readonly attributes?: Record<string, string>;
|
|
15514
|
+
readonly outbound_carrier_charge_id?: string;
|
|
15515
|
+
}
|
|
15516
|
+
interface CarrierChargeReference {
|
|
15517
|
+
readonly id: string;
|
|
15490
15518
|
}
|
|
15491
15519
|
interface CarrierChargeTransaction {
|
|
15492
15520
|
readonly discriminator: 'carrier_charge_transaction';
|
|
15493
15521
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
15522
|
+
readonly label_created_at: string;
|
|
15523
|
+
readonly outbound_carrier_charge_id?: io.flow.internal.v0.models.CarrierChargeReference;
|
|
15494
15524
|
readonly id: string;
|
|
15495
15525
|
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
15496
15526
|
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -17806,6 +17836,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17806
17836
|
readonly type: io.flow.internal.v0.enums.ColmItemType;
|
|
17807
17837
|
readonly added_on: string;
|
|
17808
17838
|
}
|
|
17839
|
+
interface ColmItemDeleted {
|
|
17840
|
+
readonly discriminator: 'colm_item_deleted';
|
|
17841
|
+
readonly event_id: string;
|
|
17842
|
+
readonly timestamp: string;
|
|
17843
|
+
readonly id: string;
|
|
17844
|
+
}
|
|
17809
17845
|
interface ColmItemForm {
|
|
17810
17846
|
readonly number: string;
|
|
17811
17847
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -17813,6 +17849,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17813
17849
|
readonly type: io.flow.internal.v0.enums.ColmItemType;
|
|
17814
17850
|
readonly added_on: string;
|
|
17815
17851
|
}
|
|
17852
|
+
interface ColmItemUpserted {
|
|
17853
|
+
readonly discriminator: 'colm_item_upserted';
|
|
17854
|
+
readonly event_id: string;
|
|
17855
|
+
readonly timestamp: string;
|
|
17856
|
+
readonly item: io.flow.internal.v0.models.ColmItem;
|
|
17857
|
+
}
|
|
17816
17858
|
interface CommercialInvoiceComparison {
|
|
17817
17859
|
readonly urls: string[];
|
|
17818
17860
|
}
|
|
@@ -19426,6 +19468,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19426
19468
|
readonly currency: string;
|
|
19427
19469
|
readonly details_url: string;
|
|
19428
19470
|
readonly provider: io.flow.internal.v0.enums.FraudProvider;
|
|
19471
|
+
readonly apply_at?: string;
|
|
19429
19472
|
}
|
|
19430
19473
|
interface FraudPendingReviewUpserted {
|
|
19431
19474
|
readonly discriminator: 'fraud_pending_review_upserted';
|
|
@@ -20678,6 +20721,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20678
20721
|
readonly payment_request: io.flow.payment.gateway.v0.models.PaymentRequest;
|
|
20679
20722
|
readonly actual_action?: io.flow.payment.gateway.v0.unions.Action;
|
|
20680
20723
|
}
|
|
20724
|
+
interface InternalPaymentRequestVerification {
|
|
20725
|
+
readonly placeholder?: string;
|
|
20726
|
+
}
|
|
20681
20727
|
interface InternalPaypalAuthorizationDetails {
|
|
20682
20728
|
readonly discriminator: 'internal_paypal_authorization_details';
|
|
20683
20729
|
readonly paypal_authentication_data: io.flow.internal.v0.models.PaypalAccountReference;
|
|
@@ -21908,6 +21954,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21908
21954
|
readonly shop_id?: string;
|
|
21909
21955
|
readonly legal_name: string;
|
|
21910
21956
|
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
21957
|
+
readonly shop_domain?: string;
|
|
21911
21958
|
}
|
|
21912
21959
|
interface MerchantSubsidies {
|
|
21913
21960
|
readonly fees: io.flow.internal.v0.models.ShopperFees;
|
|
@@ -23270,6 +23317,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23270
23317
|
readonly stacktrace?: string;
|
|
23271
23318
|
readonly snooze_id?: string;
|
|
23272
23319
|
}
|
|
23320
|
+
interface Quote {
|
|
23321
|
+
readonly id: string;
|
|
23322
|
+
readonly base: string;
|
|
23323
|
+
readonly target: string;
|
|
23324
|
+
readonly value: number;
|
|
23325
|
+
readonly effective_at: string;
|
|
23326
|
+
readonly expires_at: string;
|
|
23327
|
+
}
|
|
23328
|
+
interface QuoteDeleted {
|
|
23329
|
+
readonly discriminator: 'quote_deleted';
|
|
23330
|
+
readonly event_id: string;
|
|
23331
|
+
readonly timestamp: string;
|
|
23332
|
+
readonly id: string;
|
|
23333
|
+
}
|
|
23273
23334
|
interface QuoteRequest {
|
|
23274
23335
|
readonly id: string;
|
|
23275
23336
|
readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
|
|
@@ -23279,6 +23340,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23279
23340
|
readonly countries?: io.flow.reference.v0.models.Country[];
|
|
23280
23341
|
readonly reason?: string;
|
|
23281
23342
|
}
|
|
23343
|
+
interface QuoteUpserted {
|
|
23344
|
+
readonly discriminator: 'quote_upserted';
|
|
23345
|
+
readonly event_id: string;
|
|
23346
|
+
readonly timestamp: string;
|
|
23347
|
+
readonly quote: io.flow.internal.v0.models.Quote;
|
|
23348
|
+
}
|
|
23282
23349
|
interface RateAndRuleItem {
|
|
23283
23350
|
readonly item_reference: string;
|
|
23284
23351
|
readonly hs_code: string;
|
|
@@ -24870,6 +24937,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24870
24937
|
readonly type: io.flow.internal.v0.enums.ShrutiDemoType;
|
|
24871
24938
|
readonly added_on: string;
|
|
24872
24939
|
}
|
|
24940
|
+
interface ShrutiDemoItemDeleted {
|
|
24941
|
+
readonly discriminator: 'shruti_demo_item_deleted';
|
|
24942
|
+
readonly event_id: string;
|
|
24943
|
+
readonly timestamp: string;
|
|
24944
|
+
readonly id: string;
|
|
24945
|
+
}
|
|
24873
24946
|
interface ShrutiDemoItemForm {
|
|
24874
24947
|
readonly number: string;
|
|
24875
24948
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -24877,6 +24950,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24877
24950
|
readonly type: io.flow.internal.v0.enums.ShrutiDemoType;
|
|
24878
24951
|
readonly added_on: string;
|
|
24879
24952
|
}
|
|
24953
|
+
interface ShrutiDemoItemUpserted {
|
|
24954
|
+
readonly discriminator: 'shruti_demo_item_upserted';
|
|
24955
|
+
readonly event_id: string;
|
|
24956
|
+
readonly timestamp: string;
|
|
24957
|
+
readonly item: io.flow.internal.v0.models.ShrutiDemoItem;
|
|
24958
|
+
}
|
|
24880
24959
|
interface SimpleAccountReference {
|
|
24881
24960
|
readonly id: string;
|
|
24882
24961
|
}
|
|
@@ -25277,12 +25356,24 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25277
25356
|
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
25278
25357
|
readonly added_on: string;
|
|
25279
25358
|
}
|
|
25359
|
+
interface SvitlanaItemDeleted {
|
|
25360
|
+
readonly discriminator: 'svitlana_item_deleted';
|
|
25361
|
+
readonly event_id: string;
|
|
25362
|
+
readonly timestamp: string;
|
|
25363
|
+
readonly id: string;
|
|
25364
|
+
}
|
|
25280
25365
|
interface SvitlanaItemForm {
|
|
25281
25366
|
readonly number: string;
|
|
25282
25367
|
readonly amount: number;
|
|
25283
25368
|
readonly description?: string;
|
|
25284
25369
|
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
25285
25370
|
}
|
|
25371
|
+
interface SvitlanaItemUpserted {
|
|
25372
|
+
readonly discriminator: 'svitlana_item_upserted';
|
|
25373
|
+
readonly event_id: string;
|
|
25374
|
+
readonly timestamp: string;
|
|
25375
|
+
readonly item: io.flow.internal.v0.models.SvitlanaItem;
|
|
25376
|
+
}
|
|
25286
25377
|
interface TariffCodeDuty {
|
|
25287
25378
|
readonly tariff_code: string;
|
|
25288
25379
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -25427,6 +25518,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25427
25518
|
readonly id: string;
|
|
25428
25519
|
readonly children?: io.flow.internal.v0.models.TaxonomyNode[];
|
|
25429
25520
|
}
|
|
25521
|
+
interface TechOnboardingDescription {
|
|
25522
|
+
readonly description: string;
|
|
25523
|
+
}
|
|
25430
25524
|
interface Test {
|
|
25431
25525
|
readonly id: string;
|
|
25432
25526
|
readonly name: string;
|
|
@@ -25968,7 +26062,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25968
26062
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
25969
26063
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
25970
26064
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
25971
|
-
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.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | 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.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.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.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | 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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | 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.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
26065
|
+
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.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | 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.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.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.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | 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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | 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.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
25972
26066
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
25973
26067
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
25974
26068
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -26129,6 +26223,7 @@ export declare type AnyDangerousGoods = io.flow.internal.v0.enums.AnyDangerousGo
|
|
|
26129
26223
|
export declare type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
26130
26224
|
export declare type ApmContent = io.flow.internal.v0.models.ApmContent;
|
|
26131
26225
|
export declare type ApplePayAuthorizationPayload = io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
26226
|
+
export declare type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
|
|
26132
26227
|
export declare type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
|
|
26133
26228
|
export declare type AuthenticationForm = io.flow.internal.v0.models.AuthenticationForm;
|
|
26134
26229
|
export declare type AuthorizationBundle = io.flow.internal.v0.models.AuthorizationBundle;
|
|
@@ -26151,6 +26246,7 @@ export declare type BankPayment = io.flow.internal.v0.models.BankPayment;
|
|
|
26151
26246
|
export declare type BankPaymentDeleted = io.flow.internal.v0.models.BankPaymentDeleted;
|
|
26152
26247
|
export declare type BankPaymentDeletedV2 = io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
26153
26248
|
export declare type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm;
|
|
26249
|
+
export declare type BankPaymentPromiseCompletedMethod = io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod;
|
|
26154
26250
|
export declare type BankPaymentStatusCode = io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
26155
26251
|
export declare type BankPaymentStatusForm = io.flow.internal.v0.models.BankPaymentStatusForm;
|
|
26156
26252
|
export declare type BankPaymentUpserted = io.flow.internal.v0.models.BankPaymentUpserted;
|
|
@@ -26261,6 +26357,7 @@ export declare type CarrierChargeFileResult = io.flow.internal.v0.models.Carrier
|
|
|
26261
26357
|
export declare type CarrierChargeForm = io.flow.internal.v0.unions.CarrierChargeForm;
|
|
26262
26358
|
export declare type CarrierChargeFormLabel = io.flow.internal.v0.models.CarrierChargeFormLabel;
|
|
26263
26359
|
export declare type CarrierChargeFormOther = io.flow.internal.v0.models.CarrierChargeFormOther;
|
|
26360
|
+
export declare type CarrierChargeReference = io.flow.internal.v0.models.CarrierChargeReference;
|
|
26264
26361
|
export declare type CarrierChargeTransaction = io.flow.internal.v0.models.CarrierChargeTransaction;
|
|
26265
26362
|
export declare type CarrierChargeTransactionType = io.flow.internal.v0.enums.CarrierChargeTransactionType;
|
|
26266
26363
|
export declare type CarrierChargeUnits = io.flow.internal.v0.models.CarrierChargeUnits;
|
|
@@ -26905,8 +27002,10 @@ export declare type ClassificationWrapper = io.flow.internal.v0.models.Classific
|
|
|
26905
27002
|
export declare type ClassifiedProduct = io.flow.internal.v0.models.ClassifiedProduct;
|
|
26906
27003
|
export declare type ClassifiedProductDetail = io.flow.internal.v0.models.ClassifiedProductDetail;
|
|
26907
27004
|
export declare type ColmItem = io.flow.internal.v0.models.ColmItem;
|
|
27005
|
+
export declare type ColmItemDeleted = io.flow.internal.v0.models.ColmItemDeleted;
|
|
26908
27006
|
export declare type ColmItemForm = io.flow.internal.v0.models.ColmItemForm;
|
|
26909
27007
|
export declare type ColmItemType = io.flow.internal.v0.enums.ColmItemType;
|
|
27008
|
+
export declare type ColmItemUpserted = io.flow.internal.v0.models.ColmItemUpserted;
|
|
26910
27009
|
export declare type CommercialInvoiceComparison = io.flow.internal.v0.models.CommercialInvoiceComparison;
|
|
26911
27010
|
export declare type CommercialInvoiceInternal = io.flow.internal.v0.models.CommercialInvoiceInternal;
|
|
26912
27011
|
export declare type CommercialInvoiceInternalDeleted = io.flow.internal.v0.models.CommercialInvoiceInternalDeleted;
|
|
@@ -27372,6 +27471,7 @@ export declare type InternalHarmonizationStatistic = io.flow.internal.v0.unions.
|
|
|
27372
27471
|
export declare type InternalItemForm = io.flow.internal.v0.models.InternalItemForm;
|
|
27373
27472
|
export declare type InternalOrder = io.flow.internal.v0.models.InternalOrder;
|
|
27374
27473
|
export declare type InternalPaymentRequest = io.flow.internal.v0.models.InternalPaymentRequest;
|
|
27474
|
+
export declare type InternalPaymentRequestVerification = io.flow.internal.v0.models.InternalPaymentRequestVerification;
|
|
27375
27475
|
export declare type InternalPaypalAuthorizationDetails = io.flow.internal.v0.models.InternalPaypalAuthorizationDetails;
|
|
27376
27476
|
export declare type InternalRefundForm = io.flow.internal.v0.unions.InternalRefundForm;
|
|
27377
27477
|
export declare type InternalStripeAuthorizationDetails = io.flow.internal.v0.models.InternalStripeAuthorizationDetails;
|
|
@@ -27853,8 +27953,11 @@ export declare type ProofOfPostingOrderCancellation = io.flow.internal.v0.models
|
|
|
27853
27953
|
export declare type ProofOfPostingOrderCombinedShipment = io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment;
|
|
27854
27954
|
export declare type ProofOfPostingShippingNotification = io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
27855
27955
|
export declare type QueuedRecord = io.flow.internal.v0.models.QueuedRecord;
|
|
27956
|
+
export declare type Quote = io.flow.internal.v0.models.Quote;
|
|
27957
|
+
export declare type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
|
|
27856
27958
|
export declare type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
27857
27959
|
export declare type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
|
27960
|
+
export declare type QuoteUpserted = io.flow.internal.v0.models.QuoteUpserted;
|
|
27858
27961
|
export declare type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
|
|
27859
27962
|
export declare type RateAndRuleItemForm = io.flow.internal.v0.models.RateAndRuleItemForm;
|
|
27860
27963
|
export declare type RateAndRuleLookup = io.flow.internal.v0.models.RateAndRuleLookup;
|
|
@@ -28163,7 +28266,9 @@ export declare type ShopperLine = io.flow.internal.v0.models.ShopperLine;
|
|
|
28163
28266
|
export declare type ShopperLines = io.flow.internal.v0.models.ShopperLines;
|
|
28164
28267
|
export declare type ShopperSummary = io.flow.internal.v0.models.ShopperSummary;
|
|
28165
28268
|
export declare type ShrutiDemoItem = io.flow.internal.v0.models.ShrutiDemoItem;
|
|
28269
|
+
export declare type ShrutiDemoItemDeleted = io.flow.internal.v0.models.ShrutiDemoItemDeleted;
|
|
28166
28270
|
export declare type ShrutiDemoItemForm = io.flow.internal.v0.models.ShrutiDemoItemForm;
|
|
28271
|
+
export declare type ShrutiDemoItemUpserted = io.flow.internal.v0.models.ShrutiDemoItemUpserted;
|
|
28167
28272
|
export declare type ShrutiDemoType = io.flow.internal.v0.enums.ShrutiDemoType;
|
|
28168
28273
|
export declare type SignificanceAction = io.flow.internal.v0.enums.SignificanceAction;
|
|
28169
28274
|
export declare type SimpleAccountReference = io.flow.internal.v0.models.SimpleAccountReference;
|
|
@@ -28234,7 +28339,9 @@ export declare type SvbVirtualCardClearing = io.flow.internal.v0.models.SvbVirtu
|
|
|
28234
28339
|
export declare type SvbVirtualCardClearingDeleted = io.flow.internal.v0.models.SvbVirtualCardClearingDeleted;
|
|
28235
28340
|
export declare type SvbVirtualCardClearingUpserted = io.flow.internal.v0.models.SvbVirtualCardClearingUpserted;
|
|
28236
28341
|
export declare type SvitlanaItem = io.flow.internal.v0.models.SvitlanaItem;
|
|
28342
|
+
export declare type SvitlanaItemDeleted = io.flow.internal.v0.models.SvitlanaItemDeleted;
|
|
28237
28343
|
export declare type SvitlanaItemForm = io.flow.internal.v0.models.SvitlanaItemForm;
|
|
28344
|
+
export declare type SvitlanaItemUpserted = io.flow.internal.v0.models.SvitlanaItemUpserted;
|
|
28238
28345
|
export declare type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
28239
28346
|
export declare type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
28240
28347
|
export declare type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
@@ -28266,6 +28373,7 @@ export declare type TaxTransactionType = io.flow.internal.v0.enums.TaxTransactio
|
|
|
28266
28373
|
export declare type TaxTransactionUpserted = io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
28267
28374
|
export declare type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
|
|
28268
28375
|
export declare type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
|
|
28376
|
+
export declare type TechOnboardingDescription = io.flow.internal.v0.models.TechOnboardingDescription;
|
|
28269
28377
|
export declare type Test = io.flow.internal.v0.models.Test;
|
|
28270
28378
|
export declare type TestForm = io.flow.internal.v0.models.TestForm;
|
|
28271
28379
|
export declare type ThirdPartyLogisticsPartner = io.flow.internal.v0.models.ThirdPartyLogisticsPartner;
|
package/dist/api.d.ts
CHANGED
|
@@ -979,7 +979,7 @@ declare namespace io.flow.shopify.external.v0.enums {
|
|
|
979
979
|
type ShopifyProcessingMethodType = 'checkout' | 'direct' | 'manual' | 'offsite' | 'express';
|
|
980
980
|
type ShopifyTransactionErrorCode = 'incorrect_number' | 'invalid_number' | 'invalid_expiry_date' | 'invalid_cvc' | 'expired_card' | 'incorrect_cvc' | 'incorrect_zip' | 'incorrect_address' | 'card_declined' | 'processing_error' | 'call_issuer' | 'pick_up_card';
|
|
981
981
|
type ShopifyTransactionStatus = 'pending' | 'failure' | 'success' | 'error';
|
|
982
|
-
type Topic = 'carts/create' | 'carts/update' | 'checkouts/create' | 'checkouts/delete' | 'checkouts/update' | 'collections/create' | 'collections/delete' | 'collections/update' | 'customer_groups/create' | 'customer_groups/delete' | 'customer_groups/update' | 'customers/create' | 'customers/delete' | 'customers/disable' | 'customers/enable' | 'customers/update' | 'customers/redact' | 'disputes/create' | 'disputes/update' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'fulfillments/create' | 'fulfillments/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'inventory_levels/connect' | 'inventory_levels/update' | 'inventory_levels/disconnect' | 'locations/create' | 'locations/update' | 'locations/delete' | 'order_transactions/create' | 'orders/cancelled' | 'orders/create' | 'orders/delete' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'products/create' | 'products/delete' | 'products/update' | 'refunds/create' | 'shop/update' | 'shop/redact' | 'themes/create' | 'themes/delete' | 'themes/publish' | 'themes/update';
|
|
982
|
+
type Topic = 'carts/create' | 'carts/update' | 'checkouts/create' | 'checkouts/delete' | 'checkouts/update' | 'collections/create' | 'collections/delete' | 'collections/update' | 'customer_groups/create' | 'customer_groups/delete' | 'customer_groups/update' | 'customers/create' | 'customers/delete' | 'customers/disable' | 'customers/enable' | 'customers/update' | 'customers/redact' | 'disputes/create' | 'disputes/update' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'fulfillments/create' | 'fulfillments/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'inventory_levels/connect' | 'inventory_levels/update' | 'inventory_levels/disconnect' | 'locations/create' | 'locations/update' | 'locations/delete' | 'order_transactions/create' | 'orders/cancelled' | 'orders/create' | 'orders/delete' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'orders/edited' | 'products/create' | 'products/delete' | 'products/update' | 'refunds/create' | 'shop/update' | 'shop/redact' | 'themes/create' | 'themes/delete' | 'themes/publish' | 'themes/update';
|
|
983
983
|
type ValueType = 'string' | 'integer';
|
|
984
984
|
type WeightUnit = 'g' | 'kg' | 'oz' | 'lb';
|
|
985
985
|
}
|
|
@@ -1936,7 +1936,7 @@ declare namespace io.flow.v0.enums {
|
|
|
1936
1936
|
type InvitationErrorCode = 'expired' | 'invalid_email';
|
|
1937
1937
|
type ItemAvailabilityStatus = 'available' | 'low' | 'out_of_stock';
|
|
1938
1938
|
type ItemIdentifier = 'item_number' | 'sku';
|
|
1939
|
-
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'autogenerated';
|
|
1939
|
+
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated';
|
|
1940
1940
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
1941
1941
|
type LaneDirection = 'outbound' | 'return';
|
|
1942
1942
|
type LanePreselectPreference = 'lowest_cost' | 'default_tier';
|
|
@@ -1953,7 +1953,7 @@ declare namespace io.flow.v0.enums {
|
|
|
1953
1953
|
type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
|
|
1954
1954
|
type Method = 'post';
|
|
1955
1955
|
type OnboardingApplicationStatus = 'to_do' | 'in_progress' | 'on_hold' | 'rejected' | 'accepted';
|
|
1956
|
-
type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box';
|
|
1956
|
+
type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box' | 'exception_merchant';
|
|
1957
1957
|
type OnboardingTradeSector = 'accessories' | 'animals_and_pet_supplies' | 'apparel' | 'apparel_and_accessories' | 'arts_and_entertainment' | 'baby_and_toddler' | 'business_and_industrial' | 'cameras_and_optics' | 'electronics' | 'food_beverages_and_tobacco' | 'furniture' | 'gift_cards' | 'hardware' | 'health_and_beauty' | 'home_and_garden' | 'jewelry' | 'luggage_and_bags' | 'mature' | 'media' | 'office_supplies' | 'paper_and_art' | 'religious_and_ceremonial' | 'software' | 'sporting_goods' | 'sports_and_fitness' | 'toys_and_games' | 'toys_hobbies_gifts' | 'vehicles_and_parts' | 'other';
|
|
1958
1958
|
type OptinResponseType = 'not_shown' | 'opted_in' | 'opted_out';
|
|
1959
1959
|
type OrderChangeSource = 'consumer' | 'retailer' | 'fulfillment' | 'flow' | 'carrier';
|
|
@@ -6105,6 +6105,7 @@ declare namespace io.flow.v0.models {
|
|
|
6105
6105
|
readonly number: string;
|
|
6106
6106
|
readonly name: string;
|
|
6107
6107
|
readonly quantity: number;
|
|
6108
|
+
readonly image?: io.flow.v0.models.OrderSummaryImage;
|
|
6108
6109
|
readonly center?: string;
|
|
6109
6110
|
readonly price?: io.flow.v0.models.Money;
|
|
6110
6111
|
readonly discount?: io.flow.v0.models.LocalizedLineItemDiscount;
|
|
@@ -8596,6 +8597,8 @@ declare namespace io.flow.v0.models {
|
|
|
8596
8597
|
readonly delivered_duty?: io.flow.v0.enums.DeliveredDuty;
|
|
8597
8598
|
readonly line_items?: io.flow.v0.models.LineItemForm[];
|
|
8598
8599
|
readonly center_id?: string;
|
|
8600
|
+
readonly taxes_owed?: io.flow.v0.models.Money;
|
|
8601
|
+
readonly duties_owed?: io.flow.v0.models.Money;
|
|
8599
8602
|
}
|
|
8600
8603
|
interface RatecardEstimateSummaryForm {
|
|
8601
8604
|
readonly origin?: string;
|
|
@@ -10575,8 +10578,13 @@ declare namespace io.flow.v0.models {
|
|
|
10575
10578
|
interface TransactionMetadataCarrierCharge {
|
|
10576
10579
|
readonly discriminator: 'carrier_charge';
|
|
10577
10580
|
readonly reason: io.flow.v0.enums.CarrierChargeReason;
|
|
10581
|
+
readonly label_created_at: string;
|
|
10578
10582
|
readonly carrier_id: string;
|
|
10579
10583
|
readonly carrier_tracking_number: string;
|
|
10584
|
+
readonly outbound?: io.flow.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
10585
|
+
}
|
|
10586
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
10587
|
+
readonly transaction_id: string;
|
|
10580
10588
|
}
|
|
10581
10589
|
interface TransactionMetadataChannel {
|
|
10582
10590
|
readonly discriminator: 'channel';
|
|
@@ -12661,6 +12669,7 @@ export declare type TransactionDetails = io.flow.v0.unions.TransactionDetails;
|
|
|
12661
12669
|
export declare type TransactionDetailsCard = io.flow.v0.models.TransactionDetailsCard;
|
|
12662
12670
|
export declare type TransactionMetadata = io.flow.v0.unions.TransactionMetadata;
|
|
12663
12671
|
export declare type TransactionMetadataCarrierCharge = io.flow.v0.models.TransactionMetadataCarrierCharge;
|
|
12672
|
+
export declare type TransactionMetadataCarrierChargeOutbound = io.flow.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
12664
12673
|
export declare type TransactionMetadataChannel = io.flow.v0.models.TransactionMetadataChannel;
|
|
12665
12674
|
export declare type TransactionMetadataChannelCardMetadata = io.flow.v0.models.TransactionMetadataChannelCardMetadata;
|
|
12666
12675
|
export declare type TransactionMetadataChannelCardMetadataIssuerSummary = io.flow.v0.models.TransactionMetadataChannelCardMetadataIssuerSummary;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.84",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "71ee41ffd96a582387a4d438378c1ae949b08c92"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -2408,8 +2408,10 @@ declare namespace io.flow.billing.csv.v0.models {
|
|
|
2408
2408
|
|
|
2409
2409
|
interface BillingCsvTransactionMetadataCarrierCharge {
|
|
2410
2410
|
readonly reason: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
2411
|
+
readonly label_created_at: string;
|
|
2411
2412
|
readonly carrier_id: string;
|
|
2412
2413
|
readonly carrier_tracking_number: string;
|
|
2414
|
+
readonly outbound_transaction_id?: string;
|
|
2413
2415
|
}
|
|
2414
2416
|
|
|
2415
2417
|
interface BillingCsvTransactionMetadataChannel {
|
|
@@ -2434,6 +2436,9 @@ declare namespace io.flow.billing.csv.v0.models {
|
|
|
2434
2436
|
|
|
2435
2437
|
interface BillingCsvTransactionMetadataTrueup {
|
|
2436
2438
|
readonly original: io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
|
|
2439
|
+
readonly label_transaction_id: string;
|
|
2440
|
+
readonly label_invoice_request_id: string;
|
|
2441
|
+
readonly carrier_charge_id: string;
|
|
2437
2442
|
}
|
|
2438
2443
|
|
|
2439
2444
|
interface BillingCsvTransactionOrderSummary {
|
|
@@ -3820,6 +3825,7 @@ declare namespace io.flow.label.v0.enums {
|
|
|
3820
3825
|
| 'bridge_api_sync'
|
|
3821
3826
|
| 'partner_api_sync'
|
|
3822
3827
|
| 'notification_requiring_crossdock'
|
|
3828
|
+
| 'flow_simulation_sync'
|
|
3823
3829
|
| 'autogenerated';
|
|
3824
3830
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
3825
3831
|
type PackageDimensionsSource = 'provided' | 'dimensions_estimated';
|
|
@@ -6379,6 +6385,7 @@ declare namespace io.flow.shopify.external.v0.enums {
|
|
|
6379
6385
|
| 'orders/paid'
|
|
6380
6386
|
| 'orders/partially_fulfilled'
|
|
6381
6387
|
| 'orders/updated'
|
|
6388
|
+
| 'orders/edited'
|
|
6382
6389
|
| 'products/create'
|
|
6383
6390
|
| 'products/delete'
|
|
6384
6391
|
| 'products/update'
|
|
@@ -7732,6 +7739,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7732
7739
|
readonly metafields?: io.flow.shopify.markets.v0.models.ShopifyOrderMetafield[];
|
|
7733
7740
|
readonly merchant_of_record_app_id?: number;
|
|
7734
7741
|
readonly total_shipping_price_set?: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
7742
|
+
readonly total_tip_received?: string;
|
|
7735
7743
|
}
|
|
7736
7744
|
|
|
7737
7745
|
interface ShopifyOrderAddress {
|
|
@@ -9201,7 +9209,12 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
9201
9209
|
| 'unsupported_subsidized_order'
|
|
9202
9210
|
| 'unsupported_virtual_goods'
|
|
9203
9211
|
| 'non_matching_currencies';
|
|
9204
|
-
type ChannelOrderAcceptanceStatus =
|
|
9212
|
+
type ChannelOrderAcceptanceStatus =
|
|
9213
|
+
| 'accepted'
|
|
9214
|
+
| 'rejected'
|
|
9215
|
+
| 'review'
|
|
9216
|
+
| 'edit_review'
|
|
9217
|
+
| 'edit_accepted';
|
|
9205
9218
|
}
|
|
9206
9219
|
|
|
9207
9220
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -10698,6 +10711,10 @@ declare namespace io.flow.payment.internal.v0.models {
|
|
|
10698
10711
|
readonly actual_action?: io.flow.payment.gateway.v0.unions.Action;
|
|
10699
10712
|
}
|
|
10700
10713
|
|
|
10714
|
+
interface InternalPaymentRequestVerification {
|
|
10715
|
+
readonly placeholder?: string;
|
|
10716
|
+
}
|
|
10717
|
+
|
|
10701
10718
|
interface InternalPaypalAuthorizationDetails {
|
|
10702
10719
|
readonly discriminator: 'internal_paypal_authorization_details';
|
|
10703
10720
|
readonly paypal_authentication_data: io.flow.payment.internal.v0.models.PaypalAccountReference;
|
|
@@ -12023,6 +12040,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
12023
12040
|
readonly number: string;
|
|
12024
12041
|
readonly name: string;
|
|
12025
12042
|
readonly quantity: number;
|
|
12043
|
+
readonly image?: io.flow.experience.v0.models.OrderSummaryImage;
|
|
12026
12044
|
readonly center?: string;
|
|
12027
12045
|
readonly price?: io.flow.common.v0.models.Money;
|
|
12028
12046
|
readonly discount?: io.flow.experience.v0.models.LocalizedLineItemDiscount;
|
|
@@ -12780,6 +12798,8 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
12780
12798
|
readonly delivered_duty?: io.flow.common.v0.enums.DeliveredDuty;
|
|
12781
12799
|
readonly line_items?: io.flow.common.v0.models.LineItemForm[];
|
|
12782
12800
|
readonly center_id?: string;
|
|
12801
|
+
readonly taxes_owed?: io.flow.common.v0.models.Money;
|
|
12802
|
+
readonly duties_owed?: io.flow.common.v0.models.Money;
|
|
12783
12803
|
}
|
|
12784
12804
|
|
|
12785
12805
|
interface RatecardEstimateSummaryForm {
|
|
@@ -14979,7 +14999,6 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
14979
14999
|
interface AccountSettingLabelFees {
|
|
14980
15000
|
readonly flow?: io.flow.billing.internal.v0.models.TieredFee;
|
|
14981
15001
|
readonly organization?: io.flow.billing.internal.v0.models.TieredFee;
|
|
14982
|
-
readonly revenue_share?: number;
|
|
14983
15002
|
}
|
|
14984
15003
|
|
|
14985
15004
|
interface AccountSettings {
|
|
@@ -15225,9 +15244,15 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
15225
15244
|
readonly statement?: io.flow.billing.internal.v0.models.BillingStatementReference;
|
|
15226
15245
|
}
|
|
15227
15246
|
|
|
15247
|
+
interface CarrierChargeReference {
|
|
15248
|
+
readonly id: string;
|
|
15249
|
+
}
|
|
15250
|
+
|
|
15228
15251
|
interface CarrierChargeTransaction {
|
|
15229
15252
|
readonly discriminator: 'carrier_charge_transaction';
|
|
15230
15253
|
readonly order: io.flow.billing.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
15254
|
+
readonly label_created_at: string;
|
|
15255
|
+
readonly outbound_carrier_charge_id?: io.flow.billing.internal.v0.models.CarrierChargeReference;
|
|
15231
15256
|
readonly id: string;
|
|
15232
15257
|
readonly type: io.flow.billing.internal.v0.enums.BillingTransactionType;
|
|
15233
15258
|
readonly status: io.flow.billing.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -16286,8 +16311,14 @@ declare namespace io.flow.billing.v0.models {
|
|
|
16286
16311
|
interface TransactionMetadataCarrierCharge {
|
|
16287
16312
|
readonly discriminator: 'carrier_charge';
|
|
16288
16313
|
readonly reason: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
16314
|
+
readonly label_created_at: string;
|
|
16289
16315
|
readonly carrier_id: string;
|
|
16290
16316
|
readonly carrier_tracking_number: string;
|
|
16317
|
+
readonly outbound?: io.flow.billing.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
16318
|
+
}
|
|
16319
|
+
|
|
16320
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
16321
|
+
readonly transaction_id: string;
|
|
16291
16322
|
}
|
|
16292
16323
|
|
|
16293
16324
|
interface TransactionMetadataChannel {
|
|
@@ -17695,7 +17726,8 @@ declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
|
17695
17726
|
| 'street_address_is_blank_3pl'
|
|
17696
17727
|
| 'street_address_is_po_box_3pl'
|
|
17697
17728
|
| 'business_street_address_is_blank'
|
|
17698
|
-
| 'business_street_address_is_po_box'
|
|
17729
|
+
| 'business_street_address_is_po_box'
|
|
17730
|
+
| 'exception_merchant';
|
|
17699
17731
|
}
|
|
17700
17732
|
|
|
17701
17733
|
declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
@@ -18166,6 +18198,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18166
18198
|
| 'prr-79e41878ea564f9c81cc432a0e84703f'
|
|
18167
18199
|
| 'prr-f29c26dc09e04536bc77f9c32786ed70'
|
|
18168
18200
|
| 'prr-b186129720f0446eb452a68518437c95';
|
|
18201
|
+
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
18169
18202
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
18170
18203
|
type BillingAllocationKey =
|
|
18171
18204
|
| 'freight_cost'
|
|
@@ -18285,7 +18318,11 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18285
18318
|
| 'percentage_bank_account_updates'
|
|
18286
18319
|
| 'percentage_bank_account_unique_updates'
|
|
18287
18320
|
| 'negative_balance_number_accounts'
|
|
18321
|
+
| 'negative_balance_number_accounts_with_order_in_past_30_days'
|
|
18322
|
+
| 'negative_balance_number_accounts_without_order_in_past_30_days'
|
|
18288
18323
|
| 'negative_balance_total'
|
|
18324
|
+
| 'negative_balance_total_with_order_in_past_30_days'
|
|
18325
|
+
| 'negative_balance_total_without_order_in_past_30_days'
|
|
18289
18326
|
| 'negative_balance_single_account_max';
|
|
18290
18327
|
type BillingStatementAttachmentKey =
|
|
18291
18328
|
| 'invoice'
|
|
@@ -18383,7 +18420,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18383
18420
|
| 'unsupported_subsidized_order'
|
|
18384
18421
|
| 'unsupported_virtual_goods'
|
|
18385
18422
|
| 'non_matching_currencies';
|
|
18386
|
-
type ChannelOrderAcceptanceStatus =
|
|
18423
|
+
type ChannelOrderAcceptanceStatus =
|
|
18424
|
+
| 'accepted'
|
|
18425
|
+
| 'rejected'
|
|
18426
|
+
| 'review'
|
|
18427
|
+
| 'edit_review'
|
|
18428
|
+
| 'edit_accepted';
|
|
18387
18429
|
type ChannelOrderFulfillmentStatusCode =
|
|
18388
18430
|
| 'unfulfilled'
|
|
18389
18431
|
| 'fulfilled'
|
|
@@ -18914,6 +18956,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18914
18956
|
| 'center_defaults_upserted'
|
|
18915
18957
|
| 'center_defaults_deleted'
|
|
18916
18958
|
| 'pregenerated_request_event'
|
|
18959
|
+
| 'quote_upserted'
|
|
18960
|
+
| 'quote_deleted'
|
|
18917
18961
|
| 'all_items_export'
|
|
18918
18962
|
| 'harmonized_items_hs6_export'
|
|
18919
18963
|
| 'unharmonized_items_export'
|
|
@@ -19064,6 +19108,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
19064
19108
|
| 'svb_virtual_card_clearing_deleted'
|
|
19065
19109
|
| 'liability_remittance_plan_upserted'
|
|
19066
19110
|
| 'liability_remittance_plan_deleted'
|
|
19111
|
+
| 'svitlana_item_upserted'
|
|
19112
|
+
| 'svitlana_item_deleted'
|
|
19113
|
+
| 'colm_item_upserted'
|
|
19114
|
+
| 'colm_item_deleted'
|
|
19115
|
+
| 'shruti_demo_item_upserted'
|
|
19116
|
+
| 'shruti_demo_item_deleted'
|
|
19067
19117
|
| 'tracking_label_event_upserted_v2'
|
|
19068
19118
|
| 'tracking_label_event_deleted_v2'
|
|
19069
19119
|
| 'tracking_label_upserted'
|
|
@@ -19655,7 +19705,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19655
19705
|
interface AccountSettingLabelFees {
|
|
19656
19706
|
readonly flow?: io.flow.internal.v0.models.TieredFee;
|
|
19657
19707
|
readonly organization?: io.flow.internal.v0.models.TieredFee;
|
|
19658
|
-
readonly revenue_share?: number;
|
|
19659
19708
|
}
|
|
19660
19709
|
|
|
19661
19710
|
interface AccountSettings {
|
|
@@ -20221,6 +20270,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20221
20270
|
readonly apple_pay_token: string;
|
|
20222
20271
|
}
|
|
20223
20272
|
|
|
20273
|
+
interface ApplyAtValueForm {
|
|
20274
|
+
readonly value: string;
|
|
20275
|
+
}
|
|
20276
|
+
|
|
20224
20277
|
interface AttributeLabel {
|
|
20225
20278
|
readonly value: string;
|
|
20226
20279
|
readonly unverified: boolean;
|
|
@@ -21029,11 +21082,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21029
21082
|
readonly dead?: io.flow.trueup.v0.models.DeadWeight;
|
|
21030
21083
|
readonly dimensional?: io.flow.trueup.v0.models.DimensionalWeight;
|
|
21031
21084
|
readonly attributes?: Record<string, string>;
|
|
21085
|
+
readonly outbound_carrier_charge_id?: string;
|
|
21086
|
+
}
|
|
21087
|
+
|
|
21088
|
+
interface CarrierChargeReference {
|
|
21089
|
+
readonly id: string;
|
|
21032
21090
|
}
|
|
21033
21091
|
|
|
21034
21092
|
interface CarrierChargeTransaction {
|
|
21035
21093
|
readonly discriminator: 'carrier_charge_transaction';
|
|
21036
21094
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
21095
|
+
readonly label_created_at: string;
|
|
21096
|
+
readonly outbound_carrier_charge_id?: io.flow.internal.v0.models.CarrierChargeReference;
|
|
21037
21097
|
readonly id: string;
|
|
21038
21098
|
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
21039
21099
|
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -23823,6 +23883,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23823
23883
|
readonly added_on: string;
|
|
23824
23884
|
}
|
|
23825
23885
|
|
|
23886
|
+
interface ColmItemDeleted {
|
|
23887
|
+
readonly discriminator: 'colm_item_deleted';
|
|
23888
|
+
readonly event_id: string;
|
|
23889
|
+
readonly timestamp: string;
|
|
23890
|
+
readonly id: string;
|
|
23891
|
+
}
|
|
23892
|
+
|
|
23826
23893
|
interface ColmItemForm {
|
|
23827
23894
|
readonly number: string;
|
|
23828
23895
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -23831,6 +23898,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23831
23898
|
readonly added_on: string;
|
|
23832
23899
|
}
|
|
23833
23900
|
|
|
23901
|
+
interface ColmItemUpserted {
|
|
23902
|
+
readonly discriminator: 'colm_item_upserted';
|
|
23903
|
+
readonly event_id: string;
|
|
23904
|
+
readonly timestamp: string;
|
|
23905
|
+
readonly item: io.flow.internal.v0.models.ColmItem;
|
|
23906
|
+
}
|
|
23907
|
+
|
|
23834
23908
|
interface CommercialInvoiceComparison {
|
|
23835
23909
|
readonly urls: string[];
|
|
23836
23910
|
}
|
|
@@ -25689,6 +25763,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25689
25763
|
readonly currency: string;
|
|
25690
25764
|
readonly details_url: string;
|
|
25691
25765
|
readonly provider: io.flow.internal.v0.enums.FraudProvider;
|
|
25766
|
+
readonly apply_at?: string;
|
|
25692
25767
|
}
|
|
25693
25768
|
|
|
25694
25769
|
interface FraudPendingReviewUpserted {
|
|
@@ -27096,6 +27171,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27096
27171
|
readonly actual_action?: io.flow.payment.gateway.v0.unions.Action;
|
|
27097
27172
|
}
|
|
27098
27173
|
|
|
27174
|
+
interface InternalPaymentRequestVerification {
|
|
27175
|
+
readonly placeholder?: string;
|
|
27176
|
+
}
|
|
27177
|
+
|
|
27099
27178
|
interface InternalPaypalAuthorizationDetails {
|
|
27100
27179
|
readonly discriminator: 'internal_paypal_authorization_details';
|
|
27101
27180
|
readonly paypal_authentication_data: io.flow.internal.v0.models.PaypalAccountReference;
|
|
@@ -28519,6 +28598,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28519
28598
|
readonly shop_id?: string;
|
|
28520
28599
|
readonly legal_name: string;
|
|
28521
28600
|
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
28601
|
+
readonly shop_domain?: string;
|
|
28522
28602
|
}
|
|
28523
28603
|
|
|
28524
28604
|
interface MerchantSubsidies {
|
|
@@ -30087,6 +30167,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
30087
30167
|
readonly snooze_id?: string;
|
|
30088
30168
|
}
|
|
30089
30169
|
|
|
30170
|
+
interface Quote {
|
|
30171
|
+
readonly id: string;
|
|
30172
|
+
readonly base: string;
|
|
30173
|
+
readonly target: string;
|
|
30174
|
+
readonly value: number;
|
|
30175
|
+
readonly effective_at: string;
|
|
30176
|
+
readonly expires_at: string;
|
|
30177
|
+
}
|
|
30178
|
+
|
|
30179
|
+
interface QuoteDeleted {
|
|
30180
|
+
readonly discriminator: 'quote_deleted';
|
|
30181
|
+
readonly event_id: string;
|
|
30182
|
+
readonly timestamp: string;
|
|
30183
|
+
readonly id: string;
|
|
30184
|
+
}
|
|
30185
|
+
|
|
30090
30186
|
interface QuoteRequest {
|
|
30091
30187
|
readonly id: string;
|
|
30092
30188
|
readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
|
|
@@ -30097,6 +30193,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
30097
30193
|
readonly reason?: string;
|
|
30098
30194
|
}
|
|
30099
30195
|
|
|
30196
|
+
interface QuoteUpserted {
|
|
30197
|
+
readonly discriminator: 'quote_upserted';
|
|
30198
|
+
readonly event_id: string;
|
|
30199
|
+
readonly timestamp: string;
|
|
30200
|
+
readonly quote: io.flow.internal.v0.models.Quote;
|
|
30201
|
+
}
|
|
30202
|
+
|
|
30100
30203
|
interface RateAndRuleItem {
|
|
30101
30204
|
readonly item_reference: string;
|
|
30102
30205
|
readonly hs_code: string;
|
|
@@ -31955,6 +32058,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31955
32058
|
readonly added_on: string;
|
|
31956
32059
|
}
|
|
31957
32060
|
|
|
32061
|
+
interface ShrutiDemoItemDeleted {
|
|
32062
|
+
readonly discriminator: 'shruti_demo_item_deleted';
|
|
32063
|
+
readonly event_id: string;
|
|
32064
|
+
readonly timestamp: string;
|
|
32065
|
+
readonly id: string;
|
|
32066
|
+
}
|
|
32067
|
+
|
|
31958
32068
|
interface ShrutiDemoItemForm {
|
|
31959
32069
|
readonly number: string;
|
|
31960
32070
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -31963,6 +32073,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31963
32073
|
readonly added_on: string;
|
|
31964
32074
|
}
|
|
31965
32075
|
|
|
32076
|
+
interface ShrutiDemoItemUpserted {
|
|
32077
|
+
readonly discriminator: 'shruti_demo_item_upserted';
|
|
32078
|
+
readonly event_id: string;
|
|
32079
|
+
readonly timestamp: string;
|
|
32080
|
+
readonly item: io.flow.internal.v0.models.ShrutiDemoItem;
|
|
32081
|
+
}
|
|
32082
|
+
|
|
31966
32083
|
interface SimpleAccountReference {
|
|
31967
32084
|
readonly id: string;
|
|
31968
32085
|
}
|
|
@@ -32420,6 +32537,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32420
32537
|
readonly added_on: string;
|
|
32421
32538
|
}
|
|
32422
32539
|
|
|
32540
|
+
interface SvitlanaItemDeleted {
|
|
32541
|
+
readonly discriminator: 'svitlana_item_deleted';
|
|
32542
|
+
readonly event_id: string;
|
|
32543
|
+
readonly timestamp: string;
|
|
32544
|
+
readonly id: string;
|
|
32545
|
+
}
|
|
32546
|
+
|
|
32423
32547
|
interface SvitlanaItemForm {
|
|
32424
32548
|
readonly number: string;
|
|
32425
32549
|
readonly amount: number;
|
|
@@ -32427,6 +32551,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32427
32551
|
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
32428
32552
|
}
|
|
32429
32553
|
|
|
32554
|
+
interface SvitlanaItemUpserted {
|
|
32555
|
+
readonly discriminator: 'svitlana_item_upserted';
|
|
32556
|
+
readonly event_id: string;
|
|
32557
|
+
readonly timestamp: string;
|
|
32558
|
+
readonly item: io.flow.internal.v0.models.SvitlanaItem;
|
|
32559
|
+
}
|
|
32560
|
+
|
|
32430
32561
|
interface TariffCodeDuty {
|
|
32431
32562
|
readonly tariff_code: string;
|
|
32432
32563
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -32592,6 +32723,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32592
32723
|
readonly children?: io.flow.internal.v0.models.TaxonomyNode[];
|
|
32593
32724
|
}
|
|
32594
32725
|
|
|
32726
|
+
interface TechOnboardingDescription {
|
|
32727
|
+
readonly description: string;
|
|
32728
|
+
}
|
|
32729
|
+
|
|
32595
32730
|
interface Test {
|
|
32596
32731
|
readonly id: string;
|
|
32597
32732
|
readonly name: string;
|
|
@@ -33728,6 +33863,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
33728
33863
|
| io.flow.internal.v0.models.CenterDefaultsUpserted
|
|
33729
33864
|
| io.flow.internal.v0.models.CenterDefaultsDeleted
|
|
33730
33865
|
| io.flow.internal.v0.models.PregeneratedRequestEvent
|
|
33866
|
+
| io.flow.internal.v0.models.QuoteUpserted
|
|
33867
|
+
| io.flow.internal.v0.models.QuoteDeleted
|
|
33731
33868
|
| io.flow.internal.v0.models.AllItemsExport
|
|
33732
33869
|
| io.flow.internal.v0.models.HarmonizedItemsHs6Export
|
|
33733
33870
|
| io.flow.internal.v0.models.UnharmonizedItemsExport
|
|
@@ -33878,6 +34015,12 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
33878
34015
|
| io.flow.internal.v0.models.SvbVirtualCardClearingDeleted
|
|
33879
34016
|
| io.flow.internal.v0.models.LiabilityRemittancePlanUpserted
|
|
33880
34017
|
| io.flow.internal.v0.models.LiabilityRemittancePlanDeleted
|
|
34018
|
+
| io.flow.internal.v0.models.SvitlanaItemUpserted
|
|
34019
|
+
| io.flow.internal.v0.models.SvitlanaItemDeleted
|
|
34020
|
+
| io.flow.internal.v0.models.ColmItemUpserted
|
|
34021
|
+
| io.flow.internal.v0.models.ColmItemDeleted
|
|
34022
|
+
| io.flow.internal.v0.models.ShrutiDemoItemUpserted
|
|
34023
|
+
| io.flow.internal.v0.models.ShrutiDemoItemDeleted
|
|
33881
34024
|
| io.flow.internal.v0.models.TrackingLabelEventUpsertedV2
|
|
33882
34025
|
| io.flow.internal.v0.models.TrackingLabelEventDeletedV2
|
|
33883
34026
|
| io.flow.internal.v0.models.TrackingLabelUpserted
|
|
@@ -34331,6 +34474,7 @@ export type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
|
34331
34474
|
export type ApmContent = io.flow.internal.v0.models.ApmContent;
|
|
34332
34475
|
export type ApplePayAuthorizationPayload =
|
|
34333
34476
|
io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
34477
|
+
export type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
|
|
34334
34478
|
export type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
|
|
34335
34479
|
export type AuthenticationForm = io.flow.internal.v0.models.AuthenticationForm;
|
|
34336
34480
|
export type AuthorizationBundle =
|
|
@@ -34366,6 +34510,8 @@ export type BankPaymentDeleted = io.flow.internal.v0.models.BankPaymentDeleted;
|
|
|
34366
34510
|
export type BankPaymentDeletedV2 =
|
|
34367
34511
|
io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
34368
34512
|
export type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm;
|
|
34513
|
+
export type BankPaymentPromiseCompletedMethod =
|
|
34514
|
+
io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod;
|
|
34369
34515
|
export type BankPaymentStatusCode =
|
|
34370
34516
|
io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
34371
34517
|
export type BankPaymentStatusForm =
|
|
@@ -34568,6 +34714,8 @@ export type CarrierChargeFormLabel =
|
|
|
34568
34714
|
io.flow.internal.v0.models.CarrierChargeFormLabel;
|
|
34569
34715
|
export type CarrierChargeFormOther =
|
|
34570
34716
|
io.flow.internal.v0.models.CarrierChargeFormOther;
|
|
34717
|
+
export type CarrierChargeReference =
|
|
34718
|
+
io.flow.internal.v0.models.CarrierChargeReference;
|
|
34571
34719
|
export type CarrierChargeTransaction =
|
|
34572
34720
|
io.flow.internal.v0.models.CarrierChargeTransaction;
|
|
34573
34721
|
export type CarrierChargeTransactionType =
|
|
@@ -35795,8 +35943,10 @@ export type ClassifiedProduct = io.flow.internal.v0.models.ClassifiedProduct;
|
|
|
35795
35943
|
export type ClassifiedProductDetail =
|
|
35796
35944
|
io.flow.internal.v0.models.ClassifiedProductDetail;
|
|
35797
35945
|
export type ColmItem = io.flow.internal.v0.models.ColmItem;
|
|
35946
|
+
export type ColmItemDeleted = io.flow.internal.v0.models.ColmItemDeleted;
|
|
35798
35947
|
export type ColmItemForm = io.flow.internal.v0.models.ColmItemForm;
|
|
35799
35948
|
export type ColmItemType = io.flow.internal.v0.enums.ColmItemType;
|
|
35949
|
+
export type ColmItemUpserted = io.flow.internal.v0.models.ColmItemUpserted;
|
|
35800
35950
|
export type CommercialInvoiceComparison =
|
|
35801
35951
|
io.flow.internal.v0.models.CommercialInvoiceComparison;
|
|
35802
35952
|
export type CommercialInvoiceInternal =
|
|
@@ -36521,6 +36671,8 @@ export type InternalItemForm = io.flow.internal.v0.models.InternalItemForm;
|
|
|
36521
36671
|
export type InternalOrder = io.flow.internal.v0.models.InternalOrder;
|
|
36522
36672
|
export type InternalPaymentRequest =
|
|
36523
36673
|
io.flow.internal.v0.models.InternalPaymentRequest;
|
|
36674
|
+
export type InternalPaymentRequestVerification =
|
|
36675
|
+
io.flow.internal.v0.models.InternalPaymentRequestVerification;
|
|
36524
36676
|
export type InternalPaypalAuthorizationDetails =
|
|
36525
36677
|
io.flow.internal.v0.models.InternalPaypalAuthorizationDetails;
|
|
36526
36678
|
export type InternalRefundForm = io.flow.internal.v0.unions.InternalRefundForm;
|
|
@@ -37350,8 +37502,11 @@ export type ProofOfPostingOrderCombinedShipment =
|
|
|
37350
37502
|
export type ProofOfPostingShippingNotification =
|
|
37351
37503
|
io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
37352
37504
|
export type QueuedRecord = io.flow.internal.v0.models.QueuedRecord;
|
|
37505
|
+
export type Quote = io.flow.internal.v0.models.Quote;
|
|
37506
|
+
export type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
|
|
37353
37507
|
export type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
37354
37508
|
export type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
|
37509
|
+
export type QuoteUpserted = io.flow.internal.v0.models.QuoteUpserted;
|
|
37355
37510
|
export type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
|
|
37356
37511
|
export type RateAndRuleItemForm =
|
|
37357
37512
|
io.flow.internal.v0.models.RateAndRuleItemForm;
|
|
@@ -37858,7 +38013,11 @@ export type ShopperLine = io.flow.internal.v0.models.ShopperLine;
|
|
|
37858
38013
|
export type ShopperLines = io.flow.internal.v0.models.ShopperLines;
|
|
37859
38014
|
export type ShopperSummary = io.flow.internal.v0.models.ShopperSummary;
|
|
37860
38015
|
export type ShrutiDemoItem = io.flow.internal.v0.models.ShrutiDemoItem;
|
|
38016
|
+
export type ShrutiDemoItemDeleted =
|
|
38017
|
+
io.flow.internal.v0.models.ShrutiDemoItemDeleted;
|
|
37861
38018
|
export type ShrutiDemoItemForm = io.flow.internal.v0.models.ShrutiDemoItemForm;
|
|
38019
|
+
export type ShrutiDemoItemUpserted =
|
|
38020
|
+
io.flow.internal.v0.models.ShrutiDemoItemUpserted;
|
|
37862
38021
|
export type ShrutiDemoType = io.flow.internal.v0.enums.ShrutiDemoType;
|
|
37863
38022
|
export type SignificanceAction = io.flow.internal.v0.enums.SignificanceAction;
|
|
37864
38023
|
export type SimpleAccountReference =
|
|
@@ -37973,7 +38132,11 @@ export type SvbVirtualCardClearingDeleted =
|
|
|
37973
38132
|
export type SvbVirtualCardClearingUpserted =
|
|
37974
38133
|
io.flow.internal.v0.models.SvbVirtualCardClearingUpserted;
|
|
37975
38134
|
export type SvitlanaItem = io.flow.internal.v0.models.SvitlanaItem;
|
|
38135
|
+
export type SvitlanaItemDeleted =
|
|
38136
|
+
io.flow.internal.v0.models.SvitlanaItemDeleted;
|
|
37976
38137
|
export type SvitlanaItemForm = io.flow.internal.v0.models.SvitlanaItemForm;
|
|
38138
|
+
export type SvitlanaItemUpserted =
|
|
38139
|
+
io.flow.internal.v0.models.SvitlanaItemUpserted;
|
|
37977
38140
|
export type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
37978
38141
|
export type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
37979
38142
|
export type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
@@ -38018,6 +38181,8 @@ export type TaxTransactionUpserted =
|
|
|
38018
38181
|
io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
38019
38182
|
export type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
|
|
38020
38183
|
export type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
|
|
38184
|
+
export type TechOnboardingDescription =
|
|
38185
|
+
io.flow.internal.v0.models.TechOnboardingDescription;
|
|
38021
38186
|
export type Test = io.flow.internal.v0.models.Test;
|
|
38022
38187
|
export type TestForm = io.flow.internal.v0.models.TestForm;
|
|
38023
38188
|
export type ThirdPartyLogisticsPartner =
|
package/src/api.ts
CHANGED
|
@@ -1467,6 +1467,7 @@ declare namespace io.flow.shopify.external.v0.enums {
|
|
|
1467
1467
|
| 'orders/paid'
|
|
1468
1468
|
| 'orders/partially_fulfilled'
|
|
1469
1469
|
| 'orders/updated'
|
|
1470
|
+
| 'orders/edited'
|
|
1470
1471
|
| 'products/create'
|
|
1471
1472
|
| 'products/delete'
|
|
1472
1473
|
| 'products/update'
|
|
@@ -2985,6 +2986,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2985
2986
|
| 'bridge_api_sync'
|
|
2986
2987
|
| 'partner_api_sync'
|
|
2987
2988
|
| 'notification_requiring_crossdock'
|
|
2989
|
+
| 'flow_simulation_sync'
|
|
2988
2990
|
| 'autogenerated';
|
|
2989
2991
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
2990
2992
|
type LaneDirection = 'outbound' | 'return';
|
|
@@ -3026,7 +3028,8 @@ declare namespace io.flow.v0.enums {
|
|
|
3026
3028
|
| 'street_address_is_blank_3pl'
|
|
3027
3029
|
| 'street_address_is_po_box_3pl'
|
|
3028
3030
|
| 'business_street_address_is_blank'
|
|
3029
|
-
| 'business_street_address_is_po_box'
|
|
3031
|
+
| 'business_street_address_is_po_box'
|
|
3032
|
+
| 'exception_merchant';
|
|
3030
3033
|
type OnboardingTradeSector =
|
|
3031
3034
|
| 'accessories'
|
|
3032
3035
|
| 'animals_and_pet_supplies'
|
|
@@ -8245,6 +8248,7 @@ declare namespace io.flow.v0.models {
|
|
|
8245
8248
|
readonly number: string;
|
|
8246
8249
|
readonly name: string;
|
|
8247
8250
|
readonly quantity: number;
|
|
8251
|
+
readonly image?: io.flow.v0.models.OrderSummaryImage;
|
|
8248
8252
|
readonly center?: string;
|
|
8249
8253
|
readonly price?: io.flow.v0.models.Money;
|
|
8250
8254
|
readonly discount?: io.flow.v0.models.LocalizedLineItemDiscount;
|
|
@@ -11153,6 +11157,8 @@ declare namespace io.flow.v0.models {
|
|
|
11153
11157
|
readonly delivered_duty?: io.flow.v0.enums.DeliveredDuty;
|
|
11154
11158
|
readonly line_items?: io.flow.v0.models.LineItemForm[];
|
|
11155
11159
|
readonly center_id?: string;
|
|
11160
|
+
readonly taxes_owed?: io.flow.v0.models.Money;
|
|
11161
|
+
readonly duties_owed?: io.flow.v0.models.Money;
|
|
11156
11162
|
}
|
|
11157
11163
|
|
|
11158
11164
|
interface RatecardEstimateSummaryForm {
|
|
@@ -13433,8 +13439,14 @@ declare namespace io.flow.v0.models {
|
|
|
13433
13439
|
interface TransactionMetadataCarrierCharge {
|
|
13434
13440
|
readonly discriminator: 'carrier_charge';
|
|
13435
13441
|
readonly reason: io.flow.v0.enums.CarrierChargeReason;
|
|
13442
|
+
readonly label_created_at: string;
|
|
13436
13443
|
readonly carrier_id: string;
|
|
13437
13444
|
readonly carrier_tracking_number: string;
|
|
13445
|
+
readonly outbound?: io.flow.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
13446
|
+
}
|
|
13447
|
+
|
|
13448
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
13449
|
+
readonly transaction_id: string;
|
|
13438
13450
|
}
|
|
13439
13451
|
|
|
13440
13452
|
interface TransactionMetadataChannel {
|
|
@@ -16536,6 +16548,8 @@ export type TransactionDetailsCard = io.flow.v0.models.TransactionDetailsCard;
|
|
|
16536
16548
|
export type TransactionMetadata = io.flow.v0.unions.TransactionMetadata;
|
|
16537
16549
|
export type TransactionMetadataCarrierCharge =
|
|
16538
16550
|
io.flow.v0.models.TransactionMetadataCarrierCharge;
|
|
16551
|
+
export type TransactionMetadataCarrierChargeOutbound =
|
|
16552
|
+
io.flow.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
16539
16553
|
export type TransactionMetadataChannel =
|
|
16540
16554
|
io.flow.v0.models.TransactionMetadataChannel;
|
|
16541
16555
|
export type TransactionMetadataChannelCardMetadata =
|