@openfin/fdc3-api 44.100.2 → 44.100.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.
@@ -9155,6 +9155,9 @@ declare type Manifest = {
9155
9155
  forceLatest?: boolean;
9156
9156
  futureVersion?: string;
9157
9157
  version: string;
9158
+ policies?: {
9159
+ CloudAPAuthEnabled?: 'enabled' | 'disabled';
9160
+ };
9158
9161
  };
9159
9162
  services?: string[];
9160
9163
  shortcut?: {
@@ -9155,6 +9155,9 @@ declare type Manifest = {
9155
9155
  forceLatest?: boolean;
9156
9156
  futureVersion?: string;
9157
9157
  version: string;
9158
+ policies?: {
9159
+ CloudAPAuthEnabled?: 'enabled' | 'disabled';
9160
+ };
9158
9161
  };
9159
9162
  services?: string[];
9160
9163
  shortcut?: {
@@ -9155,6 +9155,9 @@ declare type Manifest = {
9155
9155
  forceLatest?: boolean;
9156
9156
  futureVersion?: string;
9157
9157
  version: string;
9158
+ policies?: {
9159
+ CloudAPAuthEnabled?: 'enabled' | 'disabled';
9160
+ };
9158
9161
  };
9159
9162
  services?: string[];
9160
9163
  shortcut?: {
package/out/fdc3-api.d.ts CHANGED
@@ -9464,6 +9464,9 @@ declare type Manifest = {
9464
9464
  forceLatest?: boolean;
9465
9465
  futureVersion?: string;
9466
9466
  version: string;
9467
+ policies?: {
9468
+ CloudAPAuthEnabled?: 'enabled' | 'disabled';
9469
+ };
9467
9470
  };
9468
9471
  services?: string[];
9469
9472
  shortcut?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "44.100.2",
3
+ "version": "44.100.4",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,