@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-prop-types",
3
- "version": "9.24.67",
3
+ "version": "9.24.68",
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": "2ec4e55423f8c68d0d75db7df7825e96a4433e9b"
33
+ "gitHead": "8fbab724c6c2213e0635284f23a62cd0996693eb"
34
34
  }
@@ -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' | 'channel_transactions_capture_count' | 'channel_transactions_capture_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_transactions_other_count' | 'channel_transactions_other_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' | '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' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_capture_deletion_unprocessed_count' | 'queued_channel_transaction_unprocessed_count' | 'queued_channel_organization_unprocessed_count' | 'queued_consumer_invoice_unprocessed_count' | 'queued_fulfillment_external_unprocessed_count' | 'queued_fulfillment_in_transit_unprocessed_count' | 'queued_fulfillment_shipping_notification_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_label_tracking_summary_unprocessed_count' | 'queued_label_origin_unprocessed_count' | 'queued_order_unprocessed_count' | 'queued_order_identifier_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_refund_deletion_unprocessed_count' | 'queued_refund_over_capture_unprocessed_count' | 'queued_sales_record_unprocessed_count' | 'queued_statement_batch_unprocessed_count' | 'queued_statement_email_unprocessed_count' | 'queued_statement_summary_email_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' | 'pending_payouts_max_age' | 'average_payout_amount' | 'orders_with_payments_count' | 'orders_without_payments_count' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count';
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' | 'tlc_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>;
@@ -1418,6 +1418,7 @@ T['io.flow.payment.gateway.v0.enums.payment_request_review_check_type'] = PropTy
1418
1418
  'order_unsupported_destination',
1419
1419
  'order_missing_information',
1420
1420
  'order_domestic',
1421
+ 'order_mismatched_currencies',
1421
1422
  ]);
1422
1423
 
