Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.314.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 22, 2024
1 parent dc1308d commit 4b21aab
Show file tree
Hide file tree
Showing 31 changed files with 748 additions and 118 deletions.
46 changes: 30 additions & 16 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
lockVersion: 2.0.0
id: db1bb4da-054f-485f-8c6e-d42db3f1da90
management:
docChecksum: dc49a07c3d8b79e5d6468202954aaafd
docChecksum: a1ee1e7896ec8cc5254723b812c845c6
docVersion: 0.4.0 .
speakeasyVersion: 1.313.0
generationVersion: 2.347.8
releaseVersion: 0.38.8
configChecksum: e8ec9b3779c039459b55e1ebf13976ac
speakeasyVersion: 1.314.2
generationVersion: 2.349.6
releaseVersion: 0.38.9
configChecksum: 634cb97768f8b2f6f4568b5802e4d9d8
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php
published: true
features:
php:
core: 3.3.5
core: 3.3.6
deprecations: 2.81.1
examples: 2.81.3
globalSecurity: 2.81.6
Expand Down Expand Up @@ -136,15 +136,17 @@ generatedFiles:
- src/Models/Operations/GetRequestFromEventLogResponse.php
- src/Models/Operations/QueryEventLogRequest.php
- src/Models/Operations/QueryEventLogResponse.php
- src/Models/Operations/CheckAccessRequest.php
- src/Models/Operations/CheckAccessResponse.php
- src/Models/Operations/ConfigureCodeSamplesResponse.php
- src/Models/Operations/ConfigureMintlifyRepoResponse.php
- src/Models/Operations/ConfigureTargetResponse.php
- src/Models/Operations/FetchPublishingPRsRequest.php
- src/Models/Operations/FetchPublishingPRsResponse.php
- src/Models/Operations/GithubCheckAccessRequest.php
- src/Models/Operations/GithubCheckAccessResponse.php
- src/Models/Operations/GithubCheckPublishingSecretsRequest.php
- src/Models/Operations/GithubCheckPublishingSecretsResponse.php
- src/Models/Operations/GithubConfigureTargetResponse.php
- src/Models/Operations/GithubStorePublishingSecretsResponse.php
- src/Models/Operations/GithubTriggerActionResponse.php
- src/Models/Operations/TriggerActionResponse.php
- src/Models/Operations/CreateFreeTrialResponse.php
- src/Models/Operations/GetOrganizationUsageResponse.php
- src/Models/Operations/GetOrganizationsResponse.php
Expand Down Expand Up @@ -217,9 +219,14 @@ generatedFiles:
- src/Models/Shared/RequestMetadata.php
- src/Models/Shared/Filters.php
- src/Models/Shared/Filter.php
- src/Models/Shared/GithubConfigureCodeSamplesResponse.php
- src/Models/Shared/Auth.php
- src/Models/Shared/WorkflowDocument.php
- src/Models/Shared/GithubConfigureCodeSamplesRequest.php
- src/Models/Shared/GithubConfigureMintlifyRepoRequest.php
- src/Models/Shared/GithubConfigureTargetRequest.php
- src/Models/Shared/GithubPublishingPRResponse.php
- src/Models/Shared/GithubMissingPublishingSecretsResponse.php
- src/Models/Shared/GithubConfigureTargetRequest.php
- src/Models/Shared/GithubStorePublishingSecretsRequest.php
- src/Models/Shared/GithubTriggerActionRequest.php
- src/Models/Shared/OrganizationUsageResponse.php
Expand Down Expand Up @@ -314,15 +321,17 @@ generatedFiles:
- docs/Models/Operations/GetRequestFromEventLogResponse.md
- docs/Models/Operations/QueryEventLogRequest.md
- docs/Models/Operations/QueryEventLogResponse.md
- docs/Models/Operations/CheckAccessRequest.md
- docs/Models/Operations/CheckAccessResponse.md
- docs/Models/Operations/ConfigureCodeSamplesResponse.md
- docs/Models/Operations/ConfigureMintlifyRepoResponse.md
- docs/Models/Operations/ConfigureTargetResponse.md
- docs/Models/Operations/FetchPublishingPRsRequest.md
- docs/Models/Operations/FetchPublishingPRsResponse.md
- docs/Models/Operations/GithubCheckAccessRequest.md
- docs/Models/Operations/GithubCheckAccessResponse.md
- docs/Models/Operations/GithubCheckPublishingSecretsRequest.md
- docs/Models/Operations/GithubCheckPublishingSecretsResponse.md
- docs/Models/Operations/GithubConfigureTargetResponse.md
- docs/Models/Operations/GithubStorePublishingSecretsResponse.md
- docs/Models/Operations/GithubTriggerActionResponse.md
- docs/Models/Operations/TriggerActionResponse.md
- docs/Models/Operations/CreateFreeTrialResponse.md
- docs/Models/Operations/GetOrganizationUsageResponse.md
- docs/Models/Operations/GetOrganizationsResponse.md
Expand Down Expand Up @@ -395,9 +404,14 @@ generatedFiles:
- docs/Models/Shared/RequestMetadata.md
- docs/Models/Shared/Filters.md
- docs/Models/Shared/Filter.md
- docs/Models/Shared/GithubConfigureCodeSamplesResponse.md
- docs/Models/Shared/Auth.md
- docs/Models/Shared/WorkflowDocument.md
- docs/Models/Shared/GithubConfigureCodeSamplesRequest.md
- docs/Models/Shared/GithubConfigureMintlifyRepoRequest.md
- docs/Models/Shared/GithubConfigureTargetRequest.md
- docs/Models/Shared/GithubPublishingPRResponse.md
- docs/Models/Shared/GithubMissingPublishingSecretsResponse.md
- docs/Models/Shared/GithubConfigureTargetRequest.md
- docs/Models/Shared/GithubStorePublishingSecretsRequest.md
- docs/Models/Shared/GithubTriggerActionRequest.md
- docs/Models/Shared/OrganizationUsageResponse.md
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,14 @@ try {

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

* [checkAccess](docs/sdks/github/README.md#checkaccess)
* [configureCodeSamples](docs/sdks/github/README.md#configurecodesamples)
* [configureMintlifyRepo](docs/sdks/github/README.md#configuremintlifyrepo)
* [configureTarget](docs/sdks/github/README.md#configuretarget)
* [fetchPublishingPRs](docs/sdks/github/README.md#fetchpublishingprs)
* [githubCheckAccess](docs/sdks/github/README.md#githubcheckaccess)
* [githubCheckPublishingSecrets](docs/sdks/github/README.md#githubcheckpublishingsecrets)
* [githubConfigureTarget](docs/sdks/github/README.md#githubconfiguretarget)
* [githubStorePublishingSecrets](docs/sdks/github/README.md#githubstorepublishingsecrets)
* [githubTriggerAction](docs/sdks/github/README.md#githubtriggeraction)
* [triggerAction](docs/sdks/github/README.md#triggeraction)

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

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

## 2024-06-22 00:13:05
### Changes
Based on:
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.314.2 (2.349.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.38.9] .
### Releases
- [Composer v0.38.9] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.38.9 - .
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GithubCheckAccessRequest
# CheckAccessRequest


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GithubCheckAccessResponse
# CheckAccessResponse


## Fields
Expand Down
12 changes: 12 additions & 0 deletions docs/Models/Operations/ConfigureCodeSamplesResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ConfigureCodeSamplesResponse


## 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 |
| `githubConfigureCodeSamplesResponse` | [?\Speakeasy\SpeakeasyClientSDK\Models\Shared\GithubConfigureCodeSamplesResponse](../../Models/Shared/GithubConfigureCodeSamplesResponse.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 |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GithubConfigureTargetResponse
# ConfigureMintlifyRepoResponse


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GithubTriggerActionResponse
# ConfigureTargetResponse


## Fields
Expand Down
11 changes: 11 additions & 0 deletions docs/Models/Operations/TriggerActionResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# TriggerActionResponse


## 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 |
9 changes: 9 additions & 0 deletions docs/Models/Shared/Auth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Auth


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `header` | *string* | :heavy_check_mark: | N/A |
| `secret` | *string* | :heavy_check_mark: | N/A |
12 changes: 12 additions & 0 deletions docs/Models/Shared/GithubConfigureCodeSamplesRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GithubConfigureCodeSamplesRequest

A request to configure GitHub code samples


## Fields

| Field | Type | Required | Description |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `org` | *string* | :heavy_check_mark: | The GitHub organization name |
| `repo` | *string* | :heavy_check_mark: | The GitHub repository name |
| `targetName` | *string* | :heavy_check_mark: | The target name for the code samples |
12 changes: 12 additions & 0 deletions docs/Models/Shared/GithubConfigureCodeSamplesResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GithubConfigureCodeSamplesResponse

A response to configure GitHub code samples


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `codeSampleOverlayRegistryURL` | *string* | :heavy_check_mark: | The URL of the code sample overlay registry |
| `ghActionID` | *?string* | :heavy_minus_sign: | The ID of the GitHub action that was dispatched |
| `source` | [\Speakeasy\SpeakeasyClientSDK\Models\Shared\WorkflowDocument](../../Models/Shared/WorkflowDocument.md) | :heavy_check_mark: | A document referenced by a workflow |
13 changes: 13 additions & 0 deletions docs/Models/Shared/GithubConfigureMintlifyRepoRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# GithubConfigureMintlifyRepoRequest

A request to configure a GitHub repository for mintlify


## Fields

| Field | Type | Required | Description |
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
| `input` | *string* | :heavy_check_mark: | The input OpenAPI document |
| `org` | *string* | :heavy_check_mark: | The GitHub organization name |
| `overlays` | array<*string*> | :heavy_check_mark: | The overlays to apply |
| `repo` | *string* | :heavy_check_mark: | The GitHub repository name |
Loading

0 comments on commit 4b21aab

Please sign in to comment.