@flowio/api-internal-prop-types 9.24.62 → 9.24.64
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/lib/api-internal.d.ts +258 -84
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +258 -84
- package/src/api-internal.js +465 -170
package/lib/api-internal.d.ts
CHANGED
|
@@ -1552,6 +1552,21 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1552
1552
|
readonly 'raw'?: string;
|
|
1553
1553
|
}
|
|
1554
1554
|
|
|
1555
|
+
interface DeviceDetailsBrowser {
|
|
1556
|
+
readonly 'type': 'browser';
|
|
1557
|
+
readonly 'user_agent': string;
|
|
1558
|
+
readonly 'origin': string;
|
|
1559
|
+
readonly 'accept_language'?: string;
|
|
1560
|
+
readonly 'ip'?: string;
|
|
1561
|
+
readonly 'time_zone_offset'?: number;
|
|
1562
|
+
readonly 'date_string'?: string;
|
|
1563
|
+
readonly 'navigator_language'?: string;
|
|
1564
|
+
readonly 'navigator_hardware_concurrency'?: number;
|
|
1565
|
+
readonly 'cookie_created_at'?: number;
|
|
1566
|
+
readonly 'session_duration'?: number;
|
|
1567
|
+
readonly 'fingerprint'?: string;
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1555
1570
|
interface DirectAuthorizationForm {
|
|
1556
1571
|
readonly 'discriminator': 'direct_authorization_form';
|
|
1557
1572
|
readonly 'token': string;
|
|
@@ -2089,6 +2104,7 @@ declare namespace io.flow.payment.v0.unions {
|
|
|
2089
2104
|
type AuthorizationResultActionDetails = (io.flow.payment.v0.models.AdyenNativeActionDetails | io.flow.payment.v0.models.StripeAuthorizationResultActionDetails | io.flow.payment.v0.models.ThreedsIdentifyActionDetails | io.flow.payment.v0.models.ThreedsChallengeActionDetails | io.flow.payment.v0.models.ApplepaySdkCreateResultActionDetails | io.flow.payment.v0.models.ApplepaySdkValidateResultActionDetails | io.flow.payment.v0.models.KlarnaSdkAuthorizationResultActionDetails | io.flow.payment.v0.models.SelectIssuerOptionActionDetails);
|
|
2090
2105
|
type BrowserActionConfiguration = (io.flow.payment.v0.models.CardBrowserActionConfiguration);
|
|
2091
2106
|
type ConfirmationDetails = (io.flow.payment.v0.models.DirectDebit | io.flow.payment.v0.models.CardConfirmationSummary);
|
|
2107
|
+
type DeviceDetails = (io.flow.payment.v0.models.DeviceDetailsBrowser);
|
|
2092
2108
|
type ExpandableCard = (io.flow.payment.v0.models.Card | io.flow.payment.v0.models.CardReference | io.flow.payment.v0.models.CardSummary);
|
|
2093
2109
|
type ExpandablePaymentProcessor = (io.flow.payment.v0.models.PaymentProcessor | io.flow.payment.v0.models.PaymentProcessorReference);
|
|
2094
2110
|
type GatewayAuthenticationData = (io.flow.payment.v0.models.StripeAuthenticationData);
|
|
@@ -3973,9 +3989,9 @@ declare namespace io.flow.adyen.v0.enums {
|
|
|
3973
3989
|
type Contract = 'RECURRING';
|
|
3974
3990
|
type DeviceChannel = 'app' | 'browser';
|
|
3975
3991
|
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';
|
|
3976
|
-
type
|
|
3992
|
+
type HttpRedirectMethod = 'GET' | 'POST';
|
|
3977
3993
|
type Operation = 'cancel' | 'capture' | 'refund';
|
|
3978
|
-
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';
|
|
3994
|
+
type PaymentMethod = 'ach' | 'alipay' | 'alipay_hk' | 'alipay_wap' | 'amex' | 'bankTransfer_IBAN' | 'bcmc' | 'bcmc_mobile' | 'blik' | 'cartebancaire' | 'cup' | 'diners' | 'directEbanking' | 'discover' | 'dotpay' | 'dragonpay_ebanking' | 'dragonpay_gcash' | 'dragonpay_otc_banking' | 'ebanking_FI' | 'gcash' | 'giropay' | 'ideal' | 'interac' | 'jcb' | 'kakaopay' | 'kcp_banktransfer' | 'kcp_creditcard' | 'kcp_payco' | 'maestro' | 'mbway' | 'mc' | 'mobilepay' | 'molpay_points' | 'multibanco' | 'onlineBanking_PL' | 'qiwiwallet' | 'sepadirectdebit' | 'trustly' | 'trustpay' | 'twint' | 'unionpay' | 'visa' | 'wechatpay' | 'unknowncard';
|
|
3979
3995
|
type RecurringProcessingModel = 'Subscription' | 'CardOnFile' | 'UnscheduledCardOnFile';
|
|
3980
3996
|
type ResultCode = 'Authorised' | 'Cancelled' | 'Error' | 'Refused' | 'Received' | 'RedirectShopper' | 'Pending' | 'ChallengeShopper' | 'IdentifyShopper';
|
|
3981
3997
|
type ShopperInteraction = 'Ecommerce' | 'ContAuth' | 'POS' | 'Moto';
|
|
@@ -3997,6 +4013,11 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
3997
4013
|
readonly 'currency': string;
|
|
3998
4014
|
}
|
|
3999
4015
|
|
|
4016
|
+
interface Applepay {
|
|
4017
|
+
readonly 'type': 'applepay';
|
|
4018
|
+
readonly 'applePayToken': string;
|
|
4019
|
+
}
|
|
4020
|
+
|
|
4000
4021
|
interface Authentication {
|
|
4001
4022
|
readonly 'threeds2.fingerprintToken'?: string;
|
|
4002
4023
|
readonly 'threeds2.challengeToken'?: string;
|
|
@@ -4024,6 +4045,8 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4024
4045
|
readonly 'browserInfo'?: io.flow.adyen.v0.unions.BrowserInfo;
|
|
4025
4046
|
readonly 'threeDS2RequestData'?: io.flow.adyen.v0.models.Threeds2RequestData;
|
|
4026
4047
|
readonly 'recurringProcessingModel'?: io.flow.adyen.v0.enums.RecurringProcessingModel;
|
|
4048
|
+
readonly 'mcc'?: string;
|
|
4049
|
+
readonly 'metadata'?: any/*object*/;
|
|
4027
4050
|
}
|
|
4028
4051
|
|
|
4029
4052
|
interface AuthorizeRequest3D {
|
|
@@ -4180,6 +4203,14 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4180
4203
|
readonly 'paymentData'?: string;
|
|
4181
4204
|
}
|
|
4182
4205
|
|
|
4206
|
+
interface PaymentDetailsV663Ds2Challenge {
|
|
4207
|
+
readonly 'threeds2.challengeResult': string;
|
|
4208
|
+
}
|
|
4209
|
+
|
|
4210
|
+
interface PaymentDetailsV663Ds2Fingerprint {
|
|
4211
|
+
readonly 'threeds2.fingerprint': string;
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4183
4214
|
interface PaymentRequest {
|
|
4184
4215
|
readonly 'reference': string;
|
|
4185
4216
|
readonly 'merchantAccount': string;
|
|
@@ -4201,7 +4232,12 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4201
4232
|
readonly 'browserInfo'?: io.flow.adyen.v0.unions.BrowserInfo;
|
|
4202
4233
|
readonly 'origin'?: string;
|
|
4203
4234
|
readonly 'channel'?: io.flow.adyen.v0.enums.Channel;
|
|
4204
|
-
readonly '
|
|
4235
|
+
readonly 'returnUrl'?: string;
|
|
4236
|
+
readonly 'mcc'?: string;
|
|
4237
|
+
readonly 'metadata'?: any/*object*/;
|
|
4238
|
+
readonly 'redirectToIssuerMethod'?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
4239
|
+
readonly 'redirectFromIssuerMethod'?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
4240
|
+
readonly 'storePaymentMethod'?: boolean;
|
|
4205
4241
|
}
|
|
4206
4242
|
|
|
4207
4243
|
interface PaymentResponse {
|
|
@@ -4218,12 +4254,54 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4218
4254
|
interface PaymentResponseAdditionalData {
|
|
4219
4255
|
readonly 'authCode'?: string;
|
|
4220
4256
|
readonly 'avsResultRaw'?: string;
|
|
4257
|
+
readonly 'avsResult'?: string;
|
|
4221
4258
|
readonly 'cvcResultRaw'?: string;
|
|
4259
|
+
readonly 'cvcResult'?: string;
|
|
4260
|
+
readonly 'refusalReasonRaw'?: string;
|
|
4222
4261
|
readonly 'liabilityShift'?: string;
|
|
4223
4262
|
readonly 'threeDAuthenticated'?: string;
|
|
4224
4263
|
readonly 'threeDAuthenticatedResponse'?: string;
|
|
4225
4264
|
readonly 'threeDOffered'?: string;
|
|
4226
4265
|
readonly 'threeDOfferedResponse'?: string;
|
|
4266
|
+
readonly 'threeDSVersion'?: string;
|
|
4267
|
+
readonly 'eci'?: string;
|
|
4268
|
+
readonly 'cavv'?: string;
|
|
4269
|
+
readonly 'scaExemptionRequested'?: string;
|
|
4270
|
+
readonly 'paymentMethod'?: string;
|
|
4271
|
+
readonly 'paymentMethodVariant'?: string;
|
|
4272
|
+
readonly 'tokenTxVariant'?: string;
|
|
4273
|
+
readonly 'acquirerCode'?: string;
|
|
4274
|
+
readonly 'acquirerAccountCode'?: string;
|
|
4275
|
+
readonly 'cardPaymentMethod'?: string;
|
|
4276
|
+
readonly 'coBrandedWith'?: string;
|
|
4277
|
+
readonly 'cardIssuingCountry'?: string;
|
|
4278
|
+
readonly 'cardIssuingCurrency'?: string;
|
|
4279
|
+
readonly 'cardIssuingBank'?: string;
|
|
4280
|
+
readonly 'cardBin'?: string;
|
|
4281
|
+
readonly 'issuerBin'?: string;
|
|
4282
|
+
readonly 'cardSummary'?: string;
|
|
4283
|
+
readonly 'untokenisedCardSummary'?: string;
|
|
4284
|
+
readonly 'expiryDate'?: string;
|
|
4285
|
+
readonly 'cardHolderName'?: string;
|
|
4286
|
+
readonly 'fundingSource'?: string;
|
|
4287
|
+
readonly 'ownerName'?: string;
|
|
4288
|
+
readonly 'bankName'?: string;
|
|
4289
|
+
readonly 'issuerCountry'?: string;
|
|
4290
|
+
readonly 'iban'?: string;
|
|
4291
|
+
readonly 'bic'?: string;
|
|
4292
|
+
readonly 'iDealConsumerAccountNumber'?: string;
|
|
4293
|
+
readonly 'iDealConsumerBIC'?: string;
|
|
4294
|
+
readonly 'iDealConsumerCity'?: string;
|
|
4295
|
+
readonly 'iDealConsumerIBAN'?: string;
|
|
4296
|
+
readonly 'iDealConsumerName'?: string;
|
|
4297
|
+
readonly 'iDealTransactionId'?: string;
|
|
4298
|
+
readonly 'recurring.recurringDetailReference'?: string;
|
|
4299
|
+
readonly 'recurring.shopperReference'?: string;
|
|
4300
|
+
readonly 'networkTxReference'?: string;
|
|
4301
|
+
readonly 'PaymentAccountReference'?: string;
|
|
4302
|
+
readonly 'networkToken.available'?: string;
|
|
4303
|
+
readonly 'networkToken.bin'?: string;
|
|
4304
|
+
readonly 'networkToken.tokenSummary'?: string;
|
|
4227
4305
|
}
|
|
4228
4306
|
|
|
4229
4307
|
interface Recurring {
|
|
@@ -4232,7 +4310,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4232
4310
|
|
|
4233
4311
|
interface Redirect {
|
|
4234
4312
|
readonly 'data'?: io.flow.adyen.v0.models.RedirectData;
|
|
4235
|
-
readonly 'method'?: io.flow.adyen.v0.enums.
|
|
4313
|
+
readonly 'method'?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
4236
4314
|
readonly 'url'?: string;
|
|
4237
4315
|
}
|
|
4238
4316
|
|
|
@@ -4255,6 +4333,17 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4255
4333
|
readonly 'holderName': string;
|
|
4256
4334
|
readonly 'number': string;
|
|
4257
4335
|
readonly 'cvc'?: string;
|
|
4336
|
+
readonly 'storedPaymentMethodId'?: string;
|
|
4337
|
+
readonly 'networkPaymentReference'?: string;
|
|
4338
|
+
}
|
|
4339
|
+
|
|
4340
|
+
interface SdkV3OnCompleteData {
|
|
4341
|
+
readonly 'details': any/*object*/;
|
|
4342
|
+
readonly 'payment_data'?: string;
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4345
|
+
interface SdkV3OnCompleteResult {
|
|
4346
|
+
readonly 'data': io.flow.adyen.v0.models.SdkV3OnCompleteData;
|
|
4258
4347
|
}
|
|
4259
4348
|
|
|
4260
4349
|
interface ThreeDSecureData {
|
|
@@ -4286,7 +4375,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4286
4375
|
|
|
4287
4376
|
declare namespace io.flow.adyen.v0.unions {
|
|
4288
4377
|
type BrowserInfo = (io.flow.adyen.v0.models.BrowserInfo3Ds1 | io.flow.adyen.v0.models.BrowserInfo3Ds2);
|
|
4289
|
-
type PaymentMethodData = (io.flow.adyen.v0.models.Scheme);
|
|
4378
|
+
type PaymentMethodData = (io.flow.adyen.v0.models.Scheme | io.flow.adyen.v0.models.Applepay);
|
|
4290
4379
|
}
|
|
4291
4380
|
|
|
4292
4381
|
declare namespace io.flow.order.management.v0.enums {
|
|
@@ -4495,6 +4584,7 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
4495
4584
|
readonly 'vendor'?: string;
|
|
4496
4585
|
readonly 'body_html'?: string;
|
|
4497
4586
|
readonly 'product_type'?: string;
|
|
4587
|
+
readonly 'status'?: string;
|
|
4498
4588
|
readonly 'options': io.flow.shopify.external.v0.models.Option[];
|
|
4499
4589
|
readonly 'tags'?: string;
|
|
4500
4590
|
readonly 'template_suffix'?: string;
|
|
@@ -5277,7 +5367,7 @@ declare namespace io.flow.shopify.markets.v0.enums {
|
|
|
5277
5367
|
|
|
5278
5368
|
declare namespace io.flow.shopify.markets.v0.models {
|
|
5279
5369
|
interface FulfillmentOrderInternationalDuties {
|
|
5280
|
-
readonly 'incoterm'
|
|
5370
|
+
readonly 'incoterm'?: io.flow.shopify.markets.v0.enums.IncotermDuties;
|
|
5281
5371
|
}
|
|
5282
5372
|
|
|
5283
5373
|
interface FulfillmentOrderLineItem {
|
|
@@ -6273,21 +6363,6 @@ declare namespace io.flow.payment.gateway.v0.models {
|
|
|
6273
6363
|
readonly 'result': any/*object*/;
|
|
6274
6364
|
}
|
|
6275
6365
|
|
|
6276
|
-
interface DeviceDetailsBrowser {
|
|
6277
|
-
readonly 'type': 'browser';
|
|
6278
|
-
readonly 'user_agent': string;
|
|
6279
|
-
readonly 'origin': string;
|
|
6280
|
-
readonly 'accept_language'?: string;
|
|
6281
|
-
readonly 'ip'?: string;
|
|
6282
|
-
readonly 'time_zone_offset'?: number;
|
|
6283
|
-
readonly 'date_string'?: string;
|
|
6284
|
-
readonly 'navigator_language'?: string;
|
|
6285
|
-
readonly 'navigator_hardware_concurrency'?: number;
|
|
6286
|
-
readonly 'cookie_created_at'?: number;
|
|
6287
|
-
readonly 'session_duration'?: number;
|
|
6288
|
-
readonly 'fingerprint'?: string;
|
|
6289
|
-
}
|
|
6290
|
-
|
|
6291
6366
|
interface DeviceFingerprintDetailsBrowser {
|
|
6292
6367
|
readonly 'type': 'browser';
|
|
6293
6368
|
readonly 'accept'?: string;
|
|
@@ -6699,7 +6774,7 @@ declare namespace io.flow.payment.gateway.v0.models {
|
|
|
6699
6774
|
readonly 'amount': number;
|
|
6700
6775
|
readonly 'currency': string;
|
|
6701
6776
|
readonly 'order_information': io.flow.payment.gateway.v0.unions.OrderInformation;
|
|
6702
|
-
readonly 'device_details': io.flow.payment.
|
|
6777
|
+
readonly 'device_details': io.flow.payment.v0.unions.DeviceDetails;
|
|
6703
6778
|
readonly 'locale'?: string;
|
|
6704
6779
|
readonly 'return_url': string;
|
|
6705
6780
|
readonly 'attributes'?: Record<string, string>;
|
|
@@ -6714,7 +6789,7 @@ declare namespace io.flow.payment.gateway.v0.models {
|
|
|
6714
6789
|
readonly 'amount': number;
|
|
6715
6790
|
readonly 'currency': string;
|
|
6716
6791
|
readonly 'order_information': io.flow.payment.gateway.v0.unions.OrderInformation;
|
|
6717
|
-
readonly 'device_details': io.flow.payment.
|
|
6792
|
+
readonly 'device_details': io.flow.payment.v0.unions.DeviceDetails;
|
|
6718
6793
|
readonly 'locale'?: string;
|
|
6719
6794
|
readonly 'return_url': string;
|
|
6720
6795
|
readonly 'attributes'?: Record<string, string>;
|
|
@@ -6776,7 +6851,6 @@ declare namespace io.flow.payment.gateway.v0.unions {
|
|
|
6776
6851
|
type Action = (io.flow.payment.gateway.v0.models.ActionRedirect | io.flow.payment.gateway.v0.models.ActionUseSdkKlarnaV1 | io.flow.payment.gateway.v0.models.ActionUseSdkApplepayJsCreateSession | io.flow.payment.gateway.v0.models.ActionUseSdkApplepayJsCompleteValidation | io.flow.payment.gateway.v0.models.ActionUseSdkGooglepay | io.flow.payment.gateway.v0.models.ActionUseSdkPaypal | io.flow.payment.gateway.v0.models.ActionUseSdkStripeV3 | io.flow.payment.gateway.v0.models.ActionUseSdkAdyenV3 | io.flow.payment.gateway.v0.models.ActionUseSdkAdyenV4 | io.flow.payment.gateway.v0.models.ActionSelectPaymentOption | io.flow.payment.gateway.v0.models.ActionExecuteScript | io.flow.payment.gateway.v0.models.ActionDisplayInlineWindow | io.flow.payment.gateway.v0.models.ActionWait);
|
|
6777
6852
|
type CardAuthorizationActionResult = (io.flow.payment.gateway.v0.models.AuthorizationActionResultAdyenV3 | io.flow.payment.gateway.v0.models.AuthorizationActionResultAdyenV4);
|
|
6778
6853
|
type CardNumber = (io.flow.payment.gateway.v0.models.PaymentMethodCardNumberCleartext | io.flow.payment.gateway.v0.models.PaymentMethodCardNumberCipher);
|
|
6779
|
-
type DeviceDetails = (io.flow.payment.gateway.v0.models.DeviceDetailsBrowser);
|
|
6780
6854
|
type DeviceFingerprintDetails = (io.flow.payment.gateway.v0.models.DeviceFingerprintDetailsBrowser);
|
|
6781
6855
|
type OrderInformation = (io.flow.payment.gateway.v0.models.OrderInformationFlow | io.flow.payment.gateway.v0.models.OrderInformationDetails);
|
|
6782
6856
|
type PaymentCaptureOption = (io.flow.payment.gateway.v0.models.PaymentCaptureOptionAutomaticImmediate | io.flow.payment.gateway.v0.models.PaymentCaptureOptionManual);
|
|
@@ -8113,6 +8187,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8113
8187
|
readonly 'rules'?: io.flow.experience.v0.models.OrderRulesSummary;
|
|
8114
8188
|
readonly 'tax_registration'?: io.flow.harmonization.v0.models.TaxRegistration;
|
|
8115
8189
|
readonly 'geo'?: io.flow.experience.v0.models.OrderGeo;
|
|
8190
|
+
readonly 'device_details'?: io.flow.payment.v0.unions.DeviceDetails;
|
|
8116
8191
|
}
|
|
8117
8192
|
|
|
8118
8193
|
interface OrderAddress {
|
|
@@ -10165,7 +10240,7 @@ declare namespace io.flow.item.v0.models {
|
|
|
10165
10240
|
declare namespace io.flow.billing.v0.enums {
|
|
10166
10241
|
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer';
|
|
10167
10242
|
type PayoutAttachmentType = 'transactions';
|
|
10168
|
-
type PayoutStatusFailureCode = 'invalid_account_number' | 'could_not_process';
|
|
10243
|
+
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
10169
10244
|
type StatementAttachmentType = 'csv';
|
|
10170
10245
|
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
|
|
10171
10246
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
@@ -10182,10 +10257,17 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10182
10257
|
readonly 'url': string;
|
|
10183
10258
|
}
|
|
10184
10259
|
|
|
10185
|
-
interface
|
|
10260
|
+
interface BankAccountFormInfo {
|
|
10261
|
+
readonly 'discriminator': 'info';
|
|
10186
10262
|
readonly 'info': io.flow.billing.bank.account.v0.unions.BankAccountInfo;
|
|
10187
10263
|
}
|
|
10188
10264
|
|
|
10265
|
+
interface BankAccountFormSimple {
|
|
10266
|
+
readonly 'discriminator': 'simple';
|
|
10267
|
+
readonly 'routing_number': string;
|
|
10268
|
+
readonly 'account_number': string;
|
|
10269
|
+
}
|
|
10270
|
+
|
|
10189
10271
|
interface BankAccountReference {
|
|
10190
10272
|
readonly 'id': string;
|
|
10191
10273
|
}
|
|
@@ -10389,6 +10471,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10389
10471
|
}
|
|
10390
10472
|
|
|
10391
10473
|
declare namespace io.flow.billing.v0.unions {
|
|
10474
|
+
type BankAccountForm = (io.flow.billing.v0.models.BankAccountFormInfo | io.flow.billing.v0.models.BankAccountFormSimple);
|
|
10392
10475
|
type PayoutStatus = (io.flow.billing.v0.models.PayoutStatusScheduled | io.flow.billing.v0.models.PayoutStatusSent | io.flow.billing.v0.models.PayoutStatusFailed);
|
|
10393
10476
|
type Settlement = (io.flow.billing.v0.models.SettlementNoPayout | io.flow.billing.v0.models.SettlementPayout);
|
|
10394
10477
|
}
|
|
@@ -11483,10 +11566,10 @@ declare namespace io.flow.catalog.RESERVED_WORD_return.v0.models {
|
|
|
11483
11566
|
}
|
|
11484
11567
|
|
|
11485
11568
|
declare namespace io.flow.apple.pay.v0.enums {
|
|
11486
|
-
type ApplePayContactField = 'email' | 'name' | 'phone' | '
|
|
11569
|
+
type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
|
|
11487
11570
|
type ApplePayLineItemType = 'final' | 'pending';
|
|
11488
11571
|
type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
|
|
11489
|
-
type ApplePayShippingType = 'shipping' | 'delivery' | '
|
|
11572
|
+
type ApplePayShippingType = 'shipping' | 'delivery' | 'storePickup' | 'servicePickup';
|
|
11490
11573
|
type ApplePaySupportedNetworks = 'amex' | 'chinaUnionPay' | 'discover' | 'jcb' | 'masterCard' | 'privateLabel' | 'visa';
|
|
11491
11574
|
}
|
|
11492
11575
|
|
|
@@ -11494,7 +11577,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
11494
11577
|
interface ApplePayLineItem {
|
|
11495
11578
|
readonly 'label': string;
|
|
11496
11579
|
readonly 'type': io.flow.apple.pay.v0.enums.ApplePayLineItemType;
|
|
11497
|
-
readonly 'amount':
|
|
11580
|
+
readonly 'amount': string;
|
|
11498
11581
|
}
|
|
11499
11582
|
|
|
11500
11583
|
interface ApplePayPaymentContact {
|
|
@@ -11545,7 +11628,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
11545
11628
|
interface ApplePayShippingMethod {
|
|
11546
11629
|
readonly 'label': string;
|
|
11547
11630
|
readonly 'detail': string;
|
|
11548
|
-
readonly 'amount':
|
|
11631
|
+
readonly 'amount': string;
|
|
11549
11632
|
readonly 'identifier': string;
|
|
11550
11633
|
}
|
|
11551
11634
|
}
|
|
@@ -11629,6 +11712,7 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
11629
11712
|
}
|
|
11630
11713
|
|
|
11631
11714
|
interface OnboardingStateTransition {
|
|
11715
|
+
readonly 'id': string;
|
|
11632
11716
|
readonly 'state': io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
11633
11717
|
readonly 'started_at': string;
|
|
11634
11718
|
}
|
|
@@ -11638,6 +11722,10 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
11638
11722
|
readonly 'organization': io.flow.common.v0.models.OrganizationReference;
|
|
11639
11723
|
readonly 'transitions': io.flow.organization.onboarding.state.v0.models.OnboardingStateTransition[];
|
|
11640
11724
|
readonly 'current_state': io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
11725
|
+
readonly 'started_at'?: string;
|
|
11726
|
+
readonly 'time_blocked'?: number;
|
|
11727
|
+
readonly 'blocked_since'?: string;
|
|
11728
|
+
readonly 'completed_at'?: string;
|
|
11641
11729
|
}
|
|
11642
11730
|
|
|
11643
11731
|
interface SetupBlocked {
|
|
@@ -11980,6 +12068,30 @@ declare namespace io.flow.session.v0.unions {
|
|
|
11980
12068
|
}
|
|
11981
12069
|
|
|
11982
12070
|
declare namespace io.flow.billing.bank.account.v0.models {
|
|
12071
|
+
interface BankAccountInfoCan {
|
|
12072
|
+
readonly 'discriminator': 'can';
|
|
12073
|
+
readonly 'routing_number': string;
|
|
12074
|
+
readonly 'account_number': string;
|
|
12075
|
+
}
|
|
12076
|
+
|
|
12077
|
+
interface BankAccountInfoFra {
|
|
12078
|
+
readonly 'discriminator': 'fra';
|
|
12079
|
+
readonly 'swift_code': string;
|
|
12080
|
+
readonly 'iban': string;
|
|
12081
|
+
}
|
|
12082
|
+
|
|
12083
|
+
interface BankAccountInfoGbr {
|
|
12084
|
+
readonly 'discriminator': 'gbr';
|
|
12085
|
+
readonly 'swift_code': string;
|
|
12086
|
+
readonly 'iban': string;
|
|
12087
|
+
}
|
|
12088
|
+
|
|
12089
|
+
interface BankAccountInfoIta {
|
|
12090
|
+
readonly 'discriminator': 'ita';
|
|
12091
|
+
readonly 'swift_code': string;
|
|
12092
|
+
readonly 'iban': string;
|
|
12093
|
+
}
|
|
12094
|
+
|
|
11983
12095
|
interface BankAccountInfoUsa {
|
|
11984
12096
|
readonly 'discriminator': 'usa';
|
|
11985
12097
|
readonly 'routing_number': string;
|
|
@@ -11988,7 +12100,7 @@ declare namespace io.flow.billing.bank.account.v0.models {
|
|
|
11988
12100
|
}
|
|
11989
12101
|
|
|
11990
12102
|
declare namespace io.flow.billing.bank.account.v0.unions {
|
|
11991
|
-
type BankAccountInfo = (io.flow.billing.bank.account.v0.models.BankAccountInfoUsa);
|
|
12103
|
+
type BankAccountInfo = (io.flow.billing.bank.account.v0.models.BankAccountInfoUsa | io.flow.billing.bank.account.v0.models.BankAccountInfoCan | io.flow.billing.bank.account.v0.models.BankAccountInfoGbr | io.flow.billing.bank.account.v0.models.BankAccountInfoFra | io.flow.billing.bank.account.v0.models.BankAccountInfoIta);
|
|
11992
12104
|
}
|
|
11993
12105
|
|
|
11994
12106
|
declare namespace io.flow.internal.v0.enums {
|
|
@@ -11999,8 +12111,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11999
12111
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
12000
12112
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
12001
12113
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
12114
|
+
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-0522d426a5b741c791ba05496c35297a';
|
|
12002
12115
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
12003
12116
|
type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
|
|
12117
|
+
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_total' | 'channel_transactions_count' | 'channel_transactions_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'fulfillments_count' | 'fulfillments_total' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_capture_deletion_unprocessed_count' | 'queued_channel_transaction_unprocessed_count' | 'queued_channel_organization_unprocessed_count' | 'queued_consumer_invoice_unprocessed_count' | 'queued_label_tracking_summary_unprocessed_count' | 'queued_order_unprocessed_count' | 'queued_order_identifier_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_refund_deletion_unprocessed_count' | 'queued_statement_batch_unprocessed_count' | 'queued_statement_batch_email_unprocessed_count' | 'queued_statement_email_unprocessed_count' | 'queued_statement_summary_email_unprocessed_count' | 'shipping_notifications_total' | 'statements_no_payout_count' | 'statements_no_payout_total' | 'statements_pending_payout_count' | 'statements_pending_payout_total' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'pending_payouts_max_age' | 'average_payout_amount';
|
|
12004
12118
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'all';
|
|
12005
12119
|
type BillingStatementBatchFileKey = 'archive' | 'summary';
|
|
12006
12120
|
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
@@ -12119,7 +12233,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12119
12233
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
12120
12234
|
type EmptyAttribute = 'irrelevant';
|
|
12121
12235
|
type ErpFileType = 'vendor';
|
|
12122
|
-
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' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | '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' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_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' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
12236
|
+
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' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_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' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
12123
12237
|
type ExperienceImportType = 'experience_with_settings';
|
|
12124
12238
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
12125
12239
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -12173,10 +12287,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12173
12287
|
type NoLiabilityReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'zero_rate_on_sale' | 'goods_above_value_threshold' | 'goods_below_value_threshold' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_by_trade_agreement';
|
|
12174
12288
|
type OnboardingAuditMessageLevel = 'info' | 'warning' | 'error';
|
|
12175
12289
|
type OnboardingAuditResult = 'pass' | 'warning' | 'fail';
|
|
12176
|
-
type OnboardingAuditThemeKey = 'billing' | 'b2b_invoicing' | 'catalog' | 'currency' | 'checkout' | 'fraud' | 'logistics' | 'payments' | 'shopify_markets' | 'integration_partner' | 'dtce' | 'restrictions' | 'miscellaneous';
|
|
12290
|
+
type OnboardingAuditThemeKey = 'billing' | 'b2b_invoicing' | 'catalog' | 'currency' | 'checkout' | 'fraud' | 'logistics' | 'payments' | 'shopify_markets' | 'integration_partner' | 'dtce' | 'restrictions' | 'organization_status' | 'miscellaneous';
|
|
12177
12291
|
type OnboardingAutomationProcessState = 'not_started' | 'in_progress' | 'success' | 'failed';
|
|
12178
12292
|
type OnboardingAutomationTaskState = 'not_started' | 'in_progress' | 'success' | 'failed';
|
|
12179
|
-
type OnboardingStateSource = 'unknown' | 'unit_test' | 'api' | 'api_activation' | 'api_internal' | 'api_internal_block' | 'api_internal_unblock' | 'onboarding_application' | 'organization_state_change' | 'restriction_organization_status';
|
|
12293
|
+
type OnboardingStateSource = 'unknown' | 'unit_test' | 'api' | 'api_activation' | 'api_internal' | 'api_internal_block' | 'api_internal_unblock' | 'api_internal_delete_transaction' | 'onboarding_application' | 'organization_state_change' | 'restriction_organization_status';
|
|
12180
12294
|
type OrderAction = 'consumer_submit' | 'fraud_review_accept' | 'fraud_review_decline' | 'payment_fully_authorize' | 'payment_fully_capture';
|
|
12181
12295
|
type OrderAttributeIntent = 'discount_code';
|
|
12182
12296
|
type OrderCancellationInitiatedBy = 'flow' | 'organization';
|
|
@@ -12184,6 +12298,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12184
12298
|
type OrderLifecycleEvent = 'order_placed' | 'ready_to_fulfill';
|
|
12185
12299
|
type OrderTransactionType = 'adjustment' | 'reversal' | 'order_service';
|
|
12186
12300
|
type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
|
|
12301
|
+
type OrganizationMetricType = 'organization_restriction_snapshot' | 'organization_restriction_status';
|
|
12187
12302
|
type OrganizationPaymentStatus = 'active' | 'archived';
|
|
12188
12303
|
type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
|
|
12189
12304
|
type OrganizationRestrictionNoteType = 'internal' | 'rejection_reason' | 'additional_rejection_info';
|
|
@@ -12201,10 +12316,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12201
12316
|
type ProcessingTransactionType = 'adjustment' | 'reversal' | 'capture' | 'refund' | 'fully_subsidized_order' | 'credit_payment';
|
|
12202
12317
|
type Processor = 'adyen' | 'afterpay' | 'bitpay' | 'stripe' | 'paypal' | 'flow_sandbox' | 'fiserv' | 'crypto';
|
|
12203
12318
|
type ProcessorEntityStatus = 'active' | 'draft' | 'archived';
|
|
12319
|
+
type ProductStatus = 'active' | 'archived' | 'draft';
|
|
12204
12320
|
type PromptAction = 'prompt_displayed' | 'consent_granted' | 'consent_denied';
|
|
12205
12321
|
type PromptCheckoutDisplayPosition = 'email' | 'submission';
|
|
12206
12322
|
type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
|
|
12207
12323
|
type PromptTarget = 'browse' | 'checkout';
|
|
12324
|
+
type QueuedRecordType = 'capture' | 'capture_deletion' | 'channel_transaction' | 'channel_organization' | 'consumer_invoice' | 'label_tracking_summary' | 'order' | 'order_identifier' | 'refund' | 'refund_deletion' | 'statement_batch' | 'statement_batch_email' | 'statement_email' | 'statement_summary_email' | 'wash';
|
|
12208
12325
|
type QuoteRequestType = 'generate' | 'delete' | 'update_currency_rate' | 'update_country';
|
|
12209
12326
|
type RateSource = 'calculated' | 'market';
|
|
12210
12327
|
type ReboundConfigurationStatus = 'active' | 'inactive';
|
|
@@ -12237,7 +12354,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12237
12354
|
type SignificanceAction = 'end_and_implement_winner' | 'end_and_revert' | 'do_nothing';
|
|
12238
12355
|
type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
|
|
12239
12356
|
type SnoozeNextActionWith = 'customer_service' | 'engineering';
|
|
12240
|
-
type SnoozeSourceType = '
|
|
12357
|
+
type SnoozeSourceType = 'queued_record';
|
|
12241
12358
|
type StatementStatus = 'created' | 'no_transactions' | 'transactions_assigned' | 'statement_generated' | 'statement_regenerated' | 'failed';
|
|
12242
12359
|
type StatementTransferTransactionLocation = 'transactions_file' | 'summary';
|
|
12243
12360
|
type StatisticType = 'time-to-classify' | 'time-to-classify-aggregated' | 'rate-source' | 'rate-freshness';
|
|
@@ -13185,7 +13302,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13185
13302
|
|
|
13186
13303
|
interface BillingStatementBatch {
|
|
13187
13304
|
readonly 'id': string;
|
|
13188
|
-
readonly 'period': io.flow.common.v0.models.DatetimeRange;
|
|
13189
13305
|
readonly 'reconciliation': io.flow.internal.v0.models.BillingStatementBatchReconciliation;
|
|
13190
13306
|
}
|
|
13191
13307
|
|
|
@@ -16302,6 +16418,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16302
16418
|
readonly 'number_of_items': number;
|
|
16303
16419
|
}
|
|
16304
16420
|
|
|
16421
|
+
interface ClassificationSummaryReportPayload {
|
|
16422
|
+
readonly 'organization_id'?: string;
|
|
16423
|
+
readonly 'product_id'?: string;
|
|
16424
|
+
readonly 'date_from'?: string;
|
|
16425
|
+
readonly 'date_to'?: string;
|
|
16426
|
+
readonly 'email': string;
|
|
16427
|
+
readonly 'limit': number;
|
|
16428
|
+
}
|
|
16429
|
+
|
|
16305
16430
|
interface ClassificationWrapper {
|
|
16306
16431
|
readonly 'classifications': io.flow.internal.v0.unions.ClassificationResponse[];
|
|
16307
16432
|
}
|
|
@@ -16748,6 +16873,27 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16748
16873
|
readonly 'daily_experiment_results': io.flow.internal.v0.models.DailyExperimentResults;
|
|
16749
16874
|
}
|
|
16750
16875
|
|
|
16876
|
+
interface DailyValue {
|
|
16877
|
+
readonly 'id': string;
|
|
16878
|
+
readonly 'key': io.flow.internal.v0.enums.BillingMetricKey;
|
|
16879
|
+
readonly 'value': number;
|
|
16880
|
+
readonly 'date': string;
|
|
16881
|
+
}
|
|
16882
|
+
|
|
16883
|
+
interface DailyValueDeleted {
|
|
16884
|
+
readonly 'discriminator': 'daily_value_deleted';
|
|
16885
|
+
readonly 'event_id': string;
|
|
16886
|
+
readonly 'timestamp': string;
|
|
16887
|
+
readonly 'id': string;
|
|
16888
|
+
}
|
|
16889
|
+
|
|
16890
|
+
interface DailyValueUpserted {
|
|
16891
|
+
readonly 'discriminator': 'daily_value_upserted';
|
|
16892
|
+
readonly 'event_id': string;
|
|
16893
|
+
readonly 'timestamp': string;
|
|
16894
|
+
readonly 'daily_value': io.flow.internal.v0.models.DailyValue;
|
|
16895
|
+
}
|
|
16896
|
+
|
|
16751
16897
|
interface DebugDetails {
|
|
16752
16898
|
readonly 'labels': io.flow.internal.v0.models.DebugLabel[];
|
|
16753
16899
|
readonly 'captures': io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
|
|
@@ -16801,8 +16947,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16801
16947
|
readonly 'type': string;
|
|
16802
16948
|
readonly 'processing_transaction_id'?: string;
|
|
16803
16949
|
readonly 'queue_errors'?: string[];
|
|
16804
|
-
readonly '
|
|
16805
|
-
readonly 'channel_transaction_ignore_reason'?: string;
|
|
16950
|
+
readonly 'ignore_reason'?: string;
|
|
16806
16951
|
}
|
|
16807
16952
|
|
|
16808
16953
|
interface DebugTransactionDetails {
|
|
@@ -16869,6 +17014,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16869
17014
|
readonly 'name': string;
|
|
16870
17015
|
}
|
|
16871
17016
|
|
|
17017
|
+
interface DeleteTransitionsPutForm {
|
|
17018
|
+
readonly 'transition_ids': string[];
|
|
17019
|
+
}
|
|
17020
|
+
|
|
16872
17021
|
interface DeliveredDutyOption {
|
|
16873
17022
|
readonly 'methods': io.flow.common.v0.enums.DeliveredDuty[];
|
|
16874
17023
|
readonly 'message'?: io.flow.internal.v0.models.DeliveredDutyOptionMessage;
|
|
@@ -17801,33 +17950,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17801
17950
|
readonly 'transfer'?: io.flow.internal.v0.models.Fee;
|
|
17802
17951
|
}
|
|
17803
17952
|
|
|
17804
|
-
interface File {
|
|
17805
|
-
readonly 'id': string;
|
|
17806
|
-
readonly 'stream': io.flow.internal.v0.models.StreamReference;
|
|
17807
|
-
readonly 'url': string;
|
|
17808
|
-
readonly 'created_at': string;
|
|
17809
|
-
readonly 'metadata': io.flow.internal.v0.models.FileMetadata;
|
|
17810
|
-
readonly 'confirmation'?: io.flow.internal.v0.models.FileConfirmation;
|
|
17811
|
-
}
|
|
17812
|
-
|
|
17813
|
-
interface FileConfirmation {
|
|
17814
|
-
readonly 'counts': io.flow.internal.v0.models.FileMetadataCounts;
|
|
17815
|
-
}
|
|
17816
|
-
|
|
17817
|
-
interface FileConfirmationForm {
|
|
17818
|
-
readonly 'count_transactions': number;
|
|
17819
|
-
readonly 'count_statements': number;
|
|
17820
|
-
}
|
|
17821
|
-
|
|
17822
|
-
interface FileMetadata {
|
|
17823
|
-
readonly 'counts': io.flow.internal.v0.models.FileMetadataCounts;
|
|
17824
|
-
}
|
|
17825
|
-
|
|
17826
|
-
interface FileMetadataCounts {
|
|
17827
|
-
readonly 'transactions': number;
|
|
17828
|
-
readonly 'statements': number;
|
|
17829
|
-
}
|
|
17830
|
-
|
|
17831
17953
|
interface FinanceBankAccount {
|
|
17832
17954
|
readonly 'id': string;
|
|
17833
17955
|
readonly 'accounts': io.flow.internal.v0.models.AccountSummary[];
|
|
@@ -20633,6 +20755,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20633
20755
|
readonly 'organization_id': string;
|
|
20634
20756
|
readonly 'onboarding_current_state': io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
20635
20757
|
readonly 'setup_completed_at'?: string;
|
|
20758
|
+
readonly 'activated_at'?: string;
|
|
20636
20759
|
readonly 'gmv': number;
|
|
20637
20760
|
readonly 'health_score': number;
|
|
20638
20761
|
readonly 'blocked_since'?: string;
|
|
@@ -21092,6 +21215,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21092
21215
|
readonly 'to': string;
|
|
21093
21216
|
}
|
|
21094
21217
|
|
|
21218
|
+
interface OrganizationOnboardingStateAdjustmentResult {
|
|
21219
|
+
readonly 'organization_onboarding_state'?: io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState;
|
|
21220
|
+
}
|
|
21221
|
+
|
|
21222
|
+
interface OrganizationOnboardingStateAuditResult {
|
|
21223
|
+
readonly 'organization': string;
|
|
21224
|
+
readonly 'validation_errors': string[];
|
|
21225
|
+
}
|
|
21226
|
+
|
|
21095
21227
|
interface OrganizationPaymentSetting {
|
|
21096
21228
|
readonly 'id': string;
|
|
21097
21229
|
readonly 'organization_id': string;
|
|
@@ -22377,6 +22509,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22377
22509
|
readonly 'number': string;
|
|
22378
22510
|
}
|
|
22379
22511
|
|
|
22512
|
+
interface ReportRuleDecision {
|
|
22513
|
+
readonly 'rule_id': string;
|
|
22514
|
+
readonly 'rule_name': string;
|
|
22515
|
+
readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
|
|
22516
|
+
readonly 'count': number;
|
|
22517
|
+
}
|
|
22518
|
+
|
|
22519
|
+
interface ReportSummary {
|
|
22520
|
+
readonly 'task_id': string;
|
|
22521
|
+
}
|
|
22522
|
+
|
|
22380
22523
|
interface RequeueRequestForm {
|
|
22381
22524
|
readonly 'product_ids'?: string[];
|
|
22382
22525
|
readonly 'hs6_codes'?: string[];
|
|
@@ -22542,7 +22685,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22542
22685
|
interface RestrictionRuleDecisionForm {
|
|
22543
22686
|
readonly 'rule_id': string;
|
|
22544
22687
|
readonly 'decision': io.flow.internal.v0.enums.RestrictionDecision;
|
|
22545
|
-
readonly 'product_id'
|
|
22688
|
+
readonly 'product_id': string;
|
|
22546
22689
|
}
|
|
22547
22690
|
|
|
22548
22691
|
interface RestrictionRuleForm {
|
|
@@ -23250,6 +23393,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23250
23393
|
readonly 'id': string;
|
|
23251
23394
|
}
|
|
23252
23395
|
|
|
23396
|
+
interface ShopifyShopStatistics {
|
|
23397
|
+
readonly 'id': string;
|
|
23398
|
+
readonly 'initial_catalog_synced_at'?: string;
|
|
23399
|
+
readonly 'catalog_sync_duration'?: number;
|
|
23400
|
+
readonly 'catalog_products_count'?: number;
|
|
23401
|
+
}
|
|
23402
|
+
|
|
23253
23403
|
interface ShopifyShopUpserted {
|
|
23254
23404
|
readonly 'discriminator': 'shopify_shop_upserted';
|
|
23255
23405
|
readonly 'event_id': string;
|
|
@@ -23399,23 +23549,36 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23399
23549
|
readonly 'spot_rate': io.flow.internal.v0.models.SpotRate;
|
|
23400
23550
|
}
|
|
23401
23551
|
|
|
23402
|
-
interface
|
|
23403
|
-
readonly 'organization'?: io.flow.common.v0.models.OrganizationReference;
|
|
23552
|
+
interface StandaloneAttachment {
|
|
23404
23553
|
readonly 'id': string;
|
|
23405
|
-
readonly '
|
|
23554
|
+
readonly 'statement': io.flow.internal.v0.models.BillingStatementReference;
|
|
23555
|
+
readonly 'key': io.flow.internal.v0.enums.BillingStatementAttachmentKey;
|
|
23556
|
+
readonly 'name': string;
|
|
23557
|
+
readonly 'url': string;
|
|
23406
23558
|
}
|
|
23407
23559
|
|
|
23408
|
-
interface
|
|
23409
|
-
readonly '
|
|
23560
|
+
interface StandaloneAttachmentDeleted {
|
|
23561
|
+
readonly 'discriminator': 'standalone_attachment_deleted';
|
|
23562
|
+
readonly 'event_id': string;
|
|
23563
|
+
readonly 'timestamp': string;
|
|
23564
|
+
readonly 'id': string;
|
|
23410
23565
|
}
|
|
23411
23566
|
|
|
23412
|
-
interface
|
|
23413
|
-
readonly '
|
|
23414
|
-
readonly '
|
|
23567
|
+
interface StandaloneAttachmentUpserted {
|
|
23568
|
+
readonly 'discriminator': 'standalone_attachment_upserted';
|
|
23569
|
+
readonly 'event_id': string;
|
|
23570
|
+
readonly 'timestamp': string;
|
|
23571
|
+
readonly 'attachment': io.flow.internal.v0.models.StandaloneAttachment;
|
|
23415
23572
|
}
|
|
23416
23573
|
|
|
23417
|
-
interface
|
|
23574
|
+
interface StoreConnection {
|
|
23575
|
+
readonly 'organization'?: io.flow.common.v0.models.OrganizationReference;
|
|
23418
23576
|
readonly 'id': string;
|
|
23577
|
+
readonly 'domain': string;
|
|
23578
|
+
}
|
|
23579
|
+
|
|
23580
|
+
interface StoreConnectionForm {
|
|
23581
|
+
readonly 'organization': string;
|
|
23419
23582
|
}
|
|
23420
23583
|
|
|
23421
23584
|
interface StringFeatureDefaultValue {
|
|
@@ -24467,7 +24630,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
24467
24630
|
type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
|
|
24468
24631
|
type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal);
|
|
24469
24632
|
type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
|
|
24470
|
-
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.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.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.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | 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.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
24633
|
+
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.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | 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.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
24471
24634
|
type Experiment = (io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment);
|
|
24472
24635
|
type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
|
|
24473
24636
|
type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
|
|
@@ -24534,8 +24697,10 @@ export const adjustmentTransactionType: PropTypes.Requireable<io.flow.internal.v
|
|
|
24534
24697
|
export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.AdyenIntegrationType>;
|
|
24535
24698
|
export const anyDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.AnyDangerousGoods>;
|
|
24536
24699
|
export const apiCallReferenceId: PropTypes.Requireable<io.flow.internal.v0.enums.ApiCallReferenceId>;
|
|
24700
|
+
export const autoRestrictRule: PropTypes.Requireable<io.flow.internal.v0.enums.AutoRestrictRule>;
|
|
24537
24701
|
export const bankPaymentStatusCode: PropTypes.Requireable<io.flow.internal.v0.enums.BankPaymentStatusCode>;
|
|
24538
24702
|
export const billingAllocationKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingAllocationKey>;
|
|
24703
|
+
export const billingMetricKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingMetricKey>;
|
|
24539
24704
|
export const billingStatementAttachmentKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingStatementAttachmentKey>;
|
|
24540
24705
|
export const billingStatementBatchFileKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingStatementBatchFileKey>;
|
|
24541
24706
|
export const billingTransactionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionStatus>;
|
|
@@ -24719,6 +24884,7 @@ export const orderChargeTrigger: PropTypes.Requireable<io.flow.internal.v0.enums
|
|
|
24719
24884
|
export const orderLifecycleEvent: PropTypes.Requireable<io.flow.internal.v0.enums.OrderLifecycleEvent>;
|
|
24720
24885
|
export const orderTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.OrderTransactionType>;
|
|
24721
24886
|
export const organizationCapability: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationCapability>;
|
|
24887
|
+
export const organizationMetricType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationMetricType>;
|
|
24722
24888
|
export const organizationPaymentStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationPaymentStatus>;
|
|
24723
24889
|
export const organizationRestrictionApprovalStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus>;
|
|
24724
24890
|
export const organizationRestrictionNoteType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionNoteType>;
|
|
@@ -24736,10 +24902,12 @@ export const pricingIndicatorStatus: PropTypes.Requireable<io.flow.internal.v0.e
|
|
|
24736
24902
|
export const processingTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.ProcessingTransactionType>;
|
|
24737
24903
|
export const processor: PropTypes.Requireable<io.flow.internal.v0.enums.Processor>;
|
|
24738
24904
|
export const processorEntityStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ProcessorEntityStatus>;
|
|
24905
|
+
export const productStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ProductStatus>;
|
|
24739
24906
|
export const promptAction: PropTypes.Requireable<io.flow.internal.v0.enums.PromptAction>;
|
|
24740
24907
|
export const promptCheckoutDisplayPosition: PropTypes.Requireable<io.flow.internal.v0.enums.PromptCheckoutDisplayPosition>;
|
|
24741
24908
|
export const promptOptions: PropTypes.Requireable<io.flow.internal.v0.enums.PromptOptions>;
|
|
24742
24909
|
export const promptTarget: PropTypes.Requireable<io.flow.internal.v0.enums.PromptTarget>;
|
|
24910
|
+
export const queuedRecordType: PropTypes.Requireable<io.flow.internal.v0.enums.QueuedRecordType>;
|
|
24743
24911
|
export const quoteRequestType: PropTypes.Requireable<io.flow.internal.v0.enums.QuoteRequestType>;
|
|
24744
24912
|
export const rateSource: PropTypes.Requireable<io.flow.internal.v0.enums.RateSource>;
|
|
24745
24913
|
export const reboundConfigurationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ReboundConfigurationStatus>;
|
|
@@ -25438,6 +25606,7 @@ export const classificationProductSummary: PropTypes.Requireable<io.flow.interna
|
|
|
25438
25606
|
export const classificationProductSummaryPage: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationProductSummaryPage>;
|
|
25439
25607
|
export const classificationRequeueRequest: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationRequeueRequest>;
|
|
25440
25608
|
export const classificationStatistics: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationStatistics>;
|
|
25609
|
+
export const classificationSummaryReportPayload: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationSummaryReportPayload>;
|
|
25441
25610
|
export const classificationWrapper: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationWrapper>;
|
|
25442
25611
|
export const classifiedProduct: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProduct>;
|
|
25443
25612
|
export const classifiedProductDetail: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProductDetail>;
|
|
@@ -25496,6 +25665,9 @@ export const dailyExperimentEngineResults: PropTypes.Requireable<io.flow.interna
|
|
|
25496
25665
|
export const dailyExperimentResults: PropTypes.Requireable<io.flow.internal.v0.models.DailyExperimentResults>;
|
|
25497
25666
|
export const dailyExperimentResultsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.DailyExperimentResultsDeleted>;
|
|
25498
25667
|
export const dailyExperimentResultsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.DailyExperimentResultsUpserted>;
|
|
25668
|
+
export const dailyValue: PropTypes.Requireable<io.flow.internal.v0.models.DailyValue>;
|
|
25669
|
+
export const dailyValueDeleted: PropTypes.Requireable<io.flow.internal.v0.models.DailyValueDeleted>;
|
|
25670
|
+
export const dailyValueUpserted: PropTypes.Requireable<io.flow.internal.v0.models.DailyValueUpserted>;
|
|
25499
25671
|
export const debugDetails: PropTypes.Requireable<io.flow.internal.v0.models.DebugDetails>;
|
|
25500
25672
|
export const debugLabel: PropTypes.Requireable<io.flow.internal.v0.models.DebugLabel>;
|
|
25501
25673
|
export const debugLabelTransactionSummary: PropTypes.Requireable<io.flow.internal.v0.models.DebugLabelTransactionSummary>;
|
|
@@ -25515,6 +25687,7 @@ export const declineReasonFraud: PropTypes.Requireable<io.flow.internal.v0.model
|
|
|
25515
25687
|
export const decryptCipherForm: PropTypes.Requireable<io.flow.internal.v0.models.DecryptCipherForm>;
|
|
25516
25688
|
export const decryptedCipher: PropTypes.Requireable<io.flow.internal.v0.models.DecryptedCipher>;
|
|
25517
25689
|
export const deleteIndexTask: PropTypes.Requireable<io.flow.internal.v0.models.DeleteIndexTask>;
|
|
25690
|
+
export const deleteTransitionsPutForm: PropTypes.Requireable<io.flow.internal.v0.models.DeleteTransitionsPutForm>;
|
|
25518
25691
|
export const deliveredDutyOption: PropTypes.Requireable<io.flow.internal.v0.models.DeliveredDutyOption>;
|
|
25519
25692
|
export const deliveredDutyOptionMessage: PropTypes.Requireable<io.flow.internal.v0.models.DeliveredDutyOptionMessage>;
|
|
25520
25693
|
export const deliveredDutyOptions: PropTypes.Requireable<io.flow.internal.v0.models.DeliveredDutyOptions>;
|
|
@@ -25645,11 +25818,6 @@ export const feedDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FeedD
|
|
|
25645
25818
|
export const feedUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FeedUpserted>;
|
|
25646
25819
|
export const feedsExport: PropTypes.Requireable<io.flow.internal.v0.models.FeedsExport>;
|
|
25647
25820
|
export const fees: PropTypes.Requireable<io.flow.internal.v0.models.Fees>;
|
|
25648
|
-
export const file: PropTypes.Requireable<io.flow.internal.v0.models.File>;
|
|
25649
|
-
export const fileConfirmation: PropTypes.Requireable<io.flow.internal.v0.models.FileConfirmation>;
|
|
25650
|
-
export const fileConfirmationForm: PropTypes.Requireable<io.flow.internal.v0.models.FileConfirmationForm>;
|
|
25651
|
-
export const fileMetadata: PropTypes.Requireable<io.flow.internal.v0.models.FileMetadata>;
|
|
25652
|
-
export const fileMetadataCounts: PropTypes.Requireable<io.flow.internal.v0.models.FileMetadataCounts>;
|
|
25653
25821
|
export const financeBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankAccount>;
|
|
25654
25822
|
export const financeBankAccountOwner: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankAccountOwner>;
|
|
25655
25823
|
export const financeBankPayment: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankPayment>;
|
|
@@ -26050,6 +26218,8 @@ export const organizationDebugTransaction: PropTypes.Requireable<io.flow.interna
|
|
|
26050
26218
|
export const organizationInvitationAcceptForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationInvitationAcceptForm>;
|
|
26051
26219
|
export const organizationMembershipCopy: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationMembershipCopy>;
|
|
26052
26220
|
export const organizationMembershipCopyForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationMembershipCopyForm>;
|
|
26221
|
+
export const organizationOnboardingStateAdjustmentResult: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationOnboardingStateAdjustmentResult>;
|
|
26222
|
+
export const organizationOnboardingStateAuditResult: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationOnboardingStateAuditResult>;
|
|
26053
26223
|
export const organizationPaymentSetting: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSetting>;
|
|
26054
26224
|
export const organizationPaymentSettingDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingDeleted>;
|
|
26055
26225
|
export const organizationPaymentSettingForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingForm>;
|
|
@@ -26217,6 +26387,8 @@ export const redirect: PropTypes.Requireable<io.flow.internal.v0.models.Redirect
|
|
|
26217
26387
|
export const redirectActionCompleted: PropTypes.Requireable<io.flow.internal.v0.models.RedirectActionCompleted>;
|
|
26218
26388
|
export const registeredExporterTariffEligibilityData: PropTypes.Requireable<io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData>;
|
|
26219
26389
|
export const registeredExporterTariffEligibilityForm: PropTypes.Requireable<io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm>;
|
|
26390
|
+
export const reportRuleDecision: PropTypes.Requireable<io.flow.internal.v0.models.ReportRuleDecision>;
|
|
26391
|
+
export const reportSummary: PropTypes.Requireable<io.flow.internal.v0.models.ReportSummary>;
|
|
26220
26392
|
export const requeueRequestForm: PropTypes.Requireable<io.flow.internal.v0.models.RequeueRequestForm>;
|
|
26221
26393
|
export const restrictionCategory: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionCategory>;
|
|
26222
26394
|
export const restrictionFilter: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionFilter>;
|
|
@@ -26346,6 +26518,7 @@ export const shopifyPromotionOrderPrerequisite: PropTypes.Requireable<io.flow.in
|
|
|
26346
26518
|
export const shopifyPromotionPercent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyPromotionPercent>;
|
|
26347
26519
|
export const shopifyPromotionRule: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyPromotionRule>;
|
|
26348
26520
|
export const shopifyShopDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopDeleted>;
|
|
26521
|
+
export const shopifyShopStatistics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopStatistics>;
|
|
26349
26522
|
export const shopifyShopUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopUpserted>;
|
|
26350
26523
|
export const shopifyWebhook: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyWebhook>;
|
|
26351
26524
|
export const shopifyWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyWebhookEvent>;
|
|
@@ -26367,10 +26540,11 @@ export const spotRateMetadataIdentity: PropTypes.Requireable<io.flow.internal.v0
|
|
|
26367
26540
|
export const spotRateMetadataRate: PropTypes.Requireable<io.flow.internal.v0.models.SpotRateMetadataRate>;
|
|
26368
26541
|
export const spotRateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SpotRateUpserted>;
|
|
26369
26542
|
export const spotRateVersion: PropTypes.Requireable<io.flow.internal.v0.models.SpotRateVersion>;
|
|
26543
|
+
export const standaloneAttachment: PropTypes.Requireable<io.flow.internal.v0.models.StandaloneAttachment>;
|
|
26544
|
+
export const standaloneAttachmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.StandaloneAttachmentDeleted>;
|
|
26545
|
+
export const standaloneAttachmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.StandaloneAttachmentUpserted>;
|
|
26370
26546
|
export const storeConnection: PropTypes.Requireable<io.flow.internal.v0.models.StoreConnection>;
|
|
26371
26547
|
export const storeConnectionForm: PropTypes.Requireable<io.flow.internal.v0.models.StoreConnectionForm>;
|
|
26372
|
-
export const stream: PropTypes.Requireable<io.flow.internal.v0.models.Stream>;
|
|
26373
|
-
export const streamReference: PropTypes.Requireable<io.flow.internal.v0.models.StreamReference>;
|
|
26374
26548
|
export const stringFeatureDefaultValue: PropTypes.Requireable<io.flow.internal.v0.models.StringFeatureDefaultValue>;
|
|
26375
26549
|
export const stringFeatureRule: PropTypes.Requireable<io.flow.internal.v0.models.StringFeatureRule>;
|
|
26376
26550
|
export const stringFeatureRuleForm: PropTypes.Requireable<io.flow.internal.v0.models.StringFeatureRuleForm>;
|
|
@@ -26649,4 +26823,4 @@ export const transaction: PropTypes.Requireable<io.flow.internal.v0.unions.Trans
|
|
|
26649
26823
|
export const transactionSummary: PropTypes.Requireable<io.flow.internal.v0.unions.TransactionSummary>;
|
|
26650
26824
|
export const validationRule: PropTypes.Requireable<io.flow.internal.v0.unions.ValidationRule>;
|
|
26651
26825
|
export const variant: PropTypes.Requireable<io.flow.internal.v0.unions.Variant>;
|
|
26652
|
-
export const variantForm: PropTypes.Requireable<io.flow.internal.v0.unions.VariantForm>;
|
|
26826
|
+
export const variantForm: PropTypes.Requireable<io.flow.internal.v0.unions.VariantForm>;
|