@kimdaegyu/babmukdang-shared 1.0.7 → 1.1.0

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.
Files changed (106) hide show
  1. package/dist/chunk-2GRWCRTV.js +328 -0
  2. package/dist/chunk-2SJCUQNN.js +40 -0
  3. package/dist/chunk-34EKPNPX.js +0 -0
  4. package/dist/chunk-35QGRA2X.js +0 -0
  5. package/dist/chunk-3YMV26OY.js +0 -0
  6. package/dist/chunk-4DAOP35P.js +74 -0
  7. package/dist/chunk-6NZPEF4K.js +34 -0
  8. package/dist/chunk-7MGHUZXI.js +25 -0
  9. package/dist/chunk-BVTYAILQ.js +0 -0
  10. package/dist/chunk-EJKRR2MZ.js +184 -0
  11. package/dist/chunk-F24BT6H4.js +23 -0
  12. package/dist/chunk-FCE6KXNO.js +30 -0
  13. package/dist/chunk-HRM3FQPL.js +12 -0
  14. package/dist/chunk-IJMADVK5.js +27 -0
  15. package/dist/chunk-IYCA6KHR.js +0 -0
  16. package/dist/chunk-JCN37ARR.js +52 -0
  17. package/dist/chunk-JXYRJKRV.js +0 -0
  18. package/dist/chunk-LCMNVWSP.js +0 -0
  19. package/dist/chunk-MP7TEKEI.js +72 -0
  20. package/dist/chunk-NCVWB52E.js +0 -0
  21. package/dist/chunk-NW5O4R7M.js +37 -0
  22. package/dist/chunk-O6DYRCFN.js +0 -0
  23. package/dist/chunk-PDGMGLYH.js +0 -0
  24. package/dist/chunk-PFSZSKD5.js +0 -0
  25. package/dist/chunk-TA4BB3UC.js +0 -0
  26. package/dist/chunk-UFVPFUMI.js +35 -0
  27. package/dist/chunk-UN7KYFMV.js +0 -0
  28. package/dist/chunk-UXA4FHST.js +19 -0
  29. package/dist/chunk-WNY6POLW.js +0 -0
  30. package/dist/chunk-YVACD5IG.js +127 -0
  31. package/dist/chunk-Z2UFF3MA.js +212 -0
  32. package/dist/chunk-ZNAAA53X.js +45 -0
  33. package/dist/chunk-ZSZ3ETY7.js +32 -0
  34. package/dist/domain/article/index.cjs +250 -0
  35. package/dist/domain/article/index.d.cts +1026 -0
  36. package/dist/domain/article/index.d.ts +1026 -0
  37. package/dist/domain/article/index.js +32 -0
  38. package/dist/domain/auth/index.cjs +135 -0
  39. package/dist/domain/auth/index.d.cts +73 -0
  40. package/dist/domain/auth/index.d.ts +73 -0
  41. package/dist/domain/auth/index.js +17 -0
  42. package/dist/domain/challenge/index.cjs +65 -0
  43. package/dist/domain/challenge/index.d.cts +104 -0
  44. package/dist/domain/challenge/index.d.ts +104 -0
  45. package/dist/domain/challenge/index.js +18 -0
  46. package/dist/domain/common/index.cjs +769 -0
  47. package/dist/domain/common/index.d.cts +2576 -0
  48. package/dist/domain/common/index.d.ts +2576 -0
  49. package/dist/domain/common/index.js +107 -0
  50. package/dist/domain/coupon/index.cjs +74 -0
  51. package/dist/domain/coupon/index.d.cts +38 -0
  52. package/dist/domain/coupon/index.d.ts +38 -0
  53. package/dist/domain/coupon/index.js +14 -0
  54. package/dist/domain/friend/index.cjs +152 -0
  55. package/dist/domain/friend/index.d.cts +148 -0
  56. package/dist/domain/friend/index.d.ts +148 -0
  57. package/dist/domain/friend/index.js +25 -0
  58. package/dist/domain/index.cjs +997 -0
  59. package/dist/domain/index.d.cts +17 -0
  60. package/dist/domain/index.d.ts +17 -0
  61. package/dist/domain/index.js +334 -0
  62. package/dist/domain/invitation/index.cjs +104 -0
  63. package/dist/domain/invitation/index.d.cts +67 -0
  64. package/dist/domain/invitation/index.d.ts +67 -0
  65. package/dist/domain/invitation/index.js +17 -0
  66. package/dist/domain/meal/index.cjs +59 -0
  67. package/dist/domain/meal/index.d.cts +38 -0
  68. package/dist/domain/meal/index.d.ts +38 -0
  69. package/dist/domain/meal/index.js +15 -0
  70. package/dist/domain/member/index.cjs +127 -0
  71. package/dist/domain/member/index.d.cts +225 -0
  72. package/dist/domain/member/index.d.ts +225 -0
  73. package/dist/domain/member/index.js +30 -0
  74. package/dist/domain/plan/index.cjs +269 -0
  75. package/dist/domain/plan/index.d.cts +189 -0
  76. package/dist/domain/plan/index.d.ts +189 -0
  77. package/dist/domain/plan/index.js +19 -0
  78. package/dist/domain/preference/index.cjs +69 -0
  79. package/dist/domain/preference/index.d.cts +31 -0
  80. package/dist/domain/preference/index.d.ts +31 -0
  81. package/dist/domain/preference/index.js +12 -0
  82. package/dist/domain/recruit/index.cjs +138 -0
  83. package/dist/domain/recruit/index.d.cts +130 -0
  84. package/dist/domain/recruit/index.d.ts +130 -0
  85. package/dist/domain/recruit/index.js +19 -0
  86. package/dist/domain/referral/index.cjs +78 -0
  87. package/dist/domain/referral/index.d.cts +51 -0
  88. package/dist/domain/referral/index.d.ts +51 -0
  89. package/dist/domain/referral/index.js +14 -0
  90. package/dist/domain/restaurant/index.cjs +79 -0
  91. package/dist/domain/restaurant/index.d.cts +85 -0
  92. package/dist/domain/restaurant/index.d.ts +85 -0
  93. package/dist/domain/restaurant/index.js +11 -0
  94. package/dist/domain/room/index.cjs +332 -0
  95. package/dist/domain/room/index.d.cts +1482 -0
  96. package/dist/domain/room/index.d.ts +1482 -0
  97. package/dist/domain/room/index.js +74 -0
  98. package/dist/id-B-8M90Ef.d.cts +43 -0
  99. package/dist/id-B-8M90Ef.d.ts +43 -0
  100. package/dist/index-BuInbhtG.d.cts +305 -0
  101. package/dist/index-CKRUOupn.d.ts +305 -0
  102. package/dist/index.cjs +845 -21
  103. package/dist/index.d.cts +113 -569
  104. package/dist/index.d.ts +113 -569
  105. package/dist/index.js +50 -30
  106. package/package.json +50 -39
