@ren4elcinema/contracts 1.0.6 → 1.0.7

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/gen/auth.ts CHANGED
@@ -31,7 +31,7 @@ export interface VerifyOtpResponse {
31
31
  }
32
32
 
33
33
  export interface RefreshRequest {
34
- refreshTocken: string;
34
+ refreshToken: string;
35
35
  }
36
36
 
37
37
  export interface RefreshResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ren4elcinema/contracts",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Protobuf definitions and generated TypeScript types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
package/proto/auth.proto CHANGED
@@ -30,7 +30,7 @@ message VerifyOtpResponse {
30
30
  }
31
31
 
32
32
  message RefreshRequest {
33
- string refresh_tocken = 1;
33
+ string refresh_token = 1;
34
34
  }
35
35
 
36
36
  message RefreshResponse {