Skip to content

Commit

Permalink
materialization: add new capabilities for updates/deletes
Browse files Browse the repository at this point in the history
- Added the new capabilities to the d.ts file so they can be used in token generation.
  • Loading branch information
splindsay-92 committed Jan 15, 2025
1 parent af41744 commit ca85237
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ably.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,10 @@ export type capabilityOp =
| 'publish'
| 'subscribe'
| 'presence'
| 'message-update-any'
| 'message-update-own'
| 'message-delete-any'
| 'message-delete-own'
| 'history'
| 'stats'
| 'channel-metadata'
Expand Down

0 comments on commit ca85237

Please sign in to comment.