@flowio/api-prop-types 10.16.80 → 10.16.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/api.js CHANGED
@@ -877,7 +877,7 @@ T['io.flow.shopify.external.v0.models.graphql_weight'] = PropTypes.exact({
877
877
  });
878
878
 
879
879
  T['io.flow.shopify.external.v0.models.graphql_measurement'] = PropTypes.exact({
880
- weight: T['io.flow.shopify.external.v0.models.graphql_weight'].isRequired,
880
+ weight: T['io.flow.shopify.external.v0.models.graphql_weight'],
881
881
  });
882
882
 
883
883
  T['io.flow.shopify.external.v0.models.graphql_inventory_item'] = PropTypes.exact({
@@ -996,7 +996,17 @@ T['io.flow.stripe.v0.models.source_klarna_request'] = PropTypes.exact({
996
996
 
997
997
  T['io.flow.stripe.v0.enums.three_d_secure_support'] = PropTypes.oneOf(['required', 'recommended', 'optional', 'not_supported']);
998
998
  T['io.flow.stripe.v0.enums.refund_reason'] = PropTypes.oneOf(['duplicate', 'fraudulent', 'requested_by_customer']);
999
- T['io.flow.stripe.v0.enums.refund_failure_reason'] = PropTypes.oneOf(['lost_or_stolen_card', 'expired_or_canceled_card', 'unknown']);
999
+
1000
+ T['io.flow.stripe.v0.enums.refund_failure_reason'] = PropTypes.oneOf([
1001
+ 'charge_for_pending_refund_disputed',
1002
+ 'declined',
1003
+ 'expired_or_canceled_card',
1004
+ 'insufficient_funds',
1005
+ 'lost_or_stolen_card',
1006
+ 'merchant_request',
1007
+ 'unknown',
1008
+ ]);
1009
+
1000
1010
  T['io.flow.stripe.v0.enums.refund_status'] = PropTypes.oneOf(['succeeded', 'failed', 'pending', 'canceled']);
1001
1011
 
1002
1012
  T['io.flow.stripe.v0.enums.stored_credential_transaction_type'] = PropTypes.oneOf([
@@ -4313,6 +4323,8 @@ T['io.flow.v0.models.product_restriction_result'] = PropTypes.exact({
4313
4323
  review_status: T['io.flow.v0.enums.review_status'],
4314
4324
  rules: PropTypes.arrayOf(T['io.flow.v0.enums.product_restriction_rule']),
4315
4325
  updated_by: PropTypes.string,
4326
+ product_restriction_id: PropTypes.string,
4327
+ hs_code: PropTypes.string,
4316
4328
  });
4317
4329
 
4318
4330
  T['io.flow.v0.models.product_restriction_result_upserted'] = PropTypes.exact({
@@ -4376,7 +4388,7 @@ T['io.flow.v0.models.physical_delivery_preferred_service'] = PropTypes.exact({
4376
4388
  selection_stratey: T['io.flow.v0.enums.preferred_service_selection_strategy'].isRequired,
4377
4389
  });
4378
4390
 
4379
- T['io.flow.v0.enums.flow_entity'] = PropTypes.oneOf(['flow-usa', 'flow-irl', 'flow-can']);
4391
+ T['io.flow.v0.enums.flow_entity'] = PropTypes.oneOf(['flow-usa', 'flow-irl', 'flow-can', 'ge-usa']);
4380
4392
  T['io.flow.v0.enums.goods_supply'] = PropTypes.oneOf(['export', 'intra_community', 'local']);
4381
4393
  T['io.flow.v0.enums.physical_delivery_special_serivce'] = PropTypes.oneOf(['cold_storage', 'hazardous', 'perishable']);
4382
4394
  T['io.flow.v0.enums.fulfillment_routing'] = PropTypes.oneOf(['fulfilled_from_center', 'fulfillment_service']);
@@ -4457,11 +4469,31 @@ T['io.flow.v0.models.payment_method_data_validate_applepay'] = PropTypes.exact({
4457
4469
  validation_url: PropTypes.string.isRequired,
4458
4470
  });
4459
4471
 
4472
+ T['io.flow.v0.models.payment_method_data_init_vipps'] = PropTypes.exact({
4473
+ type: PropTypes.oneOf(['init_vipps']).isRequired,
4474
+ reference: PropTypes.string,
4475
+ });
4476
+
4477
+ T['io.flow.v0.models.payment_method_data_init_grabpay'] = PropTypes.exact({
4478
+ type: PropTypes.oneOf(['init_grabpay']).isRequired,
4479
+ reference: PropTypes.string,
4480
+ });
4481
+
4460
4482
  T['io.flow.v0.models.payment_method_data_init_bancontact'] = PropTypes.exact({
4461
4483
  type: PropTypes.oneOf(['init_bancontact']).isRequired,
4462
4484
  reference: PropTypes.string,
4463
4485
  });
4464
4486
 
4487
+ T['io.flow.v0.models.payment_method_data_init_kcp_creditcard'] = PropTypes.exact({
4488
+ type: PropTypes.oneOf(['init_kcp_creditcard']).isRequired,
4489
+ reference: PropTypes.string,
4490
+ });
4491
+
4492
+ T['io.flow.v0.models.payment_method_data_init_mobilepay'] = PropTypes.exact({
4493
+ type: PropTypes.oneOf(['init_mobilepay']).isRequired,
4494
+ reference: PropTypes.string,
4495
+ });
4496
+
4465
4497
  T['io.flow.v0.models.payment_method_data_init_przelewy24'] = PropTypes.exact({
4466
4498
  type: PropTypes.oneOf(['init_przelewy24']).isRequired,
4467
4499
  reference: PropTypes.string,
@@ -4681,6 +4713,10 @@ T['io.flow.v0.enums.payment_type'] = PropTypes.oneOf([
4681
4713
  'bancontact',
4682
4714
  'twint',
4683
4715
  'przelewy24',
4716
+ 'mobilepay',
4717
+ 'grabpay',
4718
+ 'vipps',
4719
+ 'kcp_creditcard',
4684
4720
  ]);
4685
4721
 
4686
4722
  T['io.flow.v0.enums.payment_method_rule_content_key'] = PropTypes.oneOf(['description']);
@@ -5517,6 +5553,7 @@ T['io.flow.v0.enums.trueup_surcharge_type'] = PropTypes.oneOf([
5517
5553
  'direct_delivery',
5518
5554
  'saturday_stop',
5519
5555
  'residential_extended_area_pickup',
5556
+ 'package_level_detail',
5520
5557
  ]);
5521
5558
 
5522
5559
  T['io.flow.v0.models.trueup_label_surcharge'] = PropTypes.exact({
@@ -6369,6 +6406,21 @@ T['io.flow.v0.models.ratecard_region_reference'] = PropTypes.exact({
6369
6406
  id: PropTypes.string.isRequired,
6370
6407
  });
6371
6408
 
6409
+ T['io.flow.v0.enums.refund_failure_category'] = PropTypes.oneOf([
6410
+ 'amount_too_high',
6411
+ 'amount_too_low',
6412
+ 'not_enough_balance',
6413
+ 'insufficient_funds',
6414
+ 'refund_period_expired',
6415
+ 'dispute',
6416
+ 'not_captured',
6417
+ 'unsupported_payment_method',
6418
+ 'unsupported_partial_refund',
6419
+ 'invalid_currency',
6420
+ 'card_no_longer_valid',
6421
+ 'general',
6422
+ ]);
6423
+
6372
6424
  T['io.flow.v0.enums.refund_status'] = PropTypes.oneOf(['pending', 'succeeded', 'failed', 'canceled']);
6373
6425
 
6374
6426
  T['io.flow.v0.models.payment_refund_status'] = PropTypes.exact({
@@ -6501,7 +6553,6 @@ T['io.flow.v0.enums.package_dimensions_source'] = PropTypes.oneOf([
6501
6553
  ]);
6502
6554
 
6503
6555
  T['io.flow.v0.enums.shipment_recipient'] = PropTypes.oneOf(['customer', 'return', 'crossdock']);
6504
- T['io.flow.v0.enums.direction'] = PropTypes.oneOf(['outbound', 'return']);
6505
6556
  T['io.flow.v0.enums.levy_component'] = PropTypes.oneOf(['goods', 'duty', 'insurance', 'freight', 'vat']);
6506
6557
 
6507
6558
  T['io.flow.v0.models.deminimis_simple'] = PropTypes.exact({
@@ -6690,51 +6741,6 @@ T['io.flow.v0.models.shipping_label_lane_summary'] = PropTypes.exact({
6690
6741
  weight_break: PropTypes.number,
6691
6742
  });
6692
6743
 
6693
- T['io.flow.v0.models.ratecard_form'] = PropTypes.exact({
6694
- direction: T['io.flow.v0.enums.direction'].isRequired,
6695
- effective_at: PropTypes.string.isRequired,
6696
- origination_zones: PropTypes.arrayOf(T['io.flow.v0.models.zone']).isRequired,
6697
- service: PropTypes.string.isRequired,
6698
- number: PropTypes.string,
6699
- rate_level_key: PropTypes.string,
6700
- ratecard_owner: T['io.flow.v0.enums.ratecard_owner'],
6701
- glbe_shipping_method_id: PropTypes.string,
6702
- glbe_proposition_name: PropTypes.string,
6703
- channel_revenue_share_percentage: PropTypes.number,
6704
- data: PropTypes.objectOf(PropTypes.string),
6705
- });
6706
-
6707
- T['io.flow.v0.models.ratecard'] = PropTypes.exact({
6708
- id: PropTypes.string.isRequired,
6709
- number: PropTypes.string.isRequired,
6710
- rate_level_key: PropTypes.string,
6711
- direction: T['io.flow.v0.enums.direction'].isRequired,
6712
- effective_at: PropTypes.string.isRequired,
6713
- origination_zones: PropTypes.arrayOf(T['io.flow.v0.models.zone']).isRequired,
6714
- service: T['io.flow.v0.models.ratecard_service_summary'].isRequired,
6715
- published_at: PropTypes.string,
6716
- ratecard_owner: T['io.flow.v0.enums.ratecard_owner'].isRequired,
6717
- glbe_shipping_method_id: PropTypes.string,
6718
- glbe_proposition_name: PropTypes.string,
6719
- channel_revenue_share_percentage: PropTypes.number,
6720
- });
6721
-
6722
- T['io.flow.v0.models.ratecard_upserted'] = PropTypes.exact({
6723
- discriminator: PropTypes.oneOf(['ratecard_upserted']).isRequired,
6724
- event_id: PropTypes.string.isRequired,
6725
- timestamp: PropTypes.string.isRequired,
6726
- organization: PropTypes.string.isRequired,
6727
- ratecard: T['io.flow.v0.models.ratecard'].isRequired,
6728
- });
6729
-
6730
- T['io.flow.v0.models.ratecard_deleted'] = PropTypes.exact({
6731
- discriminator: PropTypes.oneOf(['ratecard_deleted']).isRequired,
6732
- event_id: PropTypes.string.isRequired,
6733
- timestamp: PropTypes.string.isRequired,
6734
- organization: PropTypes.string.isRequired,
6735
- ratecard: T['io.flow.v0.models.ratecard'].isRequired,
6736
- });
6737
-
6738
6744
  T['io.flow.v0.models.ratecard_summary'] = PropTypes.exact({
6739
6745
  id: PropTypes.string.isRequired,
6740
6746
  number: PropTypes.string.isRequired,
@@ -7481,6 +7487,7 @@ T['io.flow.v0.enums.transaction_source'] = PropTypes.oneOf([
7481
7487
  'virtual_card_capture',
7482
7488
  'virtual_card_refund',
7483
7489
  'failed_payout',
7490
+ 'tax_refund',
7484
7491
  ]);
7485
7492
 
7486
7493
  T['io.flow.v0.models.parent_transaction_summary'] = PropTypes.exact({
@@ -8076,6 +8083,11 @@ T['io.flow.v0.models.payment_payment_method'] = PropTypes.exact({
8076
8083
  possible_actions: PropTypes.arrayOf(T['io.flow.v0.enums.payment_action_type']).isRequired,
8077
8084
  });
8078
8085
 
8086
+ T['io.flow.v0.models.payment_method_summary_vipps'] = PropTypes.exact({
8087
+ type: PropTypes.oneOf(['vipps']).isRequired,
8088
+ merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
8089
+ });
8090
+
8079
8091
  T['io.flow.v0.models.payment_method_summary_twint'] = PropTypes.exact({
8080
8092
  type: PropTypes.oneOf(['twint']).isRequired,
8081
8093
  merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
@@ -8096,17 +8108,32 @@ T['io.flow.v0.models.payment_method_summary_paypal'] = PropTypes.exact({
8096
8108
  merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
8097
8109
  });
8098
8110
 
8111
+ T['io.flow.v0.models.payment_method_summary_mobilepay'] = PropTypes.exact({
8112
+ type: PropTypes.oneOf(['mobilepay']).isRequired,
8113
+ merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
8114
+ });
8115
+
8099
8116
  T['io.flow.v0.models.payment_method_summary_klarna'] = PropTypes.exact({
8100
8117
  type: PropTypes.oneOf(['klarna']).isRequired,
8101
8118
  merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
8102
8119
  });
8103
8120
 
8121
+ T['io.flow.v0.models.payment_method_summary_kcp_creditcard'] = PropTypes.exact({
8122
+ type: PropTypes.oneOf(['kcp_creditcard']).isRequired,
8123
+ merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
8124
+ });
8125
+
8104
8126
  T['io.flow.v0.models.payment_method_summary_ideal'] = PropTypes.exact({
8105
8127
  type: PropTypes.oneOf(['ideal']).isRequired,
8106
8128
  merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
8107
8129
  issuer: PropTypes.string,
8108
8130
  });
8109
8131
 
8132
+ T['io.flow.v0.models.payment_method_summary_grabpay'] = PropTypes.exact({
8133
+ type: PropTypes.oneOf(['grabpay']).isRequired,
8134
+ merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
8135
+ });
8136
+
8110
8137
  T['io.flow.v0.models.payment_method_summary_googlepay'] = PropTypes.exact({
8111
8138
  type: PropTypes.oneOf(['googlepay']).isRequired,
8112
8139
  merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
@@ -8210,7 +8237,11 @@ T['io.flow.v0.unions.payment_method_data'] = PropTypes.oneOfType([
8210
8237
  T['io.flow.v0.models.payment_method_data_init_sofort'],
8211
8238
  T['io.flow.v0.models.payment_method_data_init_twint'],
8212
8239
  T['io.flow.v0.models.payment_method_data_init_przelewy24'],
8240
+ T['io.flow.v0.models.payment_method_data_init_mobilepay'],
8241
+ T['io.flow.v0.models.payment_method_data_init_kcp_creditcard'],
8213
8242
  T['io.flow.v0.models.payment_method_data_init_bancontact'],
8243
+ T['io.flow.v0.models.payment_method_data_init_grabpay'],
8244
+ T['io.flow.v0.models.payment_method_data_init_vipps'],
8214
8245
  T['io.flow.v0.models.payment_method_data_validate_applepay'],
8215
8246
  T['io.flow.v0.models.payment_method_data_authorize_card'],
8216
8247
  T['io.flow.v0.models.payment_method_data_authorize_googlepay'],
@@ -8495,6 +8526,53 @@ T['io.flow.v0.models.schedule'] = PropTypes.exact({
8495
8526
  max_lead_time: PropTypes.number,
8496
8527
  });
8497
8528
 
8529
+ T['io.flow.v0.enums.direction'] = PropTypes.oneOf(['outbound', 'return']);
8530
+
8531
+ T['io.flow.v0.models.ratecard_form'] = PropTypes.exact({
8532
+ direction: T['io.flow.v0.enums.direction'].isRequired,
8533
+ effective_at: PropTypes.string.isRequired,
8534
+ origination_zones: PropTypes.arrayOf(T['io.flow.v0.models.zone']).isRequired,
8535
+ service: PropTypes.string.isRequired,
8536
+ number: PropTypes.string,
8537
+ rate_level_key: PropTypes.string,
8538
+ ratecard_owner: T['io.flow.v0.enums.ratecard_owner'],
8539
+ glbe_shipping_method_id: PropTypes.string,
8540
+ glbe_proposition_name: PropTypes.string,
8541
+ channel_revenue_share_percentage: PropTypes.number,
8542
+ data: PropTypes.objectOf(PropTypes.string),
8543
+ });
8544
+
8545
+ T['io.flow.v0.models.ratecard'] = PropTypes.exact({
8546
+ id: PropTypes.string.isRequired,
8547
+ number: PropTypes.string.isRequired,
8548
+ rate_level_key: PropTypes.string,
8549
+ direction: T['io.flow.v0.enums.direction'].isRequired,
8550
+ effective_at: PropTypes.string.isRequired,
8551
+ origination_zones: PropTypes.arrayOf(T['io.flow.v0.models.zone']).isRequired,
8552
+ service: T['io.flow.v0.models.ratecard_service_summary'].isRequired,
8553
+ published_at: PropTypes.string,
8554
+ ratecard_owner: T['io.flow.v0.enums.ratecard_owner'].isRequired,
8555
+ glbe_shipping_method_id: PropTypes.string,
8556
+ glbe_proposition_name: PropTypes.string,
8557
+ channel_revenue_share_percentage: PropTypes.number,
8558
+ });
8559
+
8560
+ T['io.flow.v0.models.ratecard_upserted'] = PropTypes.exact({
8561
+ discriminator: PropTypes.oneOf(['ratecard_upserted']).isRequired,
8562
+ event_id: PropTypes.string.isRequired,
8563
+ timestamp: PropTypes.string.isRequired,
8564
+ organization: PropTypes.string.isRequired,
8565
+ ratecard: T['io.flow.v0.models.ratecard'].isRequired,
8566
+ });
8567
+
8568
+ T['io.flow.v0.models.ratecard_deleted'] = PropTypes.exact({
8569
+ discriminator: PropTypes.oneOf(['ratecard_deleted']).isRequired,
8570
+ event_id: PropTypes.string.isRequired,
8571
+ timestamp: PropTypes.string.isRequired,
8572
+ organization: PropTypes.string.isRequired,
8573
+ ratecard: T['io.flow.v0.models.ratecard'].isRequired,
8574
+ });
8575
+
8498
8576
  T['io.flow.v0.models.carrier_reference'] = PropTypes.exact({
8499
8577
  id: PropTypes.string.isRequired,
8500
8578
  });
@@ -10467,9 +10545,13 @@ T['io.flow.v0.unions.payment_method_summary'] = PropTypes.oneOfType([
10467
10545
  T['io.flow.v0.models.payment_method_summary_paypal'],
10468
10546
  T['io.flow.v0.models.payment_method_summary_ideal'],
10469
10547
  T['io.flow.v0.models.payment_method_summary_twint'],
10548
+ T['io.flow.v0.models.payment_method_summary_vipps'],
10470
10549
  T['io.flow.v0.models.payment_method_summary_przelewy24'],
10550
+ T['io.flow.v0.models.payment_method_summary_mobilepay'],
10551
+ T['io.flow.v0.models.payment_method_summary_kcp_creditcard'],
10471
10552
  T['io.flow.v0.models.payment_method_summary_sofort'],
10472
10553
  T['io.flow.v0.models.payment_method_summary_bancontact'],
10554
+ T['io.flow.v0.models.payment_method_summary_grabpay'],
10473
10555
  ]);
10474
10556
 
10475
10557
  T['io.flow.v0.models.payment_authorization'] = PropTypes.exact({
@@ -11074,6 +11156,8 @@ T['io.flow.v0.models.refund'] = PropTypes.exact({
11074
11156
  attributes: PropTypes.objectOf(PropTypes.string),
11075
11157
  status: T['io.flow.v0.enums.refund_status'],
11076
11158
  base: T['io.flow.v0.models.money'],
11159
+ failure_category: T['io.flow.v0.enums.refund_failure_category'],
11160
+ failure_psp_reason: PropTypes.string,
11077
11161
  });
11078
11162
 
11079
11163
  T['io.flow.v0.models.refund_version'] = PropTypes.exact({
@@ -11824,6 +11908,30 @@ T['io.flow.v0.models.item_version'] = PropTypes.exact({
11824
11908
  item: T['io.flow.v0.models.item'].isRequired,
11825
11909
  });
11826
11910
 
11911
+ T['io.flow.v0.models.item_updated'] = PropTypes.exact({
11912
+ discriminator: PropTypes.oneOf(['item_updated']).isRequired,
11913
+ event_id: PropTypes.string.isRequired,
11914
+ timestamp: PropTypes.string.isRequired,
11915
+ organization: PropTypes.string.isRequired,
11916
+ item: T['io.flow.v0.models.item'].isRequired,
11917
+ });
11918
+
11919
+ T['io.flow.v0.models.item_inserted'] = PropTypes.exact({
11920
+ discriminator: PropTypes.oneOf(['item_inserted']).isRequired,
11921
+ event_id: PropTypes.string.isRequired,
11922
+ timestamp: PropTypes.string.isRequired,
11923
+ organization: PropTypes.string.isRequired,
11924
+ item: T['io.flow.v0.models.item'].isRequired,
11925
+ });
11926
+
11927
+ T['io.flow.v0.models.item_deleted'] = PropTypes.exact({
11928
+ discriminator: PropTypes.oneOf(['item_deleted']).isRequired,
11929
+ event_id: PropTypes.string.isRequired,
11930
+ timestamp: PropTypes.string.isRequired,
11931
+ organization: PropTypes.string.isRequired,
11932
+ item: T['io.flow.v0.models.item'].isRequired,
11933
+ });
11934
+
11827
11935
  T['io.flow.v0.models.checkout_item_content'] = PropTypes.exact({
11828
11936
  item: T['io.flow.v0.models.item'].isRequired,
11829
11937
  name: PropTypes.string.isRequired,
@@ -13470,6 +13578,7 @@ T['io.flow.v0.models.summary_shipping_label_form'] = PropTypes.exact({
13470
13578
  order_number: PropTypes.string.isRequired,
13471
13579
  items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']).isRequired,
13472
13580
  center_key: PropTypes.string,
13581
+ direction: T['io.flow.v0.enums.direction'],
13473
13582
  });
13474
13583
 
13475
13584
  T['io.flow.v0.models.ratecard_estimate_v4'] = PropTypes.exact({
@@ -13723,6 +13832,7 @@ T['io.flow.v0.models.shipping_label'] = PropTypes.exact({
13723
13832
  additional_services_requested: PropTypes.arrayOf(T['io.flow.v0.models.additional_services_requested']),
13724
13833
  created_at: PropTypes.string,
13725
13834
  updated_at: PropTypes.string,
13835
+ direction: T['io.flow.v0.enums.direction'],
13726
13836
  });
13727
13837
 
13728
13838
  T['io.flow.v0.models.shipping_label_version'] = PropTypes.exact({
@@ -13837,6 +13947,9 @@ T['io.flow.v0.unions.event'] = PropTypes.oneOfType([
13837
13947
  T['io.flow.v0.models.subcatalog_item_deleted'],
13838
13948
  T['io.flow.v0.models.catalog_statistics_upserted'],
13839
13949
  T['io.flow.v0.models.catalog_statistics_deleted'],
13950
+ T['io.flow.v0.models.item_inserted'],
13951
+ T['io.flow.v0.models.item_updated'],
13952
+ T['io.flow.v0.models.item_deleted'],
13840
13953
  T['io.flow.v0.models.channel_upserted'],
13841
13954
  T['io.flow.v0.models.channel_deleted'],
13842
13955
  T['io.flow.v0.models.channel_currency_upserted'],
@@ -14046,6 +14159,7 @@ T['io.flow.v0.models.bridge_shipping_label_form'] = PropTypes.exact({
14046
14159
  items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']),
14047
14160
  'package': T['io.flow.v0.models.shipping_label_package'],
14048
14161
  origin: T['io.flow.v0.models.shipping_address'],
14162
+ direction: T['io.flow.v0.enums.direction'],
14049
14163
  });
14050
14164
 
14051
14165
  T['io.flow.v0.unions.shipping_label_form'] = PropTypes.oneOfType([
@@ -14221,6 +14335,9 @@ T['io.flow.v0.enums.event_type'] = PropTypes.oneOf([
14221
14335
  'subcatalog_item_deleted',
14222
14336
  'catalog_statistics_upserted',
14223
14337
  'catalog_statistics_deleted',
14338
+ 'item_inserted',
14339
+ 'item_updated',
14340
+ 'item_deleted',
14224
14341
  'channel_upserted',
14225
14342
  'channel_deleted',
14226
14343
  'channel_currency_upserted',
@@ -16052,10 +16169,12 @@ export const issuerV1 = T['io.flow.v0.models.issuer_v1'];
16052
16169
  export const item = T['io.flow.v0.models.item'];
16053
16170
  export const itemAttributesPatchForm = T['io.flow.v0.models.item_attributes_patch_form'];
16054
16171
  export const itemAvailabilityStatus = T['io.flow.v0.enums.item_availability_status'];
16172
+ export const itemDeleted = T['io.flow.v0.models.item_deleted'];
16055
16173
  export const itemForm = T['io.flow.v0.models.item_form'];
16056
16174
  export const itemFormOverlay = T['io.flow.v0.models.item_form_overlay'];
16057
16175
  export const itemFormOverlayForm = T['io.flow.v0.models.item_form_overlay_form'];
16058
16176
  export const itemIdentifier = T['io.flow.v0.enums.item_identifier'];
16177
+ export const itemInserted = T['io.flow.v0.models.item_inserted'];
16059
16178
  export const itemMargin = T['io.flow.v0.models.item_margin'];
16060
16179
  export const itemMarginDeletedV2 = T['io.flow.v0.models.item_margin_deleted_v2'];
16061
16180
  export const itemMarginPostForm = T['io.flow.v0.models.item_margin_post_form'];
@@ -16072,6 +16191,7 @@ export const itemSalesMarginDeleted = T['io.flow.v0.models.item_sales_margin_del
16072
16191
  export const itemSalesMarginUpserted = T['io.flow.v0.models.item_sales_margin_upserted'];
16073
16192
  export const itemShippingPricing = T['io.flow.v0.models.item_shipping_pricing'];
16074
16193
  export const itemStatistics = T['io.flow.v0.models.item_statistics'];
16194
+ export const itemUpdated = T['io.flow.v0.models.item_updated'];
16075
16195
  export const itemVersion = T['io.flow.v0.models.item_version'];
16076
16196
  export const jsonpResponse = T['io.flow.v0.models.jsonp_response'];
16077
16197
  export const klarnaPaymentCategory = T['io.flow.v0.models.klarna_payment_category'];
@@ -16436,12 +16556,16 @@ export const paymentMethodDataInitAfterpay = T['io.flow.v0.models.payment_method
16436
16556
  export const paymentMethodDataInitApplepay = T['io.flow.v0.models.payment_method_data_init_applepay'];
16437
16557
  export const paymentMethodDataInitBancontact = T['io.flow.v0.models.payment_method_data_init_bancontact'];
16438
16558
  export const paymentMethodDataInitGooglepay = T['io.flow.v0.models.payment_method_data_init_googlepay'];
16559
+ export const paymentMethodDataInitGrabpay = T['io.flow.v0.models.payment_method_data_init_grabpay'];
16439
16560
  export const paymentMethodDataInitIdeal = T['io.flow.v0.models.payment_method_data_init_ideal'];
16561
+ export const paymentMethodDataInitKcpCreditcard = T['io.flow.v0.models.payment_method_data_init_kcp_creditcard'];
16440
16562
  export const paymentMethodDataInitKlarna = T['io.flow.v0.models.payment_method_data_init_klarna'];
16563
+ export const paymentMethodDataInitMobilepay = T['io.flow.v0.models.payment_method_data_init_mobilepay'];
16441
16564
  export const paymentMethodDataInitPaypal = T['io.flow.v0.models.payment_method_data_init_paypal'];
16442
16565
  export const paymentMethodDataInitPrzelewy24 = T['io.flow.v0.models.payment_method_data_init_przelewy24'];
16443
16566
  export const paymentMethodDataInitSofort = T['io.flow.v0.models.payment_method_data_init_sofort'];
16444
16567
  export const paymentMethodDataInitTwint = T['io.flow.v0.models.payment_method_data_init_twint'];
16568
+ export const paymentMethodDataInitVipps = T['io.flow.v0.models.payment_method_data_init_vipps'];
16445
16569
  export const paymentMethodDataOptionLogo = T['io.flow.v0.unions.payment_method_data_option_logo'];
16446
16570
  export const paymentMethodDataOptionLogoSvg = T['io.flow.v0.models.payment_method_data_option_logo_svg'];
16447
16571
  export const paymentMethodDataOptionType = T['io.flow.v0.enums.payment_method_data_option_type'];
@@ -16463,12 +16587,16 @@ export const paymentMethodSummaryApplepay = T['io.flow.v0.models.payment_method_
16463
16587
  export const paymentMethodSummaryBancontact = T['io.flow.v0.models.payment_method_summary_bancontact'];
16464
16588
  export const paymentMethodSummaryCard = T['io.flow.v0.models.payment_method_summary_card'];
16465
16589
  export const paymentMethodSummaryGooglepay = T['io.flow.v0.models.payment_method_summary_googlepay'];
16590
+ export const paymentMethodSummaryGrabpay = T['io.flow.v0.models.payment_method_summary_grabpay'];
16466
16591
  export const paymentMethodSummaryIdeal = T['io.flow.v0.models.payment_method_summary_ideal'];
16592
+ export const paymentMethodSummaryKcpCreditcard = T['io.flow.v0.models.payment_method_summary_kcp_creditcard'];
16467
16593
  export const paymentMethodSummaryKlarna = T['io.flow.v0.models.payment_method_summary_klarna'];
16594
+ export const paymentMethodSummaryMobilepay = T['io.flow.v0.models.payment_method_summary_mobilepay'];
16468
16595
  export const paymentMethodSummaryPaypal = T['io.flow.v0.models.payment_method_summary_paypal'];
16469
16596
  export const paymentMethodSummaryPrzelewy24 = T['io.flow.v0.models.payment_method_summary_przelewy24'];
16470
16597
  export const paymentMethodSummarySofort = T['io.flow.v0.models.payment_method_summary_sofort'];
16471
16598
  export const paymentMethodSummaryTwint = T['io.flow.v0.models.payment_method_summary_twint'];
16599
+ export const paymentMethodSummaryVipps = T['io.flow.v0.models.payment_method_summary_vipps'];
16472
16600
  export const paymentMethodTag = T['io.flow.v0.unions.payment_method_tag'];
16473
16601
  export const paymentMethodType = T['io.flow.v0.enums.payment_method_type'];
16474
16602
  export const paymentOrderDetailsLineItem = T['io.flow.v0.models.payment_order_details_line_item'];
@@ -16666,6 +16794,7 @@ export const refundCaptureUpsertedV2 = T['io.flow.v0.models.refund_capture_upser
16666
16794
  export const refundDeclineCode = T['io.flow.v0.enums.refund_decline_code'];
16667
16795
  export const refundDeletedV2 = T['io.flow.v0.models.refund_deleted_v2'];
16668
16796
  export const refundError = T['io.flow.v0.models.refund_error'];
16797
+ export const refundFailureCategory = T['io.flow.v0.enums.refund_failure_category'];
16669
16798
  export const refundForm = T['io.flow.v0.models.refund_form'];
16670
16799
  export const refundIdentifier = T['io.flow.v0.models.refund_identifier'];
16671
16800
  export const refundIdentifierDeleted = T['io.flow.v0.models.refund_identifier_deleted'];