@sortsys/v2-client 0.1.6 → 0.1.8
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 +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3214,6 +3214,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
3214
3214
|
};
|
|
3215
3215
|
output: {
|
|
3216
3216
|
id: string;
|
|
3217
|
+
autoId: number;
|
|
3217
3218
|
projectId: string;
|
|
3218
3219
|
comment: string | null;
|
|
3219
3220
|
createdByUserId: string | null;
|
|
@@ -3248,6 +3249,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
3248
3249
|
};
|
|
3249
3250
|
output: {
|
|
3250
3251
|
id: string;
|
|
3252
|
+
autoId: number;
|
|
3251
3253
|
projectId: string;
|
|
3252
3254
|
comment: string | null;
|
|
3253
3255
|
createdByUserId: string | null;
|
|
@@ -3307,6 +3309,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
3307
3309
|
username: string;
|
|
3308
3310
|
email: string | null;
|
|
3309
3311
|
phone: string | null;
|
|
3312
|
+
contractType: "internal" | "external" | "subcontractor";
|
|
3310
3313
|
createdAt: Date;
|
|
3311
3314
|
modifiedAt: Date;
|
|
3312
3315
|
deactivatedAt: Date | null;
|
|
@@ -3326,6 +3329,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
3326
3329
|
username: string;
|
|
3327
3330
|
email: string | null;
|
|
3328
3331
|
phone: string | null;
|
|
3332
|
+
contractType: "internal" | "external" | "subcontractor";
|
|
3329
3333
|
createdAt: Date;
|
|
3330
3334
|
modifiedAt: Date;
|
|
3331
3335
|
deactivatedAt: Date | null;
|