@actschurch/ccms-sdk 0.0.6 → 0.0.7
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/models/events/ModelView/ShopEventModelView.d.ts +55 -0
- package/dist/models/events/ModelView/ShopEventModelView.d.ts.map +1 -0
- package/dist/models/events/ModelView/ShopEventModelView.js +2 -0
- package/dist/models/events/ModelView/ShopEventModelView.js.map +1 -0
- package/dist/models/events/ModelView/index.d.ts +1 -0
- package/dist/models/events/ModelView/index.d.ts.map +1 -1
- package/dist/models/events/ModelView/index.js +1 -0
- package/dist/models/events/ModelView/index.js.map +1 -1
- package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts +56 -0
- package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts.map +1 -0
- package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.js +9 -0
- package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.js.map +1 -0
- package/dist/models/vendorcatalog/ModelView/index.d.ts +1 -0
- package/dist/models/vendorcatalog/ModelView/index.d.ts.map +1 -1
- package/dist/models/vendorcatalog/ModelView/index.js +1 -0
- package/dist/models/vendorcatalog/ModelView/index.js.map +1 -1
- package/dist/models/vendorrating/ModelView/VendorRatingSummaryModelView.d.ts +26 -0
- package/dist/models/vendorrating/ModelView/VendorRatingSummaryModelView.d.ts.map +1 -0
- package/dist/models/vendorrating/ModelView/VendorRatingSummaryModelView.js +8 -0
- package/dist/models/vendorrating/ModelView/VendorRatingSummaryModelView.js.map +1 -0
- package/dist/models/vendorrating/ModelView/index.d.ts +1 -0
- package/dist/models/vendorrating/ModelView/index.d.ts.map +1 -1
- package/dist/models/vendorrating/ModelView/index.js +1 -0
- package/dist/models/vendorrating/ModelView/index.js.map +1 -1
- package/dist/models/vendors/CacheKeys/VendorSocialMediaCacheKeys.d.ts +31 -0
- package/dist/models/vendors/CacheKeys/VendorSocialMediaCacheKeys.d.ts.map +1 -0
- package/dist/models/vendors/CacheKeys/VendorSocialMediaCacheKeys.js +31 -0
- package/dist/models/vendors/CacheKeys/VendorSocialMediaCacheKeys.js.map +1 -0
- package/dist/models/vendors/CacheKeys/index.d.ts +1 -0
- package/dist/models/vendors/CacheKeys/index.d.ts.map +1 -1
- package/dist/models/vendors/CacheKeys/index.js +1 -0
- package/dist/models/vendors/CacheKeys/index.js.map +1 -1
- package/dist/models/vendors/ModelView/ShopVendorModelView.d.ts +73 -0
- package/dist/models/vendors/ModelView/ShopVendorModelView.d.ts.map +1 -0
- package/dist/models/vendors/ModelView/ShopVendorModelView.js +2 -0
- package/dist/models/vendors/ModelView/ShopVendorModelView.js.map +1 -0
- package/dist/models/vendors/ModelView/index.d.ts +1 -0
- package/dist/models/vendors/ModelView/index.d.ts.map +1 -1
- package/dist/models/vendors/ModelView/index.js +2 -0
- package/dist/models/vendors/ModelView/index.js.map +1 -1
- package/dist/models/vendors/VendorSocialMedia.d.ts +21 -0
- package/dist/models/vendors/VendorSocialMedia.d.ts.map +1 -0
- package/dist/models/vendors/VendorSocialMedia.js +2 -0
- package/dist/models/vendors/VendorSocialMedia.js.map +1 -0
- package/dist/models/vendors/index.d.ts +1 -0
- package/dist/models/vendors/index.d.ts.map +1 -1
- package/dist/models/vendors/index.js +1 -0
- package/dist/models/vendors/index.js.map +1 -1
- package/dist/react/hooks/services/useEventsServices.d.ts +5 -1
- package/dist/react/hooks/services/useEventsServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useEventsServices.js +6 -0
- package/dist/react/hooks/services/useEventsServices.js.map +1 -1
- package/dist/react/hooks/services/useVendorCatalogServices.d.ts +5 -1
- package/dist/react/hooks/services/useVendorCatalogServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useVendorCatalogServices.js +6 -0
- package/dist/react/hooks/services/useVendorCatalogServices.js.map +1 -1
- package/dist/react/hooks/services/useVendorRatingServices.d.ts +5 -1
- package/dist/react/hooks/services/useVendorRatingServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useVendorRatingServices.js +6 -0
- package/dist/react/hooks/services/useVendorRatingServices.js.map +1 -1
- package/dist/react/hooks/services/useVendorsServices.d.ts +9 -1
- package/dist/react/hooks/services/useVendorsServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useVendorsServices.js +12 -0
- package/dist/react/hooks/services/useVendorsServices.js.map +1 -1
- package/dist/services/events/ShopService.d.ts +95 -0
- package/dist/services/events/ShopService.d.ts.map +1 -0
- package/dist/services/events/ShopService.js +160 -0
- package/dist/services/events/ShopService.js.map +1 -0
- package/dist/services/events/index.d.ts +4 -0
- package/dist/services/events/index.d.ts.map +1 -1
- package/dist/services/events/index.js +3 -0
- package/dist/services/events/index.js.map +1 -1
- package/dist/services/vendorcatalog/VendorCatalogShopService.d.ts +67 -0
- package/dist/services/vendorcatalog/VendorCatalogShopService.d.ts.map +1 -0
- package/dist/services/vendorcatalog/VendorCatalogShopService.js +108 -0
- package/dist/services/vendorcatalog/VendorCatalogShopService.js.map +1 -0
- package/dist/services/vendorcatalog/index.d.ts +4 -0
- package/dist/services/vendorcatalog/index.d.ts.map +1 -1
- package/dist/services/vendorcatalog/index.js +3 -0
- package/dist/services/vendorcatalog/index.js.map +1 -1
- package/dist/services/vendorrating/VendorRatingShopService.d.ts +74 -0
- package/dist/services/vendorrating/VendorRatingShopService.d.ts.map +1 -0
- package/dist/services/vendorrating/VendorRatingShopService.js +122 -0
- package/dist/services/vendorrating/VendorRatingShopService.js.map +1 -0
- package/dist/services/vendorrating/index.d.ts +4 -0
- package/dist/services/vendorrating/index.d.ts.map +1 -1
- package/dist/services/vendorrating/index.js +3 -0
- package/dist/services/vendorrating/index.js.map +1 -1
- package/dist/services/vendors/VendorShopService.d.ts +96 -0
- package/dist/services/vendors/VendorShopService.d.ts.map +1 -0
- package/dist/services/vendors/VendorShopService.js +164 -0
- package/dist/services/vendors/VendorShopService.js.map +1 -0
- package/dist/services/vendors/VendorSocialMediaService.d.ts +32 -0
- package/dist/services/vendors/VendorSocialMediaService.d.ts.map +1 -0
- package/dist/services/vendors/VendorSocialMediaService.js +40 -0
- package/dist/services/vendors/VendorSocialMediaService.js.map +1 -0
- package/dist/services/vendors/index.d.ts +8 -0
- package/dist/services/vendors/index.d.ts.map +1 -1
- package/dist/services/vendors/index.js +6 -0
- package/dist/services/vendors/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVendorCatalogServices.d.ts","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorCatalogServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,wBAAwB,EACxB,0BAA0B,EAC1B,6BAA6B,EAC7B,4BAA4B,EAC5B,2BAA2B,EAC3B,yBAAyB,EACzB,wBAAwB,EACxB,4BAA4B,EAC5B,8BAA8B,EAC9B,uBAAuB,
|
|
1
|
+
{"version":3,"file":"useVendorCatalogServices.d.ts","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorCatalogServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,wBAAwB,EACxB,0BAA0B,EAC1B,6BAA6B,EAC7B,4BAA4B,EAC5B,2BAA2B,EAC3B,yBAAyB,EACzB,wBAAwB,EACxB,4BAA4B,EAC5B,8BAA8B,EAC9B,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,iCAAiC,CAAC;AAEzC;;;GAGG;AACH,wBAAgB,wBAAwB,IAAI,qBAAqB,CAMhE;AAED;;GAEG;AACH,wBAAgB,uBAAuB,IAAI,oBAAoB,CAE9D;AAED;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,wBAAwB,CAEtE;AAED;;GAEG;AACH,wBAAgB,6BAA6B,IAAI,0BAA0B,CAE1E;AAED;;GAEG;AACH,wBAAgB,gCAAgC,IAAI,6BAA6B,CAEhF;AAED;;GAEG;AACH,wBAAgB,+BAA+B,IAAI,4BAA4B,CAE9E;AAED;;GAEG;AACH,wBAAgB,8BAA8B,IAAI,2BAA2B,CAE5E;AAED;;GAEG;AACH,wBAAgB,4BAA4B,IAAI,yBAAyB,CAExE;AAED;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,wBAAwB,CAEtE;AAED;;GAEG;AACH,wBAAgB,+BAA+B,IAAI,4BAA4B,CAE9E;AAED;;GAEG;AACH,wBAAgB,iCAAiC,IAAI,8BAA8B,CAElF;AAED;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,uBAAuB,CAEpE;AAED;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,wBAAwB,CAEtE"}
|
|
@@ -80,4 +80,10 @@ export function useVendorProductEventLimitService() {
|
|
|
80
80
|
export function useVendorProductLogService() {
|
|
81
81
|
return useVendorCatalogServices().vendorProductLog;
|
|
82
82
|
}
|
|
83
|
+
/**
|
|
84
|
+
* Hook to access VendorCatalogShopService
|
|
85
|
+
*/
|
|
86
|
+
export function useVendorCatalogShopService() {
|
|
87
|
+
return useVendorCatalogServices().vendorCatalogShop;
|
|
88
|
+
}
|
|
83
89
|
//# sourceMappingURL=useVendorCatalogServices.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVendorCatalogServices.js","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorCatalogServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"useVendorCatalogServices.js","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorCatalogServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAiBrC;;;GAGG;AACH,MAAM,UAAU,wBAAwB;IACtC,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,EAAE,CAAC;IAC/B,IAAI,CAAC,QAAQ,EAAE,aAAa,EAAE,CAAC;QAC7B,MAAM,IAAI,KAAK,CAAC,wGAAwG,CAAC,CAAC;IAC5H,CAAC;IACD,OAAO,QAAQ,CAAC,aAAa,CAAC;AAChC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,uBAAuB;IACrC,OAAO,wBAAwB,EAAE,CAAC,aAAa,CAAC;AAClD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACzC,OAAO,wBAAwB,EAAE,CAAC,iBAAiB,CAAC;AACtD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,6BAA6B;IAC3C,OAAO,wBAAwB,EAAE,CAAC,mBAAmB,CAAC;AACxD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,gCAAgC;IAC9C,OAAO,wBAAwB,EAAE,CAAC,sBAAsB,CAAC;AAC3D,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,+BAA+B;IAC7C,OAAO,wBAAwB,EAAE,CAAC,qBAAqB,CAAC;AAC1D,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,8BAA8B;IAC5C,OAAO,wBAAwB,EAAE,CAAC,oBAAoB,CAAC;AACzD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,4BAA4B;IAC1C,OAAO,wBAAwB,EAAE,CAAC,kBAAkB,CAAC;AACvD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACzC,OAAO,wBAAwB,EAAE,CAAC,iBAAiB,CAAC;AACtD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,+BAA+B;IAC7C,OAAO,wBAAwB,EAAE,CAAC,qBAAqB,CAAC;AAC1D,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,iCAAiC;IAC/C,OAAO,wBAAwB,EAAE,CAAC,uBAAuB,CAAC;AAC5D,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,0BAA0B;IACxC,OAAO,wBAAwB,EAAE,CAAC,gBAAgB,CAAC;AACrD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACzC,OAAO,wBAAwB,EAAE,CAAC,iBAAiB,CAAC;AACtD,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Vendor Rating Service Hooks
|
|
3
3
|
* React hooks for accessing vendor rating management services
|
|
4
4
|
*/
|
|
5
|
-
import { VendorRatingServices, VendorRatingService, VendorRaterTypeService, VendorFlagTypeService, VendorFlagStatusService, VendorFlagService, VendorResponseService } from '../../../services/vendorrating';
|
|
5
|
+
import { VendorRatingServices, VendorRatingService, VendorRaterTypeService, VendorFlagTypeService, VendorFlagStatusService, VendorFlagService, VendorResponseService, VendorRatingShopService } from '../../../services/vendorrating';
|
|
6
6
|
/**
|
|
7
7
|
* Hook to access all vendor rating-related services
|
|
8
8
|
* @returns VendorRatingServices object containing all vendor rating service instances
|
|
@@ -32,4 +32,8 @@ export declare function useVendorFlagService(): VendorFlagService;
|
|
|
32
32
|
* Hook to access VendorResponseService
|
|
33
33
|
*/
|
|
34
34
|
export declare function useVendorResponseService(): VendorResponseService;
|
|
35
|
+
/**
|
|
36
|
+
* Hook to access VendorRatingShopService
|
|
37
|
+
*/
|
|
38
|
+
export declare function useVendorRatingShopService(): VendorRatingShopService;
|
|
35
39
|
//# sourceMappingURL=useVendorRatingServices.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVendorRatingServices.d.ts","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorRatingServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,sBAAsB,EACtB,qBAAqB,EACrB,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,
|
|
1
|
+
{"version":3,"file":"useVendorRatingServices.d.ts","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorRatingServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,sBAAsB,EACtB,qBAAqB,EACrB,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,gCAAgC,CAAC;AAExC;;;GAGG;AACH,wBAAgB,uBAAuB,IAAI,oBAAoB,CAM9D;AAED;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,mBAAmB,CAE5D;AAED;;GAEG;AACH,wBAAgB,yBAAyB,IAAI,sBAAsB,CAElE;AAED;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,qBAAqB,CAEhE;AAED;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,uBAAuB,CAEpE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,iBAAiB,CAExD;AAED;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,qBAAqB,CAEhE;AAED;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,uBAAuB,CAEpE"}
|
|
@@ -50,4 +50,10 @@ export function useVendorFlagService() {
|
|
|
50
50
|
export function useVendorResponseService() {
|
|
51
51
|
return useVendorRatingServices().vendorResponse;
|
|
52
52
|
}
|
|
53
|
+
/**
|
|
54
|
+
* Hook to access VendorRatingShopService
|
|
55
|
+
*/
|
|
56
|
+
export function useVendorRatingShopService() {
|
|
57
|
+
return useVendorRatingServices().vendorRatingShop;
|
|
58
|
+
}
|
|
53
59
|
//# sourceMappingURL=useVendorRatingServices.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVendorRatingServices.js","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorRatingServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"useVendorRatingServices.js","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorRatingServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAYrC;;;GAGG;AACH,MAAM,UAAU,uBAAuB;IACrC,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,EAAE,CAAC;IAC/B,IAAI,CAAC,QAAQ,EAAE,YAAY,EAAE,CAAC;QAC5B,MAAM,IAAI,KAAK,CAAC,sGAAsG,CAAC,CAAC;IAC1H,CAAC;IACD,OAAO,QAAQ,CAAC,YAAY,CAAC;AAC/B,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,sBAAsB;IACpC,OAAO,uBAAuB,EAAE,CAAC,YAAY,CAAC;AAChD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,yBAAyB;IACvC,OAAO,uBAAuB,EAAE,CAAC,eAAe,CAAC;AACnD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,wBAAwB;IACtC,OAAO,uBAAuB,EAAE,CAAC,cAAc,CAAC;AAClD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,0BAA0B;IACxC,OAAO,uBAAuB,EAAE,CAAC,gBAAgB,CAAC;AACpD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB;IAClC,OAAO,uBAAuB,EAAE,CAAC,UAAU,CAAC;AAC9C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,wBAAwB;IACtC,OAAO,uBAAuB,EAAE,CAAC,cAAc,CAAC;AAClD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,0BAA0B;IACxC,OAAO,uBAAuB,EAAE,CAAC,gBAAgB,CAAC;AACpD,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Vendor Service Hooks
|
|
3
3
|
* React hooks for accessing vendor management services
|
|
4
4
|
*/
|
|
5
|
-
import { VendorServices, VendorService, VendorTypeService, VendorStatusService, VendorContactService, VendorLocationService, VendorDocumentService, VendorDocumentTypeService, VendorTermService, VendorTermPeriodService, VendorPaymentService, VendorDonationService, VendorStatusHistoryService, VendorLogService, UserVendorService, VendorRegistrationService } from '../../../services/vendors';
|
|
5
|
+
import { VendorServices, VendorService, VendorTypeService, VendorStatusService, VendorContactService, VendorLocationService, VendorDocumentService, VendorDocumentTypeService, VendorTermService, VendorTermPeriodService, VendorPaymentService, VendorDonationService, VendorStatusHistoryService, VendorLogService, UserVendorService, VendorRegistrationService, VendorSocialMediaService, VendorShopService } from '../../../services/vendors';
|
|
6
6
|
/**
|
|
7
7
|
* Hook to access all vendor-related services
|
|
8
8
|
* @returns VendorServices object containing all vendor service instances
|
|
@@ -68,4 +68,12 @@ export declare function useUserVendorService(): UserVendorService;
|
|
|
68
68
|
* Hook to access VendorRegistrationService
|
|
69
69
|
*/
|
|
70
70
|
export declare function useVendorRegistrationService(): VendorRegistrationService;
|
|
71
|
+
/**
|
|
72
|
+
* Hook to access VendorSocialMediaService
|
|
73
|
+
*/
|
|
74
|
+
export declare function useVendorSocialMediaService(): VendorSocialMediaService;
|
|
75
|
+
/**
|
|
76
|
+
* Hook to access VendorShopService
|
|
77
|
+
*/
|
|
78
|
+
export declare function useVendorShopService(): VendorShopService;
|
|
71
79
|
//# sourceMappingURL=useVendorsServices.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVendorsServices.d.ts","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorsServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EACL,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,iBAAiB,EACjB,uBAAuB,EACvB,oBAAoB,EACpB,qBAAqB,EACrB,0BAA0B,EAC1B,gBAAgB,EAChB,iBAAiB,EACjB,yBAAyB,
|
|
1
|
+
{"version":3,"file":"useVendorsServices.d.ts","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorsServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EACL,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,iBAAiB,EACjB,uBAAuB,EACvB,oBAAoB,EACpB,qBAAqB,EACrB,0BAA0B,EAC1B,gBAAgB,EAChB,iBAAiB,EACjB,yBAAyB,EACzB,wBAAwB,EACxB,iBAAiB,EAClB,MAAM,2BAA2B,CAAC;AAEnC;;;GAGG;AACH,wBAAgB,kBAAkB,IAAI,cAAc,CAMnD;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,aAAa,CAEhD;AAED;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,iBAAiB,CAExD;AAED;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,mBAAmB,CAE5D;AAED;;GAEG;AACH,wBAAgB,uBAAuB,IAAI,oBAAoB,CAE9D;AAED;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,qBAAqB,CAEhE;AAED;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,qBAAqB,CAEhE;AAED;;GAEG;AACH,wBAAgB,4BAA4B,IAAI,yBAAyB,CAExE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,iBAAiB,CAExD;AAED;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,uBAAuB,CAEpE;AAED;;GAEG;AACH,wBAAgB,uBAAuB,IAAI,oBAAoB,CAE9D;AAED;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,qBAAqB,CAEhE;AAED;;GAEG;AACH,wBAAgB,6BAA6B,IAAI,0BAA0B,CAE1E;AAED;;GAEG;AACH,wBAAgB,mBAAmB,IAAI,gBAAgB,CAEtD;AAED;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,iBAAiB,CAExD;AAED;;GAEG;AACH,wBAAgB,4BAA4B,IAAI,yBAAyB,CAExE;AAED;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,wBAAwB,CAEtE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,iBAAiB,CAExD"}
|
|
@@ -104,4 +104,16 @@ export function useUserVendorService() {
|
|
|
104
104
|
export function useVendorRegistrationService() {
|
|
105
105
|
return useVendorsServices().vendorRegistration;
|
|
106
106
|
}
|
|
107
|
+
/**
|
|
108
|
+
* Hook to access VendorSocialMediaService
|
|
109
|
+
*/
|
|
110
|
+
export function useVendorSocialMediaService() {
|
|
111
|
+
return useVendorsServices().vendorSocialMedia;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Hook to access VendorShopService
|
|
115
|
+
*/
|
|
116
|
+
export function useVendorShopService() {
|
|
117
|
+
return useVendorsServices().vendorShop;
|
|
118
|
+
}
|
|
107
119
|
//# sourceMappingURL=useVendorsServices.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVendorsServices.js","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorsServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"useVendorsServices.js","sourceRoot":"","sources":["../../../../src/react/hooks/services/useVendorsServices.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAsBrC;;;GAGG;AACH,MAAM,UAAU,kBAAkB;IAChC,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,EAAE,CAAC;IAC/B,IAAI,CAAC,QAAQ,EAAE,OAAO,EAAE,CAAC;QACvB,MAAM,IAAI,KAAK,CAAC,wFAAwF,CAAC,CAAC;IAC5G,CAAC;IACD,OAAO,QAAQ,CAAC,OAAO,CAAC;AAC1B,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,gBAAgB;IAC9B,OAAO,kBAAkB,EAAE,CAAC,MAAM,CAAC;AACrC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB;IAClC,OAAO,kBAAkB,EAAE,CAAC,UAAU,CAAC;AACzC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,sBAAsB;IACpC,OAAO,kBAAkB,EAAE,CAAC,YAAY,CAAC;AAC3C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,uBAAuB;IACrC,OAAO,kBAAkB,EAAE,CAAC,aAAa,CAAC;AAC5C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,wBAAwB;IACtC,OAAO,kBAAkB,EAAE,CAAC,cAAc,CAAC;AAC7C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,wBAAwB;IACtC,OAAO,kBAAkB,EAAE,CAAC,cAAc,CAAC;AAC7C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,4BAA4B;IAC1C,OAAO,kBAAkB,EAAE,CAAC,kBAAkB,CAAC;AACjD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB;IAClC,OAAO,kBAAkB,EAAE,CAAC,UAAU,CAAC;AACzC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,0BAA0B;IACxC,OAAO,kBAAkB,EAAE,CAAC,gBAAgB,CAAC;AAC/C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,uBAAuB;IACrC,OAAO,kBAAkB,EAAE,CAAC,aAAa,CAAC;AAC5C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,wBAAwB;IACtC,OAAO,kBAAkB,EAAE,CAAC,cAAc,CAAC;AAC7C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,6BAA6B;IAC3C,OAAO,kBAAkB,EAAE,CAAC,mBAAmB,CAAC;AAClD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,mBAAmB;IACjC,OAAO,kBAAkB,EAAE,CAAC,SAAS,CAAC;AACxC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB;IAClC,OAAO,kBAAkB,EAAE,CAAC,UAAU,CAAC;AACzC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,4BAA4B;IAC1C,OAAO,kBAAkB,EAAE,CAAC,kBAAkB,CAAC;AACjD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACzC,OAAO,kBAAkB,EAAE,CAAC,iBAAiB,CAAC;AAChD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB;IAClC,OAAO,kBAAkB,EAAE,CAAC,UAAU,CAAC;AACzC,CAAC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ShopService
|
|
3
|
+
* Service for public shop endpoints (read-only)
|
|
4
|
+
* Route: api/shop
|
|
5
|
+
* Controller: ShopController.cs (CCMS.Api.EventManagement)
|
|
6
|
+
*/
|
|
7
|
+
import { HttpClient } from '../../core/HttpClient';
|
|
8
|
+
import { ResponseData } from '../../models/common/ResponseData';
|
|
9
|
+
import { BaseService } from '../base/BaseService';
|
|
10
|
+
import { ServiceConfig } from '../types';
|
|
11
|
+
import type { ShopEventModelView } from '../../models/events';
|
|
12
|
+
import type { ShopVendorModelView, ShopVendorDataModelView } from '../../models/vendors';
|
|
13
|
+
/**
|
|
14
|
+
* ShopService
|
|
15
|
+
* Public read-only endpoints for shop event and vendor data.
|
|
16
|
+
* All data is served from Redis cache on the backend.
|
|
17
|
+
*/
|
|
18
|
+
export declare class ShopService extends BaseService {
|
|
19
|
+
private static readonly DEFAULT_SERVICE_PATH;
|
|
20
|
+
private static readonly BASE_PATH;
|
|
21
|
+
constructor(http: HttpClient, config?: ServiceConfig);
|
|
22
|
+
/**
|
|
23
|
+
* Get all events with their confirmed vendors
|
|
24
|
+
* GET /api/shop/events
|
|
25
|
+
*/
|
|
26
|
+
getEvents(): Promise<ShopEventModelView[]>;
|
|
27
|
+
/**
|
|
28
|
+
* Get all events (raw response)
|
|
29
|
+
*/
|
|
30
|
+
getEventsRaw(): Promise<ResponseData<ShopEventModelView[]>>;
|
|
31
|
+
/**
|
|
32
|
+
* Get a single event by ID with its confirmed vendors
|
|
33
|
+
* GET /api/shop/events/{id}
|
|
34
|
+
*/
|
|
35
|
+
getEventById(id: number): Promise<ShopEventModelView>;
|
|
36
|
+
/**
|
|
37
|
+
* Get event by ID (raw response)
|
|
38
|
+
*/
|
|
39
|
+
getEventByIdRaw(id: number): Promise<ResponseData<ShopEventModelView>>;
|
|
40
|
+
/**
|
|
41
|
+
* Get upcoming events (StartDate > now)
|
|
42
|
+
* GET /api/shop/events/upcoming
|
|
43
|
+
*/
|
|
44
|
+
getUpcomingEvents(): Promise<ShopEventModelView[]>;
|
|
45
|
+
/**
|
|
46
|
+
* Get upcoming events (raw response)
|
|
47
|
+
*/
|
|
48
|
+
getUpcomingEventsRaw(): Promise<ResponseData<ShopEventModelView[]>>;
|
|
49
|
+
/**
|
|
50
|
+
* Get ongoing events (now >= StartDate AND now <= EndDate)
|
|
51
|
+
* GET /api/shop/events/ongoing
|
|
52
|
+
*/
|
|
53
|
+
getOngoingEvents(): Promise<ShopEventModelView[]>;
|
|
54
|
+
/**
|
|
55
|
+
* Get ongoing events (raw response)
|
|
56
|
+
*/
|
|
57
|
+
getOngoingEventsRaw(): Promise<ResponseData<ShopEventModelView[]>>;
|
|
58
|
+
/**
|
|
59
|
+
* Get events filtered by location
|
|
60
|
+
* GET /api/shop/events/by-location/{locationId}
|
|
61
|
+
*/
|
|
62
|
+
getEventsByLocation(locationId: number): Promise<ShopEventModelView[]>;
|
|
63
|
+
/**
|
|
64
|
+
* Get events by location (raw response)
|
|
65
|
+
*/
|
|
66
|
+
getEventsByLocationRaw(locationId: number): Promise<ResponseData<ShopEventModelView[]>>;
|
|
67
|
+
/**
|
|
68
|
+
* Get events filtered by type
|
|
69
|
+
* GET /api/shop/events/by-type/{typeId}
|
|
70
|
+
*/
|
|
71
|
+
getEventsByType(typeId: number): Promise<ShopEventModelView[]>;
|
|
72
|
+
/**
|
|
73
|
+
* Get events by type (raw response)
|
|
74
|
+
*/
|
|
75
|
+
getEventsByTypeRaw(typeId: number): Promise<ResponseData<ShopEventModelView[]>>;
|
|
76
|
+
/**
|
|
77
|
+
* Get all active/approved vendors
|
|
78
|
+
* GET /api/shop/vendors
|
|
79
|
+
*/
|
|
80
|
+
getVendors(): Promise<ShopVendorModelView[]>;
|
|
81
|
+
/**
|
|
82
|
+
* Get all vendors (raw response)
|
|
83
|
+
*/
|
|
84
|
+
getVendorsRaw(): Promise<ResponseData<ShopVendorModelView[]>>;
|
|
85
|
+
/**
|
|
86
|
+
* Get a single vendor by ID with social media links
|
|
87
|
+
* GET /api/shop/vendors/{id}
|
|
88
|
+
*/
|
|
89
|
+
getVendorById(id: number): Promise<ShopVendorDataModelView>;
|
|
90
|
+
/**
|
|
91
|
+
* Get vendor by ID (raw response)
|
|
92
|
+
*/
|
|
93
|
+
getVendorByIdRaw(id: number): Promise<ResponseData<ShopVendorDataModelView>>;
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=ShopService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShopService.d.ts","sourceRoot":"","sources":["../../../src/services/events/ShopService.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EACV,mBAAmB,EACnB,uBAAuB,EACxB,MAAM,sBAAsB,CAAC;AAE9B;;;;GAIG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,oBAAoB,CAAY;IACxD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAc;gBAEnC,IAAI,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,aAAa;IAUpD;;;OAGG;IACG,SAAS,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;IAKhD;;OAEG;IACH,YAAY,IAAI,OAAO,CAAC,YAAY,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAM3D;;;OAGG;IACG,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAQ3D;;OAEG;IACH,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,kBAAkB,CAAC,CAAC;IAMtE;;;OAGG;IACG,iBAAiB,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;IAKxD;;OAEG;IACH,oBAAoB,IAAI,OAAO,CAAC,YAAY,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAMnE;;;OAGG;IACG,gBAAgB,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;IAKvD;;OAEG;IACH,mBAAmB,IAAI,OAAO,CAAC,YAAY,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAMlE;;;OAGG;IACG,mBAAmB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,EAAE,CAAC;IAK5E;;OAEG;IACH,sBAAsB,CACpB,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,YAAY,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAS9C;;;OAGG;IACG,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,EAAE,CAAC;IAKpE;;OAEG;IACH,kBAAkB,CAChB,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,YAAY,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAW9C;;;OAGG;IACG,UAAU,IAAI,OAAO,CAAC,mBAAmB,EAAE,CAAC;IAKlD;;OAEG;IACH,aAAa,IAAI,OAAO,CAAC,YAAY,CAAC,mBAAmB,EAAE,CAAC,CAAC;IAM7D;;;OAGG;IACG,aAAa,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAQjE;;OAEG;IACH,gBAAgB,CACd,EAAE,EAAE,MAAM,GACT,OAAO,CAAC,YAAY,CAAC,uBAAuB,CAAC,CAAC;CAKlD"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ShopService
|
|
3
|
+
* Service for public shop endpoints (read-only)
|
|
4
|
+
* Route: api/shop
|
|
5
|
+
* Controller: ShopController.cs (CCMS.Api.EventManagement)
|
|
6
|
+
*/
|
|
7
|
+
import { BaseService } from '../base/BaseService';
|
|
8
|
+
/**
|
|
9
|
+
* ShopService
|
|
10
|
+
* Public read-only endpoints for shop event and vendor data.
|
|
11
|
+
* All data is served from Redis cache on the backend.
|
|
12
|
+
*/
|
|
13
|
+
export class ShopService extends BaseService {
|
|
14
|
+
constructor(http, config) {
|
|
15
|
+
super(http, {
|
|
16
|
+
servicePath: config?.servicePath ?? ShopService.DEFAULT_SERVICE_PATH,
|
|
17
|
+
basePath: ShopService.BASE_PATH,
|
|
18
|
+
endpoints: config?.endpoints,
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
// ==================== EVENT ENDPOINTS ====================
|
|
22
|
+
/**
|
|
23
|
+
* Get all events with their confirmed vendors
|
|
24
|
+
* GET /api/shop/events
|
|
25
|
+
*/
|
|
26
|
+
async getEvents() {
|
|
27
|
+
const response = await this.getEventsRaw();
|
|
28
|
+
return response.data ?? [];
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Get all events (raw response)
|
|
32
|
+
*/
|
|
33
|
+
getEventsRaw() {
|
|
34
|
+
const endpoint = this.getEndpoint('events', 'events');
|
|
35
|
+
const url = this.buildUrl(endpoint);
|
|
36
|
+
return this.http.get(url);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Get a single event by ID with its confirmed vendors
|
|
40
|
+
* GET /api/shop/events/{id}
|
|
41
|
+
*/
|
|
42
|
+
async getEventById(id) {
|
|
43
|
+
const response = await this.getEventByIdRaw(id);
|
|
44
|
+
if (!response.data) {
|
|
45
|
+
throw new Error(`Event ${id} not found`);
|
|
46
|
+
}
|
|
47
|
+
return response.data;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Get event by ID (raw response)
|
|
51
|
+
*/
|
|
52
|
+
getEventByIdRaw(id) {
|
|
53
|
+
const endpoint = this.getEndpoint('event-by-id', `events/${id}`);
|
|
54
|
+
const url = this.buildUrl(endpoint);
|
|
55
|
+
return this.http.get(url);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Get upcoming events (StartDate > now)
|
|
59
|
+
* GET /api/shop/events/upcoming
|
|
60
|
+
*/
|
|
61
|
+
async getUpcomingEvents() {
|
|
62
|
+
const response = await this.getUpcomingEventsRaw();
|
|
63
|
+
return response.data ?? [];
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Get upcoming events (raw response)
|
|
67
|
+
*/
|
|
68
|
+
getUpcomingEventsRaw() {
|
|
69
|
+
const endpoint = this.getEndpoint('events-upcoming', 'events/upcoming');
|
|
70
|
+
const url = this.buildUrl(endpoint);
|
|
71
|
+
return this.http.get(url);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Get ongoing events (now >= StartDate AND now <= EndDate)
|
|
75
|
+
* GET /api/shop/events/ongoing
|
|
76
|
+
*/
|
|
77
|
+
async getOngoingEvents() {
|
|
78
|
+
const response = await this.getOngoingEventsRaw();
|
|
79
|
+
return response.data ?? [];
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Get ongoing events (raw response)
|
|
83
|
+
*/
|
|
84
|
+
getOngoingEventsRaw() {
|
|
85
|
+
const endpoint = this.getEndpoint('events-ongoing', 'events/ongoing');
|
|
86
|
+
const url = this.buildUrl(endpoint);
|
|
87
|
+
return this.http.get(url);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Get events filtered by location
|
|
91
|
+
* GET /api/shop/events/by-location/{locationId}
|
|
92
|
+
*/
|
|
93
|
+
async getEventsByLocation(locationId) {
|
|
94
|
+
const response = await this.getEventsByLocationRaw(locationId);
|
|
95
|
+
return response.data ?? [];
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Get events by location (raw response)
|
|
99
|
+
*/
|
|
100
|
+
getEventsByLocationRaw(locationId) {
|
|
101
|
+
const endpoint = this.getEndpoint('events-by-location', `events/by-location/${locationId}`);
|
|
102
|
+
const url = this.buildUrl(endpoint);
|
|
103
|
+
return this.http.get(url);
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Get events filtered by type
|
|
107
|
+
* GET /api/shop/events/by-type/{typeId}
|
|
108
|
+
*/
|
|
109
|
+
async getEventsByType(typeId) {
|
|
110
|
+
const response = await this.getEventsByTypeRaw(typeId);
|
|
111
|
+
return response.data ?? [];
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Get events by type (raw response)
|
|
115
|
+
*/
|
|
116
|
+
getEventsByTypeRaw(typeId) {
|
|
117
|
+
const endpoint = this.getEndpoint('events-by-type', `events/by-type/${typeId}`);
|
|
118
|
+
const url = this.buildUrl(endpoint);
|
|
119
|
+
return this.http.get(url);
|
|
120
|
+
}
|
|
121
|
+
// ==================== VENDOR ENDPOINTS ====================
|
|
122
|
+
/**
|
|
123
|
+
* Get all active/approved vendors
|
|
124
|
+
* GET /api/shop/vendors
|
|
125
|
+
*/
|
|
126
|
+
async getVendors() {
|
|
127
|
+
const response = await this.getVendorsRaw();
|
|
128
|
+
return response.data ?? [];
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Get all vendors (raw response)
|
|
132
|
+
*/
|
|
133
|
+
getVendorsRaw() {
|
|
134
|
+
const endpoint = this.getEndpoint('vendors', 'vendors');
|
|
135
|
+
const url = this.buildUrl(endpoint);
|
|
136
|
+
return this.http.get(url);
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Get a single vendor by ID with social media links
|
|
140
|
+
* GET /api/shop/vendors/{id}
|
|
141
|
+
*/
|
|
142
|
+
async getVendorById(id) {
|
|
143
|
+
const response = await this.getVendorByIdRaw(id);
|
|
144
|
+
if (!response.data) {
|
|
145
|
+
throw new Error(`Vendor ${id} not found`);
|
|
146
|
+
}
|
|
147
|
+
return response.data;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Get vendor by ID (raw response)
|
|
151
|
+
*/
|
|
152
|
+
getVendorByIdRaw(id) {
|
|
153
|
+
const endpoint = this.getEndpoint('vendor-by-id', `vendors/${id}`);
|
|
154
|
+
const url = this.buildUrl(endpoint);
|
|
155
|
+
return this.http.get(url);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
ShopService.DEFAULT_SERVICE_PATH = 'events';
|
|
159
|
+
ShopService.BASE_PATH = 'api/shop';
|
|
160
|
+
//# sourceMappingURL=ShopService.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShopService.js","sourceRoot":"","sources":["../../../src/services/events/ShopService.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,12 +10,14 @@ export { EventStatusService } from './EventStatusService';
|
|
|
10
10
|
export { EventVendorStatusService } from './EventVendorStatusService';
|
|
11
11
|
export { EventVendorRegistrationService } from './EventVendorRegistrationService';
|
|
12
12
|
export { EventVendorSettingService } from './EventVendorSettingService';
|
|
13
|
+
export { ShopService } from './ShopService';
|
|
13
14
|
import { EventService } from './EventService';
|
|
14
15
|
import { EventTypeService } from './EventTypeService';
|
|
15
16
|
import { EventStatusService } from './EventStatusService';
|
|
16
17
|
import { EventVendorStatusService } from './EventVendorStatusService';
|
|
17
18
|
import { EventVendorRegistrationService } from './EventVendorRegistrationService';
|
|
18
19
|
import { EventVendorSettingService } from './EventVendorSettingService';
|
|
20
|
+
import { ShopService } from './ShopService';
|
|
19
21
|
/**
|
|
20
22
|
* Interface for all event-related services
|
|
21
23
|
*/
|
|
@@ -32,6 +34,8 @@ export interface EventServices {
|
|
|
32
34
|
eventVendorRegistration: EventVendorRegistrationService;
|
|
33
35
|
/** Event vendor setting service */
|
|
34
36
|
eventVendorSetting: EventVendorSettingService;
|
|
37
|
+
/** Public shop service (read-only) */
|
|
38
|
+
shop: ShopService;
|
|
35
39
|
}
|
|
36
40
|
/**
|
|
37
41
|
* Create all event services
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/events/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAG9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/events/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAG9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,yBAAyB;IACzB,KAAK,EAAE,YAAY,CAAC;IACpB,yBAAyB;IACzB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,2BAA2B;IAC3B,WAAW,EAAE,kBAAkB,CAAC;IAChC,kCAAkC;IAClC,iBAAiB,EAAE,wBAAwB,CAAC;IAC5C,wCAAwC;IACxC,uBAAuB,EAAE,8BAA8B,CAAC;IACxD,mCAAmC;IACnC,kBAAkB,EAAE,yBAAyB,CAAC;IAC9C,sCAAsC;IACtC,IAAI,EAAE,WAAW,CAAC;CACnB;AAED;;;;;GAKG;AACH,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,UAAU,EAChB,MAAM,CAAC,EAAE,aAAa,GACrB,aAAa,CAUf"}
|
|
@@ -9,6 +9,7 @@ export { EventStatusService } from './EventStatusService';
|
|
|
9
9
|
export { EventVendorStatusService } from './EventVendorStatusService';
|
|
10
10
|
export { EventVendorRegistrationService } from './EventVendorRegistrationService';
|
|
11
11
|
export { EventVendorSettingService } from './EventVendorSettingService';
|
|
12
|
+
export { ShopService } from './ShopService';
|
|
12
13
|
// Import for factory function
|
|
13
14
|
import { EventService } from './EventService';
|
|
14
15
|
import { EventTypeService } from './EventTypeService';
|
|
@@ -16,6 +17,7 @@ import { EventStatusService } from './EventStatusService';
|
|
|
16
17
|
import { EventVendorStatusService } from './EventVendorStatusService';
|
|
17
18
|
import { EventVendorRegistrationService } from './EventVendorRegistrationService';
|
|
18
19
|
import { EventVendorSettingService } from './EventVendorSettingService';
|
|
20
|
+
import { ShopService } from './ShopService';
|
|
19
21
|
/**
|
|
20
22
|
* Create all event services
|
|
21
23
|
* @param http - HttpClient instance
|
|
@@ -30,6 +32,7 @@ export function createEventServices(http, config) {
|
|
|
30
32
|
eventVendorStatus: new EventVendorStatusService(http, config),
|
|
31
33
|
eventVendorRegistration: new EventVendorRegistrationService(http, config),
|
|
32
34
|
eventVendorSetting: new EventVendorSettingService(http, config),
|
|
35
|
+
shop: new ShopService(http, config),
|
|
33
36
|
};
|
|
34
37
|
}
|
|
35
38
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/events/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,6BAA6B;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/events/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,6BAA6B;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,8BAA8B;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAsB5C;;;;;GAKG;AACH,MAAM,UAAU,mBAAmB,CACjC,IAAgB,EAChB,MAAsB;IAEtB,OAAO;QACL,KAAK,EAAE,IAAI,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC;QACrC,SAAS,EAAE,IAAI,gBAAgB,CAAC,IAAI,EAAE,MAAM,CAAC;QAC7C,WAAW,EAAE,IAAI,kBAAkB,CAAC,IAAI,EAAE,MAAM,CAAC;QACjD,iBAAiB,EAAE,IAAI,wBAAwB,CAAC,IAAI,EAAE,MAAM,CAAC;QAC7D,uBAAuB,EAAE,IAAI,8BAA8B,CAAC,IAAI,EAAE,MAAM,CAAC;QACzE,kBAAkB,EAAE,IAAI,yBAAyB,CAAC,IAAI,EAAE,MAAM,CAAC;QAC/D,IAAI,EAAE,IAAI,WAAW,CAAC,IAAI,EAAE,MAAM,CAAC;KACpC,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* VendorCatalogShopService
|
|
3
|
+
* Service for public shop endpoints in VendorCatalogManagement (read-only)
|
|
4
|
+
* Route: api/shop
|
|
5
|
+
* Controller: ShopController.cs (CCMS.Api.VendorCatalogManagement)
|
|
6
|
+
*/
|
|
7
|
+
import { HttpClient } from '../../core/HttpClient';
|
|
8
|
+
import { ResponseData } from '../../models/common/ResponseData';
|
|
9
|
+
import { BaseService } from '../base/BaseService';
|
|
10
|
+
import { ServiceConfig } from '../types';
|
|
11
|
+
import type { ShopEventProductModelView } from '../../models/vendorcatalog';
|
|
12
|
+
/**
|
|
13
|
+
* VendorCatalogShopService
|
|
14
|
+
* Public read-only endpoints for shop product data.
|
|
15
|
+
* All data is served from Redis cache on the backend.
|
|
16
|
+
*/
|
|
17
|
+
export declare class VendorCatalogShopService extends BaseService {
|
|
18
|
+
private static readonly DEFAULT_SERVICE_PATH;
|
|
19
|
+
private static readonly BASE_PATH;
|
|
20
|
+
constructor(http: HttpClient, config?: ServiceConfig);
|
|
21
|
+
/**
|
|
22
|
+
* Get all active products
|
|
23
|
+
* GET /api/shop/products
|
|
24
|
+
*/
|
|
25
|
+
getProducts(): Promise<ShopEventProductModelView[]>;
|
|
26
|
+
/**
|
|
27
|
+
* Get all products (raw response)
|
|
28
|
+
*/
|
|
29
|
+
getProductsRaw(): Promise<ResponseData<ShopEventProductModelView[]>>;
|
|
30
|
+
/**
|
|
31
|
+
* Get a single product by ID with media and variants
|
|
32
|
+
* GET /api/shop/products/{id}
|
|
33
|
+
*/
|
|
34
|
+
getProductById(id: number): Promise<ShopEventProductModelView>;
|
|
35
|
+
/**
|
|
36
|
+
* Get product by ID (raw response)
|
|
37
|
+
*/
|
|
38
|
+
getProductByIdRaw(id: number): Promise<ResponseData<ShopEventProductModelView>>;
|
|
39
|
+
/**
|
|
40
|
+
* Get active products for a specific vendor
|
|
41
|
+
* GET /api/shop/products/vendor/{vendorId}
|
|
42
|
+
*/
|
|
43
|
+
getProductsByVendor(vendorId: number): Promise<ShopEventProductModelView[]>;
|
|
44
|
+
/**
|
|
45
|
+
* Get products by vendor (raw response)
|
|
46
|
+
*/
|
|
47
|
+
getProductsByVendorRaw(vendorId: number): Promise<ResponseData<ShopEventProductModelView[]>>;
|
|
48
|
+
/**
|
|
49
|
+
* Get active products filtered by type
|
|
50
|
+
* GET /api/shop/products/by-type/{typeId}
|
|
51
|
+
*/
|
|
52
|
+
getProductsByType(typeId: number): Promise<ShopEventProductModelView[]>;
|
|
53
|
+
/**
|
|
54
|
+
* Get products by type (raw response)
|
|
55
|
+
*/
|
|
56
|
+
getProductsByTypeRaw(typeId: number): Promise<ResponseData<ShopEventProductModelView[]>>;
|
|
57
|
+
/**
|
|
58
|
+
* Get featured active products
|
|
59
|
+
* GET /api/shop/products/featured
|
|
60
|
+
*/
|
|
61
|
+
getFeaturedProducts(): Promise<ShopEventProductModelView[]>;
|
|
62
|
+
/**
|
|
63
|
+
* Get featured products (raw response)
|
|
64
|
+
*/
|
|
65
|
+
getFeaturedProductsRaw(): Promise<ResponseData<ShopEventProductModelView[]>>;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=VendorCatalogShopService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VendorCatalogShopService.d.ts","sourceRoot":"","sources":["../../../src/services/vendorcatalog/VendorCatalogShopService.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAE5E;;;;GAIG;AACH,qBAAa,wBAAyB,SAAQ,WAAW;IACvD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,oBAAoB,CAAmB;IAC/D,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAc;gBAEnC,IAAI,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,aAAa;IAUpD;;;OAGG;IACG,WAAW,IAAI,OAAO,CAAC,yBAAyB,EAAE,CAAC;IAKzD;;OAEG;IACH,cAAc,IAAI,OAAO,CAAC,YAAY,CAAC,yBAAyB,EAAE,CAAC,CAAC;IAMpE;;;OAGG;IACG,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAQpE;;OAEG;IACH,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,yBAAyB,CAAC,CAAC;IAM/E;;;OAGG;IACG,mBAAmB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,yBAAyB,EAAE,CAAC;IAKjF;;OAEG;IACH,sBAAsB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,yBAAyB,EAAE,CAAC,CAAC;IAM5F;;;OAGG;IACG,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,yBAAyB,EAAE,CAAC;IAK7E;;OAEG;IACH,oBAAoB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,yBAAyB,EAAE,CAAC,CAAC;IAMxF;;;OAGG;IACG,mBAAmB,IAAI,OAAO,CAAC,yBAAyB,EAAE,CAAC;IAKjE;;OAEG;IACH,sBAAsB,IAAI,OAAO,CAAC,YAAY,CAAC,yBAAyB,EAAE,CAAC,CAAC;CAK7E"}
|