@xemahq/xema-shell-internal-api-client 0.2.0 → 0.2.2
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 +2 -1
- package/dist/endpoints/describe-objects/describe-objects.d.ts +2 -4
- package/dist/models/describeObjectsResponseDto.d.ts +2 -4
- package/dist/models/describeObjectsResponseDtoDataEnvelope.d.ts +2 -4
- package/dist/models/errorDetailsDto.d.ts +2 -4
- package/dist/models/errorDetailsDtoDetails.d.ts +2 -4
- package/dist/models/errorDetailsDtoDetails.js +2 -4
- package/dist/models/errorPayloadDto.d.ts +2 -4
- package/dist/models/errorResponseDto.d.ts +2 -4
- package/dist/models/objectLifecycle.d.ts +2 -4
- package/dist/models/objectLifecycle.js +2 -4
- package/dist/models/spaceKind.d.ts +2 -4
- package/dist/models/spaceKind.js +2 -4
- package/dist/models/xemaObjectKind.d.ts +2 -4
- package/dist/models/xemaObjectKind.js +2 -4
- package/dist/models/xemaObjectResponseDto.d.ts +2 -4
- package/dist/models/xemaObjectResponseDtoPayload.d.ts +2 -4
- package/dist/models/xemaObjectResponseDtoPayload.js +2 -4
- package/dist/models/xemaSpaceRefDto.d.ts +2 -4
- package/dist/models/xemaSubjectRefDto.d.ts +2 -4
- package/dist/models/xemaSubjectRefDto.js +2 -4
- package/package.json +8 -2
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,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
import type { DescribeObjectsResponseDtoDataEnvelope } from '../../models';
|
|
9
7
|
export declare const getDescribeObjectsControllerDescribeUrl: () => string;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
import type { XemaObjectResponseDto } from './xemaObjectResponseDto.js';
|
|
9
7
|
export interface DescribeObjectsResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
import type { DescribeObjectsResponseDto } from './describeObjectsResponseDto.js';
|
|
9
7
|
export interface DescribeObjectsResponseDtoDataEnvelope {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
import type { ErrorDetailsDtoDetails } from './errorDetailsDtoDetails.js';
|
|
9
7
|
export interface ErrorDetailsDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
9
7
|
* @nullable
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Xema Shell API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
import type { ErrorDetailsDto } from './errorDetailsDto.js';
|
|
9
7
|
export interface ErrorPayloadDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
import type { ErrorPayloadDto } from './errorPayloadDto.js';
|
|
9
7
|
export interface ErrorResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
9
7
|
* draft | published | archived.
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Xema Shell API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
8
|
exports.ObjectLifecycle = void 0;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
9
7
|
* Ownership tier (system | org | project | app | session | biome | user).
|
package/dist/models/spaceKind.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Xema Shell API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
8
|
exports.SpaceKind = void 0;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
9
7
|
* Closed kind enum this object belongs to.
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Xema Shell API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
8
|
exports.XemaObjectKind = void 0;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
import type { ObjectLifecycle } from './objectLifecycle.js';
|
|
9
7
|
import type { XemaObjectKind } from './xemaObjectKind.js';
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
9
7
|
* Kind-specific payload. The schema is owned by the producing service; plane 1 carries it opaquely.
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Xema Shell API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
import type { SpaceKind } from './spaceKind.js';
|
|
9
7
|
export interface XemaSpaceRefDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* Xema Shell API
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
4
|
+
* OpenAPI spec version: 0.1.1
|
|
7
5
|
*/
|
|
8
6
|
export interface XemaSubjectRefDto {
|
|
9
7
|
/** Subject kind. Projections stamp `service` — the owning platform service, not the authoring human. */
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* Xema Shell API
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
5
|
+
* OpenAPI spec version: 0.1.1
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/xema-shell-internal-api-client",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/xema-dev/xema-base.git",
|
|
7
|
+
"directory": "packages/clients/xema-shell-internal-api"
|
|
8
|
+
},
|
|
9
|
+
"license": "LicenseRef-Xema-BSL-1.1",
|
|
4
10
|
"main": "./dist/index.js",
|
|
5
11
|
"types": "./dist/index.d.ts",
|
|
6
12
|
"files": [
|
|
@@ -19,7 +25,7 @@
|
|
|
19
25
|
"service": "xema-shell-api",
|
|
20
26
|
"biome": "xema-shell",
|
|
21
27
|
"target": "server",
|
|
22
|
-
"generator": "@xemahq/api-client-generator@0.
|
|
28
|
+
"generator": "@xemahq/api-client-generator@0.5.0",
|
|
23
29
|
"source": "openapi.internal.json"
|
|
24
30
|
},
|
|
25
31
|
"scripts": {
|