Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
238 changes: 187 additions & 51 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ generation:
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
versioningStrategy: automatic
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.12.4
version: 0.13.0
additionalDependencies:
dev: {}
main: {}
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.700.2
speakeasyVersion: 1.709.1
sources:
converge-source:
sourceNamespace: converge-source
sourceRevisionDigest: sha256:7b3f780b817d3434a2d2aeb310cf8987d91c3d3a493f1b73bcf32ec3e877d56a
sourceBlobDigest: sha256:c82ea45eb541f2b2bd01aea26cd7a561098f9326ed7163df172c5ead3787bf44
sourceRevisionDigest: sha256:232185ce44a12c96ed21ad9ecde213e9a60cdd3e8c26c2abe058d4cf5f05fabf
sourceBlobDigest: sha256:e12170ff08e30c67560d556ba4a8f149ee9fa67caaace3c7499756bc868918aa
tags:
- latest
- speakeasy-sdk-regen-1769214570
- 1.0.71
- speakeasy-sdk-regen-1770424472
- 1.0.73
targets:
censys-sdk-python:
source: converge-source
sourceNamespace: converge-source
sourceRevisionDigest: sha256:7b3f780b817d3434a2d2aeb310cf8987d91c3d3a493f1b73bcf32ec3e877d56a
sourceBlobDigest: sha256:c82ea45eb541f2b2bd01aea26cd7a561098f9326ed7163df172c5ead3787bf44
sourceRevisionDigest: sha256:232185ce44a12c96ed21ad9ecde213e9a60cdd3e8c26c2abe058d4cf5f05fabf
sourceBlobDigest: sha256:e12170ff08e30c67560d556ba4a8f149ee9fa67caaace3c7499756bc868918aa
codeSamplesNamespace: converge-source-python-code-samples
codeSamplesRevisionDigest: sha256:46f0471c3f518d7e1db3d3de0440503636ca49c3fa2d444e8e82b9a532835db1
codeSamplesRevisionDigest: sha256:a73f54f3e74217adb6ffb612cfa9eb672148318a80d2010b6a82d3e3b6cc27ab
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion README-PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ It's also possible to write a standalone Python script without needing to set up
```python
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.9"
# requires-python = ">=3.10"
# dependencies = [
# "censys-platform",
# ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ It's also possible to write a standalone Python script without needing to set up
```python
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.9"
# requires-python = ">=3.10"
# dependencies = [
# "censys-platform",
# ]
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,14 @@ Based on:
### Generated
- [python v0.12.4] .
### Releases
- [PyPI v0.12.4] https://pypi.org/project/censys-platform/0.12.4 - .
- [PyPI v0.12.4] https://pypi.org/project/censys-platform/0.12.4 - .

## 2026-02-10 00:42:31
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.709.1 (2.812.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.13.0] .
### Releases
- [PyPI v0.13.0] https://pypi.org/project/censys-platform/0.13.0 - .
11 changes: 11 additions & 0 deletions docs/models/gemini.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Gemini


## Fields

