@flowio/api-internal-factories 0.0.141 → 0.0.144

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.
@@ -645,13 +645,9 @@ var factories = {
645
645
  'io.flow.billing.bank.account.v0.models.bank_account_info_kor': function () { return ({
646
646
  discriminator: 'kor',
647
647
  name: factories.string(),
648
- address: factories['io.flow.common.v0.models.address'](),
649
- phone: factories.string(),
650
- email: factories.string(),
651
648
  bank_account_number: factories.string(),
652
649
  bank_routing_number: factories.string(),
653
650
  bank_name: factories.string(),
654
- bank_address: factories['io.flow.common.v0.models.address'](),
655
651
  }); },
656
652
  'io.flow.billing.bank.account.v0.models.bank_account_info_usa': function () { return ({
657
653
  discriminator: 'usa',
@@ -684,6 +680,7 @@ var factories = {
684
680
  'transfer',
685
681
  'negative_balance_guarantee',
686
682
  'sp',
683
+ 'rev_share',
687
684
  ]); },
688
685
  'io.flow.billing.v0.enums.payout_attachment_type': function () { return faker.helpers.arrayElement(['transactions']); },
689
686
  'io.flow.billing.v0.enums.payout_status_failure_code': function () { return faker.helpers.arrayElement(['invalid_account_number', 'account_closed', 'could_not_process']); },
@@ -711,6 +708,7 @@ var factories = {
711
708
  'wyol_shipment_above_de_min',
712
709
  'full_refund_without_shipment',
713
710
  'unfulfilled_order_above_de_min',
711
+ 'order_cancellation_without_capture',
714
712
  ]); },
715
713
  'io.flow.billing.v0.enums.transaction_source': function () { return faker.helpers.arrayElement([
716
714
  'capture',
@@ -747,6 +745,8 @@ var factories = {
747
745
  'merchant_fee',
748
746
  'b2b_tax',
749
747
  'b2b_tax_refund',
748
+ 'b2b_fee_mor_tax',
749
+ 'b2b_fee_shipping_tax',
750
750
  ]); },
751
751
  'io.flow.billing.v0.enums.trueup_source': function () { return faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups', 'fedex']); },
752
752
  'io.flow.billing.v0.enums.withholding_deduction_type': function () { return faker.helpers.arrayElement(['tax', 'duty', 'freight', 'insurance']); },
@@ -1032,6 +1032,17 @@ var factories = {
1032
1032
  description: factories.string(),
1033
1033
  original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
1034
1034
  url: factories.string(),
1035
+ recoup: factories.boolean(),
1036
+ }); },
1037
+ 'io.flow.billing.v0.models.transaction_metadata_merchant_fee': function () { return ({
1038
+ discriminator: 'merchant_fee',
1039
+ items: arrayOf(function () { return factories['io.flow.billing.v0.models.transaction_metadata_merchant_fee_item'](); }),
1040
+ }); },
1041
+ 'io.flow.billing.v0.models.transaction_metadata_merchant_fee_item': function () { return ({
1042
+ type: factories.string(),
1043
+ amount: factories.decimal(),
1044
+ local_amount: factories.decimal(),
1045
+ description: factories.string(),
1035
1046
  }); },
1036
1047
  'io.flow.billing.v0.models.transaction_metadata_original_transaction': function () { return ({
1037
1048
  id: factories.string(),
@@ -1186,6 +1197,7 @@ var factories = {
1186
1197
  function () { return factories['io.flow.billing.v0.models.transaction_metadata_failed_payout'](); },
1187
1198
  function () { return factories['io.flow.billing.v0.models.transaction_metadata_payment_transaction'](); },
1188
1199
  function () { return factories['io.flow.billing.v0.models.transaction_metadata_tax_duty'](); },
1200
+ function () { return factories['io.flow.billing.v0.models.transaction_metadata_merchant_fee'](); },
1189
1201
  ]);
1190
1202
  return f();
1191
1203
  },
@@ -2256,6 +2268,7 @@ var factories = {
2256
2268
  'io.flow.common.v0.models.line_item_form': function () { return ({
2257
2269
  number: factories.string(),
2258
2270
  quantity: factories.long(),
2271
+ line_item_identifier: factories.string(),
2259
2272
  shipment_estimate: factories['io.flow.common.v0.models.datetime_range'](),
2260
2273
  price: factories['io.flow.common.v0.models.money'](),
2261
2274
  attributes: objectOf(function () { return factories.string(); }),
@@ -2529,6 +2542,7 @@ var factories = {
2529
2542
  b2b_invoice_type: factories['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'](),
2530
2543
  center: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'](),
2531
2544
  order: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'](),
2545
+ voids_b2b_invoice: factories.boolean(),
2532
2546
  }); },
2533
2547
  'io.flow.consumer.invoice.v0.models.b2b_invoice': function () { return ({
2534
2548
  id: factories.string(),
@@ -5783,6 +5797,10 @@ var factories = {
5783
5797
  company_name_match_result: factories['io.flow.harmonization.v0.enums.tax_verification_result'](),
5784
5798
  company_name_match_result_reason: factories.string(),
5785
5799
  }); },
5800
+ 'io.flow.harmonization.v0.models.harmonization_tariff_code': function () { return ({
5801
+ tariff_code: factories.string(),
5802
+ destination: factories.string(),
5803
+ }); },
5786
5804
  'io.flow.harmonization.v0.models.harmonized_category_reference': function () { return ({
5787
5805
  id: factories.string(),
5788
5806
  }); },
@@ -5866,6 +5884,12 @@ var factories = {
5866
5884
  effective_duty: factories['io.flow.price.v0.models.duty'](),
5867
5885
  tax: factories['io.flow.price.v0.models.tax'](),
5868
5886
  }); },
5887
+ 'io.flow.harmonization.v0.models.tariff_codes': function () { return ({
5888
+ item_number: factories.string(),
5889
+ product_id: factories.string(),
5890
+ hs6_code: factories.string(),
5891
+ codes: arrayOf(function () { return factories['io.flow.harmonization.v0.models.harmonization_tariff_code'](); }),
5892
+ }); },
5869
5893
  'io.flow.harmonization.v0.models.tax_registration': function () { return ({
5870
5894
  id: factories.string(),
5871
5895
  key: factories.string(),
@@ -5881,15 +5905,13 @@ var factories = {
5881
5905
  number: factories.string(),
5882
5906
  company_name: factories.string(),
5883
5907
  }); },
5908
+ 'io.flow.internal.v0.enums.account_currency_filter': function () { return faker.helpers.arrayElement(['GBP', 'CAD', 'USD']); },
5884
5909
  'io.flow.internal.v0.enums.account_payment_hold_reason': function () { return faker.helpers.arrayElement(['fraudulent', 'frozen', 'invalid_bank_account']); },
5885
5910
  'io.flow.internal.v0.enums.account_setting_liabilities_method': function () { return faker.helpers.arrayElement(['withholding', 'transaction']); },
5886
5911
  'io.flow.internal.v0.enums.account_type': function () { return faker.helpers.arrayElement(['channel', 'organization']); },
5887
5912
  'io.flow.internal.v0.enums.adjustment_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal']); },
5888
5913
  'io.flow.internal.v0.enums.adyen_integration_type': function () { return faker.helpers.arrayElement(['hosted_payment_page', 'checkout_payments_api', 'classic_authorise_api']); },
5889
- 'io.flow.internal.v0.enums.aldo_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
5890
5914
  'io.flow.internal.v0.enums.amrutha_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
5891
- 'io.flow.internal.v0.enums.anirban_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
5892
- 'io.flow.internal.v0.enums.ansh_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
5893
5915
  'io.flow.internal.v0.enums.any_dangerous_goods': function () { return faker.helpers.arrayElement(['yes', 'no', 'i_dont_know']); },
5894
5916
  'io.flow.internal.v0.enums.api_call_reference_id': function () { return faker.helpers.arrayElement(['duty_rates_data_event', 'integration_test', 'unit_test']); },
5895
5917
  'io.flow.internal.v0.enums.applicable_preferential_rate': function () { return faker.helpers.arrayElement(['baby', 'children']); },
@@ -5909,6 +5931,8 @@ var factories = {
5909
5931
  'prr-566cc67167944bc4bd08167aa9c0beba',
5910
5932
  'prr-74e1320efb7741cf9ace400b69800f9b',
5911
5933
  ]); },
5934
+ 'io.flow.internal.v0.enums.b2b_fee_mor_tax_trigger_type': function () { return faker.helpers.arrayElement(['capture', 'order']); },
5935
+ 'io.flow.internal.v0.enums.b2b_fee_shipping_tax_trigger_type': function () { return faker.helpers.arrayElement(['label', 'trueup']); },
5912
5936
  'io.flow.internal.v0.enums.b2b_tax_ledger_document_type': function () { return faker.helpers.arrayElement(['b2b_invoice', 'b2b_credit_memo']); },
5913
5937
  'io.flow.internal.v0.enums.b2b_tax_rate_type': function () { return faker.helpers.arrayElement(['basic', 'preferential', 'exempt']); },
5914
5938
  'io.flow.internal.v0.enums.bank_account_status': function () { return faker.helpers.arrayElement(['on_hold', 'not_on_hold']); },
@@ -6187,7 +6211,10 @@ var factories = {
6187
6211
  'merchant_refund',
6188
6212
  'b2b_tax',
6189
6213
  'b2b_tax_refund',
6214
+ 'b2b_fee_mor_tax',
6215
+ 'b2b_fee_shipping_tax',
6190
6216
  ]); },
6217
+ 'io.flow.internal.v0.enums.bojana_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
6191
6218
  'io.flow.internal.v0.enums.calculator_engine': function () { return faker.helpers.arrayElement(['dtce_with_deminimis', 'dtce_with_inclusive_pricing', 'dtce_and_us_tax']); },
6192
6219
  'io.flow.internal.v0.enums.carrier_charge_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']); },
6193
6220
  'io.flow.internal.v0.enums.carrier_charge_type': function () { return faker.helpers.arrayElement(['label', 'tax', 'other']); },
@@ -6271,11 +6298,13 @@ var factories = {
6271
6298
  'io.flow.internal.v0.enums.checkout_prompt_behavior': function () { return faker.helpers.arrayElement(['always', 'incomplete']); },
6272
6299
  'io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior': function () { return faker.helpers.arrayElement(['always', 'multiple']); },
6273
6300
  'io.flow.internal.v0.enums.checkout_url_type': function () { return faker.helpers.arrayElement(['continue_shopping', 'confirmation', 'invalid_checkout']); },
6301
+ 'io.flow.internal.v0.enums.chenglin_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
6274
6302
  'io.flow.internal.v0.enums.classification_decision': function () { return faker.helpers.arrayElement(['Accept', 'Reject']); },
6275
6303
  'io.flow.internal.v0.enums.classification_error_code': function () { return faker.helpers.arrayElement(['generic_error']); },
6276
- 'io.flow.internal.v0.enums.classification_failure_reason': function () { return faker.helpers.arrayElement(['low_confidence', 'timeout']); },
6304
+ 'io.flow.internal.v0.enums.classification_failure_reason': function () { return faker.helpers.arrayElement(['low_confidence', 'timeout', 'missing_hs6_code', 'invalid_price']); },
6277
6305
  'io.flow.internal.v0.enums.classification_platform': function () { return faker.helpers.arrayElement(['GlobalE', 'Flow', 'FlowOnboarding', 'Borderfree']); },
6278
6306
  'io.flow.internal.v0.enums.classification_scope': function () { return faker.helpers.arrayElement(['Item', 'Product']); },
6307
+ 'io.flow.internal.v0.enums.classification_source': function () { return faker.helpers.arrayElement(['sellability']); },
6279
6308
  'io.flow.internal.v0.enums.classification_type': function () { return faker.helpers.arrayElement(['None', 'Manual', 'ML', 'System']); },
6280
6309
  'io.flow.internal.v0.enums.clothing_age_classification': function () { return faker.helpers.arrayElement(['None', 'AgeKidsGeneral', 'Age0_10', 'Age10_13', 'Age13_14']); },
6281
6310
  'io.flow.internal.v0.enums.commercial_invoice_version': function () { return faker.helpers.arrayElement(['v2_2_1']); },
@@ -6397,8 +6426,6 @@ var factories = {
6397
6426
  'calculator_organization_settings_deleted',
6398
6427
  'carrier_account_upserted_v2',
6399
6428
  'carrier_account_deleted',
6400
- 'label_generation_settings_upserted',
6401
- 'label_generation_settings_deleted',
6402
6429
  'catalog_import_request',
6403
6430
  'exclusion_rule_upserted',
6404
6431
  'exclusion_rule_deleted',
@@ -6468,6 +6495,8 @@ var factories = {
6468
6495
  'carrier_charge_deleted',
6469
6496
  'bank_payment_order_upserted',
6470
6497
  'bank_payment_order_deleted',
6498
+ 'shipping_cost_upserted',
6499
+ 'shipping_cost_deleted',
6471
6500
  'fraud_review_upserted',
6472
6501
  'fraud_review_deleted',
6473
6502
  'fraud_pending_review_upserted',
@@ -6581,11 +6610,17 @@ var factories = {
6581
6610
  'paypal_refund_upserted',
6582
6611
  'paypal_dispute_upserted',
6583
6612
  'paypal_dispute_deleted',
6613
+ 'preonboarding_sellability_result_inserted',
6614
+ 'preonboarding_sellability_result_updated',
6615
+ 'preonboarding_sellability_result_deleted',
6584
6616
  'product_restriction_rule_decision_upserted',
6585
6617
  'product_restriction_rule_decision_deleted',
6586
6618
  'product_restriction_state_inserted',
6587
6619
  'product_restriction_state_updated',
6588
6620
  'product_restriction_state_deleted',
6621
+ 'product_sellability_result_inserted',
6622
+ 'product_sellability_result_updated',
6623
+ 'product_sellability_result_deleted',
6589
6624
  'order_rates_published_v3',
6590
6625
  'ratecard_dimension_estimate_upserted',
6591
6626
  'ratecard_dimension_estimate_deleted',
@@ -6683,22 +6718,10 @@ var factories = {
6683
6718
  'stripe_connect_report_record_deleted',
6684
6719
  'liability_remittance_plan_upserted',
6685
6720
  'liability_remittance_plan_deleted',
6686
- 'anirban_item_upserted',
6687
- 'anirban_item_deleted',
6688
- 'sarvesh_item_upserted',
6689
- 'sarvesh_item_deleted',
6690
- 'hosein_item_upserted',
6691
- 'hosein_item_deleted',
6692
- 'niall_item_upserted',
6693
- 'niall_item_deleted',
6694
- 'rohan_item_upserted',
6695
- 'rohan_item_deleted',
6696
- 'aldo_item_upserted',
6697
- 'aldo_item_deleted',
6698
- 'ansh_item_upserted',
6699
- 'ansh_item_deleted',
6700
6721
  'gabriel_item_upserted',
6701
6722
  'gabriel_item_deleted',
6723
+ 'chenglin_item_upserted',
6724
+ 'chenglin_item_deleted',
6702
6725
  'tracking_processing_error_upserted',
6703
6726
  'tracking_processing_error_deleted',
6704
6727
  'tracking_label_event_upserted_v2',
@@ -6749,7 +6772,6 @@ var factories = {
6749
6772
  'shopify_webhook',
6750
6773
  ]); },
6751
6774
  'io.flow.internal.v0.enums.harmonization_decision_source': function () { return faker.helpers.arrayElement(['human', 'system', 'legacy_model', 'enterprise_model', 'merchant']); },
6752
- 'io.flow.internal.v0.enums.hosein_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
6753
6775
  'io.flow.internal.v0.enums.hs6_code_source': function () { return faker.helpers.arrayElement(['sellability', 'classification', 'human']); },
6754
6776
  'io.flow.internal.v0.enums.http_method': function () { return faker.helpers.arrayElement(['get', 'post']); },
6755
6777
  'io.flow.internal.v0.enums.internal_payment_entity_type': function () { return faker.helpers.arrayElement(['authorization', 'capture', 'refund', 'dispute']); },
@@ -6788,10 +6810,13 @@ var factories = {
6788
6810
  'globale_system',
6789
6811
  'carrier',
6790
6812
  ]); },
6791
- 'io.flow.internal.v0.enums.label_request_result_organization_type': function () { return faker.helpers.arrayElement(['all', 'legacy_production', 'managed_markets_production', 'sandbox']); },
6813
+ 'io.flow.internal.v0.enums.label_request_result_organization_type': function () { return faker.helpers.arrayElement(['all', 'cafe24_production', 'shopify_production', 'sandbox']); },
6792
6814
  'io.flow.internal.v0.enums.label_request_result_state': function () { return faker.helpers.arrayElement(['success', 'failure']); },
6793
6815
  'io.flow.internal.v0.enums.label_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']); },
