sowhat-types 2.0.95 → 2.0.96
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.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -249,7 +249,6 @@ interface CreateUserCoOwnerInput {
|
|
|
249
249
|
name: string;
|
|
250
250
|
imageUrl: string | null;
|
|
251
251
|
email: string | null;
|
|
252
|
-
phone: string | null;
|
|
253
252
|
}
|
|
254
253
|
|
|
255
254
|
interface DeleteUserCoOwnerInput {
|
|
@@ -632,7 +631,6 @@ interface CoOwnerResponse {
|
|
|
632
631
|
name: string;
|
|
633
632
|
imageUrl: string | null;
|
|
634
633
|
email: string | null;
|
|
635
|
-
phone: string | null;
|
|
636
634
|
updatedAt: Date;
|
|
637
635
|
createdAt: Date;
|
|
638
636
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -249,7 +249,6 @@ interface CreateUserCoOwnerInput {
|
|
|
249
249
|
name: string;
|
|
250
250
|
imageUrl: string | null;
|
|
251
251
|
email: string | null;
|
|
252
|
-
phone: string | null;
|
|
253
252
|
}
|
|
254
253
|
|
|
255
254
|
interface DeleteUserCoOwnerInput {
|
|
@@ -632,7 +631,6 @@ interface CoOwnerResponse {
|
|
|
632
631
|
name: string;
|
|
633
632
|
imageUrl: string | null;
|
|
634
633
|
email: string | null;
|
|
635
|
-
phone: string | null;
|
|
636
634
|
updatedAt: Date;
|
|
637
635
|
createdAt: Date;
|
|
638
636
|
}
|