@flowio/api-factories 0.0.127 → 0.0.128

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.js CHANGED
@@ -558,6 +558,7 @@ var factories = {
558
558
  rejection_reason: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason'](),
559
559
  }); },
560
560
  'io.flow.channel.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting': function () { return ({
561
+ id: factories.string(),
561
562
  organization: factories['io.flow.common.v0.models.organization_reference'](),
562
563
  order_number: factories.string(),
563
564
  channel: factories['io.flow.common.v0.models.channel_reference'](),
package/dist/esm/api.js CHANGED
@@ -517,6 +517,7 @@ var factories = {
517
517
  rejection_reason: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason'](),
518
518
  }); },
519
519
  'io.flow.channel.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting': function () { return ({
520
+ id: factories.string(),
520
521
  organization: factories['io.flow.common.v0.models.organization_reference'](),
521
522
  order_number: factories.string(),
522
523
  channel: factories['io.flow.common.v0.models.channel_reference'](),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-factories",
3
- "version": "0.0.127",
3
+ "version": "0.0.128",
4
4
  "description": "Flow API mock data factories",
5
5
  "keywords": [
6
6
  "flow",
package/src/api.ts CHANGED
@@ -606,6 +606,7 @@ const factories = {
606
606
  }),
607
607
 
608
608
  'io.flow.channel.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting': (): io.flow.channel.internal.v0.models.ChannelOrderTaxAndDutyInclusivitySetting => ({
609
+ id: factories.string(),
609
610
  organization: factories['io.flow.common.v0.models.organization_reference'](),
610
611
  order_number: factories.string(),
611
612
  channel: factories['io.flow.common.v0.models.channel_reference'](),