@fonoster/apiserver 0.8.30 → 0.8.31

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.
Files changed (93) hide show
  1. package/dist/applications/buildService.js +1 -1
  2. package/dist/applications/createCreateApplication.js +1 -1
  3. package/dist/applications/createDeleteApplication.js +1 -1
  4. package/dist/applications/createGetApplication.js +1 -1
  5. package/dist/applications/createListApplications.js +1 -1
  6. package/dist/applications/createUpdateApplication.js +1 -1
  7. package/dist/applications/index.js +1 -1
  8. package/dist/applications/utils/applicationWithEncodedStruct.js +1 -1
  9. package/dist/applications/validation/assistantWithoutApiKeySchema.js +1 -1
  10. package/dist/applications/validation/createValidationSchema.js +1 -1
  11. package/dist/applications/validation/speechValidators.js +1 -1
  12. package/dist/calls/buildService.js +1 -1
  13. package/dist/calls/createCall.js +1 -1
  14. package/dist/calls/createCallPublisher.js +1 -1
  15. package/dist/calls/createFetchCalls.js +1 -1
  16. package/dist/calls/createFetchSingleCall.js +1 -1
  17. package/dist/calls/createTrackCall.js +1 -1
  18. package/dist/calls/getCall.js +1 -1
  19. package/dist/calls/index.js +1 -1
  20. package/dist/calls/influxdb.js +1 -1
  21. package/dist/calls/listCalls.js +1 -1
  22. package/dist/calls/runCallManager.js +1 -1
  23. package/dist/core/allowList.js +1 -1
  24. package/dist/core/db.js +1 -1
  25. package/dist/core/identityConfig.js +1 -1
  26. package/dist/core/loadServices.js +1 -1
  27. package/dist/core/notFoundError.js +1 -1
  28. package/dist/core/removeSwaggerNotice.js +1 -1
  29. package/dist/core/routrConfig.js +1 -1
  30. package/dist/core/runServices.js +1 -1
  31. package/dist/core/seed.js +1 -1
  32. package/dist/core/services.js +1 -1
  33. package/dist/core/upsertDefaultPeer.js +1 -1
  34. package/dist/envs.js +1 -1
  35. package/dist/events/createInfluxDbPub.js +1 -1
  36. package/dist/events/mapCallDirectionToEnum.js +1 -1
  37. package/dist/events/nats.js +1 -1
  38. package/dist/events/transformEvent.js +1 -1
  39. package/dist/events/types.js +1 -1
  40. package/dist/index.js +1 -1
  41. package/dist/secrets/buildService.js +1 -1
  42. package/dist/secrets/createGetFnUtil.js +1 -1
  43. package/dist/secrets/createSecret.js +1 -1
  44. package/dist/secrets/deleteSecret.js +1 -1
  45. package/dist/secrets/getSecret.js +1 -1
  46. package/dist/secrets/index.js +1 -1
  47. package/dist/secrets/listSecrets.js +1 -1
  48. package/dist/secrets/updateSecret.js +1 -1
  49. package/dist/utils/createCheckNumberPreconditions.js +1 -1
  50. package/dist/utils/createHandleDialEventsWithVoiceClient.js +1 -1
  51. package/dist/utils/index.js +1 -1
  52. package/dist/utils/mapDialStatus.js +1 -1
  53. package/dist/utils/withErrorHandlingAndValidationAndAccess.js +1 -1
  54. package/dist/voice/VoiceClientImpl.js +1 -1
  55. package/dist/voice/VoiceDispatcher.js +1 -1
  56. package/dist/voice/connectToAri.js +1 -1
  57. package/dist/voice/createCreateVoiceClient.js +1 -1
  58. package/dist/voice/errors/MethodNotImplementedError.js +1 -1
  59. package/dist/voice/errors/index.js +1 -1
  60. package/dist/voice/handlers/createPlaybackControlHandler.js +1 -1
  61. package/dist/voice/handlers/createRecordHandler.js +1 -1
  62. package/dist/voice/handlers/createStreamGatherHandler.js +1 -1
  63. package/dist/voice/handlers/createStreamHandler.js +1 -1
  64. package/dist/voice/handlers/dial/createDialHandler.js +1 -1
  65. package/dist/voice/handlers/dial/handleStasisStart.js +1 -1
  66. package/dist/voice/handlers/dial/index.js +1 -1
  67. package/dist/voice/handlers/dial/recordChannel.js +1 -1
  68. package/dist/voice/handlers/gather/createGatherHandler.js +1 -1
  69. package/dist/voice/handlers/index.js +1 -1
  70. package/dist/voice/handlers/utils/awaitForRecordingFinished.js +1 -1
  71. package/dist/voice/handlers/utils/index.js +1 -1
  72. package/dist/voice/handlers/utils/isDtmf.js +1 -1
  73. package/dist/voice/handlers/utils/textChunksByClause.js +1 -1
  74. package/dist/voice/handlers/utils/textChunksByFirstNaturalPause.js +1 -1
  75. package/dist/voice/integrations/ApplicationNotFoundError.js +1 -1
  76. package/dist/voice/integrations/createCreateContainer.js +1 -1
  77. package/dist/voice/integrations/getSttConfig.js +1 -1
  78. package/dist/voice/integrations/index.js +1 -1
  79. package/dist/voice/stt/Deepgram.js +1 -1
  80. package/dist/voice/stt/SpeechToTextFactory.js +1 -1
  81. package/dist/voice/tts/Azure.js +1 -1
  82. package/dist/voice/tts/Deepgram.js +1 -1
  83. package/dist/voice/tts/ElevenLabs.js +1 -1
  84. package/dist/voice/tts/Google.js +1 -1
  85. package/dist/voice/tts/TextToSpeechFactory.js +1 -1
  86. package/dist/voice/tts/isSsml.js +1 -1
  87. package/dist/voice/tts/streamToBuffer.js +1 -1
  88. package/dist/voice/types/ari.js +1 -1
  89. package/dist/voice/types/index.js +1 -1
  90. package/dist/voice/utils/VoiceServiceClientConstructor.js +1 -1
  91. package/dist/voice/utils/createExternalMediaConfig.js +1 -1
  92. package/dist/voice/utils/index.js +1 -1
  93. package/package.json +8 -8
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.buildService = buildService;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createCreateApplication = createCreateApplication;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createDeleteApplication = createDeleteApplication;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createGetApplication = createGetApplication;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createListApplications = createListApplications;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createUpdateApplication = createUpdateApplication;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.buildApplicationsService = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.applicationWithEncodedStruct = applicationWithEncodedStruct;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.assistantWithoutApiKeySchema = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createValidationSchema = createValidationSchema;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.speechValidators = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.buildService = buildService;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createCall = createCall;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createCallPublisher = createCallPublisher;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createFetchCalls = createFetchCalls;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createFetchSingleCall = createFetchSingleCall;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createTrackCall = createTrackCall;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.getCall = getCall;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.buildCallsService = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.influxdb = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.listCalls = listCalls;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.createCreateCallSubscriber = createCreateCallSubscriber;
16
16
  /*
17
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
17
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
18
18
  * http://github.com/fonoster/fonoster
19
19
  *
20
20
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.allowList = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
package/dist/core/db.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.prisma = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.identityConfig = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  /*
13
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
13
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
14
14
  * http://github.com/fonoster/fonoster
15
15
  *
16
16
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.notFoundError = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.routrConfig = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -46,7 +46,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
46
46
  };
47
47
  Object.defineProperty(exports, "__esModule", { value: true });
48
48
  /*
49
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
49
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
50
50
  * http://github.com/fonoster/fonoster
51
51
  *
52
52
  * This file is part of Fonoster
package/dist/core/seed.js CHANGED
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  /*
13
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
13
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
14
14
  * http://github.com/fonoster/fonoster
15
15
  *
16
16
  * This file is part of Fonoster
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  /*
4
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
4
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
5
5
  * http://github.com/fonoster/fonoster
6
6
  *
7
7
  * This file is part of Fonoster
@@ -15,7 +15,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.upsertDefaultPeer = upsertDefaultPeer;
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
package/dist/envs.js CHANGED
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.SMTP_SECURE = exports.SMTP_PORT = exports.SMTP_HOST = exports.SMTP_AUTH_USER = exports.SMTP_AUTH_PASS = exports.ROUTR_DEFAULT_PEER_USERNAME = exports.ROUTR_DEFAULT_PEER_PASSWORD = exports.ROUTR_DEFAULT_PEER_NAME = exports.ROUTR_DEFAULT_PEER_AOR = exports.ROUTR_API_ENDPOINT = exports.OWNER_PASSWORD = exports.OWNER_NAME = exports.OWNER_EMAIL = exports.NATS_URL = exports.INTEGRATIONS_FILE = exports.INFLUXDB_USERNAME = exports.INFLUXDB_URL = exports.INFLUXDB_TOKEN = exports.INFLUXDB_PASSWORD = exports.INFLUXDB_ORG = exports.AUTHZ_SERVICE_METHODS = exports.AUTHZ_SERVICE_PORT = exports.AUTHZ_SERVICE_HOST = exports.AUTHZ_SERVICE_ENABLED = exports.IDENTITY_WORKSPACE_INVITATION_FAIL_URL = exports.IDENTITY_REFRESH_TOKEN_EXPIRES_IN = exports.IDENTITY_PUBLIC_KEY = exports.IDENTITY_PRIVATE_KEY = exports.IDENTITY_OAUTH2_GITHUB_CLIENT_SECRET = exports.IDENTITY_OAUTH2_GITHUB_CLIENT_ID = exports.IDENTITY_OAUTH2_GITHUB_ENABLED = exports.IDENTITY_USER_VERIFICATION_REQUIRED = exports.IDENTITY_ISSUER = exports.IDENTITY_ID_TOKEN_EXPIRES_IN = exports.IDENTITY_AUDIENCE = exports.IDENTITY_ACCESS_TOKEN_EXPIRES_IN = exports.HTTP_BRIDGE_PORT = exports.DEFAULT_NATS_QUEUE_GROUP = exports.CLOAK_ENCRYPTION_KEY = exports.CALLS_TRACK_CALL_SUBJECT = exports.CALLS_CREATE_SUBJECT = exports.ASTERISK_TRUNK = exports.ASTERISK_SYSTEM_DOMAIN = exports.ASTERISK_ARI_USERNAME = exports.ASTERISK_ARI_SECRET = exports.ASTERISK_ARI_PROXY_URL = exports.APP_URL = exports.APISERVER_AUTOPILOT_ENDPOINT = exports.APISERVER_HOST = exports.APISERVER_BIND_ADDR = void 0;
8
8
  exports.TWILIO_PHONE_NUMBER = exports.TWILIO_AUTH_TOKEN = exports.TWILIO_ACCOUNT_SID = exports.TEMPLATES_DIR = exports.SMTP_SENDER = void 0;
9
9
  /*
10
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
10
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
11
11
  * http://github.com/fonoster/fonoster
12
12
  *
13
13
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createInfluxDbPub = createInfluxDbPub;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mapCallDirectionToEnum = mapCallDirectionToEnum;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -18,7 +18,7 @@ var __asyncValues = (this && this.__asyncValues) || function (o) {
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
19
  exports.watchNats = watchNats;
20
20
  /*
21
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
21
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
22
22
  * http://github.com/fonoster/fonoster
23
23
  *
24
24
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.transformEvent = transformEvent;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
3
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
4
4
  * http://github.com/fonoster/fonoster
5
5
  *
6
6
  * This file is part of Fonoster
package/dist/index.js CHANGED
@@ -47,7 +47,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
47
47
  };
48
48
  Object.defineProperty(exports, "__esModule", { value: true });
49
49
  /*
50
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
50
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
51
51
  * http://github.com/fonoster/fonoster
52
52
  *
53
53
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.buildService = buildService;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createGetFnUtil = createGetFnUtil;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createSecret = createSecret;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.deleteSecret = deleteSecret;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.getSecret = getSecret;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.buildSecretsService = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.listSecrets = listSecrets;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.updateSecret = updateSecret;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createCheckNumberPreconditions = createCheckNumberPreconditions;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createHandleDialEventsWithVoiceClient = createHandleDialEventsWithVoiceClient;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mapDialStatus = mapDialStatus;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.withErrorHandlingAndValidationAndAccess = withErrorHandlingAndValidationAndAccess;
4
4
  /* eslint-disable @typescript-eslint/ban-types */