| Field | Type | Required | Description |
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
| `body` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `client_cert_required` | *Optional[bool]* | :heavy_minus_sign: | N/A |
| `meta` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `status_code` | *Optional[int]* | :heavy_minus_sign: | N/A |
1 change: 1 addition & 0 deletions docs/models/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
| `fox` | [Optional[models.Fox]](../models/fox.md) | :heavy_minus_sign: | N/A |
| `ftp` | [Optional[models.Ftp]](../models/ftp.md) | :heavy_minus_sign: | N/A |
| `gearman` | [Optional[models.Gearman]](../models/gearman.md) | :heavy_minus_sign: | N/A |
| `gemini` | [Optional[models.Gemini]](../models/gemini.md) | :heavy_minus_sign: | N/A |
| `hajime` | [Optional[models.Hajime]](../models/hajime.md) | :heavy_minus_sign: | N/A |
| `hardware` | List[[models.Attribute](../models/attribute.md)] | :heavy_minus_sign: | N/A |
| `hid_vertx` | [Optional[models.HidVertx]](../models/hidvertx.md) | :heavy_minus_sign: | N/A |
Expand Down
1 change: 1 addition & 0 deletions docs/models/servicescan.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
| `fox` | [Optional[models.Fox]](../models/fox.md) | :heavy_minus_sign: | N/A |
| `ftp` | [Optional[models.Ftp]](../models/ftp.md) | :heavy_minus_sign: | N/A |
| `gearman` | [Optional[models.Gearman]](../models/gearman.md) | :heavy_minus_sign: | N/A |
| `gemini` | [Optional[models.Gemini]](../models/gemini.md) | :heavy_minus_sign: | N/A |
| `hajime` | [Optional[models.Hajime]](../models/hajime.md) | :heavy_minus_sign: | N/A |
| `hid_vertx` | [Optional[models.HidVertx]](../models/hidvertx.md) | :heavy_minus_sign: | N/A |
| `hikvision` | [Optional[models.Hikvision]](../models/hikvision.md) | :heavy_minus_sign: | N/A |
Expand Down
18 changes: 14 additions & 4 deletions docs/sdks/accountmanagement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ with SDK(
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## get_organization_credits
Expand Down Expand Up @@ -98,6 +99,7 @@ with SDK(
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## get_organization_credit_usage
Expand Down Expand Up @@ -145,6 +147,7 @@ with SDK(
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 400, 403, 404, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## invite_user_to_organization
Expand Down Expand Up @@ -188,7 +191,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404, 422 | application/problem+json |
| models.ErrorModel | 403, 404, 409, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## list_organization_members
Expand Down Expand Up @@ -231,7 +235,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404 | application/problem+json |
| models.ErrorModel | 403, 404, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## remove_organization_member
Expand Down Expand Up @@ -274,6 +279,7 @@ with SDK(
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404, 409, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## update_organization_member
Expand Down Expand Up @@ -318,7 +324,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 400, 403, 404, 422 | application/problem+json |
| models.ErrorModel | 400, 403, 404, 409, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## get_member_credit_usage
Expand Down Expand Up @@ -367,6 +374,7 @@ with SDK(
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 400, 403, 404, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## get_user_credits
Expand Down Expand Up @@ -407,6 +415,7 @@ with SDK(
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 404 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## get_user_credits_usage
Expand Down Expand Up @@ -452,5 +461,6 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 404 | application/problem+json |
| models.ErrorModel | 400, 404 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |
24 changes: 16 additions & 8 deletions docs/sdks/collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403 | application/problem+json |
| models.ErrorModel | 400, 403 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## create
Expand Down Expand Up @@ -103,7 +104,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403 | application/problem+json |
| models.ErrorModel | 400, 403, 409, 412, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## delete
Expand Down Expand Up @@ -146,7 +148,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404 | application/problem+json |
| models.ErrorModel | 400, 403, 404 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## get
Expand Down Expand Up @@ -189,7 +192,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404 | application/problem+json |
| models.ErrorModel | 400, 403, 404 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## update
Expand Down Expand Up @@ -237,7 +241,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404 | application/problem+json |
| models.ErrorModel | 400, 403, 404, 412 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## list_events
Expand Down Expand Up @@ -286,7 +291,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404 | application/problem+json |
| models.ErrorModel | 400, 403, 404, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## aggregate
Expand Down Expand Up @@ -334,7 +340,8 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404, 422 | application/problem+json |
| models.ErrorModel | 400, 403, 404, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |

## search
Expand Down Expand Up @@ -384,5 +391,6 @@ with SDK(
| Error Type | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| models.AuthenticationError | 401 | application/json |
| models.ErrorModel | 403, 404 | application/problem+json |
| models.ErrorModel | 400, 403, 404, 422 | application/problem+json |
| models.ErrorModel | 500 | application/problem+json |
| models.SDKError | 4XX, 5XX | \*/\* |
Loading
Loading