@@ -293,6 +293,7 @@ import * as ep___notes_translate from './endpoints/notes/translate.js';
293
293
import * as ep___notes_unrenote from './endpoints/notes/unrenote.js' ;
294
294
import * as ep___notes_userListTimeline from './endpoints/notes/user-list-timeline.js' ;
295
295
import * as ep___notifications_create from './endpoints/notifications/create.js' ;
296
+ import * as ep___notifications_flush from './endpoints/notifications/flush.js' ;
296
297
import * as ep___notifications_markAllAsRead from './endpoints/notifications/mark-all-as-read.js' ;
297
298
import * as ep___notifications_testNotification from './endpoints/notifications/test-notification.js' ;
298
299
import * as ep___pagePush from './endpoints/page-push.js' ;
@@ -664,6 +665,7 @@ const $notes_translate: Provider = { provide: 'ep:notes/translate', useClass: ep
664
665
const $notes_unrenote : Provider = { provide : 'ep:notes/unrenote' , useClass : ep___notes_unrenote . default } ;
665
666
const $notes_userListTimeline : Provider = { provide : 'ep:notes/user-list-timeline' , useClass : ep___notes_userListTimeline . default } ;
666
667
const $notifications_create : Provider = { provide : 'ep:notifications/create' , useClass : ep___notifications_create . default } ;
668
+ const $notifications_flush : Provider = { provide : 'ep:notifications/flush' , useClass : ep___notifications_flush . default } ;
667
669
const $notifications_markAllAsRead : Provider = { provide : 'ep:notifications/mark-all-as-read' , useClass : ep___notifications_markAllAsRead . default } ;
668
670
const $notifications_testNotification : Provider = { provide : 'ep:notifications/test-notification' , useClass : ep___notifications_testNotification . default } ;
669
671
const $pagePush : Provider = { provide : 'ep:page-push' , useClass : ep___pagePush . default } ;
@@ -1039,6 +1041,7 @@ const $reversi_verify: Provider = { provide: 'ep:reversi/verify', useClass: ep__
1039
1041
$notes_unrenote ,
1040
1042
$notes_userListTimeline ,
1041
1043
$notifications_create ,
1044
+ $notifications_flush ,
1042
1045
$notifications_markAllAsRead ,
1043
1046
$notifications_testNotification ,
1044
1047
$pagePush ,
@@ -1408,7 +1411,9 @@ const $reversi_verify: Provider = { provide: 'ep:reversi/verify', useClass: ep__
1408
1411
$notes_unrenote ,
1409
1412
$notes_userListTimeline ,
1410
1413
$notifications_create ,
1414
+ $notifications_flush ,
1411
1415
$notifications_markAllAsRead ,
1416
+ $notifications_testNotification ,
1412
1417
$pagePush ,
1413
1418
$pages_create ,
1414
1419
$pages_delete ,
0 commit comments