@sipgate/integration-bridge 0.13.33 → 0.13.34
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,3 +1,5 @@
|
|
|
1
1
|
export declare enum IntegrationErrorType {
|
|
2
|
-
INTEGRATION_REFRESH_ERROR = "integration/refresh-error"
|
|
2
|
+
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
|
|
3
|
+
CONTACT_CREATE_ERROR_CONFLICT = "contact/create-error/conflict"
|
|
3
4
|
}
|
|
5
|
+
export declare const DELEGATE_TO_FRONTEND_CODE = 452;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IntegrationErrorType = void 0;
|
|
3
|
+
exports.DELEGATE_TO_FRONTEND_CODE = exports.IntegrationErrorType = void 0;
|
|
4
4
|
var IntegrationErrorType;
|
|
5
5
|
(function (IntegrationErrorType) {
|
|
6
6
|
IntegrationErrorType["INTEGRATION_REFRESH_ERROR"] = "integration/refresh-error";
|
|
7
|
+
IntegrationErrorType["CONTACT_CREATE_ERROR_CONFLICT"] = "contact/create-error/conflict";
|
|
7
8
|
})(IntegrationErrorType = exports.IntegrationErrorType || (exports.IntegrationErrorType = {}));
|
|
9
|
+
exports.DELEGATE_TO_FRONTEND_CODE = 452;
|
|
8
10
|
//# sourceMappingURL=integration-error.model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration-error.model.js","sourceRoot":"","sources":["../../src/models/integration-error.model.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"integration-error.model.js","sourceRoot":"","sources":["../../src/models/integration-error.model.ts"],"names":[],"mappings":";;;AAAA,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,+EAAuD,CAAA;IACvD,uFAA+D,CAAA;AACjE,CAAC,EAHW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAG/B;AAEY,QAAA,yBAAyB,GAAG,GAAG,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sipgate/integration-bridge",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.34",
|
|
4
4
|
"description": "sipgate Integration Bridge Framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"@types/express": "4.17.17",
|
|
63
63
|
"@types/jest": "^29.4.0",
|
|
64
64
|
"@types/lru-cache": "7.10.9",
|
|
65
|
-
"@types/node": "18.15.
|
|
65
|
+
"@types/node": "18.15.11",
|
|
66
66
|
"@types/redis": "4.0.10",
|
|
67
67
|
"husky": "8.0.3",
|
|
68
68
|
"jest": "^29.4.0",
|
|
69
|
-
"lint-staged": "13.2.
|
|
69
|
+
"lint-staged": "13.2.1",
|
|
70
70
|
"node-mocks-http": "1.12.2",
|
|
71
71
|
"prettier": "2.8.7",
|
|
72
72
|
"rimraf": "3.0.2",
|