@flowio/api-internal-factories 0.0.132 → 0.0.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api-internal.js +557 -58
- package/dist/esm/api-internal.js +466 -20
- package/dist/types/api-internal.d.ts +55 -3
- package/package.json +2 -2
- package/src/api-internal.ts +550 -26
package/src/api-internal.ts
CHANGED
|
@@ -1946,6 +1946,7 @@ const factories = {
|
|
|
1946
1946
|
amount: factories.double(),
|
|
1947
1947
|
label: factories.string(),
|
|
1948
1948
|
base: factories['io.flow.common.v0.models.price'](),
|
|
1949
|
+
breakdown: factories['io.flow.order.price.v0.models.order_price_detail_breakdown'](),
|
|
1949
1950
|
}),
|
|
1950
1951
|
|
|
1951
1952
|
'io.flow.catalog.v0.models.options': (): io.flow.catalog.v0.models.Options => ({
|
|
@@ -2115,6 +2116,7 @@ const factories = {
|
|
|
2115
2116
|
channel_id: factories.string(),
|
|
2116
2117
|
external_order_reference: factories.string(),
|
|
2117
2118
|
payment_request_id: factories.string(),
|
|
2119
|
+
order_payment_request_ids: arrayOf(() => factories.string()),
|
|
2118
2120
|
order_edit_payment_request_ids: arrayOf(() => factories.string()),
|
|
2119
2121
|
status: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'](),
|
|
2120
2122
|
|
|
@@ -3326,6 +3328,11 @@ const factories = {
|
|
|
3326
3328
|
),
|
|
3327
3329
|
}),
|
|
3328
3330
|
|
|
3331
|
+
'io.flow.experience.v0.models.edit_summary': (): io.flow.experience.v0.models.EditSummary => ({
|
|
3332
|
+
id: factories.string(),
|
|
3333
|
+
edited_at: factories.date_time_iso_8601(),
|
|
3334
|
+
}),
|
|
3335
|
+
|
|
3329
3336
|
'io.flow.experience.v0.models.experience': (): io.flow.experience.v0.models.Experience => ({
|
|
3330
3337
|
discriminator: 'experience',
|
|
3331
3338
|
id: factories.string(),
|
|
@@ -3630,6 +3637,7 @@ const factories = {
|
|
|
3630
3637
|
local: factories['io.flow.catalog.v0.models.local'](),
|
|
3631
3638
|
shipment_estimate: factories['io.flow.common.v0.models.datetime_range'](),
|
|
3632
3639
|
price_source: factories['io.flow.common.v0.unions.price_source'](),
|
|
3640
|
+
breakdown: factories['io.flow.order.price.v0.models.order_price_detail_breakdown'](),
|
|
3633
3641
|
}),
|
|
3634
3642
|
|
|
3635
3643
|
'io.flow.experience.v0.models.localized_line_item_discount': (): io.flow.experience.v0.models.LocalizedLineItemDiscount => ({
|
|
@@ -3679,6 +3687,8 @@ const factories = {
|
|
|
3679
3687
|
|
|
3680
3688
|
incoterm_summary: factories['io.flow.experience.v0.models.incoterm_summary'](),
|
|
3681
3689
|
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3690
|
+
edits: arrayOf(() => factories['io.flow.experience.v0.models.edit_summary']()),
|
|
3691
|
+
rates: arrayOf(() => factories['io.flow.experience.v0.models.order_rate']()),
|
|
3682
3692
|
}),
|
|
3683
3693
|
|
|
3684
3694
|
'io.flow.experience.v0.models.order_address': (): io.flow.experience.v0.models.OrderAddress => ({
|
|
@@ -3883,6 +3893,12 @@ const factories = {
|
|
|
3883
3893
|
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
3884
3894
|
}),
|
|
3885
3895
|
|
|
3896
|
+
'io.flow.experience.v0.models.order_rate': (): io.flow.experience.v0.models.OrderRate => ({
|
|
3897
|
+
from: factories.string(),
|
|
3898
|
+
to: factories.string(),
|
|
3899
|
+
rate: factories.decimal(),
|
|
3900
|
+
}),
|
|
3901
|
+
|
|
3886
3902
|
'io.flow.experience.v0.models.order_reference': (): io.flow.experience.v0.models.OrderReference => ({
|
|
3887
3903
|
discriminator: 'order_reference',
|
|
3888
3904
|
id: factories.string(),
|
|
@@ -6567,6 +6583,7 @@ const factories = {
|
|
|
6567
6583
|
'io.flow.internal.v0.enums.adjustment_transaction_type': (): io.flow.internal.v0.enums.AdjustmentTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal']),
|
|
6568
6584
|
'io.flow.internal.v0.enums.adyen_integration_type': (): io.flow.internal.v0.enums.AdyenIntegrationType => faker.helpers.arrayElement(['hosted_payment_page', 'checkout_payments_api', 'classic_authorise_api']),
|
|
6569
6585
|
'io.flow.internal.v0.enums.aldo_item_type': (): io.flow.internal.v0.enums.AldoItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
6586
|
+
'io.flow.internal.v0.enums.anirban_item_type': (): io.flow.internal.v0.enums.AnirbanItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
6570
6587
|
'io.flow.internal.v0.enums.ansh_item_type': (): io.flow.internal.v0.enums.AnshItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
6571
6588
|
'io.flow.internal.v0.enums.any_dangerous_goods': (): io.flow.internal.v0.enums.AnyDangerousGoods => faker.helpers.arrayElement(['yes', 'no', 'i_dont_know']),
|
|
6572
6589
|
'io.flow.internal.v0.enums.api_call_reference_id': (): io.flow.internal.v0.enums.ApiCallReferenceId => faker.helpers.arrayElement(['duty_rates_data_event', 'integration_test', 'unit_test']),
|
|
@@ -6787,6 +6804,10 @@ const factories = {
|
|
|
6787
6804
|
'sp_billable_label_transactions_count',
|
|
6788
6805
|
'sp_billable_label_transactions_count_for_unique_orders',
|
|
6789
6806
|
'sp_billable_label_transactions_total',
|
|
6807
|
+
'capture_transactions_standard_count',
|
|
6808
|
+
'capture_transactions_standard_total',
|
|
6809
|
+
'capture_transactions_shopify_plus_count',
|
|
6810
|
+
'capture_transactions_shopify_plus_total',
|
|
6790
6811
|
'sp_capture_transactions_count',
|
|
6791
6812
|
'sp_capture_transactions_total',
|
|
6792
6813
|
'sp_carrier_charge_transactions_count',
|
|
@@ -6868,6 +6889,7 @@ const factories = {
|
|
|
6868
6889
|
'io.flow.internal.v0.enums.calculator_engine': (): io.flow.internal.v0.enums.CalculatorEngine => faker.helpers.arrayElement(['dtce_with_deminimis', 'dtce_with_inclusive_pricing', 'dtce_and_us_tax']),
|
|
6869
6890
|
'io.flow.internal.v0.enums.carrier_charge_transaction_type': (): io.flow.internal.v0.enums.CarrierChargeTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']),
|
|
6870
6891
|
'io.flow.internal.v0.enums.carrier_charge_type': (): io.flow.internal.v0.enums.CarrierChargeType => faker.helpers.arrayElement(['label', 'tax', 'other']),
|
|
6892
|
+
'io.flow.internal.v0.enums.carrier_document_type': (): io.flow.internal.v0.enums.CarrierDocumentType => faker.helpers.arrayElement(['commercial_invoice']),
|
|
6871
6893
|
'io.flow.internal.v0.enums.carrier_file_type': (): io.flow.internal.v0.enums.CarrierFileType => faker.helpers.arrayElement(['freight', 'tax']),
|
|
6872
6894
|
'io.flow.internal.v0.enums.carrier_label_generation_method': (): io.flow.internal.v0.enums.CarrierLabelGenerationMethod => faker.helpers.arrayElement(['direct', 'easypost']),
|
|
6873
6895
|
'io.flow.internal.v0.enums.carrier_validation_status': (): io.flow.internal.v0.enums.CarrierValidationStatus => faker.helpers.arrayElement(['success', 'error']),
|
|
@@ -6919,6 +6941,7 @@ const factories = {
|
|
|
6919
6941
|
'io.flow.internal.v0.enums.channel_order_acceptance_status': (): io.flow.internal.v0.enums.ChannelOrderAcceptanceStatus => faker.helpers.arrayElement(['accepted', 'rejected', 'review', 'edit_review', 'edit_accepted']),
|
|
6920
6942
|
'io.flow.internal.v0.enums.channel_order_fulfillment_status_code': (): io.flow.internal.v0.enums.ChannelOrderFulfillmentStatusCode => faker.helpers.arrayElement(['unfulfilled', 'fulfilled', 'partial', 'cancelled']),
|
|
6921
6943
|
'io.flow.internal.v0.enums.channel_transaction_type': (): io.flow.internal.v0.enums.ChannelTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'processing']),
|
|
6944
|
+
'io.flow.internal.v0.enums.chapter_check_status': (): io.flow.internal.v0.enums.ChapterCheckStatus => faker.helpers.arrayElement(['apparel_like', 'similar', 'does_not_match']),
|
|
6922
6945
|
'io.flow.internal.v0.enums.charge_estimate_source': (): io.flow.internal.v0.enums.ChargeEstimateSource => faker.helpers.arrayElement(['global-e', 'shopify']),
|
|
6923
6946
|
|
|
6924
6947
|
'io.flow.internal.v0.enums.charge_input_type': (): io.flow.internal.v0.enums.ChargeInputType => faker.helpers.arrayElement([
|
|
@@ -7009,8 +7032,10 @@ const factories = {
|
|
|
7009
7032
|
|
|
7010
7033
|
'io.flow.internal.v0.enums.duty_simple_expression_type': (): io.flow.internal.v0.enums.DutySimpleExpressionType => faker.helpers.arrayElement(['free', 'percent', 'per_uom', 'flat']),
|
|
7011
7034
|
'io.flow.internal.v0.enums.duty_transaction_type': (): io.flow.internal.v0.enums.DutyTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'duty', 'refund']),
|
|
7035
|
+
'io.flow.internal.v0.enums.duty_variance_status': (): io.flow.internal.v0.enums.DutyVarianceStatus => faker.helpers.arrayElement(['acceptable', 'exceeded']),
|
|
7012
7036
|
'io.flow.internal.v0.enums.empty_attribute': (): io.flow.internal.v0.enums.EmptyAttribute => faker.helpers.arrayElement(['irrelevant']),
|
|
7013
7037
|
'io.flow.internal.v0.enums.erp_file_type': (): io.flow.internal.v0.enums.ErpFileType => faker.helpers.arrayElement(['vendor']),
|
|
7038
|
+
'io.flow.internal.v0.enums.evaluation_check_result': (): io.flow.internal.v0.enums.EvaluationCheckResult => faker.helpers.arrayElement(['pass', 'fail']),
|
|
7014
7039
|
|
|
7015
7040
|
'io.flow.internal.v0.enums.event_type': (): io.flow.internal.v0.enums.EventType => faker.helpers.arrayElement([
|
|
7016
7041
|
'adyen_authorization_deleted',
|
|
@@ -7196,6 +7221,8 @@ const factories = {
|
|
|
7196
7221
|
'rate_freshness_summary_deleted',
|
|
7197
7222
|
'item_harmonization_upserted',
|
|
7198
7223
|
'item_harmonization_deleted',
|
|
7224
|
+
'merchant_override_upserted',
|
|
7225
|
+
'merchant_override_deleted',
|
|
7199
7226
|
'harmonization_classification_statistics_published',
|
|
7200
7227
|
'item_form_import_request',
|
|
7201
7228
|
'label_request_error_upserted',
|
|
@@ -7253,6 +7280,8 @@ const factories = {
|
|
|
7253
7280
|
'authorization_bundle_deleted',
|
|
7254
7281
|
'organization_payment_setting_upserted',
|
|
7255
7282
|
'organization_payment_setting_deleted',
|
|
7283
|
+
'order_refund_transaction_upserted',
|
|
7284
|
+
'order_refund_transaction_deleted',
|
|
7256
7285
|
'paypal_payment_deleted',
|
|
7257
7286
|
'paypal_payment_upserted',
|
|
7258
7287
|
'paypal_execution_deleted',
|
|
@@ -7304,6 +7333,10 @@ const factories = {
|
|
|
7304
7333
|
'shopify_markets_webhook_registration_deleted',
|
|
7305
7334
|
'shopify_markets_shop_statistics_upserted',
|
|
7306
7335
|
'shopify_markets_shop_statistics_deleted',
|
|
7336
|
+
'shopify_product_taxonomy_attribute_upserted',
|
|
7337
|
+
'shopify_product_taxonomy_attribute_deleted',
|
|
7338
|
+
'shopify_product_taxonomy_attribute_value_upserted',
|
|
7339
|
+
'shopify_product_taxonomy_attribute_value_deleted',
|
|
7307
7340
|
'shopify_markets_metrics_upserted',
|
|
7308
7341
|
'shopify_markets_metrics_deleted',
|
|
7309
7342
|
'channel_order_summary_upserted',
|
|
@@ -7387,6 +7420,7 @@ const factories = {
|
|
|
7387
7420
|
'io.flow.internal.v0.enums.feature_status': (): io.flow.internal.v0.enums.FeatureStatus => faker.helpers.arrayElement(['draft', 'active', 'archived']),
|
|
7388
7421
|
'io.flow.internal.v0.enums.feature_type': (): io.flow.internal.v0.enums.FeatureType => faker.helpers.arrayElement(['boolean', 'decimal', 'string']),
|
|
7389
7422
|
'io.flow.internal.v0.enums.fees_source': (): io.flow.internal.v0.enums.FeesSource => faker.helpers.arrayElement(['settings', 'authorization_bundle']),
|
|
7423
|
+
'io.flow.internal.v0.enums.file_type': (): io.flow.internal.v0.enums.FileType => faker.helpers.arrayElement(['pdf']),
|
|
7390
7424
|
'io.flow.internal.v0.enums.fraud_provider': (): io.flow.internal.v0.enums.FraudProvider => faker.helpers.arrayElement(['flow', 'forter', 'paypal', 'riskified', 'rps', 'other', 'none']),
|
|
7391
7425
|
'io.flow.internal.v0.enums.fraud_provider_status': (): io.flow.internal.v0.enums.FraudProviderStatus => faker.helpers.arrayElement(['active', 'archived']),
|
|
7392
7426
|
'io.flow.internal.v0.enums.fraud_review_responsible_party': (): io.flow.internal.v0.enums.FraudReviewResponsibleParty => faker.helpers.arrayElement(['flow', 'organization']),
|
|
@@ -7427,6 +7461,7 @@ const factories = {
|
|
|
7427
7461
|
'classified',
|
|
7428
7462
|
'non_classifiable_not_enough_information',
|
|
7429
7463
|
'exempt',
|
|
7464
|
+
'manual_classification_required',
|
|
7430
7465
|
]),
|
|
7431
7466
|
|
|
7432
7467
|
'io.flow.internal.v0.enums.item_quantity_action': (): io.flow.internal.v0.enums.ItemQuantityAction => faker.helpers.arrayElement(['fulfillment_ship', 'fulfillment_cancel', 'fulfillment_generate_label']),
|
|
@@ -7690,9 +7725,18 @@ const factories = {
|
|
|
7690
7725
|
|
|
7691
7726
|
'io.flow.internal.v0.enums.responsible_party': (): io.flow.internal.v0.enums.ResponsibleParty => faker.helpers.arrayElement(['flow', 'organization']),
|
|
7692
7727
|
'io.flow.internal.v0.enums.restriction_action': (): io.flow.internal.v0.enums.RestrictionAction => faker.helpers.arrayElement(['prohibited', 'restricted']),
|
|
7728
|
+
'io.flow.internal.v0.enums.restriction_attribute_condition_multiple_operator': (): io.flow.internal.v0.enums.RestrictionAttributeConditionMultipleOperator => faker.helpers.arrayElement(['in', 'not_in']),
|
|
7729
|
+
'io.flow.internal.v0.enums.restriction_attribute_condition_single_operator': (): io.flow.internal.v0.enums.RestrictionAttributeConditionSingleOperator => faker.helpers.arrayElement(['equals', 'not_equals']),
|
|
7730
|
+
'io.flow.internal.v0.enums.restriction_attribute_operator': (): io.flow.internal.v0.enums.RestrictionAttributeOperator => faker.helpers.arrayElement(['and', 'or']),
|
|
7731
|
+
|
|
7732
|
+
'io.flow.internal.v0.enums.restriction_attribute_result': (): io.flow.internal.v0.enums.RestrictionAttributeResult => faker.helpers.arrayElement(
|
|
7733
|
+
['pending_classification', 'pending_verification', 'accepted', 'restricted'],
|
|
7734
|
+
),
|
|
7735
|
+
|
|
7693
7736
|
'io.flow.internal.v0.enums.restriction_decision': (): io.flow.internal.v0.enums.RestrictionDecision => faker.helpers.arrayElement(['accept', 'escalate', 'reject', 'review']),
|
|
7694
7737
|
'io.flow.internal.v0.enums.restriction_organization_channel': (): io.flow.internal.v0.enums.RestrictionOrganizationChannel => faker.helpers.arrayElement(['shopify', 'enterprise', 'shopify-sandbox', 'enterprise-sandbox']),
|
|
7695
7738
|
'io.flow.internal.v0.enums.restriction_organization_source': (): io.flow.internal.v0.enums.RestrictionOrganizationSource => faker.helpers.arrayElement(['shopify', 'enterprise']),
|
|
7739
|
+
'io.flow.internal.v0.enums.restriction_rule_activation_status': (): io.flow.internal.v0.enums.RestrictionRuleActivationStatus => faker.helpers.arrayElement(['draft', 'active', 'inactive']),
|
|
7696
7740
|
'io.flow.internal.v0.enums.restriction_rule_community_exemption': (): io.flow.internal.v0.enums.RestrictionRuleCommunityExemption => faker.helpers.arrayElement(['domestic_exemption', 'intra_eu_exemption']),
|
|
7697
7741
|
'io.flow.internal.v0.enums.restriction_rule_exception_action': (): io.flow.internal.v0.enums.RestrictionRuleExceptionAction => faker.helpers.arrayElement(['allow', 'deny']),
|
|
7698
7742
|
'io.flow.internal.v0.enums.restriction_state_review_status': (): io.flow.internal.v0.enums.RestrictionStateReviewStatus => faker.helpers.arrayElement(['reviewed', 'in_review']),
|
|
@@ -7702,6 +7746,16 @@ const factories = {
|
|
|
7702
7746
|
'io.flow.internal.v0.enums.risk_evaluation': (): io.flow.internal.v0.enums.RiskEvaluation => faker.helpers.arrayElement(['Pending', 'High-Risk', 'Low-Risk', 'Restricted-Party', 'none']),
|
|
7703
7747
|
'io.flow.internal.v0.enums.rohan_item_type': (): io.flow.internal.v0.enums.RohanItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
7704
7748
|
'io.flow.internal.v0.enums.sarvesh_item_type': (): io.flow.internal.v0.enums.SarveshItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
7749
|
+
|
|
7750
|
+
'io.flow.internal.v0.enums.sellability_check_status': (): io.flow.internal.v0.enums.SellabilityCheckStatus => faker.helpers.arrayElement([
|
|
7751
|
+
'more_restrictive',
|
|
7752
|
+
'less_restrictive',
|
|
7753
|
+
'similar',
|
|
7754
|
+
'regions_differ',
|
|
7755
|
+
'rules_differ',
|
|
7756
|
+
]),
|
|
7757
|
+
|
|
7758
|
+
'io.flow.internal.v0.enums.sellability_status': (): io.flow.internal.v0.enums.SellabilityStatus => faker.helpers.arrayElement(['complete', 'incomplete']),
|
|
7705
7759
|
'io.flow.internal.v0.enums.shopify_incoterm_configuration': (): io.flow.internal.v0.enums.ShopifyIncotermConfiguration => faker.helpers.arrayElement(['DDP', 'DAP', 'DDU', 'UNSUPPORTED']),
|
|
7706
7760
|
|
|
7707
7761
|
'io.flow.internal.v0.enums.shopify_markets_dangerous_goods': (): io.flow.internal.v0.enums.ShopifyMarketsDangerousGoods => faker.helpers.arrayElement([
|
|
@@ -8073,6 +8127,14 @@ const factories = {
|
|
|
8073
8127
|
fulfillment_id: factories.string(),
|
|
8074
8128
|
}),
|
|
8075
8129
|
|
|
8130
|
+
'io.flow.internal.v0.models.accounting_return_metadata': (): io.flow.internal.v0.models.AccountingReturnMetadata => ({
|
|
8131
|
+
discriminator: 'accounting_return_metadata',
|
|
8132
|
+
transactions_until: factories.date_time_iso_8601(),
|
|
8133
|
+
refund: factories['io.flow.payment.v0.models.refund_reference'](),
|
|
8134
|
+
tax_reversal: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
8135
|
+
duty_reversal: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
8136
|
+
}),
|
|
8137
|
+
|
|
8076
8138
|
'io.flow.internal.v0.models.action_quantity': (): io.flow.internal.v0.models.ActionQuantity => ({
|
|
8077
8139
|
action: factories['io.flow.internal.v0.enums.item_quantity_action'](),
|
|
8078
8140
|
quantity: factories.long(),
|
|
@@ -8557,6 +8619,23 @@ const factories = {
|
|
|
8557
8619
|
labels: objectOf(() => arrayOf(() => factories.string())),
|
|
8558
8620
|
}),
|
|
8559
8621
|
|
|
8622
|
+
'io.flow.internal.v0.models.anirban_item': (): io.flow.internal.v0.models.AnirbanItem => ({
|
|
8623
|
+
id: factories.string(),
|
|
8624
|
+
number: factories.string(),
|
|
8625
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
8626
|
+
description: factories.string(),
|
|
8627
|
+
type: factories['io.flow.internal.v0.enums.anirban_item_type'](),
|
|
8628
|
+
added_on: factories.date_time_iso_8601(),
|
|
8629
|
+
}),
|
|
8630
|
+
|
|
8631
|
+
'io.flow.internal.v0.models.anirban_item_form': (): io.flow.internal.v0.models.AnirbanItemForm => ({
|
|
8632
|
+
number: factories.string(),
|
|
8633
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
8634
|
+
description: factories.string(),
|
|
8635
|
+
type: factories['io.flow.internal.v0.enums.anirban_item_type'](),
|
|
8636
|
+
added_on: factories.date_time_iso_8601(),
|
|
8637
|
+
}),
|
|
8638
|
+
|
|
8560
8639
|
'io.flow.internal.v0.models.ansh_item': (): io.flow.internal.v0.models.AnshItem => ({
|
|
8561
8640
|
id: factories.string(),
|
|
8562
8641
|
number: factories.string(),
|
|
@@ -8596,6 +8675,11 @@ const factories = {
|
|
|
8596
8675
|
unverified: factories.boolean(),
|
|
8597
8676
|
}),
|
|
8598
8677
|
|
|
8678
|
+
'io.flow.internal.v0.models.attribute_rule': (): io.flow.internal.v0.models.AttributeRule => ({
|
|
8679
|
+
restriction_attribute_rules: arrayOf(() => factories['io.flow.internal.v0.models.restriction_attribute_rule']()),
|
|
8680
|
+
default_result: factories['io.flow.internal.v0.enums.restriction_attribute_result'](),
|
|
8681
|
+
}),
|
|
8682
|
+
|
|
8599
8683
|
'io.flow.internal.v0.models.authentication_form': (): io.flow.internal.v0.models.AuthenticationForm => ({
|
|
8600
8684
|
password: factories.string(),
|
|
8601
8685
|
}),
|
|
@@ -8809,6 +8893,12 @@ const factories = {
|
|
|
8809
8893
|
bank_payment: factories['io.flow.internal.v0.models.bank_payment'](),
|
|
8810
8894
|
}),
|
|
8811
8895
|
|
|
8896
|
+
'io.flow.internal.v0.models.base_64_carrier_document_content': (): io.flow.internal.v0.models.Base64CarrierDocumentContent => ({
|
|
8897
|
+
discriminator: 'base_64_carrier_document_content',
|
|
8898
|
+
base64_string: factories.string(),
|
|
8899
|
+
file_type: factories['io.flow.internal.v0.enums.file_type'](),
|
|
8900
|
+
}),
|
|
8901
|
+
|
|
8812
8902
|
'io.flow.internal.v0.models.billing_authorization_reference': (): io.flow.internal.v0.models.BillingAuthorizationReference => ({
|
|
8813
8903
|
id: factories.string(),
|
|
8814
8904
|
}),
|
|
@@ -9347,6 +9437,11 @@ const factories = {
|
|
|
9347
9437
|
carrier_charge: factories['io.flow.internal.v0.models.carrier_charge'](),
|
|
9348
9438
|
}),
|
|
9349
9439
|
|
|
9440
|
+
'io.flow.internal.v0.models.carrier_document': (): io.flow.internal.v0.models.CarrierDocument => ({
|
|
9441
|
+
document_type: factories['io.flow.internal.v0.enums.carrier_document_type'](),
|
|
9442
|
+
document_content: factories['io.flow.internal.v0.unions.carrier_document_content'](),
|
|
9443
|
+
}),
|
|
9444
|
+
|
|
9350
9445
|
'io.flow.internal.v0.models.carrier_file': (): io.flow.internal.v0.models.CarrierFile => ({
|
|
9351
9446
|
id: factories.string(),
|
|
9352
9447
|
type: factories['io.flow.internal.v0.enums.carrier_file_type'](),
|
|
@@ -9698,6 +9793,7 @@ const factories = {
|
|
|
9698
9793
|
channel_id: factories.string(),
|
|
9699
9794
|
external_order_reference: factories.string(),
|
|
9700
9795
|
payment_request_id: factories.string(),
|
|
9796
|
+
order_payment_request_ids: arrayOf(() => factories.string()),
|
|
9701
9797
|
order_edit_payment_request_ids: arrayOf(() => factories.string()),
|
|
9702
9798
|
status: factories['io.flow.internal.v0.enums.channel_order_acceptance_status'](),
|
|
9703
9799
|
|
|
@@ -9813,6 +9909,22 @@ const factories = {
|
|
|
9813
9909
|
channel_organization_identifier: factories['io.flow.internal.v0.models.channel_organization_identifier'](),
|
|
9814
9910
|
}),
|
|
9815
9911
|
|
|
9912
|
+
'io.flow.internal.v0.models.channel_organization_publication_owner': (): io.flow.internal.v0.models.ChannelOrganizationPublicationOwner => ({
|
|
9913
|
+
owner: factories['io.flow.internal.v0.enums.catalog_publication_owner'](),
|
|
9914
|
+
}),
|
|
9915
|
+
|
|
9916
|
+
'io.flow.internal.v0.models.channel_organization_publication_owner_put_form': (): io.flow.internal.v0.models.ChannelOrganizationPublicationOwnerPutForm => ({
|
|
9917
|
+
owner: factories['io.flow.internal.v0.enums.catalog_publication_owner'](),
|
|
9918
|
+
}),
|
|
9919
|
+
|
|
9920
|
+
'io.flow.internal.v0.models.channel_organization_sellability_status': (): io.flow.internal.v0.models.ChannelOrganizationSellabilityStatus => ({
|
|
9921
|
+
status: factories['io.flow.internal.v0.enums.sellability_status'](),
|
|
9922
|
+
}),
|
|
9923
|
+
|
|
9924
|
+
'io.flow.internal.v0.models.channel_organization_sellability_status_put_form': (): io.flow.internal.v0.models.ChannelOrganizationSellabilityStatusPutForm => ({
|
|
9925
|
+
status: factories['io.flow.internal.v0.enums.sellability_status'](),
|
|
9926
|
+
}),
|
|
9927
|
+
|
|
9816
9928
|
'io.flow.internal.v0.models.channel_organization_shopify': (): io.flow.internal.v0.models.ChannelOrganizationShopify => ({
|
|
9817
9929
|
organization: factories['io.flow.channel.v0.models.channel_organization'](),
|
|
9818
9930
|
|
|
@@ -9884,6 +9996,13 @@ const factories = {
|
|
|
9884
9996
|
channel_transaction: factories['io.flow.internal.v0.models.channel_transaction'](),
|
|
9885
9997
|
}),
|
|
9886
9998
|
|
|
9999
|
+
'io.flow.internal.v0.models.chapter_check_result': (): io.flow.internal.v0.models.ChapterCheckResult => ({
|
|
10000
|
+
status: factories['io.flow.internal.v0.enums.chapter_check_status'](),
|
|
10001
|
+
result: factories['io.flow.internal.v0.enums.evaluation_check_result'](),
|
|
10002
|
+
current_chapter: factories.string(),
|
|
10003
|
+
merchant_chapter: factories.string(),
|
|
10004
|
+
}),
|
|
10005
|
+
|
|
9887
10006
|
'io.flow.internal.v0.models.charge_input': (): io.flow.internal.v0.models.ChargeInput => ({
|
|
9888
10007
|
charge_input_code: factories['io.flow.internal.v0.enums.charge_input_type'](),
|
|
9889
10008
|
price: factories['io.flow.common.v0.models.money'](),
|
|
@@ -10731,6 +10850,14 @@ const factories = {
|
|
|
10731
10850
|
display: factories['io.flow.experience.v0.enums.delivered_duty_display_type'](),
|
|
10732
10851
|
}),
|
|
10733
10852
|
|
|
10853
|
+
'io.flow.internal.v0.models.destination_duty_comparison': (): io.flow.internal.v0.models.DestinationDutyComparison => ({
|
|
10854
|
+
country: factories.string(),
|
|
10855
|
+
current_duty: factories.decimal(),
|
|
10856
|
+
merchant_duty: factories.decimal(),
|
|
10857
|
+
current_error: factories.decimal(),
|
|
10858
|
+
merchant_error: factories.decimal(),
|
|
10859
|
+
}),
|
|
10860
|
+
|
|
10734
10861
|
'io.flow.internal.v0.models.destination_error': (): io.flow.internal.v0.models.DestinationError => ({
|
|
10735
10862
|
id: factories.string(),
|
|
10736
10863
|
failed_at: factories.date_time_iso_8601(),
|
|
@@ -11058,6 +11185,15 @@ const factories = {
|
|
|
11058
11185
|
duty_transaction: factories['io.flow.internal.v0.models.duty_transaction'](),
|
|
11059
11186
|
}),
|
|
11060
11187
|
|
|
11188
|
+
'io.flow.internal.v0.models.duty_variance_result': (): io.flow.internal.v0.models.DutyVarianceResult => ({
|
|
11189
|
+
status: factories['io.flow.internal.v0.enums.duty_variance_status'](),
|
|
11190
|
+
result: factories['io.flow.internal.v0.enums.evaluation_check_result'](),
|
|
11191
|
+
|
|
11192
|
+
destinations: arrayOf(
|
|
11193
|
+
() => factories['io.flow.internal.v0.models.destination_duty_comparison'](),
|
|
11194
|
+
),
|
|
11195
|
+
}),
|
|
11196
|
+
|
|
11061
11197
|
'io.flow.internal.v0.models.email_form': (): io.flow.internal.v0.models.EmailForm => ({
|
|
11062
11198
|
to: arrayOf(() => factories.string()),
|
|
11063
11199
|
cc: arrayOf(() => factories.string()),
|
|
@@ -11307,9 +11443,10 @@ const factories = {
|
|
|
11307
11443
|
}),
|
|
11308
11444
|
|
|
11309
11445
|
'io.flow.internal.v0.models.evaluation_results': (): io.flow.internal.v0.models.EvaluationResults => ({
|
|
11310
|
-
chapter_result: factories.
|
|
11311
|
-
sellability_result: factories.
|
|
11312
|
-
duty_variance_result: factories.
|
|
11446
|
+
chapter_result: factories['io.flow.internal.v0.models.chapter_check_result'](),
|
|
11447
|
+
sellability_result: factories['io.flow.internal.v0.models.sellability_check_result'](),
|
|
11448
|
+
duty_variance_result: factories['io.flow.internal.v0.models.duty_variance_result'](),
|
|
11449
|
+
taxonomy_alignment_result: factories['io.flow.internal.v0.models.taxonomy_alignment_check_result'](),
|
|
11313
11450
|
}),
|
|
11314
11451
|
|
|
11315
11452
|
'io.flow.internal.v0.models.exclusion_rule_deleted': (): io.flow.internal.v0.models.ExclusionRuleDeleted => ({
|
|
@@ -11473,6 +11610,16 @@ const factories = {
|
|
|
11473
11610
|
fulfilled_via_replacement_order: factories.boolean(),
|
|
11474
11611
|
}),
|
|
11475
11612
|
|
|
11613
|
+
'io.flow.internal.v0.models.external_ratecard_link': (): io.flow.internal.v0.models.ExternalRatecardLink => ({
|
|
11614
|
+
external_ratecard_id: factories.string(),
|
|
11615
|
+
flow_ratecard_ids: arrayOf(() => factories.string()),
|
|
11616
|
+
}),
|
|
11617
|
+
|
|
11618
|
+
'io.flow.internal.v0.models.external_ratecard_link_response': (): io.flow.internal.v0.models.ExternalRatecardLinkResponse => ({
|
|
11619
|
+
external_ratecard_id: factories.string(),
|
|
11620
|
+
flow_ratecard_ids: arrayOf(() => factories.string()),
|
|
11621
|
+
}),
|
|
11622
|
+
|
|
11476
11623
|
'io.flow.internal.v0.models.facebook_pixel': (): io.flow.internal.v0.models.FacebookPixel => ({
|
|
11477
11624
|
discriminator: 'facebook_pixel',
|
|
11478
11625
|
name: factories.string(),
|
|
@@ -11594,6 +11741,12 @@ const factories = {
|
|
|
11594
11741
|
account_number: factories.string(),
|
|
11595
11742
|
}),
|
|
11596
11743
|
|
|
11744
|
+
'io.flow.internal.v0.models.fedex_carrier_label_attributes': (): io.flow.internal.v0.models.FedexCarrierLabelAttributes => ({
|
|
11745
|
+
discriminator: 'fedex_carrier_label_attributes',
|
|
11746
|
+
origin_location_id: factories.string(),
|
|
11747
|
+
destination_location_id: factories.string(),
|
|
11748
|
+
}),
|
|
11749
|
+
|
|
11597
11750
|
'io.flow.internal.v0.models.fedex_crossborder': (): io.flow.internal.v0.models.FedexCrossborder => ({
|
|
11598
11751
|
discriminator: 'fedex_crossborder',
|
|
11599
11752
|
api_key: factories.string(),
|
|
@@ -12754,6 +12907,7 @@ const factories = {
|
|
|
12754
12907
|
gender: factories.string(),
|
|
12755
12908
|
material: factories.string(),
|
|
12756
12909
|
url: factories.string(),
|
|
12910
|
+
preferential_rate_statement: factories.string(),
|
|
12757
12911
|
}),
|
|
12758
12912
|
|
|
12759
12913
|
'io.flow.internal.v0.models.invoice_info_form': (): io.flow.internal.v0.models.InvoiceInfoForm => ({
|
|
@@ -12781,6 +12935,7 @@ const factories = {
|
|
|
12781
12935
|
total_price: factories.decimal(),
|
|
12782
12936
|
manufacturer_id: factories.string(),
|
|
12783
12937
|
export_control_classification_number: factories.string(),
|
|
12938
|
+
preferential_rate_statement: factories.string(),
|
|
12784
12939
|
}),
|
|
12785
12940
|
|
|
12786
12941
|
'io.flow.internal.v0.models.invoice_transaction': (): io.flow.internal.v0.models.InvoiceTransaction => ({
|
|
@@ -13047,6 +13202,11 @@ const factories = {
|
|
|
13047
13202
|
id: factories.string(),
|
|
13048
13203
|
}),
|
|
13049
13204
|
|
|
13205
|
+
'io.flow.internal.v0.models.keyword_cancelling': (): io.flow.internal.v0.models.KeywordCancelling => ({
|
|
13206
|
+
positive_keyword: factories.string(),
|
|
13207
|
+
negative_keywords: arrayOf(() => factories.string()),
|
|
13208
|
+
}),
|
|
13209
|
+
|
|
13050
13210
|
'io.flow.internal.v0.models.klarna_authorization_parameters': (): io.flow.internal.v0.models.KlarnaAuthorizationParameters => ({
|
|
13051
13211
|
discriminator: 'klarna_authorization_parameters',
|
|
13052
13212
|
client_token: factories.string(),
|
|
@@ -13288,6 +13448,7 @@ const factories = {
|
|
|
13288
13448
|
saturday_stop: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13289
13449
|
residential_extended_area_pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13290
13450
|
package_level_detail: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13451
|
+
pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13291
13452
|
}),
|
|
13292
13453
|
|
|
13293
13454
|
'io.flow.internal.v0.models.label_surcharge_single_form': (): io.flow.internal.v0.models.LabelSurchargeSingleForm => ({
|
|
@@ -13817,6 +13978,20 @@ const factories = {
|
|
|
13817
13978
|
status: factories['io.flow.internal.v0.enums.merchant_override_status'](),
|
|
13818
13979
|
}),
|
|
13819
13980
|
|
|
13981
|
+
'io.flow.internal.v0.models.merchant_override_deleted': (): io.flow.internal.v0.models.MerchantOverrideDeleted => ({
|
|
13982
|
+
discriminator: 'merchant_override_deleted',
|
|
13983
|
+
event_id: factories.string(),
|
|
13984
|
+
timestamp: factories.date_time_iso_8601(),
|
|
13985
|
+
id: factories.string(),
|
|
13986
|
+
}),
|
|
13987
|
+
|
|
13988
|
+
'io.flow.internal.v0.models.merchant_override_upserted': (): io.flow.internal.v0.models.MerchantOverrideUpserted => ({
|
|
13989
|
+
discriminator: 'merchant_override_upserted',
|
|
13990
|
+
event_id: factories.string(),
|
|
13991
|
+
timestamp: factories.date_time_iso_8601(),
|
|
13992
|
+
merchant_override: factories['io.flow.internal.v0.models.merchant_override'](),
|
|
13993
|
+
}),
|
|
13994
|
+
|
|
13820
13995
|
'io.flow.internal.v0.models.merchant_search_result': (): io.flow.internal.v0.models.MerchantSearchResult => ({
|
|
13821
13996
|
organization_id: factories.string(),
|
|
13822
13997
|
shop_name: factories.string(),
|
|
@@ -13848,6 +14023,10 @@ const factories = {
|
|
|
13848
14023
|
freight: factories.decimal(),
|
|
13849
14024
|
total: factories.decimal(),
|
|
13850
14025
|
tax_refund: factories.decimal(),
|
|
14026
|
+
tax_reversal: factories.decimal(),
|
|
14027
|
+
duty_reversal: factories.decimal(),
|
|
14028
|
+
tax_reversal_for_lvg_order: factories.boolean(),
|
|
14029
|
+
duty_reversal_for_lvg_order: factories.boolean(),
|
|
13851
14030
|
}),
|
|
13852
14031
|
|
|
13853
14032
|
'io.flow.internal.v0.models.merchant_upserted': (): io.flow.internal.v0.models.MerchantUpserted => ({
|
|
@@ -13919,6 +14098,12 @@ const factories = {
|
|
|
13919
14098
|
account: factories['io.flow.internal.v0.models.report_account'](),
|
|
13920
14099
|
}),
|
|
13921
14100
|
|
|
14101
|
+
'io.flow.internal.v0.models.non_l4l_tax_duty_fx_fee_metadata': (): io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata => ({
|
|
14102
|
+
discriminator: 'non_l4l_tax_duty_fx_fee_metadata',
|
|
14103
|
+
tax: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
14104
|
+
duty: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
14105
|
+
}),
|
|
14106
|
+
|
|
13922
14107
|
'io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction': (): io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction => ({
|
|
13923
14108
|
discriminator: 'non_l4l_tax_duty_fx_transaction',
|
|
13924
14109
|
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
@@ -13958,19 +14143,6 @@ const factories = {
|
|
|
13958
14143
|
execution_time_ms: factories.long(),
|
|
13959
14144
|
}),
|
|
13960
14145
|
|
|
13961
|
-
'io.flow.internal.v0.models.onboarding_audit_snapshot': (): io.flow.internal.v0.models.OnboardingAuditSnapshot => ({
|
|
13962
|
-
id: factories.string(),
|
|
13963
|
-
organization: factories['io.flow.common.v0.models.organization'](),
|
|
13964
|
-
result: factories['io.flow.internal.v0.enums.onboarding_audit_result'](),
|
|
13965
|
-
|
|
13966
|
-
theme_reports: arrayOf(
|
|
13967
|
-
() => factories['io.flow.internal.v0.models.onboarding_audit_theme_report'](),
|
|
13968
|
-
),
|
|
13969
|
-
|
|
13970
|
-
requested_by: factories['io.flow.common.v0.models.user'](),
|
|
13971
|
-
requested_at: factories.date_time_iso_8601(),
|
|
13972
|
-
}),
|
|
13973
|
-
|
|
13974
14146
|
'io.flow.internal.v0.models.onboarding_audit_theme_report': (): io.flow.internal.v0.models.OnboardingAuditThemeReport => ({
|
|
13975
14147
|
name: factories.string(),
|
|
13976
14148
|
key: factories['io.flow.internal.v0.enums.onboarding_audit_theme_key'](),
|
|
@@ -14190,6 +14362,29 @@ const factories = {
|
|
|
14190
14362
|
number: factories.string(),
|
|
14191
14363
|
}),
|
|
14192
14364
|
|
|
14365
|
+
'io.flow.internal.v0.models.order_refund_transaction': (): io.flow.internal.v0.models.OrderRefundTransaction => ({
|
|
14366
|
+
id: factories.string(),
|
|
14367
|
+
organization_id: factories.string(),
|
|
14368
|
+
order_number: factories.string(),
|
|
14369
|
+
price: factories['io.flow.common.v0.models.price_with_base'](),
|
|
14370
|
+
}),
|
|
14371
|
+
|
|
14372
|
+
'io.flow.internal.v0.models.order_refund_transaction_deleted': (): io.flow.internal.v0.models.OrderRefundTransactionDeleted => ({
|
|
14373
|
+
discriminator: 'order_refund_transaction_deleted',
|
|
14374
|
+
event_id: factories.string(),
|
|
14375
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14376
|
+
organization: factories.string(),
|
|
14377
|
+
id: factories.string(),
|
|
14378
|
+
}),
|
|
14379
|
+
|
|
14380
|
+
'io.flow.internal.v0.models.order_refund_transaction_upserted': (): io.flow.internal.v0.models.OrderRefundTransactionUpserted => ({
|
|
14381
|
+
discriminator: 'order_refund_transaction_upserted',
|
|
14382
|
+
event_id: factories.string(),
|
|
14383
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14384
|
+
organization: factories.string(),
|
|
14385
|
+
transaction: factories['io.flow.internal.v0.models.order_refund_transaction'](),
|
|
14386
|
+
}),
|
|
14387
|
+
|
|
14193
14388
|
'io.flow.internal.v0.models.order_revenue_region_chart': (): io.flow.internal.v0.models.OrderRevenueRegionChart => ({
|
|
14194
14389
|
total: factories['io.flow.common.v0.models.price'](),
|
|
14195
14390
|
period: factories['io.flow.common.v0.models.datetime_range'](),
|
|
@@ -14569,6 +14764,7 @@ const factories = {
|
|
|
14569
14764
|
pending_classification_count: factories.long(),
|
|
14570
14765
|
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
14571
14766
|
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
14767
|
+
oldest_pending_classification_date: factories.date_time_iso_8601(),
|
|
14572
14768
|
product_count: factories.long(),
|
|
14573
14769
|
restricted_product_count: factories.long(),
|
|
14574
14770
|
last_order_submitted_at: factories.date_time_iso_8601(),
|
|
@@ -15124,6 +15320,11 @@ const factories = {
|
|
|
15124
15320
|
merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
|
|
15125
15321
|
}),
|
|
15126
15322
|
|
|
15323
|
+
'io.flow.internal.v0.models.payment_request_authorization': (): io.flow.internal.v0.models.PaymentRequestAuthorization => ({
|
|
15324
|
+
payment_request_id: factories.string(),
|
|
15325
|
+
authorization_id: factories.string(),
|
|
15326
|
+
}),
|
|
15327
|
+
|
|
15127
15328
|
'io.flow.internal.v0.models.payment_short_url': (): io.flow.internal.v0.models.PaymentShortUrl => ({
|
|
15128
15329
|
id: factories.string(),
|
|
15129
15330
|
key: factories.string(),
|
|
@@ -15730,6 +15931,7 @@ const factories = {
|
|
|
15730
15931
|
pending_classification_count: factories.long(),
|
|
15731
15932
|
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
15732
15933
|
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
15934
|
+
oldest_pending_classification_date: factories.date_time_iso_8601(),
|
|
15733
15935
|
}),
|
|
15734
15936
|
|
|
15735
15937
|
'io.flow.internal.v0.models.product_restriction_state_deleted': (): io.flow.internal.v0.models.ProductRestrictionStateDeleted => ({
|
|
@@ -15806,6 +16008,7 @@ const factories = {
|
|
|
15806
16008
|
),
|
|
15807
16009
|
|
|
15808
16010
|
rule_ids: arrayOf(() => factories.string()),
|
|
16011
|
+
taxonomy_category: factories.string(),
|
|
15809
16012
|
}),
|
|
15810
16013
|
|
|
15811
16014
|
'io.flow.internal.v0.models.product_transaction': (): io.flow.internal.v0.models.ProductTransaction => ({
|
|
@@ -16560,6 +16763,10 @@ const factories = {
|
|
|
16560
16763
|
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16561
16764
|
tax_refund: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16562
16765
|
duty_refund: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16766
|
+
tax_reversal: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16767
|
+
duty_reversal: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16768
|
+
tax_reversal_for_lvg_order: factories.boolean(),
|
|
16769
|
+
duty_reversal_for_lvg_order: factories.boolean(),
|
|
16563
16770
|
}),
|
|
16564
16771
|
|
|
16565
16772
|
'io.flow.internal.v0.models.reporting_monetary_value': (): io.flow.internal.v0.models.ReportingMonetaryValue => ({
|
|
@@ -16576,6 +16783,7 @@ const factories = {
|
|
|
16576
16783
|
number: factories.string(),
|
|
16577
16784
|
submitted_at: factories.date_time_iso_8601(),
|
|
16578
16785
|
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
16786
|
+
is_edited: factories.boolean(),
|
|
16579
16787
|
}),
|
|
16580
16788
|
|
|
16581
16789
|
'io.flow.internal.v0.models.reporting_organization_summary': (): io.flow.internal.v0.models.ReportingOrganizationSummary => ({
|
|
@@ -16652,6 +16860,29 @@ const factories = {
|
|
|
16652
16860
|
placeholder: factories.boolean(),
|
|
16653
16861
|
}),
|
|
16654
16862
|
|
|
16863
|
+
'io.flow.internal.v0.models.restriction_attribute_condition_multiple': (): io.flow.internal.v0.models.RestrictionAttributeConditionMultiple => ({
|
|
16864
|
+
discriminator: 'multiple',
|
|
16865
|
+
attribute: factories.string(),
|
|
16866
|
+
operator: factories['io.flow.internal.v0.enums.restriction_attribute_condition_multiple_operator'](),
|
|
16867
|
+
values: arrayOf(() => factories.string()),
|
|
16868
|
+
}),
|
|
16869
|
+
|
|
16870
|
+
'io.flow.internal.v0.models.restriction_attribute_condition_single': (): io.flow.internal.v0.models.RestrictionAttributeConditionSingle => ({
|
|
16871
|
+
discriminator: 'single',
|
|
16872
|
+
attribute: factories.string(),
|
|
16873
|
+
operator: factories['io.flow.internal.v0.enums.restriction_attribute_condition_single_operator'](),
|
|
16874
|
+
value: factories.string(),
|
|
16875
|
+
}),
|
|
16876
|
+
|
|
16877
|
+
'io.flow.internal.v0.models.restriction_attribute_rule': (): io.flow.internal.v0.models.RestrictionAttributeRule => ({
|
|
16878
|
+
conditions: arrayOf(
|
|
16879
|
+
() => factories['io.flow.internal.v0.unions.restriction_attribute_rule_condition'](),
|
|
16880
|
+
),
|
|
16881
|
+
|
|
16882
|
+
operator: factories['io.flow.internal.v0.enums.restriction_attribute_operator'](),
|
|
16883
|
+
result: factories['io.flow.internal.v0.enums.restriction_attribute_result'](),
|
|
16884
|
+
}),
|
|
16885
|
+
|
|
16655
16886
|
'io.flow.internal.v0.models.restriction_blanket_organization_exemption': (): io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption => ({
|
|
16656
16887
|
id: factories.string(),
|
|
16657
16888
|
organization_id: factories.string(),
|
|
@@ -16695,6 +16926,7 @@ const factories = {
|
|
|
16695
16926
|
price: factories['io.flow.common.v0.models.price'](),
|
|
16696
16927
|
hs_code: factories.string(),
|
|
16697
16928
|
hs_code_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
|
|
16929
|
+
classification_scope: factories['io.flow.internal.v0.enums.classification_scope'](),
|
|
16698
16930
|
description: factories.string(),
|
|
16699
16931
|
category: factories.string(),
|
|
16700
16932
|
categories: arrayOf(() => factories.string()),
|
|
@@ -16826,12 +17058,14 @@ const factories = {
|
|
|
16826
17058
|
thumbnails: arrayOf(() => factories['io.flow.catalog.v0.models.image']()),
|
|
16827
17059
|
hs_code: factories.string(),
|
|
16828
17060
|
hs_code_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
|
|
17061
|
+
classification_scope: factories['io.flow.internal.v0.enums.classification_scope'](),
|
|
16829
17062
|
url: factories.string(),
|
|
16830
17063
|
reviews: arrayOf(() => factories['io.flow.internal.v0.models.restriction_item_review']()),
|
|
16831
17064
|
created_at: factories.date_time_iso_8601(),
|
|
16832
17065
|
updated_at: factories.date_time_iso_8601(),
|
|
16833
17066
|
taxonomy_category: factories['io.flow.product.v0.models.product_taxonomy_category'](),
|
|
16834
17067
|
taxonomy_data: arrayOf(() => factories['io.flow.product.v0.models.product_taxonomy_data']()),
|
|
17068
|
+
channel: factories.string(),
|
|
16835
17069
|
}),
|
|
16836
17070
|
|
|
16837
17071
|
'io.flow.internal.v0.models.restriction_product_decision_form': (): io.flow.internal.v0.models.RestrictionProductDecisionForm => ({
|
|
@@ -16880,6 +17114,10 @@ const factories = {
|
|
|
16880
17114
|
),
|
|
16881
17115
|
|
|
16882
17116
|
reason_code: factories.string(),
|
|
17117
|
+
attribute_names: arrayOf(() => factories.string()),
|
|
17118
|
+
attribute_rule_conditions: factories['io.flow.internal.v0.models.attribute_rule'](),
|
|
17119
|
+
keyword_cancelling: arrayOf(() => factories['io.flow.internal.v0.models.keyword_cancelling']()),
|
|
17120
|
+
activation_status: factories['io.flow.internal.v0.enums.restriction_rule_activation_status'](),
|
|
16883
17121
|
}),
|
|
16884
17122
|
|
|
16885
17123
|
'io.flow.internal.v0.models.restriction_rule_decision_form': (): io.flow.internal.v0.models.RestrictionRuleDecisionForm => ({
|
|
@@ -16941,6 +17179,10 @@ const factories = {
|
|
|
16941
17179
|
),
|
|
16942
17180
|
|
|
16943
17181
|
reason_code: factories.string(),
|
|
17182
|
+
attribute_names: arrayOf(() => factories.string()),
|
|
17183
|
+
attribute_rule_conditions: factories['io.flow.internal.v0.models.attribute_rule'](),
|
|
17184
|
+
keyword_cancelling: arrayOf(() => factories['io.flow.internal.v0.models.keyword_cancelling']()),
|
|
17185
|
+
activation_status: factories['io.flow.internal.v0.enums.restriction_rule_activation_status'](),
|
|
16944
17186
|
}),
|
|
16945
17187
|
|
|
16946
17188
|
'io.flow.internal.v0.models.restriction_rule_lane_exemption': (): io.flow.internal.v0.models.RestrictionRuleLaneExemption => ({
|
|
@@ -16956,7 +17198,6 @@ const factories = {
|
|
|
16956
17198
|
organization_id: factories.string(),
|
|
16957
17199
|
rule_id: factories.string(),
|
|
16958
17200
|
description: factories.string(),
|
|
16959
|
-
is_rule_exempt: factories.boolean(),
|
|
16960
17201
|
exempt_regions: arrayOf(() => factories.string()),
|
|
16961
17202
|
ignored_keywords: arrayOf(() => factories.string()),
|
|
16962
17203
|
additional_keywords: arrayOf(() => factories.string()),
|
|
@@ -16964,6 +17205,8 @@ const factories = {
|
|
|
16964
17205
|
community_exemption_override: arrayOf(
|
|
16965
17206
|
() => factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](),
|
|
16966
17207
|
),
|
|
17208
|
+
|
|
17209
|
+
is_rule_active: factories.boolean(),
|
|
16967
17210
|
}),
|
|
16968
17211
|
|
|
16969
17212
|
'io.flow.internal.v0.models.restriction_rule_override': (): io.flow.internal.v0.models.RestrictionRuleOverride => ({
|
|
@@ -17129,6 +17372,11 @@ const factories = {
|
|
|
17129
17372
|
refund: factories['io.flow.payment.v0.models.refund_reference'](),
|
|
17130
17373
|
}),
|
|
17131
17374
|
|
|
17375
|
+
'io.flow.internal.v0.models.return_trigger_reversal': (): io.flow.internal.v0.models.ReturnTriggerReversal => ({
|
|
17376
|
+
discriminator: 'by_reversal',
|
|
17377
|
+
reversal: factories['io.flow.internal.v0.models.transaction_reference'](),
|
|
17378
|
+
}),
|
|
17379
|
+
|
|
17132
17380
|
'io.flow.internal.v0.models.revenue_record': (): io.flow.internal.v0.models.RevenueRecord => ({
|
|
17133
17381
|
id: factories.string(),
|
|
17134
17382
|
organization: factories['io.flow.internal.v0.models.reporting_organization_summary'](),
|
|
@@ -17200,6 +17448,7 @@ const factories = {
|
|
|
17200
17448
|
'io.flow.internal.v0.models.sales_payment_record': (): io.flow.internal.v0.models.SalesPaymentRecord => ({
|
|
17201
17449
|
id: factories.string(),
|
|
17202
17450
|
organization: factories['io.flow.internal.v0.models.reporting_organization_summary'](),
|
|
17451
|
+
vendor: factories['io.flow.internal.v0.models.reporting_vendor'](),
|
|
17203
17452
|
order: factories['io.flow.internal.v0.models.reporting_order_summary'](),
|
|
17204
17453
|
order_total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
17205
17454
|
shopper_breakdown: factories['io.flow.internal.v0.models.shopper_breakdown'](),
|
|
@@ -17331,6 +17580,25 @@ const factories = {
|
|
|
17331
17580
|
label: factories['io.flow.internal.v0.models.label_summary'](),
|
|
17332
17581
|
}),
|
|
17333
17582
|
|
|
17583
|
+
'io.flow.internal.v0.models.sellability_check_result': (): io.flow.internal.v0.models.SellabilityCheckResult => ({
|
|
17584
|
+
status: factories['io.flow.internal.v0.enums.sellability_check_status'](),
|
|
17585
|
+
result: factories['io.flow.internal.v0.enums.evaluation_check_result'](),
|
|
17586
|
+
current_rule_ids: arrayOf(() => factories.string()),
|
|
17587
|
+
|
|
17588
|
+
current_restricted_regions: arrayOf(
|
|
17589
|
+
() => factories['io.flow.sellability.v0.models.sellablility_region_result'](),
|
|
17590
|
+
),
|
|
17591
|
+
|
|
17592
|
+
merchant_rule_ids: arrayOf(() => factories.string()),
|
|
17593
|
+
|
|
17594
|
+
merchant_restricted_regions: arrayOf(
|
|
17595
|
+
() => factories['io.flow.sellability.v0.models.sellablility_region_result'](),
|
|
17596
|
+
),
|
|
17597
|
+
|
|
17598
|
+
current_error: arrayOf(() => factories['io.flow.sellability.v0.models.sellability_error']()),
|
|
17599
|
+
merchant_error: arrayOf(() => factories['io.flow.sellability.v0.models.sellability_error']()),
|
|
17600
|
+
}),
|
|
17601
|
+
|
|
17334
17602
|
'io.flow.internal.v0.models.session_order_data': (): io.flow.internal.v0.models.SessionOrderData => ({
|
|
17335
17603
|
id: factories.string(),
|
|
17336
17604
|
session: factories['io.flow.common.v0.models.session_reference'](),
|
|
@@ -17657,6 +17925,7 @@ const factories = {
|
|
|
17657
17925
|
api_password_masked: factories.string(),
|
|
17658
17926
|
access_token_masked: factories.string(),
|
|
17659
17927
|
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
17928
|
+
catalog_publication_owner: factories['io.flow.internal.v0.enums.catalog_publication_owner'](),
|
|
17660
17929
|
}),
|
|
17661
17930
|
|
|
17662
17931
|
'io.flow.internal.v0.models.shopify_markets_shop_deleted': (): io.flow.internal.v0.models.ShopifyMarketsShopDeleted => ({
|
|
@@ -17823,12 +18092,6 @@ const factories = {
|
|
|
17823
18092
|
order_monitor: factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](),
|
|
17824
18093
|
}),
|
|
17825
18094
|
|
|
17826
|
-
'io.flow.internal.v0.models.shopify_monitoring_order_monitor_review': (): io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview => ({
|
|
17827
|
-
id: factories.string(),
|
|
17828
|
-
order_monitor: factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](),
|
|
17829
|
-
status: factories['io.flow.internal.v0.enums.shopify_monitoring_monitor_review_status'](),
|
|
17830
|
-
}),
|
|
17831
|
-
|
|
17832
18095
|
'io.flow.internal.v0.models.shopify_monitoring_tracking_number': (): io.flow.internal.v0.models.ShopifyMonitoringTrackingNumber => ({
|
|
17833
18096
|
number: factories.string(),
|
|
17834
18097
|
}),
|
|
@@ -17994,6 +18257,50 @@ const factories = {
|
|
|
17994
18257
|
product_delete: factories['io.flow.shopify.external.v0.models.product_delete'](),
|
|
17995
18258
|
}),
|
|
17996
18259
|
|
|
18260
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute': (): io.flow.internal.v0.models.ShopifyProductTaxonomyAttribute => ({
|
|
18261
|
+
id: factories.string(),
|
|
18262
|
+
handle: factories.string(),
|
|
18263
|
+
name: factories.string(),
|
|
18264
|
+
friendly_id: factories.string(),
|
|
18265
|
+
description: factories.string(),
|
|
18266
|
+
}),
|
|
18267
|
+
|
|
18268
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_deleted': (): io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted => ({
|
|
18269
|
+
discriminator: 'shopify_product_taxonomy_attribute_deleted',
|
|
18270
|
+
event_id: factories.string(),
|
|
18271
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18272
|
+
id: factories.string(),
|
|
18273
|
+
}),
|
|
18274
|
+
|
|
18275
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_upserted': (): io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted => ({
|
|
18276
|
+
discriminator: 'shopify_product_taxonomy_attribute_upserted',
|
|
18277
|
+
event_id: factories.string(),
|
|
18278
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18279
|
+
shopify_product_taxonomy_attribute: factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute'](),
|
|
18280
|
+
}),
|
|
18281
|
+
|
|
18282
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value': (): io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValue => ({
|
|
18283
|
+
id: factories.string(),
|
|
18284
|
+
attribute_id: factories.string(),
|
|
18285
|
+
handle: factories.string(),
|
|
18286
|
+
name: factories.string(),
|
|
18287
|
+
friendly_id: factories.string(),
|
|
18288
|
+
}),
|
|
18289
|
+
|
|
18290
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_deleted': (): io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted => ({
|
|
18291
|
+
discriminator: 'shopify_product_taxonomy_attribute_value_deleted',
|
|
18292
|
+
event_id: factories.string(),
|
|
18293
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18294
|
+
id: factories.string(),
|
|
18295
|
+
}),
|
|
18296
|
+
|
|
18297
|
+
'io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_upserted': (): io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted => ({
|
|
18298
|
+
discriminator: 'shopify_product_taxonomy_attribute_value_upserted',
|
|
18299
|
+
event_id: factories.string(),
|
|
18300
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18301
|
+
shopify_product_taxonomy_attribute_value: factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value'](),
|
|
18302
|
+
}),
|
|
18303
|
+
|
|
17997
18304
|
'io.flow.internal.v0.models.shopify_product_update_deleted': (): io.flow.internal.v0.models.ShopifyProductUpdateDeleted => ({
|
|
17998
18305
|
discriminator: 'shopify_product_update_deleted',
|
|
17999
18306
|
event_id: factories.string(),
|
|
@@ -18056,6 +18363,24 @@ const factories = {
|
|
|
18056
18363
|
request: factories.object(),
|
|
18057
18364
|
}),
|
|
18058
18365
|
|
|
18366
|
+
'io.flow.internal.v0.models.shopify_taxonomy_alignment_config': (): io.flow.internal.v0.models.ShopifyTaxonomyAlignmentConfig => ({
|
|
18367
|
+
id: factories.string(),
|
|
18368
|
+
taxonomy_category: factories.string(),
|
|
18369
|
+
allowable_hs_prefixes: arrayOf(() => factories.string()),
|
|
18370
|
+
default_hs6_code: factories.string(),
|
|
18371
|
+
auto_correct: factories.boolean(),
|
|
18372
|
+
created_at: factories.date_time_iso_8601(),
|
|
18373
|
+
updated_at: factories.date_time_iso_8601(),
|
|
18374
|
+
updated_by_user_id: factories.string(),
|
|
18375
|
+
}),
|
|
18376
|
+
|
|
18377
|
+
'io.flow.internal.v0.models.shopify_taxonomy_alignment_config_form': (): io.flow.internal.v0.models.ShopifyTaxonomyAlignmentConfigForm => ({
|
|
18378
|
+
taxonomy_category: factories.string(),
|
|
18379
|
+
allowable_hs_prefixes: arrayOf(() => factories.string()),
|
|
18380
|
+
default_hs6_code: factories.string(),
|
|
18381
|
+
auto_correct: factories.boolean(),
|
|
18382
|
+
}),
|
|
18383
|
+
|
|
18059
18384
|
'io.flow.internal.v0.models.shopper_breakdown': (): io.flow.internal.v0.models.ShopperBreakdown => ({
|
|
18060
18385
|
product: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
18061
18386
|
tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
@@ -18806,6 +19131,13 @@ const factories = {
|
|
|
18806
19131
|
tax_transaction: factories['io.flow.internal.v0.models.tax_transaction'](),
|
|
18807
19132
|
}),
|
|
18808
19133
|
|
|
19134
|
+
'io.flow.internal.v0.models.taxonomy_alignment_check_result': (): io.flow.internal.v0.models.TaxonomyAlignmentCheckResult => ({
|
|
19135
|
+
status: factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment'](),
|
|
19136
|
+
result: factories['io.flow.internal.v0.enums.evaluation_check_result'](),
|
|
19137
|
+
merchant_taxonomy_status: factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment'](),
|
|
19138
|
+
current_taxonomy_status: factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment'](),
|
|
19139
|
+
}),
|
|
19140
|
+
|
|
18809
19141
|
'io.flow.internal.v0.models.taxonomy_category': (): io.flow.internal.v0.models.TaxonomyCategory => ({
|
|
18810
19142
|
discriminator: 'category',
|
|
18811
19143
|
name: factories.string(),
|
|
@@ -19457,6 +19789,7 @@ const factories = {
|
|
|
19457
19789
|
provided_charges: arrayOf(() => factories['io.flow.internal.v0.models.charge_input']()),
|
|
19458
19790
|
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
19459
19791
|
package_dimensions_source: factories['io.flow.label.v0.enums.package_dimensions_source'](),
|
|
19792
|
+
shipping_date_time: factories.date_time_iso_8601(),
|
|
19460
19793
|
}),
|
|
19461
19794
|
|
|
19462
19795
|
'io.flow.internal.v0.models.vies_result': (): io.flow.internal.v0.models.ViesResult => ({
|
|
@@ -19574,6 +19907,22 @@ const factories = {
|
|
|
19574
19907
|
return f();
|
|
19575
19908
|
},
|
|
19576
19909
|
|
|
19910
|
+
'io.flow.internal.v0.unions.carrier_document_content': (): io.flow.internal.v0.unions.CarrierDocumentContent => {
|
|
19911
|
+
const f = faker.helpers.arrayElement([
|
|
19912
|
+
() => factories['io.flow.internal.v0.models.base_64_carrier_document_content'](),
|
|
19913
|
+
]);
|
|
19914
|
+
|
|
19915
|
+
return f();
|
|
19916
|
+
},
|
|
19917
|
+
|
|
19918
|
+
'io.flow.internal.v0.unions.carrier_label_attributes': (): io.flow.internal.v0.unions.CarrierLabelAttributes => {
|
|
19919
|
+
const f = faker.helpers.arrayElement([
|
|
19920
|
+
() => factories['io.flow.internal.v0.models.fedex_carrier_label_attributes'](),
|
|
19921
|
+
]);
|
|
19922
|
+
|
|
19923
|
+
return f();
|
|
19924
|
+
},
|
|
19925
|
+
|
|
19577
19926
|
'io.flow.internal.v0.unions.channel_rate_metadata': (): io.flow.internal.v0.unions.ChannelRateMetadata => {
|
|
19578
19927
|
const f = faker.helpers.arrayElement([
|
|
19579
19928
|
() => factories['io.flow.internal.v0.models.channel_rate_metadata_identity'](),
|
|
@@ -19891,6 +20240,8 @@ const factories = {
|
|
|
19891
20240
|
() => factories['io.flow.internal.v0.models.rate_freshness_summary_deleted'](),
|
|
19892
20241
|
() => factories['io.flow.internal.v0.models.item_harmonization_upserted'](),
|
|
19893
20242
|
() => factories['io.flow.internal.v0.models.item_harmonization_deleted'](),
|
|
20243
|
+
() => factories['io.flow.internal.v0.models.merchant_override_upserted'](),
|
|
20244
|
+
() => factories['io.flow.internal.v0.models.merchant_override_deleted'](),
|
|
19894
20245
|
() => factories['io.flow.internal.v0.models.harmonization_classification_statistics_published'](),
|
|
19895
20246
|
() => factories['io.flow.internal.v0.models.item_form_import_request'](),
|
|
19896
20247
|
() => factories['io.flow.internal.v0.models.label_request_error_upserted'](),
|
|
@@ -19948,6 +20299,8 @@ const factories = {
|
|
|
19948
20299
|
() => factories['io.flow.internal.v0.models.authorization_bundle_deleted'](),
|
|
19949
20300
|
() => factories['io.flow.internal.v0.models.organization_payment_setting_upserted'](),
|
|
19950
20301
|
() => factories['io.flow.internal.v0.models.organization_payment_setting_deleted'](),
|
|
20302
|
+
() => factories['io.flow.internal.v0.models.order_refund_transaction_upserted'](),
|
|
20303
|
+
() => factories['io.flow.internal.v0.models.order_refund_transaction_deleted'](),
|
|
19951
20304
|
() => factories['io.flow.internal.v0.models.paypal_payment_deleted'](),
|
|
19952
20305
|
() => factories['io.flow.internal.v0.models.paypal_payment_upserted'](),
|
|
19953
20306
|
() => factories['io.flow.internal.v0.models.paypal_execution_deleted'](),
|
|
@@ -19999,6 +20352,10 @@ const factories = {
|
|
|
19999
20352
|
() => factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'](),
|
|
20000
20353
|
() => factories['io.flow.internal.v0.models.shopify_markets_shop_statistics_upserted'](),
|
|
20001
20354
|
() => factories['io.flow.internal.v0.models.shopify_markets_shop_statistics_deleted'](),
|
|
20355
|
+
() => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_upserted'](),
|
|
20356
|
+
() => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_deleted'](),
|
|
20357
|
+
() => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_upserted'](),
|
|
20358
|
+
() => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_deleted'](),
|
|
20002
20359
|
() => factories['io.flow.internal.v0.models.shopify_markets_metrics_upserted'](),
|
|
20003
20360
|
() => factories['io.flow.internal.v0.models.shopify_markets_metrics_deleted'](),
|
|
20004
20361
|
() => factories['io.flow.internal.v0.models.channel_order_summary_upserted'](),
|
|
@@ -20399,8 +20756,21 @@ const factories = {
|
|
|
20399
20756
|
return f();
|
|
20400
20757
|
},
|
|
20401
20758
|
|
|
20759
|
+
'io.flow.internal.v0.unions.restriction_attribute_rule_condition': (): io.flow.internal.v0.unions.RestrictionAttributeRuleCondition => {
|
|
20760
|
+
const f = faker.helpers.arrayElement([
|
|
20761
|
+
() => factories['io.flow.internal.v0.models.restriction_attribute_condition_single'](),
|
|
20762
|
+
() => factories['io.flow.internal.v0.models.restriction_attribute_condition_multiple'](),
|
|
20763
|
+
]);
|
|
20764
|
+
|
|
20765
|
+
return f();
|
|
20766
|
+
},
|
|
20767
|
+
|
|
20402
20768
|
'io.flow.internal.v0.unions.return_trigger': (): io.flow.internal.v0.unions.ReturnTrigger => {
|
|
20403
|
-
const f = faker.helpers.arrayElement([
|
|
20769
|
+
const f = faker.helpers.arrayElement([
|
|
20770
|
+
() => factories['io.flow.internal.v0.models.return_trigger_refund'](),
|
|
20771
|
+
() => factories['io.flow.internal.v0.models.return_trigger_reversal'](),
|
|
20772
|
+
]);
|
|
20773
|
+
|
|
20404
20774
|
return f();
|
|
20405
20775
|
},
|
|
20406
20776
|
|
|
@@ -20482,6 +20852,8 @@ const factories = {
|
|
|
20482
20852
|
() => factories['io.flow.internal.v0.models.statement_creation_metadata'](),
|
|
20483
20853
|
() => factories['io.flow.internal.v0.models.accounting_pending_order_metadata'](),
|
|
20484
20854
|
() => factories['io.flow.internal.v0.models.tax_duty_reason_code_metadata'](),
|
|
20855
|
+
() => factories['io.flow.internal.v0.models.accounting_return_metadata'](),
|
|
20856
|
+
() => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_fee_metadata'](),
|
|
20485
20857
|
]);
|
|
20486
20858
|
|
|
20487
20859
|
return f();
|
|
@@ -20879,6 +21251,7 @@ const factories = {
|
|
|
20879
21251
|
package_dimensions_source: factories['io.flow.label.v0.enums.package_dimensions_source'](),
|
|
20880
21252
|
origin_location_source: factories['io.flow.label.v0.enums.origin_location_source'](),
|
|
20881
21253
|
reference_id: factories.string(),
|
|
21254
|
+
shipping_date_time: factories.date_time_iso_8601(),
|
|
20882
21255
|
}),
|
|
20883
21256
|
|
|
20884
21257
|
'io.flow.label.v0.models.detailed_shipping_notification_form': (): io.flow.label.v0.models.DetailedShippingNotificationForm => ({
|
|
@@ -21437,6 +21810,8 @@ const factories = {
|
|
|
21437
21810
|
'tip',
|
|
21438
21811
|
]),
|
|
21439
21812
|
|
|
21813
|
+
'io.flow.order.price.v0.enums.order_price_fee_type': (): io.flow.order.price.v0.enums.OrderPriceFeeType => faker.helpers.arrayElement(['service', 'fx', 'tax', 'duties', 'tax_and_duties', 'product']),
|
|
21814
|
+
|
|
21440
21815
|
'io.flow.order.price.v0.models.order_price_detail': (): io.flow.order.price.v0.models.OrderPriceDetail => ({
|
|
21441
21816
|
key: factories['io.flow.order.price.v0.enums.order_price_detail_key'](),
|
|
21442
21817
|
currency: factories.string(),
|
|
@@ -21452,6 +21827,12 @@ const factories = {
|
|
|
21452
21827
|
rate: factories.decimal(),
|
|
21453
21828
|
accuracy: factories['io.flow.price.v0.enums.price_accuracy'](),
|
|
21454
21829
|
rate_label: factories.string(),
|
|
21830
|
+
breakdown: factories['io.flow.order.price.v0.models.order_price_detail_breakdown'](),
|
|
21831
|
+
}),
|
|
21832
|
+
|
|
21833
|
+
'io.flow.order.price.v0.models.order_price_detail_breakdown': (): io.flow.order.price.v0.models.OrderPriceDetailBreakdown => ({
|
|
21834
|
+
purchase_price: factories['io.flow.order.price.v0.models.purchase_price_breakdown'](),
|
|
21835
|
+
fees: arrayOf(() => factories['io.flow.order.price.v0.models.order_price_fee']()),
|
|
21455
21836
|
}),
|
|
21456
21837
|
|
|
21457
21838
|
'io.flow.order.price.v0.models.order_price_detail_component': (): io.flow.order.price.v0.models.OrderPriceDetailComponent => ({
|
|
@@ -21463,6 +21844,18 @@ const factories = {
|
|
|
21463
21844
|
name: factories.string(),
|
|
21464
21845
|
}),
|
|
21465
21846
|
|
|
21847
|
+
'io.flow.order.price.v0.models.order_price_fee': (): io.flow.order.price.v0.models.OrderPriceFee => ({
|
|
21848
|
+
key: factories.string(),
|
|
21849
|
+
value: factories['io.flow.common.v0.models.price_with_base'](),
|
|
21850
|
+
type: factories['io.flow.order.price.v0.enums.order_price_fee_type'](),
|
|
21851
|
+
}),
|
|
21852
|
+
|
|
21853
|
+
'io.flow.order.price.v0.models.purchase_price_breakdown': (): io.flow.order.price.v0.models.PurchasePriceBreakdown => ({
|
|
21854
|
+
total_price: factories['io.flow.common.v0.models.price_with_base'](),
|
|
21855
|
+
product_price: factories['io.flow.common.v0.models.price_with_base'](),
|
|
21856
|
+
fees: arrayOf(() => factories['io.flow.order.price.v0.models.order_price_fee']()),
|
|
21857
|
+
}),
|
|
21858
|
+
|
|
21466
21859
|
'io.flow.organization.onboarding.state.v0.enums.merchant_disabled_reason': (): io.flow.organization.onboarding.state.v0.enums.MerchantDisabledReason => faker.helpers.arrayElement(['merchant_deactivated', 'merchant_rejected']),
|
|
21467
21860
|
|
|
21468
21861
|
'io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason': (): io.flow.organization.onboarding.state.v0.enums.MerchantRejectedReason => faker.helpers.arrayElement([
|
|
@@ -24455,6 +24848,12 @@ const factories = {
|
|
|
24455
24848
|
'io.flow.product.v0.models.product_taxonomy_data': (): io.flow.product.v0.models.ProductTaxonomyData => ({
|
|
24456
24849
|
key: factories.string(),
|
|
24457
24850
|
value: arrayOf(() => factories.string()),
|
|
24851
|
+
value_obj: arrayOf(() => factories['io.flow.product.v0.models.product_taxonomy_value']()),
|
|
24852
|
+
}),
|
|
24853
|
+
|
|
24854
|
+
'io.flow.product.v0.models.product_taxonomy_value': (): io.flow.product.v0.models.ProductTaxonomyValue => ({
|
|
24855
|
+
handle: factories.string(),
|
|
24856
|
+
name: factories.string(),
|
|
24458
24857
|
}),
|
|
24459
24858
|
|
|
24460
24859
|
'io.flow.query.builder.v0.enums.available_filter_format': (): io.flow.query.builder.v0.enums.AvailableFilterFormat => faker.helpers.arrayElement([
|
|
@@ -25632,6 +26031,7 @@ const factories = {
|
|
|
25632
26031
|
'io.flow.shopify.external.v0.models.graphql_metaobject_field': (): io.flow.shopify.external.v0.models.GraphqlMetaobjectField => ({
|
|
25633
26032
|
key: factories.string(),
|
|
25634
26033
|
value: factories.string(),
|
|
26034
|
+
type: factories.string(),
|
|
25635
26035
|
}),
|
|
25636
26036
|
|
|
25637
26037
|
'io.flow.shopify.external.v0.models.graphql_option': (): io.flow.shopify.external.v0.models.GraphqlOption => ({
|
|
@@ -26875,6 +27275,34 @@ const factories = {
|
|
|
26875
27275
|
shopify_product_bundle: factories['io.flow.shopify.markets.internal.v0.models.shopify_product_bundle'](),
|
|
26876
27276
|
}),
|
|
26877
27277
|
|
|
27278
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_deleted': (): io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeDeleted => ({
|
|
27279
|
+
discriminator: 'shopify_product_taxonomy_attribute_deleted',
|
|
27280
|
+
event_id: factories.string(),
|
|
27281
|
+
timestamp: factories.date_time_iso_8601(),
|
|
27282
|
+
id: factories.string(),
|
|
27283
|
+
}),
|
|
27284
|
+
|
|
27285
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_upserted': (): io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeUpserted => ({
|
|
27286
|
+
discriminator: 'shopify_product_taxonomy_attribute_upserted',
|
|
27287
|
+
event_id: factories.string(),
|
|
27288
|
+
timestamp: factories.date_time_iso_8601(),
|
|
27289
|
+
shopify_product_taxonomy_attribute: factories['io.flow.shopify.markets.internal.v0.models.shopify_product_taxonomy_attribute'](),
|
|
27290
|
+
}),
|
|
27291
|
+
|
|
27292
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_value_deleted': (): io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueDeleted => ({
|
|
27293
|
+
discriminator: 'shopify_product_taxonomy_attribute_value_deleted',
|
|
27294
|
+
event_id: factories.string(),
|
|
27295
|
+
timestamp: factories.date_time_iso_8601(),
|
|
27296
|
+
id: factories.string(),
|
|
27297
|
+
}),
|
|
27298
|
+
|
|
27299
|
+
'io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_value_upserted': (): io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueUpserted => ({
|
|
27300
|
+
discriminator: 'shopify_product_taxonomy_attribute_value_upserted',
|
|
27301
|
+
event_id: factories.string(),
|
|
27302
|
+
timestamp: factories.date_time_iso_8601(),
|
|
27303
|
+
shopify_product_taxonomy_attribute_value: factories['io.flow.shopify.markets.internal.v0.models.shopify_product_taxonomy_attribute_value'](),
|
|
27304
|
+
}),
|
|
27305
|
+
|
|
26878
27306
|
'io.flow.shopify.markets.internal.event.v0.unions.shopify_markets_internal_event': (): io.flow.shopify.markets.internal.event.v0.unions.ShopifyMarketsInternalEvent => {
|
|
26879
27307
|
const f = faker.helpers.arrayElement([
|
|
26880
27308
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_upserted'](),
|
|
@@ -26885,6 +27313,10 @@ const factories = {
|
|
|
26885
27313
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_deleted'](),
|
|
26886
27314
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_upserted'](),
|
|
26887
27315
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_deleted'](),
|
|
27316
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_upserted'](),
|
|
27317
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_deleted'](),
|
|
27318
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_value_upserted'](),
|
|
27319
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_product_taxonomy_attribute_value_deleted'](),
|
|
26888
27320
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_upserted'](),
|
|
26889
27321
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'](),
|
|
26890
27322
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'](),
|
|
@@ -26925,6 +27357,7 @@ const factories = {
|
|
|
26925
27357
|
]),
|
|
26926
27358
|
|
|
26927
27359
|
'io.flow.shopify.markets.internal.v0.enums.product_status': (): io.flow.shopify.markets.internal.v0.enums.ProductStatus => faker.helpers.arrayElement(['active', 'archived', 'draft', 'unlisted']),
|
|
27360
|
+
'io.flow.shopify.markets.internal.v0.enums.sellability_status': (): io.flow.shopify.markets.internal.v0.enums.SellabilityStatus => faker.helpers.arrayElement(['complete', 'incomplete']),
|
|
26928
27361
|
|
|
26929
27362
|
'io.flow.shopify.markets.internal.v0.enums.shopify_markets_dangerous_goods': (): io.flow.shopify.markets.internal.v0.enums.ShopifyMarketsDangerousGoods => faker.helpers.arrayElement([
|
|
26930
27363
|
'aerosols',
|
|
@@ -27004,6 +27437,22 @@ const factories = {
|
|
|
27004
27437
|
identifier: factories.string(),
|
|
27005
27438
|
}),
|
|
27006
27439
|
|
|
27440
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_publication_owner': (): io.flow.shopify.markets.internal.v0.models.ChannelOrganizationPublicationOwner => ({
|
|
27441
|
+
owner: factories['io.flow.channel.shopify.internal.v0.enums.catalog_publication_owner'](),
|
|
27442
|
+
}),
|
|
27443
|
+
|
|
27444
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_publication_owner_put_form': (): io.flow.shopify.markets.internal.v0.models.ChannelOrganizationPublicationOwnerPutForm => ({
|
|
27445
|
+
owner: factories['io.flow.channel.shopify.internal.v0.enums.catalog_publication_owner'](),
|
|
27446
|
+
}),
|
|
27447
|
+
|
|
27448
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_sellability_status': (): io.flow.shopify.markets.internal.v0.models.ChannelOrganizationSellabilityStatus => ({
|
|
27449
|
+
status: factories['io.flow.shopify.markets.internal.v0.enums.sellability_status'](),
|
|
27450
|
+
}),
|
|
27451
|
+
|
|
27452
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_sellability_status_put_form': (): io.flow.shopify.markets.internal.v0.models.ChannelOrganizationSellabilityStatusPutForm => ({
|
|
27453
|
+
status: factories['io.flow.shopify.markets.internal.v0.enums.sellability_status'](),
|
|
27454
|
+
}),
|
|
27455
|
+
|
|
27007
27456
|
'io.flow.shopify.markets.internal.v0.models.flow_shop_validation_error': (): io.flow.shopify.markets.internal.v0.models.FlowShopValidationError => ({
|
|
27008
27457
|
message: factories.string(),
|
|
27009
27458
|
reason: factories.string(),
|
|
@@ -27047,6 +27496,11 @@ const factories = {
|
|
|
27047
27496
|
next_action_from: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'](),
|
|
27048
27497
|
}),
|
|
27049
27498
|
|
|
27499
|
+
'io.flow.shopify.markets.internal.v0.models.payment_request_authorization': (): io.flow.shopify.markets.internal.v0.models.PaymentRequestAuthorization => ({
|
|
27500
|
+
payment_request_id: factories.string(),
|
|
27501
|
+
authorization_id: factories.string(),
|
|
27502
|
+
}),
|
|
27503
|
+
|
|
27050
27504
|
'io.flow.shopify.markets.internal.v0.models.product_restriction_result_validation_error': (): io.flow.shopify.markets.internal.v0.models.ProductRestrictionResultValidationError => ({
|
|
27051
27505
|
message: factories.string(),
|
|
27052
27506
|
reason: factories.string(),
|
|
@@ -27134,6 +27588,7 @@ const factories = {
|
|
|
27134
27588
|
api_password_masked: factories.string(),
|
|
27135
27589
|
access_token_masked: factories.string(),
|
|
27136
27590
|
shopify_plan_name: factories['io.flow.shopify.external.v0.enums.shopify_plan_name'](),
|
|
27591
|
+
catalog_publication_owner: factories['io.flow.channel.shopify.internal.v0.enums.catalog_publication_owner'](),
|
|
27137
27592
|
}),
|
|
27138
27593
|
|
|
27139
27594
|
'io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_form': (): io.flow.shopify.markets.internal.v0.models.ShopifyMarketsShopForm => ({
|
|
@@ -27201,6 +27656,22 @@ const factories = {
|
|
|
27201
27656
|
product_ids: arrayOf(() => factories.string()),
|
|
27202
27657
|
}),
|
|
27203
27658
|
|
|
27659
|
+
'io.flow.shopify.markets.internal.v0.models.shopify_product_taxonomy_attribute': (): io.flow.shopify.markets.internal.v0.models.ShopifyProductTaxonomyAttribute => ({
|
|
27660
|
+
id: factories.string(),
|
|
27661
|
+
handle: factories.string(),
|
|
27662
|
+
name: factories.string(),
|
|
27663
|
+
friendly_id: factories.string(),
|
|
27664
|
+
description: factories.string(),
|
|
27665
|
+
}),
|
|
27666
|
+
|
|
27667
|
+
'io.flow.shopify.markets.internal.v0.models.shopify_product_taxonomy_attribute_value': (): io.flow.shopify.markets.internal.v0.models.ShopifyProductTaxonomyAttributeValue => ({
|
|
27668
|
+
id: factories.string(),
|
|
27669
|
+
attribute_id: factories.string(),
|
|
27670
|
+
handle: factories.string(),
|
|
27671
|
+
name: factories.string(),
|
|
27672
|
+
friendly_id: factories.string(),
|
|
27673
|
+
}),
|
|
27674
|
+
|
|
27204
27675
|
'io.flow.shopify.markets.internal.v0.models.shopify_product_wrapper': (): io.flow.shopify.markets.internal.v0.models.ShopifyProductWrapper => ({
|
|
27205
27676
|
shopify_product: factories['io.flow.shopify.external.v0.models.product'](),
|
|
27206
27677
|
deleted_at: factories.date_time_iso_8601(),
|
|
@@ -30557,6 +31028,7 @@ const factories = {
|
|
|
30557
31028
|
'saturday_stop',
|
|
30558
31029
|
'residential_extended_area_pickup',
|
|
30559
31030
|
'package_level_detail',
|
|
31031
|
+
'pickup',
|
|
30560
31032
|
]),
|
|
30561
31033
|
|
|
30562
31034
|
'io.flow.trueup.v0.models.dead_weight': (): io.flow.trueup.v0.models.DeadWeight => ({
|
|
@@ -30658,6 +31130,7 @@ export const makeAccountType = () => factories['io.flow.internal.v0.enums.accoun
|
|
|
30658
31130
|
export const makeAccountUpserted = () => factories['io.flow.internal.v0.models.account_upserted']();
|
|
30659
31131
|
export const makeAccountUpsertedV2 = () => factories['io.flow.internal.v0.models.account_upserted_v2']();
|
|
30660
31132
|
export const makeAccountingPendingOrderMetadata = () => factories['io.flow.internal.v0.models.accounting_pending_order_metadata']();
|
|
31133
|
+
export const makeAccountingReturnMetadata = () => factories['io.flow.internal.v0.models.accounting_return_metadata']();
|
|
30661
31134
|
export const makeActionQuantity = () => factories['io.flow.internal.v0.models.action_quantity']();
|
|
30662
31135
|
export const makeAdditionalImportTax = () => factories['io.flow.internal.v0.models.additional_import_tax']();
|
|
30663
31136
|
export const makeAdjustmentAmount = () => factories['io.flow.internal.v0.unions.adjustment_amount']();
|
|
@@ -30723,6 +31196,9 @@ export const makeAllItemsExport = () => factories['io.flow.internal.v0.models.al
|
|
|
30723
31196
|
export const makeAllOrganizationsMembership = () => factories['io.flow.internal.v0.models.all_organizations_membership']();
|
|
30724
31197
|
export const makeAllocationItemReference = () => factories['io.flow.internal.v0.models.allocation_item_reference']();
|
|
30725
31198
|
export const makeAllowedLabels = () => factories['io.flow.internal.v0.models.allowed_labels']();
|
|
31199
|
+
export const makeAnirbanItem = () => factories['io.flow.internal.v0.models.anirban_item']();
|
|
31200
|
+
export const makeAnirbanItemForm = () => factories['io.flow.internal.v0.models.anirban_item_form']();
|
|
31201
|
+
export const makeAnirbanItemType = () => factories['io.flow.internal.v0.enums.anirban_item_type']();
|
|
30726
31202
|
export const makeAnshItem = () => factories['io.flow.internal.v0.models.ansh_item']();
|
|
30727
31203
|
export const makeAnshItemForm = () => factories['io.flow.internal.v0.models.ansh_item_form']();
|
|
30728
31204
|
export const makeAnshItemType = () => factories['io.flow.internal.v0.enums.ansh_item_type']();
|
|
@@ -30733,6 +31209,7 @@ export const makeApplicablePreferentialRate = () => factories['io.flow.internal.
|
|
|
30733
31209
|
export const makeApplyAtValueForm = () => factories['io.flow.internal.v0.models.apply_at_value_form']();
|
|
30734
31210
|
export const makeAttemptStatistics = () => factories['io.flow.internal.v0.models.attempt_statistics']();
|
|
30735
31211
|
export const makeAttributeLabel = () => factories['io.flow.internal.v0.models.attribute_label']();
|
|
31212
|
+
export const makeAttributeRule = () => factories['io.flow.internal.v0.models.attribute_rule']();
|
|
30736
31213
|
export const makeAuthenticationForm = () => factories['io.flow.internal.v0.models.authentication_form']();
|
|
30737
31214
|
export const makeAuthorizationBundle = () => factories['io.flow.internal.v0.models.authorization_bundle']();
|
|
30738
31215
|
export const makeAuthorizationBundleDeleted = () => factories['io.flow.internal.v0.models.authorization_bundle_deleted']();
|
|
@@ -30769,6 +31246,7 @@ export const makeBankPaymentStatusSentImportForm = () => factories['io.flow.inte
|
|
|
30769
31246
|
export const makeBankPaymentStatusSingleForm = () => factories['io.flow.internal.v0.models.bank_payment_status_single_form']();
|
|
30770
31247
|
export const makeBankPaymentUpserted = () => factories['io.flow.internal.v0.models.bank_payment_upserted']();
|
|
30771
31248
|
export const makeBankPaymentUpsertedV2 = () => factories['io.flow.internal.v0.models.bank_payment_upserted_v2']();
|
|
31249
|
+
export const makeBase64CarrierDocumentContent = () => factories['io.flow.internal.v0.models.base_64_carrier_document_content']();
|
|
30772
31250
|
export const makeBillingAllocationKey = () => factories['io.flow.internal.v0.enums.billing_allocation_key']();
|
|
30773
31251
|
export const makeBillingAuthorizationReference = () => factories['io.flow.internal.v0.models.billing_authorization_reference']();
|
|
30774
31252
|
export const makeBillingCsvTransactionDeleted = () => factories['io.flow.internal.v0.models.billing_csv_transaction_deleted']();
|
|
@@ -30842,11 +31320,15 @@ export const makeCarrierChargeType = () => factories['io.flow.internal.v0.enums.
|
|
|
30842
31320
|
export const makeCarrierChargeUnits = () => factories['io.flow.internal.v0.models.carrier_charge_units']();
|
|
30843
31321
|
export const makeCarrierChargeUpserted = () => factories['io.flow.internal.v0.models.carrier_charge_upserted']();
|
|
30844
31322
|
export const makeCarrierCredentials = () => factories['io.flow.internal.v0.unions.carrier_credentials']();
|
|
31323
|
+
export const makeCarrierDocument = () => factories['io.flow.internal.v0.models.carrier_document']();
|
|
31324
|
+
export const makeCarrierDocumentContent = () => factories['io.flow.internal.v0.unions.carrier_document_content']();
|
|
31325
|
+
export const makeCarrierDocumentType = () => factories['io.flow.internal.v0.enums.carrier_document_type']();
|
|
30845
31326
|
export const makeCarrierFile = () => factories['io.flow.internal.v0.models.carrier_file']();
|
|
30846
31327
|
export const makeCarrierFileForm = () => factories['io.flow.internal.v0.models.carrier_file_form']();
|
|
30847
31328
|
export const makeCarrierFileResult = () => factories['io.flow.internal.v0.models.carrier_file_result']();
|
|
30848
31329
|
export const makeCarrierFileType = () => factories['io.flow.internal.v0.enums.carrier_file_type']();
|
|
30849
31330
|
export const makeCarrierInvoice = () => factories['io.flow.internal.v0.models.carrier_invoice']();
|
|
31331
|
+
export const makeCarrierLabelAttributes = () => factories['io.flow.internal.v0.unions.carrier_label_attributes']();
|
|
30850
31332
|
export const makeCarrierLabelGenerationMethod = () => factories['io.flow.internal.v0.enums.carrier_label_generation_method']();
|
|
30851
31333
|
export const makeCarrierTaxForm = () => factories['io.flow.internal.v0.models.carrier_tax_form']();
|
|
30852
31334
|
export const makeCarrierTaxUnits = () => factories['io.flow.internal.v0.models.carrier_tax_units']();
|
|
@@ -30916,6 +31398,10 @@ export const makeChannelOrderSummaryUpserted = () => factories['io.flow.internal
|
|
|
30916
31398
|
export const makeChannelOrganizationIdentifier = () => factories['io.flow.internal.v0.models.channel_organization_identifier']();
|
|
30917
31399
|
export const makeChannelOrganizationIdentifierDeleted = () => factories['io.flow.internal.v0.models.channel_organization_identifier_deleted']();
|
|
30918
31400
|
export const makeChannelOrganizationIdentifierUpserted = () => factories['io.flow.internal.v0.models.channel_organization_identifier_upserted']();
|
|
31401
|
+
export const makeChannelOrganizationPublicationOwner = () => factories['io.flow.internal.v0.models.channel_organization_publication_owner']();
|
|
31402
|
+
export const makeChannelOrganizationPublicationOwnerPutForm = () => factories['io.flow.internal.v0.models.channel_organization_publication_owner_put_form']();
|
|
31403
|
+
export const makeChannelOrganizationSellabilityStatus = () => factories['io.flow.internal.v0.models.channel_organization_sellability_status']();
|
|
31404
|
+
export const makeChannelOrganizationSellabilityStatusPutForm = () => factories['io.flow.internal.v0.models.channel_organization_sellability_status_put_form']();
|
|
30919
31405
|
export const makeChannelOrganizationShopify = () => factories['io.flow.internal.v0.models.channel_organization_shopify']();
|
|
30920
31406
|
export const makeChannelOrganizationShopifyForm = () => factories['io.flow.internal.v0.models.channel_organization_shopify_form']();
|
|
30921
31407
|
export const makeChannelOrganizationShopifyPostForm = () => factories['io.flow.internal.v0.models.channel_organization_shopify_post_form']();
|
|
@@ -30927,6 +31413,8 @@ export const makeChannelTransactionDeleted = () => factories['io.flow.internal.v
|
|
|
30927
31413
|
export const makeChannelTransactionRate = () => factories['io.flow.internal.v0.models.channel_transaction_rate']();
|
|
30928
31414
|
export const makeChannelTransactionType = () => factories['io.flow.internal.v0.enums.channel_transaction_type']();
|
|
30929
31415
|
export const makeChannelTransactionUpserted = () => factories['io.flow.internal.v0.models.channel_transaction_upserted']();
|
|
31416
|
+
export const makeChapterCheckResult = () => factories['io.flow.internal.v0.models.chapter_check_result']();
|
|
31417
|
+
export const makeChapterCheckStatus = () => factories['io.flow.internal.v0.enums.chapter_check_status']();
|
|
30930
31418
|
export const makeChargeEstimateSource = () => factories['io.flow.internal.v0.enums.charge_estimate_source']();
|
|
30931
31419
|
export const makeChargeInput = () => factories['io.flow.internal.v0.models.charge_input']();
|
|
30932
31420
|
export const makeChargeInputType = () => factories['io.flow.internal.v0.enums.charge_input_type']();
|
|
@@ -31071,6 +31559,7 @@ export const makeDeliveredDutyOptionsMessage = () => factories['io.flow.internal
|
|
|
31071
31559
|
export const makeDeliveredDutyPreference = () => factories['io.flow.internal.v0.models.delivered_duty_preference']();
|
|
31072
31560
|
export const makeDeliveredDutyPreferenceForm = () => factories['io.flow.internal.v0.models.delivered_duty_preference_form']();
|
|
31073
31561
|
export const makeDeminimisAdjustmentType = () => factories['io.flow.internal.v0.enums.deminimis_adjustment_type']();
|
|
31562
|
+
export const makeDestinationDutyComparison = () => factories['io.flow.internal.v0.models.destination_duty_comparison']();
|
|
31074
31563
|
export const makeDestinationError = () => factories['io.flow.internal.v0.models.destination_error']();
|
|
31075
31564
|
export const makeDhl = () => factories['io.flow.internal.v0.models.dhl']();
|
|
31076
31565
|
export const makeDhlEcommerce = () => factories['io.flow.internal.v0.models.dhl_ecommerce']();
|
|
@@ -31136,6 +31625,8 @@ export const makeDutyTransaction = () => factories['io.flow.internal.v0.models.d
|
|
|
31136
31625
|
export const makeDutyTransactionDeleted = () => factories['io.flow.internal.v0.models.duty_transaction_deleted']();
|
|
31137
31626
|
export const makeDutyTransactionType = () => factories['io.flow.internal.v0.enums.duty_transaction_type']();
|
|
31138
31627
|
export const makeDutyTransactionUpserted = () => factories['io.flow.internal.v0.models.duty_transaction_upserted']();
|
|
31628
|
+
export const makeDutyVarianceResult = () => factories['io.flow.internal.v0.models.duty_variance_result']();
|
|
31629
|
+
export const makeDutyVarianceStatus = () => factories['io.flow.internal.v0.enums.duty_variance_status']();
|
|
31139
31630
|
export const makeEmailForm = () => factories['io.flow.internal.v0.models.email_form']();
|
|
31140
31631
|
export const makeEmailModificationForm = () => factories['io.flow.internal.v0.models.email_modification_form']();
|
|
31141
31632
|
export const makeEmptyAttribute = () => factories['io.flow.internal.v0.enums.empty_attribute']();
|
|
@@ -31158,6 +31649,7 @@ export const makeErpVendorStatus = () => factories['io.flow.internal.v0.models.e
|
|
|
31158
31649
|
export const makeErpVendorStatusEntity = () => factories['io.flow.internal.v0.models.erp_vendor_status_entity']();
|
|
31159
31650
|
export const makeErpVendorStatusFlowFile = () => factories['io.flow.internal.v0.models.erp_vendor_status_flow_file']();
|
|
31160
31651
|
export const makeErpVendorStatusPriorityFile = () => factories['io.flow.internal.v0.models.erp_vendor_status_priority_file']();
|
|
31652
|
+
export const makeEvaluationCheckResult = () => factories['io.flow.internal.v0.enums.evaluation_check_result']();
|
|
31161
31653
|
export const makeEvaluationResults = () => factories['io.flow.internal.v0.models.evaluation_results']();
|
|
31162
31654
|
export const makeEvent = () => factories['io.flow.internal.v0.unions.event']();
|
|
31163
31655
|
export const makeEventType = () => factories['io.flow.internal.v0.enums.event_type']();
|
|
@@ -31187,6 +31679,8 @@ export const makeExternalFulfillmentProof = () => factories['io.flow.internal.v0
|
|
|
31187
31679
|
export const makeExternalFulfillmentProofForm = () => factories['io.flow.internal.v0.models.external_fulfillment_proof_form']();
|
|
31188
31680
|
export const makeExternalFulfillmentProofTracking = () => factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking']();
|
|
31189
31681
|
export const makeExternalFulfillmentProofTrackingForm = () => factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking_form']();
|
|
31682
|
+
export const makeExternalRatecardLink = () => factories['io.flow.internal.v0.models.external_ratecard_link']();
|
|
31683
|
+
export const makeExternalRatecardLinkResponse = () => factories['io.flow.internal.v0.models.external_ratecard_link_response']();
|
|
31190
31684
|
export const makeFacebookPixel = () => factories['io.flow.internal.v0.models.facebook_pixel']();
|
|
31191
31685
|
export const makeFailedDimensionEstimateOpsInputWithReason = () => factories['io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason']();
|
|
31192
31686
|
export const makeFeature = () => factories['io.flow.internal.v0.models.feature']();
|
|
@@ -31213,10 +31707,12 @@ export const makeFeatureValueForm = () => factories['io.flow.internal.v0.models.
|
|
|
31213
31707
|
export const makeFeatureValueResult = () => factories['io.flow.internal.v0.models.feature_value_result']();
|
|
31214
31708
|
export const makeFedex = () => factories['io.flow.internal.v0.models.fedex']();
|
|
31215
31709
|
export const makeFedexApi = () => factories['io.flow.internal.v0.models.fedex_api']();
|
|
31710
|
+
export const makeFedexCarrierLabelAttributes = () => factories['io.flow.internal.v0.models.fedex_carrier_label_attributes']();
|
|
31216
31711
|
export const makeFedexCrossborder = () => factories['io.flow.internal.v0.models.fedex_crossborder']();
|
|
31217
31712
|
export const makeFee = () => factories['io.flow.internal.v0.models.fee']();
|
|
31218
31713
|
export const makeFees = () => factories['io.flow.internal.v0.models.fees']();
|
|
31219
31714
|
export const makeFeesSource = () => factories['io.flow.internal.v0.enums.fees_source']();
|
|
31715
|
+
export const makeFileType = () => factories['io.flow.internal.v0.enums.file_type']();
|
|
31220
31716
|
export const makeFinanceBankAccount = () => factories['io.flow.internal.v0.models.finance_bank_account']();
|
|
31221
31717
|
export const makeFinanceBankAccountOwner = () => factories['io.flow.internal.v0.models.finance_bank_account_owner']();
|
|
31222
31718
|
export const makeFinanceBankPayment = () => factories['io.flow.internal.v0.models.finance_bank_payment']();
|
|
@@ -31423,6 +31919,7 @@ export const makeJournalFailure = () => factories['io.flow.internal.v0.models.jo
|
|
|
31423
31919
|
export const makeJournalOperation = () => factories['io.flow.internal.v0.enums.journal_operation']();
|
|
31424
31920
|
export const makeKey = () => factories['io.flow.internal.v0.models.key']();
|
|
31425
31921
|
export const makeKeyReference = () => factories['io.flow.internal.v0.models.key_reference']();
|
|
31922
|
+
export const makeKeywordCancelling = () => factories['io.flow.internal.v0.models.keyword_cancelling']();
|
|
31426
31923
|
export const makeKeywordType = () => factories['io.flow.internal.v0.enums.keyword_type']();
|
|
31427
31924
|
export const makeKlarnaAuthorizationParameters = () => factories['io.flow.internal.v0.models.klarna_authorization_parameters']();
|
|
31428
31925
|
export const makeKlarnaPaymentMethodCategory = () => factories['io.flow.internal.v0.models.klarna_payment_method_category']();
|
|
@@ -31533,7 +32030,9 @@ export const makeMerchantOfRecordEntitySettings = () => factories['io.flow.inter
|
|
|
31533
32030
|
export const makeMerchantOfRecordEntitySettingsForm = () => factories['io.flow.internal.v0.models.merchant_of_record_entity_settings_form']();
|
|
31534
32031
|
export const makeMerchantOverride = () => factories['io.flow.internal.v0.models.merchant_override']();
|
|
31535
32032
|
export const makeMerchantOverrideDecisionForm = () => factories['io.flow.internal.v0.models.merchant_override_decision_form']();
|
|
32033
|
+
export const makeMerchantOverrideDeleted = () => factories['io.flow.internal.v0.models.merchant_override_deleted']();
|
|
31536
32034
|
export const makeMerchantOverrideStatus = () => factories['io.flow.internal.v0.enums.merchant_override_status']();
|
|
32035
|
+
export const makeMerchantOverrideUpserted = () => factories['io.flow.internal.v0.models.merchant_override_upserted']();
|
|
31537
32036
|
export const makeMerchantSearchResult = () => factories['io.flow.internal.v0.models.merchant_search_result']();
|
|
31538
32037
|
export const makeMerchantSubsidies = () => factories['io.flow.internal.v0.models.merchant_subsidies']();
|
|
31539
32038
|
export const makeMerchantSummary = () => factories['io.flow.internal.v0.models.merchant_summary']();
|
|
@@ -31553,6 +32052,7 @@ export const makeNoCalculatedTaxAmount = () => factories['io.flow.internal.v0.mo
|
|
|
31553
32052
|
export const makeNoClassificationForm = () => factories['io.flow.internal.v0.models.no_classification_form']();
|
|
31554
32053
|
export const makeNoLiabilityReasonCode = () => factories['io.flow.internal.v0.enums.no_liability_reason_code']();
|
|
31555
32054
|
export const makeNonChannelPaymentBankAccount = () => factories['io.flow.internal.v0.models.non_channel_payment_bank_account']();
|
|
32055
|
+
export const makeNonL4LTaxDutyFxFeeMetadata = () => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_fee_metadata']();
|
|
31556
32056
|
export const makeNonL4LTaxDutyFxTransaction = () => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction']();
|
|
31557
32057
|
export const makeNonL4LTaxDutyFxTransactionType = () => factories['io.flow.internal.v0.enums.non_l4l_tax_duty_fx_transaction_type']();
|
|
31558
32058
|
export const makeNotification = () => factories['io.flow.internal.v0.models.notification']();
|
|
@@ -31561,7 +32061,6 @@ export const makeOnboardingAuditMessageLevel = () => factories['io.flow.internal
|
|
|
31561
32061
|
export const makeOnboardingAuditReport = () => factories['io.flow.internal.v0.models.onboarding_audit_report']();
|
|
31562
32062
|
export const makeOnboardingAuditReportLine = () => factories['io.flow.internal.v0.models.onboarding_audit_report_line']();
|
|
31563
32063
|
export const makeOnboardingAuditResult = () => factories['io.flow.internal.v0.enums.onboarding_audit_result']();
|
|
31564
|
-
export const makeOnboardingAuditSnapshot = () => factories['io.flow.internal.v0.models.onboarding_audit_snapshot']();
|
|
31565
32064
|
export const makeOnboardingAuditThemeKey = () => factories['io.flow.internal.v0.enums.onboarding_audit_theme_key']();
|
|
31566
32065
|
export const makeOnboardingAuditThemeReport = () => factories['io.flow.internal.v0.models.onboarding_audit_theme_report']();
|
|
31567
32066
|
export const makeOnboardingAutomationProcessState = () => factories['io.flow.internal.v0.enums.onboarding_automation_process_state']();
|
|
@@ -31604,6 +32103,9 @@ export const makeOrderPaymentSourceType = () => factories['io.flow.internal.v0.e
|
|
|
31604
32103
|
export const makeOrderRatesDataV3 = () => factories['io.flow.internal.v0.models.order_rates_data_v3']();
|
|
31605
32104
|
export const makeOrderRatesPublishedV3 = () => factories['io.flow.internal.v0.models.order_rates_published_v3']();
|
|
31606
32105
|
export const makeOrderReference = () => factories['io.flow.internal.v0.models.order_reference']();
|
|
32106
|
+
export const makeOrderRefundTransaction = () => factories['io.flow.internal.v0.models.order_refund_transaction']();
|
|
32107
|
+
export const makeOrderRefundTransactionDeleted = () => factories['io.flow.internal.v0.models.order_refund_transaction_deleted']();
|
|
32108
|
+
export const makeOrderRefundTransactionUpserted = () => factories['io.flow.internal.v0.models.order_refund_transaction_upserted']();
|
|
31607
32109
|
export const makeOrderRevenueRegionChart = () => factories['io.flow.internal.v0.models.order_revenue_region_chart']();
|
|
31608
32110
|
export const makeOrderRevenueRegionDataPoint = () => factories['io.flow.internal.v0.models.order_revenue_region_data_point']();
|
|
31609
32111
|
export const makeOrderRevenueTimelineChart = () => factories['io.flow.internal.v0.models.order_revenue_timeline_chart']();
|
|
@@ -31738,6 +32240,7 @@ export const makePaymentProcessorAccountUpserted = () => factories['io.flow.inte
|
|
|
31738
32240
|
export const makePaymentProcessorMerchantDeleted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_deleted']();
|
|
31739
32241
|
export const makePaymentProcessorMerchantUpserted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_upserted']();
|
|
31740
32242
|
export const makePaymentRedirect = () => factories['io.flow.internal.v0.unions.payment_redirect']();
|
|
32243
|
+
export const makePaymentRequestAuthorization = () => factories['io.flow.internal.v0.models.payment_request_authorization']();
|
|
31741
32244
|
export const makePaymentShortUrl = () => factories['io.flow.internal.v0.models.payment_short_url']();
|
|
31742
32245
|
export const makePaymentShortUrlDiscriminator = () => factories['io.flow.internal.v0.enums.payment_short_url_discriminator']();
|
|
31743
32246
|
export const makePaymentSummary = () => factories['io.flow.internal.v0.models.payment_summary']();
|
|
@@ -31969,6 +32472,14 @@ export const makeRequeueRequestForm = () => factories['io.flow.internal.v0.model
|
|
|
31969
32472
|
export const makeRescreenRestrictionsProducts = () => factories['io.flow.internal.v0.models.rescreen_restrictions_products']();
|
|
31970
32473
|
export const makeResponsibleParty = () => factories['io.flow.internal.v0.enums.responsible_party']();
|
|
31971
32474
|
export const makeRestrictionAction = () => factories['io.flow.internal.v0.enums.restriction_action']();
|
|
32475
|
+
export const makeRestrictionAttributeConditionMultiple = () => factories['io.flow.internal.v0.models.restriction_attribute_condition_multiple']();
|
|
32476
|
+
export const makeRestrictionAttributeConditionMultipleOperator = () => factories['io.flow.internal.v0.enums.restriction_attribute_condition_multiple_operator']();
|
|
32477
|
+
export const makeRestrictionAttributeConditionSingle = () => factories['io.flow.internal.v0.models.restriction_attribute_condition_single']();
|
|
32478
|
+
export const makeRestrictionAttributeConditionSingleOperator = () => factories['io.flow.internal.v0.enums.restriction_attribute_condition_single_operator']();
|
|
32479
|
+
export const makeRestrictionAttributeOperator = () => factories['io.flow.internal.v0.enums.restriction_attribute_operator']();
|
|
32480
|
+
export const makeRestrictionAttributeResult = () => factories['io.flow.internal.v0.enums.restriction_attribute_result']();
|
|
32481
|
+
export const makeRestrictionAttributeRule = () => factories['io.flow.internal.v0.models.restriction_attribute_rule']();
|
|
32482
|
+
export const makeRestrictionAttributeRuleCondition = () => factories['io.flow.internal.v0.unions.restriction_attribute_rule_condition']();
|
|
31972
32483
|
export const makeRestrictionBlanketOrganizationExemption = () => factories['io.flow.internal.v0.models.restriction_blanket_organization_exemption']();
|
|
31973
32484
|
export const makeRestrictionCategory = () => factories['io.flow.internal.v0.models.restriction_category']();
|
|
31974
32485
|
export const makeRestrictionDecision = () => factories['io.flow.internal.v0.enums.restriction_decision']();
|
|
@@ -31993,6 +32504,7 @@ export const makeRestrictionProductDecisionForm = () => factories['io.flow.inter
|
|
|
31993
32504
|
export const makeRestrictionProductRequestForm = () => factories['io.flow.internal.v0.models.restriction_product_request_form']();
|
|
31994
32505
|
export const makeRestrictionProductSummary = () => factories['io.flow.internal.v0.models.restriction_product_summary']();
|
|
31995
32506
|
export const makeRestrictionRule = () => factories['io.flow.internal.v0.models.restriction_rule']();
|
|
32507
|
+
export const makeRestrictionRuleActivationStatus = () => factories['io.flow.internal.v0.enums.restriction_rule_activation_status']();
|
|
31996
32508
|
export const makeRestrictionRuleCommunityExemption = () => factories['io.flow.internal.v0.enums.restriction_rule_community_exemption']();
|
|
31997
32509
|
export const makeRestrictionRuleDecisionForm = () => factories['io.flow.internal.v0.models.restriction_rule_decision_form']();
|
|
31998
32510
|
export const makeRestrictionRuleDeleted = () => factories['io.flow.internal.v0.models.restriction_rule_deleted']();
|
|
@@ -32025,6 +32537,7 @@ export const makeReturnPolicyUpserted = () => factories['io.flow.internal.v0.mod
|
|
|
32025
32537
|
export const makeReturnSummary = () => factories['io.flow.internal.v0.models.return_summary']();
|
|
32026
32538
|
export const makeReturnTrigger = () => factories['io.flow.internal.v0.unions.return_trigger']();
|
|
32027
32539
|
export const makeReturnTriggerRefund = () => factories['io.flow.internal.v0.models.return_trigger_refund']();
|
|
32540
|
+
export const makeReturnTriggerReversal = () => factories['io.flow.internal.v0.models.return_trigger_reversal']();
|
|
32028
32541
|
export const makeRevenueRecord = () => factories['io.flow.internal.v0.models.revenue_record']();
|
|
32029
32542
|
export const makeRevenueRecordDeleted = () => factories['io.flow.internal.v0.models.revenue_record_deleted']();
|
|
32030
32543
|
export const makeRevenueRecordType = () => factories['io.flow.internal.v0.enums.revenue_record_type']();
|
|
@@ -32057,6 +32570,9 @@ export const makeSearchItemSummary = () => factories['io.flow.internal.v0.models
|
|
|
32057
32570
|
export const makeSearchOrderSummary = () => factories['io.flow.internal.v0.models.search_order_summary']();
|
|
32058
32571
|
export const makeSearchProviderExport = () => factories['io.flow.internal.v0.models.search_provider_export']();
|
|
32059
32572
|
export const makeSearchTrackingSummary = () => factories['io.flow.internal.v0.models.search_tracking_summary']();
|
|
32573
|
+
export const makeSellabilityCheckResult = () => factories['io.flow.internal.v0.models.sellability_check_result']();
|
|
32574
|
+
export const makeSellabilityCheckStatus = () => factories['io.flow.internal.v0.enums.sellability_check_status']();
|
|
32575
|
+
export const makeSellabilityStatus = () => factories['io.flow.internal.v0.enums.sellability_status']();
|
|
32060
32576
|
export const makeSessionOrderData = () => factories['io.flow.internal.v0.models.session_order_data']();
|
|
32061
32577
|
export const makeSetupBlockPutForm = () => factories['io.flow.internal.v0.models.setup_block_put_form']();
|
|
32062
32578
|
export const makeSfExpress = () => factories['io.flow.internal.v0.models.sf_express']();
|
|
@@ -32130,7 +32646,6 @@ export const makeShopifyMonitoringMonitorReviewStatus = () => factories['io.flow
|
|
|
32130
32646
|
export const makeShopifyMonitoringOrderMonitor = () => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor']();
|
|
32131
32647
|
export const makeShopifyMonitoringOrderMonitorEventDeleted = () => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted']();
|
|
32132
32648
|
export const makeShopifyMonitoringOrderMonitorEventUpserted = () => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted']();
|
|
32133
|
-
export const makeShopifyMonitoringOrderMonitorReview = () => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_review']();
|
|
32134
32649
|
export const makeShopifyMonitoringOrderMonitorType = () => factories['io.flow.internal.v0.unions.shopify_monitoring_order_monitor_type']();
|
|
32135
32650
|
export const makeShopifyMonitoringTrackingField = () => factories['io.flow.internal.v0.enums.shopify_monitoring_tracking_field']();
|
|
32136
32651
|
export const makeShopifyMonitoringTrackingNumber = () => factories['io.flow.internal.v0.models.shopify_monitoring_tracking_number']();
|
|
@@ -32160,6 +32675,12 @@ export const makeShopifyProductCreateWebhookEvent = () => factories['io.flow.int
|
|
|
32160
32675
|
export const makeShopifyProductDeleteDeleted = () => factories['io.flow.internal.v0.models.shopify_product_delete_deleted']();
|
|
32161
32676
|
export const makeShopifyProductDeleteUpserted = () => factories['io.flow.internal.v0.models.shopify_product_delete_upserted']();
|
|
32162
32677
|
export const makeShopifyProductDeleteWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_product_delete_webhook_event']();
|
|
32678
|
+
export const makeShopifyProductTaxonomyAttribute = () => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute']();
|
|
32679
|
+
export const makeShopifyProductTaxonomyAttributeDeleted = () => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_deleted']();
|
|
32680
|
+
export const makeShopifyProductTaxonomyAttributeUpserted = () => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_upserted']();
|
|
32681
|
+
export const makeShopifyProductTaxonomyAttributeValue = () => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value']();
|
|
32682
|
+
export const makeShopifyProductTaxonomyAttributeValueDeleted = () => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_deleted']();
|
|
32683
|
+
export const makeShopifyProductTaxonomyAttributeValueUpserted = () => factories['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value_upserted']();
|
|
32163
32684
|
export const makeShopifyProductUpdateDeleted = () => factories['io.flow.internal.v0.models.shopify_product_update_deleted']();
|
|
32164
32685
|
export const makeShopifyProductUpdateUpserted = () => factories['io.flow.internal.v0.models.shopify_product_update_upserted']();
|
|
32165
32686
|
export const makeShopifyProductUpdateWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_product_update_webhook_event']();
|
|
@@ -32170,6 +32691,8 @@ export const makeShopifyService = () => factories['io.flow.internal.v0.enums.sho
|
|
|
32170
32691
|
export const makeShopifyShopStatistics = () => factories['io.flow.internal.v0.models.shopify_shop_statistics']();
|
|
32171
32692
|
export const makeShopifyStoreDetail = () => factories['io.flow.internal.v0.models.shopify_store_detail']();
|
|
32172
32693
|
export const makeShopifyStripeEvent = () => factories['io.flow.internal.v0.models.shopify_stripe_event']();
|
|
32694
|
+
export const makeShopifyTaxonomyAlignmentConfig = () => factories['io.flow.internal.v0.models.shopify_taxonomy_alignment_config']();
|
|
32695
|
+
export const makeShopifyTaxonomyAlignmentConfigForm = () => factories['io.flow.internal.v0.models.shopify_taxonomy_alignment_config_form']();
|
|
32173
32696
|
export const makeShopperBreakdown = () => factories['io.flow.internal.v0.models.shopper_breakdown']();
|
|
32174
32697
|
export const makeShopperFees = () => factories['io.flow.internal.v0.models.shopper_fees']();
|
|
32175
32698
|
export const makeShopperFreight = () => factories['io.flow.internal.v0.models.shopper_freight']();
|
|
@@ -32276,6 +32799,7 @@ export const makeTaxTransaction = () => factories['io.flow.internal.v0.models.ta
|
|
|
32276
32799
|
export const makeTaxTransactionDeleted = () => factories['io.flow.internal.v0.models.tax_transaction_deleted']();
|
|
32277
32800
|
export const makeTaxTransactionType = () => factories['io.flow.internal.v0.enums.tax_transaction_type']();
|
|
32278
32801
|
export const makeTaxTransactionUpserted = () => factories['io.flow.internal.v0.models.tax_transaction_upserted']();
|
|
32802
|
+
export const makeTaxonomyAlignmentCheckResult = () => factories['io.flow.internal.v0.models.taxonomy_alignment_check_result']();
|
|
32279
32803
|
export const makeTaxonomyCategory = () => factories['io.flow.internal.v0.models.taxonomy_category']();
|
|
32280
32804
|
export const makeTaxonomyCategoryClassificationAlignment = () => factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment']();
|
|
32281
32805
|
export const makeTaxonomyCategoryHs6Ref = () => factories['io.flow.internal.v0.models.taxonomy_category_hs6_ref']();
|