File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 " @jridgewell/trace-mapping" " ^0.3.9"
1717
1818" @anthropic-ai/sdk@file:../../dist " :
19- version "0.19.1 "
19+ version "0.19.2 "
2020 dependencies :
2121 " @types/node" " ^18.11.18"
2222 " @types/node-fetch" " ^2.6.4"
Original file line number Diff line number Diff line change 1616 " @jridgewell/trace-mapping" " ^0.3.9"
1717
1818" @anthropic-ai/sdk@file:../../dist " :
19- version "0.19.1 "
19+ version "0.19.2 "
2020 dependencies :
2121 " @types/node" " ^18.11.18"
2222 " @types/node-fetch" " ^2.6.4"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export interface ContentBlockStopEvent {
7878export interface ImageBlockParam {
7979 source : ImageBlockParam . Source ;
8080
81- type ? : 'image' ;
81+ type : 'image' ;
8282}
8383
8484export namespace ImageBlockParam {
@@ -87,7 +87,7 @@ export namespace ImageBlockParam {
8787
8888 media_type : 'image/jpeg' | 'image/png' | 'image/gif' | 'image/webp' ;
8989
90- type ? : 'base64' ;
90+ type : 'base64' ;
9191 }
9292}
9393
@@ -260,7 +260,7 @@ export type MessageStreamEvent =
260260export interface TextBlock {
261261 text : string ;
262262
263- type ? : 'text' ;
263+ type : 'text' ;
264264}
265265
266266export interface TextDelta {
You can’t perform that action at this time.
0 commit comments