diff --git a/typedoc/classes/kdatareader.html b/typedoc/classes/kdatareader.html index fe4b7fb..8b9b34b 100644 --- a/typedoc/classes/kdatareader.html +++ b/typedoc/classes/kdatareader.html @@ -126,7 +126,7 @@
There are two pools of data for each plugin: PluginSpace and ProfileSpace
If refid is a string, query will match a specific profile data in ProfileSpace.
refid
If refid is null, query will match all profile data in ProfileSpace. - (doesn't apply to DB.FindOne and DB.Insert)
If refid is not provided, query will match data in PluginSpace.
NOTE: since WebUI can delete data in ProfileSpace, @@ -113,7 +113,7 @@
Parameters
@@ -152,7 +152,7 @@Parameters
@@ -181,7 +181,7 @@Parameters
@@ -210,7 +210,7 @@Parameters
@@ -236,7 +236,7 @@Parameters
@@ -265,7 +265,7 @@Parameters
@@ -294,7 +294,7 @@Parameters
@@ -323,7 +323,7 @@Parameters
@@ -352,7 +352,7 @@Parameters
@@ -381,7 +381,7 @@Parameters
@@ -410,7 +410,7 @@Parameters
diff --git a/typedoc/modules/db.html b/typedoc/modules/db.html index f8ecd55..492d784 100644 --- a/typedoc/modules/db.html +++ b/typedoc/modules/db.html @@ -72,7 +72,7 @@There are two pools of data for each plugin: PluginSpace and ProfileSpace
If
refidis a string, query will match a specific profile data in ProfileSpace.If
+ (doesn't apply to DB.Insert)refidis null, query will match all profile data in ProfileSpace. - (doesn't apply to DB.FindOne and DB.Insert)If
refidis not provided, query will match data in PluginSpace.NOTE: since WebUI can delete data in ProfileSpace, @@ -113,7 +113,7 @@
Type parameters
@@ -136,7 +136,7 @@Type parameters
@@ -166,7 +166,7 @@Type parameters
@@ -189,7 +189,7 @@Type parameters
@@ -212,14 +212,14 @@FindOne
-- Find
One<T>(refid: string, query: Query<T>): Promise<Doc<T>>
+ - Find
One<T>(refid: string | null, query: Query<T>): Promise<Doc<T>>
- Find
One<T>(query: Query<T>): Promise<Doc<T>>
Type parameters
@@ -231,7 +231,7 @@Parameters
refid: string
+refid: string | null
query: Query<T>
@@ -242,7 +242,7 @@Type parameters
@@ -272,7 +272,7 @@Type parameters
@@ -295,7 +295,7 @@Type parameters
@@ -325,7 +325,7 @@Type parameters
@@ -348,7 +348,7 @@Type parameters
@@ -378,7 +378,7 @@Type parameters
@@ -404,7 +404,7 @@Type parameters
@@ -437,7 +437,7 @@Type parameters
@@ -463,7 +463,7 @@Type parameters
diff --git a/typedoc/modules/io.html b/typedoc/modules/io.html index 8e3fe7c..ac2703b 100644 --- a/typedoc/modules/io.html +++ b/typedoc/modules/io.html @@ -103,7 +103,7 @@Parameters
@@ -159,7 +159,7 @@Parameters
@@ -188,7 +188,7 @@Parameters
@@ -299,7 +299,7 @@Parameters
@@ -319,7 +319,7 @@Parameters
@@ -339,7 +339,7 @@Parameters
@@ -359,7 +359,7 @@Parameters
@@ -379,7 +379,7 @@Parameters
@@ -399,7 +399,7 @@Parameters
diff --git a/typedoc/modules/r.html b/typedoc/modules/r.html index 99c76ed..a7a05d2 100644 --- a/typedoc/modules/r.html +++ b/typedoc/modules/r.html @@ -102,7 +102,7 @@