chrome-types 0.1.314 → 0.1.315
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 +16 -2
- package/index.d.ts +2 -2
- 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 Fri Nov 01 2024 22:31:05 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a5c2aaa7e5af3f4ceaea0a606c79e537a859cdae
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -1735,6 +1735,20 @@ declare namespace chrome {
|
|
|
1735
1735
|
deny(): void;
|
|
1736
1736
|
}
|
|
1737
1737
|
|
|
1738
|
+
/**
|
|
1739
|
+
* Requests another app to be embedded.
|
|
1740
|
+
*
|
|
1741
|
+
* @chrome-returns-extra since Pending
|
|
1742
|
+
* @param app The extension id of the app to be embedded.
|
|
1743
|
+
* @param data Optional developer specified data that the app to be embedded can use when making an embedding decision.
|
|
1744
|
+
*/
|
|
1745
|
+
export function connect(
|
|
1746
|
+
|
|
1747
|
+
app: string,
|
|
1748
|
+
|
|
1749
|
+
data?: any,
|
|
1750
|
+
): Promise<boolean>;
|
|
1751
|
+
|
|
1738
1752
|
/**
|
|
1739
1753
|
* Requests another app to be embedded.
|
|
1740
1754
|
*
|
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 Fri Nov 01 2024 22:31:01 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a5c2aaa7e5af3f4ceaea0a606c79e537a859cdae
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
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": "157f9e4b406d81b5"
|
|
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.315"
|
|
20
20
|
}
|