@flowio/api-internal-prop-types 9.24.67 → 9.24.69
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 +234 -212
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +234 -212
- package/src/api-internal.js +613 -572
package/src/api-internal.d.ts
CHANGED
|
@@ -2140,6 +2140,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2140
2140
|
readonly 'id': string;
|
|
2141
2141
|
readonly 'amount': number;
|
|
2142
2142
|
readonly 'amount_refunded': number;
|
|
2143
|
+
readonly 'authorization_code'?: string;
|
|
2143
2144
|
readonly 'captured': boolean;
|
|
2144
2145
|
readonly 'created': number;
|
|
2145
2146
|
readonly 'currency': string;
|
|
@@ -2190,6 +2191,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2190
2191
|
readonly 'id': string;
|
|
2191
2192
|
readonly 'amount': number;
|
|
2192
2193
|
readonly 'amount_refunded': number;
|
|
2194
|
+
readonly 'authorization_code'?: string;
|
|
2193
2195
|
readonly 'captured': boolean;
|
|
2194
2196
|
readonly 'created': number;
|
|
2195
2197
|
readonly 'currency': string;
|
|
@@ -2761,9 +2763,11 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2761
2763
|
}
|
|
2762
2764
|
|
|
2763
2765
|
interface ThreeDSecureCharge {
|
|
2766
|
+
readonly 'authenticated'?: boolean;
|
|
2764
2767
|
readonly 'authentication_flow'?: io.flow.stripe.v0.enums.ThreeDsAuthenticationFlow;
|
|
2765
2768
|
readonly 'result'?: io.flow.stripe.v0.enums.ThreeDsResult;
|
|
2766
2769
|
readonly 'result_reason'?: io.flow.stripe.v0.enums.ThreeDsResultReason;
|
|
2770
|
+
readonly 'succeeded'?: boolean;
|
|
2767
2771
|
readonly 'version'?: string;
|
|
2768
2772
|
}
|
|
2769
2773
|
|
|
@@ -5795,7 +5799,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
5795
5799
|
readonly 'key': string;
|
|
5796
5800
|
readonly 'namespace': string;
|
|
5797
5801
|
readonly 'value': string;
|
|
5798
|
-
readonly '
|
|
5802
|
+
readonly 'type': io.flow.shopify.markets.v0.enums.ShopifyOrderValueType;
|
|
5799
5803
|
readonly 'description'?: string;
|
|
5800
5804
|
}
|
|
5801
5805
|
|
|
@@ -5959,6 +5963,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
5959
5963
|
readonly 'id': number;
|
|
5960
5964
|
readonly 'shipping_address'?: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
|
|
5961
5965
|
readonly 'note_attributes'?: io.flow.shopify.markets.v0.models.ShopifyOrderAttribute[];
|
|
5966
|
+
readonly 'metafields'?: io.flow.shopify.markets.v0.models.ShopifyOrderMetafieldForm[];
|
|
5962
5967
|
}
|
|
5963
5968
|
|
|
5964
5969
|
interface ShopifyWebhookCustomersDataRequest {
|
|
@@ -6225,7 +6230,7 @@ declare namespace io.flow.payment.gateway.v0.enums {
|
|
|
6225
6230
|
type PaymentFailureCode = 'action_expired' | 'action_cancelled' | 'action_failed' | 'authorization_declined' | 'not_supported' | 'fraudulent' | 'error' | 'payment_checks_declined';
|
|
6226
6231
|
type PaymentMethodDataOptionType = 'ideal_issuer_option';
|
|
6227
6232
|
type PaymentRequestReviewCheckStatus = 'passed' | 'failed';
|
|
6228
|
-
type PaymentRequestReviewCheckType = 'restricted_party_screening' | 'fraud_suspicious_behavior' | 'fraud_suspicious_past_activity' | 'fraud_risky_velocity' | 'fraud_previous_chargebacks' | 'order_restricted_goods' | 'order_unsupported_destination' | 'order_missing_information' | 'order_domestic';
|
|
6233
|
+
type PaymentRequestReviewCheckType = 'restricted_party_screening' | 'fraud_suspicious_behavior' | 'fraud_suspicious_past_activity' | 'fraud_risky_velocity' | 'fraud_previous_chargebacks' | 'order_restricted_goods' | 'order_unsupported_destination' | 'order_missing_information' | 'order_domestic' | 'order_mismatched_currencies';
|
|
6229
6234
|
type PaymentRequestReviewStatus = 'pending' | 'approved' | 'rejected';
|
|
6230
6235
|
type PaymentStatus = 'requires_payment_method' | 'requires_action' | 'processing' | 'cancelled' | 'expired' | 'authorized' | 'reversed' | 'captured' | 'refunded' | 'in_dispute' | 'charged_back';
|
|
6231
6236
|
type PaymentType = 'card' | 'klarna' | 'googlepay' | 'paypal' | 'applepay' | 'ideal' | 'sofort' | 'afterpay' | 'bancontact';
|
|
@@ -7564,7 +7569,7 @@ declare namespace io.flow.experience.v0.enums {
|
|
|
7564
7569
|
type ExperiencePaymentMethodTag = 'display';
|
|
7565
7570
|
type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
|
|
7566
7571
|
type OrderErrorCode = 'generic_error' | 'order_item_not_available' | 'order_identifier_error' | 'authorization_invalid' | 'domestic_shipping_unavailable' | 'shipping_unavailable' | 'value_threshold_exceeded' | 'invalid_currency' | 'invalid_country' | 'invalid_region' | 'invalid_language' | 'item_out_of_stock' | 'gift_card_not_accepted' | 'total_changed';
|
|
7567
|
-
type OrderPaymentType = 'card' | 'online' | 'credit' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
|
|
7572
|
+
type OrderPaymentType = 'card' | 'online' | 'credit' | 'external' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
|
|
7568
7573
|
type OrderRefundSummaryIncludes = 'duties' | 'vat' | 'shipping';
|
|
7569
7574
|
type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
|
|
7570
7575
|
type OrderStatus = 'open' | 'submitted';
|
|
@@ -9322,8 +9327,7 @@ declare namespace io.flow.error.v0.models {
|
|
|
9322
9327
|
}
|
|
9323
9328
|
|
|
9324
9329
|
declare namespace io.flow.billing.RESERVED_WORD_true.up.v0.enums {
|
|
9325
|
-
type TrueUpSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak';
|
|
9326
|
-
type WeightSelection = 'dead' | 'dimensional';
|
|
9330
|
+
type TrueUpSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction';
|
|
9327
9331
|
}
|
|
9328
9332
|
|
|
9329
9333
|
declare namespace io.flow.billing.RESERVED_WORD_true.up.v0.models {
|
|
@@ -9347,11 +9351,44 @@ declare namespace io.flow.billing.RESERVED_WORD_true.up.v0.models {
|
|
|
9347
9351
|
readonly 'metadata': io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelMetadata;
|
|
9348
9352
|
}
|
|
9349
9353
|
|
|
9354
|
+
interface LabelInvoiceResponseFile {
|
|
9355
|
+
readonly 'id': string;
|
|
9356
|
+
readonly 'url': string;
|
|
9357
|
+
readonly 'created_at': string;
|
|
9358
|
+
readonly 'result'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelInvoiceResponseFileResult;
|
|
9359
|
+
}
|
|
9360
|
+
|
|
9361
|
+
interface LabelInvoiceResponseFileForm {
|
|
9362
|
+
readonly 'url': string;
|
|
9363
|
+
}
|
|
9364
|
+
|
|
9365
|
+
interface LabelInvoiceResponseFileResult {
|
|
9366
|
+
readonly 'processed_at': string;
|
|
9367
|
+
readonly 'number_lines_successful': number;
|
|
9368
|
+
readonly 'number_lines_with_errors': number;
|
|
9369
|
+
readonly 'errors_url'?: string;
|
|
9370
|
+
}
|
|
9371
|
+
|
|
9372
|
+
interface LabelInvoiceResponseForm {
|
|
9373
|
+
readonly 'id': string;
|
|
9374
|
+
readonly 'label_invoice_request_id': string;
|
|
9375
|
+
readonly 'units': io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelResponseUnits;
|
|
9376
|
+
readonly 'base': io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelBase;
|
|
9377
|
+
readonly 'surcharges': io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelSurchargeForm;
|
|
9378
|
+
readonly 'total': number;
|
|
9379
|
+
}
|
|
9380
|
+
|
|
9350
9381
|
interface LabelMetadata {
|
|
9351
9382
|
readonly 'ratecard': io.flow.billing.RESERVED_WORD_true.up.v0.models.MetadataRatecard;
|
|
9352
9383
|
readonly 'weights': io.flow.billing.RESERVED_WORD_true.up.v0.models.MetadataWeights;
|
|
9353
9384
|
}
|
|
9354
9385
|
|
|
9386
|
+
interface LabelResponseUnits {
|
|
9387
|
+
readonly 'currency': string;
|
|
9388
|
+
readonly 'weight': io.flow.units.v0.enums.UnitOfWeight;
|
|
9389
|
+
readonly 'length'?: io.flow.units.v0.enums.UnitOfLength;
|
|
9390
|
+
}
|
|
9391
|
+
|
|
9355
9392
|
interface LabelSurcharge {
|
|
9356
9393
|
readonly 'amount': number;
|
|
9357
9394
|
readonly 'type': io.flow.billing.RESERVED_WORD_true.up.v0.enums.TrueUpSurchargeType;
|
|
@@ -9373,6 +9410,22 @@ declare namespace io.flow.billing.RESERVED_WORD_true.up.v0.models {
|
|
|
9373
9410
|
readonly 'percentage': number;
|
|
9374
9411
|
}
|
|
9375
9412
|
|
|
9413
|
+
interface LabelSurchargeForm {
|
|
9414
|
+
readonly 'fuel'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelSurchargeSingleForm;
|
|
9415
|
+
readonly 'remote_area'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelSurchargeSingleForm;
|
|
9416
|
+
readonly 'oversize'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelSurchargeSingleForm;
|
|
9417
|
+
readonly 'duties_paid'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelSurchargeSingleForm;
|
|
9418
|
+
readonly 'emergency'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelSurchargeSingleForm;
|
|
9419
|
+
readonly 'peak'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelSurchargeSingleForm;
|
|
9420
|
+
readonly 'address_correction'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.LabelSurchargeSingleForm;
|
|
9421
|
+
}
|
|
9422
|
+
|
|
9423
|
+
interface LabelSurchargeSingleForm {
|
|
9424
|
+
readonly 'amount': number;
|
|
9425
|
+
readonly 'percentage'?: number;
|
|
9426
|
+
readonly 'fee_per_weight_unit'?: number;
|
|
9427
|
+
}
|
|
9428
|
+
|
|
9376
9429
|
interface LabelUnits {
|
|
9377
9430
|
readonly 'currency': string;
|
|
9378
9431
|
readonly 'weight': io.flow.units.v0.enums.UnitOfWeight;
|
|
@@ -9390,7 +9443,6 @@ declare namespace io.flow.billing.RESERVED_WORD_true.up.v0.models {
|
|
|
9390
9443
|
}
|
|
9391
9444
|
|
|
9392
9445
|
interface MetadataWeights {
|
|
9393
|
-
readonly 'selected': io.flow.billing.RESERVED_WORD_true.up.v0.enums.WeightSelection;
|
|
9394
9446
|
readonly 'dead'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.WeightsDead;
|
|
9395
9447
|
readonly 'dimensional'?: io.flow.billing.RESERVED_WORD_true.up.v0.models.WeightsDimensional;
|
|
9396
9448
|
}
|
|
@@ -9451,6 +9503,7 @@ declare namespace io.flow.shopify.merchant.config.v0.models {
|
|
|
9451
9503
|
readonly 'discriminator': 'know_your_business_usa';
|
|
9452
9504
|
readonly 'id': string;
|
|
9453
9505
|
readonly 'organization_id': string;
|
|
9506
|
+
readonly 'shop'?: io.flow.merchant.onboarding.v0.models.Shop;
|
|
9454
9507
|
readonly 'primary_entity': io.flow.shopify.merchant.config.v0.unions.Entity;
|
|
9455
9508
|
readonly 'parent_company'?: io.flow.shopify.merchant.config.v0.models.Company;
|
|
9456
9509
|
readonly 'ultimate_parent_company'?: io.flow.shopify.merchant.config.v0.models.Company;
|
|
@@ -10578,7 +10631,9 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
10578
10631
|
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
10579
10632
|
type StatementAttachmentType = 'csv';
|
|
10580
10633
|
type TransactionPayoutPendingReason = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'external_fulfillment_missing_tracking_info' | 'waiting_for_positive_account_balance';
|
|
10581
|
-
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
|
|
10634
|
+
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'trueup' | 'shipping_label_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
|
|
10635
|
+
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl';
|
|
10636
|
+
type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction';
|
|
10582
10637
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
10583
10638
|
}
|
|
10584
10639
|
|
|
@@ -10823,10 +10878,41 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10823
10878
|
readonly 'request_method'?: io.flow.label.v0.enums.LabelRequestMethod;
|
|
10824
10879
|
}
|
|
10825
10880
|
|
|
10881
|
+
interface TransactionMetadataTrueup {
|
|
10882
|
+
readonly 'discriminator': 'trueup';
|
|
10883
|
+
readonly 'estimate': io.flow.billing.v0.models.TransactionMetadataTrueupData;
|
|
10884
|
+
readonly 'actual': io.flow.billing.v0.models.TransactionMetadataTrueupData;
|
|
10885
|
+
}
|
|
10886
|
+
|
|
10887
|
+
interface TransactionMetadataTrueupData {
|
|
10888
|
+
readonly 'source': io.flow.billing.v0.enums.TrueupSource;
|
|
10889
|
+
readonly 'units': io.flow.billing.v0.models.TrueupLabelUnits;
|
|
10890
|
+
readonly 'base': io.flow.billing.v0.models.TrueupLabelBase;
|
|
10891
|
+
readonly 'surcharges': io.flow.billing.v0.models.TrueupLabelSurcharge[];
|
|
10892
|
+
readonly 'total': number;
|
|
10893
|
+
}
|
|
10894
|
+
|
|
10826
10895
|
interface TransactionReference {
|
|
10827
10896
|
readonly 'id': string;
|
|
10828
10897
|
}
|
|
10829
10898
|
|
|
10899
|
+
interface TrueupLabelBase {
|
|
10900
|
+
readonly 'amount': number;
|
|
10901
|
+
readonly 'weight': number;
|
|
10902
|
+
}
|
|
10903
|
+
|
|
10904
|
+
interface TrueupLabelSurcharge {
|
|
10905
|
+
readonly 'amount': number;
|
|
10906
|
+
readonly 'type': io.flow.billing.v0.enums.TrueupSurchargeType;
|
|
10907
|
+
readonly 'percentage'?: number;
|
|
10908
|
+
readonly 'per_weight_unit'?: number;
|
|
10909
|
+
}
|
|
10910
|
+
|
|
10911
|
+
interface TrueupLabelUnits {
|
|
10912
|
+
readonly 'weight': io.flow.units.v0.enums.UnitOfWeight;
|
|
10913
|
+
readonly 'length'?: io.flow.units.v0.enums.UnitOfLength;
|
|
10914
|
+
}
|
|
10915
|
+
|
|
10830
10916
|
interface WithholdingDeduction {
|
|
10831
10917
|
readonly 'type': io.flow.billing.v0.enums.WithholdingDeductionType;
|
|
10832
10918
|
readonly 'amount': number;
|
|
@@ -10838,7 +10924,7 @@ declare namespace io.flow.billing.v0.unions {
|
|
|
10838
10924
|
type BankAccountForm = (io.flow.billing.v0.models.BankAccountFormInfo | io.flow.billing.v0.models.BankAccountFormSimple);
|
|
10839
10925
|
type PayoutStatus = (io.flow.billing.v0.models.PayoutStatusScheduled | io.flow.billing.v0.models.PayoutStatusSent | io.flow.billing.v0.models.PayoutStatusFailed);
|
|
10840
10926
|
type Settlement = (io.flow.billing.v0.models.SettlementNoPayout | io.flow.billing.v0.models.SettlementPayout);
|
|
10841
|
-
type TransactionMetadata = (io.flow.billing.v0.models.TransactionMetadataShippingLabel);
|
|
10927
|
+
type TransactionMetadata = (io.flow.billing.v0.models.TransactionMetadataShippingLabel | io.flow.billing.v0.models.TransactionMetadataTrueup);
|
|
10842
10928
|
}
|
|
10843
10929
|
|
|
10844
10930
|
declare namespace io.flow.harmonization.v0.enums {
|
|
@@ -12105,6 +12191,7 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
12105
12191
|
readonly 'current_state': io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
12106
12192
|
readonly 'started_at'?: string;
|
|
12107
12193
|
readonly 'time_blocked'?: number;
|
|
12194
|
+
readonly 'time_in_setup'?: number;
|
|
12108
12195
|
readonly 'blocked_since'?: string;
|
|
12109
12196
|
readonly 'completed_at'?: string;
|
|
12110
12197
|
readonly 'onboarding_started_at'?: string;
|
|
@@ -12496,11 +12583,11 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12496
12583
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-0522d426a5b741c791ba05496c35297a';
|
|
12497
12584
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
12498
12585
|
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';
|
|
12499
|
-
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_total' | '
|
|
12586
|
+
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_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_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_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_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_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_transactions_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_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_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_record_snooze_count' | 'queued_record_snooze_ending_in_48_hours_count' | 'statements_no_payout_count' | 'statements_no_payout_total' | 'statements_pending_payout_count' | 'statements_pending_payout_total' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count';
|
|
12500
12587
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'all';
|
|
12501
12588
|
type BillingStatementBatchFileKey = 'summary';
|
|
12502
12589
|
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
12503
|
-
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';
|
|
12590
|
+
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';
|
|
12504
12591
|
type BlazeCheckoutEvent = 'begin_checkout' | 'select_promotion' | 'add_shipping_info' | 'add_payment_info' | 'purchase';
|
|
12505
12592
|
type BlazeCheckoutStep = 'customer_info' | 'delivery' | 'payment';
|
|
12506
12593
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
@@ -12510,7 +12597,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12510
12597
|
type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
|
|
12511
12598
|
type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
|
|
12512
12599
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
12513
|
-
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | '
|
|
12600
|
+
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
12514
12601
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies';
|
|
12515
12602
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
12516
12603
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
@@ -12618,7 +12705,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12618
12705
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
12619
12706
|
type EmptyAttribute = 'irrelevant';
|
|
12620
12707
|
type ErpFileType = 'vendor';
|
|
12621
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | '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' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_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' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
12708
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | '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' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_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' | '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' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
12622
12709
|
type ExperienceImportType = 'experience_with_settings';
|
|
12623
12710
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
12624
12711
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -12651,7 +12738,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12651
12738
|
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
12652
12739
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
12653
12740
|
type LabelGenerationAddressFailureStatus = 'in_review' | 'resolved' | 'unresolved';
|
|
12654
|
-
type LabelInputSource = 'estimate';
|
|
12655
12741
|
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_system';
|
|
12656
12742
|
type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
|
|
12657
12743
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
@@ -12707,7 +12793,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12707
12793
|
type PromptCheckoutDisplayPosition = 'email' | 'submission';
|
|
12708
12794
|
type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
|
|
12709
12795
|
type PromptTarget = 'browse' | 'checkout';
|
|
12710
|
-
type QueuedRecordType = 'capture' | 'capture_deletion' | 'channel_transaction' | '
|
|
12796
|
+
type QueuedRecordType = 'capture' | 'capture_deletion' | 'channel_transaction' | 'consumer_invoice' | 'fulfillment_in_transit' | 'fulfillment_shipping_notification' | 'fulfillment_external' | 'label_tracking_summary' | 'label_invoice_request' | 'label_invoice_response' | 'label_invoice_response_file' | 'label_origin' | 'order' | 'order_identifier' | 'organization_onboarding_state' | 'refund' | 'refund_deletion' | 'refund_over_capture' | 'sales_record' | 'statement_batch' | 'statement_email' | 'statement_summary_email';
|
|
12711
12797
|
type QuoteRequestType = 'generate' | 'delete' | 'update_currency_rate' | 'update_country';
|
|
12712
12798
|
type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
|
|
12713
12799
|
type RateSource = 'calculated' | 'market';
|
|
@@ -12750,7 +12836,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12750
12836
|
type Status = 'draft' | 'scheduled' | 'live' | 'ended' | 'archived';
|
|
12751
12837
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
12752
12838
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
12753
|
-
type SurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid';
|
|
12754
12839
|
type TariffEligibilityType = 'rex';
|
|
12755
12840
|
type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults';
|
|
12756
12841
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
@@ -12760,10 +12845,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12760
12845
|
type TrackingIntegrationType = 'api' | 'bulk' | 'aftership';
|
|
12761
12846
|
type TransactionPostingMethod = 'time' | 'proof';
|
|
12762
12847
|
type TransferMethod = 'ach';
|
|
12763
|
-
type TrueUpSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak';
|
|
12848
|
+
type TrueUpSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction';
|
|
12849
|
+
type TrueupTransactionType = 'adjustment' | 'reversal' | 'trueup';
|
|
12764
12850
|
type UnclassifiedProductStatus = 'ignored' | 'escalated' | 'requeued' | 'unverified' | 'queued' | 'unconfident';
|
|
12765
|
-
type WashCarrierActualFileStatus = 'pending' | 'processing' | 'processed' | 'failed';
|
|
12766
|
-
type WeightSelection = 'dead' | 'dimensional';
|
|
12767
12851
|
}
|
|
12768
12852
|
|
|
12769
12853
|
declare namespace io.flow.internal.v0.models {
|
|
@@ -12819,15 +12903,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12819
12903
|
readonly 'rate': number;
|
|
12820
12904
|
}
|
|
12821
12905
|
|
|
12822
|
-
interface AccountForm {
|
|
12823
|
-
readonly 'timezone': string;
|
|
12824
|
-
readonly 'payment_schedule': io.flow.common.v0.unions.RepeatSchedule;
|
|
12825
|
-
readonly 'payment_conditions'?: string;
|
|
12826
|
-
readonly 'deposit_rule'?: io.flow.internal.v0.models.AccountDepositRuleForm;
|
|
12827
|
-
readonly 'center_key'?: string;
|
|
12828
|
-
readonly 'bank_account_id'?: string;
|
|
12829
|
-
}
|
|
12830
|
-
|
|
12831
12906
|
interface AccountOrdersExportRequest {
|
|
12832
12907
|
readonly 'discriminator': 'account_orders_export_request';
|
|
12833
12908
|
readonly 'event_id': string;
|
|
@@ -12852,6 +12927,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12852
12927
|
readonly 'transaction_created_before'?: string;
|
|
12853
12928
|
}
|
|
12854
12929
|
|
|
12930
|
+
interface AccountOrigin {
|
|
12931
|
+
readonly 'country': string;
|
|
12932
|
+
}
|
|
12933
|
+
|
|
12855
12934
|
interface AccountProcessingRateForm {
|
|
12856
12935
|
readonly 'query': string;
|
|
12857
12936
|
readonly 'capture': number;
|
|
@@ -13790,6 +13869,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13790
13869
|
readonly 'channel_billed': io.flow.common.v0.models.Price;
|
|
13791
13870
|
readonly 'tax': io.flow.common.v0.models.Price;
|
|
13792
13871
|
readonly 'duty': io.flow.common.v0.models.Price;
|
|
13872
|
+
readonly 'trueup': io.flow.common.v0.models.Price;
|
|
13793
13873
|
readonly 'ending_balance': io.flow.common.v0.models.Price;
|
|
13794
13874
|
}
|
|
13795
13875
|
|
|
@@ -14320,6 +14400,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14320
14400
|
interface ChannelAccount {
|
|
14321
14401
|
readonly 'channel': io.flow.common.v0.models.ChannelReference;
|
|
14322
14402
|
readonly 'id': string;
|
|
14403
|
+
readonly 'key'?: string;
|
|
14404
|
+
readonly 'origin'?: io.flow.internal.v0.models.AccountOrigin;
|
|
14323
14405
|
readonly 'currency': string;
|
|
14324
14406
|
readonly 'updated_at': string;
|
|
14325
14407
|
readonly 'timezone': io.flow.reference.v0.models.Timezone;
|
|
@@ -17043,132 +17125,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17043
17125
|
readonly 'signature_secret': string;
|
|
17044
17126
|
}
|
|
17045
17127
|
|
|
17046
|
-
interface CsvActual {
|
|
17047
|
-
readonly 'id': string;
|
|
17048
|
-
readonly 'currency': string;
|
|
17049
|
-
readonly 'base_amount': number;
|
|
17050
|
-
readonly 'surcharges': io.flow.internal.v0.models.CsvSurcharges;
|
|
17051
|
-
readonly 'total': number;
|
|
17052
|
-
readonly 'weight_unit': io.flow.units.v0.enums.UnitOfWeight;
|
|
17053
|
-
readonly 'weight': number;
|
|
17054
|
-
readonly 'ratecard': io.flow.internal.v0.models.CsvActualRatecard;
|
|
17055
|
-
}
|
|
17056
|
-
|
|
17057
|
-
interface CsvActualRatecard {
|
|
17058
|
-
readonly 'base_amount'?: number;
|
|
17059
|
-
}
|
|
17060
|
-
|
|
17061
|
-
interface CsvDimensions {
|
|
17062
|
-
readonly 'unit': io.flow.units.v0.enums.UnitOfLength;
|
|
17063
|
-
readonly 'length': number;
|
|
17064
|
-
readonly 'width': number;
|
|
17065
|
-
readonly 'depth': number;
|
|
17066
|
-
}
|
|
17067
|
-
|
|
17068
|
-
interface CsvFlowRatecard {
|
|
17069
|
-
readonly 'id': string;
|
|
17070
|
-
readonly 'number': string;
|
|
17071
|
-
readonly 'owner': io.flow.fulfillment.v0.enums.RatecardOwner;
|
|
17072
|
-
readonly 'lane': io.flow.internal.v0.models.LaneReference;
|
|
17073
|
-
readonly 'dim_factor': number;
|
|
17074
|
-
readonly 'surcharges': io.flow.internal.v0.models.CsvFlowRatecardSurcharges;
|
|
17075
|
-
readonly 'base_amount'?: number;
|
|
17076
|
-
}
|
|
17077
|
-
|
|
17078
|
-
interface CsvFlowRatecardSurcharges {
|
|
17079
|
-
readonly 'fuel'?: io.flow.internal.v0.models.CsvServiceFee;
|
|
17080
|
-
readonly 'remote_area'?: io.flow.internal.v0.models.CsvServiceFee;
|
|
17081
|
-
readonly 'oversize'?: io.flow.internal.v0.models.CsvServiceFee;
|
|
17082
|
-
readonly 'duties_paid'?: io.flow.internal.v0.models.CsvServiceFee;
|
|
17083
|
-
}
|
|
17084
|
-
|
|
17085
|
-
interface CsvGlobalEProposition {
|
|
17086
|
-
readonly 'name': string;
|
|
17087
|
-
}
|
|
17088
|
-
|
|
17089
|
-
interface CsvGlobalEShippingMethod {
|
|
17090
|
-
readonly 'id': string;
|
|
17091
|
-
readonly 'proposition': io.flow.internal.v0.models.CsvGlobalEProposition;
|
|
17092
|
-
}
|
|
17093
|
-
|
|
17094
|
-
interface CsvInput {
|
|
17095
|
-
readonly 'id': string;
|
|
17096
|
-
readonly 'source': io.flow.internal.v0.enums.LabelInputSource;
|
|
17097
|
-
readonly 'currency': string;
|
|
17098
|
-
readonly 'base_amount': number;
|
|
17099
|
-
readonly 'surcharges': io.flow.internal.v0.models.CsvSurcharges;
|
|
17100
|
-
readonly 'total': number;
|
|
17101
|
-
readonly 'weight_unit': io.flow.units.v0.enums.UnitOfWeight;
|
|
17102
|
-
readonly 'weight': number;
|
|
17103
|
-
readonly 'variance': number;
|
|
17104
|
-
}
|
|
17105
|
-
|
|
17106
|
-
interface CsvLabel {
|
|
17107
|
-
readonly 'id': string;
|
|
17108
|
-
readonly 'cost': io.flow.internal.v0.models.CsvLabelCost;
|
|
17109
|
-
readonly 'created_at': string;
|
|
17110
|
-
readonly 'request_method'?: io.flow.label.v0.enums.LabelRequestMethod;
|
|
17111
|
-
readonly 'trigger_method'?: io.flow.label.v0.enums.LabelTriggerMethod;
|
|
17112
|
-
}
|
|
17113
|
-
|
|
17114
|
-
interface CsvLabelCost {
|
|
17115
|
-
readonly 'amount': number;
|
|
17116
|
-
readonly 'currency': string;
|
|
17117
|
-
readonly 'source': io.flow.label.v0.enums.CostEstimateSource;
|
|
17118
|
-
}
|
|
17119
|
-
|
|
17120
|
-
interface CsvOrder {
|
|
17121
|
-
readonly 'organization': io.flow.internal.v0.models.OrganizationReference;
|
|
17122
|
-
readonly 'number': string;
|
|
17123
|
-
readonly 'destination': io.flow.experience.v0.models.OrderAddress;
|
|
17124
|
-
readonly 'delivered_duty': io.flow.common.v0.enums.DeliveredDuty;
|
|
17125
|
-
readonly 'tax': io.flow.common.v0.models.Money;
|
|
17126
|
-
readonly 'duty': io.flow.common.v0.models.Money;
|
|
17127
|
-
readonly 'total': io.flow.common.v0.models.Money;
|
|
17128
|
-
readonly 'number_items': number;
|
|
17129
|
-
}
|
|
17130
|
-
|
|
17131
|
-
interface CsvRecord {
|
|
17132
|
-
readonly 'label': io.flow.internal.v0.models.CsvLabel;
|
|
17133
|
-
readonly 'carrier_service_id': string;
|
|
17134
|
-
readonly 'carrier_tracking_number': string;
|
|
17135
|
-
readonly 'order': io.flow.internal.v0.models.CsvOrder;
|
|
17136
|
-
readonly 'flow_ratecard': io.flow.internal.v0.models.CsvFlowRatecard;
|
|
17137
|
-
readonly 'global_e_shipping_method'?: io.flow.internal.v0.models.CsvGlobalEShippingMethod;
|
|
17138
|
-
readonly 'weight': io.flow.internal.v0.models.CsvWeight;
|
|
17139
|
-
readonly 'dimensions': io.flow.internal.v0.models.CsvDimensions;
|
|
17140
|
-
readonly 'input'?: io.flow.internal.v0.models.CsvInput;
|
|
17141
|
-
readonly 'actual'?: io.flow.internal.v0.models.CsvActual;
|
|
17142
|
-
readonly 'variance'?: number;
|
|
17143
|
-
readonly 'deltas': string[];
|
|
17144
|
-
readonly 'outliers': string[];
|
|
17145
|
-
}
|
|
17146
|
-
|
|
17147
|
-
interface CsvServiceFee {
|
|
17148
|
-
readonly 'amount'?: number;
|
|
17149
|
-
readonly 'currency'?: string;
|
|
17150
|
-
readonly 'percentage'?: number;
|
|
17151
|
-
}
|
|
17152
|
-
|
|
17153
|
-
interface CsvSurchargePercentage {
|
|
17154
|
-
readonly 'percentage': number;
|
|
17155
|
-
readonly 'amount': number;
|
|
17156
|
-
}
|
|
17157
|
-
|
|
17158
|
-
interface CsvSurcharges {
|
|
17159
|
-
readonly 'fuel': io.flow.internal.v0.models.CsvSurchargePercentage;
|
|
17160
|
-
readonly 'remote_area': number;
|
|
17161
|
-
readonly 'oversize': number;
|
|
17162
|
-
readonly 'duties_paid': number;
|
|
17163
|
-
}
|
|
17164
|
-
|
|
17165
|
-
interface CsvWeight {
|
|
17166
|
-
readonly 'unit': io.flow.units.v0.enums.UnitOfWeight;
|
|
17167
|
-
readonly 'provided': number;
|
|
17168
|
-
readonly 'dimensional': number;
|
|
17169
|
-
readonly 'lookup': number;
|
|
17170
|
-
}
|
|
17171
|
-
|
|
17172
17128
|
interface CurrencyInternalRate {
|
|
17173
17129
|
readonly 'id': string;
|
|
17174
17130
|
readonly 'organization_id': string;
|
|
@@ -17386,6 +17342,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17386
17342
|
readonly 'authorization_id'?: string;
|
|
17387
17343
|
readonly 'posting_proof_id'?: string;
|
|
17388
17344
|
readonly 'label_tracking_summary_id'?: string;
|
|
17345
|
+
readonly 'shipping_notification_id'?: string;
|
|
17346
|
+
readonly 'external_fulfillment_proof_id'?: string;
|
|
17389
17347
|
}
|
|
17390
17348
|
|
|
17391
17349
|
interface DebugOrderTransactionFormOrderIdentifier {
|
|
@@ -18707,6 +18665,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18707
18665
|
interface FlowAccount {
|
|
18708
18666
|
readonly 'source': io.flow.internal.v0.models.AccountSource;
|
|
18709
18667
|
readonly 'id': string;
|
|
18668
|
+
readonly 'key'?: string;
|
|
18669
|
+
readonly 'origin'?: io.flow.internal.v0.models.AccountOrigin;
|
|
18710
18670
|
readonly 'currency': string;
|
|
18711
18671
|
readonly 'updated_at': string;
|
|
18712
18672
|
readonly 'timezone': io.flow.reference.v0.models.Timezone;
|
|
@@ -18982,6 +18942,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18982
18942
|
readonly 'shipping': io.flow.internal.v0.models.FulfillmentShipping;
|
|
18983
18943
|
readonly 'shopper': io.flow.internal.v0.models.ShopperSummary;
|
|
18984
18944
|
readonly 'merchant': io.flow.internal.v0.models.MerchantSummary;
|
|
18945
|
+
readonly 'proof': io.flow.internal.v0.unions.FulfillmentProof;
|
|
18946
|
+
readonly 'responsible_party': io.flow.internal.v0.enums.ResponsibleParty;
|
|
18985
18947
|
readonly 'completes_order': boolean;
|
|
18986
18948
|
readonly 'sequence_number': number;
|
|
18987
18949
|
readonly 'business'?: io.flow.internal.v0.models.FulfillmentBusiness;
|
|
@@ -20672,6 +20634,33 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20672
20634
|
readonly 'label_invoice_request': io.flow.internal.v0.models.LabelInvoiceRequest;
|
|
20673
20635
|
}
|
|
20674
20636
|
|
|
20637
|
+
interface LabelInvoiceResponseFile {
|
|
20638
|
+
readonly 'id': string;
|
|
20639
|
+
readonly 'url': string;
|
|
20640
|
+
readonly 'created_at': string;
|
|
20641
|
+
readonly 'result'?: io.flow.internal.v0.models.LabelInvoiceResponseFileResult;
|
|
20642
|
+
}
|
|
20643
|
+
|
|
20644
|
+
interface LabelInvoiceResponseFileForm {
|
|
20645
|
+
readonly 'url': string;
|
|
20646
|
+
}
|
|
20647
|
+
|
|
20648
|
+
interface LabelInvoiceResponseFileResult {
|
|
20649
|
+
readonly 'processed_at': string;
|
|
20650
|
+
readonly 'number_lines_successful': number;
|
|
20651
|
+
readonly 'number_lines_with_errors': number;
|
|
20652
|
+
readonly 'errors_url'?: string;
|
|
20653
|
+
}
|
|
20654
|
+
|
|
20655
|
+
interface LabelInvoiceResponseForm {
|
|
20656
|
+
readonly 'id': string;
|
|
20657
|
+
readonly 'label_invoice_request_id': string;
|
|
20658
|
+
readonly 'units': io.flow.internal.v0.models.LabelResponseUnits;
|
|
20659
|
+
readonly 'base': io.flow.internal.v0.models.LabelBase;
|
|
20660
|
+
readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
|
|
20661
|
+
readonly 'total': number;
|
|
20662
|
+
}
|
|
20663
|
+
|
|
20675
20664
|
interface LabelMetadata {
|
|
20676
20665
|
readonly 'ratecard': io.flow.internal.v0.models.MetadataRatecard;
|
|
20677
20666
|
readonly 'weights': io.flow.internal.v0.models.MetadataWeights;
|
|
@@ -20707,6 +20696,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20707
20696
|
readonly 'label_request_error': io.flow.internal.v0.models.LabelRequestError;
|
|
20708
20697
|
}
|
|
20709
20698
|
|
|
20699
|
+
interface LabelResponseUnits {
|
|
20700
|
+
readonly 'currency': string;
|
|
20701
|
+
readonly 'weight': io.flow.units.v0.enums.UnitOfWeight;
|
|
20702
|
+
readonly 'length'?: io.flow.units.v0.enums.UnitOfLength;
|
|
20703
|
+
}
|
|
20704
|
+
|
|
20710
20705
|
interface LabelSummary {
|
|
20711
20706
|
readonly 'id': string;
|
|
20712
20707
|
readonly 'commercial_invoice'?: string;
|
|
@@ -20742,6 +20737,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20742
20737
|
readonly 'percentage': number;
|
|
20743
20738
|
}
|
|
20744
20739
|
|
|
20740
|
+
interface LabelSurchargeForm {
|
|
20741
|
+
readonly 'fuel'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20742
|
+
readonly 'remote_area'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20743
|
+
readonly 'oversize'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20744
|
+
readonly 'duties_paid'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20745
|
+
readonly 'emergency'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20746
|
+
readonly 'peak'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20747
|
+
readonly 'address_correction'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20748
|
+
}
|
|
20749
|
+
|
|
20750
|
+
interface LabelSurchargeSingleForm {
|
|
20751
|
+
readonly 'amount': number;
|
|
20752
|
+
readonly 'percentage'?: number;
|
|
20753
|
+
readonly 'fee_per_weight_unit'?: number;
|
|
20754
|
+
}
|
|
20755
|
+
|
|
20745
20756
|
interface LabelTaxonomy {
|
|
20746
20757
|
readonly 'discriminator': 'item';
|
|
20747
20758
|
readonly 'item_type': string;
|
|
@@ -20830,10 +20841,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20830
20841
|
readonly 'region': string;
|
|
20831
20842
|
}
|
|
20832
20843
|
|
|
20833
|
-
interface LaneReference {
|
|
20834
|
-
readonly 'id': string;
|
|
20835
|
-
}
|
|
20836
|
-
|
|
20837
20844
|
interface LevyRateSummary {
|
|
20838
20845
|
readonly 'id': string;
|
|
20839
20846
|
readonly 'number': string;
|
|
@@ -21568,7 +21575,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21568
21575
|
|
|
21569
21576
|
interface MerchantSubsidies {
|
|
21570
21577
|
readonly 'fees': io.flow.internal.v0.models.ShopperFees;
|
|
21571
|
-
readonly 'shipping': number;
|
|
21572
21578
|
readonly 'tax': number;
|
|
21573
21579
|
readonly 'duty': number;
|
|
21574
21580
|
readonly 'total': number;
|
|
@@ -21592,7 +21598,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21592
21598
|
}
|
|
21593
21599
|
|
|
21594
21600
|
interface MetadataWeights {
|
|
21595
|
-
readonly 'selected': io.flow.internal.v0.enums.WeightSelection;
|
|
21596
21601
|
readonly 'dead'?: io.flow.internal.v0.models.WeightsDead;
|
|
21597
21602
|
readonly 'dimensional'?: io.flow.internal.v0.models.WeightsDimensional;
|
|
21598
21603
|
}
|
|
@@ -21653,6 +21658,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21653
21658
|
|
|
21654
21659
|
interface OnboardingOrganization {
|
|
21655
21660
|
readonly 'age': number;
|
|
21661
|
+
readonly 'setup_time': number;
|
|
21656
21662
|
readonly 'compliance_approved': boolean;
|
|
21657
21663
|
readonly 'compliance_full_review_required': boolean;
|
|
21658
21664
|
readonly 'application_received': string;
|
|
@@ -21809,6 +21815,38 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21809
21815
|
readonly 'evidence': io.flow.internal.v0.unions.OrderCancellationEvidence;
|
|
21810
21816
|
}
|
|
21811
21817
|
|
|
21818
|
+
interface OrderCombinedShipment {
|
|
21819
|
+
readonly 'id': string;
|
|
21820
|
+
readonly 'label_id': string;
|
|
21821
|
+
readonly 'carrier_id': string;
|
|
21822
|
+
readonly 'service_id': string;
|
|
21823
|
+
readonly 'order_number': string;
|
|
21824
|
+
readonly 'provided_carrier_name'?: string;
|
|
21825
|
+
readonly 'carrier_tracking_number': string;
|
|
21826
|
+
}
|
|
21827
|
+
|
|
21828
|
+
interface OrderCombinedShipmentDeleted {
|
|
21829
|
+
readonly 'discriminator': 'order_combined_shipment_deleted';
|
|
21830
|
+
readonly 'event_id': string;
|
|
21831
|
+
readonly 'timestamp': string;
|
|
21832
|
+
readonly 'organization': string;
|
|
21833
|
+
readonly 'id': string;
|
|
21834
|
+
}
|
|
21835
|
+
|
|
21836
|
+
interface OrderCombinedShipmentForm {
|
|
21837
|
+
readonly 'order_number': string;
|
|
21838
|
+
readonly 'provided_carrier_name'?: string;
|
|
21839
|
+
readonly 'carrier_tracking_number': string;
|
|
21840
|
+
}
|
|
21841
|
+
|
|
21842
|
+
interface OrderCombinedShipmentUpserted {
|
|
21843
|
+
readonly 'discriminator': 'order_combined_shipment_upserted';
|
|
21844
|
+
readonly 'event_id': string;
|
|
21845
|
+
readonly 'timestamp': string;
|
|
21846
|
+
readonly 'organization': string;
|
|
21847
|
+
readonly 'order_combined_shipment': io.flow.internal.v0.models.OrderCombinedShipment;
|
|
21848
|
+
}
|
|
21849
|
+
|
|
21812
21850
|
interface OrderDetail {
|
|
21813
21851
|
readonly 'order': io.flow.experience.v0.models.Order;
|
|
21814
21852
|
readonly 'status': io.flow.experience.v0.enums.OrderStatus;
|
|
@@ -21979,6 +22017,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21979
22017
|
interface OrganizationAccount {
|
|
21980
22018
|
readonly 'organization': io.flow.common.v0.models.OrganizationReference;
|
|
21981
22019
|
readonly 'id': string;
|
|
22020
|
+
readonly 'key'?: string;
|
|
22021
|
+
readonly 'origin'?: io.flow.internal.v0.models.AccountOrigin;
|
|
21982
22022
|
readonly 'currency': string;
|
|
21983
22023
|
readonly 'updated_at': string;
|
|
21984
22024
|
readonly 'timezone': io.flow.reference.v0.models.Timezone;
|
|
@@ -22214,10 +22254,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22214
22254
|
readonly 'organization_payment_setting': io.flow.internal.v0.models.OrganizationPaymentSetting;
|
|
22215
22255
|
}
|
|
22216
22256
|
|
|
22217
|
-
interface OrganizationReference {
|
|
22218
|
-
readonly 'id': string;
|
|
22219
|
-
}
|
|
22220
|
-
|
|
22221
22257
|
interface OrganizationRestrictionNoteForm {
|
|
22222
22258
|
readonly 'note': string;
|
|
22223
22259
|
readonly 'note_type': io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
|
|
@@ -23612,11 +23648,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23612
23648
|
readonly 'hs_code'?: string;
|
|
23613
23649
|
readonly 'merchant_category_code'?: string;
|
|
23614
23650
|
readonly 'notes': io.flow.internal.v0.models.OrganizationRestrictionStatusNote[];
|
|
23651
|
+
readonly 'last_year_xborder_gmv'?: io.flow.common.v0.models.Money;
|
|
23652
|
+
readonly 'last_year_domestic_gmv'?: io.flow.common.v0.models.Money;
|
|
23615
23653
|
}
|
|
23616
23654
|
|
|
23617
23655
|
interface RestrictionOrganizationDecisionSummary {
|
|
23618
23656
|
readonly 'organization': io.flow.internal.v0.models.RestrictionOrganization;
|
|
23619
23657
|
readonly 'earliest_pending_date': string;
|
|
23658
|
+
readonly 'priority_score': number;
|
|
23620
23659
|
readonly 'date': string;
|
|
23621
23660
|
readonly 'statuses': io.flow.internal.v0.models.RestrictionStatusMetadata[];
|
|
23622
23661
|
readonly 'rules': io.flow.internal.v0.models.RestrictionRuleMetadata[];
|
|
@@ -24237,6 +24276,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24237
24276
|
readonly 'shopify_tracking_number': io.flow.internal.v0.models.ShopifyMonitoringTrackingNumber;
|
|
24238
24277
|
readonly 'shopify_carrier_service'?: io.flow.internal.v0.models.ShopifyMonitoringCarrierService;
|
|
24239
24278
|
readonly 'fulfillment_created_at'?: string;
|
|
24279
|
+
readonly 'flow_label_id'?: string;
|
|
24240
24280
|
}
|
|
24241
24281
|
|
|
24242
24282
|
interface ShopifyMonitoringFulfillmentMissingDetails {
|
|
@@ -24522,6 +24562,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24522
24562
|
readonly 'remote_area': number;
|
|
24523
24563
|
readonly 'oversize': number;
|
|
24524
24564
|
readonly 'ccf': number;
|
|
24565
|
+
readonly 'emergency': number;
|
|
24566
|
+
readonly 'peak': number;
|
|
24525
24567
|
readonly 'total': number;
|
|
24526
24568
|
}
|
|
24527
24569
|
|
|
@@ -24945,12 +24987,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24945
24987
|
readonly 'values': io.flow.internal.v0.models.LabelAliases[];
|
|
24946
24988
|
}
|
|
24947
24989
|
|
|
24948
|
-
interface Surcharge {
|
|
24949
|
-
readonly 'amount'?: number;
|
|
24950
|
-
readonly 'percentage'?: number;
|
|
24951
|
-
readonly 'type': io.flow.internal.v0.enums.SurchargeType;
|
|
24952
|
-
}
|
|
24953
|
-
|
|
24954
24990
|
interface SvbVirtualCardClearing {
|
|
24955
24991
|
readonly 'id': string;
|
|
24956
24992
|
readonly 'virtual_card_id': string;
|
|
@@ -25414,6 +25450,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25414
25450
|
readonly 'created_at': string;
|
|
25415
25451
|
}
|
|
25416
25452
|
|
|
25453
|
+
interface TrueupTransaction {
|
|
25454
|
+
readonly 'discriminator': 'trueup_transaction';
|
|
25455
|
+
readonly 'label_transaction': io.flow.internal.v0.models.TransactionReference;
|
|
25456
|
+
readonly 'id': string;
|
|
25457
|
+
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
25458
|
+
readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
25459
|
+
readonly 'posted_at'?: string;
|
|
25460
|
+
readonly 'value': io.flow.common.v0.models.Price;
|
|
25461
|
+
readonly 'description': string;
|
|
25462
|
+
readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
|
|
25463
|
+
readonly 'created_at': string;
|
|
25464
|
+
}
|
|
25465
|
+
|
|
25417
25466
|
interface UnassignedMerchantGuid {
|
|
25418
25467
|
readonly 'id': string;
|
|
25419
25468
|
readonly 'merchant_guid': string;
|
|
@@ -25655,20 +25704,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25655
25704
|
readonly 'created_at': string;
|
|
25656
25705
|
}
|
|
25657
25706
|
|
|
25658
|
-
interface WashCarrierActualFile {
|
|
25659
|
-
readonly 'id': string;
|
|
25660
|
-
readonly 'url': string;
|
|
25661
|
-
readonly 'status': io.flow.internal.v0.enums.WashCarrierActualFileStatus;
|
|
25662
|
-
}
|
|
25663
|
-
|
|
25664
|
-
interface WashCarrierActualFileForm {
|
|
25665
|
-
readonly 'url': string;
|
|
25666
|
-
}
|
|
25667
|
-
|
|
25668
|
-
interface WashExportRequest {
|
|
25669
|
-
readonly 'url': string;
|
|
25670
|
-
}
|
|
25671
|
-
|
|
25672
25707
|
interface WasteElectricalAndElectronicEquipmentComplianceData {
|
|
25673
25708
|
readonly 'discriminator': 'weee';
|
|
25674
25709
|
readonly 'label': string;
|
|
@@ -25805,7 +25840,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25805
25840
|
type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
|
|
25806
25841
|
type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal);
|
|
25807
25842
|
type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
|
|
25808
|
-
type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | 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.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
25843
|
+
type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.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.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
25809
25844
|
type Experiment = (io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment);
|
|
25810
25845
|
type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
|
|
25811
25846
|
type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
|
|
@@ -25860,7 +25895,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25860
25895
|
type TaskData = (io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport);
|
|
25861
25896
|
type TaxAmount = (io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount);
|
|
25862
25897
|
type Tracker = (io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel);
|
|
25863
|
-
type Transaction = (io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction);
|
|
25898
|
+
type Transaction = (io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction);
|
|
25864
25899
|
type TransactionSummary = (io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary);
|
|
25865
25900
|
type ValidationRule = (io.flow.internal.v0.models.ValidationCharacterLength);
|
|
25866
25901
|
type Variant = (io.flow.internal.v0.models.ExperienceVariant | io.flow.internal.v0.models.FeatureVariant);
|
|
@@ -26032,7 +26067,6 @@ export const labelBillingStrategy: PropTypes.Requireable<io.flow.internal.v0.enu
|
|
|
26032
26067
|
export const labelCancellationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCancellationErrorCode>;
|
|
26033
26068
|
export const labelCreationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCreationStatus>;
|
|
26034
26069
|
export const labelGenerationAddressFailureStatus: PropTypes.Requireable<io.flow.internal.v0.enums.LabelGenerationAddressFailureStatus>;
|
|
26035
|
-
export const labelInputSource: PropTypes.Requireable<io.flow.internal.v0.enums.LabelInputSource>;
|
|
26036
26070
|
export const labelRequestErrorHandlingResponsibility: PropTypes.Requireable<io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility>;
|
|
26037
26071
|
export const labelTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.LabelTransactionType>;
|
|
26038
26072
|
export const liabilityType: PropTypes.Requireable<io.flow.internal.v0.enums.LiabilityType>;
|
|
@@ -26131,7 +26165,6 @@ export const statisticType: PropTypes.Requireable<io.flow.internal.v0.enums.Stat
|
|
|
26131
26165
|
export const status: PropTypes.Requireable<io.flow.internal.v0.enums.Status>;
|
|
26132
26166
|
export const subscriptionFrequency: PropTypes.Requireable<io.flow.internal.v0.enums.SubscriptionFrequency>;
|
|
26133
26167
|
export const suggestionAction: PropTypes.Requireable<io.flow.internal.v0.enums.SuggestionAction>;
|
|
26134
|
-
export const surchargeType: PropTypes.Requireable<io.flow.internal.v0.enums.SurchargeType>;
|
|
26135
26168
|
export const tariffEligibilityType: PropTypes.Requireable<io.flow.internal.v0.enums.TariffEligibilityType>;
|
|
26136
26169
|
export const taskProcessorKey: PropTypes.Requireable<io.flow.internal.v0.enums.TaskProcessorKey>;
|
|
26137
26170
|
export const taxCalculationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.TaxCalculationErrorCode>;
|
|
@@ -26142,9 +26175,8 @@ export const trackingIntegrationType: PropTypes.Requireable<io.flow.internal.v0.
|
|
|
26142
26175
|
export const transactionPostingMethod: PropTypes.Requireable<io.flow.internal.v0.enums.TransactionPostingMethod>;
|
|
26143
26176
|
export const transferMethod: PropTypes.Requireable<io.flow.internal.v0.enums.TransferMethod>;
|
|
26144
26177
|
export const trueUpSurchargeType: PropTypes.Requireable<io.flow.internal.v0.enums.TrueUpSurchargeType>;
|
|
26178
|
+
export const trueupTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.TrueupTransactionType>;
|
|
26145
26179
|
export const unclassifiedProductStatus: PropTypes.Requireable<io.flow.internal.v0.enums.UnclassifiedProductStatus>;
|
|
26146
|
-
export const washCarrierActualFileStatus: PropTypes.Requireable<io.flow.internal.v0.enums.WashCarrierActualFileStatus>;
|
|
26147
|
-
export const weightSelection: PropTypes.Requireable<io.flow.internal.v0.enums.WeightSelection>;
|
|
26148
26180
|
export const acceptance: PropTypes.Requireable<io.flow.internal.v0.models.Acceptance>;
|
|
26149
26181
|
export const accountContact: PropTypes.Requireable<io.flow.internal.v0.models.AccountContact>;
|
|
26150
26182
|
export const accountContactDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AccountContactDeleted>;
|
|
@@ -26153,8 +26185,8 @@ export const accountContactUpserted: PropTypes.Requireable<io.flow.internal.v0.m
|
|
|
26153
26185
|
export const accountDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.AccountDeletedV2>;
|
|
26154
26186
|
export const accountDepositRule: PropTypes.Requireable<io.flow.internal.v0.models.AccountDepositRule>;
|
|
26155
26187
|
export const accountDepositRuleForm: PropTypes.Requireable<io.flow.internal.v0.models.AccountDepositRuleForm>;
|
|
26156
|
-
export const accountForm: PropTypes.Requireable<io.flow.internal.v0.models.AccountForm>;
|
|
26157
26188
|
export const accountOrdersExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.AccountOrdersExportRequest>;
|
|
26189
|
+
export const accountOrigin: PropTypes.Requireable<io.flow.internal.v0.models.AccountOrigin>;
|
|
26158
26190
|
export const accountProcessingRateForm: PropTypes.Requireable<io.flow.internal.v0.models.AccountProcessingRateForm>;
|
|
26159
26191
|
export const accountProcessingRates: PropTypes.Requireable<io.flow.internal.v0.models.AccountProcessingRates>;
|
|
26160
26192
|
export const accountProcessingRatesDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AccountProcessingRatesDeleted>;
|
|
@@ -26825,22 +26857,6 @@ export const cryptoAccountModificationForm: PropTypes.Requireable<io.flow.intern
|
|
|
26825
26857
|
export const cryptoAccountPutForm: PropTypes.Requireable<io.flow.internal.v0.models.CryptoAccountPutForm>;
|
|
26826
26858
|
export const cryptoAuthentication: PropTypes.Requireable<io.flow.internal.v0.models.CryptoAuthentication>;
|
|
26827
26859
|
export const cryptoAuthenticationForm: PropTypes.Requireable<io.flow.internal.v0.models.CryptoAuthenticationForm>;
|
|
26828
|
-
export const csvActual: PropTypes.Requireable<io.flow.internal.v0.models.CsvActual>;
|
|
26829
|
-
export const csvActualRatecard: PropTypes.Requireable<io.flow.internal.v0.models.CsvActualRatecard>;
|
|
26830
|
-
export const csvDimensions: PropTypes.Requireable<io.flow.internal.v0.models.CsvDimensions>;
|
|
26831
|
-
export const csvFlowRatecard: PropTypes.Requireable<io.flow.internal.v0.models.CsvFlowRatecard>;
|
|
26832
|
-
export const csvFlowRatecardSurcharges: PropTypes.Requireable<io.flow.internal.v0.models.CsvFlowRatecardSurcharges>;
|
|
26833
|
-
export const csvGlobalEProposition: PropTypes.Requireable<io.flow.internal.v0.models.CsvGlobalEProposition>;
|
|
26834
|
-
export const csvGlobalEShippingMethod: PropTypes.Requireable<io.flow.internal.v0.models.CsvGlobalEShippingMethod>;
|
|
26835
|
-
export const csvInput: PropTypes.Requireable<io.flow.internal.v0.models.CsvInput>;
|
|
26836
|
-
export const csvLabel: PropTypes.Requireable<io.flow.internal.v0.models.CsvLabel>;
|
|
26837
|
-
export const csvLabelCost: PropTypes.Requireable<io.flow.internal.v0.models.CsvLabelCost>;
|
|
26838
|
-
export const csvOrder: PropTypes.Requireable<io.flow.internal.v0.models.CsvOrder>;
|
|
26839
|
-
export const csvRecord: PropTypes.Requireable<io.flow.internal.v0.models.CsvRecord>;
|
|
26840
|
-
export const csvServiceFee: PropTypes.Requireable<io.flow.internal.v0.models.CsvServiceFee>;
|
|
26841
|
-
export const csvSurchargePercentage: PropTypes.Requireable<io.flow.internal.v0.models.CsvSurchargePercentage>;
|
|
26842
|
-
export const csvSurcharges: PropTypes.Requireable<io.flow.internal.v0.models.CsvSurcharges>;
|
|
26843
|
-
export const csvWeight: PropTypes.Requireable<io.flow.internal.v0.models.CsvWeight>;
|
|
26844
26860
|
export const currencyInternalRate: PropTypes.Requireable<io.flow.internal.v0.models.CurrencyInternalRate>;
|
|
26845
26861
|
export const customerPurgeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.CustomerPurgeUpserted>;
|
|
26846
26862
|
export const customerSecret: PropTypes.Requireable<io.flow.internal.v0.models.CustomerSecret>;
|
|
@@ -27266,15 +27282,22 @@ export const labelGenerationSettingsUpserted: PropTypes.Requireable<io.flow.inte
|
|
|
27266
27282
|
export const labelInvoiceRequest: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequest>;
|
|
27267
27283
|
export const labelInvoiceRequestDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequestDeleted>;
|
|
27268
27284
|
export const labelInvoiceRequestUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequestUpserted>;
|
|
27285
|
+
export const labelInvoiceResponseFile: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceResponseFile>;
|
|
27286
|
+
export const labelInvoiceResponseFileForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceResponseFileForm>;
|
|
27287
|
+
export const labelInvoiceResponseFileResult: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceResponseFileResult>;
|
|
27288
|
+
export const labelInvoiceResponseForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceResponseForm>;
|
|
27269
27289
|
export const labelMetadata: PropTypes.Requireable<io.flow.internal.v0.models.LabelMetadata>;
|
|
27270
27290
|
export const labelRequestError: PropTypes.Requireable<io.flow.internal.v0.models.LabelRequestError>;
|
|
27271
27291
|
export const labelRequestErrorDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelRequestErrorDeleted>;
|
|
27272
27292
|
export const labelRequestErrorUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelRequestErrorUpserted>;
|
|
27293
|
+
export const labelResponseUnits: PropTypes.Requireable<io.flow.internal.v0.models.LabelResponseUnits>;
|
|
27273
27294
|
export const labelSummary: PropTypes.Requireable<io.flow.internal.v0.models.LabelSummary>;
|
|
27274
27295
|
export const labelSurcharge: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurcharge>;
|
|
27275
27296
|
export const labelSurchargeDetailFlat: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeDetailFlat>;
|
|
27276
27297
|
export const labelSurchargeDetailPerWeightUnit: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeDetailPerWeightUnit>;
|
|
27277
27298
|
export const labelSurchargeDetailPercentage: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeDetailPercentage>;
|
|
27299
|
+
export const labelSurchargeForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeForm>;
|
|
27300
|
+
export const labelSurchargeSingleForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeSingleForm>;
|
|
27278
27301
|
export const labelTaxonomy: PropTypes.Requireable<io.flow.internal.v0.models.LabelTaxonomy>;
|
|
27279
27302
|
export const labelTrackingSummaryDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelTrackingSummaryDeleted>;
|
|
27280
27303
|
export const labelTrackingSummaryUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelTrackingSummaryUpserted>;
|
|
@@ -27286,7 +27309,6 @@ export const labeledContent: PropTypes.Requireable<io.flow.internal.v0.models.La
|
|
|
27286
27309
|
export const labelsPrediction: PropTypes.Requireable<io.flow.internal.v0.models.LabelsPrediction>;
|
|
27287
27310
|
export const landedCostItem: PropTypes.Requireable<io.flow.internal.v0.models.LandedCostItem>;
|
|
27288
27311
|
export const landmark: PropTypes.Requireable<io.flow.internal.v0.models.Landmark>;
|
|
27289
|
-
export const laneReference: PropTypes.Requireable<io.flow.internal.v0.models.LaneReference>;
|
|
27290
27312
|
export const levyRateSummary: PropTypes.Requireable<io.flow.internal.v0.models.LevyRateSummary>;
|
|
27291
27313
|
export const levyRateSummaryUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LevyRateSummaryUpserted>;
|
|
27292
27314
|
export const liability: PropTypes.Requireable<io.flow.internal.v0.models.Liability>;
|
|
@@ -27421,6 +27443,10 @@ export const orderCancellationEvidenceFullyRefundedNotFulfilled: PropTypes.Requi
|
|
|
27421
27443
|
export const orderCancellationEvidenceManual: PropTypes.Requireable<io.flow.internal.v0.models.OrderCancellationEvidenceManual>;
|
|
27422
27444
|
export const orderCancellationEvidenceReturnToSender: PropTypes.Requireable<io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender>;
|
|
27423
27445
|
export const orderCancellationForm: PropTypes.Requireable<io.flow.internal.v0.models.OrderCancellationForm>;
|
|
27446
|
+
export const orderCombinedShipment: PropTypes.Requireable<io.flow.internal.v0.models.OrderCombinedShipment>;
|
|
27447
|
+
export const orderCombinedShipmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrderCombinedShipmentDeleted>;
|
|
27448
|
+
export const orderCombinedShipmentForm: PropTypes.Requireable<io.flow.internal.v0.models.OrderCombinedShipmentForm>;
|
|
27449
|
+
export const orderCombinedShipmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrderCombinedShipmentUpserted>;
|
|
27424
27450
|
export const orderDetail: PropTypes.Requireable<io.flow.internal.v0.models.OrderDetail>;
|
|
27425
27451
|
export const orderFulfillmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrderFulfillmentDeleted>;
|
|
27426
27452
|
export const orderFulfillmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrderFulfillmentUpserted>;
|
|
@@ -27475,7 +27501,6 @@ export const organizationPaymentSettingDeleted: PropTypes.Requireable<io.flow.in
|
|
|
27475
27501
|
export const organizationPaymentSettingForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingForm>;
|
|
27476
27502
|
export const organizationPaymentSettingUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingUpserted>;
|
|
27477
27503
|
export const organizationPaymentSettingVersion: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingVersion>;
|
|
27478
|
-
export const organizationReference: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationReference>;
|
|
27479
27504
|
export const organizationRestrictionNoteForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationRestrictionNoteForm>;
|
|
27480
27505
|
export const organizationRestrictionScreeningDecisionForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationRestrictionScreeningDecisionForm>;
|
|
27481
27506
|
export const organizationRestrictionSnapshot: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationRestrictionSnapshot>;
|
|
@@ -27850,7 +27875,6 @@ export const submittedOrderUpserted: PropTypes.Requireable<io.flow.internal.v0.m
|
|
|
27850
27875
|
export const subscription: PropTypes.Requireable<io.flow.internal.v0.models.Subscription>;
|
|
27851
27876
|
export const subscriptionTransaction: PropTypes.Requireable<io.flow.internal.v0.models.SubscriptionTransaction>;
|
|
27852
27877
|
export const supportedLabels: PropTypes.Requireable<io.flow.internal.v0.models.SupportedLabels>;
|
|
27853
|
-
export const surcharge: PropTypes.Requireable<io.flow.internal.v0.models.Surcharge>;
|
|
27854
27878
|
export const svbVirtualCardClearing: PropTypes.Requireable<io.flow.internal.v0.models.SvbVirtualCardClearing>;
|
|
27855
27879
|
export const svbVirtualCardClearingDeleted: PropTypes.Requireable<io.flow.internal.v0.models.SvbVirtualCardClearingDeleted>;
|
|
27856
27880
|
export const svbVirtualCardClearingUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SvbVirtualCardClearingUpserted>;
|
|
@@ -27912,6 +27936,7 @@ export const transferTransactionUpserted: PropTypes.Requireable<io.flow.internal
|
|
|
27912
27936
|
export const transferTransactionUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models.TransferTransactionUpsertedV2>;
|
|
27913
27937
|
export const tribe: PropTypes.Requireable<io.flow.internal.v0.models.Tribe>;
|
|
27914
27938
|
export const trueUpLabelSummary: PropTypes.Requireable<io.flow.internal.v0.models.TrueUpLabelSummary>;
|
|
27939
|
+
export const trueupTransaction: PropTypes.Requireable<io.flow.internal.v0.models.TrueupTransaction>;
|
|
27915
27940
|
export const unassignedMerchantGuid: PropTypes.Requireable<io.flow.internal.v0.models.UnassignedMerchantGuid>;
|
|
27916
27941
|
export const unassignedMerchantGuidDeleted: PropTypes.Requireable<io.flow.internal.v0.models.UnassignedMerchantGuidDeleted>;
|
|
27917
27942
|
export const unassignedMerchantGuidUpserted: PropTypes.Requireable<io.flow.internal.v0.models.UnassignedMerchantGuidUpserted>;
|
|
@@ -27945,9 +27970,6 @@ export const virtualCardProvider: PropTypes.Requireable<io.flow.internal.v0.mode
|
|
|
27945
27970
|
export const virtualCardProviderDeleted: PropTypes.Requireable<io.flow.internal.v0.models.VirtualCardProviderDeleted>;
|
|
27946
27971
|
export const virtualCardProviderUpserted: PropTypes.Requireable<io.flow.internal.v0.models.VirtualCardProviderUpserted>;
|
|
27947
27972
|
export const virtualCardTransaction: PropTypes.Requireable<io.flow.internal.v0.models.VirtualCardTransaction>;
|
|
27948
|
-
export const washCarrierActualFile: PropTypes.Requireable<io.flow.internal.v0.models.WashCarrierActualFile>;
|
|
27949
|
-
export const washCarrierActualFileForm: PropTypes.Requireable<io.flow.internal.v0.models.WashCarrierActualFileForm>;
|
|
27950
|
-
export const washExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.WashExportRequest>;
|
|
27951
27973
|
export const wasteElectricalAndElectronicEquipmentComplianceData: PropTypes.Requireable<io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceData>;
|
|
27952
27974
|
export const wasteElectricalAndElectronicEquipmentComplianceForm: PropTypes.Requireable<io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceForm>;
|
|
27953
27975
|
export const webhook: PropTypes.Requireable<io.flow.internal.v0.models.Webhook>;
|