Skip to content

Commit

Permalink
Deploying from phrase/openapi@c7670e04
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Dec 20, 2024
1 parent eb49b81 commit 228fd52
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 380 deletions.
3 changes: 0 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ docs/Model/ReleaseUpdateParameters1.md
docs/Model/RepliesListParameters.md
docs/Model/RepoSync.md
docs/Model/RepoSyncEvent.md
docs/Model/RepoSyncEventErrorsInner.md
docs/Model/Screenshot.md
docs/Model/ScreenshotMarker.md
docs/Model/ScreenshotMarkerCreateParameters.md
Expand Down Expand Up @@ -478,7 +477,6 @@ lib/Model/ReleaseUpdateParameters1.php
lib/Model/RepliesListParameters.php
lib/Model/RepoSync.php
lib/Model/RepoSyncEvent.php
lib/Model/RepoSyncEventErrorsInner.php
lib/Model/Screenshot.php
lib/Model/ScreenshotMarker.php
lib/Model/ScreenshotMarkerCreateParameters.php
Expand Down Expand Up @@ -741,7 +739,6 @@ test/Model/ReleaseTriggerTest.php
test/Model/ReleaseUpdateParameters1Test.php
test/Model/ReleaseUpdateParametersTest.php
test/Model/RepliesListParametersTest.php
test/Model/RepoSyncEventErrorsInnerTest.php
test/Model/RepoSyncEventTest.php
test/Model/RepoSyncTest.php
test/Model/ScreenshotMarkerCreateParametersTest.php
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ Class | Method | HTTP request | Description
- [RepliesListParameters](docs/Model/RepliesListParameters.md)
- [RepoSync](docs/Model/RepoSync.md)
- [RepoSyncEvent](docs/Model/RepoSyncEvent.md)
- [RepoSyncEventErrorsInner](docs/Model/RepoSyncEventErrorsInner.md)
- [Screenshot](docs/Model/Screenshot.md)
- [ScreenshotMarker](docs/Model/ScreenshotMarker.md)
- [ScreenshotMarkerCreateParameters](docs/Model/ScreenshotMarkerCreateParameters.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/Model/RepoSyncEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
**status** | **string** | | [optional]
**pull_request_url** | **string** | URL of the pull request created on export | [optional]
**auto_import** | **bool** | Whether the import was triggered by the repo push event | [optional]
**errors** | [**\Phrase\Model\RepoSyncEventErrorsInner[]**](RepoSyncEventErrorsInner.md) | List of error messages, in case of failure | [optional]
**errors** | **string[]** | List of error messages, in case of failure | [optional]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
10 changes: 0 additions & 10 deletions docs/Model/RepoSyncEventErrorsInner.md

This file was deleted.

6 changes: 3 additions & 3 deletions lib/Model/RepoSyncEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class RepoSyncEvent implements ModelInterface, ArrayAccess
'status' => 'string',
'pull_request_url' => 'string',
'auto_import' => 'bool',
'errors' => '\Phrase\Model\RepoSyncEventErrorsInner[]'
'errors' => 'string[]'
];

/**
Expand Down Expand Up @@ -451,7 +451,7 @@ public function setAutoImport($auto_import)
/**
* Gets errors
*
* @return \Phrase\Model\RepoSyncEventErrorsInner[]|null
* @return string[]|null
*/
public function getErrors()
{
Expand All @@ -461,7 +461,7 @@ public function getErrors()
/**
* Sets errors
*
* @param \Phrase\Model\RepoSyncEventErrorsInner[]|null $errors List of error messages, in case of failure
* @param string[]|null $errors List of error messages, in case of failure
*
* @return $this
*/
Expand Down
284 changes: 0 additions & 284 deletions lib/Model/RepoSyncEventErrorsInner.php

This file was deleted.

Loading

0 comments on commit 228fd52

Please sign in to comment.