@descope/react-sdk 2.28.0 → 2.28.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/cjs/constants.js +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/sdk.d.ts +9 -0
- 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.28.
|
|
1
|
+
"use strict";const e="undefined"!=typeof window;exports.IS_BROWSER=e,exports.baseHeaders={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.28.1"};
|
|
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.28.
|
|
1
|
+
const e={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.28.1"},d="undefined"!=typeof window;export{d as IS_BROWSER,e as baseHeaders};
|
|
2
2
|
//# sourceMappingURL=constants.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -92,6 +92,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
92
92
|
wsfedIdpStateId?: string;
|
|
93
93
|
samlIdpUsername?: string;
|
|
94
94
|
ssoAppId?: string;
|
|
95
|
+
customAppId?: string;
|
|
95
96
|
thirdPartyAppId?: string;
|
|
96
97
|
oidcLoginHint?: string;
|
|
97
98
|
abTestingKey?: number;
|
|
@@ -834,6 +835,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
834
835
|
wsfedIdpStateId?: string;
|
|
835
836
|
samlIdpUsername?: string;
|
|
836
837
|
ssoAppId?: string;
|
|
838
|
+
customAppId?: string;
|
|
837
839
|
thirdPartyAppId?: string;
|
|
838
840
|
oidcLoginHint?: string;
|
|
839
841
|
abTestingKey?: number;
|
|
@@ -1576,6 +1578,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1576
1578
|
wsfedIdpStateId?: string;
|
|
1577
1579
|
samlIdpUsername?: string;
|
|
1578
1580
|
ssoAppId?: string;
|
|
1581
|
+
customAppId?: string;
|
|
1579
1582
|
thirdPartyAppId?: string;
|
|
1580
1583
|
oidcLoginHint?: string;
|
|
1581
1584
|
abTestingKey?: number;
|