@37signals/basecamp 0.7.2 → 0.8.0

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.
Files changed (96) hide show
  1. package/README.md +80 -1
  2. package/dist/client.d.ts +4 -4
  3. package/dist/client.d.ts.map +1 -1
  4. package/dist/client.js +30 -23
  5. package/dist/client.js.map +1 -1
  6. package/dist/download.d.ts.map +1 -1
  7. package/dist/errors.d.ts +10 -0
  8. package/dist/errors.d.ts.map +1 -1
  9. package/dist/errors.js +7 -1
  10. package/dist/errors.js.map +1 -1
  11. package/dist/generated/metadata.d.ts +32 -0
  12. package/dist/generated/metadata.d.ts.map +1 -0
  13. package/dist/generated/metadata.js +2670 -0
  14. package/dist/generated/metadata.js.map +1 -0
  15. package/dist/generated/{metadata.json → metadata.ts} +98 -45
  16. package/dist/generated/openapi-stripped.json +713 -440
  17. package/dist/generated/path-mapping.d.ts.map +1 -1
  18. package/dist/generated/path-mapping.js +6 -5
  19. package/dist/generated/path-mapping.js.map +1 -1
  20. package/dist/generated/path-mapping.ts +6 -5
  21. package/dist/generated/schema.d.ts +510 -297
  22. package/dist/generated/services/campfires.d.ts +22 -1
  23. package/dist/generated/services/campfires.d.ts.map +1 -1
  24. package/dist/generated/services/campfires.js +33 -1
  25. package/dist/generated/services/campfires.js.map +1 -1
  26. package/dist/generated/services/campfires.ts +46 -1
  27. package/dist/generated/services/card-columns.d.ts +31 -28
  28. package/dist/generated/services/card-columns.d.ts.map +1 -1
  29. package/dist/generated/services/card-columns.js +54 -51
  30. package/dist/generated/services/card-columns.js.map +1 -1
  31. package/dist/generated/services/card-columns.ts +62 -59
  32. package/dist/generated/services/index.d.ts +2 -2
  33. package/dist/generated/services/index.d.ts.map +1 -1
  34. package/dist/generated/services/index.js +2 -2
  35. package/dist/generated/services/index.js.map +1 -1
  36. package/dist/generated/services/index.ts +2 -2
  37. package/dist/generated/services/reports.d.ts +1 -1
  38. package/dist/generated/services/reports.js +1 -1
  39. package/dist/generated/services/reports.ts +1 -1
  40. package/dist/generated/services/todos.d.ts +8 -8
  41. package/dist/generated/services/todos.d.ts.map +1 -1
  42. package/dist/generated/services/todos.js +9 -6
  43. package/dist/generated/services/todos.js.map +1 -1
  44. package/dist/generated/services/todos.ts +12 -9
  45. package/dist/generated/services/tools.d.ts +11 -10
  46. package/dist/generated/services/tools.d.ts.map +1 -1
  47. package/dist/generated/services/tools.js +16 -8
  48. package/dist/generated/services/tools.js.map +1 -1
  49. package/dist/generated/services/tools.ts +21 -13
  50. package/dist/index.d.ts +6 -4
  51. package/dist/index.d.ts.map +1 -1
  52. package/dist/index.js +3 -3
  53. package/dist/index.js.map +1 -1
  54. package/dist/oauth/discovery.d.ts +105 -23
  55. package/dist/oauth/discovery.d.ts.map +1 -1
  56. package/dist/oauth/discovery.js +453 -61
  57. package/dist/oauth/discovery.js.map +1 -1
  58. package/dist/oauth/index.d.ts +2 -2
  59. package/dist/oauth/index.d.ts.map +1 -1
  60. package/dist/oauth/index.js +1 -1
  61. package/dist/oauth/index.js.map +1 -1
  62. package/dist/oauth/interactive-login.d.ts +20 -2
  63. package/dist/oauth/interactive-login.d.ts.map +1 -1
  64. package/dist/oauth/interactive-login.js +58 -4
  65. package/dist/oauth/interactive-login.js.map +1 -1
  66. package/dist/oauth/types.d.ts +54 -2
  67. package/dist/oauth/types.d.ts.map +1 -1
  68. package/dist/security.d.ts +22 -0
  69. package/dist/security.d.ts.map +1 -1
  70. package/dist/security.js +56 -1
  71. package/dist/security.js.map +1 -1
  72. package/dist/services/authorization.d.ts.map +1 -1
  73. package/dist/services/authorization.js +3 -0
  74. package/dist/services/authorization.js.map +1 -1
  75. package/dist/services/base.d.ts.map +1 -1
  76. package/dist/services/base.js +1 -3
  77. package/dist/services/base.js.map +1 -1
  78. package/dist/services/todos-extensions.d.ts +118 -0
  79. package/dist/services/todos-extensions.d.ts.map +1 -0
  80. package/dist/services/todos-extensions.js +113 -0
  81. package/dist/services/todos-extensions.js.map +1 -0
  82. package/dist/services/uploads-extensions.d.ts +33 -0
  83. package/dist/services/uploads-extensions.d.ts.map +1 -0
  84. package/dist/services/uploads-extensions.js +48 -0
  85. package/dist/services/uploads-extensions.js.map +1 -0
  86. package/package.json +7 -4
  87. package/src/generated/{metadata.json → metadata.ts} +98 -45
  88. package/src/generated/openapi-stripped.json +713 -440
  89. package/src/generated/path-mapping.ts +6 -5
  90. package/src/generated/schema.d.ts +510 -297
  91. package/src/generated/services/campfires.ts +46 -1
  92. package/src/generated/services/card-columns.ts +62 -59
  93. package/src/generated/services/index.ts +2 -2
  94. package/src/generated/services/reports.ts +1 -1
  95. package/src/generated/services/todos.ts +12 -9
  96. package/src/generated/services/tools.ts +21 -13
@@ -95,6 +95,58 @@ export interface paths {
95
95
  patch?: never;
96
96
  trace?: never;
97
97
  };
