@vrplatform/api 1.2.33-stage.716 → 1.2.33-stage.718

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.33-stage.716",
6
+ "version": "1.2.33-stage.718",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -23031,6 +23031,10 @@ export interface operations {
23031
23031
  query?: {
23032
23032
  startDate?: string;
23033
23033
  endDate?: string;
23034
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23035
+ categoryIds?: string[];
23036
+ listingIds?: string[];
23037
+ party?: "manager" | "owners";
23034
23038
  };
23035
23039
  header?: {
23036
23040
  "X-Team-Id"?: string;
@@ -23050,6 +23054,16 @@ export interface operations {
23050
23054
  data: {
23051
23055
  key: string;
23052
23056
  title: string;
23057
+ values: {
23058
+ id: string;
23059
+ title: string;
23060
+ total: number;
23061
+ accounts?: {
23062
+ id: string;
23063
+ title: string;
23064
+ total: number;
23065
+ }[];
23066
+ }[];
23053
23067
  rows: {
23054
23068
  id: string;
23055
23069
  title: string;
@@ -23122,6 +23136,10 @@ export interface operations {
23122
23136
  query?: {
23123
23137
  startDate?: string;
23124
23138
  endDate?: string;
23139
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23140
+ categoryIds?: string[];
23141
+ listingIds?: string[];
23142
+ party?: "manager" | "owners";
23125
23143
  };
23126
23144
  header?: {
23127
23145
  "X-Team-Id"?: string;
@@ -23194,6 +23212,10 @@ export interface operations {
23194
23212
  query?: {
23195
23213
  startDate?: string;
23196
23214
  endDate?: string;
23215
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23216
+ categoryIds?: string[];
23217
+ listingIds?: string[];
23218
+ party?: "manager" | "owners";
23197
23219
  };
23198
23220
  header?: {
23199
23221
  "X-Team-Id"?: string;
@@ -23213,6 +23235,16 @@ export interface operations {
23213
23235
  data: {
23214
23236
  key: string;
23215
23237
  title: string;
23238
+ values: {
23239
+ id: string;
23240
+ title: string;
23241
+ total: number;
23242
+ accounts?: {
23243
+ id: string;
23244
+ title: string;
23245
+ total: number;
23246
+ }[];
23247
+ }[];
23216
23248
  rows: {
23217
23249
  id: string;
23218
23250
  title: string;
@@ -23285,6 +23317,10 @@ export interface operations {
23285
23317
  query?: {
23286
23318
  startDate?: string;
23287
23319
  endDate?: string;
23320
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23321
+ categoryIds?: string[];
23322
+ listingIds?: string[];
23323
+ party?: "manager" | "owners";
23288
23324
  };
23289
23325
  header?: {
23290
23326
  "X-Team-Id"?: string;
@@ -23357,6 +23393,10 @@ export interface operations {
23357
23393
  query?: {
23358
23394
  startDate?: string;
23359
23395
  endDate?: string;
23396
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23397
+ categoryIds?: string[];
23398
+ listingIds?: string[];
23399
+ party?: "manager" | "owners";
23360
23400
  };
23361
23401
  header?: {
23362
23402
  "X-Team-Id"?: string;
@@ -23376,6 +23416,16 @@ export interface operations {
23376
23416
  data: {
23377
23417
  key: string;
23378
23418
  title: string;
23419
+ values: {
23420
+ id: string;
23421
+ title: string;
23422
+ total: number;
23423
+ accounts?: {
23424
+ id: string;
23425
+ title: string;
23426
+ total: number;
23427
+ }[];
23428
+ }[];
23379
23429
  rows: {
23380
23430
  id: string;
23381
23431
  title: string;
@@ -23448,6 +23498,10 @@ export interface operations {
23448
23498
  query?: {
23449
23499
  startDate?: string;
23450
23500
  endDate?: string;
23501
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23502
+ categoryIds?: string[];
23503
+ listingIds?: string[];
23504
+ party?: "manager" | "owners";
23451
23505
  };
23452
23506
  header?: {
23453
23507
  "X-Team-Id"?: string;
@@ -23520,6 +23574,10 @@ export interface operations {
23520
23574
  query?: {
23521
23575
  startDate?: string;
23522
23576
  endDate?: string;
23577
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23578
+ categoryIds?: string[];
23579
+ listingIds?: string[];
23580
+ party?: "manager" | "owners";
23523
23581
  };
23524
23582
  header?: {
23525
23583
  "X-Team-Id"?: string;
@@ -23539,6 +23597,16 @@ export interface operations {
23539
23597
  data: {
23540
23598
  key: string;
23541
23599
  title: string;
23600
+ values: {
23601
+ id: string;
23602
+ title: string;
23603
+ total: number;
23604
+ accounts?: {
23605
+ id: string;
23606
+ title: string;
23607
+ total: number;
23608
+ }[];
23609
+ }[];
23542
23610
  rows: {
23543
23611
  id: string;
23544
23612
  title: string;
@@ -23611,6 +23679,10 @@ export interface operations {
23611
23679
  query?: {
23612
23680
  startDate?: string;
23613
23681
  endDate?: string;
23682
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23683
+ categoryIds?: string[];
23684
+ listingIds?: string[];
23685
+ party?: "manager" | "owners";
23614
23686
  };
23615
23687
  header?: {
23616
23688
  "X-Team-Id"?: string;
@@ -23683,6 +23755,10 @@ export interface operations {
23683
23755
  query?: {
23684
23756
  startDate?: string;
23685
23757
  endDate?: string;
23758
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23759
+ categoryIds?: string[];
23760
+ listingIds?: string[];
23761
+ party?: "manager" | "owners";
23686
23762
  };
23687
23763
  header?: {
23688
23764
  "X-Team-Id"?: string;
@@ -23702,6 +23778,16 @@ export interface operations {
23702
23778
  data: {
23703
23779
  key: string;
23704
23780
  title: string;
23781
+ values: {
23782
+ id: string;
23783
+ title: string;
23784
+ total: number;
23785
+ accounts?: {
23786
+ id: string;
23787
+ title: string;
23788
+ total: number;
23789
+ }[];
23790
+ }[];
23705
23791
  rows: {
23706
23792
  id: string;
23707
23793
  title: string;
@@ -23774,6 +23860,10 @@ export interface operations {
23774
23860
  query?: {
23775
23861
  startDate?: string;
23776
23862
  endDate?: string;
23863
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23864
+ categoryIds?: string[];
23865
+ listingIds?: string[];
23866
+ party?: "manager" | "owners";
23777
23867
  };
23778
23868
  header?: {
23779
23869
  "X-Team-Id"?: string;