@twin.org/standards-gaia-x 0.0.1-next.46 → 0.0.1-next.48
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/dist/cjs/index.cjs +1 -5
- package/dist/esm/index.mjs +1 -5
- package/dist/types/models/IDataExchangeComponent.d.ts +2 -2
- package/dist/types/models/IEndpoint.d.ts +0 -3
- package/dist/types/models/gaiaXContexts.d.ts +0 -4
- package/docs/changelog.md +14 -0
- package/docs/reference/interfaces/IAddress.md +1 -1
- package/docs/reference/interfaces/IDataExchangeComponent.md +1 -1
- package/docs/reference/interfaces/IDataResource.md +1 -1
- package/docs/reference/interfaces/IEndpoint.md +1 -1
- package/docs/reference/interfaces/IParticipant.md +1 -1
- package/docs/reference/interfaces/IRegistrationNumber.md +1 -1
- package/docs/reference/interfaces/IServiceOffering.md +1 -1
- package/docs/reference/variables/GaiaXContexts.md +0 -6
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -10,11 +10,7 @@ const GaiaXContexts = {
|
|
|
10
10
|
/**
|
|
11
11
|
* The Gaia-X LD Context
|
|
12
12
|
*/
|
|
13
|
-
GaiaXLdContext: "https://w3id.org/gaia-x/development"
|
|
14
|
-
/**
|
|
15
|
-
* The W3id security LD Context
|
|
16
|
-
*/
|
|
17
|
-
W3IdSecurityJwsLdContext: "https://w3id.org/security/suites/jws-2020/v1"
|
|
13
|
+
GaiaXLdContext: "https://w3id.org/gaia-x/development"
|
|
18
14
|
};
|
|
19
15
|
|
|
20
16
|
// Copyright 2024 IOTA Stiftung.
|
package/dist/esm/index.mjs
CHANGED
|
@@ -8,11 +8,7 @@ const GaiaXContexts = {
|
|
|
8
8
|
/**
|
|
9
9
|
* The Gaia-X LD Context
|
|
10
10
|
*/
|
|
11
|
-
GaiaXLdContext: "https://w3id.org/gaia-x/development"
|
|
12
|
-
/**
|
|
13
|
-
* The W3id security LD Context
|
|
14
|
-
*/
|
|
15
|
-
W3IdSecurityJwsLdContext: "https://w3id.org/security/suites/jws-2020/v1"
|
|
11
|
+
GaiaXLdContext: "https://w3id.org/gaia-x/development"
|
|
16
12
|
};
|
|
17
13
|
|
|
18
14
|
// Copyright 2024 IOTA Stiftung.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { IJsonLdNodeObject } from "@twin.org/data-json-ld";
|
|
2
2
|
import type { GaiaXContextType } from "./gaiaXContextType";
|
|
3
3
|
import type { GaiaXTypes } from "./gaiaXTypes";
|
|
4
4
|
/**
|
|
@@ -13,5 +13,5 @@ export interface IDataExchangeComponent extends IJsonLdNodeObject {
|
|
|
13
13
|
/**
|
|
14
14
|
* The type of JSON-LD node
|
|
15
15
|
*/
|
|
16
|
-
type: typeof GaiaXTypes.DataExchangeComponent | [typeof GaiaXTypes.DataExchangeComponent, ...
|
|
16
|
+
type: typeof GaiaXTypes.DataExchangeComponent | [typeof GaiaXTypes.DataExchangeComponent, ...string[]];
|
|
17
17
|
}
|
|
@@ -10,17 +10,14 @@ export interface IEndpoint extends IJsonLdNodeObject {
|
|
|
10
10
|
*/
|
|
11
11
|
type: typeof GaiaXTypes.Endpoint | undefined;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
14
13
|
* The endpoint URL
|
|
15
14
|
*/
|
|
16
15
|
endpointURL: string;
|
|
17
16
|
/**
|
|
18
|
-
*
|
|
19
17
|
* The formal description
|
|
20
18
|
*/
|
|
21
19
|
formalDescription?: string;
|
|
22
20
|
/**
|
|
23
|
-
*
|
|
24
21
|
* Standards conformity
|
|
25
22
|
*/
|
|
26
23
|
standardConformity?: IJsonLdNodeObject;
|
|
@@ -6,10 +6,6 @@ export declare const GaiaXContexts: {
|
|
|
6
6
|
* The Gaia-X LD Context
|
|
7
7
|
*/
|
|
8
8
|
readonly GaiaXLdContext: "https://w3id.org/gaia-x/development";
|
|
9
|
-
/**
|
|
10
|
-
* The W3id security LD Context
|
|
11
|
-
*/
|
|
12
|
-
readonly W3IdSecurityJwsLdContext: "https://w3id.org/security/suites/jws-2020/v1";
|
|
13
9
|
};
|
|
14
10
|
/**
|
|
15
11
|
* The LD Contexts concerning Gaia-X.
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/standards-gaia-x - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.1-next.48](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.1-next.47...standards-gaia-x-v0.0.1-next.48) (2025-06-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/twinfoundation/standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
9
|
+
|
|
10
|
+
## [0.0.1-next.47](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.1-next.46...standards-gaia-x-v0.0.1-next.47) (2025-06-05)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* **standards-gaia-x:** Synchronize repo versions
|
|
16
|
+
|
|
3
17
|
## [0.0.1-next.46](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.1-next.45...standards-gaia-x-v0.0.1-next.46) (2025-06-03)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -9,7 +9,7 @@ https://docs.gaia-x.eu/ontology/development/classes/Address/
|
|
|
9
9
|
|
|
10
10
|
## Indexable
|
|
11
11
|
|
|
12
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `
|
|
12
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `string`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \}
|
|
13
13
|
|
|
14
14
|
## Properties
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ https://docs.gaia-x.eu/ontology/development/classes/DataExchangeComponent
|
|
|
9
9
|
|
|
10
10
|
## Indexable
|
|
11
11
|
|
|
12
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `
|
|
12
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `string`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \}
|
|
13
13
|
|
|
14
14
|
## Properties
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ See also W3C DCAT Dataset https://www.w3.org/TR/vocab-dcat-3/.
|
|
|
9
9
|
|
|
10
10
|
## Indexable
|
|
11
11
|
|
|
12
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `
|
|
12
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `string`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \}
|
|
13
13
|
|
|
14
14
|
## Properties
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ https://docs.gaia-x.eu/ontology/development/classes/Endpoint
|
|
|
9
9
|
|
|
10
10
|
## Indexable
|
|
11
11
|
|
|
12
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `
|
|
12
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `string`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \}
|
|
13
13
|
|
|
14
14
|
## Properties
|
|
15
15
|
|
|
@@ -8,7 +8,7 @@ A Legal Person participating in the ecosystem
|
|
|
8
8
|
|
|
9
9
|
## Indexable
|
|
10
10
|
|
|
11
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `
|
|
11
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `string`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \}
|
|
12
12
|
|
|
13
13
|
## Properties
|
|
14
14
|
|
|
@@ -9,7 +9,7 @@ https://docs.gaia-x.eu/ontology/development/classes/RegistrationNumber/
|
|
|
9
9
|
|
|
10
10
|
## Indexable
|
|
11
11
|
|
|
12
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `
|
|
12
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `string`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \}
|
|
13
13
|
|
|
14
14
|
## Properties
|
|
15
15
|
|
|
@@ -8,7 +8,7 @@ A Service offering
|
|
|
8
8
|
|
|
9
9
|
## Indexable
|
|
10
10
|
|
|
11
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `
|
|
11
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `string`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \}
|
|
12
12
|
|
|
13
13
|
## Properties
|
|
14
14
|
|
|
@@ -11,9 +11,3 @@ The LD Contexts concerning Gaia-X.
|
|
|
11
11
|
> `readonly` **GaiaXLdContext**: `"https://w3id.org/gaia-x/development"` = `"https://w3id.org/gaia-x/development"`
|
|
12
12
|
|
|
13
13
|
The Gaia-X LD Context
|
|
14
|
-
|
|
15
|
-
### W3IdSecurityJwsLdContext
|
|
16
|
-
|
|
17
|
-
> `readonly` **W3IdSecurityJwsLdContext**: `"https://w3id.org/security/suites/jws-2020/v1"` = `"https://w3id.org/security/suites/jws-2020/v1"`
|
|
18
|
-
|
|
19
|
-
The W3id security LD Context
|