@wix/redirects 1.0.8 → 1.0.9

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.
@@ -228,7 +228,7 @@ export interface AuthorizeRequest {
228
228
  * redirect_uri is the URI to which the authorization server will redirect the
229
229
  * user-agent after the user grants/denies permission.
230
230
  */
231
- redirectUri?: string;
231
+ redirectUri?: string | null;
232
232
  /**
233
233
  * scope is a space-delimited string that specifies the requested scope of the
234
234
  * access request.
@@ -234,7 +234,7 @@ export interface AuthorizeRequest {
234
234
  * redirect_uri is the URI to which the authorization server will redirect the
235
235
  * user-agent after the user grants/denies permission.
236
236
  */
237
- redirectUri?: string;
237
+ redirectUri?: string | null;
238
238
  /**
239
239
  * scope is a space-delimited string that specifies the requested scope of the
240
240
  * access request.
@@ -228,7 +228,7 @@ export interface AuthorizeRequest {
228
228
  * redirect_uri is the URI to which the authorization server will redirect the
229
229
  * user-agent after the user grants/denies permission.
230
230
  */
231
- redirectUri?: string;
231
+ redirectUri?: string | null;
232
232
  /**
233
233
  * scope is a space-delimited string that specifies the requested scope of the
234
234
  * access request.
@@ -234,7 +234,7 @@ export interface AuthorizeRequest {
234
234
  * redirect_uri is the URI to which the authorization server will redirect the
235
235
  * user-agent after the user grants/denies permission.
236
236
  */
237
- redirectUri?: string;
237
+ redirectUri?: string | null;
238
238
  /**
239
239
  * scope is a space-delimited string that specifies the requested scope of the
240
240
  * access request.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/redirects",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "15374e20aef4eb5a6897a97a3a97de337e7074d77fd660615d86bd0b"
36
+ "falconPackageHash": "a27c46dd3de5ca06f2fa2268e94af8b0918bd377028e5034a9e2abf4"
37
37
  }