@new-project-media/client-frontends-shared-types 3.3.20 → 3.3.21
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@new-project-media/client-frontends-shared-types",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.21",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "tsc -p tsconfig.json",
|
|
6
6
|
"postbuild": "mkdir -p ../../dist/packages/client-frontends-shared-types/ && cp package.json ../../dist/packages/client-frontends-shared-types/",
|
|
@@ -183,4 +183,5 @@ export type PoiGroupApiResponse = z.infer<typeof PoiGroupApiResponseSchema>;
|
|
|
183
183
|
export type PoiGroupHits = z.infer<typeof PoiGroupHitsSchema>;
|
|
184
184
|
export type PoiGroupApplication = z.infer<typeof ApplicationSchema>;
|
|
185
185
|
export type PoiGroupAggs = z.infer<typeof AggSchema>;
|
|
186
|
+
export type PoiGroupRelated = z.infer<typeof RelatedPoiGroupSchema>;
|
|
186
187
|
export type PoiGroupApiRequestFilters = z.infer<typeof PoiApiRequestFiltersSchema>;
|