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