@wix/redirects 1.0.10 → 1.0.11

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.
@@ -313,7 +313,7 @@ export interface CallbackParams {
313
313
  /**
314
314
  * The URL Wix should redirect the visitor to when the Wix-managed process is completed, abandoned, or interrupted.
315
315
  *
316
- * **Note**: For an authentication redirect, don't pass a URL here. Instead, pass one in `auth.authRequest.redirectUri`.
316
+ * **Note**: For an authentication redirect, don't pass a URL here. Instead, pass one in `options.auth.authRequest.redirectUri`.
317
317
  */
318
318
  postFlowUrl?: string | null;
319
319
  /**
@@ -313,7 +313,7 @@ export interface CallbackParams {
313
313
  /**
314
314
  * The URL Wix should redirect the visitor to when the Wix-managed process is completed, abandoned, or interrupted.
315
315
  *
316
- * **Note**: For an authentication redirect, don't pass a URL here. Instead, pass one in `auth.authRequest.redirectUri`.
316
+ * **Note**: For an authentication redirect, don't pass a URL here. Instead, pass one in `options.auth.authRequest.redirectUri`.
317
317
  */
318
318
  postFlowUrl?: string | null;
319
319
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/redirects",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
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": "2301591e05e2db1a8c87e40c7c63704c7c5323be4ac7e517ab6adeff"
36
+ "falconPackageHash": "4dd2575f9a5925d290d276054adb2076cbcfa5f571dae72b2f137069"
37
37
  }