@flowio/types 11.24.83 → 11.24.85
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 +113 -9
- package/dist/api.d.ts +11 -2
- package/package.json +2 -2
- package/src/api-internal.ts +162 -4
- package/src/api.ts +13 -0
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
|
}
|
|
@@ -6817,7 +6822,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
6817
6822
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
6818
6823
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
6819
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';
|
|
6820
|
-
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
6825
|
+
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
6821
6826
|
}
|
|
6822
6827
|
declare namespace io.flow.channel.internal.v0.models {
|
|
6823
6828
|
interface ChannelCurrencyForm {
|
|
@@ -8031,6 +8036,9 @@ declare namespace io.flow.payment.internal.v0.models {
|
|
|
8031
8036
|
readonly payment_request: io.flow.payment.gateway.v0.models.PaymentRequest;
|
|
8032
8037
|
readonly actual_action?: io.flow.payment.gateway.v0.unions.Action;
|
|
8033
8038
|
}
|
|
8039
|
+
interface InternalPaymentRequestVerification {
|
|
8040
|
+
readonly placeholder?: string;
|
|
8041
|
+
}
|
|
8034
8042
|
interface InternalPaypalAuthorizationDetails {
|
|
8035
8043
|
readonly discriminator: 'internal_paypal_authorization_details';
|
|
8036
8044
|
readonly paypal_authentication_data: io.flow.payment.internal.v0.models.PaypalAccountReference;
|
|
@@ -9087,6 +9095,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
9087
9095
|
readonly number: string;
|
|
9088
9096
|
readonly name: string;
|
|
9089
9097
|
readonly quantity: number;
|
|
9098
|
+
readonly image?: io.flow.experience.v0.models.OrderSummaryImage;
|
|
9090
9099
|
readonly center?: string;
|
|
9091
9100
|
readonly price?: io.flow.common.v0.models.Money;
|
|
9092
9101
|
readonly discount?: io.flow.experience.v0.models.LocalizedLineItemDiscount;
|
|
@@ -9720,6 +9729,8 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
9720
9729
|
readonly delivered_duty?: io.flow.common.v0.enums.DeliveredDuty;
|
|
9721
9730
|
readonly line_items?: io.flow.common.v0.models.LineItemForm[];
|
|
9722
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;
|
|
9723
9734
|
}
|
|
9724
9735
|
interface RatecardEstimateSummaryForm {
|
|
9725
9736
|
readonly origin?: string;
|
|
@@ -11269,6 +11280,7 @@ declare namespace io.flow.billing.internal.v0.enums {
|
|
|
11269
11280
|
type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
|
|
11270
11281
|
type AccountType = 'channel' | 'organization';
|
|
11271
11282
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
11283
|
+
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
11272
11284
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
11273
11285
|
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';
|
|
11274
11286
|
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';
|
|
@@ -11342,7 +11354,6 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
11342
11354
|
interface AccountSettingLabelFees {
|
|
11343
11355
|
readonly flow?: io.flow.billing.internal.v0.models.TieredFee;
|
|
11344
11356
|
readonly organization?: io.flow.billing.internal.v0.models.TieredFee;
|
|
11345
|
-
readonly revenue_share?: number;
|
|
11346
11357
|
}
|
|
11347
11358
|
interface AccountSettings {
|
|
11348
11359
|
readonly id: string;
|
|
@@ -11555,9 +11566,14 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
11555
11566
|
readonly created_at: string;
|
|
11556
11567
|
readonly statement?: io.flow.billing.internal.v0.models.BillingStatementReference;
|
|
11557
11568
|
}
|
|
11569
|
+
interface CarrierChargeReference {
|
|
11570
|
+
readonly id: string;
|
|
11571
|
+
}
|
|
11558
11572
|
interface CarrierChargeTransaction {
|
|
11559
11573
|
readonly discriminator: 'carrier_charge_transaction';
|
|
11560
11574
|
readonly order: io.flow.billing.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
11575
|
+
readonly label_created_at: string;
|
|
11576
|
+
readonly outbound_carrier_charge_id?: io.flow.billing.internal.v0.models.CarrierChargeReference;
|
|
11561
11577
|
readonly id: string;
|
|
11562
11578
|
readonly type: io.flow.billing.internal.v0.enums.BillingTransactionType;
|
|
11563
11579
|
readonly status: io.flow.billing.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -12419,8 +12435,13 @@ declare namespace io.flow.billing.v0.models {
|
|
|
12419
12435
|
interface TransactionMetadataCarrierCharge {
|
|
12420
12436
|
readonly discriminator: 'carrier_charge';
|
|
12421
12437
|
readonly reason: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
12438
|
+
readonly label_created_at: string;
|
|
12422
12439
|
readonly carrier_id: string;
|
|
12423
12440
|
readonly carrier_tracking_number: string;
|
|
12441
|
+
readonly outbound?: io.flow.billing.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
12442
|
+
}
|
|
12443
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
12444
|
+
readonly transaction_id: string;
|
|
12424
12445
|
}
|
|
12425
12446
|
interface TransactionMetadataChannel {
|
|
12426
12447
|
readonly discriminator: 'channel';
|
|
@@ -13917,9 +13938,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13917
13938
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
13918
13939
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
13919
13940
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
|
|
13941
|
+
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
13920
13942
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
13921
13943
|
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';
|
|
13922
|
-
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';
|
|
13944
|
+
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';
|
|
13923
13945
|
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';
|
|
13924
13946
|
type BillingStatementBatchFileKey = 'summary';
|
|
13925
13947
|
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
@@ -13936,7 +13958,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13936
13958
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
13937
13959
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
13938
13960
|
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';
|
|
13939
|
-
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
13961
|
+
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
13940
13962
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
13941
13963
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
13942
13964
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
@@ -14047,7 +14069,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14047
14069
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
14048
14070
|
type EmptyAttribute = 'irrelevant';
|
|
14049
14071
|
type ErpFileType = 'vendor';
|
|
14050
|
-
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';
|
|
14072
|
+
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';
|
|
14051
14073
|
type ExperienceImportType = 'experience_with_settings';
|
|
14052
14074
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
14053
14075
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -14302,7 +14324,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14302
14324
|
interface AccountSettingLabelFees {
|
|
14303
14325
|
readonly flow?: io.flow.internal.v0.models.TieredFee;
|
|
14304
14326
|
readonly organization?: io.flow.internal.v0.models.TieredFee;
|
|
14305
|
-
readonly revenue_share?: number;
|
|
14306
14327
|
}
|
|
14307
14328
|
interface AccountSettings {
|
|
14308
14329
|
readonly id: string;
|
|
@@ -14794,6 +14815,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14794
14815
|
readonly discriminator: 'apple_pay_authorization_payload';
|
|
14795
14816
|
readonly apple_pay_token: string;
|
|
14796
14817
|
}
|
|
14818
|
+
interface ApplyAtValueForm {
|
|
14819
|
+
readonly value: string;
|
|
14820
|
+
}
|
|
14797
14821
|
interface AttributeLabel {
|
|
14798
14822
|
readonly value: string;
|
|
14799
14823
|
readonly unverified: boolean;
|
|
@@ -15488,10 +15512,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15488
15512
|
readonly dead?: io.flow.trueup.v0.models.DeadWeight;
|
|
15489
15513
|
readonly dimensional?: io.flow.trueup.v0.models.DimensionalWeight;
|
|
15490
15514
|
readonly attributes?: Record<string, string>;
|
|
15515
|
+
readonly outbound_carrier_charge_id?: string;
|
|
15516
|
+
}
|
|
15517
|
+
interface CarrierChargeReference {
|
|
15518
|
+
readonly id: string;
|
|
15491
15519
|
}
|
|
15492
15520
|
interface CarrierChargeTransaction {
|
|
15493
15521
|
readonly discriminator: 'carrier_charge_transaction';
|
|
15494
15522
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
15523
|
+
readonly label_created_at: string;
|
|
15524
|
+
readonly outbound_carrier_charge_id?: io.flow.internal.v0.models.CarrierChargeReference;
|
|
15495
15525
|
readonly id: string;
|
|
15496
15526
|
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
15497
15527
|
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -17807,6 +17837,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17807
17837
|
readonly type: io.flow.internal.v0.enums.ColmItemType;
|
|
17808
17838
|
readonly added_on: string;
|
|
17809
17839
|
}
|
|
17840
|
+
interface ColmItemDeleted {
|
|
17841
|
+
readonly discriminator: 'colm_item_deleted';
|
|
17842
|
+
readonly event_id: string;
|
|
17843
|
+
readonly timestamp: string;
|
|
17844
|
+
readonly id: string;
|
|
17845
|
+
}
|
|
17810
17846
|
interface ColmItemForm {
|
|
17811
17847
|
readonly number: string;
|
|
17812
17848
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -17814,6 +17850,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17814
17850
|
readonly type: io.flow.internal.v0.enums.ColmItemType;
|
|
17815
17851
|
readonly added_on: string;
|
|
17816
17852
|
}
|
|
17853
|
+
interface ColmItemUpserted {
|
|
17854
|
+
readonly discriminator: 'colm_item_upserted';
|
|
17855
|
+
readonly event_id: string;
|
|
17856
|
+
readonly timestamp: string;
|
|
17857
|
+
readonly item: io.flow.internal.v0.models.ColmItem;
|
|
17858
|
+
}
|
|
17817
17859
|
interface CommercialInvoiceComparison {
|
|
17818
17860
|
readonly urls: string[];
|
|
17819
17861
|
}
|
|
@@ -19427,6 +19469,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19427
19469
|
readonly currency: string;
|
|
19428
19470
|
readonly details_url: string;
|
|
19429
19471
|
readonly provider: io.flow.internal.v0.enums.FraudProvider;
|
|
19472
|
+
readonly apply_at?: string;
|
|
19430
19473
|
}
|
|
19431
19474
|
interface FraudPendingReviewUpserted {
|
|
19432
19475
|
readonly discriminator: 'fraud_pending_review_upserted';
|
|
@@ -21912,6 +21955,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21912
21955
|
readonly shop_id?: string;
|
|
21913
21956
|
readonly legal_name: string;
|
|
21914
21957
|
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
21958
|
+
readonly shop_domain?: string;
|
|
21915
21959
|
}
|
|
21916
21960
|
interface MerchantSubsidies {
|
|
21917
21961
|
readonly fees: io.flow.internal.v0.models.ShopperFees;
|
|
@@ -23274,6 +23318,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23274
23318
|
readonly stacktrace?: string;
|
|
23275
23319
|
readonly snooze_id?: string;
|
|
23276
23320
|
}
|
|
23321
|
+
interface Quote {
|
|
23322
|
+
readonly id: string;
|
|
23323
|
+
readonly base: string;
|
|
23324
|
+
readonly target: string;
|
|
23325
|
+
readonly value: number;
|
|
23326
|
+
readonly effective_at: string;
|
|
23327
|
+
readonly expires_at: string;
|
|
23328
|
+
}
|
|
23329
|
+
interface QuoteDeleted {
|
|
23330
|
+
readonly discriminator: 'quote_deleted';
|
|
23331
|
+
readonly event_id: string;
|
|
23332
|
+
readonly timestamp: string;
|
|
23333
|
+
readonly id: string;
|
|
23334
|
+
}
|
|
23277
23335
|
interface QuoteRequest {
|
|
23278
23336
|
readonly id: string;
|
|
23279
23337
|
readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
|
|
@@ -23283,6 +23341,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23283
23341
|
readonly countries?: io.flow.reference.v0.models.Country[];
|
|
23284
23342
|
readonly reason?: string;
|
|
23285
23343
|
}
|
|
23344
|
+
interface QuoteUpserted {
|
|
23345
|
+
readonly discriminator: 'quote_upserted';
|
|
23346
|
+
readonly event_id: string;
|
|
23347
|
+
readonly timestamp: string;
|
|
23348
|
+
readonly quote: io.flow.internal.v0.models.Quote;
|
|
23349
|
+
}
|
|
23286
23350
|
interface RateAndRuleItem {
|
|
23287
23351
|
readonly item_reference: string;
|
|
23288
23352
|
readonly hs_code: string;
|
|
@@ -24874,6 +24938,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24874
24938
|
readonly type: io.flow.internal.v0.enums.ShrutiDemoType;
|
|
24875
24939
|
readonly added_on: string;
|
|
24876
24940
|
}
|
|
24941
|
+
interface ShrutiDemoItemDeleted {
|
|
24942
|
+
readonly discriminator: 'shruti_demo_item_deleted';
|
|
24943
|
+
readonly event_id: string;
|
|
24944
|
+
readonly timestamp: string;
|
|
24945
|
+
readonly id: string;
|
|
24946
|
+
}
|
|
24877
24947
|
interface ShrutiDemoItemForm {
|
|
24878
24948
|
readonly number: string;
|
|
24879
24949
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -24881,6 +24951,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24881
24951
|
readonly type: io.flow.internal.v0.enums.ShrutiDemoType;
|
|
24882
24952
|
readonly added_on: string;
|
|
24883
24953
|
}
|
|
24954
|
+
interface ShrutiDemoItemUpserted {
|
|
24955
|
+
readonly discriminator: 'shruti_demo_item_upserted';
|
|
24956
|
+
readonly event_id: string;
|
|
24957
|
+
readonly timestamp: string;
|
|
24958
|
+
readonly item: io.flow.internal.v0.models.ShrutiDemoItem;
|
|
24959
|
+
}
|
|
24884
24960
|
interface SimpleAccountReference {
|
|
24885
24961
|
readonly id: string;
|
|
24886
24962
|
}
|
|
@@ -25281,12 +25357,24 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25281
25357
|
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
25282
25358
|
readonly added_on: string;
|
|
25283
25359
|
}
|
|
25360
|
+
interface SvitlanaItemDeleted {
|
|
25361
|
+
readonly discriminator: 'svitlana_item_deleted';
|
|
25362
|
+
readonly event_id: string;
|
|
25363
|
+
readonly timestamp: string;
|
|
25364
|
+
readonly id: string;
|
|
25365
|
+
}
|
|
25284
25366
|
interface SvitlanaItemForm {
|
|
25285
25367
|
readonly number: string;
|
|
25286
25368
|
readonly amount: number;
|
|
25287
25369
|
readonly description?: string;
|
|
25288
25370
|
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
25289
25371
|
}
|
|
25372
|
+
interface SvitlanaItemUpserted {
|
|
25373
|
+
readonly discriminator: 'svitlana_item_upserted';
|
|
25374
|
+
readonly event_id: string;
|
|
25375
|
+
readonly timestamp: string;
|
|
25376
|
+
readonly item: io.flow.internal.v0.models.SvitlanaItem;
|
|
25377
|
+
}
|
|
25290
25378
|
interface TariffCodeDuty {
|
|
25291
25379
|
readonly tariff_code: string;
|
|
25292
25380
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -25431,6 +25519,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25431
25519
|
readonly id: string;
|
|
25432
25520
|
readonly children?: io.flow.internal.v0.models.TaxonomyNode[];
|
|
25433
25521
|
}
|
|
25522
|
+
interface TechOnboardingDescription {
|
|
25523
|
+
readonly description: string;
|
|
25524
|
+
}
|
|
25434
25525
|
interface Test {
|
|
25435
25526
|
readonly id: string;
|
|
25436
25527
|
readonly name: string;
|
|
@@ -25972,7 +26063,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25972
26063
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
25973
26064
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
25974
26065
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
25975
|
-
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;
|
|
26066
|
+
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;
|
|
25976
26067
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
25977
26068
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
25978
26069
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -26133,6 +26224,7 @@ export declare type AnyDangerousGoods = io.flow.internal.v0.enums.AnyDangerousGo
|
|
|
26133
26224
|
export declare type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
26134
26225
|
export declare type ApmContent = io.flow.internal.v0.models.ApmContent;
|
|
26135
26226
|
export declare type ApplePayAuthorizationPayload = io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
26227
|
+
export declare type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
|
|
26136
26228
|
export declare type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
|
|
26137
26229
|
export declare type AuthenticationForm = io.flow.internal.v0.models.AuthenticationForm;
|
|
26138
26230
|
export declare type AuthorizationBundle = io.flow.internal.v0.models.AuthorizationBundle;
|
|
@@ -26155,6 +26247,7 @@ export declare type BankPayment = io.flow.internal.v0.models.BankPayment;
|
|
|
26155
26247
|
export declare type BankPaymentDeleted = io.flow.internal.v0.models.BankPaymentDeleted;
|
|
26156
26248
|
export declare type BankPaymentDeletedV2 = io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
26157
26249
|
export declare type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm;
|
|
26250
|
+
export declare type BankPaymentPromiseCompletedMethod = io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod;
|
|
26158
26251
|
export declare type BankPaymentStatusCode = io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
26159
26252
|
export declare type BankPaymentStatusForm = io.flow.internal.v0.models.BankPaymentStatusForm;
|
|
26160
26253
|
export declare type BankPaymentUpserted = io.flow.internal.v0.models.BankPaymentUpserted;
|
|
@@ -26265,6 +26358,7 @@ export declare type CarrierChargeFileResult = io.flow.internal.v0.models.Carrier
|
|
|
26265
26358
|
export declare type CarrierChargeForm = io.flow.internal.v0.unions.CarrierChargeForm;
|
|
26266
26359
|
export declare type CarrierChargeFormLabel = io.flow.internal.v0.models.CarrierChargeFormLabel;
|
|
26267
26360
|
export declare type CarrierChargeFormOther = io.flow.internal.v0.models.CarrierChargeFormOther;
|
|
26361
|
+
export declare type CarrierChargeReference = io.flow.internal.v0.models.CarrierChargeReference;
|
|
26268
26362
|
export declare type CarrierChargeTransaction = io.flow.internal.v0.models.CarrierChargeTransaction;
|
|
26269
26363
|
export declare type CarrierChargeTransactionType = io.flow.internal.v0.enums.CarrierChargeTransactionType;
|
|
26270
26364
|
export declare type CarrierChargeUnits = io.flow.internal.v0.models.CarrierChargeUnits;
|
|
@@ -26909,8 +27003,10 @@ export declare type ClassificationWrapper = io.flow.internal.v0.models.Classific
|
|
|
26909
27003
|
export declare type ClassifiedProduct = io.flow.internal.v0.models.ClassifiedProduct;
|
|
26910
27004
|
export declare type ClassifiedProductDetail = io.flow.internal.v0.models.ClassifiedProductDetail;
|
|
26911
27005
|
export declare type ColmItem = io.flow.internal.v0.models.ColmItem;
|
|
27006
|
+
export declare type ColmItemDeleted = io.flow.internal.v0.models.ColmItemDeleted;
|
|
26912
27007
|
export declare type ColmItemForm = io.flow.internal.v0.models.ColmItemForm;
|
|
26913
27008
|
export declare type ColmItemType = io.flow.internal.v0.enums.ColmItemType;
|
|
27009
|
+
export declare type ColmItemUpserted = io.flow.internal.v0.models.ColmItemUpserted;
|
|
26914
27010
|
export declare type CommercialInvoiceComparison = io.flow.internal.v0.models.CommercialInvoiceComparison;
|
|
26915
27011
|
export declare type CommercialInvoiceInternal = io.flow.internal.v0.models.CommercialInvoiceInternal;
|
|
26916
27012
|
export declare type CommercialInvoiceInternalDeleted = io.flow.internal.v0.models.CommercialInvoiceInternalDeleted;
|
|
@@ -27858,8 +27954,11 @@ export declare type ProofOfPostingOrderCancellation = io.flow.internal.v0.models
|
|
|
27858
27954
|
export declare type ProofOfPostingOrderCombinedShipment = io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment;
|
|
27859
27955
|
export declare type ProofOfPostingShippingNotification = io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
27860
27956
|
export declare type QueuedRecord = io.flow.internal.v0.models.QueuedRecord;
|
|
27957
|
+
export declare type Quote = io.flow.internal.v0.models.Quote;
|
|
27958
|
+
export declare type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
|
|
27861
27959
|
export declare type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
27862
27960
|
export declare type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
|
27961
|
+
export declare type QuoteUpserted = io.flow.internal.v0.models.QuoteUpserted;
|
|
27863
27962
|
export declare type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
|
|
27864
27963
|
export declare type RateAndRuleItemForm = io.flow.internal.v0.models.RateAndRuleItemForm;
|
|
27865
27964
|
export declare type RateAndRuleLookup = io.flow.internal.v0.models.RateAndRuleLookup;
|
|
@@ -28168,7 +28267,9 @@ export declare type ShopperLine = io.flow.internal.v0.models.ShopperLine;
|
|
|
28168
28267
|
export declare type ShopperLines = io.flow.internal.v0.models.ShopperLines;
|
|
28169
28268
|
export declare type ShopperSummary = io.flow.internal.v0.models.ShopperSummary;
|
|
28170
28269
|
export declare type ShrutiDemoItem = io.flow.internal.v0.models.ShrutiDemoItem;
|
|
28270
|
+
export declare type ShrutiDemoItemDeleted = io.flow.internal.v0.models.ShrutiDemoItemDeleted;
|
|
28171
28271
|
export declare type ShrutiDemoItemForm = io.flow.internal.v0.models.ShrutiDemoItemForm;
|
|
28272
|
+
export declare type ShrutiDemoItemUpserted = io.flow.internal.v0.models.ShrutiDemoItemUpserted;
|
|
28172
28273
|
export declare type ShrutiDemoType = io.flow.internal.v0.enums.ShrutiDemoType;
|
|
28173
28274
|
export declare type SignificanceAction = io.flow.internal.v0.enums.SignificanceAction;
|
|
28174
28275
|
export declare type SimpleAccountReference = io.flow.internal.v0.models.SimpleAccountReference;
|
|
@@ -28239,7 +28340,9 @@ export declare type SvbVirtualCardClearing = io.flow.internal.v0.models.SvbVirtu
|
|
|
28239
28340
|
export declare type SvbVirtualCardClearingDeleted = io.flow.internal.v0.models.SvbVirtualCardClearingDeleted;
|
|
28240
28341
|
export declare type SvbVirtualCardClearingUpserted = io.flow.internal.v0.models.SvbVirtualCardClearingUpserted;
|
|
28241
28342
|
export declare type SvitlanaItem = io.flow.internal.v0.models.SvitlanaItem;
|
|
28343
|
+
export declare type SvitlanaItemDeleted = io.flow.internal.v0.models.SvitlanaItemDeleted;
|
|
28242
28344
|
export declare type SvitlanaItemForm = io.flow.internal.v0.models.SvitlanaItemForm;
|
|
28345
|
+
export declare type SvitlanaItemUpserted = io.flow.internal.v0.models.SvitlanaItemUpserted;
|
|
28243
28346
|
export declare type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
28244
28347
|
export declare type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
28245
28348
|
export declare type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
@@ -28271,6 +28374,7 @@ export declare type TaxTransactionType = io.flow.internal.v0.enums.TaxTransactio
|
|
|
28271
28374
|
export declare type TaxTransactionUpserted = io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
28272
28375
|
export declare type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
|
|
28273
28376
|
export declare type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
|
|
28377
|
+
export declare type TechOnboardingDescription = io.flow.internal.v0.models.TechOnboardingDescription;
|
|
28274
28378
|
export declare type Test = io.flow.internal.v0.models.Test;
|
|
28275
28379
|
export declare type TestForm = io.flow.internal.v0.models.TestForm;
|
|
28276
28380
|
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';
|
|
@@ -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.85",
|
|
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": "5a37df838e7c3867e3aa9a4cd3e3aa8cabfdc3e7"
|
|
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'
|
|
@@ -9202,7 +9209,12 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
9202
9209
|
| 'unsupported_subsidized_order'
|
|
9203
9210
|
| 'unsupported_virtual_goods'
|
|
9204
9211
|
| 'non_matching_currencies';
|
|
9205
|
-
type ChannelOrderAcceptanceStatus =
|
|
9212
|
+
type ChannelOrderAcceptanceStatus =
|
|
9213
|
+
| 'accepted'
|
|
9214
|
+
| 'rejected'
|
|
9215
|
+
| 'review'
|
|
9216
|
+
| 'edit_review'
|
|
9217
|
+
| 'edit_accepted';
|
|
9206
9218
|
}
|
|
9207
9219
|
|
|
9208
9220
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -10699,6 +10711,10 @@ declare namespace io.flow.payment.internal.v0.models {
|
|
|
10699
10711
|
readonly actual_action?: io.flow.payment.gateway.v0.unions.Action;
|
|
10700
10712
|
}
|
|
10701
10713
|
|
|
10714
|
+
interface InternalPaymentRequestVerification {
|
|
10715
|
+
readonly placeholder?: string;
|
|
10716
|
+
}
|
|
10717
|
+
|
|
10702
10718
|
interface InternalPaypalAuthorizationDetails {
|
|
10703
10719
|
readonly discriminator: 'internal_paypal_authorization_details';
|
|
10704
10720
|
readonly paypal_authentication_data: io.flow.payment.internal.v0.models.PaypalAccountReference;
|
|
@@ -12024,6 +12040,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
12024
12040
|
readonly number: string;
|
|
12025
12041
|
readonly name: string;
|
|
12026
12042
|
readonly quantity: number;
|
|
12043
|
+
readonly image?: io.flow.experience.v0.models.OrderSummaryImage;
|
|
12027
12044
|
readonly center?: string;
|
|
12028
12045
|
readonly price?: io.flow.common.v0.models.Money;
|
|
12029
12046
|
readonly discount?: io.flow.experience.v0.models.LocalizedLineItemDiscount;
|
|
@@ -12781,6 +12798,8 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
12781
12798
|
readonly delivered_duty?: io.flow.common.v0.enums.DeliveredDuty;
|
|
12782
12799
|
readonly line_items?: io.flow.common.v0.models.LineItemForm[];
|
|
12783
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;
|
|
12784
12803
|
}
|
|
12785
12804
|
|
|
12786
12805
|
interface RatecardEstimateSummaryForm {
|
|
@@ -14808,6 +14827,7 @@ declare namespace io.flow.billing.internal.v0.enums {
|
|
|
14808
14827
|
type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
|
|
14809
14828
|
type AccountType = 'channel' | 'organization';
|
|
14810
14829
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
14830
|
+
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
14811
14831
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
14812
14832
|
type BillingAllocationKey =
|
|
14813
14833
|
| 'freight_cost'
|
|
@@ -14980,7 +15000,6 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
14980
15000
|
interface AccountSettingLabelFees {
|
|
14981
15001
|
readonly flow?: io.flow.billing.internal.v0.models.TieredFee;
|
|
14982
15002
|
readonly organization?: io.flow.billing.internal.v0.models.TieredFee;
|
|
14983
|
-
readonly revenue_share?: number;
|
|
14984
15003
|
}
|
|
14985
15004
|
|
|
14986
15005
|
interface AccountSettings {
|
|
@@ -15226,9 +15245,15 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
15226
15245
|
readonly statement?: io.flow.billing.internal.v0.models.BillingStatementReference;
|
|
15227
15246
|
}
|
|
15228
15247
|
|
|
15248
|
+
interface CarrierChargeReference {
|
|
15249
|
+
readonly id: string;
|
|
15250
|
+
}
|
|
15251
|
+
|
|
15229
15252
|
interface CarrierChargeTransaction {
|
|
15230
15253
|
readonly discriminator: 'carrier_charge_transaction';
|
|
15231
15254
|
readonly order: io.flow.billing.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
15255
|
+
readonly label_created_at: string;
|
|
15256
|
+
readonly outbound_carrier_charge_id?: io.flow.billing.internal.v0.models.CarrierChargeReference;
|
|
15232
15257
|
readonly id: string;
|
|
15233
15258
|
readonly type: io.flow.billing.internal.v0.enums.BillingTransactionType;
|
|
15234
15259
|
readonly status: io.flow.billing.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -16287,8 +16312,14 @@ declare namespace io.flow.billing.v0.models {
|
|
|
16287
16312
|
interface TransactionMetadataCarrierCharge {
|
|
16288
16313
|
readonly discriminator: 'carrier_charge';
|
|
16289
16314
|
readonly reason: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
16315
|
+
readonly label_created_at: string;
|
|
16290
16316
|
readonly carrier_id: string;
|
|
16291
16317
|
readonly carrier_tracking_number: string;
|
|
16318
|
+
readonly outbound?: io.flow.billing.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
16319
|
+
}
|
|
16320
|
+
|
|
16321
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
16322
|
+
readonly transaction_id: string;
|
|
16292
16323
|
}
|
|
16293
16324
|
|
|
16294
16325
|
interface TransactionMetadataChannel {
|
|
@@ -18168,6 +18199,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18168
18199
|
| 'prr-79e41878ea564f9c81cc432a0e84703f'
|
|
18169
18200
|
| 'prr-f29c26dc09e04536bc77f9c32786ed70'
|
|
18170
18201
|
| 'prr-b186129720f0446eb452a68518437c95';
|
|
18202
|
+
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
18171
18203
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
18172
18204
|
type BillingAllocationKey =
|
|
18173
18205
|
| 'freight_cost'
|
|
@@ -18287,7 +18319,11 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18287
18319
|
| 'percentage_bank_account_updates'
|
|
18288
18320
|
| 'percentage_bank_account_unique_updates'
|
|
18289
18321
|
| 'negative_balance_number_accounts'
|
|
18322
|
+
| 'negative_balance_number_accounts_with_order_in_past_30_days'
|
|
18323
|
+
| 'negative_balance_number_accounts_without_order_in_past_30_days'
|
|
18290
18324
|
| 'negative_balance_total'
|
|
18325
|
+
| 'negative_balance_total_with_order_in_past_30_days'
|
|
18326
|
+
| 'negative_balance_total_without_order_in_past_30_days'
|
|
18291
18327
|
| 'negative_balance_single_account_max';
|
|
18292
18328
|
type BillingStatementAttachmentKey =
|
|
18293
18329
|
| 'invoice'
|
|
@@ -18385,7 +18421,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18385
18421
|
| 'unsupported_subsidized_order'
|
|
18386
18422
|
| 'unsupported_virtual_goods'
|
|
18387
18423
|
| 'non_matching_currencies';
|
|
18388
|
-
type ChannelOrderAcceptanceStatus =
|
|
18424
|
+
type ChannelOrderAcceptanceStatus =
|
|
18425
|
+
| 'accepted'
|
|
18426
|
+
| 'rejected'
|
|
18427
|
+
| 'review'
|
|
18428
|
+
| 'edit_review'
|
|
18429
|
+
| 'edit_accepted';
|
|
18389
18430
|
type ChannelOrderFulfillmentStatusCode =
|
|
18390
18431
|
| 'unfulfilled'
|
|
18391
18432
|
| 'fulfilled'
|
|
@@ -18916,6 +18957,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18916
18957
|
| 'center_defaults_upserted'
|
|
18917
18958
|
| 'center_defaults_deleted'
|
|
18918
18959
|
| 'pregenerated_request_event'
|
|
18960
|
+
| 'quote_upserted'
|
|
18961
|
+
| 'quote_deleted'
|
|
18919
18962
|
| 'all_items_export'
|
|
18920
18963
|
| 'harmonized_items_hs6_export'
|
|
18921
18964
|
| 'unharmonized_items_export'
|
|
@@ -19066,6 +19109,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
19066
19109
|
| 'svb_virtual_card_clearing_deleted'
|
|
19067
19110
|
| 'liability_remittance_plan_upserted'
|
|
19068
19111
|
| 'liability_remittance_plan_deleted'
|
|
19112
|
+
| 'svitlana_item_upserted'
|
|
19113
|
+
| 'svitlana_item_deleted'
|
|
19114
|
+
| 'colm_item_upserted'
|
|
19115
|
+
| 'colm_item_deleted'
|
|
19116
|
+
| 'shruti_demo_item_upserted'
|
|
19117
|
+
| 'shruti_demo_item_deleted'
|
|
19069
19118
|
| 'tracking_label_event_upserted_v2'
|
|
19070
19119
|
| 'tracking_label_event_deleted_v2'
|
|
19071
19120
|
| 'tracking_label_upserted'
|
|
@@ -19657,7 +19706,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19657
19706
|
interface AccountSettingLabelFees {
|
|
19658
19707
|
readonly flow?: io.flow.internal.v0.models.TieredFee;
|
|
19659
19708
|
readonly organization?: io.flow.internal.v0.models.TieredFee;
|
|
19660
|
-
readonly revenue_share?: number;
|
|
19661
19709
|
}
|
|
19662
19710
|
|
|
19663
19711
|
interface AccountSettings {
|
|
@@ -20223,6 +20271,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20223
20271
|
readonly apple_pay_token: string;
|
|
20224
20272
|
}
|
|
20225
20273
|
|
|
20274
|
+
interface ApplyAtValueForm {
|
|
20275
|
+
readonly value: string;
|
|
20276
|
+
}
|
|
20277
|
+
|
|
20226
20278
|
interface AttributeLabel {
|
|
20227
20279
|
readonly value: string;
|
|
20228
20280
|
readonly unverified: boolean;
|
|
@@ -21031,11 +21083,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21031
21083
|
readonly dead?: io.flow.trueup.v0.models.DeadWeight;
|
|
21032
21084
|
readonly dimensional?: io.flow.trueup.v0.models.DimensionalWeight;
|
|
21033
21085
|
readonly attributes?: Record<string, string>;
|
|
21086
|
+
readonly outbound_carrier_charge_id?: string;
|
|
21087
|
+
}
|
|
21088
|
+
|
|
21089
|
+
interface CarrierChargeReference {
|
|
21090
|
+
readonly id: string;
|
|
21034
21091
|
}
|
|
21035
21092
|
|
|
21036
21093
|
interface CarrierChargeTransaction {
|
|
21037
21094
|
readonly discriminator: 'carrier_charge_transaction';
|
|
21038
21095
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
21096
|
+
readonly label_created_at: string;
|
|
21097
|
+
readonly outbound_carrier_charge_id?: io.flow.internal.v0.models.CarrierChargeReference;
|
|
21039
21098
|
readonly id: string;
|
|
21040
21099
|
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
21041
21100
|
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -23825,6 +23884,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23825
23884
|
readonly added_on: string;
|
|
23826
23885
|
}
|
|
23827
23886
|
|
|
23887
|
+
interface ColmItemDeleted {
|
|
23888
|
+
readonly discriminator: 'colm_item_deleted';
|
|
23889
|
+
readonly event_id: string;
|
|
23890
|
+
readonly timestamp: string;
|
|
23891
|
+
readonly id: string;
|
|
23892
|
+
}
|
|
23893
|
+
|
|
23828
23894
|
interface ColmItemForm {
|
|
23829
23895
|
readonly number: string;
|
|
23830
23896
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -23833,6 +23899,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23833
23899
|
readonly added_on: string;
|
|
23834
23900
|
}
|
|
23835
23901
|
|
|
23902
|
+
interface ColmItemUpserted {
|
|
23903
|
+
readonly discriminator: 'colm_item_upserted';
|
|
23904
|
+
readonly event_id: string;
|
|
23905
|
+
readonly timestamp: string;
|
|
23906
|
+
readonly item: io.flow.internal.v0.models.ColmItem;
|
|
23907
|
+
}
|
|
23908
|
+
|
|
23836
23909
|
interface CommercialInvoiceComparison {
|
|
23837
23910
|
readonly urls: string[];
|
|
23838
23911
|
}
|
|
@@ -25691,6 +25764,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25691
25764
|
readonly currency: string;
|
|
25692
25765
|
readonly details_url: string;
|
|
25693
25766
|
readonly provider: io.flow.internal.v0.enums.FraudProvider;
|
|
25767
|
+
readonly apply_at?: string;
|
|
25694
25768
|
}
|
|
25695
25769
|
|
|
25696
25770
|
interface FraudPendingReviewUpserted {
|
|
@@ -28525,6 +28599,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28525
28599
|
readonly shop_id?: string;
|
|
28526
28600
|
readonly legal_name: string;
|
|
28527
28601
|
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
28602
|
+
readonly shop_domain?: string;
|
|
28528
28603
|
}
|
|
28529
28604
|
|
|
28530
28605
|
interface MerchantSubsidies {
|
|
@@ -30093,6 +30168,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
30093
30168
|
readonly snooze_id?: string;
|
|
30094
30169
|
}
|
|
30095
30170
|
|
|
30171
|
+
interface Quote {
|
|
30172
|
+
readonly id: string;
|
|
30173
|
+
readonly base: string;
|
|
30174
|
+
readonly target: string;
|
|
30175
|
+
readonly value: number;
|
|
30176
|
+
readonly effective_at: string;
|
|
30177
|
+
readonly expires_at: string;
|
|
30178
|
+
}
|
|
30179
|
+
|
|
30180
|
+
interface QuoteDeleted {
|
|
30181
|
+
readonly discriminator: 'quote_deleted';
|
|
30182
|
+
readonly event_id: string;
|
|
30183
|
+
readonly timestamp: string;
|
|
30184
|
+
readonly id: string;
|
|
30185
|
+
}
|
|
30186
|
+
|
|
30096
30187
|
interface QuoteRequest {
|
|
30097
30188
|
readonly id: string;
|
|
30098
30189
|
readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
|
|
@@ -30103,6 +30194,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
30103
30194
|
readonly reason?: string;
|
|
30104
30195
|
}
|
|
30105
30196
|
|
|
30197
|
+
interface QuoteUpserted {
|
|
30198
|
+
readonly discriminator: 'quote_upserted';
|
|
30199
|
+
readonly event_id: string;
|
|
30200
|
+
readonly timestamp: string;
|
|
30201
|
+
readonly quote: io.flow.internal.v0.models.Quote;
|
|
30202
|
+
}
|
|
30203
|
+
|
|
30106
30204
|
interface RateAndRuleItem {
|
|
30107
30205
|
readonly item_reference: string;
|
|
30108
30206
|
readonly hs_code: string;
|
|
@@ -31961,6 +32059,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31961
32059
|
readonly added_on: string;
|
|
31962
32060
|
}
|
|
31963
32061
|
|
|
32062
|
+
interface ShrutiDemoItemDeleted {
|
|
32063
|
+
readonly discriminator: 'shruti_demo_item_deleted';
|
|
32064
|
+
readonly event_id: string;
|
|
32065
|
+
readonly timestamp: string;
|
|
32066
|
+
readonly id: string;
|
|
32067
|
+
}
|
|
32068
|
+
|
|
31964
32069
|
interface ShrutiDemoItemForm {
|
|
31965
32070
|
readonly number: string;
|
|
31966
32071
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -31969,6 +32074,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31969
32074
|
readonly added_on: string;
|
|
31970
32075
|
}
|
|
31971
32076
|
|
|
32077
|
+
interface ShrutiDemoItemUpserted {
|
|
32078
|
+
readonly discriminator: 'shruti_demo_item_upserted';
|
|
32079
|
+
readonly event_id: string;
|
|
32080
|
+
readonly timestamp: string;
|
|
32081
|
+
readonly item: io.flow.internal.v0.models.ShrutiDemoItem;
|
|
32082
|
+
}
|
|
32083
|
+
|
|
31972
32084
|
interface SimpleAccountReference {
|
|
31973
32085
|
readonly id: string;
|
|
31974
32086
|
}
|
|
@@ -32426,6 +32538,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32426
32538
|
readonly added_on: string;
|
|
32427
32539
|
}
|
|
32428
32540
|
|
|
32541
|
+
interface SvitlanaItemDeleted {
|
|
32542
|
+
readonly discriminator: 'svitlana_item_deleted';
|
|
32543
|
+
readonly event_id: string;
|
|
32544
|
+
readonly timestamp: string;
|
|
32545
|
+
readonly id: string;
|
|
32546
|
+
}
|
|
32547
|
+
|
|
32429
32548
|
interface SvitlanaItemForm {
|
|
32430
32549
|
readonly number: string;
|
|
32431
32550
|
readonly amount: number;
|
|
@@ -32433,6 +32552,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32433
32552
|
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
32434
32553
|
}
|
|
32435
32554
|
|
|
32555
|
+
interface SvitlanaItemUpserted {
|
|
32556
|
+
readonly discriminator: 'svitlana_item_upserted';
|
|
32557
|
+
readonly event_id: string;
|
|
32558
|
+
readonly timestamp: string;
|
|
32559
|
+
readonly item: io.flow.internal.v0.models.SvitlanaItem;
|
|
32560
|
+
}
|
|
32561
|
+
|
|
32436
32562
|
interface TariffCodeDuty {
|
|
32437
32563
|
readonly tariff_code: string;
|
|
32438
32564
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -32598,6 +32724,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32598
32724
|
readonly children?: io.flow.internal.v0.models.TaxonomyNode[];
|
|
32599
32725
|
}
|
|
32600
32726
|
|
|
32727
|
+
interface TechOnboardingDescription {
|
|
32728
|
+
readonly description: string;
|
|
32729
|
+
}
|
|
32730
|
+
|
|
32601
32731
|
interface Test {
|
|
32602
32732
|
readonly id: string;
|
|
32603
32733
|
readonly name: string;
|
|
@@ -33734,6 +33864,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
33734
33864
|
| io.flow.internal.v0.models.CenterDefaultsUpserted
|
|
33735
33865
|
| io.flow.internal.v0.models.CenterDefaultsDeleted
|
|
33736
33866
|
| io.flow.internal.v0.models.PregeneratedRequestEvent
|
|
33867
|
+
| io.flow.internal.v0.models.QuoteUpserted
|
|
33868
|
+
| io.flow.internal.v0.models.QuoteDeleted
|
|
33737
33869
|
| io.flow.internal.v0.models.AllItemsExport
|
|
33738
33870
|
| io.flow.internal.v0.models.HarmonizedItemsHs6Export
|
|
33739
33871
|
| io.flow.internal.v0.models.UnharmonizedItemsExport
|
|
@@ -33884,6 +34016,12 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
33884
34016
|
| io.flow.internal.v0.models.SvbVirtualCardClearingDeleted
|
|
33885
34017
|
| io.flow.internal.v0.models.LiabilityRemittancePlanUpserted
|
|
33886
34018
|
| io.flow.internal.v0.models.LiabilityRemittancePlanDeleted
|
|
34019
|
+
| io.flow.internal.v0.models.SvitlanaItemUpserted
|
|
34020
|
+
| io.flow.internal.v0.models.SvitlanaItemDeleted
|
|
34021
|
+
| io.flow.internal.v0.models.ColmItemUpserted
|
|
34022
|
+
| io.flow.internal.v0.models.ColmItemDeleted
|
|
34023
|
+
| io.flow.internal.v0.models.ShrutiDemoItemUpserted
|
|
34024
|
+
| io.flow.internal.v0.models.ShrutiDemoItemDeleted
|
|
33887
34025
|
| io.flow.internal.v0.models.TrackingLabelEventUpsertedV2
|
|
33888
34026
|
| io.flow.internal.v0.models.TrackingLabelEventDeletedV2
|
|
33889
34027
|
| io.flow.internal.v0.models.TrackingLabelUpserted
|
|
@@ -34337,6 +34475,7 @@ export type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
|
34337
34475
|
export type ApmContent = io.flow.internal.v0.models.ApmContent;
|
|
34338
34476
|
export type ApplePayAuthorizationPayload =
|
|
34339
34477
|
io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
34478
|
+
export type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
|
|
34340
34479
|
export type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
|
|
34341
34480
|
export type AuthenticationForm = io.flow.internal.v0.models.AuthenticationForm;
|
|
34342
34481
|
export type AuthorizationBundle =
|
|
@@ -34372,6 +34511,8 @@ export type BankPaymentDeleted = io.flow.internal.v0.models.BankPaymentDeleted;
|
|
|
34372
34511
|
export type BankPaymentDeletedV2 =
|
|
34373
34512
|
io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
34374
34513
|
export type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm;
|
|
34514
|
+
export type BankPaymentPromiseCompletedMethod =
|
|
34515
|
+
io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod;
|
|
34375
34516
|
export type BankPaymentStatusCode =
|
|
34376
34517
|
io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
34377
34518
|
export type BankPaymentStatusForm =
|
|
@@ -34574,6 +34715,8 @@ export type CarrierChargeFormLabel =
|
|
|
34574
34715
|
io.flow.internal.v0.models.CarrierChargeFormLabel;
|
|
34575
34716
|
export type CarrierChargeFormOther =
|
|
34576
34717
|
io.flow.internal.v0.models.CarrierChargeFormOther;
|
|
34718
|
+
export type CarrierChargeReference =
|
|
34719
|
+
io.flow.internal.v0.models.CarrierChargeReference;
|
|
34577
34720
|
export type CarrierChargeTransaction =
|
|
34578
34721
|
io.flow.internal.v0.models.CarrierChargeTransaction;
|
|
34579
34722
|
export type CarrierChargeTransactionType =
|
|
@@ -35801,8 +35944,10 @@ export type ClassifiedProduct = io.flow.internal.v0.models.ClassifiedProduct;
|
|
|
35801
35944
|
export type ClassifiedProductDetail =
|
|
35802
35945
|
io.flow.internal.v0.models.ClassifiedProductDetail;
|
|
35803
35946
|
export type ColmItem = io.flow.internal.v0.models.ColmItem;
|
|
35947
|
+
export type ColmItemDeleted = io.flow.internal.v0.models.ColmItemDeleted;
|
|
35804
35948
|
export type ColmItemForm = io.flow.internal.v0.models.ColmItemForm;
|
|
35805
35949
|
export type ColmItemType = io.flow.internal.v0.enums.ColmItemType;
|
|
35950
|
+
export type ColmItemUpserted = io.flow.internal.v0.models.ColmItemUpserted;
|
|
35806
35951
|
export type CommercialInvoiceComparison =
|
|
35807
35952
|
io.flow.internal.v0.models.CommercialInvoiceComparison;
|
|
35808
35953
|
export type CommercialInvoiceInternal =
|
|
@@ -37358,8 +37503,11 @@ export type ProofOfPostingOrderCombinedShipment =
|
|
|
37358
37503
|
export type ProofOfPostingShippingNotification =
|
|
37359
37504
|
io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
37360
37505
|
export type QueuedRecord = io.flow.internal.v0.models.QueuedRecord;
|
|
37506
|
+
export type Quote = io.flow.internal.v0.models.Quote;
|
|
37507
|
+
export type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
|
|
37361
37508
|
export type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
37362
37509
|
export type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
|
37510
|
+
export type QuoteUpserted = io.flow.internal.v0.models.QuoteUpserted;
|
|
37363
37511
|
export type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
|
|
37364
37512
|
export type RateAndRuleItemForm =
|
|
37365
37513
|
io.flow.internal.v0.models.RateAndRuleItemForm;
|
|
@@ -37866,7 +38014,11 @@ export type ShopperLine = io.flow.internal.v0.models.ShopperLine;
|
|
|
37866
38014
|
export type ShopperLines = io.flow.internal.v0.models.ShopperLines;
|
|
37867
38015
|
export type ShopperSummary = io.flow.internal.v0.models.ShopperSummary;
|
|
37868
38016
|
export type ShrutiDemoItem = io.flow.internal.v0.models.ShrutiDemoItem;
|
|
38017
|
+
export type ShrutiDemoItemDeleted =
|
|
38018
|
+
io.flow.internal.v0.models.ShrutiDemoItemDeleted;
|
|
37869
38019
|
export type ShrutiDemoItemForm = io.flow.internal.v0.models.ShrutiDemoItemForm;
|
|
38020
|
+
export type ShrutiDemoItemUpserted =
|
|
38021
|
+
io.flow.internal.v0.models.ShrutiDemoItemUpserted;
|
|
37870
38022
|
export type ShrutiDemoType = io.flow.internal.v0.enums.ShrutiDemoType;
|
|
37871
38023
|
export type SignificanceAction = io.flow.internal.v0.enums.SignificanceAction;
|
|
37872
38024
|
export type SimpleAccountReference =
|
|
@@ -37981,7 +38133,11 @@ export type SvbVirtualCardClearingDeleted =
|
|
|
37981
38133
|
export type SvbVirtualCardClearingUpserted =
|
|
37982
38134
|
io.flow.internal.v0.models.SvbVirtualCardClearingUpserted;
|
|
37983
38135
|
export type SvitlanaItem = io.flow.internal.v0.models.SvitlanaItem;
|
|
38136
|
+
export type SvitlanaItemDeleted =
|
|
38137
|
+
io.flow.internal.v0.models.SvitlanaItemDeleted;
|
|
37984
38138
|
export type SvitlanaItemForm = io.flow.internal.v0.models.SvitlanaItemForm;
|
|
38139
|
+
export type SvitlanaItemUpserted =
|
|
38140
|
+
io.flow.internal.v0.models.SvitlanaItemUpserted;
|
|
37985
38141
|
export type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
37986
38142
|
export type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
37987
38143
|
export type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
@@ -38026,6 +38182,8 @@ export type TaxTransactionUpserted =
|
|
|
38026
38182
|
io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
38027
38183
|
export type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
|
|
38028
38184
|
export type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
|
|
38185
|
+
export type TechOnboardingDescription =
|
|
38186
|
+
io.flow.internal.v0.models.TechOnboardingDescription;
|
|
38029
38187
|
export type Test = io.flow.internal.v0.models.Test;
|
|
38030
38188
|
export type TestForm = io.flow.internal.v0.models.TestForm;
|
|
38031
38189
|
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';
|
|
@@ -8246,6 +8248,7 @@ declare namespace io.flow.v0.models {
|
|
|
8246
8248
|
readonly number: string;
|
|
8247
8249
|
readonly name: string;
|
|
8248
8250
|
readonly quantity: number;
|
|
8251
|
+
readonly image?: io.flow.v0.models.OrderSummaryImage;
|
|
8249
8252
|
readonly center?: string;
|
|
8250
8253
|
readonly price?: io.flow.v0.models.Money;
|
|
8251
8254
|
readonly discount?: io.flow.v0.models.LocalizedLineItemDiscount;
|
|
@@ -11154,6 +11157,8 @@ declare namespace io.flow.v0.models {
|
|
|
11154
11157
|
readonly delivered_duty?: io.flow.v0.enums.DeliveredDuty;
|
|
11155
11158
|
readonly line_items?: io.flow.v0.models.LineItemForm[];
|
|
11156
11159
|
readonly center_id?: string;
|
|
11160
|
+
readonly taxes_owed?: io.flow.v0.models.Money;
|
|
11161
|
+
readonly duties_owed?: io.flow.v0.models.Money;
|
|
11157
11162
|
}
|
|
11158
11163
|
|
|
11159
11164
|
interface RatecardEstimateSummaryForm {
|
|
@@ -13434,8 +13439,14 @@ declare namespace io.flow.v0.models {
|
|
|
13434
13439
|
interface TransactionMetadataCarrierCharge {
|
|
13435
13440
|
readonly discriminator: 'carrier_charge';
|
|
13436
13441
|
readonly reason: io.flow.v0.enums.CarrierChargeReason;
|
|
13442
|
+
readonly label_created_at: string;
|
|
13437
13443
|
readonly carrier_id: string;
|
|
13438
13444
|
readonly carrier_tracking_number: string;
|
|
13445
|
+
readonly outbound?: io.flow.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
13446
|
+
}
|
|
13447
|
+
|
|
13448
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
13449
|
+
readonly transaction_id: string;
|
|
13439
13450
|
}
|
|
13440
13451
|
|
|
13441
13452
|
interface TransactionMetadataChannel {
|
|
@@ -16537,6 +16548,8 @@ export type TransactionDetailsCard = io.flow.v0.models.TransactionDetailsCard;
|
|
|
16537
16548
|
export type TransactionMetadata = io.flow.v0.unions.TransactionMetadata;
|
|
16538
16549
|
export type TransactionMetadataCarrierCharge =
|
|
16539
16550
|
io.flow.v0.models.TransactionMetadataCarrierCharge;
|
|
16551
|
+
export type TransactionMetadataCarrierChargeOutbound =
|
|
16552
|
+
io.flow.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
16540
16553
|
export type TransactionMetadataChannel =
|
|
16541
16554
|
io.flow.v0.models.TransactionMetadataChannel;
|
|
16542
16555
|
export type TransactionMetadataChannelCardMetadata =
|