Skip to content

chore: 🐝 Update SDK - Generate Prod SDK 0.12.0 - #784

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 13, 2026

Copy link
Copy Markdown

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:

  • cribl_control_plane.pipelines.list(): response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.pipelines.create():
    • request.conf.functions[] Changed (Breaking ⚠️)
    • response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.collectors.get(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.collectors.update():
    • request.saved_job Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.collectors.delete(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.destinations.pq.get(): response.items[].args Changed (Breaking ⚠️)
  • cribl_control_plane.destinations.delete(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.destinations.update():
    • request.output Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.destinations.get(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.destinations.create():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.destinations.list():
    • request.type Changed
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.sources.pq.get(): response.items[].args Changed (Breaking ⚠️)
  • cribl_control_plane.sources.delete(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.sources.update():
    • request.input Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.sources.get(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.sources.create():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.sources.list(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.pipelines.list(): response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.pipelines.create():
    • request.conf.functions[] Changed (Breaking ⚠️)
    • response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.pipelines.get(): response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.pipelines.update():
    • request.conf.functions[] Changed (Breaking ⚠️)
    • response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.pipelines.delete(): response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.lakes.datasets.create():
    • request Changed
    • response Changed (Breaking ⚠️)
  • cribl_control_plane.pipelines.update():
    • request.conf.functions[] Changed (Breaking ⚠️)
    • response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.pipelines.get(): response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.collectors.list(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.sources.list(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.sources.create():
    • request_body Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.sources.get(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.sources.update():
    • request.input Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.sources.delete(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.pipelines.delete(): response.items[].conf.functions[] Changed (Breaking ⚠️)
  • cribl_control_plane.collectors.create():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.sources.pq.get(): response.items[].args Changed (Breaking ⚠️)
  • cribl_control_plane.packs.destinations.list():
    • request.type Changed
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.destinations.create():
    • request_body Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.destinations.get(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.destinations.update():
    • request.output Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.destinations.delete(): response.items[] Changed (Breaking ⚠️)
  • cribl_control_plane.packs.destinations.pq.get(): response.items[].args Changed (Breaking ⚠️)
  • cribl_control_plane.routes.list():
    • request Changed
    • response Changed
  • cribl_control_plane.packs.sources.hec_tokens.create(): response.items[] Changed
  • cribl_control_plane.packs.routes.append():
    • request_body[].auto_parse Added
    • response.items[].routes[].auto_parse Added
  • cribl_control_plane.packs.routes.update():
    • request.routes[].auto_parse Added
    • response.items[].routes[].auto_parse Added
  • cribl_control_plane.packs.routes.get(): response.items[].routes[].auto_parse Added
  • cribl_control_plane.groups.list(): response.items[] Changed
  • cribl_control_plane.groups.create():
    • request Changed
    • response.items[] Changed
  • cribl_control_plane.groups.get(): response.items[] Changed
  • cribl_control_plane.groups.update():
    • request Changed
    • response.items[] Changed
  • cribl_control_plane.groups.delete(): response.items[] Changed
  • cribl_control_plane.groups.deploy(): response.items[] Changed
  • cribl_control_plane.groups.acl.get():
    • request.type Changed
    • response.items[].perms[].type Changed
    • error.status[404] Added
  • cribl_control_plane.groups.acl.teams.get():
    • request.type Changed
    • response.items[].perms[].type Changed
  • cribl_control_plane.nodes.list(): response.items[].info.cribl Changed
  • cribl_control_plane.nodes.get(): response.items[].info.cribl Changed
  • cribl_control_plane.lakes.datasets.list():
    • request Changed
    • response.items[] Changed
    • error.status[400] Added
  • cribl_control_plane.packs.routes.list():
    • request Changed
    • response Changed
  • cribl_control_plane.lakes.datasets.get(): response.items[] Changed
  • cribl_control_plane.lakes.datasets.update():
    • request Changed
    • response.items[] Changed
    • error Changed
  • cribl_control_plane.packs.sources.hec_tokens.update(): response.items[] Changed
  • cribl_control_plane.routes.get(): response.items[].routes[].auto_parse Added
  • cribl_control_plane.routes.update():
    • request.routes[].auto_parse Added
    • response.items[].routes[].auto_parse Added
  • cribl_control_plane.lakes.datasets.delete(): response.items[] Changed
  • cribl_control_plane.routes.append():
    • request_body[].auto_parse Added
    • response.items[].routes[].auto_parse Added
  • cribl_control_plane.packs.delete(): error.status[409] Added
  • cribl_control_plane.packs.update():
    • response.items[] Changed
    • error.status[409] Added
  • cribl_control_plane.packs.get():
    • response.items[] Changed
    • error.status[409] Added
  • cribl_control_plane.packs.list(): response.items[] Changed
  • cribl_control_plane.packs.install(): response.items[] Changed
  • cribl_control_plane.sources.hec_tokens.create(): response.items[] Changed
  • cribl_control_plane.sources.hec_tokens.update(): response.items[] Changed
  • cribl_control_plane.database_connections.delete(): response.items[] Changed
  • cribl_control_plane.database_connections.update():
    • request Changed
    • response.items[] Changed
  • cribl_control_plane.database_connections.get(): response.items[] Changed
  • cribl_control_plane.database_connections.create():
    • request Changed
    • response.items[] Changed
  • cribl_control_plane.database_connections.list():
    • request.database_type Changed
    • response.items[] Changed
  • cribl_control_plane.functions.get(): response.items[] Changed
  • cribl_control_plane.functions.list(): response.items[] Changed
  • cribl_control_plane.system.settings.cribl.list(): response.items[] Changed
  • cribl_control_plane.system.settings.cribl.update():
    • request Changed
    • response.items[] Changed
  • cribl_control_plane.versions.branches.list(): response.items[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (20:12)
├─┬Paths
│ ├─┬/p/{pack}/pipelines
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (82630:24)
│ │ │ │ └─┬Schema
│ │ │ │   └──[-] minimum (65373:22)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (82638:24)
│ │ │ │ └─┬Schema
│ │ │ │   └──[-] minimum (65380:22)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (82586:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (82667:9)
│ ├─┬/system/inputs
│ │ ├─┬GET
│ │ │ ├──[🔀] operationId (88530:20)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (88485:9)
│ │ └─┬POST
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[+] examples (74069:7)
│ │   │   ├──[+] examples (73791:7)
│ │   │   ├──[+] examples (73428:7)
│ │   │   ├──[+] examples (73310:7)
│ │   │   ├──[+] examples (73877:7)
│ │   │   ├──[+] examples (73623:7)
│ │   │   ├──[+] examples (73189:7)
│ │   │   ├──[+] examples (73200:7)
│ │   │   ├──[+] examples (74080:7)
│ │   │   ├──[+] examples (73231:7)
│ │   │   ├──[+] examples (73178:7)
│ │   │   ├──[+] examples (73290:7)
│ │   │   ├──[+] examples (73251:7)
│ │   │   ├──[+] examples (74047:7)
│ │   │   ├──[+] examples (73826:7)
│ │   │   ├──[+] examples (73504:7)
│ │   │   └──[+] examples (73680:7)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (88570:9)
│ ├─┬/routes
│ │ └─┬GET
│ │   ├──[+] parameters (88166:9)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (64412:13)❌ 
│ │   └─┬Extensions
│ │     ├──[+] x-cribl-api-context (88127:9)
│ │     └──[+] x-speakeasy-pagination (88181:9)
│ ├─┬/pipelines
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (86206:24)
│ │ │ │ └─┬Schema
│ │ │ │   └──[-] minimum (68495:22)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (86214:24)
│ │ │ │ └─┬Schema
│ │ │ │   └──[-] minimum (68502:22)❌ 
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (86162:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (86237:9)
│ ├─┬/system/status/inputs/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90629:9)
│ ├─┬/products/{product}/groups/{id}/deploy
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87229:9)
│ ├─┬/p/{pack}/system/outputs/{id}/samples
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (85263:9)
│ ├─┬/products/{product}/workers/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87562:9)
│ ├─┬/system/settings/conf
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬GetSystemSettingsConfExamplesDefault
│ │ │ │       └──[🔀] value (81140:9)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (90364:9)
│ │ └─┬PATCH
│ │   ├──[🔀] description (90413:20)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬UpdateSystemSettingsResponseExamplesUpdateApiSettings
│ │   │       └──[🔀] value (81182:9)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬UpdateSystemSettingsExamplesUpdateApiSettings
│ │   │     └──[🔀] value (81224:9)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90409:9)
│ ├─┬/version/status
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91504:9)
│ ├─┬/system/status/outputs
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90698:9)
│ ├─┬/products/lake/lakes/{lakeId}/datasets
│ │ ├─┬GET
│ │ │ ├──[+] parameters (87811:17)❌ 
│ │ │ ├──[+] parameters (87823:17)❌ 
│ │ │ ├──[+] parameters (87837:17)❌ 
│ │ │ ├──[+] parameters (87805:17)❌ 
│ │ │ ├──[+] parameters (87817:17)❌ 
│ │ │ ├──[+] parameters (87830:17)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (87796:24)
│ │ │ │ └─┬Schema
│ │ │ │   └──[-] minimum (69896:22)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (87803:24)
│ │ │ │ └─┬Schema
│ │ │ │   └──[-] minimum (69903:22)❌ 
│ │ │ ├─┬Responses
│ │ │ │ └──[+] codes (87703:11)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (87692:9)
│ │ └─┬POST
│ │   ├──[🔀] summary (87865:16)
│ │   ├──[🔀] description (87866:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (87924:24)
│ │   ├─┬Responses
│ │   │ ├──[+] codes (87876:11)
│ │   │ └──[-] codes (69928:11)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └──[+] examples (80767:7)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87864:9)
│ ├─┬/p/{pack}/system/outputs/{id}/test
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (85326:9)
│ ├─┬/p/{pack}/pipelines/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (82813:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (83031:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (82873:9)
│ ├─┬/system/status/outputs/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90792:9)
│ ├─┬/p/{pack}/routes/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (83172:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (83236:9)
│ ├─┬/p/{pack}/system/inputs/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (83750:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (84075:9)
│ │ └─┬PATCH
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[+] examples (75249:7)
│ │   │   ├──[+] examples (74297:7)
│ │   │   ├──[+] examples (74492:7)
│ │   │   ├──[+] examples (75289:7)
│ │   │   ├──[+] examples (74248:7)
│ │   │   ├──[+] examples (74175:7)
│ │   │   ├──[+] examples (74979:7)
│ │   │   ├──[+] examples (74323:7)
│ │   │   ├──[+] examples (74162:7)
│ │   │   ├──[+] examples (74225:7)
│ │   │   ├──[+] examples (74584:7)
│ │   │   ├──[+] examples (74802:7)
│ │   │   ├──[+] examples (74935:7)
│ │   │   ├──[+] examples (75042:7)
│ │   │   ├──[+] examples (74188:7)
│ │   │   ├──[+] examples (74733:7)
│ │   │   └──[+] examples (75276:7)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (83816:9)
│ ├─┬/p/{pack}/routes
│ │ └─┬GET
│ │   ├──[+] parameters (83131:17)❌ 
│ │   ├──[+] parameters (83138:17)❌ 
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (64412:13)❌ 
│ │   └─┬Extensions
│ │     ├──[+] x-speakeasy-pagination (83152:9)
│ │     └──[+] x-cribl-api-context (83092:9)
│ ├─┬/system/status/inputs
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90535:9)
│ ├─┬/lib/database-connections
│ │ ├─┬GET
│ │ │ ├──Parameters
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (81844:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (81925:9)
│ ├─┬/system/settings/restart
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90479:9)
│ ├─┬/routes/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (88201:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (88259:9)
│ ├─┬/system/outputs/{id}/test
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90294:9)
│ ├─┬/system/capture
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (88422:9)
│ ├─┬/version/branch
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90943:9)
│ ├─┬/system/inputs/{id}/hectoken
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (89188:9)
│ ├─┬/system/inputs/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (88813:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (89125:9)
│ │ └─┬PATCH
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[+] examples (74323:7)
│ │   │   ├──[+] examples (74162:7)
│ │   │   ├──[+] examples (74979:7)
│ │   │   ├──[+] examples (74225:7)
│ │   │   ├──[+] examples (75289:7)
│ │   │   ├──[+] examples (74733:7)
│ │   │   ├──[+] examples (74297:7)
│ │   │   ├──[+] examples (74175:7)
│ │   │   ├──[+] examples (74584:7)
│ │   │   ├──[+] examples (74802:7)
│ │   │   ├──[+] examples (74248:7)
│ │   │   ├──[+] examples (75249:7)
│ │   │   ├──[+] examples (75276:7)
│ │   │   ├──[+] examples (74188:7)
│ │   │   ├──[+] examples (74492:7)
│ │   │   ├──[+] examples (74935:7)
│ │   │   └──[+] examples (75042:7)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (88873:9)
│ ├─┬/system/inputs/{id}/pq
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (89333:9)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (89387:9)
│ ├─┬/p/{pack}/system/outputs/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (84754:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (85072:9)
│ │ └─┬PATCH
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[+] examples (77088:7)
│ │   │   ├──[+] examples (77403:7)
│ │   │   ├──[+] examples (77010:7)
│ │   │   ├─┬UpdateOutputExamplesDatabricks
│ │   │   │ ├──[🔀] summary (77387:16)
│ │   │   │ └──[🔀] description (77398:20)
│ │   │   ├─┬UpdateOutputExamplesExabeam
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[+] value (77291:9)
│ │   │   │ └──[+] value (77291:9)
│ │   │   └─┬UpdateOutputExamplesWizHec
│ │   │     └──[🔀] value (77075:9)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (84820:9)
│ ├─┬/products/lake/lakes/{lakeId}/datasets/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (87935:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (88071:9)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ ├──[+] codes (88009:11)
│ │   │ └──[+] codes (88028:11)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87997:9)
│ ├─┬/system/outputs
│ │ ├─┬GET
│ │ │ ├──[🔀] operationId (89482:20)❌ 
│ │ │ ├──Parameters
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (89437:9)
│ │ └─┬POST
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[+] examples (76266:7)
│ │   │   ├──[+] examples (76006:7)
│ │   │   ├──[+] examples (75948:7)
│ │   │   ├─┬OutputCreateExamplesDatabricks
│ │   │   │ ├──[🔀] summary (76252:16)
│ │   │   │ └──[🔀] description (76263:20)
│ │   │   ├─┬OutputCreateExamplesWizHec
│ │   │   │ └──[🔀] value (75996:9)
│ │   │   └─┬OutputCreateExamplesExabeam
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[+] value (76179:9)
│ │   │     └──[+] value (76179:9)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (89522:9)
│ ├─┬/system/outputs/{id}/samples
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90237:9)
│ ├─┬/packs/{id}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ ├──[+] codes (86004:11)
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     ├─┬PackGetResponseExamplesInstalledPack
│ │ │ │     │ ├──[🔀] summary (81057:16)
│ │ │ │     │ └──[🔀] description (81058:20)
│ │ │ │     └─┬PackGetResponseExamplesEmptyPack
│ │ │ │       ├──[🔀] summary (81072:16)
│ │ │ │       └──[🔀] description (81073:20)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (85971:9)
│ │ ├─┬DELETE
│ │ │ ├─┬Responses
│ │ │ │ ├──[+] codes (86135:11)
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬PackDeleteResponseExamplesUninstalled
│ │ │ │       ├──[🔀] summary (81049:16)
│ │ │ │       └──[🔀] description (81050:20)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (86104:9)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ ├──[+] codes (86068:11)
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬PackUpgradeResponseExamplesUpgraded
│ │   │       ├──[🔀] summary (81109:16)
│ │   │       └──[🔀] description (81110:20)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (86030:9)
│ ├─┬/p/{pack}/system/status/inputs
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (85402:9)
│ ├─┬/version/revert
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91375:9)
│ ├─┬/version/info
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91281:9)
│ ├─┬/pipelines/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (86430:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (86376:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (86484:9)
│ ├─┬/p/{pack}/system/inputs/{id}/hectoken
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (84144:9)
│ ├─┬/version/undo
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91553:9)
│ ├─┬/lib/jobs
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (82248:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (82325:9)
│ ├─┬/p/{pack}/system/status/inputs/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (85502:9)
│ ├─┬/p/{pack}/system/outputs
│ │ ├─┬GET
│ │ │ ├──Parameters
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (84419:9)
│ │ └─┬POST
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[+] examples (76266:7)
│ │   │   ├──[+] examples (76006:7)
│ │   │   ├──[+] examples (75948:7)
│ │   │   ├─┬OutputCreateExamplesDatabricks
│ │   │   │ ├──[🔀] summary (76252:16)
│ │   │   │ └──[🔀] description (76263:20)
│ │   │   ├─┬OutputCreateExamplesWizHec
│ │   │   │ └──[🔀] value (75996:9)
│ │   │   └─┬OutputCreateExamplesExabeam
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[🔀] value (76179:9)
│ │   │     ├──[+] value (76179:9)
│ │   │     └──[+] value (76179:9)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (84510:9)
│ ├─┬/p/{pack}/system/inputs
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (83409:9)
│ │ └─┬POST
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[+] examples (73428:7)
│ │   │   ├──[+] examples (73791:7)
│ │   │   ├──[+] examples (73200:7)
│ │   │   ├──[+] examples (74069:7)
│ │   │   ├──[+] examples (73504:7)
│ │   │   ├──[+] examples (73189:7)
│ │   │   ├──[+] examples (73231:7)
│ │   │   ├──[+] examples (74080:7)
│ │   │   ├──[+] examples (73251:7)
│ │   │   ├──[+] examples (73680:7)
│ │   │   ├──[+] examples (73310:7)
│ │   │   ├──[+] examples (73623:7)
│ │   │   ├──[+] examples (73178:7)
│ │   │   ├──[+] examples (73877:7)
│ │   │   ├──[+] examples (74047:7)
│ │   │   ├──[+] examples (73290:7)
│ │   │   └──[+] examples (73826:7)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (83500:9)
│ ├─┬/lib/database-connections/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (82012:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (82182:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (82075:9)
│ ├─┬/version/count
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91059:9)
│ ├─┬/products/{product}/groups/{id}/configVersion
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87168:9)
│ ├─┬/p/{pack}/system/inputs/{id}/pq
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (84362:9)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (84302:9)
│ ├─┬/version/show
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91436:9)
│ ├─┬/products/{product}/groups/{id}/acl/teams
│ │ └─┬GET
│ │   ├──[🔀] summary (87095:16)
│ │   ├──[🔀] description (87097:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (87149:24)
│ │   ├──Parameters
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └──[+] examples (80443:7)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87094:9)
│ ├─┬/products/{product}/workers
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87449:9)
│ ├─┬/functions/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (81738:9)
│ ├─┬/products/{product}/summary
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87299:9)
│ ├─┬/products/{product}/groups/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (86817:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (86959:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (86885:9)
│ ├─┬/p/{pack}/system/outputs/{id}/pq
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (85205:9)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (85146:9)
│ ├─┬/p/{pack}/system/status/outputs
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (85578:9)
│ ├─┬/health
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (81793:9)
│ ├─┬/products/{product}/workers/restart
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87622:9)
│ ├─┬/lib/jobs/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (82397:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (82533:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (82449:9)
│ ├─┬/version
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90861:9)
│ ├─┬/version/diff
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91160:9)
│ ├─┬/system/outputs/{id}/pq
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (90185:9)
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90133:9)
│ ├─┬/system/inputs/{id}/hectoken/{token}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (89257:9)
│ ├─┬/p/{pack}/system/inputs/{id}/hectoken/{token}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (84220:9)
│ ├─┬/functions
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (81659:9)
│ ├─┬/version/commit
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (90989:9)
│ ├─┬/p/{pack}/system/status/outputs/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (85679:9)
│ ├─┬/products/{product}/groups
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (86636:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (86724:9)
│ ├─┬/packs
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (85827:9)
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬PackUploadResponseExamplesUploadedPack
│ │ │ │       ├──[🔀] summary (81130:16)
│ │ │ │       └──[🔀] description (81131:20)
│ │ │ ├─┬Requestbody
│ │ │ │ ├──[+] description (85943:22)
│ │ │ │ └─┬application/octet-stream
│ │ │ │   └─┬Schema
│ │ │ │     └──[🔀] description (85952:28)
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (85904:9)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬PackInstallResponseExamplesInstalledFromURL
│ │   │       ├──[🔀] summary (80991:16)
│ │   │       └──[🔀] description (80992:20)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (85755:9)
│ ├─┬/p/{pack}/routes/{id}/append
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (83328:9)
│ ├─┬/routes/{id}/append
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (88344:9)
│ ├─┬/version/push
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91327:9)
│ ├─┬/version/current-branch
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91113:9)
│ ├─┬/products/{product}/summary/workers
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (87384:9)
│ ├─┬/version/files
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (91227:9)
│ ├─┬/auth/login
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └──[+] examples (80779:7)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └──[+] examples (80785:7)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (81590:9)
│ ├─┬/system/outputs/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (89759:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-cribl-api-context (90065:9)
│ │ └─┬PATCH
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   ├──[+] examples (77010:7)
│ │   │   ├──[+] examples (77403:7)
│ │   │   ├──[+] examples (77088:7)
│ │   │   ├─┬UpdateOutputExamplesDatabricks
│ │   │   │ ├──[🔀] summary (77387:16)
│ │   │   │ └──[🔀] description (77398:20)
│ │   │   ├─┬UpdateOutputExamplesExabeam
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[🔀] value (77291:9)
│ │   │   │ ├──[+] value (77291:9)
│ │   │   │ └──[+] value (77291:9)
│ │   │   └─┬UpdateOutputExamplesWizHec
│ │   │     └──[🔀] value (77075:9)
│ │   └─┬Extensions
│ │     └──[+] x-cribl-api-context (89819:9)
│ └─┬/products/{product}/groups/{id}/acl
│   └─┬GET
│     ├──[🔀] summary (87019:16)
│     ├──[🔀] description (87021:20)
│     ├─┬Parameters
│     │ └──[🔀] description (87068:24)
│     ├──Parameters
│     ├─┬Responses
│     │ ├──[+] codes (87055:11)
│     │ └─┬200
│     │   └─┬application/json
│     │     └──[+] examples (80429:7)
│     └─┬Extensions
│       └──[+] x-cribl-api-context (87018:9)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81560:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81570:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81578:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81493:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81512:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81543:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81553:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81507:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81500:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81519:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81536:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81524:7)
├─┬Tags
│ └─┬Extensions
│   └──[+] x-cribl-api-context (81531:7)
└─┬Components
  ├──[+] examples (74584:7)
  ├──[+] examples (74162:7)
  ├──[+] examples (73189:7)
  ├──[+] examples (80429:7)
  ├──[+] examples (74175:7)
  ├──[+] examples (75249:7)
  ├──[+] examples (74248:7)
  ├──[+] examples (73231:7)
  ├──[+] examples (73504:7)
  ├──[+] examples (75948:7)
  ├──[+] examples (77010:7)
  ├──[+] examples (75042:7)
  ├──[+] examples (73791:7)
  ├──[+] examples (74225:7)
  ├──[+] examples (80767:7)
  ├──[+] examples (76006:7)
  ├──[+] examples (80443:7)
  ├──[+] examples (73310:7)
  ├──[+] examples (77088:7)
  ├──[+] examples (74047:7)
  ├──[+] examples (74733:7)
  ├──[+] examples (73877:7)
  ├──[+] examples (73251:7)
  ├──[+] examples (74080:7)
  ├──[+] examples (73178:7)
  ├──[+] examples (73623:7)
  ├──[+] examples (73428:7)
  ├──[+] examples (80785:7)
  ├──[+] examples (75289:7)
  ├──[+] examples (73290:7)
  ├──[+] examples (80779:7)
  ├──[+] examples (73680:7)
  ├──[+] examples (74323:7)
  ├──[+] examples (75276:7)
  ├──[+] examples (76266:7)
  ├──[+] examples (73826:7)
  ├──[+] examples (77403:7)
  ├──[+] examples (74935:7)
  ├──[+] examples (74188:7)
  ├──[+] examples (74492:7)
  ├──[+] examples (74979:7)
  ├──[+] examples (73200:7)
  ├──[+] examples (74802:7)
  ├──[+] examples (74297:7)
  ├──[+] examples (74069:7)
  ├──[+] schemas (63547:7)
  ├──[+] schemas (69466:7)
  ├──[-] schemas (53648:7)❌ 
  ├──[-] schemas (54721:7)❌ 
  ├──[-] schemas (54674:7)❌ 
  ├──[-] schemas (54000:7)❌ 
  ├──[-] schemas (54731:7)❌ 
  ├──[-] schemas (56208:7)❌ 
  ├──[+] schemas (35710:7)
  ├──[+] schemas (34821:7)
  ├──[+] schemas (3938:7)
  ├──[+] schemas (69404:7)
  ├──[+] schemas (71343:7)
  ├──[+] schemas (33258:7)
  ├──[+] schemas (35947:7)
  ├──[+] schemas (33443:7)
  ├──[+] schemas (35472:7)
  ├──[+] schemas (10484:7)
  ├──[+] schemas (65782:7)
  ├──[+] schemas (36425:7)
  ├──[+] schemas (33021:7)
  ├──[+] schemas (33681:7)
  ├──[+] schemas (58321:7)
  ├──[+] schemas (38133:7)
  ├──[+] schemas (10058:7)
  ├──[+] schemas (2085:7)
  ├──[+] schemas (4877:7)
  ├──[+] schemas (34589:7)
  ├──[+] schemas (64412:7)
  ├──[+] schemas (4875:7)
  ├──[+] schemas (69420:7)
  ├──[+] schemas (3936:7)
  ├──[+] schemas (69219:7)
  ├──[+] schemas (36884:7)
  ├──[+] schemas (38126:7)
  ├──[+] schemas (18669:7)
  ├──[+] schemas (69413:7)
  ├──[+] schemas (36184:7)
  ├──[+] schemas (38148:7)
  ├──[+] schemas (69317:7)
  ├──[+] schemas (38112:7)
  ├──[+] schemas (69429:7)
  ├──[+] schemas (9243:7)
  ├──[+] schemas (31820:7)
  ├──[+] schemas (35283:7)
  ├──[+] schemas (37121:7)
  ├──[+] schemas (38163:7)
  ├──[+] schemas (38176:7)
  ├──[+] schemas (1954:7)
  ├──[+] schemas (36647:7)
  ├─┬InputCriblmetrics
  │ └─┬criblSourceProvenance
  │   └──[🔀] $ref (71343:13)❌ 
  ├─┬PaginatedDistributedSummary
  │ ├─┬count
  │ │ └──[🔀] description (66875:24)
  │ └─┬items
  │   └──[🔀] description (66869:24)
  ├─┬Input
  │ ├──[+] oneOf (33258:7)
  │ ├──[+] oneOf (33443:7)
  │ ├──[+] oneOf (33681:7)
  │ ├──[+] oneOf (33917:7)
  │ ├──[+] oneOf (34146:7)
  │ ├──[+] oneOf (34589:7)
  │ ├──[+] oneOf (34821:7)
  │ ├──[+] oneOf (35132:7)
  │ ├──[+] oneOf (35283:7)
  │ ├──[+] oneOf (35472:7)
  │ ├──[+] oneOf (35710:7)
  │ ├──[+] oneOf (35947:7)
  │ ├──[+] oneOf (36184:7)
  │ ├──[+] oneOf (36425:7)
  │ ├──[+] oneOf (36647:7)
  │ ├──[+] oneOf (36884:7)
  │ ├──[+] oneOf (37121:7)
  │ ├──Discriminator
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (18669:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (18870:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (19181:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (19450:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (19701:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (19905:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (20114:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (20475:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (20847:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (21060:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (21252:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (21482:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (21734:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22001:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22325:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22458:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22639:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22811:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22893:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (23042:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (23220:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (23494:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (23653:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (23991:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (24222:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (24358:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (24504:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (24590:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (24865:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (25204:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (25437:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (25539:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (25850:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (26118:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (26206:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (26342:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (26702:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (27068:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (27304:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (27662:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (27796:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (28040:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (28268:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (28494:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (28685:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (28935:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (29315:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (29476:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (29578:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (29713:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (29849:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (30101:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (30386:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (30645:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (30789:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (31140:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (31493:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (31820:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (31962:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (32242:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (32546:13)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (32784:13)❌ 
  │ └─┬ONEOF
  │   └──[🔀] $ref (33021:13)❌ 
  ├─┬AuthToken
  │ ├─┬token
  │ │ └──[+] description (66019:24)
  │ └─┬forcePasswordChange
  │   └──[+] description (66015:24)
  ├─┬OutputCriblSearchEngine
  │ ├──[+] properties (54405:9)
  │ ├─┬streamtags
  │ │ ├──[+] enum (54411:15)
  │ │ ├──[+] enum (54409:15)
  │ │ ├──[+] enum (54410:15)
  │ │ ├──[-] items (41925:13)❌ 
  │ │ ├──[🔀] type (54406:17)❌ 
  │ │ ├──[🔀] title (54407:18)
  │ │ ├──[🔀] description (54416:24)
  │ │ └─┬Extensions
  │ │   ├──[+] x-speakeasy-enum-descriptions (54413:13)
  │ │   └──[+] x-speakeasy-unknown-values (54423:39)
  │ ├─┬urls
  │ │ ├──[-] items (42049:13)❌ 
  │ │ ├──[🔀] type (54436:17)❌ 
  │ │ ├──[🔀] title (54437:18)
  │ │ ├──[+] pattern (54440:20)❌ 
  │ │ ├──[-] minItems (42047:21)❌ 
  │ │ └──[🔀] description (54438:24)
  │ ├─┬systemFields
  │ │ ├──[🔀] title (54280:18)
  │ │ └──[🔀] description (54281:24)
  │ ├─┬tokenTTLMinutes
  │ │ └──[🔀] $ref (71511:13)❌ 
  │ ├─┬timeoutSec
  │ │ └──[🔀] $ref (70089:13)❌ 
  │ ├─┬tls
  │ │ └──[🔀] $ref (54336:11)❌ 
  │ ├─┬url
  │ │ ├──[+] enum (54260:15)
  │ │ ├──[-] title (42036:18)
  │ │ ├──[-] pattern (42038:20)❌ 
  │ │ └──[🔀] description (54261:24)
  │ ├─┬useRoundRobinDns
  │ │ ├──[+] items (54452:13)❌ 
  │ │ ├──[🔀] type (54447:17)❌ 
  │ │ ├──[🔀] title (54448:18)
  │ │ ├──[+] minItems (54450:21)❌ 
  │ │ └──[🔀] description (54449:24)
  │ ├─┬type
  │ │ ├──[-] enum (41904:15)❌ 
  │ │ ├──[🔀] type (54294:17)❌ 
  │ │ ├──[+] title (54295:18)
  │ │ ├──[+] maximum (54297:20)❌ 
  │ │ ├──[+] minimum (54296:20)❌ 
  │ │ └──[🔀] description (54298:24)
  │ ├─┬throttleRatePerSec
  │ │ ├──[+] items (54272:13)❌ 
  │ │ ├──[🔀] type (54267:17)❌ 
  │ │ ├──[🔀] title (54268:18)
  │ │ ├──[-] pattern (42003:20)❌ 
  │ │ └──[🔀] description (54269:24)
  │ └─┬timeoutRetrySettings
  │   └──[🔀] $ref (54372:11)❌ 
  ├─┬InputOffice365Mgmt
  │ └─┬criblSourceProvenance
  │   └──[🔀] $ref (71343:13)❌ 
  ├─┬OutputRouter
  │ ├──[+] properties (50160:9)
  │ ├─┬streamtags
  │ │ ├──[🔀] title (50169:18)
  │ │ ├──[+] minItems (50171:21)❌ 
  │ │ ├──[🔀] description (50170:24)
  │ │ └─┬Schema
  │ │   ├──[+] required (50175:17)❌ 
  │ │   ├──[+] required (50176:17)❌ 
  │ │   ├──[🔀] type (50173:19)❌ 
  │ │   ├──[+] properties (50186:15)
  │ │   ├──[+] properties (50178:15)
  │ │   ├──[+] properties (50190:15)
  │ │   └──[+] properties (50182:15)
  │ ├─┬type
  │ │ ├──[-] enum (38568:15)❌ 
  │ │ ├──[+] items (50148:13)❌ 
  │ │ ├──[🔀] type (50143:17)❌ 
  │ │ ├──[+] title (50144:18)
  │ │ └──[🔀] description (50145:24)
  │ ├─┬systemFields
  │ │ ├──[🔀] title (50156:18)
  │ │ └──[🔀] description (50157:24)
  │ └─┬rules
  │   ├──[-] items (38596:13)❌ 
  │   ├──[🔀] type (50161:17)❌ 
  │   ├──[🔀] title (50162:18)
  │   ├──[-] minItems (38594:21)❌ 
  │   └──[🔀] description (50163:24)
  ├─┬InputKubeMetrics
  │ └─┬criblSourceProvenance
  │   └──[🔀] $ref (71343:13)❌ 
  ├─┬CountedGitFilesResponse
  │ ├─┬items
  │ │ └──[🔀] description (67703:24)
  │ └─┬count
  │   └──[🔀] description (67700:24)
  ├─┬CountedPipeline
  │ ├─┬items
  │ │ └──[🔀] description (64164:24)
  │ └─┬count
  │   └──[🔀] description (64161:24)
  ├─┬InputOpenai
  │ ├─┬criblSourceProvenance
  │ │ └──[🔀] $ref (71343:13)❌ 
  │ └─┬contentConfig
  │   └─┬Schema
  │     ├─┬stateUpdateExpression
  │     │ └──[🔀] description (30216:30)
  │     └─┬stateMergeExpression
  │       └──[🔀] description (30224:30)
  ├─┬PaginatedInputStatus
  │ ├─┬count
  │ │ └──[🔀] description (64588:24)
  │ └─┬items
  │   └──[🔀] description (64582:24)
  ├─┬CountedGitCountResult
  │ ├─┬items
  │ │ └──[🔀] description (67521:24)
  │ └─┬count
  │   └──[🔀] description (67518:24)
  ├─┬InputTcp
  │ ├──[+] properties (28627:9)
  │ ├─┬authType
  │ │ └──[🔀] $ref (69404:14)❌ 
  │ ├─┬enableProxyHeader
  │ │ ├──[🔀] title (28635:18)
  │ │ └──[🔀] description (28636:24)
  │ ├─┬tls
  │ │ └──[🔀] $ref (28660:11)❌ 
  │ ├─┬preprocess
  │ │ └──[🔀] $ref (28527:11)❌ 
  │ ├─┬type
  │ │ └──[🔀] $ref (71667:13)❌ 
  │ ├─┬breakerRulesets
  │ │ ├──[-] items (24107:13)❌ 
  │ │ ├──[🔀] type (28628:17)❌ 
  │ │ ├──[🔀] title (28629:18)
  │ │ └──[🔀] description (28630:24)
  │ ├─┬environment
  │ │ ├──[🔀] type (28602:17)❌ 
  │ │ ├──[🔀] title (28603:18)
  │ │ └──[🔀] description (28604:24)
  │ ├─┬socketMaxLifespan
  │ │ ├──[🔀] title (28579:18)
  │ │ └──[🔀] description (28580:24)
  │ ├─┬socketEndingMaxWait
  │ │ ├──[🔀] type (28519:17)❌ 
  │ │ ├──[-] title (24084:18)
  │ │ ├──[-] minimum (24086:20)❌ 
  │ │ └──[🔀] description (28520:24)
  │ ├─┬pqEnabled
  │ │ └──[🔀] $ref (71375:13)❌ 
  │ ├─┬port
  │ │ ├──[🔀] type (28514:17)❌ 
  │ │ ├──[🔀] title (28515:18)
  │ │ ├──[-] maximum (24063:20)❌ 
  │ │ └──[🔀] description (28516:24)
  │ ├─┬host
  │ │ ├──[🔀] title (28523:18)
  │ │ └──[🔀] description (28524:24)
  │ ├─┬textSecret
  │ │ ├──[+] items (28539:13)❌ 
  │ │ ├──[🔀] type (28535:17)❌ 
  │ │ ├──[🔀] title (28536:18)
  │ │ └──[🔀] description (28537:24)
  │ ├─┬connections
  │ │ ├──[🔀] title (28614:18)
  │ │ ├──[🔀] description (28615:24)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (28618:13)❌ 
  │ ├─┬streamtags
  │ │ ├──[-] items (24044:13)❌ 
  │ │ ├──[🔀] type (28620:17)❌ 
  │ │ ├──[🔀] title (28621:18)
  │ │ ├──[+] maximum (28626:20)❌ 
  │ │ ├──[+] minimum (28625:20)❌ 
  │ │ └──[🔀] description (28622:24)
  │ ├─┬disabled
  │ │ ├──[🔀] type (28647:17)❌ 
  │ │ ├──[🔀] title (28648:18)
  │ │ └──[🔀] description (28649:24)
  │ ├─┬maxActiveCxn
  │ │ ├──[🔀] type (28567:17)❌ 
  │ │ ├──[🔀] title (28568:18)
  │ │ ├──[-] minimum (24076:20)❌ 
  │ │ └──[🔀] description (28569:24)
  │ ├─┬description
  │ │ └──[🔀] $ref (71343:13)❌ 
  │ ├─┬metadata
  │ │ ├──[-] items (24101:13)❌ 
  │ │ ├──[🔀] type (28572:17)❌ 
  │ │ ├──[🔀] title (28573:18)
  │ │ ├──[+] minimum (28576:20)❌ 
  │ │ └──[🔀] description (28574:24)
  │ ├─┬staleChannelFlushMs
  │ │ ├──[🔀] title (28596:18)
  │ │ ├──[-] maximum (24113:20)❌ 
  │ │ ├──[🔀] minimum (28600:20)❌ 
  │ │ └──[🔀] description (28597:24)
  │ ├─┬sendToRoutes
  │ │ └──[🔀] $ref (69280:13)❌ 
  │ ├─┬pq
  │ │ └──[🔀] $ref (28559:11)❌ 
  │ ├─┬socketIdleTimeout
  │ │ ├──[🔀] title (28586:18)
  │ │ └──[🔀] description (28587:24)
  │ ├─┬id
  │ │ ├──[🔀] title (28556:18)
  │ │ └──[🔀] description (28557:24)
  │ ├─┬pipeline
  │ │ ├──[+] items (28611:13)❌ 
  │ │ ├──[🔀] type (28607:17)❌ 
  │ │ ├──[🔀] title (28608:18)
  │ │ └──[🔀] description (28609:24)
  │ ├─┬criblSourceProvenance
  │ │ └──[🔀] $ref (28546:11)❌ 
  │ ├─┬ipWhitelistRegex
  │ │ ├──[🔀] title (28502:18)
  │ │ └──[🔀] description (28503:24)
  │ └─┬enableHeader
  │   ├──[🔀] title (28511:18)
  │   └──[🔀] description (28512:24)
  ├─┬TeamAccessControlList
  │ ├─┬perms
  │ │ └──[+] description (16335:24)
  │ └─┬team
  │   └──[+] description (16339:24)
  ├─┬CountedUserAccessControlList
  │ ├─┬count
  │ │ └──[🔀] description (65600:24)
  │ └─┬items
  │   └──[🔀] description (65603:24)
  ├─┬AuthenticationMethodOptionsAuthTokensItems
  │ ├──[-] enum (54190:11)❌ 
  │ └──[🔀] description (69947:20)
  ├─┬InputBedrockS3
  │ └─┬criblSourceProvenance
  │   └──[🔀] $ref (71343:13)❌ 
  ├─┬Notification
  │ ├──[+] required (38274:11)❌ 
  │ ├──[+] required (38276:11)❌ 
  │ ├──[+] properties (38191:9)
  │ ├──[+] properties (38197:9)
  │ ├──[+] properties (38242:9)
  │ ├──[-] oneOf (29060:11)❌ 
  │ ├──[-] oneOf (29073:11)❌ 
  │ ├──[-] oneOf (29085:11)❌ 
  │ ├─┬pack
  │ │ ├──[-] title (29041:18)
  │ │ └──[🔀] description (38235:24)
  │ ├─┬condition
  │ │ ├──[-] title (28969:18)
  │ │ └──[🔀] description (38193:24)
  │ ├─┬conf
  │ │ ├──[🔀] type (38198:17)❌ 
  │ │ ├──[-] title (29026:18)
  │ │ └──[🔀] description (38199:24)
  │ ├─┬templateTargetPairs
  │ │ ├──[-] title (29055:18)
  │ │ ├──[🔀] description (38269:24)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (38257:13)❌ 
  │ ├─┬targetConfigs
  │ │ ├──[-] title (28979:18)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (38163:13)❌ 
  │ ├─┬targets
  │ │ ├──[-] title (28973:18)
  │ │ └──[🔀] description (38252:24)
  │ ├─┬id
  │ │ ├──[-] title (28960:18)
  │ │ ├──[-] pattern (28961:20)❌ 
  │ │ └──[🔀] description (38224:24)
  │ ├─┬group
  │ │ ├──[+] additionalProperties (38209:33)❌ 
  │ │ ├──[🔀] type (38208:17)❌ 
  │ │ ├──[-] title (29037:18)
  │ │ └──[🔀] description (38210:24)
  │ ├─┬disabled
  │ │ ├──[🔀] type (38203:17)❌ 
  │ │ ├──[-] title (28965:18)
  │ │ └──[🔀] description (38204:24)
  │ ├─┬mode
  │ │ └──[🔀] $ref (38126:13)❌ 
  │ └─┬metadata
  │   ├──[-] title (29031:18)
  │   ├──[🔀] description (38229:24)
  │   └─┬Schema
  │     └──[🔀] $ref (38112:13)❌ 
  ├─┬ConfigGroupLookups
  │ └─┬lookups
  │   └─┬Schema
  │     ├──[+] properties (65253:15)
  │     ├─┬version
  │     │ └──[🔀] description (65266:30)
  │     ├─┬deployedVersion
  │     │ ├──[+] enum (65256:21)
  │     │ ├──[+] enum (65257:21)
  │     │ ├──[🔀] description (65258:30)
  │     │ └─┬Extensions
  │     │   └──[+] x-speakeasy-unknown-values (65259:45)
  │     └─┬file
  │       └──[🔀] description (65262:30)
  ├─┬CountedCriblLakeDataset
  │ ├─┬count
  │ │ └──[🔀] description (65911:24)
  │ └─┬items
  │   └──[🔀] description (65914:24)
  ├─┬InputHttp
  │ ├─┬criblSourceProvenance
  │ │ └──[🔀] $ref (71343:13)❌ 
  │ └─┬authTokensExt
  │   └─┬Schema
  │     └──[🔀] $ref (17522:13)❌ 
  ├─┬InputSplunkHec
  │ ├──[+] properties (18360:9)
  │ ├─┬splunkHecAcks
  │ │ ├──[🔀] type (18316:17)❌ 
  │ │ ├──[🔀] title (18317:18)
  │ │ ├──[+] pattern (18321:20)❌ 
  │ │ └──[🔀] description (18318:24)
  │ ├─┬streamtags
  │ │ ├──[-] items (15664:13)❌ 
  │ │ ├──[🔀] type (18353:17)❌ 
  │ │ ├──[🔀] title (18354:18)
  │ │ ├──[+] maximum (18359:20)❌ 
  │ │ ├──[+] minimum (18358:20)❌ 
  │ │ └──[🔀] description (18355:24)
  │ ├─┬extractMetrics
  │ │ ├──[🔀] type (18165:17)❌ 
  │ │ ├──[🔀] title (18166:18)
  │ │ └──[🔀] description (18167:24)
  │ ├─┬emitTokenMetrics
  │ │ ├──[🔀] title (18373:18)
  │ │ └──[🔀] description (18374:24)
  │ ├─┬keepAliveTimeout
  │ │ ├──[🔀] type (18311:17)❌ 
  │ │ ├──[🔀] title (18312:18)
  │ │ ├──[-] maximum (15772:20)❌ 
  │ │ ├──[-] minimum (15771:20)❌ 
  │ │ └──[🔀] description (18313:24)
  │ ├─┬pipeline
  │ │ ├──[+] items (18330:13)❌ 
  │ │ ├──[🔀] type (18323:17)❌ 
  │ │ ├──[🔀] title (18324:18)
  │ │ └──[🔀] description (18325:24)
  │ ├─┬id
  │ │ ├──[🔀] title (18199:18)
  │ │ └──[🔀] description (18200:24)
  │ ├─┬host
  │ │ ├──[🔀] type (18378:17)❌ 
  │ │ ├──[🔀] title (18379:18)
  │ │ └──[🔀] description (18380:24)
  │ ├─┬breakerRulesets
  │ │ ├──[-] items (15809:13)❌ 
  │ │ ├──[🔀] type (18361:17)❌ 
  │ │ ├──[🔀] title (18362:18)
  │ │ └──[🔀] description (18363:24)
  │ ├─┬port
  │ │ ├──[🔀] type (18157:17)❌ 
  │ │ ├──[🔀] title (18158:18)
  │ │ ├──[-] maximum (15683:20)❌ 
  │ │ └──[🔀] description (18159:24)
  │ ├─┬type
  │ │ └──[🔀] $ref (71667:13)❌ 
  │ ├─┬tls
  │ │ └──[🔀] $ref (18178:11)❌ 
  │ ├─┬sendToRoutes
  │ │ ├──[🔀] type (18286:17)❌ 
  │ │ ├──[+] title (18287:18)
  │ │ ├──[+] minimum (18290:20)❌ 
  │ │ └──[🔀] description (18288:24)
  │ ├─┬captureHeaders
  │ │ ├──[+] items (18351:13)❌ 
  │ │ ├──[🔀] type (18346:17)❌ 
  │ │ ├──[🔀] title (18347:18)
  │ │ └──[🔀] description (18348:24)
  │ ├─┬dropControlFields
  │ │ ├──[🔀] title (18154:18)
  │ │ └──[🔀] description (18155:24)
  │ ├─┬pqEnabled
  │ │ └──[🔀] $ref (71375:13)❌ 
  │ ├─┬captureHeadersWarning
  │ │ ├──[🔀] type (18272:17)❌ 
  │ │ ├──[+] title (18273:18)
  │ │ ├──[+] description (18274:24)
  │ │ ├──[-] const (15751:18)❌ 
  │ │ └──[-] readOnly (15750:21)❌ 
  │ ├─┬ipDenylistRegex
  │ │ ├──[🔀] title (18307:18)
  │ │ └──[🔀] description (18308:24)
  │ ├─┬description
  │ │ └──[🔀] $ref (71343:13)❌ 
  │ ├─┬connections
  │ │ ├──[-] items (15673:13)❌ 
  │ │ ├──[🔀] type (18276:17)❌ 
  │ │ ├──[-] title (15670:18)
  │ │ ├──[-] description (15671:24)
  │ │ └──[+] readOnly (18277:21)❌ 
  │ ├─┬disabled
  │ │ ├──[🔀] type (18407:17)❌ 
  │ │ ├──[🔀] title (18408:18)
  │ │ └──[🔀] description (18409:24)
  │ ├─┬enableProxyHeader
  │ │ ├──[🔀] title (18403:18)
  │ │ └──[🔀] description (18404:24)
  │ ├─┬authTokens
  │ │ └─┬Schema
  │ │   └─┬authType
  │ │     └──[🔀] $ref (69404:14)❌ 
  │ ├─┬pq
  │ │ └──[🔀] $ref (18202:11)❌ 
  │ ├─┬environment
  │ │ ├──[🔀] type (18266:17)❌ 
  │ │ ├──[🔀] title (18267:18)
  │ │ └──[🔀] description (18268:24)
  │ ├─┬ipAllowlistRegex
  │ │ ├──[🔀] title (18145:...

@github-actions
github-actions Bot requested a review from a team as a code owner September 13, 2026 00:18
@github-actions github-actions Bot added the minor Minor version bump label Sep 13, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1789258352 branch 3 times, most recently from f776d75 to 0bca044 Compare September 16, 2026 00:16
* `cribl_control_plane.pipelines.list()`:  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.pipelines.create()`: 
  *  `request.conf.functions[]` **Changed** (Breaking ⚠️)
  *  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.collectors.get()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.collectors.update()`: 
  *  `request.saved_job` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.collectors.delete()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.destinations.pq.get()`:  `response.items[].args` **Changed** (Breaking ⚠️)
* `cribl_control_plane.destinations.delete()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.destinations.update()`: 
  *  `request.output` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.destinations.get()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.destinations.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.destinations.list()`: 
  *  `request.type` **Changed**
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.sources.pq.get()`:  `response.items[].args` **Changed** (Breaking ⚠️)
* `cribl_control_plane.sources.delete()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.sources.update()`: 
  *  `request.input` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.sources.get()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.sources.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.sources.list()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.pipelines.list()`:  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.pipelines.create()`: 
  *  `request.conf.functions[]` **Changed** (Breaking ⚠️)
  *  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.pipelines.get()`:  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.pipelines.update()`: 
  *  `request.conf.functions[]` **Changed** (Breaking ⚠️)
  *  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.pipelines.delete()`:  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.lakes.datasets.create()`: 
  *  `request` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `cribl_control_plane.pipelines.update()`: 
  *  `request.conf.functions[]` **Changed** (Breaking ⚠️)
  *  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.pipelines.get()`:  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.collectors.list()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.sources.list()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.sources.create()`: 
  *  `request_body` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.sources.get()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.sources.update()`: 
  *  `request.input` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.sources.delete()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.pipelines.delete()`:  `response.items[].conf.functions[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.collectors.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.sources.pq.get()`:  `response.items[].args` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.destinations.list()`: 
  *  `request.type` **Changed**
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.destinations.create()`: 
  *  `request_body` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.destinations.get()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.destinations.update()`: 
  *  `request.output` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.destinations.delete()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `cribl_control_plane.packs.destinations.pq.get()`:  `response.items[].args` **Changed** (Breaking ⚠️)
* `cribl_control_plane.routes.list()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `cribl_control_plane.packs.sources.hec_tokens.create()`:  `response.items[]` **Changed**
* `cribl_control_plane.packs.routes.append()`: 
  *  `request_body[].auto_parse` **Added**
  *  `response.items[].routes[].auto_parse` **Added**
* `cribl_control_plane.packs.routes.update()`: 
  *  `request.routes[].auto_parse` **Added**
  *  `response.items[].routes[].auto_parse` **Added**
* `cribl_control_plane.packs.routes.get()`:  `response.items[].routes[].auto_parse` **Added**
* `cribl_control_plane.groups.list()`:  `response.items[]` **Changed**
* `cribl_control_plane.groups.create()`: 
  *  `request` **Changed**
  *  `response.items[]` **Changed**
* `cribl_control_plane.groups.get()`:  `response.items[]` **Changed**
* `cribl_control_plane.groups.update()`: 
  *  `request` **Changed**
  *  `response.items[]` **Changed**
* `cribl_control_plane.groups.delete()`:  `response.items[]` **Changed**
* `cribl_control_plane.groups.deploy()`:  `response.items[]` **Changed**
* `cribl_control_plane.groups.acl.get()`: 
  *  `request.type` **Changed**
  *  `response.items[].perms[].type` **Changed**
  *  `error.status[404]` **Added**
* `cribl_control_plane.groups.acl.teams.get()`: 
  *  `request.type` **Changed**
  *  `response.items[].perms[].type` **Changed**
* `cribl_control_plane.nodes.list()`:  `response.items[].info.cribl` **Changed**
* `cribl_control_plane.nodes.get()`:  `response.items[].info.cribl` **Changed**
* `cribl_control_plane.lakes.datasets.list()`: 
  *  `request` **Changed**
  *  `response.items[]` **Changed**
  *  `error.status[400]` **Added**
* `cribl_control_plane.packs.routes.list()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `cribl_control_plane.lakes.datasets.get()`:  `response.items[]` **Changed**
* `cribl_control_plane.lakes.datasets.update()`: 
  *  `request` **Changed**
  *  `response.items[]` **Changed**
  *  `error` **Changed**
* `cribl_control_plane.packs.sources.hec_tokens.update()`:  `response.items[]` **Changed**
* `cribl_control_plane.routes.get()`:  `response.items[].routes[].auto_parse` **Added**
* `cribl_control_plane.routes.update()`: 
  *  `request.routes[].auto_parse` **Added**
  *  `response.items[].routes[].auto_parse` **Added**
* `cribl_control_plane.lakes.datasets.delete()`:  `response.items[]` **Changed**
* `cribl_control_plane.routes.append()`: 
  *  `request_body[].auto_parse` **Added**
  *  `response.items[].routes[].auto_parse` **Added**
* `cribl_control_plane.packs.delete()`:  `error.status[409]` **Added**
* `cribl_control_plane.packs.update()`: 
  *  `response.items[]` **Changed**
  *  `error.status[409]` **Added**
* `cribl_control_plane.packs.get()`: 
  *  `response.items[]` **Changed**
  *  `error.status[409]` **Added**
* `cribl_control_plane.packs.list()`:  `response.items[]` **Changed**
* `cribl_control_plane.packs.install()`:  `response.items[]` **Changed**
* `cribl_control_plane.sources.hec_tokens.create()`:  `response.items[]` **Changed**
* `cribl_control_plane.sources.hec_tokens.update()`:  `response.items[]` **Changed**
* `cribl_control_plane.database_connections.delete()`:  `response.items[]` **Changed**
* `cribl_control_plane.database_connections.update()`: 
  *  `request` **Changed**
  *  `response.items[]` **Changed**
* `cribl_control_plane.database_connections.get()`:  `response.items[]` **Changed**
* `cribl_control_plane.database_connections.create()`: 
  *  `request` **Changed**
  *  `response.items[]` **Changed**
* `cribl_control_plane.database_connections.list()`: 
  *  `request.database_type` **Changed**
  *  `response.items[]` **Changed**
* `cribl_control_plane.functions.get()`:  `response.items[]` **Changed**
* `cribl_control_plane.functions.list()`:  `response.items[]` **Changed**
* `cribl_control_plane.system.settings.cribl.list()`:  `response.items[]` **Changed**
* `cribl_control_plane.system.settings.cribl.update()`: 
  *  `request` **Changed**
  *  `response.items[]` **Changed**
* `cribl_control_plane.versions.branches.list()`:  `response.items[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1789258352 branch from d201809 to 5369b02 Compare September 17, 2026 00:16
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