@openfin/node-adapter 37.80.16 → 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
|
*
|
@@ -11211,10 +11215,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
11211
11215
|
* The provider url.
|
11212
11216
|
*/
|
11213
11217
|
providerUrl?: string;
|
11214
|
-
/**
|
11215
|
-
* The permissions for secured APIs.
|
11216
|
-
*/
|
11217
|
-
permissions?: Partial<Permissions_2>;
|
11218
11218
|
};
|
11219
11219
|
|
11220
11220
|
/**
|
@@ -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
|
*
|
@@ -11211,10 +11215,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
11211
11215
|
* The provider url.
|
11212
11216
|
*/
|
11213
11217
|
providerUrl?: string;
|
11214
|
-
/**
|
11215
|
-
* The permissions for secured APIs.
|
11216
|
-
*/
|
11217
|
-
permissions?: Partial<Permissions_2>;
|
11218
11218
|
};
|
11219
11219
|
|
11220
11220
|
/**
|
@@ -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
|
*
|
@@ -11211,10 +11215,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
11211
11215
|
* The provider url.
|
11212
11216
|
*/
|
11213
11217
|
providerUrl?: string;
|
11214
|
-
/**
|
11215
|
-
* The permissions for secured APIs.
|
11216
|
-
*/
|
11217
|
-
permissions?: Partial<Permissions_2>;
|
11218
11218
|
};
|
11219
11219
|
|
11220
11220
|
/**
|
package/out/node-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
|
*
|
@@ -11577,10 +11581,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
11577
11581
|
* The provider url.
|
11578
11582
|
*/
|
11579
11583
|
providerUrl?: string;
|
11580
|
-
/**
|
11581
|
-
* The permissions for secured APIs.
|
11582
|
-
*/
|
11583
|
-
permissions?: Partial<Permissions_2>;
|
11584
11584
|
};
|
11585
11585
|
|
11586
11586
|
/**
|
package/out/node-adapter.js
CHANGED
@@ -11822,7 +11822,7 @@ class LayoutModule extends base_1$5.Base {
|
|
11822
11822
|
return this.wrapSync(this.fin.me.identity);
|
11823
11823
|
};
|
11824
11824
|
_LayoutModule_getLayoutManagerSpy.set(this, (layoutIdentity, layoutManager) => {
|
11825
|
-
const msg = '[Layout] You are using a deprecated property `layoutManager` - it will
|
11825
|
+
const msg = '[Layout] You are using a deprecated property `layoutManager` - it will throw if you access it starting in v37.';
|
11826
11826
|
const managerProxy = new Proxy(layoutManager, {
|
11827
11827
|
get(target, key) {
|
11828
11828
|
console.warn(`[Layout-mgr-proxy] accessing ${key.toString()}`);
|