@myrjfa/state 1.0.4 → 1.0.5
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/lib/actions.js +1 -1
- package/dist/lib/auth.d.ts +4 -0
- package/dist/lib/auth.d.ts.map +1 -1
- package/dist/lib/auth.js +2 -2
- package/dist/lib/data/countryStates.d.ts +19 -0
- package/dist/lib/data/countryStates.d.ts.map +1 -0
- package/dist/lib/data/countryStates.js +6834 -0
- package/dist/lib/models/props.d.ts +0 -7
- package/dist/lib/models/props.d.ts.map +1 -1
- package/dist/lib/models/props.js +0 -126
- package/dist/lib/models/user.d.ts +6 -0
- package/dist/lib/models/user.d.ts.map +1 -1
- package/dist/lib/models/user.js +4 -0
- package/dist/lib/models/volunteerJob.d.ts +18 -0
- package/dist/lib/models/volunteerJob.d.ts.map +1 -1
- package/dist/lib/models/volunteerJob.js +2 -0
- package/dist/lib/userAtom.d.ts +8 -0
- package/dist/lib/userAtom.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -29,11 +29,4 @@ export interface DisplayItem {
|
|
|
29
29
|
title: string;
|
|
30
30
|
}
|
|
31
31
|
export declare const fallBackIcon = "/images/icons/miscellaneous.webp";
|
|
32
|
-
export declare const statesOptions: {
|
|
33
|
-
india: string[];
|
|
34
|
-
pakistan: string[];
|
|
35
|
-
"united states": string[];
|
|
36
|
-
canada: string[];
|
|
37
|
-
australia: string[];
|
|
38
|
-
};
|
|
39
32
|
//# sourceMappingURL=props.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/lib/models/props.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,cAAc;;;;;;;;;EAGhB,CAAC;AAEZ,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEtD,MAAM,WAAW,QAAQ;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAGD,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;AAEjD,eAAO,MAAM,UAAU;;;GA8BtB,CAAC;AAEF,eAAO,MAAM,aAAa;;GA+FzB,CAAC;AAEF,MAAM,WAAW,WAAW;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,YAAY,qCAAqC,CAAA
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/lib/models/props.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,cAAc;;;;;;;;;EAGhB,CAAC;AAEZ,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEtD,MAAM,WAAW,QAAQ;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAGD,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;AAEjD,eAAO,MAAM,UAAU;;;GA8BtB,CAAC;AAEF,eAAO,MAAM,aAAa;;GA+FzB,CAAC;AAEF,MAAM,WAAW,WAAW;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,YAAY,qCAAqC,CAAA"}
|
package/dist/lib/models/props.js
CHANGED
|
@@ -132,129 +132,3 @@ export const skillsOptions = [
|
|
|
132
132
|
{ title: "Decoration" },
|
|
133
133
|
];
|
|
134
134
|
export const fallBackIcon = "/images/icons/miscellaneous.webp";
|
|
135
|
-
export const statesOptions = {
|
|
136
|
-
"india": [
|
|
137
|
-
"Andhra Pradesh",
|
|
138
|
-
"Arunachal Pradesh",
|
|
139
|
-
"Assam",
|
|
140
|
-
"Bihar",
|
|
141
|
-
"Chhattisgarh",
|
|
142
|
-
"Goa",
|
|
143
|
-
"Gujarat",
|
|
144
|
-
"Haryana",
|
|
145
|
-
"Himachal Pradesh",
|
|
146
|
-
"Jharkhand",
|
|
147
|
-
"Karnataka",
|
|
148
|
-
"Kerala",
|
|
149
|
-
"Madhya Pradesh",
|
|
150
|
-
"Maharashtra",
|
|
151
|
-
"Manipur",
|
|
152
|
-
"Meghalaya",
|
|
153
|
-
"Mizoram",
|
|
154
|
-
"Nagaland",
|
|
155
|
-
"Odisha",
|
|
156
|
-
"Punjab",
|
|
157
|
-
"Rajasthan",
|
|
158
|
-
"Sikkim",
|
|
159
|
-
"Tamil Nadu",
|
|
160
|
-
"Telangana",
|
|
161
|
-
"Tripura",
|
|
162
|
-
"Uttar Pradesh",
|
|
163
|
-
"Uttarakhand",
|
|
164
|
-
"West Bengal",
|
|
165
|
-
"Andaman and Nicobar Islands",
|
|
166
|
-
"Chandigarh",
|
|
167
|
-
"Dadra and Nagar Haveli and Daman and Diu",
|
|
168
|
-
"Delhi",
|
|
169
|
-
"Jammu and Kashmir",
|
|
170
|
-
"Ladakh",
|
|
171
|
-
"Lakshadweep",
|
|
172
|
-
"Puducherry"
|
|
173
|
-
],
|
|
174
|
-
"pakistan": [
|
|
175
|
-
"Azad Jammu and Kashmir",
|
|
176
|
-
"Balochistan",
|
|
177
|
-
"Gilgit-Baltistan",
|
|
178
|
-
"Islamabad Capital Territory",
|
|
179
|
-
"Khyber Pakhtunkhwa",
|
|
180
|
-
"Punjab",
|
|
181
|
-
"Sindh"
|
|
182
|
-
],
|
|
183
|
-
"united states": [
|
|
184
|
-
"Alabama",
|
|
185
|
-
"Alaska",
|
|
186
|
-
"Arizona",
|
|
187
|
-
"Arkansas",
|
|
188
|
-
"California",
|
|
189
|
-
"Colorado",
|
|
190
|
-
"Connecticut",
|
|
191
|
-
"Delaware",
|
|
192
|
-
"Florida",
|
|
193
|
-
"Georgia",
|
|
194
|
-
"Hawaii",
|
|
195
|
-
"Idaho",
|
|
196
|
-
"Illinois",
|
|
197
|
-
"Indiana",
|
|
198
|
-
"Iowa",
|
|
199
|
-
"Kansas",
|
|
200
|
-
"Kentucky",
|
|
201
|
-
"Louisiana",
|
|
202
|
-
"Maine",
|
|
203
|
-
"Maryland",
|
|
204
|
-
"Massachusetts",
|
|
205
|
-
"Michigan",
|
|
206
|
-
"Minnesota",
|
|
207
|
-
"Mississippi",
|
|
208
|
-
"Missouri",
|
|
209
|
-
"Montana",
|
|
210
|
-
"Nebraska",
|
|
211
|
-
"Nevada",
|
|
212
|
-
"New Hampshire",
|
|
213
|
-
"New Jersey",
|
|
214
|
-
"New Mexico",
|
|
215
|
-
"New York",
|
|
216
|
-
"North Carolina",
|
|
217
|
-
"North Dakota",
|
|
218
|
-
"Ohio",
|
|
219
|
-
"Oklahoma",
|
|
220
|
-
"Oregon",
|
|
221
|
-
"Pennsylvania",
|
|
222
|
-
"Rhode Island",
|
|
223
|
-
"South Carolina",
|
|
224
|
-
"South Dakota",
|
|
225
|
-
"Tennessee",
|
|
226
|
-
"Texas",
|
|
227
|
-
"Utah",
|
|
228
|
-
"Vermont",
|
|
229
|
-
"Virginia",
|
|
230
|
-
"Washington",
|
|
231
|
-
"West Virginia",
|
|
232
|
-
"Wisconsin",
|
|
233
|
-
"Wyoming"
|
|
234
|
-
],
|
|
235
|
-
"canada": [
|
|
236
|
-
"Alberta",
|
|
237
|
-
"British Columbia",
|
|
238
|
-
"Manitoba",
|
|
239
|
-
"New Brunswick",
|
|
240
|
-
"Newfoundland and Labrador",
|
|
241
|
-
"Nova Scotia",
|
|
242
|
-
"Ontario",
|
|
243
|
-
"Prince Edward Island",
|
|
244
|
-
"Quebec",
|
|
245
|
-
"Saskatchewan",
|
|
246
|
-
"Northwest Territories",
|
|
247
|
-
"Nunavut",
|
|
248
|
-
"Yukon"
|
|
249
|
-
],
|
|
250
|
-
"australia": [
|
|
251
|
-
"New South Wales",
|
|
252
|
-
"Victoria",
|
|
253
|
-
"Queensland",
|
|
254
|
-
"Western Australia",
|
|
255
|
-
"South Australia",
|
|
256
|
-
"Tasmania",
|
|
257
|
-
"Australian Capital Territory",
|
|
258
|
-
"Northern Territory"
|
|
259
|
-
]
|
|
260
|
-
};
|
|
@@ -8,6 +8,8 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
8
8
|
email: z.ZodString;
|
|
9
9
|
password: z.ZodString;
|
|
10
10
|
phoneNumber: z.ZodString;
|
|
11
|
+
countryCode: z.ZodString;
|
|
12
|
+
country: z.ZodString;
|
|
11
13
|
location: z.ZodOptional<z.ZodString>;
|
|
12
14
|
pinCode: z.ZodOptional<z.ZodString>;
|
|
13
15
|
dob: z.ZodOptional<z.ZodDate>;
|
|
@@ -59,6 +61,8 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
59
61
|
email: string;
|
|
60
62
|
password: string;
|
|
61
63
|
phoneNumber: string;
|
|
64
|
+
countryCode: string;
|
|
65
|
+
country: string;
|
|
62
66
|
gender: "male" | "female" | "other";
|
|
63
67
|
rating: number;
|
|
64
68
|
ratingCount: number;
|
|
@@ -104,6 +108,8 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
104
108
|
email: string;
|
|
105
109
|
password: string;
|
|
106
110
|
phoneNumber: string;
|
|
111
|
+
countryCode: string;
|
|
112
|
+
country: string;
|
|
107
113
|
gender: "male" | "female" | "other";
|
|
108
114
|
rating: number;
|
|
109
115
|
ratingCount: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/lib/models/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe,EAA6D,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;AAE/G,eAAO,MAAM,MAAM,qDAAmD,CAAC;AAEvE,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/lib/models/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe,EAA6D,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;AAE/G,eAAO,MAAM,MAAM,qDAAmD,CAAC;AAEvE,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuDZ,CAAC;AAEZ,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAE9C,eAAO,MAAM,UAAU,EAAE,IAmCxB,CAAC"}
|
package/dist/lib/models/user.js
CHANGED
|
@@ -8,6 +8,8 @@ export const UserSchema = z.object({
|
|
|
8
8
|
email: z.string().email(),
|
|
9
9
|
password: z.string(),
|
|
10
10
|
phoneNumber: z.string(),
|
|
11
|
+
countryCode: z.string(),
|
|
12
|
+
country: z.string(),
|
|
11
13
|
location: z.string().optional(),
|
|
12
14
|
pinCode: z.string().optional(),
|
|
13
15
|
dob: z.date().optional(),
|
|
@@ -57,6 +59,8 @@ export const sampleUser = {
|
|
|
57
59
|
email: "ravi.kumar@example.com",
|
|
58
60
|
password: "hashedPassword",
|
|
59
61
|
phoneNumber: "9876543210",
|
|
62
|
+
countryCode: "91",
|
|
63
|
+
country: "India",
|
|
60
64
|
isActive: true,
|
|
61
65
|
lastActive: new Date(2025, 2, 15), // March 15, 2025
|
|
62
66
|
profilePic: "/images/profile_placeholder.webp",
|
|
@@ -9,6 +9,7 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
9
9
|
categoryId: z.ZodOptional<z.ZodString>;
|
|
10
10
|
city: z.ZodString;
|
|
11
11
|
state: z.ZodString;
|
|
12
|
+
country: z.ZodString;
|
|
12
13
|
address: z.ZodOptional<z.ZodString>;
|
|
13
14
|
availableFrom: z.ZodDate;
|
|
14
15
|
minDuration: z.ZodNumber;
|
|
@@ -38,6 +39,8 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
38
39
|
email: z.ZodString;
|
|
39
40
|
password: z.ZodString;
|
|
40
41
|
phoneNumber: z.ZodString;
|
|
42
|
+
countryCode: z.ZodString;
|
|
43
|
+
country: z.ZodString;
|
|
41
44
|
location: z.ZodOptional<z.ZodString>;
|
|
42
45
|
pinCode: z.ZodOptional<z.ZodString>;
|
|
43
46
|
dob: z.ZodOptional<z.ZodDate>;
|
|
@@ -89,6 +92,8 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
89
92
|
email: string;
|
|
90
93
|
password: string;
|
|
91
94
|
phoneNumber: string;
|
|
95
|
+
countryCode: string;
|
|
96
|
+
country: string;
|
|
92
97
|
gender: "male" | "female" | "other";
|
|
93
98
|
rating: number;
|
|
94
99
|
ratingCount: number;
|
|
@@ -134,6 +139,8 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
134
139
|
email: string;
|
|
135
140
|
password: string;
|
|
136
141
|
phoneNumber: string;
|
|
142
|
+
countryCode: string;
|
|
143
|
+
country: string;
|
|
137
144
|
gender: "male" | "female" | "other";
|
|
138
145
|
rating: number;
|
|
139
146
|
ratingCount: number;
|
|
@@ -176,17 +183,20 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
176
183
|
applicationObservers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
177
184
|
username: z.ZodString;
|
|
178
185
|
role: z.ZodEnum<["host", "user", "admin", "hr", "sales"]>;
|
|
186
|
+
countryCode: z.ZodString;
|
|
179
187
|
phoneNumber: z.ZodString;
|
|
180
188
|
email: z.ZodString;
|
|
181
189
|
}, "strip", z.ZodTypeAny, {
|
|
182
190
|
username: string;
|
|
183
191
|
email: string;
|
|
184
192
|
phoneNumber: string;
|
|
193
|
+
countryCode: string;
|
|
185
194
|
role: "host" | "user" | "admin" | "hr" | "sales";
|
|
186
195
|
}, {
|
|
187
196
|
username: string;
|
|
188
197
|
email: string;
|
|
189
198
|
phoneNumber: string;
|
|
199
|
+
countryCode: string;
|
|
190
200
|
role: "host" | "user" | "admin" | "hr" | "sales";
|
|
191
201
|
}>, "many">>;
|
|
192
202
|
hostingType: z.ZodOptional<z.ZodString>;
|
|
@@ -197,6 +207,7 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
197
207
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
198
208
|
adminApproval: z.ZodBoolean;
|
|
199
209
|
}, "strict", z.ZodTypeAny, {
|
|
210
|
+
country: string;
|
|
200
211
|
status: "draft" | "archived" | "pending" | "denied" | "open" | "closed" | "deleted";
|
|
201
212
|
rating: number;
|
|
202
213
|
ratingCount: number;
|
|
@@ -229,6 +240,8 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
229
240
|
email: string;
|
|
230
241
|
password: string;
|
|
231
242
|
phoneNumber: string;
|
|
243
|
+
countryCode: string;
|
|
244
|
+
country: string;
|
|
232
245
|
gender: "male" | "female" | "other";
|
|
233
246
|
rating: number;
|
|
234
247
|
ratingCount: number;
|
|
@@ -277,10 +290,12 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
277
290
|
username: string;
|
|
278
291
|
email: string;
|
|
279
292
|
phoneNumber: string;
|
|
293
|
+
countryCode: string;
|
|
280
294
|
role: "host" | "user" | "admin" | "hr" | "sales";
|
|
281
295
|
}[] | undefined;
|
|
282
296
|
hostingType?: string | undefined;
|
|
283
297
|
}, {
|
|
298
|
+
country: string;
|
|
284
299
|
status: "draft" | "archived" | "pending" | "denied" | "open" | "closed" | "deleted";
|
|
285
300
|
rating: number;
|
|
286
301
|
ratingCount: number;
|
|
@@ -313,6 +328,8 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
313
328
|
email: string;
|
|
314
329
|
password: string;
|
|
315
330
|
phoneNumber: string;
|
|
331
|
+
countryCode: string;
|
|
332
|
+
country: string;
|
|
316
333
|
gender: "male" | "female" | "other";
|
|
317
334
|
rating: number;
|
|
318
335
|
ratingCount: number;
|
|
@@ -361,6 +378,7 @@ export declare const OpportunitySchema: z.ZodObject<{
|
|
|
361
378
|
username: string;
|
|
362
379
|
email: string;
|
|
363
380
|
phoneNumber: string;
|
|
381
|
+
countryCode: string;
|
|
364
382
|
role: "host" | "user" | "admin" | "hr" | "sales";
|
|
365
383
|
}[] | undefined;
|
|
366
384
|
hostingType?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volunteerJob.d.ts","sourceRoot":"","sources":["../../../src/lib/models/volunteerJob.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,WAAW,EAAkB,MAAM,SAAS,CAAC;AAEtD,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"volunteerJob.d.ts","sourceRoot":"","sources":["../../../src/lib/models/volunteerJob.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,WAAW,EAAkB,MAAM,SAAS,CAAC;AAEtD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsCnB,CAAC;AAEZ,MAAM,MAAM,WAAW,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAG5D,eAAO,MAAM,iBAAiB,EAuBzB,WAAW,EAAE,CAAC;AAEnB,eAAO,MAAM,sBAAsB,EAqC9B,WAAW,EAAE,CAAC;AAGnB,eAAO,MAAM,uBAAuB,EAiB/B,WAAW,EAAE,CAAC;AAEnB,eAAO,MAAM,4BAA4B,EA2BpC,WAAW,EAAE,CAAC"}
|
|
@@ -10,6 +10,7 @@ export const OpportunitySchema = z.object({
|
|
|
10
10
|
categoryId: z.string().optional(),
|
|
11
11
|
city: z.string(),
|
|
12
12
|
state: z.string(),
|
|
13
|
+
country: z.string(),
|
|
13
14
|
address: z.string().optional(),
|
|
14
15
|
availableFrom: z.date(),
|
|
15
16
|
minDuration: z.number(),
|
|
@@ -27,6 +28,7 @@ export const OpportunitySchema = z.object({
|
|
|
27
28
|
applicationObservers: z.array(z.object({
|
|
28
29
|
username: z.string(),
|
|
29
30
|
role: zroles,
|
|
31
|
+
countryCode: z.string(),
|
|
30
32
|
phoneNumber: z.string(),
|
|
31
33
|
email: z.string(),
|
|
32
34
|
})).optional(),
|
package/dist/lib/userAtom.d.ts
CHANGED
|
@@ -8,6 +8,8 @@ export declare const userAtom: import("jotai").WritableAtom<{
|
|
|
8
8
|
email: string;
|
|
9
9
|
password: string;
|
|
10
10
|
phoneNumber: string;
|
|
11
|
+
countryCode: string;
|
|
12
|
+
country: string;
|
|
11
13
|
gender: "male" | "female" | "other";
|
|
12
14
|
rating: number;
|
|
13
15
|
ratingCount: number;
|
|
@@ -53,6 +55,8 @@ export declare const userAtom: import("jotai").WritableAtom<{
|
|
|
53
55
|
email: string;
|
|
54
56
|
password: string;
|
|
55
57
|
phoneNumber: string;
|
|
58
|
+
countryCode: string;
|
|
59
|
+
country: string;
|
|
56
60
|
gender: "male" | "female" | "other";
|
|
57
61
|
rating: number;
|
|
58
62
|
ratingCount: number;
|
|
@@ -98,6 +102,8 @@ export declare const userAtom: import("jotai").WritableAtom<{
|
|
|
98
102
|
email: string;
|
|
99
103
|
password: string;
|
|
100
104
|
phoneNumber: string;
|
|
105
|
+
countryCode: string;
|
|
106
|
+
country: string;
|
|
101
107
|
gender: "male" | "female" | "other";
|
|
102
108
|
rating: number;
|
|
103
109
|
ratingCount: number;
|
|
@@ -143,6 +149,8 @@ export declare const userAtom: import("jotai").WritableAtom<{
|
|
|
143
149
|
email: string;
|
|
144
150
|
password: string;
|
|
145
151
|
phoneNumber: string;
|
|
152
|
+
countryCode: string;
|
|
153
|
+
country: string;
|
|
146
154
|
gender: "male" | "female" | "other";
|
|
147
155
|
rating: number;
|
|
148
156
|
ratingCount: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userAtom.d.ts","sourceRoot":"","sources":["../../src/lib/userAtom.ts"],"names":[],"mappings":"AAgEA,eAAO,MAAM,sBAAsB;;CAAuB,CAAC;AAG3D,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"userAtom.d.ts","sourceRoot":"","sources":["../../src/lib/userAtom.ts"],"names":[],"mappings":"AAgEA,eAAO,MAAM,sBAAsB;;CAAuB,CAAC;AAG3D,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6DAQpB,CAAC;AAEF,eAAO,MAAM,cAAc,iKAA6C,CAAC;AAGzE,eAAO,MAAM,eAAe,+BAM1B,CAAC;AAGH,eAAO,MAAM,yBAAyB;;CA2CrC,CAAC;AAGF,wBAAgB,cAAc,SAS7B"}
|