@descope/user-profile-widget 0.0.18 → 0.0.20

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/index.d.ts CHANGED
@@ -16,7 +16,7 @@ declare const UserProfileWidget: {
16
16
  new (...args: any): {
17
17
  init(): Promise<void>;
18
18
  logout: _descope_sdk_component_drivers.ButtonDriver;
19
- "__#13@#initLogout"(): void;
19
+ "__#16@#initLogout"(): void;
20
20
  onWidgetRootReady: (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>);
21
21
  "__#12031@#ModalDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
22
22
  logger: {
@@ -106,10 +106,10 @@ declare const UserProfileWidget: {
106
106
  observeAttribute: ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any);
107
107
  observeAttributes: ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void);
108
108
  "__#12021@#isInit": boolean;
109
- connectedCallback: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & {
109
+ connectedCallback: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & {
110
110
  (): void;
111
111
  (): void;
112
- } & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
112
+ } & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
113
113
  accessKey: string;
114
114
  readonly accessKeyLabel: string;
115
115
  autocapitalize: string;
@@ -183,10 +183,10 @@ declare const UserProfileWidget: {
183
183
  <K_1_3 extends keyof HTMLElementEventMap>(type: K_1_3, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_3]) => any, options?: boolean | EventListenerOptions): void;
184
184
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
185
185
  } & {
186
- <K_1_4 extends keyof HTMLElementEventMap>(type: K_1_4, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_4]) => any, options?: boolean | EventListenerOptions): void;
186
+ <K_13 extends keyof HTMLElementEventMap>(type: K_13, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_13]) => any, options?: boolean | EventListenerOptions): void;
187
187
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
188
188
  } & {
189
- <K_13 extends keyof HTMLElementEventMap>(type: K_13, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_13]) => any, options?: boolean | EventListenerOptions): void;
189
+ <K_1_4 extends keyof HTMLElementEventMap>(type: K_1_4, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_4]) => any, options?: boolean | EventListenerOptions): void;
190
190
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
191
191
  } & {
192
192
  <K_1_5 extends keyof HTMLElementEventMap>(type: K_1_5, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_5]) => any, options?: boolean | EventListenerOptions): void;
@@ -210,10 +210,10 @@ declare const UserProfileWidget: {
210
210
  <K_1_11 extends keyof HTMLElementEventMap>(type: K_1_11, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_11]) => any, options?: boolean | EventListenerOptions): void;
211
211
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
212
212
  };
213
- attributeChangedCallback: ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & {
213
+ attributeChangedCallback: ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & {
214
214
  (attrName: string, oldValue: string, newValue: string): void;
215
215
  (attrName: string, oldValue: string, newValue: string): void;
216
- } & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void);
216
+ } & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void);
217
217
  readonly attributes: NamedNodeMap;
218
218
  readonly classList: DOMTokenList;
219
219
  className: string;
@@ -254,13 +254,13 @@ declare const UserProfileWidget: {
254
254
  <K_2_3 extends keyof HTMLElementTagNameMap>(selector: K_2_3): HTMLElementTagNameMap[K_2_3];
255
255
  <K_3_3 extends keyof SVGElementTagNameMap>(selector: K_3_3): SVGElementTagNameMap[K_3_3];
256
256
  <E_3 extends Element = Element>(selectors: string): E_3;
257
- } & {
258
- <K_2_4 extends keyof HTMLElementTagNameMap>(selector: K_2_4): HTMLElementTagNameMap[K_2_4];
259
- <K_3_4 extends keyof SVGElementTagNameMap>(selector: K_3_4): SVGElementTagNameMap[K_3_4];
260
- <E_4 extends Element = Element>(selectors: string): E_4;
261
257
  } & {
262
258
  <K_14 extends keyof HTMLElementTagNameMap>(selector: K_14): HTMLElementTagNameMap[K_14];
263
259
  <K_15 extends keyof SVGElementTagNameMap>(selector: K_15): SVGElementTagNameMap[K_15];
260
+ <E_4 extends Element = Element>(selectors: string): E_4;
261
+ } & {
262
+ <K_2_4 extends keyof HTMLElementTagNameMap>(selector: K_2_4): HTMLElementTagNameMap[K_2_4];
263
+ <K_3_4 extends keyof SVGElementTagNameMap>(selector: K_3_4): SVGElementTagNameMap[K_3_4];
264
264
  <E_5 extends Element = Element>(selectors: string): E_5;
265
265
  } & {
266
266
  <K_2_5 extends keyof HTMLElementTagNameMap>(selector: K_2_5): HTMLElementTagNameMap[K_2_5];
@@ -315,14 +315,14 @@ declare const UserProfileWidget: {
315
315
  <K_4_3 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_3): HTMLCollectionOf<HTMLElementTagNameMap[K_4_3]>;
316
316
  <K_5_3 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_3): HTMLCollectionOf<SVGElementTagNameMap[K_5_3]>;
