@timardex/cluemart-shared 1.7.58 → 1.7.60
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/{ad-CCuXkAAt.d.mts → ad-CdL1XH3f.d.mts} +3 -9
- package/dist/{ad-wW8fzT4I.d.ts → ad-Ckg8IqFy.d.ts} +3 -9
- package/dist/{affiliate-BSWxq9Uv.d.ts → affiliate-CDGc9amH.d.ts} +2 -2
- package/dist/{affiliate-CaP_IFPL.d.mts → affiliate-Dfpf8vGj.d.mts} +2 -2
- package/dist/auth/index.cjs +1 -0
- package/dist/auth/index.cjs.map +1 -1
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/auth/index.mjs +1 -1
- package/dist/{chunk-VBQ5RF7L.mjs → chunk-6ALUN6LP.mjs} +2 -1
- package/dist/chunk-6ALUN6LP.mjs.map +1 -0
- package/dist/{chunk-P4JLZCWZ.mjs → chunk-7JNXGDIR.mjs} +2 -2
- package/dist/{chunk-WRV55PDR.mjs → chunk-AP7J6Y6E.mjs} +4 -6
- package/dist/{chunk-WRV55PDR.mjs.map → chunk-AP7J6Y6E.mjs.map} +1 -1
- package/dist/{chunk-FSS2CZPR.mjs → chunk-CRUKJX54.mjs} +15 -1
- package/dist/{chunk-FSS2CZPR.mjs.map → chunk-CRUKJX54.mjs.map} +1 -1
- package/dist/{chunk-5D2JVHC2.mjs → chunk-OLVLTGDN.mjs} +1 -1
- package/dist/chunk-OLVLTGDN.mjs.map +1 -0
- package/dist/{contactUs-B7wv2hjk.d.mts → contactUs-BLEbKGJR.d.mts} +1 -1
- package/dist/{contactUs-CArD2hbK.d.ts → contactUs-eSNZQkig.d.ts} +1 -1
- package/dist/formFields/index.cjs +14 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/{global-xmZHaJhe.d.ts → global-C0wTxDyn.d.ts} +2 -1
- package/dist/{global-ho4a3lOA.d.mts → global-DbfmJMpn.d.mts} +2 -1
- package/dist/graphql/index.cjs +3 -4
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +5 -5
- package/dist/graphql/index.d.ts +5 -5
- package/dist/graphql/index.mjs +2 -2
- package/dist/hooks/index.cjs +26 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -5
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/index.mjs +14 -5
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +17 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -8
- package/dist/index.d.ts +4 -8
- package/dist/index.mjs +17 -4
- package/dist/index.mjs.map +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-BPNPHXgT.d.ts → resourceActivities-B0ZzKmhp.d.ts} +1 -1
- package/dist/{resourceActivities-CWVdldcS.d.mts → resourceActivities-BOvEouHt.d.mts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +7 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.mjs +1 -1
- package/dist/{user-B6RYIUjX.d.ts → user-DJXnwtoU.d.ts} +2 -1
- package/dist/{user-Cz3XuyJU.d.mts → user-Gi9rr5MJ.d.mts} +2 -1
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-5D2JVHC2.mjs.map +0 -1
- package/dist/chunk-VBQ5RF7L.mjs.map +0 -1
- /package/dist/{chunk-P4JLZCWZ.mjs.map → chunk-7JNXGDIR.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -525,8 +525,9 @@ type GameDocType = {
|
|
|
525
525
|
};
|
|
526
526
|
type GameLeaderboard = {
|
|
527
527
|
gameHistory: GameHistory[] | null;
|
|
528
|
+
nickName: string;
|
|
528
529
|
overallPoints: number;
|
|
529
|
-
|
|
530
|
+
userId: string;
|
|
530
531
|
};
|
|
531
532
|
|
|
532
533
|
declare enum EnumPostType {
|
|
@@ -1122,6 +1123,7 @@ type UserFormData = {
|
|
|
1122
1123
|
isTester: boolean;
|
|
1123
1124
|
lastName: string;
|
|
1124
1125
|
location?: LocationType | null;
|
|
1126
|
+
nickName?: string | null;
|
|
1125
1127
|
password?: string | null;
|
|
1126
1128
|
platform?: EnumOSPlatform;
|
|
1127
1129
|
preferredRegion: string;
|
|
@@ -1245,15 +1247,9 @@ type LoginFormData = {
|
|
|
1245
1247
|
platform?: EnumOSPlatform;
|
|
1246
1248
|
};
|
|
1247
1249
|
type CreateLoginFormData = CreateFormData<LoginFormData>;
|
|
1248
|
-
type RegisterFormData = {
|
|
1249
|
-
email: string;
|
|
1250
|
-
firstName: string;
|
|
1251
|
-
lastName: string;
|
|
1250
|
+
type RegisterFormData = Pick<UserFormData, "email" | "firstName" | "lastName" | "nickName" | "platform" | "preferredRegion" | "termsAgreement"> & {
|
|
1252
1251
|
password: string;
|
|
1253
|
-
platform?: EnumOSPlatform;
|
|
1254
|
-
preferredRegion: string;
|
|
1255
1252
|
promoCode?: PromoCodeType | null;
|
|
1256
|
-
termsAgreement?: TermsAgreement | null;
|
|
1257
1253
|
};
|
|
1258
1254
|
type CreateRegisterFormData = CreateFormData<RegisterFormData>;
|
|
1259
1255
|
type RequestPasswordResetFormData = {
|
package/dist/index.d.ts
CHANGED
|
@@ -525,8 +525,9 @@ type GameDocType = {
|
|
|
525
525
|
};
|
|
526
526
|
type GameLeaderboard = {
|
|
527
527
|
gameHistory: GameHistory[] | null;
|
|
528
|
+
nickName: string;
|
|
528
529
|
overallPoints: number;
|
|
529
|
-
|
|
530
|
+
userId: string;
|
|
530
531
|
};
|
|
531
532
|
|
|
532
533
|
declare enum EnumPostType {
|
|
@@ -1122,6 +1123,7 @@ type UserFormData = {
|
|
|
1122
1123
|
isTester: boolean;
|
|
1123
1124
|
lastName: string;
|
|
1124
1125
|
location?: LocationType | null;
|
|
1126
|
+
nickName?: string | null;
|
|
1125
1127
|
password?: string | null;
|
|
1126
1128
|
platform?: EnumOSPlatform;
|
|
1127
1129
|
preferredRegion: string;
|
|
@@ -1245,15 +1247,9 @@ type LoginFormData = {
|
|
|
1245
1247
|
platform?: EnumOSPlatform;
|
|
1246
1248
|
};
|
|
1247
1249
|
type CreateLoginFormData = CreateFormData<LoginFormData>;
|
|
1248
|
-
type RegisterFormData = {
|
|
1249
|
-
email: string;
|
|
1250
|
-
firstName: string;
|
|
1251
|
-
lastName: string;
|
|
1250
|
+
type RegisterFormData = Pick<UserFormData, "email" | "firstName" | "lastName" | "nickName" | "platform" | "preferredRegion" | "termsAgreement"> & {
|
|
1252
1251
|
password: string;
|
|
1253
|
-
platform?: EnumOSPlatform;
|
|
1254
|
-
preferredRegion: string;
|
|
1255
1252
|
promoCode?: PromoCodeType | null;
|
|
1256
|
-
termsAgreement?: TermsAgreement | null;
|
|
1257
1253
|
};
|
|
1258
1254
|
type CreateRegisterFormData = CreateFormData<RegisterFormData>;
|
|
1259
1255
|
type RequestPasswordResetFormData = {
|
package/dist/index.mjs
CHANGED
|
@@ -3095,6 +3095,13 @@ var registerFields = [
|
|
|
3095
3095
|
placeholder: "Last Name",
|
|
3096
3096
|
required: true
|
|
3097
3097
|
},
|
|
3098
|
+
{
|
|
3099
|
+
helperText: "Enter Nickname",
|
|
3100
|
+
keyboardType: "default",
|
|
3101
|
+
name: "nickName",
|
|
3102
|
+
placeholder: "Nickname",
|
|
3103
|
+
required: false
|
|
3104
|
+
},
|
|
3098
3105
|
{
|
|
3099
3106
|
...emailField,
|
|
3100
3107
|
required: true
|
|
@@ -3174,6 +3181,13 @@ var profileFields = [
|
|
|
3174
3181
|
name: "lastName",
|
|
3175
3182
|
placeholder: "Last Name"
|
|
3176
3183
|
},
|
|
3184
|
+
{
|
|
3185
|
+
helperText: "Enter Nickname",
|
|
3186
|
+
keyboardType: "default",
|
|
3187
|
+
name: "nickName",
|
|
3188
|
+
placeholder: "Nickname",
|
|
3189
|
+
required: false
|
|
3190
|
+
},
|
|
3177
3191
|
{
|
|
3178
3192
|
helperText: "Enter your new password",
|
|
3179
3193
|
keyboardType: "default",
|
|
@@ -3449,6 +3463,7 @@ var USER_FIELDS_FRAGMENT = gql`
|
|
|
3449
3463
|
game
|
|
3450
3464
|
isTester
|
|
3451
3465
|
lastName
|
|
3466
|
+
nickName
|
|
3452
3467
|
licences {
|
|
3453
3468
|
...LicenceFields
|
|
3454
3469
|
}
|
|
@@ -7320,13 +7335,11 @@ var GET_GAME_LEADERBOARD = gql36`
|
|
|
7320
7335
|
gameHistory {
|
|
7321
7336
|
...GameHistoryFields
|
|
7322
7337
|
}
|
|
7338
|
+
nickName
|
|
7323
7339
|
overallPoints
|
|
7324
|
-
|
|
7325
|
-
...OwnerFields
|
|
7326
|
-
}
|
|
7340
|
+
userId
|
|
7327
7341
|
}
|
|
7328
7342
|
}
|
|
7329
|
-
${OWNER_FIELDS_FRAGMENT}
|
|
7330
7343
|
${GAME_HISTORY_FIELDS_FRAGMENT}
|
|
7331
7344
|
`;
|
|
7332
7345
|
|