Skip to content

Commit

Permalink
Merge pull request #424 from Giphy/types/remove-bottle-data
Browse files Browse the repository at this point in the history
Types - remove unused bottle_data interface
  • Loading branch information
giannif authored Nov 29, 2023
2 parents e62b533 + f479d02 commit ad60b46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-panthers-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@giphy/js-types': major
---

remove unused bottle_data interface from IGif. This should only affect internal GIPHY projects
6 changes: 0 additions & 6 deletions packages/types/src/gif.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import { IImages } from './images'
import IUser from './user'
import IVideo from './video'

interface IBottleData {
tid?: string
tags?: string[]
}

export type GifID = string | number

export default interface IGif {
Expand Down Expand Up @@ -34,7 +29,6 @@ export default interface IGif {
is_scheduled: boolean
is_removed: boolean
tags: string[]
bottle_data: IBottleData
analytics_response_payload: string
video?: IVideo
emoji_group_id?: number
Expand Down

0 comments on commit ad60b46

Please sign in to comment.