@flowio/types 11.24.92 → 11.24.93

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.
@@ -22381,6 +22381,7 @@ declare namespace io.flow.internal.v0.models {
22381
22381
  readonly categories: string[];
22382
22382
  readonly images: io.flow.catalog.v0.models.Image[];
22383
22383
  readonly thumbnails: io.flow.catalog.v0.models.Image[];
22384
+ readonly hs_code?: string;
22384
22385
  readonly url?: string;
22385
22386
  readonly reviews: io.flow.internal.v0.models.RestrictionItemReview[];
22386
22387
  readonly created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.92",
3
+ "version": "11.24.93",
4
4
  "description": "TypeScript type definitions for custom types found in Flow API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,5 +25,5 @@
25
25
  "maintainers": [
26
26
  "Christian Muñoz <christian.munoz@flow.io>"
27
27
  ],
28
- "gitHead": "92e35a5f134c649a116d30d3d3af55458f8afa4d"
28
+ "gitHead": "ff49ab933b35b85abe4cb678cd3e1d799b67cdcf"
29
29
  }
@@ -28883,6 +28883,7 @@ declare namespace io.flow.internal.v0.models {
28883
28883
  readonly categories: string[];
28884
28884
  readonly images: io.flow.catalog.v0.models.Image[];
28885
28885
  readonly thumbnails: io.flow.catalog.v0.models.Image[];
28886
+ readonly hs_code?: string;
28886
28887
  readonly url?: string;
28887
28888
  readonly reviews: io.flow.internal.v0.models.RestrictionItemReview[];
28888
28889
  readonly created_at: string;