@flowio/api-internal-prop-types 9.24.130 → 9.24.131

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.
@@ -67,6 +67,11 @@ T['io.flow.organization.v0.models.country_picker'] = PropTypes.exact({
67
67
 
68
68
  T['io.flow.sellability.v0.enums.sellability_screening_mode'] = PropTypes.oneOf(['pre_onboarding', 'default_on', 'active']);
69
69
 
70
+ T['io.flow.sellability.v0.models.sellability_reason_with_regions'] = PropTypes.exact({
71
+ reason: PropTypes.string.isRequired,
72
+ regions: PropTypes.arrayOf(PropTypes.string).isRequired,
73
+ });
74
+
70
75
  T['io.flow.sellability.v0.models.sellability_needs_action_attributes'] = PropTypes.exact({
71
76
  reason_code: PropTypes.string.isRequired,
72
77
  category_metafield_handles: PropTypes.arrayOf(PropTypes.string).isRequired,
@@ -1237,6 +1242,14 @@ T['io.flow.experience.v0.models.address_configuration_province'] = PropTypes.exa
1237
1242
  ),
1238
1243
  });
1239
1244
 
1245
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_deleted'] = PropTypes.exact({
1246
+ discriminator: PropTypes.oneOf(['shopify_test_order_deleted']).isRequired,
1247
+ event_id: PropTypes.string.isRequired,
1248
+ timestamp: PropTypes.string.isRequired,
1249
+ organization: PropTypes.string.isRequired,
1250
+ id: PropTypes.string.isRequired,
1251
+ });
1252
+
1240
1253
  T['io.flow.shopify.markets.internal.event.v0.models.shopify_order_transaction_deleted'] = PropTypes.exact({
1241
1254
  discriminator: PropTypes.oneOf(['shopify_order_transaction_deleted']).isRequired,
1242
1255
  event_id: PropTypes.string.isRequired,
@@ -1338,6 +1351,18 @@ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_deleted
1338
1351
  id: PropTypes.string.isRequired,
1339
1352
  });
1340
1353
 
