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