@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,443 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../../../declarations';
3
+ import type { StrategiesIndicatorsTalibService } from './talib.class';
4
+ export declare const strategiesIndicatorsTalibSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TString<string>;
6
+ name: import("@feathersjs/typebox").TString<string>;
7
+ group: import("@feathersjs/typebox").TString<string>;
8
+ alias: import("@feathersjs/typebox").TString<string>;
9
+ function: import("@feathersjs/typebox").TString<string>;
10
+ description: import("@feathersjs/typebox").TString<string>;
11
+ /** Required TA-Lib signature */
12
+ inputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
13
+ optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
14
+ outputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
15
+ hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
16
+ field: import("@feathersjs/typebox").TString<string>;
17
+ space: import("@feathersjs/typebox").TString<string>;
18
+ type: import("@feathersjs/typebox").TString<string>;
19
+ min: import("@feathersjs/typebox").TNumber;
20
+ max: import("@feathersjs/typebox").TNumber;
21
+ default: import("@feathersjs/typebox").TNumber;
22
+ }>>>;
23
+ }>;
24
+ export type StrategiesIndicatorsTalib = Static<typeof strategiesIndicatorsTalibSchema>;
25
+ export declare const strategiesIndicatorsTalibValidator: import("@feathersjs/schema").Validator<any, any>;
26
+ export declare const strategiesIndicatorsTalibResolver: import("@feathersjs/schema").Resolver<{
27
+ hyperopt?: {
28
+ default: number;
29
+ max: number;
30
+ min: number;
31
+ type: string;
32
+ field: string;
33
+ space: string;
34
+ }[] | undefined;
35
+ function: string;
36
+ name: string;
37
+ _id: string;
38
+ description: string;
39
+ alias: string;
40
+ group: string;
41
+ optInputs: any[];
42
+ inputs: any[];
43
+ outputs: any[];
44
+ }, HookContext<StrategiesIndicatorsTalibService<import("./talib.class").StrategiesIndicatorsTalibParams>>>;
45
+ export declare const strategiesIndicatorsTalibExternalResolver: import("@feathersjs/schema").Resolver<{
46
+ hyperopt?: {
47
+ default: number;
48
+ max: number;
49
+ min: number;
50
+ type: string;
51
+ field: string;
52
+ space: string;
53
+ }[] | undefined;
54
+ function: string;
55
+ name: string;
56
+ _id: string;
57
+ description: string;
58
+ alias: string;
59
+ group: string;
60
+ optInputs: any[];
61
+ inputs: any[];
62
+ outputs: any[];
63
+ }, HookContext<StrategiesIndicatorsTalibService<import("./talib.class").StrategiesIndicatorsTalibParams>>>;
64
+ export declare const strategiesIndicatorsTalibDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
65
+ _id: import("@feathersjs/typebox").TString<string>;
66
+ name: import("@feathersjs/typebox").TString<string>;
67
+ group: import("@feathersjs/typebox").TString<string>;
68
+ alias: import("@feathersjs/typebox").TString<string>;
69
+ function: import("@feathersjs/typebox").TString<string>;
70
+ description: import("@feathersjs/typebox").TString<string>;
71
+ /** Required TA-Lib signature */
72
+ inputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
73
+ optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
74
+ outputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
75
+ hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
76
+ field: import("@feathersjs/typebox").TString<string>;
77
+ space: import("@feathersjs/typebox").TString<string>;
78
+ type: import("@feathersjs/typebox").TString<string>;
79
+ min: import("@feathersjs/typebox").TNumber;
80
+ max: import("@feathersjs/typebox").TNumber;
81
+ default: import("@feathersjs/typebox").TNumber;
82
+ }>>>;
83
+ }>, ["name", "group", "alias"]>;
84
+ export type StrategiesIndicatorsTalibData = Static<typeof strategiesIndicatorsTalibDataSchema>;
85
+ export declare const strategiesIndicatorsTalibDataValidator: import("@feathersjs/schema").Validator<any, any>;
86
+ export declare const strategiesIndicatorsTalibDataResolver: import("@feathersjs/schema").Resolver<{
87
+ hyperopt?: {
88
+ default: number;
89
+ max: number;
90
+ min: number;
91
+ type: string;
92
+ field: string;
93
+ space: string;
94
+ }[] | undefined;
95
+ function: string;
96
+ name: string;
97
+ _id: string;
98
+ description: string;
99
+ alias: string;
100
+ group: string;
101
+ optInputs: any[];
102
+ inputs: any[];
103
+ outputs: any[];
104
+ }, HookContext<StrategiesIndicatorsTalibService<import("./talib.class").StrategiesIndicatorsTalibParams>>>;
105
+ export declare const strategiesIndicatorsTalibPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
106
+ _id: import("@feathersjs/typebox").TString<string>;
107
+ name: import("@feathersjs/typebox").TString<string>;
108
+ group: import("@feathersjs/typebox").TString<string>;
109
+ alias: import("@feathersjs/typebox").TString<string>;
110
+ function: import("@feathersjs/typebox").TString<string>;
111
+ description: import("@feathersjs/typebox").TString<string>;
112
+ /** Required TA-Lib signature */
113
+ inputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
114
+ optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
115
+ outputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
116
+ hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
117
+ field: import("@feathersjs/typebox").TString<string>;
118
+ space: import("@feathersjs/typebox").TString<string>;
119
+ type: import("@feathersjs/typebox").TString<string>;
120
+ min: import("@feathersjs/typebox").TNumber;
121
+ max: import("@feathersjs/typebox").TNumber;
122
+ default: import("@feathersjs/typebox").TNumber;
123
+ }>>>;
124
+ }>>;
125
+ export type StrategiesIndicatorsTalibPatch = Static<typeof strategiesIndicatorsTalibPatchSchema>;
126
+ export declare const strategiesIndicatorsTalibPatchValidator: import("@feathersjs/schema").Validator<any, any>;
127
+ export declare const strategiesIndicatorsTalibPatchResolver: import("@feathersjs/schema").Resolver<{
128
+ hyperopt?: {
129
+ default: number;
130
+ max: number;
131
+ min: number;
132
+ type: string;
133
+ field: string;
134
+ space: string;
135
+ }[] | undefined;
136
+ function: string;
137
+ name: string;
138
+ _id: string;
139
+ description: string;
140
+ alias: string;
141
+ group: string;
142
+ optInputs: any[];
143
+ inputs: any[];
144
+ outputs: any[];
145
+ }, HookContext<StrategiesIndicatorsTalibService<import("./talib.class").StrategiesIndicatorsTalibParams>>>;
146
+ export declare const strategiesIndicatorsTalibQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
147
+ _id: import("@feathersjs/typebox").TString<string>;
148
+ name: import("@feathersjs/typebox").TString<string>;
149
+ group: import("@feathersjs/typebox").TString<string>;
150
+ alias: import("@feathersjs/typebox").TString<string>;
151
+ function: import("@feathersjs/typebox").TString<string>;
152
+ description: import("@feathersjs/typebox").TString<string>;
153
+ /** Required TA-Lib signature */
154
+ inputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
155
+ optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
156
+ outputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
157
+ hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
158
+ field: import("@feathersjs/typebox").TString<string>;
159
+ space: import("@feathersjs/typebox").TString<string>;
160
+ type: import("@feathersjs/typebox").TString<string>;
161
+ min: import("@feathersjs/typebox").TNumber;
162
+ max: import("@feathersjs/typebox").TNumber;
163
+ default: import("@feathersjs/typebox").TNumber;
164
+ }>>>;
165
+ }>, ["_id", "name", "alias"]>;
166
+ export declare const strategiesIndicatorsTalibQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
167
+ $limit: import("@feathersjs/typebox").TNumber;
168
+ $skip: import("@feathersjs/typebox").TNumber;
169
+ $sort: import("@feathersjs/typebox").TObject<{
170
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
171
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
172
+ alias: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
173
+ }>;
174
+ $select: import("@feathersjs/typebox").TUnsafe<("name" | "_id" | "alias")[]>;
175
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
176
+ 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<{
177
+ $gt: import("@feathersjs/typebox").TString<string>;
178
+ $gte: import("@feathersjs/typebox").TString<string>;
179
+ $lt: import("@feathersjs/typebox").TString<string>;
180
+ $lte: import("@feathersjs/typebox").TString<string>;
181
+ $ne: import("@feathersjs/typebox").TString<string>;
182
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
183
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
184
+ }>, import("@feathersjs/typebox").TObject<{
185
+ [key: string]: import("@feathersjs/typebox").TSchema;
186
+ } | undefined>]>>]>>;
187
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
188
+ $gt: import("@feathersjs/typebox").TString<string>;
189
+ $gte: import("@feathersjs/typebox").TString<string>;
190
+ $lt: import("@feathersjs/typebox").TString<string>;
191
+ $lte: import("@feathersjs/typebox").TString<string>;
192
+ $ne: import("@feathersjs/typebox").TString<string>;
193
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
194
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
195
+ }>, import("@feathersjs/typebox").TObject<{
196
+ [key: string]: import("@feathersjs/typebox").TSchema;
197
+ } | undefined>]>>]>>;
198
+ alias: 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<{
199
+ $gt: import("@feathersjs/typebox").TString<string>;
200
+ $gte: import("@feathersjs/typebox").TString<string>;
201
+ $lt: import("@feathersjs/typebox").TString<string>;
202
+ $lte: import("@feathersjs/typebox").TString<string>;
203
+ $ne: import("@feathersjs/typebox").TString<string>;
204
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
205
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
206
+ }>, import("@feathersjs/typebox").TObject<{
207
+ [key: string]: import("@feathersjs/typebox").TSchema;
208
+ } | undefined>]>>]>>;
209
+ }>>, import("@feathersjs/typebox").TObject<{
210
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
211
+ 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<{
212
+ $gt: import("@feathersjs/typebox").TString<string>;
213
+ $gte: import("@feathersjs/typebox").TString<string>;
214
+ $lt: import("@feathersjs/typebox").TString<string>;
215
+ $lte: import("@feathersjs/typebox").TString<string>;
216
+ $ne: import("@feathersjs/typebox").TString<string>;
217
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
218
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
219
+ }>, import("@feathersjs/typebox").TObject<{
220
+ [key: string]: import("@feathersjs/typebox").TSchema;
221
+ } | undefined>]>>]>>;
222
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
223
+ $gt: import("@feathersjs/typebox").TString<string>;
224
+ $gte: import("@feathersjs/typebox").TString<string>;
225
+ $lt: import("@feathersjs/typebox").TString<string>;
226
+ $lte: import("@feathersjs/typebox").TString<string>;
227
+ $ne: import("@feathersjs/typebox").TString<string>;
228
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
229
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
230
+ }>, import("@feathersjs/typebox").TObject<{
231
+ [key: string]: import("@feathersjs/typebox").TSchema;
232
+ } | undefined>]>>]>>;
233
+ alias: 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<{
234
+ $gt: import("@feathersjs/typebox").TString<string>;
235
+ $gte: import("@feathersjs/typebox").TString<string>;
236
+ $lt: import("@feathersjs/typebox").TString<string>;
237
+ $lte: import("@feathersjs/typebox").TString<string>;
238
+ $ne: import("@feathersjs/typebox").TString<string>;
239
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
240
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
241
+ }>, import("@feathersjs/typebox").TObject<{
242
+ [key: string]: import("@feathersjs/typebox").TSchema;
243
+ } | undefined>]>>]>>;
244
+ }>>>;
245
+ }>]>>;
246
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
247
+ 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<{
248
+ $gt: import("@feathersjs/typebox").TString<string>;
249
+ $gte: import("@feathersjs/typebox").TString<string>;
250
+ $lt: import("@feathersjs/typebox").TString<string>;
251
+ $lte: import("@feathersjs/typebox").TString<string>;
252
+ $ne: import("@feathersjs/typebox").TString<string>;
253
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
254
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
255
+ }>, import("@feathersjs/typebox").TObject<{
256
+ [key: string]: import("@feathersjs/typebox").TSchema;
257
+ } | undefined>]>>]>>;
258
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
259
+ $gt: import("@feathersjs/typebox").TString<string>;
260
+ $gte: import("@feathersjs/typebox").TString<string>;
261
+ $lt: import("@feathersjs/typebox").TString<string>;
262
+ $lte: import("@feathersjs/typebox").TString<string>;
263
+ $ne: import("@feathersjs/typebox").TString<string>;
264
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
265
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
266
+ }>, import("@feathersjs/typebox").TObject<{
267
+ [key: string]: import("@feathersjs/typebox").TSchema;
268
+ } | undefined>]>>]>>;
269
+ alias: 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<{
270
+ $gt: import("@feathersjs/typebox").TString<string>;
271
+ $gte: import("@feathersjs/typebox").TString<string>;
272
+ $lt: import("@feathersjs/typebox").TString<string>;
273
+ $lte: import("@feathersjs/typebox").TString<string>;
274
+ $ne: import("@feathersjs/typebox").TString<string>;
275
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
276
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
277
+ }>, import("@feathersjs/typebox").TObject<{
278
+ [key: string]: import("@feathersjs/typebox").TSchema;
279
+ } | undefined>]>>]>>;
280
+ }>>>;
281
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
282
+ 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<{
283
+ $gt: import("@feathersjs/typebox").TString<string>;
284
+ $gte: import("@feathersjs/typebox").TString<string>;
285
+ $lt: import("@feathersjs/typebox").TString<string>;
286
+ $lte: import("@feathersjs/typebox").TString<string>;
287
+ $ne: import("@feathersjs/typebox").TString<string>;
288
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
289
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
290
+ }>, import("@feathersjs/typebox").TObject<{
291
+ [key: string]: import("@feathersjs/typebox").TSchema;
292
+ } | undefined>]>>]>>;
293
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
294
+ $gt: import("@feathersjs/typebox").TString<string>;
295
+ $gte: import("@feathersjs/typebox").TString<string>;
296
+ $lt: import("@feathersjs/typebox").TString<string>;
297
+ $lte: import("@feathersjs/typebox").TString<string>;
298
+ $ne: import("@feathersjs/typebox").TString<string>;
299
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
300
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
301
+ }>, import("@feathersjs/typebox").TObject<{
302
+ [key: string]: import("@feathersjs/typebox").TSchema;
303
+ } | undefined>]>>]>>;
304
+ alias: 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<{
305
+ $gt: import("@feathersjs/typebox").TString<string>;
306
+ $gte: import("@feathersjs/typebox").TString<string>;
307
+ $lt: import("@feathersjs/typebox").TString<string>;
308
+ $lte: import("@feathersjs/typebox").TString<string>;
309
+ $ne: import("@feathersjs/typebox").TString<string>;
310
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
311
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
312
+ }>, import("@feathersjs/typebox").TObject<{
313
+ [key: string]: import("@feathersjs/typebox").TSchema;
314
+ } | undefined>]>>]>>;
315
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
316
+ export type StrategiesIndicatorsTalibQuery = Static<typeof strategiesIndicatorsTalibQuerySchema>;
317
+ export declare const strategiesIndicatorsTalibQueryValidator: import("@feathersjs/schema").Validator<any, any>;
318
+ export declare const strategiesIndicatorsTalibQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
319
+ $limit: number;
320
+ $skip: number;
321
+ $sort: {
322
+ name?: number | undefined;
323
+ _id?: number | undefined;
324
+ alias?: number | undefined;
325
+ };
326
+ $select: ("name" | "_id" | "alias")[];
327
+ $and: ({
328
+ name?: string | Partial<{
329
+ $gt: string;
330
+ $gte: string;
331
+ $lt: string;
332
+ $lte: string;
333
+ $ne: string;
334
+ $in: string | string[];
335
+ $nin: string | string[];
336
+ } & {}> | undefined;
337
+ _id?: string | Partial<{
338
+ $gt: string;
339
+ $gte: string;
340
+ $lt: string;
341
+ $lte: string;
342
+ $ne: string;
343
+ $in: string | string[];
344
+ $nin: string | string[];
345
+ } & {}> | undefined;
346
+ alias?: string | Partial<{
347
+ $gt: string;
348
+ $gte: string;
349
+ $lt: string;
350
+ $lte: string;
351
+ $ne: string;
352
+ $in: string | string[];
353
+ $nin: string | string[];
354
+ } & {}> | undefined;
355
+ } | {
356
+ $or: {
357
+ name?: string | Partial<{
358
+ $gt: string;
359
+ $gte: string;
360
+ $lt: string;
361
+ $lte: string;
362
+ $ne: string;
363
+ $in: string | string[];
364
+ $nin: string | string[];
365
+ } & {}> | undefined;
366
+ _id?: string | Partial<{
367
+ $gt: string;
368
+ $gte: string;
369
+ $lt: string;
370
+ $lte: string;
371
+ $ne: string;
372
+ $in: string | string[];
373
+ $nin: string | string[];
374
+ } & {}> | undefined;
375
+ alias?: string | Partial<{
376
+ $gt: string;
377
+ $gte: string;
378
+ $lt: string;
379
+ $lte: string;
380
+ $ne: string;
381
+ $in: string | string[];
382
+ $nin: string | string[];
383
+ } & {}> | undefined;
384
+ }[];
385
+ })[];
386
+ $or: {
387
+ name?: string | Partial<{
388
+ $gt: string;
389
+ $gte: string;
390
+ $lt: string;
391
+ $lte: string;
392
+ $ne: string;
393
+ $in: string | string[];
394
+ $nin: string | string[];
395
+ } & {}> | undefined;
396
+ _id?: string | Partial<{
397
+ $gt: string;
398
+ $gte: string;
399
+ $lt: string;
400
+ $lte: string;
401
+ $ne: string;
402
+ $in: string | string[];
403
+ $nin: string | string[];
404
+ } & {}> | undefined;
405
+ alias?: string | Partial<{
406
+ $gt: string;
407
+ $gte: string;
408
+ $lt: string;
409
+ $lte: string;
410
+ $ne: string;
411
+ $in: string | string[];
412
+ $nin: string | string[];
413
+ } & {}> | undefined;
414
+ }[];
415
+ }> & {
416
+ name?: string | Partial<{
417
+ $gt: string;
418
+ $gte: string;
419
+ $lt: string;
420
+ $lte: string;
421
+ $ne: string;
422
+ $in: string | string[];
423
+ $nin: string | string[];
424
+ } & {}> | undefined;
425
+ _id?: string | Partial<{
426
+ $gt: string;
427
+ $gte: string;
428
+ $lt: string;
429
+ $lte: string;
430
+ $ne: string;
431
+ $in: string | string[];
432
+ $nin: string | string[];
433
+ } & {}> | undefined;
434
+ alias?: string | Partial<{
435
+ $gt: string;
436
+ $gte: string;
437
+ $lt: string;
438
+ $lte: string;
439
+ $ne: string;
440
+ $in: string | string[];
441
+ $nin: string | string[];
442
+ } & {}> | undefined;
443
+ } & {}, HookContext<StrategiesIndicatorsTalibService<import("./talib.class").StrategiesIndicatorsTalibParams>>>;
@@ -0,0 +1,13 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import type { ClientApplication } from '../../../../client';
3
+ import type { StrategiesIndicatorsTalib, StrategiesIndicatorsTalibData, StrategiesIndicatorsTalibPatch, StrategiesIndicatorsTalibQuery, StrategiesIndicatorsTalibService } from './talib.class';
4
+ export type { StrategiesIndicatorsTalib, StrategiesIndicatorsTalibData, StrategiesIndicatorsTalibPatch, StrategiesIndicatorsTalibQuery };
5
+ export type StrategiesIndicatorsTalibClientService = Pick<StrategiesIndicatorsTalibService<Params<StrategiesIndicatorsTalibQuery>>, (typeof strategiesIndicatorsTalibMethods)[number]>;
6
+ export declare const strategiesIndicatorsTalibPath = "strategies/indicators/talib";
7
+ export declare const strategiesIndicatorsTalibMethods: readonly ["find", "get", "create", "patch", "remove"];
8
+ export declare const strategiesIndicatorsTalibClient: (client: ClientApplication) => void;
9
+ declare module '../../../../client' {
10
+ interface ServiceTypes {
11
+ [strategiesIndicatorsTalibPath]: StrategiesIndicatorsTalibClientService;
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.strategiesIndicatorsTalibClient = exports.strategiesIndicatorsTalibMethods = exports.strategiesIndicatorsTalibPath = void 0;
4
+ exports.strategiesIndicatorsTalibPath = 'strategies/indicators/talib';
5
+ exports.strategiesIndicatorsTalibMethods = ['find', 'get', 'create', 'patch', 'remove'];
6
+ const strategiesIndicatorsTalibClient = (client) => {
7
+ const connection = client.get('connection');
8
+ client.use(exports.strategiesIndicatorsTalibPath, connection.service(exports.strategiesIndicatorsTalibPath), {
9
+ methods: exports.strategiesIndicatorsTalibMethods
10
+ });
11
+ };
12
+ exports.strategiesIndicatorsTalibClient = strategiesIndicatorsTalibClient;
13
+ //# sourceMappingURL=talib.shared.js.map