@flowio/api-internal-factories 0.0.101 → 0.0.102
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
CHANGED
|
@@ -16772,6 +16772,7 @@ var factories = {
|
|
|
16772
16772
|
categories: arrayOf(function () { return factories.string(); }),
|
|
16773
16773
|
images: arrayOf(function () { return factories['io.flow.catalog.v0.models.image'](); }),
|
|
16774
16774
|
thumbnails: arrayOf(function () { return factories['io.flow.catalog.v0.models.image'](); }),
|
|
16775
|
+
hs_code: factories.string(),
|
|
16775
16776
|
url: factories.string(),
|
|
16776
16777
|
reviews: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_item_review'](); }),
|
|
16777
16778
|
created_at: factories.date_time_iso_8601(),
|
package/dist/esm/api-internal.js
CHANGED
|
@@ -16730,6 +16730,7 @@ var factories = {
|
|
|
16730
16730
|
categories: arrayOf(function () { return factories.string(); }),
|
|
16731
16731
|
images: arrayOf(function () { return factories['io.flow.catalog.v0.models.image'](); }),
|
|
16732
16732
|
thumbnails: arrayOf(function () { return factories['io.flow.catalog.v0.models.image'](); }),
|
|
16733
|
+
hs_code: factories.string(),
|
|
16733
16734
|
url: factories.string(),
|
|
16734
16735
|
reviews: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_item_review'](); }),
|
|
16735
16736
|
created_at: factories.date_time_iso_8601(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.102",
|
|
4
4
|
"description": "Flow API internal mock data factories",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"@faker-js/faker": "^6.2.0",
|
|
38
38
|
"@flowio/api-types": "*"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "ff49ab933b35b85abe4cb678cd3e1d799b67cdcf"
|
|
41
41
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -19649,6 +19649,7 @@ const factories = {
|
|
|
19649
19649
|
categories: arrayOf(() => factories.string()),
|
|
19650
19650
|
images: arrayOf(() => factories['io.flow.catalog.v0.models.image']()),
|
|
19651
19651
|
thumbnails: arrayOf(() => factories['io.flow.catalog.v0.models.image']()),
|
|
19652
|
+
hs_code: factories.string(),
|
|
19652
19653
|
url: factories.string(),
|
|
19653
19654
|
reviews: arrayOf(() => factories['io.flow.internal.v0.models.restriction_item_review']()),
|
|
19654
19655
|
created_at: factories.date_time_iso_8601(),
|