@vrplatform/api 1.2.33-stage.715 → 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.
|
@@ -6799,6 +6799,15 @@ export interface operations {
|
|
|
6799
6799
|
/** @enum {string|null} */
|
|
6800
6800
|
status?: "active" | "inactive" | null;
|
|
6801
6801
|
} | null;
|
|
6802
|
+
upcomingDeactivation: {
|
|
6803
|
+
/** @enum {string} */
|
|
6804
|
+
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
6805
|
+
period: {
|
|
6806
|
+
id: string;
|
|
6807
|
+
startAt: string;
|
|
6808
|
+
endAt: string | null;
|
|
6809
|
+
} | null;
|
|
6810
|
+
};
|
|
6802
6811
|
}[];
|
|
6803
6812
|
issues: {
|
|
6804
6813
|
ref: string;
|
|
@@ -7031,6 +7040,15 @@ export interface operations {
|
|
|
7031
7040
|
/** @enum {string|null} */
|
|
7032
7041
|
status?: "active" | "inactive" | null;
|
|
7033
7042
|
} | null;
|
|
7043
|
+
upcomingDeactivation: {
|
|
7044
|
+
/** @enum {string} */
|
|
7045
|
+
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
7046
|
+
period: {
|
|
7047
|
+
id: string;
|
|
7048
|
+
startAt: string;
|
|
7049
|
+
endAt: string | null;
|
|
7050
|
+
} | null;
|
|
7051
|
+
};
|
|
7034
7052
|
};
|
|
7035
7053
|
};
|
|
7036
7054
|
};
|
|
@@ -7215,6 +7233,15 @@ export interface operations {
|
|
|
7215
7233
|
/** @enum {string|null} */
|
|
7216
7234
|
status?: "active" | "inactive" | null;
|
|
7217
7235
|
} | null;
|
|
7236
|
+
upcomingDeactivation: {
|
|
7237
|
+
/** @enum {string} */
|
|
7238
|
+
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
7239
|
+
period: {
|
|
7240
|
+
id: string;
|
|
7241
|
+
startAt: string;
|
|
7242
|
+
endAt: string | null;
|
|
7243
|
+
} | null;
|
|
7244
|
+
};
|
|
7218
7245
|
};
|
|
7219
7246
|
};
|
|
7220
7247
|
};
|
|
@@ -7423,6 +7450,15 @@ export interface operations {
|
|
|
7423
7450
|
/** @enum {string|null} */
|
|
7424
7451
|
status?: "active" | "inactive" | null;
|
|
7425
7452
|
} | null;
|
|
7453
|
+
upcomingDeactivation: {
|
|
7454
|
+
/** @enum {string} */
|
|
7455
|
+
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
7456
|
+
period: {
|
|
7457
|
+
id: string;
|
|
7458
|
+
startAt: string;
|
|
7459
|
+
endAt: string | null;
|
|
7460
|
+
} | null;
|
|
7461
|
+
};
|
|
7426
7462
|
}[];
|
|
7427
7463
|
pagination: {
|
|
7428
7464
|
/** @default 100 */
|
|
@@ -7615,6 +7651,15 @@ export interface operations {
|
|
|
7615
7651
|
/** @enum {string|null} */
|
|
7616
7652
|
status?: "active" | "inactive" | null;
|
|
7617
7653
|
} | null;
|
|
7654
|
+
upcomingDeactivation: {
|
|
7655
|
+
/** @enum {string} */
|
|
7656
|
+
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
7657
|
+
period: {
|
|
7658
|
+
id: string;
|
|
7659
|
+
startAt: string;
|
|
7660
|
+
endAt: string | null;
|
|
7661
|
+
} | null;
|
|
7662
|
+
};
|
|
7618
7663
|
};
|
|
7619
7664
|
};
|
|
7620
7665
|
};
|
|
@@ -22985,6 +23030,10 @@ export interface operations {
|
|
|
22985
23030
|
query?: {
|
|
22986
23031
|
startDate?: string;
|
|
22987
23032
|
endDate?: string;
|
|
23033
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23034
|
+
categoryIds?: string[];
|
|
23035
|
+
listingIds?: string[];
|
|
23036
|
+
party?: "manager" | "owners";
|
|
22988
23037
|
};
|
|
22989
23038
|
header?: {
|
|
22990
23039
|
"X-Team-Id"?: string;
|
|
@@ -23004,6 +23053,16 @@ export interface operations {
|
|
|
23004
23053
|
data: {
|
|
23005
23054
|
key: string;
|
|
23006
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
|
+
}[];
|
|
23007
23066
|
rows: {
|
|
23008
23067
|
id: string;
|
|
23009
23068
|
title: string;
|
|
@@ -23076,6 +23135,10 @@ export interface operations {
|
|
|
23076
23135
|
query?: {
|
|
23077
23136
|
startDate?: string;
|
|
23078
23137
|
endDate?: string;
|
|
23138
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23139
|
+
categoryIds?: string[];
|
|
23140
|
+
listingIds?: string[];
|
|
23141
|
+
party?: "manager" | "owners";
|
|
23079
23142
|
};
|
|
23080
23143
|
header?: {
|
|
23081
23144
|
"X-Team-Id"?: string;
|
|
@@ -23148,6 +23211,10 @@ export interface operations {
|
|
|
23148
23211
|
query?: {
|
|
23149
23212
|
startDate?: string;
|
|
23150
23213
|
endDate?: string;
|
|
23214
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23215
|
+
categoryIds?: string[];
|
|
23216
|
+
listingIds?: string[];
|
|
23217
|
+
party?: "manager" | "owners";
|
|
23151
23218
|
};
|
|
23152
23219
|
header?: {
|
|
23153
23220
|
"X-Team-Id"?: string;
|
|
@@ -23167,6 +23234,16 @@ export interface operations {
|
|
|
23167
23234
|
data: {
|
|
23168
23235
|
key: string;
|
|
23169
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
|
+
}[];
|
|
23170
23247
|
rows: {
|
|
23171
23248
|
id: string;
|
|
23172
23249
|
title: string;
|
|
@@ -23239,6 +23316,10 @@ export interface operations {
|
|
|
23239
23316
|
query?: {
|
|
23240
23317
|
startDate?: string;
|
|
23241
23318
|
endDate?: string;
|
|
23319
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23320
|
+
categoryIds?: string[];
|
|
23321
|
+
listingIds?: string[];
|
|
23322
|
+
party?: "manager" | "owners";
|
|
23242
23323
|
};
|
|
23243
23324
|
header?: {
|
|
23244
23325
|
"X-Team-Id"?: string;
|
|
@@ -23311,6 +23392,10 @@ export interface operations {
|
|
|
23311
23392
|
query?: {
|
|
23312
23393
|
startDate?: string;
|
|
23313
23394
|
endDate?: string;
|
|
23395
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23396
|
+
categoryIds?: string[];
|
|
23397
|
+
listingIds?: string[];
|
|
23398
|
+
party?: "manager" | "owners";
|
|
23314
23399
|
};
|
|
23315
23400
|
header?: {
|
|
23316
23401
|
"X-Team-Id"?: string;
|
|
@@ -23330,6 +23415,16 @@ export interface operations {
|
|
|
23330
23415
|
data: {
|
|
23331
23416
|
key: string;
|
|
23332
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
|
+
}[];
|
|
23333
23428
|
rows: {
|
|
23334
23429
|
id: string;
|
|
23335
23430
|
title: string;
|
|
@@ -23402,6 +23497,10 @@ export interface operations {
|
|
|
23402
23497
|
query?: {
|
|
23403
23498
|
startDate?: string;
|
|
23404
23499
|
endDate?: string;
|
|
23500
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23501
|
+
categoryIds?: string[];
|
|
23502
|
+
listingIds?: string[];
|
|
23503
|
+
party?: "manager" | "owners";
|
|
23405
23504
|
};
|
|
23406
23505
|
header?: {
|
|
23407
23506
|
"X-Team-Id"?: string;
|
|
@@ -23474,6 +23573,10 @@ export interface operations {
|
|
|
23474
23573
|
query?: {
|
|
23475
23574
|
startDate?: string;
|
|
23476
23575
|
endDate?: string;
|
|
23576
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23577
|
+
categoryIds?: string[];
|
|
23578
|
+
listingIds?: string[];
|
|
23579
|
+
party?: "manager" | "owners";
|
|
23477
23580
|
};
|
|
23478
23581
|
header?: {
|
|
23479
23582
|
"X-Team-Id"?: string;
|
|
@@ -23493,6 +23596,16 @@ export interface operations {
|
|
|
23493
23596
|
data: {
|
|
23494
23597
|
key: string;
|
|
23495
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
|
+
}[];
|
|
23496
23609
|
rows: {
|
|
23497
23610
|
id: string;
|
|
23498
23611
|
title: string;
|
|
@@ -23565,6 +23678,10 @@ export interface operations {
|
|
|
23565
23678
|
query?: {
|
|
23566
23679
|
startDate?: string;
|
|
23567
23680
|
endDate?: string;
|
|
23681
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23682
|
+
categoryIds?: string[];
|
|
23683
|
+
listingIds?: string[];
|
|
23684
|
+
party?: "manager" | "owners";
|
|
23568
23685
|
};
|
|
23569
23686
|
header?: {
|
|
23570
23687
|
"X-Team-Id"?: string;
|
|
@@ -23637,6 +23754,10 @@ export interface operations {
|
|
|
23637
23754
|
query?: {
|
|
23638
23755
|
startDate?: string;
|
|
23639
23756
|
endDate?: string;
|
|
23757
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23758
|
+
categoryIds?: string[];
|
|
23759
|
+
listingIds?: string[];
|
|
23760
|
+
party?: "manager" | "owners";
|
|
23640
23761
|
};
|
|
23641
23762
|
header?: {
|
|
23642
23763
|
"X-Team-Id"?: string;
|
|
@@ -23656,6 +23777,16 @@ export interface operations {
|
|
|
23656
23777
|
data: {
|
|
23657
23778
|
key: string;
|
|
23658
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
|
+
}[];
|
|
23659
23790
|
rows: {
|
|
23660
23791
|
id: string;
|
|
23661
23792
|
title: string;
|
|
@@ -23728,6 +23859,10 @@ export interface operations {
|
|
|
23728
23859
|
query?: {
|
|
23729
23860
|
startDate?: string;
|
|
23730
23861
|
endDate?: string;
|
|
23862
|
+
classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
|
|
23863
|
+
categoryIds?: string[];
|
|
23864
|
+
listingIds?: string[];
|
|
23865
|
+
party?: "manager" | "owners";
|
|
23731
23866
|
};
|
|
23732
23867
|
header?: {
|
|
23733
23868
|
"X-Team-Id"?: string;
|