@xemahq/xema-shell-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/shell/shell.d.ts +1 -1
- package/dist/endpoints/xvfs/xvfs.d.ts +1 -1
- package/dist/models/shellCommandDescriptorDto.d.ts +1 -1
- package/dist/models/shellCommandDescriptorDtoOutputSchema.d.ts +1 -1
- package/dist/models/shellCommandDescriptorDtoOutputSchema.js +1 -1
- package/dist/models/shellHelpCommandResponseDto.d.ts +1 -1
- package/dist/models/shellHelpCommandResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/shellHelpListResponseDto.d.ts +1 -1
- package/dist/models/shellHelpListResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/shellParseResponseDto.d.ts +1 -1
- package/dist/models/shellParseResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/shellParseResponseDtoOptions.d.ts +1 -1
- package/dist/models/shellParseResponseDtoOptions.js +1 -1
- package/dist/models/shellRunDenialDto.d.ts +1 -1
- package/dist/models/shellRunDenialDtoSuggestionsItem.d.ts +1 -1
- package/dist/models/shellRunDenialDtoSuggestionsItem.js +1 -1
- package/dist/models/shellRunDenialReasonDto.d.ts +1 -1
- package/dist/models/shellRunDenialReasonDto.js +1 -1
- package/dist/models/shellRunDiagnosticDto.d.ts +1 -1
- package/dist/models/shellRunDiagnosticDtoLevel.d.ts +1 -1
- package/dist/models/shellRunDiagnosticDtoLevel.js +1 -1
- package/dist/models/shellRunRequestDto.d.ts +1 -1
- package/dist/models/shellRunRequestDtoOutputMode.d.ts +1 -1
- package/dist/models/shellRunRequestDtoOutputMode.js +1 -1
- package/dist/models/shellRunRequestDtoStdin.d.ts +1 -1
- package/dist/models/shellRunRequestDtoStdin.js +1 -1
- package/dist/models/shellRunResponseDto.d.ts +1 -1
- package/dist/models/shellRunResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/shellRunResponseDtoResult.d.ts +1 -1
- package/dist/models/shellRunResponseDtoResult.js +1 -1
- package/dist/models/shellRunResponseDtoStatus.d.ts +1 -1
- package/dist/models/shellRunResponseDtoStatus.js +1 -1
- package/dist/models/spaceKind.d.ts +1 -1
- package/dist/models/spaceKind.js +1 -1
- package/dist/models/spaceRefDto.d.ts +1 -1
- package/dist/models/xemaObjectKind.d.ts +1 -1
- package/dist/models/xemaObjectKind.js +1 -1
- package/dist/models/xvfsControllerResolveParams.d.ts +1 -1
- package/dist/models/xvfsControllerResolveParams.js +1 -1
- package/dist/models/xvfsControllerWriteParams.d.ts +1 -1
- package/dist/models/xvfsControllerWriteParams.js +1 -1
- package/dist/models/xvfsResolvedDto.d.ts +1 -1
- package/dist/models/xvfsResolvedDtoDataEnvelope.d.ts +1 -1
- package/dist/models/xvfsResolvedDtoPayload.d.ts +1 -1
- package/dist/models/xvfsResolvedDtoPayload.js +1 -1
- package/dist/models/xvfsWriteBodyDto.d.ts +1 -1
- package/dist/models/xvfsWriteBodyDtoPayload.d.ts +1 -1
- package/dist/models/xvfsWriteBodyDtoPayload.js +1 -1
- package/dist/models/xvfsWriteResultDto.d.ts +1 -1
- package/dist/models/xvfsWriteResultDto.js +1 -1
- package/dist/models/xvfsWriteResultDtoDataEnvelope.d.ts +1 -1
- package/package.json +2 -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
|
|
|
@@ -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 { ShellHelpCommandResponseDtoDataEnvelope, ShellHelpListResponseDtoDataEnvelope, ShellParseResponseDtoDataEnvelope, ShellRunRequestDto, ShellRunResponseDtoDataEnvelope } from '../../models';
|
|
9
9
|
export declare const getShellControllerRunUrl: () => 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 { XvfsControllerResolveParams, XvfsControllerWriteParams, XvfsResolvedDtoDataEnvelope, XvfsWriteBodyDto, XvfsWriteResultDtoDataEnvelope } from '../../models';
|
|
9
9
|
export declare const getXvfsControllerResolveUrl: (params: XvfsControllerResolveParams) => 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 { ShellCommandDescriptorDtoOutputSchema } from './shellCommandDescriptorDtoOutputSchema.js';
|
|
9
9
|
export interface ShellCommandDescriptorDto {
|
|
@@ -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
|
* JSON Schema reference for the structured output, when declared. Carried verbatim from the kernel `JsonSchemaRefStub` (`{ "$ref": string }`); the public help endpoint never resolves it. Modelled as a free-form object because a literal `$ref`-keyed property collides with the JSON Reference keyword in the generated OpenAPI schema.
|
|
@@ -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 { ShellCommandDescriptorDto } from './shellCommandDescriptorDto.js';
|
|
9
9
|
export interface ShellHelpCommandResponseDto {
|
|
@@ -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 { ShellHelpCommandResponseDto } from './shellHelpCommandResponseDto.js';
|
|
9
9
|
export interface ShellHelpCommandResponseDtoDataEnvelope {
|
|
@@ -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 { ShellCommandDescriptorDto } from './shellCommandDescriptorDto.js';
|
|
9
9
|
export interface ShellHelpListResponseDto {
|
|
@@ -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 { ShellHelpListResponseDto } from './shellHelpListResponseDto.js';
|
|
9
9
|
export interface ShellHelpListResponseDtoDataEnvelope {
|
|
@@ -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 { ShellParseResponseDtoOptions } from './shellParseResponseDtoOptions.js';
|
|
9
9
|
export interface ShellParseResponseDto {
|
|
@@ -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 { ShellParseResponseDto } from './shellParseResponseDto.js';
|
|
9
9
|
export interface ShellParseResponseDtoDataEnvelope {
|
|
@@ -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 type ShellParseResponseDtoOptions = {
|
|
9
9
|
[key: string]: unknown;
|
|
@@ -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 { ShellRunDenialDtoSuggestionsItem } from './shellRunDenialDtoSuggestionsItem.js';
|
|
9
9
|
import type { ShellRunDenialReasonDto } from './shellRunDenialReasonDto.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
|
export type ShellRunDenialDtoSuggestionsItem = {
|
|
9
9
|
[key: string]: unknown;
|
|
@@ -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
|
export interface ShellRunDenialReasonDto {
|
|
9
9
|
code: string;
|
|
@@ -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 { ShellRunDiagnosticDtoLevel } from './shellRunDiagnosticDtoLevel.js';
|
|
9
9
|
export interface ShellRunDiagnosticDto {
|
|
@@ -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 type ShellRunDiagnosticDtoLevel = typeof ShellRunDiagnosticDtoLevel[keyof typeof ShellRunDiagnosticDtoLevel];
|
|
9
9
|
export declare const ShellRunDiagnosticDtoLevel: {
|
|
@@ -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.ShellRunDiagnosticDtoLevel = 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 { ShellRunRequestDtoOutputMode } from './shellRunRequestDtoOutputMode.js';
|
|
9
9
|
import type { ShellRunRequestDtoStdin } from './shellRunRequestDtoStdin.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
|
* Closed-set output mode. Agent invocations through the `xema-shell:run@1` capability force `json`.
|
|
@@ -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.ShellRunRequestDtoOutputMode = 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
|
* Optional structured stdin for commands that take it.
|
|
@@ -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 { ShellRunDenialDto } from './shellRunDenialDto.js';
|
|
9
9
|
import type { ShellRunDiagnosticDto } from './shellRunDiagnosticDto.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
|
import type { ShellRunResponseDto } from './shellRunResponseDto.js';
|
|
9
9
|
export interface ShellRunResponseDtoDataEnvelope {
|
|
@@ -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
|
* Structured handler output (shape varies per command).
|
|
@@ -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
|
export type ShellRunResponseDtoStatus = typeof ShellRunResponseDtoStatus[keyof typeof ShellRunResponseDtoStatus];
|
|
9
9
|
export declare const ShellRunResponseDtoStatus: {
|
|
@@ -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.ShellRunResponseDtoStatus = 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
|
import type { SpaceKind } from './spaceKind.js';
|
|
9
9
|
export interface SpaceRefDto {
|
|
@@ -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
|
export type XvfsControllerResolveParams = {
|
|
9
9
|
/**
|
|
@@ -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
|
export type XvfsControllerWriteParams = {
|
|
9
9
|
/**
|
|
@@ -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 { SpaceRefDto } from './spaceRefDto.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
|
import type { XvfsResolvedDto } from './xvfsResolvedDto.js';
|
|
9
9
|
export interface XvfsResolvedDtoDataEnvelope {
|
|
@@ -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. Schema is supplied by the owning domain contract package.
|
|
@@ -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 { XvfsWriteBodyDtoPayload } from './xvfsWriteBodyDtoPayload.js';
|
|
9
9
|
export interface XvfsWriteBodyDto {
|
|
@@ -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 to write/upsert at the resolved object ref. Schema is owned by the object-registry-api for the resolved XemaObjectKind.
|
|
@@ -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
|
export interface XvfsWriteResultDto {
|
|
9
9
|
/** Canonical `xema://...` ref that was written. */
|
|
@@ -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 { XvfsWriteResultDto } from './xvfsWriteResultDto.js';
|
|
9
9
|
export interface XvfsWriteResultDtoDataEnvelope {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/xema-shell-api-client",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -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-
|
|
31
|
+
"url": "git+https://github.com/xema-dev/xema-base.git",
|
|
32
32
|
"directory": "packages/clients/xema-shell-api"
|
|
33
33
|
},
|
|
34
34
|
"description": "Generated public API client for the Xema xema-shell-api service.",
|