@dragonmastery/dragoncore-shared 0.0.8 → 0.0.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.mts +64 -64
- package/package.json +3 -11
package/dist/index.d.mts
CHANGED
|
@@ -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;
|
|
3709
3710
|
start_at?: string | null | undefined;
|
|
3710
3711
|
target_at?: string | null | undefined;
|
|
3711
3712
|
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;
|
|
3741
3742
|
start_at?: string | null | undefined;
|
|
3742
3743
|
target_at?: string | null | undefined;
|
|
3743
3744
|
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;
|
|
3831
3832
|
start_at?: string | null | undefined;
|
|
3832
3833
|
target_at?: string | null | undefined;
|
|
3833
3834
|
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;
|
|
3863
3864
|
start_at?: string | null | undefined;
|
|
3864
3865
|
target_at?: string | null | undefined;
|
|
3865
3866
|
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;
|
|
3919
3920
|
start_at?: string | null | undefined;
|
|
3920
3921
|
target_at?: string | null | undefined;
|
|
3921
3922
|
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;
|
|
3961
3962
|
start_at?: string | null | undefined;
|
|
3962
3963
|
target_at?: string | null | undefined;
|
|
3963
3964
|
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;
|
|
5016
5017
|
start_at?: string | null | undefined;
|
|
5017
5018
|
target_at?: string | null | undefined;
|
|
5018
5019
|
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;
|
|
5045
5046
|
start_at?: string | null | undefined;
|
|
5046
5047
|
target_at?: string | null | undefined;
|
|
5047
5048
|
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;
|
|
5109
5110
|
start_at?: string | null | undefined;
|
|
5110
5111
|
target_at?: string | null | undefined;
|
|
5111
5112
|
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;
|
|
5138
5139
|
start_at?: string | null | undefined;
|
|
5139
5140
|
target_at?: string | null | undefined;
|
|
5140
5141
|
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;
|
|
5191
5192
|
start_at?: string | null | undefined;
|
|
5192
5193
|
target_at?: string | null | undefined;
|
|
5193
5194
|
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;
|
|
5230
5231
|
start_at?: string | null | undefined;
|
|
5231
5232
|
target_at?: string | null | undefined;
|
|
5232
5233
|
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;
|
|
@@ -7178,13 +7178,13 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7178
7178
|
values?: any[] | undefined;
|
|
7179
7179
|
caseSensitive?: boolean | undefined;
|
|
7180
7180
|
} | undefined;
|
|
7181
|
-
|
|
7181
|
+
unique_name?: {
|
|
7182
7182
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
7183
7183
|
value?: string | undefined;
|
|
7184
7184
|
values?: string[] | undefined;
|
|
7185
7185
|
caseSensitive?: boolean | undefined;
|
|
7186
7186
|
} | undefined;
|
|
7187
|
-
|
|
7187
|
+
display_name?: {
|
|
7188
7188
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
7189
7189
|
value?: string | undefined;
|
|
7190
7190
|
values?: string[] | undefined;
|
|
@@ -7278,13 +7278,13 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7278
7278
|
values?: any[] | undefined;
|
|
7279
7279
|
caseSensitive?: boolean | undefined;
|
|
7280
7280
|
} | undefined;
|
|
7281
|
-
|
|
7281
|
+
unique_name?: {
|
|
7282
7282
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
7283
7283
|
value?: string | undefined;
|
|
7284
7284
|
values?: string[] | undefined;
|
|
7285
7285
|
caseSensitive?: boolean | undefined;
|
|
7286
7286
|
} | undefined;
|
|
7287
|
-
|
|
7287
|
+
display_name?: {
|
|
7288
7288
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
7289
7289
|
value?: string | undefined;
|
|
7290
7290
|
values?: string[] | undefined;
|
|
@@ -8747,19 +8747,13 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8747
8747
|
values?: number[] | undefined;
|
|
8748
8748
|
caseSensitive?: boolean | undefined;
|
|
8749
8749
|
} | undefined;
|
|
8750
|
-
|
|
8751
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8752
|
-
value?: string | undefined;
|
|
8753
|
-
values?: string[] | undefined;
|
|
8754
|
-
caseSensitive?: boolean | undefined;
|
|
8755
|
-
} | undefined;
|
|
8756
|
-
original_team_id?: {
|
|
8750
|
+
display_name?: {
|
|
8757
8751
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8758
8752
|
value?: string | undefined;
|
|
8759
8753
|
values?: string[] | undefined;
|
|
8760
8754
|
caseSensitive?: boolean | undefined;
|
|
8761
8755
|
} | undefined;
|
|
8762
|
-
|
|
8756
|
+
team_id?: {
|
|
8763
8757
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8764
8758
|
value?: string | undefined;
|
|
8765
8759
|
values?: string[] | undefined;
|
|
@@ -8771,12 +8765,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8771
8765
|
values?: ("owner" | "manager" | "member" | "client")[] | undefined;
|
|
8772
8766
|
caseSensitive?: boolean | undefined;
|
|
8773
8767
|
} | undefined;
|
|
8774
|
-
display_name?: {
|
|
8775
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8776
|
-
value?: string | undefined;
|
|
8777
|
-
values?: string[] | undefined;
|
|
8778
|
-
caseSensitive?: boolean | undefined;
|
|
8779
|
-
} | undefined;
|
|
8780
8768
|
business_phone?: {
|
|
8781
8769
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8782
8770
|
value?: string | undefined;
|
|
@@ -8807,6 +8795,18 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8807
8795
|
values?: string[] | undefined;
|
|
8808
8796
|
caseSensitive?: boolean | undefined;
|
|
8809
8797
|
} | 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;
|
|
@@ -8877,19 +8877,13 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8877
8877
|
values?: number[] | undefined;
|
|
8878
8878
|
caseSensitive?: boolean | undefined;
|
|
8879
8879
|
} | undefined;
|
|
8880
|
-
|
|
8881
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8882
|
-
value?: string | undefined;
|
|
8883
|
-
values?: string[] | undefined;
|
|
8884
|
-
caseSensitive?: boolean | undefined;
|
|
8885
|
-
} | undefined;
|
|
8886
|
-
original_team_id?: {
|
|
8880
|
+
display_name?: {
|
|
8887
8881
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8888
8882
|
value?: string | undefined;
|
|
8889
8883
|
values?: string[] | undefined;
|
|
8890
8884
|
caseSensitive?: boolean | undefined;
|
|
8891
8885
|
} | undefined;
|
|
8892
|
-
|
|
8886
|
+
team_id?: {
|
|
8893
8887
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8894
8888
|
value?: string | undefined;
|
|
8895
8889
|
values?: string[] | undefined;
|
|
@@ -8901,12 +8895,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8901
8895
|
values?: ("owner" | "manager" | "member" | "client")[] | undefined;
|
|
8902
8896
|
caseSensitive?: boolean | undefined;
|
|
8903
8897
|
} | undefined;
|
|
8904
|
-
display_name?: {
|
|
8905
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8906
|
-
value?: string | undefined;
|
|
8907
|
-
values?: string[] | undefined;
|
|
8908
|
-
caseSensitive?: boolean | undefined;
|
|
8909
|
-
} | undefined;
|
|
8910
8898
|
business_phone?: {
|
|
8911
8899
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
8912
8900
|
value?: string | undefined;
|
|
@@ -8937,6 +8925,18 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8937
8925
|
values?: string[] | undefined;
|
|
8938
8926
|
caseSensitive?: boolean | undefined;
|
|
8939
8927
|
} | 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
|
|
@@ -8953,9 +8953,9 @@ declare const TeamMemberCreateSchema: z.ZodObject<{
|
|
|
8953
8953
|
time_zone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8954
8954
|
}, "strip", z.ZodTypeAny, {
|
|
8955
8955
|
user_id: string;
|
|
8956
|
+
display_name: string;
|
|
8956
8957
|
team_id: string;
|
|
8957
8958
|
role: "owner" | "manager" | "member" | "client";
|
|
8958
|
-
display_name: string;
|
|
8959
8959
|
email_address: string;
|
|
8960
8960
|
business_phone?: string | null | undefined;
|
|
8961
8961
|
mobile_phone?: string | null | undefined;
|
|
@@ -8963,9 +8963,9 @@ declare const TeamMemberCreateSchema: z.ZodObject<{
|
|
|
8963
8963
|
time_zone?: string | null | undefined;
|
|
8964
8964
|
}, {
|
|
8965
8965
|
user_id: string;
|
|
8966
|
+
display_name: string;
|
|
8966
8967
|
team_id: string;
|
|
8967
8968
|
role: "owner" | "manager" | "member" | "client";
|
|
8968
|
-
display_name: string;
|
|
8969
8969
|
email_address: string;
|
|
8970
8970
|
business_phone?: string | null | undefined;
|
|
8971
8971
|
mobile_phone?: string | null | undefined;
|
|
@@ -8988,9 +8988,9 @@ declare const TeamMemberUpdateSchema: z.ZodObject<{
|
|
|
8988
8988
|
}, "strip", z.ZodTypeAny, {
|
|
8989
8989
|
id: string;
|
|
8990
8990
|
user_id: string;
|
|
8991
|
+
display_name: string;
|
|
8991
8992
|
team_id: string;
|
|
8992
8993
|
role: "owner" | "manager" | "member" | "client";
|
|
8993
|
-
display_name: string;
|
|
8994
8994
|
email_address: string;
|
|
8995
8995
|
business_phone?: string | null | undefined;
|
|
8996
8996
|
mobile_phone?: string | null | undefined;
|
|
@@ -8999,9 +8999,9 @@ declare const TeamMemberUpdateSchema: z.ZodObject<{
|
|
|
8999
8999
|
}, {
|
|
9000
9000
|
id: string;
|
|
9001
9001
|
user_id: string;
|
|
9002
|
+
display_name: string;
|
|
9002
9003
|
team_id: string;
|
|
9003
9004
|
role: "owner" | "manager" | "member" | "client";
|
|
9004
|
-
display_name: string;
|
|
9005
9005
|
email_address: string;
|
|
9006
9006
|
business_phone?: string | null | undefined;
|
|
9007
9007
|
mobile_phone?: string | null | undefined;
|
|
@@ -9048,13 +9048,13 @@ declare const TeamMemberReadSchema: z.ZodObject<{
|
|
|
9048
9048
|
original_id?: number | null | undefined;
|
|
9049
9049
|
created_by_display_name?: string | null | undefined;
|
|
9050
9050
|
updated_by_display_name?: string | null | undefined;
|
|
9051
|
-
original_team_id?: string | null | undefined;
|
|
9052
|
-
original_user_id?: string | null | undefined;
|
|
9053
9051
|
display_name?: string | null | undefined;
|
|
9054
9052
|
business_phone?: string | null | undefined;
|
|
9055
9053
|
mobile_phone?: string | null | undefined;
|
|
9056
9054
|
website_address?: string | null | undefined;
|
|
9057
9055
|
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;
|
|
@@ -9070,13 +9070,13 @@ declare const TeamMemberReadSchema: z.ZodObject<{
|
|
|
9070
9070
|
original_id?: number | null | undefined;
|
|
9071
9071
|
created_by_display_name?: string | null | undefined;
|
|
9072
9072
|
updated_by_display_name?: string | null | undefined;
|
|
9073
|
-
original_team_id?: string | null | undefined;
|
|
9074
|
-
original_user_id?: string | null | undefined;
|
|
9075
9073
|
display_name?: string | null | undefined;
|
|
9076
9074
|
business_phone?: string | null | undefined;
|
|
9077
9075
|
mobile_phone?: string | null | undefined;
|
|
9078
9076
|
website_address?: string | null | undefined;
|
|
9079
9077
|
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
|
|
@@ -9122,13 +9122,13 @@ declare const TeamMemberOptionSchema: z.ZodObject<{
|
|
|
9122
9122
|
original_id?: number | null | undefined;
|
|
9123
9123
|
created_by_display_name?: string | null | undefined;
|
|
9124
9124
|
updated_by_display_name?: string | null | undefined;
|
|
9125
|
-
original_team_id?: string | null | undefined;
|
|
9126
|
-
original_user_id?: string | null | undefined;
|
|
9127
9125
|
display_name?: string | null | undefined;
|
|
9128
9126
|
business_phone?: string | null | undefined;
|
|
9129
9127
|
mobile_phone?: string | null | undefined;
|
|
9130
9128
|
website_address?: string | null | undefined;
|
|
9131
9129
|
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;
|
|
@@ -9144,13 +9144,13 @@ declare const TeamMemberOptionSchema: z.ZodObject<{
|
|
|
9144
9144
|
original_id?: number | null | undefined;
|
|
9145
9145
|
created_by_display_name?: string | null | undefined;
|
|
9146
9146
|
updated_by_display_name?: string | null | undefined;
|
|
9147
|
-
original_team_id?: string | null | undefined;
|
|
9148
|
-
original_user_id?: string | null | undefined;
|
|
9149
9147
|
display_name?: string | null | undefined;
|
|
9150
9148
|
business_phone?: string | null | undefined;
|
|
9151
9149
|
mobile_phone?: string | null | undefined;
|
|
9152
9150
|
website_address?: string | null | undefined;
|
|
9153
9151
|
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
|
/**
|
|
@@ -9194,13 +9194,13 @@ declare const UserTeamMembersSchema: z.ZodObject<{
|
|
|
9194
9194
|
original_id?: number | null | undefined;
|
|
9195
9195
|
created_by_display_name?: string | null | undefined;
|
|
9196
9196
|
updated_by_display_name?: string | null | undefined;
|
|
9197
|
-
original_team_id?: string | null | undefined;
|
|
9198
|
-
original_user_id?: string | null | undefined;
|
|
9199
9197
|
display_name?: string | null | undefined;
|
|
9200
9198
|
business_phone?: string | null | undefined;
|
|
9201
9199
|
mobile_phone?: string | null | undefined;
|
|
9202
9200
|
website_address?: string | null | undefined;
|
|
9203
9201
|
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;
|
|
@@ -9216,13 +9216,13 @@ declare const UserTeamMembersSchema: z.ZodObject<{
|
|
|
9216
9216
|
original_id?: number | null | undefined;
|
|
9217
9217
|
created_by_display_name?: string | null | undefined;
|
|
9218
9218
|
updated_by_display_name?: string | null | undefined;
|
|
9219
|
-
original_team_id?: string | null | undefined;
|
|
9220
|
-
original_user_id?: string | null | undefined;
|
|
9221
9219
|
display_name?: string | null | undefined;
|
|
9222
9220
|
business_phone?: string | null | undefined;
|
|
9223
9221
|
mobile_phone?: string | null | undefined;
|
|
9224
9222
|
website_address?: string | null | undefined;
|
|
9225
9223
|
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: {
|
|
@@ -9240,13 +9240,13 @@ declare const UserTeamMembersSchema: z.ZodObject<{
|
|
|
9240
9240
|
original_id?: number | null | undefined;
|
|
9241
9241
|
created_by_display_name?: string | null | undefined;
|
|
9242
9242
|
updated_by_display_name?: string | null | undefined;
|
|
9243
|
-
original_team_id?: string | null | undefined;
|
|
9244
|
-
original_user_id?: string | null | undefined;
|
|
9245
9243
|
display_name?: string | null | undefined;
|
|
9246
9244
|
business_phone?: string | null | undefined;
|
|
9247
9245
|
mobile_phone?: string | null | undefined;
|
|
9248
9246
|
website_address?: string | null | undefined;
|
|
9249
9247
|
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: {
|
|
@@ -9264,13 +9264,13 @@ declare const UserTeamMembersSchema: z.ZodObject<{
|
|
|
9264
9264
|
original_id?: number | null | undefined;
|
|
9265
9265
|
created_by_display_name?: string | null | undefined;
|
|
9266
9266
|
updated_by_display_name?: string | null | undefined;
|
|
9267
|
-
original_team_id?: string | null | undefined;
|
|
9268
|
-
original_user_id?: string | null | undefined;
|
|
9269
9267
|
display_name?: string | null | undefined;
|
|
9270
9268
|
business_phone?: string | null | undefined;
|
|
9271
9269
|
mobile_phone?: string | null | undefined;
|
|
9272
9270
|
website_address?: string | null | undefined;
|
|
9273
9271
|
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>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dragonmastery/dragoncore-shared",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Shared types and utilities for dragoncore",
|
|
5
5
|
"author": "DragonMastery",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"types": "./dist/index.d.mts",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
|
-
"development": "./src/index.ts",
|
|
13
12
|
"types": "./dist/index.d.mts",
|
|
14
13
|
"import": "./dist/index.mjs",
|
|
15
14
|
"default": "./dist/index.mjs"
|
|
@@ -20,14 +19,7 @@
|
|
|
20
19
|
"README.md"
|
|
21
20
|
],
|
|
22
21
|
"publishConfig": {
|
|
23
|
-
"access": "public"
|
|
24
|
-
"exports": {
|
|
25
|
-
".": {
|
|
26
|
-
"types": "./dist/index.d.mts",
|
|
27
|
-
"import": "./dist/index.mjs",
|
|
28
|
-
"default": "./dist/index.mjs"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
22
|
+
"access": "public"
|
|
31
23
|
},
|
|
32
24
|
"scripts": {
|
|
33
25
|
"npm:build": "tsdown",
|
|
@@ -37,7 +29,7 @@
|
|
|
37
29
|
"type-check": "tsc --noEmit",
|
|
38
30
|
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
39
31
|
"prepublishOnly": "bun run npm:build",
|
|
40
|
-
"npm:publish": "bun publish
|
|
32
|
+
"npm:publish": "bun run ../publish.ts"
|
|
41
33
|
},
|
|
42
34
|
"dependencies": {
|
|
43
35
|
"zod": "3.24.4"
|