@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.
@@ -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;
@@ -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 */
@@ -39795,6 +39816,9 @@ export interface operations {
39795
39816
  investigatedHomepageUrl: string | null;
39796
39817
  investigatedDomain: string | null;
39797
39818
  error: string;
39819
+ context?: {
39820
+ [key: string]: unknown;
39821
+ };
39798
39822
  }[];
39799
39823
  };
39800
39824
  };
@@ -87260,6 +87284,11 @@ export interface operations {
87260
87284
  severity: "error";
87261
87285
  context: {
87262
87286
  lineIds: string[];
87287
+ lines: {
87288
+ amount: number;
87289
+ lineId: string;
87290
+ name: string;
87291
+ }[];
87263
87292
  };
87264
87293
  message: string;
87265
87294
  } | {
@@ -87269,6 +87298,8 @@ export interface operations {
87269
87298
  severity: "error";
87270
87299
  context: {
87271
87300
  difference: number;
87301
+ journalEntryTotal: number;
87302
+ unbalancedTransactionDateCount: number;
87272
87303
  };
87273
87304
  message: string;
87274
87305
  } | {
@@ -87325,7 +87356,9 @@ export interface operations {
87325
87356
  /** @constant */
87326
87357
  severity: "warning";
87327
87358
  context: {
87359
+ activeFinancialTotal: number;
87328
87360
  difference: number;
87361
+ guestTotal: number;
87329
87362
  };
87330
87363
  message: string;
87331
87364
  } | {
@@ -87781,6 +87814,11 @@ export interface operations {
87781
87814
  severity: "error";
87782
87815
  context: {
87783
87816
  lineIds: string[];
87817
+ lines: {
87818
+ amount: number;
87819
+ lineId: string;
87820
+ name: string;
87821
+ }[];
87784
87822
  };
87785
87823
  message: string;
87786
87824
  } | {
@@ -87790,6 +87828,8 @@ export interface operations {
87790
87828
  severity: "error";
87791
87829
  context: {
87792
87830
  difference: number;
87831
+ journalEntryTotal: number;
87832
+ unbalancedTransactionDateCount: number;
87793
87833
  };
87794
87834
  message: string;
87795
87835
  } | {
@@ -87846,7 +87886,9 @@ export interface operations {
87846
87886
  /** @constant */
87847
87887
  severity: "warning";
87848
87888
  context: {
87889
+ activeFinancialTotal: number;
87849
87890
  difference: number;
87891
+ guestTotal: number;
87850
87892
  };
87851
87893
  message: string;
87852
87894
  } | {
@@ -90428,6 +90470,11 @@ export interface operations {
90428
90470
  severity: "error";
90429
90471
  context: {
90430
90472
  lineIds: string[];
90473
+ lines: {
90474
+ amount: number;
90475
+ lineId: string;
90476
+ name: string;
90477
+ }[];
90431
90478
  };
90432
90479
  message: string;
90433
90480
  } | {
@@ -90437,6 +90484,8 @@ export interface operations {
90437
90484
  severity: "error";
90438
90485
  context: {
90439
90486
  difference: number;
90487
+ journalEntryTotal: number;
90488
+ unbalancedTransactionDateCount: number;
90440
90489
  };
90441
90490
  message: string;
90442
90491
  } | {
@@ -90493,7 +90542,9 @@ export interface operations {
90493
90542
  /** @constant */
90494
90543
  severity: "warning";
90495
90544
  context: {
90545
+ activeFinancialTotal: number;
90496
90546
  difference: number;
90547
+ guestTotal: number;
90497
90548
  };
90498
90549
  message: string;
90499
90550
  } | {
@@ -91200,6 +91251,11 @@ export interface operations {
91200
91251
  severity: "error";
91201
91252
  context: {
91202
91253
  lineIds: string[];
91254
+ lines: {
91255
+ amount: number;
91256
+ lineId: string;
91257
+ name: string;
91258
+ }[];
91203
91259
  };
91204
91260
  message: string;
91205
91261
  } | {
@@ -91209,6 +91265,8 @@ export interface operations {
91209
91265
  severity: "error";
91210
91266
  context: {
91211
91267
  difference: number;
91268
+ journalEntryTotal: number;
91269
+ unbalancedTransactionDateCount: number;
91212
91270
  };
91213
91271
  message: string;
91214
91272
  } | {
@@ -91265,7 +91323,9 @@ export interface operations {
91265
91323
  /** @constant */
91266
91324
  severity: "warning";
91267
91325
  context: {
91326
+ activeFinancialTotal: number;
91268
91327
  difference: number;
91328
+ guestTotal: number;
91269
91329
  };
91270
91330
  message: string;
91271
91331
  } | {
@@ -92386,6 +92446,11 @@ export interface operations {
92386
92446
  severity: "error";
92387
92447
  context: {
92388
92448
  lineIds: string[];
92449
+ lines: {
92450
+ amount: number;
92451
+ lineId: string;
92452
+ name: string;
92453
+ }[];
92389
92454
  };
92390
92455
  message: string;
92391
92456
  } | {
@@ -92395,6 +92460,8 @@ export interface operations {
92395
92460
  severity: "error";
92396
92461
  context: {
92397
92462
  difference: number;
92463
+ journalEntryTotal: number;
92464
+ unbalancedTransactionDateCount: number;
92398
92465
  };
92399
92466
  message: string;
92400
92467
  } | {
@@ -92451,7 +92518,9 @@ export interface operations {
92451
92518
  /** @constant */
92452
92519
  severity: "warning";
92453
92520
  context: {
92521
+ activeFinancialTotal: number;
92454
92522
  difference: number;
92523
+ guestTotal: number;
92455
92524
  };
92456
92525
  message: string;
92457
92526
  } | {
@@ -93050,6 +93119,11 @@ export interface operations {
93050
93119
  severity: "error";
93051
93120
  context: {
93052
93121
  lineIds: string[];
93122
+ lines: {
93123
+ amount: number;
93124
+ lineId: string;
93125
+ name: string;
93126
+ }[];
93053
93127
  };
93054
93128
  message: string;
93055
93129
  } | {
@@ -93059,6 +93133,8 @@ export interface operations {
93059
93133
  severity: "error";
93060
93134
  context: {
93061
93135
  difference: number;
93136
+ journalEntryTotal: number;
93137
+ unbalancedTransactionDateCount: number;
93062
93138
  };
93063
93139
  message: string;
93064
93140
  } | {
@@ -93115,7 +93191,9 @@ export interface operations {
93115
93191
  /** @constant */
93116
93192
  severity: "warning";
93117
93193
  context: {
93194
+ activeFinancialTotal: number;
93118
93195
  difference: number;
93196
+ guestTotal: number;
93119
93197
  };
93120
93198
  message: string;
93121
93199
  } | {
@@ -93696,6 +93774,11 @@ export interface operations {
93696
93774
  severity: "error";
93697
93775
  context: {
93698
93776
  lineIds: string[];
93777
+ lines: {
93778
+ amount: number;
93779
+ lineId: string;
93780
+ name: string;
93781
+ }[];
93699
93782
  };
93700
93783
  message: string;
93701
93784
  } | {
@@ -93705,6 +93788,8 @@ export interface operations {
93705
93788
  severity: "error";
93706
93789
  context: {
93707
93790
  difference: number;
93791
+ journalEntryTotal: number;
93792
+ unbalancedTransactionDateCount: number;
93708
93793
  };
93709
93794
  message: string;
93710
93795
  } | {
@@ -93761,7 +93846,9 @@ export interface operations {
93761
93846
  /** @constant */
93762
93847
  severity: "warning";
93763
93848
  context: {
93849
+ activeFinancialTotal: number;
93764
93850
  difference: number;
93851
+ guestTotal: number;
93765
93852
  };
93766
93853
  message: string;
93767
93854
  } | {
@@ -94691,7 +94778,9 @@ export interface operations {
94691
94778
  code: "unpaidReservations";
94692
94779
  /** @constant */
94693
94780
  severity: "warning";
94694
- context: Record<string, never>;
94781
+ context: {
94782
+ affected: number;
94783
+ };
94695
94784
  message: string;
94696
94785
  } | {
94697
94786
  /** @constant */
@@ -95385,7 +95474,9 @@ export interface operations {
95385
95474
  code: "unpaidReservations";
95386
95475
  /** @constant */
95387
95476
  severity: "warning";
95388
- context: Record<string, never>;
95477
+ context: {
95478
+ affected: number;
95479
+ };
95389
95480
  message: string;
95390
95481
  } | {
95391
95482
  /** @constant */
@@ -95746,7 +95837,9 @@ export interface operations {
95746
95837
  code: "unpaidReservation";
95747
95838
  /** @constant */
95748
95839
  severity: "warning";
95749
- context: Record<string, never>;
95840
+ context: {
95841
+ paidStatus: string;
95842
+ };
95750
95843
  message: string;
95751
95844
  })[];
95752
95845
  descriptionEdit?: {
@@ -96011,7 +96104,9 @@ export interface operations {
96011
96104
  code: "unpaidReservation";
96012
96105
  /** @constant */
96013
96106
  severity: "warning";
96014
- context: Record<string, never>;
96107
+ context: {
96108
+ paidStatus: string;
96109
+ };
96015
96110
  message: string;
96016
96111
  })[];
96017
96112
  descriptionEdit?: {
@@ -96281,7 +96376,9 @@ export interface operations {
96281
96376
  code: "unpaidReservation";
96282
96377
  /** @constant */
96283
96378
  severity: "warning";
96284
- context: Record<string, never>;
96379
+ context: {
96380
+ paidStatus: string;
96381
+ };
96285
96382
  message: string;
96286
96383
  })[];
96287
96384
  descriptionEdit?: {
@@ -96900,7 +96997,9 @@ export interface operations {
96900
96997
  code: "unpaidReservations";
96901
96998
  /** @constant */
96902
96999
  severity: "warning";
96903
- context: Record<string, never>;
97000
+ context: {
97001
+ affected: number;
97002
+ };
96904
97003
  message: string;
96905
97004
  } | {
96906
97005
  /** @constant */
@@ -97290,7 +97389,9 @@ export interface operations {
97290
97389
  code: "unpaidReservation";
97291
97390
  /** @constant */
97292
97391
  severity: "warning";
97293
- context: Record<string, never>;
97392
+ context: {
97393
+ paidStatus: string;
97394
+ };
97294
97395
  message: string;
97295
97396
  })[];
97296
97397
  descriptionEdit?: {
@@ -97555,7 +97656,9 @@ export interface operations {
97555
97656
  code: "unpaidReservation";
97556
97657
  /** @constant */
97557
97658
  severity: "warning";
97558
- context: Record<string, never>;
97659
+ context: {
97660
+ paidStatus: string;
97661
+ };
97559
97662
  message: string;
97560
97663
  })[];
97561
97664
  descriptionEdit?: {
@@ -97825,7 +97928,9 @@ export interface operations {
97825
97928
  code: "unpaidReservation";
97826
97929
  /** @constant */
97827
97930
  severity: "warning";
97828
- context: Record<string, never>;
97931
+ context: {
97932
+ paidStatus: string;
97933
+ };
97829
97934
  message: string;
97830
97935
  })[];
97831
97936
  descriptionEdit?: {
@@ -104157,7 +104262,9 @@ export interface operations {
104157
104262
  code: "unpaidReservations";
104158
104263
  /** @constant */
104159
104264
  severity: "warning";
104160
- context: Record<string, never>;
104265
+ context: {
104266
+ affected: number;
104267
+ };
104161
104268
  message: string;
104162
104269
  } | {
104163
104270
  /** @constant */
@@ -104547,7 +104654,9 @@ export interface operations {
104547
104654
  code: "unpaidReservation";
104548
104655
  /** @constant */
104549
104656
  severity: "warning";
104550
- context: Record<string, never>;
104657
+ context: {
104658
+ paidStatus: string;
104659
+ };
104551
104660
  message: string;
104552
104661
  })[];
104553
104662
  descriptionEdit?: {
@@ -104812,7 +104921,9 @@ export interface operations {
104812
104921
  code: "unpaidReservation";
104813
104922
  /** @constant */
104814
104923
  severity: "warning";
104815
- context: Record<string, never>;
104924
+ context: {
104925
+ paidStatus: string;
104926
+ };
104816
104927
  message: string;
104817
104928
  })[];
104818
104929
  descriptionEdit?: {
@@ -105082,7 +105193,9 @@ export interface operations {
105082
105193
  code: "unpaidReservation";
105083
105194
  /** @constant */
105084
105195
  severity: "warning";
105085
- context: Record<string, never>;
105196
+ context: {
105197
+ paidStatus: string;
105198
+ };
105086
105199
  message: string;
105087
105200
  })[];
105088
105201
  descriptionEdit?: {
@@ -105709,7 +105822,9 @@ export interface operations {
105709
105822
  code: "unpaidReservations";
105710
105823
  /** @constant */
105711
105824
  severity: "warning";
105712
- context: Record<string, never>;
105825
+ context: {
105826
+ affected: number;
105827
+ };
105713
105828
  message: string;
105714
105829
  } | {
105715
105830
  /** @constant */
@@ -106070,7 +106185,9 @@ export interface operations {
106070
106185
  code: "unpaidReservation";
106071
106186
  /** @constant */
106072
106187
  severity: "warning";
106073
- context: Record<string, never>;
106188
+ context: {
106189
+ paidStatus: string;
106190
+ };
106074
106191
  message: string;
106075
106192
  })[];
106076
106193
  descriptionEdit?: {
@@ -106335,7 +106452,9 @@ export interface operations {
106335
106452
  code: "unpaidReservation";
106336
106453
  /** @constant */
106337
106454
  severity: "warning";
106338
- context: Record<string, never>;
106455
+ context: {
106456
+ paidStatus: string;
106457
+ };
106339
106458
  message: string;
106340
106459
  })[];
106341
106460
  descriptionEdit?: {
@@ -106605,7 +106724,9 @@ export interface operations {
106605
106724
  code: "unpaidReservation";
106606
106725
  /** @constant */
106607
106726
  severity: "warning";
106608
- context: Record<string, never>;
106727
+ context: {
106728
+ paidStatus: string;
106729
+ };
106609
106730
  message: string;
106610
106731
  })[];
106611
106732
  descriptionEdit?: {
@@ -113154,6 +113275,272 @@ export interface operations {
113154
113275
  };
113155
113276
  };
113156
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
+ };
113157
113544
  postTeamGenerateDemoData: {
113158
113545
  parameters: {
113159
113546
  query?: never;