@blocklet/server-js 1.16.49-beta-20250902-002109-7f238eb8 → 1.16.50-beta-20250902-043619-201bcaed
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.d.ts +1 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +12 -0
- package/dist/types.js +1 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +3 -1
- package/lib/node.d.ts +1 -0
- package/lib/schema/graphql.json +12 -0
- package/lib/types.js +1 -0
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/browser.d.ts
CHANGED
|
@@ -3465,6 +3465,7 @@ declare namespace ABTNodeClient {
|
|
|
3465
3465
|
statistics: ABTNodeClient.NotificationStatistics;
|
|
3466
3466
|
activity: ABTNodeClient.NotificationActivity;
|
|
3467
3467
|
actorInfo: ABTNodeClient.UserInfo;
|
|
3468
|
+
options: Record<string, any>;
|
|
3468
3469
|
}
|
|
3469
3470
|
|
|
3470
3471
|
interface NotificationAction {
|