@microservsforsell/contracts 1.0.16 → 1.0.17

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.
@@ -25,7 +25,7 @@ export interface RefreshResponse {
25
25
  refreshToken: string;
26
26
  }
27
27
  export interface TelegramInitResponse {
28
- utl: string;
28
+ url: string;
29
29
  }
30
30
  export interface TelegramVerifyRequest {
31
31
  query: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microservsforsell/contracts",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Protobuf definitions and generated Typecript types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
package/proto/auth.proto CHANGED
@@ -42,7 +42,7 @@ message RefreshResponse {
42
42
 
43
43
 
44
44
  message TelegramInitResponse {
45
- string utl = 1;
45
+ string url = 1;
46
46
  }
47
47
 
48
48
  message TelegramVerifyRequest {