@zodic/shared 0.0.277 → 0.0.278
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/package.json +1 -1
- package/types/scopes/generic.ts +2 -0
package/package.json
CHANGED
package/types/scopes/generic.ts
CHANGED
|
@@ -368,6 +368,7 @@ export interface OAuthCompleteBody {
|
|
|
368
368
|
tiktokUsername?: string | null;
|
|
369
369
|
birthLocation: string;
|
|
370
370
|
language: Languages;
|
|
371
|
+
gender: Gender;
|
|
371
372
|
}
|
|
372
373
|
|
|
373
374
|
export interface SignupBody {
|
|
@@ -383,6 +384,7 @@ export interface SignupBody {
|
|
|
383
384
|
birthTime?: string | null; // Optional, format: "HH:mm" or null
|
|
384
385
|
birthLocation: string;
|
|
385
386
|
language: Languages;
|
|
387
|
+
gender: Gender;
|
|
386
388
|
}
|
|
387
389
|
|
|
388
390
|
export interface JWK {
|