5
5
  /*
6
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
6
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
7
7
  * http://github.com/fonoster/fonoster
8
8
  *
9
9
  * This file is part of Fonoster
@@ -45,7 +45,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.VoiceClientImpl = void 0;
46
46
  /* eslint-disable new-cap */
47
47
  /*
48
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
48
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
49
49
  * http://github.com/fonoster/fonoster
50
50
  *
51
51
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.VoiceDispatcher = void 0;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.connectToAri = connectToAri;
16
16
  /*
17
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
17
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
18
18
  * http://github.com/fonoster/fonoster
19
19
  *
20
20
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createCreateVoiceClient = createCreateVoiceClient;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MethodNotImplementedError = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createPlaybackControlHandler = createPlaybackControlHandler;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createRecordHandler = createRecordHandler;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createStreamGatherHandler = createStreamGatherHandler;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createStreamHandler = createStreamHandler;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createDialHandler = createDialHandler;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.handleStasisStart = handleStasisStart;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.recordChannel = recordChannel;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.createGatherHandler = createGatherHandler;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.awaitForRecordingFinished = awaitForRecordingFinished;
13
13
  /*
14
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
14
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
15
15
  * http://github.com/fonoster/fonoster
16
16
  *
17
17
  * This file is part of Fonoster
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isDtmf = isDtmf;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.textChunkTextByClause = textChunkTextByClause;
4
4
  /* eslint-disable no-loops/no-loops */
