voice-router-dev 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -734,9 +734,12 @@ declare function createVoiceRouter(config: VoiceRouterConfig, adapters?: Transcr
734
734
  declare class GladiaAdapter extends BaseAdapter {
735
735
  readonly name: "gladia";
736
736
  readonly capabilities: ProviderCapabilities;
737
- private client?;
738
737
  private baseUrl;
739
- initialize(config: ProviderConfig): void;
738
+ /**
739
+ * Get axios config for generated API client functions
740
+ * Configures headers and base URL
741
+ */
742
+ private getAxiosConfig;
740
743
  /**
741
744
  * Submit audio for transcription
742
745
  *
@@ -934,10 +937,13 @@ declare function createGladiaAdapter(config: ProviderConfig): GladiaAdapter;
934
937
  declare class AssemblyAIAdapter extends BaseAdapter {
935
938
  readonly name: "assemblyai";
936
939
  readonly capabilities: ProviderCapabilities;
937
- private client?;
938
940
  private baseUrl;
939
941
  private wsBaseUrl;
940
- initialize(config: ProviderConfig): void;
942
+ /**
943
+ * Get axios config for generated API client functions
944
+ * Configures headers and base URL
945
+ */
946
+ private getAxiosConfig;
941
947
  /**
942
948
  * Submit audio for transcription
943
949
  *
@@ -7747,7 +7753,7 @@ declare namespace index$1 {
7747
7753
  }
7748
7754
 
7749
7755
  /**
7750
- * Generated by orval v7.17.0 🍺
7756
+ * Generated by orval v7.9.0 🍺
7751
7757
  * Do not edit manually.
7752
7758
  * AssemblyAI API
7753
7759
  * AssemblyAI API
@@ -7763,7 +7769,7 @@ declare const AudioIntelligenceModelStatus: {
7763
7769
  };
7764
7770
 
7765
7771
  /**
7766
- * Generated by orval v7.17.0 🍺
7772
+ * Generated by orval v7.9.0 🍺
7767
7773
  * Do not edit manually.
7768
7774
  * AssemblyAI API
7769
7775
  * AssemblyAI API
@@ -7780,7 +7786,7 @@ interface Timestamp {
7780
7786
  }
7781
7787
 
7782
7788
  /**
7783
- * Generated by orval v7.17.0 🍺
7789
+ * Generated by orval v7.9.0 🍺
7784
7790
  * Do not edit manually.
7785
7791
  * AssemblyAI API
7786
7792
  * AssemblyAI API
@@ -7803,7 +7809,7 @@ interface AutoHighlightResult {
7803
7809
  }
7804
7810
 
7805
7811
  /**
7806
- * Generated by orval v7.17.0 🍺
7812
+ * Generated by orval v7.9.0 🍺
7807
7813
  * Do not edit manually.
7808
7814
  * AssemblyAI API
7809
7815
  * AssemblyAI API
@@ -7823,7 +7829,7 @@ interface AutoHighlightsResult {
7823
7829
  }
7824
7830
 
7825
7831
  /**
7826
- * Generated by orval v7.17.0 🍺
7832
+ * Generated by orval v7.9.0 🍺
7827
7833
  * Do not edit manually.
7828
7834
  * AssemblyAI API
7829
7835
  * AssemblyAI API
@@ -7837,7 +7843,7 @@ interface Error$1 {
7837
7843
  }
7838
7844
 
7839
7845
  /**
7840
- * Generated by orval v7.17.0 🍺
7846
+ * Generated by orval v7.9.0 🍺
7841
7847
  * Do not edit manually.
7842
7848
  * AssemblyAI API
7843
7849
  * AssemblyAI API
@@ -7850,7 +7856,7 @@ interface Error$1 {
7850
7856
  type BadRequestResponse = Error$1;
7851
7857
 
7852
7858
  /**
7853
- * Generated by orval v7.17.0 🍺
7859
+ * Generated by orval v7.9.0 🍺
7854
7860
  * Do not edit manually.
7855
7861
  * AssemblyAI API
7856
7862
  * AssemblyAI API
@@ -7863,7 +7869,7 @@ type BadRequestResponse = Error$1;
7863
7869
  type CannotAccessUploadedFileResponse = Error$1;
7864
7870
 
7865
7871
  /**
7866
- * Generated by orval v7.17.0 🍺
7872
+ * Generated by orval v7.9.0 🍺
7867
7873
  * Do not edit manually.
7868
7874
  * AssemblyAI API
7869
7875
  * AssemblyAI API
@@ -7886,7 +7892,7 @@ interface Chapter {
7886
7892
  }
7887
7893
 
7888
7894
  /**
7889
- * Generated by orval v7.17.0 🍺
7895
+ * Generated by orval v7.9.0 🍺
7890
7896
  * Do not edit manually.
7891
7897
  * AssemblyAI API
7892
7898
  * AssemblyAI API
@@ -7910,7 +7916,7 @@ interface ContentSafetyLabel {
7910
7916
  }
7911
7917
 
7912
7918
  /**
7913
- * Generated by orval v7.17.0 🍺
7919
+ * Generated by orval v7.9.0 🍺
7914
7920
  * Do not edit manually.
7915
7921
  * AssemblyAI API
7916
7922
  * AssemblyAI API
@@ -7931,21 +7937,7 @@ interface ContentSafetyLabelResult {
7931
7937
  }
7932
7938
 
7933
7939
  /**
7934
- * Generated by orval v7.17.0 🍺
7935
- * Do not edit manually.
7936
- * AssemblyAI API
7937
- * AssemblyAI API
7938
- * OpenAPI spec version: 1.3.4
7939
- */
7940
- /**
7941
- * A summary of the Content Moderation confidence results for the entire audio file
7942
- */
7943
- type ContentSafetyLabelsResultSummary = {
7944
- [key: string]: number;
7945
- };
7946
-
7947
- /**
7948
- * Generated by orval v7.17.0 🍺
7940
+ * Generated by orval v7.9.0 🍺
7949
7941
  * Do not edit manually.
7950
7942
  * AssemblyAI API
7951
7943
  * AssemblyAI API
@@ -7970,7 +7962,7 @@ interface SeverityScoreSummary {
7970
7962
  }
7971
7963
 
7972
7964
  /**
7973
- * Generated by orval v7.17.0 🍺
7965
+ * Generated by orval v7.9.0 🍺
7974
7966
  * Do not edit manually.
7975
7967
  * AssemblyAI API
7976
7968
  * AssemblyAI API
@@ -7985,7 +7977,21 @@ type ContentSafetyLabelsResultSeverityScoreSummary = {
7985
7977
  };
7986
7978
 
7987
7979
  /**
7988
- * Generated by orval v7.17.0 🍺
7980
+ * Generated by orval v7.9.0 🍺
7981
+ * Do not edit manually.
7982
+ * AssemblyAI API
7983
+ * AssemblyAI API
7984
+ * OpenAPI spec version: 1.3.4
7985
+ */
7986
+ /**
7987
+ * A summary of the Content Moderation confidence results for the entire audio file
7988
+ */
7989
+ type ContentSafetyLabelsResultSummary = {
7990
+ [key: string]: number;
7991
+ };
7992
+
7993
+ /**
7994
+ * Generated by orval v7.9.0 🍺
7989
7995
  * Do not edit manually.
7990
7996
  * AssemblyAI API
7991
7997
  * AssemblyAI API
@@ -8009,7 +8015,7 @@ interface ContentSafetyLabelsResult {
8009
8015
  }
8010
8016
 
8011
8017
  /**
8012
- * Generated by orval v7.17.0 🍺
8018
+ * Generated by orval v7.9.0 🍺
8013
8019
  * Do not edit manually.
8014
8020
  * AssemblyAI API
8015
8021
  * AssemblyAI API
@@ -8024,7 +8030,7 @@ interface CreateRealtimeTemporaryTokenParams {
8024
8030
  }
8025
8031
 
8026
8032
  /**
8027
- * Generated by orval v7.17.0 🍺
8033
+ * Generated by orval v7.9.0 🍺
8028
8034
  * Do not edit manually.
8029
8035
  * AssemblyAI API
8030
8036
  * AssemblyAI API
@@ -8082,7 +8088,7 @@ declare const EntityType: {
8082
8088
  };
8083
8089
 
8084
8090
  /**
8085
- * Generated by orval v7.17.0 🍺
8091
+ * Generated by orval v7.9.0 🍺
8086
8092
  * Do not edit manually.
8087
8093
  * AssemblyAI API
8088
8094
  * AssemblyAI API
@@ -8104,7 +8110,7 @@ interface Entity {
8104
8110
  }
8105
8111
 
8106
8112
  /**
8107
- * Generated by orval v7.17.0 🍺
8113
+ * Generated by orval v7.9.0 🍺
8108
8114
  * Do not edit manually.
8109
8115
  * AssemblyAI API
8110
8116
  * AssemblyAI API
@@ -8116,7 +8122,7 @@ interface Entity {
8116
8122
  type GatewayTimeoutResponse = void;
8117
8123
 
8118
8124
  /**
8119
- * Generated by orval v7.17.0 🍺
8125
+ * Generated by orval v7.9.0 🍺
8120
8126
  * Do not edit manually.
8121
8127
  * AssemblyAI API
8122
8128
  * AssemblyAI API
@@ -8130,7 +8136,7 @@ type GetSubtitlesParams = {
8130
8136
  };
8131
8137
 
8132
8138
  /**
8133
- * Generated by orval v7.17.0 🍺
8139
+ * Generated by orval v7.9.0 🍺
8134
8140
  * Do not edit manually.
8135
8141
  * AssemblyAI API
8136
8142
  * AssemblyAI API
@@ -8143,7 +8149,21 @@ type GetSubtitlesParams = {
8143
8149
  type InternalServerErrorResponse = Error$1;
8144
8150
 
8145
8151
  /**
8146
- * Generated by orval v7.17.0 🍺
8152
+ * Generated by orval v7.9.0 🍺
8153
+ * Do not edit manually.
8154
+ * AssemblyAI API
8155
+ * AssemblyAI API
8156
+ * OpenAPI spec version: 1.3.4
8157
+ */
8158
+ type LemurActionItemsParamsAllOf = {
8159
+ /** How you want the action items to be returned. This can be any text.
8160
+ Defaults to "Bullet Points".
8161
+ */
8162
+ answer_format?: string;
8163
+ };
8164
+
8165
+ /**
8166
+ * Generated by orval v7.9.0 🍺
8147
8167
  * Do not edit manually.
8148
8168
  * AssemblyAI API
8149
8169
  * AssemblyAI API
@@ -8154,7 +8174,7 @@ type LemurBaseParamsContextOneOf = {
8154
8174
  };
8155
8175
 
8156
8176
  /**
8157
- * Generated by orval v7.17.0 🍺
8177
+ * Generated by orval v7.9.0 🍺
8158
8178
  * Do not edit manually.
8159
8179
  * AssemblyAI API
8160
8180
  * AssemblyAI API
@@ -8167,7 +8187,7 @@ type LemurBaseParamsContextOneOf = {
8167
8187
  type LemurBaseParamsContext = string | LemurBaseParamsContextOneOf;
8168
8188
 
8169
8189
  /**
8170
- * Generated by orval v7.17.0 🍺
8190
+ * Generated by orval v7.9.0 🍺
8171
8191
  * Do not edit manually.
8172
8192
  * AssemblyAI API
8173
8193
  * AssemblyAI API
@@ -8185,7 +8205,7 @@ declare const LemurModel: {
8185
8205
  };
8186
8206
 
8187
8207
  /**
8188
- * Generated by orval v7.17.0 🍺
8208
+ * Generated by orval v7.9.0 🍺
8189
8209
  * Do not edit manually.
8190
8210
  * AssemblyAI API
8191
8211
  * AssemblyAI API
@@ -8199,7 +8219,7 @@ declare const LemurModel: {
8199
8219
  type LemurBaseParamsFinalModel = LemurModel | string;
8200
8220
 
8201
8221
  /**
8202
- * Generated by orval v7.17.0 🍺
8222
+ * Generated by orval v7.9.0 🍺
8203
8223
  * Do not edit manually.
8204
8224
  * AssemblyAI API
8205
8225
  * AssemblyAI API
@@ -8234,21 +8254,7 @@ interface LemurBaseParams {
8234
8254
  }
8235
8255
 
8236
8256
  /**
8237
- * Generated by orval v7.17.0 🍺
8238
- * Do not edit manually.
8239
- * AssemblyAI API
8240
- * AssemblyAI API
8241
- * OpenAPI spec version: 1.3.4
8242
- */
8243
- type LemurActionItemsParamsAllOf = {
8244
- /** How you want the action items to be returned. This can be any text.
8245
- Defaults to "Bullet Points".
8246
- */
8247
- answer_format?: string;
8248
- };
8249
-
8250
- /**
8251
- * Generated by orval v7.17.0 🍺
8257
+ * Generated by orval v7.9.0 🍺
8252
8258
  * Do not edit manually.
8253
8259
  * AssemblyAI API
8254
8260
  * AssemblyAI API
@@ -8258,19 +8264,7 @@ type LemurActionItemsParamsAllOf = {
8258
8264
  type LemurActionItemsParams = LemurBaseParams & LemurActionItemsParamsAllOf;
8259
8265
 
8260
8266
  /**
8261
- * Generated by orval v7.17.0 🍺
8262
- * Do not edit manually.
8263
- * AssemblyAI API
8264
- * AssemblyAI API
8265
- * OpenAPI spec version: 1.3.4
8266
- */
8267
- type LemurStringResponseAllOf = {
8268
- /** The response generated by LeMUR. */
8269
- response: string;
8270
- };
8271
-
8272
- /**
8273
- * Generated by orval v7.17.0 🍺
8267
+ * Generated by orval v7.9.0 🍺
8274
8268
  * Do not edit manually.
8275
8269
  * AssemblyAI API
8276
8270
  * AssemblyAI API
@@ -8293,7 +8287,7 @@ interface LemurUsage {
8293
8287
  }
8294
8288
 
8295
8289
  /**
8296
- * Generated by orval v7.17.0 🍺
8290
+ * Generated by orval v7.9.0 🍺
8297
8291
  * Do not edit manually.
8298
8292
  * AssemblyAI API
8299
8293
  * AssemblyAI API
@@ -8308,7 +8302,19 @@ interface LemurBaseResponse {
8308
8302
  }
8309
8303
 
8310
8304
  /**
8311
- * Generated by orval v7.17.0 🍺
8305
+ * Generated by orval v7.9.0 🍺
8306
+ * Do not edit manually.
8307
+ * AssemblyAI API
8308
+ * AssemblyAI API
8309
+ * OpenAPI spec version: 1.3.4
8310
+ */
8311
+ type LemurStringResponseAllOf = {
8312
+ /** The response generated by LeMUR. */
8313
+ response: string;
8314
+ };
8315
+
8316
+ /**
8317
+ * Generated by orval v7.9.0 🍺
8312
8318
  * Do not edit manually.
8313
8319
  * AssemblyAI API
8314
8320
  * AssemblyAI API
@@ -8318,7 +8324,7 @@ interface LemurBaseResponse {
8318
8324
  type LemurStringResponse = LemurStringResponseAllOf & LemurBaseResponse;
8319
8325
 
8320
8326
  /**
8321
- * Generated by orval v7.17.0 🍺
8327
+ * Generated by orval v7.9.0 🍺
8322
8328
  * Do not edit manually.
8323
8329
  * AssemblyAI API
8324
8330
  * AssemblyAI API
@@ -8328,7 +8334,7 @@ type LemurStringResponse = LemurStringResponseAllOf & LemurBaseResponse;
8328
8334
  type LemurActionItemsResponse = LemurStringResponse;
8329
8335
 
8330
8336
  /**
8331
- * Generated by orval v7.17.0 🍺
8337
+ * Generated by orval v7.9.0 🍺
8332
8338
  * Do not edit manually.
8333
8339
  * AssemblyAI API
8334
8340
  * AssemblyAI API
@@ -8339,7 +8345,7 @@ type LemurQuestionContextOneOf = {
8339
8345
  };
8340
8346
 
8341
8347
  /**
8342
- * Generated by orval v7.17.0 🍺
8348
+ * Generated by orval v7.9.0 🍺
8343
8349
  * Do not edit manually.
8344
8350
  * AssemblyAI API
8345
8351
  * AssemblyAI API
@@ -8352,7 +8358,7 @@ type LemurQuestionContextOneOf = {
8352
8358
  type LemurQuestionContext = string | LemurQuestionContextOneOf;
8353
8359
 
8354
8360
  /**
8355
- * Generated by orval v7.17.0 🍺
8361
+ * Generated by orval v7.9.0 🍺
8356
8362
  * Do not edit manually.
8357
8363
  * AssemblyAI API
8358
8364
  * AssemblyAI API
@@ -8373,7 +8379,7 @@ interface LemurQuestion {
8373
8379
  }
8374
8380
 
8375
8381
  /**
8376
- * Generated by orval v7.17.0 🍺
8382
+ * Generated by orval v7.9.0 🍺
8377
8383
  * Do not edit manually.
8378
8384
  * AssemblyAI API
8379
8385
  * AssemblyAI API
@@ -8390,7 +8396,7 @@ interface LemurQuestionAnswer {
8390
8396
  }
8391
8397
 
8392
8398
  /**
8393
- * Generated by orval v7.17.0 🍺
8399
+ * Generated by orval v7.9.0 🍺
8394
8400
  * Do not edit manually.
8395
8401
  * AssemblyAI API
8396
8402
  * AssemblyAI API
@@ -8403,7 +8409,7 @@ type LemurQuestionAnswerParamsAllOf = {
8403
8409
  };
8404
8410
 
8405
8411
  /**
8406
- * Generated by orval v7.17.0 🍺
8412
+ * Generated by orval v7.9.0 🍺
8407
8413
  * Do not edit manually.
8408
8414
  * AssemblyAI API
8409
8415
  * AssemblyAI API
@@ -8413,7 +8419,7 @@ type LemurQuestionAnswerParamsAllOf = {
8413
8419
  type LemurQuestionAnswerParams = LemurBaseParams & LemurQuestionAnswerParamsAllOf;
8414
8420
 
8415
8421
  /**
8416
- * Generated by orval v7.17.0 🍺
8422
+ * Generated by orval v7.9.0 🍺
8417
8423
  * Do not edit manually.
8418
8424
  * AssemblyAI API
8419
8425
  * AssemblyAI API
@@ -8426,7 +8432,7 @@ type LemurQuestionAnswerResponseAllOf = {
8426
8432
  };
8427
8433
 
8428
8434
  /**
8429
- * Generated by orval v7.17.0 🍺
8435
+ * Generated by orval v7.9.0 🍺
8430
8436
  * Do not edit manually.
8431
8437
  * AssemblyAI API
8432
8438
  * AssemblyAI API
@@ -8436,7 +8442,7 @@ type LemurQuestionAnswerResponseAllOf = {
8436
8442
  type LemurQuestionAnswerResponse = LemurBaseResponse & LemurQuestionAnswerResponseAllOf;
8437
8443
 
8438
8444
  /**
8439
- * Generated by orval v7.17.0 🍺
8445
+ * Generated by orval v7.9.0 🍺
8440
8446
  * Do not edit manually.
8441
8447
  * AssemblyAI API
8442
8448
  * AssemblyAI API
@@ -8446,7 +8452,7 @@ type LemurQuestionAnswerResponse = LemurBaseResponse & LemurQuestionAnswerRespon
8446
8452
  type LemurResponse = LemurStringResponse | LemurQuestionAnswerResponse;
8447
8453
 
8448
8454
  /**
8449
- * Generated by orval v7.17.0 🍺
8455
+ * Generated by orval v7.9.0 🍺
8450
8456
  * Do not edit manually.
8451
8457
  * AssemblyAI API
8452
8458
  * AssemblyAI API
@@ -8459,7 +8465,7 @@ type LemurSummaryParamsAllOf = {
8459
8465
  };
8460
8466
 
8461
8467
  /**
8462
- * Generated by orval v7.17.0 🍺
8468
+ * Generated by orval v7.9.0 🍺
8463
8469
  * Do not edit manually.
8464
8470
  * AssemblyAI API
8465
8471
  * AssemblyAI API
@@ -8469,7 +8475,7 @@ type LemurSummaryParamsAllOf = {
8469
8475
  type LemurSummaryParams = LemurBaseParams & LemurSummaryParamsAllOf;
8470
8476
 
8471
8477
  /**
8472
- * Generated by orval v7.17.0 🍺
8478
+ * Generated by orval v7.9.0 🍺
8473
8479
  * Do not edit manually.
8474
8480
  * AssemblyAI API
8475
8481
  * AssemblyAI API
@@ -8479,7 +8485,7 @@ type LemurSummaryParams = LemurBaseParams & LemurSummaryParamsAllOf;
8479
8485
  type LemurSummaryResponse = LemurStringResponse;
8480
8486
 
8481
8487
  /**
8482
- * Generated by orval v7.17.0 🍺
8488
+ * Generated by orval v7.9.0 🍺
8483
8489
  * Do not edit manually.
8484
8490
  * AssemblyAI API
8485
8491
  * AssemblyAI API
@@ -8491,7 +8497,7 @@ type LemurTaskParamsAllOf = {
8491
8497
  };
8492
8498
 
8493
8499
  /**
8494
- * Generated by orval v7.17.0 🍺
8500
+ * Generated by orval v7.9.0 🍺
8495
8501
  * Do not edit manually.
8496
8502
  * AssemblyAI API
8497
8503
  * AssemblyAI API
@@ -8501,7 +8507,7 @@ type LemurTaskParamsAllOf = {
8501
8507
  type LemurTaskParams = LemurTaskParamsAllOf & LemurBaseParams;
8502
8508
 
8503
8509
  /**
8504
- * Generated by orval v7.17.0 🍺
8510
+ * Generated by orval v7.9.0 🍺
8505
8511
  * Do not edit manually.
8506
8512
  * AssemblyAI API
8507
8513
  * AssemblyAI API
@@ -8511,7 +8517,7 @@ type LemurTaskParams = LemurTaskParamsAllOf & LemurBaseParams;
8511
8517
  type LemurTaskResponse = LemurStringResponse;
8512
8518
 
8513
8519
  /**
8514
- * Generated by orval v7.17.0 🍺
8520
+ * Generated by orval v7.9.0 🍺
8515
8521
  * Do not edit manually.
8516
8522
  * AssemblyAI API
8517
8523
  * AssemblyAI API
@@ -8529,7 +8535,7 @@ declare const TranscriptStatus: {
8529
8535
  };
8530
8536
 
8531
8537
  /**
8532
- * Generated by orval v7.17.0 🍺
8538
+ * Generated by orval v7.9.0 🍺
8533
8539
  * Do not edit manually.
8534
8540
  * AssemblyAI API
8535
8541
  * AssemblyAI API
@@ -8556,7 +8562,67 @@ interface ListTranscriptParams {
8556
8562
  }
8557
8563
 
8558
8564
  /**
8559
- * Generated by orval v7.17.0 🍺
8565
+ * Generated by orval v7.9.0 🍺
8566
+ * Do not edit manually.
8567
+ * AssemblyAI API
8568
+ * AssemblyAI API
8569
+ * OpenAPI spec version: 1.3.4
8570
+ */
8571
+ /**
8572
+ * Get transcripts that were created after this transcript ID
8573
+ */
8574
+ type AfterId = string;
8575
+
8576
+ /**
8577
+ * Generated by orval v7.9.0 🍺
8578
+ * Do not edit manually.
8579
+ * AssemblyAI API
8580
+ * AssemblyAI API
8581
+ * OpenAPI spec version: 1.3.4
8582
+ */
8583
+ /**
8584
+ * Get transcripts that were created before this transcript ID
8585
+ */
8586
+ type BeforeId = string;
8587
+
8588
+ /**
8589
+ * Generated by orval v7.9.0 🍺
8590
+ * Do not edit manually.
8591
+ * AssemblyAI API
8592
+ * AssemblyAI API
8593
+ * OpenAPI spec version: 1.3.4
8594
+ */
8595
+ /**
8596
+ * Only get transcripts created on this date
8597
+ */
8598
+ type CreatedOn = string;
8599
+
8600
+ /**
8601
+ * Generated by orval v7.9.0 🍺
8602
+ * Do not edit manually.
8603
+ * AssemblyAI API
8604
+ * AssemblyAI API
8605
+ * OpenAPI spec version: 1.3.4
8606
+ */
8607
+ /**
8608
+ * Maximum amount of transcripts to retrieve
8609
+ */
8610
+ type Limit = number;
8611
+
8612
+ /**
8613
+ * Generated by orval v7.9.0 🍺
8614
+ * Do not edit manually.
8615
+ * AssemblyAI API
8616
+ * AssemblyAI API
8617
+ * OpenAPI spec version: 1.3.4
8618
+ */
8619
+ /**
8620
+ * Only get throttled transcripts, overrides the status filter
8621
+ */
8622
+ type ThrottledOnly = boolean;
8623
+
8624
+ /**
8625
+ * Generated by orval v7.9.0 🍺
8560
8626
  * Do not edit manually.
8561
8627
  * AssemblyAI API
8562
8628
  * AssemblyAI API
@@ -8567,7 +8633,7 @@ type ListTranscriptsParams = {
8567
8633
  /**
8568
8634
  * Maximum amount of transcripts to retrieve
8569
8635
  */
8570
- limit?: number;
8636
+ limit?: Limit;
8571
8637
  /**
8572
8638
  * Filter by transcript status
8573
8639
  */
@@ -8575,23 +8641,23 @@ type ListTranscriptsParams = {
8575
8641
  /**
8576
8642
  * Only get transcripts created on this date
8577
8643
  */
8578
- created_on?: string;
8644
+ created_on?: CreatedOn;
8579
8645
  /**
8580
8646
  * Get transcripts that were created before this transcript ID
8581
8647
  */
8582
- before_id?: string;
8648
+ before_id?: BeforeId;
8583
8649
  /**
8584
8650
  * Get transcripts that were created after this transcript ID
8585
8651
  */
8586
- after_id?: string;
8652
+ after_id?: AfterId;
8587
8653
  /**
8588
8654
  * Only get throttled transcripts, overrides the status filter
8589
8655
  */
8590
- throttled_only?: boolean;
8656
+ throttled_only?: ThrottledOnly;
8591
8657
  };
8592
8658
 
8593
8659
  /**
8594
- * Generated by orval v7.17.0 🍺
8660
+ * Generated by orval v7.9.0 🍺
8595
8661
  * Do not edit manually.
8596
8662
  * AssemblyAI API
8597
8663
  * AssemblyAI API
@@ -8604,31 +8670,31 @@ type ListTranscriptsParams = {
8604
8670
  type NotFoundResponse = Error$1;
8605
8671
 
8606
8672
  /**
8607
- * Generated by orval v7.17.0 🍺
8673
+ * Generated by orval v7.9.0 🍺
8608
8674
  * Do not edit manually.
8609
8675
  * AssemblyAI API
8610
8676
  * AssemblyAI API
8611
8677
  * OpenAPI spec version: 1.3.4
8612
8678
  */
8613
8679
  /**
8614
- * The URL to the next page of transcripts. The previous URL always points to a page with older transcripts.
8680
+ * The URL to the next page of transcripts. The next URL always points to a page with newer transcripts.
8615
8681
  */
8616
- type PageDetailsPrevUrl = string | null;
8682
+ type PageDetailsNextUrl = string | null;
8617
8683
 
8618
8684
  /**
8619
- * Generated by orval v7.17.0 🍺
8685
+ * Generated by orval v7.9.0 🍺
8620
8686
  * Do not edit manually.
8621
8687
  * AssemblyAI API
8622
8688
  * AssemblyAI API
8623
8689
  * OpenAPI spec version: 1.3.4
8624
8690
  */
8625
8691
  /**
8626
- * The URL to the next page of transcripts. The next URL always points to a page with newer transcripts.
8692
+ * The URL to the next page of transcripts. The previous URL always points to a page with older transcripts.
8627
8693
  */
8628
- type PageDetailsNextUrl = string | null;
8694
+ type PageDetailsPrevUrl = string | null;
8629
8695
 
8630
8696
  /**
8631
- * Generated by orval v7.17.0 🍺
8697
+ * Generated by orval v7.9.0 🍺
8632
8698
  * Do not edit manually.
8633
8699
  * AssemblyAI API
8634
8700
  * AssemblyAI API
@@ -8652,7 +8718,7 @@ interface PageDetails {
8652
8718
  }
8653
8719
 
8654
8720
  /**
8655
- * Generated by orval v7.17.0 🍺
8721
+ * Generated by orval v7.9.0 🍺
8656
8722
  * Do not edit manually.
8657
8723
  * AssemblyAI API
8658
8724
  * AssemblyAI API
@@ -8664,7 +8730,7 @@ interface PageDetails {
8664
8730
  type TranscriptWordChannel = string | null;
8665
8731
 
8666
8732
  /**
8667
- * Generated by orval v7.17.0 🍺
8733
+ * Generated by orval v7.9.0 🍺
8668
8734
  * Do not edit manually.
8669
8735
  * AssemblyAI API
8670
8736
  * AssemblyAI API
@@ -8676,7 +8742,7 @@ type TranscriptWordChannel = string | null;
8676
8742
  type TranscriptWordSpeaker = string | null;
8677
8743
 
8678
8744
  /**
8679
- * Generated by orval v7.17.0 🍺
8745
+ * Generated by orval v7.9.0 🍺
8680
8746
  * Do not edit manually.
8681
8747
  * AssemblyAI API
8682
8748
  * AssemblyAI API
@@ -8703,7 +8769,7 @@ interface TranscriptWord {
8703
8769
  }
8704
8770
 
8705
8771
  /**
8706
- * Generated by orval v7.17.0 🍺
8772
+ * Generated by orval v7.9.0 🍺
8707
8773
  * Do not edit manually.
8708
8774
  * AssemblyAI API
8709
8775
  * AssemblyAI API
@@ -8728,7 +8794,7 @@ interface TranscriptParagraph {
8728
8794
  }
8729
8795
 
8730
8796
  /**
8731
- * Generated by orval v7.17.0 🍺
8797
+ * Generated by orval v7.9.0 🍺
8732
8798
  * Do not edit manually.
8733
8799
  * AssemblyAI API
8734
8800
  * AssemblyAI API
@@ -8751,7 +8817,7 @@ interface ParagraphsResponse {
8751
8817
  }
8752
8818
 
8753
8819
  /**
8754
- * Generated by orval v7.17.0 🍺
8820
+ * Generated by orval v7.9.0 🍺
8755
8821
  * Do not edit manually.
8756
8822
  * AssemblyAI API
8757
8823
  * AssemblyAI API
@@ -8809,7 +8875,7 @@ declare const PiiPolicy: {
8809
8875
  };
8810
8876
 
8811
8877
  /**
8812
- * Generated by orval v7.17.0 🍺
8878
+ * Generated by orval v7.9.0 🍺
8813
8879
  * Do not edit manually.
8814
8880
  * AssemblyAI API
8815
8881
  * AssemblyAI API
@@ -8825,7 +8891,7 @@ interface PurgeLemurRequestDataResponse {
8825
8891
  }
8826
8892
 
8827
8893
  /**
8828
- * Generated by orval v7.17.0 🍺
8894
+ * Generated by orval v7.9.0 🍺
8829
8895
  * Do not edit manually.
8830
8896
  * AssemblyAI API
8831
8897
  * AssemblyAI API
@@ -8837,23 +8903,7 @@ interface RealtimeTemporaryTokenResponse {
8837
8903
  }
8838
8904
 
8839
8905
  /**
8840
- * Generated by orval v7.17.0 🍺
8841
- * Do not edit manually.
8842
- * AssemblyAI API
8843
- * AssemblyAI API
8844
- * OpenAPI spec version: 1.3.4
8845
- */
8846
- /**
8847
- * Controls the filetype of the audio created by redact_pii_audio. Currently supports mp3 (default) and wav. See [PII redaction](https://www.assemblyai.com/docs/models/pii-redaction) for more details.
8848
- */
8849
- type RedactPiiAudioQuality = (typeof RedactPiiAudioQuality)[keyof typeof RedactPiiAudioQuality];
8850
- declare const RedactPiiAudioQuality: {
8851
- readonly mp3: "mp3";
8852
- readonly wav: "wav";
8853
- };
8854
-
8855
- /**
8856
- * Generated by orval v7.17.0 🍺
8906
+ * Generated by orval v7.9.0 🍺
8857
8907
  * Do not edit manually.
8858
8908
  * AssemblyAI API
8859
8909
  * AssemblyAI API
@@ -8868,7 +8918,7 @@ declare const RedactedAudioStatus: {
8868
8918
  };
8869
8919
 
8870
8920
  /**
8871
- * Generated by orval v7.17.0 🍺
8921
+ * Generated by orval v7.9.0 🍺
8872
8922
  * Do not edit manually.
8873
8923
  * AssemblyAI API
8874
8924
  * AssemblyAI API
@@ -8883,7 +8933,7 @@ interface RedactedAudioResponse {
8883
8933
  }
8884
8934
 
8885
8935
  /**
8886
- * Generated by orval v7.17.0 🍺
8936
+ * Generated by orval v7.9.0 🍺
8887
8937
  * Do not edit manually.
8888
8938
  * AssemblyAI API
8889
8939
  * AssemblyAI API
@@ -8896,7 +8946,23 @@ interface RedactedAudioResponse {
8896
8946
  type RedactedAudioNotification = RedactedAudioResponse;
8897
8947
 
8898
8948
  /**
8899
- * Generated by orval v7.17.0 🍺
8949
+ * Generated by orval v7.9.0 🍺
8950
+ * Do not edit manually.
8951
+ * AssemblyAI API
8952
+ * AssemblyAI API
8953
+ * OpenAPI spec version: 1.3.4
8954
+ */
8955
+ /**
8956
+ * Controls the filetype of the audio created by redact_pii_audio. Currently supports mp3 (default) and wav. See [PII redaction](https://www.assemblyai.com/docs/models/pii-redaction) for more details.
8957
+ */
8958
+ type RedactPiiAudioQuality = (typeof RedactPiiAudioQuality)[keyof typeof RedactPiiAudioQuality];
8959
+ declare const RedactPiiAudioQuality: {
8960
+ readonly mp3: "mp3";
8961
+ readonly wav: "wav";
8962
+ };
8963
+
8964
+ /**
8965
+ * Generated by orval v7.9.0 🍺
8900
8966
  * Do not edit manually.
8901
8967
  * AssemblyAI API
8902
8968
  * AssemblyAI API
@@ -8908,7 +8974,7 @@ type RedactedAudioNotification = RedactedAudioResponse;
8908
8974
  type TranscriptSentenceChannel = string | null;
8909
8975
 
8910
8976
  /**
8911
- * Generated by orval v7.17.0 🍺
8977
+ * Generated by orval v7.9.0 🍺
8912
8978
  * Do not edit manually.
8913
8979
  * AssemblyAI API
8914
8980
  * AssemblyAI API
@@ -8920,7 +8986,7 @@ type TranscriptSentenceChannel = string | null;
8920
8986
  type TranscriptSentenceSpeaker = string | null;
8921
8987
 
8922
8988
  /**
8923
- * Generated by orval v7.17.0 🍺
8989
+ * Generated by orval v7.9.0 🍺
8924
8990
  * Do not edit manually.
8925
8991
  * AssemblyAI API
8926
8992
  * AssemblyAI API
@@ -8949,7 +9015,7 @@ interface TranscriptSentence {
8949
9015
  }
8950
9016
 
8951
9017
  /**
8952
- * Generated by orval v7.17.0 🍺
9018
+ * Generated by orval v7.9.0 🍺
8953
9019
  * Do not edit manually.
8954
9020
  * AssemblyAI API
8955
9021
  * AssemblyAI API
@@ -8972,7 +9038,7 @@ interface SentencesResponse {
8972
9038
  }
8973
9039
 
8974
9040
  /**
8975
- * Generated by orval v7.17.0 🍺
9041
+ * Generated by orval v7.9.0 🍺
8976
9042
  * Do not edit manually.
8977
9043
  * AssemblyAI API
8978
9044
  * AssemblyAI API
@@ -8986,7 +9052,7 @@ declare const Sentiment: {
8986
9052
  };
8987
9053
 
8988
9054
  /**
8989
- * Generated by orval v7.17.0 🍺
9055
+ * Generated by orval v7.9.0 🍺
8990
9056
  * Do not edit manually.
8991
9057
  * AssemblyAI API
8992
9058
  * AssemblyAI API
@@ -8998,7 +9064,7 @@ declare const Sentiment: {
8998
9064
  type SentimentAnalysisResultChannel = string | null;
8999
9065
 
9000
9066
  /**
9001
- * Generated by orval v7.17.0 🍺
9067
+ * Generated by orval v7.9.0 🍺
9002
9068
  * Do not edit manually.
9003
9069
  * AssemblyAI API
9004
9070
  * AssemblyAI API
@@ -9010,7 +9076,7 @@ type SentimentAnalysisResultChannel = string | null;
9010
9076
  type SentimentAnalysisResultSpeaker = string | null;
9011
9077
 
9012
9078
  /**
9013
- * Generated by orval v7.17.0 🍺
9079
+ * Generated by orval v7.9.0 🍺
9014
9080
  * Do not edit manually.
9015
9081
  * AssemblyAI API
9016
9082
  * AssemblyAI API
@@ -9042,7 +9108,7 @@ interface SentimentAnalysisResult {
9042
9108
  }
9043
9109
 
9044
9110
  /**
9045
- * Generated by orval v7.17.0 🍺
9111
+ * Generated by orval v7.9.0 🍺
9046
9112
  * Do not edit manually.
9047
9113
  * AssemblyAI API
9048
9114
  * AssemblyAI API
@@ -9054,7 +9120,7 @@ interface SentimentAnalysisResult {
9054
9120
  type ServiceUnavailableResponse = void;
9055
9121
 
9056
9122
  /**
9057
- * Generated by orval v7.17.0 🍺
9123
+ * Generated by orval v7.9.0 🍺
9058
9124
  * Do not edit manually.
9059
9125
  * AssemblyAI API
9060
9126
  * AssemblyAI API
@@ -9071,7 +9137,7 @@ declare const SpeechModel: {
9071
9137
  };
9072
9138
 
9073
9139
  /**
9074
- * Generated by orval v7.17.0 🍺
9140
+ * Generated by orval v7.9.0 🍺
9075
9141
  * Do not edit manually.
9076
9142
  * AssemblyAI API
9077
9143
  * AssemblyAI API
@@ -9087,7 +9153,7 @@ declare const SubstitutionPolicy: {
9087
9153
  };
9088
9154
 
9089
9155
  /**
9090
- * Generated by orval v7.17.0 🍺
9156
+ * Generated by orval v7.9.0 🍺
9091
9157
  * Do not edit manually.
9092
9158
  * AssemblyAI API
9093
9159
  * AssemblyAI API
@@ -9103,7 +9169,7 @@ declare const SubtitleFormat: {
9103
9169
  };
9104
9170
 
9105
9171
  /**
9106
- * Generated by orval v7.17.0 🍺
9172
+ * Generated by orval v7.9.0 🍺
9107
9173
  * Do not edit manually.
9108
9174
  * AssemblyAI API
9109
9175
  * AssemblyAI API
@@ -9120,7 +9186,7 @@ declare const SummaryModel: {
9120
9186
  };
9121
9187
 
9122
9188
  /**
9123
- * Generated by orval v7.17.0 🍺
9189
+ * Generated by orval v7.9.0 🍺
9124
9190
  * Do not edit manually.
9125
9191
  * AssemblyAI API
9126
9192
  * AssemblyAI API
@@ -9139,7 +9205,7 @@ declare const SummaryType: {
9139
9205
  };
9140
9206
 
9141
9207
  /**
9142
- * Generated by orval v7.17.0 🍺
9208
+ * Generated by orval v7.9.0 🍺
9143
9209
  * Do not edit manually.
9144
9210
  * AssemblyAI API
9145
9211
  * AssemblyAI API
@@ -9152,7 +9218,21 @@ declare const SummaryType: {
9152
9218
  type TooManyRequestsResponse = Error$1;
9153
9219
 
9154
9220
  /**
9155
- * Generated by orval v7.17.0 🍺
9221
+ * Generated by orval v7.9.0 🍺
9222
+ * Do not edit manually.
9223
+ * AssemblyAI API
9224
+ * AssemblyAI API
9225
+ * OpenAPI spec version: 1.3.4
9226
+ */
9227
+ /**
9228
+ * The overall relevance of topic to the entire audio file
9229
+ */
9230
+ type TopicDetectionModelResultSummary = {
9231
+ [key: string]: number;
9232
+ };
9233
+
9234
+ /**
9235
+ * Generated by orval v7.9.0 🍺
9156
9236
  * Do not edit manually.
9157
9237
  * AssemblyAI API
9158
9238
  * AssemblyAI API
@@ -9170,7 +9250,7 @@ type TopicDetectionResultLabelsItem = {
9170
9250
  };
9171
9251
 
9172
9252
  /**
9173
- * Generated by orval v7.17.0 🍺
9253
+ * Generated by orval v7.9.0 🍺
9174
9254
  * Do not edit manually.
9175
9255
  * AssemblyAI API
9176
9256
  * AssemblyAI API
@@ -9189,21 +9269,7 @@ interface TopicDetectionResult {
9189
9269
  }
9190
9270
 
9191
9271
  /**
9192
- * Generated by orval v7.17.0 🍺
9193
- * Do not edit manually.
9194
- * AssemblyAI API
9195
- * AssemblyAI API
9196
- * OpenAPI spec version: 1.3.4
9197
- */
9198
- /**
9199
- * The overall relevance of topic to the entire audio file
9200
- */
9201
- type TopicDetectionModelResultSummary = {
9202
- [key: string]: number;
9203
- };
9204
-
9205
- /**
9206
- * Generated by orval v7.17.0 🍺
9272
+ * Generated by orval v7.9.0 🍺
9207
9273
  * Do not edit manually.
9208
9274
  * AssemblyAI API
9209
9275
  * AssemblyAI API
@@ -9225,183 +9291,82 @@ interface TopicDetectionModelResult {
9225
9291
  }
9226
9292
 
9227
9293
  /**
9228
- * Generated by orval v7.17.0 🍺
9294
+ * Generated by orval v7.9.0 🍺
9229
9295
  * Do not edit manually.
9230
9296
  * AssemblyAI API
9231
9297
  * AssemblyAI API
9232
9298
  * OpenAPI spec version: 1.3.4
9233
9299
  */
9234
9300
  /**
9235
- * The language of your audio file. Possible values are found in [Supported Languages](https://www.assemblyai.com/docs/concepts/supported-languages).
9236
- The default value is 'en_us'.
9237
-
9301
+ * The duration of this transcript object's media file, in seconds
9238
9302
  */
9239
- type TranscriptLanguageCode = (typeof TranscriptLanguageCode)[keyof typeof TranscriptLanguageCode];
9240
- declare const TranscriptLanguageCode: {
9241
- readonly en: "en";
9242
- readonly en_au: "en_au";
9243
- readonly en_uk: "en_uk";
9244
- readonly en_us: "en_us";
9245
- readonly es: "es";
9246
- readonly fr: "fr";
9247
- readonly de: "de";
9248
- readonly it: "it";
9249
- readonly pt: "pt";
9250
- readonly nl: "nl";
9251
- readonly af: "af";
9252
- readonly sq: "sq";
9253
- readonly am: "am";
9254
- readonly ar: "ar";
9255
- readonly hy: "hy";
9256
- readonly as: "as";
9257
- readonly az: "az";
9258
- readonly ba: "ba";
9259
- readonly eu: "eu";
9260
- readonly be: "be";
9261
- readonly bn: "bn";
9262
- readonly bs: "bs";
9263
- readonly br: "br";
9264
- readonly bg: "bg";
9265
- readonly my: "my";
9266
- readonly ca: "ca";
9267
- readonly zh: "zh";
9268
- readonly hr: "hr";
9269
- readonly cs: "cs";
9270
- readonly da: "da";
9271
- readonly et: "et";
9272
- readonly fo: "fo";
9273
- readonly fi: "fi";
9274
- readonly gl: "gl";
9275
- readonly ka: "ka";
9276
- readonly el: "el";
9277
- readonly gu: "gu";
9278
- readonly ht: "ht";
9279
- readonly ha: "ha";
9280
- readonly haw: "haw";
9281
- readonly he: "he";
9282
- readonly hi: "hi";
9283
- readonly hu: "hu";
9284
- readonly is: "is";
9285
- readonly id: "id";
9286
- readonly ja: "ja";
9287
- readonly jw: "jw";
9288
- readonly kn: "kn";
9289
- readonly kk: "kk";
9290
- readonly km: "km";
9291
- readonly ko: "ko";
9292
- readonly lo: "lo";
9293
- readonly la: "la";
9294
- readonly lv: "lv";
9295
- readonly ln: "ln";
9296
- readonly lt: "lt";
9297
- readonly lb: "lb";
9298
- readonly mk: "mk";
9299
- readonly mg: "mg";
9300
- readonly ms: "ms";
9301
- readonly ml: "ml";
9302
- readonly mt: "mt";
9303
- readonly mi: "mi";
9304
- readonly mr: "mr";
9305
- readonly mn: "mn";
9306
- readonly ne: "ne";
9307
- readonly no: "no";
9308
- readonly nn: "nn";
9309
- readonly oc: "oc";
9310
- readonly pa: "pa";
9311
- readonly ps: "ps";
9312
- readonly fa: "fa";
9313
- readonly pl: "pl";
9314
- readonly ro: "ro";
9315
- readonly ru: "ru";
9316
- readonly sa: "sa";
9317
- readonly sr: "sr";
9318
- readonly sn: "sn";
9319
- readonly sd: "sd";
9320
- readonly si: "si";
9321
- readonly sk: "sk";
9322
- readonly sl: "sl";
9323
- readonly so: "so";
9324
- readonly su: "su";
9325
- readonly sw: "sw";
9326
- readonly sv: "sv";
9327
- readonly tl: "tl";
9328
- readonly tg: "tg";
9329
- readonly ta: "ta";
9330
- readonly tt: "tt";
9331
- readonly te: "te";
9332
- readonly th: "th";
9333
- readonly bo: "bo";
9334
- readonly tr: "tr";
9335
- readonly tk: "tk";
9336
- readonly uk: "uk";
9337
- readonly ur: "ur";
9338
- readonly uz: "uz";
9339
- readonly vi: "vi";
9340
- readonly cy: "cy";
9341
- readonly yi: "yi";
9342
- readonly yo: "yo";
9343
- };
9303
+ type TranscriptAudioDuration = number | null;
9344
9304
 
9345
9305
  /**
9346
- * Generated by orval v7.17.0 🍺
9306
+ * Generated by orval v7.9.0 🍺
9347
9307
  * Do not edit manually.
9348
9308
  * AssemblyAI API
9349
9309
  * AssemblyAI API
9350
9310
  * OpenAPI spec version: 1.3.4
9351
9311
  */
9352
-
9353
9312
  /**
9354
- * The language of your audio file.
9355
- Possible values are found in [Supported Languages](https://www.assemblyai.com/docs/concepts/supported-languages).
9356
- The default value is 'en_us'.
9313
+ * The point in time, in milliseconds, in the file at which the transcription was terminated
9314
+ */
9315
+ type TranscriptAudioEndAt = number | null;
9357
9316
 
9317
+ /**
9318
+ * Generated by orval v7.9.0 🍺
9319
+ * Do not edit manually.
9320
+ * AssemblyAI API
9321
+ * AssemblyAI API
9322
+ * OpenAPI spec version: 1.3.4
9358
9323
  */
9359
- type TranscriptLanguageCodeProperty = TranscriptLanguageCode | string;
9324
+ /**
9325
+ * The point in time, in milliseconds, in the file at which the transcription was started
9326
+ */
9327
+ type TranscriptAudioStartFrom = number | null;
9360
9328
 
9361
9329
  /**
9362
- * Generated by orval v7.17.0 🍺
9330
+ * Generated by orval v7.9.0 🍺
9363
9331
  * Do not edit manually.
9364
9332
  * AssemblyAI API
9365
9333
  * AssemblyAI API
9366
9334
  * OpenAPI spec version: 1.3.4
9367
9335
  */
9368
9336
  /**
9369
- * Whether [Automatic language detection](https://www.assemblyai.com/docs/models/speech-recognition#automatic-language-detection) is enabled, either true or false
9337
+ * Whether [Auto Chapters](https://www.assemblyai.com/docs/models/auto-chapters) is enabled, can be true or false
9370
9338
  */
9371
- type TranscriptLanguageDetection = boolean | null;
9339
+ type TranscriptAutoChapters = boolean | null;
9372
9340
 
9373
9341
  /**
9374
- * Generated by orval v7.17.0 🍺
9342
+ * Generated by orval v7.9.0 🍺
9375
9343
  * Do not edit manually.
9376
9344
  * AssemblyAI API
9377
9345
  * AssemblyAI API
9378
9346
  * OpenAPI spec version: 1.3.4
9379
9347
  */
9348
+
9380
9349
  /**
9381
- * The confidence threshold for the automatically detected language.
9382
- An error will be returned if the language confidence is below this threshold.
9350
+ * An array of results for the Key Phrases model, if it is enabled.
9351
+ See [Key Phrases](https://www.assemblyai.com/docs/models/key-phrases) for more information.
9383
9352
 
9384
- * @minimum 0
9385
- * @maximum 1
9386
9353
  */
9387
- type TranscriptLanguageConfidenceThreshold = number | null;
9354
+ type TranscriptAutoHighlightsResult = AutoHighlightsResult | null;
9388
9355
 
9389
9356
  /**
9390
- * Generated by orval v7.17.0 🍺
9357
+ * Generated by orval v7.9.0 🍺
9391
9358
  * Do not edit manually.
9392
9359
  * AssemblyAI API
9393
9360
  * AssemblyAI API
9394
9361
  * OpenAPI spec version: 1.3.4
9395
9362
  */
9396
9363
  /**
9397
- * The confidence score for the detected language, between 0.0 (low confidence) and 1.0 (high confidence)
9398
- * @minimum 0
9399
- * @maximum 1
9364
+ * The word boost parameter value
9400
9365
  */
9401
- type TranscriptLanguageConfidence = number | null;
9366
+ type TranscriptBoostParamProperty = string | null;
9402
9367
 
9403
9368
  /**
9404
- * Generated by orval v7.17.0 🍺
9369
+ * Generated by orval v7.9.0 🍺
9405
9370
  * Do not edit manually.
9406
9371
  * AssemblyAI API
9407
9372
  * AssemblyAI API
@@ -9409,80 +9374,70 @@ type TranscriptLanguageConfidence = number | null;
9409
9374
  */
9410
9375
 
9411
9376
  /**
9412
- * The speech model used for the transcription. When `null`, the default model is used.
9377
+ * An array of temporally sequential chapters for the audio file
9413
9378
  */
9414
- type TranscriptSpeechModel = SpeechModel | null;
9379
+ type TranscriptChapters = Chapter[] | null;
9415
9380
 
9416
9381
  /**
9417
- * Generated by orval v7.17.0 🍺
9382
+ * Generated by orval v7.9.0 🍺
9418
9383
  * Do not edit manually.
9419
9384
  * AssemblyAI API
9420
9385
  * AssemblyAI API
9421
9386
  * OpenAPI spec version: 1.3.4
9422
9387
  */
9423
9388
  /**
9424
- * The textual transcript of your media file
9389
+ * The confidence score for the transcript, between 0.0 (low confidence) and 1.0 (high confidence)
9390
+ * @minimum 0
9391
+ * @maximum 1
9425
9392
  */
9426
- type TranscriptText = string | null;
9393
+ type TranscriptConfidence = number | null;
9427
9394
 
9428
9395
  /**
9429
- * Generated by orval v7.17.0 🍺
9396
+ * Generated by orval v7.9.0 🍺
9430
9397
  * Do not edit manually.
9431
9398
  * AssemblyAI API
9432
9399
  * AssemblyAI API
9433
9400
  * OpenAPI spec version: 1.3.4
9434
9401
  */
9435
-
9436
9402
  /**
9437
- * An array of temporally-sequential word objects, one for each word in the transcript.
9438
- See [Speech recognition](https://www.assemblyai.com/docs/models/speech-recognition) for more information.
9439
-
9403
+ * Whether [Content Moderation](https://www.assemblyai.com/docs/models/content-moderation) is enabled, can be true or false
9440
9404
  */
9441
- type TranscriptWords = TranscriptWord[] | null;
9405
+ type TranscriptContentSafety = boolean | null;
9442
9406
 
9443
9407
  /**
9444
- * Generated by orval v7.17.0 🍺
9408
+ * Generated by orval v7.9.0 🍺
9445
9409
  * Do not edit manually.
9446
9410
  * AssemblyAI API
9447
9411
  * AssemblyAI API
9448
9412
  * OpenAPI spec version: 1.3.4
9449
9413
  */
9414
+
9450
9415
  /**
9451
- * The channel of this utterance. The left and right channels are channels 1 and 2. Additional channels increment the channel number sequentially.
9416
+ * An array of results for the Content Moderation model, if it is enabled.
9417
+ See [Content moderation](https://www.assemblyai.com/docs/models/content-moderation) for more information.
9418
+
9452
9419
  */
9453
- type TranscriptUtteranceChannel = string | null;
9420
+ type TranscriptContentSafetyLabels = ContentSafetyLabelsResult | null;
9454
9421
 
9455
9422
  /**
9456
- * Generated by orval v7.17.0 🍺
9423
+ * Generated by orval v7.9.0 🍺
9457
9424
  * Do not edit manually.
9458
9425
  * AssemblyAI API
9459
9426
  * AssemblyAI API
9460
9427
  * OpenAPI spec version: 1.3.4
9461
9428
  */
9462
-
9463
- interface TranscriptUtterance {
9464
- /**
9465
- * The confidence score for the transcript of this utterance
9466
- * @minimum 0
9467
- * @maximum 1
9468
- */
9469
- confidence: number;
9470
- /** The starting time, in milliseconds, of the utterance in the audio file */
9471
- start: number;
9472
- /** The ending time, in milliseconds, of the utterance in the audio file */
9473
- end: number;
9474
- /** The text for this utterance */
9475
- text: string;
9476
- /** The words in the utterance. */
9477
- words: TranscriptWord[];
9478
- /** The channel of this utterance. The left and right channels are channels 1 and 2. Additional channels increment the channel number sequentially. */
9479
- channel?: TranscriptUtteranceChannel;
9480
- /** The speaker of this utterance, where each speaker is assigned a sequential capital letter - e.g. "A" for Speaker A, "B" for Speaker B, etc. */
9481
- speaker: string;
9429
+ /**
9430
+ * Object containing words or phrases to replace, and the word or phrase to replace with
9431
+ */
9432
+ interface TranscriptCustomSpelling {
9433
+ /** Words or phrases to replace */
9434
+ from: string[];
9435
+ /** Word to replace with */
9436
+ to: string;
9482
9437
  }
9483
9438
 
9484
9439
  /**
9485
- * Generated by orval v7.17.0 🍺
9440
+ * Generated by orval v7.9.0 🍺
9486
9441
  * Do not edit manually.
9487
9442
  * AssemblyAI API
9488
9443
  * AssemblyAI API
@@ -9490,203 +9445,315 @@ interface TranscriptUtterance {
9490
9445
  */
9491
9446
 
9492
9447
  /**
9493
- * When multichannel or speaker_labels is enabled, a list of turn-by-turn utterance objects.
9494
- See [Speaker diarization](https://www.assemblyai.com/docs/speech-to-text/speaker-diarization) and [Multichannel transcription](https://www.assemblyai.com/docs/speech-to-text/speech-recognition#multichannel-transcription) for more information.
9495
-
9448
+ * Customize how words are spelled and formatted using to and from values
9496
9449
  */
9497
- type TranscriptUtterances = TranscriptUtterance[] | null;
9450
+ type TranscriptCustomSpellingProperty = TranscriptCustomSpelling[] | null;
9498
9451
 
9499
9452
  /**
9500
- * Generated by orval v7.17.0 🍺
9453
+ * Generated by orval v7.9.0 🍺
9501
9454
  * Do not edit manually.
9502
9455
  * AssemblyAI API
9503
9456
  * AssemblyAI API
9504
9457
  * OpenAPI spec version: 1.3.4
9505
9458
  */
9506
9459
  /**
9507
- * The confidence score for the transcript, between 0.0 (low confidence) and 1.0 (high confidence)
9508
- * @minimum 0
9509
- * @maximum 1
9460
+ * Whether custom topics is enabled, either true or false
9461
+ * @deprecated
9510
9462
  */
9511
- type TranscriptConfidence = number | null;
9463
+ type TranscriptCustomTopics = boolean | null;
9512
9464
 
9513
9465
  /**
9514
- * Generated by orval v7.17.0 🍺
9466
+ * Generated by orval v7.9.0 🍺
9515
9467
  * Do not edit manually.
9516
9468
  * AssemblyAI API
9517
9469
  * AssemblyAI API
9518
9470
  * OpenAPI spec version: 1.3.4
9519
9471
  */
9520
9472
  /**
9521
- * The duration of this transcript object's media file, in seconds
9473
+ * Transcribe Filler Words, like "umm", in your media file; can be true or false
9522
9474
  */
9523
- type TranscriptAudioDuration = number | null;
9475
+ type TranscriptDisfluencies = boolean | null;
9524
9476
 
9525
9477
  /**
9526
- * Generated by orval v7.17.0 🍺
9478
+ * Generated by orval v7.9.0 🍺
9527
9479
  * Do not edit manually.
9528
9480
  * AssemblyAI API
9529
9481
  * AssemblyAI API
9530
9482
  * OpenAPI spec version: 1.3.4
9531
9483
  */
9484
+
9532
9485
  /**
9533
- * Whether Automatic Punctuation is enabled, either true or false
9486
+ * An array of results for the Entity Detection model, if it is enabled.
9487
+ See [Entity detection](https://www.assemblyai.com/docs/models/entity-detection) for more information.
9488
+
9534
9489
  */
9535
- type TranscriptPunctuate = boolean | null;
9490
+ type TranscriptEntities = Entity[] | null;
9536
9491
 
9537
9492
  /**
9538
- * Generated by orval v7.17.0 🍺
9493
+ * Generated by orval v7.9.0 🍺
9539
9494
  * Do not edit manually.
9540
9495
  * AssemblyAI API
9541
9496
  * AssemblyAI API
9542
9497
  * OpenAPI spec version: 1.3.4
9543
9498
  */
9544
9499
  /**
9545
- * Whether Text Formatting is enabled, either true or false
9500
+ * Whether [Entity Detection](https://www.assemblyai.com/docs/models/entity-detection) is enabled, can be true or false
9546
9501
  */
9547
- type TranscriptFormatText = boolean | null;
9502
+ type TranscriptEntityDetection = boolean | null;
9548
9503
 
9549
9504
  /**
9550
- * Generated by orval v7.17.0 🍺
9505
+ * Generated by orval v7.9.0 🍺
9551
9506
  * Do not edit manually.
9552
9507
  * AssemblyAI API
9553
9508
  * AssemblyAI API
9554
9509
  * OpenAPI spec version: 1.3.4
9555
9510
  */
9556
9511
  /**
9557
- * Transcribe Filler Words, like "umm", in your media file; can be true or false
9512
+ * Whether [Profanity Filtering](https://www.assemblyai.com/docs/models/speech-recognition#profanity-filtering) is enabled, either true or false
9558
9513
  */
9559
- type TranscriptDisfluencies = boolean | null;
9514
+ type TranscriptFilterProfanity = boolean | null;
9560
9515
 
9561
9516
  /**
9562
- * Generated by orval v7.17.0 🍺
9517
+ * Generated by orval v7.9.0 🍺
9563
9518
  * Do not edit manually.
9564
9519
  * AssemblyAI API
9565
9520
  * AssemblyAI API
9566
9521
  * OpenAPI spec version: 1.3.4
9567
9522
  */
9568
9523
  /**
9569
- * Whether [Multichannel transcription](https://www.assemblyai.com/docs/models/speech-recognition#multichannel-transcription) was enabled in the transcription request, either true or false
9524
+ * Whether Text Formatting is enabled, either true or false
9570
9525
  */
9571
- type TranscriptMultichannel = boolean | null;
9526
+ type TranscriptFormatText = boolean | null;
9572
9527
 
9573
9528
  /**
9574
- * Generated by orval v7.17.0 🍺
9529
+ * Generated by orval v7.9.0 🍺
9575
9530
  * Do not edit manually.
9576
9531
  * AssemblyAI API
9577
9532
  * AssemblyAI API
9578
9533
  * OpenAPI spec version: 1.3.4
9579
9534
  */
9580
9535
  /**
9581
- * The URL to which we send webhook requests.
9582
- We sends two different types of webhook requests.
9583
- One request when a transcript is completed or failed, and one request when the redacted audio is ready if redact_pii_audio is enabled.
9584
-
9536
+ * Whether [Topic Detection](https://www.assemblyai.com/docs/models/topic-detection) is enabled, can be true or false
9585
9537
  */
9586
- type TranscriptWebhookUrl = string | null;
9538
+ type TranscriptIabCategories = boolean | null;
9587
9539
 
9588
9540
  /**
9589
- * Generated by orval v7.17.0 🍺
9541
+ * Generated by orval v7.9.0 🍺
9590
9542
  * Do not edit manually.
9591
9543
  * AssemblyAI API
9592
9544
  * AssemblyAI API
9593
9545
  * OpenAPI spec version: 1.3.4
9594
9546
  */
9547
+
9595
9548
  /**
9596
- * The status code we received from your server when delivering the transcript completed or failed webhook request, if a webhook URL was provided
9549
+ * The result of the Topic Detection model, if it is enabled.
9550
+ See [Topic Detection](https://www.assemblyai.com/docs/models/topic-detection) for more information.
9551
+
9597
9552
  */
9598
- type TranscriptWebhookStatusCode = number | null;
9553
+ type TranscriptIabCategoriesResult = TopicDetectionModelResult | null;
9599
9554
 
9600
9555
  /**
9601
- * Generated by orval v7.17.0 🍺
9556
+ * Generated by orval v7.9.0 🍺
9602
9557
  * Do not edit manually.
9603
9558
  * AssemblyAI API
9604
9559
  * AssemblyAI API
9605
9560
  * OpenAPI spec version: 1.3.4
9606
9561
  */
9607
9562
  /**
9608
- * The header name to be sent with the transcript completed or failed webhook requests
9563
+ * The language of your audio file. Possible values are found in [Supported Languages](https://www.assemblyai.com/docs/concepts/supported-languages).
9564
+ The default value is 'en_us'.
9565
+
9609
9566
  */
9610
- type TranscriptWebhookAuthHeaderName = string | null;
9567
+ type TranscriptLanguageCode = (typeof TranscriptLanguageCode)[keyof typeof TranscriptLanguageCode];
9568
+ declare const TranscriptLanguageCode: {
9569
+ readonly en: "en";
9570
+ readonly en_au: "en_au";
9571
+ readonly en_uk: "en_uk";
9572
+ readonly en_us: "en_us";
9573
+ readonly es: "es";
9574
+ readonly fr: "fr";
9575
+ readonly de: "de";
9576
+ readonly it: "it";
9577
+ readonly pt: "pt";
9578
+ readonly nl: "nl";
9579
+ readonly af: "af";
9580
+ readonly sq: "sq";
9581
+ readonly am: "am";
9582
+ readonly ar: "ar";
9583
+ readonly hy: "hy";
9584
+ readonly as: "as";
9585
+ readonly az: "az";
9586
+ readonly ba: "ba";
9587
+ readonly eu: "eu";
9588
+ readonly be: "be";
9589
+ readonly bn: "bn";
9590
+ readonly bs: "bs";
9591
+ readonly br: "br";
9592
+ readonly bg: "bg";
9593
+ readonly my: "my";
9594
+ readonly ca: "ca";
9595
+ readonly zh: "zh";
9596
+ readonly hr: "hr";
9597
+ readonly cs: "cs";
9598
+ readonly da: "da";
9599
+ readonly et: "et";
9600
+ readonly fo: "fo";
9601
+ readonly fi: "fi";
9602
+ readonly gl: "gl";
9603
+ readonly ka: "ka";
9604
+ readonly el: "el";
9605
+ readonly gu: "gu";
9606
+ readonly ht: "ht";
9607
+ readonly ha: "ha";
9608
+ readonly haw: "haw";
9609
+ readonly he: "he";
9610
+ readonly hi: "hi";
9611
+ readonly hu: "hu";
9612
+ readonly is: "is";
9613
+ readonly id: "id";
9614
+ readonly ja: "ja";
9615
+ readonly jw: "jw";
9616
+ readonly kn: "kn";
9617
+ readonly kk: "kk";
9618
+ readonly km: "km";
9619
+ readonly ko: "ko";
9620
+ readonly lo: "lo";
9621
+ readonly la: "la";
9622
+ readonly lv: "lv";
9623
+ readonly ln: "ln";
9624
+ readonly lt: "lt";
9625
+ readonly lb: "lb";
9626
+ readonly mk: "mk";
9627
+ readonly mg: "mg";
9628
+ readonly ms: "ms";
9629
+ readonly ml: "ml";
9630
+ readonly mt: "mt";
9631
+ readonly mi: "mi";
9632
+ readonly mr: "mr";
9633
+ readonly mn: "mn";
9634
+ readonly ne: "ne";
9635
+ readonly no: "no";
9636
+ readonly nn: "nn";
9637
+ readonly oc: "oc";
9638
+ readonly pa: "pa";
9639
+ readonly ps: "ps";
9640
+ readonly fa: "fa";
9641
+ readonly pl: "pl";
9642
+ readonly ro: "ro";
9643
+ readonly ru: "ru";
9644
+ readonly sa: "sa";
9645
+ readonly sr: "sr";
9646
+ readonly sn: "sn";
9647
+ readonly sd: "sd";
9648
+ readonly si: "si";
9649
+ readonly sk: "sk";
9650
+ readonly sl: "sl";
9651
+ readonly so: "so";
9652
+ readonly su: "su";
9653
+ readonly sw: "sw";
9654
+ readonly sv: "sv";
9655
+ readonly tl: "tl";
9656
+ readonly tg: "tg";
9657
+ readonly ta: "ta";
9658
+ readonly tt: "tt";
9659
+ readonly te: "te";
9660
+ readonly th: "th";
9661
+ readonly bo: "bo";
9662
+ readonly tr: "tr";
9663
+ readonly tk: "tk";
9664
+ readonly uk: "uk";
9665
+ readonly ur: "ur";
9666
+ readonly uz: "uz";
9667
+ readonly vi: "vi";
9668
+ readonly cy: "cy";
9669
+ readonly yi: "yi";
9670
+ readonly yo: "yo";
9671
+ };
9611
9672
 
9612
9673
  /**
9613
- * Generated by orval v7.17.0 🍺
9674
+ * Generated by orval v7.9.0 🍺
9614
9675
  * Do not edit manually.
9615
9676
  * AssemblyAI API
9616
9677
  * AssemblyAI API
9617
9678
  * OpenAPI spec version: 1.3.4
9618
9679
  */
9680
+
9619
9681
  /**
9620
- * Whether speed boost is enabled
9621
- * @deprecated
9682
+ * The language of your audio file.
9683
+ Possible values are found in [Supported Languages](https://www.assemblyai.com/docs/concepts/supported-languages).
9684
+ The default value is 'en_us'.
9685
+
9622
9686
  */
9623
- type TranscriptSpeedBoost = boolean | null;
9687
+ type TranscriptLanguageCodeProperty = TranscriptLanguageCode | string;
9624
9688
 
9625
9689
  /**
9626
- * Generated by orval v7.17.0 🍺
9690
+ * Generated by orval v7.9.0 🍺
9627
9691
  * Do not edit manually.
9628
9692
  * AssemblyAI API
9629
9693
  * AssemblyAI API
9630
9694
  * OpenAPI spec version: 1.3.4
9631
9695
  */
9632
-
9633
9696
  /**
9634
- * An array of results for the Key Phrases model, if it is enabled.
9635
- See [Key Phrases](https://www.assemblyai.com/docs/models/key-phrases) for more information.
9636
-
9697
+ * The confidence score for the detected language, between 0.0 (low confidence) and 1.0 (high confidence)
9698
+ * @minimum 0
9699
+ * @maximum 1
9637
9700
  */
9638
- type TranscriptAutoHighlightsResult = AutoHighlightsResult | null;
9701
+ type TranscriptLanguageConfidence = number | null;
9639
9702
 
9640
9703
  /**
9641
- * Generated by orval v7.17.0 🍺
9704
+ * Generated by orval v7.9.0 🍺
9642
9705
  * Do not edit manually.
9643
9706
  * AssemblyAI API
9644
9707
  * AssemblyAI API
9645
9708
  * OpenAPI spec version: 1.3.4
9646
9709
  */
9647
9710
  /**
9648
- * The point in time, in milliseconds, in the file at which the transcription was started
9711
+ * The confidence threshold for the automatically detected language.
9712
+ An error will be returned if the language confidence is below this threshold.
9713
+
9714
+ * @minimum 0
9715
+ * @maximum 1
9649
9716
  */
9650
- type TranscriptAudioStartFrom = number | null;
9717
+ type TranscriptLanguageConfidenceThreshold = number | null;
9651
9718
 
9652
9719
  /**
9653
- * Generated by orval v7.17.0 🍺
9720
+ * Generated by orval v7.9.0 🍺
9654
9721
  * Do not edit manually.
9655
9722
  * AssemblyAI API
9656
9723
  * AssemblyAI API
9657
9724
  * OpenAPI spec version: 1.3.4
9658
9725
  */
9659
9726
  /**
9660
- * The point in time, in milliseconds, in the file at which the transcription was terminated
9727
+ * Whether [Automatic language detection](https://www.assemblyai.com/docs/models/speech-recognition#automatic-language-detection) is enabled, either true or false
9661
9728
  */
9662
- type TranscriptAudioEndAt = number | null;
9729
+ type TranscriptLanguageDetection = boolean | null;
9663
9730
 
9664
9731
  /**
9665
- * Generated by orval v7.17.0 🍺
9732
+ * Generated by orval v7.9.0 🍺
9666
9733
  * Do not edit manually.
9667
9734
  * AssemblyAI API
9668
9735
  * AssemblyAI API
9669
9736
  * OpenAPI spec version: 1.3.4
9670
9737
  */
9671
9738
  /**
9672
- * The word boost parameter value
9739
+ * Whether [Multichannel transcription](https://www.assemblyai.com/docs/models/speech-recognition#multichannel-transcription) was enabled in the transcription request, either true or false
9673
9740
  */
9674
- type TranscriptBoostParamProperty = string | null;
9741
+ type TranscriptMultichannel = boolean | null;
9675
9742
 
9676
9743
  /**
9677
- * Generated by orval v7.17.0 🍺
9744
+ * Generated by orval v7.9.0 🍺
9678
9745
  * Do not edit manually.
9679
9746
  * AssemblyAI API
9680
9747
  * AssemblyAI API
9681
9748
  * OpenAPI spec version: 1.3.4
9682
9749
  */
9683
9750
  /**
9684
- * Whether [Profanity Filtering](https://www.assemblyai.com/docs/models/speech-recognition#profanity-filtering) is enabled, either true or false
9751
+ * Whether Automatic Punctuation is enabled, either true or false
9685
9752
  */
9686
- type TranscriptFilterProfanity = boolean | null;
9753
+ type TranscriptPunctuate = boolean | null;
9687
9754
 
9688
9755
  /**
9689
- * Generated by orval v7.17.0 🍺
9756
+ * Generated by orval v7.9.0 🍺
9690
9757
  * Do not edit manually.
9691
9758
  * AssemblyAI API
9692
9759
  * AssemblyAI API
@@ -9700,7 +9767,7 @@ either true or false. See [PII redaction](https://www.assemblyai.com/docs/models
9700
9767
  type TranscriptRedactPiiAudio = boolean | null;
9701
9768
 
9702
9769
  /**
9703
- * Generated by orval v7.17.0 🍺
9770
+ * Generated by orval v7.9.0 🍺
9704
9771
  * Do not edit manually.
9705
9772
  * AssemblyAI API
9706
9773
  * AssemblyAI API
@@ -9715,7 +9782,7 @@ See [PII redaction](https://www.assemblyai.com/docs/models/pii-redaction) for mo
9715
9782
  type TranscriptRedactPiiAudioQuality = RedactPiiAudioQuality | null;
9716
9783
 
9717
9784
  /**
9718
- * Generated by orval v7.17.0 🍺
9785
+ * Generated by orval v7.9.0 🍺
9719
9786
  * Do not edit manually.
9720
9787
  * AssemblyAI API
9721
9788
  * AssemblyAI API
@@ -9730,70 +9797,58 @@ See [PII redaction](https://www.assemblyai.com/docs/models/pii-redaction) for mo
9730
9797
  type TranscriptRedactPiiPolicies = PiiPolicy[] | null;
9731
9798
 
9732
9799
  /**
9733
- * Generated by orval v7.17.0 🍺
9800
+ * Generated by orval v7.9.0 🍺
9734
9801
  * Do not edit manually.
9735
9802
  * AssemblyAI API
9736
9803
  * AssemblyAI API
9737
9804
  * OpenAPI spec version: 1.3.4
9738
9805
  */
9739
9806
  /**
9740
- * Whether [Speaker diarization](https://www.assemblyai.com/docs/models/speaker-diarization) is enabled, can be true or false
9807
+ * Whether [Sentiment Analysis](https://www.assemblyai.com/docs/models/sentiment-analysis) is enabled, can be true or false
9741
9808
  */
9742
- type TranscriptSpeakerLabels = boolean | null;
9809
+ type TranscriptSentimentAnalysis = boolean | null;
9743
9810
 
9744
9811
  /**
9745
- * Generated by orval v7.17.0 🍺
9812
+ * Generated by orval v7.9.0 🍺
9746
9813
  * Do not edit manually.
9747
9814
  * AssemblyAI API
9748
9815
  * AssemblyAI API
9749
9816
  * OpenAPI spec version: 1.3.4
9750
9817
  */
9751
- /**
9752
- * Tell the speaker label model how many speakers it should attempt to identify. See [Speaker diarization](https://www.assemblyai.com/docs/models/speaker-diarization) for more details.
9753
- */
9754
- type TranscriptSpeakersExpected = number | null;
9755
9818
 
9756
9819
  /**
9757
- * Generated by orval v7.17.0 🍺
9758
- * Do not edit manually.
9759
- * AssemblyAI API
9760
- * AssemblyAI API
9761
- * OpenAPI spec version: 1.3.4
9762
- */
9763
- /**
9764
- * Whether [Content Moderation](https://www.assemblyai.com/docs/models/content-moderation) is enabled, can be true or false
9820
+ * An array of results for the Sentiment Analysis model, if it is enabled.
9821
+ See [Sentiment Analysis](https://www.assemblyai.com/docs/models/sentiment-analysis) for more information.
9822
+
9765
9823
  */
9766
- type TranscriptContentSafety = boolean | null;
9824
+ type TranscriptSentimentAnalysisResults = SentimentAnalysisResult[] | null;
9767
9825
 
9768
9826
  /**
9769
- * Generated by orval v7.17.0 🍺
9827
+ * Generated by orval v7.9.0 🍺
9770
9828
  * Do not edit manually.
9771
9829
  * AssemblyAI API
9772
9830
  * AssemblyAI API
9773
9831
  * OpenAPI spec version: 1.3.4
9774
9832
  */
9775
-
9776
9833
  /**
9777
- * An array of results for the Content Moderation model, if it is enabled.
9778
- See [Content moderation](https://www.assemblyai.com/docs/models/content-moderation) for more information.
9779
-
9834
+ * Whether [Speaker diarization](https://www.assemblyai.com/docs/models/speaker-diarization) is enabled, can be true or false
9780
9835
  */
9781
- type TranscriptContentSafetyLabels = ContentSafetyLabelsResult | null;
9836
+ type TranscriptSpeakerLabels = boolean | null;
9782
9837
 
9783
9838
  /**
9784
- * Generated by orval v7.17.0 🍺
9839
+ * Generated by orval v7.9.0 🍺
9785
9840
  * Do not edit manually.
9786
9841
  * AssemblyAI API
9787
9842
  * AssemblyAI API
9788
9843
  * OpenAPI spec version: 1.3.4
9789
9844
  */
9790
9845
  /**
9791
- * Whether [Topic Detection](https://www.assemblyai.com/docs/models/topic-detection) is enabled, can be true or false
9846
+ * Tell the speaker label model how many speakers it should attempt to identify. See [Speaker diarization](https://www.assemblyai.com/docs/models/speaker-diarization) for more details.
9792
9847
  */
9793
- type TranscriptIabCategories = boolean | null;
9848
+ type TranscriptSpeakersExpected = number | null;
9794
9849
 
9795
9850
  /**
9796
- * Generated by orval v7.17.0 🍺
9851
+ * Generated by orval v7.9.0 🍺
9797
9852
  * Do not edit manually.
9798
9853
  * AssemblyAI API
9799
9854
  * AssemblyAI API
@@ -9801,69 +9856,67 @@ type TranscriptIabCategories = boolean | null;
9801
9856
  */
9802
9857
 
9803
9858
  /**
9804
- * The result of the Topic Detection model, if it is enabled.
9805
- See [Topic Detection](https://www.assemblyai.com/docs/models/topic-detection) for more information.
9806
-
9859
+ * The speech model used for the transcription. When `null`, the default model is used.
9807
9860
  */
9808
- type TranscriptIabCategoriesResult = TopicDetectionModelResult | null;
9861
+ type TranscriptSpeechModel = SpeechModel | null;
9809
9862
 
9810
9863
  /**
9811
- * Generated by orval v7.17.0 🍺
9864
+ * Generated by orval v7.9.0 🍺
9812
9865
  * Do not edit manually.
9813
9866
  * AssemblyAI API
9814
9867
  * AssemblyAI API
9815
9868
  * OpenAPI spec version: 1.3.4
9816
9869
  */
9817
9870
  /**
9818
- * Object containing words or phrases to replace, and the word or phrase to replace with
9871
+ * Defaults to null. Reject audio files that contain less than this fraction of speech.
9872
+ Valid values are in the range [0, 1] inclusive.
9873
+
9874
+ * @minimum 0
9875
+ * @maximum 1
9819
9876
  */
9820
- interface TranscriptCustomSpelling {
9821
- /** Words or phrases to replace */
9822
- from: string[];
9823
- /** Word to replace with */
9824
- to: string;
9825
- }
9877
+ type TranscriptSpeechThreshold = number | null;
9826
9878
 
9827
9879
  /**
9828
- * Generated by orval v7.17.0 🍺
9880
+ * Generated by orval v7.9.0 🍺
9829
9881
  * Do not edit manually.
9830
9882
  * AssemblyAI API
9831
9883
  * AssemblyAI API
9832
9884
  * OpenAPI spec version: 1.3.4
9833
9885
  */
9834
-
9835
9886
  /**
9836
- * Customize how words are spelled and formatted using to and from values
9887
+ * Whether speed boost is enabled
9888
+ * @deprecated
9837
9889
  */
9838
- type TranscriptCustomSpellingProperty = TranscriptCustomSpelling[] | null;
9890
+ type TranscriptSpeedBoost = boolean | null;
9839
9891
 
9840
9892
  /**
9841
- * Generated by orval v7.17.0 🍺
9893
+ * Generated by orval v7.9.0 🍺
9842
9894
  * Do not edit manually.
9843
9895
  * AssemblyAI API
9844
9896
  * AssemblyAI API
9845
9897
  * OpenAPI spec version: 1.3.4
9846
9898
  */
9847
9899
  /**
9848
- * Whether [Auto Chapters](https://www.assemblyai.com/docs/models/auto-chapters) is enabled, can be true or false
9900
+ * The generated summary of the media file, if [Summarization](https://www.assemblyai.com/docs/models/summarization) is enabled
9849
9901
  */
9850
- type TranscriptAutoChapters = boolean | null;
9902
+ type TranscriptSummary = string | null;
9851
9903
 
9852
9904
  /**
9853
- * Generated by orval v7.17.0 🍺
9905
+ * Generated by orval v7.9.0 🍺
9854
9906
  * Do not edit manually.
9855
9907
  * AssemblyAI API
9856
9908
  * AssemblyAI API
9857
9909
  * OpenAPI spec version: 1.3.4
9858
9910
  */
9859
-
9860
9911
  /**
9861
- * An array of temporally sequential chapters for the audio file
9912
+ * The Summarization model used to generate the summary,
9913
+ if [Summarization](https://www.assemblyai.com/docs/models/summarization) is enabled
9914
+
9862
9915
  */
9863
- type TranscriptChapters = Chapter[] | null;
9916
+ type TranscriptSummaryModel = string | null;
9864
9917
 
9865
9918
  /**
9866
- * Generated by orval v7.17.0 🍺
9919
+ * Generated by orval v7.9.0 🍺
9867
9920
  * Do not edit manually.
9868
9921
  * AssemblyAI API
9869
9922
  * AssemblyAI API
@@ -9875,58 +9928,72 @@ type TranscriptChapters = Chapter[] | null;
9875
9928
  type TranscriptSummaryType = string | null;
9876
9929
 
9877
9930
  /**
9878
- * Generated by orval v7.17.0 🍺
9931
+ * Generated by orval v7.9.0 🍺
9879
9932
  * Do not edit manually.
9880
9933
  * AssemblyAI API
9881
9934
  * AssemblyAI API
9882
9935
  * OpenAPI spec version: 1.3.4
9883
9936
  */
9884
9937
  /**
9885
- * The Summarization model used to generate the summary,
9886
- if [Summarization](https://www.assemblyai.com/docs/models/summarization) is enabled
9887
-
9938
+ * The textual transcript of your media file
9888
9939
  */
9889
- type TranscriptSummaryModel = string | null;
9940
+ type TranscriptText = string | null;
9890
9941
 
9891
9942
  /**
9892
- * Generated by orval v7.17.0 🍺
9943
+ * Generated by orval v7.9.0 🍺
9893
9944
  * Do not edit manually.
9894
9945
  * AssemblyAI API
9895
9946
  * AssemblyAI API
9896
9947
  * OpenAPI spec version: 1.3.4
9897
9948
  */
9898
9949
  /**
9899
- * The generated summary of the media file, if [Summarization](https://www.assemblyai.com/docs/models/summarization) is enabled
9950
+ * True while a request is throttled and false when a request is no longer throttled
9900
9951
  */
9901
- type TranscriptSummary = string | null;
9952
+ type TranscriptThrottled = boolean | null;
9902
9953
 
9903
9954
  /**
9904
- * Generated by orval v7.17.0 🍺
9955
+ * Generated by orval v7.9.0 🍺
9905
9956
  * Do not edit manually.
9906
9957
  * AssemblyAI API
9907
9958
  * AssemblyAI API
9908
9959
  * OpenAPI spec version: 1.3.4
9909
9960
  */
9910
9961
  /**
9911
- * Whether custom topics is enabled, either true or false
9912
- * @deprecated
9962
+ * The channel of this utterance. The left and right channels are channels 1 and 2. Additional channels increment the channel number sequentially.
9913
9963
  */
9914
- type TranscriptCustomTopics = boolean | null;
9964
+ type TranscriptUtteranceChannel = string | null;
9915
9965
 
9916
9966
  /**
9917
- * Generated by orval v7.17.0 🍺
9967
+ * Generated by orval v7.9.0 🍺
9918
9968
  * Do not edit manually.
9919
9969
  * AssemblyAI API
9920
9970
  * AssemblyAI API
9921
9971
  * OpenAPI spec version: 1.3.4
9922
9972
  */
9923
- /**
9924
- * Whether [Sentiment Analysis](https://www.assemblyai.com/docs/models/sentiment-analysis) is enabled, can be true or false
9925
- */
9926
- type TranscriptSentimentAnalysis = boolean | null;
9973
+
9974
+ interface TranscriptUtterance {
9975
+ /**
9976
+ * The confidence score for the transcript of this utterance
9977
+ * @minimum 0
9978
+ * @maximum 1
9979
+ */
9980
+ confidence: number;
9981
+ /** The starting time, in milliseconds, of the utterance in the audio file */
9982
+ start: number;
9983
+ /** The ending time, in milliseconds, of the utterance in the audio file */
9984
+ end: number;
9985
+ /** The text for this utterance */
9986
+ text: string;
9987
+ /** The words in the utterance. */
9988
+ words: TranscriptWord[];
9989
+ /** The channel of this utterance. The left and right channels are channels 1 and 2. Additional channels increment the channel number sequentially. */
9990
+ channel?: TranscriptUtteranceChannel;
9991
+ /** The speaker of this utterance, where each speaker is assigned a sequential capital letter - e.g. "A" for Speaker A, "B" for Speaker B, etc. */
9992
+ speaker: string;
9993
+ }
9927
9994
 
9928
9995
  /**
9929
- * Generated by orval v7.17.0 🍺
9996
+ * Generated by orval v7.9.0 🍺
9930
9997
  * Do not edit manually.
9931
9998
  * AssemblyAI API
9932
9999
  * AssemblyAI API
@@ -9934,69 +10001,68 @@ type TranscriptSentimentAnalysis = boolean | null;
9934
10001
  */
9935
10002
 
9936
10003
  /**
9937
- * An array of results for the Sentiment Analysis model, if it is enabled.
9938
- See [Sentiment Analysis](https://www.assemblyai.com/docs/models/sentiment-analysis) for more information.
10004
+ * When multichannel or speaker_labels is enabled, a list of turn-by-turn utterance objects.
10005
+ See [Speaker diarization](https://www.assemblyai.com/docs/speech-to-text/speaker-diarization) and [Multichannel transcription](https://www.assemblyai.com/docs/speech-to-text/speech-recognition#multichannel-transcription) for more information.
9939
10006
 
9940
10007
  */
9941
- type TranscriptSentimentAnalysisResults = SentimentAnalysisResult[] | null;
10008
+ type TranscriptUtterances = TranscriptUtterance[] | null;
9942
10009
 
9943
10010
  /**
9944
- * Generated by orval v7.17.0 🍺
10011
+ * Generated by orval v7.9.0 🍺
9945
10012
  * Do not edit manually.
9946
10013
  * AssemblyAI API
9947
10014
  * AssemblyAI API
9948
10015
  * OpenAPI spec version: 1.3.4
9949
10016
  */
9950
10017
  /**
9951
- * Whether [Entity Detection](https://www.assemblyai.com/docs/models/entity-detection) is enabled, can be true or false
10018
+ * The header name to be sent with the transcript completed or failed webhook requests
9952
10019
  */
9953
- type TranscriptEntityDetection = boolean | null;
10020
+ type TranscriptWebhookAuthHeaderName = string | null;
9954
10021
 
9955
10022
  /**
9956
- * Generated by orval v7.17.0 🍺
10023
+ * Generated by orval v7.9.0 🍺
9957
10024
  * Do not edit manually.
9958
10025
  * AssemblyAI API
9959
10026
  * AssemblyAI API
9960
10027
  * OpenAPI spec version: 1.3.4
9961
10028
  */
9962
-
9963
10029
  /**
9964
- * An array of results for the Entity Detection model, if it is enabled.
9965
- See [Entity detection](https://www.assemblyai.com/docs/models/entity-detection) for more information.
9966
-
10030
+ * The status code we received from your server when delivering the transcript completed or failed webhook request, if a webhook URL was provided
9967
10031
  */
9968
- type TranscriptEntities = Entity[] | null;
10032
+ type TranscriptWebhookStatusCode = number | null;
9969
10033
 
9970
10034
  /**
9971
- * Generated by orval v7.17.0 🍺
10035
+ * Generated by orval v7.9.0 🍺
9972
10036
  * Do not edit manually.
9973
10037
  * AssemblyAI API
9974
10038
  * AssemblyAI API
9975
10039
  * OpenAPI spec version: 1.3.4
9976
10040
  */
9977
10041
  /**
9978
- * Defaults to null. Reject audio files that contain less than this fraction of speech.
9979
- Valid values are in the range [0, 1] inclusive.
10042
+ * The URL to which we send webhook requests.
10043
+ We sends two different types of webhook requests.
10044
+ One request when a transcript is completed or failed, and one request when the redacted audio is ready if redact_pii_audio is enabled.
9980
10045
 
9981
- * @minimum 0
9982
- * @maximum 1
9983
10046
  */
9984
- type TranscriptSpeechThreshold = number | null;
10047
+ type TranscriptWebhookUrl = string | null;
9985
10048
 
9986
10049
  /**
9987
- * Generated by orval v7.17.0 🍺
10050
+ * Generated by orval v7.9.0 🍺
9988
10051
  * Do not edit manually.
9989
10052
  * AssemblyAI API
9990
10053
  * AssemblyAI API
9991
10054
  * OpenAPI spec version: 1.3.4
9992
10055
  */
10056
+
9993
10057
  /**
9994
- * True while a request is throttled and false when a request is no longer throttled
10058
+ * An array of temporally-sequential word objects, one for each word in the transcript.
10059
+ See [Speech recognition](https://www.assemblyai.com/docs/models/speech-recognition) for more information.
10060
+
9995
10061
  */
9996
- type TranscriptThrottled = boolean | null;
10062
+ type TranscriptWords = TranscriptWord[] | null;
9997
10063
 
9998
10064
  /**
9999
- * Generated by orval v7.17.0 🍺
10065
+ * Generated by orval v7.9.0 🍺
10000
10066
  * Do not edit manually.
10001
10067
  * AssemblyAI API
10002
10068
  * AssemblyAI API
@@ -10199,7 +10265,7 @@ interface Transcript {
10199
10265
  }
10200
10266
 
10201
10267
  /**
10202
- * Generated by orval v7.17.0 🍺
10268
+ * Generated by orval v7.9.0 🍺
10203
10269
  * Do not edit manually.
10204
10270
  * AssemblyAI API
10205
10271
  * AssemblyAI API
@@ -10216,7 +10282,7 @@ declare const TranscriptBoostParam: {
10216
10282
  };
10217
10283
 
10218
10284
  /**
10219
- * Generated by orval v7.17.0 🍺
10285
+ * Generated by orval v7.9.0 🍺
10220
10286
  * Do not edit manually.
10221
10287
  * AssemblyAI API
10222
10288
  * AssemblyAI API
@@ -10229,7 +10295,7 @@ declare const TranscriptBoostParam: {
10229
10295
  type TranscriptListItemCompleted = string | null;
10230
10296
 
10231
10297
  /**
10232
- * Generated by orval v7.17.0 🍺
10298
+ * Generated by orval v7.9.0 🍺
10233
10299
  * Do not edit manually.
10234
10300
  * AssemblyAI API
10235
10301
  * AssemblyAI API
@@ -10241,7 +10307,7 @@ type TranscriptListItemCompleted = string | null;
10241
10307
  type TranscriptListItemError = string | null;
10242
10308
 
10243
10309
  /**
10244
- * Generated by orval v7.17.0 🍺
10310
+ * Generated by orval v7.9.0 🍺
10245
10311
  * Do not edit manually.
10246
10312
  * AssemblyAI API
10247
10313
  * AssemblyAI API
@@ -10272,7 +10338,7 @@ interface TranscriptListItem {
10272
10338
  }
10273
10339
 
10274
10340
  /**
10275
- * Generated by orval v7.17.0 🍺
10341
+ * Generated by orval v7.9.0 🍺
10276
10342
  * Do not edit manually.
10277
10343
  * AssemblyAI API
10278
10344
  * AssemblyAI API
@@ -10290,7 +10356,7 @@ interface TranscriptList {
10290
10356
  }
10291
10357
 
10292
10358
  /**
10293
- * Generated by orval v7.17.0 🍺
10359
+ * Generated by orval v7.9.0 🍺
10294
10360
  * Do not edit manually.
10295
10361
  * AssemblyAI API
10296
10362
  * AssemblyAI API
@@ -10300,7 +10366,7 @@ interface TranscriptList {
10300
10366
  type TranscriptOptionalParamsLanguageCodeOneOf = TranscriptLanguageCode | string;
10301
10367
 
10302
10368
  /**
10303
- * Generated by orval v7.17.0 🍺
10369
+ * Generated by orval v7.9.0 🍺
10304
10370
  * Do not edit manually.
10305
10371
  * AssemblyAI API
10306
10372
  * AssemblyAI API
@@ -10315,7 +10381,7 @@ The default value is 'en_us'.
10315
10381
  type TranscriptOptionalParamsLanguageCode = TranscriptOptionalParamsLanguageCodeOneOf | null;
10316
10382
 
10317
10383
  /**
10318
- * Generated by orval v7.17.0 🍺
10384
+ * Generated by orval v7.9.0 🍺
10319
10385
  * Do not edit manually.
10320
10386
  * AssemblyAI API
10321
10387
  * AssemblyAI API
@@ -10323,77 +10389,77 @@ type TranscriptOptionalParamsLanguageCode = TranscriptOptionalParamsLanguageCode
10323
10389
  */
10324
10390
 
10325
10391
  /**
10326
- * The speech model to use for the transcription. When `null`, the "best" model is used.
10392
+ * The replacement logic for detected PII, can be "entity_type" or "hash". See [PII redaction](https://www.assemblyai.com/docs/models/pii-redaction) for more details.
10327
10393
  */
10328
- type TranscriptOptionalParamsSpeechModel = SpeechModel | null;
10394
+ type TranscriptOptionalParamsRedactPiiSub = SubstitutionPolicy | null;
10329
10395
 
10330
10396
  /**
10331
- * Generated by orval v7.17.0 🍺
10397
+ * Generated by orval v7.9.0 🍺
10332
10398
  * Do not edit manually.
10333
10399
  * AssemblyAI API
10334
10400
  * AssemblyAI API
10335
10401
  * OpenAPI spec version: 1.3.4
10336
10402
  */
10337
10403
  /**
10338
- * The header name to be sent with the transcript completed or failed webhook requests
10404
+ * Tells the speaker label model how many speakers it should attempt to identify. See [Speaker diarization](https://www.assemblyai.com/docs/models/speaker-diarization) for more details.
10339
10405
  */
10340
- type TranscriptOptionalParamsWebhookAuthHeaderName = string | null;
10406
+ type TranscriptOptionalParamsSpeakersExpected = number | null;
10341
10407
 
10342
10408
  /**
10343
- * Generated by orval v7.17.0 🍺
10409
+ * Generated by orval v7.9.0 🍺
10344
10410
  * Do not edit manually.
10345
10411
  * AssemblyAI API
10346
10412
  * AssemblyAI API
10347
10413
  * OpenAPI spec version: 1.3.4
10348
10414
  */
10415
+
10349
10416
  /**
10350
- * The header value to send back with the transcript completed or failed webhook requests for added security
10417
+ * The speech model to use for the transcription. When `null`, the "best" model is used.
10351
10418
  */
10352
- type TranscriptOptionalParamsWebhookAuthHeaderValue = string | null;
10419
+ type TranscriptOptionalParamsSpeechModel = SpeechModel | null;
10353
10420
 
10354
10421
  /**
10355
- * Generated by orval v7.17.0 🍺
10422
+ * Generated by orval v7.9.0 🍺
10356
10423
  * Do not edit manually.
10357
10424
  * AssemblyAI API
10358
10425
  * AssemblyAI API
10359
10426
  * OpenAPI spec version: 1.3.4
10360
10427
  */
10361
-
10362
10428
  /**
10363
- * The replacement logic for detected PII, can be "entity_type" or "hash". See [PII redaction](https://www.assemblyai.com/docs/models/pii-redaction) for more details.
10429
+ * Reject audio files that contain less than this fraction of speech.
10430
+ Valid values are in the range [0, 1] inclusive.
10431
+
10432
+ * @minimum 0
10433
+ * @maximum 1
10364
10434
  */
10365
- type TranscriptOptionalParamsRedactPiiSub = SubstitutionPolicy | null;
10435
+ type TranscriptOptionalParamsSpeechThreshold = number | null;
10366
10436
 
10367
10437
  /**
10368
- * Generated by orval v7.17.0 🍺
10438
+ * Generated by orval v7.9.0 🍺
10369
10439
  * Do not edit manually.
10370
10440
  * AssemblyAI API
10371
10441
  * AssemblyAI API
10372
10442
  * OpenAPI spec version: 1.3.4
10373
10443
  */
10374
10444
  /**
10375
- * Tells the speaker label model how many speakers it should attempt to identify. See [Speaker diarization](https://www.assemblyai.com/docs/models/speaker-diarization) for more details.
10445
+ * The header name to be sent with the transcript completed or failed webhook requests
10376
10446
  */
10377
- type TranscriptOptionalParamsSpeakersExpected = number | null;
10447
+ type TranscriptOptionalParamsWebhookAuthHeaderName = string | null;
10378
10448
 
10379
10449
  /**
10380
- * Generated by orval v7.17.0 🍺
10450
+ * Generated by orval v7.9.0 🍺
10381
10451
  * Do not edit manually.
10382
10452
  * AssemblyAI API
10383
10453
  * AssemblyAI API
10384
10454
  * OpenAPI spec version: 1.3.4
10385
10455
  */
10386
10456
  /**
10387
- * Reject audio files that contain less than this fraction of speech.
10388
- Valid values are in the range [0, 1] inclusive.
10389
-
10390
- * @minimum 0
10391
- * @maximum 1
10457
+ * The header value to send back with the transcript completed or failed webhook requests for added security
10392
10458
  */
10393
- type TranscriptOptionalParamsSpeechThreshold = number | null;
10459
+ type TranscriptOptionalParamsWebhookAuthHeaderValue = string | null;
10394
10460
 
10395
10461
  /**
10396
- * Generated by orval v7.17.0 🍺
10462
+ * Generated by orval v7.9.0 🍺
10397
10463
  * Do not edit manually.
10398
10464
  * AssemblyAI API
10399
10465
  * AssemblyAI API
@@ -10518,7 +10584,7 @@ interface TranscriptOptionalParams {
10518
10584
  }
10519
10585
 
10520
10586
  /**
10521
- * Generated by orval v7.17.0 🍺
10587
+ * Generated by orval v7.9.0 🍺
10522
10588
  * Do not edit manually.
10523
10589
  * AssemblyAI API
10524
10590
  * AssemblyAI API
@@ -10530,7 +10596,7 @@ type TranscriptParamsAllOf = {
10530
10596
  };
10531
10597
 
10532
10598
  /**
10533
- * Generated by orval v7.17.0 🍺
10599
+ * Generated by orval v7.9.0 🍺
10534
10600
  * Do not edit manually.
10535
10601
  * AssemblyAI API
10536
10602
  * AssemblyAI API
@@ -10543,7 +10609,7 @@ type TranscriptParamsAllOf = {
10543
10609
  type TranscriptParams = TranscriptParamsAllOf & TranscriptOptionalParams;
10544
10610
 
10545
10611
  /**
10546
- * Generated by orval v7.17.0 🍺
10612
+ * Generated by orval v7.9.0 🍺
10547
10613
  * Do not edit manually.
10548
10614
  * AssemblyAI API
10549
10615
  * AssemblyAI API
@@ -10559,7 +10625,7 @@ declare const TranscriptReadyStatus: {
10559
10625
  };
10560
10626
 
10561
10627
  /**
10562
- * Generated by orval v7.17.0 🍺
10628
+ * Generated by orval v7.9.0 🍺
10563
10629
  * Do not edit manually.
10564
10630
  * AssemblyAI API
10565
10631
  * AssemblyAI API
@@ -10577,7 +10643,7 @@ interface TranscriptReadyNotification {
10577
10643
  }
10578
10644
 
10579
10645
  /**
10580
- * Generated by orval v7.17.0 🍺
10646
+ * Generated by orval v7.9.0 🍺
10581
10647
  * Do not edit manually.
10582
10648
  * AssemblyAI API
10583
10649
  * AssemblyAI API
@@ -10590,7 +10656,7 @@ interface TranscriptReadyNotification {
10590
10656
  type TranscriptWebhookNotification = TranscriptReadyNotification | RedactedAudioNotification;
10591
10657
 
10592
10658
  /**
10593
- * Generated by orval v7.17.0 🍺
10659
+ * Generated by orval v7.9.0 🍺
10594
10660
  * Do not edit manually.
10595
10661
  * AssemblyAI API
10596
10662
  * AssemblyAI API
@@ -10603,7 +10669,7 @@ type TranscriptWebhookNotification = TranscriptReadyNotification | RedactedAudio
10603
10669
  type UnauthorizedResponse = Error$1;
10604
10670
 
10605
10671
  /**
10606
- * Generated by orval v7.17.0 🍺
10672
+ * Generated by orval v7.9.0 🍺
10607
10673
  * Do not edit manually.
10608
10674
  * AssemblyAI API
10609
10675
  * AssemblyAI API
@@ -10616,7 +10682,7 @@ interface UploadedFile {
10616
10682
  }
10617
10683
 
10618
10684
  /**
10619
- * Generated by orval v7.17.0 🍺
10685
+ * Generated by orval v7.9.0 🍺
10620
10686
  * Do not edit manually.
10621
10687
  * AssemblyAI API
10622
10688
  * AssemblyAI API
@@ -10628,7 +10694,7 @@ interface UploadedFile {
10628
10694
  type WordSearchTimestamp = number[];
10629
10695
 
10630
10696
  /**
10631
- * Generated by orval v7.17.0 🍺
10697
+ * Generated by orval v7.9.0 🍺
10632
10698
  * Do not edit manually.
10633
10699
  * AssemblyAI API
10634
10700
  * AssemblyAI API
@@ -10647,7 +10713,7 @@ interface WordSearchMatch {
10647
10713
  }
10648
10714
 
10649
10715
  /**
10650
- * Generated by orval v7.17.0 🍺
10716
+ * Generated by orval v7.9.0 🍺
10651
10717
  * Do not edit manually.
10652
10718
  * AssemblyAI API
10653
10719
  * AssemblyAI API
@@ -10661,7 +10727,7 @@ type WordSearchParams = {
10661
10727
  };
10662
10728
 
10663
10729
  /**
10664
- * Generated by orval v7.17.0 🍺
10730
+ * Generated by orval v7.9.0 🍺
10665
10731
  * Do not edit manually.
10666
10732
  * AssemblyAI API
10667
10733
  * AssemblyAI API
@@ -10678,7 +10744,7 @@ interface WordSearchResponse {
10678
10744
  }
10679
10745
 
10680
10746
  /**
10681
- * Generated by orval v7.17.0 🍺
10747
+ * Generated by orval v7.9.0 🍺
10682
10748
  * Do not edit manually.
10683
10749
  * AssemblyAI API
10684
10750
  * AssemblyAI API