UNPKG

@enfonica/voice

Version:

Enfonica Numbering SDK for Node.js

34 lines 2.29 kB
"use strict"; // Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // ** This file is automatically generated by gapic-generator-typescript. ** // ** https://github.com/googleapis/gapic-generator-typescript ** // ** All changes to this file may be overwritten. ** Object.defineProperty(exports, "__esModule", { value: true }); var aliases_client_1 = require("./aliases_client"); Object.defineProperty(exports, "AliasesClient", { enumerable: true, get: function () { return aliases_client_1.AliasesClient; } }); var calls_client_1 = require("./calls_client"); Object.defineProperty(exports, "CallsClient", { enumerable: true, get: function () { return calls_client_1.CallsClient; } }); var recordings_client_1 = require("./recordings_client"); Object.defineProperty(exports, "RecordingsClient", { enumerable: true, get: function () { return recordings_client_1.RecordingsClient; } }); var sip_domains_client_1 = require("./sip_domains_client"); Object.defineProperty(exports, "SipDomainsClient", { enumerable: true, get: function () { return sip_domains_client_1.SipDomainsClient; } }); var sip_info_service_client_1 = require("./sip_info_service_client"); Object.defineProperty(exports, "SipInfoServiceClient", { enumerable: true, get: function () { return sip_info_service_client_1.SipInfoServiceClient; } }); var streams_client_1 = require("./streams_client"); Object.defineProperty(exports, "StreamsClient", { enumerable: true, get: function () { return streams_client_1.StreamsClient; } }); var transcriptions_client_1 = require("./transcriptions_client"); Object.defineProperty(exports, "TranscriptionsClient", { enumerable: true, get: function () { return transcriptions_client_1.TranscriptionsClient; } }); //# sourceMappingURL=index.js.map