@deepdesk/deepdesk-sdk 19.6.1-beta.1 → 19.6.1
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/dist/index.cjs.js +9 -9
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js +9 -9
- package/dist/index.iife.js +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3447,7 +3447,8 @@ declare class DeepdeskSDK {
|
|
|
3447
3447
|
* This is typically used when you want to provide a more seamless authentication experience without
|
|
3448
3448
|
* redirecting the entire page.
|
|
3449
3449
|
*
|
|
3450
|
-
* **Note:** The
|
|
3450
|
+
* **Note:** The opener origin must match the account's configured `platform.url`
|
|
3451
|
+
* or `account.url` (Deepdesk-hosted widgets such as Genesys Cloud use `account.url`).
|
|
3451
3452
|
*
|
|
3452
3453
|
* @param options - Optional authentication options
|
|
3453
3454
|
* @param options.url - Custom URL for the SSO flow (optional, uses default if not provided)
|
package/dist/index.d.ts
CHANGED
|
@@ -3447,7 +3447,8 @@ declare class DeepdeskSDK {
|
|
|
3447
3447
|
* This is typically used when you want to provide a more seamless authentication experience without
|
|
3448
3448
|
* redirecting the entire page.
|
|
3449
3449
|
*
|
|
3450
|
-
* **Note:** The
|
|
3450
|
+
* **Note:** The opener origin must match the account's configured `platform.url`
|
|
3451
|
+
* or `account.url` (Deepdesk-hosted widgets such as Genesys Cloud use `account.url`).
|
|
3451
3452
|
*
|
|
3452
3453
|
* @param options - Optional authentication options
|
|
3453
3454
|
* @param options.url - Custom URL for the SSO flow (optional, uses default if not provided)
|