@descope/react-sdk 2.16.4 → 2.17.0

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.
@@ -568,7 +568,7 @@ declare const createSdkWrapper: <P extends Omit<{
568
568
  };
569
569
  outbound: {
570
570
  connect: (appId: string, options?: {
571
- redirectURL?: string;
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
- redirectURL?: string;
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
- redirectURL?: string;
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
- redirectURL?: string;
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
- redirectURL?: string;
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
- redirectURL?: string;
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
- redirectURL?: string;
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
- redirectURL?: string;
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
- redirectURL?: string;
5971
+ redirectUrl?: string;
5972
5972
  scopes?: string[];
5973
5973
  }, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
5974
5974
  };
@@ -102,6 +102,7 @@ export type DescopeProps = {
102
102
  dismissScreenErrorOnInput?: boolean;
103
103
  onScreenUpdate?: (screenName: string, context: Record<string, any>, next: (interactionId: string, form: Record<string, any>) => Promise<unknown>, ref: HTMLElement) => boolean | Promise<boolean>;
104
104
  children?: React.ReactNode;
105
+ externalRequestId?: string;
105
106
  };
106
107
  export type UserManagementProps = WidgetProps;
107
108
  export type RoleManagementProps = WidgetProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/react-sdk",
3
- "version": "2.16.4",
3
+ "version": "2.17.0",
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/audit-management-widget": "0.5.0",
54
- "@descope/access-key-management-widget": "0.5.0",
55
- "@descope/role-management-widget": "0.4.0",
56
- "@descope/user-management-widget": "0.8.0",
57
- "@descope/web-component": "3.44.3",
58
- "@descope/user-profile-widget": "0.6.4",
59
- "@descope/web-js-sdk": "1.33.5",
60
- "@descope/applications-portal-widget": "0.4.0",
61
- "@descope/core-js-sdk": "2.44.4",
62
- "@descope/tenant-profile-widget": "0.2.1"
53
+ "@descope/access-key-management-widget": "0.5.2",
54
+ "@descope/audit-management-widget": "0.5.2",
55
+ "@descope/role-management-widget": "0.4.2",
56
+ "@descope/user-management-widget": "0.8.2",
57
+ "@descope/applications-portal-widget": "0.4.2",
58
+ "@descope/user-profile-widget": "0.6.6",
59
+ "@descope/web-js-sdk": "1.33.7",
60
+ "@descope/core-js-sdk": "2.45.0",
61
+ "@descope/tenant-profile-widget": "0.2.3",
62
+ "@descope/web-component": "3.45.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@babel/core": "7.26.0",