@dizmo/dcs-client-library 4.1.1 → 4.1.2

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.
@@ -25,6 +25,8 @@ export type Filter = {
25
25
  or: Filter[];
26
26
  } | {
27
27
  not: Filter;
28
+ } | {
29
+ in: [string, string[]];
28
30
  } | null;
29
31
  export type AllocationFilter = {
30
32
  root?: Filter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dizmo/dcs-client-library",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "A library that allows connection and management of dcs",
5
5
  "source": "source/index.ts",
6
6
  "main": "dist/index.js",