@flowio/api-internal-prop-types 9.24.73 → 9.24.75

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.
@@ -640,6 +640,7 @@ T['io.flow.billing.internal.v0.enums.manual_transaction_category'] = PropTypes.o
640
640
  'shipping_true_up',
641
641
  'tax_credit',
642
642
  'carrier_credit',
643
+ 'negative_balance_guarantee',
643
644
  ]);
644
645
 
645
646
  T['io.flow.billing.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
@@ -1675,6 +1676,60 @@ T['io.flow.experience.v0.models.address_configuration_province_translation'] = P
1675
1676
  name: PropTypes.string.isRequired,
1676
1677
  });
1677
1678
 
1679
+ T['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_deleted'] = PropTypes.exact({
1680
+ discriminator: PropTypes.oneOf(['channel_order_summary_deleted']).isRequired,
1681
+ event_id: PropTypes.string.isRequired,
1682
+ timestamp: PropTypes.string.isRequired,
1683
+ channel_id: PropTypes.string.isRequired,
1684
+ id: PropTypes.string.isRequired,
1685
+ });
1686
+
1687
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'] = PropTypes.exact({
1688
+ discriminator: PropTypes.oneOf(['shopify_markets_metrics_deleted']).isRequired,
1689
+ event_id: PropTypes.string.isRequired,
1690
+ timestamp: PropTypes.string.isRequired,
1691
+ id: PropTypes.string.isRequired,
1692
+ });
1693
+
1694
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_deleted'] = PropTypes.exact({
1695
+ discriminator: PropTypes.oneOf(['shopify_markets_shop_statistics_deleted']).isRequired,
1696
+ event_id: PropTypes.string.isRequired,
1697
+ timestamp: PropTypes.string.isRequired,
1698
+ organization: PropTypes.string.isRequired,
1699
+ id: PropTypes.string.isRequired,
1700
+ });
1701
+
1702
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_deleted'] = PropTypes.exact({
1703
+ discriminator: PropTypes.oneOf(['shopify_markets_webhook_registration_deleted']).isRequired,
1704
+ event_id: PropTypes.string.isRequired,
1705
+ timestamp: PropTypes.string.isRequired,
1706
+ organization: PropTypes.string.isRequired,
1707
+ id: PropTypes.string.isRequired,
1708
+ });
1709
+
1710
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_deleted'] = PropTypes.exact({
1711
+ discriminator: PropTypes.oneOf(['shopify_markets_shop_deleted']).isRequired,
1712
+ event_id: PropTypes.string.isRequired,
1713
+ timestamp: PropTypes.string.isRequired,
1714
+ organization: PropTypes.string.isRequired,
1715
+ id: PropTypes.string.isRequired,
1716
+ });
1717
+
1718
+ T['io.flow.shopify.markets.internal.v0.models.shopify_shop_statistics'] = PropTypes.exact({
1719
+ id: PropTypes.string.isRequired,
1720
+ initial_catalog_synced_at: PropTypes.string,
1721
+ catalog_sync_duration: PropTypes.number,
1722
+ catalog_products_count: PropTypes.number,
1723
+ });
1724
+
1725
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_upserted'] = PropTypes.exact({
1726
+ discriminator: PropTypes.oneOf(['shopify_markets_shop_statistics_upserted']).isRequired,
1727
+ event_id: PropTypes.string.isRequired,
1728
+ timestamp: PropTypes.string.isRequired,
1729
+ organization: PropTypes.string.isRequired,
1730
+ shopify_markets_shop_statistics: T['io.flow.shopify.markets.internal.v0.models.shopify_shop_statistics'].isRequired,
1731
+ });
1732
+
1678
1733
  T['io.flow.billing.reporting.csv.v0.models.reporting_vat_remittance_rate'] = PropTypes.exact({
1679
1734
  entity: PropTypes.number.isRequired,
1680
1735
  });
@@ -2547,6 +2602,49 @@ T['io.flow.payment.internal.v0.unions.processor_account'] = PropTypes.oneOfType(
2547
2602
  T['io.flow.payment.internal.v0.models.crypto_account'],
2548
2603
  ]);
2549
2604
 
2605
+ T['io.flow.order.price.v0.enums.order_price_detail_component_key'] = PropTypes.oneOf([
2606
+ 'adjustment',
2607
+ 'vat_deminimis',
2608
+ 'duty_deminimis',
2609
+ 'duties_item_price',
2610
+ 'duties_freight',
2611
+ 'duties_insurance',
2612
+ 'vat_item_price',
2613
+ 'vat_freight',
2614
+ 'vat_insurance',
2615
+ 'vat_duties_item_price',
2616
+ 'vat_duties_freight',
2617
+ 'vat_duties_insurance',
2618
+ 'item_price',
2619
+ 'item_discount',
2620
+ 'rounding',
2621
+ 'insurance',
2622
+ 'shipping',
2623
+ 'shipping_discount',
2624
+ 'order_discount',
2625
+ 'subtotal_percent_sales_margin',
2626
+ 'subtotal_vat_percent_sales_margin',
2627
+ 'subtotal_duty_percent_sales_margin',
2628
+ 'vat_subsidy',
2629
+ 'duty_subsidy',
2630
+ 'remote_area_surcharge',
2631
+ 'fuel_surcharge',
2632
+ 'emergency_situation_surcharge',
2633
+ 'peak_surcharge',
2634
+ 'duties_taxes_paid_surcharge',
2635
+ ]);
2636
+
2637
+ T['io.flow.order.price.v0.enums.order_price_detail_key'] = PropTypes.oneOf([
2638
+ 'adjustment',
2639
+ 'subtotal',
2640
+ 'vat',
2641
+ 'duty',
2642
+ 'shipping',
2643
+ 'insurance',
2644
+ 'discount',
2645
+ 'surcharges',
2646
+ ]);
2647
+
2550
2648
  T['io.flow.payment.gateway.v0.enums.payment_request_review_check_status'] = PropTypes.oneOf(['passed', 'failed']);
2551
2649
 