1354
+ T['io.flow.shopify.markets.internal.v0.models.shopify_test_order'] = PropTypes.exact({
1355
+ id: PropTypes.string.isRequired,
1356
+ });
1357
+
1358
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_upserted'] = PropTypes.exact({
1359
+ discriminator: PropTypes.oneOf(['shopify_test_order_upserted']).isRequired,
1360
+ event_id: PropTypes.string.isRequired,
1361
+ timestamp: PropTypes.string.isRequired,
1362
+ organization: PropTypes.string.isRequired,
1363
+ shopify_test_order: T['io.flow.shopify.markets.internal.v0.models.shopify_test_order'].isRequired,
1364
+ });
1365
+
1341
1366
  T['io.flow.shopify.markets.internal.v0.models.shopify_product_taxonomy_attribute_value'] = PropTypes.exact({
1342
1367
  id: PropTypes.string.isRequired,
1343
1368
  attribute_id: PropTypes.string.isRequired,
@@ -6784,7 +6809,7 @@ T['io.flow.payment.v0.models.capture_identifier'] = PropTypes.exact({
6784
6809
  primary: PropTypes.bool.isRequired,
6785
6810
  });
6786
6811
 
6787
- T['io.flow.payment.v0.enums.payment_fee_type'] = PropTypes.oneOf(['fx', 'mor', 'sp']);
6812
+ T['io.flow.payment.v0.enums.payment_fee_type'] = PropTypes.oneOf(['fx', 'mor', 'sp', 'mor_tax']);
6788
6813
 
6789
6814
  T['io.flow.payment.v0.models.card_browser_action_configuration'] = PropTypes.exact({
6790
6815
  discriminator: PropTypes.oneOf(['card_browser_action_configuration']).isRequired,
@@ -8716,6 +8741,14 @@ T['io.flow.internal.v0.models.shopify_product_create_deleted'] = PropTypes.exact
8716
8741
  id: PropTypes.string.isRequired,
8717
8742
  });
8718
8743
 
8744
+ T['io.flow.internal.v0.models.shopify_test_order_deleted'] = PropTypes.exact({
8745
+ discriminator: PropTypes.oneOf(['shopify_test_order_deleted']).isRequired,
8746
+ event_id: PropTypes.string.isRequired,
8747
+ timestamp: PropTypes.string.isRequired,
8748
+ organization: PropTypes.string.isRequired,
8749
+ id: PropTypes.string.isRequired,
8750
+ });
8751
+
8719
8752
  T['io.flow.internal.v0.models.shopify_order_transaction_deleted'] = PropTypes.exact({
8720
8753
  discriminator: PropTypes.oneOf(['shopify_order_transaction_deleted']).isRequired,
8721
8754
  event_id: PropTypes.string.isRequired,
@@ -10381,6 +10414,18 @@ T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'] = PropTypes.exact(
10381
10414
  total: PropTypes.number.isRequired,
10382
10415
  });
10383
10416
 
10417
+ T['io.flow.internal.v0.models.shopify_test_order'] = PropTypes.exact({
10418
+ id: PropTypes.string.isRequired,
10419
+ });
10420
+
10421
+ T['io.flow.internal.v0.models.shopify_test_order_upserted'] = PropTypes.exact({
10422
+ discriminator: PropTypes.oneOf(['shopify_test_order_upserted']).isRequired,
10423
+ event_id: PropTypes.string.isRequired,
10424
+ timestamp: PropTypes.string.isRequired,
10425
+ organization: PropTypes.string.isRequired,
10426
+ shopify_test_order: T['io.flow.internal.v0.models.shopify_test_order'].isRequired,
10427
+ });
10428
+
10384
10429
  T['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value'] = PropTypes.exact({
10385
10430
  id: PropTypes.string.isRequired,
10386
10431
  attribute_id: PropTypes.string.isRequired,
@@ -10625,6 +10670,7 @@ T['io.flow.internal.v0.models.stripe_connect_report_record_payment_metadata'] =
10625
10670
  mor_fees: PropTypes.number,
10626
10671
  mor_foreign_exchange_fees: PropTypes.number,
10627
10672
  sp_processing_fees: PropTypes.number,
10673
+ mor_fees_tax: PropTypes.number,
10628
10674
  });
10629
10675
 
10630
10676
  T['io.flow.internal.v0.unions.stripe_connect_report_record_metadata'] = PropTypes.oneOfType([
@@ -11941,11 +11987,6 @@ T['io.flow.internal.v0.models.classified_product'] = PropTypes.exact({
11941
11987
  classification_model_id: PropTypes.string.isRequired,
11942
11988
  });
11943
11989
 
11944
- T['io.flow.sellability.v0.models.sellability_region_with_reasons'] = PropTypes.exact({
11945
- region: PropTypes.string.isRequired,
11946
- reasons: PropTypes.arrayOf(PropTypes.string).isRequired,
11947
- });
11948
-
11949
11990
  T['io.flow.sellability.v0.enums.rule_effect_type'] = PropTypes.oneOf(['market', 'dhl', 'dhl_ecommerce', 'ups']);
11950
11991
 
11951
11992
  T['io.flow.sellability.v0.models.sellablility_region_result'] = PropTypes.exact({
@@ -11953,6 +11994,11 @@ T['io.flow.sellability.v0.models.sellablility_region_result'] = PropTypes.exact(
11953
11994
  regions: PropTypes.arrayOf(PropTypes.string).isRequired,
11954
11995
  });
11955
11996
 
11997
+ T['io.flow.sellability.v0.models.sellability_restricted_reason'] = PropTypes.exact({
11998
+ type: T['io.flow.sellability.v0.enums.rule_effect_type'].isRequired,
11999
+ reasons_with_regions: PropTypes.arrayOf(T['io.flow.sellability.v0.models.sellability_reason_with_regions']).isRequired,
12000
+ });
12001
+
11956
12002
  T['io.flow.internal.v0.models.restriction_rule_effect_form'] = PropTypes.exact({
11957
12003
  rule_id: PropTypes.string.isRequired,
11958
12004
  effect: T['io.flow.sellability.v0.enums.rule_effect_type'].isRequired,
@@ -11979,15 +12025,17 @@ T['io.flow.internal.v0.enums.classification_failure_reason'] = PropTypes.oneOf([
11979
12025
 
11980
12026
  T['io.flow.sellability.v0.models.sellability_restricted_region'] = PropTypes.exact({
11981
12027
  type: T['io.flow.sellability.v0.enums.rule_effect_type'].isRequired,
11982
- regions_with_reasons: PropTypes.arrayOf(T['io.flow.sellability.v0.models.sellability_region_with_reasons']).isRequired,
12028
+ regions: PropTypes.arrayOf(PropTypes.string).isRequired,
11983
12029
  });
11984
12030
 
11985
12031
  T['io.flow.sellability.v0.models.product_sellability_result'] = PropTypes.exact({
11986
12032
  merchant_id: PropTypes.string,
11987
12033
  product_id: PropTypes.string.isRequired,
11988
12034
  restricted_regions: PropTypes.arrayOf(T['io.flow.sellability.v0.models.sellability_restricted_region']).isRequired,
12035
+ restricted_reasons: PropTypes.arrayOf(T['io.flow.sellability.v0.models.sellability_restricted_reason']).isRequired,
11989
12036
  needs_action_attributes: PropTypes.arrayOf(T['io.flow.sellability.v0.models.sellability_needs_action_attributes']),
11990
12037
  request_id: PropTypes.string,
12038
+ hs6_code: PropTypes.string,
11991
12039
  });
11992
12040
 
11993
12041
  T['io.flow.internal.v0.enums.hs6_code_source'] = PropTypes.oneOf(['sellability', 'classification', 'human']);
@@ -11996,7 +12044,7 @@ T['io.flow.sellability.v0.enums.sellability_result_status'] = PropTypes.oneOf(['
11996
12044
 
11997
12045
  T['io.flow.sellability.v0.models.sellability_screening'] = PropTypes.exact({
11998
12046
  discriminator: PropTypes.oneOf(['sellability_screening']).isRequired,
11999
- sellability_result: T['io.flow.sellability.v0.models.product_sellability_result'],
12047
+ product_sellability_result: T['io.flow.sellability.v0.models.product_sellability_result'],
12000
12048
  request_id: PropTypes.string.isRequired,
12001
12049
  status: T['io.flow.sellability.v0.enums.sellability_result_status'].isRequired,
12002
12050
  error_code: T['io.flow.sellability.v0.enums.sellability_result_error_code'],
@@ -13522,6 +13570,7 @@ T['io.flow.shopify.markets.v0.models.shopify_order'] = PropTypes.exact({
13522
13570
  tags: PropTypes.string,
13523
13571
  tax_lines: PropTypes.arrayOf(T['io.flow.shopify.markets.v0.models.shopify_order_tax_line']).isRequired,
13524
13572
  taxes_included: PropTypes.bool.isRequired,
13573
+ test: PropTypes.bool,
13525
13574
  token: PropTypes.string,
13526
13575
  total_weight: PropTypes.number,
13527
13576
  updated_at: PropTypes.string,
@@ -14609,6 +14658,7 @@ T['io.flow.payment.gateway.v0.unions.action'] = PropTypes.oneOfType([
14609
14658
  ]);
14610
14659
 
14611
14660
  T['io.flow.internal.v0.enums.rate_source'] = PropTypes.oneOf(['calculated', 'market']);
14661
+ T['io.flow.experience.v0.enums.pricing_type'] = PropTypes.oneOf(['inclusive_pricing']);
14612
14662
 
14613
14663
  T['io.flow.experience.v0.models.order_rate'] = PropTypes.exact({
14614
14664
  from: PropTypes.string.isRequired,
@@ -15346,24 +15396,6 @@ T['io.flow.internal.v0.models.finance_bank_account_owner'] = PropTypes.exact({
15346
15396
  name: PropTypes.string.isRequired,
15347
15397
  });
15348
15398
 
15349
- T['io.flow.billing.bank.account.v0.unions.bank_account_info'] = PropTypes.oneOfType([
15350
- T['io.flow.billing.bank.account.v0.models.bank_account_info_usa'],
15351
- T['io.flow.billing.bank.account.v0.models.bank_account_info_can'],
15352
- T['io.flow.billing.bank.account.v0.models.bank_account_info_gbr'],
15353
- T['io.flow.billing.bank.account.v0.models.bank_account_info_fra'],
15354
- T['io.flow.billing.bank.account.v0.models.bank_account_info_ita'],
15355
- ]);
15356
-
15357
- T['io.flow.billing.v0.models.bank_account_form_info'] = PropTypes.exact({
15358
- discriminator: PropTypes.oneOf(['info']).isRequired,
15359
- info: T['io.flow.billing.bank.account.v0.unions.bank_account_info'].isRequired,
15360
- });
15361
-
15362
- T['io.flow.billing.v0.unions.bank_account_form'] = PropTypes.oneOfType([
15363
- T['io.flow.billing.v0.models.bank_account_form_info'],
15364
- T['io.flow.billing.v0.models.bank_account_form_simple'],
15365
- ]);
15366
-
15367
15399
  T['io.flow.internal.v0.models.string_feature_rule_form'] = PropTypes.exact({
15368
15400
  discriminator: PropTypes.oneOf(['string']).isRequired,
15369
15401
  query: PropTypes.string.isRequired,
@@ -18649,6 +18681,37 @@ T['io.flow.common.v0.models.address'] = PropTypes.exact({
18649
18681
  longitude: PropTypes.string,
18650
18682
  });
18651
18683
 
18684
+ T['io.flow.billing.bank.account.v0.models.bank_account_info_kor'] = PropTypes.exact({
18685
+ discriminator: PropTypes.oneOf(['kor']).isRequired,
18686
+ name: PropTypes.string,
18687
+ address: T['io.flow.common.v0.models.address'],
18688
+ phone: PropTypes.string,
18689
+ email: PropTypes.string,
18690
+ bank_account_number: PropTypes.string.isRequired,
18691
+ bank_routing_number: PropTypes.string,
18692
+ bank_name: PropTypes.string,
18693
+ bank_address: T['io.flow.common.v0.models.address'],
18694
+ });
18695
+
18696
+ T['io.flow.billing.bank.account.v0.unions.bank_account_info'] = PropTypes.oneOfType([
18697
+ T['io.flow.billing.bank.account.v0.models.bank_account_info_usa'],
18698
+ T['io.flow.billing.bank.account.v0.models.bank_account_info_can'],
18699
+ T['io.flow.billing.bank.account.v0.models.bank_account_info_gbr'],
18700
+ T['io.flow.billing.bank.account.v0.models.bank_account_info_fra'],
18701
+ T['io.flow.billing.bank.account.v0.models.bank_account_info_ita'],
18702
+ T['io.flow.billing.bank.account.v0.models.bank_account_info_kor'],
18703
+ ]);
18704
+
18705
+ T['io.flow.billing.v0.models.bank_account_form_info'] = PropTypes.exact({
18706
+ discriminator: PropTypes.oneOf(['info']).isRequired,
18707
+ info: T['io.flow.billing.bank.account.v0.unions.bank_account_info'].isRequired,
18708
+ });
18709
+
18710
+ T['io.flow.billing.v0.unions.bank_account_form'] = PropTypes.oneOfType([
18711
+ T['io.flow.billing.v0.models.bank_account_form_info'],
18712
+ T['io.flow.billing.v0.models.bank_account_form_simple'],
18713
+ ]);
18714
+
18652
18715
  T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_beneficiary_details'] = PropTypes.exact({
18653
18716
  name: PropTypes.string,
18654
18717
  address: T['io.flow.common.v0.models.address'],
@@ -21247,6 +21310,7 @@ T['io.flow.internal.v0.models.restriction_rule_upserted'] = PropTypes.exact({
21247
21310
 
21248
21311
  T['io.flow.internal.v0.enums.ansh_item_type'] = PropTypes.oneOf(['physical', 'digital']);
21249
21312
  T['io.flow.internal.v0.enums.anirban_item_type'] = PropTypes.oneOf(['physical', 'digital']);
21313
+ T['io.flow.internal.v0.enums.amrutha_item_type'] = PropTypes.oneOf(['physical', 'digital']);
21250
21314
  T['io.flow.common.v0.enums.role'] = PropTypes.oneOf(['admin', 'member']);
21251
21315
 
21252
21316
  T['io.flow.organization.v0.models.organization_authorization'] = PropTypes.exact({
@@ -24275,6 +24339,8 @@ T['io.flow.shopify.markets.internal.event.v0.unions.shopify_markets_internal_eve
24275
24339
  T['io.flow.shopify.markets.internal.event.v0.models.shopify_order_risk_assessment_deleted'],
24276
24340
  T['io.flow.shopify.markets.internal.event.v0.models.shopify_order_transaction_upserted'],
24277
24341
  T['io.flow.shopify.markets.internal.event.v0.models.shopify_order_transaction_deleted'],
24342
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_upserted'],
24343
+ T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_deleted'],
24278
24344
  ]);
24279
24345
 
24280
24346
  T['io.flow.export.v0.models.marketing_feeds_export_type'] = PropTypes.exact({
@@ -26278,6 +26344,7 @@ T['io.flow.experience.v0.models.order'] = PropTypes.exact({
26278
26344
  payment_source: T['io.flow.experience.v0.enums.order_payment_source_type'],
26279
26345
  edits: PropTypes.arrayOf(T['io.flow.experience.v0.models.edit_summary']),
26280
26346
  rates: PropTypes.arrayOf(T['io.flow.experience.v0.models.order_rate']),
26347
+ pricing_type: T['io.flow.experience.v0.enums.pricing_type'],
26281
26348
  });
26282
26349
 
26283
26350
  T['io.flow.experience.v0.models.order_version'] = PropTypes.exact({
@@ -26520,6 +26587,23 @@ T['io.flow.internal.v0.models.anirban_item_upserted'] = PropTypes.exact({
26520
26587
  item: T['io.flow.internal.v0.models.anirban_item'].isRequired,
26521
26588
  });
26522
26589
 
26590
+ T['io.flow.internal.v0.models.amrutha_item_form'] = PropTypes.exact({
26591
+ number: PropTypes.string.isRequired,
26592
+ amount: T['io.flow.common.v0.models.price'].isRequired,
26593
+ description: PropTypes.string,
26594
+ type: T['io.flow.internal.v0.enums.amrutha_item_type'].isRequired,
26595
+ added_on: PropTypes.string.isRequired,
26596
+ });
26597
+
26598
+ T['io.flow.internal.v0.models.amrutha_item'] = PropTypes.exact({
26599
+ id: PropTypes.string.isRequired,
26600
+ number: PropTypes.string.isRequired,
26601
+ amount: T['io.flow.common.v0.models.price'].isRequired,
26602
+ description: PropTypes.string,
26603
+ type: T['io.flow.internal.v0.enums.amrutha_item_type'].isRequired,
26604
+ added_on: PropTypes.string.isRequired,
26605
+ });
26606
+
26523
26607
  T['io.flow.internal.v0.models.aldo_item_form'] = PropTypes.exact({
26524
26608
  number: PropTypes.string.isRequired,
26525
26609
  amount: T['io.flow.common.v0.models.price'].isRequired,
@@ -28069,6 +28153,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
28069
28153
  T['io.flow.internal.v0.models.shopify_order_risk_assessment_deleted'],
28070
28154
  T['io.flow.internal.v0.models.shopify_order_transaction_upserted'],
28071
28155
  T['io.flow.internal.v0.models.shopify_order_transaction_deleted'],
28156
+ T['io.flow.internal.v0.models.shopify_test_order_upserted'],
28157
+ T['io.flow.internal.v0.models.shopify_test_order_deleted'],
28072
28158
  T['io.flow.internal.v0.models.shopify_product_create_upserted'],
28073
28159
  T['io.flow.internal.v0.models.shopify_product_create_deleted'],
28074
28160
  T['io.flow.internal.v0.models.shopify_product_update_upserted'],
@@ -28622,6 +28708,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
28622
28708
  'shopify_order_risk_assessment_deleted',
28623
28709
  'shopify_order_transaction_upserted',
28624
28710
  'shopify_order_transaction_deleted',
28711
+ 'shopify_test_order_upserted',
28712
+ 'shopify_test_order_deleted',
28625
28713
  'shopify_product_create_upserted',
28626
28714
  'shopify_product_create_deleted',
28627
28715
  'shopify_product_update_upserted',
@@ -30986,6 +31074,11 @@ T['io.flow.organization.onboarding.state.v0.models.deactivation_put_form'] = Pro
30986
31074
  deactivate_at: PropTypes.string,
30987
31075
  });
30988
31076
 
31077
+ T['io.flow.sellability.v0.models.sellability_region_with_reasons'] = PropTypes.exact({
31078
+ region: PropTypes.string.isRequired,
31079
+ reasons: PropTypes.arrayOf(PropTypes.string).isRequired,
31080
+ });
31081
+
30989
31082
  T['io.flow.currency.v0.models.rate_form'] = PropTypes.exact({
30990
31083
  base: PropTypes.string.isRequired,
30991
31084
  target: PropTypes.string.isRequired,
@@ -31101,6 +31194,9 @@ export const allItemsExport = T['io.flow.internal.v0.models.all_items_export'];
31101
31194
  export const allOrganizationsMembership = T['io.flow.internal.v0.models.all_organizations_membership'];
31102
31195
  export const allocationItemReference = T['io.flow.internal.v0.models.allocation_item_reference'];
31103
31196
  export const allowedLabels = T['io.flow.internal.v0.models.allowed_labels'];
31197
+ export const amruthaItem = T['io.flow.internal.v0.models.amrutha_item'];
31198
+ export const amruthaItemForm = T['io.flow.internal.v0.models.amrutha_item_form'];
31199
+ export const amruthaItemType = T['io.flow.internal.v0.enums.amrutha_item_type'];
31104
31200
  export const anirbanItem = T['io.flow.internal.v0.models.anirban_item'];
31105
31201
  export const anirbanItemDeleted = T['io.flow.internal.v0.models.anirban_item_deleted'];
31106
31202
  export const anirbanItemForm = T['io.flow.internal.v0.models.anirban_item_form'];
@@ -32655,6 +32751,9 @@ export const shopifyStoreDetail = T['io.flow.internal.v0.models.shopify_store_de
32655
32751
  export const shopifyStripeEvent = T['io.flow.internal.v0.models.shopify_stripe_event'];
32656
32752
  export const shopifyTaxonomyAlignmentConfig = T['io.flow.internal.v0.models.shopify_taxonomy_alignment_config'];
32657
32753
  export const shopifyTaxonomyAlignmentConfigForm = T['io.flow.internal.v0.models.shopify_taxonomy_alignment_config_form'];
32754
+ export const shopifyTestOrder = T['io.flow.internal.v0.models.shopify_test_order'];
32755
+ export const shopifyTestOrderDeleted = T['io.flow.internal.v0.models.shopify_test_order_deleted'];
32756
+ export const shopifyTestOrderUpserted = T['io.flow.internal.v0.models.shopify_test_order_upserted'];
32658
32757
  export const shopperBreakdown = T['io.flow.internal.v0.models.shopper_breakdown'];
32659
32758
  export const shopperFees = T['io.flow.internal.v0.models.shopper_fees'];
32660
32759
  export const shopperFreight = T['io.flow.internal.v0.models.shopper_freight'];