@vrplatform/api 1.3.1-stage.1974 → 1.3.1-stage.1975
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.
|
@@ -26217,26 +26217,13 @@ export interface operations {
|
|
|
26217
26217
|
/** @description Value in cents (100 = 1€) */
|
|
26218
26218
|
expenses: number;
|
|
26219
26219
|
/** @description Value in cents (100 = 1€) */
|
|
26220
|
+
reserve: number;
|
|
26221
|
+
/** @description Value in cents (100 = 1€) */
|
|
26220
26222
|
netIncome: number;
|
|
26221
26223
|
/** @description Value in cents (100 = 1€) */
|
|
26222
26224
|
transfers: number;
|
|
26223
26225
|
/** @description Value in cents (100 = 1€) */
|
|
26224
26226
|
balanceEnd: number;
|
|
26225
|
-
totals: {
|
|
26226
|
-
/** @description Value in cents (100 = 1€) */
|
|
26227
|
-
balanceStart: number;
|
|
26228
|
-
/** @description Value in cents (100 = 1€) */
|
|
26229
|
-
netRevenue: number;
|
|
26230
|
-
/** @description Value in cents (100 = 1€) */
|
|
26231
|
-
expenses: number;
|
|
26232
|
-
/** @description Value in cents (100 = 1€) */
|
|
26233
|
-
netIncome: number;
|
|
26234
|
-
/** @description Value in cents (100 = 1€) */
|
|
26235
|
-
transfers: number;
|
|
26236
|
-
/** @description Value in cents (100 = 1€) */
|
|
26237
|
-
balanceEnd: number;
|
|
26238
|
-
reserve: number;
|
|
26239
|
-
};
|
|
26240
26227
|
};
|
|
26241
26228
|
uniqueRef: string;
|
|
26242
26229
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
@@ -26414,20 +26401,6 @@ export interface operations {
|
|
|
26414
26401
|
totalPage: number;
|
|
26415
26402
|
nextPage?: number;
|
|
26416
26403
|
};
|
|
26417
|
-
aggregations?: {
|
|
26418
|
-
/** @description Value in cents (100 = 1€) */
|
|
26419
|
-
balanceStart: number;
|
|
26420
|
-
/** @description Value in cents (100 = 1€) */
|
|
26421
|
-
netRevenue: number;
|
|
26422
|
-
/** @description Value in cents (100 = 1€) */
|
|
26423
|
-
expenses: number;
|
|
26424
|
-
/** @description Value in cents (100 = 1€) */
|
|
26425
|
-
netIncome: number;
|
|
26426
|
-
/** @description Value in cents (100 = 1€) */
|
|
26427
|
-
transfers: number;
|
|
26428
|
-
/** @description Value in cents (100 = 1€) */
|
|
26429
|
-
balanceEnd: number;
|
|
26430
|
-
};
|
|
26431
26404
|
aggregates?: {
|
|
26432
26405
|
/** @description Value in cents (100 = 1€) */
|
|
26433
26406
|
balanceStart: number;
|
|
@@ -26436,30 +26409,16 @@ export interface operations {
|
|
|
26436
26409
|
/** @description Value in cents (100 = 1€) */
|
|
26437
26410
|
expenses: number;
|
|
26438
26411
|
/** @description Value in cents (100 = 1€) */
|
|
26412
|
+
reserve: number;
|
|
26413
|
+
/** @description Value in cents (100 = 1€) */
|
|
26439
26414
|
netIncome: number;
|
|
26440
26415
|
/** @description Value in cents (100 = 1€) */
|
|
26441
26416
|
transfers: number;
|
|
26442
26417
|
/** @description Value in cents (100 = 1€) */
|
|
26443
26418
|
balanceEnd: number;
|
|
26444
|
-
reserve: number;
|
|
26445
26419
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
26446
26420
|
currency: string;
|
|
26447
26421
|
}[];
|
|
26448
|
-
totals?: {
|
|
26449
|
-
/** @description Value in cents (100 = 1€) */
|
|
26450
|
-
balanceStart: number;
|
|
26451
|
-
/** @description Value in cents (100 = 1€) */
|
|
26452
|
-
netRevenue: number;
|
|
26453
|
-
/** @description Value in cents (100 = 1€) */
|
|
26454
|
-
expenses: number;
|
|
26455
|
-
/** @description Value in cents (100 = 1€) */
|
|
26456
|
-
netIncome: number;
|
|
26457
|
-
/** @description Value in cents (100 = 1€) */
|
|
26458
|
-
transfers: number;
|
|
26459
|
-
/** @description Value in cents (100 = 1€) */
|
|
26460
|
-
balanceEnd: number;
|
|
26461
|
-
reserve: number;
|
|
26462
|
-
};
|
|
26463
26422
|
};
|
|
26464
26423
|
};
|
|
26465
26424
|
};
|
|
@@ -26593,6 +26552,8 @@ export interface operations {
|
|
|
26593
26552
|
/** @description Value in cents (100 = 1€) */
|
|
26594
26553
|
expenses: number;
|
|
26595
26554
|
/** @description Value in cents (100 = 1€) */
|
|
26555
|
+
reserve: number;
|
|
26556
|
+
/** @description Value in cents (100 = 1€) */
|
|
26596
26557
|
netIncome: number;
|
|
26597
26558
|
/** @description Value in cents (100 = 1€) */
|
|
26598
26559
|
transfers: number;
|
|
@@ -27155,6 +27116,8 @@ export interface operations {
|
|
|
27155
27116
|
/** @description Value in cents (100 = 1€) */
|
|
27156
27117
|
expenses: number;
|
|
27157
27118
|
/** @description Value in cents (100 = 1€) */
|
|
27119
|
+
reserve: number;
|
|
27120
|
+
/** @description Value in cents (100 = 1€) */
|
|
27158
27121
|
netIncome: number;
|
|
27159
27122
|
/** @description Value in cents (100 = 1€) */
|
|
27160
27123
|
transfers: number;
|
|
@@ -29522,6 +29485,8 @@ export interface operations {
|
|
|
29522
29485
|
/** @description Value in cents (100 = 1€) */
|
|
29523
29486
|
expenses: number;
|
|
29524
29487
|
/** @description Value in cents (100 = 1€) */
|
|
29488
|
+
reserve: number;
|
|
29489
|
+
/** @description Value in cents (100 = 1€) */
|
|
29525
29490
|
netIncome: number;
|
|
29526
29491
|
/** @description Value in cents (100 = 1€) */
|
|
29527
29492
|
transfers: number;
|
|
@@ -29649,6 +29614,8 @@ export interface operations {
|
|
|
29649
29614
|
/** @description Value in cents (100 = 1€) */
|
|
29650
29615
|
expenses: number;
|
|
29651
29616
|
/** @description Value in cents (100 = 1€) */
|
|
29617
|
+
reserve: number;
|
|
29618
|
+
/** @description Value in cents (100 = 1€) */
|
|
29652
29619
|
netIncome: number;
|
|
29653
29620
|
/** @description Value in cents (100 = 1€) */
|
|
29654
29621
|
transfers: number;
|
|
@@ -30216,6 +30183,8 @@ export interface operations {
|
|
|
30216
30183
|
/** @description Value in cents (100 = 1€) */
|
|
30217
30184
|
expenses: number;
|
|
30218
30185
|
/** @description Value in cents (100 = 1€) */
|
|
30186
|
+
reserve: number;
|
|
30187
|
+
/** @description Value in cents (100 = 1€) */
|
|
30219
30188
|
netIncome: number;
|
|
30220
30189
|
/** @description Value in cents (100 = 1€) */
|
|
30221
30190
|
transfers: number;
|