@asgardeo/javascript 0.2.7 → 0.2.9

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.
@@ -85,5 +85,5 @@ export interface EmbeddedSignInFlowRequestV2 extends Partial<EmbeddedSignInFlowI
85
85
  * @experimental
86
86
  */
87
87
  export interface EmbeddedFlowExecuteRequestConfigV2<T = any> extends EmbeddedFlowExecuteRequestConfig<T> {
88
- sessionDataKey?: string;
88
+ authId?: string;
89
89
  }
@@ -153,7 +153,7 @@ export interface EmbeddedSignUpFlowRequestV2 extends Partial<EmbeddedSignUpFlowI
153
153
  * @experimental
154
154
  */
155
155
  export interface EmbeddedFlowExecuteRequestConfigV2<T = any> extends EmbeddedFlowExecuteRequestConfig<T> {
156
- sessionDataKey?: string;
156
+ authId?: string;
157
157
  }
158
158
  /**
159
159
  * Error response structure for the new Asgardeo V2 embedded sign-up flow.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgardeo/javascript",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "Framework agnostic JavaScript SDK for Asgardeo.",
5
5
  "keywords": [
6
6
  "asgardeo",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "2.8.1",
49
- "@asgardeo/i18n": "0.3.6"
49
+ "@asgardeo/i18n": "0.3.7"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"