@authhero/kysely-adapter 0.26.1 → 0.27.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.
@@ -1747,10 +1747,7 @@ declare const LogType: z.ZodEnum<[
1747
1747
  "ss",
1748
1748
  "ssa",
1749
1749
  "sv",
1750
- "svr",
1751
- "limit_wc",
1752
- "limit_sul",
1753
- "limit_mu"
1750
+ "svr"
1754
1751
  ]>;
1755
1752
  export type LogType$1 = z.infer<typeof LogType>;
1756
1753
  declare const logSchema: z.ZodObject<{
@@ -1778,10 +1775,7 @@ declare const logSchema: z.ZodObject<{
1778
1775
  "ss",
1779
1776
  "ssa",
1780
1777
  "sv",
1781
- "svr",
1782
- "limit_wc",
1783
- "limit_sul",
1784
- "limit_mu"
1778
+ "svr"
1785
1779
  ]>;
1786
1780
  date: z.ZodString;
1787
1781
  description: z.ZodOptional<z.ZodString>;
@@ -1826,7 +1820,7 @@ declare const logSchema: z.ZodObject<{
1826
1820
  } | undefined;
1827
1821
  }>>;
1828
1822
  }, "strip", z.ZodTypeAny, {
1829
- type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls" | "limit_wc" | "limit_sul" | "limit_mu";
1823
+ type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls";
1830
1824
  date: string;
1831
1825
  ip: string;
1832
1826
  user_agent: string;
@@ -1854,7 +1848,7 @@ declare const logSchema: z.ZodObject<{
1854
1848
  } | undefined;
1855
1849
  } | undefined;
1856
1850
  }, {
1857
- type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls" | "limit_wc" | "limit_sul" | "limit_mu";
1851
+ type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls";
1858
1852
  date: string;
1859
1853
  ip: string;
1860
1854
  user_agent: string;