@vrplatform/api 1.3.1-5014 → 1.3.1-5019
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 +117 -17
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +117 -17
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +117 -17
|
@@ -39795,6 +39795,9 @@ export interface operations {
|
|
|
39795
39795
|
investigatedHomepageUrl: string | null;
|
|
39796
39796
|
investigatedDomain: string | null;
|
|
39797
39797
|
error: string;
|
|
39798
|
+
context?: {
|
|
39799
|
+
[key: string]: unknown;
|
|
39800
|
+
};
|
|
39798
39801
|
}[];
|
|
39799
39802
|
};
|
|
39800
39803
|
};
|
|
@@ -87260,6 +87263,11 @@ export interface operations {
|
|
|
87260
87263
|
severity: "error";
|
|
87261
87264
|
context: {
|
|
87262
87265
|
lineIds: string[];
|
|
87266
|
+
lines: {
|
|
87267
|
+
amount: number;
|
|
87268
|
+
lineId: string;
|
|
87269
|
+
name: string;
|
|
87270
|
+
}[];
|
|
87263
87271
|
};
|
|
87264
87272
|
message: string;
|
|
87265
87273
|
} | {
|
|
@@ -87269,6 +87277,8 @@ export interface operations {
|
|
|
87269
87277
|
severity: "error";
|
|
87270
87278
|
context: {
|
|
87271
87279
|
difference: number;
|
|
87280
|
+
journalEntryTotal: number;
|
|
87281
|
+
unbalancedTransactionDateCount: number;
|
|
87272
87282
|
};
|
|
87273
87283
|
message: string;
|
|
87274
87284
|
} | {
|
|
@@ -87325,7 +87335,9 @@ export interface operations {
|
|
|
87325
87335
|
/** @constant */
|
|
87326
87336
|
severity: "warning";
|
|
87327
87337
|
context: {
|
|
87338
|
+
activeFinancialTotal: number;
|
|
87328
87339
|
difference: number;
|
|
87340
|
+
guestTotal: number;
|
|
87329
87341
|
};
|
|
87330
87342
|
message: string;
|
|
87331
87343
|
} | {
|
|
@@ -87781,6 +87793,11 @@ export interface operations {
|
|
|
87781
87793
|
severity: "error";
|
|
87782
87794
|
context: {
|
|
87783
87795
|
lineIds: string[];
|
|
87796
|
+
lines: {
|
|
87797
|
+
amount: number;
|
|
87798
|
+
lineId: string;
|
|
87799
|
+
name: string;
|
|
87800
|
+
}[];
|
|
87784
87801
|
};
|
|
87785
87802
|
message: string;
|
|
87786
87803
|
} | {
|
|
@@ -87790,6 +87807,8 @@ export interface operations {
|
|
|
87790
87807
|
severity: "error";
|
|
87791
87808
|
context: {
|
|
87792
87809
|
difference: number;
|
|
87810
|
+
journalEntryTotal: number;
|
|
87811
|
+
unbalancedTransactionDateCount: number;
|
|
87793
87812
|
};
|
|
87794
87813
|
message: string;
|
|
87795
87814
|
} | {
|
|
@@ -87846,7 +87865,9 @@ export interface operations {
|
|
|
87846
87865
|
/** @constant */
|
|
87847
87866
|
severity: "warning";
|
|
87848
87867
|
context: {
|
|
87868
|
+
activeFinancialTotal: number;
|
|
87849
87869
|
difference: number;
|
|
87870
|
+
guestTotal: number;
|
|
87850
87871
|
};
|
|
87851
87872
|
message: string;
|
|
87852
87873
|
} | {
|
|
@@ -90428,6 +90449,11 @@ export interface operations {
|
|
|
90428
90449
|
severity: "error";
|
|
90429
90450
|
context: {
|
|
90430
90451
|
lineIds: string[];
|
|
90452
|
+
lines: {
|
|
90453
|
+
amount: number;
|
|
90454
|
+
lineId: string;
|
|
90455
|
+
name: string;
|
|
90456
|
+
}[];
|
|
90431
90457
|
};
|
|
90432
90458
|
message: string;
|
|
90433
90459
|
} | {
|
|
@@ -90437,6 +90463,8 @@ export interface operations {
|
|
|
90437
90463
|
severity: "error";
|
|
90438
90464
|
context: {
|
|
90439
90465
|
difference: number;
|
|
90466
|
+
journalEntryTotal: number;
|
|
90467
|
+
unbalancedTransactionDateCount: number;
|
|
90440
90468
|
};
|
|
90441
90469
|
message: string;
|
|
90442
90470
|
} | {
|
|
@@ -90493,7 +90521,9 @@ export interface operations {
|
|
|
90493
90521
|
/** @constant */
|
|
90494
90522
|
severity: "warning";
|
|
90495
90523
|
context: {
|
|
90524
|
+
activeFinancialTotal: number;
|
|
90496
90525
|
difference: number;
|
|
90526
|
+
guestTotal: number;
|
|
90497
90527
|
};
|
|
90498
90528
|
message: string;
|
|
90499
90529
|
} | {
|
|
@@ -91200,6 +91230,11 @@ export interface operations {
|
|
|
91200
91230
|
severity: "error";
|
|
91201
91231
|
context: {
|
|
91202
91232
|
lineIds: string[];
|
|
91233
|
+
lines: {
|
|
91234
|
+
amount: number;
|
|
91235
|
+
lineId: string;
|
|
91236
|
+
name: string;
|
|
91237
|
+
}[];
|
|
91203
91238
|
};
|
|
91204
91239
|
message: string;
|
|
91205
91240
|
} | {
|
|
@@ -91209,6 +91244,8 @@ export interface operations {
|
|
|
91209
91244
|
severity: "error";
|
|
91210
91245
|
context: {
|
|
91211
91246
|
difference: number;
|
|
91247
|
+
journalEntryTotal: number;
|
|
91248
|
+
unbalancedTransactionDateCount: number;
|
|
91212
91249
|
};
|
|
91213
91250
|
message: string;
|
|
91214
91251
|
} | {
|
|
@@ -91265,7 +91302,9 @@ export interface operations {
|
|
|
91265
91302
|
/** @constant */
|
|
91266
91303
|
severity: "warning";
|
|
91267
91304
|
context: {
|
|
91305
|
+
activeFinancialTotal: number;
|
|
91268
91306
|
difference: number;
|
|
91307
|
+
guestTotal: number;
|
|
91269
91308
|
};
|
|
91270
91309
|
message: string;
|
|
91271
91310
|
} | {
|
|
@@ -92386,6 +92425,11 @@ export interface operations {
|
|
|
92386
92425
|
severity: "error";
|
|
92387
92426
|
context: {
|
|
92388
92427
|
lineIds: string[];
|
|
92428
|
+
lines: {
|
|
92429
|
+
amount: number;
|
|
92430
|
+
lineId: string;
|
|
92431
|
+
name: string;
|
|
92432
|
+
}[];
|
|
92389
92433
|
};
|
|
92390
92434
|
message: string;
|
|
92391
92435
|
} | {
|
|
@@ -92395,6 +92439,8 @@ export interface operations {
|
|
|
92395
92439
|
severity: "error";
|
|
92396
92440
|
context: {
|
|
92397
92441
|
difference: number;
|
|
92442
|
+
journalEntryTotal: number;
|
|
92443
|
+
unbalancedTransactionDateCount: number;
|
|
92398
92444
|
};
|
|
92399
92445
|
message: string;
|
|
92400
92446
|
} | {
|
|
@@ -92451,7 +92497,9 @@ export interface operations {
|
|
|
92451
92497
|
/** @constant */
|
|
92452
92498
|
severity: "warning";
|
|
92453
92499
|
context: {
|
|
92500
|
+
activeFinancialTotal: number;
|
|
92454
92501
|
difference: number;
|
|
92502
|
+
guestTotal: number;
|
|
92455
92503
|
};
|
|
92456
92504
|
message: string;
|
|
92457
92505
|
} | {
|
|
@@ -93050,6 +93098,11 @@ export interface operations {
|
|
|
93050
93098
|
severity: "error";
|
|
93051
93099
|
context: {
|
|
93052
93100
|
lineIds: string[];
|
|
93101
|
+
lines: {
|
|
93102
|
+
amount: number;
|
|
93103
|
+
lineId: string;
|
|
93104
|
+
name: string;
|
|
93105
|
+
}[];
|
|
93053
93106
|
};
|
|
93054
93107
|
message: string;
|
|
93055
93108
|
} | {
|
|
@@ -93059,6 +93112,8 @@ export interface operations {
|
|
|
93059
93112
|
severity: "error";
|
|
93060
93113
|
context: {
|
|
93061
93114
|
difference: number;
|
|
93115
|
+
journalEntryTotal: number;
|
|
93116
|
+
unbalancedTransactionDateCount: number;
|
|
93062
93117
|
};
|
|
93063
93118
|
message: string;
|
|
93064
93119
|
} | {
|
|
@@ -93115,7 +93170,9 @@ export interface operations {
|
|
|
93115
93170
|
/** @constant */
|
|
93116
93171
|
severity: "warning";
|
|
93117
93172
|
context: {
|
|
93173
|
+
activeFinancialTotal: number;
|
|
93118
93174
|
difference: number;
|
|
93175
|
+
guestTotal: number;
|
|
93119
93176
|
};
|
|
93120
93177
|
message: string;
|
|
93121
93178
|
} | {
|
|
@@ -93696,6 +93753,11 @@ export interface operations {
|
|
|
93696
93753
|
severity: "error";
|
|
93697
93754
|
context: {
|
|
93698
93755
|
lineIds: string[];
|
|
93756
|
+
lines: {
|
|
93757
|
+
amount: number;
|
|
93758
|
+
lineId: string;
|
|
93759
|
+
name: string;
|
|
93760
|
+
}[];
|
|
93699
93761
|
};
|
|
93700
93762
|
message: string;
|
|
93701
93763
|
} | {
|
|
@@ -93705,6 +93767,8 @@ export interface operations {
|
|
|
93705
93767
|
severity: "error";
|
|
93706
93768
|
context: {
|
|
93707
93769
|
difference: number;
|
|
93770
|
+
journalEntryTotal: number;
|
|
93771
|
+
unbalancedTransactionDateCount: number;
|
|
93708
93772
|
};
|
|
93709
93773
|
message: string;
|
|
93710
93774
|
} | {
|
|
@@ -93761,7 +93825,9 @@ export interface operations {
|
|
|
93761
93825
|
/** @constant */
|
|
93762
93826
|
severity: "warning";
|
|
93763
93827
|
context: {
|
|
93828
|
+
activeFinancialTotal: number;
|
|
93764
93829
|
difference: number;
|
|
93830
|
+
guestTotal: number;
|
|
93765
93831
|
};
|
|
93766
93832
|
message: string;
|
|
93767
93833
|
} | {
|
|
@@ -94691,7 +94757,9 @@ export interface operations {
|
|
|
94691
94757
|
code: "unpaidReservations";
|
|
94692
94758
|
/** @constant */
|
|
94693
94759
|
severity: "warning";
|
|
94694
|
-
context:
|
|
94760
|
+
context: {
|
|
94761
|
+
affected: number;
|
|
94762
|
+
};
|
|
94695
94763
|
message: string;
|
|
94696
94764
|
} | {
|
|
94697
94765
|
/** @constant */
|
|
@@ -95385,7 +95453,9 @@ export interface operations {
|
|
|
95385
95453
|
code: "unpaidReservations";
|
|
95386
95454
|
/** @constant */
|
|
95387
95455
|
severity: "warning";
|
|
95388
|
-
context:
|
|
95456
|
+
context: {
|
|
95457
|
+
affected: number;
|
|
95458
|
+
};
|
|
95389
95459
|
message: string;
|
|
95390
95460
|
} | {
|
|
95391
95461
|
/** @constant */
|
|
@@ -95746,7 +95816,9 @@ export interface operations {
|
|
|
95746
95816
|
code: "unpaidReservation";
|
|
95747
95817
|
/** @constant */
|
|
95748
95818
|
severity: "warning";
|
|
95749
|
-
context:
|
|
95819
|
+
context: {
|
|
95820
|
+
paidStatus: string;
|
|
95821
|
+
};
|
|
95750
95822
|
message: string;
|
|
95751
95823
|
})[];
|
|
95752
95824
|
descriptionEdit?: {
|
|
@@ -96011,7 +96083,9 @@ export interface operations {
|
|
|
96011
96083
|
code: "unpaidReservation";
|
|
96012
96084
|
/** @constant */
|
|
96013
96085
|
severity: "warning";
|
|
96014
|
-
context:
|
|
96086
|
+
context: {
|
|
96087
|
+
paidStatus: string;
|
|
96088
|
+
};
|
|
96015
96089
|
message: string;
|
|
96016
96090
|
})[];
|
|
96017
96091
|
descriptionEdit?: {
|
|
@@ -96281,7 +96355,9 @@ export interface operations {
|
|
|
96281
96355
|
code: "unpaidReservation";
|
|
96282
96356
|
/** @constant */
|
|
96283
96357
|
severity: "warning";
|
|
96284
|
-
context:
|
|
96358
|
+
context: {
|
|
96359
|
+
paidStatus: string;
|
|
96360
|
+
};
|
|
96285
96361
|
message: string;
|
|
96286
96362
|
})[];
|
|
96287
96363
|
descriptionEdit?: {
|
|
@@ -96900,7 +96976,9 @@ export interface operations {
|
|
|
96900
96976
|
code: "unpaidReservations";
|
|
96901
96977
|
/** @constant */
|
|
96902
96978
|
severity: "warning";
|
|
96903
|
-
context:
|
|
96979
|
+
context: {
|
|
96980
|
+
affected: number;
|
|
96981
|
+
};
|
|
96904
96982
|
message: string;
|
|
96905
96983
|
} | {
|
|
96906
96984
|
/** @constant */
|
|
@@ -97290,7 +97368,9 @@ export interface operations {
|
|
|
97290
97368
|
code: "unpaidReservation";
|
|
97291
97369
|
/** @constant */
|
|
97292
97370
|
severity: "warning";
|
|
97293
|
-
context:
|
|
97371
|
+
context: {
|
|
97372
|
+
paidStatus: string;
|
|
97373
|
+
};
|
|
97294
97374
|
message: string;
|
|
97295
97375
|
})[];
|
|
97296
97376
|
descriptionEdit?: {
|
|
@@ -97555,7 +97635,9 @@ export interface operations {
|
|
|
97555
97635
|
code: "unpaidReservation";
|
|
97556
97636
|
/** @constant */
|
|
97557
97637
|
severity: "warning";
|
|
97558
|
-
context:
|
|
97638
|
+
context: {
|
|
97639
|
+
paidStatus: string;
|
|
97640
|
+
};
|
|
97559
97641
|
message: string;
|
|
97560
97642
|
})[];
|
|
97561
97643
|
descriptionEdit?: {
|
|
@@ -97825,7 +97907,9 @@ export interface operations {
|
|
|
97825
97907
|
code: "unpaidReservation";
|
|
97826
97908
|
/** @constant */
|
|
97827
97909
|
severity: "warning";
|
|
97828
|
-
context:
|
|
97910
|
+
context: {
|
|
97911
|
+
paidStatus: string;
|
|
97912
|
+
};
|
|
97829
97913
|
message: string;
|
|
97830
97914
|
})[];
|
|
97831
97915
|
descriptionEdit?: {
|
|
@@ -104157,7 +104241,9 @@ export interface operations {
|
|
|
104157
104241
|
code: "unpaidReservations";
|
|
104158
104242
|
/** @constant */
|
|
104159
104243
|
severity: "warning";
|
|
104160
|
-
context:
|
|
104244
|
+
context: {
|
|
104245
|
+
affected: number;
|
|
104246
|
+
};
|
|
104161
104247
|
message: string;
|
|
104162
104248
|
} | {
|
|
104163
104249
|
/** @constant */
|
|
@@ -104547,7 +104633,9 @@ export interface operations {
|
|
|
104547
104633
|
code: "unpaidReservation";
|
|
104548
104634
|
/** @constant */
|
|
104549
104635
|
severity: "warning";
|
|
104550
|
-
context:
|
|
104636
|
+
context: {
|
|
104637
|
+
paidStatus: string;
|
|
104638
|
+
};
|
|
104551
104639
|
message: string;
|
|
104552
104640
|
})[];
|
|
104553
104641
|
descriptionEdit?: {
|
|
@@ -104812,7 +104900,9 @@ export interface operations {
|
|
|
104812
104900
|
code: "unpaidReservation";
|
|
104813
104901
|
/** @constant */
|
|
104814
104902
|
severity: "warning";
|
|
104815
|
-
context:
|
|
104903
|
+
context: {
|
|
104904
|
+
paidStatus: string;
|
|
104905
|
+
};
|
|
104816
104906
|
message: string;
|
|
104817
104907
|
})[];
|
|
104818
104908
|
descriptionEdit?: {
|
|
@@ -105082,7 +105172,9 @@ export interface operations {
|
|
|
105082
105172
|
code: "unpaidReservation";
|
|
105083
105173
|
/** @constant */
|
|
105084
105174
|
severity: "warning";
|
|
105085
|
-
context:
|
|
105175
|
+
context: {
|
|
105176
|
+
paidStatus: string;
|
|
105177
|
+
};
|
|
105086
105178
|
message: string;
|
|
105087
105179
|
})[];
|
|
105088
105180
|
descriptionEdit?: {
|
|
@@ -105709,7 +105801,9 @@ export interface operations {
|
|
|
105709
105801
|
code: "unpaidReservations";
|
|
105710
105802
|
/** @constant */
|
|
105711
105803
|
severity: "warning";
|
|
105712
|
-
context:
|
|
105804
|
+
context: {
|
|
105805
|
+
affected: number;
|
|
105806
|
+
};
|
|
105713
105807
|
message: string;
|
|
105714
105808
|
} | {
|
|
105715
105809
|
/** @constant */
|
|
@@ -106070,7 +106164,9 @@ export interface operations {
|
|
|
106070
106164
|
code: "unpaidReservation";
|
|
106071
106165
|
/** @constant */
|
|
106072
106166
|
severity: "warning";
|
|
106073
|
-
context:
|
|
106167
|
+
context: {
|
|
106168
|
+
paidStatus: string;
|
|
106169
|
+
};
|
|
106074
106170
|
message: string;
|
|
106075
106171
|
})[];
|
|
106076
106172
|
descriptionEdit?: {
|
|
@@ -106335,7 +106431,9 @@ export interface operations {
|
|
|
106335
106431
|
code: "unpaidReservation";
|
|
106336
106432
|
/** @constant */
|
|
106337
106433
|
severity: "warning";
|
|
106338
|
-
context:
|
|
106434
|
+
context: {
|
|
106435
|
+
paidStatus: string;
|
|
106436
|
+
};
|
|
106339
106437
|
message: string;
|
|
106340
106438
|
})[];
|
|
106341
106439
|
descriptionEdit?: {
|
|
@@ -106605,7 +106703,9 @@ export interface operations {
|
|
|
106605
106703
|
code: "unpaidReservation";
|
|
106606
106704
|
/** @constant */
|
|
106607
106705
|
severity: "warning";
|
|
106608
|
-
context:
|
|
106706
|
+
context: {
|
|
106707
|
+
paidStatus: string;
|
|
106708
|
+
};
|
|
106609
106709
|
message: string;
|
|
106610
106710
|
})[];
|
|
106611
106711
|
descriptionEdit?: {
|