Skip to content

Commit 24d4acb

Browse files
committed
Update SDK with API v2.2.3
1 parent 0a0c682 commit 24d4acb

82 files changed

Lines changed: 155 additions & 149 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The API provides normal file based access to all common banks in Finland via Web
33

44
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

6-
- API version: v2.1.0
6+
- API version: v2.2.3
77
- Package version: 0.1.0
88
- Build package: io.swagger.codegen.languages.PhpClientCodegen
99
For more information, please visit [https://www.isecure.fi/](https://www.isecure.fi/)

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
77
*
8-
* OpenAPI spec version: v2.1.0
8+
* OpenAPI spec version: v2.2.3
99
* Contact: dan.forsberg@isecure.fi
1010
* Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
*

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Api/SessionApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ No authorization required
160160
161161
Logout
162162

163-
Logout invalidates _IdToken_.
163+
Logout user. - **NOTE**: AWS Cognito allows user logout, but the received authorization _IdToken_ **is still valid**. AWS hopefully fixes this soon.
164164

165165
### Example
166166
```php

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Model/CertsAndKeys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**cert** | **string** | |
7-
**encrypted_key** | **string** | | [optional]
6+
**certificate** | **string** | |
7+
**encrypted_private_key** | **string** | |
88

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

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Model/ExportCertResp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**certs** | [**\Swagger\Client\Model\CertsAndKeys[]**](CertsAndKeys.md) | |
6+
**certificates_and_keys** | [**\Swagger\Client\Model\CertsAndKeys[]**](CertsAndKeys.md) | |
77
**response_code** | **string** | |
88
**response_text** | **string** | |
99

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Model/ListCertsResp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**certs** | [**\Swagger\Client\Model\CertDescription[]**](CertDescription.md) | |
6+
**certificates** | [**\Swagger\Client\Model\CertDescription[]**](CertDescription.md) | |
77
**response_code** | **string** | |
88
**response_text** | **string** | |
99

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/lib/Api/AccountApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
1616
*
17-
* OpenAPI spec version: v2.1.0
17+
* OpenAPI spec version: v2.2.3
1818
* Contact: dan.forsberg@isecure.fi
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2020
*

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/lib/Api/CertsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
1616
*
17-
* OpenAPI spec version: v2.1.0
17+
* OpenAPI spec version: v2.2.3
1818
* Contact: dan.forsberg@isecure.fi
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2020
*

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/lib/Api/FilesApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
1616
*
17-
* OpenAPI spec version: v2.1.0
17+
* OpenAPI spec version: v2.2.3
1818
* Contact: dan.forsberg@isecure.fi
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2020
*

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/lib/Api/PgpApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
1616
*
17-
* OpenAPI spec version: v2.1.0
17+
* OpenAPI spec version: v2.2.3
1818
* Contact: dan.forsberg@isecure.fi
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2020
*

0 commit comments

Comments
 (0)