2552
2650
  T['io.flow.payment.gateway.v0.enums.payment_request_review_check_type'] = PropTypes.oneOf([
@@ -4853,6 +4951,131 @@ T['io.flow.consumer.invoice.v0.models.b2b_invoice_reference'] = PropTypes.exact(
4853
4951
  });
4854
4952
 
4855
4953
  T['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'] = PropTypes.oneOf(['pending', 'available', 'invalid']);
4954
+ T['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'] = PropTypes.oneOf(['accepted', 'rejected', 'review']);
4955
+
4956
+ T['io.flow.channel.internal.v0.models.channel_order_acceptance_form'] = PropTypes.exact({
4957
+ status: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'].isRequired,
4958
+ });
4959
+
4960
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_incorporation_country'] = PropTypes.exact({
4961
+ country: PropTypes.string.isRequired,
4962
+ state: PropTypes.string,
4963
+ province: PropTypes.string,
4964
+ jurisdiction: PropTypes.string,
4965
+ });
4966
+
4967
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_subsidiary_company'] = PropTypes.exact({
4968
+ legal_name: PropTypes.string,
4969
+ incorporation_country: T['io.flow.shopify.markets.internal.v0.models.shopify_markets_incorporation_country'],
4970
+ });
4971
+
4972
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_internal_order_metrics'] = PropTypes.exact({
4973
+ total_order_count: PropTypes.number.isRequired,
4974
+ });
4975
+
4976
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shopify_order_metrics'] = PropTypes.exact({
4977
+ total_order_count: PropTypes.number.isRequired,
4978
+ });
4979
+
4980
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_discrepancy'] = PropTypes.exact({
4981
+ organization_id: PropTypes.string.isRequired,
4982
+ count: PropTypes.number.isRequired,
4983
+ });
4984
+
4985
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_discrepancy_data'] = PropTypes.exact({
4986
+ total_count: PropTypes.number.isRequired,
4987
+
4988
+ discrepancies: PropTypes.arrayOf(
4989
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_discrepancy'],
4990
+ ).isRequired,
4991
+ });
4992
+
4993
+ T['io.flow.channel.internal.v0.enums.channel_order_acceptance_error_action'] = PropTypes.oneOf(['auto_reject', 'auto_accept']);
4994
+
4995
+ T['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason'] = PropTypes.oneOf([
4996
+ 'unsupported_origin_country',
4997
+ 'unsupported_destination_country',
4998
+ 'domestic_order',
4999
+ 'order_contains_gift_card',
5000
+ 'order_contains_restricted_goods',
5001
+ 'missing_order_information',
5002
+ 'unsupported_payment_information',
5003
+ 'unsupported_shop_currency',
5004
+ 'unsupported_free_order',
5005
+ 'extracting_distribution_info_failed',
5006
+ 'shipping_estimation_failed',
5007
+ 'payment_authorization_failed',
5008
+ 'unsupported_subsidized_order',
5009
+ 'unsupported_virtual_goods',
5010
+ 'non_matching_currencies',
5011
+ ]);
5012
+
5013
+ T['io.flow.channel.internal.v0.models.channel_order_acceptance_reason'] = PropTypes.exact({
5014
+ description: PropTypes.string.isRequired,
5015
+ rejection_reason: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason'],
5016
+ });
5017
+
5018
+ T['io.flow.shopify.markets.internal.v0.enums.channel_order_fulfillment_status_code'] = PropTypes.oneOf(['unfulfilled', 'fulfilled', 'partial', 'cancelled']);
5019
+
5020
+ T['io.flow.shopify.markets.internal.v0.models.channel_order_summary_fulfillment_details'] = PropTypes.exact({
5021
+ fulfillment_status: T['io.flow.shopify.markets.internal.v0.enums.channel_order_fulfillment_status_code'].isRequired,
5022
+ timestamp: PropTypes.string.isRequired,
5023
+ });
5024
+
5025
+ T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'] = PropTypes.oneOf([
5026
+ 'cx_team',
5027
+ 'core_team',
5028
+ 'core_team_investigate',
5029
+ 'mex_team',
5030
+ 'payments_team',
5031
+ 'tc_team',
5032
+ 'logistics_team',
5033
+ ]);
5034
+
5035
+ T['io.flow.channel.internal.v0.models.channel_order_acceptance'] = PropTypes.exact({
5036
+ id: PropTypes.string.isRequired,
5037
+ organization_id: PropTypes.string.isRequired,
5038
+ order_number: PropTypes.string.isRequired,
5039
+ channel_id: PropTypes.string.isRequired,
5040
+ external_order_reference: PropTypes.string.isRequired,
5041
+ payment_request_id: PropTypes.string,
5042
+ status: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'].isRequired,
5043
+ reasons: PropTypes.arrayOf(T['io.flow.channel.internal.v0.models.channel_order_acceptance_reason']).isRequired,
5044
+ next_action_from: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'],
5045
+ order_created_at: PropTypes.string,
5046
+ order_updated_at: PropTypes.string,
5047
+ });
5048
+
5049
+ T['io.flow.shopify.markets.internal.v0.models.product_restriction_result_validation_error'] = PropTypes.exact({
5050
+ message: PropTypes.string.isRequired,
5051
+ reason: PropTypes.string.isRequired,
5052
+ next_action_from: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'].isRequired,
5053
+ });
5054
+
5055
+ T['io.flow.shopify.markets.internal.v0.models.order_validation_error'] = PropTypes.exact({
5056
+ message: PropTypes.string.isRequired,
5057
+ reason: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason'].isRequired,
5058
+ action: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_error_action'],
5059
+ next_action_from: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'].isRequired,
5060
+ });
5061
+
5062
+ T['io.flow.shopify.markets.internal.v0.models.generic_validation_error'] = PropTypes.exact({
5063
+ message: PropTypes.string.isRequired,
5064
+ reason: PropTypes.string.isRequired,
5065
+ next_action_from: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'].isRequired,
5066
+ });
5067
+
5068
+ T['io.flow.shopify.markets.internal.v0.models.flow_shop_validation_error'] = PropTypes.exact({
5069
+ message: PropTypes.string.isRequired,
5070
+ reason: PropTypes.string.isRequired,
5071
+ next_action_from: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'].isRequired,
5072
+ });
5073
+
5074
+ T['io.flow.shopify.markets.internal.v0.models.catalog_publication_sync_validation_error'] = PropTypes.exact({
5075
+ message: PropTypes.string.isRequired,
5076
+ reason: PropTypes.string.isRequired,
5077
+ next_action_from: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'].isRequired,
5078
+ });
4856
5079
 
