@flowio/api-internal-prop-types 9.24.105 → 9.24.107
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 +163 -325
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +163 -325
- package/src/api-internal.js +233 -362
package/lib/api-internal.d.ts
CHANGED
|
@@ -944,6 +944,24 @@ declare namespace io.flow.payment.gateway.v0.unions {
|
|
|
944
944
|
type SdkAdyenV3AuthenticationToken = (io.flow.payment.gateway.v0.models.AdyenV3FingerprintToken | io.flow.payment.gateway.v0.models.AdyenV3ChallengeToken);
|
|
945
945
|
}
|
|
946
946
|
|
|
947
|
+
declare namespace io.flow.channel.currency.v0.models {
|
|
948
|
+
interface ChannelCurrencyPair {
|
|
949
|
+
readonly 'id': string;
|
|
950
|
+
readonly 'base': string;
|
|
951
|
+
readonly 'target': string;
|
|
952
|
+
readonly 'rate': io.flow.channel.currency.v0.models.ChannelCurrencyRate;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
interface ChannelCurrencyRate {
|
|
956
|
+
readonly 'id': string;
|
|
957
|
+
readonly 'value': number;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
interface ChannelRate {
|
|
961
|
+
readonly 'placeholder'?: string;
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
|
|
947
965
|
declare namespace io.flow.error.v0.enums {
|
|
948
966
|
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
949
967
|
}
|
|
@@ -3213,6 +3231,13 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
3213
3231
|
readonly 'transfer_group'?: string;
|
|
3214
3232
|
}
|
|
3215
3233
|
|
|
3234
|
+
interface PaymentIntents {
|
|
3235
|
+
readonly 'object': string;
|
|
3236
|
+
readonly 'data': io.flow.stripe.v0.models.PaymentIntent[];
|
|
3237
|
+
readonly 'has_more': boolean;
|
|
3238
|
+
readonly 'url'?: string;
|
|
3239
|
+
}
|
|
3240
|
+
|
|
3216
3241
|
interface PaymentMethod {
|
|
3217
3242
|
readonly 'id': string;
|
|
3218
3243
|
readonly 'object': string;
|
|
@@ -5252,6 +5277,7 @@ declare namespace io.flow.adyen.v0.enums {
|
|
|
5252
5277
|
type LifecycleStage = 'INQUIRY' | 'CHARGEBACK';
|
|
5253
5278
|
type Operation = 'cancel' | 'capture' | 'refund';
|
|
5254
5279
|
type PaymentMethod = 'ach' | 'alipay' | 'alipay_hk' | 'alipay_wap' | 'amex' | 'bankTransfer_IBAN' | 'bcmc' | 'bcmc_mobile' | 'blik' | 'cartebancaire' | 'cup' | 'diners' | 'directEbanking' | 'discover' | 'dotpay' | 'dragonpay_ebanking' | 'dragonpay_gcash' | 'dragonpay_otc_banking' | 'ebanking_FI' | 'gcash' | 'giropay' | 'grabpay_MY' | 'grabpay_PH' | 'grabpay_SG' | 'ideal' | 'interac' | 'jcb' | 'kakaopay' | 'kcp_banktransfer' | 'kcp_creditcard' | 'kcp_payco' | 'maestro' | 'mbway' | 'mc' | 'mobilepay' | 'molpay_points' | 'multibanco' | 'onlineBanking_PL' | 'paywithgoogle' | 'qiwiwallet' | 'sepadirectdebit' | 'trustly' | 'trustpay' | 'twint' | 'unionpay' | 'vipps' | 'visa' | 'wechatpay' | 'unknowncard';
|
|
5280
|
+
type PaymentRecordType = 'Authorised' | 'AuthorisedPending' | 'Cancelled' | 'CaptureFailed' | 'Chargeback' | 'SecondChargeback' | 'ChargebackExternally' | 'ChargebackExternallyWithInfo' | 'ChargebackReversed' | 'ChargebackReversedExternallyWithInfo' | 'Error' | 'Expired' | 'PaidOut' | 'PaidOutExternally' | 'PaidOutExternallyWithInfo' | 'PaidOutReversed' | 'PayoutAuthorised' | 'PayoutError' | 'PayoutFailed' | 'Received' | 'ReceivedPayout' | 'RefundAuthorised' | 'Refunded' | 'RefundedBulk' | 'RefundedExternally' | 'RefundedExternallyWithInfo' | 'RefundFailed' | 'RefundedInInstallments' | 'RefundedInstallment' | 'RefundedReversed' | 'RefundNotProcessed' | 'Refused' | 'RefusedPayout' | 'Retried' | 'SentForPayout' | 'SentForRefund' | 'SentForSettle' | 'Settled' | 'SettledBulk' | 'SettledExternally' | 'SettledExternallyWithInfo' | 'SettledInInstallments' | 'SettledInstallment' | 'SettledReversed' | 'SuspendInstallment' | 'AdvancedInstallment' | 'AdvancedInstallmentCancelled' | 'OpenInstallment' | 'CloseInstallment';
|
|
5255
5281
|
type RecurringProcessingModel = 'Subscription' | 'CardOnFile' | 'UnscheduledCardOnFile';
|
|
5256
5282
|
type ResultCode = 'Authorised' | 'Cancelled' | 'Error' | 'Refused' | 'Received' | 'RedirectShopper' | 'Pending' | 'ChallengeShopper' | 'IdentifyShopper';
|
|
5257
5283
|
type ShopperInteraction = 'Ecommerce' | 'ContAuth' | 'POS' | 'Moto';
|
|
@@ -5402,9 +5428,9 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5402
5428
|
}
|
|
5403
5429
|
|
|
5404
5430
|
interface ChargebackNotificationAdditionalData {
|
|
5405
|
-
readonly 'chargebackReasonCode'
|
|
5431
|
+
readonly 'chargebackReasonCode'?: string;
|
|
5406
5432
|
readonly 'modificationMerchantReferences': string;
|
|
5407
|
-
readonly 'chargebackSchemeCode'
|
|
5433
|
+
readonly 'chargebackSchemeCode'?: string;
|
|
5408
5434
|
readonly 'defensePeriodEndsAt'?: string;
|
|
5409
5435
|
readonly 'disputeStatus'?: io.flow.adyen.v0.enums.DisputeStatus;
|
|
5410
5436
|
readonly 'defendable'?: string;
|
|
@@ -7552,7 +7578,6 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
7552
7578
|
}
|
|
7553
7579
|
|
|
7554
7580
|
interface OrderEditSummary {
|
|
7555
|
-
readonly 'external_order_edit_reference': string;
|
|
7556
7581
|
readonly 'edited_at': string;
|
|
7557
7582
|
}
|
|
7558
7583
|
}
|
|
@@ -8396,19 +8421,6 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
|
|
|
8396
8421
|
readonly 'shopify_markets_order': io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrder;
|
|
8397
8422
|
}
|
|
8398
8423
|
|
|
8399
|
-
interface ShopifyMarketsOrderEditSummaryData {
|
|
8400
|
-
readonly 'channel_order_acceptance': io.flow.channel.internal.v0.models.ChannelOrderAcceptance;
|
|
8401
|
-
readonly 'edited_at': string;
|
|
8402
|
-
}
|
|
8403
|
-
|
|
8404
|
-
interface ShopifyMarketsOrderEditSummaryPublished {
|
|
8405
|
-
readonly 'discriminator': 'shopify_markets_order_edit_summary_published';
|
|
8406
|
-
readonly 'event_id': string;
|
|
8407
|
-
readonly 'timestamp': string;
|
|
8408
|
-
readonly 'organization': string;
|
|
8409
|
-
readonly 'data': io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderEditSummaryData;
|
|
8410
|
-
}
|
|
8411
|
-
|
|
8412
8424
|
interface ShopifyMarketsOrderUpserted {
|
|
8413
8425
|
readonly 'discriminator': 'shopify_markets_order_upserted';
|
|
8414
8426
|
readonly 'event_id': string;
|
|
@@ -8483,7 +8495,7 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
|
|
|
8483
8495
|
}
|
|
8484
8496
|
|
|
8485
8497
|
declare namespace io.flow.shopify.markets.internal.event.v0.unions {
|
|
8486
|
-
type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.
|
|
8498
|
+
type ShopifyMarketsInternalEvent = (io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted);
|
|
8487
8499
|
}
|
|
8488
8500
|
|
|
8489
8501
|
declare namespace io.flow.experience.v0.enums {
|
|
@@ -10246,30 +10258,6 @@ declare namespace io.flow.catalog.exclusion.v0.models {
|
|
|
10246
10258
|
}
|
|
10247
10259
|
}
|
|
10248
10260
|
|
|
10249
|
-
declare namespace io.flow.session.context.v0.models {
|
|
10250
|
-
interface Context {
|
|
10251
|
-
readonly 'id': string;
|
|
10252
|
-
readonly 'experiments': io.flow.session.context.v0.models.SessionContextExperiment[];
|
|
10253
|
-
}
|
|
10254
|
-
|
|
10255
|
-
interface ContextForm {
|
|
10256
|
-
readonly 'experiments': io.flow.session.context.v0.models.SessionContextExperiment[];
|
|
10257
|
-
}
|
|
10258
|
-
|
|
10259
|
-
interface ContextReference {
|
|
10260
|
-
readonly 'id': string;
|
|
10261
|
-
}
|
|
10262
|
-
|
|
10263
|
-
interface ExperimentVariant {
|
|
10264
|
-
readonly 'key': string;
|
|
10265
|
-
}
|
|
10266
|
-
|
|
10267
|
-
interface SessionContextExperiment {
|
|
10268
|
-
readonly 'key': string;
|
|
10269
|
-
readonly 'variant'?: io.flow.session.context.v0.models.ExperimentVariant;
|
|
10270
|
-
}
|
|
10271
|
-
}
|
|
10272
|
-
|
|
10273
10261
|
declare namespace io.flow.crypto.v0.enums {
|
|
10274
10262
|
type ErrorType = 'authentication_error' | 'invalid_request_error' | 'rate_limit_error';
|
|
10275
10263
|
type PaymentStatus = 'pending' | 'succeeded' | 'cancelled';
|
|
@@ -10799,6 +10787,7 @@ declare namespace io.flow.tracking.v0.models {
|
|
|
10799
10787
|
readonly 'timestamp': string;
|
|
10800
10788
|
readonly 'description'?: string;
|
|
10801
10789
|
readonly 'aggregator_status_code'?: string;
|
|
10790
|
+
readonly 'created_at'?: string;
|
|
10802
10791
|
}
|
|
10803
10792
|
|
|
10804
10793
|
interface TrackingEventForm {
|
|
@@ -13668,7 +13657,6 @@ declare namespace io.flow.session.v0.models {
|
|
|
13668
13657
|
readonly 'language': io.flow.reference.v0.models.Language;
|
|
13669
13658
|
readonly 'locale': io.flow.reference.v0.models.Locale;
|
|
13670
13659
|
readonly 'experience': io.flow.experience.v0.models.ExperienceGeo;
|
|
13671
|
-
readonly 'experiment'?: io.flow.session.v0.models.SessionExperiment;
|
|
13672
13660
|
}
|
|
13673
13661
|
|
|
13674
13662
|
interface OrganizationSession {
|
|
@@ -13684,8 +13672,6 @@ declare namespace io.flow.session.v0.models {
|
|
|
13684
13672
|
readonly 'geo'?: io.flow.session.v0.models.SessionGeo;
|
|
13685
13673
|
readonly 'experience'?: io.flow.experience.v0.models.ExperienceGeo;
|
|
13686
13674
|
readonly 'format'?: io.flow.session.v0.models.SessionFormat;
|
|
13687
|
-
readonly 'experiment'?: io.flow.session.v0.models.SessionExperiment;
|
|
13688
|
-
readonly 'context'?: io.flow.session.context.v0.models.ContextReference;
|
|
13689
13675
|
}
|
|
13690
13676
|
|
|
13691
13677
|
interface OrganizationSessionAuthorization {
|
|
@@ -13703,25 +13689,6 @@ declare namespace io.flow.session.v0.models {
|
|
|
13703
13689
|
readonly 'label_formatters': io.flow.common.v0.enums.CurrencyLabelFormatter[];
|
|
13704
13690
|
}
|
|
13705
13691
|
|
|
13706
|
-
interface SessionExperiment {
|
|
13707
|
-
readonly 'key': string;
|
|
13708
|
-
readonly 'variant'?: io.flow.session.v0.models.SessionExperimentVariant;
|
|
13709
|
-
}
|
|
13710
|
-
|
|
13711
|
-
interface SessionExperimentForm {
|
|
13712
|
-
readonly 'key': string;
|
|
13713
|
-
readonly 'variant'?: io.flow.session.v0.models.SessionExperimentVariantForm;
|
|
13714
|
-
}
|
|
13715
|
-
|
|
13716
|
-
interface SessionExperimentVariant {
|
|
13717
|
-
readonly 'key': string;
|
|
13718
|
-
readonly 'name': string;
|
|
13719
|
-
}
|
|
13720
|
-
|
|
13721
|
-
interface SessionExperimentVariantForm {
|
|
13722
|
-
readonly 'key': string;
|
|
13723
|
-
}
|
|
13724
|
-
|
|
13725
13692
|
interface SessionExpirationConfig {
|
|
13726
13693
|
readonly 'unit': io.flow.common.v0.enums.UnitOfTime;
|
|
13727
13694
|
readonly 'value': number;
|
|
@@ -13809,198 +13776,6 @@ declare namespace io.flow.billing.bank.account.v0.unions {
|
|
|
13809
13776
|
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);
|
|
13810
13777
|
}
|
|
13811
13778
|
|
|
13812
|
-
declare namespace io.flow.experiment.internal.v0.enums {
|
|
13813
|
-
type ExperimentDiscriminatorKey = 'experience' | 'feature';
|
|
13814
|
-
type Scope = 'organization' | 'global';
|
|
13815
|
-
type SignificanceAction = 'end_and_implement_winner' | 'end_and_revert' | 'do_nothing';
|
|
13816
|
-
type Status = 'draft' | 'scheduled' | 'live' | 'ended' | 'archived';
|
|
13817
|
-
type TimeseriesType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
13818
|
-
}
|
|
13819
|
-
|
|
13820
|
-
declare namespace io.flow.experiment.internal.v0.models {
|
|
13821
|
-
interface DailyExperimentResults {
|
|
13822
|
-
readonly 'id': string;
|
|
13823
|
-
readonly 'day': string;
|
|
13824
|
-
readonly 'experiment_key': string;
|
|
13825
|
-
readonly 'experiment_variant_key': string;
|
|
13826
|
-
readonly 'visitor_count': number;
|
|
13827
|
-
readonly 'visitors_with_transactions_count': number;
|
|
13828
|
-
readonly 'conversion_rate': number;
|
|
13829
|
-
readonly 'lower_bound': number;
|
|
13830
|
-
readonly 'upper_bound': number;
|
|
13831
|
-
readonly 'probability_of_being_best'?: number;
|
|
13832
|
-
readonly 'currency'?: string;
|
|
13833
|
-
readonly 'average_order_value'?: number;
|
|
13834
|
-
readonly 'revenue_generated'?: number;
|
|
13835
|
-
readonly 'total_order_count'?: number;
|
|
13836
|
-
readonly 'conversion_rate_uplift'?: number;
|
|
13837
|
-
readonly 'average_order_value_uplift'?: number;
|
|
13838
|
-
readonly 'revenue_generated_uplift'?: number;
|
|
13839
|
-
}
|
|
13840
|
-
|
|
13841
|
-
interface ExperienceExperiment {
|
|
13842
|
-
readonly 'discriminator': 'experience';
|
|
13843
|
-
readonly 'id': string;
|
|
13844
|
-
readonly 'key': string;
|
|
13845
|
-
readonly 'name': string;
|
|
13846
|
-
readonly 'description'?: string;
|
|
13847
|
-
readonly 'status': io.flow.experiment.internal.v0.enums.Status;
|
|
13848
|
-
readonly 'emails': string[];
|
|
13849
|
-
readonly 'started_at'?: string;
|
|
13850
|
-
readonly 'ended_at'?: string;
|
|
13851
|
-
readonly 'variants': io.flow.experiment.internal.v0.models.ExperienceVariant[];
|
|
13852
|
-
readonly 'transitions'?: io.flow.experiment.internal.v0.enums.Status[];
|
|
13853
|
-
readonly 'significance_action'?: io.flow.experiment.internal.v0.enums.SignificanceAction;
|
|
13854
|
-
}
|
|
13855
|
-
|
|
13856
|
-
interface ExperienceVariant {
|
|
13857
|
-
readonly 'discriminator': 'experience_variant';
|
|
13858
|
-
readonly 'experience': io.flow.experiment.internal.v0.models.ExperienceVariantSummary;
|
|
13859
|
-
readonly 'traffic_percentage': number;
|
|
13860
|
-
readonly 'experiment_results'?: io.flow.experiment.internal.v0.models.ExperimentResults;
|
|
13861
|
-
}
|
|
13862
|
-
|
|
13863
|
-
interface ExperienceVariantForm {
|
|
13864
|
-
readonly 'discriminator': 'experience';
|
|
13865
|
-
readonly 'key': string;
|
|
13866
|
-
readonly 'traffic_percentage': number;
|
|
13867
|
-
}
|
|
13868
|
-
|
|
13869
|
-
interface ExperienceVariantSummary {
|
|
13870
|
-
readonly 'key': string;
|
|
13871
|
-
readonly 'name'?: string;
|
|
13872
|
-
}
|
|
13873
|
-
|
|
13874
|
-
interface ExperimentForm {
|
|
13875
|
-
readonly 'name': string;
|
|
13876
|
-
readonly 'description'?: string;
|
|
13877
|
-
readonly 'emails': string[];
|
|
13878
|
-
readonly 'variants': io.flow.experiment.internal.v0.unions.VariantForm[];
|
|
13879
|
-
readonly 'significance_action'?: io.flow.experiment.internal.v0.enums.SignificanceAction;
|
|
13880
|
-
readonly 'session_query'?: string;
|
|
13881
|
-
}
|
|
13882
|
-
|
|
13883
|
-
interface ExperimentFormDefault {
|
|
13884
|
-
readonly 'discriminator': io.flow.experiment.internal.v0.models.ExperimentFormDefaultDiscriminator;
|
|
13885
|
-
readonly 'variants'?: io.flow.experiment.internal.v0.models.ExperimentFormDefaultVariant[];
|
|
13886
|
-
}
|
|
13887
|
-
|
|
13888
|
-
interface ExperimentFormDefaultDiscriminator {
|
|
13889
|
-
readonly 'key': io.flow.experiment.internal.v0.enums.ExperimentDiscriminatorKey;
|
|
13890
|
-
readonly 'values': io.flow.experiment.internal.v0.models.ExperimentFormDefaultDiscriminatorValue[];
|
|
13891
|
-
}
|
|
13892
|
-
|
|
13893
|
-
interface ExperimentFormDefaultDiscriminatorValue {
|
|
13894
|
-
readonly 'key': string;
|
|
13895
|
-
readonly 'name': string;
|
|
13896
|
-
readonly 'scope': io.flow.experiment.internal.v0.enums.Scope;
|
|
13897
|
-
}
|
|
13898
|
-
|
|
13899
|
-
interface ExperimentFormDefaultVariant {
|
|
13900
|
-
readonly 'key': string;
|
|
13901
|
-
readonly 'name': string;
|
|
13902
|
-
readonly 'traffic_percentage'?: number;
|
|
13903
|
-
}
|
|
13904
|
-
|
|
13905
|
-
interface ExperimentMilestone {
|
|
13906
|
-
readonly 'id': string;
|
|
13907
|
-
readonly 'experiment': io.flow.experiment.internal.v0.models.ExperimentReference;
|
|
13908
|
-
readonly 'timestamp': string;
|
|
13909
|
-
readonly 'description': string;
|
|
13910
|
-
}
|
|
13911
|
-
|
|
13912
|
-
interface ExperimentMilestoneForm {
|
|
13913
|
-
readonly 'timestamp'?: string;
|
|
13914
|
-
readonly 'description': string;
|
|
13915
|
-
}
|
|
13916
|
-
|
|
13917
|
-
interface ExperimentReference {
|
|
13918
|
-
readonly 'key': string;
|
|
13919
|
-
}
|
|
13920
|
-
|
|
13921
|
-
interface ExperimentResults {
|
|
13922
|
-
readonly 'id': string;
|
|
13923
|
-
readonly 'experiment_key': string;
|
|
13924
|
-
readonly 'experiment_variant_key': string;
|
|
13925
|
-
readonly 'visitor_count': number;
|
|
13926
|
-
readonly 'visitors_with_transactions_count': number;
|
|
13927
|
-
readonly 'conversion_rate': number;
|
|
13928
|
-
readonly 'lower_bound': number;
|
|
13929
|
-
readonly 'upper_bound': number;
|
|
13930
|
-
readonly 'probability_of_being_best'?: number;
|
|
13931
|
-
readonly 'currency'?: string;
|
|
13932
|
-
readonly 'average_order_value'?: number;
|
|
13933
|
-
readonly 'revenue_generated'?: number;
|
|
13934
|
-
readonly 'total_order_count'?: number;
|
|
13935
|
-
readonly 'conversion_rate_uplift'?: number;
|
|
13936
|
-
readonly 'average_order_value_uplift'?: number;
|
|
13937
|
-
readonly 'revenue_generated_uplift'?: number;
|
|
13938
|
-
}
|
|
13939
|
-
|
|
13940
|
-
interface ExperimentResultsWithTimestamp {
|
|
13941
|
-
readonly 'timestamp': string;
|
|
13942
|
-
readonly 'results': io.flow.experiment.internal.v0.models.ExperimentResults[];
|
|
13943
|
-
}
|
|
13944
|
-
|
|
13945
|
-
interface ExperimentSessionQueryForm {
|
|
13946
|
-
readonly 'session_query'?: string;
|
|
13947
|
-
}
|
|
13948
|
-
|
|
13949
|
-
interface ExperimentVersion {
|
|
13950
|
-
readonly 'id': string;
|
|
13951
|
-
readonly 'timestamp': string;
|
|
13952
|
-
readonly 'type': io.flow.common.v0.enums.ChangeType;
|
|
13953
|
-
readonly 'experiment': io.flow.experiment.internal.v0.unions.Experiment;
|
|
13954
|
-
}
|
|
13955
|
-
|
|
13956
|
-
interface FeatureExperiment {
|
|
13957
|
-
readonly 'discriminator': 'feature';
|
|
13958
|
-
readonly 'id': string;
|
|
13959
|
-
readonly 'key': string;
|
|
13960
|
-
readonly 'name': string;
|
|
13961
|
-
readonly 'description'?: string;
|
|
13962
|
-
readonly 'status': io.flow.experiment.internal.v0.enums.Status;
|
|
13963
|
-
readonly 'emails': string[];
|
|
13964
|
-
readonly 'scope': io.flow.experiment.internal.v0.enums.Scope;
|
|
13965
|
-
readonly 'started_at'?: string;
|
|
13966
|
-
readonly 'ended_at'?: string;
|
|
13967
|
-
readonly 'variants': io.flow.experiment.internal.v0.models.FeatureVariant[];
|
|
13968
|
-
readonly 'transitions'?: io.flow.experiment.internal.v0.enums.Status[];
|
|
13969
|
-
readonly 'significance_action'?: io.flow.experiment.internal.v0.enums.SignificanceAction;
|
|
13970
|
-
readonly 'session_query'?: string;
|
|
13971
|
-
}
|
|
13972
|
-
|
|
13973
|
-
interface FeatureValueReference {
|
|
13974
|
-
readonly 'feature_key': string;
|
|
13975
|
-
readonly 'value': string;
|
|
13976
|
-
}
|
|
13977
|
-
|
|
13978
|
-
interface FeatureVariant {
|
|
13979
|
-
readonly 'discriminator': 'feature_variant';
|
|
13980
|
-
readonly 'value': io.flow.experiment.internal.v0.models.FeatureVariantSummary;
|
|
13981
|
-
readonly 'traffic_percentage': number;
|
|
13982
|
-
readonly 'experiment_results'?: io.flow.experiment.internal.v0.models.ExperimentResults;
|
|
13983
|
-
}
|
|
13984
|
-
|
|
13985
|
-
interface FeatureVariantForm {
|
|
13986
|
-
readonly 'discriminator': 'feature';
|
|
13987
|
-
readonly 'key': string;
|
|
13988
|
-
readonly 'traffic_percentage': number;
|
|
13989
|
-
}
|
|
13990
|
-
|
|
13991
|
-
interface FeatureVariantSummary {
|
|
13992
|
-
readonly 'key': string;
|
|
13993
|
-
readonly 'feature_value': io.flow.experiment.internal.v0.models.FeatureValueReference;
|
|
13994
|
-
readonly 'name'?: string;
|
|
13995
|
-
}
|
|
13996
|
-
}
|
|
13997
|
-
|
|
13998
|
-
declare namespace io.flow.experiment.internal.v0.unions {
|
|
13999
|
-
type Experiment = (io.flow.experiment.internal.v0.models.ExperienceExperiment | io.flow.experiment.internal.v0.models.FeatureExperiment);
|
|
14000
|
-
type Variant = (io.flow.experiment.internal.v0.models.ExperienceVariant | io.flow.experiment.internal.v0.models.FeatureVariant);
|
|
14001
|
-
type VariantForm = (io.flow.experiment.internal.v0.models.ExperienceVariantForm | io.flow.experiment.internal.v0.models.FeatureVariantForm);
|
|
14002
|
-
}
|
|
14003
|
-
|
|
14004
13779
|
declare namespace io.flow.internal.v0.enums {
|
|
14005
13780
|
type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
|
|
14006
13781
|
type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
|
|
@@ -14008,6 +13783,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14008
13783
|
type AddressConfigurationSettingProvinceCode = 'iso_3166_2' | 'name';
|
|
14009
13784
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
14010
13785
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
13786
|
+
type AldoItemType = 'physical' | 'digital';
|
|
14011
13787
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
14012
13788
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
14013
13789
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
|
|
@@ -14015,7 +13791,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14015
13791
|
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
14016
13792
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
14017
13793
|
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';
|
|
14018
|
-
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | '
|
|
13794
|
+
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio';
|
|
14019
13795
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
|
|
14020
13796
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
14021
13797
|
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'tax_refund' | 'duty_refund';
|
|
@@ -14050,7 +13826,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14050
13826
|
type ClassificationPlatform = 'GlobalE' | 'Flow' | 'Borderfree';
|
|
14051
13827
|
type ClassificationType = 'None' | 'Manual' | 'ML';
|
|
14052
13828
|
type ClothingAgeClassification = 'None' | 'AgeKidsGeneral' | 'Age0_10' | 'Age10_13' | 'Age13_14';
|
|
14053
|
-
type ColmItemType = 'physical' | 'digital';
|
|
14054
13829
|
type Company = 'globale' | 'flow';
|
|
14055
13830
|
type ComplianceType = 'weee';
|
|
14056
13831
|
type ContentElementType = 'markdown' | 'html' | 'plain_text' | 'href';
|
|
@@ -14083,7 +13858,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14083
13858
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
14084
13859
|
type EmptyAttribute = 'irrelevant';
|
|
14085
13860
|
type ErpFileType = 'vendor';
|
|
14086
|
-
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_markets_order_edit_summary_published' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
13861
|
+
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
14087
13862
|
type ExperienceImportType = 'experience_with_settings';
|
|
14088
13863
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
14089
13864
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -14209,6 +13984,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14209
13984
|
type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
|
|
14210
13985
|
type SnoozeNextActionWith = 'customer_service' | 'engineering';
|
|
14211
13986
|
type SnoozeSourceType = 'task' | 'invariant';
|
|
13987
|
+
type SourceTypeFilter = 'organization' | 'channel';
|
|
14212
13988
|
type StatementStatus = 'created' | 'no_transactions' | 'transactions_assigned' | 'statement_generated' | 'statement_regenerated' | 'failed';
|
|
14213
13989
|
type StatementTransferTransactionLocation = 'transactions_file' | 'summary';
|
|
14214
13990
|
type StatisticType = 'time-to-classify' | 'time-to-classify-aggregated' | 'rate-source' | 'rate-freshness';
|
|
@@ -14943,6 +14719,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14943
14719
|
readonly 'afterpay_refund': io.flow.internal.v0.models.AfterpayRefund;
|
|
14944
14720
|
}
|
|
14945
14721
|
|
|
14722
|
+
interface AldoItem {
|
|
14723
|
+
readonly 'id': string;
|
|
14724
|
+
readonly 'number': string;
|
|
14725
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
14726
|
+
readonly 'description'?: string;
|
|
14727
|
+
readonly 'type': io.flow.internal.v0.enums.AldoItemType;
|
|
14728
|
+
readonly 'added_on': string;
|
|
14729
|
+
}
|
|
14730
|
+
|
|
14731
|
+
interface AldoItemForm {
|
|
14732
|
+
readonly 'number': string;
|
|
14733
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
14734
|
+
readonly 'description'?: string;
|
|
14735
|
+
readonly 'type': io.flow.internal.v0.enums.AldoItemType;
|
|
14736
|
+
readonly 'added_on': string;
|
|
14737
|
+
}
|
|
14738
|
+
|
|
14946
14739
|
interface AlertErrorSummary {
|
|
14947
14740
|
readonly 'event_id': number;
|
|
14948
14741
|
readonly 'error': string;
|
|
@@ -16028,6 +15821,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16028
15821
|
readonly 'capabilities': io.flow.channel.v0.enums.ChannelCurrencyCapability[];
|
|
16029
15822
|
}
|
|
16030
15823
|
|
|
15824
|
+
interface ChannelCurrencyPairInternal {
|
|
15825
|
+
readonly 'channel_currency_pair': io.flow.channel.currency.v0.models.ChannelCurrencyPair;
|
|
15826
|
+
}
|
|
15827
|
+
|
|
16031
15828
|
interface ChannelCurrencySetting {
|
|
16032
15829
|
readonly 'id': string;
|
|
16033
15830
|
readonly 'channel_id': string;
|
|
@@ -16795,23 +16592,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16795
16592
|
readonly 'task': string;
|
|
16796
16593
|
}
|
|
16797
16594
|
|
|
16798
|
-
interface ColmItem {
|
|
16799
|
-
readonly 'id': string;
|
|
16800
|
-
readonly 'number': string;
|
|
16801
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
16802
|
-
readonly 'description'?: string;
|
|
16803
|
-
readonly 'type': io.flow.internal.v0.enums.ColmItemType;
|
|
16804
|
-
readonly 'added_on': string;
|
|
16805
|
-
}
|
|
16806
|
-
|
|
16807
|
-
interface ColmItemForm {
|
|
16808
|
-
readonly 'number': string;
|
|
16809
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
16810
|
-
readonly 'description'?: string;
|
|
16811
|
-
readonly 'type': io.flow.internal.v0.enums.ColmItemType;
|
|
16812
|
-
readonly 'added_on': string;
|
|
16813
|
-
}
|
|
16814
|
-
|
|
16815
16595
|
interface CommercialInvoiceComparison {
|
|
16816
16596
|
readonly 'urls': string[];
|
|
16817
16597
|
}
|
|
@@ -17062,6 +16842,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17062
16842
|
readonly 'identifiers': io.flow.internal.v0.models.OtherRecordIdentifiers;
|
|
17063
16843
|
readonly 'created_at': string;
|
|
17064
16844
|
readonly 'updated_at': string;
|
|
16845
|
+
readonly 'posted_at'?: string;
|
|
17065
16846
|
}
|
|
17066
16847
|
|
|
17067
16848
|
interface CurrencyInternalRate {
|
|
@@ -17196,6 +16977,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17196
16977
|
readonly 'transaction_id': string;
|
|
17197
16978
|
}
|
|
17198
16979
|
|
|
16980
|
+
interface DebugAdjustment {
|
|
16981
|
+
readonly 'transaction_id': string;
|
|
16982
|
+
readonly 'original_transaction': io.flow.internal.v0.models.DebugOriginalTransactionSummary;
|
|
16983
|
+
readonly 'description': string;
|
|
16984
|
+
}
|
|
16985
|
+
|
|
17199
16986
|
interface DebugBankingDetails {
|
|
17200
16987
|
readonly 'merchant': io.flow.internal.v0.models.MerchantDetails;
|
|
17201
16988
|
readonly 'account': io.flow.internal.v0.models.BankAccount;
|
|
@@ -17206,6 +16993,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17206
16993
|
readonly 'captures': io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
|
|
17207
16994
|
readonly 'refunds': io.flow.internal.v0.models.DebugPaymentTransactionSummary[];
|
|
17208
16995
|
readonly 'allocation': io.flow.experience.v0.models.AllocationV2;
|
|
16996
|
+
readonly 'adjustments': io.flow.internal.v0.models.DebugAdjustment[];
|
|
17209
16997
|
}
|
|
17210
16998
|
|
|
17211
16999
|
interface DebugFulfillmentDelta {
|
|
@@ -17220,6 +17008,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17220
17008
|
readonly 'carrier_tracking_number': string;
|
|
17221
17009
|
readonly 'label_tracking_summary_id'?: string;
|
|
17222
17010
|
readonly 'label_id'?: string;
|
|
17011
|
+
readonly 'cost_estimate'?: io.flow.label.v0.models.ShippingLabelHopSummary;
|
|
17223
17012
|
readonly 'transactions'?: io.flow.internal.v0.models.DebugLabelTransactionSummary[];
|
|
17224
17013
|
}
|
|
17225
17014
|
|
|
@@ -17240,11 +17029,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17240
17029
|
interface DebugOrderTransaction {
|
|
17241
17030
|
readonly 'order': io.flow.internal.v0.models.DebugOrder;
|
|
17242
17031
|
readonly 'debug': io.flow.internal.v0.models.DebugDetails;
|
|
17243
|
-
readonly 'transactions': io.flow.
|
|
17032
|
+
readonly 'transactions': io.flow.internal.v0.models.DebugOrderTransactionDetails[];
|
|
17244
17033
|
readonly 'reporting': io.flow.internal.v0.models.ReportingDetails;
|
|
17245
17034
|
readonly 'banking': io.flow.internal.v0.models.DebugBankingDetails;
|
|
17246
17035
|
}
|
|
17247
17036
|
|
|
17037
|
+
interface DebugOrderTransactionDetails {
|
|
17038
|
+
readonly 'transaction': io.flow.billing.v0.models.Transaction;
|
|
17039
|
+
readonly 'payout_details'?: io.flow.billing.v0.unions.PayoutStatus;
|
|
17040
|
+
}
|
|
17041
|
+
|
|
17248
17042
|
interface DebugOrderTransactionForm {
|
|
17249
17043
|
readonly 'order_id'?: string;
|
|
17250
17044
|
readonly 'organization_id'?: string;
|
|
@@ -17266,6 +17060,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17266
17060
|
readonly 'value'?: string;
|
|
17267
17061
|
}
|
|
17268
17062
|
|
|
17063
|
+
interface DebugOriginalTransactionSummary {
|
|
17064
|
+
readonly 'id': string;
|
|
17065
|
+
readonly 'source': io.flow.billing.v0.enums.TransactionSource;
|
|
17066
|
+
}
|
|
17067
|
+
|
|
17269
17068
|
interface DebugPaymentTransactionSummary {
|
|
17270
17069
|
readonly 'id': string;
|
|
17271
17070
|
readonly 'type': string;
|
|
@@ -17401,6 +17200,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17401
17200
|
readonly 'pickup_name': string;
|
|
17402
17201
|
}
|
|
17403
17202
|
|
|
17203
|
+
interface DhlEcommerceWebhook {
|
|
17204
|
+
readonly 'placeholder'?: boolean;
|
|
17205
|
+
}
|
|
17206
|
+
|
|
17404
17207
|
interface Dict {
|
|
17405
17208
|
readonly 'discriminator': 'dict';
|
|
17406
17209
|
readonly 'label': io.flow.internal.v0.models.ContentLabel;
|
|
@@ -19496,22 +19299,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19496
19299
|
readonly 'dimensions': io.flow.ratecard.v0.models.EstimatedDimensions;
|
|
19497
19300
|
}
|
|
19498
19301
|
|
|
19499
|
-
interface ItemDimensionEstimateDeletedV2 {
|
|
19500
|
-
readonly 'discriminator': 'item_dimension_estimate_deleted_v2';
|
|
19501
|
-
readonly 'event_id': string;
|
|
19502
|
-
readonly 'timestamp': string;
|
|
19503
|
-
readonly 'organization': string;
|
|
19504
|
-
readonly 'id': string;
|
|
19505
|
-
}
|
|
19506
|
-
|
|
19507
|
-
interface ItemDimensionEstimateUpsertedV2 {
|
|
19508
|
-
readonly 'discriminator': 'item_dimension_estimate_upserted_v2';
|
|
19509
|
-
readonly 'event_id': string;
|
|
19510
|
-
readonly 'timestamp': string;
|
|
19511
|
-
readonly 'organization': string;
|
|
19512
|
-
readonly 'estimate': io.flow.internal.v0.models.ItemDimensionEstimate;
|
|
19513
|
-
}
|
|
19514
|
-
|
|
19515
19302
|
interface ItemFilterResponse {
|
|
19516
19303
|
readonly 'filter': string;
|
|
19517
19304
|
readonly 'responses': io.flow.internal.v0.models.ItemFilterValueResponse[];
|
|
@@ -19771,7 +19558,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19771
19558
|
|
|
19772
19559
|
interface LabelGenerationSettings {
|
|
19773
19560
|
readonly 'id': string;
|
|
19774
|
-
readonly 'item_identifier'?: string;
|
|
19775
19561
|
readonly 'auto_generate_query'?: string;
|
|
19776
19562
|
readonly 'commercial_invoice_only_query'?: string;
|
|
19777
19563
|
}
|
|
@@ -21166,7 +20952,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21166
20952
|
}
|
|
21167
20953
|
|
|
21168
20954
|
interface OrderEditSummary {
|
|
21169
|
-
readonly 'external_order_edit_reference': string;
|
|
21170
20955
|
readonly 'edited_at': string;
|
|
21171
20956
|
}
|
|
21172
20957
|
|
|
@@ -21827,6 +21612,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21827
21612
|
readonly 'identifiers': io.flow.internal.v0.models.OtherRecordIdentifiers;
|
|
21828
21613
|
readonly 'created_at': string;
|
|
21829
21614
|
readonly 'updated_at': string;
|
|
21615
|
+
readonly 'posted_at'?: string;
|
|
21830
21616
|
}
|
|
21831
21617
|
|
|
21832
21618
|
interface OtherRecordAccount {
|
|
@@ -21925,7 +21711,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21925
21711
|
}
|
|
21926
21712
|
|
|
21927
21713
|
interface OtherRecordOrderSummary {
|
|
21928
|
-
readonly 'organization': io.flow.
|
|
21714
|
+
readonly 'organization': io.flow.internal.v0.models.OtherRecordOrganizationSummary;
|
|
21929
21715
|
readonly 'number': string;
|
|
21930
21716
|
readonly 'identifiers': io.flow.internal.v0.models.OtherRecordOrderSummaryIdentifiers;
|
|
21931
21717
|
}
|
|
@@ -21934,6 +21720,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21934
21720
|
readonly 'shopify_order_id'?: string;
|
|
21935
21721
|
}
|
|
21936
21722
|
|
|
21723
|
+
interface OtherRecordOrganizationSummary {
|
|
21724
|
+
readonly 'id': string;
|
|
21725
|
+
readonly 'status'?: io.flow.common.v0.enums.OrganizationStatus;
|
|
21726
|
+
}
|
|
21727
|
+
|
|
21937
21728
|
interface OtherRecordUpserted {
|
|
21938
21729
|
readonly 'discriminator': 'other_record_upserted';
|
|
21939
21730
|
readonly 'event_id': string;
|
|
@@ -22752,6 +22543,38 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22752
22543
|
readonly 'created_at': string;
|
|
22753
22544
|
}
|
|
22754
22545
|
|
|
22546
|
+
interface PspDistribution {
|
|
22547
|
+
readonly 'processor': io.flow.internal.v0.enums.Processor;
|
|
22548
|
+
readonly 'percentage': number;
|
|
22549
|
+
}
|
|
22550
|
+
|
|
22551
|
+
interface PspRoutingDistribution {
|
|
22552
|
+
readonly 'name': string;
|
|
22553
|
+
readonly 'environment'?: io.flow.common.v0.enums.Environment;
|
|
22554
|
+
readonly 'payment_methods': string[];
|
|
22555
|
+
readonly 'countries': string[];
|
|
22556
|
+
readonly 'currencies': string[];
|
|
22557
|
+
readonly 'region'?: string;
|
|
22558
|
+
readonly 'mcc'?: string;
|
|
22559
|
+
readonly 'is_returning_card'?: boolean;
|
|
22560
|
+
readonly 'priority': number;
|
|
22561
|
+
readonly 'distributions': io.flow.internal.v0.models.PspDistribution[];
|
|
22562
|
+
}
|
|
22563
|
+
|
|
22564
|
+
interface PspRoutingDistributionRevision {
|
|
22565
|
+
readonly 'id': string;
|
|
22566
|
+
readonly 'description'?: string;
|
|
22567
|
+
readonly 'psp_routing_distributions': io.flow.internal.v0.models.PspRoutingDistribution[];
|
|
22568
|
+
readonly 'created_at': string;
|
|
22569
|
+
readonly 'updated_at': string;
|
|
22570
|
+
}
|
|
22571
|
+
|
|
22572
|
+
interface PspRoutingDistributionRevisionForm {
|
|
22573
|
+
readonly 'previous_revision'?: string;
|
|
22574
|
+
readonly 'description'?: string;
|
|
22575
|
+
readonly 'psp_routing_distributions': io.flow.internal.v0.models.PspRoutingDistribution[];
|
|
22576
|
+
}
|
|
22577
|
+
|
|
22755
22578
|
interface PublicHub {
|
|
22756
22579
|
readonly 'id': string;
|
|
22757
22580
|
readonly 'code': string;
|
|
@@ -23274,6 +23097,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23274
23097
|
readonly 'account_number': string;
|
|
23275
23098
|
}
|
|
23276
23099
|
|
|
23100
|
+
interface ReportFilter {
|
|
23101
|
+
readonly 'source_type'?: io.flow.internal.v0.enums.SourceTypeFilter;
|
|
23102
|
+
}
|
|
23103
|
+
|
|
23277
23104
|
interface ReportForm {
|
|
23278
23105
|
readonly 'type': io.flow.internal.v0.enums.ReportType;
|
|
23279
23106
|
readonly 'from'?: string;
|
|
@@ -23282,6 +23109,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23282
23109
|
readonly 'organizations'?: io.flow.internal.v0.models.ReportOrganizationReference[];
|
|
23283
23110
|
readonly 'orders'?: io.flow.internal.v0.models.ReportOrderReference[];
|
|
23284
23111
|
readonly 'recipients'?: string[];
|
|
23112
|
+
readonly 'filter'?: io.flow.internal.v0.models.ReportFilter;
|
|
23285
23113
|
}
|
|
23286
23114
|
|
|
23287
23115
|
interface ReportMerchant {
|
|
@@ -24042,13 +23870,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24042
23870
|
readonly 'status': io.flow.experience.v0.enums.ExperienceStatus;
|
|
24043
23871
|
}
|
|
24044
23872
|
|
|
24045
|
-
interface SearchExperimentSummary {
|
|
24046
|
-
readonly 'discriminator': 'search_experiment_summary';
|
|
24047
|
-
readonly 'key': string;
|
|
24048
|
-
readonly 'name': string;
|
|
24049
|
-
readonly 'status': io.flow.experiment.internal.v0.enums.Status;
|
|
24050
|
-
}
|
|
24051
|
-
|
|
24052
23873
|
interface SearchItemSummary {
|
|
24053
23874
|
readonly 'discriminator': 'search_item_summary';
|
|
24054
23875
|
readonly 'number': string;
|
|
@@ -24332,19 +24153,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24332
24153
|
readonly 'shopify_markets_order': io.flow.internal.v0.models.ShopifyMarketsOrder;
|
|
24333
24154
|
}
|
|
24334
24155
|
|
|
24335
|
-
interface ShopifyMarketsOrderEditSummaryData {
|
|
24336
|
-
readonly 'channel_order_acceptance': io.flow.internal.v0.models.ChannelOrderAcceptance;
|
|
24337
|
-
readonly 'edited_at': string;
|
|
24338
|
-
}
|
|
24339
|
-
|
|
24340
|
-
interface ShopifyMarketsOrderEditSummaryPublished {
|
|
24341
|
-
readonly 'discriminator': 'shopify_markets_order_edit_summary_published';
|
|
24342
|
-
readonly 'event_id': string;
|
|
24343
|
-
readonly 'timestamp': string;
|
|
24344
|
-
readonly 'organization': string;
|
|
24345
|
-
readonly 'data': io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryData;
|
|
24346
|
-
}
|
|
24347
|
-
|
|
24348
24156
|
interface ShopifyMarketsOrderUpserted {
|
|
24349
24157
|
readonly 'discriminator': 'shopify_markets_order_upserted';
|
|
24350
24158
|
readonly 'event_id': string;
|
|
@@ -24990,6 +24798,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24990
24798
|
readonly 'spot_rate': io.flow.internal.v0.models.SpotRate;
|
|
24991
24799
|
}
|
|
24992
24800
|
|
|
24801
|
+
interface SppTrackerUpdateRequest {
|
|
24802
|
+
readonly 'id': string;
|
|
24803
|
+
readonly 'tracking_subscription': io.flow.internal.v0.models.TrackingSubscription;
|
|
24804
|
+
readonly 'created_at': string;
|
|
24805
|
+
}
|
|
24806
|
+
|
|
24807
|
+
interface SppTrackerUpdateRequestDeleted {
|
|
24808
|
+
readonly 'discriminator': 'spp_tracker_update_request_deleted';
|
|
24809
|
+
readonly 'event_id': string;
|
|
24810
|
+
readonly 'timestamp': string;
|
|
24811
|
+
readonly 'id': string;
|
|
24812
|
+
}
|
|
24813
|
+
|
|
24814
|
+
interface SppTrackerUpdateRequestUpserted {
|
|
24815
|
+
readonly 'discriminator': 'spp_tracker_update_request_upserted';
|
|
24816
|
+
readonly 'event_id': string;
|
|
24817
|
+
readonly 'timestamp': string;
|
|
24818
|
+
readonly 'spp_tracker_update_request': io.flow.internal.v0.models.SppTrackerUpdateRequest;
|
|
24819
|
+
}
|
|
24820
|
+
|
|
24993
24821
|
interface StandaloneAttachment {
|
|
24994
24822
|
readonly 'id': string;
|
|
24995
24823
|
readonly 'statement': io.flow.internal.v0.models.BillingStatementReference;
|
|
@@ -26179,7 +26007,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26179
26007
|
type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
|
|
26180
26008
|
type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
|
|
26181
26009
|
type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
|
|
26182
|
-
type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.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.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryPublished | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
26010
|
+
type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
26183
26011
|
type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
|
|
26184
26012
|
type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
|
|
26185
26013
|
type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
|
|
@@ -26193,7 +26021,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26193
26021
|
type FulfillmentProof = (io.flow.internal.v0.models.FulfillmentProofLabelTrackingReference | io.flow.internal.v0.models.FulfillmentProofShippingNotificationReference | io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference | io.flow.internal.v0.models.FulfillmentProofOrderCombinedShipmentReference);
|
|
26194
26022
|
type FulfillmentTrigger = (io.flow.internal.v0.models.FulfillmentTriggerProof | io.flow.internal.v0.models.FulfillmentTriggerTime);
|
|
26195
26023
|
type GenerateLoad = (io.flow.internal.v0.models.GenerateLoadSingleOrg | io.flow.internal.v0.models.GenerateLoadMultipleOrgs);
|
|
26196
|
-
type GlobalSearchResult = (io.flow.internal.v0.models.SearchExperienceSummary | io.flow.internal.v0.models.
|
|
26024
|
+
type GlobalSearchResult = (io.flow.internal.v0.models.SearchExperienceSummary | io.flow.internal.v0.models.SearchOrderSummary | io.flow.internal.v0.models.SearchItemSummary);
|
|
26197
26025
|
type IndexTaskType = (io.flow.internal.v0.models.CatalogItemIndexTask | io.flow.internal.v0.models.CatalogItemBatchIndexTask | io.flow.internal.v0.models.CatalogItemDeleteIndexTask | io.flow.internal.v0.models.ChangeSettingsIndexTask | io.flow.internal.v0.models.DeleteIndexTask);
|
|
26198
26026
|
type InlineAuthorizationParameters = (io.flow.internal.v0.models.KlarnaAuthorizationParameters);
|
|
26199
26027
|
type InternalAuthorizationDetails = (io.flow.internal.v0.models.InternalPaypalAuthorizationDetails | io.flow.internal.v0.models.InternalBitpayAuthorizationDetails | io.flow.internal.v0.models.InternalStripeAuthorizationDetails | io.flow.internal.v0.models.InternalAdyenAuthorizationDetails | io.flow.internal.v0.models.InternalAfterpayAuthorizationDetails | io.flow.internal.v0.models.InternalFiservAuthorizationDetails);
|
|
@@ -26246,6 +26074,7 @@ export const accountType: PropTypes.Requireable<io.flow.internal.v0.enums.Accoun
|
|
|
26246
26074
|
export const addressConfigurationSettingProvinceCode: PropTypes.Requireable<io.flow.internal.v0.enums.AddressConfigurationSettingProvinceCode>;
|
|
26247
26075
|
export const adjustmentTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.AdjustmentTransactionType>;
|
|
26248
26076
|
export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.AdyenIntegrationType>;
|
|
26077
|
+
export const aldoItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AldoItemType>;
|
|
26249
26078
|
export const anyDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.AnyDangerousGoods>;
|
|
26250
26079
|
export const apiCallReferenceId: PropTypes.Requireable<io.flow.internal.v0.enums.ApiCallReferenceId>;
|
|
26251
26080
|
export const autoRestrictRule: PropTypes.Requireable<io.flow.internal.v0.enums.AutoRestrictRule>;
|
|
@@ -26288,7 +26117,6 @@ export const classificationErrorCode: PropTypes.Requireable<io.flow.internal.v0.
|
|
|
26288
26117
|
export const classificationPlatform: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationPlatform>;
|
|
26289
26118
|
export const classificationType: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationType>;
|
|
26290
26119
|
export const clothingAgeClassification: PropTypes.Requireable<io.flow.internal.v0.enums.ClothingAgeClassification>;
|
|
26291
|
-
export const colmItemType: PropTypes.Requireable<io.flow.internal.v0.enums.ColmItemType>;
|
|
26292
26120
|
export const company: PropTypes.Requireable<io.flow.internal.v0.enums.Company>;
|
|
26293
26121
|
export const complianceType: PropTypes.Requireable<io.flow.internal.v0.enums.ComplianceType>;
|
|
26294
26122
|
export const contentElementType: PropTypes.Requireable<io.flow.internal.v0.enums.ContentElementType>;
|
|
@@ -26447,6 +26275,7 @@ export const shopifyService: PropTypes.Requireable<io.flow.internal.v0.enums.Sho
|
|
|
26447
26275
|
export const simpleRoundingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.SimpleRoundingStrategy>;
|
|
26448
26276
|
export const snoozeNextActionWith: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeNextActionWith>;
|
|
26449
26277
|
export const snoozeSourceType: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeSourceType>;
|
|
26278
|
+
export const sourceTypeFilter: PropTypes.Requireable<io.flow.internal.v0.enums.SourceTypeFilter>;
|
|
26450
26279
|
export const statementStatus: PropTypes.Requireable<io.flow.internal.v0.enums.StatementStatus>;
|
|
26451
26280
|
export const statementTransferTransactionLocation: PropTypes.Requireable<io.flow.internal.v0.enums.StatementTransferTransactionLocation>;
|
|
26452
26281
|
export const statisticType: PropTypes.Requireable<io.flow.internal.v0.enums.StatisticType>;
|
|
@@ -26554,6 +26383,8 @@ export const afterpayCaptureUpserted: PropTypes.Requireable<io.flow.internal.v0.
|
|
|
26554
26383
|
export const afterpayRefund: PropTypes.Requireable<io.flow.internal.v0.models.AfterpayRefund>;
|
|
26555
26384
|
export const afterpayRefundDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AfterpayRefundDeleted>;
|
|
26556
26385
|
export const afterpayRefundUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AfterpayRefundUpserted>;
|
|
26386
|
+
export const aldoItem: PropTypes.Requireable<io.flow.internal.v0.models.AldoItem>;
|
|
26387
|
+
export const aldoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemForm>;
|
|
26557
26388
|
export const alertErrorSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertErrorSummary>;
|
|
26558
26389
|
export const alertFailureSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertFailureSummary>;
|
|
26559
26390
|
export const alertFailureSummaryDetail: PropTypes.Requireable<io.flow.internal.v0.models.AlertFailureSummaryDetail>;
|
|
@@ -26702,6 +26533,7 @@ export const channelBilledTransactionReference: PropTypes.Requireable<io.flow.in
|
|
|
26702
26533
|
export const channelBilledTransactionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelBilledTransactionUpserted>;
|
|
26703
26534
|
export const channelBillingStatement: PropTypes.Requireable<io.flow.internal.v0.models.ChannelBillingStatement>;
|
|
26704
26535
|
export const channelCurrencyForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelCurrencyForm>;
|
|
26536
|
+
export const channelCurrencyPairInternal: PropTypes.Requireable<io.flow.internal.v0.models.ChannelCurrencyPairInternal>;
|
|
26705
26537
|
export const channelCurrencySetting: PropTypes.Requireable<io.flow.internal.v0.models.ChannelCurrencySetting>;
|
|
26706
26538
|
export const channelCurrencySettingDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelCurrencySettingDeleted>;
|
|
26707
26539
|
export const channelCurrencySettingForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelCurrencySettingForm>;
|
|
@@ -26806,8 +26638,6 @@ export const classifiedProduct: PropTypes.Requireable<io.flow.internal.v0.models
|
|
|
26806
26638
|
export const classifiedProductDetail: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProductDetail>;
|
|
26807
26639
|
export const cliLogEntry: PropTypes.Requireable<io.flow.internal.v0.models.CliLogEntry>;
|
|
26808
26640
|
export const cliLogEntryForm: PropTypes.Requireable<io.flow.internal.v0.models.CliLogEntryForm>;
|
|
26809
|
-
export const colmItem: PropTypes.Requireable<io.flow.internal.v0.models.ColmItem>;
|
|
26810
|
-
export const colmItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ColmItemForm>;
|
|
26811
26641
|
export const commercialInvoiceComparison: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceComparison>;
|
|
26812
26642
|
export const commercialInvoiceInternal: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceInternal>;
|
|
26813
26643
|
export const commercialInvoiceInternalDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceInternalDeleted>;
|
|
@@ -26855,6 +26685,7 @@ export const dailyValue: PropTypes.Requireable<io.flow.internal.v0.models.DailyV
|
|
|
26855
26685
|
export const dailyValueDeleted: PropTypes.Requireable<io.flow.internal.v0.models.DailyValueDeleted>;
|
|
26856
26686
|
export const dailyValueUpserted: PropTypes.Requireable<io.flow.internal.v0.models.DailyValueUpserted>;
|
|
26857
26687
|
export const debugAccountingTransaction: PropTypes.Requireable<io.flow.internal.v0.models.DebugAccountingTransaction>;
|
|
26688
|
+
export const debugAdjustment: PropTypes.Requireable<io.flow.internal.v0.models.DebugAdjustment>;
|
|
26858
26689
|
export const debugBankingDetails: PropTypes.Requireable<io.flow.internal.v0.models.DebugBankingDetails>;
|
|
26859
26690
|
export const debugDetails: PropTypes.Requireable<io.flow.internal.v0.models.DebugDetails>;
|
|
26860
26691
|
export const debugFulfillmentDelta: PropTypes.Requireable<io.flow.internal.v0.models.DebugFulfillmentDelta>;
|
|
@@ -26862,8 +26693,10 @@ export const debugLabel: PropTypes.Requireable<io.flow.internal.v0.models.DebugL
|
|
|
26862
26693
|
export const debugLabelTransactionSummary: PropTypes.Requireable<io.flow.internal.v0.models.DebugLabelTransactionSummary>;
|
|
26863
26694
|
export const debugOrder: PropTypes.Requireable<io.flow.internal.v0.models.DebugOrder>;
|
|
26864
26695
|
export const debugOrderTransaction: PropTypes.Requireable<io.flow.internal.v0.models.DebugOrderTransaction>;
|
|
26696
|
+
export const debugOrderTransactionDetails: PropTypes.Requireable<io.flow.internal.v0.models.DebugOrderTransactionDetails>;
|
|
26865
26697
|
export const debugOrderTransactionForm: PropTypes.Requireable<io.flow.internal.v0.models.DebugOrderTransactionForm>;
|
|
26866
26698
|
export const debugOrderTransactionFormOrderIdentifier: PropTypes.Requireable<io.flow.internal.v0.models.DebugOrderTransactionFormOrderIdentifier>;
|
|
26699
|
+
export const debugOriginalTransactionSummary: PropTypes.Requireable<io.flow.internal.v0.models.DebugOriginalTransactionSummary>;
|
|
26867
26700
|
export const debugPaymentTransactionSummary: PropTypes.Requireable<io.flow.internal.v0.models.DebugPaymentTransactionSummary>;
|
|
26868
26701
|
export const debugTransactionDetails: PropTypes.Requireable<io.flow.internal.v0.models.DebugTransactionDetails>;
|
|
26869
26702
|
export const debugTransactionDetailsStatus: PropTypes.Requireable<io.flow.internal.v0.models.DebugTransactionDetailsStatus>;
|
|
@@ -26886,6 +26719,7 @@ export const deliveredDutyPreferenceForm: PropTypes.Requireable<io.flow.internal
|
|
|
26886
26719
|
export const destinationError: PropTypes.Requireable<io.flow.internal.v0.models.DestinationError>;
|
|
26887
26720
|
export const dhl: PropTypes.Requireable<io.flow.internal.v0.models.Dhl>;
|
|
26888
26721
|
export const dhlEcommerce: PropTypes.Requireable<io.flow.internal.v0.models.DhlEcommerce>;
|
|
26722
|
+
export const dhlEcommerceWebhook: PropTypes.Requireable<io.flow.internal.v0.models.DhlEcommerceWebhook>;
|
|
26889
26723
|
export const dict: PropTypes.Requireable<io.flow.internal.v0.models.Dict>;
|
|
26890
26724
|
export const dimensionEstimateOpsInput: PropTypes.Requireable<io.flow.internal.v0.models.DimensionEstimateOpsInput>;
|
|
26891
26725
|
export const discount: PropTypes.Requireable<io.flow.internal.v0.models.Discount>;
|
|
@@ -27149,8 +26983,6 @@ export const itemClassificationSummary: PropTypes.Requireable<io.flow.internal.v
|
|
|
27149
26983
|
export const itemClassificationV2: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassificationV2>;
|
|
27150
26984
|
export const itemCustomsDetails: PropTypes.Requireable<io.flow.internal.v0.models.ItemCustomsDetails>;
|
|
27151
26985
|
export const itemDimensionEstimate: PropTypes.Requireable<io.flow.internal.v0.models.ItemDimensionEstimate>;
|
|
27152
|
-
export const itemDimensionEstimateDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2>;
|
|
27153
|
-
export const itemDimensionEstimateUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2>;
|
|
27154
26986
|
export const itemFilterResponse: PropTypes.Requireable<io.flow.internal.v0.models.ItemFilterResponse>;
|
|
27155
26987
|
export const itemFilterValueResponse: PropTypes.Requireable<io.flow.internal.v0.models.ItemFilterValueResponse>;
|
|
27156
26988
|
export const itemFilterValuesForm: PropTypes.Requireable<io.flow.internal.v0.models.ItemFilterValuesForm>;
|
|
@@ -27468,6 +27300,7 @@ export const otherRecordMetadataShippingLabelRevenueShare: PropTypes.Requireable
|
|
|
27468
27300
|
export const otherRecordMetadataTrueup: PropTypes.Requireable<io.flow.internal.v0.models.OtherRecordMetadataTrueup>;
|
|
27469
27301
|
export const otherRecordOrderSummary: PropTypes.Requireable<io.flow.internal.v0.models.OtherRecordOrderSummary>;
|
|
27470
27302
|
export const otherRecordOrderSummaryIdentifiers: PropTypes.Requireable<io.flow.internal.v0.models.OtherRecordOrderSummaryIdentifiers>;
|
|
27303
|
+
export const otherRecordOrganizationSummary: PropTypes.Requireable<io.flow.internal.v0.models.OtherRecordOrganizationSummary>;
|
|
27471
27304
|
export const otherRecordUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OtherRecordUpserted>;
|
|
27472
27305
|
export const otherRecordWithholdings: PropTypes.Requireable<io.flow.internal.v0.models.OtherRecordWithholdings>;
|
|
27473
27306
|
export const partner: PropTypes.Requireable<io.flow.internal.v0.models.Partner>;
|
|
@@ -27571,6 +27404,10 @@ export const proofOfPostingOrderCancellation: PropTypes.Requireable<io.flow.inte
|
|
|
27571
27404
|
export const proofOfPostingOrderCombinedShipment: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment>;
|
|
27572
27405
|
export const proofOfPostingShippingNotification: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingShippingNotification>;
|
|
27573
27406
|
export const proofOfPostingTimeElapsed: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingTimeElapsed>;
|
|
27407
|
+
export const pspDistribution: PropTypes.Requireable<io.flow.internal.v0.models.PspDistribution>;
|
|
27408
|
+
export const pspRoutingDistribution: PropTypes.Requireable<io.flow.internal.v0.models.PspRoutingDistribution>;
|
|
27409
|
+
export const pspRoutingDistributionRevision: PropTypes.Requireable<io.flow.internal.v0.models.PspRoutingDistributionRevision>;
|
|
27410
|
+
export const pspRoutingDistributionRevisionForm: PropTypes.Requireable<io.flow.internal.v0.models.PspRoutingDistributionRevisionForm>;
|
|
27574
27411
|
export const publicHub: PropTypes.Requireable<io.flow.internal.v0.models.PublicHub>;
|
|
27575
27412
|
export const publicHubForm: PropTypes.Requireable<io.flow.internal.v0.models.PublicHubForm>;
|
|
27576
27413
|
export const quote: PropTypes.Requireable<io.flow.internal.v0.models.Quote>;
|
|
@@ -27642,6 +27479,7 @@ export const report: PropTypes.Requireable<io.flow.internal.v0.models.Report>;
|
|
|
27642
27479
|
export const reportAccount: PropTypes.Requireable<io.flow.internal.v0.models.ReportAccount>;
|
|
27643
27480
|
export const reportBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.ReportBankAccount>;
|
|
27644
27481
|
export const reportBankAccountCleartext: PropTypes.Requireable<io.flow.internal.v0.models.ReportBankAccountCleartext>;
|
|
27482
|
+
export const reportFilter: PropTypes.Requireable<io.flow.internal.v0.models.ReportFilter>;
|
|
27645
27483
|
export const reportForm: PropTypes.Requireable<io.flow.internal.v0.models.ReportForm>;
|
|
27646
27484
|
export const reportMerchant: PropTypes.Requireable<io.flow.internal.v0.models.ReportMerchant>;
|
|
27647
27485
|
export const reportOrderReference: PropTypes.Requireable<io.flow.internal.v0.models.ReportOrderReference>;
|
|
@@ -27742,7 +27580,6 @@ export const screeningStatusChangeUpserted: PropTypes.Requireable<io.flow.intern
|
|
|
27742
27580
|
export const searchAuthorization: PropTypes.Requireable<io.flow.internal.v0.models.SearchAuthorization>;
|
|
27743
27581
|
export const searchCustomerSummary: PropTypes.Requireable<io.flow.internal.v0.models.SearchCustomerSummary>;
|
|
27744
27582
|
export const searchExperienceSummary: PropTypes.Requireable<io.flow.internal.v0.models.SearchExperienceSummary>;
|
|
27745
|
-
export const searchExperimentSummary: PropTypes.Requireable<io.flow.internal.v0.models.SearchExperimentSummary>;
|
|
27746
27583
|
export const searchItemSummary: PropTypes.Requireable<io.flow.internal.v0.models.SearchItemSummary>;
|
|
27747
27584
|
export const searchOrderSummary: PropTypes.Requireable<io.flow.internal.v0.models.SearchOrderSummary>;
|
|
27748
27585
|
export const searchProviderExport: PropTypes.Requireable<io.flow.internal.v0.models.SearchProviderExport>;
|
|
@@ -27790,8 +27627,6 @@ export const shopifyMarketsMetricsDeleted: PropTypes.Requireable<io.flow.interna
|
|
|
27790
27627
|
export const shopifyMarketsMetricsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted>;
|
|
27791
27628
|
export const shopifyMarketsOrder: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrder>;
|
|
27792
27629
|
export const shopifyMarketsOrderDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderDeleted>;
|
|
27793
|
-
export const shopifyMarketsOrderEditSummaryData: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryData>;
|
|
27794
|
-
export const shopifyMarketsOrderEditSummaryPublished: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryPublished>;
|
|
27795
27630
|
export const shopifyMarketsOrderUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderUpserted>;
|
|
27796
27631
|
export const shopifyMarketsOrderVersionWithShopId: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId>;
|
|
27797
27632
|
export const shopifyMarketsOrdersMetrics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrdersMetrics>;
|
|
@@ -27885,6 +27720,9 @@ export const spotRateMetadataIdentity: PropTypes.Requireable<io.flow.internal.v0
|
|
|
27885
27720
|
export const spotRateMetadataRate: PropTypes.Requireable<io.flow.internal.v0.models.SpotRateMetadataRate>;
|
|
27886
27721
|
export const spotRateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SpotRateUpserted>;
|
|
27887
27722
|
export const spotRateVersion: PropTypes.Requireable<io.flow.internal.v0.models.SpotRateVersion>;
|
|
27723
|
+
export const sppTrackerUpdateRequest: PropTypes.Requireable<io.flow.internal.v0.models.SppTrackerUpdateRequest>;
|
|
27724
|
+
export const sppTrackerUpdateRequestDeleted: PropTypes.Requireable<io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted>;
|
|
27725
|
+
export const sppTrackerUpdateRequestUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted>;
|
|
27888
27726
|
export const standaloneAttachment: PropTypes.Requireable<io.flow.internal.v0.models.StandaloneAttachment>;
|
|
27889
27727
|
export const standaloneAttachmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.StandaloneAttachmentDeleted>;
|
|
27890
27728
|
export const standaloneAttachmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.StandaloneAttachmentUpserted>;
|