@openfin/core 43.100.54 → 43.100.55

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.
@@ -3009,6 +3009,10 @@ declare type ChromiumPolicies = {
3009
3009
  * Disable AutofillAddressEnabled policy for a Window or View.
3010
3010
  */
3011
3011
  AutofillAddressEnabled?: PolicyOptions;
3012
+ /**
3013
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3014
+ */
3015
+ AutofillCreditCardEnabled?: PolicyOptions;
3012
3016
  };
3013
3017
 
3014
3018
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
@@ -3009,6 +3009,10 @@ declare type ChromiumPolicies = {
3009
3009
  * Disable AutofillAddressEnabled policy for a Window or View.
3010
3010
  */
3011
3011
  AutofillAddressEnabled?: PolicyOptions;
3012
+ /**
3013
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3014
+ */
3015
+ AutofillCreditCardEnabled?: PolicyOptions;
3012
3016
  };
3013
3017
 
3014
3018
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
@@ -3009,6 +3009,10 @@ declare type ChromiumPolicies = {
3009
3009
  * Disable AutofillAddressEnabled policy for a Window or View.
3010
3010
  */
3011
3011
  AutofillAddressEnabled?: PolicyOptions;
3012
+ /**
3013
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3014
+ */
3015
+ AutofillCreditCardEnabled?: PolicyOptions;
3012
3016
  };
3013
3017
 
3014
3018
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
package/out/stub.d.ts CHANGED
@@ -3065,6 +3065,10 @@ declare type ChromiumPolicies = {
3065
3065
  * Disable AutofillAddressEnabled policy for a Window or View.
3066
3066
  */
3067
3067
  AutofillAddressEnabled?: PolicyOptions;
3068
+ /**
3069
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3070
+ */
3071
+ AutofillCreditCardEnabled?: PolicyOptions;
3068
3072
  };
3069
3073
 
3070
3074
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "43.100.54",
3
+ "version": "43.100.55",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",