@chatbotkit/sdk 1.25.0 → 1.26.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.
@@ -800,6 +800,37 @@ export interface paths {
800
800
  patch?: never;
801
801
  trace?: never;
802
802
  };
803
+ "/conversation/{conversationId}/dispatch": {
804
+ parameters: {
805
+ query?: never;
806
+ header?: never;
807
+ path?: never;
808
+ cookie?: never;
809
+ };
810
+ get?: never;
811
+ put?: never;
812
+ /**
813
+ * Dispatch a stateful conversation completion to run in the background
814
+ * @description Dispatch a stateful conversation completion to run asynchronously in the
815
+ * background. This endpoint accepts the same parameters as the complete
816
+ * endpoint but instead of streaming the response directly, it returns a
817
+ * channel ID that can be used to subscribe to the completion progress.
818
+ *
819
+ * The completion will be processed in the background and events will be
820
+ * published to the channel as the completion progresses. This is useful
821
+ * for long-running completions that may take several minutes to complete.
822
+ *
823
+ * To monitor the progress, subscribe to the channel using:
824
+ * `POST /api/v1/channel/{channelId}/subscribe`
825
+ *
826
+ */
827
+ post: operations["dispatchStatefulConversation"];
828
+ delete?: never;
829
+ options?: never;
830
+ head?: never;
831
+ patch?: never;
832
+ trace?: never;
833
+ };
803
834
  "/conversation/{conversationId}/downvote": {
804
835
  parameters: {
805
836
  query?: never;
@@ -1140,6 +1171,37 @@ export interface paths {
1140
1171
  patch?: never;
1141
1172
  trace?: never;
1142
1173
  };
1174
+ "/conversation/dispatch": {
1175
+ parameters: {
1176
+ query?: never;
1177
+ header?: never;
1178
+ path?: never;
1179
+ cookie?: never;
1180
+ };
1181
+ get?: never;
1182
+ put?: never;
1183
+ /**
1184
+ * Dispatch a conversation completion to run in the background
1185
+ * @description Dispatch a conversation completion to run asynchronously in the
1186
+ * background. This endpoint accepts the same parameters as the complete
1187
+ * endpoint but instead of streaming the response directly, it returns a
1188
+ * channel ID that can be used to subscribe to the completion progress.
1189
+ *
1190
+ * The completion will be processed in the background and events will be
1191
+ * published to the channel as the completion progresses. This is useful
1192
+ * for long-running completions that may take several minutes to complete.
1193
+ *
1194
+ * To monitor the progress, subscribe to the channel using:
1195
+ * `POST /api/v1/channel/{channelId}/subscribe`
1196
+ *
1197
+ */
1198
+ post: operations["dispatchConversation"];
1199
+ delete?: never;
1200
+ options?: never;
1201
+ head?: never;
1202
+ patch?: never;
1203
+ trace?: never;
1204
+ };
1143
1205
  "/conversation/export": {
1144
1206
  parameters: {
1145
1207
  query?: never;
@@ -4472,15 +4534,15 @@ export interface components {
4472
4534
  */
4473
4535
  FileVisibility: "private" | "protected" | "public";
4474
4536
  /**
4475
- * @description The kind of the secret
4537
+ * @description The type of the secret
4476
4538
  * @enum {string}
4477
4539
  */
4478
- SecretKind: "shared" | "personal";
4540
+ SecretType: "plain" | "basic" | "bearer" | "oauth" | "template" | "reference";
4479
4541
  /**
4480
- * @description The type of the secret
4542
+ * @description The kind of the secret
4481
4543
  * @enum {string}
4482
4544
  */
4483
- SecretType: "plain" | "basic" | "bearer" | "oauth" | "template" | "reference";
4545
+ SecretKind: "shared" | "personal";
4484
4546
  /**
4485
4547
  * @description The visibility of the secret
4486
4548
  * @enum {string}
@@ -4825,9 +4887,7 @@ export interface components {
4825
4887
  headers: {
4826
4888
  [name: string]: unknown;
4827
4889
  };
4828
- content: {
4829
- "application/json": unknown;
4830
- };
4890
+ content?: never;
4831
4891
  };
4832
4892
  };
4833
4893
  parameters: {
@@ -4885,9 +4945,7 @@ export interface operations {
4885
4945
  headers: {
4886
4946
  [name: string]: unknown;
4887
4947
  };
4888
- content: {
4889
- "application/json": unknown;
4890
- };
4948
+ content?: never;
4891
4949
  };
4892
4950
  };
4893
4951
  };
@@ -4959,9 +5017,7 @@ export interface operations {
4959
5017
  headers: {
4960
5018
  [name: string]: unknown;
4961
5019
  };
4962
- content: {
4963
- "application/json": unknown;
4964
- };
5020
+ content?: never;
4965
5021
  };
4966
5022
  };
4967
5023
  };
@@ -5003,9 +5059,7 @@ export interface operations {
5003
5059
  headers: {
5004
5060
  [name: string]: unknown;
5005
5061
  };
5006
- content: {
5007
- "application/json": unknown;
5008
- };
5062
+ content?: never;
5009
5063
  };
5010
5064
  };
5011
5065
  };
@@ -5051,9 +5105,7 @@ export interface operations {
5051
5105
  headers: {
5052
5106
  [name: string]: unknown;
5053
5107
  };
5054
- content: {
5055
- "application/json": unknown;
5056
- };
5108
+ content?: never;
5057
5109
  };
5058
5110
  };
5059
5111
  };
@@ -5091,9 +5143,7 @@ export interface operations {
5091
5143
  headers: {
5092
5144
  [name: string]: unknown;
5093
5145
  };
5094
- content: {
5095
- "application/json": unknown;
5096
- };
5146
+ content?: never;
5097
5147
  };
5098
5148
  };
5099
5149
  };
@@ -5135,9 +5185,7 @@ export interface operations {
5135
5185
  headers: {
5136
5186
  [name: string]: unknown;
5137
5187
  };
5138
- content: {
5139
- "application/json": unknown;
5140
- };
5188
+ content?: never;
5141
5189
  };
5142
5190
  };
5143
5191
  };
@@ -5186,9 +5234,7 @@ export interface operations {
5186
5234
  headers: {
5187
5235
  [name: string]: unknown;
5188
5236
  };
5189
- content: {
5190
- "application/json": unknown;
5191
- };
5237
+ content?: never;
5192
5238
  };
5193
5239
  };
5194
5240
  };
@@ -5222,9 +5268,7 @@ export interface operations {
5222
5268
  headers: {
5223
5269
  [name: string]: unknown;
5224
5270
  };
5225
- content: {
5226
- "application/json": unknown;
5227
- };
5271
+ content?: never;
5228
5272
  };
5229
5273
  };
5230
5274
  };
@@ -5274,9 +5318,7 @@ export interface operations {
5274
5318
  headers: {
5275
5319
  [name: string]: unknown;
5276
5320
  };
5277
- content: {
5278
- "application/json": unknown;
5279
- };
5321
+ content?: never;
5280
5322
  };
5281
5323
  };
5282
5324
  };
@@ -5324,9 +5366,7 @@ export interface operations {
5324
5366
  headers: {
5325
5367
  [name: string]: unknown;
5326
5368
  };
5327
- content: {
5328
- "application/json": unknown;
5329
- };
5369
+ content?: never;
5330
5370
  };
5331
5371
  };
5332
5372
  };
@@ -5411,9 +5451,7 @@ export interface operations {
5411
5451
  headers: {
5412
5452
  [name: string]: unknown;
5413
5453
  };
5414
- content: {
5415
- "application/json": unknown;
5416
- };
5454
+ content?: never;
5417
5455
  };
5418
5456
  };
5419
5457
  };
@@ -5449,9 +5487,7 @@ export interface operations {
5449
5487
  headers: {
5450
5488
  [name: string]: unknown;
5451
5489
  };
5452
- content: {
5453
- "application/json": unknown;
5454
- };
5490
+ content?: never;
5455
5491
  };
5456
5492
  };
5457
5493
  };
@@ -5487,9 +5523,7 @@ export interface operations {
5487
5523
  headers: {
5488
5524
  [name: string]: unknown;
5489
5525
  };
5490
- content: {
5491
- "application/json": unknown;
5492
- };
5526
+ content?: never;
5493
5527
  };
5494
5528
  };
5495
5529
  };
@@ -5533,9 +5567,7 @@ export interface operations {
5533
5567
  headers: {
5534
5568
  [name: string]: unknown;
5535
5569
  };
5536
- content: {
5537
- "application/json": unknown;
5538
- };
5570
+ content?: never;
5539
5571
  };
5540
5572
  };
5541
5573
  };
@@ -5601,9 +5633,7 @@ export interface operations {
5601
5633
  headers: {
5602
5634
  [name: string]: unknown;
5603
5635
  };
5604
- content: {
5605
- "application/json": unknown;
5606
- };
5636
+ content?: never;
5607
5637
  };
5608
5638
  };
5609
5639
  };
@@ -5646,9 +5676,7 @@ export interface operations {
5646
5676
  headers: {
5647
5677
  [name: string]: unknown;
5648
5678
  };
5649
- content: {
5650
- "application/json": unknown;
5651
- };
5679
+ content?: never;
5652
5680
  };
5653
5681
  };
5654
5682
  };
@@ -5717,9 +5745,7 @@ export interface operations {
5717
5745
  headers: {
5718
5746
  [name: string]: unknown;
5719
5747
  };
5720
- content: {
5721
- "application/json": unknown;
5722
- };
5748
+ content?: never;
5723
5749
  };
5724
5750
  };
5725
5751
  };
@@ -5786,9 +5812,7 @@ export interface operations {
5786
5812
  headers: {
5787
5813
  [name: string]: unknown;
5788
5814
  };
5789
- content: {
5790
- "application/json": unknown;
5791
- };
5815
+ content?: never;
5792
5816
  };
5793
5817
  };
5794
5818
  };
@@ -5832,9 +5856,7 @@ export interface operations {
5832
5856
  headers: {
5833
5857
  [name: string]: unknown;
5834
5858
  };
5835
- content: {
5836
- "application/json": unknown;
5837
- };
5859
+ content?: never;
5838
5860
  };
5839
5861
  };
5840
5862
  };
@@ -5873,9 +5895,7 @@ export interface operations {
5873
5895
  headers: {
5874
5896
  [name: string]: unknown;
5875
5897
  };
5876
- content: {
5877
- "application/json": unknown;
5878
- };
5898
+ content?: never;
5879
5899
  };
5880
5900
  };
5881
5901
  };
@@ -5940,9 +5960,7 @@ export interface operations {
5940
5960
  headers: {
5941
5961
  [name: string]: unknown;
5942
5962
  };
5943
- content: {
5944
- "application/json": unknown;
5945
- };
5963
+ content?: never;
5946
5964
  };
5947
5965
  };
5948
5966
  };
@@ -6061,9 +6079,7 @@ export interface operations {
6061
6079
  headers: {
6062
6080
  [name: string]: unknown;
6063
6081
  };
6064
- content: {
6065
- "application/json": unknown;
6066
- };
6082
+ content?: never;
6067
6083
  };
6068
6084
  };
6069
6085
  };
@@ -6080,7 +6096,9 @@ export interface operations {
6080
6096
  content: {
6081
6097
  "application/json": {
6082
6098
  /** @description The message to publish to the channel */
6083
- message: string;
6099
+ message: {
6100
+ [key: string]: unknown;
6101
+ };
6084
6102
  };
6085
6103
  };
6086
6104
  };
@@ -6102,9 +6120,7 @@ export interface operations {
6102
6120
  headers: {
6103
6121
  [name: string]: unknown;
6104
6122
  };
6105
- content: {
6106
- "application/json": unknown;
6107
- };
6123
+ content?: never;
6108
6124
  };
6109
6125
  };
6110
6126
  };
@@ -6119,7 +6135,16 @@ export interface operations {
6119
6135
  };
6120
6136
  requestBody: {
6121
6137
  content: {
6122
- "application/json": Record<string, never>;
6138
+ "application/json": {
6139
+ /** @description Number of historical messages to replay from the channel
6140
+ * before subscribing to live updates. When provided, the
6141
+ * subscriber will first receive up to this many recent
6142
+ * messages that were published before the subscription
6143
+ * started. This is useful for catching up on messages that
6144
+ * may have been published during connection setup.
6145
+ * */
6146
+ historyLength?: number;
6147
+ };
6123
6148
  };
6124
6149
  };
6125
6150
  responses: {
@@ -6136,7 +6161,9 @@ export interface operations {
6136
6161
  */
6137
6162
  type: "message";
6138
6163
  /** @description The message data published to the channel */
6139
- data: string;
6164
+ data: {
6165
+ [key: string]: unknown;
6166
+ };
6140
6167
  };
6141
6168
  };
