@twin.org/standards-gaia-x 0.0.2-next.12 → 0.0.2-next.13

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.
@@ -1937,7 +1937,6 @@ var properties = {
1937
1937
  };
1938
1938
  var required = [
1939
1939
  "@context",
1940
- "endpoint",
1941
1940
  "id",
1942
1941
  "name",
1943
1942
  "providedBy",
@@ -1935,7 +1935,6 @@ var properties = {
1935
1935
  };
1936
1936
  var required = [
1937
1937
  "@context",
1938
- "endpoint",
1939
1938
  "id",
1940
1939
  "name",
1941
1940
  "providedBy",
@@ -40,5 +40,5 @@ export interface IServiceOffering extends IGaiaXEntity {
40
40
  /**
41
41
  * The endpoint
42
42
  */
43
- endpoint: IEndpoint;
43
+ endpoint?: IEndpoint;
44
44
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @twin.org/standards-gaia-x - Changelog
2
2
 
3
+ ## [0.0.2-next.13](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.12...standards-gaia-x-v0.0.2-next.13) (2025-09-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * service offering endpoint is optional ([#56](https://github.com/twinfoundation/standards/issues/56)) ([788ae71](https://github.com/twinfoundation/standards/commit/788ae716052782f1e5361ba9e81c326b1b982494))
9
+
3
10
  ## [0.0.2-next.12](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.11...standards-gaia-x-v0.0.2-next.12) (2025-09-16)
4
11
 
5
12
 
@@ -94,8 +94,8 @@ by reference both providing the URI or a partial JSON-LD Node object
94
94
 
95
95
  ***
96
96
 
97
- ### endpoint
97
+ ### endpoint?
98
98
 
99
- > **endpoint**: [`IEndpoint`](IEndpoint.md)
99
+ > `optional` **endpoint**: [`IEndpoint`](IEndpoint.md)
100
100
 
101
101
  The endpoint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-gaia-x",
3
- "version": "0.0.2-next.12",
3
+ "version": "0.0.2-next.13",
4
4
  "description": "Models which define the structure of Gaia-x",
5
5
  "repository": {
6
6
  "type": "git",