@vrplatform/api 1.3.1-stage.2344 → 1.3.1-stage.2347
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
package/src/generated/v1.ts
CHANGED
|
@@ -39125,8 +39125,13 @@ export interface operations {
|
|
|
39125
39125
|
/** Format: uuid */
|
|
39126
39126
|
id: string;
|
|
39127
39127
|
title: string;
|
|
39128
|
-
|
|
39129
|
-
|
|
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
|
}[];
|