@vrplatform/api 1.3.1-5033 → 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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-5033",
6
+ "version": "1.3.1-5037",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -5213,6 +5213,27 @@ export interface paths {
5213
5213
  patch?: never;
5214
5214
  trace?: never;
5215
5215
  };
5216
+ "/team/duplicate": {
5217
+ parameters: {
5218
+ query?: never;
5219
+ header?: never;
5220
+ path?: never;
5221
+ cookie?: never;
5222
+ };
5223
+ get?: never;
5224
+ put?: never;
5225
+ /**
5226
+ * @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.
5227
+ *
5228
+ * Required scope: teams:provision, teams:initialize
5229
+ */
5230
+ post: operations["postTeamDuplicate"];
5231
+ delete?: never;
5232
+ options?: never;
5233
+ head?: never;
5234
+ patch?: never;
5235
+ trace?: never;
5236
+ };
5216
5237
  "/team/generate-demo-data": {
5217
5238
  parameters: {
5218
5239
  query?: never;
@@ -5405,7 +5426,7 @@ export interface paths {
5405
5426
  cookie?: never;
5406
5427
  };
5407
5428
  /**
5408
- * @description List cursor-paginated materialized issue summaries across accessible teams in one regional data partition. Partner callers can select the partition with x-data-region.
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.
5409
5430
  *
5410
5431
  * Required scope: team-issues:read
5411
5432
  */
@@ -13571,7 +13592,7 @@ export interface operations {
13571
13592
  entityId?: string;
13572
13593
  entityType?: "account" | "connection" | "journalEntry" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction" | "transactionAttachment";
13573
13594
  status?: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
13574
- 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";
13595
+ 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";
13575
13596
  page?: number;
13576
13597
  };
13577
13598
  header?: never;
@@ -13609,7 +13630,7 @@ export interface operations {
13609
13630
  rootEntityType: string | null;
13610
13631
  rootEntityId: string | null;
13611
13632
  /** @enum {string} */
13612
- 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";
13633
+ 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";
13613
13634
  payload: unknown;
13614
13635
  entity: ({
13615
13636
  /** @constant */
@@ -113255,6 +113276,272 @@ export interface operations {
113255
113276
  };
113256
113277
  };
113257
113278
  };
113279
+ postTeamDuplicate: {
113280
+ parameters: {
113281
+ query?: never;
113282
+ header?: never;
113283
+ path?: never;
113284
+ cookie?: never;
113285
+ };
113286
+ requestBody?: {
113287
+ content: {
113288
+ "application/json": {
113289
+ name: string;
113290
+ uniqueRef: string;
113291
+ /** @default false */
113292
+ anonymize?: boolean;
113293
+ };
113294
+ };
113295
+ };
113296
+ responses: {
113297
+ /** @description Successful response */
113298
+ 200: {
113299
+ headers: {
113300
+ [name: string]: unknown;
113301
+ };
113302
+ content: {
113303
+ "application/json": {
113304
+ /** Format: uuid */
113305
+ actionId: string;
113306
+ anonymized: boolean;
113307
+ name: string;
113308
+ /** Format: uuid */
113309
+ sourceTeamId: string;
113310
+ /** @constant */
113311
+ status: "queued";
113312
+ /** Format: uuid */
113313
+ targetTeamId: string;
113314
+ uniqueRef: string;
113315
+ };
113316
+ };
113317
+ };
113318
+ /** @description Bad request */
113319
+ 400: {
113320
+ headers: {
113321
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
113322
+ "Retry-After"?: number;
113323
+ [name: string]: unknown;
113324
+ };
113325
+ content: {
113326
+ "application/json": {
113327
+ code: string;
113328
+ message: string;
113329
+ links?: {
113330
+ docs: string;
113331
+ schema: string;
113332
+ };
113333
+ issues?: {
113334
+ message: string;
113335
+ path?: (string | number)[];
113336
+ schema?: string;
113337
+ }[];
113338
+ retryable?: boolean;
113339
+ context?: unknown;
113340
+ };
113341
+ };
113342
+ };
113343
+ /** @description Unauthorized */
113344
+ 401: {
113345
+ headers: {
113346
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
113347
+ "Retry-After"?: number;
113348
+ [name: string]: unknown;
113349
+ };
113350
+ content: {
113351
+ "application/json": {
113352
+ code: string;
113353
+ message: string;
113354
+ links?: {
113355
+ docs: string;
113356
+ schema: string;
113357
+ };
113358
+ issues?: {
113359
+ message: string;
113360
+ path?: (string | number)[];
113361
+ schema?: string;
113362
+ }[];
113363
+ retryable?: boolean;
113364
+ context?: unknown;
113365
+ };
113366
+ };
113367
+ };
113368
+ /** @description Forbidden */
113369
+ 403: {
113370
+ headers: {
113371
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
113372
+ "Retry-After"?: number;
113373
+ [name: string]: unknown;
113374
+ };
113375
+ content: {
113376
+ "application/json": {
113377
+ code: string;
113378
+ message: string;
113379
+ links?: {
113380
+ docs: string;
113381
+ schema: string;
113382
+ };
113383
+ issues?: {
113384
+ message: string;
113385
+ path?: (string | number)[];
113386
+ schema?: string;
113387
+ }[];
113388
+ retryable?: boolean;
113389
+ context?: unknown;
113390
+ };
113391
+ };
113392
+ };
113393
+ /** @description Not found */
113394
+ 404: {
113395
+ headers: {
113396
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
113397
+ "Retry-After"?: number;
113398
+ [name: string]: unknown;
113399
+ };
113400
+ content: {
113401
+ "application/json": {
113402
+ code: string;
113403
+ message: string;
113404
+ links?: {
113405
+ docs: string;
113406
+ schema: string;
113407
+ };
113408
+ issues?: {
113409
+ message: string;
113410
+ path?: (string | number)[];
113411
+ schema?: string;
113412
+ }[];
113413
+ retryable?: boolean;
113414
+ context?: unknown;
113415
+ };
113416
+ };
113417
+ };
113418
+ /** @description Conflict */
113419
+ 409: {
113420
+ headers: {
113421
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
113422
+ "Retry-After"?: number;
113423
+ [name: string]: unknown;
113424
+ };
113425
+ content: {
113426
+ "application/json": {
113427
+ code: string;
113428
+ message: string;
113429
+ links?: {
113430
+ docs: string;
113431
+ schema: string;
113432
+ };
113433
+ issues?: {
113434
+ message: string;
113435
+ path?: (string | number)[];
113436
+ schema?: string;
113437
+ }[];
113438
+ retryable?: boolean;
113439
+ context?: unknown;
113440
+ };
113441
+ };
113442
+ };
113443
+ /** @description Gone */
113444
+ 410: {
113445
+ headers: {
113446
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
113447
+ "Retry-After"?: number;
113448
+ [name: string]: unknown;
113449
+ };
113450
+ content: {
113451
+ "application/json": {
113452
+ code: string;
113453
+ message: string;
113454
+ links?: {
113455
+ docs: string;
113456
+ schema: string;
113457
+ };
113458
+ issues?: {
113459
+ message: string;
113460
+ path?: (string | number)[];
113461
+ schema?: string;
113462
+ }[];
113463
+ retryable?: boolean;
113464
+ context?: unknown;
113465
+ };
113466
+ };
113467
+ };
113468
+ /** @description Unprocessable content */
113469
+ 422: {
113470
+ headers: {
113471
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
113472
+ "Retry-After"?: number;
113473
+ [name: string]: unknown;
113474
+ };
113475
+ content: {
113476
+ "application/json": {
113477
+ code: string;
113478
+ message: string;
113479
+ links?: {
113480
+ docs: string;
113481
+ schema: string;
113482
+ };
113483
+ issues?: {
113484
+ message: string;
113485
+ path?: (string | number)[];
113486
+ schema?: string;
113487
+ }[];
113488
+ retryable?: boolean;
113489
+ context?: unknown;
113490
+ };
113491
+ };
113492
+ };
113493
+ /** @description Internal server error */
113494
+ 500: {
113495
+ headers: {
113496
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
113497
+ "Retry-After"?: number;
113498
+ [name: string]: unknown;
113499
+ };
113500
+ content: {
113501
+ "application/json": {
113502
+ code: string;
113503
+ message: string;
113504
+ links?: {
113505
+ docs: string;
113506
+ schema: string;
113507
+ };
113508
+ issues?: {
113509
+ message: string;
113510
+ path?: (string | number)[];
113511
+ schema?: string;
113512
+ }[];
113513
+ retryable?: boolean;
113514
+ context?: unknown;
113515
+ };
113516
+ };
113517
+ };
113518
+ /** @description Service unavailable */
113519
+ 503: {
113520
+ headers: {
113521
+ /** @description Seconds to wait when retryable=true and the server supplies a delay. */
113522
+ "Retry-After"?: number;
113523
+ [name: string]: unknown;
113524
+ };
113525
+ content: {
113526
+ "application/json": {
113527
+ code: string;
113528
+ message: string;
113529
+ links?: {
113530
+ docs: string;
113531
+ schema: string;
113532
+ };
113533
+ issues?: {
113534
+ message: string;
113535
+ path?: (string | number)[];
113536
+ schema?: string;
113537
+ }[];
113538
+ retryable?: boolean;
113539
+ context?: unknown;
113540
+ };
113541
+ };
113542
+ };
113543
+ };
113544
+ };
113258
113545
  postTeamGenerateDemoData: {
113259
113546
  parameters: {
113260
113547
  query?: never;
@@ -117164,6 +117451,8 @@ export interface operations {
117164
117451
  severity: "error" | "warning";
117165
117452
  /** @enum {string} */
117166
117453
  category: "criticalToUser" | "criticalToSystem";
117454
+ /** @enum {string} */
117455
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117167
117456
  message: string;
117168
117457
  affected: number;
117169
117458
  version: number;
@@ -117194,6 +117483,8 @@ export interface operations {
117194
117483
  severity: "error" | "warning";
117195
117484
  /** @enum {string} */
117196
117485
  category: "criticalToUser" | "criticalToSystem";
117486
+ /** @enum {string} */
117487
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117197
117488
  message: string;
117198
117489
  affected: number;
117199
117490
  version: number;
@@ -117226,6 +117517,8 @@ export interface operations {
117226
117517
  severity: "error" | "warning";
117227
117518
  /** @enum {string} */
117228
117519
  category: "criticalToUser" | "criticalToSystem";
117520
+ /** @enum {string} */
117521
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117229
117522
  message: string;
117230
117523
  affected: number;
117231
117524
  version: number;
@@ -117258,6 +117551,8 @@ export interface operations {
117258
117551
  severity: "error" | "warning";
117259
117552
  /** @enum {string} */
117260
117553
  category: "criticalToUser" | "criticalToSystem";
117554
+ /** @enum {string} */
117555
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117261
117556
  message: string;
117262
117557
  affected: number;
117263
117558
  version: number;
@@ -117295,6 +117590,8 @@ export interface operations {
117295
117590
  severity: "error" | "warning";
117296
117591
  /** @enum {string} */
117297
117592
  category: "criticalToUser" | "criticalToSystem";
117593
+ /** @enum {string} */
117594
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117298
117595
  message: string;
117299
117596
  affected: number;
117300
117597
  version: number;
@@ -117332,6 +117629,8 @@ export interface operations {
117332
117629
  severity: "error" | "warning";
117333
117630
  /** @enum {string} */
117334
117631
  category: "criticalToUser" | "criticalToSystem";
117632
+ /** @enum {string} */
117633
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117335
117634
  message: string;
117336
117635
  affected: number;
117337
117636
  version: number;
@@ -117367,6 +117666,8 @@ export interface operations {
117367
117666
  severity: "error" | "warning";
117368
117667
  /** @enum {string} */
117369
117668
  category: "criticalToUser" | "criticalToSystem";
117669
+ /** @enum {string} */
117670
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117370
117671
  message: string;
117371
117672
  affected: number;
117372
117673
  version: number;
@@ -117401,6 +117702,8 @@ export interface operations {
117401
117702
  severity: "error" | "warning";
117402
117703
  /** @enum {string} */
117403
117704
  category: "criticalToUser" | "criticalToSystem";
117705
+ /** @enum {string} */
117706
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117404
117707
  message: string;
117405
117708
  affected: number;
117406
117709
  version: number;
@@ -117437,6 +117740,8 @@ export interface operations {
117437
117740
  severity: "error" | "warning";
117438
117741
  /** @enum {string} */
117439
117742
  category: "criticalToUser" | "criticalToSystem";
117743
+ /** @enum {string} */
117744
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117440
117745
  message: string;
117441
117746
  affected: number;
117442
117747
  version: number;
@@ -117465,6 +117770,8 @@ export interface operations {
117465
117770
  severity: "error" | "warning";
117466
117771
  /** @enum {string} */
117467
117772
  category: "criticalToUser" | "criticalToSystem";
117773
+ /** @enum {string} */
117774
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117468
117775
  message: string;
117469
117776
  affected: number;
117470
117777
  version: number;
@@ -117493,6 +117800,8 @@ export interface operations {
117493
117800
  severity: "error" | "warning";
117494
117801
  /** @enum {string} */
117495
117802
  category: "criticalToUser" | "criticalToSystem";
117803
+ /** @enum {string} */
117804
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117496
117805
  message: string;
117497
117806
  affected: number;
117498
117807
  version: number;
@@ -117521,6 +117830,8 @@ export interface operations {
117521
117830
  severity: "error" | "warning";
117522
117831
  /** @enum {string} */
117523
117832
  category: "criticalToUser" | "criticalToSystem";
117833
+ /** @enum {string} */
117834
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117524
117835
  message: string;
117525
117836
  affected: number;
117526
117837
  version: number;
@@ -117549,6 +117860,8 @@ export interface operations {
117549
117860
  severity: "error" | "warning";
117550
117861
  /** @enum {string} */
117551
117862
  category: "criticalToUser" | "criticalToSystem";
117863
+ /** @enum {string} */
117864
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117552
117865
  message: string;
117553
117866
  affected: number;
117554
117867
  version: number;
@@ -117577,6 +117890,8 @@ export interface operations {
117577
117890
  severity: "error" | "warning";
117578
117891
  /** @enum {string} */
117579
117892
  category: "criticalToUser" | "criticalToSystem";
117893
+ /** @enum {string} */
117894
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117580
117895
  message: string;
117581
117896
  affected: number;
117582
117897
  version: number;
@@ -117612,6 +117927,8 @@ export interface operations {
117612
117927
  severity: "error" | "warning";
117613
117928
  /** @enum {string} */
117614
117929
  category: "criticalToUser" | "criticalToSystem";
117930
+ /** @enum {string} */
117931
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117615
117932
  message: string;
117616
117933
  affected: number;
117617
117934
  version: number;
@@ -117652,6 +117969,8 @@ export interface operations {
117652
117969
  severity: "error" | "warning";
117653
117970
  /** @enum {string} */
117654
117971
  category: "criticalToUser" | "criticalToSystem";
117972
+ /** @enum {string} */
117973
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117655
117974
  message: string;
117656
117975
  affected: number;
117657
117976
  version: number;
@@ -117690,6 +118009,8 @@ export interface operations {
117690
118009
  severity: "error" | "warning";
117691
118010
  /** @enum {string} */
117692
118011
  category: "criticalToUser" | "criticalToSystem";
118012
+ /** @enum {string} */
118013
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117693
118014
  message: string;
117694
118015
  affected: number;
117695
118016
  version: number;
@@ -117729,6 +118050,8 @@ export interface operations {
117729
118050
  severity: "error" | "warning";
117730
118051
  /** @enum {string} */
117731
118052
  category: "criticalToUser" | "criticalToSystem";
118053
+ /** @enum {string} */
118054
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117732
118055
  message: string;
117733
118056
  affected: number;
117734
118057
  version: number;
@@ -117757,6 +118080,8 @@ export interface operations {
117757
118080
  severity: "error" | "warning";
117758
118081
  /** @enum {string} */
117759
118082
  category: "criticalToUser" | "criticalToSystem";
118083
+ /** @enum {string} */
118084
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117760
118085
  message: string;
117761
118086
  affected: number;
117762
118087
  version: number;
@@ -117793,6 +118118,8 @@ export interface operations {
117793
118118
  severity: "error" | "warning";
117794
118119
  /** @enum {string} */
117795
118120
  category: "criticalToUser" | "criticalToSystem";
118121
+ /** @enum {string} */
118122
+ feature: "accounting" | "banking" | "billing" | "connections" | "listings" | "reconciliation" | "reservations" | "statements" | "team";
117796
118123
  message: string;
117797
118124
  affected: number;
117798
118125
  version: number;