Skip to content

Instantly share code, notes, and snippets.

@frencojobs
frencojobs / diff.json
Created June 28, 2023 08:28
Differences between upstream Codicons & VSCode's Codicons
{
"removed": [
"codicon-bell-slash",
"codicon-bell-slash-dot",
"codicon-blank",
"codicon-circle",
"codicon-circle-large",
"codicon-circle-small",
"codicon-circle-small-filled",
"codicon-comment-draft",
@frencojobs
frencojobs / vercel-deployment-types.md
Last active July 15, 2023 09:40
Vercel Deployment Types

I'm gonna assume the response from /v13/deployments/:id is the ideal response and compare it to the deployment interfaces responded from other endpoints.

Deployment from v6/deployments

  1. id is uid
  2. aliasAssignedAt is aliasAssigned, note that aliasAssigned is a boolean field in the ideal response
  3. createdAt is duplicated into created, there're two fields with the same value in there, created and createdAt
  4. the creator field returns two more properties, email and githubLogin
  5. readyState is renamed as state, the ideal response here is duplicating it though, the v13/deployments/:id respond with both status and readyState, they are the same
  6. it's missing a lot of fields, including the ones on aliases