6142
6169
  };
@@ -6145,9 +6172,7 @@ export interface operations {
6145
6172
  headers: {
6146
6173
  [name: string]: unknown;
6147
6174
  };
6148
- content: {
6149
- "application/json": unknown;
6150
- };
6175
+ content?: never;
6151
6176
  };
6152
6177
  };
6153
6178
  };
@@ -6267,9 +6292,7 @@ export interface operations {
6267
6292
  headers: {
6268
6293
  [name: string]: unknown;
6269
6294
  };
6270
- content: {
6271
- "application/json": unknown;
6272
- };
6295
+ content?: never;
6273
6296
  };
6274
6297
  };
6275
6298
  };
@@ -6305,9 +6328,7 @@ export interface operations {
6305
6328
  headers: {
6306
6329
  [name: string]: unknown;
6307
6330
  };
6308
- content: {
6309
- "application/json": unknown;
6310
- };
6331
+ content?: never;
6311
6332
  };
6312
6333
  };
6313
6334
  };
@@ -6363,9 +6384,7 @@ export interface operations {
6363
6384
  headers: {
6364
6385
  [name: string]: unknown;
6365
6386
  };
6366
- content: {
6367
- "application/json": unknown;
6368
- };
6387
+ content?: never;
6369
6388
  };
6370
6389
  };
6371
6390
  };
@@ -6447,9 +6466,7 @@ export interface operations {
6447
6466
  headers: {
6448
6467
  [name: string]: unknown;
6449
6468
  };
6450
- content: {
6451
- "application/json": unknown;
6452
- };
6469
+ content?: never;
6453
6470
  };
6454
6471
  };
6455
6472
  };
@@ -6492,9 +6509,7 @@ export interface operations {
6492
6509
  headers: {
6493
6510
  [name: string]: unknown;
6494
6511
  };
6495
- content: {
6496
- "application/json": unknown;
6497
- };
6512
+ content?: never;
6498
6513
  };
6499
6514
  };
6500
6515
  };
@@ -6533,9 +6548,7 @@ export interface operations {
6533
6548
  headers: {
6534
6549
  [name: string]: unknown;
6535
6550
  };
6536
- content: {
6537
- "application/json": unknown;
6538
- };
6551
+ content?: never;
6539
6552
  };
6540
6553
  };
6541
6554
  };
@@ -6572,9 +6585,7 @@ export interface operations {
6572
6585
  headers: {
6573
6586
  [name: string]: unknown;
6574
6587
  };
6575
- content: {
6576
- "application/json": unknown;
6577
- };
6588
+ content?: never;
6578
6589
  };
6579
6590
  };
6580
6591
  };
@@ -6625,9 +6636,7 @@ export interface operations {
6625
6636
  headers: {
6626
6637
  [name: string]: unknown;
6627
6638
  };
6628
- content: {
6629
- "application/json": unknown;
6630
- };
6639
+ content?: never;
6631
6640
  };
6632
6641
  };
6633
6642
  };
@@ -6705,9 +6714,7 @@ export interface operations {
6705
6714
  headers: {
6706
6715
  [name: string]: unknown;
6707
6716
  };
6708
- content: {
6709
- "application/json": unknown;
6710
- };
6717
+ content?: never;
6711
6718
  };
6712
6719
  };
6713
6720
  };
@@ -6785,9 +6792,7 @@ export interface operations {
6785
6792
  headers: {
6786
6793
  [name: string]: unknown;
6787
6794
  };
6788
- content: {
6789
- "application/json": unknown;
6790
- };
6795
+ content?: never;
6791
6796
  };
6792
6797
  };
6793
6798
  };
@@ -6893,9 +6898,7 @@ export interface operations {
6893
6898
  headers: {
6894
6899
  [name: string]: unknown;
6895
6900
  };
6896
- content: {
6897
- "application/json": unknown;
6898
- };
6901
+ content?: never;
6899
6902
  };
6900
6903
  };
6901
6904
  };
@@ -6952,9 +6955,7 @@ export interface operations {
6952
6955
  headers: {
6953
6956
  [name: string]: unknown;
6954
6957
  };
6955
- content: {
6956
- "application/json": unknown;
6957
- };
6958
+ content?: never;
6958
6959
  };
6959
6960
  };
6960
6961
  };
@@ -7009,9 +7010,7 @@ export interface operations {
7009
7010
  headers: {
7010
7011
  [name: string]: unknown;
7011
7012
  };
7012
- content: {
7013
- "application/json": unknown;
7014
- };
7013
+ content?: never;
7015
7014
  };
7016
7015
  };
7017
7016
  };
@@ -7066,9 +7065,7 @@ export interface operations {
7066
7065
  headers: {
7067
7066
  [name: string]: unknown;
7068
7067
  };
7069
- content: {
7070
- "application/json": unknown;
7071
- };
7068
+ content?: never;
7072
7069
  };
7073
7070
  };
7074
7071
  };
@@ -7168,9 +7165,7 @@ export interface operations {
7168
7165
  headers: {
7169
7166
  [name: string]: unknown;
7170
7167
  };
7171
- content: {
7172
- "application/json": unknown;
7173
- };
7168
+ content?: never;
7174
7169
  };
7175
7170
  };
7176
7171
  };
@@ -7269,9 +7264,7 @@ export interface operations {
7269
7264
  headers: {
7270
7265
  [name: string]: unknown;
7271
7266
  };
7272
- content: {
7273
- "application/json": unknown;
7274
- };
7267
+ content?: never;
7275
7268
  };
7276
7269
  };
7277
7270
  };
@@ -7339,9 +7332,7 @@ export interface operations {
7339
7332
  headers: {
7340
7333
  [name: string]: unknown;
7341
7334
  };
7342
- content: {
7343
- "application/json": unknown;
7344
- };
7335
+ content?: never;
7345
7336
  };
7346
7337
  };
7347
7338
  };
@@ -7612,9 +7603,7 @@ export interface operations {
7612
7603
  headers: {
7613
7604
  [name: string]: unknown;
7614
7605
  };
7615
- content: {
7616
- "application/json": unknown;
7617
- };
7606
+ content?: never;
7618
7607
  };
7619
7608
  };
7620
7609
  };
@@ -7667,9 +7656,7 @@ export interface operations {
7667
7656
  headers: {
7668
7657
  [name: string]: unknown;
7669
7658
  };
7670
- content: {
7671
- "application/json": unknown;
7672
- };
7659
+ content?: never;
7673
7660
  };
7674
7661
  };
7675
7662
  };
@@ -7705,84 +7692,216 @@ export interface operations {
7705
7692
  headers: {
7706
7693
  [name: string]: unknown;
7707
7694
  };
7708
- content: {
7709
- "application/json": unknown;
7710
- };
7695
+ content?: never;
7711
7696
  };
7712
7697
  };
7713
7698
  };
7714
- downvoteConversation: {
7699
+ dispatchStatefulConversation: {
7715
7700
  parameters: {
7716
7701
  query?: never;
7717
- header?: never;
7718
- path: {
7719
- conversationId: string;
7702
+ header?: {
7703
+ /** @description The timezone to use for the request */
7704
+ "X-Timezone"?: string;
7720
7705
  };
7706
+ path?: never;
7721
7707
  cookie?: never;
7722
7708
  };
7723
7709
  requestBody: {
7724
7710
  content: {
7725
7711
  "application/json": {
7726
- /**
7727
- * @description The value of the downvote
7728
- * @default -100
7729
- */
7730
- value?: number;
7731
- /** @description The reason for the downvote */
7732
- reason?: string;
7733
- };
7734
- };
7735
- };
7736
- responses: {
7737
- /** @description The message was downvoted successfully */
7738
- 200: {
7739
- headers: {
7740
- [name: string]: unknown;
7741
- };
7742
- content: {
7743
- "application/json": {
7744
- /** @description The conversation ID of the downvoted conversation */
7745
- id: string;
7746
- };
7747
- };
7748
- };
7749
- /** @description An error response */
7750
- default: {
7751
- headers: {
7752
- [name: string]: unknown;
7753
- };
7754
- content: {
7755
- "application/json": unknown;
7756
- };
7757
- };
7758
- };
7759
- };
7760
- fetchConversation: {
7761
- parameters: {
7762
- query?: never;
7763
- header?: never;
7764
- path: {
7765
- conversationId: string;
7766
- };
7767
- cookie?: never;
7768
- };
7769
- requestBody?: never;
7770
- responses: {
7771
- /** @description The conversation was retrieved successfully */
7772
- 200: {
7773
- headers: {
7774
- [name: string]: unknown;
7775
- };
7776
- content: {
7777
- "application/json": {
7778
- /** @description The associated name */
7779
- name?: string;
7780
- /** @description The associated description */
7781
- description?: string;
7782
- /** @description Meta data information */
7783
- meta?: {
7784
- [key: string]: unknown;
7785
- };
7712
+ /** @description The text of the message to send */
7713
+ text: string;
7714
+ /** @description Known entities */
7715
+ entities?: {
7716
+ /** @description The entity type */
7717
+ type: string;
7718
+ /** @description Start offset */
7719
+ begin: number;
7720
+ /** @description End offset */
7721
+ end: number;
7722
+ /** @description The text value of the entity */
7723
+ text: string;
7724
+ replacement?: {
7725
+ /** @description Start offset */
7726
+ begin: number;
7727
+ /** @description End offset */
7728
+ end: number;
7729
+ /** @description The text value of the replacement */
7730
+ text: string;
7731
+ };
7732
+ }[];
7733
+ /** @description An array of functions to be added to the conversation */
7734
+ functions?: {
7735
+ /** @description The name of the function (must be a valid JS identifier, max 64 chars) */
7736
+ name: string;
7737
+ /** @description The description of the function */
7738
+ description: string;
7739
+ /** @description JSON Schema definition for the function parameters */
7740
+ parameters: {
7741
+ /**
7742
+ * @description The schema type, must be "object"
7743
+ * @enum {string}
7744
+ */
7745
+ type: "object";
7746
+ /** @description Object property definitions */
7747
+ properties: {
7748
+ [key: string]: unknown;
7749
+ };
7750
+ /** @description Required property names */
7751
+ required?: string[];
7752
+ };
7753
+ /** @description The result of the function execution */
7754
+ result?: {
7755
+ /** @description The data returned by the function (can be any type) */
7756
+ data: unknown;
7757
+ } | {
7758
+ /** @description The channel for streaming function results */
7759
+ channel: string;
7760
+ };
7761
+ }[];
7762
+ /** @description Extensions to enhance the bot's capabilities */
7763
+ extensions?: {
7764
+ /** @description Additional backstory for the bot */
7765
+ backstory?: string;
7766
+ /** @description Inline datasets to provide additional context */
7767
+ datasets?: {
7768
+ /** @description The name of the dataset */
7769
+ name?: string;
7770
+ /** @description The description of the dataset */
7771
+ description?: string;
7772
+ /** @description The records in the dataset */
7773
+ records: {
7774
+ /** @description The text content of the record */
7775
+ text: string;
7776
+ /** @description Additional metadata for the record */
7777
+ meta?: Record<string, never>;
7778
+ }[];
7779
+ }[];
7780
+ /** @description Inline skillsets to provide additional abilities */
7781
+ skillsets?: {
7782
+ /** @description The name of the skillset */
7783
+ name?: string;
7784
+ /** @description The description of the skillset */
7785
+ description?: string;
7786
+ /** @description The abilities in the skillset */
7787
+ abilities: {
7788
+ /** @description The name of the ability */
7789
+ name: string;
7790
+ /** @description The description of the ability */
7791
+ description: string;
7792
+ /** @description The instruction for the ability */
7793
+ instruction: string;
7794
+ /** @description Optional secret ID for the ability */
7795
+ secretId?: string;
7796
+ /** @description Additional metadata for the ability */
7797
+ meta?: Record<string, never>;
7798
+ }[];
7799
+ }[];
7800
+ /** @description Feature flags to enable specific bot capabilities */
7801
+ features?: {
7802
+ /** @description The name of the feature to enable */
7803
+ name: string;
7804
+ /** @description Optional configuration options for the feature */
7805
+ options?: {
7806
+ [key: string]: unknown;
7807
+ };
7808
+ }[];
7809
+ };
7810
+ };
7811
+ };
7812
+ };
7813
+ responses: {
7814
+ /** @description The dispatch was queued successfully */
7815
+ 200: {
7816
+ headers: {
7817
+ [name: string]: unknown;
7818
+ };
7819
+ content: {
7820
+ "application/json": {
7821
+ /** @description The channel ID to subscribe to for completion events */
7822
+ channelId: string;
7823
+ };
7824
+ };
7825
+ };
7826
+ /** @description An error response */
7827
+ default: {
7828
+ headers: {
7829
+ [name: string]: unknown;
7830
+ };
7831
+ content?: never;
7832
+ };
7833
+ };
7834
+ };
7835
+ downvoteConversation: {
7836
+ parameters: {
7837
+ query?: never;
7838
+ header?: never;
7839
+ path: {
7840
+ conversationId: string;
7841
+ };
7842
+ cookie?: never;
7843
+ };
7844
+ requestBody: {
7845
+ content: {
7846
+ "application/json": {
7847
+ /**
7848
+ * @description The value of the downvote
7849
+ * @default -100
7850
+ */
7851
+ value?: number;
7852
+ /** @description The reason for the downvote */
7853
+ reason?: string;
7854
+ };
7855
+ };
7856
+ };
7857
+ responses: {
7858
+ /** @description The message was downvoted successfully */
7859
+ 200: {
7860
+ headers: {
7861
+ [name: string]: unknown;
7862
+ };
7863
+ content: {
7864
+ "application/json": {
7865
+ /** @description The conversation ID of the downvoted conversation */
7866
+ id: string;
7867
+ };
7868
+ };
7869
+ };
7870
+ /** @description An error response */
7871
+ default: {
7872
+ headers: {
7873
+ [name: string]: unknown;
7874
+ };
7875
+ content?: never;
7876
+ };
7877
+ };
7878
+ };
7879
+ fetchConversation: {
7880
+ parameters: {
7881
+ query?: never;
7882
+ header?: never;
7883
+ path: {
7884
+ conversationId: string;
7885
+ };
7886
+ cookie?: never;
7887
+ };
7888
+ requestBody?: never;
7889
+ responses: {
7890
+ /** @description The conversation was retrieved successfully */
7891
+ 200: {
7892
+ headers: {
7893
+ [name: string]: unknown;
7894
+ };
7895
+ content: {
7896
+ "application/json": {
7897
+ /** @description The associated name */
7898
+ name?: string;
7899
+ /** @description The associated description */
7900
+ description?: string;
7901
+ /** @description Meta data information */
7902
+ meta?: {
7903
+ [key: string]: unknown;
7904
+ };
7786
7905
  /** @description The instance ID */
7787
7906
  id: string;
7788
7907
  /** @description The timestamp (ms) when the instance was created */
@@ -7820,9 +7939,7 @@ export interface operations {
7820
7939
  headers: {
7821
7940
  [name: string]: unknown;
7822
7941
  };
7823
- content: {
7824
- "application/json": unknown;
7825
- };
7942
+ content?: never;
7826
7943
  };
7827
7944
  };
7828
7945
  };
@@ -7859,9 +7976,7 @@ export interface operations {
7859
7976
  headers: {
7860
7977
  [name: string]: unknown;
7861
7978
  };
7862
- content: {
7863
- "application/json": unknown;
7864
- };
7979
+ content?: never;
7865
7980
  };
7866
7981
  };
7867
7982
  };
@@ -7906,9 +8021,7 @@ export interface operations {
7906
8021
  headers: {
7907
8022
  [name: string]: unknown;
7908
8023
  };
7909
- content: {
7910
- "application/json": unknown;
7911
- };
8024
+ content?: never;
7912
8025
  };
7913
8026
  };
7914
8027
  };
@@ -7960,9 +8073,7 @@ export interface operations {
7960
8073
  headers: {
7961
8074
  [name: string]: unknown;
7962
8075
  };
7963
- content: {
7964
- "application/json": unknown;
7965
- };
8076
+ content?: never;
7966
8077
  };
7967
8078
  };
7968
8079
  };
