@vrplatform/api 1.3.1-stage.5018 → 1.3.1-stage.5022
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 +158 -18
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +158 -18
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +158 -18
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -5426,7 +5426,7 @@ export interface paths {
|
|
|
5426
5426
|
cookie?: never;
|
|
5427
5427
|
};
|
|
5428
5428
|
/**
|
|
5429
|
-
* @description List cursor-paginated
|
|
5429
|
+
* @description List cursor-paginated current open issues across accessible teams in one regional data partition. Each issue includes a stable feature grouping for partner-native task queues. Issue lifecycle is source-controlled: resolved issues disappear and later reopen with the same ID. Partner callers can select the partition with x-data-region.
|
|
5430
5430
|
*
|
|
5431
5431
|
* Required scope: team-issues:read
|
|
5432
5432
|
*/
|
|
@@ -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?: {
|
|
@@ -117351,6 +117451,8 @@ export interface operations {
|
|
|
117351
117451
|
severity: "error" | "warning";
|
|
117352
117452
|
/** @enum {string} */
|
|
117353
117453
|
category: "criticalToUser" | "criticalToSystem";
|
|
117454
|
+
/** @enum {string} */
|
|
117455
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117354
117456
|
message: string;
|
|
117355
117457
|
affected: number;
|
|
117356
117458
|
version: number;
|
|
@@ -117381,6 +117483,8 @@ export interface operations {
|
|
|
117381
117483
|
severity: "error" | "warning";
|
|
117382
117484
|
/** @enum {string} */
|
|
117383
117485
|
category: "criticalToUser" | "criticalToSystem";
|
|
117486
|
+
/** @enum {string} */
|
|
117487
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117384
117488
|
message: string;
|
|
117385
117489
|
affected: number;
|
|
117386
117490
|
version: number;
|
|
@@ -117413,6 +117517,8 @@ export interface operations {
|
|
|
117413
117517
|
severity: "error" | "warning";
|
|
117414
117518
|
/** @enum {string} */
|
|
117415
117519
|
category: "criticalToUser" | "criticalToSystem";
|
|
117520
|
+
/** @enum {string} */
|
|
117521
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117416
117522
|
message: string;
|
|
117417
117523
|
affected: number;
|
|
117418
117524
|
version: number;
|
|
@@ -117445,6 +117551,8 @@ export interface operations {
|
|
|
117445
117551
|
severity: "error" | "warning";
|
|
117446
117552
|
/** @enum {string} */
|
|
117447
117553
|
category: "criticalToUser" | "criticalToSystem";
|
|
117554
|
+
/** @enum {string} */
|
|
117555
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117448
117556
|
message: string;
|
|
117449
117557
|
affected: number;
|
|
117450
117558
|
version: number;
|
|
@@ -117482,6 +117590,8 @@ export interface operations {
|
|
|
117482
117590
|
severity: "error" | "warning";
|
|
117483
117591
|
/** @enum {string} */
|
|
117484
117592
|
category: "criticalToUser" | "criticalToSystem";
|
|
117593
|
+
/** @enum {string} */
|
|
117594
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117485
117595
|
message: string;
|
|
117486
117596
|
affected: number;
|
|
117487
117597
|
version: number;
|
|
@@ -117519,6 +117629,8 @@ export interface operations {
|
|
|
117519
117629
|
severity: "error" | "warning";
|
|
117520
117630
|
/** @enum {string} */
|
|
117521
117631
|
category: "criticalToUser" | "criticalToSystem";
|
|
117632
|
+
/** @enum {string} */
|
|
117633
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117522
117634
|
message: string;
|
|
117523
117635
|
affected: number;
|
|
117524
117636
|
version: number;
|
|
@@ -117554,6 +117666,8 @@ export interface operations {
|
|
|
117554
117666
|
severity: "error" | "warning";
|
|
117555
117667
|
/** @enum {string} */
|
|
117556
117668
|
category: "criticalToUser" | "criticalToSystem";
|
|
117669
|
+
/** @enum {string} */
|
|
117670
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117557
117671
|
message: string;
|
|
117558
117672
|
affected: number;
|
|
117559
117673
|
version: number;
|
|
@@ -117588,6 +117702,8 @@ export interface operations {
|
|
|
117588
117702
|
severity: "error" | "warning";
|
|
117589
117703
|
/** @enum {string} */
|
|
117590
117704
|
category: "criticalToUser" | "criticalToSystem";
|
|
117705
|
+
/** @enum {string} */
|
|
117706
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117591
117707
|
message: string;
|
|
117592
117708
|
affected: number;
|
|
117593
117709
|
version: number;
|
|
@@ -117624,6 +117740,8 @@ export interface operations {
|
|
|
117624
117740
|
severity: "error" | "warning";
|
|
117625
117741
|
/** @enum {string} */
|
|
117626
117742
|
category: "criticalToUser" | "criticalToSystem";
|
|
117743
|
+
/** @enum {string} */
|
|
117744
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117627
117745
|
message: string;
|
|
117628
117746
|
affected: number;
|
|
117629
117747
|
version: number;
|
|
@@ -117652,6 +117770,8 @@ export interface operations {
|
|
|
117652
117770
|
severity: "error" | "warning";
|
|
117653
117771
|
/** @enum {string} */
|
|
117654
117772
|
category: "criticalToUser" | "criticalToSystem";
|
|
117773
|
+
/** @enum {string} */
|
|
117774
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117655
117775
|
message: string;
|
|
117656
117776
|
affected: number;
|
|
117657
117777
|
version: number;
|
|
@@ -117680,6 +117800,8 @@ export interface operations {
|
|
|
117680
117800
|
severity: "error" | "warning";
|
|
117681
117801
|
/** @enum {string} */
|
|
117682
117802
|
category: "criticalToUser" | "criticalToSystem";
|
|
117803
|
+
/** @enum {string} */
|
|
117804
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117683
117805
|
message: string;
|
|
117684
117806
|
affected: number;
|
|
117685
117807
|
version: number;
|
|
@@ -117708,6 +117830,8 @@ export interface operations {
|
|
|
117708
117830
|
severity: "error" | "warning";
|
|
117709
117831
|
/** @enum {string} */
|
|
117710
117832
|
category: "criticalToUser" | "criticalToSystem";
|
|
117833
|
+
/** @enum {string} */
|
|
117834
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117711
117835
|
message: string;
|
|
117712
117836
|
affected: number;
|
|
117713
117837
|
version: number;
|
|
@@ -117736,6 +117860,8 @@ export interface operations {
|
|
|
117736
117860
|
severity: "error" | "warning";
|
|
117737
117861
|
/** @enum {string} */
|
|
117738
117862
|
category: "criticalToUser" | "criticalToSystem";
|
|
117863
|
+
/** @enum {string} */
|
|
117864
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117739
117865
|
message: string;
|
|
117740
117866
|
affected: number;
|
|
117741
117867
|
version: number;
|
|
@@ -117764,6 +117890,8 @@ export interface operations {
|
|
|
117764
117890
|
severity: "error" | "warning";
|
|
117765
117891
|
/** @enum {string} */
|
|
117766
117892
|
category: "criticalToUser" | "criticalToSystem";
|
|
117893
|
+
/** @enum {string} */
|
|
117894
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117767
117895
|
message: string;
|
|
117768
117896
|
affected: number;
|
|
117769
117897
|
version: number;
|
|
@@ -117799,6 +117927,8 @@ export interface operations {
|
|
|
117799
117927
|
severity: "error" | "warning";
|
|
117800
117928
|
/** @enum {string} */
|
|
117801
117929
|
category: "criticalToUser" | "criticalToSystem";
|
|
117930
|
+
/** @enum {string} */
|
|
117931
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117802
117932
|
message: string;
|
|
117803
117933
|
affected: number;
|
|
117804
117934
|
version: number;
|
|
@@ -117839,6 +117969,8 @@ export interface operations {
|
|
|
117839
117969
|
severity: "error" | "warning";
|
|
117840
117970
|
/** @enum {string} */
|
|
117841
117971
|
category: "criticalToUser" | "criticalToSystem";
|
|
117972
|
+
/** @enum {string} */
|
|
117973
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117842
117974
|
message: string;
|
|
117843
117975
|
affected: number;
|
|
117844
117976
|
version: number;
|
|
@@ -117877,6 +118009,8 @@ export interface operations {
|
|
|
117877
118009
|
severity: "error" | "warning";
|
|
117878
118010
|
/** @enum {string} */
|
|
117879
118011
|
category: "criticalToUser" | "criticalToSystem";
|
|
118012
|
+
/** @enum {string} */
|
|
118013
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117880
118014
|
message: string;
|
|
117881
118015
|
affected: number;
|
|
117882
118016
|
version: number;
|
|
@@ -117916,6 +118050,8 @@ export interface operations {
|
|
|
117916
118050
|
severity: "error" | "warning";
|
|
117917
118051
|
/** @enum {string} */
|
|
117918
118052
|
category: "criticalToUser" | "criticalToSystem";
|
|
118053
|
+
/** @enum {string} */
|
|
118054
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117919
118055
|
message: string;
|
|
117920
118056
|
affected: number;
|
|
117921
118057
|
version: number;
|
|
@@ -117944,6 +118080,8 @@ export interface operations {
|
|
|
117944
118080
|
severity: "error" | "warning";
|
|
117945
118081
|
/** @enum {string} */
|
|
117946
118082
|
category: "criticalToUser" | "criticalToSystem";
|
|
118083
|
+
/** @enum {string} */
|
|
118084
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117947
118085
|
message: string;
|
|
117948
118086
|
affected: number;
|
|
117949
118087
|
version: number;
|
|
@@ -117980,6 +118118,8 @@ export interface operations {
|
|
|
117980
118118
|
severity: "error" | "warning";
|
|
117981
118119
|
/** @enum {string} */
|
|
117982
118120
|
category: "criticalToUser" | "criticalToSystem";
|
|
118121
|
+
/** @enum {string} */
|
|
118122
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117983
118123
|
message: string;
|
|
117984
118124
|
affected: number;
|
|
117985
118125
|
version: number;
|