@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
@@ -2,17 +2,27 @@ import type { Static } from '@feathersjs/typebox';
2
2
  import type { HookContext } from '../../../declarations';
3
3
  import type { StrategiesIndicatorsService } from './indicators.class';
4
4
  export declare const strategiesIndicatorsSchema: import("@feathersjs/typebox").TObject<{
5
- _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
5
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
6
6
  name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
7
+ group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
8
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
9
+ source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"qtpylib">, import("@feathersjs/typebox").TLiteral<"talib">]>>;
7
10
  alias: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
11
+ function: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
12
+ requires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
13
+ inputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
14
+ optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
15
+ outputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
16
+ defaults: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{}>>;
17
+ python: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
8
18
  options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
9
- description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
10
- object: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
19
+ assign: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
20
+ predeclare: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
11
21
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
12
22
  hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
13
23
  field: import("@feathersjs/typebox").TString<string>;
14
24
  space: import("@feathersjs/typebox").TString<string>;
15
- type: import("@feathersjs/typebox").TLiteral<"IntParameter">;
25
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"IntParameter">, import("@feathersjs/typebox").TLiteral<"DecimalParameter">, import("@feathersjs/typebox").TLiteral<"BooleanParameter">, import("@feathersjs/typebox").TLiteral<"CategoricalParameter">]>;
16
26
  min: import("@feathersjs/typebox").TInteger;
17
27
  max: import("@feathersjs/typebox").TInteger;
18
28
  default: import("@feathersjs/typebox").TInteger;
@@ -21,87 +31,137 @@ export declare const strategiesIndicatorsSchema: import("@feathersjs/typebox").T
21
31
  export type StrategiesIndicators = Static<typeof strategiesIndicatorsSchema>;
22
32
  export declare const strategiesIndicatorsValidator: import("@feathersjs/schema").Validator<any, any>;
23
33
  export declare const strategiesIndicatorsResolver: import("@feathersjs/schema").Resolver<{
24
- object?: string | undefined;
34
+ function?: string | undefined;
25
35
  name?: string | undefined;
26
- _id?: string | {} | undefined;
27
36
  hyperopt?: {
28
37
  default: number;
29
38
  max: number;
30
39
  min: number;
31
- type: "IntParameter";
40
+ type: "IntParameter" | "DecimalParameter" | "BooleanParameter" | "CategoricalParameter";
32
41
  field: string;
33
42
  space: string;
34
43
  }[] | undefined;
44
+ defaults?: {} | undefined;
45
+ _id?: string | undefined;
35
46
  createdAt?: any;
36
47
  description?: string | undefined;
37
- options?: any;
38
48
  alias?: string | undefined;
49
+ group?: string | undefined;
50
+ optInputs?: any[] | undefined;
51
+ options?: any;
52
+ inputs?: any[] | undefined;
53
+ outputs?: string[] | undefined;
54
+ source?: "qtpylib" | "talib" | undefined;
55
+ requires?: string[] | undefined;
56
+ python?: string | undefined;
57
+ assign?: string | undefined;
58
+ predeclare?: boolean | undefined;
39
59
  }, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
40
60
  export declare const strategiesIndicatorsExternalResolver: import("@feathersjs/schema").Resolver<{
41
- object?: string | undefined;
61
+ function?: string | undefined;
42
62
  name?: string | undefined;
43
- _id?: string | {} | undefined;
44
63
  hyperopt?: {
45
64
  default: number;
46
65
  max: number;
47
66
  min: number;
48
- type: "IntParameter";
67
+ type: "IntParameter" | "DecimalParameter" | "BooleanParameter" | "CategoricalParameter";
49
68
  field: string;
50
69
  space: string;
51
70
  }[] | undefined;
71
+ defaults?: {} | undefined;
72
+ _id?: string | undefined;
52
73
  createdAt?: any;
53
74
  description?: string | undefined;
54
- options?: any;
55
75
  alias?: string | undefined;
76
+ group?: string | undefined;
77
+ optInputs?: any[] | undefined;
78
+ options?: any;
79
+ inputs?: any[] | undefined;
80
+ outputs?: string[] | undefined;
81
+ source?: "qtpylib" | "talib" | undefined;
82
+ requires?: string[] | undefined;
83
+ python?: string | undefined;
84
+ assign?: string | undefined;
85
+ predeclare?: boolean | undefined;
56
86
  }, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
