@openfin/fdc3-api 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.
@@ -3006,6 +3006,10 @@ declare type ChromiumPolicies = {
3006
3006
  * Disable AutofillAddressEnabled policy for a Window or View.
3007
3007
  */
3008
3008
  AutofillAddressEnabled?: PolicyOptions;
3009
+ /**
3010
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3011
+ */
3012
+ AutofillCreditCardEnabled?: PolicyOptions;
3009
3013
  };
3010
3014
 
3011
3015
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
@@ -3006,6 +3006,10 @@ declare type ChromiumPolicies = {
3006
3006
  * Disable AutofillAddressEnabled policy for a Window or View.
3007
3007
  */
3008
3008
  AutofillAddressEnabled?: PolicyOptions;
3009
+ /**
3010
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3011
+ */
3012
+ AutofillCreditCardEnabled?: PolicyOptions;
3009
3013
  };
3010
3014
 
3011
3015
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
@@ -3006,6 +3006,10 @@ declare type ChromiumPolicies = {
3006
3006
  * Disable AutofillAddressEnabled policy for a Window or View.
3007
3007
  */
3008
3008
  AutofillAddressEnabled?: PolicyOptions;
3009
+ /**
3010
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3011
+ */
3012
+ AutofillCreditCardEnabled?: PolicyOptions;
3009
3013
  };
3010
3014
 
3011
3015
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
package/out/fdc3-api.d.ts CHANGED
@@ -3062,6 +3062,10 @@ declare type ChromiumPolicies = {
3062
3062
  * Disable AutofillAddressEnabled policy for a Window or View.
3063
3063
  */
3064
3064
  AutofillAddressEnabled?: PolicyOptions;
3065
+ /**
3066
+ * Disable AutofillCreditCardEnabled policy for a Window or View.
3067
+ */
3068
+ AutofillCreditCardEnabled?: PolicyOptions;
3065
3069
  };
3066
3070
 
3067
3071
  declare interface ClassicProtocolOffer extends ProtocolPacketBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "43.100.54",
3
+ "version": "43.100.55",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,