@springtree/eva-services-bi 1.4.0 → 2.0.0

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 +1 @@
1
- {"version":3,"file":"EVA.BI.Services.d.ts","sourceRoot":"","sources":["../src/EVA.BI.Services.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAEpE,yBAAiB,EAAE,CAAC;IAElB;;;;;;OAMG;IACH,MAAa,iBAAkB,YAAW,qBAAqB;QAC7D,IAAI,SAA0B;QAC9B,IAAI,SAA+B;QACnC,OAAO,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,iBAAiB,CAAC;QACnC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,iBAAiB,CAAC;KACrC;IAED;;;;;;OAMG;IACH,MAAa,aAAc,YAAW,qBAAqB;QACzD,IAAI,SAAsB;QAC1B,IAAI,SAA2B;QAC/B,OAAO,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,aAAa,CAAC;QAC/B,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,qBAAqB,CAAC;KACzC;IAED;;;;;;OAMG;IACH,MAAa,cAAe,YAAW,qBAAqB;QAC1D,IAAI,SAAuB;QAC3B,IAAI,SAA4B;QAChC,OAAO,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,cAAc,CAAC;QAChC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,sBAAsB,CAAC;KAC1C;IAED;;;;;;OAMG;IACH,MAAa,kBAAmB,YAAW,qBAAqB;QAC9D,IAAI,SAA2B;QAC/B,IAAI,SAAgC;QACpC,OAAO,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,kBAAkB,CAAC;QACpC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,0BAA0B,CAAC;KAC9C;CACF"}
1
+ {"version":3,"file":"EVA.BI.Services.d.ts","sourceRoot":"","sources":["../src/EVA.BI.Services.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAEpE,yBAAiB,EAAE,CAAC;IAElB;;;;;;OAMG;IACH,MAAa,iBAAkB,YAAW,qBAAqB;QAC7D,IAAI,SAA0B;QAC9B,IAAI,SAAgC;QACpC,OAAO,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,iBAAiB,CAAC;QACnC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,iBAAiB,CAAC;KACrC;IAED;;;;;;OAMG;IACH,MAAa,aAAc,YAAW,qBAAqB;QACzD,IAAI,SAAsB;QAC1B,IAAI,SAA4B;QAChC,OAAO,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,aAAa,CAAC;QAC/B,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,qBAAqB,CAAC;KACzC;IAED;;;;;;OAMG;IACH,MAAa,cAAe,YAAW,qBAAqB;QAC1D,IAAI,SAAuB;QAC3B,IAAI,SAA6B;QACjC,OAAO,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,cAAc,CAAC;QAChC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,sBAAsB,CAAC;KAC1C;IAED;;;;;;OAMG;IACH,MAAa,kBAAmB,YAAW,qBAAqB;QAC9D,IAAI,SAA2B;QAC/B,IAAI,SAAiC;QACrC,OAAO,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,kBAAkB,CAAC;QACpC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,0BAA0B,CAAC;KAC9C;CACF"}
@@ -8,10 +8,10 @@ export var BI;
8
8
  * @implements {EvaService}
9
9
  */
10
10
  class GetCustomerCharts {
11
- constructor() {
12
- this.name = 'BI:GetCustomerCharts';
13
- this.path = '/api/bi/GetCustomerCharts';
14
- }
11
+ name = 'BI:GetCustomerCharts';
12
+ path = '/message/GetCustomerCharts';
13
+ request;
14
+ response;
15
15
  }
16
16
  BI.GetCustomerCharts = GetCustomerCharts;
17
17
  /**
@@ -22,10 +22,10 @@ export var BI;
22
22
  * @implements {EvaService}
23
23
  */
24
24
  class GetDailyStats {
25
- constructor() {
26
- this.name = 'BI:GetDailyStats';
27
- this.path = '/api/bi/GetDailyStats';
28
- }
25
+ name = 'BI:GetDailyStats';
26
+ path = '/message/GetDailyStats';
27
+ request;
28
+ response;
29
29
  }
30
30
  BI.GetDailyStats = GetDailyStats;
31
31
  /**
@@ -36,10 +36,10 @@ export var BI;
36
36
  * @implements {EvaService}
37
37
  */
38
38
  class GetOrderCounts {
39
- constructor() {
40
- this.name = 'BI:GetOrderCounts';
41
- this.path = '/api/bi/GetOrderCounts';
42
- }
39
+ name = 'BI:GetOrderCounts';
40
+ path = '/message/GetOrderCounts';
41
+ request;
42
+ response;
43
43
  }
44
44
  BI.GetOrderCounts = GetOrderCounts;
45
45
  /**
@@ -50,10 +50,10 @@ export var BI;
50
50
  * @implements {EvaService}
51
51
  */
52
52
  class GetPopularProducts {
53
- constructor() {
54
- this.name = 'BI:GetPopularProducts';
55
- this.path = '/api/bi/GetPopularProducts';
56
- }
53
+ name = 'BI:GetPopularProducts';
54
+ path = '/message/GetPopularProducts';
55
+ request;
56
+ response;
57
57
  }
58
58
  BI.GetPopularProducts = GetPopularProducts;
59
59
  })(BI || (BI = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"EVA.BI.Services.js","sourceRoot":"","sources":["../src/EVA.BI.Services.ts"],"names":[],"mappings":"AAEE,MAAM,KAAW,EAAE,CAyDlB;AAzDD,WAAiB,EAAE;IAEjB;;;;;;OAMG;IACH,MAAa,iBAAiB;QAA9B;YACE,SAAI,GAAG,sBAAsB,CAAC;YAC9B,SAAI,GAAG,2BAA2B,CAAC;QAGrC,CAAC;KAAA;IALY,oBAAiB,oBAK7B,CAAA;IAED;;;;;;OAMG;IACH,MAAa,aAAa;QAA1B;YACE,SAAI,GAAG,kBAAkB,CAAC;YAC1B,SAAI,GAAG,uBAAuB,CAAC;QAGjC,CAAC;KAAA;IALY,gBAAa,gBAKzB,CAAA;IAED;;;;;;OAMG;IACH,MAAa,cAAc;QAA3B;YACE,SAAI,GAAG,mBAAmB,CAAC;YAC3B,SAAI,GAAG,wBAAwB,CAAC;QAGlC,CAAC;KAAA;IALY,iBAAc,iBAK1B,CAAA;IAED;;;;;;OAMG;IACH,MAAa,kBAAkB;QAA/B;YACE,SAAI,GAAG,uBAAuB,CAAC;YAC/B,SAAI,GAAG,4BAA4B,CAAC;QAGtC,CAAC;KAAA;IALY,qBAAkB,qBAK9B,CAAA;AACH,CAAC,EAzDgB,EAAE,KAAF,EAAE,QAyDlB"}
1
+ {"version":3,"file":"EVA.BI.Services.js","sourceRoot":"","sources":["../src/EVA.BI.Services.ts"],"names":[],"mappings":"AAEE,MAAM,KAAW,EAAE,CAyDlB;AAzDD,WAAiB,EAAE;IAEjB;;;;;;OAMG;IACH,MAAa,iBAAiB;QAC5B,IAAI,GAAG,sBAAsB,CAAC;QAC9B,IAAI,GAAG,4BAA4B,CAAC;QACpC,OAAO,CAA4B;QACnC,QAAQ,CAA4B;KACrC;IALY,oBAAiB,oBAK7B,CAAA;IAED;;;;;;OAMG;IACH,MAAa,aAAa;QACxB,IAAI,GAAG,kBAAkB,CAAC;QAC1B,IAAI,GAAG,wBAAwB,CAAC;QAChC,OAAO,CAAwB;QAC/B,QAAQ,CAAgC;KACzC;IALY,gBAAa,gBAKzB,CAAA;IAED;;;;;;OAMG;IACH,MAAa,cAAc;QACzB,IAAI,GAAG,mBAAmB,CAAC;QAC3B,IAAI,GAAG,yBAAyB,CAAC;QACjC,OAAO,CAAyB;QAChC,QAAQ,CAAiC;KAC1C;IALY,iBAAc,iBAK1B,CAAA;IAED;;;;;;OAMG;IACH,MAAa,kBAAkB;QAC7B,IAAI,GAAG,uBAAuB,CAAC;QAC/B,IAAI,GAAG,6BAA6B,CAAC;QACrC,OAAO,CAA6B;QACpC,QAAQ,CAAqC;KAC9C;IALY,qBAAkB,qBAK9B,CAAA;AACH,CAAC,EAzDgB,EAAE,KAAF,EAAE,QAyDlB"}
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@springtree/eva-services-bi",
3
- "version": "1.4.0",
3
+ "version": "2.0.0",
4
4
  "description": "The EVA service repository for EVA.BI",
5
5
  "keywords": [],
6
6
  "author": "SpringTree <info@springtree.nl>",
7
7
  "license": "UNLICENSED",
8
- "main": "lib/eva-services-bi.umd.js",
8
+ "main": "lib/eva-services-bi.js",
9
9
  "directories": {
10
10
  "lib": "lib",
11
11
  "test": "__tests__"
@@ -28,10 +28,11 @@
28
28
  },
29
29
  "homepage": "https://github.com/springtreesolutions/eva-sdk-repo#readme",
30
30
  "typings": "lib/eva-services-bi.d.ts",
31
- "module": "lib/eva-services-bi.es5.js",
31
+ "module": "lib/eva-services-bi.js",
32
+ "type": "module",
32
33
  "private": false,
33
- "peerDependencies": {
34
- "@springtree/eva-services-core": "^1.0.0"
34
+ "dependencies": {
35
+ "@springtree/eva-services-core": "^2.0.0"
35
36
  },
36
- "gitHead": "3e6cd1ee62ee080fb89788cdfcdcfb42a107c058"
37
+ "gitHead": "e5a13ab2e6c139966aa0907cff56676c3b8753dd"
37
38
  }
package/CHANGELOG.md DELETED
@@ -1,185 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # 1.4.0 (2023-02-14)
7
-
8
-
9
- ### Features
10
-
11
- * **services:** update to latest ([8e71591](https://github.com/springtreesolutions/eva-sdk-repo/commit/8e7159150eeb8d43980a6cfb47d225fce5d745a4))
12
-
13
-
14
-
15
-
16
-
17
- # 1.3.0 (2021-11-26)
18
-
19
-
20
- ### Features
21
-
22
- * **typings:** update to latest ([ea0a930](https://github.com/springtreesolutions/eva-sdk-repo/commit/ea0a930452790bd1ff569072c0916dbac217e2f3))
23
-
24
-
25
-
26
-
27
-
28
- ## 1.2.3 (2021-08-03)
29
-
30
- **Note:** Version bump only for package @springtree/eva-services-bi
31
-
32
-
33
-
34
-
35
-
36
- ## 1.2.2 (2021-03-08)
37
-
38
- **Note:** Version bump only for package @springtree/eva-services-bi
39
-
40
-
41
-
42
-
43
-
44
- ## 1.2.1 (2021-02-22)
45
-
46
- **Note:** Version bump only for package @springtree/eva-services-bi
47
-
48
-
49
-
50
-
51
-
52
- # 1.2.0 (2021-02-22)
53
-
54
-
55
- ### Features
56
-
57
- * **sdk-react:** add wish list state ([99d567f](https://github.com/springtreesolutions/eva-sdk-repo/commit/99d567f5af7b2bd8a1ea3e3a4bf8700ae0ef8d87))
58
-
59
-
60
-
61
-
62
-
63
- ## 1.1.10 (2021-02-22)
64
-
65
- **Note:** Version bump only for package @springtree/eva-services-bi
66
-
67
-
68
-
69
-
70
-
71
- ## 1.1.9 (2021-02-22)
72
-
73
- **Note:** Version bump only for package @springtree/eva-services-bi
74
-
75
-
76
-
77
-
78
-
79
- ## 1.1.8 (2021-02-19)
80
-
81
- **Note:** Version bump only for package @springtree/eva-services-bi
82
-
83
-
84
-
85
-
86
-
87
- ## 1.1.7 (2021-02-19)
88
-
89
- **Note:** Version bump only for package @springtree/eva-services-bi
90
-
91
-
92
-
93
-
94
-
95
- ## 1.1.6 (2021-02-19)
96
-
97
- **Note:** Version bump only for package @springtree/eva-services-bi
98
-
99
-
100
-
101
-
102
-
103
- ## 1.1.5 (2021-02-19)
104
-
105
- **Note:** Version bump only for package @springtree/eva-services-bi
106
-
107
-
108
-
109
-
110
-
111
- ## 1.1.4 (2021-02-19)
112
-
113
- **Note:** Version bump only for package @springtree/eva-services-bi
114
-
115
-
116
-
117
-
118
-
119
- ## 1.1.3 (2021-02-19)
120
-
121
- **Note:** Version bump only for package @springtree/eva-services-bi
122
-
123
-
124
-
125
-
126
-
127
- ## 1.1.2 (2021-02-19)
128
-
129
- **Note:** Version bump only for package @springtree/eva-services-bi
130
-
131
-
132
-
133
-
134
-
135
- ## [1.1.1](https://github.com/springtreesolutions/eva-sdk-repo/compare/@springtree/eva-services-bi@1.1.0...@springtree/eva-services-bi@1.1.1) (2020-06-15)
136
-
137
-
138
- ### Bug Fixes
139
-
140
- * **typings:** update to latest ([7dc3bfc](https://github.com/springtreesolutions/eva-sdk-repo/commit/7dc3bfca49419c45b426d8dd8a7e0c807af831d3))
141
-
142
-
143
-
144
-
145
-
146
- # 1.1.0 (2020-04-30)
147
-
148
-
149
- ### Features
150
-
151
- * **service:** add setting and option to set station ID header ([8f0a683](https://github.com/springtreesolutions/eva-sdk-repo/commit/8f0a683cb323be16b9dc696a35eac295ff1b3fc1))
152
- * **typings:** update to latest ([a767432](https://github.com/springtreesolutions/eva-sdk-repo/commit/a7674325001f8979135838e1a08c8c69ab15bf48))
153
-
154
-
155
-
156
-
157
-
158
- ## [1.0.2](https://github.com/springtreesolutions/eva-sdk-repo/compare/@springtree/eva-services-bi@1.0.1...@springtree/eva-services-bi@1.0.2) (2019-12-20)
159
-
160
- **Note:** Version bump only for package @springtree/eva-services-bi
161
-
162
-
163
-
164
-
165
-
166
- ## [1.0.1](https://github.com/springtreesolutions/eva-sdk-repo/compare/@springtree/eva-services-bi@1.0.0...@springtree/eva-services-bi@1.0.1) (2019-09-20)
167
-
168
- **Note:** Version bump only for package @springtree/eva-services-bi
169
-
170
-
171
-
172
-
173
-
174
- # 1.0.0 (2019-09-20)
175
-
176
-
177
- ### Bug Fixes
178
-
179
- * **npm:** public package scope ([f223f30](https://github.com/springtreesolutions/eva-sdk-repo/commit/f223f30))
180
- * **npm:** setup inter package peer dependencies ([eef5fa9](https://github.com/springtreesolutions/eva-sdk-repo/commit/eef5fa9))
181
-
182
-
183
- ### Features
184
-
185
- * **service-repository:** add EVA.BI ([566b943](https://github.com/springtreesolutions/eva-sdk-repo/commit/566b943))
@@ -1,62 +0,0 @@
1
- var BI;
2
- (function (BI) {
3
- /**
4
- * Returns data that can be displayed as graphs in the frontend. This data is provided by an external system. When no external system is configured, mockdata will be returned.
5
- *
6
- * @export
7
- * @class GetCustomerCharts
8
- * @implements {EvaService}
9
- */
10
- class GetCustomerCharts {
11
- constructor() {
12
- this.name = 'BI:GetCustomerCharts';
13
- this.path = '/api/bi/GetCustomerCharts';
14
- }
15
- }
16
- BI.GetCustomerCharts = GetCustomerCharts;
17
- /**
18
- * TODO: Needs documentation
19
- *
20
- * @export
21
- * @class GetDailyStats
22
- * @implements {EvaService}
23
- */
24
- class GetDailyStats {
25
- constructor() {
26
- this.name = 'BI:GetDailyStats';
27
- this.path = '/api/bi/GetDailyStats';
28
- }
29
- }
30
- BI.GetDailyStats = GetDailyStats;
31
- /**
32
- * TODO: Needs documentation
33
- *
34
- * @export
35
- * @class GetOrderCounts
36
- * @implements {EvaService}
37
- */
38
- class GetOrderCounts {
39
- constructor() {
40
- this.name = 'BI:GetOrderCounts';
41
- this.path = '/api/bi/GetOrderCounts';
42
- }
43
- }
44
- BI.GetOrderCounts = GetOrderCounts;
45
- /**
46
- * TODO: Needs documentation
47
- *
48
- * @export
49
- * @class GetPopularProducts
50
- * @implements {EvaService}
51
- */
52
- class GetPopularProducts {
53
- constructor() {
54
- this.name = 'BI:GetPopularProducts';
55
- this.path = '/api/bi/GetPopularProducts';
56
- }
57
- }
58
- BI.GetPopularProducts = GetPopularProducts;
59
- })(BI || (BI = {}));
60
-
61
- export { BI };
62
- //# sourceMappingURL=eva-services-bi.es5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"eva-services-bi.es5.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,70 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
- typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.evaServicesBi = {}));
5
- })(this, (function (exports) { 'use strict';
6
-
7
- exports.BI = void 0;
8
- (function (BI) {
9
- /**
10
- * Returns data that can be displayed as graphs in the frontend. This data is provided by an external system. When no external system is configured, mockdata will be returned.
11
- *
12
- * @export
13
- * @class GetCustomerCharts
14
- * @implements {EvaService}
15
- */
16
- class GetCustomerCharts {
17
- constructor() {
18
- this.name = 'BI:GetCustomerCharts';
19
- this.path = '/api/bi/GetCustomerCharts';
20
- }
21
- }
22
- BI.GetCustomerCharts = GetCustomerCharts;
23
- /**
24
- * TODO: Needs documentation
25
- *
26
- * @export
27
- * @class GetDailyStats
28
- * @implements {EvaService}
29
- */
30
- class GetDailyStats {
31
- constructor() {
32
- this.name = 'BI:GetDailyStats';
33
- this.path = '/api/bi/GetDailyStats';
34
- }
35
- }
36
- BI.GetDailyStats = GetDailyStats;
37
- /**
38
- * TODO: Needs documentation
39
- *
40
- * @export
41
- * @class GetOrderCounts
42
- * @implements {EvaService}
43
- */
44
- class GetOrderCounts {
45
- constructor() {
46
- this.name = 'BI:GetOrderCounts';
47
- this.path = '/api/bi/GetOrderCounts';
48
- }
49
- }
50
- BI.GetOrderCounts = GetOrderCounts;
51
- /**
52
- * TODO: Needs documentation
53
- *
54
- * @export
55
- * @class GetPopularProducts
56
- * @implements {EvaService}
57
- */
58
- class GetPopularProducts {
59
- constructor() {
60
- this.name = 'BI:GetPopularProducts';
61
- this.path = '/api/bi/GetPopularProducts';
62
- }
63
- }
64
- BI.GetPopularProducts = GetPopularProducts;
65
- })(exports.BI || (exports.BI = {}));
66
-
67
- Object.defineProperty(exports, '__esModule', { value: true });
68
-
69
- }));
70
- //# sourceMappingURL=eva-services-bi.umd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"eva-services-bi.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}