@openfin/node-adapter 35.78.18 → 35.78.20

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.
@@ -9530,7 +9530,7 @@ declare type MutableWindowOptions = {
9530
9530
  showTaskbarIcon: boolean;
9531
9531
  interop: InteropConfig;
9532
9532
  /* Excluded from this release type: _internalWorkspaceData */
9533
- workspacePlatform: WorkspacePlatformOptions;
9533
+ workspacePlatform: unknown;
9534
9534
  };
9535
9535
 
9536
9536
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
@@ -11029,7 +11029,7 @@ declare interface PlatformProvider {
11029
11029
  * @experimental
11030
11030
  *
11031
11031
  * This API is called during the {@link PlatformProvider.getSnapshot()} call.
11032
- * Get's the current state of a particular window and its views and returns an object that
11032
+ * Gets the current state of a particular window and its views and returns an object that
11033
11033
  * can be added to the {@link OpenFin.Snapshot.windows} property. Override this function if
11034
11034
  * you wish to mutate each window snapshot during the {@link PlatformProvider.getSnapshot()} call
11035
11035
  * @param identity
@@ -9530,7 +9530,7 @@ declare type MutableWindowOptions = {
9530
9530
  showTaskbarIcon: boolean;
9531
9531
  interop: InteropConfig;
9532
9532
  /* Excluded from this release type: _internalWorkspaceData */
9533
- workspacePlatform: WorkspacePlatformOptions;
9533
+ workspacePlatform: unknown;
9534
9534
  };
9535
9535
 
9536
9536
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
@@ -11029,7 +11029,7 @@ declare interface PlatformProvider {
11029
11029
  * @experimental
11030
11030
  *
11031
11031
  * This API is called during the {@link PlatformProvider.getSnapshot()} call.
11032
- * Get's the current state of a particular window and its views and returns an object that
11032
+ * Gets the current state of a particular window and its views and returns an object that
11033
11033
  * can be added to the {@link OpenFin.Snapshot.windows} property. Override this function if
11034
11034
  * you wish to mutate each window snapshot during the {@link PlatformProvider.getSnapshot()} call
11035
11035
  * @param identity
@@ -9530,7 +9530,7 @@ declare type MutableWindowOptions = {
9530
9530
  showTaskbarIcon: boolean;
9531
9531
  interop: InteropConfig;
9532
9532
  /* Excluded from this release type: _internalWorkspaceData */
9533
- workspacePlatform: WorkspacePlatformOptions;
9533
+ workspacePlatform: unknown;
9534
9534
  };
9535
9535
 
9536
9536
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
@@ -11029,7 +11029,7 @@ declare interface PlatformProvider {
11029
11029
  * @experimental
11030
11030
  *
11031
11031
  * This API is called during the {@link PlatformProvider.getSnapshot()} call.
11032
- * Get's the current state of a particular window and its views and returns an object that
11032
+ * Gets the current state of a particular window and its views and returns an object that
11033
11033
  * can be added to the {@link OpenFin.Snapshot.windows} property. Override this function if
11034
11034
  * you wish to mutate each window snapshot during the {@link PlatformProvider.getSnapshot()} call
11035
11035
  * @param identity
@@ -9832,7 +9832,7 @@ declare type MutableWindowOptions = {
9832
9832
  * Used by Workspace to store custom data. Overwriting or modifying this field may impact the functionality of Workspace
9833
9833
  */
9834
9834
  _internalWorkspaceData: any;
9835
- workspacePlatform: WorkspacePlatformOptions;
9835
+ workspacePlatform: unknown;
9836
9836
  };
9837
9837
 
9838
9838
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
@@ -11383,7 +11383,7 @@ declare interface PlatformProvider {
11383
11383
  * @experimental
11384
11384
  *
11385
11385
  * This API is called during the {@link PlatformProvider.getSnapshot()} call.
11386
- * Get's the current state of a particular window and its views and returns an object that
11386
+ * Gets the current state of a particular window and its views and returns an object that
11387
11387
  * can be added to the {@link OpenFin.Snapshot.windows} property. Override this function if
11388
11388
  * you wish to mutate each window snapshot during the {@link PlatformProvider.getSnapshot()} call
11389
11389
  * @param identity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "35.78.18",
3
+ "version": "35.78.20",
4
4
  "description": "See README.md",
5
5
  "main": "out/node-adapter.js",
6
6
  "types": "out/node-adapter.d.ts",