@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
|
@@ -5425,7 +5425,7 @@ export interface paths {
|
|
|
5425
5425
|
cookie?: never;
|
|
5426
5426
|
};
|
|
5427
5427
|
/**
|
|
5428
|
-
* @description List cursor-paginated
|
|
5428
|
+
* @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.
|
|
5429
5429
|
*
|
|
5430
5430
|
* Required scope: team-issues:read
|
|
5431
5431
|
*/
|
|
@@ -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?: {
|
|
@@ -117350,6 +117450,8 @@ export interface operations {
|
|
|
117350
117450
|
severity: "error" | "warning";
|
|
117351
117451
|
/** @enum {string} */
|
|
117352
117452
|
category: "criticalToUser" | "criticalToSystem";
|
|
117453
|
+
/** @enum {string} */
|
|
117454
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117353
117455
|
message: string;
|
|
117354
117456
|
affected: number;
|
|
117355
117457
|
version: number;
|
|
@@ -117380,6 +117482,8 @@ export interface operations {
|
|
|
117380
117482
|
severity: "error" | "warning";
|
|
117381
117483
|
/** @enum {string} */
|
|
117382
117484
|
category: "criticalToUser" | "criticalToSystem";
|
|
117485
|
+
/** @enum {string} */
|
|
117486
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117383
117487
|
message: string;
|
|
117384
117488
|
affected: number;
|
|
117385
117489
|
version: number;
|
|
@@ -117412,6 +117516,8 @@ export interface operations {
|
|
|
117412
117516
|
severity: "error" | "warning";
|
|
117413
117517
|
/** @enum {string} */
|
|
117414
117518
|
category: "criticalToUser" | "criticalToSystem";
|
|
117519
|
+
/** @enum {string} */
|
|
117520
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117415
117521
|
message: string;
|
|
117416
117522
|
affected: number;
|
|
117417
117523
|
version: number;
|
|
@@ -117444,6 +117550,8 @@ export interface operations {
|
|
|
117444
117550
|
severity: "error" | "warning";
|
|
117445
117551
|
/** @enum {string} */
|
|
117446
117552
|
category: "criticalToUser" | "criticalToSystem";
|
|
117553
|
+
/** @enum {string} */
|
|
117554
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117447
117555
|
message: string;
|
|
117448
117556
|
affected: number;
|
|
117449
117557
|
version: number;
|
|
@@ -117481,6 +117589,8 @@ export interface operations {
|
|
|
117481
117589
|
severity: "error" | "warning";
|
|
117482
117590
|
/** @enum {string} */
|
|
117483
117591
|
category: "criticalToUser" | "criticalToSystem";
|
|
117592
|
+
/** @enum {string} */
|
|
117593
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117484
117594
|
message: string;
|
|
117485
117595
|
affected: number;
|
|
117486
117596
|
version: number;
|
|
@@ -117518,6 +117628,8 @@ export interface operations {
|
|
|
117518
117628
|
severity: "error" | "warning";
|
|
117519
117629
|
/** @enum {string} */
|
|
117520
117630
|
category: "criticalToUser" | "criticalToSystem";
|
|
117631
|
+
/** @enum {string} */
|
|
117632
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117521
117633
|
message: string;
|
|
117522
117634
|
affected: number;
|
|
117523
117635
|
version: number;
|
|
@@ -117553,6 +117665,8 @@ export interface operations {
|
|
|
117553
117665
|
severity: "error" | "warning";
|
|
117554
117666
|
/** @enum {string} */
|
|
117555
117667
|
category: "criticalToUser" | "criticalToSystem";
|
|
117668
|
+
/** @enum {string} */
|
|
117669
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117556
117670
|
message: string;
|
|
117557
117671
|
affected: number;
|
|
117558
117672
|
version: number;
|
|
@@ -117587,6 +117701,8 @@ export interface operations {
|
|
|
117587
117701
|
severity: "error" | "warning";
|
|
117588
117702
|
/** @enum {string} */
|
|
117589
117703
|
category: "criticalToUser" | "criticalToSystem";
|
|
117704
|
+
/** @enum {string} */
|
|
117705
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117590
117706
|
message: string;
|
|
117591
117707
|
affected: number;
|
|
117592
117708
|
version: number;
|
|
@@ -117623,6 +117739,8 @@ export interface operations {
|
|
|
117623
117739
|
severity: "error" | "warning";
|
|
117624
117740
|
/** @enum {string} */
|
|
117625
117741
|
category: "criticalToUser" | "criticalToSystem";
|
|
117742
|
+
/** @enum {string} */
|
|
117743
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117626
117744
|
message: string;
|
|
117627
117745
|
affected: number;
|
|
117628
117746
|
version: number;
|
|
@@ -117651,6 +117769,8 @@ export interface operations {
|
|
|
117651
117769
|
severity: "error" | "warning";
|
|
117652
117770
|
/** @enum {string} */
|
|
117653
117771
|
category: "criticalToUser" | "criticalToSystem";
|
|
117772
|
+
/** @enum {string} */
|
|
117773
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117654
117774
|
message: string;
|
|
117655
117775
|
affected: number;
|
|
117656
117776
|
version: number;
|
|
@@ -117679,6 +117799,8 @@ export interface operations {
|
|
|
117679
117799
|
severity: "error" | "warning";
|
|
117680
117800
|
/** @enum {string} */
|
|
117681
117801
|
category: "criticalToUser" | "criticalToSystem";
|
|
117802
|
+
/** @enum {string} */
|
|
117803
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117682
117804
|
message: string;
|
|
117683
117805
|
affected: number;
|
|
117684
117806
|
version: number;
|
|
@@ -117707,6 +117829,8 @@ export interface operations {
|
|
|
117707
117829
|
severity: "error" | "warning";
|
|
117708
117830
|
/** @enum {string} */
|
|
117709
117831
|
category: "criticalToUser" | "criticalToSystem";
|
|
117832
|
+
/** @enum {string} */
|
|
117833
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117710
117834
|
message: string;
|
|
117711
117835
|
affected: number;
|
|
117712
117836
|
version: number;
|
|
@@ -117735,6 +117859,8 @@ export interface operations {
|
|
|
117735
117859
|
severity: "error" | "warning";
|
|
117736
117860
|
/** @enum {string} */
|
|
117737
117861
|
category: "criticalToUser" | "criticalToSystem";
|
|
117862
|
+
/** @enum {string} */
|
|
117863
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117738
117864
|
message: string;
|
|
117739
117865
|
affected: number;
|
|
117740
117866
|
version: number;
|
|
@@ -117763,6 +117889,8 @@ export interface operations {
|
|
|
117763
117889
|
severity: "error" | "warning";
|
|
117764
117890
|
/** @enum {string} */
|
|
117765
117891
|
category: "criticalToUser" | "criticalToSystem";
|
|
117892
|
+
/** @enum {string} */
|
|
117893
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117766
117894
|
message: string;
|
|
117767
117895
|
affected: number;
|
|
117768
117896
|
version: number;
|
|
@@ -117798,6 +117926,8 @@ export interface operations {
|
|
|
117798
117926
|
severity: "error" | "warning";
|
|
117799
117927
|
/** @enum {string} */
|
|
117800
117928
|
category: "criticalToUser" | "criticalToSystem";
|
|
117929
|
+
/** @enum {string} */
|
|
117930
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117801
117931
|
message: string;
|
|
117802
117932
|
affected: number;
|
|
117803
117933
|
version: number;
|
|
@@ -117838,6 +117968,8 @@ export interface operations {
|
|
|
117838
117968
|
severity: "error" | "warning";
|
|
117839
117969
|
/** @enum {string} */
|
|
117840
117970
|
category: "criticalToUser" | "criticalToSystem";
|
|
117971
|
+
/** @enum {string} */
|
|
117972
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117841
117973
|
message: string;
|
|
117842
117974
|
affected: number;
|
|
117843
117975
|
version: number;
|
|
@@ -117876,6 +118008,8 @@ export interface operations {
|
|
|
117876
118008
|
severity: "error" | "warning";
|
|
117877
118009
|
/** @enum {string} */
|
|
117878
118010
|
category: "criticalToUser" | "criticalToSystem";
|
|
118011
|
+
/** @enum {string} */
|
|
118012
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117879
118013
|
message: string;
|
|
117880
118014
|
affected: number;
|
|
117881
118015
|
version: number;
|
|
@@ -117915,6 +118049,8 @@ export interface operations {
|
|
|
117915
118049
|
severity: "error" | "warning";
|
|
117916
118050
|
/** @enum {string} */
|
|
117917
118051
|
category: "criticalToUser" | "criticalToSystem";
|
|
118052
|
+
/** @enum {string} */
|
|
118053
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117918
118054
|
message: string;
|
|
117919
118055
|
affected: number;
|
|
117920
118056
|
version: number;
|
|
@@ -117943,6 +118079,8 @@ export interface operations {
|
|
|
117943
118079
|
severity: "error" | "warning";
|
|
117944
118080
|
/** @enum {string} */
|
|
117945
118081
|
category: "criticalToUser" | "criticalToSystem";
|
|
118082
|
+
/** @enum {string} */
|
|
118083
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117946
118084
|
message: string;
|
|
117947
118085
|
affected: number;
|
|
117948
118086
|
version: number;
|
|
@@ -117979,6 +118117,8 @@ export interface operations {
|
|
|
117979
118117
|
severity: "error" | "warning";
|
|
117980
118118
|
/** @enum {string} */
|
|
117981
118119
|
category: "criticalToUser" | "criticalToSystem";
|
|
118120
|
+
/** @enum {string} */
|
|
118121
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117982
118122
|
message: string;
|
|
117983
118123
|
affected: number;
|
|
117984
118124
|
version: number;
|