57
87
  export declare const strategiesIndicatorsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
58
- _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
88
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
59
89
  name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
90
+ group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
91
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
92
+ source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"qtpylib">, import("@feathersjs/typebox").TLiteral<"talib">]>>;
60
93
  alias: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
94
+ function: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
95
+ requires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
96
+ inputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
97
+ optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
98
+ outputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
99
+ defaults: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{}>>;
100
+ python: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
61
101
  options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
62
- description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
63
- object: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
102
+ assign: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
103
+ predeclare: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
64
104
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
65
105
  hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
66
106
  field: import("@feathersjs/typebox").TString<string>;
67
107
  space: import("@feathersjs/typebox").TString<string>;
68
- type: import("@feathersjs/typebox").TLiteral<"IntParameter">;
108
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"IntParameter">, import("@feathersjs/typebox").TLiteral<"DecimalParameter">, import("@feathersjs/typebox").TLiteral<"BooleanParameter">, import("@feathersjs/typebox").TLiteral<"CategoricalParameter">]>;
69
109
  min: import("@feathersjs/typebox").TInteger;
70
110
  max: import("@feathersjs/typebox").TInteger;
71
111
  default: import("@feathersjs/typebox").TInteger;
72
112
  }>>>;
73
- }>, ["_id", "name", "alias", "object", "hyperopt", "description", "options"]>;
113
+ }>, ["_id", "name", "alias", "hyperopt", "description", "options"]>;
74
114
  export type StrategiesIndicatorsData = Static<typeof strategiesIndicatorsDataSchema>;
75
115
  export declare const strategiesIndicatorsDataValidator: import("@feathersjs/schema").Validator<any, any>;
76
116
  export declare const strategiesIndicatorsDataResolver: import("@feathersjs/schema").Resolver<{
77
- object?: string | undefined;
117
+ function?: string | undefined;
78
118
  name?: string | undefined;
79
- _id?: string | {} | undefined;
80
119
  hyperopt?: {
81
120
  default: number;
82
121
  max: number;
83
122
  min: number;
84
- type: "IntParameter";
123
+ type: "IntParameter" | "DecimalParameter" | "BooleanParameter" | "CategoricalParameter";
85
124
  field: string;
86
125
  space: string;
87
126
  }[] | undefined;
127
+ defaults?: {} | undefined;
128
+ _id?: string | undefined;
88
129
  createdAt?: any;
89
130
  description?: string | undefined;
90
- options?: any;
91
131
  alias?: string | undefined;
132
+ group?: string | undefined;
133
+ optInputs?: any[] | undefined;
134
+ options?: any;
135
+ inputs?: any[] | undefined;
136
+ outputs?: string[] | undefined;
137
+ source?: "qtpylib" | "talib" | undefined;
138
+ requires?: string[] | undefined;
139
+ python?: string | undefined;
140
+ assign?: string | undefined;
141
+ predeclare?: boolean | undefined;
92
142
  }, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
93
143
  export declare const strategiesIndicatorsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
94
- _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
144
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
95
145
  name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
146
+ group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
147
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
148
+ source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"qtpylib">, import("@feathersjs/typebox").TLiteral<"talib">]>>;
96
149
  alias: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
150
+ function: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
151
+ requires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
152
+ inputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
153
+ optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
154
+ outputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
155
+ defaults: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{}>>;
156
+ python: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
97
157
  options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
98
- description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
99
- object: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
158
+ assign: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
159
+ predeclare: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
100
160
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
101
161
  hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
102
162
  field: import("@feathersjs/typebox").TString<string>;
103
163
  space: import("@feathersjs/typebox").TString<string>;
