ngx-rs-ant 1.8.8 → 1.8.9
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/fesm2020/ngx-rs-ant.mjs
CHANGED
|
@@ -1956,9 +1956,10 @@ class DataGridService {
|
|
|
1956
1956
|
}));
|
|
1957
1957
|
}
|
|
1958
1958
|
getConstraintEntries(tenant, name) {
|
|
1959
|
-
return this.http.get('api/metadata/constraint
|
|
1959
|
+
return this.http.get('api/metadata/constraint', {
|
|
1960
1960
|
params: {
|
|
1961
|
-
tenant
|
|
1961
|
+
tenant,
|
|
1962
|
+
name
|
|
1962
1963
|
}
|
|
1963
1964
|
}).pipe(map(response => {
|
|
1964
1965
|
const entries = [];
|