@@ -7999,9 +8110,7 @@ export interface operations {
7999
8110
  headers: {
8000
8111
  [name: string]: unknown;
8001
8112
  };
8002
- content: {
8003
- "application/json": unknown;
8004
- };
8113
+ content?: never;
8005
8114
  };
8006
8115
  };
8007
8116
  };
@@ -8073,9 +8182,7 @@ export interface operations {
8073
8182
  headers: {
8074
8183
  [name: string]: unknown;
8075
8184
  };
8076
- content: {
8077
- "application/json": unknown;
8078
- };
8185
+ content?: never;
8079
8186
  };
8080
8187
  };
8081
8188
  };
@@ -8120,9 +8227,7 @@ export interface operations {
8120
8227
  headers: {
8121
8228
  [name: string]: unknown;
8122
8229
  };
8123
- content: {
8124
- "application/json": unknown;
8125
- };
8230
+ content?: never;
8126
8231
  };
8127
8232
  };
8128
8233
  };
@@ -8212,9 +8317,7 @@ export interface operations {
8212
8317
  headers: {
8213
8318
  [name: string]: unknown;
8214
8319
  };
8215
- content: {
8216
- "application/json": unknown;
8217
- };
8320
+ content?: never;
8218
8321
  };
8219
8322
  };
8220
8323
  };
@@ -8302,9 +8405,7 @@ export interface operations {
8302
8405
  headers: {
8303
8406
  [name: string]: unknown;
8304
8407
  };
8305
- content: {
8306
- "application/json": unknown;
8307
- };
8408
+ content?: never;
8308
8409
  };
8309
8410
  };
8310
8411
  };
@@ -8551,9 +8652,7 @@ export interface operations {
8551
8652
  headers: {
8552
8653
  [name: string]: unknown;
8553
8654
  };
8554
- content: {
8555
- "application/json": unknown;
8556
- };
8655
+ content?: never;
8557
8656
  };
8558
8657
  };
8559
8658
  };
@@ -8845,9 +8944,7 @@ export interface operations {
8845
8944
  headers: {
8846
8945
  [name: string]: unknown;
8847
8946
  };
8848
- content: {
8849
- "application/json": unknown;
8850
- };
8947
+ content?: never;
8851
8948
  };
8852
8949
  };
8853
8950
  };
@@ -8890,9 +8987,7 @@ export interface operations {
8890
8987
  headers: {
8891
8988
  [name: string]: unknown;
8892
8989
  };
8893
- content: {
8894
- "application/json": unknown;
8895
- };
8990
+ content?: never;
8896
8991
  };
8897
8992
  };
8898
8993
  };
@@ -8962,9 +9057,7 @@ export interface operations {
8962
9057
  headers: {
8963
9058
  [name: string]: unknown;
8964
9059
  };
8965
- content: {
8966
- "application/json": unknown;
8967
- };
9060
+ content?: never;
8968
9061
  };
8969
9062
  };
8970
9063
  };
@@ -9008,9 +9101,7 @@ export interface operations {
9008
9101
  headers: {
9009
9102
  [name: string]: unknown;
9010
9103
  };
9011
- content: {
9012
- "application/json": unknown;
9013
- };
9104
+ content?: never;
9014
9105
  };
9015
9106
  };
9016
9107
  };
@@ -9047,9 +9138,7 @@ export interface operations {
9047
9138
  headers: {
9048
9139
  [name: string]: unknown;
9049
9140
  };
9050
- content: {
9051
- "application/json": unknown;
9052
- };
9141
+ content?: never;
9053
9142
  };
9054
9143
  };
9055
9144
  };
@@ -9350,9 +9439,7 @@ export interface operations {
9350
9439
  headers: {
9351
9440
  [name: string]: unknown;
9352
9441
  };
9353
- content: {
9354
- "application/json": unknown;
9355
- };
9442
+ content?: never;
9356
9443
  };
9357
9444
  };
9358
9445
  };
@@ -9437,13 +9524,183 @@ export interface operations {
9437
9524
  };
9438
9525
  /** @description An error response */
9439
9526
  default: {
9527
+ headers: {
9528
+ [name: string]: unknown;
9529
+ };
9530
+ content?: never;
9531
+ };
9532
+ };
9533
+ };
9534
+ dispatchConversation: {
9535
+ parameters: {
9536
+ query?: never;
9537
+ header?: {
9538
+ /** @description The timezone to use for the request */
9539
+ "X-Timezone"?: string;
9540
+ };
9541
+ path?: never;
9542
+ cookie?: never;
9543
+ };
9544
+ requestBody: {
9545
+ content: {
9546
+ "application/json": {
9547
+ /** @description An array of messages to be added to the conversation */
9548
+ messages: {
9549
+ /**
9550
+ * @description The type of the message
9551
+ * @enum {string}
9552
+ */
9553
+ type: "user" | "bot" | "reasoning" | "context" | "instruction" | "backstory" | "activity";
9554
+ /** @description The text of the message */
9555
+ text: string;
9556
+ /** @description Meta data information */
9557
+ meta?: {
9558
+ [key: string]: unknown;
9559
+ };
9560
+ }[];
9561
+ /** @description An array of attachments to be added to the conversation */
9562
+ attachments?: {
9563
+ /** @description The URL of the attachment */
9564
+ url?: string;
9565
+ }[];
9566
+ /** @description The contact ID to associate with this conversation */
9567
+ contactId?: string | {
9568
+ /** @description A unique fingerprint to identify the contact */
9569
+ fingerprint: string;
9570
+ /** @description The name of the contact */
9571
+ name?: string;
9572
+ /** @description A description of the contact */
9573
+ description?: string;
9574
+ /** @description The email address of the contact */
9575
+ email?: string;
9576
+ /** @description The phone number of the contact */
9577
+ phone?: string;
9578
+ /** @description A nickname for the contact */
9579
+ nick?: string;
9580
+ /** @description Additional metadata for the contact */
9581
+ meta?: {
9582
+ [key: string]: unknown;
9583
+ };
9584
+ };
9585
+ /** @description An array of functions to be added to the conversation */
9586
+ functions?: {
9587
+ /** @description The name of the function (must be a valid JS identifier, max 64 chars) */
9588
+ name: string;
9589
+ /** @description The description of the function */
9590
+ description: string;
9591
+ /** @description JSON Schema definition for the function parameters */
9592
+ parameters: {
9593
+ /**
9594
+ * @description The schema type, must be "object"
9595
+ * @enum {string}
9596
+ */
9597
+ type: "object";
9598
+ /** @description Object property definitions */
9599
+ properties: {
9600
+ [key: string]: unknown;
9601
+ };
9602
+ /** @description Required property names */
9603
+ required?: string[];
9604
+ };
9605
+ /** @description The result of the function execution */
9606
+ result?: {
9607
+ /** @description The data returned by the function (can be any type) */
9608
+ data: unknown;
9609
+ } | {
9610
+ /** @description The channel for streaming function results */
9611
+ channel: string;
9612
+ };
9613
+ }[];
9614
+ /** @description Extensions to enhance the bot's capabilities */
9615
+ extensions?: {
9616
+ /** @description Additional backstory for the bot */
9617
+ backstory?: string;
9618
+ /** @description Inline datasets to provide additional context */
9619
+ datasets?: {
9620
+ /** @description The name of the dataset */
9621
+ name?: string;
9622
+ /** @description The description of the dataset */
9623
+ description?: string;
9624
+ /** @description The records in the dataset */
9625
+ records: {
9626
+ /** @description The text content of the record */
9627
+ text: string;
9628
+ /** @description Additional metadata for the record */
9629
+ meta?: Record<string, never>;
9630
+ }[];
9631
+ }[];
9632
+ /** @description Inline skillsets to provide additional abilities */
9633
+ skillsets?: {
9634
+ /** @description The name of the skillset */
9635
+ name?: string;
9636
+ /** @description The description of the skillset */
9637
+ description?: string;
9638
+ /** @description The abilities in the skillset */
9639
+ abilities: {
9640
+ /** @description The name of the ability */
9641
+ name: string;
9642
+ /** @description The description of the ability */
9643
+ description: string;
9644
+ /** @description The instruction for the ability */
9645
+ instruction: string;
9646
+ /** @description Optional secret ID for the ability */
9647
+ secretId?: string;
9648
+ /** @description Additional metadata for the ability */
9649
+ meta?: Record<string, never>;
9650
+ }[];
9651
+ }[];
9652
+ /** @description Feature flags to enable specific bot capabilities */
9653
+ features?: {
9654
+ /** @description The name of the feature to enable */
9655
+ name: string;
9656
+ /** @description Optional configuration options for the feature */
9657
+ options?: {
9658
+ [key: string]: unknown;
9659
+ };
9660
+ }[];
9661
+ };
9662
+ } & ({
9663
+ /** @description The ID of the bot this configuration is using */
9664
+ botId?: string;
9665
+ } | {
9666
+ /**
9667
+ * @description A model definition
9668
+ * @example gpt-4-turbo/temperature=0.7
9669
+ */
9670
+ model?: string;
9671
+ /** @description The backstory this configuration is using */
9672
+ backstory?: string;
9673
+ /** @description The id of the dataset this configuration is using */
9674
+ datasetId?: string;
9675
+ /** @description The id of the skillset this configuration is using */
9676
+ skillsetId?: string;
9677
+ /** @description The privacy flag for this configuration */
9678
+ privacy?: boolean;
9679
+ /** @description The moderation flag for this configuration */
9680
+ moderation?: boolean;
9681
+ });
9682
+ };
9683
+ };
9684
+ responses: {
9685
+ /** @description The dispatch was queued successfully */
9686
+ 200: {
9440
9687
  headers: {
9441
9688
  [name: string]: unknown;
9442
9689
  };
9443
9690
  content: {
9444
- "application/json": unknown;
9691
+ "application/json": {
9692
+ /** @description The channel ID to subscribe to for completion events */
9693
+ channelId: string;
9694
+ };
9445
9695
  };
9446
9696
  };
9697
+ /** @description An error response */
9698
+ default: {
9699
+ headers: {
9700
+ [name: string]: unknown;
9701
+ };
9702
+ content?: never;
9703
+ };
9447
9704
  };
9448
9705
  };
