@jagota/interfaces 1.3.59 → 1.3.61

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,13 +1,14 @@
1
- export interface ICustGroup {
1
+ export interface IMtCustGroup {
2
2
  groupCode: string;
3
3
  groupName: string;
4
4
  }
5
- export interface ICustGroupInfo {
5
+ export interface IMtCustGroupInfo {
6
6
  sales: string;
7
7
  customerSince: string;
8
8
  clv: string;
9
9
  }
10
- export interface IFormat {
10
+ export interface IMtFormat {
11
+ groupCode?: string;
11
12
  formatName: string;
12
13
  description: string;
13
14
  distributionType: string;
@@ -16,4 +17,13 @@ export interface IFormat {
16
17
  storeCount?: number;
17
18
  itemCount?: number;
18
19
  }
20
+ export interface IMtProduct {
21
+ name: string;
22
+ code: string;
23
+ group: string;
24
+ }
25
+ export interface IMtProductDept {
26
+ department: string;
27
+ productList: IMtProduct[];
28
+ }
19
29
  //# sourceMappingURL=modernTrade.interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modernTrade.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/modernTrade.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACrB;AACD,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;CACf;AACD,MAAM,WAAW,OAAO;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
1
+ {"version":3,"file":"modernTrade.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/modernTrade.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACrB;AACD,MAAM,WAAW,gBAAgB;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;CACf;AACD,MAAM,WAAW,SAAS;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AACD,MAAM,WAAW,UAAU;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,WAAW,cAAc;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,UAAU,EAAE,CAAC;CAC7B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jagota/interfaces",
3
- "version": "1.3.59",
3
+ "version": "1.3.61",
4
4
  "type": "module",
5
5
  "description": "Interfaces for the Jagota Brothers project",
6
6
  "main": "dist/index.js",