Skip to content

chore: 🐝 Update SDK - Generate VERCEL 1.19.16#241

Merged
github-actions[bot] merged 2 commits intomainfrom
speakeasy-sdk-regen-1773360734
Mar 13, 2026
Merged

chore: 🐝 Update SDK - Generate VERCEL 1.19.16#241
github-actions[bot] merged 2 commits intomainfrom
speakeasy-sdk-regen-1773360734

Conversation

@github-actions
Copy link
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Typescript SDK Changes:

  • vercel.featureFlags.listFlagSegments(): response.data[].data.rules[].conditions[] Changed (Breaking ⚠️)
  • vercel.featureFlags.getFlagSegment(): response.data.rules[].conditions[] Changed (Breaking ⚠️)
  • vercel.featureFlags.createFlag():
    • request.requestBody.environments.Map<environments>.rules[].conditions[] Changed
    • response.environments.Map<environments>.rules[].conditions[] Changed (Breaking ⚠️)
  • vercel.featureFlags.getFlag(): response.environments.Map<environments>.rules[].conditions[] Changed (Breaking ⚠️)
  • vercel.featureFlags.updateFlag():
    • request.requestBody.environments.Map<environments>.rules[].conditions[] Changed
    • response Changed (Breaking ⚠️)
  • vercel.featureFlags.listFlagVersions(): response.versions[].data.environments.Map<environments>.rules[].conditions[] Changed (Breaking ⚠️)
  • vercel.featureFlags.listFlags(): response.data[].environments.Map<environments>.rules[].conditions[] Changed (Breaking ⚠️)
  • vercel.featureFlags.listTeamFlags(): response.data[].environments.Map<environments>.rules[].conditions[] Changed (Breaking ⚠️)
  • vercel.user.listUserEvents(): response.union(2).events[].payload Changed (Breaking ⚠️)
  • vercel.featureFlags.createFlagSegment():
    • request.requestBody.data.rules[].conditions[] Changed
    • response.data.rules[].conditions[] Changed (Breaking ⚠️)
  • vercel.featureFlags.updateFlagSegment():
    • request.requestBody.data.rules[].conditions[] Changed
    • response.data.rules[].conditions[] Changed (Breaking ⚠️)
  • vercel.sandboxes.listSnapshots(): response Changed (Breaking ⚠️)
  • vercel.sandboxes.listSandboxes(): response Changed (Breaking ⚠️)
  • vercel.projects.updateProject(): response.crons.definitions[].source Added
  • vercel.projects.createProject(): response.crons.definitions[].source Added
  • vercel.projects.getProjects(): response.union(3).projects[].crons.definitions[].source Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v1/projects/{projectIdOrName}/feature-flags/segments
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └─┬data
│ │   │         └─┬rules
│ │   │           └─┬Schema
│ │   │             └─┬conditions
│ │   │               └─┬Schema
│ │   │                 ├──[+] properties (42466:37)
│ │   │                 ├─┬rhs
│ │   │                 │ ├──[-] oneOf (42314:41)❌ 
│ │   │                 │ ├──[-] oneOf (42371:41)❌ 
│ │   │                 │ ├──[-] oneOf (42393:41)❌ 
│ │   │                 │ ├─┬ONEOF
│ │   │                 │ │ ├──[+] required (42490:45)❌ 
│ │   │                 │ │ ├──[🔀] type (42492:51)❌ 
│ │   │                 │ │ └──[+] properties (42482:45)
│ │   │                 │ └─┬ONEOF
│ │   │                 │   ├──[+] required (42510:45)❌ 
│ │   │                 │   ├──[+] required (42511:45)❌ 
│ │   │                 │   ├──[+] required (42512:45)❌ 
│ │   │                 │   ├──[🔀] type (42514:51)❌ 
│ │   │                 │   ├──[+] properties (42505:45)
│ │   │                 │   ├──[+] properties (42502:45)
│ │   │                 │   └──[+] properties (42496:45)
│ │   │                 ├─┬cmp
│ │   │                 │ ├──[+] enum (42532:41)
│ │   │                 │ └──[+] enum (42533:41)
│ │   │                 └─┬lhs
│ │   │                   ├──[+] type (42476:47)❌ 
│ │   │                   ├──[+] properties (42468:41)
│ │   │                   ├──[-] oneOf (42404:41)❌ 
│ │   │                   └──[-] oneOf (42418:41)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬rules
│ │             └─┬Schema
│ │               └─┬conditions
│ │                 └─┬Schema
│ │                   ├──[+] properties (42878:35)
│ │                   ├─┬cmp
│ │                   │ ├──[+] enum (42772:39)
│ │                   │ └──[+] enum (42773:39)
│ │                   ├─┬lhs
│ │                   │ ├──[+] additionalProperties (42880:61)❌ 
│ │                   │ ├──[+] type (42879:45)❌ 
│ │                   │ ├──[+] properties (42882:39)
│ │                   │ ├──[-] anyOf (42650:39)❌ 
│ │                   │ └──[-] anyOf (42660:39)❌ 
│ │                   └─┬rhs
│ │                     ├──[-] anyOf (42787:39)❌ 
│ │                     ├──[-] anyOf (42790:39)❌ 
│ │                     ├──[-] anyOf (42793:39)❌ 
│ │                     ├─┬ANYOF
│ │                     │ ├──[-] required (42766:43)❌ 
│ │                     │ ├──[-] properties (42719:43)❌ 
│ │                     │ └─┬type
│ │                     │   ├──[-] enum (42715:47)❌ 
│ │                     │   ├──[-] enum (42716:47)❌ 
│ │                     │   └──[-] type (42713:53)❌ 
│ │                     └─┬ANYOF
│ │                       ├──[+] required (42752:43)❌ 
│ │                       ├──[+] required (42753:43)❌ 
│ │                       ├──[-] required (42784:43)❌ 
│ │                       ├──[-] required (42783:43)❌ 
│ │                       ├──[+] properties (42746:43)
│ │                       ├──[-] properties (42777:43)❌ 
│ │                       ├──[+] properties (42743:43)
│ │                       └──[-] properties (42774:43)❌ 
│ ├─┬/v1/sandboxes
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] required (98645:21)❌ 
│ │           ├──[+] required (98646:21)❌ 
│ │           ├──[+] type (98648:27)❌ 
│ │           ├──[+] properties (98612:21)
│ │           ├──[+] properties (98606:21)
│ │           ├──[-] oneOf (98478:21)❌ 
│ │           └──[-] oneOf (98481:21)❌ 
│ ├─┬/v1/projects/{projectIdOrName}/feature-flags/flags/{flagIdOrSlug}
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └─┬ONEOF
│ │   │         └─┬environments
│ │   │           └─┬Schema
│ │   │             └─┬rules
│ │   │               └─┬Schema
│ │   │                 └─┬conditions
│ │   │                   └─┬Schema
│ │   │                     ├──[+] properties (39621:43)
│ │   │                     ├─┬cmp
│ │   │                     │ ├──[+] enum (39688:47)
│ │   │                     │ └──[+] enum (39687:47)
│ │   │                     ├─┬rhs
│ │   │                     │ ├──[-] oneOf (39508:47)❌ 
│ │   │                     │ ├──[-] oneOf (39565:47)❌ 
│ │   │                     │ ├──[-] oneOf (39587:47)❌ 
│ │   │                     │ ├─┬ONEOF
│ │   │                     │ │ ├──[+] required (39645:51)❌ 
│ │   │                     │ │ ├──[🔀] type (39647:57)❌ 
│ │   │                     │ │ └──[+] properties (39637:51)
│ │   │                     │ └─┬ONEOF
│ │   │                     │   ├──[+] required (39667:51)❌ 
│ │   │                     │   ├──[+] required (39665:51)❌ 
│ │   │                     │   ├──[+] required (39666:51)❌ 
│ │   │                     │   ├──[🔀] type (39669:57)❌ 
│ │   │                     │   ├──[+] properties (39660:51)
│ │   │                     │   ├──[+] properties (39657:51)
│ │   │                     │   └──[+] properties (39651:51)
│ │   │                     └─┬lhs
│ │   │                       ├──[+] type (39631:53)❌ 
│ │   │                       ├──[+] properties (39623:47)
│ │   │                       ├──[-] oneOf (39598:47)❌ 
│ │   │                       └──[-] oneOf (39612:47)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬environments
│ │           └─┬Schema
│ │             └─┬rules
│ │               └─┬Schema
│ │                 └─┬conditions
│ │                   └─┬Schema
│ │                     ├──[+] properties (40181:37)
│ │                     ├─┬rhs
│ │                     │ ├──[-] anyOf (40129:41)❌ 
│ │                     │ ├──[-] anyOf (40132:41)❌ 
│ │                     │ ├──[-] anyOf (40135:41)❌ 
│ │                     │ ├─┬ANYOF
│ │                     │ │ ├──[-] required (40108:45)❌ 
│ │                     │ │ ├──[-] properties (40061:45)❌ 
│ │                     │ │ └─┬type
│ │                     │ │   ├──[-] enum (40057:49)❌ 
│ │                     │ │   ├──[-] enum (40058:49)❌ 
│ │                     │ │   └──[-] type (40055:55)❌ 
│ │                     │ └─┬ANYOF
│ │                     │   ├──[+] required (40055:45)❌ 
│ │                     │   ├──[+] required (40056:45)❌ 
│ │                     │   ├──[-] required (40125:45)❌ 
│ │                     │   ├──[-] required (40126:45)❌ 
│ │                     │   ├──[+] properties (40049:45)
│ │                     │   ├──[-] properties (40119:45)❌ 
│ │                     │   ├──[+] properties (40046:45)
│ │                     │   └──[-] properties (40116:45)❌ 
│ │                     ├─┬cmp
│ │                     │ ├──[+] enum (40075:41)
│ │                     │ └──[+] enum (40076:41)
│ │                     └─┬lhs
│ │                       ├──[+] additionalProperties (40183:63)❌ 
│ │                       ├──[+] type (40182:47)❌ 
│ │                       ├──[+] properties (40185:41)
│ │                       ├──[-] anyOf (39992:41)❌ 
│ │                       └──[-] anyOf (40002:41)❌ 
│ ├─┬/v10/projects
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬ONEOF
│ │             └─┬projects
│ │               └─┬Schema
│ │                 └─┬crons
│ │                   └─┬definitions
│ │                     └─┬Schema
│ │                       └──[+] properties (65299:41)
│ ├─┬/v1/projects/{projectIdOrName}/feature-flags/segments/{segmentIdOrSlug}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬rules
│ │             └─┬Schema
│ │               └─┬conditions
│ │                 └─┬Schema
│ │                   ├──[+] properties (43624:35)
│ │                   ├─┬lhs
│ │                   │ ├──[+] additionalProperties (43626:61)❌ 
│ │                   │ ├──[+] type (43625:45)❌ 
│ │                   │ ├──[+] properties (43628:39)
│ │                   │ ├──[-] anyOf (43385:39)❌ 
│ │                   │ └──[-] anyOf (43395:39)❌ 
│ │                   ├─┬cmp
│ │                   │ ├──[+] enum (43519:39)
│ │                   │ └──[+] enum (43518:39)
│ │                   └─┬rhs
│ │                     ├──[-] anyOf (43522:39)❌ 
│ │                     ├──[-] anyOf (43525:39)❌ 
│ │                     ├──[-] anyOf (43528:39)❌ 
│ │                     ├─┬ANYOF
│ │                     │ ├──[-] required (43501:43)❌ 
│ │                     │ ├──[-] properties (43454:43)❌ 
│ │                     │ └─┬type
│ │                     │   ├──[-] enum (43450:47)❌ 
│ │                     │   ├──[-] enum (43451:47)❌ 
│ │                     │   └──[-] type (43448:53)❌ 
│ │                     └─┬ANYOF
│ │                       ├──[+] required (43498:43)❌ 
│ │                       ├──[+] required (43499:43)❌ 
│ │                       ├──[-] required (43518:43)❌ 
│ │                       ├──[-] required (43519:43)❌ 
│ │                       ├──[+] properties (43492:43)
│ │                       ├──[-] properties (43512:43)❌ 
│ │                       ├──[+] properties (43489:43)
│ │                       └──[-] properties (43509:43)❌ 
│ ├─┬/v1/projects/{projectIdOrName}/feature-flags/flags/{flagIdOrSlug}/versions
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬versions
│ │             └─┬Schema
│ │               └─┬data
│ │                 └─┬environments
│ │                   └─┬Schema
│ │                     └─┬rules
│ │                       └─┬Schema
│ │                         └─┬conditions
│ │                           └─┬Schema
│ │                             ├──[+] properties (40868:49)
│ │                             ├─┬rhs
│ │                             │ ├──[-] oneOf (40730:53)❌ 
│ │                             │ ├──[-] oneOf (40787:53)❌ 
│ │                             │ ├──[-] oneOf (40809:53)❌ 
│ │                             │ ├─┬ONEOF
│ │                             │ │ ├──[+] required (40892:57)❌ 
│ │                             │ │ ├──[🔀] type (40894:63)❌ 
│ │                             │ │ └──[+] properties (40884:57)
│ │                             │ └─┬ONEOF
│ │                             │   ├──[+] required (40914:57)❌ 
│ │                             │   ├──[+] required (40912:57)❌ 
│ │                             │   ├──[+] required (40913:57)❌ 
│ │                             │   ├──[🔀] type (40916:63)❌ 
│ │                             │   ├──[+] properties (40907:57)
│ │                             │   ├──[+] properties (40904:57)
│ │                             │   └──[+] properties (40898:57)
│ │                             ├─┬lhs
│ │                             │ ├──[+] type (40878:59)❌ 
│ │                             │ ├──[+] properties (40870:53)
│ │                             │ ├──[-] oneOf (40820:53)❌ 
│ │                             │ └──[-] oneOf (40834:53)❌ 
│ │                             └─┬cmp
│ │                               ├──[+] enum (40934:53)
│ │                               └──[+] enum (40935:53)
│ ├─┬/v1/sandboxes/snapshots
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] required (99101:21)❌ 
│ │           ├──[+] required (99102:21)❌ 
│ │           ├──[+] type (99104:27)❌ 
│ │           ├──[+] properties (99068:21)
│ │           ├──[+] properties (99062:21)
│ │           ├──[-] oneOf (98941:21)❌ 
│ │           └──[-] oneOf (98944:21)❌ 
│ ├─┬/v11/projects
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬crons
│ │             └─┬definitions
│ │               └─┬Schema
│ │                 └──[+] properties (70622:31)
│ ├─┬/v9/projects/{idOrName}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬crons
│ │ │           └─┬definitions
│ │ │             └─┬Schema
│ │ │               └──[+] properties (76175:31)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬crons
│ │             └─┬definitions
│ │               └─┬Schema
│ │                 └──[+] properties (81316:31)
│ └─┬/v1/projects/{projectIdOrName}/feature-flags/flags
│   └─┬PUT
│     ├─┬Responses
│     │ └─┬201
│     │   └─┬application/json
│     │     └─┬Schema
│     │       └─┬environments
│     │         └─┬Schema
│     │           └─┬rules
│     │             └─┬Schema
│     │               └─┬conditions
│     │                 └─┬Schema
│     │                   ├──[+] properties (38416:39)
│     │                   ├─┬cmp
│     │                   │ ├──[+] enum (38482:43)
│     │                   │ └──[+] enum (38483:43)
│     │                   ├─┬rhs
│     │                   │ ├──[-] oneOf (38328:43)❌ 
│     │                   │ ├──[-] oneOf (38385:43)❌ 
│     │                   │ ├──[-] oneOf (38407:43)❌ 
│     │                   │ ├─┬ONEOF
│     │                   │ │ ├──[+] required (38440:47)❌ 
│     │                   │ │ ├──[🔀] type (38442:53)❌ 
│     │                   │ │ └──[+] properties (38432:47)
│     │                   │ └─┬ONEOF
│     │                   │   ├──[+] required (38462:47)❌ 
│     │                   │   ├──[+] required (38460:47)❌ 
│     │                   │   ├──[+] required (38461:47)❌ 
│     │                   │   ├──[🔀] type (38464:53)❌ 
│     │                   │   ├──[+] properties (38455:47)
│     │                   │   ├──[+] properties (38452:47)
│     │                   │   └──[+] properties (38446:47)
│     │                   └─┬lhs
│     │                     ├──[+] type (38426:49)❌ 
│     │                     ├──[+] properties (38418:43)
│     │                     ├──[-] oneOf (38418:43)❌ 
│     │                     └──[-] oneOf (38432:43)❌ 
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └─┬environments
│             └─┬Schema
│               └─┬rules
│                 └─┬Schema
│                   └─┬conditions
│                     └─┬Schema
│                       ├──[+] properties (38943:37)
│                       ├─┬cmp
│                       │ ├──[+] enum (38838:41)
│                       │ └──[+] enum (38837:41)
│                       ├─┬lhs
│                       │ ├──[+] additionalProperties (38945:63)❌ 
│                       │ ├──[+] type (38944:47)❌ 
│                       │ ├──[+] properties (38947:41)
│                       │ ├──[-] anyOf (38779:41)❌ 
│                       │ └──[-] anyOf (38789:41)❌ 
│                       └─┬rhs
│                         ├──[-] anyOf (38916:41)❌ 
│                         ├──[-] anyOf (38919:41)❌ 
│                         ├──[-] anyOf (38922:41)❌ 
│                         ├─┬ANYOF
│                         │ ├──[-] required (38895:45)❌ 
│                         │ ├──[-] properties (38848:45)❌ 
│                         │ └─┬type
│                         │   ├──[-] enum (38844:49)❌ 
│                         │   ├──[-] enum (38845:49)❌ 
│                         │   └──[-] type (38842:55)❌ 
│                         └─┬ANYOF
│                           ├──[+] required (38817:45)❌ 
│                           ├──[+] required (38818:45)❌ 
│                           ├──[-] required (38912:45)❌ 
│                           ├──[-] required (38913:45)❌ 
│                           ├──[+] properties (38811:45)
│                           ├──[-] properties (38906:45)❌ 
│                           ├──[+] properties (38808:45)
│                           └──[-] properties (38903:45)❌ 
└─┬Components
  ├─┬Flag
  │ └─┬environments
  │   └─┬Schema
  │     └─┬rules
  │       └─┬Schema
  │         └─┬conditions
  │           └─┬Schema
  │             ├──[+] properties (133900:29)
  │             ├─┬rhs
  │             │ ├──[-] oneOf (133663:33)❌ 
  │             │ ├──[-] oneOf (133720:33)❌ 
  │             │ ├──[-] oneOf (133742:33)❌ 
  │             │ ├─┬ONEOF
  │             │ │ ├──[+] required (133924:37)❌ 
  │             │ │ ├──[🔀] type (133926:43)❌ 
  │             │ │ └──[+] properties (133916:37)
  │             │ └─┬ONEOF
  │             │   ├──[+] required (133944:37)❌ 
  │             │   ├──[+] required (133945:37)❌ 
  │             │   ├──[+] required (133946:37)❌ 
  │             │   ├──[🔀] type (133948:43)❌ 
  │             │   ├──[+] properties (133939:37)
  │             │   ├──[+] properties (133936:37)
  │             │   └──[+] properties (133930:37)
  │             ├─┬cmp
  │             │ ├──[+] enum (133966:33)
  │             │ └──[+] enum (133967:33)
  │             └─┬lhs
  │               ├──[+] type (133910:39)❌ 
  │               ├──[+] properties (133902:33)
  │               ├──[-] oneOf (133753:33)❌ 
  │               └──[-] oneOf (133767:33)❌ 
  ├─┬Segment
  │ └─┬data
  │   └─┬rules
  │     └─┬Schema
  │       └─┬conditions
  │         └─┬Schema
  │           ├──[+] properties (134304:27)
  │           ├─┬rhs
  │           │ ├──[-] oneOf (134053:31)❌ 
  │           │ ├──[-] oneOf (134110:31)❌ 
  │           │ ├──[-] oneOf (134132:31)❌ 
  │           │ ├─┬ONEOF
  │           │ │ ├──[+] required (134328:35)❌ 
  │           │ │ ├──[🔀] type (134330:41)❌ 
  │           │ │ └──[+] properties (134320:35)
  │           │ └─┬ONEOF
  │           │   ├──[+] required (134348:35)❌ 
  │           │   ├──[+] required (134349:35)❌ 
  │           │   ├──[+] required (134350:35)❌ 
  │           │   ├──[🔀] type (134352:41)❌ 
  │           │   ├──[+] properties (134343:35)
  │           │   ├──[+] properties (134340:35)
  │           │   └──[+] properties (134334:35)
  │           ├─┬lhs
  │           │ ├──[+] type (134314:37)❌ 
  │           │ ├──[+] properties (134306:31)
  │           │ ├──[-] oneOf (134143:31)❌ 
  │           │ └──[-] oneOf (134157:31)❌ 
  │           └─┬cmp
  │             ├──[+] enum (134371:31)
  │             └──[+] enum (134370:31)
  └─┬UserEvent
    └─┬payload
      ├─┬ONEOF
      │ └─┬permissions
      │   └─┬Schema
      │     ├──[+] enum (119568:25)
      │     ├──[+] enum (119569:25)
      │     ├──[+] enum (119584:25)
      │     ├──[+] enum (119572:25)
      │     ├──[+] enum (119570:25)
      │     ├──[+] enum (119583:25)
      │     └──[+] enum (119571:25)
      ├─┬ONEOF
      │ └─┬nextPermissions
      │   └─┬Schema
      │     ├──[+] enum (119653:25)
      │     ├──[+] enum (119665:25)
      │     ├──[+] enum (119666:25)
      │     ├──[+] enum (119650:25)
      │     ├──[+] enum (119651:25)
      │     ├──[+] enum (119652:25)
      │     └──[+] enum (119654:25)
      ├─┬ONEOF
      │ ├─┬after
      │ │ └─┬permissions
      │ │   └─┬Schema
      │ │     ├──[+] enum (119840:29)
      │ │     ├──[+] enum (119853:29)
      │ │     ├──[+] enum (119839:29)
      │ │     ├──[+] enum (119838:29)
      │ │     ├──[+] enum (119841:29)
      │ │     ├──[+] enum (119842:29)
      │ │     └──[+] enum (119854:29)
      │ └─┬before
      │   └─┬permissions
      │     └─┬Schema
      │       ├──[+] enum (119753:29)
      │       ├──[+] enum (119755:29)
      │       ├──[+] enum (119754:29)
      │       ├──[+] enum (119767:29)
      │       ├──[+] enum (119752:29)
      │       ├──[+] enum (119756:29)
      │       └──[+] enum (119768:29)
      └─┬ONEOF
        └─┬permissions
          └─┬Schema
            ├──[+] enum (119940:25)
            ├──[+] enum (119952:25)
            ├──[+] enum (119953:25)
            ├──[+] enum (119938:25)
            ├──[+] enum (119937:25)
            ├──[+] enum (119939:25)
            └──[+] enum (119941:25)
