@openfin/core 40.105.6 → 40.105.7

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.
@@ -2999,6 +2999,10 @@ declare type ChromiumPolicies = {
2999
2999
  * Disable AutofillAddressEnabled policy for a Window or View.
3000
3000
  */
3001
3001
  AutofillAddressEnabled?: PolicyOptions;
3002
+ /**
3003
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3004
+ */
3005
+ AutofillCreditCardEnabled?: PolicyOptions;
3002
3006
  };
3003
3007
 
3004
3008
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
@@ -2999,6 +2999,10 @@ declare type ChromiumPolicies = {
2999
2999
  * Disable AutofillAddressEnabled policy for a Window or View.
3000
3000
  */
3001
3001
  AutofillAddressEnabled?: PolicyOptions;
3002
+ /**
3003
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3004
+ */
3005
+ AutofillCreditCardEnabled?: PolicyOptions;
3002
3006
  };
3003
3007
 
3004
3008
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
@@ -2999,6 +2999,10 @@ declare type ChromiumPolicies = {
2999
2999
  * Disable AutofillAddressEnabled policy for a Window or View.
3000
3000
  */
3001
3001
  AutofillAddressEnabled?: PolicyOptions;
3002
+ /**
3003
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3004
+ */
3005
+ AutofillCreditCardEnabled?: PolicyOptions;
3002
3006
  };
3003
3007
 
3004
3008
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
package/out/stub.d.ts CHANGED
@@ -3055,6 +3055,10 @@ declare type ChromiumPolicies = {
3055
3055
  * Disable AutofillAddressEnabled policy for a Window or View.
3056
3056
  */
3057
3057
  AutofillAddressEnabled?: PolicyOptions;
3058
+ /**
3059
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3060
+ */
3061
+ AutofillCreditCardEnabled?: PolicyOptions;
3058
3062
  };
3059
3063
 
3060
3064
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "40.105.6",
3
+ "version": "40.105.7",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",