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