@openfin/cloud-api 14.0.0-beta.6 → 14.0.0-beta.8

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/dist/index.d.cts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as OpenFin from '@openfin/core';
2
2
  import OpenFin__default, { OpenFin as OpenFin$1 } from '@openfin/core';
3
3
  import * as NotificationsTypes from '@openfin/workspace/notifications';
4
+ import { InteropColorChannel } from '@openfin/shared-utils/schemas/interop';
4
5
 
5
6
  /**
6
7
  * NotificationsClient is a client for accessing and interacting with the Notifications your application has created.
@@ -812,7 +813,6 @@ type AgentSearchFilter = {
812
813
  id: string;
813
814
  title: string;
814
815
  };
815
- type InteropColorChannel = 'blue' | 'indigo' | 'pink' | 'teal' | 'green' | 'orange' | 'red' | 'yellow' | 'gray' | 'none';
816
816
 
817
817
  /**
818
818
  * Retrieves the Agent's configuration data, as has been configured in the HERE Admin Console.
@@ -930,7 +930,7 @@ type index_Agent = Agent;
930
930
  type index_AgentFeatures = AgentFeatures;
931
931
  type index_AgentRegistrationConfig = AgentRegistrationConfig;
932
932
  type index_AgentSearchFilter = AgentSearchFilter;
933
- type index_InteropColorChannel = InteropColorChannel;
933
+ declare const index_InteropColorChannel: typeof InteropColorChannel;
934
934
  type index_OnSearchActionListener = OnSearchActionListener;
935
935
  type index_OnSearchRequestListener = OnSearchRequestListener;
936
936
  type index_SearchListenerRequest = SearchListenerRequest;
@@ -938,7 +938,7 @@ type index_SearchResult = SearchResult;
938
938
  declare const index_getConfiguration: typeof getConfiguration;
939
939
  declare const index_register: typeof register;
940
940
  declare namespace index {
941
- export { type index_Agent as Agent, type index_AgentFeatures as AgentFeatures, type index_AgentRegistrationConfig as AgentRegistrationConfig, type index_AgentSearchFilter as AgentSearchFilter, type index_InteropColorChannel as InteropColorChannel, type index_OnSearchActionListener as OnSearchActionListener, type index_OnSearchRequestListener as OnSearchRequestListener, type index_SearchListenerRequest as SearchListenerRequest, type index_SearchResult as SearchResult, index_getConfiguration as getConfiguration, index_register as register };
941
+ export { type index_Agent as Agent, type index_AgentFeatures as AgentFeatures, type index_AgentRegistrationConfig as AgentRegistrationConfig, type index_AgentSearchFilter as AgentSearchFilter, index_InteropColorChannel as InteropColorChannel, type index_OnSearchActionListener as OnSearchActionListener, type index_OnSearchRequestListener as OnSearchRequestListener, type index_SearchListenerRequest as SearchListenerRequest, type index_SearchResult as SearchResult, index_getConfiguration as getConfiguration, index_register as register };
942
942
  }
943
943
 
944
944
  declare global {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as OpenFin from '@openfin/core';
2
2
  import OpenFin__default, { OpenFin as OpenFin$1 } from '@openfin/core';
3
3
  import * as NotificationsTypes from '@openfin/workspace/notifications';
4
+ import { InteropColorChannel } from '@openfin/shared-utils/schemas/interop';
4
5
 
5
6
  /**
6
7
  * NotificationsClient is a client for accessing and interacting with the Notifications your application has created.
@@ -812,7 +813,6 @@ type AgentSearchFilter = {
812
813
  id: string;
813
814
  title: string;
814
815
  };
815
- type InteropColorChannel = 'blue' | 'indigo' | 'pink' | 'teal' | 'green' | 'orange' | 'red' | 'yellow' | 'gray' | 'none';
816
816
 
817
817
  /**
818
818
  * Retrieves the Agent's configuration data, as has been configured in the HERE Admin Console.
@@ -930,7 +930,7 @@ type index_Agent = Agent;
930
930
  type index_AgentFeatures = AgentFeatures;
931
931
  type index_AgentRegistrationConfig = AgentRegistrationConfig;
932
932
  type index_AgentSearchFilter = AgentSearchFilter;
933
- type index_InteropColorChannel = InteropColorChannel;
933
+ declare const index_InteropColorChannel: typeof InteropColorChannel;
934
934
  type index_OnSearchActionListener = OnSearchActionListener;
935
935
  type index_OnSearchRequestListener = OnSearchRequestListener;
936
936
  type index_SearchListenerRequest = SearchListenerRequest;
@@ -938,7 +938,7 @@ type index_SearchResult = SearchResult;
938
938
  declare const index_getConfiguration: typeof getConfiguration;
939
939
  declare const index_register: typeof register;
940
940
  declare namespace index {
941
- export { type index_Agent as Agent, type index_AgentFeatures as AgentFeatures, type index_AgentRegistrationConfig as AgentRegistrationConfig, type index_AgentSearchFilter as AgentSearchFilter, type index_InteropColorChannel as InteropColorChannel, type index_OnSearchActionListener as OnSearchActionListener, type index_OnSearchRequestListener as OnSearchRequestListener, type index_SearchListenerRequest as SearchListenerRequest, type index_SearchResult as SearchResult, index_getConfiguration as getConfiguration, index_register as register };
941
+ export { type index_Agent as Agent, type index_AgentFeatures as AgentFeatures, type index_AgentRegistrationConfig as AgentRegistrationConfig, type index_AgentSearchFilter as AgentSearchFilter, index_InteropColorChannel as InteropColorChannel, type index_OnSearchActionListener as OnSearchActionListener, type index_OnSearchRequestListener as OnSearchRequestListener, type index_SearchListenerRequest as SearchListenerRequest, type index_SearchResult as SearchResult, index_getConfiguration as getConfiguration, index_register as register };
942
942
  }
943
943
 
944
944
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/cloud-api",
3
- "version": "14.0.0-beta.6",
3
+ "version": "14.0.0-beta.8",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -40,6 +40,7 @@
40
40
  "typescript": "catalog:"
41
41
  },
42
42
  "dependencies": {
43
+ "@openfin/shared-utils": "workspace:*",
43
44
  "tslib": "^2.8.1"
44
45
  }
45
46
  }