Skip to content

chore: 🐝 Update SDK - Generate 0.13.0#76

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1765241396
Open

chore: 🐝 Update SDK - Generate 0.13.0#76
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1765241396

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 9, 2025

SDK update

Versioning

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

Python SDK Changes:

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

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├──[-] schemas (2100:13)❌ 
  ├──[+] schemas (1991:7)
  ├──[+] schemas (1778:7)
  ├──[+] schemas (2695:7)
  ├──[+] schemas (2449:7)
  ├──[+] schemas (1451:7)
  ├─┬CampaignCreateWorkflowAdGroupAdvancedInput
  │ ├──[+] properties (1708:9)
  │ ├──[+] properties (1710:9)
  │ ├─┬isUseClicksAsConversionsEnabled
  │ │ └──[🔀] $ref (1451:13)❌ 
  │ ├─┬nielsenTrackingAttributes
  │ │ └──[🔀] $ref (1480:13)❌ 
  │ ├─┬newFrequencyConfigs
  │ │ ├──[-] items (1672:25)❌ 
  │ │ └──[🔀] type (1699:17)❌ 
  │ └─┬koaOptimizationSettings
  │   └──[🔀] $ref (1696:11)❌ 
  ├─┬CampaignCreateWorkflowPrimaryInput
  │ └─┬budget
  │   └──[🔀] $ref (1779:9)❌ 
  ├─┬CampaignUpdateWorkflowAdvancedInput
  │ └──[-] properties (1917:17)❌ 
  ├─┬CampaignWorkflowCampaignConversionReportingColumnInput
  │ ├──[+] properties (2188:9)
  │ ├─┬trackingTagId
  │ │ ├──[🔀] type (2184:17)❌ 
  │ │ ├──[-] minLength (2131:32)❌ 
  │ │ └──[+] format (2185:19)❌ 
  │ ├─┬weight
  │ │ ├──[🔀] type (2180:17)❌ 
  │ │ ├──[+] minLength (2179:22)❌ 
  │ │ ├──[-] format (2142:29)❌ 
  │ │ └──[-] nullable (2143:31)❌ 
  │ └─┬reportingColumnId
  │   └──[🔀] $ref (2696:9)❌ 
  ├─┬AdGroupWorkflowAdvancedInput
  │ ├──[+] properties (1306:9)
  │ ├──[+] properties (1308:9)
  │ ├─┬isUseClicksAsConversionsEnabled
  │ │ └──[🔀] $ref (1451:13)❌ 
  │ ├─┬nielsenTrackingAttributes
  │ │ └──[🔀] $ref (1480:13)❌ 
  │ ├─┬newFrequencyConfigs
  │ │ ├──[-] items (1304:25)❌ 
  │ │ └──[🔀] type (1297:17)❌ 
  │ └─┬koaOptimizationSettings
  │   └──[🔀] $ref (1294:11)❌ 
  ├─┬CampaignCreateWorkflowPassThroughFeeCardInput
  │ └─┬startDateUtc
  │   └──[+] nullable (1854:21)❌ 
  ├─┬CampaignUpdateWorkflowPrimaryInput
  │ └─┬budget
  │   └──[🔀] $ref (1992:9)❌ 
  └─┬CampaignCreateWorkflowAdvancedInput
    ├──[+] properties (1771:9)
    ├─┬purchaseOrderNumber
    │ └──[🔀] $ref (1848:9)❌ 
    ├─┬includeDefaultsFromAdvertiser
    │ ├──[+] items (1774:13)❌ 
    │ ├──[🔀] type (1772:17)❌ 
    │ └──[+] nullable (1775:21)❌ 
    └─┬passThroughFeeCard
      └──[🔀] $ref (1765:11)❌ 
Document Element Total Changes Breaking Changes
components 39 28

View full report

Linting Report 0 errors, 15 warnings, 0 hints

View full report

PYTHON CHANGELOG

nullables: 1.0.2 - 2026-01-12

🐛 Bug Fixes

  • Add custom serialization method for models where optional (but no nullable) fields are present (commit by @2ynn)

responseFormat: 1.1.0 - 2026-01-22

🔧 Chores

  • remove redundant headers field in envelope-http response (commit by @2ynn)

retries: 3.0.3 - 2025-11-20

🐝 New Features

  • add support for Retry-After header (commit by @2ynn)

sdkHooks: 1.2.1 - 2026-01-14

🐝 New Features

  • add async hooks support for non-blocking I/O in async SDK methods; sync hooks now execute in a dedicated thread when async hooks are disabled (commit by @vishalg0wda)

sdkHooks: 1.2.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

Based on Speakeasy CLI 1.701.0

@github-actions github-actions bot added the minor Minor version bump label Dec 9, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765241396 branch 8 times, most recently from aa0d360 to 7600405 Compare December 17, 2025 00:47
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765241396 branch 7 times, most recently from 099193f to c10bd06 Compare December 24, 2025 00:53
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765241396 branch 7 times, most recently from a98cdce to df14aed Compare December 31, 2025 00:55
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765241396 branch 7 times, most recently from 97f345a to d533c03 Compare January 7, 2026 00:55
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765241396 branch 8 times, most recently from 8aa6aca to 0fc9c40 Compare January 15, 2026 00:53
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765241396 branch 7 times, most recently from 715c13b to f4dfdee Compare January 22, 2026 00:55
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765241396 branch 7 times, most recently from e7e39e0 to 43a6aed Compare January 29, 2026 01:03
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765241396 branch 5 times, most recently from ce05c35 to 74e0c43 Compare February 3, 2026 01:07
* `workflows.campaign.update_campaigns_job()`: 
  *  `request.input[]` **Changed** **Breaking** ⚠️
* `workflows.campaigns.update()`:  `request` **Changed** **Breaking** ⚠️
* `workflows.ad_groups.create()`: 
  *  `request.advanced_input` **Changed**
* `workflows.ad_groups.update()`: 
  *  `request.advanced_input` **Changed**
* `workflows.ad_group.create_ad_groups_job()`: 
  *  `request.input[].advanced_input` **Changed**
* `workflows.ad_group.update_ad_groups_job()`: 
  *  `request.input[].advanced_input` **Changed**
* `workflows.campaign.create()`:  `request` **Changed**
* `workflows.campaign.create_campaigns_job()`: 
  *  `request.input[]` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765241396 branch from aee20d1 to c8839d3 Compare February 4, 2026 01:03
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