@cryptorobot.ai/client 0.0.38 → 0.0.40

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 (99) hide show
  1. package/lib/src/client.js +33 -3
  2. package/lib/src/services/agents/agents.class.d.ts +11 -0
  3. package/lib/src/services/agents/agents.d.ts +11 -0
  4. package/lib/src/services/agents/agents.schema.d.ts +2371 -0
  5. package/lib/src/services/agents/agents.shared.d.ts +13 -0
  6. package/lib/src/services/agents/agents.shared.js +13 -0
  7. package/lib/src/services/agents/prepare/prepare.class.d.ts +18 -0
  8. package/lib/src/services/agents/prepare/prepare.d.ts +11 -0
  9. package/lib/src/services/agents/prepare/prepare.schema.d.ts +285 -0
  10. package/lib/src/services/agents/prepare/prepare.shared.d.ts +13 -0
  11. package/lib/src/services/agents/prepare/prepare.shared.js +13 -0
  12. package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +11 -0
  13. package/lib/src/services/agents/sessions/conversations/conversations.d.ts +11 -0
  14. package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +2561 -0
  15. package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +13 -0
  16. package/lib/src/services/agents/sessions/conversations/conversations.shared.js +13 -0
  17. package/lib/src/services/agents/sessions/sessions.class.d.ts +11 -0
  18. package/lib/src/services/agents/sessions/sessions.d.ts +11 -0
  19. package/lib/src/services/agents/sessions/sessions.schema.d.ts +803 -0
  20. package/lib/src/services/agents/sessions/sessions.shared.d.ts +13 -0
  21. package/lib/src/services/agents/sessions/sessions.shared.js +13 -0
  22. package/lib/src/services/events/events.class.d.ts +11 -0
  23. package/lib/src/services/events/events.d.ts +11 -0
  24. package/lib/src/services/events/events.schema.d.ts +786 -0
  25. package/lib/src/services/events/events.shared.d.ts +13 -0
  26. package/lib/src/services/events/events.shared.js +13 -0
  27. package/lib/src/services/events/triggers/triggers.class.d.ts +11 -0
  28. package/lib/src/services/events/triggers/triggers.d.ts +11 -0
  29. package/lib/src/services/events/triggers/triggers.schema.d.ts +1582 -0
  30. package/lib/src/services/events/triggers/triggers.shared.d.ts +13 -0
  31. package/lib/src/services/events/triggers/triggers.shared.js +13 -0
  32. package/lib/src/services/events/types/types.class.d.ts +11 -0
  33. package/lib/src/services/events/types/types.d.ts +11 -0
  34. package/lib/src/services/events/types/types.schema.d.ts +688 -0
  35. package/lib/src/services/events/types/types.shared.d.ts +13 -0
  36. package/lib/src/services/events/types/types.shared.js +13 -0
  37. package/lib/src/services/exchanges/balance/balance.schema.d.ts +16 -16
  38. package/lib/src/services/exchanges/download/download.schema.d.ts +58 -17
  39. package/lib/src/services/exchanges/download/download.shared.d.ts +1 -1
  40. package/lib/src/services/exchanges/download/download.shared.js +1 -1
  41. package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +4 -4
  42. package/lib/src/services/exchanges/exchanges.schema.d.ts +100 -100
  43. package/lib/src/services/exchanges/ohlcv/ohlcv.class.d.ts +19 -0
  44. package/lib/src/services/exchanges/ohlcv/ohlcv.d.ts +11 -0
  45. package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +507 -0
  46. package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +13 -0
  47. package/lib/src/services/exchanges/ohlcv/ohlcv.shared.js +13 -0
  48. package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +68 -68
  49. package/lib/src/services/extensions/extensions.class.d.ts +11 -0
  50. package/lib/src/services/extensions/extensions.d.ts +11 -0
  51. package/lib/src/services/extensions/extensions.schema.d.ts +1275 -0
  52. package/lib/src/services/extensions/extensions.shared.d.ts +13 -0
  53. package/lib/src/services/extensions/extensions.shared.js +13 -0
  54. package/lib/src/services/keys/KeysService.d.ts +13 -0
  55. package/lib/src/services/keys/keys.class.d.ts +11 -0
  56. package/lib/src/services/keys/keys.d.ts +11 -0
  57. package/lib/src/services/keys/keys.schema.d.ts +719 -0
  58. package/lib/src/services/keys/keys.shared.d.ts +14 -0
  59. package/lib/src/services/keys/keys.shared.js +13 -0
  60. package/lib/src/services/messages/messages.schema.d.ts +64 -32
  61. package/lib/src/services/restricted/restricted.class.d.ts +26 -0
  62. package/lib/src/services/restricted/restricted.d.ts +21 -0
  63. package/lib/src/services/restricted/restricted.shared.d.ts +13 -0
  64. package/lib/src/services/restricted/restricted.shared.js +13 -0
  65. package/lib/src/services/strategies/backtest/backtest.schema.d.ts +127 -60
  66. package/lib/src/services/strategies/backtest/results/results.schema.d.ts +36 -36
  67. package/lib/src/services/strategies/generate/generate.class.d.ts +11 -0
  68. package/lib/src/services/strategies/generate/generate.d.ts +11 -0
  69. package/lib/src/services/strategies/generate/generate.schema.d.ts +429 -0
  70. package/lib/src/services/strategies/generate/generate.shared.d.ts +13 -0
  71. package/lib/src/services/strategies/generate/generate.shared.js +13 -0
  72. package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +16 -8
  73. package/lib/src/services/strategies/indicators/indicators.schema.d.ts +177 -97
  74. package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +11 -0
  75. package/lib/src/services/strategies/indicators/talib/talib.d.ts +11 -0
  76. package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +443 -0
  77. package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +13 -0
  78. package/lib/src/services/strategies/indicators/talib/talib.shared.js +13 -0
  79. package/lib/src/services/strategies/strategies.schema.d.ts +2732 -327
  80. package/lib/src/services/strategies/templates/templates.schema.d.ts +2146 -16
  81. package/lib/src/services/tools/openapi/openapi.class.d.ts +34 -0
  82. package/lib/src/services/tools/openapi/openapi.d.ts +10 -0
  83. package/lib/src/services/tools/openapi/openapi.shared.d.ts +13 -0
  84. package/lib/src/services/tools/openapi/openapi.shared.js +13 -0
  85. package/lib/src/services/tools/tools.class.d.ts +11 -0
  86. package/lib/src/services/tools/tools.d.ts +11 -0
  87. package/lib/src/services/tools/tools.schema.d.ts +269 -0
  88. package/lib/src/services/tools/tools.shared.d.ts +13 -0
  89. package/lib/src/services/tools/tools.shared.js +13 -0
  90. package/lib/src/services/traders/pods/api/api.schema.d.ts +1650 -464
  91. package/lib/src/services/traders/pods/events/events.schema.d.ts +4 -4
  92. package/lib/src/services/traders/pods/pods.schema.d.ts +1539 -443
  93. package/lib/src/services/traders/traders.schema.d.ts +142 -142
  94. package/lib/src/services/users/users.class.d.ts +178 -3
  95. package/lib/src/services/users/users.schema.d.ts +123 -85
  96. package/lib/src/services/users/users.shared.d.ts +4 -3
  97. package/lib/src/services/users/users.shared.js +1 -1
  98. package/package.json +2 -3
  99. package/readme.md +1 -2
@@ -0,0 +1,719 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../declarations';
3
+ import type { KeysService } from './KeysService';
4
+ export declare const keysSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TString<string>;
6
+ hash: import("@feathersjs/typebox").TString<string>;
7
+ raw: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
8
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"read">, import("@feathersjs/typebox").TLiteral<"write">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
9
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
10
+ name: import("@feathersjs/typebox").TString<string>;
11
+ active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
12
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
13
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
14
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
15
+ lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
16
+ }>;
17
+ export type Keys = Static<typeof keysSchema>;
18
+ export declare const keysValidator: import("@feathersjs/schema").Validator<any, any>;
19
+ export declare const keysResolver: import("@feathersjs/schema").Resolver<{
20
+ createdAt?: string | undefined;
21
+ updatedAt?: string | undefined;
22
+ userId?: string | null | undefined;
23
+ active?: boolean | undefined;
24
+ raw?: string | undefined;
25
+ expiresAt?: string | null | undefined;
26
+ lastUsedAt?: string | null | undefined;
27
+ name: string;
28
+ _id: string;
29
+ scopes: ("read" | "write" | "admin")[];
30
+ hash: string;
31
+ }, HookContext<KeysService<import("./keys.class").KeysParams>>>;
32
+ export declare const keysExternalResolver: import("@feathersjs/schema").Resolver<{
33
+ createdAt?: string | undefined;
34
+ updatedAt?: string | undefined;
35
+ userId?: string | null | undefined;
36
+ active?: boolean | undefined;
37
+ raw?: string | undefined;
38
+ expiresAt?: string | null | undefined;
39
+ lastUsedAt?: string | null | undefined;
40
+ name: string;
41
+ _id: string;
42
+ scopes: ("read" | "write" | "admin")[];
43
+ hash: string;
44
+ }, HookContext<KeysService<import("./keys.class").KeysParams>>>;
45
+ export declare const keysDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
46
+ _id: import("@feathersjs/typebox").TString<string>;
47
+ hash: import("@feathersjs/typebox").TString<string>;
48
+ raw: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
49
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"read">, import("@feathersjs/typebox").TLiteral<"write">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
50
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
51
+ name: import("@feathersjs/typebox").TString<string>;
52
+ active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
53
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
54
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
55
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
56
+ lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
57
+ }>, ["name", "scopes", "expiresAt"]>;
58
+ export type KeysData = Static<typeof keysDataSchema>;
59
+ export declare const keysDataValidator: import("@feathersjs/schema").Validator<any, any>;
60
+ export declare const keysDataResolver: import("@feathersjs/schema").Resolver<{
61
+ createdAt?: string | undefined;
62
+ updatedAt?: string | undefined;
63
+ userId?: string | null | undefined;
64
+ active?: boolean | undefined;
65
+ raw?: string | undefined;
66
+ expiresAt?: string | null | undefined;
67
+ lastUsedAt?: string | null | undefined;
68
+ name: string;
69
+ _id: string;
70
+ scopes: ("read" | "write" | "admin")[];
71
+ hash: string;
72
+ }, HookContext<KeysService<import("./keys.class").KeysParams>>>;
73
+ export declare const keysPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
74
+ _id: import("@feathersjs/typebox").TString<string>;
75
+ hash: import("@feathersjs/typebox").TString<string>;
76
+ raw: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
77
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"read">, import("@feathersjs/typebox").TLiteral<"write">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
78
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
79
+ name: import("@feathersjs/typebox").TString<string>;
80
+ active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
81
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
82
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
83
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
84
+ lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
85
+ }>>;
86
+ export type KeysPatch = Static<typeof keysPatchSchema>;
87
+ export declare const keysPatchValidator: import("@feathersjs/schema").Validator<any, any>;
88
+ export declare const keysPatchResolver: import("@feathersjs/schema").Resolver<{
89
+ createdAt?: string | undefined;
90
+ updatedAt?: string | undefined;
91
+ userId?: string | null | undefined;
92
+ active?: boolean | undefined;
93
+ raw?: string | undefined;
94
+ expiresAt?: string | null | undefined;
95
+ lastUsedAt?: string | null | undefined;
96
+ name: string;
97
+ _id: string;
98
+ scopes: ("read" | "write" | "admin")[];
99
+ hash: string;
100
+ }, HookContext<KeysService<import("./keys.class").KeysParams>>>;
101
+ export declare const keysQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
102
+ _id: import("@feathersjs/typebox").TString<string>;
103
+ hash: import("@feathersjs/typebox").TString<string>;
104
+ raw: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
105
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"read">, import("@feathersjs/typebox").TLiteral<"write">, import("@feathersjs/typebox").TLiteral<"admin">]>>;
106
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
107
+ name: import("@feathersjs/typebox").TString<string>;
108
+ active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
109
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
110
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<"date-time">>;
111
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
112
+ lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
113
+ }>, ["_id", "hash", "userId", "active", "name", "expiresAt", "lastUsedAt"]>;
114
+ export declare const keysQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
115
+ $limit: import("@feathersjs/typebox").TNumber;
116
+ $skip: import("@feathersjs/typebox").TNumber;
117
+ $sort: import("@feathersjs/typebox").TObject<{
118
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
119
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
120
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
121
+ active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
122
+ hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
123
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
124
+ lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
125
+ }>;
126
+ $select: import("@feathersjs/typebox").TUnsafe<("name" | "_id" | "userId" | "active" | "hash" | "expiresAt" | "lastUsedAt")[]>;
127
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
128
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
129
+ $gt: import("@feathersjs/typebox").TString<string>;
130
+ $gte: import("@feathersjs/typebox").TString<string>;
131
+ $lt: import("@feathersjs/typebox").TString<string>;
132
+ $lte: import("@feathersjs/typebox").TString<string>;
133
+ $ne: import("@feathersjs/typebox").TString<string>;
134
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
135
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
136
+ }>, import("@feathersjs/typebox").TObject<{
137
+ [key: string]: import("@feathersjs/typebox").TSchema;
138
+ } | undefined>]>>]>>;
139
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
140
+ $gt: import("@feathersjs/typebox").TString<string>;
141
+ $gte: import("@feathersjs/typebox").TString<string>;
142
+ $lt: import("@feathersjs/typebox").TString<string>;
143
+ $lte: import("@feathersjs/typebox").TString<string>;
144
+ $ne: import("@feathersjs/typebox").TString<string>;
145
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
146
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
147
+ }>, import("@feathersjs/typebox").TObject<{
148
+ [key: string]: import("@feathersjs/typebox").TSchema;
149
+ } | undefined>]>>]>>;
150
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
151
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
152
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
153
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
154
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
155
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
156
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
157
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
158
+ }>, import("@feathersjs/typebox").TObject<{
159
+ [key: string]: import("@feathersjs/typebox").TSchema;
160
+ } | undefined>]>>]>>;
161
+ active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
162
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
163
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
164
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
165
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
166
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
167
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
168
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
169
+ }>, import("@feathersjs/typebox").TObject<{
170
+ [key: string]: import("@feathersjs/typebox").TSchema;
171
+ } | undefined>]>>]>>;
172
+ hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
173
+ $gt: import("@feathersjs/typebox").TString<string>;
174
+ $gte: import("@feathersjs/typebox").TString<string>;
175
+ $lt: import("@feathersjs/typebox").TString<string>;
176
+ $lte: import("@feathersjs/typebox").TString<string>;
177
+ $ne: import("@feathersjs/typebox").TString<string>;
178
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
179
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
180
+ }>, import("@feathersjs/typebox").TObject<{
181
+ [key: string]: import("@feathersjs/typebox").TSchema;
182
+ } | undefined>]>>]>>;
183
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
184
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
185
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
186
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
187
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
188
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
189
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
190
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
191
+ }>, import("@feathersjs/typebox").TObject<{
192
+ [key: string]: import("@feathersjs/typebox").TSchema;
193
+ } | undefined>]>>]>>;
194
+ lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
195
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
196
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
197
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
198
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
199
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
200
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
201
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
202
+ }>, import("@feathersjs/typebox").TObject<{
203
+ [key: string]: import("@feathersjs/typebox").TSchema;
204
+ } | undefined>]>>]>>;
205
+ }>>, import("@feathersjs/typebox").TObject<{
206
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
207
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
208
+ $gt: import("@feathersjs/typebox").TString<string>;
209
+ $gte: import("@feathersjs/typebox").TString<string>;
210
+ $lt: import("@feathersjs/typebox").TString<string>;
211
+ $lte: import("@feathersjs/typebox").TString<string>;
212
+ $ne: import("@feathersjs/typebox").TString<string>;
213
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
214
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
215
+ }>, import("@feathersjs/typebox").TObject<{
216
+ [key: string]: import("@feathersjs/typebox").TSchema;
217
+ } | undefined>]>>]>>;
218
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
219
+ $gt: import("@feathersjs/typebox").TString<string>;
220
+ $gte: import("@feathersjs/typebox").TString<string>;
221
+ $lt: import("@feathersjs/typebox").TString<string>;
222
+ $lte: import("@feathersjs/typebox").TString<string>;
223
+ $ne: import("@feathersjs/typebox").TString<string>;
224
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
225
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
226
+ }>, import("@feathersjs/typebox").TObject<{
227
+ [key: string]: import("@feathersjs/typebox").TSchema;
228
+ } | undefined>]>>]>>;
229
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
230
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
231
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
232
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
233
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
234
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
235
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
236
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
237
+ }>, import("@feathersjs/typebox").TObject<{
238
+ [key: string]: import("@feathersjs/typebox").TSchema;
239
+ } | undefined>]>>]>>;
240
+ active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
241
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
242
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
243
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
244
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
245
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
246
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
247
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
248
+ }>, import("@feathersjs/typebox").TObject<{
249
+ [key: string]: import("@feathersjs/typebox").TSchema;
250
+ } | undefined>]>>]>>;
251
+ hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
252
+ $gt: import("@feathersjs/typebox").TString<string>;
253
+ $gte: import("@feathersjs/typebox").TString<string>;
254
+ $lt: import("@feathersjs/typebox").TString<string>;
255
+ $lte: import("@feathersjs/typebox").TString<string>;
256
+ $ne: import("@feathersjs/typebox").TString<string>;
257
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
258
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
259
+ }>, import("@feathersjs/typebox").TObject<{
260
+ [key: string]: import("@feathersjs/typebox").TSchema;
261
+ } | undefined>]>>]>>;
262
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
263
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
264
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
265
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
266
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
267
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
268
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
269
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
270
+ }>, import("@feathersjs/typebox").TObject<{
271
+ [key: string]: import("@feathersjs/typebox").TSchema;
272
+ } | undefined>]>>]>>;
273
+ lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
274
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
275
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
276
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
277
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
278
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
279
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
280
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
281
+ }>, import("@feathersjs/typebox").TObject<{
282
+ [key: string]: import("@feathersjs/typebox").TSchema;
283
+ } | undefined>]>>]>>;
284
+ }>>>;
285
+ }>]>>;
286
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
287
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
288
+ $gt: import("@feathersjs/typebox").TString<string>;
289
+ $gte: import("@feathersjs/typebox").TString<string>;
290
+ $lt: import("@feathersjs/typebox").TString<string>;
291
+ $lte: import("@feathersjs/typebox").TString<string>;
292
+ $ne: import("@feathersjs/typebox").TString<string>;
293
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
294
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
295
+ }>, import("@feathersjs/typebox").TObject<{
296
+ [key: string]: import("@feathersjs/typebox").TSchema;
297
+ } | undefined>]>>]>>;
298
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
299
+ $gt: import("@feathersjs/typebox").TString<string>;
300
+ $gte: import("@feathersjs/typebox").TString<string>;
301
+ $lt: import("@feathersjs/typebox").TString<string>;
302
+ $lte: import("@feathersjs/typebox").TString<string>;
303
+ $ne: import("@feathersjs/typebox").TString<string>;
304
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
305
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
306
+ }>, import("@feathersjs/typebox").TObject<{
307
+ [key: string]: import("@feathersjs/typebox").TSchema;
308
+ } | undefined>]>>]>>;
309
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
310
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
311
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
312
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
313
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
314
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
315
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
316
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
317
+ }>, import("@feathersjs/typebox").TObject<{
318
+ [key: string]: import("@feathersjs/typebox").TSchema;
319
+ } | undefined>]>>]>>;
320
+ active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
321
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
322
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
323
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
324
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
325
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
326
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
327
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
328
+ }>, import("@feathersjs/typebox").TObject<{
329
+ [key: string]: import("@feathersjs/typebox").TSchema;
330
+ } | undefined>]>>]>>;
331
+ hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
332
+ $gt: import("@feathersjs/typebox").TString<string>;
333
+ $gte: import("@feathersjs/typebox").TString<string>;
334
+ $lt: import("@feathersjs/typebox").TString<string>;
335
+ $lte: import("@feathersjs/typebox").TString<string>;
336
+ $ne: import("@feathersjs/typebox").TString<string>;
337
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
338
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
339
+ }>, import("@feathersjs/typebox").TObject<{
340
+ [key: string]: import("@feathersjs/typebox").TSchema;
341
+ } | undefined>]>>]>>;
342
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
343
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
344
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
345
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
346
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
347
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
348
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
349
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
350
+ }>, import("@feathersjs/typebox").TObject<{
351
+ [key: string]: import("@feathersjs/typebox").TSchema;
352
+ } | undefined>]>>]>>;
353
+ lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
354
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
355
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
356
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
357
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
358
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
359
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
360
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
361
+ }>, import("@feathersjs/typebox").TObject<{
362
+ [key: string]: import("@feathersjs/typebox").TSchema;
363
+ } | undefined>]>>]>>;
364
+ }>>>;
365
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
366
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
367
+ $gt: import("@feathersjs/typebox").TString<string>;
368
+ $gte: import("@feathersjs/typebox").TString<string>;
369
+ $lt: import("@feathersjs/typebox").TString<string>;
370
+ $lte: import("@feathersjs/typebox").TString<string>;
371
+ $ne: import("@feathersjs/typebox").TString<string>;
372
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
373
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
374
+ }>, import("@feathersjs/typebox").TObject<{
375
+ [key: string]: import("@feathersjs/typebox").TSchema;
376
+ } | undefined>]>>]>>;
377
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
378
+ $gt: import("@feathersjs/typebox").TString<string>;
379
+ $gte: import("@feathersjs/typebox").TString<string>;
380
+ $lt: import("@feathersjs/typebox").TString<string>;
381
+ $lte: import("@feathersjs/typebox").TString<string>;
382
+ $ne: import("@feathersjs/typebox").TString<string>;
383
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
384
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
385
+ }>, import("@feathersjs/typebox").TObject<{
386
+ [key: string]: import("@feathersjs/typebox").TSchema;
387
+ } | undefined>]>>]>>;
388
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
389
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
390
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
391
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
392
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
393
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
394
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
395
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>>;
396
+ }>, import("@feathersjs/typebox").TObject<{
397
+ [key: string]: import("@feathersjs/typebox").TSchema;
398
+ } | undefined>]>>]>>;
399
+ active: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
400
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
401
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
402
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
403
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
404
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
405
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
406
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
407
+ }>, import("@feathersjs/typebox").TObject<{
408
+ [key: string]: import("@feathersjs/typebox").TSchema;
409
+ } | undefined>]>>]>>;
410
+ hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
411
+ $gt: import("@feathersjs/typebox").TString<string>;
412
+ $gte: import("@feathersjs/typebox").TString<string>;
413
+ $lt: import("@feathersjs/typebox").TString<string>;
414
+ $lte: import("@feathersjs/typebox").TString<string>;
415
+ $ne: import("@feathersjs/typebox").TString<string>;
416
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
417
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
418
+ }>, import("@feathersjs/typebox").TObject<{
419
+ [key: string]: import("@feathersjs/typebox").TSchema;
420
+ } | undefined>]>>]>>;
421
+ expiresAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
422
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
423
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
424
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
425
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
426
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
427
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
428
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
429
+ }>, import("@feathersjs/typebox").TObject<{
430
+ [key: string]: import("@feathersjs/typebox").TSchema;
431
+ } | undefined>]>>]>>;
432
+ lastUsedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
433
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
434
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
435
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
436
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
437
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>;
438
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
439
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"date-time">, import("@feathersjs/typebox").TNull]>>>;
440
+ }>, import("@feathersjs/typebox").TObject<{
441
+ [key: string]: import("@feathersjs/typebox").TSchema;
442
+ } | undefined>]>>]>>;
443
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
444
+ export type KeysQuery = Static<typeof keysQuerySchema>;
445
+ export declare const keysQueryValidator: import("@feathersjs/schema").Validator<any, any>;
446
+ export declare const keysQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
447
+ $limit: number;
448
+ $skip: number;
449
+ $sort: {
450
+ name?: number | undefined;
451
+ _id?: number | undefined;
452
+ userId?: number | undefined;
453
+ active?: number | undefined;
454
+ hash?: number | undefined;
455
+ expiresAt?: number | undefined;
456
+ lastUsedAt?: number | undefined;
457
+ };
458
+ $select: ("name" | "_id" | "userId" | "active" | "hash" | "expiresAt" | "lastUsedAt")[];
459
+ $and: ({
460
+ name?: string | Partial<{
461
+ $gt: string;
462
+ $gte: string;
463
+ $lt: string;
464
+ $lte: string;
465
+ $ne: string;
466
+ $in: string | string[];
467
+ $nin: string | string[];
468
+ } & {}> | undefined;
469
+ _id?: string | Partial<{
470
+ $gt: string;
471
+ $gte: string;
472
+ $lt: string;
473
+ $lte: string;
474
+ $ne: string;
475
+ $in: string | string[];
476
+ $nin: string | string[];
477
+ } & {}> | undefined;
478
+ userId?: string | Partial<{
479
+ $gt?: string | null | undefined;
480
+ $gte?: string | null | undefined;
481
+ $lt?: string | null | undefined;
482
+ $lte?: string | null | undefined;
483
+ $ne?: string | null | undefined;
484
+ $in: string | (string | null)[] | null;
485
+ $nin: string | (string | null)[] | null;
486
+ } & {}> | null | undefined;
487
+ active?: boolean | Partial<{
488
+ $gt?: boolean | undefined;
489
+ $gte?: boolean | undefined;
490
+ $lt?: boolean | undefined;
491
+ $lte?: boolean | undefined;
492
+ $ne?: boolean | undefined;
493
+ $in: boolean | boolean[];
494
+ $nin: boolean | boolean[];
495
+ } & {}> | undefined;
496
+ hash?: string | Partial<{
497
+ $gt: string;
498
+ $gte: string;
499
+ $lt: string;
500
+ $lte: string;
501
+ $ne: string;
502
+ $in: string | string[];
503
+ $nin: string | string[];
504
+ } & {}> | undefined;
505
+ expiresAt?: string | Partial<{
506
+ $gt?: string | null | undefined;
507
+ $gte?: string | null | undefined;
508
+ $lt?: string | null | undefined;
509
+ $lte?: string | null | undefined;
510
+ $ne?: string | null | undefined;
511
+ $in: string | (string | null)[] | null;
512
+ $nin: string | (string | null)[] | null;
513
+ } & {}> | null | undefined;
514
+ lastUsedAt?: string | Partial<{
515
+ $gt?: string | null | undefined;
516
+ $gte?: string | null | undefined;
517
+ $lt?: string | null | undefined;
518
+ $lte?: string | null | undefined;
519
+ $ne?: string | null | undefined;
520
+ $in: string | (string | null)[] | null;
521
+ $nin: string | (string | null)[] | null;
522
+ } & {}> | null | undefined;
523
+ } | {
524
+ $or: {
525
+ name?: string | Partial<{
526
+ $gt: string;
527
+ $gte: string;
528
+ $lt: string;
529
+ $lte: string;
530
+ $ne: string;
531
+ $in: string | string[];
532
+ $nin: string | string[];
533
+ } & {}> | undefined;
534
+ _id?: string | Partial<{
535
+ $gt: string;
536
+ $gte: string;
537
+ $lt: string;
538
+ $lte: string;
539
+ $ne: string;
540
+ $in: string | string[];
541
+ $nin: string | string[];
542
+ } & {}> | undefined;
543
+ userId?: string | Partial<{
544
+ $gt?: string | null | undefined;
545
+ $gte?: string | null | undefined;
546
+ $lt?: string | null | undefined;
547
+ $lte?: string | null | undefined;
548
+ $ne?: string | null | undefined;
549
+ $in: string | (string | null)[] | null;
550
+ $nin: string | (string | null)[] | null;
551
+ } & {}> | null | undefined;
552
+ active?: boolean | Partial<{
553
+ $gt?: boolean | undefined;
554
+ $gte?: boolean | undefined;
555
+ $lt?: boolean | undefined;
556
+ $lte?: boolean | undefined;
557
+ $ne?: boolean | undefined;
558
+ $in: boolean | boolean[];
559
+ $nin: boolean | boolean[];
560
+ } & {}> | undefined;
561
+ hash?: string | Partial<{
562
+ $gt: string;
563
+ $gte: string;
564
+ $lt: string;
565
+ $lte: string;
566
+ $ne: string;
567
+ $in: string | string[];
568
+ $nin: string | string[];
569
+ } & {}> | undefined;
570
+ expiresAt?: string | Partial<{
571
+ $gt?: string | null | undefined;
572
+ $gte?: string | null | undefined;
573
+ $lt?: string | null | undefined;
574
+ $lte?: string | null | undefined;
575
+ $ne?: string | null | undefined;
576
+ $in: string | (string | null)[] | null;
577
+ $nin: string | (string | null)[] | null;
578
+ } & {}> | null | undefined;
579
+ lastUsedAt?: string | Partial<{
580
+ $gt?: string | null | undefined;
581
+ $gte?: string | null | undefined;
582
+ $lt?: string | null | undefined;
583
+ $lte?: string | null | undefined;
584
+ $ne?: string | null | undefined;
585
+ $in: string | (string | null)[] | null;
586
+ $nin: string | (string | null)[] | null;
587
+ } & {}> | null | undefined;
588
+ }[];
589
+ })[];
590
+ $or: {
591
+ name?: string | Partial<{
592
+ $gt: string;
593
+ $gte: string;
594
+ $lt: string;
595
+ $lte: string;
596
+ $ne: string;
597
+ $in: string | string[];
598
+ $nin: string | string[];
599
+ } & {}> | undefined;
600
+ _id?: string | Partial<{
601
+ $gt: string;
602
+ $gte: string;
603
+ $lt: string;
604
+ $lte: string;
605
+ $ne: string;
606
+ $in: string | string[];
607
+ $nin: string | string[];
608
+ } & {}> | undefined;
609
+ userId?: string | Partial<{
610
+ $gt?: string | null | undefined;
611
+ $gte?: string | null | undefined;
612
+ $lt?: string | null | undefined;
613
+ $lte?: string | null | undefined;
614
+ $ne?: string | null | undefined;
615
+ $in: string | (string | null)[] | null;
616
+ $nin: string | (string | null)[] | null;
617
+ } & {}> | null | undefined;
618
+ active?: boolean | Partial<{
619
+ $gt?: boolean | undefined;
620
+ $gte?: boolean | undefined;
621
+ $lt?: boolean | undefined;
622
+ $lte?: boolean | undefined;
623
+ $ne?: boolean | undefined;
624
+ $in: boolean | boolean[];
625
+ $nin: boolean | boolean[];
626
+ } & {}> | undefined;
627
+ hash?: string | Partial<{
628
+ $gt: string;
629
+ $gte: string;
630
+ $lt: string;
631
+ $lte: string;
632
+ $ne: string;
633
+ $in: string | string[];
634
+ $nin: string | string[];
635
+ } & {}> | undefined;
636
+ expiresAt?: string | Partial<{
637
+ $gt?: string | null | undefined;
638
+ $gte?: string | null | undefined;
639
+ $lt?: string | null | undefined;
640
+ $lte?: string | null | undefined;
641
+ $ne?: string | null | undefined;
642
+ $in: string | (string | null)[] | null;
643
+ $nin: string | (string | null)[] | null;
644
+ } & {}> | null | undefined;
645
+ lastUsedAt?: string | Partial<{
646
+ $gt?: string | null | undefined;
647
+ $gte?: string | null | undefined;
648
+ $lt?: string | null | undefined;
649
+ $lte?: string | null | undefined;
650
+ $ne?: string | null | undefined;
651
+ $in: string | (string | null)[] | null;
652
+ $nin: string | (string | null)[] | null;
653
+ } & {}> | null | undefined;
654
+ }[];
655
+ }> & {
656
+ name?: string | Partial<{
657
+ $gt: string;
658
+ $gte: string;
659
+ $lt: string;
660
+ $lte: string;
661
+ $ne: string;
662
+ $in: string | string[];
663
+ $nin: string | string[];
664
+ } & {}> | undefined;
665
+ _id?: string | Partial<{
666
+ $gt: string;
667
+ $gte: string;
668
+ $lt: string;
669
+ $lte: string;
670
+ $ne: string;
671
+ $in: string | string[];
672
+ $nin: string | string[];
673
+ } & {}> | undefined;
674
+ userId?: string | Partial<{
675
+ $gt?: string | null | undefined;
676
+ $gte?: string | null | undefined;
677
+ $lt?: string | null | undefined;
678
+ $lte?: string | null | undefined;
679
+ $ne?: string | null | undefined;
680
+ $in: string | (string | null)[] | null;
681
+ $nin: string | (string | null)[] | null;
682
+ } & {}> | null | undefined;
683
+ active?: boolean | Partial<{
684
+ $gt?: boolean | undefined;
685
+ $gte?: boolean | undefined;
686
+ $lt?: boolean | undefined;
687
+ $lte?: boolean | undefined;
688
+ $ne?: boolean | undefined;
689
+ $in: boolean | boolean[];
690
+ $nin: boolean | boolean[];
691
+ } & {}> | undefined;
692
+ hash?: string | Partial<{
693
+ $gt: string;
694
+ $gte: string;
695
+ $lt: string;
696
+ $lte: string;
697
+ $ne: string;
698
+ $in: string | string[];
699
+ $nin: string | string[];
700
+ } & {}> | undefined;
701
+ expiresAt?: string | Partial<{
702
+ $gt?: string | null | undefined;
703
+ $gte?: string | null | undefined;
704
+ $lt?: string | null | undefined;
705
+ $lte?: string | null | undefined;
706
+ $ne?: string | null | undefined;
707
+ $in: string | (string | null)[] | null;
708
+ $nin: string | (string | null)[] | null;
709
+ } & {}> | null | undefined;
710
+ lastUsedAt?: string | Partial<{
711
+ $gt?: string | null | undefined;
712
+ $gte?: string | null | undefined;
713
+ $lt?: string | null | undefined;
714
+ $lte?: string | null | undefined;
715
+ $ne?: string | null | undefined;
716
+ $in: string | (string | null)[] | null;
717
+ $nin: string | (string | null)[] | null;
718
+ } & {}> | null | undefined;
719
+ } & {}, HookContext<KeysService<import("./keys.class").KeysParams>>>;