317
317
  (qualifiedName: string): HTMLCollectionOf<Element>;
318
- } & {
319
- <K_4_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4_4]>;
320
- <K_5_4 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_4): HTMLCollectionOf<SVGElementTagNameMap[K_5_4]>;
321
- (qualifiedName: string): HTMLCollectionOf<Element>;
322
318
  } & {
323
319
  <K_16 extends keyof HTMLElementTagNameMap>(qualifiedName: K_16): HTMLCollectionOf<HTMLElementTagNameMap[K_16]>;
324
320
  <K_17 extends keyof SVGElementTagNameMap>(qualifiedName: K_17): HTMLCollectionOf<SVGElementTagNameMap[K_17]>;
325
321
  (qualifiedName: string): HTMLCollectionOf<Element>;
322
+ } & {
323
+ <K_4_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4_4]>;
324
+ <K_5_4 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_4): HTMLCollectionOf<SVGElementTagNameMap[K_5_4]>;
325
+ (qualifiedName: string): HTMLCollectionOf<Element>;
326
326
  } & {
327
327
  <K_4_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_5): HTMLCollectionOf<HTMLElementTagNameMap[K_4_5]>;
328
328
  <K_5_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_5): HTMLCollectionOf<SVGElementTagNameMap[K_5_5]>;
@@ -560,21 +560,21 @@ declare const UserProfileWidget: {
560
560
  readonly parentNode: ParentNode;
561
561
  readonly previousSibling: ChildNode;
562
562
  textContent: string;
563
- appendChild: (<T_1 extends Node>(node: T_1) => T_1) & (<T_1_1 extends Node>(node: T_1_1) => T_1_1) & (<T_1_2 extends Node>(node: T_1_2) => T_1_2) & (<T_1_3 extends Node>(node: T_1_3) => T_1_3) & (<T_1_4 extends Node>(node: T_1_4) => T_1_4) & (<T extends Node>(node: T) => T) & (<T_1_5 extends Node>(node: T_1_5) => T_1_5) & (<T_1_6 extends Node>(node: T_1_6) => T_1_6) & (<T_1_7 extends Node>(node: T_1_7) => T_1_7) & (<T_1_8 extends Node>(node: T_1_8) => T_1_8) & (<T_1_9 extends Node>(node: T_1_9) => T_1_9) & (<T_1_10 extends Node>(node: T_1_10) => T_1_10) & (<T_1_11 extends Node>(node: T_1_11) => T_1_11);
563
+ appendChild: (<T_1 extends Node>(node: T_1) => T_1) & (<T_1_1 extends Node>(node: T_1_1) => T_1_1) & (<T_1_2 extends Node>(node: T_1_2) => T_1_2) & (<T_1_3 extends Node>(node: T_1_3) => T_1_3) & (<T extends Node>(node: T) => T) & (<T_1_4 extends Node>(node: T_1_4) => T_1_4) & (<T_1_5 extends Node>(node: T_1_5) => T_1_5) & (<T_1_6 extends Node>(node: T_1_6) => T_1_6) & (<T_1_7 extends Node>(node: T_1_7) => T_1_7) & (<T_1_8 extends Node>(node: T_1_8) => T_1_8) & (<T_1_9 extends Node>(node: T_1_9) => T_1_9) & (<T_1_10 extends Node>(node: T_1_10) => T_1_10) & (<T_1_11 extends Node>(node: T_1_11) => T_1_11);
564
564
  cloneNode: ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node);
