Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.293.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed May 18, 2024
1 parent f3116f7 commit aa4acc8
Show file tree
Hide file tree
Showing 28 changed files with 989 additions and 10 deletions.
30 changes: 25 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: db1bb4da-054f-485f-8c6e-d42db3f1da90
management:
docChecksum: f3ee86ef6f2ca4b47599522e63754f76
docChecksum: 5dd84d4ef84bb4a4426881954f176d08
docVersion: 0.4.0 .
speakeasyVersion: 1.291.0
generationVersion: 2.332.4
releaseVersion: 0.38.0
configChecksum: 38f66bfe0cdb565a2e3eaf65a606319d
speakeasyVersion: 1.293.1
generationVersion: 2.333.3
releaseVersion: 0.38.1
configChecksum: 791a50823bdb54b2a84f4f663b578092
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php
Expand All @@ -30,6 +30,7 @@ generatedFiles:
- src/Artifacts.php
- src/Auth.php
- src/Requests.php
- src/Github.php
- src/Organizations.php
- src/Reports.php
- src/Embeds.php
Expand Down Expand Up @@ -134,6 +135,11 @@ generatedFiles:
- src/Models/Operations/GetRequestFromEventLogResponse.php
- src/Models/Operations/QueryEventLogRequest.php
- src/Models/Operations/QueryEventLogResponse.php
- src/Models/Operations/GithubCheckAccessRequest.php
- src/Models/Operations/GithubCheckAccessResponse.php
- src/Models/Operations/GithubConfigureTargetResponse.php
- src/Models/Operations/GithubTriggerActionResponse.php
- src/Models/Operations/GetOrganizationUsageResponse.php
- src/Models/Operations/GetOrganizationsResponse.php
- src/Models/Operations/GetChangesReportSignedUrlRequest.php
- src/Models/Operations/GetChangesReportSignedUrlSignedAccess.php
Expand Down Expand Up @@ -197,6 +203,10 @@ generatedFiles:
- src/Models/Shared/RequestMetadata.php
- src/Models/Shared/Filters.php
- src/Models/Shared/Filter.php
- src/Models/Shared/GithubConfigureTargetRequest.php
- src/Models/Shared/GithubTriggerActionRequest.php
- src/Models/Shared/OrganizationUsageResponse.php
- src/Models/Shared/OrganizationUsage.php
- src/Models/Shared/OrganizationAccountType.php
- src/Models/Shared/Organization.php
- src/Models/Shared/Type.php
Expand Down Expand Up @@ -287,6 +297,11 @@ generatedFiles:
- docs/Models/Operations/GetRequestFromEventLogResponse.md
- docs/Models/Operations/QueryEventLogRequest.md
- docs/Models/Operations/QueryEventLogResponse.md
- docs/Models/Operations/GithubCheckAccessRequest.md
- docs/Models/Operations/GithubCheckAccessResponse.md
- docs/Models/Operations/GithubConfigureTargetResponse.md
- docs/Models/Operations/GithubTriggerActionResponse.md
- docs/Models/Operations/GetOrganizationUsageResponse.md
- docs/Models/Operations/GetOrganizationsResponse.md
- docs/Models/Operations/GetChangesReportSignedUrlRequest.md
- docs/Models/Operations/GetChangesReportSignedUrlSignedAccess.md
Expand Down Expand Up @@ -350,6 +365,10 @@ generatedFiles:
- docs/Models/Shared/RequestMetadata.md
- docs/Models/Shared/Filters.md
- docs/Models/Shared/Filter.md
- docs/Models/Shared/GithubConfigureTargetRequest.md
- docs/Models/Shared/GithubTriggerActionRequest.md
- docs/Models/Shared/OrganizationUsageResponse.md
- docs/Models/Shared/OrganizationUsage.md
- docs/Models/Shared/OrganizationAccountType.md
- docs/Models/Shared/Organization.md
- docs/Models/Shared/Type.md
Expand All @@ -370,6 +389,7 @@ generatedFiles:
- docs/sdks/artifacts/README.md
- docs/sdks/auth/README.md
- docs/sdks/requests/README.md
- docs/sdks/github/README.md
- docs/sdks/organizations/README.md
- docs/sdks/reports/README.md
- docs/sdks/embeds/README.md
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,15 @@ try {
* [getRequestFromEventLog](docs/sdks/requests/README.md#getrequestfromeventlog) - Get information about a particular request.
* [queryEventLog](docs/sdks/requests/README.md#queryeventlog) - Query the event log to retrieve a list of requests.

### [Github](docs/sdks/github/README.md)

* [githubCheckAccess](docs/sdks/github/README.md#githubcheckaccess)
* [githubConfigureTarget](docs/sdks/github/README.md#githubconfiguretarget)
* [githubTriggerAction](docs/sdks/github/README.md#githubtriggeraction)

### [Organizations](docs/sdks/organizations/README.md)

* [getOrganizationUsage](docs/sdks/organizations/README.md#getorganizationusage) - Get billing usage summary for a particular organization
* [getOrganizations](docs/sdks/organizations/README.md#getorganizations) - Get organizations for a user

### [Reports](docs/sdks/reports/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -894,4 +894,14 @@ Based on:
### Generated
- [php v0.38.0] .
### Releases
- [Composer v0.38.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.38.0 - .
- [Composer v0.38.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.38.0 - .

## 2024-05-18 00:12:37
### Changes
Based on:
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.293.1 (2.333.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.38.1] .
### Releases
- [Composer v0.38.1] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.38.1 - .
12 changes: 12 additions & 0 deletions docs/Models/Operations/GetOrganizationUsageResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GetOrganizationUsageResponse


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `error` | [?\Speakeasy\SpeakeasyClientSDK\Models\Shared\Error](../../Models/Shared/Error.md) | :heavy_minus_sign: | Default error response |
| `organizationUsageResponse` | [?\Speakeasy\SpeakeasyClientSDK\Models\Shared\OrganizationUsageResponse](../../Models/Shared/OrganizationUsageResponse.md) | :heavy_minus_sign: | OK |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
9 changes: 9 additions & 0 deletions docs/Models/Operations/GithubCheckAccessRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# GithubCheckAccessRequest


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `org` | *string* | :heavy_check_mark: | N/A |
| `repo` | *string* | :heavy_check_mark: | N/A |
11 changes: 11 additions & 0 deletions docs/Models/Operations/GithubCheckAccessResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GithubCheckAccessResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `error` | [?\Speakeasy\SpeakeasyClientSDK\Models\Shared\Error](../../Models/Shared/Error.md) | :heavy_minus_sign: | Default error response |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11 changes: 11 additions & 0 deletions docs/Models/Operations/GithubConfigureTargetResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GithubConfigureTargetResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `error` | [?\Speakeasy\SpeakeasyClientSDK\Models\Shared\Error](../../Models/Shared/Error.md) | :heavy_minus_sign: | Default error response |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11 changes: 11 additions & 0 deletions docs/Models/Operations/GithubTriggerActionResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GithubTriggerActionResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `error` | [?\Speakeasy\SpeakeasyClientSDK\Models\Shared\Error](../../Models/Shared/Error.md) | :heavy_minus_sign: | Default error response |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11 changes: 11 additions & 0 deletions docs/Models/Shared/GithubConfigureTargetRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GithubConfigureTargetRequest

A request to configure a GitHub target


## Fields

| Field | Type | Required | Description |
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
| `org` | *string* | :heavy_check_mark: | The GitHub organization name |
| `repoName` | *string* | :heavy_check_mark: | The GitHub repository name |
13 changes: 13 additions & 0 deletions docs/Models/Shared/GithubTriggerActionRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# GithubTriggerActionRequest

A request to trigger an action on a GitHub target


## Fields

| Field | Type | Required | Description |
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
| `genLockId` | *string* | :heavy_check_mark: | The generation lock ID |
| `org` | *string* | :heavy_check_mark: | The GitHub organization name |
| `repoName` | *string* | :heavy_check_mark: | The GitHub repository name |
| `targetName` | *?string* | :heavy_minus_sign: | The target name for the action |
Loading

0 comments on commit aa4acc8

Please sign in to comment.