@flowio/api-internal-prop-types 9.24.91 → 9.24.92
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/lib/api-internal.d.ts +1 -0
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +1 -0
- package/src/api-internal.js +1 -0
package/lib/api-internal.d.ts
CHANGED
|
@@ -25703,6 +25703,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25703
25703
|
readonly 'categories': string[];
|
|
25704
25704
|
readonly 'images': io.flow.catalog.v0.models.Image[];
|
|
25705
25705
|
readonly 'thumbnails': io.flow.catalog.v0.models.Image[];
|
|
25706
|
+
readonly 'hs_code'?: string;
|
|
25706
25707
|
readonly 'url'?: string;
|
|
25707
25708
|
readonly 'reviews': io.flow.internal.v0.models.RestrictionItemReview[];
|
|
25708
25709
|
readonly 'created_at': string;
|