565
565
  compareDocumentPosition: ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number);
566
566
  contains: ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean);
567
567
  getRootNode: ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node);
568
568
  hasChildNodes: (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean);
569
- insertBefore: (<T_2 extends Node>(node: T_2, child: Node) => T_2) & (<T_2_1 extends Node>(node: T_2_1, child: Node) => T_2_1) & (<T_2_2 extends Node>(node: T_2_2, child: Node) => T_2_2) & (<T_2_3 extends Node>(node: T_2_3, child: Node) => T_2_3) & (<T_2_4 extends Node>(node: T_2_4, child: Node) => T_2_4) & (<T_3 extends Node>(node: T_3, child: Node) => T_3) & (<T_2_5 extends Node>(node: T_2_5, child: Node) => T_2_5) & (<T_2_6 extends Node>(node: T_2_6, child: Node) => T_2_6) & (<T_2_7 extends Node>(node: T_2_7, child: Node) => T_2_7) & (<T_2_8 extends Node>(node: T_2_8, child: Node) => T_2_8) & (<T_2_9 extends Node>(node: T_2_9, child: Node) => T_2_9) & (<T_2_10 extends Node>(node: T_2_10, child: Node) => T_2_10) & (<T_2_11 extends Node>(node: T_2_11, child: Node) => T_2_11);
569
+ insertBefore: (<T_2 extends Node>(node: T_2, child: Node) => T_2) & (<T_2_1 extends Node>(node: T_2_1, child: Node) => T_2_1) & (<T_2_2 extends Node>(node: T_2_2, child: Node) => T_2_2) & (<T_2_3 extends Node>(node: T_2_3, child: Node) => T_2_3) & (<T_3 extends Node>(node: T_3, child: Node) => T_3) & (<T_2_4 extends Node>(node: T_2_4, child: Node) => T_2_4) & (<T_2_5 extends Node>(node: T_2_5, child: Node) => T_2_5) & (<T_2_6 extends Node>(node: T_2_6, child: Node) => T_2_6) & (<T_2_7 extends Node>(node: T_2_7, child: Node) => T_2_7) & (<T_2_8 extends Node>(node: T_2_8, child: Node) => T_2_8) & (<T_2_9 extends Node>(node: T_2_9, child: Node) => T_2_9) & (<T_2_10 extends Node>(node: T_2_10, child: Node) => T_2_10) & (<T_2_11 extends Node>(node: T_2_11, child: Node) => T_2_11);
570
570
  isDefaultNamespace: ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean);
571
571
  isEqualNode: ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean);
572
572
  isSameNode: ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean);
573
573
  lookupNamespaceURI: ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string);
574
574
  lookupPrefix: ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string);
575
575
  normalize: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
