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