Skip to content

Commit

Permalink
add privileged headers capability
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed May 17, 2024
1 parent b64162c commit f19c8da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ably.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,8 @@ export type capabilityOp =
| 'stats'
| 'channel-metadata'
| 'push-subscribe'
| 'push-admin';
| 'push-admin'
| 'privileged-headers';

/**
* Capabilities which are available for use within {@link TokenParams}.
Expand Down

0 comments on commit f19c8da

Please sign in to comment.