@flowio/api-internal-prop-types 9.24.67 → 9.24.68
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 +41 -7
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +41 -7
- package/src/api-internal.js +48 -31
package/lib/api-internal.d.ts
CHANGED
|
@@ -2761,9 +2761,11 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2761
2761
|
}
|
|
2762
2762
|
|
|
2763
2763
|
interface ThreeDSecureCharge {
|
|
2764
|
+
readonly 'authenticated'?: boolean;
|
|
2764
2765
|
readonly 'authentication_flow'?: io.flow.stripe.v0.enums.ThreeDsAuthenticationFlow;
|
|
2765
2766
|
readonly 'result'?: io.flow.stripe.v0.enums.ThreeDsResult;
|
|
2766
2767
|
readonly 'result_reason'?: io.flow.stripe.v0.enums.ThreeDsResultReason;
|
|
2768
|
+
readonly 'succeeded'?: boolean;
|
|
2767
2769
|
readonly 'version'?: string;
|
|
2768
2770
|
}
|
|
2769
2771
|
|
|
@@ -6225,7 +6227,7 @@ declare namespace io.flow.payment.gateway.v0.enums {
|
|
|
6225
6227
|
type PaymentFailureCode = 'action_expired' | 'action_cancelled' | 'action_failed' | 'authorization_declined' | 'not_supported' | 'fraudulent' | 'error' | 'payment_checks_declined';
|
|
6226
6228
|
type PaymentMethodDataOptionType = 'ideal_issuer_option';
|
|
6227
6229
|
type PaymentRequestReviewCheckStatus = 'passed' | 'failed';
|
|
6228
|
-
type PaymentRequestReviewCheckType = 'restricted_party_screening' | 'fraud_suspicious_behavior' | 'fraud_suspicious_past_activity' | 'fraud_risky_velocity' | 'fraud_previous_chargebacks' | 'order_restricted_goods' | 'order_unsupported_destination' | 'order_missing_information' | 'order_domestic';
|
|
6230
|
+
type PaymentRequestReviewCheckType = 'restricted_party_screening' | 'fraud_suspicious_behavior' | 'fraud_suspicious_past_activity' | 'fraud_risky_velocity' | 'fraud_previous_chargebacks' | 'order_restricted_goods' | 'order_unsupported_destination' | 'order_missing_information' | 'order_domestic' | 'order_mismatched_currencies';
|
|
6229
6231
|
type PaymentRequestReviewStatus = 'pending' | 'approved' | 'rejected';
|
|
6230
6232
|
type PaymentStatus = 'requires_payment_method' | 'requires_action' | 'processing' | 'cancelled' | 'expired' | 'authorized' | 'reversed' | 'captured' | 'refunded' | 'in_dispute' | 'charged_back';
|
|
6231
6233
|
type PaymentType = 'card' | 'klarna' | 'googlepay' | 'paypal' | 'applepay' | 'ideal' | 'sofort' | 'afterpay' | 'bancontact';
|
|
@@ -9451,6 +9453,7 @@ declare namespace io.flow.shopify.merchant.config.v0.models {
|
|
|
9451
9453
|
readonly 'discriminator': 'know_your_business_usa';
|
|
9452
9454
|
readonly 'id': string;
|
|
9453
9455
|
readonly 'organization_id': string;
|
|
9456
|
+
readonly 'shop'?: io.flow.merchant.onboarding.v0.models.Shop;
|
|
9454
9457
|
readonly 'primary_entity': io.flow.shopify.merchant.config.v0.unions.Entity;
|
|
9455
9458
|
readonly 'parent_company'?: io.flow.shopify.merchant.config.v0.models.Company;
|
|
9456
9459
|
readonly 'ultimate_parent_company'?: io.flow.shopify.merchant.config.v0.models.Company;
|
|
@@ -12496,7 +12499,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12496
12499
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-0522d426a5b741c791ba05496c35297a';
|
|
12497
12500
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
12498
12501
|
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';
|
|
12499
|
-
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_total' | '
|
|
12502
|
+
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_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_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' | '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_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';
|
|
12500
12503
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'all';
|
|
12501
12504
|
type BillingStatementBatchFileKey = 'summary';
|
|
12502
12505
|
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
@@ -12510,7 +12513,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12510
12513
|
type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
|
|
12511
12514
|
type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
|
|
12512
12515
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
12513
|
-
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | '
|
|
12516
|
+
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
12514
12517
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies';
|
|
12515
12518
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
12516
12519
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
@@ -12763,7 +12766,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12763
12766
|
type TrueUpSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak';
|
|
12764
12767
|
type UnclassifiedProductStatus = 'ignored' | 'escalated' | 'requeued' | 'unverified' | 'queued' | 'unconfident';
|
|
12765
12768
|
type WashCarrierActualFileStatus = 'pending' | 'processing' | 'processed' | 'failed';
|
|
12766
|
-
type WeightSelection = 'dead' | 'dimensional';
|
|
12767
12769
|
}
|
|
12768
12770
|
|
|
12769
12771
|
declare namespace io.flow.internal.v0.models {
|
|
@@ -20672,6 +20674,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20672
20674
|
readonly 'label_invoice_request': io.flow.internal.v0.models.LabelInvoiceRequest;
|
|
20673
20675
|
}
|
|
20674
20676
|
|
|
20677
|
+
interface LabelInvoiceResponseForm {
|
|
20678
|
+
readonly 'id': string;
|
|
20679
|
+
readonly 'label_invoice_request_id': string;
|
|
20680
|
+
readonly 'units': io.flow.internal.v0.models.LabelResponseUnits;
|
|
20681
|
+
readonly 'base': io.flow.internal.v0.models.LabelBase;
|
|
20682
|
+
readonly 'surcharges': io.flow.internal.v0.models.LabelSurchargeForm;
|
|
20683
|
+
readonly 'total': number;
|
|
20684
|
+
}
|
|
20685
|
+
|
|
20675
20686
|
interface LabelMetadata {
|
|
20676
20687
|
readonly 'ratecard': io.flow.internal.v0.models.MetadataRatecard;
|
|
20677
20688
|
readonly 'weights': io.flow.internal.v0.models.MetadataWeights;
|
|
@@ -20707,6 +20718,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20707
20718
|
readonly 'label_request_error': io.flow.internal.v0.models.LabelRequestError;
|
|
20708
20719
|
}
|
|
20709
20720
|
|
|
20721
|
+
interface LabelResponseUnits {
|
|
20722
|
+
readonly 'currency': string;
|
|
20723
|
+
readonly 'weight': io.flow.units.v0.enums.UnitOfWeight;
|
|
20724
|
+
readonly 'length'?: io.flow.units.v0.enums.UnitOfLength;
|
|
20725
|
+
}
|
|
20726
|
+
|
|
20710
20727
|
interface LabelSummary {
|
|
20711
20728
|
readonly 'id': string;
|
|
20712
20729
|
readonly 'commercial_invoice'?: string;
|
|
@@ -20742,6 +20759,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20742
20759
|
readonly 'percentage': number;
|
|
20743
20760
|
}
|
|
20744
20761
|
|
|
20762
|
+
interface LabelSurchargeForm {
|
|
20763
|
+
readonly 'fuel'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20764
|
+
readonly 'remote_area'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20765
|
+
readonly 'oversize'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20766
|
+
readonly 'duties_paid'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20767
|
+
readonly 'emergency'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20768
|
+
readonly 'peak'?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
20769
|
+
}
|
|
20770
|
+
|
|
20771
|
+
interface LabelSurchargeSingleForm {
|
|
20772
|
+
readonly 'amount': number;
|
|
20773
|
+
readonly 'percentage'?: number;
|
|
20774
|
+
readonly 'fee_per_weight_unit'?: number;
|
|
20775
|
+
}
|
|
20776
|
+
|
|
20745
20777
|
interface LabelTaxonomy {
|
|
20746
20778
|
readonly 'discriminator': 'item';
|
|
20747
20779
|
readonly 'item_type': string;
|
|
@@ -21568,7 +21600,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21568
21600
|
|
|
21569
21601
|
interface MerchantSubsidies {
|
|
21570
21602
|
readonly 'fees': io.flow.internal.v0.models.ShopperFees;
|
|
21571
|
-
readonly 'shipping': number;
|
|
21572
21603
|
readonly 'tax': number;
|
|
21573
21604
|
readonly 'duty': number;
|
|
21574
21605
|
readonly 'total': number;
|
|
@@ -21592,7 +21623,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21592
21623
|
}
|
|
21593
21624
|
|
|
21594
21625
|
interface MetadataWeights {
|
|
21595
|
-
readonly 'selected': io.flow.internal.v0.enums.WeightSelection;
|
|
21596
21626
|
readonly 'dead'?: io.flow.internal.v0.models.WeightsDead;
|
|
21597
21627
|
readonly 'dimensional'?: io.flow.internal.v0.models.WeightsDimensional;
|
|
21598
21628
|
}
|
|
@@ -23617,6 +23647,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23617
23647
|
interface RestrictionOrganizationDecisionSummary {
|
|
23618
23648
|
readonly 'organization': io.flow.internal.v0.models.RestrictionOrganization;
|
|
23619
23649
|
readonly 'earliest_pending_date': string;
|
|
23650
|
+
readonly 'priority_score': number;
|
|
23620
23651
|
readonly 'date': string;
|
|
23621
23652
|
readonly 'statuses': io.flow.internal.v0.models.RestrictionStatusMetadata[];
|
|
23622
23653
|
readonly 'rules': io.flow.internal.v0.models.RestrictionRuleMetadata[];
|
|
@@ -26144,7 +26175,6 @@ export const transferMethod: PropTypes.Requireable<io.flow.internal.v0.enums.Tra
|
|
|
26144
26175
|
export const trueUpSurchargeType: PropTypes.Requireable<io.flow.internal.v0.enums.TrueUpSurchargeType>;
|
|
26145
26176
|
export const unclassifiedProductStatus: PropTypes.Requireable<io.flow.internal.v0.enums.UnclassifiedProductStatus>;
|
|
26146
26177
|
export const washCarrierActualFileStatus: PropTypes.Requireable<io.flow.internal.v0.enums.WashCarrierActualFileStatus>;
|
|
26147
|
-
export const weightSelection: PropTypes.Requireable<io.flow.internal.v0.enums.WeightSelection>;
|
|
26148
26178
|
export const acceptance: PropTypes.Requireable<io.flow.internal.v0.models.Acceptance>;
|
|
26149
26179
|
export const accountContact: PropTypes.Requireable<io.flow.internal.v0.models.AccountContact>;
|
|
26150
26180
|
export const accountContactDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AccountContactDeleted>;
|
|
@@ -27266,15 +27296,19 @@ export const labelGenerationSettingsUpserted: PropTypes.Requireable<io.flow.inte
|
|
|
27266
27296
|
export const labelInvoiceRequest: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequest>;
|
|
27267
27297
|
export const labelInvoiceRequestDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequestDeleted>;
|
|
27268
27298
|
export const labelInvoiceRequestUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequestUpserted>;
|
|
27299
|
+
export const labelInvoiceResponseForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceResponseForm>;
|
|
27269
27300
|
export const labelMetadata: PropTypes.Requireable<io.flow.internal.v0.models.LabelMetadata>;
|
|
27270
27301
|
export const labelRequestError: PropTypes.Requireable<io.flow.internal.v0.models.LabelRequestError>;
|
|
27271
27302
|
export const labelRequestErrorDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelRequestErrorDeleted>;
|
|
27272
27303
|
export const labelRequestErrorUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelRequestErrorUpserted>;
|
|
27304
|
+
export const labelResponseUnits: PropTypes.Requireable<io.flow.internal.v0.models.LabelResponseUnits>;
|
|
27273
27305
|
export const labelSummary: PropTypes.Requireable<io.flow.internal.v0.models.LabelSummary>;
|
|
27274
27306
|
export const labelSurcharge: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurcharge>;
|
|
27275
27307
|
export const labelSurchargeDetailFlat: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeDetailFlat>;
|
|
27276
27308
|
export const labelSurchargeDetailPerWeightUnit: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeDetailPerWeightUnit>;
|
|
27277
27309
|
export const labelSurchargeDetailPercentage: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeDetailPercentage>;
|
|
27310
|
+
export const labelSurchargeForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeForm>;
|
|
27311
|
+
export const labelSurchargeSingleForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelSurchargeSingleForm>;
|
|
27278
27312
|
export const labelTaxonomy: PropTypes.Requireable<io.flow.internal.v0.models.LabelTaxonomy>;
|
|
27279
27313
|
export const labelTrackingSummaryDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelTrackingSummaryDeleted>;
|
|
27280
27314
|
export const labelTrackingSummaryUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelTrackingSummaryUpserted>;
|