576
- removeChild: (<T_3 extends Node>(child: T_3) => T_3) & (<T_3_1 extends Node>(child: T_3_1) => T_3_1) & (<T_3_2 extends Node>(child: T_3_2) => T_3_2) & (<T_3_3 extends Node>(child: T_3_3) => T_3_3) & (<T_3_4 extends Node>(child: T_3_4) => T_3_4) & (<T_4 extends Node>(child: T_4) => T_4) & (<T_3_5 extends Node>(child: T_3_5) => T_3_5) & (<T_3_6 extends Node>(child: T_3_6) => T_3_6) & (<T_3_7 extends Node>(child: T_3_7) => T_3_7) & (<T_3_8 extends Node>(child: T_3_8) => T_3_8) & (<T_3_9 extends Node>(child: T_3_9) => T_3_9) & (<T_3_10 extends Node>(child: T_3_10) => T_3_10) & (<T_3_11 extends Node>(child: T_3_11) => T_3_11);
577
- replaceChild: (<T_4 extends Node>(node: Node, child: T_4) => T_4) & (<T_4_1 extends Node>(node: Node, child: T_4_1) => T_4_1) & (<T_4_2 extends Node>(node: Node, child: T_4_2) => T_4_2) & (<T_4_3 extends Node>(node: Node, child: T_4_3) => T_4_3) & (<T_4_4 extends Node>(node: Node, child: T_4_4) => T_4_4) & (<T_5 extends Node>(node: Node, child: T_5) => T_5) & (<T_4_5 extends Node>(node: Node, child: T_4_5) => T_4_5) & (<T_4_6 extends Node>(node: Node, child: T_4_6) => T_4_6) & (<T_4_7 extends Node>(node: Node, child: T_4_7) => T_4_7) & (<T_4_8 extends Node>(node: Node, child: T_4_8) => T_4_8) & (<T_4_9 extends Node>(node: Node, child: T_4_9) => T_4_9) & (<T_4_10 extends Node>(node: Node, child: T_4_10) => T_4_10) & (<T_4_11 extends Node>(node: Node, child: T_4_11) => T_4_11);
576
+ removeChild: (<T_3 extends Node>(child: T_3) => T_3) & (<T_3_1 extends Node>(child: T_3_1) => T_3_1) & (<T_3_2 extends Node>(child: T_3_2) => T_3_2) & (<T_3_3 extends Node>(child: T_3_3) => T_3_3) & (<T_4 extends Node>(child: T_4) => T_4) & (<T_3_4 extends Node>(child: T_3_4) => T_3_4) & (<T_3_5 extends Node>(child: T_3_5) => T_3_5) & (<T_3_6 extends Node>(child: T_3_6) => T_3_6) & (<T_3_7 extends Node>(child: T_3_7) => T_3_7) & (<T_3_8 extends Node>(child: T_3_8) => T_3_8) & (<T_3_9 extends Node>(child: T_3_9) => T_3_9) & (<T_3_10 extends Node>(child: T_3_10) => T_3_10) & (<T_3_11 extends Node>(child: T_3_11) => T_3_11);
577
+ replaceChild: (<T_4 extends Node>(node: Node, child: T_4) => T_4) & (<T_4_1 extends Node>(node: Node, child: T_4_1) => T_4_1) & (<T_4_2 extends Node>(node: Node, child: T_4_2) => T_4_2) & (<T_4_3 extends Node>(node: Node, child: T_4_3) => T_4_3) & (<T_5 extends Node>(node: Node, child: T_5) => T_5) & (<T_4_4 extends Node>(node: Node, child: T_4_4) => T_4_4) & (<T_4_5 extends Node>(node: Node, child: T_4_5) => T_4_5) & (<T_4_6 extends Node>(node: Node, child: T_4_6) => T_4_6) & (<T_4_7 extends Node>(node: Node, child: T_4_7) => T_4_7) & (<T_4_8 extends Node>(node: Node, child: T_4_8) => T_4_8) & (<T_4_9 extends Node>(node: Node, child: T_4_9) => T_4_9) & (<T_4_10 extends Node>(node: Node, child: T_4_10) => T_4_10) & (<T_4_11 extends Node>(node: Node, child: T_4_11) => T_4_11);
578
578
  readonly ATTRIBUTE_NODE: number;
579
579
  readonly CDATA_SECTION_NODE: number;
580
580
  readonly COMMENT_NODE: number;
