@cloudflare/workers-types 4.20260113.0 → 4.20260115.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.
@@ -6057,7 +6057,7 @@ interface Ai_Cf_Qwen_Qwq_32B_Messages {
6057
6057
  }
6058
6058
  )[];
6059
6059
  /**
6060
- * JSON schema that should be fufilled for the response.
6060
+ * JSON schema that should be fulfilled for the response.
6061
6061
  */
6062
6062
  guided_json?: object;
6063
6063
  /**
@@ -6331,7 +6331,7 @@ interface Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Messages {
6331
6331
  }
6332
6332
  )[];
6333
6333
  /**
6334
- * JSON schema that should be fufilled for the response.
6334
+ * JSON schema that should be fulfilled for the response.
6335
6335
  */
6336
6336
  guided_json?: object;
6337
6337
  /**
@@ -6424,7 +6424,7 @@ interface Ai_Cf_Google_Gemma_3_12B_It_Prompt {
6424
6424
  */
6425
6425
  prompt: string;
6426
6426
  /**
6427
- * JSON schema that should be fufilled for the response.
6427
+ * JSON schema that should be fulfilled for the response.
6428
6428
  */
6429
6429
  guided_json?: object;
6430
6430
  /**
@@ -6588,7 +6588,7 @@ interface Ai_Cf_Google_Gemma_3_12B_It_Messages {
6588
6588
  }
6589
6589
  )[];
6590
6590
  /**
6591
- * JSON schema that should be fufilled for the response.
6591
+ * JSON schema that should be fulfilled for the response.
6592
6592
  */
6593
6593
  guided_json?: object;
6594
6594
  /**
@@ -6869,7 +6869,7 @@ interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages {
6869
6869
  )[];
6870
6870
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
6871
6871
  /**
6872
- * JSON schema that should be fufilled for the response.
6872
+ * JSON schema that should be fulfilled for the response.
6873
6873
  */
6874
6874
  guided_json?: object;
6875
6875
  /**
@@ -7108,7 +7108,7 @@ interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages_Inner {
7108
7108
  )[];
7109
7109
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
7110
7110
  /**
7111
- * JSON schema that should be fufilled for the response.
7111
+ * JSON schema that should be fulfilled for the response.
7112
7112
  */
7113
7113
  guided_json?: object;
7114
7114
  /**
@@ -8196,7 +8196,7 @@ interface Ai_Cf_Ai4Bharat_Indictrans2_En_Indic_1B_Input {
8196
8196
  */
8197
8197
  text: string | string[];
8198
8198
  /**
8199
- * Target langauge to translate to
8199
+ * Target language to translate to
8200
8200
  */
8201
8201
  target_language:
8202
8202
  | "asm_Beng"
