Skip to content

Commit

Permalink
Remove media
Browse files Browse the repository at this point in the history
  • Loading branch information
califlower committed Jan 29, 2024
1 parent acbb180 commit a27fd87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
38 changes: 0 additions & 38 deletions src/rest/Media.ts

This file was deleted.

5 changes: 0 additions & 5 deletions src/rest/Twilio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import Insights from "./Insights";
import Intelligence from "./Intelligence";
import IpMessaging from "./IpMessaging";
import Lookups from "./Lookups";
import Media from "./Media";
import Messaging from "./Messaging";
import Microvisor from "./Microvisor";
import Monitor from "./Monitor";
Expand Down Expand Up @@ -271,10 +270,6 @@ class Twilio extends Client {
get lookups(): Lookups {
return this._lookups ?? (this._lookups = new (require("./Lookups"))(this));
}
/** Getter for (Twilio.Media) domain */
get media(): Media {
return this._media ?? (this._media = new (require("./Media"))(this));
}
/** Getter for (Twilio.Messaging) domain */
get messaging(): Messaging {
return (
Expand Down

0 comments on commit a27fd87

Please sign in to comment.