98
+ "/buckets/{bucketId}/card_tables/columns/{columnId}/color.json": {
99
+ parameters: {
100
+ query?: never;
101
+ header?: never;
102
+ path?: never;
103
+ cookie?: never;
104
+ };
105
+ get?: never;
106
+ /** @description Set the color of a column */
107
+ put: operations["SetCardColumnColor"];
108
+ post?: never;
109
+ delete?: never;
110
+ options?: never;
111
+ head?: never;
112
+ patch?: never;
113
+ trace?: never;
114
+ };
115
+ "/buckets/{bucketId}/card_tables/columns/{columnId}/on_hold.json": {
116
+ parameters: {
117
+ query?: never;
118
+ header?: never;
119
+ path?: never;
120
+ cookie?: never;
121
+ };
122
+ get?: never;
123
+ put?: never;
124
+ /** @description Enable on-hold section in a column */
125
+ post: operations["EnableCardColumnOnHold"];
126
+ /** @description Disable on-hold section in a column */
127
+ delete: operations["DisableCardColumnOnHold"];
128
+ options?: never;
129
+ head?: never;
130
+ patch?: never;
131
+ trace?: never;
132
+ };
133
+ "/buckets/{bucketId}/dock/tools.json": {
134
+ parameters: {
135
+ query?: never;
136
+ header?: never;
137
+ path?: never;
138
+ cookie?: never;
139
+ };
140
+ get?: never;
141
+ put?: never;
142
+ /** @description Create a tool in a project dock */
143
+ post: operations["CreateTool"];
144
+ delete?: never;
145
+ options?: never;
146
+ head?: never;
147
+ patch?: never;
148
+ trace?: never;
149
+ };
98
150
  "/buckets/{bucketId}/webhooks.json": {
99
151
  parameters: {
100
152
  query?: never;
@@ -205,41 +257,6 @@ export interface paths {
205
257
  patch?: never;
206
258
  trace?: never;
207
259
  };
208
- "/card_tables/columns/{columnId}/color.json": {
209
- parameters: {
210
- query?: never;
211
- header?: never;
212
- path?: never;
213
- cookie?: never;
214
- };
215
- get?: never;
216
- /** @description Set the color of a column */
217
- put: operations["SetCardColumnColor"];
218
- post?: never;
219
- delete?: never;
220
- options?: never;
221
- head?: never;
222
- patch?: never;
223
- trace?: never;
224
- };
225
- "/card_tables/columns/{columnId}/on_hold.json": {
226
- parameters: {
227
- query?: never;
228
- header?: never;
229
- path?: never;
230
- cookie?: never;
231
- };
232
- get?: never;
233
- put?: never;
234
- /** @description Enable on-hold section in a column */
235
- post: operations["EnableCardColumnOnHold"];
236
- /** @description Disable on-hold section in a column */
237
- delete: operations["DisableCardColumnOnHold"];
238
- options?: never;
239
- head?: never;
240
- patch?: never;
241
- trace?: never;
242
- };
243
260
  "/card_tables/lists/{columnId}/cards.json": {
244
261
  parameters: {
245
262
  query?: never;
@@ -522,9 +539,18 @@ export interface paths {
522
539
  };
523
540
  /** @description Get a campfire line by ID */
524
541
  get: operations["GetCampfireLine"];
525
- put?: never;
542
+ /**
543
+ * @description Update an existing campfire line; the content is always treated as rich text (HTML).
544
+ * The server coerces every edited line to rich text and ignores any content
545
+ * type hint. Only the line's creator may edit it, and only text and
546
+ * rich-text lines are editable.
547
+ */
548
+ put: operations["UpdateCampfireLine"];
526
549
  post?: never;
527
- /** @description Delete a campfire line */
550
+ /**
551
+ * @description Delete a campfire line; allowed for the line's creator or an admin.
552
+ * The API responds 403 Forbidden otherwise.
553
+ */
528
554
  delete: operations["DeleteCampfireLine"];
529
555
  options?: never;
530
556
  head?: never;
@@ -711,23 +737,6 @@ export interface paths {
711
737
  patch?: never;
712
738
  trace?: never;
713
739
  };
714
- "/dock/tools.json": {
715
- parameters: {
716
- query?: never;
717
- header?: never;
718
- path?: never;
719
- cookie?: never;
720
- };
721
- get?: never;
722
- put?: never;
723
- /** @description Clone an existing tool to create a new one */
724
- post: operations["CloneTool"];
725
- delete?: never;
726
- options?: never;
727
- head?: never;
728
- patch?: never;
729
- trace?: never;
730
- };
731
740
  "/dock/tools/{toolId}": {
732
741
  parameters: {
733
742
  query?: never;
@@ -1104,8 +1113,10 @@ export interface paths {
1104
1113
  };
1105
1114
  /**
1106
1115
  * @description Get the current user's notification inbox (the "Hey!" menu).
1107
- * Notifications are grouped into unreads, reads, and memories.
1108
- * Reads are paginated (50 per page). Unreads are capped at 100.
1116
+ * Notifications are grouped into unreads, reads, bubble-ups, and
1117
+ * scheduled bubble-ups (`memories` remains as an always-empty
1118
+ * placeholder on BC5). Reads are paginated (50 per page). Unreads are
1119
+ * capped at 100. Bubble-ups are capped per `limit_bubble_ups`.
1109
1120
  */
1110
1121
  get: operations["GetMyNotifications"];
1111
1122
  put?: never;
@@ -1848,7 +1859,11 @@ export interface paths {
1848
1859
  path?: never;
1849
1860
  cookie?: never;
1850
1861
  };
1851
- /** @description Get upcoming schedule entries within a date window */
1862
+ /**
1863
+ * @description Get upcoming schedule entries and assignable items within a date window.
1864
+ * This endpoint is preserved as the canonical API path on BC5;
1865
+ * the BC5 `/calendar` web view is HTML-only.
1866
+ */
1852
1867
  get: operations["GetUpcomingSchedule"];
1853
1868
  put?: never;
1854
1869
  post?: never;
@@ -2247,8 +2262,19 @@ export interface paths {
2247
2262
  };
2248
2263
  /** @description Get a single todo by id */
2249
2264
  get: operations["GetTodo"];
2250
- /** @description Update an existing todo */
2251
- put: operations["UpdateTodo"];
2265
+ /**
2266
+ * @description Replace a todo with a new complete representation.
2267
+ * The request body is the todo's full writable state: any writable field
2268
+ * omitted from the request is cleared server-side (empty/missing
2269
+ * assignee_ids clears assignees, missing description clears it, and so
2270
+ * on). content is required — a request without it is rejected.
2271
+ * To set some fields while preserving the rest, use the SDK's merge-safe
2272
+ * update or edit methods, which GET the current todo and PUT the full
2273
+ * representation back. Those read-modify-write helpers are not atomic:
2274
+ * a concurrent write between the GET and PUT is overwritten (last write
2275
+ * wins for the whole representation; the window is one round-trip).
2276
+ */
2277
+ put: operations["ReplaceTodo"];
2252
2278
  post?: never;
2253
2279
  /** @description Trash a todo (returns 204 No Content) */
2254
2280
  delete: operations["TrashTodo"];
@@ -2866,12 +2892,6 @@ export interface components {
2866
2892
  url?: string;
2867
2893
  app_url?: string;
2868
2894
  };
2869
- CloneToolRequestContent: {
2870
- /** Format: int64 */
2871
- source_recording_id: number;
2872
- title?: string;
2873
- };
2874
- CloneToolResponseContent: components["schemas"]["Tool"];
2875
2895
  Comment: {
2876
2896
  /** Format: int64 */
2877
2897
  id: number;
@@ -3051,6 +3071,13 @@ export interface components {
3051
3071
  description?: string;
3052
3072
  };
3053
3073
  CreateTodolistResponseContent: components["schemas"]["Todolist"];
3074
+ CreateToolRequestContent: {
3075
+ /** @description Tool type to add to the project dock. Values: Chat::Transcript|Inbox|Kanban::Board|Message::Board|Questionnaire|Schedule|Todoset|Vault. */
3076
+ tool_type: string;
3077
+ /** @description Title for the new tool. When omitted, Basecamp assigns the next available default title for the tool type. */
3078
+ title?: string;
3079
+ };
3080
+ CreateToolResponseContent: components["schemas"]["Tool"];
3054
3081
  CreateUploadRequestContent: {
3055
3082
  attachable_sgid: string;
3056
3083
  description?: string;
@@ -3288,7 +3315,24 @@ export interface components {
3288
3315
  GetMyNotificationsResponseContent: {
3289
3316
  unreads?: components["schemas"]["Notification"][];
3290
3317
  reads?: components["schemas"]["Notification"][];
3318
+ /**
3319
+ * @description Legacy "save forever" collection. Permanently `[]` on BC5 by documented
3320
+ * contract (`doc/api/sections/my_notifications.md`, codified by BC3 #11628):
3321
+ * an always-empty placeholder superseded by `bubble_ups`. BC4 (the `four`
3322
+ * branch) still populates it — an accepted BC4→BC5 subtractive delta
3323
+ * recorded in `spec/api-gaps/memories-emptied-regression.md`. New
3324
+ * integrations should use `bubble_ups` / `scheduled_bubble_ups` and must
3325
+ * not rely on `memories` on BC5.
3326
+ */
3291
3327
  memories?: components["schemas"]["Notification"][];
3328
+ /**
3329
+ * @description Items the user has saved with Bubble Up (BC5 addition). Roughly the
3330
+ * successor to `memories` but with optional scheduling — see
3331
+ * `scheduled_bubble_ups` for the time-deferred subset.
3332
+ */
3333
+ bubble_ups?: components["schemas"]["Notification"][];
3334
+ /** @description Bubble Ups scheduled to resurface in the future (BC5 addition). */
3335
+ scheduled_bubble_ups?: components["schemas"]["Notification"][];
3292
3336
  };
3293
3337
  GetMyPreferencesResponseContent: components["schemas"]["Preferences"];
3294
3338
  GetMyProfileResponseContent: components["schemas"]["Person"];
@@ -3552,6 +3596,10 @@ export interface components {
3552
3596
  id: number;
3553
3597
  created_at: string;
3554
3598
  updated_at: string;
3599
+ /**
3600
+ * @description The notification category: `inbox`, `chats`, `pings`, `bubbles`,
3601
+ * or `mentions`.
3602
+ */
3555
3603
  section?: string;
3556
3604
  /** Format: int32 */
3557
3605
  unread_count?: number;
@@ -3568,6 +3616,16 @@ export interface components {
3568
3616
  unread_url?: string;
3569
3617
  bookmark_url?: string;
3570
3618
  memory_url?: string;
3619
+ /**
3620
+ * @description URL for the Bubble Up record covering this notification (BC5 addition).
3621
+ * Eligibility-gated — only present on items the current user can bubble up.
3622
+ */
3623
+ bubble_up_url?: string;
3624
+ /**
3625
+ * @description Scheduled resurfacing time when this item is queued as a scheduled
3626
+ * Bubble Up (BC5 addition). Absent when there is no scheduled time.
3627
+ */
3628
+ bubble_up_at?: string;
3571
3629
  subscription_url?: string;
3572
3630
  subscribed?: boolean;
3573
3631
  previewable_attachments?: components["schemas"]["PreviewableAttachment"][];
@@ -3578,12 +3636,21 @@ export interface components {
3578
3636
  /** @description Custom image URL (pings only) */
3579
3637
  image_url?: string;
3580
3638
  };
3639
+ /**
3640
+ * @description When out of office is not enabled, `enabled` is `false` and
3641
+ * `start_date`, `end_date`, and `back_on_date` are omitted.
3642
+ */
3581
3643
  OutOfOffice: {
3582
3644
  person?: components["schemas"]["OutOfOfficePerson"];
3583
3645
  enabled?: boolean;
3584
3646
  ongoing?: boolean;
3585
3647
  start_date?: string;
3586
3648
  end_date?: string;
3649
+ /**
3650
+ * @description First working day after the out-of-office window ends.
3651
+ * Omitted when out of office is not enabled.
3652
+ */
3653
+ back_on_date?: string;
3587
3654
  };
3588
3655
  OutOfOfficePayload: {
3589
3656
  /** @description Start date in ISO 8601 format (YYYY-MM-DD) */
@@ -3596,6 +3663,8 @@ export interface components {
3596
3663
  id: number;
3597
3664
  /** Format: password */
3598
3665
  name?: string;
3666
+ /** Format: password */
3667
+ avatar_url?: string;
3599
3668
  };
3600
3669
  PauseQuestionResponseContent: {
3601
3670
  paused?: boolean;
@@ -3615,6 +3684,12 @@ export interface components {
3615
3684
  title?: string;
3616
3685
  /** Format: password */
3617
3686
  bio?: string;
3687
+ /**
3688
+ * Format: password
3689
+ * @description Alias of `bio` introduced in BC5. BC3 emits both keys with identical content;
3690
+ * older BC4 responses may omit `tagline`. Prefer `bio` for cross-version reads.
3691
+ */
3692
+ tagline?: string;
3618
3693
  /** Format: password */
3619
3694
  location?: string;
3620
3695
  created_at?: string;
@@ -3642,12 +3717,18 @@ export interface components {
3642
3717
  Preferences: {
3643
3718
  url?: string;
3644
3719
  app_url?: string;
3720
+ /** @description Returned as a Rails-style name (e.g. "Central Time (US & Canada)"). */
3645
3721
  time_zone_name?: string;
3646
3722
  first_week_day?: string;
3647
3723
  time_format?: string;
3648
3724
  };
3649
3725
  PreferencesPayload: {
3650
- /** @description Time zone name (e.g. "America/Chicago", "London", "UTC") */
3726
+ /**
3727
+ * @description Time zone name. Accepts any valid Rails time zone name (e.g.
3728
+ * "London", "UTC") as well as IANA identifiers (e.g.
3729
+ * "America/Chicago"), which are normalized to the matching
3730
+ * Rails-style name before saving.
3731
+ */
3651
3732
  time_zone_name?: string;
3652
3733
  /** @description First day of the week: Sunday, Monday, Tuesday, etc. */
3653
3734
  first_week_day?: string;
@@ -3678,6 +3759,8 @@ export interface components {
3678
3759
  name: string;
3679
3760
  description?: string;
3680
3761
  purpose?: string;
3762
+ start_date?: string;
3763
+ end_date?: string;
3681
3764
  clients_enabled?: boolean;
3682
3765
  bookmark_url?: string;
3683
3766
  url: string;
@@ -3841,6 +3924,16 @@ export interface components {
3841
3924
  url: string;
3842
3925
  app_url: string;
3843
3926
  };
3927
+ ReplaceTodoRequestContent: {
3928
+ content: string;
3929
+ description?: string;
3930
+ assignee_ids?: number[];
3931
+ completion_subscriber_ids?: number[];
3932
+ notify?: boolean;
3933
+ due_on?: string;
3934
+ starts_on?: string;
3935
+ };
3936
+ ReplaceTodoResponseContent: components["schemas"]["Todo"];
3844
3937
  RepositionCardStepRequestContent: {
3845
3938
  /** Format: int64 */
3846
3939
  source_id: number;
@@ -4060,6 +4153,12 @@ export interface components {
4060
4153
  /** Format: int32 */
4061
4154
  boosts_count?: number;
4062
4155
  boosts_url?: string;
4156
+ /**
4157
+ * @description Steps embedded in the Todo response (BC5 addition). The shared
4158
+ * `steps/step` jbuilder partial emits the same shape as `CardStep`,
4159
+ * so the existing `CardStepList` is reused.
4160
+ */
4161
+ steps?: components["schemas"]["CardStep"][];
4063
4162
  };
4064
4163
  TodoBucket: {
4065
4164
  /** Format: int64 */
@@ -4167,6 +4266,20 @@ export interface components {
4167
4266
  completed_ratio?: string;
4168
4267
  completed?: boolean;
4169
4268
  app_todolists_url?: string;
4269
+ /**
4270
+ * Format: int32
4271
+ * @description Total count of todos across all todolists in this todoset (BC5 addition).
4272
+ */
4273
+ todos_count?: number;
4274
+ /**
4275
+ * Format: int32
4276
+ * @description Count of completed loose todos at the todoset level (BC5 addition).
4277
+ */
4278
+ completed_loose_todos_count?: number;
4279
+ /** @description API URL for listing todos directly under this todoset (BC5 addition). */
4280
+ todos_url?: string;
4281
+ /** @description In-app URL for viewing the todoset's todos (BC5 addition). */
4282
+ app_todos_url?: string;
4170
4283
  };
4171
4284
  ToggleGaugeRequestContent: {
4172
4285
  gauge: components["schemas"]["GaugeTogglePayload"];
@@ -4195,6 +4308,10 @@ export interface components {
4195
4308
  name: string;
4196
4309
  };
4197
4310
  UpdateAccountNameResponseContent: components["schemas"]["Account"];
4311
+ UpdateCampfireLineRequestContent: {
4312
+ /** @description The new line content, interpreted as rich text (HTML) */
4313
+ content: string;
4314
+ };
4198
4315
  UpdateCardColumnRequestContent: {
4199
4316
  title?: string;
4200
4317
  description?: string;
@@ -4335,16 +4452,6 @@ export interface components {
4335
4452
  person_id?: number;
4336
4453
  };
4337
4454
  UpdateTimesheetEntryResponseContent: components["schemas"]["TimesheetEntry"];
4338
- UpdateTodoRequestContent: {
4339
- content?: string;
4340
- description?: string;
4341
- assignee_ids?: number[];
4342
- completion_subscriber_ids?: number[];
4343
- notify?: boolean;
4344
- due_on?: string;
4345
- starts_on?: string;
4346
- };
4347
- UpdateTodoResponseContent: components["schemas"]["Todo"];
4348
4455
  UpdateTodolistOrGroupRequestContent: {
4349
4456
  /** @description Name (required for both Todolist and TodolistGroup) */
4350
4457
  name?: string;
@@ -4449,6 +4556,10 @@ export interface components {
4449
4556
  types?: string[];
4450
4557
  url: string;
4451
4558
  app_url: string;
4559
+ /**
4560
+ * @description Up to the 25 most recent delivery exchanges, most recent first.
4561
+ * Empty when the webhook hasn't delivered anything yet.
4562
+ */
4452
4563
  recent_deliveries?: components["schemas"]["WebhookDelivery"][];
4453
4564
  };
4454
4565
  /** @description Reference to a copied/moved recording in copy events. */
@@ -4936,24 +5047,29 @@ export interface operations {
4936
5047
  };
4937
5048
  };
4938
5049
  };
4939
- ListWebhooks: {
5050
+ SetCardColumnColor: {
4940
5051
  parameters: {
4941
5052
  query?: never;
4942
5053
  header?: never;
4943
5054
  path: {
4944
5055
  bucketId: number;
5056
+ columnId: number;
4945
5057
  };
4946
5058
  cookie?: never;
4947
5059
  };
4948
- requestBody?: never;
5060
+ requestBody: {
5061
+ content: {
5062
+ "application/json": components["schemas"]["SetCardColumnColorRequestContent"];
5063
+ };
5064
+ };
4949
5065
  responses: {
4950
- /** @description ListWebhooks 200 response */
5066
+ /** @description SetCardColumnColor 200 response */
4951
5067
  200: {
4952
5068
  headers: {
4953
5069
  [name: string]: unknown;
4954
5070
  };
4955
5071
  content: {
4956
- "application/json": components["schemas"]["ListWebhooksResponseContent"];
5072
+ "application/json": components["schemas"]["SetCardColumnColorResponseContent"];
4957
5073
  };
4958
5074
  };
4959
5075
  /** @description UnauthorizedError 401 response */
@@ -4974,6 +5090,24 @@ export interface operations {
4974
5090
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
4975
5091
  };
4976
5092
  };
5093
+ /** @description NotFoundError 404 response */
5094
+ 404: {
5095
+ headers: {
5096
+ [name: string]: unknown;
5097
+ };
5098
+ content: {
5099
+ "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5100
+ };
5101
+ };
5102
+ /** @description ValidationError 422 response */
5103
+ 422: {
5104
+ headers: {
5105
+ [name: string]: unknown;
5106
+ };
5107
+ content: {
5108
+ "application/json": components["schemas"]["ValidationErrorResponseContent"];
5109
+ };
5110
+ };
4977
5111
  /** @description RateLimitError 429 response */
4978
5112
  429: {
4979
5113
  headers: {
@@ -4994,37 +5128,25 @@ export interface operations {
4994
5128
  };
4995
5129
  };
4996
5130
  };
4997
- CreateWebhook: {
5131
+ EnableCardColumnOnHold: {
4998
5132
  parameters: {
4999
5133
  query?: never;
5000
5134
  header?: never;
5001
5135
  path: {
5002
5136
  bucketId: number;
5137
+ columnId: number;
5003
5138
  };
5004
5139
  cookie?: never;
5005
5140
  };
5006
- requestBody: {
5007
- content: {
5008
- "application/json": components["schemas"]["CreateWebhookRequestContent"];
5009
- };
5010
- };
5141
+ requestBody?: never;
5011
5142
  responses: {
5012
- /** @description CreateWebhook 201 response */
5013
- 201: {
5014
- headers: {
5015
- [name: string]: unknown;
5016
- };
5017
- content: {
5018
- "application/json": components["schemas"]["CreateWebhookResponseContent"];
5019
- };
5020
- };
5021
- /** @description BadRequestError 400 response */
5022
- 400: {
5143
+ /** @description EnableCardColumnOnHold 200 response */
5144
+ 200: {
5023
5145
  headers: {
5024
5146
  [name: string]: unknown;
5025
5147
  };
5026
5148
  content: {
5027
- "application/json": components["schemas"]["BadRequestErrorResponseContent"];
5149
+ "application/json": components["schemas"]["EnableCardColumnOnHoldResponseContent"];
5028
5150
  };
5029
5151
  };
5030
5152
  /** @description UnauthorizedError 401 response */
@@ -5045,53 +5167,54 @@ export interface operations {
5045
5167
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5046
5168
  };
5047
5169
  };
5048
- /** @description RateLimitError 429 response */
5049
- 429: {
5170
+ /** @description ValidationError 422 response */
5171
+ 422: {
5050
5172
  headers: {
5051
5173
  [name: string]: unknown;
5052
5174
  };
5053
5175
  content: {
5054
- "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5176
+ "application/json": components["schemas"]["ValidationErrorResponseContent"];
5055
5177
  };
5056
5178
  };
5057
- /** @description InternalServerError 500 response */
5058
- 500: {
5179
+ /** @description RateLimitError 429 response */
5180
+ 429: {
5059
5181
  headers: {
5060
5182
  [name: string]: unknown;
5061
5183
  };
5062
5184
  content: {
5063
- "application/json": components["schemas"]["InternalServerErrorResponseContent"];
5185
+ "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5064
5186
  };
5065
5187
  };
5066
- /** @description WebhookLimitError 507 response */
5067
- 507: {
5188
+ /** @description InternalServerError 500 response */
5189
+ 500: {
5068
5190
  headers: {
5069
5191
  [name: string]: unknown;
5070
5192
  };
5071
5193
  content: {
5072
- "application/json": components["schemas"]["WebhookLimitErrorResponseContent"];
5194
+ "application/json": components["schemas"]["InternalServerErrorResponseContent"];
5073
5195
  };
5074
5196
  };
5075
5197
  };
5076
5198
  };
5077
- GetCard: {
5199
+ DisableCardColumnOnHold: {
5078
5200
  parameters: {
5079
5201
  query?: never;
5080
5202
  header?: never;
5081
5203
  path: {
5082
- cardId: number;
5204
+ bucketId: number;
5205
+ columnId: number;
5083
5206
  };
5084
5207
  cookie?: never;
5085
5208
  };
5086
5209
  requestBody?: never;
5087
5210
  responses: {
5088
- /** @description GetCard 200 response */
5211
+ /** @description DisableCardColumnOnHold 200 response */
5089
5212
  200: {
5090
5213
  headers: {
5091
5214
  [name: string]: unknown;
5092
5215
  };
5093
5216
  content: {
5094
- "application/json": components["schemas"]["GetCardResponseContent"];
5217
+ "application/json": components["schemas"]["DisableCardColumnOnHoldResponseContent"];
5095
5218
  };
5096
5219
  };
5097
5220
  /** @description UnauthorizedError 401 response */
@@ -5121,6 +5244,15 @@ export interface operations {
5121
5244
  "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5122
5245
  };
5123
5246
  };
5247
+ /** @description RateLimitError 429 response */
5248
+ 429: {
5249
+ headers: {
5250
+ [name: string]: unknown;
5251
+ };
5252
+ content: {
5253
+ "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5254
+ };
5255
+ };
5124
5256
  /** @description InternalServerError 500 response */
5125
5257
  500: {
5126
5258
  headers: {
@@ -5132,28 +5264,28 @@ export interface operations {
5132
5264
  };
5133
5265
  };
5134
5266
  };
5135
- UpdateCard: {
5267
+ CreateTool: {
5136
5268
  parameters: {
5137
5269
  query?: never;
5138
5270
  header?: never;
5139
5271
  path: {
5140
- cardId: number;
5272
+ bucketId: number;
5141
5273
  };
5142
5274
  cookie?: never;
5143
5275
  };
5144
- requestBody?: {
5276
+ requestBody: {
5145
5277
  content: {
5146
- "application/json": components["schemas"]["UpdateCardRequestContent"];
5278
+ "application/json": components["schemas"]["CreateToolRequestContent"];
5147
5279
  };
5148
5280
  };
5149
5281
  responses: {
5150
- /** @description UpdateCard 200 response */
5151
- 200: {
5282
+ /** @description CreateTool 201 response */
5283
+ 201: {
5152
5284
  headers: {
5153
5285
  [name: string]: unknown;
5154
5286
  };
5155
5287
  content: {
5156
- "application/json": components["schemas"]["UpdateCardResponseContent"];
5288
+ "application/json": components["schemas"]["CreateToolResponseContent"];
5157
5289
  };
5158
5290
  };
5159
5291
  /** @description UnauthorizedError 401 response */
@@ -5174,22 +5306,22 @@ export interface operations {
5174
5306
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5175
5307
  };
5176
5308
  };
5177
- /** @description NotFoundError 404 response */
5178
- 404: {
5309
+ /** @description ValidationError 422 response */
5310
+ 422: {
5179
5311
  headers: {
5180
5312
  [name: string]: unknown;
5181
5313
  };
5182
5314
  content: {
5183
- "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5315
+ "application/json": components["schemas"]["ValidationErrorResponseContent"];
5184
5316
  };
5185
5317
  };
5186
- /** @description ValidationError 422 response */
5187
- 422: {
5318
+ /** @description RateLimitError 429 response */
5319
+ 429: {
5188
5320
  headers: {
5189
5321
  [name: string]: unknown;
5190
5322
  };
5191
5323
  content: {
5192
- "application/json": components["schemas"]["ValidationErrorResponseContent"];
5324
+ "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5193
5325
  };
5194
5326
  };
5195
5327
  /** @description InternalServerError 500 response */
@@ -5203,27 +5335,25 @@ export interface operations {
5203
5335
  };
5204
5336
  };
5205
5337
  };
5206
- MoveCard: {
5338
+ ListWebhooks: {
5207
5339
  parameters: {
5208
5340
  query?: never;
5209
5341
  header?: never;
5210
5342
  path: {
5211
- cardId: number;
5343
+ bucketId: number;
5212
5344
  };
5213
5345
  cookie?: never;
5214
5346
  };
5215
- requestBody: {
5216
- content: {
5217
- "application/json": components["schemas"]["MoveCardRequestContent"];
5218
- };
5219
- };
5347
+ requestBody?: never;
5220
5348
  responses: {
5221
- /** @description MoveCard 204 response */
5222
- 204: {
5349
+ /** @description ListWebhooks 200 response */
5350
+ 200: {
5223
5351
  headers: {
5224
5352
  [name: string]: unknown;
5225
5353
  };
5226
- content?: never;
5354
+ content: {
5355
+ "application/json": components["schemas"]["ListWebhooksResponseContent"];
5356
+ };
5227
5357
  };
5228
5358
  /** @description UnauthorizedError 401 response */
5229
5359
  401: {
@@ -5243,15 +5373,6 @@ export interface operations {
5243
5373
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5244
5374
  };
5245
5375
  };
5246
- /** @description ValidationError 422 response */
5247
- 422: {
5248
- headers: {
5249
- [name: string]: unknown;
5250
- };
5251
- content: {
5252
- "application/json": components["schemas"]["ValidationErrorResponseContent"];
5253
- };
5254
- };
5255
5376
  /** @description RateLimitError 429 response */
5256
5377
  429: {
5257
5378
  headers: {
@@ -5272,27 +5393,38 @@ export interface operations {
5272
5393
  };
5273
5394
  };
5274
5395
  };
5275
- RepositionCardStep: {
5396
+ CreateWebhook: {
5276
5397
  parameters: {
5277
5398
  query?: never;
5278
5399
  header?: never;
5279
5400
  path: {
5280
- cardId: number;
5401
+ bucketId: number;
5281
5402
  };
5282
5403
  cookie?: never;
5283
5404
  };
5284
5405
  requestBody: {
5285
5406
  content: {
5286
- "application/json": components["schemas"]["RepositionCardStepRequestContent"];
5407
+ "application/json": components["schemas"]["CreateWebhookRequestContent"];
5287
5408
  };
5288
5409
  };
5289
5410
  responses: {
5290
- /** @description RepositionCardStep 200 response */
5291
- 200: {
5411
+ /** @description CreateWebhook 201 response */
5412
+ 201: {
5292
5413
  headers: {
5293
5414
  [name: string]: unknown;
5294
5415
  };
5295
- content?: never;
5416
+ content: {
5417
+ "application/json": components["schemas"]["CreateWebhookResponseContent"];
5418
+ };
5419
+ };
5420
+ /** @description BadRequestError 400 response */
5421
+ 400: {
5422
+ headers: {
5423
+ [name: string]: unknown;
5424
+ };
5425
+ content: {
5426
+ "application/json": components["schemas"]["BadRequestErrorResponseContent"];
5427
+ };
5296
5428
  };
5297
5429
  /** @description UnauthorizedError 401 response */
5298
5430
  401: {
@@ -5312,22 +5444,80 @@ export interface operations {
5312
5444
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5313
5445
  };
5314
5446
  };
5315
- /** @description ValidationError 422 response */
5316
- 422: {
5447
+ /** @description RateLimitError 429 response */
5448
+ 429: {
5317
5449
  headers: {
5318
5450
  [name: string]: unknown;
5319
5451
  };
5320
5452
  content: {
5321
- "application/json": components["schemas"]["ValidationErrorResponseContent"];
5453
+ "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5322
5454
  };
5323
5455
  };
5324
- /** @description RateLimitError 429 response */
5325
- 429: {
5456
+ /** @description InternalServerError 500 response */
5457
+ 500: {
5326
5458
  headers: {
5327
5459
  [name: string]: unknown;
5328
5460
  };
5329
5461
  content: {
5330
- "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5462
+ "application/json": components["schemas"]["InternalServerErrorResponseContent"];
5463
+ };
5464
+ };
5465
+ /** @description WebhookLimitError 507 response */
5466
+ 507: {
5467
+ headers: {
5468
+ [name: string]: unknown;
5469
+ };
5470
+ content: {
5471
+ "application/json": components["schemas"]["WebhookLimitErrorResponseContent"];
5472
+ };
5473
+ };
5474
+ };
5475
+ };
5476
+ GetCard: {
5477
+ parameters: {
5478
+ query?: never;
5479
+ header?: never;
5480
+ path: {
5481
+ cardId: number;
5482
+ };
5483
+ cookie?: never;
5484
+ };
5485
+ requestBody?: never;
5486
+ responses: {
5487
+ /** @description GetCard 200 response */
5488
+ 200: {
5489
+ headers: {
5490
+ [name: string]: unknown;
5491
+ };
5492
+ content: {
5493
+ "application/json": components["schemas"]["GetCardResponseContent"];
5494
+ };
5495
+ };
5496
+ /** @description UnauthorizedError 401 response */
5497
+ 401: {
5498
+ headers: {
5499
+ [name: string]: unknown;
5500
+ };
5501
+ content: {
5502
+ "application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
5503
+ };
5504
+ };
5505
+ /** @description ForbiddenError 403 response */
5506
+ 403: {
5507
+ headers: {
5508
+ [name: string]: unknown;
5509
+ };
5510
+ content: {
5511
+ "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5512
+ };
5513
+ };
5514
+ /** @description NotFoundError 404 response */
5515
+ 404: {
5516
+ headers: {
5517
+ [name: string]: unknown;
5518
+ };
5519
+ content: {
5520
+ "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5331
5521
  };
5332
5522
  };
5333
5523
  /** @description InternalServerError 500 response */
@@ -5341,7 +5531,7 @@ export interface operations {
5341
5531
  };
5342
5532
  };
5343
5533
  };
5344
- CreateCardStep: {
5534
+ UpdateCard: {
5345
5535
  parameters: {
5346
5536
  query?: never;
5347
5537
  header?: never;
@@ -5350,19 +5540,19 @@ export interface operations {
5350
5540
  };
5351
5541
  cookie?: never;
5352
5542
  };
5353
- requestBody: {
5543
+ requestBody?: {
5354
5544
  content: {
5355
- "application/json": components["schemas"]["CreateCardStepRequestContent"];
5545
+ "application/json": components["schemas"]["UpdateCardRequestContent"];
5356
5546
  };
5357
5547
  };
5358
5548
  responses: {
5359
- /** @description CreateCardStep 201 response */
5360
- 201: {
5549
+ /** @description UpdateCard 200 response */
5550
+ 200: {
5361
5551
  headers: {
5362
5552
  [name: string]: unknown;
5363
5553
  };
5364
5554
  content: {
5365
- "application/json": components["schemas"]["CreateCardStepResponseContent"];
5555
+ "application/json": components["schemas"]["UpdateCardResponseContent"];
5366
5556
  };
5367
5557
  };
5368
5558
  /** @description UnauthorizedError 401 response */
@@ -5383,22 +5573,22 @@ export interface operations {
5383
5573
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5384
5574
  };
5385
5575
  };
5386
- /** @description ValidationError 422 response */
5387
- 422: {
5576
+ /** @description NotFoundError 404 response */
5577
+ 404: {
5388
5578
  headers: {
5389
5579
  [name: string]: unknown;
5390
5580
  };
5391
5581
  content: {
5392
- "application/json": components["schemas"]["ValidationErrorResponseContent"];
5582
+ "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5393
5583
  };
5394
5584
  };
5395
- /** @description RateLimitError 429 response */
5396
- 429: {
5585
+ /** @description ValidationError 422 response */
5586
+ 422: {
5397
5587
  headers: {
5398
5588
  [name: string]: unknown;
5399
5589
  };
5400
5590
  content: {
5401
- "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5591
+ "application/json": components["schemas"]["ValidationErrorResponseContent"];
5402
5592
  };
5403
5593
  };
5404
5594
  /** @description InternalServerError 500 response */
@@ -5412,25 +5602,27 @@ export interface operations {
5412
5602
  };
5413
5603
  };
5414
5604
  };
5415
- GetCardColumn: {
5605
+ MoveCard: {
5416
5606
  parameters: {
5417
5607
  query?: never;
5418
5608
  header?: never;
5419
5609
  path: {
5420
- columnId: number;
5610
+ cardId: number;
5421
5611
  };
5422
5612
  cookie?: never;
5423
5613
  };
5424
- requestBody?: never;
5614
+ requestBody: {
5615
+ content: {
5616
+ "application/json": components["schemas"]["MoveCardRequestContent"];
5617
+ };
5618
+ };
5425
5619
  responses: {
5426
- /** @description GetCardColumn 200 response */
5427
- 200: {
5620
+ /** @description MoveCard 204 response */
5621
+ 204: {
5428
5622
  headers: {
5429
5623
  [name: string]: unknown;
5430
5624
  };
5431
- content: {
5432
- "application/json": components["schemas"]["GetCardColumnResponseContent"];
5433
- };
5625
+ content?: never;
5434
5626
  };
5435
5627
  /** @description UnauthorizedError 401 response */
5436
5628
  401: {
@@ -5450,13 +5642,22 @@ export interface operations {
5450
5642
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5451
5643
  };
5452
5644
  };
5453
- /** @description NotFoundError 404 response */
5454
- 404: {
5645
+ /** @description ValidationError 422 response */
5646
+ 422: {
5455
5647
  headers: {
5456
5648
  [name: string]: unknown;
5457
5649
  };
5458
5650
  content: {
5459
- "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5651
+ "application/json": components["schemas"]["ValidationErrorResponseContent"];
5652
+ };
5653
+ };
5654
+ /** @description RateLimitError 429 response */
5655
+ 429: {
5656
+ headers: {
5657
+ [name: string]: unknown;
5658
+ };
5659
+ content: {
5660
+ "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5460
5661
  };
5461
5662
  };
5462
5663
  /** @description InternalServerError 500 response */
@@ -5470,29 +5671,27 @@ export interface operations {
5470
5671
  };
5471
5672
  };
5472
5673
  };
5473
- UpdateCardColumn: {
5674
+ RepositionCardStep: {
5474
5675
  parameters: {
5475
5676
  query?: never;
5476
5677
  header?: never;
5477
5678
  path: {
5478
- columnId: number;
5679
+ cardId: number;
5479
5680
  };
5480
5681
  cookie?: never;
5481
5682
  };
5482
- requestBody?: {
5683
+ requestBody: {
5483
5684
  content: {
5484
- "application/json": components["schemas"]["UpdateCardColumnRequestContent"];
5685
+ "application/json": components["schemas"]["RepositionCardStepRequestContent"];
5485
5686
  };
5486
5687
  };
5487
5688
  responses: {
5488
- /** @description UpdateCardColumn 200 response */
5689
+ /** @description RepositionCardStep 200 response */
5489
5690
  200: {
5490
5691
  headers: {
5491
5692
  [name: string]: unknown;
5492
5693
  };
5493
- content: {
5494
- "application/json": components["schemas"]["UpdateCardColumnResponseContent"];
5495
- };
5694
+ content?: never;
5496
5695
  };
5497
5696
  /** @description UnauthorizedError 401 response */
5498
5697
  401: {
@@ -5512,22 +5711,22 @@ export interface operations {
5512
5711
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5513
5712
  };
5514
5713
  };
5515
- /** @description NotFoundError 404 response */
5516
- 404: {
5714
+ /** @description ValidationError 422 response */
5715
+ 422: {
5517
5716
  headers: {
5518
5717
  [name: string]: unknown;
5519
5718
  };
5520
5719
  content: {
5521
- "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5720
+ "application/json": components["schemas"]["ValidationErrorResponseContent"];
5522
5721
  };
5523
5722
  };
5524
- /** @description ValidationError 422 response */
5525
- 422: {
5723
+ /** @description RateLimitError 429 response */
5724
+ 429: {
5526
5725
  headers: {
5527
5726
  [name: string]: unknown;
5528
5727
  };
5529
5728
  content: {
5530
- "application/json": components["schemas"]["ValidationErrorResponseContent"];
5729
+ "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5531
5730
  };
5532
5731
  };
5533
5732
  /** @description InternalServerError 500 response */
@@ -5541,28 +5740,28 @@ export interface operations {
5541
5740
  };
5542
5741
  };
5543
5742
  };
5544
- SetCardColumnColor: {
5743
+ CreateCardStep: {
5545
5744
  parameters: {
5546
5745
  query?: never;
5547
5746
  header?: never;
5548
5747
  path: {
5549
- columnId: number;
5748
+ cardId: number;
5550
5749
  };
5551
5750
  cookie?: never;
5552
5751
  };
5553
5752
  requestBody: {
5554
5753
  content: {
5555
- "application/json": components["schemas"]["SetCardColumnColorRequestContent"];
5754
+ "application/json": components["schemas"]["CreateCardStepRequestContent"];
5556
5755
  };
5557
5756
  };
5558
5757
  responses: {
5559
- /** @description SetCardColumnColor 200 response */
5560
- 200: {
5758
+ /** @description CreateCardStep 201 response */
5759
+ 201: {
5561
5760
  headers: {
5562
5761
  [name: string]: unknown;
5563
5762
  };
5564
5763
  content: {
5565
- "application/json": components["schemas"]["SetCardColumnColorResponseContent"];
5764
+ "application/json": components["schemas"]["CreateCardStepResponseContent"];
5566
5765
  };
5567
5766
  };
5568
5767
  /** @description UnauthorizedError 401 response */
@@ -5583,22 +5782,22 @@ export interface operations {
5583
5782
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5584
5783
  };
5585
5784
  };
5586
- /** @description NotFoundError 404 response */
5587
- 404: {
5785
+ /** @description ValidationError 422 response */
5786
+ 422: {
5588
5787
  headers: {
5589
5788
  [name: string]: unknown;
5590
5789
  };
5591
5790
  content: {
5592
- "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5791
+ "application/json": components["schemas"]["ValidationErrorResponseContent"];
5593
5792
  };
5594
5793
  };
5595
- /** @description ValidationError 422 response */
5596
- 422: {
5794
+ /** @description RateLimitError 429 response */
5795
+ 429: {
5597
5796
  headers: {
5598
5797
  [name: string]: unknown;
5599
5798
  };
5600
5799
  content: {
5601
- "application/json": components["schemas"]["ValidationErrorResponseContent"];
5800
+ "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5602
5801
  };
5603
5802
  };
5604
5803
  /** @description InternalServerError 500 response */
@@ -5612,7 +5811,7 @@ export interface operations {
5612
5811
  };
5613
5812
  };
5614
5813
  };
5615
- EnableCardColumnOnHold: {
5814
+ GetCardColumn: {
5616
5815
  parameters: {
5617
5816
  query?: never;
5618
5817
  header?: never;
@@ -5623,13 +5822,13 @@ export interface operations {
5623
5822
  };
5624
5823
  requestBody?: never;
5625
5824
  responses: {
5626
- /** @description EnableCardColumnOnHold 200 response */
5825
+ /** @description GetCardColumn 200 response */
5627
5826
  200: {
5628
5827
  headers: {
5629
5828
  [name: string]: unknown;
5630
5829
  };
5631
5830
  content: {
5632
- "application/json": components["schemas"]["EnableCardColumnOnHoldResponseContent"];
5831
+ "application/json": components["schemas"]["GetCardColumnResponseContent"];
5633
5832
  };
5634
5833
  };
5635
5834
  /** @description UnauthorizedError 401 response */
@@ -5650,22 +5849,13 @@ export interface operations {
5650
5849
  "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
5651
5850
  };
5652
5851
  };
5653
- /** @description ValidationError 422 response */
5654
- 422: {
5655
- headers: {
5656
- [name: string]: unknown;
5657
- };
5658
- content: {
5659
- "application/json": components["schemas"]["ValidationErrorResponseContent"];
5660
- };
5661
- };
5662
- /** @description RateLimitError 429 response */
5663
- 429: {
5852
+ /** @description NotFoundError 404 response */
5853
+ 404: {
5664
5854
  headers: {
5665
5855
  [name: string]: unknown;
5666
5856
  };
5667
5857
  content: {
5668
- "application/json": components["schemas"]["RateLimitErrorResponseContent"];
5858
+ "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5669
5859
  };
5670
5860
  };
5671
5861
  /** @description InternalServerError 500 response */
@@ -5679,7 +5869,7 @@ export interface operations {
5679
5869
  };
5680
5870
  };
5681
5871
  };
5682
- DisableCardColumnOnHold: {
5872
+ UpdateCardColumn: {
5683
5873
  parameters: {
5684
5874
  query?: never;
5685
5875
  header?: never;
@@ -5688,15 +5878,19 @@ export interface operations {
5688
5878
  };
5689
5879
  cookie?: never;
5690
5880
  };
5691
- requestBody?: never;
5881
+ requestBody?: {
5882
+ content: {
5883
+ "application/json": components["schemas"]["UpdateCardColumnRequestContent"];
5884
+ };
5885
+ };
5692
5886
  responses: {
5693
- /** @description DisableCardColumnOnHold 200 response */
5887
+ /** @description UpdateCardColumn 200 response */
5694
5888
  200: {
5695
5889
  headers: {
5696
5890
  [name: string]: unknown;
5697
5891
  };
5698
5892
  content: {
5699
- "application/json": components["schemas"]["DisableCardColumnOnHoldResponseContent"];
5893
+ "application/json": components["schemas"]["UpdateCardColumnResponseContent"];
5700
5894
  };
5701
5895
  };
5702
5896
  /** @description UnauthorizedError 401 response */
@@ -5726,6 +5920,15 @@ export interface operations {
5726
5920
  "application/json": components["schemas"]["NotFoundErrorResponseContent"];
5727
5921
  };
5728
5922
  };
5923
+ /** @description ValidationError 422 response */
5924
+ 422: {
5925
+ headers: {
5926
+ [name: string]: unknown;
5927
+ };
5928
+ content: {
5929
+ "application/json": components["schemas"]["ValidationErrorResponseContent"];
5930
+ };
5931
+ };
5729
5932
  /** @description InternalServerError 500 response */
5730
5933
  500: {
5731
5934
  headers: {
@@ -7319,6 +7522,85 @@ export interface operations {
7319
7522
  };
7320
7523
  };
7321
7524
  };
7525
+ UpdateCampfireLine: {
7526
+ parameters: {
7527
+ query?: never;
7528
+ header?: never;
7529
+ path: {
7530
+ campfireId: number;
7531
+ lineId: number;
7532
+ };
7533
+ cookie?: never;
7534
+ };
7535
+ requestBody: {
7536
+ content: {
7537
+ "application/json": components["schemas"]["UpdateCampfireLineRequestContent"];
7538
+ };
7539
+ };
7540
+ responses: {
7541
+ /** @description UpdateCampfireLine 204 response */
7542
+ 204: {
7543
+ headers: {
7544
+ [name: string]: unknown;
7545
+ };
7546
+ content?: never;
7547
+ };
7548
+ /** @description UnauthorizedError 401 response */
7549
+ 401: {
7550
+ headers: {
7551
+ [name: string]: unknown;
7552
+ };
7553
+ content: {
7554
+ "application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
7555
+ };
7556
+ };
7557
+ /** @description ForbiddenError 403 response */
7558
+ 403: {
7559
+ headers: {
7560
+ [name: string]: unknown;
7561
+ };
7562
+ content: {
7563
+ "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
7564
+ };
7565
+ };
7566
+ /** @description NotFoundError 404 response */
7567
+ 404: {
7568
+ headers: {
7569
+ [name: string]: unknown;
7570
+ };
7571
+ content: {
7572
+ "application/json": components["schemas"]["NotFoundErrorResponseContent"];
7573
+ };
7574
+ };
7575
+ /** @description ValidationError 422 response */
7576
+ 422: {
7577
+ headers: {
7578
+ [name: string]: unknown;
7579
+ };
7580
+ content: {
7581
+ "application/json": components["schemas"]["ValidationErrorResponseContent"];
7582
+ };
7583
+ };
7584
+ /** @description RateLimitError 429 response */
7585
+ 429: {
7586
+ headers: {
7587
+ [name: string]: unknown;
7588
+ };
7589
+ content: {
7590
+ "application/json": components["schemas"]["RateLimitErrorResponseContent"];
7591
+ };
7592
+ };
7593
+ /** @description InternalServerError 500 response */
7594
+ 500: {
7595
+ headers: {
7596
+ [name: string]: unknown;
7597
+ };
7598
+ content: {
7599
+ "application/json": components["schemas"]["InternalServerErrorResponseContent"];
7600
+ };
7601
+ };
7602
+ };
7603
+ };
7322
7604
  DeleteCampfireLine: {
7323
7605
  parameters: {
7324
7606
  query?: never;
@@ -8053,75 +8335,6 @@ export interface operations {
8053
8335
  };
8054
8336
  };
8055
8337
  };
8056
- CloneTool: {
8057
- parameters: {
8058
- query?: never;
8059
- header?: never;
8060
- path?: never;
8061
- cookie?: never;
8062
- };
8063
- requestBody: {
8064
- content: {
8065
- "application/json": components["schemas"]["CloneToolRequestContent"];
8066
- };
8067
- };
8068
- responses: {
8069
- /** @description CloneTool 201 response */
8070
- 201: {
8071
- headers: {
8072
- [name: string]: unknown;
8073
- };
8074
- content: {
8075
- "application/json": components["schemas"]["CloneToolResponseContent"];
8076
- };
8077
- };
8078
- /** @description UnauthorizedError 401 response */
8079
- 401: {
8080
- headers: {
8081
- [name: string]: unknown;
8082
- };
8083
- content: {
8084
- "application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
8085
- };
8086
- };
8087
- /** @description ForbiddenError 403 response */
8088
- 403: {
8089
- headers: {
8090
- [name: string]: unknown;
8091
- };
8092
- content: {
8093
- "application/json": components["schemas"]["ForbiddenErrorResponseContent"];
8094
- };
8095
- };
8096
- /** @description ValidationError 422 response */
8097
- 422: {
8098
- headers: {
8099
- [name: string]: unknown;
8100
- };
8101
- content: {
8102
- "application/json": components["schemas"]["ValidationErrorResponseContent"];
8103
- };
8104
- };
8105
- /** @description RateLimitError 429 response */
8106
- 429: {
8107
- headers: {
8108
- [name: string]: unknown;
8109
- };
8110
- content: {
8111
- "application/json": components["schemas"]["RateLimitErrorResponseContent"];
8112
- };
8113
- };
8114
- /** @description InternalServerError 500 response */
8115
- 500: {
8116
- headers: {
8117
- [name: string]: unknown;
8118
- };
8119
- content: {
8120
- "application/json": components["schemas"]["InternalServerErrorResponseContent"];
8121
- };
8122
- };
8123
- };
8124
- };
8125
8338
  GetTool: {
8126
8339
  parameters: {
8127
8340
  query?: never;
@@ -15779,7 +15992,7 @@ export interface operations {
15779
15992
  };
15780
15993
  };
15781
15994
  };
15782
- UpdateTodo: {
15995
+ ReplaceTodo: {
15783
15996
  parameters: {
15784
15997
  query?: never;
15785
15998
  header?: never;
@@ -15788,19 +16001,19 @@ export interface operations {
15788
16001
  };
15789
16002
  cookie?: never;
15790
16003
  };
15791
- requestBody?: {
16004
+ requestBody: {
15792
16005
  content: {
15793
- "application/json": components["schemas"]["UpdateTodoRequestContent"];
16006
+ "application/json": components["schemas"]["ReplaceTodoRequestContent"];
15794
16007
  };
15795
16008
  };
15796
16009
  responses: {
15797
- /** @description UpdateTodo 200 response */
16010
+ /** @description ReplaceTodo 200 response */
15798
16011
  200: {
15799
16012
  headers: {
15800
16013
  [name: string]: unknown;
15801
16014
  };
15802
16015
  content: {
15803
- "application/json": components["schemas"]["UpdateTodoResponseContent"];
16016
+ "application/json": components["schemas"]["ReplaceTodoResponseContent"];
15804
16017
  };
15805
16018
  };
15806
16019
  /** @description UnauthorizedError 401 response */