@vrplatform/api 1.2.33-stage.697 → 1.2.33-stage.699
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
|
@@ -24055,13 +24055,11 @@ export interface operations {
|
|
|
24055
24055
|
/** @enum {string} */
|
|
24056
24056
|
classificationKey?: "revenue" | "directCosts" | "operatingExpenses" | "nonOperating";
|
|
24057
24057
|
values: {
|
|
24058
|
+
id: string;
|
|
24058
24059
|
title: string;
|
|
24059
24060
|
total: number;
|
|
24060
|
-
|
|
24061
|
-
|
|
24062
|
-
id: string;
|
|
24063
|
-
name: string;
|
|
24064
|
-
values: {
|
|
24061
|
+
accounts?: {
|
|
24062
|
+
id: string;
|
|
24065
24063
|
title: string;
|
|
24066
24064
|
total: number;
|
|
24067
24065
|
}[];
|
|
@@ -24211,7 +24209,7 @@ export interface operations {
|
|
|
24211
24209
|
content: {
|
|
24212
24210
|
"application/json": {
|
|
24213
24211
|
data: {
|
|
24214
|
-
id: string;
|
|
24212
|
+
id: string | null;
|
|
24215
24213
|
name: string;
|
|
24216
24214
|
categories: {
|
|
24217
24215
|
id: string;
|
|
@@ -24386,13 +24384,11 @@ export interface operations {
|
|
|
24386
24384
|
/** @enum {string} */
|
|
24387
24385
|
classificationKey?: "revenue" | "directCosts" | "operatingExpenses" | "nonOperating";
|
|
24388
24386
|
values: {
|
|
24387
|
+
id: string;
|
|
24389
24388
|
title: string;
|
|
24390
24389
|
total: number;
|
|
24391
|
-
|
|
24392
|
-
|
|
24393
|
-
id: string;
|
|
24394
|
-
name: string;
|
|
24395
|
-
values: {
|
|
24390
|
+
accounts?: {
|
|
24391
|
+
id: string;
|
|
24396
24392
|
title: string;
|
|
24397
24393
|
total: number;
|
|
24398
24394
|
}[];
|
|
@@ -24557,13 +24553,11 @@ export interface operations {
|
|
|
24557
24553
|
/** @enum {string} */
|
|
24558
24554
|
classificationKey?: "revenue" | "directCosts" | "operatingExpenses" | "nonOperating";
|
|
24559
24555
|
values: {
|
|
24556
|
+
id: string;
|
|
24560
24557
|
title: string;
|
|
24561
24558
|
total: number;
|
|
24562
|
-
|
|
24563
|
-
|
|
24564
|
-
id: string;
|
|
24565
|
-
name: string;
|
|
24566
|
-
values: {
|
|
24559
|
+
accounts?: {
|
|
24560
|
+
id: string;
|
|
24567
24561
|
title: string;
|
|
24568
24562
|
total: number;
|
|
24569
24563
|
}[];
|
|
@@ -24728,13 +24722,11 @@ export interface operations {
|
|
|
24728
24722
|
/** @enum {string} */
|
|
24729
24723
|
classificationKey?: "revenue" | "directCosts" | "operatingExpenses" | "nonOperating";
|
|
24730
24724
|
values: {
|
|
24725
|
+
id: string;
|
|
24731
24726
|
title: string;
|
|
24732
24727
|
total: number;
|
|
24733
|
-
|
|
24734
|
-
|
|
24735
|
-
id: string;
|
|
24736
|
-
name: string;
|
|
24737
|
-
values: {
|
|
24728
|
+
accounts?: {
|
|
24729
|
+
id: string;
|
|
24738
24730
|
title: string;
|
|
24739
24731
|
total: number;
|
|
24740
24732
|
}[];
|