(params: ResourceUpdatedNotification['params'])
| 647 | } |
| 648 | |
| 649 | async sendResourceUpdated(params: ResourceUpdatedNotification['params']) { |
| 650 | return this.notification({ |
| 651 | method: 'notifications/resources/updated', |
| 652 | params |
| 653 | }); |
| 654 | } |
| 655 | |
| 656 | async sendResourceListChanged() { |
| 657 | return this.notification({ |