@@ -0,0 +1,148 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const FriendMealFilterSchema: z.ZodEnum<["ALL", "HUNGRY", "NOT_HUNGRY"]>;
4
+ declare const FriendRequestStatusSchema: z.ZodEnum<["PENDING", "ACCEPTED", "REJECTED", "CANCELED"]>;
5
+ declare const FriendMealItemResponseSchema: z.ZodObject<Pick<{
6
+ memberId: z.ZodBranded<z.ZodNumber, "MemberId">;
7
+ username: z.ZodString;
8
+ profileImageUrl: z.ZodNullable<z.ZodString>;
9
+ }, "memberId" | "username" | "profileImageUrl"> & {
10
+ hungry: z.ZodBoolean;
11
+ label: z.ZodString;
12
+ }, "strip", z.ZodTypeAny, {
13
+ memberId: number & z.BRAND<"MemberId">;
14
+ username: string;
15
+ profileImageUrl: string | null;
16
+ label: string;
17
+ hungry: boolean;
18
+ }, {
19
+ memberId: number;
20
+ username: string;
21
+ profileImageUrl: string | null;
22
+ label: string;
23
+ hungry: boolean;
24
+ }>;
25
+ declare const FriendListItemResponseSchema: z.ZodObject<Pick<{
26
+ memberId: z.ZodBranded<z.ZodNumber, "MemberId">;
27
+ username: z.ZodString;
28
+ profileImageUrl: z.ZodNullable<z.ZodString>;
29
+ }, "memberId" | "username" | "profileImageUrl"> & {
30
+ friendSince: z.ZodString;
31
+ }, "strip", z.ZodTypeAny, {
32
+ memberId: number & z.BRAND<"MemberId">;
33
+ username: string;
34
+ profileImageUrl: string | null;
35
+ friendSince: string;
36
+ }, {
37
+ memberId: number;
38
+ username: string;
39
+ profileImageUrl: string | null;
40
+ friendSince: string;
41
+ }>;
42
+ declare const FriendBlockItemResponseSchema: z.ZodObject<Pick<{
43
+ memberId: z.ZodBranded<z.ZodNumber, "MemberId">;
44
+ username: z.ZodString;
45
+ profileImageUrl: z.ZodNullable<z.ZodString>;
46
+ }, "memberId" | "username" | "profileImageUrl"> & {
47
+ blockedAt: z.ZodString;
48
+ }, "strip", z.ZodTypeAny, {
49
+ memberId: number & z.BRAND<"MemberId">;
50
+ username: string;
51
+ profileImageUrl: string | null;
52
+ blockedAt: string;
53
+ }, {
54
+ memberId: number;
55
+ username: string;
56
+ profileImageUrl: string | null;
57
+ blockedAt: string;
58
+ }>;
59
+ declare const FriendRequestMemberSchema: z.ZodObject<Pick<{
60
+ memberId: z.ZodBranded<z.ZodNumber, "MemberId">;
61
+ username: z.ZodString;
62
+ profileImageUrl: z.ZodNullable<z.ZodString>;
63
+ }, "memberId" | "username" | "profileImageUrl">, "strip", z.ZodTypeAny, {
64
+ memberId: number & z.BRAND<"MemberId">;
65
+ username: string;
66
+ profileImageUrl: string | null;
67
+ }, {
68
+ memberId: number;
69
+ username: string;
70
+ profileImageUrl: string | null;
71
+ }>;
72
+ declare const FriendRequestItemResponseSchema: z.ZodObject<{
73
+ requestId: z.ZodBranded<z.ZodNumber, "FriendRequestId">;
74
+ requester: z.ZodObject<Pick<{
75
+ memberId: z.ZodBranded<z.ZodNumber, "MemberId">;
76
+ username: z.ZodString;
77
+ profileImageUrl: z.ZodNullable<z.ZodString>;
78
+ }, "memberId" | "username" | "profileImageUrl">, "strip", z.ZodTypeAny, {
79
+ memberId: number & z.BRAND<"MemberId">;
80
+ username: string;
81
+ profileImageUrl: string | null;
82
+ }, {
83
+ memberId: number;
84
+ username: string;
85
+ profileImageUrl: string | null;
86
+ }>;
87
+ recipient: z.ZodObject<Pick<{
88
+ memberId: z.ZodBranded<z.ZodNumber, "MemberId">;
89
+ username: z.ZodString;
90
+ profileImageUrl: z.ZodNullable<z.ZodString>;
91
+ }, "memberId" | "username" | "profileImageUrl">, "strip", z.ZodTypeAny, {
92
+ memberId: number & z.BRAND<"MemberId">;
93
+ username: string;
94
+ profileImageUrl: string | null;
95
+ }, {
96
+ memberId: number;
97
+ username: string;
98
+ profileImageUrl: string | null;
99
+ }>;
100
+ status: z.ZodEnum<["PENDING", "ACCEPTED", "REJECTED", "CANCELED"]>;
101
+ requestedAt: z.ZodString;
102
+ }, "strip", z.ZodTypeAny, {
103
+ status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
104
+ requestId: number & z.BRAND<"FriendRequestId">;
105
+ requester: {
106
+ memberId: number & z.BRAND<"MemberId">;
107
+ username: string;
108
+ profileImageUrl: string | null;
109
+ };
110
+ recipient: {
111
+ memberId: number & z.BRAND<"MemberId">;
112
+ username: string;
113
+ profileImageUrl: string | null;
114
+ };
115
+ requestedAt: string;
116
+ }, {
117
+ status: "PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED";
118
+ requestId: number;
119
+ requester: {
120
+ memberId: number;
121
+ username: string;
122
+ profileImageUrl: string | null;
123
+ };
124
+ recipient: {
125
+ memberId: number;
126
+ username: string;
127
+ profileImageUrl: string | null;
128
+ };
129
+ requestedAt: string;
130
+ }>;
131
+ declare const FriendActionRequestSchema: z.ZodObject<{
132
+ memberId: z.ZodBranded<z.ZodNumber, "MemberId">;
133
+ }, "strip", z.ZodTypeAny, {
134
+ memberId: number & z.BRAND<"MemberId">;
135
+ }, {
136
+ memberId: number;
137
+ }>;
138
+
139
+ type FriendActionRequest = z.infer<typeof FriendActionRequestSchema>;
140
+
141
+ type FriendMealFilter = z.infer<typeof FriendMealFilterSchema>;
142
+ type FriendRequestStatus = z.infer<typeof FriendRequestStatusSchema>;
143
+ type FriendMealItemResponse = z.infer<typeof FriendMealItemResponseSchema>;
144
+ type FriendListItemResponse = z.infer<typeof FriendListItemResponseSchema>;
145
+ type FriendBlockItemResponse = z.infer<typeof FriendBlockItemResponseSchema>;
146
+ type FriendRequestItemResponse = z.infer<typeof FriendRequestItemResponseSchema>;
147
+
148
+ export { type FriendActionRequest, FriendActionRequestSchema, type FriendBlockItemResponse, FriendBlockItemResponseSchema, type FriendListItemResponse, FriendListItemResponseSchema, type FriendMealFilter, FriendMealFilterSchema, type FriendMealItemResponse, FriendMealItemResponseSchema, type FriendRequestItemResponse, FriendRequestItemResponseSchema, FriendRequestMemberSchema, type FriendRequestStatus, FriendRequestStatusSchema };
@@ -0,0 +1,25 @@
1
+ import "../../chunk-3YMV26OY.js";
2
+ import {
3
+ FriendActionRequestSchema,
4
+ FriendBlockItemResponseSchema,
5
+ FriendListItemResponseSchema,
6
+ FriendMealFilterSchema,
7
+ FriendMealItemResponseSchema,
8
+ FriendRequestItemResponseSchema,
9
+ FriendRequestMemberSchema,
10
+ FriendRequestStatusSchema
11
+ } from "../../chunk-JCN37ARR.js";
12
+ import "../../chunk-MP7TEKEI.js";
13
+ import "../../chunk-UFVPFUMI.js";
14
+ import "../../chunk-HRM3FQPL.js";
15
+ import "../../chunk-UXA4FHST.js";
16
+ export {
17
+ FriendActionRequestSchema,
18
+ FriendBlockItemResponseSchema,
19
+ FriendListItemResponseSchema,
20
+ FriendMealFilterSchema,
21
+ FriendMealItemResponseSchema,
22
+ FriendRequestItemResponseSchema,
23
+ FriendRequestMemberSchema,
24
+ FriendRequestStatusSchema
25
+ };