@timardex/cluemart-shared 1.5.712 → 1.5.713
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/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.cjs +4 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +4 -0
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.d.mts +5 -14
- package/dist/index.d.ts +5 -14
- package/dist/{post-Bq1FtAVA.d.mts → post-BEnFqDy7.d.mts} +6 -15
- package/dist/{post-NzdSDJAT.d.ts → post-qUQ2rGL4.d.ts} +6 -15
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
|
-
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-
|
|
3
|
+
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-BEnFqDy7.mjs';
|
|
4
4
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CZqXBve8.mjs';
|
|
5
5
|
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-BEUzBSyY.mjs';
|
|
6
6
|
import '../images/index.mjs';
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
|
-
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-
|
|
3
|
+
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-qUQ2rGL4.js';
|
|
4
4
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CjJdhVR7.js';
|
|
5
5
|
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-585slmSH.js';
|
|
6
6
|
import '../images/index.js';
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -5470,6 +5470,7 @@ var defaultValues = {
|
|
|
5470
5470
|
firstName: "",
|
|
5471
5471
|
isTester: false,
|
|
5472
5472
|
lastName: "",
|
|
5473
|
+
location: null,
|
|
5473
5474
|
password: null,
|
|
5474
5475
|
preferredRegion: "",
|
|
5475
5476
|
role: "customer" /* CUSTOMER */
|
|
@@ -5498,6 +5499,7 @@ function useUserForm(data) {
|
|
|
5498
5499
|
firstName: data.firstName,
|
|
5499
5500
|
isTester: data.isTester,
|
|
5500
5501
|
lastName: data.lastName,
|
|
5502
|
+
location: data.location,
|
|
5501
5503
|
password: data.password,
|
|
5502
5504
|
preferredRegion: data.preferredRegion,
|
|
5503
5505
|
role: data.role,
|
|
@@ -5516,6 +5518,7 @@ function useUserForm(data) {
|
|
|
5516
5518
|
firstName,
|
|
5517
5519
|
isTester,
|
|
5518
5520
|
lastName,
|
|
5521
|
+
location,
|
|
5519
5522
|
password,
|
|
5520
5523
|
preferredRegion,
|
|
5521
5524
|
role,
|
|
@@ -5532,6 +5535,7 @@ function useUserForm(data) {
|
|
|
5532
5535
|
firstName,
|
|
5533
5536
|
isTester,
|
|
5534
5537
|
lastName,
|
|
5538
|
+
location,
|
|
5535
5539
|
password,
|
|
5536
5540
|
preferredRegion,
|
|
5537
5541
|
role,
|