Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 1.2.2 #20

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 6, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├─┬/v6/deployments
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬deployments
│ │             └─┬Schema
│ │               └──[➕] properties (54970:27)
│ ├─┬/v4/domains/price
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[➕] required (14343:21)❌ 
│ │           ├──[➕] required (14344:21)❌ 
│ │           ├──[➕] properties (14336:21)
│ │           └──[➕] properties (14331:21)
│ ├─┬/v1/edge-config/{edgeConfigId}/items
│ │ └─┬PATCH
│ │   └─┬Parameters
│ │     ├──[🔀] in (18099:19)❌ 
│ │     └─┬Schema
│ │       └──[➕] pattern (18103:26)❌ 
│ ├─┬/v13/deployments
│ │ └─┬POST
│ │   ├──[➖] parameters (1:165123)❌ 
│ │   └──[➖] parameters (1:165638)❌ 
│ ├─┬/v4/aliases/{idOrAlias}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[➖] type (1:776448)❌ 
│ └─┬/v2/teams/{teamId}
│   └─┬GET
│     └──[➖] parameters (1:718415)❌ 
└─┬Components
  └─┬AuthUser
    └─┬softBlock
      └─┬blockedDueToOverageType
        └──[➕] enum (56171:19)
Document Element Total Changes Breaking Changes
paths 11 8
components 1 0

TYPESCRIPT CHANGELOG

No relevant generator changes

@github-actions github-actions bot requested a review from leerob as a code owner January 6, 2025 20:48
@github-actions github-actions bot added the patch Patch version bump label Jan 6, 2025
@github-actions github-actions bot requested a review from molebox as a code owner January 6, 2025 20:48
Copy link
Member

@emeraldsanto emeraldsanto Jan 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: ‏This shouldn't be removed

I recently made a change that removed duplicates in certain parameter definitions, this endpoint used to define duplicates for both forceNew and skipAutoDetectionConfirmation. I still see it (and slug) listed in the specification at https://openapi.vercel.sh (for POST /v13/deployments), so I'm unsure why this code removes it from types.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll close this PR - we can re-run it when this merges #21

@ismaelrumzan ismaelrumzan deleted the speakeasy-sdk-regen-1736196390 branch January 6, 2025 21:51
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.

3 participants