@flowio/api-internal-prop-types 9.24.76 → 9.24.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api-internal.d.ts +70 -33
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +70 -33
- package/src/api-internal.js +508 -411
package/lib/api-internal.d.ts
CHANGED
|
@@ -2312,13 +2312,13 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
2312
2312
|
type CancellationReason = 'abandoned' | 'automatic' | 'duplicate' | 'failed_invoice' | 'fraudulent' | 'requested_by_customer' | 'void_invoice';
|
|
2313
2313
|
type CaptureMethod = 'automatic' | 'manual';
|
|
2314
2314
|
type CardBrand = 'American Express' | 'MasterCard' | 'Discover' | 'JCB' | 'Diners Club' | 'Unknown';
|
|
2315
|
-
type CardErrorCode = 'invalid_number' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_cvc' | 'invalid_swipe_data' | 'incorrect_number' | 'expired_card' | 'incorrect_cvc' | 'incorrect_zip' | 'card_declined' | 'missing' | 'processing_error';
|
|
2316
2315
|
type CardFundingType = 'credit' | 'debit' | 'prepaid' | 'unknown';
|
|
2317
2316
|
type CardNetwork = 'amex' | 'cartes_bancaires' | 'diners' | 'discover' | 'eftpos_au' | 'interac' | 'jcb' | 'mastercard' | 'unionpay' | 'visa' | 'unknown';
|
|
2318
2317
|
type CheckOutcome = 'pass' | 'fail' | 'unavailable' | 'unchecked';
|
|
2319
2318
|
type CodeVerificationStatus = 'pending' | 'succeeded' | 'failed';
|
|
2320
2319
|
type ConfirmationMethod = 'automatic' | 'manual';
|
|
2321
|
-
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_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';
|
|
2320
|
+
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';
|
|
2321
|
+
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';
|
|
2322
2322
|
type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
|
|
2323
2323
|
type EventType = 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.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';
|
|
2324
2324
|
type KlarnaPaymentMethodCategoryType = 'direct_bank_transfer' | 'direct_debit' | 'pay_later' | 'pay_now' | 'pay_over_time';
|
|
@@ -2476,7 +2476,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2476
2476
|
readonly 'balance_transaction'?: string;
|
|
2477
2477
|
readonly 'destination'?: string;
|
|
2478
2478
|
readonly 'dispute'?: string;
|
|
2479
|
-
readonly 'failure_code'?:
|
|
2479
|
+
readonly 'failure_code'?: io.flow.stripe.v0.enums.ErrorCode;
|
|
2480
2480
|
readonly 'failure_message'?: string;
|
|
2481
2481
|
readonly 'on_behalf_of'?: string;
|
|
2482
2482
|
readonly 'review'?: string;
|
|
@@ -2527,7 +2527,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2527
2527
|
readonly 'balance_transaction'?: string;
|
|
2528
2528
|
readonly 'destination'?: string;
|
|
2529
2529
|
readonly 'dispute'?: string;
|
|
2530
|
-
readonly 'failure_code'?:
|
|
2530
|
+
readonly 'failure_code'?: io.flow.stripe.v0.enums.ErrorCode;
|
|
2531
2531
|
readonly 'failure_message'?: string;
|
|
2532
2532
|
readonly 'on_behalf_of'?: string;
|
|
2533
2533
|
readonly 'review'?: string;
|
|
@@ -2579,17 +2579,6 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2579
2579
|
readonly 'product_category'?: string;
|
|
2580
2580
|
}
|
|
2581
2581
|
|
|
2582
|
-
interface LastPaymentError {
|
|
2583
|
-
readonly 'charge'?: string;
|
|
2584
|
-
readonly 'code'?: string;
|
|
2585
|
-
readonly 'decline_code'?: io.flow.stripe.v0.enums.DeclineCode;
|
|
2586
|
-
readonly 'doc_url'?: string;
|
|
2587
|
-
readonly 'message'?: string;
|
|
2588
|
-
readonly 'param'?: string;
|
|
2589
|
-
readonly 'payment_method': io.flow.stripe.v0.models.PaymentMethod;
|
|
2590
|
-
readonly 'type': io.flow.stripe.v0.enums.ErrorType;
|
|
2591
|
-
}
|
|
2592
|
-
|
|
2593
2582
|
interface LegalEntity {
|
|
2594
2583
|
readonly 'additional_owners'?: io.flow.stripe.v0.models.Owner[];
|
|
2595
2584
|
}
|
|
@@ -2692,7 +2681,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2692
2681
|
readonly 'customer'?: string;
|
|
2693
2682
|
readonly 'description'?: string;
|
|
2694
2683
|
readonly 'invoice'?: string;
|
|
2695
|
-
readonly 'last_payment_error'?: io.flow.stripe.v0.models.
|
|
2684
|
+
readonly 'last_payment_error'?: io.flow.stripe.v0.models.StripeError;
|
|
2696
2685
|
readonly 'livemode': boolean;
|
|
2697
2686
|
readonly 'metadata'?: io.flow.stripe.v0.models.Metadata;
|
|
2698
2687
|
readonly 'next_action'?: io.flow.stripe.v0.models.NextAction;
|
|
@@ -2893,9 +2882,9 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2893
2882
|
}
|
|
2894
2883
|
|
|
2895
2884
|
interface PaymentOutcome {
|
|
2896
|
-
readonly 'network_status'
|
|
2897
|
-
readonly 'risk_level'
|
|
2898
|
-
readonly 'seller_message'
|
|
2885
|
+
readonly 'network_status'?: io.flow.stripe.v0.enums.NetworkStatus;
|
|
2886
|
+
readonly 'risk_level'?: string;
|
|
2887
|
+
readonly 'seller_message'?: string;
|
|
2899
2888
|
readonly 'reason'?: string;
|
|
2900
2889
|
readonly 'type'?: io.flow.stripe.v0.enums.PaymentOutcomeType;
|
|
2901
2890
|
}
|
|
@@ -3094,10 +3083,11 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
3094
3083
|
readonly 'type': io.flow.stripe.v0.enums.ErrorType;
|
|
3095
3084
|
readonly 'charge'?: string;
|
|
3096
3085
|
readonly 'message'?: string;
|
|
3097
|
-
readonly 'code'?: io.flow.stripe.v0.enums.
|
|
3098
|
-
readonly 'decline_code'?:
|
|
3086
|
+
readonly 'code'?: io.flow.stripe.v0.enums.ErrorCode;
|
|
3087
|
+
readonly 'decline_code'?: io.flow.stripe.v0.enums.DeclineCode;
|
|
3099
3088
|
readonly 'param'?: string;
|
|
3100
3089
|
readonly 'payment_intent'?: io.flow.stripe.v0.models.PaymentIntent;
|
|
3090
|
+
readonly 'payment_method'?: io.flow.stripe.v0.models.PaymentMethod;
|
|
3101
3091
|
}
|
|
3102
3092
|
|
|
3103
3093
|
interface StripeEvent {
|
|
@@ -3130,9 +3120,12 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
3130
3120
|
interface ThreeDSecureCharge {
|
|
3131
3121
|
readonly 'authenticated'?: boolean;
|
|
3132
3122
|
readonly 'authentication_flow'?: io.flow.stripe.v0.enums.ThreeDsAuthenticationFlow;
|
|
3123
|
+
readonly 'electronic_commerce_indicator'?: string;
|
|
3124
|
+
readonly 'exemption_indicator'?: string;
|
|
3133
3125
|
readonly 'result'?: io.flow.stripe.v0.enums.ThreeDsResult;
|
|
3134
3126
|
readonly 'result_reason'?: io.flow.stripe.v0.enums.ThreeDsResultReason;
|
|
3135
3127
|
readonly 'succeeded'?: boolean;
|
|
3128
|
+
readonly 'transaction_id'?: string;
|
|
3136
3129
|
readonly 'version'?: string;
|
|
3137
3130
|
}
|
|
3138
3131
|
|
|
@@ -3293,6 +3286,11 @@ declare namespace io.flow.label.v0.enums {
|
|
|
3293
3286
|
}
|
|
3294
3287
|
|
|
3295
3288
|
declare namespace io.flow.label.v0.models {
|
|
3289
|
+
interface AdditionalServicesRequested {
|
|
3290
|
+
readonly 'name': string;
|
|
3291
|
+
readonly 'description'?: string;
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3296
3294
|
interface BridgeManifest {
|
|
3297
3295
|
readonly 'id': string;
|
|
3298
3296
|
readonly 'service': io.flow.fulfillment.v0.models.ServiceSummary;
|
|
@@ -3398,6 +3396,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
3398
3396
|
readonly 'shipment_recipient': io.flow.label.v0.enums.ShipmentRecipient;
|
|
3399
3397
|
readonly 'label_request_method'?: io.flow.label.v0.enums.LabelRequestMethod;
|
|
3400
3398
|
readonly 'label_trigger_method'?: io.flow.label.v0.enums.LabelTriggerMethod;
|
|
3399
|
+
readonly 'additional_services_requested'?: io.flow.label.v0.models.AdditionalServicesRequested[];
|
|
3401
3400
|
readonly 'created_at'?: string;
|
|
3402
3401
|
readonly 'updated_at'?: string;
|
|
3403
3402
|
}
|
|
@@ -12916,6 +12915,7 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
12916
12915
|
readonly 'round_individual_transactions': boolean;
|
|
12917
12916
|
readonly 'liabilities_method': io.flow.billing.internal.v0.enums.AccountSettingLiabilitiesMethod;
|
|
12918
12917
|
readonly 'enable_fee_reversals': boolean;
|
|
12918
|
+
readonly 'record_reason_for_transactions_pending_payout': boolean;
|
|
12919
12919
|
}
|
|
12920
12920
|
|
|
12921
12921
|
interface AccountSource {
|
|
@@ -14122,6 +14122,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
14122
14122
|
|
|
14123
14123
|
interface TransactionMetadataManual {
|
|
14124
14124
|
readonly 'discriminator': 'manual';
|
|
14125
|
+
readonly 'description': string;
|
|
14125
14126
|
readonly 'original'?: io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
|
|
14126
14127
|
readonly 'url'?: string;
|
|
14127
14128
|
}
|
|
@@ -15846,7 +15847,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
15846
15847
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
15847
15848
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
15848
15849
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
15849
|
-
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-
|
|
15850
|
+
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
|
|
15850
15851
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
15851
15852
|
type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
|
|
15852
15853
|
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_transactions_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'queued_record_snooze_count' | 'queued_record_snooze_ending_in_48_hours_count' | 'statements_no_payout_count' | 'statements_no_payout_total' | 'statements_pending_payout_count' | 'statements_pending_payout_total' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days';
|
|
@@ -16269,6 +16270,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16269
16270
|
readonly 'round_individual_transactions': boolean;
|
|
16270
16271
|
readonly 'liabilities_method': io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod;
|
|
16271
16272
|
readonly 'enable_fee_reversals': boolean;
|
|
16273
|
+
readonly 'record_reason_for_transactions_pending_payout': boolean;
|
|
16272
16274
|
}
|
|
16273
16275
|
|
|
16274
16276
|
interface AccountSettingsDeleted {
|
|
@@ -17867,7 +17869,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17867
17869
|
|
|
17868
17870
|
interface ChannelDebugTransaction {
|
|
17869
17871
|
readonly 'debug'?: io.flow.internal.v0.models.DebugTransactionDetails;
|
|
17870
|
-
readonly 'order'?: io.flow.internal.v0.models.DebugOrder;
|
|
17871
17872
|
readonly 'queue'?: io.flow.internal.v0.models.DebugTransactionQueued;
|
|
17872
17873
|
}
|
|
17873
17874
|
|
|
@@ -17877,6 +17878,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17877
17878
|
readonly 'organization_id_prefix'?: string;
|
|
17878
17879
|
}
|
|
17879
17880
|
|
|
17881
|
+
interface ChannelFulfillment {
|
|
17882
|
+
readonly 'org_id': string;
|
|
17883
|
+
readonly 'flow_order_number': string;
|
|
17884
|
+
readonly 'shopify_order_number': string;
|
|
17885
|
+
readonly 'legal_name'?: string;
|
|
17886
|
+
readonly 'flow_tracking_status'?: io.flow.tracking.v0.enums.TrackingStatus;
|
|
17887
|
+
readonly 'order_items': io.flow.experience.v0.models.LocalizedLineItem[];
|
|
17888
|
+
readonly 'label_items': io.flow.experience.v0.models.LocalizedLineItem[];
|
|
17889
|
+
readonly 'tracking_numbers'?: string[];
|
|
17890
|
+
}
|
|
17891
|
+
|
|
17880
17892
|
interface ChannelMembership {
|
|
17881
17893
|
readonly 'id': string;
|
|
17882
17894
|
readonly 'channel': io.flow.common.v0.models.ChannelReference;
|
|
@@ -20819,8 +20831,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20819
20831
|
}
|
|
20820
20832
|
|
|
20821
20833
|
interface DebugTransactionDetails {
|
|
20822
|
-
readonly '
|
|
20834
|
+
readonly 'transaction': io.flow.billing.v0.models.Transaction;
|
|
20823
20835
|
readonly 'status': io.flow.internal.v0.models.DebugTransactionDetailsStatus;
|
|
20836
|
+
readonly 'payout'?: io.flow.billing.v0.models.PendingPayoutTransactionReason;
|
|
20824
20837
|
readonly 'fx'?: io.flow.internal.v0.models.DebugTransactionFx;
|
|
20825
20838
|
}
|
|
20826
20839
|
|
|
@@ -22393,18 +22406,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22393
22406
|
|
|
22394
22407
|
interface Fulfillment {
|
|
22395
22408
|
readonly 'id': string;
|
|
22396
|
-
readonly 'fulfilled_at': string;
|
|
22397
|
-
readonly 'owner': io.flow.internal.v0.enums.LogisticsResponsibility;
|
|
22398
|
-
readonly 'currency': string;
|
|
22399
22409
|
readonly 'order': io.flow.internal.v0.models.OrderSummary;
|
|
22400
|
-
readonly 'origin'?: io.flow.internal.v0.models.FulfillmentOrigin;
|
|
22401
22410
|
readonly 'shopper': io.flow.internal.v0.models.ShopperSummary;
|
|
22402
22411
|
readonly 'merchant': io.flow.internal.v0.models.MerchantSummary;
|
|
22403
|
-
readonly 'trigger': io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
22404
|
-
readonly 'completes_order': boolean;
|
|
22405
22412
|
readonly 'sequence_number': number;
|
|
22406
22413
|
readonly 'posting_cutoff': string;
|
|
22414
|
+
readonly 'trigger': io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
22415
|
+
readonly 'fulfilled_at': string;
|
|
22416
|
+
readonly 'owner': io.flow.internal.v0.enums.LogisticsResponsibility;
|
|
22417
|
+
readonly 'origin'?: io.flow.internal.v0.models.FulfillmentOrigin;
|
|
22407
22418
|
readonly 'business'?: io.flow.internal.v0.models.FulfillmentBusiness;
|
|
22419
|
+
readonly 'completes_order': boolean;
|
|
22408
22420
|
}
|
|
22409
22421
|
|
|
22410
22422
|
interface FulfillmentActionForm {
|
|
@@ -23570,7 +23582,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23570
23582
|
|
|
23571
23583
|
interface InternalDebugTransaction {
|
|
23572
23584
|
readonly 'debug'?: io.flow.internal.v0.models.DebugTransactionDetails;
|
|
23573
|
-
readonly 'order'?: io.flow.internal.v0.models.DebugOrder;
|
|
23574
23585
|
readonly 'queue'?: io.flow.internal.v0.models.DebugTransactionQueued;
|
|
23575
23586
|
}
|
|
23576
23587
|
|
|
@@ -25432,6 +25443,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25432
25443
|
readonly 'id': string;
|
|
25433
25444
|
readonly 'organization': io.flow.common.v0.models.OrganizationReference;
|
|
25434
25445
|
readonly 'number': string;
|
|
25446
|
+
readonly 'type': io.flow.experience.v0.enums.OrderType;
|
|
25447
|
+
readonly 'submitted_at': string;
|
|
25448
|
+
readonly 'delivered_duty': io.flow.common.v0.enums.DeliveredDuty;
|
|
25449
|
+
readonly 'currency': string;
|
|
25435
25450
|
}
|
|
25436
25451
|
|
|
25437
25452
|
interface OrderTransaction {
|
|
@@ -25639,7 +25654,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25639
25654
|
|
|
25640
25655
|
interface OrganizationDebugTransaction {
|
|
25641
25656
|
readonly 'debug'?: io.flow.internal.v0.models.DebugTransactionDetails;
|
|
25642
|
-
readonly 'order'?: io.flow.internal.v0.models.DebugOrder;
|
|
25643
25657
|
readonly 'queue'?: io.flow.internal.v0.models.DebugTransactionQueued;
|
|
25644
25658
|
}
|
|
25645
25659
|
|
|
@@ -27159,6 +27173,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27159
27173
|
interface RestrictionKeywords {
|
|
27160
27174
|
readonly 'positive_keywords': string[];
|
|
27161
27175
|
readonly 'negative_keywords': string[];
|
|
27176
|
+
readonly 'positive_search_matches': string[];
|
|
27177
|
+
readonly 'negative_search_matches': string[];
|
|
27162
27178
|
}
|
|
27163
27179
|
|
|
27164
27180
|
interface RestrictionOrganization {
|
|
@@ -27332,6 +27348,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27332
27348
|
readonly 'carrier_tracking_numbers': string[];
|
|
27333
27349
|
}
|
|
27334
27350
|
|
|
27351
|
+
interface Return {
|
|
27352
|
+
readonly 'id': string;
|
|
27353
|
+
readonly 'order': io.flow.internal.v0.models.OrderSummary;
|
|
27354
|
+
readonly 'shopper': io.flow.internal.v0.models.ShopperSummary;
|
|
27355
|
+
readonly 'merchant': io.flow.internal.v0.models.MerchantSummary;
|
|
27356
|
+
readonly 'sequence_number': number;
|
|
27357
|
+
readonly 'posting_cutoff': string;
|
|
27358
|
+
readonly 'trigger': io.flow.internal.v0.unions.ReturnTrigger;
|
|
27359
|
+
readonly 'returned_at': string;
|
|
27360
|
+
}
|
|
27361
|
+
|
|
27335
27362
|
interface ReturnPolicyDeleted {
|
|
27336
27363
|
readonly 'discriminator': 'return_policy_deleted';
|
|
27337
27364
|
readonly 'event_id': string;
|
|
@@ -27371,6 +27398,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27371
27398
|
readonly 'tracking_summary'?: io.flow.internal.v0.models.SearchTrackingSummary;
|
|
27372
27399
|
}
|
|
27373
27400
|
|
|
27401
|
+
interface ReturnTriggerRefund {
|
|
27402
|
+
readonly 'discriminator': 'by_refund';
|
|
27403
|
+
readonly 'refund': io.flow.payment.v0.models.RefundReference;
|
|
27404
|
+
}
|
|
27405
|
+
|
|
27374
27406
|
interface RoutingAccount {
|
|
27375
27407
|
readonly 'discriminator': 'routing_account';
|
|
27376
27408
|
readonly 'processor': io.flow.internal.v0.enums.Processor;
|
|
@@ -28163,7 +28195,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28163
28195
|
}
|
|
28164
28196
|
|
|
28165
28197
|
interface ShopperSummary {
|
|
28166
|
-
readonly '
|
|
28198
|
+
readonly 'product': io.flow.internal.v0.models.ShopperLines;
|
|
28167
28199
|
readonly 'fees': io.flow.internal.v0.models.ShopperFees;
|
|
28168
28200
|
readonly 'freight': io.flow.internal.v0.models.ShopperFreight;
|
|
28169
28201
|
readonly 'order_discount': number;
|
|
@@ -29439,6 +29471,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29439
29471
|
type ProcessorMerchantModificationForm = (io.flow.internal.v0.models.StripeMerchantModificationForm | io.flow.internal.v0.models.AdyenMerchantModificationForm | io.flow.internal.v0.models.FiservMerchantModificationForm | io.flow.internal.v0.models.PaypalMerchantModificationForm);
|
|
29440
29472
|
type ProcessorMerchantPutForm = (io.flow.internal.v0.models.StripeMerchantPutForm | io.flow.internal.v0.models.AdyenMerchantPutForm | io.flow.internal.v0.models.FiservMerchantPutForm | io.flow.internal.v0.models.PaypalMerchantPutForm);
|
|
29441
29473
|
type ProofOfPosting = (io.flow.internal.v0.models.ProofOfPostingFulfilled | io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled | io.flow.internal.v0.models.ProofOfPostingShippingNotification | io.flow.internal.v0.models.ProofOfPostingOrderCancellation | io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment);
|
|
29474
|
+
type ReturnTrigger = (io.flow.internal.v0.models.ReturnTriggerRefund);
|
|
29442
29475
|
type RoutingEntity = (io.flow.internal.v0.models.RoutingProcessor | io.flow.internal.v0.models.RoutingAccount | io.flow.internal.v0.models.RoutingMerchant);
|
|
29443
29476
|
type ShopifyMonitoringOrderMonitorType = (io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal | io.flow.internal.v0.models.ShopifyMonitoringFulfillmentMissingDetails);
|
|
29444
29477
|
type ShopifyPromotionOfferDiscount = (io.flow.internal.v0.models.ShopifyPromotionFixedAmount | io.flow.internal.v0.models.ShopifyPromotionPercent);
|
|
@@ -29980,6 +30013,7 @@ export const channelCurrencySettingForm: PropTypes.Requireable<io.flow.internal.
|
|
|
29980
30013
|
export const channelCurrencySettingUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelCurrencySettingUpserted>;
|
|
29981
30014
|
export const channelDebugTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ChannelDebugTransaction>;
|
|
29982
30015
|
export const channelForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelForm>;
|
|
30016
|
+
export const channelFulfillment: PropTypes.Requireable<io.flow.internal.v0.models.ChannelFulfillment>;
|
|
29983
30017
|
export const channelMembership: PropTypes.Requireable<io.flow.internal.v0.models.ChannelMembership>;
|
|
29984
30018
|
export const channelMembershipForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelMembershipForm>;
|
|
29985
30019
|
export const channelMembershipPutForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelMembershipPutForm>;
|
|
@@ -31285,11 +31319,13 @@ export const resyncByHs6Origin: PropTypes.Requireable<io.flow.internal.v0.models
|
|
|
31285
31319
|
export const resyncFallbackRates: PropTypes.Requireable<io.flow.internal.v0.models.ResyncFallbackRates>;
|
|
31286
31320
|
export const retracking: PropTypes.Requireable<io.flow.internal.v0.models.Retracking>;
|
|
31287
31321
|
export const retrackingForm: PropTypes.Requireable<io.flow.internal.v0.models.RetrackingForm>;
|
|
31322
|
+
export const UNSAFE_return: PropTypes.Requireable<io.flow.internal.v0.models.Return>;
|
|
31288
31323
|
export const returnPolicyDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ReturnPolicyDeleted>;
|
|
31289
31324
|
export const returnPolicyItemResultDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ReturnPolicyItemResultDeleted>;
|
|
31290
31325
|
export const returnPolicyItemResultUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ReturnPolicyItemResultUpserted>;
|
|
31291
31326
|
export const returnPolicyUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ReturnPolicyUpserted>;
|
|
31292
31327
|
export const returnSummary: PropTypes.Requireable<io.flow.internal.v0.models.ReturnSummary>;
|
|
31328
|
+
export const returnTriggerRefund: PropTypes.Requireable<io.flow.internal.v0.models.ReturnTriggerRefund>;
|
|
31293
31329
|
export const routingAccount: PropTypes.Requireable<io.flow.internal.v0.models.RoutingAccount>;
|
|
31294
31330
|
export const routingMerchant: PropTypes.Requireable<io.flow.internal.v0.models.RoutingMerchant>;
|
|
31295
31331
|
export const routingProcessor: PropTypes.Requireable<io.flow.internal.v0.models.RoutingProcessor>;
|
|
@@ -31701,6 +31737,7 @@ export const processorMerchantForm: PropTypes.Requireable<io.flow.internal.v0.un
|
|
|
31701
31737
|
export const processorMerchantModificationForm: PropTypes.Requireable<io.flow.internal.v0.unions.ProcessorMerchantModificationForm>;
|
|
31702
31738
|
export const processorMerchantPutForm: PropTypes.Requireable<io.flow.internal.v0.unions.ProcessorMerchantPutForm>;
|
|
31703
31739
|
export const proofOfPosting: PropTypes.Requireable<io.flow.internal.v0.unions.ProofOfPosting>;
|
|
31740
|
+
export const returnTrigger: PropTypes.Requireable<io.flow.internal.v0.unions.ReturnTrigger>;
|
|
31704
31741
|
export const routingEntity: PropTypes.Requireable<io.flow.internal.v0.unions.RoutingEntity>;
|
|
31705
31742
|
export const shopifyMonitoringOrderMonitorType: PropTypes.Requireable<io.flow.internal.v0.unions.ShopifyMonitoringOrderMonitorType>;
|
|
31706
31743
|
export const shopifyPromotionOfferDiscount: PropTypes.Requireable<io.flow.internal.v0.unions.ShopifyPromotionOfferDiscount>;
|