UNPKG

@signalwire/compatibility-api

Version:
32 lines (26 loc) 955 B
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ import Accounts = require('../Accounts'); import Version = require('../../base/Version'); import { AuthTokenPromotionList } from './v1/authTokenPromotion'; import { AuthTokenPromotionListInstance } from './v1/authTokenPromotion'; import { CredentialList } from './v1/credential'; import { CredentialListInstance } from './v1/credential'; import { SecondaryAuthTokenList } from './v1/secondaryAuthToken'; import { SecondaryAuthTokenListInstance } from './v1/secondaryAuthToken'; declare class V1 extends Version { /** * Initialize the V1 version of Accounts * * @param domain - The twilio domain */ constructor(domain: Accounts); readonly authTokenPromotion: AuthTokenPromotionListInstance; readonly credentials: CredentialListInstance; readonly secondaryAuthToken: SecondaryAuthTokenListInstance; } export = V1;