Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 22, 2026

SDK update

Versioning

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

Python SDK Changes:

  • unstructured_client.destinations.create_destination():
    • request.create_destination_connector Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • unstructured_client.destinations.get_destination(): response Changed Breaking ⚠️
  • unstructured_client.destinations.list_destinations():
    • request.destination_type Changed
    • response.[] Changed Breaking ⚠️
  • unstructured_client.destinations.update_destination():
    • request.update_destination_connector.config.[teradata_destination_connector_config_input] Added
    • response Changed Breaking ⚠️
  • unstructured_client.sources.create_source():
    • request.create_source_connector Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • unstructured_client.sources.get_source(): response Changed Breaking ⚠️
  • unstructured_client.sources.list_sources():
    • request.source_type Changed
    • response.[] Changed Breaking ⚠️
  • unstructured_client.sources.update_source():
    • request.update_source_connector.config.[teradata_source_connector_config_input] Added
    • response Changed Breaking ⚠️
OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (18:16)
└─┬Components
  ├──[➕] schemas (7269:45)
  ├──[➕] schemas (7465:45)
  ├──[➕] schemas (7395:40)
  ├──[➕] schemas (7332:50)
  ├─┬UpdateSourceConnector
  │ └─┬config
  │   ├──[➕] anyOf (7696:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7466:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (4480:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (8151:17)❌ 
  ├─┬UpdateDestinationConnector
  │ └─┬config
  │   ├──[➕] anyOf (7612:15)
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7333:17)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7883:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (4285:17)❌ 
  ├─┬CreateSourceConnector
  │ ├─┬config
  │ │ ├──[➕] anyOf (3219:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7466:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (4480:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (8151:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (3140:19)❌ 
  ├─┬SourceConnectorInformation
  │ ├─┬config
  │ │ ├──[➕] anyOf (7088:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7396:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (4360:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (8104:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (7009:19)❌ 
  ├─┬SharePointSourceConnectorConfigInput
  │ └─┬site
  │   └──[🔀] pattern (6638:24)❌ 
  ├─┬CreateDestinationConnector
  │ ├─┬config
  │ │ ├──[➕] anyOf (3118:15)
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7333:17)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7883:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (4285:17)❌ 
  │ └─┬type
  │   └──[🔀] $ref (3033:19)❌ 
  ├─┬SourceConnectorType
  │ └──[➕] enum (7146:11)
  ├─┬DestinationConnectorType
  │ └──[➕] enum (3882:11)
  └─┬DestinationConnectorInformation
    ├─┬type
    │ └──[🔀] $ref (3737:19)❌ 
    └─┬config
      ├──[➕] anyOf (3822:15)
      ├─┬ANYOF
      │ └──[🔀] $ref (7270:17)❌ 
      ├─┬ANYOF
      │ └──[🔀] $ref (7854:17)❌ 
      └─┬ANYOF
        └──[🔀] $ref (4217:17)❌ 
Document Element Total Changes Breaking Changes
info 1 0
components 35 23

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.601.0

@github-actions github-actions bot added the patch Patch version bump label Jan 22, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769040835 branch 2 times, most recently from 0106c78 to 9b1de47 Compare January 24, 2026 00:14
* `unstructured_client.destinations.create_destination()`: 
  *  `request.create_destination_connector` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.destinations.get_destination()`:  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.destinations.list_destinations()`: 
  *  `request.destination_type` **Changed**
  *  `response.[]` **Changed** **Breaking** ⚠️
* `unstructured_client.destinations.update_destination()`: 
  *  `request.update_destination_connector.config.[teradata_destination_connector_config_input]` **Added**
  *  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.sources.create_source()`: 
  *  `request.create_source_connector` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.sources.get_source()`:  `response` **Changed** **Breaking** ⚠️
* `unstructured_client.sources.list_sources()`: 
  *  `request.source_type` **Changed**
  *  `response.[]` **Changed** **Breaking** ⚠️
* `unstructured_client.sources.update_source()`: 
  *  `request.update_source_connector.config.[teradata_source_connector_config_input]` **Added**
  *  `response` **Changed** **Breaking** ⚠️
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769040835 branch from 9b1de47 to ed08067 Compare January 25, 2026 00:16
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.

2 participants