@wrcb/cb-common 1.0.375 → 1.0.377
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CouponType } from '../types/couponType';
|
|
2
2
|
import { Tenant } from '../types/tenant';
|
|
3
3
|
import { UserCategory } from '../types/userCategory';
|
|
4
|
-
import { UserTags } from '
|
|
5
|
-
import { ProductTypes } from '
|
|
4
|
+
import { UserTags } from '../types/userTags';
|
|
5
|
+
import { ProductTypes } from '../types/productTypes';
|
|
6
6
|
export interface CategoryConfiguration {
|
|
7
7
|
allowedTags: UserTags[];
|
|
8
8
|
allowedProducts: ProductTypes[];
|
|
@@ -4,8 +4,8 @@ exports.TenantDataService = void 0;
|
|
|
4
4
|
const couponType_1 = require("../types/couponType");
|
|
5
5
|
const tenant_1 = require("../types/tenant");
|
|
6
6
|
const userCategory_1 = require("../types/userCategory");
|
|
7
|
-
const userTags_1 = require("
|
|
8
|
-
const productTypes_1 = require("
|
|
7
|
+
const userTags_1 = require("../types/userTags");
|
|
8
|
+
const productTypes_1 = require("../types/productTypes");
|
|
9
9
|
class TenantDataService {
|
|
10
10
|
// Métodos existentes
|
|
11
11
|
static getTenantData(tenant) {
|