@cryptorobot.ai/client 0.0.11 → 0.0.13
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.
- package/lib/services/exchanges/balance/balance.schema.d.ts +40 -40
- package/lib/services/exchanges/download/download.schema.d.ts +40 -40
- package/lib/services/exchanges/download/webhooks/webhooks.schema.d.ts +80 -80
- package/lib/services/exchanges/exchanges.schema.d.ts +72 -72
- package/lib/services/exchanges/ticker/ticker.schema.d.ts +64 -64
- package/lib/services/markets/markets.schema.d.ts +72 -72
- package/lib/services/messages/messages.schema.d.ts +48 -48
- package/lib/services/strategies/ai/ai.schema.d.ts +32 -32
- package/lib/services/strategies/backtest/backtest.schema.d.ts +56 -56
- package/lib/services/strategies/backtest/results/results.schema.d.ts +72 -72
- package/lib/services/strategies/indicators/indicators.schema.d.ts +32 -32
- package/lib/services/strategies/strategies.schema.d.ts +88 -88
- package/lib/services/strategies/templates/templates.schema.d.ts +32 -32
- package/lib/services/traders/pods/api/api.schema.d.ts +64 -64
- package/lib/services/traders/pods/events/events.schema.d.ts +72 -72
- package/lib/services/traders/pods/pods.schema.d.ts +80 -80
- package/lib/services/traders/pods/webhooks/webhooks.schema.d.ts +48 -48
- package/lib/services/traders/traders.schema.d.ts +152 -296
- package/lib/services/users/users.schema.d.ts +48 -48
- package/package.json +3 -2
|
@@ -1787,8 +1787,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1787
1787
|
$lt: import("@feathersjs/typebox").TAny;
|
|
1788
1788
|
$lte: import("@feathersjs/typebox").TAny;
|
|
1789
1789
|
$ne: import("@feathersjs/typebox").TAny;
|
|
1790
|
-
$in: import("@feathersjs/typebox").
|
|
1791
|
-
$nin: import("@feathersjs/typebox").
|
|
1790
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1791
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1792
1792
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1793
1793
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1794
1794
|
} | undefined>]>>]>>;
|
|
@@ -1798,8 +1798,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1798
1798
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1799
1799
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1800
1800
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1801
|
-
$in: import("@feathersjs/typebox").
|
|
1802
|
-
$nin: import("@feathersjs/typebox").
|
|
1801
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1802
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1803
1803
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1804
1804
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1805
1805
|
} | undefined>]>>]>>;
|
|
@@ -1809,8 +1809,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1809
1809
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1810
1810
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1811
1811
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1812
|
-
$in: import("@feathersjs/typebox").
|
|
1813
|
-
$nin: import("@feathersjs/typebox").
|
|
1812
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1813
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1814
1814
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1815
1815
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1816
1816
|
} | undefined>]>>]>>;
|
|
@@ -1820,8 +1820,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1820
1820
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1821
1821
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1822
1822
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1823
|
-
$in: import("@feathersjs/typebox").
|
|
1824
|
-
$nin: import("@feathersjs/typebox").
|
|
1823
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1824
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1825
1825
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1826
1826
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1827
1827
|
} | undefined>]>>]>>;
|
|
@@ -1831,8 +1831,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1831
1831
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1832
1832
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1833
1833
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1834
|
-
$in: import("@feathersjs/typebox").
|
|
1835
|
-
$nin: import("@feathersjs/typebox").
|
|
1834
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1835
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1836
1836
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1837
1837
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1838
1838
|
} | undefined>]>>]>>;
|
|
@@ -1842,8 +1842,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1842
1842
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
1843
1843
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
1844
1844
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
1845
|
-
$in: import("@feathersjs/typebox").
|
|
1846
|
-
$nin: import("@feathersjs/typebox").
|
|
1845
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
|
|
1846
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
|
|
1847
1847
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1848
1848
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1849
1849
|
} | undefined>]>>]>>;
|
|
@@ -1853,8 +1853,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1853
1853
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1854
1854
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1855
1855
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1856
|
-
$in: import("@feathersjs/typebox").
|
|
1857
|
-
$nin: import("@feathersjs/typebox").
|
|
1856
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
1857
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
1858
1858
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1859
1859
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1860
1860
|
} | undefined>]>>]>>;
|
|
@@ -1866,8 +1866,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1866
1866
|
$lt: import("@feathersjs/typebox").TAny;
|
|
1867
1867
|
$lte: import("@feathersjs/typebox").TAny;
|
|
1868
1868
|
$ne: import("@feathersjs/typebox").TAny;
|
|
1869
|
-
$in: import("@feathersjs/typebox").
|
|
1870
|
-
$nin: import("@feathersjs/typebox").
|
|
1869
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1870
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1871
1871
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1872
1872
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1873
1873
|
} | undefined>]>>]>>;
|
|
@@ -1877,8 +1877,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1877
1877
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1878
1878
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1879
1879
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1880
|
-
$in: import("@feathersjs/typebox").
|
|
1881
|
-
$nin: import("@feathersjs/typebox").
|
|
1880
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1881
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1882
1882
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1883
1883
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1884
1884
|
} | undefined>]>>]>>;
|
|
@@ -1888,8 +1888,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1888
1888
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1889
1889
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1890
1890
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1891
|
-
$in: import("@feathersjs/typebox").
|
|
1892
|
-
$nin: import("@feathersjs/typebox").
|
|
1891
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1892
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1893
1893
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1894
1894
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1895
1895
|
} | undefined>]>>]>>;
|
|
@@ -1899,8 +1899,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1899
1899
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1900
1900
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1901
1901
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1902
|
-
$in: import("@feathersjs/typebox").
|
|
1903
|
-
$nin: import("@feathersjs/typebox").
|
|
1902
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1903
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1904
1904
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1905
1905
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1906
1906
|
} | undefined>]>>]>>;
|
|
@@ -1910,8 +1910,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1910
1910
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1911
1911
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1912
1912
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1913
|
-
$in: import("@feathersjs/typebox").
|
|
1914
|
-
$nin: import("@feathersjs/typebox").
|
|
1913
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1914
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1915
1915
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1916
1916
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1917
1917
|
} | undefined>]>>]>>;
|
|
@@ -1921,8 +1921,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1921
1921
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
1922
1922
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
1923
1923
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
1924
|
-
$in: import("@feathersjs/typebox").
|
|
1925
|
-
$nin: import("@feathersjs/typebox").
|
|
1924
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
|
|
1925
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
|
|
1926
1926
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1927
1927
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1928
1928
|
} | undefined>]>>]>>;
|
|
@@ -1932,8 +1932,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1932
1932
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1933
1933
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1934
1934
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
1935
|
-
$in: import("@feathersjs/typebox").
|
|
1936
|
-
$nin: import("@feathersjs/typebox").
|
|
1935
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
1936
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
1937
1937
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1938
1938
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1939
1939
|
} | undefined>]>>]>>;
|
|
@@ -1946,8 +1946,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1946
1946
|
$lt: import("@feathersjs/typebox").TAny;
|
|
1947
1947
|
$lte: import("@feathersjs/typebox").TAny;
|
|
1948
1948
|
$ne: import("@feathersjs/typebox").TAny;
|
|
1949
|
-
$in: import("@feathersjs/typebox").
|
|
1950
|
-
$nin: import("@feathersjs/typebox").
|
|
1949
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1950
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
1951
1951
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1952
1952
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1953
1953
|
} | undefined>]>>]>>;
|
|
@@ -1957,8 +1957,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1957
1957
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1958
1958
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1959
1959
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1960
|
-
$in: import("@feathersjs/typebox").
|
|
1961
|
-
$nin: import("@feathersjs/typebox").
|
|
1960
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1961
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1962
1962
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1963
1963
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1964
1964
|
} | undefined>]>>]>>;
|
|
@@ -1968,8 +1968,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1968
1968
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1969
1969
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1970
1970
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1971
|
-
$in: import("@feathersjs/typebox").
|
|
1972
|
-
$nin: import("@feathersjs/typebox").
|
|
1971
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1972
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1973
1973
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1974
1974
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1975
1975
|
} | undefined>]>>]>>;
|
|
@@ -1979,8 +1979,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1979
1979
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1980
1980
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1981
1981
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
1982
|
-
$in: import("@feathersjs/typebox").
|
|
1983
|
-
$nin: import("@feathersjs/typebox").
|
|
1982
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1983
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
1984
1984
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1985
1985
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1986
1986
|
} | undefined>]>>]>>;
|
|
@@ -1990,8 +1990,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
1990
1990
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1991
1991
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1992
1992
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
1993
|
-
$in: import("@feathersjs/typebox").
|
|
1994
|
-
$nin: import("@feathersjs/typebox").
|
|
1993
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1994
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
1995
1995
|
}>, import("@feathersjs/typebox").TObject<{
|
|
1996
1996
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
1997
1997
|
} | undefined>]>>]>>;
|
|
@@ -2001,8 +2001,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
2001
2001
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
2002
2002
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
2003
2003
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
2004
|
-
$in: import("@feathersjs/typebox").
|
|
2005
|
-
$nin: import("@feathersjs/typebox").
|
|
2004
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
|
|
2005
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
|
|
2006
2006
|
}>, import("@feathersjs/typebox").TObject<{
|
|
2007
2007
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2008
2008
|
} | undefined>]>>]>>;
|
|
@@ -2012,8 +2012,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
2012
2012
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2013
2013
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2014
2014
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2015
|
-
$in: import("@feathersjs/typebox").
|
|
2016
|
-
$nin: import("@feathersjs/typebox").
|
|
2015
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
2016
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
2017
2017
|
}>, import("@feathersjs/typebox").TObject<{
|
|
2018
2018
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2019
2019
|
} | undefined>]>>]>>;
|
|
@@ -2025,8 +2025,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
2025
2025
|
$lt: import("@feathersjs/typebox").TAny;
|
|
2026
2026
|
$lte: import("@feathersjs/typebox").TAny;
|
|
2027
2027
|
$ne: import("@feathersjs/typebox").TAny;
|
|
2028
|
-
$in: import("@feathersjs/typebox").
|
|
2029
|
-
$nin: import("@feathersjs/typebox").
|
|
2028
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
2029
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
|
|
2030
2030
|
}>, import("@feathersjs/typebox").TObject<{
|
|
2031
2031
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2032
2032
|
} | undefined>]>>]>>;
|
|
@@ -2036,8 +2036,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
2036
2036
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2037
2037
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2038
2038
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2039
|
-
$in: import("@feathersjs/typebox").
|
|
2040
|
-
$nin: import("@feathersjs/typebox").
|
|
2039
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
2040
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
2041
2041
|
}>, import("@feathersjs/typebox").TObject<{
|
|
2042
2042
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2043
2043
|
} | undefined>]>>]>>;
|
|
@@ -2047,8 +2047,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
2047
2047
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2048
2048
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2049
2049
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2050
|
-
$in: import("@feathersjs/typebox").
|
|
2051
|
-
$nin: import("@feathersjs/typebox").
|
|
2050
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
2051
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
2052
2052
|
}>, import("@feathersjs/typebox").TObject<{
|
|
2053
2053
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2054
2054
|
} | undefined>]>>]>>;
|
|
@@ -2058,8 +2058,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
2058
2058
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2059
2059
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2060
2060
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2061
|
-
$in: import("@feathersjs/typebox").
|
|
2062
|
-
$nin: import("@feathersjs/typebox").
|
|
2061
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
2062
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
2063
2063
|
}>, import("@feathersjs/typebox").TObject<{
|
|
2064
2064
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2065
2065
|
} | undefined>]>>]>>;
|
|
@@ -2069,8 +2069,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
2069
2069
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2070
2070
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2071
2071
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
|
|
2072
|
-
$in: import("@feathersjs/typebox").
|
|
2073
|
-
$nin: import("@feathersjs/typebox").
|
|
2072
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
2073
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>>;
|
|
2074
2074
|
}>, import("@feathersjs/typebox").TObject<{
|
|
2075
2075
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2076
2076
|
} | undefined>]>>]>>;
|
|
@@ -2080,8 +2080,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
2080
2080
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
2081
2081
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
2082
2082
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
|
|
2083
|
-
$in: import("@feathersjs/typebox").
|
|
2084
|
-
$nin: import("@feathersjs/typebox").
|
|
2083
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
|
|
2084
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>>;
|
|
2085
2085
|
}>, import("@feathersjs/typebox").TObject<{
|
|
2086
2086
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2087
2087
|
} | undefined>]>>]>>;
|
|
@@ -2091,8 +2091,8 @@ export declare const strategiesQuerySchema: import("@feathersjs/typebox").TInter
|
|
|
2091
2091
|
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2092
2092
|
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2093
2093
|
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
2094
|
-
$in: import("@feathersjs/typebox").
|
|
2095
|
-
$nin: import("@feathersjs/typebox").
|
|
2094
|
+
$in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
2095
|
+
$nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>>;
|
|
2096
2096
|
}>, import("@feathersjs/typebox").TObject<{
|
|
2097
2097
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
2098
2098
|
} | undefined>]>>]>>;
|
|
@@ -2120,8 +2120,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2120
2120
|
$lt?: string | {} | undefined;
|
|
2121
2121
|
$lte?: string | {} | undefined;
|
|
2122
2122
|
$ne?: string | {} | undefined;
|
|
2123
|
-
$in:
|
|
2124
|
-
$nin:
|
|
2123
|
+
$in: (string | {})[];
|
|
2124
|
+
$nin: (string | {})[];
|
|
2125
2125
|
} & {}> | undefined;
|
|
2126
2126
|
createdAt?: any;
|
|
2127
2127
|
updatedAt?: any;
|
|
@@ -2131,8 +2131,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2131
2131
|
$lt?: string | {} | undefined;
|
|
2132
2132
|
$lte?: string | {} | undefined;
|
|
2133
2133
|
$ne?: string | {} | undefined;
|
|
2134
|
-
$in:
|
|
2135
|
-
$nin:
|
|
2134
|
+
$in: (string | {})[];
|
|
2135
|
+
$nin: (string | {})[];
|
|
2136
2136
|
} & {}> | undefined;
|
|
2137
2137
|
templateId?: string | {} | Partial<{
|
|
2138
2138
|
$gt?: string | {} | undefined;
|
|
@@ -2140,8 +2140,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2140
2140
|
$lt?: string | {} | undefined;
|
|
2141
2141
|
$lte?: string | {} | undefined;
|
|
2142
2142
|
$ne?: string | {} | undefined;
|
|
2143
|
-
$in:
|
|
2144
|
-
$nin:
|
|
2143
|
+
$in: (string | {})[];
|
|
2144
|
+
$nin: (string | {})[];
|
|
2145
2145
|
} & {}> | undefined;
|
|
2146
2146
|
configured?: boolean | Partial<{
|
|
2147
2147
|
$gt?: boolean | undefined;
|
|
@@ -2149,8 +2149,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2149
2149
|
$lt?: boolean | undefined;
|
|
2150
2150
|
$lte?: boolean | undefined;
|
|
2151
2151
|
$ne?: boolean | undefined;
|
|
2152
|
-
$in: boolean
|
|
2153
|
-
$nin: boolean
|
|
2152
|
+
$in: boolean[];
|
|
2153
|
+
$nin: boolean[];
|
|
2154
2154
|
} & {}> | undefined;
|
|
2155
2155
|
} | {
|
|
2156
2156
|
$or: {
|
|
@@ -2161,8 +2161,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2161
2161
|
$lt?: string | {} | undefined;
|
|
2162
2162
|
$lte?: string | {} | undefined;
|
|
2163
2163
|
$ne?: string | {} | undefined;
|
|
2164
|
-
$in:
|
|
2165
|
-
$nin:
|
|
2164
|
+
$in: (string | {})[];
|
|
2165
|
+
$nin: (string | {})[];
|
|
2166
2166
|
} & {}> | undefined;
|
|
2167
2167
|
createdAt?: any;
|
|
2168
2168
|
updatedAt?: any;
|
|
@@ -2172,8 +2172,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2172
2172
|
$lt?: string | {} | undefined;
|
|
2173
2173
|
$lte?: string | {} | undefined;
|
|
2174
2174
|
$ne?: string | {} | undefined;
|
|
2175
|
-
$in:
|
|
2176
|
-
$nin:
|
|
2175
|
+
$in: (string | {})[];
|
|
2176
|
+
$nin: (string | {})[];
|
|
2177
2177
|
} & {}> | undefined;
|
|
2178
2178
|
templateId?: string | {} | Partial<{
|
|
2179
2179
|
$gt?: string | {} | undefined;
|
|
@@ -2181,8 +2181,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2181
2181
|
$lt?: string | {} | undefined;
|
|
2182
2182
|
$lte?: string | {} | undefined;
|
|
2183
2183
|
$ne?: string | {} | undefined;
|
|
2184
|
-
$in:
|
|
2185
|
-
$nin:
|
|
2184
|
+
$in: (string | {})[];
|
|
2185
|
+
$nin: (string | {})[];
|
|
2186
2186
|
} & {}> | undefined;
|
|
2187
2187
|
configured?: boolean | Partial<{
|
|
2188
2188
|
$gt?: boolean | undefined;
|
|
@@ -2190,8 +2190,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2190
2190
|
$lt?: boolean | undefined;
|
|
2191
2191
|
$lte?: boolean | undefined;
|
|
2192
2192
|
$ne?: boolean | undefined;
|
|
2193
|
-
$in: boolean
|
|
2194
|
-
$nin: boolean
|
|
2193
|
+
$in: boolean[];
|
|
2194
|
+
$nin: boolean[];
|
|
2195
2195
|
} & {}> | undefined;
|
|
2196
2196
|
}[];
|
|
2197
2197
|
})[];
|
|
@@ -2203,8 +2203,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2203
2203
|
$lt?: string | {} | undefined;
|
|
2204
2204
|
$lte?: string | {} | undefined;
|
|
2205
2205
|
$ne?: string | {} | undefined;
|
|
2206
|
-
$in:
|
|
2207
|
-
$nin:
|
|
2206
|
+
$in: (string | {})[];
|
|
2207
|
+
$nin: (string | {})[];
|
|
2208
2208
|
} & {}> | undefined;
|
|
2209
2209
|
createdAt?: any;
|
|
2210
2210
|
updatedAt?: any;
|
|
@@ -2214,8 +2214,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2214
2214
|
$lt?: string | {} | undefined;
|
|
2215
2215
|
$lte?: string | {} | undefined;
|
|
2216
2216
|
$ne?: string | {} | undefined;
|
|
2217
|
-
$in:
|
|
2218
|
-
$nin:
|
|
2217
|
+
$in: (string | {})[];
|
|
2218
|
+
$nin: (string | {})[];
|
|
2219
2219
|
} & {}> | undefined;
|
|
2220
2220
|
templateId?: string | {} | Partial<{
|
|
2221
2221
|
$gt?: string | {} | undefined;
|
|
@@ -2223,8 +2223,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2223
2223
|
$lt?: string | {} | undefined;
|
|
2224
2224
|
$lte?: string | {} | undefined;
|
|
2225
2225
|
$ne?: string | {} | undefined;
|
|
2226
|
-
$in:
|
|
2227
|
-
$nin:
|
|
2226
|
+
$in: (string | {})[];
|
|
2227
|
+
$nin: (string | {})[];
|
|
2228
2228
|
} & {}> | undefined;
|
|
2229
2229
|
configured?: boolean | Partial<{
|
|
2230
2230
|
$gt?: boolean | undefined;
|
|
@@ -2232,8 +2232,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2232
2232
|
$lt?: boolean | undefined;
|
|
2233
2233
|
$lte?: boolean | undefined;
|
|
2234
2234
|
$ne?: boolean | undefined;
|
|
2235
|
-
$in: boolean
|
|
2236
|
-
$nin: boolean
|
|
2235
|
+
$in: boolean[];
|
|
2236
|
+
$nin: boolean[];
|
|
2237
2237
|
} & {}> | undefined;
|
|
2238
2238
|
}[];
|
|
2239
2239
|
}> & {
|
|
@@ -2244,8 +2244,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2244
2244
|
$lt?: string | {} | undefined;
|
|
2245
2245
|
$lte?: string | {} | undefined;
|
|
2246
2246
|
$ne?: string | {} | undefined;
|
|
2247
|
-
$in:
|
|
2248
|
-
$nin:
|
|
2247
|
+
$in: (string | {})[];
|
|
2248
|
+
$nin: (string | {})[];
|
|
2249
2249
|
} & {}> | undefined;
|
|
2250
2250
|
createdAt?: any;
|
|
2251
2251
|
updatedAt?: any;
|
|
@@ -2255,8 +2255,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2255
2255
|
$lt?: string | {} | undefined;
|
|
2256
2256
|
$lte?: string | {} | undefined;
|
|
2257
2257
|
$ne?: string | {} | undefined;
|
|
2258
|
-
$in:
|
|
2259
|
-
$nin:
|
|
2258
|
+
$in: (string | {})[];
|
|
2259
|
+
$nin: (string | {})[];
|
|
2260
2260
|
} & {}> | undefined;
|
|
2261
2261
|
templateId?: string | {} | Partial<{
|
|
2262
2262
|
$gt?: string | {} | undefined;
|
|
@@ -2264,8 +2264,8 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2264
2264
|
$lt?: string | {} | undefined;
|
|
2265
2265
|
$lte?: string | {} | undefined;
|
|
2266
2266
|
$ne?: string | {} | undefined;
|
|
2267
|
-
$in:
|
|
2268
|
-
$nin:
|
|
2267
|
+
$in: (string | {})[];
|
|
2268
|
+
$nin: (string | {})[];
|
|
2269
2269
|
} & {}> | undefined;
|
|
2270
2270
|
configured?: boolean | Partial<{
|
|
2271
2271
|
$gt?: boolean | undefined;
|
|
@@ -2273,7 +2273,7 @@ export declare const strategiesQueryResolver: import("@feathersjs/schema").Resol
|
|
|
2273
2273
|
$lt?: boolean | undefined;
|
|
2274
2274
|
$lte?: boolean | undefined;
|
|
2275
2275
|
$ne?: boolean | undefined;
|
|
2276
|
-
$in: boolean
|
|
2277
|
-
$nin: boolean
|
|
2276
|
+
$in: boolean[];
|
|
2277
|
+
$nin: boolean[];
|
|
2278
2278
|
} & {}> | undefined;
|
|
2279
2279
|
} & {}, HookContext<StrategiesService<import("./strategies.class").StrategiesParams>>>;
|