5
5
  /*
6
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
6
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
7
7
  * http://github.com/fonoster/fonoster
8
8
  *
9
9
  * This file is part of Fonoster
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.textChunksByFirstNaturalPause = textChunksByFirstNaturalPause;
4
4
  /* eslint-disable no-loops/no-loops */
5
5
  /*
6
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
6
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
7
7
  * http://github.com/fonoster/fonoster
8
8
  *
9
9
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ApplicationNotFoundError = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.createCreateContainer = createCreateContainer;
16
16
  /*
17
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
17
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
18
18
  * http://github.com/fonoster/fonoster
19
19
  *
20
20
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getSttConfig = getSttConfig;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
@@ -45,7 +45,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.ENGINE_NAME = exports.Deepgram = void 0;
46
46
  /* eslint-disable @typescript-eslint/no-var-requires */
47
47
  /*
48
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
48
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
49
49
  * http://github.com/fonoster/fonoster
50
50
  *
51
51
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SpeechToTextFactory = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -44,7 +44,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.ENGINE_NAME = exports.Azure = void 0;
46
46
  /*
47
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
47
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
48
48
  * http://github.com/fonoster/fonoster
49
49
  *
50
50
  * This file is part of Fonoster
@@ -45,7 +45,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.ENGINE_NAME = exports.Deepgram = void 0;
46
46
  /* eslint-disable no-loops/no-loops */
