diff --git a/README.md b/README.md index 61f5007..bb2530a 100755 --- a/README.md +++ b/README.md @@ -57,17 +57,17 @@ Please follow the [installation procedure](#installation--usage) and then run th require_once(__DIR__ . '/vendor/autoload.php'); // Configure API key authorization: asmp_auth -$config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('X-API-KEY', 'YOUR_API_KEY'); +$config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKey('X-API-KEY', 'YOUR_API_KEY'); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -// $config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); +// $config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); -$apiInstance = new Swagger\Client\Api\ChangeApi( +$apiInstance = new ASMP\Client\Api\ChangeApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); -$body = new \Swagger\Client\Model\ChangeRequest(); // \Swagger\Client\Model\ChangeRequest | Request a specific change +$body = new \ASMP\Client\Model\ChangeRequest(); // \ASMP\Client\Model\ChangeRequest | Request a specific change try { $result = $apiInstance->change($body); diff --git a/docs/Api/ChangeApi.md b/docs/Api/ChangeApi.md index 1596e0f..ac26d9a 100755 --- a/docs/Api/ChangeApi.md +++ b/docs/Api/ChangeApi.md @@ -1,4 +1,4 @@ -# Swagger\Client\ChangeApi +# ASMP\Client\ChangeApi All URIs are relative to *https://swagger.asmprotocol.org/v1* @@ -7,7 +7,7 @@ Method | HTTP request | Description [**change**](ChangeApi.md#change) | **POST** /change | Request a specific change for one or multiple components as previously checked in a /check request # **change** -> \Swagger\Client\Model\ChangeResponse change($body) +> \ASMP\Client\Model\ChangeResponse change($body) Request a specific change for one or multiple components as previously checked in a /check request @@ -16,17 +16,17 @@ Request a specific change for one or multiple components as previously checked i setApiKey('X-API-KEY', 'YOUR_API_KEY'); +$config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKey('X-API-KEY', 'YOUR_API_KEY'); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -// $config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); +// $config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); -$apiInstance = new Swagger\Client\Api\ChangeApi( +$apiInstance = new ASMP\Client\Api\ChangeApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); -$body = new \Swagger\Client\Model\ChangeRequest(); // \Swagger\Client\Model\ChangeRequest | Request a specific change +$body = new \ASMP\Client\Model\ChangeRequest(); // \ASMP\Client\Model\ChangeRequest | Request a specific change try { $result = $apiInstance->change($body); @@ -41,11 +41,11 @@ try { Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **body** | [**\Swagger\Client\Model\ChangeRequest**](../Model/ChangeRequest.md)| Request a specific change | + **body** | [**\ASMP\Client\Model\ChangeRequest**](../Model/ChangeRequest.md)| Request a specific change | ### Return type -[**\Swagger\Client\Model\ChangeResponse**](../Model/ChangeResponse.md) +[**\ASMP\Client\Model\ChangeResponse**](../Model/ChangeResponse.md) ### Authorization diff --git a/docs/Api/CheckApi.md b/docs/Api/CheckApi.md index 1399f72..1925652 100755 --- a/docs/Api/CheckApi.md +++ b/docs/Api/CheckApi.md @@ -1,4 +1,4 @@ -# Swagger\Client\CheckApi +# ASMP\Client\CheckApi All URIs are relative to *https://swagger.asmprotocol.org/v1* @@ -7,7 +7,7 @@ Method | HTTP request | Description [**check**](CheckApi.md#check) | **POST** /check | Define a list of desired changes using abstract constraints. Server should process these constraints, check if they can be fulfilled and respond with the possible resolutions. # **check** -> \Swagger\Client\Model\CheckResponse check($body) +> \ASMP\Client\Model\CheckResponse check($body) Define a list of desired changes using abstract constraints. Server should process these constraints, check if they can be fulfilled and respond with the possible resolutions. @@ -16,17 +16,17 @@ Define a list of desired changes using abstract constraints. Server should proce setApiKey('X-API-KEY', 'YOUR_API_KEY'); +$config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKey('X-API-KEY', 'YOUR_API_KEY'); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -// $config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); +// $config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); -$apiInstance = new Swagger\Client\Api\CheckApi( +$apiInstance = new ASMP\Client\Api\CheckApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); -$body = new \Swagger\Client\Model\CheckRequest(); // \Swagger\Client\Model\CheckRequest | Check request +$body = new \ASMP\Client\Model\CheckRequest(); // \ASMP\Client\Model\CheckRequest | Check request try { $result = $apiInstance->check($body); @@ -41,11 +41,11 @@ try { Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **body** | [**\Swagger\Client\Model\CheckRequest**](../Model/CheckRequest.md)| Check request | + **body** | [**\ASMP\Client\Model\CheckRequest**](../Model/CheckRequest.md)| Check request | ### Return type -[**\Swagger\Client\Model\CheckResponse**](../Model/CheckResponse.md) +[**\ASMP\Client\Model\CheckResponse**](../Model/CheckResponse.md) ### Authorization diff --git a/docs/Api/RollbackApi.md b/docs/Api/RollbackApi.md index 6a73d35..657d223 100755 --- a/docs/Api/RollbackApi.md +++ b/docs/Api/RollbackApi.md @@ -1,4 +1,4 @@ -# Swagger\Client\RollbackApi +# ASMP\Client\RollbackApi All URIs are relative to *https://swagger.asmprotocol.org/v1* @@ -7,7 +7,7 @@ Method | HTTP request | Description [**rollback**](RollbackApi.md#rollback) | **POST** /rollback | Rollback a specific change set # **rollback** -> \Swagger\Client\Model\ChangeResponse rollback($body) +> \ASMP\Client\Model\ChangeResponse rollback($body) Rollback a specific change set @@ -16,17 +16,17 @@ Rollback a specific change set setApiKey('X-API-KEY', 'YOUR_API_KEY'); +$config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKey('X-API-KEY', 'YOUR_API_KEY'); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -// $config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); +// $config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); -$apiInstance = new Swagger\Client\Api\RollbackApi( +$apiInstance = new ASMP\Client\Api\RollbackApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); -$body = new \Swagger\Client\Model\RollbackRequest(); // \Swagger\Client\Model\RollbackRequest | Define the changeset that should be rolled back +$body = new \ASMP\Client\Model\RollbackRequest(); // \ASMP\Client\Model\RollbackRequest | Define the changeset that should be rolled back try { $result = $apiInstance->rollback($body); @@ -41,11 +41,11 @@ try { Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **body** | [**\Swagger\Client\Model\RollbackRequest**](../Model/RollbackRequest.md)| Define the changeset that should be rolled back | + **body** | [**\ASMP\Client\Model\RollbackRequest**](../Model/RollbackRequest.md)| Define the changeset that should be rolled back | ### Return type -[**\Swagger\Client\Model\ChangeResponse**](../Model/ChangeResponse.md) +[**\ASMP\Client\Model\ChangeResponse**](../Model/ChangeResponse.md) ### Authorization diff --git a/docs/Api/StatusApi.md b/docs/Api/StatusApi.md index d86cf4e..d5e8fad 100755 --- a/docs/Api/StatusApi.md +++ b/docs/Api/StatusApi.md @@ -1,4 +1,4 @@ -# Swagger\Client\StatusApi +# ASMP\Client\StatusApi All URIs are relative to *https://swagger.asmprotocol.org/v1* @@ -7,7 +7,7 @@ Method | HTTP request | Description [**status**](StatusApi.md#status) | **GET** /status/{id} | Get the current status for a given request ID # **status** -> \Swagger\Client\Model\StatusResponse status($id) +> \ASMP\Client\Model\StatusResponse status($id) Get the current status for a given request ID @@ -16,11 +16,11 @@ Get the current status for a given request ID setApiKey('X-API-KEY', 'YOUR_API_KEY'); +$config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKey('X-API-KEY', 'YOUR_API_KEY'); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed -// $config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); +// $config = ASMP\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-API-KEY', 'Bearer'); -$apiInstance = new Swagger\Client\Api\StatusApi( +$apiInstance = new ASMP\Client\Api\StatusApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -45,7 +45,7 @@ Name | Type | Description | Notes ### Return type -[**\Swagger\Client\Model\StatusResponse**](../Model/StatusResponse.md) +[**\ASMP\Client\Model\StatusResponse**](../Model/StatusResponse.md) ### Authorization diff --git a/docs/Model/ChangeRequest.md b/docs/Model/ChangeRequest.md index 0dda097..f015eff 100755 --- a/docs/Model/ChangeRequest.md +++ b/docs/Model/ChangeRequest.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **callback** | **string** | Callback URL being called once the request has been processed | [optional] -**components** | [**\Swagger\Client\Model\ComponentChange[]**](ComponentChange.md) | | +**components** | [**\ASMP\Client\Model\ComponentChange[]**](ComponentChange.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Model/CheckRequest.md b/docs/Model/CheckRequest.md index 6a84db9..27ee4ca 100755 --- a/docs/Model/CheckRequest.md +++ b/docs/Model/CheckRequest.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**components** | [**\Swagger\Client\Model\ComponentGroup[]**](ComponentGroup.md) | | [optional] +**components** | [**\ASMP\Client\Model\ComponentGroup[]**](ComponentGroup.md) | | [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) diff --git a/docs/Model/CheckResponse.md b/docs/Model/CheckResponse.md index 61d6d8a..c754523 100755 --- a/docs/Model/CheckResponse.md +++ b/docs/Model/CheckResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fulfillable** | **bool** | | [optional] -**components** | [**\Swagger\Client\Model\ComponentChange[]**](ComponentChange.md) | | [optional] +**components** | [**\ASMP\Client\Model\ComponentChange[]**](ComponentChange.md) | | [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) diff --git a/docs/Model/ConstraintGroup.md b/docs/Model/ConstraintGroup.md index be9f0f3..7fe703f 100755 --- a/docs/Model/ConstraintGroup.md +++ b/docs/Model/ConstraintGroup.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | component name according to reserved component names, see asmp.io | -**constraints** | [**\Swagger\Client\Model\Constraint[]**](Constraint.md) | Array of constraints for the given component. A change request can be fulfilled if ALL of the contraints defined in the array can be fulfilled. | [optional] +**constraints** | [**\ASMP\Client\Model\Constraint[]**](Constraint.md) | Array of constraints for the given component. A change request can be fulfilled if ALL of the contraints defined in the array can be fulfilled. | [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) diff --git a/docs/Model/StatusResponse.md b/docs/Model/StatusResponse.md index 63dd609..d8dac08 100755 --- a/docs/Model/StatusResponse.md +++ b/docs/Model/StatusResponse.md @@ -3,7 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**code** | [**\Swagger\Client\Model\ChangeStatusCode**](ChangeStatusCode.md) | | [optional] +**code** | [**\ASMP\Client\Model\ChangeStatusCode**](ChangeStatusCode.md) | | [optional] **message** | **string** | | [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) diff --git a/lib/Api/ChangeApi.php b/lib/Api/ChangeApi.php index 00debce..24046e6 100755 --- a/lib/Api/ChangeApi.php +++ b/lib/Api/ChangeApi.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,7 +25,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Api; +namespace ASMP\Client\Api; use GuzzleHttp\Client; use GuzzleHttp\ClientInterface; @@ -33,16 +33,16 @@ use GuzzleHttp\Psr7\MultipartStream; use GuzzleHttp\Psr7\Request; use GuzzleHttp\RequestOptions; -use Swagger\Client\ApiException; -use Swagger\Client\Configuration; -use Swagger\Client\HeaderSelector; -use Swagger\Client\ObjectSerializer; +use ASMP\Client\ApiException; +use ASMP\Client\Configuration; +use ASMP\Client\HeaderSelector; +use ASMP\Client\ObjectSerializer; /** * ChangeApi Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -91,11 +91,11 @@ public function getConfig() * * Request a specific change for one or multiple components as previously checked in a /check request * - * @param \Swagger\Client\Model\ChangeRequest $body Request a specific change (required) + * @param \ASMP\Client\Model\ChangeRequest $body Request a specific change (required) * - * @throws \Swagger\Client\ApiException on non-2xx response + * @throws \ASMP\Client\ApiException on non-2xx response * @throws \InvalidArgumentException - * @return \Swagger\Client\Model\ChangeResponse + * @return \ASMP\Client\Model\ChangeResponse */ public function change($body) { @@ -108,15 +108,15 @@ public function change($body) * * Request a specific change for one or multiple components as previously checked in a /check request * - * @param \Swagger\Client\Model\ChangeRequest $body Request a specific change (required) + * @param \ASMP\Client\Model\ChangeRequest $body Request a specific change (required) * - * @throws \Swagger\Client\ApiException on non-2xx response + * @throws \ASMP\Client\ApiException on non-2xx response * @throws \InvalidArgumentException - * @return array of \Swagger\Client\Model\ChangeResponse, HTTP status code, HTTP response headers (array of strings) + * @return array of \ASMP\Client\Model\ChangeResponse, HTTP status code, HTTP response headers (array of strings) */ public function changeWithHttpInfo($body) { - $returnType = '\Swagger\Client\Model\ChangeResponse'; + $returnType = '\ASMP\Client\Model\ChangeResponse'; $request = $this->changeRequest($body); try { @@ -168,7 +168,7 @@ public function changeWithHttpInfo($body) case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Swagger\Client\Model\ChangeResponse', + '\ASMP\Client\Model\ChangeResponse', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -183,7 +183,7 @@ public function changeWithHttpInfo($body) * * Request a specific change for one or multiple components as previously checked in a /check request * - * @param \Swagger\Client\Model\ChangeRequest $body Request a specific change (required) + * @param \ASMP\Client\Model\ChangeRequest $body Request a specific change (required) * * @throws \InvalidArgumentException * @return \GuzzleHttp\Promise\PromiseInterface @@ -203,14 +203,14 @@ function ($response) { * * Request a specific change for one or multiple components as previously checked in a /check request * - * @param \Swagger\Client\Model\ChangeRequest $body Request a specific change (required) + * @param \ASMP\Client\Model\ChangeRequest $body Request a specific change (required) * * @throws \InvalidArgumentException * @return \GuzzleHttp\Promise\PromiseInterface */ public function changeAsyncWithHttpInfo($body) { - $returnType = '\Swagger\Client\Model\ChangeResponse'; + $returnType = '\ASMP\Client\Model\ChangeResponse'; $request = $this->changeRequest($body); return $this->client @@ -253,7 +253,7 @@ function ($exception) { /** * Create request for operation 'change' * - * @param \Swagger\Client\Model\ChangeRequest $body Request a specific change (required) + * @param \ASMP\Client\Model\ChangeRequest $body Request a specific change (required) * * @throws \InvalidArgumentException * @return \GuzzleHttp\Psr7\Request diff --git a/lib/Api/CheckApi.php b/lib/Api/CheckApi.php index 6c885cd..14c17c0 100755 --- a/lib/Api/CheckApi.php +++ b/lib/Api/CheckApi.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,7 +25,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Api; +namespace ASMP\Client\Api; use GuzzleHttp\Client; use GuzzleHttp\ClientInterface; @@ -33,16 +33,16 @@ use GuzzleHttp\Psr7\MultipartStream; use GuzzleHttp\Psr7\Request; use GuzzleHttp\RequestOptions; -use Swagger\Client\ApiException; -use Swagger\Client\Configuration; -use Swagger\Client\HeaderSelector; -use Swagger\Client\ObjectSerializer; +use ASMP\Client\ApiException; +use ASMP\Client\Configuration; +use ASMP\Client\HeaderSelector; +use ASMP\Client\ObjectSerializer; /** * CheckApi Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -91,11 +91,11 @@ public function getConfig() * * Define a list of desired changes using abstract constraints. Server should process these constraints, check if they can be fulfilled and respond with the possible resolutions. * - * @param \Swagger\Client\Model\CheckRequest $body Check request (required) + * @param \ASMP\Client\Model\CheckRequest $body Check request (required) * - * @throws \Swagger\Client\ApiException on non-2xx response + * @throws \ASMP\Client\ApiException on non-2xx response * @throws \InvalidArgumentException - * @return \Swagger\Client\Model\CheckResponse + * @return \ASMP\Client\Model\CheckResponse */ public function check($body) { @@ -108,15 +108,15 @@ public function check($body) * * Define a list of desired changes using abstract constraints. Server should process these constraints, check if they can be fulfilled and respond with the possible resolutions. * - * @param \Swagger\Client\Model\CheckRequest $body Check request (required) + * @param \ASMP\Client\Model\CheckRequest $body Check request (required) * - * @throws \Swagger\Client\ApiException on non-2xx response + * @throws \ASMP\Client\ApiException on non-2xx response * @throws \InvalidArgumentException - * @return array of \Swagger\Client\Model\CheckResponse, HTTP status code, HTTP response headers (array of strings) + * @return array of \ASMP\Client\Model\CheckResponse, HTTP status code, HTTP response headers (array of strings) */ public function checkWithHttpInfo($body) { - $returnType = '\Swagger\Client\Model\CheckResponse'; + $returnType = '\ASMP\Client\Model\CheckResponse'; $request = $this->checkRequest($body); try { @@ -168,7 +168,7 @@ public function checkWithHttpInfo($body) case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Swagger\Client\Model\CheckResponse', + '\ASMP\Client\Model\CheckResponse', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -183,7 +183,7 @@ public function checkWithHttpInfo($body) * * Define a list of desired changes using abstract constraints. Server should process these constraints, check if they can be fulfilled and respond with the possible resolutions. * - * @param \Swagger\Client\Model\CheckRequest $body Check request (required) + * @param \ASMP\Client\Model\CheckRequest $body Check request (required) * * @throws \InvalidArgumentException * @return \GuzzleHttp\Promise\PromiseInterface @@ -203,14 +203,14 @@ function ($response) { * * Define a list of desired changes using abstract constraints. Server should process these constraints, check if they can be fulfilled and respond with the possible resolutions. * - * @param \Swagger\Client\Model\CheckRequest $body Check request (required) + * @param \ASMP\Client\Model\CheckRequest $body Check request (required) * * @throws \InvalidArgumentException * @return \GuzzleHttp\Promise\PromiseInterface */ public function checkAsyncWithHttpInfo($body) { - $returnType = '\Swagger\Client\Model\CheckResponse'; + $returnType = '\ASMP\Client\Model\CheckResponse'; $request = $this->checkRequest($body); return $this->client @@ -253,7 +253,7 @@ function ($exception) { /** * Create request for operation 'check' * - * @param \Swagger\Client\Model\CheckRequest $body Check request (required) + * @param \ASMP\Client\Model\CheckRequest $body Check request (required) * * @throws \InvalidArgumentException * @return \GuzzleHttp\Psr7\Request diff --git a/lib/Api/RollbackApi.php b/lib/Api/RollbackApi.php index 1f68d04..f28994d 100755 --- a/lib/Api/RollbackApi.php +++ b/lib/Api/RollbackApi.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,7 +25,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Api; +namespace ASMP\Client\Api; use GuzzleHttp\Client; use GuzzleHttp\ClientInterface; @@ -33,16 +33,16 @@ use GuzzleHttp\Psr7\MultipartStream; use GuzzleHttp\Psr7\Request; use GuzzleHttp\RequestOptions; -use Swagger\Client\ApiException; -use Swagger\Client\Configuration; -use Swagger\Client\HeaderSelector; -use Swagger\Client\ObjectSerializer; +use ASMP\Client\ApiException; +use ASMP\Client\Configuration; +use ASMP\Client\HeaderSelector; +use ASMP\Client\ObjectSerializer; /** * RollbackApi Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -91,11 +91,11 @@ public function getConfig() * * Rollback a specific change set * - * @param \Swagger\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) + * @param \ASMP\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) * - * @throws \Swagger\Client\ApiException on non-2xx response + * @throws \ASMP\Client\ApiException on non-2xx response * @throws \InvalidArgumentException - * @return \Swagger\Client\Model\ChangeResponse + * @return \ASMP\Client\Model\ChangeResponse */ public function rollback($body) { @@ -108,15 +108,15 @@ public function rollback($body) * * Rollback a specific change set * - * @param \Swagger\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) + * @param \ASMP\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) * - * @throws \Swagger\Client\ApiException on non-2xx response + * @throws \ASMP\Client\ApiException on non-2xx response * @throws \InvalidArgumentException - * @return array of \Swagger\Client\Model\ChangeResponse, HTTP status code, HTTP response headers (array of strings) + * @return array of \ASMP\Client\Model\ChangeResponse, HTTP status code, HTTP response headers (array of strings) */ public function rollbackWithHttpInfo($body) { - $returnType = '\Swagger\Client\Model\ChangeResponse'; + $returnType = '\ASMP\Client\Model\ChangeResponse'; $request = $this->rollbackRequest($body); try { @@ -168,7 +168,7 @@ public function rollbackWithHttpInfo($body) case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Swagger\Client\Model\ChangeResponse', + '\ASMP\Client\Model\ChangeResponse', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -183,7 +183,7 @@ public function rollbackWithHttpInfo($body) * * Rollback a specific change set * - * @param \Swagger\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) + * @param \ASMP\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) * * @throws \InvalidArgumentException * @return \GuzzleHttp\Promise\PromiseInterface @@ -203,14 +203,14 @@ function ($response) { * * Rollback a specific change set * - * @param \Swagger\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) + * @param \ASMP\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) * * @throws \InvalidArgumentException * @return \GuzzleHttp\Promise\PromiseInterface */ public function rollbackAsyncWithHttpInfo($body) { - $returnType = '\Swagger\Client\Model\ChangeResponse'; + $returnType = '\ASMP\Client\Model\ChangeResponse'; $request = $this->rollbackRequest($body); return $this->client @@ -253,7 +253,7 @@ function ($exception) { /** * Create request for operation 'rollback' * - * @param \Swagger\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) + * @param \ASMP\Client\Model\RollbackRequest $body Define the changeset that should be rolled back (required) * * @throws \InvalidArgumentException * @return \GuzzleHttp\Psr7\Request diff --git a/lib/Api/StatusApi.php b/lib/Api/StatusApi.php index 995fdd6..a633da0 100755 --- a/lib/Api/StatusApi.php +++ b/lib/Api/StatusApi.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,7 +25,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Api; +namespace ASMP\Client\Api; use GuzzleHttp\Client; use GuzzleHttp\ClientInterface; @@ -33,16 +33,16 @@ use GuzzleHttp\Psr7\MultipartStream; use GuzzleHttp\Psr7\Request; use GuzzleHttp\RequestOptions; -use Swagger\Client\ApiException; -use Swagger\Client\Configuration; -use Swagger\Client\HeaderSelector; -use Swagger\Client\ObjectSerializer; +use ASMP\Client\ApiException; +use ASMP\Client\Configuration; +use ASMP\Client\HeaderSelector; +use ASMP\Client\ObjectSerializer; /** * StatusApi Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -93,9 +93,9 @@ public function getConfig() * * @param string $id UUID of the change to get the status from (required) * - * @throws \Swagger\Client\ApiException on non-2xx response + * @throws \ASMP\Client\ApiException on non-2xx response * @throws \InvalidArgumentException - * @return \Swagger\Client\Model\StatusResponse + * @return \ASMP\Client\Model\StatusResponse */ public function status($id) { @@ -110,13 +110,13 @@ public function status($id) * * @param string $id UUID of the change to get the status from (required) * - * @throws \Swagger\Client\ApiException on non-2xx response + * @throws \ASMP\Client\ApiException on non-2xx response * @throws \InvalidArgumentException - * @return array of \Swagger\Client\Model\StatusResponse, HTTP status code, HTTP response headers (array of strings) + * @return array of \ASMP\Client\Model\StatusResponse, HTTP status code, HTTP response headers (array of strings) */ public function statusWithHttpInfo($id) { - $returnType = '\Swagger\Client\Model\StatusResponse'; + $returnType = '\ASMP\Client\Model\StatusResponse'; $request = $this->statusRequest($id); try { @@ -168,7 +168,7 @@ public function statusWithHttpInfo($id) case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Swagger\Client\Model\StatusResponse', + '\ASMP\Client\Model\StatusResponse', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -210,7 +210,7 @@ function ($response) { */ public function statusAsyncWithHttpInfo($id) { - $returnType = '\Swagger\Client\Model\StatusResponse'; + $returnType = '\ASMP\Client\Model\StatusResponse'; $request = $this->statusRequest($id); return $this->client diff --git a/lib/ApiException.php b/lib/ApiException.php index 4af9ed3..7492e07 100755 --- a/lib/ApiException.php +++ b/lib/ApiException.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,7 +25,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client; +namespace ASMP\Client; use \Exception; @@ -33,7 +33,7 @@ * ApiException Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/lib/Configuration.php b/lib/Configuration.php index baa9bf2..33cad69 100755 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,14 +25,14 @@ * Do not edit the class manually. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * Configuration Class Doc Comment * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -392,7 +392,7 @@ public static function setDefaultConfiguration(Configuration $config) */ public static function toDebugReport() { - $report = 'PHP SDK (Swagger\Client) Debug Report:' . PHP_EOL; + $report = 'PHP SDK (ASMP\Client) Debug Report:' . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' OpenAPI Spec Version: 1.0.0' . PHP_EOL; diff --git a/lib/HeaderSelector.php b/lib/HeaderSelector.php index 11d1786..ac1ea17 100755 --- a/lib/HeaderSelector.php +++ b/lib/HeaderSelector.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,7 +25,7 @@ * Do not edit the class manually. */ -namespace Swagger\Client; +namespace ASMP\Client; use \Exception; @@ -33,7 +33,7 @@ * ApiException Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/lib/Model/ChangeRequest.php b/lib/Model/ChangeRequest.php index f007968..af855e4 100755 --- a/lib/Model/ChangeRequest.php +++ b/lib/Model/ChangeRequest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * ChangeRequest Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -57,7 +57,7 @@ class ChangeRequest implements ModelInterface, ArrayAccess */ protected static $swaggerTypes = [ 'callback' => 'string', -'components' => '\Swagger\Client\Model\ComponentChange[]' ]; +'components' => '\ASMP\Client\Model\ComponentChange[]' ]; /** * Array of property to format mappings. Used for (de)serialization @@ -232,7 +232,7 @@ public function setCallback($callback) /** * Gets components * - * @return \Swagger\Client\Model\ComponentChange[] + * @return \ASMP\Client\Model\ComponentChange[] */ public function getComponents() { @@ -242,7 +242,7 @@ public function getComponents() /** * Sets components * - * @param \Swagger\Client\Model\ComponentChange[] $components components + * @param \ASMP\Client\Model\ComponentChange[] $components components * * @return $this */ diff --git a/lib/Model/ChangeResponse.php b/lib/Model/ChangeResponse.php index 0653975..d7aaf8b 100755 --- a/lib/Model/ChangeResponse.php +++ b/lib/Model/ChangeResponse.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * ChangeResponse Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/lib/Model/ChangeStatusCode.php b/lib/Model/ChangeStatusCode.php index bf3d2e5..4459cc2 100755 --- a/lib/Model/ChangeStatusCode.php +++ b/lib/Model/ChangeStatusCode.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,15 +26,15 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; -use \Swagger\Client\ObjectSerializer; +namespace ASMP\Client\Model; +use \ASMP\Client\ObjectSerializer; /** * ChangeStatusCode Class Doc Comment * * @category Class * @description Change Status Code: * `202` - Change is pending * `200` - Change has been completed * `422` - The requested changeset can not be fulfilled * `500` - An error occured - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/lib/Model/CheckRequest.php b/lib/Model/CheckRequest.php index 7aaa4da..5e3f089 100755 --- a/lib/Model/CheckRequest.php +++ b/lib/Model/CheckRequest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * CheckRequest Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -56,7 +56,7 @@ class CheckRequest implements ModelInterface, ArrayAccess * @var string[] */ protected static $swaggerTypes = [ - 'components' => '\Swagger\Client\Model\ComponentGroup[]' ]; + 'components' => '\ASMP\Client\Model\ComponentGroup[]' ]; /** * Array of property to format mappings. Used for (de)serialization @@ -199,7 +199,7 @@ public function valid() /** * Gets components * - * @return \Swagger\Client\Model\ComponentGroup[] + * @return \ASMP\Client\Model\ComponentGroup[] */ public function getComponents() { @@ -209,7 +209,7 @@ public function getComponents() /** * Sets components * - * @param \Swagger\Client\Model\ComponentGroup[] $components components + * @param \ASMP\Client\Model\ComponentGroup[] $components components * * @return $this */ diff --git a/lib/Model/CheckResponse.php b/lib/Model/CheckResponse.php index d8e061c..8583489 100755 --- a/lib/Model/CheckResponse.php +++ b/lib/Model/CheckResponse.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * CheckResponse Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -57,7 +57,7 @@ class CheckResponse implements ModelInterface, ArrayAccess */ protected static $swaggerTypes = [ 'fulfillable' => 'bool', -'components' => '\Swagger\Client\Model\ComponentChange[]' ]; +'components' => '\ASMP\Client\Model\ComponentChange[]' ]; /** * Array of property to format mappings. Used for (de)serialization @@ -229,7 +229,7 @@ public function setFulfillable($fulfillable) /** * Gets components * - * @return \Swagger\Client\Model\ComponentChange[] + * @return \ASMP\Client\Model\ComponentChange[] */ public function getComponents() { @@ -239,7 +239,7 @@ public function getComponents() /** * Sets components * - * @param \Swagger\Client\Model\ComponentChange[] $components components + * @param \ASMP\Client\Model\ComponentChange[] $components components * * @return $this */ diff --git a/lib/Model/ComponentChange.php b/lib/Model/ComponentChange.php index 707ab6c..a5b1134 100755 --- a/lib/Model/ComponentChange.php +++ b/lib/Model/ComponentChange.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * ComponentChange Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/lib/Model/ComponentGroup.php b/lib/Model/ComponentGroup.php index 8871343..98e1f34 100755 --- a/lib/Model/ComponentGroup.php +++ b/lib/Model/ComponentGroup.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * ComponentGroup Class Doc Comment * * @category Class * @description Array of component change requests. A change request for a component group can be fufilled if ANY of the individual requests can be fulfilled. The order of the items within the component group MUST be followed during processing, using the first fulfillable request. - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/lib/Model/Constraint.php b/lib/Model/Constraint.php index 3f4db58..b170b31 100755 --- a/lib/Model/Constraint.php +++ b/lib/Model/Constraint.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * Constraint Class Doc Comment * * @category Class * @description Defining a component contraint using an operator -> value property. A constraint can only hold one property. - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/lib/Model/ConstraintGroup.php b/lib/Model/ConstraintGroup.php index ad37375..332abc1 100755 --- a/lib/Model/ConstraintGroup.php +++ b/lib/Model/ConstraintGroup.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * ConstraintGroup Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -57,7 +57,7 @@ class ConstraintGroup implements ModelInterface, ArrayAccess */ protected static $swaggerTypes = [ 'name' => 'string', -'constraints' => '\Swagger\Client\Model\Constraint[]' ]; +'constraints' => '\ASMP\Client\Model\Constraint[]' ]; /** * Array of property to format mappings. Used for (de)serialization @@ -232,7 +232,7 @@ public function setName($name) /** * Gets constraints * - * @return \Swagger\Client\Model\Constraint[] + * @return \ASMP\Client\Model\Constraint[] */ public function getConstraints() { @@ -242,7 +242,7 @@ public function getConstraints() /** * Sets constraints * - * @param \Swagger\Client\Model\Constraint[] $constraints Array of constraints for the given component. A change request can be fulfilled if ALL of the contraints defined in the array can be fulfilled. + * @param \ASMP\Client\Model\Constraint[] $constraints Array of constraints for the given component. A change request can be fulfilled if ALL of the contraints defined in the array can be fulfilled. * * @return $this */ diff --git a/lib/Model/ModelInterface.php b/lib/Model/ModelInterface.php index 6feddd5..96e4c5b 100755 --- a/lib/Model/ModelInterface.php +++ b/lib/Model/ModelInterface.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client\Model + * @package ASMP\Client\Model * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,12 +26,12 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; /** * Interface abstracting model access. * - * @package Swagger\Client\Model + * @package ASMP\Client\Model * @author Swagger Codegen team */ interface ModelInterface diff --git a/lib/Model/RollbackRequest.php b/lib/Model/RollbackRequest.php index 28b678e..92b064e 100755 --- a/lib/Model/RollbackRequest.php +++ b/lib/Model/RollbackRequest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * RollbackRequest Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/lib/Model/StatusResponse.php b/lib/Model/StatusResponse.php index 8eacaa9..ba17d0e 100755 --- a/lib/Model/StatusResponse.php +++ b/lib/Model/StatusResponse.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Swagger\Client\Model; +namespace ASMP\Client\Model; use \ArrayAccess; -use \Swagger\Client\ObjectSerializer; +use \ASMP\Client\ObjectSerializer; /** * StatusResponse Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -56,7 +56,7 @@ class StatusResponse implements ModelInterface, ArrayAccess * @var string[] */ protected static $swaggerTypes = [ - 'code' => '\Swagger\Client\Model\ChangeStatusCode', + 'code' => '\ASMP\Client\Model\ChangeStatusCode', 'message' => 'string' ]; /** @@ -205,7 +205,7 @@ public function valid() /** * Gets code * - * @return \Swagger\Client\Model\ChangeStatusCode + * @return \ASMP\Client\Model\ChangeStatusCode */ public function getCode() { @@ -215,7 +215,7 @@ public function getCode() /** * Sets code * - * @param \Swagger\Client\Model\ChangeStatusCode $code code + * @param \ASMP\Client\Model\ChangeStatusCode $code code * * @return $this */ diff --git a/lib/ObjectSerializer.php b/lib/ObjectSerializer.php index 8ed1064..78f6717 100755 --- a/lib/ObjectSerializer.php +++ b/lib/ObjectSerializer.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,13 +26,13 @@ * Do not edit the class manually. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * ObjectSerializer Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Api/ChangeApiTest.php b/test/Api/ChangeApiTest.php index 5d01c52..36f57d6 100755 --- a/test/Api/ChangeApiTest.php +++ b/test/Api/ChangeApiTest.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,17 +25,17 @@ * Please update the test case below to test the endpoint. */ -namespace Swagger\Client; +namespace ASMP\Client; -use Swagger\Client\Configuration; -use Swagger\Client\ApiException; -use Swagger\Client\ObjectSerializer; +use ASMP\Client\Configuration; +use ASMP\Client\ApiException; +use ASMP\Client\ObjectSerializer; /** * ChangeApiTest Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Api/CheckApiTest.php b/test/Api/CheckApiTest.php index 098dc93..27539fa 100755 --- a/test/Api/CheckApiTest.php +++ b/test/Api/CheckApiTest.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,17 +25,17 @@ * Please update the test case below to test the endpoint. */ -namespace Swagger\Client; +namespace ASMP\Client; -use Swagger\Client\Configuration; -use Swagger\Client\ApiException; -use Swagger\Client\ObjectSerializer; +use ASMP\Client\Configuration; +use ASMP\Client\ApiException; +use ASMP\Client\ObjectSerializer; /** * CheckApiTest Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Api/RollbackApiTest.php b/test/Api/RollbackApiTest.php index 1b8bc6c..a13131e 100755 --- a/test/Api/RollbackApiTest.php +++ b/test/Api/RollbackApiTest.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,17 +25,17 @@ * Please update the test case below to test the endpoint. */ -namespace Swagger\Client; +namespace ASMP\Client; -use Swagger\Client\Configuration; -use Swagger\Client\ApiException; -use Swagger\Client\ObjectSerializer; +use ASMP\Client\Configuration; +use ASMP\Client\ApiException; +use ASMP\Client\ObjectSerializer; /** * RollbackApiTest Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Api/StatusApiTest.php b/test/Api/StatusApiTest.php index baa6bce..de2b517 100755 --- a/test/Api/StatusApiTest.php +++ b/test/Api/StatusApiTest.php @@ -4,7 +4,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -25,17 +25,17 @@ * Please update the test case below to test the endpoint. */ -namespace Swagger\Client; +namespace ASMP\Client; -use Swagger\Client\Configuration; -use Swagger\Client\ApiException; -use Swagger\Client\ObjectSerializer; +use ASMP\Client\Configuration; +use ASMP\Client\ApiException; +use ASMP\Client\ObjectSerializer; /** * StatusApiTest Class Doc Comment * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/ChangeRequestTest.php b/test/Model/ChangeRequestTest.php index f79157b..d683952 100755 --- a/test/Model/ChangeRequestTest.php +++ b/test/Model/ChangeRequestTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * ChangeRequestTest Class Doc Comment * * @category Class * @description ChangeRequest - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/ChangeResponseTest.php b/test/Model/ChangeResponseTest.php index 8a84fdd..2e41fb3 100755 --- a/test/Model/ChangeResponseTest.php +++ b/test/Model/ChangeResponseTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * ChangeResponseTest Class Doc Comment * * @category Class * @description ChangeResponse - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/ChangeStatusCodeTest.php b/test/Model/ChangeStatusCodeTest.php index ebb9596..3c818b3 100755 --- a/test/Model/ChangeStatusCodeTest.php +++ b/test/Model/ChangeStatusCodeTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * ChangeStatusCodeTest Class Doc Comment * * @category Class * @description Change Status Code: * `202` - Change is pending * `200` - Change has been completed * `422` - The requested changeset can not be fulfilled * `500` - An error occured - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/CheckRequestTest.php b/test/Model/CheckRequestTest.php index 652365b..213b58d 100755 --- a/test/Model/CheckRequestTest.php +++ b/test/Model/CheckRequestTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * CheckRequestTest Class Doc Comment * * @category Class * @description CheckRequest - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/CheckResponseTest.php b/test/Model/CheckResponseTest.php index d3760fa..f0a1cae 100755 --- a/test/Model/CheckResponseTest.php +++ b/test/Model/CheckResponseTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * CheckResponseTest Class Doc Comment * * @category Class * @description CheckResponse - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/ComponentChangeTest.php b/test/Model/ComponentChangeTest.php index 91be3d5..d884ddc 100755 --- a/test/Model/ComponentChangeTest.php +++ b/test/Model/ComponentChangeTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * ComponentChangeTest Class Doc Comment * * @category Class * @description ComponentChange - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/ComponentGroupTest.php b/test/Model/ComponentGroupTest.php index bcda05e..79cb440 100755 --- a/test/Model/ComponentGroupTest.php +++ b/test/Model/ComponentGroupTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * ComponentGroupTest Class Doc Comment * * @category Class * @description Array of component change requests. A change request for a component group can be fufilled if ANY of the individual requests can be fulfilled. The order of the items within the component group MUST be followed during processing, using the first fulfillable request. - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/ConstraintGroupTest.php b/test/Model/ConstraintGroupTest.php index 733a53d..a79bb18 100755 --- a/test/Model/ConstraintGroupTest.php +++ b/test/Model/ConstraintGroupTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * ConstraintGroupTest Class Doc Comment * * @category Class * @description ConstraintGroup - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/ConstraintTest.php b/test/Model/ConstraintTest.php index a39aace..a185c50 100755 --- a/test/Model/ConstraintTest.php +++ b/test/Model/ConstraintTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * ConstraintTest Class Doc Comment * * @category Class * @description Defining a component contraint using an operator -> value property. A constraint can only hold one property. - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/RollbackRequestTest.php b/test/Model/RollbackRequestTest.php index 43acb31..37eeccd 100755 --- a/test/Model/RollbackRequestTest.php +++ b/test/Model/RollbackRequestTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * RollbackRequestTest Class Doc Comment * * @category Class * @description RollbackRequest - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ diff --git a/test/Model/StatusResponseTest.php b/test/Model/StatusResponseTest.php index 739a7b9..d7b0512 100755 --- a/test/Model/StatusResponseTest.php +++ b/test/Model/StatusResponseTest.php @@ -5,7 +5,7 @@ * PHP version 5 * * @category Class - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ @@ -26,14 +26,14 @@ * Please update the test case below to test the model. */ -namespace Swagger\Client; +namespace ASMP\Client; /** * StatusResponseTest Class Doc Comment * * @category Class * @description StatusResponse - * @package Swagger\Client + * @package ASMP\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */