@fatehan/tsrp 1.3.23 → 1.3.24

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/dist/auth.d.ts CHANGED
@@ -5,8 +5,6 @@ export declare class AuthService {
5
5
  private readonly getDynamicHeaders;
6
6
  constructor(url: string, headerProvider: HeaderProvider);
7
7
  private _call;
8
- Authenticate(request: import("./fatehan/identities/authentication").AuthRequest): Promise<import("./fatehan/identities/authentication").AuthResponse>;
9
- OtpCode(request: import("./fatehan/identities/authentication").OtpCodeRequest): Promise<import("./fatehan/identities/authentication").OtpCodeResponse>;
10
8
  Logout(request: import("./fatehan/identities/authentication").LogoutRequest): Promise<import("./fatehan/identities/authentication").LogoutResponse>;
11
9
  Verify(request: import("./fatehan/identities/authentication").VerifyRequest): Promise<import("./fatehan/identities/authentication").VerifyResponse>;
12
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../src/auth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC;AAEnC,qBAAa,WAAW;IACtB,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAS;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAgD;IAC1E,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAiB;gBAEvC,GAAG,EAAE,MAAM,EAAE,cAAc,EAAE,cAAc;YAKzC,KAAK;IAgCN,YAAY,CACvB,OAAO,EAAE,OAAO,qCAAqC,EAAE,WAAW,GACjE,OAAO,CAAC,OAAO,qCAAqC,EAAE,YAAY,CAAC;IAOzD,OAAO,CAClB,OAAO,EAAE,OAAO,qCAAqC,EAAE,cAAc,GACpE,OAAO,CAAC,OAAO,qCAAqC,EAAE,eAAe,CAAC;IAO5D,MAAM,CACjB,OAAO,EAAE,OAAO,qCAAqC,EAAE,aAAa,GACnE,OAAO,CAAC,OAAO,qCAAqC,EAAE,cAAc,CAAC;IAO3D,MAAM,CACjB,OAAO,EAAE,OAAO,qCAAqC,EAAE,aAAa,GACnE,OAAO,CAAC,OAAO,qCAAqC,EAAE,cAAc,CAAC;CAMzE"}
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../src/auth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC;AAEnC,qBAAa,WAAW;IACtB,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAS;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAgD;IAC1E,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAiB;gBAEvC,GAAG,EAAE,MAAM,EAAE,cAAc,EAAE,cAAc;YAKzC,KAAK;IAgCN,MAAM,CACjB,OAAO,EAAE,OAAO,qCAAqC,EAAE,aAAa,GACnE,OAAO,CAAC,OAAO,qCAAqC,EAAE,cAAc,CAAC;IAO3D,MAAM,CACjB,OAAO,EAAE,OAAO,qCAAqC,EAAE,aAAa,GACnE,OAAO,CAAC,OAAO,qCAAqC,EAAE,cAAc,CAAC;CAMzE"}
package/dist/auth.js CHANGED
@@ -61,14 +61,6 @@ class AuthService {
61
61
  throw new Error(`API Error (${response.status}): ${errorText}`);
62
62
  }
63
63
  }
64
- async Authenticate(request) {
65
- const { AuthRequest, AuthResponse } = await Promise.resolve().then(() => __importStar(require("./fatehan/identities/authentication")));
66
- return this._call("Authenticate", request, AuthRequest, AuthResponse);
67
- }
68
- async OtpCode(request) {
69
- const { OtpCodeRequest, OtpCodeResponse } = await Promise.resolve().then(() => __importStar(require("./fatehan/identities/authentication")));
70
- return this._call("OtpCode", request, OtpCodeRequest, OtpCodeResponse);
71
- }
72
64
  async Logout(request) {
73
65
  const { LogoutRequest, LogoutResponse } = await Promise.resolve().then(() => __importStar(require("./fatehan/identities/authentication")));
74
66
  return this._call("Logout", request, LogoutRequest, LogoutResponse);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fatehan/tsrp",
3
- "version": "1.3.23",
3
+ "version": "1.3.24",
4
4
  "description": "fatehan main models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",