phala 1.1.4-beta.1 → 1.1.4

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.
@@ -510,6 +510,7 @@ declare const cvmAttestationResponseSchema: z.ZodObject<{
510
510
  compose_file: z.ZodNullable<z.ZodString>;
511
511
  }, "strip", z.ZodTypeAny, {
512
512
  error?: string;
513
+ compose_file?: string;
513
514
  is_online?: boolean;
514
515
  is_public?: boolean;
515
516
  app_certificates?: {
@@ -551,9 +552,9 @@ declare const cvmAttestationResponseSchema: z.ZodObject<{
551
552
  event_payload?: string;
552
553
  }[];
553
554
  };
554
- compose_file?: string;
555
555
  }, {
556
556
  error?: string;
557
+ compose_file?: string;
557
558
  is_online?: boolean;
558
559
  is_public?: boolean;
559
560
  app_certificates?: {
@@ -595,7 +596,6 @@ declare const cvmAttestationResponseSchema: z.ZodObject<{
595
596
  event_payload?: string;
596
597
  }[];
597
598
  };
598
- compose_file?: string;
599
599
  }>;
600
600
  declare const imageSchema: z.ZodObject<{
601
601
  name: z.ZodString;