@@ -10667,7 +10667,7 @@ interface Hyperdrive {
10667
10667
  /**
10668
10668
  * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.
10669
10669
  *
10670
- * Calling this method returns an idential socket to if you call
10670
+ * Calling this method returns an identical socket to if you call
10671
10671
  * `connect("host:port")` using the `host` and `port` fields from this object.
10672
10672
  * Pick whichever approach works better with your preferred DB client library.
10673
10673
  *
@@ -11048,7 +11048,7 @@ declare module "cloudflare:pipelines" {
11048
11048
  protected ctx: ExecutionContext;
11049
11049
  constructor(ctx: ExecutionContext, env: Env);
11050
11050
  /**
11051
- * run recieves an array of PipelineRecord which can be
11051
+ * run receives an array of PipelineRecord which can be
11052
11052
  * transformed and returned to the pipeline
11053
11053
  * @param records Incoming records from the pipeline to be transformed
11054
11054
  * @param metadata Information about the specific pipeline calling the transformation entrypoint
@@ -11723,7 +11723,7 @@ declare namespace TailStream {
11723
11723
  // For Hibernate and Mark this would be the span under which they were emitted.
11724
11724
  // spanId is not set ONLY if:
11725
11725
  // 1. This is an Onset event
11726
- // 2. We are not inherting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11726
+ // 2. We are not inheriting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11727
11727
  readonly spanId?: string;
11728
11728
  }
11729
11729
  interface TailEvent<Event extends EventType> {
@@ -6069,7 +6069,7 @@ export interface Ai_Cf_Qwen_Qwq_32B_Messages {
6069
6069
  }
6070
6070
  )[];
6071
6071
  /**
6072
- * JSON schema that should be fufilled for the response.
6072
+ * JSON schema that should be fulfilled for the response.
6073
6073
  */
6074
6074
  guided_json?: object;
6075
6075
  /**
@@ -6343,7 +6343,7 @@ export interface Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Messages {
6343
6343
  }
6344
6344
  )[];
6345
6345
  /**
6346
- * JSON schema that should be fufilled for the response.
6346
+ * JSON schema that should be fulfilled for the response.
6347
6347
  */
6348
6348
  guided_json?: object;
6349
6349
  /**
@@ -6436,7 +6436,7 @@ export interface Ai_Cf_Google_Gemma_3_12B_It_Prompt {
6436
6436
  */
6437
6437
  prompt: string;
6438
6438
  /**
6439
- * JSON schema that should be fufilled for the response.
6439
+ * JSON schema that should be fulfilled for the response.
6440
6440
  */
6441
6441
  guided_json?: object;
6442
6442
  /**
@@ -6600,7 +6600,7 @@ export interface Ai_Cf_Google_Gemma_3_12B_It_Messages {
6600
6600
  }
6601
6601
  )[];
6602
6602
  /**
6603
- * JSON schema that should be fufilled for the response.
6603
+ * JSON schema that should be fulfilled for the response.
6604
6604
  */
6605
6605
  guided_json?: object;
6606
6606
  /**
@@ -6881,7 +6881,7 @@ export interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages {
6881
6881
  )[];
6882
6882
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
6883
6883
  /**
6884
- * JSON schema that should be fufilled for the response.
6884
+ * JSON schema that should be fulfilled for the response.
6885
6885
  */
6886
6886
  guided_json?: object;
6887
6887
  /**
@@ -7120,7 +7120,7 @@ export interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages_Inner {
7120
7120
  )[];
7121
7121
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
7122
7122
  /**
7123
- * JSON schema that should be fufilled for the response.
7123
+ * JSON schema that should be fulfilled for the response.
7124
7124
  */
7125
7125
  guided_json?: object;
7126
7126
  /**
@@ -8208,7 +8208,7 @@ export interface Ai_Cf_Ai4Bharat_Indictrans2_En_Indic_1B_Input {
8208
8208
  */
8209
8209
  text: string | string[];
8210
8210
  /**
8211
- * Target langauge to translate to
8211
+ * Target language to translate to
8212
8212
  */
8213
8213
  target_language:
8214
8214
  | "asm_Beng"
@@ -10686,7 +10686,7 @@ export interface Hyperdrive {
10686
10686
  /**
10687
10687
  * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.
10688
10688
  *
10689
- * Calling this method returns an idential socket to if you call
10689
+ * Calling this method returns an identical socket to if you call
10690
10690
  * `connect("host:port")` using the `host` and `port` fields from this object.
10691
10691
  * Pick whichever approach works better with your preferred DB client library.
10692
10692
  *
@@ -11683,7 +11683,7 @@ export declare namespace TailStream {
11683
11683
  // For Hibernate and Mark this would be the span under which they were emitted.
11684
11684
  // spanId is not set ONLY if:
11685
11685
  // 1. This is an Onset event
11686
- // 2. We are not inherting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11686
+ // 2. We are not inheriting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11687
11687
  readonly spanId?: string;
11688
11688
  }
11689
11689
  interface TailEvent<Event extends EventType> {
@@ -6124,7 +6124,7 @@ interface Ai_Cf_Qwen_Qwq_32B_Messages {
6124
6124
  }
6125
6125
  )[];
6126
6126
  /**
6127
- * JSON schema that should be fufilled for the response.
6127
+ * JSON schema that should be fulfilled for the response.
6128
6128
  */
6129
6129
  guided_json?: object;
6130
6130
  /**
@@ -6398,7 +6398,7 @@ interface Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Messages {
6398
6398
  }
6399
6399
  )[];
6400
6400
  /**
6401
- * JSON schema that should be fufilled for the response.
6401
+ * JSON schema that should be fulfilled for the response.
6402
6402
  */
6403
6403
  guided_json?: object;
6404
6404
  /**
@@ -6491,7 +6491,7 @@ interface Ai_Cf_Google_Gemma_3_12B_It_Prompt {
6491
6491
  */
6492
6492
  prompt: string;
6493
6493
  /**
6494
- * JSON schema that should be fufilled for the response.
6494
+ * JSON schema that should be fulfilled for the response.
6495
6495
  */
6496
6496
  guided_json?: object;
6497
6497
  /**
@@ -6655,7 +6655,7 @@ interface Ai_Cf_Google_Gemma_3_12B_It_Messages {
6655
6655
  }
6656
6656
  )[];
6657
6657
  /**
6658
- * JSON schema that should be fufilled for the response.
6658
+ * JSON schema that should be fulfilled for the response.
6659
6659
  */
6660
6660
  guided_json?: object;
6661
6661
  /**
@@ -6936,7 +6936,7 @@ interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages {
6936
6936
  )[];
6937
6937
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
6938
6938
  /**
6939
- * JSON schema that should be fufilled for the response.
6939
+ * JSON schema that should be fulfilled for the response.
6940
6940
  */
6941
6941
  guided_json?: object;
6942
6942
  /**
@@ -7175,7 +7175,7 @@ interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages_Inner {
7175
7175
  )[];
7176
7176
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
7177
7177
  /**
7178
- * JSON schema that should be fufilled for the response.
7178
+ * JSON schema that should be fulfilled for the response.
7179
7179
  */
7180
7180
  guided_json?: object;
7181
7181
  /**
@@ -8263,7 +8263,7 @@ interface Ai_Cf_Ai4Bharat_Indictrans2_En_Indic_1B_Input {
8263
8263
  */
8264
8264
  text: string | string[];
8265
8265
  /**
8266
- * Target langauge to translate to
8266
+ * Target language to translate to
8267
8267
  */
8268
8268
  target_language:
8269
8269
  | "asm_Beng"
@@ -10734,7 +10734,7 @@ interface Hyperdrive {
10734
10734
  /**
10735
10735
  * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.
10736
10736
  *
10737
- * Calling this method returns an idential socket to if you call
10737
+ * Calling this method returns an identical socket to if you call
10738
10738
  * `connect("host:port")` using the `host` and `port` fields from this object.
10739
10739
  * Pick whichever approach works better with your preferred DB client library.
10740
10740
  *
@@ -11115,7 +11115,7 @@ declare module "cloudflare:pipelines" {
11115
11115
  protected ctx: ExecutionContext;
11116
11116
  constructor(ctx: ExecutionContext, env: Env);
11117
11117
  /**
11118
- * run recieves an array of PipelineRecord which can be
11118
+ * run receives an array of PipelineRecord which can be
11119
11119
  * transformed and returned to the pipeline
11120
11120
  * @param records Incoming records from the pipeline to be transformed
11121
11121
  * @param metadata Information about the specific pipeline calling the transformation entrypoint
@@ -11790,7 +11790,7 @@ declare namespace TailStream {
11790
11790
  // For Hibernate and Mark this would be the span under which they were emitted.
11791
11791
  // spanId is not set ONLY if:
11792
11792
  // 1. This is an Onset event
11793
- // 2. We are not inherting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11793
+ // 2. We are not inheriting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11794
11794
  readonly spanId?: string;
11795
11795
  }
11796
11796
  interface TailEvent<Event extends EventType> {
@@ -6136,7 +6136,7 @@ export interface Ai_Cf_Qwen_Qwq_32B_Messages {
6136
6136
  }
6137
6137
  )[];
6138
6138
  /**
6139
- * JSON schema that should be fufilled for the response.
6139
+ * JSON schema that should be fulfilled for the response.
6140
6140
  */
6141
6141
  guided_json?: object;
6142
6142
  /**
@@ -6410,7 +6410,7 @@ export interface Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Messages {
6410
6410
  }
6411
6411
  )[];
6412
6412
  /**
6413
- * JSON schema that should be fufilled for the response.
6413
+ * JSON schema that should be fulfilled for the response.
6414
6414
  */
6415
6415
  guided_json?: object;
6416
6416
  /**
@@ -6503,7 +6503,7 @@ export interface Ai_Cf_Google_Gemma_3_12B_It_Prompt {
6503
6503
  */
6504
6504
  prompt: string;
6505
6505
  /**
6506
- * JSON schema that should be fufilled for the response.
6506
+ * JSON schema that should be fulfilled for the response.
6507
6507
  */
6508
6508
  guided_json?: object;
6509
6509
  /**
@@ -6667,7 +6667,7 @@ export interface Ai_Cf_Google_Gemma_3_12B_It_Messages {
6667
6667
  }
6668
6668
  )[];
6669
6669
  /**
6670
- * JSON schema that should be fufilled for the response.
6670
+ * JSON schema that should be fulfilled for the response.
6671
6671
  */
6672
6672
  guided_json?: object;
6673
6673
  /**
@@ -6948,7 +6948,7 @@ export interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages {
6948
6948
  )[];
6949
6949
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
6950
6950
  /**
6951
- * JSON schema that should be fufilled for the response.
6951
+ * JSON schema that should be fulfilled for the response.
6952
6952
  */
6953
6953
  guided_json?: object;
6954
6954
  /**
@@ -7187,7 +7187,7 @@ export interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages_Inner {
7187
7187
  )[];
7188
7188
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
7189
7189
  /**
7190
- * JSON schema that should be fufilled for the response.
7190
+ * JSON schema that should be fulfilled for the response.
7191
7191
  */
7192
7192
  guided_json?: object;
7193
7193
  /**
@@ -8275,7 +8275,7 @@ export interface Ai_Cf_Ai4Bharat_Indictrans2_En_Indic_1B_Input {
8275
8275
  */
8276
8276
  text: string | string[];
8277
8277
  /**
8278
- * Target langauge to translate to
8278
+ * Target language to translate to
8279
8279
  */
8280
8280
  target_language:
8281
8281
  | "asm_Beng"
@@ -10753,7 +10753,7 @@ export interface Hyperdrive {
10753
10753
  /**
10754
10754
  * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.
10755
10755
  *
10756
- * Calling this method returns an idential socket to if you call
10756
+ * Calling this method returns an identical socket to if you call
10757
10757
  * `connect("host:port")` using the `host` and `port` fields from this object.
10758
10758
  * Pick whichever approach works better with your preferred DB client library.
10759
10759
  *
@@ -11750,7 +11750,7 @@ export declare namespace TailStream {
11750
11750
  // For Hibernate and Mark this would be the span under which they were emitted.
11751
11751
  // spanId is not set ONLY if:
11752
11752
  // 1. This is an Onset event
11753
- // 2. We are not inherting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11753
+ // 2. We are not inheriting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11754
11754
  readonly spanId?: string;
11755
11755
  }
11756
11756
  interface TailEvent<Event extends EventType> {
@@ -6132,7 +6132,7 @@ interface Ai_Cf_Qwen_Qwq_32B_Messages {
6132
6132
  }
6133
6133
  )[];
6134
6134
  /**
6135
- * JSON schema that should be fufilled for the response.
6135
+ * JSON schema that should be fulfilled for the response.
6136
6136
  */
6137
6137
  guided_json?: object;
6138
6138
  /**
@@ -6406,7 +6406,7 @@ interface Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Messages {
6406
6406
  }
6407
6407
  )[];
6408
6408
  /**
6409
- * JSON schema that should be fufilled for the response.
6409
+ * JSON schema that should be fulfilled for the response.
6410
6410
  */
6411
6411
  guided_json?: object;
6412
6412
  /**
@@ -6499,7 +6499,7 @@ interface Ai_Cf_Google_Gemma_3_12B_It_Prompt {
6499
6499
  */
6500
6500
  prompt: string;
6501
6501
  /**
6502
- * JSON schema that should be fufilled for the response.
6502
+ * JSON schema that should be fulfilled for the response.
6503
6503
  */
6504
6504
  guided_json?: object;
6505
6505
  /**
@@ -6663,7 +6663,7 @@ interface Ai_Cf_Google_Gemma_3_12B_It_Messages {
6663
6663
  }
6664
6664
  )[];
6665
6665
  /**
6666
- * JSON schema that should be fufilled for the response.
6666
+ * JSON schema that should be fulfilled for the response.
6667
6667
  */
6668
6668
  guided_json?: object;
6669
6669
  /**
@@ -6944,7 +6944,7 @@ interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages {
6944
6944
  )[];
6945
6945
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
6946
6946
  /**
6947
- * JSON schema that should be fufilled for the response.
6947
+ * JSON schema that should be fulfilled for the response.
6948
6948
  */
6949
6949
  guided_json?: object;
6950
6950
  /**
@@ -7183,7 +7183,7 @@ interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages_Inner {
7183
7183
  )[];
7184
7184
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
7185
7185
  /**
7186
- * JSON schema that should be fufilled for the response.
7186
+ * JSON schema that should be fulfilled for the response.
7187
7187
  */
7188
7188
  guided_json?: object;
7189
7189
  /**
@@ -8271,7 +8271,7 @@ interface Ai_Cf_Ai4Bharat_Indictrans2_En_Indic_1B_Input {
8271
8271
  */
8272
8272
  text: string | string[];
8273
8273
  /**
8274
- * Target langauge to translate to
8274
+ * Target language to translate to
8275
8275
  */
8276
8276
  target_language:
8277
8277
  | "asm_Beng"
@@ -10742,7 +10742,7 @@ interface Hyperdrive {
10742
10742
  /**
10743
10743
  * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.
10744
10744
  *
10745
- * Calling this method returns an idential socket to if you call
10745
+ * Calling this method returns an identical socket to if you call
10746
10746
  * `connect("host:port")` using the `host` and `port` fields from this object.
10747
10747
  * Pick whichever approach works better with your preferred DB client library.
10748
10748
  *
@@ -11123,7 +11123,7 @@ declare module "cloudflare:pipelines" {
11123
11123
  protected ctx: ExecutionContext;
11124
11124
  constructor(ctx: ExecutionContext, env: Env);
11125
11125
  /**
11126
- * run recieves an array of PipelineRecord which can be
11126
+ * run receives an array of PipelineRecord which can be
11127
11127
  * transformed and returned to the pipeline
11128
11128
  * @param records Incoming records from the pipeline to be transformed
11129
11129
  * @param metadata Information about the specific pipeline calling the transformation entrypoint
@@ -11798,7 +11798,7 @@ declare namespace TailStream {
11798
11798
  // For Hibernate and Mark this would be the span under which they were emitted.
11799
11799
  // spanId is not set ONLY if:
11800
11800
  // 1. This is an Onset event
11801
- // 2. We are not inherting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11801
+ // 2. We are not inheriting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11802
11802
  readonly spanId?: string;
11803
11803
  }
11804
11804
  interface TailEvent<Event extends EventType> {
@@ -6144,7 +6144,7 @@ export interface Ai_Cf_Qwen_Qwq_32B_Messages {
6144
6144
  }
6145
6145
  )[];
6146
6146
  /**
6147
- * JSON schema that should be fufilled for the response.
6147
+ * JSON schema that should be fulfilled for the response.
6148
6148
  */
6149
6149
  guided_json?: object;
6150
6150
  /**
@@ -6418,7 +6418,7 @@ export interface Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Messages {
6418
6418
  }
6419
6419
  )[];
6420
6420
  /**
6421
- * JSON schema that should be fufilled for the response.
6421
+ * JSON schema that should be fulfilled for the response.
6422
6422
  */
6423
6423
  guided_json?: object;
6424
6424
  /**
@@ -6511,7 +6511,7 @@ export interface Ai_Cf_Google_Gemma_3_12B_It_Prompt {
6511
6511
  */
6512
6512
  prompt: string;
6513
6513
  /**
6514
- * JSON schema that should be fufilled for the response.
6514
+ * JSON schema that should be fulfilled for the response.
6515
6515
  */
6516
6516
  guided_json?: object;
6517
6517
  /**
@@ -6675,7 +6675,7 @@ export interface Ai_Cf_Google_Gemma_3_12B_It_Messages {
6675
6675
  }
6676
6676
  )[];
6677
6677
  /**
6678
- * JSON schema that should be fufilled for the response.
6678
+ * JSON schema that should be fulfilled for the response.
6679
6679
  */
6680
6680
  guided_json?: object;
6681
6681
  /**
@@ -6956,7 +6956,7 @@ export interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages {
6956
6956
  )[];
6957
6957
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
6958
6958
  /**
6959
- * JSON schema that should be fufilled for the response.
6959
+ * JSON schema that should be fulfilled for the response.
6960
6960
  */
6961
6961
  guided_json?: object;
6962
6962
  /**
@@ -7195,7 +7195,7 @@ export interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages_Inner {
7195
7195
  )[];
7196
7196
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
7197
7197
  /**
7198
- * JSON schema that should be fufilled for the response.
7198
+ * JSON schema that should be fulfilled for the response.
7199
7199
  */
7200
7200
  guided_json?: object;
7201
7201
  /**
@@ -8283,7 +8283,7 @@ export interface Ai_Cf_Ai4Bharat_Indictrans2_En_Indic_1B_Input {
8283
8283
  */
8284
8284
  text: string | string[];
8285
8285
  /**
8286
- * Target langauge to translate to
8286
+ * Target language to translate to
8287
8287
  */
8288
8288
  target_language:
8289
8289
  | "asm_Beng"
@@ -10761,7 +10761,7 @@ export interface Hyperdrive {
10761
10761
  /**
10762
10762
  * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.
10763
10763
  *
10764
- * Calling this method returns an idential socket to if you call
10764
+ * Calling this method returns an identical socket to if you call
10765
10765
  * `connect("host:port")` using the `host` and `port` fields from this object.
10766
10766
  * Pick whichever approach works better with your preferred DB client library.
10767
10767
  *
@@ -11758,7 +11758,7 @@ export declare namespace TailStream {
11758
11758
  // For Hibernate and Mark this would be the span under which they were emitted.
11759
11759
  // spanId is not set ONLY if:
11760
11760
  // 1. This is an Onset event
11761
- // 2. We are not inherting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11761
+ // 2. We are not inheriting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11762
11762
  readonly spanId?: string;
11763
11763
  }
11764
11764
  interface TailEvent<Event extends EventType> {
@@ -6133,7 +6133,7 @@ interface Ai_Cf_Qwen_Qwq_32B_Messages {
6133
6133
  }
6134
6134
  )[];
6135
6135
  /**
6136
- * JSON schema that should be fufilled for the response.
6136
+ * JSON schema that should be fulfilled for the response.
6137
6137
  */
6138
6138
  guided_json?: object;
6139
6139
  /**
@@ -6407,7 +6407,7 @@ interface Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Messages {
6407
6407
  }
6408
6408
  )[];
6409
6409
  /**
6410
- * JSON schema that should be fufilled for the response.
6410
+ * JSON schema that should be fulfilled for the response.
6411
6411
  */
6412
6412
  guided_json?: object;
6413
6413
  /**
@@ -6500,7 +6500,7 @@ interface Ai_Cf_Google_Gemma_3_12B_It_Prompt {
6500
6500
  */
6501
6501
  prompt: string;
6502
6502
  /**
6503
- * JSON schema that should be fufilled for the response.
6503
+ * JSON schema that should be fulfilled for the response.
6504
6504
  */
6505
6505
  guided_json?: object;
6506
6506
  /**
@@ -6664,7 +6664,7 @@ interface Ai_Cf_Google_Gemma_3_12B_It_Messages {
6664
6664
  }
6665
6665
  )[];
6666
6666
  /**
6667
- * JSON schema that should be fufilled for the response.
6667
+ * JSON schema that should be fulfilled for the response.
6668
6668
  */
6669
6669
  guided_json?: object;
6670
6670
  /**
@@ -6945,7 +6945,7 @@ interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages {
6945
6945
  )[];
6946
6946
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
6947
6947
  /**
6948
- * JSON schema that should be fufilled for the response.
6948
+ * JSON schema that should be fulfilled for the response.
6949
6949
  */
6950
6950
  guided_json?: object;
6951
6951
  /**
@@ -7184,7 +7184,7 @@ interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages_Inner {
7184
7184
  )[];
7185
7185
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
7186
7186
  /**
7187
- * JSON schema that should be fufilled for the response.
7187
+ * JSON schema that should be fulfilled for the response.
7188
7188
  */
7189
7189
  guided_json?: object;
7190
7190
  /**
@@ -8272,7 +8272,7 @@ interface Ai_Cf_Ai4Bharat_Indictrans2_En_Indic_1B_Input {
8272
8272
  */
8273
8273
  text: string | string[];
8274
8274
  /**
8275
- * Target langauge to translate to
8275
+ * Target language to translate to
8276
8276
  */
8277
8277
  target_language:
8278
8278
  | "asm_Beng"
@@ -10743,7 +10743,7 @@ interface Hyperdrive {
10743
10743
  /**
10744
10744
  * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.
10745
10745
  *
10746
- * Calling this method returns an idential socket to if you call
10746
+ * Calling this method returns an identical socket to if you call
10747
10747
  * `connect("host:port")` using the `host` and `port` fields from this object.
10748
10748
  * Pick whichever approach works better with your preferred DB client library.
10749
10749
  *
@@ -11124,7 +11124,7 @@ declare module "cloudflare:pipelines" {
11124
11124
  protected ctx: ExecutionContext;
11125
11125
  constructor(ctx: ExecutionContext, env: Env);
11126
11126
  /**
11127
- * run recieves an array of PipelineRecord which can be
11127
+ * run receives an array of PipelineRecord which can be
11128
11128
  * transformed and returned to the pipeline
11129
11129
  * @param records Incoming records from the pipeline to be transformed
11130
11130
  * @param metadata Information about the specific pipeline calling the transformation entrypoint
@@ -11799,7 +11799,7 @@ declare namespace TailStream {
11799
11799
  // For Hibernate and Mark this would be the span under which they were emitted.
11800
11800
  // spanId is not set ONLY if:
11801
11801
  // 1. This is an Onset event
11802
- // 2. We are not inherting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11802
+ // 2. We are not inheriting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11803
11803
  readonly spanId?: string;
11804
11804
  }
11805
11805
  interface TailEvent<Event extends EventType> {
@@ -6145,7 +6145,7 @@ export interface Ai_Cf_Qwen_Qwq_32B_Messages {
6145
6145
  }
6146
6146
  )[];
6147
6147
  /**
6148
- * JSON schema that should be fufilled for the response.
6148
+ * JSON schema that should be fulfilled for the response.
6149
6149
  */
6150
6150
  guided_json?: object;
6151
6151
  /**
@@ -6419,7 +6419,7 @@ export interface Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Messages {
6419
6419
  }
6420
6420
  )[];
6421
6421
  /**
6422
- * JSON schema that should be fufilled for the response.
6422
+ * JSON schema that should be fulfilled for the response.
6423
6423
  */
6424
6424
  guided_json?: object;
6425
6425
  /**
@@ -6512,7 +6512,7 @@ export interface Ai_Cf_Google_Gemma_3_12B_It_Prompt {
6512
6512
  */
6513
6513
  prompt: string;
6514
6514
  /**
6515
- * JSON schema that should be fufilled for the response.
6515
+ * JSON schema that should be fulfilled for the response.
6516
6516
  */
6517
6517
  guided_json?: object;
6518
6518
  /**
@@ -6676,7 +6676,7 @@ export interface Ai_Cf_Google_Gemma_3_12B_It_Messages {
6676
6676
  }
6677
6677
  )[];
6678
6678
  /**
6679
- * JSON schema that should be fufilled for the response.
6679
+ * JSON schema that should be fulfilled for the response.
6680
6680
  */
6681
6681
  guided_json?: object;
6682
6682
  /**
@@ -6957,7 +6957,7 @@ export interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages {
6957
6957
  )[];
6958
6958
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
6959
6959
  /**
6960
- * JSON schema that should be fufilled for the response.
6960
+ * JSON schema that should be fulfilled for the response.
6961
6961
  */
6962
6962
  guided_json?: object;
6963
6963
  /**
@@ -7196,7 +7196,7 @@ export interface Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Messages_Inner {
7196
7196
  )[];
7197
7197
  response_format?: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_JSON_Mode;
7198
7198
  /**
7199
- * JSON schema that should be fufilled for the response.
7199
+ * JSON schema that should be fulfilled for the response.
7200
7200
  */
7201
7201
  guided_json?: object;
7202
7202
  /**
@@ -8284,7 +8284,7 @@ export interface Ai_Cf_Ai4Bharat_Indictrans2_En_Indic_1B_Input {
8284
8284
  */
8285
8285
  text: string | string[];
8286
8286
  /**
8287
- * Target langauge to translate to
8287
+ * Target language to translate to
8288
8288
  */
8289
8289
  target_language:
8290
8290
  | "asm_Beng"
@@ -10762,7 +10762,7 @@ export interface Hyperdrive {
10762
10762
  /**
10763
10763
  * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.
10764
10764
  *
10765
- * Calling this method returns an idential socket to if you call
10765
+ * Calling this method returns an identical socket to if you call
10766
10766
  * `connect("host:port")` using the `host` and `port` fields from this object.
10767
10767
  * Pick whichever approach works better with your preferred DB client library.
10768
10768
  *
@@ -11759,7 +11759,7 @@ export declare namespace TailStream {
11759
11759
  // For Hibernate and Mark this would be the span under which they were emitted.
11760
11760
  // spanId is not set ONLY if:
11761
11761
  // 1. This is an Onset event
11762
- // 2. We are not inherting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11762
+ // 2. We are not inheriting any SpanContext. (e.g. this is a cross-account service binding or a new top-level invocation)
11763
11763
  readonly spanId?: string;
11764
11764
  }
11765
11765
  interface TailEvent<Event extends EventType> {