@explo-tech/fido-api 0.0.43 → 0.0.44
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/package.json
CHANGED
|
@@ -30,10 +30,10 @@ export class NamespaceResourceService {
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
|
-
* Fetches all namespaces and, optionally, their associated data sources
|
|
33
|
+
* Fetches all namespaces and, optionally, their associated data sources and or views
|
|
34
34
|
* @param includeDataSources
|
|
35
35
|
* @param includeViews
|
|
36
|
-
* @returns any All namespaces, along with associated data sources
|
|
36
|
+
* @returns any All namespaces, along with associated data sources and or views
|
|
37
37
|
* @throws ApiError
|
|
38
38
|
*/
|
|
39
39
|
public static getNamespaces(
|
|
@@ -53,11 +53,11 @@ export class NamespaceResourceService {
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
/**
|
|
56
|
-
* Gets a namespace and its associated data sources
|
|
56
|
+
* Gets a namespace and its associated data sources and or views
|
|
57
57
|
* @param id
|
|
58
58
|
* @param includeDataSources
|
|
59
59
|
* @param includeViews
|
|
60
|
-
* @returns NamespaceResponse The requested namespace, along with its associated data sources
|
|
60
|
+
* @returns NamespaceResponse The requested namespace, along with its associated data sources and or views
|
|
61
61
|
* @throws ApiError
|
|
62
62
|
*/
|
|
63
63
|
public static getNamespace(
|