@descope/react-sdk 2.16.3 → 2.16.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 +3 -3
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/sdk.d.ts +9 -9
- package/package.json +11 -11
package/dist/types/sdk.d.ts
CHANGED
|
@@ -568,7 +568,7 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
568
568
|
};
|
|
569
569
|
outbound: {
|
|
570
570
|
connect: (appId: string, options?: {
|
|
571
|
-
|
|
571
|
+
redirectUrl?: string;
|
|
572
572
|
scopes?: string[];
|
|
573
573
|
}, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
|
|
574
574
|
};
|
|
@@ -1239,7 +1239,7 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1239
1239
|
};
|
|
1240
1240
|
outbound: {
|
|
1241
1241
|
connect: (appId: string, options?: {
|
|
1242
|
-
|
|
1242
|
+
redirectUrl?: string;
|
|
1243
1243
|
scopes?: string[];
|
|
1244
1244
|
}, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
|
|
1245
1245
|
};
|
|
@@ -1910,7 +1910,7 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1910
1910
|
};
|
|
1911
1911
|
outbound: {
|
|
1912
1912
|
connect: (appId: string, options?: {
|
|
1913
|
-
|
|
1913
|
+
redirectUrl?: string;
|
|
1914
1914
|
scopes?: string[];
|
|
1915
1915
|
}, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
|
|
1916
1916
|
};
|
|
@@ -2593,7 +2593,7 @@ export declare const createTempSdk: () => ((({
|
|
|
2593
2593
|
};
|
|
2594
2594
|
outbound: {
|
|
2595
2595
|
connect: (appId: string, options?: {
|
|
2596
|
-
|
|
2596
|
+
redirectUrl?: string;
|
|
2597
2597
|
scopes?: string[];
|
|
2598
2598
|
}, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
|
|
2599
2599
|
};
|
|
@@ -3264,7 +3264,7 @@ export declare const createTempSdk: () => ((({
|
|
|
3264
3264
|
};
|
|
3265
3265
|
outbound: {
|
|
3266
3266
|
connect: (appId: string, options?: {
|
|
3267
|
-
|
|
3267
|
+
redirectUrl?: string;
|
|
3268
3268
|
scopes?: string[];
|
|
3269
3269
|
}, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
|
|
3270
3270
|
};
|
|
@@ -3935,7 +3935,7 @@ export declare const createTempSdk: () => ((({
|
|
|
3935
3935
|
};
|
|
3936
3936
|
outbound: {
|
|
3937
3937
|
connect: (appId: string, options?: {
|
|
3938
|
-
|
|
3938
|
+
redirectUrl?: string;
|
|
3939
3939
|
scopes?: string[];
|
|
3940
3940
|
}, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
|
|
3941
3941
|
};
|
|
@@ -4626,7 +4626,7 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4626
4626
|
};
|
|
4627
4627
|
outbound: {
|
|
4628
4628
|
connect: (appId: string, options?: {
|
|
4629
|
-
|
|
4629
|
+
redirectUrl?: string;
|
|
4630
4630
|
scopes?: string[];
|
|
4631
4631
|
}, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
|
|
4632
4632
|
};
|
|
@@ -5297,7 +5297,7 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5297
5297
|
};
|
|
5298
5298
|
outbound: {
|
|
5299
5299
|
connect: (appId: string, options?: {
|
|
5300
|
-
|
|
5300
|
+
redirectUrl?: string;
|
|
5301
5301
|
scopes?: string[];
|
|
5302
5302
|
}, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
|
|
5303
5303
|
};
|
|
@@ -5968,7 +5968,7 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5968
5968
|
};
|
|
5969
5969
|
outbound: {
|
|
5970
5970
|
connect: (appId: string, options?: {
|
|
5971
|
-
|
|
5971
|
+
redirectUrl?: string;
|
|
5972
5972
|
scopes?: string[];
|
|
5973
5973
|
}, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
|
|
5974
5974
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/react-sdk",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.5",
|
|
4
4
|
"description": "Descope React SDK",
|
|
5
5
|
"author": "Descope Team <info@descope.com>",
|
|
6
6
|
"homepage": "https://github.com/descope/descope-js",
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@descope/sdk-helpers": "0.3.0",
|
|
53
|
-
"@descope/
|
|
54
|
-
"@descope/
|
|
55
|
-
"@descope/role-management-widget": "0.4.
|
|
56
|
-
"@descope/user-profile-widget": "0.6.
|
|
57
|
-
"@descope/user-management-widget": "0.8.
|
|
58
|
-
"@descope/
|
|
59
|
-
"@descope/
|
|
60
|
-
"@descope/
|
|
61
|
-
"@descope/
|
|
62
|
-
"@descope/
|
|
53
|
+
"@descope/audit-management-widget": "0.5.1",
|
|
54
|
+
"@descope/access-key-management-widget": "0.5.1",
|
|
55
|
+
"@descope/role-management-widget": "0.4.1",
|
|
56
|
+
"@descope/user-profile-widget": "0.6.5",
|
|
57
|
+
"@descope/user-management-widget": "0.8.1",
|
|
58
|
+
"@descope/web-component": "3.44.4",
|
|
59
|
+
"@descope/applications-portal-widget": "0.4.1",
|
|
60
|
+
"@descope/core-js-sdk": "2.44.5",
|
|
61
|
+
"@descope/tenant-profile-widget": "0.2.2",
|
|
62
|
+
"@descope/web-js-sdk": "1.33.6"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@babel/core": "7.26.0",
|