ahqstore-types 3.12.0 → 3.14.0
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/ahqstore_types.d.ts +2 -2
- package/ahqstore_types_bg.js +2 -2
- package/ahqstore_types_bg.wasm +0 -0
- package/package.json +1 -1
package/ahqstore_types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* 🔬
|
|
4
|
+
* 🔬 Under Development
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
export enum AndroidAbi {
|
|
@@ -217,7 +217,7 @@ export class InstallerOptions {
|
|
|
217
217
|
set android(value: InstallerOptionsAndroid | null | undefined);
|
|
218
218
|
}
|
|
219
219
|
/**
|
|
220
|
-
* 🔬
|
|
220
|
+
* 🔬 Under Development
|
|
221
221
|
*
|
|
222
222
|
*/
|
|
223
223
|
export class InstallerOptionsAndroid {
|
package/ahqstore_types_bg.js
CHANGED
|
@@ -142,7 +142,7 @@ function passArrayJsValueToWasm0(array, malloc) {
|
|
|
142
142
|
return ptr;
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
|
-
* 🔬
|
|
145
|
+
* 🔬 Under Development
|
|
146
146
|
*
|
|
147
147
|
* @enum {0 | 1 | 2 | 3}
|
|
148
148
|
*/
|
|
@@ -731,7 +731,7 @@ const InstallerOptionsAndroidFinalization = (typeof FinalizationRegistry === 'un
|
|
|
731
731
|
? { register: () => {}, unregister: () => {} }
|
|
732
732
|
: new FinalizationRegistry(ptr => wasm.__wbg_installeroptionsandroid_free(ptr >>> 0, 1));
|
|
733
733
|
/**
|
|
734
|
-
* 🔬
|
|
734
|
+
* 🔬 Under Development
|
|
735
735
|
*
|
|
736
736
|
*/
|
|
737
737
|
export class InstallerOptionsAndroid {
|
package/ahqstore_types_bg.wasm
CHANGED
|
Binary file
|