@timardex/cluemart-shared 1.2.69 → 1.2.71
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-BijiW7Nn.d.ts → ad-DIpc7lyr.d.ts} +1 -1
- package/dist/{ad-DITy2OMe.d.mts → ad-_p1gmLNT.d.mts} +1 -1
- package/dist/{auth-iE9sd_mq.d.ts → auth-Bjqk92cx.d.ts} +1 -1
- package/dist/{auth-DCIrfDwB.d.mts → auth-CcX2zTDU.d.mts} +1 -1
- package/dist/formFields/index.cjs +198 -105
- 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 +198 -105
- package/dist/formFields/index.mjs.map +1 -1
- package/dist/{global-DhZY519g.d.mts → global-B0AzhgkH.d.mts} +7 -13
- package/dist/{global-08vcDEuE.d.ts → global-BH6qrlBv.d.ts} +7 -13
- package/dist/graphql/index.cjs +573 -565
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +459 -211
- package/dist/graphql/index.d.ts +459 -211
- package/dist/graphql/index.mjs +378 -370
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +15 -6
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +15 -6
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +794 -684
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +463 -221
- package/dist/index.d.ts +463 -221
- package/dist/index.mjs +593 -483
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +24 -24
package/dist/types/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
2
|
-
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-
|
|
2
|
+
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-CcX2zTDU.mjs';
|
|
3
3
|
export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-DB-fx51l.mjs';
|
|
4
|
-
export { A as AssociateType,
|
|
5
|
-
export { c as AdFormData, A as AdType, d as CreateAdFormData, e as CreatePartnerFormData, C as CreateTesterFormData, f as EnumAdShowOn, E as EnumAdStatus, h as EnumAdStyle, g as EnumAdType, a as PartnerFormData, P as PartnerType, b as TesterFormData, T as TesterType } from '../ad-
|
|
4
|
+
export { A as AssociateType, u as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateEventFormData, n as CreateEventInfoFormData, z as CreateFormData, p as CreateUserFormData, h as CreateVendorFormData, j as CreateVendorInfoFormData, v as DateTimeType, H as DateTimeWithPriceType, D as DeviceInfo, k as EventFormData, m as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, t as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, K as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, q as ResourceContactDetailsType, r as ResourceImageType, s as SocialMediaType, S as StallType, Z as StripeSubscription, y as Subcategory, x as SubcategoryItems, f as SubscriptionStatusData, T as TermsAgreement, _ as UserActivity, Y as UserActivityEvent, o as UserFormData, $ as UserLicenceType, U as UserType, X as VendorAttributes, g as VendorFormData, i as VendorInfoFormData, e as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-B0AzhgkH.mjs';
|
|
5
|
+
export { c as AdFormData, A as AdType, d as CreateAdFormData, e as CreatePartnerFormData, C as CreateTesterFormData, f as EnumAdShowOn, E as EnumAdStatus, h as EnumAdStyle, g as EnumAdType, a as PartnerFormData, P as PartnerType, b as TesterFormData, T as TesterType } from '../ad-_p1gmLNT.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
interface AdminUpdateResourceType {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EnumResourceType } from '../enums/index.js';
|
|
2
|
-
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-
|
|
2
|
+
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-Bjqk92cx.js';
|
|
3
3
|
export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-Ezt7CDPH.js';
|
|
4
|
-
export { A as AssociateType,
|
|
5
|
-
export { c as AdFormData, A as AdType, d as CreateAdFormData, e as CreatePartnerFormData, C as CreateTesterFormData, f as EnumAdShowOn, E as EnumAdStatus, h as EnumAdStyle, g as EnumAdType, a as PartnerFormData, P as PartnerType, b as TesterFormData, T as TesterType } from '../ad-
|
|
4
|
+
export { A as AssociateType, u as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateEventFormData, n as CreateEventInfoFormData, z as CreateFormData, p as CreateUserFormData, h as CreateVendorFormData, j as CreateVendorInfoFormData, v as DateTimeType, H as DateTimeWithPriceType, D as DeviceInfo, k as EventFormData, m as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, t as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, K as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, q as ResourceContactDetailsType, r as ResourceImageType, s as SocialMediaType, S as StallType, Z as StripeSubscription, y as Subcategory, x as SubcategoryItems, f as SubscriptionStatusData, T as TermsAgreement, _ as UserActivity, Y as UserActivityEvent, o as UserFormData, $ as UserLicenceType, U as UserType, X as VendorAttributes, g as VendorFormData, i as VendorInfoFormData, e as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-BH6qrlBv.js';
|
|
5
|
+
export { c as AdFormData, A as AdType, d as CreateAdFormData, e as CreatePartnerFormData, C as CreateTesterFormData, f as EnumAdShowOn, E as EnumAdStatus, h as EnumAdStyle, g as EnumAdType, a as PartnerFormData, P as PartnerType, b as TesterFormData, T as TesterType } from '../ad-DIpc7lyr.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
interface AdminUpdateResourceType {
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumInviteStatus, EnumRegions } from '../enums/index.mjs';
|
|
2
|
-
import {
|
|
2
|
+
import { w as Region, O as OptionItem } from '../global-B0AzhgkH.mjs';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
5
5
|
declare const dateFormat = "DD-MM-YYYY";
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumInviteStatus, EnumRegions } from '../enums/index.js';
|
|
2
|
-
import {
|
|
2
|
+
import { w as Region, O as OptionItem } from '../global-BH6qrlBv.js';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
5
5
|
declare const dateFormat = "DD-MM-YYYY";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timardex/cluemart-shared",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.71",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -74,29 +74,29 @@
|
|
|
74
74
|
"keywords": [],
|
|
75
75
|
"author": "",
|
|
76
76
|
"license": "ISC",
|
|
77
|
-
"devDependencies": {
|
|
78
|
-
"@types/node": "^22.13.4",
|
|
79
|
-
"@types/react": "~19.0.10",
|
|
80
|
-
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
81
|
-
"@typescript-eslint/parser": "^8.20.0",
|
|
82
|
-
"eslint": "^9.26.0",
|
|
83
|
-
"eslint-config-prettier": "^10.0.1",
|
|
84
|
-
"eslint-import-resolver-typescript": "^3.6.1",
|
|
85
|
-
"eslint-plugin-import": "^2.29.1",
|
|
86
|
-
"eslint-plugin-prettier": "^5.2.6",
|
|
87
|
-
"prettier": "^3.4.2",
|
|
88
|
-
"prettier-eslint": "^16.4.1",
|
|
89
|
-
"rimraf": "^6.0.1",
|
|
90
|
-
"tsup": "^8.3.6",
|
|
91
|
-
"typescript": "^5.7.3",
|
|
92
|
-
"typescript-eslint": "^8.31.1"
|
|
93
|
-
},
|
|
94
77
|
"dependencies": {
|
|
95
|
-
"@apollo/client": "^
|
|
96
|
-
"@hookform/resolvers": "^
|
|
97
|
-
"dayjs": "^1.11.
|
|
98
|
-
"react": "^19.
|
|
99
|
-
"react-hook-form": "^7.
|
|
100
|
-
"yup": "^1.
|
|
78
|
+
"@apollo/client": "^4.0.10",
|
|
79
|
+
"@hookform/resolvers": "^5.2.2",
|
|
80
|
+
"dayjs": "^1.11.19",
|
|
81
|
+
"react": "^19.2.1",
|
|
82
|
+
"react-hook-form": "^7.68.0",
|
|
83
|
+
"yup": "^1.7.1"
|
|
84
|
+
},
|
|
85
|
+
"devDependencies": {
|
|
86
|
+
"@types/node": "^25.0.0",
|
|
87
|
+
"@types/react": "~19.2.7",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
89
|
+
"@typescript-eslint/parser": "^8.49.0",
|
|
90
|
+
"eslint": "^9.39.1",
|
|
91
|
+
"eslint-config-prettier": "^10.1.8",
|
|
92
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
93
|
+
"eslint-plugin-import": "^2.32.0",
|
|
94
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
95
|
+
"prettier": "^3.7.4",
|
|
96
|
+
"prettier-eslint": "^16.4.2",
|
|
97
|
+
"rimraf": "^6.1.2",
|
|
98
|
+
"tsup": "^8.5.1",
|
|
99
|
+
"typescript": "^5.9.3",
|
|
100
|
+
"typescript-eslint": "^8.49.0"
|
|
101
101
|
}
|
|
102
102
|
}
|