@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.
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -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-beta.d.ts
CHANGED
|
@@ -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-public.d.ts
CHANGED
|
@@ -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 {
|