@openfin/core 40.105.3 → 40.105.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.
- package/out/mock-alpha.d.ts +5 -1
- package/out/mock-beta.d.ts +5 -1
- package/out/mock-public.d.ts +5 -1
- package/out/stub.d.ts +6 -2
- package/out/stub.js +3799 -3830
- package/package.json +1 -5
package/out/mock-alpha.d.ts
CHANGED
|
@@ -5372,6 +5372,10 @@ declare namespace FDC3 {
|
|
|
5372
5372
|
}
|
|
5373
5373
|
}
|
|
5374
5374
|
|
|
5375
|
+
declare type FDC3Factory = typeof fdc3Factory;
|
|
5376
|
+
|
|
5377
|
+
declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin_2.InteropClient, wire: Transport<'unknown'>) => OpenFin_2.FDC3.v2_0.DesktopAgent | OpenFin_2.FDC3.v1_2.DesktopAgent;
|
|
5378
|
+
|
|
5375
5379
|
/**
|
|
5376
5380
|
* @interface
|
|
5377
5381
|
*/
|
|
@@ -7024,7 +7028,7 @@ declare class InteropBroker extends Base {
|
|
|
7024
7028
|
};
|
|
7025
7029
|
private getClientState;
|
|
7026
7030
|
private static toObject;
|
|
7027
|
-
static checkContextIntegrity(context: OpenFin_2.Context)
|
|
7031
|
+
static checkContextIntegrity: (context: OpenFin_2.Context) => {
|
|
7028
7032
|
isValid: true;
|
|
7029
7033
|
} | {
|
|
7030
7034
|
isValid: false;
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -5372,6 +5372,10 @@ declare namespace FDC3 {
|
|
|
5372
5372
|
}
|
|
5373
5373
|
}
|
|
5374
5374
|
|
|
5375
|
+
declare type FDC3Factory = typeof fdc3Factory;
|
|
5376
|
+
|
|
5377
|
+
declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin_2.InteropClient, wire: Transport<'unknown'>) => OpenFin_2.FDC3.v2_0.DesktopAgent | OpenFin_2.FDC3.v1_2.DesktopAgent;
|
|
5378
|
+
|
|
5375
5379
|
/**
|
|
5376
5380
|
* @interface
|
|
5377
5381
|
*/
|
|
@@ -7024,7 +7028,7 @@ declare class InteropBroker extends Base {
|
|
|
7024
7028
|
};
|
|
7025
7029
|
private getClientState;
|
|
7026
7030
|
private static toObject;
|
|
7027
|
-
static checkContextIntegrity(context: OpenFin_2.Context)
|
|
7031
|
+
static checkContextIntegrity: (context: OpenFin_2.Context) => {
|
|
7028
7032
|
isValid: true;
|
|
7029
7033
|
} | {
|
|
7030
7034
|
isValid: false;
|
package/out/mock-public.d.ts
CHANGED
|
@@ -5372,6 +5372,10 @@ declare namespace FDC3 {
|
|
|
5372
5372
|
}
|
|
5373
5373
|
}
|
|
5374
5374
|
|
|
5375
|
+
declare type FDC3Factory = typeof fdc3Factory;
|
|
5376
|
+
|
|
5377
|
+
declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin_2.InteropClient, wire: Transport<'unknown'>) => OpenFin_2.FDC3.v2_0.DesktopAgent | OpenFin_2.FDC3.v1_2.DesktopAgent;
|
|
5378
|
+
|
|
5375
5379
|
/**
|
|
5376
5380
|
* @interface
|
|
5377
5381
|
*/
|
|
@@ -7024,7 +7028,7 @@ declare class InteropBroker extends Base {
|
|
|
7024
7028
|
};
|
|
7025
7029
|
private getClientState;
|
|
7026
7030
|
private static toObject;
|
|
7027
|
-
static checkContextIntegrity(context: OpenFin_2.Context)
|
|
7031
|
+
static checkContextIntegrity: (context: OpenFin_2.Context) => {
|
|
7028
7032
|
isValid: true;
|
|
7029
7033
|
} | {
|
|
7030
7034
|
isValid: false;
|
package/out/stub.d.ts
CHANGED
|
@@ -5457,6 +5457,10 @@ declare namespace FDC3 {
|
|
|
5457
5457
|
}
|
|
5458
5458
|
}
|
|
5459
5459
|
|
|
5460
|
+
declare type FDC3Factory = typeof fdc3Factory;
|
|
5461
|
+
|
|
5462
|
+
declare const fdc3Factory: (version: '1.2' | '2.0', interopClient: OpenFin_2.InteropClient, wire: Transport<'unknown'>) => OpenFin_2.FDC3.v2_0.DesktopAgent | OpenFin_2.FDC3.v1_2.DesktopAgent;
|
|
5463
|
+
|
|
5460
5464
|
/**
|
|
5461
5465
|
* @interface
|
|
5462
5466
|
*/
|
|
@@ -7133,7 +7137,7 @@ declare class InteropBroker extends Base {
|
|
|
7133
7137
|
};
|
|
7134
7138
|
private getClientState;
|
|
7135
7139
|
private static toObject;
|
|
7136
|
-
static checkContextIntegrity(context: OpenFin_2.Context)
|
|
7140
|
+
static checkContextIntegrity: (context: OpenFin_2.Context) => {
|
|
7137
7141
|
isValid: true;
|
|
7138
7142
|
} | {
|
|
7139
7143
|
isValid: false;
|
|
@@ -7232,7 +7236,7 @@ declare class InteropClient extends Base {
|
|
|
7232
7236
|
/**
|
|
7233
7237
|
* @internal
|
|
7234
7238
|
*/
|
|
7235
|
-
constructor(wire: Transport, clientPromise: Promise<OpenFin_2.ChannelClient
|
|
7239
|
+
constructor(wire: Transport, clientPromise: Promise<OpenFin_2.ChannelClient>, fdc3Factory: FDC3Factory);
|
|
7236
7240
|
/**
|
|
7237
7241
|
* Sets a context for the context group of the current entity.
|
|
7238
7242
|
*
|