@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/docs/QUERIES.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ABT Node GraphQL API List
2
2
 
3
- > Updated on 2025-10-09T09:11:27.858Z
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
@@ -2642,6 +2642,7 @@ declare namespace ABTNodeClient {
2642
2642
  createdAt: number;
2643
2643
  ip: string;
2644
2644
  ua: string;
2645
+ componentDid: string;
2645
2646
  }
2646
2647
 
2647
2648
  interface AuditLogActor {
@@ -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
+ }
package/lib/types.js CHANGED
@@ -3356,6 +3356,7 @@
3356
3356
  * @property {number} createdAt
3357
3357
  * @property {string} ip
3358
3358
  * @property {string} ua
3359
+ * @property {string} componentDid
3359
3360
  */
3360
3361
 
3361
3362
  /**