104
- type: import("@feathersjs/typebox").TLiteral<"IntParameter">;
164
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"IntParameter">, import("@feathersjs/typebox").TLiteral<"DecimalParameter">, import("@feathersjs/typebox").TLiteral<"BooleanParameter">, import("@feathersjs/typebox").TLiteral<"CategoricalParameter">]>;
105
165
  min: import("@feathersjs/typebox").TInteger;
106
166
  max: import("@feathersjs/typebox").TInteger;
107
167
  default: import("@feathersjs/typebox").TInteger;
@@ -110,34 +170,54 @@ export declare const strategiesIndicatorsPatchSchema: import("@feathersjs/typebo
110
170
  export type StrategiesIndicatorsPatch = Static<typeof strategiesIndicatorsPatchSchema>;
111
171
  export declare const strategiesIndicatorsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
112
172
  export declare const strategiesIndicatorsPatchResolver: import("@feathersjs/schema").Resolver<{
113
- object?: string | undefined;
173
+ function?: string | undefined;
114
174
  name?: string | undefined;
115
- _id?: string | {} | undefined;
116
175
  hyperopt?: {
117
176
  default: number;
118
177
  max: number;
119
178
  min: number;
120
- type: "IntParameter";
179
+ type: "IntParameter" | "DecimalParameter" | "BooleanParameter" | "CategoricalParameter";
121
180
  field: string;
122
181
  space: string;
123
182
  }[] | undefined;
183
+ defaults?: {} | undefined;
184
+ _id?: string | undefined;
124
185
  createdAt?: any;
125
186
  description?: string | undefined;
126
- options?: any;
127
187
  alias?: string | undefined;
188
+ group?: string | undefined;
189
+ optInputs?: any[] | undefined;
190
+ options?: any;
191
+ inputs?: any[] | undefined;
192
+ outputs?: string[] | undefined;
193
+ source?: "qtpylib" | "talib" | undefined;
194
+ requires?: string[] | undefined;
195
+ python?: string | undefined;
196
+ assign?: string | undefined;
197
+ predeclare?: boolean | undefined;
128
198
  }, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
129
199
  export declare const strategiesIndicatorsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
130
- _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
200
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
131
201
  name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
202
+ group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
203
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
204
+ source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"qtpylib">, import("@feathersjs/typebox").TLiteral<"talib">]>>;
132
205
  alias: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
206
+ function: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
207
+ requires: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
208
+ inputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
209
+ optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
210
+ outputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
211
+ defaults: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{}>>;
212
+ python: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
133
213
  options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
134
- description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
135
- object: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
214
+ assign: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
215
+ predeclare: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
136
216
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
137
217
  hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
138
218
  field: import("@feathersjs/typebox").TString<string>;
139
219
  space: import("@feathersjs/typebox").TString<string>;
140
- type: import("@feathersjs/typebox").TLiteral<"IntParameter">;
220
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"IntParameter">, import("@feathersjs/typebox").TLiteral<"DecimalParameter">, import("@feathersjs/typebox").TLiteral<"BooleanParameter">, import("@feathersjs/typebox").TLiteral<"CategoricalParameter">]>;
141
221
  min: import("@feathersjs/typebox").TInteger;
142
222
  max: import("@feathersjs/typebox").TInteger;
143
223
  default: import("@feathersjs/typebox").TInteger;
@@ -163,14 +243,14 @@ export declare const strategiesIndicatorsQuerySchema: import("@feathersjs/typebo
163
243
  }>, import("@feathersjs/typebox").TObject<{
164
244
  [key: string]: import("@feathersjs/typebox").TSchema;
165
245
  } | undefined>]>>]>>;
166
- _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
167
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
168
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
169
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
170
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
171
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
172
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
173
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
246
+ _id: 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<{
247
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
248
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
249
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
250
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
251
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
252
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
253
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
174
254
  }>, import("@feathersjs/typebox").TObject<{
175
255
  [key: string]: import("@feathersjs/typebox").TSchema;
176
256
  } | undefined>]>>]>>;
