@explo-tech/fido-api 1.10.18 → 1.11.0
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
|
@@ -29,10 +29,10 @@ export class NamespaceResourceService {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
* Fetches all namespaces and, optionally, their associated data sources and or views
|
|
32
|
+
* Fetches all namespaces and, optionally, their associated data sources and or table views
|
|
33
33
|
* @param includeDataSources
|
|
34
34
|
* @param includeViews
|
|
35
|
-
* @returns any All namespaces, along with associated data sources and or views
|
|
35
|
+
* @returns any All namespaces, along with associated data sources and or table views
|
|
36
36
|
* @throws ApiError
|
|
37
37
|
*/
|
|
38
38
|
public static getNamespaces(
|