@@ -665,14 +665,14 @@ declare const UserProfileWidget: {
665
665
  <K_6_3 extends keyof HTMLElementTagNameMap>(selectors: K_6_3): HTMLElementTagNameMap[K_6_3];
666
666
  <K_7_3 extends keyof SVGElementTagNameMap>(selectors: K_7_3): SVGElementTagNameMap[K_7_3];
667
667
  <E_1_3 extends Element = Element>(selectors: string): E_1_3;
668
- } & {
669
- <K_6_4 extends keyof HTMLElementTagNameMap>(selectors: K_6_4): HTMLElementTagNameMap[K_6_4];
670
- <K_7_4 extends keyof SVGElementTagNameMap>(selectors: K_7_4): SVGElementTagNameMap[K_7_4];
671
- <E_1_4 extends Element = Element>(selectors: string): E_1_4;
672
668
  } & {
673
669
  <K_18 extends keyof HTMLElementTagNameMap>(selectors: K_18): HTMLElementTagNameMap[K_18];
674
670
  <K_19 extends keyof SVGElementTagNameMap>(selectors: K_19): SVGElementTagNameMap[K_19];
675
671
  <E_13 extends Element = Element>(selectors: string): E_13;
672
+ } & {
673
+ <K_6_4 extends keyof HTMLElementTagNameMap>(selectors: K_6_4): HTMLElementTagNameMap[K_6_4];
674
+ <K_7_4 extends keyof SVGElementTagNameMap>(selectors: K_7_4): SVGElementTagNameMap[K_7_4];
675
+ <E_1_4 extends Element = Element>(selectors: string): E_1_4;
676
676
  } & {
677
677
  <K_6_5 extends keyof HTMLElementTagNameMap>(selectors: K_6_5): HTMLElementTagNameMap[K_6_5];
678
678
  <K_7_5 extends keyof SVGElementTagNameMap>(selectors: K_7_5): SVGElementTagNameMap[K_7_5];
@@ -718,14 +718,14 @@ declare const UserProfileWidget: {
718
718
  <K_8_3 extends keyof HTMLElementTagNameMap>(selectors: K_8_3): NodeListOf<HTMLElementTagNameMap[K_8_3]>;
719
719
  <K_9_3 extends keyof SVGElementTagNameMap>(selectors: K_9_3): NodeListOf<SVGElementTagNameMap[K_9_3]>;
720
720
  <E_2_3 extends Element = Element>(selectors: string): NodeListOf<E_2_3>;
721
- } & {
722
- <K_8_4 extends keyof HTMLElementTagNameMap>(selectors: K_8_4): NodeListOf<HTMLElementTagNameMap[K_8_4]>;
723
- <K_9_4 extends keyof SVGElementTagNameMap>(selectors: K_9_4): NodeListOf<SVGElementTagNameMap[K_9_4]>;
724
- <E_2_4 extends Element = Element>(selectors: string): NodeListOf<E_2_4>;
725
721
  } & {
726
722
  <K_20 extends keyof HTMLElementTagNameMap>(selectors: K_20): NodeListOf<HTMLElementTagNameMap[K_20]>;
727
723
  <K_21 extends keyof SVGElementTagNameMap>(selectors: K_21): NodeListOf<SVGElementTagNameMap[K_21]>;
728
724
  <E_14 extends Element = Element>(selectors: string): NodeListOf<E_14>;
725
+ } & {
726
+ <K_8_4 extends keyof HTMLElementTagNameMap>(selectors: K_8_4): NodeListOf<HTMLElementTagNameMap[K_8_4]>;
727
+ <K_9_4 extends keyof SVGElementTagNameMap>(selectors: K_9_4): NodeListOf<SVGElementTagNameMap[K_9_4]>;
728
+ <E_2_4 extends Element = Element>(selectors: string): NodeListOf<E_2_4>;
729
729
  } & {
730
730
  <K_8_5 extends keyof HTMLElementTagNameMap>(selectors: K_8_5): NodeListOf<HTMLElementTagNameMap[K_8_5]>;
731
731
  <K_9_5 extends keyof SVGElementTagNameMap>(selectors: K_9_5): NodeListOf<SVGElementTagNameMap[K_9_5]>;
@@ -1198,17 +1198,16 @@ declare const UserProfileWidget: {
1198
1198
  onLogEvent: ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", args: any[]) => void);
1199
1199
  contentRootElement: HTMLElement;
1200
1200
  rootElement: HTMLElement;
1201
- "__#6@#initWidgetRoot": (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>);
1201
+ "__#9@#initWidgetRoot": (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>);
1202
1202
  state: State;
1203
- "__#5@#api": {
1203
+ "__#8@#api": {
1204
1204
  user: {
1205
1205
  logout: (token?: string) => Promise<_descope_core_js_sdk.SdkResponse<never>>;
1206
1206
  me: () => Promise<any>;
1207
1207
  };
1208
1208
  };
1209
- "__#5@#createSdk": (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
1209
+ "__#8@#createSdk": (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
1210
1210
  readonly baseUrl: string;
1211
- readonly tenant: string;
1212
1211
  readonly widgetId: string;
1213
1212
  readonly mock: string;
1214
1213
  readonly api: {
@@ -1707,65 +1706,101 @@ declare const UserProfileWidget: {
1707
1706
  fulfilledMeta?: unknown;
1708
1707
  rejectedMeta?: unknown;
1709
1708
  }>;
1709
+ } & _reduxjs_toolkit.CaseReducerActions<{}, "widget"> & {
1710
+ getMe: _reduxjs_toolkit.AsyncThunk<any, never, {
1711
+ extra: {
1712
+ api: {
1713
+ user: {
1714
+ logout: (token?: string) => Promise<_descope_core_js_sdk.SdkResponse<never>>;
1715
+ me: () => Promise<any>;
1716
+ };
1717
+ };
1718
+ };
1719
+ state?: unknown;
1720
+ dispatch?: redux.Dispatch<redux.UnknownAction>;
1721
+ rejectValue?: unknown;
1722
+ serializedErrorType?: unknown;
1723
+ pendingMeta?: unknown;
1724
+ fulfilledMeta?: unknown;
1725
+ rejectedMeta?: unknown;
1726
+ }>;
1727
+ logout: _reduxjs_toolkit.AsyncThunk<any, never, {
1728
+ extra: {
1729
+ api: {
1730
+ user: {
1731
+ logout: (token?: string) => Promise<_descope_core_js_sdk.SdkResponse<never>>;
1732
+ me: () => Promise<any>;
1733
+ };
1734
+ };
1735
+ };
1736
+ state?: unknown;
1737
+ dispatch?: redux.Dispatch<redux.UnknownAction>;
1738
+ rejectValue?: unknown;
1739
+ serializedErrorType?: unknown;
1740
+ pendingMeta?: unknown;
1741
+ fulfilledMeta?: unknown;
1742
+ rejectedMeta?: unknown;
1743
+ }>;
1710
1744
  };
1711
1745
  subscribe: <SelectorR = State>(cb: (state: SelectorR) => void, selector?: (state: State) => SelectorR) => redux.Unsubscribe;
1712
1746
  fetchWidgetPage: ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>);
1713
1747
  passwordUserAuthMethod: _descope_sdk_component_drivers.UserAuthMethodDriver;
1714
- "__#12@#modal": _descope_sdk_component_drivers.ModalDriver;
1715
- "__#12@#flow": _descope_sdk_component_drivers.FlowDriver;
1716
- "__#12@#initModal"(): void;
1717
- "__#12@#initModalContent"(): void;
1718
- "__#12@#initPhoneUserAttr"(): void;
1748
+ "__#15@#modal": _descope_sdk_component_drivers.ModalDriver;
1749
+ "__#15@#flow": _descope_sdk_component_drivers.FlowDriver;
1750
+ "__#15@#initModal"(): void;
1751
+ "__#15@#initModalContent"(): void;
1752
+ "__#15@#initPhoneUserAttr"(): void;
1719
1753
  passkeyUserAuthMethod: _descope_sdk_component_drivers.UserAuthMethodDriver;
1720
- "__#11@#modal": _descope_sdk_component_drivers.ModalDriver;
1721
- "__#11@#flow": _descope_sdk_component_drivers.FlowDriver;
1722
- "__#11@#initModal"(): void;
1723
- "__#11@#initModalContent"(): void;
1724
- "__#11@#initPhoneUserAttr"(): void;
1725
- "__#11@#onFulfilledUpdate": (hasPasskey: any) => void;
1754
+ "__#14@#modal": _descope_sdk_component_drivers.ModalDriver;
1755
+ "__#14@#flow": _descope_sdk_component_drivers.FlowDriver;
1756
+ "__#14@#initModal"(): void;
1757
+ "__#14@#initModalContent"(): void;
1758
+ "__#14@#initPhoneUserAttr"(): void;
1759
+ "__#14@#onFulfilledUpdate": (hasPasskey: any) => void;
1726
1760
  phoneUserAttr: _descope_sdk_component_drivers.UserAttributeDriver;
1727
- "__#10@#editModal": _descope_sdk_component_drivers.ModalDriver;
1728
- "__#10@#editFlow": _descope_sdk_component_drivers.FlowDriver;
1729
- "__#10@#deleteModal": _descope_sdk_component_drivers.ModalDriver;
1730
- "__#10@#deleteFlow": _descope_sdk_component_drivers.FlowDriver;
1731
- "__#10@#initEditModal"(): void;
1732
- "__#10@#initEditModalContent"(): void;
1733
- "__#10@#initDeleteModal"(): void;
1734
- "__#10@#initDeleteModalContent"(): void;
1735
- "__#10@#initPhoneUserAttr"(): void;
1736
- "__#10@#onValueUpdate": (phone: any) => void;
1737
- "__#10@#onValueBadgeLabelUpdate": (isPhoneVerified: any) => void;
1761
+ "__#13@#editModal": _descope_sdk_component_drivers.ModalDriver;
1762
+ "__#13@#editFlow": _descope_sdk_component_drivers.FlowDriver;
1763
+ "__#13@#deleteModal": _descope_sdk_component_drivers.ModalDriver;
1764
+ "__#13@#deleteFlow": _descope_sdk_component_drivers.FlowDriver;
1765
+ "__#13@#initEditModal"(): void;
1766
+ "__#13@#initEditModalContent"(): void;
1767
+ "__#13@#initDeleteModal"(): void;
1768
+ "__#13@#initDeleteModalContent"(): void;
1769
+ "__#13@#initPhoneUserAttr"(): void;
1770
+ "__#13@#onValueUpdate": (phone: any) => void;
1771
+ "__#13@#onValueBadgeLabelUpdate": (isPhoneVerified: any) => void;
1738
1772
  nameUserAttr: _descope_sdk_component_drivers.UserAttributeDriver;
1739
- "__#9@#editModal": _descope_sdk_component_drivers.ModalDriver;
1740
- "__#9@#editFlow": _descope_sdk_component_drivers.FlowDriver;
1741
- "__#9@#deleteModal": _descope_sdk_component_drivers.ModalDriver;
1742
- "__#9@#deleteFlow": _descope_sdk_component_drivers.FlowDriver;
1743
- "__#9@#initEditModal"(): void;
1744
- "__#9@#initEditModalContent"(): void;
1745
- "__#9@#initDeleteModal"(): void;
1746
- "__#9@#initDeleteModalContent"(): void;
1747
- "__#9@#initNameUserAttr"(): void;
1748
- "__#9@#onValueUpdate": (name: any) => void;
1749
- emailUserAttr: _descope_sdk_component_drivers.UserAttributeDriver;
1750
- "__#8@#editModal": _descope_sdk_component_drivers.ModalDriver;
1751
- "__#8@#editFlow": _descope_sdk_component_drivers.FlowDriver;
1752
- "__#8@#deleteModal": _descope_sdk_component_drivers.ModalDriver;
1753
- "__#8@#deleteFlow": _descope_sdk_component_drivers.FlowDriver;
1754
- "__#8@#initEditModal"(): void;
1755
- "__#8@#initEditModalContent"(): void;
1756
- "__#8@#initDeleteModal"(): void;
1757
- "__#8@#initDeleteModalContent"(): void;
1758
- "__#8@#initEmailUserAttr"(): void;
1759
- "__#8@#onValueUpdate": (email: any) => void;
1760
- "__#8@#onValueBadgeLabelUpdate": (isEmailVerified: any) => void;
1773
+ "__#12@#editModal": _descope_sdk_component_drivers.ModalDriver;
1774
+ "__#12@#editFlow": _descope_sdk_component_drivers.FlowDriver;
1775
+ "__#12@#deleteModal": _descope_sdk_component_drivers.ModalDriver;
1776
+ "__#12@#deleteFlow": _descope_sdk_component_drivers.FlowDriver;
1777
+ "__#12@#initEditModal"(): void;
1778
+ "__#12@#initEditModalContent"(): void;
1779
+ "__#12@#initDeleteModal"(): void;
1780
+ "__#12@#initDeleteModalContent"(): void;
1781
+ "__#12@#initNameUserAttr"(): void;
1782
+ "__#12@#onValueUpdate": (name: any) => void;
1761
1783
  avatar: _descope_sdk_component_drivers.AvatarDriver;
1762
- "__#7@#modal": _descope_sdk_component_drivers.ModalDriver;
1763
- "__#7@#flow": _descope_sdk_component_drivers.FlowDriver;
1764
- "__#7@#initModal"(): void;
1765
- "__#7@#initModalContent"(): void;
1766
- "__#7@#initAvatar"(): void;
1767
- "__#7@#onPictureUpdate": (picture: any) => void;
1768
- "__#7@#onNameUpdate": (name: any) => void;
1784
+ "__#10@#modal": _descope_sdk_component_drivers.ModalDriver;
1785
+ "__#10@#flow": _descope_sdk_component_drivers.FlowDriver;
1786
+ "__#10@#initModal"(): void;
1787
+ "__#10@#initModalContent"(): void;
1788
+ "__#10@#initAvatar"(): void;
1789
+ "__#10@#onPictureUpdate": (picture: any) => void;
1790
+ "__#10@#onNameUpdate": (name: any) => void;
1791
+ emailUserAttr: _descope_sdk_component_drivers.UserAttributeDriver;
1792
+ "__#11@#editModal": _descope_sdk_component_drivers.ModalDriver;
1793
+ "__#11@#editFlow": _descope_sdk_component_drivers.FlowDriver;
1794
+ "__#11@#deleteModal": _descope_sdk_component_drivers.ModalDriver;
1795
+ "__#11@#deleteFlow": _descope_sdk_component_drivers.FlowDriver;
1796
+ "__#11@#initEditModal"(): void;
1797
+ "__#11@#initEditModalContent"(): void;
1798
+ "__#11@#initDeleteModal"(): void;
1799
+ "__#11@#initDeleteModalContent"(): void;
1800
+ "__#11@#initEmailUserAttr"(): void;
1801
+ "__#11@#onValueUpdate": (email: any) => void;
1802
+ "__#11@#onValueBadgeLabelUpdate": (isEmailVerified: any) => void;
1803
+ "__#17@#createFlowRedirectModal"(widgetFlow: string): void;
1769
1804
  readonly theme: _descope_sdk_mixins.ThemeOptions;
1770
1805
  "__#12033@#_themeResource": Promise<void | Record<string, any>>;
1771
1806
  "__#12033@#fetchTheme"(): Promise<Record<string, any>>;