@openfin/fdc3-api 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.
@@ -2996,6 +2996,10 @@ declare type ChromiumPolicies = {
2996
2996
  * Disable AutofillAddressEnabled policy for a Window or View.
2997
2997
  */
2998
2998
  AutofillAddressEnabled?: PolicyOptions;
2999
+ /**
3000
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3001
+ */
3002
+ AutofillCreditCardEnabled?: PolicyOptions;
2999
3003
  };
3000
3004
 
3001
3005
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
@@ -2996,6 +2996,10 @@ declare type ChromiumPolicies = {
2996
2996
  * Disable AutofillAddressEnabled policy for a Window or View.
2997
2997
  */
2998
2998
  AutofillAddressEnabled?: PolicyOptions;
2999
+ /**
3000
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3001
+ */
3002
+ AutofillCreditCardEnabled?: PolicyOptions;
2999
3003
  };
3000
3004
 
3001
3005
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
@@ -2996,6 +2996,10 @@ declare type ChromiumPolicies = {
2996
2996
  * Disable AutofillAddressEnabled policy for a Window or View.
2997
2997
  */
2998
2998
  AutofillAddressEnabled?: PolicyOptions;
2999
+ /**
3000
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3001
+ */
3002
+ AutofillCreditCardEnabled?: PolicyOptions;
2999
3003
  };
3000
3004
 
3001
3005
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
package/out/fdc3-api.d.ts CHANGED
@@ -3052,6 +3052,10 @@ declare type ChromiumPolicies = {
3052
3052
  * Disable AutofillAddressEnabled policy for a Window or View.
3053
3053
  */
3054
3054
  AutofillAddressEnabled?: PolicyOptions;
3055
+ /**
3056
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3057
+ */
3058
+ AutofillCreditCardEnabled?: PolicyOptions;
3055
3059
  };
3056
3060
 
3057
3061
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "40.105.6",
3
+ "version": "40.105.7",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,