@vrplatform/api 1.3.1-stage.1563 → 1.3.1-stage.1565

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.
@@ -16551,6 +16551,7 @@ export interface operations {
16551
16551
  accountIds: string[];
16552
16552
  }[];
16553
16553
  };
16554
+ aggregate: boolean;
16554
16555
  };
16555
16556
  otherSections: {
16556
16557
  title: string;
@@ -22350,7 +22351,7 @@ export interface operations {
22350
22351
  * @default inReview
22351
22352
  * @enum {string}
22352
22353
  */
22353
- status?: "inReview" | "void" | "published";
22354
+ status?: "inReview" | "published";
22354
22355
  listingPeriodIds?: string[];
22355
22356
  sync?: boolean | null;
22356
22357
  emailDelivery?: {
@@ -25631,7 +25632,7 @@ export interface operations {
25631
25632
  content: {
25632
25633
  "application/json": {
25633
25634
  /** @enum {string} */
25634
- status: "draft" | "inReview" | "void" | "published";
25635
+ status: "draft" | "inReview" | "published";
25635
25636
  /** @description If set, an email will be sent to each owner when the statement is published */
25636
25637
  emailDelivery?: {
25637
25638
  message?: string | null;