@framebreak/types 0.1.15 → 0.1.16
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/index.d.ts +7 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1777,11 +1777,13 @@ declare const v1Router: {
|
|
|
1777
1777
|
};
|
|
1778
1778
|
}>, zod.ZodObject<{
|
|
1779
1779
|
reason: zod.ZodOptional<zod.ZodString>;
|
|
1780
|
+
linkedinUrl: zod.ZodOptional<zod.ZodString>;
|
|
1780
1781
|
}, better_auth.$strip>, _orpc_contract.Schema<{
|
|
1781
1782
|
data: {
|
|
1782
1783
|
id: string;
|
|
1783
1784
|
status: InsiderApplicationStatus | null;
|
|
1784
1785
|
reason: string | null;
|
|
1786
|
+
linkedinUrl: string | null;
|
|
1785
1787
|
createdAt: Date;
|
|
1786
1788
|
};
|
|
1787
1789
|
}, {
|
|
@@ -1789,6 +1791,7 @@ declare const v1Router: {
|
|
|
1789
1791
|
id: string;
|
|
1790
1792
|
status: InsiderApplicationStatus | null;
|
|
1791
1793
|
reason: string | null;
|
|
1794
|
+
linkedinUrl: string | null;
|
|
1792
1795
|
createdAt: Date;
|
|
1793
1796
|
};
|
|
1794
1797
|
}>, _orpc_contract.MergedErrorMap<Record<never, never>, {
|
|
@@ -1864,6 +1867,7 @@ declare const v1Router: {
|
|
|
1864
1867
|
id: string;
|
|
1865
1868
|
status: InsiderApplicationStatus | null;
|
|
1866
1869
|
reason: string | null;
|
|
1870
|
+
linkedinUrl: string | null;
|
|
1867
1871
|
createdAt: Date;
|
|
1868
1872
|
reviewedAt: Date | null;
|
|
1869
1873
|
};
|
|
@@ -1882,6 +1886,7 @@ declare const v1Router: {
|
|
|
1882
1886
|
id: string;
|
|
1883
1887
|
status: InsiderApplicationStatus | null;
|
|
1884
1888
|
reason: string | null;
|
|
1889
|
+
linkedinUrl: string | null;
|
|
1885
1890
|
createdAt: Date;
|
|
1886
1891
|
reviewedAt: Date | null;
|
|
1887
1892
|
};
|
|
@@ -2331,6 +2336,7 @@ declare const v1Router: {
|
|
|
2331
2336
|
id: string;
|
|
2332
2337
|
userId: string;
|
|
2333
2338
|
reason: string | null;
|
|
2339
|
+
linkedinUrl: string | null;
|
|
2334
2340
|
status: InsiderApplicationStatus | null;
|
|
2335
2341
|
createdAt: Date;
|
|
2336
2342
|
reviewedAt: Date | null;
|
|
@@ -2348,6 +2354,7 @@ declare const v1Router: {
|
|
|
2348
2354
|
id: string;
|
|
2349
2355
|
userId: string;
|
|
2350
2356
|
reason: string | null;
|
|
2357
|
+
linkedinUrl: string | null;
|
|
2351
2358
|
status: InsiderApplicationStatus | null;
|
|
2352
2359
|
createdAt: Date;
|
|
2353
2360
|
reviewedAt: Date | null;
|