Skip to content

Commit

Permalink
refactor: remove Family resource, which is exclusively used in offi…
Browse files Browse the repository at this point in the history
…cial apps
  • Loading branch information
altaywtf committed Apr 4, 2024
1 parent 70b032d commit 1302f29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
3 changes: 0 additions & 3 deletions src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import DownloadLinks from '../resources/DownloadLinks/DownloadLinks'
import Sharing from '../resources/Sharing/Sharing'
import Config from '../resources/Config'
import Events from '../resources/Events/Events'
import Family from '../resources/Family'
import File from '../resources/Files/File'
import Files from '../resources/Files/Files'
import FriendInvites from '../resources/FriendInvites/FriendInvites'
Expand Down Expand Up @@ -55,7 +54,6 @@ export class PutioAPIClient {
public Sharing: Sharing
public Config: Config
public Events: Events
public Family: Family
public Files: Files
public File: File
public Friends: Friends
Expand Down Expand Up @@ -84,7 +82,6 @@ export class PutioAPIClient {
this.File = new File(this)
this.Friends = new Friends(this)
this.FriendInvites = new FriendInvites(this)
this.Family = new Family(this)
this.OAuth = new OAuth(this)
this.Payment = new Payment(this)
this.RSS = new RSS(this)
Expand Down
25 changes: 0 additions & 25 deletions src/resources/Family.ts

This file was deleted.

0 comments on commit 1302f29

Please sign in to comment.