Skip to content

Commit 2efcb06

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate Dev SDK [dev] 0.7.0b10 (#646)
* ## Python SDK Changes: * `cribl_control_plane.sources.create()`: * `request.union(servicenow_table)` **Changed** (Breaking ⚠️) * `response.items[].union(servicenow_table)` **Changed** * `cribl_control_plane.sources.update()`: * `request.input.union(servicenow_table)` **Changed** (Breaking ⚠️) * `response.items[].union(servicenow_table)` **Changed** * `cribl_control_plane.packs.sources.create()`: * `request_body.union(servicenow_table)` **Changed** (Breaking ⚠️) * `response.items[].union(servicenow_table)` **Changed** * `cribl_control_plane.packs.sources.update()`: * `request.input.union(servicenow_table)` **Changed** (Breaking ⚠️) * `response.items[].union(servicenow_table)` **Changed** * `cribl_control_plane.sources.list()`: `response.items[].union(servicenow_table)` **Changed** * `cribl_control_plane.sources.get()`: `response.items[].union(servicenow_table)` **Changed** * `cribl_control_plane.sources.delete()`: `response.items[].union(servicenow_table)` **Changed** * `cribl_control_plane.packs.sources.list()`: `response.items[].union(servicenow_table)` **Changed** * `cribl_control_plane.packs.sources.get()`: `response.items[].union(servicenow_table)` **Changed** * `cribl_control_plane.packs.sources.delete()`: `response.items[].union(servicenow_table)` **Changed** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 54027e2 commit 2efcb06

35 files changed

Lines changed: 1142 additions & 786 deletions

.speakeasy/gen.lock

Lines changed: 86 additions & 74 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ generation:
3333
generateNewTests: false
3434
skipResponseBodyAssertions: false
3535
python:
36-
version: 0.7.0b9
36+
version: 0.7.0b10
3737
additionalDependencies:
3838
dev: {}
3939
main: {}

.speakeasy/out.openapi.yaml

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ info:
1515
- Host (Worker or Edge Node) context: /api/v1/w/{nodeId}
1616

1717
- Search context: /api/v1/m/default_search
18-
version: 4.18.0-alpha.1774393403184-de48d82e
18+
version: 4.18.0-alpha.1774479808928-10da8442
1919
contact:
2020
name: Support
2121
url: https://portal.support.cribl.io
@@ -21397,6 +21397,7 @@ components:
2139721397
- cronSchedule
2139821398
- earliest
2139921399
- latest
21400+
- tableName
2140021401
properties:
2140121402
id:
2140221403
type: string
@@ -21442,6 +21443,34 @@ components:
2144221443
type: string
2144321444
title: Instance URL
2144421445
description: ServiceNow instance base URL for Table API requests. Enter a literal URL (https and the instance host, for example a hostname ending in .service-now.com) or a Cribl expression that resolves to a URL.
21446+
tableName:
21447+
type: string
21448+
title: Table name
21449+
description: ServiceNow table name to collect from.
21450+
fields:
21451+
type: array
21452+
title: Fields
21453+
description: Field names to return from the Table API (sysparm_fields). Leave empty to return all fields.
21454+
items:
21455+
type: string
21456+
displayValue:
21457+
type: string
21458+
title: Display value
21459+
description: ServiceNow reference field display mode. Allows raw values, display values, or both (sysparm_display_value).
21460+
enum:
21461+
- "false"
21462+
- "true"
21463+
- all
21464+
x-speakeasy-enum-descriptions:
21465+
- Raw
21466+
- Display
21467+
- All
21468+
x-speakeasy-unknown-values: allow
21469+
pageSize:
21470+
type: integer
21471+
title: Page size
21472+
description: Maximum records per Table API page request (sysparm_limit). Setting a higher value may increase the risk of timeouts.
21473+
minimum: 1
2144521474
rejectUnauthorized:
2144621475
type: boolean
2144721476
title: Reject unauthorized certificates
@@ -22541,6 +22570,7 @@ components:
2254122570
reason:
2254222571
type: object
2254322572
additionalProperties: true
22573+
description: Reason the job entered its current <code>state</code>, typically populated upon failure.
2254422574
state:
2254522575
type: integer
2254622576
description: State of the Job
@@ -22569,26 +22599,33 @@ components:
2256922599
x-speakeasy-unknown-values: allow
2257022600
required:
2257122601
- state
22602+
description: Status of a job, including its current state and failure reason.
2257222603
JobInfo:
2257322604
type: object
2257422605
properties:
2257522606
args:
2257622607
$ref: "#/components/schemas/RunnableJob"
22608+
description: Configuration and run settings used to launch the job.
2257722609
id:
2257822610
type: string
22611+
description: Unique identifier for the job.
2257922612
keep:
2258022613
type: boolean
22614+
description: If <code>true</code>, retain the job and its artifacts instead of deleting according to the time-to-live or retention policy. The job persists until it is manually deleted.
2258122615
stats:
2258222616
type: object
2258322617
additionalProperties:
2258422618
$ref: "#/components/schemas/AdditionalPropertiesTypeJobInfoStats"
22619+
description: Counters and metrics collected during job execution.
2258522620
status:
2258622621
$ref: "#/components/schemas/JobStatus"
22622+
description: Status of the job.
2258722623
required:
2258822624
- args
2258922625
- id
2259022626
- stats
2259122627
- status
22628+
description: Detailed information about a job, including its configuration, status, and statistics.
2259222629
SourceType:
2259322630
type: array
2259422631
items:
@@ -37817,10 +37854,10 @@ components:
3781737854
items:
3781837855
type: object
3781937856
additionalProperties: true
37820-
description: Array of sample events for the Destination.
37857+
description: Array of sample events returned from a Destination test.
3782137858
required:
3782237859
- events
37823-
description: Sample event data returned for a Destination.
37860+
description: Sample events from a Destination.
3782437861
CountedOutputTestResponse:
3782537862
type: object
3782637863
properties:
@@ -37864,6 +37901,7 @@ components:
3786437901
description: Array of event objects to send to the Destination for testing.
3786537902
required:
3786637903
- events
37904+
description: Request body for testing a Destination by sending sample events.
3786737905
CountedPipeline:
3786837906
type: object
3786937907
properties:
@@ -43904,6 +43942,13 @@ components:
4390443942
id: servicenow-table-source
4390543943
type: servicenow_table
4390643944
instance: https://example.service-now.com
43945+
tableName: incident
43946+
fields:
43947+
- sys_id
43948+
- number
43949+
- short_description
43950+
displayValue: "false"
43951+
pageSize: 10000
4390743952
cronSchedule: 0 * * * *
4390843953
earliest: -1d
4390943954
latest: now

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
speakeasyVersion: 1.757.1
1+
speakeasyVersion: 1.759.2
22
sources:
33
Cribl API Reference:
44
sourceNamespace: cribl-api-reference
5-
sourceRevisionDigest: sha256:501fd7a208b198fa5f15d11dbb918c08bbb933de753cdb13b3d33ba999fa0710
6-
sourceBlobDigest: sha256:38684f11705b39fd83da57e59bc8c0f6390be8527ce037832bb4e2e6a9dc9afd
5+
sourceRevisionDigest: sha256:b64de57478fcbea150b3a8b6c252c4c6ab04c8cb0dafc880280dd765a85d3634
6+
sourceBlobDigest: sha256:73ecf3ddcd58f2d718c045aed55e467d47384cfd7713d20d6f684f59ef17587f
77
tags:
88
- latest
9-
- 4.18.0-alpha.1774393403184-de48d82e
9+
- 4.18.0-alpha.1774479808928-10da8442
1010
targets:
1111
cribl-control-plane:
1212
source: Cribl API Reference
1313
sourceNamespace: cribl-api-reference
14-
sourceRevisionDigest: sha256:501fd7a208b198fa5f15d11dbb918c08bbb933de753cdb13b3d33ba999fa0710
15-
sourceBlobDigest: sha256:38684f11705b39fd83da57e59bc8c0f6390be8527ce037832bb4e2e6a9dc9afd
14+
sourceRevisionDigest: sha256:b64de57478fcbea150b3a8b6c252c4c6ab04c8cb0dafc880280dd765a85d3634
15+
sourceBlobDigest: sha256:73ecf3ddcd58f2d718c045aed55e467d47384cfd7713d20d6f684f59ef17587f
1616
codeSamplesNamespace: cribl-api-reference-python-code-samples
17-
codeSamplesRevisionDigest: sha256:44bf921c296349c28bf7a0d837e062560b2062809055e4143d8b30d45adc63a8
17+
codeSamplesRevisionDigest: sha256:f3914bcbf306d294af2ceef3ed96f64ccd514e276713fa270e6522baab0b746c
1818
workflow:
1919
workflowVersion: 1.0.0
20-
speakeasyVersion: 1.757.1
20+
speakeasyVersion: 1.759.2
2121
sources:
2222
Cribl API Reference:
2323
inputs:

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,4 +1998,14 @@ Based on:
19981998
### Generated
19991999
- [python v0.7.0b9] .
20002000
### Releases
2001-
- [PyPI v0.7.0b9] https://pypi.org/project/cribl-control-plane/0.7.0b9 - .
2001+
- [PyPI v0.7.0b9] https://pypi.org/project/cribl-control-plane/0.7.0b9 - .
2002+
2003+
## 2026-03-26 01:22:38
2004+
### Changes
2005+
Based on:
2006+
- OpenAPI Doc
2007+
- Speakeasy CLI 1.759.2 (2.869.23) https://github.com/speakeasy-api/speakeasy
2008+
### Generated
2009+
- [python v0.7.0b10] .
2010+
### Releases
2011+
- [PyPI v0.7.0b10] https://pypi.org/project/cribl-control-plane/0.7.0b10 - .
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# CreateInputDisplayValue
2+
3+
ServiceNow reference field display mode. Allows raw values, display values, or both (sysparm_display_value).
4+
5+
## Example Usage
6+
7+
```python
8+
from cribl_control_plane.models import CreateInputDisplayValue
9+
10+
value = CreateInputDisplayValue.FALSE
11+
12+
# Open enum: unrecognized values are captured as UnrecognizedStr
13+
```
14+
15+
16+
## Values
17+
18+
| Name | Value |
19+
| ------- | ------- |
20+
| `FALSE` | false |
21+
| `TRUE` | true |
22+
| `ALL` | all |

0 commit comments

Comments
 (0)