chrome-types 0.1.155 → 0.1.157
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/_all.d.ts +6 -51
- package/index.d.ts +6 -6
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Dec 27 2022 22:27:23 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 57efe01e27f0417269dba28e973d734bc089b213
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -15923,22 +15923,6 @@ declare namespace chrome {
|
|
|
15923
15923
|
filters?: DeviceFilter[];
|
|
15924
15924
|
}
|
|
15925
15925
|
|
|
15926
|
-
/**
|
|
15927
|
-
* @since Chrome 45
|
|
15928
|
-
*/
|
|
15929
|
-
export interface DevicePromptOptions {
|
|
15930
|
-
|
|
15931
|
-
/**
|
|
15932
|
-
* Allow the user to select multiple devices.
|
|
15933
|
-
*/
|
|
15934
|
-
multiple?: boolean;
|
|
15935
|
-
|
|
15936
|
-
/**
|
|
15937
|
-
* Filter the list of devices presented to the user. If multiple filters are provided devices matching any filter will be displayed.
|
|
15938
|
-
*/
|
|
15939
|
-
filters?: DeviceFilter[];
|
|
15940
|
-
}
|
|
15941
|
-
|
|
15942
15926
|
/**
|
|
15943
15927
|
* Event generated when a device is added to the system. Events are only broadcast to apps and extensions that have permission to access the device. Permission may have been granted at install time or when the user accepted an optional permission (see {@link permissions.request}).
|
|
15944
15928
|
*/
|
|
@@ -15967,35 +15951,6 @@ declare namespace chrome {
|
|
|
15967
15951
|
) => void,
|
|
15968
15952
|
): void;
|
|
15969
15953
|
|
|
15970
|
-
/**
|
|
15971
|
-
* Presents a device picker to the user and returns {@link HidDeviceInfo} objects for the devices selected. If the user cancels the picker devices will be empty. A user gesture is required for the dialog to display. Without a user gesture, the callback will run as though the user cancelled. If multiple filters are provided devices matching any filter will be displayed.
|
|
15972
|
-
*
|
|
15973
|
-
* @param options Configuration of the device picker dialog box.
|
|
15974
|
-
* @param callback Invoked with a list of chosen {@link Device}s.
|
|
15975
|
-
* @since Chrome 45
|
|
15976
|
-
*/
|
|
15977
|
-
export function getUserSelectedDevices(
|
|
15978
|
-
|
|
15979
|
-
options: DevicePromptOptions,
|
|
15980
|
-
|
|
15981
|
-
callback: (
|
|
15982
|
-
devices: HidDeviceInfo[],
|
|
15983
|
-
) => void,
|
|
15984
|
-
): void;
|
|
15985
|
-
|
|
15986
|
-
/**
|
|
15987
|
-
* Presents a device picker to the user and returns {@link HidDeviceInfo} objects for the devices selected. If the user cancels the picker devices will be empty. A user gesture is required for the dialog to display. Without a user gesture, the callback will run as though the user cancelled. If multiple filters are provided devices matching any filter will be displayed.
|
|
15988
|
-
*
|
|
15989
|
-
* @param callback Invoked with a list of chosen {@link Device}s.
|
|
15990
|
-
* @since Chrome 45
|
|
15991
|
-
*/
|
|
15992
|
-
export function getUserSelectedDevices(
|
|
15993
|
-
|
|
15994
|
-
callback: (
|
|
15995
|
-
devices: HidDeviceInfo[],
|
|
15996
|
-
) => void,
|
|
15997
|
-
): void;
|
|
15998
|
-
|
|
15999
15954
|
/**
|
|
16000
15955
|
* Open a connection to an HID device for communication.
|
|
16001
15956
|
*
|
|
@@ -32798,7 +32753,7 @@ declare namespace chrome {
|
|
|
32798
32753
|
*
|
|
32799
32754
|
* Remote desktop extensions typically call this method after detecting attachment of a remote session to this host. Once this method returns without error, regular processing of WebAuthn requests is suspended, and events from this extension API are raised.
|
|
32800
32755
|
*
|
|
32801
|
-
* This method fails with an error if a different extension is already attached
|
|
32756
|
+
* This method fails with an error if a different extension is already attached.
|
|
32802
32757
|
*
|
|
32803
32758
|
* The attached extension must call \`detach()\` once the remote desktop session has ended in order to resume regular WebAuthn request processing. Extensions automatically become detached if they are unloaded.
|
|
32804
32759
|
*
|
|
@@ -32811,7 +32766,7 @@ declare namespace chrome {
|
|
|
32811
32766
|
*
|
|
32812
32767
|
* Remote desktop extensions typically call this method after detecting attachment of a remote session to this host. Once this method returns without error, regular processing of WebAuthn requests is suspended, and events from this extension API are raised.
|
|
32813
32768
|
*
|
|
32814
|
-
* This method fails with an error if a different extension is already attached
|
|
32769
|
+
* This method fails with an error if a different extension is already attached.
|
|
32815
32770
|
*
|
|
32816
32771
|
* The attached extension must call \`detach()\` once the remote desktop session has ended in order to resume regular WebAuthn request processing. Extensions automatically become detached if they are unloaded.
|
|
32817
32772
|
*
|
|
@@ -32827,7 +32782,7 @@ declare namespace chrome {
|
|
|
32827
32782
|
/**
|
|
32828
32783
|
* Removes this extension from being the active Web Authentication API request proxy.
|
|
32829
32784
|
*
|
|
32830
|
-
* This method is typically called when the extension detects that a remote desktop session was terminated. Once this method returns
|
|
32785
|
+
* This method is typically called when the extension detects that a remote desktop session was terminated. Once this method returns, the extension ceases to be the active Web Authentication API request proxy.
|
|
32831
32786
|
*
|
|
32832
32787
|
* Refer to the `onRemoteSessionStateChange` event for signaling a change of remote session attachment from a native application to to the (possibly suspended) extension.
|
|
32833
32788
|
*/
|
|
@@ -32836,7 +32791,7 @@ declare namespace chrome {
|
|
|
32836
32791
|
/**
|
|
32837
32792
|
* Removes this extension from being the active Web Authentication API request proxy.
|
|
32838
32793
|
*
|
|
32839
|
-
* This method is typically called when the extension detects that a remote desktop session was terminated. Once this method returns
|
|
32794
|
+
* This method is typically called when the extension detects that a remote desktop session was terminated. Once this method returns, the extension ceases to be the active Web Authentication API request proxy.
|
|
32840
32795
|
*
|
|
32841
32796
|
* Refer to the `onRemoteSessionStateChange` event for signaling a change of remote session attachment from a native application to to the (possibly suspended) extension.
|
|
32842
32797
|
*/
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Dec 27 2022 22:27:18 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 57efe01e27f0417269dba28e973d734bc089b213
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -26006,7 +26006,7 @@ declare namespace chrome {
|
|
|
26006
26006
|
*
|
|
26007
26007
|
* Remote desktop extensions typically call this method after detecting attachment of a remote session to this host. Once this method returns without error, regular processing of WebAuthn requests is suspended, and events from this extension API are raised.
|
|
26008
26008
|
*
|
|
26009
|
-
* This method fails with an error if a different extension is already attached
|
|
26009
|
+
* This method fails with an error if a different extension is already attached.
|
|
26010
26010
|
*
|
|
26011
26011
|
* The attached extension must call \`detach()\` once the remote desktop session has ended in order to resume regular WebAuthn request processing. Extensions automatically become detached if they are unloaded.
|
|
26012
26012
|
*
|
|
@@ -26019,7 +26019,7 @@ declare namespace chrome {
|
|
|
26019
26019
|
*
|
|
26020
26020
|
* Remote desktop extensions typically call this method after detecting attachment of a remote session to this host. Once this method returns without error, regular processing of WebAuthn requests is suspended, and events from this extension API are raised.
|
|
26021
26021
|
*
|
|
26022
|
-
* This method fails with an error if a different extension is already attached
|
|
26022
|
+
* This method fails with an error if a different extension is already attached.
|
|
26023
26023
|
*
|
|
26024
26024
|
* The attached extension must call \`detach()\` once the remote desktop session has ended in order to resume regular WebAuthn request processing. Extensions automatically become detached if they are unloaded.
|
|
26025
26025
|
*
|
|
@@ -26035,7 +26035,7 @@ declare namespace chrome {
|
|
|
26035
26035
|
/**
|
|
26036
26036
|
* Removes this extension from being the active Web Authentication API request proxy.
|
|
26037
26037
|
*
|
|
26038
|
-
* This method is typically called when the extension detects that a remote desktop session was terminated. Once this method returns
|
|
26038
|
+
* This method is typically called when the extension detects that a remote desktop session was terminated. Once this method returns, the extension ceases to be the active Web Authentication API request proxy.
|
|
26039
26039
|
*
|
|
26040
26040
|
* Refer to the `onRemoteSessionStateChange` event for signaling a change of remote session attachment from a native application to to the (possibly suspended) extension.
|
|
26041
26041
|
*/
|
|
@@ -26044,7 +26044,7 @@ declare namespace chrome {
|
|
|
26044
26044
|
/**
|
|
26045
26045
|
* Removes this extension from being the active Web Authentication API request proxy.
|
|
26046
26046
|
*
|
|
26047
|
-
* This method is typically called when the extension detects that a remote desktop session was terminated. Once this method returns
|
|
26047
|
+
* This method is typically called when the extension detects that a remote desktop session was terminated. Once this method returns, the extension ceases to be the active Web Authentication API request proxy.
|
|
26048
26048
|
*
|
|
26049
26049
|
* Refer to the `onRemoteSessionStateChange` event for signaling a change of remote session attachment from a native application to to the (possibly suspended) extension.
|
|
26050
26050
|
*/
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "d0b1d29d293b3eec"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/GoogleChrome/chrome-types/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/GoogleChrome/chrome-types",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.157"
|
|
20
20
|
}
|