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

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.7",
3
+ "version": "2.0.9",
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/",
@@ -161,4 +161,5 @@ export type ClientApiLocationRequestQueryParams = {
161
161
  };
162
162
  source?: string[];
163
163
  };
164
+ export type SchemaType = 'list' | 'details' | 'export';
164
165
  export {};