@flowio/types 11.24.104 → 11.24.106
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 +269 -38
- package/dist/api.d.ts +1948 -268
- package/package.json +2 -2
- package/src/api-internal.ts +359 -47
- package/src/api.ts +2565 -343
package/dist/api-internal.d.ts
CHANGED
|
@@ -2089,6 +2089,11 @@ declare namespace io.flow.payment.v0.models {
|
|
|
2089
2089
|
readonly eci?: string;
|
|
2090
2090
|
readonly liability_sift?: boolean;
|
|
2091
2091
|
readonly version?: string;
|
|
2092
|
+
readonly authenticated?: boolean;
|
|
2093
|
+
readonly authenticated_result?: string;
|
|
2094
|
+
readonly offered?: boolean;
|
|
2095
|
+
readonly offered_result?: string;
|
|
2096
|
+
readonly sca_exemption?: string;
|
|
2092
2097
|
}
|
|
2093
2098
|
interface ThreedsChallengeActionDetails {
|
|
2094
2099
|
readonly discriminator: 'threeds_challenge_action_details';
|
|
@@ -3364,6 +3369,7 @@ declare namespace io.flow.label.v0.enums {
|
|
|
3364
3369
|
type Direction = 'outbound' | 'return';
|
|
3365
3370
|
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';
|
|
3366
3371
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
3372
|
+
type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
|
|
3367
3373
|
type PackageDimensionsSource = 'provided' | 'item_dimensions_estimated' | 'dimensions_estimated' | 'default_item_dimensions_estimated';
|
|
3368
3374
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
3369
3375
|
type TrackingNumberType = 'flow' | 'carrier';
|
|
@@ -3390,6 +3396,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
3390
3396
|
readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
3391
3397
|
readonly direction?: io.flow.label.v0.enums.Direction;
|
|
3392
3398
|
readonly reference_id?: string;
|
|
3399
|
+
readonly origin_location_source?: io.flow.label.v0.enums.OriginLocationSource;
|
|
3393
3400
|
readonly hub_code?: string;
|
|
3394
3401
|
}
|
|
3395
3402
|
interface CrossdockShipment {
|
|
@@ -3411,6 +3418,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
3411
3418
|
readonly service?: string;
|
|
3412
3419
|
readonly shipment_recipient?: io.flow.label.v0.enums.ShipmentRecipient;
|
|
3413
3420
|
readonly package_dimensions_source?: io.flow.label.v0.enums.PackageDimensionsSource;
|
|
3421
|
+
readonly origin_location_source?: io.flow.label.v0.enums.OriginLocationSource;
|
|
3414
3422
|
readonly reference_id?: string;
|
|
3415
3423
|
}
|
|
3416
3424
|
interface DetailedShippingNotificationForm {
|
|
@@ -4396,6 +4404,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4396
4404
|
readonly inventory_item_id: number;
|
|
4397
4405
|
readonly shopify_shop_id: number;
|
|
4398
4406
|
readonly shopify_inventory_item: io.flow.shopify.external.v0.models.ShopifyInventoryItemSummary;
|
|
4407
|
+
readonly deleted_at?: string;
|
|
4399
4408
|
}
|
|
4400
4409
|
interface MarketsOrder {
|
|
4401
4410
|
readonly shopify_order: io.flow.shopify.markets.v0.models.ShopifyOrder;
|
|
@@ -4555,6 +4564,7 @@ declare namespace io.flow.adyen.v0.enums {
|
|
|
4555
4564
|
type DisputeStatus = 'Accepted' | 'Expired' | 'Lost' | 'Pending' | 'Responded' | 'Undefended' | 'Unresponded' | 'Won';
|
|
4556
4565
|
type EventCode = 'AUTHORISATION' | 'CANCELLATION' | 'REFUND' | 'CANCEL_OR_REFUND' | 'CAPTURE' | 'CAPTURE_FAILED' | 'REFUND_FAILED' | 'REFUNDED_REVERSED' | 'PAIDOUT_REVERSED' | 'REQUEST_FOR_INFORMATION' | 'CHARGEBACK' | 'CHARGEBACK_REVERSED' | 'NOTIFICATION_OF_CHARGEBACK' | 'NOTIFICATION_OF_FRAUD' | 'MANUAL_REVIEW_ACCEPT' | 'MANUAL_REVIEW_REJECT' | 'RECURRING_CONTRACT' | 'PAYOUT_EXPIRE' | 'PAYOUT_DECLINE' | 'PAYOUT_THIRDPARTY' | 'REFUND_WITH_DATA' | 'AUTHORISE_REFERRAL' | 'EXPIRE' | 'FRAUD_ONLY' | 'FUND_TRANSFER' | 'HANDLED_EXTERNALLY' | 'OFFER_CLOSED' | 'ORDER_OPENED' | 'ORDER_CLOSED' | 'PENDING' | 'PROCESS_RETRY' | 'REPORT_AVAILABLE' | 'SECOND_CHARGEBACK' | 'PREARBITRATION_WON' | 'PREARBITRATION_LOST' | 'INFORMATION_SUPPLIED' | 'DISPUTE_DEFENSE_PERIOD_ENDED' | 'ISSUER_RESPONSE_TIMEFRAME_EXPIRED';
|
|
4557
4566
|
type HttpRedirectMethod = 'GET' | 'POST';
|
|
4567
|
+
type LifecycleStage = 'INQUIRY' | 'CHARGEBACK';
|
|
4558
4568
|
type Operation = 'cancel' | 'capture' | 'refund';
|
|
4559
4569
|
type PaymentMethod = 'ach' | 'alipay' | 'alipay_hk' | 'alipay_wap' | 'amex' | 'bankTransfer_IBAN' | 'bcmc' | 'bcmc_mobile' | 'blik' | 'cartebancaire' | 'cup' | 'diners' | 'directEbanking' | 'discover' | 'dotpay' | 'dragonpay_ebanking' | 'dragonpay_gcash' | 'dragonpay_otc_banking' | 'ebanking_FI' | 'gcash' | 'giropay' | 'grabpay_MY' | 'grabpay_PH' | 'grabpay_SG' | 'ideal' | 'interac' | 'jcb' | 'kakaopay' | 'kcp_banktransfer' | 'kcp_creditcard' | 'kcp_payco' | 'maestro' | 'mbway' | 'mc' | 'mobilepay' | 'molpay_points' | 'multibanco' | 'onlineBanking_PL' | 'paywithgoogle' | 'qiwiwallet' | 'sepadirectdebit' | 'trustly' | 'trustpay' | 'twint' | 'unionpay' | 'vipps' | 'visa' | 'wechatpay' | 'unknowncard';
|
|
4560
4570
|
type RecurringProcessingModel = 'Subscription' | 'CardOnFile' | 'UnscheduledCardOnFile';
|
|
@@ -4721,6 +4731,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4721
4731
|
readonly paymentMethod?: io.flow.adyen.v0.enums.PaymentMethod;
|
|
4722
4732
|
readonly reason?: string;
|
|
4723
4733
|
readonly success: string;
|
|
4734
|
+
readonly lifecycleStage?: io.flow.adyen.v0.enums.LifecycleStage;
|
|
4724
4735
|
}
|
|
4725
4736
|
interface ModificationRequest {
|
|
4726
4737
|
readonly merchantAccount: string;
|
|
@@ -6733,6 +6744,14 @@ declare namespace io.flow.partner.v0.models {
|
|
|
6733
6744
|
interface PartnerOrganizationReference {
|
|
6734
6745
|
readonly id: string;
|
|
6735
6746
|
}
|
|
6747
|
+
interface PartnerTrackingSubscription {
|
|
6748
|
+
readonly id: string;
|
|
6749
|
+
readonly carrier_tracking_number: string;
|
|
6750
|
+
readonly carrier_id: string;
|
|
6751
|
+
readonly source: string;
|
|
6752
|
+
readonly reference_key: string;
|
|
6753
|
+
readonly created_at: string;
|
|
6754
|
+
}
|
|
6736
6755
|
interface SummaryLabelForm {
|
|
6737
6756
|
readonly discriminator: 'summary_label_form';
|
|
6738
6757
|
readonly organization: string;
|
|
@@ -6756,7 +6775,7 @@ declare namespace io.flow.common.v0.enums {
|
|
|
6756
6775
|
type DayOfWeek = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday';
|
|
6757
6776
|
type DeliveredDuty = 'paid' | 'unpaid';
|
|
6758
6777
|
type DiscountTarget = 'item' | 'shipping';
|
|
6759
|
-
type EntityIdentifierType = 'ioss' | 'voec';
|
|
6778
|
+
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
6760
6779
|
type Environment = 'sandbox' | 'production';
|
|
6761
6780
|
type ExceptionType = 'open' | 'closed';
|
|
6762
6781
|
type GoodsSupply = 'export' | 'intra_community' | 'local';
|
|
@@ -12100,10 +12119,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12100
12119
|
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
12101
12120
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
12102
12121
|
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';
|
|
12103
|
-
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'accounts_with_final_statements_count' | 'accounts_with_final_statements_pending_transaction_count' | 'accounts_with_final_statements_pending_transaction_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate';
|
|
12122
|
+
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'accounts_with_final_statements_count' | 'accounts_with_final_statements_pending_transaction_count' | 'accounts_with_final_statements_pending_transaction_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio';
|
|
12104
12123
|
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';
|
|
12105
12124
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
12106
|
-
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'tax_refund';
|
|
12125
|
+
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'tax_refund' | 'duty_refund';
|
|
12107
12126
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
12108
12127
|
type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis' | 'dtce_merged_with_tax' | 'dtce_with_inclusive_pricing';
|
|
12109
12128
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
@@ -12170,7 +12189,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12170
12189
|
type EldarItemType = 'digital' | 'physical';
|
|
12171
12190
|
type EmptyAttribute = 'irrelevant';
|
|
12172
12191
|
type ErpFileType = 'vendor';
|
|
12173
|
-
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'eldar_item_upserted' | 'eldar_item_deleted' | 'harinath_item_upserted' | 'harinath_item_deleted' | 'konstantin_item_upserted' | 'konstantin_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'michaelyan_item_upserted' | 'michaelyan_item_deleted' | 'miljenko_item_upserted' | 'miljenko_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_item_deleted' | 'thiago_item_upserted' | 'thiago_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
12192
|
+
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'eldar_item_upserted' | 'eldar_item_deleted' | 'harinath_item_upserted' | 'harinath_item_deleted' | 'konstantin_item_upserted' | 'konstantin_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'michaelyan_item_upserted' | 'michaelyan_item_deleted' | 'miljenko_item_upserted' | 'miljenko_item_deleted' | 'sanjay_item_upserted' | 'sanjay_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_item_deleted' | 'thiago_item_upserted' | 'thiago_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
12174
12193
|
type ExperienceImportType = 'experience_with_settings';
|
|
12175
12194
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
12176
12195
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -12192,8 +12211,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12192
12211
|
type HarinathItemType = 'digital' | 'physical';
|
|
12193
12212
|
type HarmonizationDecisionSource = 'human' | 'legacy_model' | 'enterprise_model';
|
|
12194
12213
|
type HttpMethod = 'get' | 'post';
|
|
12195
|
-
type InventoryCheckService = 'sfcc' | 'gymboree';
|
|
12196
|
-
type InventoryReservation = 'synchronous-on-submit';
|
|
12197
12214
|
type ItemClassificationAction = 'ACCEPT' | 'MANUAL' | 'REJECT';
|
|
12198
12215
|
type ItemClassificationStatus = 'unknown' | 'manual' | 'manually_accepted' | 'manually_overridden' | 'automatically_accepted' | 'pending';
|
|
12199
12216
|
type ItemHarmonizationStatus = 'waiting_for_classification' | 'classified' | 'non_classifiable_not_enough_information' | 'exempt';
|
|
@@ -12212,7 +12229,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12212
12229
|
type LogisticsCapability = 'logistics_address_correction';
|
|
12213
12230
|
type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
|
|
12214
12231
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
12215
|
-
type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure';
|
|
12232
|
+
type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure' | 'non_fraud_chargeback';
|
|
12216
12233
|
type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
|
|
12217
12234
|
type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
|
|
12218
12235
|
type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
|
|
@@ -12280,7 +12297,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12280
12297
|
type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
|
|
12281
12298
|
type ReportPaymentType = 'credit' | 'debit';
|
|
12282
12299
|
type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
|
|
12283
|
-
type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record';
|
|
12300
|
+
type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record' | 'disputes';
|
|
12284
12301
|
type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
|
|
12285
12302
|
type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
|
|
12286
12303
|
type ResponsibleParty = 'flow' | 'organization';
|
|
@@ -12291,7 +12308,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12291
12308
|
type RevenueType = 'mor' | 'fx' | 'duty_assurance';
|
|
12292
12309
|
type RiskCheck = 'three_d_secure';
|
|
12293
12310
|
type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
|
|
12294
|
-
type
|
|
12311
|
+
type SanjayItemType = 'digital' | 'physical';
|
|
12295
12312
|
type ServiceName = 'catalog' | 'demandware' | 'metric';
|
|
12296
12313
|
type SessionCountryStatus = 'enabled' | 'disabled';
|
|
12297
12314
|
type ShopifyCheckInventoryErrorCode = 'inventory_out_of_stock';
|
|
@@ -12498,6 +12515,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12498
12515
|
readonly transfers: io.flow.common.v0.models.Price;
|
|
12499
12516
|
readonly balance: io.flow.common.v0.models.Price;
|
|
12500
12517
|
readonly pending: io.flow.common.v0.models.Price;
|
|
12518
|
+
readonly additional_balances?: io.flow.internal.v0.models.AccountStatisticsAdditionalBalances;
|
|
12519
|
+
}
|
|
12520
|
+
interface AccountStatisticsAdditionalBalances {
|
|
12521
|
+
readonly on_hold: io.flow.common.v0.models.Price;
|
|
12501
12522
|
}
|
|
12502
12523
|
interface AccountSummary {
|
|
12503
12524
|
readonly id: string;
|
|
@@ -13554,6 +13575,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13554
13575
|
readonly organization: string;
|
|
13555
13576
|
readonly calculator_organization_settings: io.flow.internal.v0.models.CalculatorOrganizationSettings;
|
|
13556
13577
|
}
|
|
13578
|
+
interface CallRecord {
|
|
13579
|
+
readonly id: string;
|
|
13580
|
+
readonly request_body?: string;
|
|
13581
|
+
}
|
|
13557
13582
|
interface CarrierAccount {
|
|
13558
13583
|
readonly id: string;
|
|
13559
13584
|
readonly carrier: io.flow.fulfillment.v0.models.CarrierReference;
|
|
@@ -13776,6 +13801,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13776
13801
|
readonly id: string;
|
|
13777
13802
|
readonly packaging: io.flow.fulfillment.v0.models.Packaging[];
|
|
13778
13803
|
readonly shipping_address_contact: io.flow.common.v0.models.Contact;
|
|
13804
|
+
readonly location_fallback?: io.flow.common.v0.models.Address;
|
|
13779
13805
|
}
|
|
13780
13806
|
interface CenterDefaultsDeleted {
|
|
13781
13807
|
readonly discriminator: 'center_defaults_deleted';
|
|
@@ -13787,6 +13813,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13787
13813
|
interface CenterDefaultsForm {
|
|
13788
13814
|
readonly packaging: io.flow.fulfillment.v0.models.Packaging[];
|
|
13789
13815
|
readonly shipping_address_contact: io.flow.common.v0.models.Contact;
|
|
13816
|
+
readonly location_fallback?: io.flow.common.v0.models.Address;
|
|
13790
13817
|
}
|
|
13791
13818
|
interface CenterDefaultsUpserted {
|
|
13792
13819
|
readonly discriminator: 'center_defaults_upserted';
|
|
@@ -15220,6 +15247,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15220
15247
|
readonly category?: io.flow.internal.v0.enums.DisputeCategory;
|
|
15221
15248
|
readonly status?: io.flow.internal.v0.enums.DisputeStatus;
|
|
15222
15249
|
}
|
|
15250
|
+
interface DisputeRecord {
|
|
15251
|
+
readonly id: string;
|
|
15252
|
+
readonly organization: io.flow.internal.v0.models.ReportingOrganizationSummary;
|
|
15253
|
+
readonly order: io.flow.internal.v0.models.ReportingOrderSummary;
|
|
15254
|
+
readonly status: io.flow.internal.v0.enums.DisputeStatus;
|
|
15255
|
+
readonly processor: io.flow.internal.v0.enums.DisputeProcessor;
|
|
15256
|
+
readonly reporting_category?: io.flow.internal.v0.enums.DisputeReportingCategory;
|
|
15257
|
+
readonly defense_outcome?: io.flow.internal.v0.enums.DisputeDefenseOutcome;
|
|
15258
|
+
readonly chargeback_amount: io.flow.common.v0.models.MoneyWithBase;
|
|
15259
|
+
}
|
|
15223
15260
|
interface DisputeStatusForm {
|
|
15224
15261
|
readonly status: io.flow.internal.v0.enums.DisputeStatus;
|
|
15225
15262
|
}
|
|
@@ -16187,6 +16224,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16187
16224
|
readonly payment_authorization_id?: string;
|
|
16188
16225
|
readonly decline_reason?: io.flow.internal.v0.unions.DeclineReason;
|
|
16189
16226
|
readonly created_at?: string;
|
|
16227
|
+
readonly has_provider_link?: boolean;
|
|
16190
16228
|
}
|
|
16191
16229
|
interface FraudReviewAuthorization {
|
|
16192
16230
|
readonly id: string;
|
|
@@ -16204,6 +16242,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16204
16242
|
readonly payment_authorization_id?: string;
|
|
16205
16243
|
readonly decline_reason?: io.flow.internal.v0.unions.DeclineReason;
|
|
16206
16244
|
readonly created_at?: string;
|
|
16245
|
+
readonly has_provider_link?: boolean;
|
|
16207
16246
|
}
|
|
16208
16247
|
interface FraudReviewAuthorizationDecision {
|
|
16209
16248
|
readonly id: string;
|
|
@@ -16914,17 +16953,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16914
16953
|
readonly inventory_item_id: number;
|
|
16915
16954
|
readonly shopify_shop_id: number;
|
|
16916
16955
|
readonly shopify_inventory_item: io.flow.shopify.external.v0.models.ShopifyInventoryItemSummary;
|
|
16917
|
-
|
|
16918
|
-
interface InventoryOrganizationSettings {
|
|
16919
|
-
readonly id: string;
|
|
16920
|
-
readonly inventory_reservation: io.flow.internal.v0.enums.InventoryReservation;
|
|
16921
|
-
readonly inventory_check_service: io.flow.internal.v0.enums.InventoryCheckService;
|
|
16922
|
-
readonly inventory_check_service_root_url?: string;
|
|
16923
|
-
}
|
|
16924
|
-
interface InventoryOrganizationSettingsForm {
|
|
16925
|
-
readonly inventory_reservation: io.flow.internal.v0.enums.InventoryReservation;
|
|
16926
|
-
readonly inventory_check_service: io.flow.internal.v0.enums.InventoryCheckService;
|
|
16927
|
-
readonly inventory_check_service_root_url?: string;
|
|
16956
|
+
readonly deleted_at?: string;
|
|
16928
16957
|
}
|
|
16929
16958
|
interface Invoice {
|
|
16930
16959
|
readonly id: string;
|
|
@@ -18375,8 +18404,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18375
18404
|
}
|
|
18376
18405
|
interface NegativeDebitMetrics {
|
|
18377
18406
|
readonly current_attempt: io.flow.internal.v0.models.AttemptStatistics;
|
|
18407
|
+
readonly first_attempt: io.flow.internal.v0.models.AttemptStatistics;
|
|
18378
18408
|
readonly second_attempt: io.flow.internal.v0.models.AttemptStatistics;
|
|
18379
18409
|
readonly third_attempt: io.flow.internal.v0.models.AttemptStatistics;
|
|
18410
|
+
readonly forth_plus_attempts: io.flow.internal.v0.models.AttemptStatistics;
|
|
18380
18411
|
}
|
|
18381
18412
|
interface NextBillingStatement {
|
|
18382
18413
|
readonly date: string;
|
|
@@ -19023,6 +19054,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19023
19054
|
readonly product_count: number;
|
|
19024
19055
|
readonly restricted_product_count: number;
|
|
19025
19056
|
readonly last_order_submitted_at?: string;
|
|
19057
|
+
readonly matching_positive_keywords: string[];
|
|
19058
|
+
readonly product_categories: string[];
|
|
19026
19059
|
}
|
|
19027
19060
|
interface OrganizationMetadataDeleted {
|
|
19028
19061
|
readonly discriminator: 'organization_metadata_deleted';
|
|
@@ -19369,11 +19402,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19369
19402
|
readonly organization: string;
|
|
19370
19403
|
readonly partner_organization_settings: io.flow.internal.v0.models.PartnerOrganizationSettings;
|
|
19371
19404
|
}
|
|
19372
|
-
interface
|
|
19405
|
+
interface PartnerTrackingSubscriptionDeleted {
|
|
19406
|
+
readonly discriminator: 'partner_tracking_subscription_deleted';
|
|
19407
|
+
readonly event_id: string;
|
|
19408
|
+
readonly timestamp: string;
|
|
19373
19409
|
readonly id: string;
|
|
19374
|
-
|
|
19375
|
-
|
|
19376
|
-
readonly
|
|
19410
|
+
}
|
|
19411
|
+
interface PartnerTrackingSubscriptionUpserted {
|
|
19412
|
+
readonly discriminator: 'partner_tracking_subscription_upserted';
|
|
19413
|
+
readonly event_id: string;
|
|
19414
|
+
readonly timestamp: string;
|
|
19415
|
+
readonly partner_tracking_subscription: io.flow.partner.v0.models.PartnerTrackingSubscription;
|
|
19377
19416
|
}
|
|
19378
19417
|
interface Passphrase {
|
|
19379
19418
|
readonly id: string;
|
|
@@ -19516,6 +19555,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19516
19555
|
readonly payment_id: string;
|
|
19517
19556
|
readonly payer_id: string;
|
|
19518
19557
|
}
|
|
19558
|
+
interface PaypalDisputeDeleted {
|
|
19559
|
+
readonly discriminator: 'paypal_dispute_deleted';
|
|
19560
|
+
readonly event_id: string;
|
|
19561
|
+
readonly timestamp: string;
|
|
19562
|
+
readonly id: string;
|
|
19563
|
+
}
|
|
19564
|
+
interface PaypalDisputeUpserted {
|
|
19565
|
+
readonly discriminator: 'paypal_dispute_upserted';
|
|
19566
|
+
readonly event_id: string;
|
|
19567
|
+
readonly timestamp: string;
|
|
19568
|
+
readonly dispute: io.flow.internal.v0.models.PaypalInternalDispute;
|
|
19569
|
+
}
|
|
19519
19570
|
interface PaypalExecutionDeleted {
|
|
19520
19571
|
readonly discriminator: 'paypal_execution_deleted';
|
|
19521
19572
|
readonly event_id: string;
|
|
@@ -19528,6 +19579,46 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19528
19579
|
readonly timestamp: string;
|
|
19529
19580
|
readonly execution: io.flow.internal.v0.models.PaypalInternalExecution;
|
|
19530
19581
|
}
|
|
19582
|
+
interface PaypalInternalDispute {
|
|
19583
|
+
readonly id: string;
|
|
19584
|
+
readonly dispute_id: string;
|
|
19585
|
+
readonly create_time: string;
|
|
19586
|
+
readonly update_time: string;
|
|
19587
|
+
readonly buyer_transaction_id?: string;
|
|
19588
|
+
readonly seller_transaction_id?: string;
|
|
19589
|
+
readonly transaction_reference_id?: string;
|
|
19590
|
+
readonly transaction_create_time?: string;
|
|
19591
|
+
readonly transaction_status?: string;
|
|
19592
|
+
readonly transaction_gross_amount?: string;
|
|
19593
|
+
readonly transaction_gross_currency?: string;
|
|
19594
|
+
readonly transaction_invoice_number?: string;
|
|
19595
|
+
readonly transaction_custom?: string;
|
|
19596
|
+
readonly buyer_name?: string;
|
|
19597
|
+
readonly seller_merchant_id?: string;
|
|
19598
|
+
readonly seller_merchant_name?: string;
|
|
19599
|
+
readonly items?: any[];
|
|
19600
|
+
readonly other_disputed_transactions?: any[];
|
|
19601
|
+
readonly reason: string;
|
|
19602
|
+
readonly status: string;
|
|
19603
|
+
readonly dispute_amount: string;
|
|
19604
|
+
readonly dispute_currency: string;
|
|
19605
|
+
readonly dispute_outcome_code?: string;
|
|
19606
|
+
readonly dispute_outcome_amount_refunded?: string;
|
|
19607
|
+
readonly dispute_outcome_currency?: string;
|
|
19608
|
+
readonly dispute_life_cycle_stage: string;
|
|
19609
|
+
readonly dispute_channel: string;
|
|
19610
|
+
readonly messages?: any[];
|
|
19611
|
+
readonly evidences?: any[];
|
|
19612
|
+
readonly buyer_response_due_date?: string;
|
|
19613
|
+
readonly seller_response_due_date?: string;
|
|
19614
|
+
readonly offer?: any;
|
|
19615
|
+
readonly communication_details?: any;
|
|
19616
|
+
readonly links?: any[];
|
|
19617
|
+
readonly previous_status?: string;
|
|
19618
|
+
readonly updated_by_user_id: string;
|
|
19619
|
+
readonly created_at: string;
|
|
19620
|
+
readonly updated_at: string;
|
|
19621
|
+
}
|
|
19531
19622
|
interface PaypalInternalExecution {
|
|
19532
19623
|
readonly id: string;
|
|
19533
19624
|
readonly currency: string;
|
|
@@ -20470,6 +20561,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20470
20561
|
readonly from?: string;
|
|
20471
20562
|
readonly to?: string;
|
|
20472
20563
|
readonly payment_type?: io.flow.internal.v0.enums.ReportPaymentType;
|
|
20564
|
+
readonly organizations?: io.flow.internal.v0.models.ReportOrganizationReference[];
|
|
20473
20565
|
readonly orders?: io.flow.internal.v0.models.ReportOrderReference[];
|
|
20474
20566
|
readonly recipients?: string[];
|
|
20475
20567
|
}
|
|
@@ -20480,6 +20572,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20480
20572
|
readonly organization_id: string;
|
|
20481
20573
|
readonly order_number: string;
|
|
20482
20574
|
}
|
|
20575
|
+
interface ReportOrganizationReference {
|
|
20576
|
+
readonly organization_id: string;
|
|
20577
|
+
}
|
|
20483
20578
|
interface ReportOwner {
|
|
20484
20579
|
readonly name: string;
|
|
20485
20580
|
}
|
|
@@ -20507,7 +20602,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20507
20602
|
interface ReportingConversionRates {
|
|
20508
20603
|
readonly merchant: number;
|
|
20509
20604
|
readonly entity: number;
|
|
20510
|
-
readonly destination_country
|
|
20605
|
+
readonly destination_country?: number;
|
|
20511
20606
|
readonly usd: number;
|
|
20512
20607
|
readonly eur: number;
|
|
20513
20608
|
}
|
|
@@ -20544,9 +20639,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20544
20639
|
readonly sales_records?: any[];
|
|
20545
20640
|
readonly refund_records?: any[];
|
|
20546
20641
|
}
|
|
20547
|
-
interface ReportingEntity {
|
|
20548
|
-
readonly id: string;
|
|
20549
|
-
}
|
|
20550
20642
|
interface ReportingFulfillment {
|
|
20551
20643
|
readonly id: string;
|
|
20552
20644
|
readonly sequence_number: number;
|
|
@@ -20622,12 +20714,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20622
20714
|
readonly discount?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20623
20715
|
readonly total?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20624
20716
|
readonly tax_refund?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20717
|
+
readonly duty_refund?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20625
20718
|
}
|
|
20626
20719
|
interface ReportingMonetaryValue {
|
|
20627
20720
|
readonly transaction: number;
|
|
20628
20721
|
readonly merchant: number;
|
|
20629
20722
|
readonly entity: number;
|
|
20630
|
-
readonly destination_country
|
|
20723
|
+
readonly destination_country?: number;
|
|
20631
20724
|
readonly usd: number;
|
|
20632
20725
|
readonly eur: number;
|
|
20633
20726
|
}
|
|
@@ -20908,6 +21001,32 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20908
21001
|
readonly status: io.flow.internal.v0.enums.RestrictionStatus;
|
|
20909
21002
|
readonly count: number;
|
|
20910
21003
|
}
|
|
21004
|
+
interface RestrictionsDailyops {
|
|
21005
|
+
readonly id: string;
|
|
21006
|
+
readonly report_date: string;
|
|
21007
|
+
readonly num_orgs_setup_complete_with_pvs: number;
|
|
21008
|
+
readonly num_products_setup_complete_with_pvs: number;
|
|
21009
|
+
readonly num_orgs_transacting_with_pvs: number;
|
|
21010
|
+
readonly num_products_transacting_with_pvs: number;
|
|
21011
|
+
readonly oldest_pv_product_date_setup_complete: string;
|
|
21012
|
+
readonly oldest_pv_product_date_transacting: string;
|
|
21013
|
+
readonly num_orgs_setup_complete_prs: number;
|
|
21014
|
+
readonly num_products_setup_complete_prs: number;
|
|
21015
|
+
readonly num_orgs_transacting_prs: number;
|
|
21016
|
+
readonly num_products_transacting_prs: number;
|
|
21017
|
+
readonly oldest_pr_product_date_setup_complete: string;
|
|
21018
|
+
readonly oldest_pr_date_transacting: string;
|
|
21019
|
+
readonly percent_products_reviewed_transacting: number;
|
|
21020
|
+
readonly num_pv_inflow_net_new: number;
|
|
21021
|
+
readonly num_pv_outflow_human_decisions: number;
|
|
21022
|
+
readonly num_pv_outflow_auto_review_decisions: number;
|
|
21023
|
+
readonly num_pv_outflow_side_effect_decisions: number;
|
|
21024
|
+
readonly num_pr_inflow_net_new: number;
|
|
21025
|
+
readonly num_pr_outflow_human_decisions: number;
|
|
21026
|
+
readonly num_pr_outflow_auto_review_decisions: number;
|
|
21027
|
+
readonly num_pr_outflow_side_effect_decisions: number;
|
|
21028
|
+
readonly num_pending_decisions_transacting: number;
|
|
21029
|
+
}
|
|
20911
21030
|
interface ResyncByDestinations {
|
|
20912
21031
|
readonly destinations: io.flow.reference.v0.models.Country[];
|
|
20913
21032
|
}
|
|
@@ -20991,7 +21110,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20991
21110
|
readonly parent?: io.flow.internal.v0.models.RecordReference;
|
|
20992
21111
|
readonly type: io.flow.internal.v0.enums.RevenueRecordType;
|
|
20993
21112
|
readonly order: io.flow.internal.v0.models.ReportingOrderSummary;
|
|
20994
|
-
readonly entity: io.flow.internal.v0.models.ReportingEntity;
|
|
20995
21113
|
readonly vendor: io.flow.internal.v0.models.ReportingVendor;
|
|
20996
21114
|
readonly currencies: io.flow.internal.v0.models.ReportingCurrencies;
|
|
20997
21115
|
readonly conversion_rate: io.flow.internal.v0.models.ReportingConversionRates;
|
|
@@ -21041,6 +21159,33 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21041
21159
|
interface SandboxSetupForm {
|
|
21042
21160
|
readonly requested_by: string;
|
|
21043
21161
|
}
|
|
21162
|
+
interface SanjayItem {
|
|
21163
|
+
readonly id: string;
|
|
21164
|
+
readonly number: string;
|
|
21165
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
21166
|
+
readonly description?: string;
|
|
21167
|
+
readonly type: io.flow.internal.v0.enums.SanjayItemType;
|
|
21168
|
+
readonly added_on: string;
|
|
21169
|
+
}
|
|
21170
|
+
interface SanjayItemDeleted {
|
|
21171
|
+
readonly discriminator: 'sanjay_item_deleted';
|
|
21172
|
+
readonly event_id: string;
|
|
21173
|
+
readonly timestamp: string;
|
|
21174
|
+
readonly id: string;
|
|
21175
|
+
}
|
|
21176
|
+
interface SanjayItemForm {
|
|
21177
|
+
readonly number: string;
|
|
21178
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
21179
|
+
readonly description?: string;
|
|
21180
|
+
readonly type: io.flow.internal.v0.enums.SanjayItemType;
|
|
21181
|
+
readonly added_on: string;
|
|
21182
|
+
}
|
|
21183
|
+
interface SanjayItemUpserted {
|
|
21184
|
+
readonly discriminator: 'sanjay_item_upserted';
|
|
21185
|
+
readonly event_id: string;
|
|
21186
|
+
readonly timestamp: string;
|
|
21187
|
+
readonly item: io.flow.internal.v0.models.SanjayItem;
|
|
21188
|
+
}
|
|
21044
21189
|
interface ScheduledPayment {
|
|
21045
21190
|
readonly payment: io.flow.internal.v0.models.ReportPayment;
|
|
21046
21191
|
readonly bank_account: io.flow.internal.v0.models.ReportBankAccountCleartext;
|
|
@@ -21561,6 +21706,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21561
21706
|
readonly send_order_receipt: boolean;
|
|
21562
21707
|
readonly send_inventory_update: boolean;
|
|
21563
21708
|
}
|
|
21709
|
+
interface ShopifyPartnerWebhook {
|
|
21710
|
+
readonly placeholder?: boolean;
|
|
21711
|
+
}
|
|
21712
|
+
interface ShopifyPartnerWebhookRaw {
|
|
21713
|
+
readonly placeholder?: boolean;
|
|
21714
|
+
}
|
|
21564
21715
|
interface ShopifyPaymentSummary {
|
|
21565
21716
|
readonly description: string;
|
|
21566
21717
|
readonly address?: io.flow.common.v0.models.Address;
|
|
@@ -21999,6 +22150,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21999
22150
|
readonly timestamp: string;
|
|
22000
22151
|
readonly capture: io.flow.internal.v0.models.StripeInternalCapture;
|
|
22001
22152
|
}
|
|
22153
|
+
interface StripeDisputeDeleted {
|
|
22154
|
+
readonly discriminator: 'stripe_dispute_deleted';
|
|
22155
|
+
readonly event_id: string;
|
|
22156
|
+
readonly timestamp: string;
|
|
22157
|
+
readonly id: string;
|
|
22158
|
+
}
|
|
22159
|
+
interface StripeDisputeUpserted {
|
|
22160
|
+
readonly discriminator: 'stripe_dispute_upserted';
|
|
22161
|
+
readonly event_id: string;
|
|
22162
|
+
readonly timestamp: string;
|
|
22163
|
+
readonly dispute: io.flow.internal.v0.models.StripeInternalDispute;
|
|
22164
|
+
}
|
|
22002
22165
|
interface StripeInternalAuthorization {
|
|
22003
22166
|
readonly id: string;
|
|
22004
22167
|
readonly flow_authorization_id: string;
|
|
@@ -22018,6 +22181,33 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22018
22181
|
readonly request: any;
|
|
22019
22182
|
readonly response: any;
|
|
22020
22183
|
}
|
|
22184
|
+
interface StripeInternalDispute {
|
|
22185
|
+
readonly id: string;
|
|
22186
|
+
readonly stripe_id: string;
|
|
22187
|
+
readonly amount: number;
|
|
22188
|
+
readonly charge_id: string;
|
|
22189
|
+
readonly currency: string;
|
|
22190
|
+
readonly evidence: any;
|
|
22191
|
+
readonly metadata: any;
|
|
22192
|
+
readonly payment_intent_id?: string;
|
|
22193
|
+
readonly reason: string;
|
|
22194
|
+
readonly status: string;
|
|
22195
|
+
readonly connected_account?: string;
|
|
22196
|
+
readonly balance_transactions: any[];
|
|
22197
|
+
readonly dispute_created_at: string;
|
|
22198
|
+
readonly dispute_expires_at?: string;
|
|
22199
|
+
readonly has_evidence?: boolean;
|
|
22200
|
+
readonly past_due?: boolean;
|
|
22201
|
+
readonly submission_count?: number;
|
|
22202
|
+
readonly is_charge_refundable: boolean;
|
|
22203
|
+
readonly live_mode: boolean;
|
|
22204
|
+
readonly payment_method_type?: string;
|
|
22205
|
+
readonly payment_method_reason_code?: string;
|
|
22206
|
+
readonly payment_method_card_brand?: string;
|
|
22207
|
+
readonly updated_by_user_id: string;
|
|
22208
|
+
readonly created_at: string;
|
|
22209
|
+
readonly updated_at: string;
|
|
22210
|
+
}
|
|
22021
22211
|
interface StripeInternalRefund {
|
|
22022
22212
|
readonly id: string;
|
|
22023
22213
|
readonly flow_refund_id: string;
|
|
@@ -22632,6 +22822,31 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22632
22822
|
readonly organization: string;
|
|
22633
22823
|
readonly tracking_response: io.flow.internal.v0.models.TrackingResponse;
|
|
22634
22824
|
}
|
|
22825
|
+
interface TrackingSubscription {
|
|
22826
|
+
readonly id: string;
|
|
22827
|
+
readonly organization_id: string;
|
|
22828
|
+
readonly carrier_tracking_number: string;
|
|
22829
|
+
readonly carrier_id: string;
|
|
22830
|
+
readonly label_id: string;
|
|
22831
|
+
readonly label_origin: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
22832
|
+
readonly label_destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
22833
|
+
readonly status: io.flow.tracking.v0.enums.TrackingStatus;
|
|
22834
|
+
readonly events: io.flow.tracking.v0.models.TrackingEvent[];
|
|
22835
|
+
readonly external_reference_key?: string;
|
|
22836
|
+
readonly external_reference_source?: string;
|
|
22837
|
+
}
|
|
22838
|
+
interface TrackingSubscriptionDeleted {
|
|
22839
|
+
readonly discriminator: 'tracking_subscription_deleted';
|
|
22840
|
+
readonly event_id: string;
|
|
22841
|
+
readonly timestamp: string;
|
|
22842
|
+
readonly id: string;
|
|
22843
|
+
}
|
|
22844
|
+
interface TrackingSubscriptionUpserted {
|
|
22845
|
+
readonly discriminator: 'tracking_subscription_upserted';
|
|
22846
|
+
readonly event_id: string;
|
|
22847
|
+
readonly timestamp: string;
|
|
22848
|
+
readonly tracking_subscription: io.flow.internal.v0.models.TrackingSubscription;
|
|
22849
|
+
}
|
|
22635
22850
|
interface TrackingUpserted {
|
|
22636
22851
|
readonly discriminator: 'tracking_upserted';
|
|
22637
22852
|
readonly event_id: string;
|
|
@@ -22927,7 +23142,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22927
23142
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
22928
23143
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
22929
23144
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
22930
|
-
type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.EldarItemUpserted | io.flow.internal.v0.models.EldarItemDeleted | io.flow.internal.v0.models.HarinathItemUpserted | io.flow.internal.v0.models.HarinathItemDeleted | io.flow.internal.v0.models.KonstantinItemUpserted | io.flow.internal.v0.models.KonstantinItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.MichaelyanItemUpserted | io.flow.internal.v0.models.MichaelyanItemDeleted | io.flow.internal.v0.models.MiljenkoItemUpserted | io.flow.internal.v0.models.MiljenkoItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | io.flow.internal.v0.models.ThiagoItemUpserted | io.flow.internal.v0.models.ThiagoItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
23145
|
+
type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.EldarItemUpserted | io.flow.internal.v0.models.EldarItemDeleted | io.flow.internal.v0.models.HarinathItemUpserted | io.flow.internal.v0.models.HarinathItemDeleted | io.flow.internal.v0.models.KonstantinItemUpserted | io.flow.internal.v0.models.KonstantinItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.MichaelyanItemUpserted | io.flow.internal.v0.models.MichaelyanItemDeleted | io.flow.internal.v0.models.MiljenkoItemUpserted | io.flow.internal.v0.models.MiljenkoItemDeleted | io.flow.internal.v0.models.SanjayItemUpserted | io.flow.internal.v0.models.SanjayItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | io.flow.internal.v0.models.ThiagoItemUpserted | io.flow.internal.v0.models.ThiagoItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22931
23146
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
22932
23147
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
22933
23148
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -23014,6 +23229,7 @@ export declare type AccountSettingsDeleted = io.flow.internal.v0.models.AccountS
|
|
|
23014
23229
|
export declare type AccountSettingsUpserted = io.flow.internal.v0.models.AccountSettingsUpserted;
|
|
23015
23230
|
export declare type AccountSource = io.flow.internal.v0.models.AccountSource;
|
|
23016
23231
|
export declare type AccountStatistics = io.flow.internal.v0.models.AccountStatistics;
|
|
23232
|
+
export declare type AccountStatisticsAdditionalBalances = io.flow.internal.v0.models.AccountStatisticsAdditionalBalances;
|
|
23017
23233
|
export declare type AccountSummary = io.flow.internal.v0.models.AccountSummary;
|
|
23018
23234
|
export declare type AccountTransactionsExportRequest = io.flow.internal.v0.models.AccountTransactionsExportRequest;
|
|
23019
23235
|
export declare type AccountType = io.flow.internal.v0.enums.AccountType;
|
|
@@ -23198,6 +23414,7 @@ export declare type CalculatorOrganizationSettingsDeleted = io.flow.internal.v0.
|
|
|
23198
23414
|
export declare type CalculatorOrganizationSettingsForm = io.flow.internal.v0.models.CalculatorOrganizationSettingsForm;
|
|
23199
23415
|
export declare type CalculatorOrganizationSettingsUpserted = io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted;
|
|
23200
23416
|
export declare type CalculatorStamp = io.flow.internal.v0.unions.CalculatorStamp;
|
|
23417
|
+
export declare type CallRecord = io.flow.internal.v0.models.CallRecord;
|
|
23201
23418
|
export declare type CarrierAccount = io.flow.internal.v0.models.CarrierAccount;
|
|
23202
23419
|
export declare type CarrierAccountDeleted = io.flow.internal.v0.models.CarrierAccountDeleted;
|
|
23203
23420
|
export declare type CarrierAccountForm = io.flow.internal.v0.models.CarrierAccountForm;
|
|
@@ -23526,6 +23743,7 @@ export declare type DisputeOrderReference = io.flow.internal.v0.models.DisputeOr
|
|
|
23526
23743
|
export declare type DisputeOrganizationReference = io.flow.internal.v0.models.DisputeOrganizationReference;
|
|
23527
23744
|
export declare type DisputeOverrideUpdateForm = io.flow.internal.v0.models.DisputeOverrideUpdateForm;
|
|
23528
23745
|
export declare type DisputeProcessor = io.flow.internal.v0.enums.DisputeProcessor;
|
|
23746
|
+
export declare type DisputeRecord = io.flow.internal.v0.models.DisputeRecord;
|
|
23529
23747
|
export declare type DisputeReportingCategory = io.flow.internal.v0.enums.DisputeReportingCategory;
|
|
23530
23748
|
export declare type DisputeStatus = io.flow.internal.v0.enums.DisputeStatus;
|
|
23531
23749
|
export declare type DisputeStatusForm = io.flow.internal.v0.models.DisputeStatusForm;
|
|
@@ -23828,11 +24046,7 @@ export declare type InternalTransactionDetails = io.flow.internal.v0.unions.Inte
|
|
|
23828
24046
|
export declare type InternalTransactionDetailsCard = io.flow.internal.v0.models.InternalTransactionDetailsCard;
|
|
23829
24047
|
export declare type InvalidCheckoutData = io.flow.internal.v0.models.InvalidCheckoutData;
|
|
23830
24048
|
export declare type Invariant = io.flow.internal.v0.models.Invariant;
|
|
23831
|
-
export declare type InventoryCheckService = io.flow.internal.v0.enums.InventoryCheckService;
|
|
23832
24049
|
export declare type InventoryItemWrapper = io.flow.internal.v0.models.InventoryItemWrapper;
|
|
23833
|
-
export declare type InventoryOrganizationSettings = io.flow.internal.v0.models.InventoryOrganizationSettings;
|
|
23834
|
-
export declare type InventoryOrganizationSettingsForm = io.flow.internal.v0.models.InventoryOrganizationSettingsForm;
|
|
23835
|
-
export declare type InventoryReservation = io.flow.internal.v0.enums.InventoryReservation;
|
|
23836
24050
|
export declare type Invoice = io.flow.internal.v0.models.Invoice;
|
|
23837
24051
|
export declare type InvoiceInfoForm = io.flow.internal.v0.models.InvoiceInfoForm;
|
|
23838
24052
|
export declare type InvoiceLine = io.flow.internal.v0.models.InvoiceLine;
|
|
@@ -24270,7 +24484,8 @@ export declare type PartnerOrganizationSettings = io.flow.internal.v0.models.Par
|
|
|
24270
24484
|
export declare type PartnerOrganizationSettingsDeleted = io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted;
|
|
24271
24485
|
export declare type PartnerOrganizationSettingsForm = io.flow.internal.v0.models.PartnerOrganizationSettingsForm;
|
|
24272
24486
|
export declare type PartnerOrganizationSettingsUpserted = io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
24273
|
-
export declare type
|
|
24487
|
+
export declare type PartnerTrackingSubscriptionDeleted = io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted;
|
|
24488
|
+
export declare type PartnerTrackingSubscriptionUpserted = io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted;
|
|
24274
24489
|
export declare type Party = io.flow.internal.v0.enums.Party;
|
|
24275
24490
|
export declare type Passphrase = io.flow.internal.v0.models.Passphrase;
|
|
24276
24491
|
export declare type PassphraseForm = io.flow.internal.v0.models.PassphraseForm;
|
|
@@ -24298,8 +24513,11 @@ export declare type PaypalAccountReference = io.flow.internal.v0.models.PaypalAc
|
|
|
24298
24513
|
export declare type PaypalAuthentication = io.flow.internal.v0.models.PaypalAuthentication;
|
|
24299
24514
|
export declare type PaypalAuthenticationForm = io.flow.internal.v0.models.PaypalAuthenticationForm;
|
|
24300
24515
|
export declare type PaypalAuthorizationPayload = io.flow.internal.v0.models.PaypalAuthorizationPayload;
|
|
24516
|
+
export declare type PaypalDisputeDeleted = io.flow.internal.v0.models.PaypalDisputeDeleted;
|
|
24517
|
+
export declare type PaypalDisputeUpserted = io.flow.internal.v0.models.PaypalDisputeUpserted;
|
|
24301
24518
|
export declare type PaypalExecutionDeleted = io.flow.internal.v0.models.PaypalExecutionDeleted;
|
|
24302
24519
|
export declare type PaypalExecutionUpserted = io.flow.internal.v0.models.PaypalExecutionUpserted;
|
|
24520
|
+
export declare type PaypalInternalDispute = io.flow.internal.v0.models.PaypalInternalDispute;
|
|
24303
24521
|
export declare type PaypalInternalExecution = io.flow.internal.v0.models.PaypalInternalExecution;
|
|
24304
24522
|
export declare type PaypalInternalPayment = io.flow.internal.v0.models.PaypalInternalPayment;
|
|
24305
24523
|
export declare type PaypalInternalRefund = io.flow.internal.v0.models.PaypalInternalRefund;
|
|
@@ -24472,6 +24690,7 @@ export declare type ReportForm = io.flow.internal.v0.models.ReportForm;
|
|
|
24472
24690
|
export declare type ReportInterval = io.flow.internal.v0.enums.ReportInterval;
|
|
24473
24691
|
export declare type ReportMerchant = io.flow.internal.v0.models.ReportMerchant;
|
|
24474
24692
|
export declare type ReportOrderReference = io.flow.internal.v0.models.ReportOrderReference;
|
|
24693
|
+
export declare type ReportOrganizationReference = io.flow.internal.v0.models.ReportOrganizationReference;
|
|
24475
24694
|
export declare type ReportOwner = io.flow.internal.v0.models.ReportOwner;
|
|
24476
24695
|
export declare type ReportPayment = io.flow.internal.v0.models.ReportPayment;
|
|
24477
24696
|
export declare type ReportPaymentType = io.flow.internal.v0.enums.ReportPaymentType;
|
|
@@ -24488,7 +24707,6 @@ export declare type ReportingDebug = io.flow.internal.v0.models.ReportingDebug;
|
|
|
24488
24707
|
export declare type ReportingDebugMissingSubsidies = io.flow.internal.v0.models.ReportingDebugMissingSubsidies;
|
|
24489
24708
|
export declare type ReportingDestination = io.flow.internal.v0.models.ReportingDestination;
|
|
24490
24709
|
export declare type ReportingDetails = io.flow.internal.v0.models.ReportingDetails;
|
|
24491
|
-
export declare type ReportingEntity = io.flow.internal.v0.models.ReportingEntity;
|
|
24492
24710
|
export declare type ReportingFulfillment = io.flow.internal.v0.models.ReportingFulfillment;
|
|
24493
24711
|
export declare type ReportingFulfillmentHas = io.flow.internal.v0.models.ReportingFulfillmentHas;
|
|
24494
24712
|
export declare type ReportingFulfillmentIs = io.flow.internal.v0.models.ReportingFulfillmentIs;
|
|
@@ -24545,6 +24763,7 @@ export declare type RestrictionRuleOverride = io.flow.internal.v0.models.Restric
|
|
|
24545
24763
|
export declare type RestrictionRuleSummary = io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
24546
24764
|
export declare type RestrictionStatus = io.flow.internal.v0.enums.RestrictionStatus;
|
|
24547
24765
|
export declare type RestrictionStatusMetadata = io.flow.internal.v0.models.RestrictionStatusMetadata;
|
|
24766
|
+
export declare type RestrictionsDailyops = io.flow.internal.v0.models.RestrictionsDailyops;
|
|
24548
24767
|
export declare type ResyncByDestinations = io.flow.internal.v0.models.ResyncByDestinations;
|
|
24549
24768
|
export declare type ResyncByHs6Destinations = io.flow.internal.v0.models.ResyncByHs6Destinations;
|
|
24550
24769
|
export declare type ResyncByHs6Origin = io.flow.internal.v0.models.ResyncByHs6Origin;
|
|
@@ -24574,6 +24793,11 @@ export declare type RoutingMerchant = io.flow.internal.v0.models.RoutingMerchant
|
|
|
24574
24793
|
export declare type RoutingProcessor = io.flow.internal.v0.models.RoutingProcessor;
|
|
24575
24794
|
export declare type SandboxSetup = io.flow.internal.v0.models.SandboxSetup;
|
|
24576
24795
|
export declare type SandboxSetupForm = io.flow.internal.v0.models.SandboxSetupForm;
|
|
24796
|
+
export declare type SanjayItem = io.flow.internal.v0.models.SanjayItem;
|
|
24797
|
+
export declare type SanjayItemDeleted = io.flow.internal.v0.models.SanjayItemDeleted;
|
|
24798
|
+
export declare type SanjayItemForm = io.flow.internal.v0.models.SanjayItemForm;
|
|
24799
|
+
export declare type SanjayItemType = io.flow.internal.v0.enums.SanjayItemType;
|
|
24800
|
+
export declare type SanjayItemUpserted = io.flow.internal.v0.models.SanjayItemUpserted;
|
|
24577
24801
|
export declare type ScheduledPayment = io.flow.internal.v0.models.ScheduledPayment;
|
|
24578
24802
|
export declare type Screen = io.flow.internal.v0.models.Screen;
|
|
24579
24803
|
export declare type ScreenForm = io.flow.internal.v0.models.ScreenForm;
|
|
@@ -24588,7 +24812,6 @@ export declare type SearchItemSummary = io.flow.internal.v0.models.SearchItemSum
|
|
|
24588
24812
|
export declare type SearchOrderSummary = io.flow.internal.v0.models.SearchOrderSummary;
|
|
24589
24813
|
export declare type SearchProviderExport = io.flow.internal.v0.models.SearchProviderExport;
|
|
24590
24814
|
export declare type SearchTrackingSummary = io.flow.internal.v0.models.SearchTrackingSummary;
|
|
24591
|
-
export declare type SerialReservationError = io.flow.internal.v0.enums.SerialReservationError;
|
|
24592
24815
|
export declare type ServiceName = io.flow.internal.v0.enums.ServiceName;
|
|
24593
24816
|
export declare type SessionCountries = io.flow.internal.v0.models.SessionCountries;
|
|
24594
24817
|
export declare type SessionCountry = io.flow.internal.v0.models.SessionCountry;
|
|
@@ -24679,6 +24902,8 @@ export declare type ShopifyOrderLineAttribute = io.flow.internal.v0.models.Shopi
|
|
|
24679
24902
|
export declare type ShopifyOrderLineContent = io.flow.internal.v0.models.ShopifyOrderLineContent;
|
|
24680
24903
|
export declare type ShopifyOrganizationSettings = io.flow.internal.v0.models.ShopifyOrganizationSettings;
|
|
24681
24904
|
export declare type ShopifyOrganizationSettingsForm = io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
|
|
24905
|
+
export declare type ShopifyPartnerWebhook = io.flow.internal.v0.models.ShopifyPartnerWebhook;
|
|
24906
|
+
export declare type ShopifyPartnerWebhookRaw = io.flow.internal.v0.models.ShopifyPartnerWebhookRaw;
|
|
24682
24907
|
export declare type ShopifyPaymentSummary = io.flow.internal.v0.models.ShopifyPaymentSummary;
|
|
24683
24908
|
export declare type ShopifyProductBundle = io.flow.internal.v0.models.ShopifyProductBundle;
|
|
24684
24909
|
export declare type ShopifyProductBundleDeleted = io.flow.internal.v0.models.ShopifyProductBundleDeleted;
|
|
@@ -24770,8 +24995,11 @@ export declare type StripeAuthorizationDeleted = io.flow.internal.v0.models.Stri
|
|
|
24770
24995
|
export declare type StripeAuthorizationUpserted = io.flow.internal.v0.models.StripeAuthorizationUpserted;
|
|
24771
24996
|
export declare type StripeCaptureDeleted = io.flow.internal.v0.models.StripeCaptureDeleted;
|
|
24772
24997
|
export declare type StripeCaptureUpserted = io.flow.internal.v0.models.StripeCaptureUpserted;
|
|
24998
|
+
export declare type StripeDisputeDeleted = io.flow.internal.v0.models.StripeDisputeDeleted;
|
|
24999
|
+
export declare type StripeDisputeUpserted = io.flow.internal.v0.models.StripeDisputeUpserted;
|
|
24773
25000
|
export declare type StripeInternalAuthorization = io.flow.internal.v0.models.StripeInternalAuthorization;
|
|
24774
25001
|
export declare type StripeInternalCapture = io.flow.internal.v0.models.StripeInternalCapture;
|
|
25002
|
+
export declare type StripeInternalDispute = io.flow.internal.v0.models.StripeInternalDispute;
|
|
24775
25003
|
export declare type StripeInternalRefund = io.flow.internal.v0.models.StripeInternalRefund;
|
|
24776
25004
|
export declare type StripeInternalReversal = io.flow.internal.v0.models.StripeInternalReversal;
|
|
24777
25005
|
export declare type StripeMerchant = io.flow.internal.v0.models.StripeMerchant;
|
|
@@ -24882,6 +25110,9 @@ export declare type TrackingRequest = io.flow.internal.v0.models.TrackingRequest
|
|
|
24882
25110
|
export declare type TrackingRequestUpserted = io.flow.internal.v0.models.TrackingRequestUpserted;
|
|
24883
25111
|
export declare type TrackingResponse = io.flow.internal.v0.models.TrackingResponse;
|
|
24884
25112
|
export declare type TrackingResponseUpserted = io.flow.internal.v0.models.TrackingResponseUpserted;
|
|
25113
|
+
export declare type TrackingSubscription = io.flow.internal.v0.models.TrackingSubscription;
|
|
25114
|
+
export declare type TrackingSubscriptionDeleted = io.flow.internal.v0.models.TrackingSubscriptionDeleted;
|
|
25115
|
+
export declare type TrackingSubscriptionUpserted = io.flow.internal.v0.models.TrackingSubscriptionUpserted;
|
|
24885
25116
|
export declare type TrackingUpserted = io.flow.internal.v0.models.TrackingUpserted;
|
|
24886
25117
|
export declare type Transaction = io.flow.internal.v0.unions.Transaction;
|
|
24887
25118
|
export declare type TransactionAdjustment = io.flow.internal.v0.models.TransactionAdjustment;
|