@xemahq/xema-shell-internal-api-client 0.2.0 → 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 +2 -1
- package/dist/endpoints/describe-objects/describe-objects.d.ts +1 -1
- package/dist/models/describeObjectsResponseDto.d.ts +1 -1
- package/dist/models/describeObjectsResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/errorDetailsDto.d.ts +1 -1
- package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
- package/dist/models/errorDetailsDtoDetails.js +1 -1
- package/dist/models/errorPayloadDto.d.ts +1 -1
- package/dist/models/errorResponseDto.d.ts +1 -1
- package/dist/models/objectLifecycle.d.ts +1 -1
- package/dist/models/objectLifecycle.js +1 -1
- package/dist/models/spaceKind.d.ts +1 -1
- package/dist/models/spaceKind.js +1 -1
- package/dist/models/xemaObjectKind.d.ts +1 -1
- package/dist/models/xemaObjectKind.js +1 -1
- package/dist/models/xemaObjectResponseDto.d.ts +1 -1
- package/dist/models/xemaObjectResponseDtoPayload.d.ts +1 -1
- package/dist/models/xemaObjectResponseDtoPayload.js +1 -1
- package/dist/models/xemaSpaceRefDto.d.ts +1 -1
- package/dist/models/xemaSubjectRefDto.d.ts +1 -1
- package/dist/models/xemaSubjectRefDto.js +1 -1
- package/package.json +7 -1
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
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
import type { DescribeObjectsResponseDtoDataEnvelope } from '../../models';
|
|
9
9
|
export declare const getDescribeObjectsControllerDescribeUrl: () => string;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
import type { XemaObjectResponseDto } from './xemaObjectResponseDto.js';
|
|
9
9
|
export interface DescribeObjectsResponseDto {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
import type { DescribeObjectsResponseDto } from './describeObjectsResponseDto.js';
|
|
9
9
|
export interface DescribeObjectsResponseDtoDataEnvelope {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
import type { ErrorDetailsDtoDetails } from './errorDetailsDtoDetails.js';
|
|
9
9
|
export interface ErrorDetailsDto {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Xema Shell API
|
|
6
6
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
import type { ErrorDetailsDto } from './errorDetailsDto.js';
|
|
9
9
|
export interface ErrorPayloadDto {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
import type { ErrorPayloadDto } from './errorPayloadDto.js';
|
|
9
9
|
export interface ErrorResponseDto {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* draft | published | archived.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Xema Shell API
|
|
6
6
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.ObjectLifecycle = void 0;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* Ownership tier (system | org | project | app | session | biome | user).
|
package/dist/models/spaceKind.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Xema Shell API
|
|
6
6
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.SpaceKind = void 0;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* Closed kind enum this object belongs to.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Xema Shell API
|
|
6
6
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.XemaObjectKind = void 0;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
import type { ObjectLifecycle } from './objectLifecycle.js';
|
|
9
9
|
import type { XemaObjectKind } from './xemaObjectKind.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* Kind-specific payload. The schema is owned by the producing service; plane 1 carries it opaquely.
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Xema Shell API
|
|
6
6
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
import type { SpaceKind } from './spaceKind.js';
|
|
9
9
|
export interface XemaSpaceRefDto {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Xema Shell API
|
|
5
5
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
export interface XemaSubjectRefDto {
|
|
9
9
|
/** Subject kind. Projections stamp `service` — the owning platform service, not the authoring human. */
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Xema Shell API
|
|
6
6
|
* Xema Shell + XVFS. Phase 2 ships the read-only XVFS resolve endpoint; full Shell commands + websocket + write path land in Phase 5.
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
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.1",
|
|
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": [
|