@openfin/core 34.78.21 → 34.78.22
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/mock-alpha.d.ts +6 -3
- package/out/mock-beta.d.ts +6 -3
- package/out/mock-public.d.ts +6 -3
- package/out/mock.d.ts +6 -3
- package/out/mock.js +5 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -1700,7 +1700,9 @@ declare type BaseConfig = {
|
|
|
1700
1700
|
};
|
|
1701
1701
|
|
|
1702
1702
|
/**
|
|
1703
|
-
* A base event.
|
|
1703
|
+
* A base OpenFin event. All OpenFin event payloads extend this type.
|
|
1704
|
+
*
|
|
1705
|
+
* @interface
|
|
1704
1706
|
*/
|
|
1705
1707
|
declare type BaseEvent = {
|
|
1706
1708
|
topic: string;
|
|
@@ -6077,7 +6079,8 @@ declare type Identity_5 = {
|
|
|
6077
6079
|
declare type IdentityCall<AdditionalPayload = {}, Response = void> = ApiCall<AdditionalPayload & OpenFin_2.Identity, Response>;
|
|
6078
6080
|
|
|
6079
6081
|
/**
|
|
6080
|
-
* An
|
|
6082
|
+
* An event that contains the `uuid` property of an {@link OpenFin.Identity}.
|
|
6083
|
+
*
|
|
6081
6084
|
* @interface
|
|
6082
6085
|
*/
|
|
6083
6086
|
declare type IdentityEvent = BaseEvent & {
|
|
@@ -9252,7 +9255,7 @@ declare type MutableWindowOptions = {
|
|
|
9252
9255
|
declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
|
|
9253
9256
|
|
|
9254
9257
|
/**
|
|
9255
|
-
*
|
|
9258
|
+
* An event that contains an entire {@link OpenFin.Identity}.
|
|
9256
9259
|
* @interface
|
|
9257
9260
|
*/
|
|
9258
9261
|
declare type NamedEvent = IdentityEvent & {
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -1700,7 +1700,9 @@ declare type BaseConfig = {
|
|
|
1700
1700
|
};
|
|
1701
1701
|
|
|
1702
1702
|
/**
|
|
1703
|
-
* A base event.
|
|
1703
|
+
* A base OpenFin event. All OpenFin event payloads extend this type.
|
|
1704
|
+
*
|
|
1705
|
+
* @interface
|
|
1704
1706
|
*/
|
|
1705
1707
|
declare type BaseEvent = {
|
|
1706
1708
|
topic: string;
|
|
@@ -6077,7 +6079,8 @@ declare type Identity_5 = {
|
|
|
6077
6079
|
declare type IdentityCall<AdditionalPayload = {}, Response = void> = ApiCall<AdditionalPayload & OpenFin_2.Identity, Response>;
|
|
6078
6080
|
|
|
6079
6081
|
/**
|
|
6080
|
-
* An
|
|
6082
|
+
* An event that contains the `uuid` property of an {@link OpenFin.Identity}.
|
|
6083
|
+
*
|
|
6081
6084
|
* @interface
|
|
6082
6085
|
*/
|
|
6083
6086
|
declare type IdentityEvent = BaseEvent & {
|
|
@@ -9252,7 +9255,7 @@ declare type MutableWindowOptions = {
|
|
|
9252
9255
|
declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
|
|
9253
9256
|
|
|
9254
9257
|
/**
|
|
9255
|
-
*
|
|
9258
|
+
* An event that contains an entire {@link OpenFin.Identity}.
|
|
9256
9259
|
* @interface
|
|
9257
9260
|
*/
|
|
9258
9261
|
declare type NamedEvent = IdentityEvent & {
|
package/out/mock-public.d.ts
CHANGED
|
@@ -1700,7 +1700,9 @@ declare type BaseConfig = {
|
|
|
1700
1700
|
};
|
|
1701
1701
|
|
|
1702
1702
|
/**
|
|
1703
|
-
* A base event.
|
|
1703
|
+
* A base OpenFin event. All OpenFin event payloads extend this type.
|
|
1704
|
+
*
|
|
1705
|
+
* @interface
|
|
1704
1706
|
*/
|
|
1705
1707
|
declare type BaseEvent = {
|
|
1706
1708
|
topic: string;
|
|
@@ -6077,7 +6079,8 @@ declare type Identity_5 = {
|
|
|
6077
6079
|
declare type IdentityCall<AdditionalPayload = {}, Response = void> = ApiCall<AdditionalPayload & OpenFin_2.Identity, Response>;
|
|
6078
6080
|
|
|
6079
6081
|
/**
|
|
6080
|
-
* An
|
|
6082
|
+
* An event that contains the `uuid` property of an {@link OpenFin.Identity}.
|
|
6083
|
+
*
|
|
6081
6084
|
* @interface
|
|
6082
6085
|
*/
|
|
6083
6086
|
declare type IdentityEvent = BaseEvent & {
|
|
@@ -9252,7 +9255,7 @@ declare type MutableWindowOptions = {
|
|
|
9252
9255
|
declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
|
|
9253
9256
|
|
|
9254
9257
|
/**
|
|
9255
|
-
*
|
|
9258
|
+
* An event that contains an entire {@link OpenFin.Identity}.
|
|
9256
9259
|
* @interface
|
|
9257
9260
|
*/
|
|
9258
9261
|
declare type NamedEvent = IdentityEvent & {
|
package/out/mock.d.ts
CHANGED
|
@@ -1720,7 +1720,9 @@ declare type BaseConfig = {
|
|
|
1720
1720
|
};
|
|
1721
1721
|
|
|
1722
1722
|
/**
|
|
1723
|
-
* A base event.
|
|
1723
|
+
* A base OpenFin event. All OpenFin event payloads extend this type.
|
|
1724
|
+
*
|
|
1725
|
+
* @interface
|
|
1724
1726
|
*/
|
|
1725
1727
|
declare type BaseEvent = {
|
|
1726
1728
|
topic: string;
|
|
@@ -6201,7 +6203,8 @@ declare type Identity_5 = {
|
|
|
6201
6203
|
declare type IdentityCall<AdditionalPayload = {}, Response = void> = ApiCall<AdditionalPayload & OpenFin_2.Identity, Response>;
|
|
6202
6204
|
|
|
6203
6205
|
/**
|
|
6204
|
-
* An
|
|
6206
|
+
* An event that contains the `uuid` property of an {@link OpenFin.Identity}.
|
|
6207
|
+
*
|
|
6205
6208
|
* @interface
|
|
6206
6209
|
*/
|
|
6207
6210
|
declare type IdentityEvent = BaseEvent & {
|
|
@@ -9686,7 +9689,7 @@ declare type MutableWindowOptions = {
|
|
|
9686
9689
|
declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
|
|
9687
9690
|
|
|
9688
9691
|
/**
|
|
9689
|
-
*
|
|
9692
|
+
* An event that contains an entire {@link OpenFin.Identity}.
|
|
9690
9693
|
* @interface
|
|
9691
9694
|
*/
|
|
9692
9695
|
declare type NamedEvent = IdentityEvent & {
|
package/out/mock.js
CHANGED
|
@@ -37,6 +37,11 @@ Object.defineProperty(application$1, "__esModule", { value: true });
|
|
|
37
37
|
|
|
38
38
|
var base$1 = {};
|
|
39
39
|
|
|
40
|
+
/**
|
|
41
|
+
* Namespace for shared event payloads and utility types common to all event emitters.
|
|
42
|
+
*
|
|
43
|
+
* @packageDocumentation
|
|
44
|
+
*/
|
|
40
45
|
Object.defineProperty(base$1, "__esModule", { value: true });
|
|
41
46
|
|
|
42
47
|
var externalApplication$1 = {};
|