@twin.org/federated-catalogue-rest-client 0.0.3-next.13 → 0.0.3-next.14
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/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.14](https://github.com/twinfoundation/federated-catalogue/compare/federated-catalogue-rest-client-v0.0.3-next.13...federated-catalogue-rest-client-v0.0.3-next.14) (2026-03-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **federated-catalogue-rest-client:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/federated-catalogue-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.13](https://github.com/twinfoundation/federated-catalogue/compare/federated-catalogue-rest-client-v0.0.3-next.12...federated-catalogue-rest-client-v0.0.3-next.13) (2026-03-12)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -36,7 +36,7 @@ The configuration for the client.
|
|
|
36
36
|
|
|
37
37
|
## Properties
|
|
38
38
|
|
|
39
|
-
### CLASS\_NAME
|
|
39
|
+
### CLASS\_NAME {#class_name}
|
|
40
40
|
|
|
41
41
|
> `readonly` `static` **CLASS\_NAME**: `string`
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ Runtime name for the class.
|
|
|
44
44
|
|
|
45
45
|
## Methods
|
|
46
46
|
|
|
47
|
-
### className()
|
|
47
|
+
### className() {#classname}
|
|
48
48
|
|
|
49
49
|
> **className**(): `string`
|
|
50
50
|
|
|
@@ -62,7 +62,7 @@ The class name of the component.
|
|
|
62
62
|
|
|
63
63
|
***
|
|
64
64
|
|
|
65
|
-
### query()
|
|
65
|
+
### query() {#query}
|
|
66
66
|
|
|
67
67
|
> **query**(`filter?`, `cursor?`, `limit?`): `Promise`\<\{ `result`: `IDataspaceProtocolCatalogError` \| `IDataspaceProtocolCatalog`; `cursor?`: `string`; \}\>
|
|
68
68
|
|
|
@@ -100,7 +100,7 @@ The catalog containing matching datasets (or CatalogError if none found), with c
|
|
|
100
100
|
|
|
101
101
|
***
|
|
102
102
|
|
|
103
|
-
### get()
|
|
103
|
+
### get() {#get}
|
|
104
104
|
|
|
105
105
|
> **get**(`datasetId`): `Promise`\<`IDcatDataset` \| `IDataspaceProtocolCatalogError`\>
|
|
106
106
|
|
|
@@ -126,7 +126,7 @@ The dataset if found, or a CatalogError if not found or an error occurs.
|
|
|
126
126
|
|
|
127
127
|
***
|
|
128
128
|
|
|
129
|
-
### set()
|
|
129
|
+
### set() {#set}
|
|
130
130
|
|
|
131
131
|
> **set**(`dataSet`): `Promise`\<`void`\>
|
|
132
132
|
|
|
@@ -153,7 +153,7 @@ Nothing.
|
|
|
153
153
|
|
|
154
154
|
***
|
|
155
155
|
|
|
156
|
-
### remove()
|
|
156
|
+
### remove() {#remove}
|
|
157
157
|
|
|
158
158
|
> **remove**(`dataSetId`): `Promise`\<`void`\>
|
|
159
159
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/federated-catalogue-rest-client",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.14",
|
|
4
4
|
"description": "Federated Catalogue contract implementation which can connect to REST endpoints",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@twin.org/api-models": "next",
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
20
|
"@twin.org/data-json-ld": "next",
|
|
21
|
-
"@twin.org/federated-catalogue-models": "0.0.3-next.
|
|
21
|
+
"@twin.org/federated-catalogue-models": "0.0.3-next.14",
|
|
22
22
|
"@twin.org/nameof": "next",
|
|
23
23
|
"@twin.org/standards-dataspace-protocol": "next",
|
|
24
24
|
"@twin.org/standards-w3c-dcat": "next",
|