UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

16 lines 524 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sipConnectivityInfoSchema = void 0; exports.sipConnectivityInfoSchema = { title: "sipConnectivityInfoSchema", type: "object", properties: { realm: { type: "string" }, username: { type: "string" }, password: { type: "string" }, applicationSid: { type: "string" }, wsUri: { type: "string" }, clientSid: { type: "string" }, }, }; //# sourceMappingURL=ISipConnectivityInfo.js.map