@cryptorobot.ai/client 0.0.18 → 0.0.19
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.
|
@@ -682,6 +682,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
682
682
|
options: import("@feathersjs/typebox").TAny;
|
|
683
683
|
}>>>>;
|
|
684
684
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
685
|
+
updatedAt: import("@feathersjs/typebox").TAny;
|
|
685
686
|
action: import("@feathersjs/typebox").TString<string>;
|
|
686
687
|
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
687
688
|
result: import("@feathersjs/typebox").TAny;
|
|
@@ -1368,6 +1369,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1368
1369
|
}> | undefined;
|
|
1369
1370
|
_id: string | {};
|
|
1370
1371
|
createdAt: any;
|
|
1372
|
+
updatedAt: any;
|
|
1371
1373
|
traderId: any;
|
|
1372
1374
|
userId: any;
|
|
1373
1375
|
action: string;
|
|
@@ -2053,6 +2055,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
2053
2055
|
}> | undefined;
|
|
2054
2056
|
_id: string | {};
|
|
2055
2057
|
createdAt: any;
|
|
2058
|
+
updatedAt: any;
|
|
2056
2059
|
traderId: any;
|
|
2057
2060
|
userId: any;
|
|
2058
2061
|
action: string;
|
|
@@ -2739,6 +2742,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2739
2742
|
options: import("@feathersjs/typebox").TAny;
|
|
2740
2743
|
}>>>>;
|
|
2741
2744
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
2745
|
+
updatedAt: import("@feathersjs/typebox").TAny;
|
|
2742
2746
|
action: import("@feathersjs/typebox").TString<string>;
|
|
2743
2747
|
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2744
2748
|
result: import("@feathersjs/typebox").TAny;
|
|
@@ -3425,6 +3429,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
3425
3429
|
}> | undefined;
|
|
3426
3430
|
_id: string | {};
|
|
3427
3431
|
createdAt: any;
|
|
3432
|
+
updatedAt: any;
|
|
3428
3433
|
traderId: any;
|
|
3429
3434
|
userId: any;
|
|
3430
3435
|
action: string;
|
|
@@ -4111,6 +4116,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
4111
4116
|
options: import("@feathersjs/typebox").TAny;
|
|
4112
4117
|
}>>>>;
|
|
4113
4118
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
4119
|
+
updatedAt: import("@feathersjs/typebox").TAny;
|
|
4114
4120
|
action: import("@feathersjs/typebox").TString<string>;
|
|
4115
4121
|
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
4116
4122
|
result: import("@feathersjs/typebox").TAny;
|
|
@@ -4797,6 +4803,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4797
4803
|
}> | undefined;
|
|
4798
4804
|
_id: string | {};
|
|
4799
4805
|
createdAt: any;
|
|
4806
|
+
updatedAt: any;
|
|
4800
4807
|
traderId: any;
|
|
4801
4808
|
userId: any;
|
|
4802
4809
|
action: string;
|
|
@@ -5483,6 +5490,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
5483
5490
|
options: import("@feathersjs/typebox").TAny;
|
|
5484
5491
|
}>>>>;
|
|
5485
5492
|
createdAt: import("@feathersjs/typebox").TAny;
|
|
5493
|
+
updatedAt: import("@feathersjs/typebox").TAny;
|
|
5486
5494
|
action: import("@feathersjs/typebox").TString<string>;
|
|
5487
5495
|
options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
5488
5496
|
result: import("@feathersjs/typebox").TAny;
|