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