@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
|
@@ -39816,6 +39816,9 @@ export interface operations {
|
|
|
39816
39816
|
investigatedHomepageUrl: string | null;
|
|
39817
39817
|
investigatedDomain: string | null;
|
|
39818
39818
|
error: string;
|
|
39819
|
+
context?: {
|
|
39820
|
+
[key: string]: unknown;
|
|
39821
|
+
};
|
|
39819
39822
|
}[];
|
|
39820
39823
|
};
|
|
39821
39824
|
};
|
|
@@ -87281,6 +87284,11 @@ export interface operations {
|
|
|
87281
87284
|
severity: "error";
|
|
87282
87285
|
context: {
|
|
87283
87286
|
lineIds: string[];
|
|
87287
|
+
lines: {
|
|
87288
|
+
amount: number;
|
|
87289
|
+
lineId: string;
|
|
87290
|
+
name: string;
|
|
87291
|
+
}[];
|
|
87284
87292
|
};
|
|
87285
87293
|
message: string;
|
|
87286
87294
|
} | {
|
|
@@ -87290,6 +87298,8 @@ export interface operations {
|
|
|
87290
87298
|
severity: "error";
|
|
87291
87299
|
context: {
|
|
87292
87300
|
difference: number;
|
|
87301
|
+
journalEntryTotal: number;
|
|
87302
|
+
unbalancedTransactionDateCount: number;
|
|
87293
87303
|
};
|
|
87294
87304
|
message: string;
|
|
87295
87305
|
} | {
|
|
@@ -87346,7 +87356,9 @@ export interface operations {
|
|
|
87346
87356
|
/** @constant */
|
|
87347
87357
|
severity: "warning";
|
|
87348
87358
|
context: {
|
|
87359
|
+
activeFinancialTotal: number;
|
|
87349
87360
|
difference: number;
|
|
87361
|
+
guestTotal: number;
|
|
87350
87362
|
};
|
|
87351
87363
|
message: string;
|
|
87352
87364
|
} | {
|
|
@@ -87802,6 +87814,11 @@ export interface operations {
|
|
|
87802
87814
|
severity: "error";
|
|
87803
87815
|
context: {
|
|
87804
87816
|
lineIds: string[];
|
|
87817
|
+
lines: {
|
|
87818
|
+
amount: number;
|
|
87819
|
+
lineId: string;
|
|
87820
|
+
name: string;
|
|
87821
|
+
}[];
|
|
87805
87822
|
};
|
|
87806
87823
|
message: string;
|
|
87807
87824
|
} | {
|
|
@@ -87811,6 +87828,8 @@ export interface operations {
|
|
|
87811
87828
|
severity: "error";
|
|
87812
87829
|
context: {
|
|
87813
87830
|
difference: number;
|
|
87831
|
+
journalEntryTotal: number;
|
|
87832
|
+
unbalancedTransactionDateCount: number;
|
|
87814
87833
|
};
|
|
87815
87834
|
message: string;
|
|
87816
87835
|
} | {
|
|
@@ -87867,7 +87886,9 @@ export interface operations {
|
|
|
87867
87886
|
/** @constant */
|
|
87868
87887
|
severity: "warning";
|
|
87869
87888
|
context: {
|
|
87889
|
+
activeFinancialTotal: number;
|
|
87870
87890
|
difference: number;
|
|
87891
|
+
guestTotal: number;
|
|
87871
87892
|
};
|
|
87872
87893
|
message: string;
|
|
87873
87894
|
} | {
|
|
@@ -90449,6 +90470,11 @@ export interface operations {
|
|
|
90449
90470
|
severity: "error";
|
|
90450
90471
|
context: {
|
|
90451
90472
|
lineIds: string[];
|
|
90473
|
+
lines: {
|
|
90474
|
+
amount: number;
|
|
90475
|
+
lineId: string;
|
|
90476
|
+
name: string;
|
|
90477
|
+
}[];
|
|
90452
90478
|
};
|
|
90453
90479
|
message: string;
|
|
90454
90480
|
} | {
|
|
@@ -90458,6 +90484,8 @@ export interface operations {
|
|
|
90458
90484
|
severity: "error";
|
|
90459
90485
|
context: {
|
|
90460
90486
|
difference: number;
|
|
90487
|
+
journalEntryTotal: number;
|
|
90488
|
+
unbalancedTransactionDateCount: number;
|
|
90461
90489
|
};
|
|
90462
90490
|
message: string;
|
|
90463
90491
|
} | {
|
|
@@ -90514,7 +90542,9 @@ export interface operations {
|
|
|
90514
90542
|
/** @constant */
|
|
90515
90543
|
severity: "warning";
|
|
90516
90544
|
context: {
|
|
90545
|
+
activeFinancialTotal: number;
|
|
90517
90546
|
difference: number;
|
|
90547
|
+
guestTotal: number;
|
|
90518
90548
|
};
|
|
90519
90549
|
message: string;
|
|
90520
90550
|
} | {
|
|
@@ -91221,6 +91251,11 @@ export interface operations {
|
|
|
91221
91251
|
severity: "error";
|
|
91222
91252
|
context: {
|
|
91223
91253
|
lineIds: string[];
|
|
91254
|
+
lines: {
|
|
91255
|
+
amount: number;
|
|
91256
|
+
lineId: string;
|
|
91257
|
+
name: string;
|
|
91258
|
+
}[];
|
|
91224
91259
|
};
|
|
91225
91260
|
message: string;
|
|
91226
91261
|
} | {
|
|
@@ -91230,6 +91265,8 @@ export interface operations {
|
|
|
91230
91265
|
severity: "error";
|
|
91231
91266
|
context: {
|
|
91232
91267
|
difference: number;
|
|
91268
|
+
journalEntryTotal: number;
|
|
91269
|
+
unbalancedTransactionDateCount: number;
|
|
91233
91270
|
};
|
|
91234
91271
|
message: string;
|
|
91235
91272
|
} | {
|
|
@@ -91286,7 +91323,9 @@ export interface operations {
|
|
|
91286
91323
|
/** @constant */
|
|
91287
91324
|
severity: "warning";
|
|
91288
91325
|
context: {
|
|
91326
|
+
activeFinancialTotal: number;
|
|
91289
91327
|
difference: number;
|
|
91328
|
+
guestTotal: number;
|
|
91290
91329
|
};
|
|
91291
91330
|
message: string;
|
|
91292
91331
|
} | {
|
|
@@ -92407,6 +92446,11 @@ export interface operations {
|
|
|
92407
92446
|
severity: "error";
|
|
92408
92447
|
context: {
|
|
92409
92448
|
lineIds: string[];
|
|
92449
|
+
lines: {
|
|
92450
|
+
amount: number;
|
|
92451
|
+
lineId: string;
|
|
92452
|
+
name: string;
|
|
92453
|
+
}[];
|
|
92410
92454
|
};
|
|
92411
92455
|
message: string;
|
|
92412
92456
|
} | {
|
|
@@ -92416,6 +92460,8 @@ export interface operations {
|
|
|
92416
92460
|
severity: "error";
|
|
92417
92461
|
context: {
|
|
92418
92462
|
difference: number;
|
|
92463
|
+
journalEntryTotal: number;
|
|
92464
|
+
unbalancedTransactionDateCount: number;
|
|
92419
92465
|
};
|
|
92420
92466
|
message: string;
|
|
92421
92467
|
} | {
|
|
@@ -92472,7 +92518,9 @@ export interface operations {
|
|
|
92472
92518
|
/** @constant */
|
|
92473
92519
|
severity: "warning";
|
|
92474
92520
|
context: {
|
|
92521
|
+
activeFinancialTotal: number;
|
|
92475
92522
|
difference: number;
|
|
92523
|
+
guestTotal: number;
|
|
92476
92524
|
};
|
|
92477
92525
|
message: string;
|
|
92478
92526
|
} | {
|
|
@@ -93071,6 +93119,11 @@ export interface operations {
|
|
|
93071
93119
|
severity: "error";
|
|
93072
93120
|
context: {
|
|
93073
93121
|
lineIds: string[];
|
|
93122
|
+
lines: {
|
|
93123
|
+
amount: number;
|
|
93124
|
+
lineId: string;
|
|
93125
|
+
name: string;
|
|
93126
|
+
}[];
|
|
93074
93127
|
};
|
|
93075
93128
|
message: string;
|
|
93076
93129
|
} | {
|
|
@@ -93080,6 +93133,8 @@ export interface operations {
|
|
|
93080
93133
|
severity: "error";
|
|
93081
93134
|
context: {
|
|
93082
93135
|
difference: number;
|
|
93136
|
+
journalEntryTotal: number;
|
|
93137
|
+
unbalancedTransactionDateCount: number;
|
|
93083
93138
|
};
|
|
93084
93139
|
message: string;
|
|
93085
93140
|
} | {
|
|
@@ -93136,7 +93191,9 @@ export interface operations {
|
|
|
93136
93191
|
/** @constant */
|
|
93137
93192
|
severity: "warning";
|
|
93138
93193
|
context: {
|
|
93194
|
+
activeFinancialTotal: number;
|
|
93139
93195
|
difference: number;
|
|
93196
|
+
guestTotal: number;
|
|
93140
93197
|
};
|
|
93141
93198
|
message: string;
|
|
93142
93199
|
} | {
|
|
@@ -93717,6 +93774,11 @@ export interface operations {
|
|
|
93717
93774
|
severity: "error";
|
|
93718
93775
|
context: {
|
|
93719
93776
|
lineIds: string[];
|
|
93777
|
+
lines: {
|
|
93778
|
+
amount: number;
|
|
93779
|
+
lineId: string;
|
|
93780
|
+
name: string;
|
|
93781
|
+
}[];
|
|
93720
93782
|
};
|
|
93721
93783
|
message: string;
|
|
93722
93784
|
} | {
|
|
@@ -93726,6 +93788,8 @@ export interface operations {
|
|
|
93726
93788
|
severity: "error";
|
|
93727
93789
|
context: {
|
|
93728
93790
|
difference: number;
|
|
93791
|
+
journalEntryTotal: number;
|
|
93792
|
+
unbalancedTransactionDateCount: number;
|
|
93729
93793
|
};
|
|
93730
93794
|
message: string;
|
|
93731
93795
|
} | {
|
|
@@ -93782,7 +93846,9 @@ export interface operations {
|
|
|
93782
93846
|
/** @constant */
|
|
93783
93847
|
severity: "warning";
|
|
93784
93848
|
context: {
|
|
93849
|
+
activeFinancialTotal: number;
|
|
93785
93850
|
difference: number;
|
|
93851
|
+
guestTotal: number;
|
|
93786
93852
|
};
|
|
93787
93853
|
message: string;
|
|
93788
93854
|
} | {
|
|
@@ -94712,7 +94778,9 @@ export interface operations {
|
|
|
94712
94778
|
code: "unpaidReservations";
|
|
94713
94779
|
/** @constant */
|
|
94714
94780
|
severity: "warning";
|
|
94715
|
-
context:
|
|
94781
|
+
context: {
|
|
94782
|
+
affected: number;
|
|
94783
|
+
};
|
|
94716
94784
|
message: string;
|
|
94717
94785
|
} | {
|
|
94718
94786
|
/** @constant */
|
|
@@ -95406,7 +95474,9 @@ export interface operations {
|
|
|
95406
95474
|
code: "unpaidReservations";
|
|
95407
95475
|
/** @constant */
|
|
95408
95476
|
severity: "warning";
|
|
95409
|
-
context:
|
|
95477
|
+
context: {
|
|
95478
|
+
affected: number;
|
|
95479
|
+
};
|
|
95410
95480
|
message: string;
|
|
95411
95481
|
} | {
|
|
95412
95482
|
/** @constant */
|
|
@@ -95767,7 +95837,9 @@ export interface operations {
|
|
|
95767
95837
|
code: "unpaidReservation";
|
|
95768
95838
|
/** @constant */
|
|
95769
95839
|
severity: "warning";
|
|
95770
|
-
context:
|
|
95840
|
+
context: {
|
|
95841
|
+
paidStatus: string;
|
|
95842
|
+
};
|
|
95771
95843
|
message: string;
|
|
95772
95844
|
})[];
|
|
95773
95845
|
descriptionEdit?: {
|
|
@@ -96032,7 +96104,9 @@ export interface operations {
|
|
|
96032
96104
|
code: "unpaidReservation";
|
|
96033
96105
|
/** @constant */
|
|
96034
96106
|
severity: "warning";
|
|
96035
|
-
context:
|
|
96107
|
+
context: {
|
|
96108
|
+
paidStatus: string;
|
|
96109
|
+
};
|
|
96036
96110
|
message: string;
|
|
96037
96111
|
})[];
|
|
96038
96112
|
descriptionEdit?: {
|
|
@@ -96302,7 +96376,9 @@ export interface operations {
|
|
|
96302
96376
|
code: "unpaidReservation";
|
|
96303
96377
|
/** @constant */
|
|
96304
96378
|
severity: "warning";
|
|
96305
|
-
context:
|
|
96379
|
+
context: {
|
|
96380
|
+
paidStatus: string;
|
|
96381
|
+
};
|
|
96306
96382
|
message: string;
|
|
96307
96383
|
})[];
|
|
96308
96384
|
descriptionEdit?: {
|
|
@@ -96921,7 +96997,9 @@ export interface operations {
|
|
|
96921
96997
|
code: "unpaidReservations";
|
|
96922
96998
|
/** @constant */
|
|
96923
96999
|
severity: "warning";
|
|
96924
|
-
context:
|
|
97000
|
+
context: {
|
|
97001
|
+
affected: number;
|
|
97002
|
+
};
|
|
96925
97003
|
message: string;
|
|
96926
97004
|
} | {
|
|
96927
97005
|
/** @constant */
|
|
@@ -97311,7 +97389,9 @@ export interface operations {
|
|
|
97311
97389
|
code: "unpaidReservation";
|
|
97312
97390
|
/** @constant */
|
|
97313
97391
|
severity: "warning";
|
|
97314
|
-
context:
|
|
97392
|
+
context: {
|
|
97393
|
+
paidStatus: string;
|
|
97394
|
+
};
|
|
97315
97395
|
message: string;
|
|
97316
97396
|
})[];
|
|
97317
97397
|
descriptionEdit?: {
|
|
@@ -97576,7 +97656,9 @@ export interface operations {
|
|
|
97576
97656
|
code: "unpaidReservation";
|
|
97577
97657
|
/** @constant */
|
|
97578
97658
|
severity: "warning";
|
|
97579
|
-
context:
|
|
97659
|
+
context: {
|
|
97660
|
+
paidStatus: string;
|
|
97661
|
+
};
|
|
97580
97662
|
message: string;
|
|
97581
97663
|
})[];
|
|
97582
97664
|
descriptionEdit?: {
|
|
@@ -97846,7 +97928,9 @@ export interface operations {
|
|
|
97846
97928
|
code: "unpaidReservation";
|
|
97847
97929
|
/** @constant */
|
|
97848
97930
|
severity: "warning";
|
|
97849
|
-
context:
|
|
97931
|
+
context: {
|
|
97932
|
+
paidStatus: string;
|
|
97933
|
+
};
|
|
97850
97934
|
message: string;
|
|
97851
97935
|
})[];
|
|
97852
97936
|
descriptionEdit?: {
|
|
@@ -104178,7 +104262,9 @@ export interface operations {
|
|
|
104178
104262
|
code: "unpaidReservations";
|
|
104179
104263
|
/** @constant */
|
|
104180
104264
|
severity: "warning";
|
|
104181
|
-
context:
|
|
104265
|
+
context: {
|
|
104266
|
+
affected: number;
|
|
104267
|
+
};
|
|
104182
104268
|
message: string;
|
|
104183
104269
|
} | {
|
|
104184
104270
|
/** @constant */
|
|
@@ -104568,7 +104654,9 @@ export interface operations {
|
|
|
104568
104654
|
code: "unpaidReservation";
|
|
104569
104655
|
/** @constant */
|
|
104570
104656
|
severity: "warning";
|
|
104571
|
-
context:
|
|
104657
|
+
context: {
|
|
104658
|
+
paidStatus: string;
|
|
104659
|
+
};
|
|
104572
104660
|
message: string;
|
|
104573
104661
|
})[];
|
|
104574
104662
|
descriptionEdit?: {
|
|
@@ -104833,7 +104921,9 @@ export interface operations {
|
|
|
104833
104921
|
code: "unpaidReservation";
|
|
104834
104922
|
/** @constant */
|
|
104835
104923
|
severity: "warning";
|
|
104836
|
-
context:
|
|
104924
|
+
context: {
|
|
104925
|
+
paidStatus: string;
|
|
104926
|
+
};
|
|
104837
104927
|
message: string;
|
|
104838
104928
|
})[];
|
|
104839
104929
|
descriptionEdit?: {
|
|
@@ -105103,7 +105193,9 @@ export interface operations {
|
|
|
105103
105193
|
code: "unpaidReservation";
|
|
105104
105194
|
/** @constant */
|
|
105105
105195
|
severity: "warning";
|
|
105106
|
-
context:
|
|
105196
|
+
context: {
|
|
105197
|
+
paidStatus: string;
|
|
105198
|
+
};
|
|
105107
105199
|
message: string;
|
|
105108
105200
|
})[];
|
|
105109
105201
|
descriptionEdit?: {
|
|
@@ -105730,7 +105822,9 @@ export interface operations {
|
|
|
105730
105822
|
code: "unpaidReservations";
|
|
105731
105823
|
/** @constant */
|
|
105732
105824
|
severity: "warning";
|
|
105733
|
-
context:
|
|
105825
|
+
context: {
|
|
105826
|
+
affected: number;
|
|
105827
|
+
};
|
|
105734
105828
|
message: string;
|
|
105735
105829
|
} | {
|
|
105736
105830
|
/** @constant */
|
|
@@ -106091,7 +106185,9 @@ export interface operations {
|
|
|
106091
106185
|
code: "unpaidReservation";
|
|
106092
106186
|
/** @constant */
|
|
106093
106187
|
severity: "warning";
|
|
106094
|
-
context:
|
|
106188
|
+
context: {
|
|
106189
|
+
paidStatus: string;
|
|
106190
|
+
};
|
|
106095
106191
|
message: string;
|
|
106096
106192
|
})[];
|
|
106097
106193
|
descriptionEdit?: {
|
|
@@ -106356,7 +106452,9 @@ export interface operations {
|
|
|
106356
106452
|
code: "unpaidReservation";
|
|
106357
106453
|
/** @constant */
|
|
106358
106454
|
severity: "warning";
|
|
106359
|
-
context:
|
|
106455
|
+
context: {
|
|
106456
|
+
paidStatus: string;
|
|
106457
|
+
};
|
|
106360
106458
|
message: string;
|
|
106361
106459
|
})[];
|
|
106362
106460
|
descriptionEdit?: {
|
|
@@ -106626,7 +106724,9 @@ export interface operations {
|
|
|
106626
106724
|
code: "unpaidReservation";
|
|
106627
106725
|
/** @constant */
|
|
106628
106726
|
severity: "warning";
|
|
106629
|
-
context:
|
|
106727
|
+
context: {
|
|
106728
|
+
paidStatus: string;
|
|
106729
|
+
};
|
|
106630
106730
|
message: string;
|
|
106631
106731
|
})[];
|
|
106632
106732
|
descriptionEdit?: {
|