9449
9706
  exportConversations: {
@@ -9568,9 +9825,7 @@ export interface operations {
9568
9825
  headers: {
9569
9826
  [name: string]: unknown;
9570
9827
  };
9571
- content: {
9572
- "application/json": unknown;
9573
- };
9828
+ content?: never;
9574
9829
  };
9575
9830
  };
9576
9831
  };
@@ -9695,9 +9950,7 @@ export interface operations {
9695
9950
  headers: {
9696
9951
  [name: string]: unknown;
9697
9952
  };
9698
- content: {
9699
- "application/json": unknown;
9700
- };
9953
+ content?: never;
9701
9954
  };
9702
9955
  };
9703
9956
  };
@@ -9733,9 +9986,7 @@ export interface operations {
9733
9986
  headers: {
9734
9987
  [name: string]: unknown;
9735
9988
  };
9736
- content: {
9737
- "application/json": unknown;
9738
- };
9989
+ content?: never;
9739
9990
  };
9740
9991
  };
9741
9992
  };
@@ -9804,9 +10055,7 @@ export interface operations {
9804
10055
  headers: {
9805
10056
  [name: string]: unknown;
9806
10057
  };
9807
- content: {
9808
- "application/json": unknown;
9809
- };
10058
+ content?: never;
9810
10059
  };
9811
10060
  };
9812
10061
  };
@@ -9849,9 +10098,7 @@ export interface operations {
9849
10098
  headers: {
9850
10099
  [name: string]: unknown;
9851
10100
  };
9852
- content: {
9853
- "application/json": unknown;
9854
- };
10101
+ content?: never;
9855
10102
  };
9856
10103
  };
9857
10104
  };
@@ -9891,9 +10138,7 @@ export interface operations {
9891
10138
  headers: {
9892
10139
  [name: string]: unknown;
9893
10140
  };
9894
- content: {
9895
- "application/json": unknown;
9896
- };
10141
+ content?: never;
9897
10142
  };
9898
10143
  };
9899
10144
  };
@@ -9930,9 +10175,7 @@ export interface operations {
9930
10175
  headers: {
9931
10176
  [name: string]: unknown;
9932
10177
  };
9933
- content: {
9934
- "application/json": unknown;
9935
- };
10178
+ content?: never;
9936
10179
  };
9937
10180
  };
9938
10181
  };
@@ -10018,9 +10261,7 @@ export interface operations {
10018
10261
  headers: {
10019
10262
  [name: string]: unknown;
10020
10263
  };
10021
- content: {
10022
- "application/json": unknown;
10023
- };
10264
+ content?: never;
10024
10265
  };
10025
10266
  };
10026
10267
  };
@@ -10057,9 +10298,7 @@ export interface operations {
10057
10298
  headers: {
10058
10299
  [name: string]: unknown;
10059
10300
  };
10060
- content: {
10061
- "application/json": unknown;
10062
- };
10301
+ content?: never;
10063
10302
  };
10064
10303
  };
10065
10304
  };
@@ -10100,9 +10339,7 @@ export interface operations {
10100
10339
  headers: {
10101
10340
  [name: string]: unknown;
10102
10341
  };
10103
- content: {
10104
- "application/json": unknown;
10105
- };
10342
+ content?: never;
10106
10343
  };
10107
10344
  };
10108
10345
  };
@@ -10148,9 +10385,7 @@ export interface operations {
10148
10385
  headers: {
10149
10386
  [name: string]: unknown;
10150
10387
  };
10151
- content: {
10152
- "application/json": unknown;
10153
- };
10388
+ content?: never;
10154
10389
  };
10155
10390
  };
10156
10391
  };
@@ -10195,9 +10430,7 @@ export interface operations {
10195
10430
  headers: {
10196
10431
  [name: string]: unknown;
10197
10432
  };
10198
- content: {
10199
- "application/json": unknown;
10200
- };
10433
+ content?: never;
10201
10434
  };
10202
10435
  };
10203
10436
  };
@@ -10260,9 +10493,7 @@ export interface operations {
10260
10493
  headers: {
10261
10494
  [name: string]: unknown;
10262
10495
  };
10263
- content: {
10264
- "application/json": unknown;
10265
- };
10496
+ content?: never;
10266
10497
  };
10267
10498
  };
10268
10499
  };
@@ -10324,9 +10555,7 @@ export interface operations {
10324
10555
  headers: {
10325
10556
  [name: string]: unknown;
10326
10557
  };
10327
- content: {
10328
- "application/json": unknown;
10329
- };
10558
+ content?: never;
10330
10559
  };
10331
10560
  };
10332
10561
  };
@@ -10388,9 +10617,7 @@ export interface operations {
10388
10617
  headers: {
10389
10618
  [name: string]: unknown;
10390
10619
  };
10391
- content: {
10392
- "application/json": unknown;
10393
- };
10620
+ content?: never;
10394
10621
  };
10395
10622
  };
10396
10623
  };
@@ -10458,9 +10685,7 @@ export interface operations {
10458
10685
  headers: {
10459
10686
  [name: string]: unknown;
10460
10687
  };
10461
- content: {
10462
- "application/json": unknown;
10463
- };
10688
+ content?: never;
10464
10689
  };
10465
10690
  };
10466
10691
  };
@@ -10528,9 +10753,7 @@ export interface operations {
10528
10753
  headers: {
10529
10754
  [name: string]: unknown;
10530
10755
  };
10531
- content: {
10532
- "application/json": unknown;
10533
- };
10756
+ content?: never;
10534
10757
  };
10535
10758
  };
10536
10759
  };
@@ -10655,9 +10878,7 @@ export interface operations {
10655
10878
  headers: {
10656
10879
  [name: string]: unknown;
10657
10880
  };
10658
- content: {
10659
- "application/json": unknown;
10660
- };
10881
+ content?: never;
10661
10882
  };
10662
10883
  };
10663
10884
  };
@@ -10693,9 +10914,7 @@ export interface operations {
10693
10914
  headers: {
10694
10915
  [name: string]: unknown;
10695
10916
  };
10696
- content: {
10697
- "application/json": unknown;
10698
- };
10917
+ content?: never;
10699
10918
  };
10700
10919
  };
10701
10920
  };
@@ -10728,9 +10947,7 @@ export interface operations {
10728
10947
  headers: {
10729
10948
  [name: string]: unknown;
10730
10949
  };
10731
- content: {
10732
- "application/json": unknown;
10733
- };
10950
+ content?: never;
10734
10951
  };
10735
10952
  };
10736
10953
  };
@@ -10781,9 +10998,7 @@ export interface operations {
10781
10998
  headers: {
10782
10999
  [name: string]: unknown;
10783
11000
  };
10784
- content: {
10785
- "application/json": unknown;
10786
- };
11001
+ content?: never;
10787
11002
  };
10788
11003
  };
10789
11004
  };
@@ -10819,9 +11034,7 @@ export interface operations {
10819
11034
  headers: {
10820
11035
  [name: string]: unknown;
10821
11036
  };
10822
- content: {
10823
- "application/json": unknown;
10824
- };
11037
+ content?: never;
10825
11038
  };
10826
11039
  };
10827
11040
  };
@@ -10873,9 +11086,7 @@ export interface operations {
10873
11086
  headers: {
10874
11087
  [name: string]: unknown;
10875
11088
  };
10876
- content: {
10877
- "application/json": unknown;
10878
- };
11089
+ content?: never;
10879
11090
  };
10880
11091
  };
10881
11092
  };
@@ -10941,9 +11152,7 @@ export interface operations {
10941
11152
  headers: {
10942
11153
  [name: string]: unknown;
10943
11154
  };
10944
- content: {
10945
- "application/json": unknown;
10946
- };
11155
+ content?: never;
10947
11156
  };
10948
11157
  };
10949
11158
  };
@@ -10993,9 +11202,7 @@ export interface operations {
10993
11202
  headers: {
10994
11203
  [name: string]: unknown;
10995
11204
  };
10996
- content: {
10997
- "application/json": unknown;
10998
- };
11205
+ content?: never;
10999
11206
  };
11000
11207
  };
11001
11208
  };
@@ -11084,9 +11291,7 @@ export interface operations {
11084
11291
  headers: {
11085
11292
  [name: string]: unknown;
11086
11293
  };
11087
- content: {
11088
- "application/json": unknown;
11089
- };
11294
+ content?: never;
11090
11295
  };
11091
11296
  };
11092
11297
  };
@@ -11120,11 +11325,9 @@ export interface operations {
11120
11325
  /** @description An error response */
11121
11326
  default: {
11122
11327
  headers: {
11123
- [name: string]: unknown;
11124
- };
11125
- content: {
11126
- "application/json": unknown;
11328
+ [name: string]: unknown;
11127
11329
  };
11330
+ content?: never;
11128
11331
  };
11129
11332
  };
11130
11333
  };
@@ -11180,9 +11383,7 @@ export interface operations {
11180
11383
  headers: {
11181
11384
  [name: string]: unknown;
11182
11385
  };
11183
- content: {
11184
- "application/json": unknown;
11185
- };
11386
+ content?: never;
11186
11387
  };
11187
11388
  };
11188
11389
  };
@@ -11218,9 +11419,7 @@ export interface operations {
11218
11419
  headers: {
11219
11420
  [name: string]: unknown;
11220
11421
  };
11221
- content: {
11222
- "application/json": unknown;
11223
- };
11422
+ content?: never;
11224
11423
  };
11225
11424
  };
11226
11425
  };
@@ -11281,9 +11480,7 @@ export interface operations {
11281
11480
  headers: {
11282
11481
  [name: string]: unknown;
11283
11482
  };
11284
- content: {
11285
- "application/json": unknown;
11286
- };
11483
+ content?: never;
11287
11484
  };
11288
11485
  };
11289
11486
  };
@@ -11342,9 +11539,7 @@ export interface operations {
11342
11539
  headers: {
11343
11540
  [name: string]: unknown;
11344
11541
  };
11345
- content: {
11346
- "application/json": unknown;
11347
- };
11542
+ content?: never;
11348
11543
  };
11349
11544
  };
11350
11545
  };
@@ -11443,9 +11638,7 @@ export interface operations {
11443
11638
  headers: {
11444
11639
  [name: string]: unknown;
11445
11640
  };
11446
- content: {
11447
- "application/json": unknown;
11448
- };
11641
+ content?: never;
11449
11642
  };
11450
11643
  };
11451
11644
  };
@@ -11481,9 +11674,7 @@ export interface operations {
11481
11674
  headers: {
11482
11675
  [name: string]: unknown;
11483
11676
  };
11484
- content: {
11485
- "application/json": unknown;
11486
- };
11677
+ content?: never;
11487
11678
  };
11488
11679
  };
11489
11680
  };
@@ -11537,9 +11728,7 @@ export interface operations {
11537
11728
  headers: {
11538
11729
  [name: string]: unknown;
11539
11730
  };
11540
- content: {
11541
- "application/json": unknown;
11542
- };
11731
+ content?: never;
11543
11732
  };
11544
11733
  };
11545
11734
  };
@@ -11575,9 +11764,7 @@ export interface operations {
11575
11764
  headers: {
11576
11765
  [name: string]: unknown;
11577
11766
  };
11578
- content: {
11579
- "application/json": unknown;
11580
- };
11767
+ content?: never;
11581
11768
  };
11582
11769
  };
11583
11770
  };
@@ -11632,9 +11819,7 @@ export interface operations {
11632
11819
  headers: {
11633
11820
  [name: string]: unknown;
11634
11821
  };
11635
- content: {
11636
- "application/json": unknown;
11637
- };
11822
+ content?: never;
11638
11823
  };
11639
11824
  };
11640
11825
  };
@@ -11687,9 +11872,7 @@ export interface operations {
11687
11872
  headers: {
11688
11873
  [name: string]: unknown;
11689
11874
  };
11690
- content: {
11691
- "application/json": unknown;
11692
- };
11875
+ content?: never;
11693
11876
  };
11694
11877
  };
11695
11878
  };
