@flowio/api-factories 0.0.97 → 0.0.99

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/esm/api.js CHANGED
@@ -4342,6 +4342,12 @@ var factories = {
4342
4342
  transfer_data: factories['io.flow.stripe.v0.models.transfer_data'](),
4343
4343
  transfer_group: factories.string(),
4344
4344
  }); },
4345
+ 'io.flow.stripe.v0.models.payment_intents': function () { return ({
4346
+ object: factories.string(),
4347
+ data: arrayOf(function () { return factories['io.flow.stripe.v0.models.payment_intent'](); }),
4348
+ has_more: factories.boolean(),
4349
+ url: factories.string(),
4350
+ }); },
4345
4351
  'io.flow.stripe.v0.models.payment_method': function () { return ({
4346
4352
  id: factories.string(),
4347
4353
  object: factories.string(),
@@ -5112,8 +5118,6 @@ var factories = {
5112
5118
  'customer_deleted',
5113
5119
  'customer_address_book_contact_upserted',
5114
5120
  'customer_address_book_contact_deleted',
5115
- 'email_notification_upserted',
5116
- 'email_notification_deleted',
5117
5121
  'available_promotions_upserted',
5118
5122
  'available_promotions_deleted',
5119
5123
  'available_promotions_upserted_v2',
@@ -5352,7 +5356,6 @@ var factories = {
5352
5356
  'io.flow.v0.enums.lane_preselect_preference': function () { return faker.helpers.arrayElement(['lowest_cost', 'default_tier']); },
5353
5357
  'io.flow.v0.enums.lane_strategy': function () { return faker.helpers.arrayElement(['oldest', 'fastest', 'lowest_cost', 'highest_priority']); },
5354
5358
  'io.flow.v0.enums.levy_component': function () { return faker.helpers.arrayElement(['goods', 'duty', 'insurance', 'freight', 'vat']); },
5355
- 'io.flow.v0.enums.levy_inclusion': function () { return faker.helpers.arrayElement(['tax', 'duty']); },
5356
5359
  'io.flow.v0.enums.levy_strategy': function () { return faker.helpers.arrayElement(['minimum', 'average', 'maximum']); },
5357
5360
  'io.flow.v0.enums.location_error_code': function () { return faker.helpers.arrayElement(['address_required', 'ip_invalid', 'ip_required', 'timezone_unavailable']); },
5358
5361
  'io.flow.v0.enums.logistics_format_preference': function () { return faker.helpers.arrayElement(['shopify_console', 'existing_3pl_integration', 'byo_integration']); },
@@ -5753,6 +5756,20 @@ var factories = {
5753
5756
  'io.flow.v0.enums.shipment_integration_type': function () { return faker.helpers.arrayElement(['direct', 'information', 'preadvice']); },
5754
5757
  'io.flow.v0.enums.shipment_recipient': function () { return faker.helpers.arrayElement(['customer', 'return', 'crossdock']); },
5755
5758
  'io.flow.v0.enums.shipping_configuration_type': function () { return faker.helpers.arrayElement(['default', 'variant']); },
5759
+ 'io.flow.v0.enums.shipping_label_error_code': function () { return faker.helpers.arrayElement([
5760
+ 'generic_error',
5761
+ 'cancelled_order',
5762
+ 'carrier_outage',
5763
+ 'catalog_issue',
5764
+ 'invalid_destination',
5765
+ 'invalid_origin',
5766
+ 'invalid_shipping_parameters',
5767
+ 'merchant_error',
5768
+ 'order_not_found',
5769
+ 'order_processing',
5770
+ 'restricted_item',
5771
+ 'unsupported_lane',
5772
+ ]); },
5756
5773
  'io.flow.v0.enums.shopify_grant': function () { return faker.helpers.arrayElement(['customer', 'discount', 'gift_card', 'metafield', 'order']); },
5757
5774
  'io.flow.v0.enums.shopify_localization_method': function () { return faker.helpers.arrayElement(['api', 'ssr']); },
5758
5775
  'io.flow.v0.enums.shopify_sync_check': function () { return faker.helpers.arrayElement(['localized_variants', 'flow_variant_metafields']); },
@@ -5766,29 +5783,6 @@ var factories = {
5766
5783
  'io.flow.v0.enums.sync_stream_type': function () { return faker.helpers.arrayElement(['submitted_order', 'placed_order']); },
5767
5784
  'io.flow.v0.enums.sync_unit_of_time': function () { return faker.helpers.arrayElement(['day', 'hour', 'minute', 'second']); },
5768
5785
  'io.flow.v0.enums.tax_applicability': function () { return faker.helpers.arrayElement(['none', 'all']); },
5769
- 'io.flow.v0.enums.tax_duty_calculator_validation_error_code': function () { return faker.helpers.arrayElement([
5770
- 'generic_error',
5771
- 'destination_country_not_defined',
5772
- 'destination_address_iso3166_unrecognized',
5773
- 'line_item_shipfrom_shipto_country_invalid',
5774
- 'line_item_ship_from_invalid',
5775
- 'line_item_currency_iso4217_unrecognized',
5776
- 'line_quantity_invalid',
5777
- 'line_item_quantity_invalid',
5778
- 'line_item_unit_price_precision_invalid',
5779
- 'line_item_unit_price_negative',
5780
- 'line_item_discount_amount_precision_invalid',
5781
- 'line_item_discount_amount_positive',
5782
- 'line_item_country_of_origin_iso3166_unrecognized',
5783
- 'line_item_hs_code_invalid',
5784
- 'line_item_duty_provider_invalid',
5785
- 'shipping_unit_price_precision_invalid',
5786
- 'shipping_unit_price_negative',
5787
- 'shipping_discount_amount_precision_invalid',
5788
- 'shipping_discount_amount_invalid',
5789
- 'merchant_of_record_invalid',
5790
- 'wrong_unit_specified',
5791
- ]); },
5792
5786
  'io.flow.v0.enums.tax_report_type': function () { return faker.helpers.arrayElement(['consumer', 'b2b']); },
5793
5787
  'io.flow.v0.enums.tax_verification_result': function () { return faker.helpers.arrayElement(['valid', 'invalid', 'unable_to_validate']); },
5794
5788
  'io.flow.v0.enums.taxability_type': function () { return faker.helpers.arrayElement(['tax_rule']); },
@@ -5888,18 +5882,6 @@ var factories = {
5888
5882
  'io.flow.v0.enums.webhook_status': function () { return faker.helpers.arrayElement(['pending', 'success', 'failure', 'ignored']); },
5889
5883
  'io.flow.v0.enums.withholding_deduction_type': function () { return faker.helpers.arrayElement(['tax', 'duty', 'freight', 'insurance']); },
5890
5884
  'io.flow.v0.enums.zero_amount_indicator': function () { return faker.helpers.arrayElement(['zero', 'free']); },
5891
- 'io.flow.v0.enums.zero_levy_reason_code': function () { return faker.helpers.arrayElement([
5892
- 'zero_basis',
5893
- 'zero_rate_on_goods',
5894
- 'value_rounds_to_zero',
5895
- 'order_below_de_minimis_threshold',
5896
- 'amount_below_de_minimis_threshold',
5897
- 'delivered_unpaid',
5898
- 'duty_free_domestic',
5899
- 'duty_free_intra_community',
5900
- 'duty_free_reimport',
5901
- 'duty_free_by_trade_agreement',
5902
- ]); },
5903
5885
  'io.flow.v0.models.abandoned_order_email_settings': function () { return ({
5904
5886
  delay: factories['io.flow.v0.models.duration'](),
5905
5887
  frequency: factories['io.flow.v0.models.duration'](),
@@ -7613,16 +7595,6 @@ var factories = {
7613
7595
  email: factories.string(),
7614
7596
  phone: factories.string(),
7615
7597
  }); },
7616
- 'io.flow.v0.models.context': function () { return ({
7617
- id: factories.string(),
7618
- experiments: arrayOf(function () { return factories['io.flow.v0.models.session_context_experiment'](); }),
7619
- }); },
7620
- 'io.flow.v0.models.context_form': function () { return ({
7621
- experiments: arrayOf(function () { return factories['io.flow.v0.models.session_context_experiment'](); }),
7622
- }); },
7623
- 'io.flow.v0.models.context_reference': function () { return ({
7624
- id: factories.string(),
7625
- }); },
7626
7598
  'io.flow.v0.models.country': function () { return ({
7627
7599
  name: factories.string(),
7628
7600
  iso_3166_2: factories.string(),
@@ -8375,25 +8347,11 @@ var factories = {
8375
8347
  'return': factories['io.flow.v0.models.order_summary'](),
8376
8348
  payment: factories['io.flow.v0.models.email_payment_summary'](),
8377
8349
  }); },
8378
- 'io.flow.v0.models.email_notification_deleted': function () { return ({
8379
- discriminator: 'email_notification_deleted',
8380
- event_id: factories.string(),
8381
- timestamp: factories.date_time_iso_8601(),
8382
- organization: factories.string(),
8383
- notification: factories['io.flow.v0.models.email_notification'](),
8384
- }); },
8385
8350
  'io.flow.v0.models.email_notification_form': function () { return ({
8386
8351
  to: factories['io.flow.v0.models.email_recipient'](),
8387
8352
  created_at: factories.date_time_iso_8601(),
8388
8353
  data: factories['io.flow.v0.unions.email_notification_data'](),
8389
8354
  }); },
8390
- 'io.flow.v0.models.email_notification_upserted': function () { return ({
8391
- discriminator: 'email_notification_upserted',
8392
- event_id: factories.string(),
8393
- timestamp: factories.date_time_iso_8601(),
8394
- organization: factories.string(),
8395
- notification: factories['io.flow.v0.models.email_notification'](),
8396
- }); },
8397
8355
  'io.flow.v0.models.email_payment_summary': function () { return ({
8398
8356
  refund: factories['io.flow.v0.models.refund'](),
8399
8357
  }); },
@@ -8710,9 +8668,6 @@ var factories = {
8710
8668
  type: factories['io.flow.v0.enums.change_type'](),
8711
8669
  experience: factories['io.flow.v0.models.experience'](),
8712
8670
  }); },
8713
- 'io.flow.v0.models.experiment_variant': function () { return ({
8714
- key: factories.string(),
8715
- }); },
8716
8671
  'io.flow.v0.models.expiration': function () { return ({
8717
8672
  month: factories.integer(),
8718
8673
  year: factories.integer(),
@@ -9918,7 +9873,6 @@ var factories = {
9918
9873
  language: factories['io.flow.v0.models.language'](),
9919
9874
  locale: factories['io.flow.v0.models.locale'](),
9920
9875
  experience: factories['io.flow.v0.models.experience_geo'](),
9921
- experiment: factories['io.flow.v0.models.session_experiment'](),
9922
9876
  }); },
9923
9877
  'io.flow.v0.models.locale': function () { return ({
9924
9878
  id: factories.string(),
@@ -11076,8 +11030,6 @@ var factories = {
11076
11030
  geo: factories['io.flow.v0.models.session_geo'](),
11077
11031
  experience: factories['io.flow.v0.models.experience_geo'](),
11078
11032
  format: factories['io.flow.v0.models.session_format'](),
11079
- experiment: factories['io.flow.v0.models.session_experiment'](),
11080
- context: factories['io.flow.v0.models.context_reference'](),
11081
11033
  }); },
11082
11034
  'io.flow.v0.models.organization_session_authorization': function () { return ({
11083
11035
  discriminator: 'organization_session_authorization',
@@ -13058,29 +13010,10 @@ var factories = {
13058
13010
  'io.flow.v0.models.session_authorization_form': function () { return ({
13059
13011
  session: factories.string(),
13060
13012
  }); },
13061
- 'io.flow.v0.models.session_context_experiment': function () { return ({
13062
- key: factories.string(),
13063
- variant: factories['io.flow.v0.models.experiment_variant'](),
13064
- }); },
13065
13013
  'io.flow.v0.models.session_currency_format': function () { return ({
13066
13014
  symbol: factories['io.flow.v0.enums.currency_symbol_format'](),
13067
13015
  label_formatters: arrayOf(function () { return factories['io.flow.v0.enums.currency_label_formatter'](); }),
13068
13016
  }); },
13069
- 'io.flow.v0.models.session_experiment': function () { return ({
13070
- key: factories.string(),
13071
- variant: factories['io.flow.v0.models.session_experiment_variant'](),
13072
- }); },
13073
- 'io.flow.v0.models.session_experiment_form': function () { return ({
13074
- key: factories.string(),
13075
- variant: factories['io.flow.v0.models.session_experiment_variant_form'](),
13076
- }); },
13077
- 'io.flow.v0.models.session_experiment_variant': function () { return ({
13078
- key: factories.string(),
13079
- name: factories.string(),
13080
- }); },
13081
- 'io.flow.v0.models.session_experiment_variant_form': function () { return ({
13082
- key: factories.string(),
13083
- }); },
13084
13017
  'io.flow.v0.models.session_expiration_config': function () { return ({
13085
13018
  unit: factories['io.flow.v0.enums.unit_of_time'](),
13086
13019
  value: factories.long(),
@@ -13291,6 +13224,10 @@ var factories = {
13291
13224
  html: factories.string(),
13292
13225
  required: factories.boolean(),
13293
13226
  }); },
13227
+ 'io.flow.v0.models.shipping_label_error': function () { return ({
13228
+ code: factories['io.flow.v0.enums.shipping_label_error_code'](),
13229
+ messages: arrayOf(function () { return factories.string(); }),
13230
+ }); },
13294
13231
  'io.flow.v0.models.shipping_label_hop_cost_itemized_estimate': function () { return ({
13295
13232
  units: factories['io.flow.v0.models.label_units'](),
13296
13233
  base: factories['io.flow.v0.models.label_base'](),
@@ -13753,13 +13690,6 @@ var factories = {
13753
13690
  organization: factories.string(),
13754
13691
  statement: factories['io.flow.v0.models.statement'](),
13755
13692
  }); },
13756
- 'io.flow.v0.models.street_address': function () { return ({
13757
- streets: arrayOf(function () { return factories.string(); }),
13758
- city: factories.string(),
13759
- province: factories.string(),
13760
- postal: factories.string(),
13761
- country: factories.string(),
13762
- }); },
13763
13693
  'io.flow.v0.models.stripe_authentication_data': function () { return ({
13764
13694
  discriminator: 'stripe_authentication_data',
13765
13695
  secret_key_reference: factories.string(),
@@ -13953,82 +13883,6 @@ var factories = {
13953
13883
  components: arrayOf(function () { return factories['io.flow.v0.enums.levy_component'](); }),
13954
13884
  deminimis: factories['io.flow.v0.unions.deminimis'](),
13955
13885
  }); },
13956
- 'io.flow.v0.models.tax_duty_calculator_validation_error': function () { return ({
13957
- code: factories['io.flow.v0.enums.tax_duty_calculator_validation_error_code'](),
13958
- messages: arrayOf(function () { return factories.string(); }),
13959
- }); },
13960
- 'io.flow.v0.models.tax_duty_quote': function () { return ({
13961
- id: factories.string(),
13962
- primary_identifier: factories.string(),
13963
- attributes: objectOf(function () { return factories.string(); }),
13964
- merchant_of_record: factories['io.flow.v0.enums.merchant_of_record'](),
13965
- delivered_duty: factories['io.flow.v0.enums.delivered_duty'](),
13966
- destination: factories['io.flow.v0.models.street_address'](),
13967
- quote_date: factories.date_time_iso_8601(),
13968
- currency: factories.string(),
13969
- lines: arrayOf(function () { return factories['io.flow.v0.models.tax_duty_quote_line_item'](); }),
13970
- shipping: arrayOf(function () { return factories['io.flow.v0.models.tax_duty_quote_simple_shipping'](); }),
13971
- total_values: factories['io.flow.v0.models.tax_duty_quote_values'](),
13972
- }); },
13973
- 'io.flow.v0.models.tax_duty_quote_fee_value': function () { return ({
13974
- amount: factories.decimal(),
13975
- description: factories.string(),
13976
- amount_refundable_on_return: factories.decimal(),
13977
- }); },
13978
- 'io.flow.v0.models.tax_duty_quote_form': function () { return ({
13979
- primary_identifier: factories.string(),
13980
- attributes: objectOf(function () { return factories.string(); }),
13981
- delivered_duty: factories['io.flow.v0.enums.delivered_duty'](),
13982
- destination: factories['io.flow.v0.models.street_address'](),
13983
- currency: factories.string(),
13984
- lines: arrayOf(function () { return factories['io.flow.v0.models.tax_duty_quote_line_item_form'](); }),
13985
- shipping: arrayOf(function () { return factories['io.flow.v0.models.tax_duty_quote_simple_shipping_form'](); }),
13986
- includes: arrayOf(function () { return factories['io.flow.v0.enums.levy_inclusion'](); }),
13987
- }); },
13988
- 'io.flow.v0.models.tax_duty_quote_line_item': function () { return ({
13989
- primary_identifier: factories.string(),
13990
- attributes: objectOf(function () { return factories.string(); }),
13991
- ship_from: factories['io.flow.v0.models.street_address'](),
13992
- quantity: factories.long(),
13993
- unit_values: factories['io.flow.v0.models.tax_duty_quote_values'](),
13994
- country_of_origin: factories.string(),
13995
- hs_code: factories.string(),
13996
- }); },
13997
- 'io.flow.v0.models.tax_duty_quote_line_item_form': function () { return ({
13998
- primary_identifier: factories.string(),
13999
- attributes: objectOf(function () { return factories.string(); }),
14000
- ship_from: factories['io.flow.v0.models.street_address'](),
14001
- quantity: factories.long(),
14002
- unit_price: factories.decimal(),
14003
- unit_weight: factories['io.flow.v0.models.measurement'](),
14004
- country_of_origin: factories.string(),
14005
- hs_code: factories.string(),
14006
- includes: arrayOf(function () { return factories['io.flow.v0.enums.levy_inclusion'](); }),
14007
- }); },
14008
- 'io.flow.v0.models.tax_duty_quote_simple_levy_value': function () { return ({
14009
- discriminator: 'tax_duty_quote_simple_levy_value',
14010
- amount: factories.decimal(),
14011
- rate: factories.decimal(),
14012
- description: factories.string(),
14013
- zero_levy_reason: arrayOf(function () { return factories['io.flow.v0.enums.zero_levy_reason_code'](); }),
14014
- amount_refundable_on_return: factories.decimal(),
14015
- }); },
14016
- 'io.flow.v0.models.tax_duty_quote_simple_shipping': function () { return ({
14017
- values: factories['io.flow.v0.models.tax_duty_quote_values'](),
14018
- ship_from: factories['io.flow.v0.models.street_address'](),
14019
- }); },
14020
- 'io.flow.v0.models.tax_duty_quote_simple_shipping_form': function () { return ({
14021
- price: factories.decimal(),
14022
- includes: arrayOf(function () { return factories['io.flow.v0.enums.levy_inclusion'](); }),
14023
- ship_from: factories['io.flow.v0.models.street_address'](),
14024
- }); },
14025
- 'io.flow.v0.models.tax_duty_quote_values': function () { return ({
14026
- price: factories.decimal(),
14027
- duty: factories['io.flow.v0.models.tax_duty_quote_simple_levy_value'](),
14028
- tax: factories['io.flow.v0.models.tax_duty_quote_simple_levy_value'](),
14029
- fees: factories['io.flow.v0.models.tax_duty_quote_fee_value'](),
14030
- total: factories.decimal(),
14031
- }); },
14032
13886
  'io.flow.v0.models.tax_registration': function () { return ({
14033
13887
  id: factories.string(),
14034
13888
  key: factories.string(),
@@ -14235,6 +14089,7 @@ var factories = {
14235
14089
  timestamp: factories.date_time_iso_8601(),
14236
14090
  description: factories.string(),
14237
14091
  aggregator_status_code: factories.string(),
14092
+ created_at: factories.date_time_iso_8601(),
14238
14093
  }); },
14239
14094
  'io.flow.v0.models.tracking_event_form': function () { return ({
14240
14095
  tracking_label_id: factories.string(),
@@ -14994,8 +14849,6 @@ var factories = {
14994
14849
  function () { return factories['io.flow.v0.models.customer_deleted'](); },
14995
14850
  function () { return factories['io.flow.v0.models.customer_address_book_contact_upserted'](); },
14996
14851
  function () { return factories['io.flow.v0.models.customer_address_book_contact_deleted'](); },
14997
- function () { return factories['io.flow.v0.models.email_notification_upserted'](); },
14998
- function () { return factories['io.flow.v0.models.email_notification_deleted'](); },
14999
14852
  function () { return factories['io.flow.v0.models.available_promotions_upserted'](); },
15000
14853
  function () { return factories['io.flow.v0.models.available_promotions_deleted'](); },
15001
14854
  function () { return factories['io.flow.v0.models.available_promotions_upserted_v2'](); },
@@ -15671,10 +15524,6 @@ var factories = {
15671
15524
  var f = faker.helpers.arrayElement([function () { return factories['io.flow.v0.models.shopify_item_event_bucket'](); }]);
15672
15525
  return f();
15673
15526
  },
15674
- 'io.flow.v0.unions.tax_duty_quote_levy_value': function () {
15675
- var f = faker.helpers.arrayElement([function () { return factories['io.flow.v0.models.tax_duty_quote_simple_levy_value'](); }]);
15676
- return f();
15677
- },
15678
15527
  'io.flow.v0.unions.tax_setting': function () {
15679
15528
  var f = faker.helpers.arrayElement([
15680
15529
  function () { return factories['io.flow.v0.models.avalara_tax_setting'](); },
@@ -16061,9 +15910,6 @@ export var makeConsumerInvoiceReference = function () { return factories['io.flo
16061
15910
  export var makeConsumerInvoiceStatus = function () { return factories['io.flow.v0.enums.consumer_invoice_status'](); };
16062
15911
  export var makeConsumerInvoiceUpserted = function () { return factories['io.flow.v0.models.consumer_invoice_upserted'](); };
16063
15912
  export var makeContact = function () { return factories['io.flow.v0.models.contact'](); };
16064
- export var makeContext = function () { return factories['io.flow.v0.models.context'](); };
16065
- export var makeContextForm = function () { return factories['io.flow.v0.models.context_form'](); };
16066
- export var makeContextReference = function () { return factories['io.flow.v0.models.context_reference'](); };
16067
15913
  export var makeCostEstimateSource = function () { return factories['io.flow.v0.enums.cost_estimate_source'](); };
16068
15914
  export var makeCountry = function () { return factories['io.flow.v0.models.country'](); };
16069
15915
  export var makeCountryAvailability = function () { return factories['io.flow.v0.models.country_availability'](); };
@@ -16218,9 +16064,7 @@ export var makeEmailNotification = function () { return factories['io.flow.v0.mo
16218
16064
  export var makeEmailNotificationAbandonedOrder = function () { return factories['io.flow.v0.models.email_notification_abandoned_order'](); };
16219
16065
  export var makeEmailNotificationData = function () { return factories['io.flow.v0.unions.email_notification_data'](); };
16220
16066
  export var makeEmailNotificationDataRefund = function () { return factories['io.flow.v0.models.email_notification_data_refund'](); };
16221
- export var makeEmailNotificationDeleted = function () { return factories['io.flow.v0.models.email_notification_deleted'](); };
16222
16067
  export var makeEmailNotificationForm = function () { return factories['io.flow.v0.models.email_notification_form'](); };
16223
- export var makeEmailNotificationUpserted = function () { return factories['io.flow.v0.models.email_notification_upserted'](); };
16224
16068
  export var makeEmailPaymentSummary = function () { return factories['io.flow.v0.models.email_payment_summary'](); };
16225
16069
  export var makeEmailRecipient = function () { return factories['io.flow.v0.models.email_recipient'](); };
16226
16070
  export var makeEmailVerification = function () { return factories['io.flow.v0.models.email_verification'](); };
@@ -16297,7 +16141,6 @@ export var makeExperienceSummary = function () { return factories['io.flow.v0.mo
16297
16141
  export var makeExperienceUpserted = function () { return factories['io.flow.v0.models.experience_upserted'](); };
16298
16142
  export var makeExperienceUpsertedV2 = function () { return factories['io.flow.v0.models.experience_upserted_v2'](); };
16299
16143
  export var makeExperienceVersion = function () { return factories['io.flow.v0.models.experience_version'](); };
16300
- export var makeExperimentVariant = function () { return factories['io.flow.v0.models.experiment_variant'](); };
16301
16144
  export var makeExpiration = function () { return factories['io.flow.v0.models.expiration'](); };
16302
16145
  export var makeExport = function () { return factories['io.flow.v0.models.export'](); };
16303
16146
  export var makeExportDelivery = function () { return factories['io.flow.v0.unions.export_delivery'](); };
@@ -16525,7 +16368,6 @@ export var makeLaneSummary = function () { return factories['io.flow.v0.models.l
16525
16368
  export var makeLanguage = function () { return factories['io.flow.v0.models.language'](); };
16526
16369
  export var makeLargePackageServiceFee = function () { return factories['io.flow.v0.models.large_package_service_fee'](); };
16527
16370
  export var makeLevyComponent = function () { return factories['io.flow.v0.enums.levy_component'](); };
16528
- export var makeLevyInclusion = function () { return factories['io.flow.v0.enums.levy_inclusion'](); };
16529
16371
  export var makeLevyStrategy = function () { return factories['io.flow.v0.enums.levy_strategy'](); };
16530
16372
  export var makeLine = function () { return factories['io.flow.v0.models.line'](); };
16531
16373
  export var makeLineItem = function () { return factories['io.flow.v0.models.line_item'](); };
@@ -17165,12 +17007,7 @@ export var makeServiceUnknown = function () { return factories['io.flow.v0.model
17165
17007
  export var makeSession = function () { return factories['io.flow.v0.unions.session'](); };
17166
17008
  export var makeSessionAuthorization = function () { return factories['io.flow.v0.unions.session_authorization'](); };
17167
17009
  export var makeSessionAuthorizationForm = function () { return factories['io.flow.v0.models.session_authorization_form'](); };
17168
- export var makeSessionContextExperiment = function () { return factories['io.flow.v0.models.session_context_experiment'](); };
17169
17010
  export var makeSessionCurrencyFormat = function () { return factories['io.flow.v0.models.session_currency_format'](); };
17170
- export var makeSessionExperiment = function () { return factories['io.flow.v0.models.session_experiment'](); };
17171
- export var makeSessionExperimentForm = function () { return factories['io.flow.v0.models.session_experiment_form'](); };
17172
- export var makeSessionExperimentVariant = function () { return factories['io.flow.v0.models.session_experiment_variant'](); };
17173
- export var makeSessionExperimentVariantForm = function () { return factories['io.flow.v0.models.session_experiment_variant_form'](); };
17174
17011
  export var makeSessionExpirationConfig = function () { return factories['io.flow.v0.models.session_expiration_config'](); };
17175
17012
  export var makeSessionForm = function () { return factories['io.flow.v0.models.session_form'](); };
17176
17013
  export var makeSessionFormat = function () { return factories['io.flow.v0.models.session_format'](); };
@@ -17208,6 +17045,8 @@ export var makeShippingConfigurationUpserted = function () { return factories['i
17208
17045
  export var makeShippingConfigurationVersion = function () { return factories['io.flow.v0.models.shipping_configuration_version'](); };
17209
17046
  export var makeShippingLabel = function () { return factories['io.flow.v0.models.shipping_label'](); };
17210
17047
  export var makeShippingLabelDocument = function () { return factories['io.flow.v0.models.shipping_label_document'](); };
17048
+ export var makeShippingLabelError = function () { return factories['io.flow.v0.models.shipping_label_error'](); };
17049
+ export var makeShippingLabelErrorCode = function () { return factories['io.flow.v0.enums.shipping_label_error_code'](); };
17211
17050
  export var makeShippingLabelForm = function () { return factories['io.flow.v0.unions.shipping_label_form'](); };
17212
17051
  export var makeShippingLabelHopCostItemizedEstimate = function () { return factories['io.flow.v0.models.shipping_label_hop_cost_itemized_estimate'](); };
17213
17052
  export var makeShippingLabelHopSummary = function () { return factories['io.flow.v0.models.shipping_label_hop_summary'](); };
@@ -17284,7 +17123,6 @@ export var makeStatementDeleted = function () { return factories['io.flow.v0.mod
17284
17123
  export var makeStatementUpserted = function () { return factories['io.flow.v0.models.statement_upserted'](); };
17285
17124
  export var makeStoredMethodUsageStep = function () { return factories['io.flow.v0.enums.stored_method_usage_step'](); };
17286
17125
  export var makeStrategy = function () { return factories['io.flow.v0.enums.strategy'](); };
17287
- export var makeStreetAddress = function () { return factories['io.flow.v0.models.street_address'](); };
17288
17126
  export var makeStripeAuthenticationData = function () { return factories['io.flow.v0.models.stripe_authentication_data'](); };
17289
17127
  export var makeStripeAuthenticationDataForm = function () { return factories['io.flow.v0.models.stripe_authentication_data_form'](); };
17290
17128
  export var makeStripeAuthorizationResultActionDetails = function () { return factories['io.flow.v0.models.stripe_authorization_result_action_details'](); };
@@ -17325,18 +17163,6 @@ export var makeSyncStreamType = function () { return factories['io.flow.v0.enums
17325
17163
  export var makeSyncUnitOfTime = function () { return factories['io.flow.v0.enums.sync_unit_of_time'](); };
17326
17164
  export var makeTax = function () { return factories['io.flow.v0.models.tax'](); };
17327
17165
  export var makeTaxApplicability = function () { return factories['io.flow.v0.enums.tax_applicability'](); };
17328
- export var makeTaxDutyCalculatorValidationError = function () { return factories['io.flow.v0.models.tax_duty_calculator_validation_error'](); };
17329
- export var makeTaxDutyCalculatorValidationErrorCode = function () { return factories['io.flow.v0.enums.tax_duty_calculator_validation_error_code'](); };
17330
- export var makeTaxDutyQuote = function () { return factories['io.flow.v0.models.tax_duty_quote'](); };
17331
- export var makeTaxDutyQuoteFeeValue = function () { return factories['io.flow.v0.models.tax_duty_quote_fee_value'](); };
17332
- export var makeTaxDutyQuoteForm = function () { return factories['io.flow.v0.models.tax_duty_quote_form'](); };
17333
- export var makeTaxDutyQuoteLevyValue = function () { return factories['io.flow.v0.unions.tax_duty_quote_levy_value'](); };
17334
- export var makeTaxDutyQuoteLineItem = function () { return factories['io.flow.v0.models.tax_duty_quote_line_item'](); };
17335
- export var makeTaxDutyQuoteLineItemForm = function () { return factories['io.flow.v0.models.tax_duty_quote_line_item_form'](); };
17336
- export var makeTaxDutyQuoteSimpleLevyValue = function () { return factories['io.flow.v0.models.tax_duty_quote_simple_levy_value'](); };
17337
- export var makeTaxDutyQuoteSimpleShipping = function () { return factories['io.flow.v0.models.tax_duty_quote_simple_shipping'](); };
17338
- export var makeTaxDutyQuoteSimpleShippingForm = function () { return factories['io.flow.v0.models.tax_duty_quote_simple_shipping_form'](); };
17339
- export var makeTaxDutyQuoteValues = function () { return factories['io.flow.v0.models.tax_duty_quote_values'](); };
17340
17166
  export var makeTaxRegistration = function () { return factories['io.flow.v0.models.tax_registration'](); };
17341
17167
  export var makeTaxRegistrationForm = function () { return factories['io.flow.v0.models.tax_registration_form'](); };
17342
17168
  export var makeTaxReport = function () { return factories['io.flow.v0.models.tax_report'](); };
@@ -17483,5 +17309,4 @@ export var makeWebhookStatus = function () { return factories['io.flow.v0.enums.
17483
17309
  export var makeWithholdingDeduction = function () { return factories['io.flow.v0.models.withholding_deduction'](); };
17484
17310
  export var makeWithholdingDeductionType = function () { return factories['io.flow.v0.enums.withholding_deduction_type'](); };
17485
17311
  export var makeZeroAmountIndicator = function () { return factories['io.flow.v0.enums.zero_amount_indicator'](); };
17486
- export var makeZeroLevyReasonCode = function () { return factories['io.flow.v0.enums.zero_levy_reason_code'](); };
17487
17312
  export var makeZone = function () { return factories['io.flow.v0.models.zone'](); };
@@ -315,9 +315,6 @@ export declare const makeConsumerInvoiceReference: () => io.flow.v0.models.Consu
315
315
  export declare const makeConsumerInvoiceStatus: () => io.flow.v0.enums.ConsumerInvoiceStatus;
316
316
  export declare const makeConsumerInvoiceUpserted: () => io.flow.v0.models.ConsumerInvoiceUpserted;
317
317
  export declare const makeContact: () => io.flow.v0.models.Contact;
318
- export declare const makeContext: () => io.flow.v0.models.Context;
319
- export declare const makeContextForm: () => io.flow.v0.models.ContextForm;
320
- export declare const makeContextReference: () => io.flow.v0.models.ContextReference;
321
318
  export declare const makeCostEstimateSource: () => io.flow.v0.enums.CostEstimateSource;
322
319
  export declare const makeCountry: () => io.flow.v0.models.Country;
323
320
  export declare const makeCountryAvailability: () => io.flow.v0.models.CountryAvailability;
@@ -472,9 +469,7 @@ export declare const makeEmailNotification: () => io.flow.v0.models.EmailNotific
472
469
  export declare const makeEmailNotificationAbandonedOrder: () => io.flow.v0.models.EmailNotificationAbandonedOrder;
473
470
  export declare const makeEmailNotificationData: () => io.flow.v0.unions.EmailNotificationData;
474
471
  export declare const makeEmailNotificationDataRefund: () => io.flow.v0.models.EmailNotificationDataRefund;
475
- export declare const makeEmailNotificationDeleted: () => io.flow.v0.models.EmailNotificationDeleted;
476
472
  export declare const makeEmailNotificationForm: () => io.flow.v0.models.EmailNotificationForm;
477
- export declare const makeEmailNotificationUpserted: () => io.flow.v0.models.EmailNotificationUpserted;
478
473
  export declare const makeEmailPaymentSummary: () => io.flow.v0.models.EmailPaymentSummary;
479
474
  export declare const makeEmailRecipient: () => io.flow.v0.models.EmailRecipient;
480
475
  export declare const makeEmailVerification: () => io.flow.v0.models.EmailVerification;
@@ -551,7 +546,6 @@ export declare const makeExperienceSummary: () => io.flow.v0.models.ExperienceSu
551
546
  export declare const makeExperienceUpserted: () => io.flow.v0.models.ExperienceUpserted;
552
547
  export declare const makeExperienceUpsertedV2: () => io.flow.v0.models.ExperienceUpsertedV2;
553
548
  export declare const makeExperienceVersion: () => io.flow.v0.models.ExperienceVersion;
554
- export declare const makeExperimentVariant: () => io.flow.v0.models.ExperimentVariant;
555
549
  export declare const makeExpiration: () => io.flow.v0.models.Expiration;
556
550
  export declare const makeExport: () => io.flow.v0.models.Export;
557
551
  export declare const makeExportDelivery: () => io.flow.v0.models.ExportDeliveryEmail;
@@ -779,7 +773,6 @@ export declare const makeLaneSummary: () => io.flow.v0.models.LaneSummary;
779
773
  export declare const makeLanguage: () => io.flow.v0.models.Language;
780
774
  export declare const makeLargePackageServiceFee: () => io.flow.v0.models.LargePackageServiceFee;
781
775
  export declare const makeLevyComponent: () => io.flow.v0.enums.LevyComponent;
782
- export declare const makeLevyInclusion: () => io.flow.v0.enums.LevyInclusion;
783
776
  export declare const makeLevyStrategy: () => io.flow.v0.enums.LevyStrategy;
784
777
  export declare const makeLine: () => io.flow.v0.models.Line;
785
778
  export declare const makeLineItem: () => io.flow.v0.models.LineItem;
@@ -1419,12 +1412,7 @@ export declare const makeServiceUnknown: () => io.flow.v0.models.ServiceUnknown;
1419
1412
  export declare const makeSession: () => io.flow.v0.models.OrganizationSession;
1420
1413
  export declare const makeSessionAuthorization: () => io.flow.v0.models.OrganizationSessionAuthorization;
1421
1414
  export declare const makeSessionAuthorizationForm: () => io.flow.v0.models.SessionAuthorizationForm;
1422
- export declare const makeSessionContextExperiment: () => io.flow.v0.models.SessionContextExperiment;
1423
1415
  export declare const makeSessionCurrencyFormat: () => io.flow.v0.models.SessionCurrencyFormat;
1424
- export declare const makeSessionExperiment: () => io.flow.v0.models.SessionExperiment;
1425
- export declare const makeSessionExperimentForm: () => io.flow.v0.models.SessionExperimentForm;
1426
- export declare const makeSessionExperimentVariant: () => io.flow.v0.models.SessionExperimentVariant;
1427
- export declare const makeSessionExperimentVariantForm: () => io.flow.v0.models.SessionExperimentVariantForm;
1428
1416
  export declare const makeSessionExpirationConfig: () => io.flow.v0.models.SessionExpirationConfig;
1429
1417
  export declare const makeSessionForm: () => io.flow.v0.models.SessionForm;
1430
1418
  export declare const makeSessionFormat: () => io.flow.v0.models.SessionFormat;
@@ -1462,6 +1450,8 @@ export declare const makeShippingConfigurationUpserted: () => io.flow.v0.models.
1462
1450
  export declare const makeShippingConfigurationVersion: () => io.flow.v0.models.ShippingConfigurationVersion;
1463
1451
  export declare const makeShippingLabel: () => io.flow.v0.models.ShippingLabel;
1464
1452
  export declare const makeShippingLabelDocument: () => io.flow.v0.models.ShippingLabelDocument;
1453
+ export declare const makeShippingLabelError: () => io.flow.v0.models.ShippingLabelError;
1454
+ export declare const makeShippingLabelErrorCode: () => io.flow.v0.enums.ShippingLabelErrorCode;
1465
1455
  export declare const makeShippingLabelForm: () => io.flow.v0.unions.ShippingLabelForm;
1466
1456
  export declare const makeShippingLabelHopCostItemizedEstimate: () => io.flow.v0.models.ShippingLabelHopCostItemizedEstimate;
1467
1457
  export declare const makeShippingLabelHopSummary: () => io.flow.v0.models.ShippingLabelHopSummary;
@@ -1538,7 +1528,6 @@ export declare const makeStatementDeleted: () => io.flow.v0.models.StatementDele
1538
1528
  export declare const makeStatementUpserted: () => io.flow.v0.models.StatementUpserted;
1539
1529
  export declare const makeStoredMethodUsageStep: () => io.flow.v0.enums.StoredMethodUsageStep;
1540
1530
  export declare const makeStrategy: () => io.flow.v0.enums.Strategy;
1541
- export declare const makeStreetAddress: () => io.flow.v0.models.StreetAddress;
1542
1531
  export declare const makeStripeAuthenticationData: () => io.flow.v0.models.StripeAuthenticationData;
1543
1532
  export declare const makeStripeAuthenticationDataForm: () => io.flow.v0.models.StripeAuthenticationDataForm;
1544
1533
  export declare const makeStripeAuthorizationResultActionDetails: () => io.flow.v0.models.StripeAuthorizationResultActionDetails;
@@ -1579,18 +1568,6 @@ export declare const makeSyncStreamType: () => io.flow.v0.enums.SyncStreamType;
1579
1568
  export declare const makeSyncUnitOfTime: () => io.flow.v0.enums.SyncUnitOfTime;
1580
1569
  export declare const makeTax: () => io.flow.v0.models.Tax;
1581
1570
  export declare const makeTaxApplicability: () => io.flow.v0.enums.TaxApplicability;
1582
- export declare const makeTaxDutyCalculatorValidationError: () => io.flow.v0.models.TaxDutyCalculatorValidationError;
1583
- export declare const makeTaxDutyCalculatorValidationErrorCode: () => io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
1584
- export declare const makeTaxDutyQuote: () => io.flow.v0.models.TaxDutyQuote;
1585
- export declare const makeTaxDutyQuoteFeeValue: () => io.flow.v0.models.TaxDutyQuoteFeeValue;
1586
- export declare const makeTaxDutyQuoteForm: () => io.flow.v0.models.TaxDutyQuoteForm;
1587
- export declare const makeTaxDutyQuoteLevyValue: () => io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
1588
- export declare const makeTaxDutyQuoteLineItem: () => io.flow.v0.models.TaxDutyQuoteLineItem;
1589
- export declare const makeTaxDutyQuoteLineItemForm: () => io.flow.v0.models.TaxDutyQuoteLineItemForm;
1590
- export declare const makeTaxDutyQuoteSimpleLevyValue: () => io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
1591
- export declare const makeTaxDutyQuoteSimpleShipping: () => io.flow.v0.models.TaxDutyQuoteSimpleShipping;
1592
- export declare const makeTaxDutyQuoteSimpleShippingForm: () => io.flow.v0.models.TaxDutyQuoteSimpleShippingForm;
1593
- export declare const makeTaxDutyQuoteValues: () => io.flow.v0.models.TaxDutyQuoteValues;
1594
1571
  export declare const makeTaxRegistration: () => io.flow.v0.models.TaxRegistration;
1595
1572
  export declare const makeTaxRegistrationForm: () => io.flow.v0.models.TaxRegistrationForm;
1596
1573
  export declare const makeTaxReport: () => io.flow.v0.models.TaxReport;
@@ -1737,5 +1714,4 @@ export declare const makeWebhookStatus: () => io.flow.v0.enums.WebhookStatus;
1737
1714
  export declare const makeWithholdingDeduction: () => io.flow.v0.models.WithholdingDeduction;
1738
1715
  export declare const makeWithholdingDeductionType: () => io.flow.v0.enums.WithholdingDeductionType;
1739
1716
  export declare const makeZeroAmountIndicator: () => io.flow.v0.enums.ZeroAmountIndicator;
1740
- export declare const makeZeroLevyReasonCode: () => io.flow.v0.enums.ZeroLevyReasonCode;
1741
1717
  export declare const makeZone: () => io.flow.v0.models.Zone;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-factories",
3
- "version": "0.0.97",
3
+ "version": "0.0.99",
4
4
  "description": "Flow API mock data factories",
5
5
  "keywords": [
6
6
  "flow",
@@ -36,5 +36,5 @@
36
36
  "@faker-js/faker": "^6.2.0",
37
37
  "@flowio/api-types": "*"
38
38
  },
39
- "gitHead": "ae8c62050d9783d8da6c3d07da43b35187197742"
39
+ "gitHead": "5a525b0a21aca779c3ca5bb3f4a759c144095fd5"
40
40
  }