@mestra-dev/contract 0.0.105 → 0.0.106
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 +33 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -16040,6 +16040,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16040
16040
|
created_at: string;
|
|
16041
16041
|
id: string;
|
|
16042
16042
|
workspaceId: string;
|
|
16043
|
+
created_by: string | null;
|
|
16043
16044
|
type: string | null;
|
|
16044
16045
|
name: string;
|
|
16045
16046
|
companyName: string | null;
|
|
@@ -16273,6 +16274,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16273
16274
|
workspaceId: string;
|
|
16274
16275
|
description: string | null;
|
|
16275
16276
|
price: number | null;
|
|
16277
|
+
created_by: string | null;
|
|
16276
16278
|
currency: string | null;
|
|
16277
16279
|
updated_at: string | null;
|
|
16278
16280
|
deleted_at: string | null;
|
|
@@ -16361,6 +16363,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16361
16363
|
created_at: string;
|
|
16362
16364
|
id: string;
|
|
16363
16365
|
workspaceId: string;
|
|
16366
|
+
created_by: string | null;
|
|
16364
16367
|
title: string;
|
|
16365
16368
|
active: boolean | null;
|
|
16366
16369
|
type: string | null;
|
|
@@ -16443,6 +16446,12 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16443
16446
|
output: {
|
|
16444
16447
|
success: true;
|
|
16445
16448
|
services: {
|
|
16449
|
+
createdBy: {
|
|
16450
|
+
id: string;
|
|
16451
|
+
firstName: string | null;
|
|
16452
|
+
lastName: string | null;
|
|
16453
|
+
profilePicture: string | null;
|
|
16454
|
+
} | null;
|
|
16446
16455
|
updated_at: string | null;
|
|
16447
16456
|
deleted_at: string | null;
|
|
16448
16457
|
verified_at: string | null;
|
|
@@ -16450,6 +16459,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16450
16459
|
created_at: string;
|
|
16451
16460
|
id: string;
|
|
16452
16461
|
workspaceId: string;
|
|
16462
|
+
created_by: string | null;
|
|
16453
16463
|
title: string;
|
|
16454
16464
|
active: boolean | null;
|
|
16455
16465
|
type: string | null;
|
|
@@ -16550,6 +16560,12 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16550
16560
|
output: {
|
|
16551
16561
|
success: true;
|
|
16552
16562
|
service: {
|
|
16563
|
+
createdBy: {
|
|
16564
|
+
id: string;
|
|
16565
|
+
firstName: string | null;
|
|
16566
|
+
lastName: string | null;
|
|
16567
|
+
profilePicture: string | null;
|
|
16568
|
+
} | null;
|
|
16553
16569
|
updated_at: string | null;
|
|
16554
16570
|
deleted_at: string | null;
|
|
16555
16571
|
verified_at: string | null;
|
|
@@ -16557,6 +16573,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16557
16573
|
created_at: string;
|
|
16558
16574
|
id: string;
|
|
16559
16575
|
workspaceId: string;
|
|
16576
|
+
created_by: string | null;
|
|
16560
16577
|
title: string;
|
|
16561
16578
|
active: boolean | null;
|
|
16562
16579
|
type: string | null;
|
|
@@ -16664,6 +16681,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16664
16681
|
name: string;
|
|
16665
16682
|
email: string | null;
|
|
16666
16683
|
workspaceId: string;
|
|
16684
|
+
created_by: string | null;
|
|
16667
16685
|
companyName: string | null;
|
|
16668
16686
|
updated_at: string | null;
|
|
16669
16687
|
deleted_at: string | null;
|
|
@@ -16722,6 +16740,12 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16722
16740
|
output: {
|
|
16723
16741
|
success: true;
|
|
16724
16742
|
customers: {
|
|
16743
|
+
createdBy: {
|
|
16744
|
+
id: string;
|
|
16745
|
+
firstName: string | null;
|
|
16746
|
+
lastName: string | null;
|
|
16747
|
+
profilePicture: string | null;
|
|
16748
|
+
} | null;
|
|
16725
16749
|
updated_at: string | null;
|
|
16726
16750
|
deleted_at: string | null;
|
|
16727
16751
|
verified_at: string | null;
|
|
@@ -16729,6 +16753,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16729
16753
|
created_at: string;
|
|
16730
16754
|
id: string;
|
|
16731
16755
|
workspaceId: string;
|
|
16756
|
+
created_by: string | null;
|
|
16732
16757
|
type: string | null;
|
|
16733
16758
|
name: string;
|
|
16734
16759
|
companyName: string | null;
|
|
@@ -16802,6 +16827,12 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16802
16827
|
output: {
|
|
16803
16828
|
success: true;
|
|
16804
16829
|
customer: {
|
|
16830
|
+
createdBy: {
|
|
16831
|
+
id: string;
|
|
16832
|
+
firstName: string | null;
|
|
16833
|
+
lastName: string | null;
|
|
16834
|
+
profilePicture: string | null;
|
|
16835
|
+
} | null;
|
|
16805
16836
|
updated_at: string | null;
|
|
16806
16837
|
deleted_at: string | null;
|
|
16807
16838
|
verified_at: string | null;
|
|
@@ -16809,6 +16840,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16809
16840
|
created_at: string;
|
|
16810
16841
|
id: string;
|
|
16811
16842
|
workspaceId: string;
|
|
16843
|
+
created_by: string | null;
|
|
16812
16844
|
type: string | null;
|
|
16813
16845
|
name: string;
|
|
16814
16846
|
companyName: string | null;
|
|
@@ -16914,6 +16946,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
16914
16946
|
created_at: string;
|
|
16915
16947
|
id: string;
|
|
16916
16948
|
workspaceId: string;
|
|
16949
|
+
created_by: string | null;
|
|
16917
16950
|
type: string | null;
|
|
16918
16951
|
name: string;
|
|
16919
16952
|
companyName: string | null;
|