6794
- 'io.flow.internal.v0.enums.ledger_report_type': function () { return faker.helpers.arrayElement(['periodic_mor_jurisdiction_report']); },
6816
+ 'io.flow.internal.v0.enums.ledger_report_type': function () { return faker.helpers.arrayElement([
6817
+ 'periodic_mor_jurisdiction_report',
6818
+ 'periodic_mor_jurisdiction_sandbox_report',
6819
+ ]); },
6795
6820
  'io.flow.internal.v0.enums.ledger_report_url_type': function () { return faker.helpers.arrayElement(['sharepoint', 's3']); },
6796
6821
  'io.flow.internal.v0.enums.liability_type': function () { return faker.helpers.arrayElement(['full_value_tax', 'low_value_goods_tax', 'high_value_goods_tax', 'duties']); },
6797
6822
  'io.flow.internal.v0.enums.logistics_capability': function () { return faker.helpers.arrayElement(['logistics_address_correction']); },
@@ -6812,6 +6837,7 @@ var factories = {
6812
6837
  'negative_balance_guarantee',
6813
6838
  'bank_payment_failure',
6814
6839
  'non_fraud_chargeback',
6840
+ 'v1_migration_neg_balance_settlement',
6815
6841
  ]); },
6816
6842
  'io.flow.internal.v0.enums.merchant_fee_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'fee']); },
