@@ -8214,7 +8214,7 @@ interface Ai_Cf_Deepgram_Flux_Input {
82148214 tag ?: string ;
82158215}
82168216/**
8217- * Output will be returned as websocket messages.
8217+ * Output will be returned as WebSocket messages.
82188218 */
82198219interface Ai_Cf_Deepgram_Flux_Output {
82208220 /**
@@ -8428,7 +8428,7 @@ type AiOptions = {
84288428 */
84298429 queueRequest ?: boolean ;
84308430 /**
8431- * Establish websocket connections, only works for supported models
8431+ * Establish WebSocket connections, only works for supported models
84328432 */
84338433 websocket ?: boolean ;
84348434 /**
@@ -9372,7 +9372,7 @@ interface IncomingRequestCfPropertiesTLSClientAuthPlaceholder {
93729372 certNotAfter : "" ;
93739373}
93749374/** Possible outcomes of TLS verification */
9375- declare type CertVerificationStatus =
9375+ declare type CertVerificationStatus =
93769376/** Authentication succeeded */
93779377"SUCCESS"
93789378/** No certificate was presented */
@@ -9440,7 +9440,7 @@ interface D1ExecResult {
94409440 count : number ;
94419441 duration : number ;
94429442}
9443- type D1SessionConstraint =
9443+ type D1SessionConstraint =
94449444// Indicates that the first query should go to the primary, and the rest queries
94459445// using the same D1DatabaseSession will go to any replica that is consistent with
94469446// the bookmark maintained by the session (returned by the first query).
@@ -10061,7 +10061,7 @@ declare namespace Rpc {
1006110061 // The reason for using a generic type here is to build a serializable subset of structured
1006210062 // cloneable composite types. This allows types defined with the "interface" keyword to pass the
1006310063 // serializable check as well. Otherwise, only types defined with the "type" keyword would pass.
10064- type Serializable < T > =
10064+ type Serializable < T > =
1006510065 // Structured cloneables
1006610066 BaseType
1006710067 // Structured cloneable composites
@@ -10435,7 +10435,7 @@ declare namespace TailStream {
1043510435 }
1043610436 // This marks the worker handler return information.
1043710437 // This is separate from Outcome because the worker invocation can live for a long time after
10438- // returning. For example - Websockets that return an http upgrade response but then continue
10438+ // returning. For example - WebSockets that return an http upgrade response but then continue
1043910439 // streaming information or SSE http connections.
1044010440 interface Return {
1044110441 readonly type : "return" ;
0 commit comments