@openfin/core 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/mock-alpha.d.ts +4 -0
- package/out/mock-beta.d.ts +4 -0
- package/out/mock-public.d.ts +4 -0
- package/out/stub.d.ts +4 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -3009,6 +3009,10 @@ declare type ChromiumPolicies = {
|
|
3009
3009
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
3010
3010
|
*/
|
3011
3011
|
AutofillAddressEnabled?: PolicyOptions;
|
3012
|
+
/**
|
3013
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
3014
|
+
*/
|
3015
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
3012
3016
|
};
|
3013
3017
|
|
3014
3018
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
package/out/mock-beta.d.ts
CHANGED
@@ -3009,6 +3009,10 @@ declare type ChromiumPolicies = {
|
|
3009
3009
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
3010
3010
|
*/
|
3011
3011
|
AutofillAddressEnabled?: PolicyOptions;
|
3012
|
+
/**
|
3013
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
3014
|
+
*/
|
3015
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
3012
3016
|
};
|
3013
3017
|
|
3014
3018
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
package/out/mock-public.d.ts
CHANGED
@@ -3009,6 +3009,10 @@ declare type ChromiumPolicies = {
|
|
3009
3009
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
3010
3010
|
*/
|
3011
3011
|
AutofillAddressEnabled?: PolicyOptions;
|
3012
|
+
/**
|
3013
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
3014
|
+
*/
|
3015
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
3012
3016
|
};
|
3013
3017
|
|
3014
3018
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
package/out/stub.d.ts
CHANGED
@@ -3065,6 +3065,10 @@ declare type ChromiumPolicies = {
|
|
3065
3065
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
3066
3066
|
*/
|
3067
3067
|
AutofillAddressEnabled?: PolicyOptions;
|
3068
|
+
/**
|
3069
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
3070
|
+
*/
|
3071
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
3068
3072
|
};
|
3069
3073
|
|
3070
3074
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|