@openfin/fdc3-api 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
  *
@@ -11534,10 +11538,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
11534
11538
  * The provider url.
11535
11539
  */
11536
11540
  providerUrl?: string;
11537
- /**
11538
- * The permissions for secured APIs.
11539
- */
11540
- permissions?: Partial<Permissions_2>;
11541
11541
  };
11542
11542
 
11543
11543
  /**
@@ -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
  *
@@ -11534,10 +11538,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
11534
11538
  * The provider url.
11535
11539
  */
11536
11540
  providerUrl?: string;
11537
- /**
11538
- * The permissions for secured APIs.
11539
- */
11540
- permissions?: Partial<Permissions_2>;
11541
11541
  };
11542
11542
 
11543
11543
  /**
@@ -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
  *
@@ -11534,10 +11538,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
11534
11538
  * The provider url.
11535
11539
  */
11536
11540
  providerUrl?: string;
11537
- /**
11538
- * The permissions for secured APIs.
11539
- */
11540
- permissions?: Partial<Permissions_2>;
11541
11541
  };
11542
11542
 
11543
11543
  /**
package/out/fdc3-api.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
  *
@@ -11878,10 +11882,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
11878
11882
  * The provider url.
11879
11883
  */
11880
11884
  providerUrl?: string;
11881
- /**
11882
- * The permissions for secured APIs.
11883
- */
11884
- permissions?: Partial<Permissions_2>;
11885
11885
  };
11886
11886
 
11887
11887
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "37.80.16",
3
+ "version": "37.80.17",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,