@vcp-dev/contracts 0.8.4 → 0.8.5

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 CHANGED
@@ -18047,13 +18047,6 @@ export declare const REST_API_ENDPOINTS: readonly [{
18047
18047
  readonly summary: "Read the authoritative site domain configuration.";
18048
18048
  readonly status: "implemented";
18049
18049
  readonly response_schema: "GetSiteDomainConfigurationResponseSchema";
18050
- }, {
18051
- readonly method: "GET";
18052
- readonly path: "/internal/sites/:site_id/active-domain";
18053
- readonly tag: "internal/active-domain";
18054
- readonly summary: "Read whether an internal site has an active primary domain.";
18055
- readonly status: "implemented";
18056
- readonly response_schema: "GetActiveSiteDomainResponseSchema";
18057
18050
  }, {
18058
18051
  readonly method: "POST";
18059
18052
  readonly path: "/sites/:site_id/publish-workflows/:workflow_id/domain/check";