Skip to content

Commit

Permalink
fix(instance): change export_uri to deprecated (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Jul 25, 2024
1 parent d49928b commit d207b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/clients/src/api/instance/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ export interface ServerMaintenance {
export interface VolumeServer {
id: string
name: string
exportUri: string
/** @deprecated */
exportUri?: string
organization: string
server?: ServerSummary
size: number
Expand Down

0 comments on commit d207b5e

Please sign in to comment.