@flowio/types 11.24.83 → 11.24.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-internal.d.ts +112 -9
- package/dist/api.d.ts +11 -2
- package/package.json +2 -2
- package/src/api-internal.ts +161 -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;
|
|
@@ -11342,7 +11353,6 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
11342
11353
|
interface AccountSettingLabelFees {
|
|
11343
11354
|
readonly flow?: io.flow.billing.internal.v0.models.TieredFee;
|
|
11344
11355
|
readonly organization?: io.flow.billing.internal.v0.models.TieredFee;
|
|
11345
|
-
readonly revenue_share?: number;
|
|
11346
11356
|
}
|
|
11347
11357
|
interface AccountSettings {
|
|
11348
11358
|
readonly id: string;
|
|
@@ -11555,9 +11565,14 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
11555
11565
|
readonly created_at: string;
|
|
11556
11566
|
readonly statement?: io.flow.billing.internal.v0.models.BillingStatementReference;
|
|
11557
11567
|
}
|
|
11568
|
+
interface CarrierChargeReference {
|
|
11569
|
+
readonly id: string;
|
|
11570
|
+
}
|
|
11558
11571
|
interface CarrierChargeTransaction {
|
|
11559
11572
|
readonly discriminator: 'carrier_charge_transaction';
|
|
11560
11573
|
readonly order: io.flow.billing.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
11574
|
+
readonly label_created_at: string;
|
|
11575
|
+
readonly outbound_carrier_charge_id?: io.flow.billing.internal.v0.models.CarrierChargeReference;
|
|
11561
11576
|
readonly id: string;
|
|
11562
11577
|
readonly type: io.flow.billing.internal.v0.enums.BillingTransactionType;
|
|
11563
11578
|
readonly status: io.flow.billing.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -12419,8 +12434,13 @@ declare namespace io.flow.billing.v0.models {
|
|
|
12419
12434
|
interface TransactionMetadataCarrierCharge {
|
|
12420
12435
|
readonly discriminator: 'carrier_charge';
|
|
12421
12436
|
readonly reason: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
12437
|
+
readonly label_created_at: string;
|
|
12422
12438
|
readonly carrier_id: string;
|
|
12423
12439
|
readonly carrier_tracking_number: string;
|
|
12440
|
+
readonly outbound?: io.flow.billing.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
12441
|
+
}
|
|
12442
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
12443
|
+
readonly transaction_id: string;
|
|
12424
12444
|
}
|
|
12425
12445
|
interface TransactionMetadataChannel {
|
|
12426
12446
|
readonly discriminator: 'channel';
|
|
@@ -13917,9 +13937,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13917
13937
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
13918
13938
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
13919
13939
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
|
|
13940
|
+
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
13920
13941
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
13921
13942
|
type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
|
|
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';
|
|
13943
|
+
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'queued_record_snooze_count' | 'queued_record_snooze_ending_in_48_hours_count' | 'statements_no_payout_count' | 'statements_no_payout_total' | 'statements_pending_payout_count' | 'statements_pending_payout_total' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_single_account_max';
|
|
13923
13944
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
|
|
13924
13945
|
type BillingStatementBatchFileKey = 'summary';
|
|
13925
13946
|
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
@@ -13936,7 +13957,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13936
13957
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
13937
13958
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
13938
13959
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies';
|
|
13939
|
-
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
13960
|
+
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
13940
13961
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
13941
13962
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
13942
13963
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
@@ -14047,7 +14068,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14047
14068
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
14048
14069
|
type EmptyAttribute = 'irrelevant';
|
|
14049
14070
|
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';
|
|
14071
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
14051
14072
|
type ExperienceImportType = 'experience_with_settings';
|
|
14052
14073
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
14053
14074
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -14302,7 +14323,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14302
14323
|
interface AccountSettingLabelFees {
|
|
14303
14324
|
readonly flow?: io.flow.internal.v0.models.TieredFee;
|
|
14304
14325
|
readonly organization?: io.flow.internal.v0.models.TieredFee;
|
|
14305
|
-
readonly revenue_share?: number;
|
|
14306
14326
|
}
|
|
14307
14327
|
interface AccountSettings {
|
|
14308
14328
|
readonly id: string;
|
|
@@ -14794,6 +14814,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14794
14814
|
readonly discriminator: 'apple_pay_authorization_payload';
|
|
14795
14815
|
readonly apple_pay_token: string;
|
|
14796
14816
|
}
|
|
14817
|
+
interface ApplyAtValueForm {
|
|
14818
|
+
readonly value: string;
|
|
14819
|
+
}
|
|
14797
14820
|
interface AttributeLabel {
|
|
14798
14821
|
readonly value: string;
|
|
14799
14822
|
readonly unverified: boolean;
|
|
@@ -15488,10 +15511,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15488
15511
|
readonly dead?: io.flow.trueup.v0.models.DeadWeight;
|
|
15489
15512
|
readonly dimensional?: io.flow.trueup.v0.models.DimensionalWeight;
|
|
15490
15513
|
readonly attributes?: Record<string, string>;
|
|
15514
|
+
readonly outbound_carrier_charge_id?: string;
|
|
15515
|
+
}
|
|
15516
|
+
interface CarrierChargeReference {
|
|
15517
|
+
readonly id: string;
|
|
15491
15518
|
}
|
|
15492
15519
|
interface CarrierChargeTransaction {
|
|
15493
15520
|
readonly discriminator: 'carrier_charge_transaction';
|
|
15494
15521
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
15522
|
+
readonly label_created_at: string;
|
|
15523
|
+
readonly outbound_carrier_charge_id?: io.flow.internal.v0.models.CarrierChargeReference;
|
|
15495
15524
|
readonly id: string;
|
|
15496
15525
|
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
15497
15526
|
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -17807,6 +17836,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17807
17836
|
readonly type: io.flow.internal.v0.enums.ColmItemType;
|
|
17808
17837
|
readonly added_on: string;
|
|
17809
17838
|
}
|
|
17839
|
+
interface ColmItemDeleted {
|
|
17840
|
+
readonly discriminator: 'colm_item_deleted';
|
|
17841
|
+
readonly event_id: string;
|
|
17842
|
+
readonly timestamp: string;
|
|
17843
|
+
readonly id: string;
|
|
17844
|
+
}
|
|
17810
17845
|
interface ColmItemForm {
|
|
17811
17846
|
readonly number: string;
|
|
17812
17847
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -17814,6 +17849,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17814
17849
|
readonly type: io.flow.internal.v0.enums.ColmItemType;
|
|
17815
17850
|
readonly added_on: string;
|
|
17816
17851
|
}
|
|
17852
|
+
interface ColmItemUpserted {
|
|
17853
|
+
readonly discriminator: 'colm_item_upserted';
|
|
17854
|
+
readonly event_id: string;
|
|
17855
|
+
readonly timestamp: string;
|
|
17856
|
+
readonly item: io.flow.internal.v0.models.ColmItem;
|
|
17857
|
+
}
|
|
17817
17858
|
interface CommercialInvoiceComparison {
|
|
17818
17859
|
readonly urls: string[];
|
|
17819
17860
|
}
|
|
@@ -19427,6 +19468,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19427
19468
|
readonly currency: string;
|
|
19428
19469
|
readonly details_url: string;
|
|
19429
19470
|
readonly provider: io.flow.internal.v0.enums.FraudProvider;
|
|
19471
|
+
readonly apply_at?: string;
|
|
19430
19472
|
}
|
|
19431
19473
|
interface FraudPendingReviewUpserted {
|
|
19432
19474
|
readonly discriminator: 'fraud_pending_review_upserted';
|
|
@@ -21912,6 +21954,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21912
21954
|
readonly shop_id?: string;
|
|
21913
21955
|
readonly legal_name: string;
|
|
21914
21956
|
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
21957
|
+
readonly shop_domain?: string;
|
|
21915
21958
|
}
|
|
21916
21959
|
interface MerchantSubsidies {
|
|
21917
21960
|
readonly fees: io.flow.internal.v0.models.ShopperFees;
|
|
@@ -23274,6 +23317,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23274
23317
|
readonly stacktrace?: string;
|
|
23275
23318
|
readonly snooze_id?: string;
|
|
23276
23319
|
}
|
|
23320
|
+
interface Quote {
|
|
23321
|
+
readonly id: string;
|
|
23322
|
+
readonly base: string;
|
|
23323
|
+
readonly target: string;
|
|
23324
|
+
readonly value: number;
|
|
23325
|
+
readonly effective_at: string;
|
|
23326
|
+
readonly expires_at: string;
|
|
23327
|
+
}
|
|
23328
|
+
interface QuoteDeleted {
|
|
23329
|
+
readonly discriminator: 'quote_deleted';
|
|
23330
|
+
readonly event_id: string;
|
|
23331
|
+
readonly timestamp: string;
|
|
23332
|
+
readonly id: string;
|
|
23333
|
+
}
|
|
23277
23334
|
interface QuoteRequest {
|
|
23278
23335
|
readonly id: string;
|
|
23279
23336
|
readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
|
|
@@ -23283,6 +23340,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23283
23340
|
readonly countries?: io.flow.reference.v0.models.Country[];
|
|
23284
23341
|
readonly reason?: string;
|
|
23285
23342
|
}
|
|
23343
|
+
interface QuoteUpserted {
|
|
23344
|
+
readonly discriminator: 'quote_upserted';
|
|
23345
|
+
readonly event_id: string;
|
|
23346
|
+
readonly timestamp: string;
|
|
23347
|
+
readonly quote: io.flow.internal.v0.models.Quote;
|
|
23348
|
+
}
|
|
23286
23349
|
interface RateAndRuleItem {
|
|
23287
23350
|
readonly item_reference: string;
|
|
23288
23351
|
readonly hs_code: string;
|
|
@@ -24874,6 +24937,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24874
24937
|
readonly type: io.flow.internal.v0.enums.ShrutiDemoType;
|
|
24875
24938
|
readonly added_on: string;
|
|
24876
24939
|
}
|
|
24940
|
+
interface ShrutiDemoItemDeleted {
|
|
24941
|
+
readonly discriminator: 'shruti_demo_item_deleted';
|
|
24942
|
+
readonly event_id: string;
|
|
24943
|
+
readonly timestamp: string;
|
|
24944
|
+
readonly id: string;
|
|
24945
|
+
}
|
|
24877
24946
|
interface ShrutiDemoItemForm {
|
|
24878
24947
|
readonly number: string;
|
|
24879
24948
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -24881,6 +24950,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24881
24950
|
readonly type: io.flow.internal.v0.enums.ShrutiDemoType;
|
|
24882
24951
|
readonly added_on: string;
|
|
24883
24952
|
}
|
|
24953
|
+
interface ShrutiDemoItemUpserted {
|
|
24954
|
+
readonly discriminator: 'shruti_demo_item_upserted';
|
|
24955
|
+
readonly event_id: string;
|
|
24956
|
+
readonly timestamp: string;
|
|
24957
|
+
readonly item: io.flow.internal.v0.models.ShrutiDemoItem;
|
|
24958
|
+
}
|
|
24884
24959
|
interface SimpleAccountReference {
|
|
24885
24960
|
readonly id: string;
|
|
24886
24961
|
}
|
|
@@ -25281,12 +25356,24 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25281
25356
|
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
25282
25357
|
readonly added_on: string;
|
|
25283
25358
|
}
|
|
25359
|
+
interface SvitlanaItemDeleted {
|
|
25360
|
+
readonly discriminator: 'svitlana_item_deleted';
|
|
25361
|
+
readonly event_id: string;
|
|
25362
|
+
readonly timestamp: string;
|
|
25363
|
+
readonly id: string;
|
|
25364
|
+
}
|
|
25284
25365
|
interface SvitlanaItemForm {
|
|
25285
25366
|
readonly number: string;
|
|
25286
25367
|
readonly amount: number;
|
|
25287
25368
|
readonly description?: string;
|
|
25288
25369
|
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
25289
25370
|
}
|
|
25371
|
+
interface SvitlanaItemUpserted {
|
|
25372
|
+
readonly discriminator: 'svitlana_item_upserted';
|
|
25373
|
+
readonly event_id: string;
|
|
25374
|
+
readonly timestamp: string;
|
|
25375
|
+
readonly item: io.flow.internal.v0.models.SvitlanaItem;
|
|
25376
|
+
}
|
|
25290
25377
|
interface TariffCodeDuty {
|
|
25291
25378
|
readonly tariff_code: string;
|
|
25292
25379
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -25431,6 +25518,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25431
25518
|
readonly id: string;
|
|
25432
25519
|
readonly children?: io.flow.internal.v0.models.TaxonomyNode[];
|
|
25433
25520
|
}
|
|
25521
|
+
interface TechOnboardingDescription {
|
|
25522
|
+
readonly description: string;
|
|
25523
|
+
}
|
|
25434
25524
|
interface Test {
|
|
25435
25525
|
readonly id: string;
|
|
25436
25526
|
readonly name: string;
|
|
@@ -25972,7 +26062,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25972
26062
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
25973
26063
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
25974
26064
|
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;
|
|
26065
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
25976
26066
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
25977
26067
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
25978
26068
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -26133,6 +26223,7 @@ export declare type AnyDangerousGoods = io.flow.internal.v0.enums.AnyDangerousGo
|
|
|
26133
26223
|
export declare type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
26134
26224
|
export declare type ApmContent = io.flow.internal.v0.models.ApmContent;
|
|
26135
26225
|
export declare type ApplePayAuthorizationPayload = io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
26226
|
+
export declare type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
|
|
26136
26227
|
export declare type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
|
|
26137
26228
|
export declare type AuthenticationForm = io.flow.internal.v0.models.AuthenticationForm;
|
|
26138
26229
|
export declare type AuthorizationBundle = io.flow.internal.v0.models.AuthorizationBundle;
|
|
@@ -26155,6 +26246,7 @@ export declare type BankPayment = io.flow.internal.v0.models.BankPayment;
|
|
|
26155
26246
|
export declare type BankPaymentDeleted = io.flow.internal.v0.models.BankPaymentDeleted;
|
|
26156
26247
|
export declare type BankPaymentDeletedV2 = io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
26157
26248
|
export declare type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm;
|
|
26249
|
+
export declare type BankPaymentPromiseCompletedMethod = io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod;
|
|
26158
26250
|
export declare type BankPaymentStatusCode = io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
26159
26251
|
export declare type BankPaymentStatusForm = io.flow.internal.v0.models.BankPaymentStatusForm;
|
|
26160
26252
|
export declare type BankPaymentUpserted = io.flow.internal.v0.models.BankPaymentUpserted;
|
|
@@ -26265,6 +26357,7 @@ export declare type CarrierChargeFileResult = io.flow.internal.v0.models.Carrier
|
|
|
26265
26357
|
export declare type CarrierChargeForm = io.flow.internal.v0.unions.CarrierChargeForm;
|
|
26266
26358
|
export declare type CarrierChargeFormLabel = io.flow.internal.v0.models.CarrierChargeFormLabel;
|
|
26267
26359
|
export declare type CarrierChargeFormOther = io.flow.internal.v0.models.CarrierChargeFormOther;
|
|
26360
|
+
export declare type CarrierChargeReference = io.flow.internal.v0.models.CarrierChargeReference;
|
|
26268
26361
|
export declare type CarrierChargeTransaction = io.flow.internal.v0.models.CarrierChargeTransaction;
|
|
26269
26362
|
export declare type CarrierChargeTransactionType = io.flow.internal.v0.enums.CarrierChargeTransactionType;
|
|
26270
26363
|
export declare type CarrierChargeUnits = io.flow.internal.v0.models.CarrierChargeUnits;
|
|
@@ -26909,8 +27002,10 @@ export declare type ClassificationWrapper = io.flow.internal.v0.models.Classific
|
|
|
26909
27002
|
export declare type ClassifiedProduct = io.flow.internal.v0.models.ClassifiedProduct;
|
|
26910
27003
|
export declare type ClassifiedProductDetail = io.flow.internal.v0.models.ClassifiedProductDetail;
|
|
26911
27004
|
export declare type ColmItem = io.flow.internal.v0.models.ColmItem;
|
|
27005
|
+
export declare type ColmItemDeleted = io.flow.internal.v0.models.ColmItemDeleted;
|
|
26912
27006
|
export declare type ColmItemForm = io.flow.internal.v0.models.ColmItemForm;
|
|
26913
27007
|
export declare type ColmItemType = io.flow.internal.v0.enums.ColmItemType;
|
|
27008
|
+
export declare type ColmItemUpserted = io.flow.internal.v0.models.ColmItemUpserted;
|
|
26914
27009
|
export declare type CommercialInvoiceComparison = io.flow.internal.v0.models.CommercialInvoiceComparison;
|
|
26915
27010
|
export declare type CommercialInvoiceInternal = io.flow.internal.v0.models.CommercialInvoiceInternal;
|
|
26916
27011
|
export declare type CommercialInvoiceInternalDeleted = io.flow.internal.v0.models.CommercialInvoiceInternalDeleted;
|
|
@@ -27858,8 +27953,11 @@ export declare type ProofOfPostingOrderCancellation = io.flow.internal.v0.models
|
|
|
27858
27953
|
export declare type ProofOfPostingOrderCombinedShipment = io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment;
|
|
27859
27954
|
export declare type ProofOfPostingShippingNotification = io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
27860
27955
|
export declare type QueuedRecord = io.flow.internal.v0.models.QueuedRecord;
|
|
27956
|
+
export declare type Quote = io.flow.internal.v0.models.Quote;
|
|
27957
|
+
export declare type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
|
|
27861
27958
|
export declare type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
27862
27959
|
export declare type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
|
27960
|
+
export declare type QuoteUpserted = io.flow.internal.v0.models.QuoteUpserted;
|
|
27863
27961
|
export declare type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
|
|
27864
27962
|
export declare type RateAndRuleItemForm = io.flow.internal.v0.models.RateAndRuleItemForm;
|
|
27865
27963
|
export declare type RateAndRuleLookup = io.flow.internal.v0.models.RateAndRuleLookup;
|
|
@@ -28168,7 +28266,9 @@ export declare type ShopperLine = io.flow.internal.v0.models.ShopperLine;
|
|
|
28168
28266
|
export declare type ShopperLines = io.flow.internal.v0.models.ShopperLines;
|
|
28169
28267
|
export declare type ShopperSummary = io.flow.internal.v0.models.ShopperSummary;
|
|
28170
28268
|
export declare type ShrutiDemoItem = io.flow.internal.v0.models.ShrutiDemoItem;
|
|
28269
|
+
export declare type ShrutiDemoItemDeleted = io.flow.internal.v0.models.ShrutiDemoItemDeleted;
|
|
28171
28270
|
export declare type ShrutiDemoItemForm = io.flow.internal.v0.models.ShrutiDemoItemForm;
|
|
28271
|
+
export declare type ShrutiDemoItemUpserted = io.flow.internal.v0.models.ShrutiDemoItemUpserted;
|
|
28172
28272
|
export declare type ShrutiDemoType = io.flow.internal.v0.enums.ShrutiDemoType;
|
|
28173
28273
|
export declare type SignificanceAction = io.flow.internal.v0.enums.SignificanceAction;
|
|
28174
28274
|
export declare type SimpleAccountReference = io.flow.internal.v0.models.SimpleAccountReference;
|
|
@@ -28239,7 +28339,9 @@ export declare type SvbVirtualCardClearing = io.flow.internal.v0.models.SvbVirtu
|
|
|
28239
28339
|
export declare type SvbVirtualCardClearingDeleted = io.flow.internal.v0.models.SvbVirtualCardClearingDeleted;
|
|
28240
28340
|
export declare type SvbVirtualCardClearingUpserted = io.flow.internal.v0.models.SvbVirtualCardClearingUpserted;
|
|
28241
28341
|
export declare type SvitlanaItem = io.flow.internal.v0.models.SvitlanaItem;
|
|
28342
|
+
export declare type SvitlanaItemDeleted = io.flow.internal.v0.models.SvitlanaItemDeleted;
|
|
28242
28343
|
export declare type SvitlanaItemForm = io.flow.internal.v0.models.SvitlanaItemForm;
|
|
28344
|
+
export declare type SvitlanaItemUpserted = io.flow.internal.v0.models.SvitlanaItemUpserted;
|
|
28243
28345
|
export declare type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
28244
28346
|
export declare type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
28245
28347
|
export declare type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
@@ -28271,6 +28373,7 @@ export declare type TaxTransactionType = io.flow.internal.v0.enums.TaxTransactio
|
|
|
28271
28373
|
export declare type TaxTransactionUpserted = io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
28272
28374
|
export declare type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
|
|
28273
28375
|
export declare type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
|
|
28376
|
+
export declare type TechOnboardingDescription = io.flow.internal.v0.models.TechOnboardingDescription;
|
|
28274
28377
|
export declare type Test = io.flow.internal.v0.models.Test;
|
|
28275
28378
|
export declare type TestForm = io.flow.internal.v0.models.TestForm;
|
|
28276
28379
|
export declare type ThirdPartyLogisticsPartner = io.flow.internal.v0.models.ThirdPartyLogisticsPartner;
|
package/dist/api.d.ts
CHANGED
|
@@ -979,7 +979,7 @@ declare namespace io.flow.shopify.external.v0.enums {
|
|
|
979
979
|
type ShopifyProcessingMethodType = 'checkout' | 'direct' | 'manual' | 'offsite' | 'express';
|
|
980
980
|
type ShopifyTransactionErrorCode = 'incorrect_number' | 'invalid_number' | 'invalid_expiry_date' | 'invalid_cvc' | 'expired_card' | 'incorrect_cvc' | 'incorrect_zip' | 'incorrect_address' | 'card_declined' | 'processing_error' | 'call_issuer' | 'pick_up_card';
|
|
981
981
|
type ShopifyTransactionStatus = 'pending' | 'failure' | 'success' | 'error';
|
|
982
|
-
type Topic = 'carts/create' | 'carts/update' | 'checkouts/create' | 'checkouts/delete' | 'checkouts/update' | 'collections/create' | 'collections/delete' | 'collections/update' | 'customer_groups/create' | 'customer_groups/delete' | 'customer_groups/update' | 'customers/create' | 'customers/delete' | 'customers/disable' | 'customers/enable' | 'customers/update' | 'customers/redact' | 'disputes/create' | 'disputes/update' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'fulfillments/create' | 'fulfillments/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'inventory_levels/connect' | 'inventory_levels/update' | 'inventory_levels/disconnect' | 'locations/create' | 'locations/update' | 'locations/delete' | 'order_transactions/create' | 'orders/cancelled' | 'orders/create' | 'orders/delete' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'products/create' | 'products/delete' | 'products/update' | 'refunds/create' | 'shop/update' | 'shop/redact' | 'themes/create' | 'themes/delete' | 'themes/publish' | 'themes/update';
|
|
982
|
+
type Topic = 'carts/create' | 'carts/update' | 'checkouts/create' | 'checkouts/delete' | 'checkouts/update' | 'collections/create' | 'collections/delete' | 'collections/update' | 'customer_groups/create' | 'customer_groups/delete' | 'customer_groups/update' | 'customers/create' | 'customers/delete' | 'customers/disable' | 'customers/enable' | 'customers/update' | 'customers/redact' | 'disputes/create' | 'disputes/update' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'fulfillments/create' | 'fulfillments/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'inventory_levels/connect' | 'inventory_levels/update' | 'inventory_levels/disconnect' | 'locations/create' | 'locations/update' | 'locations/delete' | 'order_transactions/create' | 'orders/cancelled' | 'orders/create' | 'orders/delete' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'orders/edited' | 'products/create' | 'products/delete' | 'products/update' | 'refunds/create' | 'shop/update' | 'shop/redact' | 'themes/create' | 'themes/delete' | 'themes/publish' | 'themes/update';
|
|
983
983
|
type ValueType = 'string' | 'integer';
|
|
984
984
|
type WeightUnit = 'g' | 'kg' | 'oz' | 'lb';
|
|
985
985
|
}
|
|
@@ -1936,7 +1936,7 @@ declare namespace io.flow.v0.enums {
|
|
|
1936
1936
|
type InvitationErrorCode = 'expired' | 'invalid_email';
|
|
1937
1937
|
type ItemAvailabilityStatus = 'available' | 'low' | 'out_of_stock';
|
|
1938
1938
|
type ItemIdentifier = 'item_number' | 'sku';
|
|
1939
|
-
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'autogenerated';
|
|
1939
|
+
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated';
|
|
1940
1940
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
1941
1941
|
type LaneDirection = 'outbound' | 'return';
|
|
1942
1942
|
type LanePreselectPreference = 'lowest_cost' | 'default_tier';
|
|
@@ -6105,6 +6105,7 @@ declare namespace io.flow.v0.models {
|
|
|
6105
6105
|
readonly number: string;
|
|
6106
6106
|
readonly name: string;
|
|
6107
6107
|
readonly quantity: number;
|
|
6108
|
+
readonly image?: io.flow.v0.models.OrderSummaryImage;
|
|
6108
6109
|
readonly center?: string;
|
|
6109
6110
|
readonly price?: io.flow.v0.models.Money;
|
|
6110
6111
|
readonly discount?: io.flow.v0.models.LocalizedLineItemDiscount;
|
|
@@ -8596,6 +8597,8 @@ declare namespace io.flow.v0.models {
|
|
|
8596
8597
|
readonly delivered_duty?: io.flow.v0.enums.DeliveredDuty;
|
|
8597
8598
|
readonly line_items?: io.flow.v0.models.LineItemForm[];
|
|
8598
8599
|
readonly center_id?: string;
|
|
8600
|
+
readonly taxes_owed?: io.flow.v0.models.Money;
|
|
8601
|
+
readonly duties_owed?: io.flow.v0.models.Money;
|
|
8599
8602
|
}
|
|
8600
8603
|
interface RatecardEstimateSummaryForm {
|
|
8601
8604
|
readonly origin?: string;
|
|
@@ -10575,8 +10578,13 @@ declare namespace io.flow.v0.models {
|
|
|
10575
10578
|
interface TransactionMetadataCarrierCharge {
|
|
10576
10579
|
readonly discriminator: 'carrier_charge';
|
|
10577
10580
|
readonly reason: io.flow.v0.enums.CarrierChargeReason;
|
|
10581
|
+
readonly label_created_at: string;
|
|
10578
10582
|
readonly carrier_id: string;
|
|
10579
10583
|
readonly carrier_tracking_number: string;
|
|
10584
|
+
readonly outbound?: io.flow.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
10585
|
+
}
|
|
10586
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
10587
|
+
readonly transaction_id: string;
|
|
10580
10588
|
}
|
|
10581
10589
|
interface TransactionMetadataChannel {
|
|
10582
10590
|
readonly discriminator: 'channel';
|
|
@@ -12661,6 +12669,7 @@ export declare type TransactionDetails = io.flow.v0.unions.TransactionDetails;
|
|
|
12661
12669
|
export declare type TransactionDetailsCard = io.flow.v0.models.TransactionDetailsCard;
|
|
12662
12670
|
export declare type TransactionMetadata = io.flow.v0.unions.TransactionMetadata;
|
|
12663
12671
|
export declare type TransactionMetadataCarrierCharge = io.flow.v0.models.TransactionMetadataCarrierCharge;
|
|
12672
|
+
export declare type TransactionMetadataCarrierChargeOutbound = io.flow.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
12664
12673
|
export declare type TransactionMetadataChannel = io.flow.v0.models.TransactionMetadataChannel;
|
|
12665
12674
|
export declare type TransactionMetadataChannelCardMetadata = io.flow.v0.models.TransactionMetadataChannelCardMetadata;
|
|
12666
12675
|
export declare type TransactionMetadataChannelCardMetadataIssuerSummary = io.flow.v0.models.TransactionMetadataChannelCardMetadataIssuerSummary;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.84",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "71ee41ffd96a582387a4d438378c1ae949b08c92"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -2408,8 +2408,10 @@ declare namespace io.flow.billing.csv.v0.models {
|
|
|
2408
2408
|
|
|
2409
2409
|
interface BillingCsvTransactionMetadataCarrierCharge {
|
|
2410
2410
|
readonly reason: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
2411
|
+
readonly label_created_at: string;
|
|
2411
2412
|
readonly carrier_id: string;
|
|
2412
2413
|
readonly carrier_tracking_number: string;
|
|
2414
|
+
readonly outbound_transaction_id?: string;
|
|
2413
2415
|
}
|
|
2414
2416
|
|
|
2415
2417
|
interface BillingCsvTransactionMetadataChannel {
|
|
@@ -2434,6 +2436,9 @@ declare namespace io.flow.billing.csv.v0.models {
|
|
|
2434
2436
|
|
|
2435
2437
|
interface BillingCsvTransactionMetadataTrueup {
|
|
2436
2438
|
readonly original: io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
|
|
2439
|
+
readonly label_transaction_id: string;
|
|
2440
|
+
readonly label_invoice_request_id: string;
|
|
2441
|
+
readonly carrier_charge_id: string;
|
|
2437
2442
|
}
|
|
2438
2443
|
|
|
2439
2444
|
interface BillingCsvTransactionOrderSummary {
|
|
@@ -3820,6 +3825,7 @@ declare namespace io.flow.label.v0.enums {
|
|
|
3820
3825
|
| 'bridge_api_sync'
|
|
3821
3826
|
| 'partner_api_sync'
|
|
3822
3827
|
| 'notification_requiring_crossdock'
|
|
3828
|
+
| 'flow_simulation_sync'
|
|
3823
3829
|
| 'autogenerated';
|
|
3824
3830
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
3825
3831
|
type PackageDimensionsSource = 'provided' | 'dimensions_estimated';
|
|
@@ -6379,6 +6385,7 @@ declare namespace io.flow.shopify.external.v0.enums {
|
|
|
6379
6385
|
| 'orders/paid'
|
|
6380
6386
|
| 'orders/partially_fulfilled'
|
|
6381
6387
|
| 'orders/updated'
|
|
6388
|
+
| 'orders/edited'
|
|
6382
6389
|
| 'products/create'
|
|
6383
6390
|
| 'products/delete'
|
|
6384
6391
|
| 'products/update'
|
|
@@ -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 {
|
|
@@ -14980,7 +14999,6 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
14980
14999
|
interface AccountSettingLabelFees {
|
|
14981
15000
|
readonly flow?: io.flow.billing.internal.v0.models.TieredFee;
|
|
14982
15001
|
readonly organization?: io.flow.billing.internal.v0.models.TieredFee;
|
|
14983
|
-
readonly revenue_share?: number;
|
|
14984
15002
|
}
|
|
14985
15003
|
|
|
14986
15004
|
interface AccountSettings {
|
|
@@ -15226,9 +15244,15 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
15226
15244
|
readonly statement?: io.flow.billing.internal.v0.models.BillingStatementReference;
|
|
15227
15245
|
}
|
|
15228
15246
|
|
|
15247
|
+
interface CarrierChargeReference {
|
|
15248
|
+
readonly id: string;
|
|
15249
|
+
}
|
|
15250
|
+
|
|
15229
15251
|
interface CarrierChargeTransaction {
|
|
15230
15252
|
readonly discriminator: 'carrier_charge_transaction';
|
|
15231
15253
|
readonly order: io.flow.billing.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
15254
|
+
readonly label_created_at: string;
|
|
15255
|
+
readonly outbound_carrier_charge_id?: io.flow.billing.internal.v0.models.CarrierChargeReference;
|
|
15232
15256
|
readonly id: string;
|
|
15233
15257
|
readonly type: io.flow.billing.internal.v0.enums.BillingTransactionType;
|
|
15234
15258
|
readonly status: io.flow.billing.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -16287,8 +16311,14 @@ declare namespace io.flow.billing.v0.models {
|
|
|
16287
16311
|
interface TransactionMetadataCarrierCharge {
|
|
16288
16312
|
readonly discriminator: 'carrier_charge';
|
|
16289
16313
|
readonly reason: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
16314
|
+
readonly label_created_at: string;
|
|
16290
16315
|
readonly carrier_id: string;
|
|
16291
16316
|
readonly carrier_tracking_number: string;
|
|
16317
|
+
readonly outbound?: io.flow.billing.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
16318
|
+
}
|
|
16319
|
+
|
|
16320
|
+
interface TransactionMetadataCarrierChargeOutbound {
|
|
16321
|
+
readonly transaction_id: string;
|
|
16292
16322
|
}
|
|
16293
16323
|
|
|
16294
16324
|
interface TransactionMetadataChannel {
|
|
@@ -18168,6 +18198,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18168
18198
|
| 'prr-79e41878ea564f9c81cc432a0e84703f'
|
|
18169
18199
|
| 'prr-f29c26dc09e04536bc77f9c32786ed70'
|
|
18170
18200
|
| 'prr-b186129720f0446eb452a68518437c95';
|
|
18201
|
+
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
18171
18202
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
18172
18203
|
type BillingAllocationKey =
|
|
18173
18204
|
| 'freight_cost'
|
|
@@ -18287,7 +18318,11 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18287
18318
|
| 'percentage_bank_account_updates'
|
|
18288
18319
|
| 'percentage_bank_account_unique_updates'
|
|
18289
18320
|
| 'negative_balance_number_accounts'
|
|
18321
|
+
| 'negative_balance_number_accounts_with_order_in_past_30_days'
|
|
18322
|
+
| 'negative_balance_number_accounts_without_order_in_past_30_days'
|
|
18290
18323
|
| 'negative_balance_total'
|
|
18324
|
+
| 'negative_balance_total_with_order_in_past_30_days'
|
|
18325
|
+
| 'negative_balance_total_without_order_in_past_30_days'
|
|
18291
18326
|
| 'negative_balance_single_account_max';
|
|
18292
18327
|
type BillingStatementAttachmentKey =
|
|
18293
18328
|
| 'invoice'
|
|
@@ -18385,7 +18420,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18385
18420
|
| 'unsupported_subsidized_order'
|
|
18386
18421
|
| 'unsupported_virtual_goods'
|
|
18387
18422
|
| 'non_matching_currencies';
|
|
18388
|
-
type ChannelOrderAcceptanceStatus =
|
|
18423
|
+
type ChannelOrderAcceptanceStatus =
|
|
18424
|
+
| 'accepted'
|
|
18425
|
+
| 'rejected'
|
|
18426
|
+
| 'review'
|
|
18427
|
+
| 'edit_review'
|
|
18428
|
+
| 'edit_accepted';
|
|
18389
18429
|
type ChannelOrderFulfillmentStatusCode =
|
|
18390
18430
|
| 'unfulfilled'
|
|
18391
18431
|
| 'fulfilled'
|
|
@@ -18916,6 +18956,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18916
18956
|
| 'center_defaults_upserted'
|
|
18917
18957
|
| 'center_defaults_deleted'
|
|
18918
18958
|
| 'pregenerated_request_event'
|
|
18959
|
+
| 'quote_upserted'
|
|
18960
|
+
| 'quote_deleted'
|
|
18919
18961
|
| 'all_items_export'
|
|
18920
18962
|
| 'harmonized_items_hs6_export'
|
|
18921
18963
|
| 'unharmonized_items_export'
|
|
@@ -19066,6 +19108,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
19066
19108
|
| 'svb_virtual_card_clearing_deleted'
|
|
19067
19109
|
| 'liability_remittance_plan_upserted'
|
|
19068
19110
|
| 'liability_remittance_plan_deleted'
|
|
19111
|
+
| 'svitlana_item_upserted'
|
|
19112
|
+
| 'svitlana_item_deleted'
|
|
19113
|
+
| 'colm_item_upserted'
|
|
19114
|
+
| 'colm_item_deleted'
|
|
19115
|
+
| 'shruti_demo_item_upserted'
|
|
19116
|
+
| 'shruti_demo_item_deleted'
|
|
19069
19117
|
| 'tracking_label_event_upserted_v2'
|
|
19070
19118
|
| 'tracking_label_event_deleted_v2'
|
|
19071
19119
|
| 'tracking_label_upserted'
|
|
@@ -19657,7 +19705,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19657
19705
|
interface AccountSettingLabelFees {
|
|
19658
19706
|
readonly flow?: io.flow.internal.v0.models.TieredFee;
|
|
19659
19707
|
readonly organization?: io.flow.internal.v0.models.TieredFee;
|
|
19660
|
-
readonly revenue_share?: number;
|
|
19661
19708
|
}
|
|
19662
19709
|
|
|
19663
19710
|
interface AccountSettings {
|
|
@@ -20223,6 +20270,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20223
20270
|
readonly apple_pay_token: string;
|
|
20224
20271
|
}
|
|
20225
20272
|
|
|
20273
|
+
interface ApplyAtValueForm {
|
|
20274
|
+
readonly value: string;
|
|
20275
|
+
}
|
|
20276
|
+
|
|
20226
20277
|
interface AttributeLabel {
|
|
20227
20278
|
readonly value: string;
|
|
20228
20279
|
readonly unverified: boolean;
|
|
@@ -21031,11 +21082,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21031
21082
|
readonly dead?: io.flow.trueup.v0.models.DeadWeight;
|
|
21032
21083
|
readonly dimensional?: io.flow.trueup.v0.models.DimensionalWeight;
|
|
21033
21084
|
readonly attributes?: Record<string, string>;
|
|
21085
|
+
readonly outbound_carrier_charge_id?: string;
|
|
21086
|
+
}
|
|
21087
|
+
|
|
21088
|
+
interface CarrierChargeReference {
|
|
21089
|
+
readonly id: string;
|
|
21034
21090
|
}
|
|
21035
21091
|
|
|
21036
21092
|
interface CarrierChargeTransaction {
|
|
21037
21093
|
readonly discriminator: 'carrier_charge_transaction';
|
|
21038
21094
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
21095
|
+
readonly label_created_at: string;
|
|
21096
|
+
readonly outbound_carrier_charge_id?: io.flow.internal.v0.models.CarrierChargeReference;
|
|
21039
21097
|
readonly id: string;
|
|
21040
21098
|
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
21041
21099
|
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -23825,6 +23883,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23825
23883
|
readonly added_on: string;
|
|
23826
23884
|
}
|
|
23827
23885
|
|
|
23886
|
+
interface ColmItemDeleted {
|
|
23887
|
+
readonly discriminator: 'colm_item_deleted';
|
|
23888
|
+
readonly event_id: string;
|
|
23889
|
+
readonly timestamp: string;
|
|
23890
|
+
readonly id: string;
|
|
23891
|
+
}
|
|
23892
|
+
|
|
23828
23893
|
interface ColmItemForm {
|
|
23829
23894
|
readonly number: string;
|
|
23830
23895
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -23833,6 +23898,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23833
23898
|
readonly added_on: string;
|
|
23834
23899
|
}
|
|
23835
23900
|
|
|
23901
|
+
interface ColmItemUpserted {
|
|
23902
|
+
readonly discriminator: 'colm_item_upserted';
|
|
23903
|
+
readonly event_id: string;
|
|
23904
|
+
readonly timestamp: string;
|
|
23905
|
+
readonly item: io.flow.internal.v0.models.ColmItem;
|
|
23906
|
+
}
|
|
23907
|
+
|
|
23836
23908
|
interface CommercialInvoiceComparison {
|
|
23837
23909
|
readonly urls: string[];
|
|
23838
23910
|
}
|
|
@@ -25691,6 +25763,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25691
25763
|
readonly currency: string;
|
|
25692
25764
|
readonly details_url: string;
|
|
25693
25765
|
readonly provider: io.flow.internal.v0.enums.FraudProvider;
|
|
25766
|
+
readonly apply_at?: string;
|
|
25694
25767
|
}
|
|
25695
25768
|
|
|
25696
25769
|
interface FraudPendingReviewUpserted {
|
|
@@ -28525,6 +28598,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28525
28598
|
readonly shop_id?: string;
|
|
28526
28599
|
readonly legal_name: string;
|
|
28527
28600
|
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
28601
|
+
readonly shop_domain?: string;
|
|
28528
28602
|
}
|
|
28529
28603
|
|
|
28530
28604
|
interface MerchantSubsidies {
|
|
@@ -30093,6 +30167,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
30093
30167
|
readonly snooze_id?: string;
|
|
30094
30168
|
}
|
|
30095
30169
|
|
|
30170
|
+
interface Quote {
|
|
30171
|
+
readonly id: string;
|
|
30172
|
+
readonly base: string;
|
|
30173
|
+
readonly target: string;
|
|
30174
|
+
readonly value: number;
|
|
30175
|
+
readonly effective_at: string;
|
|
30176
|
+
readonly expires_at: string;
|
|
30177
|
+
}
|
|
30178
|
+
|
|
30179
|
+
interface QuoteDeleted {
|
|
30180
|
+
readonly discriminator: 'quote_deleted';
|
|
30181
|
+
readonly event_id: string;
|
|
30182
|
+
readonly timestamp: string;
|
|
30183
|
+
readonly id: string;
|
|
30184
|
+
}
|
|
30185
|
+
|
|
30096
30186
|
interface QuoteRequest {
|
|
30097
30187
|
readonly id: string;
|
|
30098
30188
|
readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
|
|
@@ -30103,6 +30193,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
30103
30193
|
readonly reason?: string;
|
|
30104
30194
|
}
|
|
30105
30195
|
|
|
30196
|
+
interface QuoteUpserted {
|
|
30197
|
+
readonly discriminator: 'quote_upserted';
|
|
30198
|
+
readonly event_id: string;
|
|
30199
|
+
readonly timestamp: string;
|
|
30200
|
+
readonly quote: io.flow.internal.v0.models.Quote;
|
|
30201
|
+
}
|
|
30202
|
+
|
|
30106
30203
|
interface RateAndRuleItem {
|
|
30107
30204
|
readonly item_reference: string;
|
|
30108
30205
|
readonly hs_code: string;
|
|
@@ -31961,6 +32058,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31961
32058
|
readonly added_on: string;
|
|
31962
32059
|
}
|
|
31963
32060
|
|
|
32061
|
+
interface ShrutiDemoItemDeleted {
|
|
32062
|
+
readonly discriminator: 'shruti_demo_item_deleted';
|
|
32063
|
+
readonly event_id: string;
|
|
32064
|
+
readonly timestamp: string;
|
|
32065
|
+
readonly id: string;
|
|
32066
|
+
}
|
|
32067
|
+
|
|
31964
32068
|
interface ShrutiDemoItemForm {
|
|
31965
32069
|
readonly number: string;
|
|
31966
32070
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -31969,6 +32073,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31969
32073
|
readonly added_on: string;
|
|
31970
32074
|
}
|
|
31971
32075
|
|
|
32076
|
+
interface ShrutiDemoItemUpserted {
|
|
32077
|
+
readonly discriminator: 'shruti_demo_item_upserted';
|
|
32078
|
+
readonly event_id: string;
|
|
32079
|
+
readonly timestamp: string;
|
|
32080
|
+
readonly item: io.flow.internal.v0.models.ShrutiDemoItem;
|
|
32081
|
+
}
|
|
32082
|
+
|
|
31972
32083
|
interface SimpleAccountReference {
|
|
31973
32084
|
readonly id: string;
|
|
31974
32085
|
}
|
|
@@ -32426,6 +32537,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32426
32537
|
readonly added_on: string;
|
|
32427
32538
|
}
|
|
32428
32539
|
|
|
32540
|
+
interface SvitlanaItemDeleted {
|
|
32541
|
+
readonly discriminator: 'svitlana_item_deleted';
|
|
32542
|
+
readonly event_id: string;
|
|
32543
|
+
readonly timestamp: string;
|
|
32544
|
+
readonly id: string;
|
|
32545
|
+
}
|
|
32546
|
+
|
|
32429
32547
|
interface SvitlanaItemForm {
|
|
32430
32548
|
readonly number: string;
|
|
32431
32549
|
readonly amount: number;
|
|
@@ -32433,6 +32551,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32433
32551
|
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
32434
32552
|
}
|
|
32435
32553
|
|
|
32554
|
+
interface SvitlanaItemUpserted {
|
|
32555
|
+
readonly discriminator: 'svitlana_item_upserted';
|
|
32556
|
+
readonly event_id: string;
|
|
32557
|
+
readonly timestamp: string;
|
|
32558
|
+
readonly item: io.flow.internal.v0.models.SvitlanaItem;
|
|
32559
|
+
}
|
|
32560
|
+
|
|
32436
32561
|
interface TariffCodeDuty {
|
|
32437
32562
|
readonly tariff_code: string;
|
|
32438
32563
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -32598,6 +32723,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
32598
32723
|
readonly children?: io.flow.internal.v0.models.TaxonomyNode[];
|
|
32599
32724
|
}
|
|
32600
32725
|
|
|
32726
|
+
interface TechOnboardingDescription {
|
|
32727
|
+
readonly description: string;
|
|
32728
|
+
}
|
|
32729
|
+
|
|
32601
32730
|
interface Test {
|
|
32602
32731
|
readonly id: string;
|
|
32603
32732
|
readonly name: string;
|
|
@@ -33734,6 +33863,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
33734
33863
|
| io.flow.internal.v0.models.CenterDefaultsUpserted
|
|
33735
33864
|
| io.flow.internal.v0.models.CenterDefaultsDeleted
|
|
33736
33865
|
| io.flow.internal.v0.models.PregeneratedRequestEvent
|
|
33866
|
+
| io.flow.internal.v0.models.QuoteUpserted
|
|
33867
|
+
| io.flow.internal.v0.models.QuoteDeleted
|
|
33737
33868
|
| io.flow.internal.v0.models.AllItemsExport
|
|
33738
33869
|
| io.flow.internal.v0.models.HarmonizedItemsHs6Export
|
|
33739
33870
|
| io.flow.internal.v0.models.UnharmonizedItemsExport
|
|
@@ -33884,6 +34015,12 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
33884
34015
|
| io.flow.internal.v0.models.SvbVirtualCardClearingDeleted
|
|
33885
34016
|
| io.flow.internal.v0.models.LiabilityRemittancePlanUpserted
|
|
33886
34017
|
| io.flow.internal.v0.models.LiabilityRemittancePlanDeleted
|
|
34018
|
+
| io.flow.internal.v0.models.SvitlanaItemUpserted
|
|
34019
|
+
| io.flow.internal.v0.models.SvitlanaItemDeleted
|
|
34020
|
+
| io.flow.internal.v0.models.ColmItemUpserted
|
|
34021
|
+
| io.flow.internal.v0.models.ColmItemDeleted
|
|
34022
|
+
| io.flow.internal.v0.models.ShrutiDemoItemUpserted
|
|
34023
|
+
| io.flow.internal.v0.models.ShrutiDemoItemDeleted
|
|
33887
34024
|
| io.flow.internal.v0.models.TrackingLabelEventUpsertedV2
|
|
33888
34025
|
| io.flow.internal.v0.models.TrackingLabelEventDeletedV2
|
|
33889
34026
|
| io.flow.internal.v0.models.TrackingLabelUpserted
|
|
@@ -34337,6 +34474,7 @@ export type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
|
34337
34474
|
export type ApmContent = io.flow.internal.v0.models.ApmContent;
|
|
34338
34475
|
export type ApplePayAuthorizationPayload =
|
|
34339
34476
|
io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
34477
|
+
export type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
|
|
34340
34478
|
export type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
|
|
34341
34479
|
export type AuthenticationForm = io.flow.internal.v0.models.AuthenticationForm;
|
|
34342
34480
|
export type AuthorizationBundle =
|
|
@@ -34372,6 +34510,8 @@ export type BankPaymentDeleted = io.flow.internal.v0.models.BankPaymentDeleted;
|
|
|
34372
34510
|
export type BankPaymentDeletedV2 =
|
|
34373
34511
|
io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
34374
34512
|
export type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm;
|
|
34513
|
+
export type BankPaymentPromiseCompletedMethod =
|
|
34514
|
+
io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod;
|
|
34375
34515
|
export type BankPaymentStatusCode =
|
|
34376
34516
|
io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
34377
34517
|
export type BankPaymentStatusForm =
|
|
@@ -34574,6 +34714,8 @@ export type CarrierChargeFormLabel =
|
|
|
34574
34714
|
io.flow.internal.v0.models.CarrierChargeFormLabel;
|
|
34575
34715
|
export type CarrierChargeFormOther =
|
|
34576
34716
|
io.flow.internal.v0.models.CarrierChargeFormOther;
|
|
34717
|
+
export type CarrierChargeReference =
|
|
34718
|
+
io.flow.internal.v0.models.CarrierChargeReference;
|
|
34577
34719
|
export type CarrierChargeTransaction =
|
|
34578
34720
|
io.flow.internal.v0.models.CarrierChargeTransaction;
|
|
34579
34721
|
export type CarrierChargeTransactionType =
|
|
@@ -35801,8 +35943,10 @@ export type ClassifiedProduct = io.flow.internal.v0.models.ClassifiedProduct;
|
|
|
35801
35943
|
export type ClassifiedProductDetail =
|
|
35802
35944
|
io.flow.internal.v0.models.ClassifiedProductDetail;
|
|
35803
35945
|
export type ColmItem = io.flow.internal.v0.models.ColmItem;
|
|
35946
|
+
export type ColmItemDeleted = io.flow.internal.v0.models.ColmItemDeleted;
|
|
35804
35947
|
export type ColmItemForm = io.flow.internal.v0.models.ColmItemForm;
|
|
35805
35948
|
export type ColmItemType = io.flow.internal.v0.enums.ColmItemType;
|
|
35949
|
+
export type ColmItemUpserted = io.flow.internal.v0.models.ColmItemUpserted;
|
|
35806
35950
|
export type CommercialInvoiceComparison =
|
|
35807
35951
|
io.flow.internal.v0.models.CommercialInvoiceComparison;
|
|
35808
35952
|
export type CommercialInvoiceInternal =
|
|
@@ -37358,8 +37502,11 @@ export type ProofOfPostingOrderCombinedShipment =
|
|
|
37358
37502
|
export type ProofOfPostingShippingNotification =
|
|
37359
37503
|
io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
37360
37504
|
export type QueuedRecord = io.flow.internal.v0.models.QueuedRecord;
|
|
37505
|
+
export type Quote = io.flow.internal.v0.models.Quote;
|
|
37506
|
+
export type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
|
|
37361
37507
|
export type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
37362
37508
|
export type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
|
37509
|
+
export type QuoteUpserted = io.flow.internal.v0.models.QuoteUpserted;
|
|
37363
37510
|
export type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
|
|
37364
37511
|
export type RateAndRuleItemForm =
|
|
37365
37512
|
io.flow.internal.v0.models.RateAndRuleItemForm;
|
|
@@ -37866,7 +38013,11 @@ export type ShopperLine = io.flow.internal.v0.models.ShopperLine;
|
|
|
37866
38013
|
export type ShopperLines = io.flow.internal.v0.models.ShopperLines;
|
|
37867
38014
|
export type ShopperSummary = io.flow.internal.v0.models.ShopperSummary;
|
|
37868
38015
|
export type ShrutiDemoItem = io.flow.internal.v0.models.ShrutiDemoItem;
|
|
38016
|
+
export type ShrutiDemoItemDeleted =
|
|
38017
|
+
io.flow.internal.v0.models.ShrutiDemoItemDeleted;
|
|
37869
38018
|
export type ShrutiDemoItemForm = io.flow.internal.v0.models.ShrutiDemoItemForm;
|
|
38019
|
+
export type ShrutiDemoItemUpserted =
|
|
38020
|
+
io.flow.internal.v0.models.ShrutiDemoItemUpserted;
|
|
37870
38021
|
export type ShrutiDemoType = io.flow.internal.v0.enums.ShrutiDemoType;
|
|
37871
38022
|
export type SignificanceAction = io.flow.internal.v0.enums.SignificanceAction;
|
|
37872
38023
|
export type SimpleAccountReference =
|
|
@@ -37981,7 +38132,11 @@ export type SvbVirtualCardClearingDeleted =
|
|
|
37981
38132
|
export type SvbVirtualCardClearingUpserted =
|
|
37982
38133
|
io.flow.internal.v0.models.SvbVirtualCardClearingUpserted;
|
|
37983
38134
|
export type SvitlanaItem = io.flow.internal.v0.models.SvitlanaItem;
|
|
38135
|
+
export type SvitlanaItemDeleted =
|
|
38136
|
+
io.flow.internal.v0.models.SvitlanaItemDeleted;
|
|
37984
38137
|
export type SvitlanaItemForm = io.flow.internal.v0.models.SvitlanaItemForm;
|
|
38138
|
+
export type SvitlanaItemUpserted =
|
|
38139
|
+
io.flow.internal.v0.models.SvitlanaItemUpserted;
|
|
37985
38140
|
export type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
37986
38141
|
export type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
37987
38142
|
export type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
@@ -38026,6 +38181,8 @@ export type TaxTransactionUpserted =
|
|
|
38026
38181
|
io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
38027
38182
|
export type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
|
|
38028
38183
|
export type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
|
|
38184
|
+
export type TechOnboardingDescription =
|
|
38185
|
+
io.flow.internal.v0.models.TechOnboardingDescription;
|
|
38029
38186
|
export type Test = io.flow.internal.v0.models.Test;
|
|
38030
38187
|
export type TestForm = io.flow.internal.v0.models.TestForm;
|
|
38031
38188
|
export type ThirdPartyLogisticsPartner =
|
package/src/api.ts
CHANGED
|
@@ -1467,6 +1467,7 @@ declare namespace io.flow.shopify.external.v0.enums {
|
|
|
1467
1467
|
| 'orders/paid'
|
|
1468
1468
|
| 'orders/partially_fulfilled'
|
|
1469
1469
|
| 'orders/updated'
|
|
1470
|
+
| 'orders/edited'
|
|
1470
1471
|
| 'products/create'
|
|
1471
1472
|
| 'products/delete'
|
|
1472
1473
|
| 'products/update'
|
|
@@ -2985,6 +2986,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2985
2986
|
| 'bridge_api_sync'
|
|
2986
2987
|
| 'partner_api_sync'
|
|
2987
2988
|
| 'notification_requiring_crossdock'
|
|
2989
|
+
| 'flow_simulation_sync'
|
|
2988
2990
|
| 'autogenerated';
|
|
2989
2991
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
2990
2992
|
type LaneDirection = 'outbound' | 'return';
|
|
@@ -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 =
|