Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions src/Auth/Api/AuthApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -77,9 +77,9 @@ class AuthApi
* @param int $host_index (Optional) host index to select the list of hosts if defined in the OpenAPI spec
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null,
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null,
$host_index = 0
) {
$this->client = $client ?: new Client();
Expand Down
8 changes: 4 additions & 4 deletions src/Auth/Api/SpamExpertApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -77,9 +77,9 @@ class SpamExpertApi
* @param int $host_index (Optional) host index to select the list of hosts if defined in the OpenAPI spec
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null,
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null,
$host_index = 0
) {
$this->client = $client ?: new Client();
Expand Down
12 changes: 6 additions & 6 deletions src/Auth/AuthModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Openprovider\Api\Rest\Client\Auth\Api\AuthApi;
use Openprovider\Api\Rest\Client\Auth\Api\SpamExpertApi;

class AuthModule
class AuthModule
{
/** @var AuthApi */
protected $AuthApi;
Expand All @@ -26,9 +26,9 @@ class AuthModule
* @param int $host_index (Optional) host index to select the list of hosts if defined in the OpenAPI spec
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null,
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null,
$host_index = 0
) {
$this->AuthApi = new AuthApi($client, $config, $selector, $host_index);
Expand All @@ -39,7 +39,7 @@ public function __construct(
* Gets AuthApi api.
* @return AuthApi
*/
public function getAuthApi()
public function getAuthApi()
{
return $this->AuthApi;
}
Expand All @@ -48,7 +48,7 @@ public function getAuthApi()
* Gets SpamExpertApi api.
* @return SpamExpertApi
*/
public function getSpamExpertApi()
public function getSpamExpertApi()
{
return $this->SpamExpertApi;
}
Expand Down
8 changes: 4 additions & 4 deletions src/Auth/Model/AuthLoginRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -173,9 +173,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand All @@ -190,7 +190,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['ip'] = isset($data['ip']) ? $data['ip'] : null;
$this->container['password'] = isset($data['password']) ? $data['password'] : null;
Expand Down
8 changes: 4 additions & 4 deletions src/Auth/Model/AuthLoginResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -183,9 +183,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand All @@ -200,7 +200,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['code'] = isset($data['code']) ? $data['code'] : null;
$this->container['data'] = isset($data['data']) ? $data['data'] : null;
Expand Down
8 changes: 4 additions & 4 deletions src/Auth/Model/AuthLoginResponseData.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -168,9 +168,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand All @@ -185,7 +185,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['reseller_id'] = isset($data['reseller_id']) ? $data['reseller_id'] : null;
$this->container['token'] = isset($data['token']) ? $data['token'] : null;
Expand Down
8 changes: 4 additions & 4 deletions src/Auth/Model/ErrorError.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -173,9 +173,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand All @@ -190,7 +190,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['code'] = isset($data['code']) ? $data['code'] : null;
$this->container['data'] = isset($data['data']) ? $data['data'] : null;
Expand Down
8 changes: 4 additions & 4 deletions src/Auth/Model/ErrorWarning.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -173,9 +173,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand All @@ -190,7 +190,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['code'] = isset($data['code']) ? $data['code'] : null;
$this->container['data'] = isset($data['data']) ? $data['data'] : null;
Expand Down
8 changes: 4 additions & 4 deletions src/Auth/Model/SpamExpertGenerateLoginURLRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -168,9 +168,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand All @@ -185,7 +185,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['bundle'] = isset($data['bundle']) ? $data['bundle'] : null;
$this->container['domain_or_email'] = isset($data['domain_or_email']) ? $data['domain_or_email'] : null;
Expand Down
8 changes: 4 additions & 4 deletions src/Auth/Model/SpamExpertGenerateLoginURLResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -183,9 +183,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand All @@ -200,7 +200,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['code'] = isset($data['code']) ? $data['code'] : null;
$this->container['data'] = isset($data['data']) ? $data['data'] : null;
Expand Down
8 changes: 4 additions & 4 deletions src/Auth/Model/SpamExpertGenerateLoginURLResponseData.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -163,9 +163,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand All @@ -180,7 +180,7 @@ public function getModelName()
* @param mixed[] $data Associated array of property values
* initializing the model
*/
public function __construct(array $data = null)
public function __construct(?array $data = null)
{
$this->container['url'] = isset($data['url']) ? $data['url'] : null;
}
Expand Down
8 changes: 4 additions & 4 deletions src/Billing/Api/InvoiceServiceApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -77,9 +77,9 @@ class InvoiceServiceApi
* @param int $host_index (Optional) host index to select the list of hosts if defined in the OpenAPI spec
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null,
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null,
$host_index = 0
) {
$this->client = $client ?: new Client();
Expand Down
8 changes: 4 additions & 4 deletions src/Billing/Api/PaymentApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -77,9 +77,9 @@ class PaymentApi
* @param int $host_index (Optional) host index to select the list of hosts if defined in the OpenAPI spec
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null,
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null,
$host_index = 0
) {
$this->client = $client ?: new Client();
Expand Down
8 changes: 4 additions & 4 deletions src/Billing/Api/TransactionApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0-beta
*
*
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.2.0
*/
Expand Down Expand Up @@ -77,9 +77,9 @@ class TransactionApi
* @param int $host_index (Optional) host index to select the list of hosts if defined in the OpenAPI spec
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null,
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null,
$host_index = 0
) {
$this->client = $client ?: new Client();
Expand Down
Loading