asv-hlps 1.4.9 → 1.4.10

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.
Files changed (167) hide show
  1. package/lib/cjs/auth/auth.d.ts +1 -1
  2. package/lib/cjs/auth/auth.js +12 -18
  3. package/lib/cjs/auth/authService.js +0 -13
  4. package/lib/cjs/auth/models/AuthTag.d.ts +0 -2
  5. package/lib/cjs/auth/models/index.d.ts +0 -1
  6. package/lib/cjs/cashs/models/index.d.ts +0 -1
  7. package/lib/cjs/users/models/User.d.ts +1 -1
  8. package/lib/cjs/users/models/UserAbs.d.ts +1 -1
  9. package/lib/cjs/users/models/UserBase.d.ts +14 -14
  10. package/lib/cjs/utils.d.ts +0 -1
  11. package/lib/cjs/utils.js +0 -5
  12. package/lib/esm/auth/auth.d.ts +1 -1
  13. package/lib/esm/auth/auth.js +12 -18
  14. package/lib/esm/auth/authService.js +0 -13
  15. package/lib/esm/auth/models/AuthTag.d.ts +0 -2
  16. package/lib/esm/auth/models/index.d.ts +0 -1
  17. package/lib/esm/cashs/models/index.d.ts +0 -1
  18. package/lib/esm/users/models/User.d.ts +1 -1
  19. package/lib/esm/users/models/UserAbs.d.ts +1 -1
  20. package/lib/esm/users/models/UserBase.d.ts +14 -14
  21. package/lib/esm/utils.d.ts +0 -1
  22. package/lib/esm/utils.js +0 -4
  23. package/package.json +4 -3
  24. package/lib/cjs/auth/models/AuthTagGrp.d.ts +0 -3
  25. package/lib/cjs/auth/models/AuthTagGrp.js +0 -2
  26. package/lib/cjs/auth/models/AuthTagSub.d.ts +0 -3
  27. package/lib/cjs/auth/models/AuthTagSub.js +0 -2
  28. package/lib/cjs/bootstrap.d.ts +0 -1
  29. package/lib/cjs/bootstrap.js +0 -2
  30. package/lib/cjs/cashs/models/PaymentMode.d.ts +0 -5
  31. package/lib/cjs/cashs/models/PaymentMode.js +0 -2
  32. package/lib/cjs/markets/index.d.ts +0 -2
  33. package/lib/cjs/markets/index.js +0 -18
  34. package/lib/cjs/markets/models/Market.d.ts +0 -8
  35. package/lib/cjs/markets/models/Market.js +0 -2
  36. package/lib/cjs/markets/models/UMarket.d.ts +0 -11
  37. package/lib/cjs/markets/models/UMarket.js +0 -2
  38. package/lib/cjs/markets/models/index.d.ts +0 -2
  39. package/lib/cjs/markets/models/index.js +0 -18
  40. package/lib/cjs/markets/products/hlpProduct.d.ts +0 -13
  41. package/lib/cjs/markets/products/hlpProduct.js +0 -49
  42. package/lib/cjs/markets/products/index.d.ts +0 -2
  43. package/lib/cjs/markets/products/index.js +0 -23
  44. package/lib/cjs/markets/products/models/Product.d.ts +0 -39
  45. package/lib/cjs/markets/products/models/Product.js +0 -2
  46. package/lib/cjs/markets/products/models/ProductAsset.d.ts +0 -8
  47. package/lib/cjs/markets/products/models/ProductAsset.js +0 -2
  48. package/lib/cjs/markets/products/models/ProductCat.d.ts +0 -3
  49. package/lib/cjs/markets/products/models/ProductCat.js +0 -2
  50. package/lib/cjs/markets/products/models/ProductCollection.d.ts +0 -3
  51. package/lib/cjs/markets/products/models/ProductCollection.js +0 -2
  52. package/lib/cjs/markets/products/models/ProductDepot.d.ts +0 -11
  53. package/lib/cjs/markets/products/models/ProductDepot.js +0 -2
  54. package/lib/cjs/markets/products/models/ProductElt.d.ts +0 -3
  55. package/lib/cjs/markets/products/models/ProductElt.js +0 -2
  56. package/lib/cjs/markets/products/models/ProductGrp.d.ts +0 -3
  57. package/lib/cjs/markets/products/models/ProductGrp.js +0 -2
  58. package/lib/cjs/markets/products/models/ProductImage.d.ts +0 -5
  59. package/lib/cjs/markets/products/models/ProductImage.js +0 -2
  60. package/lib/cjs/markets/products/models/ProductIn.d.ts +0 -42
  61. package/lib/cjs/markets/products/models/ProductIn.js +0 -2
  62. package/lib/cjs/markets/products/models/ProductState.d.ts +0 -3
  63. package/lib/cjs/markets/products/models/ProductState.js +0 -2
  64. package/lib/cjs/markets/products/models/ProductStock.d.ts +0 -6
  65. package/lib/cjs/markets/products/models/ProductStock.js +0 -2
  66. package/lib/cjs/markets/products/models/ProductTag.d.ts +0 -3
  67. package/lib/cjs/markets/products/models/ProductTag.js +0 -2
  68. package/lib/cjs/markets/products/models/ProductVariant.d.ts +0 -6
  69. package/lib/cjs/markets/products/models/ProductVariant.js +0 -2
  70. package/lib/cjs/markets/products/models/index.d.ts +0 -13
  71. package/lib/cjs/markets/products/models/index.js +0 -29
  72. package/lib/cjs/markets/sales/index.d.ts +0 -1
  73. package/lib/cjs/markets/sales/index.js +0 -17
  74. package/lib/cjs/markets/sales/models/Sale.d.ts +0 -8
  75. package/lib/cjs/markets/sales/models/Sale.js +0 -2
  76. package/lib/cjs/markets/sales/models/SalePayment.d.ts +0 -23
  77. package/lib/cjs/markets/sales/models/SalePayment.js +0 -2
  78. package/lib/cjs/markets/sales/models/SaleProduct.d.ts +0 -8
  79. package/lib/cjs/markets/sales/models/SaleProduct.js +0 -2
  80. package/lib/cjs/markets/sales/models/index.d.ts +0 -3
  81. package/lib/cjs/markets/sales/models/index.js +0 -19
  82. package/lib/cjs/markets/shops/index.d.ts +0 -1
  83. package/lib/cjs/markets/shops/index.js +0 -17
  84. package/lib/cjs/markets/shops/models/Shop.d.ts +0 -13
  85. package/lib/cjs/markets/shops/models/Shop.js +0 -2
  86. package/lib/cjs/markets/users/models/User.d.ts +0 -7
  87. package/lib/cjs/markets/users/models/User.js +0 -2
  88. package/lib/cjs/shared/models/IIcon.d.ts +0 -4
  89. package/lib/cjs/shared/models/IIcon.js +0 -6
  90. package/lib/cjs/shared/models/NaAcIc.d.ts +0 -7
  91. package/lib/cjs/shared/models/NaAcIc.js +0 -7
  92. package/lib/cjs/shared/models/NaCoAcIc.d.ts +0 -4
  93. package/lib/cjs/shared/models/NaCoAcIc.js +0 -7
  94. package/lib/cjs/users/models/EUserTag.d.ts +0 -14
  95. package/lib/cjs/users/models/EUserTag.js +0 -2
  96. package/lib/esm/auth/models/AuthTagGrp.d.ts +0 -3
  97. package/lib/esm/auth/models/AuthTagGrp.js +0 -1
  98. package/lib/esm/auth/models/AuthTagSub.d.ts +0 -3
  99. package/lib/esm/auth/models/AuthTagSub.js +0 -1
  100. package/lib/esm/bootstrap.d.ts +0 -1
  101. package/lib/esm/bootstrap.js +0 -1
  102. package/lib/esm/cashs/models/PaymentMode.d.ts +0 -5
  103. package/lib/esm/cashs/models/PaymentMode.js +0 -1
  104. package/lib/esm/markets/index.d.ts +0 -2
  105. package/lib/esm/markets/index.js +0 -2
  106. package/lib/esm/markets/models/Market.d.ts +0 -8
  107. package/lib/esm/markets/models/Market.js +0 -1
  108. package/lib/esm/markets/models/UMarket.d.ts +0 -11
  109. package/lib/esm/markets/models/UMarket.js +0 -1
  110. package/lib/esm/markets/models/index.d.ts +0 -2
  111. package/lib/esm/markets/models/index.js +0 -2
  112. package/lib/esm/markets/products/hlpProduct.d.ts +0 -13
  113. package/lib/esm/markets/products/hlpProduct.js +0 -47
  114. package/lib/esm/markets/products/index.d.ts +0 -2
  115. package/lib/esm/markets/products/index.js +0 -2
  116. package/lib/esm/markets/products/models/Product.d.ts +0 -39
  117. package/lib/esm/markets/products/models/Product.js +0 -1
  118. package/lib/esm/markets/products/models/ProductAsset.d.ts +0 -8
  119. package/lib/esm/markets/products/models/ProductAsset.js +0 -1
  120. package/lib/esm/markets/products/models/ProductCat.d.ts +0 -3
  121. package/lib/esm/markets/products/models/ProductCat.js +0 -1
  122. package/lib/esm/markets/products/models/ProductCollection.d.ts +0 -3
  123. package/lib/esm/markets/products/models/ProductCollection.js +0 -1
  124. package/lib/esm/markets/products/models/ProductDepot.d.ts +0 -11
  125. package/lib/esm/markets/products/models/ProductDepot.js +0 -1
  126. package/lib/esm/markets/products/models/ProductElt.d.ts +0 -3
  127. package/lib/esm/markets/products/models/ProductElt.js +0 -1
  128. package/lib/esm/markets/products/models/ProductGrp.d.ts +0 -3
  129. package/lib/esm/markets/products/models/ProductGrp.js +0 -1
  130. package/lib/esm/markets/products/models/ProductImage.d.ts +0 -5
  131. package/lib/esm/markets/products/models/ProductImage.js +0 -1
  132. package/lib/esm/markets/products/models/ProductIn.d.ts +0 -42
  133. package/lib/esm/markets/products/models/ProductIn.js +0 -1
  134. package/lib/esm/markets/products/models/ProductState.d.ts +0 -3
  135. package/lib/esm/markets/products/models/ProductState.js +0 -1
  136. package/lib/esm/markets/products/models/ProductStock.d.ts +0 -6
  137. package/lib/esm/markets/products/models/ProductStock.js +0 -1
  138. package/lib/esm/markets/products/models/ProductTag.d.ts +0 -3
  139. package/lib/esm/markets/products/models/ProductTag.js +0 -1
  140. package/lib/esm/markets/products/models/ProductVariant.d.ts +0 -6
  141. package/lib/esm/markets/products/models/ProductVariant.js +0 -1
  142. package/lib/esm/markets/products/models/index.d.ts +0 -13
  143. package/lib/esm/markets/products/models/index.js +0 -13
  144. package/lib/esm/markets/sales/index.d.ts +0 -1
  145. package/lib/esm/markets/sales/index.js +0 -1
  146. package/lib/esm/markets/sales/models/Sale.d.ts +0 -8
  147. package/lib/esm/markets/sales/models/Sale.js +0 -1
  148. package/lib/esm/markets/sales/models/SalePayment.d.ts +0 -23
  149. package/lib/esm/markets/sales/models/SalePayment.js +0 -1
  150. package/lib/esm/markets/sales/models/SaleProduct.d.ts +0 -8
  151. package/lib/esm/markets/sales/models/SaleProduct.js +0 -1
  152. package/lib/esm/markets/sales/models/index.d.ts +0 -3
  153. package/lib/esm/markets/sales/models/index.js +0 -3
  154. package/lib/esm/markets/shops/index.d.ts +0 -1
  155. package/lib/esm/markets/shops/index.js +0 -1
  156. package/lib/esm/markets/shops/models/Shop.d.ts +0 -13
  157. package/lib/esm/markets/shops/models/Shop.js +0 -1
  158. package/lib/esm/markets/users/models/User.d.ts +0 -7
  159. package/lib/esm/markets/users/models/User.js +0 -1
  160. package/lib/esm/shared/models/IIcon.d.ts +0 -4
  161. package/lib/esm/shared/models/IIcon.js +0 -2
  162. package/lib/esm/shared/models/NaAcIc.d.ts +0 -7
  163. package/lib/esm/shared/models/NaAcIc.js +0 -3
  164. package/lib/esm/shared/models/NaCoAcIc.d.ts +0 -4
  165. package/lib/esm/shared/models/NaCoAcIc.js +0 -3
  166. package/lib/esm/users/models/EUserTag.d.ts +0 -14
  167. package/lib/esm/users/models/EUserTag.js +0 -1
