Skip to content

Commit

Permalink
Fix: Add isDeprecated to actor update type (#566)
Browse files Browse the repository at this point in the history
The type was missing, but the deprecation logic is already present in
the update method. We need this to correctly deprecate actors from
console backend.
  • Loading branch information
Jkuzz authored Jul 16, 2024
1 parent c7b737e commit d6aba08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resource_clients/actor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export type ActorUpdateOptions = Partial<Pick<
| 'name'
| 'description'
| 'isPublic'
| 'isDeprecated'
| 'seoTitle'
| 'seoDescription'
| 'title'
Expand Down

0 comments on commit d6aba08

Please sign in to comment.