Skip to content

chore: 🐝 Update SDK - Generate 0.14.0#79

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1780454195
Open

chore: 🐝 Update SDK - Generate 0.14.0#79
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1780454195

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 3, 2026

SDK update

Versioning

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

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • workflows.ad_groups.create():
    • request Changed (Breaking ⚠️)
    • response.ad_group Changed (Breaking ⚠️)
  • workflows.ad_groups.update():
    • request Changed (Breaking ⚠️)
    • response.ad_group Changed (Breaking ⚠️)
  • workflows.ad_group.create_ad_groups_job():
    • request.input[] Changed (Breaking ⚠️)
  • workflows.ad_group.update_ad_groups_job():
    • request.input[] Changed (Breaking ⚠️)
  • workflows.campaign.create():
    • request.ad_groups[] Changed (Breaking ⚠️)
    • response.ad_groups[] Changed (Breaking ⚠️)
  • workflows.campaign.create_campaigns_job():
    • request.input[].ad_groups[] Changed (Breaking ⚠️)
  • workflows.campaign.update_campaigns_job(): response.ad_groups[] Changed (Breaking ⚠️)
  • workflows.campaigns.update(): response.ad_groups[] Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├─┬DimensionalBiddingDimensions
  │ └──[-] enum (2337:11)❌ 
  ├─┬AdGroupROIGoal
  │ ├──[+] properties (1112:9)
  │ ├─┬cpaInAdvertiserCurrency
  │ │ ├──[🔀] type (1113:17)❌ 
  │ │ └──[🔀] format (1114:19)❌ 
  │ ├─┬miaozhenOTPInPercent
  │ │ ├──[🔀] type (1067:17)❌ 
  │ │ └──[-] format (1110:19)❌ 
  │ └─┬maximizeLtvIncrementalReach
  │   ├──[🔀] type (1077:17)❌ 
  │   └──[+] format (1078:19)❌ 
  └─┬AdGroupWorkflowROIGoalInput
    ├──[+] properties (1584:9)
    ├─┬maximizeLtvIncrementalReach
    │ ├──[🔀] type (1549:17)❌ 
    │ └──[+] format (1550:19)❌ 
    ├─┬miaozhenOTPInPercent
    │ ├──[🔀] type (1539:17)❌ 
    │ └──[-] format (1578:19)❌ 
    └─┬cpaInAdvertiserCurrency
      ├──[🔀] type (1585:17)❌ 
      └──[🔀] format (1586:19)❌ 
Document Element Total Changes Breaking Changes
components 15 13

View full report

Linting Report 0 errors, 0 warnings, 0 hints

View full report

PYTHON CHANGELOG

additionalDependencies: 1.1.0 - 2026-05-28

🐝 New Features

  • add optionalDependencies config for [project.optional-dependencies] in pyproject.toml (commit by @AshGodfrey)

core: 6.0.24 - 2026-06-01

🐛 Bug Fixes

  • omit extra_body from no-body operation methods (commit by @ThomasRooney)

core: 6.0.23 - 2026-05-26

🐝 New Features

  • capability to directly control casing (acronym) rules (commit by @ThomasRooney)

core: 6.0.22 - 2026-05-20

🐛 Bug Fixes

envVarSecurityUsage: 0.3.3 - 2026-05-18

🐛 Bug Fixes

  • read envVarPrefix fallback when SDK is constructed with no security args (commit by @AshGodfrey)

methodArguments: 1.1.0 - 2026-05-29

🐝 New Features

  • Add Python method argument modes for positional required path parameters, upstream-style request extras, and opt-in timeout spelling/units. (commit by [@thomas Rooney](https://github.com/Thomas Rooney))

Based on Speakeasy CLI 1.771.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Jun 3, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780454195 branch 3 times, most recently from 298dd5f to 16939f1 Compare June 6, 2026 01:58
* `workflows.ad_groups.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.ad_group` **Changed** (Breaking ⚠️)
* `workflows.ad_groups.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.ad_group` **Changed** (Breaking ⚠️)
* `workflows.ad_group.create_ad_groups_job()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.ad_group.update_ad_groups_job()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.create()`: 
  *  `request.ad_groups[]` **Changed** (Breaking ⚠️)
  *  `response.ad_groups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.create_campaigns_job()`: 
  *  `request.input[].ad_groups[]` **Changed** (Breaking ⚠️)
* `workflows.campaign.update_campaigns_job()`:  `response.ad_groups[]` **Changed** (Breaking ⚠️)
* `workflows.campaigns.update()`:  `response.ad_groups[]` **Changed** (Breaking ⚠️)
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1780454195 branch from 0557345 to 8d253b2 Compare June 7, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant