@vrplatform/api 1.3.1-stage.5016 → 1.3.1-stage.5020

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.
@@ -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;
@@ -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 */
@@ -39796,6 +39817,9 @@ export interface operations {
39796
39817
  investigatedHomepageUrl: string | null;
39797
39818
  investigatedDomain: string | null;
39798
39819
  error: string;
39820
+ context?: {
39821
+ [key: string]: unknown;
39822
+ };
39799
39823
  }[];
39800
39824
  };
39801
39825
  };
@@ -87261,6 +87285,11 @@ export interface operations {
87261
87285
  severity: "error";
87262
87286
  context: {
87263
87287
  lineIds: string[];
87288
+ lines: {
87289
+ amount: number;
87290
+ lineId: string;
87291
+ name: string;
87292
+ }[];
87264
87293
  };
87265
87294
  message: string;
87266
87295
  } | {
@@ -87270,6 +87299,8 @@ export interface operations {
87270
87299
  severity: "error";
87271
87300
  context: {
87272
87301
  difference: number;
87302
+ journalEntryTotal: number;
87303
+ unbalancedTransactionDateCount: number;
87273
87304
  };
87274
87305
  message: string;
87275
87306
  } | {
@@ -87326,7 +87357,9 @@ export interface operations {
87326
87357
  /** @constant */
87327
87358
  severity: "warning";
87328
87359
  context: {
87360
+ activeFinancialTotal: number;
87329
87361
  difference: number;
87362
+ guestTotal: number;
87330
87363
  };
87331
87364
  message: string;
87332
87365
  } | {
@@ -87782,6 +87815,11 @@ export interface operations {
87782
87815
  severity: "error";
87783
87816
  context: {
87784
87817
  lineIds: string[];
87818
+ lines: {
87819
+ amount: number;
87820
+ lineId: string;
87821
+ name: string;
87822
+ }[];
87785
87823
  };
87786
87824
  message: string;
87787
87825
  } | {
@@ -87791,6 +87829,8 @@ export interface operations {
87791
87829
  severity: "error";
87792
87830
  context: {
87793
87831
  difference: number;
87832
+ journalEntryTotal: number;
87833
+ unbalancedTransactionDateCount: number;
87794
87834
  };
87795
87835
  message: string;
87796
87836
  } | {
@@ -87847,7 +87887,9 @@ export interface operations {
87847
87887
  /** @constant */
87848
87888
  severity: "warning";
87849
87889
  context: {
87890
+ activeFinancialTotal: number;
87850
87891
  difference: number;
87892
+ guestTotal: number;
87851
87893
  };
87852
87894
  message: string;
87853
87895
  } | {
@@ -90429,6 +90471,11 @@ export interface operations {
90429
90471
  severity: "error";
90430
90472
  context: {
90431
90473
  lineIds: string[];
90474
+ lines: {
90475
+ amount: number;
90476
+ lineId: string;
90477
+ name: string;
90478
+ }[];
90432
90479
  };
90433
90480
  message: string;
90434
90481
  } | {
@@ -90438,6 +90485,8 @@ export interface operations {
90438
90485
  severity: "error";
90439
90486
  context: {
90440
90487
  difference: number;
90488
+ journalEntryTotal: number;
90489
+ unbalancedTransactionDateCount: number;
90441
90490
  };
90442
90491
  message: string;
90443
90492
  } | {
@@ -90494,7 +90543,9 @@ export interface operations {
90494
90543
  /** @constant */
90495
90544
  severity: "warning";
90496
90545
  context: {
90546
+ activeFinancialTotal: number;
90497
90547
  difference: number;
90548
+ guestTotal: number;
90498
90549
  };
90499
90550
  message: string;
90500
90551
  } | {
@@ -91201,6 +91252,11 @@ export interface operations {
91201
91252
  severity: "error";
91202
91253
  context: {
91203
91254
  lineIds: string[];
91255
+ lines: {
91256
+ amount: number;
91257
+ lineId: string;
91258
+ name: string;
91259
+ }[];
91204
91260
  };
91205
91261
  message: string;
91206
91262
  } | {
@@ -91210,6 +91266,8 @@ export interface operations {
91210
91266
  severity: "error";
91211
91267
  context: {
91212
91268
  difference: number;
91269
+ journalEntryTotal: number;
91270
+ unbalancedTransactionDateCount: number;
91213
91271
  };
91214
91272
  message: string;
91215
91273
  } | {
@@ -91266,7 +91324,9 @@ export interface operations {
91266
91324
  /** @constant */
91267
91325
  severity: "warning";
91268
91326
  context: {
91327
+ activeFinancialTotal: number;
91269
91328
  difference: number;
91329
+ guestTotal: number;
91270
91330
  };
91271
91331
  message: string;
91272
91332
  } | {
@@ -92387,6 +92447,11 @@ export interface operations {
92387
92447
  severity: "error";
92388
92448
  context: {
92389
92449
  lineIds: string[];
92450
+ lines: {
92451
+ amount: number;
92452
+ lineId: string;
92453
+ name: string;
92454
+ }[];
92390
92455
  };
92391
92456
  message: string;
92392
92457
  } | {
@@ -92396,6 +92461,8 @@ export interface operations {
92396
92461
  severity: "error";
92397
92462
  context: {
92398
92463
  difference: number;
92464
+ journalEntryTotal: number;
92465
+ unbalancedTransactionDateCount: number;
92399
92466
  };
92400
92467
  message: string;
92401
92468
  } | {
@@ -92452,7 +92519,9 @@ export interface operations {
92452
92519
  /** @constant */
92453
92520
  severity: "warning";
92454
92521
  context: {
92522
+ activeFinancialTotal: number;
92455
92523
  difference: number;
92524
+ guestTotal: number;
92456
92525
  };
92457
92526
  message: string;
92458
92527
  } | {
@@ -93051,6 +93120,11 @@ export interface operations {
93051
93120
  severity: "error";
93052
93121
  context: {
93053
93122
  lineIds: string[];
93123
+ lines: {
93124
+ amount: number;
93125
+ lineId: string;
93126
+ name: string;
93127
+ }[];
93054
93128
  };
93055
93129
  message: string;
93056
93130
  } | {
@@ -93060,6 +93134,8 @@ export interface operations {
93060
93134
  severity: "error";
93061
93135
  context: {
93062
93136
  difference: number;
93137
+ journalEntryTotal: number;
93138
+ unbalancedTransactionDateCount: number;
93063
93139
  };
93064
93140
  message: string;
93065
93141
  } | {
@@ -93116,7 +93192,9 @@ export interface operations {
93116
93192
  /** @constant */
93117
93193
  severity: "warning";
93118
93194
  context: {
93195
+ activeFinancialTotal: number;
93119
93196
  difference: number;
93197
+ guestTotal: number;
93120
93198
  };
93121
93199
  message: string;
93122
93200
  } | {
@@ -93697,6 +93775,11 @@ export interface operations {
93697
93775
  severity: "error";
93698
93776
  context: {
93699
93777
  lineIds: string[];
93778
+ lines: {
93779
+ amount: number;
93780
+ lineId: string;
93781
+ name: string;
93782
+ }[];
93700
93783
  };
93701
93784
  message: string;
93702
93785
  } | {
@@ -93706,6 +93789,8 @@ export interface operations {
93706
93789
  severity: "error";
93707
93790
  context: {
93708
93791
  difference: number;
93792
+ journalEntryTotal: number;
93793
+ unbalancedTransactionDateCount: number;
93709
93794
  };
93710
93795
  message: string;
93711
93796
  } | {
@@ -93762,7 +93847,9 @@ export interface operations {
93762
93847
  /** @constant */
93763
93848
  severity: "warning";
93764
93849
  context: {
93850
+ activeFinancialTotal: number;
93765
93851
  difference: number;
93852
+ guestTotal: number;
93766
93853
  };
93767
93854
  message: string;
93768
93855
  } | {
@@ -94692,7 +94779,9 @@ export interface operations {
94692
94779
  code: "unpaidReservations";
94693
94780
  /** @constant */
94694
94781
  severity: "warning";
94695
- context: Record<string, never>;
94782
+ context: {
94783
+ affected: number;
94784
+ };
94696
94785
  message: string;
94697
94786
  } | {
94698
94787
  /** @constant */
@@ -95386,7 +95475,9 @@ export interface operations {
95386
95475
  code: "unpaidReservations";
95387
95476
  /** @constant */
95388
95477
  severity: "warning";
95389
- context: Record<string, never>;
95478
+ context: {
95479
+ affected: number;
95480
+ };
95390
95481
  message: string;
95391
95482
  } | {
95392
95483
  /** @constant */
@@ -95747,7 +95838,9 @@ export interface operations {
95747
95838
  code: "unpaidReservation";
95748
95839
  /** @constant */
95749
95840
  severity: "warning";
95750
- context: Record<string, never>;
95841
+ context: {
95842
+ paidStatus: string;
95843
+ };
95751
95844
  message: string;
95752
95845
  })[];
95753
95846
  descriptionEdit?: {
@@ -96012,7 +96105,9 @@ export interface operations {
96012
96105
  code: "unpaidReservation";
96013
96106
  /** @constant */
96014
96107
  severity: "warning";
96015
- context: Record<string, never>;
96108
+ context: {
96109
+ paidStatus: string;
96110
+ };
96016
96111
  message: string;
96017
96112
  })[];
96018
96113
  descriptionEdit?: {
@@ -96282,7 +96377,9 @@ export interface operations {
96282
96377
  code: "unpaidReservation";
96283
96378
  /** @constant */
96284
96379
  severity: "warning";
96285
- context: Record<string, never>;
96380
+ context: {
96381
+ paidStatus: string;
96382
+ };
96286
96383
  message: string;
96287
96384
  })[];
96288
96385
  descriptionEdit?: {
@@ -96901,7 +96998,9 @@ export interface operations {
96901
96998
  code: "unpaidReservations";
96902
96999
  /** @constant */
96903
97000
  severity: "warning";
96904
- context: Record<string, never>;
97001
+ context: {
97002
+ affected: number;
97003
+ };
96905
97004
  message: string;
96906
97005
  } | {
96907
97006
  /** @constant */
@@ -97291,7 +97390,9 @@ export interface operations {
97291
97390
  code: "unpaidReservation";
97292
97391
  /** @constant */
97293
97392
  severity: "warning";
97294
- context: Record<string, never>;
97393
+ context: {
97394
+ paidStatus: string;
97395
+ };
97295
97396
  message: string;
97296
97397
  })[];
97297
97398
  descriptionEdit?: {
@@ -97556,7 +97657,9 @@ export interface operations {
97556
97657
  code: "unpaidReservation";
97557
97658
  /** @constant */
97558
97659
  severity: "warning";
97559
- context: Record<string, never>;
97660
+ context: {
97661
+ paidStatus: string;
97662
+ };
97560
97663
  message: string;
97561
97664
  })[];
97562
97665
  descriptionEdit?: {
@@ -97826,7 +97929,9 @@ export interface operations {
97826
97929
  code: "unpaidReservation";
97827
97930
  /** @constant */
97828
97931
  severity: "warning";
97829
- context: Record<string, never>;
97932
+ context: {
97933
+ paidStatus: string;
97934
+ };
97830
97935
  message: string;
97831
97936
  })[];
97832
97937
  descriptionEdit?: {
@@ -104158,7 +104263,9 @@ export interface operations {
104158
104263
  code: "unpaidReservations";
104159
104264
  /** @constant */
104160
104265
  severity: "warning";
104161
- context: Record<string, never>;
104266
+ context: {
104267
+ affected: number;
104268
+ };
104162
104269
  message: string;
104163
104270
  } | {
104164
104271
  /** @constant */
@@ -104548,7 +104655,9 @@ export interface operations {
104548
104655
  code: "unpaidReservation";
104549
104656
  /** @constant */
104550
104657
  severity: "warning";
104551
- context: Record<string, never>;
104658
+ context: {
104659
+ paidStatus: string;
104660
+ };
104552
104661
  message: string;
104553
104662
  })[];
104554
104663
  descriptionEdit?: {
@@ -104813,7 +104922,9 @@ export interface operations {
104813
104922
  code: "unpaidReservation";
104814
104923
  /** @constant */
104815
104924
  severity: "warning";
104816
- context: Record<string, never>;
104925
+ context: {
104926
+ paidStatus: string;
104927
+ };
104817
104928
  message: string;
104818
104929
  })[];
104819
104930
  descriptionEdit?: {
@@ -105083,7 +105194,9 @@ export interface operations {
105083
105194
  code: "unpaidReservation";
105084
105195
  /** @constant */
105085
105196
  severity: "warning";
105086
- context: Record<string, never>;
105197
+ context: {
105198
+ paidStatus: string;
105199
+ };
105087
105200
  message: string;
105088
105201
  })[];
105089
105202
  descriptionEdit?: {
@@ -105710,7 +105823,9 @@ export interface operations {
105710
105823
  code: "unpaidReservations";
105711
105824
  /** @constant */
105712
105825
  severity: "warning";
105713
- context: Record<string, never>;
105826
+ context: {
105827
+ affected: number;
105828
+ };
105714
105829
  message: string;
105715
105830
  } | {
105716
105831
  /** @constant */
@@ -106071,7 +106186,9 @@ export interface operations {
106071
106186
  code: "unpaidReservation";
106072
106187
  /** @constant */
106073
106188
  severity: "warning";
106074
- context: Record<string, never>;
106189
+ context: {
106190
+ paidStatus: string;
106191
+ };
106075
106192
  message: string;
106076
106193
  })[];
106077
106194
  descriptionEdit?: {
@@ -106336,7 +106453,9 @@ export interface operations {
106336
106453
  code: "unpaidReservation";
106337
106454
  /** @constant */
106338
106455
  severity: "warning";
106339
- context: Record<string, never>;
106456
+ context: {
106457
+ paidStatus: string;
106458
+ };
106340
106459
  message: string;
106341
106460
  })[];
106342
106461
  descriptionEdit?: {
@@ -106606,7 +106725,9 @@ export interface operations {
106606
106725
  code: "unpaidReservation";
106607
106726
  /** @constant */
106608
106727
  severity: "warning";
106609
- context: Record<string, never>;
106728
+ context: {
106729
+ paidStatus: string;
106730
+ };
106610
106731
  message: string;
106611
106732
  })[];
106612
106733
  descriptionEdit?: {
@@ -113155,6 +113276,272 @@ export interface operations {
113155
113276
  };
113156
113277
  };
113157
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
+ };
113158
113545
  postTeamGenerateDemoData: {
113159
113546
  parameters: {
113160
113547
  query?: never;