@azure/communication-call-automation
Version:
Azure client library for Azure Communication Call Automation services
19 lines • 1.07 kB
JavaScript
;
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallAutomationApiClient = exports.getContinuationToken = void 0;
const tslib_1 = require("tslib");
/// <reference lib="esnext.asynciterable" />
var pagingHelper_js_1 = require("./pagingHelper.js");
Object.defineProperty(exports, "getContinuationToken", { enumerable: true, get: function () { return pagingHelper_js_1.getContinuationToken; } });
tslib_1.__exportStar(require("./models/index.js"), exports);
var callAutomationApiClient_js_1 = require("./callAutomationApiClient.js");
Object.defineProperty(exports, "CallAutomationApiClient", { enumerable: true, get: function () { return callAutomationApiClient_js_1.CallAutomationApiClient; } });
tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
//# sourceMappingURL=index.js.map