@flowio/api-types 0.0.223 → 0.0.224

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.
@@ -9242,6 +9242,7 @@ declare namespace io.flow.internal.v0.models {
9242
9242
  readonly 'categories': string[];
9243
9243
  readonly 'images': io.flow.catalog.v0.models.Image[];
9244
9244
  readonly 'thumbnails': io.flow.catalog.v0.models.Image[];
9245
+ readonly 'hs_code'?: string;
9245
9246
  readonly 'url'?: string;
9246
9247
  readonly 'reviews': io.flow.internal.v0.models.RestrictionItemReview[];
9247
9248
  readonly 'created_at': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-types",
3
- "version": "0.0.223",
3
+ "version": "0.0.224",
4
4
  "description": "Global TypeScript typings for Flow Commerce API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,5 +14,5 @@
14
14
  "scripts": {
15
15
  "generate": "apibuilder update && node scripts/generate-index.js"
16
16
  },
17
- "gitHead": "92e35a5f134c649a116d30d3d3af55458f8afa4d"
17
+ "gitHead": "ff49ab933b35b85abe4cb678cd3e1d799b67cdcf"
18
18
  }