@trojanbox-vcp-test/contracts 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +7 -0
- package/dist/index.js +1 -65
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7305,6 +7305,13 @@ export declare const REST_API_ENDPOINTS: readonly [{
|
|
|
7305
7305
|
readonly request_body_schema: "CreateDeploymentRequestSchema";
|
|
7306
7306
|
readonly response_schema: "CreateDeploymentResponseSchema";
|
|
7307
7307
|
readonly notes: readonly ["The API returns after creating the deployment record; build and Cloudflare publish run through deploy-service."];
|
|
7308
|
+
}, {
|
|
7309
|
+
readonly method: "GET";
|
|
7310
|
+
readonly path: "/sites/:site_id/deployments/current";
|
|
7311
|
+
readonly tag: "deployments";
|
|
7312
|
+
readonly summary: "Read the latest deployment for workspace refresh recovery.";
|
|
7313
|
+
readonly status: "implemented";
|
|
7314
|
+
readonly response_schema: "DeploymentRecordSchema";
|
|
7308
7315
|
}, {
|
|
7309
7316
|
readonly method: "GET";
|
|
7310
7317
|
readonly path: "/sites/:site_id/deployments/:deployment_id";
|