@flowio/types 11.24.33 → 11.24.34
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 +178 -29
- package/dist/api.d.ts +27 -1
- package/package.json +2 -2
- package/src/api-internal.ts +232 -36
- package/src/api.ts +37 -1
package/dist/api-internal.d.ts
CHANGED
|
@@ -250,6 +250,7 @@ declare namespace io.flow.common.v0.enums {
|
|
|
250
250
|
type MerchantOfRecord = 'flow' | 'organization';
|
|
251
251
|
type OrderMerchantOfRecord = 'flow' | 'organization' | 'mixed';
|
|
252
252
|
type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
|
|
253
|
+
type OrganizationType = 'standalone' | 'channel';
|
|
253
254
|
type PriceBookStatus = 'draft' | 'published' | 'archived';
|
|
254
255
|
type Role = 'admin' | 'member';
|
|
255
256
|
type RoundingMethod = 'up' | 'down' | 'nearest';
|
|
@@ -495,6 +496,7 @@ declare namespace io.flow.common.v0.models {
|
|
|
495
496
|
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
496
497
|
readonly created_at?: string;
|
|
497
498
|
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
499
|
+
readonly type?: io.flow.common.v0.enums.OrganizationType;
|
|
498
500
|
}
|
|
499
501
|
interface OrganizationDefaults {
|
|
500
502
|
readonly country: string;
|
|
@@ -1389,7 +1391,7 @@ declare namespace io.flow.payment.v0.enums {
|
|
|
1389
1391
|
type AuthorizationStatus = 'initiated' | 'pending' | 'expired' | 'authorized' | 'review' | 'declined' | 'reversed';
|
|
1390
1392
|
type AvsCode = 'match' | 'partial' | 'unsupported' | 'no_match';
|
|
1391
1393
|
type CaptureDeclineCode = 'expired' | 'insufficient_funds' | 'unknown';
|
|
1392
|
-
type CaptureStatus = 'pending' | 'succeeded' | 'failed' | 'canceled';
|
|
1394
|
+
type CaptureStatus = 'initiated' | 'pending' | 'succeeded' | 'failed' | 'canceled';
|
|
1393
1395
|
type CardErrorCode = 'invalid_address' | 'invalid_currency' | 'invalid_name' | 'invalid_number' | 'invalid_expiration' | 'invalid_token_type' | 'avs' | 'cvv' | 'fraud' | 'unknown';
|
|
1394
1396
|
type CardType = 'american_express' | 'cartes_bancaires' | 'china_union_pay' | 'dankort' | 'diners_club' | 'discover' | 'jcb' | 'maestro' | 'mastercard' | 'visa';
|
|
1395
1397
|
type CvvCode = 'match' | 'suspicious' | 'unsupported' | 'no_match';
|
|
@@ -2918,6 +2920,7 @@ declare namespace io.flow.customer.v0.models {
|
|
|
2918
2920
|
}
|
|
2919
2921
|
}
|
|
2920
2922
|
declare namespace io.flow.label.v0.enums {
|
|
2923
|
+
type CostEstimateSource = 'flow' | 'channel';
|
|
2921
2924
|
type Direction = 'outbound' | 'return';
|
|
2922
2925
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
2923
2926
|
type TrackingNumberType = 'flow' | 'carrier';
|
|
@@ -2981,9 +2984,11 @@ declare namespace io.flow.label.v0.models {
|
|
|
2981
2984
|
interface ShippingLabel {
|
|
2982
2985
|
readonly id: string;
|
|
2983
2986
|
readonly hop?: io.flow.label.v0.models.ShippingLabelHopSummary;
|
|
2987
|
+
readonly reference_id: string;
|
|
2984
2988
|
readonly attributes: Record<string, string>;
|
|
2985
2989
|
readonly carrier_tracking_number: string;
|
|
2986
2990
|
readonly carrier_tracking_number_url: string;
|
|
2991
|
+
readonly cost_estimate_source: io.flow.label.v0.enums.CostEstimateSource;
|
|
2987
2992
|
readonly cost?: io.flow.common.v0.models.Price;
|
|
2988
2993
|
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
2989
2994
|
readonly flow_tracking_number: string;
|
|
@@ -3802,9 +3807,9 @@ declare namespace io.flow.adyen.v0.enums {
|
|
|
3802
3807
|
type Contract = 'RECURRING';
|
|
3803
3808
|
type DeviceChannel = 'app' | 'browser';
|
|
3804
3809
|
type EventCode = 'AUTHORISATION' | 'CANCELLATION' | 'REFUND' | 'CANCEL_OR_REFUND' | 'CAPTURE' | 'CAPTURE_FAILED' | 'REFUND_FAILED' | 'REFUNDED_REVERSED' | 'PAIDOUT_REVERSED' | 'REQUEST_FOR_INFORMATION' | 'CHARGEBACK' | 'CHARGEBACK_REVERSED' | 'NOTIFICATION_OF_CHARGEBACK' | 'NOTIFICATION_OF_FRAUD' | 'MANUAL_REVIEW_ACCEPT' | 'MANUAL_REVIEW_REJECT' | 'RECURRING_CONTRACT' | 'PAYOUT_EXPIRE' | 'PAYOUT_DECLINE' | 'PAYOUT_THIRDPARTY' | 'REFUND_WITH_DATA' | 'AUTHORISE_REFERRAL' | 'EXPIRE' | 'FRAUD_ONLY' | 'FUND_TRANSFER' | 'HANDLED_EXTERNALLY' | 'OFFER_CLOSED' | 'ORDER_OPENED' | 'ORDER_CLOSED' | 'PENDING' | 'PROCESS_RETRY' | 'REPORT_AVAILABLE' | 'SECOND_CHARGEBACK' | 'PREARBITRATION_WON' | 'PREARBITRATION_LOST';
|
|
3805
|
-
type
|
|
3810
|
+
type HttpRedirectMethod = 'GET' | 'POST';
|
|
3806
3811
|
type Operation = 'cancel' | 'capture' | 'refund';
|
|
3807
|
-
type PaymentMethod = 'ach' | 'alipay' | 'alipay_wap' | 'amex' | 'bankTransfer_IBAN' | 'bcmc' | 'cartebancaire' | 'cup' | 'diners' | 'directEbanking' | 'discover' | 'dotpay' | 'dragonpay_ebanking' | 'dragonpay_gcash' | 'dragonpay_otc_banking' | 'ebanking_FI' | 'giropay' | 'ideal' | 'interac' | 'jcb' | 'kcp_banktransfer' | 'kcp_creditcard' | 'kcp_payco' | 'maestro' | 'mc' | 'molpay_points' | 'multibanco' | 'qiwiwallet' | 'sepadirectdebit' | 'trustly' | 'trustpay' | 'unionpay' | 'visa' | 'wechatpay' | 'unknowncard';
|
|
3812
|
+
type PaymentMethod = 'ach' | 'alipay' | 'alipay_wap' | 'amex' | 'bankTransfer_IBAN' | 'bcmc' | 'bcmc_mobile' | 'cartebancaire' | 'cup' | 'diners' | 'directEbanking' | 'discover' | 'dotpay' | 'dragonpay_ebanking' | 'dragonpay_gcash' | 'dragonpay_otc_banking' | 'ebanking_FI' | 'giropay' | 'ideal' | 'interac' | 'jcb' | 'kcp_banktransfer' | 'kcp_creditcard' | 'kcp_payco' | 'maestro' | 'mc' | 'molpay_points' | 'multibanco' | 'qiwiwallet' | 'sepadirectdebit' | 'trustly' | 'trustpay' | 'unionpay' | 'visa' | 'wechatpay' | 'unknowncard';
|
|
3808
3813
|
type RecurringProcessingModel = 'Subscription' | 'CardOnFile' | 'UnscheduledCardOnFile';
|
|
3809
3814
|
type ResultCode = 'Authorised' | 'Cancelled' | 'Error' | 'Refused' | 'Received' | 'RedirectShopper' | 'Pending' | 'ChallengeShopper' | 'IdentifyShopper';
|
|
3810
3815
|
type ShopperInteraction = 'Ecommerce' | 'ContAuth' | 'POS' | 'Moto';
|
|
@@ -3823,6 +3828,10 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
3823
3828
|
readonly value: number;
|
|
3824
3829
|
readonly currency: string;
|
|
3825
3830
|
}
|
|
3831
|
+
interface Applepay {
|
|
3832
|
+
readonly type: 'applepay';
|
|
3833
|
+
readonly applePayToken: string;
|
|
3834
|
+
}
|
|
3826
3835
|
interface Authentication {
|
|
3827
3836
|
readonly 'threeds2.fingerprintToken'?: string;
|
|
3828
3837
|
readonly 'threeds2.challengeToken'?: string;
|
|
@@ -3849,6 +3858,8 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
3849
3858
|
readonly browserInfo?: io.flow.adyen.v0.unions.BrowserInfo;
|
|
3850
3859
|
readonly threeDS2RequestData?: io.flow.adyen.v0.models.Threeds2RequestData;
|
|
3851
3860
|
readonly recurringProcessingModel?: io.flow.adyen.v0.enums.RecurringProcessingModel;
|
|
3861
|
+
readonly mcc?: string;
|
|
3862
|
+
readonly metadata?: any;
|
|
3852
3863
|
}
|
|
3853
3864
|
interface AuthorizeRequest3D {
|
|
3854
3865
|
readonly merchantAccount: string;
|
|
@@ -3982,6 +3993,12 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
3982
3993
|
readonly details: any;
|
|
3983
3994
|
readonly paymentData?: string;
|
|
3984
3995
|
}
|
|
3996
|
+
interface PaymentDetailsV663Ds2Challenge {
|
|
3997
|
+
readonly 'threeds2.challengeResult': string;
|
|
3998
|
+
}
|
|
3999
|
+
interface PaymentDetailsV663Ds2Fingerprint {
|
|
4000
|
+
readonly 'threeds2.fingerprint': string;
|
|
4001
|
+
}
|
|
3985
4002
|
interface PaymentRequest {
|
|
3986
4003
|
readonly reference: string;
|
|
3987
4004
|
readonly merchantAccount: string;
|
|
@@ -4003,7 +4020,11 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4003
4020
|
readonly browserInfo?: io.flow.adyen.v0.unions.BrowserInfo;
|
|
4004
4021
|
readonly origin?: string;
|
|
4005
4022
|
readonly channel?: io.flow.adyen.v0.enums.Channel;
|
|
4006
|
-
readonly
|
|
4023
|
+
readonly returnUrl?: string;
|
|
4024
|
+
readonly mcc?: string;
|
|
4025
|
+
readonly metadata?: any;
|
|
4026
|
+
readonly redirectToIssuerMethod?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
4027
|
+
readonly redirectFromIssuerMethod?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
4007
4028
|
}
|
|
4008
4029
|
interface PaymentResponse {
|
|
4009
4030
|
readonly resultCode: io.flow.adyen.v0.enums.ResultCode;
|
|
@@ -4018,19 +4039,50 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4018
4039
|
interface PaymentResponseAdditionalData {
|
|
4019
4040
|
readonly authCode?: string;
|
|
4020
4041
|
readonly avsResultRaw?: string;
|
|
4042
|
+
readonly avsResult?: string;
|
|
4021
4043
|
readonly cvcResultRaw?: string;
|
|
4044
|
+
readonly cvcResult?: string;
|
|
4045
|
+
readonly refusalReasonRaw?: string;
|
|
4022
4046
|
readonly liabilityShift?: string;
|
|
4023
4047
|
readonly threeDAuthenticated?: string;
|
|
4024
4048
|
readonly threeDAuthenticatedResponse?: string;
|
|
4025
4049
|
readonly threeDOffered?: string;
|
|
4026
4050
|
readonly threeDOfferedResponse?: string;
|
|
4051
|
+
readonly threeDSVersion?: string;
|
|
4052
|
+
readonly eci?: string;
|
|
4053
|
+
readonly scaExemptionRequested?: string;
|
|
4054
|
+
readonly paymentMethod?: string;
|
|
4055
|
+
readonly paymentMethodVariant?: string;
|
|
4056
|
+
readonly tokenTxVariant?: string;
|
|
4057
|
+
readonly acquirerCode?: string;
|
|
4058
|
+
readonly acquirerAccountCode?: string;
|
|
4059
|
+
readonly cardPaymentMethod?: string;
|
|
4060
|
+
readonly coBrandedWith?: string;
|
|
4061
|
+
readonly cardIssuingCountry?: string;
|
|
4062
|
+
readonly cardIssuingCurrency?: string;
|
|
4063
|
+
readonly cardIssuingBank?: string;
|
|
4064
|
+
readonly cardBin?: string;
|
|
4065
|
+
readonly issuerBin?: string;
|
|
4066
|
+
readonly cardSummary?: string;
|
|
4067
|
+
readonly untokenisedCardSummary?: string;
|
|
4068
|
+
readonly ownerName?: string;
|
|
4069
|
+
readonly bankName?: string;
|
|
4070
|
+
readonly issuerCountry?: string;
|
|
4071
|
+
readonly iban?: string;
|
|
4072
|
+
readonly bic?: string;
|
|
4073
|
+
readonly iDealConsumerAccountNumber?: string;
|
|
4074
|
+
readonly iDealConsumerBIC?: string;
|
|
4075
|
+
readonly iDealConsumerCity?: string;
|
|
4076
|
+
readonly iDealConsumerIBAN?: string;
|
|
4077
|
+
readonly iDealConsumerName?: string;
|
|
4078
|
+
readonly iDealTransactionId?: string;
|
|
4027
4079
|
}
|
|
4028
4080
|
interface Recurring {
|
|
4029
4081
|
readonly contract: io.flow.adyen.v0.enums.Contract;
|
|
4030
4082
|
}
|
|
4031
4083
|
interface Redirect {
|
|
4032
4084
|
readonly data?: io.flow.adyen.v0.models.RedirectData;
|
|
4033
|
-
readonly method?: io.flow.adyen.v0.enums.
|
|
4085
|
+
readonly method?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
4034
4086
|
readonly url?: string;
|
|
4035
4087
|
}
|
|
4036
4088
|
interface RedirectData {
|
|
@@ -4051,6 +4103,13 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4051
4103
|
readonly number: string;
|
|
4052
4104
|
readonly cvc?: string;
|
|
4053
4105
|
}
|
|
4106
|
+
interface SdkV3OnCompleteData {
|
|
4107
|
+
readonly details: any;
|
|
4108
|
+
readonly payment_data?: string;
|
|
4109
|
+
}
|
|
4110
|
+
interface SdkV3OnCompleteResult {
|
|
4111
|
+
readonly data: io.flow.adyen.v0.models.SdkV3OnCompleteData;
|
|
4112
|
+
}
|
|
4054
4113
|
interface ThreeDSecureData {
|
|
4055
4114
|
readonly authenticationResponse?: string;
|
|
4056
4115
|
readonly cavv?: string;
|
|
@@ -4076,7 +4135,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4076
4135
|
}
|
|
4077
4136
|
declare namespace io.flow.adyen.v0.unions {
|
|
4078
4137
|
type BrowserInfo = io.flow.adyen.v0.models.BrowserInfo3Ds1 | io.flow.adyen.v0.models.BrowserInfo3Ds2;
|
|
4079
|
-
type PaymentMethodData = io.flow.adyen.v0.models.Scheme;
|
|
4138
|
+
type PaymentMethodData = io.flow.adyen.v0.models.Scheme | io.flow.adyen.v0.models.Applepay;
|
|
4080
4139
|
}
|
|
4081
4140
|
declare namespace io.flow.order.management.v0.enums {
|
|
4082
4141
|
type CancelReason = 'out_of_stock' | 'consumer_requested' | 'flow_cancel';
|
|
@@ -5861,6 +5920,7 @@ declare namespace io.flow.payment.gateway.v0.models {
|
|
|
5861
5920
|
interface PaymentCaptureForm {
|
|
5862
5921
|
readonly amount?: number;
|
|
5863
5922
|
readonly currency?: string;
|
|
5923
|
+
readonly attributes?: Record<string, string>;
|
|
5864
5924
|
}
|
|
5865
5925
|
interface PaymentCaptureOptionAutomaticImmediate {
|
|
5866
5926
|
readonly type: 'automatic_immediate';
|
|
@@ -8538,10 +8598,18 @@ declare namespace io.flow.billing.v0.models {
|
|
|
8538
8598
|
readonly type: io.flow.billing.v0.enums.AttachmentType;
|
|
8539
8599
|
readonly url: string;
|
|
8540
8600
|
}
|
|
8601
|
+
interface BankAccountForm {
|
|
8602
|
+
readonly last4: string;
|
|
8603
|
+
readonly info: io.flow.billing.bank.account.v0.unions.BankAccountInfo;
|
|
8604
|
+
}
|
|
8541
8605
|
interface BillingChannelOrderSummary {
|
|
8606
|
+
readonly organization: io.flow.billing.v0.models.BillingChannelOrganizationSummary;
|
|
8542
8607
|
readonly number: string;
|
|
8543
8608
|
readonly identifiers?: Record<string, string>;
|
|
8544
8609
|
}
|
|
8610
|
+
interface BillingChannelOrganizationSummary {
|
|
8611
|
+
readonly id: string;
|
|
8612
|
+
}
|
|
8545
8613
|
interface BillingChannelPaymentRequestReference {
|
|
8546
8614
|
readonly id: string;
|
|
8547
8615
|
readonly reference?: string;
|
|
@@ -8579,6 +8647,10 @@ declare namespace io.flow.billing.v0.models {
|
|
|
8579
8647
|
readonly discriminator: 'no_payout';
|
|
8580
8648
|
readonly placeholder?: string;
|
|
8581
8649
|
}
|
|
8650
|
+
interface OrganizationBankAccount {
|
|
8651
|
+
readonly id: string;
|
|
8652
|
+
readonly last4: string;
|
|
8653
|
+
}
|
|
8582
8654
|
interface Payout {
|
|
8583
8655
|
readonly discriminator: 'payout';
|
|
8584
8656
|
readonly status: io.flow.billing.v0.models.PayoutStatus;
|
|
@@ -9922,6 +9994,16 @@ declare namespace io.flow.session.v0.unions {
|
|
|
9922
9994
|
type Session = io.flow.session.v0.models.OrganizationSession;
|
|
9923
9995
|
type SessionAuthorization = io.flow.session.v0.models.OrganizationSessionAuthorization;
|
|
9924
9996
|
}
|
|
9997
|
+
declare namespace io.flow.billing.bank.account.v0.models {
|
|
9998
|
+
interface BankAccountInfoUsa {
|
|
9999
|
+
readonly discriminator: 'usa';
|
|
10000
|
+
readonly routing_number: string;
|
|
10001
|
+
readonly account_number: string;
|
|
10002
|
+
}
|
|
10003
|
+
}
|
|
10004
|
+
declare namespace io.flow.billing.bank.account.v0.unions {
|
|
10005
|
+
type BankAccountInfo = io.flow.billing.bank.account.v0.models.BankAccountInfoUsa;
|
|
10006
|
+
}
|
|
9925
10007
|
declare namespace io.flow.internal.v0.enums {
|
|
9926
10008
|
type AccountType = 'channel' | 'organization';
|
|
9927
10009
|
type AddressConfigurationSettingProvinceCode = 'iso_3166_2' | 'name';
|
|
@@ -9932,7 +10014,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
9932
10014
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'all';
|
|
9933
10015
|
type BillingStatementBatchFileKey = 'archive' | 'summary';
|
|
9934
10016
|
type BillingStatementReviewStatus = 'approved' | 'pending';
|
|
9935
|
-
type BillingTransactionStatus = 'pending' | '
|
|
10017
|
+
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
9936
10018
|
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order';
|
|
9937
10019
|
type BlazeCheckoutEvent = 'begin_checkout' | 'select_promotion' | 'add_shipping_info' | 'add_payment_info' | 'purchase';
|
|
9938
10020
|
type BlazeCheckoutStep = 'customer_info' | 'delivery' | 'payment';
|
|
@@ -10044,7 +10126,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10044
10126
|
type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
|
|
10045
10127
|
type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
|
|
10046
10128
|
type EmptyAttribute = 'irrelevant';
|
|
10047
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'billable_label_upserted' | 'billable_label_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' | 'channel_account_deleted' | 'organization_account_upserted' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_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' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | '
|
|
10129
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'billable_label_upserted' | 'billable_label_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' | 'channel_account_deleted' | 'organization_account_upserted' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_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' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_restriction_approval_upserted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | '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' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
10048
10130
|
type ExperienceImportType = 'experience_with_settings';
|
|
10049
10131
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
10050
10132
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -10078,7 +10160,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10078
10160
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
10079
10161
|
type LabelTransactionType = 'adjustment' | 'billable_label' | 'fee' | 'revenue_share';
|
|
10080
10162
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
10081
|
-
type MainTransactionStatus = 'scheduled' | '
|
|
10163
|
+
type MainTransactionStatus = 'scheduled' | 'pending_proof';
|
|
10082
10164
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
10083
10165
|
type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit';
|
|
10084
10166
|
type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
|
|
@@ -10105,6 +10187,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10105
10187
|
type OrderTransactionType = 'adjustment' | 'order_service';
|
|
10106
10188
|
type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
|
|
10107
10189
|
type OrganizationPaymentStatus = 'active' | 'archived';
|
|
10190
|
+
type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
|
|
10108
10191
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
10109
10192
|
type Owner = 'flow' | 'organization';
|
|
10110
10193
|
type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
|
|
@@ -10156,12 +10239,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10156
10239
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
10157
10240
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
10158
10241
|
type TariffEligibilityType = 'rex';
|
|
10159
|
-
type TaskProcessorKey = 'billing_account' | 'order_messenger' | 'harmonization' | 'carrier_account' | 'label_generation_settings';
|
|
10242
|
+
type TaskProcessorKey = 'billing_account' | 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'label_generation_settings';
|
|
10160
10243
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
10161
10244
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
10162
10245
|
type TimeseriesType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
10163
10246
|
type TrackingIntegrationType = 'api' | 'bulk' | 'aftership';
|
|
10164
|
-
type TransactionPostingMethod = 'time' | '
|
|
10247
|
+
type TransactionPostingMethod = 'time' | 'proof';
|
|
10165
10248
|
type TransferMethod = 'ach';
|
|
10166
10249
|
type UnclassifiedProductStatus = 'ignored' | 'escalated' | 'requeued' | 'unverified' | 'queued' | 'unconfident';
|
|
10167
10250
|
}
|
|
@@ -10189,6 +10272,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
10189
10272
|
readonly first_name?: string;
|
|
10190
10273
|
readonly last_name?: string;
|
|
10191
10274
|
readonly phone?: string;
|
|
10275
|
+
readonly account?: io.flow.internal.v0.models.SimpleAccountReference;
|
|
10192
10276
|
}
|
|
10193
10277
|
interface AccountContactDeleted {
|
|
10194
10278
|
readonly discriminator: 'account_contact_deleted';
|
|
@@ -10983,6 +11067,42 @@ declare namespace io.flow.internal.v0.models {
|
|
|
10983
11067
|
interface BillingStatementBatch {
|
|
10984
11068
|
readonly id: string;
|
|
10985
11069
|
readonly period: io.flow.common.v0.models.DatetimeRange;
|
|
11070
|
+
readonly reconciliation: io.flow.internal.v0.models.BillingStatementBatchReconciliation;
|
|
11071
|
+
}
|
|
11072
|
+
interface BillingStatementBatchDeleted {
|
|
11073
|
+
readonly discriminator: 'billing_statement_batch_deleted';
|
|
11074
|
+
readonly event_id: string;
|
|
11075
|
+
readonly timestamp: string;
|
|
11076
|
+
readonly id: string;
|
|
11077
|
+
}
|
|
11078
|
+
interface BillingStatementBatchReconciliation {
|
|
11079
|
+
readonly month: string;
|
|
11080
|
+
}
|
|
11081
|
+
interface BillingStatementBatchReference {
|
|
11082
|
+
readonly id: string;
|
|
11083
|
+
}
|
|
11084
|
+
interface BillingStatementBatchStatement {
|
|
11085
|
+
readonly id: string;
|
|
11086
|
+
readonly batch: io.flow.internal.v0.models.BillingStatementBatchReference;
|
|
11087
|
+
readonly statement: io.flow.internal.v0.models.BillingStatementReference;
|
|
11088
|
+
}
|
|
11089
|
+
interface BillingStatementBatchStatementDeleted {
|
|
11090
|
+
readonly discriminator: 'billing_statement_batch_statement_deleted';
|
|
11091
|
+
readonly event_id: string;
|
|
11092
|
+
readonly timestamp: string;
|
|
11093
|
+
readonly id: string;
|
|
11094
|
+
}
|
|
11095
|
+
interface BillingStatementBatchStatementUpserted {
|
|
11096
|
+
readonly discriminator: 'billing_statement_batch_statement_upserted';
|
|
11097
|
+
readonly event_id: string;
|
|
11098
|
+
readonly timestamp: string;
|
|
11099
|
+
readonly billing_statement_batch_statement: io.flow.internal.v0.models.BillingStatementBatchStatement;
|
|
11100
|
+
}
|
|
11101
|
+
interface BillingStatementBatchUpserted {
|
|
11102
|
+
readonly discriminator: 'billing_statement_batch_upserted';
|
|
11103
|
+
readonly event_id: string;
|
|
11104
|
+
readonly timestamp: string;
|
|
11105
|
+
readonly billing_statement_batch: io.flow.internal.v0.models.BillingStatementBatch;
|
|
10986
11106
|
}
|
|
10987
11107
|
interface BillingStatementDeleted {
|
|
10988
11108
|
readonly discriminator: 'billing_statement_deleted';
|
|
@@ -13734,6 +13854,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13734
13854
|
readonly capture_id?: string;
|
|
13735
13855
|
readonly refund_id?: string;
|
|
13736
13856
|
readonly order_identifier?: io.flow.internal.v0.models.DebugOrderTransactionFormOrderIdentifier;
|
|
13857
|
+
readonly authorization_id?: string;
|
|
13737
13858
|
}
|
|
13738
13859
|
interface DebugOrderTransactionFormOrderIdentifier {
|
|
13739
13860
|
readonly key?: string;
|
|
@@ -13751,12 +13872,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13751
13872
|
readonly id: string;
|
|
13752
13873
|
readonly status: io.flow.internal.v0.models.DebugTransactionDetailsStatus;
|
|
13753
13874
|
readonly fx?: io.flow.internal.v0.models.DebugTransactionFx;
|
|
13754
|
-
readonly queue?: io.flow.internal.v0.models.DebugTransactionQueued;
|
|
13755
13875
|
}
|
|
13756
13876
|
interface DebugTransactionDetailsStatus {
|
|
13757
13877
|
readonly status: io.flow.internal.v0.enums.MainTransactionStatus;
|
|
13758
13878
|
readonly description: string;
|
|
13759
13879
|
}
|
|
13880
|
+
interface DebugTransactionForm {
|
|
13881
|
+
readonly transaction_id?: string;
|
|
13882
|
+
readonly capture_id?: string;
|
|
13883
|
+
readonly refund_id?: string;
|
|
13884
|
+
}
|
|
13760
13885
|
interface DebugTransactionFx {
|
|
13761
13886
|
readonly timestamp?: string;
|
|
13762
13887
|
readonly market: io.flow.internal.v0.models.DebugTransactionFxRate[];
|
|
@@ -14866,12 +14991,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14866
14991
|
interface FxRevenueRecognitionAccountRate {
|
|
14867
14992
|
readonly value: number;
|
|
14868
14993
|
}
|
|
14869
|
-
interface FxRevenueRecognitionDeleted {
|
|
14870
|
-
readonly discriminator: 'fx_revenue_recognition_deleted';
|
|
14871
|
-
readonly event_id: string;
|
|
14872
|
-
readonly timestamp: string;
|
|
14873
|
-
readonly id: string;
|
|
14874
|
-
}
|
|
14875
14994
|
interface FxRevenueRecognitionOrder {
|
|
14876
14995
|
readonly number: string;
|
|
14877
14996
|
readonly submitted_at: string;
|
|
@@ -14889,12 +15008,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14889
15008
|
readonly local: io.flow.common.v0.models.Money;
|
|
14890
15009
|
readonly transaction_created_at: string;
|
|
14891
15010
|
}
|
|
14892
|
-
interface FxRevenueRecognitionUpserted {
|
|
14893
|
-
readonly discriminator: 'fx_revenue_recognition_upserted';
|
|
14894
|
-
readonly event_id: string;
|
|
14895
|
-
readonly timestamp: string;
|
|
14896
|
-
readonly fx_revenue_recognition: io.flow.internal.v0.models.FxRevenueRecognition;
|
|
14897
|
-
}
|
|
14898
15011
|
interface GiftCard {
|
|
14899
15012
|
readonly id: string;
|
|
14900
15013
|
readonly number: string;
|
|
@@ -15745,8 +15858,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15745
15858
|
readonly rate: io.flow.internal.v0.models.InternalChannelRate;
|
|
15746
15859
|
}
|
|
15747
15860
|
interface InternalDebugTransaction {
|
|
15748
|
-
readonly debug
|
|
15861
|
+
readonly debug?: io.flow.internal.v0.models.DebugTransactionDetails;
|
|
15749
15862
|
readonly order?: io.flow.internal.v0.models.DebugOrder;
|
|
15863
|
+
readonly queue?: io.flow.internal.v0.models.DebugTransactionQueued;
|
|
15750
15864
|
}
|
|
15751
15865
|
interface InternalExclusionRuleForm {
|
|
15752
15866
|
readonly id: string;
|
|
@@ -17110,8 +17224,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17110
17224
|
readonly organization_currency_setting: io.flow.internal.v0.models.OrganizationCurrencySetting;
|
|
17111
17225
|
}
|
|
17112
17226
|
interface OrganizationDebugTransaction {
|
|
17113
|
-
readonly debug
|
|
17227
|
+
readonly debug?: io.flow.internal.v0.models.DebugTransactionDetails;
|
|
17114
17228
|
readonly order?: io.flow.internal.v0.models.DebugOrder;
|
|
17229
|
+
readonly queue?: io.flow.internal.v0.models.DebugTransactionQueued;
|
|
17115
17230
|
}
|
|
17116
17231
|
interface OrganizationInvitationAcceptForm {
|
|
17117
17232
|
readonly email: string;
|
|
@@ -17163,6 +17278,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17163
17278
|
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
17164
17279
|
readonly organization_payment_setting: io.flow.internal.v0.models.OrganizationPaymentSetting;
|
|
17165
17280
|
}
|
|
17281
|
+
interface OrganizationRestrictionApproval {
|
|
17282
|
+
readonly status: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
17283
|
+
readonly reason?: string;
|
|
17284
|
+
readonly updated_at: string;
|
|
17285
|
+
}
|
|
17286
|
+
interface OrganizationRestrictionApprovalUpserted {
|
|
17287
|
+
readonly discriminator: 'organization_restriction_approval_upserted';
|
|
17288
|
+
readonly event_id: string;
|
|
17289
|
+
readonly timestamp: string;
|
|
17290
|
+
readonly organization: string;
|
|
17291
|
+
readonly organization_restriction_approval: io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
17292
|
+
}
|
|
17166
17293
|
interface OrganizationRestrictionSnapshot {
|
|
17167
17294
|
readonly id: string;
|
|
17168
17295
|
readonly organization_id: string;
|
|
@@ -17761,6 +17888,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17761
17888
|
readonly product_id: string;
|
|
17762
17889
|
readonly reviews: io.flow.internal.v0.models.RestrictionHistoryItemReviewDecision[];
|
|
17763
17890
|
}
|
|
17891
|
+
interface ProofOfPostingFulfilled {
|
|
17892
|
+
readonly discriminator: 'fulfilled';
|
|
17893
|
+
readonly billable_label_id: string;
|
|
17894
|
+
}
|
|
17895
|
+
interface ProofOfPostingFullyRefunded {
|
|
17896
|
+
readonly discriminator: 'fully_refunded';
|
|
17897
|
+
readonly capture_id: string;
|
|
17898
|
+
readonly refund_ids: string[];
|
|
17899
|
+
}
|
|
17764
17900
|
interface QuoteRequest {
|
|
17765
17901
|
readonly id: string;
|
|
17766
17902
|
readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
|
|
@@ -19645,7 +19781,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
19645
19781
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
19646
19782
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
19647
19783
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
19648
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.BillableLabelUpserted | io.flow.internal.v0.models.BillableLabelDeleted | 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.ChannelAccountUpserted | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpserted | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | 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.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.FxRevenueRecognitionUpserted | io.flow.internal.v0.models.FxRevenueRecognitionDeleted | 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.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.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.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
19784
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.BillableLabelUpserted | io.flow.internal.v0.models.BillableLabelDeleted | 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.ChannelAccountUpserted | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpserted | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | 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.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | 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.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.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.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
19649
19785
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
19650
19786
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
19651
19787
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -19681,6 +19817,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
19681
19817
|
type ProcessorMerchantForm = io.flow.internal.v0.models.StripeMerchantForm;
|
|
19682
19818
|
type ProcessorMerchantModificationForm = io.flow.internal.v0.models.StripeMerchantModificationForm | io.flow.internal.v0.models.AdyenMerchantModificationForm | io.flow.internal.v0.models.FiservMerchantModificationForm | io.flow.internal.v0.models.PaypalMerchantModificationForm;
|
|
19683
19819
|
type ProcessorMerchantPutForm = io.flow.internal.v0.models.StripeMerchantPutForm | io.flow.internal.v0.models.AdyenMerchantPutForm | io.flow.internal.v0.models.FiservMerchantPutForm | io.flow.internal.v0.models.PaypalMerchantPutForm;
|
|
19820
|
+
type ProofOfPosting = io.flow.internal.v0.models.ProofOfPostingFulfilled | io.flow.internal.v0.models.ProofOfPostingFullyRefunded;
|
|
19684
19821
|
type RoutingEntity = io.flow.internal.v0.models.RoutingProcessor | io.flow.internal.v0.models.RoutingAccount | io.flow.internal.v0.models.RoutingMerchant;
|
|
19685
19822
|
type ShopifyPromotionOfferDiscount = io.flow.internal.v0.models.ShopifyPromotionFixedAmount | io.flow.internal.v0.models.ShopifyPromotionPercent;
|
|
19686
19823
|
type ShopifyPromotionOfferEntitlement = io.flow.internal.v0.models.ShopifyPromotionItemEntitlement | io.flow.internal.v0.models.ShopifyPromotionOrderEntitlement;
|
|
@@ -19832,7 +19969,14 @@ export declare type BillingOrganizationSettingsUpserted = io.flow.internal.v0.mo
|
|
|
19832
19969
|
export declare type BillingStatementAttachment = io.flow.internal.v0.models.BillingStatementAttachment;
|
|
19833
19970
|
export declare type BillingStatementAttachmentKey = io.flow.internal.v0.enums.BillingStatementAttachmentKey;
|
|
19834
19971
|
export declare type BillingStatementBatch = io.flow.internal.v0.models.BillingStatementBatch;
|
|
19972
|
+
export declare type BillingStatementBatchDeleted = io.flow.internal.v0.models.BillingStatementBatchDeleted;
|
|
19835
19973
|
export declare type BillingStatementBatchFileKey = io.flow.internal.v0.enums.BillingStatementBatchFileKey;
|
|
19974
|
+
export declare type BillingStatementBatchReconciliation = io.flow.internal.v0.models.BillingStatementBatchReconciliation;
|
|
19975
|
+
export declare type BillingStatementBatchReference = io.flow.internal.v0.models.BillingStatementBatchReference;
|
|
19976
|
+
export declare type BillingStatementBatchStatement = io.flow.internal.v0.models.BillingStatementBatchStatement;
|
|
19977
|
+
export declare type BillingStatementBatchStatementDeleted = io.flow.internal.v0.models.BillingStatementBatchStatementDeleted;
|
|
19978
|
+
export declare type BillingStatementBatchStatementUpserted = io.flow.internal.v0.models.BillingStatementBatchStatementUpserted;
|
|
19979
|
+
export declare type BillingStatementBatchUpserted = io.flow.internal.v0.models.BillingStatementBatchUpserted;
|
|
19836
19980
|
export declare type BillingStatementDeleted = io.flow.internal.v0.models.BillingStatementDeleted;
|
|
19837
19981
|
export declare type BillingStatementPendingReview = io.flow.internal.v0.models.BillingStatementPendingReview;
|
|
19838
19982
|
export declare type BillingStatementReference = io.flow.internal.v0.models.BillingStatementReference;
|
|
@@ -20567,6 +20711,7 @@ export declare type DebugOrderTransactionFormOrderIdentifier = io.flow.internal.
|
|
|
20567
20711
|
export declare type DebugPaymentTransactionSummary = io.flow.internal.v0.models.DebugPaymentTransactionSummary;
|
|
20568
20712
|
export declare type DebugTransactionDetails = io.flow.internal.v0.models.DebugTransactionDetails;
|
|
20569
20713
|
export declare type DebugTransactionDetailsStatus = io.flow.internal.v0.models.DebugTransactionDetailsStatus;
|
|
20714
|
+
export declare type DebugTransactionForm = io.flow.internal.v0.models.DebugTransactionForm;
|
|
20570
20715
|
export declare type DebugTransactionFx = io.flow.internal.v0.models.DebugTransactionFx;
|
|
20571
20716
|
export declare type DebugTransactionFxRate = io.flow.internal.v0.models.DebugTransactionFxRate;
|
|
20572
20717
|
export declare type DebugTransactionQueued = io.flow.internal.v0.models.DebugTransactionQueued;
|
|
@@ -20792,12 +20937,10 @@ export declare type FxFee = io.flow.internal.v0.models.FxFee;
|
|
|
20792
20937
|
export declare type FxRevenueRecognition = io.flow.internal.v0.models.FxRevenueRecognition;
|
|
20793
20938
|
export declare type FxRevenueRecognitionAccount = io.flow.internal.v0.models.FxRevenueRecognitionAccount;
|
|
20794
20939
|
export declare type FxRevenueRecognitionAccountRate = io.flow.internal.v0.models.FxRevenueRecognitionAccountRate;
|
|
20795
|
-
export declare type FxRevenueRecognitionDeleted = io.flow.internal.v0.models.FxRevenueRecognitionDeleted;
|
|
20796
20940
|
export declare type FxRevenueRecognitionOrder = io.flow.internal.v0.models.FxRevenueRecognitionOrder;
|
|
20797
20941
|
export declare type FxRevenueRecognitionOrganization = io.flow.internal.v0.models.FxRevenueRecognitionOrganization;
|
|
20798
20942
|
export declare type FxRevenueRecognitionRate = io.flow.internal.v0.models.FxRevenueRecognitionRate;
|
|
20799
20943
|
export declare type FxRevenueRecognitionSource = io.flow.internal.v0.models.FxRevenueRecognitionSource;
|
|
20800
|
-
export declare type FxRevenueRecognitionUpserted = io.flow.internal.v0.models.FxRevenueRecognitionUpserted;
|
|
20801
20944
|
export declare type GiftCard = io.flow.internal.v0.models.GiftCard;
|
|
20802
20945
|
export declare type GiftCardAuthorizationError = io.flow.internal.v0.models.GiftCardAuthorizationError;
|
|
20803
20946
|
export declare type GiftCardForm = io.flow.internal.v0.models.GiftCardForm;
|
|
@@ -21169,6 +21312,9 @@ export declare type OrganizationPaymentSettingForm = io.flow.internal.v0.models.
|
|
|
21169
21312
|
export declare type OrganizationPaymentSettingUpserted = io.flow.internal.v0.models.OrganizationPaymentSettingUpserted;
|
|
21170
21313
|
export declare type OrganizationPaymentSettingVersion = io.flow.internal.v0.models.OrganizationPaymentSettingVersion;
|
|
21171
21314
|
export declare type OrganizationPaymentStatus = io.flow.internal.v0.enums.OrganizationPaymentStatus;
|
|
21315
|
+
export declare type OrganizationRestrictionApproval = io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
21316
|
+
export declare type OrganizationRestrictionApprovalStatus = io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
21317
|
+
export declare type OrganizationRestrictionApprovalUpserted = io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted;
|
|
21172
21318
|
export declare type OrganizationRestrictionSnapshot = io.flow.internal.v0.models.OrganizationRestrictionSnapshot;
|
|
21173
21319
|
export declare type OrganizationRestrictionSnapshotDeleted = io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted;
|
|
21174
21320
|
export declare type OrganizationRestrictionSnapshotUpserted = io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted;
|
|
@@ -21281,6 +21427,9 @@ export declare type PromptAction = io.flow.internal.v0.enums.PromptAction;
|
|
|
21281
21427
|
export declare type PromptCheckoutDisplayPosition = io.flow.internal.v0.enums.PromptCheckoutDisplayPosition;
|
|
21282
21428
|
export declare type PromptOptions = io.flow.internal.v0.enums.PromptOptions;
|
|
21283
21429
|
export declare type PromptTarget = io.flow.internal.v0.enums.PromptTarget;
|
|
21430
|
+
export declare type ProofOfPosting = io.flow.internal.v0.unions.ProofOfPosting;
|
|
21431
|
+
export declare type ProofOfPostingFulfilled = io.flow.internal.v0.models.ProofOfPostingFulfilled;
|
|
21432
|
+
export declare type ProofOfPostingFullyRefunded = io.flow.internal.v0.models.ProofOfPostingFullyRefunded;
|
|
21284
21433
|
export declare type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
21285
21434
|
export declare type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
|
21286
21435
|
export declare type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
|