Skip to content

Commit

Permalink
Merge pull request #947 from duffelhq/deprecate-logo-url
Browse files Browse the repository at this point in the history
Remove deprecated logo_url
  • Loading branch information
jekku authored Aug 21, 2024
2 parents a278370 + d6fa50e commit eb79368
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duffel/api",
"version": "2.14.2",
"version": "2.14.3",
"description": "Javascript client library for the Duffel API",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
1 change: 0 additions & 1 deletion src/Stays/StaysTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,6 @@ export interface StaysSearchResult {
export interface StaysLoyaltyProgramme {
reference: StaysLoyaltyProgrammeReference
name: string
logo_url: string
logo_url_svg: string
logo_url_png_small: string
}
2 changes: 0 additions & 2 deletions src/Stays/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ export const MOCK_LOYALTY_PROGRAMMES: StaysLoyaltyProgramme[] = [
{
reference: 'duffel_hotel_group_rewards',
name: 'Duffel Hotel Group Rewards',
logo_url:
'https://assets.duffel.com/img/stays/loyalty-programmes/full-color-logo/duffel_hotel_group_rewards-square.svg',
logo_url_svg:
'https://assets.duffel.com/img/stays/loyalty-programmes/full-color-logo/duffel_hotel_group_rewards-square.svg',
logo_url_png_small:
Expand Down

0 comments on commit eb79368

Please sign in to comment.