Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2,336 changes: 1,201 additions & 1,135 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ generation:
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
Expand All @@ -26,7 +27,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.12.1
version: 0.12.2
additionalDependencies:
dev: {}
main: {}
Expand Down Expand Up @@ -73,3 +74,4 @@ python:
responseFormat: flat
sseFlatResponse: false
templateVersion: v2
useAsyncHooks: false
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.682.0
speakeasyVersion: 1.691.0
sources:
converge-source:
sourceNamespace: converge-source
sourceRevisionDigest: sha256:29a147b1c7849375f4c0dd3cf042e586f46088af68462dfc73c562595229c7f1
sourceBlobDigest: sha256:c007b3011b46fd017ac8c3a964db9c819515de1d130b401c9d9ef127e2f433c7
sourceRevisionDigest: sha256:921e943ec014cc1b8ab35a109ec052b30e1c4c30126e88e72b592fcd275e0e87
sourceBlobDigest: sha256:ebf605a4da74b201214ffd90386798dcc36a8e73da11bd1035ab4aacbc187e76
tags:
- latest
- speakeasy-sdk-regen-1766104176
- 1.0.59
- speakeasy-sdk-regen-1767832222
- 1.0.65
targets:
censys-sdk-python:
source: converge-source
sourceNamespace: converge-source
sourceRevisionDigest: sha256:29a147b1c7849375f4c0dd3cf042e586f46088af68462dfc73c562595229c7f1
sourceBlobDigest: sha256:c007b3011b46fd017ac8c3a964db9c819515de1d130b401c9d9ef127e2f433c7
sourceRevisionDigest: sha256:921e943ec014cc1b8ab35a109ec052b30e1c4c30126e88e72b592fcd275e0e87
sourceBlobDigest: sha256:ebf605a4da74b201214ffd90386798dcc36a8e73da11bd1035ab4aacbc187e76
codeSamplesNamespace: converge-source-python-code-samples
codeSamplesRevisionDigest: sha256:f25d55cdef67c3b748888eb41940f7ec0ffd17699b36eb6156681b069a478fec
codeSamplesRevisionDigest: sha256:29a2377d4a9b0ef7ce9f8c207efae22e3d21be7b11fd5a26606f85dabe436fb9
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
7 changes: 4 additions & 3 deletions README-PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,15 @@ asyncio.run(main())
### [AccountManagement](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md)

