@vrplatform/api 1.3.1-stage.2344 → 1.3.1-stage.2345

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.
@@ -39124,8 +39124,13 @@ export interface operations {
39124
39124
  /** Format: uuid */
39125
39125
  id: string;
39126
39126
  title: string;
39127
- /** Format: uuid */
39128
- categoryId: string;
39127
+ category: {
39128
+ /** Format: uuid */
39129
+ id: string;
39130
+ name: string;
39131
+ /** @enum {string} */
39132
+ classification: "asset" | "liability" | "revenue" | "expense";
39133
+ };
39129
39134
  type: string;
39130
39135
  status?: string | null;
39131
39136
  }[];