Skip to content

Commit a11c040

Browse files
author
antoniofull
committed
chore: remove deprecated endpoints
1 parent f6a48ab commit a11c040

File tree

3 files changed

+0
-132
lines changed

3 files changed

+0
-132
lines changed

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { clientConstructor } from './create-client'
22
import { Forms } from './forms'
33
import { Images } from './images'
4-
import { Teams } from './teams'
54
import { Themes } from './themes'
65
import { Workspaces } from './workspaces'
76
import { Responses } from './responses'
@@ -16,7 +15,6 @@ export const createClient = (args: Typeform.ClientArg = { token: null }) => {
1615
return {
1716
forms: new Forms(http),
1817
images: new Images(http),
19-
teams: new Teams(http),
2018
themes: new Themes(http),
2119
workspaces: new Workspaces(http),
2220
responses: new Responses(http),

src/teams.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

tests/unit/teams.test.ts

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)