Skip to content

Commit 6142388

Browse files
committed
Release 0.0.0-alpha0
1 parent a9b3b79 commit 6142388

File tree

13 files changed

+253
-253
lines changed

13 files changed

+253
-253
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vapi TypeScript Library
22

3-
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern)
3+
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Ffern-demo%2Fvapi-typescript-sdk)
44
[![npm shield](https://img.shields.io/npm/v/vapi)](https://www.npmjs.com/package/vapi)
55

66
The Vapi TypeScript library provides convenient access to the Vapi API from TypeScript.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vapi",
3-
"version": "0.1.1",
3+
"version": "0.0.0-alpha0",
44
"private": false,
55
"repository": "https://github.com/fern-demo/vapi-typescript-sdk",
66
"main": "./index.js",

src/api/resources/analytics/client/Client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export class Analytics {
5858
Authorization: await this._getAuthorizationHeader(),
5959
"X-Fern-Language": "JavaScript",
6060
"X-Fern-SDK-Name": "vapi",
61-
"X-Fern-SDK-Version": "0.1.1",
62-
"User-Agent": "vapi/0.1.1",
61+
"X-Fern-SDK-Version": "0.0.0-alpha0",
62+
"User-Agent": "vapi/0.0.0-alpha0",
6363
"X-Fern-Runtime": core.RUNTIME.type,
6464
"X-Fern-Runtime-Version": core.RUNTIME.version,
6565
},

src/api/resources/assistants/client/Client.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ export class Assistants {
9797
Authorization: await this._getAuthorizationHeader(),
9898
"X-Fern-Language": "JavaScript",
9999
"X-Fern-SDK-Name": "vapi",
100-
"X-Fern-SDK-Version": "0.1.1",
101-
"User-Agent": "vapi/0.1.1",
100+
"X-Fern-SDK-Version": "0.0.0-alpha0",
101+
"User-Agent": "vapi/0.0.0-alpha0",
102102
"X-Fern-Runtime": core.RUNTIME.type,
103103
"X-Fern-Runtime-Version": core.RUNTIME.version,
104104
},
@@ -156,8 +156,8 @@ export class Assistants {
156156
Authorization: await this._getAuthorizationHeader(),
157157
"X-Fern-Language": "JavaScript",
158158
"X-Fern-SDK-Name": "vapi",
159-
"X-Fern-SDK-Version": "0.1.1",
160-
"User-Agent": "vapi/0.1.1",
159+
"X-Fern-SDK-Version": "0.0.0-alpha0",
160+
"User-Agent": "vapi/0.0.0-alpha0",
161161
"X-Fern-Runtime": core.RUNTIME.type,
162162
"X-Fern-Runtime-Version": core.RUNTIME.version,
163163
},
@@ -212,8 +212,8 @@ export class Assistants {
212212
Authorization: await this._getAuthorizationHeader(),
213213
"X-Fern-Language": "JavaScript",
214214
"X-Fern-SDK-Name": "vapi",
215-
"X-Fern-SDK-Version": "0.1.1",
216-
"User-Agent": "vapi/0.1.1",
215+
"X-Fern-SDK-Version": "0.0.0-alpha0",
216+
"User-Agent": "vapi/0.0.0-alpha0",
217217
"X-Fern-Runtime": core.RUNTIME.type,
218218
"X-Fern-Runtime-Version": core.RUNTIME.version,
219219
},
@@ -267,8 +267,8 @@ export class Assistants {
267267
Authorization: await this._getAuthorizationHeader(),
268268
"X-Fern-Language": "JavaScript",
269269
"X-Fern-SDK-Name": "vapi",
270-
"X-Fern-SDK-Version": "0.1.1",
271-
"User-Agent": "vapi/0.1.1",
270+
"X-Fern-SDK-Version": "0.0.0-alpha0",
271+
"User-Agent": "vapi/0.0.0-alpha0",
272272
"X-Fern-Runtime": core.RUNTIME.type,
273273
"X-Fern-Runtime-Version": core.RUNTIME.version,
274274
},
@@ -327,8 +327,8 @@ export class Assistants {
327327
Authorization: await this._getAuthorizationHeader(),
328328
"X-Fern-Language": "JavaScript",
329329
"X-Fern-SDK-Name": "vapi",
330-
"X-Fern-SDK-Version": "0.1.1",
331-
"User-Agent": "vapi/0.1.1",
330+
"X-Fern-SDK-Version": "0.0.0-alpha0",
331+
"User-Agent": "vapi/0.0.0-alpha0",
332332
"X-Fern-Runtime": core.RUNTIME.type,
333333
"X-Fern-Runtime-Version": core.RUNTIME.version,
334334
},

src/api/resources/blocks/client/Client.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -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.1.1",
101-
"User-Agent": "vapi/0.1.1",
100+
"X-Fern-SDK-Version": "0.0.0-alpha0",
101+
"User-Agent": "vapi/0.0.0-alpha0",
102102
"X-Fern-Runtime": core.RUNTIME.type,
103103
"X-Fern-Runtime-Version": core.RUNTIME.version,
104104
},
@@ -158,8 +158,8 @@ export class Blocks {
158158
Authorization: await this._getAuthorizationHeader(),
159159
"X-Fern-Language": "JavaScript",
160160
"X-Fern-SDK-Name": "vapi",
161-
"X-Fern-SDK-Version": "0.1.1",
162-
"User-Agent": "vapi/0.1.1",
161+
"X-Fern-SDK-Version": "0.0.0-alpha0",
162+
"User-Agent": "vapi/0.0.0-alpha0",
163163
"X-Fern-Runtime": core.RUNTIME.type,
164164
"X-Fern-Runtime-Version": core.RUNTIME.version,
165165
},
@@ -214,8 +214,8 @@ export class Blocks {
214214
Authorization: await this._getAuthorizationHeader(),
215215
"X-Fern-Language": "JavaScript",
216216
"X-Fern-SDK-Name": "vapi",
217-
"X-Fern-SDK-Version": "0.1.1",
218-
"User-Agent": "vapi/0.1.1",
217+
"X-Fern-SDK-Version": "0.0.0-alpha0",
218+
"User-Agent": "vapi/0.0.0-alpha0",
219219
"X-Fern-Runtime": core.RUNTIME.type,
220220
"X-Fern-Runtime-Version": core.RUNTIME.version,
221221
},
@@ -269,8 +269,8 @@ export class Blocks {
269269
Authorization: await this._getAuthorizationHeader(),
270270
"X-Fern-Language": "JavaScript",
271271
"X-Fern-SDK-Name": "vapi",
272-
"X-Fern-SDK-Version": "0.1.1",
273-
"User-Agent": "vapi/0.1.1",
272+
"X-Fern-SDK-Version": "0.0.0-alpha0",
273+
"User-Agent": "vapi/0.0.0-alpha0",
274274
"X-Fern-Runtime": core.RUNTIME.type,
275275
"X-Fern-Runtime-Version": core.RUNTIME.version,
276276
},
@@ -329,8 +329,8 @@ export class Blocks {
329329
Authorization: await this._getAuthorizationHeader(),
330330
"X-Fern-Language": "JavaScript",
331331
"X-Fern-SDK-Name": "vapi",
332-
"X-Fern-SDK-Version": "0.1.1",
333-
"User-Agent": "vapi/0.1.1",
332+
"X-Fern-SDK-Version": "0.0.0-alpha0",
333+
"User-Agent": "vapi/0.0.0-alpha0",
334334
"X-Fern-Runtime": core.RUNTIME.type,
335335
"X-Fern-Runtime-Version": core.RUNTIME.version,
336336
},

src/api/resources/calls/client/Client.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export class Calls {
102102
Authorization: await this._getAuthorizationHeader(),
103103
"X-Fern-Language": "JavaScript",
104104
"X-Fern-SDK-Name": "vapi",
105-
"X-Fern-SDK-Version": "0.1.1",
106-
"User-Agent": "vapi/0.1.1",
105+
"X-Fern-SDK-Version": "0.0.0-alpha0",
106+
"User-Agent": "vapi/0.0.0-alpha0",
107107
"X-Fern-Runtime": core.RUNTIME.type,
108108
"X-Fern-Runtime-Version": core.RUNTIME.version,
109109
},
@@ -158,8 +158,8 @@ export class Calls {
158158
Authorization: await this._getAuthorizationHeader(),
159159
"X-Fern-Language": "JavaScript",
160160
"X-Fern-SDK-Name": "vapi",
161-
"X-Fern-SDK-Version": "0.1.1",
162-
"User-Agent": "vapi/0.1.1",
161+
"X-Fern-SDK-Version": "0.0.0-alpha0",
162+
"User-Agent": "vapi/0.0.0-alpha0",
163163
"X-Fern-Runtime": core.RUNTIME.type,
164164
"X-Fern-Runtime-Version": core.RUNTIME.version,
165165
},
@@ -214,8 +214,8 @@ export class Calls {
214214
Authorization: await this._getAuthorizationHeader(),
215215
"X-Fern-Language": "JavaScript",
216216
"X-Fern-SDK-Name": "vapi",
217-
"X-Fern-SDK-Version": "0.1.1",
218-
"User-Agent": "vapi/0.1.1",
217+
"X-Fern-SDK-Version": "0.0.0-alpha0",
218+
"User-Agent": "vapi/0.0.0-alpha0",
219219
"X-Fern-Runtime": core.RUNTIME.type,
220220
"X-Fern-Runtime-Version": core.RUNTIME.version,
221221
},
@@ -269,8 +269,8 @@ export class Calls {
269269
Authorization: await this._getAuthorizationHeader(),
270270
"X-Fern-Language": "JavaScript",
271271
"X-Fern-SDK-Name": "vapi",
272-
"X-Fern-SDK-Version": "0.1.1",
273-
"User-Agent": "vapi/0.1.1",
272+
"X-Fern-SDK-Version": "0.0.0-alpha0",
273+
"User-Agent": "vapi/0.0.0-alpha0",
274274
"X-Fern-Runtime": core.RUNTIME.type,
275275
"X-Fern-Runtime-Version": core.RUNTIME.version,
276276
},
@@ -329,8 +329,8 @@ export class Calls {
329329
Authorization: await this._getAuthorizationHeader(),
330330
"X-Fern-Language": "JavaScript",
331331
"X-Fern-SDK-Name": "vapi",
332-
"X-Fern-SDK-Version": "0.1.1",
333-
"User-Agent": "vapi/0.1.1",
332+
"X-Fern-SDK-Version": "0.0.0-alpha0",
333+
"User-Agent": "vapi/0.0.0-alpha0",
334334
"X-Fern-Runtime": core.RUNTIME.type,
335335
"X-Fern-Runtime-Version": core.RUNTIME.version,
336336
},

src/api/resources/files/client/Client.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export class Files {
4747
Authorization: await this._getAuthorizationHeader(),
4848
"X-Fern-Language": "JavaScript",
4949
"X-Fern-SDK-Name": "vapi",
50-
"X-Fern-SDK-Version": "0.1.1",
51-
"User-Agent": "vapi/0.1.1",
50+
"X-Fern-SDK-Version": "0.0.0-alpha0",
51+
"User-Agent": "vapi/0.0.0-alpha0",
5252
"X-Fern-Runtime": core.RUNTIME.type,
5353
"X-Fern-Runtime-Version": core.RUNTIME.version,
5454
},
@@ -107,8 +107,8 @@ export class Files {
107107
Authorization: await this._getAuthorizationHeader(),
108108
"X-Fern-Language": "JavaScript",
109109
"X-Fern-SDK-Name": "vapi",
110-
"X-Fern-SDK-Version": "0.1.1",
111-
"User-Agent": "vapi/0.1.1",
110+
"X-Fern-SDK-Version": "0.0.0-alpha0",
111+
"User-Agent": "vapi/0.0.0-alpha0",
112112
"X-Fern-Runtime": core.RUNTIME.type,
113113
"X-Fern-Runtime-Version": core.RUNTIME.version,
114114
..._maybeEncodedRequest.headers,
@@ -169,8 +169,8 @@ export class Files {
169169
Authorization: await this._getAuthorizationHeader(),
170170
"X-Fern-Language": "JavaScript",
171171
"X-Fern-SDK-Name": "vapi",
172-
"X-Fern-SDK-Version": "0.1.1",
173-
"User-Agent": "vapi/0.1.1",
172+
"X-Fern-SDK-Version": "0.0.0-alpha0",
173+
"User-Agent": "vapi/0.0.0-alpha0",
174174
"X-Fern-Runtime": core.RUNTIME.type,
175175
"X-Fern-Runtime-Version": core.RUNTIME.version,
176176
},
@@ -224,8 +224,8 @@ export class Files {
224224
Authorization: await this._getAuthorizationHeader(),
225225
"X-Fern-Language": "JavaScript",
226226
"X-Fern-SDK-Name": "vapi",
227-
"X-Fern-SDK-Version": "0.1.1",
228-
"User-Agent": "vapi/0.1.1",
227+
"X-Fern-SDK-Version": "0.0.0-alpha0",
228+
"User-Agent": "vapi/0.0.0-alpha0",
229229
"X-Fern-Runtime": core.RUNTIME.type,
230230
"X-Fern-Runtime-Version": core.RUNTIME.version,
231231
},
@@ -284,8 +284,8 @@ export class Files {
284284
Authorization: await this._getAuthorizationHeader(),
285285
"X-Fern-Language": "JavaScript",
286286
"X-Fern-SDK-Name": "vapi",
287-
"X-Fern-SDK-Version": "0.1.1",
288-
"User-Agent": "vapi/0.1.1",
287+
"X-Fern-SDK-Version": "0.0.0-alpha0",
288+
"User-Agent": "vapi/0.0.0-alpha0",
289289
"X-Fern-Runtime": core.RUNTIME.type,
290290
"X-Fern-Runtime-Version": core.RUNTIME.version,
291291
},

src/api/resources/logs/client/Client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ export class Logs {
125125
Authorization: await this._getAuthorizationHeader(),
126126
"X-Fern-Language": "JavaScript",
127127
"X-Fern-SDK-Name": "vapi",
128-
"X-Fern-SDK-Version": "0.1.1",
129-
"User-Agent": "vapi/0.1.1",
128+
"X-Fern-SDK-Version": "0.0.0-alpha0",
129+
"User-Agent": "vapi/0.0.0-alpha0",
130130
"X-Fern-Runtime": core.RUNTIME.type,
131131
"X-Fern-Runtime-Version": core.RUNTIME.version,
132132
},

src/api/resources/phoneNumbers/client/Client.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ export class PhoneNumbers {
9797
Authorization: await this._getAuthorizationHeader(),
9898
"X-Fern-Language": "JavaScript",
9999
"X-Fern-SDK-Name": "vapi",
100-
"X-Fern-SDK-Version": "0.1.1",
101-
"User-Agent": "vapi/0.1.1",
100+
"X-Fern-SDK-Version": "0.0.0-alpha0",
101+
"User-Agent": "vapi/0.0.0-alpha0",
102102
"X-Fern-Runtime": core.RUNTIME.type,
103103
"X-Fern-Runtime-Version": core.RUNTIME.version,
104104
},
@@ -159,8 +159,8 @@ export class PhoneNumbers {
159159
Authorization: await this._getAuthorizationHeader(),
160160
"X-Fern-Language": "JavaScript",
161161
"X-Fern-SDK-Name": "vapi",
162-
"X-Fern-SDK-Version": "0.1.1",
163-
"User-Agent": "vapi/0.1.1",
162+
"X-Fern-SDK-Version": "0.0.0-alpha0",
163+
"User-Agent": "vapi/0.0.0-alpha0",
164164
"X-Fern-Runtime": core.RUNTIME.type,
165165
"X-Fern-Runtime-Version": core.RUNTIME.version,
166166
},
@@ -215,8 +215,8 @@ export class PhoneNumbers {
215215
Authorization: await this._getAuthorizationHeader(),
216216
"X-Fern-Language": "JavaScript",
217217
"X-Fern-SDK-Name": "vapi",
218-
"X-Fern-SDK-Version": "0.1.1",
219-
"User-Agent": "vapi/0.1.1",
218+
"X-Fern-SDK-Version": "0.0.0-alpha0",
219+
"User-Agent": "vapi/0.0.0-alpha0",
220220
"X-Fern-Runtime": core.RUNTIME.type,
221221
"X-Fern-Runtime-Version": core.RUNTIME.version,
222222
},
@@ -273,8 +273,8 @@ export class PhoneNumbers {
273273
Authorization: await this._getAuthorizationHeader(),
274274
"X-Fern-Language": "JavaScript",
275275
"X-Fern-SDK-Name": "vapi",
276-
"X-Fern-SDK-Version": "0.1.1",
277-
"User-Agent": "vapi/0.1.1",
276+
"X-Fern-SDK-Version": "0.0.0-alpha0",
277+
"User-Agent": "vapi/0.0.0-alpha0",
278278
"X-Fern-Runtime": core.RUNTIME.type,
279279
"X-Fern-Runtime-Version": core.RUNTIME.version,
280280
},
@@ -333,8 +333,8 @@ export class PhoneNumbers {
333333
Authorization: await this._getAuthorizationHeader(),
334334
"X-Fern-Language": "JavaScript",
335335
"X-Fern-SDK-Name": "vapi",
336-
"X-Fern-SDK-Version": "0.1.1",
337-
"User-Agent": "vapi/0.1.1",
336+
"X-Fern-SDK-Version": "0.0.0-alpha0",
337+
"User-Agent": "vapi/0.0.0-alpha0",
338338
"X-Fern-Runtime": core.RUNTIME.type,
339339
"X-Fern-Runtime-Version": core.RUNTIME.version,
340340
},

src/api/resources/squads/client/Client.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ export class Squads {
9797
Authorization: await this._getAuthorizationHeader(),
9898
"X-Fern-Language": "JavaScript",
9999
"X-Fern-SDK-Name": "vapi",
100-
"X-Fern-SDK-Version": "0.1.1",
101-
"User-Agent": "vapi/0.1.1",
100+
"X-Fern-SDK-Version": "0.0.0-alpha0",
101+
"User-Agent": "vapi/0.0.0-alpha0",
102102
"X-Fern-Runtime": core.RUNTIME.type,
103103
"X-Fern-Runtime-Version": core.RUNTIME.version,
104104
},
@@ -155,8 +155,8 @@ export class Squads {
155155
Authorization: await this._getAuthorizationHeader(),
156156
"X-Fern-Language": "JavaScript",
157157
"X-Fern-SDK-Name": "vapi",
158-
"X-Fern-SDK-Version": "0.1.1",
159-
"User-Agent": "vapi/0.1.1",
158+
"X-Fern-SDK-Version": "0.0.0-alpha0",
159+
"User-Agent": "vapi/0.0.0-alpha0",
160160
"X-Fern-Runtime": core.RUNTIME.type,
161161
"X-Fern-Runtime-Version": core.RUNTIME.version,
162162
},
@@ -211,8 +211,8 @@ export class Squads {
211211
Authorization: await this._getAuthorizationHeader(),
212212
"X-Fern-Language": "JavaScript",
213213
"X-Fern-SDK-Name": "vapi",
214-
"X-Fern-SDK-Version": "0.1.1",
215-
"User-Agent": "vapi/0.1.1",
214+
"X-Fern-SDK-Version": "0.0.0-alpha0",
215+
"User-Agent": "vapi/0.0.0-alpha0",
216216
"X-Fern-Runtime": core.RUNTIME.type,
217217
"X-Fern-Runtime-Version": core.RUNTIME.version,
218218
},
@@ -266,8 +266,8 @@ export class Squads {
266266
Authorization: await this._getAuthorizationHeader(),
267267
"X-Fern-Language": "JavaScript",
268268
"X-Fern-SDK-Name": "vapi",
269-
"X-Fern-SDK-Version": "0.1.1",
270-
"User-Agent": "vapi/0.1.1",
269+
"X-Fern-SDK-Version": "0.0.0-alpha0",
270+
"User-Agent": "vapi/0.0.0-alpha0",
271271
"X-Fern-Runtime": core.RUNTIME.type,
272272
"X-Fern-Runtime-Version": core.RUNTIME.version,
273273
},
@@ -328,8 +328,8 @@ export class Squads {
328328
Authorization: await this._getAuthorizationHeader(),
329329
"X-Fern-Language": "JavaScript",
330330
"X-Fern-SDK-Name": "vapi",
331-
"X-Fern-SDK-Version": "0.1.1",
332-
"User-Agent": "vapi/0.1.1",
331+
"X-Fern-SDK-Version": "0.0.0-alpha0",
332+
"User-Agent": "vapi/0.0.0-alpha0",
333333
"X-Fern-Runtime": core.RUNTIME.type,
334334
"X-Fern-Runtime-Version": core.RUNTIME.version,
335335
},

0 commit comments

Comments
 (0)