@xemahq/space-registry-internal-api-client 0.1.2 → 0.2.1

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/LICENSE CHANGED
@@ -9,7 +9,7 @@ Parameters
9
9
 
10
10
  Licensor: Neuralchowder Inc.
11
11
 
12
- Licensed Work: Xema. The Licensed Work is (c) 2026 Neuralchowder Inc..
12
+ Licensed Work: Xema. The Licensed Work is (c) 2026 Neuralchowder Inc.
13
13
 
14
14
  The Licensed Work includes, without limitation, Xema Core, Xema Runtime,
15
15
  Xema Kernel, Xema control plane, Xema application runtime, Xema biome
@@ -116,6 +116,7 @@ the interpretation of, the Additional Use Grant set out above.
116
116
  and effect. The Licensor reserves all rights not expressly granted
117
117
  by this License.
118
118
 
119
+
119
120
  Change Date: Four years from the date the specific version of the Licensed
120
121
  Work is first publicly released by Licensor.
121
122
 
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Space Registry API
5
- * Authoritative Space ownership + data-classification plane: Space CRUD, hierarchy, and most-specific-wins classification resolution.
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  import type { SpaceItemPublishCapabilityRequestDto } from '../../models';
@@ -2,10 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.orgErasureControllerErase = exports.getOrgErasureControllerEraseUrl = void 0;
4
4
  /**
5
- * Generated by orval v8.16.0 🍺
6
- * Do not edit manually.
5
+ * Generated by @xemahq/api-client-generator — do not edit manually.
7
6
  * Space Registry API
8
- * Authoritative Space ownership + data-classification plane: Space CRUD, hierarchy, and most-specific-wins classification resolution.
9
7
  * OpenAPI spec version: 0.1.0
10
8
  */
11
9
  const custom_fetch_1 = require("../../custom-fetch");
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Space Registry API
5
- * Authoritative Space ownership + data-classification plane: Space CRUD, hierarchy, and most-specific-wins classification resolution.
6
4
  * OpenAPI spec version: 0.1.0
7
5
  */
8
6
  export interface SpaceItemPublishCapabilityRequestDto {
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Space Registry API
6
- * Authoritative Space ownership + data-classification plane: Space CRUD, hierarchy, and most-specific-wins classification resolution.
7
5
  * OpenAPI spec version: 0.1.0
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xemahq/space-registry-internal-api-client",
3
- "version": "0.1.2",
3
+ "version": "0.2.1",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -19,7 +19,7 @@
19
19
  "service": "space-registry-api",
20
20
  "biome": "space-registry",
21
21
  "target": "server",
22
- "generator": "@xemahq/api-client-generator@0.2.0",
22
+ "generator": "@xemahq/api-client-generator@0.5.0",
23
23
  "source": "openapi.internal.json"
24
24
  },
25
25
  "license": "LicenseRef-Xema-BSL-1.1",
@@ -28,7 +28,7 @@
28
28
  "bugs": "https://github.com/xema-dev/xema-community/issues",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "git+https://github.com/xema-dev/xema-community.git",
31
+ "url": "git+https://github.com/xema-dev/xema-base.git",
32
32
  "directory": "packages/clients/space-registry-internal-api"
33
33
  },
34
34
  "description": "Generated internal API client for the Xema space-registry-api service.",