@asgardeo/javascript 0.2.7 → 0.2.8
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/api/v2/executeEmbeddedSignInFlowV2.d.ts +1 -1
- package/dist/api/v2/executeEmbeddedSignUpFlowV2.d.ts +1 -1
- package/dist/cjs/index.js +6 -6
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +6 -6
- package/dist/index.js.map +2 -2
- package/dist/models/v2/embedded-signin-flow-v2.d.ts +1 -1
- package/dist/models/v2/embedded-signup-flow-v2.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|
-
|
|
156
|
+
authId?: string;
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
159
|
* Error response structure for the new Asgardeo V2 embedded sign-up flow.
|