@timardex/cluemart-shared 1.4.42 → 1.4.44

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.
@@ -25,6 +25,11 @@ declare const useAdminResendUserVerificationEmail: () => {
25
25
  error: _apollo_client.ApolloError | undefined;
26
26
  loading: boolean;
27
27
  };
28
+ declare const useAdminPermanentlyDeleteResource: () => {
29
+ adminPermanentlyDeleteResource: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
30
+ error: _apollo_client.ApolloError | undefined;
31
+ loading: boolean;
32
+ };
28
33
 
29
34
  declare const useRegister: () => {
30
35
  error: _apollo_client.ApolloError | undefined;
@@ -915,6 +920,19 @@ declare const useCrawlGoogleMarkets: () => {
915
920
  error: _apollo_client.ApolloError | undefined;
916
921
  loading: boolean;
917
922
  };
923
+ declare const useUpdateGoogleImportedMarkets: () => {
924
+ error: _apollo_client.ApolloError | undefined;
925
+ loading: boolean;
926
+ updateGoogleImportedMarkets: (options?: _apollo_client.MutationFunctionOptions<{
927
+ updateGoogleImportedMarkets: {
928
+ message: string;
929
+ };
930
+ }, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
931
+ updateGoogleImportedMarkets: {
932
+ message: string;
933
+ };
934
+ }>>;
935
+ };
918
936
 
919
937
  declare const useGetAppSettings: () => {
920
938
  appSettings: AppSettingsType | null;
@@ -925,4 +943,4 @@ declare const useGetAppSettings: () => {
925
943
  }>>;
926
944
  };
927
945
 
928
- export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateEvent, useUpdateEventInfo, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
946
+ export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
@@ -25,6 +25,11 @@ declare const useAdminResendUserVerificationEmail: () => {
25
25
  error: _apollo_client.ApolloError | undefined;
26
26
  loading: boolean;
27
27
  };
28
+ declare const useAdminPermanentlyDeleteResource: () => {
29
+ adminPermanentlyDeleteResource: (options?: _apollo_client.MutationFunctionOptions<any, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<any>>;
30
+ error: _apollo_client.ApolloError | undefined;
31
+ loading: boolean;
32
+ };
28
33
 
29
34
  declare const useRegister: () => {
30
35
  error: _apollo_client.ApolloError | undefined;
@@ -915,6 +920,19 @@ declare const useCrawlGoogleMarkets: () => {
915
920
  error: _apollo_client.ApolloError | undefined;
916
921
  loading: boolean;
917
922
  };
923
+ declare const useUpdateGoogleImportedMarkets: () => {
924
+ error: _apollo_client.ApolloError | undefined;
925
+ loading: boolean;
926
+ updateGoogleImportedMarkets: (options?: _apollo_client.MutationFunctionOptions<{
927
+ updateGoogleImportedMarkets: {
928
+ message: string;
929
+ };
930
+ }, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
931
+ updateGoogleImportedMarkets: {
932
+ message: string;
933
+ };
934
+ }>>;
935
+ };
918
936
 
919
937
  declare const useGetAppSettings: () => {
920
938
  appSettings: AppSettingsType | null;
@@ -925,4 +943,4 @@ declare const useGetAppSettings: () => {
925
943
  }>>;
926
944
  };
927
945
 
928
- export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateEvent, useUpdateEventInfo, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
946
+ export { useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useCancelSubscription, useContactUs, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLogin, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, useRefreshToken, useRegister, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useResetPassword, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useValidateVerificationToken };
@@ -4,6 +4,7 @@ import {
4
4
  useAddUserGoingResource,
5
5
  useAddUserInterestResource,
6
6
  useAddUserPresentResource,
7
+ useAdminPermanentlyDeleteResource,
7
8
  useAdminResendUserVerificationEmail,
8
9
  useAdminUpdateResourceType,
9
10
  useCancelSubscription,
@@ -107,6 +108,7 @@ import {
107
108
  useUpdateAppSettings,
108
109
  useUpdateEvent,
109
110
  useUpdateEventInfo,
111
+ useUpdateGoogleImportedMarkets,
110
112
  useUpdatePartner,
111
113
  useUpdatePost,
112
114
  useUpdateRelation,
@@ -116,14 +118,15 @@ import {
116
118
  useUpdateVendor,
117
119
  useUpdateVendorInfo,
118
120
  useValidateVerificationToken
119
- } from "../chunk-NZTJYWGA.mjs";
120
- import "../chunk-Z6FJKHRH.mjs";
121
+ } from "../chunk-KWA2LDKT.mjs";
122
+ import "../chunk-5LJXWGHY.mjs";
121
123
  export {
122
124
  useAddParticipantToChat,
123
125
  useAddUserFavouriteResource,
124
126
  useAddUserGoingResource,
125
127
  useAddUserInterestResource,
126
128
  useAddUserPresentResource,
129
+ useAdminPermanentlyDeleteResource,
127
130
  useAdminResendUserVerificationEmail,
128
131
  useAdminUpdateResourceType,
129
132
  useCancelSubscription,
@@ -227,6 +230,7 @@ export {
227
230
  useUpdateAppSettings,
228
231
  useUpdateEvent,
229
232
  useUpdateEventInfo,
233
+ useUpdateGoogleImportedMarkets,
230
234
  useUpdatePartner,
231
235
  useUpdatePost,
232
236
  useUpdateRelation,
@@ -269,7 +269,6 @@ var EnumEventDateStatus = /* @__PURE__ */ ((EnumEventDateStatus2) => {
269
269
  EnumEventDateStatus2["STARTED"] = "Started";
270
270
  EnumEventDateStatus2["TODAY"] = "Today";
271
271
  EnumEventDateStatus2["TOMORROW"] = "Tomorrow";
272
- EnumEventDateStatus2["THIS_WEEKEND"] = "This_Weekend";
273
272
  EnumEventDateStatus2["THIS_WEEK"] = "This_Week";
274
273
  EnumEventDateStatus2["NEXT_WEEK"] = "Next_Week";
275
274
  EnumEventDateStatus2["UPCOMING"] = "Upcoming";
@@ -2177,6 +2176,17 @@ var ADMIN_RESEND_USER_VERIFICATION_EMAIL_MUTATION = import_client.gql`
2177
2176
  adminResendUserVerificationEmail(userId: $userId)
2178
2177
  }
2179
2178
  `;
2179
+ var ADMIN_PERMANENTLY_DELETE_RESOURCE_MUTATION = import_client.gql`
2180
+ mutation adminPermanentlyDeleteResource(
2181
+ $resourceId: ID!
2182
+ $resourceType: ResourceTypeEnum!
2183
+ ) {
2184
+ adminPermanentlyDeleteResource(
2185
+ resourceId: $resourceId
2186
+ resourceType: $resourceType
2187
+ )
2188
+ }
2189
+ `;
2180
2190
 
2181
2191
  // src/graphql/queries/event.ts
2182
2192
  var import_client3 = require("@apollo/client");
@@ -4151,6 +4161,13 @@ var CRAWL_GOOGLE_MARKETS_MUTATION = import_client59.gql`
4151
4161
  }
4152
4162
  }
4153
4163
  `;
4164
+ var UPDATE_GOOGLE_IMPORTED_MARKET_MUTATION = import_client59.gql`
4165
+ mutation updateGoogleImportedMarkets {
4166
+ updateGoogleImportedMarkets {
4167
+ message
4168
+ }
4169
+ }
4170
+ `;
4154
4171
 
4155
4172
  // src/graphql/queries/appSettings.ts
4156
4173
  var import_client60 = require("@apollo/client");