Skip to content

Commit 316bccf

Browse files
committed
Add missing token capability ops for objects and annotations
Updated to match the docs https://ably.com/docs/auth/capabilities?lang=javascript#capability-operations
1 parent d32c3d9 commit 316bccf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ably.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,10 @@ export type capabilityOp =
727727
| 'publish'
728728
| 'subscribe'
729729
| 'presence'
730+
| 'object-subscribe'
731+
| 'object-publish'
732+
| 'annotation-subscribe'
733+
| 'annotation-publish'
730734
| 'message-update-any'
731735
| 'message-update-own'
732736
| 'message-delete-any'

0 commit comments

Comments
 (0)