47
47
  /*
48
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
48
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
49
49
  * http://github.com/fonoster/fonoster
50
50
  *
51
51
  * This file is part of Fonoster
@@ -44,7 +44,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.ElevenLabs = exports.ENGINE_NAME = void 0;
46
46
  /*
47
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
47
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
48
48
  * http://github.com/fonoster/fonoster
49
49
  *
50
50
  * This file is part of Fonoster
@@ -44,7 +44,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.Google = exports.ENGINE_NAME = void 0;
46
46
  /*
47
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
47
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
48
48
  * http://github.com/fonoster/fonoster
49
49
  *
50
50
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TextToSpeechFactory = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isSsml = isSsml;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -19,7 +19,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
19
19
  exports.streamToBuffer = streamToBuffer;
20
20
  /* eslint-disable no-loops/no-loops */
21
21
  /*
22
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
22
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
23
23
  * http://github.com/fonoster/fonoster
24
24
  *
25
25
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChannelVar = exports.AriEvent = void 0;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
@@ -35,7 +35,7 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.VoiceServiceClientConstructor = void 0;
37
37
  /*
38
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
38
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
39
39
  * http://github.com/fonoster/fonoster
40
40
  *
41
41
  * This file is part of Fonoster
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createExternalMediaConfig = createExternalMediaConfig;
4
4
  /*
5
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
5
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
6
6
  * http://github.com/fonoster/fonoster
7
7
  *
8
8
  * This file is part of Fonoster
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*
18
- * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
18
+ * Copyright (C) 2025 by Fonoster Inc (https://fonoster.com)
19
19
  * http://github.com/fonoster/fonoster
20
20
  *
21
21
  * This file is part of Fonoster
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/apiserver",
3
- "version": "0.8.30",
3
+ "version": "0.8.31",
4
4
  "description": "APIServer for Fonoster",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@deepgram/sdk": "^3.5.1",
24
- "@fonoster/authz": "^0.8.30",
25
- "@fonoster/common": "^0.8.30",
26
- "@fonoster/identity": "^0.8.30",
24
+ "@fonoster/authz": "^0.8.31",
25
+ "@fonoster/common": "^0.8.31",
26
+ "@fonoster/identity": "^0.8.31",
27
27
  "@fonoster/logger": "^0.8.28",
28
- "@fonoster/sipnet": "^0.8.30",
29
- "@fonoster/streams": "^0.8.28",
30
- "@fonoster/types": "^0.8.28",
28
+ "@fonoster/sipnet": "^0.8.31",
29
+ "@fonoster/streams": "^0.8.31",
30
+ "@fonoster/types": "^0.8.31",
31
31
  "@google-cloud/speech": "^6.6.0",
32
32
  "@google-cloud/text-to-speech": "^5.3.0",
33
33
  "@grpc/grpc-js": "~1.10.6",
@@ -73,5 +73,5 @@
73
73
  "@types/uuid": "^10.0.0",
74
74
  "@types/validator": "^13.12.0"
75
75
  },
76
- "gitHead": "08c8f65f4893964e30ad2b07aa7446cef9784579"
76
+ "gitHead": "0ad6023cf99223502e06b0d235a11e52abffca6a"
77
77
  }