@semiont/core 0.5.25 → 0.5.26

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -7058,6 +7058,7 @@ interface UpdateResourceInput {
7058
7058
  interface ResourceFilter {
7059
7059
  entityTypes?: string[];
7060
7060
  search?: string;
7061
+ archived?: boolean;
7061
7062
  limit?: number;
7062
7063
  offset?: number;
7063
7064
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/core",
3
- "version": "0.5.25",
3
+ "version": "0.5.26",
4
4
  "description": "Core types and domain logic for Semiont - Resource, Annotation, and Graph models",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",