Skip to content

Commit

Permalink
Drop deprecated property supports_gateway_mode from ApplicationType
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
myarmolinsky committed Jan 15, 2025
1 parent c5bd957 commit f7e97fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ export interface ApplicationType {
name: string;
slug: string;
description: string | null;
/** @deprecated */
supports_gateway_mode: boolean;
supports_multicontainer: boolean;
supports_web_url: boolean;
is_legacy: boolean;
Expand Down

0 comments on commit f7e97fa

Please sign in to comment.