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

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,
@@ -23007,6 +23300,11 @@ T['io.flow.payment.internal.v0.models.authorization_parameters_form'] = PropType
23007
23300
  origin_url: PropTypes.string,
23008
23301
  });
23009
23302
 
23303
+ T['io.flow.shopify.markets.internal.v0.models.third_party_logistics_partner'] = PropTypes.exact({
23304
+ warehouse_address: T['io.flow.common.v0.models.billing_address'].isRequired,
23305
+ warehouse_url: PropTypes.string,
23306
+ });
23307
+
23010
23308
  T['io.flow.payment.v0.models.inline_authorization_form'] = PropTypes.exact({
23011
23309
  discriminator: PropTypes.oneOf(['inline_authorization_form']).isRequired,
23012
23310
  method: PropTypes.string.isRequired,
@@ -23646,6 +23944,16 @@ T['io.flow.organization.v0.models.invitation_form'] = PropTypes.exact({
23646
23944
  roles: PropTypes.arrayOf(T['io.flow.permission.v0.enums.flow_role']),
23647
23945
  });
23648
23946
 
23947
+ T['io.flow.channel.internal.v0.models.channel_membership_put_form'] = PropTypes.exact({
23948
+ role: T['io.flow.common.v0.enums.role'],
23949
+ });
23950
+
23951
+ T['io.flow.channel.internal.v0.models.channel_membership_form'] = PropTypes.exact({
23952
+ channel_id: PropTypes.string.isRequired,
23953
+ user_id: PropTypes.string.isRequired,
23954
+ role: T['io.flow.common.v0.enums.role'],
23955
+ });
23956
+
23649
23957
  T['io.flow.internal.v0.models.partner_membership_put_form'] = PropTypes.exact({
23650
23958
  role: T['io.flow.common.v0.enums.role'].isRequired,
23651
23959
  });
@@ -25586,6 +25894,11 @@ T['io.flow.payment.v0.unions.authorization'] = PropTypes.oneOfType([
25586
25894
  T['io.flow.payment.v0.models.online_authorization'],
25587
25895
  ]);
25588
25896
 
25897
+ T['io.flow.shopify.markets.internal.v0.models.markets_order'] = PropTypes.exact({
25898
+ shopify_order: T['io.flow.shopify.markets.v0.models.shopify_order'].isRequired,
25899
+ flow_authorization: T['io.flow.payment.v0.unions.authorization'],
25900
+ });
25901
+
25589
25902
  T['io.flow.payment.v0.models.authorization_version'] = PropTypes.exact({
25590
25903
  id: PropTypes.string.isRequired,
25591
25904
  timestamp: PropTypes.string.isRequired,
@@ -26287,6 +26600,37 @@ T['io.flow.token.v0.models.organization_token_v2_reference'] = PropTypes.exact({
26287
26600
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
26288
26601
  });
26289
26602
 
26603
+ T['io.flow.shopify.markets.internal.v0.models.channel_order_summary'] = PropTypes.exact({
26604
+ id: PropTypes.string.isRequired,
26605
+ organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
26606
+ external_order_reference: PropTypes.string.isRequired,
26607
+ order_number: PropTypes.string.isRequired,
26608
+ fulfullment_details: T['io.flow.shopify.markets.internal.v0.models.channel_order_summary_fulfillment_details'].isRequired,
26609
+ });
26610
+
26611
+ T['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'] = PropTypes.exact({
26612
+ discriminator: PropTypes.oneOf(['channel_order_summary_upserted']).isRequired,
26613
+ event_id: PropTypes.string.isRequired,
26614
+ timestamp: PropTypes.string.isRequired,
26615
+ channel_id: PropTypes.string.isRequired,
26616
+ channel_order_summary: T['io.flow.shopify.markets.internal.v0.models.channel_order_summary'].isRequired,
26617
+ });
26618
+
26619
+ T['io.flow.shopify.markets.internal.event.v0.unions.shopify_markets_internal_event'] = PropTypes.oneOfType([
26620
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_upserted'],
26621
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_deleted'],
26622
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_upserted'],
26623
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_deleted'],
26624
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_upserted'],
26625
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_deleted'],
26626
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_upserted'],
26627
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_deleted'],
26628
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_upserted'],
26629
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'],
26630
+ T['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'],
26631
+ T['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_deleted'],
26632
+ ]);
26633
+
26290
26634
  T['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary'] = PropTypes.exact({
26291
26635
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
26292
26636
  number: PropTypes.string.isRequired,
@@ -26698,6 +27042,7 @@ T['io.flow.internal.v0.models.liability_remittance_plan_deleted'] = PropTypes.ex
26698
27042
  T['io.flow.internal.v0.models.trueup_label_summary'] = PropTypes.exact({
26699
27043
  id: PropTypes.string.isRequired,
26700
27044
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
27045
+ order_number: PropTypes.string.isRequired,
26701
27046
  carrier_id: PropTypes.string.isRequired,
26702
27047
  carrier_service_id: PropTypes.string.isRequired,
26703
27048
  carrier_tracking_number: PropTypes.string.isRequired,
@@ -26735,6 +27080,7 @@ T['io.flow.internal.v0.models.order_summary'] = PropTypes.exact({
26735
27080
  T['io.flow.internal.v0.models.fulfillment'] = PropTypes.exact({
26736
27081
  id: PropTypes.string.isRequired,
26737
27082
  fulfilled_at: PropTypes.string.isRequired,
27083
+ owner: T['io.flow.internal.v0.enums.logistics_responsibility'].isRequired,
26738
27084
  currency: PropTypes.string.isRequired,
26739
27085
  order: T['io.flow.internal.v0.models.order_summary'].isRequired,
26740
27086
  origin: T['io.flow.internal.v0.models.fulfillment_origin'],
@@ -27464,6 +27810,28 @@ T['io.flow.partner.v0.models.label'] = PropTypes.exact({
27464
27810
  shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
27465
27811
  });
27466
27812
 
27813
+ T['io.flow.order.price.v0.models.order_price_detail_component'] = PropTypes.exact({
27814
+ key: T['io.flow.order.price.v0.enums.order_price_detail_component_key'].isRequired,
27815
+ currency: PropTypes.string.isRequired,
27816
+ amount: PropTypes.number.isRequired,
27817
+ label: PropTypes.string.isRequired,
27818
+ base: T['io.flow.common.v0.models.price'].isRequired,
27819
+ name: PropTypes.string,
27820
+ });
27821
+
27822
+ T['io.flow.order.price.v0.models.order_price_detail'] = PropTypes.exact({
27823
+ key: T['io.flow.order.price.v0.enums.order_price_detail_key'].isRequired,
27824
+ currency: PropTypes.string.isRequired,
27825
+ amount: PropTypes.number.isRequired,
27826
+ label: PropTypes.string.isRequired,
27827
+ base: T['io.flow.common.v0.models.price'].isRequired,
27828
+ components: PropTypes.arrayOf(T['io.flow.order.price.v0.models.order_price_detail_component']).isRequired,
27829
+ name: PropTypes.string,
27830
+ rate: PropTypes.number,
27831
+ accuracy: T['io.flow.price.v0.enums.price_accuracy'],
27832
+ rate_label: PropTypes.string,
27833
+ });
27834
+
27467
27835
  T['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount'] = PropTypes.exact({
27468
27836
  discriminator: PropTypes.oneOf(['discount']).isRequired,
27469
27837
  price: T['io.flow.common.v0.models.price'].isRequired,
@@ -27682,28 +28050,6 @@ T['io.flow.billing.internal.v0.models.invoice_transaction'] = PropTypes.exact({
27682
28050
  created_at: PropTypes.string.isRequired,
27683
28051
  });
27684
28052
 
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
28053
  T['io.flow.label.v0.models.shipping_label'] = PropTypes.exact({
27708
28054
  id: PropTypes.string.isRequired,
27709
28055
  hop: T['io.flow.label.v0.models.shipping_label_hop_summary'],
@@ -29286,6 +29632,17 @@ T['io.flow.internal.v0.models.account_source'] = PropTypes.exact({
29286
29632
  type: T['io.flow.internal.v0.enums.account_type'].isRequired,
29287
29633
  });
29288
29634
 
29635
+ T['io.flow.internal.v0.models.report_account'] = PropTypes.exact({
29636
+ id: PropTypes.string.isRequired,
29637
+ source: T['io.flow.internal.v0.models.account_source'].isRequired,
29638
+ });
29639
+
29640
+ T['io.flow.internal.v0.models.non_channel_payment_bank_account'] = PropTypes.exact({
29641
+ payment: T['io.flow.internal.v0.models.report_payment'].isRequired,
29642
+ bank_account: T['io.flow.internal.v0.models.report_bank_account'].isRequired,
29643
+ account: T['io.flow.internal.v0.models.report_account'].isRequired,
29644
+ });
29645
+
29289
29646
  T['io.flow.internal.v0.models.flow_account'] = PropTypes.exact({
29290
29647
  source: T['io.flow.internal.v0.models.account_source'].isRequired,
29291
29648
  id: PropTypes.string.isRequired,
@@ -29424,6 +29781,7 @@ T['io.flow.internal.v0.models.account_settings'] = PropTypes.exact({
29424
29781
  merchant_of_record_fee: PropTypes.number,
29425
29782
  duty_guarantee_fee: PropTypes.number,
29426
29783
  transfer_fee: PropTypes.number,
29784
+ negative_balance_guarantee_fee: PropTypes.number,
29427
29785
  order_service_fee: T['io.flow.internal.v0.models.tiered_fee'],
29428
29786
  label_fees: T['io.flow.internal.v0.models.account_setting_label_fees'],
29429
29787
  charge_label_cost_directly: PropTypes.bool.isRequired,
@@ -30448,6 +30806,13 @@ T['io.flow.permission.v0.models.permission_check'] = PropTypes.exact({
30448
30806
  routes: PropTypes.arrayOf(T['io.flow.permission.v0.models.permitted_route']).isRequired,
30449
30807
  });
30450
30808
 
30809
+ T['io.flow.channel.internal.v0.models.channel_membership'] = PropTypes.exact({
30810
+ id: PropTypes.string.isRequired,
30811
+ channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
30812
+ user: T['io.flow.common.v0.unions.expandable_user'].isRequired,
30813
+ role: T['io.flow.common.v0.enums.role'],
30814
+ });
30815
+
30451
30816
  T['io.flow.organization.v0.models.membership'] = PropTypes.exact({
30452
30817
  id: PropTypes.string.isRequired,
30453
30818
  organization: T['io.flow.common.v0.unions.expandable_organization'].isRequired,
@@ -30945,7 +31310,6 @@ T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
30945
31310
  'fulfillment_in_transit',
30946
31311
  'fulfillment_shipping_notification',
30947
31312
  'fulfillment_external',
30948
- 'fulfillment_order_cancellation',
30949
31313
  'fulfillment_order_combined_shipment',
30950
31314
  'fulfillment_order_time',
30951
31315
  'label_tracking_summary',
@@ -30963,6 +31327,8 @@ T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
30963
31327
  'statement_email',
30964
31328
  'statement_summary_email',
30965
31329
  'pending_payout_transaction_event',
31330
+ 'credit_and_subsidy',
31331
+ 'negative_balance_guarantee',
30966
31332
  ]);
30967
31333
 
30968
31334
  T['io.flow.internal.v0.enums.rate_level_key'] = PropTypes.oneOf([
@@ -31520,6 +31886,14 @@ T['io.flow.internal.v0.models.install_form'] = PropTypes.exact({
31520
31886
  token: PropTypes.string.isRequired,
31521
31887
  });
31522
31888
 
31889
+ T['io.flow.internal.v0.models.invoice_info_form'] = PropTypes.exact({
31890
+ invoice_number: PropTypes.string.isRequired,
31891
+ invoice_date: PropTypes.string.isRequired,
31892
+ currency_code: PropTypes.string.isRequired,
31893
+ invoice_amount: PropTypes.string.isRequired,
31894
+ control_id: PropTypes.string,
31895
+ });
31896
+
31523
31897
  T['io.flow.internal.v0.models.item_classification_form'] = PropTypes.exact({
31524
31898
  organization: PropTypes.string.isRequired,
31525
31899
  uid: PropTypes.string.isRequired,
@@ -32083,8 +32457,6 @@ T['io.flow.return.v0.models.return_reason_put_form'] = PropTypes.exact({
32083
32457
  name: PropTypes.string,
32084
32458
  });
32085
32459
 
32086
- T['io.flow.units.v0.enums.unit_of_volume'] = PropTypes.oneOf(['cubic_inch', 'cubic_meter']);
32087
-
32088
32460
  T['io.flow.channel.v0.models.channel_authorization'] = PropTypes.exact({
32089
32461
  placeholder: PropTypes.string,
32090
32462
  });
@@ -32402,6 +32774,101 @@ T['io.flow.brickftp.v0.models.file_upload_metadata'] = PropTypes.exact({
32402
32774
  upload_uri: PropTypes.string.isRequired,
32403
32775
  });
32404
32776
 
32777
+ T['io.flow.units.v0.enums.unit_of_volume'] = PropTypes.oneOf(['cubic_inch', 'cubic_meter']);
32778
+ T['io.flow.shopify.markets.internal.v0.enums.any_dangerous_goods'] = PropTypes.oneOf(['yes', 'no', 'i_dont_know']);
32779
+ T['io.flow.shopify.markets.internal.v0.enums.api_call_reference_id'] = PropTypes.oneOf(['duty_rates_data_event', 'integration_test', 'unit_test']);
32780
+ T['io.flow.shopify.markets.internal.v0.enums.product_status'] = PropTypes.oneOf(['active', 'archived', 'draft']);
32781
+
32782
+ T['io.flow.shopify.markets.internal.v0.enums.shopify_markets_dangerous_goods'] = PropTypes.oneOf([
32783
+ 'aerosols',
32784
+ 'air_bag_inflators_or_seat_belt_pretensioners',
32785
+ 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume',
32786
+ 'batteries',
32787
+ 'carbon_dioxide_or_dry_ice',
32788
+ 'corrosives',
32789
+ 'cannabidiol_products',
32790
+ 'cologne_or_perfume',
32791
+ 'currency_or_gift_cards_or_monetary_instruments',
32792
+ 'exotic_leather_goods',
32793
+ 'environmental_waste',
32794
+ 'explosives_or_ammunition',
32795
+ 'flammable_liquids',
32796
+ 'gases',
32797
+ 'hazardous_or_combustible_materials',
32798
+ 'infectious_or_biological_substances',
32799
+ 'knives',
32800
+ 'matches_or_lighter_or_lighter_refills',
32801
+ 'nail_polish',
32802
+ 'oxidizing_materials_or_organic_peroxides',
32803
+ 'pornography',
32804
+ 'prohibited_carriage',
32805
+ 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances',
32806
+ ]);
32807
+
32808
+ T['io.flow.shopify.markets.internal.v0.enums.shopify_markets_hts_number_available'] = PropTypes.oneOf(['yes', 'no', 'i_dont_know']);
32809
+
32810
+ T['io.flow.shopify.markets.internal.v0.enums.shopify_markets_trade_sector'] = PropTypes.oneOf([
32811
+ 'apparel_and_accessories',
32812
+ 'beauty_and_cosmetics',
32813
+ 'electronics',
32814
+ 'food_or_perishables',
32815
+ 'jewellery_and_watches',
32816
+ 'paper_and_art',
32817
+ 'sports_and_fitness',
32818
+ 'toys_hobbies_gifts',
32819
+ 'other',
32820
+ ]);
32821
+
32822
+ T['io.flow.shopify.markets.internal.v0.models.shipping_lane'] = PropTypes.exact({
32823
+ origin: PropTypes.string.isRequired,
32824
+ destination: PropTypes.string.isRequired,
32825
+ });
32826
+
32827
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_queued_record'] = PropTypes.exact({
32828
+ id: PropTypes.string.isRequired,
32829
+ type: PropTypes.string.isRequired,
32830
+ type_id: PropTypes.string.isRequired,
32831
+ organization_id: PropTypes.string.isRequired,
32832
+ environment: PropTypes.string,
32833
+ num_attempts: PropTypes.number.isRequired,
32834
+ next_attempt_at: PropTypes.string.isRequired,
32835
+ errors: PropTypes.arrayOf(PropTypes.string),
32836
+ stacktrace: PropTypes.string,
32837
+ });
32838
+
32839
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_form'] = PropTypes.exact({
32840
+ shop: PropTypes.string.isRequired,
32841
+ domain: PropTypes.string.isRequired,
32842
+ myshopify_domain: PropTypes.string.isRequired,
32843
+ shared_secret: PropTypes.string.isRequired,
32844
+ api_key: PropTypes.string,
32845
+ api_password: PropTypes.string,
32846
+ access_token: PropTypes.string,
32847
+ });
32848
+
32849
+ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_sync'] = PropTypes.exact({
32850
+ force_resync: PropTypes.bool,
32851
+ });
32852
+
32853
+ T['io.flow.shopify.markets.internal.v0.models.shopify_order_cancel_form'] = PropTypes.exact({
32854
+ note: PropTypes.string,
32855
+ });
32856
+
32857
+ T['io.flow.shopify.markets.internal.v0.models.shopify_order_cancel_response'] = PropTypes.exact({
32858
+ shopify_order_cancellation_id: PropTypes.string.isRequired,
32859
+ shopify_order_id: PropTypes.number.isRequired,
32860
+ message: PropTypes.string.isRequired,
32861
+ });
32862
+
32863
+ T['io.flow.shopify.markets.internal.v0.models.third_party_logistics_pick_up_time_window'] = PropTypes.exact({
32864
+ from: PropTypes.string.isRequired,
32865
+ to: PropTypes.string.isRequired,
32866
+ });
32867
+
32868
+ T['io.flow.shopify.markets.internal.v0.models.webhook'] = PropTypes.exact({
32869
+ placeholder: PropTypes.string,
32870
+ });
32871
+
32405
32872
  T['io.flow.consumer.invoice.v0.models.consumer_invoice_form'] = PropTypes.exact({
32406
32873
  order_number: PropTypes.string.isRequired,
32407
32874
  attributes: PropTypes.objectOf(PropTypes.string),
@@ -32674,6 +33141,10 @@ T['io.flow.payment.gateway.v0.models.payment_reversal_form'] = PropTypes.exact({
32674
33141
  currency: PropTypes.string,
32675
33142
  });
32676
33143
 
33144
+ T['io.flow.channel.internal.v0.models.flow_channel_organization'] = PropTypes.exact({
33145
+ placeholder: PropTypes.string,
33146
+ });
33147
+
32677
33148
  T['io.flow.payment.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
32678
33149
  T['io.flow.payment.internal.v0.enums.risk_check'] = PropTypes.oneOf(['three_d_secure']);
32679
33150
 
@@ -33174,7 +33645,6 @@ T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
33174
33645
  'fulfillment_in_transit',
33175
33646
  'fulfillment_shipping_notification',
33176
33647
  'fulfillment_external',
33177
- 'fulfillment_order_cancellation',
33178
33648
  'fulfillment_order_combined_shipment',
33179
33649
  'fulfillment_order_time',
33180
33650
  'label_tracking_summary',
@@ -33192,6 +33662,8 @@ T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
33192
33662
  'statement_email',
33193
33663
  'statement_summary_email',
33194
33664
  'pending_payout_transaction_event',
33665
+ 'credit_and_subsidy',
33666
+ 'negative_balance_guarantee',
33195
33667
  ]);
33196
33668
 
33197
33669
  T['io.flow.billing.internal.v0.enums.tax_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'tax']);
@@ -33694,7 +34166,8 @@ export const carrierChargeFileForm = T['io.flow.internal.v0.models.carrier_charg
33694
34166
  export const carrierChargeFileResult = T['io.flow.internal.v0.models.carrier_charge_file_result'];
33695
34167
  export const carrierChargeForm = T['io.flow.internal.v0.unions.carrier_charge_form'];
33696
34168
  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'];
34169
+ export const carrierChargeFormOther = T['io.flow.internal.v0.models.carrier_charge_form_other'];
34170
+ export const carrierChargeOtherReason = T['io.flow.internal.v0.enums.carrier_charge_other_reason'];
33698
34171
  export const carrierChargeUnits = T['io.flow.internal.v0.models.carrier_charge_units'];
33699
34172
  export const carrierCredentials = T['io.flow.internal.v0.unions.carrier_credentials'];
33700
34173
  export const carrierInvoice = T['io.flow.internal.v0.models.carrier_invoice'];
@@ -34925,6 +35398,7 @@ export const localizedPriceBookItemData = T['io.flow.internal.v0.models.localize
34925
35398
  export const localizedPriceBookItemDeleted = T['io.flow.internal.v0.models.localized_price_book_item_deleted'];
34926
35399
  export const localizedPriceBookItemUpserted = T['io.flow.internal.v0.models.localized_price_book_item_upserted'];
34927
35400
  export const location = T['io.flow.internal.v0.models.location'];
35401
+ export const logisticsResponsibility = T['io.flow.internal.v0.enums.logistics_responsibility'];
34928
35402
  export const logo = T['io.flow.internal.v0.models.logo'];
34929
35403
  export const loyaltyProgram = T['io.flow.internal.v0.models.loyalty_program'];
34930
35404
  export const loyaltyProgramMessage = T['io.flow.internal.v0.models.loyalty_program_message'];
@@ -35022,6 +35496,7 @@ export const nextBillingStatement = T['io.flow.internal.v0.models.next_billing_s
35022
35496
  export const noCalculatedTaxAmount = T['io.flow.internal.v0.models.no_calculated_tax_amount'];
35023
35497
  export const noClassificationForm = T['io.flow.internal.v0.models.no_classification_form'];
35024
35498
  export const noLiabilityReasonCode = T['io.flow.internal.v0.enums.no_liability_reason_code'];
35499
+ export const nonChannelPaymentBankAccount = T['io.flow.internal.v0.models.non_channel_payment_bank_account'];
35025
35500
  export const notification = T['io.flow.internal.v0.models.notification'];
35026
35501
  export const onboardingAuditMessage = T['io.flow.internal.v0.models.onboarding_audit_message'];
35027
35502
  export const onboardingAuditMessageLevel = T['io.flow.internal.v0.enums.onboarding_audit_message_level'];
@@ -35335,8 +35810,11 @@ export const registeredExporterTariffEligibilityData = T['io.flow.internal.v0.mo
35335
35810
  export const registeredExporterTariffEligibilityForm = T['io.flow.internal.v0.models.registered_exporter_tariff_eligibility_form'];
35336
35811
  export const rejectionReason = T['io.flow.internal.v0.enums.rejection_reason'];
35337
35812
  export const report = T['io.flow.internal.v0.models.report'];
35813
+ export const reportAccount = T['io.flow.internal.v0.models.report_account'];
35814
+ export const reportBankAccount = T['io.flow.internal.v0.models.report_bank_account'];
35338
35815
  export const reportForm = T['io.flow.internal.v0.models.report_form'];
35339
35816
  export const reportInterval = T['io.flow.internal.v0.enums.report_interval'];
35817
+ export const reportPayment = T['io.flow.internal.v0.models.report_payment'];
35340
35818
  export const reportRuleDecision = T['io.flow.internal.v0.models.report_rule_decision'];
35341
35819
  export const reportStatus = T['io.flow.internal.v0.enums.report_status'];
35342
35820
  export const reportSummary = T['io.flow.internal.v0.models.report_summary'];
@@ -35418,7 +35896,6 @@ export const sessionRolloutForm = T['io.flow.internal.v0.models.session_rollout_
35418
35896
  export const setupBlockPutForm = T['io.flow.internal.v0.models.setup_block_put_form'];
35419
35897
  export const sfExpress = T['io.flow.internal.v0.models.sf_express'];
35420
35898
  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
35899
  export const shippingLane = T['io.flow.internal.v0.models.shipping_lane'];
35423
35900
  export const shippingMethodReference = T['io.flow.internal.v0.models.shipping_method_reference'];
35424
35901
  export const shop = T['io.flow.internal.v0.models.shop'];
@@ -35452,6 +35929,7 @@ export const shopifyMarketsMetricsUpserted = T['io.flow.internal.v0.models.shopi
35452
35929
  export const shopifyMarketsOrder = T['io.flow.internal.v0.models.shopify_markets_order'];
35453
35930
  export const shopifyMarketsOrderDeleted = T['io.flow.internal.v0.models.shopify_markets_order_deleted'];
35454
35931
  export const shopifyMarketsOrderUpserted = T['io.flow.internal.v0.models.shopify_markets_order_upserted'];
35932
+ export const shopifyMarketsOrderVersion = T['io.flow.internal.v0.models.shopify_markets_order_version'];
35455
35933
  export const shopifyMarketsOrdersMetrics = T['io.flow.internal.v0.models.shopify_markets_orders_metrics'];
35456
35934
  export const shopifyMarketsQueuedRecord = T['io.flow.internal.v0.models.shopify_markets_queued_record'];
35457
35935
  export const shopifyMarketsQueuedRecordType = T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'];