@blocklet/server-js 1.16.53-beta-20251013-005429-ca3b05de → 1.16.53-beta-20251013-075536-64fcb94b
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 +13 -1
- package/dist/types.js +1 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +2 -1
- package/lib/node.d.ts +1 -0
- package/lib/schema/graphql.json +13 -1
- package/lib/types.js +1 -0
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/docs/QUERIES.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ABT Node GraphQL API List
|
|
2
2
|
|
|
3
|
-
> Updated on 2025-10-
|
|
3
|
+
> Updated on 2025-10-13T03:01:32.206Z
|
|
4
4
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
|
@@ -7555,6 +7555,7 @@ No arguments
|
|
|
7555
7555
|
list {
|
|
7556
7556
|
action
|
|
7557
7557
|
category
|
|
7558
|
+
componentDid
|
|
7558
7559
|
content
|
|
7559
7560
|
createdAt
|
|
7560
7561
|
id
|
package/lib/node.d.ts
CHANGED
package/lib/schema/graphql.json
CHANGED
|
@@ -15015,6 +15015,18 @@
|
|
|
15015
15015
|
},
|
|
15016
15016
|
"isDeprecated": false,
|
|
15017
15017
|
"deprecationReason": null
|
|
15018
|
+
},
|
|
15019
|
+
{
|
|
15020
|
+
"name": "componentDid",
|
|
15021
|
+
"description": null,
|
|
15022
|
+
"args": [],
|
|
15023
|
+
"type": {
|
|
15024
|
+
"kind": "SCALAR",
|
|
15025
|
+
"name": "String",
|
|
15026
|
+
"ofType": null
|
|
15027
|
+
},
|
|
15028
|
+
"isDeprecated": false,
|
|
15029
|
+
"deprecationReason": null
|
|
15018
15030
|
}
|
|
15019
15031
|
],
|
|
15020
15032
|
"inputFields": null,
|
|
@@ -42667,4 +42679,4 @@
|
|
|
42667
42679
|
]
|
|
42668
42680
|
}
|
|
42669
42681
|
]
|
|
42670
|
-
}
|
|
42682
|
+
}
|