@flowio/types 11.24.111 → 11.24.113
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/dist/api-internal.d.ts +216 -464
- package/dist/api.d.ts +196 -89
- package/package.json +2 -2
- package/src/api-internal.ts +283 -596
- package/src/api.ts +249 -117
package/dist/api.d.ts
CHANGED
|
@@ -133,6 +133,7 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
133
133
|
type BankIdeal = 'abn_amro' | 'asn_bank' | 'bunq' | 'handelsbanken' | 'ing' | 'knab' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
|
|
134
134
|
type BicIdeal = 'ABNANL2A' | 'ASNBNL21' | 'BITSNL2A' | 'BUNQNL2A' | 'FVLBNL22' | 'HANDNL2A' | 'INGBNL2A' | 'KNABNL2H' | 'MOYONL21' | 'NNBANL2G' | 'NTSBDEB1' | 'RABONL2U' | 'RBRBNL21' | 'REVOIE23' | 'REVOLT21' | 'SNSBNL2A' | 'TRIONL2U';
|
|
135
135
|
type CancellationReason = 'abandoned' | 'automatic' | 'duplicate' | 'failed_invoice' | 'fraudulent' | 'requested_by_customer' | 'void_invoice';
|
|
136
|
+
type CapabilityStatus = 'active' | 'disabled' | 'inactive' | 'pending' | 'unrequested';
|
|
136
137
|
type CaptureMethod = 'automatic' | 'manual';
|
|
137
138
|
type CardBrand = 'American Express' | 'MasterCard' | 'Discover' | 'JCB' | 'Diners Club' | 'Unknown';
|
|
138
139
|
type CardFundingType = 'credit' | 'debit' | 'prepaid' | 'unknown';
|
|
@@ -140,6 +141,9 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
140
141
|
type CheckOutcome = 'pass' | 'fail' | 'unavailable' | 'unchecked';
|
|
141
142
|
type CodeVerificationStatus = 'pending' | 'succeeded' | 'failed';
|
|
142
143
|
type ConfirmationMethod = 'automatic' | 'manual';
|
|
144
|
+
type ConnectReportReportingCategory = 'charge' | 'refund' | 'payout_reversal' | 'transfer' | 'transfer_reversal';
|
|
145
|
+
type ConnectReportShopPlan = 'shopify_plus' | 'standard';
|
|
146
|
+
type ConnectReportTransferType = 'ManagedMarketsRefundDebit' | 'ManagedMarketsDutiesAndTaxesAdjustmentDebit' | 'ManagedMarketsDisputedAmountDebit';
|
|
143
147
|
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';
|
|
144
148
|
type DisputeEventType = 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated';
|
|
145
149
|
type DisputePaymentMethodDetailsCardCaseType = 'chargeback' | 'inquiry';
|
|
@@ -150,7 +154,7 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
150
154
|
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';
|
|
151
155
|
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';
|
|
152
156
|
type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
|
|
153
|
-
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';
|
|
157
|
+
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';
|
|
154
158
|
type ExtendedAuthorizationStatus = 'enabled' | 'disabled';
|
|
155
159
|
type FeatureAvailability = 'available' | 'unavailable';
|
|
156
160
|
type KlarnaPaymentMethodCategoryType = 'direct_bank_transfer' | 'direct_debit' | 'pay_later' | 'pay_now' | 'pay_over_time';
|
|
@@ -236,6 +240,16 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
236
240
|
interface ApplePayInformation {
|
|
237
241
|
readonly type: io.flow.stripe.v0.enums.ApplePayType;
|
|
238
242
|
}
|
|
243
|
+
interface Capability {
|
|
244
|
+
readonly id: string;
|
|
245
|
+
readonly account: string;
|
|
246
|
+
readonly requested: boolean;
|
|
247
|
+
readonly requirements: any;
|
|
248
|
+
readonly status: io.flow.stripe.v0.enums.CapabilityStatus;
|
|
249
|
+
readonly object: string;
|
|
250
|
+
readonly future_requirements: any;
|
|
251
|
+
readonly requested_at?: number;
|
|
252
|
+
}
|
|
239
253
|
interface Card {
|
|
240
254
|
readonly id: string;
|
|
241
255
|
readonly object: string;
|
|
@@ -370,6 +384,44 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
370
384
|
readonly attempts_remaining: number;
|
|
371
385
|
readonly status: io.flow.stripe.v0.enums.CodeVerificationStatus;
|
|
372
386
|
}
|
|
387
|
+
interface ConnectReportRecord {
|
|
388
|
+
readonly created_utc: string;
|
|
389
|
+
readonly charge_id?: string;
|
|
390
|
+
readonly payment_intent_id?: string;
|
|
391
|
+
readonly gross: number;
|
|
392
|
+
readonly fee: number;
|
|
393
|
+
readonly net: number;
|
|
394
|
+
readonly currency: string;
|
|
395
|
+
readonly connected_account: string;
|
|
396
|
+
readonly reporting_category: io.flow.stripe.v0.enums.ConnectReportReportingCategory;
|
|
397
|
+
readonly dispute_reason?: io.flow.stripe.v0.enums.DisputeReason;
|
|
398
|
+
readonly available_on_utc: string;
|
|
399
|
+
readonly automatic_payout_effective_at_utc?: string;
|
|
400
|
+
readonly source_id?: string;
|
|
401
|
+
readonly customer_facing_amount?: number;
|
|
402
|
+
readonly customer_facing_currency?: string;
|
|
403
|
+
readonly payment_method_type?: string;
|
|
404
|
+
readonly card_brand?: string;
|
|
405
|
+
readonly statement_descriptor?: string;
|
|
406
|
+
readonly payment_metadata?: io.flow.stripe.v0.models.ConnectReportRecordPaymentMetadata;
|
|
407
|
+
readonly transfer_metadata?: any;
|
|
408
|
+
}
|
|
409
|
+
interface ConnectReportRecordPaymentMetadata {
|
|
410
|
+
readonly shop_id?: number;
|
|
411
|
+
readonly shop_plan?: io.flow.stripe.v0.enums.ConnectReportShopPlan;
|
|
412
|
+
readonly checkout_id?: string;
|
|
413
|
+
readonly order_id?: number;
|
|
414
|
+
readonly order_transaction_id?: number;
|
|
415
|
+
readonly transfer_type?: io.flow.stripe.v0.enums.ConnectReportTransferType;
|
|
416
|
+
readonly transfer_exchange_rate?: number;
|
|
417
|
+
readonly charge_total?: number;
|
|
418
|
+
readonly charge_currency?: string;
|
|
419
|
+
readonly charge_exchange_rate?: number;
|
|
420
|
+
readonly duties?: number;
|
|
421
|
+
readonly import_taxes?: number;
|
|
422
|
+
readonly mor_fee?: number;
|
|
423
|
+
readonly fx_fee?: number;
|
|
424
|
+
}
|
|
373
425
|
interface Customer {
|
|
374
426
|
readonly id: string;
|
|
375
427
|
readonly object: string;
|
|
@@ -1335,6 +1387,11 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1335
1387
|
interface GraphqlMetaobject {
|
|
1336
1388
|
readonly id: string;
|
|
1337
1389
|
readonly displayName: string;
|
|
1390
|
+
readonly fields: io.flow.shopify.external.v0.models.GraphqlMetaobjectField[];
|
|
1391
|
+
}
|
|
1392
|
+
interface GraphqlMetaobjectField {
|
|
1393
|
+
readonly key: string;
|
|
1394
|
+
readonly value?: string;
|
|
1338
1395
|
}
|
|
1339
1396
|
interface GraphqlOption {
|
|
1340
1397
|
readonly id: string;
|
|
@@ -2203,7 +2260,7 @@ declare namespace io.flow.common.v0.enums {
|
|
|
2203
2260
|
type RoundingType = 'pattern' | 'multiple';
|
|
2204
2261
|
type ScheduleExceptionStatus = 'Open' | 'Closed';
|
|
2205
2262
|
type SortDirection = 'ascending' | 'descending';
|
|
2206
|
-
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
2263
|
+
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
2207
2264
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
2208
2265
|
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
2209
2266
|
type ValueAddedService = 'Hazardous Material';
|
|
@@ -3633,26 +3690,6 @@ declare namespace io.flow.tech.onboarding.playground.v0.models {
|
|
|
3633
3690
|
readonly description: string;
|
|
3634
3691
|
}
|
|
3635
3692
|
}
|
|
3636
|
-
declare namespace io.flow.currency.v0.models {
|
|
3637
|
-
interface Rate {
|
|
3638
|
-
readonly id: string;
|
|
3639
|
-
readonly base: string;
|
|
3640
|
-
readonly target: string;
|
|
3641
|
-
readonly effective_at: string;
|
|
3642
|
-
readonly value: number;
|
|
3643
|
-
}
|
|
3644
|
-
interface RateForm {
|
|
3645
|
-
readonly base: string;
|
|
3646
|
-
readonly target: string;
|
|
3647
|
-
readonly effective_at: string;
|
|
3648
|
-
}
|
|
3649
|
-
interface RateVersion {
|
|
3650
|
-
readonly id: string;
|
|
3651
|
-
readonly timestamp: string;
|
|
3652
|
-
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3653
|
-
readonly rate: io.flow.currency.v0.models.Rate;
|
|
3654
|
-
}
|
|
3655
|
-
}
|
|
3656
3693
|
declare namespace io.flow.organization.v0.enums {
|
|
3657
3694
|
type CountryPickerSource = 'experience' | 'destination';
|
|
3658
3695
|
type EcommercePlatformType = 'commercetools' | 'custom' | 'hybris' | 'magento' | 'shopify' | 'shopify_markets' | 'sfcc' | 'solidus' | 'workarea';
|
|
@@ -4421,6 +4458,60 @@ declare namespace io.flow.query.builder.v0.unions {
|
|
|
4421
4458
|
type QueryFilter = io.flow.query.builder.v0.models.QueryFilterStructured | io.flow.query.builder.v0.models.QueryFilterUnstructured;
|
|
4422
4459
|
type QueryFilterForm = io.flow.query.builder.v0.models.QueryFilterStructuredForm | io.flow.query.builder.v0.models.QueryFilterUnstructuredForm;
|
|
4423
4460
|
}
|
|
4461
|
+
declare namespace io.flow.sellability.v0.enums {
|
|
4462
|
+
type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
|
|
4463
|
+
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
|
|
4464
|
+
}
|
|
4465
|
+
declare namespace io.flow.sellability.v0.models {
|
|
4466
|
+
interface ProductSellability {
|
|
4467
|
+
readonly shop_id: string;
|
|
4468
|
+
readonly product_id?: string;
|
|
4469
|
+
readonly request_id: string;
|
|
4470
|
+
readonly hs6_code: string;
|
|
4471
|
+
readonly restricted_regions: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
4472
|
+
}
|
|
4473
|
+
interface ProductSellabilityForm {
|
|
4474
|
+
readonly shop_id: string;
|
|
4475
|
+
readonly product_id?: string;
|
|
4476
|
+
readonly request_id: string;
|
|
4477
|
+
readonly name: string;
|
|
4478
|
+
readonly price: io.flow.sellability.v0.models.ProductSellabilityPrice;
|
|
4479
|
+
readonly description: string;
|
|
4480
|
+
readonly taxonomy_category: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
4481
|
+
}
|
|
4482
|
+
interface ProductSellabilityPrice {
|
|
4483
|
+
readonly currency: string;
|
|
4484
|
+
readonly amount: number;
|
|
4485
|
+
}
|
|
4486
|
+
interface SellabilityError {
|
|
4487
|
+
readonly code: io.flow.sellability.v0.enums.SellabilityErrorCode;
|
|
4488
|
+
readonly messages: string[];
|
|
4489
|
+
}
|
|
4490
|
+
interface SellablilityRegionResult {
|
|
4491
|
+
readonly type: io.flow.sellability.v0.enums.RuleEffectType;
|
|
4492
|
+
readonly regions: string[];
|
|
4493
|
+
}
|
|
4494
|
+
}
|
|
4495
|
+
declare namespace io.flow.currency.v0.models {
|
|
4496
|
+
interface Rate {
|
|
4497
|
+
readonly id: string;
|
|
4498
|
+
readonly base: string;
|
|
4499
|
+
readonly target: string;
|
|
4500
|
+
readonly effective_at: string;
|
|
4501
|
+
readonly value: number;
|
|
4502
|
+
}
|
|
4503
|
+
interface RateForm {
|
|
4504
|
+
readonly base: string;
|
|
4505
|
+
readonly target: string;
|
|
4506
|
+
readonly effective_at: string;
|
|
4507
|
+
}
|
|
4508
|
+
interface RateVersion {
|
|
4509
|
+
readonly id: string;
|
|
4510
|
+
readonly timestamp: string;
|
|
4511
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
4512
|
+
readonly rate: io.flow.currency.v0.models.Rate;
|
|
4513
|
+
}
|
|
4514
|
+
}
|
|
4424
4515
|
declare namespace io.flow.v0.enums {
|
|
4425
4516
|
type AbandonedOrderPromotionStatus = 'active' | 'inactive';
|
|
4426
4517
|
type AbandonedOrderSettingStatus = 'active' | 'inactive';
|
|
@@ -4477,7 +4568,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4477
4568
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
4478
4569
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
4479
4570
|
type Environment = 'sandbox' | 'production';
|
|
4480
|
-
type EventType = '
|
|
4571
|
+
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';
|
|
4481
4572
|
type ExceptionType = 'open' | 'closed';
|
|
4482
4573
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
4483
4574
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -4498,6 +4589,9 @@ declare namespace io.flow.v0.enums {
|
|
|
4498
4589
|
type FulfillmentMethodType = 'fulfillment_method';
|
|
4499
4590
|
type FulfillmentMethodValue = 'digital' | 'physical';
|
|
4500
4591
|
type FulfillmentRouting = 'fulfilled_from_center' | 'fulfillment_service';
|
|
4592
|
+
type GeCatalogItemIngestionResponse = 'ge_catalog_item_ingestion_success' | 'ge_catalog_item_ingestion_failure';
|
|
4593
|
+
type GeEnvironment = 'production' | 'sandbox';
|
|
4594
|
+
type GeEventType = 'restriction_result' | 'ingestion_result';
|
|
4501
4595
|
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
4502
4596
|
type GoodsSupply = 'export' | 'intra_community' | 'local';
|
|
4503
4597
|
type HolidayCalendar = 'us_bank_holidays' | 'jewish_holidays';
|
|
@@ -4530,7 +4624,6 @@ declare namespace io.flow.v0.enums {
|
|
|
4530
4624
|
type OnboardingApplicationStatus = 'to_do' | 'in_progress' | 'on_hold' | 'rejected' | 'accepted';
|
|
4531
4625
|
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';
|
|
4532
4626
|
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';
|
|
4533
|
-
type OptinResponseType = 'not_shown' | 'opted_in' | 'opted_out';
|
|
4534
4627
|
type OrderChangeSource = 'consumer' | 'retailer' | 'fulfillment' | 'flow' | 'carrier';
|
|
4535
4628
|
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';
|
|
4536
4629
|
type OrderMerchantOfRecord = 'flow' | 'organization' | 'mixed';
|
|
@@ -4542,7 +4635,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4542
4635
|
type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
|
|
4543
4636
|
type OrderStatus = 'open' | 'submitted';
|
|
4544
4637
|
type OrderStorage = 'do_not_persist' | 'persist';
|
|
4545
|
-
type OrderType = 'standard' | 'replacement';
|
|
4638
|
+
type OrderType = 'standard' | 'replacement' | 'edit';
|
|
4546
4639
|
type OrganizationPaymentMethodTag = 'deny';
|
|
4547
4640
|
type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
|
|
4548
4641
|
type OrganizationType = 'standalone' | 'channel';
|
|
@@ -4551,6 +4644,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4551
4644
|
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';
|
|
4552
4645
|
type PaymentErrorCode = 'duplicate' | 'invalid_amount' | 'invalid_currency' | 'invalid_method' | 'invalid_order' | 'invalid_customer' | 'invalid_destination' | 'unknown';
|
|
4553
4646
|
type PaymentFailureCode = 'action_expired' | 'action_cancelled' | 'action_failed' | 'authorization_declined' | 'not_supported' | 'fraudulent' | 'error' | 'payment_checks_declined';
|
|
4647
|
+
type PaymentFeeType = 'fx' | 'mor';
|
|
4554
4648
|
type PaymentMethodCapability = 'credit' | 'debit';
|
|
4555
4649
|
type PaymentMethodDataOptionType = 'ideal_issuer_option';
|
|
4556
4650
|
type PaymentMethodRuleContentKey = 'description';
|
|
@@ -4624,13 +4718,13 @@ declare namespace io.flow.v0.enums {
|
|
|
4624
4718
|
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
4625
4719
|
type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
|
|
4626
4720
|
type TradeAgreementStatus = 'supported' | 'not_supported';
|
|
4627
|
-
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'
|
|
4721
|
+
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';
|
|
4628
4722
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
4629
4723
|
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';
|
|
4630
4724
|
type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
|
|
4631
|
-
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
4725
|
+
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
4632
4726
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
4633
|
-
type UnitOfVolume = 'cubic_inch' | 'cubic_meter';
|
|
4727
|
+
type UnitOfVolume = 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter';
|
|
4634
4728
|
type UnitOfWeight = 'gram' | 'kilogram' | 'ounce' | 'pound';
|
|
4635
4729
|
type UpdatePolicy = 'auto' | 'queue' | 'discard';
|
|
4636
4730
|
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
@@ -5467,25 +5561,6 @@ declare namespace io.flow.v0.models {
|
|
|
5467
5561
|
readonly origin_location_source?: io.flow.v0.enums.OriginLocationSource;
|
|
5468
5562
|
readonly hub_code?: string;
|
|
5469
5563
|
}
|
|
5470
|
-
interface BrowseOptinResponses {
|
|
5471
|
-
readonly id: string;
|
|
5472
|
-
readonly session_id: string;
|
|
5473
|
-
readonly optin_responses: io.flow.v0.models.OptinResponse[];
|
|
5474
|
-
}
|
|
5475
|
-
interface BrowseOptinResponsesDeleted {
|
|
5476
|
-
readonly discriminator: 'browse_optin_responses_deleted';
|
|
5477
|
-
readonly event_id: string;
|
|
5478
|
-
readonly timestamp: string;
|
|
5479
|
-
readonly organization: string;
|
|
5480
|
-
readonly id: string;
|
|
5481
|
-
}
|
|
5482
|
-
interface BrowseOptinResponsesUpserted {
|
|
5483
|
-
readonly discriminator: 'browse_optin_responses_upserted';
|
|
5484
|
-
readonly event_id: string;
|
|
5485
|
-
readonly timestamp: string;
|
|
5486
|
-
readonly organization: string;
|
|
5487
|
-
readonly browse_optin_responses: io.flow.v0.models.BrowseOptinResponses;
|
|
5488
|
-
}
|
|
5489
5564
|
interface BrowserInfo {
|
|
5490
5565
|
readonly origin?: string;
|
|
5491
5566
|
readonly language?: string;
|
|
@@ -5513,6 +5588,7 @@ declare namespace io.flow.v0.models {
|
|
|
5513
5588
|
readonly attributes?: Record<string, string>;
|
|
5514
5589
|
readonly status?: io.flow.v0.enums.CaptureStatus;
|
|
5515
5590
|
readonly base?: io.flow.v0.models.Money;
|
|
5591
|
+
readonly fees?: io.flow.v0.models.PaymentFee[];
|
|
5516
5592
|
}
|
|
5517
5593
|
interface CaptureDeleted {
|
|
5518
5594
|
readonly discriminator: 'capture_deleted';
|
|
@@ -6203,26 +6279,6 @@ declare namespace io.flow.v0.models {
|
|
|
6203
6279
|
readonly name: string;
|
|
6204
6280
|
readonly value: string;
|
|
6205
6281
|
}
|
|
6206
|
-
interface CheckoutOptinResponses {
|
|
6207
|
-
readonly id: string;
|
|
6208
|
-
readonly order_number: string;
|
|
6209
|
-
readonly session_id: string;
|
|
6210
|
-
readonly optin_responses: io.flow.v0.models.OptinResponse[];
|
|
6211
|
-
}
|
|
6212
|
-
interface CheckoutOptinResponsesDeleted {
|
|
6213
|
-
readonly discriminator: 'checkout_optin_responses_deleted';
|
|
6214
|
-
readonly event_id: string;
|
|
6215
|
-
readonly timestamp: string;
|
|
6216
|
-
readonly organization: string;
|
|
6217
|
-
readonly id: string;
|
|
6218
|
-
}
|
|
6219
|
-
interface CheckoutOptinResponsesUpserted {
|
|
6220
|
-
readonly discriminator: 'checkout_optin_responses_upserted';
|
|
6221
|
-
readonly event_id: string;
|
|
6222
|
-
readonly timestamp: string;
|
|
6223
|
-
readonly organization: string;
|
|
6224
|
-
readonly checkout_optin_responses: io.flow.v0.models.CheckoutOptinResponses;
|
|
6225
|
-
}
|
|
6226
6282
|
interface CheckoutReference {
|
|
6227
6283
|
readonly id: string;
|
|
6228
6284
|
}
|
|
@@ -7049,6 +7105,7 @@ declare namespace io.flow.v0.models {
|
|
|
7049
7105
|
interface DutiesTaxesPaidSurchargeServiceFee {
|
|
7050
7106
|
readonly discriminator: 'duties_taxes_paid_surcharge_service_fee';
|
|
7051
7107
|
readonly amount: io.flow.v0.models.Money;
|
|
7108
|
+
readonly destination_countries?: string[];
|
|
7052
7109
|
readonly starts_at?: string;
|
|
7053
7110
|
readonly ends_at?: string;
|
|
7054
7111
|
}
|
|
@@ -7518,6 +7575,11 @@ declare namespace io.flow.v0.models {
|
|
|
7518
7575
|
readonly type: io.flow.v0.enums.ChangeType;
|
|
7519
7576
|
readonly export: io.flow.v0.models.Export;
|
|
7520
7577
|
}
|
|
7578
|
+
interface ExternalCard {
|
|
7579
|
+
readonly discriminator: 'external_card';
|
|
7580
|
+
readonly id: string;
|
|
7581
|
+
readonly type?: io.flow.v0.enums.CardType;
|
|
7582
|
+
}
|
|
7521
7583
|
interface FeeDeduction {
|
|
7522
7584
|
readonly type: io.flow.v0.enums.FeeDeductionType;
|
|
7523
7585
|
readonly amount: number;
|
|
@@ -7768,6 +7830,41 @@ declare namespace io.flow.v0.models {
|
|
|
7768
7830
|
readonly hs6_code: string;
|
|
7769
7831
|
readonly landed_costs: io.flow.v0.models.LaneLandedCost[];
|
|
7770
7832
|
}
|
|
7833
|
+
interface GeCatalogItemIngestionResult {
|
|
7834
|
+
readonly discriminator: 'ge_catalog_item_ingestion_result';
|
|
7835
|
+
readonly event_id: string;
|
|
7836
|
+
readonly event_type: io.flow.v0.enums.GeEventType;
|
|
7837
|
+
readonly environment: io.flow.v0.enums.GeEnvironment;
|
|
7838
|
+
readonly timestamp: string;
|
|
7839
|
+
readonly source: string;
|
|
7840
|
+
readonly response: io.flow.v0.enums.GeCatalogItemIngestionResponse;
|
|
7841
|
+
readonly message: string;
|
|
7842
|
+
}
|
|
7843
|
+
interface GeCatalogItemInput {
|
|
7844
|
+
readonly event_id: string;
|
|
7845
|
+
readonly number: string;
|
|
7846
|
+
readonly organization_id: string;
|
|
7847
|
+
readonly name: string;
|
|
7848
|
+
readonly description: string;
|
|
7849
|
+
readonly price: io.flow.v0.models.GeInputPrice;
|
|
7850
|
+
readonly attributes: io.flow.v0.models.GeInputAttributes;
|
|
7851
|
+
readonly locale: string;
|
|
7852
|
+
readonly id: string;
|
|
7853
|
+
readonly categories: string[];
|
|
7854
|
+
readonly created_at: string;
|
|
7855
|
+
readonly updated_at: string;
|
|
7856
|
+
readonly images: string[];
|
|
7857
|
+
}
|
|
7858
|
+
interface GeInputAttributes {
|
|
7859
|
+
readonly country_of_origin: string;
|
|
7860
|
+
readonly ge_hs6_code: string;
|
|
7861
|
+
readonly product_id: string;
|
|
7862
|
+
}
|
|
7863
|
+
interface GeInputPrice {
|
|
7864
|
+
readonly amount: number;
|
|
7865
|
+
readonly currency: string;
|
|
7866
|
+
readonly label: string;
|
|
7867
|
+
}
|
|
7771
7868
|
interface GeItemDeleted {
|
|
7772
7869
|
readonly discriminator: 'ge_item_deleted';
|
|
7773
7870
|
readonly event_id: string;
|
|
@@ -7789,18 +7886,22 @@ declare namespace io.flow.v0.models {
|
|
|
7789
7886
|
readonly organization: string;
|
|
7790
7887
|
readonly item: io.flow.v0.models.Item;
|
|
7791
7888
|
}
|
|
7792
|
-
interface
|
|
7793
|
-
readonly discriminator: '
|
|
7889
|
+
interface GeProductRestrictionResultDelete {
|
|
7890
|
+
readonly discriminator: 'ge_product_restriction_result_delete';
|
|
7891
|
+
readonly organization: string;
|
|
7794
7892
|
readonly event_id: string;
|
|
7893
|
+
readonly event_type: io.flow.v0.enums.GeEventType;
|
|
7894
|
+
readonly environment: io.flow.v0.enums.GeEnvironment;
|
|
7795
7895
|
readonly timestamp: string;
|
|
7796
|
-
readonly organization: string;
|
|
7797
7896
|
readonly id: string;
|
|
7798
7897
|
}
|
|
7799
|
-
interface
|
|
7800
|
-
readonly discriminator: '
|
|
7898
|
+
interface GeProductRestrictionResultUpsert {
|
|
7899
|
+
readonly discriminator: 'ge_product_restriction_result_upsert';
|
|
7900
|
+
readonly organization: string;
|
|
7801
7901
|
readonly event_id: string;
|
|
7902
|
+
readonly event_type: io.flow.v0.enums.GeEventType;
|
|
7903
|
+
readonly environment: io.flow.v0.enums.GeEnvironment;
|
|
7802
7904
|
readonly timestamp: string;
|
|
7803
|
-
readonly organization: string;
|
|
7804
7905
|
readonly ge_product_restriction_result: io.flow.v0.models.ProductRestrictionResult;
|
|
7805
7906
|
}
|
|
7806
7907
|
interface GenerateLoad {
|
|
@@ -9123,10 +9224,6 @@ declare namespace io.flow.v0.models {
|
|
|
9123
9224
|
readonly email?: string;
|
|
9124
9225
|
readonly phone?: string;
|
|
9125
9226
|
}
|
|
9126
|
-
interface OptinResponse {
|
|
9127
|
-
readonly key: string;
|
|
9128
|
-
readonly value: io.flow.v0.enums.OptinResponseType;
|
|
9129
|
-
}
|
|
9130
9227
|
interface OptionWeightEstimates {
|
|
9131
9228
|
readonly gravitational: io.flow.v0.models.Measurement;
|
|
9132
9229
|
readonly dimensional: io.flow.v0.models.Measurement;
|
|
@@ -10147,6 +10244,11 @@ declare namespace io.flow.v0.models {
|
|
|
10147
10244
|
readonly failure_code: io.flow.v0.enums.PaymentFailureCode;
|
|
10148
10245
|
readonly failure_message: string;
|
|
10149
10246
|
}
|
|
10247
|
+
interface PaymentFee {
|
|
10248
|
+
readonly type: io.flow.v0.enums.PaymentFeeType;
|
|
10249
|
+
readonly money: io.flow.v0.models.Money;
|
|
10250
|
+
readonly base?: io.flow.v0.models.Money;
|
|
10251
|
+
}
|
|
10150
10252
|
interface PaymentInformation {
|
|
10151
10253
|
readonly amount_refundable?: number;
|
|
10152
10254
|
readonly amount_refunded?: number;
|
|
@@ -11007,6 +11109,7 @@ declare namespace io.flow.v0.models {
|
|
|
11007
11109
|
readonly updated_by?: string;
|
|
11008
11110
|
readonly product_restriction_id?: string;
|
|
11009
11111
|
readonly hs_code?: string;
|
|
11112
|
+
readonly restricted_regions_by_type?: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
11010
11113
|
}
|
|
11011
11114
|
interface ProductRestrictionResultDeleted {
|
|
11012
11115
|
readonly discriminator: 'product_restriction_result_deleted';
|
|
@@ -13398,8 +13501,8 @@ declare namespace io.flow.v0.unions {
|
|
|
13398
13501
|
type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
|
|
13399
13502
|
type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
|
|
13400
13503
|
type Entity = io.flow.v0.models.Company | io.flow.v0.models.Individual;
|
|
13401
|
-
type Event = io.flow.v0.models.
|
|
13402
|
-
type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary;
|
|
13504
|
+
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;
|
|
13505
|
+
type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary | io.flow.v0.models.ExternalCard;
|
|
13403
13506
|
type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
|
|
13404
13507
|
type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
|
|
13405
13508
|
type ExpandableOrder = io.flow.v0.models.Order | io.flow.v0.models.OrderReference;
|
|
@@ -13414,6 +13517,7 @@ declare namespace io.flow.v0.unions {
|
|
|
13414
13517
|
type FuelSurchargeRate = io.flow.v0.models.FuelSurchargePercent | io.flow.v0.models.FuelSurchargeByWeight;
|
|
13415
13518
|
type GatewayAuthenticationData = io.flow.v0.models.StripeAuthenticationData;
|
|
13416
13519
|
type GatewayAuthenticationDataForm = io.flow.v0.models.StripeAuthenticationDataForm;
|
|
13520
|
+
type GeRestrictionEvent = io.flow.v0.models.GeProductRestrictionResultUpsert | io.flow.v0.models.GeProductRestrictionResultDelete | io.flow.v0.models.GeCatalogItemIngestionResult;
|
|
13417
13521
|
type InlineActionConfiguration = io.flow.v0.models.BrowserInlineActionConfiguration;
|
|
13418
13522
|
type InputSpecificationLimitation = io.flow.v0.models.InputSpecificationLimitationMax;
|
|
13419
13523
|
type KnowYourBusiness = io.flow.v0.models.KnowYourBusinessUsa;
|
|
@@ -13646,9 +13750,6 @@ export declare type BillingDiscount = io.flow.v0.models.BillingDiscount;
|
|
|
13646
13750
|
export declare type BridgeManifest = io.flow.v0.models.BridgeManifest;
|
|
13647
13751
|
export declare type BridgeManifestForm = io.flow.v0.models.BridgeManifestForm;
|
|
13648
13752
|
export declare type BridgeShippingLabelForm = io.flow.v0.models.BridgeShippingLabelForm;
|
|
13649
|
-
export declare type BrowseOptinResponses = io.flow.v0.models.BrowseOptinResponses;
|
|
13650
|
-
export declare type BrowseOptinResponsesDeleted = io.flow.v0.models.BrowseOptinResponsesDeleted;
|
|
13651
|
-
export declare type BrowseOptinResponsesUpserted = io.flow.v0.models.BrowseOptinResponsesUpserted;
|
|
13652
13753
|
export declare type BrowserActionConfiguration = io.flow.v0.unions.BrowserActionConfiguration;
|
|
13653
13754
|
export declare type BrowserInfo = io.flow.v0.models.BrowserInfo;
|
|
13654
13755
|
export declare type BrowserInlineActionConfiguration = io.flow.v0.models.BrowserInlineActionConfiguration;
|
|
@@ -13773,9 +13874,6 @@ export declare type CheckoutAttribute = io.flow.v0.models.CheckoutAttribute;
|
|
|
13773
13874
|
export declare type CheckoutAttributeForm = io.flow.v0.models.CheckoutAttributeForm;
|
|
13774
13875
|
export declare type CheckoutItemContent = io.flow.v0.models.CheckoutItemContent;
|
|
13775
13876
|
export declare type CheckoutItemContentAttribute = io.flow.v0.models.CheckoutItemContentAttribute;
|
|
13776
|
-
export declare type CheckoutOptinResponses = io.flow.v0.models.CheckoutOptinResponses;
|
|
13777
|
-
export declare type CheckoutOptinResponsesDeleted = io.flow.v0.models.CheckoutOptinResponsesDeleted;
|
|
13778
|
-
export declare type CheckoutOptinResponsesUpserted = io.flow.v0.models.CheckoutOptinResponsesUpserted;
|
|
13779
13877
|
export declare type CheckoutReference = io.flow.v0.models.CheckoutReference;
|
|
13780
13878
|
export declare type CheckoutToken = io.flow.v0.models.CheckoutToken;
|
|
13781
13879
|
export declare type CheckoutTokenForm = io.flow.v0.unions.CheckoutTokenForm;
|
|
@@ -14053,6 +14151,7 @@ export declare type ExportStatus = io.flow.v0.enums.ExportStatus;
|
|
|
14053
14151
|
export declare type ExportType = io.flow.v0.unions.ExportType;
|
|
14054
14152
|
export declare type ExportVersion = io.flow.v0.models.ExportVersion;
|
|
14055
14153
|
export declare type ExporterOfRecord = io.flow.v0.enums.ExporterOfRecord;
|
|
14154
|
+
export declare type ExternalCard = io.flow.v0.models.ExternalCard;
|
|
14056
14155
|
export declare type FeeDeduction = io.flow.v0.models.FeeDeduction;
|
|
14057
14156
|
export declare type FeeDeductionType = io.flow.v0.enums.FeeDeductionType;
|
|
14058
14157
|
export declare type FeeWeight = io.flow.v0.models.FeeWeight;
|
|
@@ -14118,11 +14217,19 @@ export declare type FulfillmentRouting = io.flow.v0.enums.FulfillmentRouting;
|
|
|
14118
14217
|
export declare type FullyHarmonizedItemUpserted = io.flow.v0.models.FullyHarmonizedItemUpserted;
|
|
14119
14218
|
export declare type GatewayAuthenticationData = io.flow.v0.unions.GatewayAuthenticationData;
|
|
14120
14219
|
export declare type GatewayAuthenticationDataForm = io.flow.v0.unions.GatewayAuthenticationDataForm;
|
|
14220
|
+
export declare type GeCatalogItemIngestionResponse = io.flow.v0.enums.GeCatalogItemIngestionResponse;
|
|
14221
|
+
export declare type GeCatalogItemIngestionResult = io.flow.v0.models.GeCatalogItemIngestionResult;
|
|
14222
|
+
export declare type GeCatalogItemInput = io.flow.v0.models.GeCatalogItemInput;
|
|
14223
|
+
export declare type GeEnvironment = io.flow.v0.enums.GeEnvironment;
|
|
14224
|
+
export declare type GeEventType = io.flow.v0.enums.GeEventType;
|
|
14225
|
+
export declare type GeInputAttributes = io.flow.v0.models.GeInputAttributes;
|
|
14226
|
+
export declare type GeInputPrice = io.flow.v0.models.GeInputPrice;
|
|
14121
14227
|
export declare type GeItemDeleted = io.flow.v0.models.GeItemDeleted;
|
|
14122
14228
|
export declare type GeItemInserted = io.flow.v0.models.GeItemInserted;
|
|
14123
14229
|
export declare type GeItemUpdated = io.flow.v0.models.GeItemUpdated;
|
|
14124
|
-
export declare type
|
|
14125
|
-
export declare type
|
|
14230
|
+
export declare type GeProductRestrictionResultDelete = io.flow.v0.models.GeProductRestrictionResultDelete;
|
|
14231
|
+
export declare type GeProductRestrictionResultUpsert = io.flow.v0.models.GeProductRestrictionResultUpsert;
|
|
14232
|
+
export declare type GeRestrictionEvent = io.flow.v0.unions.GeRestrictionEvent;
|
|
14126
14233
|
export declare type GenerateLoad = io.flow.v0.models.GenerateLoad;
|
|
14127
14234
|
export declare type GenericError = io.flow.v0.models.GenericError;
|
|
14128
14235
|
export declare type GenericErrorCode = io.flow.v0.enums.GenericErrorCode;
|
|
@@ -14376,8 +14483,6 @@ export declare type OnlineAuthorizationDetails = io.flow.v0.unions.OnlineAuthori
|
|
|
14376
14483
|
export declare type OnlineAuthorizationUpsertedV2 = io.flow.v0.models.OnlineAuthorizationUpsertedV2;
|
|
14377
14484
|
export declare type OnlinePaymentAuthorizationForm = io.flow.v0.models.OnlinePaymentAuthorizationForm;
|
|
14378
14485
|
export declare type OperationsContact = io.flow.v0.models.OperationsContact;
|
|
14379
|
-
export declare type OptinResponse = io.flow.v0.models.OptinResponse;
|
|
14380
|
-
export declare type OptinResponseType = io.flow.v0.enums.OptinResponseType;
|
|
14381
14486
|
export declare type OptionWeightEstimates = io.flow.v0.models.OptionWeightEstimates;
|
|
14382
14487
|
export declare type Options = io.flow.v0.models.Options;
|
|
14383
14488
|
export declare type Order = io.flow.v0.models.Order;
|
|
@@ -14563,6 +14668,8 @@ export declare type PaymentError = io.flow.v0.models.PaymentError;
|
|
|
14563
14668
|
export declare type PaymentErrorCode = io.flow.v0.enums.PaymentErrorCode;
|
|
14564
14669
|
export declare type PaymentFailure = io.flow.v0.models.PaymentFailure;
|
|
14565
14670
|
export declare type PaymentFailureCode = io.flow.v0.enums.PaymentFailureCode;
|
|
14671
|
+
export declare type PaymentFee = io.flow.v0.models.PaymentFee;
|
|
14672
|
+
export declare type PaymentFeeType = io.flow.v0.enums.PaymentFeeType;
|
|
14566
14673
|
export declare type PaymentForm = io.flow.v0.unions.PaymentForm;
|
|
14567
14674
|
export declare type PaymentInformation = io.flow.v0.models.PaymentInformation;
|
|
14568
14675
|
export declare type PaymentMethod = io.flow.v0.models.PaymentMethod;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.113",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "3e62beab3080f4977b85152f0e0626078fa26933"
|
|
29
29
|
}
|