@enfonica/voice
Version:
Enfonica Numbering SDK for Node.js
49 lines • 2.11 kB
JavaScript
;
// 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 });
exports.protos = exports.TranscriptionsClient = exports.StreamsClient = exports.SipInfoServiceClient = exports.SipDomainsClient = exports.RecordingsClient = exports.CallsClient = exports.AliasesClient = exports.v1beta1 = void 0;
const v1beta1 = require("./v1beta1");
exports.v1beta1 = v1beta1;
const AliasesClient = v1beta1.AliasesClient;
exports.AliasesClient = AliasesClient;
const CallsClient = v1beta1.CallsClient;
exports.CallsClient = CallsClient;
const RecordingsClient = v1beta1.RecordingsClient;
exports.RecordingsClient = RecordingsClient;
const SipDomainsClient = v1beta1.SipDomainsClient;
exports.SipDomainsClient = SipDomainsClient;
const SipInfoServiceClient = v1beta1.SipInfoServiceClient;
exports.SipInfoServiceClient = SipInfoServiceClient;
const StreamsClient = v1beta1.StreamsClient;
exports.StreamsClient = StreamsClient;
const TranscriptionsClient = v1beta1.TranscriptionsClient;
exports.TranscriptionsClient = TranscriptionsClient;
exports.default = {
v1beta1,
AliasesClient,
CallsClient,
RecordingsClient,
SipDomainsClient,
SipInfoServiceClient,
StreamsClient,
TranscriptionsClient,
};
const protos = require("../protos/protos");
exports.protos = protos;
//# sourceMappingURL=index.js.map