@rlvt/entity-manager-openapi-client 1.0.105 → 1.0.106

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/build/api.d.ts +1 -1
  2. package/package.json +1 -1
package/build/api.d.ts CHANGED
@@ -1375,7 +1375,7 @@ export default class {
1375
1375
  list: (params: {
1376
1376
  page?: number | undefined;
1377
1377
  perPage?: number | undefined;
1378
- email?: string | undefined;
1378
+ email?: string | string[] | undefined;
1379
1379
  ids?: string[] | undefined;
1380
1380
  resourceGroupIds?: string[] | undefined;
1381
1381
  roleId?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/entity-manager-openapi-client",
3
- "version": "1.0.105+e111f31",
3
+ "version": "1.0.106+c3934c7",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",