@flowio/api-factories 0.0.111 → 0.0.112

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
@@ -7841,6 +7841,7 @@ var factories = {
7841
7841
  product_id: factories.string(),
7842
7842
  ge_organization_name: factories.string(),
7843
7843
  ge_shipping_origin_country: factories.string(),
7844
+ product_url: factories.string(),
7844
7845
  }); },
7845
7846
  'io.flow.v0.models.ge_input_price': function () { return ({
7846
7847
  amount: factories.double(),
package/dist/esm/api.js CHANGED
@@ -7801,6 +7801,7 @@ var factories = {
7801
7801
  product_id: factories.string(),
7802
7802
  ge_organization_name: factories.string(),
7803
7803
  ge_shipping_origin_country: factories.string(),
7804
+ product_url: factories.string(),
7804
7805
  }); },
7805
7806
  'io.flow.v0.models.ge_input_price': function () { return ({
7806
7807
  amount: factories.double(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-factories",
3
- "version": "0.0.111",
3
+ "version": "0.0.112",
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": "2632f6e2c71eb30e4e61bee087ba63be6ae0f4bc"
39
+ "gitHead": "303d0c0519735bb00069173b130ffc2680e7f93b"
40
40
  }
package/src/api.ts CHANGED
@@ -8980,6 +8980,7 @@ const factories = {
8980
8980
  product_id: factories.string(),
8981
8981
  ge_organization_name: factories.string(),
8982
8982
  ge_shipping_origin_country: factories.string(),
8983
+ product_url: factories.string(),
8983
8984
  }),
8984
8985
 
8985
8986
  'io.flow.v0.models.ge_input_price': (): io.flow.v0.models.GeInputPrice => ({