@twin.org/standards-gaia-x 0.0.3-next.55 → 0.0.3-next.56
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 +14 -0
- package/docs/reference/interfaces/IGaiaXDataResource.md +1 -1
- package/docs/reference/interfaces/IGaiaXEndpoint.md +2 -2
- package/docs/reference/interfaces/IGaiaXLegalPerson.md +5 -5
- package/docs/reference/interfaces/IGaiaXRegistrationNumber.md +9 -9
- package/docs/reference/interfaces/IGaiaXServiceOffering.md +3 -3
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.56](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.55...standards-gaia-x-v0.0.3-next.56) (2026-03-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-gaia-x:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/standards-w3c-odrl bumped from 0.0.3-next.55 to 0.0.3-next.56
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.55](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.54...standards-gaia-x-v0.0.3-next.55) (2026-03-19)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -23,7 +23,7 @@ The endpoint URL
|
|
|
23
23
|
|
|
24
24
|
### formalDescription? {#formaldescription}
|
|
25
25
|
|
|
26
|
-
> `optional` **formalDescription
|
|
26
|
+
> `optional` **formalDescription?**: `string`
|
|
27
27
|
|
|
28
28
|
The formal description
|
|
29
29
|
|
|
@@ -31,6 +31,6 @@ The formal description
|
|
|
31
31
|
|
|
32
32
|
### standardConformity? {#standardconformity}
|
|
33
33
|
|
|
34
|
-
> `optional` **standardConformity
|
|
34
|
+
> `optional` **standardConformity?**: `IJsonLdNodeObject`
|
|
35
35
|
|
|
36
36
|
Standards conformity
|
|
@@ -38,7 +38,7 @@ The Id.
|
|
|
38
38
|
|
|
39
39
|
### name? {#name}
|
|
40
40
|
|
|
41
|
-
> `optional` **name
|
|
41
|
+
> `optional` **name?**: `string`
|
|
42
42
|
|
|
43
43
|
Human readable Name.
|
|
44
44
|
|
|
@@ -50,7 +50,7 @@ Human readable Name.
|
|
|
50
50
|
|
|
51
51
|
### description? {#description}
|
|
52
52
|
|
|
53
|
-
> `optional` **description
|
|
53
|
+
> `optional` **description?**: `string`
|
|
54
54
|
|
|
55
55
|
Description of the Gaia-X entity.
|
|
56
56
|
|
|
@@ -102,7 +102,7 @@ https://docs.gaia-x.eu/ontology/development/slots/legalAddress/
|
|
|
102
102
|
|
|
103
103
|
### headquartersAddress? {#headquartersaddress}
|
|
104
104
|
|
|
105
|
-
> `optional` **headquartersAddress
|
|
105
|
+
> `optional` **headquartersAddress?**: [`IGaiaXAddress`](IGaiaXAddress.md)
|
|
106
106
|
|
|
107
107
|
Headquarters address.
|
|
108
108
|
|
|
@@ -114,7 +114,7 @@ https://docs.gaia-x.eu/ontology/development/slots/headquartersAddress/
|
|
|
114
114
|
|
|
115
115
|
### parentOrganizationOf? {#parentorganizationof}
|
|
116
116
|
|
|
117
|
-
> `optional` **parentOrganizationOf
|
|
117
|
+
> `optional` **parentOrganizationOf?**: `IJsonLdNodeObject` & `object`[]
|
|
118
118
|
|
|
119
119
|
Parent organization.
|
|
120
120
|
|
|
@@ -126,7 +126,7 @@ https://docs.gaia-x.eu/ontology/development/slots/parentOrganizationOf/
|
|
|
126
126
|
|
|
127
127
|
### subOrganizationOf? {#suborganizationof}
|
|
128
128
|
|
|
129
|
-
> `optional` **subOrganizationOf
|
|
129
|
+
> `optional` **subOrganizationOf?**: `IJsonLdNodeObject` & `object`[]
|
|
130
130
|
|
|
131
131
|
Sub organization of.
|
|
132
132
|
|
|
@@ -15,7 +15,7 @@ JSON-LD Type.
|
|
|
15
15
|
|
|
16
16
|
### local? {#local}
|
|
17
17
|
|
|
18
|
-
> `optional` **local
|
|
18
|
+
> `optional` **local?**: `string`
|
|
19
19
|
|
|
20
20
|
Local Registration.
|
|
21
21
|
|
|
@@ -23,7 +23,7 @@ Local Registration.
|
|
|
23
23
|
|
|
24
24
|
### countryCode? {#countrycode}
|
|
25
25
|
|
|
26
|
-
> `optional` **countryCode
|
|
26
|
+
> `optional` **countryCode?**: `string`
|
|
27
27
|
|
|
28
28
|
Country code. See https://docs.gaia-x.eu/ontology/development/enums/CountryNameAlpha2/
|
|
29
29
|
|
|
@@ -31,7 +31,7 @@ Country code. See https://docs.gaia-x.eu/ontology/development/enums/CountryNameA
|
|
|
31
31
|
|
|
32
32
|
### subdivisionCountryCode? {#subdivisioncountrycode}
|
|
33
33
|
|
|
34
|
-
> `optional` **subdivisionCountryCode
|
|
34
|
+
> `optional` **subdivisionCountryCode?**: `string`
|
|
35
35
|
|
|
36
36
|
Subdivision country code.
|
|
37
37
|
See https://docs.gaia-x.eu/ontology/development/enums/RegionCode/
|
|
@@ -40,7 +40,7 @@ See https://docs.gaia-x.eu/ontology/development/enums/RegionCode/
|
|
|
40
40
|
|
|
41
41
|
### vatID? {#vatid}
|
|
42
42
|
|
|
43
|
-
> `optional` **vatID
|
|
43
|
+
> `optional` **vatID?**: `string`
|
|
44
44
|
|
|
45
45
|
The VAT identification number.
|
|
46
46
|
|
|
@@ -48,7 +48,7 @@ The VAT identification number.
|
|
|
48
48
|
|
|
49
49
|
### leiCode? {#leicode}
|
|
50
50
|
|
|
51
|
-
> `optional` **leiCode
|
|
51
|
+
> `optional` **leiCode?**: `string`
|
|
52
52
|
|
|
53
53
|
Unique LEI number as defined by GLEIF.
|
|
54
54
|
|
|
@@ -56,7 +56,7 @@ Unique LEI number as defined by GLEIF.
|
|
|
56
56
|
|
|
57
57
|
### eori? {#eori}
|
|
58
58
|
|
|
59
|
-
> `optional` **eori
|
|
59
|
+
> `optional` **eori?**: `string`
|
|
60
60
|
|
|
61
61
|
The Economic Operators Registration and Identification number (EORI).
|
|
62
62
|
|
|
@@ -64,7 +64,7 @@ The Economic Operators Registration and Identification number (EORI).
|
|
|
64
64
|
|
|
65
65
|
### country? {#country}
|
|
66
66
|
|
|
67
|
-
> `optional` **country
|
|
67
|
+
> `optional` **country?**: `string`
|
|
68
68
|
|
|
69
69
|
The country where the EORI is registered written in plain english
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ The country where the EORI is registered written in plain english
|
|
|
72
72
|
|
|
73
73
|
### euid? {#euid}
|
|
74
74
|
|
|
75
|
-
> `optional` **euid
|
|
75
|
+
> `optional` **euid?**: `string`
|
|
76
76
|
|
|
77
77
|
The European Unique Identifier (EUID) for business located in the European Ec.
|
|
78
78
|
|
|
@@ -80,6 +80,6 @@ The European Unique Identifier (EUID) for business located in the European Ec.
|
|
|
80
80
|
|
|
81
81
|
### taxId? {#taxid}
|
|
82
82
|
|
|
83
|
-
> `optional` **taxId
|
|
83
|
+
> `optional` **taxId?**: `string`
|
|
84
84
|
|
|
85
85
|
The company tax ID.
|
|
@@ -34,7 +34,7 @@ The Id.
|
|
|
34
34
|
|
|
35
35
|
### description? {#description}
|
|
36
36
|
|
|
37
|
-
> `optional` **description
|
|
37
|
+
> `optional` **description?**: `string`
|
|
38
38
|
|
|
39
39
|
Description of the Gaia-X entity.
|
|
40
40
|
|
|
@@ -82,7 +82,7 @@ ODRL policy associated to the service offering
|
|
|
82
82
|
|
|
83
83
|
### aggregationOfResources? {#aggregationofresources}
|
|
84
84
|
|
|
85
|
-
> `optional` **aggregationOfResources
|
|
85
|
+
> `optional` **aggregationOfResources?**: `string`[] \| `IJsonLdNodeObject` & `object` \| [`IGaiaXDataResource`](IGaiaXDataResource.md)[]
|
|
86
86
|
|
|
87
87
|
Resources aggregated
|
|
88
88
|
It is supported different representations, inline,
|
|
@@ -92,6 +92,6 @@ by reference both providing the URI or a partial JSON-LD Node object
|
|
|
92
92
|
|
|
93
93
|
### endpoint? {#endpoint}
|
|
94
94
|
|
|
95
|
-
> `optional` **endpoint
|
|
95
|
+
> `optional` **endpoint?**: [`IGaiaXEndpoint`](IGaiaXEndpoint.md)
|
|
96
96
|
|
|
97
97
|
The endpoint
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/standards-gaia-x",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.56",
|
|
4
4
|
"description": "Data models for Gaia-X ontology concepts.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@twin.org/core": "next",
|
|
18
18
|
"@twin.org/data-core": "next",
|
|
19
19
|
"@twin.org/data-json-ld": "next",
|
|
20
|
-
"@twin.org/standards-w3c-odrl": "0.0.3-next.
|
|
20
|
+
"@twin.org/standards-w3c-odrl": "0.0.3-next.56"
|
|
21
21
|
},
|
|
22
22
|
"main": "./dist/es/index.js",
|
|
23
23
|
"types": "./dist/types/index.d.ts",
|