@flowio/types 11.24.106 → 11.24.108
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 +337 -929
- package/dist/api.d.ts +43 -201
- package/package.json +2 -2
- package/src/api-internal.ts +488 -1185
- package/src/api.ts +65 -280
package/dist/api-internal.d.ts
CHANGED
|
@@ -800,6 +800,21 @@ declare namespace io.flow.payment.gateway.v0.unions {
|
|
|
800
800
|
type PaymentRequestCancellationReason = io.flow.payment.gateway.v0.models.PaymentRequestCancellationReasonOrderMissing;
|
|
801
801
|
type SdkAdyenV3AuthenticationToken = io.flow.payment.gateway.v0.models.AdyenV3FingerprintToken | io.flow.payment.gateway.v0.models.AdyenV3ChallengeToken;
|
|
802
802
|
}
|
|
803
|
+
declare namespace io.flow.channel.currency.v0.models {
|
|
804
|
+
interface ChannelCurrencyPair {
|
|
805
|
+
readonly id: string;
|
|
806
|
+
readonly base: string;
|
|
807
|
+
readonly target: string;
|
|
808
|
+
readonly rate: io.flow.channel.currency.v0.models.ChannelCurrencyRate;
|
|
809
|
+
}
|
|
810
|
+
interface ChannelCurrencyRate {
|
|
811
|
+
readonly id: string;
|
|
812
|
+
readonly value: number;
|
|
813
|
+
}
|
|
814
|
+
interface ChannelRate {
|
|
815
|
+
readonly placeholder?: string;
|
|
816
|
+
}
|
|
817
|
+
}
|
|
803
818
|
declare namespace io.flow.error.v0.enums {
|
|
804
819
|
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
805
820
|
}
|
|
@@ -2249,6 +2264,8 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
2249
2264
|
type DisputePaymentMethodDetailsType = 'card' | 'klarna' | 'paypal';
|
|
2250
2265
|
type DisputeReason = 'bank_cannot_process' | 'check_returned' | 'credit_not_processed' | 'customer_initiated' | 'debit_not_authorized' | 'duplicate' | 'fraudulent' | 'general' | 'incorrect_account_details' | 'insufficient_funds' | 'product_not_received' | 'product_unacceptable' | 'subscription_canceled' | 'unrecognized';
|
|
2251
2266
|
type DisputeStatus = 'warning_needs_response' | 'warning_under_review' | 'warning_closed' | 'needs_response' | 'under_review' | 'won' | 'lost';
|
|
2267
|
+
type EarlyFraudWarningEventType = 'radar.early_fraud_warning';
|
|
2268
|
+
type EarlyFraudWarningType = 'card_never_received' | 'fraudulent_card_application' | 'made_with_counterfeit_card' | 'made_with_lost_card' | 'made_with_stolen_card' | 'unauthorized_use_of_card' | 'misc';
|
|
2252
2269
|
type ErrorCode = 'invalid_number' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_cvc' | 'invalid_swipe_data' | 'country_code_invalid' | 'email_invalid' | 'postal_code_invalid' | 'invalid_characters' | 'url_invalid' | 'invalid_charge_amount' | 'incorrect_number' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_zip' | 'card_declined' | 'expired_card' | 'missing' | 'processing_error' | 'account_closed' | 'amount_too_small' | 'amount_too_large' | 'api_key_expired' | 'authentication_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'insufficient_funds' | 'intent_invalid_state' | 'livemode_mismatch' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_unexpected_state' | 'payment_intent_invalid_parameter' | 'payment_method_billing_details_address_missing' | 'payment_method_customer_decline' | 'payment_method_currency_mismatch' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'platform_api_key_expired' | 'refund_disputed_payment' | 'testmode_charges_only' | 'tls_version_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state';
|
|
2253
2270
|
type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
|
|
2254
2271
|
type EventType = 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
|
|
@@ -2800,6 +2817,12 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2800
2817
|
readonly transfer_data?: io.flow.stripe.v0.models.TransferData;
|
|
2801
2818
|
readonly transfer_group?: string;
|
|
2802
2819
|
}
|
|
2820
|
+
interface PaymentIntents {
|
|
2821
|
+
readonly object: string;
|
|
2822
|
+
readonly data: io.flow.stripe.v0.models.PaymentIntent[];
|
|
2823
|
+
readonly has_more: boolean;
|
|
2824
|
+
readonly url?: string;
|
|
2825
|
+
}
|
|
2803
2826
|
interface PaymentMethod {
|
|
2804
2827
|
readonly id: string;
|
|
2805
2828
|
readonly object: string;
|
|
@@ -3199,6 +3222,16 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
3199
3222
|
readonly object: io.flow.stripe.v0.models.Dispute;
|
|
3200
3223
|
readonly previous_attributes?: any;
|
|
3201
3224
|
}
|
|
3225
|
+
interface StripeEarlyFraudWarningEvent {
|
|
3226
|
+
readonly id: string;
|
|
3227
|
+
readonly object: io.flow.stripe.v0.enums.EarlyFraudWarningEventType;
|
|
3228
|
+
readonly actionable: boolean;
|
|
3229
|
+
readonly charge: string;
|
|
3230
|
+
readonly created: number;
|
|
3231
|
+
readonly fraud_type: io.flow.stripe.v0.enums.EarlyFraudWarningType;
|
|
3232
|
+
readonly livemode: boolean;
|
|
3233
|
+
readonly payment_intent?: string;
|
|
3234
|
+
}
|
|
3202
3235
|
interface StripeError {
|
|
3203
3236
|
readonly type: io.flow.stripe.v0.enums.ErrorType;
|
|
3204
3237
|
readonly charge?: string;
|
|
@@ -3372,6 +3405,7 @@ declare namespace io.flow.label.v0.enums {
|
|
|
3372
3405
|
type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
|
|
3373
3406
|
type PackageDimensionsSource = 'provided' | 'item_dimensions_estimated' | 'dimensions_estimated' | 'default_item_dimensions_estimated';
|
|
3374
3407
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
3408
|
+
type ShippingLabelErrorCode = 'generic_error' | 'cancelled_order' | 'carrier_outage' | 'catalog_issue' | 'invalid_destination' | 'invalid_origin' | 'invalid_shipping_parameters' | 'merchant_error' | 'order_not_found' | 'order_processing' | 'restricted_item' | 'unsupported_lane';
|
|
3375
3409
|
type TrackingNumberType = 'flow' | 'carrier';
|
|
3376
3410
|
}
|
|
3377
3411
|
declare namespace io.flow.label.v0.models {
|
|
@@ -3500,6 +3534,10 @@ declare namespace io.flow.label.v0.models {
|
|
|
3500
3534
|
readonly html?: string;
|
|
3501
3535
|
readonly required: boolean;
|
|
3502
3536
|
}
|
|
3537
|
+
interface ShippingLabelError {
|
|
3538
|
+
readonly code: io.flow.label.v0.enums.ShippingLabelErrorCode;
|
|
3539
|
+
readonly messages: string[];
|
|
3540
|
+
}
|
|
3503
3541
|
interface ShippingLabelHopCostItemizedEstimate {
|
|
3504
3542
|
readonly units: io.flow.trueup.v0.models.LabelUnits;
|
|
3505
3543
|
readonly base: io.flow.trueup.v0.models.LabelBase;
|
|
@@ -4435,6 +4473,9 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4435
4473
|
readonly origin: string;
|
|
4436
4474
|
readonly destination: string;
|
|
4437
4475
|
}
|
|
4476
|
+
interface ShopifyMarketsBestSellingProduct {
|
|
4477
|
+
readonly id: string;
|
|
4478
|
+
}
|
|
4438
4479
|
interface ShopifyMarketsDiscrepancy {
|
|
4439
4480
|
readonly organization_id: string;
|
|
4440
4481
|
readonly count: number;
|
|
@@ -4567,6 +4608,7 @@ declare namespace io.flow.adyen.v0.enums {
|
|
|
4567
4608
|
type LifecycleStage = 'INQUIRY' | 'CHARGEBACK';
|
|
4568
4609
|
type Operation = 'cancel' | 'capture' | 'refund';
|
|
4569
4610
|
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';
|
|
4611
|
+
type PaymentRecordType = 'Authorised' | 'AuthorisedPending' | 'Cancelled' | 'CaptureFailed' | 'Chargeback' | 'SecondChargeback' | 'ChargebackExternally' | 'ChargebackExternallyWithInfo' | 'ChargebackReversed' | 'ChargebackReversedExternallyWithInfo' | 'Error' | 'Expired' | 'PaidOut' | 'PaidOutExternally' | 'PaidOutExternallyWithInfo' | 'PaidOutReversed' | 'PayoutAuthorised' | 'PayoutError' | 'PayoutFailed' | 'Received' | 'ReceivedPayout' | 'RefundAuthorised' | 'Refunded' | 'RefundedBulk' | 'RefundedExternally' | 'RefundedExternallyWithInfo' | 'RefundFailed' | 'RefundedInInstallments' | 'RefundedInstallment' | 'RefundedReversed' | 'RefundNotProcessed' | 'Refused' | 'RefusedPayout' | 'Retried' | 'SentForPayout' | 'SentForRefund' | 'SentForSettle' | 'Settled' | 'SettledBulk' | 'SettledExternally' | 'SettledExternallyWithInfo' | 'SettledInInstallments' | 'SettledInstallment' | 'SettledReversed' | 'SuspendInstallment' | 'AdvancedInstallment' | 'AdvancedInstallmentCancelled' | 'OpenInstallment' | 'CloseInstallment';
|
|
4570
4612
|
type RecurringProcessingModel = 'Subscription' | 'CardOnFile' | 'UnscheduledCardOnFile';
|
|
4571
4613
|
type ResultCode = 'Authorised' | 'Cancelled' | 'Error' | 'Refused' | 'Received' | 'RedirectShopper' | 'Pending' | 'ChallengeShopper' | 'IdentifyShopper';
|
|
4572
4614
|
type ShopperInteraction = 'Ecommerce' | 'ContAuth' | 'POS' | 'Moto';
|
|
@@ -4699,9 +4741,9 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4699
4741
|
readonly 'threeds2.threeDS2ResponseData.messageVersion': string;
|
|
4700
4742
|
}
|
|
4701
4743
|
interface ChargebackNotificationAdditionalData {
|
|
4702
|
-
readonly chargebackReasonCode
|
|
4744
|
+
readonly chargebackReasonCode?: string;
|
|
4703
4745
|
readonly modificationMerchantReferences: string;
|
|
4704
|
-
readonly chargebackSchemeCode
|
|
4746
|
+
readonly chargebackSchemeCode?: string;
|
|
4705
4747
|
readonly defensePeriodEndsAt?: string;
|
|
4706
4748
|
readonly disputeStatus?: io.flow.adyen.v0.enums.DisputeStatus;
|
|
4707
4749
|
readonly defendable?: string;
|
|
@@ -6513,31 +6555,6 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6513
6555
|
readonly webhooks: io.flow.shopify.markets.v0.models.ShopifyWebhookResponse[];
|
|
6514
6556
|
}
|
|
6515
6557
|
}
|
|
6516
|
-
declare namespace io.flow.pricing.indicator.internal.event.v0.enums {
|
|
6517
|
-
type PricingIndicatorStatus = 'complete' | 'in_progress';
|
|
6518
|
-
type ServiceName = 'catalog' | 'demandware' | 'metric';
|
|
6519
|
-
}
|
|
6520
|
-
declare namespace io.flow.pricing.indicator.internal.event.v0.models {
|
|
6521
|
-
interface Details {
|
|
6522
|
-
readonly catalog_item: io.flow.common.v0.models.CatalogItemSummary;
|
|
6523
|
-
readonly experience?: io.flow.common.v0.models.ExperienceSummary;
|
|
6524
|
-
readonly upserted_at: string;
|
|
6525
|
-
readonly time_elapsed_since_upserted: number;
|
|
6526
|
-
}
|
|
6527
|
-
interface PricingIndicator {
|
|
6528
|
-
readonly discriminator: 'pricing_indicator';
|
|
6529
|
-
readonly event_id: string;
|
|
6530
|
-
readonly timestamp: string;
|
|
6531
|
-
readonly organization: string;
|
|
6532
|
-
readonly published_from: io.flow.pricing.indicator.internal.event.v0.enums.ServiceName;
|
|
6533
|
-
readonly status: io.flow.pricing.indicator.internal.event.v0.enums.PricingIndicatorStatus;
|
|
6534
|
-
readonly event_identifier: string;
|
|
6535
|
-
readonly details: io.flow.pricing.indicator.internal.event.v0.models.Details;
|
|
6536
|
-
}
|
|
6537
|
-
}
|
|
6538
|
-
declare namespace io.flow.pricing.indicator.internal.event.v0.unions {
|
|
6539
|
-
type PricingIndicatorEvent = io.flow.pricing.indicator.internal.event.v0.models.PricingIndicator;
|
|
6540
|
-
}
|
|
6541
6558
|
declare namespace io.flow.order.price.v0.enums {
|
|
6542
6559
|
type OrderPriceDetailComponentKey = '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' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
|
|
6543
6560
|
type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
|
|
@@ -6568,7 +6585,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
6568
6585
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
6569
6586
|
type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
|
|
6570
6587
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
6571
|
-
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
6588
|
+
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
6572
6589
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
6573
6590
|
}
|
|
6574
6591
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -6609,6 +6626,7 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
6609
6626
|
readonly next_action_from?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
6610
6627
|
readonly order_created_at?: string;
|
|
6611
6628
|
readonly order_updated_at?: string;
|
|
6629
|
+
readonly order_edit_summary?: io.flow.channel.internal.v0.models.OrderEditSummary;
|
|
6612
6630
|
}
|
|
6613
6631
|
interface ChannelOrderAcceptanceDetails {
|
|
6614
6632
|
readonly order_acceptance: io.flow.channel.internal.v0.models.ChannelOrderAcceptance;
|
|
@@ -6632,6 +6650,9 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
6632
6650
|
interface FlowChannelOrganization {
|
|
6633
6651
|
readonly placeholder?: string;
|
|
6634
6652
|
}
|
|
6653
|
+
interface OrderEditSummary {
|
|
6654
|
+
readonly edited_at: string;
|
|
6655
|
+
}
|
|
6635
6656
|
}
|
|
6636
6657
|
declare namespace io.flow.partner.v0.enums {
|
|
6637
6658
|
type LabelFormat = 'pdf' | 'zpl' | 'all';
|
|
@@ -7248,6 +7269,9 @@ declare namespace io.flow.ftp.v0.models {
|
|
|
7248
7269
|
readonly password?: string;
|
|
7249
7270
|
}
|
|
7250
7271
|
}
|
|
7272
|
+
declare namespace io.flow.shopify.markets.internal.event.v0.enums {
|
|
7273
|
+
type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
|
|
7274
|
+
}
|
|
7251
7275
|
declare namespace io.flow.shopify.markets.internal.event.v0.models {
|
|
7252
7276
|
interface ChannelOrderSummaryDeleted {
|
|
7253
7277
|
readonly discriminator: 'channel_order_summary_deleted';
|
|
@@ -7290,6 +7314,40 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
|
|
|
7290
7314
|
readonly timestamp: string;
|
|
7291
7315
|
readonly order_tax_and_duty_inclusivity_setting: io.flow.shopify.markets.internal.v0.models.OrderTaxAndDutyInclusivitySetting;
|
|
7292
7316
|
}
|
|
7317
|
+
interface ShopifyIncotermIncludes {
|
|
7318
|
+
readonly duties: boolean;
|
|
7319
|
+
readonly taxes: boolean;
|
|
7320
|
+
}
|
|
7321
|
+
interface ShopifyIncotermSummaryErrorData {
|
|
7322
|
+
readonly id: string;
|
|
7323
|
+
readonly shopify_order_id: string;
|
|
7324
|
+
readonly order_number: string;
|
|
7325
|
+
readonly configuration: io.flow.shopify.markets.internal.event.v0.enums.ShopifyIncotermConfiguration;
|
|
7326
|
+
readonly includes: io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermIncludes;
|
|
7327
|
+
readonly reason: string;
|
|
7328
|
+
readonly order_submitted_at: string;
|
|
7329
|
+
}
|
|
7330
|
+
interface ShopifyIncotermSummaryErrorPublished {
|
|
7331
|
+
readonly discriminator: 'shopify_incoterm_summary_error_published';
|
|
7332
|
+
readonly event_id: string;
|
|
7333
|
+
readonly timestamp: string;
|
|
7334
|
+
readonly organization: string;
|
|
7335
|
+
readonly data: io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorData;
|
|
7336
|
+
}
|
|
7337
|
+
interface ShopifyMarketsBestSellingProductDeleted {
|
|
7338
|
+
readonly discriminator: 'shopify_markets_best_selling_product_deleted';
|
|
7339
|
+
readonly event_id: string;
|
|
7340
|
+
readonly timestamp: string;
|
|
7341
|
+
readonly organization: string;
|
|
7342
|
+
readonly id: string;
|
|
7343
|
+
}
|
|
7344
|
+
interface ShopifyMarketsBestSellingProductUpserted {
|
|
7345
|
+
readonly discriminator: 'shopify_markets_best_selling_product_upserted';
|
|
7346
|
+
readonly event_id: string;
|
|
7347
|
+
readonly timestamp: string;
|
|
7348
|
+
readonly organization: string;
|
|
7349
|
+
readonly shopify_markets_best_selling_product: io.flow.shopify.markets.internal.v0.models.ShopifyMarketsBestSellingProduct;
|
|
7350
|
+
}
|
|
7293
7351
|
interface ShopifyMarketsMetricsDeleted {
|
|
7294
7352
|
readonly discriminator: 'shopify_markets_metrics_deleted';
|
|
7295
7353
|
readonly event_id: string;
|
|
@@ -7378,7 +7436,7 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
|
|
|
7378
7436
|
}
|
|
7379
7437
|
}
|
|
7380
7438
|
declare namespace io.flow.shopify.markets.internal.event.v0.unions {
|
|
7381
|
-
type ShopifyMarketsInternalEvent = io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted;
|
|
7439
|
+
type ShopifyMarketsInternalEvent = io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted;
|
|
7382
7440
|
}
|
|
7383
7441
|
declare namespace io.flow.experience.v0.enums {
|
|
7384
7442
|
type AddressFieldName = 'first_name' | 'last_name' | 'street_1' | 'street_2' | 'city' | 'province' | 'postal' | 'country' | 'phone' | 'company' | 'vat_registration_number';
|
|
@@ -7390,6 +7448,7 @@ declare namespace io.flow.experience.v0.enums {
|
|
|
7390
7448
|
type ExperienceCountryStatus = 'enabled' | 'disabled';
|
|
7391
7449
|
type ExperiencePaymentMethodTag = 'display';
|
|
7392
7450
|
type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
|
|
7451
|
+
type IncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
|
|
7393
7452
|
type OrderErrorCode = 'generic_error' | 'order_item_not_available' | 'order_identifier_error' | 'authorization_invalid' | 'domestic_shipping_unavailable' | 'shipping_unavailable' | 'value_threshold_exceeded' | 'invalid_currency' | 'invalid_country' | 'invalid_region' | 'invalid_language' | 'item_out_of_stock' | 'gift_card_not_accepted' | 'total_changed';
|
|
7394
7453
|
type OrderPaymentType = 'card' | 'online' | 'credit' | 'external' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
|
|
7395
7454
|
type OrderRefundSummaryIncludes = 'duties' | 'vat' | 'shipping';
|
|
@@ -7825,6 +7884,15 @@ declare namespace io.flow.experience.v0.models {
|
|
|
7825
7884
|
readonly max?: io.flow.common.v0.models.PriceForm;
|
|
7826
7885
|
readonly attributes?: Record<string, string>;
|
|
7827
7886
|
}
|
|
7887
|
+
interface IncotermIncludes {
|
|
7888
|
+
readonly duties: boolean;
|
|
7889
|
+
readonly taxes: boolean;
|
|
7890
|
+
}
|
|
7891
|
+
interface IncotermSummary {
|
|
7892
|
+
readonly configuration: io.flow.experience.v0.enums.IncotermConfiguration;
|
|
7893
|
+
readonly includes: io.flow.experience.v0.models.IncotermIncludes;
|
|
7894
|
+
readonly reason?: string;
|
|
7895
|
+
}
|
|
7828
7896
|
interface ItemMargin {
|
|
7829
7897
|
readonly id: string;
|
|
7830
7898
|
readonly key: string;
|
|
@@ -7918,6 +7986,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
7918
7986
|
readonly geo?: io.flow.experience.v0.models.OrderGeo;
|
|
7919
7987
|
readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
|
|
7920
7988
|
readonly destination_contact_details?: io.flow.experience.v0.models.DestinationContactDetail[];
|
|
7989
|
+
readonly incoterm_summary?: io.flow.experience.v0.models.IncotermSummary;
|
|
7921
7990
|
}
|
|
7922
7991
|
interface OrderAddress {
|
|
7923
7992
|
readonly text?: string;
|
|
@@ -8882,25 +8951,6 @@ declare namespace io.flow.catalog.exclusion.v0.models {
|
|
|
8882
8951
|
readonly exclusion_rule: io.flow.catalog.exclusion.v0.models.ExclusionRule;
|
|
8883
8952
|
}
|
|
8884
8953
|
}
|
|
8885
|
-
declare namespace io.flow.session.context.v0.models {
|
|
8886
|
-
interface Context {
|
|
8887
|
-
readonly id: string;
|
|
8888
|
-
readonly experiments: io.flow.session.context.v0.models.SessionContextExperiment[];
|
|
8889
|
-
}
|
|
8890
|
-
interface ContextForm {
|
|
8891
|
-
readonly experiments: io.flow.session.context.v0.models.SessionContextExperiment[];
|
|
8892
|
-
}
|
|
8893
|
-
interface ContextReference {
|
|
8894
|
-
readonly id: string;
|
|
8895
|
-
}
|
|
8896
|
-
interface ExperimentVariant {
|
|
8897
|
-
readonly key: string;
|
|
8898
|
-
}
|
|
8899
|
-
interface SessionContextExperiment {
|
|
8900
|
-
readonly key: string;
|
|
8901
|
-
readonly variant?: io.flow.session.context.v0.models.ExperimentVariant;
|
|
8902
|
-
}
|
|
8903
|
-
}
|
|
8904
8954
|
declare namespace io.flow.crypto.v0.enums {
|
|
8905
8955
|
type ErrorType = 'authentication_error' | 'invalid_request_error' | 'rate_limit_error';
|
|
8906
8956
|
type PaymentStatus = 'pending' | 'succeeded' | 'cancelled';
|
|
@@ -9357,6 +9407,8 @@ declare namespace io.flow.tracking.v0.models {
|
|
|
9357
9407
|
readonly status: io.flow.tracking.v0.enums.TrackingStatus;
|
|
9358
9408
|
readonly timestamp: string;
|
|
9359
9409
|
readonly description?: string;
|
|
9410
|
+
readonly aggregator_status_code?: string;
|
|
9411
|
+
readonly created_at?: string;
|
|
9360
9412
|
}
|
|
9361
9413
|
interface TrackingEventForm {
|
|
9362
9414
|
readonly tracking_label_id: string;
|
|
@@ -11820,7 +11872,6 @@ declare namespace io.flow.session.v0.models {
|
|
|
11820
11872
|
readonly language: io.flow.reference.v0.models.Language;
|
|
11821
11873
|
readonly locale: io.flow.reference.v0.models.Locale;
|
|
11822
11874
|
readonly experience: io.flow.experience.v0.models.ExperienceGeo;
|
|
11823
|
-
readonly experiment?: io.flow.session.v0.models.SessionExperiment;
|
|
11824
11875
|
}
|
|
11825
11876
|
interface OrganizationSession {
|
|
11826
11877
|
readonly discriminator: 'organization_session';
|
|
@@ -11835,8 +11886,6 @@ declare namespace io.flow.session.v0.models {
|
|
|
11835
11886
|
readonly geo?: io.flow.session.v0.models.SessionGeo;
|
|
11836
11887
|
readonly experience?: io.flow.experience.v0.models.ExperienceGeo;
|
|
11837
11888
|
readonly format?: io.flow.session.v0.models.SessionFormat;
|
|
11838
|
-
readonly experiment?: io.flow.session.v0.models.SessionExperiment;
|
|
11839
|
-
readonly context?: io.flow.session.context.v0.models.ContextReference;
|
|
11840
11889
|
}
|
|
11841
11890
|
interface OrganizationSessionAuthorization {
|
|
11842
11891
|
readonly discriminator: 'organization_session_authorization';
|
|
@@ -11850,21 +11899,6 @@ declare namespace io.flow.session.v0.models {
|
|
|
11850
11899
|
readonly symbol: io.flow.common.v0.enums.CurrencySymbolFormat;
|
|
11851
11900
|
readonly label_formatters: io.flow.common.v0.enums.CurrencyLabelFormatter[];
|
|
11852
11901
|
}
|
|
11853
|
-
interface SessionExperiment {
|
|
11854
|
-
readonly key: string;
|
|
11855
|
-
readonly variant?: io.flow.session.v0.models.SessionExperimentVariant;
|
|
11856
|
-
}
|
|
11857
|
-
interface SessionExperimentForm {
|
|
11858
|
-
readonly key: string;
|
|
11859
|
-
readonly variant?: io.flow.session.v0.models.SessionExperimentVariantForm;
|
|
11860
|
-
}
|
|
11861
|
-
interface SessionExperimentVariant {
|
|
11862
|
-
readonly key: string;
|
|
11863
|
-
readonly name: string;
|
|
11864
|
-
}
|
|
11865
|
-
interface SessionExperimentVariantForm {
|
|
11866
|
-
readonly key: string;
|
|
11867
|
-
}
|
|
11868
11902
|
interface SessionExpirationConfig {
|
|
11869
11903
|
readonly unit: io.flow.common.v0.enums.UnitOfTime;
|
|
11870
11904
|
readonly value: number;
|
|
@@ -11938,174 +11972,6 @@ declare namespace io.flow.billing.bank.account.v0.models {
|
|
|
11938
11972
|
declare namespace io.flow.billing.bank.account.v0.unions {
|
|
11939
11973
|
type BankAccountInfo = io.flow.billing.bank.account.v0.models.BankAccountInfoUsa | io.flow.billing.bank.account.v0.models.BankAccountInfoCan | io.flow.billing.bank.account.v0.models.BankAccountInfoGbr | io.flow.billing.bank.account.v0.models.BankAccountInfoFra | io.flow.billing.bank.account.v0.models.BankAccountInfoIta;
|
|
11940
11974
|
}
|
|
11941
|
-
declare namespace io.flow.experiment.internal.v0.enums {
|
|
11942
|
-
type ExperimentDiscriminatorKey = 'experience' | 'feature';
|
|
11943
|
-
type Scope = 'organization' | 'global';
|
|
11944
|
-
type SignificanceAction = 'end_and_implement_winner' | 'end_and_revert' | 'do_nothing';
|
|
11945
|
-
type Status = 'draft' | 'scheduled' | 'live' | 'ended' | 'archived';
|
|
11946
|
-
type TimeseriesType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
11947
|
-
}
|
|
11948
|
-
declare namespace io.flow.experiment.internal.v0.models {
|
|
11949
|
-
interface DailyExperimentResults {
|
|
11950
|
-
readonly id: string;
|
|
11951
|
-
readonly day: string;
|
|
11952
|
-
readonly experiment_key: string;
|
|
11953
|
-
readonly experiment_variant_key: string;
|
|
11954
|
-
readonly visitor_count: number;
|
|
11955
|
-
readonly visitors_with_transactions_count: number;
|
|
11956
|
-
readonly conversion_rate: number;
|
|
11957
|
-
readonly lower_bound: number;
|
|
11958
|
-
readonly upper_bound: number;
|
|
11959
|
-
readonly probability_of_being_best?: number;
|
|
11960
|
-
readonly currency?: string;
|
|
11961
|
-
readonly average_order_value?: number;
|
|
11962
|
-
readonly revenue_generated?: number;
|
|
11963
|
-
readonly total_order_count?: number;
|
|
11964
|
-
readonly conversion_rate_uplift?: number;
|
|
11965
|
-
readonly average_order_value_uplift?: number;
|
|
11966
|
-
readonly revenue_generated_uplift?: number;
|
|
11967
|
-
}
|
|
11968
|
-
interface ExperienceExperiment {
|
|
11969
|
-
readonly discriminator: 'experience';
|
|
11970
|
-
readonly id: string;
|
|
11971
|
-
readonly key: string;
|
|
11972
|
-
readonly name: string;
|
|
11973
|
-
readonly description?: string;
|
|
11974
|
-
readonly status: io.flow.experiment.internal.v0.enums.Status;
|
|
11975
|
-
readonly emails: string[];
|
|
11976
|
-
readonly started_at?: string;
|
|
11977
|
-
readonly ended_at?: string;
|
|
11978
|
-
readonly variants: io.flow.experiment.internal.v0.models.ExperienceVariant[];
|
|
11979
|
-
readonly transitions?: io.flow.experiment.internal.v0.enums.Status[];
|
|
11980
|
-
readonly significance_action?: io.flow.experiment.internal.v0.enums.SignificanceAction;
|
|
11981
|
-
}
|
|
11982
|
-
interface ExperienceVariant {
|
|
11983
|
-
readonly discriminator: 'experience_variant';
|
|
11984
|
-
readonly experience: io.flow.experiment.internal.v0.models.ExperienceVariantSummary;
|
|
11985
|
-
readonly traffic_percentage: number;
|
|
11986
|
-
readonly experiment_results?: io.flow.experiment.internal.v0.models.ExperimentResults;
|
|
11987
|
-
}
|
|
11988
|
-
interface ExperienceVariantForm {
|
|
11989
|
-
readonly discriminator: 'experience';
|
|
11990
|
-
readonly key: string;
|
|
11991
|
-
readonly traffic_percentage: number;
|
|
11992
|
-
}
|
|
11993
|
-
interface ExperienceVariantSummary {
|
|
11994
|
-
readonly key: string;
|
|
11995
|
-
readonly name?: string;
|
|
11996
|
-
}
|
|
11997
|
-
interface ExperimentForm {
|
|
11998
|
-
readonly name: string;
|
|
11999
|
-
readonly description?: string;
|
|
12000
|
-
readonly emails: string[];
|
|
12001
|
-
readonly variants: io.flow.experiment.internal.v0.unions.VariantForm[];
|
|
12002
|
-
readonly significance_action?: io.flow.experiment.internal.v0.enums.SignificanceAction;
|
|
12003
|
-
readonly session_query?: string;
|
|
12004
|
-
}
|
|
12005
|
-
interface ExperimentFormDefault {
|
|
12006
|
-
readonly discriminator: io.flow.experiment.internal.v0.models.ExperimentFormDefaultDiscriminator;
|
|
12007
|
-
readonly variants?: io.flow.experiment.internal.v0.models.ExperimentFormDefaultVariant[];
|
|
12008
|
-
}
|
|
12009
|
-
interface ExperimentFormDefaultDiscriminator {
|
|
12010
|
-
readonly key: io.flow.experiment.internal.v0.enums.ExperimentDiscriminatorKey;
|
|
12011
|
-
readonly values: io.flow.experiment.internal.v0.models.ExperimentFormDefaultDiscriminatorValue[];
|
|
12012
|
-
}
|
|
12013
|
-
interface ExperimentFormDefaultDiscriminatorValue {
|
|
12014
|
-
readonly key: string;
|
|
12015
|
-
readonly name: string;
|
|
12016
|
-
readonly scope: io.flow.experiment.internal.v0.enums.Scope;
|
|
12017
|
-
}
|
|
12018
|
-
interface ExperimentFormDefaultVariant {
|
|
12019
|
-
readonly key: string;
|
|
12020
|
-
readonly name: string;
|
|
12021
|
-
readonly traffic_percentage?: number;
|
|
12022
|
-
}
|
|
12023
|
-
interface ExperimentMilestone {
|
|
12024
|
-
readonly id: string;
|
|
12025
|
-
readonly experiment: io.flow.experiment.internal.v0.models.ExperimentReference;
|
|
12026
|
-
readonly timestamp: string;
|
|
12027
|
-
readonly description: string;
|
|
12028
|
-
}
|
|
12029
|
-
interface ExperimentMilestoneForm {
|
|
12030
|
-
readonly timestamp?: string;
|
|
12031
|
-
readonly description: string;
|
|
12032
|
-
}
|
|
12033
|
-
interface ExperimentReference {
|
|
12034
|
-
readonly key: string;
|
|
12035
|
-
}
|
|
12036
|
-
interface ExperimentResults {
|
|
12037
|
-
readonly id: string;
|
|
12038
|
-
readonly experiment_key: string;
|
|
12039
|
-
readonly experiment_variant_key: string;
|
|
12040
|
-
readonly visitor_count: number;
|
|
12041
|
-
readonly visitors_with_transactions_count: number;
|
|
12042
|
-
readonly conversion_rate: number;
|
|
12043
|
-
readonly lower_bound: number;
|
|
12044
|
-
readonly upper_bound: number;
|
|
12045
|
-
readonly probability_of_being_best?: number;
|
|
12046
|
-
readonly currency?: string;
|
|
12047
|
-
readonly average_order_value?: number;
|
|
12048
|
-
readonly revenue_generated?: number;
|
|
12049
|
-
readonly total_order_count?: number;
|
|
12050
|
-
readonly conversion_rate_uplift?: number;
|
|
12051
|
-
readonly average_order_value_uplift?: number;
|
|
12052
|
-
readonly revenue_generated_uplift?: number;
|
|
12053
|
-
}
|
|
12054
|
-
interface ExperimentResultsWithTimestamp {
|
|
12055
|
-
readonly timestamp: string;
|
|
12056
|
-
readonly results: io.flow.experiment.internal.v0.models.ExperimentResults[];
|
|
12057
|
-
}
|
|
12058
|
-
interface ExperimentSessionQueryForm {
|
|
12059
|
-
readonly session_query?: string;
|
|
12060
|
-
}
|
|
12061
|
-
interface ExperimentVersion {
|
|
12062
|
-
readonly id: string;
|
|
12063
|
-
readonly timestamp: string;
|
|
12064
|
-
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
12065
|
-
readonly experiment: io.flow.experiment.internal.v0.unions.Experiment;
|
|
12066
|
-
}
|
|
12067
|
-
interface FeatureExperiment {
|
|
12068
|
-
readonly discriminator: 'feature';
|
|
12069
|
-
readonly id: string;
|
|
12070
|
-
readonly key: string;
|
|
12071
|
-
readonly name: string;
|
|
12072
|
-
readonly description?: string;
|
|
12073
|
-
readonly status: io.flow.experiment.internal.v0.enums.Status;
|
|
12074
|
-
readonly emails: string[];
|
|
12075
|
-
readonly scope: io.flow.experiment.internal.v0.enums.Scope;
|
|
12076
|
-
readonly started_at?: string;
|
|
12077
|
-
readonly ended_at?: string;
|
|
12078
|
-
readonly variants: io.flow.experiment.internal.v0.models.FeatureVariant[];
|
|
12079
|
-
readonly transitions?: io.flow.experiment.internal.v0.enums.Status[];
|
|
12080
|
-
readonly significance_action?: io.flow.experiment.internal.v0.enums.SignificanceAction;
|
|
12081
|
-
readonly session_query?: string;
|
|
12082
|
-
}
|
|
12083
|
-
interface FeatureValueReference {
|
|
12084
|
-
readonly feature_key: string;
|
|
12085
|
-
readonly value: string;
|
|
12086
|
-
}
|
|
12087
|
-
interface FeatureVariant {
|
|
12088
|
-
readonly discriminator: 'feature_variant';
|
|
12089
|
-
readonly value: io.flow.experiment.internal.v0.models.FeatureVariantSummary;
|
|
12090
|
-
readonly traffic_percentage: number;
|
|
12091
|
-
readonly experiment_results?: io.flow.experiment.internal.v0.models.ExperimentResults;
|
|
12092
|
-
}
|
|
12093
|
-
interface FeatureVariantForm {
|
|
12094
|
-
readonly discriminator: 'feature';
|
|
12095
|
-
readonly key: string;
|
|
12096
|
-
readonly traffic_percentage: number;
|
|
12097
|
-
}
|
|
12098
|
-
interface FeatureVariantSummary {
|
|
12099
|
-
readonly key: string;
|
|
12100
|
-
readonly feature_value: io.flow.experiment.internal.v0.models.FeatureValueReference;
|
|
12101
|
-
readonly name?: string;
|
|
12102
|
-
}
|
|
12103
|
-
}
|
|
12104
|
-
declare namespace io.flow.experiment.internal.v0.unions {
|
|
12105
|
-
type Experiment = io.flow.experiment.internal.v0.models.ExperienceExperiment | io.flow.experiment.internal.v0.models.FeatureExperiment;
|
|
12106
|
-
type Variant = io.flow.experiment.internal.v0.models.ExperienceVariant | io.flow.experiment.internal.v0.models.FeatureVariant;
|
|
12107
|
-
type VariantForm = io.flow.experiment.internal.v0.models.ExperienceVariantForm | io.flow.experiment.internal.v0.models.FeatureVariantForm;
|
|
12108
|
-
}
|
|
12109
11975
|
declare namespace io.flow.internal.v0.enums {
|
|
12110
11976
|
type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
|
|
12111
11977
|
type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
|
|
@@ -12113,18 +11979,20 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12113
11979
|
type AddressConfigurationSettingProvinceCode = 'iso_3166_2' | 'name';
|
|
12114
11980
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
12115
11981
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
11982
|
+
type AldoItemType = 'physical' | 'digital';
|
|
12116
11983
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
12117
11984
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
12118
11985
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
|
|
11986
|
+
type BankAccountStatus = 'on_hold' | 'not_on_hold';
|
|
12119
11987
|
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
12120
11988
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
12121
11989
|
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';
|
|
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' | '
|
|
11990
|
+
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' | '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';
|
|
12123
11991
|
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';
|
|
12124
11992
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
12125
11993
|
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';
|
|
12126
11994
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
12127
|
-
type CalculatorEngine = '
|
|
11995
|
+
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
12128
11996
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
12129
11997
|
type CarrierChargeType = 'label' | 'tax' | 'other';
|
|
12130
11998
|
type CarrierFileType = 'freight' | 'tax';
|
|
@@ -12135,7 +12003,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12135
12003
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
12136
12004
|
type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
|
|
12137
12005
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
12138
|
-
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
12006
|
+
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
12139
12007
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
12140
12008
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
12141
12009
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
@@ -12154,14 +12022,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12154
12022
|
type ClassificationPlatform = 'GlobalE' | 'Flow' | 'Borderfree';
|
|
12155
12023
|
type ClassificationType = 'None' | 'Manual' | 'ML';
|
|
12156
12024
|
type ClothingAgeClassification = 'None' | 'AgeKidsGeneral' | 'Age0_10' | 'Age10_13' | 'Age13_14';
|
|
12157
|
-
type ColmItemType = 'physical' | 'digital';
|
|
12158
12025
|
type Company = 'globale' | 'flow';
|
|
12159
12026
|
type ComplianceType = 'weee';
|
|
12160
12027
|
type ContentElementType = 'markdown' | 'html' | 'plain_text' | 'href';
|
|
12161
12028
|
type ContentStatus = 'draft' | 'live' | 'archived';
|
|
12162
12029
|
type ContentType = 'text' | 'html';
|
|
12163
12030
|
type ContentTypeCast = 'markdown_to_html' | 'markdown_to_text';
|
|
12164
|
-
type CostType = 'payment_processing' | 'fx' | 'negative_balance' | 'solution' | 'hosting' | 'duty_guarantee' | 'transfer' | 'fraud';
|
|
12165
12031
|
type CrossdockTrackingStatus = 'notified' | 'received' | 'shipped';
|
|
12166
12032
|
type DebugAccountingTransactionType = 'fulfillment';
|
|
12167
12033
|
type DeliveredDutyOptionMessageType = 'warning' | 'notification';
|
|
@@ -12186,10 +12052,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12186
12052
|
type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
|
|
12187
12053
|
type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
|
|
12188
12054
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
12189
|
-
type EldarItemType = 'digital' | 'physical';
|
|
12190
12055
|
type EmptyAttribute = 'irrelevant';
|
|
12191
12056
|
type ErpFileType = 'vendor';
|
|
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';
|
|
12057
|
+
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' | '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' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | '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' | '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' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | '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' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_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_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_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' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
12193
12058
|
type ExperienceImportType = 'experience_with_settings';
|
|
12194
12059
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
12195
12060
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -12208,7 +12073,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12208
12073
|
type FtpProtocol = 'sftp' | 'ftp';
|
|
12209
12074
|
type GoogleAnalyticsPlugin = 'ec';
|
|
12210
12075
|
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog';
|
|
12211
|
-
type HarinathItemType = 'digital' | 'physical';
|
|
12212
12076
|
type HarmonizationDecisionSource = 'human' | 'legacy_model' | 'enterprise_model';
|
|
12213
12077
|
type HttpMethod = 'get' | 'post';
|
|
12214
12078
|
type ItemClassificationAction = 'ACCEPT' | 'MANUAL' | 'REJECT';
|
|
@@ -12217,7 +12081,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12217
12081
|
type ItemQuantityAction = 'fulfillment_ship' | 'fulfillment_cancel' | 'fulfillment_generate_label';
|
|
12218
12082
|
type ItemType = 'standard' | 'multi_product';
|
|
12219
12083
|
type KeywordType = 'positive' | 'negative';
|
|
12220
|
-
type KonstantinItemType = 'physical' | 'digital';
|
|
12221
12084
|
type LabelBillingStrategy = 'quote' | 'carrier';
|
|
12222
12085
|
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
12223
12086
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
@@ -12240,10 +12103,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12240
12103
|
type MarketingGatewayPlatform = 'google' | 'facebook' | 'adroll' | 'aliexpress' | 'amazon' | 'bing' | 'criteo' | 'fruugo' | 'pinterest' | 'rakuten_japan' | 'wish' | 'snapchat' | 'stylight';
|
|
12241
12104
|
type MarketingGatewayProductStatus = 'approved' | 'not_approved' | 'pending' | 'not_found' | 'excluded';
|
|
12242
12105
|
type MarketingGatewaySchemaCompatibility = 'google' | 'facebook_primary' | 'facebook_country_override' | 'supplemental';
|
|
12243
|
-
type MatiasItemType = 'physical' | 'digital';
|
|
12244
|
-
type MerchantCohort = 'channel_merchant_pre_cutoff' | 'channel_merchant_post_cutoff' | 'global_e_merchant_pre_cutoff' | 'global_e_merchant_post_cutoff';
|
|
12245
|
-
type MichaelyanItemType = 'physical' | 'digital';
|
|
12246
|
-
type MiljenkoItemType = 'physical' | 'digital';
|
|
12247
12106
|
type MixedBagWeight = '0' | '1' | '2';
|
|
12248
12107
|
type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
|
|
12249
12108
|
type NoLiabilityReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'zero_rate_on_sale' | 'goods_above_value_threshold' | 'goods_below_value_threshold' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_by_trade_agreement';
|
|
@@ -12271,19 +12130,15 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12271
12130
|
type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
|
|
12272
12131
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
12273
12132
|
type Owner = 'flow' | 'organization';
|
|
12274
|
-
type Party = 'merchant' | 'channel_partner' | 'global_e';
|
|
12275
12133
|
type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
|
|
12276
12134
|
type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
|
|
12277
12135
|
type PaymentTerm = 'net7' | 'net15' | 'net30';
|
|
12278
12136
|
type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
|
|
12279
12137
|
type PriceSelector = 'minimum' | 'maximum';
|
|
12280
|
-
type PricingIndicatorStatus = 'complete' | 'in_progress';
|
|
12281
|
-
type PrincipalType = 'total_order_value' | 'product_order_value' | 'label_value';
|
|
12282
12138
|
type ProcessingTransactionType = 'adjustment' | 'reversal' | 'capture' | 'refund' | 'fully_subsidized_order' | 'credit_payment';
|
|
12283
12139
|
type Processor = 'adyen' | 'afterpay' | 'bitpay' | 'stripe' | 'paypal' | 'flow_sandbox' | 'fiserv' | 'crypto';
|
|
12284
12140
|
type ProcessorEntityStatus = 'active' | 'draft' | 'archived';
|
|
12285
12141
|
type ProductStatus = 'active' | 'archived' | 'draft';
|
|
12286
|
-
type ProfitStreamKey = 'pre_profit_share' | 'channel_pre_cutoff' | 'channel_post_cutoff' | 'global_e_pre_cutoff' | 'global_e_post_cutoff' | 'duty_assurance';
|
|
12287
12142
|
type PromptAction = 'prompt_displayed' | 'consent_granted' | 'consent_denied';
|
|
12288
12143
|
type PromptCheckoutDisplayPosition = 'email' | 'submission';
|
|
12289
12144
|
type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
|
|
@@ -12305,14 +12160,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12305
12160
|
type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
|
|
12306
12161
|
type RestrictionStatus = 'pending' | 'in_review' | 'escalated' | 'accepted' | 'restricted';
|
|
12307
12162
|
type RevenueRecordType = 'pending' | 'sales' | 'refund';
|
|
12308
|
-
type RevenueType = 'mor' | 'fx' | 'duty_assurance';
|
|
12309
12163
|
type RiskCheck = 'three_d_secure';
|
|
12310
12164
|
type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
|
|
12311
|
-
type SanjayItemType = 'digital' | 'physical';
|
|
12312
|
-
type ServiceName = 'catalog' | 'demandware' | 'metric';
|
|
12313
12165
|
type SessionCountryStatus = 'enabled' | 'disabled';
|
|
12314
12166
|
type ShopifyCheckInventoryErrorCode = 'inventory_out_of_stock';
|
|
12315
12167
|
type ShopifyGrantStatus = 'pass' | 'fail';
|
|
12168
|
+
type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
|
|
12316
12169
|
type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
|
|
12317
12170
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
12318
12171
|
type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'order_edit' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations' | 'channel_organization_identifier' | 'bulk_product_ingestion' | 'bulk_duty_update';
|
|
@@ -12324,24 +12177,21 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12324
12177
|
type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
|
|
12325
12178
|
type ShopifyPromotionStatus = 'active' | 'inactive';
|
|
12326
12179
|
type ShopifyService = 'payment' | 'duty_tax_calculator';
|
|
12327
|
-
type ShrutiDemoType = 'digital' | 'physical';
|
|
12328
12180
|
type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
|
|
12329
12181
|
type SnoozeNextActionWith = 'customer_service' | 'engineering';
|
|
12330
12182
|
type SnoozeSourceType = 'task' | 'invariant';
|
|
12183
|
+
type SourceTypeFilter = 'organization' | 'channel';
|
|
12331
12184
|
type StatementStatus = 'created' | 'no_transactions' | 'transactions_assigned' | 'statement_generated' | 'statement_regenerated' | 'failed';
|
|
12332
12185
|
type StatementTransferTransactionLocation = 'transactions_file' | 'summary';
|
|
12333
12186
|
type StatisticType = 'time-to-classify' | 'time-to-classify-aggregated' | 'rate-source' | 'rate-freshness';
|
|
12334
12187
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
12335
12188
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
12336
|
-
type SvitlanaType = 'physical' | 'digital';
|
|
12337
|
-
type TamItemType = 'physical' | 'digital';
|
|
12338
12189
|
type TariffEligibilityType = 'rex';
|
|
12339
12190
|
type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults';
|
|
12340
12191
|
type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
|
|
12341
12192
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
12342
12193
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
12343
12194
|
type TaxTransactionType = 'adjustment' | 'reversal' | 'tax' | 'refund';
|
|
12344
|
-
type ThiagoItemType = 'digital' | 'physical';
|
|
12345
12195
|
type TrackingIntegrationType = 'api' | 'bulk' | 'aftership';
|
|
12346
12196
|
type TrackingLabelDimensionsSource = 'aftership' | 'carrier_api';
|
|
12347
12197
|
type TrackingProcessingFailureClassification = 'tracking_expired' | 'expired_tracking_number_new_event' | 'new_tracking_number_expired_event' | 'origin_mismatch' | 'destination_mismatch' | 'other';
|
|
@@ -12492,8 +12342,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12492
12342
|
readonly enable_fee_reversals: boolean;
|
|
12493
12343
|
readonly record_reason_for_transactions_pending_payout: boolean;
|
|
12494
12344
|
readonly enable_negative_debits: boolean;
|
|
12495
|
-
readonly setup_completed_at?: string;
|
|
12496
|
-
readonly cohort?: io.flow.internal.v0.enums.MerchantCohort;
|
|
12497
12345
|
}
|
|
12498
12346
|
interface AccountSettingsDeleted {
|
|
12499
12347
|
readonly discriminator: 'account_settings_deleted';
|
|
@@ -12977,6 +12825,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12977
12825
|
readonly timestamp: string;
|
|
12978
12826
|
readonly afterpay_refund: io.flow.internal.v0.models.AfterpayRefund;
|
|
12979
12827
|
}
|
|
12828
|
+
interface AldoItem {
|
|
12829
|
+
readonly id: string;
|
|
12830
|
+
readonly number: string;
|
|
12831
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
12832
|
+
readonly description?: string;
|
|
12833
|
+
readonly type: io.flow.internal.v0.enums.AldoItemType;
|
|
12834
|
+
readonly added_on: string;
|
|
12835
|
+
}
|
|
12836
|
+
interface AldoItemForm {
|
|
12837
|
+
readonly number: string;
|
|
12838
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
12839
|
+
readonly description?: string;
|
|
12840
|
+
readonly type: io.flow.internal.v0.enums.AldoItemType;
|
|
12841
|
+
readonly added_on: string;
|
|
12842
|
+
}
|
|
12980
12843
|
interface AlertErrorSummary {
|
|
12981
12844
|
readonly event_id: number;
|
|
12982
12845
|
readonly error: string;
|
|
@@ -13000,11 +12863,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13000
12863
|
readonly queue: string;
|
|
13001
12864
|
readonly count: number;
|
|
13002
12865
|
}
|
|
13003
|
-
interface AlgoliaIndexAssignment {
|
|
13004
|
-
readonly id: string;
|
|
13005
|
-
readonly name: string;
|
|
13006
|
-
readonly application_id: string;
|
|
13007
|
-
}
|
|
13008
12866
|
interface AllItemsExport {
|
|
13009
12867
|
readonly discriminator: 'all_items_export';
|
|
13010
12868
|
readonly event_id: string;
|
|
@@ -13108,6 +12966,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13108
12966
|
readonly keywords?: string[];
|
|
13109
12967
|
readonly action?: io.flow.internal.v0.enums.RestrictionStatus;
|
|
13110
12968
|
}
|
|
12969
|
+
interface BankAccount {
|
|
12970
|
+
readonly status: io.flow.internal.v0.enums.BankAccountStatus;
|
|
12971
|
+
readonly hold_created_at?: string;
|
|
12972
|
+
readonly updated_at: string;
|
|
12973
|
+
readonly last4: string;
|
|
12974
|
+
}
|
|
13111
12975
|
interface BankAccountReference {
|
|
13112
12976
|
readonly id: string;
|
|
13113
12977
|
}
|
|
@@ -13913,6 +13777,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13913
13777
|
readonly channel_id: string;
|
|
13914
13778
|
readonly capabilities: io.flow.channel.v0.enums.ChannelCurrencyCapability[];
|
|
13915
13779
|
}
|
|
13780
|
+
interface ChannelCurrencyPairInternal {
|
|
13781
|
+
readonly channel_currency_pair: io.flow.channel.currency.v0.models.ChannelCurrencyPair;
|
|
13782
|
+
}
|
|
13916
13783
|
interface ChannelCurrencySetting {
|
|
13917
13784
|
readonly id: string;
|
|
13918
13785
|
readonly channel_id: string;
|
|
@@ -13998,6 +13865,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13998
13865
|
readonly next_action_from?: io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
13999
13866
|
readonly order_created_at?: string;
|
|
14000
13867
|
readonly order_updated_at?: string;
|
|
13868
|
+
readonly order_edit_summary?: io.flow.internal.v0.models.OrderEditSummary;
|
|
14001
13869
|
}
|
|
14002
13870
|
interface ChannelOrderAcceptanceDeleted {
|
|
14003
13871
|
readonly discriminator: 'channel_order_acceptance_deleted';
|
|
@@ -14575,33 +14443,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14575
14443
|
readonly user_id: string;
|
|
14576
14444
|
readonly task: string;
|
|
14577
14445
|
}
|
|
14578
|
-
interface ColmItem {
|
|
14579
|
-
readonly id: string;
|
|
14580
|
-
readonly number: string;
|
|
14581
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
14582
|
-
readonly description?: string;
|
|
14583
|
-
readonly type: io.flow.internal.v0.enums.ColmItemType;
|
|
14584
|
-
readonly added_on: string;
|
|
14585
|
-
}
|
|
14586
|
-
interface ColmItemDeleted {
|
|
14587
|
-
readonly discriminator: 'colm_item_deleted';
|
|
14588
|
-
readonly event_id: string;
|
|
14589
|
-
readonly timestamp: string;
|
|
14590
|
-
readonly id: string;
|
|
14591
|
-
}
|
|
14592
|
-
interface ColmItemForm {
|
|
14593
|
-
readonly number: string;
|
|
14594
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
14595
|
-
readonly description?: string;
|
|
14596
|
-
readonly type: io.flow.internal.v0.enums.ColmItemType;
|
|
14597
|
-
readonly added_on: string;
|
|
14598
|
-
}
|
|
14599
|
-
interface ColmItemUpserted {
|
|
14600
|
-
readonly discriminator: 'colm_item_upserted';
|
|
14601
|
-
readonly event_id: string;
|
|
14602
|
-
readonly timestamp: string;
|
|
14603
|
-
readonly item: io.flow.internal.v0.models.ColmItem;
|
|
14604
|
-
}
|
|
14605
14446
|
interface CommercialInvoiceComparison {
|
|
14606
14447
|
readonly urls: string[];
|
|
14607
14448
|
}
|
|
@@ -14730,15 +14571,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14730
14571
|
readonly key: string;
|
|
14731
14572
|
readonly description?: string;
|
|
14732
14573
|
}
|
|
14733
|
-
interface Cost {
|
|
14734
|
-
readonly source: io.flow.internal.v0.models.CostRule;
|
|
14735
|
-
readonly amount: number;
|
|
14736
|
-
}
|
|
14737
|
-
interface CostRule {
|
|
14738
|
-
readonly type: io.flow.internal.v0.enums.CostType;
|
|
14739
|
-
readonly rule: io.flow.internal.v0.unions.MoneyRule;
|
|
14740
|
-
readonly bearer: io.flow.internal.v0.enums.Party;
|
|
14741
|
-
}
|
|
14742
14574
|
interface CountryPickerCountry {
|
|
14743
14575
|
readonly iso_3166_2: string;
|
|
14744
14576
|
readonly iso_3166_3: string;
|
|
@@ -14832,6 +14664,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14832
14664
|
readonly identifiers: io.flow.internal.v0.models.OtherRecordIdentifiers;
|
|
14833
14665
|
readonly created_at: string;
|
|
14834
14666
|
readonly updated_at: string;
|
|
14667
|
+
readonly posted_at?: string;
|
|
14835
14668
|
}
|
|
14836
14669
|
interface CurrencyInternalRate {
|
|
14837
14670
|
readonly id: string;
|
|
@@ -14948,11 +14781,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14948
14781
|
readonly type_id: string;
|
|
14949
14782
|
readonly transaction_id: string;
|
|
14950
14783
|
}
|
|
14784
|
+
interface DebugAdjustment {
|
|
14785
|
+
readonly transaction_id: string;
|
|
14786
|
+
readonly original_transaction: io.flow.internal.v0.models.DebugOriginalTransactionSummary;
|
|
14787
|
+
readonly description: string;
|
|
14788
|
+
}
|
|
14789
|
+
interface DebugBankingDetails {
|
|
14790
|
+
readonly merchant: io.flow.internal.v0.models.MerchantDetails;
|
|
14791
|
+
readonly account: io.flow.internal.v0.models.BankAccount;
|
|
14792
|
+
}
|
|
14951
14793
|
interface DebugDetails {
|
|
14952
14794
|
readonly labels: io.flow.internal.v0.models.DebugLabel[];
|
|
14953
14795
|
readonly captures: io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
|
|
14954
14796
|
readonly refunds: io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
|
|
14955
14797
|
readonly allocation: io.flow.experience.v0.models.AllocationV2;
|
|
14798
|
+
readonly adjustments: io.flow.internal.v0.models.DebugAdjustment[];
|
|
14956
14799
|
}
|
|
14957
14800
|
interface DebugFulfillmentDelta {
|
|
14958
14801
|
readonly posted_transactions_net: number;
|
|
@@ -14965,6 +14808,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14965
14808
|
readonly carrier_tracking_number: string;
|
|
14966
14809
|
readonly label_tracking_summary_id?: string;
|
|
14967
14810
|
readonly label_id?: string;
|
|
14811
|
+
readonly cost_estimate?: io.flow.label.v0.models.ShippingLabelHopSummary;
|
|
14968
14812
|
readonly transactions?: io.flow.internal.v0.models.DebugLabelTransactionSummary[];
|
|
14969
14813
|
}
|
|
14970
14814
|
interface DebugLabelTransactionSummary {
|
|
@@ -14982,8 +14826,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14982
14826
|
interface DebugOrderTransaction {
|
|
14983
14827
|
readonly order: io.flow.internal.v0.models.DebugOrder;
|
|
14984
14828
|
readonly debug: io.flow.internal.v0.models.DebugDetails;
|
|
14985
|
-
readonly transactions: io.flow.
|
|
14829
|
+
readonly transactions: io.flow.internal.v0.models.DebugOrderTransactionDetails[];
|
|
14986
14830
|
readonly reporting: io.flow.internal.v0.models.ReportingDetails;
|
|
14831
|
+
readonly banking: io.flow.internal.v0.models.DebugBankingDetails;
|
|
14832
|
+
}
|
|
14833
|
+
interface DebugOrderTransactionDetails {
|
|
14834
|
+
readonly transaction: io.flow.billing.v0.models.Transaction;
|
|
14835
|
+
readonly payout_details?: io.flow.billing.v0.unions.PayoutStatus;
|
|
14987
14836
|
}
|
|
14988
14837
|
interface DebugOrderTransactionForm {
|
|
14989
14838
|
readonly order_id?: string;
|
|
@@ -15004,6 +14853,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15004
14853
|
readonly key?: string;
|
|
15005
14854
|
readonly value?: string;
|
|
15006
14855
|
}
|
|
14856
|
+
interface DebugOriginalTransactionSummary {
|
|
14857
|
+
readonly id: string;
|
|
14858
|
+
readonly source: io.flow.billing.v0.enums.TransactionSource;
|
|
14859
|
+
}
|
|
15007
14860
|
interface DebugPaymentTransactionSummary {
|
|
15008
14861
|
readonly id: string;
|
|
15009
14862
|
readonly type: string;
|
|
@@ -15102,12 +14955,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15102
14955
|
readonly error: string;
|
|
15103
14956
|
readonly destination: io.flow.common.v0.models.Address;
|
|
15104
14957
|
}
|
|
15105
|
-
interface Details {
|
|
15106
|
-
readonly catalog_item: io.flow.common.v0.models.CatalogItemSummary;
|
|
15107
|
-
readonly experience?: io.flow.common.v0.models.ExperienceSummary;
|
|
15108
|
-
readonly upserted_at: string;
|
|
15109
|
-
readonly time_elapsed_since_upserted: number;
|
|
15110
|
-
}
|
|
15111
14958
|
interface Dhl {
|
|
15112
14959
|
readonly discriminator: 'dhl';
|
|
15113
14960
|
readonly export_account_number: string;
|
|
@@ -15123,6 +14970,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15123
14970
|
readonly pickup_account_number: string;
|
|
15124
14971
|
readonly pickup_name: string;
|
|
15125
14972
|
}
|
|
14973
|
+
interface DhlEcommerceWebhook {
|
|
14974
|
+
readonly placeholder?: boolean;
|
|
14975
|
+
}
|
|
15126
14976
|
interface Dict {
|
|
15127
14977
|
readonly discriminator: 'dict';
|
|
15128
14978
|
readonly label: io.flow.internal.v0.models.ContentLabel;
|
|
@@ -15179,8 +15029,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15179
15029
|
readonly billable: io.flow.internal.v0.enums.DisputeBillable;
|
|
15180
15030
|
readonly defense_outcome?: io.flow.internal.v0.enums.DisputeDefenseOutcome;
|
|
15181
15031
|
readonly details: io.flow.internal.v0.unions.DisputeDetails;
|
|
15032
|
+
readonly payment_method?: io.flow.reference.v0.models.PaymentMethod;
|
|
15182
15033
|
readonly issued_at: string;
|
|
15183
15034
|
readonly expires_at?: string;
|
|
15035
|
+
readonly defended_at?: string;
|
|
15184
15036
|
readonly created_at: string;
|
|
15185
15037
|
readonly updated_at?: string;
|
|
15186
15038
|
}
|
|
@@ -15250,6 +15102,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15250
15102
|
interface DisputeRecord {
|
|
15251
15103
|
readonly id: string;
|
|
15252
15104
|
readonly organization: io.flow.internal.v0.models.ReportingOrganizationSummary;
|
|
15105
|
+
readonly authorization: io.flow.internal.v0.models.ReportingAuthorizationReference;
|
|
15253
15106
|
readonly order: io.flow.internal.v0.models.ReportingOrderSummary;
|
|
15254
15107
|
readonly status: io.flow.internal.v0.enums.DisputeStatus;
|
|
15255
15108
|
readonly processor: io.flow.internal.v0.enums.DisputeProcessor;
|
|
@@ -15321,57 +15174,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15321
15174
|
readonly parser_version: string;
|
|
15322
15175
|
readonly created_at: string;
|
|
15323
15176
|
}
|
|
15324
|
-
interface DutyRateBulkRequest {
|
|
15325
|
-
readonly discriminator: 'duty_rate_bulk_request';
|
|
15326
|
-
readonly event_id: string;
|
|
15327
|
-
readonly timestamp: string;
|
|
15328
|
-
readonly context: io.flow.internal.v0.models.DutyRateContext;
|
|
15329
|
-
readonly origin: string;
|
|
15330
|
-
readonly destination_tariff_code: Record<string, string>;
|
|
15331
|
-
}
|
|
15332
|
-
interface DutyRateBulkResponse {
|
|
15333
|
-
readonly discriminator: 'duty_rate_bulk_response';
|
|
15334
|
-
readonly event_id: string;
|
|
15335
|
-
readonly timestamp: string;
|
|
15336
|
-
readonly context: io.flow.internal.v0.models.DutyRateContext;
|
|
15337
|
-
readonly duty_rate: io.flow.internal.v0.models.DutyRate[];
|
|
15338
|
-
}
|
|
15339
|
-
interface DutyRateContext {
|
|
15340
|
-
readonly phrase_id?: string;
|
|
15341
|
-
readonly item_number?: string;
|
|
15342
|
-
readonly product_id?: string;
|
|
15343
|
-
}
|
|
15344
15177
|
interface DutyRateItemSummary {
|
|
15345
15178
|
readonly number: string;
|
|
15346
15179
|
readonly product_id?: string;
|
|
15347
15180
|
}
|
|
15348
|
-
interface DutyRateRequest {
|
|
15349
|
-
readonly discriminator: 'duty_rate_request';
|
|
15350
|
-
readonly event_id: string;
|
|
15351
|
-
readonly timestamp: string;
|
|
15352
|
-
readonly destination: string;
|
|
15353
|
-
readonly origin: string;
|
|
15354
|
-
readonly tariff_code: string;
|
|
15355
|
-
}
|
|
15356
|
-
interface DutyRateResponse {
|
|
15357
|
-
readonly discriminator: 'duty_rate_response';
|
|
15358
|
-
readonly event_id: string;
|
|
15359
|
-
readonly timestamp: string;
|
|
15360
|
-
readonly duty_rate: io.flow.internal.v0.models.DutyRate;
|
|
15361
|
-
}
|
|
15362
15181
|
interface DutyRateSummary {
|
|
15363
15182
|
readonly tariff_code: string;
|
|
15364
15183
|
readonly origin: string;
|
|
15365
15184
|
readonly destination: string;
|
|
15366
15185
|
}
|
|
15367
|
-
interface DutyRateUpserted {
|
|
15368
|
-
readonly discriminator: 'duty_rate_upserted';
|
|
15369
|
-
readonly event_id: string;
|
|
15370
|
-
readonly timestamp: string;
|
|
15371
|
-
readonly source_event: io.flow.internal.v0.models.DutyRawUpserted;
|
|
15372
|
-
readonly duty_rate: io.flow.internal.v0.models.DutyRate;
|
|
15373
|
-
readonly unparsable_rates: string[];
|
|
15374
|
-
}
|
|
15375
15186
|
interface DutyRatesDataSummary {
|
|
15376
15187
|
readonly id: string;
|
|
15377
15188
|
readonly item_summary: io.flow.internal.v0.models.DutyRateItemSummary;
|
|
@@ -15397,19 +15208,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15397
15208
|
readonly version: string;
|
|
15398
15209
|
readonly created_at: string;
|
|
15399
15210
|
}
|
|
15400
|
-
interface DutyRawBulkUpserted {
|
|
15401
|
-
readonly discriminator: 'duty_raw_bulk_upserted';
|
|
15402
|
-
readonly event_id: string;
|
|
15403
|
-
readonly timestamp: string;
|
|
15404
|
-
readonly context: io.flow.internal.v0.models.DutyRateContext;
|
|
15405
|
-
readonly duty_raw: io.flow.internal.v0.models.DutyRaw[];
|
|
15406
|
-
}
|
|
15407
|
-
interface DutyRawUpserted {
|
|
15408
|
-
readonly discriminator: 'duty_raw_upserted';
|
|
15409
|
-
readonly event_id: string;
|
|
15410
|
-
readonly timestamp: string;
|
|
15411
|
-
readonly duty_raw: io.flow.internal.v0.models.DutyRaw;
|
|
15412
|
-
}
|
|
15413
15211
|
interface DutySimpleExpression {
|
|
15414
15212
|
readonly discriminator: 'duty_simple_expression';
|
|
15415
15213
|
readonly type: io.flow.internal.v0.enums.DutySimpleExpressionType;
|
|
@@ -15440,33 +15238,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15440
15238
|
readonly timestamp: string;
|
|
15441
15239
|
readonly duty_transaction: io.flow.internal.v0.models.DutyTransaction;
|
|
15442
15240
|
}
|
|
15443
|
-
interface EldarItem {
|
|
15444
|
-
readonly id: string;
|
|
15445
|
-
readonly number: string;
|
|
15446
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
15447
|
-
readonly description?: string;
|
|
15448
|
-
readonly type: io.flow.internal.v0.enums.EldarItemType;
|
|
15449
|
-
readonly added_on: string;
|
|
15450
|
-
}
|
|
15451
|
-
interface EldarItemDeleted {
|
|
15452
|
-
readonly discriminator: 'eldar_item_deleted';
|
|
15453
|
-
readonly event_id: string;
|
|
15454
|
-
readonly timestamp: string;
|
|
15455
|
-
readonly id: string;
|
|
15456
|
-
}
|
|
15457
|
-
interface EldarItemForm {
|
|
15458
|
-
readonly number: string;
|
|
15459
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
15460
|
-
readonly description?: string;
|
|
15461
|
-
readonly type: io.flow.internal.v0.enums.EldarItemType;
|
|
15462
|
-
readonly added_on: string;
|
|
15463
|
-
}
|
|
15464
|
-
interface EldarItemUpserted {
|
|
15465
|
-
readonly discriminator: 'eldar_item_upserted';
|
|
15466
|
-
readonly event_id: string;
|
|
15467
|
-
readonly timestamp: string;
|
|
15468
|
-
readonly item: io.flow.internal.v0.models.EldarItem;
|
|
15469
|
-
}
|
|
15470
15241
|
interface EmailForm {
|
|
15471
15242
|
readonly to: string[];
|
|
15472
15243
|
readonly cc?: string[];
|
|
@@ -16224,7 +15995,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16224
15995
|
readonly payment_authorization_id?: string;
|
|
16225
15996
|
readonly decline_reason?: io.flow.internal.v0.unions.DeclineReason;
|
|
16226
15997
|
readonly created_at?: string;
|
|
16227
|
-
readonly has_provider_link?: boolean;
|
|
16228
15998
|
}
|
|
16229
15999
|
interface FraudReviewAuthorization {
|
|
16230
16000
|
readonly id: string;
|
|
@@ -16242,7 +16012,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16242
16012
|
readonly payment_authorization_id?: string;
|
|
16243
16013
|
readonly decline_reason?: io.flow.internal.v0.unions.DeclineReason;
|
|
16244
16014
|
readonly created_at?: string;
|
|
16245
|
-
readonly has_provider_link?: boolean;
|
|
16246
16015
|
}
|
|
16247
16016
|
interface FraudReviewAuthorizationDecision {
|
|
16248
16017
|
readonly id: string;
|
|
@@ -16661,42 +16430,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16661
16430
|
readonly discriminator: 'google_tag_manager';
|
|
16662
16431
|
readonly tracker_id: string;
|
|
16663
16432
|
}
|
|
16664
|
-
interface
|
|
16665
|
-
readonly
|
|
16666
|
-
readonly number: string;
|
|
16667
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
16668
|
-
readonly description?: string;
|
|
16669
|
-
readonly type: io.flow.internal.v0.enums.HarinathItemType;
|
|
16670
|
-
readonly added_on: string;
|
|
16433
|
+
interface HarmonizationClassificationStatisticsData {
|
|
16434
|
+
readonly statistics: io.flow.internal.v0.models.ClassificationStatistics;
|
|
16671
16435
|
}
|
|
16672
|
-
interface
|
|
16673
|
-
readonly discriminator: '
|
|
16436
|
+
interface HarmonizationClassificationStatisticsPublished {
|
|
16437
|
+
readonly discriminator: 'harmonization_classification_statistics_published';
|
|
16674
16438
|
readonly event_id: string;
|
|
16675
16439
|
readonly timestamp: string;
|
|
16676
|
-
readonly
|
|
16677
|
-
|
|
16678
|
-
interface HarinathItemForm {
|
|
16679
|
-
readonly number: string;
|
|
16680
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
16681
|
-
readonly description?: string;
|
|
16682
|
-
readonly type: io.flow.internal.v0.enums.HarinathItemType;
|
|
16683
|
-
readonly added_on: string;
|
|
16684
|
-
}
|
|
16685
|
-
interface HarinathItemUpserted {
|
|
16686
|
-
readonly discriminator: 'harinath_item_upserted';
|
|
16687
|
-
readonly event_id: string;
|
|
16688
|
-
readonly timestamp: string;
|
|
16689
|
-
readonly item: io.flow.internal.v0.models.HarinathItem;
|
|
16690
|
-
}
|
|
16691
|
-
interface HarmonizationClassificationStatisticsData {
|
|
16692
|
-
readonly statistics: io.flow.internal.v0.models.ClassificationStatistics;
|
|
16693
|
-
}
|
|
16694
|
-
interface HarmonizationClassificationStatisticsPublished {
|
|
16695
|
-
readonly discriminator: 'harmonization_classification_statistics_published';
|
|
16696
|
-
readonly event_id: string;
|
|
16697
|
-
readonly timestamp: string;
|
|
16698
|
-
readonly organization: string;
|
|
16699
|
-
readonly data: io.flow.internal.v0.models.HarmonizationClassificationStatisticsData;
|
|
16440
|
+
readonly organization: string;
|
|
16441
|
+
readonly data: io.flow.internal.v0.models.HarmonizationClassificationStatisticsData;
|
|
16700
16442
|
}
|
|
16701
16443
|
interface HarmonizationCodesImport {
|
|
16702
16444
|
readonly discriminator: 'harmonization_codes_import';
|
|
@@ -16797,19 +16539,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16797
16539
|
interface Hs6Metadata {
|
|
16798
16540
|
readonly description: string;
|
|
16799
16541
|
}
|
|
16800
|
-
interface HybrisCatalogItemsImportRequest {
|
|
16801
|
-
readonly discriminator: 'hybris_catalog_items_import_request';
|
|
16802
|
-
readonly event_id: string;
|
|
16803
|
-
readonly timestamp: string;
|
|
16804
|
-
readonly organization: string;
|
|
16805
|
-
readonly request: io.flow.internal.v0.models.HybrisCatalogItemsImportRequestData;
|
|
16806
|
-
}
|
|
16807
|
-
interface HybrisCatalogItemsImportRequestData {
|
|
16808
|
-
readonly id: string;
|
|
16809
|
-
readonly import_id: string;
|
|
16810
|
-
readonly source_url: string;
|
|
16811
|
-
readonly filename?: string;
|
|
16812
|
-
}
|
|
16813
16542
|
interface ImportCompleted {
|
|
16814
16543
|
readonly discriminator: 'import_completed';
|
|
16815
16544
|
readonly event_id: string;
|
|
@@ -16826,20 +16555,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16826
16555
|
readonly import_id: string;
|
|
16827
16556
|
readonly error: string;
|
|
16828
16557
|
}
|
|
16829
|
-
interface IndexAssignmentDeleted {
|
|
16830
|
-
readonly discriminator: 'index_assignment_deleted';
|
|
16831
|
-
readonly event_id: string;
|
|
16832
|
-
readonly timestamp: string;
|
|
16833
|
-
readonly organization: string;
|
|
16834
|
-
readonly id: string;
|
|
16835
|
-
}
|
|
16836
|
-
interface IndexAssignmentUpserted {
|
|
16837
|
-
readonly discriminator: 'index_assignment_upserted';
|
|
16838
|
-
readonly event_id: string;
|
|
16839
|
-
readonly timestamp: string;
|
|
16840
|
-
readonly organization: string;
|
|
16841
|
-
readonly assignment: io.flow.internal.v0.models.AlgoliaIndexAssignment;
|
|
16842
|
-
}
|
|
16843
16558
|
interface InstallForm {
|
|
16844
16559
|
readonly token: string;
|
|
16845
16560
|
}
|
|
@@ -17090,20 +16805,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17090
16805
|
readonly q: string;
|
|
17091
16806
|
readonly dimensions: io.flow.ratecard.v0.models.EstimatedDimensions;
|
|
17092
16807
|
}
|
|
17093
|
-
interface ItemDimensionEstimateDeletedV2 {
|
|
17094
|
-
readonly discriminator: 'item_dimension_estimate_deleted_v2';
|
|
17095
|
-
readonly event_id: string;
|
|
17096
|
-
readonly timestamp: string;
|
|
17097
|
-
readonly organization: string;
|
|
17098
|
-
readonly id: string;
|
|
17099
|
-
}
|
|
17100
|
-
interface ItemDimensionEstimateUpsertedV2 {
|
|
17101
|
-
readonly discriminator: 'item_dimension_estimate_upserted_v2';
|
|
17102
|
-
readonly event_id: string;
|
|
17103
|
-
readonly timestamp: string;
|
|
17104
|
-
readonly organization: string;
|
|
17105
|
-
readonly estimate: io.flow.internal.v0.models.ItemDimensionEstimate;
|
|
17106
|
-
}
|
|
17107
16808
|
interface ItemFilterResponse {
|
|
17108
16809
|
readonly filter: string;
|
|
17109
16810
|
readonly responses: io.flow.internal.v0.models.ItemFilterValueResponse[];
|
|
@@ -17116,9 +16817,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17116
16817
|
readonly filter: string;
|
|
17117
16818
|
readonly values: string[];
|
|
17118
16819
|
}
|
|
17119
|
-
interface ItemForm {
|
|
17120
|
-
readonly amount?: number;
|
|
17121
|
-
}
|
|
17122
16820
|
interface ItemFormImportRequest {
|
|
17123
16821
|
readonly discriminator: 'item_form_import_request';
|
|
17124
16822
|
readonly event_id: string;
|
|
@@ -17277,33 +16975,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17277
16975
|
readonly standard_asset_urls?: string;
|
|
17278
16976
|
readonly descriptive_asset_urls?: string;
|
|
17279
16977
|
}
|
|
17280
|
-
interface KonstantinItem {
|
|
17281
|
-
readonly id: string;
|
|
17282
|
-
readonly number: string;
|
|
17283
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
17284
|
-
readonly description?: string;
|
|
17285
|
-
readonly type: io.flow.internal.v0.enums.KonstantinItemType;
|
|
17286
|
-
readonly added_on: string;
|
|
17287
|
-
}
|
|
17288
|
-
interface KonstantinItemDeleted {
|
|
17289
|
-
readonly discriminator: 'konstantin_item_deleted';
|
|
17290
|
-
readonly event_id: string;
|
|
17291
|
-
readonly timestamp: string;
|
|
17292
|
-
readonly id: string;
|
|
17293
|
-
}
|
|
17294
|
-
interface KonstantinItemForm {
|
|
17295
|
-
readonly number: string;
|
|
17296
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
17297
|
-
readonly description?: string;
|
|
17298
|
-
readonly type: io.flow.internal.v0.enums.KonstantinItemType;
|
|
17299
|
-
readonly added_on: string;
|
|
17300
|
-
}
|
|
17301
|
-
interface KonstantinItemUpserted {
|
|
17302
|
-
readonly discriminator: 'konstantin_item_upserted';
|
|
17303
|
-
readonly event_id: string;
|
|
17304
|
-
readonly timestamp: string;
|
|
17305
|
-
readonly item: io.flow.internal.v0.models.KonstantinItem;
|
|
17306
|
-
}
|
|
17307
16978
|
interface LabProjectSettings {
|
|
17308
16979
|
readonly id: string;
|
|
17309
16980
|
readonly flow_lab_project_key: string;
|
|
@@ -17357,7 +17028,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17357
17028
|
}
|
|
17358
17029
|
interface LabelGenerationSettings {
|
|
17359
17030
|
readonly id: string;
|
|
17360
|
-
readonly item_identifier?: string;
|
|
17361
17031
|
readonly auto_generate_query?: string;
|
|
17362
17032
|
readonly commercial_invoice_only_query?: string;
|
|
17363
17033
|
}
|
|
@@ -18188,33 +17858,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18188
17858
|
interface MarketsOrderSummary {
|
|
18189
17859
|
readonly id: string;
|
|
18190
17860
|
}
|
|
18191
|
-
interface MatiasItem {
|
|
18192
|
-
readonly id: string;
|
|
18193
|
-
readonly number: string;
|
|
18194
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
18195
|
-
readonly description?: string;
|
|
18196
|
-
readonly type: io.flow.internal.v0.enums.MatiasItemType;
|
|
18197
|
-
readonly added_on: string;
|
|
18198
|
-
}
|
|
18199
|
-
interface MatiasItemDeleted {
|
|
18200
|
-
readonly discriminator: 'matias_item_deleted';
|
|
18201
|
-
readonly event_id: string;
|
|
18202
|
-
readonly timestamp: string;
|
|
18203
|
-
readonly id: string;
|
|
18204
|
-
}
|
|
18205
|
-
interface MatiasItemForm {
|
|
18206
|
-
readonly number: string;
|
|
18207
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
18208
|
-
readonly description?: string;
|
|
18209
|
-
readonly type: io.flow.internal.v0.enums.MatiasItemType;
|
|
18210
|
-
readonly added_on: string;
|
|
18211
|
-
}
|
|
18212
|
-
interface MatiasItemUpserted {
|
|
18213
|
-
readonly discriminator: 'matias_item_upserted';
|
|
18214
|
-
readonly event_id: string;
|
|
18215
|
-
readonly timestamp: string;
|
|
18216
|
-
readonly item: io.flow.internal.v0.models.MatiasItem;
|
|
18217
|
-
}
|
|
18218
17861
|
interface Merchant {
|
|
18219
17862
|
readonly id: string;
|
|
18220
17863
|
readonly account: io.flow.internal.v0.models.AccountReference;
|
|
@@ -18233,6 +17876,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18233
17876
|
readonly timestamp: string;
|
|
18234
17877
|
readonly id: string;
|
|
18235
17878
|
}
|
|
17879
|
+
interface MerchantDetails {
|
|
17880
|
+
readonly name: string;
|
|
17881
|
+
}
|
|
18236
17882
|
interface MerchantFees {
|
|
18237
17883
|
readonly duty_guarantee: number;
|
|
18238
17884
|
readonly mor: number;
|
|
@@ -18344,64 +17990,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18344
17990
|
readonly id: string;
|
|
18345
17991
|
readonly proposition: io.flow.internal.v0.models.MetadataProposition;
|
|
18346
17992
|
}
|
|
18347
|
-
interface MichaelyanItem {
|
|
18348
|
-
readonly id: string;
|
|
18349
|
-
readonly number: string;
|
|
18350
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
18351
|
-
readonly description?: string;
|
|
18352
|
-
readonly type: io.flow.internal.v0.enums.MichaelyanItemType;
|
|
18353
|
-
readonly added_on: string;
|
|
18354
|
-
}
|
|
18355
|
-
interface MichaelyanItemDeleted {
|
|
18356
|
-
readonly discriminator: 'michaelyan_item_deleted';
|
|
18357
|
-
readonly event_id: string;
|
|
18358
|
-
readonly timestamp: string;
|
|
18359
|
-
readonly id: string;
|
|
18360
|
-
}
|
|
18361
|
-
interface MichaelyanItemForm {
|
|
18362
|
-
readonly number: string;
|
|
18363
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
18364
|
-
readonly description?: string;
|
|
18365
|
-
readonly type: io.flow.internal.v0.enums.MichaelyanItemType;
|
|
18366
|
-
readonly added_on: string;
|
|
18367
|
-
}
|
|
18368
|
-
interface MichaelyanItemUpserted {
|
|
18369
|
-
readonly discriminator: 'michaelyan_item_upserted';
|
|
18370
|
-
readonly event_id: string;
|
|
18371
|
-
readonly timestamp: string;
|
|
18372
|
-
readonly item: io.flow.internal.v0.models.MichaelyanItem;
|
|
18373
|
-
}
|
|
18374
|
-
interface MiljenkoItem {
|
|
18375
|
-
readonly id: string;
|
|
18376
|
-
readonly number: string;
|
|
18377
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
18378
|
-
readonly description?: string;
|
|
18379
|
-
readonly type: io.flow.internal.v0.enums.MiljenkoItemType;
|
|
18380
|
-
readonly added_on: string;
|
|
18381
|
-
}
|
|
18382
|
-
interface MiljenkoItemDeleted {
|
|
18383
|
-
readonly discriminator: 'miljenko_item_deleted';
|
|
18384
|
-
readonly event_id: string;
|
|
18385
|
-
readonly timestamp: string;
|
|
18386
|
-
readonly id: string;
|
|
18387
|
-
}
|
|
18388
|
-
interface MiljenkoItemForm {
|
|
18389
|
-
readonly number: string;
|
|
18390
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
18391
|
-
readonly description?: string;
|
|
18392
|
-
readonly type: io.flow.internal.v0.enums.MiljenkoItemType;
|
|
18393
|
-
readonly added_on: string;
|
|
18394
|
-
}
|
|
18395
|
-
interface MiljenkoItemUpserted {
|
|
18396
|
-
readonly discriminator: 'miljenko_item_upserted';
|
|
18397
|
-
readonly event_id: string;
|
|
18398
|
-
readonly timestamp: string;
|
|
18399
|
-
readonly item: io.flow.internal.v0.models.MiljenkoItem;
|
|
18400
|
-
}
|
|
18401
|
-
interface MoneyPercentage {
|
|
18402
|
-
readonly discriminator: 'percentage';
|
|
18403
|
-
readonly percent: number;
|
|
18404
|
-
}
|
|
18405
17993
|
interface NegativeDebitMetrics {
|
|
18406
17994
|
readonly current_attempt: io.flow.internal.v0.models.AttemptStatistics;
|
|
18407
17995
|
readonly first_attempt: io.flow.internal.v0.models.AttemptStatistics;
|
|
@@ -18650,6 +18238,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18650
18238
|
readonly shopify_order_id?: string;
|
|
18651
18239
|
readonly disputes: io.flow.internal.v0.models.DisputeDetail[];
|
|
18652
18240
|
}
|
|
18241
|
+
interface OrderEditSummary {
|
|
18242
|
+
readonly edited_at: string;
|
|
18243
|
+
}
|
|
18653
18244
|
interface OrderFulfillmentDeleted {
|
|
18654
18245
|
readonly discriminator: 'order_fulfillment_deleted';
|
|
18655
18246
|
readonly event_id: string;
|
|
@@ -19228,6 +18819,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19228
18819
|
readonly identifiers: io.flow.internal.v0.models.OtherRecordIdentifiers;
|
|
19229
18820
|
readonly created_at: string;
|
|
19230
18821
|
readonly updated_at: string;
|
|
18822
|
+
readonly posted_at?: string;
|
|
19231
18823
|
}
|
|
19232
18824
|
interface OtherRecordAccount {
|
|
19233
18825
|
readonly id: string;
|
|
@@ -19310,13 +18902,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19310
18902
|
readonly carrier_charge_id: string;
|
|
19311
18903
|
}
|
|
19312
18904
|
interface OtherRecordOrderSummary {
|
|
19313
|
-
readonly organization: io.flow.
|
|
18905
|
+
readonly organization: io.flow.internal.v0.models.OtherRecordOrganizationSummary;
|
|
19314
18906
|
readonly number: string;
|
|
19315
18907
|
readonly identifiers: io.flow.internal.v0.models.OtherRecordOrderSummaryIdentifiers;
|
|
19316
18908
|
}
|
|
19317
18909
|
interface OtherRecordOrderSummaryIdentifiers {
|
|
19318
18910
|
readonly shopify_order_id?: string;
|
|
19319
18911
|
}
|
|
18912
|
+
interface OtherRecordOrganizationSummary {
|
|
18913
|
+
readonly id: string;
|
|
18914
|
+
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
18915
|
+
}
|
|
19320
18916
|
interface OtherRecordUpserted {
|
|
19321
18917
|
readonly discriminator: 'other_record_upserted';
|
|
19322
18918
|
readonly event_id: string;
|
|
@@ -19822,47 +19418,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19822
19418
|
readonly organization: string;
|
|
19823
19419
|
readonly quote_request: io.flow.internal.v0.models.QuoteRequest;
|
|
19824
19420
|
}
|
|
19825
|
-
interface PricingIndicator {
|
|
19826
|
-
readonly discriminator: 'pricing_indicator';
|
|
19827
|
-
readonly event_id: string;
|
|
19828
|
-
readonly timestamp: string;
|
|
19829
|
-
readonly organization: string;
|
|
19830
|
-
readonly published_from: io.flow.internal.v0.enums.ServiceName;
|
|
19831
|
-
readonly status: io.flow.internal.v0.enums.PricingIndicatorStatus;
|
|
19832
|
-
readonly event_identifier: string;
|
|
19833
|
-
readonly details: io.flow.internal.v0.models.Details;
|
|
19834
|
-
}
|
|
19835
|
-
interface PricingIndicatorDynamo {
|
|
19836
|
-
readonly organization_id: string;
|
|
19837
|
-
readonly item_number: string;
|
|
19838
|
-
readonly experience_key: string;
|
|
19839
|
-
readonly upserted_at: string;
|
|
19840
|
-
readonly time_elapsed_since_upserted: number;
|
|
19841
|
-
readonly event_identifier: string;
|
|
19842
|
-
readonly status: io.flow.pricing.indicator.internal.event.v0.enums.PricingIndicatorStatus;
|
|
19843
|
-
readonly published_at: string;
|
|
19844
|
-
readonly published_from: io.flow.pricing.indicator.internal.event.v0.enums.ServiceName;
|
|
19845
|
-
readonly expiration_time_in_epoch: number;
|
|
19846
|
-
readonly catalog_item: io.flow.common.v0.models.CatalogItemSummary;
|
|
19847
|
-
readonly experience?: io.flow.common.v0.models.ExperienceSummary;
|
|
19848
|
-
}
|
|
19849
|
-
interface Principal {
|
|
19850
|
-
readonly type: io.flow.internal.v0.enums.PrincipalType;
|
|
19851
|
-
readonly amount: number;
|
|
19852
|
-
}
|
|
19853
19421
|
interface PrioritizedCenterReference {
|
|
19854
19422
|
readonly center_key: string;
|
|
19855
19423
|
readonly position: number;
|
|
19856
19424
|
}
|
|
19857
|
-
interface ProcessedPaymentSummary {
|
|
19858
|
-
readonly type: io.flow.reference.v0.enums.PaymentMethodCapability;
|
|
19859
|
-
readonly amount: number;
|
|
19860
|
-
readonly currency: io.flow.reference.v0.models.Currency;
|
|
19861
|
-
readonly method: io.flow.reference.v0.models.PaymentMethod;
|
|
19862
|
-
readonly card_issuer_country?: io.flow.reference.v0.models.Country;
|
|
19863
|
-
readonly shipping_address_country?: io.flow.reference.v0.models.Country;
|
|
19864
|
-
readonly billing_address_country?: io.flow.reference.v0.models.Country;
|
|
19865
|
-
}
|
|
19866
19425
|
interface ProcessingTransaction {
|
|
19867
19426
|
readonly discriminator: 'processing_transaction';
|
|
19868
19427
|
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
@@ -20044,42 +19603,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20044
19603
|
readonly destination_amount: number;
|
|
20045
19604
|
readonly quantity: number;
|
|
20046
19605
|
}
|
|
20047
|
-
interface Profit {
|
|
20048
|
-
readonly key: io.flow.internal.v0.enums.ProfitStreamKey;
|
|
20049
|
-
readonly principal: io.flow.internal.v0.models.Principal;
|
|
20050
|
-
readonly revenue: io.flow.internal.v0.models.Revenue[];
|
|
20051
|
-
readonly costs: io.flow.internal.v0.models.Cost[];
|
|
20052
|
-
readonly amount: number;
|
|
20053
|
-
readonly splits: io.flow.internal.v0.models.ProfitSplit[];
|
|
20054
|
-
}
|
|
20055
|
-
interface ProfitShare {
|
|
20056
|
-
readonly order: io.flow.internal.v0.models.ProfitShareOrderReference;
|
|
20057
|
-
readonly profits: io.flow.internal.v0.models.Profit[];
|
|
20058
|
-
}
|
|
20059
|
-
interface ProfitShareOrderReference {
|
|
20060
|
-
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
20061
|
-
readonly number: string;
|
|
20062
|
-
}
|
|
20063
|
-
interface ProfitSharePlan {
|
|
20064
|
-
readonly order: io.flow.internal.v0.models.ProfitShareOrderReference;
|
|
20065
|
-
readonly streams: io.flow.internal.v0.models.ProfitStream[];
|
|
20066
|
-
}
|
|
20067
|
-
interface ProfitSplit {
|
|
20068
|
-
readonly rule: io.flow.internal.v0.models.ProfitSplitRule;
|
|
20069
|
-
readonly amount: number;
|
|
20070
|
-
}
|
|
20071
|
-
interface ProfitSplitRule {
|
|
20072
|
-
readonly payee: io.flow.internal.v0.enums.Party;
|
|
20073
|
-
readonly rule: io.flow.internal.v0.unions.MoneyRule;
|
|
20074
|
-
}
|
|
20075
|
-
interface ProfitStream {
|
|
20076
|
-
readonly key: io.flow.internal.v0.enums.ProfitStreamKey;
|
|
20077
|
-
readonly description: string;
|
|
20078
|
-
readonly principal: io.flow.internal.v0.enums.PrincipalType;
|
|
20079
|
-
readonly revenue: io.flow.internal.v0.models.RevenueRule[];
|
|
20080
|
-
readonly costs: io.flow.internal.v0.models.CostRule[];
|
|
20081
|
-
readonly splits: io.flow.internal.v0.models.ProfitSplitRule[];
|
|
20082
|
-
}
|
|
20083
19606
|
interface ProofOfPostingExternallyFulfilled {
|
|
20084
19607
|
readonly discriminator: 'external';
|
|
20085
19608
|
readonly external_fulfillment_proof_id: string;
|
|
@@ -20105,6 +19628,34 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20105
19628
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
20106
19629
|
readonly created_at: string;
|
|
20107
19630
|
}
|
|
19631
|
+
interface PspDistribution {
|
|
19632
|
+
readonly processor: io.flow.internal.v0.enums.Processor;
|
|
19633
|
+
readonly percentage: number;
|
|
19634
|
+
}
|
|
19635
|
+
interface PspRoutingDistribution {
|
|
19636
|
+
readonly name: string;
|
|
19637
|
+
readonly environment?: io.flow.common.v0.enums.Environment;
|
|
19638
|
+
readonly payment_methods: string[];
|
|
19639
|
+
readonly countries: string[];
|
|
19640
|
+
readonly currencies: string[];
|
|
19641
|
+
readonly region?: string;
|
|
19642
|
+
readonly mcc?: string;
|
|
19643
|
+
readonly is_returning_card?: boolean;
|
|
19644
|
+
readonly priority: number;
|
|
19645
|
+
readonly distributions: io.flow.internal.v0.models.PspDistribution[];
|
|
19646
|
+
}
|
|
19647
|
+
interface PspRoutingDistributionRevision {
|
|
19648
|
+
readonly id: string;
|
|
19649
|
+
readonly description?: string;
|
|
19650
|
+
readonly psp_routing_distributions: io.flow.internal.v0.models.PspRoutingDistribution[];
|
|
19651
|
+
readonly created_at: string;
|
|
19652
|
+
readonly updated_at: string;
|
|
19653
|
+
}
|
|
19654
|
+
interface PspRoutingDistributionRevisionForm {
|
|
19655
|
+
readonly previous_revision?: string;
|
|
19656
|
+
readonly description?: string;
|
|
19657
|
+
readonly psp_routing_distributions: io.flow.internal.v0.models.PspRoutingDistribution[];
|
|
19658
|
+
}
|
|
20108
19659
|
interface PublicHub {
|
|
20109
19660
|
readonly id: string;
|
|
20110
19661
|
readonly code: string;
|
|
@@ -20556,6 +20107,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20556
20107
|
readonly routing_number: string;
|
|
20557
20108
|
readonly account_number: string;
|
|
20558
20109
|
}
|
|
20110
|
+
interface ReportFilter {
|
|
20111
|
+
readonly source_type?: io.flow.internal.v0.enums.SourceTypeFilter;
|
|
20112
|
+
}
|
|
20559
20113
|
interface ReportForm {
|
|
20560
20114
|
readonly type: io.flow.internal.v0.enums.ReportType;
|
|
20561
20115
|
readonly from?: string;
|
|
@@ -20564,6 +20118,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20564
20118
|
readonly organizations?: io.flow.internal.v0.models.ReportOrganizationReference[];
|
|
20565
20119
|
readonly orders?: io.flow.internal.v0.models.ReportOrderReference[];
|
|
20566
20120
|
readonly recipients?: string[];
|
|
20121
|
+
readonly filter?: io.flow.internal.v0.models.ReportFilter;
|
|
20567
20122
|
}
|
|
20568
20123
|
interface ReportMerchant {
|
|
20569
20124
|
readonly id: string;
|
|
@@ -21027,6 +20582,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21027
20582
|
readonly num_pr_outflow_side_effect_decisions: number;
|
|
21028
20583
|
readonly num_pending_decisions_transacting: number;
|
|
21029
20584
|
}
|
|
20585
|
+
interface RestrictionsDailyopsDeleted {
|
|
20586
|
+
readonly discriminator: 'restrictions_dailyops_deleted';
|
|
20587
|
+
readonly event_id: string;
|
|
20588
|
+
readonly timestamp: string;
|
|
20589
|
+
readonly organization: string;
|
|
20590
|
+
readonly id: string;
|
|
20591
|
+
}
|
|
20592
|
+
interface RestrictionsDailyopsUpserted {
|
|
20593
|
+
readonly discriminator: 'restrictions_dailyops_upserted';
|
|
20594
|
+
readonly event_id: string;
|
|
20595
|
+
readonly timestamp: string;
|
|
20596
|
+
readonly restrictions_dailyops: io.flow.internal.v0.models.RestrictionsDailyops;
|
|
20597
|
+
}
|
|
21030
20598
|
interface ResyncByDestinations {
|
|
21031
20599
|
readonly destinations: io.flow.reference.v0.models.Country[];
|
|
21032
20600
|
}
|
|
@@ -21100,10 +20668,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21100
20668
|
readonly discriminator: 'by_refund';
|
|
21101
20669
|
readonly refund: io.flow.payment.v0.models.RefundReference;
|
|
21102
20670
|
}
|
|
21103
|
-
interface Revenue {
|
|
21104
|
-
readonly source: io.flow.internal.v0.models.RevenueRule;
|
|
21105
|
-
readonly amount: number;
|
|
21106
|
-
}
|
|
21107
20671
|
interface RevenueRecord {
|
|
21108
20672
|
readonly id: string;
|
|
21109
20673
|
readonly organization: io.flow.internal.v0.models.ReportingOrganizationSummary;
|
|
@@ -21134,10 +20698,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21134
20698
|
readonly organization: string;
|
|
21135
20699
|
readonly revenue_record: io.flow.internal.v0.models.RevenueRecord;
|
|
21136
20700
|
}
|
|
21137
|
-
interface RevenueRule {
|
|
21138
|
-
readonly type: io.flow.internal.v0.enums.RevenueType;
|
|
21139
|
-
readonly rule: io.flow.internal.v0.unions.MoneyRule;
|
|
21140
|
-
}
|
|
21141
20701
|
interface RoutingAccount {
|
|
21142
20702
|
readonly discriminator: 'routing_account';
|
|
21143
20703
|
readonly processor: io.flow.internal.v0.enums.Processor;
|
|
@@ -21159,33 +20719,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21159
20719
|
interface SandboxSetupForm {
|
|
21160
20720
|
readonly requested_by: string;
|
|
21161
20721
|
}
|
|
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
|
-
}
|
|
21189
20722
|
interface ScheduledPayment {
|
|
21190
20723
|
readonly payment: io.flow.internal.v0.models.ReportPayment;
|
|
21191
20724
|
readonly bank_account: io.flow.internal.v0.models.ReportBankAccountCleartext;
|
|
@@ -21246,12 +20779,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21246
20779
|
readonly name: string;
|
|
21247
20780
|
readonly status: io.flow.experience.v0.enums.ExperienceStatus;
|
|
21248
20781
|
}
|
|
21249
|
-
interface SearchExperimentSummary {
|
|
21250
|
-
readonly discriminator: 'search_experiment_summary';
|
|
21251
|
-
readonly key: string;
|
|
21252
|
-
readonly name: string;
|
|
21253
|
-
readonly status: io.flow.experiment.internal.v0.enums.Status;
|
|
21254
|
-
}
|
|
21255
20782
|
interface SearchItemSummary {
|
|
21256
20783
|
readonly discriminator: 'search_item_summary';
|
|
21257
20784
|
readonly number: string;
|
|
@@ -21411,6 +20938,43 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21411
20938
|
interface ShopifyGrantsCheck {
|
|
21412
20939
|
readonly placeholder: string;
|
|
21413
20940
|
}
|
|
20941
|
+
interface ShopifyIncotermIncludes {
|
|
20942
|
+
readonly duties: boolean;
|
|
20943
|
+
readonly taxes: boolean;
|
|
20944
|
+
}
|
|
20945
|
+
interface ShopifyIncotermSummaryErrorData {
|
|
20946
|
+
readonly id: string;
|
|
20947
|
+
readonly shopify_order_id: string;
|
|
20948
|
+
readonly order_number: string;
|
|
20949
|
+
readonly configuration: io.flow.internal.v0.enums.ShopifyIncotermConfiguration;
|
|
20950
|
+
readonly includes: io.flow.internal.v0.models.ShopifyIncotermIncludes;
|
|
20951
|
+
readonly reason: string;
|
|
20952
|
+
readonly order_submitted_at: string;
|
|
20953
|
+
}
|
|
20954
|
+
interface ShopifyIncotermSummaryErrorPublished {
|
|
20955
|
+
readonly discriminator: 'shopify_incoterm_summary_error_published';
|
|
20956
|
+
readonly event_id: string;
|
|
20957
|
+
readonly timestamp: string;
|
|
20958
|
+
readonly organization: string;
|
|
20959
|
+
readonly data: io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
|
|
20960
|
+
}
|
|
20961
|
+
interface ShopifyMarketsBestSellingProduct {
|
|
20962
|
+
readonly id: string;
|
|
20963
|
+
}
|
|
20964
|
+
interface ShopifyMarketsBestSellingProductDeleted {
|
|
20965
|
+
readonly discriminator: 'shopify_markets_best_selling_product_deleted';
|
|
20966
|
+
readonly event_id: string;
|
|
20967
|
+
readonly timestamp: string;
|
|
20968
|
+
readonly organization: string;
|
|
20969
|
+
readonly id: string;
|
|
20970
|
+
}
|
|
20971
|
+
interface ShopifyMarketsBestSellingProductUpserted {
|
|
20972
|
+
readonly discriminator: 'shopify_markets_best_selling_product_upserted';
|
|
20973
|
+
readonly event_id: string;
|
|
20974
|
+
readonly timestamp: string;
|
|
20975
|
+
readonly organization: string;
|
|
20976
|
+
readonly shopify_markets_best_selling_product: io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct;
|
|
20977
|
+
}
|
|
21414
20978
|
interface ShopifyMarketsDiscrepancy {
|
|
21415
20979
|
readonly organization_id: string;
|
|
21416
20980
|
readonly count: number;
|
|
@@ -21895,33 +21459,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21895
21459
|
readonly order_discount: number;
|
|
21896
21460
|
readonly total: number;
|
|
21897
21461
|
}
|
|
21898
|
-
interface ShrutiDemoItem {
|
|
21899
|
-
readonly id: string;
|
|
21900
|
-
readonly number: string;
|
|
21901
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
21902
|
-
readonly description?: string;
|
|
21903
|
-
readonly type: io.flow.internal.v0.enums.ShrutiDemoType;
|
|
21904
|
-
readonly added_on: string;
|
|
21905
|
-
}
|
|
21906
|
-
interface ShrutiDemoItemDeleted {
|
|
21907
|
-
readonly discriminator: 'shruti_demo_item_deleted';
|
|
21908
|
-
readonly event_id: string;
|
|
21909
|
-
readonly timestamp: string;
|
|
21910
|
-
readonly id: string;
|
|
21911
|
-
}
|
|
21912
|
-
interface ShrutiDemoItemForm {
|
|
21913
|
-
readonly number: string;
|
|
21914
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
21915
|
-
readonly description?: string;
|
|
21916
|
-
readonly type: io.flow.internal.v0.enums.ShrutiDemoType;
|
|
21917
|
-
readonly added_on: string;
|
|
21918
|
-
}
|
|
21919
|
-
interface ShrutiDemoItemUpserted {
|
|
21920
|
-
readonly discriminator: 'shruti_demo_item_upserted';
|
|
21921
|
-
readonly event_id: string;
|
|
21922
|
-
readonly timestamp: string;
|
|
21923
|
-
readonly item: io.flow.internal.v0.models.ShrutiDemoItem;
|
|
21924
|
-
}
|
|
21925
21462
|
interface SimpleAccountReference {
|
|
21926
21463
|
readonly id: string;
|
|
21927
21464
|
}
|
|
@@ -22030,6 +21567,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22030
21567
|
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
22031
21568
|
readonly spot_rate: io.flow.internal.v0.models.SpotRate;
|
|
22032
21569
|
}
|
|
21570
|
+
interface SppTrackerUpdateRequest {
|
|
21571
|
+
readonly id: string;
|
|
21572
|
+
readonly tracking_subscription: io.flow.internal.v0.models.TrackingSubscription;
|
|
21573
|
+
readonly created_at: string;
|
|
21574
|
+
}
|
|
21575
|
+
interface SppTrackerUpdateRequestDeleted {
|
|
21576
|
+
readonly discriminator: 'spp_tracker_update_request_deleted';
|
|
21577
|
+
readonly event_id: string;
|
|
21578
|
+
readonly timestamp: string;
|
|
21579
|
+
readonly id: string;
|
|
21580
|
+
}
|
|
21581
|
+
interface SppTrackerUpdateRequestUpserted {
|
|
21582
|
+
readonly discriminator: 'spp_tracker_update_request_upserted';
|
|
21583
|
+
readonly event_id: string;
|
|
21584
|
+
readonly timestamp: string;
|
|
21585
|
+
readonly spp_tracker_update_request: io.flow.internal.v0.models.SppTrackerUpdateRequest;
|
|
21586
|
+
}
|
|
22033
21587
|
interface StandaloneAttachment {
|
|
22034
21588
|
readonly id: string;
|
|
22035
21589
|
readonly statement: io.flow.internal.v0.models.BillingStatementReference;
|
|
@@ -22328,61 +21882,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22328
21882
|
readonly discriminator: 'supported_labels';
|
|
22329
21883
|
readonly values: io.flow.internal.v0.models.LabelAliases[];
|
|
22330
21884
|
}
|
|
22331
|
-
interface SvitlanaItem {
|
|
22332
|
-
readonly id: string;
|
|
22333
|
-
readonly number: string;
|
|
22334
|
-
readonly amount: number;
|
|
22335
|
-
readonly description?: string;
|
|
22336
|
-
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
22337
|
-
readonly added_on: string;
|
|
22338
|
-
}
|
|
22339
|
-
interface SvitlanaItemDeleted {
|
|
22340
|
-
readonly discriminator: 'svitlana_item_deleted';
|
|
22341
|
-
readonly event_id: string;
|
|
22342
|
-
readonly timestamp: string;
|
|
22343
|
-
readonly id: string;
|
|
22344
|
-
}
|
|
22345
|
-
interface SvitlanaItemForm {
|
|
22346
|
-
readonly number: string;
|
|
22347
|
-
readonly amount: number;
|
|
22348
|
-
readonly description?: string;
|
|
22349
|
-
readonly type: io.flow.internal.v0.enums.SvitlanaType;
|
|
22350
|
-
}
|
|
22351
|
-
interface SvitlanaItemUpserted {
|
|
22352
|
-
readonly discriminator: 'svitlana_item_upserted';
|
|
22353
|
-
readonly event_id: string;
|
|
22354
|
-
readonly timestamp: string;
|
|
22355
|
-
readonly item: io.flow.internal.v0.models.SvitlanaItem;
|
|
22356
|
-
}
|
|
22357
|
-
interface SvitlanaTest {
|
|
22358
|
-
readonly name: string;
|
|
22359
|
-
}
|
|
22360
|
-
interface TamItem {
|
|
22361
|
-
readonly id: string;
|
|
22362
|
-
readonly number: string;
|
|
22363
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
22364
|
-
readonly description?: string;
|
|
22365
|
-
readonly type: io.flow.internal.v0.enums.TamItemType;
|
|
22366
|
-
readonly added_on: string;
|
|
22367
|
-
}
|
|
22368
|
-
interface TamItemDeleted {
|
|
22369
|
-
readonly discriminator: 'tam_item_deleted';
|
|
22370
|
-
readonly event_id: string;
|
|
22371
|
-
readonly timestamp: string;
|
|
22372
|
-
readonly id: string;
|
|
22373
|
-
}
|
|
22374
|
-
interface TamItemForm {
|
|
22375
|
-
readonly number: string;
|
|
22376
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
22377
|
-
readonly description?: string;
|
|
22378
|
-
readonly type: io.flow.internal.v0.enums.TamItemType;
|
|
22379
|
-
}
|
|
22380
|
-
interface TamItemUpserted {
|
|
22381
|
-
readonly discriminator: 'tam_item_upserted';
|
|
22382
|
-
readonly event_id: string;
|
|
22383
|
-
readonly timestamp: string;
|
|
22384
|
-
readonly item: io.flow.internal.v0.models.TamItem;
|
|
22385
|
-
}
|
|
22386
21885
|
interface TariffCodeDuty {
|
|
22387
21886
|
readonly tariff_code: string;
|
|
22388
21887
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -22550,33 +22049,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22550
22049
|
interface TestForm {
|
|
22551
22050
|
readonly name: string;
|
|
22552
22051
|
}
|
|
22553
|
-
interface ThiagoItem {
|
|
22554
|
-
readonly id: string;
|
|
22555
|
-
readonly number: string;
|
|
22556
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
22557
|
-
readonly description?: string;
|
|
22558
|
-
readonly type: io.flow.internal.v0.enums.ThiagoItemType;
|
|
22559
|
-
readonly added_on: string;
|
|
22560
|
-
}
|
|
22561
|
-
interface ThiagoItemDeleted {
|
|
22562
|
-
readonly discriminator: 'thiago_item_deleted';
|
|
22563
|
-
readonly event_id: string;
|
|
22564
|
-
readonly timestamp: string;
|
|
22565
|
-
readonly id: string;
|
|
22566
|
-
}
|
|
22567
|
-
interface ThiagoItemForm {
|
|
22568
|
-
readonly number: string;
|
|
22569
|
-
readonly amount: io.flow.common.v0.models.Price;
|
|
22570
|
-
readonly description?: string;
|
|
22571
|
-
readonly type: io.flow.internal.v0.enums.ThiagoItemType;
|
|
22572
|
-
readonly added_on: string;
|
|
22573
|
-
}
|
|
22574
|
-
interface ThiagoItemUpserted {
|
|
22575
|
-
readonly discriminator: 'thiago_item_upserted';
|
|
22576
|
-
readonly event_id: string;
|
|
22577
|
-
readonly timestamp: string;
|
|
22578
|
-
readonly item: io.flow.internal.v0.models.ThiagoItem;
|
|
22579
|
-
}
|
|
22580
22052
|
interface ThirdPartyLogisticsPartner {
|
|
22581
22053
|
readonly warehouse_address: io.flow.common.v0.models.BillingAddress;
|
|
22582
22054
|
readonly warehouse_url?: string;
|
|
@@ -22695,6 +22167,28 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22695
22167
|
readonly timestamp: string;
|
|
22696
22168
|
readonly job: io.flow.internal.v0.models.TrackingAssuranceJob;
|
|
22697
22169
|
}
|
|
22170
|
+
interface TrackingCarrierReturnLabel {
|
|
22171
|
+
readonly id: string;
|
|
22172
|
+
readonly carrier_tracking_number: string;
|
|
22173
|
+
readonly alternate_tracking_numbers: string[];
|
|
22174
|
+
readonly carrier_id: string;
|
|
22175
|
+
readonly outbound_label_id?: string;
|
|
22176
|
+
readonly s3file?: string;
|
|
22177
|
+
readonly origin?: any;
|
|
22178
|
+
readonly destination?: any;
|
|
22179
|
+
}
|
|
22180
|
+
interface TrackingCarrierReturnLabelDeleted {
|
|
22181
|
+
readonly discriminator: 'tracking_carrier_return_label_deleted';
|
|
22182
|
+
readonly event_id: string;
|
|
22183
|
+
readonly timestamp: string;
|
|
22184
|
+
readonly id: string;
|
|
22185
|
+
}
|
|
22186
|
+
interface TrackingCarrierReturnLabelUpserted {
|
|
22187
|
+
readonly discriminator: 'tracking_carrier_return_label_upserted';
|
|
22188
|
+
readonly event_id: string;
|
|
22189
|
+
readonly timestamp: string;
|
|
22190
|
+
readonly tracking_carrier_return_label: io.flow.internal.v0.models.TrackingCarrierReturnLabel;
|
|
22191
|
+
}
|
|
22698
22192
|
interface TrackingDebugForceTransitForm {
|
|
22699
22193
|
readonly description: string;
|
|
22700
22194
|
}
|
|
@@ -22802,26 +22296,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22802
22296
|
readonly flow_tracking_number: string;
|
|
22803
22297
|
readonly credentials: io.flow.internal.v0.unions.CarrierCredentials;
|
|
22804
22298
|
}
|
|
22805
|
-
interface TrackingRequestUpserted {
|
|
22806
|
-
readonly discriminator: 'tracking_request_upserted';
|
|
22807
|
-
readonly event_id: string;
|
|
22808
|
-
readonly timestamp: string;
|
|
22809
|
-
readonly organization: string;
|
|
22810
|
-
readonly tracking_request: io.flow.internal.v0.models.TrackingRequest;
|
|
22811
|
-
}
|
|
22812
22299
|
interface TrackingResponse {
|
|
22813
22300
|
readonly carrier: string;
|
|
22814
22301
|
readonly carrier_tracking_number: string;
|
|
22815
22302
|
readonly flow_tracking_number: string;
|
|
22816
22303
|
readonly tracking_events: io.flow.internal.v0.models.TrackingEvent[];
|
|
22817
22304
|
}
|
|
22818
|
-
interface TrackingResponseUpserted {
|
|
22819
|
-
readonly discriminator: 'tracking_response_upserted';
|
|
22820
|
-
readonly event_id: string;
|
|
22821
|
-
readonly timestamp: string;
|
|
22822
|
-
readonly organization: string;
|
|
22823
|
-
readonly tracking_response: io.flow.internal.v0.models.TrackingResponse;
|
|
22824
|
-
}
|
|
22825
22305
|
interface TrackingSubscription {
|
|
22826
22306
|
readonly id: string;
|
|
22827
22307
|
readonly organization_id: string;
|
|
@@ -23142,7 +22622,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
23142
22622
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
23143
22623
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
23144
22624
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
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;
|
|
22625
|
+
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.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.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.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.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.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | 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.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.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | 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.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | 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.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
23146
22626
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
23147
22627
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
23148
22628
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -23156,7 +22636,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
23156
22636
|
type FulfillmentProof = io.flow.internal.v0.models.FulfillmentProofLabelTrackingReference | io.flow.internal.v0.models.FulfillmentProofShippingNotificationReference | io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference | io.flow.internal.v0.models.FulfillmentProofOrderCombinedShipmentReference;
|
|
23157
22637
|
type FulfillmentTrigger = io.flow.internal.v0.models.FulfillmentTriggerProof | io.flow.internal.v0.models.FulfillmentTriggerTime;
|
|
23158
22638
|
type GenerateLoad = io.flow.internal.v0.models.GenerateLoadSingleOrg | io.flow.internal.v0.models.GenerateLoadMultipleOrgs;
|
|
23159
|
-
type GlobalSearchResult = io.flow.internal.v0.models.SearchExperienceSummary | io.flow.internal.v0.models.
|
|
22639
|
+
type GlobalSearchResult = io.flow.internal.v0.models.SearchExperienceSummary | io.flow.internal.v0.models.SearchOrderSummary | io.flow.internal.v0.models.SearchItemSummary;
|
|
23160
22640
|
type IndexTaskType = io.flow.internal.v0.models.CatalogItemIndexTask | io.flow.internal.v0.models.CatalogItemBatchIndexTask | io.flow.internal.v0.models.CatalogItemDeleteIndexTask | io.flow.internal.v0.models.ChangeSettingsIndexTask | io.flow.internal.v0.models.DeleteIndexTask;
|
|
23161
22641
|
type InlineAuthorizationParameters = io.flow.internal.v0.models.KlarnaAuthorizationParameters;
|
|
23162
22642
|
type InternalAuthorizationDetails = io.flow.internal.v0.models.InternalPaypalAuthorizationDetails | io.flow.internal.v0.models.InternalBitpayAuthorizationDetails | io.flow.internal.v0.models.InternalStripeAuthorizationDetails | io.flow.internal.v0.models.InternalAdyenAuthorizationDetails | io.flow.internal.v0.models.InternalAfterpayAuthorizationDetails | io.flow.internal.v0.models.InternalFiservAuthorizationDetails;
|
|
@@ -23169,7 +22649,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
23169
22649
|
type MarketingGatewayFeedSource = io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle | io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook;
|
|
23170
22650
|
type MarketingGatewayItem = io.flow.internal.v0.models.MarketingGatewayGoogleItem;
|
|
23171
22651
|
type MarketingGatewaySourceSummary = io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
|
|
23172
|
-
type MoneyRule = io.flow.internal.v0.models.MoneyPercentage;
|
|
23173
22652
|
type OptinPromptDisplay = io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
23174
22653
|
type OrderActionForm = io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm;
|
|
23175
22654
|
type OrderCancellationEvidence = io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled | io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender;
|
|
@@ -23300,12 +22779,14 @@ export declare type AfterpayCaptureUpserted = io.flow.internal.v0.models.Afterpa
|
|
|
23300
22779
|
export declare type AfterpayRefund = io.flow.internal.v0.models.AfterpayRefund;
|
|
23301
22780
|
export declare type AfterpayRefundDeleted = io.flow.internal.v0.models.AfterpayRefundDeleted;
|
|
23302
22781
|
export declare type AfterpayRefundUpserted = io.flow.internal.v0.models.AfterpayRefundUpserted;
|
|
22782
|
+
export declare type AldoItem = io.flow.internal.v0.models.AldoItem;
|
|
22783
|
+
export declare type AldoItemForm = io.flow.internal.v0.models.AldoItemForm;
|
|
22784
|
+
export declare type AldoItemType = io.flow.internal.v0.enums.AldoItemType;
|
|
23303
22785
|
export declare type AlertErrorSummary = io.flow.internal.v0.models.AlertErrorSummary;
|
|
23304
22786
|
export declare type AlertFailureSummary = io.flow.internal.v0.models.AlertFailureSummary;
|
|
23305
22787
|
export declare type AlertFailureSummaryDetail = io.flow.internal.v0.models.AlertFailureSummaryDetail;
|
|
23306
22788
|
export declare type AlertImportSummary = io.flow.internal.v0.models.AlertImportSummary;
|
|
23307
22789
|
export declare type AlertRequeueSummary = io.flow.internal.v0.models.AlertRequeueSummary;
|
|
23308
|
-
export declare type AlgoliaIndexAssignment = io.flow.internal.v0.models.AlgoliaIndexAssignment;
|
|
23309
22790
|
export declare type AllItemsExport = io.flow.internal.v0.models.AllItemsExport;
|
|
23310
22791
|
export declare type AllOrganizationsMembership = io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
23311
22792
|
export declare type AllocationItemReference = io.flow.internal.v0.models.AllocationItemReference;
|
|
@@ -23331,7 +22812,9 @@ export declare type AuthorizedOrderCharge = io.flow.internal.v0.unions.Authorize
|
|
|
23331
22812
|
export declare type AuthorizedShippingCharge = io.flow.internal.v0.models.AuthorizedShippingCharge;
|
|
23332
22813
|
export declare type AutoRestrictRule = io.flow.internal.v0.enums.AutoRestrictRule;
|
|
23333
22814
|
export declare type AutoReviewCriteria = io.flow.internal.v0.models.AutoReviewCriteria;
|
|
22815
|
+
export declare type BankAccount = io.flow.internal.v0.models.BankAccount;
|
|
23334
22816
|
export declare type BankAccountReference = io.flow.internal.v0.models.BankAccountReference;
|
|
22817
|
+
export declare type BankAccountStatus = io.flow.internal.v0.enums.BankAccountStatus;
|
|
23335
22818
|
export declare type BankPayment = io.flow.internal.v0.models.BankPayment;
|
|
23336
22819
|
export declare type BankPaymentDeletedV2 = io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
23337
22820
|
export declare type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm;
|
|
@@ -23472,6 +22955,7 @@ export declare type ChannelBilledTransactionType = io.flow.internal.v0.enums.Cha
|
|
|
23472
22955
|
export declare type ChannelBilledTransactionUpserted = io.flow.internal.v0.models.ChannelBilledTransactionUpserted;
|
|
23473
22956
|
export declare type ChannelBillingStatement = io.flow.internal.v0.models.ChannelBillingStatement;
|
|
23474
22957
|
export declare type ChannelCurrencyForm = io.flow.internal.v0.models.ChannelCurrencyForm;
|
|
22958
|
+
export declare type ChannelCurrencyPairInternal = io.flow.internal.v0.models.ChannelCurrencyPairInternal;
|
|
23475
22959
|
export declare type ChannelCurrencySetting = io.flow.internal.v0.models.ChannelCurrencySetting;
|
|
23476
22960
|
export declare type ChannelCurrencySettingDeleted = io.flow.internal.v0.models.ChannelCurrencySettingDeleted;
|
|
23477
22961
|
export declare type ChannelCurrencySettingForm = io.flow.internal.v0.models.ChannelCurrencySettingForm;
|
|
@@ -23609,11 +23093,6 @@ export declare type ClassifiedProductDetail = io.flow.internal.v0.models.Classif
|
|
|
23609
23093
|
export declare type CliLogEntry = io.flow.internal.v0.models.CliLogEntry;
|
|
23610
23094
|
export declare type CliLogEntryForm = io.flow.internal.v0.models.CliLogEntryForm;
|
|
23611
23095
|
export declare type ClothingAgeClassification = io.flow.internal.v0.enums.ClothingAgeClassification;
|
|
23612
|
-
export declare type ColmItem = io.flow.internal.v0.models.ColmItem;
|
|
23613
|
-
export declare type ColmItemDeleted = io.flow.internal.v0.models.ColmItemDeleted;
|
|
23614
|
-
export declare type ColmItemForm = io.flow.internal.v0.models.ColmItemForm;
|
|
23615
|
-
export declare type ColmItemType = io.flow.internal.v0.enums.ColmItemType;
|
|
23616
|
-
export declare type ColmItemUpserted = io.flow.internal.v0.models.ColmItemUpserted;
|
|
23617
23096
|
export declare type CommercialInvoiceComparison = io.flow.internal.v0.models.CommercialInvoiceComparison;
|
|
23618
23097
|
export declare type CommercialInvoiceInternal = io.flow.internal.v0.models.CommercialInvoiceInternal;
|
|
23619
23098
|
export declare type CommercialInvoiceInternalDeleted = io.flow.internal.v0.models.CommercialInvoiceInternalDeleted;
|
|
@@ -23640,9 +23119,6 @@ export declare type ContentSchemaSummary = io.flow.internal.v0.models.ContentSch
|
|
|
23640
23119
|
export declare type ContentStatus = io.flow.internal.v0.enums.ContentStatus;
|
|
23641
23120
|
export declare type ContentType = io.flow.internal.v0.enums.ContentType;
|
|
23642
23121
|
export declare type ContentTypeCast = io.flow.internal.v0.enums.ContentTypeCast;
|
|
23643
|
-
export declare type Cost = io.flow.internal.v0.models.Cost;
|
|
23644
|
-
export declare type CostRule = io.flow.internal.v0.models.CostRule;
|
|
23645
|
-
export declare type CostType = io.flow.internal.v0.enums.CostType;
|
|
23646
23122
|
export declare type CountryPickerCountry = io.flow.internal.v0.models.CountryPickerCountry;
|
|
23647
23123
|
export declare type CountryPickerCountryData = io.flow.internal.v0.models.CountryPickerCountryData;
|
|
23648
23124
|
export declare type CountryPickerCurrency = io.flow.internal.v0.models.CountryPickerCurrency;
|
|
@@ -23676,14 +23152,18 @@ export declare type DailyValueDeleted = io.flow.internal.v0.models.DailyValueDel
|
|
|
23676
23152
|
export declare type DailyValueUpserted = io.flow.internal.v0.models.DailyValueUpserted;
|
|
23677
23153
|
export declare type DebugAccountingTransaction = io.flow.internal.v0.models.DebugAccountingTransaction;
|
|
23678
23154
|
export declare type DebugAccountingTransactionType = io.flow.internal.v0.enums.DebugAccountingTransactionType;
|
|
23155
|
+
export declare type DebugAdjustment = io.flow.internal.v0.models.DebugAdjustment;
|
|
23156
|
+
export declare type DebugBankingDetails = io.flow.internal.v0.models.DebugBankingDetails;
|
|
23679
23157
|
export declare type DebugDetails = io.flow.internal.v0.models.DebugDetails;
|
|
23680
23158
|
export declare type DebugFulfillmentDelta = io.flow.internal.v0.models.DebugFulfillmentDelta;
|
|
23681
23159
|
export declare type DebugLabel = io.flow.internal.v0.models.DebugLabel;
|
|
23682
23160
|
export declare type DebugLabelTransactionSummary = io.flow.internal.v0.models.DebugLabelTransactionSummary;
|
|
23683
23161
|
export declare type DebugOrder = io.flow.internal.v0.models.DebugOrder;
|
|
23684
23162
|
export declare type DebugOrderTransaction = io.flow.internal.v0.models.DebugOrderTransaction;
|
|
23163
|
+
export declare type DebugOrderTransactionDetails = io.flow.internal.v0.models.DebugOrderTransactionDetails;
|
|
23685
23164
|
export declare type DebugOrderTransactionForm = io.flow.internal.v0.models.DebugOrderTransactionForm;
|
|
23686
23165
|
export declare type DebugOrderTransactionFormOrderIdentifier = io.flow.internal.v0.models.DebugOrderTransactionFormOrderIdentifier;
|
|
23166
|
+
export declare type DebugOriginalTransactionSummary = io.flow.internal.v0.models.DebugOriginalTransactionSummary;
|
|
23687
23167
|
export declare type DebugPaymentTransactionSummary = io.flow.internal.v0.models.DebugPaymentTransactionSummary;
|
|
23688
23168
|
export declare type DebugTransactionDetails = io.flow.internal.v0.models.DebugTransactionDetails;
|
|
23689
23169
|
export declare type DebugTransactionDetailsStatus = io.flow.internal.v0.models.DebugTransactionDetailsStatus;
|
|
@@ -23707,9 +23187,9 @@ export declare type DeliveredDutyPreference = io.flow.internal.v0.models.Deliver
|
|
|
23707
23187
|
export declare type DeliveredDutyPreferenceForm = io.flow.internal.v0.models.DeliveredDutyPreferenceForm;
|
|
23708
23188
|
export declare type DeminimisAdjustmentType = io.flow.internal.v0.enums.DeminimisAdjustmentType;
|
|
23709
23189
|
export declare type DestinationError = io.flow.internal.v0.models.DestinationError;
|
|
23710
|
-
export declare type Details = io.flow.internal.v0.models.Details;
|
|
23711
23190
|
export declare type Dhl = io.flow.internal.v0.models.Dhl;
|
|
23712
23191
|
export declare type DhlEcommerce = io.flow.internal.v0.models.DhlEcommerce;
|
|
23192
|
+
export declare type DhlEcommerceWebhook = io.flow.internal.v0.models.DhlEcommerceWebhook;
|
|
23713
23193
|
export declare type Dict = io.flow.internal.v0.models.Dict;
|
|
23714
23194
|
export declare type DimensionEstimateOpsInput = io.flow.internal.v0.models.DimensionEstimateOpsInput;
|
|
23715
23195
|
export declare type Discount = io.flow.internal.v0.models.Discount;
|
|
@@ -23759,21 +23239,13 @@ export declare type DutyExemptItemTypes = io.flow.internal.v0.enums.DutyExemptIt
|
|
|
23759
23239
|
export declare type DutyExpression = io.flow.internal.v0.unions.DutyExpression;
|
|
23760
23240
|
export declare type DutyInternalRate = io.flow.internal.v0.models.DutyInternalRate;
|
|
23761
23241
|
export declare type DutyRate = io.flow.internal.v0.models.DutyRate;
|
|
23762
|
-
export declare type DutyRateBulkRequest = io.flow.internal.v0.models.DutyRateBulkRequest;
|
|
23763
|
-
export declare type DutyRateBulkResponse = io.flow.internal.v0.models.DutyRateBulkResponse;
|
|
23764
|
-
export declare type DutyRateContext = io.flow.internal.v0.models.DutyRateContext;
|
|
23765
23242
|
export declare type DutyRateItemSummary = io.flow.internal.v0.models.DutyRateItemSummary;
|
|
23766
|
-
export declare type DutyRateRequest = io.flow.internal.v0.models.DutyRateRequest;
|
|
23767
|
-
export declare type DutyRateResponse = io.flow.internal.v0.models.DutyRateResponse;
|
|
23768
23243
|
export declare type DutyRateSource = io.flow.internal.v0.enums.DutyRateSource;
|
|
23769
23244
|
export declare type DutyRateSummary = io.flow.internal.v0.models.DutyRateSummary;
|
|
23770
23245
|
export declare type DutyRateUnitOfMeasure = io.flow.internal.v0.enums.DutyRateUnitOfMeasure;
|
|
23771
|
-
export declare type DutyRateUpserted = io.flow.internal.v0.models.DutyRateUpserted;
|
|
23772
23246
|
export declare type DutyRatesDataSummary = io.flow.internal.v0.models.DutyRatesDataSummary;
|
|
23773
23247
|
export declare type DutyRatesPublishedV2 = io.flow.internal.v0.models.DutyRatesPublishedV2;
|
|
23774
23248
|
export declare type DutyRaw = io.flow.internal.v0.models.DutyRaw;
|
|
23775
|
-
export declare type DutyRawBulkUpserted = io.flow.internal.v0.models.DutyRawBulkUpserted;
|
|
23776
|
-
export declare type DutyRawUpserted = io.flow.internal.v0.models.DutyRawUpserted;
|
|
23777
23249
|
export declare type DutySelectionRule = io.flow.internal.v0.enums.DutySelectionRule;
|
|
23778
23250
|
export declare type DutySimpleExpression = io.flow.internal.v0.models.DutySimpleExpression;
|
|
23779
23251
|
export declare type DutySimpleExpressionType = io.flow.internal.v0.enums.DutySimpleExpressionType;
|
|
@@ -23781,11 +23253,6 @@ export declare type DutyTransaction = io.flow.internal.v0.models.DutyTransaction
|
|
|
23781
23253
|
export declare type DutyTransactionDeleted = io.flow.internal.v0.models.DutyTransactionDeleted;
|
|
23782
23254
|
export declare type DutyTransactionType = io.flow.internal.v0.enums.DutyTransactionType;
|
|
23783
23255
|
export declare type DutyTransactionUpserted = io.flow.internal.v0.models.DutyTransactionUpserted;
|
|
23784
|
-
export declare type EldarItem = io.flow.internal.v0.models.EldarItem;
|
|
23785
|
-
export declare type EldarItemDeleted = io.flow.internal.v0.models.EldarItemDeleted;
|
|
23786
|
-
export declare type EldarItemForm = io.flow.internal.v0.models.EldarItemForm;
|
|
23787
|
-
export declare type EldarItemType = io.flow.internal.v0.enums.EldarItemType;
|
|
23788
|
-
export declare type EldarItemUpserted = io.flow.internal.v0.models.EldarItemUpserted;
|
|
23789
23256
|
export declare type EmailForm = io.flow.internal.v0.models.EmailForm;
|
|
23790
23257
|
export declare type EmailModificationForm = io.flow.internal.v0.models.EmailModificationForm;
|
|
23791
23258
|
export declare type EmptyAttribute = io.flow.internal.v0.enums.EmptyAttribute;
|
|
@@ -23987,11 +23454,6 @@ export declare type GoogleShoppingAccountParameters = io.flow.internal.v0.models
|
|
|
23987
23454
|
export declare type GoogleShoppingSetting = io.flow.internal.v0.models.GoogleShoppingSetting;
|
|
23988
23455
|
export declare type GoogleTagManager = io.flow.internal.v0.models.GoogleTagManager;
|
|
23989
23456
|
export declare type GraphqlServiceTypes = io.flow.internal.v0.enums.GraphqlServiceTypes;
|
|
23990
|
-
export declare type HarinathItem = io.flow.internal.v0.models.HarinathItem;
|
|
23991
|
-
export declare type HarinathItemDeleted = io.flow.internal.v0.models.HarinathItemDeleted;
|
|
23992
|
-
export declare type HarinathItemForm = io.flow.internal.v0.models.HarinathItemForm;
|
|
23993
|
-
export declare type HarinathItemType = io.flow.internal.v0.enums.HarinathItemType;
|
|
23994
|
-
export declare type HarinathItemUpserted = io.flow.internal.v0.models.HarinathItemUpserted;
|
|
23995
23457
|
export declare type HarmonizationClassificationStatisticsData = io.flow.internal.v0.models.HarmonizationClassificationStatisticsData;
|
|
23996
23458
|
export declare type HarmonizationClassificationStatisticsPublished = io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished;
|
|
23997
23459
|
export declare type HarmonizationCodesImport = io.flow.internal.v0.models.HarmonizationCodesImport;
|
|
@@ -24012,12 +23474,8 @@ export declare type Href = io.flow.internal.v0.models.Href;
|
|
|
24012
23474
|
export declare type Hs6 = io.flow.internal.v0.models.Hs6;
|
|
24013
23475
|
export declare type Hs6Metadata = io.flow.internal.v0.models.Hs6Metadata;
|
|
24014
23476
|
export declare type HttpMethod = io.flow.internal.v0.enums.HttpMethod;
|
|
24015
|
-
export declare type HybrisCatalogItemsImportRequest = io.flow.internal.v0.models.HybrisCatalogItemsImportRequest;
|
|
24016
|
-
export declare type HybrisCatalogItemsImportRequestData = io.flow.internal.v0.models.HybrisCatalogItemsImportRequestData;
|
|
24017
23477
|
export declare type ImportCompleted = io.flow.internal.v0.models.ImportCompleted;
|
|
24018
23478
|
export declare type ImportFailed = io.flow.internal.v0.models.ImportFailed;
|
|
24019
|
-
export declare type IndexAssignmentDeleted = io.flow.internal.v0.models.IndexAssignmentDeleted;
|
|
24020
|
-
export declare type IndexAssignmentUpserted = io.flow.internal.v0.models.IndexAssignmentUpserted;
|
|
24021
23479
|
export declare type IndexTaskType = io.flow.internal.v0.unions.IndexTaskType;
|
|
24022
23480
|
export declare type InlineAuthorizationParameters = io.flow.internal.v0.unions.InlineAuthorizationParameters;
|
|
24023
23481
|
export declare type InstallForm = io.flow.internal.v0.models.InstallForm;
|
|
@@ -24064,12 +23522,9 @@ export declare type ItemClassificationSummary = io.flow.internal.v0.models.ItemC
|
|
|
24064
23522
|
export declare type ItemClassificationV2 = io.flow.internal.v0.models.ItemClassificationV2;
|
|
24065
23523
|
export declare type ItemCustomsDetails = io.flow.internal.v0.models.ItemCustomsDetails;
|
|
24066
23524
|
export declare type ItemDimensionEstimate = io.flow.internal.v0.models.ItemDimensionEstimate;
|
|
24067
|
-
export declare type ItemDimensionEstimateDeletedV2 = io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2;
|
|
24068
|
-
export declare type ItemDimensionEstimateUpsertedV2 = io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2;
|
|
24069
23525
|
export declare type ItemFilterResponse = io.flow.internal.v0.models.ItemFilterResponse;
|
|
24070
23526
|
export declare type ItemFilterValueResponse = io.flow.internal.v0.models.ItemFilterValueResponse;
|
|
24071
23527
|
export declare type ItemFilterValuesForm = io.flow.internal.v0.models.ItemFilterValuesForm;
|
|
24072
|
-
export declare type ItemForm = io.flow.internal.v0.models.ItemForm;
|
|
24073
23528
|
export declare type ItemFormImportRequest = io.flow.internal.v0.models.ItemFormImportRequest;
|
|
24074
23529
|
export declare type ItemHarmonization = io.flow.internal.v0.models.ItemHarmonization;
|
|
24075
23530
|
export declare type ItemHarmonizationDeleted = io.flow.internal.v0.models.ItemHarmonizationDeleted;
|
|
@@ -24097,11 +23552,6 @@ export declare type KeyReference = io.flow.internal.v0.models.KeyReference;
|
|
|
24097
23552
|
export declare type KeywordType = io.flow.internal.v0.enums.KeywordType;
|
|
24098
23553
|
export declare type KlarnaAuthorizationParameters = io.flow.internal.v0.models.KlarnaAuthorizationParameters;
|
|
24099
23554
|
export declare type KlarnaPaymentMethodCategory = io.flow.internal.v0.models.KlarnaPaymentMethodCategory;
|
|
24100
|
-
export declare type KonstantinItem = io.flow.internal.v0.models.KonstantinItem;
|
|
24101
|
-
export declare type KonstantinItemDeleted = io.flow.internal.v0.models.KonstantinItemDeleted;
|
|
24102
|
-
export declare type KonstantinItemForm = io.flow.internal.v0.models.KonstantinItemForm;
|
|
24103
|
-
export declare type KonstantinItemType = io.flow.internal.v0.enums.KonstantinItemType;
|
|
24104
|
-
export declare type KonstantinItemUpserted = io.flow.internal.v0.models.KonstantinItemUpserted;
|
|
24105
23555
|
export declare type LabProjectSettings = io.flow.internal.v0.models.LabProjectSettings;
|
|
24106
23556
|
export declare type LabProjectSettingsForm = io.flow.internal.v0.models.LabProjectSettingsForm;
|
|
24107
23557
|
export declare type LabProjectSettingsFormAcceptance = io.flow.internal.v0.models.LabProjectSettingsFormAcceptance;
|
|
@@ -24263,16 +23713,11 @@ export declare type MarketingGatewaySourceSummary = io.flow.internal.v0.unions.M
|
|
|
24263
23713
|
export declare type MarketingGatewaySupportedChannelDetails = io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
|
|
24264
23714
|
export declare type MarketsOrder = io.flow.internal.v0.models.MarketsOrder;
|
|
24265
23715
|
export declare type MarketsOrderSummary = io.flow.internal.v0.models.MarketsOrderSummary;
|
|
24266
|
-
export declare type MatiasItem = io.flow.internal.v0.models.MatiasItem;
|
|
24267
|
-
export declare type MatiasItemDeleted = io.flow.internal.v0.models.MatiasItemDeleted;
|
|
24268
|
-
export declare type MatiasItemForm = io.flow.internal.v0.models.MatiasItemForm;
|
|
24269
|
-
export declare type MatiasItemType = io.flow.internal.v0.enums.MatiasItemType;
|
|
24270
|
-
export declare type MatiasItemUpserted = io.flow.internal.v0.models.MatiasItemUpserted;
|
|
24271
23716
|
export declare type Merchant = io.flow.internal.v0.models.Merchant;
|
|
24272
23717
|
export declare type MerchantApplicationSummaries = io.flow.internal.v0.models.MerchantApplicationSummaries;
|
|
24273
23718
|
export declare type MerchantApplicationSummary = io.flow.internal.v0.models.MerchantApplicationSummary;
|
|
24274
|
-
export declare type MerchantCohort = io.flow.internal.v0.enums.MerchantCohort;
|
|
24275
23719
|
export declare type MerchantDeleted = io.flow.internal.v0.models.MerchantDeleted;
|
|
23720
|
+
export declare type MerchantDetails = io.flow.internal.v0.models.MerchantDetails;
|
|
24276
23721
|
export declare type MerchantFees = io.flow.internal.v0.models.MerchantFees;
|
|
24277
23722
|
export declare type MerchantGuidAssignment = io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
24278
23723
|
export declare type MerchantGuidAssignmentDeleted = io.flow.internal.v0.models.MerchantGuidAssignmentDeleted;
|
|
@@ -24289,19 +23734,7 @@ export declare type MerchantUpserted = io.flow.internal.v0.models.MerchantUpsert
|
|
|
24289
23734
|
export declare type MessageStamp = io.flow.internal.v0.models.MessageStamp;
|
|
24290
23735
|
export declare type MetadataProposition = io.flow.internal.v0.models.MetadataProposition;
|
|
24291
23736
|
export declare type MetadataRatecard = io.flow.internal.v0.models.MetadataRatecard;
|
|
24292
|
-
export declare type MichaelyanItem = io.flow.internal.v0.models.MichaelyanItem;
|
|
24293
|
-
export declare type MichaelyanItemDeleted = io.flow.internal.v0.models.MichaelyanItemDeleted;
|
|
24294
|
-
export declare type MichaelyanItemForm = io.flow.internal.v0.models.MichaelyanItemForm;
|
|
24295
|
-
export declare type MichaelyanItemType = io.flow.internal.v0.enums.MichaelyanItemType;
|
|
24296
|
-
export declare type MichaelyanItemUpserted = io.flow.internal.v0.models.MichaelyanItemUpserted;
|
|
24297
|
-
export declare type MiljenkoItem = io.flow.internal.v0.models.MiljenkoItem;
|
|
24298
|
-
export declare type MiljenkoItemDeleted = io.flow.internal.v0.models.MiljenkoItemDeleted;
|
|
24299
|
-
export declare type MiljenkoItemForm = io.flow.internal.v0.models.MiljenkoItemForm;
|
|
24300
|
-
export declare type MiljenkoItemType = io.flow.internal.v0.enums.MiljenkoItemType;
|
|
24301
|
-
export declare type MiljenkoItemUpserted = io.flow.internal.v0.models.MiljenkoItemUpserted;
|
|
24302
23737
|
export declare type MixedBagWeight = io.flow.internal.v0.enums.MixedBagWeight;
|
|
24303
|
-
export declare type MoneyPercentage = io.flow.internal.v0.models.MoneyPercentage;
|
|
24304
|
-
export declare type MoneyRule = io.flow.internal.v0.unions.MoneyRule;
|
|
24305
23738
|
export declare type NatureOfSale = io.flow.internal.v0.enums.NatureOfSale;
|
|
24306
23739
|
export declare type NegativeDebitMetrics = io.flow.internal.v0.models.NegativeDebitMetrics;
|
|
24307
23740
|
export declare type NextBillingStatement = io.flow.internal.v0.models.NextBillingStatement;
|
|
@@ -24357,6 +23790,7 @@ export declare type OrderCombinedShipmentDeleted = io.flow.internal.v0.models.Or
|
|
|
24357
23790
|
export declare type OrderCombinedShipmentForm = io.flow.internal.v0.models.OrderCombinedShipmentForm;
|
|
24358
23791
|
export declare type OrderCombinedShipmentUpserted = io.flow.internal.v0.models.OrderCombinedShipmentUpserted;
|
|
24359
23792
|
export declare type OrderDetail = io.flow.internal.v0.models.OrderDetail;
|
|
23793
|
+
export declare type OrderEditSummary = io.flow.internal.v0.models.OrderEditSummary;
|
|
24360
23794
|
export declare type OrderFulfillmentDeleted = io.flow.internal.v0.models.OrderFulfillmentDeleted;
|
|
24361
23795
|
export declare type OrderFulfillmentUpserted = io.flow.internal.v0.models.OrderFulfillmentUpserted;
|
|
24362
23796
|
export declare type OrderLifecycleEvent = io.flow.internal.v0.enums.OrderLifecycleEvent;
|
|
@@ -24465,6 +23899,7 @@ export declare type OtherRecordMetadataShippingLabelRevenueShare = io.flow.inter
|
|
|
24465
23899
|
export declare type OtherRecordMetadataTrueup = io.flow.internal.v0.models.OtherRecordMetadataTrueup;
|
|
24466
23900
|
export declare type OtherRecordOrderSummary = io.flow.internal.v0.models.OtherRecordOrderSummary;
|
|
24467
23901
|
export declare type OtherRecordOrderSummaryIdentifiers = io.flow.internal.v0.models.OtherRecordOrderSummaryIdentifiers;
|
|
23902
|
+
export declare type OtherRecordOrganizationSummary = io.flow.internal.v0.models.OtherRecordOrganizationSummary;
|
|
24468
23903
|
export declare type OtherRecordUpserted = io.flow.internal.v0.models.OtherRecordUpserted;
|
|
24469
23904
|
export declare type OtherRecordWithholdings = io.flow.internal.v0.models.OtherRecordWithholdings;
|
|
24470
23905
|
export declare type OutputStyle = io.flow.internal.v0.enums.OutputStyle;
|
|
@@ -24486,7 +23921,6 @@ export declare type PartnerOrganizationSettingsForm = io.flow.internal.v0.models
|
|
|
24486
23921
|
export declare type PartnerOrganizationSettingsUpserted = io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
24487
23922
|
export declare type PartnerTrackingSubscriptionDeleted = io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted;
|
|
24488
23923
|
export declare type PartnerTrackingSubscriptionUpserted = io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted;
|
|
24489
|
-
export declare type Party = io.flow.internal.v0.enums.Party;
|
|
24490
23924
|
export declare type Passphrase = io.flow.internal.v0.models.Passphrase;
|
|
24491
23925
|
export declare type PassphraseForm = io.flow.internal.v0.models.PassphraseForm;
|
|
24492
23926
|
export declare type PassphraseSummary = io.flow.internal.v0.models.PassphraseSummary;
|
|
@@ -24548,13 +23982,7 @@ export declare type PreferredBillingSchedule = io.flow.internal.v0.enums.Preferr
|
|
|
24548
23982
|
export declare type PregeneratedQuote = io.flow.internal.v0.models.PregeneratedQuote;
|
|
24549
23983
|
export declare type PregeneratedRequestEvent = io.flow.internal.v0.models.PregeneratedRequestEvent;
|
|
24550
23984
|
export declare type PriceSelector = io.flow.internal.v0.enums.PriceSelector;
|
|
24551
|
-
export declare type PricingIndicator = io.flow.internal.v0.models.PricingIndicator;
|
|
24552
|
-
export declare type PricingIndicatorDynamo = io.flow.internal.v0.models.PricingIndicatorDynamo;
|
|
24553
|
-
export declare type PricingIndicatorStatus = io.flow.internal.v0.enums.PricingIndicatorStatus;
|
|
24554
|
-
export declare type Principal = io.flow.internal.v0.models.Principal;
|
|
24555
|
-
export declare type PrincipalType = io.flow.internal.v0.enums.PrincipalType;
|
|
24556
23985
|
export declare type PrioritizedCenterReference = io.flow.internal.v0.models.PrioritizedCenterReference;
|
|
24557
|
-
export declare type ProcessedPaymentSummary = io.flow.internal.v0.models.ProcessedPaymentSummary;
|
|
24558
23986
|
export declare type ProcessingTransaction = io.flow.internal.v0.models.ProcessingTransaction;
|
|
24559
23987
|
export declare type ProcessingTransactionDeleted = io.flow.internal.v0.models.ProcessingTransactionDeleted;
|
|
24560
23988
|
export declare type ProcessingTransactionReference = io.flow.internal.v0.models.ProcessingTransactionReference;
|
|
@@ -24590,14 +24018,6 @@ export declare type ProductRestrictionRuleDecisionUpserted = io.flow.internal.v0
|
|
|
24590
24018
|
export declare type ProductReviewHistory = io.flow.internal.v0.models.ProductReviewHistory;
|
|
24591
24019
|
export declare type ProductStatus = io.flow.internal.v0.enums.ProductStatus;
|
|
24592
24020
|
export declare type ProductTransaction = io.flow.internal.v0.models.ProductTransaction;
|
|
24593
|
-
export declare type Profit = io.flow.internal.v0.models.Profit;
|
|
24594
|
-
export declare type ProfitShare = io.flow.internal.v0.models.ProfitShare;
|
|
24595
|
-
export declare type ProfitShareOrderReference = io.flow.internal.v0.models.ProfitShareOrderReference;
|
|
24596
|
-
export declare type ProfitSharePlan = io.flow.internal.v0.models.ProfitSharePlan;
|
|
24597
|
-
export declare type ProfitSplit = io.flow.internal.v0.models.ProfitSplit;
|
|
24598
|
-
export declare type ProfitSplitRule = io.flow.internal.v0.models.ProfitSplitRule;
|
|
24599
|
-
export declare type ProfitStream = io.flow.internal.v0.models.ProfitStream;
|
|
24600
|
-
export declare type ProfitStreamKey = io.flow.internal.v0.enums.ProfitStreamKey;
|
|
24601
24021
|
export declare type PromptAction = io.flow.internal.v0.enums.PromptAction;
|
|
24602
24022
|
export declare type PromptCheckoutDisplayPosition = io.flow.internal.v0.enums.PromptCheckoutDisplayPosition;
|
|
24603
24023
|
export declare type PromptOptions = io.flow.internal.v0.enums.PromptOptions;
|
|
@@ -24609,6 +24029,10 @@ export declare type ProofOfPostingOrderCancellation = io.flow.internal.v0.models
|
|
|
24609
24029
|
export declare type ProofOfPostingOrderCombinedShipment = io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment;
|
|
24610
24030
|
export declare type ProofOfPostingShippingNotification = io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
24611
24031
|
export declare type ProofOfPostingTimeElapsed = io.flow.internal.v0.models.ProofOfPostingTimeElapsed;
|
|
24032
|
+
export declare type PspDistribution = io.flow.internal.v0.models.PspDistribution;
|
|
24033
|
+
export declare type PspRoutingDistribution = io.flow.internal.v0.models.PspRoutingDistribution;
|
|
24034
|
+
export declare type PspRoutingDistributionRevision = io.flow.internal.v0.models.PspRoutingDistributionRevision;
|
|
24035
|
+
export declare type PspRoutingDistributionRevisionForm = io.flow.internal.v0.models.PspRoutingDistributionRevisionForm;
|
|
24612
24036
|
export declare type PublicHub = io.flow.internal.v0.models.PublicHub;
|
|
24613
24037
|
export declare type PublicHubForm = io.flow.internal.v0.models.PublicHubForm;
|
|
24614
24038
|
export declare type Quote = io.flow.internal.v0.models.Quote;
|
|
@@ -24686,6 +24110,7 @@ export declare type Report = io.flow.internal.v0.models.Report;
|
|
|
24686
24110
|
export declare type ReportAccount = io.flow.internal.v0.models.ReportAccount;
|
|
24687
24111
|
export declare type ReportBankAccount = io.flow.internal.v0.models.ReportBankAccount;
|
|
24688
24112
|
export declare type ReportBankAccountCleartext = io.flow.internal.v0.models.ReportBankAccountCleartext;
|
|
24113
|
+
export declare type ReportFilter = io.flow.internal.v0.models.ReportFilter;
|
|
24689
24114
|
export declare type ReportForm = io.flow.internal.v0.models.ReportForm;
|
|
24690
24115
|
export declare type ReportInterval = io.flow.internal.v0.enums.ReportInterval;
|
|
24691
24116
|
export declare type ReportMerchant = io.flow.internal.v0.models.ReportMerchant;
|
|
@@ -24764,6 +24189,8 @@ export declare type RestrictionRuleSummary = io.flow.internal.v0.models.Restrict
|
|
|
24764
24189
|
export declare type RestrictionStatus = io.flow.internal.v0.enums.RestrictionStatus;
|
|
24765
24190
|
export declare type RestrictionStatusMetadata = io.flow.internal.v0.models.RestrictionStatusMetadata;
|
|
24766
24191
|
export declare type RestrictionsDailyops = io.flow.internal.v0.models.RestrictionsDailyops;
|
|
24192
|
+
export declare type RestrictionsDailyopsDeleted = io.flow.internal.v0.models.RestrictionsDailyopsDeleted;
|
|
24193
|
+
export declare type RestrictionsDailyopsUpserted = io.flow.internal.v0.models.RestrictionsDailyopsUpserted;
|
|
24767
24194
|
export declare type ResyncByDestinations = io.flow.internal.v0.models.ResyncByDestinations;
|
|
24768
24195
|
export declare type ResyncByHs6Destinations = io.flow.internal.v0.models.ResyncByHs6Destinations;
|
|
24769
24196
|
export declare type ResyncByHs6Origin = io.flow.internal.v0.models.ResyncByHs6Origin;
|
|
@@ -24778,13 +24205,10 @@ export declare type ReturnPolicyUpserted = io.flow.internal.v0.models.ReturnPoli
|
|
|
24778
24205
|
export declare type ReturnSummary = io.flow.internal.v0.models.ReturnSummary;
|
|
24779
24206
|
export declare type ReturnTrigger = io.flow.internal.v0.unions.ReturnTrigger;
|
|
24780
24207
|
export declare type ReturnTriggerRefund = io.flow.internal.v0.models.ReturnTriggerRefund;
|
|
24781
|
-
export declare type Revenue = io.flow.internal.v0.models.Revenue;
|
|
24782
24208
|
export declare type RevenueRecord = io.flow.internal.v0.models.RevenueRecord;
|
|
24783
24209
|
export declare type RevenueRecordDeleted = io.flow.internal.v0.models.RevenueRecordDeleted;
|
|
24784
24210
|
export declare type RevenueRecordType = io.flow.internal.v0.enums.RevenueRecordType;
|
|
24785
24211
|
export declare type RevenueRecordUpserted = io.flow.internal.v0.models.RevenueRecordUpserted;
|
|
24786
|
-
export declare type RevenueRule = io.flow.internal.v0.models.RevenueRule;
|
|
24787
|
-
export declare type RevenueType = io.flow.internal.v0.enums.RevenueType;
|
|
24788
24212
|
export declare type RiskCheck = io.flow.internal.v0.enums.RiskCheck;
|
|
24789
24213
|
export declare type RiskEvaluation = io.flow.internal.v0.enums.RiskEvaluation;
|
|
24790
24214
|
export declare type RoutingAccount = io.flow.internal.v0.models.RoutingAccount;
|
|
@@ -24793,11 +24217,6 @@ export declare type RoutingMerchant = io.flow.internal.v0.models.RoutingMerchant
|
|
|
24793
24217
|
export declare type RoutingProcessor = io.flow.internal.v0.models.RoutingProcessor;
|
|
24794
24218
|
export declare type SandboxSetup = io.flow.internal.v0.models.SandboxSetup;
|
|
24795
24219
|
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;
|
|
24801
24220
|
export declare type ScheduledPayment = io.flow.internal.v0.models.ScheduledPayment;
|
|
24802
24221
|
export declare type Screen = io.flow.internal.v0.models.Screen;
|
|
24803
24222
|
export declare type ScreenForm = io.flow.internal.v0.models.ScreenForm;
|
|
@@ -24807,12 +24226,10 @@ export declare type ScreeningStatusChangeUpserted = io.flow.internal.v0.models.S
|
|
|
24807
24226
|
export declare type SearchAuthorization = io.flow.internal.v0.models.SearchAuthorization;
|
|
24808
24227
|
export declare type SearchCustomerSummary = io.flow.internal.v0.models.SearchCustomerSummary;
|
|
24809
24228
|
export declare type SearchExperienceSummary = io.flow.internal.v0.models.SearchExperienceSummary;
|
|
24810
|
-
export declare type SearchExperimentSummary = io.flow.internal.v0.models.SearchExperimentSummary;
|
|
24811
24229
|
export declare type SearchItemSummary = io.flow.internal.v0.models.SearchItemSummary;
|
|
24812
24230
|
export declare type SearchOrderSummary = io.flow.internal.v0.models.SearchOrderSummary;
|
|
24813
24231
|
export declare type SearchProviderExport = io.flow.internal.v0.models.SearchProviderExport;
|
|
24814
24232
|
export declare type SearchTrackingSummary = io.flow.internal.v0.models.SearchTrackingSummary;
|
|
24815
|
-
export declare type ServiceName = io.flow.internal.v0.enums.ServiceName;
|
|
24816
24233
|
export declare type SessionCountries = io.flow.internal.v0.models.SessionCountries;
|
|
24817
24234
|
export declare type SessionCountry = io.flow.internal.v0.models.SessionCountry;
|
|
24818
24235
|
export declare type SessionCountryForm = io.flow.internal.v0.models.SessionCountryForm;
|
|
@@ -24845,6 +24262,13 @@ export declare type ShopifyGiftCardReversal = io.flow.internal.v0.models.Shopify
|
|
|
24845
24262
|
export declare type ShopifyGiftCardReversalForm = io.flow.internal.v0.models.ShopifyGiftCardReversalForm;
|
|
24846
24263
|
export declare type ShopifyGrantStatus = io.flow.internal.v0.enums.ShopifyGrantStatus;
|
|
24847
24264
|
export declare type ShopifyGrantsCheck = io.flow.internal.v0.models.ShopifyGrantsCheck;
|
|
24265
|
+
export declare type ShopifyIncotermConfiguration = io.flow.internal.v0.enums.ShopifyIncotermConfiguration;
|
|
24266
|
+
export declare type ShopifyIncotermIncludes = io.flow.internal.v0.models.ShopifyIncotermIncludes;
|
|
24267
|
+
export declare type ShopifyIncotermSummaryErrorData = io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
|
|
24268
|
+
export declare type ShopifyIncotermSummaryErrorPublished = io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished;
|
|
24269
|
+
export declare type ShopifyMarketsBestSellingProduct = io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct;
|
|
24270
|
+
export declare type ShopifyMarketsBestSellingProductDeleted = io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted;
|
|
24271
|
+
export declare type ShopifyMarketsBestSellingProductUpserted = io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted;
|
|
24848
24272
|
export declare type ShopifyMarketsDangerousGoods = io.flow.internal.v0.enums.ShopifyMarketsDangerousGoods;
|
|
24849
24273
|
export declare type ShopifyMarketsDiscrepancy = io.flow.internal.v0.models.ShopifyMarketsDiscrepancy;
|
|
24850
24274
|
export declare type ShopifyMarketsDiscrepancyData = io.flow.internal.v0.models.ShopifyMarketsDiscrepancyData;
|
|
@@ -24945,11 +24369,6 @@ export declare type ShopperFreight = io.flow.internal.v0.models.ShopperFreight;
|
|
|
24945
24369
|
export declare type ShopperLine = io.flow.internal.v0.models.ShopperLine;
|
|
24946
24370
|
export declare type ShopperLines = io.flow.internal.v0.models.ShopperLines;
|
|
24947
24371
|
export declare type ShopperSummary = io.flow.internal.v0.models.ShopperSummary;
|
|
24948
|
-
export declare type ShrutiDemoItem = io.flow.internal.v0.models.ShrutiDemoItem;
|
|
24949
|
-
export declare type ShrutiDemoItemDeleted = io.flow.internal.v0.models.ShrutiDemoItemDeleted;
|
|
24950
|
-
export declare type ShrutiDemoItemForm = io.flow.internal.v0.models.ShrutiDemoItemForm;
|
|
24951
|
-
export declare type ShrutiDemoItemUpserted = io.flow.internal.v0.models.ShrutiDemoItemUpserted;
|
|
24952
|
-
export declare type ShrutiDemoType = io.flow.internal.v0.enums.ShrutiDemoType;
|
|
24953
24372
|
export declare type SimpleAccountReference = io.flow.internal.v0.models.SimpleAccountReference;
|
|
24954
24373
|
export declare type SimpleRoundingStrategy = io.flow.internal.v0.enums.SimpleRoundingStrategy;
|
|
24955
24374
|
export declare type SimplifiedClassificationTaxonomy = io.flow.internal.v0.unions.SimplifiedClassificationTaxonomy;
|
|
@@ -24965,6 +24384,7 @@ export declare type SnoozeForm = io.flow.internal.v0.models.SnoozeForm;
|
|
|
24965
24384
|
export declare type SnoozeNextActionWith = io.flow.internal.v0.enums.SnoozeNextActionWith;
|
|
24966
24385
|
export declare type SnoozeSource = io.flow.internal.v0.models.SnoozeSource;
|
|
24967
24386
|
export declare type SnoozeSourceType = io.flow.internal.v0.enums.SnoozeSourceType;
|
|
24387
|
+
export declare type SourceTypeFilter = io.flow.internal.v0.enums.SourceTypeFilter;
|
|
24968
24388
|
export declare type SpotRate = io.flow.internal.v0.models.SpotRate;
|
|
24969
24389
|
export declare type SpotRateDeleted = io.flow.internal.v0.models.SpotRateDeleted;
|
|
24970
24390
|
export declare type SpotRateMetadata = io.flow.internal.v0.unions.SpotRateMetadata;
|
|
@@ -24972,6 +24392,9 @@ export declare type SpotRateMetadataIdentity = io.flow.internal.v0.models.SpotRa
|
|
|
24972
24392
|
export declare type SpotRateMetadataRate = io.flow.internal.v0.models.SpotRateMetadataRate;
|
|
24973
24393
|
export declare type SpotRateUpserted = io.flow.internal.v0.models.SpotRateUpserted;
|
|
24974
24394
|
export declare type SpotRateVersion = io.flow.internal.v0.models.SpotRateVersion;
|
|
24395
|
+
export declare type SppTrackerUpdateRequest = io.flow.internal.v0.models.SppTrackerUpdateRequest;
|
|
24396
|
+
export declare type SppTrackerUpdateRequestDeleted = io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted;
|
|
24397
|
+
export declare type SppTrackerUpdateRequestUpserted = io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted;
|
|
24975
24398
|
export declare type StandaloneAttachment = io.flow.internal.v0.models.StandaloneAttachment;
|
|
24976
24399
|
export declare type StandaloneAttachmentDeleted = io.flow.internal.v0.models.StandaloneAttachmentDeleted;
|
|
24977
24400
|
export declare type StandaloneAttachmentUpserted = io.flow.internal.v0.models.StandaloneAttachmentUpserted;
|
|
@@ -25017,17 +24440,6 @@ export declare type SubscriptionFrequency = io.flow.internal.v0.enums.Subscripti
|
|
|
25017
24440
|
export declare type SubscriptionTransaction = io.flow.internal.v0.models.SubscriptionTransaction;
|
|
25018
24441
|
export declare type SuggestionAction = io.flow.internal.v0.enums.SuggestionAction;
|
|
25019
24442
|
export declare type SupportedLabels = io.flow.internal.v0.models.SupportedLabels;
|
|
25020
|
-
export declare type SvitlanaItem = io.flow.internal.v0.models.SvitlanaItem;
|
|
25021
|
-
export declare type SvitlanaItemDeleted = io.flow.internal.v0.models.SvitlanaItemDeleted;
|
|
25022
|
-
export declare type SvitlanaItemForm = io.flow.internal.v0.models.SvitlanaItemForm;
|
|
25023
|
-
export declare type SvitlanaItemUpserted = io.flow.internal.v0.models.SvitlanaItemUpserted;
|
|
25024
|
-
export declare type SvitlanaTest = io.flow.internal.v0.models.SvitlanaTest;
|
|
25025
|
-
export declare type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
25026
|
-
export declare type TamItem = io.flow.internal.v0.models.TamItem;
|
|
25027
|
-
export declare type TamItemDeleted = io.flow.internal.v0.models.TamItemDeleted;
|
|
25028
|
-
export declare type TamItemForm = io.flow.internal.v0.models.TamItemForm;
|
|
25029
|
-
export declare type TamItemType = io.flow.internal.v0.enums.TamItemType;
|
|
25030
|
-
export declare type TamItemUpserted = io.flow.internal.v0.models.TamItemUpserted;
|
|
25031
24443
|
export declare type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
25032
24444
|
export declare type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
25033
24445
|
export declare type TariffEligibility = io.flow.internal.v0.models.TariffEligibility;
|
|
@@ -25064,11 +24476,6 @@ export declare type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
|
|
|
25064
24476
|
export declare type TechOnboardingDescription = io.flow.internal.v0.models.TechOnboardingDescription;
|
|
25065
24477
|
export declare type Test = io.flow.internal.v0.models.Test;
|
|
25066
24478
|
export declare type TestForm = io.flow.internal.v0.models.TestForm;
|
|
25067
|
-
export declare type ThiagoItem = io.flow.internal.v0.models.ThiagoItem;
|
|
25068
|
-
export declare type ThiagoItemDeleted = io.flow.internal.v0.models.ThiagoItemDeleted;
|
|
25069
|
-
export declare type ThiagoItemForm = io.flow.internal.v0.models.ThiagoItemForm;
|
|
25070
|
-
export declare type ThiagoItemType = io.flow.internal.v0.enums.ThiagoItemType;
|
|
25071
|
-
export declare type ThiagoItemUpserted = io.flow.internal.v0.models.ThiagoItemUpserted;
|
|
25072
24479
|
export declare type ThirdPartyLogisticsPartner = io.flow.internal.v0.models.ThirdPartyLogisticsPartner;
|
|
25073
24480
|
export declare type ThirdPartyLogisticsPickUpTimeWindow = io.flow.internal.v0.models.ThirdPartyLogisticsPickUpTimeWindow;
|
|
25074
24481
|
export declare type TieredFee = io.flow.internal.v0.models.TieredFee;
|
|
@@ -25087,6 +24494,9 @@ export declare type TrackingAssuranceAnalysisUpserted = io.flow.internal.v0.mode
|
|
|
25087
24494
|
export declare type TrackingAssuranceJob = io.flow.internal.v0.models.TrackingAssuranceJob;
|
|
25088
24495
|
export declare type TrackingAssuranceJobDeleted = io.flow.internal.v0.models.TrackingAssuranceJobDeleted;
|
|
25089
24496
|
export declare type TrackingAssuranceJobUpserted = io.flow.internal.v0.models.TrackingAssuranceJobUpserted;
|
|
24497
|
+
export declare type TrackingCarrierReturnLabel = io.flow.internal.v0.models.TrackingCarrierReturnLabel;
|
|
24498
|
+
export declare type TrackingCarrierReturnLabelDeleted = io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted;
|
|
24499
|
+
export declare type TrackingCarrierReturnLabelUpserted = io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted;
|
|
25090
24500
|
export declare type TrackingDebugForceTransitForm = io.flow.internal.v0.models.TrackingDebugForceTransitForm;
|
|
25091
24501
|
export declare type TrackingDebugLabel = io.flow.internal.v0.models.TrackingDebugLabel;
|
|
25092
24502
|
export declare type TrackingDebugLabelEvent = io.flow.internal.v0.models.TrackingDebugLabelEvent;
|
|
@@ -25107,9 +24517,7 @@ export declare type TrackingProcessingErrorDeleted = io.flow.internal.v0.models.
|
|
|
25107
24517
|
export declare type TrackingProcessingErrorUpserted = io.flow.internal.v0.models.TrackingProcessingErrorUpserted;
|
|
25108
24518
|
export declare type TrackingProcessingFailureClassification = io.flow.internal.v0.enums.TrackingProcessingFailureClassification;
|
|
25109
24519
|
export declare type TrackingRequest = io.flow.internal.v0.models.TrackingRequest;
|
|
25110
|
-
export declare type TrackingRequestUpserted = io.flow.internal.v0.models.TrackingRequestUpserted;
|
|
25111
24520
|
export declare type TrackingResponse = io.flow.internal.v0.models.TrackingResponse;
|
|
25112
|
-
export declare type TrackingResponseUpserted = io.flow.internal.v0.models.TrackingResponseUpserted;
|
|
25113
24521
|
export declare type TrackingSubscription = io.flow.internal.v0.models.TrackingSubscription;
|
|
25114
24522
|
export declare type TrackingSubscriptionDeleted = io.flow.internal.v0.models.TrackingSubscriptionDeleted;
|
|
25115
24523
|
export declare type TrackingSubscriptionUpserted = io.flow.internal.v0.models.TrackingSubscriptionUpserted;
|