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.VerifyAdminPassocdeRequest): Promise<Response.VerifyAdminPasscodeResponse>;
9
+ static verifyAdminPasscode(data: Request.VerifyAdminPasscodeRequest): Promise<Response.VerifyAdminPasscodeResponse>;
10
10
  }
11
11
  //# sourceMappingURL=admin.d.ts.map
@@ -1,7 +1,7 @@
1
1
  export type GenerateAdminPasscodeRequest = {
2
2
  tenantId: string;
3
3
  };
4
- export type VerifyAdminPassocdeRequest = {
4
+ export type VerifyAdminPasscodeRequest = {
5
5
  code: string;
6
6
  };
7
7
  //# sourceMappingURL=admin.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gap-nodejs-sdk",
3
- "version": "1.0.486",
3
+ "version": "1.0.487",
4
4
  "description": "GCI App Platform Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",