@sortsys/v2-client 0.1.6 → 0.1.7
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 +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3307,6 +3307,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
3307
3307
|
username: string;
|
|
3308
3308
|
email: string | null;
|
|
3309
3309
|
phone: string | null;
|
|
3310
|
+
contractType: "internal" | "external" | "subcontractor";
|
|
3310
3311
|
createdAt: Date;
|
|
3311
3312
|
modifiedAt: Date;
|
|
3312
3313
|
deactivatedAt: Date | null;
|
|
@@ -3326,6 +3327,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
3326
3327
|
username: string;
|
|
3327
3328
|
email: string | null;
|
|
3328
3329
|
phone: string | null;
|
|
3330
|
+
contractType: "internal" | "external" | "subcontractor";
|
|
3329
3331
|
createdAt: Date;
|
|
3330
3332
|
modifiedAt: Date;
|
|
3331
3333
|
deactivatedAt: Date | null;
|