@@ -1,47 +0,0 @@
1
- class HlpProduct {
2
- constructor() {
3
- this.stock = (product, param) => {
4
- const salable = (+product.stock.sumIns || 0) - (+product.stock.sumOuts || 0);
5
- const packs = Math.trunc(salable / product.stock.qtityPerPackaging || 0);
6
- const units = salable % product.stock.qtityPerPackaging || 0;
7
- switch (param) {
8
- case "salable":
9
- return salable;
10
- case "packs":
11
- return packs;
12
- case "units":
13
- return units;
14
- default:
15
- return salable;
16
- }
17
- };
18
- this.extraFiilters = (row) => row.designation; /* +
19
- row.codeCompta +
20
- (row.tva > 0 ? "@tva" : "") +
21
- (row.isAvailable ? "@dispo" : "") +
22
- (!row.isAvailable ? "@indispo" : "") +
23
- (row.isActive ? "@actif" : "") +
24
- (!row.isActive ? "@inactif" : "") +
25
- (row.isPrivate ? "@private" : "") +
26
- (!row.isPrivate ? "@noprivate" : ""); */
27
- }
28
- qtityInAllDepots(stock, prms) {
29
- const ins = stock.sumIns - stock.sumOuts;
30
- return ins <= 0 ? 0 : ins;
31
- }
32
- getStockSalable(product) {
33
- const stockAllSalable = +this.qtityInAllDepots(product.stock);
34
- const stockProduct = Math.trunc(stockAllSalable / product.qtityUnit);
35
- /* let stockSalable: number = 0;
36
-
37
- if (stockAllSalable <= stockStore) {
38
- stockSalable = stockAllSalable;
39
- }
40
- if (stockAllSalable > stockStore) {
41
- stockSalable = stockStore;
42
- } */
43
- // return stockSalable || 0;
44
- return stockProduct || 0;
45
- }
46
- }
47
- export default new HlpProduct();
@@ -1,2 +0,0 @@
1
- export { default as HlpProduct } from "./hlpProduct";
2
- export * from "./models";
@@ -1,2 +0,0 @@
1
- export { default as HlpProduct } from "./hlpProduct";
2
- export * from "./models";
@@ -1,39 +0,0 @@
1
- import { Market } from "../../models/Market";
2
- import { Shop } from "../../shops/models/Shop";
3
- import ProductCat from "./ProductCat";
4
- import ProductImage from "./ProductImage";
5
- import ProductIn from "./ProductIn";
6
- interface Stock {
7
- sumIns: number;
8
- sumOuts: number;
9
- qtityPerPackaging: number;
10
- }
11
- export default interface Product {
12
- capacity: string;
13
- cat: ProductCat;
14
- createdAt: Date;
15
- description: string;
16
- designation: string;
17
- disabled?: boolean;
18
- iconName: string;
19
- iconPack: string;
20
- id: number;
21
- images: ProductImage[];
22
- ins: ProductIn[];
23
- isActive: boolean;
24
- isAvailable?: boolean;
25
- isBulk: boolean;
26
- market: Market;
27
- price: number;
28
- publicPrice: number;
29
- qtityLimit: number;
30
- qtityUnit: number;
31
- stock: Stock;
32
- qtityPerBox: number;
33
- qtityPerPackaging: number;
34
- ref: string;
35
- salePrice: number;
36
- shop: Shop;
37
- updatedAt: Date;
38
- }
39
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,8 +0,0 @@
1
- export default interface ProductAsset {
2
- id: number;
3
- elt: string;
4
- name: string;
5
- qtity: number;
6
- size: number;
7
- isActive: boolean;
8
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import { NaCoAcIc } from "../../../shared/models/NaCoAcIc";
2
- export default interface ProductCat extends NaCoAcIc {
3
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import NaAc from "../../../shared/models/NaAc";
2
- export default interface ProductCollection extends NaAc {
3
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,11 +0,0 @@
1
- import ProductIn from "./ProductIn";
2
- export default interface ProductDepot {
3
- id: number;
4
- name: string;
5
- code: string;
6
- main: "master" | "slave";
7
- hasViewStock: boolean;
8
- qtityInTransfert: number;
9
- isActive: boolean;
10
- ins: ProductIn[];
11
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import { NaCoAc } from "../../../shared/models";
2
- export default interface ProductElt extends NaCoAc {
3
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import NaAc from "../../../shared/models/NaAc";
2
- export default interface ProductGrp extends NaAc {
3
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,5 +0,0 @@
1
- import { Image } from "../../../shared/models/Image";
2
- import Product from "./Product";
3
- export default interface ProductImage extends Image {
4
- product: Product;
5
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,42 +0,0 @@
1
- import EInOutMotive from "../../../shared/models/EInOutMotive";
2
- import Product from "./Product";
3
- import ProductDepot from "./ProductDepot";
4
- export default interface ProductIn {
5
- id: number;
6
- createdAt: Date;
7
- lot: string;
8
- qtity: number;
9
- comment: string;
10
- isEdit: boolean;
11
- motive: EInOutMotive;
12
- authorId: number;
13
- qtityPerPackaging: number;
14
- /**
15
- * remaining qtity
16
- */
17
- qtityIn: number;
18
- isOutDate: boolean;
19
- /**
20
- * expired
21
- */
22
- isOut: boolean;
23
- /**
24
- * if true the productIn is created from transfering qtity from another productin
25
- */
26
- fromTransfert: boolean;
27
- /**
28
- * indique the qtity waiting to transfert after transfert validation
29
- */
30
- qtityInTransfert: number;
31
- /**
32
- * is true if the transfert not validate
33
- */
34
- inTransfert: boolean;
35
- depotId: number;
36
- productId: number;
37
- designation: string;
38
- salePrice: number;
39
- publicPrice: number;
40
- product: Product;
41
- depot: ProductDepot;
42
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import NaAc from "../../../shared/models/NaAc";
2
- export interface ProductState extends NaAc {
3
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- export interface ProductStock {
2
- sumIns: number;
3
- sumOuts: number;
4
- qtityPerPackaging: number;
5
- qtityUnit?: number;
6
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import NaAc from "../../../shared/models/NaAc";
2
- export interface ProductTag extends NaAc {
3
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- export default interface ProductVariant {
2
- id: number;
3
- sku: string;
4
- size: string;
5
- color: string;
6
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,13 +0,0 @@
1
- export * from "./Product";
2
- export * from "./ProductAsset";
3
- export * from "./ProductCat";
4
- export * from "./ProductCollection";
5
- export * from "./ProductDepot";
6
- export * from "./ProductElt";
7
- export * from "./ProductGrp";
8
- export * from "./ProductImage";
9
- export * from "./ProductIn";
10
- export * from "./ProductState";
11
- export * from "./ProductStock";
12
- export * from "./ProductTag";
13
- export * from "./ProductVariant";
@@ -1,13 +0,0 @@
1
- export * from "./Product";
2
- export * from "./ProductAsset";
3
- export * from "./ProductCat";
4
- export * from "./ProductCollection";
5
- export * from "./ProductDepot";
6
- export * from "./ProductElt";
7
- export * from "./ProductGrp";
8
- export * from "./ProductImage";
9
- export * from "./ProductIn";
10
- export * from "./ProductState";
11
- export * from "./ProductStock";
12
- export * from "./ProductTag";
13
- export * from "./ProductVariant";
@@ -1 +0,0 @@
1
- export * from "./models";
@@ -1 +0,0 @@
1
- export * from "./models";
@@ -1,8 +0,0 @@
1
- import BaseSale from "../../../sales/models/Sale";
2
- export default interface Sale extends BaseSale {
3
- isPaid: boolean;
4
- isPartialPaid: boolean;
5
- dueAmount: number;
6
- totalAmount: number;
7
- specialPrice: number;
8
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,23 +0,0 @@
1
- import Bank from "../../../cashs/models/Bank";
2
- import BankAccount from "../../../cashs/models/BankAccount";
3
- import PaymentMode from "../../../cashs/models/PaymentMode";
4
- import User from "../../users/models/User";
5
- import Sale from "./Sale";
6
- export interface SalePayment {
7
- id: number;
8
- ref: string;
9
- createdAt: Date;
10
- paymentDate: Date;
11
- prevAmount: number;
12
- paidAmount: number;
13
- cashReceived: number;
14
- cashReturned: number;
15
- restAmount: number;
16
- checkNumber: string;
17
- checkDate: string;
18
- sale: Sale;
19
- encoder: User;
20
- account: BankAccount;
21
- bank: Bank;
22
- mode: PaymentMode;
23
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,8 +0,0 @@
1
- import BaseSaleProduct from "../../../sales/models/SaleProduct";
2
- export interface SaleProduct extends BaseSaleProduct {
3
- buy?: {
4
- avgUnitCostPrice: number;
5
- };
6
- specialPrice?: number;
7
- qtityUnit?: number;
8
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- export * from "./Sale";
2
- export * from "./SalePayment";
3
- export * from "./SaleProduct";
@@ -1,3 +0,0 @@
1
- export * from "./Sale";
2
- export * from "./SalePayment";
3
- export * from "./SaleProduct";
@@ -1 +0,0 @@
1
- export * from "./models/Shop";
@@ -1 +0,0 @@
1
- export * from "./models/Shop";
@@ -1,13 +0,0 @@
1
- import UMarket from "../../models/UMarket";
2
- import Product from "../../products/models/Product";
3
- export interface Shop {
4
- id: number;
5
- name: string;
6
- title: string;
7
- description: string;
8
- logo: string;
9
- banner: string;
10
- isActive: boolean;
11
- products: Product[];
12
- umarket: UMarket;
13
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- import UserBase from "../../../users/models/UserBase";
2
- import UMarket from "../../models/UMarket";
3
- export default interface User extends UserBase {
4
- markets?: UMarket[];
5
- wallets?: any;
6
- phone?: string;
7
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,4 +0,0 @@
1
- export declare abstract class IIcon {
2
- iconName: string;
3
- iconPack: string;
4
- }
@@ -1,2 +0,0 @@
1
- export class IIcon {
2
- }
@@ -1,7 +0,0 @@
1
- import { IIcon } from "./IIcon";
2
- export declare abstract class NaAcIc extends IIcon {
3
- id: number;
4
- name: string;
5
- isActive?: boolean;
6
- disabled?: boolean;
7
- }
@@ -1,3 +0,0 @@
1
- import { IIcon } from "./IIcon";
2
- export class NaAcIc extends IIcon {
3
- }
@@ -1,4 +0,0 @@
1
- import { NaAcIc } from "./NaAcIc";
2
- export declare abstract class NaCoAcIc extends NaAcIc {
3
- code: string;
4
- }
@@ -1,3 +0,0 @@
1
- import { NaAcIc } from "./NaAcIc";
2
- export class NaCoAcIc extends NaAcIc {
3
- }
@@ -1,14 +0,0 @@
1
- declare const enum UserTags {
2
- MEMO = "users_memos",
3
- TOOLS = "users_tools",
4
- GRP_CL = "users_grps_cl",
5
- BAZARS = "users_bazars",
6
- GRP_PH = "users_grps_ph",
7
- GRP_AG = "users_grps_ag",
8
- GRP_LA = "users_grps_la",
9
- GRP_FR = "users_grps_fr",
10
- GRP_SF = "users_grps_sf",
11
- GRP_PA = "users_grps_pa",
12
- GRP_ST = "users_grps_st"
13
- }
14
- export default UserTags;
@@ -1 +0,0 @@
1
- export {};