@hylid/types
Advanced tools
Comparing version 4.0.24-alpha.1 to 4.0.24-alpha.2
@@ -41,3 +41,8 @@ /// <reference types="miniprogram" /> | ||
exitApp(args?: any): void; | ||
getAppToken(args?: any): void; | ||
getAppToken: (args: { | ||
appName: string; | ||
appKey: string; | ||
} & AsyncCallback<{ | ||
appToken: string; | ||
}>) => void; | ||
getComponentAuth(args?: any): void; | ||
@@ -263,2 +268,13 @@ getPaymentCode(args?: any): void; | ||
hideBackHome: () => void; | ||
getClientInfo: (args: AsyncCallback<{ | ||
"client.version": string; | ||
umidToken?: string; | ||
"os.name": string; | ||
verion: string; | ||
"os.version": string; | ||
"device.id": string; | ||
channelId?: string; | ||
model: string; | ||
device: string; | ||
}>) => void; | ||
} | ||
@@ -265,0 +281,0 @@ export declare type HeadModel = { |
{ | ||
"name": "@hylid/types", | ||
"version": "4.0.24-alpha.1", | ||
"version": "4.0.24-alpha.2", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21512
654