@flowio/types 11.24.33 → 11.24.35
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 +278 -40
- package/dist/api.d.ts +32 -1
- package/package.json +2 -2
- package/src/api-internal.ts +369 -53
- package/src/api.ts +42 -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;
|
|
@@ -9801,6 +9873,7 @@ declare namespace io.flow.organization.v0.models {
|
|
|
9801
9873
|
readonly parent_id?: string;
|
|
9802
9874
|
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
9803
9875
|
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
9876
|
+
readonly type?: io.flow.common.v0.enums.OrganizationType;
|
|
9804
9877
|
}
|
|
9805
9878
|
interface OrganizationPutForm {
|
|
9806
9879
|
readonly name?: string;
|
|
@@ -9922,6 +9995,16 @@ declare namespace io.flow.session.v0.unions {
|
|
|
9922
9995
|
type Session = io.flow.session.v0.models.OrganizationSession;
|
|
9923
9996
|
type SessionAuthorization = io.flow.session.v0.models.OrganizationSessionAuthorization;
|
|
9924
9997
|
}
|
|
9998
|
+
declare namespace io.flow.billing.bank.account.v0.models {
|
|
9999
|
+
interface BankAccountInfoUsa {
|
|
10000
|
+
readonly discriminator: 'usa';
|
|
10001
|
+
readonly routing_number: string;
|
|
10002
|
+
readonly account_number: string;
|
|
10003
|
+
}
|
|
10004
|
+
}
|
|
10005
|
+
declare namespace io.flow.billing.bank.account.v0.unions {
|
|
10006
|
+
type BankAccountInfo = io.flow.billing.bank.account.v0.models.BankAccountInfoUsa;
|
|
10007
|
+
}
|
|
9925
10008
|
declare namespace io.flow.internal.v0.enums {
|
|
9926
10009
|
type AccountType = 'channel' | 'organization';
|
|
9927
10010
|
type AddressConfigurationSettingProvinceCode = 'iso_3166_2' | 'name';
|
|
@@ -9932,7 +10015,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
9932
10015
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'all';
|
|
9933
10016
|
type BillingStatementBatchFileKey = 'archive' | 'summary';
|
|
9934
10017
|
type BillingStatementReviewStatus = 'approved' | 'pending';
|
|
9935
|
-
type BillingTransactionStatus = 'pending' | '
|
|
10018
|
+
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
9936
10019
|
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
10020
|
type BlazeCheckoutEvent = 'begin_checkout' | 'select_promotion' | 'add_shipping_info' | 'add_payment_info' | 'purchase';
|
|
9938
10021
|
type BlazeCheckoutStep = 'customer_info' | 'delivery' | 'payment';
|
|
@@ -10044,7 +10127,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10044
10127
|
type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
|
|
10045
10128
|
type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
|
|
10046
10129
|
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' | '
|
|
10130
|
+
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_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | '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' | 'organization_restriction_status_upserted' | '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
10131
|
type ExperienceImportType = 'experience_with_settings';
|
|
10049
10132
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
10050
10133
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -10078,9 +10161,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10078
10161
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
10079
10162
|
type LabelTransactionType = 'adjustment' | 'billable_label' | 'fee' | 'revenue_share';
|
|
10080
10163
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
10081
|
-
type MainTransactionStatus = 'scheduled' | '
|
|
10164
|
+
type MainTransactionStatus = 'scheduled' | 'pending_proof';
|
|
10082
10165
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
10083
|
-
type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit';
|
|
10166
|
+
type ManualTransactionCategory = 'cancelled_order_refund' | 'channel_partner_initiated' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit';
|
|
10084
10167
|
type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
|
|
10085
10168
|
type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
|
|
10086
10169
|
type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
|
|
@@ -10105,6 +10188,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10105
10188
|
type OrderTransactionType = 'adjustment' | 'order_service';
|
|
10106
10189
|
type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
|
|
10107
10190
|
type OrganizationPaymentStatus = 'active' | 'archived';
|
|
10191
|
+
type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
|
|
10192
|
+
type OrganizationRestrictionRiskLevel = '5' | '10' | '15';
|
|
10193
|
+
type OrganizationRestrictionScreeningStatus = 'approved' | 'pending' | 'rejected' | 'unscreened';
|
|
10108
10194
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
10109
10195
|
type Owner = 'flow' | 'organization';
|
|
10110
10196
|
type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
|
|
@@ -10156,12 +10242,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10156
10242
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
10157
10243
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
10158
10244
|
type TariffEligibilityType = 'rex';
|
|
10159
|
-
type TaskProcessorKey = 'billing_account' | 'order_messenger' | 'harmonization' | 'carrier_account' | 'label_generation_settings';
|
|
10245
|
+
type TaskProcessorKey = 'billing_account' | 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'currency' | 'label_generation_settings' | 'ratecard';
|
|
10160
10246
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
10161
10247
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
10162
10248
|
type TimeseriesType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
10163
10249
|
type TrackingIntegrationType = 'api' | 'bulk' | 'aftership';
|
|
10164
|
-
type TransactionPostingMethod = 'time' | '
|
|
10250
|
+
type TransactionPostingMethod = 'time' | 'proof';
|
|
10165
10251
|
type TransferMethod = 'ach';
|
|
10166
10252
|
type UnclassifiedProductStatus = 'ignored' | 'escalated' | 'requeued' | 'unverified' | 'queued' | 'unconfident';
|
|
10167
10253
|
}
|
|
@@ -10189,6 +10275,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
10189
10275
|
readonly first_name?: string;
|
|
10190
10276
|
readonly last_name?: string;
|
|
10191
10277
|
readonly phone?: string;
|
|
10278
|
+
readonly account?: io.flow.internal.v0.models.SimpleAccountReference;
|
|
10192
10279
|
}
|
|
10193
10280
|
interface AccountContactDeleted {
|
|
10194
10281
|
readonly discriminator: 'account_contact_deleted';
|
|
@@ -10983,6 +11070,42 @@ declare namespace io.flow.internal.v0.models {
|
|
|
10983
11070
|
interface BillingStatementBatch {
|
|
10984
11071
|
readonly id: string;
|
|
10985
11072
|
readonly period: io.flow.common.v0.models.DatetimeRange;
|
|
11073
|
+
readonly reconciliation: io.flow.internal.v0.models.BillingStatementBatchReconciliation;
|
|
11074
|
+
}
|
|
11075
|
+
interface BillingStatementBatchDeleted {
|
|
11076
|
+
readonly discriminator: 'billing_statement_batch_deleted';
|
|
11077
|
+
readonly event_id: string;
|
|
11078
|
+
readonly timestamp: string;
|
|
11079
|
+
readonly id: string;
|
|
11080
|
+
}
|
|
11081
|
+
interface BillingStatementBatchReconciliation {
|
|
11082
|
+
readonly month: string;
|
|
11083
|
+
}
|
|
11084
|
+
interface BillingStatementBatchReference {
|
|
11085
|
+
readonly id: string;
|
|
11086
|
+
}
|
|
11087
|
+
interface BillingStatementBatchStatement {
|
|
11088
|
+
readonly id: string;
|
|
11089
|
+
readonly batch: io.flow.internal.v0.models.BillingStatementBatchReference;
|
|
11090
|
+
readonly statement: io.flow.internal.v0.models.BillingStatementReference;
|
|
11091
|
+
}
|
|
11092
|
+
interface BillingStatementBatchStatementDeleted {
|
|
11093
|
+
readonly discriminator: 'billing_statement_batch_statement_deleted';
|
|
11094
|
+
readonly event_id: string;
|
|
11095
|
+
readonly timestamp: string;
|
|
11096
|
+
readonly id: string;
|
|
11097
|
+
}
|
|
11098
|
+
interface BillingStatementBatchStatementUpserted {
|
|
11099
|
+
readonly discriminator: 'billing_statement_batch_statement_upserted';
|
|
11100
|
+
readonly event_id: string;
|
|
11101
|
+
readonly timestamp: string;
|
|
11102
|
+
readonly billing_statement_batch_statement: io.flow.internal.v0.models.BillingStatementBatchStatement;
|
|
11103
|
+
}
|
|
11104
|
+
interface BillingStatementBatchUpserted {
|
|
11105
|
+
readonly discriminator: 'billing_statement_batch_upserted';
|
|
11106
|
+
readonly event_id: string;
|
|
11107
|
+
readonly timestamp: string;
|
|
11108
|
+
readonly billing_statement_batch: io.flow.internal.v0.models.BillingStatementBatch;
|
|
10986
11109
|
}
|
|
10987
11110
|
interface BillingStatementDeleted {
|
|
10988
11111
|
readonly discriminator: 'billing_statement_deleted';
|
|
@@ -11282,6 +11405,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
11282
11405
|
interface BrowserBundlePaymentMethods {
|
|
11283
11406
|
readonly displayed?: io.flow.internal.v0.models.BrowserBundlePaymentMethod[];
|
|
11284
11407
|
}
|
|
11408
|
+
interface BulkClassificationAction {
|
|
11409
|
+
readonly discriminator: 'bulk';
|
|
11410
|
+
readonly actions: io.flow.internal.v0.models.SingleClassificationAction[];
|
|
11411
|
+
}
|
|
11285
11412
|
interface ByRuleSnapshot {
|
|
11286
11413
|
readonly id: string;
|
|
11287
11414
|
readonly name: string;
|
|
@@ -11404,9 +11531,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
11404
11531
|
readonly name: string;
|
|
11405
11532
|
}
|
|
11406
11533
|
interface ChannelAccount {
|
|
11407
|
-
readonly id: string;
|
|
11408
11534
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
11409
|
-
readonly
|
|
11535
|
+
readonly id: string;
|
|
11536
|
+
readonly currency: string;
|
|
11537
|
+
readonly updated_at: string;
|
|
11538
|
+
readonly timezone: io.flow.reference.v0.models.Timezone;
|
|
11539
|
+
readonly payment_schedule: io.flow.common.v0.unions.RepeatSchedule;
|
|
11540
|
+
readonly payment_conditions?: string;
|
|
11541
|
+
readonly deposit_rule?: io.flow.internal.v0.models.AccountDepositRule;
|
|
11542
|
+
readonly center_key?: string;
|
|
11543
|
+
readonly statistics: io.flow.internal.v0.models.AccountStatistics;
|
|
11544
|
+
readonly next_statement: io.flow.internal.v0.models.NextBillingStatement;
|
|
11545
|
+
readonly created_at: string;
|
|
11410
11546
|
}
|
|
11411
11547
|
interface ChannelAccountDeleted {
|
|
11412
11548
|
readonly discriminator: 'channel_account_deleted';
|
|
@@ -11414,8 +11550,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
11414
11550
|
readonly timestamp: string;
|
|
11415
11551
|
readonly id: string;
|
|
11416
11552
|
}
|
|
11417
|
-
interface
|
|
11418
|
-
readonly discriminator: '
|
|
11553
|
+
interface ChannelAccountUpsertedV2 {
|
|
11554
|
+
readonly discriminator: 'channel_account_upserted_v2';
|
|
11419
11555
|
readonly event_id: string;
|
|
11420
11556
|
readonly timestamp: string;
|
|
11421
11557
|
readonly channel_account: io.flow.internal.v0.models.ChannelAccount;
|
|
@@ -13359,6 +13495,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13359
13495
|
readonly suggested_action?: io.flow.internal.v0.enums.ItemClassificationAction;
|
|
13360
13496
|
readonly score?: number;
|
|
13361
13497
|
}
|
|
13498
|
+
interface ClassificationActionFormUndo {
|
|
13499
|
+
readonly discriminator: 'undo';
|
|
13500
|
+
readonly organization_id: string;
|
|
13501
|
+
readonly item_numbers: string[];
|
|
13502
|
+
}
|
|
13362
13503
|
interface ClassificationDetails {
|
|
13363
13504
|
readonly updated_by_user_id: string;
|
|
13364
13505
|
readonly organization_id: string;
|
|
@@ -13734,6 +13875,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13734
13875
|
readonly capture_id?: string;
|
|
13735
13876
|
readonly refund_id?: string;
|
|
13736
13877
|
readonly order_identifier?: io.flow.internal.v0.models.DebugOrderTransactionFormOrderIdentifier;
|
|
13878
|
+
readonly authorization_id?: string;
|
|
13737
13879
|
}
|
|
13738
13880
|
interface DebugOrderTransactionFormOrderIdentifier {
|
|
13739
13881
|
readonly key?: string;
|
|
@@ -13751,12 +13893,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13751
13893
|
readonly id: string;
|
|
13752
13894
|
readonly status: io.flow.internal.v0.models.DebugTransactionDetailsStatus;
|
|
13753
13895
|
readonly fx?: io.flow.internal.v0.models.DebugTransactionFx;
|
|
13754
|
-
readonly queue?: io.flow.internal.v0.models.DebugTransactionQueued;
|
|
13755
13896
|
}
|
|
13756
13897
|
interface DebugTransactionDetailsStatus {
|
|
13757
13898
|
readonly status: io.flow.internal.v0.enums.MainTransactionStatus;
|
|
13758
13899
|
readonly description: string;
|
|
13759
13900
|
}
|
|
13901
|
+
interface DebugTransactionForm {
|
|
13902
|
+
readonly transaction_id?: string;
|
|
13903
|
+
readonly capture_id?: string;
|
|
13904
|
+
readonly refund_id?: string;
|
|
13905
|
+
}
|
|
13760
13906
|
interface DebugTransactionFx {
|
|
13761
13907
|
readonly timestamp?: string;
|
|
13762
13908
|
readonly market: io.flow.internal.v0.models.DebugTransactionFxRate[];
|
|
@@ -13850,6 +13996,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13850
13996
|
readonly label: io.flow.internal.v0.models.ContentLabel;
|
|
13851
13997
|
readonly description: io.flow.internal.v0.models.ContentLabel;
|
|
13852
13998
|
}
|
|
13999
|
+
interface Discount {
|
|
14000
|
+
readonly amount: number;
|
|
14001
|
+
readonly description?: string;
|
|
14002
|
+
}
|
|
13853
14003
|
interface DiscountCode {
|
|
13854
14004
|
readonly code: string;
|
|
13855
14005
|
}
|
|
@@ -14866,12 +15016,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14866
15016
|
interface FxRevenueRecognitionAccountRate {
|
|
14867
15017
|
readonly value: number;
|
|
14868
15018
|
}
|
|
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
15019
|
interface FxRevenueRecognitionOrder {
|
|
14876
15020
|
readonly number: string;
|
|
14877
15021
|
readonly submitted_at: string;
|
|
@@ -14889,12 +15033,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14889
15033
|
readonly local: io.flow.common.v0.models.Money;
|
|
14890
15034
|
readonly transaction_created_at: string;
|
|
14891
15035
|
}
|
|
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
15036
|
interface GiftCard {
|
|
14899
15037
|
readonly id: string;
|
|
14900
15038
|
readonly number: string;
|
|
@@ -15745,8 +15883,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15745
15883
|
readonly rate: io.flow.internal.v0.models.InternalChannelRate;
|
|
15746
15884
|
}
|
|
15747
15885
|
interface InternalDebugTransaction {
|
|
15748
|
-
readonly debug
|
|
15886
|
+
readonly debug?: io.flow.internal.v0.models.DebugTransactionDetails;
|
|
15749
15887
|
readonly order?: io.flow.internal.v0.models.DebugOrder;
|
|
15888
|
+
readonly queue?: io.flow.internal.v0.models.DebugTransactionQueued;
|
|
15750
15889
|
}
|
|
15751
15890
|
interface InternalExclusionRuleForm {
|
|
15752
15891
|
readonly id: string;
|
|
@@ -16513,13 +16652,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16513
16652
|
readonly description: string;
|
|
16514
16653
|
readonly category?: io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
16515
16654
|
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
16655
|
+
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
16656
|
+
readonly attributes?: Record<string, string>;
|
|
16516
16657
|
readonly created_at: string;
|
|
16517
16658
|
}
|
|
16518
16659
|
interface ManualTransactionForm {
|
|
16519
16660
|
readonly amount: number;
|
|
16661
|
+
readonly currency?: string;
|
|
16520
16662
|
readonly description: string;
|
|
16521
16663
|
readonly category?: io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
16522
16664
|
readonly posted_at?: string;
|
|
16665
|
+
readonly order?: io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
16666
|
+
readonly attributes?: Record<string, string>;
|
|
16667
|
+
}
|
|
16668
|
+
interface ManualTransactionFormOrder {
|
|
16669
|
+
readonly organization_id: string;
|
|
16670
|
+
readonly number: string;
|
|
16523
16671
|
}
|
|
16524
16672
|
interface MarketingGatewayChannel {
|
|
16525
16673
|
readonly id: string;
|
|
@@ -17037,9 +17185,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17037
17185
|
readonly created_at: string;
|
|
17038
17186
|
}
|
|
17039
17187
|
interface OrganizationAccount {
|
|
17040
|
-
readonly id: string;
|
|
17041
17188
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
17042
|
-
readonly
|
|
17189
|
+
readonly id: string;
|
|
17190
|
+
readonly currency: string;
|
|
17191
|
+
readonly updated_at: string;
|
|
17192
|
+
readonly timezone: io.flow.reference.v0.models.Timezone;
|
|
17193
|
+
readonly payment_schedule: io.flow.common.v0.unions.RepeatSchedule;
|
|
17194
|
+
readonly payment_conditions?: string;
|
|
17195
|
+
readonly deposit_rule?: io.flow.internal.v0.models.AccountDepositRule;
|
|
17196
|
+
readonly center_key?: string;
|
|
17197
|
+
readonly statistics: io.flow.internal.v0.models.AccountStatistics;
|
|
17198
|
+
readonly next_statement: io.flow.internal.v0.models.NextBillingStatement;
|
|
17199
|
+
readonly created_at: string;
|
|
17043
17200
|
}
|
|
17044
17201
|
interface OrganizationAccountDeleted {
|
|
17045
17202
|
readonly discriminator: 'organization_account_deleted';
|
|
@@ -17047,8 +17204,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17047
17204
|
readonly timestamp: string;
|
|
17048
17205
|
readonly id: string;
|
|
17049
17206
|
}
|
|
17050
|
-
interface
|
|
17051
|
-
readonly discriminator: '
|
|
17207
|
+
interface OrganizationAccountUpsertedV2 {
|
|
17208
|
+
readonly discriminator: 'organization_account_upserted_v2';
|
|
17052
17209
|
readonly event_id: string;
|
|
17053
17210
|
readonly timestamp: string;
|
|
17054
17211
|
readonly organization_account: io.flow.internal.v0.models.OrganizationAccount;
|
|
@@ -17110,8 +17267,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17110
17267
|
readonly organization_currency_setting: io.flow.internal.v0.models.OrganizationCurrencySetting;
|
|
17111
17268
|
}
|
|
17112
17269
|
interface OrganizationDebugTransaction {
|
|
17113
|
-
readonly debug
|
|
17270
|
+
readonly debug?: io.flow.internal.v0.models.DebugTransactionDetails;
|
|
17114
17271
|
readonly order?: io.flow.internal.v0.models.DebugOrder;
|
|
17272
|
+
readonly queue?: io.flow.internal.v0.models.DebugTransactionQueued;
|
|
17115
17273
|
}
|
|
17116
17274
|
interface OrganizationInvitationAcceptForm {
|
|
17117
17275
|
readonly email: string;
|
|
@@ -17163,6 +17321,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17163
17321
|
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
17164
17322
|
readonly organization_payment_setting: io.flow.internal.v0.models.OrganizationPaymentSetting;
|
|
17165
17323
|
}
|
|
17324
|
+
interface OrganizationRestrictionApproval {
|
|
17325
|
+
readonly status: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
17326
|
+
readonly reason?: string;
|
|
17327
|
+
readonly updated_at: string;
|
|
17328
|
+
}
|
|
17329
|
+
interface OrganizationRestrictionApprovalUpserted {
|
|
17330
|
+
readonly discriminator: 'organization_restriction_approval_upserted';
|
|
17331
|
+
readonly event_id: string;
|
|
17332
|
+
readonly timestamp: string;
|
|
17333
|
+
readonly organization: string;
|
|
17334
|
+
readonly organization_restriction_approval: io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
17335
|
+
}
|
|
17336
|
+
interface OrganizationRestrictionScreeningDecisionForm {
|
|
17337
|
+
readonly organization_id: string;
|
|
17338
|
+
readonly screening_status: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
17339
|
+
readonly risk_level?: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
17340
|
+
readonly hs_code?: string;
|
|
17341
|
+
readonly note?: string;
|
|
17342
|
+
}
|
|
17166
17343
|
interface OrganizationRestrictionSnapshot {
|
|
17167
17344
|
readonly id: string;
|
|
17168
17345
|
readonly organization_id: string;
|
|
@@ -17188,6 +17365,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17188
17365
|
readonly timestamp: string;
|
|
17189
17366
|
readonly organization_restriction_snapshot: io.flow.internal.v0.models.OrganizationRestrictionSnapshot;
|
|
17190
17367
|
}
|
|
17368
|
+
interface OrganizationRestrictionStatus {
|
|
17369
|
+
readonly id: string;
|
|
17370
|
+
readonly organization_id: string;
|
|
17371
|
+
readonly approval: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
17372
|
+
readonly screening_status: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
17373
|
+
readonly risk_level: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
17374
|
+
readonly selective_review_start_date?: string;
|
|
17375
|
+
readonly selective_review_end_date?: string;
|
|
17376
|
+
readonly full_review_start_date?: string;
|
|
17377
|
+
readonly full_review_end_date?: string;
|
|
17378
|
+
}
|
|
17379
|
+
interface OrganizationRestrictionStatusUpserted {
|
|
17380
|
+
readonly discriminator: 'organization_restriction_status_upserted';
|
|
17381
|
+
readonly event_id: string;
|
|
17382
|
+
readonly timestamp: string;
|
|
17383
|
+
readonly organization_restriction_status: io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
17384
|
+
}
|
|
17191
17385
|
interface OrganizationRestrictionSummary {
|
|
17192
17386
|
readonly organization: io.flow.common.v0.models.OrganizationSummary;
|
|
17193
17387
|
readonly earliest_date: string;
|
|
@@ -17761,6 +17955,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17761
17955
|
readonly product_id: string;
|
|
17762
17956
|
readonly reviews: io.flow.internal.v0.models.RestrictionHistoryItemReviewDecision[];
|
|
17763
17957
|
}
|
|
17958
|
+
interface ProofOfPostingFulfilled {
|
|
17959
|
+
readonly discriminator: 'fulfilled';
|
|
17960
|
+
readonly billable_label_id: string;
|
|
17961
|
+
}
|
|
17962
|
+
interface ProofOfPostingFullyRefunded {
|
|
17963
|
+
readonly discriminator: 'fully_refunded';
|
|
17964
|
+
readonly capture_id: string;
|
|
17965
|
+
readonly refund_ids: string[];
|
|
17966
|
+
}
|
|
17764
17967
|
interface QuoteRequest {
|
|
17765
17968
|
readonly id: string;
|
|
17766
17969
|
readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
|
|
@@ -18700,6 +18903,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18700
18903
|
readonly category: string;
|
|
18701
18904
|
readonly children: io.flow.internal.v0.unions.SimplifiedClassificationTaxonomy[];
|
|
18702
18905
|
}
|
|
18906
|
+
interface SingleClassificationAction {
|
|
18907
|
+
readonly discriminator: 'single';
|
|
18908
|
+
readonly organization_id: string;
|
|
18909
|
+
readonly item_summary: io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
18910
|
+
readonly customs_description: string;
|
|
18911
|
+
readonly labels?: io.flow.internal.v0.models.ProductLabels;
|
|
18912
|
+
readonly updated_at: string;
|
|
18913
|
+
}
|
|
18703
18914
|
interface SingleClassificationForm {
|
|
18704
18915
|
readonly discriminator: 'single_classification_form';
|
|
18705
18916
|
readonly product_id: string;
|
|
@@ -19630,6 +19841,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
19630
19841
|
type CheckoutSequencedSubmitResponse = io.flow.internal.v0.models.CheckoutSequencedSubmitResponseError | io.flow.internal.v0.models.CheckoutSequencedSubmitResponseSuccess;
|
|
19631
19842
|
type CheckoutSubmitOrderBundles = io.flow.internal.v0.models.CheckoutSubmitOrderBundle;
|
|
19632
19843
|
type CheckoutSubmitOrderForms = io.flow.internal.v0.models.CheckoutSubmitOrderForm;
|
|
19844
|
+
type ClassificationAction = io.flow.internal.v0.models.SingleClassificationAction | io.flow.internal.v0.models.BulkClassificationAction;
|
|
19845
|
+
type ClassificationActionForm = io.flow.internal.v0.models.ClassificationActionFormUndo;
|
|
19633
19846
|
type ClassificationForm = io.flow.internal.v0.models.SingleClassificationForm | io.flow.internal.v0.models.EmptyClassificationForm;
|
|
19634
19847
|
type ClassificationJudgementForm = io.flow.internal.v0.models.ProductClassificationForm | io.flow.internal.v0.models.NoClassificationForm;
|
|
19635
19848
|
type ClassificationLabelAttribute = {
|
|
@@ -19645,7 +19858,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
19645
19858
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
19646
19859
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
19647
19860
|
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;
|
|
19861
|
+
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.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.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.OrganizationRestrictionStatusUpserted | 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
19862
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
19650
19863
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
19651
19864
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -19681,6 +19894,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
19681
19894
|
type ProcessorMerchantForm = io.flow.internal.v0.models.StripeMerchantForm;
|
|
19682
19895
|
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
19896
|
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;
|
|
19897
|
+
type ProofOfPosting = io.flow.internal.v0.models.ProofOfPostingFulfilled | io.flow.internal.v0.models.ProofOfPostingFullyRefunded;
|
|
19684
19898
|
type RoutingEntity = io.flow.internal.v0.models.RoutingProcessor | io.flow.internal.v0.models.RoutingAccount | io.flow.internal.v0.models.RoutingMerchant;
|
|
19685
19899
|
type ShopifyPromotionOfferDiscount = io.flow.internal.v0.models.ShopifyPromotionFixedAmount | io.flow.internal.v0.models.ShopifyPromotionPercent;
|
|
19686
19900
|
type ShopifyPromotionOfferEntitlement = io.flow.internal.v0.models.ShopifyPromotionItemEntitlement | io.flow.internal.v0.models.ShopifyPromotionOrderEntitlement;
|
|
@@ -19832,7 +20046,14 @@ export declare type BillingOrganizationSettingsUpserted = io.flow.internal.v0.mo
|
|
|
19832
20046
|
export declare type BillingStatementAttachment = io.flow.internal.v0.models.BillingStatementAttachment;
|
|
19833
20047
|
export declare type BillingStatementAttachmentKey = io.flow.internal.v0.enums.BillingStatementAttachmentKey;
|
|
19834
20048
|
export declare type BillingStatementBatch = io.flow.internal.v0.models.BillingStatementBatch;
|
|
20049
|
+
export declare type BillingStatementBatchDeleted = io.flow.internal.v0.models.BillingStatementBatchDeleted;
|
|
19835
20050
|
export declare type BillingStatementBatchFileKey = io.flow.internal.v0.enums.BillingStatementBatchFileKey;
|
|
20051
|
+
export declare type BillingStatementBatchReconciliation = io.flow.internal.v0.models.BillingStatementBatchReconciliation;
|
|
20052
|
+
export declare type BillingStatementBatchReference = io.flow.internal.v0.models.BillingStatementBatchReference;
|
|
20053
|
+
export declare type BillingStatementBatchStatement = io.flow.internal.v0.models.BillingStatementBatchStatement;
|
|
20054
|
+
export declare type BillingStatementBatchStatementDeleted = io.flow.internal.v0.models.BillingStatementBatchStatementDeleted;
|
|
20055
|
+
export declare type BillingStatementBatchStatementUpserted = io.flow.internal.v0.models.BillingStatementBatchStatementUpserted;
|
|
20056
|
+
export declare type BillingStatementBatchUpserted = io.flow.internal.v0.models.BillingStatementBatchUpserted;
|
|
19836
20057
|
export declare type BillingStatementDeleted = io.flow.internal.v0.models.BillingStatementDeleted;
|
|
19837
20058
|
export declare type BillingStatementPendingReview = io.flow.internal.v0.models.BillingStatementPendingReview;
|
|
19838
20059
|
export declare type BillingStatementReference = io.flow.internal.v0.models.BillingStatementReference;
|
|
@@ -19895,6 +20116,7 @@ export declare type BrowserBundleOptinForm = io.flow.internal.v0.models.BrowserB
|
|
|
19895
20116
|
export declare type BrowserBundlePaymentMethod = io.flow.internal.v0.models.BrowserBundlePaymentMethod;
|
|
19896
20117
|
export declare type BrowserBundlePaymentMethodForm = io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
19897
20118
|
export declare type BrowserBundlePaymentMethods = io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
20119
|
+
export declare type BulkClassificationAction = io.flow.internal.v0.models.BulkClassificationAction;
|
|
19898
20120
|
export declare type ByRuleSnapshot = io.flow.internal.v0.models.ByRuleSnapshot;
|
|
19899
20121
|
export declare type CalculatedTaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount;
|
|
19900
20122
|
export declare type CalculatorEngine = io.flow.internal.v0.enums.CalculatorEngine;
|
|
@@ -19923,7 +20145,7 @@ export declare type CenterQueryBuilder = io.flow.internal.v0.models.CenterQueryB
|
|
|
19923
20145
|
export declare type ChangeSettingsIndexTask = io.flow.internal.v0.models.ChangeSettingsIndexTask;
|
|
19924
20146
|
export declare type ChannelAccount = io.flow.internal.v0.models.ChannelAccount;
|
|
19925
20147
|
export declare type ChannelAccountDeleted = io.flow.internal.v0.models.ChannelAccountDeleted;
|
|
19926
|
-
export declare type
|
|
20148
|
+
export declare type ChannelAccountUpsertedV2 = io.flow.internal.v0.models.ChannelAccountUpsertedV2;
|
|
19927
20149
|
export declare type ChannelBillingStatement = io.flow.internal.v0.models.ChannelBillingStatement;
|
|
19928
20150
|
export declare type ChannelCurrencyForm = io.flow.internal.v0.models.ChannelCurrencyForm;
|
|
19929
20151
|
export declare type ChannelCurrencySetting = io.flow.internal.v0.models.ChannelCurrencySetting;
|
|
@@ -20491,6 +20713,9 @@ export declare type CipherForm = io.flow.internal.v0.models.CipherForm;
|
|
|
20491
20713
|
export declare type CipherReference = io.flow.internal.v0.models.CipherReference;
|
|
20492
20714
|
export declare type ClassicPaymentRedirectForm = io.flow.internal.v0.models.ClassicPaymentRedirectForm;
|
|
20493
20715
|
export declare type Classification = io.flow.internal.v0.models.Classification;
|
|
20716
|
+
export declare type ClassificationAction = io.flow.internal.v0.unions.ClassificationAction;
|
|
20717
|
+
export declare type ClassificationActionForm = io.flow.internal.v0.unions.ClassificationActionForm;
|
|
20718
|
+
export declare type ClassificationActionFormUndo = io.flow.internal.v0.models.ClassificationActionFormUndo;
|
|
20494
20719
|
export declare type ClassificationDetails = io.flow.internal.v0.models.ClassificationDetails;
|
|
20495
20720
|
export declare type ClassificationError = io.flow.internal.v0.models.ClassificationError;
|
|
20496
20721
|
export declare type ClassificationErrorCode = io.flow.internal.v0.enums.ClassificationErrorCode;
|
|
@@ -20567,6 +20792,7 @@ export declare type DebugOrderTransactionFormOrderIdentifier = io.flow.internal.
|
|
|
20567
20792
|
export declare type DebugPaymentTransactionSummary = io.flow.internal.v0.models.DebugPaymentTransactionSummary;
|
|
20568
20793
|
export declare type DebugTransactionDetails = io.flow.internal.v0.models.DebugTransactionDetails;
|
|
20569
20794
|
export declare type DebugTransactionDetailsStatus = io.flow.internal.v0.models.DebugTransactionDetailsStatus;
|
|
20795
|
+
export declare type DebugTransactionForm = io.flow.internal.v0.models.DebugTransactionForm;
|
|
20570
20796
|
export declare type DebugTransactionFx = io.flow.internal.v0.models.DebugTransactionFx;
|
|
20571
20797
|
export declare type DebugTransactionFxRate = io.flow.internal.v0.models.DebugTransactionFxRate;
|
|
20572
20798
|
export declare type DebugTransactionQueued = io.flow.internal.v0.models.DebugTransactionQueued;
|
|
@@ -20588,6 +20814,7 @@ export declare type Details = io.flow.internal.v0.models.Details;
|
|
|
20588
20814
|
export declare type Dhl = io.flow.internal.v0.models.Dhl;
|
|
20589
20815
|
export declare type DhlEcommerce = io.flow.internal.v0.models.DhlEcommerce;
|
|
20590
20816
|
export declare type Dict = io.flow.internal.v0.models.Dict;
|
|
20817
|
+
export declare type Discount = io.flow.internal.v0.models.Discount;
|
|
20591
20818
|
export declare type DiscountCode = io.flow.internal.v0.models.DiscountCode;
|
|
20592
20819
|
export declare type DiscountRequestForm = io.flow.internal.v0.models.DiscountRequestForm;
|
|
20593
20820
|
export declare type DiscountRequestOfferFixedAmountForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
@@ -20792,12 +21019,10 @@ export declare type FxFee = io.flow.internal.v0.models.FxFee;
|
|
|
20792
21019
|
export declare type FxRevenueRecognition = io.flow.internal.v0.models.FxRevenueRecognition;
|
|
20793
21020
|
export declare type FxRevenueRecognitionAccount = io.flow.internal.v0.models.FxRevenueRecognitionAccount;
|
|
20794
21021
|
export declare type FxRevenueRecognitionAccountRate = io.flow.internal.v0.models.FxRevenueRecognitionAccountRate;
|
|
20795
|
-
export declare type FxRevenueRecognitionDeleted = io.flow.internal.v0.models.FxRevenueRecognitionDeleted;
|
|
20796
21022
|
export declare type FxRevenueRecognitionOrder = io.flow.internal.v0.models.FxRevenueRecognitionOrder;
|
|
20797
21023
|
export declare type FxRevenueRecognitionOrganization = io.flow.internal.v0.models.FxRevenueRecognitionOrganization;
|
|
20798
21024
|
export declare type FxRevenueRecognitionRate = io.flow.internal.v0.models.FxRevenueRecognitionRate;
|
|
20799
21025
|
export declare type FxRevenueRecognitionSource = io.flow.internal.v0.models.FxRevenueRecognitionSource;
|
|
20800
|
-
export declare type FxRevenueRecognitionUpserted = io.flow.internal.v0.models.FxRevenueRecognitionUpserted;
|
|
20801
21026
|
export declare type GiftCard = io.flow.internal.v0.models.GiftCard;
|
|
20802
21027
|
export declare type GiftCardAuthorizationError = io.flow.internal.v0.models.GiftCardAuthorizationError;
|
|
20803
21028
|
export declare type GiftCardForm = io.flow.internal.v0.models.GiftCardForm;
|
|
@@ -21033,6 +21258,7 @@ export declare type ManualReviewRuleStatus = io.flow.internal.v0.enums.ManualRev
|
|
|
21033
21258
|
export declare type ManualTransaction = io.flow.internal.v0.models.ManualTransaction;
|
|
21034
21259
|
export declare type ManualTransactionCategory = io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
21035
21260
|
export declare type ManualTransactionForm = io.flow.internal.v0.models.ManualTransactionForm;
|
|
21261
|
+
export declare type ManualTransactionFormOrder = io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
21036
21262
|
export declare type MarketingGatewayAccountConnectionStatus = io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
21037
21263
|
export declare type MarketingGatewayChannel = io.flow.internal.v0.models.MarketingGatewayChannel;
|
|
21038
21264
|
export declare type MarketingGatewayChannelConnectionForm = io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm;
|
|
@@ -21148,7 +21374,7 @@ export declare type OrderTransaction = io.flow.internal.v0.models.OrderTransacti
|
|
|
21148
21374
|
export declare type OrderTransactionType = io.flow.internal.v0.enums.OrderTransactionType;
|
|
21149
21375
|
export declare type OrganizationAccount = io.flow.internal.v0.models.OrganizationAccount;
|
|
21150
21376
|
export declare type OrganizationAccountDeleted = io.flow.internal.v0.models.OrganizationAccountDeleted;
|
|
21151
|
-
export declare type
|
|
21377
|
+
export declare type OrganizationAccountUpsertedV2 = io.flow.internal.v0.models.OrganizationAccountUpsertedV2;
|
|
21152
21378
|
export declare type OrganizationBillingStatement = io.flow.internal.v0.models.OrganizationBillingStatement;
|
|
21153
21379
|
export declare type OrganizationBooleanValue = io.flow.internal.v0.models.OrganizationBooleanValue;
|
|
21154
21380
|
export declare type OrganizationBooleanValueDeleted = io.flow.internal.v0.models.OrganizationBooleanValueDeleted;
|
|
@@ -21169,9 +21395,17 @@ export declare type OrganizationPaymentSettingForm = io.flow.internal.v0.models.
|
|
|
21169
21395
|
export declare type OrganizationPaymentSettingUpserted = io.flow.internal.v0.models.OrganizationPaymentSettingUpserted;
|
|
21170
21396
|
export declare type OrganizationPaymentSettingVersion = io.flow.internal.v0.models.OrganizationPaymentSettingVersion;
|
|
21171
21397
|
export declare type OrganizationPaymentStatus = io.flow.internal.v0.enums.OrganizationPaymentStatus;
|
|
21398
|
+
export declare type OrganizationRestrictionApproval = io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
21399
|
+
export declare type OrganizationRestrictionApprovalStatus = io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
21400
|
+
export declare type OrganizationRestrictionApprovalUpserted = io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted;
|
|
21401
|
+
export declare type OrganizationRestrictionRiskLevel = io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
21402
|
+
export declare type OrganizationRestrictionScreeningDecisionForm = io.flow.internal.v0.models.OrganizationRestrictionScreeningDecisionForm;
|
|
21403
|
+
export declare type OrganizationRestrictionScreeningStatus = io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
21172
21404
|
export declare type OrganizationRestrictionSnapshot = io.flow.internal.v0.models.OrganizationRestrictionSnapshot;
|
|
21173
21405
|
export declare type OrganizationRestrictionSnapshotDeleted = io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted;
|
|
21174
21406
|
export declare type OrganizationRestrictionSnapshotUpserted = io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted;
|
|
21407
|
+
export declare type OrganizationRestrictionStatus = io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
21408
|
+
export declare type OrganizationRestrictionStatusUpserted = io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted;
|
|
21175
21409
|
export declare type OrganizationRestrictionSummary = io.flow.internal.v0.models.OrganizationRestrictionSummary;
|
|
21176
21410
|
export declare type OrganizationSettings = io.flow.internal.v0.models.OrganizationSettings;
|
|
21177
21411
|
export declare type OrganizationSettingsForm = io.flow.internal.v0.models.OrganizationSettingsForm;
|
|
@@ -21281,6 +21515,9 @@ export declare type PromptAction = io.flow.internal.v0.enums.PromptAction;
|
|
|
21281
21515
|
export declare type PromptCheckoutDisplayPosition = io.flow.internal.v0.enums.PromptCheckoutDisplayPosition;
|
|
21282
21516
|
export declare type PromptOptions = io.flow.internal.v0.enums.PromptOptions;
|
|
21283
21517
|
export declare type PromptTarget = io.flow.internal.v0.enums.PromptTarget;
|
|
21518
|
+
export declare type ProofOfPosting = io.flow.internal.v0.unions.ProofOfPosting;
|
|
21519
|
+
export declare type ProofOfPostingFulfilled = io.flow.internal.v0.models.ProofOfPostingFulfilled;
|
|
21520
|
+
export declare type ProofOfPostingFullyRefunded = io.flow.internal.v0.models.ProofOfPostingFullyRefunded;
|
|
21284
21521
|
export declare type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
21285
21522
|
export declare type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
|
21286
21523
|
export declare type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
|
|
@@ -21475,6 +21712,7 @@ export declare type SimpleRoundingStrategy = io.flow.internal.v0.enums.SimpleRou
|
|
|
21475
21712
|
export declare type SimplifiedClassificationTaxonomy = io.flow.internal.v0.unions.SimplifiedClassificationTaxonomy;
|
|
21476
21713
|
export declare type SimplifiedItemLabel = io.flow.internal.v0.models.SimplifiedItemLabel;
|
|
21477
21714
|
export declare type SimplifiedTaxonomyCategory = io.flow.internal.v0.models.SimplifiedTaxonomyCategory;
|
|
21715
|
+
export declare type SingleClassificationAction = io.flow.internal.v0.models.SingleClassificationAction;
|
|
21478
21716
|
export declare type SingleClassificationForm = io.flow.internal.v0.models.SingleClassificationForm;
|
|
21479
21717
|
export declare type SnapchatPixel = io.flow.internal.v0.models.SnapchatPixel;
|
|
21480
21718
|
export declare type SpotRate = io.flow.internal.v0.models.SpotRate;
|