@bringg/dashboard-sdk 0.4.72 → 0.4.76
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/dist/Alerts/Alerts.consts.d.ts +11 -0
- package/dist/Alerts/Alerts.consts.js +20 -0
- package/dist/Alerts/Alerts.consts.js.map +1 -0
- package/dist/Alerts/AlertsApi.d.ts +12 -0
- package/dist/Alerts/AlertsApi.js +29 -0
- package/dist/Alerts/AlertsApi.js.map +1 -0
- package/dist/Alerts/Entity/AlertsEntity.d.ts +11 -0
- package/dist/Alerts/Entity/AlertsEntity.js +127 -0
- package/dist/Alerts/Entity/AlertsEntity.js.map +1 -0
- package/dist/AnalyticsReports/AnalyticsReportsApi.d.ts +4 -2
- package/dist/AnalyticsReports/AnalyticsReportsApi.js +11 -5
- package/dist/AnalyticsReports/AnalyticsReportsApi.js.map +1 -1
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.d.ts +7 -4
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js +44 -18
- package/dist/AnalyticsReports/Entity/AnalyticsReportsEntity.js.map +1 -1
- package/dist/BringgDashboardSDK.d.ts +2 -0
- package/dist/BringgDashboardSDK.js +2 -0
- package/dist/BringgDashboardSDK.js.map +1 -1
- package/dist/Core/StoreEntity.d.ts +1 -1
- package/dist/Core/StoreEntity.js +2 -0
- package/dist/Core/StoreEntity.js.map +1 -1
- package/dist/Services/ServiceRequest.js +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +878 -554
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +77 -12
- package/dist/bringg-dashboard-sdk.min.js +3 -3
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/dist/stats.json +3043 -2335
- package/dist/utils/consts/keyset-pagination.consts.js +2 -0
- package/dist/utils/consts/keyset-pagination.consts.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.KEYSET_PAGINATION_VER = exports.KeysetPaginationPageAction = void 0;
|
|
4
|
+
// Warning! Those are moved to @bringg/types/keyset_pagination
|
|
5
|
+
// and potentially will be removed from here
|
|
4
6
|
var KeysetPaginationPageAction;
|
|
5
7
|
(function (KeysetPaginationPageAction) {
|
|
6
8
|
KeysetPaginationPageAction["NEXT"] = "next";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyset-pagination.consts.js","sourceRoot":"","sources":["../../../src/utils/consts/keyset-pagination.consts.ts"],"names":[],"mappings":";;;AAAA,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACrC,2CAAa,CAAA;IACb,mDAAqB,CAAA;AACtB,CAAC,EAHW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAGrC;AAcY,QAAA,qBAAqB,GAAG,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"keyset-pagination.consts.js","sourceRoot":"","sources":["../../../src/utils/consts/keyset-pagination.consts.ts"],"names":[],"mappings":";;;AAAA,8DAA8D;AAC9D,4CAA4C;AAC5C,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACrC,2CAAa,CAAA;IACb,mDAAqB,CAAA;AACtB,CAAC,EAHW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAGrC;AAcY,QAAA,qBAAqB,GAAG,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bringg/dashboard-sdk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.76",
|
|
4
4
|
"description": "Bringg dashboard SDK",
|
|
5
5
|
"main": "dist/bringg-dashboard-sdk.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@bringg/prettier-config": "^1.1.0",
|
|
57
|
-
"@bringg/types": "^3.
|
|
57
|
+
"@bringg/types": "^3.13.3",
|
|
58
58
|
"@types/faker": "^4.1.5",
|
|
59
59
|
"@types/jest": "^24.0.13",
|
|
60
60
|
"@types/lodash": "^4.14.133",
|