bulltrackers-module 1.0.690 → 1.0.692

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.
@@ -3408,7 +3408,6 @@ module.exports = {
3408
3408
  requestPopularInvestorAddition,
3409
3409
  hasUserCopiedPopularInvestor,
3410
3410
  manageReviews,
3411
- getComputationResults,
3412
3411
  fetchNotifications,
3413
3412
  markNotificationRead,
3414
3413
  trackPopularInvestorView,
@@ -40,7 +40,7 @@ const watchlistSubscribeSchema = z.object({
40
40
 
41
41
  const dynamicMatchesSchema = z.object({
42
42
  computationName: z.string().min(1).max(200),
43
- parameters: z.record(z.any()).optional(), // Flexible parameters object for thresholds
43
+ parameters: z.record(z.string(), z.union([z.number(), z.string(), z.boolean()])).optional(), // Flexible parameters object for thresholds
44
44
  timeRange: z.enum(['today', 'last_7_days', 'last_30_days']).optional(),
45
45
  limit: z.number().int().min(1).max(500).optional()
46
46
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.690",
3
+ "version": "1.0.692",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [