Auto-commit 2026-04-29 16:31
This commit is contained in:
24
node_modules/twilio/lib/rest/Events.d.ts
generated
vendored
Normal file
24
node_modules/twilio/lib/rest/Events.d.ts
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import { EventTypeListInstance } from "./events/v1/eventType";
|
||||
import { SchemaListInstance } from "./events/v1/schema";
|
||||
import { SinkListInstance } from "./events/v1/sink";
|
||||
import { SubscriptionListInstance } from "./events/v1/subscription";
|
||||
import EventsBase from "./EventsBase";
|
||||
declare class Events extends EventsBase {
|
||||
/**
|
||||
* @deprecated - Use v1.eventTypes instead
|
||||
*/
|
||||
get eventTypes(): EventTypeListInstance;
|
||||
/**
|
||||
* @deprecated - Use v1.schemas instead
|
||||
*/
|
||||
get schemas(): SchemaListInstance;
|
||||
/**
|
||||
* @deprecated - Use v1.sinks instead
|
||||
*/
|
||||
get sinks(): SinkListInstance;
|
||||
/**
|
||||
* @deprecated - Use v1.subscriptions instead
|
||||
*/
|
||||
get subscriptions(): SubscriptionListInstance;
|
||||
}
|
||||
export = Events;
|
||||
Reference in New Issue
Block a user