@konplit-services/common 1.0.195 → 1.0.196

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.
@@ -11,6 +11,7 @@ export declare const lang: {
11
11
  user_phone_not_verfied: string;
12
12
  invalid_key: string;
13
13
  invalid_code: string;
14
+ invalid_auth_key: string;
14
15
  server_error: string;
15
16
  not_authorized: string;
16
17
  forbidden: string;
@@ -16,6 +16,7 @@ exports.lang = {
16
16
  user_phone_not_verfied: "user phone not verified",
17
17
  invalid_key: "invalid key",
18
18
  invalid_code: "invalid code",
19
+ invalid_auth_key: "invalid authorization key provided",
19
20
  //account
20
21
  // SERVICE DOWN
21
22
  server_error: "server error please again letter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.195",
3
+ "version": "1.0.196",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",