@@ -187,14 +267,14 @@ export declare const strategiesIndicatorsQuerySchema: import("@feathersjs/typebo
187
267
  }>, import("@feathersjs/typebox").TObject<{
188
268
  [key: string]: import("@feathersjs/typebox").TSchema;
189
269
  } | undefined>]>>]>>;
190
- _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
191
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
192
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
193
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
194
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
195
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
196
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
197
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
270
+ _id: 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<{
271
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
272
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
273
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
274
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
275
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
276
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
277
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
198
278
  }>, import("@feathersjs/typebox").TObject<{
199
279
  [key: string]: import("@feathersjs/typebox").TSchema;
200
280
  } | undefined>]>>]>>;
@@ -212,14 +292,14 @@ export declare const strategiesIndicatorsQuerySchema: import("@feathersjs/typebo
212
292
  }>, import("@feathersjs/typebox").TObject<{
213
293
  [key: string]: import("@feathersjs/typebox").TSchema;
214
294
  } | undefined>]>>]>>;
215
- _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
216
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
217
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
218
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
219
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
220
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
221
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
222
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
295
+ _id: 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<{
296
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
297
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
298
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
299
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
300
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
301
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
302
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
223
303
  }>, import("@feathersjs/typebox").TObject<{
224
304
  [key: string]: import("@feathersjs/typebox").TSchema;
225
305
  } | undefined>]>>]>>;
@@ -236,14 +316,14 @@ export declare const strategiesIndicatorsQuerySchema: import("@feathersjs/typebo
236
316
  }>, import("@feathersjs/typebox").TObject<{
237
317
  [key: string]: import("@feathersjs/typebox").TSchema;
238
318
  } | undefined>]>>]>>;
239
- _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<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<{
240
- $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
241
- $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
242
- $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
243
- $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
244
- $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
245
- $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
246
- $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
319
+ _id: 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<{
320
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
321
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
322
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
323
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
324
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
325
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
326
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
247
327
  }>, import("@feathersjs/typebox").TObject<{
248
328
  [key: string]: import("@feathersjs/typebox").TSchema;
249
329
  } | undefined>]>>]>>;
@@ -268,14 +348,14 @@ export declare const strategiesIndicatorsQueryResolver: import("@feathersjs/sche
268
348
  $in: string | string[];
269
349
  $nin: string | string[];
270
350
  } & {}> | undefined;
271
- _id?: string | {} | Partial<{
272
- $gt?: string | {} | undefined;
273
- $gte?: string | {} | undefined;
274
- $lt?: string | {} | undefined;
275
- $lte?: string | {} | undefined;
276
- $ne?: string | {} | undefined;
277
- $in: string | {} | (string | {})[];
278
- $nin: string | {} | (string | {})[];
351
+ _id?: string | Partial<{
352
+ $gt?: string | undefined;
353
+ $gte?: string | undefined;
354
+ $lt?: string | undefined;
355
+ $lte?: string | undefined;
356
+ $ne?: string | undefined;
357
+ $in: string | string[];
358
+ $nin: string | string[];
279
359
  } & {}> | undefined;
280
360
  } | {
281
361
  $or: {
@@ -288,14 +368,14 @@ export declare const strategiesIndicatorsQueryResolver: import("@feathersjs/sche
288
368
  $in: string | string[];
289
369
  $nin: string | string[];
290
370
  } & {}> | undefined;
291
- _id?: string | {} | Partial<{
292
- $gt?: string | {} | undefined;
293
- $gte?: string | {} | undefined;
294
- $lt?: string | {} | undefined;
295
- $lte?: string | {} | undefined;
296
- $ne?: string | {} | undefined;
297
- $in: string | {} | (string | {})[];
298
- $nin: string | {} | (string | {})[];
371
+ _id?: string | Partial<{
372
+ $gt?: string | undefined;
373
+ $gte?: string | undefined;
374
+ $lt?: string | undefined;
375
+ $lte?: string | undefined;
376
+ $ne?: string | undefined;
377
+ $in: string | string[];
378
+ $nin: string | string[];
299
379
  } & {}> | undefined;
300
380
  }[];
301
381
  })[];
