@flowio/api-prop-types 10.16.93 → 10.16.95
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.d.ts +215 -99
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +215 -99
- package/src/api.js +270 -143
package/src/api.d.ts
CHANGED
|
@@ -157,6 +157,7 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
157
157
|
type BankIdeal = 'abn_amro' | 'asn_bank' | 'bunq' | 'handelsbanken' | 'ing' | 'knab' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
|
|
158
158
|
type BicIdeal = 'ABNANL2A' | 'ASNBNL21' | 'BITSNL2A' | 'BUNQNL2A' | 'FVLBNL22' | 'HANDNL2A' | 'INGBNL2A' | 'KNABNL2H' | 'MOYONL21' | 'NNBANL2G' | 'NTSBDEB1' | 'RABONL2U' | 'RBRBNL21' | 'REVOIE23' | 'REVOLT21' | 'SNSBNL2A' | 'TRIONL2U';
|
|
159
159
|
type CancellationReason = 'abandoned' | 'automatic' | 'duplicate' | 'failed_invoice' | 'fraudulent' | 'requested_by_customer' | 'void_invoice';
|
|
160
|
+
type CapabilityStatus = 'active' | 'disabled' | 'inactive' | 'pending' | 'unrequested';
|
|
160
161
|
type CaptureMethod = 'automatic' | 'manual';
|
|
161
162
|
type CardBrand = 'American Express' | 'MasterCard' | 'Discover' | 'JCB' | 'Diners Club' | 'Unknown';
|
|
162
163
|
type CardFundingType = 'credit' | 'debit' | 'prepaid' | 'unknown';
|
|
@@ -164,6 +165,9 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
164
165
|
type CheckOutcome = 'pass' | 'fail' | 'unavailable' | 'unchecked';
|
|
165
166
|
type CodeVerificationStatus = 'pending' | 'succeeded' | 'failed';
|
|
166
167
|
type ConfirmationMethod = 'automatic' | 'manual';
|
|
168
|
+
type ConnectReportReportingCategory = 'charge' | 'refund' | 'payout_reversal' | 'transfer' | 'transfer_reversal';
|
|
169
|
+
type ConnectReportShopPlan = 'shopify_plus' | 'standard';
|
|
170
|
+
type ConnectReportTransferType = 'ManagedMarketsRefundDebit' | 'ManagedMarketsDutiesAndTaxesAdjustmentDebit' | 'ManagedMarketsDisputedAmountDebit';
|
|
167
171
|
type DeclineCode = 'approve_with_id' | 'call_issuer' | 'card_not_supported' | 'card_velocity_exceeded' | 'currency_not_supported' | 'do_not_honor' | 'do_not_try_again' | 'duplicate_transaction' | 'expired_card' | 'fraudulent' | 'generic_decline' | 'incorrect_number' | 'incorrect_cvc' | 'incorrect_pin' | 'incorrect_zip' | 'insufficient_funds' | 'invalid_account' | 'invalid_amount' | 'invalid_cvc' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_number' | 'invalid_pin' | 'issuer_not_available' | 'lost_card' | 'new_account_information_available' | 'no_action_taken' | 'not_permitted' | 'pickup_card' | 'pin_try_exceeded' | 'processing_error' | 'reenter_transaction' | 'restricted_card' | 'revocation_of_all_authorizations' | 'revocation_of_authorization' | 'security_violation' | 'service_not_allowed' | 'stolen_card' | 'stop_payment_order' | 'testmode_decline' | 'transaction_not_allowed' | 'try_again_later' | 'withdrawal_count_limit_exceeded' | 'previously_declined_do_not_retry' | 'highest_risk_level' | 'requested_block_on_incorrect_cvc';
|
|
168
172
|
type DisputeEventType = 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated';
|
|
169
173
|
type DisputePaymentMethodDetailsCardCaseType = 'chargeback' | 'inquiry';
|
|
@@ -174,7 +178,7 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
174
178
|
type EarlyFraudWarningType = 'card_never_received' | 'fraudulent_card_application' | 'made_with_counterfeit_card' | 'made_with_lost_card' | 'made_with_stolen_card' | 'unauthorized_use_of_card' | 'misc';
|
|
175
179
|
type ErrorCode = 'invalid_number' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_cvc' | 'invalid_swipe_data' | 'country_code_invalid' | 'email_invalid' | 'postal_code_invalid' | 'invalid_characters' | 'url_invalid' | 'invalid_charge_amount' | 'incorrect_number' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_zip' | 'card_declined' | 'expired_card' | 'missing' | 'processing_error' | 'account_closed' | 'amount_too_small' | 'amount_too_large' | 'api_key_expired' | 'authentication_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'insufficient_funds' | 'intent_invalid_state' | 'livemode_mismatch' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_unexpected_state' | 'payment_intent_invalid_parameter' | 'payment_method_billing_details_address_missing' | 'payment_method_customer_decline' | 'payment_method_currency_mismatch' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'platform_api_key_expired' | 'refund_disputed_payment' | 'testmode_charges_only' | 'tls_version_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state';
|
|
176
180
|
type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
|
|
177
|
-
type EventType = 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
|
|
181
|
+
type EventType = 'capability.updated' | 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
|
|
178
182
|
type ExtendedAuthorizationStatus = 'enabled' | 'disabled';
|
|
179
183
|
type FeatureAvailability = 'available' | 'unavailable';
|
|
180
184
|
type KlarnaPaymentMethodCategoryType = 'direct_bank_transfer' | 'direct_debit' | 'pay_later' | 'pay_now' | 'pay_over_time';
|
|
@@ -266,6 +270,17 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
266
270
|
readonly 'type': io.flow.stripe.v0.enums.ApplePayType;
|
|
267
271
|
}
|
|
268
272
|
|
|
273
|
+
interface Capability {
|
|
274
|
+
readonly 'id': string;
|
|
275
|
+
readonly 'account': string;
|
|
276
|
+
readonly 'requested': boolean;
|
|
277
|
+
readonly 'requirements': any/*object*/;
|
|
278
|
+
readonly 'status': io.flow.stripe.v0.enums.CapabilityStatus;
|
|
279
|
+
readonly 'object': string;
|
|
280
|
+
readonly 'future_requirements': any/*object*/;
|
|
281
|
+
readonly 'requested_at'?: number;
|
|
282
|
+
}
|
|
283
|
+
|
|
269
284
|
interface Card {
|
|
270
285
|
readonly 'id': string;
|
|
271
286
|
readonly 'object': string;
|
|
@@ -409,6 +424,46 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
409
424
|
readonly 'status': io.flow.stripe.v0.enums.CodeVerificationStatus;
|
|
410
425
|
}
|
|
411
426
|
|
|
427
|
+
interface ConnectReportRecord {
|
|
428
|
+
readonly 'created_utc': string;
|
|
429
|
+
readonly 'charge_id'?: string;
|
|
430
|
+
readonly 'payment_intent_id'?: string;
|
|
431
|
+
readonly 'gross': number;
|
|
432
|
+
readonly 'fee': number;
|
|
433
|
+
readonly 'net': number;
|
|
434
|
+
readonly 'currency': string;
|
|
435
|
+
readonly 'connected_account': string;
|
|
436
|
+
readonly 'reporting_category': io.flow.stripe.v0.enums.ConnectReportReportingCategory;
|
|
437
|
+
readonly 'dispute_reason'?: io.flow.stripe.v0.enums.DisputeReason;
|
|
438
|
+
readonly 'available_on_utc': string;
|
|
439
|
+
readonly 'automatic_payout_effective_at_utc'?: string;
|
|
440
|
+
readonly 'source_id'?: string;
|
|
441
|
+
readonly 'customer_facing_amount'?: number;
|
|
442
|
+
readonly 'customer_facing_currency'?: string;
|
|
443
|
+
readonly 'payment_method_type'?: string;
|
|
444
|
+
readonly 'card_brand'?: string;
|
|
445
|
+
readonly 'statement_descriptor'?: string;
|
|
446
|
+
readonly 'payment_metadata'?: io.flow.stripe.v0.models.ConnectReportRecordPaymentMetadata;
|
|
447
|
+
readonly 'transfer_metadata'?: any/*object*/;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
interface ConnectReportRecordPaymentMetadata {
|
|
451
|
+
readonly 'shop_id'?: number;
|
|
452
|
+
readonly 'shop_plan'?: io.flow.stripe.v0.enums.ConnectReportShopPlan;
|
|
453
|
+
readonly 'checkout_id'?: string;
|
|
454
|
+
readonly 'order_id'?: number;
|
|
455
|
+
readonly 'order_transaction_id'?: number;
|
|
456
|
+
readonly 'transfer_type'?: io.flow.stripe.v0.enums.ConnectReportTransferType;
|
|
457
|
+
readonly 'transfer_exchange_rate'?: number;
|
|
458
|
+
readonly 'charge_total'?: number;
|
|
459
|
+
readonly 'charge_currency'?: string;
|
|
460
|
+
readonly 'charge_exchange_rate'?: number;
|
|
461
|
+
readonly 'duties'?: number;
|
|
462
|
+
readonly 'import_taxes'?: number;
|
|
463
|
+
readonly 'mor_fee'?: number;
|
|
464
|
+
readonly 'fx_fee'?: number;
|
|
465
|
+
}
|
|
466
|
+
|
|
412
467
|
interface Customer {
|
|
413
468
|
readonly 'id': string;
|
|
414
469
|
readonly 'object': string;
|
|
@@ -1497,6 +1552,12 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1497
1552
|
interface GraphqlMetaobject {
|
|
1498
1553
|
readonly 'id': string;
|
|
1499
1554
|
readonly 'displayName': string;
|
|
1555
|
+
readonly 'fields': io.flow.shopify.external.v0.models.GraphqlMetaobjectField[];
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
interface GraphqlMetaobjectField {
|
|
1559
|
+
readonly 'key': string;
|
|
1560
|
+
readonly 'value'?: string;
|
|
1500
1561
|
}
|
|
1501
1562
|
|
|
1502
1563
|
interface GraphqlOption {
|
|
@@ -2474,7 +2535,7 @@ declare namespace io.flow.common.v0.enums {
|
|
|
2474
2535
|
type RoundingType = 'pattern' | 'multiple';
|
|
2475
2536
|
type ScheduleExceptionStatus = 'Open' | 'Closed';
|
|
2476
2537
|
type SortDirection = 'ascending' | 'descending';
|
|
2477
|
-
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
2538
|
+
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
2478
2539
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
2479
2540
|
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
2480
2541
|
type ValueAddedService = 'Hazardous Material';
|
|
@@ -4145,29 +4206,6 @@ declare namespace io.flow.tech.onboarding.playground.v0.models {
|
|
|
4145
4206
|
}
|
|
4146
4207
|
}
|
|
4147
4208
|
|
|
4148
|
-
declare namespace io.flow.currency.v0.models {
|
|
4149
|
-
interface Rate {
|
|
4150
|
-
readonly 'id': string;
|
|
4151
|
-
readonly 'base': string;
|
|
4152
|
-
readonly 'target': string;
|
|
4153
|
-
readonly 'effective_at': string;
|
|
4154
|
-
readonly 'value': number;
|
|
4155
|
-
}
|
|
4156
|
-
|
|
4157
|
-
interface RateForm {
|
|
4158
|
-
readonly 'base': string;
|
|
4159
|
-
readonly 'target': string;
|
|
4160
|
-
readonly 'effective_at': string;
|
|
4161
|
-
}
|
|
4162
|
-
|
|
4163
|
-
interface RateVersion {
|
|
4164
|
-
readonly 'id': string;
|
|
4165
|
-
readonly 'timestamp': string;
|
|
4166
|
-
readonly 'type': io.flow.common.v0.enums.ChangeType;
|
|
4167
|
-
readonly 'rate': io.flow.currency.v0.models.Rate;
|
|
4168
|
-
}
|
|
4169
|
-
}
|
|
4170
|
-
|
|
4171
4209
|
declare namespace io.flow.organization.v0.enums {
|
|
4172
4210
|
type CountryPickerSource = 'experience' | 'destination';
|
|
4173
4211
|
type EcommercePlatformType = 'commercetools' | 'custom' | 'hybris' | 'magento' | 'shopify' | 'shopify_markets' | 'sfcc' | 'solidus' | 'workarea';
|
|
@@ -5074,6 +5112,69 @@ declare namespace io.flow.query.builder.v0.unions {
|
|
|
5074
5112
|
type QueryFilterForm = (io.flow.query.builder.v0.models.QueryFilterStructuredForm | io.flow.query.builder.v0.models.QueryFilterUnstructuredForm);
|
|
5075
5113
|
}
|
|
5076
5114
|
|
|
5115
|
+
declare namespace io.flow.sellability.v0.enums {
|
|
5116
|
+
type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
|
|
5117
|
+
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
|
|
5118
|
+
}
|
|
5119
|
+
|
|
5120
|
+
declare namespace io.flow.sellability.v0.models {
|
|
5121
|
+
interface ProductSellability {
|
|
5122
|
+
readonly 'shop_id': string;
|
|
5123
|
+
readonly 'product_id'?: string;
|
|
5124
|
+
readonly 'request_id': string;
|
|
5125
|
+
readonly 'hs6_code': string;
|
|
5126
|
+
readonly 'restricted_regions': io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
5127
|
+
}
|
|
5128
|
+
|
|
5129
|
+
interface ProductSellabilityForm {
|
|
5130
|
+
readonly 'shop_id': string;
|
|
5131
|
+
readonly 'product_id'?: string;
|
|
5132
|
+
readonly 'request_id': string;
|
|
5133
|
+
readonly 'name': string;
|
|
5134
|
+
readonly 'price': io.flow.sellability.v0.models.ProductSellabilityPrice;
|
|
5135
|
+
readonly 'description': string;
|
|
5136
|
+
readonly 'taxonomy_category': io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
5137
|
+
}
|
|
5138
|
+
|
|
5139
|
+
interface ProductSellabilityPrice {
|
|
5140
|
+
readonly 'currency': string;
|
|
5141
|
+
readonly 'amount': number;
|
|
5142
|
+
}
|
|
5143
|
+
|
|
5144
|
+
interface SellabilityError {
|
|
5145
|
+
readonly 'code': io.flow.sellability.v0.enums.SellabilityErrorCode;
|
|
5146
|
+
readonly 'messages': string[];
|
|
5147
|
+
}
|
|
5148
|
+
|
|
5149
|
+
interface SellablilityRegionResult {
|
|
5150
|
+
readonly 'type': io.flow.sellability.v0.enums.RuleEffectType;
|
|
5151
|
+
readonly 'regions': string[];
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
|
|
5155
|
+
declare namespace io.flow.currency.v0.models {
|
|
5156
|
+
interface Rate {
|
|
5157
|
+
readonly 'id': string;
|
|
5158
|
+
readonly 'base': string;
|
|
5159
|
+
readonly 'target': string;
|
|
5160
|
+
readonly 'effective_at': string;
|
|
5161
|
+
readonly 'value': number;
|
|
5162
|
+
}
|
|
5163
|
+
|
|
5164
|
+
interface RateForm {
|
|
5165
|
+
readonly 'base': string;
|
|
5166
|
+
readonly 'target': string;
|
|
5167
|
+
readonly 'effective_at': string;
|
|
5168
|
+
}
|
|
5169
|
+
|
|
5170
|
+
interface RateVersion {
|
|
5171
|
+
readonly 'id': string;
|
|
5172
|
+
readonly 'timestamp': string;
|
|
5173
|
+
readonly 'type': io.flow.common.v0.enums.ChangeType;
|
|
5174
|
+
readonly 'rate': io.flow.currency.v0.models.Rate;
|
|
5175
|
+
}
|
|
5176
|
+
}
|
|
5177
|
+
|
|
5077
5178
|
declare namespace io.flow.v0.enums {
|
|
5078
5179
|
type AbandonedOrderPromotionStatus = 'active' | 'inactive';
|
|
5079
5180
|
type AbandonedOrderSettingStatus = 'active' | 'inactive';
|
|
@@ -5130,7 +5231,7 @@ declare namespace io.flow.v0.enums {
|
|
|
5130
5231
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
5131
5232
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
5132
5233
|
type Environment = 'sandbox' | 'production';
|
|
5133
|
-
type EventType = '
|
|
5234
|
+
type EventType = 'test_upserted' | 'generate_load' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'ansh_item_upserted' | 'ansh_item_deleted' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_shopify_order_state_upserted' | 'channel_shopify_order_state_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'ge_item_inserted' | 'ge_item_updated' | 'ge_item_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'authorization_retry_upserted' | 'authorization_retry_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'product_inserted' | 'product_updated' | 'product_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'return_upserted' | 'return_deleted' | 'return_upserted_v2' | 'return_deleted_v2' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
|
|
5134
5235
|
type ExceptionType = 'open' | 'closed';
|
|
5135
5236
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
5136
5237
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -5151,6 +5252,9 @@ declare namespace io.flow.v0.enums {
|
|
|
5151
5252
|
type FulfillmentMethodType = 'fulfillment_method';
|
|
5152
5253
|
type FulfillmentMethodValue = 'digital' | 'physical';
|
|
5153
5254
|
type FulfillmentRouting = 'fulfilled_from_center' | 'fulfillment_service';
|
|
5255
|
+
type GeCatalogItemIngestionResponse = 'ge_catalog_item_ingestion_success' | 'ge_catalog_item_ingestion_failure';
|
|
5256
|
+
type GeEnvironment = 'production' | 'sandbox';
|
|
5257
|
+
type GeEventType = 'restriction_result' | 'ingestion_result';
|
|
5154
5258
|
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
5155
5259
|
type GoodsSupply = 'export' | 'intra_community' | 'local';
|
|
5156
5260
|
type HolidayCalendar = 'us_bank_holidays' | 'jewish_holidays';
|
|
@@ -5183,7 +5287,6 @@ declare namespace io.flow.v0.enums {
|
|
|
5183
5287
|
type OnboardingApplicationStatus = 'to_do' | 'in_progress' | 'on_hold' | 'rejected' | 'accepted';
|
|
5184
5288
|
type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box' | 'exception_merchant' | 'application_missing' | 'missing_logistics_contact_info';
|
|
5185
5289
|
type OnboardingTradeSector = 'accessories' | 'animals_and_pet_supplies' | 'apparel' | 'apparel_and_accessories' | 'arts_and_entertainment' | 'baby_and_toddler' | 'business_and_industrial' | 'cameras_and_optics' | 'electronics' | 'food_beverages_and_tobacco' | 'furniture' | 'gift_cards' | 'hardware' | 'health_and_beauty' | 'home_and_garden' | 'jewelry' | 'luggage_and_bags' | 'mature' | 'media' | 'office_supplies' | 'paper_and_art' | 'religious_and_ceremonial' | 'software' | 'sporting_goods' | 'sports_and_fitness' | 'toys_and_games' | 'toys_hobbies_gifts' | 'vehicles_and_parts' | 'other';
|
|
5186
|
-
type OptinResponseType = 'not_shown' | 'opted_in' | 'opted_out';
|
|
5187
5290
|
type OrderChangeSource = 'consumer' | 'retailer' | 'fulfillment' | 'flow' | 'carrier';
|
|
5188
5291
|
type OrderErrorCode = 'generic_error' | 'order_item_not_available' | 'order_identifier_error' | 'authorization_invalid' | 'domestic_shipping_unavailable' | 'shipping_unavailable' | 'value_threshold_exceeded' | 'invalid_currency' | 'invalid_country' | 'invalid_region' | 'invalid_language' | 'item_out_of_stock' | 'gift_card_not_accepted' | 'total_changed';
|
|
5189
5292
|
type OrderMerchantOfRecord = 'flow' | 'organization' | 'mixed';
|
|
@@ -5195,7 +5298,7 @@ declare namespace io.flow.v0.enums {
|
|
|
5195
5298
|
type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
|
|
5196
5299
|
type OrderStatus = 'open' | 'submitted';
|
|
5197
5300
|
type OrderStorage = 'do_not_persist' | 'persist';
|
|
5198
|
-
type OrderType = 'standard' | 'replacement';
|
|
5301
|
+
type OrderType = 'standard' | 'replacement' | 'edit';
|
|
5199
5302
|
type OrganizationPaymentMethodTag = 'deny';
|
|
5200
5303
|
type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
|
|
5201
5304
|
type OrganizationType = 'standalone' | 'channel';
|
|
@@ -5204,6 +5307,7 @@ declare namespace io.flow.v0.enums {
|
|
|
5204
5307
|
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';
|
|
5205
5308
|
type PaymentErrorCode = 'duplicate' | 'invalid_amount' | 'invalid_currency' | 'invalid_method' | 'invalid_order' | 'invalid_customer' | 'invalid_destination' | 'unknown';
|
|
5206
5309
|
type PaymentFailureCode = 'action_expired' | 'action_cancelled' | 'action_failed' | 'authorization_declined' | 'not_supported' | 'fraudulent' | 'error' | 'payment_checks_declined';
|
|
5310
|
+
type PaymentFeeType = 'fx' | 'mor';
|
|
5207
5311
|
type PaymentMethodCapability = 'credit' | 'debit';
|
|
5208
5312
|
type PaymentMethodDataOptionType = 'ideal_issuer_option';
|
|
5209
5313
|
type PaymentMethodRuleContentKey = 'description';
|
|
@@ -5277,13 +5381,13 @@ declare namespace io.flow.v0.enums {
|
|
|
5277
5381
|
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
5278
5382
|
type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
|
|
5279
5383
|
type TradeAgreementStatus = 'supported' | 'not_supported';
|
|
5280
|
-
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'non_l4l_tax_duty_fx' | 'ge_revenue_share'
|
|
5384
|
+
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'non_l4l_tax_duty_fx' | 'ge_revenue_share';
|
|
5281
5385
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
5282
5386
|
type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction' | 'security' | 'eei_filing' | 'fixed_ddp' | 'fixed_currency_conversion' | 'prohibited_item' | 'undeliverable_shipment' | 'signature_required' | 'direct_delivery' | 'saturday_stop' | 'residential_extended_area_pickup' | 'package_level_detail';
|
|
5283
5387
|
type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
|
|
5284
|
-
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
5388
|
+
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
5285
5389
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
5286
|
-
type UnitOfVolume = 'cubic_inch' | 'cubic_meter';
|
|
5390
|
+
type UnitOfVolume = 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter';
|
|
5287
5391
|
type UnitOfWeight = 'gram' | 'kilogram' | 'ounce' | 'pound';
|
|
5288
5392
|
type UpdatePolicy = 'auto' | 'queue' | 'discard';
|
|
5289
5393
|
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
@@ -6253,28 +6357,6 @@ declare namespace io.flow.v0.models {
|
|
|
6253
6357
|
readonly 'hub_code'?: string;
|
|
6254
6358
|
}
|
|
6255
6359
|
|
|
6256
|
-
interface BrowseOptinResponses {
|
|
6257
|
-
readonly 'id': string;
|
|
6258
|
-
readonly 'session_id': string;
|
|
6259
|
-
readonly 'optin_responses': io.flow.v0.models.OptinResponse[];
|
|
6260
|
-
}
|
|
6261
|
-
|
|
6262
|
-
interface BrowseOptinResponsesDeleted {
|
|
6263
|
-
readonly 'discriminator': 'browse_optin_responses_deleted';
|
|
6264
|
-
readonly 'event_id': string;
|
|
6265
|
-
readonly 'timestamp': string;
|
|
6266
|
-
readonly 'organization': string;
|
|
6267
|
-
readonly 'id': string;
|
|
6268
|
-
}
|
|
6269
|
-
|
|
6270
|
-
interface BrowseOptinResponsesUpserted {
|
|
6271
|
-
readonly 'discriminator': 'browse_optin_responses_upserted';
|
|
6272
|
-
readonly 'event_id': string;
|
|
6273
|
-
readonly 'timestamp': string;
|
|
6274
|
-
readonly 'organization': string;
|
|
6275
|
-
readonly 'browse_optin_responses': io.flow.v0.models.BrowseOptinResponses;
|
|
6276
|
-
}
|
|
6277
|
-
|
|
6278
6360
|
interface BrowserInfo {
|
|
6279
6361
|
readonly 'origin'?: string;
|
|
6280
6362
|
readonly 'language'?: string;
|
|
@@ -6304,6 +6386,7 @@ declare namespace io.flow.v0.models {
|
|
|
6304
6386
|
readonly 'attributes'?: Record<string, string>;
|
|
6305
6387
|
readonly 'status'?: io.flow.v0.enums.CaptureStatus;
|
|
6306
6388
|
readonly 'base'?: io.flow.v0.models.Money;
|
|
6389
|
+
readonly 'fees'?: io.flow.v0.models.PaymentFee[];
|
|
6307
6390
|
}
|
|
6308
6391
|
|
|
6309
6392
|
interface CaptureDeleted {
|
|
@@ -7101,29 +7184,6 @@ declare namespace io.flow.v0.models {
|
|
|
7101
7184
|
readonly 'value': string;
|
|
7102
7185
|
}
|
|
7103
7186
|
|
|
7104
|
-
interface CheckoutOptinResponses {
|
|
7105
|
-
readonly 'id': string;
|
|
7106
|
-
readonly 'order_number': string;
|
|
7107
|
-
readonly 'session_id': string;
|
|
7108
|
-
readonly 'optin_responses': io.flow.v0.models.OptinResponse[];
|
|
7109
|
-
}
|
|
7110
|
-
|
|
7111
|
-
interface CheckoutOptinResponsesDeleted {
|
|
7112
|
-
readonly 'discriminator': 'checkout_optin_responses_deleted';
|
|
7113
|
-
readonly 'event_id': string;
|
|
7114
|
-
readonly 'timestamp': string;
|
|
7115
|
-
readonly 'organization': string;
|
|
7116
|
-
readonly 'id': string;
|
|
7117
|
-
}
|
|
7118
|
-
|
|
7119
|
-
interface CheckoutOptinResponsesUpserted {
|
|
7120
|
-
readonly 'discriminator': 'checkout_optin_responses_upserted';
|
|
7121
|
-
readonly 'event_id': string;
|
|
7122
|
-
readonly 'timestamp': string;
|
|
7123
|
-
readonly 'organization': string;
|
|
7124
|
-
readonly 'checkout_optin_responses': io.flow.v0.models.CheckoutOptinResponses;
|
|
7125
|
-
}
|
|
7126
|
-
|
|
7127
7187
|
interface CheckoutReference {
|
|
7128
7188
|
readonly 'id': string;
|
|
7129
7189
|
}
|
|
@@ -8084,6 +8144,7 @@ declare namespace io.flow.v0.models {
|
|
|
8084
8144
|
interface DutiesTaxesPaidSurchargeServiceFee {
|
|
8085
8145
|
readonly 'discriminator': 'duties_taxes_paid_surcharge_service_fee';
|
|
8086
8146
|
readonly 'amount': io.flow.v0.models.Money;
|
|
8147
|
+
readonly 'destination_countries'?: string[];
|
|
8087
8148
|
readonly 'starts_at'?: string;
|
|
8088
8149
|
readonly 'ends_at'?: string;
|
|
8089
8150
|
}
|
|
@@ -8636,6 +8697,12 @@ declare namespace io.flow.v0.models {
|
|
|
8636
8697
|
readonly 'export': io.flow.v0.models.Export;
|
|
8637
8698
|
}
|
|
8638
8699
|
|
|
8700
|
+
interface ExternalCard {
|
|
8701
|
+
readonly 'discriminator': 'external_card';
|
|
8702
|
+
readonly 'id': string;
|
|
8703
|
+
readonly 'type'?: io.flow.v0.enums.CardType;
|
|
8704
|
+
}
|
|
8705
|
+
|
|
8639
8706
|
interface FeeDeduction {
|
|
8640
8707
|
readonly 'type': io.flow.v0.enums.FeeDeductionType;
|
|
8641
8708
|
readonly 'amount': number;
|
|
@@ -8934,6 +9001,45 @@ declare namespace io.flow.v0.models {
|
|
|
8934
9001
|
readonly 'landed_costs': io.flow.v0.models.LaneLandedCost[];
|
|
8935
9002
|
}
|
|
8936
9003
|
|
|
9004
|
+
interface GeCatalogItemIngestionResult {
|
|
9005
|
+
readonly 'discriminator': 'ge_catalog_item_ingestion_result';
|
|
9006
|
+
readonly 'event_id': string;
|
|
9007
|
+
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
9008
|
+
readonly 'environment': io.flow.v0.enums.GeEnvironment;
|
|
9009
|
+
readonly 'timestamp': string;
|
|
9010
|
+
readonly 'source': string;
|
|
9011
|
+
readonly 'response': io.flow.v0.enums.GeCatalogItemIngestionResponse;
|
|
9012
|
+
readonly 'message': string;
|
|
9013
|
+
}
|
|
9014
|
+
|
|
9015
|
+
interface GeCatalogItemInput {
|
|
9016
|
+
readonly 'event_id': string;
|
|
9017
|
+
readonly 'number': string;
|
|
9018
|
+
readonly 'organization_id': string;
|
|
9019
|
+
readonly 'name': string;
|
|
9020
|
+
readonly 'description': string;
|
|
9021
|
+
readonly 'price': io.flow.v0.models.GeInputPrice;
|
|
9022
|
+
readonly 'attributes': io.flow.v0.models.GeInputAttributes;
|
|
9023
|
+
readonly 'locale': string;
|
|
9024
|
+
readonly 'id': string;
|
|
9025
|
+
readonly 'categories': string[];
|
|
9026
|
+
readonly 'created_at': string;
|
|
9027
|
+
readonly 'updated_at': string;
|
|
9028
|
+
readonly 'images': string[];
|
|
9029
|
+
}
|
|
9030
|
+
|
|
9031
|
+
interface GeInputAttributes {
|
|
9032
|
+
readonly 'country_of_origin': string;
|
|
9033
|
+
readonly 'ge_hs6_code': string;
|
|
9034
|
+
readonly 'product_id': string;
|
|
9035
|
+
}
|
|
9036
|
+
|
|
9037
|
+
interface GeInputPrice {
|
|
9038
|
+
readonly 'amount': number;
|
|
9039
|
+
readonly 'currency': string;
|
|
9040
|
+
readonly 'label': string;
|
|
9041
|
+
}
|
|
9042
|
+
|
|
8937
9043
|
interface GeItemDeleted {
|
|
8938
9044
|
readonly 'discriminator': 'ge_item_deleted';
|
|
8939
9045
|
readonly 'event_id': string;
|
|
@@ -8958,19 +9064,23 @@ declare namespace io.flow.v0.models {
|
|
|
8958
9064
|
readonly 'item': io.flow.v0.models.Item;
|
|
8959
9065
|
}
|
|
8960
9066
|
|
|
8961
|
-
interface
|
|
8962
|
-
readonly 'discriminator': '
|
|
9067
|
+
interface GeProductRestrictionResultDelete {
|
|
9068
|
+
readonly 'discriminator': 'ge_product_restriction_result_delete';
|
|
9069
|
+
readonly 'organization': string;
|
|
8963
9070
|
readonly 'event_id': string;
|
|
9071
|
+
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
9072
|
+
readonly 'environment': io.flow.v0.enums.GeEnvironment;
|
|
8964
9073
|
readonly 'timestamp': string;
|
|
8965
|
-
readonly 'organization': string;
|
|
8966
9074
|
readonly 'id': string;
|
|
8967
9075
|
}
|
|
8968
9076
|
|
|
8969
|
-
interface
|
|
8970
|
-
readonly 'discriminator': '
|
|
9077
|
+
interface GeProductRestrictionResultUpsert {
|
|
9078
|
+
readonly 'discriminator': 'ge_product_restriction_result_upsert';
|
|
9079
|
+
readonly 'organization': string;
|
|
8971
9080
|
readonly 'event_id': string;
|
|
9081
|
+
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
9082
|
+
readonly 'environment': io.flow.v0.enums.GeEnvironment;
|
|
8972
9083
|
readonly 'timestamp': string;
|
|
8973
|
-
readonly 'organization': string;
|
|
8974
9084
|
readonly 'ge_product_restriction_result': io.flow.v0.models.ProductRestrictionResult;
|
|
8975
9085
|
}
|
|
8976
9086
|
|
|
@@ -10502,11 +10612,6 @@ declare namespace io.flow.v0.models {
|
|
|
10502
10612
|
readonly 'phone'?: string;
|
|
10503
10613
|
}
|
|
10504
10614
|
|
|
10505
|
-
interface OptinResponse {
|
|
10506
|
-
readonly 'key': string;
|
|
10507
|
-
readonly 'value': io.flow.v0.enums.OptinResponseType;
|
|
10508
|
-
}
|
|
10509
|
-
|
|
10510
10615
|
interface OptionWeightEstimates {
|
|
10511
10616
|
readonly 'gravitational': io.flow.v0.models.Measurement;
|
|
10512
10617
|
readonly 'dimensional': io.flow.v0.models.Measurement;
|
|
@@ -11684,6 +11789,12 @@ declare namespace io.flow.v0.models {
|
|
|
11684
11789
|
readonly 'failure_message': string;
|
|
11685
11790
|
}
|
|
11686
11791
|
|
|
11792
|
+
interface PaymentFee {
|
|
11793
|
+
readonly 'type': io.flow.v0.enums.PaymentFeeType;
|
|
11794
|
+
readonly 'money': io.flow.v0.models.Money;
|
|
11795
|
+
readonly 'base'?: io.flow.v0.models.Money;
|
|
11796
|
+
}
|
|
11797
|
+
|
|
11687
11798
|
interface PaymentInformation {
|
|
11688
11799
|
readonly 'amount_refundable'?: number;
|
|
11689
11800
|
readonly 'amount_refunded'?: number;
|
|
@@ -12691,6 +12802,7 @@ declare namespace io.flow.v0.models {
|
|
|
12691
12802
|
readonly 'updated_by'?: string;
|
|
12692
12803
|
readonly 'product_restriction_id'?: string;
|
|
12693
12804
|
readonly 'hs_code'?: string;
|
|
12805
|
+
readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
12694
12806
|
}
|
|
12695
12807
|
|
|
12696
12808
|
interface ProductRestrictionResultDeleted {
|
|
@@ -15448,8 +15560,8 @@ declare namespace io.flow.v0.unions {
|
|
|
15448
15560
|
type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
|
|
15449
15561
|
type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
|
|
15450
15562
|
type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
|
|
15451
|
-
type Event = (io.flow.v0.models.
|
|
15452
|
-
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary);
|
|
15563
|
+
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.AldoItemUpserted | io.flow.v0.models.AldoItemDeleted | io.flow.v0.models.AnshItemUpserted | io.flow.v0.models.AnshItemDeleted | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | io.flow.v0.models.ChannelShopifyOrderStateUpserted | io.flow.v0.models.ChannelShopifyOrderStateDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.GeItemInserted | io.flow.v0.models.GeItemUpdated | io.flow.v0.models.GeItemDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.AuthorizationRetryUpserted | io.flow.v0.models.AuthorizationRetryDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PaymentRequestDeleted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.ProductInserted | io.flow.v0.models.ProductUpdated | io.flow.v0.models.ProductDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ReturnUpserted | io.flow.v0.models.ReturnDeleted | io.flow.v0.models.ReturnUpsertedV2 | io.flow.v0.models.ReturnDeletedV2 | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted);
|
|
15564
|
+
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary | io.flow.v0.models.ExternalCard);
|
|
15453
15565
|
type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
|
|
15454
15566
|
type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
|
|
15455
15567
|
type ExpandableOrder = (io.flow.v0.models.Order | io.flow.v0.models.OrderReference);
|
|
@@ -15464,6 +15576,7 @@ declare namespace io.flow.v0.unions {
|
|
|
15464
15576
|
type FuelSurchargeRate = (io.flow.v0.models.FuelSurchargePercent | io.flow.v0.models.FuelSurchargeByWeight);
|
|
15465
15577
|
type GatewayAuthenticationData = (io.flow.v0.models.StripeAuthenticationData);
|
|
15466
15578
|
type GatewayAuthenticationDataForm = (io.flow.v0.models.StripeAuthenticationDataForm);
|
|
15579
|
+
type GeRestrictionEvent = (io.flow.v0.models.GeProductRestrictionResultUpsert | io.flow.v0.models.GeProductRestrictionResultDelete | io.flow.v0.models.GeCatalogItemIngestionResult);
|
|
15467
15580
|
type InlineActionConfiguration = (io.flow.v0.models.BrowserInlineActionConfiguration);
|
|
15468
15581
|
type InputSpecificationLimitation = (io.flow.v0.models.InputSpecificationLimitationMax);
|
|
15469
15582
|
type KnowYourBusiness = (io.flow.v0.models.KnowYourBusinessUsa);
|
|
@@ -15614,6 +15727,9 @@ export const fulfillmentItemQuantityStatus: PropTypes.Requireable<io.flow.v0.enu
|
|
|
15614
15727
|
export const fulfillmentMethodType: PropTypes.Requireable<io.flow.v0.enums.FulfillmentMethodType>;
|
|
15615
15728
|
export const fulfillmentMethodValue: PropTypes.Requireable<io.flow.v0.enums.FulfillmentMethodValue>;
|
|
15616
15729
|
export const fulfillmentRouting: PropTypes.Requireable<io.flow.v0.enums.FulfillmentRouting>;
|
|
15730
|
+
export const geCatalogItemIngestionResponse: PropTypes.Requireable<io.flow.v0.enums.GeCatalogItemIngestionResponse>;
|
|
15731
|
+
export const geEnvironment: PropTypes.Requireable<io.flow.v0.enums.GeEnvironment>;
|
|
15732
|
+
export const geEventType: PropTypes.Requireable<io.flow.v0.enums.GeEventType>;
|
|
15617
15733
|
export const genericErrorCode: PropTypes.Requireable<io.flow.v0.enums.GenericErrorCode>;
|
|
15618
15734
|
export const goodsSupply: PropTypes.Requireable<io.flow.v0.enums.GoodsSupply>;
|
|
15619
15735
|
export const holidayCalendar: PropTypes.Requireable<io.flow.v0.enums.HolidayCalendar>;
|
|
@@ -15646,7 +15762,6 @@ export const method: PropTypes.Requireable<io.flow.v0.enums.Method>;
|
|
|
15646
15762
|
export const onboardingApplicationStatus: PropTypes.Requireable<io.flow.v0.enums.OnboardingApplicationStatus>;
|
|
15647
15763
|
export const onboardingBlockedReason: PropTypes.Requireable<io.flow.v0.enums.OnboardingBlockedReason>;
|
|
15648
15764
|
export const onboardingTradeSector: PropTypes.Requireable<io.flow.v0.enums.OnboardingTradeSector>;
|
|
15649
|
-
export const optinResponseType: PropTypes.Requireable<io.flow.v0.enums.OptinResponseType>;
|
|
15650
15765
|
export const orderChangeSource: PropTypes.Requireable<io.flow.v0.enums.OrderChangeSource>;
|
|
15651
15766
|
export const orderErrorCode: PropTypes.Requireable<io.flow.v0.enums.OrderErrorCode>;
|
|
15652
15767
|
export const orderMerchantOfRecord: PropTypes.Requireable<io.flow.v0.enums.OrderMerchantOfRecord>;
|
|
@@ -15667,6 +15782,7 @@ export const packageDimensionsSource: PropTypes.Requireable<io.flow.v0.enums.Pac
|
|
|
15667
15782
|
export const paymentActionType: PropTypes.Requireable<io.flow.v0.enums.PaymentActionType>;
|
|
15668
15783
|
export const paymentErrorCode: PropTypes.Requireable<io.flow.v0.enums.PaymentErrorCode>;
|
|
15669
15784
|
export const paymentFailureCode: PropTypes.Requireable<io.flow.v0.enums.PaymentFailureCode>;
|
|
15785
|
+
export const paymentFeeType: PropTypes.Requireable<io.flow.v0.enums.PaymentFeeType>;
|
|
15670
15786
|
export const paymentMethodCapability: PropTypes.Requireable<io.flow.v0.enums.PaymentMethodCapability>;
|
|
15671
15787
|
export const paymentMethodDataOptionType: PropTypes.Requireable<io.flow.v0.enums.PaymentMethodDataOptionType>;
|
|
15672
15788
|
export const paymentMethodRuleContentKey: PropTypes.Requireable<io.flow.v0.enums.PaymentMethodRuleContentKey>;
|
|
@@ -15887,9 +16003,6 @@ export const billingDiscount: PropTypes.Requireable<io.flow.v0.models.BillingDis
|
|
|
15887
16003
|
export const bridgeManifest: PropTypes.Requireable<io.flow.v0.models.BridgeManifest>;
|
|
15888
16004
|
export const bridgeManifestForm: PropTypes.Requireable<io.flow.v0.models.BridgeManifestForm>;
|
|
15889
16005
|
export const bridgeShippingLabelForm: PropTypes.Requireable<io.flow.v0.models.BridgeShippingLabelForm>;
|
|
15890
|
-
export const browseOptinResponses: PropTypes.Requireable<io.flow.v0.models.BrowseOptinResponses>;
|
|
15891
|
-
export const browseOptinResponsesDeleted: PropTypes.Requireable<io.flow.v0.models.BrowseOptinResponsesDeleted>;
|
|
15892
|
-
export const browseOptinResponsesUpserted: PropTypes.Requireable<io.flow.v0.models.BrowseOptinResponsesUpserted>;
|
|
15893
16006
|
export const browserInfo: PropTypes.Requireable<io.flow.v0.models.BrowserInfo>;
|
|
15894
16007
|
export const browserInlineActionConfiguration: PropTypes.Requireable<io.flow.v0.models.BrowserInlineActionConfiguration>;
|
|
15895
16008
|
export const capture: PropTypes.Requireable<io.flow.v0.models.Capture>;
|
|
@@ -15999,9 +16112,6 @@ export const checkoutAttribute: PropTypes.Requireable<io.flow.v0.models.Checkout
|
|
|
15999
16112
|
export const checkoutAttributeForm: PropTypes.Requireable<io.flow.v0.models.CheckoutAttributeForm>;
|
|
16000
16113
|
export const checkoutItemContent: PropTypes.Requireable<io.flow.v0.models.CheckoutItemContent>;
|
|
16001
16114
|
export const checkoutItemContentAttribute: PropTypes.Requireable<io.flow.v0.models.CheckoutItemContentAttribute>;
|
|
16002
|
-
export const checkoutOptinResponses: PropTypes.Requireable<io.flow.v0.models.CheckoutOptinResponses>;
|
|
16003
|
-
export const checkoutOptinResponsesDeleted: PropTypes.Requireable<io.flow.v0.models.CheckoutOptinResponsesDeleted>;
|
|
16004
|
-
export const checkoutOptinResponsesUpserted: PropTypes.Requireable<io.flow.v0.models.CheckoutOptinResponsesUpserted>;
|
|
16005
16115
|
export const checkoutReference: PropTypes.Requireable<io.flow.v0.models.CheckoutReference>;
|
|
16006
16116
|
export const checkoutToken: PropTypes.Requireable<io.flow.v0.models.CheckoutToken>;
|
|
16007
16117
|
export const checkoutTokenOrderForm: PropTypes.Requireable<io.flow.v0.models.CheckoutTokenOrderForm>;
|
|
@@ -16219,6 +16329,7 @@ export const exportForm: PropTypes.Requireable<io.flow.v0.models.ExportForm>;
|
|
|
16219
16329
|
export const exportLocalizedItemPrices: PropTypes.Requireable<io.flow.v0.models.ExportLocalizedItemPrices>;
|
|
16220
16330
|
export const exportLocalizedItemPricesDetail: PropTypes.Requireable<io.flow.v0.models.ExportLocalizedItemPricesDetail>;
|
|
16221
16331
|
export const exportVersion: PropTypes.Requireable<io.flow.v0.models.ExportVersion>;
|
|
16332
|
+
export const externalCard: PropTypes.Requireable<io.flow.v0.models.ExternalCard>;
|
|
16222
16333
|
export const feeDeduction: PropTypes.Requireable<io.flow.v0.models.FeeDeduction>;
|
|
16223
16334
|
export const feeWeight: PropTypes.Requireable<io.flow.v0.models.FeeWeight>;
|
|
16224
16335
|
export const fieldValidationMax: PropTypes.Requireable<io.flow.v0.models.FieldValidationMax>;
|
|
@@ -16267,11 +16378,15 @@ export const fulfillmentItemAllocationDetails: PropTypes.Requireable<io.flow.v0.
|
|
|
16267
16378
|
export const fulfillmentItemQuantity: PropTypes.Requireable<io.flow.v0.models.FulfillmentItemQuantity>;
|
|
16268
16379
|
export const fulfillmentLineCancelForm: PropTypes.Requireable<io.flow.v0.models.FulfillmentLineCancelForm>;
|
|
16269
16380
|
export const fullyHarmonizedItemUpserted: PropTypes.Requireable<io.flow.v0.models.FullyHarmonizedItemUpserted>;
|
|
16381
|
+
export const geCatalogItemIngestionResult: PropTypes.Requireable<io.flow.v0.models.GeCatalogItemIngestionResult>;
|
|
16382
|
+
export const geCatalogItemInput: PropTypes.Requireable<io.flow.v0.models.GeCatalogItemInput>;
|
|
16383
|
+
export const geInputAttributes: PropTypes.Requireable<io.flow.v0.models.GeInputAttributes>;
|
|
16384
|
+
export const geInputPrice: PropTypes.Requireable<io.flow.v0.models.GeInputPrice>;
|
|
16270
16385
|
export const geItemDeleted: PropTypes.Requireable<io.flow.v0.models.GeItemDeleted>;
|
|
16271
16386
|
export const geItemInserted: PropTypes.Requireable<io.flow.v0.models.GeItemInserted>;
|
|
16272
16387
|
export const geItemUpdated: PropTypes.Requireable<io.flow.v0.models.GeItemUpdated>;
|
|
16273
|
-
export const
|
|
16274
|
-
export const
|
|
16388
|
+
export const geProductRestrictionResultDelete: PropTypes.Requireable<io.flow.v0.models.GeProductRestrictionResultDelete>;
|
|
16389
|
+
export const geProductRestrictionResultUpsert: PropTypes.Requireable<io.flow.v0.models.GeProductRestrictionResultUpsert>;
|
|
16275
16390
|
export const generateLoad: PropTypes.Requireable<io.flow.v0.models.GenerateLoad>;
|
|
16276
16391
|
export const genericError: PropTypes.Requireable<io.flow.v0.models.GenericError>;
|
|
16277
16392
|
export const geoForm: PropTypes.Requireable<io.flow.v0.models.GeoForm>;
|
|
@@ -16480,7 +16595,6 @@ export const onlineAuthorizationDeletedV2: PropTypes.Requireable<io.flow.v0.mode
|
|
|
16480
16595
|
export const onlineAuthorizationUpsertedV2: PropTypes.Requireable<io.flow.v0.models.OnlineAuthorizationUpsertedV2>;
|
|
16481
16596
|
export const onlinePaymentAuthorizationForm: PropTypes.Requireable<io.flow.v0.models.OnlinePaymentAuthorizationForm>;
|
|
16482
16597
|
export const operationsContact: PropTypes.Requireable<io.flow.v0.models.OperationsContact>;
|
|
16483
|
-
export const optinResponse: PropTypes.Requireable<io.flow.v0.models.OptinResponse>;
|
|
16484
16598
|
export const optionWeightEstimates: PropTypes.Requireable<io.flow.v0.models.OptionWeightEstimates>;
|
|
16485
16599
|
export const options: PropTypes.Requireable<io.flow.v0.models.Options>;
|
|
16486
16600
|
export const order: PropTypes.Requireable<io.flow.v0.models.Order>;
|
|
@@ -16638,6 +16752,7 @@ export const paymentDiscount: PropTypes.Requireable<io.flow.v0.models.PaymentDis
|
|
|
16638
16752
|
export const paymentDuty: PropTypes.Requireable<io.flow.v0.models.PaymentDuty>;
|
|
16639
16753
|
export const paymentError: PropTypes.Requireable<io.flow.v0.models.PaymentError>;
|
|
16640
16754
|
export const paymentFailure: PropTypes.Requireable<io.flow.v0.models.PaymentFailure>;
|
|
16755
|
+
export const paymentFee: PropTypes.Requireable<io.flow.v0.models.PaymentFee>;
|
|
16641
16756
|
export const paymentInformation: PropTypes.Requireable<io.flow.v0.models.PaymentInformation>;
|
|
16642
16757
|
export const paymentMethod: PropTypes.Requireable<io.flow.v0.models.PaymentMethod>;
|
|
16643
16758
|
export const paymentMethodActionCancellation: PropTypes.Requireable<io.flow.v0.models.PaymentMethodActionCancellation>;
|
|
@@ -17196,6 +17311,7 @@ export const fraudOrderReference: PropTypes.Requireable<io.flow.v0.unions.FraudO
|
|
|
17196
17311
|
export const fuelSurchargeRate: PropTypes.Requireable<io.flow.v0.unions.FuelSurchargeRate>;
|
|
17197
17312
|
export const gatewayAuthenticationData: PropTypes.Requireable<io.flow.v0.unions.GatewayAuthenticationData>;
|
|
17198
17313
|
export const gatewayAuthenticationDataForm: PropTypes.Requireable<io.flow.v0.unions.GatewayAuthenticationDataForm>;
|
|
17314
|
+
export const geRestrictionEvent: PropTypes.Requireable<io.flow.v0.unions.GeRestrictionEvent>;
|
|
17199
17315
|
export const inlineActionConfiguration: PropTypes.Requireable<io.flow.v0.unions.InlineActionConfiguration>;
|
|
17200
17316
|
export const inputSpecificationLimitation: PropTypes.Requireable<io.flow.v0.unions.InputSpecificationLimitation>;
|
|
17201
17317
|
export const knowYourBusiness: PropTypes.Requireable<io.flow.v0.unions.KnowYourBusiness>;
|