-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e1b0cc
commit c29cd2b
Showing
335 changed files
with
19,822 additions
and
10,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
speakeasyVersion: 1.346.0 | ||
speakeasyVersion: 1.353.0 | ||
sources: | ||
Vercel-API: | ||
sourceNamespace: vercel-api | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,9 +69,7 @@ const vercel = new Vercel({ | |
}); | ||
|
||
async function run() { | ||
const result = await vercel.authentication.createToken("<value>", "<value>", { | ||
name: "<value>", | ||
}); | ||
const result = await vercel.authentication.createToken(); | ||
|
||
// Handle the result | ||
console.log(result) | ||
|
@@ -243,9 +241,7 @@ import { Vercel } from "vercel"; | |
const vercel = new Vercel(); | ||
|
||
async function run() { | ||
const result = await vercel.authentication.emailLogin({ | ||
email: "[email protected]", | ||
}); | ||
const result = await vercel.authentication.emailLogin(); | ||
|
||
// Handle the result | ||
console.log(result) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.