@timardex/cluemart-shared 1.4.63 → 1.4.65
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-tx3-QbA9.d.mts → auth-DP4rp8kt.d.mts} +1 -1
- package/dist/{auth-n3P2BSCb.d.ts → auth-x87uDA8A.d.ts} +1 -1
- package/dist/{chunk-END7A5PN.mjs → chunk-D4QRASAQ.mjs} +1 -1
- package/dist/chunk-D4QRASAQ.mjs.map +1 -0
- package/dist/{chunk-KXVMMCWF.mjs → chunk-DY47LWPZ.mjs} +6 -6
- package/dist/chunk-DY47LWPZ.mjs.map +1 -0
- package/dist/{chunk-ONMJIUN6.mjs → chunk-NBMLTBYC.mjs} +10 -14
- package/dist/{chunk-ONMJIUN6.mjs.map → chunk-NBMLTBYC.mjs.map} +1 -1
- package/dist/{chunk-5V6JNIPQ.mjs → chunk-WKBWAH6Y.mjs} +3 -3
- package/dist/{chunk-5V6JNIPQ.mjs.map → chunk-WKBWAH6Y.mjs.map} +1 -1
- package/dist/formFields/index.cjs +6 -6
- 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 +2 -2
- package/dist/{global-DVDoQmBT.d.ts → global-Cdcu76UE.d.ts} +1 -1
- package/dist/{global-BCvKcmiT.d.mts → global-GMlnFp7I.d.mts} +1 -1
- package/dist/graphql/index.cjs +9 -13
- 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 +1 -1
- package/dist/hooks/index.cjs +54 -102
- 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 +33 -77
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +58 -106
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +12 -13
- package/dist/index.d.ts +12 -13
- package/dist/index.mjs +58 -106
- package/dist/index.mjs.map +1 -1
- package/dist/{post-CvS5wUjm.d.mts → post-CP-lCMe6.d.mts} +13 -14
- package/dist/{post-ByxIVi36.d.ts → post-LlElRzUr.d.ts} +13 -14
- package/dist/{resourceActivities-UOB8Bo7j.d.ts → resourceActivities-Qpi5PTJD.d.ts} +1 -1
- package/dist/{resourceActivities-BKd6q2ey.d.mts → resourceActivities-sdIDFwub.d.mts} +1 -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 +1 -1
- package/dist/utils/index.cjs +2 -2
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-END7A5PN.mjs.map +0 -1
- package/dist/chunk-KXVMMCWF.mjs.map +0 -1
|
@@ -43,8 +43,8 @@ import {
|
|
|
43
43
|
vendorStallSize,
|
|
44
44
|
vendorStartDateFields,
|
|
45
45
|
vendorTable
|
|
46
|
-
} from "../chunk-
|
|
47
|
-
import "../chunk-
|
|
46
|
+
} from "../chunk-DY47LWPZ.mjs";
|
|
47
|
+
import "../chunk-WKBWAH6Y.mjs";
|
|
48
48
|
import "../chunk-LDO4DRWY.mjs";
|
|
49
49
|
export {
|
|
50
50
|
availableCategories,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FieldValues, Control, FormState, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
|
|
2
|
-
import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumEventDateStatus,
|
|
2
|
+
import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumEventDateStatus, EnumUserLicence, EnumSocialMedia } from './enums/index.js';
|
|
3
3
|
|
|
4
4
|
type RelationDate = {
|
|
5
5
|
dateTime: DateTimeType & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FieldValues, Control, FormState, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
|
|
2
|
-
import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumEventDateStatus,
|
|
2
|
+
import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumEventDateStatus, EnumUserLicence, EnumSocialMedia } from './enums/index.mjs';
|
|
3
3
|
|
|
4
4
|
type RelationDate = {
|
|
5
5
|
dateTime: DateTimeType & {
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -2828,29 +2828,25 @@ var AD_FIELDS_FRAGMENT = import_client40.gql`
|
|
|
2828
2828
|
fragment AdFields on AdType {
|
|
2829
2829
|
_id
|
|
2830
2830
|
active
|
|
2831
|
-
adStyle
|
|
2832
|
-
adType
|
|
2833
2831
|
clicks
|
|
2834
2832
|
createdAt
|
|
2835
2833
|
end
|
|
2836
2834
|
impressions
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
socialMedia {
|
|
2846
|
-
...SocialMediaFields
|
|
2835
|
+
resource {
|
|
2836
|
+
adDescription
|
|
2837
|
+
adImage
|
|
2838
|
+
adStyle
|
|
2839
|
+
adTitle
|
|
2840
|
+
adType
|
|
2841
|
+
resourceId
|
|
2842
|
+
resourceType
|
|
2847
2843
|
}
|
|
2844
|
+
showOn
|
|
2848
2845
|
start
|
|
2849
2846
|
status
|
|
2850
2847
|
targetRegion
|
|
2851
2848
|
updatedAt
|
|
2852
2849
|
}
|
|
2853
|
-
${SOCIAL_MEDIA_FIELDS_FRAGMENT}
|
|
2854
2850
|
`;
|
|
2855
2851
|
var GET_ADS = import_client40.gql`
|
|
2856
2852
|
query getAds {
|