Skip to content

Commit

Permalink
Merge pull request #9 from centrahq/update-siw
Browse files Browse the repository at this point in the history
Update from swagger
  • Loading branch information
Orion90 authored Jul 13, 2021
2 parents 3107bde + ac32e7d commit bbe8ebf
Show file tree
Hide file tree
Showing 59 changed files with 11,372 additions and 251 deletions.
8 changes: 4 additions & 4 deletions lib/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
*/

/**
* SIW API
* SIW API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0
* OpenAPI spec version: 1.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 3.0.4
* Swagger Codegen version: 3.0.24
*/
/**
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down
10 changes: 5 additions & 5 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
*/

/**
* SIW API
* SIW API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0
* OpenAPI spec version: 1.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 3.0.4
* Swagger Codegen version: 3.0.24
*/
/**
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -80,7 +80,7 @@ class Configuration
*
* @var string
*/
protected $host = '///v1/siw';
protected $host = '/v1/siw';

/**
* User agent of the HTTP request, set to "PHP-Swagger" by default
Expand Down
8 changes: 4 additions & 4 deletions lib/HeaderSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
*/

/**
* SIW API
* SIW API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0
* OpenAPI spec version: 1.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 3.0.4
* Swagger Codegen version: 3.0.24
*/
/**
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down
14 changes: 7 additions & 7 deletions lib/Model/AdditionalInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
*/

/**
* SIW API
* SIW API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0
* OpenAPI spec version: 1.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 3.0.4
* Swagger Codegen version: 3.0.24
*/
/**
* NOTE: This class is auto generated by the swagger code generator program.
Expand All @@ -35,6 +35,7 @@
* AdditionalInfo Class Doc Comment
*
* @category Class
* @description Additional meta information related to the session.
* @package Swagger\Client
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
Expand Down Expand Up @@ -204,8 +205,7 @@ public function listInvalidProperties()
*/
public function valid()
{

return true;
return count($this->listInvalidProperties()) === 0;
}


Expand Down Expand Up @@ -270,7 +270,7 @@ public function getCustomerNumber()
/**
* Sets customer_number
*
* @param string $customer_number customer number provided by the user.
* @param string $customer_number customer_number
*
* @return $this
*/
Expand Down
14 changes: 7 additions & 7 deletions lib/Model/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
*/

/**
* SIW API
* SIW API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0
* OpenAPI spec version: 1.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 3.0.4
* Swagger Codegen version: 3.0.24
*/
/**
* NOTE: This class is auto generated by the swagger code generator program.
Expand All @@ -35,6 +35,7 @@
* Address Class Doc Comment
*
* @category Class
* @description Common address entity that used almost everywhere in Ingrid's API.
* @package Swagger\Client
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
Expand Down Expand Up @@ -246,8 +247,7 @@ public function listInvalidProperties()
*/
public function valid()
{

return true;
return count($this->listInvalidProperties()) === 0;
}


Expand Down Expand Up @@ -432,7 +432,7 @@ public function getCountry()
/**
* Sets country
*
* @param string $country country
* @param string $country Country should be specified as two uppercase letters (ISO Alpha-2). Example `SE` for Sweden, `ES` for Spain.
*
* @return $this
*/
Expand Down
Loading

0 comments on commit bbe8ebf

Please sign in to comment.