@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2344",
6
+ "version": "1.3.1-stage.2345",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -39125,8 +39125,13 @@ export interface operations {
39125
39125
  /** Format: uuid */
39126
39126
  id: string;
39127
39127
  title: string;
39128
- /** Format: uuid */
39129
- categoryId: string;
39128
+ category: {
39129
+ /** Format: uuid */
39130
+ id: string;
39131
+ name: string;
39132
+ /** @enum {string} */
39133
+ classification: "asset" | "liability" | "revenue" | "expense";
39134
+ };
39130
39135
  type: string;
39131
39136
  status?: string | null;
39132
39137
  }[];