6817
6843
  'io.flow.internal.v0.enums.merchant_of_record': function () { return faker.helpers.arrayElement([
@@ -6834,7 +6860,6 @@ var factories = {
6834
6860
  'to_registered_business',
6835
6861
  'flash_title',
6836
6862
  ]); },
6837
- 'io.flow.internal.v0.enums.niall_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
6838
6863
  'io.flow.internal.v0.enums.no_liability_reason_code': function () { return faker.helpers.arrayElement([
6839
6864
  'zero_basis',
6840
6865
  'zero_rate_on_goods',
@@ -6910,6 +6935,7 @@ var factories = {
6910
6935
  'io.flow.internal.v0.enums.organization_capability': function () { return faker.helpers.arrayElement(['organization', 'flow', 'dynamic']); },
6911
6936
  'io.flow.internal.v0.enums.organization_metric_type': function () { return faker.helpers.arrayElement(['organization_restriction_status']); },
6912
6937
  'io.flow.internal.v0.enums.organization_payment_status': function () { return faker.helpers.arrayElement(['active', 'archived']); },
6938
+ 'io.flow.internal.v0.enums.organization_promotion_status': function () { return faker.helpers.arrayElement(['in_progress', 'completed', 'failed']); },
6913
6939
  'io.flow.internal.v0.enums.organization_restriction_approval_status': function () { return faker.helpers.arrayElement(['ready', 'not-ready']); },
6914
6940
  'io.flow.internal.v0.enums.organization_restriction_note_type': function () { return faker.helpers.arrayElement(['internal', 'rejection_reason', 'additional_rejection_info']); },
6915
6941
  'io.flow.internal.v0.enums.organization_restriction_review_type': function () { return faker.helpers.arrayElement(['all_pending', 'pending_verification']); },
@@ -6934,7 +6960,6 @@ var factories = {
6934
6960
  'io.flow.internal.v0.enums.payment_summary_type': function () { return faker.helpers.arrayElement(['authorization', 'capture', 'refund', 'reversal', 'credit']); },
6935
6961
  'io.flow.internal.v0.enums.payment_term': function () { return faker.helpers.arrayElement(['net7', 'net15', 'net30']); },
6936
6962
  'io.flow.internal.v0.enums.pending_record_type': function () { return faker.helpers.arrayElement(['verification', 'classification', 'restriction']); },
6937
- 'io.flow.internal.v0.enums.prateek_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
6938
6963
  'io.flow.internal.v0.enums.preferred_billing_schedule': function () { return faker.helpers.arrayElement(['monthly', 'bi-monthly']); },
6939
6964
  'io.flow.internal.v0.enums.preonboarding_classification_decision': function () { return faker.helpers.arrayElement(['Accept', 'Reject']); },
6940
6965
  'io.flow.internal.v0.enums.preonboarding_classification_platform': function () { return faker.helpers.arrayElement(['FlowOnboarding']); },
@@ -7019,6 +7044,8 @@ var factories = {
7019
7044
  'shopify-sandbox',
7020
7045
  'enterprise-sandbox',
7021
7046
  'enterprise-qa',
7047
+ 'cafe24',
7048
+ 'cafe24-sandbox',
7022
7049
  ]); },
7023
7050
  'io.flow.internal.v0.enums.restriction_organization_source': function () { return faker.helpers.arrayElement(['smb', 'enterprise']); },
7024
7051
  'io.flow.internal.v0.enums.restriction_rule_activation_status': function () { return faker.helpers.arrayElement(['draft', 'active', 'inactive']); },
@@ -7029,8 +7056,6 @@ var factories = {
7029
7056
  'io.flow.internal.v0.enums.revenue_record_type': function () { return faker.helpers.arrayElement(['pending', 'sales', 'refund']); },
7030
7057
  'io.flow.internal.v0.enums.risk_check': function () { return faker.helpers.arrayElement(['three_d_secure']); },
7031
7058
  'io.flow.internal.v0.enums.risk_evaluation': function () { return faker.helpers.arrayElement(['Pending', 'High-Risk', 'Low-Risk', 'Restricted-Party', 'none']); },
7032
- 'io.flow.internal.v0.enums.rohan_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
7033
- 'io.flow.internal.v0.enums.sarvesh_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
7034
7059
  'io.flow.internal.v0.enums.sellability_check_status': function () { return faker.helpers.arrayElement([
7035
7060
  'more_restrictive',
7036
7061
  'less_restrictive',
@@ -7038,7 +7063,75 @@ var factories = {
7038
7063
  'regions_differ',
7039
7064
  'rules_differ',
7040
7065
  ]); },
7066
+ 'io.flow.internal.v0.enums.sellability_internal_match_type': function () { return faker.helpers.arrayElement(['positive_keyword', 'auto_restricted']); },
7041
7067
  'io.flow.internal.v0.enums.sellability_status': function () { return faker.helpers.arrayElement(['complete', 'incomplete']); },
7068
+ 'io.flow.internal.v0.enums.shopify_callback_error_code': function () { return faker.helpers.arrayElement([
7069
+ 'UNKNOWN',
7070
+ 'SYSTEM_ERROR',
7071
+ 'THIRD_PARTY_SYSTEM_ERROR',
7072
+ 'TIMEOUT',
7073
+ 'VERSION_MISMATCH',
7074
+ 'INVALID_AUTHENTICATION',
7075
+ 'RATE_LIMIT_EXCEEDED',
7076
+ 'TEMPORARILY_UNAVAILABLE',
7077
+ 'FAILED_VALIDATION',
7078
+ 'INVALID_FORMAT',
7079
+ 'MISSING_VALUE',
7080
+ 'OUT_OF_RANGE',
7081
+ 'OVER_LIMIT',
7082
+ 'UNDER_LIMIT',
7083
+ 'UNAUTHORIZED',
7084
+ 'NOT_FOUND',
7085
+ 'EXPIRED',
7086
+ ]); },
7087
+ 'io.flow.internal.v0.enums.shopify_charge_code': function () { return faker.helpers.arrayElement([
7088
+ 'transport_cost',
7089
+ 'above_threshold',
7090
+ 'additional_handling',
7091
+ 'customs_additional_fees',
7092
+ 'customs_clearance',
7093
+ 'customs_duties',
7094
+ 'customs_regulatory_fee',
7095
+ 'customs_duty',
7096
+ 'customs_taxes',
7097
+ 'dangerous_goods',
7098
+ 'delivery_area_surcharge',
7099
+ 'duties_fx_surcharge',
7100
+ 'discount',
7101
+ 'eei_filing',
7102
+ 'elevated_risk_area_surcharge',
7103
+ 'emergency_situation_surcharge',
7104
+ 'environmental_surcharge',
7105
+ 'fuel_surcharge',
7106
+ 'oversize_piece_surcharge',
7107
+ 'packaging',
7108
+ 'pickup_area_surcharge',
7109
+ 'peak_surcharge',
7110
+ 'remote_delivery_area_surcharge',
7111
+ 'residential_surcharge',
7112
+ 'security_surcharge',
7113
+ 'shipper_intercept',
7114
+ 'address_correction',
7115
+ 'undeliverable',
7116
+ 'unknown',
7117
+ 'prohibited_item',
7118
+ 'trade_restriction_surcharge',
7119
+ 'processing',
7120
+ 'delivery',
7121
+ 'notification',
7122
+ 'broker_notification',
7123
+ 'delivery_confirmation',
7124
+ 'signature_required',
7125
+ 'tax_gst',
7126
+ 'tax_hst',
7127
+ 'tax_pst',
7128
+ 'tax_vat',
7129
+ 'discount_tax',
7130
+ 'incoterm_ddp',
7131
+ ]); },
7132
+ 'io.flow.internal.v0.enums.shopify_delivery_method_type': function () { return faker.helpers.arrayElement(['SHIPPING', 'PICKUP_POINT']); },
7133
+ 'io.flow.internal.v0.enums.shopify_dimension_unit': function () { return faker.helpers.arrayElement(['cm', 'ft', 'in', 'm', 'mm']); },
7134
+ 'io.flow.internal.v0.enums.shopify_incoterm': function () { return faker.helpers.arrayElement(['DAP', 'DDP']); },
7042
7135
  'io.flow.internal.v0.enums.shopify_incoterm_configuration': function () { return faker.helpers.arrayElement(['DDP', 'DAP', 'DDU', 'UNSUPPORTED']); },
7043
7136
  'io.flow.internal.v0.enums.shopify_markets_dangerous_goods': function () { return faker.helpers.arrayElement([
7044
7137
  'aerosols',
@@ -7093,8 +7186,40 @@ var factories = {
7093
7186
  ]); },
7094
7187
  'io.flow.internal.v0.enums.shopify_monitoring_monitor_review_status': function () { return faker.helpers.arrayElement(['in_review', 'reviewed']); },
7095
7188
  'io.flow.internal.v0.enums.shopify_monitoring_tracking_field': function () { return faker.helpers.arrayElement(['tracking_number', 'carrier_service', 'tracking_url']); },
7189
+ 'io.flow.internal.v0.enums.shopify_package_type': function () { return faker.helpers.arrayElement(['BOX', 'ENVELOPE', 'SOFT_PACK', 'TUBE', 'CARRIER_PACKAGING']); },
7096
7190
  'io.flow.internal.v0.enums.shopify_plan_type': function () { return faker.helpers.arrayElement(['standard', 'shopify_plus']); },
7097
7191
  'io.flow.internal.v0.enums.shopify_service': function () { return faker.helpers.arrayElement(['payment', 'duty_tax_calculator', 'sellability']); },
7192
+ 'io.flow.internal.v0.enums.shopify_shipment_option_code': function () { return faker.helpers.arrayElement([
7193
+ 'adult_signature_required',
7194
+ 'delivery_confirmation',
7195
+ 'insurance',
7196
+ 'named_person_only',
7197
+ 'no_neighbour_delivery',
7198
+ 'pickup',
7199
+ 'package_pickup',
7200
+ 'signature_required',
7201
+ 'proof_of_age',
7202
+ 'proof_of_age_16',
7203
+ 'proof_of_age_18',
7204
+ 'proof_of_age_19',
7205
+ 'proof_of_age_21',
7206
+ 'incoterm_ddp',
7207
+ 'incoterm_dap',
7208
+ 'usps_first_mile',
7209
+ ]); },
7210
+ 'io.flow.internal.v0.enums.shopify_unavailable_rate_reason_code': function () { return faker.helpers.arrayElement([
7211
+ 'SERVICE_NOT_AVAILABLE',
7212
+ 'TEMPORARILY_UNAVAILABLE',
7213
+ 'TIMEOUT',
7214
+ 'RATE_LIMIT_EXCEEDED',
7215
+ 'SYSTEM_ERROR',
7216
+ 'THIRD_PARTY_SYSTEM_ERROR',
7217
+ 'FAILED_VALIDATION',
7218
+ 'INVALID_FORMAT',
7219
+ 'MISSING_VALUE',
7220
+ 'OUT_OF_RANGE',
7221
+ ]); },
7222
+ 'io.flow.internal.v0.enums.shopify_weight_unit': function () { return faker.helpers.arrayElement(['g', 'kg', 'lb', 'oz']); },
7098
7223
  'io.flow.internal.v0.enums.simple_rounding_strategy': function () { return faker.helpers.arrayElement(['no_rounding', 'currency_precision']); },
7099
7224
  'io.flow.internal.v0.enums.snooze_next_action_with': function () { return faker.helpers.arrayElement(['customer_service', 'engineering']); },
7100
7225
  'io.flow.internal.v0.enums.snooze_source_type': function () { return faker.helpers.arrayElement(['task', 'invariant']); },
@@ -7275,11 +7400,13 @@ var factories = {
7275
7400
  transfer_method: factories['io.flow.internal.v0.enums.transfer_method'](),
7276
7401
  b2b_tax_remittance_days: factories.long(),
7277
7402
  merchant_of_record_fee: factories.decimal(),
7403
+ merchant_of_record_fee_create_on_order: factories.boolean(),
7278
7404
  duty_guarantee_fee: factories.decimal(),
7279
7405
  transfer_fee: factories.decimal(),
7280
7406
  negative_balance_fee: factories.decimal(),
7281
7407
  order_service_fee: factories['io.flow.internal.v0.models.tiered_fee'](),
7282
7408
  label_fees: factories['io.flow.internal.v0.models.account_setting_label_fees'](),
7409
+ revenue_share_rate: factories.decimal(),
7283
7410
  charge_label_cost_directly: factories.boolean(),
7284
7411
  transaction_posting_method: factories['io.flow.internal.v0.enums.transaction_posting_method'](),
7285
7412
  statement_transfer_transaction_location: factories['io.flow.internal.v0.enums.statement_transfer_transaction_location'](),
@@ -7290,6 +7417,10 @@ var factories = {
7290
7417
  enable_fee_reversals: factories.boolean(),
7291
7418
  record_reason_for_transactions_pending_payout: factories.boolean(),
7292
7419
  enable_negative_debits: factories.boolean(),
7420
+ enable_statement_pdf: factories.boolean(),
7421
+ enable_shipping_label_revenue_share: factories.boolean(),
7422
+ enable_carrier_charge_revenue_share: factories.boolean(),
7423
+ always_charge_organization_for_trueup: factories.boolean(),
7293
7424
  }); },
7294
7425
  'io.flow.internal.v0.models.account_settings_deleted': function () { return ({
7295
7426
  discriminator: 'account_settings_deleted',
@@ -7753,33 +7884,6 @@ var factories = {
7753
7884
  'io.flow.internal.v0.models.aftership_webhook': function () { return ({
7754
7885
  placeholder: factories.boolean(),
7755
7886
  }); },
7756
- 'io.flow.internal.v0.models.aldo_item': function () { return ({
7757
- id: factories.string(),
7758
- number: factories.string(),
7759
- amount: factories['io.flow.common.v0.models.price'](),
7760
- description: factories.string(),
7761
- type: factories['io.flow.internal.v0.enums.aldo_item_type'](),
7762
- added_on: factories.date_iso_8601(),
7763
- }); },
7764
- 'io.flow.internal.v0.models.aldo_item_deleted': function () { return ({
7765
- discriminator: 'aldo_item_deleted',
7766
- event_id: factories.string(),
7767
- timestamp: factories.date_time_iso_8601(),
7768
- id: factories.string(),
7769
- }); },
7770
- 'io.flow.internal.v0.models.aldo_item_form': function () { return ({
7771
- number: factories.string(),
7772
- amount: factories['io.flow.common.v0.models.price'](),
7773
- description: factories.string(),
7774
- type: factories['io.flow.internal.v0.enums.aldo_item_type'](),
7775
- added_on: factories.date_iso_8601(),
7776
- }); },
7777
- 'io.flow.internal.v0.models.aldo_item_upserted': function () { return ({
7778
- discriminator: 'aldo_item_upserted',
7779
- event_id: factories.string(),
7780
- timestamp: factories.date_time_iso_8601(),
7781
- item: factories['io.flow.internal.v0.models.aldo_item'](),
7782
- }); },
7783
7887
  'io.flow.internal.v0.models.all_items_export': function () { return ({
7784
7888
  discriminator: 'all_items_export',
7785
7889
  event_id: factories.string(),
@@ -7813,60 +7917,6 @@ var factories = {
7813
7917
  type: factories['io.flow.internal.v0.enums.amrutha_item_type'](),
7814
7918
  added_on: factories.date_time_iso_8601(),
7815
7919
  }); },
7816
- 'io.flow.internal.v0.models.anirban_item': function () { return ({
7817
- id: factories.string(),
7818
- number: factories.string(),
7819
- amount: factories['io.flow.common.v0.models.price'](),
7820
- description: factories.string(),
7821
- type: factories['io.flow.internal.v0.enums.anirban_item_type'](),
7822
- added_on: factories.date_time_iso_8601(),
7823
- }); },
7824
- 'io.flow.internal.v0.models.anirban_item_deleted': function () { return ({
7825
- discriminator: 'anirban_item_deleted',
7826
- event_id: factories.string(),
7827
- timestamp: factories.date_time_iso_8601(),
7828
- id: factories.string(),
7829
- }); },
7830
- 'io.flow.internal.v0.models.anirban_item_form': function () { return ({
7831
- number: factories.string(),
7832
- amount: factories['io.flow.common.v0.models.price'](),
7833
- description: factories.string(),
7834
- type: factories['io.flow.internal.v0.enums.anirban_item_type'](),
7835
- added_on: factories.date_time_iso_8601(),
7836
- }); },
7837
- 'io.flow.internal.v0.models.anirban_item_upserted': function () { return ({
7838
- discriminator: 'anirban_item_upserted',
7839
- event_id: factories.string(),
7840
- timestamp: factories.date_time_iso_8601(),
7841
- item: factories['io.flow.internal.v0.models.anirban_item'](),
7842
- }); },
7843
- 'io.flow.internal.v0.models.ansh_item': function () { return ({
7844
- id: factories.string(),
7845
- number: factories.string(),
7846
- amount: factories['io.flow.common.v0.models.price'](),
7847
- description: factories.string(),
7848
- type: factories['io.flow.internal.v0.enums.ansh_item_type'](),
7849
- added_on: factories.date_iso_8601(),
7850
- }); },
7851
- 'io.flow.internal.v0.models.ansh_item_deleted': function () { return ({
7852
- discriminator: 'ansh_item_deleted',
7853
- event_id: factories.string(),
7854
- timestamp: factories.date_time_iso_8601(),
7855
- id: factories.string(),
7856
- }); },
7857
- 'io.flow.internal.v0.models.ansh_item_form': function () { return ({
7858
- number: factories.string(),
7859
- amount: factories['io.flow.common.v0.models.price'](),
7860
- description: factories.string(),
7861
- type: factories['io.flow.internal.v0.enums.ansh_item_type'](),
7862
- added_on: factories.date_iso_8601(),
7863
- }); },
7864
- 'io.flow.internal.v0.models.ansh_item_upserted': function () { return ({
7865
- discriminator: 'ansh_item_upserted',
7866
- event_id: factories.string(),
7867
- timestamp: factories.date_time_iso_8601(),
7868
- item: factories['io.flow.internal.v0.models.ansh_item'](),
7869
- }); },
7870
7920
  'io.flow.internal.v0.models.apple_pay_authorization_payload': function () { return ({
7871
7921
  discriminator: 'apple_pay_authorization_payload',
7872
7922
  apple_pay_token: factories.string(),
@@ -7954,6 +8004,14 @@ var factories = {
7954
8004
  keywords: arrayOf(function () { return factories.string(); }),
7955
8005
  action: factories['io.flow.internal.v0.enums.restriction_status'](),
7956
8006
  }); },
8007
+ 'io.flow.internal.v0.models.b2b_fee_mor_tax_trigger_metadata': function () { return ({
8008
+ discriminator: 'b2b_fee_mor_tax_trigger_metadata',
8009
+ trigger_type: factories['io.flow.internal.v0.enums.b2b_fee_mor_tax_trigger_type'](),
8010
+ }); },
8011
+ 'io.flow.internal.v0.models.b2b_fee_shipping_tax_trigger_metadata': function () { return ({
8012
+ discriminator: 'b2b_fee_shipping_tax_trigger_metadata',
8013
+ trigger_type: factories['io.flow.internal.v0.enums.b2b_fee_shipping_tax_trigger_type'](),
8014
+ }); },
7957
8015
  'io.flow.internal.v0.models.b2b_tax_ledger': function () { return ({
7958
8016
  id: factories.string(),
7959
8017
  total_amount: factories['io.flow.internal.v0.models.tax_type_total'](),
@@ -7971,6 +8029,8 @@ var factories = {
7971
8029
  document_type: factories['io.flow.internal.v0.enums.b2b_tax_ledger_document_type'](),
7972
8030
  document_date: factories.date_time_iso_8601(),
7973
8031
  ledger_report_id: factories.string(),
8032
+ voids_invoice_number: factories.string(),
8033
+ document_number: factories.string(),
7974
8034
  }); },
7975
8035
  'io.flow.internal.v0.models.b2b_tax_ledger_form': function () { return ({
7976
8036
  total_amount: factories['io.flow.internal.v0.models.tax_type_total'](),
@@ -7988,6 +8048,8 @@ var factories = {
7988
8048
  document_type: factories['io.flow.internal.v0.enums.b2b_tax_ledger_document_type'](),
7989
8049
  document_date: factories.date_time_iso_8601(),
7990
8050
  ledger_report_id: factories.string(),
8051
+ voids_invoice_number: factories.string(),
8052
+ document_number: factories.string(),
7991
8053
  }); },
7992
8054
  'io.flow.internal.v0.models.bank_account': function () { return ({
7993
8055
  status: factories['io.flow.internal.v0.enums.bank_account_status'](),
@@ -8257,6 +8319,9 @@ var factories = {
8257
8319
  tax_refund: factories['io.flow.common.v0.models.price'](),
8258
8320
  b2b_tax: factories['io.flow.common.v0.models.price'](),
8259
8321
  b2b_tax_refund: factories['io.flow.common.v0.models.price'](),
8322
+ merchant_fee: factories['io.flow.common.v0.models.price'](),
8323
+ b2b_fee_mor_tax: factories['io.flow.common.v0.models.price'](),
8324
+ b2b_fee_shipping_tax: factories['io.flow.common.v0.models.price'](),
8260
8325
  }); },
8261
8326
  'io.flow.internal.v0.models.billing_statement_upserted': function () { return ({
8262
8327
  discriminator: 'billing_statement_upserted',
@@ -8314,6 +8379,21 @@ var factories = {
8314
8379
  public_key: factories.string(),
8315
8380
  secret_key: factories.string(),
8316
8381
  }); },
8382
+ 'io.flow.internal.v0.models.bojana_item': function () { return ({
8383
+ id: factories.string(),
8384
+ number: factories.string(),
8385
+ amount: factories['io.flow.common.v0.models.price'](),
8386
+ description: factories.string(),
8387
+ type: factories['io.flow.internal.v0.enums.bojana_item_type'](),
8388
+ added_on: factories.date_time_iso_8601(),
8389
+ }); },
8390
+ 'io.flow.internal.v0.models.bojana_item_form': function () { return ({
8391
+ number: factories.string(),
8392
+ amount: factories['io.flow.common.v0.models.price'](),
8393
+ description: factories.string(),
8394
+ type: factories['io.flow.internal.v0.enums.bojana_item_type'](),
8395
+ added_on: factories.date_time_iso_8601(),
8396
+ }); },
8317
8397
  'io.flow.internal.v0.models.boolean_feature_default_value': function () { return ({
8318
8398
  discriminator: 'boolean',
8319
8399
  value: factories.boolean(),
@@ -9190,6 +9270,33 @@ var factories = {
9190
9270
  url: factories.string(),
9191
9271
  type: factories['io.flow.internal.v0.enums.checkout_url_type'](),
9192
9272
  }); },
9273
+ 'io.flow.internal.v0.models.chenglin_item': function () { return ({
9274
+ id: factories.string(),
9275
+ number: factories.string(),
9276
+ amount: factories['io.flow.common.v0.models.price'](),
9277
+ description: factories.string(),
9278
+ type: factories['io.flow.internal.v0.enums.gabriel_item_type'](),
9279
+ added_on: factories.date_iso_8601(),
9280
+ }); },
9281
+ 'io.flow.internal.v0.models.chenglin_item_deleted': function () { return ({
9282
+ discriminator: 'chenglin_item_deleted',
9283
+ event_id: factories.string(),
9284
+ timestamp: factories.date_time_iso_8601(),
9285
+ id: factories.string(),
9286
+ }); },
9287
+ 'io.flow.internal.v0.models.chenglin_item_form': function () { return ({
9288
+ number: factories.string(),
9289
+ amount: factories['io.flow.common.v0.models.price'](),
9290
+ description: factories.string(),
9291
+ type: factories['io.flow.internal.v0.enums.gabriel_item_type'](),
9292
+ added_on: factories.date_iso_8601(),
9293
+ }); },
9294
+ 'io.flow.internal.v0.models.chenglin_item_upserted': function () { return ({
9295
+ discriminator: 'chenglin_item_upserted',
9296
+ event_id: factories.string(),
9297
+ timestamp: factories.date_time_iso_8601(),
9298
+ item: factories['io.flow.internal.v0.models.chenglin_item'](),
9299
+ }); },
9193
9300
  'io.flow.internal.v0.models.cipher': function () { return ({
9194
9301
  id: factories.string(),
9195
9302
  attributes: objectOf(function () { return factories.string(); }),
@@ -11262,6 +11369,11 @@ var factories = {
11262
11369
  organization_ids: arrayOf(function () { return factories.string(); }),
11263
11370
  num_events: factories.long(),
11264
11371
  }); },
11372
+ 'io.flow.internal.v0.models.generate_load_rate': function () { return ({
11373
+ organization_ids: arrayOf(function () { return factories.string(); }),
11374
+ events_per_second: factories.long(),
11375
+ duration_seconds: factories.long(),
11376
+ }); },
11265
11377
  'io.flow.internal.v0.models.generate_load_single_org': function () { return ({
11266
11378
  discriminator: 'generate_load_single_org',
11267
11379
  organization_id: factories.string(),
@@ -11407,39 +11519,13 @@ var factories = {
11407
11519
  organization: factories.string(),
11408
11520
  export_id: factories.string(),
11409
11521
  }); },
11410
- 'io.flow.internal.v0.models.hosein_item': function () { return ({
11411
- id: factories.string(),
11412
- number: factories.string(),
11413
- amount: factories['io.flow.common.v0.models.price'](),
11414
- description: factories.string(),
11415
- type: factories['io.flow.internal.v0.enums.hosein_item_type'](),
11416
- added_on: factories.date_time_iso_8601(),
11417
- }); },
11418
- 'io.flow.internal.v0.models.hosein_item_deleted': function () { return ({
11419
- discriminator: 'hosein_item_deleted',
11420
- event_id: factories.string(),
11421
- timestamp: factories.date_time_iso_8601(),
11422
- id: factories.string(),
11423
- }); },
11424
- 'io.flow.internal.v0.models.hosein_item_form': function () { return ({
11425
- number: factories.string(),
11426
- amount: factories['io.flow.common.v0.models.price'](),
11427
- description: factories.string(),
11428
- type: factories['io.flow.internal.v0.enums.hosein_item_type'](),
11429
- added_on: factories.date_time_iso_8601(),
11430
- }); },
11431
- 'io.flow.internal.v0.models.hosein_item_upserted': function () { return ({
11432
- discriminator: 'hosein_item_upserted',
11433
- event_id: factories.string(),
11434
- timestamp: factories.date_time_iso_8601(),
11435
- item: factories['io.flow.internal.v0.models.hosein_item'](),
11436
- }); },
11437
11522
  'io.flow.internal.v0.models.hs6': function () { return ({
11438
11523
  code: factories.string(),
11439
11524
  description: factories.string(),
11440
11525
  }); },
11441
11526
  'io.flow.internal.v0.models.hs6_metadata': function () { return ({
11442
11527
  description: factories.string(),
11528
+ classification_source: factories['io.flow.internal.v0.enums.classification_source'](),
11443
11529
  }); },
11444
11530
  'io.flow.internal.v0.models.import_completed': function () { return ({
11445
11531
  discriminator: 'import_completed',
@@ -11890,10 +11976,6 @@ var factories = {
11890
11976
  'io.flow.internal.v0.models.item_values_form': function () { return ({
11891
11977
  values: arrayOf(function () { return factories.string(); }),
11892
11978
  }); },
11893
- 'io.flow.internal.v0.models.jean_demo_item': function () { return ({
11894
- id: factories.string(),
11895
- name: factories.string(),
11896
- }); },
11897
11979
  'io.flow.internal.v0.models.journal': function () { return ({
11898
11980
  name: factories.string(),
11899
11981
  queued: factories.integer(),
@@ -11995,30 +12077,6 @@ var factories = {
11995
12077
  country: factories.string(),
11996
12078
  postal: factories.string(),
11997
12079
  }); },
11998
- 'io.flow.internal.v0.models.label_generation_settings': function () { return ({
11999
- id: factories.string(),
12000
- auto_generate_query: factories.string(),
12001
- commercial_invoice_only_query: factories.string(),
12002
- }); },
12003
- 'io.flow.internal.v0.models.label_generation_settings_deleted': function () { return ({
12004
- discriminator: 'label_generation_settings_deleted',
12005
- event_id: factories.string(),
12006
- timestamp: factories.date_time_iso_8601(),
12007
- organization: factories.string(),
12008
- id: factories.string(),
12009
- }); },
12010
- 'io.flow.internal.v0.models.label_generation_settings_form': function () { return ({
12011
- item_identifier: factories.string(),
12012
- auto_generate_query: factories.string(),
12013
- commercial_invoice_only_query: factories.string(),
12014
- }); },
12015
- 'io.flow.internal.v0.models.label_generation_settings_upserted': function () { return ({
12016
- discriminator: 'label_generation_settings_upserted',
12017
- event_id: factories.string(),
12018
- timestamp: factories.date_time_iso_8601(),
12019
- organization: factories.string(),
12020
- label_generation_settings: factories['io.flow.internal.v0.models.label_generation_settings'](),
12021
- }); },
12022
12080
  'io.flow.internal.v0.models.label_invoice_request': function () { return ({
12023
12081
  id: factories.string(),
12024
12082
  label: factories['io.flow.internal.v0.models.trueup_label_summary'](),
@@ -12096,6 +12154,7 @@ var factories = {
12096
12154
  reference_id: factories.string(),
12097
12155
  logistics_integration_provider: factories.string(),
12098
12156
  tax_lrp_liabilities: arrayOf(function () { return factories['io.flow.internal.v0.models.liability'](); }),
12157
+ channel_id: factories.string(),
12099
12158
  }); },
12100
12159
  'io.flow.internal.v0.models.label_summary': function () { return ({
12101
12160
  id: factories.string(),
@@ -12466,6 +12525,7 @@ var factories = {
12466
12525
  original_transaction: factories['io.flow.internal.v0.models.transaction_reference'](),
12467
12526
  order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
12468
12527
  attributes: objectOf(function () { return factories.string(); }),
12528
+ recoup: factories.boolean(),
12469
12529
  id: factories.string(),
12470
12530
  type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
12471
12531
  status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
@@ -12482,6 +12542,7 @@ var factories = {
12482
12542
  category: factories['io.flow.internal.v0.enums.manual_transaction_category'](),
12483
12543
  order: factories['io.flow.internal.v0.models.manual_transaction_form_order'](),
12484
12544
  original_transaction_id: factories.string(),
12545
+ recoup: factories.boolean(),
12485
12546
  attributes: objectOf(function () { return factories.string(); }),
12486
12547
  }); },
12487
12548
  'io.flow.internal.v0.models.manual_transaction_form_order': function () { return ({
@@ -12692,33 +12753,6 @@ var factories = {
12692
12753
  amount: factories['io.flow.common.v0.models.price'](),
12693
12754
  conditions: factories.string(),
12694
12755
  }); },
12695
- 'io.flow.internal.v0.models.niall_item': function () { return ({
12696
- id: factories.string(),
12697
- number: factories.string(),
12698
- amount: factories['io.flow.common.v0.models.price'](),
12699
- description: factories.string(),
12700
- type: factories['io.flow.internal.v0.enums.niall_item_type'](),
12701
- added_on: factories.date_time_iso_8601(),
12702
- }); },
12703
- 'io.flow.internal.v0.models.niall_item_deleted': function () { return ({
12704
- discriminator: 'niall_item_deleted',
12705
- event_id: factories.string(),
12706
- timestamp: factories.date_time_iso_8601(),
12707
- id: factories.string(),
12708
- }); },
12709
- 'io.flow.internal.v0.models.niall_item_form': function () { return ({
12710
- number: factories.string(),
12711
- amount: factories['io.flow.common.v0.models.price'](),
12712
- description: factories.string(),
12713
- type: factories['io.flow.internal.v0.enums.niall_item_type'](),
12714
- added_on: factories.date_time_iso_8601(),
12715
- }); },
12716
- 'io.flow.internal.v0.models.niall_item_upserted': function () { return ({
12717
- discriminator: 'niall_item_upserted',
12718
- event_id: factories.string(),
12719
- timestamp: factories.date_time_iso_8601(),
12720
- item: factories['io.flow.internal.v0.models.niall_item'](),
12721
- }); },
12722
12756
  'io.flow.internal.v0.models.no_calculated_tax_amount': function () { return ({
12723
12757
  discriminator: 'no_calculated_tax_amount',
12724
12758
  amount: factories.decimal(),
@@ -12791,6 +12825,7 @@ var factories = {
12791
12825
  audit_result: factories['io.flow.internal.v0.enums.onboarding_audit_result'](),
12792
12826
  blocked_since: factories.date_time_iso_8601(),
12793
12827
  onboarding_segment: factories.string(),
12828
+ country: factories.string(),
12794
12829
  }); },
12795
12830
  'io.flow.internal.v0.models.onboarding_state_form': function () { return ({
12796
12831
  onboarding_state: factories['io.flow.organization.onboarding.state.v0.unions.onboarding_state'](),
@@ -13348,6 +13383,14 @@ var factories = {
13348
13383
  type: factories['io.flow.common.v0.enums.change_type'](),
13349
13384
  organization_payment_setting: factories['io.flow.internal.v0.models.organization_payment_setting'](),
13350
13385
  }); },
13386
+ 'io.flow.internal.v0.models.organization_promotion': function () { return ({
13387
+ status: factories['io.flow.internal.v0.enums.organization_promotion_status'](),
13388
+ prod_org: factories.string(),
13389
+ }); },
13390
+ 'io.flow.internal.v0.models.organization_promotion_warning': function () { return ({
13391
+ prod_org: factories.string(),
13392
+ message: factories.string(),
13393
+ }); },
13351
13394
  'io.flow.internal.v0.models.organization_restriction_note_form': function () { return ({
13352
13395
  note: factories.string(),
13353
13396
  note_type: factories['io.flow.internal.v0.enums.organization_restriction_note_type'](),
@@ -13542,6 +13585,7 @@ var factories = {
13542
13585
  label_transaction_id: factories.string(),
13543
13586
  label_invoice_request_id: factories.string(),
13544
13587
  carrier_charge_id: factories.string(),
13588
+ subtype: factories.string(),
13545
13589
  }); },
13546
13590
  'io.flow.internal.v0.models.other_record_order_summary': function () { return ({
13547
13591
  organization: factories['io.flow.internal.v0.models.other_record_organization_summary'](),
@@ -14082,21 +14126,6 @@ var factories = {
14082
14126
  minimum_amount_base: factories.decimal(),
14083
14127
  rate: factories.decimal(),
14084
14128
  }); },
14085
- 'io.flow.internal.v0.models.prateek_item': function () { return ({
14086
- id: factories.string(),
14087
- number: factories.string(),
14088
- amount: factories['io.flow.common.v0.models.price'](),
14089
- description: factories.string(),
14090
- type: factories['io.flow.internal.v0.enums.prateek_item_type'](),
14091
- added_on: factories.date_iso_8601(),
14092
- }); },
14093
- 'io.flow.internal.v0.models.prateek_item_form': function () { return ({
14094
- number: factories.string(),
14095
- amount: factories['io.flow.common.v0.models.price'](),
14096
- description: factories.string(),
14097
- type: factories['io.flow.internal.v0.enums.prateek_item_type'](),
14098
- added_on: factories.date_iso_8601(),
14099
- }); },
14100
14129
  'io.flow.internal.v0.models.prediction': function () { return ({
14101
14130
  main_material: factories.string(),
14102
14131
  gender: factories.string(),
@@ -14152,6 +14181,7 @@ var factories = {
14152
14181
  last_request: factories.date_time_iso_8601(),
14153
14182
  }); },
14154
14183
  'io.flow.internal.v0.models.preonboarding_sellability_result': function () { return ({
14184
+ id: factories.string(),
14155
14185
  merchant_id: factories.string(),
14156
14186
  product_id: factories.string(),
14157
14187
  channel: factories.string(),
@@ -14167,6 +14197,25 @@ var factories = {
14167
14197
  taxonomy_category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
14168
14198
  fingerprint: factories.string(),
14169
14199
  }); },
14200
+ 'io.flow.internal.v0.models.preonboarding_sellability_result_deleted': function () { return ({
14201
+ discriminator: 'preonboarding_sellability_result_deleted',
14202
+ event_id: factories.string(),
14203
+ timestamp: factories.date_time_iso_8601(),
14204
+ id: factories.string(),
14205
+ }); },
14206
+ 'io.flow.internal.v0.models.preonboarding_sellability_result_inserted': function () { return ({
14207
+ discriminator: 'preonboarding_sellability_result_inserted',
14208
+ event_id: factories.string(),
14209
+ timestamp: factories.date_time_iso_8601(),
14210
+ preonboarding_sellability_result: factories['io.flow.internal.v0.models.preonboarding_sellability_result'](),
14211
+ }); },
14212
+ 'io.flow.internal.v0.models.preonboarding_sellability_result_updated': function () { return ({
14213
+ discriminator: 'preonboarding_sellability_result_updated',
14214
+ event_id: factories.string(),
14215
+ timestamp: factories.date_time_iso_8601(),
14216
+ previous_preonboarding_sellability_result: factories['io.flow.internal.v0.models.preonboarding_sellability_result'](),
14217
+ preonboarding_sellability_result: factories['io.flow.internal.v0.models.preonboarding_sellability_result'](),
14218
+ }); },
14170
14219
  'io.flow.internal.v0.models.price_inclusivity': function () { return ({
14171
14220
  tax: factories.boolean(),
14172
14221
  duty: factories.boolean(),
@@ -14402,9 +14451,15 @@ var factories = {
14402
14451
  }); },
14403
14452
  'io.flow.internal.v0.models.product_sellability_internal_result': function () { return ({
14404
14453
  restricted_regions: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellability_region_result'](); }),
14405
- rule_ids: arrayOf(function () { return factories.string(); }),
14454
+ rule_matches: arrayOf(function () { return factories['io.flow.internal.v0.models.product_sellability_internal_rule_match'](); }),
14455
+ matching_positive_keywords: arrayOf(function () { return factories.string(); }),
14456
+ }); },
14457
+ 'io.flow.internal.v0.models.product_sellability_internal_rule_match': function () { return ({
14458
+ rule_id: factories.string(),
14459
+ match_types: arrayOf(function () { return factories['io.flow.internal.v0.enums.sellability_internal_match_type'](); }),
14406
14460
  }); },
14407
14461
  'io.flow.internal.v0.models.product_sellability_result': function () { return ({
14462
+ id: factories.string(),
14408
14463
  shop_id: factories.string(),
14409
14464
  product_number: factories.string(),
14410
14465
  request_id: factories.string(),
@@ -14413,6 +14468,27 @@ var factories = {
14413
14468
  restricted_regions_by_type: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellability_region_result'](); }),
14414
14469
  rule_ids: arrayOf(function () { return factories.string(); }),
14415
14470
  taxonomy_category: factories.string(),
14471
+ fingerprint: factories.string(),
14472
+ processed_at: factories.date_time_iso_8601(),
14473
+ }); },
14474
+ 'io.flow.internal.v0.models.product_sellability_result_deleted': function () { return ({
14475
+ discriminator: 'product_sellability_result_deleted',
14476
+ event_id: factories.string(),
14477
+ timestamp: factories.date_time_iso_8601(),
14478
+ id: factories.string(),
14479
+ }); },
14480
+ 'io.flow.internal.v0.models.product_sellability_result_inserted': function () { return ({
14481
+ discriminator: 'product_sellability_result_inserted',
14482
+ event_id: factories.string(),
14483
+ timestamp: factories.date_time_iso_8601(),
14484
+ product_sellability_result: factories['io.flow.internal.v0.models.product_sellability_result'](),
14485
+ }); },
14486
+ 'io.flow.internal.v0.models.product_sellability_result_updated': function () { return ({
14487
+ discriminator: 'product_sellability_result_updated',
14488
+ event_id: factories.string(),
14489
+ timestamp: factories.date_time_iso_8601(),
14490
+ previous_product_sellability_result: factories['io.flow.internal.v0.models.product_sellability_result'](),
14491
+ product_sellability_result: factories['io.flow.internal.v0.models.product_sellability_result'](),
14416
14492
  }); },
14417
14493
  'io.flow.internal.v0.models.product_transaction': function () { return ({
14418
14494
  transaction_amount: factories.decimal(),
@@ -14882,6 +14958,7 @@ var factories = {
14882
14958
  source_type: factories['io.flow.internal.v0.enums.source_type_filter'](),
14883
14959
  order_payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
14884
14960
  amount_range: factories['io.flow.internal.v0.models.report_amount_range'](),
14961
+ account_currency: factories['io.flow.internal.v0.enums.account_currency_filter'](),
14885
14962
  }); },
14886
14963
  'io.flow.internal.v0.models.report_form': function () { return ({
14887
14964
  type: factories['io.flow.internal.v0.enums.report_type'](),
@@ -15614,33 +15691,6 @@ var factories = {
15614
15691
  organization: factories.string(),
15615
15692
  revenue_record: factories['io.flow.internal.v0.models.revenue_record'](),
15616
15693
  }); },
15617
- 'io.flow.internal.v0.models.rohan_item': function () { return ({
15618
- id: factories.string(),
15619
- number: factories.string(),
15620
- amount: factories['io.flow.common.v0.models.price'](),
15621
- description: factories.string(),
15622
- type: factories['io.flow.internal.v0.enums.rohan_item_type'](),
15623
- added_on: factories.date_iso_8601(),
15624
- }); },
15625
- 'io.flow.internal.v0.models.rohan_item_deleted': function () { return ({
15626
- discriminator: 'rohan_item_deleted',
15627
- event_id: factories.string(),
15628
- timestamp: factories.date_time_iso_8601(),
15629
- id: factories.string(),
15630
- }); },
15631
- 'io.flow.internal.v0.models.rohan_item_form': function () { return ({
15632
- number: factories.string(),
15633
- amount: factories['io.flow.common.v0.models.price'](),
15634
- description: factories.string(),
15635
- type: factories['io.flow.internal.v0.enums.rohan_item_type'](),
15636
- added_on: factories.date_iso_8601(),
15637
- }); },
15638
- 'io.flow.internal.v0.models.rohan_item_upserted': function () { return ({
15639
- discriminator: 'rohan_item_upserted',
15640
- event_id: factories.string(),
15641
- timestamp: factories.date_time_iso_8601(),
15642
- item: factories['io.flow.internal.v0.models.rohan_item'](),
15643
- }); },
15644
15694
  'io.flow.internal.v0.models.routing_account': function () { return ({
15645
15695
  discriminator: 'routing_account',
15646
15696
  processor: factories['io.flow.internal.v0.enums.processor'](),
@@ -15672,6 +15722,9 @@ var factories = {
15672
15722
  price_inclusivity: factories['io.flow.internal.v0.models.price_inclusivity'](),
15673
15723
  destination_country: factories.string(),
15674
15724
  fulfilled_at: factories.date_time_iso_8601(),
15725
+ reconciliation: factories['io.flow.internal.v0.models.reporting_reconciliation'](),
15726
+ is_eu_destination: factories.boolean(),
15727
+ debug_url: factories.string(),
15675
15728
  }); },
15676
15729
  'io.flow.internal.v0.models.sandbox_setup': function () { return ({
15677
15730
  requested_by: factories.string(),
@@ -15679,33 +15732,6 @@ var factories = {
15679
15732
  'io.flow.internal.v0.models.sandbox_setup_form': function () { return ({
15680
15733
  requested_by: factories.string(),
15681
15734
  }); },
15682
- 'io.flow.internal.v0.models.sarvesh_item': function () { return ({
15683
- id: factories.string(),
15684
- number: factories.string(),
15685
- amount: factories['io.flow.common.v0.models.price'](),
15686
- description: factories.string(),
15687
- type: factories['io.flow.internal.v0.enums.sarvesh_item_type'](),
15688
- added_on: factories.date_time_iso_8601(),
15689
- }); },
15690
- 'io.flow.internal.v0.models.sarvesh_item_deleted': function () { return ({
15691
- discriminator: 'sarvesh_item_deleted',
15692
- event_id: factories.string(),
15693
- timestamp: factories.date_time_iso_8601(),
15694
- id: factories.string(),
15695
- }); },
15696
- 'io.flow.internal.v0.models.sarvesh_item_form': function () { return ({
15697
- number: factories.string(),
15698
- amount: factories['io.flow.common.v0.models.price'](),
15699
- description: factories.string(),
15700
- type: factories['io.flow.internal.v0.enums.sarvesh_item_type'](),
15701
- added_on: factories.date_time_iso_8601(),
15702
- }); },
15703
- 'io.flow.internal.v0.models.sarvesh_item_upserted': function () { return ({
15704
- discriminator: 'sarvesh_item_upserted',
15705
- event_id: factories.string(),
15706
- timestamp: factories.date_time_iso_8601(),
15707
- item: factories['io.flow.internal.v0.models.sarvesh_item'](),
15708
- }); },
15709
15735
  'io.flow.internal.v0.models.scheduled_payment': function () { return ({
15710
15736
  payment: factories['io.flow.internal.v0.models.report_payment'](),
15711
15737
  bank_account: factories['io.flow.internal.v0.models.report_bank_account_cleartext'](),
@@ -15827,6 +15853,31 @@ var factories = {
15827
15853
  cost_estimate_source: factories['io.flow.label.v0.enums.cost_estimate_source'](),
15828
15854
  cost: factories['io.flow.common.v0.models.money'](),
15829
15855
  }); },
15856
+ 'io.flow.internal.v0.models.shipping_cost_deleted': function () { return ({
15857
+ discriminator: 'shipping_cost_deleted',
15858
+ event_id: factories.string(),
15859
+ timestamp: factories.date_time_iso_8601(),
15860
+ organization: factories.string(),
15861
+ id: factories.string(),
15862
+ }); },
15863
+ 'io.flow.internal.v0.models.shipping_cost_summary': function () { return ({
15864
+ id: factories.string(),
15865
+ source: factories['io.flow.billing.v0.enums.transaction_source'](),
15866
+ organization_id: factories.string(),
15867
+ order_number: factories.string(),
15868
+ amount: factories['io.flow.common.v0.models.money'](),
15869
+ tax: factories['io.flow.common.v0.models.money'](),
15870
+ label_id: factories.string(),
15871
+ base: factories['io.flow.trueup.v0.models.label_base'](),
15872
+ surcharges: arrayOf(function () { return factories['io.flow.trueup.v0.models.label_surcharge'](); }),
15873
+ }); },
15874
+ 'io.flow.internal.v0.models.shipping_cost_upserted': function () { return ({
15875
+ discriminator: 'shipping_cost_upserted',
15876
+ event_id: factories.string(),
15877
+ timestamp: factories.date_time_iso_8601(),
15878
+ organization: factories.string(),
15879
+ shipping_cost: factories['io.flow.internal.v0.models.shipping_cost_summary'](),
15880
+ }); },
15830
15881
  'io.flow.internal.v0.models.shipping_lane': function () { return ({
15831
15882
  origin: factories.string(),
15832
15883
  destination: factories.string(),
@@ -15880,6 +15931,22 @@ var factories = {
15880
15931
  line_items: arrayOf(function () { return factories['io.flow.common.v0.models.line_item_form'](); }),
15881
15932
  include_unpublished: factories.boolean(),
15882
15933
  }); },
15934
+ 'io.flow.internal.v0.models.shopify_address': function () { return ({
15935
+ address1: factories.string(),
15936
+ city: factories.string(),
15937
+ country_code: factories.string(),
15938
+ address2: factories.string(),
15939
+ postal_code: factories.string(),
15940
+ province: factories.string(),
15941
+ }); },
15942
+ 'io.flow.internal.v0.models.shopify_callback_error': function () { return ({
15943
+ errors: arrayOf(function () { return factories['io.flow.internal.v0.models.shopify_callback_error_item'](); }),
15944
+ }); },
15945
+ 'io.flow.internal.v0.models.shopify_callback_error_item': function () { return ({
15946
+ code: factories['io.flow.internal.v0.enums.shopify_callback_error_code'](),
15947
+ message: factories.string(),
15948
+ field: factories.string(),
15949
+ }); },
15883
15950
  'io.flow.internal.v0.models.shopify_catalog_publication': function () { return ({
15884
15951
  owner: factories['io.flow.internal.v0.enums.catalog_publication_owner'](),
15885
15952
  }); },
@@ -15890,6 +15957,12 @@ var factories = {
15890
15957
  token: factories['io.flow.internal.v0.models.shopify_channel_organization_token'](),
15891
15958
  service: factories['io.flow.internal.v0.enums.shopify_service'](),
15892
15959
  }); },
15960
+ 'io.flow.internal.v0.models.shopify_contact_details': function () { return ({
15961
+ company: factories.string(),
15962
+ email: factories.string(),
15963
+ name: factories.string(),
15964
+ phone: factories.string(),
15965
+ }); },
15893
15966
  'io.flow.internal.v0.models.shopify_dispute': function () { return ({
15894
15967
  id: factories.string(),
15895
15968
  organization_id: factories.string(),
@@ -16197,6 +16270,14 @@ var factories = {
16197
16270
  organization: factories.string(),
16198
16271
  registration: factories['io.flow.internal.v0.models.shopify_markets_webhook_registration'](),
16199
16272
  }); },
16273
+ 'io.flow.internal.v0.models.shopify_measurements': function () { return ({
16274
+ dimension_unit: factories['io.flow.internal.v0.enums.shopify_dimension_unit'](),
16275
+ height: factories.decimal(),
16276
+ length: factories.decimal(),
16277
+ width: factories.decimal(),
16278
+ weight: factories.decimal(),
16279
+ weight_unit: factories['io.flow.internal.v0.enums.shopify_weight_unit'](),
16280
+ }); },
16200
16281
  'io.flow.internal.v0.models.shopify_merchant_plan': function () { return ({
16201
16282
  id: factories.string(),
16202
16283
  authorization: factories['io.flow.payment.v0.models.authorization_reference'](),
@@ -16220,6 +16301,10 @@ var factories = {
16220
16301
  catalog_publication: factories['io.flow.internal.v0.models.shopify_catalog_publication'](),
16221
16302
  token: factories.string(),
16222
16303
  }); },
16304
+ 'io.flow.internal.v0.models.shopify_money': function () { return ({
16305
+ amount: factories.decimal(),
16306
+ currency_code: factories.string(),
16307
+ }); },
16223
16308
  'io.flow.internal.v0.models.shopify_monitoring_carrier_service': function () { return ({
16224
16309
  service: factories.string(),
16225
16310
  }); },
@@ -16459,6 +16544,13 @@ var factories = {
16459
16544
  shopify_product: factories['io.flow.shopify.external.v0.models.product'](),
16460
16545
  deleted_at: factories.date_time_iso_8601(),
16461
16546
  }); },
16547
+ 'io.flow.internal.v0.models.shopify_rate_customs_detail': function () { return ({
16548
+ incoterm: factories['io.flow.internal.v0.enums.shopify_incoterm'](),
16549
+ net_value: factories['io.flow.internal.v0.models.shopify_money'](),
16550
+ }); },
16551
+ 'io.flow.internal.v0.models.shopify_rate_pickup_point': function () { return ({
16552
+ partner_reference_id: factories.string(),
16553
+ }); },
16462
16554
  'io.flow.internal.v0.models.shopify_report_file_deleted': function () { return ({
16463
16555
  discriminator: 'shopify_report_file_deleted',
16464
16556
  event_id: factories.string(),
@@ -16471,6 +16563,73 @@ var factories = {
16471
16563
  timestamp: factories.date_time_iso_8601(),
16472
16564
  shopify_report_file: factories['io.flow.internal.v0.models.report_file'](),
16473
16565
  }); },
16566
+ 'io.flow.internal.v0.models.shopify_shipment_rate_available': function () { return ({
16567
+ carrier_service_id: factories.string(),
16568
+ total_charges: factories['io.flow.internal.v0.models.shopify_shipment_rate_total_charges'](),
16569
+ charges: arrayOf(function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_charge'](); }),
16570
+ shipment_options: arrayOf(function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_option'](); }),
16571
+ expected_delivery_date: factories.date_time_iso_8601(),
16572
+ guaranteed_delivery_date: factories.date_time_iso_8601(),
16573
+ incoterm: factories['io.flow.internal.v0.enums.shopify_incoterm'](),
16574
+ }); },
16575
+ 'io.flow.internal.v0.models.shopify_shipment_rate_charge': function () { return ({
16576
+ code: factories['io.flow.internal.v0.enums.shopify_charge_code'](),
16577
+ cost: factories['io.flow.internal.v0.models.shopify_money'](),
16578
+ }); },
16579
+ 'io.flow.internal.v0.models.shopify_shipment_rate_option': function () { return ({
16580
+ code: factories['io.flow.internal.v0.enums.shopify_shipment_option_code'](),
16581
+ cost: factories['io.flow.internal.v0.models.shopify_money'](),
16582
+ optional: factories.boolean(),
16583
+ }); },
16584
+ 'io.flow.internal.v0.models.shopify_shipment_rate_package': function () { return ({
16585
+ type: factories['io.flow.internal.v0.enums.shopify_package_type'](),
16586
+ measurements: factories['io.flow.internal.v0.models.shopify_measurements'](),
16587
+ }); },
16588
+ 'io.flow.internal.v0.models.shopify_shipment_rate_reason': function () { return ({
16589
+ code: factories['io.flow.internal.v0.enums.shopify_unavailable_rate_reason_code'](),
16590
+ field: factories.string(),
16591
+ message: factories.string(),
16592
+ }); },
16593
+ 'io.flow.internal.v0.models.shopify_shipment_rate_request': function () { return ({
16594
+ idempotency_key: factories.string(),
16595
+ webhook_id: factories.string(),
16596
+ test: factories.boolean(),
16597
+ shipper: factories['io.flow.internal.v0.models.shopify_shipment_rate_shipper'](),
16598
+ shipment: factories['io.flow.internal.v0.models.shopify_shipment_rate_shipment'](),
16599
+ }); },
16600
+ 'io.flow.internal.v0.models.shopify_shipment_rate_response': function () { return ({
16601
+ rates: arrayOf(function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_available'](); }),
16602
+ unavailable_rates: arrayOf(function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_unavailable'](); }),
16603
+ }); },
16604
+ 'io.flow.internal.v0.models.shopify_shipment_rate_shipment': function () { return ({
16605
+ carrier_id: factories.string(),
16606
+ delivery_method_type: factories['io.flow.internal.v0.enums.shopify_delivery_method_type'](),
16607
+ shipping_date_time: factories.date_time_iso_8601(),
16608
+ 'return': factories.boolean(),
16609
+ origin: factories['io.flow.internal.v0.models.shopify_shipping_location'](),
16610
+ destination: factories['io.flow.internal.v0.models.shopify_shipping_location'](),
16611
+ 'package': factories['io.flow.internal.v0.models.shopify_shipment_rate_package'](),
16612
+ pickup_point: factories['io.flow.internal.v0.models.shopify_rate_pickup_point'](),
16613
+ customs_detail: factories['io.flow.internal.v0.models.shopify_rate_customs_detail'](),
16614
+ }); },
16615
+ 'io.flow.internal.v0.models.shopify_shipment_rate_shipper': function () { return ({
16616
+ account_id: factories.string(),
16617
+ carrier_account_reference_id: factories.string(),
16618
+ byoa: factories.boolean(),
16619
+ }); },
16620
+ 'io.flow.internal.v0.models.shopify_shipment_rate_total_charges': function () { return ({
16621
+ subtotal: factories['io.flow.internal.v0.models.shopify_money'](),
16622
+ tax: factories['io.flow.internal.v0.models.shopify_money'](),
16623
+ total: factories['io.flow.internal.v0.models.shopify_money'](),
16624
+ }); },
16625
+ 'io.flow.internal.v0.models.shopify_shipment_rate_unavailable': function () { return ({
16626
+ carrier_service_id: factories.string(),
16627
+ reasons: arrayOf(function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_reason'](); }),
16628
+ }); },
16629
+ 'io.flow.internal.v0.models.shopify_shipping_location': function () { return ({
16630
+ address: factories['io.flow.internal.v0.models.shopify_address'](),
16631
+ contact_details: factories['io.flow.internal.v0.models.shopify_contact_details'](),
16632
+ }); },
16474
16633
  'io.flow.internal.v0.models.shopify_shop_statistics': function () { return ({
16475
16634
  id: factories.string(),
16476
16635
  initial_catalog_synced_at: factories.date_time_iso_8601(),
@@ -16506,6 +16665,7 @@ var factories = {
16506
16665
  }); },
16507
16666
  'io.flow.internal.v0.models.shopify_test_order': function () { return ({
16508
16667
  id: factories.string(),
16668
+ submitted_at: factories.date_time_iso_8601(),
16509
16669
  }); },
16510
16670
  'io.flow.internal.v0.models.shopify_test_order_deleted': function () { return ({
16511
16671
  discriminator: 'shopify_test_order_deleted',
@@ -16527,6 +16687,7 @@ var factories = {
16527
16687
  tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16528
16688
  duty: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16529
16689
  discount: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16690
+ subtotal: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16530
16691
  total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16531
16692
  }); },
16532
16693
  'io.flow.internal.v0.models.shopper_fees': function () { return ({
@@ -17746,7 +17907,6 @@ var factories = {
17746
17907
  fulfillment_key: factories.string(),
17747
17908
  rex_number: factories.string(),
17748
17909
  weee_number: factories.string(),
17749
- generate_commercial_invoice_only: factories.boolean(),
17750
17910
  liability_remittance_plan: factories['io.flow.internal.v0.models.liability_remittance_plan'](),
17751
17911
  shipment_cost_summary: factories['io.flow.internal.v0.models.shipment_cost_summary'](),
17752
17912
  shipping_label_hop_cost_itemized_estimate: factories['io.flow.label.v0.models.shipping_label_hop_cost_itemized_estimate'](),
@@ -18033,8 +18193,6 @@ var factories = {
18033
18193
  function () { return factories['io.flow.internal.v0.models.calculator_organization_settings_deleted'](); },
18034
18194
  function () { return factories['io.flow.internal.v0.models.carrier_account_upserted_v2'](); },
18035
18195
  function () { return factories['io.flow.internal.v0.models.carrier_account_deleted'](); },
18036
- function () { return factories['io.flow.internal.v0.models.label_generation_settings_upserted'](); },
18037
- function () { return factories['io.flow.internal.v0.models.label_generation_settings_deleted'](); },
18038
18196
  function () { return factories['io.flow.internal.v0.models.catalog_import_request'](); },
18039
18197
  function () { return factories['io.flow.internal.v0.models.exclusion_rule_upserted'](); },
18040
18198
  function () { return factories['io.flow.internal.v0.models.exclusion_rule_deleted'](); },
@@ -18104,6 +18262,8 @@ var factories = {
18104
18262
  function () { return factories['io.flow.internal.v0.models.carrier_charge_deleted'](); },
18105
18263
  function () { return factories['io.flow.internal.v0.models.bank_payment_order_upserted'](); },
18106
18264
  function () { return factories['io.flow.internal.v0.models.bank_payment_order_deleted'](); },
18265
+ function () { return factories['io.flow.internal.v0.models.shipping_cost_upserted'](); },
18266
+ function () { return factories['io.flow.internal.v0.models.shipping_cost_deleted'](); },
18107
18267
  function () { return factories['io.flow.internal.v0.models.fraud_review_upserted'](); },
18108
18268
  function () { return factories['io.flow.internal.v0.models.fraud_review_deleted'](); },
18109
18269
  function () { return factories['io.flow.internal.v0.models.fraud_pending_review_upserted'](); },
@@ -18217,11 +18377,17 @@ var factories = {
18217
18377
  function () { return factories['io.flow.internal.v0.models.paypal_refund_upserted'](); },
18218
18378
  function () { return factories['io.flow.internal.v0.models.paypal_dispute_upserted'](); },
18219
18379
  function () { return factories['io.flow.internal.v0.models.paypal_dispute_deleted'](); },
18380
+ function () { return factories['io.flow.internal.v0.models.preonboarding_sellability_result_inserted'](); },
18381
+ function () { return factories['io.flow.internal.v0.models.preonboarding_sellability_result_updated'](); },
18382
+ function () { return factories['io.flow.internal.v0.models.preonboarding_sellability_result_deleted'](); },
18220
18383
  function () { return factories['io.flow.internal.v0.models.product_restriction_rule_decision_upserted'](); },
18221
18384
  function () { return factories['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'](); },
18222
18385
  function () { return factories['io.flow.internal.v0.models.product_restriction_state_inserted'](); },
18223
18386
  function () { return factories['io.flow.internal.v0.models.product_restriction_state_updated'](); },
18224
18387
  function () { return factories['io.flow.internal.v0.models.product_restriction_state_deleted'](); },
18388
+ function () { return factories['io.flow.internal.v0.models.product_sellability_result_inserted'](); },
18389
+ function () { return factories['io.flow.internal.v0.models.product_sellability_result_updated'](); },
18390
+ function () { return factories['io.flow.internal.v0.models.product_sellability_result_deleted'](); },
18225
18391
  function () { return factories['io.flow.internal.v0.models.order_rates_published_v3'](); },
18226
18392
  function () { return factories['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted'](); },
18227
18393
  function () { return factories['io.flow.internal.v0.models.ratecard_dimension_estimate_deleted'](); },
@@ -18319,22 +18485,10 @@ var factories = {
18319
18485
  function () { return factories['io.flow.internal.v0.models.stripe_connect_report_record_deleted'](); },
18320
18486
  function () { return factories['io.flow.internal.v0.models.liability_remittance_plan_upserted'](); },
18321
18487
  function () { return factories['io.flow.internal.v0.models.liability_remittance_plan_deleted'](); },
18322
- function () { return factories['io.flow.internal.v0.models.anirban_item_upserted'](); },
18323
- function () { return factories['io.flow.internal.v0.models.anirban_item_deleted'](); },
18324
- function () { return factories['io.flow.internal.v0.models.sarvesh_item_upserted'](); },
18325
- function () { return factories['io.flow.internal.v0.models.sarvesh_item_deleted'](); },
18326
- function () { return factories['io.flow.internal.v0.models.hosein_item_upserted'](); },
18327
- function () { return factories['io.flow.internal.v0.models.hosein_item_deleted'](); },
18328
- function () { return factories['io.flow.internal.v0.models.niall_item_upserted'](); },
18329
- function () { return factories['io.flow.internal.v0.models.niall_item_deleted'](); },
18330
- function () { return factories['io.flow.internal.v0.models.rohan_item_upserted'](); },
18331
- function () { return factories['io.flow.internal.v0.models.rohan_item_deleted'](); },
18332
- function () { return factories['io.flow.internal.v0.models.aldo_item_upserted'](); },
18333
- function () { return factories['io.flow.internal.v0.models.aldo_item_deleted'](); },
18334
- function () { return factories['io.flow.internal.v0.models.ansh_item_upserted'](); },
18335
- function () { return factories['io.flow.internal.v0.models.ansh_item_deleted'](); },
18336
18488
  function () { return factories['io.flow.internal.v0.models.gabriel_item_upserted'](); },
18337
18489
  function () { return factories['io.flow.internal.v0.models.gabriel_item_deleted'](); },
18490
+ function () { return factories['io.flow.internal.v0.models.chenglin_item_upserted'](); },
18491
+ function () { return factories['io.flow.internal.v0.models.chenglin_item_deleted'](); },
18338
18492
  function () { return factories['io.flow.internal.v0.models.tracking_processing_error_upserted'](); },
18339
18493
  function () { return factories['io.flow.internal.v0.models.tracking_processing_error_deleted'](); },
18340
18494
  function () { return factories['io.flow.internal.v0.models.tracking_label_event_upserted_v2'](); },
@@ -18697,6 +18851,8 @@ var factories = {
18697
18851
  function () { return factories['io.flow.internal.v0.models.accounting_return_metadata'](); },
18698
18852
  function () { return factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_fee_metadata'](); },
18699
18853
  function () { return factories['io.flow.internal.v0.models.channel_transaction_trigger_metadata'](); },
18854
+ function () { return factories['io.flow.internal.v0.models.b2b_fee_mor_tax_trigger_metadata'](); },
18855
+ function () { return factories['io.flow.internal.v0.models.b2b_fee_shipping_tax_trigger_metadata'](); },
18700
18856
  ]);
18701
18857
  return f();
18702
18858
  },
@@ -18951,6 +19107,7 @@ var factories = {
18951
19107
  'notification_requiring_crossdock',
18952
19108
  'flow_simulation_sync',
18953
19109
  'autogenerated',
19110
+ 'legacy_shopify_graphql_server',
18954
19111
  ]); },
18955
19112
  'io.flow.label.v0.enums.label_trigger_method': function () { return faker.helpers.arrayElement(['autogenerated', 'on_demand']); },
18956
19113
  'io.flow.label.v0.enums.origin_location_source': function () { return faker.helpers.arrayElement([
@@ -19270,7 +19427,6 @@ var factories = {
19270
19427
  beneficiary_details: factories['io.flow.merchant.onboarding.v0.models.merchant_onboarding_beneficiary_details'](),
19271
19428
  other_trade_sector: factories.string(),
19272
19429
  center_contact: factories['io.flow.merchant.onboarding.v0.models.operations_contact'](),
19273
- center_address: factories['io.flow.common.v0.models.address'](),
19274
19430
  average_order_weight: factories.decimal(),
19275
19431
  average_order_weight_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
19276
19432
  package_dimensions: arrayOf(function () { return factories['io.flow.common.v0.models.dimension'](); }),
@@ -19297,7 +19453,6 @@ var factories = {
19297
19453
  beneficiary_details: factories['io.flow.merchant.onboarding.v0.models.merchant_onboarding_beneficiary_details'](),
19298
19454
  other_trade_sector: factories.string(),
19299
19455
  center_contact: factories['io.flow.merchant.onboarding.v0.models.operations_contact'](),
19300
- center_address: factories['io.flow.common.v0.models.address'](),
19301
19456
  average_order_weight: factories.decimal(),
19302
19457
  average_order_weight_unit: factories['io.flow.common.v0.enums.unit_of_measurement'](),
19303
19458
  package_dimensions: arrayOf(function () { return factories['io.flow.common.v0.models.dimension'](); }),
@@ -19384,6 +19539,7 @@ var factories = {
19384
19539
  company: factories.string(),
19385
19540
  email: factories.string(),
19386
19541
  phone: factories.string(),
19542
+ address: factories['io.flow.common.v0.models.address'](),
19387
19543
  }); },
19388
19544
  'io.flow.merchant.onboarding.v0.models.shop': function () { return ({
19389
19545
  name: factories.string(),
@@ -19586,7 +19742,7 @@ var factories = {
19586
19742
  'surcharges',
19587
19743
  'tip',
19588
19744
  ]); },
19589
- 'io.flow.order.price.v0.enums.order_price_fee_type': function () { return faker.helpers.arrayElement(['service', 'fx', 'tax', 'duties', 'tax_and_duties', 'product']); },
19745
+ 'io.flow.order.price.v0.enums.order_price_fee_type': function () { return faker.helpers.arrayElement(['service', 'fx', 'tax', 'duties', 'tax_and_duties', 'product', 'mor_tax']); },
19590
19746
  'io.flow.order.price.v0.models.order_price_detail': function () { return ({
19591
19747
  key: factories['io.flow.order.price.v0.enums.order_price_detail_key'](),
19592
19748
  currency: factories.string(),
@@ -22487,6 +22643,11 @@ var factories = {
22487
22643
  id: factories.string(),
22488
22644
  name: factories.string(),
22489
22645
  }); },
22646
+ 'io.flow.ratecard.v0.models.ratecard_data': function () { return ({
22647
+ dhlParcelDistributionCenter: factories.string(),
22648
+ glbeRatecardMetadataLaneIdentifier: factories.string(),
22649
+ pickupCenter: factories.string(),
22650
+ }); },
22490
22651
  'io.flow.ratecard.v0.models.ratecard_estimate_form': function () { return ({
22491
22652
  origin_address: factories['io.flow.common.v0.models.address'](),
22492
22653
  destination_address: factories['io.flow.common.v0.models.address'](),
@@ -22572,7 +22733,7 @@ var factories = {
22572
22733
  glbe_shipping_method_id: factories.string(),
22573
22734
  glbe_proposition_name: factories.string(),
22574
22735
  channel_revenue_share_percentage: factories.decimal(),
22575
- data: objectOf(function () { return factories.string(); }),
22736
+ data: factories['io.flow.ratecard.v0.models.ratecard_data'](),
22576
22737
  }); },
22577
22738
  'io.flow.ratecard.v0.models.ratecard_lane': function () { return ({
22578
22739
  id: factories.string(),
@@ -22924,6 +23085,10 @@ var factories = {
22924
23085
  hs_code: factories.string(),
22925
23086
  restricted_regions_by_type: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellability_region_result'](); }),
22926
23087
  needs_action_attributes: arrayOf(function () { return factories['io.flow.restrictions.v0.models.needs_action_attributes'](); }),
23088
+ fingerprint: factories.string(),
23089
+ restriction_created_at: factories.date_time_iso_8601(),
23090
+ first_reviewed_at: factories.date_time_iso_8601(),
23091
+ seconds_to_first_review: factories.long(),
22927
23092
  }); },
22928
23093
  'io.flow.restrictions.v0.models.reasons_per_region': function () { return ({
22929
23094
  region: factories.string(),
@@ -23031,7 +23196,14 @@ var factories = {
23031
23196
  'external_service_unavailable',
23032
23197
  ]); },
23033
23198
  'io.flow.sellability.v0.enums.sellability_request_status': function () { return faker.helpers.arrayElement(['commit']); },
23034
- 'io.flow.sellability.v0.enums.sellability_result_error_code': function () { return faker.helpers.arrayElement(['insufficient_details', 'generic_error']); },
23199
+ 'io.flow.sellability.v0.enums.sellability_result_error_code': function () { return faker.helpers.arrayElement([
23200
+ 'insufficient_details',
23201
+ 'ineligible_category',
23202
+ 'wait_for_high_fidelity',
23203
+ 'external_service_unavailable',
23204
+ 'generic_error',
23205
+ 'catalog_processing_threshold',
23206
+ ]); },
23035
23207
  'io.flow.sellability.v0.enums.sellability_result_status': function () { return faker.helpers.arrayElement(['in_review', 'succeeded', 'failed']); },
23036
23208
  'io.flow.sellability.v0.enums.sellability_screening_mode': function () { return faker.helpers.arrayElement(['pre_onboarding', 'default_on', 'active']); },
23037
23209
  'io.flow.sellability.v0.models.product_sellability': function () { return ({
@@ -23054,6 +23226,7 @@ var factories = {
23054
23226
  dry_run: factories.boolean(),
23055
23227
  }); },
23056
23228
  'io.flow.sellability.v0.models.product_sellability_result': function () { return ({
23229
+ id: factories.string(),
23057
23230
  merchant_id: factories.string(),
23058
23231
  product_id: factories.string(),
23059
23232
  restricted_regions: arrayOf(function () { return factories['io.flow.sellability.v0.models.sellability_restricted_region'](); }),
@@ -23070,11 +23243,13 @@ var factories = {
23070
23243
  'io.flow.sellability.v0.models.sellability_needs_action_attributes': function () { return ({
23071
23244
  reason_code: factories.string(),
23072
23245
  category_metafield_handles: arrayOf(function () { return factories.string(); }),
23246
+ category_metafield_ids: arrayOf(function () { return factories.string(); }),
23073
23247
  require_msds: factories.boolean(),
23074
23248
  }); },
23075
23249
  'io.flow.sellability.v0.models.sellability_reason_with_regions': function () { return ({
23076
23250
  reason: factories.string(),
23077
23251
  regions: arrayOf(function () { return factories.string(); }),
23252
+ review_status: factories.string(),
23078
23253
  }); },
23079
23254
  'io.flow.sellability.v0.models.sellability_region_result': function () { return ({
23080
23255
  type: factories['io.flow.sellability.v0.enums.rule_effect_type'](),
@@ -24723,6 +24898,7 @@ var factories = {
24723
24898
  }); },
24724
24899
  'io.flow.shopify.markets.internal.v0.models.shopify_test_order': function () { return ({
24725
24900
  id: factories.string(),
24901
+ submitted_at: factories.date_time_iso_8601(),
24726
24902
  }); },
24727
24903
  'io.flow.shopify.markets.internal.v0.models.third_party_logistics_partner': function () { return ({
24728
24904
  warehouse_address: factories['io.flow.common.v0.models.billing_address'](),
@@ -27650,6 +27826,7 @@ export var makeAccountContact = function () { return factories['io.flow.internal
27650
27826
  export var makeAccountContactDeleted = function () { return factories['io.flow.internal.v0.models.account_contact_deleted'](); };
27651
27827
  export var makeAccountContactForm = function () { return factories['io.flow.internal.v0.models.account_contact_form'](); };
27652
27828
  export var makeAccountContactUpserted = function () { return factories['io.flow.internal.v0.models.account_contact_upserted'](); };
27829
+ export var makeAccountCurrencyFilter = function () { return factories['io.flow.internal.v0.enums.account_currency_filter'](); };
27653
27830
  export var makeAccountDeletedV2 = function () { return factories['io.flow.internal.v0.models.account_deleted_v2'](); };
27654
27831
  export var makeAccountDepositRule = function () { return factories['io.flow.internal.v0.models.account_deposit_rule'](); };
27655
27832
  export var makeAccountDepositRuleForm = function () { return factories['io.flow.internal.v0.models.account_deposit_rule_form'](); };
@@ -27737,11 +27914,6 @@ export var makeAfterpayRefund = function () { return factories['io.flow.internal
27737
27914
  export var makeAfterpayRefundDeleted = function () { return factories['io.flow.internal.v0.models.afterpay_refund_deleted'](); };
27738
27915
  export var makeAfterpayRefundUpserted = function () { return factories['io.flow.internal.v0.models.afterpay_refund_upserted'](); };
27739
27916
  export var makeAftershipWebhook = function () { return factories['io.flow.internal.v0.models.aftership_webhook'](); };
27740
- export var makeAldoItem = function () { return factories['io.flow.internal.v0.models.aldo_item'](); };
27741
- export var makeAldoItemDeleted = function () { return factories['io.flow.internal.v0.models.aldo_item_deleted'](); };
27742
- export var makeAldoItemForm = function () { return factories['io.flow.internal.v0.models.aldo_item_form'](); };
27743
- export var makeAldoItemType = function () { return factories['io.flow.internal.v0.enums.aldo_item_type'](); };
27744
- export var makeAldoItemUpserted = function () { return factories['io.flow.internal.v0.models.aldo_item_upserted'](); };
27745
27917
  export var makeAllItemsExport = function () { return factories['io.flow.internal.v0.models.all_items_export'](); };
27746
27918
  export var makeAllOrganizationsMembership = function () { return factories['io.flow.internal.v0.models.all_organizations_membership'](); };
27747
27919
  export var makeAllocationItemReference = function () { return factories['io.flow.internal.v0.models.allocation_item_reference'](); };
@@ -27749,16 +27921,6 @@ export var makeAllowedLabels = function () { return factories['io.flow.internal.
27749
27921
  export var makeAmruthaItem = function () { return factories['io.flow.internal.v0.models.amrutha_item'](); };
27750
27922
  export var makeAmruthaItemForm = function () { return factories['io.flow.internal.v0.models.amrutha_item_form'](); };
27751
27923
  export var makeAmruthaItemType = function () { return factories['io.flow.internal.v0.enums.amrutha_item_type'](); };
27752
- export var makeAnirbanItem = function () { return factories['io.flow.internal.v0.models.anirban_item'](); };
27753
- export var makeAnirbanItemDeleted = function () { return factories['io.flow.internal.v0.models.anirban_item_deleted'](); };
27754
- export var makeAnirbanItemForm = function () { return factories['io.flow.internal.v0.models.anirban_item_form'](); };
27755
- export var makeAnirbanItemType = function () { return factories['io.flow.internal.v0.enums.anirban_item_type'](); };
27756
- export var makeAnirbanItemUpserted = function () { return factories['io.flow.internal.v0.models.anirban_item_upserted'](); };
27757
- export var makeAnshItem = function () { return factories['io.flow.internal.v0.models.ansh_item'](); };
27758
- export var makeAnshItemDeleted = function () { return factories['io.flow.internal.v0.models.ansh_item_deleted'](); };
27759
- export var makeAnshItemForm = function () { return factories['io.flow.internal.v0.models.ansh_item_form'](); };
27760
- export var makeAnshItemType = function () { return factories['io.flow.internal.v0.enums.ansh_item_type'](); };
27761
- export var makeAnshItemUpserted = function () { return factories['io.flow.internal.v0.models.ansh_item_upserted'](); };
27762
27924
  export var makeAnyDangerousGoods = function () { return factories['io.flow.internal.v0.enums.any_dangerous_goods'](); };
27763
27925
  export var makeApiCallReferenceId = function () { return factories['io.flow.internal.v0.enums.api_call_reference_id'](); };
27764
27926
  export var makeApplePayAuthorizationPayload = function () { return factories['io.flow.internal.v0.models.apple_pay_authorization_payload'](); };
@@ -27781,6 +27943,10 @@ export var makeAuthorizedOrderCharge = function () { return factories['io.flow.i
27781
27943
  export var makeAuthorizedShippingCharge = function () { return factories['io.flow.internal.v0.models.authorized_shipping_charge'](); };
27782
27944
  export var makeAutoRestrictRule = function () { return factories['io.flow.internal.v0.enums.auto_restrict_rule'](); };
27783
27945
  export var makeAutoReviewCriteria = function () { return factories['io.flow.internal.v0.models.auto_review_criteria'](); };
27946
+ export var makeB2BFeeMorTaxTriggerMetadata = function () { return factories['io.flow.internal.v0.models.b2b_fee_mor_tax_trigger_metadata'](); };
27947
+ export var makeB2BFeeMorTaxTriggerType = function () { return factories['io.flow.internal.v0.enums.b2b_fee_mor_tax_trigger_type'](); };
27948
+ export var makeB2BFeeShippingTaxTriggerMetadata = function () { return factories['io.flow.internal.v0.models.b2b_fee_shipping_tax_trigger_metadata'](); };
27949
+ export var makeB2BFeeShippingTaxTriggerType = function () { return factories['io.flow.internal.v0.enums.b2b_fee_shipping_tax_trigger_type'](); };
27784
27950
  export var makeB2BTaxLedger = function () { return factories['io.flow.internal.v0.models.b2b_tax_ledger'](); };
27785
27951
  export var makeB2BTaxLedgerDocumentType = function () { return factories['io.flow.internal.v0.enums.b2b_tax_ledger_document_type'](); };
27786
27952
  export var makeB2BTaxLedgerForm = function () { return factories['io.flow.internal.v0.models.b2b_tax_ledger_form'](); };
@@ -27842,6 +28008,9 @@ export var makeBitpayAccountPutForm = function () { return factories['io.flow.in
27842
28008
  export var makeBitpayAuthentication = function () { return factories['io.flow.internal.v0.models.bitpay_authentication'](); };
27843
28009
  export var makeBitpayAuthenticationDataReference = function () { return factories['io.flow.internal.v0.models.bitpay_authentication_data_reference'](); };
27844
28010
  export var makeBitpayAuthenticationForm = function () { return factories['io.flow.internal.v0.models.bitpay_authentication_form'](); };
28011
+ export var makeBojanaItem = function () { return factories['io.flow.internal.v0.models.bojana_item'](); };
28012
+ export var makeBojanaItemForm = function () { return factories['io.flow.internal.v0.models.bojana_item_form'](); };
28013
+ export var makeBojanaItemType = function () { return factories['io.flow.internal.v0.enums.bojana_item_type'](); };
27845
28014
  export var makeBooleanFeatureDefaultValue = function () { return factories['io.flow.internal.v0.models.boolean_feature_default_value'](); };
27846
28015
  export var makeBooleanFeatureRule = function () { return factories['io.flow.internal.v0.models.boolean_feature_rule'](); };
27847
28016
  export var makeBooleanFeatureRuleForm = function () { return factories['io.flow.internal.v0.models.boolean_feature_rule_form'](); };
@@ -28013,6 +28182,11 @@ export var makeCheckoutSettings = function () { return factories['io.flow.intern
28013
28182
  export var makeCheckoutShippingMethodPromptBehavior = function () { return factories['io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior'](); };
28014
28183
  export var makeCheckoutUrl = function () { return factories['io.flow.internal.v0.models.checkout_url'](); };
28015
28184
  export var makeCheckoutUrlType = function () { return factories['io.flow.internal.v0.enums.checkout_url_type'](); };
28185
+ export var makeChenglinItem = function () { return factories['io.flow.internal.v0.models.chenglin_item'](); };
28186
+ export var makeChenglinItemDeleted = function () { return factories['io.flow.internal.v0.models.chenglin_item_deleted'](); };
28187
+ export var makeChenglinItemForm = function () { return factories['io.flow.internal.v0.models.chenglin_item_form'](); };
28188
+ export var makeChenglinItemType = function () { return factories['io.flow.internal.v0.enums.chenglin_item_type'](); };
28189
+ export var makeChenglinItemUpserted = function () { return factories['io.flow.internal.v0.models.chenglin_item_upserted'](); };
28016
28190
  export var makeCipher = function () { return factories['io.flow.internal.v0.models.cipher'](); };
28017
28191
  export var makeCipherForm = function () { return factories['io.flow.internal.v0.models.cipher_form'](); };
28018
28192
  export var makeCipherReference = function () { return factories['io.flow.internal.v0.models.cipher_reference'](); };
@@ -28046,6 +28220,7 @@ export var makeClassificationProductSummaryPage = function () { return factories
28046
28220
  export var makeClassificationRequeueRequest = function () { return factories['io.flow.internal.v0.models.classification_requeue_request'](); };
28047
28221
  export var makeClassificationResponse = function () { return factories['io.flow.internal.v0.unions.classification_response'](); };
28048
28222
  export var makeClassificationScope = function () { return factories['io.flow.internal.v0.enums.classification_scope'](); };
28223
+ export var makeClassificationSource = function () { return factories['io.flow.internal.v0.enums.classification_source'](); };
28049
28224
  export var makeClassificationStatistics = function () { return factories['io.flow.internal.v0.models.classification_statistics'](); };
28050
28225
  export var makeClassificationSummaryReportPayload = function () { return factories['io.flow.internal.v0.models.classification_summary_report_payload'](); };
28051
28226
  export var makeClassificationTaxonomy = function () { return factories['io.flow.internal.v0.unions.classification_taxonomy'](); };
@@ -28390,6 +28565,7 @@ export var makeGeRevenueShareTransaction = function () { return factories['io.fl
28390
28565
  export var makeGeRevenueShareTransactionType = function () { return factories['io.flow.internal.v0.enums.ge_revenue_share_transaction_type'](); };
28391
28566
  export var makeGenerateLoad = function () { return factories['io.flow.internal.v0.unions.generate_load'](); };
28392
28567
  export var makeGenerateLoadMultipleOrgs = function () { return factories['io.flow.internal.v0.models.generate_load_multiple_orgs'](); };
28568
+ export var makeGenerateLoadRate = function () { return factories['io.flow.internal.v0.models.generate_load_rate'](); };
28393
28569
  export var makeGenerateLoadSingleOrg = function () { return factories['io.flow.internal.v0.models.generate_load_single_org'](); };
28394
28570
  export var makeGenericValidationError = function () { return factories['io.flow.internal.v0.models.generic_validation_error'](); };
28395
28571
  export var makeGiftCard = function () { return factories['io.flow.internal.v0.models.gift_card'](); };
@@ -28419,11 +28595,6 @@ export var makeHarmonizationThresholdForm = function () { return factories['io.f
28419
28595
  export var makeHarmonizationUnclassifiedStatistics = function () { return factories['io.flow.internal.v0.models.harmonization_unclassified_statistics'](); };
28420
28596
  export var makeHarmonizeFullyRequestV2 = function () { return factories['io.flow.internal.v0.models.harmonize_fully_request_v2'](); };
28421
28597
  export var makeHarmonizedItemsHs6Export = function () { return factories['io.flow.internal.v0.models.harmonized_items_hs6_export'](); };
28422
- export var makeHoseinItem = function () { return factories['io.flow.internal.v0.models.hosein_item'](); };
28423
- export var makeHoseinItemDeleted = function () { return factories['io.flow.internal.v0.models.hosein_item_deleted'](); };
28424
- export var makeHoseinItemForm = function () { return factories['io.flow.internal.v0.models.hosein_item_form'](); };
28425
- export var makeHoseinItemType = function () { return factories['io.flow.internal.v0.enums.hosein_item_type'](); };
28426
- export var makeHoseinItemUpserted = function () { return factories['io.flow.internal.v0.models.hosein_item_upserted'](); };
28427
28598
  export var makeHs6 = function () { return factories['io.flow.internal.v0.models.hs6'](); };
28428
28599
  export var makeHs6CodeSource = function () { return factories['io.flow.internal.v0.enums.hs6_code_source'](); };
28429
28600
  export var makeHs6Metadata = function () { return factories['io.flow.internal.v0.models.hs6_metadata'](); };
@@ -28497,7 +28668,6 @@ export var makeItemSalesMarginVersion = function () { return factories['io.flow.
28497
28668
  export var makeItemSummary = function () { return factories['io.flow.internal.v0.models.item_summary'](); };
28498
28669
  export var makeItemType = function () { return factories['io.flow.internal.v0.enums.item_type'](); };
28499
28670
  export var makeItemValuesForm = function () { return factories['io.flow.internal.v0.models.item_values_form'](); };
28500
- export var makeJeanDemoItem = function () { return factories['io.flow.internal.v0.models.jean_demo_item'](); };
28501
28671
  export var makeJournal = function () { return factories['io.flow.internal.v0.models.journal'](); };
28502
28672
  export var makeJournalFailure = function () { return factories['io.flow.internal.v0.models.journal_failure'](); };
28503
28673
  export var makeJournalOperation = function () { return factories['io.flow.internal.v0.enums.journal_operation'](); };
@@ -28524,10 +28694,6 @@ export var makeLabelCreationStatus = function () { return factories['io.flow.int
28524
28694
  export var makeLabelDestination = function () { return factories['io.flow.internal.v0.models.label_destination'](); };
28525
28695
  export var makeLabelEventMedium = function () { return factories['io.flow.internal.v0.enums.label_event_medium'](); };
28526
28696
  export var makeLabelEventSource = function () { return factories['io.flow.internal.v0.enums.label_event_source'](); };
28527
- export var makeLabelGenerationSettings = function () { return factories['io.flow.internal.v0.models.label_generation_settings'](); };
28528
- export var makeLabelGenerationSettingsDeleted = function () { return factories['io.flow.internal.v0.models.label_generation_settings_deleted'](); };
28529
- export var makeLabelGenerationSettingsForm = function () { return factories['io.flow.internal.v0.models.label_generation_settings_form'](); };
28530
- export var makeLabelGenerationSettingsUpserted = function () { return factories['io.flow.internal.v0.models.label_generation_settings_upserted'](); };
28531
28697
  export var makeLabelInvoiceRequest = function () { return factories['io.flow.internal.v0.models.label_invoice_request'](); };
28532
28698
  export var makeLabelInvoiceRequestDeleted = function () { return factories['io.flow.internal.v0.models.label_invoice_request_deleted'](); };
28533
28699
  export var makeLabelInvoiceRequestUpserted = function () { return factories['io.flow.internal.v0.models.label_invoice_request_upserted'](); };
@@ -28635,11 +28801,6 @@ export var makeMixedBagWeight = function () { return factories['io.flow.internal
28635
28801
  export var makeNatureOfSale = function () { return factories['io.flow.internal.v0.enums.nature_of_sale'](); };
28636
28802
  export var makeNegativeDebitMetrics = function () { return factories['io.flow.internal.v0.models.negative_debit_metrics'](); };
28637
28803
  export var makeNextBillingStatement = function () { return factories['io.flow.internal.v0.models.next_billing_statement'](); };
28638
- export var makeNiallItem = function () { return factories['io.flow.internal.v0.models.niall_item'](); };
28639
- export var makeNiallItemDeleted = function () { return factories['io.flow.internal.v0.models.niall_item_deleted'](); };
28640
- export var makeNiallItemForm = function () { return factories['io.flow.internal.v0.models.niall_item_form'](); };
28641
- export var makeNiallItemType = function () { return factories['io.flow.internal.v0.enums.niall_item_type'](); };
28642
- export var makeNiallItemUpserted = function () { return factories['io.flow.internal.v0.models.niall_item_upserted'](); };
28643
28804
  export var makeNoCalculatedTaxAmount = function () { return factories['io.flow.internal.v0.models.no_calculated_tax_amount'](); };
28644
28805
  export var makeNoClassificationForm = function () { return factories['io.flow.internal.v0.models.no_classification_form'](); };
28645
28806
  export var makeNoLiabilityReasonCode = function () { return factories['io.flow.internal.v0.enums.no_liability_reason_code'](); };
@@ -28755,6 +28916,9 @@ export var makeOrganizationPaymentSettingForm = function () { return factories['
28755
28916
  export var makeOrganizationPaymentSettingUpserted = function () { return factories['io.flow.internal.v0.models.organization_payment_setting_upserted'](); };
28756
28917
  export var makeOrganizationPaymentSettingVersion = function () { return factories['io.flow.internal.v0.models.organization_payment_setting_version'](); };
28757
28918
  export var makeOrganizationPaymentStatus = function () { return factories['io.flow.internal.v0.enums.organization_payment_status'](); };
28919
+ export var makeOrganizationPromotion = function () { return factories['io.flow.internal.v0.models.organization_promotion'](); };
28920
+ export var makeOrganizationPromotionStatus = function () { return factories['io.flow.internal.v0.enums.organization_promotion_status'](); };
28921
+ export var makeOrganizationPromotionWarning = function () { return factories['io.flow.internal.v0.models.organization_promotion_warning'](); };
28758
28922
  export var makeOrganizationRestrictionApprovalStatus = function () { return factories['io.flow.internal.v0.enums.organization_restriction_approval_status'](); };
28759
28923
  export var makeOrganizationRestrictionNoteForm = function () { return factories['io.flow.internal.v0.models.organization_restriction_note_form'](); };
28760
28924
  export var makeOrganizationRestrictionNoteType = function () { return factories['io.flow.internal.v0.enums.organization_restriction_note_type'](); };
@@ -28877,9 +29041,6 @@ export var makePlatformFeeFlat = function () { return factories['io.flow.interna
28877
29041
  export var makePlatformFeePause = function () { return factories['io.flow.internal.v0.models.platform_fee_pause'](); };
28878
29042
  export var makePlatformFeePercentage = function () { return factories['io.flow.internal.v0.models.platform_fee_percentage'](); };
28879
29043
  export var makePlatformFeePercentageTier = function () { return factories['io.flow.internal.v0.models.platform_fee_percentage_tier'](); };
28880
- export var makePrateekItem = function () { return factories['io.flow.internal.v0.models.prateek_item'](); };
28881
- export var makePrateekItemForm = function () { return factories['io.flow.internal.v0.models.prateek_item_form'](); };
28882
- export var makePrateekItemType = function () { return factories['io.flow.internal.v0.enums.prateek_item_type'](); };
28883
29044
  export var makePrediction = function () { return factories['io.flow.internal.v0.models.prediction'](); };
28884
29045
  export var makePreferredBillingSchedule = function () { return factories['io.flow.internal.v0.enums.preferred_billing_schedule'](); };
28885
29046
  export var makePreonboardingClassificationDecision = function () { return factories['io.flow.internal.v0.enums.preonboarding_classification_decision'](); };
@@ -28892,6 +29053,9 @@ export var makePreonboardingClassificationType = function () { return factories[
28892
29053
  export var makePreonboardingMerchant = function () { return factories['io.flow.internal.v0.models.preonboarding_merchant'](); };
28893
29054
  export var makePreonboardingRequestStatus = function () { return factories['io.flow.internal.v0.enums.preonboarding_request_status'](); };
28894
29055
  export var makePreonboardingSellabilityResult = function () { return factories['io.flow.internal.v0.models.preonboarding_sellability_result'](); };
29056
+ export var makePreonboardingSellabilityResultDeleted = function () { return factories['io.flow.internal.v0.models.preonboarding_sellability_result_deleted'](); };
29057
+ export var makePreonboardingSellabilityResultInserted = function () { return factories['io.flow.internal.v0.models.preonboarding_sellability_result_inserted'](); };
29058
+ export var makePreonboardingSellabilityResultUpdated = function () { return factories['io.flow.internal.v0.models.preonboarding_sellability_result_updated'](); };
28895
29059
  export var makePriceInclusivity = function () { return factories['io.flow.internal.v0.models.price_inclusivity'](); };
28896
29060
  export var makePriceSelector = function () { return factories['io.flow.internal.v0.enums.price_selector'](); };
28897
29061
  export var makePrioritizedCenterReference = function () { return factories['io.flow.internal.v0.models.prioritized_center_reference'](); };
@@ -28935,7 +29099,11 @@ export var makeProductReviewHistory = function () { return factories['io.flow.in
28935
29099
  export var makeProductSellabilityInternal = function () { return factories['io.flow.internal.v0.models.product_sellability_internal'](); };
28936
29100
  export var makeProductSellabilityInternalForm = function () { return factories['io.flow.internal.v0.models.product_sellability_internal_form'](); };
28937
29101
  export var makeProductSellabilityInternalResult = function () { return factories['io.flow.internal.v0.models.product_sellability_internal_result'](); };
29102
+ export var makeProductSellabilityInternalRuleMatch = function () { return factories['io.flow.internal.v0.models.product_sellability_internal_rule_match'](); };
28938
29103
  export var makeProductSellabilityResult = function () { return factories['io.flow.internal.v0.models.product_sellability_result'](); };
29104
+ export var makeProductSellabilityResultDeleted = function () { return factories['io.flow.internal.v0.models.product_sellability_result_deleted'](); };
29105
+ export var makeProductSellabilityResultInserted = function () { return factories['io.flow.internal.v0.models.product_sellability_result_inserted'](); };
29106
+ export var makeProductSellabilityResultUpdated = function () { return factories['io.flow.internal.v0.models.product_sellability_result_updated'](); };
28939
29107
  export var makeProductStatus = function () { return factories['io.flow.internal.v0.enums.product_status'](); };
28940
29108
  export var makeProductTransaction = function () { return factories['io.flow.internal.v0.models.product_transaction'](); };
28941
29109
  export var makeProofOfPosting = function () { return factories['io.flow.internal.v0.unions.proof_of_posting'](); };
@@ -29146,11 +29314,6 @@ export var makeRevenueRecordType = function () { return factories['io.flow.inter
29146
29314
  export var makeRevenueRecordUpserted = function () { return factories['io.flow.internal.v0.models.revenue_record_upserted'](); };
29147
29315
  export var makeRiskCheck = function () { return factories['io.flow.internal.v0.enums.risk_check'](); };
29148
29316
  export var makeRiskEvaluation = function () { return factories['io.flow.internal.v0.enums.risk_evaluation'](); };
29149
- export var makeRohanItem = function () { return factories['io.flow.internal.v0.models.rohan_item'](); };
29150
- export var makeRohanItemDeleted = function () { return factories['io.flow.internal.v0.models.rohan_item_deleted'](); };
29151
- export var makeRohanItemForm = function () { return factories['io.flow.internal.v0.models.rohan_item_form'](); };
29152
- export var makeRohanItemType = function () { return factories['io.flow.internal.v0.enums.rohan_item_type'](); };
29153
- export var makeRohanItemUpserted = function () { return factories['io.flow.internal.v0.models.rohan_item_upserted'](); };
29154
29317
  export var makeRoutingAccount = function () { return factories['io.flow.internal.v0.models.routing_account'](); };
29155
29318
  export var makeRoutingEntity = function () { return factories['io.flow.internal.v0.unions.routing_entity'](); };
29156
29319
  export var makeRoutingMerchant = function () { return factories['io.flow.internal.v0.models.routing_merchant'](); };
@@ -29158,11 +29321,6 @@ export var makeRoutingProcessor = function () { return factories['io.flow.intern
29158
29321
  export var makeSalesPaymentRecord = function () { return factories['io.flow.internal.v0.models.sales_payment_record'](); };
29159
29322
  export var makeSandboxSetup = function () { return factories['io.flow.internal.v0.models.sandbox_setup'](); };
29160
29323
  export var makeSandboxSetupForm = function () { return factories['io.flow.internal.v0.models.sandbox_setup_form'](); };
29161
- export var makeSarveshItem = function () { return factories['io.flow.internal.v0.models.sarvesh_item'](); };
29162
- export var makeSarveshItemDeleted = function () { return factories['io.flow.internal.v0.models.sarvesh_item_deleted'](); };
29163
- export var makeSarveshItemForm = function () { return factories['io.flow.internal.v0.models.sarvesh_item_form'](); };
29164
- export var makeSarveshItemType = function () { return factories['io.flow.internal.v0.enums.sarvesh_item_type'](); };
29165
- export var makeSarveshItemUpserted = function () { return factories['io.flow.internal.v0.models.sarvesh_item_upserted'](); };
29166
29324
  export var makeScheduledPayment = function () { return factories['io.flow.internal.v0.models.scheduled_payment'](); };
29167
29325
  export var makeScreen = function () { return factories['io.flow.internal.v0.models.screen'](); };
29168
29326
  export var makeScreenForm = function () { return factories['io.flow.internal.v0.models.screen_form'](); };
@@ -29178,20 +29336,32 @@ export var makeSearchProviderExport = function () { return factories['io.flow.in
29178
29336
  export var makeSearchTrackingSummary = function () { return factories['io.flow.internal.v0.models.search_tracking_summary'](); };
29179
29337
  export var makeSellabilityCheckResult = function () { return factories['io.flow.internal.v0.models.sellability_check_result'](); };
29180
29338
  export var makeSellabilityCheckStatus = function () { return factories['io.flow.internal.v0.enums.sellability_check_status'](); };
29339
+ export var makeSellabilityInternalMatchType = function () { return factories['io.flow.internal.v0.enums.sellability_internal_match_type'](); };
29181
29340
  export var makeSellabilityStatus = function () { return factories['io.flow.internal.v0.enums.sellability_status'](); };
29182
29341
  export var makeSessionOrderData = function () { return factories['io.flow.internal.v0.models.session_order_data'](); };
29183
29342
  export var makeSetupBlockPutForm = function () { return factories['io.flow.internal.v0.models.setup_block_put_form'](); };
29184
29343
  export var makeSfExpress = function () { return factories['io.flow.internal.v0.models.sf_express'](); };
29185
29344
  export var makeShipmentCostSummary = function () { return factories['io.flow.internal.v0.models.shipment_cost_summary'](); };
29345
+ export var makeShippingCostDeleted = function () { return factories['io.flow.internal.v0.models.shipping_cost_deleted'](); };
29346
+ export var makeShippingCostSummary = function () { return factories['io.flow.internal.v0.models.shipping_cost_summary'](); };
29347
+ export var makeShippingCostUpserted = function () { return factories['io.flow.internal.v0.models.shipping_cost_upserted'](); };
29186
29348
  export var makeShippingLane = function () { return factories['io.flow.internal.v0.models.shipping_lane'](); };
29187
29349
  export var makeShippingMethodReference = function () { return factories['io.flow.internal.v0.models.shipping_method_reference'](); };
29188
29350
  export var makeShippingPricing = function () { return factories['io.flow.internal.v0.models.shipping_pricing'](); };
29189
29351
  export var makeShippingRateEstimateAvailableInternal = function () { return factories['io.flow.internal.v0.models.shipping_rate_estimate_available_internal'](); };
29190
29352
  export var makeShippingRateEstimateInternal = function () { return factories['io.flow.internal.v0.models.shipping_rate_estimate_internal'](); };
29191
29353
  export var makeShippingRateEstimateRequestInternal = function () { return factories['io.flow.internal.v0.models.shipping_rate_estimate_request_internal'](); };
29354
+ export var makeShopifyAddress = function () { return factories['io.flow.internal.v0.models.shopify_address'](); };
29355
+ export var makeShopifyCallbackError = function () { return factories['io.flow.internal.v0.models.shopify_callback_error'](); };
29356
+ export var makeShopifyCallbackErrorCode = function () { return factories['io.flow.internal.v0.enums.shopify_callback_error_code'](); };
29357
+ export var makeShopifyCallbackErrorItem = function () { return factories['io.flow.internal.v0.models.shopify_callback_error_item'](); };
29192
29358
  export var makeShopifyCatalogPublication = function () { return factories['io.flow.internal.v0.models.shopify_catalog_publication'](); };
29193
29359
  export var makeShopifyChannelOrganizationToken = function () { return factories['io.flow.internal.v0.models.shopify_channel_organization_token'](); };
29194
29360
  export var makeShopifyChannelOrganizationTokens = function () { return factories['io.flow.internal.v0.models.shopify_channel_organization_tokens'](); };
29361
+ export var makeShopifyChargeCode = function () { return factories['io.flow.internal.v0.enums.shopify_charge_code'](); };
29362
+ export var makeShopifyContactDetails = function () { return factories['io.flow.internal.v0.models.shopify_contact_details'](); };
29363
+ export var makeShopifyDeliveryMethodType = function () { return factories['io.flow.internal.v0.enums.shopify_delivery_method_type'](); };
29364
+ export var makeShopifyDimensionUnit = function () { return factories['io.flow.internal.v0.enums.shopify_dimension_unit'](); };
29195
29365
  export var makeShopifyDispute = function () { return factories['io.flow.internal.v0.models.shopify_dispute'](); };
29196
29366
  export var makeShopifyDisputeDeleted = function () { return factories['io.flow.internal.v0.models.shopify_dispute_deleted'](); };
29197
29367
  export var makeShopifyDisputeUpserted = function () { return factories['io.flow.internal.v0.models.shopify_dispute_upserted'](); };
@@ -29199,6 +29369,7 @@ export var makeShopifyHs10Code = function () { return factories['io.flow.interna
29199
29369
  export var makeShopifyHs10Codes = function () { return factories['io.flow.internal.v0.models.shopify_hs10_codes'](); };
29200
29370
  export var makeShopifyHs10CodesDeleted = function () { return factories['io.flow.internal.v0.models.shopify_hs10_codes_deleted'](); };
29201
29371
  export var makeShopifyHs10CodesUpserted = function () { return factories['io.flow.internal.v0.models.shopify_hs10_codes_upserted'](); };
29372
+ export var makeShopifyIncoterm = function () { return factories['io.flow.internal.v0.enums.shopify_incoterm'](); };
29202
29373
  export var makeShopifyIncotermConfiguration = function () { return factories['io.flow.internal.v0.enums.shopify_incoterm_configuration'](); };
29203
29374
  export var makeShopifyIncotermIncludes = function () { return factories['io.flow.internal.v0.models.shopify_incoterm_includes'](); };
29204
29375
  export var makeShopifyIncotermSummaryErrorData = function () { return factories['io.flow.internal.v0.models.shopify_incoterm_summary_error_data'](); };
@@ -29245,10 +29416,12 @@ export var makeShopifyMarketsTradeSector = function () { return factories['io.fl
29245
29416
  export var makeShopifyMarketsWebhookRegistration = function () { return factories['io.flow.internal.v0.models.shopify_markets_webhook_registration'](); };
29246
29417
  export var makeShopifyMarketsWebhookRegistrationDeleted = function () { return factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'](); };
29247
29418
  export var makeShopifyMarketsWebhookRegistrationUpserted = function () { return factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted'](); };
29419
+ export var makeShopifyMeasurements = function () { return factories['io.flow.internal.v0.models.shopify_measurements'](); };
29248
29420
  export var makeShopifyMerchantPlan = function () { return factories['io.flow.internal.v0.models.shopify_merchant_plan'](); };
29249
29421
  export var makeShopifyMerchantPlanDeleted = function () { return factories['io.flow.internal.v0.models.shopify_merchant_plan_deleted'](); };
29250
29422
  export var makeShopifyMerchantPlanUpserted = function () { return factories['io.flow.internal.v0.models.shopify_merchant_plan_upserted'](); };
29251
29423
  export var makeShopifyMetadata = function () { return factories['io.flow.internal.v0.models.shopify_metadata'](); };
29424
+ export var makeShopifyMoney = function () { return factories['io.flow.internal.v0.models.shopify_money'](); };
29252
29425
  export var makeShopifyMonitoringCarrierService = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_carrier_service'](); };
29253
29426
  export var makeShopifyMonitoringFulfillmentExternal = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_fulfillment_external'](); };
29254
29427
  export var makeShopifyMonitoringFulfillmentMissingDetails = function () { return factories['io.flow.internal.v0.models.shopify_monitoring_fulfillment_missing_details'](); };
@@ -29272,6 +29445,7 @@ export var makeShopifyOrderRiskAssessmentUpserted = function () { return factori
29272
29445
  export var makeShopifyOrderTransaction = function () { return factories['io.flow.internal.v0.models.shopify_order_transaction'](); };
29273
29446
  export var makeShopifyOrderTransactionDeleted = function () { return factories['io.flow.internal.v0.models.shopify_order_transaction_deleted'](); };
29274
29447
  export var makeShopifyOrderTransactionUpserted = function () { return factories['io.flow.internal.v0.models.shopify_order_transaction_upserted'](); };
29448
+ export var makeShopifyPackageType = function () { return factories['io.flow.internal.v0.enums.shopify_package_type'](); };
29275
29449
  export var makeShopifyPartnerWebhook = function () { return factories['io.flow.internal.v0.models.shopify_partner_webhook'](); };
29276
29450
  export var makeShopifyPartnerWebhookRaw = function () { return factories['io.flow.internal.v0.models.shopify_partner_webhook_raw'](); };
29277
29451
  export var makeShopifyPlanType = function () { return factories['io.flow.internal.v0.enums.shopify_plan_type'](); };
@@ -29295,9 +29469,24 @@ export var makeShopifyProductUpdateDeleted = function () { return factories['io.
29295
29469
  export var makeShopifyProductUpdateUpserted = function () { return factories['io.flow.internal.v0.models.shopify_product_update_upserted'](); };
29296
29470
  export var makeShopifyProductUpdateWebhookEvent = function () { return factories['io.flow.internal.v0.models.shopify_product_update_webhook_event'](); };
29297
29471
  export var makeShopifyProductWrapper = function () { return factories['io.flow.internal.v0.models.shopify_product_wrapper'](); };
29472
+ export var makeShopifyRateCustomsDetail = function () { return factories['io.flow.internal.v0.models.shopify_rate_customs_detail'](); };
29473
+ export var makeShopifyRatePickupPoint = function () { return factories['io.flow.internal.v0.models.shopify_rate_pickup_point'](); };
29298
29474
  export var makeShopifyReportFileDeleted = function () { return factories['io.flow.internal.v0.models.shopify_report_file_deleted'](); };
29299
29475
  export var makeShopifyReportFileUpserted = function () { return factories['io.flow.internal.v0.models.shopify_report_file_upserted'](); };
29300
29476
  export var makeShopifyService = function () { return factories['io.flow.internal.v0.enums.shopify_service'](); };
29477
+ export var makeShopifyShipmentOptionCode = function () { return factories['io.flow.internal.v0.enums.shopify_shipment_option_code'](); };
29478
+ export var makeShopifyShipmentRateAvailable = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_available'](); };
29479
+ export var makeShopifyShipmentRateCharge = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_charge'](); };
29480
+ export var makeShopifyShipmentRateOption = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_option'](); };
29481
+ export var makeShopifyShipmentRatePackage = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_package'](); };
29482
+ export var makeShopifyShipmentRateReason = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_reason'](); };
29483
+ export var makeShopifyShipmentRateRequest = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_request'](); };
29484
+ export var makeShopifyShipmentRateResponse = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_response'](); };
29485
+ export var makeShopifyShipmentRateShipment = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_shipment'](); };
29486
+ export var makeShopifyShipmentRateShipper = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_shipper'](); };
29487
+ export var makeShopifyShipmentRateTotalCharges = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_total_charges'](); };
29488
+ export var makeShopifyShipmentRateUnavailable = function () { return factories['io.flow.internal.v0.models.shopify_shipment_rate_unavailable'](); };
29489
+ export var makeShopifyShippingLocation = function () { return factories['io.flow.internal.v0.models.shopify_shipping_location'](); };
29301
29490
  export var makeShopifyShopStatistics = function () { return factories['io.flow.internal.v0.models.shopify_shop_statistics'](); };
29302
29491
  export var makeShopifyStoreDetail = function () { return factories['io.flow.internal.v0.models.shopify_store_detail'](); };
29303
29492
  export var makeShopifyStripeEvent = function () { return factories['io.flow.internal.v0.models.shopify_stripe_event'](); };
@@ -29306,6 +29495,8 @@ export var makeShopifyTaxonomyAlignmentConfigForm = function () { return factori
29306
29495
  export var makeShopifyTestOrder = function () { return factories['io.flow.internal.v0.models.shopify_test_order'](); };
29307
29496
  export var makeShopifyTestOrderDeleted = function () { return factories['io.flow.internal.v0.models.shopify_test_order_deleted'](); };
29308
29497
  export var makeShopifyTestOrderUpserted = function () { return factories['io.flow.internal.v0.models.shopify_test_order_upserted'](); };
29498
+ export var makeShopifyUnavailableRateReasonCode = function () { return factories['io.flow.internal.v0.enums.shopify_unavailable_rate_reason_code'](); };
29499
+ export var makeShopifyWeightUnit = function () { return factories['io.flow.internal.v0.enums.shopify_weight_unit'](); };
29309
29500
  export var makeShopperBreakdown = function () { return factories['io.flow.internal.v0.models.shopper_breakdown'](); };
29310
29501
  export var makeShopperFees = function () { return factories['io.flow.internal.v0.models.shopper_fees'](); };
29311
29502
  export var makeShopperFreight = function () { return factories['io.flow.internal.v0.models.shopper_freight'](); };