@flowio/types 11.24.112 → 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 +191 -166
- package/dist/api.d.ts +191 -50
- package/package.json +2 -2
- package/src/api-internal.ts +249 -212
- package/src/api.ts +239 -56
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;
|
|
@@ -2208,7 +2260,7 @@ declare namespace io.flow.common.v0.enums {
|
|
|
2208
2260
|
type RoundingType = 'pattern' | 'multiple';
|
|
2209
2261
|
type ScheduleExceptionStatus = 'Open' | 'Closed';
|
|
2210
2262
|
type SortDirection = 'ascending' | 'descending';
|
|
2211
|
-
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';
|
|
2212
2264
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
2213
2265
|
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
2214
2266
|
type ValueAddedService = 'Hazardous Material';
|
|
@@ -3638,26 +3690,6 @@ declare namespace io.flow.tech.onboarding.playground.v0.models {
|
|
|
3638
3690
|
readonly description: string;
|
|
3639
3691
|
}
|
|
3640
3692
|
}
|
|
3641
|
-
declare namespace io.flow.currency.v0.models {
|
|
3642
|
-
interface Rate {
|
|
3643
|
-
readonly id: string;
|
|
3644
|
-
readonly base: string;
|
|
3645
|
-
readonly target: string;
|
|
3646
|
-
readonly effective_at: string;
|
|
3647
|
-
readonly value: number;
|
|
3648
|
-
}
|
|
3649
|
-
interface RateForm {
|
|
3650
|
-
readonly base: string;
|
|
3651
|
-
readonly target: string;
|
|
3652
|
-
readonly effective_at: string;
|
|
3653
|
-
}
|
|
3654
|
-
interface RateVersion {
|
|
3655
|
-
readonly id: string;
|
|
3656
|
-
readonly timestamp: string;
|
|
3657
|
-
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3658
|
-
readonly rate: io.flow.currency.v0.models.Rate;
|
|
3659
|
-
}
|
|
3660
|
-
}
|
|
3661
3693
|
declare namespace io.flow.organization.v0.enums {
|
|
3662
3694
|
type CountryPickerSource = 'experience' | 'destination';
|
|
3663
3695
|
type EcommercePlatformType = 'commercetools' | 'custom' | 'hybris' | 'magento' | 'shopify' | 'shopify_markets' | 'sfcc' | 'solidus' | 'workarea';
|
|
@@ -4426,6 +4458,60 @@ declare namespace io.flow.query.builder.v0.unions {
|
|
|
4426
4458
|
type QueryFilter = io.flow.query.builder.v0.models.QueryFilterStructured | io.flow.query.builder.v0.models.QueryFilterUnstructured;
|
|
4427
4459
|
type QueryFilterForm = io.flow.query.builder.v0.models.QueryFilterStructuredForm | io.flow.query.builder.v0.models.QueryFilterUnstructuredForm;
|
|
4428
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
|
+
}
|
|
4429
4515
|
declare namespace io.flow.v0.enums {
|
|
4430
4516
|
type AbandonedOrderPromotionStatus = 'active' | 'inactive';
|
|
4431
4517
|
type AbandonedOrderSettingStatus = 'active' | 'inactive';
|
|
@@ -4482,9 +4568,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4482
4568
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
4483
4569
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
4484
4570
|
type Environment = 'sandbox' | 'production';
|
|
4485
|
-
type
|
|
4486
|
-
type EstimateType = 'Estimated' | 'Final';
|
|
4487
|
-
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';
|
|
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';
|
|
4488
4572
|
type ExceptionType = 'open' | 'closed';
|
|
4489
4573
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
4490
4574
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -4505,6 +4589,9 @@ declare namespace io.flow.v0.enums {
|
|
|
4505
4589
|
type FulfillmentMethodType = 'fulfillment_method';
|
|
4506
4590
|
type FulfillmentMethodValue = 'digital' | 'physical';
|
|
4507
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';
|
|
4508
4595
|
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
4509
4596
|
type GoodsSupply = 'export' | 'intra_community' | 'local';
|
|
4510
4597
|
type HolidayCalendar = 'us_bank_holidays' | 'jewish_holidays';
|
|
@@ -4548,7 +4635,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4548
4635
|
type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
|
|
4549
4636
|
type OrderStatus = 'open' | 'submitted';
|
|
4550
4637
|
type OrderStorage = 'do_not_persist' | 'persist';
|
|
4551
|
-
type OrderType = 'standard' | 'replacement';
|
|
4638
|
+
type OrderType = 'standard' | 'replacement' | 'edit';
|
|
4552
4639
|
type OrganizationPaymentMethodTag = 'deny';
|
|
4553
4640
|
type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
|
|
4554
4641
|
type OrganizationType = 'standalone' | 'channel';
|
|
@@ -4557,6 +4644,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4557
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';
|
|
4558
4645
|
type PaymentErrorCode = 'duplicate' | 'invalid_amount' | 'invalid_currency' | 'invalid_method' | 'invalid_order' | 'invalid_customer' | 'invalid_destination' | 'unknown';
|
|
4559
4646
|
type PaymentFailureCode = 'action_expired' | 'action_cancelled' | 'action_failed' | 'authorization_declined' | 'not_supported' | 'fraudulent' | 'error' | 'payment_checks_declined';
|
|
4647
|
+
type PaymentFeeType = 'fx' | 'mor';
|
|
4560
4648
|
type PaymentMethodCapability = 'credit' | 'debit';
|
|
4561
4649
|
type PaymentMethodDataOptionType = 'ideal_issuer_option';
|
|
4562
4650
|
type PaymentMethodRuleContentKey = 'description';
|
|
@@ -4630,13 +4718,13 @@ declare namespace io.flow.v0.enums {
|
|
|
4630
4718
|
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
4631
4719
|
type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
|
|
4632
4720
|
type TradeAgreementStatus = 'supported' | 'not_supported';
|
|
4633
|
-
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';
|
|
4634
4722
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
4635
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';
|
|
4636
4724
|
type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
|
|
4637
|
-
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';
|
|
4638
4726
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
4639
|
-
type UnitOfVolume = 'cubic_inch' | 'cubic_meter';
|
|
4727
|
+
type UnitOfVolume = 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter';
|
|
4640
4728
|
type UnitOfWeight = 'gram' | 'kilogram' | 'ounce' | 'pound';
|
|
4641
4729
|
type UpdatePolicy = 'auto' | 'queue' | 'discard';
|
|
4642
4730
|
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
@@ -5500,6 +5588,7 @@ declare namespace io.flow.v0.models {
|
|
|
5500
5588
|
readonly attributes?: Record<string, string>;
|
|
5501
5589
|
readonly status?: io.flow.v0.enums.CaptureStatus;
|
|
5502
5590
|
readonly base?: io.flow.v0.models.Money;
|
|
5591
|
+
readonly fees?: io.flow.v0.models.PaymentFee[];
|
|
5503
5592
|
}
|
|
5504
5593
|
interface CaptureDeleted {
|
|
5505
5594
|
readonly discriminator: 'capture_deleted';
|
|
@@ -7016,6 +7105,7 @@ declare namespace io.flow.v0.models {
|
|
|
7016
7105
|
interface DutiesTaxesPaidSurchargeServiceFee {
|
|
7017
7106
|
readonly discriminator: 'duties_taxes_paid_surcharge_service_fee';
|
|
7018
7107
|
readonly amount: io.flow.v0.models.Money;
|
|
7108
|
+
readonly destination_countries?: string[];
|
|
7019
7109
|
readonly starts_at?: string;
|
|
7020
7110
|
readonly ends_at?: string;
|
|
7021
7111
|
}
|
|
@@ -7150,14 +7240,6 @@ declare namespace io.flow.v0.models {
|
|
|
7150
7240
|
readonly number: string;
|
|
7151
7241
|
readonly issuing_country?: string;
|
|
7152
7242
|
}
|
|
7153
|
-
interface Estimate {
|
|
7154
|
-
readonly id: string;
|
|
7155
|
-
readonly organization_id: string;
|
|
7156
|
-
readonly label_id: string;
|
|
7157
|
-
readonly estimate: io.flow.v0.models.ShippingLabelHopSummary;
|
|
7158
|
-
readonly type: io.flow.v0.enums.EstimateType;
|
|
7159
|
-
readonly origin?: io.flow.v0.enums.EstimateOrigin;
|
|
7160
|
-
}
|
|
7161
7243
|
interface EstimatedDimensions {
|
|
7162
7244
|
readonly depth: io.flow.v0.models.Measurement;
|
|
7163
7245
|
readonly length: io.flow.v0.models.Measurement;
|
|
@@ -7493,6 +7575,11 @@ declare namespace io.flow.v0.models {
|
|
|
7493
7575
|
readonly type: io.flow.v0.enums.ChangeType;
|
|
7494
7576
|
readonly export: io.flow.v0.models.Export;
|
|
7495
7577
|
}
|
|
7578
|
+
interface ExternalCard {
|
|
7579
|
+
readonly discriminator: 'external_card';
|
|
7580
|
+
readonly id: string;
|
|
7581
|
+
readonly type?: io.flow.v0.enums.CardType;
|
|
7582
|
+
}
|
|
7496
7583
|
interface FeeDeduction {
|
|
7497
7584
|
readonly type: io.flow.v0.enums.FeeDeductionType;
|
|
7498
7585
|
readonly amount: number;
|
|
@@ -7743,6 +7830,41 @@ declare namespace io.flow.v0.models {
|
|
|
7743
7830
|
readonly hs6_code: string;
|
|
7744
7831
|
readonly landed_costs: io.flow.v0.models.LaneLandedCost[];
|
|
7745
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
|
+
}
|
|
7746
7868
|
interface GeItemDeleted {
|
|
7747
7869
|
readonly discriminator: 'ge_item_deleted';
|
|
7748
7870
|
readonly event_id: string;
|
|
@@ -7764,18 +7886,22 @@ declare namespace io.flow.v0.models {
|
|
|
7764
7886
|
readonly organization: string;
|
|
7765
7887
|
readonly item: io.flow.v0.models.Item;
|
|
7766
7888
|
}
|
|
7767
|
-
interface
|
|
7768
|
-
readonly discriminator: '
|
|
7889
|
+
interface GeProductRestrictionResultDelete {
|
|
7890
|
+
readonly discriminator: 'ge_product_restriction_result_delete';
|
|
7891
|
+
readonly organization: string;
|
|
7769
7892
|
readonly event_id: string;
|
|
7893
|
+
readonly event_type: io.flow.v0.enums.GeEventType;
|
|
7894
|
+
readonly environment: io.flow.v0.enums.GeEnvironment;
|
|
7770
7895
|
readonly timestamp: string;
|
|
7771
|
-
readonly organization: string;
|
|
7772
7896
|
readonly id: string;
|
|
7773
7897
|
}
|
|
7774
|
-
interface
|
|
7775
|
-
readonly discriminator: '
|
|
7898
|
+
interface GeProductRestrictionResultUpsert {
|
|
7899
|
+
readonly discriminator: 'ge_product_restriction_result_upsert';
|
|
7900
|
+
readonly organization: string;
|
|
7776
7901
|
readonly event_id: string;
|
|
7902
|
+
readonly event_type: io.flow.v0.enums.GeEventType;
|
|
7903
|
+
readonly environment: io.flow.v0.enums.GeEnvironment;
|
|
7777
7904
|
readonly timestamp: string;
|
|
7778
|
-
readonly organization: string;
|
|
7779
7905
|
readonly ge_product_restriction_result: io.flow.v0.models.ProductRestrictionResult;
|
|
7780
7906
|
}
|
|
7781
7907
|
interface GenerateLoad {
|
|
@@ -10118,6 +10244,11 @@ declare namespace io.flow.v0.models {
|
|
|
10118
10244
|
readonly failure_code: io.flow.v0.enums.PaymentFailureCode;
|
|
10119
10245
|
readonly failure_message: string;
|
|
10120
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
|
+
}
|
|
10121
10252
|
interface PaymentInformation {
|
|
10122
10253
|
readonly amount_refundable?: number;
|
|
10123
10254
|
readonly amount_refunded?: number;
|
|
@@ -10978,6 +11109,7 @@ declare namespace io.flow.v0.models {
|
|
|
10978
11109
|
readonly updated_by?: string;
|
|
10979
11110
|
readonly product_restriction_id?: string;
|
|
10980
11111
|
readonly hs_code?: string;
|
|
11112
|
+
readonly restricted_regions_by_type?: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
10981
11113
|
}
|
|
10982
11114
|
interface ProductRestrictionResultDeleted {
|
|
10983
11115
|
readonly discriminator: 'product_restriction_result_deleted';
|
|
@@ -13369,8 +13501,8 @@ declare namespace io.flow.v0.unions {
|
|
|
13369
13501
|
type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
|
|
13370
13502
|
type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
|
|
13371
13503
|
type Entity = io.flow.v0.models.Company | io.flow.v0.models.Individual;
|
|
13372
|
-
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.
|
|
13373
|
-
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;
|
|
13374
13506
|
type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
|
|
13375
13507
|
type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
|
|
13376
13508
|
type ExpandableOrder = io.flow.v0.models.Order | io.flow.v0.models.OrderReference;
|
|
@@ -13385,6 +13517,7 @@ declare namespace io.flow.v0.unions {
|
|
|
13385
13517
|
type FuelSurchargeRate = io.flow.v0.models.FuelSurchargePercent | io.flow.v0.models.FuelSurchargeByWeight;
|
|
13386
13518
|
type GatewayAuthenticationData = io.flow.v0.models.StripeAuthenticationData;
|
|
13387
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;
|
|
13388
13521
|
type InlineActionConfiguration = io.flow.v0.models.BrowserInlineActionConfiguration;
|
|
13389
13522
|
type InputSpecificationLimitation = io.flow.v0.models.InputSpecificationLimitationMax;
|
|
13390
13523
|
type KnowYourBusiness = io.flow.v0.models.KnowYourBusinessUsa;
|
|
@@ -13940,9 +14073,6 @@ export declare type Entity = io.flow.v0.unions.Entity;
|
|
|
13940
14073
|
export declare type EntityIdentifier = io.flow.v0.models.EntityIdentifier;
|
|
13941
14074
|
export declare type EntityIdentifierType = io.flow.v0.enums.EntityIdentifierType;
|
|
13942
14075
|
export declare type Environment = io.flow.v0.enums.Environment;
|
|
13943
|
-
export declare type Estimate = io.flow.v0.models.Estimate;
|
|
13944
|
-
export declare type EstimateOrigin = io.flow.v0.enums.EstimateOrigin;
|
|
13945
|
-
export declare type EstimateType = io.flow.v0.enums.EstimateType;
|
|
13946
14076
|
export declare type EstimatedDimensions = io.flow.v0.models.EstimatedDimensions;
|
|
13947
14077
|
export declare type EstimatedWindow = io.flow.v0.models.EstimatedWindow;
|
|
13948
14078
|
export declare type Event = io.flow.v0.unions.Event;
|
|
@@ -14021,6 +14151,7 @@ export declare type ExportStatus = io.flow.v0.enums.ExportStatus;
|
|
|
14021
14151
|
export declare type ExportType = io.flow.v0.unions.ExportType;
|
|
14022
14152
|
export declare type ExportVersion = io.flow.v0.models.ExportVersion;
|
|
14023
14153
|
export declare type ExporterOfRecord = io.flow.v0.enums.ExporterOfRecord;
|
|
14154
|
+
export declare type ExternalCard = io.flow.v0.models.ExternalCard;
|
|
14024
14155
|
export declare type FeeDeduction = io.flow.v0.models.FeeDeduction;
|
|
14025
14156
|
export declare type FeeDeductionType = io.flow.v0.enums.FeeDeductionType;
|
|
14026
14157
|
export declare type FeeWeight = io.flow.v0.models.FeeWeight;
|
|
@@ -14086,11 +14217,19 @@ export declare type FulfillmentRouting = io.flow.v0.enums.FulfillmentRouting;
|
|
|
14086
14217
|
export declare type FullyHarmonizedItemUpserted = io.flow.v0.models.FullyHarmonizedItemUpserted;
|
|
14087
14218
|
export declare type GatewayAuthenticationData = io.flow.v0.unions.GatewayAuthenticationData;
|
|
14088
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;
|
|
14089
14227
|
export declare type GeItemDeleted = io.flow.v0.models.GeItemDeleted;
|
|
14090
14228
|
export declare type GeItemInserted = io.flow.v0.models.GeItemInserted;
|
|
14091
14229
|
export declare type GeItemUpdated = io.flow.v0.models.GeItemUpdated;
|
|
14092
|
-
export declare type
|
|
14093
|
-
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;
|
|
14094
14233
|
export declare type GenerateLoad = io.flow.v0.models.GenerateLoad;
|
|
14095
14234
|
export declare type GenericError = io.flow.v0.models.GenericError;
|
|
14096
14235
|
export declare type GenericErrorCode = io.flow.v0.enums.GenericErrorCode;
|
|
@@ -14529,6 +14668,8 @@ export declare type PaymentError = io.flow.v0.models.PaymentError;
|
|
|
14529
14668
|
export declare type PaymentErrorCode = io.flow.v0.enums.PaymentErrorCode;
|
|
14530
14669
|
export declare type PaymentFailure = io.flow.v0.models.PaymentFailure;
|
|
14531
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;
|
|
14532
14673
|
export declare type PaymentForm = io.flow.v0.unions.PaymentForm;
|
|
14533
14674
|
export declare type PaymentInformation = io.flow.v0.models.PaymentInformation;
|
|
14534
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
|
}
|