@new-project-media/client-frontends-shared-types 3.3.3 → 3.3.4
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.4",
|
|
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/",
|
|
@@ -180,4 +180,5 @@ export declare const PoiGroupApiResponseSchema: z.ZodObject<{
|
|
|
180
180
|
}, z.core.$strip>;
|
|
181
181
|
export type PoiGroupApiResponse = z.infer<typeof PoiGroupApiResponseSchema>;
|
|
182
182
|
export type PoiGroupHits = z.infer<typeof PoiGroupHitsSchema>;
|
|
183
|
+
export type PoiGroupApplication = z.infer<typeof ApplicationSchema>;
|
|
183
184
|
export type PoiGroupAggs = z.infer<typeof AggSchema>;
|