@openfin/remote-adapter 37.80.15 → 37.80.17
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.
|
@@ -1280,6 +1280,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
|
1280
1280
|
* Define the {@link https://developers.openfin.co/of-docs/docs/file-download#manifest-properties-for-file-downloads file download rules} and domain-based api injection rules.
|
|
1281
1281
|
*/
|
|
1282
1282
|
domainSettings: DomainSettings;
|
|
1283
|
+
/**
|
|
1284
|
+
* The permissions for secured APIs.
|
|
1285
|
+
*/
|
|
1286
|
+
permissions?: Partial<Permissions_2>;
|
|
1283
1287
|
/**
|
|
1284
1288
|
* @defaultValue false
|
|
1285
1289
|
*
|
|
@@ -11243,10 +11247,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
11243
11247
|
* The provider url.
|
|
11244
11248
|
*/
|
|
11245
11249
|
providerUrl?: string;
|
|
11246
|
-
/**
|
|
11247
|
-
* The permissions for secured APIs.
|
|
11248
|
-
*/
|
|
11249
|
-
permissions?: Partial<Permissions_2>;
|
|
11250
11250
|
};
|
|
11251
11251
|
|
|
11252
11252
|
/**
|
|
@@ -1280,6 +1280,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
|
1280
1280
|
* Define the {@link https://developers.openfin.co/of-docs/docs/file-download#manifest-properties-for-file-downloads file download rules} and domain-based api injection rules.
|
|
1281
1281
|
*/
|
|
1282
1282
|
domainSettings: DomainSettings;
|
|
1283
|
+
/**
|
|
1284
|
+
* The permissions for secured APIs.
|
|
1285
|
+
*/
|
|
1286
|
+
permissions?: Partial<Permissions_2>;
|
|
1283
1287
|
/**
|
|
1284
1288
|
* @defaultValue false
|
|
1285
1289
|
*
|
|
@@ -11243,10 +11247,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
11243
11247
|
* The provider url.
|
|
11244
11248
|
*/
|
|
11245
11249
|
providerUrl?: string;
|
|
11246
|
-
/**
|
|
11247
|
-
* The permissions for secured APIs.
|
|
11248
|
-
*/
|
|
11249
|
-
permissions?: Partial<Permissions_2>;
|
|
11250
11250
|
};
|
|
11251
11251
|
|
|
11252
11252
|
/**
|
|
@@ -1280,6 +1280,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
|
1280
1280
|
* Define the {@link https://developers.openfin.co/of-docs/docs/file-download#manifest-properties-for-file-downloads file download rules} and domain-based api injection rules.
|
|
1281
1281
|
*/
|
|
1282
1282
|
domainSettings: DomainSettings;
|
|
1283
|
+
/**
|
|
1284
|
+
* The permissions for secured APIs.
|
|
1285
|
+
*/
|
|
1286
|
+
permissions?: Partial<Permissions_2>;
|
|
1283
1287
|
/**
|
|
1284
1288
|
* @defaultValue false
|
|
1285
1289
|
*
|
|
@@ -11243,10 +11247,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
11243
11247
|
* The provider url.
|
|
11244
11248
|
*/
|
|
11245
11249
|
providerUrl?: string;
|
|
11246
|
-
/**
|
|
11247
|
-
* The permissions for secured APIs.
|
|
11248
|
-
*/
|
|
11249
|
-
permissions?: Partial<Permissions_2>;
|
|
11250
11250
|
};
|
|
11251
11251
|
|
|
11252
11252
|
/**
|
package/out/remote-adapter.d.ts
CHANGED
|
@@ -1286,6 +1286,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
|
1286
1286
|
* Define the {@link https://developers.openfin.co/of-docs/docs/file-download#manifest-properties-for-file-downloads file download rules} and domain-based api injection rules.
|
|
1287
1287
|
*/
|
|
1288
1288
|
domainSettings: DomainSettings;
|
|
1289
|
+
/**
|
|
1290
|
+
* The permissions for secured APIs.
|
|
1291
|
+
*/
|
|
1292
|
+
permissions?: Partial<Permissions_2>;
|
|
1289
1293
|
/**
|
|
1290
1294
|
* @defaultValue false
|
|
1291
1295
|
*
|
|
@@ -11587,10 +11591,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
11587
11591
|
* The provider url.
|
|
11588
11592
|
*/
|
|
11589
11593
|
providerUrl?: string;
|
|
11590
|
-
/**
|
|
11591
|
-
* The permissions for secured APIs.
|
|
11592
|
-
*/
|
|
11593
|
-
permissions?: Partial<Permissions_2>;
|
|
11594
11594
|
};
|
|
11595
11595
|
|
|
11596
11596
|
/**
|
package/out/remote-adapter.js
CHANGED
|
@@ -15119,7 +15119,7 @@ class LayoutModule extends base_1$3.Base {
|
|
|
15119
15119
|
return this.wrapSync(this.fin.me.identity);
|
|
15120
15120
|
};
|
|
15121
15121
|
_LayoutModule_getLayoutManagerSpy.set(this, (layoutIdentity, layoutManager) => {
|
|
15122
|
-
const msg = '[Layout] You are using a deprecated property `layoutManager` - it will
|
|
15122
|
+
const msg = '[Layout] You are using a deprecated property `layoutManager` - it will throw if you access it starting in v37.';
|
|
15123
15123
|
const managerProxy = new Proxy(layoutManager, {
|
|
15124
15124
|
get(target, key) {
|
|
15125
15125
|
console.warn(`[Layout-mgr-proxy] accessing ${key.toString()}`);
|