casedev 0.52.0 → 0.53.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/CHANGELOG.md +8 -0
- package/client.d.mts +0 -3
- package/client.d.mts.map +1 -1
- package/client.d.ts +0 -3
- package/client.d.ts.map +1 -1
- package/client.js +0 -3
- package/client.js.map +1 -1
- package/client.mjs +0 -3
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/index.d.mts +0 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +0 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +1 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +0 -1
- package/resources/index.mjs.map +1 -1
- package/src/client.ts +0 -5
- package/src/resources/index.ts +0 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/applications/applications.d.mts +0 -10
- package/resources/applications/applications.d.mts.map +0 -1
- package/resources/applications/applications.d.ts +0 -10
- package/resources/applications/applications.d.ts.map +0 -1
- package/resources/applications/applications.js +0 -17
- package/resources/applications/applications.js.map +0 -1
- package/resources/applications/applications.mjs +0 -12
- package/resources/applications/applications.mjs.map +0 -1
- package/resources/applications/index.d.mts +0 -3
- package/resources/applications/index.d.mts.map +0 -1
- package/resources/applications/index.d.ts +0 -3
- package/resources/applications/index.d.ts.map +0 -1
- package/resources/applications/index.js +0 -9
- package/resources/applications/index.js.map +0 -1
- package/resources/applications/index.mjs +0 -4
- package/resources/applications/index.mjs.map +0 -1
- package/resources/applications/v1/deployments.d.mts +0 -118
- package/resources/applications/v1/deployments.d.mts.map +0 -1
- package/resources/applications/v1/deployments.d.ts +0 -118
- package/resources/applications/v1/deployments.d.ts.map +0 -1
- package/resources/applications/v1/deployments.js +0 -102
- package/resources/applications/v1/deployments.js.map +0 -1
- package/resources/applications/v1/deployments.mjs +0 -98
- package/resources/applications/v1/deployments.mjs.map +0 -1
- package/resources/applications/v1/index.d.mts +0 -5
- package/resources/applications/v1/index.d.mts.map +0 -1
- package/resources/applications/v1/index.d.ts +0 -5
- package/resources/applications/v1/index.d.ts.map +0 -1
- package/resources/applications/v1/index.js +0 -13
- package/resources/applications/v1/index.js.map +0 -1
- package/resources/applications/v1/index.mjs +0 -6
- package/resources/applications/v1/index.mjs.map +0 -1
- package/resources/applications/v1/projects.d.mts +0 -313
- package/resources/applications/v1/projects.d.mts.map +0 -1
- package/resources/applications/v1/projects.d.ts +0 -313
- package/resources/applications/v1/projects.d.ts.map +0 -1
- package/resources/applications/v1/projects.js +0 -148
- package/resources/applications/v1/projects.js.map +0 -1
- package/resources/applications/v1/projects.mjs +0 -144
- package/resources/applications/v1/projects.mjs.map +0 -1
- package/resources/applications/v1/v1.d.mts +0 -18
- package/resources/applications/v1/v1.d.mts.map +0 -1
- package/resources/applications/v1/v1.d.ts +0 -18
- package/resources/applications/v1/v1.d.ts.map +0 -1
- package/resources/applications/v1/v1.js +0 -25
- package/resources/applications/v1/v1.js.map +0 -1
- package/resources/applications/v1/v1.mjs +0 -20
- package/resources/applications/v1/v1.mjs.map +0 -1
- package/resources/applications/v1/workflows.d.mts +0 -22
- package/resources/applications/v1/workflows.d.mts.map +0 -1
- package/resources/applications/v1/workflows.d.ts +0 -22
- package/resources/applications/v1/workflows.d.ts.map +0 -1
- package/resources/applications/v1/workflows.js +0 -24
- package/resources/applications/v1/workflows.js.map +0 -1
- package/resources/applications/v1/workflows.mjs +0 -20
- package/resources/applications/v1/workflows.mjs.map +0 -1
- package/resources/applications/v1.d.mts +0 -2
- package/resources/applications/v1.d.mts.map +0 -1
- package/resources/applications/v1.d.ts +0 -2
- package/resources/applications/v1.d.ts.map +0 -1
- package/resources/applications/v1.js +0 -6
- package/resources/applications/v1.js.map +0 -1
- package/resources/applications/v1.mjs +0 -3
- package/resources/applications/v1.mjs.map +0 -1
- package/resources/applications.d.mts +0 -2
- package/resources/applications.d.mts.map +0 -1
- package/resources/applications.d.ts +0 -2
- package/resources/applications.d.ts.map +0 -1
- package/resources/applications.js +0 -6
- package/resources/applications.js.map +0 -1
- package/resources/applications.mjs +0 -3
- package/resources/applications.mjs.map +0 -1
- package/src/resources/applications/applications.ts +0 -15
- package/src/resources/applications/index.ts +0 -4
- package/src/resources/applications/v1/deployments.ts +0 -196
- package/src/resources/applications/v1/index.ts +0 -28
- package/src/resources/applications/v1/projects.ts +0 -493
- package/src/resources/applications/v1/v1.ts +0 -71
- package/src/resources/applications/v1/workflows.ts +0 -34
- package/src/resources/applications/v1.ts +0 -3
- package/src/resources/applications.ts +0 -3
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/applications/index.ts"],"names":[],"mappings":"OAEO,EAAE,YAAY,EAAE;OAChB,EAAE,EAAE,EAAE"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.V1 = exports.Applications = void 0;
|
|
5
|
-
var applications_1 = require("./applications.js");
|
|
6
|
-
Object.defineProperty(exports, "Applications", { enumerable: true, get: function () { return applications_1.Applications; } });
|
|
7
|
-
var index_1 = require("./v1/index.js");
|
|
8
|
-
Object.defineProperty(exports, "V1", { enumerable: true, get: function () { return index_1.V1; } });
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/applications/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,uCAAgC;AAAvB,2FAAA,EAAE,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/applications/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,YAAY,EAAE;OAChB,EAAE,EAAE,EAAE"}
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
-
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
3
|
-
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
4
|
-
/**
|
|
5
|
-
* Web application deployment management
|
|
6
|
-
*/
|
|
7
|
-
export declare class Deployments extends APIResource {
|
|
8
|
-
/**
|
|
9
|
-
* Creates a deployment for an existing project by fetching repository files from
|
|
10
|
-
* GitHub and uploading them to the hosting provider. Use ref to deploy a branch,
|
|
11
|
-
* tag, or commit other than the project default branch.
|
|
12
|
-
*/
|
|
13
|
-
create(body: DeploymentCreateParams, options?: RequestOptions): APIPromise<void>;
|
|
14
|
-
/**
|
|
15
|
-
* Returns deployment details for one project in the authenticated organization.
|
|
16
|
-
* Set includeLogs=true to include recent build output in the response.
|
|
17
|
-
*/
|
|
18
|
-
retrieve(id: string, query: DeploymentRetrieveParams, options?: RequestOptions): APIPromise<void>;
|
|
19
|
-
/**
|
|
20
|
-
* Lists recent deployments for one project in the authenticated organization. Use
|
|
21
|
-
* the optional filters to narrow results by target or deployment state.
|
|
22
|
-
*/
|
|
23
|
-
list(query: DeploymentListParams, options?: RequestOptions): APIPromise<void>;
|
|
24
|
-
/**
|
|
25
|
-
* Cancels a running deployment after verifying that the referenced project belongs
|
|
26
|
-
* to the authenticated organization. Use this when a build is stuck,
|
|
27
|
-
* misconfigured, or no longer needed.
|
|
28
|
-
*/
|
|
29
|
-
cancel(id: string, body: DeploymentCancelParams, options?: RequestOptions): APIPromise<void>;
|
|
30
|
-
/**
|
|
31
|
-
* Create a deployment from raw file contents for application deployments
|
|
32
|
-
*/
|
|
33
|
-
createFromFiles(options?: RequestOptions): APIPromise<void>;
|
|
34
|
-
/**
|
|
35
|
-
* Returns build and runtime log events for a deployment after verifying access to
|
|
36
|
-
* the owning project. Use this when you need detailed output for a failed or
|
|
37
|
-
* in-progress build.
|
|
38
|
-
*/
|
|
39
|
-
getLogs(id: string, query: DeploymentGetLogsParams, options?: RequestOptions): APIPromise<void>;
|
|
40
|
-
/**
|
|
41
|
-
* Returns the current status of a deployment without fetching full build logs. Use
|
|
42
|
-
* this endpoint for lightweight polling while a deployment is building or waiting
|
|
43
|
-
* to become ready.
|
|
44
|
-
*/
|
|
45
|
-
getStatus(id: string, options?: RequestOptions): APIPromise<void>;
|
|
46
|
-
/**
|
|
47
|
-
* Stream real-time deployment progress events via Server-Sent Events
|
|
48
|
-
*/
|
|
49
|
-
stream(id: string, query: DeploymentStreamParams, options?: RequestOptions): APIPromise<void>;
|
|
50
|
-
}
|
|
51
|
-
export interface DeploymentCreateParams {
|
|
52
|
-
/**
|
|
53
|
-
* Project ID to deploy
|
|
54
|
-
*/
|
|
55
|
-
projectId: string;
|
|
56
|
-
/**
|
|
57
|
-
* Git branch, tag, or commit to deploy. Defaults to the project branch.
|
|
58
|
-
*/
|
|
59
|
-
ref?: string;
|
|
60
|
-
/**
|
|
61
|
-
* Deployment target environment
|
|
62
|
-
*/
|
|
63
|
-
target?: 'production' | 'preview';
|
|
64
|
-
}
|
|
65
|
-
export interface DeploymentRetrieveParams {
|
|
66
|
-
/**
|
|
67
|
-
* Project ID used to verify access to the deployment
|
|
68
|
-
*/
|
|
69
|
-
projectId: string;
|
|
70
|
-
/**
|
|
71
|
-
* Whether to include build logs in the response
|
|
72
|
-
*/
|
|
73
|
-
includeLogs?: boolean;
|
|
74
|
-
}
|
|
75
|
-
export interface DeploymentListParams {
|
|
76
|
-
/**
|
|
77
|
-
* Project ID to list deployments for
|
|
78
|
-
*/
|
|
79
|
-
projectId: string;
|
|
80
|
-
/**
|
|
81
|
-
* Maximum number of deployments to return
|
|
82
|
-
*/
|
|
83
|
-
limit?: number;
|
|
84
|
-
/**
|
|
85
|
-
* Deployment state to filter by
|
|
86
|
-
*/
|
|
87
|
-
state?: string;
|
|
88
|
-
/**
|
|
89
|
-
* Deployment target to filter by
|
|
90
|
-
*/
|
|
91
|
-
target?: 'production' | 'staging';
|
|
92
|
-
}
|
|
93
|
-
export interface DeploymentCancelParams {
|
|
94
|
-
/**
|
|
95
|
-
* Project ID used to verify access to the deployment
|
|
96
|
-
*/
|
|
97
|
-
projectId: string;
|
|
98
|
-
}
|
|
99
|
-
export interface DeploymentGetLogsParams {
|
|
100
|
-
/**
|
|
101
|
-
* Project ID used to verify access to the deployment
|
|
102
|
-
*/
|
|
103
|
-
projectId: string;
|
|
104
|
-
}
|
|
105
|
-
export interface DeploymentStreamParams {
|
|
106
|
-
/**
|
|
107
|
-
* Project ID (for authorization)
|
|
108
|
-
*/
|
|
109
|
-
projectId: string;
|
|
110
|
-
/**
|
|
111
|
-
* Resume stream from this index (for reconnection)
|
|
112
|
-
*/
|
|
113
|
-
startIndex?: number;
|
|
114
|
-
}
|
|
115
|
-
export declare namespace Deployments {
|
|
116
|
-
export { type DeploymentCreateParams as DeploymentCreateParams, type DeploymentRetrieveParams as DeploymentRetrieveParams, type DeploymentListParams as DeploymentListParams, type DeploymentCancelParams as DeploymentCancelParams, type DeploymentGetLogsParams as DeploymentGetLogsParams, type DeploymentStreamParams as DeploymentStreamParams, };
|
|
117
|
-
}
|
|
118
|
-
//# sourceMappingURL=deployments.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deployments.d.mts","sourceRoot":"","sources":["../../../src/resources/applications/v1/deployments.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;OAIG;IACH,MAAM,CAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQhF;;;OAGG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQjG;;;OAGG;IACH,IAAI,CAAC,KAAK,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ7E;;;;OAIG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ5F;;OAEG;IACH,eAAe,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO3D;;;;OAIG;IACH,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ/F;;;;OAIG;IACH,SAAS,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOjE;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO9F;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CACnC;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CACnC;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../core/resource.js";
|
|
2
|
-
import { APIPromise } from "../../../core/api-promise.js";
|
|
3
|
-
import { RequestOptions } from "../../../internal/request-options.js";
|
|
4
|
-
/**
|
|
5
|
-
* Web application deployment management
|
|
6
|
-
*/
|
|
7
|
-
export declare class Deployments extends APIResource {
|
|
8
|
-
/**
|
|
9
|
-
* Creates a deployment for an existing project by fetching repository files from
|
|
10
|
-
* GitHub and uploading them to the hosting provider. Use ref to deploy a branch,
|
|
11
|
-
* tag, or commit other than the project default branch.
|
|
12
|
-
*/
|
|
13
|
-
create(body: DeploymentCreateParams, options?: RequestOptions): APIPromise<void>;
|
|
14
|
-
/**
|
|
15
|
-
* Returns deployment details for one project in the authenticated organization.
|
|
16
|
-
* Set includeLogs=true to include recent build output in the response.
|
|
17
|
-
*/
|
|
18
|
-
retrieve(id: string, query: DeploymentRetrieveParams, options?: RequestOptions): APIPromise<void>;
|
|
19
|
-
/**
|
|
20
|
-
* Lists recent deployments for one project in the authenticated organization. Use
|
|
21
|
-
* the optional filters to narrow results by target or deployment state.
|
|
22
|
-
*/
|
|
23
|
-
list(query: DeploymentListParams, options?: RequestOptions): APIPromise<void>;
|
|
24
|
-
/**
|
|
25
|
-
* Cancels a running deployment after verifying that the referenced project belongs
|
|
26
|
-
* to the authenticated organization. Use this when a build is stuck,
|
|
27
|
-
* misconfigured, or no longer needed.
|
|
28
|
-
*/
|
|
29
|
-
cancel(id: string, body: DeploymentCancelParams, options?: RequestOptions): APIPromise<void>;
|
|
30
|
-
/**
|
|
31
|
-
* Create a deployment from raw file contents for application deployments
|
|
32
|
-
*/
|
|
33
|
-
createFromFiles(options?: RequestOptions): APIPromise<void>;
|
|
34
|
-
/**
|
|
35
|
-
* Returns build and runtime log events for a deployment after verifying access to
|
|
36
|
-
* the owning project. Use this when you need detailed output for a failed or
|
|
37
|
-
* in-progress build.
|
|
38
|
-
*/
|
|
39
|
-
getLogs(id: string, query: DeploymentGetLogsParams, options?: RequestOptions): APIPromise<void>;
|
|
40
|
-
/**
|
|
41
|
-
* Returns the current status of a deployment without fetching full build logs. Use
|
|
42
|
-
* this endpoint for lightweight polling while a deployment is building or waiting
|
|
43
|
-
* to become ready.
|
|
44
|
-
*/
|
|
45
|
-
getStatus(id: string, options?: RequestOptions): APIPromise<void>;
|
|
46
|
-
/**
|
|
47
|
-
* Stream real-time deployment progress events via Server-Sent Events
|
|
48
|
-
*/
|
|
49
|
-
stream(id: string, query: DeploymentStreamParams, options?: RequestOptions): APIPromise<void>;
|
|
50
|
-
}
|
|
51
|
-
export interface DeploymentCreateParams {
|
|
52
|
-
/**
|
|
53
|
-
* Project ID to deploy
|
|
54
|
-
*/
|
|
55
|
-
projectId: string;
|
|
56
|
-
/**
|
|
57
|
-
* Git branch, tag, or commit to deploy. Defaults to the project branch.
|
|
58
|
-
*/
|
|
59
|
-
ref?: string;
|
|
60
|
-
/**
|
|
61
|
-
* Deployment target environment
|
|
62
|
-
*/
|
|
63
|
-
target?: 'production' | 'preview';
|
|
64
|
-
}
|
|
65
|
-
export interface DeploymentRetrieveParams {
|
|
66
|
-
/**
|
|
67
|
-
* Project ID used to verify access to the deployment
|
|
68
|
-
*/
|
|
69
|
-
projectId: string;
|
|
70
|
-
/**
|
|
71
|
-
* Whether to include build logs in the response
|
|
72
|
-
*/
|
|
73
|
-
includeLogs?: boolean;
|
|
74
|
-
}
|
|
75
|
-
export interface DeploymentListParams {
|
|
76
|
-
/**
|
|
77
|
-
* Project ID to list deployments for
|
|
78
|
-
*/
|
|
79
|
-
projectId: string;
|
|
80
|
-
/**
|
|
81
|
-
* Maximum number of deployments to return
|
|
82
|
-
*/
|
|
83
|
-
limit?: number;
|
|
84
|
-
/**
|
|
85
|
-
* Deployment state to filter by
|
|
86
|
-
*/
|
|
87
|
-
state?: string;
|
|
88
|
-
/**
|
|
89
|
-
* Deployment target to filter by
|
|
90
|
-
*/
|
|
91
|
-
target?: 'production' | 'staging';
|
|
92
|
-
}
|
|
93
|
-
export interface DeploymentCancelParams {
|
|
94
|
-
/**
|
|
95
|
-
* Project ID used to verify access to the deployment
|
|
96
|
-
*/
|
|
97
|
-
projectId: string;
|
|
98
|
-
}
|
|
99
|
-
export interface DeploymentGetLogsParams {
|
|
100
|
-
/**
|
|
101
|
-
* Project ID used to verify access to the deployment
|
|
102
|
-
*/
|
|
103
|
-
projectId: string;
|
|
104
|
-
}
|
|
105
|
-
export interface DeploymentStreamParams {
|
|
106
|
-
/**
|
|
107
|
-
* Project ID (for authorization)
|
|
108
|
-
*/
|
|
109
|
-
projectId: string;
|
|
110
|
-
/**
|
|
111
|
-
* Resume stream from this index (for reconnection)
|
|
112
|
-
*/
|
|
113
|
-
startIndex?: number;
|
|
114
|
-
}
|
|
115
|
-
export declare namespace Deployments {
|
|
116
|
-
export { type DeploymentCreateParams as DeploymentCreateParams, type DeploymentRetrieveParams as DeploymentRetrieveParams, type DeploymentListParams as DeploymentListParams, type DeploymentCancelParams as DeploymentCancelParams, type DeploymentGetLogsParams as DeploymentGetLogsParams, type DeploymentStreamParams as DeploymentStreamParams, };
|
|
117
|
-
}
|
|
118
|
-
//# sourceMappingURL=deployments.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deployments.d.ts","sourceRoot":"","sources":["../../../src/resources/applications/v1/deployments.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;OAIG;IACH,MAAM,CAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQhF;;;OAGG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQjG;;;OAGG;IACH,IAAI,CAAC,KAAK,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ7E;;;;OAIG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ5F;;OAEG;IACH,eAAe,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO3D;;;;OAIG;IACH,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ/F;;;;OAIG;IACH,SAAS,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOjE;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO9F;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CACnC;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CACnC;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Deployments = void 0;
|
|
5
|
-
const resource_1 = require("../../../core/resource.js");
|
|
6
|
-
const headers_1 = require("../../../internal/headers.js");
|
|
7
|
-
const path_1 = require("../../../internal/utils/path.js");
|
|
8
|
-
/**
|
|
9
|
-
* Web application deployment management
|
|
10
|
-
*/
|
|
11
|
-
class Deployments extends resource_1.APIResource {
|
|
12
|
-
/**
|
|
13
|
-
* Creates a deployment for an existing project by fetching repository files from
|
|
14
|
-
* GitHub and uploading them to the hosting provider. Use ref to deploy a branch,
|
|
15
|
-
* tag, or commit other than the project default branch.
|
|
16
|
-
*/
|
|
17
|
-
create(body, options) {
|
|
18
|
-
return this._client.post('/applications/v1/deployments', {
|
|
19
|
-
body,
|
|
20
|
-
...options,
|
|
21
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Returns deployment details for one project in the authenticated organization.
|
|
26
|
-
* Set includeLogs=true to include recent build output in the response.
|
|
27
|
-
*/
|
|
28
|
-
retrieve(id, query, options) {
|
|
29
|
-
return this._client.get((0, path_1.path) `/applications/v1/deployments/${id}`, {
|
|
30
|
-
query,
|
|
31
|
-
...options,
|
|
32
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* Lists recent deployments for one project in the authenticated organization. Use
|
|
37
|
-
* the optional filters to narrow results by target or deployment state.
|
|
38
|
-
*/
|
|
39
|
-
list(query, options) {
|
|
40
|
-
return this._client.get('/applications/v1/deployments', {
|
|
41
|
-
query,
|
|
42
|
-
...options,
|
|
43
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
44
|
-
});
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Cancels a running deployment after verifying that the referenced project belongs
|
|
48
|
-
* to the authenticated organization. Use this when a build is stuck,
|
|
49
|
-
* misconfigured, or no longer needed.
|
|
50
|
-
*/
|
|
51
|
-
cancel(id, body, options) {
|
|
52
|
-
return this._client.post((0, path_1.path) `/applications/v1/deployments/${id}/cancel`, {
|
|
53
|
-
body,
|
|
54
|
-
...options,
|
|
55
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* Create a deployment from raw file contents for application deployments
|
|
60
|
-
*/
|
|
61
|
-
createFromFiles(options) {
|
|
62
|
-
return this._client.post('/applications/v1/deployments/from-files', {
|
|
63
|
-
...options,
|
|
64
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* Returns build and runtime log events for a deployment after verifying access to
|
|
69
|
-
* the owning project. Use this when you need detailed output for a failed or
|
|
70
|
-
* in-progress build.
|
|
71
|
-
*/
|
|
72
|
-
getLogs(id, query, options) {
|
|
73
|
-
return this._client.get((0, path_1.path) `/applications/v1/deployments/${id}/logs`, {
|
|
74
|
-
query,
|
|
75
|
-
...options,
|
|
76
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
77
|
-
});
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* Returns the current status of a deployment without fetching full build logs. Use
|
|
81
|
-
* this endpoint for lightweight polling while a deployment is building or waiting
|
|
82
|
-
* to become ready.
|
|
83
|
-
*/
|
|
84
|
-
getStatus(id, options) {
|
|
85
|
-
return this._client.get((0, path_1.path) `/applications/v1/deployments/${id}/status`, {
|
|
86
|
-
...options,
|
|
87
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* Stream real-time deployment progress events via Server-Sent Events
|
|
92
|
-
*/
|
|
93
|
-
stream(id, query, options) {
|
|
94
|
-
return this._client.get((0, path_1.path) `/applications/v1/deployments/${id}/stream`, {
|
|
95
|
-
query,
|
|
96
|
-
...options,
|
|
97
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
exports.Deployments = Deployments;
|
|
102
|
-
//# sourceMappingURL=deployments.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deployments.js","sourceRoot":"","sources":["../../../src/resources/applications/v1/deployments.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
-
import { buildHeaders } from "../../../internal/headers.mjs";
|
|
4
|
-
import { path } from "../../../internal/utils/path.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* Web application deployment management
|
|
7
|
-
*/
|
|
8
|
-
export class Deployments extends APIResource {
|
|
9
|
-
/**
|
|
10
|
-
* Creates a deployment for an existing project by fetching repository files from
|
|
11
|
-
* GitHub and uploading them to the hosting provider. Use ref to deploy a branch,
|
|
12
|
-
* tag, or commit other than the project default branch.
|
|
13
|
-
*/
|
|
14
|
-
create(body, options) {
|
|
15
|
-
return this._client.post('/applications/v1/deployments', {
|
|
16
|
-
body,
|
|
17
|
-
...options,
|
|
18
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Returns deployment details for one project in the authenticated organization.
|
|
23
|
-
* Set includeLogs=true to include recent build output in the response.
|
|
24
|
-
*/
|
|
25
|
-
retrieve(id, query, options) {
|
|
26
|
-
return this._client.get(path `/applications/v1/deployments/${id}`, {
|
|
27
|
-
query,
|
|
28
|
-
...options,
|
|
29
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Lists recent deployments for one project in the authenticated organization. Use
|
|
34
|
-
* the optional filters to narrow results by target or deployment state.
|
|
35
|
-
*/
|
|
36
|
-
list(query, options) {
|
|
37
|
-
return this._client.get('/applications/v1/deployments', {
|
|
38
|
-
query,
|
|
39
|
-
...options,
|
|
40
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Cancels a running deployment after verifying that the referenced project belongs
|
|
45
|
-
* to the authenticated organization. Use this when a build is stuck,
|
|
46
|
-
* misconfigured, or no longer needed.
|
|
47
|
-
*/
|
|
48
|
-
cancel(id, body, options) {
|
|
49
|
-
return this._client.post(path `/applications/v1/deployments/${id}/cancel`, {
|
|
50
|
-
body,
|
|
51
|
-
...options,
|
|
52
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* Create a deployment from raw file contents for application deployments
|
|
57
|
-
*/
|
|
58
|
-
createFromFiles(options) {
|
|
59
|
-
return this._client.post('/applications/v1/deployments/from-files', {
|
|
60
|
-
...options,
|
|
61
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Returns build and runtime log events for a deployment after verifying access to
|
|
66
|
-
* the owning project. Use this when you need detailed output for a failed or
|
|
67
|
-
* in-progress build.
|
|
68
|
-
*/
|
|
69
|
-
getLogs(id, query, options) {
|
|
70
|
-
return this._client.get(path `/applications/v1/deployments/${id}/logs`, {
|
|
71
|
-
query,
|
|
72
|
-
...options,
|
|
73
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* Returns the current status of a deployment without fetching full build logs. Use
|
|
78
|
-
* this endpoint for lightweight polling while a deployment is building or waiting
|
|
79
|
-
* to become ready.
|
|
80
|
-
*/
|
|
81
|
-
getStatus(id, options) {
|
|
82
|
-
return this._client.get(path `/applications/v1/deployments/${id}/status`, {
|
|
83
|
-
...options,
|
|
84
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* Stream real-time deployment progress events via Server-Sent Events
|
|
89
|
-
*/
|
|
90
|
-
stream(id, query, options) {
|
|
91
|
-
return this._client.get(path `/applications/v1/deployments/${id}/stream`, {
|
|
92
|
-
query,
|
|
93
|
-
...options,
|
|
94
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
//# sourceMappingURL=deployments.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deployments.mjs","sourceRoot":"","sources":["../../../src/resources/applications/v1/deployments.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { Deployments, type DeploymentCreateParams, type DeploymentRetrieveParams, type DeploymentListParams, type DeploymentCancelParams, type DeploymentGetLogsParams, type DeploymentStreamParams, } from "./deployments.mjs";
|
|
2
|
-
export { Projects, type ProjectListResponse, type ProjectCreateParams, type ProjectListParams, type ProjectDeleteParams, type ProjectCreateDeploymentParams, type ProjectCreateDomainParams, type ProjectCreateEnvParams, type ProjectDeleteDomainParams, type ProjectDeleteEnvParams, type ProjectGetRuntimeLogsParams, type ProjectListDeploymentsParams, type ProjectListEnvParams, } from "./projects.mjs";
|
|
3
|
-
export { V1 } from "./v1.mjs";
|
|
4
|
-
export { Workflows, type WorkflowGetStatusParams } from "./workflows.mjs";
|
|
5
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/applications/v1/index.ts"],"names":[],"mappings":"OAEO,EACL,WAAW,EACX,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,GAC5B;OACM,EACL,QAAQ,EACR,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,sBAAsB,EAC3B,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,oBAAoB,GAC1B;OACM,EAAE,EAAE,EAAE;OACN,EAAE,SAAS,EAAE,KAAK,uBAAuB,EAAE"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { Deployments, type DeploymentCreateParams, type DeploymentRetrieveParams, type DeploymentListParams, type DeploymentCancelParams, type DeploymentGetLogsParams, type DeploymentStreamParams, } from "./deployments.js";
|
|
2
|
-
export { Projects, type ProjectListResponse, type ProjectCreateParams, type ProjectListParams, type ProjectDeleteParams, type ProjectCreateDeploymentParams, type ProjectCreateDomainParams, type ProjectCreateEnvParams, type ProjectDeleteDomainParams, type ProjectDeleteEnvParams, type ProjectGetRuntimeLogsParams, type ProjectListDeploymentsParams, type ProjectListEnvParams, } from "./projects.js";
|
|
3
|
-
export { V1 } from "./v1.js";
|
|
4
|
-
export { Workflows, type WorkflowGetStatusParams } from "./workflows.js";
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/applications/v1/index.ts"],"names":[],"mappings":"OAEO,EACL,WAAW,EACX,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,GAC5B;OACM,EACL,QAAQ,EACR,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,sBAAsB,EAC3B,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,oBAAoB,GAC1B;OACM,EAAE,EAAE,EAAE;OACN,EAAE,SAAS,EAAE,KAAK,uBAAuB,EAAE"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Workflows = exports.V1 = exports.Projects = exports.Deployments = void 0;
|
|
5
|
-
var deployments_1 = require("./deployments.js");
|
|
6
|
-
Object.defineProperty(exports, "Deployments", { enumerable: true, get: function () { return deployments_1.Deployments; } });
|
|
7
|
-
var projects_1 = require("./projects.js");
|
|
8
|
-
Object.defineProperty(exports, "Projects", { enumerable: true, get: function () { return projects_1.Projects; } });
|
|
9
|
-
var v1_1 = require("./v1.js");
|
|
10
|
-
Object.defineProperty(exports, "V1", { enumerable: true, get: function () { return v1_1.V1; } });
|
|
11
|
-
var workflows_1 = require("./workflows.js");
|
|
12
|
-
Object.defineProperty(exports, "Workflows", { enumerable: true, get: function () { return workflows_1.Workflows; } });
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/applications/v1/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAQuB;AAPrB,0GAAA,WAAW,OAAA;AAQb,0CAcoB;AAblB,oGAAA,QAAQ,OAAA;AAcV,8BAA0B;AAAjB,wFAAA,EAAE,OAAA;AACX,4CAAsE;AAA7D,sGAAA,SAAS,OAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
export { Deployments, } from "./deployments.mjs";
|
|
3
|
-
export { Projects, } from "./projects.mjs";
|
|
4
|
-
export { V1 } from "./v1.mjs";
|
|
5
|
-
export { Workflows } from "./workflows.mjs";
|
|
6
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/applications/v1/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,WAAW,GAOZ;OACM,EACL,QAAQ,GAaT;OACM,EAAE,EAAE,EAAE;OACN,EAAE,SAAS,EAAgC"}
|