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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lint:
timeout-minutes: 10
name: lint
runs-on: ${{ github.repository == 'stainless-sdks/stigg-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand All @@ -44,7 +44,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: ${{ github.repository == 'stainless-sdks/stigg-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
test:
timeout-minutes: 10
name: test
runs-on: ${{ github.repository == 'stainless-sdks/stigg-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-beta.38"
".": "0.1.0-beta.39"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 115
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stigg/stigg-1fd1388c73f1bdcae34c8226ec778ed8136412614e0d494c51fc398dc3702746.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stigg/stigg-004f4d054d9f20c476fa9b4379515da2751fcc616263bdf80ff12ba848c07e75.yml
openapi_spec_hash: 8b39afed2e12cc7b765a3dc368e4263c
config_hash: 4cb3ba258a7a641157d31fb55a808300
config_hash: 3d43e5c6ff8bf447a1b4c1922a13119f
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.1.0-beta.39 (2026-07-18)

Full Changelog: [v0.1.0-beta.38...v0.1.0-beta.39](https://github.com/stiggio/stigg-python/compare/v0.1.0-beta.38...v0.1.0-beta.39)

### Features

* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([83da6bf](https://github.com/stiggio/stigg-python/commit/83da6bf28e4eac1ef08fcf5046aa9566cd719a19))


### Chores

* **api:** relocate customers.retrieve_governance from v1.events.beta to v1_beta ([c5bd19f](https://github.com/stiggio/stigg-python/commit/c5bd19ff3705d2fe46131a7262e98fd695b0e8f4))

## 0.1.0-beta.38 (2026-07-14)

Full Changelog: [v0.1.0-beta.37...v0.1.0-beta.38](https://github.com/stiggio/stigg-python/compare/v0.1.0-beta.37...v0.1.0-beta.38)
Expand Down
24 changes: 10 additions & 14 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,20 +200,6 @@ Methods:
- <code title="patch /api/v1/data-export/destinations/{destinationId}">client.v1.events.data_export.destinations.<a href="./src/stigg/resources/v1/events/data_export/destinations.py">update</a>(destination_id, \*\*<a href="src/stigg/types/v1/events/data_export/destination_update_params.py">params</a>) -> <a href="./src/stigg/types/v1/events/data_export/destination_update_response.py">DestinationUpdateResponse</a></code>
- <code title="delete /api/v1/data-export/destinations/{destinationId}">client.v1.events.data_export.destinations.<a href="./src/stigg/resources/v1/events/data_export/destinations.py">delete</a>(destination_id) -> <a href="./src/stigg/types/v1/events/data_export/destination_delete_response.py">DestinationDeleteResponse</a></code>

### Beta

#### Customers

Types:

```python
from stigg.types.v1.events.beta import CustomerRetrieveGovernanceResponse
```

Methods:

- <code title="get /api/v1-beta/customers/{id}/governance">client.v1.events.beta.customers.<a href="./src/stigg/resources/v1/events/beta/customers.py">retrieve_governance</a>(id, \*\*<a href="src/stigg/types/v1/events/beta/customer_retrieve_governance_params.py">params</a>) -> <a href="./src/stigg/types/v1/events/beta/customer_retrieve_governance_response.py">CustomerRetrieveGovernanceResponse</a></code>

## Credits

Types:
Expand Down Expand Up @@ -420,6 +406,16 @@ Methods:

## Customers

Types:

```python
from stigg.types.v1_beta import CustomerRetrieveGovernanceResponse
```

Methods:

- <code title="get /api/v1-beta/customers/{id}/governance">client.v1_beta.customers.<a href="./src/stigg/resources/v1_beta/customers/customers.py">retrieve_governance</a>(id, \*\*<a href="src/stigg/types/v1_beta/customer_retrieve_governance_params.py">params</a>) -> <a href="./src/stigg/types/v1_beta/customer_retrieve_governance_response.py">CustomerRetrieveGovernanceResponse</a></code>

### Entitlements

Types:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stigg"
version = "0.1.0-beta.38"
version = "0.1.0-beta.39"
description = "The official Python library for the stigg API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/stigg/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "stigg"
__version__ = "0.1.0-beta.38" # x-release-please-version
__version__ = "0.1.0-beta.39" # x-release-please-version
14 changes: 0 additions & 14 deletions src/stigg/resources/v1/events/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from .beta import (
BetaResource,
AsyncBetaResource,
BetaResourceWithRawResponse,
AsyncBetaResourceWithRawResponse,
BetaResourceWithStreamingResponse,
AsyncBetaResourceWithStreamingResponse,
)
from .events import (
EventsResource,
AsyncEventsResource,
Expand All @@ -32,12 +24,6 @@
"AsyncDataExportResourceWithRawResponse",
"DataExportResourceWithStreamingResponse",
"AsyncDataExportResourceWithStreamingResponse",
"BetaResource",
"AsyncBetaResource",
"BetaResourceWithRawResponse",
"AsyncBetaResourceWithRawResponse",
"BetaResourceWithStreamingResponse",
"AsyncBetaResourceWithStreamingResponse",
"EventsResource",
"AsyncEventsResource",
"EventsResourceWithRawResponse",
Expand Down
33 changes: 0 additions & 33 deletions src/stigg/resources/v1/events/beta/__init__.py

This file was deleted.

102 changes: 0 additions & 102 deletions src/stigg/resources/v1/events/beta/beta.py

This file was deleted.

Loading