anymal-protocol 1.0.31 → 1.0.33
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/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -378,8 +378,10 @@ function useFetchNotifications() {
|
|
|
378
378
|
const query = `
|
|
379
379
|
query AnymalNotification($groupBy: [AnymalNotificationField!], $filter: AnymalNotificationFilterArg, $order: [AnymalNotificationOrderArg]) {
|
|
380
380
|
AnymalNotification(groupBy: $groupBy, filter: $filter, order: $order) {
|
|
381
|
+
_docID
|
|
381
382
|
anymalTxId
|
|
382
383
|
title
|
|
384
|
+
read
|
|
383
385
|
_group {
|
|
384
386
|
source
|
|
385
387
|
action
|
package/dist/index.mjs
CHANGED
|
@@ -333,8 +333,10 @@ function useFetchNotifications() {
|
|
|
333
333
|
const query = `
|
|
334
334
|
query AnymalNotification($groupBy: [AnymalNotificationField!], $filter: AnymalNotificationFilterArg, $order: [AnymalNotificationOrderArg]) {
|
|
335
335
|
AnymalNotification(groupBy: $groupBy, filter: $filter, order: $order) {
|
|
336
|
+
_docID
|
|
336
337
|
anymalTxId
|
|
337
338
|
title
|
|
339
|
+
read
|
|
338
340
|
_group {
|
|
339
341
|
source
|
|
340
342
|
action
|
package/package.json
CHANGED