@openfin/node-adapter 34.78.76 → 34.78.78

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.
@@ -3848,6 +3848,10 @@ declare type ConstWindowOptions = {
3848
3848
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
3849
3849
  */
3850
3850
  viewVisibility?: ViewVisibilityOptions;
3851
+ /**
3852
+ * Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
3853
+ */
3854
+ inheritance?: Partial<InheritableOptions>;
3851
3855
  };
3852
3856
 
3853
3857
  declare interface Container extends EventEmitter_2 {
@@ -6842,6 +6846,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
6842
6846
  metadata?: MetadataType;
6843
6847
  };
6844
6848
 
6849
+ declare type InheritableOptions = {
6850
+ customContext: boolean;
6851
+ customData: boolean;
6852
+ icon: boolean;
6853
+ preloadScripts: boolean;
6854
+ };
6855
+
6845
6856
  /**
6846
6857
  * Generated when an application has initialized.
6847
6858
  * @interface
@@ -10203,6 +10214,7 @@ declare namespace OpenFin {
10203
10214
  WindowState,
10204
10215
  AutoplayPolicyOptions,
10205
10216
  ConstWindowOptions,
10217
+ InheritableOptions,
10206
10218
  MutableWindowOptions,
10207
10219
  WorkspacePlatformOptions,
10208
10220
  WebRequestHeader,
@@ -3848,6 +3848,10 @@ declare type ConstWindowOptions = {
3848
3848
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
3849
3849
  */
3850
3850
  viewVisibility?: ViewVisibilityOptions;
3851
+ /**
3852
+ * Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
3853
+ */
3854
+ inheritance?: Partial<InheritableOptions>;
3851
3855
  };
3852
3856
 
3853
3857
  declare interface Container extends EventEmitter_2 {
@@ -6842,6 +6846,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
6842
6846
  metadata?: MetadataType;
6843
6847
  };
6844
6848
 
6849
+ declare type InheritableOptions = {
6850
+ customContext: boolean;
6851
+ customData: boolean;
6852
+ icon: boolean;
6853
+ preloadScripts: boolean;
6854
+ };
6855
+
6845
6856
  /**
6846
6857
  * Generated when an application has initialized.
6847
6858
  * @interface
@@ -10203,6 +10214,7 @@ declare namespace OpenFin {
10203
10214
  WindowState,
10204
10215
  AutoplayPolicyOptions,
10205
10216
  ConstWindowOptions,
10217
+ InheritableOptions,
10206
10218
  MutableWindowOptions,
10207
10219
  WorkspacePlatformOptions,
10208
10220
  WebRequestHeader,
@@ -3848,6 +3848,10 @@ declare type ConstWindowOptions = {
3848
3848
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
3849
3849
  */
3850
3850
  viewVisibility?: ViewVisibilityOptions;
3851
+ /**
3852
+ * Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
3853
+ */
3854
+ inheritance?: Partial<InheritableOptions>;
3851
3855
  };
3852
3856
 
3853
3857
  declare interface Container extends EventEmitter_2 {
@@ -6842,6 +6846,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
6842
6846
  metadata?: MetadataType;
6843
6847
  };
6844
6848
 
6849
+ declare type InheritableOptions = {
6850
+ customContext: boolean;
6851
+ customData: boolean;
6852
+ icon: boolean;
6853
+ preloadScripts: boolean;
6854
+ };
6855
+
6845
6856
  /**
6846
6857
  * Generated when an application has initialized.
6847
6858
  * @interface
@@ -10203,6 +10214,7 @@ declare namespace OpenFin {
10203
10214
  WindowState,
10204
10215
  AutoplayPolicyOptions,
10205
10216
  ConstWindowOptions,
10217
+ InheritableOptions,
10206
10218
  MutableWindowOptions,
10207
10219
  WorkspacePlatformOptions,
10208
10220
  WebRequestHeader,
@@ -3891,6 +3891,10 @@ declare type ConstWindowOptions = {
3891
3891
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
3892
3892
  */
3893
3893
  viewVisibility?: ViewVisibilityOptions;
3894
+ /**
3895
+ * Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
3896
+ */
3897
+ inheritance?: Partial<InheritableOptions>;
3894
3898
  };
3895
3899
 
3896
3900
  declare interface Container extends EventEmitter_2 {
@@ -6942,6 +6946,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
6942
6946
  metadata?: MetadataType;
6943
6947
  };
6944
6948
 
6949
+ declare type InheritableOptions = {
6950
+ customContext: boolean;
6951
+ customData: boolean;
6952
+ icon: boolean;
6953
+ preloadScripts: boolean;
6954
+ };
6955
+
6945
6956
  /**
6946
6957
  * Generated when an application has initialized.
6947
6958
  * @interface
@@ -10524,6 +10535,7 @@ declare namespace OpenFin {
10524
10535
  WindowState,
10525
10536
  AutoplayPolicyOptions,
10526
10537
  ConstWindowOptions,
10538
+ InheritableOptions,
10527
10539
  MutableWindowOptions,
10528
10540
  WorkspacePlatformOptions,
10529
10541
  WebRequestHeader,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "34.78.76",
3
+ "version": "34.78.78",
4
4
  "description": "See README.md",
5
5
  "main": "out/node-adapter.js",
6
6
  "types": "out/node-adapter.d.ts",