@xemahq/webapp-studio-api-client 0.1.1 → 0.2.0
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 +36 -1
- package/README.md +62 -0
- package/dist/endpoints/app-databases/app-databases.d.ts +11 -11
- package/dist/endpoints/app-databases/app-databases.js +12 -12
- package/dist/endpoints/studio/studio.d.ts +36 -21
- package/dist/endpoints/studio/studio.js +74 -28
- package/dist/index.d.ts +0 -2
- package/dist/index.js +1 -3
- package/dist/models/appDbResponseDto.d.ts +5 -5
- package/dist/models/appDbsResponseDto.d.ts +3 -3
- package/dist/models/appDbsResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/appTargetDto.d.ts +3 -3
- package/dist/models/biomeLifecycle.d.ts +20 -0
- package/dist/models/biomeLifecycle.js +19 -0
- package/dist/models/buildStatusResponseDto.d.ts +16 -0
- package/dist/models/buildStatusResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/buildStatusResponseDtoDataEnvelope.js +2 -0
- package/dist/models/createStudioDto.d.ts +5 -5
- package/dist/models/detectFrameworksDto.d.ts +2 -2
- package/dist/models/detectFrameworksDto.js +2 -2
- package/dist/models/detectFrameworksResponseDto.d.ts +5 -5
- package/dist/models/detectFrameworksResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/detectFrameworksResponseDtoDataEnvelope.js +2 -0
- package/dist/models/detectFrameworksResponseDtoInaccessibleReason.d.ts +2 -2
- package/dist/models/detectFrameworksResponseDtoInaccessibleReason.js +2 -2
- package/dist/models/index.d.ts +19 -6
- package/dist/models/index.js +19 -6
- package/dist/models/migrateAppDbDto.d.ts +2 -2
- package/dist/models/migrateAppDbDto.js +2 -2
- package/dist/models/migrateAppDbResponseDto.d.ts +3 -3
- package/dist/models/migrateAppDbResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/migrateAppDbResponseDtoDataEnvelope.js +2 -0
- package/dist/models/migrationRunnerKind.d.ts +2 -2
- package/dist/models/migrationRunnerKind.js +2 -2
- package/dist/models/openPrResponseDto.d.ts +2 -2
- package/dist/models/openPrResponseDto.js +2 -2
- package/dist/models/openPrResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/openPrResponseDtoDataEnvelope.js +2 -0
- package/dist/models/orgDatabasePurpose.d.ts +2 -2
- package/dist/models/orgDatabasePurpose.js +2 -2
- package/dist/models/orgDatabaseStatus.d.ts +2 -2
- package/dist/models/orgDatabaseStatus.js +2 -2
- package/dist/models/paginationMeta.d.ts +18 -0
- package/dist/models/{internalBiomeCleanupRequestDto.js → paginationMeta.js} +2 -2
- package/dist/models/patchStudioAppsDto.d.ts +3 -3
- package/dist/models/projectKitAuthInputDto.d.ts +2 -2
- package/dist/models/projectKitAuthInputDto.js +2 -2
- package/dist/models/projectKitBindingDto.d.ts +6 -6
- package/dist/models/projectKitBindingKind.d.ts +2 -2
- package/dist/models/projectKitBindingKind.js +2 -2
- package/dist/models/projectKitKind.d.ts +2 -2
- package/dist/models/projectKitKind.js +2 -2
- package/dist/models/projectKitPurpose.d.ts +2 -2
- package/dist/models/projectKitPurpose.js +2 -2
- package/dist/models/projectKitSourceInputDto.d.ts +4 -4
- package/dist/models/projectKitSourceKind.d.ts +2 -2
- package/dist/models/projectKitSourceKind.js +2 -2
- package/dist/models/promoteToProdDto.d.ts +2 -2
- package/dist/models/promoteToProdDto.js +2 -2
- package/dist/models/promoteToProdResponseDto.d.ts +7 -3
- package/dist/models/promoteToProdResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/promoteToProdResponseDtoDataEnvelope.js +2 -0
- package/dist/models/publishToXemaDto.d.ts +24 -0
- package/dist/models/publishToXemaDto.js +2 -0
- package/dist/models/publishToXemaDtoManifestSnapshot.d.ts +13 -0
- package/dist/models/{internalBiomeCleanupResponseDto.js → publishToXemaDtoManifestSnapshot.js} +2 -2
- package/dist/models/publishToXemaResponseDto.d.ts +22 -0
- package/dist/models/publishToXemaResponseDto.js +2 -0
- package/dist/models/publishToXemaResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/publishToXemaResponseDtoDataEnvelope.js +2 -0
- package/dist/models/startPublishResponseDto.d.ts +14 -0
- package/dist/models/startPublishResponseDto.js +2 -0
- package/dist/models/startPublishResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/startPublishResponseDtoDataEnvelope.js +2 -0
- package/dist/models/studioControllerListParams.d.ts +3 -3
- package/dist/models/studioResponseDto.d.ts +17 -11
- package/dist/models/studioResponseDtoAgentSlug.d.ts +3 -3
- package/dist/models/studioResponseDtoAgentSlug.js +2 -2
- package/dist/models/studioResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/studioResponseDtoDataEnvelope.js +2 -0
- package/dist/models/studioResponseDtoDescription.d.ts +2 -2
- package/dist/models/studioResponseDtoDescription.js +2 -2
- package/dist/models/studioResponseDtoFailureReason.d.ts +2 -2
- package/dist/models/studioResponseDtoFailureReason.js +2 -2
- package/dist/models/studioResponseDtoLatestPrUrl.d.ts +2 -2
- package/dist/models/studioResponseDtoLatestPrUrl.js +2 -2
- package/dist/models/studioResponseDtoPaginatedEnvelope.d.ts +13 -0
- package/dist/models/studioResponseDtoPaginatedEnvelope.js +2 -0
- package/dist/models/studioResponseDtoSessionId.d.ts +2 -2
- package/dist/models/studioResponseDtoSessionId.js +2 -2
- package/dist/models/studioResponseDtoSessionStatus.d.ts +14 -0
- package/dist/models/studioResponseDtoSessionStatus.js +9 -0
- package/dist/models/updateStudioDto.d.ts +2 -2
- package/dist/models/updateStudioDto.js +2 -2
- package/dist/models/webRemoteBuildStatus.d.ts +16 -0
- package/dist/models/webRemoteBuildStatus.js +15 -0
- package/dist/models/webappDetectState.d.ts +2 -2
- package/dist/models/webappDetectState.js +2 -2
- package/dist/models/webappKind.d.ts +2 -2
- package/dist/models/webappKind.js +2 -2
- package/dist/models/webappStudioStatus.d.ts +2 -2
- package/dist/models/webappStudioStatus.js +2 -2
- package/package.json +12 -2
- package/dist/endpoints/health/health.d.ts +0 -15
- package/dist/endpoints/health/health.js +0 -53
- package/dist/endpoints/internal/internal.d.ts +0 -30
- package/dist/endpoints/internal/internal.js +0 -68
- package/dist/models/internalBiomeCleanupRequestDto.d.ts +0 -25
- package/dist/models/internalBiomeCleanupResponseDto.d.ts +0 -11
- package/dist/models/studioProvisioningFailRequestDto.d.ts +0 -18
- package/dist/models/studioProvisioningFailRequestDtoActorType.d.ts +0 -16
- package/dist/models/studioProvisioningFailRequestDtoActorType.js +0 -15
- package/dist/models/studioProvisioningStepRequestDto.d.ts +0 -16
- package/dist/models/studioProvisioningStepRequestDtoActorType.d.ts +0 -16
- package/dist/models/studioProvisioningStepRequestDtoActorType.js +0 -15
- /package/dist/models/{studioProvisioningFailRequestDto.js → appDbsResponseDtoDataEnvelope.js} +0 -0
- /package/dist/models/{studioProvisioningStepRequestDto.js → buildStatusResponseDto.js} +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webapp Studio API
|
|
5
|
+
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
|
+
*/
|
|
8
|
+
import type { WebRemoteBuildStatus } from './webRemoteBuildStatus.js';
|
|
9
|
+
export interface BuildStatusResponseDto {
|
|
10
|
+
/** The build-run id being polled (echoed back). */
|
|
11
|
+
buildRunId: string;
|
|
12
|
+
/** Current build lifecycle: `building` (keep polling), `built` (call the submit endpoint), or `failed` (stop; see `failureReason`). */
|
|
13
|
+
status: WebRemoteBuildStatus;
|
|
14
|
+
/** Human-readable reason set only when `status` is `failed` (e.g. the terminal Temporal status, or "not known to Temporal"). */
|
|
15
|
+
failureReason?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webapp Studio API
|
|
5
|
+
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
|
+
*/
|
|
8
|
+
import type { BuildStatusResponseDto } from './buildStatusResponseDto.js';
|
|
9
|
+
export interface BuildStatusResponseDtoDataEnvelope {
|
|
10
|
+
data: BuildStatusResponseDto;
|
|
11
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
|
-
import type { AppTargetDto } from './appTargetDto';
|
|
9
|
-
import type { ProjectKitBindingDto } from './projectKitBindingDto';
|
|
8
|
+
import type { AppTargetDto } from './appTargetDto.js';
|
|
9
|
+
import type { ProjectKitBindingDto } from './projectKitBindingDto.js';
|
|
10
10
|
export interface CreateStudioDto {
|
|
11
11
|
/**
|
|
12
12
|
* @minLength 1
|
|
@@ -29,7 +29,7 @@ export interface CreateStudioDto {
|
|
|
29
29
|
*/
|
|
30
30
|
projectKits?: ProjectKitBindingDto[];
|
|
31
31
|
/**
|
|
32
|
-
* Primary-agent slug to drive the studio session. Must belong to the `webapp-studio` biome — the override is rejected with 400 otherwise. Omit to fall back to the workspace manifest default (`webapp-
|
|
32
|
+
* Primary-agent (Agent composition) slug to drive the studio session. Must belong to the `webapp-studio` biome — the override is rejected with 400 otherwise. Omit to fall back to the workspace manifest composition default (`webapp-studio-default`).
|
|
33
33
|
* @maxLength 200
|
|
34
34
|
*/
|
|
35
35
|
agentSlug?: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
export interface DetectFrameworksDto {
|
|
9
9
|
/** `<owner>/<repo>` shape. Must match a `ProjectRepo` on the request project — the service rejects unknown repos with 400. */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
|
-
import type { DetectFrameworksResponseDtoInaccessibleReason } from './detectFrameworksResponseDtoInaccessibleReason';
|
|
9
|
-
import type { WebappDetectState } from './webappDetectState';
|
|
10
|
-
import type { WebappKind } from './webappKind';
|
|
8
|
+
import type { DetectFrameworksResponseDtoInaccessibleReason } from './detectFrameworksResponseDtoInaccessibleReason.js';
|
|
9
|
+
import type { WebappDetectState } from './webappDetectState.js';
|
|
10
|
+
import type { WebappKind } from './webappKind.js';
|
|
11
11
|
export interface DetectFrameworksResponseDto {
|
|
12
12
|
state: WebappDetectState;
|
|
13
13
|
/** Inferred framework when `state==="ready"` and the package.json matches a known kind. Null when the directory has a package.json but no recognised framework (likely a backend or library). */
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webapp Studio API
|
|
5
|
+
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
|
+
*/
|
|
8
|
+
import type { DetectFrameworksResponseDto } from './detectFrameworksResponseDto.js';
|
|
9
|
+
export interface DetectFrameworksResponseDtoDataEnvelope {
|
|
10
|
+
data: DetectFrameworksResponseDto;
|
|
11
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* When `state==="inaccessible"`, the upstream reason from connector-gateway-api so the FE can render a useful message.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,18 +1,24 @@
|
|
|
1
1
|
export * from './appDbResponseDto';
|
|
2
2
|
export * from './appDbsResponseDto';
|
|
3
|
+
export * from './appDbsResponseDtoDataEnvelope';
|
|
3
4
|
export * from './appTargetDto';
|
|
5
|
+
export * from './biomeLifecycle';
|
|
6
|
+
export * from './buildStatusResponseDto';
|
|
7
|
+
export * from './buildStatusResponseDtoDataEnvelope';
|
|
4
8
|
export * from './createStudioDto';
|
|
5
9
|
export * from './detectFrameworksDto';
|
|
6
10
|
export * from './detectFrameworksResponseDto';
|
|
11
|
+
export * from './detectFrameworksResponseDtoDataEnvelope';
|
|
7
12
|
export * from './detectFrameworksResponseDtoInaccessibleReason';
|
|
8
|
-
export * from './internalBiomeCleanupRequestDto';
|
|
9
|
-
export * from './internalBiomeCleanupResponseDto';
|
|
10
13
|
export * from './migrateAppDbDto';
|
|
11
14
|
export * from './migrateAppDbResponseDto';
|
|
15
|
+
export * from './migrateAppDbResponseDtoDataEnvelope';
|
|
12
16
|
export * from './migrationRunnerKind';
|
|
13
17
|
export * from './openPrResponseDto';
|
|
18
|
+
export * from './openPrResponseDtoDataEnvelope';
|
|
14
19
|
export * from './orgDatabasePurpose';
|
|
15
20
|
export * from './orgDatabaseStatus';
|
|
21
|
+
export * from './paginationMeta';
|
|
16
22
|
export * from './patchStudioAppsDto';
|
|
17
23
|
export * from './projectKitAuthInputDto';
|
|
18
24
|
export * from './projectKitBindingDto';
|
|
@@ -23,18 +29,25 @@ export * from './projectKitSourceInputDto';
|
|
|
23
29
|
export * from './projectKitSourceKind';
|
|
24
30
|
export * from './promoteToProdDto';
|
|
25
31
|
export * from './promoteToProdResponseDto';
|
|
32
|
+
export * from './promoteToProdResponseDtoDataEnvelope';
|
|
33
|
+
export * from './publishToXemaDto';
|
|
34
|
+
export * from './publishToXemaDtoManifestSnapshot';
|
|
35
|
+
export * from './publishToXemaResponseDto';
|
|
36
|
+
export * from './publishToXemaResponseDtoDataEnvelope';
|
|
37
|
+
export * from './startPublishResponseDto';
|
|
38
|
+
export * from './startPublishResponseDtoDataEnvelope';
|
|
26
39
|
export * from './studioControllerListParams';
|
|
27
|
-
export * from './studioProvisioningFailRequestDto';
|
|
28
|
-
export * from './studioProvisioningFailRequestDtoActorType';
|
|
29
|
-
export * from './studioProvisioningStepRequestDto';
|
|
30
|
-
export * from './studioProvisioningStepRequestDtoActorType';
|
|
31
40
|
export * from './studioResponseDto';
|
|
32
41
|
export * from './studioResponseDtoAgentSlug';
|
|
42
|
+
export * from './studioResponseDtoDataEnvelope';
|
|
33
43
|
export * from './studioResponseDtoDescription';
|
|
34
44
|
export * from './studioResponseDtoFailureReason';
|
|
35
45
|
export * from './studioResponseDtoLatestPrUrl';
|
|
46
|
+
export * from './studioResponseDtoPaginatedEnvelope';
|
|
36
47
|
export * from './studioResponseDtoSessionId';
|
|
48
|
+
export * from './studioResponseDtoSessionStatus';
|
|
37
49
|
export * from './updateStudioDto';
|
|
50
|
+
export * from './webRemoteBuildStatus';
|
|
38
51
|
export * from './webappDetectState';
|
|
39
52
|
export * from './webappKind';
|
|
40
53
|
export * from './webappStudioStatus';
|
package/dist/models/index.js
CHANGED
|
@@ -17,19 +17,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
// Auto-generated by tooling/codegen/regenerate-models-barrel.js — do not edit manually.
|
|
18
18
|
__exportStar(require("./appDbResponseDto"), exports);
|
|
19
19
|
__exportStar(require("./appDbsResponseDto"), exports);
|
|
20
|
+
__exportStar(require("./appDbsResponseDtoDataEnvelope"), exports);
|
|
20
21
|
__exportStar(require("./appTargetDto"), exports);
|
|
22
|
+
__exportStar(require("./biomeLifecycle"), exports);
|
|
23
|
+
__exportStar(require("./buildStatusResponseDto"), exports);
|
|
24
|
+
__exportStar(require("./buildStatusResponseDtoDataEnvelope"), exports);
|
|
21
25
|
__exportStar(require("./createStudioDto"), exports);
|
|
22
26
|
__exportStar(require("./detectFrameworksDto"), exports);
|
|
23
27
|
__exportStar(require("./detectFrameworksResponseDto"), exports);
|
|
28
|
+
__exportStar(require("./detectFrameworksResponseDtoDataEnvelope"), exports);
|
|
24
29
|
__exportStar(require("./detectFrameworksResponseDtoInaccessibleReason"), exports);
|
|
25
|
-
__exportStar(require("./internalBiomeCleanupRequestDto"), exports);
|
|
26
|
-
__exportStar(require("./internalBiomeCleanupResponseDto"), exports);
|
|
27
30
|
__exportStar(require("./migrateAppDbDto"), exports);
|
|
28
31
|
__exportStar(require("./migrateAppDbResponseDto"), exports);
|
|
32
|
+
__exportStar(require("./migrateAppDbResponseDtoDataEnvelope"), exports);
|
|
29
33
|
__exportStar(require("./migrationRunnerKind"), exports);
|
|
30
34
|
__exportStar(require("./openPrResponseDto"), exports);
|
|
35
|
+
__exportStar(require("./openPrResponseDtoDataEnvelope"), exports);
|
|
31
36
|
__exportStar(require("./orgDatabasePurpose"), exports);
|
|
32
37
|
__exportStar(require("./orgDatabaseStatus"), exports);
|
|
38
|
+
__exportStar(require("./paginationMeta"), exports);
|
|
33
39
|
__exportStar(require("./patchStudioAppsDto"), exports);
|
|
34
40
|
__exportStar(require("./projectKitAuthInputDto"), exports);
|
|
35
41
|
__exportStar(require("./projectKitBindingDto"), exports);
|
|
@@ -40,18 +46,25 @@ __exportStar(require("./projectKitSourceInputDto"), exports);
|
|
|
40
46
|
__exportStar(require("./projectKitSourceKind"), exports);
|
|
41
47
|
__exportStar(require("./promoteToProdDto"), exports);
|
|
42
48
|
__exportStar(require("./promoteToProdResponseDto"), exports);
|
|
49
|
+
__exportStar(require("./promoteToProdResponseDtoDataEnvelope"), exports);
|
|
50
|
+
__exportStar(require("./publishToXemaDto"), exports);
|
|
51
|
+
__exportStar(require("./publishToXemaDtoManifestSnapshot"), exports);
|
|
52
|
+
__exportStar(require("./publishToXemaResponseDto"), exports);
|
|
53
|
+
__exportStar(require("./publishToXemaResponseDtoDataEnvelope"), exports);
|
|
54
|
+
__exportStar(require("./startPublishResponseDto"), exports);
|
|
55
|
+
__exportStar(require("./startPublishResponseDtoDataEnvelope"), exports);
|
|
43
56
|
__exportStar(require("./studioControllerListParams"), exports);
|
|
44
|
-
__exportStar(require("./studioProvisioningFailRequestDto"), exports);
|
|
45
|
-
__exportStar(require("./studioProvisioningFailRequestDtoActorType"), exports);
|
|
46
|
-
__exportStar(require("./studioProvisioningStepRequestDto"), exports);
|
|
47
|
-
__exportStar(require("./studioProvisioningStepRequestDtoActorType"), exports);
|
|
48
57
|
__exportStar(require("./studioResponseDto"), exports);
|
|
49
58
|
__exportStar(require("./studioResponseDtoAgentSlug"), exports);
|
|
59
|
+
__exportStar(require("./studioResponseDtoDataEnvelope"), exports);
|
|
50
60
|
__exportStar(require("./studioResponseDtoDescription"), exports);
|
|
51
61
|
__exportStar(require("./studioResponseDtoFailureReason"), exports);
|
|
52
62
|
__exportStar(require("./studioResponseDtoLatestPrUrl"), exports);
|
|
63
|
+
__exportStar(require("./studioResponseDtoPaginatedEnvelope"), exports);
|
|
53
64
|
__exportStar(require("./studioResponseDtoSessionId"), exports);
|
|
65
|
+
__exportStar(require("./studioResponseDtoSessionStatus"), exports);
|
|
54
66
|
__exportStar(require("./updateStudioDto"), exports);
|
|
67
|
+
__exportStar(require("./webRemoteBuildStatus"), exports);
|
|
55
68
|
__exportStar(require("./webappDetectState"), exports);
|
|
56
69
|
__exportStar(require("./webappKind"), exports);
|
|
57
70
|
__exportStar(require("./webappStudioStatus"), exports);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
export interface MigrateAppDbDto {
|
|
9
9
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
|
-
import type { AppDbResponseDto } from './appDbResponseDto';
|
|
8
|
+
import type { AppDbResponseDto } from './appDbResponseDto.js';
|
|
9
9
|
export interface MigrateAppDbResponseDto {
|
|
10
10
|
/** org-database-pool-api migration-run id (ULID). */
|
|
11
11
|
migrationRunId: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webapp Studio API
|
|
5
|
+
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
|
+
*/
|
|
8
|
+
import type { MigrateAppDbResponseDto } from './migrateAppDbResponseDto.js';
|
|
9
|
+
export interface MigrateAppDbResponseDtoDataEnvelope {
|
|
10
|
+
data: MigrateAppDbResponseDto;
|
|
11
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* Migration runner this app uses (Prisma for v1).
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
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.MigrationRunnerKind = void 0;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
export interface OpenPrResponseDto {
|
|
9
9
|
/** URL of the PR opened (or refreshed) from the working branch. */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webapp Studio API
|
|
5
|
+
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
|
+
*/
|
|
8
|
+
import type { OpenPrResponseDto } from './openPrResponseDto.js';
|
|
9
|
+
export interface OpenPrResponseDtoDataEnvelope {
|
|
10
|
+
data: OpenPrResponseDto;
|
|
11
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* Purpose tag the pool stamped at provision time. `app_dev` for the studio dev DB, `app_prod` for the promoted prod DB.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
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.OrgDatabasePurpose = void 0;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* Provisioning lifecycle state.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
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.OrgDatabaseStatus = void 0;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webapp Studio API
|
|
5
|
+
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
|
+
*/
|
|
8
|
+
export interface PaginationMeta {
|
|
9
|
+
total?: number;
|
|
10
|
+
page?: number;
|
|
11
|
+
totalPages?: number;
|
|
12
|
+
/** @nullable */
|
|
13
|
+
nextCursor?: string | null;
|
|
14
|
+
/** @nullable */
|
|
15
|
+
previousCursor?: string | null;
|
|
16
|
+
limit?: number;
|
|
17
|
+
hasMore?: boolean;
|
|
18
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
|
-
import type { AppTargetDto } from './appTargetDto';
|
|
8
|
+
import type { AppTargetDto } from './appTargetDto.js';
|
|
9
9
|
export interface PatchStudioAppsDto {
|
|
10
10
|
/**
|
|
11
11
|
* Full replacement list of app targets. Must contain at least one entry; each `slug` must be unique within the list.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
export interface ProjectKitAuthInputDto {
|
|
9
9
|
/** Wallet (project- or org-scoped) holding the auth token. */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.1
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
|
-
import type { ProjectKitBindingKind } from './projectKitBindingKind';
|
|
9
|
-
import type { ProjectKitKind } from './projectKitKind';
|
|
10
|
-
import type { ProjectKitPurpose } from './projectKitPurpose';
|
|
11
|
-
import type { ProjectKitSourceInputDto } from './projectKitSourceInputDto';
|
|
8
|
+
import type { ProjectKitBindingKind } from './projectKitBindingKind.js';
|
|
9
|
+
import type { ProjectKitKind } from './projectKitKind.js';
|
|
10
|
+
import type { ProjectKitPurpose } from './projectKitPurpose.js';
|
|
11
|
+
import type { ProjectKitSourceInputDto } from './projectKitSourceInputDto.js';
|
|
12
12
|
export interface ProjectKitBindingDto {
|
|
13
13
|
/** Whether the kit is a catalog reference or a user-supplied custom one. */
|
|
14
14
|
binding: ProjectKitBindingKind;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* Whether the kit is a catalog reference or a user-supplied custom one.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
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.ProjectKitBindingKind = void 0;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* custom binding: how the kit is installed.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
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.ProjectKitKind = void 0;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Webapp Studio API
|
|
5
5
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.1
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* custom binding: optional purpose hint (defaults to generic-dependency).
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Webapp Studio API
|
|
6
6
|
* Studio session CRUD + lifecycle + PR-from-working-branch handoff
|
|
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.ProjectKitPurpose = void 0;
|