@new-project-media/client-frontends-shared-types 2.0.9 → 2.0.11

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": "2.0.9",
3
+ "version": "2.0.11",
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/",
@@ -132,6 +132,7 @@ export type ClientApiListRequestQueryParams = {
132
132
  source?: string[];
133
133
  geoBounds?: GeoBounds;
134
134
  geoShape?: GeoShape;
135
+ milestoneMetric?: string;
135
136
  };
136
137
  export type ClientApiListRequest = {
137
138
  queryType: string;