Document Element Total Changes Breaking Changes
paths 194 130
components 75 24

View full report

Linting Report 0 errors, 1870 warnings, 693 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.26.42 - 2026-03-11

🐛 Bug Fixes

  • resolve collision-resistant import aliases for model namespaces (commit by @bradcypert)

Based on Speakeasy CLI 1.753.0

* `vercel.featureFlags.listFlagSegments()`:  `response.data[].data.rules[].conditions[]` **Changed** (Breaking ⚠️)
* `vercel.featureFlags.getFlagSegment()`:  `response.data.rules[].conditions[]` **Changed** (Breaking ⚠️)
* `vercel.featureFlags.createFlag()`: 
  *  `request.requestBody.environments.Map<environments>.rules[].conditions[]` **Changed**
  *  `response.environments.Map<environments>.rules[].conditions[]` **Changed** (Breaking ⚠️)
* `vercel.featureFlags.getFlag()`:  `response.environments.Map<environments>.rules[].conditions[]` **Changed** (Breaking ⚠️)
* `vercel.featureFlags.updateFlag()`: 
  *  `request.requestBody.environments.Map<environments>.rules[].conditions[]` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `vercel.featureFlags.listFlagVersions()`:  `response.versions[].data.environments.Map<environments>.rules[].conditions[]` **Changed** (Breaking ⚠️)
