@secrecy/trpc-api-types 1.33.0-feat-remove-me-domain.8 → 1.33.0-feat-remove-me-domain.10
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.cts +40 -12
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -11354,9 +11354,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11354
11354
|
};
|
|
11355
11355
|
id: string;
|
|
11356
11356
|
createdAt: Date;
|
|
11357
|
-
users: {
|
|
11358
|
-
userId: string;
|
|
11359
|
-
}[];
|
|
11360
11357
|
ownerId: string;
|
|
11361
11358
|
blocked: boolean;
|
|
11362
11359
|
name: string;
|
|
@@ -11372,6 +11369,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11372
11369
|
id: string;
|
|
11373
11370
|
} | null;
|
|
11374
11371
|
};
|
|
11372
|
+
developers: {
|
|
11373
|
+
user: {
|
|
11374
|
+
id: string;
|
|
11375
|
+
lastname: string;
|
|
11376
|
+
firstname: string;
|
|
11377
|
+
};
|
|
11378
|
+
id: string;
|
|
11379
|
+
role: "developer" | "admin";
|
|
11380
|
+
}[];
|
|
11381
|
+
usersCount: number;
|
|
11375
11382
|
};
|
|
11376
11383
|
_output_out: {
|
|
11377
11384
|
plan: {
|
|
@@ -11405,9 +11412,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11405
11412
|
};
|
|
11406
11413
|
id: string;
|
|
11407
11414
|
createdAt: Date;
|
|
11408
|
-
users: {
|
|
11409
|
-
userId: string;
|
|
11410
|
-
}[];
|
|
11411
11415
|
ownerId: string;
|
|
11412
11416
|
blocked: boolean;
|
|
11413
11417
|
name: string;
|
|
@@ -11423,6 +11427,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11423
11427
|
id: string;
|
|
11424
11428
|
} | null;
|
|
11425
11429
|
};
|
|
11430
|
+
developers: {
|
|
11431
|
+
user: {
|
|
11432
|
+
id: string;
|
|
11433
|
+
lastname: string;
|
|
11434
|
+
firstname: string;
|
|
11435
|
+
};
|
|
11436
|
+
id: string;
|
|
11437
|
+
role: "developer" | "admin";
|
|
11438
|
+
}[];
|
|
11439
|
+
usersCount: number;
|
|
11426
11440
|
};
|
|
11427
11441
|
}, unknown>;
|
|
11428
11442
|
applications: _trpc_server.BuildProcedure<"query", {
|
|
@@ -11486,9 +11500,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11486
11500
|
};
|
|
11487
11501
|
id: string;
|
|
11488
11502
|
createdAt: Date;
|
|
11489
|
-
users: {
|
|
11490
|
-
userId: string;
|
|
11491
|
-
}[];
|
|
11492
11503
|
ownerId: string;
|
|
11493
11504
|
blocked: boolean;
|
|
11494
11505
|
name: string;
|
|
@@ -11504,6 +11515,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11504
11515
|
id: string;
|
|
11505
11516
|
} | null;
|
|
11506
11517
|
};
|
|
11518
|
+
developers: {
|
|
11519
|
+
user: {
|
|
11520
|
+
id: string;
|
|
11521
|
+
lastname: string;
|
|
11522
|
+
firstname: string;
|
|
11523
|
+
};
|
|
11524
|
+
id: string;
|
|
11525
|
+
role: "developer" | "admin";
|
|
11526
|
+
}[];
|
|
11527
|
+
usersCount: number;
|
|
11507
11528
|
}[];
|
|
11508
11529
|
_output_out: {
|
|
11509
11530
|
plan: {
|
|
@@ -11537,9 +11558,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11537
11558
|
};
|
|
11538
11559
|
id: string;
|
|
11539
11560
|
createdAt: Date;
|
|
11540
|
-
users: {
|
|
11541
|
-
userId: string;
|
|
11542
|
-
}[];
|
|
11543
11561
|
ownerId: string;
|
|
11544
11562
|
blocked: boolean;
|
|
11545
11563
|
name: string;
|
|
@@ -11555,6 +11573,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11555
11573
|
id: string;
|
|
11556
11574
|
} | null;
|
|
11557
11575
|
};
|
|
11576
|
+
developers: {
|
|
11577
|
+
user: {
|
|
11578
|
+
id: string;
|
|
11579
|
+
lastname: string;
|
|
11580
|
+
firstname: string;
|
|
11581
|
+
};
|
|
11582
|
+
id: string;
|
|
11583
|
+
role: "developer" | "admin";
|
|
11584
|
+
}[];
|
|
11585
|
+
usersCount: number;
|
|
11558
11586
|
}[];
|
|
11559
11587
|
}, unknown>;
|
|
11560
11588
|
createApplication: _trpc_server.BuildProcedure<"mutation", {
|