@@ -11784,9 +11967,7 @@ export interface operations {
11784
11967
  headers: {
11785
11968
  [name: string]: unknown;
11786
11969
  };
11787
- content: {
11788
- "application/json": unknown;
11789
- };
11970
+ content?: never;
11790
11971
  };
11791
11972
  };
11792
11973
  };
@@ -11822,9 +12003,7 @@ export interface operations {
11822
12003
  headers: {
11823
12004
  [name: string]: unknown;
11824
12005
  };
11825
- content: {
11826
- "application/json": unknown;
11827
- };
12006
+ content?: never;
11828
12007
  };
11829
12008
  };
11830
12009
  };
@@ -11878,9 +12057,7 @@ export interface operations {
11878
12057
  headers: {
11879
12058
  [name: string]: unknown;
11880
12059
  };
11881
- content: {
11882
- "application/json": unknown;
11883
- };
12060
+ content?: never;
11884
12061
  };
11885
12062
  };
11886
12063
  };
@@ -11935,9 +12112,7 @@ export interface operations {
11935
12112
  headers: {
11936
12113
  [name: string]: unknown;
11937
12114
  };
11938
- content: {
11939
- "application/json": unknown;
11940
- };
12115
+ content?: never;
11941
12116
  };
11942
12117
  };
11943
12118
  };
@@ -11990,9 +12165,7 @@ export interface operations {
11990
12165
  headers: {
11991
12166
  [name: string]: unknown;
11992
12167
  };
11993
- content: {
11994
- "application/json": unknown;
11995
- };
12168
+ content?: never;
11996
12169
  };
11997
12170
  };
11998
12171
  };
@@ -12087,9 +12260,7 @@ export interface operations {
12087
12260
  headers: {
12088
12261
  [name: string]: unknown;
12089
12262
  };
12090
- content: {
12091
- "application/json": unknown;
12092
- };
12263
+ content?: never;
12093
12264
  };
12094
12265
  };
12095
12266
  };
@@ -12125,9 +12296,7 @@ export interface operations {
12125
12296
  headers: {
12126
12297
  [name: string]: unknown;
12127
12298
  };
12128
- content: {
12129
- "application/json": unknown;
12130
- };
12299
+ content?: never;
12131
12300
  };
12132
12301
  };
12133
12302
  };
@@ -12175,9 +12344,7 @@ export interface operations {
12175
12344
  headers: {
12176
12345
  [name: string]: unknown;
12177
12346
  };
12178
- content: {
12179
- "application/json": unknown;
12180
- };
12347
+ content?: never;
12181
12348
  };
12182
12349
  };
12183
12350
  };
@@ -12226,9 +12393,7 @@ export interface operations {
12226
12393
  headers: {
12227
12394
  [name: string]: unknown;
12228
12395
  };
12229
- content: {
12230
- "application/json": unknown;
12231
- };
12396
+ content?: never;
12232
12397
  };
12233
12398
  };
12234
12399
  };
@@ -12275,9 +12440,7 @@ export interface operations {
12275
12440
  headers: {
12276
12441
  [name: string]: unknown;
12277
12442
  };
12278
- content: {
12279
- "application/json": unknown;
12280
- };
12443
+ content?: never;
12281
12444
  };
12282
12445
  };
12283
12446
  };
@@ -12360,9 +12523,7 @@ export interface operations {
12360
12523
  headers: {
12361
12524
  [name: string]: unknown;
12362
12525
  };
12363
- content: {
12364
- "application/json": unknown;
12365
- };
12526
+ content?: never;
12366
12527
  };
12367
12528
  };
12368
12529
  };
@@ -12398,9 +12559,7 @@ export interface operations {
12398
12559
  headers: {
12399
12560
  [name: string]: unknown;
12400
12561
  };
12401
- content: {
12402
- "application/json": unknown;
12403
- };
12562
+ content?: never;
12404
12563
  };
12405
12564
  };
12406
12565
  };
@@ -12456,9 +12615,7 @@ export interface operations {
12456
12615
  headers: {
12457
12616
  [name: string]: unknown;
12458
12617
  };
12459
- content: {
12460
- "application/json": unknown;
12461
- };
12618
+ content?: never;
12462
12619
  };
12463
12620
  };
12464
12621
  };
@@ -12494,9 +12651,7 @@ export interface operations {
12494
12651
  headers: {
12495
12652
  [name: string]: unknown;
12496
12653
  };
12497
- content: {
12498
- "application/json": unknown;
12499
- };
12654
+ content?: never;
12500
12655
  };
12501
12656
  };
12502
12657
  };
@@ -12551,9 +12706,7 @@ export interface operations {
12551
12706
  headers: {
12552
12707
  [name: string]: unknown;
12553
12708
  };
12554
- content: {
12555
- "application/json": unknown;
12556
- };
12709
+ content?: never;
12557
12710
  };
12558
12711
  };
12559
12712
  };
@@ -12606,9 +12759,7 @@ export interface operations {
12606
12759
  headers: {
12607
12760
  [name: string]: unknown;
12608
12761
  };
12609
- content: {
12610
- "application/json": unknown;
12611
- };
12762
+ content?: never;
12612
12763
  };
12613
12764
  };
12614
12765
  };
@@ -12707,9 +12858,7 @@ export interface operations {
12707
12858
  headers: {
12708
12859
  [name: string]: unknown;
12709
12860
  };
12710
- content: {
12711
- "application/json": unknown;
12712
- };
12861
+ content?: never;
12713
12862
  };
12714
12863
  };
12715
12864
  };
@@ -12745,9 +12894,7 @@ export interface operations {
12745
12894
  headers: {
12746
12895
  [name: string]: unknown;
12747
12896
  };
12748
- content: {
12749
- "application/json": unknown;
12750
- };
12897
+ content?: never;
12751
12898
  };
12752
12899
  };
12753
12900
  };
@@ -12801,9 +12948,7 @@ export interface operations {
12801
12948
  headers: {
12802
12949
  [name: string]: unknown;
12803
12950
  };
12804
- content: {
12805
- "application/json": unknown;
12806
- };
12951
+ content?: never;
12807
12952
  };
12808
12953
  };
12809
12954
  };
@@ -12839,9 +12984,7 @@ export interface operations {
12839
12984
  headers: {
12840
12985
  [name: string]: unknown;
12841
12986
  };
12842
- content: {
12843
- "application/json": unknown;
12844
- };
12987
+ content?: never;
12845
12988
  };
12846
12989
  };
12847
12990
  };
@@ -12896,9 +13039,7 @@ export interface operations {
12896
13039
  headers: {
12897
13040
  [name: string]: unknown;
12898
13041
  };
12899
- content: {
12900
- "application/json": unknown;
12901
- };
13042
+ content?: never;
12902
13043
  };
12903
13044
  };
12904
13045
  };
@@ -12951,9 +13092,7 @@ export interface operations {
12951
13092
  headers: {
12952
13093
  [name: string]: unknown;
12953
13094
  };
12954
- content: {
12955
- "application/json": unknown;
12956
- };
13095
+ content?: never;
12957
13096
  };
12958
13097
  };
12959
13098
  };
@@ -13048,9 +13187,7 @@ export interface operations {
13048
13187
  headers: {
13049
13188
  [name: string]: unknown;
13050
13189
  };
13051
- content: {
13052
- "application/json": unknown;
13053
- };
13190
+ content?: never;
13054
13191
  };
13055
13192
  };
13056
13193
  };
@@ -13086,9 +13223,7 @@ export interface operations {
13086
13223
  headers: {
13087
13224
  [name: string]: unknown;
13088
13225
  };
13089
- content: {
13090
- "application/json": unknown;
13091
- };
13226
+ content?: never;
13092
13227
  };
13093
13228
  };
13094
13229
  };
@@ -13148,9 +13283,7 @@ export interface operations {
13148
13283
  headers: {
13149
13284
  [name: string]: unknown;
13150
13285
  };
13151
- content: {
13152
- "application/json": unknown;
13153
- };
13286
+ content?: never;
13154
13287
  };
13155
13288
  };
13156
13289
  };
@@ -13186,9 +13319,7 @@ export interface operations {
13186
13319
  headers: {
13187
13320
  [name: string]: unknown;
13188
13321
  };
13189
- content: {
13190
- "application/json": unknown;
13191
- };
13322
+ content?: never;
13192
13323
  };
13193
13324
  };
13194
13325
  };
@@ -13249,9 +13380,7 @@ export interface operations {
13249
13380
  headers: {
13250
13381
  [name: string]: unknown;
13251
13382
  };
13252
- content: {
13253
- "application/json": unknown;
13254
- };
13383
+ content?: never;
13255
13384
  };
13256
13385
  };
13257
13386
  };
@@ -13310,9 +13439,7 @@ export interface operations {
13310
13439
  headers: {
13311
13440
  [name: string]: unknown;
13312
13441
  };
13313
- content: {
13314
- "application/json": unknown;
13315
- };
13442
+ content?: never;
13316
13443
  };
13317
13444
  };
13318
13445
  };
@@ -13419,9 +13546,7 @@ export interface operations {
13419
13546
  headers: {
13420
13547
  [name: string]: unknown;
13421
13548
  };
13422
- content: {
13423
- "application/json": unknown;
13424
- };
13549
+ content?: never;
13425
13550
  };
13426
13551
  };
13427
13552
  };
@@ -13457,9 +13582,7 @@ export interface operations {
13457
13582
  headers: {
13458
13583
  [name: string]: unknown;
13459
13584
  };
13460
- content: {
13461
- "application/json": unknown;
13462
- };
13585
+ content?: never;
13463
13586
  };
13464
13587
  };
13465
13588
  };
@@ -13525,9 +13648,7 @@ export interface operations {
13525
13648
  headers: {
13526
13649
  [name: string]: unknown;
13527
13650
  };
13528
- content: {
13529
- "application/json": unknown;
13530
- };
13651
+ content?: never;
13531
13652
  };
13532
13653
  };
13533
13654
  };
@@ -13563,9 +13684,7 @@ export interface operations {
13563
13684
  headers: {
13564
13685
  [name: string]: unknown;
13565
13686
  };
13566
- content: {
13567
- "application/json": unknown;
13568
- };
13687
+ content?: never;
13569
13688
  };
13570
13689
  };
13571
13690
  };
@@ -13632,9 +13751,7 @@ export interface operations {
13632
13751
  headers: {
13633
13752
  [name: string]: unknown;
13634
13753
  };
13635
- content: {
13636
- "application/json": unknown;
13637
- };
13754
+ content?: never;
13638
13755
  };
13639
13756
  };
13640
13757
  };
@@ -13699,9 +13816,7 @@ export interface operations {
13699
13816
  headers: {
13700
13817
  [name: string]: unknown;
13701
13818
  };
13702
- content: {
13703
- "application/json": unknown;
13704
- };
13819
+ content?: never;
13705
13820
  };
13706
13821
  };
13707
13822
  };
@@ -13820,9 +13935,7 @@ export interface operations {
13820
13935
  headers: {
13821
13936
  [name: string]: unknown;
13822
13937
  };
13823
- content: {
13824
- "application/json": unknown;
13825
- };
13938
+ content?: never;
13826
13939
  };
13827
13940
  };
13828
13941
  };
@@ -13858,9 +13971,7 @@ export interface operations {
13858
13971
  headers: {
13859
13972
  [name: string]: unknown;
13860
13973
  };
13861
- content: {
13862
- "application/json": unknown;
13863
- };
13974
+ content?: never;
13864
13975
  };
13865
13976
  };
13866
13977
  };
@@ -13910,9 +14021,7 @@ export interface operations {
13910
14021
  headers: {
13911
14022
  [name: string]: unknown;
13912
14023
  };
13913
- content: {
13914
- "application/json": unknown;
13915
- };
14024
+ content?: never;
13916
14025
  };
13917
14026
  };
13918
14027
  };
@@ -13963,9 +14072,7 @@ export interface operations {
13963
14072
  headers: {
13964
14073
  [name: string]: unknown;
13965
14074
  };
13966
- content: {
13967
- "application/json": unknown;
13968
- };
14075
+ content?: never;
13969
14076
  };
13970
14077
  };
13971
14078
  };
@@ -14014,9 +14121,7 @@ export interface operations {
14014
14121
  headers: {
14015
14122
  [name: string]: unknown;
14016
14123
  };
14017
- content: {
14018
- "application/json": unknown;
14019
- };
14124
+ content?: never;
14020
14125
  };
14021
14126
  };
14022
14127
  };
@@ -14103,9 +14208,7 @@ export interface operations {
14103
14208
  headers: {
14104
14209
  [name: string]: unknown;
14105
14210
  };
14106
- content: {
14107
- "application/json": unknown;
14108
- };
14211
+ content?: never;
14109
14212
  };
14110
14213
  };
