@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.
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * 由 release-edit-engine-packages.ts 在 bump 版本时自动更新。
7
7
  */
8
- export declare const CURRENT_EDIT_ENGINE_VERSION = "0.8.4";
8
+ export declare const CURRENT_EDIT_ENGINE_VERSION = "0.8.5";
9
9
  export declare const EDIT_ENGINE_VERSION_HEADER = "x-vcp-edit-engine-version";
10
10
  export declare const EDIT_ENGINE_VERSION_SOURCE_HEADER = "x-vcp-edit-engine-version-source";
11
11
  export type EditEngineVersionSource = "explicit" | "fallback_current" | "system_current";
@@ -524,24 +524,6 @@ export declare const GetSiteDomainConfigurationResponseSchema: z.ZodObject<{
524
524
  message: z.ZodString;
525
525
  }, z.core.$strict>;
526
526
  export type GetSiteDomainConfigurationResponse = z.infer<typeof GetSiteDomainConfigurationResponseSchema>;
527
- export declare const ActiveSiteDomainDataSchema: z.ZodObject<{
528
- published: z.ZodBoolean;
529
- hostname: z.ZodString;
530
- url: z.ZodString;
531
- sandbox_url: z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<"">]>;
532
- }, z.core.$strict>;
533
- export type ActiveSiteDomainData = z.infer<typeof ActiveSiteDomainDataSchema>;
534
- export declare const GetActiveSiteDomainResponseSchema: z.ZodObject<{
535
- code: z.ZodNumber;
536
- data: z.ZodObject<{
537
- published: z.ZodBoolean;
538
- hostname: z.ZodString;
539
- url: z.ZodString;
540
- sandbox_url: z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<"">]>;
541
- }, z.core.$strict>;
542
- message: z.ZodString;
543
- }, z.core.$strict>;
544
- export type GetActiveSiteDomainResponse = z.infer<typeof GetActiveSiteDomainResponseSchema>;
545
527
  export declare const SitePublishDomainCheckRequestSchema: z.ZodObject<{
546
528
  hostname: z.ZodString;
547
529
  expected_revision: z.ZodNumber;