@cloudbase/oauth 1.3.9-beta → 1.3.11-beta

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/auth/models.d.ts CHANGED
@@ -3,6 +3,7 @@ export interface SignInRequest {
3
3
  password?: string;
4
4
  verification_token?: string;
5
5
  two_factor_password?: string;
6
+ provider_token?: string;
6
7
  }
7
8
  export interface SignInWithProviderRequest {
8
9
  provider_token: string;
@@ -265,11 +266,11 @@ export interface RevokeDeviceRequest {
265
266
  device_id: string;
266
267
  }
267
268
  export interface SignoutRequest {
268
- signout_uri?: string;
269
+ redirect_uri?: string;
269
270
  state?: string;
270
271
  }
271
272
  export interface SignoutReponse {
272
- signout_uri?: string;
273
+ redirect_uri?: string;
273
274
  }
274
275
  export interface AuthorizeDeviceRequest {
275
276
  client_id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/auth/models.ts"],"names":[],"mappings":";;AA+VA,EAAE,CAAA"}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/auth/models.ts"],"names":[],"mappings":";;AAgWA,EAAE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/oauth",
3
- "version": "1.3.9-beta",
3
+ "version": "1.3.11-beta",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",