* `vercel.featureFlags.listFlags()`:  `response.data[].environments.Map<environments>.rules[].conditions[]` **Changed** (Breaking ⚠️)
* `vercel.featureFlags.listTeamFlags()`:  `response.data[].environments.Map<environments>.rules[].conditions[]` **Changed** (Breaking ⚠️)
* `vercel.user.listUserEvents()`:  `response.union(2).events[].payload` **Changed** (Breaking ⚠️)
* `vercel.featureFlags.createFlagSegment()`: 
  *  `request.requestBody.data.rules[].conditions[]` **Changed**
  *  `response.data.rules[].conditions[]` **Changed** (Breaking ⚠️)
* `vercel.featureFlags.updateFlagSegment()`: 
  *  `request.requestBody.data.rules[].conditions[]` **Changed**
  *  `response.data.rules[].conditions[]` **Changed** (Breaking ⚠️)
* `vercel.sandboxes.listSnapshots()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.sandboxes.listSandboxes()`:  `response` **Changed** (Breaking ⚠️)
* `vercel.projects.updateProject()`:  `response.crons.definitions[].source` **Added**
* `vercel.projects.createProject()`:  `response.crons.definitions[].source` **Added**
* `vercel.projects.getProjects()`:  `response.union(3).projects[].crons.definitions[].source` **Added**
@github-actions github-actions bot requested a review from molebox as a code owner March 13, 2026 00:25
@github-actions github-actions bot added the patch Patch version bump label Mar 13, 2026
@github-actions
Copy link
Contributor Author

SDK Test Report: vercel — tests passed   View Report

@github-actions github-actions bot merged commit 6c70292 into main Mar 13, 2026
2 checks passed
@github-actions github-actions bot deleted the speakeasy-sdk-regen-1773360734 branch March 13, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant