@cryptorobot.ai/client 1.26.0-dev.1010 → 1.26.0-dev.1012

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.
@@ -176,7 +176,7 @@ export declare const agentsDataSchema: import("@feathersjs/typebox").TPick<impor
176
176
  }>>;
177
177
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
178
178
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
179
- }>, ["name", "role", "description", "instruction", "memory", "coding", "autonomously", "collaboration", "actions", "triggers", "model", "timeout", "knowledgeBases", "provider", "agnoModelId", "createdAt", "updatedAt"]>;
179
+ }>, ["name", "role", "description", "instruction", "memory", "coding", "autonomously", "collaboration", "actions", "triggers", "model", "timeout", "knowledgeBases", "provider", "agnoModelId", "systemAgent", "systemAgentType", "toolRegistry", "contextTemplate", "userId", "createdAt", "updatedAt"]>;
180
180
  export type AgentsData = Static<typeof agentsDataSchema>;
181
181
  export declare const agentsDataValidator: import("@feathersjs/schema").Validator<any, any>;
182
182
  export declare const agentsDataResolver: import("@feathersjs/schema").Resolver<{
@@ -302,7 +302,7 @@ export declare const agentsSessionsConversationsQueryProperties: import("@feathe
302
302
  source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"web">, import("@feathersjs/typebox").TLiteral<"telegram">, import("@feathersjs/typebox").TLiteral<"system">]>>;
303
303
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
304
304
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
305
- }>, ["_id", "text", "role", "type", "sessionId", "agentId", "trace", "createdAt", "updatedAt"]>;
305
+ }>, ["_id", "text", "role", "type", "sessionId", "agentId", "userId", "trace", "createdAt", "updatedAt"]>;
306
306
  export declare const agentsSessionsConversationsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
307
307
  $limit: import("@feathersjs/typebox").TNumber;
308
308
  $skip: import("@feathersjs/typebox").TNumber;
@@ -316,8 +316,9 @@ export declare const agentsSessionsConversationsQuerySchema: import("@feathersjs
316
316
  trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
317
317
  type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
318
318
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
319
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
319
320
  }>;
320
- $select: import("@feathersjs/typebox").TUnsafe<("_id" | "agentId" | "createdAt" | "role" | "sessionId" | "text" | "trace" | "type" | "updatedAt")[]>;
321
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "agentId" | "createdAt" | "role" | "sessionId" | "text" | "trace" | "type" | "updatedAt" | "userId")[]>;
321
322
  $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
322
323
  _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<{
323
324
  $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
@@ -658,6 +659,17 @@ export declare const agentsSessionsConversationsQuerySchema: import("@feathersjs
658
659
  }>, import("@feathersjs/typebox").TObject<{
659
660
  [key: string]: import("@feathersjs/typebox").TSchema;
660
661
  } | undefined>]>>]>>;
662
+ userId: 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<{
663
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
664
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
665
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
666
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
667
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
668
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
669
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
670
+ }>, import("@feathersjs/typebox").TObject<{
671
+ [key: string]: import("@feathersjs/typebox").TSchema;
672
+ } | undefined>]>>]>>;
661
673
  }>>, import("@feathersjs/typebox").TObject<{
662
674
  $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
663
675
  _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<{
@@ -999,6 +1011,17 @@ export declare const agentsSessionsConversationsQuerySchema: import("@feathersjs
999
1011
  }>, import("@feathersjs/typebox").TObject<{
1000
1012
  [key: string]: import("@feathersjs/typebox").TSchema;
1001
1013
  } | undefined>]>>]>>;
1014
+ userId: 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<{
1015
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1016
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1017
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1018
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1019
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1020
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1021
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1022
+ }>, import("@feathersjs/typebox").TObject<{
1023
+ [key: string]: import("@feathersjs/typebox").TSchema;
1024
+ } | undefined>]>>]>>;
1002
1025
  }>>>;
1003
1026
  }>]>>;
1004
1027
  $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -1341,6 +1364,17 @@ export declare const agentsSessionsConversationsQuerySchema: import("@feathersjs
1341
1364
  }>, import("@feathersjs/typebox").TObject<{
1342
1365
  [key: string]: import("@feathersjs/typebox").TSchema;
1343
1366
  } | undefined>]>>]>>;
1367
+ userId: 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<{
1368
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1369
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1370
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1371
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1372
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1373
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1374
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1375
+ }>, import("@feathersjs/typebox").TObject<{
1376
+ [key: string]: import("@feathersjs/typebox").TSchema;
1377
+ } | undefined>]>>]>>;
1344
1378
  }>>>;
1345
1379
  }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1346
1380
  _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<{
@@ -1682,6 +1716,17 @@ export declare const agentsSessionsConversationsQuerySchema: import("@feathersjs
1682
1716
  }>, import("@feathersjs/typebox").TObject<{
1683
1717
  [key: string]: import("@feathersjs/typebox").TSchema;
1684
1718
  } | undefined>]>>]>>;
1719
+ userId: 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<{
1720
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1721
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1722
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1723
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1724
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1725
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1726
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1727
+ }>, import("@feathersjs/typebox").TObject<{
1728
+ [key: string]: import("@feathersjs/typebox").TSchema;
1729
+ } | undefined>]>>]>>;
1685
1730
  }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
1686
1731
  export type AgentsSessionsConversationsQuery = Static<typeof agentsSessionsConversationsQuerySchema>;
1687
1732
  export declare const agentsSessionsConversationsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
@@ -1698,8 +1743,9 @@ export declare const agentsSessionsConversationsQueryResolver: import("@feathers
1698
1743
  trace?: number | undefined;
1699
1744
  type?: number | undefined;
1700
1745
  updatedAt?: number | undefined;
1746
+ userId?: number | undefined;
1701
1747
  };
1702
- $select: ("_id" | "agentId" | "createdAt" | "role" | "sessionId" | "text" | "trace" | "type" | "updatedAt")[];
1748
+ $select: ("_id" | "agentId" | "createdAt" | "role" | "sessionId" | "text" | "trace" | "type" | "updatedAt" | "userId")[];
1703
1749
  $and: ({
1704
1750
  _id?: string | Partial<{
1705
1751
  $gt: string | {};
@@ -2006,6 +2052,15 @@ export declare const agentsSessionsConversationsQueryResolver: import("@feathers
2006
2052
  $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2007
2053
  } & {}> | undefined;
2008
2054
  updatedAt?: any;
2055
+ userId?: string | Partial<{
2056
+ $gt?: string | {} | undefined;
2057
+ $gte?: string | {} | undefined;
2058
+ $lt?: string | {} | undefined;
2059
+ $lte?: string | {} | undefined;
2060
+ $ne?: string | {} | undefined;
2061
+ $in: string | (string | {})[] | {};
2062
+ $nin: string | (string | {})[] | {};
2063
+ } & {}> | {} | undefined;
2009
2064
  } | {
2010
2065
  $or: {
2011
2066
  _id?: string | Partial<{
@@ -2313,6 +2368,15 @@ export declare const agentsSessionsConversationsQueryResolver: import("@feathers
2313
2368
  $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2314
2369
  } & {}> | undefined;
2315
2370
  updatedAt?: any;
2371
+ userId?: string | Partial<{
2372
+ $gt?: string | {} | undefined;
2373
+ $gte?: string | {} | undefined;
2374
+ $lt?: string | {} | undefined;
2375
+ $lte?: string | {} | undefined;
2376
+ $ne?: string | {} | undefined;
2377
+ $in: string | (string | {})[] | {};
2378
+ $nin: string | (string | {})[] | {};
2379
+ } & {}> | {} | undefined;
2316
2380
  }[];
2317
2381
  })[];
2318
2382
  $or: {
@@ -2621,6 +2685,15 @@ export declare const agentsSessionsConversationsQueryResolver: import("@feathers
2621
2685
  $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2622
2686
  } & {}> | undefined;
2623
2687
  updatedAt?: any;
2688
+ userId?: string | Partial<{
2689
+ $gt?: string | {} | undefined;
2690
+ $gte?: string | {} | undefined;
2691
+ $lt?: string | {} | undefined;
2692
+ $lte?: string | {} | undefined;
2693
+ $ne?: string | {} | undefined;
2694
+ $in: string | (string | {})[] | {};
2695
+ $nin: string | (string | {})[] | {};
2696
+ } & {}> | {} | undefined;
2624
2697
  }[];
2625
2698
  }> & {
2626
2699
  _id?: string | Partial<{
@@ -2928,4 +3001,13 @@ export declare const agentsSessionsConversationsQueryResolver: import("@feathers
2928
3001
  $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2929
3002
  } & {}> | undefined;
2930
3003
  updatedAt?: any;
3004
+ userId?: string | Partial<{
3005
+ $gt?: string | {} | undefined;
3006
+ $gte?: string | {} | undefined;
3007
+ $lt?: string | {} | undefined;
3008
+ $lte?: string | {} | undefined;
3009
+ $ne?: string | {} | undefined;
3010
+ $in: string | (string | {})[] | {};
3011
+ $nin: string | (string | {})[] | {};
3012
+ } & {}> | {} | undefined;
2931
3013
  } & {}, HookContext<AgentsSessionsConversationsService<import("./conversations.class").AgentsSessionsConversationsParams>>>;
@@ -93,7 +93,7 @@ export declare const strategiesBacktestExternalResolver: import("@feathersjs/sch
93
93
  attempts?: any;
94
94
  results?: any;
95
95
  }, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
96
- export declare const strategiesBacktestDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
96
+ export declare const strategiesBacktestDataSchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
97
97
  _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
98
98
  userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
99
99
  traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
@@ -122,7 +122,11 @@ export declare const strategiesBacktestDataSchema: import("@feathersjs/typebox")
122
122
  took: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
123
123
  attempts: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
124
124
  results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
125
- }>, ["traderId", "strategyId", "exchangeId", "overrides", "options", "start", "end"]>;
125
+ }>, ["overrides", "options", "start", "end"]>, import("@feathersjs/typebox").TObject<{
126
+ traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
127
+ strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
128
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
129
+ }>]>;
126
130
  export type StrategiesBacktestData = Static<typeof strategiesBacktestDataSchema>;
127
131
  export declare const strategiesBacktestDataValidator: import("@feathersjs/schema").Validator<any, any>;
128
132
  export declare const strategiesBacktestDataResolver: import("@feathersjs/schema").Resolver<{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cryptorobot.ai/client",
3
3
  "description": "A typed client for the Cryptorobot.ai platform",
4
- "version": "1.26.0-dev.1010",
4
+ "version": "1.26.0-dev.1012",
5
5
  "homepage": "",
6
6
  "keywords": [
7
7
  "cryptocurrency",