@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,803 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../../declarations';
3
+ import type { AgentsSessionsService } from './sessions.class';
4
+ export declare const agentsSessionsSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ sessionId: import("@feathersjs/typebox").TString<string>;
7
+ sessionArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
8
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
9
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
10
+ status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
11
+ metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
12
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
13
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
14
+ }>;
15
+ export type AgentsSessions = Static<typeof agentsSessionsSchema>;
16
+ export declare const agentsSessionsValidator: import("@feathersjs/schema").Validator<any, any>;
17
+ export declare const agentsSessionsResolver: import("@feathersjs/schema").Resolver<{
18
+ createdAt?: any;
19
+ updatedAt?: any;
20
+ userId?: string | undefined;
21
+ agentId?: string | undefined;
22
+ sessionArn?: string | undefined;
23
+ metadata?: Record<string, string> | undefined;
24
+ _id: string | {};
25
+ status: "ACTIVE" | "EXPIRED" | "ENDED";
26
+ sessionId: string;
27
+ }, HookContext<AgentsSessionsService<import("./sessions.class").AgentsSessionsParams>>>;
28
+ export declare const agentsSessionsExternalResolver: import("@feathersjs/schema").Resolver<{
29
+ createdAt?: any;
30
+ updatedAt?: any;
31
+ userId?: string | undefined;
32
+ agentId?: string | undefined;
33
+ sessionArn?: string | undefined;
34
+ metadata?: Record<string, string> | undefined;
35
+ _id: string | {};
36
+ status: "ACTIVE" | "EXPIRED" | "ENDED";
37
+ sessionId: string;
38
+ }, HookContext<AgentsSessionsService<import("./sessions.class").AgentsSessionsParams>>>;
39
+ export declare const agentsSessionsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
40
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
41
+ sessionId: import("@feathersjs/typebox").TString<string>;
42
+ sessionArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
43
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
44
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
45
+ status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
46
+ metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
47
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
48
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
49
+ }>, ["sessionId", "status", "metadata", "agentId", "createdAt", "updatedAt"]>;
50
+ export type AgentsSessionsData = Static<typeof agentsSessionsDataSchema>;
51
+ export declare const agentsSessionsDataValidator: import("@feathersjs/schema").Validator<any, any>;
52
+ export declare const agentsSessionsDataResolver: import("@feathersjs/schema").Resolver<{
53
+ createdAt?: any;
54
+ updatedAt?: any;
55
+ userId?: string | undefined;
56
+ agentId?: string | undefined;
57
+ sessionArn?: string | undefined;
58
+ metadata?: Record<string, string> | undefined;
59
+ _id: string | {};
60
+ status: "ACTIVE" | "EXPIRED" | "ENDED";
61
+ sessionId: string;
62
+ }, HookContext<AgentsSessionsService<import("./sessions.class").AgentsSessionsParams>>>;
63
+ export declare const agentsSessionsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
64
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
65
+ sessionId: import("@feathersjs/typebox").TString<string>;
66
+ sessionArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
67
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
68
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
69
+ status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
70
+ metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
71
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
72
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
73
+ }>>;
74
+ export type AgentsSessionsPatch = Static<typeof agentsSessionsPatchSchema>;
75
+ export declare const agentsSessionsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
76
+ export declare const agentsSessionsPatchResolver: import("@feathersjs/schema").Resolver<{
77
+ createdAt?: any;
78
+ updatedAt?: any;
79
+ userId?: string | undefined;
80
+ agentId?: string | undefined;
81
+ sessionArn?: string | undefined;
82
+ metadata?: Record<string, string> | undefined;
83
+ _id: string | {};
84
+ status: "ACTIVE" | "EXPIRED" | "ENDED";
85
+ sessionId: string;
86
+ }, HookContext<AgentsSessionsService<import("./sessions.class").AgentsSessionsParams>>>;
87
+ export declare const agentsSessionsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
88
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
89
+ sessionId: import("@feathersjs/typebox").TString<string>;
90
+ sessionArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
91
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
92
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
93
+ status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
94
+ metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
95
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
96
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
97
+ }>, ["_id", "sessionId", "sessionArn", "status", "metadata", "userId", "agentId", "createdAt", "updatedAt"]>;
98
+ export declare const agentsSessionsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
99
+ $limit: import("@feathersjs/typebox").TNumber;
100
+ $skip: import("@feathersjs/typebox").TNumber;
101
+ $sort: import("@feathersjs/typebox").TObject<{
102
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
103
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
104
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
105
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
106
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
107
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
108
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
109
+ sessionArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
110
+ metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
111
+ }>;
112
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "updatedAt" | "userId" | "status" | "sessionId" | "agentId" | "sessionArn" | "metadata")[]>;
113
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
114
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
115
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
116
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
117
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
118
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
119
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
120
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
121
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
122
+ }>, import("@feathersjs/typebox").TObject<{
123
+ [key: string]: import("@feathersjs/typebox").TSchema;
124
+ } | undefined>]>>]>>;
125
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
126
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
127
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
128
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
129
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
130
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
131
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
132
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
133
+ }>, import("@feathersjs/typebox").TObject<{
134
+ [key: string]: import("@feathersjs/typebox").TSchema;
135
+ } | undefined>]>>]>>;
136
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
137
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
138
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
139
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
140
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
141
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
142
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
143
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
144
+ }>, import("@feathersjs/typebox").TObject<{
145
+ [key: string]: import("@feathersjs/typebox").TSchema;
146
+ } | undefined>]>>]>>;
147
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
148
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
149
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
150
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
151
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
152
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
153
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
154
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
155
+ }>, import("@feathersjs/typebox").TObject<{
156
+ [key: string]: import("@feathersjs/typebox").TSchema;
157
+ } | undefined>]>>]>>;
158
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
159
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
160
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
161
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
162
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
163
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
164
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>>;
165
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>>;
166
+ }>, import("@feathersjs/typebox").TObject<{
167
+ [key: string]: import("@feathersjs/typebox").TSchema;
168
+ } | undefined>]>>]>>;
169
+ sessionId: 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<{
170
+ $gt: import("@feathersjs/typebox").TString<string>;
171
+ $gte: import("@feathersjs/typebox").TString<string>;
172
+ $lt: import("@feathersjs/typebox").TString<string>;
173
+ $lte: import("@feathersjs/typebox").TString<string>;
174
+ $ne: import("@feathersjs/typebox").TString<string>;
175
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
176
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
177
+ }>, import("@feathersjs/typebox").TObject<{
178
+ [key: string]: import("@feathersjs/typebox").TSchema;
179
+ } | undefined>]>>]>>;
180
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
181
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
182
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
183
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
184
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
185
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
186
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
187
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
188
+ }>, import("@feathersjs/typebox").TObject<{
189
+ [key: string]: import("@feathersjs/typebox").TSchema;
190
+ } | undefined>]>>]>>;
191
+ sessionArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
192
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
193
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
194
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
195
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
196
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
197
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
198
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
199
+ }>, import("@feathersjs/typebox").TObject<{
200
+ [key: string]: import("@feathersjs/typebox").TSchema;
201
+ } | undefined>]>>]>>;
202
+ metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
203
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
204
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
205
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
206
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
207
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
208
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>>;
209
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>>;
210
+ }>, import("@feathersjs/typebox").TObject<{
211
+ [key: string]: import("@feathersjs/typebox").TSchema;
212
+ } | undefined>]>>]>>;
213
+ }>>, import("@feathersjs/typebox").TObject<{
214
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
215
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
216
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
217
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
218
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
219
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
220
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
221
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
222
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
223
+ }>, import("@feathersjs/typebox").TObject<{
224
+ [key: string]: import("@feathersjs/typebox").TSchema;
225
+ } | undefined>]>>]>>;
226
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
227
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
228
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
229
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
230
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
231
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
232
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
233
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
234
+ }>, import("@feathersjs/typebox").TObject<{
235
+ [key: string]: import("@feathersjs/typebox").TSchema;
236
+ } | undefined>]>>]>>;
237
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
238
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
239
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
240
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
241
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
242
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
243
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
244
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
245
+ }>, import("@feathersjs/typebox").TObject<{
246
+ [key: string]: import("@feathersjs/typebox").TSchema;
247
+ } | undefined>]>>]>>;
248
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
249
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
250
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
251
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
252
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
253
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
254
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
255
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
256
+ }>, import("@feathersjs/typebox").TObject<{
257
+ [key: string]: import("@feathersjs/typebox").TSchema;
258
+ } | undefined>]>>]>>;
259
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
260
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
261
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
262
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
263
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
264
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
265
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>>;
266
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>>;
267
+ }>, import("@feathersjs/typebox").TObject<{
268
+ [key: string]: import("@feathersjs/typebox").TSchema;
269
+ } | undefined>]>>]>>;
270
+ sessionId: 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<{
271
+ $gt: import("@feathersjs/typebox").TString<string>;
272
+ $gte: import("@feathersjs/typebox").TString<string>;
273
+ $lt: import("@feathersjs/typebox").TString<string>;
274
+ $lte: import("@feathersjs/typebox").TString<string>;
275
+ $ne: import("@feathersjs/typebox").TString<string>;
276
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
277
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
278
+ }>, import("@feathersjs/typebox").TObject<{
279
+ [key: string]: import("@feathersjs/typebox").TSchema;
280
+ } | undefined>]>>]>>;
281
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
282
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
283
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
284
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
285
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
286
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
287
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
288
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
289
+ }>, import("@feathersjs/typebox").TObject<{
290
+ [key: string]: import("@feathersjs/typebox").TSchema;
291
+ } | undefined>]>>]>>;
292
+ sessionArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
293
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
294
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
295
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
296
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
297
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
298
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
299
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
300
+ }>, import("@feathersjs/typebox").TObject<{
301
+ [key: string]: import("@feathersjs/typebox").TSchema;
302
+ } | undefined>]>>]>>;
303
+ metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
304
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
305
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
306
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
307
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
308
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
309
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>>;
310
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>>;
311
+ }>, import("@feathersjs/typebox").TObject<{
312
+ [key: string]: import("@feathersjs/typebox").TSchema;
313
+ } | undefined>]>>]>>;
314
+ }>>>;
315
+ }>]>>;
316
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
317
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
318
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
319
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
320
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
321
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
322
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
323
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
324
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
325
+ }>, import("@feathersjs/typebox").TObject<{
326
+ [key: string]: import("@feathersjs/typebox").TSchema;
327
+ } | undefined>]>>]>>;
328
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
329
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
330
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
331
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
332
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
333
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
334
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
335
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
336
+ }>, import("@feathersjs/typebox").TObject<{
337
+ [key: string]: import("@feathersjs/typebox").TSchema;
338
+ } | undefined>]>>]>>;
339
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
340
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
341
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
342
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
343
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
344
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
345
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
346
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
347
+ }>, import("@feathersjs/typebox").TObject<{
348
+ [key: string]: import("@feathersjs/typebox").TSchema;
349
+ } | undefined>]>>]>>;
350
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
351
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
352
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
353
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
354
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
355
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
356
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
357
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
358
+ }>, import("@feathersjs/typebox").TObject<{
359
+ [key: string]: import("@feathersjs/typebox").TSchema;
360
+ } | undefined>]>>]>>;
361
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
362
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
363
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
364
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
365
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
366
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
367
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>>;
368
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>>;
369
+ }>, import("@feathersjs/typebox").TObject<{
370
+ [key: string]: import("@feathersjs/typebox").TSchema;
371
+ } | undefined>]>>]>>;
372
+ sessionId: 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<{
373
+ $gt: import("@feathersjs/typebox").TString<string>;
374
+ $gte: import("@feathersjs/typebox").TString<string>;
375
+ $lt: import("@feathersjs/typebox").TString<string>;
376
+ $lte: import("@feathersjs/typebox").TString<string>;
377
+ $ne: import("@feathersjs/typebox").TString<string>;
378
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
379
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
380
+ }>, import("@feathersjs/typebox").TObject<{
381
+ [key: string]: import("@feathersjs/typebox").TSchema;
382
+ } | undefined>]>>]>>;
383
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
384
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
385
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
386
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
387
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
388
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
389
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
390
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
391
+ }>, import("@feathersjs/typebox").TObject<{
392
+ [key: string]: import("@feathersjs/typebox").TSchema;
393
+ } | undefined>]>>]>>;
394
+ sessionArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
395
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
396
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
397
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
398
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
399
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
400
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
401
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
402
+ }>, import("@feathersjs/typebox").TObject<{
403
+ [key: string]: import("@feathersjs/typebox").TSchema;
404
+ } | undefined>]>>]>>;
405
+ metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
406
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
407
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
408
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
409
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
410
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
411
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>>;
412
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>>;
413
+ }>, import("@feathersjs/typebox").TObject<{
414
+ [key: string]: import("@feathersjs/typebox").TSchema;
415
+ } | undefined>]>>]>>;
416
+ }>>>;
417
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
418
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
419
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
420
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
421
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
422
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
423
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
424
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
425
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
426
+ }>, import("@feathersjs/typebox").TObject<{
427
+ [key: string]: import("@feathersjs/typebox").TSchema;
428
+ } | undefined>]>>]>>;
429
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
430
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
431
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
432
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
433
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
434
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
435
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
436
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
437
+ }>, import("@feathersjs/typebox").TObject<{
438
+ [key: string]: import("@feathersjs/typebox").TSchema;
439
+ } | undefined>]>>]>>;
440
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
441
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
442
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
443
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
444
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
445
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
446
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
447
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
448
+ }>, import("@feathersjs/typebox").TObject<{
449
+ [key: string]: import("@feathersjs/typebox").TSchema;
450
+ } | undefined>]>>]>>;
451
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
452
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
453
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
454
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
455
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
456
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
457
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
458
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
459
+ }>, import("@feathersjs/typebox").TObject<{
460
+ [key: string]: import("@feathersjs/typebox").TSchema;
461
+ } | undefined>]>>]>>;
462
+ status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
463
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
464
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
465
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
466
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
467
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>;
468
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>>;
469
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>>;
470
+ }>, import("@feathersjs/typebox").TObject<{
471
+ [key: string]: import("@feathersjs/typebox").TSchema;
472
+ } | undefined>]>>]>>;
473
+ sessionId: 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<{
474
+ $gt: import("@feathersjs/typebox").TString<string>;
475
+ $gte: import("@feathersjs/typebox").TString<string>;
476
+ $lt: import("@feathersjs/typebox").TString<string>;
477
+ $lte: import("@feathersjs/typebox").TString<string>;
478
+ $ne: import("@feathersjs/typebox").TString<string>;
479
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
480
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
481
+ }>, import("@feathersjs/typebox").TObject<{
482
+ [key: string]: import("@feathersjs/typebox").TSchema;
483
+ } | undefined>]>>]>>;
484
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
485
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
486
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
487
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
488
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
489
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
490
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
491
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
492
+ }>, import("@feathersjs/typebox").TObject<{
493
+ [key: string]: import("@feathersjs/typebox").TSchema;
494
+ } | undefined>]>>]>>;
495
+ sessionArn: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
496
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
497
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
498
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
499
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
500
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
501
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
502
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
503
+ }>, import("@feathersjs/typebox").TObject<{
504
+ [key: string]: import("@feathersjs/typebox").TSchema;
505
+ } | undefined>]>>]>>;
506
+ metadata: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
507
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
508
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
509
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
510
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
511
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>;
512
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>>;
513
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRecord<import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TString<string>>>>;
514
+ }>, import("@feathersjs/typebox").TObject<{
515
+ [key: string]: import("@feathersjs/typebox").TSchema;
516
+ } | undefined>]>>]>>;
517
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
518
+ export type AgentsSessionsQuery = Static<typeof agentsSessionsQuerySchema>;
519
+ export declare const agentsSessionsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
520
+ export declare const agentsSessionsQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
521
+ $limit: number;
522
+ $skip: number;
523
+ $sort: {
524
+ _id?: number | undefined;
525
+ createdAt?: number | undefined;
526
+ updatedAt?: number | undefined;
527
+ userId?: number | undefined;
528
+ status?: number | undefined;
529
+ sessionId?: number | undefined;
530
+ agentId?: number | undefined;
531
+ sessionArn?: number | undefined;
532
+ metadata?: number | undefined;
533
+ };
534
+ $select: ("_id" | "createdAt" | "updatedAt" | "userId" | "status" | "sessionId" | "agentId" | "sessionArn" | "metadata")[];
535
+ $and: ({
536
+ _id?: string | {} | Partial<{
537
+ $gt: string | {};
538
+ $gte: string | {};
539
+ $lt: string | {};
540
+ $lte: string | {};
541
+ $ne: string | {};
542
+ $in: string | {} | (string | {})[];
543
+ $nin: string | {} | (string | {})[];
544
+ } & {}> | undefined;
545
+ createdAt?: any;
546
+ updatedAt?: any;
547
+ userId?: string | Partial<{
548
+ $gt?: string | undefined;
549
+ $gte?: string | undefined;
550
+ $lt?: string | undefined;
551
+ $lte?: string | undefined;
552
+ $ne?: string | undefined;
553
+ $in: string | string[];
554
+ $nin: string | string[];
555
+ } & {}> | undefined;
556
+ status?: "ACTIVE" | "EXPIRED" | "ENDED" | Partial<{
557
+ $gt: "ACTIVE" | "EXPIRED" | "ENDED";
558
+ $gte: "ACTIVE" | "EXPIRED" | "ENDED";
559
+ $lt: "ACTIVE" | "EXPIRED" | "ENDED";
560
+ $lte: "ACTIVE" | "EXPIRED" | "ENDED";
561
+ $ne: "ACTIVE" | "EXPIRED" | "ENDED";
562
+ $in: "ACTIVE" | "EXPIRED" | "ENDED" | ("ACTIVE" | "EXPIRED" | "ENDED")[];
563
+ $nin: "ACTIVE" | "EXPIRED" | "ENDED" | ("ACTIVE" | "EXPIRED" | "ENDED")[];
564
+ } & {}> | undefined;
565
+ sessionId?: string | Partial<{
566
+ $gt: string;
567
+ $gte: string;
568
+ $lt: string;
569
+ $lte: string;
570
+ $ne: string;
571
+ $in: string | string[];
572
+ $nin: string | string[];
573
+ } & {}> | undefined;
574
+ agentId?: string | Partial<{
575
+ $gt?: string | undefined;
576
+ $gte?: string | undefined;
577
+ $lt?: string | undefined;
578
+ $lte?: string | undefined;
579
+ $ne?: string | undefined;
580
+ $in: string | string[];
581
+ $nin: string | string[];
582
+ } & {}> | undefined;
583
+ sessionArn?: string | Partial<{
584
+ $gt?: string | undefined;
585
+ $gte?: string | undefined;
586
+ $lt?: string | undefined;
587
+ $lte?: string | undefined;
588
+ $ne?: string | undefined;
589
+ $in: string | string[];
590
+ $nin: string | string[];
591
+ } & {}> | undefined;
592
+ metadata?: Record<string, string> | Partial<{
593
+ $gt?: Record<string, string> | undefined;
594
+ $gte?: Record<string, string> | undefined;
595
+ $lt?: Record<string, string> | undefined;
596
+ $lte?: Record<string, string> | undefined;
597
+ $ne?: Record<string, string> | undefined;
598
+ $in: Record<string, string> | Record<string, string>[];
599
+ $nin: Record<string, string> | Record<string, string>[];
600
+ } & {}> | undefined;
601
+ } | {
602
+ $or: {
603
+ _id?: string | {} | Partial<{
604
+ $gt: string | {};
605
+ $gte: string | {};
606
+ $lt: string | {};
607
+ $lte: string | {};
608
+ $ne: string | {};
609
+ $in: string | {} | (string | {})[];
610
+ $nin: string | {} | (string | {})[];
611
+ } & {}> | undefined;
612
+ createdAt?: any;
613
+ updatedAt?: any;
614
+ userId?: string | Partial<{
615
+ $gt?: string | undefined;
616
+ $gte?: string | undefined;
617
+ $lt?: string | undefined;
618
+ $lte?: string | undefined;
619
+ $ne?: string | undefined;
620
+ $in: string | string[];
621
+ $nin: string | string[];
622
+ } & {}> | undefined;
623
+ status?: "ACTIVE" | "EXPIRED" | "ENDED" | Partial<{
624
+ $gt: "ACTIVE" | "EXPIRED" | "ENDED";
625
+ $gte: "ACTIVE" | "EXPIRED" | "ENDED";
626
+ $lt: "ACTIVE" | "EXPIRED" | "ENDED";
627
+ $lte: "ACTIVE" | "EXPIRED" | "ENDED";
628
+ $ne: "ACTIVE" | "EXPIRED" | "ENDED";
629
+ $in: "ACTIVE" | "EXPIRED" | "ENDED" | ("ACTIVE" | "EXPIRED" | "ENDED")[];
630
+ $nin: "ACTIVE" | "EXPIRED" | "ENDED" | ("ACTIVE" | "EXPIRED" | "ENDED")[];
631
+ } & {}> | undefined;
632
+ sessionId?: string | Partial<{
633
+ $gt: string;
634
+ $gte: string;
635
+ $lt: string;
636
+ $lte: string;
637
+ $ne: string;
638
+ $in: string | string[];
639
+ $nin: string | string[];
640
+ } & {}> | undefined;
641
+ agentId?: string | Partial<{
642
+ $gt?: string | undefined;
643
+ $gte?: string | undefined;
644
+ $lt?: string | undefined;
645
+ $lte?: string | undefined;
646
+ $ne?: string | undefined;
647
+ $in: string | string[];
648
+ $nin: string | string[];
649
+ } & {}> | undefined;
650
+ sessionArn?: string | Partial<{
651
+ $gt?: string | undefined;
652
+ $gte?: string | undefined;
653
+ $lt?: string | undefined;
654
+ $lte?: string | undefined;
655
+ $ne?: string | undefined;
656
+ $in: string | string[];
657
+ $nin: string | string[];
658
+ } & {}> | undefined;
659
+ metadata?: Record<string, string> | Partial<{
660
+ $gt?: Record<string, string> | undefined;
661
+ $gte?: Record<string, string> | undefined;
662
+ $lt?: Record<string, string> | undefined;
663
+ $lte?: Record<string, string> | undefined;
664
+ $ne?: Record<string, string> | undefined;
665
+ $in: Record<string, string> | Record<string, string>[];
666
+ $nin: Record<string, string> | Record<string, string>[];
667
+ } & {}> | undefined;
668
+ }[];
669
+ })[];
670
+ $or: {
671
+ _id?: string | {} | Partial<{
672
+ $gt: string | {};
673
+ $gte: string | {};
674
+ $lt: string | {};
675
+ $lte: string | {};
676
+ $ne: string | {};
677
+ $in: string | {} | (string | {})[];
678
+ $nin: string | {} | (string | {})[];
679
+ } & {}> | undefined;
680
+ createdAt?: any;
681
+ updatedAt?: any;
682
+ userId?: string | Partial<{
683
+ $gt?: string | undefined;
684
+ $gte?: string | undefined;
685
+ $lt?: string | undefined;
686
+ $lte?: string | undefined;
687
+ $ne?: string | undefined;
688
+ $in: string | string[];
689
+ $nin: string | string[];
690
+ } & {}> | undefined;
691
+ status?: "ACTIVE" | "EXPIRED" | "ENDED" | Partial<{
692
+ $gt: "ACTIVE" | "EXPIRED" | "ENDED";
693
+ $gte: "ACTIVE" | "EXPIRED" | "ENDED";
694
+ $lt: "ACTIVE" | "EXPIRED" | "ENDED";
695
+ $lte: "ACTIVE" | "EXPIRED" | "ENDED";
696
+ $ne: "ACTIVE" | "EXPIRED" | "ENDED";
697
+ $in: "ACTIVE" | "EXPIRED" | "ENDED" | ("ACTIVE" | "EXPIRED" | "ENDED")[];
698
+ $nin: "ACTIVE" | "EXPIRED" | "ENDED" | ("ACTIVE" | "EXPIRED" | "ENDED")[];
699
+ } & {}> | undefined;
700
+ sessionId?: string | Partial<{
701
+ $gt: string;
702
+ $gte: string;
703
+ $lt: string;
704
+ $lte: string;
705
+ $ne: string;
706
+ $in: string | string[];
707
+ $nin: string | string[];
708
+ } & {}> | undefined;
709
+ agentId?: string | Partial<{
710
+ $gt?: string | undefined;
711
+ $gte?: string | undefined;
712
+ $lt?: string | undefined;
713
+ $lte?: string | undefined;
714
+ $ne?: string | undefined;
715
+ $in: string | string[];
716
+ $nin: string | string[];
717
+ } & {}> | undefined;
718
+ sessionArn?: string | Partial<{
719
+ $gt?: string | undefined;
720
+ $gte?: string | undefined;
721
+ $lt?: string | undefined;
722
+ $lte?: string | undefined;
723
+ $ne?: string | undefined;
724
+ $in: string | string[];
725
+ $nin: string | string[];
726
+ } & {}> | undefined;
727
+ metadata?: Record<string, string> | Partial<{
728
+ $gt?: Record<string, string> | undefined;
729
+ $gte?: Record<string, string> | undefined;
730
+ $lt?: Record<string, string> | undefined;
731
+ $lte?: Record<string, string> | undefined;
732
+ $ne?: Record<string, string> | undefined;
733
+ $in: Record<string, string> | Record<string, string>[];
734
+ $nin: Record<string, string> | Record<string, string>[];
735
+ } & {}> | undefined;
736
+ }[];
737
+ }> & {
738
+ _id?: string | {} | Partial<{
739
+ $gt: string | {};
740
+ $gte: string | {};
741
+ $lt: string | {};
742
+ $lte: string | {};
743
+ $ne: string | {};
744
+ $in: string | {} | (string | {})[];
745
+ $nin: string | {} | (string | {})[];
746
+ } & {}> | undefined;
747
+ createdAt?: any;
748
+ updatedAt?: any;
749
+ userId?: string | Partial<{
750
+ $gt?: string | undefined;
751
+ $gte?: string | undefined;
752
+ $lt?: string | undefined;
753
+ $lte?: string | undefined;
754
+ $ne?: string | undefined;
755
+ $in: string | string[];
756
+ $nin: string | string[];
757
+ } & {}> | undefined;
758
+ status?: "ACTIVE" | "EXPIRED" | "ENDED" | Partial<{
759
+ $gt: "ACTIVE" | "EXPIRED" | "ENDED";
760
+ $gte: "ACTIVE" | "EXPIRED" | "ENDED";
761
+ $lt: "ACTIVE" | "EXPIRED" | "ENDED";
762
+ $lte: "ACTIVE" | "EXPIRED" | "ENDED";
763
+ $ne: "ACTIVE" | "EXPIRED" | "ENDED";
764
+ $in: "ACTIVE" | "EXPIRED" | "ENDED" | ("ACTIVE" | "EXPIRED" | "ENDED")[];
765
+ $nin: "ACTIVE" | "EXPIRED" | "ENDED" | ("ACTIVE" | "EXPIRED" | "ENDED")[];
766
+ } & {}> | undefined;
767
+ sessionId?: string | Partial<{
768
+ $gt: string;
769
+ $gte: string;
770
+ $lt: string;
771
+ $lte: string;
772
+ $ne: string;
773
+ $in: string | string[];
774
+ $nin: string | string[];
775
+ } & {}> | undefined;
776
+ agentId?: string | Partial<{
777
+ $gt?: string | undefined;
778
+ $gte?: string | undefined;
779
+ $lt?: string | undefined;
780
+ $lte?: string | undefined;
781
+ $ne?: string | undefined;
782
+ $in: string | string[];
783
+ $nin: string | string[];
784
+ } & {}> | undefined;
785
+ sessionArn?: string | Partial<{
786
+ $gt?: string | undefined;
787
+ $gte?: string | undefined;
788
+ $lt?: string | undefined;
789
+ $lte?: string | undefined;
790
+ $ne?: string | undefined;
791
+ $in: string | string[];
792
+ $nin: string | string[];
793
+ } & {}> | undefined;
794
+ metadata?: Record<string, string> | Partial<{
795
+ $gt?: Record<string, string> | undefined;
796
+ $gte?: Record<string, string> | undefined;
797
+ $lt?: Record<string, string> | undefined;
798
+ $lte?: Record<string, string> | undefined;
799
+ $ne?: Record<string, string> | undefined;
800
+ $in: Record<string, string> | Record<string, string>[];
801
+ $nin: Record<string, string> | Record<string, string>[];
802
+ } & {}> | undefined;
803
+ } & {}, HookContext<AgentsSessionsService<import("./sessions.class").AgentsSessionsParams>>>;