@xemahq/design-system-builder-api-client 0.1.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.
Files changed (86) hide show
  1. package/LICENSE +1 -0
  2. package/dist/custom-fetch.d.ts +52 -0
  3. package/dist/custom-fetch.js +152 -0
  4. package/dist/endpoints/brainstorming/brainstorming.d.ts +58 -0
  5. package/dist/endpoints/brainstorming/brainstorming.js +173 -0
  6. package/dist/endpoints/design-system-builder/design-system-builder.d.ts +58 -0
  7. package/dist/endpoints/design-system-builder/design-system-builder.js +173 -0
  8. package/dist/endpoints/health/health.d.ts +15 -0
  9. package/dist/endpoints/health/health.js +53 -0
  10. package/dist/index.d.ts +5 -0
  11. package/dist/index.js +27 -0
  12. package/dist/models/brainstormingControllerListParams.d.ts +32 -0
  13. package/dist/models/brainstormingControllerListParams.js +2 -0
  14. package/dist/models/brainstormingKBPushDto.d.ts +20 -0
  15. package/dist/models/brainstormingKBPushDto.js +2 -0
  16. package/dist/models/brainstormingKBPushResponseDto.d.ts +15 -0
  17. package/dist/models/brainstormingKBPushResponseDto.js +9 -0
  18. package/dist/models/brainstormingKbMountsResponseDto.d.ts +16 -0
  19. package/dist/models/brainstormingKbMountsResponseDto.js +2 -0
  20. package/dist/models/brainstormingKbPageMountDto.d.ts +13 -0
  21. package/dist/models/brainstormingKbPageMountDto.js +9 -0
  22. package/dist/models/brainstormingResponseDto.d.ts +48 -0
  23. package/dist/models/brainstormingResponseDto.js +2 -0
  24. package/dist/models/brainstormingResponseDtoAgentSlug.d.ts +14 -0
  25. package/dist/models/brainstormingResponseDtoAgentSlug.js +9 -0
  26. package/dist/models/brainstormingResponseDtoDescription.d.ts +13 -0
  27. package/dist/models/brainstormingResponseDtoDescription.js +9 -0
  28. package/dist/models/brainstormingResponseDtoFailureReason.d.ts +14 -0
  29. package/dist/models/brainstormingResponseDtoFailureReason.js +9 -0
  30. package/dist/models/brainstormingResponseDtoLatestBootstrapJobId.d.ts +14 -0
  31. package/dist/models/brainstormingResponseDtoLatestBootstrapJobId.js +9 -0
  32. package/dist/models/brainstormingResponseDtoSessionId.d.ts +14 -0
  33. package/dist/models/brainstormingResponseDtoSessionId.js +9 -0
  34. package/dist/models/brainstormingStatus.d.ts +13 -0
  35. package/dist/models/brainstormingStatus.js +15 -0
  36. package/dist/models/createBrainstormingDto.d.ts +23 -0
  37. package/dist/models/createBrainstormingDto.js +9 -0
  38. package/dist/models/createDesignSystemBuilderDto.d.ts +23 -0
  39. package/dist/models/createDesignSystemBuilderDto.js +9 -0
  40. package/dist/models/designSystemBuildStatus.d.ts +13 -0
  41. package/dist/models/designSystemBuildStatus.js +15 -0
  42. package/dist/models/designSystemBuilderControllerListParams.d.ts +32 -0
  43. package/dist/models/designSystemBuilderControllerListParams.js +2 -0
  44. package/dist/models/designSystemBuilderKBPushDto.d.ts +20 -0
  45. package/dist/models/designSystemBuilderKBPushDto.js +2 -0
  46. package/dist/models/designSystemBuilderKBPushResponseDto.d.ts +15 -0
  47. package/dist/models/designSystemBuilderKBPushResponseDto.js +9 -0
  48. package/dist/models/designSystemBuilderKbMountsResponseDto.d.ts +16 -0
  49. package/dist/models/designSystemBuilderKbMountsResponseDto.js +2 -0
  50. package/dist/models/designSystemBuilderKbPageMountDto.d.ts +13 -0
  51. package/dist/models/designSystemBuilderKbPageMountDto.js +9 -0
  52. package/dist/models/designSystemBuilderResponseDto.d.ts +48 -0
  53. package/dist/models/designSystemBuilderResponseDto.js +2 -0
  54. package/dist/models/designSystemBuilderResponseDtoAgentSlug.d.ts +14 -0
  55. package/dist/models/designSystemBuilderResponseDtoAgentSlug.js +9 -0
  56. package/dist/models/designSystemBuilderResponseDtoDescription.d.ts +13 -0
  57. package/dist/models/designSystemBuilderResponseDtoDescription.js +9 -0
  58. package/dist/models/designSystemBuilderResponseDtoFailureReason.d.ts +14 -0
  59. package/dist/models/designSystemBuilderResponseDtoFailureReason.js +9 -0
  60. package/dist/models/designSystemBuilderResponseDtoLatestBootstrapJobId.d.ts +14 -0
  61. package/dist/models/designSystemBuilderResponseDtoLatestBootstrapJobId.js +9 -0
  62. package/dist/models/designSystemBuilderResponseDtoSessionId.d.ts +14 -0
  63. package/dist/models/designSystemBuilderResponseDtoSessionId.js +9 -0
  64. package/dist/models/index.d.ts +36 -0
  65. package/dist/models/index.js +53 -0
  66. package/dist/models/kBPushEntryDto.d.ts +14 -0
  67. package/dist/models/kBPushEntryDto.js +2 -0
  68. package/dist/models/kBPushEntryDtoType.d.ts +15 -0
  69. package/dist/models/kBPushEntryDtoType.js +14 -0
  70. package/dist/models/launchPipelineDto.d.ts +13 -0
  71. package/dist/models/launchPipelineDto.js +9 -0
  72. package/dist/models/launchPipelineResponseDto.d.ts +15 -0
  73. package/dist/models/launchPipelineResponseDto.js +9 -0
  74. package/dist/models/updateBrainstormingDto.d.ts +21 -0
  75. package/dist/models/updateBrainstormingDto.js +2 -0
  76. package/dist/models/updateBrainstormingDtoDescription.d.ts +14 -0
  77. package/dist/models/updateBrainstormingDtoDescription.js +9 -0
  78. package/dist/models/updateBrainstormingKbMountsDto.d.ts +14 -0
  79. package/dist/models/updateBrainstormingKbMountsDto.js +2 -0
  80. package/dist/models/updateDesignSystemBuilderDto.d.ts +21 -0
  81. package/dist/models/updateDesignSystemBuilderDto.js +2 -0
  82. package/dist/models/updateDesignSystemBuilderDtoDescription.d.ts +14 -0
  83. package/dist/models/updateDesignSystemBuilderDtoDescription.js +9 -0
  84. package/dist/models/updateDesignSystemBuilderKbMountsDto.d.ts +14 -0
  85. package/dist/models/updateDesignSystemBuilderKbMountsDto.js +2 -0
  86. package/package.json +18 -0
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ export interface CreateDesignSystemBuilderDto {
9
+ /**
10
+ * @minLength 1
11
+ * @maxLength 200
12
+ */
13
+ title: string;
14
+ /** @maxLength 4000 */
15
+ description?: string;
16
+ /** Initial tags for list-page filtering. */
17
+ tags?: string[];
18
+ /**
19
+ * Primary-agent slug to drive the design system build session. Must belong to the `design-system-builder` biome — the override is rejected with 400 otherwise. Omit to fall back to the design-system-builder profile default.
20
+ * @maxLength 200
21
+ */
22
+ agentSlug?: string;
23
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ export type DesignSystemBuildStatus = typeof DesignSystemBuildStatus[keyof typeof DesignSystemBuildStatus];
9
+ export declare const DesignSystemBuildStatus: {
10
+ readonly creating: "creating";
11
+ readonly active: "active";
12
+ readonly archived: "archived";
13
+ };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.DesignSystemBuildStatus = void 0;
11
+ exports.DesignSystemBuildStatus = {
12
+ creating: 'creating',
13
+ active: 'active',
14
+ archived: 'archived',
15
+ };
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ import type { DesignSystemBuildStatus } from './designSystemBuildStatus';
9
+ export type DesignSystemBuilderControllerListParams = {
10
+ status?: DesignSystemBuildStatus;
11
+ /**
12
+ * Include archived design system builds in results. Defaults to false so the main list endpoint hides terminated rows at the DB level. Ignored when `status` is provided explicitly — that filter wins.
13
+ */
14
+ includeArchived?: boolean;
15
+ /**
16
+ * Filter by tag (exact match).
17
+ */
18
+ tag?: string;
19
+ /**
20
+ * Filter by creator user id.
21
+ */
22
+ createdBy?: string;
23
+ /**
24
+ * @minimum 1
25
+ */
26
+ page?: number;
27
+ /**
28
+ * @minimum 1
29
+ * @maximum 100
30
+ */
31
+ limit?: number;
32
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ import type { KBPushEntryDto } from './kBPushEntryDto';
9
+ export interface DesignSystemBuilderKBPushDto {
10
+ /** Target space slug. The space must exist or createSpace must be true. */
11
+ spaceSlug: string;
12
+ /** Human-readable title to use when creating the space. Required when createSpace=true and the space does not yet exist. */
13
+ spaceTitle?: string;
14
+ /** Create the space if it does not exist. */
15
+ createSpace?: boolean;
16
+ /** Slug of an existing KB page to use as the parent for pushed pages. When omitted, pages are created at the root of the space. */
17
+ targetParentSlug?: string;
18
+ /** Files and directories from the design system build session workspace to push. */
19
+ entries: KBPushEntryDto[];
20
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ export interface DesignSystemBuilderKBPushResponseDto {
9
+ /** Space slug where pages were created. */
10
+ spaceSlug: string;
11
+ /** Total number of KB pages created. */
12
+ pagesCreated: number;
13
+ /** IDs of the created KB pages. */
14
+ pageIds: string[];
15
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ import type { DesignSystemBuilderKbPageMountDto } from './designSystemBuilderKbPageMountDto';
9
+ export interface DesignSystemBuilderKbMountsResponseDto {
10
+ /** Design System Build ID the selection belongs to. */
11
+ designSystemBuildId: string;
12
+ /** Underlying interactive session ID. */
13
+ sessionId: string;
14
+ spaceIds: string[];
15
+ pageMounts: DesignSystemBuilderKbPageMountDto[];
16
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ export interface DesignSystemBuilderKbPageMountDto {
9
+ /** ID of the KB space the selected pages belong to. */
10
+ spaceId: string;
11
+ /** Slugs of the pages within the space to mount. Each page is materialized as `references/kb/<spaceId>/<pageSlug>.md` in the design system build session's workspace. */
12
+ pageSlugs: string[];
13
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ import type { DesignSystemBuilderResponseDtoAgentSlug } from './designSystemBuilderResponseDtoAgentSlug';
9
+ import type { DesignSystemBuilderResponseDtoDescription } from './designSystemBuilderResponseDtoDescription';
10
+ import type { DesignSystemBuilderResponseDtoFailureReason } from './designSystemBuilderResponseDtoFailureReason';
11
+ import type { DesignSystemBuilderResponseDtoLatestBootstrapJobId } from './designSystemBuilderResponseDtoLatestBootstrapJobId';
12
+ import type { DesignSystemBuilderResponseDtoSessionId } from './designSystemBuilderResponseDtoSessionId';
13
+ import type { DesignSystemBuildStatus } from './designSystemBuildStatus';
14
+ export interface DesignSystemBuilderResponseDto {
15
+ id: string;
16
+ orgId: string;
17
+ projectId: string;
18
+ title: string;
19
+ /** @nullable */
20
+ description?: DesignSystemBuilderResponseDtoDescription;
21
+ status: DesignSystemBuildStatus;
22
+ /**
23
+ * Active agent-session id. Null during CREATING, or after a restart while the fresh session is provisioning.
24
+ * @nullable
25
+ */
26
+ sessionId?: DesignSystemBuilderResponseDtoSessionId;
27
+ /** Audit of sessions superseded by /restart. */
28
+ previousSessionIds: string[];
29
+ /**
30
+ * Most recent bootstrap job id launched from this design system build. The frontend uses this to navigate into the clarification chat; the pipeline run itself is created later, after the clarification contract is approved.
31
+ * @nullable
32
+ */
33
+ latestBootstrapJobId?: DesignSystemBuilderResponseDtoLatestBootstrapJobId;
34
+ /**
35
+ * Human-readable error when create or archive failed. Null on healthy rows.
36
+ * @nullable
37
+ */
38
+ failureReason?: DesignSystemBuilderResponseDtoFailureReason;
39
+ /**
40
+ * Primary-agent slug currently bound to the underlying session. Null = follow the design-system-builder profile default. Populated when the user picked a non-default agent at create time OR mutated mid-session via PATCH /sessions/:id/agent.
41
+ * @nullable
42
+ */
43
+ agentSlug?: DesignSystemBuilderResponseDtoAgentSlug;
44
+ tags: string[];
45
+ createdBy: string;
46
+ createdAt: string;
47
+ updatedAt: string;
48
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ /**
9
+ * Primary-agent slug currently bound to the underlying session. Null = follow the design-system-builder profile default. Populated when the user picked a non-default agent at create time OR mutated mid-session via PATCH /sessions/:id/agent.
10
+ * @nullable
11
+ */
12
+ export type DesignSystemBuilderResponseDtoAgentSlug = {
13
+ [key: string]: unknown;
14
+ } | null;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ /**
9
+ * @nullable
10
+ */
11
+ export type DesignSystemBuilderResponseDtoDescription = {
12
+ [key: string]: unknown;
13
+ } | null;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ /**
9
+ * Human-readable error when create or archive failed. Null on healthy rows.
10
+ * @nullable
11
+ */
12
+ export type DesignSystemBuilderResponseDtoFailureReason = {
13
+ [key: string]: unknown;
14
+ } | null;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ /**
9
+ * Most recent bootstrap job id launched from this design system build. The frontend uses this to navigate into the clarification chat; the pipeline run itself is created later, after the clarification contract is approved.
10
+ * @nullable
11
+ */
12
+ export type DesignSystemBuilderResponseDtoLatestBootstrapJobId = {
13
+ [key: string]: unknown;
14
+ } | null;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ /**
9
+ * Active agent-session id. Null during CREATING, or after a restart while the fresh session is provisioning.
10
+ * @nullable
11
+ */
12
+ export type DesignSystemBuilderResponseDtoSessionId = {
13
+ [key: string]: unknown;
14
+ } | null;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,36 @@
1
+ export * from './brainstormingControllerListParams';
2
+ export * from './brainstormingKBPushDto';
3
+ export * from './brainstormingKBPushResponseDto';
4
+ export * from './brainstormingKbMountsResponseDto';
5
+ export * from './brainstormingKbPageMountDto';
6
+ export * from './brainstormingResponseDto';
7
+ export * from './brainstormingResponseDtoAgentSlug';
8
+ export * from './brainstormingResponseDtoDescription';
9
+ export * from './brainstormingResponseDtoFailureReason';
10
+ export * from './brainstormingResponseDtoLatestBootstrapJobId';
11
+ export * from './brainstormingResponseDtoSessionId';
12
+ export * from './brainstormingStatus';
13
+ export * from './createBrainstormingDto';
14
+ export * from './createDesignSystemBuilderDto';
15
+ export * from './designSystemBuildStatus';
16
+ export * from './designSystemBuilderControllerListParams';
17
+ export * from './designSystemBuilderKBPushDto';
18
+ export * from './designSystemBuilderKBPushResponseDto';
19
+ export * from './designSystemBuilderKbMountsResponseDto';
20
+ export * from './designSystemBuilderKbPageMountDto';
21
+ export * from './designSystemBuilderResponseDto';
22
+ export * from './designSystemBuilderResponseDtoAgentSlug';
23
+ export * from './designSystemBuilderResponseDtoDescription';
24
+ export * from './designSystemBuilderResponseDtoFailureReason';
25
+ export * from './designSystemBuilderResponseDtoLatestBootstrapJobId';
26
+ export * from './designSystemBuilderResponseDtoSessionId';
27
+ export * from './kBPushEntryDto';
28
+ export * from './kBPushEntryDtoType';
29
+ export * from './launchPipelineDto';
30
+ export * from './launchPipelineResponseDto';
31
+ export * from './updateBrainstormingDto';
32
+ export * from './updateBrainstormingDtoDescription';
33
+ export * from './updateBrainstormingKbMountsDto';
34
+ export * from './updateDesignSystemBuilderDto';
35
+ export * from './updateDesignSystemBuilderDtoDescription';
36
+ export * from './updateDesignSystemBuilderKbMountsDto';
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ // Auto-generated by tooling/codegen/regenerate-models-barrel.js — do not edit manually.
18
+ __exportStar(require("./brainstormingControllerListParams"), exports);
19
+ __exportStar(require("./brainstormingKBPushDto"), exports);
20
+ __exportStar(require("./brainstormingKBPushResponseDto"), exports);
21
+ __exportStar(require("./brainstormingKbMountsResponseDto"), exports);
22
+ __exportStar(require("./brainstormingKbPageMountDto"), exports);
23
+ __exportStar(require("./brainstormingResponseDto"), exports);
24
+ __exportStar(require("./brainstormingResponseDtoAgentSlug"), exports);
25
+ __exportStar(require("./brainstormingResponseDtoDescription"), exports);
26
+ __exportStar(require("./brainstormingResponseDtoFailureReason"), exports);
27
+ __exportStar(require("./brainstormingResponseDtoLatestBootstrapJobId"), exports);
28
+ __exportStar(require("./brainstormingResponseDtoSessionId"), exports);
29
+ __exportStar(require("./brainstormingStatus"), exports);
30
+ __exportStar(require("./createBrainstormingDto"), exports);
31
+ __exportStar(require("./createDesignSystemBuilderDto"), exports);
32
+ __exportStar(require("./designSystemBuildStatus"), exports);
33
+ __exportStar(require("./designSystemBuilderControllerListParams"), exports);
34
+ __exportStar(require("./designSystemBuilderKBPushDto"), exports);
35
+ __exportStar(require("./designSystemBuilderKBPushResponseDto"), exports);
36
+ __exportStar(require("./designSystemBuilderKbMountsResponseDto"), exports);
37
+ __exportStar(require("./designSystemBuilderKbPageMountDto"), exports);
38
+ __exportStar(require("./designSystemBuilderResponseDto"), exports);
39
+ __exportStar(require("./designSystemBuilderResponseDtoAgentSlug"), exports);
40
+ __exportStar(require("./designSystemBuilderResponseDtoDescription"), exports);
41
+ __exportStar(require("./designSystemBuilderResponseDtoFailureReason"), exports);
42
+ __exportStar(require("./designSystemBuilderResponseDtoLatestBootstrapJobId"), exports);
43
+ __exportStar(require("./designSystemBuilderResponseDtoSessionId"), exports);
44
+ __exportStar(require("./kBPushEntryDto"), exports);
45
+ __exportStar(require("./kBPushEntryDtoType"), exports);
46
+ __exportStar(require("./launchPipelineDto"), exports);
47
+ __exportStar(require("./launchPipelineResponseDto"), exports);
48
+ __exportStar(require("./updateBrainstormingDto"), exports);
49
+ __exportStar(require("./updateBrainstormingDtoDescription"), exports);
50
+ __exportStar(require("./updateBrainstormingKbMountsDto"), exports);
51
+ __exportStar(require("./updateDesignSystemBuilderDto"), exports);
52
+ __exportStar(require("./updateDesignSystemBuilderDtoDescription"), exports);
53
+ __exportStar(require("./updateDesignSystemBuilderKbMountsDto"), exports);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ import type { KBPushEntryDtoType } from './kBPushEntryDtoType';
9
+ export interface KBPushEntryDto {
10
+ /** Workspace-relative file or directory path. */
11
+ path: string;
12
+ /** Whether the path is a file or a directory. */
13
+ type: KBPushEntryDtoType;
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ /**
9
+ * Whether the path is a file or a directory.
10
+ */
11
+ export type KBPushEntryDtoType = typeof KBPushEntryDtoType[keyof typeof KBPushEntryDtoType];
12
+ export declare const KBPushEntryDtoType: {
13
+ readonly file: "file";
14
+ readonly directory: "directory";
15
+ };
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KBPushEntryDtoType = void 0;
11
+ exports.KBPushEntryDtoType = {
12
+ file: 'file',
13
+ directory: 'directory',
14
+ };
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ export interface LaunchPipelineDto {
9
+ /** User-selected deliverable paths (scoped to `deliverables/**` in the session workspace). At least one path is required — the launch modal should disable the submit button otherwise. */
10
+ outputPaths: string[];
11
+ /** Final pipeline brief — the user-edited contents of `deliverables/PIPELINE_INTENT.md` at launch time. Frozen server-side; later session edits do not retroactively modify this handoff. */
12
+ intentMarkdown: string;
13
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ export interface LaunchPipelineResponseDto {
9
+ /** Workflow-engine run ID created by the launch. The frontend uses this to navigate directly to the pipeline run detail page. */
10
+ jobId: string;
11
+ /** Workflow-engine run ID echoed as threadId for reconciliation. Clients should key off `jobId`. */
12
+ threadId: string;
13
+ /** Workflow slug used for this run. The frontend uses this to build the pipeline run URL without hardcoding the slug. */
14
+ workflowSlug: string;
15
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ import type { UpdateBrainstormingDtoDescription } from './updateBrainstormingDtoDescription';
9
+ export interface UpdateBrainstormingDto {
10
+ /**
11
+ * New title for the brainstorming session
12
+ * @minLength 1
13
+ * @maxLength 255
14
+ */
15
+ title?: string;
16
+ /**
17
+ * Updated description for the brainstorming session
18
+ * @nullable
19
+ */
20
+ description?: UpdateBrainstormingDtoDescription;
21
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.6.2 🍺
3
+ * Do not edit manually.
4
+ * Brainstorming API
5
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
6
+ * OpenAPI spec version: 0.1.0
7
+ */
8
+ /**
9
+ * Updated description for the brainstorming session
10
+ * @nullable
11
+ */
12
+ export type UpdateBrainstormingDtoDescription = {
13
+ [key: string]: unknown;
14
+ } | null;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.6.2 🍺
4
+ * Do not edit manually.
5
+ * Brainstorming API
6
+ * Brainstorming exploration, chat, widgets, attachments, and promotion to pipeline
7
+ * OpenAPI spec version: 0.1.0
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });