@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,1275 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../declarations';
3
+ import type { ExtensionsService } from './extensions.class';
4
+ export declare const extensionsSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ name: import("@feathersjs/typebox").TString<string>;
7
+ description: import("@feathersjs/typebox").TString<string>;
8
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
9
+ group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
10
+ version: import("@feathersjs/typebox").TString<string>;
11
+ author: import("@feathersjs/typebox").TString<string>;
12
+ category: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
13
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
14
+ icon: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
15
+ openApiSpec: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
16
+ configuration: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
17
+ editable: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
18
+ public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
19
+ installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
20
+ canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
21
+ isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
22
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
23
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
24
+ }>;
25
+ export type Extensions = Static<typeof extensionsSchema>;
26
+ export declare const extensionsValidator: import("@feathersjs/schema").Validator<any, any>;
27
+ export declare const extensionsResolver: import("@feathersjs/schema").Resolver<{
28
+ public?: boolean | undefined;
29
+ createdAt?: string | undefined;
30
+ updatedAt?: string | undefined;
31
+ tags?: string[] | undefined;
32
+ group?: string | undefined;
33
+ category?: string | undefined;
34
+ icon?: string | undefined;
35
+ openApiSpec?: any;
36
+ configuration?: any;
37
+ editable?: boolean | undefined;
38
+ installedBy?: string[] | undefined;
39
+ canInstall?: boolean | undefined;
40
+ isInstalled?: boolean | undefined;
41
+ name: string;
42
+ _id: string | {};
43
+ version: string;
44
+ type: "model" | "strategies" | "custom" | "actions" | "agent-template";
45
+ description: string;
46
+ author: string;
47
+ }, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
48
+ export declare const extensionsExternalResolver: import("@feathersjs/schema").Resolver<{
49
+ public?: boolean | undefined;
50
+ createdAt?: string | undefined;
51
+ updatedAt?: string | undefined;
52
+ tags?: string[] | undefined;
53
+ group?: string | undefined;
54
+ category?: string | undefined;
55
+ icon?: string | undefined;
56
+ openApiSpec?: any;
57
+ configuration?: any;
58
+ editable?: boolean | undefined;
59
+ installedBy?: string[] | undefined;
60
+ canInstall?: boolean | undefined;
61
+ isInstalled?: boolean | undefined;
62
+ name: string;
63
+ _id: string | {};
64
+ version: string;
65
+ type: "model" | "strategies" | "custom" | "actions" | "agent-template";
66
+ description: string;
67
+ author: string;
68
+ }, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
69
+ export declare const extensionsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
70
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
71
+ name: import("@feathersjs/typebox").TString<string>;
72
+ description: import("@feathersjs/typebox").TString<string>;
73
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
74
+ group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
75
+ version: import("@feathersjs/typebox").TString<string>;
76
+ author: import("@feathersjs/typebox").TString<string>;
77
+ category: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
78
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
79
+ icon: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
80
+ openApiSpec: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
81
+ configuration: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
82
+ editable: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
83
+ public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
84
+ installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
85
+ canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
86
+ isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
87
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
88
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
89
+ }>, ["name", "description", "type", "group", "version", "author", "category", "tags", "icon", "openApiSpec", "configuration", "editable", "public", "createdAt", "updatedAt"]>;
90
+ export type ExtensionsData = Static<typeof extensionsDataSchema>;
91
+ export declare const extensionsDataValidator: import("@feathersjs/schema").Validator<any, any>;
92
+ export declare const extensionsDataResolver: import("@feathersjs/schema").Resolver<{
93
+ public?: boolean | undefined;
94
+ createdAt?: string | undefined;
95
+ updatedAt?: string | undefined;
96
+ tags?: string[] | undefined;
97
+ group?: string | undefined;
98
+ category?: string | undefined;
99
+ icon?: string | undefined;
100
+ openApiSpec?: any;
101
+ configuration?: any;
102
+ editable?: boolean | undefined;
103
+ installedBy?: string[] | undefined;
104
+ canInstall?: boolean | undefined;
105
+ isInstalled?: boolean | undefined;
106
+ name: string;
107
+ _id: string | {};
108
+ version: string;
109
+ type: "model" | "strategies" | "custom" | "actions" | "agent-template";
110
+ description: string;
111
+ author: string;
112
+ }, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
113
+ export declare const extensionsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
114
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
115
+ name: import("@feathersjs/typebox").TString<string>;
116
+ description: import("@feathersjs/typebox").TString<string>;
117
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
118
+ group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
119
+ version: import("@feathersjs/typebox").TString<string>;
120
+ author: import("@feathersjs/typebox").TString<string>;
121
+ category: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
122
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
123
+ icon: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
124
+ openApiSpec: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
125
+ configuration: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
126
+ editable: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
127
+ public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
128
+ installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
129
+ canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
130
+ isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
131
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
132
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
133
+ }>>;
134
+ export type ExtensionsPatch = Static<typeof extensionsPatchSchema>;
135
+ export declare const extensionsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
136
+ export declare const extensionsPatchResolver: import("@feathersjs/schema").Resolver<{
137
+ public?: boolean | undefined;
138
+ createdAt?: string | undefined;
139
+ updatedAt?: string | undefined;
140
+ tags?: string[] | undefined;
141
+ group?: string | undefined;
142
+ category?: string | undefined;
143
+ icon?: string | undefined;
144
+ openApiSpec?: any;
145
+ configuration?: any;
146
+ editable?: boolean | undefined;
147
+ installedBy?: string[] | undefined;
148
+ canInstall?: boolean | undefined;
149
+ isInstalled?: boolean | undefined;
150
+ name: string;
151
+ _id: string | {};
152
+ version: string;
153
+ type: "model" | "strategies" | "custom" | "actions" | "agent-template";
154
+ description: string;
155
+ author: string;
156
+ }, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;
157
+ export declare const extensionsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
158
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
159
+ name: import("@feathersjs/typebox").TString<string>;
160
+ description: import("@feathersjs/typebox").TString<string>;
161
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
162
+ group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
163
+ version: import("@feathersjs/typebox").TString<string>;
164
+ author: import("@feathersjs/typebox").TString<string>;
165
+ category: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
166
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
167
+ icon: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
168
+ openApiSpec: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
169
+ configuration: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
170
+ editable: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
171
+ public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
172
+ installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
173
+ canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
174
+ isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
175
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
176
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
177
+ }>, ["_id", "name", "description", "type", "group", "version", "author", "category", "tags", "public", "installedBy", "canInstall", "isInstalled"]>;
178
+ export declare const extensionsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
179
+ $limit: import("@feathersjs/typebox").TNumber;
180
+ $skip: import("@feathersjs/typebox").TNumber;
181
+ $sort: import("@feathersjs/typebox").TObject<{
182
+ public: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
183
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
184
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
185
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
186
+ version: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
187
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
188
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
189
+ group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
190
+ author: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
191
+ category: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
192
+ installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
193
+ canInstall: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
194
+ isInstalled: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
195
+ }>;
196
+ $select: import("@feathersjs/typebox").TUnsafe<("public" | "name" | "_id" | "tags" | "version" | "type" | "description" | "group" | "author" | "category" | "installedBy" | "canInstall" | "isInstalled")[]>;
197
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
198
+ public: 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<{
199
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
200
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
201
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
202
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
203
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
204
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
205
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
206
+ }>, import("@feathersjs/typebox").TObject<{
207
+ [key: string]: import("@feathersjs/typebox").TSchema;
208
+ } | undefined>]>>]>>;
209
+ 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<{
210
+ $gt: import("@feathersjs/typebox").TString<string>;
211
+ $gte: import("@feathersjs/typebox").TString<string>;
212
+ $lt: import("@feathersjs/typebox").TString<string>;
213
+ $lte: import("@feathersjs/typebox").TString<string>;
214
+ $ne: import("@feathersjs/typebox").TString<string>;
215
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
216
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
217
+ }>, import("@feathersjs/typebox").TObject<{
218
+ [key: string]: import("@feathersjs/typebox").TSchema;
219
+ } | undefined>]>>]>>;
220
+ _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<{
221
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
222
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
223
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
224
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
225
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
226
+ $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<{}>]>>;
227
+ $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<{}>]>>;
228
+ }>, import("@feathersjs/typebox").TObject<{
229
+ [key: string]: import("@feathersjs/typebox").TSchema;
230
+ } | undefined>]>>]>>;
231
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
232
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
233
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
234
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
235
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
236
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
237
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
238
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
239
+ }>, import("@feathersjs/typebox").TObject<{
240
+ [key: string]: import("@feathersjs/typebox").TSchema;
241
+ } | undefined>]>>]>>;
242
+ version: 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<{
243
+ $gt: import("@feathersjs/typebox").TString<string>;
244
+ $gte: import("@feathersjs/typebox").TString<string>;
245
+ $lt: import("@feathersjs/typebox").TString<string>;
246
+ $lte: import("@feathersjs/typebox").TString<string>;
247
+ $ne: import("@feathersjs/typebox").TString<string>;
248
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
249
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
250
+ }>, import("@feathersjs/typebox").TObject<{
251
+ [key: string]: import("@feathersjs/typebox").TSchema;
252
+ } | undefined>]>>]>>;
253
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
254
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
255
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
256
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
257
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
258
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
259
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>>;
260
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>>;
261
+ }>, import("@feathersjs/typebox").TObject<{
262
+ [key: string]: import("@feathersjs/typebox").TSchema;
263
+ } | undefined>]>>]>>;
264
+ description: 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<{
265
+ $gt: import("@feathersjs/typebox").TString<string>;
266
+ $gte: import("@feathersjs/typebox").TString<string>;
267
+ $lt: import("@feathersjs/typebox").TString<string>;
268
+ $lte: import("@feathersjs/typebox").TString<string>;
269
+ $ne: import("@feathersjs/typebox").TString<string>;
270
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
271
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
272
+ }>, import("@feathersjs/typebox").TObject<{
273
+ [key: string]: import("@feathersjs/typebox").TSchema;
274
+ } | undefined>]>>]>>;
275
+ group: 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<{
276
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
277
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
278
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
279
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
280
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
281
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
282
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
283
+ }>, import("@feathersjs/typebox").TObject<{
284
+ [key: string]: import("@feathersjs/typebox").TSchema;
285
+ } | undefined>]>>]>>;
286
+ author: 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<{
287
+ $gt: import("@feathersjs/typebox").TString<string>;
288
+ $gte: import("@feathersjs/typebox").TString<string>;
289
+ $lt: import("@feathersjs/typebox").TString<string>;
290
+ $lte: import("@feathersjs/typebox").TString<string>;
291
+ $ne: import("@feathersjs/typebox").TString<string>;
292
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
293
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
294
+ }>, import("@feathersjs/typebox").TObject<{
295
+ [key: string]: import("@feathersjs/typebox").TSchema;
296
+ } | undefined>]>>]>>;
297
+ category: 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<{
298
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
299
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
300
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
301
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
302
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
303
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
304
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
305
+ }>, import("@feathersjs/typebox").TObject<{
306
+ [key: string]: import("@feathersjs/typebox").TSchema;
307
+ } | undefined>]>>]>>;
308
+ installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
309
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
310
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
311
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
312
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
313
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
314
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
315
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
316
+ }>, import("@feathersjs/typebox").TObject<{
317
+ [key: string]: import("@feathersjs/typebox").TSchema;
318
+ } | undefined>]>>]>>;
319
+ canInstall: 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<{
320
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
321
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
322
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
323
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
324
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
325
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
326
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
327
+ }>, import("@feathersjs/typebox").TObject<{
328
+ [key: string]: import("@feathersjs/typebox").TSchema;
329
+ } | undefined>]>>]>>;
330
+ isInstalled: 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<{
331
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
332
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
333
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
334
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
335
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
336
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
337
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
338
+ }>, import("@feathersjs/typebox").TObject<{
339
+ [key: string]: import("@feathersjs/typebox").TSchema;
340
+ } | undefined>]>>]>>;
341
+ }>>, import("@feathersjs/typebox").TObject<{
342
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
343
+ public: 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<{
344
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
345
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
346
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
347
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
348
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
349
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
350
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
351
+ }>, import("@feathersjs/typebox").TObject<{
352
+ [key: string]: import("@feathersjs/typebox").TSchema;
353
+ } | undefined>]>>]>>;
354
+ 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<{
355
+ $gt: import("@feathersjs/typebox").TString<string>;
356
+ $gte: import("@feathersjs/typebox").TString<string>;
357
+ $lt: import("@feathersjs/typebox").TString<string>;
358
+ $lte: import("@feathersjs/typebox").TString<string>;
359
+ $ne: import("@feathersjs/typebox").TString<string>;
360
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
361
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
362
+ }>, import("@feathersjs/typebox").TObject<{
363
+ [key: string]: import("@feathersjs/typebox").TSchema;
364
+ } | undefined>]>>]>>;
365
+ _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<{
366
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
367
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
368
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
369
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
370
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
371
+ $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<{}>]>>;
372
+ $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<{}>]>>;
373
+ }>, import("@feathersjs/typebox").TObject<{
374
+ [key: string]: import("@feathersjs/typebox").TSchema;
375
+ } | undefined>]>>]>>;
376
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
377
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
378
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
379
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
380
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
381
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
382
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
383
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
384
+ }>, import("@feathersjs/typebox").TObject<{
385
+ [key: string]: import("@feathersjs/typebox").TSchema;
386
+ } | undefined>]>>]>>;
387
+ version: 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<{
388
+ $gt: import("@feathersjs/typebox").TString<string>;
389
+ $gte: import("@feathersjs/typebox").TString<string>;
390
+ $lt: import("@feathersjs/typebox").TString<string>;
391
+ $lte: import("@feathersjs/typebox").TString<string>;
392
+ $ne: import("@feathersjs/typebox").TString<string>;
393
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
394
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
395
+ }>, import("@feathersjs/typebox").TObject<{
396
+ [key: string]: import("@feathersjs/typebox").TSchema;
397
+ } | undefined>]>>]>>;
398
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
399
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
400
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
401
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
402
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
403
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
404
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>>;
405
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>>;
406
+ }>, import("@feathersjs/typebox").TObject<{
407
+ [key: string]: import("@feathersjs/typebox").TSchema;
408
+ } | undefined>]>>]>>;
409
+ description: 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<{
410
+ $gt: import("@feathersjs/typebox").TString<string>;
411
+ $gte: import("@feathersjs/typebox").TString<string>;
412
+ $lt: import("@feathersjs/typebox").TString<string>;
413
+ $lte: import("@feathersjs/typebox").TString<string>;
414
+ $ne: import("@feathersjs/typebox").TString<string>;
415
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
416
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
417
+ }>, import("@feathersjs/typebox").TObject<{
418
+ [key: string]: import("@feathersjs/typebox").TSchema;
419
+ } | undefined>]>>]>>;
420
+ group: 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<{
421
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
422
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
423
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
424
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
425
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
426
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
427
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
428
+ }>, import("@feathersjs/typebox").TObject<{
429
+ [key: string]: import("@feathersjs/typebox").TSchema;
430
+ } | undefined>]>>]>>;
431
+ author: 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<{
432
+ $gt: import("@feathersjs/typebox").TString<string>;
433
+ $gte: import("@feathersjs/typebox").TString<string>;
434
+ $lt: import("@feathersjs/typebox").TString<string>;
435
+ $lte: import("@feathersjs/typebox").TString<string>;
436
+ $ne: import("@feathersjs/typebox").TString<string>;
437
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
438
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
439
+ }>, import("@feathersjs/typebox").TObject<{
440
+ [key: string]: import("@feathersjs/typebox").TSchema;
441
+ } | undefined>]>>]>>;
442
+ category: 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<{
443
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
444
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
445
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
446
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
447
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
448
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
449
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
450
+ }>, import("@feathersjs/typebox").TObject<{
451
+ [key: string]: import("@feathersjs/typebox").TSchema;
452
+ } | undefined>]>>]>>;
453
+ installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
454
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
455
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
456
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
457
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
458
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
459
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
460
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
461
+ }>, import("@feathersjs/typebox").TObject<{
462
+ [key: string]: import("@feathersjs/typebox").TSchema;
463
+ } | undefined>]>>]>>;
464
+ canInstall: 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<{
465
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
466
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
467
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
468
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
469
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
470
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
471
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
472
+ }>, import("@feathersjs/typebox").TObject<{
473
+ [key: string]: import("@feathersjs/typebox").TSchema;
474
+ } | undefined>]>>]>>;
475
+ isInstalled: 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<{
476
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
477
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
478
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
479
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
480
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
481
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
482
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
483
+ }>, import("@feathersjs/typebox").TObject<{
484
+ [key: string]: import("@feathersjs/typebox").TSchema;
485
+ } | undefined>]>>]>>;
486
+ }>>>;
487
+ }>]>>;
488
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
489
+ public: 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<{
490
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
491
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
492
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
493
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
494
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
495
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
496
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
497
+ }>, import("@feathersjs/typebox").TObject<{
498
+ [key: string]: import("@feathersjs/typebox").TSchema;
499
+ } | undefined>]>>]>>;
500
+ 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<{
501
+ $gt: import("@feathersjs/typebox").TString<string>;
502
+ $gte: import("@feathersjs/typebox").TString<string>;
503
+ $lt: import("@feathersjs/typebox").TString<string>;
504
+ $lte: import("@feathersjs/typebox").TString<string>;
505
+ $ne: import("@feathersjs/typebox").TString<string>;
506
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
507
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
508
+ }>, import("@feathersjs/typebox").TObject<{
509
+ [key: string]: import("@feathersjs/typebox").TSchema;
510
+ } | undefined>]>>]>>;
511
+ _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<{
512
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
513
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
514
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
515
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
516
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
517
+ $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<{}>]>>;
518
+ $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<{}>]>>;
519
+ }>, import("@feathersjs/typebox").TObject<{
520
+ [key: string]: import("@feathersjs/typebox").TSchema;
521
+ } | undefined>]>>]>>;
522
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
523
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
524
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
525
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
526
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
527
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
528
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
529
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
530
+ }>, import("@feathersjs/typebox").TObject<{
531
+ [key: string]: import("@feathersjs/typebox").TSchema;
532
+ } | undefined>]>>]>>;
533
+ version: 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<{
534
+ $gt: import("@feathersjs/typebox").TString<string>;
535
+ $gte: import("@feathersjs/typebox").TString<string>;
536
+ $lt: import("@feathersjs/typebox").TString<string>;
537
+ $lte: import("@feathersjs/typebox").TString<string>;
538
+ $ne: import("@feathersjs/typebox").TString<string>;
539
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
540
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
541
+ }>, import("@feathersjs/typebox").TObject<{
542
+ [key: string]: import("@feathersjs/typebox").TSchema;
543
+ } | undefined>]>>]>>;
544
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
545
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
546
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
547
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
548
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
549
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
550
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>>;
551
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>>;
552
+ }>, import("@feathersjs/typebox").TObject<{
553
+ [key: string]: import("@feathersjs/typebox").TSchema;
554
+ } | undefined>]>>]>>;
555
+ description: 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<{
556
+ $gt: import("@feathersjs/typebox").TString<string>;
557
+ $gte: import("@feathersjs/typebox").TString<string>;
558
+ $lt: import("@feathersjs/typebox").TString<string>;
559
+ $lte: import("@feathersjs/typebox").TString<string>;
560
+ $ne: import("@feathersjs/typebox").TString<string>;
561
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
562
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
563
+ }>, import("@feathersjs/typebox").TObject<{
564
+ [key: string]: import("@feathersjs/typebox").TSchema;
565
+ } | undefined>]>>]>>;
566
+ group: 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<{
567
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
568
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
569
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
570
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
571
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
572
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
573
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
574
+ }>, import("@feathersjs/typebox").TObject<{
575
+ [key: string]: import("@feathersjs/typebox").TSchema;
576
+ } | undefined>]>>]>>;
577
+ author: 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<{
578
+ $gt: import("@feathersjs/typebox").TString<string>;
579
+ $gte: import("@feathersjs/typebox").TString<string>;
580
+ $lt: import("@feathersjs/typebox").TString<string>;
581
+ $lte: import("@feathersjs/typebox").TString<string>;
582
+ $ne: import("@feathersjs/typebox").TString<string>;
583
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
584
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
585
+ }>, import("@feathersjs/typebox").TObject<{
586
+ [key: string]: import("@feathersjs/typebox").TSchema;
587
+ } | undefined>]>>]>>;
588
+ category: 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<{
589
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
590
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
591
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
592
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
593
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
594
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
595
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
596
+ }>, import("@feathersjs/typebox").TObject<{
597
+ [key: string]: import("@feathersjs/typebox").TSchema;
598
+ } | undefined>]>>]>>;
599
+ installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
600
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
601
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
602
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
603
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
604
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
605
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
606
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
607
+ }>, import("@feathersjs/typebox").TObject<{
608
+ [key: string]: import("@feathersjs/typebox").TSchema;
609
+ } | undefined>]>>]>>;
610
+ canInstall: 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<{
611
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
612
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
613
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
614
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
615
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
616
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
617
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
618
+ }>, import("@feathersjs/typebox").TObject<{
619
+ [key: string]: import("@feathersjs/typebox").TSchema;
620
+ } | undefined>]>>]>>;
621
+ isInstalled: 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<{
622
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
623
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
624
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
625
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
626
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
627
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
628
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
629
+ }>, import("@feathersjs/typebox").TObject<{
630
+ [key: string]: import("@feathersjs/typebox").TSchema;
631
+ } | undefined>]>>]>>;
632
+ }>>>;
633
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
634
+ public: 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<{
635
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
636
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
637
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
638
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
639
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
640
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
641
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
642
+ }>, import("@feathersjs/typebox").TObject<{
643
+ [key: string]: import("@feathersjs/typebox").TSchema;
644
+ } | undefined>]>>]>>;
645
+ 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<{
646
+ $gt: import("@feathersjs/typebox").TString<string>;
647
+ $gte: import("@feathersjs/typebox").TString<string>;
648
+ $lt: import("@feathersjs/typebox").TString<string>;
649
+ $lte: import("@feathersjs/typebox").TString<string>;
650
+ $ne: import("@feathersjs/typebox").TString<string>;
651
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
652
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
653
+ }>, import("@feathersjs/typebox").TObject<{
654
+ [key: string]: import("@feathersjs/typebox").TSchema;
655
+ } | undefined>]>>]>>;
656
+ _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<{
657
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
658
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
659
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
660
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
661
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
662
+ $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<{}>]>>;
663
+ $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<{}>]>>;
664
+ }>, import("@feathersjs/typebox").TObject<{
665
+ [key: string]: import("@feathersjs/typebox").TSchema;
666
+ } | undefined>]>>]>>;
667
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
668
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
669
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
670
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
671
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
672
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
673
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
674
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
675
+ }>, import("@feathersjs/typebox").TObject<{
676
+ [key: string]: import("@feathersjs/typebox").TSchema;
677
+ } | undefined>]>>]>>;
678
+ version: 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<{
679
+ $gt: import("@feathersjs/typebox").TString<string>;
680
+ $gte: import("@feathersjs/typebox").TString<string>;
681
+ $lt: import("@feathersjs/typebox").TString<string>;
682
+ $lte: import("@feathersjs/typebox").TString<string>;
683
+ $ne: import("@feathersjs/typebox").TString<string>;
684
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
685
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
686
+ }>, import("@feathersjs/typebox").TObject<{
687
+ [key: string]: import("@feathersjs/typebox").TSchema;
688
+ } | undefined>]>>]>>;
689
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
690
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
691
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
692
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
693
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
694
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>;
695
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>>;
696
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"agent-template">, import("@feathersjs/typebox").TLiteral<"model">, import("@feathersjs/typebox").TLiteral<"actions">, import("@feathersjs/typebox").TLiteral<"strategies">, import("@feathersjs/typebox").TLiteral<"custom">]>>;
697
+ }>, import("@feathersjs/typebox").TObject<{
698
+ [key: string]: import("@feathersjs/typebox").TSchema;
699
+ } | undefined>]>>]>>;
700
+ description: 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<{
701
+ $gt: import("@feathersjs/typebox").TString<string>;
702
+ $gte: import("@feathersjs/typebox").TString<string>;
703
+ $lt: import("@feathersjs/typebox").TString<string>;
704
+ $lte: import("@feathersjs/typebox").TString<string>;
705
+ $ne: import("@feathersjs/typebox").TString<string>;
706
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
707
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
708
+ }>, import("@feathersjs/typebox").TObject<{
709
+ [key: string]: import("@feathersjs/typebox").TSchema;
710
+ } | undefined>]>>]>>;
711
+ group: 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<{
712
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
713
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
714
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
715
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
716
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
717
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
718
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
719
+ }>, import("@feathersjs/typebox").TObject<{
720
+ [key: string]: import("@feathersjs/typebox").TSchema;
721
+ } | undefined>]>>]>>;
722
+ author: 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<{
723
+ $gt: import("@feathersjs/typebox").TString<string>;
724
+ $gte: import("@feathersjs/typebox").TString<string>;
725
+ $lt: import("@feathersjs/typebox").TString<string>;
726
+ $lte: import("@feathersjs/typebox").TString<string>;
727
+ $ne: import("@feathersjs/typebox").TString<string>;
728
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
729
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
730
+ }>, import("@feathersjs/typebox").TObject<{
731
+ [key: string]: import("@feathersjs/typebox").TSchema;
732
+ } | undefined>]>>]>>;
733
+ category: 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<{
734
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
735
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
736
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
737
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
738
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
739
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
740
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
741
+ }>, import("@feathersjs/typebox").TObject<{
742
+ [key: string]: import("@feathersjs/typebox").TSchema;
743
+ } | undefined>]>>]>>;
744
+ installedBy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
745
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
746
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
747
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
748
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
749
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
750
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
751
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>>;
752
+ }>, import("@feathersjs/typebox").TObject<{
753
+ [key: string]: import("@feathersjs/typebox").TSchema;
754
+ } | undefined>]>>]>>;
755
+ canInstall: 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<{
756
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
757
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
758
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
759
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
760
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
761
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
762
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
763
+ }>, import("@feathersjs/typebox").TObject<{
764
+ [key: string]: import("@feathersjs/typebox").TSchema;
765
+ } | undefined>]>>]>>;
766
+ isInstalled: 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<{
767
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
768
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
769
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
770
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
771
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
772
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
773
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
774
+ }>, import("@feathersjs/typebox").TObject<{
775
+ [key: string]: import("@feathersjs/typebox").TSchema;
776
+ } | undefined>]>>]>>;
777
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
778
+ export type ExtensionsQuery = Static<typeof extensionsQuerySchema>;
779
+ export declare const extensionsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
780
+ export declare const extensionsQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
781
+ $limit: number;
782
+ $skip: number;
783
+ $sort: {
784
+ public?: number | undefined;
785
+ name?: number | undefined;
786
+ _id?: number | undefined;
787
+ tags?: number | undefined;
788
+ version?: number | undefined;
789
+ type?: number | undefined;
790
+ description?: number | undefined;
791
+ group?: number | undefined;
792
+ author?: number | undefined;
793
+ category?: number | undefined;
794
+ installedBy?: number | undefined;
795
+ canInstall?: number | undefined;
796
+ isInstalled?: number | undefined;
797
+ };
798
+ $select: ("public" | "name" | "_id" | "tags" | "version" | "type" | "description" | "group" | "author" | "category" | "installedBy" | "canInstall" | "isInstalled")[];
799
+ $and: ({
800
+ public?: boolean | Partial<{
801
+ $gt?: boolean | undefined;
802
+ $gte?: boolean | undefined;
803
+ $lt?: boolean | undefined;
804
+ $lte?: boolean | undefined;
805
+ $ne?: boolean | undefined;
806
+ $in: boolean | boolean[];
807
+ $nin: boolean | boolean[];
808
+ } & {}> | undefined;
809
+ name?: string | Partial<{
810
+ $gt: string;
811
+ $gte: string;
812
+ $lt: string;
813
+ $lte: string;
814
+ $ne: string;
815
+ $in: string | string[];
816
+ $nin: string | string[];
817
+ } & {}> | undefined;
818
+ _id?: string | {} | Partial<{
819
+ $gt: string | {};
820
+ $gte: string | {};
821
+ $lt: string | {};
822
+ $lte: string | {};
823
+ $ne: string | {};
824
+ $in: string | {} | (string | {})[];
825
+ $nin: string | {} | (string | {})[];
826
+ } & {}> | undefined;
827
+ tags?: string[] | Partial<{
828
+ $gt?: string[] | undefined;
829
+ $gte?: string[] | undefined;
830
+ $lt?: string[] | undefined;
831
+ $lte?: string[] | undefined;
832
+ $ne?: string[] | undefined;
833
+ $in: string[] | string[][];
834
+ $nin: string[] | string[][];
835
+ } & {}> | undefined;
836
+ version?: string | Partial<{
837
+ $gt: string;
838
+ $gte: string;
839
+ $lt: string;
840
+ $lte: string;
841
+ $ne: string;
842
+ $in: string | string[];
843
+ $nin: string | string[];
844
+ } & {}> | undefined;
845
+ type?: "model" | "strategies" | "custom" | "actions" | "agent-template" | Partial<{
846
+ $gt: "model" | "strategies" | "custom" | "actions" | "agent-template";
847
+ $gte: "model" | "strategies" | "custom" | "actions" | "agent-template";
848
+ $lt: "model" | "strategies" | "custom" | "actions" | "agent-template";
849
+ $lte: "model" | "strategies" | "custom" | "actions" | "agent-template";
850
+ $ne: "model" | "strategies" | "custom" | "actions" | "agent-template";
851
+ $in: "model" | "strategies" | "custom" | "actions" | "agent-template" | ("model" | "strategies" | "custom" | "actions" | "agent-template")[];
852
+ $nin: "model" | "strategies" | "custom" | "actions" | "agent-template" | ("model" | "strategies" | "custom" | "actions" | "agent-template")[];
853
+ } & {}> | undefined;
854
+ description?: string | Partial<{
855
+ $gt: string;
856
+ $gte: string;
857
+ $lt: string;
858
+ $lte: string;
859
+ $ne: string;
860
+ $in: string | string[];
861
+ $nin: string | string[];
862
+ } & {}> | undefined;
863
+ group?: string | Partial<{
864
+ $gt?: string | undefined;
865
+ $gte?: string | undefined;
866
+ $lt?: string | undefined;
867
+ $lte?: string | undefined;
868
+ $ne?: string | undefined;
869
+ $in: string | string[];
870
+ $nin: string | string[];
871
+ } & {}> | undefined;
872
+ author?: string | Partial<{
873
+ $gt: string;
874
+ $gte: string;
875
+ $lt: string;
876
+ $lte: string;
877
+ $ne: string;
878
+ $in: string | string[];
879
+ $nin: string | string[];
880
+ } & {}> | undefined;
881
+ category?: string | Partial<{
882
+ $gt?: string | undefined;
883
+ $gte?: string | undefined;
884
+ $lt?: string | undefined;
885
+ $lte?: string | undefined;
886
+ $ne?: string | undefined;
887
+ $in: string | string[];
888
+ $nin: string | string[];
889
+ } & {}> | undefined;
890
+ installedBy?: string[] | Partial<{
891
+ $gt?: string[] | undefined;
892
+ $gte?: string[] | undefined;
893
+ $lt?: string[] | undefined;
894
+ $lte?: string[] | undefined;
895
+ $ne?: string[] | undefined;
896
+ $in: string[] | string[][];
897
+ $nin: string[] | string[][];
898
+ } & {}> | undefined;
899
+ canInstall?: boolean | Partial<{
900
+ $gt?: boolean | undefined;
901
+ $gte?: boolean | undefined;
902
+ $lt?: boolean | undefined;
903
+ $lte?: boolean | undefined;
904
+ $ne?: boolean | undefined;
905
+ $in: boolean | boolean[];
906
+ $nin: boolean | boolean[];
907
+ } & {}> | undefined;
908
+ isInstalled?: boolean | Partial<{
909
+ $gt?: boolean | undefined;
910
+ $gte?: boolean | undefined;
911
+ $lt?: boolean | undefined;
912
+ $lte?: boolean | undefined;
913
+ $ne?: boolean | undefined;
914
+ $in: boolean | boolean[];
915
+ $nin: boolean | boolean[];
916
+ } & {}> | undefined;
917
+ } | {
918
+ $or: {
919
+ public?: boolean | Partial<{
920
+ $gt?: boolean | undefined;
921
+ $gte?: boolean | undefined;
922
+ $lt?: boolean | undefined;
923
+ $lte?: boolean | undefined;
924
+ $ne?: boolean | undefined;
925
+ $in: boolean | boolean[];
926
+ $nin: boolean | boolean[];
927
+ } & {}> | undefined;
928
+ name?: string | Partial<{
929
+ $gt: string;
930
+ $gte: string;
931
+ $lt: string;
932
+ $lte: string;
933
+ $ne: string;
934
+ $in: string | string[];
935
+ $nin: string | string[];
936
+ } & {}> | undefined;
937
+ _id?: string | {} | Partial<{
938
+ $gt: string | {};
939
+ $gte: string | {};
940
+ $lt: string | {};
941
+ $lte: string | {};
942
+ $ne: string | {};
943
+ $in: string | {} | (string | {})[];
944
+ $nin: string | {} | (string | {})[];
945
+ } & {}> | undefined;
946
+ tags?: string[] | Partial<{
947
+ $gt?: string[] | undefined;
948
+ $gte?: string[] | undefined;
949
+ $lt?: string[] | undefined;
950
+ $lte?: string[] | undefined;
951
+ $ne?: string[] | undefined;
952
+ $in: string[] | string[][];
953
+ $nin: string[] | string[][];
954
+ } & {}> | undefined;
955
+ version?: string | Partial<{
956
+ $gt: string;
957
+ $gte: string;
958
+ $lt: string;
959
+ $lte: string;
960
+ $ne: string;
961
+ $in: string | string[];
962
+ $nin: string | string[];
963
+ } & {}> | undefined;
964
+ type?: "model" | "strategies" | "custom" | "actions" | "agent-template" | Partial<{
965
+ $gt: "model" | "strategies" | "custom" | "actions" | "agent-template";
966
+ $gte: "model" | "strategies" | "custom" | "actions" | "agent-template";
967
+ $lt: "model" | "strategies" | "custom" | "actions" | "agent-template";
968
+ $lte: "model" | "strategies" | "custom" | "actions" | "agent-template";
969
+ $ne: "model" | "strategies" | "custom" | "actions" | "agent-template";
970
+ $in: "model" | "strategies" | "custom" | "actions" | "agent-template" | ("model" | "strategies" | "custom" | "actions" | "agent-template")[];
971
+ $nin: "model" | "strategies" | "custom" | "actions" | "agent-template" | ("model" | "strategies" | "custom" | "actions" | "agent-template")[];
972
+ } & {}> | undefined;
973
+ description?: string | Partial<{
974
+ $gt: string;
975
+ $gte: string;
976
+ $lt: string;
977
+ $lte: string;
978
+ $ne: string;
979
+ $in: string | string[];
980
+ $nin: string | string[];
981
+ } & {}> | undefined;
982
+ group?: string | Partial<{
983
+ $gt?: string | undefined;
984
+ $gte?: string | undefined;
985
+ $lt?: string | undefined;
986
+ $lte?: string | undefined;
987
+ $ne?: string | undefined;
988
+ $in: string | string[];
989
+ $nin: string | string[];
990
+ } & {}> | undefined;
991
+ author?: string | Partial<{
992
+ $gt: string;
993
+ $gte: string;
994
+ $lt: string;
995
+ $lte: string;
996
+ $ne: string;
997
+ $in: string | string[];
998
+ $nin: string | string[];
999
+ } & {}> | undefined;
1000
+ category?: string | Partial<{
1001
+ $gt?: string | undefined;
1002
+ $gte?: string | undefined;
1003
+ $lt?: string | undefined;
1004
+ $lte?: string | undefined;
1005
+ $ne?: string | undefined;
1006
+ $in: string | string[];
1007
+ $nin: string | string[];
1008
+ } & {}> | undefined;
1009
+ installedBy?: string[] | Partial<{
1010
+ $gt?: string[] | undefined;
1011
+ $gte?: string[] | undefined;
1012
+ $lt?: string[] | undefined;
1013
+ $lte?: string[] | undefined;
1014
+ $ne?: string[] | undefined;
1015
+ $in: string[] | string[][];
1016
+ $nin: string[] | string[][];
1017
+ } & {}> | undefined;
1018
+ canInstall?: boolean | Partial<{
1019
+ $gt?: boolean | undefined;
1020
+ $gte?: boolean | undefined;
1021
+ $lt?: boolean | undefined;
1022
+ $lte?: boolean | undefined;
1023
+ $ne?: boolean | undefined;
1024
+ $in: boolean | boolean[];
1025
+ $nin: boolean | boolean[];
1026
+ } & {}> | undefined;
1027
+ isInstalled?: boolean | Partial<{
1028
+ $gt?: boolean | undefined;
1029
+ $gte?: boolean | undefined;
1030
+ $lt?: boolean | undefined;
1031
+ $lte?: boolean | undefined;
1032
+ $ne?: boolean | undefined;
1033
+ $in: boolean | boolean[];
1034
+ $nin: boolean | boolean[];
1035
+ } & {}> | undefined;
1036
+ }[];
1037
+ })[];
1038
+ $or: {
1039
+ public?: boolean | Partial<{
1040
+ $gt?: boolean | undefined;
1041
+ $gte?: boolean | undefined;
1042
+ $lt?: boolean | undefined;
1043
+ $lte?: boolean | undefined;
1044
+ $ne?: boolean | undefined;
1045
+ $in: boolean | boolean[];
1046
+ $nin: boolean | boolean[];
1047
+ } & {}> | undefined;
1048
+ name?: string | Partial<{
1049
+ $gt: string;
1050
+ $gte: string;
1051
+ $lt: string;
1052
+ $lte: string;
1053
+ $ne: string;
1054
+ $in: string | string[];
1055
+ $nin: string | string[];
1056
+ } & {}> | undefined;
1057
+ _id?: string | {} | Partial<{
1058
+ $gt: string | {};
1059
+ $gte: string | {};
1060
+ $lt: string | {};
1061
+ $lte: string | {};
1062
+ $ne: string | {};
1063
+ $in: string | {} | (string | {})[];
1064
+ $nin: string | {} | (string | {})[];
1065
+ } & {}> | undefined;
1066
+ tags?: string[] | Partial<{
1067
+ $gt?: string[] | undefined;
1068
+ $gte?: string[] | undefined;
1069
+ $lt?: string[] | undefined;
1070
+ $lte?: string[] | undefined;
1071
+ $ne?: string[] | undefined;
1072
+ $in: string[] | string[][];
1073
+ $nin: string[] | string[][];
1074
+ } & {}> | undefined;
1075
+ version?: string | Partial<{
1076
+ $gt: string;
1077
+ $gte: string;
1078
+ $lt: string;
1079
+ $lte: string;
1080
+ $ne: string;
1081
+ $in: string | string[];
1082
+ $nin: string | string[];
1083
+ } & {}> | undefined;
1084
+ type?: "model" | "strategies" | "custom" | "actions" | "agent-template" | Partial<{
1085
+ $gt: "model" | "strategies" | "custom" | "actions" | "agent-template";
1086
+ $gte: "model" | "strategies" | "custom" | "actions" | "agent-template";
1087
+ $lt: "model" | "strategies" | "custom" | "actions" | "agent-template";
1088
+ $lte: "model" | "strategies" | "custom" | "actions" | "agent-template";
1089
+ $ne: "model" | "strategies" | "custom" | "actions" | "agent-template";
1090
+ $in: "model" | "strategies" | "custom" | "actions" | "agent-template" | ("model" | "strategies" | "custom" | "actions" | "agent-template")[];
1091
+ $nin: "model" | "strategies" | "custom" | "actions" | "agent-template" | ("model" | "strategies" | "custom" | "actions" | "agent-template")[];
1092
+ } & {}> | undefined;
1093
+ description?: string | Partial<{
1094
+ $gt: string;
1095
+ $gte: string;
1096
+ $lt: string;
1097
+ $lte: string;
1098
+ $ne: string;
1099
+ $in: string | string[];
1100
+ $nin: string | string[];
1101
+ } & {}> | undefined;
1102
+ group?: string | Partial<{
1103
+ $gt?: string | undefined;
1104
+ $gte?: string | undefined;
1105
+ $lt?: string | undefined;
1106
+ $lte?: string | undefined;
1107
+ $ne?: string | undefined;
1108
+ $in: string | string[];
1109
+ $nin: string | string[];
1110
+ } & {}> | undefined;
1111
+ author?: string | Partial<{
1112
+ $gt: string;
1113
+ $gte: string;
1114
+ $lt: string;
1115
+ $lte: string;
1116
+ $ne: string;
1117
+ $in: string | string[];
1118
+ $nin: string | string[];
1119
+ } & {}> | undefined;
1120
+ category?: string | Partial<{
1121
+ $gt?: string | undefined;
1122
+ $gte?: string | undefined;
1123
+ $lt?: string | undefined;
1124
+ $lte?: string | undefined;
1125
+ $ne?: string | undefined;
1126
+ $in: string | string[];
1127
+ $nin: string | string[];
1128
+ } & {}> | undefined;
1129
+ installedBy?: string[] | Partial<{
1130
+ $gt?: string[] | undefined;
1131
+ $gte?: string[] | undefined;
1132
+ $lt?: string[] | undefined;
1133
+ $lte?: string[] | undefined;
1134
+ $ne?: string[] | undefined;
1135
+ $in: string[] | string[][];
1136
+ $nin: string[] | string[][];
1137
+ } & {}> | undefined;
1138
+ canInstall?: boolean | Partial<{
1139
+ $gt?: boolean | undefined;
1140
+ $gte?: boolean | undefined;
1141
+ $lt?: boolean | undefined;
1142
+ $lte?: boolean | undefined;
1143
+ $ne?: boolean | undefined;
1144
+ $in: boolean | boolean[];
1145
+ $nin: boolean | boolean[];
1146
+ } & {}> | undefined;
1147
+ isInstalled?: boolean | Partial<{
1148
+ $gt?: boolean | undefined;
1149
+ $gte?: boolean | undefined;
1150
+ $lt?: boolean | undefined;
1151
+ $lte?: boolean | undefined;
1152
+ $ne?: boolean | undefined;
1153
+ $in: boolean | boolean[];
1154
+ $nin: boolean | boolean[];
1155
+ } & {}> | undefined;
1156
+ }[];
1157
+ }> & {
1158
+ public?: boolean | Partial<{
1159
+ $gt?: boolean | undefined;
1160
+ $gte?: boolean | undefined;
1161
+ $lt?: boolean | undefined;
1162
+ $lte?: boolean | undefined;
1163
+ $ne?: boolean | undefined;
1164
+ $in: boolean | boolean[];
1165
+ $nin: boolean | boolean[];
1166
+ } & {}> | undefined;
1167
+ name?: string | Partial<{
1168
+ $gt: string;
1169
+ $gte: string;
1170
+ $lt: string;
1171
+ $lte: string;
1172
+ $ne: string;
1173
+ $in: string | string[];
1174
+ $nin: string | string[];
1175
+ } & {}> | undefined;
1176
+ _id?: string | {} | Partial<{
1177
+ $gt: string | {};
1178
+ $gte: string | {};
1179
+ $lt: string | {};
1180
+ $lte: string | {};
1181
+ $ne: string | {};
1182
+ $in: string | {} | (string | {})[];
1183
+ $nin: string | {} | (string | {})[];
1184
+ } & {}> | undefined;
1185
+ tags?: string[] | Partial<{
1186
+ $gt?: string[] | undefined;
1187
+ $gte?: string[] | undefined;
1188
+ $lt?: string[] | undefined;
1189
+ $lte?: string[] | undefined;
1190
+ $ne?: string[] | undefined;
1191
+ $in: string[] | string[][];
1192
+ $nin: string[] | string[][];
1193
+ } & {}> | undefined;
1194
+ version?: string | Partial<{
1195
+ $gt: string;
1196
+ $gte: string;
1197
+ $lt: string;
1198
+ $lte: string;
1199
+ $ne: string;
1200
+ $in: string | string[];
1201
+ $nin: string | string[];
1202
+ } & {}> | undefined;
1203
+ type?: "model" | "strategies" | "custom" | "actions" | "agent-template" | Partial<{
1204
+ $gt: "model" | "strategies" | "custom" | "actions" | "agent-template";
1205
+ $gte: "model" | "strategies" | "custom" | "actions" | "agent-template";
1206
+ $lt: "model" | "strategies" | "custom" | "actions" | "agent-template";
1207
+ $lte: "model" | "strategies" | "custom" | "actions" | "agent-template";
1208
+ $ne: "model" | "strategies" | "custom" | "actions" | "agent-template";
1209
+ $in: "model" | "strategies" | "custom" | "actions" | "agent-template" | ("model" | "strategies" | "custom" | "actions" | "agent-template")[];
1210
+ $nin: "model" | "strategies" | "custom" | "actions" | "agent-template" | ("model" | "strategies" | "custom" | "actions" | "agent-template")[];
1211
+ } & {}> | undefined;
1212
+ description?: string | Partial<{
1213
+ $gt: string;
1214
+ $gte: string;
1215
+ $lt: string;
1216
+ $lte: string;
1217
+ $ne: string;
1218
+ $in: string | string[];
1219
+ $nin: string | string[];
1220
+ } & {}> | undefined;
1221
+ group?: string | Partial<{
1222
+ $gt?: string | undefined;
1223
+ $gte?: string | undefined;
1224
+ $lt?: string | undefined;
1225
+ $lte?: string | undefined;
1226
+ $ne?: string | undefined;
1227
+ $in: string | string[];
1228
+ $nin: string | string[];
1229
+ } & {}> | undefined;
1230
+ author?: string | Partial<{
1231
+ $gt: string;
1232
+ $gte: string;
1233
+ $lt: string;
1234
+ $lte: string;
1235
+ $ne: string;
1236
+ $in: string | string[];
1237
+ $nin: string | string[];
1238
+ } & {}> | undefined;
1239
+ category?: string | Partial<{
1240
+ $gt?: string | undefined;
1241
+ $gte?: string | undefined;
1242
+ $lt?: string | undefined;
1243
+ $lte?: string | undefined;
1244
+ $ne?: string | undefined;
1245
+ $in: string | string[];
1246
+ $nin: string | string[];
1247
+ } & {}> | undefined;
1248
+ installedBy?: string[] | Partial<{
1249
+ $gt?: string[] | undefined;
1250
+ $gte?: string[] | undefined;
1251
+ $lt?: string[] | undefined;
1252
+ $lte?: string[] | undefined;
1253
+ $ne?: string[] | undefined;
1254
+ $in: string[] | string[][];
1255
+ $nin: string[] | string[][];
1256
+ } & {}> | undefined;
1257
+ canInstall?: boolean | Partial<{
1258
+ $gt?: boolean | undefined;
1259
+ $gte?: boolean | undefined;
1260
+ $lt?: boolean | undefined;
1261
+ $lte?: boolean | undefined;
1262
+ $ne?: boolean | undefined;
1263
+ $in: boolean | boolean[];
1264
+ $nin: boolean | boolean[];
1265
+ } & {}> | undefined;
1266
+ isInstalled?: boolean | Partial<{
1267
+ $gt?: boolean | undefined;
1268
+ $gte?: boolean | undefined;
1269
+ $lt?: boolean | undefined;
1270
+ $lte?: boolean | undefined;
1271
+ $ne?: boolean | undefined;
1272
+ $in: boolean | boolean[];
1273
+ $nin: boolean | boolean[];
1274
+ } & {}> | undefined;
1275
+ } & {}, HookContext<ExtensionsService<import("./extensions.class").ExtensionsParams>>>;