@flowio/api-internal-factories 0.0.131 → 0.0.133
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 +565 -102
- package/dist/esm/api-internal.js +473 -57
- package/dist/types/api-internal.d.ts +56 -10
- package/package.json +2 -2
- package/src/api-internal.ts +558 -73
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(),
|
|
@@ -8535,37 +8597,6 @@ const factories = {
|
|
|
8535
8597
|
added_on: factories.date_iso_8601(),
|
|
8536
8598
|
}),
|
|
8537
8599
|
|
|
8538
|
-
'io.flow.internal.v0.models.alert_error_summary': (): io.flow.internal.v0.models.AlertErrorSummary => ({
|
|
8539
|
-
event_id: factories.long(),
|
|
8540
|
-
error: factories.string(),
|
|
8541
|
-
}),
|
|
8542
|
-
|
|
8543
|
-
'io.flow.internal.v0.models.alert_failure_summary': (): io.flow.internal.v0.models.AlertFailureSummary => ({
|
|
8544
|
-
database: factories.string(),
|
|
8545
|
-
|
|
8546
|
-
summaries: arrayOf(
|
|
8547
|
-
() => factories['io.flow.internal.v0.models.alert_failure_summary_detail'](),
|
|
8548
|
-
),
|
|
8549
|
-
}),
|
|
8550
|
-
|
|
8551
|
-
'io.flow.internal.v0.models.alert_failure_summary_detail': (): io.flow.internal.v0.models.AlertFailureSummaryDetail => ({
|
|
8552
|
-
queue: factories.string(),
|
|
8553
|
-
count: factories.long(),
|
|
8554
|
-
errors: arrayOf(() => factories['io.flow.internal.v0.models.alert_error_summary']()),
|
|
8555
|
-
}),
|
|
8556
|
-
|
|
8557
|
-
'io.flow.internal.v0.models.alert_import_summary': (): io.flow.internal.v0.models.AlertImportSummary => ({
|
|
8558
|
-
organization_id: factories.string(),
|
|
8559
|
-
filename: factories.string(),
|
|
8560
|
-
type: factories.string(),
|
|
8561
|
-
started_at: factories.date_time_iso_8601(),
|
|
8562
|
-
}),
|
|
8563
|
-
|
|
8564
|
-
'io.flow.internal.v0.models.alert_requeue_summary': (): io.flow.internal.v0.models.AlertRequeueSummary => ({
|
|
8565
|
-
queue: factories.string(),
|
|
8566
|
-
count: factories.long(),
|
|
8567
|
-
}),
|
|
8568
|
-
|
|
8569
8600
|
'io.flow.internal.v0.models.all_items_export': (): io.flow.internal.v0.models.AllItemsExport => ({
|
|
8570
8601
|
discriminator: 'all_items_export',
|
|
8571
8602
|
event_id: factories.string(),
|
|
@@ -8588,6 +8619,23 @@ const factories = {
|
|
|
8588
8619
|
labels: objectOf(() => arrayOf(() => factories.string())),
|
|
8589
8620
|
}),
|
|
8590
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
|
+
|
|
8591
8639
|
'io.flow.internal.v0.models.ansh_item': (): io.flow.internal.v0.models.AnshItem => ({
|
|
8592
8640
|
id: factories.string(),
|
|
8593
8641
|
number: factories.string(),
|
|
@@ -8627,6 +8675,11 @@ const factories = {
|
|
|
8627
8675
|
unverified: factories.boolean(),
|
|
8628
8676
|
}),
|
|
8629
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
|
+
|
|
8630
8683
|
'io.flow.internal.v0.models.authentication_form': (): io.flow.internal.v0.models.AuthenticationForm => ({
|
|
8631
8684
|
password: factories.string(),
|
|
8632
8685
|
}),
|
|
@@ -8840,6 +8893,12 @@ const factories = {
|
|
|
8840
8893
|
bank_payment: factories['io.flow.internal.v0.models.bank_payment'](),
|
|
8841
8894
|
}),
|
|
8842
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
|
+
|
|
8843
8902
|
'io.flow.internal.v0.models.billing_authorization_reference': (): io.flow.internal.v0.models.BillingAuthorizationReference => ({
|
|
8844
8903
|
id: factories.string(),
|
|
8845
8904
|
}),
|
|
@@ -9378,6 +9437,11 @@ const factories = {
|
|
|
9378
9437
|
carrier_charge: factories['io.flow.internal.v0.models.carrier_charge'](),
|
|
9379
9438
|
}),
|
|
9380
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
|
+
|
|
9381
9445
|
'io.flow.internal.v0.models.carrier_file': (): io.flow.internal.v0.models.CarrierFile => ({
|
|
9382
9446
|
id: factories.string(),
|
|
9383
9447
|
type: factories['io.flow.internal.v0.enums.carrier_file_type'](),
|
|
@@ -9729,6 +9793,7 @@ const factories = {
|
|
|
9729
9793
|
channel_id: factories.string(),
|
|
9730
9794
|
external_order_reference: factories.string(),
|
|
9731
9795
|
payment_request_id: factories.string(),
|
|
9796
|
+
order_payment_request_ids: arrayOf(() => factories.string()),
|
|
9732
9797
|
order_edit_payment_request_ids: arrayOf(() => factories.string()),
|
|
9733
9798
|
status: factories['io.flow.internal.v0.enums.channel_order_acceptance_status'](),
|
|
9734
9799
|
|
|
@@ -9844,6 +9909,22 @@ const factories = {
|
|
|
9844
9909
|
channel_organization_identifier: factories['io.flow.internal.v0.models.channel_organization_identifier'](),
|
|
9845
9910
|
}),
|
|
9846
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
|
+
|
|
9847
9928
|
'io.flow.internal.v0.models.channel_organization_shopify': (): io.flow.internal.v0.models.ChannelOrganizationShopify => ({
|
|
9848
9929
|
organization: factories['io.flow.channel.v0.models.channel_organization'](),
|
|
9849
9930
|
|
|
@@ -9915,6 +9996,13 @@ const factories = {
|
|
|
9915
9996
|
channel_transaction: factories['io.flow.internal.v0.models.channel_transaction'](),
|
|
9916
9997
|
}),
|
|
9917
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
|
+
|
|
9918
10006
|
'io.flow.internal.v0.models.charge_input': (): io.flow.internal.v0.models.ChargeInput => ({
|
|
9919
10007
|
charge_input_code: factories['io.flow.internal.v0.enums.charge_input_type'](),
|
|
9920
10008
|
price: factories['io.flow.common.v0.models.money'](),
|
|
@@ -10762,6 +10850,14 @@ const factories = {
|
|
|
10762
10850
|
display: factories['io.flow.experience.v0.enums.delivered_duty_display_type'](),
|
|
10763
10851
|
}),
|
|
10764
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
|
+
|
|
10765
10861
|
'io.flow.internal.v0.models.destination_error': (): io.flow.internal.v0.models.DestinationError => ({
|
|
10766
10862
|
id: factories.string(),
|
|
10767
10863
|
failed_at: factories.date_time_iso_8601(),
|
|
@@ -11089,6 +11185,15 @@ const factories = {
|
|
|
11089
11185
|
duty_transaction: factories['io.flow.internal.v0.models.duty_transaction'](),
|
|
11090
11186
|
}),
|
|
11091
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
|
+
|
|
11092
11197
|
'io.flow.internal.v0.models.email_form': (): io.flow.internal.v0.models.EmailForm => ({
|
|
11093
11198
|
to: arrayOf(() => factories.string()),
|
|
11094
11199
|
cc: arrayOf(() => factories.string()),
|
|
@@ -11338,9 +11443,10 @@ const factories = {
|
|
|
11338
11443
|
}),
|
|
11339
11444
|
|
|
11340
11445
|
'io.flow.internal.v0.models.evaluation_results': (): io.flow.internal.v0.models.EvaluationResults => ({
|
|
11341
|
-
chapter_result: factories.
|
|
11342
|
-
sellability_result: factories.
|
|
11343
|
-
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'](),
|
|
11344
11450
|
}),
|
|
11345
11451
|
|
|
11346
11452
|
'io.flow.internal.v0.models.exclusion_rule_deleted': (): io.flow.internal.v0.models.ExclusionRuleDeleted => ({
|
|
@@ -11504,6 +11610,16 @@ const factories = {
|
|
|
11504
11610
|
fulfilled_via_replacement_order: factories.boolean(),
|
|
11505
11611
|
}),
|
|
11506
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
|
+
|
|
11507
11623
|
'io.flow.internal.v0.models.facebook_pixel': (): io.flow.internal.v0.models.FacebookPixel => ({
|
|
11508
11624
|
discriminator: 'facebook_pixel',
|
|
11509
11625
|
name: factories.string(),
|
|
@@ -11625,6 +11741,12 @@ const factories = {
|
|
|
11625
11741
|
account_number: factories.string(),
|
|
11626
11742
|
}),
|
|
11627
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
|
+
|
|
11628
11750
|
'io.flow.internal.v0.models.fedex_crossborder': (): io.flow.internal.v0.models.FedexCrossborder => ({
|
|
11629
11751
|
discriminator: 'fedex_crossborder',
|
|
11630
11752
|
api_key: factories.string(),
|
|
@@ -12785,6 +12907,7 @@ const factories = {
|
|
|
12785
12907
|
gender: factories.string(),
|
|
12786
12908
|
material: factories.string(),
|
|
12787
12909
|
url: factories.string(),
|
|
12910
|
+
preferential_rate_statement: factories.string(),
|
|
12788
12911
|
}),
|
|
12789
12912
|
|
|
12790
12913
|
'io.flow.internal.v0.models.invoice_info_form': (): io.flow.internal.v0.models.InvoiceInfoForm => ({
|
|
@@ -12812,6 +12935,7 @@ const factories = {
|
|
|
12812
12935
|
total_price: factories.decimal(),
|
|
12813
12936
|
manufacturer_id: factories.string(),
|
|
12814
12937
|
export_control_classification_number: factories.string(),
|
|
12938
|
+
preferential_rate_statement: factories.string(),
|
|
12815
12939
|
}),
|
|
12816
12940
|
|
|
12817
12941
|
'io.flow.internal.v0.models.invoice_transaction': (): io.flow.internal.v0.models.InvoiceTransaction => ({
|
|
@@ -13078,6 +13202,11 @@ const factories = {
|
|
|
13078
13202
|
id: factories.string(),
|
|
13079
13203
|
}),
|
|
13080
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
|
+
|
|
13081
13210
|
'io.flow.internal.v0.models.klarna_authorization_parameters': (): io.flow.internal.v0.models.KlarnaAuthorizationParameters => ({
|
|
13082
13211
|
discriminator: 'klarna_authorization_parameters',
|
|
13083
13212
|
client_token: factories.string(),
|
|
@@ -13319,6 +13448,7 @@ const factories = {
|
|
|
13319
13448
|
saturday_stop: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13320
13449
|
residential_extended_area_pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
13321
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'](),
|
|
13322
13452
|
}),
|
|
13323
13453
|
|
|
13324
13454
|
'io.flow.internal.v0.models.label_surcharge_single_form': (): io.flow.internal.v0.models.LabelSurchargeSingleForm => ({
|
|
@@ -13848,6 +13978,20 @@ const factories = {
|
|
|
13848
13978
|
status: factories['io.flow.internal.v0.enums.merchant_override_status'](),
|
|
13849
13979
|
}),
|
|
13850
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
|
+
|
|
13851
13995
|
'io.flow.internal.v0.models.merchant_search_result': (): io.flow.internal.v0.models.MerchantSearchResult => ({
|
|
13852
13996
|
organization_id: factories.string(),
|
|
13853
13997
|
shop_name: factories.string(),
|
|
@@ -13879,6 +14023,10 @@ const factories = {
|
|
|
13879
14023
|
freight: factories.decimal(),
|
|
13880
14024
|
total: factories.decimal(),
|
|
13881
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(),
|
|
13882
14030
|
}),
|
|
13883
14031
|
|
|
13884
14032
|
'io.flow.internal.v0.models.merchant_upserted': (): io.flow.internal.v0.models.MerchantUpserted => ({
|
|
@@ -13950,6 +14098,12 @@ const factories = {
|
|
|
13950
14098
|
account: factories['io.flow.internal.v0.models.report_account'](),
|
|
13951
14099
|
}),
|
|
13952
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
|
+
|
|
13953
14107
|
'io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction': (): io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction => ({
|
|
13954
14108
|
discriminator: 'non_l4l_tax_duty_fx_transaction',
|
|
13955
14109
|
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
@@ -13989,19 +14143,6 @@ const factories = {
|
|
|
13989
14143
|
execution_time_ms: factories.long(),
|
|
13990
14144
|
}),
|
|
13991
14145
|
|
|
13992
|
-
'io.flow.internal.v0.models.onboarding_audit_snapshot': (): io.flow.internal.v0.models.OnboardingAuditSnapshot => ({
|
|
13993
|
-
id: factories.string(),
|
|
13994
|
-
organization: factories['io.flow.common.v0.models.organization'](),
|
|
13995
|
-
result: factories['io.flow.internal.v0.enums.onboarding_audit_result'](),
|
|
13996
|
-
|
|
13997
|
-
theme_reports: arrayOf(
|
|
13998
|
-
() => factories['io.flow.internal.v0.models.onboarding_audit_theme_report'](),
|
|
13999
|
-
),
|
|
14000
|
-
|
|
14001
|
-
requested_by: factories['io.flow.common.v0.models.user'](),
|
|
14002
|
-
requested_at: factories.date_time_iso_8601(),
|
|
14003
|
-
}),
|
|
14004
|
-
|
|
14005
14146
|
'io.flow.internal.v0.models.onboarding_audit_theme_report': (): io.flow.internal.v0.models.OnboardingAuditThemeReport => ({
|
|
14006
14147
|
name: factories.string(),
|
|
14007
14148
|
key: factories['io.flow.internal.v0.enums.onboarding_audit_theme_key'](),
|
|
@@ -14221,6 +14362,29 @@ const factories = {
|
|
|
14221
14362
|
number: factories.string(),
|
|
14222
14363
|
}),
|
|
14223
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
|
+
|
|
14224
14388
|
'io.flow.internal.v0.models.order_revenue_region_chart': (): io.flow.internal.v0.models.OrderRevenueRegionChart => ({
|
|
14225
14389
|
total: factories['io.flow.common.v0.models.price'](),
|
|
14226
14390
|
period: factories['io.flow.common.v0.models.datetime_range'](),
|
|
@@ -14600,6 +14764,7 @@ const factories = {
|
|
|
14600
14764
|
pending_classification_count: factories.long(),
|
|
14601
14765
|
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
14602
14766
|
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
14767
|
+
oldest_pending_classification_date: factories.date_time_iso_8601(),
|
|
14603
14768
|
product_count: factories.long(),
|
|
14604
14769
|
restricted_product_count: factories.long(),
|
|
14605
14770
|
last_order_submitted_at: factories.date_time_iso_8601(),
|
|
@@ -15155,6 +15320,11 @@ const factories = {
|
|
|
15155
15320
|
merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
|
|
15156
15321
|
}),
|
|
15157
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
|
+
|
|
15158
15328
|
'io.flow.internal.v0.models.payment_short_url': (): io.flow.internal.v0.models.PaymentShortUrl => ({
|
|
15159
15329
|
id: factories.string(),
|
|
15160
15330
|
key: factories.string(),
|
|
@@ -15761,6 +15931,7 @@ const factories = {
|
|
|
15761
15931
|
pending_classification_count: factories.long(),
|
|
15762
15932
|
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
15763
15933
|
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
15934
|
+
oldest_pending_classification_date: factories.date_time_iso_8601(),
|
|
15764
15935
|
}),
|
|
15765
15936
|
|
|
15766
15937
|
'io.flow.internal.v0.models.product_restriction_state_deleted': (): io.flow.internal.v0.models.ProductRestrictionStateDeleted => ({
|
|
@@ -15837,6 +16008,7 @@ const factories = {
|
|
|
15837
16008
|
),
|
|
15838
16009
|
|
|
15839
16010
|
rule_ids: arrayOf(() => factories.string()),
|
|
16011
|
+
taxonomy_category: factories.string(),
|
|
15840
16012
|
}),
|
|
15841
16013
|
|
|
15842
16014
|
'io.flow.internal.v0.models.product_transaction': (): io.flow.internal.v0.models.ProductTransaction => ({
|
|
@@ -16501,6 +16673,12 @@ const factories = {
|
|
|
16501
16673
|
refund_records: arrayOf(() => factories.object()),
|
|
16502
16674
|
}),
|
|
16503
16675
|
|
|
16676
|
+
'io.flow.internal.v0.models.reporting_fees': (): io.flow.internal.v0.models.ReportingFees => ({
|
|
16677
|
+
mor: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16678
|
+
fx: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16679
|
+
sp: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16680
|
+
}),
|
|
16681
|
+
|
|
16504
16682
|
'io.flow.internal.v0.models.reporting_fulfillment': (): io.flow.internal.v0.models.ReportingFulfillment => ({
|
|
16505
16683
|
id: factories.string(),
|
|
16506
16684
|
sequence_number: factories.long(),
|
|
@@ -16585,6 +16763,10 @@ const factories = {
|
|
|
16585
16763
|
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16586
16764
|
tax_refund: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
16587
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(),
|
|
16588
16770
|
}),
|
|
16589
16771
|
|
|
16590
16772
|
'io.flow.internal.v0.models.reporting_monetary_value': (): io.flow.internal.v0.models.ReportingMonetaryValue => ({
|
|
@@ -16601,6 +16783,7 @@ const factories = {
|
|
|
16601
16783
|
number: factories.string(),
|
|
16602
16784
|
submitted_at: factories.date_time_iso_8601(),
|
|
16603
16785
|
payment_source: factories['io.flow.experience.v0.enums.order_payment_source_type'](),
|
|
16786
|
+
is_edited: factories.boolean(),
|
|
16604
16787
|
}),
|
|
16605
16788
|
|
|
16606
16789
|
'io.flow.internal.v0.models.reporting_organization_summary': (): io.flow.internal.v0.models.ReportingOrganizationSummary => ({
|
|
@@ -16677,6 +16860,29 @@ const factories = {
|
|
|
16677
16860
|
placeholder: factories.boolean(),
|
|
16678
16861
|
}),
|
|
16679
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
|
+
|
|
16680
16886
|
'io.flow.internal.v0.models.restriction_blanket_organization_exemption': (): io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption => ({
|
|
16681
16887
|
id: factories.string(),
|
|
16682
16888
|
organization_id: factories.string(),
|
|
@@ -16720,6 +16926,7 @@ const factories = {
|
|
|
16720
16926
|
price: factories['io.flow.common.v0.models.price'](),
|
|
16721
16927
|
hs_code: factories.string(),
|
|
16722
16928
|
hs_code_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
|
|
16929
|
+
classification_scope: factories['io.flow.internal.v0.enums.classification_scope'](),
|
|
16723
16930
|
description: factories.string(),
|
|
16724
16931
|
category: factories.string(),
|
|
16725
16932
|
categories: arrayOf(() => factories.string()),
|
|
@@ -16736,6 +16943,7 @@ const factories = {
|
|
|
16736
16943
|
statuses: arrayOf(() => factories['io.flow.internal.v0.enums.restriction_status']()),
|
|
16737
16944
|
rule_ids: arrayOf(() => factories.string()),
|
|
16738
16945
|
user_ids: arrayOf(() => factories.string()),
|
|
16946
|
+
exclude_items_with_pc: factories.boolean(),
|
|
16739
16947
|
category: factories.string(),
|
|
16740
16948
|
product_name_query: factories.string(),
|
|
16741
16949
|
hs6: factories.string(),
|
|
@@ -16850,6 +17058,7 @@ const factories = {
|
|
|
16850
17058
|
thumbnails: arrayOf(() => factories['io.flow.catalog.v0.models.image']()),
|
|
16851
17059
|
hs_code: factories.string(),
|
|
16852
17060
|
hs_code_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
|
|
17061
|
+
classification_scope: factories['io.flow.internal.v0.enums.classification_scope'](),
|
|
16853
17062
|
url: factories.string(),
|
|
16854
17063
|
reviews: arrayOf(() => factories['io.flow.internal.v0.models.restriction_item_review']()),
|
|
16855
17064
|
created_at: factories.date_time_iso_8601(),
|
|
@@ -16904,6 +17113,10 @@ const factories = {
|
|
|
16904
17113
|
),
|
|
16905
17114
|
|
|
16906
17115
|
reason_code: factories.string(),
|
|
17116
|
+
attribute_names: arrayOf(() => factories.string()),
|
|
17117
|
+
attribute_rule_conditions: factories['io.flow.internal.v0.models.attribute_rule'](),
|
|
17118
|
+
keyword_cancelling: arrayOf(() => factories['io.flow.internal.v0.models.keyword_cancelling']()),
|
|
17119
|
+
activation_status: factories['io.flow.internal.v0.enums.restriction_rule_activation_status'](),
|
|
16907
17120
|
}),
|
|
16908
17121
|
|
|
16909
17122
|
'io.flow.internal.v0.models.restriction_rule_decision_form': (): io.flow.internal.v0.models.RestrictionRuleDecisionForm => ({
|
|
@@ -16965,6 +17178,10 @@ const factories = {
|
|
|
16965
17178
|
),
|
|
16966
17179
|
|
|
16967
17180
|
reason_code: factories.string(),
|
|
17181
|
+
attribute_names: arrayOf(() => factories.string()),
|
|
17182
|
+
attribute_rule_conditions: factories['io.flow.internal.v0.models.attribute_rule'](),
|
|
17183
|
+
keyword_cancelling: arrayOf(() => factories['io.flow.internal.v0.models.keyword_cancelling']()),
|
|
17184
|
+
activation_status: factories['io.flow.internal.v0.enums.restriction_rule_activation_status'](),
|
|
16968
17185
|
}),
|
|
16969
17186
|
|
|
16970
17187
|
'io.flow.internal.v0.models.restriction_rule_lane_exemption': (): io.flow.internal.v0.models.RestrictionRuleLaneExemption => ({
|
|
@@ -16988,6 +17205,8 @@ const factories = {
|
|
|
16988
17205
|
community_exemption_override: arrayOf(
|
|
16989
17206
|
() => factories['io.flow.internal.v0.enums.restriction_rule_community_exemption'](),
|
|
16990
17207
|
),
|
|
17208
|
+
|
|
17209
|
+
is_rule_active: factories.boolean(),
|
|
16991
17210
|
}),
|
|
16992
17211
|
|
|
16993
17212
|
'io.flow.internal.v0.models.restriction_rule_override': (): io.flow.internal.v0.models.RestrictionRuleOverride => ({
|
|
@@ -17153,6 +17372,11 @@ const factories = {
|
|
|
17153
17372
|
refund: factories['io.flow.payment.v0.models.refund_reference'](),
|
|
17154
17373
|
}),
|
|
17155
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
|
+
|
|
17156
17380
|
'io.flow.internal.v0.models.revenue_record': (): io.flow.internal.v0.models.RevenueRecord => ({
|
|
17157
17381
|
id: factories.string(),
|
|
17158
17382
|
organization: factories['io.flow.internal.v0.models.reporting_organization_summary'](),
|
|
@@ -17224,10 +17448,12 @@ const factories = {
|
|
|
17224
17448
|
'io.flow.internal.v0.models.sales_payment_record': (): io.flow.internal.v0.models.SalesPaymentRecord => ({
|
|
17225
17449
|
id: factories.string(),
|
|
17226
17450
|
organization: factories['io.flow.internal.v0.models.reporting_organization_summary'](),
|
|
17451
|
+
vendor: factories['io.flow.internal.v0.models.reporting_vendor'](),
|
|
17227
17452
|
order: factories['io.flow.internal.v0.models.reporting_order_summary'](),
|
|
17228
17453
|
order_total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
17229
17454
|
shopper_breakdown: factories['io.flow.internal.v0.models.shopper_breakdown'](),
|
|
17230
17455
|
payment: factories['io.flow.internal.v0.models.reporting_payment'](),
|
|
17456
|
+
fees: factories['io.flow.internal.v0.models.reporting_fees'](),
|
|
17231
17457
|
conversion_rate: factories['io.flow.internal.v0.models.reporting_conversion_rates'](),
|
|
17232
17458
|
payment_is: factories['io.flow.internal.v0.models.payment_is'](),
|
|
17233
17459
|
destination_country: factories.string(),
|
|
@@ -17354,6 +17580,25 @@ const factories = {
|
|
|
17354
17580
|
label: factories['io.flow.internal.v0.models.label_summary'](),
|
|
17355
17581
|
}),
|
|
17356
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
|
+
|
|
17357
17602
|
'io.flow.internal.v0.models.session_order_data': (): io.flow.internal.v0.models.SessionOrderData => ({
|
|
17358
17603
|
id: factories.string(),
|
|
17359
17604
|
session: factories['io.flow.common.v0.models.session_reference'](),
|
|
@@ -17680,6 +17925,7 @@ const factories = {
|
|
|
17680
17925
|
api_password_masked: factories.string(),
|
|
17681
17926
|
access_token_masked: factories.string(),
|
|
17682
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'](),
|
|
17683
17929
|
}),
|
|
17684
17930
|
|
|
17685
17931
|
'io.flow.internal.v0.models.shopify_markets_shop_deleted': (): io.flow.internal.v0.models.ShopifyMarketsShopDeleted => ({
|
|
@@ -17846,12 +18092,6 @@ const factories = {
|
|
|
17846
18092
|
order_monitor: factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](),
|
|
17847
18093
|
}),
|
|
17848
18094
|
|
|
17849
|
-
'io.flow.internal.v0.models.shopify_monitoring_order_monitor_review': (): io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview => ({
|
|
17850
|
-
id: factories.string(),
|
|
17851
|
-
order_monitor: factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor'](),
|
|
17852
|
-
status: factories['io.flow.internal.v0.enums.shopify_monitoring_monitor_review_status'](),
|
|
17853
|
-
}),
|
|
17854
|
-
|
|
17855
18095
|
'io.flow.internal.v0.models.shopify_monitoring_tracking_number': (): io.flow.internal.v0.models.ShopifyMonitoringTrackingNumber => ({
|
|
17856
18096
|
number: factories.string(),
|
|
17857
18097
|
}),
|
|
@@ -18017,6 +18257,50 @@ const factories = {
|
|
|
18017
18257
|
product_delete: factories['io.flow.shopify.external.v0.models.product_delete'](),
|
|
18018
18258
|
}),
|
|
18019
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
|
+
|
|
18020
18304
|
'io.flow.internal.v0.models.shopify_product_update_deleted': (): io.flow.internal.v0.models.ShopifyProductUpdateDeleted => ({
|
|
18021
18305
|
discriminator: 'shopify_product_update_deleted',
|
|
18022
18306
|
event_id: factories.string(),
|
|
@@ -18079,6 +18363,24 @@ const factories = {
|
|
|
18079
18363
|
request: factories.object(),
|
|
18080
18364
|
}),
|
|
18081
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
|
+
|
|
18082
18384
|
'io.flow.internal.v0.models.shopper_breakdown': (): io.flow.internal.v0.models.ShopperBreakdown => ({
|
|
18083
18385
|
product: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
18084
18386
|
tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
@@ -18629,11 +18931,6 @@ const factories = {
|
|
|
18629
18931
|
reversal: factories['io.flow.internal.v0.models.stripe_internal_reversal'](),
|
|
18630
18932
|
}),
|
|
18631
18933
|
|
|
18632
|
-
'io.flow.internal.v0.models.subcatalog_item_count': (): io.flow.internal.v0.models.SubcatalogItemCount => ({
|
|
18633
|
-
key: factories.string(),
|
|
18634
|
-
count: factories.long(),
|
|
18635
|
-
}),
|
|
18636
|
-
|
|
18637
18934
|
'io.flow.internal.v0.models.submitted_order_upserted': (): io.flow.internal.v0.models.SubmittedOrderUpserted => ({
|
|
18638
18935
|
discriminator: 'submitted_order_upserted',
|
|
18639
18936
|
event_id: factories.string(),
|
|
@@ -18694,11 +18991,6 @@ const factories = {
|
|
|
18694
18991
|
snooze_id: factories.string(),
|
|
18695
18992
|
}),
|
|
18696
18993
|
|
|
18697
|
-
'io.flow.internal.v0.models.task_count': (): io.flow.internal.v0.models.TaskCount => ({
|
|
18698
|
-
discriminator: factories.string(),
|
|
18699
|
-
count: factories.long(),
|
|
18700
|
-
}),
|
|
18701
|
-
|
|
18702
18994
|
'io.flow.internal.v0.models.task_import': (): io.flow.internal.v0.models.TaskImport => ({
|
|
18703
18995
|
discriminator: 'task_import',
|
|
18704
18996
|
import_id: factories.string(),
|
|
@@ -18839,6 +19131,13 @@ const factories = {
|
|
|
18839
19131
|
tax_transaction: factories['io.flow.internal.v0.models.tax_transaction'](),
|
|
18840
19132
|
}),
|
|
18841
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
|
+
|
|
18842
19141
|
'io.flow.internal.v0.models.taxonomy_category': (): io.flow.internal.v0.models.TaxonomyCategory => ({
|
|
18843
19142
|
discriminator: 'category',
|
|
18844
19143
|
name: factories.string(),
|
|
@@ -19490,6 +19789,7 @@ const factories = {
|
|
|
19490
19789
|
provided_charges: arrayOf(() => factories['io.flow.internal.v0.models.charge_input']()),
|
|
19491
19790
|
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
19492
19791
|
package_dimensions_source: factories['io.flow.label.v0.enums.package_dimensions_source'](),
|
|
19792
|
+
shipping_date_time: factories.date_time_iso_8601(),
|
|
19493
19793
|
}),
|
|
19494
19794
|
|
|
19495
19795
|
'io.flow.internal.v0.models.vies_result': (): io.flow.internal.v0.models.ViesResult => ({
|
|
@@ -19607,6 +19907,22 @@ const factories = {
|
|
|
19607
19907
|
return f();
|
|
19608
19908
|
},
|
|
19609
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
|
+
|
|
19610
19926
|
'io.flow.internal.v0.unions.channel_rate_metadata': (): io.flow.internal.v0.unions.ChannelRateMetadata => {
|
|
19611
19927
|
const f = faker.helpers.arrayElement([
|
|
19612
19928
|
() => factories['io.flow.internal.v0.models.channel_rate_metadata_identity'](),
|
|
@@ -19924,6 +20240,8 @@ const factories = {
|
|
|
19924
20240
|
() => factories['io.flow.internal.v0.models.rate_freshness_summary_deleted'](),
|
|
19925
20241
|
() => factories['io.flow.internal.v0.models.item_harmonization_upserted'](),
|
|
19926
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'](),
|
|
19927
20245
|
() => factories['io.flow.internal.v0.models.harmonization_classification_statistics_published'](),
|
|
19928
20246
|
() => factories['io.flow.internal.v0.models.item_form_import_request'](),
|
|
19929
20247
|
() => factories['io.flow.internal.v0.models.label_request_error_upserted'](),
|
|
@@ -19981,6 +20299,8 @@ const factories = {
|
|
|
19981
20299
|
() => factories['io.flow.internal.v0.models.authorization_bundle_deleted'](),
|
|
19982
20300
|
() => factories['io.flow.internal.v0.models.organization_payment_setting_upserted'](),
|
|
19983
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'](),
|
|
19984
20304
|
() => factories['io.flow.internal.v0.models.paypal_payment_deleted'](),
|
|
19985
20305
|
() => factories['io.flow.internal.v0.models.paypal_payment_upserted'](),
|
|
19986
20306
|
() => factories['io.flow.internal.v0.models.paypal_execution_deleted'](),
|
|
@@ -20032,6 +20352,10 @@ const factories = {
|
|
|
20032
20352
|
() => factories['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'](),
|
|
20033
20353
|
() => factories['io.flow.internal.v0.models.shopify_markets_shop_statistics_upserted'](),
|
|
20034
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'](),
|
|
20035
20359
|
() => factories['io.flow.internal.v0.models.shopify_markets_metrics_upserted'](),
|
|
20036
20360
|
() => factories['io.flow.internal.v0.models.shopify_markets_metrics_deleted'](),
|
|
20037
20361
|
() => factories['io.flow.internal.v0.models.channel_order_summary_upserted'](),
|
|
@@ -20432,8 +20756,21 @@ const factories = {
|
|
|
20432
20756
|
return f();
|
|
20433
20757
|
},
|
|
20434
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
|
+
|
|
20435
20768
|
'io.flow.internal.v0.unions.return_trigger': (): io.flow.internal.v0.unions.ReturnTrigger => {
|
|
20436
|
-
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
|
+
|
|
20437
20774
|
return f();
|
|
20438
20775
|
},
|
|
20439
20776
|
|
|
@@ -20515,6 +20852,8 @@ const factories = {
|
|
|
20515
20852
|
() => factories['io.flow.internal.v0.models.statement_creation_metadata'](),
|
|
20516
20853
|
() => factories['io.flow.internal.v0.models.accounting_pending_order_metadata'](),
|
|
20517
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'](),
|
|
20518
20857
|
]);
|
|
20519
20858
|
|
|
20520
20859
|
return f();
|
|
@@ -20912,6 +21251,7 @@ const factories = {
|
|
|
20912
21251
|
package_dimensions_source: factories['io.flow.label.v0.enums.package_dimensions_source'](),
|
|
20913
21252
|
origin_location_source: factories['io.flow.label.v0.enums.origin_location_source'](),
|
|
20914
21253
|
reference_id: factories.string(),
|
|
21254
|
+
shipping_date_time: factories.date_time_iso_8601(),
|
|
20915
21255
|
}),
|
|
20916
21256
|
|
|
20917
21257
|
'io.flow.label.v0.models.detailed_shipping_notification_form': (): io.flow.label.v0.models.DetailedShippingNotificationForm => ({
|
|
@@ -21470,6 +21810,8 @@ const factories = {
|
|
|
21470
21810
|
'tip',
|
|
21471
21811
|
]),
|
|
21472
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
|
+
|
|
21473
21815
|
'io.flow.order.price.v0.models.order_price_detail': (): io.flow.order.price.v0.models.OrderPriceDetail => ({
|
|
21474
21816
|
key: factories['io.flow.order.price.v0.enums.order_price_detail_key'](),
|
|
21475
21817
|
currency: factories.string(),
|
|
@@ -21485,6 +21827,12 @@ const factories = {
|
|
|
21485
21827
|
rate: factories.decimal(),
|
|
21486
21828
|
accuracy: factories['io.flow.price.v0.enums.price_accuracy'](),
|
|
21487
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']()),
|
|
21488
21836
|
}),
|
|
21489
21837
|
|
|
21490
21838
|
'io.flow.order.price.v0.models.order_price_detail_component': (): io.flow.order.price.v0.models.OrderPriceDetailComponent => ({
|
|
@@ -21496,6 +21844,18 @@ const factories = {
|
|
|
21496
21844
|
name: factories.string(),
|
|
21497
21845
|
}),
|
|
21498
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
|
+
|
|
21499
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']),
|
|
21500
21860
|
|
|
21501
21861
|
'io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason': (): io.flow.organization.onboarding.state.v0.enums.MerchantRejectedReason => faker.helpers.arrayElement([
|
|
@@ -24488,6 +24848,12 @@ const factories = {
|
|
|
24488
24848
|
'io.flow.product.v0.models.product_taxonomy_data': (): io.flow.product.v0.models.ProductTaxonomyData => ({
|
|
24489
24849
|
key: factories.string(),
|
|
24490
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(),
|
|
24491
24857
|
}),
|
|
24492
24858
|
|
|
24493
24859
|
'io.flow.query.builder.v0.enums.available_filter_format': (): io.flow.query.builder.v0.enums.AvailableFilterFormat => faker.helpers.arrayElement([
|
|
@@ -25665,6 +26031,7 @@ const factories = {
|
|
|
25665
26031
|
'io.flow.shopify.external.v0.models.graphql_metaobject_field': (): io.flow.shopify.external.v0.models.GraphqlMetaobjectField => ({
|
|
25666
26032
|
key: factories.string(),
|
|
25667
26033
|
value: factories.string(),
|
|
26034
|
+
type: factories.string(),
|
|
25668
26035
|
}),
|
|
25669
26036
|
|
|
25670
26037
|
'io.flow.shopify.external.v0.models.graphql_option': (): io.flow.shopify.external.v0.models.GraphqlOption => ({
|
|
@@ -26908,6 +27275,34 @@ const factories = {
|
|
|
26908
27275
|
shopify_product_bundle: factories['io.flow.shopify.markets.internal.v0.models.shopify_product_bundle'](),
|
|
26909
27276
|
}),
|
|
26910
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
|
+
|
|
26911
27306
|
'io.flow.shopify.markets.internal.event.v0.unions.shopify_markets_internal_event': (): io.flow.shopify.markets.internal.event.v0.unions.ShopifyMarketsInternalEvent => {
|
|
26912
27307
|
const f = faker.helpers.arrayElement([
|
|
26913
27308
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order_upserted'](),
|
|
@@ -26918,6 +27313,10 @@ const factories = {
|
|
|
26918
27313
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_webhook_registration_deleted'](),
|
|
26919
27314
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statistics_upserted'](),
|
|
26920
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'](),
|
|
26921
27320
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_upserted'](),
|
|
26922
27321
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'](),
|
|
26923
27322
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'](),
|
|
@@ -26958,6 +27357,7 @@ const factories = {
|
|
|
26958
27357
|
]),
|
|
26959
27358
|
|
|
26960
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']),
|
|
26961
27361
|
|
|
26962
27362
|
'io.flow.shopify.markets.internal.v0.enums.shopify_markets_dangerous_goods': (): io.flow.shopify.markets.internal.v0.enums.ShopifyMarketsDangerousGoods => faker.helpers.arrayElement([
|
|
26963
27363
|
'aerosols',
|
|
@@ -27037,6 +27437,22 @@ const factories = {
|
|
|
27037
27437
|
identifier: factories.string(),
|
|
27038
27438
|
}),
|
|
27039
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
|
+
|
|
27040
27456
|
'io.flow.shopify.markets.internal.v0.models.flow_shop_validation_error': (): io.flow.shopify.markets.internal.v0.models.FlowShopValidationError => ({
|
|
27041
27457
|
message: factories.string(),
|
|
27042
27458
|
reason: factories.string(),
|
|
@@ -27080,6 +27496,11 @@ const factories = {
|
|
|
27080
27496
|
next_action_from: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'](),
|
|
27081
27497
|
}),
|
|
27082
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
|
+
|
|
27083
27504
|
'io.flow.shopify.markets.internal.v0.models.product_restriction_result_validation_error': (): io.flow.shopify.markets.internal.v0.models.ProductRestrictionResultValidationError => ({
|
|
27084
27505
|
message: factories.string(),
|
|
27085
27506
|
reason: factories.string(),
|
|
@@ -27167,6 +27588,7 @@ const factories = {
|
|
|
27167
27588
|
api_password_masked: factories.string(),
|
|
27168
27589
|
access_token_masked: factories.string(),
|
|
27169
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'](),
|
|
27170
27592
|
}),
|
|
27171
27593
|
|
|
27172
27594
|
'io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_form': (): io.flow.shopify.markets.internal.v0.models.ShopifyMarketsShopForm => ({
|
|
@@ -27234,6 +27656,22 @@ const factories = {
|
|
|
27234
27656
|
product_ids: arrayOf(() => factories.string()),
|
|
27235
27657
|
}),
|
|
27236
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
|
+
|
|
27237
27675
|
'io.flow.shopify.markets.internal.v0.models.shopify_product_wrapper': (): io.flow.shopify.markets.internal.v0.models.ShopifyProductWrapper => ({
|
|
27238
27676
|
shopify_product: factories['io.flow.shopify.external.v0.models.product'](),
|
|
27239
27677
|
deleted_at: factories.date_time_iso_8601(),
|
|
@@ -30590,6 +31028,7 @@ const factories = {
|
|
|
30590
31028
|
'saturday_stop',
|
|
30591
31029
|
'residential_extended_area_pickup',
|
|
30592
31030
|
'package_level_detail',
|
|
31031
|
+
'pickup',
|
|
30593
31032
|
]),
|
|
30594
31033
|
|
|
30595
31034
|
'io.flow.trueup.v0.models.dead_weight': (): io.flow.trueup.v0.models.DeadWeight => ({
|
|
@@ -30691,6 +31130,7 @@ export const makeAccountType = () => factories['io.flow.internal.v0.enums.accoun
|
|
|
30691
31130
|
export const makeAccountUpserted = () => factories['io.flow.internal.v0.models.account_upserted']();
|
|
30692
31131
|
export const makeAccountUpsertedV2 = () => factories['io.flow.internal.v0.models.account_upserted_v2']();
|
|
30693
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']();
|
|
30694
31134
|
export const makeActionQuantity = () => factories['io.flow.internal.v0.models.action_quantity']();
|
|
30695
31135
|
export const makeAdditionalImportTax = () => factories['io.flow.internal.v0.models.additional_import_tax']();
|
|
30696
31136
|
export const makeAdjustmentAmount = () => factories['io.flow.internal.v0.unions.adjustment_amount']();
|
|
@@ -30752,15 +31192,13 @@ export const makeAftershipWebhook = () => factories['io.flow.internal.v0.models.
|
|
|
30752
31192
|
export const makeAldoItem = () => factories['io.flow.internal.v0.models.aldo_item']();
|
|
30753
31193
|
export const makeAldoItemForm = () => factories['io.flow.internal.v0.models.aldo_item_form']();
|
|
30754
31194
|
export const makeAldoItemType = () => factories['io.flow.internal.v0.enums.aldo_item_type']();
|
|
30755
|
-
export const makeAlertErrorSummary = () => factories['io.flow.internal.v0.models.alert_error_summary']();
|
|
30756
|
-
export const makeAlertFailureSummary = () => factories['io.flow.internal.v0.models.alert_failure_summary']();
|
|
30757
|
-
export const makeAlertFailureSummaryDetail = () => factories['io.flow.internal.v0.models.alert_failure_summary_detail']();
|
|
30758
|
-
export const makeAlertImportSummary = () => factories['io.flow.internal.v0.models.alert_import_summary']();
|
|
30759
|
-
export const makeAlertRequeueSummary = () => factories['io.flow.internal.v0.models.alert_requeue_summary']();
|
|
30760
31195
|
export const makeAllItemsExport = () => factories['io.flow.internal.v0.models.all_items_export']();
|
|
30761
31196
|
export const makeAllOrganizationsMembership = () => factories['io.flow.internal.v0.models.all_organizations_membership']();
|
|
30762
31197
|
export const makeAllocationItemReference = () => factories['io.flow.internal.v0.models.allocation_item_reference']();
|
|
30763
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']();
|
|
30764
31202
|
export const makeAnshItem = () => factories['io.flow.internal.v0.models.ansh_item']();
|
|
30765
31203
|
export const makeAnshItemForm = () => factories['io.flow.internal.v0.models.ansh_item_form']();
|
|
30766
31204
|
export const makeAnshItemType = () => factories['io.flow.internal.v0.enums.ansh_item_type']();
|
|
@@ -30771,6 +31209,7 @@ export const makeApplicablePreferentialRate = () => factories['io.flow.internal.
|
|
|
30771
31209
|
export const makeApplyAtValueForm = () => factories['io.flow.internal.v0.models.apply_at_value_form']();
|
|
30772
31210
|
export const makeAttemptStatistics = () => factories['io.flow.internal.v0.models.attempt_statistics']();
|
|
30773
31211
|
export const makeAttributeLabel = () => factories['io.flow.internal.v0.models.attribute_label']();
|
|
31212
|
+
export const makeAttributeRule = () => factories['io.flow.internal.v0.models.attribute_rule']();
|
|
30774
31213
|
export const makeAuthenticationForm = () => factories['io.flow.internal.v0.models.authentication_form']();
|
|
30775
31214
|
export const makeAuthorizationBundle = () => factories['io.flow.internal.v0.models.authorization_bundle']();
|
|
30776
31215
|
export const makeAuthorizationBundleDeleted = () => factories['io.flow.internal.v0.models.authorization_bundle_deleted']();
|
|
@@ -30807,6 +31246,7 @@ export const makeBankPaymentStatusSentImportForm = () => factories['io.flow.inte
|
|
|
30807
31246
|
export const makeBankPaymentStatusSingleForm = () => factories['io.flow.internal.v0.models.bank_payment_status_single_form']();
|
|
30808
31247
|
export const makeBankPaymentUpserted = () => factories['io.flow.internal.v0.models.bank_payment_upserted']();
|
|
30809
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']();
|
|
30810
31250
|
export const makeBillingAllocationKey = () => factories['io.flow.internal.v0.enums.billing_allocation_key']();
|
|
30811
31251
|
export const makeBillingAuthorizationReference = () => factories['io.flow.internal.v0.models.billing_authorization_reference']();
|
|
30812
31252
|
export const makeBillingCsvTransactionDeleted = () => factories['io.flow.internal.v0.models.billing_csv_transaction_deleted']();
|
|
@@ -30880,11 +31320,15 @@ export const makeCarrierChargeType = () => factories['io.flow.internal.v0.enums.
|
|
|
30880
31320
|
export const makeCarrierChargeUnits = () => factories['io.flow.internal.v0.models.carrier_charge_units']();
|
|
30881
31321
|
export const makeCarrierChargeUpserted = () => factories['io.flow.internal.v0.models.carrier_charge_upserted']();
|
|
30882
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']();
|
|
30883
31326
|
export const makeCarrierFile = () => factories['io.flow.internal.v0.models.carrier_file']();
|
|
30884
31327
|
export const makeCarrierFileForm = () => factories['io.flow.internal.v0.models.carrier_file_form']();
|
|
30885
31328
|
export const makeCarrierFileResult = () => factories['io.flow.internal.v0.models.carrier_file_result']();
|
|
30886
31329
|
export const makeCarrierFileType = () => factories['io.flow.internal.v0.enums.carrier_file_type']();
|
|
30887
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']();
|
|
30888
31332
|
export const makeCarrierLabelGenerationMethod = () => factories['io.flow.internal.v0.enums.carrier_label_generation_method']();
|
|
30889
31333
|
export const makeCarrierTaxForm = () => factories['io.flow.internal.v0.models.carrier_tax_form']();
|
|
30890
31334
|
export const makeCarrierTaxUnits = () => factories['io.flow.internal.v0.models.carrier_tax_units']();
|
|
@@ -30954,6 +31398,10 @@ export const makeChannelOrderSummaryUpserted = () => factories['io.flow.internal
|
|
|
30954
31398
|
export const makeChannelOrganizationIdentifier = () => factories['io.flow.internal.v0.models.channel_organization_identifier']();
|
|
30955
31399
|
export const makeChannelOrganizationIdentifierDeleted = () => factories['io.flow.internal.v0.models.channel_organization_identifier_deleted']();
|
|
30956
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']();
|
|
30957
31405
|
export const makeChannelOrganizationShopify = () => factories['io.flow.internal.v0.models.channel_organization_shopify']();
|
|
30958
31406
|
export const makeChannelOrganizationShopifyForm = () => factories['io.flow.internal.v0.models.channel_organization_shopify_form']();
|
|
30959
31407
|
export const makeChannelOrganizationShopifyPostForm = () => factories['io.flow.internal.v0.models.channel_organization_shopify_post_form']();
|
|
@@ -30965,6 +31413,8 @@ export const makeChannelTransactionDeleted = () => factories['io.flow.internal.v
|
|
|
30965
31413
|
export const makeChannelTransactionRate = () => factories['io.flow.internal.v0.models.channel_transaction_rate']();
|
|
30966
31414
|
export const makeChannelTransactionType = () => factories['io.flow.internal.v0.enums.channel_transaction_type']();
|
|
30967
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']();
|
|
30968
31418
|
export const makeChargeEstimateSource = () => factories['io.flow.internal.v0.enums.charge_estimate_source']();
|
|
30969
31419
|
export const makeChargeInput = () => factories['io.flow.internal.v0.models.charge_input']();
|
|
30970
31420
|
export const makeChargeInputType = () => factories['io.flow.internal.v0.enums.charge_input_type']();
|
|
@@ -31109,6 +31559,7 @@ export const makeDeliveredDutyOptionsMessage = () => factories['io.flow.internal
|
|
|
31109
31559
|
export const makeDeliveredDutyPreference = () => factories['io.flow.internal.v0.models.delivered_duty_preference']();
|
|
31110
31560
|
export const makeDeliveredDutyPreferenceForm = () => factories['io.flow.internal.v0.models.delivered_duty_preference_form']();
|
|
31111
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']();
|
|
31112
31563
|
export const makeDestinationError = () => factories['io.flow.internal.v0.models.destination_error']();
|
|
31113
31564
|
export const makeDhl = () => factories['io.flow.internal.v0.models.dhl']();
|
|
31114
31565
|
export const makeDhlEcommerce = () => factories['io.flow.internal.v0.models.dhl_ecommerce']();
|
|
@@ -31174,6 +31625,8 @@ export const makeDutyTransaction = () => factories['io.flow.internal.v0.models.d
|
|
|
31174
31625
|
export const makeDutyTransactionDeleted = () => factories['io.flow.internal.v0.models.duty_transaction_deleted']();
|
|
31175
31626
|
export const makeDutyTransactionType = () => factories['io.flow.internal.v0.enums.duty_transaction_type']();
|
|
31176
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']();
|
|
31177
31630
|
export const makeEmailForm = () => factories['io.flow.internal.v0.models.email_form']();
|
|
31178
31631
|
export const makeEmailModificationForm = () => factories['io.flow.internal.v0.models.email_modification_form']();
|
|
31179
31632
|
export const makeEmptyAttribute = () => factories['io.flow.internal.v0.enums.empty_attribute']();
|
|
@@ -31196,6 +31649,7 @@ export const makeErpVendorStatus = () => factories['io.flow.internal.v0.models.e
|
|
|
31196
31649
|
export const makeErpVendorStatusEntity = () => factories['io.flow.internal.v0.models.erp_vendor_status_entity']();
|
|
31197
31650
|
export const makeErpVendorStatusFlowFile = () => factories['io.flow.internal.v0.models.erp_vendor_status_flow_file']();
|
|
31198
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']();
|
|
31199
31653
|
export const makeEvaluationResults = () => factories['io.flow.internal.v0.models.evaluation_results']();
|
|
31200
31654
|
export const makeEvent = () => factories['io.flow.internal.v0.unions.event']();
|
|
31201
31655
|
export const makeEventType = () => factories['io.flow.internal.v0.enums.event_type']();
|
|
@@ -31225,6 +31679,8 @@ export const makeExternalFulfillmentProof = () => factories['io.flow.internal.v0
|
|
|
31225
31679
|
export const makeExternalFulfillmentProofForm = () => factories['io.flow.internal.v0.models.external_fulfillment_proof_form']();
|
|
31226
31680
|
export const makeExternalFulfillmentProofTracking = () => factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking']();
|
|
31227
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']();
|
|
31228
31684
|
export const makeFacebookPixel = () => factories['io.flow.internal.v0.models.facebook_pixel']();
|
|
31229
31685
|
export const makeFailedDimensionEstimateOpsInputWithReason = () => factories['io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason']();
|
|
31230
31686
|
export const makeFeature = () => factories['io.flow.internal.v0.models.feature']();
|
|
@@ -31251,10 +31707,12 @@ export const makeFeatureValueForm = () => factories['io.flow.internal.v0.models.
|
|
|
31251
31707
|
export const makeFeatureValueResult = () => factories['io.flow.internal.v0.models.feature_value_result']();
|
|
31252
31708
|
export const makeFedex = () => factories['io.flow.internal.v0.models.fedex']();
|
|
31253
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']();
|
|
31254
31711
|
export const makeFedexCrossborder = () => factories['io.flow.internal.v0.models.fedex_crossborder']();
|
|
31255
31712
|
export const makeFee = () => factories['io.flow.internal.v0.models.fee']();
|
|
31256
31713
|
export const makeFees = () => factories['io.flow.internal.v0.models.fees']();
|
|
31257
31714
|
export const makeFeesSource = () => factories['io.flow.internal.v0.enums.fees_source']();
|
|
31715
|
+
export const makeFileType = () => factories['io.flow.internal.v0.enums.file_type']();
|
|
31258
31716
|
export const makeFinanceBankAccount = () => factories['io.flow.internal.v0.models.finance_bank_account']();
|
|
31259
31717
|
export const makeFinanceBankAccountOwner = () => factories['io.flow.internal.v0.models.finance_bank_account_owner']();
|
|
31260
31718
|
export const makeFinanceBankPayment = () => factories['io.flow.internal.v0.models.finance_bank_payment']();
|
|
@@ -31461,6 +31919,7 @@ export const makeJournalFailure = () => factories['io.flow.internal.v0.models.jo
|
|
|
31461
31919
|
export const makeJournalOperation = () => factories['io.flow.internal.v0.enums.journal_operation']();
|
|
31462
31920
|
export const makeKey = () => factories['io.flow.internal.v0.models.key']();
|
|
31463
31921
|
export const makeKeyReference = () => factories['io.flow.internal.v0.models.key_reference']();
|
|
31922
|
+
export const makeKeywordCancelling = () => factories['io.flow.internal.v0.models.keyword_cancelling']();
|
|
31464
31923
|
export const makeKeywordType = () => factories['io.flow.internal.v0.enums.keyword_type']();
|
|
31465
31924
|
export const makeKlarnaAuthorizationParameters = () => factories['io.flow.internal.v0.models.klarna_authorization_parameters']();
|
|
31466
31925
|
export const makeKlarnaPaymentMethodCategory = () => factories['io.flow.internal.v0.models.klarna_payment_method_category']();
|
|
@@ -31571,7 +32030,9 @@ export const makeMerchantOfRecordEntitySettings = () => factories['io.flow.inter
|
|
|
31571
32030
|
export const makeMerchantOfRecordEntitySettingsForm = () => factories['io.flow.internal.v0.models.merchant_of_record_entity_settings_form']();
|
|
31572
32031
|
export const makeMerchantOverride = () => factories['io.flow.internal.v0.models.merchant_override']();
|
|
31573
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']();
|
|
31574
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']();
|
|
31575
32036
|
export const makeMerchantSearchResult = () => factories['io.flow.internal.v0.models.merchant_search_result']();
|
|
31576
32037
|
export const makeMerchantSubsidies = () => factories['io.flow.internal.v0.models.merchant_subsidies']();
|
|
31577
32038
|
export const makeMerchantSummary = () => factories['io.flow.internal.v0.models.merchant_summary']();
|
|
@@ -31591,6 +32052,7 @@ export const makeNoCalculatedTaxAmount = () => factories['io.flow.internal.v0.mo
|
|
|
31591
32052
|
export const makeNoClassificationForm = () => factories['io.flow.internal.v0.models.no_classification_form']();
|
|
31592
32053
|
export const makeNoLiabilityReasonCode = () => factories['io.flow.internal.v0.enums.no_liability_reason_code']();
|
|
31593
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']();
|
|
31594
32056
|
export const makeNonL4LTaxDutyFxTransaction = () => factories['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction']();
|
|
31595
32057
|
export const makeNonL4LTaxDutyFxTransactionType = () => factories['io.flow.internal.v0.enums.non_l4l_tax_duty_fx_transaction_type']();
|
|
31596
32058
|
export const makeNotification = () => factories['io.flow.internal.v0.models.notification']();
|
|
@@ -31599,7 +32061,6 @@ export const makeOnboardingAuditMessageLevel = () => factories['io.flow.internal
|
|
|
31599
32061
|
export const makeOnboardingAuditReport = () => factories['io.flow.internal.v0.models.onboarding_audit_report']();
|
|
31600
32062
|
export const makeOnboardingAuditReportLine = () => factories['io.flow.internal.v0.models.onboarding_audit_report_line']();
|
|
31601
32063
|
export const makeOnboardingAuditResult = () => factories['io.flow.internal.v0.enums.onboarding_audit_result']();
|
|
31602
|
-
export const makeOnboardingAuditSnapshot = () => factories['io.flow.internal.v0.models.onboarding_audit_snapshot']();
|
|
31603
32064
|
export const makeOnboardingAuditThemeKey = () => factories['io.flow.internal.v0.enums.onboarding_audit_theme_key']();
|
|
31604
32065
|
export const makeOnboardingAuditThemeReport = () => factories['io.flow.internal.v0.models.onboarding_audit_theme_report']();
|
|
31605
32066
|
export const makeOnboardingAutomationProcessState = () => factories['io.flow.internal.v0.enums.onboarding_automation_process_state']();
|
|
@@ -31642,6 +32103,9 @@ export const makeOrderPaymentSourceType = () => factories['io.flow.internal.v0.e
|
|
|
31642
32103
|
export const makeOrderRatesDataV3 = () => factories['io.flow.internal.v0.models.order_rates_data_v3']();
|
|
31643
32104
|
export const makeOrderRatesPublishedV3 = () => factories['io.flow.internal.v0.models.order_rates_published_v3']();
|
|
31644
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']();
|
|
31645
32109
|
export const makeOrderRevenueRegionChart = () => factories['io.flow.internal.v0.models.order_revenue_region_chart']();
|
|
31646
32110
|
export const makeOrderRevenueRegionDataPoint = () => factories['io.flow.internal.v0.models.order_revenue_region_data_point']();
|
|
31647
32111
|
export const makeOrderRevenueTimelineChart = () => factories['io.flow.internal.v0.models.order_revenue_timeline_chart']();
|
|
@@ -31776,6 +32240,7 @@ export const makePaymentProcessorAccountUpserted = () => factories['io.flow.inte
|
|
|
31776
32240
|
export const makePaymentProcessorMerchantDeleted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_deleted']();
|
|
31777
32241
|
export const makePaymentProcessorMerchantUpserted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_upserted']();
|
|
31778
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']();
|
|
31779
32244
|
export const makePaymentShortUrl = () => factories['io.flow.internal.v0.models.payment_short_url']();
|
|
31780
32245
|
export const makePaymentShortUrlDiscriminator = () => factories['io.flow.internal.v0.enums.payment_short_url_discriminator']();
|
|
31781
32246
|
export const makePaymentSummary = () => factories['io.flow.internal.v0.models.payment_summary']();
|
|
@@ -31979,6 +32444,7 @@ export const makeReportingDebug = () => factories['io.flow.internal.v0.models.re
|
|
|
31979
32444
|
export const makeReportingDebugMissingSubsidies = () => factories['io.flow.internal.v0.models.reporting_debug_missing_subsidies']();
|
|
31980
32445
|
export const makeReportingDestination = () => factories['io.flow.internal.v0.models.reporting_destination']();
|
|
31981
32446
|
export const makeReportingDetails = () => factories['io.flow.internal.v0.models.reporting_details']();
|
|
32447
|
+
export const makeReportingFees = () => factories['io.flow.internal.v0.models.reporting_fees']();
|
|
31982
32448
|
export const makeReportingFulfillment = () => factories['io.flow.internal.v0.models.reporting_fulfillment']();
|
|
31983
32449
|
export const makeReportingFulfillmentHas = () => factories['io.flow.internal.v0.models.reporting_fulfillment_has']();
|
|
31984
32450
|
export const makeReportingFulfillmentIs = () => factories['io.flow.internal.v0.models.reporting_fulfillment_is']();
|
|
@@ -32006,6 +32472,14 @@ export const makeRequeueRequestForm = () => factories['io.flow.internal.v0.model
|
|
|
32006
32472
|
export const makeRescreenRestrictionsProducts = () => factories['io.flow.internal.v0.models.rescreen_restrictions_products']();
|
|
32007
32473
|
export const makeResponsibleParty = () => factories['io.flow.internal.v0.enums.responsible_party']();
|
|
32008
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']();
|
|
32009
32483
|
export const makeRestrictionBlanketOrganizationExemption = () => factories['io.flow.internal.v0.models.restriction_blanket_organization_exemption']();
|
|
32010
32484
|
export const makeRestrictionCategory = () => factories['io.flow.internal.v0.models.restriction_category']();
|
|
32011
32485
|
export const makeRestrictionDecision = () => factories['io.flow.internal.v0.enums.restriction_decision']();
|
|
@@ -32030,6 +32504,7 @@ export const makeRestrictionProductDecisionForm = () => factories['io.flow.inter
|
|
|
32030
32504
|
export const makeRestrictionProductRequestForm = () => factories['io.flow.internal.v0.models.restriction_product_request_form']();
|
|
32031
32505
|
export const makeRestrictionProductSummary = () => factories['io.flow.internal.v0.models.restriction_product_summary']();
|
|
32032
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']();
|
|
32033
32508
|
export const makeRestrictionRuleCommunityExemption = () => factories['io.flow.internal.v0.enums.restriction_rule_community_exemption']();
|
|
32034
32509
|
export const makeRestrictionRuleDecisionForm = () => factories['io.flow.internal.v0.models.restriction_rule_decision_form']();
|
|
32035
32510
|
export const makeRestrictionRuleDeleted = () => factories['io.flow.internal.v0.models.restriction_rule_deleted']();
|
|
@@ -32062,6 +32537,7 @@ export const makeReturnPolicyUpserted = () => factories['io.flow.internal.v0.mod
|
|
|
32062
32537
|
export const makeReturnSummary = () => factories['io.flow.internal.v0.models.return_summary']();
|
|
32063
32538
|
export const makeReturnTrigger = () => factories['io.flow.internal.v0.unions.return_trigger']();
|
|
32064
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']();
|
|
32065
32541
|
export const makeRevenueRecord = () => factories['io.flow.internal.v0.models.revenue_record']();
|
|
32066
32542
|
export const makeRevenueRecordDeleted = () => factories['io.flow.internal.v0.models.revenue_record_deleted']();
|
|
32067
32543
|
export const makeRevenueRecordType = () => factories['io.flow.internal.v0.enums.revenue_record_type']();
|
|
@@ -32094,6 +32570,9 @@ export const makeSearchItemSummary = () => factories['io.flow.internal.v0.models
|
|
|
32094
32570
|
export const makeSearchOrderSummary = () => factories['io.flow.internal.v0.models.search_order_summary']();
|
|
32095
32571
|
export const makeSearchProviderExport = () => factories['io.flow.internal.v0.models.search_provider_export']();
|
|
32096
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']();
|
|
32097
32576
|
export const makeSessionOrderData = () => factories['io.flow.internal.v0.models.session_order_data']();
|
|
32098
32577
|
export const makeSetupBlockPutForm = () => factories['io.flow.internal.v0.models.setup_block_put_form']();
|
|
32099
32578
|
export const makeSfExpress = () => factories['io.flow.internal.v0.models.sf_express']();
|
|
@@ -32167,7 +32646,6 @@ export const makeShopifyMonitoringMonitorReviewStatus = () => factories['io.flow
|
|
|
32167
32646
|
export const makeShopifyMonitoringOrderMonitor = () => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor']();
|
|
32168
32647
|
export const makeShopifyMonitoringOrderMonitorEventDeleted = () => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted']();
|
|
32169
32648
|
export const makeShopifyMonitoringOrderMonitorEventUpserted = () => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted']();
|
|
32170
|
-
export const makeShopifyMonitoringOrderMonitorReview = () => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_review']();
|
|
32171
32649
|
export const makeShopifyMonitoringOrderMonitorType = () => factories['io.flow.internal.v0.unions.shopify_monitoring_order_monitor_type']();
|
|
32172
32650
|
export const makeShopifyMonitoringTrackingField = () => factories['io.flow.internal.v0.enums.shopify_monitoring_tracking_field']();
|
|
32173
32651
|
export const makeShopifyMonitoringTrackingNumber = () => factories['io.flow.internal.v0.models.shopify_monitoring_tracking_number']();
|
|
@@ -32197,6 +32675,12 @@ export const makeShopifyProductCreateWebhookEvent = () => factories['io.flow.int
|
|
|
32197
32675
|
export const makeShopifyProductDeleteDeleted = () => factories['io.flow.internal.v0.models.shopify_product_delete_deleted']();
|
|
32198
32676
|
export const makeShopifyProductDeleteUpserted = () => factories['io.flow.internal.v0.models.shopify_product_delete_upserted']();
|
|
32199
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']();
|
|
32200
32684
|
export const makeShopifyProductUpdateDeleted = () => factories['io.flow.internal.v0.models.shopify_product_update_deleted']();
|
|
32201
32685
|
export const makeShopifyProductUpdateUpserted = () => factories['io.flow.internal.v0.models.shopify_product_update_upserted']();
|
|
32202
32686
|
export const makeShopifyProductUpdateWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_product_update_webhook_event']();
|
|
@@ -32207,6 +32691,8 @@ export const makeShopifyService = () => factories['io.flow.internal.v0.enums.sho
|
|
|
32207
32691
|
export const makeShopifyShopStatistics = () => factories['io.flow.internal.v0.models.shopify_shop_statistics']();
|
|
32208
32692
|
export const makeShopifyStoreDetail = () => factories['io.flow.internal.v0.models.shopify_store_detail']();
|
|
32209
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']();
|
|
32210
32696
|
export const makeShopperBreakdown = () => factories['io.flow.internal.v0.models.shopper_breakdown']();
|
|
32211
32697
|
export const makeShopperFees = () => factories['io.flow.internal.v0.models.shopper_fees']();
|
|
32212
32698
|
export const makeShopperFreight = () => factories['io.flow.internal.v0.models.shopper_freight']();
|
|
@@ -32277,7 +32763,6 @@ export const makeStripeRefundDeleted = () => factories['io.flow.internal.v0.mode
|
|
|
32277
32763
|
export const makeStripeRefundUpserted = () => factories['io.flow.internal.v0.models.stripe_refund_upserted']();
|
|
32278
32764
|
export const makeStripeReversalDeleted = () => factories['io.flow.internal.v0.models.stripe_reversal_deleted']();
|
|
32279
32765
|
export const makeStripeReversalUpserted = () => factories['io.flow.internal.v0.models.stripe_reversal_upserted']();
|
|
32280
|
-
export const makeSubcatalogItemCount = () => factories['io.flow.internal.v0.models.subcatalog_item_count']();
|
|
32281
32766
|
export const makeSubmittedOrderUpserted = () => factories['io.flow.internal.v0.models.submitted_order_upserted']();
|
|
32282
32767
|
export const makeSubscription = () => factories['io.flow.internal.v0.models.subscription']();
|
|
32283
32768
|
export const makeSubscriptionFrequency = () => factories['io.flow.internal.v0.enums.subscription_frequency']();
|
|
@@ -32290,7 +32775,6 @@ export const makeTariffEligibilityData = () => factories['io.flow.internal.v0.un
|
|
|
32290
32775
|
export const makeTariffEligibilityForm = () => factories['io.flow.internal.v0.unions.tariff_eligibility_form']();
|
|
32291
32776
|
export const makeTariffEligibilityType = () => factories['io.flow.internal.v0.enums.tariff_eligibility_type']();
|
|
32292
32777
|
export const makeTask = () => factories['io.flow.internal.v0.models.task']();
|
|
32293
|
-
export const makeTaskCount = () => factories['io.flow.internal.v0.models.task_count']();
|
|
32294
32778
|
export const makeTaskData = () => factories['io.flow.internal.v0.unions.task_data']();
|
|
32295
32779
|
export const makeTaskImport = () => factories['io.flow.internal.v0.models.task_import']();
|
|
32296
32780
|
export const makeTaskItemUpserted = () => factories['io.flow.internal.v0.models.task_item_upserted']();
|
|
@@ -32315,6 +32799,7 @@ export const makeTaxTransaction = () => factories['io.flow.internal.v0.models.ta
|
|
|
32315
32799
|
export const makeTaxTransactionDeleted = () => factories['io.flow.internal.v0.models.tax_transaction_deleted']();
|
|
32316
32800
|
export const makeTaxTransactionType = () => factories['io.flow.internal.v0.enums.tax_transaction_type']();
|
|
32317
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']();
|
|
32318
32803
|
export const makeTaxonomyCategory = () => factories['io.flow.internal.v0.models.taxonomy_category']();
|
|
32319
32804
|
export const makeTaxonomyCategoryClassificationAlignment = () => factories['io.flow.internal.v0.enums.taxonomy_category_classification_alignment']();
|
|
32320
32805
|
export const makeTaxonomyCategoryHs6Ref = () => factories['io.flow.internal.v0.models.taxonomy_category_hs6_ref']();
|