@authhero/kysely-adapter 0.13.0 → 0.13.1
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/kysely-adapter.d.ts
CHANGED
|
@@ -1500,6 +1500,7 @@ declare const loginInsertSchema: z.ZodObject<{
|
|
|
1500
1500
|
code_challenge_method: z.ZodOptional<z.ZodNativeEnum<typeof CodeChallengeMethod>>;
|
|
1501
1501
|
code_challenge: z.ZodOptional<z.ZodString>;
|
|
1502
1502
|
username: z.ZodOptional<z.ZodString>;
|
|
1503
|
+
ui_locales: z.ZodOptional<z.ZodString>;
|
|
1503
1504
|
}, "strip", z.ZodTypeAny, {
|
|
1504
1505
|
client_id: string;
|
|
1505
1506
|
username?: string | undefined;
|
|
@@ -1513,6 +1514,7 @@ declare const loginInsertSchema: z.ZodObject<{
|
|
|
1513
1514
|
scope?: string | undefined;
|
|
1514
1515
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
1515
1516
|
code_challenge?: string | undefined;
|
|
1517
|
+
ui_locales?: string | undefined;
|
|
1516
1518
|
}, {
|
|
1517
1519
|
client_id: string;
|
|
1518
1520
|
username?: string | undefined;
|
|
@@ -1526,6 +1528,7 @@ declare const loginInsertSchema: z.ZodObject<{
|
|
|
1526
1528
|
scope?: string | undefined;
|
|
1527
1529
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
1528
1530
|
code_challenge?: string | undefined;
|
|
1531
|
+
ui_locales?: string | undefined;
|
|
1529
1532
|
}>;
|
|
1530
1533
|
expires_at: z.ZodString;
|
|
1531
1534
|
deleted_at: z.ZodOptional<z.ZodString>;
|
|
@@ -1545,6 +1548,7 @@ declare const loginInsertSchema: z.ZodObject<{
|
|
|
1545
1548
|
scope?: string | undefined;
|
|
1546
1549
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
1547
1550
|
code_challenge?: string | undefined;
|
|
1551
|
+
ui_locales?: string | undefined;
|
|
1548
1552
|
};
|
|
1549
1553
|
auth0Client?: string | undefined;
|
|
1550
1554
|
deleted_at?: string | undefined;
|
|
@@ -1564,6 +1568,7 @@ declare const loginInsertSchema: z.ZodObject<{
|
|
|
1564
1568
|
scope?: string | undefined;
|
|
1565
1569
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
1566
1570
|
code_challenge?: string | undefined;
|
|
1571
|
+
ui_locales?: string | undefined;
|
|
1567
1572
|
};
|
|
1568
1573
|
auth0Client?: string | undefined;
|
|
1569
1574
|
deleted_at?: string | undefined;
|
|
@@ -1588,6 +1593,7 @@ declare const loginSchema: z.ZodObject<{
|
|
|
1588
1593
|
code_challenge_method: z.ZodOptional<z.ZodNativeEnum<typeof CodeChallengeMethod>>;
|
|
1589
1594
|
code_challenge: z.ZodOptional<z.ZodString>;
|
|
1590
1595
|
username: z.ZodOptional<z.ZodString>;
|
|
1596
|
+
ui_locales: z.ZodOptional<z.ZodString>;
|
|
1591
1597
|
}, "strip", z.ZodTypeAny, {
|
|
1592
1598
|
client_id: string;
|
|
1593
1599
|
username?: string | undefined;
|
|
@@ -1601,6 +1607,7 @@ declare const loginSchema: z.ZodObject<{
|
|
|
1601
1607
|
scope?: string | undefined;
|
|
1602
1608
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
1603
1609
|
code_challenge?: string | undefined;
|
|
1610
|
+
ui_locales?: string | undefined;
|
|
1604
1611
|
}, {
|
|
1605
1612
|
client_id: string;
|
|
1606
1613
|
username?: string | undefined;
|
|
@@ -1614,6 +1621,7 @@ declare const loginSchema: z.ZodObject<{
|
|
|
1614
1621
|
scope?: string | undefined;
|
|
1615
1622
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
1616
1623
|
code_challenge?: string | undefined;
|
|
1624
|
+
ui_locales?: string | undefined;
|
|
1617
1625
|
}>;
|
|
1618
1626
|
expires_at: z.ZodString;
|
|
1619
1627
|
deleted_at: z.ZodOptional<z.ZodString>;
|
|
@@ -1636,6 +1644,7 @@ declare const loginSchema: z.ZodObject<{
|
|
|
1636
1644
|
scope?: string | undefined;
|
|
1637
1645
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
1638
1646
|
code_challenge?: string | undefined;
|
|
1647
|
+
ui_locales?: string | undefined;
|
|
1639
1648
|
};
|
|
1640
1649
|
auth0Client?: string | undefined;
|
|
1641
1650
|
deleted_at?: string | undefined;
|
|
@@ -1658,6 +1667,7 @@ declare const loginSchema: z.ZodObject<{
|
|
|
1658
1667
|
scope?: string | undefined;
|
|
1659
1668
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
1660
1669
|
code_challenge?: string | undefined;
|
|
1670
|
+
ui_locales?: string | undefined;
|
|
1661
1671
|
};
|
|
1662
1672
|
auth0Client?: string | undefined;
|
|
1663
1673
|
deleted_at?: string | undefined;
|