@new-project-media/client-frontends-shared-types 3.17.0 → 3.17.1

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.17.0",
3
+ "version": "3.17.1",
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/",
@@ -96,11 +96,7 @@ export type IntelItem = {
96
96
  audiences: IdentifierItem[];
97
97
  [key: string]: unknown;
98
98
  };
99
- export interface LookupForQueueParams {
100
- id: string;
101
- target: string;
102
- }
103
- export interface LookupForQueueResponse {
99
+ export interface IntelChartsResponse {
104
100
  data: MWData | QueueData | SectorData | GeographyData | DeveloperData | UtilityData;
105
101
  meta?: Record<string, unknown>;
106
102
  }