@flowio/api-internal-prop-types 9.24.52 → 9.24.54
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 +361 -103
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +361 -103
- package/src/api-internal.js +1500 -1184
package/lib/api-internal.d.ts
CHANGED
|
@@ -1681,6 +1681,12 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1681
1681
|
readonly 'display_name'?: string;
|
|
1682
1682
|
}
|
|
1683
1683
|
|
|
1684
|
+
interface ApplepaySdkAuthorizationResultActionDetails {
|
|
1685
|
+
readonly 'discriminator': 'applepay_sdk_authorization_result_action_details';
|
|
1686
|
+
readonly 'merchant_identifier': string;
|
|
1687
|
+
readonly 'payment_data_request': any/*object*/;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1684
1690
|
interface AuthorizationCode {
|
|
1685
1691
|
readonly 'result_code': string;
|
|
1686
1692
|
readonly 'code': string;
|
|
@@ -2517,7 +2523,7 @@ declare namespace io.flow.payment.v0.unions {
|
|
|
2517
2523
|
type AuthorizationForm = (io.flow.payment.v0.models.AuthorizationCopyForm | io.flow.payment.v0.models.DirectAuthorizationForm | io.flow.payment.v0.models.MerchantOfRecordAuthorizationForm | io.flow.payment.v0.models.PaypalAuthorizationForm | io.flow.payment.v0.models.RedirectAuthorizationForm | io.flow.payment.v0.models.InlineAuthorizationForm | io.flow.payment.v0.models.AchAuthorizationForm | io.flow.payment.v0.models.CardPaymentSourceAuthorizationForm | io.flow.payment.v0.models.OnlinePaymentAuthorizationForm);
|
|
2518
2524
|
type AuthorizationPayloadParameters = (io.flow.payment.v0.models.GooglePayAuthorizationPayload | io.flow.payment.v0.models.ApplePayMerchantValidationPayload);
|
|
2519
2525
|
type AuthorizationResultAction = (io.flow.payment.v0.models.AuthorizationResultActionGet | io.flow.payment.v0.models.AuthorizationResultActionPost | io.flow.payment.v0.models.AuthorizationResultActionWait | io.flow.payment.v0.models.AuthorizationResultActionNative);
|
|
2520
|
-
type AuthorizationResultActionDetails = (io.flow.payment.v0.models.AdyenNativeActionDetails | io.flow.payment.v0.models.StripeAuthorizationResultActionDetails | io.flow.payment.v0.models.ThreedsIdentifyActionDetails | io.flow.payment.v0.models.ThreedsChallengeActionDetails | io.flow.payment.v0.models.KlarnaSdkAuthorizationResultActionDetails | io.flow.payment.v0.models.SelectIssuerOptionActionDetails);
|
|
2526
|
+
type AuthorizationResultActionDetails = (io.flow.payment.v0.models.AdyenNativeActionDetails | io.flow.payment.v0.models.StripeAuthorizationResultActionDetails | io.flow.payment.v0.models.ThreedsIdentifyActionDetails | io.flow.payment.v0.models.ThreedsChallengeActionDetails | io.flow.payment.v0.models.ApplepaySdkAuthorizationResultActionDetails | io.flow.payment.v0.models.KlarnaSdkAuthorizationResultActionDetails | io.flow.payment.v0.models.SelectIssuerOptionActionDetails);
|
|
2521
2527
|
type BrowserActionConfiguration = (io.flow.payment.v0.models.CardBrowserActionConfiguration);
|
|
2522
2528
|
type ConfirmationDetails = (io.flow.payment.v0.models.DirectDebit);
|
|
2523
2529
|
type ExpandableCard = (io.flow.payment.v0.models.Card | io.flow.payment.v0.models.CardReference | io.flow.payment.v0.models.CardSummary);
|
|
@@ -5411,7 +5417,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5411
5417
|
readonly 'id': number;
|
|
5412
5418
|
readonly 'quantity': number;
|
|
5413
5419
|
readonly 'fulfillable_quantity'?: number;
|
|
5414
|
-
readonly 'fulfillment_service': string;
|
|
5415
5420
|
readonly 'fulfillment_status'?: io.flow.shopify.external.v0.enums.FulfillmentStatusType;
|
|
5416
5421
|
readonly 'grams'?: number;
|
|
5417
5422
|
readonly 'price'?: string;
|
|
@@ -5432,7 +5437,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5432
5437
|
|
|
5433
5438
|
interface ShopifyLineItemForm {
|
|
5434
5439
|
readonly 'fulfillable_quantity'?: number;
|
|
5435
|
-
readonly 'fulfillment_service': string;
|
|
5436
5440
|
readonly 'fulfillment_status'?: io.flow.shopify.external.v0.enums.FulfillmentStatusType;
|
|
5437
5441
|
readonly 'grams'?: number;
|
|
5438
5442
|
readonly 'price'?: string;
|
|
@@ -5613,7 +5617,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5613
5617
|
readonly 'title': string;
|
|
5614
5618
|
readonly 'tax_lines': io.flow.shopify.external.v0.models.ShopifyTaxLine[];
|
|
5615
5619
|
readonly 'carrier_identifier'?: string;
|
|
5616
|
-
readonly 'requested_fulfillment_service_id'?: string;
|
|
5617
5620
|
}
|
|
5618
5621
|
|
|
5619
5622
|
interface ShopifyTaxLine {
|
|
@@ -5764,7 +5767,7 @@ declare namespace io.flow.shopify.markets.v0.enums {
|
|
|
5764
5767
|
type ShopifyOrderValueType = 'string' | 'integer';
|
|
5765
5768
|
type ShopifyTaxExemptions = 'EXEMPT_ALL' | 'CA_STATUS_CARD_EXEMPTION' | 'CA_DIPLOMAT_EXEMPTION' | 'CA_BC_RESELLER_EXEMPTION' | 'CA_MB_RESELLER_EXEMPTION' | 'CA_SK_RESELLER_EXEMPTION' | 'CA_BC_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_MB_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_NS_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_PE_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_SK_COMMERCIAL_FISHERY_EXEMPTION' | 'CA_BC_PRODUCTION_AND_MACHINERY_EXEMPTION' | 'CA_SK_PRODUCTION_AND_MACHINERY_EXEMPTION' | 'CA_BC_SUB_CONTRACTOR_EXEMPTION' | 'CA_SK_SUB_CONTRACTOR_EXEMPTION' | 'CA_BC_CONTRACTOR_EXEMPTION' | 'CA_SK_CONTRACTOR_EXEMPTION' | 'CA_ON_PURCHASE_EXEMPTION' | 'CA_MB_FARMER_EXEMPTION' | 'CA_NS_FARMER_EXEMPTION' | 'CA_SK_FARMER_EXEMPTION';
|
|
5766
5769
|
type ShopifyWebhookFormat = 'json' | 'xml';
|
|
5767
|
-
type ShopifyWebhookTopic = 'customers/redact' | 'customers/data_request' | 'locations/create' | 'locations/update' | 'locations/delete' | 'orders/cancelled' | 'orders/create' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'orders/delete' | 'orders/edited' | 'products/create' | 'products/delete' | 'products/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'refunds/create' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'shop/redact' | 'themes/create' | 'themes/publish' | 'themes/update';
|
|
5770
|
+
type ShopifyWebhookTopic = 'customers/redact' | 'customers/data_request' | 'locations/create' | 'locations/update' | 'locations/delete' | 'order_transactions/create' | 'orders/cancelled' | 'orders/create' | 'orders/fulfilled' | 'orders/paid' | 'orders/partially_fulfilled' | 'orders/updated' | 'orders/delete' | 'orders/edited' | 'products/create' | 'products/delete' | 'products/update' | 'inventory_items/create' | 'inventory_items/update' | 'inventory_items/delete' | 'refunds/create' | 'fulfillment_events/create' | 'fulfillment_events/delete' | 'shop/redact' | 'themes/create' | 'themes/publish' | 'themes/update';
|
|
5768
5771
|
}
|
|
5769
5772
|
|
|
5770
5773
|
declare namespace io.flow.shopify.markets.v0.models {
|
|
@@ -6054,7 +6057,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6054
6057
|
|
|
6055
6058
|
interface ShopifyOrderAttribute {
|
|
6056
6059
|
readonly 'name': string;
|
|
6057
|
-
readonly 'value':
|
|
6060
|
+
readonly 'value': any/*json*/;
|
|
6058
6061
|
}
|
|
6059
6062
|
|
|
6060
6063
|
interface ShopifyOrderCancellationForm {
|
|
@@ -6082,10 +6085,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6082
6085
|
readonly 'updated_at'?: string;
|
|
6083
6086
|
readonly 'first_name'?: string;
|
|
6084
6087
|
readonly 'last_name'?: string;
|
|
6085
|
-
readonly 'orders_count'?: number;
|
|
6086
6088
|
readonly 'state'?: string;
|
|
6087
|
-
readonly 'total_spent'?: string;
|
|
6088
|
-
readonly 'last_order_id'?: number;
|
|
6089
6089
|
readonly 'note'?: string;
|
|
6090
6090
|
readonly 'verified_email'?: boolean;
|
|
6091
6091
|
readonly 'multipass_identifier'?: string;
|
|
@@ -6093,7 +6093,6 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6093
6093
|
readonly 'tax_exemptions'?: any/*json*/[];
|
|
6094
6094
|
readonly 'phone'?: string;
|
|
6095
6095
|
readonly 'tags'?: string;
|
|
6096
|
-
readonly 'last_order_name'?: string;
|
|
6097
6096
|
readonly 'currency'?: string;
|
|
6098
6097
|
readonly 'addresses'?: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
|
|
6099
6098
|
readonly 'default_address'?: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
|
|
@@ -6183,7 +6182,6 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6183
6182
|
|
|
6184
6183
|
interface ShopifyOrderLineItem {
|
|
6185
6184
|
readonly 'fulfillable_quantity'?: number;
|
|
6186
|
-
readonly 'fulfillment_service': string;
|
|
6187
6185
|
readonly 'fulfillment_status'?: io.flow.shopify.markets.v0.enums.ShopifyOrderFulfillmentStatusType;
|
|
6188
6186
|
readonly 'grams'?: number;
|
|
6189
6187
|
readonly 'id': number;
|
|
@@ -6207,7 +6205,6 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6207
6205
|
readonly 'total_discount'?: string;
|
|
6208
6206
|
readonly 'total_discount_set'?: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
6209
6207
|
readonly 'discount_allocations'?: io.flow.shopify.markets.v0.models.ShopifyOrderDiscountAllocation[];
|
|
6210
|
-
readonly 'origin_location'?: io.flow.shopify.markets.v0.models.ShopifyOrderOriginLocation;
|
|
6211
6208
|
readonly 'variant_inventory_management'?: string;
|
|
6212
6209
|
readonly 'product_exists'?: boolean;
|
|
6213
6210
|
readonly 'duties': io.flow.shopify.markets.v0.models.ShopifyOrderDuty[];
|
|
@@ -6296,7 +6293,6 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6296
6293
|
readonly 'title': string;
|
|
6297
6294
|
readonly 'tax_lines': io.flow.shopify.markets.v0.models.ShopifyOrderTaxLine[];
|
|
6298
6295
|
readonly 'carrier_identifier'?: string;
|
|
6299
|
-
readonly 'requested_fulfillment_service_id'?: string;
|
|
6300
6296
|
readonly 'price_set': io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
6301
6297
|
readonly 'discounted_price_set': io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
6302
6298
|
}
|
|
@@ -6316,7 +6312,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6316
6312
|
readonly 'currency': string;
|
|
6317
6313
|
readonly 'status'?: io.flow.shopify.markets.v0.enums.ShopifyOrderTransactionStatus;
|
|
6318
6314
|
readonly 'payment_details'?: io.flow.shopify.markets.v0.models.ShopifyOrderPaymentDetail;
|
|
6319
|
-
readonly 'receipt'
|
|
6315
|
+
readonly 'receipt'?: any/*object*/;
|
|
6320
6316
|
readonly 'authorization'?: string;
|
|
6321
6317
|
readonly 'created_at': string;
|
|
6322
6318
|
readonly 'device_id'?: number;
|
|
@@ -6656,6 +6652,9 @@ declare namespace io.flow.payment.gateway.v0.enums {
|
|
|
6656
6652
|
type PaymentActionType = 'redirect' | 'redirect_get' | 'redirect_post' | 'select_payment_option' | 'use_sdk_klarna_v1' | 'use_sdk_applepay_js' | 'use_sdk_googlepay' | 'use_sdk_paypal' | 'use_sdk_stripe_v3' | 'use_sdk_adyen_v3' | 'use_sdk_adyen_v4' | 'execute_script' | 'display_inline_window';
|
|
6657
6653
|
type PaymentFailureCode = 'action_expired' | 'action_cancelled' | 'action_failed' | 'authorization_declined' | 'not_supported' | 'fraudulent' | 'error' | 'payment_checks_declined';
|
|
6658
6654
|
type PaymentMethodDataOptionType = 'ideal_issuer_option';
|
|
6655
|
+
type PaymentRequestReviewCheckStatus = 'passed' | 'failed';
|
|
6656
|
+
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';
|
|
6657
|
+
type PaymentRequestReviewStatus = 'pending' | 'approved' | 'rejected';
|
|
6659
6658
|
type PaymentStatus = 'requires_payment_method' | 'requires_action' | 'processing' | 'cancelled' | 'expired' | 'authorized' | 'reversed' | 'captured' | 'refunded' | 'in_dispute' | 'charged_back';
|
|
6660
6659
|
type PaymentType = 'card' | 'klarna' | 'googlepay' | 'paypal' | 'applepay' | 'ideal' | 'sofort' | 'afterpay' | 'bancontact';
|
|
6661
6660
|
}
|
|
@@ -7191,6 +7190,7 @@ declare namespace io.flow.payment.gateway.v0.models {
|
|
|
7191
7190
|
readonly 'payment_information': io.flow.payment.gateway.v0.models.PaymentInformation;
|
|
7192
7191
|
readonly 'supported_actions': io.flow.payment.gateway.v0.enums.PaymentActionType[];
|
|
7193
7192
|
readonly 'payment_capture_option'?: io.flow.payment.gateway.v0.unions.PaymentCaptureOption;
|
|
7193
|
+
readonly 'review'?: io.flow.payment.gateway.v0.models.PaymentRequestReview;
|
|
7194
7194
|
}
|
|
7195
7195
|
|
|
7196
7196
|
interface PaymentRequestForm {
|
|
@@ -7212,6 +7212,16 @@ declare namespace io.flow.payment.gateway.v0.models {
|
|
|
7212
7212
|
readonly 'reference'?: string;
|
|
7213
7213
|
}
|
|
7214
7214
|
|
|
7215
|
+
interface PaymentRequestReview {
|
|
7216
|
+
readonly 'status': io.flow.payment.gateway.v0.enums.PaymentRequestReviewStatus;
|
|
7217
|
+
readonly 'checks': io.flow.payment.gateway.v0.models.PaymentRequestReviewCheck[];
|
|
7218
|
+
}
|
|
7219
|
+
|
|
7220
|
+
interface PaymentRequestReviewCheck {
|
|
7221
|
+
readonly 'type': io.flow.payment.gateway.v0.enums.PaymentRequestReviewCheckType;
|
|
7222
|
+
readonly 'status': io.flow.payment.gateway.v0.enums.PaymentRequestReviewCheckStatus;
|
|
7223
|
+
}
|
|
7224
|
+
|
|
7215
7225
|
interface PaymentReversal {
|
|
7216
7226
|
readonly 'id': string;
|
|
7217
7227
|
readonly 'amount': number;
|
|
@@ -10040,9 +10050,10 @@ declare namespace io.flow.item.v0.models {
|
|
|
10040
10050
|
}
|
|
10041
10051
|
|
|
10042
10052
|
declare namespace io.flow.billing.v0.enums {
|
|
10043
|
-
type AttachmentType = 'csv';
|
|
10044
10053
|
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer';
|
|
10045
|
-
type
|
|
10054
|
+
type PayoutAttachmentType = 'transactions';
|
|
10055
|
+
type PayoutStatusFailureCode = 'invalid_account_number' | 'could_not_process';
|
|
10056
|
+
type StatementAttachmentType = 'csv';
|
|
10046
10057
|
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
|
|
10047
10058
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
10048
10059
|
}
|
|
@@ -10054,12 +10065,11 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10054
10065
|
}
|
|
10055
10066
|
|
|
10056
10067
|
interface Attachment {
|
|
10057
|
-
readonly 'type': io.flow.billing.v0.enums.
|
|
10068
|
+
readonly 'type': io.flow.billing.v0.enums.StatementAttachmentType;
|
|
10058
10069
|
readonly 'url': string;
|
|
10059
10070
|
}
|
|
10060
10071
|
|
|
10061
10072
|
interface BankAccountForm {
|
|
10062
|
-
readonly 'last4': string;
|
|
10063
10073
|
readonly 'info': io.flow.billing.bank.account.v0.unions.BankAccountInfo;
|
|
10064
10074
|
}
|
|
10065
10075
|
|
|
@@ -10067,6 +10077,10 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10067
10077
|
readonly 'id': string;
|
|
10068
10078
|
}
|
|
10069
10079
|
|
|
10080
|
+
interface BankAccountSummary {
|
|
10081
|
+
readonly 'last4': string;
|
|
10082
|
+
}
|
|
10083
|
+
|
|
10070
10084
|
interface BillingChannelOrderSummary {
|
|
10071
10085
|
readonly 'organization': io.flow.billing.v0.models.BillingChannelOrganizationSummary;
|
|
10072
10086
|
readonly 'number': string;
|
|
@@ -10091,6 +10105,28 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10091
10105
|
readonly 'description'?: string;
|
|
10092
10106
|
}
|
|
10093
10107
|
|
|
10108
|
+
interface ChannelBankAccount {
|
|
10109
|
+
readonly 'id': string;
|
|
10110
|
+
readonly 'key': string;
|
|
10111
|
+
readonly 'last4': string;
|
|
10112
|
+
}
|
|
10113
|
+
|
|
10114
|
+
interface ChannelDefaultBankAccount {
|
|
10115
|
+
readonly 'id': string;
|
|
10116
|
+
readonly 'bank_account': io.flow.billing.v0.models.BankAccountReference;
|
|
10117
|
+
}
|
|
10118
|
+
|
|
10119
|
+
interface ChannelPayout {
|
|
10120
|
+
readonly 'id': string;
|
|
10121
|
+
readonly 'account': io.flow.billing.v0.models.AccountReference;
|
|
10122
|
+
readonly 'status': io.flow.billing.v0.unions.PayoutStatus;
|
|
10123
|
+
readonly 'bank_account'?: io.flow.billing.v0.models.BankAccountSummary;
|
|
10124
|
+
readonly 'amount': number;
|
|
10125
|
+
readonly 'attachments': io.flow.billing.v0.models.PayoutAttachment[];
|
|
10126
|
+
readonly 'created_at': string;
|
|
10127
|
+
readonly 'updated_at': string;
|
|
10128
|
+
}
|
|
10129
|
+
|
|
10094
10130
|
interface ChannelStatement {
|
|
10095
10131
|
readonly 'id': string;
|
|
10096
10132
|
readonly 'account': io.flow.billing.v0.models.AccountReference;
|
|
@@ -10101,12 +10137,13 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10101
10137
|
}
|
|
10102
10138
|
|
|
10103
10139
|
interface ChannelTransaction {
|
|
10140
|
+
readonly 'statement'?: io.flow.billing.v0.models.BillingChannelStatementReference;
|
|
10104
10141
|
readonly 'id': string;
|
|
10105
10142
|
readonly 'order'?: io.flow.billing.v0.models.BillingChannelOrderSummary;
|
|
10106
|
-
readonly 'statement'?: io.flow.billing.v0.models.BillingChannelStatementReference;
|
|
10107
10143
|
readonly 'payment_request'?: io.flow.billing.v0.models.BillingChannelPaymentRequestReference;
|
|
10108
10144
|
readonly 'currency': string;
|
|
10109
10145
|
readonly 'source': io.flow.billing.v0.enums.TransactionSource;
|
|
10146
|
+
readonly 'parent'?: io.flow.billing.v0.models.ParentTransactionSummary;
|
|
10110
10147
|
readonly 'gross': number;
|
|
10111
10148
|
readonly 'fees': io.flow.billing.v0.models.FeeDeduction[];
|
|
10112
10149
|
readonly 'withholdings': io.flow.billing.v0.models.WithholdingDeduction[];
|
|
@@ -10114,6 +10151,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10114
10151
|
readonly 'net': number;
|
|
10115
10152
|
readonly 'identifiers': Record<string, string>;
|
|
10116
10153
|
readonly 'created_at': string;
|
|
10154
|
+
readonly 'updated_at': string;
|
|
10117
10155
|
}
|
|
10118
10156
|
|
|
10119
10157
|
interface DefaultBankAccountForm {
|
|
@@ -10126,13 +10164,9 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10126
10164
|
readonly 'description'?: string;
|
|
10127
10165
|
}
|
|
10128
10166
|
|
|
10129
|
-
interface NoPayout {
|
|
10130
|
-
readonly 'discriminator': 'no_payout';
|
|
10131
|
-
readonly 'placeholder'?: string;
|
|
10132
|
-
}
|
|
10133
|
-
|
|
10134
10167
|
interface OrganizationBankAccount {
|
|
10135
10168
|
readonly 'id': string;
|
|
10169
|
+
readonly 'key': string;
|
|
10136
10170
|
readonly 'last4': string;
|
|
10137
10171
|
}
|
|
10138
10172
|
|
|
@@ -10141,16 +10175,70 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10141
10175
|
readonly 'bank_account': io.flow.billing.v0.models.BankAccountReference;
|
|
10142
10176
|
}
|
|
10143
10177
|
|
|
10144
|
-
interface
|
|
10145
|
-
readonly '
|
|
10146
|
-
readonly '
|
|
10178
|
+
interface OrganizationPayout {
|
|
10179
|
+
readonly 'id': string;
|
|
10180
|
+
readonly 'account': io.flow.billing.v0.models.AccountReference;
|
|
10181
|
+
readonly 'status': io.flow.billing.v0.unions.PayoutStatus;
|
|
10182
|
+
readonly 'bank_account'?: io.flow.billing.v0.models.BankAccountSummary;
|
|
10147
10183
|
readonly 'amount': number;
|
|
10148
|
-
readonly '
|
|
10184
|
+
readonly 'attachments': io.flow.billing.v0.models.PayoutAttachment[];
|
|
10185
|
+
readonly 'created_at': string;
|
|
10186
|
+
readonly 'updated_at': string;
|
|
10149
10187
|
}
|
|
10150
10188
|
|
|
10151
|
-
interface
|
|
10152
|
-
readonly '
|
|
10153
|
-
readonly '
|
|
10189
|
+
interface ParentTransactionSummary {
|
|
10190
|
+
readonly 'id': string;
|
|
10191
|
+
readonly 'source': io.flow.billing.v0.enums.TransactionSource;
|
|
10192
|
+
}
|
|
10193
|
+
|
|
10194
|
+
interface PayoutAttachment {
|
|
10195
|
+
readonly 'type': io.flow.billing.v0.enums.PayoutAttachmentType;
|
|
10196
|
+
readonly 'url': string;
|
|
10197
|
+
}
|
|
10198
|
+
|
|
10199
|
+
interface PayoutStatusFailed {
|
|
10200
|
+
readonly 'code': 'failed';
|
|
10201
|
+
readonly 'timestamp': string;
|
|
10202
|
+
readonly 'reason': io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
10203
|
+
}
|
|
10204
|
+
|
|
10205
|
+
interface PayoutStatusScheduled {
|
|
10206
|
+
readonly 'code': 'scheduled';
|
|
10207
|
+
readonly 'placeholder'?: string;
|
|
10208
|
+
}
|
|
10209
|
+
|
|
10210
|
+
interface PayoutStatusSent {
|
|
10211
|
+
readonly 'code': 'sent';
|
|
10212
|
+
readonly 'timestamp': string;
|
|
10213
|
+
}
|
|
10214
|
+
|
|
10215
|
+
interface PayoutTransaction {
|
|
10216
|
+
readonly 'id': string;
|
|
10217
|
+
readonly 'order'?: io.flow.billing.v0.models.BillingChannelOrderSummary;
|
|
10218
|
+
readonly 'payment_request'?: io.flow.billing.v0.models.BillingChannelPaymentRequestReference;
|
|
10219
|
+
readonly 'currency': string;
|
|
10220
|
+
readonly 'source': io.flow.billing.v0.enums.TransactionSource;
|
|
10221
|
+
readonly 'parent'?: io.flow.billing.v0.models.ParentTransactionSummary;
|
|
10222
|
+
readonly 'gross': number;
|
|
10223
|
+
readonly 'fees': io.flow.billing.v0.models.FeeDeduction[];
|
|
10224
|
+
readonly 'withholdings': io.flow.billing.v0.models.WithholdingDeduction[];
|
|
10225
|
+
readonly 'discounts': io.flow.billing.v0.models.BillingDiscount[];
|
|
10226
|
+
readonly 'net': number;
|
|
10227
|
+
readonly 'identifiers': Record<string, string>;
|
|
10228
|
+
readonly 'created_at': string;
|
|
10229
|
+
readonly 'updated_at': string;
|
|
10230
|
+
}
|
|
10231
|
+
|
|
10232
|
+
interface SettlementNoPayout {
|
|
10233
|
+
readonly 'discriminator': 'no_payout';
|
|
10234
|
+
readonly 'placeholder'?: string;
|
|
10235
|
+
}
|
|
10236
|
+
|
|
10237
|
+
interface SettlementPayout {
|
|
10238
|
+
readonly 'discriminator': 'payout';
|
|
10239
|
+
readonly 'status': io.flow.billing.v0.unions.PayoutStatus;
|
|
10240
|
+
readonly 'amount': number;
|
|
10241
|
+
readonly 'sent_on'?: string;
|
|
10154
10242
|
}
|
|
10155
10243
|
|
|
10156
10244
|
interface Statement {
|
|
@@ -10163,12 +10251,13 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10163
10251
|
}
|
|
10164
10252
|
|
|
10165
10253
|
interface Transaction {
|
|
10254
|
+
readonly 'statement'?: io.flow.billing.v0.models.BillingChannelStatementReference;
|
|
10166
10255
|
readonly 'id': string;
|
|
10167
10256
|
readonly 'order'?: io.flow.billing.v0.models.BillingChannelOrderSummary;
|
|
10168
|
-
readonly 'statement'?: io.flow.billing.v0.models.BillingChannelStatementReference;
|
|
10169
10257
|
readonly 'payment_request'?: io.flow.billing.v0.models.BillingChannelPaymentRequestReference;
|
|
10170
10258
|
readonly 'currency': string;
|
|
10171
10259
|
readonly 'source': io.flow.billing.v0.enums.TransactionSource;
|
|
10260
|
+
readonly 'parent'?: io.flow.billing.v0.models.ParentTransactionSummary;
|
|
10172
10261
|
readonly 'gross': number;
|
|
10173
10262
|
readonly 'fees': io.flow.billing.v0.models.FeeDeduction[];
|
|
10174
10263
|
readonly 'withholdings': io.flow.billing.v0.models.WithholdingDeduction[];
|
|
@@ -10176,6 +10265,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10176
10265
|
readonly 'net': number;
|
|
10177
10266
|
readonly 'identifiers': Record<string, string>;
|
|
10178
10267
|
readonly 'created_at': string;
|
|
10268
|
+
readonly 'updated_at': string;
|
|
10179
10269
|
}
|
|
10180
10270
|
|
|
10181
10271
|
interface WithholdingDeduction {
|
|
@@ -10186,7 +10276,8 @@ declare namespace io.flow.billing.v0.models {
|
|
|
10186
10276
|
}
|
|
10187
10277
|
|
|
10188
10278
|
declare namespace io.flow.billing.v0.unions {
|
|
10189
|
-
type
|
|
10279
|
+
type PayoutStatus = (io.flow.billing.v0.models.PayoutStatusScheduled | io.flow.billing.v0.models.PayoutStatusSent | io.flow.billing.v0.models.PayoutStatusFailed);
|
|
10280
|
+
type Settlement = (io.flow.billing.v0.models.SettlementNoPayout | io.flow.billing.v0.models.SettlementPayout);
|
|
10190
10281
|
}
|
|
10191
10282
|
|
|
10192
10283
|
declare namespace io.flow.harmonization.v0.enums {
|
|
@@ -11276,7 +11367,7 @@ declare namespace io.flow.catalog.RESERVED_WORD_return.v0.models {
|
|
|
11276
11367
|
}
|
|
11277
11368
|
|
|
11278
11369
|
declare namespace io.flow.apple.pay.v0.enums {
|
|
11279
|
-
type ApplePayContactField = 'email' | 'name' | 'phone' | '
|
|
11370
|
+
type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
|
|
11280
11371
|
type ApplePayLineItemType = 'final' | 'pending';
|
|
11281
11372
|
type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
|
|
11282
11373
|
type ApplePayShippingType = 'shipping' | 'delivery' | 'store_pickup' | 'service_pickup';
|
|
@@ -11287,7 +11378,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
11287
11378
|
interface ApplePayLineItem {
|
|
11288
11379
|
readonly 'label': string;
|
|
11289
11380
|
readonly 'type': io.flow.apple.pay.v0.enums.ApplePayLineItemType;
|
|
11290
|
-
readonly 'amount':
|
|
11381
|
+
readonly 'amount': string;
|
|
11291
11382
|
}
|
|
11292
11383
|
|
|
11293
11384
|
interface ApplePayPaymentContact {
|
|
@@ -11338,7 +11429,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
11338
11429
|
interface ApplePayShippingMethod {
|
|
11339
11430
|
readonly 'label': string;
|
|
11340
11431
|
readonly 'detail': string;
|
|
11341
|
-
readonly 'amount':
|
|
11432
|
+
readonly 'amount': string;
|
|
11342
11433
|
readonly 'identifier': string;
|
|
11343
11434
|
}
|
|
11344
11435
|
}
|
|
@@ -11439,7 +11530,7 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
11439
11530
|
|
|
11440
11531
|
interface SetupCompleted {
|
|
11441
11532
|
readonly 'discriminator': 'setup_completed';
|
|
11442
|
-
readonly '
|
|
11533
|
+
readonly 'third_party_logistics_guid'?: string;
|
|
11443
11534
|
}
|
|
11444
11535
|
|
|
11445
11536
|
interface SetupInProgress {
|
|
@@ -11791,10 +11882,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11791
11882
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
11792
11883
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
11793
11884
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
11885
|
+
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
11794
11886
|
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';
|
|
11795
11887
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'all';
|
|
11796
11888
|
type BillingStatementBatchFileKey = 'archive' | 'summary';
|
|
11797
|
-
type BillingStatementReviewStatus = 'approved' | 'pending';
|
|
11798
11889
|
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
11799
11890
|
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';
|
|
11800
11891
|
type BlazeCheckoutEvent = 'begin_checkout' | 'select_promotion' | 'add_shipping_info' | 'add_payment_info' | 'purchase';
|
|
@@ -11804,7 +11895,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11804
11895
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
11805
11896
|
type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
|
|
11806
11897
|
type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
|
|
11807
|
-
type
|
|
11898
|
+
type ChannelOrderAcceptanceErrorAction = 'auto_reject';
|
|
11899
|
+
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';
|
|
11808
11900
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
11809
11901
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
11810
11902
|
type ChargebackPaymentStatus = 'captured' | 'refunded';
|
|
@@ -11910,7 +12002,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11910
12002
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
11911
12003
|
type EmptyAttribute = 'irrelevant';
|
|
11912
12004
|
type ErpFileType = 'vendor';
|
|
11913
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | '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_restriction_approval_upserted' | 'organization_restriction_approval_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' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_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_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_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';
|
|
12005
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | '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' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | '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_restriction_approval_upserted' | 'organization_restriction_approval_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' | '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_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_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';
|
|
11914
12006
|
type ExperienceImportType = 'experience_with_settings';
|
|
11915
12007
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
11916
12008
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -11996,6 +12088,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11996
12088
|
type RateSource = 'calculated' | 'market';
|
|
11997
12089
|
type ReboundConfigurationStatus = 'active' | 'inactive';
|
|
11998
12090
|
type RedirectReason = 'three_d_secure';
|
|
12091
|
+
type RejectionReason = 'suspicious_behavior' | 'suspicious_past_activity' | 'risky_velocity' | 'previous_chargebacks' | 'restricted_party_screening';
|
|
11999
12092
|
type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
|
|
12000
12093
|
type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
|
|
12001
12094
|
type ResponsibleParty = 'flow' | 'organization';
|
|
@@ -12048,20 +12141,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12048
12141
|
readonly 'accepted_at': string;
|
|
12049
12142
|
}
|
|
12050
12143
|
|
|
12051
|
-
interface Account {
|
|
12052
|
-
readonly 'id': string;
|
|
12053
|
-
readonly 'currency': string;
|
|
12054
|
-
readonly 'updated_at': string;
|
|
12055
|
-
readonly 'timezone': io.flow.reference.v0.models.Timezone;
|
|
12056
|
-
readonly 'payment_schedule': io.flow.common.v0.unions.RepeatSchedule;
|
|
12057
|
-
readonly 'payment_conditions'?: string;
|
|
12058
|
-
readonly 'deposit_rule'?: io.flow.internal.v0.models.AccountDepositRule;
|
|
12059
|
-
readonly 'center_key'?: string;
|
|
12060
|
-
readonly 'statistics': io.flow.internal.v0.models.AccountStatistics;
|
|
12061
|
-
readonly 'next_statement': io.flow.internal.v0.models.NextBillingStatement;
|
|
12062
|
-
readonly 'created_at': string;
|
|
12063
|
-
}
|
|
12064
|
-
|
|
12065
12144
|
interface AccountContact {
|
|
12066
12145
|
readonly 'id': string;
|
|
12067
12146
|
readonly 'email': string;
|
|
@@ -12175,11 +12254,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12175
12254
|
readonly 'rates': io.flow.internal.v0.models.AccountProcessingRates;
|
|
12176
12255
|
}
|
|
12177
12256
|
|
|
12178
|
-
interface AccountReference {
|
|
12179
|
-
readonly 'id': string;
|
|
12180
|
-
readonly 'currency': string;
|
|
12181
|
-
}
|
|
12182
|
-
|
|
12183
12257
|
interface AccountSettingLabelFees {
|
|
12184
12258
|
readonly 'flow'?: io.flow.internal.v0.models.TieredFee;
|
|
12185
12259
|
readonly 'organization'?: io.flow.internal.v0.models.TieredFee;
|
|
@@ -12236,6 +12310,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12236
12310
|
readonly 'pending': io.flow.common.v0.models.Price;
|
|
12237
12311
|
}
|
|
12238
12312
|
|
|
12313
|
+
interface AccountSummary {
|
|
12314
|
+
readonly 'id': string;
|
|
12315
|
+
readonly 'currency': string;
|
|
12316
|
+
readonly 'source': io.flow.internal.v0.models.AccountSource;
|
|
12317
|
+
}
|
|
12318
|
+
|
|
12239
12319
|
interface AccountTransactionsExportRequest {
|
|
12240
12320
|
readonly 'discriminator': 'account_transactions_export_request';
|
|
12241
12321
|
readonly 'event_id': string;
|
|
@@ -12264,14 +12344,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12264
12344
|
readonly 'event_id': string;
|
|
12265
12345
|
readonly 'timestamp': string;
|
|
12266
12346
|
readonly 'organization': string;
|
|
12267
|
-
readonly 'account': io.flow.internal.v0.models.
|
|
12347
|
+
readonly 'account': io.flow.internal.v0.models.OrganizationAccount;
|
|
12268
12348
|
}
|
|
12269
12349
|
|
|
12270
12350
|
interface AccountUpsertedV2 {
|
|
12271
12351
|
readonly 'discriminator': 'account_upserted_v2';
|
|
12272
12352
|
readonly 'event_id': string;
|
|
12273
12353
|
readonly 'timestamp': string;
|
|
12274
|
-
readonly 'account': io.flow.internal.v0.models.
|
|
12354
|
+
readonly 'account': io.flow.internal.v0.models.FlowAccount;
|
|
12275
12355
|
}
|
|
12276
12356
|
|
|
12277
12357
|
interface ActionQuantity {
|
|
@@ -12820,11 +12900,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12820
12900
|
interface BankPayment {
|
|
12821
12901
|
readonly 'id': string;
|
|
12822
12902
|
readonly 'key': string;
|
|
12823
|
-
readonly 'account': io.flow.
|
|
12903
|
+
readonly 'account': io.flow.billing.v0.models.AccountReference;
|
|
12824
12904
|
readonly 'reference'?: string;
|
|
12825
|
-
readonly 'sent_on'
|
|
12826
|
-
readonly 'status': io.flow.billing.v0.
|
|
12827
|
-
readonly 'expected_delivery_by'
|
|
12905
|
+
readonly 'sent_on'?: string;
|
|
12906
|
+
readonly 'status': io.flow.billing.v0.unions.PayoutStatus;
|
|
12907
|
+
readonly 'expected_delivery_by'?: string;
|
|
12828
12908
|
readonly 'total': io.flow.common.v0.models.Price;
|
|
12829
12909
|
}
|
|
12830
12910
|
|
|
@@ -12846,16 +12926,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12846
12926
|
interface BankPaymentForm {
|
|
12847
12927
|
readonly 'account_id': string;
|
|
12848
12928
|
readonly 'reference'?: string;
|
|
12849
|
-
readonly 'sent_on'
|
|
12850
|
-
readonly 'expected_delivery_by'
|
|
12929
|
+
readonly 'sent_on'?: string;
|
|
12930
|
+
readonly 'expected_delivery_by'?: string;
|
|
12851
12931
|
readonly 'amount': number;
|
|
12852
12932
|
readonly 'currency': string;
|
|
12853
12933
|
readonly 'transfer_transaction_ids': string[];
|
|
12854
12934
|
}
|
|
12855
12935
|
|
|
12856
12936
|
interface BankPaymentStatusForm {
|
|
12857
|
-
readonly 'code': io.flow.
|
|
12858
|
-
readonly '
|
|
12937
|
+
readonly 'code': io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
12938
|
+
readonly 'failure_reason'?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
12859
12939
|
}
|
|
12860
12940
|
|
|
12861
12941
|
interface BankPaymentUpserted {
|
|
@@ -13031,30 +13111,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13031
13111
|
readonly 'id': string;
|
|
13032
13112
|
}
|
|
13033
13113
|
|
|
13034
|
-
interface BillingStatementPendingReview {
|
|
13035
|
-
readonly 'source': io.flow.internal.v0.models.AccountSource;
|
|
13036
|
-
readonly 'statement': io.flow.internal.v0.models.BillingStatementSummary;
|
|
13037
|
-
}
|
|
13038
|
-
|
|
13039
13114
|
interface BillingStatementReference {
|
|
13040
13115
|
readonly 'id': string;
|
|
13041
13116
|
}
|
|
13042
13117
|
|
|
13043
|
-
interface BillingStatementReview {
|
|
13044
|
-
readonly 'id': string;
|
|
13045
|
-
readonly 'billing_statement': io.flow.internal.v0.models.BillingStatementReference;
|
|
13046
|
-
readonly 'reviewed_by': io.flow.common.v0.models.UserReference;
|
|
13047
|
-
readonly 'reviewed_at': string;
|
|
13048
|
-
}
|
|
13049
|
-
|
|
13050
|
-
interface BillingStatementReviewForm {
|
|
13051
|
-
readonly 'reviewed_by_id': string;
|
|
13052
|
-
readonly 'reviewed_at': string;
|
|
13053
|
-
}
|
|
13054
|
-
|
|
13055
13118
|
interface BillingStatementSummary {
|
|
13056
13119
|
readonly 'id': string;
|
|
13057
|
-
readonly 'account': io.flow.
|
|
13120
|
+
readonly 'account': io.flow.billing.v0.models.AccountReference;
|
|
13058
13121
|
readonly 'period': io.flow.common.v0.models.DatetimeRange;
|
|
13059
13122
|
readonly 'totals': io.flow.internal.v0.models.BillingStatementTotals;
|
|
13060
13123
|
readonly 'attachments': io.flow.internal.v0.models.BillingStatementAttachment[];
|
|
@@ -13508,13 +13571,30 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13508
13571
|
}
|
|
13509
13572
|
|
|
13510
13573
|
interface CatalogSettings {
|
|
13574
|
+
readonly 'id': string;
|
|
13511
13575
|
readonly 'mixed_bag_weight': io.flow.internal.v0.enums.MixedBagWeight;
|
|
13512
13576
|
}
|
|
13513
13577
|
|
|
13578
|
+
interface CatalogSettingsDeleted {
|
|
13579
|
+
readonly 'discriminator': 'catalog_settings_deleted';
|
|
13580
|
+
readonly 'event_id': string;
|
|
13581
|
+
readonly 'timestamp': string;
|
|
13582
|
+
readonly 'organization': string;
|
|
13583
|
+
readonly 'id': string;
|
|
13584
|
+
}
|
|
13585
|
+
|
|
13514
13586
|
interface CatalogSettingsPutForm {
|
|
13515
13587
|
readonly 'mixed_bag_weight': io.flow.internal.v0.enums.MixedBagWeight;
|
|
13516
13588
|
}
|
|
13517
13589
|
|
|
13590
|
+
interface CatalogSettingsUpserted {
|
|
13591
|
+
readonly 'discriminator': 'catalog_settings_upserted';
|
|
13592
|
+
readonly 'event_id': string;
|
|
13593
|
+
readonly 'timestamp': string;
|
|
13594
|
+
readonly 'organization': string;
|
|
13595
|
+
readonly 'catalog_settings': io.flow.internal.v0.models.CatalogSettings;
|
|
13596
|
+
}
|
|
13597
|
+
|
|
13518
13598
|
interface CenterDefaults {
|
|
13519
13599
|
readonly 'packaging': io.flow.fulfillment.v0.models.Packaging[];
|
|
13520
13600
|
readonly 'shipping_address_contact': io.flow.common.v0.models.Contact;
|
|
@@ -13614,7 +13694,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13614
13694
|
|
|
13615
13695
|
interface ChannelBillingStatement {
|
|
13616
13696
|
readonly 'id': string;
|
|
13617
|
-
readonly 'account': io.flow.
|
|
13697
|
+
readonly 'account': io.flow.billing.v0.models.AccountReference;
|
|
13618
13698
|
readonly 'period': io.flow.common.v0.models.DatetimeRange;
|
|
13619
13699
|
readonly 'totals': io.flow.internal.v0.models.BillingStatementTotals;
|
|
13620
13700
|
readonly 'attachments': io.flow.internal.v0.models.BillingStatementAttachment[];
|
|
@@ -16097,6 +16177,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16097
16177
|
readonly 'classified_by': string;
|
|
16098
16178
|
}
|
|
16099
16179
|
|
|
16180
|
+
interface CommercialInvoiceComparison {
|
|
16181
|
+
readonly 'urls': string[];
|
|
16182
|
+
}
|
|
16183
|
+
|
|
16100
16184
|
interface Compliance {
|
|
16101
16185
|
readonly 'id': string;
|
|
16102
16186
|
readonly 'destination': string;
|
|
@@ -16491,6 +16575,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16491
16575
|
readonly 'decline_reasons': io.flow.internal.v0.models.ChannelOrderAcceptanceReason[];
|
|
16492
16576
|
}
|
|
16493
16577
|
|
|
16578
|
+
interface DeclineReasonFraud {
|
|
16579
|
+
readonly 'discriminator': 'fraud';
|
|
16580
|
+
readonly 'rejection_reason': io.flow.internal.v0.enums.RejectionReason;
|
|
16581
|
+
}
|
|
16582
|
+
|
|
16494
16583
|
interface DecryptCipherForm {
|
|
16495
16584
|
readonly 'id': string;
|
|
16496
16585
|
readonly 'password': string;
|
|
@@ -17459,6 +17548,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17459
17548
|
readonly 'statements': number;
|
|
17460
17549
|
}
|
|
17461
17550
|
|
|
17551
|
+
interface FinanceBankAccount {
|
|
17552
|
+
readonly 'id': string;
|
|
17553
|
+
readonly 'account': io.flow.internal.v0.models.AccountSummary;
|
|
17554
|
+
readonly 'last4': string;
|
|
17555
|
+
readonly 'info': io.flow.billing.bank.account.v0.unions.BankAccountInfo;
|
|
17556
|
+
readonly 'owner': io.flow.internal.v0.models.FinanceBankAccountOwner;
|
|
17557
|
+
}
|
|
17558
|
+
|
|
17559
|
+
interface FinanceBankAccountOwner {
|
|
17560
|
+
readonly 'name': string;
|
|
17561
|
+
}
|
|
17562
|
+
|
|
17462
17563
|
interface FinancialMerchantCategory {
|
|
17463
17564
|
readonly 'id': string;
|
|
17464
17565
|
readonly 'iso_18245_4': string;
|
|
@@ -17573,6 +17674,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17573
17674
|
readonly 'status'?: io.flow.internal.v0.enums.ProcessorEntityStatus;
|
|
17574
17675
|
}
|
|
17575
17676
|
|
|
17677
|
+
interface FlowAccount {
|
|
17678
|
+
readonly 'source': io.flow.internal.v0.models.AccountSource;
|
|
17679
|
+
readonly 'id': string;
|
|
17680
|
+
readonly 'currency': string;
|
|
17681
|
+
readonly 'updated_at': string;
|
|
17682
|
+
readonly 'timezone': io.flow.reference.v0.models.Timezone;
|
|
17683
|
+
readonly 'payment_schedule': io.flow.common.v0.unions.RepeatSchedule;
|
|
17684
|
+
readonly 'payment_conditions'?: string;
|
|
17685
|
+
readonly 'deposit_rule'?: io.flow.internal.v0.models.AccountDepositRule;
|
|
17686
|
+
readonly 'center_key'?: string;
|
|
17687
|
+
readonly 'statistics': io.flow.internal.v0.models.AccountStatistics;
|
|
17688
|
+
readonly 'next_statement': io.flow.internal.v0.models.NextBillingStatement;
|
|
17689
|
+
readonly 'created_at': string;
|
|
17690
|
+
}
|
|
17691
|
+
|
|
17692
|
+
interface FlowChannelOrganization {
|
|
17693
|
+
readonly 'placeholder'?: string;
|
|
17694
|
+
}
|
|
17695
|
+
|
|
17576
17696
|
interface FlowLabProject {
|
|
17577
17697
|
readonly 'id': string;
|
|
17578
17698
|
readonly 'key': string;
|
|
@@ -17893,6 +18013,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17893
18013
|
readonly 'transaction_created_at': string;
|
|
17894
18014
|
}
|
|
17895
18015
|
|
|
18016
|
+
interface GenerateLoadMultipleOrgs {
|
|
18017
|
+
readonly 'discriminator': 'generate_load_multiple_orgs';
|
|
18018
|
+
readonly 'organization_ids': string[];
|
|
18019
|
+
readonly 'num_events': number;
|
|
18020
|
+
}
|
|
18021
|
+
|
|
18022
|
+
interface GenerateLoadSingleOrg {
|
|
18023
|
+
readonly 'discriminator': 'generate_load_single_org';
|
|
18024
|
+
readonly 'organization_id': string;
|
|
18025
|
+
readonly 'num_events': number;
|
|
18026
|
+
}
|
|
18027
|
+
|
|
17896
18028
|
interface GiftCard {
|
|
17897
18029
|
readonly 'id': string;
|
|
17898
18030
|
readonly 'number': string;
|
|
@@ -19693,7 +19825,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19693
19825
|
|
|
19694
19826
|
interface MainTransaction {
|
|
19695
19827
|
readonly 'id': string;
|
|
19696
|
-
readonly 'account': io.flow.
|
|
19828
|
+
readonly 'account': io.flow.billing.v0.models.AccountReference;
|
|
19697
19829
|
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
19698
19830
|
readonly 'value': io.flow.common.v0.models.Price;
|
|
19699
19831
|
readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -19701,7 +19833,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19701
19833
|
readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
|
|
19702
19834
|
readonly 'created_at': string;
|
|
19703
19835
|
readonly 'original_at'?: string;
|
|
19704
|
-
readonly 'disposition'?: io.flow.internal.v0.enums.BillingStatementReviewStatus;
|
|
19705
19836
|
}
|
|
19706
19837
|
|
|
19707
19838
|
interface MainTransactionDeleted {
|
|
@@ -20136,6 +20267,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20136
20267
|
readonly 'onboarding_current_state': io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
20137
20268
|
readonly 'setup_completed_at'?: string;
|
|
20138
20269
|
readonly 'gmv': number;
|
|
20270
|
+
readonly 'health_score': number;
|
|
20139
20271
|
}
|
|
20140
20272
|
|
|
20141
20273
|
interface OneTimeTokenRedemptionForm {
|
|
@@ -20454,7 +20586,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20454
20586
|
|
|
20455
20587
|
interface OrganizationBillingStatement {
|
|
20456
20588
|
readonly 'id': string;
|
|
20457
|
-
readonly 'account': io.flow.
|
|
20589
|
+
readonly 'account': io.flow.billing.v0.models.AccountReference;
|
|
20458
20590
|
readonly 'period': io.flow.common.v0.models.DatetimeRange;
|
|
20459
20591
|
readonly 'totals': io.flow.internal.v0.models.BillingStatementTotals;
|
|
20460
20592
|
readonly 'attachments': io.flow.internal.v0.models.BillingStatementAttachment[];
|
|
@@ -20481,6 +20613,33 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20481
20613
|
readonly 'value': io.flow.internal.v0.models.OrganizationBooleanValue;
|
|
20482
20614
|
}
|
|
20483
20615
|
|
|
20616
|
+
interface OrganizationBusinessEntity {
|
|
20617
|
+
readonly 'id': string;
|
|
20618
|
+
readonly 'name': string;
|
|
20619
|
+
readonly 'streets': string[];
|
|
20620
|
+
readonly 'city': string;
|
|
20621
|
+
readonly 'province'?: string;
|
|
20622
|
+
readonly 'postal'?: string;
|
|
20623
|
+
readonly 'country': string;
|
|
20624
|
+
}
|
|
20625
|
+
|
|
20626
|
+
interface OrganizationBusinessEntityDeleted {
|
|
20627
|
+
readonly 'discriminator': 'organization_business_entity_deleted';
|
|
20628
|
+
readonly 'event_id': string;
|
|
20629
|
+
readonly 'timestamp': string;
|
|
20630
|
+
readonly 'organization': string;
|
|
20631
|
+
readonly 'business_entity': io.flow.internal.v0.models.OrganizationBusinessEntity;
|
|
20632
|
+
readonly 'id': string;
|
|
20633
|
+
}
|
|
20634
|
+
|
|
20635
|
+
interface OrganizationBusinessEntityUpserted {
|
|
20636
|
+
readonly 'discriminator': 'organization_business_entity_upserted';
|
|
20637
|
+
readonly 'event_id': string;
|
|
20638
|
+
readonly 'timestamp': string;
|
|
20639
|
+
readonly 'organization': string;
|
|
20640
|
+
readonly 'business_entity': io.flow.internal.v0.models.OrganizationBusinessEntity;
|
|
20641
|
+
}
|
|
20642
|
+
|
|
20484
20643
|
interface OrganizationCurrencySetting {
|
|
20485
20644
|
readonly 'id': string;
|
|
20486
20645
|
readonly 'organization': string;
|
|
@@ -21031,9 +21190,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21031
21190
|
}
|
|
21032
21191
|
|
|
21033
21192
|
interface PendingBankPayment {
|
|
21034
|
-
readonly '
|
|
21035
|
-
readonly 'account': io.flow.internal.v0.models.
|
|
21036
|
-
readonly 'recommended_reference': string;
|
|
21193
|
+
readonly 'id': string;
|
|
21194
|
+
readonly 'account': io.flow.internal.v0.models.AccountSummary;
|
|
21037
21195
|
readonly 'total': io.flow.common.v0.models.Price;
|
|
21038
21196
|
readonly 'details': io.flow.internal.v0.models.PendingBankPaymentDetail[];
|
|
21039
21197
|
}
|
|
@@ -21191,7 +21349,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21191
21349
|
readonly 'flow_rate': number;
|
|
21192
21350
|
readonly 'flow_margin': number;
|
|
21193
21351
|
readonly 'revenue_share'?: io.flow.common.v0.models.Price;
|
|
21194
|
-
readonly 'disposition'?: io.flow.internal.v0.enums.BillingStatementReviewStatus;
|
|
21195
21352
|
readonly 'id': string;
|
|
21196
21353
|
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
21197
21354
|
readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -21440,6 +21597,37 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21440
21597
|
readonly 'rate_freshness_summary': io.flow.internal.v0.models.RateFreshnessSummary;
|
|
21441
21598
|
}
|
|
21442
21599
|
|
|
21600
|
+
interface RateLevel {
|
|
21601
|
+
readonly 'id': string;
|
|
21602
|
+
readonly 'name': string;
|
|
21603
|
+
}
|
|
21604
|
+
|
|
21605
|
+
interface RateLevelForm {
|
|
21606
|
+
readonly 'name': string;
|
|
21607
|
+
}
|
|
21608
|
+
|
|
21609
|
+
interface RateLevelOrganization {
|
|
21610
|
+
readonly 'id': string;
|
|
21611
|
+
readonly 'organization_id': string;
|
|
21612
|
+
readonly 'rate_level_id': string;
|
|
21613
|
+
readonly 'effective_at': string;
|
|
21614
|
+
}
|
|
21615
|
+
|
|
21616
|
+
interface RateLevelOrganizationForm {
|
|
21617
|
+
readonly 'rate_level_id': string;
|
|
21618
|
+
readonly 'effective_at': string;
|
|
21619
|
+
}
|
|
21620
|
+
|
|
21621
|
+
interface RateLevelRatecard {
|
|
21622
|
+
readonly 'id': string;
|
|
21623
|
+
readonly 'ratecard_id': string;
|
|
21624
|
+
readonly 'rate_level_id': string;
|
|
21625
|
+
}
|
|
21626
|
+
|
|
21627
|
+
interface RateLevelRatecardForm {
|
|
21628
|
+
readonly 'ratecard_id': string;
|
|
21629
|
+
}
|
|
21630
|
+
|
|
21443
21631
|
interface RateNameSummary {
|
|
21444
21632
|
readonly 'name': string;
|
|
21445
21633
|
readonly 'long_name'?: string;
|
|
@@ -21575,6 +21763,50 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21575
21763
|
readonly 'data': io.flow.ratecard.v0.models.RatecardLanesImportRequestData;
|
|
21576
21764
|
}
|
|
21577
21765
|
|
|
21766
|
+
interface RatecardRateLevelDeleted {
|
|
21767
|
+
readonly 'discriminator': 'ratecard_rate_level_deleted';
|
|
21768
|
+
readonly 'event_id': string;
|
|
21769
|
+
readonly 'timestamp': string;
|
|
21770
|
+
readonly 'rate_level': io.flow.internal.v0.models.RateLevel;
|
|
21771
|
+
}
|
|
21772
|
+
|
|
21773
|
+
interface RatecardRateLevelOrganizationDeleted {
|
|
21774
|
+
readonly 'discriminator': 'ratecard_rate_level_organization_deleted';
|
|
21775
|
+
readonly 'event_id': string;
|
|
21776
|
+
readonly 'timestamp': string;
|
|
21777
|
+
readonly 'organization': string;
|
|
21778
|
+
readonly 'rate_level_organization': io.flow.internal.v0.models.RateLevelOrganization;
|
|
21779
|
+
}
|
|
21780
|
+
|
|
21781
|
+
interface RatecardRateLevelOrganizationUpserted {
|
|
21782
|
+
readonly 'discriminator': 'ratecard_rate_level_organization_upserted';
|
|
21783
|
+
readonly 'event_id': string;
|
|
21784
|
+
readonly 'timestamp': string;
|
|
21785
|
+
readonly 'organization': string;
|
|
21786
|
+
readonly 'rate_level_organization': io.flow.internal.v0.models.RateLevelOrganization;
|
|
21787
|
+
}
|
|
21788
|
+
|
|
21789
|
+
interface RatecardRateLevelRatecardDeleted {
|
|
21790
|
+
readonly 'discriminator': 'ratecard_rate_level_ratecard_deleted';
|
|
21791
|
+
readonly 'event_id': string;
|
|
21792
|
+
readonly 'timestamp': string;
|
|
21793
|
+
readonly 'rate_level_ratecard': io.flow.internal.v0.models.RateLevelRatecard;
|
|
21794
|
+
}
|
|
21795
|
+
|
|
21796
|
+
interface RatecardRateLevelRatecardUpserted {
|
|
21797
|
+
readonly 'discriminator': 'ratecard_rate_level_ratecard_upserted';
|
|
21798
|
+
readonly 'event_id': string;
|
|
21799
|
+
readonly 'timestamp': string;
|
|
21800
|
+
readonly 'rate_level_ratecard': io.flow.internal.v0.models.RateLevelRatecard;
|
|
21801
|
+
}
|
|
21802
|
+
|
|
21803
|
+
interface RatecardRateLevelUpserted {
|
|
21804
|
+
readonly 'discriminator': 'ratecard_rate_level_upserted';
|
|
21805
|
+
readonly 'event_id': string;
|
|
21806
|
+
readonly 'timestamp': string;
|
|
21807
|
+
readonly 'rate_level': io.flow.internal.v0.models.RateLevel;
|
|
21808
|
+
}
|
|
21809
|
+
|
|
21578
21810
|
interface RatecardServiceFeeDeleted {
|
|
21579
21811
|
readonly 'discriminator': 'ratecard_service_fee_deleted';
|
|
21580
21812
|
readonly 'event_id': string;
|
|
@@ -21807,6 +22039,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21807
22039
|
readonly 'full_review_start_date'?: string;
|
|
21808
22040
|
readonly 'full_review_end_date'?: string;
|
|
21809
22041
|
readonly 'reason'?: string;
|
|
22042
|
+
readonly 'updated_at': string;
|
|
21810
22043
|
}
|
|
21811
22044
|
|
|
21812
22045
|
interface RestrictionOrganizationStatusDeleted {
|
|
@@ -23726,11 +23959,11 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
23726
23959
|
type ComplianceData = (io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceData);
|
|
23727
23960
|
type ComplianceForm = (io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceForm);
|
|
23728
23961
|
type ContentItem = (io.flow.internal.v0.models.Dict | io.flow.internal.v0.models.Href | io.flow.internal.v0.models.ContentLabel | io.flow.internal.v0.models.Load);
|
|
23729
|
-
type DeclineReason = (io.flow.internal.v0.models.DeclineReasonChannelOrderAcceptance);
|
|
23962
|
+
type DeclineReason = (io.flow.internal.v0.models.DeclineReasonChannelOrderAcceptance | io.flow.internal.v0.models.DeclineReasonFraud);
|
|
23730
23963
|
type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
|
|
23731
23964
|
type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal);
|
|
23732
23965
|
type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
|
|
23733
|
-
type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.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.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted | 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.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | 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.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | 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);
|
|
23966
|
+
type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.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.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.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.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted | 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.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.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | 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);
|
|
23734
23967
|
type Experiment = (io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment);
|
|
23735
23968
|
type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
|
|
23736
23969
|
type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
|
|
@@ -23741,6 +23974,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
23741
23974
|
type FraudProviderConfiguration = (io.flow.internal.v0.models.FraudProviderConfigurationRiskified);
|
|
23742
23975
|
type FraudProviderConfigurationForm = (io.flow.internal.v0.models.FraudProviderConfigurationFormRiskified);
|
|
23743
23976
|
type FuelSurchargeServiceFeePutForm = (io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm | io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm);
|
|
23977
|
+
type GenerateLoad = (io.flow.internal.v0.models.GenerateLoadSingleOrg | io.flow.internal.v0.models.GenerateLoadMultipleOrgs);
|
|
23744
23978
|
type GlobalSearchResult = (io.flow.internal.v0.models.SearchExperienceSummary | io.flow.internal.v0.models.SearchExperimentSummary | io.flow.internal.v0.models.SearchOrderSummary | io.flow.internal.v0.models.SearchItemSummary);
|
|
23745
23979
|
type HeapEvent = (io.flow.internal.v0.models.HeapAddressPredictionClick | io.flow.internal.v0.models.HeapAfterpayPopupOpened | io.flow.internal.v0.models.HeapAfterpayPopupClosed | io.flow.internal.v0.models.HeapAuthorizationDeclined | io.flow.internal.v0.models.HeapAuthorizationError | io.flow.internal.v0.models.HeapCardError | io.flow.internal.v0.models.HeapCheckoutEvent | io.flow.internal.v0.models.HeapCheckoutProgress | io.flow.internal.v0.models.HeapCheckoutStarted | io.flow.internal.v0.models.HeapContinueClick | io.flow.internal.v0.models.HeapDeliveryFormDataReceived | io.flow.internal.v0.models.HeapDeliveryFormDataTimeout | io.flow.internal.v0.models.HeapDeliveryOptionCount | io.flow.internal.v0.models.HeapDeliveryOptionSelected | io.flow.internal.v0.models.HeapExitCheckout | io.flow.internal.v0.models.HeapFieldBlur | io.flow.internal.v0.models.HeapFieldErrorTooltipShown | io.flow.internal.v0.models.HeapFieldFocus | io.flow.internal.v0.models.HeapFieldValidation | io.flow.internal.v0.models.HeapGiftCardApply | io.flow.internal.v0.models.HeapGiftCardOpen | io.flow.internal.v0.models.HeapGiftCardWithPin | io.flow.internal.v0.models.HeapOptinPromptDeselected | io.flow.internal.v0.models.HeapOptinPromptSelected | io.flow.internal.v0.models.HeapOrderSummaryClose | io.flow.internal.v0.models.HeapOrderSummaryOpen | io.flow.internal.v0.models.HeapPayClick | io.flow.internal.v0.models.HeapPaymentFormDataReceived | io.flow.internal.v0.models.HeapPaymentFormDataTimeout | io.flow.internal.v0.models.HeapPaymentMethodSelected | io.flow.internal.v0.models.HeapPerformance | io.flow.internal.v0.models.HeapPromoCodeApply | io.flow.internal.v0.models.HeapPromoCodeError | io.flow.internal.v0.models.HeapPromoCodeOpen | io.flow.internal.v0.models.HeapPurchase | io.flow.internal.v0.models.HeapRageClick | io.flow.internal.v0.models.HeapScriptError | io.flow.internal.v0.models.HeapSequencedError | io.flow.internal.v0.models.HeapSequencedTiming | io.flow.internal.v0.models.HeapSplitLoaded | io.flow.internal.v0.models.HeapSplitTimeout | io.flow.internal.v0.models.HeapStartCheckout | io.flow.internal.v0.models.HeapStreamError | io.flow.internal.v0.models.HeapSubmitError | io.flow.internal.v0.models.HeapWebsocketClose | io.flow.internal.v0.models.HeapWebsocketConnectionLost | io.flow.internal.v0.models.HeapWebsocketError | io.flow.internal.v0.models.HeapWebsocketGiveUp | io.flow.internal.v0.models.HeapWebsocketOpen | io.flow.internal.v0.models.HeapWebsocketRequest | io.flow.internal.v0.models.HeapWebsocketResponse | io.flow.internal.v0.models.HeapWebsocketRetry);
|
|
23746
23980
|
type IndexTaskType = (io.flow.internal.v0.models.CatalogItemIndexTask | io.flow.internal.v0.models.CatalogItemBatchIndexTask | io.flow.internal.v0.models.CatalogItemDeleteIndexTask | io.flow.internal.v0.models.ChangeSettingsIndexTask | io.flow.internal.v0.models.DeleteIndexTask);
|
|
@@ -23796,10 +24030,10 @@ export const adjustmentTransactionType: PropTypes.Requireable<io.flow.internal.v
|
|
|
23796
24030
|
export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.AdyenIntegrationType>;
|
|
23797
24031
|
export const anyDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.AnyDangerousGoods>;
|
|
23798
24032
|
export const apiCallReferenceId: PropTypes.Requireable<io.flow.internal.v0.enums.ApiCallReferenceId>;
|
|
24033
|
+
export const bankPaymentStatusCode: PropTypes.Requireable<io.flow.internal.v0.enums.BankPaymentStatusCode>;
|
|
23799
24034
|
export const billingAllocationKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingAllocationKey>;
|
|
23800
24035
|
export const billingStatementAttachmentKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingStatementAttachmentKey>;
|
|
23801
24036
|
export const billingStatementBatchFileKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingStatementBatchFileKey>;
|
|
23802
|
-
export const billingStatementReviewStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BillingStatementReviewStatus>;
|
|
23803
24037
|
export const billingTransactionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionStatus>;
|
|
23804
24038
|
export const billingTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionType>;
|
|
23805
24039
|
export const blazeCheckoutEvent: PropTypes.Requireable<io.flow.internal.v0.enums.BlazeCheckoutEvent>;
|
|
@@ -23809,6 +24043,7 @@ export const calculatorEngine: PropTypes.Requireable<io.flow.internal.v0.enums.C
|
|
|
23809
24043
|
export const carrierLabelGenerationMethod: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierLabelGenerationMethod>;
|
|
23810
24044
|
export const catalogImportType: PropTypes.Requireable<io.flow.internal.v0.enums.CatalogImportType>;
|
|
23811
24045
|
export const channelBilledTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelBilledTransactionType>;
|
|
24046
|
+
export const channelOrderAcceptanceErrorAction: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction>;
|
|
23812
24047
|
export const channelOrderAcceptanceRejectionReason: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelOrderAcceptanceRejectionReason>;
|
|
23813
24048
|
export const channelOrderAcceptanceStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelOrderAcceptanceStatus>;
|
|
23814
24049
|
export const channelTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelTransactionType>;
|
|
@@ -24001,6 +24236,7 @@ export const quoteRequestType: PropTypes.Requireable<io.flow.internal.v0.enums.Q
|
|
|
24001
24236
|
export const rateSource: PropTypes.Requireable<io.flow.internal.v0.enums.RateSource>;
|
|
24002
24237
|
export const reboundConfigurationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ReboundConfigurationStatus>;
|
|
24003
24238
|
export const redirectReason: PropTypes.Requireable<io.flow.internal.v0.enums.RedirectReason>;
|
|
24239
|
+
export const rejectionReason: PropTypes.Requireable<io.flow.internal.v0.enums.RejectionReason>;
|
|
24004
24240
|
export const reportInterval: PropTypes.Requireable<io.flow.internal.v0.enums.ReportInterval>;
|
|
24005
24241
|
export const reportingScheme: PropTypes.Requireable<io.flow.internal.v0.enums.ReportingScheme>;
|
|
24006
24242
|
export const responsibleParty: PropTypes.Requireable<io.flow.internal.v0.enums.ResponsibleParty>;
|
|
@@ -24046,7 +24282,6 @@ export const transactionPostingMethod: PropTypes.Requireable<io.flow.internal.v0
|
|
|
24046
24282
|
export const transferMethod: PropTypes.Requireable<io.flow.internal.v0.enums.TransferMethod>;
|
|
24047
24283
|
export const unclassifiedProductStatus: PropTypes.Requireable<io.flow.internal.v0.enums.UnclassifiedProductStatus>;
|
|
24048
24284
|
export const acceptance: PropTypes.Requireable<io.flow.internal.v0.models.Acceptance>;
|
|
24049
|
-
export const account: PropTypes.Requireable<io.flow.internal.v0.models.Account>;
|
|
24050
24285
|
export const accountContact: PropTypes.Requireable<io.flow.internal.v0.models.AccountContact>;
|
|
24051
24286
|
export const accountContactDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AccountContactDeleted>;
|
|
24052
24287
|
export const accountContactForm: PropTypes.Requireable<io.flow.internal.v0.models.AccountContactForm>;
|
|
@@ -24061,13 +24296,13 @@ export const accountProcessingRates: PropTypes.Requireable<io.flow.internal.v0.m
|
|
|
24061
24296
|
export const accountProcessingRatesDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AccountProcessingRatesDeleted>;
|
|
24062
24297
|
export const accountProcessingRatesForm: PropTypes.Requireable<io.flow.internal.v0.models.AccountProcessingRatesForm>;
|
|
24063
24298
|
export const accountProcessingRatesUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AccountProcessingRatesUpserted>;
|
|
24064
|
-
export const accountReference: PropTypes.Requireable<io.flow.internal.v0.models.AccountReference>;
|
|
24065
24299
|
export const accountSettingLabelFees: PropTypes.Requireable<io.flow.internal.v0.models.AccountSettingLabelFees>;
|
|
24066
24300
|
export const accountSettings: PropTypes.Requireable<io.flow.internal.v0.models.AccountSettings>;
|
|
24067
24301
|
export const accountSettingsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AccountSettingsDeleted>;
|
|
24068
24302
|
export const accountSettingsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AccountSettingsUpserted>;
|
|
24069
24303
|
export const accountSource: PropTypes.Requireable<io.flow.internal.v0.models.AccountSource>;
|
|
24070
24304
|
export const accountStatistics: PropTypes.Requireable<io.flow.internal.v0.models.AccountStatistics>;
|
|
24305
|
+
export const accountSummary: PropTypes.Requireable<io.flow.internal.v0.models.AccountSummary>;
|
|
24071
24306
|
export const accountTransactionsExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.AccountTransactionsExportRequest>;
|
|
24072
24307
|
export const accountUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AccountUpserted>;
|
|
24073
24308
|
export const accountUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models.AccountUpsertedV2>;
|
|
@@ -24177,10 +24412,7 @@ export const billingStatementBatchStatementDeleted: PropTypes.Requireable<io.flo
|
|
|
24177
24412
|
export const billingStatementBatchStatementUpserted: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementBatchStatementUpserted>;
|
|
24178
24413
|
export const billingStatementBatchUpserted: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementBatchUpserted>;
|
|
24179
24414
|
export const billingStatementDeleted: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementDeleted>;
|
|
24180
|
-
export const billingStatementPendingReview: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementPendingReview>;
|
|
24181
24415
|
export const billingStatementReference: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementReference>;
|
|
24182
|
-
export const billingStatementReview: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementReview>;
|
|
24183
|
-
export const billingStatementReviewForm: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementReviewForm>;
|
|
24184
24416
|
export const billingStatementSummary: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementSummary>;
|
|
24185
24417
|
export const billingStatementTotals: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementTotals>;
|
|
24186
24418
|
export const billingStatementUpserted: PropTypes.Requireable<io.flow.internal.v0.models.BillingStatementUpserted>;
|
|
@@ -24250,7 +24482,9 @@ export const catalogItemRegionAvailabilities: PropTypes.Requireable<io.flow.inte
|
|
|
24250
24482
|
export const catalogItemRegionAvailabilitiesData: PropTypes.Requireable<io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesData>;
|
|
24251
24483
|
export const catalogItemRegionAvailabilitiesPublished: PropTypes.Requireable<io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished>;
|
|
24252
24484
|
export const catalogSettings: PropTypes.Requireable<io.flow.internal.v0.models.CatalogSettings>;
|
|
24485
|
+
export const catalogSettingsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CatalogSettingsDeleted>;
|
|
24253
24486
|
export const catalogSettingsPutForm: PropTypes.Requireable<io.flow.internal.v0.models.CatalogSettingsPutForm>;
|
|
24487
|
+
export const catalogSettingsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.CatalogSettingsUpserted>;
|
|
24254
24488
|
export const centerDefaults: PropTypes.Requireable<io.flow.internal.v0.models.CenterDefaults>;
|
|
24255
24489
|
export const centerDefaultsForm: PropTypes.Requireable<io.flow.internal.v0.models.CenterDefaultsForm>;
|
|
24256
24490
|
export const centerQueryBuilder: PropTypes.Requireable<io.flow.internal.v0.models.CenterQueryBuilder>;
|
|
@@ -24695,6 +24929,7 @@ export const classificationStatistics: PropTypes.Requireable<io.flow.internal.v0
|
|
|
24695
24929
|
export const classificationWrapper: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationWrapper>;
|
|
24696
24930
|
export const classifiedProduct: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProduct>;
|
|
24697
24931
|
export const classifiedProductDetail: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProductDetail>;
|
|
24932
|
+
export const commercialInvoiceComparison: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceComparison>;
|
|
24698
24933
|
export const compliance: PropTypes.Requireable<io.flow.internal.v0.models.Compliance>;
|
|
24699
24934
|
export const components: PropTypes.Requireable<io.flow.internal.v0.models.Components>;
|
|
24700
24935
|
export const consumerOptinActivity: PropTypes.Requireable<io.flow.internal.v0.models.ConsumerOptinActivity>;
|
|
@@ -24748,6 +24983,7 @@ export const debugTransactionFxRate: PropTypes.Requireable<io.flow.internal.v0.m
|
|
|
24748
24983
|
export const debugTransactionQueued: PropTypes.Requireable<io.flow.internal.v0.models.DebugTransactionQueued>;
|
|
24749
24984
|
export const decision: PropTypes.Requireable<io.flow.internal.v0.models.Decision>;
|
|
24750
24985
|
export const declineReasonChannelOrderAcceptance: PropTypes.Requireable<io.flow.internal.v0.models.DeclineReasonChannelOrderAcceptance>;
|
|
24986
|
+
export const declineReasonFraud: PropTypes.Requireable<io.flow.internal.v0.models.DeclineReasonFraud>;
|
|
24751
24987
|
export const decryptCipherForm: PropTypes.Requireable<io.flow.internal.v0.models.DecryptCipherForm>;
|
|
24752
24988
|
export const decryptedCipher: PropTypes.Requireable<io.flow.internal.v0.models.DecryptedCipher>;
|
|
24753
24989
|
export const deleteIndexTask: PropTypes.Requireable<io.flow.internal.v0.models.DeleteIndexTask>;
|
|
@@ -24885,6 +25121,8 @@ export const fileConfirmation: PropTypes.Requireable<io.flow.internal.v0.models.
|
|
|
24885
25121
|
export const fileConfirmationForm: PropTypes.Requireable<io.flow.internal.v0.models.FileConfirmationForm>;
|
|
24886
25122
|
export const fileMetadata: PropTypes.Requireable<io.flow.internal.v0.models.FileMetadata>;
|
|
24887
25123
|
export const fileMetadataCounts: PropTypes.Requireable<io.flow.internal.v0.models.FileMetadataCounts>;
|
|
25124
|
+
export const financeBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankAccount>;
|
|
25125
|
+
export const financeBankAccountOwner: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankAccountOwner>;
|
|
24888
25126
|
export const financialMerchantCategory: PropTypes.Requireable<io.flow.internal.v0.models.FinancialMerchantCategory>;
|
|
24889
25127
|
export const financialReportingStatement: PropTypes.Requireable<io.flow.internal.v0.models.FinancialReportingStatement>;
|
|
24890
25128
|
export const financialReportingStatementForm: PropTypes.Requireable<io.flow.internal.v0.models.FinancialReportingStatementForm>;
|
|
@@ -24897,6 +25135,8 @@ export const fiservAuthenticationForm: PropTypes.Requireable<io.flow.internal.v0
|
|
|
24897
25135
|
export const fiservMerchant: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchant>;
|
|
24898
25136
|
export const fiservMerchantModificationForm: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchantModificationForm>;
|
|
24899
25137
|
export const fiservMerchantPutForm: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchantPutForm>;
|
|
25138
|
+
export const flowAccount: PropTypes.Requireable<io.flow.internal.v0.models.FlowAccount>;
|
|
25139
|
+
export const flowChannelOrganization: PropTypes.Requireable<io.flow.internal.v0.models.FlowChannelOrganization>;
|
|
24900
25140
|
export const flowLabProject: PropTypes.Requireable<io.flow.internal.v0.models.FlowLabProject>;
|
|
24901
25141
|
export const flowLabProjectPostForm: PropTypes.Requireable<io.flow.internal.v0.models.FlowLabProjectPostForm>;
|
|
24902
25142
|
export const flowLabProjectPutForm: PropTypes.Requireable<io.flow.internal.v0.models.FlowLabProjectPutForm>;
|
|
@@ -24940,6 +25180,8 @@ export const fxRevenueRecognitionOrder: PropTypes.Requireable<io.flow.internal.v
|
|
|
24940
25180
|
export const fxRevenueRecognitionOrganization: PropTypes.Requireable<io.flow.internal.v0.models.FxRevenueRecognitionOrganization>;
|
|
24941
25181
|
export const fxRevenueRecognitionRate: PropTypes.Requireable<io.flow.internal.v0.models.FxRevenueRecognitionRate>;
|
|
24942
25182
|
export const fxRevenueRecognitionSource: PropTypes.Requireable<io.flow.internal.v0.models.FxRevenueRecognitionSource>;
|
|
25183
|
+
export const generateLoadMultipleOrgs: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadMultipleOrgs>;
|
|
25184
|
+
export const generateLoadSingleOrg: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadSingleOrg>;
|
|
24943
25185
|
export const giftCard: PropTypes.Requireable<io.flow.internal.v0.models.GiftCard>;
|
|
24944
25186
|
export const giftCardAuthorizationError: PropTypes.Requireable<io.flow.internal.v0.models.GiftCardAuthorizationError>;
|
|
24945
25187
|
export const giftCardForm: PropTypes.Requireable<io.flow.internal.v0.models.GiftCardForm>;
|
|
@@ -25251,6 +25493,9 @@ export const organizationBillingStatement: PropTypes.Requireable<io.flow.interna
|
|
|
25251
25493
|
export const organizationBooleanValue: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationBooleanValue>;
|
|
25252
25494
|
export const organizationBooleanValueDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationBooleanValueDeleted>;
|
|
25253
25495
|
export const organizationBooleanValueUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationBooleanValueUpserted>;
|
|
25496
|
+
export const organizationBusinessEntity: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationBusinessEntity>;
|
|
25497
|
+
export const organizationBusinessEntityDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationBusinessEntityDeleted>;
|
|
25498
|
+
export const organizationBusinessEntityUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationBusinessEntityUpserted>;
|
|
25254
25499
|
export const organizationCurrencySetting: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationCurrencySetting>;
|
|
25255
25500
|
export const organizationCurrencySettingDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationCurrencySettingDeleted>;
|
|
25256
25501
|
export const organizationCurrencySettingForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationCurrencySettingForm>;
|
|
@@ -25375,6 +25620,12 @@ export const rateDestinationFreshnessSummary: PropTypes.Requireable<io.flow.inte
|
|
|
25375
25620
|
export const rateFreshnessSummary: PropTypes.Requireable<io.flow.internal.v0.models.RateFreshnessSummary>;
|
|
25376
25621
|
export const rateFreshnessSummaryDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RateFreshnessSummaryDeleted>;
|
|
25377
25622
|
export const rateFreshnessSummaryUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RateFreshnessSummaryUpserted>;
|
|
25623
|
+
export const rateLevel: PropTypes.Requireable<io.flow.internal.v0.models.RateLevel>;
|
|
25624
|
+
export const rateLevelForm: PropTypes.Requireable<io.flow.internal.v0.models.RateLevelForm>;
|
|
25625
|
+
export const rateLevelOrganization: PropTypes.Requireable<io.flow.internal.v0.models.RateLevelOrganization>;
|
|
25626
|
+
export const rateLevelOrganizationForm: PropTypes.Requireable<io.flow.internal.v0.models.RateLevelOrganizationForm>;
|
|
25627
|
+
export const rateLevelRatecard: PropTypes.Requireable<io.flow.internal.v0.models.RateLevelRatecard>;
|
|
25628
|
+
export const rateLevelRatecardForm: PropTypes.Requireable<io.flow.internal.v0.models.RateLevelRatecardForm>;
|
|
25378
25629
|
export const rateNameSummary: PropTypes.Requireable<io.flow.internal.v0.models.RateNameSummary>;
|
|
25379
25630
|
export const rateSourceCompositionSummary: PropTypes.Requireable<io.flow.internal.v0.models.RateSourceCompositionSummary>;
|
|
25380
25631
|
export const rateSourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.RateSourceSummary>;
|
|
@@ -25391,6 +25642,12 @@ export const ratecardLaneAggregate: PropTypes.Requireable<io.flow.internal.v0.mo
|
|
|
25391
25642
|
export const ratecardLaneAggregateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLaneAggregateDeleted>;
|
|
25392
25643
|
export const ratecardLaneAggregateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLaneAggregateUpserted>;
|
|
25393
25644
|
export const ratecardLanesImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLanesImportRequest>;
|
|
25645
|
+
export const ratecardRateLevelDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelDeleted>;
|
|
25646
|
+
export const ratecardRateLevelOrganizationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted>;
|
|
25647
|
+
export const ratecardRateLevelOrganizationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted>;
|
|
25648
|
+
export const ratecardRateLevelRatecardDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted>;
|
|
25649
|
+
export const ratecardRateLevelRatecardUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted>;
|
|
25650
|
+
export const ratecardRateLevelUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelUpserted>;
|
|
25394
25651
|
export const ratecardServiceFeeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardServiceFeeDeleted>;
|
|
25395
25652
|
export const ratecardServiceFeeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardServiceFeeUpserted>;
|
|
25396
25653
|
export const ratecardServiceFeesOverride: PropTypes.Requireable<io.flow.internal.v0.models.RatecardServiceFeesOverride>;
|
|
@@ -25787,6 +26044,7 @@ export const featureValue: PropTypes.Requireable<io.flow.internal.v0.unions.Feat
|
|
|
25787
26044
|
export const fraudProviderConfiguration: PropTypes.Requireable<io.flow.internal.v0.unions.FraudProviderConfiguration>;
|
|
25788
26045
|
export const fraudProviderConfigurationForm: PropTypes.Requireable<io.flow.internal.v0.unions.FraudProviderConfigurationForm>;
|
|
25789
26046
|
export const fuelSurchargeServiceFeePutForm: PropTypes.Requireable<io.flow.internal.v0.unions.FuelSurchargeServiceFeePutForm>;
|
|
26047
|
+
export const generateLoad: PropTypes.Requireable<io.flow.internal.v0.unions.GenerateLoad>;
|
|
25790
26048
|
export const globalSearchResult: PropTypes.Requireable<io.flow.internal.v0.unions.GlobalSearchResult>;
|
|
25791
26049
|
export const heapEvent: PropTypes.Requireable<io.flow.internal.v0.unions.HeapEvent>;
|
|
25792
26050
|
export const indexTaskType: PropTypes.Requireable<io.flow.internal.v0.unions.IndexTaskType>;
|