@springtree/eva-services-bi 1.5.0 → 2.0.1
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/lib/EVA.BI.Services.js
CHANGED
|
@@ -8,10 +8,10 @@ export var BI;
|
|
|
8
8
|
* @implements {EvaService}
|
|
9
9
|
*/
|
|
10
10
|
class GetCustomerCharts {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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
|
-
|
|
54
|
-
|
|
55
|
-
|
|
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;
|
|
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": "
|
|
3
|
+
"version": "2.0.1",
|
|
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.
|
|
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.
|
|
31
|
+
"module": "lib/eva-services-bi.js",
|
|
32
|
+
"type": "module",
|
|
32
33
|
"private": false,
|
|
33
|
-
"
|
|
34
|
-
"@springtree/eva-services-core": "^
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@springtree/eva-services-core": "^2.0.1"
|
|
35
36
|
},
|
|
36
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "367bb3b4f892af1d2bcf28f9c3b8bb0a9a66015d"
|
|
37
38
|
}
|
|
@@ -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 = '/message/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 = '/message/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 = '/message/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 = '/message/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 = '/message/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 = '/message/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 = '/message/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 = '/message/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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|