@timardex/cluemart-shared 1.0.54 → 1.0.55
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/formFields/index.cjs +3 -3
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +3 -3
- package/dist/formFields/index.d.ts +3 -3
- package/dist/formFields/index.mjs +2 -2
- package/dist/formFields/index.mjs.map +1 -1
- package/dist/{global-Dcn-sOaP.d.ts → global-B4Zad8Xu.d.ts} +5 -5
- package/dist/{global-UPLCZDGq.d.mts → global-CYs1fvIO.d.mts} +5 -5
- package/dist/graphql/index.cjs +3 -3
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +3 -3
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +7 -7
- 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 +7 -7
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +13 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.mjs +12 -12
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +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/index.d.mts
CHANGED
|
@@ -196,14 +196,14 @@ type RelationLog = {
|
|
|
196
196
|
resourceId: string;
|
|
197
197
|
resourceName: string;
|
|
198
198
|
resourceType: EnumResourceType;
|
|
199
|
-
|
|
199
|
+
stallType: StallType | null;
|
|
200
200
|
startDate: string;
|
|
201
201
|
toStatus: EnumInviteStatus;
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
204
|
type RelationDate = {
|
|
205
205
|
lastUpdateBy: string;
|
|
206
|
-
|
|
206
|
+
stallType: StallType | null;
|
|
207
207
|
startDate: string;
|
|
208
208
|
status: EnumInviteStatus;
|
|
209
209
|
};
|
|
@@ -220,13 +220,13 @@ interface RelationType {
|
|
|
220
220
|
updatedAt?: string;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
type
|
|
223
|
+
type StallType = {
|
|
224
224
|
label: string;
|
|
225
225
|
price: number;
|
|
226
226
|
stallCapacity: number;
|
|
227
227
|
};
|
|
228
228
|
interface DateTimeWithPriceType extends DateTimeType {
|
|
229
|
-
|
|
229
|
+
stallTypes: StallType[];
|
|
230
230
|
}
|
|
231
231
|
type PaymentInfoType = {
|
|
232
232
|
accountHolderName?: string;
|
|
@@ -1132,7 +1132,7 @@ declare const tagOptions: OptionItem[];
|
|
|
1132
1132
|
declare const marketInfo: FormField[];
|
|
1133
1133
|
declare const marketInfoPaymentInfo: FormField[];
|
|
1134
1134
|
declare const requirementsOptions: Requirement[];
|
|
1135
|
-
declare const
|
|
1135
|
+
declare const stallTypeOptions: StallType[];
|
|
1136
1136
|
|
|
1137
1137
|
declare const loginFields: FormField[];
|
|
1138
1138
|
declare const registerFields: FormField[];
|
|
@@ -1157,4 +1157,4 @@ declare const SAVED_TOKEN_KEY = "savedToken";
|
|
|
1157
1157
|
declare const SAVED_REFRESH_TOKEN_KEY = "savedRefreshToken";
|
|
1158
1158
|
declare const USER_STORAGE_KEY = "authUser";
|
|
1159
1159
|
|
|
1160
|
-
export { type BaseResourceType, type BaseResourceTypeFormData, type Category, type ChatInput, type ChatMessageInput, type ChatMessageType, type ChatType, type ContactUsFormData, type CreateContactUsFormData, type CreateLoginFormData, type CreateMarketFormData, type CreateMarketInfoFormData, type CreateRegisterFormData, type CreateRequestPasswordResetFormData, type CreateResetPasswordFormData, type CreateStallholderApplyFormFormData, type CreateStallholderFormData, type CreateTestersFormData, type CreateUserFormData, type CreateValidateVerificationTokenFormData, type DateTimeType, type DateTimeWithPriceType, EnumInviteStatus, EnumNotification, EnumOSType, EnumPaymentMethod, EnumRegions, EnumRelationResource, EnumResourceType, EnumResourceTypeIcon, EnumSocialMedia, EnumUserLicence, EnumUserRole, type FormDateField, type FormField, type GeocodeLocation, type ImageObjectType, ImageTypeEnum, type LocationType, type LoginFormData, type MapMultiLocation, type MarketFormData, type MarketInfoFormData, type MarketInfoType, type MarketType, type MarketWithConnectionDatesType, type NotificationType, type Nullable, type OptionItem, type PaymentInfoType, type PlacePrediction, type PosterInputType, type Region, type RegisterFormData, type RelationDate, type RelationLog, type RelationType, type RequestPasswordResetFormData, type Requirement, type ResetPasswordFormData, type ResourceConnectionsType, type ResourceImageType, SAVED_EMAIL_KEY, SAVED_PASSWORD_KEY, SAVED_REFRESH_TOKEN_KEY, SAVED_TOKEN_KEY, type SatllholderWithConnectionDatesType, type
|
|
1160
|
+
export { type BaseResourceType, type BaseResourceTypeFormData, type Category, type ChatInput, type ChatMessageInput, type ChatMessageType, type ChatType, type ContactUsFormData, type CreateContactUsFormData, type CreateLoginFormData, type CreateMarketFormData, type CreateMarketInfoFormData, type CreateRegisterFormData, type CreateRequestPasswordResetFormData, type CreateResetPasswordFormData, type CreateStallholderApplyFormFormData, type CreateStallholderFormData, type CreateTestersFormData, type CreateUserFormData, type CreateValidateVerificationTokenFormData, type DateTimeType, type DateTimeWithPriceType, EnumInviteStatus, EnumNotification, EnumOSType, EnumPaymentMethod, EnumRegions, EnumRelationResource, EnumResourceType, EnumResourceTypeIcon, EnumSocialMedia, EnumUserLicence, EnumUserRole, type FormDateField, type FormField, type GeocodeLocation, type ImageObjectType, ImageTypeEnum, type LocationType, type LoginFormData, type MapMultiLocation, type MarketFormData, type MarketInfoFormData, type MarketInfoType, type MarketType, type MarketWithConnectionDatesType, type NotificationType, type Nullable, type OptionItem, type PaymentInfoType, type PlacePrediction, type PosterInputType, type Region, type RegisterFormData, type RelationDate, type RelationLog, type RelationType, type RequestPasswordResetFormData, type Requirement, type ResetPasswordFormData, type ResourceConnectionsType, type ResourceImageType, SAVED_EMAIL_KEY, SAVED_PASSWORD_KEY, SAVED_REFRESH_TOKEN_KEY, SAVED_TOKEN_KEY, type SatllholderWithConnectionDatesType, type SocialMediaType, type StallType, type StallholderApplyFormFormData, type StallholderApplyFormType, type StallholderAttributes, type StallholderFormData, type StallholderLocation, type StallholderType, type Subcategory, type TesterType, type TestersFormData, USER_STORAGE_KEY, type UserFormData, type UserType, type ValidateVerificationTokenFormData, availableCategories, availableCityOptions, availableRegionOptions, availableRegionTypes, availableTagTypes, capitalizeFirstLetter, categoryColors, contactUsFields, dateFormat, defaultMarketFormValues, defaultMarketInfoFormValues, defaultRegion, defaultStallholderApplyFormValues, defaultStallholderFormValues, formatDate, formatTimestamp, getCurrentAndFutureDates, getFutureDatesAfterThreshold, globalDefaultValues, loginFields, mapArrayToOptions, mapBaseResourceTypeToFormData, marketBasicInfoFields, marketEndDateFields, marketInfo, marketInfoPaymentInfo, marketStartDateFields, normalizeUrl, packagingOptions, paymentMethodOptions, producedIngOptions, profileFields, registerFields, removeTypename, requestPasswordResetFields, requirementsOptions, resetPasswordFields, socialMediaFields, sortDatesByProximity, stallTypeOptions, stallholderBasicInfoFields, stallholderElectricity, stallholderEndDateFields, stallholderFullAddress, stallholderGazebo, stallholderLocationDescription, stallholderMultiLocation, stallholderPackaging, stallholderPaymentMethod, stallholderPriceRange, stallholderProducedIn, stallholderStallSize, stallholderStartDateFields, stallholderTable, statusOptions, tagOptions, testersFields, timeFormat, truncateText, useAddParticipantToChat, useAddUserFavouriteResource, useContactUs, useContactUsForm, useCreateChat, useCreateMarket, useCreateMarketInfo, useCreatePoster, useCreateRelation, useCreateStallholder, useCreateStallholderApplyForm, useCreateTester, useCreateUser, useDeleteChat, useDeleteMarket, useDeleteRelation, useDeleteStallholder, useDeleteTester, useGetChat, useGetChatSubscription, useGetMarket, useGetMarketInfo, useGetMarketRelations, useGetMarkets, useGetMarketsByRegion, useGetMarketsNearMe, useGetNotification, useGetRelation, useGetRelationByMarketAndStallholder, useGetResourceConnections, useGetStallholder, useGetStallholderApplyForm, useGetStallholderRelations, useGetStallholders, useGetStallholdersByRegion, useGetTester, useGetTesters, useGetUser, useGetUserChats, useGetUserFavourites, useGetUserMarkets, useGetUserNotifications, useGetUserStallholder, useGetUsers, useLocationSearch, useLogin, useLoginForm, useLogout, useMarketForm, useMarketInfoForm, useRefreshToken, useRegister, useRegisterForm, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRequestPasswordReset, useRequestPasswordResetForm, useResetPassword, useResetPasswordForm, useSearchMarkets, useSearchStallholders, useSendChatMessage, useStallholderApplyForm, useStallholderForm, useTestersForm, useUpdateMarket, useUpdateMarketInfo, useUpdateRelation, useUpdateStallholder, useUpdateStallholderApplyForm, useUpdateTester, useUpdateUser, useUserForm, useValidateVerificationToken, useValidateVerificationTokenForm, validateVerificationTokenFields };
|
package/dist/index.d.ts
CHANGED
|
@@ -196,14 +196,14 @@ type RelationLog = {
|
|
|
196
196
|
resourceId: string;
|
|
197
197
|
resourceName: string;
|
|
198
198
|
resourceType: EnumResourceType;
|
|
199
|
-
|
|
199
|
+
stallType: StallType | null;
|
|
200
200
|
startDate: string;
|
|
201
201
|
toStatus: EnumInviteStatus;
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
204
|
type RelationDate = {
|
|
205
205
|
lastUpdateBy: string;
|
|
206
|
-
|
|
206
|
+
stallType: StallType | null;
|
|
207
207
|
startDate: string;
|
|
208
208
|
status: EnumInviteStatus;
|
|
209
209
|
};
|
|
@@ -220,13 +220,13 @@ interface RelationType {
|
|
|
220
220
|
updatedAt?: string;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
type
|
|
223
|
+
type StallType = {
|
|
224
224
|
label: string;
|
|
225
225
|
price: number;
|
|
226
226
|
stallCapacity: number;
|
|
227
227
|
};
|
|
228
228
|
interface DateTimeWithPriceType extends DateTimeType {
|
|
229
|
-
|
|
229
|
+
stallTypes: StallType[];
|
|
230
230
|
}
|
|
231
231
|
type PaymentInfoType = {
|
|
232
232
|
accountHolderName?: string;
|
|
@@ -1132,7 +1132,7 @@ declare const tagOptions: OptionItem[];
|
|
|
1132
1132
|
declare const marketInfo: FormField[];
|
|
1133
1133
|
declare const marketInfoPaymentInfo: FormField[];
|
|
1134
1134
|
declare const requirementsOptions: Requirement[];
|
|
1135
|
-
declare const
|
|
1135
|
+
declare const stallTypeOptions: StallType[];
|
|
1136
1136
|
|
|
1137
1137
|
declare const loginFields: FormField[];
|
|
1138
1138
|
declare const registerFields: FormField[];
|
|
@@ -1157,4 +1157,4 @@ declare const SAVED_TOKEN_KEY = "savedToken";
|
|
|
1157
1157
|
declare const SAVED_REFRESH_TOKEN_KEY = "savedRefreshToken";
|
|
1158
1158
|
declare const USER_STORAGE_KEY = "authUser";
|
|
1159
1159
|
|
|
1160
|
-
export { type BaseResourceType, type BaseResourceTypeFormData, type Category, type ChatInput, type ChatMessageInput, type ChatMessageType, type ChatType, type ContactUsFormData, type CreateContactUsFormData, type CreateLoginFormData, type CreateMarketFormData, type CreateMarketInfoFormData, type CreateRegisterFormData, type CreateRequestPasswordResetFormData, type CreateResetPasswordFormData, type CreateStallholderApplyFormFormData, type CreateStallholderFormData, type CreateTestersFormData, type CreateUserFormData, type CreateValidateVerificationTokenFormData, type DateTimeType, type DateTimeWithPriceType, EnumInviteStatus, EnumNotification, EnumOSType, EnumPaymentMethod, EnumRegions, EnumRelationResource, EnumResourceType, EnumResourceTypeIcon, EnumSocialMedia, EnumUserLicence, EnumUserRole, type FormDateField, type FormField, type GeocodeLocation, type ImageObjectType, ImageTypeEnum, type LocationType, type LoginFormData, type MapMultiLocation, type MarketFormData, type MarketInfoFormData, type MarketInfoType, type MarketType, type MarketWithConnectionDatesType, type NotificationType, type Nullable, type OptionItem, type PaymentInfoType, type PlacePrediction, type PosterInputType, type Region, type RegisterFormData, type RelationDate, type RelationLog, type RelationType, type RequestPasswordResetFormData, type Requirement, type ResetPasswordFormData, type ResourceConnectionsType, type ResourceImageType, SAVED_EMAIL_KEY, SAVED_PASSWORD_KEY, SAVED_REFRESH_TOKEN_KEY, SAVED_TOKEN_KEY, type SatllholderWithConnectionDatesType, type
|
|
1160
|
+
export { type BaseResourceType, type BaseResourceTypeFormData, type Category, type ChatInput, type ChatMessageInput, type ChatMessageType, type ChatType, type ContactUsFormData, type CreateContactUsFormData, type CreateLoginFormData, type CreateMarketFormData, type CreateMarketInfoFormData, type CreateRegisterFormData, type CreateRequestPasswordResetFormData, type CreateResetPasswordFormData, type CreateStallholderApplyFormFormData, type CreateStallholderFormData, type CreateTestersFormData, type CreateUserFormData, type CreateValidateVerificationTokenFormData, type DateTimeType, type DateTimeWithPriceType, EnumInviteStatus, EnumNotification, EnumOSType, EnumPaymentMethod, EnumRegions, EnumRelationResource, EnumResourceType, EnumResourceTypeIcon, EnumSocialMedia, EnumUserLicence, EnumUserRole, type FormDateField, type FormField, type GeocodeLocation, type ImageObjectType, ImageTypeEnum, type LocationType, type LoginFormData, type MapMultiLocation, type MarketFormData, type MarketInfoFormData, type MarketInfoType, type MarketType, type MarketWithConnectionDatesType, type NotificationType, type Nullable, type OptionItem, type PaymentInfoType, type PlacePrediction, type PosterInputType, type Region, type RegisterFormData, type RelationDate, type RelationLog, type RelationType, type RequestPasswordResetFormData, type Requirement, type ResetPasswordFormData, type ResourceConnectionsType, type ResourceImageType, SAVED_EMAIL_KEY, SAVED_PASSWORD_KEY, SAVED_REFRESH_TOKEN_KEY, SAVED_TOKEN_KEY, type SatllholderWithConnectionDatesType, type SocialMediaType, type StallType, type StallholderApplyFormFormData, type StallholderApplyFormType, type StallholderAttributes, type StallholderFormData, type StallholderLocation, type StallholderType, type Subcategory, type TesterType, type TestersFormData, USER_STORAGE_KEY, type UserFormData, type UserType, type ValidateVerificationTokenFormData, availableCategories, availableCityOptions, availableRegionOptions, availableRegionTypes, availableTagTypes, capitalizeFirstLetter, categoryColors, contactUsFields, dateFormat, defaultMarketFormValues, defaultMarketInfoFormValues, defaultRegion, defaultStallholderApplyFormValues, defaultStallholderFormValues, formatDate, formatTimestamp, getCurrentAndFutureDates, getFutureDatesAfterThreshold, globalDefaultValues, loginFields, mapArrayToOptions, mapBaseResourceTypeToFormData, marketBasicInfoFields, marketEndDateFields, marketInfo, marketInfoPaymentInfo, marketStartDateFields, normalizeUrl, packagingOptions, paymentMethodOptions, producedIngOptions, profileFields, registerFields, removeTypename, requestPasswordResetFields, requirementsOptions, resetPasswordFields, socialMediaFields, sortDatesByProximity, stallTypeOptions, stallholderBasicInfoFields, stallholderElectricity, stallholderEndDateFields, stallholderFullAddress, stallholderGazebo, stallholderLocationDescription, stallholderMultiLocation, stallholderPackaging, stallholderPaymentMethod, stallholderPriceRange, stallholderProducedIn, stallholderStallSize, stallholderStartDateFields, stallholderTable, statusOptions, tagOptions, testersFields, timeFormat, truncateText, useAddParticipantToChat, useAddUserFavouriteResource, useContactUs, useContactUsForm, useCreateChat, useCreateMarket, useCreateMarketInfo, useCreatePoster, useCreateRelation, useCreateStallholder, useCreateStallholderApplyForm, useCreateTester, useCreateUser, useDeleteChat, useDeleteMarket, useDeleteRelation, useDeleteStallholder, useDeleteTester, useGetChat, useGetChatSubscription, useGetMarket, useGetMarketInfo, useGetMarketRelations, useGetMarkets, useGetMarketsByRegion, useGetMarketsNearMe, useGetNotification, useGetRelation, useGetRelationByMarketAndStallholder, useGetResourceConnections, useGetStallholder, useGetStallholderApplyForm, useGetStallholderRelations, useGetStallholders, useGetStallholdersByRegion, useGetTester, useGetTesters, useGetUser, useGetUserChats, useGetUserFavourites, useGetUserMarkets, useGetUserNotifications, useGetUserStallholder, useGetUsers, useLocationSearch, useLogin, useLoginForm, useLogout, useMarketForm, useMarketInfoForm, useRefreshToken, useRegister, useRegisterForm, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRequestPasswordReset, useRequestPasswordResetForm, useResetPassword, useResetPasswordForm, useSearchMarkets, useSearchStallholders, useSendChatMessage, useStallholderApplyForm, useStallholderForm, useTestersForm, useUpdateMarket, useUpdateMarketInfo, useUpdateRelation, useUpdateStallholder, useUpdateStallholderApplyForm, useUpdateTester, useUpdateUser, useUserForm, useValidateVerificationToken, useValidateVerificationTokenForm, validateVerificationTokenFields };
|
package/dist/index.mjs
CHANGED
|
@@ -370,17 +370,17 @@ var dateTimeSchema = yup.object().shape({
|
|
|
370
370
|
startDate: yup.string().label("Start Date").concat(startDateNotInPastTest).required("Start date is required"),
|
|
371
371
|
startTime: yup.string().label("Start Time").concat(startTimeCannotBeInPastTest).required("Start time is required")
|
|
372
372
|
});
|
|
373
|
-
var
|
|
374
|
-
label: yup.string().trim().label("
|
|
375
|
-
price: yup.number().label("
|
|
373
|
+
var stallTypesSchema = yup.object({
|
|
374
|
+
label: yup.string().trim().label("Stall Label").required("Stall label is required"),
|
|
375
|
+
price: yup.number().label("Stall Price").min(0.1, "Stall price must be at least 0.1").required("Stall price is required").test(
|
|
376
376
|
"no-leading-zeros",
|
|
377
377
|
"",
|
|
378
|
-
noLeadingZeros("
|
|
378
|
+
noLeadingZeros("Stall price", { allowDecimal: true })
|
|
379
379
|
),
|
|
380
380
|
stallCapacity: yup.number().typeError("Stall capacity must be a number").min(1, "Stall capacity must be at least 1").integer("Stall capacity must be a whole number").required("Stall capacity is required").test("no-leading-zeros", "", noLeadingZeros("Stall capacity"))
|
|
381
381
|
});
|
|
382
382
|
var dateTimeWithPriceSchema = dateTimeSchema.shape({
|
|
383
|
-
|
|
383
|
+
stallTypes: yup.array().of(stallTypesSchema).min(1, "At least one stall type is required").required("Stall types are required")
|
|
384
384
|
});
|
|
385
385
|
var locationSchema = yup.object().shape({
|
|
386
386
|
city: yup.string().label("City").required("City is required"),
|
|
@@ -633,14 +633,14 @@ var defaultMarketInfoFormValues = {
|
|
|
633
633
|
{
|
|
634
634
|
endDate: "04-05-2025",
|
|
635
635
|
endTime: "15:00",
|
|
636
|
-
|
|
636
|
+
stallTypes: [],
|
|
637
637
|
startDate: "04-05-2025",
|
|
638
638
|
startTime: "09:00"
|
|
639
639
|
},
|
|
640
640
|
{
|
|
641
641
|
endDate: "05-05-2025",
|
|
642
642
|
endTime: "15:00",
|
|
643
|
-
|
|
643
|
+
stallTypes: [],
|
|
644
644
|
startDate: "05-05-2025",
|
|
645
645
|
startTime: "09:00"
|
|
646
646
|
}
|
|
@@ -1764,7 +1764,7 @@ var MARKET_INFO = gql5`
|
|
|
1764
1764
|
dateTime {
|
|
1765
1765
|
endDate
|
|
1766
1766
|
endTime
|
|
1767
|
-
|
|
1767
|
+
stallTypes {
|
|
1768
1768
|
label
|
|
1769
1769
|
price
|
|
1770
1770
|
stallCapacity
|
|
@@ -2295,7 +2295,7 @@ var RELATION_UPDATE_BY_FRAGMENT = gql10`
|
|
|
2295
2295
|
resourceName
|
|
2296
2296
|
resourceType
|
|
2297
2297
|
startDate
|
|
2298
|
-
|
|
2298
|
+
stallType {
|
|
2299
2299
|
label
|
|
2300
2300
|
price
|
|
2301
2301
|
stallCapacity
|
|
@@ -2317,7 +2317,7 @@ var RELATION_DATES_FRAGMENT = gql10`
|
|
|
2317
2317
|
fragment RelationDates on RelationDateType {
|
|
2318
2318
|
lastUpdateBy
|
|
2319
2319
|
startDate
|
|
2320
|
-
|
|
2320
|
+
stallType {
|
|
2321
2321
|
label
|
|
2322
2322
|
price
|
|
2323
2323
|
stallCapacity
|
|
@@ -3631,7 +3631,7 @@ var requirementsOptions = [
|
|
|
3631
3631
|
value: false
|
|
3632
3632
|
}
|
|
3633
3633
|
];
|
|
3634
|
-
var
|
|
3634
|
+
var stallTypeOptions = [
|
|
3635
3635
|
{
|
|
3636
3636
|
label: "3x3m tent site",
|
|
3637
3637
|
price: 0,
|
|
@@ -4263,9 +4263,9 @@ export {
|
|
|
4263
4263
|
requestPasswordResetFields,
|
|
4264
4264
|
requirementsOptions,
|
|
4265
4265
|
resetPasswordFields,
|
|
4266
|
-
siteTypeOptions,
|
|
4267
4266
|
socialMediaFields,
|
|
4268
4267
|
sortDatesByProximity,
|
|
4268
|
+
stallTypeOptions,
|
|
4269
4269
|
stallholderBasicInfoFields,
|
|
4270
4270
|
stallholderElectricity,
|
|
4271
4271
|
stallholderEndDateFields,
|