@hylid/types 4.0.24-alpha.3 → 4.0.25
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/lib/mp.d.ts +4 -4
- package/package.json +1 -1
package/lib/mp.d.ts
CHANGED
|
@@ -265,12 +265,12 @@ export interface MPApi extends Omit<MiniprogramApi, 'request'> {
|
|
|
265
265
|
} & AsyncCallback<void>) => void;
|
|
266
266
|
hideBackHome: () => void;
|
|
267
267
|
getClientInfo: (args: AsyncCallback<{
|
|
268
|
-
|
|
268
|
+
'client.version': string;
|
|
269
269
|
umidToken?: string;
|
|
270
|
-
|
|
270
|
+
'os.name': string;
|
|
271
271
|
verion: string;
|
|
272
|
-
|
|
273
|
-
|
|
272
|
+
'os.version': string;
|
|
273
|
+
'device.id': string;
|
|
274
274
|
channelId?: string;
|
|
275
275
|
model: string;
|
|
276
276
|
device: string;
|