4857
5080
  T['io.flow.brickftp.v0.models.file_summary'] = PropTypes.exact({
4858
5081
  type: PropTypes.oneOf(['file']).isRequired,
@@ -6243,6 +6466,12 @@ T['io.flow.stripe.v0.models.visa_checkout'] = PropTypes.exact({
6243
6466
  dynamic_last4: PropTypes.string,
6244
6467
  });
6245
6468
 
6469
+ T['io.flow.stripe.v0.models.payment_intent_shipping'] = PropTypes.exact({
6470
+ address: T['io.flow.stripe.v0.models.address'].isRequired,
6471
+ name: PropTypes.string.isRequired,
6472
+ phone: PropTypes.string,
6473
+ });
6474
+
6246
6475
  T['io.flow.stripe.v0.models.shipping'] = PropTypes.exact({
6247
6476
  address: T['io.flow.stripe.v0.models.address'].isRequired,
6248
6477
  name: PropTypes.string,
@@ -6474,6 +6703,7 @@ T['io.flow.stripe.v0.models.payment_intent_form'] = PropTypes.exact({
6474
6703
  statement_descriptor_suffix: PropTypes.string,
6475
6704
  transfer_data: T['io.flow.stripe.v0.models.transfer_data'],
6476
6705
  transfer_group: PropTypes.string,
6706
+ shipping: T['io.flow.stripe.v0.models.payment_intent_shipping'],
6477
6707
  });
6478
6708
 
6479
6709
  T['io.flow.stripe.v0.models.charge_destination'] = PropTypes.exact({
@@ -6871,6 +7101,7 @@ T['io.flow.stripe.v0.models.payment_intent'] = PropTypes.exact({
6871
7101
  status: T['io.flow.stripe.v0.enums.payment_intent_status'].isRequired,
6872
7102
  transfer_data: T['io.flow.stripe.v0.models.transfer_data'],
6873
7103
  transfer_group: PropTypes.string,
7104
+ shipping: T['io.flow.stripe.v0.models.payment_intent_shipping'],
6874
7105
  });
6875
7106
 
6876
7107
  T['io.flow.stripe.v0.models.stripe_error'] = PropTypes.exact({
@@ -6967,7 +7198,8 @@ T['io.flow.billing.v0.models.transaction_metadata_original_transaction'] = PropT
6967
7198
 
6968
7199
  T['io.flow.billing.v0.models.transaction_metadata_manual'] = PropTypes.exact({
6969
7200
  discriminator: PropTypes.oneOf(['manual']).isRequired,
6970
- original: T['io.flow.billing.v0.models.transaction_metadata_original_transaction'].isRequired,
7201
+ original: T['io.flow.billing.v0.models.transaction_metadata_original_transaction'],
7202
+ url: PropTypes.string,
6971
7203
  });
6972
7204
 
6973
7205
  T['io.flow.billing.internal.v0.enums.account_type'] = PropTypes.oneOf(['channel', 'organization']);
@@ -6988,7 +7220,8 @@ T['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary_identifie
6988
7220
  });
6989
7221
 
6990
7222
  T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual'] = PropTypes.exact({
6991
- original: T['io.flow.billing.v0.models.transaction_metadata_original_transaction'].isRequired,
7223
+ original: T['io.flow.billing.v0.models.transaction_metadata_original_transaction'],
7224
+ url: PropTypes.string,
6992
7225
  });
6993
7226
 
6994
7227
  T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup'] = PropTypes.exact({
@@ -7957,6 +8190,7 @@ T['io.flow.flexe.v0.models.flexe_retail_fulfillment_form'] = PropTypes.exact({
7957
8190
  });
7958
8191
 
7959
8192
  T['io.flow.export.v0.enums.item_identifier'] = PropTypes.oneOf(['item_number', 'sku']);
8193
+ T['io.flow.price.v0.enums.price_accuracy'] = PropTypes.oneOf(['calculated', 'estimated_from_partial_destination']);
7960
8194
 
7961
8195
  T['io.flow.common.v0.models.included_levies'] = PropTypes.exact({
7962
8196
  key: T['io.flow.common.v0.enums.included_levy_key'].isRequired,
@@ -8120,6 +8354,7 @@ T['io.flow.billing.internal.v0.models.account_settings'] = PropTypes.exact({
8120
8354
  merchant_of_record_fee: PropTypes.number,
8121
8355
  duty_guarantee_fee: PropTypes.number,
8122
8356
  transfer_fee: PropTypes.number,
8357
+ negative_balance_guarantee_fee: PropTypes.number,
8123
8358
  order_service_fee: T['io.flow.billing.internal.v0.models.tiered_fee'],
8124
8359
  label_fees: T['io.flow.billing.internal.v0.models.account_setting_label_fees'],
8125
8360
  charge_label_cost_directly: PropTypes.bool.isRequired,
@@ -8132,51 +8367,6 @@ T['io.flow.billing.internal.v0.models.account_settings'] = PropTypes.exact({
8132
8367
  enable_fee_reversals: PropTypes.bool.isRequired,
8133
8368
  });
8134
8369
 
8135
- T['io.flow.order.price.v0.enums.order_price_detail_component_key'] = PropTypes.oneOf([
8136
- 'adjustment',
8137
- 'vat_deminimis',
8138
- 'duty_deminimis',
8139
- 'duties_item_price',
8140
- 'duties_freight',
8141
- 'duties_insurance',
8142
- 'vat_item_price',
8143
- 'vat_freight',
8144
- 'vat_insurance',
8145
- 'vat_duties_item_price',
8146
- 'vat_duties_freight',
8147
- 'vat_duties_insurance',
8148
- 'item_price',
8149
- 'item_discount',
8150
- 'rounding',
8151
- 'insurance',
8152
- 'shipping',
8153
- 'shipping_discount',
8154
- 'order_discount',
8155
- 'subtotal_percent_sales_margin',
8156
- 'subtotal_vat_percent_sales_margin',
8157
- 'subtotal_duty_percent_sales_margin',
8158
- 'vat_subsidy',
8159
- 'duty_subsidy',
8160
- 'remote_area_surcharge',
8161
- 'fuel_surcharge',
8162
- 'emergency_situation_surcharge',
8163
- 'peak_surcharge',
8164
- 'duties_taxes_paid_surcharge',
8165
- ]);
8166
-
8167
- T['io.flow.price.v0.enums.price_accuracy'] = PropTypes.oneOf(['calculated', 'estimated_from_partial_destination']);
8168
-
8169
- T['io.flow.order.price.v0.enums.order_price_detail_key'] = PropTypes.oneOf([
8170
- 'adjustment',
8171
- 'subtotal',
8172
- 'vat',
8173
- 'duty',
8174
- 'shipping',
8175
- 'insurance',
8176
- 'discount',
8177
- 'surcharges',
8178
- ]);
8179
-
8180
8370
  T['io.flow.return.v0.models.return_source_external_vendor'] = PropTypes.exact({
8181
8371
  discriminator: PropTypes.oneOf(['return_source_external_vendor']).isRequired,
8182
8372
  key: PropTypes.string.isRequired,
@@ -11048,6 +11238,19 @@ T['io.flow.shopify.markets.v0.models.shopify_webhook_response_wrapper'] = PropTy
11048
11238
  webhook: T['io.flow.shopify.markets.v0.models.shopify_webhook_response'].isRequired,
11049
11239
  });
11050
11240
 
11241
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_webhook_registration'] = PropTypes.exact({
11242
+ id: PropTypes.string.isRequired,
11243
+ response: T['io.flow.shopify.markets.v0.models.shopify_webhook_response'].isRequired,
11244
+ });
11245
+
11246
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_upserted'] = PropTypes.exact({
11247
+ discriminator: PropTypes.oneOf(['shopify_markets_webhook_registration_upserted']).isRequired,
11248
+ event_id: PropTypes.string.isRequired,
11249
+ timestamp: PropTypes.string.isRequired,
11250
+ organization: PropTypes.string.isRequired,
11251
+ registration: T['io.flow.shopify.markets.internal.v0.models.shopify_markets_webhook_registration'].isRequired,
11252
+ });
11253
+
11051
11254
  T['io.flow.internal.v0.models.shopify_markets_webhook_registration'] = PropTypes.exact({
11052
11255
  id: PropTypes.string.isRequired,
11053
11256
  response: T['io.flow.shopify.markets.v0.models.shopify_webhook_response'].isRequired,
@@ -11180,22 +11383,6 @@ T['io.flow.internal.v0.models.shopify_check_inventory_error'] = PropTypes.exact(
11180
11383
  numbers: PropTypes.arrayOf(PropTypes.string),
11181
11384
  });
11182
11385
 
11183
- T['io.flow.internal.v0.models.invoice_info_form'] = PropTypes.exact({
11184
- invoice_number: PropTypes.string.isRequired,
11185
- invoice_date: PropTypes.string.isRequired,
11186
- currency_code: PropTypes.string.isRequired,
11187
- invoice_amount: PropTypes.string.isRequired,
11188
- control_id: PropTypes.string,
11189
- });
11190
-
11191
- T['io.flow.internal.v0.models.shipper_account_info_form'] = PropTypes.exact({
11192
- account_name: PropTypes.string,
11193
- account_number: PropTypes.string.isRequired,
11194
- postal: PropTypes.string.isRequired,
11195
- country: PropTypes.string.isRequired,
11196
- invoice_info: T['io.flow.internal.v0.models.invoice_info_form'],
11197
- });
11198
-
11199
11386
  T['io.flow.organization.onboarding.state.v0.enums.onboarding_blocked_reason'] = PropTypes.oneOf([
11200
11387
  'street_address_is_blank_3pl',
11201
11388
  'street_address_is_po_box_3pl',
@@ -11455,7 +11642,7 @@ T['io.flow.internal.v0.models.restriction_item_review_decision_form'] = PropType
11455
11642
  decision: T['io.flow.internal.v0.enums.restriction_decision'].isRequired,
11456
11643
  });
11457
11644
 
11458
- T['io.flow.internal.v0.enums.report_type'] = PropTypes.oneOf(['sales_record', 'trueup_overview']);
11645
+ T['io.flow.internal.v0.enums.report_type'] = PropTypes.oneOf(['sales_record', 'trueup_overview', 'non_channel_payment_bank_account']);
11459
11646
 
11460
11647
  T['io.flow.internal.v0.models.report_form'] = PropTypes.exact({
11461
11648
  from: PropTypes.string.isRequired,
@@ -12435,6 +12622,16 @@ T['io.flow.internal.v0.models.notification'] = PropTypes.exact({
12435
12622
  order: T['io.flow.internal.v0.models.decision'].isRequired,
12436
12623
  });
12437
12624
 
12625
+ T['io.flow.internal.v0.models.report_bank_account'] = PropTypes.exact({
12626
+ id: PropTypes.string,
12627
+ last4: PropTypes.string,
12628
+ });
12629
+
12630
+ T['io.flow.internal.v0.models.report_payment'] = PropTypes.exact({
12631
+ id: PropTypes.string.isRequired,
12632
+ created_at: PropTypes.string.isRequired,
12633
+ });
12634
+
12438
12635
  T['io.flow.internal.v0.models.shipping_method_reference'] = PropTypes.exact({
12439
12636
  id: PropTypes.string.isRequired,
12440
12637
  });
@@ -12942,6 +13139,27 @@ T['io.flow.shopify.markets.v0.models.shopify_order_wrapper'] = PropTypes.exact({
12942
13139
  order: T['io.flow.shopify.markets.v0.models.shopify_order'].isRequired,
12943
13140
  });
12944
13141
 
13142
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order'] = PropTypes.exact({
13143
+ id: PropTypes.string.isRequired,
13144
+ model: T['io.flow.shopify.markets.v0.models.shopify_order'].isRequired,
13145
+ });
13146
+
13147
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_upserted'] = PropTypes.exact({
13148
+ discriminator: PropTypes.oneOf(['shopify_markets_order_upserted']).isRequired,
13149
+ event_id: PropTypes.string.isRequired,
13150
+ timestamp: PropTypes.string.isRequired,
13151
+ organization: PropTypes.string.isRequired,
13152
+ shopify_markets_order: T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order'].isRequired,
13153
+ });
13154
+
13155
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_deleted'] = PropTypes.exact({
13156
+ discriminator: PropTypes.oneOf(['shopify_markets_order_deleted']).isRequired,
13157
+ event_id: PropTypes.string.isRequired,
13158
+ timestamp: PropTypes.string.isRequired,
13159
+ organization: PropTypes.string.isRequired,
13160
+ shopify_markets_order: T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order'].isRequired,
13161
+ });
13162
+
12945
13163
  T['io.flow.internal.v0.models.shopify_markets_order'] = PropTypes.exact({
12946
13164
  id: PropTypes.string.isRequired,
12947
13165
  model: T['io.flow.shopify.markets.v0.models.shopify_order'].isRequired,
@@ -13210,6 +13428,7 @@ T['io.flow.internal.v0.enums.manual_transaction_category'] = PropTypes.oneOf([
13210
13428
  'shipping_true_up',
13211
13429
  'tax_credit',
13212
13430
  'carrier_credit',
13431
+ 'negative_balance_guarantee',
13213
13432
  ]);
13214
13433
 
13215
13434
  T['io.flow.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
@@ -14617,6 +14836,8 @@ T['io.flow.internal.v0.models.fulfillment_origin'] = PropTypes.exact({
14617
14836
  province_code: PropTypes.string,
14618
14837
  });
14619
14838
 
14839
+ T['io.flow.internal.v0.enums.logistics_responsibility'] = PropTypes.oneOf(['organization', 'flow']);
14840
+
14620
14841
  T['io.flow.common.v0.enums.unit_of_measurement'] = PropTypes.oneOf([
14621
14842
  'millimeter',
14622
14843
  'centimeter',
@@ -16089,6 +16310,11 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
16089
16310
  'payouts_failed_total',
16090
16311
  'average_payout_amount',
16091
16312
  'capture_transaction_with_zero_fees_and_no_channel_transaction_count',
16313
+ 'percentage_billable_label_transactions_with_carrier_charge_10_days',
16314
+ 'percentage_billable_label_transactions_with_carrier_charge_20_days',
16315
+ 'percentage_billable_label_transactions_with_carrier_charge_30_days',
16316
+ 'percentage_billable_label_transactions_with_carrier_charge_60_days',
16317
+ 'percentage_billable_label_transactions_with_carrier_charge_90_days',
16092
16318
  ]);
16093
16319
 
16094
16320
  T['io.flow.internal.v0.models.daily_value'] = PropTypes.exact({
@@ -16212,6 +16438,10 @@ T['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'] = Prop
16212
16438
  address: T['io.flow.common.v0.models.address'].isRequired,
16213
16439
  });
16214
16440
 
16441
+ T['io.flow.shopify.markets.internal.v0.models.shopify_order_destination_form'] = PropTypes.exact({
16442
+ destination: T['io.flow.common.v0.models.address'].isRequired,
16443
+ });
16444
+
16215
16445
  T['io.flow.internal.v0.models.tax_calculation_line_item_form'] = PropTypes.exact({
16216
16446
  line_number: PropTypes.string.isRequired,
16217
16447
  item_number: PropTypes.string.isRequired,
@@ -20285,6 +20515,13 @@ T['io.flow.internal.v0.models.spot_rate_version'] = PropTypes.exact({
20285
20515
  spot_rate: T['io.flow.internal.v0.models.spot_rate'].isRequired,
20286
20516
  });
20287
20517
 
20518
+ T['io.flow.internal.v0.models.shopify_markets_order_version'] = PropTypes.exact({
20519
+ id: PropTypes.string.isRequired,
20520
+ timestamp: PropTypes.string.isRequired,
20521
+ type: T['io.flow.common.v0.enums.change_type'].isRequired,
20522
+ shopify_markets_order: T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order'].isRequired,
20523
+ });
20524
+
20288
20525
  T['io.flow.internal.v0.models.organization_payment_setting_version'] = PropTypes.exact({
20289
20526
  id: PropTypes.string.isRequired,
20290
20527
  timestamp: PropTypes.string.isRequired,
@@ -20476,6 +20713,12 @@ T['io.flow.token.v0.models.organization_token_form'] = PropTypes.exact({
20476
20713
  description: PropTypes.string,
20477
20714
  });
20478
20715
 
20716
+ T['io.flow.channel.internal.v0.models.channel_form'] = PropTypes.exact({
20717
+ name: PropTypes.string.isRequired,
20718
+ environment: T['io.flow.common.v0.enums.environment'].isRequired,
20719
+ organization_id_prefix: PropTypes.string,
20720
+ });
20721
+
20479
20722
  T['io.flow.session.v0.models.organization_session'] = PropTypes.exact({
20480
20723
  discriminator: PropTypes.oneOf(['organization_session']).isRequired,
20481
20724
  id: PropTypes.string.isRequired,
@@ -20846,6 +21089,12 @@ T['io.flow.internal.v0.models.channel_currency_setting_upserted'] = PropTypes.ex
20846
21089
 
20847
21090
  T['io.flow.channel.v0.enums.channel_currency_capability'] = PropTypes.oneOf(['payment_authorizations', 'settlement_currency']);
20848
21091
 
21092
+ T['io.flow.channel.internal.v0.models.channel_currency_form'] = PropTypes.exact({
21093
+ currency: PropTypes.string.isRequired,
21094
+ channel_id: PropTypes.string.isRequired,
21095
+ capabilities: PropTypes.arrayOf(T['io.flow.channel.v0.enums.channel_currency_capability']).isRequired,
21096
+ });
21097
+
20849
21098
  T['io.flow.internal.v0.models.channel_currency_form'] = PropTypes.exact({
20850
21099
  currency: PropTypes.string.isRequired,
20851
21100
  channel_id: PropTypes.string.isRequired,
@@ -20890,6 +21139,34 @@ T['io.flow.common.v0.models.channel_reference'] = PropTypes.exact({
20890
21139
  id: PropTypes.string.isRequired,
20891
21140
  });
20892
21141
 
21142
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_summary'] = PropTypes.exact({
21143
+ organization: T['io.flow.common.v0.models.organization_summary'].isRequired,
21144
+ channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
21145
+ });
21146
+
21147
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop'] = PropTypes.exact({
21148
+ id: PropTypes.string.isRequired,
21149
+ shopify_shop_id: PropTypes.string,
21150
+ channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
21151
+ domain: PropTypes.string.isRequired,
21152
+ myshopify_domain: PropTypes.string.isRequired,
21153
+ organization_id: PropTypes.string.isRequired,
21154
+ shop: PropTypes.string.isRequired,
21155
+ created_at: PropTypes.string.isRequired,
21156
+ shared_secret_masked: PropTypes.string.isRequired,
21157
+ api_key_masked: PropTypes.string,
21158
+ api_password_masked: PropTypes.string,
21159
+ access_token_masked: PropTypes.string,
21160
+ });
21161
+
21162
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_upserted'] = PropTypes.exact({
21163
+ discriminator: PropTypes.oneOf(['shopify_markets_shop_upserted']).isRequired,
21164
+ event_id: PropTypes.string.isRequired,
21165
+ timestamp: PropTypes.string.isRequired,
21166
+ organization: PropTypes.string.isRequired,
21167
+ shopify_markets_shop: T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop'].isRequired,
21168
+ });
21169
+
20893
21170
  T['io.flow.channel.v0.models.channel_currency'] = PropTypes.exact({
20894
21171
  id: PropTypes.string.isRequired,
20895
21172
  currency: PropTypes.string.isRequired,
@@ -21173,6 +21450,8 @@ T['io.flow.internal.v0.models.catalog_import_request'] = PropTypes.exact({
21173
21450
  filename: PropTypes.string,
21174
21451
  });
21175
21452
 
21453
+ T['io.flow.internal.v0.enums.carrier_charge_other_reason'] = PropTypes.oneOf(['return_to_origin', 'other']);
21454
+
21176
21455
  T['io.flow.internal.v0.models.label_surcharge_single_form'] = PropTypes.exact({
21177
21456
  amount: PropTypes.number.isRequired,
21178
21457
  percentage: PropTypes.number,
@@ -21261,9 +21540,10 @@ T['io.flow.internal.v0.models.carrier_charge_units'] = PropTypes.exact({
21261
21540
  length: T['io.flow.units.v0.enums.unit_of_length'],
21262
21541
  });
21263
21542
 
21264
- T['io.flow.internal.v0.models.carrier_charge_form_return_to_origin'] = PropTypes.exact({
21265
- discriminator: PropTypes.oneOf(['return_to_origin']).isRequired,
21543
+ T['io.flow.internal.v0.models.carrier_charge_form_other'] = PropTypes.exact({
21544
+ discriminator: PropTypes.oneOf(['other']).isRequired,
21266
21545
  id: PropTypes.string.isRequired,
21546
+ reason: T['io.flow.internal.v0.enums.carrier_charge_other_reason'].isRequired,
21267
21547
  organization_id: PropTypes.string.isRequired,
21268
21548
  order_number: PropTypes.string.isRequired,
21269
21549
  carrier_id: PropTypes.string.isRequired,
@@ -21293,7 +21573,7 @@ T['io.flow.internal.v0.models.carrier_charge_form_label'] = PropTypes.exact({
21293
21573
 
21294
21574
  T['io.flow.internal.v0.unions.carrier_charge_form'] = PropTypes.oneOfType([
21295
21575
  T['io.flow.internal.v0.models.carrier_charge_form_label'],
21296
- T['io.flow.internal.v0.models.carrier_charge_form_return_to_origin'],
21576
+ T['io.flow.internal.v0.models.carrier_charge_form_other'],
21297
21577
  ]);
21298
21578
 
21299
21579
  T['io.flow.internal.v0.models.carrier_charge_file_result'] = PropTypes.exact({
@@ -21328,11 +21608,9 @@ T['io.flow.internal.v0.models.fedex'] = PropTypes.exact({
21328
21608
 
21329
21609
  T['io.flow.internal.v0.models.ups'] = PropTypes.exact({
21330
21610
  discriminator: PropTypes.oneOf(['ups']).isRequired,
21331
- username: PropTypes.string.isRequired,
21332
- password: PropTypes.string.isRequired,
21333
- access_license_number: PropTypes.string.isRequired,
21611
+ client_id: PropTypes.string.isRequired,
21612
+ client_secret: PropTypes.string.isRequired,
21334
21613
  account_number: PropTypes.string.isRequired,
21335
- direct_feed_location_code: PropTypes.string,
21336
21614
  });
21337
21615
 
21338
21616
  T['io.flow.internal.v0.models.fedex_crossborder'] = PropTypes.exact({
@@ -22128,6 +22406,21 @@ T['io.flow.common.v0.models.schedule'] = PropTypes.exact({
22128
22406
  max_lead_time: PropTypes.number,
22129
22407
  });
22130
22408
 
22409
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_orders_metrics'] = PropTypes.exact({
22410
+ id: PropTypes.string.isRequired,
22411
+ range: T['io.flow.common.v0.models.datetime_range'].isRequired,
22412
+ shopify: T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shopify_order_metrics'].isRequired,
22413
+ internal: T['io.flow.shopify.markets.internal.v0.models.shopify_markets_internal_order_metrics'].isRequired,
22414
+ discrepancy_data: T['io.flow.shopify.markets.internal.v0.models.shopify_markets_discrepancy_data'].isRequired,
22415
+ });
22416
+
22417
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_upserted'] = PropTypes.exact({
22418
+ discriminator: PropTypes.oneOf(['shopify_markets_metrics_upserted']).isRequired,
22419
+ event_id: PropTypes.string.isRequired,
22420
+ timestamp: PropTypes.string.isRequired,
22421
+ shopify_markets_metrics: T['io.flow.shopify.markets.internal.v0.models.shopify_markets_orders_metrics'].isRequired,
22422
+ });
22423
+
22131
22424
  T['io.flow.tracking.v0.models.tracking'] = PropTypes.exact({
22132
22425
  id: PropTypes.string.isRequired,
22133
22426
  labels: PropTypes.arrayOf(T['io.flow.tracking.v0.models.tracking_label']).isRequired,
@@ -22628,6 +22921,8 @@ T['io.flow.internal.v0.models.product_restriction_rule_decision'] = PropTypes.ex
22628
22921
  status: T['io.flow.internal.v0.enums.restriction_status'].isRequired,
22629
22922
  matching_positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
22630
22923
  matching_negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
22924
+ positive_search_matches: PropTypes.arrayOf(PropTypes.string),
22925
+ negative_search_matches: PropTypes.arrayOf(PropTypes.string),
22631
22926
  updated_by_user_id: PropTypes.string.isRequired,
22632
22927
  });
22633
22928
 
@@ -23007,6 +23302,11 @@ T['io.flow.payment.internal.v0.models.authorization_parameters_form'] = PropType
23007
23302
  origin_url: PropTypes.string,
23008
23303
  });
23009
23304
 
23305
+ T['io.flow.shopify.markets.internal.v0.models.third_party_logistics_partner'] = PropTypes.exact({
23306
+ warehouse_address: T['io.flow.common.v0.models.billing_address'].isRequired,
23307
+ warehouse_url: PropTypes.string,
23308
+ });
23309
+
23010
23310
  T['io.flow.payment.v0.models.inline_authorization_form'] = PropTypes.exact({
23011
23311
  discriminator: PropTypes.oneOf(['inline_authorization_form']).isRequired,
23012
23312
  method: PropTypes.string.isRequired,
@@ -23646,6 +23946,16 @@ T['io.flow.organization.v0.models.invitation_form'] = PropTypes.exact({
23646
23946
  roles: PropTypes.arrayOf(T['io.flow.permission.v0.enums.flow_role']),
23647
23947
  });
23648
23948
 
23949
+ T['io.flow.channel.internal.v0.models.channel_membership_put_form'] = PropTypes.exact({
23950
+ role: T['io.flow.common.v0.enums.role'],
23951
+ });
23952
+
23953
+ T['io.flow.channel.internal.v0.models.channel_membership_form'] = PropTypes.exact({
23954
+ channel_id: PropTypes.string.isRequired,
23955
+ user_id: PropTypes.string.isRequired,
23956
+ role: T['io.flow.common.v0.enums.role'],
23957
+ });
23958
+
23649
23959
  T['io.flow.internal.v0.models.partner_membership_put_form'] = PropTypes.exact({
23650
23960
  role: T['io.flow.common.v0.enums.role'].isRequired,
23651
23961
  });
@@ -25586,6 +25896,11 @@ T['io.flow.payment.v0.unions.authorization'] = PropTypes.oneOfType([
25586
25896
  T['io.flow.payment.v0.models.online_authorization'],
25587
25897
  ]);
25588
25898
 
25899
+ T['io.flow.shopify.markets.internal.v0.models.markets_order'] = PropTypes.exact({
25900
+ shopify_order: T['io.flow.shopify.markets.v0.models.shopify_order'].isRequired,
25901
+ flow_authorization: T['io.flow.payment.v0.unions.authorization'],
25902
+ });
25903
+
25589
25904
  T['io.flow.payment.v0.models.authorization_version'] = PropTypes.exact({
25590
25905
  id: PropTypes.string.isRequired,
25591
25906
  timestamp: PropTypes.string.isRequired,
@@ -26287,6 +26602,37 @@ T['io.flow.token.v0.models.organization_token_v2_reference'] = PropTypes.exact({
26287
26602
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
26288
26603
  });
26289
26604
 
26605
+ T['io.flow.shopify.markets.internal.v0.models.channel_order_summary'] = PropTypes.exact({
26606
+ id: PropTypes.string.isRequired,
26607
+ organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
26608
+ external_order_reference: PropTypes.string.isRequired,
26609
+ order_number: PropTypes.string.isRequired,
26610
+ fulfullment_details: T['io.flow.shopify.markets.internal.v0.models.channel_order_summary_fulfillment_details'].isRequired,
26611
+ });
26612
+
26613
+ T['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'] = PropTypes.exact({
26614
+ discriminator: PropTypes.oneOf(['channel_order_summary_upserted']).isRequired,
26615
+ event_id: PropTypes.string.isRequired,
26616
+ timestamp: PropTypes.string.isRequired,
26617
+ channel_id: PropTypes.string.isRequired,
26618
+ channel_order_summary: T['io.flow.shopify.markets.internal.v0.models.channel_order_summary'].isRequired,
26619
+ });
26620
+
26621
+ T['io.flow.shopify.markets.internal.event.v0.unions.shopify_markets_internal_event'] = PropTypes.oneOfType([
26622
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_upserted'],
26623
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_deleted'],
26624
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_upserted'],
26625
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_deleted'],
26626
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_upserted'],
26627
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_deleted'],
26628
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_upserted'],
26629
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_deleted'],
26630
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_upserted'],
26631
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'],
26632
+ T['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'],
26633
+ T['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_deleted'],
26634
+ ]);
26635
+
26290
26636
  T['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary'] = PropTypes.exact({
26291
26637
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
26292
26638
  number: PropTypes.string.isRequired,
@@ -26698,6 +27044,7 @@ T['io.flow.internal.v0.models.liability_remittance_plan_deleted'] = PropTypes.ex
26698
27044
  T['io.flow.internal.v0.models.trueup_label_summary'] = PropTypes.exact({
26699
27045
  id: PropTypes.string.isRequired,
26700
27046
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
27047
+ order_number: PropTypes.string.isRequired,
26701
27048
  carrier_id: PropTypes.string.isRequired,
26702
27049
  carrier_service_id: PropTypes.string.isRequired,
26703
27050
  carrier_tracking_number: PropTypes.string.isRequired,
@@ -26735,6 +27082,7 @@ T['io.flow.internal.v0.models.order_summary'] = PropTypes.exact({
26735
27082
  T['io.flow.internal.v0.models.fulfillment'] = PropTypes.exact({
26736
27083
  id: PropTypes.string.isRequired,
26737
27084
  fulfilled_at: PropTypes.string.isRequired,
27085
+ owner: T['io.flow.internal.v0.enums.logistics_responsibility'].isRequired,
26738
27086
  currency: PropTypes.string.isRequired,
26739
27087
  order: T['io.flow.internal.v0.models.order_summary'].isRequired,
26740
27088
  origin: T['io.flow.internal.v0.models.fulfillment_origin'],
@@ -27464,6 +27812,28 @@ T['io.flow.partner.v0.models.label'] = PropTypes.exact({
27464
27812
  shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
27465
27813
  });
27466
27814
 
27815
+ T['io.flow.order.price.v0.models.order_price_detail_component'] = PropTypes.exact({
27816
+ key: T['io.flow.order.price.v0.enums.order_price_detail_component_key'].isRequired,
27817
+ currency: PropTypes.string.isRequired,
27818
+ amount: PropTypes.number.isRequired,
27819
+ label: PropTypes.string.isRequired,
27820
+ base: T['io.flow.common.v0.models.price'].isRequired,
27821
+ name: PropTypes.string,
27822
+ });
27823
+
27824
+ T['io.flow.order.price.v0.models.order_price_detail'] = PropTypes.exact({
27825
+ key: T['io.flow.order.price.v0.enums.order_price_detail_key'].isRequired,
27826
+ currency: PropTypes.string.isRequired,
27827
+ amount: PropTypes.number.isRequired,
27828
+ label: PropTypes.string.isRequired,
27829
+ base: T['io.flow.common.v0.models.price'].isRequired,
27830
+ components: PropTypes.arrayOf(T['io.flow.order.price.v0.models.order_price_detail_component']).isRequired,
27831
+ name: PropTypes.string,
27832
+ rate: PropTypes.number,
27833
+ accuracy: T['io.flow.price.v0.enums.price_accuracy'],
27834
+ rate_label: PropTypes.string,
27835
+ });
27836
+
27467
27837
  T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount'] = PropTypes.exact({
27468
27838
  discriminator: PropTypes.oneOf(['discount']).isRequired,
27469
27839
  price: T['io.flow.common.v0.models.price'].isRequired,
@@ -27682,28 +28052,6 @@ T['io.flow.billing.internal.v0.models.invoice_transaction'] = PropTypes.exact({
27682
28052
  created_at: PropTypes.string.isRequired,
27683
28053
  });
27684
28054
 
27685
- T['io.flow.order.price.v0.models.order_price_detail_component'] = PropTypes.exact({
27686
- key: T['io.flow.order.price.v0.enums.order_price_detail_component_key'].isRequired,
27687
- currency: PropTypes.string.isRequired,
27688
- amount: PropTypes.number.isRequired,
27689
- label: PropTypes.string.isRequired,
27690
- base: T['io.flow.common.v0.models.price'].isRequired,
27691
- name: PropTypes.string,
27692
- });
27693
-
27694
- T['io.flow.order.price.v0.models.order_price_detail'] = PropTypes.exact({
27695
- key: T['io.flow.order.price.v0.enums.order_price_detail_key'].isRequired,
27696
- currency: PropTypes.string.isRequired,
27697
- amount: PropTypes.number.isRequired,
27698
- label: PropTypes.string.isRequired,
27699
- base: T['io.flow.common.v0.models.price'].isRequired,
27700
- components: PropTypes.arrayOf(T['io.flow.order.price.v0.models.order_price_detail_component']).isRequired,
27701
- name: PropTypes.string,
27702
- rate: PropTypes.number,
27703
- accuracy: T['io.flow.price.v0.enums.price_accuracy'],
27704
- rate_label: PropTypes.string,
27705
- });
27706
-
27707
28055
  T['io.flow.label.v0.models.shipping_label'] = PropTypes.exact({
27708
28056
  id: PropTypes.string.isRequired,
27709
28057
  hop: T['io.flow.label.v0.models.shipping_label_hop_summary'],
@@ -29286,6 +29634,17 @@ T['io.flow.internal.v0.models.account_source'] = PropTypes.exact({
29286
29634
  type: T['io.flow.internal.v0.enums.account_type'].isRequired,
29287
29635
  });
29288
29636
 
29637
+ T['io.flow.internal.v0.models.report_account'] = PropTypes.exact({
29638
+ id: PropTypes.string.isRequired,
29639
+ source: T['io.flow.internal.v0.models.account_source'].isRequired,
29640
+ });
29641
+
29642
+ T['io.flow.internal.v0.models.non_channel_payment_bank_account'] = PropTypes.exact({
29643
+ payment: T['io.flow.internal.v0.models.report_payment'].isRequired,
29644
+ bank_account: T['io.flow.internal.v0.models.report_bank_account'].isRequired,
29645
+ account: T['io.flow.internal.v0.models.report_account'].isRequired,
29646
+ });
29647
+
29289
29648
  T['io.flow.internal.v0.models.flow_account'] = PropTypes.exact({
29290
29649
  source: T['io.flow.internal.v0.models.account_source'].isRequired,
29291
29650
  id: PropTypes.string.isRequired,
@@ -29424,6 +29783,7 @@ T['io.flow.internal.v0.models.account_settings'] = PropTypes.exact({
29424
29783
  merchant_of_record_fee: PropTypes.number,
29425
29784
  duty_guarantee_fee: PropTypes.number,
29426
29785
  transfer_fee: PropTypes.number,
29786
+ negative_balance_guarantee_fee: PropTypes.number,
29427
29787
  order_service_fee: T['io.flow.internal.v0.models.tiered_fee'],
29428
29788
  label_fees: T['io.flow.internal.v0.models.account_setting_label_fees'],
29429
29789
  charge_label_cost_directly: PropTypes.bool.isRequired,
@@ -30448,6 +30808,13 @@ T['io.flow.permission.v0.models.permission_check'] = PropTypes.exact({
30448
30808
  routes: PropTypes.arrayOf(T['io.flow.permission.v0.models.permitted_route']).isRequired,
30449
30809
  });
30450
30810
 
30811
+ T['io.flow.channel.internal.v0.models.channel_membership'] = PropTypes.exact({
30812
+ id: PropTypes.string.isRequired,
30813
+ channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
30814
+ user: T['io.flow.common.v0.unions.expandable_user'].isRequired,
30815
+ role: T['io.flow.common.v0.enums.role'],
30816
+ });
30817
+
30451
30818
  T['io.flow.organization.v0.models.membership'] = PropTypes.exact({
30452
30819
  id: PropTypes.string.isRequired,
30453
30820
  organization: T['io.flow.common.v0.unions.expandable_organization'].isRequired,
@@ -30945,7 +31312,6 @@ T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
30945
31312
  'fulfillment_in_transit',
30946
31313
  'fulfillment_shipping_notification',
30947
31314
  'fulfillment_external',
30948
- 'fulfillment_order_cancellation',
30949
31315
  'fulfillment_order_combined_shipment',
30950
31316
  'fulfillment_order_time',
30951
31317
  'label_tracking_summary',
@@ -30963,6 +31329,8 @@ T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
30963
31329
  'statement_email',
30964
31330
  'statement_summary_email',
30965
31331
  'pending_payout_transaction_event',
31332
+ 'credit_and_subsidy',
31333
+ 'negative_balance_guarantee',
30966
31334
  ]);
30967
31335
 
30968
31336
  T['io.flow.internal.v0.enums.rate_level_key'] = PropTypes.oneOf([
@@ -31520,6 +31888,14 @@ T['io.flow.internal.v0.models.install_form'] = PropTypes.exact({
31520
31888
  token: PropTypes.string.isRequired,
31521
31889
  });
31522
31890
 
31891
+ T['io.flow.internal.v0.models.invoice_info_form'] = PropTypes.exact({
31892
+ invoice_number: PropTypes.string.isRequired,
31893
+ invoice_date: PropTypes.string.isRequired,
31894
+ currency_code: PropTypes.string.isRequired,
31895
+ invoice_amount: PropTypes.string.isRequired,
31896
+ control_id: PropTypes.string,
31897
+ });
31898
+
31523
31899
  T['io.flow.internal.v0.models.item_classification_form'] = PropTypes.exact({
31524
31900
  organization: PropTypes.string.isRequired,
31525
31901
  uid: PropTypes.string.isRequired,
@@ -31835,6 +32211,8 @@ T['io.flow.internal.v0.models.restriction_product_request_form'] = PropTypes.exa
31835
32211
  accepted_rules: PropTypes.arrayOf(PropTypes.string),
31836
32212
  positive_keywords: PropTypes.arrayOf(PropTypes.string),
31837
32213
  negative_keywords: PropTypes.arrayOf(PropTypes.string),
32214
+ positive_search_matches: PropTypes.arrayOf(PropTypes.string),
32215
+ negative_search_matches: PropTypes.arrayOf(PropTypes.string),
31838
32216
  user_ids: PropTypes.arrayOf(PropTypes.string),
31839
32217
  categories: PropTypes.arrayOf(PropTypes.string),
31840
32218
  product_name_query: PropTypes.string,
@@ -32083,8 +32461,6 @@ T['io.flow.return.v0.models.return_reason_put_form'] = PropTypes.exact({
32083
32461
  name: PropTypes.string,
32084
32462
  });
32085
32463
 
32086
- T['io.flow.units.v0.enums.unit_of_volume'] = PropTypes.oneOf(['cubic_inch', 'cubic_meter']);
32087
-
32088
32464
  T['io.flow.channel.v0.models.channel_authorization'] = PropTypes.exact({
32089
32465
  placeholder: PropTypes.string,
32090
32466
  });
@@ -32402,6 +32778,101 @@ T['io.flow.brickftp.v0.models.file_upload_metadata'] = PropTypes.exact({
32402
32778
  upload_uri: PropTypes.string.isRequired,
32403
32779
  });
32404
32780
 
32781
+ T['io.flow.units.v0.enums.unit_of_volume'] = PropTypes.oneOf(['cubic_inch', 'cubic_meter']);
32782
+ T['io.flow.shopify.markets.internal.v0.enums.any_dangerous_goods'] = PropTypes.oneOf(['yes', 'no', 'i_dont_know']);
32783
+ T['io.flow.shopify.markets.internal.v0.enums.api_call_reference_id'] = PropTypes.oneOf(['duty_rates_data_event', 'integration_test', 'unit_test']);
32784
+ T['io.flow.shopify.markets.internal.v0.enums.product_status'] = PropTypes.oneOf(['active', 'archived', 'draft']);
32785
+
32786
+ T['io.flow.shopify.markets.internal.v0.enums.shopify_markets_dangerous_goods'] = PropTypes.oneOf([
32787
+ 'aerosols',
32788
+ 'air_bag_inflators_or_seat_belt_pretensioners',
32789
+ 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume',
32790
+ 'batteries',
32791
+ 'carbon_dioxide_or_dry_ice',
32792
+ 'corrosives',
32793
+ 'cannabidiol_products',
32794
+ 'cologne_or_perfume',
32795
+ 'currency_or_gift_cards_or_monetary_instruments',
32796
+ 'exotic_leather_goods',
32797
+ 'environmental_waste',
32798
+ 'explosives_or_ammunition',
32799
+ 'flammable_liquids',
32800
+ 'gases',
32801
+ 'hazardous_or_combustible_materials',
32802
+ 'infectious_or_biological_substances',
32803
+ 'knives',
32804
+ 'matches_or_lighter_or_lighter_refills',
32805
+ 'nail_polish',
32806
+ 'oxidizing_materials_or_organic_peroxides',
32807
+ 'pornography',
32808
+ 'prohibited_carriage',
32809
+ 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances',
32810
+ ]);
32811
+
32812
+ T['io.flow.shopify.markets.internal.v0.enums.shopify_markets_hts_number_available'] = PropTypes.oneOf(['yes', 'no', 'i_dont_know']);
32813
+
32814
+ T['io.flow.shopify.markets.internal.v0.enums.shopify_markets_trade_sector'] = PropTypes.oneOf([
32815
+ 'apparel_and_accessories',
32816
+ 'beauty_and_cosmetics',
32817
+ 'electronics',
32818
+ 'food_or_perishables',
32819
+ 'jewellery_and_watches',
32820
+ 'paper_and_art',
32821
+ 'sports_and_fitness',
32822
+ 'toys_hobbies_gifts',
32823
+ 'other',
32824
+ ]);
32825
+
32826
+ T['io.flow.shopify.markets.internal.v0.models.shipping_lane'] = PropTypes.exact({
32827
+ origin: PropTypes.string.isRequired,
32828
+ destination: PropTypes.string.isRequired,
32829
+ });
32830
+
32831
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_queued_record'] = PropTypes.exact({
32832
+ id: PropTypes.string.isRequired,
32833
+ type: PropTypes.string.isRequired,
32834
+ type_id: PropTypes.string.isRequired,
32835
+ organization_id: PropTypes.string.isRequired,
32836
+ environment: PropTypes.string,
32837
+ num_attempts: PropTypes.number.isRequired,
32838
+ next_attempt_at: PropTypes.string.isRequired,
32839
+ errors: PropTypes.arrayOf(PropTypes.string),
32840
+ stacktrace: PropTypes.string,
32841
+ });
32842
+
32843
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_form'] = PropTypes.exact({
32844
+ shop: PropTypes.string.isRequired,
32845
+ domain: PropTypes.string.isRequired,
32846
+ myshopify_domain: PropTypes.string.isRequired,
32847
+ shared_secret: PropTypes.string.isRequired,
32848
+ api_key: PropTypes.string,
32849
+ api_password: PropTypes.string,
32850
+ access_token: PropTypes.string,
32851
+ });
32852
+
32853
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_sync'] = PropTypes.exact({
32854
+ force_resync: PropTypes.bool,
32855
+ });
32856
+
32857
+ T['io.flow.shopify.markets.internal.v0.models.shopify_order_cancel_form'] = PropTypes.exact({
32858
+ note: PropTypes.string,
32859
+ });
32860
+
32861
+ T['io.flow.shopify.markets.internal.v0.models.shopify_order_cancel_response'] = PropTypes.exact({
32862
+ shopify_order_cancellation_id: PropTypes.string.isRequired,
32863
+ shopify_order_id: PropTypes.number.isRequired,
32864
+ message: PropTypes.string.isRequired,
32865
+ });
32866
+
32867
+ T['io.flow.shopify.markets.internal.v0.models.third_party_logistics_pick_up_time_window'] = PropTypes.exact({
32868
+ from: PropTypes.string.isRequired,
32869
+ to: PropTypes.string.isRequired,
32870
+ });
32871
+
32872
+ T['io.flow.shopify.markets.internal.v0.models.webhook'] = PropTypes.exact({
32873
+ placeholder: PropTypes.string,
32874
+ });
32875
+
32405
32876
  T['io.flow.consumer.invoice.v0.models.consumer_invoice_form'] = PropTypes.exact({
32406
32877
  order_number: PropTypes.string.isRequired,
32407
32878
  attributes: PropTypes.objectOf(PropTypes.string),
@@ -32674,6 +33145,10 @@ T['io.flow.payment.gateway.v0.models.payment_reversal_form'] = PropTypes.exact({
32674
33145
  currency: PropTypes.string,
32675
33146
  });
32676
33147
 
33148
+ T['io.flow.channel.internal.v0.models.flow_channel_organization'] = PropTypes.exact({
33149
+ placeholder: PropTypes.string,
33150
+ });
33151
+
32677
33152
  T['io.flow.payment.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
32678
33153
  T['io.flow.payment.internal.v0.enums.risk_check'] = PropTypes.oneOf(['three_d_secure']);
32679
33154
 
@@ -33174,7 +33649,6 @@ T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
33174
33649
  'fulfillment_in_transit',
33175
33650
  'fulfillment_shipping_notification',
33176
33651
  'fulfillment_external',
33177
- 'fulfillment_order_cancellation',
33178
33652
  'fulfillment_order_combined_shipment',
33179
33653
  'fulfillment_order_time',
33180
33654
  'label_tracking_summary',
@@ -33192,6 +33666,8 @@ T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
33192
33666
  'statement_email',
33193
33667
  'statement_summary_email',
33194
33668
  'pending_payout_transaction_event',
33669
+ 'credit_and_subsidy',
33670
+ 'negative_balance_guarantee',
33195
33671
  ]);
33196
33672
 
33197
33673
  T['io.flow.billing.internal.v0.enums.tax_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'tax']);
@@ -33694,7 +34170,8 @@ export const carrierChargeFileForm = T['io.flow.internal.v0.models.carrier_charg
33694
34170
  export const carrierChargeFileResult = T['io.flow.internal.v0.models.carrier_charge_file_result'];
33695
34171
  export const carrierChargeForm = T['io.flow.internal.v0.unions.carrier_charge_form'];
33696
34172
  export const carrierChargeFormLabel = T['io.flow.internal.v0.models.carrier_charge_form_label'];
33697
- export const carrierChargeFormReturnToOrigin = T['io.flow.internal.v0.models.carrier_charge_form_return_to_origin'];
34173
+ export const carrierChargeFormOther = T['io.flow.internal.v0.models.carrier_charge_form_other'];
34174
+ export const carrierChargeOtherReason = T['io.flow.internal.v0.enums.carrier_charge_other_reason'];
33698
34175
  export const carrierChargeUnits = T['io.flow.internal.v0.models.carrier_charge_units'];
33699
34176
  export const carrierCredentials = T['io.flow.internal.v0.unions.carrier_credentials'];
33700
34177
  export const carrierInvoice = T['io.flow.internal.v0.models.carrier_invoice'];
@@ -34925,6 +35402,7 @@ export const localizedPriceBookItemData = T['io.flow.internal.v0.models.localize
34925
35402
  export const localizedPriceBookItemDeleted = T['io.flow.internal.v0.models.localized_price_book_item_deleted'];
34926
35403
  export const localizedPriceBookItemUpserted = T['io.flow.internal.v0.models.localized_price_book_item_upserted'];
34927
35404
  export const location = T['io.flow.internal.v0.models.location'];
35405
+ export const logisticsResponsibility = T['io.flow.internal.v0.enums.logistics_responsibility'];
34928
35406
  export const logo = T['io.flow.internal.v0.models.logo'];
34929
35407
  export const loyaltyProgram = T['io.flow.internal.v0.models.loyalty_program'];
34930
35408
  export const loyaltyProgramMessage = T['io.flow.internal.v0.models.loyalty_program_message'];
@@ -35022,6 +35500,7 @@ export const nextBillingStatement = T['io.flow.internal.v0.models.next_billing_s
35022
35500
  export const noCalculatedTaxAmount = T['io.flow.internal.v0.models.no_calculated_tax_amount'];
35023
35501
  export const noClassificationForm = T['io.flow.internal.v0.models.no_classification_form'];
35024
35502
  export const noLiabilityReasonCode = T['io.flow.internal.v0.enums.no_liability_reason_code'];
35503
+ export const nonChannelPaymentBankAccount = T['io.flow.internal.v0.models.non_channel_payment_bank_account'];
35025
35504
  export const notification = T['io.flow.internal.v0.models.notification'];
35026
35505
  export const onboardingAuditMessage = T['io.flow.internal.v0.models.onboarding_audit_message'];
35027
35506
  export const onboardingAuditMessageLevel = T['io.flow.internal.v0.enums.onboarding_audit_message_level'];
@@ -35335,8 +35814,11 @@ export const registeredExporterTariffEligibilityData = T['io.flow.internal.v0.mo
35335
35814
  export const registeredExporterTariffEligibilityForm = T['io.flow.internal.v0.models.registered_exporter_tariff_eligibility_form'];
35336
35815
  export const rejectionReason = T['io.flow.internal.v0.enums.rejection_reason'];
35337
35816
  export const report = T['io.flow.internal.v0.models.report'];
35817
+ export const reportAccount = T['io.flow.internal.v0.models.report_account'];
35818
+ export const reportBankAccount = T['io.flow.internal.v0.models.report_bank_account'];
35338
35819
  export const reportForm = T['io.flow.internal.v0.models.report_form'];
35339
35820
  export const reportInterval = T['io.flow.internal.v0.enums.report_interval'];
35821
+ export const reportPayment = T['io.flow.internal.v0.models.report_payment'];
35340
35822
  export const reportRuleDecision = T['io.flow.internal.v0.models.report_rule_decision'];
35341
35823
  export const reportStatus = T['io.flow.internal.v0.enums.report_status'];
35342
35824
  export const reportSummary = T['io.flow.internal.v0.models.report_summary'];
@@ -35418,7 +35900,6 @@ export const sessionRolloutForm = T['io.flow.internal.v0.models.session_rollout_
35418
35900
  export const setupBlockPutForm = T['io.flow.internal.v0.models.setup_block_put_form'];
35419
35901
  export const sfExpress = T['io.flow.internal.v0.models.sf_express'];
35420
35902
  export const shippedItemValue = T['io.flow.internal.v0.models.shipped_item_value'];
35421
- export const shipperAccountInfoForm = T['io.flow.internal.v0.models.shipper_account_info_form'];
35422
35903
  export const shippingLane = T['io.flow.internal.v0.models.shipping_lane'];
35423
35904
  export const shippingMethodReference = T['io.flow.internal.v0.models.shipping_method_reference'];
35424
35905
  export const shop = T['io.flow.internal.v0.models.shop'];
@@ -35452,6 +35933,7 @@ export const shopifyMarketsMetricsUpserted = T['io.flow.internal.v0.models.shopi
35452
35933
  export const shopifyMarketsOrder = T['io.flow.internal.v0.models.shopify_markets_order'];
35453
35934
  export const shopifyMarketsOrderDeleted = T['io.flow.internal.v0.models.shopify_markets_order_deleted'];
35454
35935
  export const shopifyMarketsOrderUpserted = T['io.flow.internal.v0.models.shopify_markets_order_upserted'];
35936
+ export const shopifyMarketsOrderVersion = T['io.flow.internal.v0.models.shopify_markets_order_version'];
35455
35937
  export const shopifyMarketsOrdersMetrics = T['io.flow.internal.v0.models.shopify_markets_orders_metrics'];
35456
35938
  export const shopifyMarketsQueuedRecord = T['io.flow.internal.v0.models.shopify_markets_queued_record'];
35457
35939
  export const shopifyMarketsQueuedRecordType = T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'];