@cryptorobot.ai/client 1.26.0-dev.1037 → 1.26.0-dev.1038
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.
|
@@ -93,16 +93,16 @@ export declare const strategiesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
93
93
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
94
94
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
95
95
|
name: import("@feathersjs/typebox").TString<string>;
|
|
96
|
-
group: import("@feathersjs/typebox").TString<string
|
|
97
|
-
description: import("@feathersjs/typebox").TString<string
|
|
98
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
96
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
97
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
98
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
99
99
|
name: import("@feathersjs/typebox").TString<string>;
|
|
100
100
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
101
101
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
102
102
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
103
103
|
type: import("@feathersjs/typebox").TString<string>;
|
|
104
104
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
105
|
-
}
|
|
105
|
+
}>>>;
|
|
106
106
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
107
107
|
field: import("@feathersjs/typebox").TString<string>;
|
|
108
108
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -919,16 +919,16 @@ export declare const strategiesResolver: import("@feathersjs/schema").Resolver<{
|
|
|
919
919
|
_id: string;
|
|
920
920
|
alias: string;
|
|
921
921
|
name: string;
|
|
922
|
-
group
|
|
923
|
-
description
|
|
924
|
-
optInputs
|
|
922
|
+
group?: string | undefined;
|
|
923
|
+
description?: string | undefined;
|
|
924
|
+
optInputs?: {
|
|
925
925
|
name: string;
|
|
926
926
|
displayName: string;
|
|
927
927
|
defaultValue: number;
|
|
928
928
|
hint: string;
|
|
929
929
|
type: string;
|
|
930
930
|
normName: string;
|
|
931
|
-
}[];
|
|
931
|
+
}[] | undefined;
|
|
932
932
|
hyperopt?: {
|
|
933
933
|
field: string;
|
|
934
934
|
space: string;
|
|
@@ -1743,16 +1743,16 @@ export declare const strategiesExternalResolver: import("@feathersjs/schema").Re
|
|
|
1743
1743
|
_id: string;
|
|
1744
1744
|
alias: string;
|
|
1745
1745
|
name: string;
|
|
1746
|
-
group
|
|
1747
|
-
description
|
|
1748
|
-
optInputs
|
|
1746
|
+
group?: string | undefined;
|
|
1747
|
+
description?: string | undefined;
|
|
1748
|
+
optInputs?: {
|
|
1749
1749
|
name: string;
|
|
1750
1750
|
displayName: string;
|
|
1751
1751
|
defaultValue: number;
|
|
1752
1752
|
hint: string;
|
|
1753
1753
|
type: string;
|
|
1754
1754
|
normName: string;
|
|
1755
|
-
}[];
|
|
1755
|
+
}[] | undefined;
|
|
1756
1756
|
hyperopt?: {
|
|
1757
1757
|
field: string;
|
|
1758
1758
|
space: string;
|
|
@@ -2567,16 +2567,16 @@ export declare const strategiesDataSchema: import("@feathersjs/typebox").TPick<i
|
|
|
2567
2567
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
2568
2568
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
2569
2569
|
name: import("@feathersjs/typebox").TString<string>;
|
|
2570
|
-
group: import("@feathersjs/typebox").TString<string
|
|
2571
|
-
description: import("@feathersjs/typebox").TString<string
|
|
2572
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
2570
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2571
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2572
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
2573
2573
|
name: import("@feathersjs/typebox").TString<string>;
|
|
2574
2574
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
2575
2575
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
2576
2576
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
2577
2577
|
type: import("@feathersjs/typebox").TString<string>;
|
|
2578
2578
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
2579
|
-
}
|
|
2579
|
+
}>>>;
|
|
2580
2580
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
2581
2581
|
field: import("@feathersjs/typebox").TString<string>;
|
|
2582
2582
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3393,16 +3393,16 @@ export declare const strategiesDataResolver: import("@feathersjs/schema").Resolv
|
|
|
3393
3393
|
_id: string;
|
|
3394
3394
|
alias: string;
|
|
3395
3395
|
name: string;
|
|
3396
|
-
group
|
|
3397
|
-
description
|
|
3398
|
-
optInputs
|
|
3396
|
+
group?: string | undefined;
|
|
3397
|
+
description?: string | undefined;
|
|
3398
|
+
optInputs?: {
|
|
3399
3399
|
name: string;
|
|
3400
3400
|
displayName: string;
|
|
3401
3401
|
defaultValue: number;
|
|
3402
3402
|
hint: string;
|
|
3403
3403
|
type: string;
|
|
3404
3404
|
normName: string;
|
|
3405
|
-
}[];
|
|
3405
|
+
}[] | undefined;
|
|
3406
3406
|
hyperopt?: {
|
|
3407
3407
|
field: string;
|
|
3408
3408
|
space: string;
|
|
@@ -4217,16 +4217,16 @@ export declare const strategiesPatchSchema: import("@feathersjs/typebox").TParti
|
|
|
4217
4217
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
4218
4218
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
4219
4219
|
name: import("@feathersjs/typebox").TString<string>;
|
|
4220
|
-
group: import("@feathersjs/typebox").TString<string
|
|
4221
|
-
description: import("@feathersjs/typebox").TString<string
|
|
4222
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
4220
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4221
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4222
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
4223
4223
|
name: import("@feathersjs/typebox").TString<string>;
|
|
4224
4224
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
4225
4225
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
4226
4226
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
4227
4227
|
type: import("@feathersjs/typebox").TString<string>;
|
|
4228
4228
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
4229
|
-
}
|
|
4229
|
+
}>>>;
|
|
4230
4230
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
4231
4231
|
field: import("@feathersjs/typebox").TString<string>;
|
|
4232
4232
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -5043,16 +5043,16 @@ export declare const strategiesPatchResolver: import("@feathersjs/schema").Resol
|
|
|
5043
5043
|
_id: string;
|
|
5044
5044
|
alias: string;
|
|
5045
5045
|
name: string;
|
|
5046
|
-
group
|
|
5047
|
-
description
|
|
5048
|
-
optInputs
|
|
5046
|
+
group?: string | undefined;
|
|
5047
|
+
description?: string | undefined;
|
|
5048
|
+
optInputs?: {
|
|
5049
5049
|
name: string;
|
|
5050
5050
|
displayName: string;
|
|
5051
5051
|
defaultValue: number;
|
|
5052
5052
|
hint: string;
|
|
5053
5053
|
type: string;
|
|
5054
5054
|
normName: string;
|
|
5055
|
-
}[];
|
|
5055
|
+
}[] | undefined;
|
|
5056
5056
|
hyperopt?: {
|
|
5057
5057
|
field: string;
|
|
5058
5058
|
space: string;
|
|
@@ -1155,16 +1155,16 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
1155
1155
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
1156
1156
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
1157
1157
|
name: import("@feathersjs/typebox").TString<string>;
|
|
1158
|
-
group: import("@feathersjs/typebox").TString<string
|
|
1159
|
-
description: import("@feathersjs/typebox").TString<string
|
|
1160
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1158
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1159
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
1160
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1161
1161
|
name: import("@feathersjs/typebox").TString<string>;
|
|
1162
1162
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
1163
1163
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
1164
1164
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
1165
1165
|
type: import("@feathersjs/typebox").TString<string>;
|
|
1166
1166
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
1167
|
-
}
|
|
1167
|
+
}>>>;
|
|
1168
1168
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
1169
1169
|
field: import("@feathersjs/typebox").TString<string>;
|
|
1170
1170
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3056,16 +3056,16 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
3056
3056
|
_id: string;
|
|
3057
3057
|
alias: string;
|
|
3058
3058
|
name: string;
|
|
3059
|
-
group
|
|
3060
|
-
description
|
|
3061
|
-
optInputs
|
|
3059
|
+
group?: string | undefined;
|
|
3060
|
+
description?: string | undefined;
|
|
3061
|
+
optInputs?: {
|
|
3062
3062
|
name: string;
|
|
3063
3063
|
displayName: string;
|
|
3064
3064
|
defaultValue: number;
|
|
3065
3065
|
hint: string;
|
|
3066
3066
|
type: string;
|
|
3067
3067
|
normName: string;
|
|
3068
|
-
}[];
|
|
3068
|
+
}[] | undefined;
|
|
3069
3069
|
hyperopt?: {
|
|
3070
3070
|
field: string;
|
|
3071
3071
|
space: string;
|
|
@@ -4955,16 +4955,16 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
4955
4955
|
_id: string;
|
|
4956
4956
|
alias: string;
|
|
4957
4957
|
name: string;
|
|
4958
|
-
group
|
|
4959
|
-
description
|
|
4960
|
-
optInputs
|
|
4958
|
+
group?: string | undefined;
|
|
4959
|
+
description?: string | undefined;
|
|
4960
|
+
optInputs?: {
|
|
4961
4961
|
name: string;
|
|
4962
4962
|
displayName: string;
|
|
4963
4963
|
defaultValue: number;
|
|
4964
4964
|
hint: string;
|
|
4965
4965
|
type: string;
|
|
4966
4966
|
normName: string;
|
|
4967
|
-
}[];
|
|
4967
|
+
}[] | undefined;
|
|
4968
4968
|
hyperopt?: {
|
|
4969
4969
|
field: string;
|
|
4970
4970
|
space: string;
|
|
@@ -6854,16 +6854,16 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
6854
6854
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
6855
6855
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
6856
6856
|
name: import("@feathersjs/typebox").TString<string>;
|
|
6857
|
-
group: import("@feathersjs/typebox").TString<string
|
|
6858
|
-
description: import("@feathersjs/typebox").TString<string
|
|
6859
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
6857
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
6858
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
6859
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
6860
6860
|
name: import("@feathersjs/typebox").TString<string>;
|
|
6861
6861
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
6862
6862
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
6863
6863
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
6864
6864
|
type: import("@feathersjs/typebox").TString<string>;
|
|
6865
6865
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
6866
|
-
}
|
|
6866
|
+
}>>>;
|
|
6867
6867
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
6868
6868
|
field: import("@feathersjs/typebox").TString<string>;
|
|
6869
6869
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -8755,16 +8755,16 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
8755
8755
|
_id: string;
|
|
8756
8756
|
alias: string;
|
|
8757
8757
|
name: string;
|
|
8758
|
-
group
|
|
8759
|
-
description
|
|
8760
|
-
optInputs
|
|
8758
|
+
group?: string | undefined;
|
|
8759
|
+
description?: string | undefined;
|
|
8760
|
+
optInputs?: {
|
|
8761
8761
|
name: string;
|
|
8762
8762
|
displayName: string;
|
|
8763
8763
|
defaultValue: number;
|
|
8764
8764
|
hint: string;
|
|
8765
8765
|
type: string;
|
|
8766
8766
|
normName: string;
|
|
8767
|
-
}[];
|
|
8767
|
+
}[] | undefined;
|
|
8768
8768
|
hyperopt?: {
|
|
8769
8769
|
field: string;
|
|
8770
8770
|
space: string;
|
|
@@ -10654,16 +10654,16 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
10654
10654
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
10655
10655
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
10656
10656
|
name: import("@feathersjs/typebox").TString<string>;
|
|
10657
|
-
group: import("@feathersjs/typebox").TString<string
|
|
10658
|
-
description: import("@feathersjs/typebox").TString<string
|
|
10659
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
10657
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
10658
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
10659
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
10660
10660
|
name: import("@feathersjs/typebox").TString<string>;
|
|
10661
10661
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
10662
10662
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
10663
10663
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
10664
10664
|
type: import("@feathersjs/typebox").TString<string>;
|
|
10665
10665
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
10666
|
-
}
|
|
10666
|
+
}>>>;
|
|
10667
10667
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
10668
10668
|
field: import("@feathersjs/typebox").TString<string>;
|
|
10669
10669
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -12555,16 +12555,16 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
12555
12555
|
_id: string;
|
|
12556
12556
|
alias: string;
|
|
12557
12557
|
name: string;
|
|
12558
|
-
group
|
|
12559
|
-
description
|
|
12560
|
-
optInputs
|
|
12558
|
+
group?: string | undefined;
|
|
12559
|
+
description?: string | undefined;
|
|
12560
|
+
optInputs?: {
|
|
12561
12561
|
name: string;
|
|
12562
12562
|
displayName: string;
|
|
12563
12563
|
defaultValue: number;
|
|
12564
12564
|
hint: string;
|
|
12565
12565
|
type: string;
|
|
12566
12566
|
normName: string;
|
|
12567
|
-
}[];
|
|
12567
|
+
}[] | undefined;
|
|
12568
12568
|
hyperopt?: {
|
|
12569
12569
|
field: string;
|
|
12570
12570
|
space: string;
|
|
@@ -14454,16 +14454,16 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
14454
14454
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
14455
14455
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
14456
14456
|
name: import("@feathersjs/typebox").TString<string>;
|
|
14457
|
-
group: import("@feathersjs/typebox").TString<string
|
|
14458
|
-
description: import("@feathersjs/typebox").TString<string
|
|
14459
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
14457
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
14458
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
14459
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
14460
14460
|
name: import("@feathersjs/typebox").TString<string>;
|
|
14461
14461
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
14462
14462
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
14463
14463
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
14464
14464
|
type: import("@feathersjs/typebox").TString<string>;
|
|
14465
14465
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
14466
|
-
}
|
|
14466
|
+
}>>>;
|
|
14467
14467
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
14468
14468
|
field: import("@feathersjs/typebox").TString<string>;
|
|
14469
14469
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -650,16 +650,16 @@ export declare const tradersPodsSchema: import("@feathersjs/typebox").TObject<{
|
|
|
650
650
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
651
651
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
652
652
|
name: import("@feathersjs/typebox").TString<string>;
|
|
653
|
-
group: import("@feathersjs/typebox").TString<string
|
|
654
|
-
description: import("@feathersjs/typebox").TString<string
|
|
655
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
653
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
654
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
655
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
656
656
|
name: import("@feathersjs/typebox").TString<string>;
|
|
657
657
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
658
658
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
659
659
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
660
660
|
type: import("@feathersjs/typebox").TString<string>;
|
|
661
661
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
662
|
-
}
|
|
662
|
+
}>>>;
|
|
663
663
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
664
664
|
field: import("@feathersjs/typebox").TString<string>;
|
|
665
665
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2039,16 +2039,16 @@ export declare const tradersPodsResolver: import("@feathersjs/schema").Resolver<
|
|
|
2039
2039
|
_id: string;
|
|
2040
2040
|
alias: string;
|
|
2041
2041
|
name: string;
|
|
2042
|
-
group
|
|
2043
|
-
description
|
|
2044
|
-
optInputs
|
|
2042
|
+
group?: string | undefined;
|
|
2043
|
+
description?: string | undefined;
|
|
2044
|
+
optInputs?: {
|
|
2045
2045
|
name: string;
|
|
2046
2046
|
displayName: string;
|
|
2047
2047
|
defaultValue: number;
|
|
2048
2048
|
hint: string;
|
|
2049
2049
|
type: string;
|
|
2050
2050
|
normName: string;
|
|
2051
|
-
}[];
|
|
2051
|
+
}[] | undefined;
|
|
2052
2052
|
hyperopt?: {
|
|
2053
2053
|
field: string;
|
|
2054
2054
|
space: string;
|
|
@@ -3426,16 +3426,16 @@ export declare const tradersPodsExternalResolver: import("@feathersjs/schema").R
|
|
|
3426
3426
|
_id: string;
|
|
3427
3427
|
alias: string;
|
|
3428
3428
|
name: string;
|
|
3429
|
-
group
|
|
3430
|
-
description
|
|
3431
|
-
optInputs
|
|
3429
|
+
group?: string | undefined;
|
|
3430
|
+
description?: string | undefined;
|
|
3431
|
+
optInputs?: {
|
|
3432
3432
|
name: string;
|
|
3433
3433
|
displayName: string;
|
|
3434
3434
|
defaultValue: number;
|
|
3435
3435
|
hint: string;
|
|
3436
3436
|
type: string;
|
|
3437
3437
|
normName: string;
|
|
3438
|
-
}[];
|
|
3438
|
+
}[] | undefined;
|
|
3439
3439
|
hyperopt?: {
|
|
3440
3440
|
field: string;
|
|
3441
3441
|
space: string;
|
|
@@ -4813,16 +4813,16 @@ export declare const tradersPodsDataSchema: import("@feathersjs/typebox").TInter
|
|
|
4813
4813
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
4814
4814
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
4815
4815
|
name: import("@feathersjs/typebox").TString<string>;
|
|
4816
|
-
group: import("@feathersjs/typebox").TString<string
|
|
4817
|
-
description: import("@feathersjs/typebox").TString<string
|
|
4818
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
4816
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4817
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4818
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
4819
4819
|
name: import("@feathersjs/typebox").TString<string>;
|
|
4820
4820
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
4821
4821
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
4822
4822
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
4823
4823
|
type: import("@feathersjs/typebox").TString<string>;
|
|
4824
4824
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
4825
|
-
}
|
|
4825
|
+
}>>>;
|
|
4826
4826
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
4827
4827
|
field: import("@feathersjs/typebox").TString<string>;
|
|
4828
4828
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -6199,16 +6199,16 @@ export declare const tradersPodsDataSchema: import("@feathersjs/typebox").TInter
|
|
|
6199
6199
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
6200
6200
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
6201
6201
|
name: import("@feathersjs/typebox").TString<string>;
|
|
6202
|
-
group: import("@feathersjs/typebox").TString<string
|
|
6203
|
-
description: import("@feathersjs/typebox").TString<string
|
|
6204
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
6202
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
6203
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
6204
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
6205
6205
|
name: import("@feathersjs/typebox").TString<string>;
|
|
6206
6206
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
6207
6207
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
6208
6208
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
6209
6209
|
type: import("@feathersjs/typebox").TString<string>;
|
|
6210
6210
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
6211
|
-
}
|
|
6211
|
+
}>>>;
|
|
6212
6212
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
6213
6213
|
field: import("@feathersjs/typebox").TString<string>;
|
|
6214
6214
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -7588,16 +7588,16 @@ export declare const tradersPodsDataResolver: import("@feathersjs/schema").Resol
|
|
|
7588
7588
|
_id: string;
|
|
7589
7589
|
alias: string;
|
|
7590
7590
|
name: string;
|
|
7591
|
-
group
|
|
7592
|
-
description
|
|
7593
|
-
optInputs
|
|
7591
|
+
group?: string | undefined;
|
|
7592
|
+
description?: string | undefined;
|
|
7593
|
+
optInputs?: {
|
|
7594
7594
|
name: string;
|
|
7595
7595
|
displayName: string;
|
|
7596
7596
|
defaultValue: number;
|
|
7597
7597
|
hint: string;
|
|
7598
7598
|
type: string;
|
|
7599
7599
|
normName: string;
|
|
7600
|
-
}[];
|
|
7600
|
+
}[] | undefined;
|
|
7601
7601
|
hyperopt?: {
|
|
7602
7602
|
field: string;
|
|
7603
7603
|
space: string;
|
|
@@ -8975,16 +8975,16 @@ export declare const tradersPodsPatchSchema: import("@feathersjs/typebox").TPart
|
|
|
8975
8975
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
8976
8976
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
8977
8977
|
name: import("@feathersjs/typebox").TString<string>;
|
|
8978
|
-
group: import("@feathersjs/typebox").TString<string
|
|
8979
|
-
description: import("@feathersjs/typebox").TString<string
|
|
8980
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
8978
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
8979
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
8980
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
8981
8981
|
name: import("@feathersjs/typebox").TString<string>;
|
|
8982
8982
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
8983
8983
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
8984
8984
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
8985
8985
|
type: import("@feathersjs/typebox").TString<string>;
|
|
8986
8986
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
8987
|
-
}
|
|
8987
|
+
}>>>;
|
|
8988
8988
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
8989
8989
|
field: import("@feathersjs/typebox").TString<string>;
|
|
8990
8990
|
space: import("@feathersjs/typebox").TString<string>;
|
|
@@ -10364,16 +10364,16 @@ export declare const tradersPodsPatchResolver: import("@feathersjs/schema").Reso
|
|
|
10364
10364
|
_id: string;
|
|
10365
10365
|
alias: string;
|
|
10366
10366
|
name: string;
|
|
10367
|
-
group
|
|
10368
|
-
description
|
|
10369
|
-
optInputs
|
|
10367
|
+
group?: string | undefined;
|
|
10368
|
+
description?: string | undefined;
|
|
10369
|
+
optInputs?: {
|
|
10370
10370
|
name: string;
|
|
10371
10371
|
displayName: string;
|
|
10372
10372
|
defaultValue: number;
|
|
10373
10373
|
hint: string;
|
|
10374
10374
|
type: string;
|
|
10375
10375
|
normName: string;
|
|
10376
|
-
}[];
|
|
10376
|
+
}[] | undefined;
|
|
10377
10377
|
hyperopt?: {
|
|
10378
10378
|
field: string;
|
|
10379
10379
|
space: string;
|
|
@@ -11751,16 +11751,16 @@ export declare const tradersPodsQueryProperties: import("@feathersjs/typebox").T
|
|
|
11751
11751
|
_id: import("@feathersjs/typebox").TString<string>;
|
|
11752
11752
|
alias: import("@feathersjs/typebox").TString<string>;
|
|
11753
11753
|
name: import("@feathersjs/typebox").TString<string>;
|
|
11754
|
-
group: import("@feathersjs/typebox").TString<string
|
|
11755
|
-
description: import("@feathersjs/typebox").TString<string
|
|
11756
|
-
optInputs: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
11754
|
+
group: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
11755
|
+
description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
11756
|
+
optInputs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
11757
11757
|
name: import("@feathersjs/typebox").TString<string>;
|
|
11758
11758
|
displayName: import("@feathersjs/typebox").TString<string>;
|
|
11759
11759
|
defaultValue: import("@feathersjs/typebox").TNumber;
|
|
11760
11760
|
hint: import("@feathersjs/typebox").TString<string>;
|
|
11761
11761
|
type: import("@feathersjs/typebox").TString<string>;
|
|
11762
11762
|
normName: import("@feathersjs/typebox").TString<string>;
|
|
11763
|
-
}
|
|
11763
|
+
}>>>;
|
|
11764
11764
|
hyperopt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
|
|
11765
11765
|
field: import("@feathersjs/typebox").TString<string>;
|
|
11766
11766
|
space: import("@feathersjs/typebox").TString<string>;
|