@openfin/fdc3-api 38.81.41 → 38.81.42
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/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -1642,7 +1642,6 @@ declare type BaseConfig = {
|
|
|
1642
1642
|
devToolsPort?: number;
|
|
1643
1643
|
installerUI?: boolean;
|
|
1644
1644
|
runtime?: RuntimeConfig;
|
|
1645
|
-
services?: ServiceConfig[];
|
|
1646
1645
|
appAssets?: [
|
|
1647
1646
|
{
|
|
1648
1647
|
src: string;
|
|
@@ -12407,11 +12406,6 @@ declare type SentMessage<Value> = Promise<Value> & {
|
|
|
12407
12406
|
messageId: ReturnType<Environment['getNextMessageId']>;
|
|
12408
12407
|
};
|
|
12409
12408
|
|
|
12410
|
-
declare type ServiceConfig = {
|
|
12411
|
-
name: string;
|
|
12412
|
-
manifestUrl: string;
|
|
12413
|
-
};
|
|
12414
|
-
|
|
12415
12409
|
/**
|
|
12416
12410
|
* @interface
|
|
12417
12411
|
*/
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -1642,7 +1642,6 @@ declare type BaseConfig = {
|
|
|
1642
1642
|
devToolsPort?: number;
|
|
1643
1643
|
installerUI?: boolean;
|
|
1644
1644
|
runtime?: RuntimeConfig;
|
|
1645
|
-
services?: ServiceConfig[];
|
|
1646
1645
|
appAssets?: [
|
|
1647
1646
|
{
|
|
1648
1647
|
src: string;
|
|
@@ -12407,11 +12406,6 @@ declare type SentMessage<Value> = Promise<Value> & {
|
|
|
12407
12406
|
messageId: ReturnType<Environment['getNextMessageId']>;
|
|
12408
12407
|
};
|
|
12409
12408
|
|
|
12410
|
-
declare type ServiceConfig = {
|
|
12411
|
-
name: string;
|
|
12412
|
-
manifestUrl: string;
|
|
12413
|
-
};
|
|
12414
|
-
|
|
12415
12409
|
/**
|
|
12416
12410
|
* @interface
|
|
12417
12411
|
*/
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -1642,7 +1642,6 @@ declare type BaseConfig = {
|
|
|
1642
1642
|
devToolsPort?: number;
|
|
1643
1643
|
installerUI?: boolean;
|
|
1644
1644
|
runtime?: RuntimeConfig;
|
|
1645
|
-
services?: ServiceConfig[];
|
|
1646
1645
|
appAssets?: [
|
|
1647
1646
|
{
|
|
1648
1647
|
src: string;
|
|
@@ -12407,11 +12406,6 @@ declare type SentMessage<Value> = Promise<Value> & {
|
|
|
12407
12406
|
messageId: ReturnType<Environment['getNextMessageId']>;
|
|
12408
12407
|
};
|
|
12409
12408
|
|
|
12410
|
-
declare type ServiceConfig = {
|
|
12411
|
-
name: string;
|
|
12412
|
-
manifestUrl: string;
|
|
12413
|
-
};
|
|
12414
|
-
|
|
12415
12409
|
/**
|
|
12416
12410
|
* @interface
|
|
12417
12411
|
*/
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -1674,7 +1674,6 @@ declare type BaseConfig = {
|
|
|
1674
1674
|
devToolsPort?: number;
|
|
1675
1675
|
installerUI?: boolean;
|
|
1676
1676
|
runtime?: RuntimeConfig;
|
|
1677
|
-
services?: ServiceConfig[];
|
|
1678
1677
|
appAssets?: [
|
|
1679
1678
|
{
|
|
1680
1679
|
src: string;
|
|
@@ -12800,11 +12799,6 @@ declare type SentMessage<Value> = Promise<Value> & {
|
|
|
12800
12799
|
messageId: ReturnType<Environment['getNextMessageId']>;
|
|
12801
12800
|
};
|
|
12802
12801
|
|
|
12803
|
-
declare type ServiceConfig = {
|
|
12804
|
-
name: string;
|
|
12805
|
-
manifestUrl: string;
|
|
12806
|
-
};
|
|
12807
|
-
|
|
12808
12802
|
/**
|
|
12809
12803
|
* @interface
|
|
12810
12804
|
*/
|