@@ -97,8 +97,8 @@ export class Blocks {
9797 Authorization : await this . _getAuthorizationHeader ( ) ,
9898 "X-Fern-Language" : "JavaScript" ,
9999 "X-Fern-SDK-Name" : "vapi" ,
100- "X-Fern-SDK-Version" : "0.0.0-alpha0 " ,
101- "User-Agent" : "vapi/0.0.0-alpha0 " ,
100+ "X-Fern-SDK-Version" : "0.0.0-alpha2 " ,
101+ "User-Agent" : "vapi/0.0.0-alpha2 " ,
102102 "X-Fern-Runtime" : core . RUNTIME . type ,
103103 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
104104 } ,
@@ -141,7 +141,8 @@ export class Blocks {
141141 *
142142 * @example
143143 * await client.blocks.create({
144- * type: "workflow"
144+ * type: "conversation",
145+ * instruction: "instruction"
145146 * })
146147 */
147148 public async create (
@@ -158,8 +159,8 @@ export class Blocks {
158159 Authorization : await this . _getAuthorizationHeader ( ) ,
159160 "X-Fern-Language" : "JavaScript" ,
160161 "X-Fern-SDK-Name" : "vapi" ,
161- "X-Fern-SDK-Version" : "0.0.0-alpha0 " ,
162- "User-Agent" : "vapi/0.0.0-alpha0 " ,
162+ "X-Fern-SDK-Version" : "0.0.0-alpha2 " ,
163+ "User-Agent" : "vapi/0.0.0-alpha2 " ,
163164 "X-Fern-Runtime" : core . RUNTIME . type ,
164165 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
165166 } ,
@@ -214,8 +215,8 @@ export class Blocks {
214215 Authorization : await this . _getAuthorizationHeader ( ) ,
215216 "X-Fern-Language" : "JavaScript" ,
216217 "X-Fern-SDK-Name" : "vapi" ,
217- "X-Fern-SDK-Version" : "0.0.0-alpha0 " ,
218- "User-Agent" : "vapi/0.0.0-alpha0 " ,
218+ "X-Fern-SDK-Version" : "0.0.0-alpha2 " ,
219+ "User-Agent" : "vapi/0.0.0-alpha2 " ,
219220 "X-Fern-Runtime" : core . RUNTIME . type ,
220221 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
221222 } ,
@@ -269,8 +270,8 @@ export class Blocks {
269270 Authorization : await this . _getAuthorizationHeader ( ) ,
270271 "X-Fern-Language" : "JavaScript" ,
271272 "X-Fern-SDK-Name" : "vapi" ,
272- "X-Fern-SDK-Version" : "0.0.0-alpha0 " ,
273- "User-Agent" : "vapi/0.0.0-alpha0 " ,
273+ "X-Fern-SDK-Version" : "0.0.0-alpha2 " ,
274+ "User-Agent" : "vapi/0.0.0-alpha2 " ,
274275 "X-Fern-Runtime" : core . RUNTIME . type ,
275276 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
276277 } ,
@@ -329,8 +330,8 @@ export class Blocks {
329330 Authorization : await this . _getAuthorizationHeader ( ) ,
330331 "X-Fern-Language" : "JavaScript" ,
331332 "X-Fern-SDK-Name" : "vapi" ,
332- "X-Fern-SDK-Version" : "0.0.0-alpha0 " ,
333- "User-Agent" : "vapi/0.0.0-alpha0 " ,
333+ "X-Fern-SDK-Version" : "0.0.0-alpha2 " ,
334+ "User-Agent" : "vapi/0.0.0-alpha2 " ,
334335 "X-Fern-Runtime" : core . RUNTIME . type ,
335336 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
336337 } ,
0 commit comments