Skip to content

Commit 49c88c3

Browse files
authored
Merge pull request #2160 from ably/ECO-5682/fix-token-capabilities
[ECO-5682] Add missing token capability ops for objects and annotations
2 parents d32c3d9 + 316bccf commit 49c88c3

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)