14111
14214
  };
@@ -14141,9 +14244,7 @@ export interface operations {
14141
14244
  headers: {
14142
14245
  [name: string]: unknown;
14143
14246
  };
14144
- content: {
14145
- "application/json": unknown;
14146
- };
14247
+ content?: never;
14147
14248
  };
14148
14249
  };
14149
14250
  };
@@ -14197,9 +14298,7 @@ export interface operations {
14197
14298
  headers: {
14198
14299
  [name: string]: unknown;
14199
14300
  };
14200
- content: {
14201
- "application/json": unknown;
14202
- };
14301
+ content?: never;
14203
14302
  };
14204
14303
  };
14205
14304
  };
@@ -14235,9 +14334,7 @@ export interface operations {
14235
14334
  headers: {
14236
14335
  [name: string]: unknown;
14237
14336
  };
14238
- content: {
14239
- "application/json": unknown;
14240
- };
14337
+ content?: never;
14241
14338
  };
14242
14339
  };
14243
14340
  };
@@ -14294,9 +14391,7 @@ export interface operations {
14294
14391
  headers: {
14295
14392
  [name: string]: unknown;
14296
14393
  };
14297
- content: {
14298
- "application/json": unknown;
14299
- };
14394
+ content?: never;
14300
14395
  };
14301
14396
  };
14302
14397
  };
@@ -14351,9 +14446,7 @@ export interface operations {
14351
14446
  headers: {
14352
14447
  [name: string]: unknown;
14353
14448
  };
14354
- content: {
14355
- "application/json": unknown;
14356
- };
14449
+ content?: never;
14357
14450
  };
14358
14451
  };
14359
14452
  };
@@ -14448,9 +14541,7 @@ export interface operations {
14448
14541
  headers: {
14449
14542
  [name: string]: unknown;
14450
14543
  };
14451
- content: {
14452
- "application/json": unknown;
14453
- };
14544
+ content?: never;
14454
14545
  };
14455
14546
  };
14456
14547
  };
@@ -14486,9 +14577,7 @@ export interface operations {
14486
14577
  headers: {
14487
14578
  [name: string]: unknown;
14488
14579
  };
14489
- content: {
14490
- "application/json": unknown;
14491
- };
14580
+ content?: never;
14492
14581
  };
14493
14582
  };
14494
14583
  };
@@ -14547,9 +14636,7 @@ export interface operations {
14547
14636
  headers: {
14548
14637
  [name: string]: unknown;
14549
14638
  };
14550
- content: {
14551
- "application/json": unknown;
14552
- };
14639
+ content?: never;
14553
14640
  };
14554
14641
  };
14555
14642
  };
@@ -14585,9 +14672,7 @@ export interface operations {
14585
14672
  headers: {
14586
14673
  [name: string]: unknown;
14587
14674
  };
14588
- content: {
14589
- "application/json": unknown;
14590
- };
14675
+ content?: never;
14591
14676
  };
14592
14677
  };
14593
14678
  };
@@ -14623,9 +14708,7 @@ export interface operations {
14623
14708
  headers: {
14624
14709
  [name: string]: unknown;
14625
14710
  };
14626
- content: {
14627
- "application/json": unknown;
14628
- };
14711
+ content?: never;
14629
14712
  };
14630
14713
  };
14631
14714
  };
@@ -14683,9 +14766,7 @@ export interface operations {
14683
14766
  headers: {
14684
14767
  [name: string]: unknown;
14685
14768
  };
14686
- content: {
14687
- "application/json": unknown;
14688
- };
14769
+ content?: never;
14689
14770
  };
14690
14771
  };
14691
14772
  };
@@ -14741,9 +14822,7 @@ export interface operations {
14741
14822
  headers: {
14742
14823
  [name: string]: unknown;
14743
14824
  };
14744
- content: {
14745
- "application/json": unknown;
14746
- };
14825
+ content?: never;
14747
14826
  };
14748
14827
  };
14749
14828
  };
@@ -14848,9 +14927,7 @@ export interface operations {
14848
14927
  headers: {
14849
14928
  [name: string]: unknown;
14850
14929
  };
14851
- content: {
14852
- "application/json": unknown;
14853
- };
14930
+ content?: never;
14854
14931
  };
14855
14932
  };
14856
14933
  };
@@ -14886,9 +14963,7 @@ export interface operations {
14886
14963
  headers: {
14887
14964
  [name: string]: unknown;
14888
14965
  };
14889
- content: {
14890
- "application/json": unknown;
14891
- };
14966
+ content?: never;
14892
14967
  };
14893
14968
  };
14894
14969
  };
@@ -14940,9 +15015,7 @@ export interface operations {
14940
15015
  headers: {
14941
15016
  [name: string]: unknown;
14942
15017
  };
14943
- content: {
14944
- "application/json": unknown;
14945
- };
15018
+ content?: never;
14946
15019
  };
14947
15020
  };
14948
15021
  };
@@ -14978,9 +15051,7 @@ export interface operations {
14978
15051
  headers: {
14979
15052
  [name: string]: unknown;
14980
15053
  };
14981
- content: {
14982
- "application/json": unknown;
14983
- };
15054
+ content?: never;
14984
15055
  };
14985
15056
  };
14986
15057
  };
@@ -15033,9 +15104,7 @@ export interface operations {
15033
15104
  headers: {
15034
15105
  [name: string]: unknown;
15035
15106
  };
15036
- content: {
15037
- "application/json": unknown;
15038
- };
15107
+ content?: never;
15039
15108
  };
15040
15109
  };
15041
15110
  };
@@ -15086,9 +15155,7 @@ export interface operations {
15086
15155
  headers: {
15087
15156
  [name: string]: unknown;
15088
15157
  };
15089
- content: {
15090
- "application/json": unknown;
15091
- };
15158
+ content?: never;
15092
15159
  };
15093
15160
  };
15094
15161
  };
@@ -15179,9 +15246,7 @@ export interface operations {
15179
15246
  headers: {
15180
15247
  [name: string]: unknown;
15181
15248
  };
15182
- content: {
15183
- "application/json": unknown;
15184
- };
15249
+ content?: never;
15185
15250
  };
15186
15251
  };
15187
15252
  };
@@ -15217,9 +15282,7 @@ export interface operations {
15217
15282
  headers: {
15218
15283
  [name: string]: unknown;
15219
15284
  };
15220
- content: {
15221
- "application/json": unknown;
15222
- };
15285
+ content?: never;
15223
15286
  };
15224
15287
  };
15225
15288
  };
@@ -15279,9 +15342,7 @@ export interface operations {
15279
15342
  headers: {
15280
15343
  [name: string]: unknown;
15281
15344
  };
15282
- content: {
15283
- "application/json": unknown;
15284
- };
15345
+ content?: never;
15285
15346
  };
15286
15347
  };
15287
15348
  };
@@ -15317,9 +15378,7 @@ export interface operations {
15317
15378
  headers: {
15318
15379
  [name: string]: unknown;
15319
15380
  };
15320
- content: {
15321
- "application/json": unknown;
15322
- };
15381
+ content?: never;
15323
15382
  };
15324
15383
  };
15325
15384
  };
@@ -15378,9 +15437,7 @@ export interface operations {
15378
15437
  headers: {
15379
15438
  [name: string]: unknown;
15380
15439
  };
15381
- content: {
15382
- "application/json": unknown;
15383
- };
15440
+ content?: never;
15384
15441
  };
15385
15442
  };
15386
15443
  };
@@ -15437,9 +15494,7 @@ export interface operations {
15437
15494
  headers: {
15438
15495
  [name: string]: unknown;
15439
15496
  };
15440
- content: {
15441
- "application/json": unknown;
15442
- };
15497
+ content?: never;
15443
15498
  };
15444
15499
  };
15445
15500
  };
@@ -15546,9 +15601,7 @@ export interface operations {
15546
15601
  headers: {
15547
15602
  [name: string]: unknown;
15548
15603
  };
15549
- content: {
15550
- "application/json": unknown;
15551
- };
15604
+ content?: never;
15552
15605
  };
15553
15606
  };
15554
15607
  };
@@ -15584,9 +15637,7 @@ export interface operations {
15584
15637
  headers: {
15585
15638
  [name: string]: unknown;
15586
15639
  };
15587
- content: {
15588
- "application/json": unknown;
15589
- };
15640
+ content?: never;
15590
15641
  };
15591
15642
  };
15592
15643
  };
@@ -15690,9 +15741,7 @@ export interface operations {
15690
15741
  headers: {
15691
15742
  [name: string]: unknown;
15692
15743
  };
15693
- content: {
15694
- "application/json": unknown;
15695
- };
15744
+ content?: never;
15696
15745
  };
15697
15746
  };
15698
15747
  };
@@ -15728,9 +15777,7 @@ export interface operations {
15728
15777
  headers: {
15729
15778
  [name: string]: unknown;
15730
15779
  };
15731
- content: {
15732
- "application/json": unknown;
15733
- };
15780
+ content?: never;
15734
15781
  };
15735
15782
  };
15736
15783
  };
@@ -15835,9 +15882,7 @@ export interface operations {
15835
15882
  headers: {
15836
15883
  [name: string]: unknown;
15837
15884
  };
15838
- content: {
15839
- "application/json": unknown;
15840
- };
15885
+ content?: never;
15841
15886
  };
15842
15887
  };
15843
15888
  };
@@ -15940,9 +15985,7 @@ export interface operations {
15940
15985
  headers: {
15941
15986
  [name: string]: unknown;
15942
15987
  };
15943
- content: {
15944
- "application/json": unknown;
15945
- };
15988
+ content?: never;
15946
15989
  };
15947
15990
  };
15948
15991
  };
@@ -16137,9 +16180,7 @@ export interface operations {
16137
16180
  headers: {
16138
16181
  [name: string]: unknown;
16139
16182
  };
16140
- content: {
16141
- "application/json": unknown;
16142
- };
16183
+ content?: never;
16143
16184
  };
16144
16185
  };
16145
16186
  };
@@ -16203,9 +16244,7 @@ export interface operations {
16203
16244
  headers: {
16204
16245
  [name: string]: unknown;
16205
16246
  };
16206
- content: {
16207
- "application/json": unknown;
16208
- };
16247
+ content?: never;
16209
16248
  };
16210
16249
  };
16211
16250
  };
@@ -16284,9 +16323,7 @@ export interface operations {
16284
16323
  headers: {
16285
16324
  [name: string]: unknown;
16286
16325
  };
16287
- content: {
16288
- "application/json": unknown;
16289
- };
16326
+ content?: never;
16290
16327
  };
16291
16328
  };
16292
16329
  };
@@ -16322,9 +16359,7 @@ export interface operations {
16322
16359
  headers: {
16323
16360
  [name: string]: unknown;
16324
16361
  };
16325
- content: {
16326
- "application/json": unknown;
16327
- };
16362
+ content?: never;
16328
16363
  };
16329
16364
  };
16330
16365
  };
@@ -16374,9 +16409,7 @@ export interface operations {
16374
16409
  headers: {
16375
16410
  [name: string]: unknown;
16376
16411
  };
16377
- content: {
16378
- "application/json": unknown;
16379
- };
16412
+ content?: never;
16380
16413
  };
16381
16414
  };
16382
16415
  };
@@ -16427,9 +16460,7 @@ export interface operations {
16427
16460
  headers: {
16428
16461
  [name: string]: unknown;
16429
16462
  };
16430
- content: {
16431
- "application/json": unknown;
16432
- };
16463
+ content?: never;
16433
16464
  };
16434
16465
  };
16435
16466
  };
@@ -16478,9 +16509,7 @@ export interface operations {
16478
16509
  headers: {
16479
16510
  [name: string]: unknown;
16480
16511
  };
16481
- content: {
16482
- "application/json": unknown;
16483
- };
16512
+ content?: never;
16484
16513
  };
16485
16514
  };
16486
16515
  };
@@ -16568,9 +16597,7 @@ export interface operations {
16568
16597
  headers: {
16569
16598
  [name: string]: unknown;
16570
16599
  };
16571
- content: {
16572
- "application/json": unknown;
16573
- };
16600
+ content?: never;
16574
16601
  };
16575
16602
  };
16576
16603
  };
@@ -16657,9 +16684,7 @@ export interface operations {
16657
16684
  headers: {
16658
16685
  [name: string]: unknown;
16659
16686
  };
16660
- content: {
16661
- "application/json": unknown;
16662
- };
16687
+ content?: never;
16663
16688
  };
16664
16689
  };
16665
16690
  };
@@ -16704,9 +16729,7 @@ export interface operations {
16704
16729
  headers: {
16705
16730
  [name: string]: unknown;
16706
16731
  };
16707
- content: {
16708
- "application/json": unknown;
16709
- };
16732
+ content?: never;
16710
16733
  };
