@vrplatform/api 1.3.1-stage.5018 → 1.3.1-stage.5020
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
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -39817,6 +39817,9 @@ export interface operations {
|
|
|
39817
39817
|
investigatedHomepageUrl: string | null;
|
|
39818
39818
|
investigatedDomain: string | null;
|
|
39819
39819
|
error: string;
|
|
39820
|
+
context?: {
|
|
39821
|
+
[key: string]: unknown;
|
|
39822
|
+
};
|
|
39820
39823
|
}[];
|
|
39821
39824
|
};
|
|
39822
39825
|
};
|
|
@@ -87282,6 +87285,11 @@ export interface operations {
|
|
|
87282
87285
|
severity: "error";
|
|
87283
87286
|
context: {
|
|
87284
87287
|
lineIds: string[];
|
|
87288
|
+
lines: {
|
|
87289
|
+
amount: number;
|
|
87290
|
+
lineId: string;
|
|
87291
|
+
name: string;
|
|
87292
|
+
}[];
|
|
87285
87293
|
};
|
|
87286
87294
|
message: string;
|
|
87287
87295
|
} | {
|
|
@@ -87291,6 +87299,8 @@ export interface operations {
|
|
|
87291
87299
|
severity: "error";
|
|
87292
87300
|
context: {
|
|
87293
87301
|
difference: number;
|
|
87302
|
+
journalEntryTotal: number;
|
|
87303
|
+
unbalancedTransactionDateCount: number;
|
|
87294
87304
|
};
|
|
87295
87305
|
message: string;
|
|
87296
87306
|
} | {
|
|
@@ -87347,7 +87357,9 @@ export interface operations {
|
|
|
87347
87357
|
/** @constant */
|
|
87348
87358
|
severity: "warning";
|
|
87349
87359
|
context: {
|
|
87360
|
+
activeFinancialTotal: number;
|
|
87350
87361
|
difference: number;
|
|
87362
|
+
guestTotal: number;
|
|
87351
87363
|
};
|
|
87352
87364
|
message: string;
|
|
87353
87365
|
} | {
|
|
@@ -87803,6 +87815,11 @@ export interface operations {
|
|
|
87803
87815
|
severity: "error";
|
|
87804
87816
|
context: {
|
|
87805
87817
|
lineIds: string[];
|
|
87818
|
+
lines: {
|
|
87819
|
+
amount: number;
|
|
87820
|
+
lineId: string;
|
|
87821
|
+
name: string;
|
|
87822
|
+
}[];
|
|
87806
87823
|
};
|
|
87807
87824
|
message: string;
|
|
87808
87825
|
} | {
|
|
@@ -87812,6 +87829,8 @@ export interface operations {
|
|
|
87812
87829
|
severity: "error";
|
|
87813
87830
|
context: {
|
|
87814
87831
|
difference: number;
|
|
87832
|
+
journalEntryTotal: number;
|
|
87833
|
+
unbalancedTransactionDateCount: number;
|
|
87815
87834
|
};
|
|
87816
87835
|
message: string;
|
|
87817
87836
|
} | {
|
|
@@ -87868,7 +87887,9 @@ export interface operations {
|
|
|
87868
87887
|
/** @constant */
|
|
87869
87888
|
severity: "warning";
|
|
87870
87889
|
context: {
|
|
87890
|
+
activeFinancialTotal: number;
|
|
87871
87891
|
difference: number;
|
|
87892
|
+
guestTotal: number;
|
|
87872
87893
|
};
|
|
87873
87894
|
message: string;
|
|
87874
87895
|
} | {
|
|
@@ -90450,6 +90471,11 @@ export interface operations {
|
|
|
90450
90471
|
severity: "error";
|
|
90451
90472
|
context: {
|
|
90452
90473
|
lineIds: string[];
|
|
90474
|
+
lines: {
|
|
90475
|
+
amount: number;
|
|
90476
|
+
lineId: string;
|
|
90477
|
+
name: string;
|
|
90478
|
+
}[];
|
|
90453
90479
|
};
|
|
90454
90480
|
message: string;
|
|
90455
90481
|
} | {
|
|
@@ -90459,6 +90485,8 @@ export interface operations {
|
|
|
90459
90485
|
severity: "error";
|
|
90460
90486
|
context: {
|
|
90461
90487
|
difference: number;
|
|
90488
|
+
journalEntryTotal: number;
|
|
90489
|
+
unbalancedTransactionDateCount: number;
|
|
90462
90490
|
};
|
|
90463
90491
|
message: string;
|
|
90464
90492
|
} | {
|
|
@@ -90515,7 +90543,9 @@ export interface operations {
|
|
|
90515
90543
|
/** @constant */
|
|
90516
90544
|
severity: "warning";
|
|
90517
90545
|
context: {
|
|
90546
|
+
activeFinancialTotal: number;
|
|
90518
90547
|
difference: number;
|
|
90548
|
+
guestTotal: number;
|
|
90519
90549
|
};
|
|
90520
90550
|
message: string;
|
|
90521
90551
|
} | {
|
|
@@ -91222,6 +91252,11 @@ export interface operations {
|
|
|
91222
91252
|
severity: "error";
|
|
91223
91253
|
context: {
|
|
91224
91254
|
lineIds: string[];
|
|
91255
|
+
lines: {
|
|
91256
|
+
amount: number;
|
|
91257
|
+
lineId: string;
|
|
91258
|
+
name: string;
|
|
91259
|
+
}[];
|
|
91225
91260
|
};
|
|
91226
91261
|
message: string;
|
|
91227
91262
|
} | {
|
|
@@ -91231,6 +91266,8 @@ export interface operations {
|
|
|
91231
91266
|
severity: "error";
|
|
91232
91267
|
context: {
|
|
91233
91268
|
difference: number;
|
|
91269
|
+
journalEntryTotal: number;
|
|
91270
|
+
unbalancedTransactionDateCount: number;
|
|
91234
91271
|
};
|
|
91235
91272
|
message: string;
|
|
91236
91273
|
} | {
|
|
@@ -91287,7 +91324,9 @@ export interface operations {
|
|
|
91287
91324
|
/** @constant */
|
|
91288
91325
|
severity: "warning";
|
|
91289
91326
|
context: {
|
|
91327
|
+
activeFinancialTotal: number;
|
|
91290
91328
|
difference: number;
|
|
91329
|
+
guestTotal: number;
|
|
91291
91330
|
};
|
|
91292
91331
|
message: string;
|
|
91293
91332
|
} | {
|
|
@@ -92408,6 +92447,11 @@ export interface operations {
|
|
|
92408
92447
|
severity: "error";
|
|
92409
92448
|
context: {
|
|
92410
92449
|
lineIds: string[];
|
|
92450
|
+
lines: {
|
|
92451
|
+
amount: number;
|
|
92452
|
+
lineId: string;
|
|
92453
|
+
name: string;
|
|
92454
|
+
}[];
|
|
92411
92455
|
};
|
|
92412
92456
|
message: string;
|
|
92413
92457
|
} | {
|
|
@@ -92417,6 +92461,8 @@ export interface operations {
|
|
|
92417
92461
|
severity: "error";
|
|
92418
92462
|
context: {
|
|
92419
92463
|
difference: number;
|
|
92464
|
+
journalEntryTotal: number;
|
|
92465
|
+
unbalancedTransactionDateCount: number;
|
|
92420
92466
|
};
|
|
92421
92467
|
message: string;
|
|
92422
92468
|
} | {
|
|
@@ -92473,7 +92519,9 @@ export interface operations {
|
|
|
92473
92519
|
/** @constant */
|
|
92474
92520
|
severity: "warning";
|
|
92475
92521
|
context: {
|
|
92522
|
+
activeFinancialTotal: number;
|
|
92476
92523
|
difference: number;
|
|
92524
|
+
guestTotal: number;
|
|
92477
92525
|
};
|
|
92478
92526
|
message: string;
|
|
92479
92527
|
} | {
|
|
@@ -93072,6 +93120,11 @@ export interface operations {
|
|
|
93072
93120
|
severity: "error";
|
|
93073
93121
|
context: {
|
|
93074
93122
|
lineIds: string[];
|
|
93123
|
+
lines: {
|
|
93124
|
+
amount: number;
|
|
93125
|
+
lineId: string;
|
|
93126
|
+
name: string;
|
|
93127
|
+
}[];
|
|
93075
93128
|
};
|
|
93076
93129
|
message: string;
|
|
93077
93130
|
} | {
|
|
@@ -93081,6 +93134,8 @@ export interface operations {
|
|
|
93081
93134
|
severity: "error";
|
|
93082
93135
|
context: {
|
|
93083
93136
|
difference: number;
|
|
93137
|
+
journalEntryTotal: number;
|
|
93138
|
+
unbalancedTransactionDateCount: number;
|
|
93084
93139
|
};
|
|
93085
93140
|
message: string;
|
|
93086
93141
|
} | {
|
|
@@ -93137,7 +93192,9 @@ export interface operations {
|
|
|
93137
93192
|
/** @constant */
|
|
93138
93193
|
severity: "warning";
|
|
93139
93194
|
context: {
|
|
93195
|
+
activeFinancialTotal: number;
|
|
93140
93196
|
difference: number;
|
|
93197
|
+
guestTotal: number;
|
|
93141
93198
|
};
|
|
93142
93199
|
message: string;
|
|
93143
93200
|
} | {
|
|
@@ -93718,6 +93775,11 @@ export interface operations {
|
|
|
93718
93775
|
severity: "error";
|
|
93719
93776
|
context: {
|
|
93720
93777
|
lineIds: string[];
|
|
93778
|
+
lines: {
|
|
93779
|
+
amount: number;
|
|
93780
|
+
lineId: string;
|
|
93781
|
+
name: string;
|
|
93782
|
+
}[];
|
|
93721
93783
|
};
|
|
93722
93784
|
message: string;
|
|
93723
93785
|
} | {
|
|
@@ -93727,6 +93789,8 @@ export interface operations {
|
|
|
93727
93789
|
severity: "error";
|
|
93728
93790
|
context: {
|
|
93729
93791
|
difference: number;
|
|
93792
|
+
journalEntryTotal: number;
|
|
93793
|
+
unbalancedTransactionDateCount: number;
|
|
93730
93794
|
};
|
|
93731
93795
|
message: string;
|
|
93732
93796
|
} | {
|
|
@@ -93783,7 +93847,9 @@ export interface operations {
|
|
|
93783
93847
|
/** @constant */
|
|
93784
93848
|
severity: "warning";
|
|
93785
93849
|
context: {
|
|
93850
|
+
activeFinancialTotal: number;
|
|
93786
93851
|
difference: number;
|
|
93852
|
+
guestTotal: number;
|
|
93787
93853
|
};
|
|
93788
93854
|
message: string;
|
|
93789
93855
|
} | {
|
|
@@ -94713,7 +94779,9 @@ export interface operations {
|
|
|
94713
94779
|
code: "unpaidReservations";
|
|
94714
94780
|
/** @constant */
|
|
94715
94781
|
severity: "warning";
|
|
94716
|
-
context:
|
|
94782
|
+
context: {
|
|
94783
|
+
affected: number;
|
|
94784
|
+
};
|
|
94717
94785
|
message: string;
|
|
94718
94786
|
} | {
|
|
94719
94787
|
/** @constant */
|
|
@@ -95407,7 +95475,9 @@ export interface operations {
|
|
|
95407
95475
|
code: "unpaidReservations";
|
|
95408
95476
|
/** @constant */
|
|
95409
95477
|
severity: "warning";
|
|
95410
|
-
context:
|
|
95478
|
+
context: {
|
|
95479
|
+
affected: number;
|
|
95480
|
+
};
|
|
95411
95481
|
message: string;
|
|
95412
95482
|
} | {
|
|
95413
95483
|
/** @constant */
|
|
@@ -95768,7 +95838,9 @@ export interface operations {
|
|
|
95768
95838
|
code: "unpaidReservation";
|
|
95769
95839
|
/** @constant */
|
|
95770
95840
|
severity: "warning";
|
|
95771
|
-
context:
|
|
95841
|
+
context: {
|
|
95842
|
+
paidStatus: string;
|
|
95843
|
+
};
|
|
95772
95844
|
message: string;
|
|
95773
95845
|
})[];
|
|
95774
95846
|
descriptionEdit?: {
|
|
@@ -96033,7 +96105,9 @@ export interface operations {
|
|
|
96033
96105
|
code: "unpaidReservation";
|
|
96034
96106
|
/** @constant */
|
|
96035
96107
|
severity: "warning";
|
|
96036
|
-
context:
|
|
96108
|
+
context: {
|
|
96109
|
+
paidStatus: string;
|
|
96110
|
+
};
|
|
96037
96111
|
message: string;
|
|
96038
96112
|
})[];
|
|
96039
96113
|
descriptionEdit?: {
|
|
@@ -96303,7 +96377,9 @@ export interface operations {
|
|
|
96303
96377
|
code: "unpaidReservation";
|
|
96304
96378
|
/** @constant */
|
|
96305
96379
|
severity: "warning";
|
|
96306
|
-
context:
|
|
96380
|
+
context: {
|
|
96381
|
+
paidStatus: string;
|
|
96382
|
+
};
|
|
96307
96383
|
message: string;
|
|
96308
96384
|
})[];
|
|
96309
96385
|
descriptionEdit?: {
|
|
@@ -96922,7 +96998,9 @@ export interface operations {
|
|
|
96922
96998
|
code: "unpaidReservations";
|
|
96923
96999
|
/** @constant */
|
|
96924
97000
|
severity: "warning";
|
|
96925
|
-
context:
|
|
97001
|
+
context: {
|
|
97002
|
+
affected: number;
|
|
97003
|
+
};
|
|
96926
97004
|
message: string;
|
|
96927
97005
|
} | {
|
|
96928
97006
|
/** @constant */
|
|
@@ -97312,7 +97390,9 @@ export interface operations {
|
|
|
97312
97390
|
code: "unpaidReservation";
|
|
97313
97391
|
/** @constant */
|
|
97314
97392
|
severity: "warning";
|
|
97315
|
-
context:
|
|
97393
|
+
context: {
|
|
97394
|
+
paidStatus: string;
|
|
97395
|
+
};
|
|
97316
97396
|
message: string;
|
|
97317
97397
|
})[];
|
|
97318
97398
|
descriptionEdit?: {
|
|
@@ -97577,7 +97657,9 @@ export interface operations {
|
|
|
97577
97657
|
code: "unpaidReservation";
|
|
97578
97658
|
/** @constant */
|
|
97579
97659
|
severity: "warning";
|
|
97580
|
-
context:
|
|
97660
|
+
context: {
|
|
97661
|
+
paidStatus: string;
|
|
97662
|
+
};
|
|
97581
97663
|
message: string;
|
|
97582
97664
|
})[];
|
|
97583
97665
|
descriptionEdit?: {
|
|
@@ -97847,7 +97929,9 @@ export interface operations {
|
|
|
97847
97929
|
code: "unpaidReservation";
|
|
97848
97930
|
/** @constant */
|
|
97849
97931
|
severity: "warning";
|
|
97850
|
-
context:
|
|
97932
|
+
context: {
|
|
97933
|
+
paidStatus: string;
|
|
97934
|
+
};
|
|
97851
97935
|
message: string;
|
|
97852
97936
|
})[];
|
|
97853
97937
|
descriptionEdit?: {
|
|
@@ -104179,7 +104263,9 @@ export interface operations {
|
|
|
104179
104263
|
code: "unpaidReservations";
|
|
104180
104264
|
/** @constant */
|
|
104181
104265
|
severity: "warning";
|
|
104182
|
-
context:
|
|
104266
|
+
context: {
|
|
104267
|
+
affected: number;
|
|
104268
|
+
};
|
|
104183
104269
|
message: string;
|
|
104184
104270
|
} | {
|
|
104185
104271
|
/** @constant */
|
|
@@ -104569,7 +104655,9 @@ export interface operations {
|
|
|
104569
104655
|
code: "unpaidReservation";
|
|
104570
104656
|
/** @constant */
|
|
104571
104657
|
severity: "warning";
|
|
104572
|
-
context:
|
|
104658
|
+
context: {
|
|
104659
|
+
paidStatus: string;
|
|
104660
|
+
};
|
|
104573
104661
|
message: string;
|
|
104574
104662
|
})[];
|
|
104575
104663
|
descriptionEdit?: {
|
|
@@ -104834,7 +104922,9 @@ export interface operations {
|
|
|
104834
104922
|
code: "unpaidReservation";
|
|
104835
104923
|
/** @constant */
|
|
104836
104924
|
severity: "warning";
|
|
104837
|
-
context:
|
|
104925
|
+
context: {
|
|
104926
|
+
paidStatus: string;
|
|
104927
|
+
};
|
|
104838
104928
|
message: string;
|
|
104839
104929
|
})[];
|
|
104840
104930
|
descriptionEdit?: {
|
|
@@ -105104,7 +105194,9 @@ export interface operations {
|
|
|
105104
105194
|
code: "unpaidReservation";
|
|
105105
105195
|
/** @constant */
|
|
105106
105196
|
severity: "warning";
|
|
105107
|
-
context:
|
|
105197
|
+
context: {
|
|
105198
|
+
paidStatus: string;
|
|
105199
|
+
};
|
|
105108
105200
|
message: string;
|
|
105109
105201
|
})[];
|
|
105110
105202
|
descriptionEdit?: {
|
|
@@ -105731,7 +105823,9 @@ export interface operations {
|
|
|
105731
105823
|
code: "unpaidReservations";
|
|
105732
105824
|
/** @constant */
|
|
105733
105825
|
severity: "warning";
|
|
105734
|
-
context:
|
|
105826
|
+
context: {
|
|
105827
|
+
affected: number;
|
|
105828
|
+
};
|
|
105735
105829
|
message: string;
|
|
105736
105830
|
} | {
|
|
105737
105831
|
/** @constant */
|
|
@@ -106092,7 +106186,9 @@ export interface operations {
|
|
|
106092
106186
|
code: "unpaidReservation";
|
|
106093
106187
|
/** @constant */
|
|
106094
106188
|
severity: "warning";
|
|
106095
|
-
context:
|
|
106189
|
+
context: {
|
|
106190
|
+
paidStatus: string;
|
|
106191
|
+
};
|
|
106096
106192
|
message: string;
|
|
106097
106193
|
})[];
|
|
106098
106194
|
descriptionEdit?: {
|
|
@@ -106357,7 +106453,9 @@ export interface operations {
|
|
|
106357
106453
|
code: "unpaidReservation";
|
|
106358
106454
|
/** @constant */
|
|
106359
106455
|
severity: "warning";
|
|
106360
|
-
context:
|
|
106456
|
+
context: {
|
|
106457
|
+
paidStatus: string;
|
|
106458
|
+
};
|
|
106361
106459
|
message: string;
|
|
106362
106460
|
})[];
|
|
106363
106461
|
descriptionEdit?: {
|
|
@@ -106627,7 +106725,9 @@ export interface operations {
|
|
|
106627
106725
|
code: "unpaidReservation";
|
|
106628
106726
|
/** @constant */
|
|
106629
106727
|
severity: "warning";
|
|
106630
|
-
context:
|
|
106728
|
+
context: {
|
|
106729
|
+
paidStatus: string;
|
|
106730
|
+
};
|
|
106631
106731
|
message: string;
|
|
106632
106732
|
})[];
|
|
106633
106733
|
descriptionEdit?: {
|