@descope/react-sdk 2.27.3 → 2.27.5
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/cjs/constants.js +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/index.d.ts +6 -3
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/sdk.d.ts +18 -9
- package/package.json +12 -12
package/dist/cjs/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const e="undefined"!=typeof window;exports.IS_BROWSER=e,exports.baseHeaders={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.27.
|
|
1
|
+
"use strict";const e="undefined"!=typeof window;exports.IS_BROWSER=e,exports.baseHeaders={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.27.5"};
|
|
2
2
|
//# sourceMappingURL=constants.js.map
|
package/dist/esm/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const e={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.27.
|
|
1
|
+
const e={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.27.5"},d="undefined"!=typeof window;export{d as IS_BROWSER,e as baseHeaders};
|
|
2
2
|
//# sourceMappingURL=constants.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -89,6 +89,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
89
89
|
oidcIdpStateId?: string;
|
|
90
90
|
preview?: boolean;
|
|
91
91
|
samlIdpStateId?: string;
|
|
92
|
+
wsfedIdpStateId?: string;
|
|
92
93
|
samlIdpUsername?: string;
|
|
93
94
|
ssoAppId?: string;
|
|
94
95
|
thirdPartyAppId?: string;
|
|
@@ -109,7 +110,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
109
110
|
applicationScopes?: string;
|
|
110
111
|
outboundAppId?: string;
|
|
111
112
|
outboundAppScopes?: string[];
|
|
112
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
113
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
113
114
|
lastAuth?: Omit<{
|
|
114
115
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
115
116
|
oauthProvider?: string;
|
|
@@ -809,6 +810,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
809
810
|
oidcIdpStateId?: string;
|
|
810
811
|
preview?: boolean;
|
|
811
812
|
samlIdpStateId?: string;
|
|
813
|
+
wsfedIdpStateId?: string;
|
|
812
814
|
samlIdpUsername?: string;
|
|
813
815
|
ssoAppId?: string;
|
|
814
816
|
thirdPartyAppId?: string;
|
|
@@ -829,7 +831,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
829
831
|
applicationScopes?: string;
|
|
830
832
|
outboundAppId?: string;
|
|
831
833
|
outboundAppScopes?: string[];
|
|
832
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
834
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
833
835
|
lastAuth?: Omit<{
|
|
834
836
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
835
837
|
oauthProvider?: string;
|
|
@@ -1529,6 +1531,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1529
1531
|
oidcIdpStateId?: string;
|
|
1530
1532
|
preview?: boolean;
|
|
1531
1533
|
samlIdpStateId?: string;
|
|
1534
|
+
wsfedIdpStateId?: string;
|
|
1532
1535
|
samlIdpUsername?: string;
|
|
1533
1536
|
ssoAppId?: string;
|
|
1534
1537
|
thirdPartyAppId?: string;
|
|
@@ -1549,7 +1552,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1549
1552
|
applicationScopes?: string;
|
|
1550
1553
|
outboundAppId?: string;
|
|
1551
1554
|
outboundAppScopes?: string[];
|
|
1552
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
1555
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
1553
1556
|
lastAuth?: Omit<{
|
|
1554
1557
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
1555
1558
|
oauthProvider?: string;
|