1423
1424
  T['io.flow.payment.gateway.v0.models.payment_method_data_selected_payment_option'] = PropTypes.exact({
@@ -4864,9 +4865,11 @@ T['io.flow.stripe.v0.enums.three_ds_result'] = PropTypes.oneOf([
4864
4865
  T['io.flow.stripe.v0.enums.three_ds_authentication_flow'] = PropTypes.oneOf(['challenge', 'frictionless']);
4865
4866
 
4866
4867
  T['io.flow.stripe.v0.models.three_d_secure_charge'] = PropTypes.exact({
4868
+ authenticated: PropTypes.bool,
4867
4869
  authentication_flow: T['io.flow.stripe.v0.enums.three_ds_authentication_flow'],
4868
4870
  result: T['io.flow.stripe.v0.enums.three_ds_result'],
4869
4871
  result_reason: T['io.flow.stripe.v0.enums.three_ds_result_reason'],
4872
+ succeeded: PropTypes.bool,
4870
4873
  version: PropTypes.string,
4871
4874
  });
4872
4875
 
@@ -11718,15 +11721,27 @@ T['io.flow.internal.v0.models.weights_dead'] = PropTypes.exact({
11718
11721
  weight: PropTypes.number.isRequired,
11719
11722
  });
11720
11723
 
11721
- T['io.flow.internal.v0.enums.weight_selection'] = PropTypes.oneOf(['dead', 'dimensional']);
11722
-
11723
11724
  T['io.flow.internal.v0.models.metadata_proposition'] = PropTypes.exact({
11724
11725
  shipping_method: T['io.flow.internal.v0.models.shipping_method_reference'].isRequired,
11725
11726
  name: PropTypes.string.isRequired,
11726
11727
  });
11727
11728
 
11729
+ T['io.flow.internal.v0.models.label_surcharge_single_form'] = PropTypes.exact({
11730
+ amount: PropTypes.number.isRequired,
11731
+ percentage: PropTypes.number,
11732
+ fee_per_weight_unit: PropTypes.number,
11733
+ });
11734
+
11735
+ T['io.flow.internal.v0.models.label_surcharge_form'] = PropTypes.exact({
11736
+ fuel: T['io.flow.internal.v0.models.label_surcharge_single_form'],
11737
+ remote_area: T['io.flow.internal.v0.models.label_surcharge_single_form'],
11738
+ oversize: T['io.flow.internal.v0.models.label_surcharge_single_form'],
11739
+ duties_paid: T['io.flow.internal.v0.models.label_surcharge_single_form'],
11740
+ emergency: T['io.flow.internal.v0.models.label_surcharge_single_form'],
11741
+ peak: T['io.flow.internal.v0.models.label_surcharge_single_form'],
11742
+ });
11743
+
11728
11744
  T['io.flow.internal.v0.models.metadata_weights'] = PropTypes.exact({
11729
- selected: T['io.flow.internal.v0.enums.weight_selection'].isRequired,
11730
11745
  dead: T['io.flow.internal.v0.models.weights_dead'],
11731
11746
  dimensional: T['io.flow.internal.v0.models.weights_dimensional'],
11732
11747
  });
@@ -12568,7 +12583,6 @@ T['io.flow.internal.v0.models.shopper_fees'] = PropTypes.exact({
12568
12583
 
12569
12584
  T['io.flow.internal.v0.models.merchant_subsidies'] = PropTypes.exact({
12570
12585
  fees: T['io.flow.internal.v0.models.shopper_fees'].isRequired,
12571
- shipping: PropTypes.number.isRequired,
12572
12586
  tax: PropTypes.number.isRequired,
12573
12587
  duty: PropTypes.number.isRequired,
12574
12588
  total: PropTypes.number.isRequired,
@@ -14003,14 +14017,12 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
14003
14017
  'capture_transactions_ignored_fully_refunded_count',
14004
14018
  'capture_transactions_ignored_other_count',
14005
14019
  'capture_transactions_total',
14006
- 'channel_transactions_capture_count',
14007
- 'channel_transactions_capture_total',
14020
+ 'channel_transactions_processing_count',
14021
+ 'channel_transactions_processing_total',
14008
14022
  'channel_transactions_adjustment_count',
14009
14023
  'channel_transactions_adjustment_total',
14010
14024
  'channel_transactions_reversal_count',
14011
14025
  'channel_transactions_reversal_total',
14012
- 'channel_transactions_other_count',
14013
- 'channel_transactions_other_total',
14014
14026
  'channel_billed_transactions_count',
14015
14027
  'channel_billed_transactions_total',
14016
14028
  'credit_payment_transactions_count',
@@ -14038,6 +14050,10 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
14038
14050
  'reversal_order_cancellations_transactions_total',
14039
14051
  'reversal_external_fulfillment_transactions_count',
14040
14052
  'reversal_external_fulfillment_transactions_total',
14053
+ 'reversal_other_transactions_count',
14054
+ 'reversal_other_transactions_total',
14055
+ 'reversal_all_transactions_count',
14056
+ 'reversal_all_transactions_total',
14041
14057
  'tax_transactions_count',
14042
14058
  'tax_transactions_total',
14043
14059
  'transfer_transactions_count',
@@ -14048,27 +14064,10 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
14048
14064
  'percentage_orders_with_fulfillment_proof_4_weeks',
14049
14065
  'percentage_orders_with_fulfillment_proof_6_weeks',
14050
14066
  'percentage_orders_with_fulfillment_proof_all',
14067
+ 'pending_payouts_max_age_in_millis',
14051
14068
  'shipping_notifications_count',
14052
14069
  'queued_capture_unprocessed_count',
14053
- 'queued_capture_deletion_unprocessed_count',
14054
- 'queued_channel_transaction_unprocessed_count',
14055
- 'queued_channel_organization_unprocessed_count',
14056
- 'queued_consumer_invoice_unprocessed_count',
14057
- 'queued_fulfillment_external_unprocessed_count',
14058
- 'queued_fulfillment_in_transit_unprocessed_count',
14059
- 'queued_fulfillment_shipping_notification_unprocessed_count',
14060
- 'queued_label_invoice_request_unprocessed_count',
14061
- 'queued_label_tracking_summary_unprocessed_count',
14062
- 'queued_label_origin_unprocessed_count',
14063
- 'queued_order_unprocessed_count',
14064
- 'queued_order_identifier_unprocessed_count',
14065
14070
  'queued_refund_unprocessed_count',
14066
- 'queued_refund_deletion_unprocessed_count',
14067
- 'queued_refund_over_capture_unprocessed_count',
14068
- 'queued_sales_record_unprocessed_count',
14069
- 'queued_statement_batch_unprocessed_count',
14070
- 'queued_statement_email_unprocessed_count',
14071
- 'queued_statement_summary_email_unprocessed_count',
14072
14071
  'queued_record_snooze_count',
14073
14072
  'queued_record_snooze_ending_in_48_hours_count',
14074
14073
  'statements_no_payout_count',
@@ -14081,10 +14080,7 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
14081
14080
  'payouts_sent_total',
14082
14081
  'payouts_failed_count',
14083
14082
  'payouts_failed_total',
14084
- 'pending_payouts_max_age',
14085
14083
  'average_payout_amount',
14086
- 'orders_with_payments_count',
14087
- 'orders_without_payments_count',
14088
14084
  'capture_transaction_with_zero_fees_and_no_channel_transaction_count',
14089
14085
  ]);
14090
14086
 
@@ -14191,6 +14187,7 @@ T['io.flow.shopify.merchant.config.v0.models.know_your_business_usa'] = PropType
14191
14187
  discriminator: PropTypes.oneOf(['know_your_business_usa']).isRequired,
14192
14188
  id: PropTypes.string.isRequired,
14193
14189
  organization_id: PropTypes.string.isRequired,
14190
+ shop: T['io.flow.merchant.onboarding.v0.models.shop'],
14194
14191
  primary_entity: T['io.flow.shopify.merchant.config.v0.unions.entity'].isRequired,
14195
14192
  parent_company: T['io.flow.shopify.merchant.config.v0.models.company'],
14196
14193
  ultimate_parent_company: T['io.flow.shopify.merchant.config.v0.models.company'],
@@ -14653,6 +14650,21 @@ T['io.flow.label.v0.models.shipping_label_hop_cost_itemized_estimate'] = PropTyp
14653
14650
  surcharges: PropTypes.arrayOf(T['io.flow.billing.true.up.v0.models.label_surcharge']).isRequired,
14654
14651
  });
14655
14652
 
14653
+ T['io.flow.internal.v0.models.label_response_units'] = PropTypes.exact({
14654
+ currency: PropTypes.string.isRequired,
14655
+ weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
14656
+ length: T['io.flow.units.v0.enums.unit_of_length'],
14657
+ });
14658
+
14659
+ T['io.flow.internal.v0.models.label_invoice_response_form'] = PropTypes.exact({
14660
+ id: PropTypes.string.isRequired,
14661
+ label_invoice_request_id: PropTypes.string.isRequired,
14662
+ units: T['io.flow.internal.v0.models.label_response_units'].isRequired,
14663
+ base: T['io.flow.internal.v0.models.label_base'].isRequired,
14664
+ surcharges: T['io.flow.internal.v0.models.label_surcharge_form'].isRequired,
14665
+ total: PropTypes.number.isRequired,
14666
+ });
14667
+
14656
14668
  T['io.flow.internal.v0.models.label_units'] = PropTypes.exact({
14657
14669
  currency: PropTypes.string.isRequired,
14658
14670
  weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
@@ -19140,7 +19152,8 @@ T['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'] = PropT
19140
19152
  'core_team_investigate',
19141
19153
  'mex_team',
19142
19154
  'payments_team',
19143
- 'tlc_team',
19155
+ 'tc_team',
19156
+ 'logistics_team',
19144
19157
  ]);
19145
19158
 
19146
19159
  T['io.flow.internal.v0.models.product_restriction_result_validation_error'] = PropTypes.exact({
@@ -20584,6 +20597,7 @@ T['io.flow.internal.v0.models.restriction_organization'] = PropTypes.exact({
20584
20597
  T['io.flow.internal.v0.models.restriction_organization_decision_summary'] = PropTypes.exact({
20585
20598
  organization: T['io.flow.internal.v0.models.restriction_organization'].isRequired,
20586
20599
  earliest_pending_date: PropTypes.string.isRequired,
20600
+ priority_score: PropTypes.number.isRequired,
20587
20601
  date: PropTypes.string.isRequired,
20588
20602
  statuses: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_status_metadata']).isRequired,
20589
20603
  rules: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_rule_metadata']).isRequired,
@@ -31399,17 +31413,21 @@ export const labelInputSource = T['io.flow.internal.v0.enums.label_input_source'
31399
31413
  export const labelInvoiceRequest = T['io.flow.internal.v0.models.label_invoice_request'];
31400
31414
  export const labelInvoiceRequestDeleted = T['io.flow.internal.v0.models.label_invoice_request_deleted'];
31401
31415
  export const labelInvoiceRequestUpserted = T['io.flow.internal.v0.models.label_invoice_request_upserted'];
31416
+ export const labelInvoiceResponseForm = T['io.flow.internal.v0.models.label_invoice_response_form'];
31402
31417
  export const labelMetadata = T['io.flow.internal.v0.models.label_metadata'];
31403
31418
  export const labelRequestError = T['io.flow.internal.v0.models.label_request_error'];
31404
31419
  export const labelRequestErrorDeleted = T['io.flow.internal.v0.models.label_request_error_deleted'];
31405
31420
  export const labelRequestErrorHandlingResponsibility = T['io.flow.internal.v0.enums.label_request_error_handling_responsibility'];
31406
31421
  export const labelRequestErrorUpserted = T['io.flow.internal.v0.models.label_request_error_upserted'];
31422
+ export const labelResponseUnits = T['io.flow.internal.v0.models.label_response_units'];
31407
31423
  export const labelSummary = T['io.flow.internal.v0.models.label_summary'];
31408
31424
  export const labelSurcharge = T['io.flow.internal.v0.models.label_surcharge'];
31409
31425
  export const labelSurchargeDetail = T['io.flow.internal.v0.unions.label_surcharge_detail'];
31410
31426
  export const labelSurchargeDetailFlat = T['io.flow.internal.v0.models.label_surcharge_detail_flat'];
31411
31427
  export const labelSurchargeDetailPerWeightUnit = T['io.flow.internal.v0.models.label_surcharge_detail_per_weight_unit'];
31412
31428
  export const labelSurchargeDetailPercentage = T['io.flow.internal.v0.models.label_surcharge_detail_percentage'];
31429
+ export const labelSurchargeForm = T['io.flow.internal.v0.models.label_surcharge_form'];
31430
+ export const labelSurchargeSingleForm = T['io.flow.internal.v0.models.label_surcharge_single_form'];
31413
31431
  export const labelTaxonomy = T['io.flow.internal.v0.models.label_taxonomy'];
31414
31432
  export const labelTrackingSummaryDeleted = T['io.flow.internal.v0.models.label_tracking_summary_deleted'];
31415
31433
  export const labelTrackingSummaryUpserted = T['io.flow.internal.v0.models.label_tracking_summary_upserted'];
@@ -32234,7 +32252,6 @@ export const washExportRequest = T['io.flow.internal.v0.models.wash_export_reque
32234
32252
  export const wasteElectricalAndElectronicEquipmentComplianceData = T['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_data'];
32235
32253
  export const wasteElectricalAndElectronicEquipmentComplianceForm = T['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_form'];
32236
32254
  export const webhook = T['io.flow.internal.v0.models.webhook'];
32237
- export const weightSelection = T['io.flow.internal.v0.enums.weight_selection'];
32238
32255
  export const weightsDead = T['io.flow.internal.v0.models.weights_dead'];
32239
32256
  export const weightsDimensional = T['io.flow.internal.v0.models.weights_dimensional'];
32240
32257
  export const wholeOrderActionForm = T['io.flow.internal.v0.models.whole_order_action_form'];