@xemahq/xema-shell-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.
Files changed (53) hide show
  1. package/LICENSE +2 -1
  2. package/dist/endpoints/shell/shell.d.ts +2 -4
  3. package/dist/endpoints/xvfs/xvfs.d.ts +2 -4
  4. package/dist/models/shellCommandDescriptorDto.d.ts +2 -4
  5. package/dist/models/shellCommandDescriptorDtoOutputSchema.d.ts +2 -4
  6. package/dist/models/shellCommandDescriptorDtoOutputSchema.js +2 -4
  7. package/dist/models/shellHelpCommandResponseDto.d.ts +2 -4
  8. package/dist/models/shellHelpCommandResponseDtoDataEnvelope.d.ts +2 -4
  9. package/dist/models/shellHelpListResponseDto.d.ts +2 -4
  10. package/dist/models/shellHelpListResponseDtoDataEnvelope.d.ts +2 -4
  11. package/dist/models/shellParseResponseDto.d.ts +2 -4
  12. package/dist/models/shellParseResponseDtoDataEnvelope.d.ts +2 -4
  13. package/dist/models/shellParseResponseDtoOptions.d.ts +2 -4
  14. package/dist/models/shellParseResponseDtoOptions.js +2 -4
  15. package/dist/models/shellRunDenialDto.d.ts +2 -4
  16. package/dist/models/shellRunDenialDtoSuggestionsItem.d.ts +2 -4
  17. package/dist/models/shellRunDenialDtoSuggestionsItem.js +2 -4
  18. package/dist/models/shellRunDenialReasonDto.d.ts +2 -4
  19. package/dist/models/shellRunDenialReasonDto.js +2 -4
  20. package/dist/models/shellRunDiagnosticDto.d.ts +2 -4
  21. package/dist/models/shellRunDiagnosticDtoLevel.d.ts +2 -4
  22. package/dist/models/shellRunDiagnosticDtoLevel.js +2 -4
  23. package/dist/models/shellRunRequestDto.d.ts +2 -4
  24. package/dist/models/shellRunRequestDtoOutputMode.d.ts +2 -4
  25. package/dist/models/shellRunRequestDtoOutputMode.js +2 -4
  26. package/dist/models/shellRunRequestDtoStdin.d.ts +2 -4
  27. package/dist/models/shellRunRequestDtoStdin.js +2 -4
  28. package/dist/models/shellRunResponseDto.d.ts +2 -4
  29. package/dist/models/shellRunResponseDtoDataEnvelope.d.ts +2 -4
  30. package/dist/models/shellRunResponseDtoResult.d.ts +2 -4
  31. package/dist/models/shellRunResponseDtoResult.js +2 -4
  32. package/dist/models/shellRunResponseDtoStatus.d.ts +2 -4
  33. package/dist/models/shellRunResponseDtoStatus.js +2 -4
  34. package/dist/models/spaceKind.d.ts +2 -4
  35. package/dist/models/spaceKind.js +2 -4
  36. package/dist/models/spaceRefDto.d.ts +2 -4
  37. package/dist/models/xemaObjectKind.d.ts +2 -4
  38. package/dist/models/xemaObjectKind.js +2 -4
  39. package/dist/models/xvfsControllerResolveParams.d.ts +2 -4
  40. package/dist/models/xvfsControllerResolveParams.js +2 -4
  41. package/dist/models/xvfsControllerWriteParams.d.ts +2 -4
  42. package/dist/models/xvfsControllerWriteParams.js +2 -4
  43. package/dist/models/xvfsResolvedDto.d.ts +2 -4
  44. package/dist/models/xvfsResolvedDtoDataEnvelope.d.ts +2 -4
  45. package/dist/models/xvfsResolvedDtoPayload.d.ts +2 -4
  46. package/dist/models/xvfsResolvedDtoPayload.js +2 -4
  47. package/dist/models/xvfsWriteBodyDto.d.ts +2 -4
  48. package/dist/models/xvfsWriteBodyDtoPayload.d.ts +2 -4
  49. package/dist/models/xvfsWriteBodyDtoPayload.js +2 -4
  50. package/dist/models/xvfsWriteResultDto.d.ts +2 -4
  51. package/dist/models/xvfsWriteResultDto.js +2 -4
  52. package/dist/models/xvfsWriteResultDtoDataEnvelope.d.ts +2 -4
  53. package/package.json +3 -3
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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellHelpCommandResponseDtoDataEnvelope, ShellHelpListResponseDtoDataEnvelope, ShellParseResponseDtoDataEnvelope, ShellRunRequestDto, ShellRunResponseDtoDataEnvelope } from '../../models';
9
7
  export declare const getShellControllerRunUrl: () => string;
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { XvfsControllerResolveParams, XvfsControllerWriteParams, XvfsResolvedDtoDataEnvelope, XvfsWriteBodyDto, XvfsWriteResultDtoDataEnvelope } from '../../models';
9
7
  export declare const getXvfsControllerResolveUrl: (params: XvfsControllerResolveParams) => string;
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellCommandDescriptorDtoOutputSchema } from './shellCommandDescriptorDtoOutputSchema.js';
9
7
  export interface ShellCommandDescriptorDto {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  /**
9
7
  * 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.
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellCommandDescriptorDto } from './shellCommandDescriptorDto.js';
9
7
  export interface ShellHelpCommandResponseDto {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellHelpCommandResponseDto } from './shellHelpCommandResponseDto.js';
9
7
  export interface ShellHelpCommandResponseDtoDataEnvelope {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellCommandDescriptorDto } from './shellCommandDescriptorDto.js';
9
7
  export interface ShellHelpListResponseDto {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellHelpListResponseDto } from './shellHelpListResponseDto.js';
9
7
  export interface ShellHelpListResponseDtoDataEnvelope {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellParseResponseDtoOptions } from './shellParseResponseDtoOptions.js';
9
7
  export interface ShellParseResponseDto {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellParseResponseDto } from './shellParseResponseDto.js';
9
7
  export interface ShellParseResponseDtoDataEnvelope {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  export type ShellParseResponseDtoOptions = {
9
7
  [key: string]: unknown;
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellRunDenialDtoSuggestionsItem } from './shellRunDenialDtoSuggestionsItem.js';
9
7
  import type { ShellRunDenialReasonDto } from './shellRunDenialReasonDto.js';
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  export type ShellRunDenialDtoSuggestionsItem = {
9
7
  [key: string]: unknown;
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  export interface ShellRunDenialReasonDto {
9
7
  code: string;
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellRunDiagnosticDtoLevel } from './shellRunDiagnosticDtoLevel.js';
9
7
  export interface ShellRunDiagnosticDto {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  export type ShellRunDiagnosticDtoLevel = typeof ShellRunDiagnosticDtoLevel[keyof typeof ShellRunDiagnosticDtoLevel];
9
7
  export declare const ShellRunDiagnosticDtoLevel: {
@@ -1,10 +1,8 @@
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
  * Xema Shell API
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.0
5
+ * OpenAPI spec version: 0.1.1
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
10
8
  exports.ShellRunDiagnosticDtoLevel = void 0;
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellRunRequestDtoOutputMode } from './shellRunRequestDtoOutputMode.js';
9
7
  import type { ShellRunRequestDtoStdin } from './shellRunRequestDtoStdin.js';
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  /**
9
7
  * Closed-set output mode. Agent invocations through the `xema-shell:run@1` capability force `json`.
@@ -1,10 +1,8 @@
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
  * Xema Shell API
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.0
5
+ * OpenAPI spec version: 0.1.1
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
10
8
  exports.ShellRunRequestDtoOutputMode = void 0;
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  /**
9
7
  * Optional structured stdin for commands that take it.
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellRunDenialDto } from './shellRunDenialDto.js';
9
7
  import type { ShellRunDiagnosticDto } from './shellRunDiagnosticDto.js';
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { ShellRunResponseDto } from './shellRunResponseDto.js';
9
7
  export interface ShellRunResponseDtoDataEnvelope {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  /**
9
7
  * Structured handler output (shape varies per command).
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  export type ShellRunResponseDtoStatus = typeof ShellRunResponseDtoStatus[keyof typeof ShellRunResponseDtoStatus];
9
7
  export declare const ShellRunResponseDtoStatus: {
@@ -1,10 +1,8 @@
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
  * Xema Shell API
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.0
5
+ * OpenAPI spec version: 0.1.1
8
6
  */
9
7
  Object.defineProperty(exports, "__esModule", { value: true });
10
8
  exports.ShellRunResponseDtoStatus = void 0;
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  /**
9
7
  * Ownership tier (system | org | project | app | session | biome | user).
@@ -1,10 +1,8 @@
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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { SpaceKind } from './spaceKind.js';
9
7
  export interface SpaceRefDto {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.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 orval v8.16.0 🍺
4
- * Do not edit manually.
3
+ * Generated by @xemahq/api-client-generator — do not edit manually.
5
4
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  export type XvfsControllerResolveParams = {
9
7
  /**
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  export type XvfsControllerWriteParams = {
9
7
  /**
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { SpaceRefDto } from './spaceRefDto.js';
9
7
  import type { XemaObjectKind } from './xemaObjectKind.js';
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { XvfsResolvedDto } from './xvfsResolvedDto.js';
9
7
  export interface XvfsResolvedDtoDataEnvelope {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  /**
9
7
  * Kind-specific payload. Schema is supplied by the owning domain contract package.
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { XvfsWriteBodyDtoPayload } from './xvfsWriteBodyDtoPayload.js';
9
7
  export interface XvfsWriteBodyDto {
@@ -1,9 +1,7 @@
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
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  /**
9
7
  * Kind-specific payload to write/upsert at the resolved object ref. Schema is owned by the object-registry-api for the resolved XemaObjectKind.
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  export interface XvfsWriteResultDto {
9
7
  /** Canonical `xema://...` ref that was written. */
@@ -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
  * Xema Shell API
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.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 orval v8.16.0 🍺
3
- * Do not edit manually.
2
+ * Generated by @xemahq/api-client-generator — do not edit manually.
4
3
  * Xema Shell API
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.0
4
+ * OpenAPI spec version: 0.1.1
7
5
  */
8
6
  import type { XvfsWriteResultDto } from './xvfsWriteResultDto.js';
9
7
  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.0",
3
+ "version": "0.2.2",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -19,7 +19,7 @@
19
19
  "service": "xema-shell-api",
20
20
  "biome": "xema-shell",
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.public.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/xema-shell-api"
33
33
  },
34
34
  "description": "Generated public API client for the Xema xema-shell-api service.",