@flowio/api-internal-prop-types 9.24.77 → 9.24.78
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 +47 -3
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +47 -3
- package/src/api-internal.js +51 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-prop-types",
|
|
3
|
-
"version": "9.24.
|
|
3
|
+
"version": "9.24.78",
|
|
4
4
|
"description": "PropType validators that work with internal Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"prop-types": "^15.7.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "fc644e9ba6f842b12316085c5adbfeaa86923d6b"
|
|
34
34
|
}
|
package/src/api-internal.d.ts
CHANGED
|
@@ -2317,10 +2317,12 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
2317
2317
|
type CheckOutcome = 'pass' | 'fail' | 'unavailable' | 'unchecked';
|
|
2318
2318
|
type CodeVerificationStatus = 'pending' | 'succeeded' | 'failed';
|
|
2319
2319
|
type ConfirmationMethod = 'automatic' | 'manual';
|
|
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';
|
|
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' | 'previously_declined_do_not_retry' | 'highest_risk_level' | 'requested_block_on_incorrect_cvc';
|
|
2321
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
|
+
type ExtendedAuthorizationStatus = 'enabled' | 'disabled';
|
|
2325
|
+
type FeatureAvailability = 'available' | 'unavailable';
|
|
2324
2326
|
type KlarnaPaymentMethodCategoryType = 'direct_bank_transfer' | 'direct_debit' | 'pay_later' | 'pay_now' | 'pay_over_time';
|
|
2325
2327
|
type KlarnaProduct = 'payment';
|
|
2326
2328
|
type NetworkStatus = 'approved_by_network' | 'declined_by_network' | 'not_sent_to_network' | 'reversed_after_approval';
|
|
@@ -2468,6 +2470,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2468
2470
|
readonly 'currency': string;
|
|
2469
2471
|
readonly 'customer'?: string;
|
|
2470
2472
|
readonly 'outcome'?: io.flow.stripe.v0.models.PaymentOutcome;
|
|
2473
|
+
readonly 'disputed'?: boolean;
|
|
2471
2474
|
readonly 'paid': boolean;
|
|
2472
2475
|
readonly 'refunded': boolean;
|
|
2473
2476
|
readonly 'refunds'?: io.flow.stripe.v0.models.Refunds;
|
|
@@ -2487,6 +2490,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2487
2490
|
readonly 'calculated_statement_descriptor'?: string;
|
|
2488
2491
|
readonly 'statement_descriptor'?: string;
|
|
2489
2492
|
readonly 'payment_method_details'?: io.flow.stripe.v0.unions.PaymentMethodDetails;
|
|
2493
|
+
readonly 'payment_method'?: string;
|
|
2490
2494
|
}
|
|
2491
2495
|
|
|
2492
2496
|
interface ChargeDestination {
|
|
@@ -2515,6 +2519,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2515
2519
|
readonly 'amount_refunded': number;
|
|
2516
2520
|
readonly 'authorization_code'?: string;
|
|
2517
2521
|
readonly 'captured': boolean;
|
|
2522
|
+
readonly 'disputed'?: boolean;
|
|
2518
2523
|
readonly 'created': number;
|
|
2519
2524
|
readonly 'currency': string;
|
|
2520
2525
|
readonly 'customer'?: string;
|
|
@@ -2538,6 +2543,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2538
2543
|
readonly 'calculated_statement_descriptor'?: string;
|
|
2539
2544
|
readonly 'statement_descriptor'?: string;
|
|
2540
2545
|
readonly 'payment_method_details'?: io.flow.stripe.v0.unions.PaymentMethodDetails;
|
|
2546
|
+
readonly 'payment_method'?: string;
|
|
2541
2547
|
}
|
|
2542
2548
|
|
|
2543
2549
|
interface CodeVerification {
|
|
@@ -2565,6 +2571,14 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2565
2571
|
readonly 'error': io.flow.stripe.v0.models.StripeError;
|
|
2566
2572
|
}
|
|
2567
2573
|
|
|
2574
|
+
interface ExtendedAuthorization {
|
|
2575
|
+
readonly 'status'?: io.flow.stripe.v0.enums.ExtendedAuthorizationStatus;
|
|
2576
|
+
}
|
|
2577
|
+
|
|
2578
|
+
interface IncrementalAuthorization {
|
|
2579
|
+
readonly 'status'?: io.flow.stripe.v0.enums.FeatureAvailability;
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2568
2582
|
interface Keys {
|
|
2569
2583
|
readonly 'secret'?: string;
|
|
2570
2584
|
readonly 'publishable'?: string;
|
|
@@ -2604,6 +2618,10 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2604
2618
|
readonly 'payment_request_order_reference'?: string;
|
|
2605
2619
|
}
|
|
2606
2620
|
|
|
2621
|
+
interface Multicapture {
|
|
2622
|
+
readonly 'status'?: io.flow.stripe.v0.enums.FeatureAvailability;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2607
2625
|
interface NetworkTokenUsed {
|
|
2608
2626
|
readonly 'used'?: boolean;
|
|
2609
2627
|
}
|
|
@@ -2651,6 +2669,11 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2651
2669
|
readonly 'shipping'?: io.flow.stripe.v0.models.Shipping;
|
|
2652
2670
|
}
|
|
2653
2671
|
|
|
2672
|
+
interface Overcapture {
|
|
2673
|
+
readonly 'maximum_amount_capturable'?: number;
|
|
2674
|
+
readonly 'status'?: io.flow.stripe.v0.enums.FeatureAvailability;
|
|
2675
|
+
}
|
|
2676
|
+
|
|
2654
2677
|
interface Owner {
|
|
2655
2678
|
readonly 'address'?: io.flow.stripe.v0.models.Address;
|
|
2656
2679
|
readonly 'email'?: string;
|
|
@@ -2724,7 +2747,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2724
2747
|
readonly 'off_session'?: boolean;
|
|
2725
2748
|
readonly 'payment_method'?: string;
|
|
2726
2749
|
readonly 'payment_method_data'?: io.flow.stripe.v0.unions.PaymentMethodData;
|
|
2727
|
-
readonly 'payment_method_options'?: io.flow.stripe.v0.models.
|
|
2750
|
+
readonly 'payment_method_options'?: io.flow.stripe.v0.models.PaymentMethodOptionsForm;
|
|
2728
2751
|
readonly 'payment_method_types'?: string[];
|
|
2729
2752
|
readonly 'receipt_email'?: string;
|
|
2730
2753
|
readonly 'save_payment_method'?: boolean;
|
|
@@ -2745,7 +2768,7 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2745
2768
|
readonly 'on_behalf_of'?: string;
|
|
2746
2769
|
readonly 'payment_method'?: string;
|
|
2747
2770
|
readonly 'payment_method_data'?: io.flow.stripe.v0.unions.PaymentMethodData;
|
|
2748
|
-
readonly 'payment_method_options'?: io.flow.stripe.v0.models.
|
|
2771
|
+
readonly 'payment_method_options'?: io.flow.stripe.v0.models.PaymentMethodOptionsForm;
|
|
2749
2772
|
readonly 'payment_method_types'?: string[];
|
|
2750
2773
|
readonly 'receipt_email'?: string;
|
|
2751
2774
|
readonly 'return_url'?: string;
|
|
@@ -2851,6 +2874,10 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2851
2874
|
readonly 'issuer'?: string;
|
|
2852
2875
|
readonly 'wallet'?: io.flow.stripe.v0.unions.CardWallet;
|
|
2853
2876
|
readonly 'network_transaction_id'?: string;
|
|
2877
|
+
readonly 'extended_authorization'?: io.flow.stripe.v0.models.ExtendedAuthorization;
|
|
2878
|
+
readonly 'incremental_authorization'?: io.flow.stripe.v0.models.IncrementalAuthorization;
|
|
2879
|
+
readonly 'multicapture'?: io.flow.stripe.v0.models.Multicapture;
|
|
2880
|
+
readonly 'overcapture'?: io.flow.stripe.v0.models.Overcapture;
|
|
2854
2881
|
}
|
|
2855
2882
|
|
|
2856
2883
|
interface PaymentMethodDetailsKlarna {
|
|
@@ -2879,6 +2906,18 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2879
2906
|
readonly 'request_three_d_secure'?: io.flow.stripe.v0.enums.RequestThreeDSecureType;
|
|
2880
2907
|
readonly 'stored_credential_transaction_type'?: io.flow.stripe.v0.enums.StoredCredentialTransactionType;
|
|
2881
2908
|
readonly 'mcc'?: string;
|
|
2909
|
+
readonly 'capture_before'?: number;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2912
|
+
interface PaymentMethodOptionsCardForm {
|
|
2913
|
+
readonly 'network'?: string;
|
|
2914
|
+
readonly 'request_three_d_secure'?: io.flow.stripe.v0.enums.RequestThreeDSecureType;
|
|
2915
|
+
readonly 'stored_credential_transaction_type'?: io.flow.stripe.v0.enums.StoredCredentialTransactionType;
|
|
2916
|
+
readonly 'mcc'?: string;
|
|
2917
|
+
}
|
|
2918
|
+
|
|
2919
|
+
interface PaymentMethodOptionsForm {
|
|
2920
|
+
readonly 'card'?: io.flow.stripe.v0.models.PaymentMethodOptionsCardForm;
|
|
2882
2921
|
}
|
|
2883
2922
|
|
|
2884
2923
|
interface PaymentOutcome {
|
|
@@ -16045,6 +16084,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16045
16084
|
type OrganizationPaymentStatus = 'active' | 'archived';
|
|
16046
16085
|
type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
|
|
16047
16086
|
type OrganizationRestrictionNoteType = 'internal' | 'rejection_reason' | 'additional_rejection_info';
|
|
16087
|
+
type OrganizationRestrictionReviewType = 'all_pending' | 'pending_verification';
|
|
16048
16088
|
type OrganizationRestrictionRiskLevel = '5' | '15';
|
|
16049
16089
|
type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
|
|
16050
16090
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
@@ -17886,6 +17926,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17886
17926
|
readonly 'flow_tracking_status'?: io.flow.tracking.v0.enums.TrackingStatus;
|
|
17887
17927
|
readonly 'order_items': io.flow.experience.v0.models.LocalizedLineItem[];
|
|
17888
17928
|
readonly 'label_items': io.flow.experience.v0.models.LocalizedLineItem[];
|
|
17929
|
+
readonly 'carrier'?: io.flow.reference.v0.models.CarrierService;
|
|
17889
17930
|
readonly 'tracking_numbers'?: string[];
|
|
17890
17931
|
}
|
|
17891
17932
|
|
|
@@ -25734,6 +25775,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25734
25775
|
readonly 'organization_id': string;
|
|
25735
25776
|
readonly 'approval_status': io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
25736
25777
|
readonly 'screening_status': io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
25778
|
+
readonly 'review_type'?: io.flow.internal.v0.enums.OrganizationRestrictionReviewType;
|
|
25737
25779
|
readonly 'risk_level'?: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
25738
25780
|
readonly 'hs_code'?: string;
|
|
25739
25781
|
readonly 'merchant_category_code'?: string;
|
|
@@ -27184,6 +27226,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27184
27226
|
readonly 'url'?: string;
|
|
27185
27227
|
readonly 'approval_status'?: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
27186
27228
|
readonly 'screening_status'?: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
27229
|
+
readonly 'review_type'?: io.flow.internal.v0.enums.OrganizationRestrictionReviewType;
|
|
27187
27230
|
readonly 'risk_level'?: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
27188
27231
|
readonly 'hs_code'?: string;
|
|
27189
27232
|
readonly 'merchant_category_code'?: string;
|
|
@@ -29697,6 +29740,7 @@ export const organizationMetricType: PropTypes.Requireable<io.flow.internal.v0.e
|
|
|
29697
29740
|
export const organizationPaymentStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationPaymentStatus>;
|
|
29698
29741
|
export const organizationRestrictionApprovalStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus>;
|
|
29699
29742
|
export const organizationRestrictionNoteType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionNoteType>;
|
|
29743
|
+
export const organizationRestrictionReviewType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionReviewType>;
|
|
29700
29744
|
export const organizationRestrictionRiskLevel: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel>;
|
|
29701
29745
|
export const organizationRestrictionScreeningStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus>;
|
|
29702
29746
|
export const outputStyle: PropTypes.Requireable<io.flow.internal.v0.enums.OutputStyle>;
|
package/src/api-internal.js
CHANGED
|
@@ -6341,11 +6341,23 @@ T['io.flow.stripe.v0.models.card_networks'] = PropTypes.exact({
|
|
|
6341
6341
|
preferred: PropTypes.string,
|
|
6342
6342
|
});
|
|
6343
6343
|
|
|
6344
|
+
T['io.flow.stripe.v0.models.payment_method_options_card_form'] = PropTypes.exact({
|
|
6345
|
+
network: PropTypes.string,
|
|
6346
|
+
request_three_d_secure: T['io.flow.stripe.v0.enums.request_three_d_secure_type'],
|
|
6347
|
+
stored_credential_transaction_type: T['io.flow.stripe.v0.enums.stored_credential_transaction_type'],
|
|
6348
|
+
mcc: PropTypes.string,
|
|
6349
|
+
});
|
|
6350
|
+
|
|
6351
|
+
T['io.flow.stripe.v0.models.payment_method_options_form'] = PropTypes.exact({
|
|
6352
|
+
card: T['io.flow.stripe.v0.models.payment_method_options_card_form'],
|
|
6353
|
+
});
|
|
6354
|
+
|
|
6344
6355
|
T['io.flow.stripe.v0.models.payment_method_options_card'] = PropTypes.exact({
|
|
6345
6356
|
network: PropTypes.string,
|
|
6346
6357
|
request_three_d_secure: T['io.flow.stripe.v0.enums.request_three_d_secure_type'],
|
|
6347
6358
|
stored_credential_transaction_type: T['io.flow.stripe.v0.enums.stored_credential_transaction_type'],
|
|
6348
6359
|
mcc: PropTypes.string,
|
|
6360
|
+
capture_before: PropTypes.number,
|
|
6349
6361
|
});
|
|
6350
6362
|
|
|
6351
6363
|
T['io.flow.stripe.v0.enums.payment_intent_status'] = PropTypes.oneOf([
|
|
@@ -6466,7 +6478,7 @@ T['io.flow.stripe.v0.models.payment_intent_confirmation_form'] = PropTypes.exact
|
|
|
6466
6478
|
off_session: PropTypes.bool,
|
|
6467
6479
|
payment_method: PropTypes.string,
|
|
6468
6480
|
payment_method_data: T['io.flow.stripe.v0.unions.payment_method_data'],
|
|
6469
|
-
payment_method_options: T['io.flow.stripe.v0.models.
|
|
6481
|
+
payment_method_options: T['io.flow.stripe.v0.models.payment_method_options_form'],
|
|
6470
6482
|
payment_method_types: PropTypes.arrayOf(PropTypes.string),
|
|
6471
6483
|
receipt_email: PropTypes.string,
|
|
6472
6484
|
save_payment_method: PropTypes.bool,
|
|
@@ -6530,6 +6542,27 @@ T['io.flow.stripe.v0.models.klarna_attachment'] = PropTypes.exact({
|
|
|
6530
6542
|
marketplace_seller_info: PropTypes.arrayOf(T['io.flow.stripe.v0.models.klarna_marketplace_seller_info']),
|
|
6531
6543
|
});
|
|
6532
6544
|
|
|
6545
|
+
T['io.flow.stripe.v0.enums.feature_availability'] = PropTypes.oneOf(['available', 'unavailable']);
|
|
6546
|
+
|
|
6547
|
+
T['io.flow.stripe.v0.models.overcapture'] = PropTypes.exact({
|
|
6548
|
+
maximum_amount_capturable: PropTypes.number,
|
|
6549
|
+
status: T['io.flow.stripe.v0.enums.feature_availability'],
|
|
6550
|
+
});
|
|
6551
|
+
|
|
6552
|
+
T['io.flow.stripe.v0.models.multicapture'] = PropTypes.exact({
|
|
6553
|
+
status: T['io.flow.stripe.v0.enums.feature_availability'],
|
|
6554
|
+
});
|
|
6555
|
+
|
|
6556
|
+
T['io.flow.stripe.v0.models.incremental_authorization'] = PropTypes.exact({
|
|
6557
|
+
status: T['io.flow.stripe.v0.enums.feature_availability'],
|
|
6558
|
+
});
|
|
6559
|
+
|
|
6560
|
+
T['io.flow.stripe.v0.enums.extended_authorization_status'] = PropTypes.oneOf(['enabled', 'disabled']);
|
|
6561
|
+
|
|
6562
|
+
T['io.flow.stripe.v0.models.extended_authorization'] = PropTypes.exact({
|
|
6563
|
+
status: T['io.flow.stripe.v0.enums.extended_authorization_status'],
|
|
6564
|
+
});
|
|
6565
|
+
|
|
6533
6566
|
T['io.flow.stripe.v0.enums.decline_code'] = PropTypes.oneOf([
|
|
6534
6567
|
'approve_with_id',
|
|
6535
6568
|
'call_issuer',
|
|
@@ -6574,6 +6607,9 @@ T['io.flow.stripe.v0.enums.decline_code'] = PropTypes.oneOf([
|
|
|
6574
6607
|
'transaction_not_allowed',
|
|
6575
6608
|
'try_again_later',
|
|
6576
6609
|
'withdrawal_count_limit_exceeded',
|
|
6610
|
+
'previously_declined_do_not_retry',
|
|
6611
|
+
'highest_risk_level',
|
|
6612
|
+
'requested_block_on_incorrect_cvc',
|
|
6577
6613
|
]);
|
|
6578
6614
|
|
|
6579
6615
|
T['io.flow.stripe.v0.enums.error_type'] = PropTypes.oneOf([
|
|
@@ -6650,7 +6686,7 @@ T['io.flow.stripe.v0.models.payment_intent_form'] = PropTypes.exact({
|
|
|
6650
6686
|
on_behalf_of: PropTypes.string,
|
|
6651
6687
|
payment_method: PropTypes.string,
|
|
6652
6688
|
payment_method_data: T['io.flow.stripe.v0.unions.payment_method_data'],
|
|
6653
|
-
payment_method_options: T['io.flow.stripe.v0.models.
|
|
6689
|
+
payment_method_options: T['io.flow.stripe.v0.models.payment_method_options_form'],
|
|
6654
6690
|
payment_method_types: PropTypes.arrayOf(PropTypes.string),
|
|
6655
6691
|
receipt_email: PropTypes.string,
|
|
6656
6692
|
return_url: PropTypes.string,
|
|
@@ -6981,6 +7017,10 @@ T['io.flow.stripe.v0.models.payment_method_details_card_information'] = PropType
|
|
|
6981
7017
|
issuer: PropTypes.string,
|
|
6982
7018
|
wallet: T['io.flow.stripe.v0.unions.card_wallet'],
|
|
6983
7019
|
network_transaction_id: PropTypes.string,
|
|
7020
|
+
extended_authorization: T['io.flow.stripe.v0.models.extended_authorization'],
|
|
7021
|
+
incremental_authorization: T['io.flow.stripe.v0.models.incremental_authorization'],
|
|
7022
|
+
multicapture: T['io.flow.stripe.v0.models.multicapture'],
|
|
7023
|
+
overcapture: T['io.flow.stripe.v0.models.overcapture'],
|
|
6984
7024
|
});
|
|
6985
7025
|
|
|
6986
7026
|
T['io.flow.stripe.v0.models.payment_method_details_card'] = PropTypes.exact({
|
|
@@ -7053,6 +7093,7 @@ T['io.flow.stripe.v0.models.charge_source_optional'] = PropTypes.exact({
|
|
|
7053
7093
|
amount_refunded: PropTypes.number.isRequired,
|
|
7054
7094
|
authorization_code: PropTypes.string,
|
|
7055
7095
|
captured: PropTypes.bool.isRequired,
|
|
7096
|
+
disputed: PropTypes.bool,
|
|
7056
7097
|
created: PropTypes.number.isRequired,
|
|
7057
7098
|
currency: PropTypes.string.isRequired,
|
|
7058
7099
|
customer: PropTypes.string,
|
|
@@ -7076,6 +7117,7 @@ T['io.flow.stripe.v0.models.charge_source_optional'] = PropTypes.exact({
|
|
|
7076
7117
|
calculated_statement_descriptor: PropTypes.string,
|
|
7077
7118
|
statement_descriptor: PropTypes.string,
|
|
7078
7119
|
payment_method_details: T['io.flow.stripe.v0.unions.payment_method_details'],
|
|
7120
|
+
payment_method: PropTypes.string,
|
|
7079
7121
|
});
|
|
7080
7122
|
|
|
7081
7123
|
T['io.flow.stripe.v0.models.payment_intent_charges'] = PropTypes.exact({
|
|
@@ -7149,6 +7191,7 @@ T['io.flow.stripe.v0.models.charge'] = PropTypes.exact({
|
|
|
7149
7191
|
currency: PropTypes.string.isRequired,
|
|
7150
7192
|
customer: PropTypes.string,
|
|
7151
7193
|
outcome: T['io.flow.stripe.v0.models.payment_outcome'],
|
|
7194
|
+
disputed: PropTypes.bool,
|
|
7152
7195
|
paid: PropTypes.bool.isRequired,
|
|
7153
7196
|
refunded: PropTypes.bool.isRequired,
|
|
7154
7197
|
refunds: T['io.flow.stripe.v0.models.refunds'],
|
|
@@ -7168,6 +7211,7 @@ T['io.flow.stripe.v0.models.charge'] = PropTypes.exact({
|
|
|
7168
7211
|
calculated_statement_descriptor: PropTypes.string,
|
|
7169
7212
|
statement_descriptor: PropTypes.string,
|
|
7170
7213
|
payment_method_details: T['io.flow.stripe.v0.unions.payment_method_details'],
|
|
7214
|
+
payment_method: PropTypes.string,
|
|
7171
7215
|
});
|
|
7172
7216
|
|
|
7173
7217
|
T['io.flow.stripe.v0.models.tos_acceptance'] = PropTypes.exact({
|
|
@@ -12304,6 +12348,7 @@ T['io.flow.internal.v0.models.organization_restriction_snapshot_deleted'] = Prop
|
|
|
12304
12348
|
});
|
|
12305
12349
|
|
|
12306
12350
|
T['io.flow.internal.v0.enums.organization_restriction_risk_level'] = PropTypes.oneOf(['5', '15']);
|
|
12351
|
+
T['io.flow.internal.v0.enums.organization_restriction_review_type'] = PropTypes.oneOf(['all_pending', 'pending_verification']);
|
|
12307
12352
|
T['io.flow.internal.v0.enums.organization_restriction_screening_status'] = PropTypes.oneOf(['in_review', 'fully_reviewed', 'rejected', 'unscreened']);
|
|
12308
12353
|
T['io.flow.internal.v0.enums.organization_restriction_approval_status'] = PropTypes.oneOf(['ready', 'not-ready']);
|
|
12309
12354
|
|
|
@@ -12370,6 +12415,7 @@ T['io.flow.internal.v0.models.organization_restriction_screening_decision_form']
|
|
|
12370
12415
|
organization_id: PropTypes.string.isRequired,
|
|
12371
12416
|
approval_status: T['io.flow.internal.v0.enums.organization_restriction_approval_status'].isRequired,
|
|
12372
12417
|
screening_status: T['io.flow.internal.v0.enums.organization_restriction_screening_status'].isRequired,
|
|
12418
|
+
review_type: T['io.flow.internal.v0.enums.organization_restriction_review_type'],
|
|
12373
12419
|
risk_level: T['io.flow.internal.v0.enums.organization_restriction_risk_level'],
|
|
12374
12420
|
hs_code: PropTypes.string,
|
|
12375
12421
|
merchant_category_code: PropTypes.string,
|
|
@@ -26115,6 +26161,7 @@ T['io.flow.internal.v0.models.restriction_organization'] = PropTypes.exact({
|
|
|
26115
26161
|
url: PropTypes.string,
|
|
26116
26162
|
approval_status: T['io.flow.internal.v0.enums.organization_restriction_approval_status'],
|
|
26117
26163
|
screening_status: T['io.flow.internal.v0.enums.organization_restriction_screening_status'],
|
|
26164
|
+
review_type: T['io.flow.internal.v0.enums.organization_restriction_review_type'],
|
|
26118
26165
|
risk_level: T['io.flow.internal.v0.enums.organization_restriction_risk_level'],
|
|
26119
26166
|
hs_code: PropTypes.string,
|
|
26120
26167
|
merchant_category_code: PropTypes.string,
|
|
@@ -29679,6 +29726,7 @@ T['io.flow.internal.v0.models.channel_fulfillment'] = PropTypes.exact({
|
|
|
29679
29726
|
flow_tracking_status: T['io.flow.tracking.v0.enums.tracking_status'],
|
|
29680
29727
|
order_items: PropTypes.arrayOf(T['io.flow.experience.v0.models.localized_line_item']).isRequired,
|
|
29681
29728
|
label_items: PropTypes.arrayOf(T['io.flow.experience.v0.models.localized_line_item']).isRequired,
|
|
29729
|
+
carrier: T['io.flow.reference.v0.models.carrier_service'],
|
|
29682
29730
|
tracking_numbers: PropTypes.arrayOf(PropTypes.string),
|
|
29683
29731
|
});
|
|
29684
29732
|
|
|
@@ -35782,6 +35830,7 @@ export const organizationPaymentStatus = T['io.flow.internal.v0.enums.organizati
|
|
|
35782
35830
|
export const organizationRestrictionApprovalStatus = T['io.flow.internal.v0.enums.organization_restriction_approval_status'];
|
|
35783
35831
|
export const organizationRestrictionNoteForm = T['io.flow.internal.v0.models.organization_restriction_note_form'];
|
|
35784
35832
|
export const organizationRestrictionNoteType = T['io.flow.internal.v0.enums.organization_restriction_note_type'];
|
|
35833
|
+
export const organizationRestrictionReviewType = T['io.flow.internal.v0.enums.organization_restriction_review_type'];
|
|
35785
35834
|
export const organizationRestrictionRiskLevel = T['io.flow.internal.v0.enums.organization_restriction_risk_level'];
|
|
35786
35835
|
export const organizationRestrictionScreeningDecisionForm = T['io.flow.internal.v0.models.organization_restriction_screening_decision_form'];
|
|
35787
35836
|
export const organizationRestrictionScreeningStatus = T['io.flow.internal.v0.enums.organization_restriction_screening_status'];
|