16711
16734
  };
16712
16735
  };
@@ -16742,9 +16765,7 @@ export interface operations {
16742
16765
  headers: {
16743
16766
  [name: string]: unknown;
16744
16767
  };
16745
- content: {
16746
- "application/json": unknown;
16747
- };
16768
+ content?: never;
16748
16769
  };
16749
16770
  };
16750
16771
  };
@@ -16814,9 +16835,7 @@ export interface operations {
16814
16835
  headers: {
16815
16836
  [name: string]: unknown;
16816
16837
  };
16817
- content: {
16818
- "application/json": unknown;
16819
- };
16838
+ content?: never;
16820
16839
  };
16821
16840
  };
16822
16841
  };
@@ -16853,9 +16872,7 @@ export interface operations {
16853
16872
  headers: {
16854
16873
  [name: string]: unknown;
16855
16874
  };
16856
- content: {
16857
- "application/json": unknown;
16858
- };
16875
+ content?: never;
16859
16876
  };
16860
16877
  };
16861
16878
  };
@@ -16895,9 +16912,7 @@ export interface operations {
16895
16912
  headers: {
16896
16913
  [name: string]: unknown;
16897
16914
  };
16898
- content: {
16899
- "application/json": unknown;
16900
- };
16915
+ content?: never;
16901
16916
  };
16902
16917
  };
16903
16918
  };
@@ -16971,9 +16986,7 @@ export interface operations {
16971
16986
  headers: {
16972
16987
  [name: string]: unknown;
16973
16988
  };
16974
- content: {
16975
- "application/json": unknown;
16976
- };
16989
+ content?: never;
16977
16990
  };
16978
16991
  };
16979
16992
  };
@@ -17044,9 +17057,7 @@ export interface operations {
17044
17057
  headers: {
17045
17058
  [name: string]: unknown;
17046
17059
  };
17047
- content: {
17048
- "application/json": unknown;
17049
- };
17060
+ content?: never;
17050
17061
  };
17051
17062
  };
17052
17063
  };
@@ -17115,9 +17126,7 @@ export interface operations {
17115
17126
  headers: {
17116
17127
  [name: string]: unknown;
17117
17128
  };
17118
- content: {
17119
- "application/json": unknown;
17120
- };
17129
+ content?: never;
17121
17130
  };
17122
17131
  };
17123
17132
  };
@@ -17244,9 +17253,7 @@ export interface operations {
17244
17253
  headers: {
17245
17254
  [name: string]: unknown;
17246
17255
  };
17247
- content: {
17248
- "application/json": unknown;
17249
- };
17256
+ content?: never;
17250
17257
  };
17251
17258
  };
17252
17259
  };
@@ -17289,7 +17296,6 @@ export interface operations {
17289
17296
  /** @description The timestamp (ms) when the instance was updated */
17290
17297
  updatedAt: number;
17291
17298
  instruction: string;
17292
- icon: string;
17293
17299
  /** @description A JSON Schema object type definition (https://json-schema.org/). Represents an object schema with properties and validation rules. */
17294
17300
  schema: {
17295
17301
  /**
@@ -17308,6 +17314,11 @@ export interface operations {
17308
17314
  /** @description Required property names */
17309
17315
  required?: string[];
17310
17316
  };
17317
+ /** @description The ID of the secret associated with the ability */
17318
+ secret?: string;
17319
+ /** @description The ID of the file associated with the ability */
17320
+ file?: string;
17321
+ icon: string;
17311
17322
  tags?: string[];
17312
17323
  setup?: string;
17313
17324
  commentary?: string;
@@ -17336,7 +17347,6 @@ export interface operations {
17336
17347
  /** @description The timestamp (ms) when the instance was updated */
17337
17348
  updatedAt: number;
17338
17349
  instruction: string;
17339
- icon: string;
17340
17350
  /** @description A JSON Schema object type definition (https://json-schema.org/). Represents an object schema with properties and validation rules. */
17341
17351
  schema: {
17342
17352
  /**
@@ -17355,6 +17365,11 @@ export interface operations {
17355
17365
  /** @description Required property names */
17356
17366
  required?: string[];
17357
17367
  };
17368
+ /** @description The ID of the secret associated with the ability */
17369
+ secret?: string;
17370
+ /** @description The ID of the file associated with the ability */
17371
+ file?: string;
17372
+ icon: string;
17358
17373
  tags?: string[];
17359
17374
  setup?: string;
17360
17375
  commentary?: string;
@@ -17367,9 +17382,7 @@ export interface operations {
17367
17382
  headers: {
17368
17383
  [name: string]: unknown;
17369
17384
  };
17370
- content: {
17371
- "application/json": unknown;
17372
- };
17385
+ content?: never;
17373
17386
  };
17374
17387
  };
17375
17388
  };
@@ -17448,9 +17461,7 @@ export interface operations {
17448
17461
  headers: {
17449
17462
  [name: string]: unknown;
17450
17463
  };
17451
- content: {
17452
- "application/json": unknown;
17453
- };
17464
+ content?: never;
17454
17465
  };
17455
17466
  };
17456
17467
  };
@@ -17511,9 +17522,7 @@ export interface operations {
17511
17522
  headers: {
17512
17523
  [name: string]: unknown;
17513
17524
  };
17514
- content: {
17515
- "application/json": unknown;
17516
- };
17525
+ content?: never;
17517
17526
  };
17518
17527
  };
17519
17528
  };
@@ -17604,9 +17613,7 @@ export interface operations {
17604
17613
  headers: {
17605
17614
  [name: string]: unknown;
17606
17615
  };
17607
- content: {
17608
- "application/json": unknown;
17609
- };
17616
+ content?: never;
17610
17617
  };
17611
17618
  };
17612
17619
  };
@@ -17674,9 +17681,7 @@ export interface operations {
17674
17681
  headers: {
17675
17682
  [name: string]: unknown;
17676
17683
  };
17677
- content: {
17678
- "application/json": unknown;
17679
- };
17684
+ content?: never;
17680
17685
  };
17681
17686
  };
17682
17687
  };
@@ -17721,9 +17726,7 @@ export interface operations {
17721
17726
  headers: {
17722
17727
  [name: string]: unknown;
17723
17728
  };
17724
- content: {
17725
- "application/json": unknown;
17726
- };
17729
+ content?: never;
17727
17730
  };
17728
17731
  };
17729
17732
  };
@@ -17783,9 +17786,7 @@ export interface operations {
17783
17786
  headers: {
17784
17787
  [name: string]: unknown;
17785
17788
  };
17786
- content: {
17787
- "application/json": unknown;
17788
- };
17789
+ content?: never;
17789
17790
  };
17790
17791
  };
17791
17792
  };
@@ -17878,9 +17879,7 @@ export interface operations {
17878
17879
  headers: {
17879
17880
  [name: string]: unknown;
17880
17881
  };
17881
- content: {
17882
- "application/json": unknown;
17883
- };
17882
+ content?: never;
17884
17883
  };
17885
17884
  };
17886
17885
  };
@@ -17945,9 +17944,7 @@ export interface operations {
17945
17944
  headers: {
17946
17945
  [name: string]: unknown;
17947
17946
  };
17948
- content: {
17949
- "application/json": unknown;
17950
- };
17947
+ content?: never;
17951
17948
  };
17952
17949
  };
17953
17950
  };
@@ -18008,9 +18005,7 @@ export interface operations {
18008
18005
  headers: {
18009
18006
  [name: string]: unknown;
18010
18007
  };
18011
- content: {
18012
- "application/json": unknown;
18013
- };
18008
+ content?: never;
18014
18009
  };
18015
18010
  };
18016
18011
  };
@@ -18101,9 +18096,7 @@ export interface operations {
18101
18096
  headers: {
18102
18097
  [name: string]: unknown;
18103
18098
  };
18104
- content: {
18105
- "application/json": unknown;
18106
- };
18099
+ content?: never;
18107
18100
  };
18108
18101
  };
18109
18102
  };
@@ -18171,9 +18164,7 @@ export interface operations {
18171
18164
  headers: {
18172
18165
  [name: string]: unknown;
18173
18166
  };
18174
- content: {
18175
- "application/json": unknown;
18176
- };
18167
+ content?: never;
18177
18168
  };
18178
18169
  };
18179
18170
  };
@@ -18268,9 +18259,7 @@ export interface operations {
18268
18259
  headers: {
18269
18260
  [name: string]: unknown;
18270
18261
  };
18271
- content: {
18272
- "application/json": unknown;
18273
- };
18262
+ content?: never;
18274
18263
  };
18275
18264
  };
18276
18265
  };
@@ -18317,6 +18306,18 @@ export interface operations {
18317
18306
  * @enum {string}
18318
18307
  */
18319
18308
  type: "plain" | "basic" | "bearer" | "oauth" | "template" | "reference";
18309
+ /**
18310
+ * @description The kind of the secret
18311
+ * @enum {string}
18312
+ */
18313
+ kind?: "shared" | "personal";
18314
+ config?: {
18315
+ [key: string]: unknown;
18316
+ };
18317
+ icon?: string;
18318
+ tags?: string[];
18319
+ setup?: string;
18320
+ commentary?: string;
18320
18321
  }[];
18321
18322
  };
18322
18323
  "application/jsonl": {
@@ -18346,6 +18347,18 @@ export interface operations {
18346
18347
  * @enum {string}
18347
18348
  */
18348
18349
  type: "plain" | "basic" | "bearer" | "oauth" | "template" | "reference";
18350
+ /**
18351
+ * @description The kind of the secret
18352
+ * @enum {string}
18353
+ */
18354
+ kind?: "shared" | "personal";
18355
+ config?: {
18356
+ [key: string]: unknown;
18357
+ };
18358
+ icon?: string;
18359
+ tags?: string[];
18360
+ setup?: string;
18361
+ commentary?: string;
18349
18362
  };
18350
18363
  };
18351
18364
  };
@@ -18355,9 +18368,7 @@ export interface operations {
18355
18368
  headers: {
18356
18369
  [name: string]: unknown;
18357
18370
  };
18358
- content: {
18359
- "application/json": unknown;
18360
- };
18371
+ content?: never;
18361
18372
  };
18362
18373
  };
18363
18374
  };
@@ -18418,9 +18429,7 @@ export interface operations {
18418
18429
  headers: {
18419
18430
  [name: string]: unknown;
18420
18431
  };
18421
- content: {
18422
- "application/json": unknown;
18423
- };
18432
+ content?: never;
18424
18433
  };
18425
18434
  };
18426
18435
  };
@@ -18511,9 +18520,7 @@ export interface operations {
18511
18520
  headers: {
18512
18521
  [name: string]: unknown;
18513
18522
  };
18514
- content: {
18515
- "application/json": unknown;
18516
- };
18523
+ content?: never;
18517
18524
  };
18518
18525
  };
18519
18526
  };
@@ -18581,9 +18588,7 @@ export interface operations {
18581
18588
  headers: {
18582
18589
  [name: string]: unknown;
18583
18590
  };
18584
- content: {
18585
- "application/json": unknown;
18586
- };
18591
+ content?: never;
18587
18592
  };
18588
18593
  };
18589
18594
  };
@@ -18619,9 +18624,7 @@ export interface operations {
18619
18624
  headers: {
18620
18625
  [name: string]: unknown;
18621
18626
  };
18622
- content: {
18623
- "application/json": unknown;
18624
- };
18627
+ content?: never;
18625
18628
  };
18626
18629
  };
18627
18630
  };
@@ -18670,9 +18673,7 @@ export interface operations {
18670
18673
  headers: {
18671
18674
  [name: string]: unknown;
18672
18675
  };
18673
- content: {
18674
- "application/json": unknown;
18675
- };
18676
+ content?: never;
18676
18677
  };
18677
18678
  };
18678
18679
  };
@@ -18728,9 +18729,7 @@ export interface operations {
18728
18729
  headers: {
18729
18730
  [name: string]: unknown;
18730
18731
  };
18731
- content: {
18732
- "application/json": unknown;
18733
- };
18732
+ content?: never;
18734
18733
  };
18735
18734
  };
18736
18735
  };
@@ -18784,9 +18783,7 @@ export interface operations {
18784
18783
  headers: {
18785
18784
  [name: string]: unknown;
18786
18785
  };
18787
- content: {
18788
- "application/json": unknown;
18789
- };
18786
+ content?: never;
18790
18787
  };
18791
18788
  };
18792
18789
  };
@@ -18883,9 +18880,7 @@ export interface operations {
18883
18880
  headers: {
18884
18881
  [name: string]: unknown;
18885
18882
  };
18886
- content: {
18887
- "application/json": unknown;
18888
- };
18883
+ content?: never;
18889
18884
  };
18890
18885
  };
18891
18886
  };
