authhero 4.38.0 → 4.40.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.
- package/dist/assets/u/widget/authhero-widget.esm.js +1 -1
- package/dist/assets/u/widget/p-5e699de4.entry.js +1 -0
- package/dist/authhero.cjs +68 -78
- package/dist/authhero.d.ts +77 -0
- package/dist/authhero.mjs +12446 -12137
- package/dist/stats.html +1 -1
- package/package.json +2 -2
- package/dist/assets/u/widget/p-b2d3d319.entry.js +0 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -52527,6 +52527,83 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
52527
52527
|
};
|
|
52528
52528
|
};
|
|
52529
52529
|
}, "/"> & import("hono/types").MergeSchemaPath<{
|
|
52530
|
+
"/:formId/nodes/:nodeId": {
|
|
52531
|
+
$get: {
|
|
52532
|
+
input: {
|
|
52533
|
+
param: {
|
|
52534
|
+
nodeId: string;
|
|
52535
|
+
formId: string;
|
|
52536
|
+
};
|
|
52537
|
+
} & {
|
|
52538
|
+
query: {
|
|
52539
|
+
state: string;
|
|
52540
|
+
};
|
|
52541
|
+
};
|
|
52542
|
+
output: {};
|
|
52543
|
+
outputFormat: string;
|
|
52544
|
+
status: 200;
|
|
52545
|
+
} | {
|
|
52546
|
+
input: {
|
|
52547
|
+
param: {
|
|
52548
|
+
nodeId: string;
|
|
52549
|
+
formId: string;
|
|
52550
|
+
};
|
|
52551
|
+
} & {
|
|
52552
|
+
query: {
|
|
52553
|
+
state: string;
|
|
52554
|
+
};
|
|
52555
|
+
};
|
|
52556
|
+
output: {};
|
|
52557
|
+
outputFormat: string;
|
|
52558
|
+
status: 404;
|
|
52559
|
+
};
|
|
52560
|
+
};
|
|
52561
|
+
} & {
|
|
52562
|
+
"/:formId/nodes/:nodeId": {
|
|
52563
|
+
$post: {
|
|
52564
|
+
input: {
|
|
52565
|
+
param: {
|
|
52566
|
+
nodeId: string;
|
|
52567
|
+
formId: string;
|
|
52568
|
+
};
|
|
52569
|
+
} & {
|
|
52570
|
+
query: {
|
|
52571
|
+
state: string;
|
|
52572
|
+
};
|
|
52573
|
+
} & {
|
|
52574
|
+
json: {
|
|
52575
|
+
data: Record<string, any>;
|
|
52576
|
+
};
|
|
52577
|
+
};
|
|
52578
|
+
output: {};
|
|
52579
|
+
outputFormat: string;
|
|
52580
|
+
status: 404;
|
|
52581
|
+
} | {
|
|
52582
|
+
input: {
|
|
52583
|
+
param: {
|
|
52584
|
+
nodeId: string;
|
|
52585
|
+
formId: string;
|
|
52586
|
+
};
|
|
52587
|
+
} & {
|
|
52588
|
+
query: {
|
|
52589
|
+
state: string;
|
|
52590
|
+
};
|
|
52591
|
+
} & {
|
|
52592
|
+
json: {
|
|
52593
|
+
data: Record<string, any>;
|
|
52594
|
+
};
|
|
52595
|
+
};
|
|
52596
|
+
output: {
|
|
52597
|
+
branding?: any;
|
|
52598
|
+
screen?: any;
|
|
52599
|
+
} | {
|
|
52600
|
+
redirect: string;
|
|
52601
|
+
};
|
|
52602
|
+
outputFormat: "json";
|
|
52603
|
+
status: 200;
|
|
52604
|
+
};
|
|
52605
|
+
};
|
|
52606
|
+
}, "/forms"> & import("hono/types").MergeSchemaPath<{
|
|
52530
52607
|
"/:screenId": {
|
|
52531
52608
|
$get: {
|
|
52532
52609
|
input: {
|