@jealous-robot-dev/shared-types-responses 1.55.9 → 1.55.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,7 @@ export interface UserSecurity {
23
23
  blacklist: {
24
24
  mark: number;
25
25
  total: number;
26
+ has_more: boolean;
26
27
  entries: BlockedUser[];
27
28
  };
28
29
  authInstruments: AuthenticationProviders[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.55.9",
3
+ "version": "1.55.10",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",