@flowio/api-prop-types 10.16.94 → 10.16.96
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 +240 -55
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +240 -55
- package/src/api.js +328 -63
package/lib/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,10 @@ 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 ConnectReportBalanceReportingCategory = 'anticipation_repayment' | 'climate_order_purchase' | 'climate_order_refund' | 'contribution' | 'currency_conversion' | 'fee' | 'other_adjustment' | 'payment_network_reserve_hold' | 'payment_network_reserve_release' | 'payout' | 'payout_minimum_balance_hold' | 'payout_minimum_balance_release' | 'payout_reversal' | 'risk_reserved_funds' | 'stripe_balance_payment_debit' | 'stripe_balance_payment_debit_reversal' | 'topup' | 'topup_reversal' | 'unreconciled_customer_funds';
|
|
169
|
+
type ConnectReportConnectReportingCategory = 'advance' | 'advance_funding' | 'connect_collection_transfer' | 'connect_reserved_funds' | 'platform_earning' | 'platform_earning_refund' | 'transfer' | 'transfer_reversal';
|
|
170
|
+
type ConnectReportIssuingReportingCategory = 'issuing_authorization_hold' | 'issuing_authorization_release' | 'issuing_disbursement' | 'issuing_dispute' | 'issuing_dispute_fraud_liability_debit' | 'issuing_dispute_provisional_credit' | 'issuing_dispute_provisional_credit_reversal' | 'issuing_transaction';
|
|
171
|
+
type ConnectReportPaymentReportingCategory = 'charge' | 'charge_failure' | 'dispute' | 'dispute_reversal' | 'partial_capture_reversal' | 'refund' | 'refund_failure';
|
|
167
172
|
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
173
|
type DisputeEventType = 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated';
|
|
169
174
|
type DisputePaymentMethodDetailsCardCaseType = 'chargeback' | 'inquiry';
|
|
@@ -174,7 +179,7 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
174
179
|
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
180
|
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
181
|
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';
|
|
182
|
+
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
183
|
type ExtendedAuthorizationStatus = 'enabled' | 'disabled';
|
|
179
184
|
type FeatureAvailability = 'available' | 'unavailable';
|
|
180
185
|
type KlarnaPaymentMethodCategoryType = 'direct_bank_transfer' | 'direct_debit' | 'pay_later' | 'pay_now' | 'pay_over_time';
|
|
@@ -266,6 +271,17 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
266
271
|
readonly 'type': io.flow.stripe.v0.enums.ApplePayType;
|
|
267
272
|
}
|
|
268
273
|
|
|
274
|
+
interface Capability {
|
|
275
|
+
readonly 'id': string;
|
|
276
|
+
readonly 'account': string;
|
|
277
|
+
readonly 'requested': boolean;
|
|
278
|
+
readonly 'requirements': any/*object*/;
|
|
279
|
+
readonly 'status': io.flow.stripe.v0.enums.CapabilityStatus;
|
|
280
|
+
readonly 'object': string;
|
|
281
|
+
readonly 'future_requirements': any/*object*/;
|
|
282
|
+
readonly 'requested_at'?: number;
|
|
283
|
+
}
|
|
284
|
+
|
|
269
285
|
interface Card {
|
|
270
286
|
readonly 'id': string;
|
|
271
287
|
readonly 'object': string;
|
|
@@ -1412,6 +1428,21 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
1412
1428
|
|
|
1413
1429
|
declare namespace io.flow.stripe.v0.unions {
|
|
1414
1430
|
type CardWallet = (io.flow.stripe.v0.models.Masterpass | io.flow.stripe.v0.models.ApplePay | io.flow.stripe.v0.models.VisaCheckout);
|
|
1431
|
+
|
|
1432
|
+
type ConnectReportReportingCategory = ({
|
|
1433
|
+
discriminator: 'connect_report_payment_reporting_category',
|
|
1434
|
+
value: io.flow.stripe.v0.enums.ConnectReportPaymentReportingCategory
|
|
1435
|
+
} | {
|
|
1436
|
+
discriminator: 'connect_report_balance_reporting_category',
|
|
1437
|
+
value: io.flow.stripe.v0.enums.ConnectReportBalanceReportingCategory
|
|
1438
|
+
} | {
|
|
1439
|
+
discriminator: 'connect_report_issuing_reporting_category',
|
|
1440
|
+
value: io.flow.stripe.v0.enums.ConnectReportIssuingReportingCategory
|
|
1441
|
+
} | {
|
|
1442
|
+
discriminator: 'connect_report_connect_reporting_category',
|
|
1443
|
+
value: io.flow.stripe.v0.enums.ConnectReportConnectReportingCategory
|
|
1444
|
+
});
|
|
1445
|
+
|
|
1415
1446
|
type PaymentMethodData = (io.flow.stripe.v0.models.PaymentMethodDataCard | io.flow.stripe.v0.models.PaymentMethodDataIdeal | io.flow.stripe.v0.models.PaymentMethodDataKlarna | io.flow.stripe.v0.models.PaymentMethodDataBancontact);
|
|
1416
1447
|
type PaymentMethodDetails = (io.flow.stripe.v0.models.PaymentMethodDetailsCard | io.flow.stripe.v0.models.PaymentMethodDetailsIdeal | io.flow.stripe.v0.models.PaymentMethodDetailsKlarna | io.flow.stripe.v0.models.PaymentMethodDetailsBancontact);
|
|
1417
1448
|
type PaymentMethodForm = (io.flow.stripe.v0.models.PaymentMethodFormCard | io.flow.stripe.v0.models.PaymentMethodFormIdeal | io.flow.stripe.v0.models.PaymentMethodFormKlarna | io.flow.stripe.v0.models.PaymentMethodFormBancontact);
|
|
@@ -2480,7 +2511,7 @@ declare namespace io.flow.common.v0.enums {
|
|
|
2480
2511
|
type RoundingType = 'pattern' | 'multiple';
|
|
2481
2512
|
type ScheduleExceptionStatus = 'Open' | 'Closed';
|
|
2482
2513
|
type SortDirection = 'ascending' | 'descending';
|
|
2483
|
-
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
2514
|
+
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
2484
2515
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
2485
2516
|
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
2486
2517
|
type ValueAddedService = 'Hazardous Material';
|
|
@@ -4151,29 +4182,6 @@ declare namespace io.flow.tech.onboarding.playground.v0.models {
|
|
|
4151
4182
|
}
|
|
4152
4183
|
}
|
|
4153
4184
|
|
|
4154
|
-
declare namespace io.flow.currency.v0.models {
|
|
4155
|
-
interface Rate {
|
|
4156
|
-
readonly 'id': string;
|
|
4157
|
-
readonly 'base': string;
|
|
4158
|
-
readonly 'target': string;
|
|
4159
|
-
readonly 'effective_at': string;
|
|
4160
|
-
readonly 'value': number;
|
|
4161
|
-
}
|
|
4162
|
-
|
|
4163
|
-
interface RateForm {
|
|
4164
|
-
readonly 'base': string;
|
|
4165
|
-
readonly 'target': string;
|
|
4166
|
-
readonly 'effective_at': string;
|
|
4167
|
-
}
|
|
4168
|
-
|
|
4169
|
-
interface RateVersion {
|
|
4170
|
-
readonly 'id': string;
|
|
4171
|
-
readonly 'timestamp': string;
|
|
4172
|
-
readonly 'type': io.flow.common.v0.enums.ChangeType;
|
|
4173
|
-
readonly 'rate': io.flow.currency.v0.models.Rate;
|
|
4174
|
-
}
|
|
4175
|
-
}
|
|
4176
|
-
|
|
4177
4185
|
declare namespace io.flow.organization.v0.enums {
|
|
4178
4186
|
type CountryPickerSource = 'experience' | 'destination';
|
|
4179
4187
|
type EcommercePlatformType = 'commercetools' | 'custom' | 'hybris' | 'magento' | 'shopify' | 'shopify_markets' | 'sfcc' | 'solidus' | 'workarea';
|
|
@@ -5080,6 +5088,69 @@ declare namespace io.flow.query.builder.v0.unions {
|
|
|
5080
5088
|
type QueryFilterForm = (io.flow.query.builder.v0.models.QueryFilterStructuredForm | io.flow.query.builder.v0.models.QueryFilterUnstructuredForm);
|
|
5081
5089
|
}
|
|
5082
5090
|
|
|
5091
|
+
declare namespace io.flow.sellability.v0.enums {
|
|
5092
|
+
type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
|
|
5093
|
+
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
|
|
5094
|
+
}
|
|
5095
|
+
|
|
5096
|
+
declare namespace io.flow.sellability.v0.models {
|
|
5097
|
+
interface ProductSellability {
|
|
5098
|
+
readonly 'shop_id': string;
|
|
5099
|
+
readonly 'product_id'?: string;
|
|
5100
|
+
readonly 'request_id': string;
|
|
5101
|
+
readonly 'hs6_code': string;
|
|
5102
|
+
readonly 'restricted_regions': io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
5103
|
+
}
|
|
5104
|
+
|
|
5105
|
+
interface ProductSellabilityForm {
|
|
5106
|
+
readonly 'shop_id': string;
|
|
5107
|
+
readonly 'product_id'?: string;
|
|
5108
|
+
readonly 'request_id': string;
|
|
5109
|
+
readonly 'name': string;
|
|
5110
|
+
readonly 'price': io.flow.sellability.v0.models.ProductSellabilityPrice;
|
|
5111
|
+
readonly 'description': string;
|
|
5112
|
+
readonly 'taxonomy_category': io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
5113
|
+
}
|
|
5114
|
+
|
|
5115
|
+
interface ProductSellabilityPrice {
|
|
5116
|
+
readonly 'currency': string;
|
|
5117
|
+
readonly 'amount': number;
|
|
5118
|
+
}
|
|
5119
|
+
|
|
5120
|
+
interface SellabilityError {
|
|
5121
|
+
readonly 'code': io.flow.sellability.v0.enums.SellabilityErrorCode;
|
|
5122
|
+
readonly 'messages': string[];
|
|
5123
|
+
}
|
|
5124
|
+
|
|
5125
|
+
interface SellablilityRegionResult {
|
|
5126
|
+
readonly 'type': io.flow.sellability.v0.enums.RuleEffectType;
|
|
5127
|
+
readonly 'regions': string[];
|
|
5128
|
+
}
|
|
5129
|
+
}
|
|
5130
|
+
|
|
5131
|
+
declare namespace io.flow.currency.v0.models {
|
|
5132
|
+
interface Rate {
|
|
5133
|
+
readonly 'id': string;
|
|
5134
|
+
readonly 'base': string;
|
|
5135
|
+
readonly 'target': string;
|
|
5136
|
+
readonly 'effective_at': string;
|
|
5137
|
+
readonly 'value': number;
|
|
5138
|
+
}
|
|
5139
|
+
|
|
5140
|
+
interface RateForm {
|
|
5141
|
+
readonly 'base': string;
|
|
5142
|
+
readonly 'target': string;
|
|
5143
|
+
readonly 'effective_at': string;
|
|
5144
|
+
}
|
|
5145
|
+
|
|
5146
|
+
interface RateVersion {
|
|
5147
|
+
readonly 'id': string;
|
|
5148
|
+
readonly 'timestamp': string;
|
|
5149
|
+
readonly 'type': io.flow.common.v0.enums.ChangeType;
|
|
5150
|
+
readonly 'rate': io.flow.currency.v0.models.Rate;
|
|
5151
|
+
}
|
|
5152
|
+
}
|
|
5153
|
+
|
|
5083
5154
|
declare namespace io.flow.v0.enums {
|
|
5084
5155
|
type AbandonedOrderPromotionStatus = 'active' | 'inactive';
|
|
5085
5156
|
type AbandonedOrderSettingStatus = 'active' | 'inactive';
|
|
@@ -5136,9 +5207,7 @@ declare namespace io.flow.v0.enums {
|
|
|
5136
5207
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
5137
5208
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
5138
5209
|
type Environment = 'sandbox' | 'production';
|
|
5139
|
-
type
|
|
5140
|
-
type EstimateType = 'Estimated' | 'Final';
|
|
5141
|
-
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' | 'ge_product_restriction_result_upserted' | 'ge_product_restriction_result_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';
|
|
5210
|
+
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' | 'transfer_upserted' | 'transfer_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';
|
|
5142
5211
|
type ExceptionType = 'open' | 'closed';
|
|
5143
5212
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
5144
5213
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -5159,6 +5228,9 @@ declare namespace io.flow.v0.enums {
|
|
|
5159
5228
|
type FulfillmentMethodType = 'fulfillment_method';
|
|
5160
5229
|
type FulfillmentMethodValue = 'digital' | 'physical';
|
|
5161
5230
|
type FulfillmentRouting = 'fulfilled_from_center' | 'fulfillment_service';
|
|
5231
|
+
type GeCatalogItemIngestionResponse = 'success' | 'failure';
|
|
5232
|
+
type GeEnvironment = 'production' | 'sandbox';
|
|
5233
|
+
type GeEventType = 'restriction_result' | 'ingestion_result';
|
|
5162
5234
|
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
5163
5235
|
type GoodsSupply = 'export' | 'intra_community' | 'local';
|
|
5164
5236
|
type HolidayCalendar = 'us_bank_holidays' | 'jewish_holidays';
|
|
@@ -5202,7 +5274,7 @@ declare namespace io.flow.v0.enums {
|
|
|
5202
5274
|
type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
|
|
5203
5275
|
type OrderStatus = 'open' | 'submitted';
|
|
5204
5276
|
type OrderStorage = 'do_not_persist' | 'persist';
|
|
5205
|
-
type OrderType = 'standard' | 'replacement';
|
|
5277
|
+
type OrderType = 'standard' | 'replacement' | 'edit';
|
|
5206
5278
|
type OrganizationPaymentMethodTag = 'deny';
|
|
5207
5279
|
type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
|
|
5208
5280
|
type OrganizationType = 'standalone' | 'channel';
|
|
@@ -5211,6 +5283,7 @@ declare namespace io.flow.v0.enums {
|
|
|
5211
5283
|
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';
|
|
5212
5284
|
type PaymentErrorCode = 'duplicate' | 'invalid_amount' | 'invalid_currency' | 'invalid_method' | 'invalid_order' | 'invalid_customer' | 'invalid_destination' | 'unknown';
|
|
5213
5285
|
type PaymentFailureCode = 'action_expired' | 'action_cancelled' | 'action_failed' | 'authorization_declined' | 'not_supported' | 'fraudulent' | 'error' | 'payment_checks_declined';
|
|
5286
|
+
type PaymentFeeType = 'fx' | 'mor';
|
|
5214
5287
|
type PaymentMethodCapability = 'credit' | 'debit';
|
|
5215
5288
|
type PaymentMethodDataOptionType = 'ideal_issuer_option';
|
|
5216
5289
|
type PaymentMethodRuleContentKey = 'description';
|
|
@@ -5284,13 +5357,15 @@ declare namespace io.flow.v0.enums {
|
|
|
5284
5357
|
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
5285
5358
|
type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
|
|
5286
5359
|
type TradeAgreementStatus = 'supported' | 'not_supported';
|
|
5287
|
-
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' | '
|
|
5360
|
+
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' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'ge_revenue_share';
|
|
5361
|
+
type TransferStatus = 'succeeded' | 'canceled';
|
|
5362
|
+
type TransferType = 'payout_to_merchant' | 'disputed_amount_to_merchant' | 'duties_and_taxes_adjustment_to_merchant' | 'disputed_amount_from_merchant' | 'duties_and_taxes_adjustment_from_merchant' | 'refund_from_merchant';
|
|
5288
5363
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
5289
5364
|
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';
|
|
5290
5365
|
type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
|
|
5291
|
-
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
5366
|
+
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
5292
5367
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
5293
|
-
type UnitOfVolume = 'cubic_inch' | 'cubic_meter';
|
|
5368
|
+
type UnitOfVolume = 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter';
|
|
5294
5369
|
type UnitOfWeight = 'gram' | 'kilogram' | 'ounce' | 'pound';
|
|
5295
5370
|
type UpdatePolicy = 'auto' | 'queue' | 'discard';
|
|
5296
5371
|
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
@@ -6289,6 +6364,7 @@ declare namespace io.flow.v0.models {
|
|
|
6289
6364
|
readonly 'attributes'?: Record<string, string>;
|
|
6290
6365
|
readonly 'status'?: io.flow.v0.enums.CaptureStatus;
|
|
6291
6366
|
readonly 'base'?: io.flow.v0.models.Money;
|
|
6367
|
+
readonly 'fees'?: io.flow.v0.models.PaymentFee[];
|
|
6292
6368
|
}
|
|
6293
6369
|
|
|
6294
6370
|
interface CaptureDeleted {
|
|
@@ -6338,6 +6414,7 @@ declare namespace io.flow.v0.models {
|
|
|
6338
6414
|
}
|
|
6339
6415
|
|
|
6340
6416
|
interface CaptureReference {
|
|
6417
|
+
readonly 'discriminator': 'capture_reference';
|
|
6341
6418
|
readonly 'id': string;
|
|
6342
6419
|
readonly 'key': string;
|
|
6343
6420
|
}
|
|
@@ -8031,6 +8108,12 @@ declare namespace io.flow.v0.models {
|
|
|
8031
8108
|
readonly 'discounts': io.flow.v0.models.DiscountForm[];
|
|
8032
8109
|
}
|
|
8033
8110
|
|
|
8111
|
+
interface DisputeReference {
|
|
8112
|
+
readonly 'discriminator': 'dispute_reference';
|
|
8113
|
+
readonly 'id': string;
|
|
8114
|
+
readonly 'key': string;
|
|
8115
|
+
}
|
|
8116
|
+
|
|
8034
8117
|
interface Duration {
|
|
8035
8118
|
readonly 'unit': io.flow.v0.enums.UnitOfTime;
|
|
8036
8119
|
readonly 'value': number;
|
|
@@ -8046,6 +8129,7 @@ declare namespace io.flow.v0.models {
|
|
|
8046
8129
|
interface DutiesTaxesPaidSurchargeServiceFee {
|
|
8047
8130
|
readonly 'discriminator': 'duties_taxes_paid_surcharge_service_fee';
|
|
8048
8131
|
readonly 'amount': io.flow.v0.models.Money;
|
|
8132
|
+
readonly 'destination_countries'?: string[];
|
|
8049
8133
|
readonly 'starts_at'?: string;
|
|
8050
8134
|
readonly 'ends_at'?: string;
|
|
8051
8135
|
}
|
|
@@ -8205,15 +8289,6 @@ declare namespace io.flow.v0.models {
|
|
|
8205
8289
|
readonly 'issuing_country'?: string;
|
|
8206
8290
|
}
|
|
8207
8291
|
|
|
8208
|
-
interface Estimate {
|
|
8209
|
-
readonly 'id': string;
|
|
8210
|
-
readonly 'organization_id': string;
|
|
8211
|
-
readonly 'label_id': string;
|
|
8212
|
-
readonly 'estimate': io.flow.v0.models.ShippingLabelHopSummary;
|
|
8213
|
-
readonly 'type': io.flow.v0.enums.EstimateType;
|
|
8214
|
-
readonly 'origin'?: io.flow.v0.enums.EstimateOrigin;
|
|
8215
|
-
}
|
|
8216
|
-
|
|
8217
8292
|
interface EstimatedDimensions {
|
|
8218
8293
|
readonly 'depth': io.flow.v0.models.Measurement;
|
|
8219
8294
|
readonly 'length': io.flow.v0.models.Measurement;
|
|
@@ -8232,6 +8307,11 @@ declare namespace io.flow.v0.models {
|
|
|
8232
8307
|
readonly 'datetime_range': io.flow.v0.models.DatetimeRange;
|
|
8233
8308
|
}
|
|
8234
8309
|
|
|
8310
|
+
interface ExchangedMoney {
|
|
8311
|
+
readonly 'fx_rate': number;
|
|
8312
|
+
readonly 'money': io.flow.v0.models.Money;
|
|
8313
|
+
}
|
|
8314
|
+
|
|
8235
8315
|
interface ExclusionRule {
|
|
8236
8316
|
readonly 'id': string;
|
|
8237
8317
|
readonly 'q': string;
|
|
@@ -8607,6 +8687,12 @@ declare namespace io.flow.v0.models {
|
|
|
8607
8687
|
readonly 'export': io.flow.v0.models.Export;
|
|
8608
8688
|
}
|
|
8609
8689
|
|
|
8690
|
+
interface ExternalCard {
|
|
8691
|
+
readonly 'discriminator': 'external_card';
|
|
8692
|
+
readonly 'id': string;
|
|
8693
|
+
readonly 'type'?: io.flow.v0.enums.CardType;
|
|
8694
|
+
}
|
|
8695
|
+
|
|
8610
8696
|
interface FeeDeduction {
|
|
8611
8697
|
readonly 'type': io.flow.v0.enums.FeeDeductionType;
|
|
8612
8698
|
readonly 'amount': number;
|
|
@@ -8905,6 +8991,46 @@ declare namespace io.flow.v0.models {
|
|
|
8905
8991
|
readonly 'landed_costs': io.flow.v0.models.LaneLandedCost[];
|
|
8906
8992
|
}
|
|
8907
8993
|
|
|
8994
|
+
interface GeCatalogItemIngestionResult {
|
|
8995
|
+
readonly 'discriminator': 'ge_catalog_item_ingestion_result';
|
|
8996
|
+
readonly 'event_id': string;
|
|
8997
|
+
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
8998
|
+
readonly 'environment': io.flow.v0.enums.GeEnvironment;
|
|
8999
|
+
readonly 'timestamp': string;
|
|
9000
|
+
readonly 'source': string;
|
|
9001
|
+
readonly 'response': io.flow.v0.enums.GeCatalogItemIngestionResponse;
|
|
9002
|
+
readonly 'message': string;
|
|
9003
|
+
}
|
|
9004
|
+
|
|
9005
|
+
interface GeCatalogItemInput {
|
|
9006
|
+
readonly 'event_id': string;
|
|
9007
|
+
readonly 'number': string;
|
|
9008
|
+
readonly 'organization_id': string;
|
|
9009
|
+
readonly 'name': string;
|
|
9010
|
+
readonly 'description': string;
|
|
9011
|
+
readonly 'price': io.flow.v0.models.GeInputPrice;
|
|
9012
|
+
readonly 'attributes': io.flow.v0.models.GeInputAttributes;
|
|
9013
|
+
readonly 'locale': string;
|
|
9014
|
+
readonly 'id': string;
|
|
9015
|
+
readonly 'categories': string[];
|
|
9016
|
+
readonly 'created_at': string;
|
|
9017
|
+
readonly 'updated_at': string;
|
|
9018
|
+
readonly 'images': string[];
|
|
9019
|
+
}
|
|
9020
|
+
|
|
9021
|
+
interface GeInputAttributes {
|
|
9022
|
+
readonly 'country_of_origin': string;
|
|
9023
|
+
readonly 'ge_hs6_code': string;
|
|
9024
|
+
readonly 'product_id': string;
|
|
9025
|
+
readonly 'ge_organization_name': string;
|
|
9026
|
+
}
|
|
9027
|
+
|
|
9028
|
+
interface GeInputPrice {
|
|
9029
|
+
readonly 'amount': number;
|
|
9030
|
+
readonly 'currency': string;
|
|
9031
|
+
readonly 'label': string;
|
|
9032
|
+
}
|
|
9033
|
+
|
|
8908
9034
|
interface GeItemDeleted {
|
|
8909
9035
|
readonly 'discriminator': 'ge_item_deleted';
|
|
8910
9036
|
readonly 'event_id': string;
|
|
@@ -8929,19 +9055,23 @@ declare namespace io.flow.v0.models {
|
|
|
8929
9055
|
readonly 'item': io.flow.v0.models.Item;
|
|
8930
9056
|
}
|
|
8931
9057
|
|
|
8932
|
-
interface
|
|
8933
|
-
readonly 'discriminator': '
|
|
9058
|
+
interface GeProductRestrictionResultDelete {
|
|
9059
|
+
readonly 'discriminator': 'ge_product_restriction_result_delete';
|
|
9060
|
+
readonly 'organization': string;
|
|
8934
9061
|
readonly 'event_id': string;
|
|
9062
|
+
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
9063
|
+
readonly 'environment': io.flow.v0.enums.GeEnvironment;
|
|
8935
9064
|
readonly 'timestamp': string;
|
|
8936
|
-
readonly 'organization': string;
|
|
8937
9065
|
readonly 'id': string;
|
|
8938
9066
|
}
|
|
8939
9067
|
|
|
8940
|
-
interface
|
|
8941
|
-
readonly 'discriminator': '
|
|
9068
|
+
interface GeProductRestrictionResultUpsert {
|
|
9069
|
+
readonly 'discriminator': 'ge_product_restriction_result_upsert';
|
|
9070
|
+
readonly 'organization': string;
|
|
8942
9071
|
readonly 'event_id': string;
|
|
9072
|
+
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
9073
|
+
readonly 'environment': io.flow.v0.enums.GeEnvironment;
|
|
8943
9074
|
readonly 'timestamp': string;
|
|
8944
|
-
readonly 'organization': string;
|
|
8945
9075
|
readonly 'ge_product_restriction_result': io.flow.v0.models.ProductRestrictionResult;
|
|
8946
9076
|
}
|
|
8947
9077
|
|
|
@@ -11650,6 +11780,12 @@ declare namespace io.flow.v0.models {
|
|
|
11650
11780
|
readonly 'failure_message': string;
|
|
11651
11781
|
}
|
|
11652
11782
|
|
|
11783
|
+
interface PaymentFee {
|
|
11784
|
+
readonly 'type': io.flow.v0.enums.PaymentFeeType;
|
|
11785
|
+
readonly 'money': io.flow.v0.models.Money;
|
|
11786
|
+
readonly 'base'?: io.flow.v0.models.Money;
|
|
11787
|
+
}
|
|
11788
|
+
|
|
11653
11789
|
interface PaymentInformation {
|
|
11654
11790
|
readonly 'amount_refundable'?: number;
|
|
11655
11791
|
readonly 'amount_refunded'?: number;
|
|
@@ -12657,6 +12793,7 @@ declare namespace io.flow.v0.models {
|
|
|
12657
12793
|
readonly 'updated_by'?: string;
|
|
12658
12794
|
readonly 'product_restriction_id'?: string;
|
|
12659
12795
|
readonly 'hs_code'?: string;
|
|
12796
|
+
readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
12660
12797
|
}
|
|
12661
12798
|
|
|
12662
12799
|
interface ProductRestrictionResultDeleted {
|
|
@@ -12959,6 +13096,8 @@ declare namespace io.flow.v0.models {
|
|
|
12959
13096
|
readonly 'discriminator': 'ratecard_estimate_v4';
|
|
12960
13097
|
readonly 'hops': io.flow.v0.models.HopV2[];
|
|
12961
13098
|
readonly 'delivered_duty': io.flow.v0.enums.DeliveredDuty;
|
|
13099
|
+
readonly 'distance_unit_of_measurement'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
13100
|
+
readonly 'weight_unit_of_measurement'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
12962
13101
|
readonly 'dimensional_weight'?: io.flow.v0.models.Measurement;
|
|
12963
13102
|
readonly 'gravitational_weight'?: io.flow.v0.models.Measurement;
|
|
12964
13103
|
readonly 'ratecard_id'?: string;
|
|
@@ -13267,6 +13406,7 @@ declare namespace io.flow.v0.models {
|
|
|
13267
13406
|
}
|
|
13268
13407
|
|
|
13269
13408
|
interface RefundReference {
|
|
13409
|
+
readonly 'discriminator': 'refund_reference';
|
|
13270
13410
|
readonly 'id': string;
|
|
13271
13411
|
readonly 'key': string;
|
|
13272
13412
|
}
|
|
@@ -15116,6 +15256,33 @@ declare namespace io.flow.v0.models {
|
|
|
15116
15256
|
readonly 'transaction': io.flow.v0.models.Transaction;
|
|
15117
15257
|
}
|
|
15118
15258
|
|
|
15259
|
+
interface Transfer {
|
|
15260
|
+
readonly 'id': string;
|
|
15261
|
+
readonly 'type': io.flow.v0.enums.TransferType;
|
|
15262
|
+
readonly 'money': io.flow.v0.models.Money;
|
|
15263
|
+
readonly 'transferred_money': io.flow.v0.models.ExchangedMoney;
|
|
15264
|
+
readonly 'status': io.flow.v0.enums.TransferStatus;
|
|
15265
|
+
readonly 'created_at': string;
|
|
15266
|
+
readonly 'reference': io.flow.v0.unions.TransferReference;
|
|
15267
|
+
readonly 'transferred_at': string;
|
|
15268
|
+
}
|
|
15269
|
+
|
|
15270
|
+
interface TransferDeleted {
|
|
15271
|
+
readonly 'discriminator': 'transfer_deleted';
|
|
15272
|
+
readonly 'event_id': string;
|
|
15273
|
+
readonly 'timestamp': string;
|
|
15274
|
+
readonly 'organization': string;
|
|
15275
|
+
readonly 'id': string;
|
|
15276
|
+
}
|
|
15277
|
+
|
|
15278
|
+
interface TransferUpserted {
|
|
15279
|
+
readonly 'discriminator': 'transfer_upserted';
|
|
15280
|
+
readonly 'event_id': string;
|
|
15281
|
+
readonly 'timestamp': string;
|
|
15282
|
+
readonly 'organization': string;
|
|
15283
|
+
readonly 'transfer': io.flow.v0.models.Transfer;
|
|
15284
|
+
}
|
|
15285
|
+
|
|
15119
15286
|
interface TransitEstimate {
|
|
15120
15287
|
readonly 'origin': io.flow.v0.enums.DeliveryWindowLocation;
|
|
15121
15288
|
readonly 'destination': io.flow.v0.enums.DeliveryWindowLocation;
|
|
@@ -15414,8 +15581,8 @@ declare namespace io.flow.v0.unions {
|
|
|
15414
15581
|
type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
|
|
15415
15582
|
type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
|
|
15416
15583
|
type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
|
|
15417
|
-
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.
|
|
15418
|
-
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary);
|
|
15584
|
+
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.TransferUpserted | io.flow.v0.models.TransferDeleted | 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);
|
|
15585
|
+
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary | io.flow.v0.models.ExternalCard);
|
|
15419
15586
|
type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
|
|
15420
15587
|
type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
|
|
15421
15588
|
type ExpandableOrder = (io.flow.v0.models.Order | io.flow.v0.models.OrderReference);
|
|
@@ -15430,6 +15597,7 @@ declare namespace io.flow.v0.unions {
|
|
|
15430
15597
|
type FuelSurchargeRate = (io.flow.v0.models.FuelSurchargePercent | io.flow.v0.models.FuelSurchargeByWeight);
|
|
15431
15598
|
type GatewayAuthenticationData = (io.flow.v0.models.StripeAuthenticationData);
|
|
15432
15599
|
type GatewayAuthenticationDataForm = (io.flow.v0.models.StripeAuthenticationDataForm);
|
|
15600
|
+
type GeRestrictionEvent = (io.flow.v0.models.GeProductRestrictionResultUpsert | io.flow.v0.models.GeProductRestrictionResultDelete | io.flow.v0.models.GeCatalogItemIngestionResult);
|
|
15433
15601
|
type InlineActionConfiguration = (io.flow.v0.models.BrowserInlineActionConfiguration);
|
|
15434
15602
|
type InputSpecificationLimitation = (io.flow.v0.models.InputSpecificationLimitationMax);
|
|
15435
15603
|
type KnowYourBusiness = (io.flow.v0.models.KnowYourBusinessUsa);
|
|
@@ -15502,6 +15670,7 @@ declare namespace io.flow.v0.unions {
|
|
|
15502
15670
|
type TokenReference = (io.flow.v0.models.ChannelTokenReference | io.flow.v0.models.OrganizationTokenReference | io.flow.v0.models.OrganizationTokenV2Reference | io.flow.v0.models.PartnerTokenReference);
|
|
15503
15671
|
type TransactionDetails = (io.flow.v0.models.TransactionDetailsCard);
|
|
15504
15672
|
type TransactionMetadata = (io.flow.v0.models.TransactionMetadataShippingLabel | io.flow.v0.models.TransactionMetadataChannel | io.flow.v0.models.TransactionMetadataTrueup | io.flow.v0.models.TransactionMetadataTrueupBase | io.flow.v0.models.TransactionMetadataTrueupSurcharge | io.flow.v0.models.TransactionMetadataCarrierCharge | io.flow.v0.models.TransactionMetadataManual | io.flow.v0.models.TransactionMetadataFailedPayout | io.flow.v0.models.TransactionMetadataPaymentTransaction);
|
|
15673
|
+
type TransferReference = (io.flow.v0.models.CaptureReference | io.flow.v0.models.RefundReference | io.flow.v0.models.DisputeReference);
|
|
15505
15674
|
}
|
|
15506
15675
|
|
|
15507
15676
|
export const abandonedOrderPromotionStatus: PropTypes.Requireable<io.flow.v0.enums.AbandonedOrderPromotionStatus>;
|
|
@@ -15559,8 +15728,6 @@ export const ecommercePlatformType: PropTypes.Requireable<io.flow.v0.enums.Ecomm
|
|
|
15559
15728
|
export const economicTitleLocation: PropTypes.Requireable<io.flow.v0.enums.EconomicTitleLocation>;
|
|
15560
15729
|
export const entityIdentifierType: PropTypes.Requireable<io.flow.v0.enums.EntityIdentifierType>;
|
|
15561
15730
|
export const environment: PropTypes.Requireable<io.flow.v0.enums.Environment>;
|
|
15562
|
-
export const estimateOrigin: PropTypes.Requireable<io.flow.v0.enums.EstimateOrigin>;
|
|
15563
|
-
export const estimateType: PropTypes.Requireable<io.flow.v0.enums.EstimateType>;
|
|
15564
15731
|
export const eventType: PropTypes.Requireable<io.flow.v0.enums.EventType>;
|
|
15565
15732
|
export const exceptionType: PropTypes.Requireable<io.flow.v0.enums.ExceptionType>;
|
|
15566
15733
|
export const exclusionRuleState: PropTypes.Requireable<io.flow.v0.enums.ExclusionRuleState>;
|
|
@@ -15582,6 +15749,9 @@ export const fulfillmentItemQuantityStatus: PropTypes.Requireable<io.flow.v0.enu
|
|
|
15582
15749
|
export const fulfillmentMethodType: PropTypes.Requireable<io.flow.v0.enums.FulfillmentMethodType>;
|
|
15583
15750
|
export const fulfillmentMethodValue: PropTypes.Requireable<io.flow.v0.enums.FulfillmentMethodValue>;
|
|
15584
15751
|
export const fulfillmentRouting: PropTypes.Requireable<io.flow.v0.enums.FulfillmentRouting>;
|
|
15752
|
+
export const geCatalogItemIngestionResponse: PropTypes.Requireable<io.flow.v0.enums.GeCatalogItemIngestionResponse>;
|
|
15753
|
+
export const geEnvironment: PropTypes.Requireable<io.flow.v0.enums.GeEnvironment>;
|
|
15754
|
+
export const geEventType: PropTypes.Requireable<io.flow.v0.enums.GeEventType>;
|
|
15585
15755
|
export const genericErrorCode: PropTypes.Requireable<io.flow.v0.enums.GenericErrorCode>;
|
|
15586
15756
|
export const goodsSupply: PropTypes.Requireable<io.flow.v0.enums.GoodsSupply>;
|
|
15587
15757
|
export const holidayCalendar: PropTypes.Requireable<io.flow.v0.enums.HolidayCalendar>;
|
|
@@ -15634,6 +15804,7 @@ export const packageDimensionsSource: PropTypes.Requireable<io.flow.v0.enums.Pac
|
|
|
15634
15804
|
export const paymentActionType: PropTypes.Requireable<io.flow.v0.enums.PaymentActionType>;
|
|
15635
15805
|
export const paymentErrorCode: PropTypes.Requireable<io.flow.v0.enums.PaymentErrorCode>;
|
|
15636
15806
|
export const paymentFailureCode: PropTypes.Requireable<io.flow.v0.enums.PaymentFailureCode>;
|
|
15807
|
+
export const paymentFeeType: PropTypes.Requireable<io.flow.v0.enums.PaymentFeeType>;
|
|
15637
15808
|
export const paymentMethodCapability: PropTypes.Requireable<io.flow.v0.enums.PaymentMethodCapability>;
|
|
15638
15809
|
export const paymentMethodDataOptionType: PropTypes.Requireable<io.flow.v0.enums.PaymentMethodDataOptionType>;
|
|
15639
15810
|
export const paymentMethodRuleContentKey: PropTypes.Requireable<io.flow.v0.enums.PaymentMethodRuleContentKey>;
|
|
@@ -15708,6 +15879,8 @@ export const trackingStatus: PropTypes.Requireable<io.flow.v0.enums.TrackingStat
|
|
|
15708
15879
|
export const tradeAgreementName: PropTypes.Requireable<io.flow.v0.enums.TradeAgreementName>;
|
|
15709
15880
|
export const tradeAgreementStatus: PropTypes.Requireable<io.flow.v0.enums.TradeAgreementStatus>;
|
|
15710
15881
|
export const transactionSource: PropTypes.Requireable<io.flow.v0.enums.TransactionSource>;
|
|
15882
|
+
export const transferStatus: PropTypes.Requireable<io.flow.v0.enums.TransferStatus>;
|
|
15883
|
+
export const transferType: PropTypes.Requireable<io.flow.v0.enums.TransferType>;
|
|
15711
15884
|
export const trueupSource: PropTypes.Requireable<io.flow.v0.enums.TrueupSource>;
|
|
15712
15885
|
export const trueupSurchargeType: PropTypes.Requireable<io.flow.v0.enums.TrueupSurchargeType>;
|
|
15713
15886
|
export const unitOfLength: PropTypes.Requireable<io.flow.v0.enums.UnitOfLength>;
|
|
@@ -16095,6 +16268,7 @@ export const discountRuleSettings: PropTypes.Requireable<io.flow.v0.models.Disco
|
|
|
16095
16268
|
export const discountRuleSettingsForm: PropTypes.Requireable<io.flow.v0.models.DiscountRuleSettingsForm>;
|
|
16096
16269
|
export const discountRuleSubsidyEntitlement: PropTypes.Requireable<io.flow.v0.models.DiscountRuleSubsidyEntitlement>;
|
|
16097
16270
|
export const discountsForm: PropTypes.Requireable<io.flow.v0.models.DiscountsForm>;
|
|
16271
|
+
export const disputeReference: PropTypes.Requireable<io.flow.v0.models.DisputeReference>;
|
|
16098
16272
|
export const duration: PropTypes.Requireable<io.flow.v0.models.Duration>;
|
|
16099
16273
|
export const dutiesTaxesPaidSurchargeRatecardFee: PropTypes.Requireable<io.flow.v0.models.DutiesTaxesPaidSurchargeRatecardFee>;
|
|
16100
16274
|
export const dutiesTaxesPaidSurchargeServiceFee: PropTypes.Requireable<io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee>;
|
|
@@ -16122,10 +16296,10 @@ export const emailVerification: PropTypes.Requireable<io.flow.v0.models.EmailVer
|
|
|
16122
16296
|
export const emergencySituationSurchargeRatecardFee: PropTypes.Requireable<io.flow.v0.models.EmergencySituationSurchargeRatecardFee>;
|
|
16123
16297
|
export const emergencySituationSurchargeServiceFee: PropTypes.Requireable<io.flow.v0.models.EmergencySituationSurchargeServiceFee>;
|
|
16124
16298
|
export const entityIdentifier: PropTypes.Requireable<io.flow.v0.models.EntityIdentifier>;
|
|
16125
|
-
export const estimate: PropTypes.Requireable<io.flow.v0.models.Estimate>;
|
|
16126
16299
|
export const estimatedDimensions: PropTypes.Requireable<io.flow.v0.models.EstimatedDimensions>;
|
|
16127
16300
|
export const estimatedWindow: PropTypes.Requireable<io.flow.v0.models.EstimatedWindow>;
|
|
16128
16301
|
export const exception: PropTypes.Requireable<io.flow.v0.models.Exception>;
|
|
16302
|
+
export const exchangedMoney: PropTypes.Requireable<io.flow.v0.models.ExchangedMoney>;
|
|
16129
16303
|
export const exclusionRule: PropTypes.Requireable<io.flow.v0.models.ExclusionRule>;
|
|
16130
16304
|
export const exclusionRuleForm: PropTypes.Requireable<io.flow.v0.models.ExclusionRuleForm>;
|
|
16131
16305
|
export const exclusionRuleStatistic: PropTypes.Requireable<io.flow.v0.models.ExclusionRuleStatistic>;
|
|
@@ -16181,6 +16355,7 @@ export const exportForm: PropTypes.Requireable<io.flow.v0.models.ExportForm>;
|
|
|
16181
16355
|
export const exportLocalizedItemPrices: PropTypes.Requireable<io.flow.v0.models.ExportLocalizedItemPrices>;
|
|
16182
16356
|
export const exportLocalizedItemPricesDetail: PropTypes.Requireable<io.flow.v0.models.ExportLocalizedItemPricesDetail>;
|
|
16183
16357
|
export const exportVersion: PropTypes.Requireable<io.flow.v0.models.ExportVersion>;
|
|
16358
|
+
export const externalCard: PropTypes.Requireable<io.flow.v0.models.ExternalCard>;
|
|
16184
16359
|
export const feeDeduction: PropTypes.Requireable<io.flow.v0.models.FeeDeduction>;
|
|
16185
16360
|
export const feeWeight: PropTypes.Requireable<io.flow.v0.models.FeeWeight>;
|
|
16186
16361
|
export const fieldValidationMax: PropTypes.Requireable<io.flow.v0.models.FieldValidationMax>;
|
|
@@ -16229,11 +16404,15 @@ export const fulfillmentItemAllocationDetails: PropTypes.Requireable<io.flow.v0.
|
|
|
16229
16404
|
export const fulfillmentItemQuantity: PropTypes.Requireable<io.flow.v0.models.FulfillmentItemQuantity>;
|
|
16230
16405
|
export const fulfillmentLineCancelForm: PropTypes.Requireable<io.flow.v0.models.FulfillmentLineCancelForm>;
|
|
16231
16406
|
export const fullyHarmonizedItemUpserted: PropTypes.Requireable<io.flow.v0.models.FullyHarmonizedItemUpserted>;
|
|
16407
|
+
export const geCatalogItemIngestionResult: PropTypes.Requireable<io.flow.v0.models.GeCatalogItemIngestionResult>;
|
|
16408
|
+
export const geCatalogItemInput: PropTypes.Requireable<io.flow.v0.models.GeCatalogItemInput>;
|
|
16409
|
+
export const geInputAttributes: PropTypes.Requireable<io.flow.v0.models.GeInputAttributes>;
|
|
16410
|
+
export const geInputPrice: PropTypes.Requireable<io.flow.v0.models.GeInputPrice>;
|
|
16232
16411
|
export const geItemDeleted: PropTypes.Requireable<io.flow.v0.models.GeItemDeleted>;
|
|
16233
16412
|
export const geItemInserted: PropTypes.Requireable<io.flow.v0.models.GeItemInserted>;
|
|
16234
16413
|
export const geItemUpdated: PropTypes.Requireable<io.flow.v0.models.GeItemUpdated>;
|
|
16235
|
-
export const
|
|
16236
|
-
export const
|
|
16414
|
+
export const geProductRestrictionResultDelete: PropTypes.Requireable<io.flow.v0.models.GeProductRestrictionResultDelete>;
|
|
16415
|
+
export const geProductRestrictionResultUpsert: PropTypes.Requireable<io.flow.v0.models.GeProductRestrictionResultUpsert>;
|
|
16237
16416
|
export const generateLoad: PropTypes.Requireable<io.flow.v0.models.GenerateLoad>;
|
|
16238
16417
|
export const genericError: PropTypes.Requireable<io.flow.v0.models.GenericError>;
|
|
16239
16418
|
export const geoForm: PropTypes.Requireable<io.flow.v0.models.GeoForm>;
|
|
@@ -16599,6 +16778,7 @@ export const paymentDiscount: PropTypes.Requireable<io.flow.v0.models.PaymentDis
|
|
|
16599
16778
|
export const paymentDuty: PropTypes.Requireable<io.flow.v0.models.PaymentDuty>;
|
|
16600
16779
|
export const paymentError: PropTypes.Requireable<io.flow.v0.models.PaymentError>;
|
|
16601
16780
|
export const paymentFailure: PropTypes.Requireable<io.flow.v0.models.PaymentFailure>;
|
|
16781
|
+
export const paymentFee: PropTypes.Requireable<io.flow.v0.models.PaymentFee>;
|
|
16602
16782
|
export const paymentInformation: PropTypes.Requireable<io.flow.v0.models.PaymentInformation>;
|
|
16603
16783
|
export const paymentMethod: PropTypes.Requireable<io.flow.v0.models.PaymentMethod>;
|
|
16604
16784
|
export const paymentMethodActionCancellation: PropTypes.Requireable<io.flow.v0.models.PaymentMethodActionCancellation>;
|
|
@@ -17073,6 +17253,9 @@ export const transactionMetadataTrueupSurchargeData: PropTypes.Requireable<io.fl
|
|
|
17073
17253
|
export const transactionNetworkDetailsCard: PropTypes.Requireable<io.flow.v0.models.TransactionNetworkDetailsCard>;
|
|
17074
17254
|
export const transactionReference: PropTypes.Requireable<io.flow.v0.models.TransactionReference>;
|
|
17075
17255
|
export const transactionUpserted: PropTypes.Requireable<io.flow.v0.models.TransactionUpserted>;
|
|
17256
|
+
export const transfer: PropTypes.Requireable<io.flow.v0.models.Transfer>;
|
|
17257
|
+
export const transferDeleted: PropTypes.Requireable<io.flow.v0.models.TransferDeleted>;
|
|
17258
|
+
export const transferUpserted: PropTypes.Requireable<io.flow.v0.models.TransferUpserted>;
|
|
17076
17259
|
export const transitEstimate: PropTypes.Requireable<io.flow.v0.models.TransitEstimate>;
|
|
17077
17260
|
export const transitWindow: PropTypes.Requireable<io.flow.v0.models.TransitWindow>;
|
|
17078
17261
|
export const trueupLabelBase: PropTypes.Requireable<io.flow.v0.models.TrueupLabelBase>;
|
|
@@ -17157,6 +17340,7 @@ export const fraudOrderReference: PropTypes.Requireable<io.flow.v0.unions.FraudO
|
|
|
17157
17340
|
export const fuelSurchargeRate: PropTypes.Requireable<io.flow.v0.unions.FuelSurchargeRate>;
|
|
17158
17341
|
export const gatewayAuthenticationData: PropTypes.Requireable<io.flow.v0.unions.GatewayAuthenticationData>;
|
|
17159
17342
|
export const gatewayAuthenticationDataForm: PropTypes.Requireable<io.flow.v0.unions.GatewayAuthenticationDataForm>;
|
|
17343
|
+
export const geRestrictionEvent: PropTypes.Requireable<io.flow.v0.unions.GeRestrictionEvent>;
|
|
17160
17344
|
export const inlineActionConfiguration: PropTypes.Requireable<io.flow.v0.unions.InlineActionConfiguration>;
|
|
17161
17345
|
export const inputSpecificationLimitation: PropTypes.Requireable<io.flow.v0.unions.InputSpecificationLimitation>;
|
|
17162
17346
|
export const knowYourBusiness: PropTypes.Requireable<io.flow.v0.unions.KnowYourBusiness>;
|
|
@@ -17220,4 +17404,5 @@ export const tierRuleOutcomeForm: PropTypes.Requireable<io.flow.v0.unions.TierRu
|
|
|
17220
17404
|
export const token: PropTypes.Requireable<io.flow.v0.unions.Token>;
|
|
17221
17405
|
export const tokenReference: PropTypes.Requireable<io.flow.v0.unions.TokenReference>;
|
|
17222
17406
|
export const transactionDetails: PropTypes.Requireable<io.flow.v0.unions.TransactionDetails>;
|
|
17223
|
-
export const transactionMetadata: PropTypes.Requireable<io.flow.v0.unions.TransactionMetadata>;
|
|
17407
|
+
export const transactionMetadata: PropTypes.Requireable<io.flow.v0.unions.TransactionMetadata>;
|
|
17408
|
+
export const transferReference: PropTypes.Requireable<io.flow.v0.unions.TransferReference>;
|