UNPKG

twilio

Version:
32 lines (31 loc) 1.06 kB
"use strict"; /* * This code was generated by * ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ * | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ * | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ * * NOTE: This class is auto generated by OpenAPI Generator. * https://openapi-generator.tech * Do not edit the class manually. */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; const Domain_1 = __importDefault(require("../base/Domain")); const V2_1 = __importDefault(require("./routes/V2")); class RoutesBase extends Domain_1.default { /** * Initialize routes domain * * @param twilio - The twilio client */ constructor(twilio) { super(twilio, "https://routes.twilio.com"); } get v2() { this._v2 = this._v2 || new V2_1.default(this); return this._v2; } } module.exports = RoutesBase;