@bringg/dashboard-sdk 0.16.1 → 0.16.2
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/Rates/types.d.ts +3 -3
- package/dist/Services/ServiceRequest.js +1 -1
- package/dist/bringg-dashboard-sdk-cjs2.js +5 -9
- package/dist/bringg-dashboard-sdk-cjs2.js.map +1 -1
- package/dist/bringg-dashboard-sdk.js +5 -5
- package/dist/bringg-dashboard-sdk.min.js +2 -2
- package/dist/bringg-dashboard-sdk.min.js.map +1 -1
- package/package.json +2 -2
package/dist/Rates/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RateCardTermModel } from '@bringg/types';
|
|
2
2
|
export interface GetRatesParams {
|
|
3
|
-
entityType:
|
|
4
|
-
entityId:
|
|
3
|
+
entityType: RateCardTermModel['entity_type'];
|
|
4
|
+
entityId: RateCardTermModel['entity_id'];
|
|
5
5
|
}
|
|
@@ -52,7 +52,7 @@ var axios_1 = require("axios");
|
|
|
52
52
|
var Logger_1 = require("../Core/Logger");
|
|
53
53
|
var lodash_1 = require("lodash");
|
|
54
54
|
var BringgException_1 = require("../Core/BringgException");
|
|
55
|
-
var version = '0.16.
|
|
55
|
+
var version = '0.16.2';
|
|
56
56
|
function logErrorResponse(response) {
|
|
57
57
|
var data = response.data, status = response.status;
|
|
58
58
|
try {
|
|
@@ -30495,7 +30495,7 @@ var axios_1 = __webpack_require__(147);
|
|
|
30495
30495
|
var Logger_1 = __webpack_require__(39);
|
|
30496
30496
|
var lodash_1 = __webpack_require__(11);
|
|
30497
30497
|
var BringgException_1 = __webpack_require__(15);
|
|
30498
|
-
var version = '0.16.
|
|
30498
|
+
var version = '0.16.2';
|
|
30499
30499
|
function logErrorResponse(response) {
|
|
30500
30500
|
var data = response.data, status = response.status;
|
|
30501
30501
|
try {
|
|
@@ -44167,6 +44167,7 @@ var ActionType;
|
|
|
44167
44167
|
ActionType[ActionType["INTERNAL_SMS"] = 1] = "INTERNAL_SMS";
|
|
44168
44168
|
ActionType[ActionType["INTERNAL_EMAIL"] = 2] = "INTERNAL_EMAIL";
|
|
44169
44169
|
ActionType[ActionType["WEBHOOK"] = 3] = "WEBHOOK";
|
|
44170
|
+
ActionType[ActionType["ENTITY_UPDATE"] = 4] = "ENTITY_UPDATE";
|
|
44170
44171
|
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
44171
44172
|
//# sourceMappingURL=action.js.map
|
|
44172
44173
|
|
|
@@ -45712,13 +45713,6 @@ __exportStar(__webpack_require__(294), exports);
|
|
|
45712
45713
|
"use strict";
|
|
45713
45714
|
|
|
45714
45715
|
exports.__esModule = true;
|
|
45715
|
-
exports.AnalyticsUserRole = void 0;
|
|
45716
|
-
var AnalyticsUserRole;
|
|
45717
|
-
(function (AnalyticsUserRole) {
|
|
45718
|
-
AnalyticsUserRole["Dispatcher"] = "dispatcher";
|
|
45719
|
-
AnalyticsUserRole["Partner"] = "partner";
|
|
45720
|
-
AnalyticsUserRole["Admin"] = "admin";
|
|
45721
|
-
})(AnalyticsUserRole = exports.AnalyticsUserRole || (exports.AnalyticsUserRole = {}));
|
|
45722
45716
|
//# sourceMappingURL=dashboards.js.map
|
|
45723
45717
|
|
|
45724
45718
|
/***/ }),
|
|
@@ -45848,6 +45842,7 @@ var UnitType;
|
|
|
45848
45842
|
UnitType[UnitType["Distance"] = 1] = "Distance";
|
|
45849
45843
|
UnitType[UnitType["Money"] = 2] = "Money";
|
|
45850
45844
|
UnitType[UnitType["Number"] = 3] = "Number";
|
|
45845
|
+
UnitType[UnitType["Time"] = 4] = "Time";
|
|
45851
45846
|
})(UnitType = exports.UnitType || (exports.UnitType = {}));
|
|
45852
45847
|
var WidgetType;
|
|
45853
45848
|
(function (WidgetType) {
|
|
@@ -45866,7 +45861,7 @@ var WidgetTypeFamily;
|
|
|
45866
45861
|
exports.WidgetTypeFamilyToTypesMap = (_a = {},
|
|
45867
45862
|
_a[WidgetTypeFamily.Number] = [WidgetType.Number],
|
|
45868
45863
|
_a[WidgetTypeFamily.Line] = [WidgetType.LineChart, WidgetType.BarChart],
|
|
45869
|
-
_a[WidgetTypeFamily.Pie] = [WidgetType.
|
|
45864
|
+
_a[WidgetTypeFamily.Pie] = [WidgetType.DonutChart, WidgetType.PieChart],
|
|
45870
45865
|
_a);
|
|
45871
45866
|
//# sourceMappingURL=widgets.js.map
|
|
45872
45867
|
|
|
@@ -46839,6 +46834,7 @@ var UpdateTaskFieldIdentifier;
|
|
|
46839
46834
|
UpdateTaskFieldIdentifier["TAG"] = "tag";
|
|
46840
46835
|
UpdateTaskFieldIdentifier["SERVICE_PLAN"] = "service_plan";
|
|
46841
46836
|
UpdateTaskFieldIdentifier["READY_TO_EXECUTE"] = "ready_to_execute";
|
|
46837
|
+
UpdateTaskFieldIdentifier["REQUIRED_SKILLS"] = "required_skills";
|
|
46842
46838
|
})(UpdateTaskFieldIdentifier = exports.UpdateTaskFieldIdentifier || (exports.UpdateTaskFieldIdentifier = {}));
|
|
46843
46839
|
//# sourceMappingURL=update_entity_types.js.map
|
|
46844
46840
|
|