@openfin/core 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/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
|
@@ -2999,6 +2999,10 @@ declare type ChromiumPolicies = {
|
|
|
2999
2999
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
|
3000
3000
|
*/
|
|
3001
3001
|
AutofillAddressEnabled?: PolicyOptions;
|
|
3002
|
+
/**
|
|
3003
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
|
3004
|
+
*/
|
|
3005
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
|
3002
3006
|
};
|
|
3003
3007
|
|
|
3004
3008
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -2999,6 +2999,10 @@ declare type ChromiumPolicies = {
|
|
|
2999
2999
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
|
3000
3000
|
*/
|
|
3001
3001
|
AutofillAddressEnabled?: PolicyOptions;
|
|
3002
|
+
/**
|
|
3003
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
|
3004
|
+
*/
|
|
3005
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
|
3002
3006
|
};
|
|
3003
3007
|
|
|
3004
3008
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
package/out/mock-public.d.ts
CHANGED
|
@@ -2999,6 +2999,10 @@ declare type ChromiumPolicies = {
|
|
|
2999
2999
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
|
3000
3000
|
*/
|
|
3001
3001
|
AutofillAddressEnabled?: PolicyOptions;
|
|
3002
|
+
/**
|
|
3003
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
|
3004
|
+
*/
|
|
3005
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
|
3002
3006
|
};
|
|
3003
3007
|
|
|
3004
3008
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
package/out/stub.d.ts
CHANGED
|
@@ -3055,6 +3055,10 @@ declare type ChromiumPolicies = {
|
|
|
3055
3055
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
|
3056
3056
|
*/
|
|
3057
3057
|
AutofillAddressEnabled?: PolicyOptions;
|
|
3058
|
+
/**
|
|
3059
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
|
3060
|
+
*/
|
|
3061
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
|
3058
3062
|
};
|
|
3059
3063
|
|
|
3060
3064
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|