gap-nodejs-sdk 1.0.486 → 1.0.487
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.
|
@@ -6,6 +6,6 @@ import * as Response from "../types/response";
|
|
|
6
6
|
export default class Admin extends Base implements AdminAbstractClass {
|
|
7
7
|
static API_VERSION: GapApiVersion;
|
|
8
8
|
static generateAdminPasscode(data: Request.GenerateAdminPasscodeRequest): Promise<Response.GenerateAdminPasscodeResponse>;
|
|
9
|
-
static verifyAdminPasscode(data: Request.
|
|
9
|
+
static verifyAdminPasscode(data: Request.VerifyAdminPasscodeRequest): Promise<Response.VerifyAdminPasscodeResponse>;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=admin.d.ts.map
|