@@ -18921,9 +18916,7 @@ export interface operations {
18921
18916
  headers: {
18922
18917
  [name: string]: unknown;
18923
18918
  };
18924
- content: {
18925
- "application/json": unknown;
18926
- };
18919
+ content?: never;
18927
18920
  };
18928
18921
  };
18929
18922
  };
@@ -18975,9 +18968,7 @@ export interface operations {
18975
18968
  headers: {
18976
18969
  [name: string]: unknown;
18977
18970
  };
18978
- content: {
18979
- "application/json": unknown;
18980
- };
18971
+ content?: never;
18981
18972
  };
18982
18973
  };
18983
18974
  };
@@ -19030,9 +19021,7 @@ export interface operations {
19030
19021
  headers: {
19031
19022
  [name: string]: unknown;
19032
19023
  };
19033
- content: {
19034
- "application/json": unknown;
19035
- };
19024
+ content?: never;
19036
19025
  };
19037
19026
  };
19038
19027
  };
@@ -19083,9 +19072,7 @@ export interface operations {
19083
19072
  headers: {
19084
19073
  [name: string]: unknown;
19085
19074
  };
19086
- content: {
19087
- "application/json": unknown;
19088
- };
19075
+ content?: never;
19089
19076
  };
19090
19077
  };
19091
19078
  };
@@ -19176,9 +19163,7 @@ export interface operations {
19176
19163
  headers: {
19177
19164
  [name: string]: unknown;
19178
19165
  };
19179
- content: {
19180
- "application/json": unknown;
19181
- };
19166
+ content?: never;
19182
19167
  };
19183
19168
  };
19184
19169
  };
@@ -19216,9 +19201,7 @@ export interface operations {
19216
19201
  headers: {
19217
19202
  [name: string]: unknown;
19218
19203
  };
19219
- content: {
19220
- "application/json": unknown;
19221
- };
19204
+ content?: never;
19222
19205
  };
19223
19206
  };
19224
19207
  };
@@ -19254,9 +19237,7 @@ export interface operations {
19254
19237
  headers: {
19255
19238
  [name: string]: unknown;
19256
19239
  };
19257
- content: {
19258
- "application/json": unknown;
19259
- };
19240
+ content?: never;
19260
19241
  };
19261
19242
  };
19262
19243
  };
@@ -19321,9 +19302,7 @@ export interface operations {
19321
19302
  headers: {
19322
19303
  [name: string]: unknown;
19323
19304
  };
19324
- content: {
19325
- "application/json": unknown;
19326
- };
19305
+ content?: never;
19327
19306
  };
19328
19307
  };
19329
19308
  };
@@ -19359,9 +19338,7 @@ export interface operations {
19359
19338
  headers: {
19360
19339
  [name: string]: unknown;
19361
19340
  };
19362
- content: {
19363
- "application/json": unknown;
19364
- };
19341
+ content?: never;
19365
19342
  };
19366
19343
  };
19367
19344
  };
@@ -19429,9 +19406,7 @@ export interface operations {
19429
19406
  headers: {
19430
19407
  [name: string]: unknown;
19431
19408
  };
19432
- content: {
19433
- "application/json": unknown;
19434
- };
19409
+ content?: never;
19435
19410
  };
19436
19411
  };
19437
19412
  };
@@ -19481,9 +19456,7 @@ export interface operations {
19481
19456
  headers: {
19482
19457
  [name: string]: unknown;
19483
19458
  };
19484
- content: {
19485
- "application/json": unknown;
19486
- };
19459
+ content?: never;
19487
19460
  };
19488
19461
  };
19489
19462
  };
@@ -19549,9 +19522,7 @@ export interface operations {
19549
19522
  headers: {
19550
19523
  [name: string]: unknown;
19551
19524
  };
19552
- content: {
19553
- "application/json": unknown;
19554
- };
19525
+ content?: never;
19555
19526
  };
19556
19527
  };
19557
19528
  };
@@ -19668,9 +19639,7 @@ export interface operations {
19668
19639
  headers: {
19669
19640
  [name: string]: unknown;
19670
19641
  };
19671
- content: {
19672
- "application/json": unknown;
19673
- };
19642
+ content?: never;
19674
19643
  };
19675
19644
  };
19676
19645
  };
@@ -19707,9 +19676,7 @@ export interface operations {
19707
19676
  headers: {
19708
19677
  [name: string]: unknown;
19709
19678
  };
19710
- content: {
19711
- "application/json": unknown;
19712
- };
19679
+ content?: never;
19713
19680
  };
19714
19681
  };
19715
19682
  };
@@ -19764,9 +19731,7 @@ export interface operations {
19764
19731
  headers: {
19765
19732
  [name: string]: unknown;
19766
19733
  };
19767
- content: {
19768
- "application/json": unknown;
19769
- };
19734
+ content?: never;
19770
19735
  };
19771
19736
  };
19772
19737
  };
@@ -19822,9 +19787,7 @@ export interface operations {
19822
19787
  headers: {
19823
19788
  [name: string]: unknown;
19824
19789
  };
19825
- content: {
19826
- "application/json": unknown;
19827
- };
19790
+ content?: never;
19828
19791
  };
19829
19792
  };
19830
19793
  };
@@ -19879,9 +19842,7 @@ export interface operations {
19879
19842
  headers: {
19880
19843
  [name: string]: unknown;
19881
19844
  };
19882
- content: {
19883
- "application/json": unknown;
19884
- };
19845
+ content?: never;
19885
19846
  };
19886
19847
  };
19887
19848
  };
@@ -19974,9 +19935,7 @@ export interface operations {
19974
19935
  headers: {
19975
19936
  [name: string]: unknown;
19976
19937
  };
19977
- content: {
19978
- "application/json": unknown;
19979
- };
19938
+ content?: never;
19980
19939
  };
19981
19940
  };
19982
19941
  };
@@ -20068,9 +20027,7 @@ export interface operations {
20068
20027
  headers: {
20069
20028
  [name: string]: unknown;
20070
20029
  };
20071
- content: {
20072
- "application/json": unknown;
20073
- };
20030
+ content?: never;
20074
20031
  };
20075
20032
  };
20076
20033
  };
@@ -20106,9 +20063,7 @@ export interface operations {
20106
20063
  headers: {
20107
20064
  [name: string]: unknown;
20108
20065
  };
20109
- content: {
20110
- "application/json": unknown;
20111
- };
20066
+ content?: never;
20112
20067
  };
20113
20068
  };
20114
20069
  };
@@ -20159,9 +20114,7 @@ export interface operations {
20159
20114
  headers: {
20160
20115
  [name: string]: unknown;
20161
20116
  };
20162
- content: {
20163
- "application/json": unknown;
20164
- };
20117
+ content?: never;
20165
20118
  };
20166
20119
  };
20167
20120
  };
@@ -20213,9 +20166,7 @@ export interface operations {
20213
20166
  headers: {
20214
20167
  [name: string]: unknown;
20215
20168
  };
20216
- content: {
20217
- "application/json": unknown;
20218
- };
20169
+ content?: never;
20219
20170
  };
20220
20171
  };
20221
20172
  };
@@ -20265,9 +20216,7 @@ export interface operations {
20265
20216
  headers: {
20266
20217
  [name: string]: unknown;
20267
20218
  };
20268
- content: {
20269
- "application/json": unknown;
20270
- };
20219
+ content?: never;
20271
20220
  };
20272
20221
  };
20273
20222
  };
@@ -20356,9 +20305,7 @@ export interface operations {
20356
20305
  headers: {
20357
20306
  [name: string]: unknown;
20358
20307
  };
20359
- content: {
20360
- "application/json": unknown;
20361
- };
20308
+ content?: never;
20362
20309
  };
20363
20310
  };
20364
20311
  };
@@ -20404,9 +20351,7 @@ export interface operations {
20404
20351
  headers: {
20405
20352
  [name: string]: unknown;
20406
20353
  };
20407
- content: {
20408
- "application/json": unknown;
20409
- };
20354
+ content?: never;
20410
20355
  };
20411
20356
  };
20412
20357
  };
@@ -20453,9 +20398,7 @@ export interface operations {
20453
20398
  headers: {
20454
20399
  [name: string]: unknown;
20455
20400
  };
20456
- content: {
20457
- "application/json": unknown;
20458
- };
20401
+ content?: never;
20459
20402
  };
20460
20403
  };
20461
20404
  };
@@ -20500,9 +20443,7 @@ export interface operations {
20500
20443
  headers: {
20501
20444
  [name: string]: unknown;
20502
20445
  };
20503
- content: {
20504
- "application/json": unknown;
20505
- };
20446
+ content?: never;
20506
20447
  };
20507
20448
  };
20508
20449
  };
@@ -20582,9 +20523,7 @@ export interface operations {
20582
20523
  headers: {
20583
20524
  [name: string]: unknown;
20584
20525
  };
20585
- content: {
20586
- "application/json": unknown;
20587
- };
20526
+ content?: never;
20588
20527
  };
20589
20528
  };
20590
20529
  };
@@ -20663,9 +20602,7 @@ export interface operations {
20663
20602
  headers: {
20664
20603
  [name: string]: unknown;
20665
20604
  };
20666
- content: {
20667
- "application/json": unknown;
20668
- };
20605
+ content?: never;
20669
20606
  };
20670
20607
  };
20671
20608
  };
@@ -20701,9 +20638,7 @@ export interface operations {
20701
20638
  headers: {
20702
20639
  [name: string]: unknown;
20703
20640
  };
20704
- content: {
20705
- "application/json": unknown;
20706
- };
20641
+ content?: never;
20707
20642
  };
20708
20643
  };
20709
20644
  };
@@ -20763,9 +20698,7 @@ export interface operations {
20763
20698
  headers: {
20764
20699
  [name: string]: unknown;
20765
20700
  };
20766
- content: {
20767
- "application/json": unknown;
20768
- };
20701
+ content?: never;
20769
20702
  };
20770
20703
  };
20771
20704
  };
@@ -20801,9 +20734,7 @@ export interface operations {
20801
20734
  headers: {
20802
20735
  [name: string]: unknown;
20803
20736
  };
20804
- content: {
20805
- "application/json": unknown;
20806
- };
20737
+ content?: never;
20807
20738
  };
20808
20739
  };
20809
20740
  };
@@ -20856,9 +20787,7 @@ export interface operations {
20856
20787
  headers: {
20857
20788
  [name: string]: unknown;
20858
20789
  };
20859
- content: {
20860
- "application/json": unknown;
20861
- };
20790
+ content?: never;
20862
20791
  };
20863
20792
  };
20864
20793
  };
@@ -20909,9 +20838,7 @@ export interface operations {
20909
20838
  headers: {
20910
20839
  [name: string]: unknown;
20911
20840
  };
20912
- content: {
20913
- "application/json": unknown;
20914
- };
20841
+ content?: never;
20915
20842
  };
20916
20843
  };
20917
20844
  };
@@ -20999,9 +20926,7 @@ export interface operations {
20999
20926
  headers: {
21000
20927
  [name: string]: unknown;
21001
20928
  };
21002
- content: {
21003
- "application/json": unknown;
21004
- };
20929
+ content?: never;
21005
20930
  };
21006
20931
  };
21007
20932
  };
@@ -21108,9 +21033,7 @@ export interface operations {
21108
21033
  headers: {
21109
21034
  [name: string]: unknown;
21110
21035
  };
21111
- content: {
21112
- "application/json": unknown;
21113
- };
21036
+ content?: never;
21114
21037
  };
21115
21038
  };
21116
21039
  };
@@ -21120,7 +21043,9 @@ export interface operations {
21120
21043
  cursor?: string;
21121
21044
  order?: "asc" | "desc";
21122
21045
  take?: number;
21123
- meta?: Record<string, never>;
21046
+ meta?: {
21047
+ [key: string]: string;
21048
+ };
21124
21049
  };
21125
21050
  header?: never;
21126
21051
  path?: never;
@@ -21183,9 +21108,7 @@ export interface operations {
21183
21108
  headers: {
21184
21109
  [name: string]: unknown;
21185
21110
  };
21186
- content: {
21187
- "application/json": unknown;
21188
- };
21111
+ content?: never;
21189
21112
  };
21190
21113
  };
21191
21114
  };
@@ -21234,9 +21157,7 @@ export interface operations {
21234
21157
  headers: {
21235
21158
  [name: string]: unknown;
21236
21159
  };
21237
- content: {
21238
- "application/json": unknown;
21239
- };
21160
+ content?: never;
21240
21161
  };
21241
21162
  };
21242
21163
  };
@@ -21285,9 +21206,7 @@ export interface operations {
21285
21206
  headers: {
21286
21207
  [name: string]: unknown;
21287
21208
  };
21288
- content: {
21289
- "application/json": unknown;
21290
- };
21209
+ content?: never;
21291
21210
  };
21292
21211
  };
21293
21212
  };