@authhero/kysely-adapter 0.17.0 → 0.17.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.
@@ -1490,6 +1490,7 @@ declare const loginInsertSchema: z.ZodObject<{
1490
1490
  authParams: z.ZodObject<{
1491
1491
  client_id: z.ZodString;
1492
1492
  vendor_id: z.ZodOptional<z.ZodString>;
1493
+ act_as: z.ZodOptional<z.ZodString>;
1493
1494
  response_type: z.ZodOptional<z.ZodNativeEnum<typeof AuthorizationResponseType>>;
1494
1495
  response_mode: z.ZodOptional<z.ZodNativeEnum<typeof AuthorizationResponseMode>>;
1495
1496
  redirect_uri: z.ZodOptional<z.ZodString>;
@@ -1507,6 +1508,7 @@ declare const loginInsertSchema: z.ZodObject<{
1507
1508
  username?: string | undefined;
1508
1509
  audience?: string | undefined;
1509
1510
  vendor_id?: string | undefined;
1511
+ act_as?: string | undefined;
1510
1512
  response_type?: AuthorizationResponseType | undefined;
1511
1513
  response_mode?: AuthorizationResponseMode | undefined;
1512
1514
  redirect_uri?: string | undefined;
@@ -1522,6 +1524,7 @@ declare const loginInsertSchema: z.ZodObject<{
1522
1524
  username?: string | undefined;
1523
1525
  audience?: string | undefined;
1524
1526
  vendor_id?: string | undefined;
1527
+ act_as?: string | undefined;
1525
1528
  response_type?: AuthorizationResponseType | undefined;
1526
1529
  response_mode?: AuthorizationResponseMode | undefined;
1527
1530
  redirect_uri?: string | undefined;
@@ -1543,6 +1546,7 @@ declare const loginInsertSchema: z.ZodObject<{
1543
1546
  username?: string | undefined;
1544
1547
  audience?: string | undefined;
1545
1548
  vendor_id?: string | undefined;
1549
+ act_as?: string | undefined;
1546
1550
  response_type?: AuthorizationResponseType | undefined;
1547
1551
  response_mode?: AuthorizationResponseMode | undefined;
1548
1552
  redirect_uri?: string | undefined;
@@ -1564,6 +1568,7 @@ declare const loginInsertSchema: z.ZodObject<{
1564
1568
  username?: string | undefined;
1565
1569
  audience?: string | undefined;
1566
1570
  vendor_id?: string | undefined;
1571
+ act_as?: string | undefined;
1567
1572
  response_type?: AuthorizationResponseType | undefined;
1568
1573
  response_mode?: AuthorizationResponseMode | undefined;
1569
1574
  redirect_uri?: string | undefined;
@@ -1588,6 +1593,7 @@ declare const loginSchema: z.ZodObject<{
1588
1593
  authParams: z.ZodObject<{
1589
1594
  client_id: z.ZodString;
1590
1595
  vendor_id: z.ZodOptional<z.ZodString>;
1596
+ act_as: z.ZodOptional<z.ZodString>;
1591
1597
  response_type: z.ZodOptional<z.ZodNativeEnum<typeof AuthorizationResponseType>>;
1592
1598
  response_mode: z.ZodOptional<z.ZodNativeEnum<typeof AuthorizationResponseMode>>;
1593
1599
  redirect_uri: z.ZodOptional<z.ZodString>;
@@ -1605,6 +1611,7 @@ declare const loginSchema: z.ZodObject<{
1605
1611
  username?: string | undefined;
1606
1612
  audience?: string | undefined;
1607
1613
  vendor_id?: string | undefined;
1614
+ act_as?: string | undefined;
1608
1615
  response_type?: AuthorizationResponseType | undefined;
1609
1616
  response_mode?: AuthorizationResponseMode | undefined;
1610
1617
  redirect_uri?: string | undefined;
@@ -1620,6 +1627,7 @@ declare const loginSchema: z.ZodObject<{
1620
1627
  username?: string | undefined;
1621
1628
  audience?: string | undefined;
1622
1629
  vendor_id?: string | undefined;
1630
+ act_as?: string | undefined;
1623
1631
  response_type?: AuthorizationResponseType | undefined;
1624
1632
  response_mode?: AuthorizationResponseMode | undefined;
1625
1633
  redirect_uri?: string | undefined;
@@ -1644,6 +1652,7 @@ declare const loginSchema: z.ZodObject<{
1644
1652
  username?: string | undefined;
1645
1653
  audience?: string | undefined;
1646
1654
  vendor_id?: string | undefined;
1655
+ act_as?: string | undefined;
1647
1656
  response_type?: AuthorizationResponseType | undefined;
1648
1657
  response_mode?: AuthorizationResponseMode | undefined;
1649
1658
  redirect_uri?: string | undefined;
@@ -1668,6 +1677,7 @@ declare const loginSchema: z.ZodObject<{
1668
1677
  username?: string | undefined;
1669
1678
  audience?: string | undefined;
1670
1679
  vendor_id?: string | undefined;
1680
+ act_as?: string | undefined;
1671
1681
  response_type?: AuthorizationResponseType | undefined;
1672
1682
  response_mode?: AuthorizationResponseMode | undefined;
1673
1683
  redirect_uri?: string | undefined;