@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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-5014",
6
+ "version": "1.3.1-5019",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -39796,6 +39796,9 @@ export interface operations {
39796
39796
  investigatedHomepageUrl: string | null;
39797
39797
  investigatedDomain: string | null;
39798
39798
  error: string;
39799
+ context?: {
39800
+ [key: string]: unknown;
39801
+ };
39799
39802
  }[];
39800
39803
  };
39801
39804
  };
@@ -87261,6 +87264,11 @@ export interface operations {
87261
87264
  severity: "error";
87262
87265
  context: {
87263
87266
  lineIds: string[];
87267
+ lines: {
87268
+ amount: number;
87269
+ lineId: string;
87270
+ name: string;
87271
+ }[];
87264
87272
  };
87265
87273
  message: string;
87266
87274
  } | {
@@ -87270,6 +87278,8 @@ export interface operations {
87270
87278
  severity: "error";
87271
87279
  context: {
87272
87280
  difference: number;
87281
+ journalEntryTotal: number;
87282
+ unbalancedTransactionDateCount: number;
87273
87283
  };
87274
87284
  message: string;
87275
87285
  } | {
@@ -87326,7 +87336,9 @@ export interface operations {
87326
87336
  /** @constant */
87327
87337
  severity: "warning";
87328
87338
  context: {
87339
+ activeFinancialTotal: number;
87329
87340
  difference: number;
87341
+ guestTotal: number;
87330
87342
  };
87331
87343
  message: string;
87332
87344
  } | {
@@ -87782,6 +87794,11 @@ export interface operations {
87782
87794
  severity: "error";
87783
87795
  context: {
87784
87796
  lineIds: string[];
87797
+ lines: {
87798
+ amount: number;
87799
+ lineId: string;
87800
+ name: string;
87801
+ }[];
87785
87802
  };
87786
87803
  message: string;
87787
87804
  } | {
@@ -87791,6 +87808,8 @@ export interface operations {
87791
87808
  severity: "error";
87792
87809
  context: {
87793
87810
  difference: number;
87811
+ journalEntryTotal: number;
87812
+ unbalancedTransactionDateCount: number;
87794
87813
  };
87795
87814
  message: string;
87796
87815
  } | {
@@ -87847,7 +87866,9 @@ export interface operations {
87847
87866
  /** @constant */
87848
87867
  severity: "warning";
87849
87868
  context: {
87869
+ activeFinancialTotal: number;
87850
87870
  difference: number;
87871
+ guestTotal: number;
87851
87872
  };
87852
87873
  message: string;
87853
87874
  } | {
@@ -90429,6 +90450,11 @@ export interface operations {
90429
90450
  severity: "error";
90430
90451
  context: {
90431
90452
  lineIds: string[];
90453
+ lines: {
90454
+ amount: number;
90455
+ lineId: string;
90456
+ name: string;
90457
+ }[];
90432
90458
  };
90433
90459
  message: string;
90434
90460
  } | {
@@ -90438,6 +90464,8 @@ export interface operations {
90438
90464
  severity: "error";
90439
90465
  context: {
90440
90466
  difference: number;
90467
+ journalEntryTotal: number;
90468
+ unbalancedTransactionDateCount: number;
90441
90469
  };
90442
90470
  message: string;
90443
90471
  } | {
@@ -90494,7 +90522,9 @@ export interface operations {
90494
90522
  /** @constant */
90495
90523
  severity: "warning";
90496
90524
  context: {
90525
+ activeFinancialTotal: number;
90497
90526
  difference: number;
90527
+ guestTotal: number;
90498
90528
  };
90499
90529
  message: string;
90500
90530
  } | {
@@ -91201,6 +91231,11 @@ export interface operations {
91201
91231
  severity: "error";
91202
91232
  context: {
91203
91233
  lineIds: string[];
91234
+ lines: {
91235
+ amount: number;
91236
+ lineId: string;
91237
+ name: string;
91238
+ }[];
91204
91239
  };
91205
91240
  message: string;
91206
91241
  } | {
@@ -91210,6 +91245,8 @@ export interface operations {
91210
91245
  severity: "error";
91211
91246
  context: {
91212
91247
  difference: number;
91248
+ journalEntryTotal: number;
91249
+ unbalancedTransactionDateCount: number;
91213
91250
  };
91214
91251
  message: string;
91215
91252
  } | {
@@ -91266,7 +91303,9 @@ export interface operations {
91266
91303
  /** @constant */
91267
91304
  severity: "warning";
91268
91305
  context: {
91306
+ activeFinancialTotal: number;
91269
91307
  difference: number;
91308
+ guestTotal: number;
91270
91309
  };
91271
91310
  message: string;
91272
91311
  } | {
@@ -92387,6 +92426,11 @@ export interface operations {
92387
92426
  severity: "error";
92388
92427
  context: {
92389
92428
  lineIds: string[];
92429
+ lines: {
92430
+ amount: number;
92431
+ lineId: string;
92432
+ name: string;
92433
+ }[];
92390
92434
  };
92391
92435
  message: string;
92392
92436
  } | {
@@ -92396,6 +92440,8 @@ export interface operations {
92396
92440
  severity: "error";
92397
92441
  context: {
92398
92442
  difference: number;
92443
+ journalEntryTotal: number;
92444
+ unbalancedTransactionDateCount: number;
92399
92445
  };
92400
92446
  message: string;
92401
92447
  } | {
@@ -92452,7 +92498,9 @@ export interface operations {
92452
92498
  /** @constant */
92453
92499
  severity: "warning";
92454
92500
  context: {
92501
+ activeFinancialTotal: number;
92455
92502
  difference: number;
92503
+ guestTotal: number;
92456
92504
  };
92457
92505
  message: string;
92458
92506
  } | {
@@ -93051,6 +93099,11 @@ export interface operations {
93051
93099
  severity: "error";
93052
93100
  context: {
93053
93101
  lineIds: string[];
93102
+ lines: {
93103
+ amount: number;
93104
+ lineId: string;
93105
+ name: string;
93106
+ }[];
93054
93107
  };
93055
93108
  message: string;
93056
93109
  } | {
@@ -93060,6 +93113,8 @@ export interface operations {
93060
93113
  severity: "error";
93061
93114
  context: {
93062
93115
  difference: number;
93116
+ journalEntryTotal: number;
93117
+ unbalancedTransactionDateCount: number;
93063
93118
  };
93064
93119
  message: string;
93065
93120
  } | {
@@ -93116,7 +93171,9 @@ export interface operations {
93116
93171
  /** @constant */
93117
93172
  severity: "warning";
93118
93173
  context: {
93174
+ activeFinancialTotal: number;
93119
93175
  difference: number;
93176
+ guestTotal: number;
93120
93177
  };
93121
93178
  message: string;
93122
93179
  } | {
@@ -93697,6 +93754,11 @@ export interface operations {
93697
93754
  severity: "error";
93698
93755
  context: {
93699
93756
  lineIds: string[];
93757
+ lines: {
93758
+ amount: number;
93759
+ lineId: string;
93760
+ name: string;
93761
+ }[];
93700
93762
  };
93701
93763
  message: string;
93702
93764
  } | {
@@ -93706,6 +93768,8 @@ export interface operations {
93706
93768
  severity: "error";
93707
93769
  context: {
93708
93770
  difference: number;
93771
+ journalEntryTotal: number;
93772
+ unbalancedTransactionDateCount: number;
93709
93773
  };
93710
93774
  message: string;
93711
93775
  } | {
@@ -93762,7 +93826,9 @@ export interface operations {
93762
93826
  /** @constant */
93763
93827
  severity: "warning";
93764
93828
  context: {
93829
+ activeFinancialTotal: number;
93765
93830
  difference: number;
93831
+ guestTotal: number;
93766
93832
  };
93767
93833
  message: string;
93768
93834
  } | {
@@ -94692,7 +94758,9 @@ export interface operations {
94692
94758
  code: "unpaidReservations";
94693
94759
  /** @constant */
94694
94760
  severity: "warning";
94695
- context: Record<string, never>;
94761
+ context: {
94762
+ affected: number;
94763
+ };
94696
94764
  message: string;
94697
94765
  } | {
94698
94766
  /** @constant */
@@ -95386,7 +95454,9 @@ export interface operations {
95386
95454
  code: "unpaidReservations";
95387
95455
  /** @constant */
95388
95456
  severity: "warning";
95389
- context: Record<string, never>;
95457
+ context: {
95458
+ affected: number;
95459
+ };
95390
95460
  message: string;
95391
95461
  } | {
95392
95462
  /** @constant */
@@ -95747,7 +95817,9 @@ export interface operations {
95747
95817
  code: "unpaidReservation";
95748
95818
  /** @constant */
95749
95819
  severity: "warning";
95750
- context: Record<string, never>;
95820
+ context: {
95821
+ paidStatus: string;
95822
+ };
95751
95823
  message: string;
95752
95824
  })[];
95753
95825
  descriptionEdit?: {
@@ -96012,7 +96084,9 @@ export interface operations {
96012
96084
  code: "unpaidReservation";
96013
96085
  /** @constant */
96014
96086
  severity: "warning";
96015
- context: Record<string, never>;
96087
+ context: {
96088
+ paidStatus: string;
96089
+ };
96016
96090
  message: string;
96017
96091
  })[];
96018
96092
  descriptionEdit?: {
@@ -96282,7 +96356,9 @@ export interface operations {
96282
96356
  code: "unpaidReservation";
96283
96357
  /** @constant */
96284
96358
  severity: "warning";
96285
- context: Record<string, never>;
96359
+ context: {
96360
+ paidStatus: string;
96361
+ };
96286
96362
  message: string;
96287
96363
  })[];
96288
96364
  descriptionEdit?: {
@@ -96901,7 +96977,9 @@ export interface operations {
96901
96977
  code: "unpaidReservations";
96902
96978
  /** @constant */
96903
96979
  severity: "warning";
96904
- context: Record<string, never>;
96980
+ context: {
96981
+ affected: number;
96982
+ };
96905
96983
  message: string;
96906
96984
  } | {
96907
96985
  /** @constant */
@@ -97291,7 +97369,9 @@ export interface operations {
97291
97369
  code: "unpaidReservation";
97292
97370
  /** @constant */
97293
97371
  severity: "warning";
97294
- context: Record<string, never>;
97372
+ context: {
97373
+ paidStatus: string;
97374
+ };
97295
97375
  message: string;
97296
97376
  })[];
97297
97377
  descriptionEdit?: {
@@ -97556,7 +97636,9 @@ export interface operations {
97556
97636
  code: "unpaidReservation";
97557
97637
  /** @constant */
97558
97638
  severity: "warning";
97559
- context: Record<string, never>;
97639
+ context: {
97640
+ paidStatus: string;
97641
+ };
97560
97642
  message: string;
97561
97643
  })[];
97562
97644
  descriptionEdit?: {
@@ -97826,7 +97908,9 @@ export interface operations {
97826
97908
  code: "unpaidReservation";
97827
97909
  /** @constant */
97828
97910
  severity: "warning";
97829
- context: Record<string, never>;
97911
+ context: {
97912
+ paidStatus: string;
97913
+ };
97830
97914
  message: string;
97831
97915
  })[];
97832
97916
  descriptionEdit?: {
@@ -104158,7 +104242,9 @@ export interface operations {
104158
104242
  code: "unpaidReservations";
104159
104243
  /** @constant */
104160
104244
  severity: "warning";
104161
- context: Record<string, never>;
104245
+ context: {
104246
+ affected: number;
104247
+ };
104162
104248
  message: string;
104163
104249
  } | {
104164
104250
  /** @constant */
@@ -104548,7 +104634,9 @@ export interface operations {
104548
104634
  code: "unpaidReservation";
104549
104635
  /** @constant */
104550
104636
  severity: "warning";
104551
- context: Record<string, never>;
104637
+ context: {
104638
+ paidStatus: string;
104639
+ };
104552
104640
  message: string;
104553
104641
  })[];
104554
104642
  descriptionEdit?: {
@@ -104813,7 +104901,9 @@ export interface operations {
104813
104901
  code: "unpaidReservation";
104814
104902
  /** @constant */
104815
104903
  severity: "warning";
104816
- context: Record<string, never>;
104904
+ context: {
104905
+ paidStatus: string;
104906
+ };
104817
104907
  message: string;
104818
104908
  })[];
104819
104909
  descriptionEdit?: {
@@ -105083,7 +105173,9 @@ export interface operations {
105083
105173
  code: "unpaidReservation";
105084
105174
  /** @constant */
105085
105175
  severity: "warning";
105086
- context: Record<string, never>;
105176
+ context: {
105177
+ paidStatus: string;
105178
+ };
105087
105179
  message: string;
105088
105180
  })[];
105089
105181
  descriptionEdit?: {
@@ -105710,7 +105802,9 @@ export interface operations {
105710
105802
  code: "unpaidReservations";
105711
105803
  /** @constant */
105712
105804
  severity: "warning";
105713
- context: Record<string, never>;
105805
+ context: {
105806
+ affected: number;
105807
+ };
105714
105808
  message: string;
105715
105809
  } | {
105716
105810
  /** @constant */
@@ -106071,7 +106165,9 @@ export interface operations {
106071
106165
  code: "unpaidReservation";
106072
106166
  /** @constant */
106073
106167
  severity: "warning";
106074
- context: Record<string, never>;
106168
+ context: {
106169
+ paidStatus: string;
106170
+ };
106075
106171
  message: string;
106076
106172
  })[];
106077
106173
  descriptionEdit?: {
@@ -106336,7 +106432,9 @@ export interface operations {
106336
106432
  code: "unpaidReservation";
106337
106433
  /** @constant */
106338
106434
  severity: "warning";
106339
- context: Record<string, never>;
106435
+ context: {
106436
+ paidStatus: string;
106437
+ };
106340
106438
  message: string;
106341
106439
  })[];
106342
106440
  descriptionEdit?: {
@@ -106606,7 +106704,9 @@ export interface operations {
106606
106704
  code: "unpaidReservation";
106607
106705
  /** @constant */
106608
106706
  severity: "warning";
106609
- context: Record<string, never>;
106707
+ context: {
106708
+ paidStatus: string;
106709
+ };
106610
106710
  message: string;
106611
106711
  })[];
106612
106712
  descriptionEdit?: {