@fonoster/common 0.8.45 → 0.8.49

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.
@@ -6,3 +6,6 @@ export declare const CALL_DETAIL_RECORD_MEASUREMENT = "cdr";
6
6
  export declare const INFLUXDB_CALLS_BUCKET = "calls";
7
7
  export declare const APP_REF_HEADER = "x-app-ref";
8
8
  export declare const ROUTR_DEFAULT_PEER_AOR = "sip:voice@default";
9
+ export declare const AUTOPILOT_SPECIAL_LOCAL_ADDRESS = "autopilot.fonoster.local";
10
+ export declare const AUTOPILOT_INTERNAL_ADDRESS = "autopilot:50061";
11
+ export declare const WELCOME_DEMO_SPECIAL_LOCAL_ADDRESS = "welcome.demo.fonoster.local";
package/dist/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ROUTR_DEFAULT_PEER_AOR = exports.APP_REF_HEADER = exports.INFLUXDB_CALLS_BUCKET = exports.CALL_DETAIL_RECORD_MEASUREMENT = exports.STASIS_APP_NAME = exports.GRPC_SERVING_STATUS = exports.GRPC_NOT_SERVING_STATUS = void 0;
3
+ exports.WELCOME_DEMO_SPECIAL_LOCAL_ADDRESS = exports.AUTOPILOT_INTERNAL_ADDRESS = exports.AUTOPILOT_SPECIAL_LOCAL_ADDRESS = exports.ROUTR_DEFAULT_PEER_AOR = exports.APP_REF_HEADER = exports.INFLUXDB_CALLS_BUCKET = exports.CALL_DETAIL_RECORD_MEASUREMENT = exports.STASIS_APP_NAME = exports.GRPC_SERVING_STATUS = exports.GRPC_NOT_SERVING_STATUS = void 0;
4
4
  exports.GRPC_NOT_SERVING_STATUS = "NOT_SERVING";
5
5
  exports.GRPC_SERVING_STATUS = "SERVING";
6
6
  exports.STASIS_APP_NAME = "mediacontroller";
@@ -8,3 +8,6 @@ exports.CALL_DETAIL_RECORD_MEASUREMENT = "cdr";
8
8
  exports.INFLUXDB_CALLS_BUCKET = "calls";
9
9
  exports.APP_REF_HEADER = "x-app-ref";
10
10
  exports.ROUTR_DEFAULT_PEER_AOR = "sip:voice@default";
11
+ exports.AUTOPILOT_SPECIAL_LOCAL_ADDRESS = "autopilot.fonoster.local";
12
+ exports.AUTOPILOT_INTERNAL_ADDRESS = "autopilot:50061";
13
+ exports.WELCOME_DEMO_SPECIAL_LOCAL_ADDRESS = "welcome.demo.fonoster.local";
@@ -1,20 +1,2 @@
1
1
  "use strict";
2
- /*
3
- * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
4
- * http://github.com/fonoster/fonoster
5
- *
6
- * This file is part of Fonoster
7
- *
8
- * Licensed under the MIT License (the "License");
9
- * you may not use this file except in compliance with
10
- * the License. You may obtain a copy of the License at
11
- *
12
- * https://opensource.org/licenses/MIT
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- */
20
2
  Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/common",
3
- "version": "0.8.45",
3
+ "version": "0.8.49",
4
4
  "description": "Common library for Fonoster projects",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -18,7 +18,7 @@
18
18
  "clean": "rimraf ./dist node_modules tsconfig.tsbuildinfo"
19
19
  },
20
20
  "dependencies": {
21
- "@fonoster/logger": "^0.8.45",
21
+ "@fonoster/logger": "^0.8.47",
22
22
  "@grpc/grpc-js": "~1.10.6",
23
23
  "@grpc/proto-loader": "^0.7.12",
24
24
  "@influxdata/influxdb-client": "^1.35.0",
@@ -48,5 +48,5 @@
48
48
  "devDependencies": {
49
49
  "@types/nodemailer": "^6.4.14"
50
50
  },
51
- "gitHead": "5aabc6054bebd038f165d8614a2fd843dafdc1bb"
51
+ "gitHead": "d4aa82f7926c0f451d2f580c59ab812c74a7f579"
52
52
  }