Skip to content

Commit 0370aec

Browse files
authored
Merge branch 'VapiAI:main' into main
2 parents d697512 + 56c26d9 commit 0370aec

File tree

77 files changed

+10767
-2016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+10767
-2016
lines changed

.github/workflows/pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: 📂 Get changed files
2323
id: changed-files
24-
uses: tj-actions/changed-files@v40
24+
uses: tj-actions/changed-files@v46
2525
with:
2626
files: |
2727
fern/**/*.mdx

fern/advanced/sip/sip-trunk.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ Vapi supports multiple SIP trunk configurations, including:
112112

113113
Example: `sip:[email protected]`
114114

115+
Note: Certain providers require phone numbers to be formatted in the proper E.164 standard. For example, the transfer URI should appear as: `sip:[email protected]`.
116+

117+
115118
Example tool configuration required for SIP REFER:
116119
```json
117120
{

fern/apis/api/generators.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ groups:
2828
ts-sdk:
2929
generators:
3030
- name: fernapi/fern-typescript-node-sdk
31-
version: 0.51.3
31+
version: 2.1.0
3232
api:
3333
settings:
3434
unions: v1
@@ -49,21 +49,25 @@ groups:
4949
java-sdk:
5050
generators:
5151
- name: fernapi/fern-java-sdk
52-
version: 2.37.0
52+
version: 2.38.6
5353
disable-examples: true
5454
output:
5555
location: maven
5656
coordinate: dev.vapi:server-sdk
5757
username: ${MAVEN_USERNAME}
5858
password: ${MAVEN_PASSWORD}
59+
signature:
60+
keyId: ${MAVEN_CENTRAL_SECRET_KEY_KEY_ID}
61+
password: ${MAVEN_CENTRAL_SECRET_KEY_PASSWORD}
62+
secretKey: ${MAVEN_CENTRAL_SECRET_KEY}
5963
github:
6064
repository: VapiAI/server-sdk-java
6165
config:
6266
client-class-name: Vapi
6367
go-sdk:
6468
generators:
6569
- name: fernapi/fern-go-sdk
66-
version: 0.37.4
70+
version: 1.4.0
6771
disable-examples: true
6872
api:
6973
settings:
@@ -75,7 +79,7 @@ groups:
7579
ruby-sdk:
7680
generators:
7781
- name: fernapi/fern-ruby-sdk
78-
version: 0.9.0-rc2
82+
version: 0.8.2
7983
disable-examples: true
8084
github:
8185
repository: VapiAI/server-sdk-ruby
@@ -88,7 +92,7 @@ groups:
8892
csharp-sdk:
8993
generators:
9094
- name: fernapi/fern-csharp-sdk
91-
version: 2.0.1
95+
version: 2.0.2
9296
disable-examples: true
9397
github:
9498
repository: VapiAI/server-sdk-csharp

0 commit comments

Comments
 (0)