@authhero/kysely-adapter 0.13.1 → 0.13.3

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.
@@ -1497,6 +1497,7 @@ declare const loginInsertSchema: z.ZodObject<{
1497
1497
  state: z.ZodOptional<z.ZodString>;
1498
1498
  nonce: z.ZodOptional<z.ZodString>;
1499
1499
  scope: z.ZodOptional<z.ZodString>;
1500
+ prompt: z.ZodOptional<z.ZodString>;
1500
1501
  code_challenge_method: z.ZodOptional<z.ZodNativeEnum<typeof CodeChallengeMethod>>;
1501
1502
  code_challenge: z.ZodOptional<z.ZodString>;
1502
1503
  username: z.ZodOptional<z.ZodString>;
@@ -1512,6 +1513,7 @@ declare const loginInsertSchema: z.ZodObject<{
1512
1513
  state?: string | undefined;
1513
1514
  nonce?: string | undefined;
1514
1515
  scope?: string | undefined;
1516
+ prompt?: string | undefined;
1515
1517
  code_challenge_method?: CodeChallengeMethod | undefined;
1516
1518
  code_challenge?: string | undefined;
1517
1519
  ui_locales?: string | undefined;
@@ -1526,6 +1528,7 @@ declare const loginInsertSchema: z.ZodObject<{
1526
1528
  state?: string | undefined;
1527
1529
  nonce?: string | undefined;
1528
1530
  scope?: string | undefined;
1531
+ prompt?: string | undefined;
1529
1532
  code_challenge_method?: CodeChallengeMethod | undefined;
1530
1533
  code_challenge?: string | undefined;
1531
1534
  ui_locales?: string | undefined;
@@ -1546,6 +1549,7 @@ declare const loginInsertSchema: z.ZodObject<{
1546
1549
  state?: string | undefined;
1547
1550
  nonce?: string | undefined;
1548
1551
  scope?: string | undefined;
1552
+ prompt?: string | undefined;
1549
1553
  code_challenge_method?: CodeChallengeMethod | undefined;
1550
1554
  code_challenge?: string | undefined;
1551
1555
  ui_locales?: string | undefined;
@@ -1566,6 +1570,7 @@ declare const loginInsertSchema: z.ZodObject<{
1566
1570
  state?: string | undefined;
1567
1571
  nonce?: string | undefined;
1568
1572
  scope?: string | undefined;
1573
+ prompt?: string | undefined;
1569
1574
  code_challenge_method?: CodeChallengeMethod | undefined;
1570
1575
  code_challenge?: string | undefined;
1571
1576
  ui_locales?: string | undefined;
@@ -1590,6 +1595,7 @@ declare const loginSchema: z.ZodObject<{
1590
1595
  state: z.ZodOptional<z.ZodString>;
1591
1596
  nonce: z.ZodOptional<z.ZodString>;
1592
1597
  scope: z.ZodOptional<z.ZodString>;
1598
+ prompt: z.ZodOptional<z.ZodString>;
1593
1599
  code_challenge_method: z.ZodOptional<z.ZodNativeEnum<typeof CodeChallengeMethod>>;
1594
1600
  code_challenge: z.ZodOptional<z.ZodString>;
1595
1601
  username: z.ZodOptional<z.ZodString>;
@@ -1605,6 +1611,7 @@ declare const loginSchema: z.ZodObject<{
1605
1611
  state?: string | undefined;
1606
1612
  nonce?: string | undefined;
1607
1613
  scope?: string | undefined;
1614
+ prompt?: string | undefined;
1608
1615
  code_challenge_method?: CodeChallengeMethod | undefined;
1609
1616
  code_challenge?: string | undefined;
1610
1617
  ui_locales?: string | undefined;
@@ -1619,6 +1626,7 @@ declare const loginSchema: z.ZodObject<{
1619
1626
  state?: string | undefined;
1620
1627
  nonce?: string | undefined;
1621
1628
  scope?: string | undefined;
1629
+ prompt?: string | undefined;
1622
1630
  code_challenge_method?: CodeChallengeMethod | undefined;
1623
1631
  code_challenge?: string | undefined;
1624
1632
  ui_locales?: string | undefined;
@@ -1642,6 +1650,7 @@ declare const loginSchema: z.ZodObject<{
1642
1650
  state?: string | undefined;
1643
1651
  nonce?: string | undefined;
1644
1652
  scope?: string | undefined;
1653
+ prompt?: string | undefined;
1645
1654
  code_challenge_method?: CodeChallengeMethod | undefined;
1646
1655
  code_challenge?: string | undefined;
1647
1656
  ui_locales?: string | undefined;
@@ -1665,6 +1674,7 @@ declare const loginSchema: z.ZodObject<{
1665
1674
  state?: string | undefined;
1666
1675
  nonce?: string | undefined;
1667
1676
  scope?: string | undefined;
1677
+ prompt?: string | undefined;
1668
1678
  code_challenge_method?: CodeChallengeMethod | undefined;
1669
1679
  code_challenge?: string | undefined;
1670
1680
  ui_locales?: string | undefined;