* [get_organization_details](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#get_organization_details) - Get organization details
* [get_organization_credits](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#get_organization_credits) - Get organization credit details
* [get_organization_credits](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#get_organization_credits) - Get organization credit balance
* [get_organization_credit_usage](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#get_organization_credit_usage) - Get organization credit usage
* [invite_user_to_organization](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#invite_user_to_organization) - Invite user to organization
* [list_organization_members](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#list_organization_members) - List organization members
* [remove_organization_member](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#remove_organization_member) - Remove member from organization
* [update_organization_member](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#update_organization_member) - Update a member's roles in an organization
* [get_member_credit_usage](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#get_member_credit_usage) - Get member credit usage
* [get_user_credits](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#get_user_credits) - Get Free user credit details
* [get_member_credit_usage](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#get_member_credit_usage) - Get organization member credit usage
* [get_user_credits](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#get_user_credits) - Get Free user credit balance
* [get_user_credits_usage](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/accountmanagement/README.md#get_user_credits_usage) - Get Free user credit usage

### [Collections](https://github.com/censys/censys-sdk-python/blob/master/docs/sdks/collections/README.md)

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,15 @@ asyncio.run(main())
### [AccountManagement](docs/sdks/accountmanagement/README.md)

* [get_organization_details](docs/sdks/accountmanagement/README.md#get_organization_details) - Get organization details
* [get_organization_credits](docs/sdks/accountmanagement/README.md#get_organization_credits) - Get organization credit details
* [get_organization_credits](docs/sdks/accountmanagement/README.md#get_organization_credits) - Get organization credit balance
* [get_organization_credit_usage](docs/sdks/accountmanagement/README.md#get_organization_credit_usage) - Get organization credit usage
* [invite_user_to_organization](docs/sdks/accountmanagement/README.md#invite_user_to_organization) - Invite user to organization
* [list_organization_members](docs/sdks/accountmanagement/README.md#list_organization_members) - List organization members
* [remove_organization_member](docs/sdks/accountmanagement/README.md#remove_organization_member) - Remove member from organization
* [update_organization_member](docs/sdks/accountmanagement/README.md#update_organization_member) - Update a member's roles in an organization
* [get_member_credit_usage](docs/sdks/accountmanagement/README.md#get_member_credit_usage) - Get member credit usage
* [get_user_credits](docs/sdks/accountmanagement/README.md#get_user_credits) - Get Free user credit details
* [get_member_credit_usage](docs/sdks/accountmanagement/README.md#get_member_credit_usage) - Get organization member credit usage
* [get_user_credits](docs/sdks/accountmanagement/README.md#get_user_credits) - Get Free user credit balance
* [get_user_credits_usage](docs/sdks/accountmanagement/README.md#get_user_credits_usage) - Get Free user credit usage

### [Collections](docs/sdks/collections/README.md)

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,14 @@ Based on:
### Generated
- [python v0.12.1] .
### Releases
- [PyPI v0.12.1] https://pypi.org/project/censys-platform/0.12.1 - .
- [PyPI v0.12.1] https://pypi.org/project/censys-platform/0.12.1 - .

## 2026-01-20 18:29:02
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.691.0 (2.797.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.12.2] .
### Releases
- [PyPI v0.12.2] https://pypi.org/project/censys-platform/0.12.2 - .
18 changes: 12 additions & 6 deletions docs/models/creditusagereport.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `end_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The end date of the window for this report. |
| `source_breakdown` | [models.SourceUsageBreakdown](../models/sourceusagebreakdown.md) | :heavy_check_mark: | N/A |
| `start_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The start date of the window for this report. |
| `total_consumed` | *int* | :heavy_check_mark: | The total amount of credits consumed during the report period. |
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `credits_consumed_by_consumer` | *Optional[str]* | :heavy_minus_sign: | The breakdown of credits consumed by consumer. This may not be present if the report is generated for a specific user. | |
| `credits_consumed_by_source` | [models.SourceUsageBreakdown](../models/sourceusagebreakdown.md) | :heavy_check_mark: | N/A | |
| `end_time` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The end time of the window for this report. | |
| `granularity` | [Optional[models.Granularity]](../models/granularity.md) | :heavy_minus_sign: | The granularity of the report. | daily |
| `periods` | List[[models.CreditUsageReportPeriod](../models/creditusagereportperiod.md)] | :heavy_check_mark: | The periods of the report (i.e. time buckets). | |
| `start_time` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The start time of the window for this report. | |
| `total_added` | *int* | :heavy_check_mark: | The total amount of credits added during the report period. | |
| `total_consumed` | *int* | :heavy_check_mark: | The total amount of credits consumed during the report period. | |
| `total_expired` | *int* | :heavy_check_mark: | The total amount of credits expired during the report period. | |
| `transaction_count` | *int* | :heavy_check_mark: | The total number of transactions during the report period. | |
13 changes: 13 additions & 0 deletions docs/models/creditusagereportperiod.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CreditUsageReportPeriod


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `credits_added` | *int* | :heavy_check_mark: | The total amount of credits added during the report period. |
| `credits_consumed` | *int* | :heavy_check_mark: | The total amount of credits consumed during the report period. |
| `credits_expired` | *int* | :heavy_check_mark: | The total amount of credits expired during the report period. |
| `end_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The end date of the window for this report period. |
| `start_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The start date of the window for this report period. |
| `transaction_count` | *int* | :heavy_check_mark: | The total number of transactions during the report period. |
11 changes: 11 additions & 0 deletions docs/models/granularity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Granularity

The granularity of the report.


## Values

| Name | Value |
| --------- | --------- |
| `DAILY` | daily |
| `MONTHLY` | monthly |
8 changes: 8 additions & 0 deletions docs/models/hajime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Hajime


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `public_key` | *Optional[str]* | :heavy_minus_sign: | N/A |
11 changes: 11 additions & 0 deletions docs/models/queryparamgranularity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# QueryParamGranularity

Whether to break down credit usage on a daily or monthly basis.


## Values

| Name | Value |
| --------- | --------- |
| `DAILY` | daily |
| `MONTHLY` | monthly |
Loading
Loading