@@ -309,14 +389,14 @@ export declare const strategiesIndicatorsQueryResolver: import("@feathersjs/sche
309
389
  $in: string | string[];
310
390
  $nin: string | string[];
311
391
  } & {}> | undefined;
312
- _id?: string | {} | Partial<{
313
- $gt?: string | {} | undefined;
314
- $gte?: string | {} | undefined;
315
- $lt?: string | {} | undefined;
316
- $lte?: string | {} | undefined;
317
- $ne?: string | {} | undefined;
318
- $in: string | {} | (string | {})[];
319
- $nin: string | {} | (string | {})[];
392
+ _id?: string | Partial<{
393
+ $gt?: string | undefined;
394
+ $gte?: string | undefined;
395
+ $lt?: string | undefined;
396
+ $lte?: string | undefined;
397
+ $ne?: string | undefined;
398
+ $in: string | string[];
399
+ $nin: string | string[];
320
400
  } & {}> | undefined;
321
401
  }[];
322
402
  }> & {
@@ -329,13 +409,13 @@ export declare const strategiesIndicatorsQueryResolver: import("@feathersjs/sche
329
409
  $in: string | string[];
330
410
  $nin: string | string[];
331
411
  } & {}> | undefined;
332
- _id?: string | {} | Partial<{
333
- $gt?: string | {} | undefined;
334
- $gte?: string | {} | undefined;
335
- $lt?: string | {} | undefined;
336
- $lte?: string | {} | undefined;
337
- $ne?: string | {} | undefined;
338
- $in: string | {} | (string | {})[];
339
- $nin: string | {} | (string | {})[];
412
+ _id?: string | Partial<{
413
+ $gt?: string | undefined;
414
+ $gte?: string | undefined;
415
+ $lt?: string | undefined;
416
+ $lte?: string | undefined;
417
+ $ne?: string | undefined;
418
+ $in: string | string[];
419
+ $nin: string | string[];
340
420
  } & {}> | undefined;
341
421
  } & {}, HookContext<StrategiesIndicatorsService<import("./indicators.class").StrategiesIndicatorsParams>>>;
@@ -0,0 +1,11 @@
1
+ import type { Params } from '@feathersjs/feathers';
2
+ import type { MongoDBAdapterOptions, MongoDBAdapterParams } from '@feathersjs/mongodb';
3
+ import { MongoDBService } from '@feathersjs/mongodb';
4
+ import type { Application } from '../../../../declarations';
5
+ import type { StrategiesIndicatorsTalib, StrategiesIndicatorsTalibData, StrategiesIndicatorsTalibPatch, StrategiesIndicatorsTalibQuery } from './talib.schema';
6
+ export type { StrategiesIndicatorsTalib, StrategiesIndicatorsTalibData, StrategiesIndicatorsTalibPatch, StrategiesIndicatorsTalibQuery };
7
+ export interface StrategiesIndicatorsTalibParams extends MongoDBAdapterParams<StrategiesIndicatorsTalibQuery> {
8
+ }
9
+ export declare class StrategiesIndicatorsTalibService<ServiceParams extends Params = StrategiesIndicatorsTalibParams> extends MongoDBService<StrategiesIndicatorsTalib, StrategiesIndicatorsTalibData, StrategiesIndicatorsTalibParams, StrategiesIndicatorsTalibPatch> {
10
+ }
11
+ export declare const getOptions: (app: Application) => MongoDBAdapterOptions;
@@ -0,0 +1,11 @@
1
+ import type { Application } from '../../../../declarations';
2
+ import { StrategiesIndicatorsTalibService } from './talib.class';
3
+ import { strategiesIndicatorsTalibPath } from './talib.shared';
4
+ export * from './talib.class';
5
+ export * from './talib.schema';
6
+ export declare const strategiesIndicatorsTalib: (app: Application) => void;
7
+ declare module '../../../../declarations' {
8
+ interface ServiceTypes {
9
+ [strategiesIndicatorsTalibPath]: StrategiesIndicatorsTalibService;
10
+ }
11
+ }