Auto-commit 2026-04-29 16:31
This commit is contained in:
22
node_modules/twilio/lib/rest/Studio.js
generated
vendored
Normal file
22
node_modules/twilio/lib/rest/Studio.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
const StudioBase_1 = __importDefault(require("./StudioBase"));
|
||||
class Studio extends StudioBase_1.default {
|
||||
/**
|
||||
* @deprecated - Use v2.flows instead
|
||||
*/
|
||||
get flows() {
|
||||
console.warn("flows is deprecated. Use v2.flows instead.");
|
||||
return this.v2.flows;
|
||||
}
|
||||
/**
|
||||
* @deprecated - Use v2.flowValidate instead
|
||||
*/
|
||||
get flowValidate() {
|
||||
console.warn("flowValidate is deprecated. Use v2.flowValidate instead.");
|
||||
return this.v2.flowValidate;
|
||||
}
|
||||
}
|
||||
module.exports = Studio;
|
||||
Reference in New Issue
Block a user