@vrplatform/api 1.2.33-stage.728 → 1.2.33-stage.730
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/build/main/generated/v1.d.ts +185 -25
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +185 -25
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +185 -25
|
@@ -23030,7 +23030,7 @@ export interface operations {
|
|
|
23030
23030
|
query?: {
|
|
23031
23031
|
startDate?: string;
|
|
23032
23032
|
endDate?: string;
|
|
23033
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23033
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23034
23034
|
categoryIds?: string[];
|
|
23035
23035
|
listingIds?: string[];
|
|
23036
23036
|
party?: "manager" | "owners";
|
|
@@ -23057,29 +23057,61 @@ export interface operations {
|
|
|
23057
23057
|
id: string;
|
|
23058
23058
|
title: string;
|
|
23059
23059
|
total: number;
|
|
23060
|
-
|
|
23060
|
+
subClassification?: {
|
|
23061
23061
|
id: string;
|
|
23062
23062
|
title: string;
|
|
23063
23063
|
total: number;
|
|
23064
23064
|
}[];
|
|
23065
23065
|
}[];
|
|
23066
|
-
|
|
23066
|
+
classification: {
|
|
23067
23067
|
id: string;
|
|
23068
23068
|
title: string;
|
|
23069
23069
|
values: {
|
|
23070
23070
|
id: string;
|
|
23071
23071
|
title: string;
|
|
23072
23072
|
total: number;
|
|
23073
|
-
|
|
23073
|
+
subClassification?: {
|
|
23074
23074
|
id: string;
|
|
23075
23075
|
title: string;
|
|
23076
23076
|
total: number;
|
|
23077
23077
|
}[];
|
|
23078
23078
|
}[];
|
|
23079
23079
|
total: number;
|
|
23080
|
+
classification?: unknown[];
|
|
23080
23081
|
}[];
|
|
23081
23082
|
total: number;
|
|
23082
23083
|
}[];
|
|
23084
|
+
netIncome?: {
|
|
23085
|
+
key: string;
|
|
23086
|
+
title: string;
|
|
23087
|
+
values: {
|
|
23088
|
+
id: string;
|
|
23089
|
+
title: string;
|
|
23090
|
+
total: number;
|
|
23091
|
+
subClassification?: {
|
|
23092
|
+
id: string;
|
|
23093
|
+
title: string;
|
|
23094
|
+
total: number;
|
|
23095
|
+
}[];
|
|
23096
|
+
}[];
|
|
23097
|
+
classification: {
|
|
23098
|
+
id: string;
|
|
23099
|
+
title: string;
|
|
23100
|
+
values: {
|
|
23101
|
+
id: string;
|
|
23102
|
+
title: string;
|
|
23103
|
+
total: number;
|
|
23104
|
+
subClassification?: {
|
|
23105
|
+
id: string;
|
|
23106
|
+
title: string;
|
|
23107
|
+
total: number;
|
|
23108
|
+
}[];
|
|
23109
|
+
}[];
|
|
23110
|
+
total: number;
|
|
23111
|
+
classification?: unknown[];
|
|
23112
|
+
}[];
|
|
23113
|
+
total: number;
|
|
23114
|
+
} | null;
|
|
23083
23115
|
};
|
|
23084
23116
|
};
|
|
23085
23117
|
};
|
|
@@ -23135,7 +23167,7 @@ export interface operations {
|
|
|
23135
23167
|
query?: {
|
|
23136
23168
|
startDate?: string;
|
|
23137
23169
|
endDate?: string;
|
|
23138
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23170
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23139
23171
|
categoryIds?: string[];
|
|
23140
23172
|
listingIds?: string[];
|
|
23141
23173
|
party?: "manager" | "owners";
|
|
@@ -23211,7 +23243,7 @@ export interface operations {
|
|
|
23211
23243
|
query?: {
|
|
23212
23244
|
startDate?: string;
|
|
23213
23245
|
endDate?: string;
|
|
23214
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23246
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23215
23247
|
categoryIds?: string[];
|
|
23216
23248
|
listingIds?: string[];
|
|
23217
23249
|
party?: "manager" | "owners";
|
|
@@ -23238,29 +23270,61 @@ export interface operations {
|
|
|
23238
23270
|
id: string;
|
|
23239
23271
|
title: string;
|
|
23240
23272
|
total: number;
|
|
23241
|
-
|
|
23273
|
+
subClassification?: {
|
|
23242
23274
|
id: string;
|
|
23243
23275
|
title: string;
|
|
23244
23276
|
total: number;
|
|
23245
23277
|
}[];
|
|
23246
23278
|
}[];
|
|
23247
|
-
|
|
23279
|
+
classification: {
|
|
23248
23280
|
id: string;
|
|
23249
23281
|
title: string;
|
|
23250
23282
|
values: {
|
|
23251
23283
|
id: string;
|
|
23252
23284
|
title: string;
|
|
23253
23285
|
total: number;
|
|
23254
|
-
|
|
23286
|
+
subClassification?: {
|
|
23255
23287
|
id: string;
|
|
23256
23288
|
title: string;
|
|
23257
23289
|
total: number;
|
|
23258
23290
|
}[];
|
|
23259
23291
|
}[];
|
|
23260
23292
|
total: number;
|
|
23293
|
+
classification?: unknown[];
|
|
23261
23294
|
}[];
|
|
23262
23295
|
total: number;
|
|
23263
23296
|
}[];
|
|
23297
|
+
netIncome?: {
|
|
23298
|
+
key: string;
|
|
23299
|
+
title: string;
|
|
23300
|
+
values: {
|
|
23301
|
+
id: string;
|
|
23302
|
+
title: string;
|
|
23303
|
+
total: number;
|
|
23304
|
+
subClassification?: {
|
|
23305
|
+
id: string;
|
|
23306
|
+
title: string;
|
|
23307
|
+
total: number;
|
|
23308
|
+
}[];
|
|
23309
|
+
}[];
|
|
23310
|
+
classification: {
|
|
23311
|
+
id: string;
|
|
23312
|
+
title: string;
|
|
23313
|
+
values: {
|
|
23314
|
+
id: string;
|
|
23315
|
+
title: string;
|
|
23316
|
+
total: number;
|
|
23317
|
+
subClassification?: {
|
|
23318
|
+
id: string;
|
|
23319
|
+
title: string;
|
|
23320
|
+
total: number;
|
|
23321
|
+
}[];
|
|
23322
|
+
}[];
|
|
23323
|
+
total: number;
|
|
23324
|
+
classification?: unknown[];
|
|
23325
|
+
}[];
|
|
23326
|
+
total: number;
|
|
23327
|
+
} | null;
|
|
23264
23328
|
};
|
|
23265
23329
|
};
|
|
23266
23330
|
};
|
|
@@ -23316,7 +23380,7 @@ export interface operations {
|
|
|
23316
23380
|
query?: {
|
|
23317
23381
|
startDate?: string;
|
|
23318
23382
|
endDate?: string;
|
|
23319
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23383
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23320
23384
|
categoryIds?: string[];
|
|
23321
23385
|
listingIds?: string[];
|
|
23322
23386
|
party?: "manager" | "owners";
|
|
@@ -23392,7 +23456,7 @@ export interface operations {
|
|
|
23392
23456
|
query?: {
|
|
23393
23457
|
startDate?: string;
|
|
23394
23458
|
endDate?: string;
|
|
23395
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23459
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23396
23460
|
categoryIds?: string[];
|
|
23397
23461
|
listingIds?: string[];
|
|
23398
23462
|
party?: "manager" | "owners";
|
|
@@ -23419,29 +23483,61 @@ export interface operations {
|
|
|
23419
23483
|
id: string;
|
|
23420
23484
|
title: string;
|
|
23421
23485
|
total: number;
|
|
23422
|
-
|
|
23486
|
+
subClassification?: {
|
|
23423
23487
|
id: string;
|
|
23424
23488
|
title: string;
|
|
23425
23489
|
total: number;
|
|
23426
23490
|
}[];
|
|
23427
23491
|
}[];
|
|
23428
|
-
|
|
23492
|
+
classification: {
|
|
23429
23493
|
id: string;
|
|
23430
23494
|
title: string;
|
|
23431
23495
|
values: {
|
|
23432
23496
|
id: string;
|
|
23433
23497
|
title: string;
|
|
23434
23498
|
total: number;
|
|
23435
|
-
|
|
23499
|
+
subClassification?: {
|
|
23436
23500
|
id: string;
|
|
23437
23501
|
title: string;
|
|
23438
23502
|
total: number;
|
|
23439
23503
|
}[];
|
|
23440
23504
|
}[];
|
|
23441
23505
|
total: number;
|
|
23506
|
+
classification?: unknown[];
|
|
23442
23507
|
}[];
|
|
23443
23508
|
total: number;
|
|
23444
23509
|
}[];
|
|
23510
|
+
netIncome?: {
|
|
23511
|
+
key: string;
|
|
23512
|
+
title: string;
|
|
23513
|
+
values: {
|
|
23514
|
+
id: string;
|
|
23515
|
+
title: string;
|
|
23516
|
+
total: number;
|
|
23517
|
+
subClassification?: {
|
|
23518
|
+
id: string;
|
|
23519
|
+
title: string;
|
|
23520
|
+
total: number;
|
|
23521
|
+
}[];
|
|
23522
|
+
}[];
|
|
23523
|
+
classification: {
|
|
23524
|
+
id: string;
|
|
23525
|
+
title: string;
|
|
23526
|
+
values: {
|
|
23527
|
+
id: string;
|
|
23528
|
+
title: string;
|
|
23529
|
+
total: number;
|
|
23530
|
+
subClassification?: {
|
|
23531
|
+
id: string;
|
|
23532
|
+
title: string;
|
|
23533
|
+
total: number;
|
|
23534
|
+
}[];
|
|
23535
|
+
}[];
|
|
23536
|
+
total: number;
|
|
23537
|
+
classification?: unknown[];
|
|
23538
|
+
}[];
|
|
23539
|
+
total: number;
|
|
23540
|
+
} | null;
|
|
23445
23541
|
};
|
|
23446
23542
|
};
|
|
23447
23543
|
};
|
|
@@ -23497,7 +23593,7 @@ export interface operations {
|
|
|
23497
23593
|
query?: {
|
|
23498
23594
|
startDate?: string;
|
|
23499
23595
|
endDate?: string;
|
|
23500
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23596
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23501
23597
|
categoryIds?: string[];
|
|
23502
23598
|
listingIds?: string[];
|
|
23503
23599
|
party?: "manager" | "owners";
|
|
@@ -23573,7 +23669,7 @@ export interface operations {
|
|
|
23573
23669
|
query?: {
|
|
23574
23670
|
startDate?: string;
|
|
23575
23671
|
endDate?: string;
|
|
23576
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23672
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23577
23673
|
categoryIds?: string[];
|
|
23578
23674
|
listingIds?: string[];
|
|
23579
23675
|
party?: "manager" | "owners";
|
|
@@ -23600,29 +23696,61 @@ export interface operations {
|
|
|
23600
23696
|
id: string;
|
|
23601
23697
|
title: string;
|
|
23602
23698
|
total: number;
|
|
23603
|
-
|
|
23699
|
+
subClassification?: {
|
|
23604
23700
|
id: string;
|
|
23605
23701
|
title: string;
|
|
23606
23702
|
total: number;
|
|
23607
23703
|
}[];
|
|
23608
23704
|
}[];
|
|
23609
|
-
|
|
23705
|
+
classification: {
|
|
23610
23706
|
id: string;
|
|
23611
23707
|
title: string;
|
|
23612
23708
|
values: {
|
|
23613
23709
|
id: string;
|
|
23614
23710
|
title: string;
|
|
23615
23711
|
total: number;
|
|
23616
|
-
|
|
23712
|
+
subClassification?: {
|
|
23617
23713
|
id: string;
|
|
23618
23714
|
title: string;
|
|
23619
23715
|
total: number;
|
|
23620
23716
|
}[];
|
|
23621
23717
|
}[];
|
|
23622
23718
|
total: number;
|
|
23719
|
+
classification?: unknown[];
|
|
23623
23720
|
}[];
|
|
23624
23721
|
total: number;
|
|
23625
23722
|
}[];
|
|
23723
|
+
netIncome?: {
|
|
23724
|
+
key: string;
|
|
23725
|
+
title: string;
|
|
23726
|
+
values: {
|
|
23727
|
+
id: string;
|
|
23728
|
+
title: string;
|
|
23729
|
+
total: number;
|
|
23730
|
+
subClassification?: {
|
|
23731
|
+
id: string;
|
|
23732
|
+
title: string;
|
|
23733
|
+
total: number;
|
|
23734
|
+
}[];
|
|
23735
|
+
}[];
|
|
23736
|
+
classification: {
|
|
23737
|
+
id: string;
|
|
23738
|
+
title: string;
|
|
23739
|
+
values: {
|
|
23740
|
+
id: string;
|
|
23741
|
+
title: string;
|
|
23742
|
+
total: number;
|
|
23743
|
+
subClassification?: {
|
|
23744
|
+
id: string;
|
|
23745
|
+
title: string;
|
|
23746
|
+
total: number;
|
|
23747
|
+
}[];
|
|
23748
|
+
}[];
|
|
23749
|
+
total: number;
|
|
23750
|
+
classification?: unknown[];
|
|
23751
|
+
}[];
|
|
23752
|
+
total: number;
|
|
23753
|
+
} | null;
|
|
23626
23754
|
};
|
|
23627
23755
|
};
|
|
23628
23756
|
};
|
|
@@ -23678,7 +23806,7 @@ export interface operations {
|
|
|
23678
23806
|
query?: {
|
|
23679
23807
|
startDate?: string;
|
|
23680
23808
|
endDate?: string;
|
|
23681
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23809
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23682
23810
|
categoryIds?: string[];
|
|
23683
23811
|
listingIds?: string[];
|
|
23684
23812
|
party?: "manager" | "owners";
|
|
@@ -23754,7 +23882,7 @@ export interface operations {
|
|
|
23754
23882
|
query?: {
|
|
23755
23883
|
startDate?: string;
|
|
23756
23884
|
endDate?: string;
|
|
23757
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23885
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23758
23886
|
categoryIds?: string[];
|
|
23759
23887
|
listingIds?: string[];
|
|
23760
23888
|
party?: "manager" | "owners";
|
|
@@ -23781,29 +23909,61 @@ export interface operations {
|
|
|
23781
23909
|
id: string;
|
|
23782
23910
|
title: string;
|
|
23783
23911
|
total: number;
|
|
23784
|
-
|
|
23912
|
+
subClassification?: {
|
|
23785
23913
|
id: string;
|
|
23786
23914
|
title: string;
|
|
23787
23915
|
total: number;
|
|
23788
23916
|
}[];
|
|
23789
23917
|
}[];
|
|
23790
|
-
|
|
23918
|
+
classification: {
|
|
23791
23919
|
id: string;
|
|
23792
23920
|
title: string;
|
|
23793
23921
|
values: {
|
|
23794
23922
|
id: string;
|
|
23795
23923
|
title: string;
|
|
23796
23924
|
total: number;
|
|
23797
|
-
|
|
23925
|
+
subClassification?: {
|
|
23798
23926
|
id: string;
|
|
23799
23927
|
title: string;
|
|
23800
23928
|
total: number;
|
|
23801
23929
|
}[];
|
|
23802
23930
|
}[];
|
|
23803
23931
|
total: number;
|
|
23932
|
+
classification?: unknown[];
|
|
23804
23933
|
}[];
|
|
23805
23934
|
total: number;
|
|
23806
23935
|
}[];
|
|
23936
|
+
netIncome?: {
|
|
23937
|
+
key: string;
|
|
23938
|
+
title: string;
|
|
23939
|
+
values: {
|
|
23940
|
+
id: string;
|
|
23941
|
+
title: string;
|
|
23942
|
+
total: number;
|
|
23943
|
+
subClassification?: {
|
|
23944
|
+
id: string;
|
|
23945
|
+
title: string;
|
|
23946
|
+
total: number;
|
|
23947
|
+
}[];
|
|
23948
|
+
}[];
|
|
23949
|
+
classification: {
|
|
23950
|
+
id: string;
|
|
23951
|
+
title: string;
|
|
23952
|
+
values: {
|
|
23953
|
+
id: string;
|
|
23954
|
+
title: string;
|
|
23955
|
+
total: number;
|
|
23956
|
+
subClassification?: {
|
|
23957
|
+
id: string;
|
|
23958
|
+
title: string;
|
|
23959
|
+
total: number;
|
|
23960
|
+
}[];
|
|
23961
|
+
}[];
|
|
23962
|
+
total: number;
|
|
23963
|
+
classification?: unknown[];
|
|
23964
|
+
}[];
|
|
23965
|
+
total: number;
|
|
23966
|
+
} | null;
|
|
23807
23967
|
};
|
|
23808
23968
|
};
|
|
23809
23969
|
};
|
|
@@ -23859,7 +24019,7 @@ export interface operations {
|
|
|
23859
24019
|
query?: {
|
|
23860
24020
|
startDate?: string;
|
|
23861
24021
|
endDate?: string;
|
|
23862
|
-
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
24022
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
|
|
23863
24023
|
categoryIds?: string[];
|
|
23864
24024
|
listingIds?: string[];
|
|
23865
24025
|
party?: "manager" | "owners";
|