@dragonmastery/dragoncore-shared 0.0.12 → 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 +24 -24
- 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;
|
|
@@ -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
|