@dragonmastery/dragoncore-shared 0.0.10 → 0.0.13
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 +64 -64
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1740,8 +1740,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1740
1740
|
price_currency?: string | null | undefined;
|
|
1741
1741
|
}>, "many">>>;
|
|
1742
1742
|
}, "strip", z.ZodTypeAny, {
|
|
1743
|
-
email: string;
|
|
1744
1743
|
userId: string;
|
|
1744
|
+
email: string;
|
|
1745
1745
|
username: string;
|
|
1746
1746
|
email_verified: boolean;
|
|
1747
1747
|
user_type: string;
|
|
@@ -1761,8 +1761,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1761
1761
|
price_currency?: string | null | undefined;
|
|
1762
1762
|
}[] | null | undefined;
|
|
1763
1763
|
}, {
|
|
1764
|
-
email: string;
|
|
1765
1764
|
userId: string;
|
|
1765
|
+
email: string;
|
|
1766
1766
|
username: string;
|
|
1767
1767
|
email_verified: boolean;
|
|
1768
1768
|
user_type: string;
|
|
@@ -1784,8 +1784,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1784
1784
|
}>;
|
|
1785
1785
|
}, "strip", z.ZodTypeAny, {
|
|
1786
1786
|
user: {
|
|
1787
|
-
email: string;
|
|
1788
1787
|
userId: string;
|
|
1788
|
+
email: string;
|
|
1789
1789
|
username: string;
|
|
1790
1790
|
email_verified: boolean;
|
|
1791
1791
|
user_type: string;
|
|
@@ -1812,8 +1812,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1812
1812
|
ip_address?: string | null | undefined;
|
|
1813
1813
|
}, {
|
|
1814
1814
|
user: {
|
|
1815
|
-
email: string;
|
|
1816
1815
|
userId: string;
|
|
1816
|
+
email: string;
|
|
1817
1817
|
username: string;
|
|
1818
1818
|
email_verified: boolean;
|
|
1819
1819
|
user_type: string;
|
|
@@ -1890,8 +1890,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1890
1890
|
price_currency?: string | null | undefined;
|
|
1891
1891
|
}>, "many">>>;
|
|
1892
1892
|
}, "strip", z.ZodTypeAny, {
|
|
1893
|
-
email: string;
|
|
1894
1893
|
userId: string;
|
|
1894
|
+
email: string;
|
|
1895
1895
|
username: string;
|
|
1896
1896
|
email_verified: boolean;
|
|
1897
1897
|
user_type: string;
|
|
@@ -1911,8 +1911,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1911
1911
|
price_currency?: string | null | undefined;
|
|
1912
1912
|
}[] | null | undefined;
|
|
1913
1913
|
}, {
|
|
1914
|
-
email: string;
|
|
1915
1914
|
userId: string;
|
|
1915
|
+
email: string;
|
|
1916
1916
|
username: string;
|
|
1917
1917
|
email_verified: boolean;
|
|
1918
1918
|
user_type: string;
|
|
@@ -1934,8 +1934,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1934
1934
|
}>;
|
|
1935
1935
|
}, "strip", z.ZodTypeAny, {
|
|
1936
1936
|
user: {
|
|
1937
|
-
email: string;
|
|
1938
1937
|
userId: string;
|
|
1938
|
+
email: string;
|
|
1939
1939
|
username: string;
|
|
1940
1940
|
email_verified: boolean;
|
|
1941
1941
|
user_type: string;
|
|
@@ -1962,8 +1962,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1962
1962
|
ip_address?: string | null | undefined;
|
|
1963
1963
|
}, {
|
|
1964
1964
|
user: {
|
|
1965
|
-
email: string;
|
|
1966
1965
|
userId: string;
|
|
1966
|
+
email: string;
|
|
1967
1967
|
username: string;
|
|
1968
1968
|
email_verified: boolean;
|
|
1969
1969
|
user_type: string;
|
|
@@ -1996,8 +1996,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1996
1996
|
refresh_token: string;
|
|
1997
1997
|
frontend_session: {
|
|
1998
1998
|
user: {
|
|
1999
|
-
email: string;
|
|
2000
1999
|
userId: string;
|
|
2000
|
+
email: string;
|
|
2001
2001
|
username: string;
|
|
2002
2002
|
email_verified: boolean;
|
|
2003
2003
|
user_type: string;
|
|
@@ -2029,8 +2029,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
2029
2029
|
refresh_token: string;
|
|
2030
2030
|
frontend_session: {
|
|
2031
2031
|
user: {
|
|
2032
|
-
email: string;
|
|
2033
2032
|
userId: string;
|
|
2033
|
+
email: string;
|
|
2034
2034
|
username: string;
|
|
2035
2035
|
email_verified: boolean;
|
|
2036
2036
|
user_type: string;
|
|
@@ -3706,10 +3706,10 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
|
|
|
3706
3706
|
created_by_display_name?: string | null | undefined;
|
|
3707
3707
|
display_id?: string | null | undefined;
|
|
3708
3708
|
credit_value?: string | null | undefined;
|
|
3709
|
-
display_id_prefix?: string | null | undefined;
|
|
3710
3709
|
start_at?: string | null | undefined;
|
|
3711
3710
|
target_at?: string | null | undefined;
|
|
3712
3711
|
completed_at?: string | null | undefined;
|
|
3712
|
+
display_id_prefix?: string | null | undefined;
|
|
3713
3713
|
locked_approval_at?: string | null | undefined;
|
|
3714
3714
|
my_subscription?: {
|
|
3715
3715
|
created_at: string;
|
|
@@ -3738,10 +3738,10 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
|
|
|
3738
3738
|
created_by_display_name?: string | null | undefined;
|
|
3739
3739
|
display_id?: string | null | undefined;
|
|
3740
3740
|
credit_value?: string | null | undefined;
|
|
3741
|
-
display_id_prefix?: string | null | undefined;
|
|
3742
3741
|
start_at?: string | null | undefined;
|
|
3743
3742
|
target_at?: string | null | undefined;
|
|
3744
3743
|
completed_at?: string | null | undefined;
|
|
3744
|
+
display_id_prefix?: string | null | undefined;
|
|
3745
3745
|
locked_approval_at?: string | null | undefined;
|
|
3746
3746
|
my_subscription?: {
|
|
3747
3747
|
created_at: string;
|
|
@@ -3828,10 +3828,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3828
3828
|
created_by_display_name?: string | null | undefined;
|
|
3829
3829
|
display_id?: string | null | undefined;
|
|
3830
3830
|
credit_value?: string | null | undefined;
|
|
3831
|
-
display_id_prefix?: string | null | undefined;
|
|
3832
3831
|
start_at?: string | null | undefined;
|
|
3833
3832
|
target_at?: string | null | undefined;
|
|
3834
3833
|
completed_at?: string | null | undefined;
|
|
3834
|
+
display_id_prefix?: string | null | undefined;
|
|
3835
3835
|
locked_approval_at?: string | null | undefined;
|
|
3836
3836
|
my_subscription?: {
|
|
3837
3837
|
created_at: string;
|
|
@@ -3860,10 +3860,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3860
3860
|
created_by_display_name?: string | null | undefined;
|
|
3861
3861
|
display_id?: string | null | undefined;
|
|
3862
3862
|
credit_value?: string | null | undefined;
|
|
3863
|
-
display_id_prefix?: string | null | undefined;
|
|
3864
3863
|
start_at?: string | null | undefined;
|
|
3865
3864
|
target_at?: string | null | undefined;
|
|
3866
3865
|
completed_at?: string | null | undefined;
|
|
3866
|
+
display_id_prefix?: string | null | undefined;
|
|
3867
3867
|
locked_approval_at?: string | null | undefined;
|
|
3868
3868
|
my_subscription?: {
|
|
3869
3869
|
created_at: string;
|
|
@@ -3916,10 +3916,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3916
3916
|
created_by_display_name?: string | null | undefined;
|
|
3917
3917
|
display_id?: string | null | undefined;
|
|
3918
3918
|
credit_value?: string | null | undefined;
|
|
3919
|
-
display_id_prefix?: string | null | undefined;
|
|
3920
3919
|
start_at?: string | null | undefined;
|
|
3921
3920
|
target_at?: string | null | undefined;
|
|
3922
3921
|
completed_at?: string | null | undefined;
|
|
3922
|
+
display_id_prefix?: string | null | undefined;
|
|
3923
3923
|
locked_approval_at?: string | null | undefined;
|
|
3924
3924
|
my_subscription?: {
|
|
3925
3925
|
created_at: string;
|
|
@@ -3958,10 +3958,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3958
3958
|
created_by_display_name?: string | null | undefined;
|
|
3959
3959
|
display_id?: string | null | undefined;
|
|
3960
3960
|
credit_value?: string | null | undefined;
|
|
3961
|
-
display_id_prefix?: string | null | undefined;
|
|
3962
3961
|
start_at?: string | null | undefined;
|
|
3963
3962
|
target_at?: string | null | undefined;
|
|
3964
3963
|
completed_at?: string | null | undefined;
|
|
3964
|
+
display_id_prefix?: string | null | undefined;
|
|
3965
3965
|
locked_approval_at?: string | null | undefined;
|
|
3966
3966
|
my_subscription?: {
|
|
3967
3967
|
created_at: string;
|
|
@@ -5013,10 +5013,10 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
|
|
|
5013
5013
|
display_id?: string | null | undefined;
|
|
5014
5014
|
credit_value?: string | null | undefined;
|
|
5015
5015
|
delivered_value?: string | null | undefined;
|
|
5016
|
-
display_id_prefix?: string | null | undefined;
|
|
5017
5016
|
start_at?: string | null | undefined;
|
|
5018
5017
|
target_at?: string | null | undefined;
|
|
5019
5018
|
completed_at?: string | null | undefined;
|
|
5019
|
+
display_id_prefix?: string | null | undefined;
|
|
5020
5020
|
locked_approval_at?: string | null | undefined;
|
|
5021
5021
|
assigned_to?: string | null | undefined;
|
|
5022
5022
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -5042,10 +5042,10 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
|
|
|
5042
5042
|
display_id?: string | null | undefined;
|
|
5043
5043
|
credit_value?: string | null | undefined;
|
|
5044
5044
|
delivered_value?: string | null | undefined;
|
|
5045
|
-
display_id_prefix?: string | null | undefined;
|
|
5046
5045
|
start_at?: string | null | undefined;
|
|
5047
5046
|
target_at?: string | null | undefined;
|
|
5048
5047
|
completed_at?: string | null | undefined;
|
|
5048
|
+
display_id_prefix?: string | null | undefined;
|
|
5049
5049
|
locked_approval_at?: string | null | undefined;
|
|
5050
5050
|
assigned_to?: string | null | undefined;
|
|
5051
5051
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -5106,10 +5106,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5106
5106
|
display_id?: string | null | undefined;
|
|
5107
5107
|
credit_value?: string | null | undefined;
|
|
5108
5108
|
delivered_value?: string | null | undefined;
|
|
5109
|
-
display_id_prefix?: string | null | undefined;
|
|
5110
5109
|
start_at?: string | null | undefined;
|
|
5111
5110
|
target_at?: string | null | undefined;
|
|
5112
5111
|
completed_at?: string | null | undefined;
|
|
5112
|
+
display_id_prefix?: string | null | undefined;
|
|
5113
5113
|
locked_approval_at?: string | null | undefined;
|
|
5114
5114
|
assigned_to?: string | null | undefined;
|
|
5115
5115
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -5135,10 +5135,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5135
5135
|
display_id?: string | null | undefined;
|
|
5136
5136
|
credit_value?: string | null | undefined;
|
|
5137
5137
|
delivered_value?: string | null | undefined;
|
|
5138
|
-
display_id_prefix?: string | null | undefined;
|
|
5139
5138
|
start_at?: string | null | undefined;
|
|
5140
5139
|
target_at?: string | null | undefined;
|
|
5141
5140
|
completed_at?: string | null | undefined;
|
|
5141
|
+
display_id_prefix?: string | null | undefined;
|
|
5142
5142
|
locked_approval_at?: string | null | undefined;
|
|
5143
5143
|
assigned_to?: string | null | undefined;
|
|
5144
5144
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -5188,10 +5188,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5188
5188
|
display_id?: string | null | undefined;
|
|
5189
5189
|
credit_value?: string | null | undefined;
|
|
5190
5190
|
delivered_value?: string | null | undefined;
|
|
5191
|
-
display_id_prefix?: string | null | undefined;
|
|
5192
5191
|
start_at?: string | null | undefined;
|
|
5193
5192
|
target_at?: string | null | undefined;
|
|
5194
5193
|
completed_at?: string | null | undefined;
|
|
5194
|
+
display_id_prefix?: string | null | undefined;
|
|
5195
5195
|
locked_approval_at?: string | null | undefined;
|
|
5196
5196
|
assigned_to?: string | null | undefined;
|
|
5197
5197
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -5227,10 +5227,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5227
5227
|
display_id?: string | null | undefined;
|
|
5228
5228
|
credit_value?: string | null | undefined;
|
|
5229
5229
|
delivered_value?: string | null | undefined;
|
|
5230
|
-
display_id_prefix?: string | null | undefined;
|
|
5231
5230
|
start_at?: string | null | undefined;
|
|
5232
5231
|
target_at?: string | null | undefined;
|
|
5233
5232
|
completed_at?: string | null | undefined;
|
|
5233
|
+
display_id_prefix?: string | null | undefined;
|
|
5234
5234
|
locked_approval_at?: string | null | undefined;
|
|
5235
5235
|
assigned_to?: string | null | undefined;
|
|
5236
5236
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -8759,6 +8759,18 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8759
8759
|
values?: string[] | undefined;
|
|
8760
8760
|
caseSensitive?: boolean | undefined;
|
|
8761
8761
|
} | undefined;
|
|
8762
|
+
original_team_id?: {
|
|
8763
|
+
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8764
|
+
value?: string | undefined;
|
|
8765
|
+
values?: string[] | undefined;
|
|
8766
|
+
caseSensitive?: boolean | undefined;
|
|
8767
|
+
} | undefined;
|
|
8768
|
+
original_user_id?: {
|
|
8769
|
+
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8770
|
+
value?: string | undefined;
|
|
8771
|
+
values?: string[] | undefined;
|
|
8772
|
+
caseSensitive?: boolean | undefined;
|
|
8773
|
+
} | undefined;
|
|
8762
8774
|
role?: {
|
|
8763
8775
|
operator: "eq" | "ne" | "in" | "notIn";
|
|
8764
8776
|
value?: "owner" | "manager" | "member" | "client" | undefined;
|
|
@@ -8795,18 +8807,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8795
8807
|
values?: string[] | undefined;
|
|
8796
8808
|
caseSensitive?: boolean | undefined;
|
|
8797
8809
|
} | undefined;
|
|
8798
|
-
original_team_id?: {
|
|
8799
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8800
|
-
value?: string | undefined;
|
|
8801
|
-
values?: string[] | undefined;
|
|
8802
|
-
caseSensitive?: boolean | undefined;
|
|
8803
|
-
} | undefined;
|
|
8804
|
-
original_user_id?: {
|
|
8805
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8806
|
-
value?: string | undefined;
|
|
8807
|
-
values?: string[] | undefined;
|
|
8808
|
-
caseSensitive?: boolean | undefined;
|
|
8809
|
-
} | undefined;
|
|
8810
8810
|
}, {
|
|
8811
8811
|
first?: number | undefined;
|
|
8812
8812
|
after?: string | undefined;
|
|
@@ -8889,6 +8889,18 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8889
8889
|
values?: string[] | undefined;
|
|
8890
8890
|
caseSensitive?: boolean | undefined;
|
|
8891
8891
|
} | undefined;
|
|
8892
|
+
original_team_id?: {
|
|
8893
|
+
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8894
|
+
value?: string | undefined;
|
|
8895
|
+
values?: string[] | undefined;
|
|
8896
|
+
caseSensitive?: boolean | undefined;
|
|
8897
|
+
} | undefined;
|
|
8898
|
+
original_user_id?: {
|
|
8899
|
+
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8900
|
+
value?: string | undefined;
|
|
8901
|
+
values?: string[] | undefined;
|
|
8902
|
+
caseSensitive?: boolean | undefined;
|
|
8903
|
+
} | undefined;
|
|
8892
8904
|
role?: {
|
|
8893
8905
|
operator: "eq" | "ne" | "in" | "notIn";
|
|
8894
8906
|
value?: "owner" | "manager" | "member" | "client" | undefined;
|
|
@@ -8925,18 +8937,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8925
8937
|
values?: string[] | undefined;
|
|
8926
8938
|
caseSensitive?: boolean | undefined;
|
|
8927
8939
|
} | undefined;
|
|
8928
|
-
original_team_id?: {
|
|
8929
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8930
|
-
value?: string | undefined;
|
|
8931
|
-
values?: string[] | undefined;
|
|
8932
|
-
caseSensitive?: boolean | undefined;
|
|
8933
|
-
} | undefined;
|
|
8934
|
-
original_user_id?: {
|
|
8935
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8936
|
-
value?: string | undefined;
|
|
8937
|
-
values?: string[] | undefined;
|
|
8938
|
-
caseSensitive?: boolean | undefined;
|
|
8939
|
-
} | undefined;
|
|
8940
8940
|
}>;
|
|
8941
8941
|
type TeamMemberFiltersDto = z.infer<typeof TeamMemberFiltersSchema>;
|
|
8942
8942
|
//#endregion
|
|
@@ -9049,12 +9049,12 @@ declare const TeamMemberReadSchema: z.ZodObject<{
|
|
|
9049
9049
|
created_by_display_name?: string | null | undefined;
|
|
9050
9050
|
updated_by_display_name?: string | null | undefined;
|
|
9051
9051
|
display_name?: string | null | undefined;
|
|
9052
|
+
original_team_id?: string | null | undefined;
|
|
9053
|
+
original_user_id?: string | null | undefined;
|
|
9052
9054
|
business_phone?: string | null | undefined;
|
|
9053
9055
|
mobile_phone?: string | null | undefined;
|
|
9054
9056
|
website_address?: string | null | undefined;
|
|
9055
9057
|
time_zone?: string | null | undefined;
|
|
9056
|
-
original_team_id?: string | null | undefined;
|
|
9057
|
-
original_user_id?: string | null | undefined;
|
|
9058
9058
|
}, {
|
|
9059
9059
|
created_at: string;
|
|
9060
9060
|
created_by: string;
|
|
@@ -9071,12 +9071,12 @@ declare const TeamMemberReadSchema: z.ZodObject<{
|
|
|
9071
9071
|
created_by_display_name?: string | null | undefined;
|
|
9072
9072
|
updated_by_display_name?: string | null | undefined;
|
|
9073
9073
|
display_name?: string | null | undefined;
|
|
9074
|
+
original_team_id?: string | null | undefined;
|
|
9075
|
+
original_user_id?: string | null | undefined;
|
|
9074
9076
|
business_phone?: string | null | undefined;
|
|
9075
9077
|
mobile_phone?: string | null | undefined;
|
|
9076
9078
|
website_address?: string | null | undefined;
|
|
9077
9079
|
time_zone?: string | null | undefined;
|
|
9078
|
-
original_team_id?: string | null | undefined;
|
|
9079
|
-
original_user_id?: string | null | undefined;
|
|
9080
9080
|
}>;
|
|
9081
9081
|
type TeamMemberReadDto = z.infer<typeof TeamMemberReadSchema>;
|
|
9082
9082
|
//#endregion
|
|
@@ -9123,12 +9123,12 @@ declare const TeamMemberOptionSchema: z.ZodObject<{
|
|
|
9123
9123
|
created_by_display_name?: string | null | undefined;
|
|
9124
9124
|
updated_by_display_name?: string | null | undefined;
|
|
9125
9125
|
display_name?: string | null | undefined;
|
|
9126
|
+
original_team_id?: string | null | undefined;
|
|
9127
|
+
original_user_id?: string | null | undefined;
|
|
9126
9128
|
business_phone?: string | null | undefined;
|
|
9127
9129
|
mobile_phone?: string | null | undefined;
|
|
9128
9130
|
website_address?: string | null | undefined;
|
|
9129
9131
|
time_zone?: string | null | undefined;
|
|
9130
|
-
original_team_id?: string | null | undefined;
|
|
9131
|
-
original_user_id?: string | null | undefined;
|
|
9132
9132
|
}, {
|
|
9133
9133
|
created_at: string;
|
|
9134
9134
|
created_by: string;
|
|
@@ -9145,12 +9145,12 @@ declare const TeamMemberOptionSchema: z.ZodObject<{
|
|
|
9145
9145
|
created_by_display_name?: string | null | undefined;
|
|
9146
9146
|
updated_by_display_name?: string | null | undefined;
|
|
9147
9147
|
display_name?: string | null | undefined;
|
|
9148
|
+
original_team_id?: string | null | undefined;
|
|
9149
|
+
original_user_id?: string | null | undefined;
|
|
9148
9150
|
business_phone?: string | null | undefined;
|
|
9149
9151
|
mobile_phone?: string | null | undefined;
|
|
9150
9152
|
website_address?: string | null | undefined;
|
|
9151
9153
|
time_zone?: string | null | undefined;
|
|
9152
|
-
original_team_id?: string | null | undefined;
|
|
9153
|
-
original_user_id?: string | null | undefined;
|
|
9154
9154
|
}>;
|
|
9155
9155
|
type TeamMemberOptionDto = z.infer<typeof TeamMemberOptionSchema>;
|
|
9156
9156
|
/**
|
|
@@ -9195,12 +9195,12 @@ declare const UserTeamMembersSchema: z.ZodObject<{
|
|
|
9195
9195
|
created_by_display_name?: string | null | undefined;
|
|
9196
9196
|
updated_by_display_name?: string | null | undefined;
|
|
9197
9197
|
display_name?: string | null | undefined;
|
|
9198
|
+
original_team_id?: string | null | undefined;
|
|
9199
|
+
original_user_id?: string | null | undefined;
|
|
9198
9200
|
business_phone?: string | null | undefined;
|
|
9199
9201
|
mobile_phone?: string | null | undefined;
|
|
9200
9202
|
website_address?: string | null | undefined;
|
|
9201
9203
|
time_zone?: string | null | undefined;
|
|
9202
|
-
original_team_id?: string | null | undefined;
|
|
9203
|
-
original_user_id?: string | null | undefined;
|
|
9204
9204
|
}, {
|
|
9205
9205
|
created_at: string;
|
|
9206
9206
|
created_by: string;
|
|
@@ -9217,12 +9217,12 @@ declare const UserTeamMembersSchema: z.ZodObject<{
|
|
|
9217
9217
|
created_by_display_name?: string | null | undefined;
|
|
9218
9218
|
updated_by_display_name?: string | null | undefined;
|
|
9219
9219
|
display_name?: string | null | undefined;
|
|
9220
|
+
original_team_id?: string | null | undefined;
|
|
9221
|
+
original_user_id?: string | null | undefined;
|
|
9220
9222
|
business_phone?: string | null | undefined;
|
|
9221
9223
|
mobile_phone?: string | null | undefined;
|
|
9222
9224
|
website_address?: string | null | undefined;
|
|
9223
9225
|
time_zone?: string | null | undefined;
|
|
9224
|
-
original_team_id?: string | null | undefined;
|
|
9225
|
-
original_user_id?: string | null | undefined;
|
|
9226
9226
|
}>, "many">;
|
|
9227
9227
|
}, "strip", z.ZodTypeAny, {
|
|
9228
9228
|
items: {
|
|
@@ -9241,12 +9241,12 @@ declare const UserTeamMembersSchema: z.ZodObject<{
|
|
|
9241
9241
|
created_by_display_name?: string | null | undefined;
|
|
9242
9242
|
updated_by_display_name?: string | null | undefined;
|
|
9243
9243
|
display_name?: string | null | undefined;
|
|
9244
|
+
original_team_id?: string | null | undefined;
|
|
9245
|
+
original_user_id?: string | null | undefined;
|
|
9244
9246
|
business_phone?: string | null | undefined;
|
|
9245
9247
|
mobile_phone?: string | null | undefined;
|
|
9246
9248
|
website_address?: string | null | undefined;
|
|
9247
9249
|
time_zone?: string | null | undefined;
|
|
9248
|
-
original_team_id?: string | null | undefined;
|
|
9249
|
-
original_user_id?: string | null | undefined;
|
|
9250
9250
|
}[];
|
|
9251
9251
|
}, {
|
|
9252
9252
|
items: {
|
|
@@ -9265,12 +9265,12 @@ declare const UserTeamMembersSchema: z.ZodObject<{
|
|
|
9265
9265
|
created_by_display_name?: string | null | undefined;
|
|
9266
9266
|
updated_by_display_name?: string | null | undefined;
|
|
9267
9267
|
display_name?: string | null | undefined;
|
|
9268
|
+
original_team_id?: string | null | undefined;
|
|
9269
|
+
original_user_id?: string | null | undefined;
|
|
9268
9270
|
business_phone?: string | null | undefined;
|
|
9269
9271
|
mobile_phone?: string | null | undefined;
|
|
9270
9272
|
website_address?: string | null | undefined;
|
|
9271
9273
|
time_zone?: string | null | undefined;
|
|
9272
|
-
original_team_id?: string | null | undefined;
|
|
9273
|
-
original_user_id?: string | null | undefined;
|
|
9274
9274
|
}[];
|
|
9275
9275
|
}>;
|
|
9276
9276
|
type UserTeamMembersDto = z.infer<typeof UserTeamMembersSchema>;
|
|
@@ -9294,18 +9294,18 @@ declare const UserReadSchema: z.ZodObject<{
|
|
|
9294
9294
|
created_at: string;
|
|
9295
9295
|
id: string;
|
|
9296
9296
|
email: string;
|
|
9297
|
-
updated_at: string | null;
|
|
9298
9297
|
username: string;
|
|
9299
9298
|
email_verified: boolean;
|
|
9300
9299
|
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9300
|
+
updated_at: string | null;
|
|
9301
9301
|
}, {
|
|
9302
9302
|
created_at: string;
|
|
9303
9303
|
id: string;
|
|
9304
9304
|
email: string;
|
|
9305
|
-
updated_at: string | null;
|
|
9306
9305
|
username: string;
|
|
9307
9306
|
email_verified: boolean;
|
|
9308
9307
|
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9308
|
+
updated_at: string | null;
|
|
9309
9309
|
}>;
|
|
9310
9310
|
type UserReadDto = z.infer<typeof UserReadSchema>;
|
|
9311
9311
|
//#endregion
|