@timardex/cluemart-shared 1.4.13 → 1.4.15
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/{auth-sm3mg_Sb.d.ts → auth-BNhymOFs.d.mts} +4 -3
- package/dist/{auth-4POOgdmv.d.mts → auth-CgzvvFjw.d.ts} +4 -3
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-DdNUoIKL.d.ts → global-D5dNxa5e.d.mts} +2 -7
- package/dist/{global-DhBPsOLv.d.mts → global-x5DE08tD.d.ts} +2 -7
- package/dist/graphql/index.cjs +14 -22
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +14 -22
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.cjs +14 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +16 -25
- package/dist/index.d.ts +16 -25
- package/dist/index.mjs +14 -22
- package/dist/index.mjs.map +1 -1
- package/dist/{post-C-0GvAvh.d.mts → post-BnXA5t_U.d.mts} +15 -20
- package/dist/{post-BdonvD0s.d.ts → post-DDDWdbHZ.d.ts} +15 -20
- package/dist/{resourceActivities-D2pZ8AdX.d.mts → resourceActivities-C97X-AAZ.d.mts} +2 -1
- package/dist/{resourceActivities-BaEic0VS.d.ts → resourceActivities-oEQN2jZg.d.ts} +2 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.mjs.map +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
|
-
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-
|
|
5
|
-
import { T as TesterType, U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-
|
|
3
|
+
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-C97X-AAZ.mjs';
|
|
4
|
+
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-D5dNxa5e.mjs';
|
|
5
|
+
import { T as TesterType, U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-BnXA5t_U.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
|
-
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-
|
|
5
|
-
import { T as TesterType, U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-
|
|
3
|
+
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-oEQN2jZg.js';
|
|
4
|
+
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-x5DE08tD.js';
|
|
5
|
+
import { T as TesterType, U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-DDDWdbHZ.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -156,44 +156,35 @@ var USER_FIELDS_FRAGMENT = gql2`
|
|
|
156
156
|
fragment UserFields on UserType {
|
|
157
157
|
_id
|
|
158
158
|
active
|
|
159
|
-
appMetadata {
|
|
160
|
-
appVersion
|
|
161
|
-
platform
|
|
162
|
-
buildNumber
|
|
163
|
-
}
|
|
164
159
|
associates {
|
|
165
160
|
...AssociatesFields
|
|
166
161
|
}
|
|
162
|
+
avatar {
|
|
163
|
+
...ResourceImageFields
|
|
164
|
+
}
|
|
167
165
|
createdAt
|
|
168
166
|
deletedAt
|
|
167
|
+
email
|
|
168
|
+
events
|
|
169
|
+
firstName
|
|
169
170
|
isTester
|
|
171
|
+
lastName
|
|
170
172
|
licences {
|
|
171
173
|
...LicenceFields
|
|
172
174
|
}
|
|
175
|
+
partner
|
|
176
|
+
platform
|
|
177
|
+
preferredRegion
|
|
173
178
|
refreshToken
|
|
179
|
+
role
|
|
174
180
|
termsAgreement {
|
|
175
181
|
...TermsAgreementFields
|
|
176
182
|
}
|
|
177
|
-
updatedAt
|
|
178
183
|
userActivity {
|
|
179
184
|
...UserActivityFields
|
|
180
185
|
}
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
...ResourceImageFields
|
|
184
|
-
}
|
|
185
|
-
email
|
|
186
|
-
firstName
|
|
187
|
-
lastName
|
|
188
|
-
password
|
|
189
|
-
preferredRegion
|
|
190
|
-
role
|
|
191
|
-
}
|
|
192
|
-
userResources {
|
|
193
|
-
events
|
|
194
|
-
partner
|
|
195
|
-
vendor
|
|
196
|
-
}
|
|
186
|
+
vendor
|
|
187
|
+
updatedAt
|
|
197
188
|
}
|
|
198
189
|
${RESOURCE_IMAGE_FIELDS_FRAGMENT}
|
|
199
190
|
${ASSOCIATES_FIELDS_FRAGMENT}
|
|
@@ -1021,6 +1012,7 @@ var CHAT_FIELDS_FRAGMENT = gql7`
|
|
|
1021
1012
|
fragment ChatFields on ChatType {
|
|
1022
1013
|
_id
|
|
1023
1014
|
active
|
|
1015
|
+
chatDescription
|
|
1024
1016
|
chatName
|
|
1025
1017
|
chatType
|
|
1026
1018
|
createdAt
|