@vrplatform/api 1.3.1-5030 → 1.3.1-5037
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.
|
@@ -5172,7 +5172,7 @@ export interface paths {
|
|
|
5172
5172
|
cookie?: never;
|
|
5173
5173
|
};
|
|
5174
5174
|
/**
|
|
5175
|
-
* @description Get the current team and its dashboard aggregates (singleton: the team in scope via the x-team-id header). Cross-team access uses the plural /teams collection.
|
|
5175
|
+
* @description Get the current team and its dashboard aggregates (singleton: the team in scope via the x-team-id header). Effective partner identity and status resolve through the control plane when the partner is homed in another region. Cross-team access uses the plural /teams collection.
|
|
5176
5176
|
*
|
|
5177
5177
|
* Required scope: teams:read
|
|
5178
5178
|
*/
|
|
@@ -5212,6 +5212,27 @@ export interface paths {
|
|
|
5212
5212
|
patch?: never;
|
|
5213
5213
|
trace?: never;
|
|
5214
5214
|
};
|
|
5215
|
+
"/team/duplicate": {
|
|
5216
|
+
parameters: {
|
|
5217
|
+
query?: never;
|
|
5218
|
+
header?: never;
|
|
5219
|
+
path?: never;
|
|
5220
|
+
cookie?: never;
|
|
5221
|
+
};
|
|
5222
|
+
get?: never;
|
|
5223
|
+
put?: never;
|
|
5224
|
+
/**
|
|
5225
|
+
* @description Queue a test-team duplicate of the supported business and accounting graph for the current team selected by x-team-id. The caller must be the managing partner. The stable uniqueRef makes exact retries target the same clone. Optional anonymization replaces visible PII while preserving accounting amounts, dates, and relationships. Users, tokens, audit history, files, webhooks, automations, integration credentials, and sync runtime state are not copied; cloned connections are disabled shells. Poll the returned audit action through the audit API; restricted tokens also need audit:read.
|
|
5226
|
+
*
|
|
5227
|
+
* Required scope: teams:provision, teams:initialize
|
|
5228
|
+
*/
|
|
5229
|
+
post: operations["postTeamDuplicate"];
|
|
5230
|
+
delete?: never;
|
|
5231
|
+
options?: never;
|
|
5232
|
+
head?: never;
|
|
5233
|
+
patch?: never;
|
|
5234
|
+
trace?: never;
|
|
5235
|
+
};
|
|
5215
5236
|
"/team/generate-demo-data": {
|
|
5216
5237
|
parameters: {
|
|
5217
5238
|
query?: never;
|
|
@@ -5385,7 +5406,7 @@ export interface paths {
|
|
|
5385
5406
|
get: operations["getTeams"];
|
|
5386
5407
|
put?: never;
|
|
5387
5408
|
/**
|
|
5388
|
-
* @description Create team. Partner provisioning requires a uniqueRef; if a team with that uniqueRef already exists for the partner the request fails with 409 — fetch the existing team with GET /teams/lookup. Retrying a provisioning request that failed before completing is safe.
|
|
5409
|
+
* @description Create team. The generic gateway forwards an explicit dataRegion to that regional cell; an omitted region uses the receiving cell. Partner provisioning requires a uniqueRef; if a team with that uniqueRef already exists for the partner the request fails with 409 — fetch the existing team with GET /teams/lookup. Retrying a provisioning request that failed before completing is safe.
|
|
5389
5410
|
*
|
|
5390
5411
|
* Required scope: teams:provision
|
|
5391
5412
|
*/
|
|
@@ -5404,7 +5425,7 @@ export interface paths {
|
|
|
5404
5425
|
cookie?: never;
|
|
5405
5426
|
};
|
|
5406
5427
|
/**
|
|
5407
|
-
* @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.
|
|
5408
5429
|
*
|
|
5409
5430
|
* Required scope: team-issues:read
|
|
5410
5431
|
*/
|
|
@@ -5446,7 +5467,7 @@ export interface paths {
|
|
|
5446
5467
|
cookie?: never;
|
|
5447
5468
|
};
|
|
5448
5469
|
/**
|
|
5449
|
-
* @description Resolve a team by slug, connection, or tenant-scoped auth
|
|
5470
|
+
* @description Resolve a team by slug, connection, or tenant-scoped auth. Effective partner identity and status resolve through the control plane when the partner is homed in another region.
|
|
5450
5471
|
*
|
|
5451
5472
|
* Required scope: teams:read
|
|
5452
5473
|
*/
|
|
@@ -5799,7 +5820,7 @@ export interface paths {
|
|
|
5799
5820
|
put: operations["putTransactionsById"];
|
|
5800
5821
|
post?: never;
|
|
5801
5822
|
/**
|
|
5802
|
-
* @description Delete a transaction by ID. Use onLocked=archive to archive eligible locked transactions; the option does not bypass statement, books-closed, or reconciliation rules.
|
|
5823
|
+
* @description Delete a transaction by ID. Use onLocked=archive to archive eligible locked transactions; the option does not bypass statement, books-closed, or reconciliation rules. A concurrent duplicate delete returns the standard not-found response after the first request removes the transaction.
|
|
5803
5824
|
*
|
|
5804
5825
|
* Required scope: transactions:delete
|
|
5805
5826
|
*/
|
|
@@ -13570,7 +13591,7 @@ export interface operations {
|
|
|
13570
13591
|
entityId?: string;
|
|
13571
13592
|
entityType?: "account" | "connection" | "journalEntry" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction" | "transactionAttachment";
|
|
13572
13593
|
status?: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
|
|
13573
|
-
effectType?: "BANK_ACCOUNT_CREATED_TRACK" | "CALENDAR_UNBLOCK_ACTION" | "TRIGGER_CONNECTION_SYNC" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "DELETE_TRANSACTION_ATTACHMENT_BLOB" | "MAP_DEPOSIT_TRANSACTIONS_BY_LAST4" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_INIT" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
|
|
13594
|
+
effectType?: "BANK_ACCOUNT_CREATED_TRACK" | "CALENDAR_UNBLOCK_ACTION" | "TRIGGER_CONNECTION_SYNC" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "DELETE_TRANSACTION_ATTACHMENT_BLOB" | "MAP_DEPOSIT_TRANSACTIONS_BY_LAST4" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "DUPLICATE_TENANT" | "TENANT_HYPERLINE_SYNC" | "TENANT_INIT" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
|
|
13574
13595
|
page?: number;
|
|
13575
13596
|
};
|
|
13576
13597
|
header?: never;
|
|
@@ -13608,7 +13629,7 @@ export interface operations {
|
|
|
13608
13629
|
rootEntityType: string | null;
|
|
13609
13630
|
rootEntityId: string | null;
|
|
13610
13631
|
/** @enum {string} */
|
|
13611
|
-
effectType: "BANK_ACCOUNT_CREATED_TRACK" | "CALENDAR_UNBLOCK_ACTION" | "TRIGGER_CONNECTION_SYNC" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "DELETE_TRANSACTION_ATTACHMENT_BLOB" | "MAP_DEPOSIT_TRANSACTIONS_BY_LAST4" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_INIT" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
|
|
13632
|
+
effectType: "BANK_ACCOUNT_CREATED_TRACK" | "CALENDAR_UNBLOCK_ACTION" | "TRIGGER_CONNECTION_SYNC" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "DELETE_TRANSACTION_ATTACHMENT_BLOB" | "MAP_DEPOSIT_TRANSACTIONS_BY_LAST4" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "DUPLICATE_TENANT" | "TENANT_HYPERLINE_SYNC" | "TENANT_INIT" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
|
|
13612
13633
|
payload: unknown;
|
|
13613
13634
|
entity: ({
|
|
13614
13635
|
/** @constant */
|
|
@@ -113254,6 +113275,272 @@ export interface operations {
|
|
|
113254
113275
|
};
|
|
113255
113276
|
};
|
|
113256
113277
|
};
|
|
113278
|
+
postTeamDuplicate: {
|
|
113279
|
+
parameters: {
|
|
113280
|
+
query?: never;
|
|
113281
|
+
header?: never;
|
|
113282
|
+
path?: never;
|
|
113283
|
+
cookie?: never;
|
|
113284
|
+
};
|
|
113285
|
+
requestBody?: {
|
|
113286
|
+
content: {
|
|
113287
|
+
"application/json": {
|
|
113288
|
+
name: string;
|
|
113289
|
+
uniqueRef: string;
|
|
113290
|
+
/** @default false */
|
|
113291
|
+
anonymize?: boolean;
|
|
113292
|
+
};
|
|
113293
|
+
};
|
|
113294
|
+
};
|
|
113295
|
+
responses: {
|
|
113296
|
+
/** @description Successful response */
|
|
113297
|
+
200: {
|
|
113298
|
+
headers: {
|
|
113299
|
+
[name: string]: unknown;
|
|
113300
|
+
};
|
|
113301
|
+
content: {
|
|
113302
|
+
"application/json": {
|
|
113303
|
+
/** Format: uuid */
|
|
113304
|
+
actionId: string;
|
|
113305
|
+
anonymized: boolean;
|
|
113306
|
+
name: string;
|
|
113307
|
+
/** Format: uuid */
|
|
113308
|
+
sourceTeamId: string;
|
|
113309
|
+
/** @constant */
|
|
113310
|
+
status: "queued";
|
|
113311
|
+
/** Format: uuid */
|
|
113312
|
+
targetTeamId: string;
|
|
113313
|
+
uniqueRef: string;
|
|
113314
|
+
};
|
|
113315
|
+
};
|
|
113316
|
+
};
|
|
113317
|
+
/** @description Bad request */
|
|
113318
|
+
400: {
|
|
113319
|
+
headers: {
|
|
113320
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
113321
|
+
"Retry-After"?: number;
|
|
113322
|
+
[name: string]: unknown;
|
|
113323
|
+
};
|
|
113324
|
+
content: {
|
|
113325
|
+
"application/json": {
|
|
113326
|
+
code: string;
|
|
113327
|
+
message: string;
|
|
113328
|
+
links?: {
|
|
113329
|
+
docs: string;
|
|
113330
|
+
schema: string;
|
|
113331
|
+
};
|
|
113332
|
+
issues?: {
|
|
113333
|
+
message: string;
|
|
113334
|
+
path?: (string | number)[];
|
|
113335
|
+
schema?: string;
|
|
113336
|
+
}[];
|
|
113337
|
+
retryable?: boolean;
|
|
113338
|
+
context?: unknown;
|
|
113339
|
+
};
|
|
113340
|
+
};
|
|
113341
|
+
};
|
|
113342
|
+
/** @description Unauthorized */
|
|
113343
|
+
401: {
|
|
113344
|
+
headers: {
|
|
113345
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
113346
|
+
"Retry-After"?: number;
|
|
113347
|
+
[name: string]: unknown;
|
|
113348
|
+
};
|
|
113349
|
+
content: {
|
|
113350
|
+
"application/json": {
|
|
113351
|
+
code: string;
|
|
113352
|
+
message: string;
|
|
113353
|
+
links?: {
|
|
113354
|
+
docs: string;
|
|
113355
|
+
schema: string;
|
|
113356
|
+
};
|
|
113357
|
+
issues?: {
|
|
113358
|
+
message: string;
|
|
113359
|
+
path?: (string | number)[];
|
|
113360
|
+
schema?: string;
|
|
113361
|
+
}[];
|
|
113362
|
+
retryable?: boolean;
|
|
113363
|
+
context?: unknown;
|
|
113364
|
+
};
|
|
113365
|
+
};
|
|
113366
|
+
};
|
|
113367
|
+
/** @description Forbidden */
|
|
113368
|
+
403: {
|
|
113369
|
+
headers: {
|
|
113370
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
113371
|
+
"Retry-After"?: number;
|
|
113372
|
+
[name: string]: unknown;
|
|
113373
|
+
};
|
|
113374
|
+
content: {
|
|
113375
|
+
"application/json": {
|
|
113376
|
+
code: string;
|
|
113377
|
+
message: string;
|
|
113378
|
+
links?: {
|
|
113379
|
+
docs: string;
|
|
113380
|
+
schema: string;
|
|
113381
|
+
};
|
|
113382
|
+
issues?: {
|
|
113383
|
+
message: string;
|
|
113384
|
+
path?: (string | number)[];
|
|
113385
|
+
schema?: string;
|
|
113386
|
+
}[];
|
|
113387
|
+
retryable?: boolean;
|
|
113388
|
+
context?: unknown;
|
|
113389
|
+
};
|
|
113390
|
+
};
|
|
113391
|
+
};
|
|
113392
|
+
/** @description Not found */
|
|
113393
|
+
404: {
|
|
113394
|
+
headers: {
|
|
113395
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
113396
|
+
"Retry-After"?: number;
|
|
113397
|
+
[name: string]: unknown;
|
|
113398
|
+
};
|
|
113399
|
+
content: {
|
|
113400
|
+
"application/json": {
|
|
113401
|
+
code: string;
|
|
113402
|
+
message: string;
|
|
113403
|
+
links?: {
|
|
113404
|
+
docs: string;
|
|
113405
|
+
schema: string;
|
|
113406
|
+
};
|
|
113407
|
+
issues?: {
|
|
113408
|
+
message: string;
|
|
113409
|
+
path?: (string | number)[];
|
|
113410
|
+
schema?: string;
|
|
113411
|
+
}[];
|
|
113412
|
+
retryable?: boolean;
|
|
113413
|
+
context?: unknown;
|
|
113414
|
+
};
|
|
113415
|
+
};
|
|
113416
|
+
};
|
|
113417
|
+
/** @description Conflict */
|
|
113418
|
+
409: {
|
|
113419
|
+
headers: {
|
|
113420
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
113421
|
+
"Retry-After"?: number;
|
|
113422
|
+
[name: string]: unknown;
|
|
113423
|
+
};
|
|
113424
|
+
content: {
|
|
113425
|
+
"application/json": {
|
|
113426
|
+
code: string;
|
|
113427
|
+
message: string;
|
|
113428
|
+
links?: {
|
|
113429
|
+
docs: string;
|
|
113430
|
+
schema: string;
|
|
113431
|
+
};
|
|
113432
|
+
issues?: {
|
|
113433
|
+
message: string;
|
|
113434
|
+
path?: (string | number)[];
|
|
113435
|
+
schema?: string;
|
|
113436
|
+
}[];
|
|
113437
|
+
retryable?: boolean;
|
|
113438
|
+
context?: unknown;
|
|
113439
|
+
};
|
|
113440
|
+
};
|
|
113441
|
+
};
|
|
113442
|
+
/** @description Gone */
|
|
113443
|
+
410: {
|
|
113444
|
+
headers: {
|
|
113445
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
113446
|
+
"Retry-After"?: number;
|
|
113447
|
+
[name: string]: unknown;
|
|
113448
|
+
};
|
|
113449
|
+
content: {
|
|
113450
|
+
"application/json": {
|
|
113451
|
+
code: string;
|
|
113452
|
+
message: string;
|
|
113453
|
+
links?: {
|
|
113454
|
+
docs: string;
|
|
113455
|
+
schema: string;
|
|
113456
|
+
};
|
|
113457
|
+
issues?: {
|
|
113458
|
+
message: string;
|
|
113459
|
+
path?: (string | number)[];
|
|
113460
|
+
schema?: string;
|
|
113461
|
+
}[];
|
|
113462
|
+
retryable?: boolean;
|
|
113463
|
+
context?: unknown;
|
|
113464
|
+
};
|
|
113465
|
+
};
|
|
113466
|
+
};
|
|
113467
|
+
/** @description Unprocessable content */
|
|
113468
|
+
422: {
|
|
113469
|
+
headers: {
|
|
113470
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
113471
|
+
"Retry-After"?: number;
|
|
113472
|
+
[name: string]: unknown;
|
|
113473
|
+
};
|
|
113474
|
+
content: {
|
|
113475
|
+
"application/json": {
|
|
113476
|
+
code: string;
|
|
113477
|
+
message: string;
|
|
113478
|
+
links?: {
|
|
113479
|
+
docs: string;
|
|
113480
|
+
schema: string;
|
|
113481
|
+
};
|
|
113482
|
+
issues?: {
|
|
113483
|
+
message: string;
|
|
113484
|
+
path?: (string | number)[];
|
|
113485
|
+
schema?: string;
|
|
113486
|
+
}[];
|
|
113487
|
+
retryable?: boolean;
|
|
113488
|
+
context?: unknown;
|
|
113489
|
+
};
|
|
113490
|
+
};
|
|
113491
|
+
};
|
|
113492
|
+
/** @description Internal server error */
|
|
113493
|
+
500: {
|
|
113494
|
+
headers: {
|
|
113495
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
113496
|
+
"Retry-After"?: number;
|
|
113497
|
+
[name: string]: unknown;
|
|
113498
|
+
};
|
|
113499
|
+
content: {
|
|
113500
|
+
"application/json": {
|
|
113501
|
+
code: string;
|
|
113502
|
+
message: string;
|
|
113503
|
+
links?: {
|
|
113504
|
+
docs: string;
|
|
113505
|
+
schema: string;
|
|
113506
|
+
};
|
|
113507
|
+
issues?: {
|
|
113508
|
+
message: string;
|
|
113509
|
+
path?: (string | number)[];
|
|
113510
|
+
schema?: string;
|
|
113511
|
+
}[];
|
|
113512
|
+
retryable?: boolean;
|
|
113513
|
+
context?: unknown;
|
|
113514
|
+
};
|
|
113515
|
+
};
|
|
113516
|
+
};
|
|
113517
|
+
/** @description Service unavailable */
|
|
113518
|
+
503: {
|
|
113519
|
+
headers: {
|
|
113520
|
+
/** @description Seconds to wait when retryable=true and the server supplies a delay. */
|
|
113521
|
+
"Retry-After"?: number;
|
|
113522
|
+
[name: string]: unknown;
|
|
113523
|
+
};
|
|
113524
|
+
content: {
|
|
113525
|
+
"application/json": {
|
|
113526
|
+
code: string;
|
|
113527
|
+
message: string;
|
|
113528
|
+
links?: {
|
|
113529
|
+
docs: string;
|
|
113530
|
+
schema: string;
|
|
113531
|
+
};
|
|
113532
|
+
issues?: {
|
|
113533
|
+
message: string;
|
|
113534
|
+
path?: (string | number)[];
|
|
113535
|
+
schema?: string;
|
|
113536
|
+
}[];
|
|
113537
|
+
retryable?: boolean;
|
|
113538
|
+
context?: unknown;
|
|
113539
|
+
};
|
|
113540
|
+
};
|
|
113541
|
+
};
|
|
113542
|
+
};
|
|
113543
|
+
};
|
|
113257
113544
|
postTeamGenerateDemoData: {
|
|
113258
113545
|
parameters: {
|
|
113259
113546
|
query?: never;
|
|
@@ -117163,6 +117450,8 @@ export interface operations {
|
|
|
117163
117450
|
severity: "error" | "warning";
|
|
117164
117451
|
/** @enum {string} */
|
|
117165
117452
|
category: "criticalToUser" | "criticalToSystem";
|
|
117453
|
+
/** @enum {string} */
|
|
117454
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117166
117455
|
message: string;
|
|
117167
117456
|
affected: number;
|
|
117168
117457
|
version: number;
|
|
@@ -117193,6 +117482,8 @@ export interface operations {
|
|
|
117193
117482
|
severity: "error" | "warning";
|
|
117194
117483
|
/** @enum {string} */
|
|
117195
117484
|
category: "criticalToUser" | "criticalToSystem";
|
|
117485
|
+
/** @enum {string} */
|
|
117486
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117196
117487
|
message: string;
|
|
117197
117488
|
affected: number;
|
|
117198
117489
|
version: number;
|
|
@@ -117225,6 +117516,8 @@ export interface operations {
|
|
|
117225
117516
|
severity: "error" | "warning";
|
|
117226
117517
|
/** @enum {string} */
|
|
117227
117518
|
category: "criticalToUser" | "criticalToSystem";
|
|
117519
|
+
/** @enum {string} */
|
|
117520
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117228
117521
|
message: string;
|
|
117229
117522
|
affected: number;
|
|
117230
117523
|
version: number;
|
|
@@ -117257,6 +117550,8 @@ export interface operations {
|
|
|
117257
117550
|
severity: "error" | "warning";
|
|
117258
117551
|
/** @enum {string} */
|
|
117259
117552
|
category: "criticalToUser" | "criticalToSystem";
|
|
117553
|
+
/** @enum {string} */
|
|
117554
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117260
117555
|
message: string;
|
|
117261
117556
|
affected: number;
|
|
117262
117557
|
version: number;
|
|
@@ -117294,6 +117589,8 @@ export interface operations {
|
|
|
117294
117589
|
severity: "error" | "warning";
|
|
117295
117590
|
/** @enum {string} */
|
|
117296
117591
|
category: "criticalToUser" | "criticalToSystem";
|
|
117592
|
+
/** @enum {string} */
|
|
117593
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117297
117594
|
message: string;
|
|
117298
117595
|
affected: number;
|
|
117299
117596
|
version: number;
|
|
@@ -117331,6 +117628,8 @@ export interface operations {
|
|
|
117331
117628
|
severity: "error" | "warning";
|
|
117332
117629
|
/** @enum {string} */
|
|
117333
117630
|
category: "criticalToUser" | "criticalToSystem";
|
|
117631
|
+
/** @enum {string} */
|
|
117632
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117334
117633
|
message: string;
|
|
117335
117634
|
affected: number;
|
|
117336
117635
|
version: number;
|
|
@@ -117366,6 +117665,8 @@ export interface operations {
|
|
|
117366
117665
|
severity: "error" | "warning";
|
|
117367
117666
|
/** @enum {string} */
|
|
117368
117667
|
category: "criticalToUser" | "criticalToSystem";
|
|
117668
|
+
/** @enum {string} */
|
|
117669
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117369
117670
|
message: string;
|
|
117370
117671
|
affected: number;
|
|
117371
117672
|
version: number;
|
|
@@ -117400,6 +117701,8 @@ export interface operations {
|
|
|
117400
117701
|
severity: "error" | "warning";
|
|
117401
117702
|
/** @enum {string} */
|
|
117402
117703
|
category: "criticalToUser" | "criticalToSystem";
|
|
117704
|
+
/** @enum {string} */
|
|
117705
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117403
117706
|
message: string;
|
|
117404
117707
|
affected: number;
|
|
117405
117708
|
version: number;
|
|
@@ -117436,6 +117739,8 @@ export interface operations {
|
|
|
117436
117739
|
severity: "error" | "warning";
|
|
117437
117740
|
/** @enum {string} */
|
|
117438
117741
|
category: "criticalToUser" | "criticalToSystem";
|
|
117742
|
+
/** @enum {string} */
|
|
117743
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117439
117744
|
message: string;
|
|
117440
117745
|
affected: number;
|
|
117441
117746
|
version: number;
|
|
@@ -117464,6 +117769,8 @@ export interface operations {
|
|
|
117464
117769
|
severity: "error" | "warning";
|
|
117465
117770
|
/** @enum {string} */
|
|
117466
117771
|
category: "criticalToUser" | "criticalToSystem";
|
|
117772
|
+
/** @enum {string} */
|
|
117773
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117467
117774
|
message: string;
|
|
117468
117775
|
affected: number;
|
|
117469
117776
|
version: number;
|
|
@@ -117492,6 +117799,8 @@ export interface operations {
|
|
|
117492
117799
|
severity: "error" | "warning";
|
|
117493
117800
|
/** @enum {string} */
|
|
117494
117801
|
category: "criticalToUser" | "criticalToSystem";
|
|
117802
|
+
/** @enum {string} */
|
|
117803
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117495
117804
|
message: string;
|
|
117496
117805
|
affected: number;
|
|
117497
117806
|
version: number;
|
|
@@ -117520,6 +117829,8 @@ export interface operations {
|
|
|
117520
117829
|
severity: "error" | "warning";
|
|
117521
117830
|
/** @enum {string} */
|
|
117522
117831
|
category: "criticalToUser" | "criticalToSystem";
|
|
117832
|
+
/** @enum {string} */
|
|
117833
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117523
117834
|
message: string;
|
|
117524
117835
|
affected: number;
|
|
117525
117836
|
version: number;
|
|
@@ -117548,6 +117859,8 @@ export interface operations {
|
|
|
117548
117859
|
severity: "error" | "warning";
|
|
117549
117860
|
/** @enum {string} */
|
|
117550
117861
|
category: "criticalToUser" | "criticalToSystem";
|
|
117862
|
+
/** @enum {string} */
|
|
117863
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117551
117864
|
message: string;
|
|
117552
117865
|
affected: number;
|
|
117553
117866
|
version: number;
|
|
@@ -117576,6 +117889,8 @@ export interface operations {
|
|
|
117576
117889
|
severity: "error" | "warning";
|
|
117577
117890
|
/** @enum {string} */
|
|
117578
117891
|
category: "criticalToUser" | "criticalToSystem";
|
|
117892
|
+
/** @enum {string} */
|
|
117893
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117579
117894
|
message: string;
|
|
117580
117895
|
affected: number;
|
|
117581
117896
|
version: number;
|
|
@@ -117611,6 +117926,8 @@ export interface operations {
|
|
|
117611
117926
|
severity: "error" | "warning";
|
|
117612
117927
|
/** @enum {string} */
|
|
117613
117928
|
category: "criticalToUser" | "criticalToSystem";
|
|
117929
|
+
/** @enum {string} */
|
|
117930
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117614
117931
|
message: string;
|
|
117615
117932
|
affected: number;
|
|
117616
117933
|
version: number;
|
|
@@ -117651,6 +117968,8 @@ export interface operations {
|
|
|
117651
117968
|
severity: "error" | "warning";
|
|
117652
117969
|
/** @enum {string} */
|
|
117653
117970
|
category: "criticalToUser" | "criticalToSystem";
|
|
117971
|
+
/** @enum {string} */
|
|
117972
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117654
117973
|
message: string;
|
|
117655
117974
|
affected: number;
|
|
117656
117975
|
version: number;
|
|
@@ -117689,6 +118008,8 @@ export interface operations {
|
|
|
117689
118008
|
severity: "error" | "warning";
|
|
117690
118009
|
/** @enum {string} */
|
|
117691
118010
|
category: "criticalToUser" | "criticalToSystem";
|
|
118011
|
+
/** @enum {string} */
|
|
118012
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117692
118013
|
message: string;
|
|
117693
118014
|
affected: number;
|
|
117694
118015
|
version: number;
|
|
@@ -117728,6 +118049,8 @@ export interface operations {
|
|
|
117728
118049
|
severity: "error" | "warning";
|
|
117729
118050
|
/** @enum {string} */
|
|
117730
118051
|
category: "criticalToUser" | "criticalToSystem";
|
|
118052
|
+
/** @enum {string} */
|
|
118053
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117731
118054
|
message: string;
|
|
117732
118055
|
affected: number;
|
|
117733
118056
|
version: number;
|
|
@@ -117756,6 +118079,8 @@ export interface operations {
|
|
|
117756
118079
|
severity: "error" | "warning";
|
|
117757
118080
|
/** @enum {string} */
|
|
117758
118081
|
category: "criticalToUser" | "criticalToSystem";
|
|
118082
|
+
/** @enum {string} */
|
|
118083
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117759
118084
|
message: string;
|
|
117760
118085
|
affected: number;
|
|
117761
118086
|
version: number;
|
|
@@ -117792,6 +118117,8 @@ export interface operations {
|
|
|
117792
118117
|
severity: "error" | "warning";
|
|
117793
118118
|
/** @enum {string} */
|
|
117794
118119
|
category: "criticalToUser" | "criticalToSystem";
|
|
118120
|
+
/** @enum {string} */
|
|
118121
|
+
feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
|
|
117795
118122
|
message: string;
|
|
117796
118123
|
affected: number;
|
|
117797
118124
|
version: number;
|