Skip to content

Commit 10ef655

Browse files
committed
v2.2.5 with work-in-progress integrators API
1 parent 3836e4f commit 10ef655

86 files changed

Lines changed: 144 additions & 103 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.2.4
6+
- API version: v2.2.5
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.2.4
8+
* OpenAPI spec version: v2.2.5
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/Model/AccountDescriptor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**admin_mode** | **string** | `admin` mode status | [optional]
7+
**certs** | [**\Swagger\Client\Model\CertDescriptor[]**](CertDescriptor.md) | |
78
**data_mode** | **string** | `data` mode status | [optional]
89
**email** | **string** | Email address as the account username |
910
**export** | **string** | Status for certificate and private key export allowance. See ConfigCerts. |

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Model/ListAccountsResp.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-
**account_descriptors** | [**\Swagger\Client\Model\AccountDescriptor[]**](AccountDescriptor.md) | List of accounts under the API key |
6+
**accounts** | [**\Swagger\Client\Model\AccountDescriptor[]**](AccountDescriptor.md) | List of accounts under the API key |
77
**response_code** | **string** | Two digit response code in string format |
88
**response_text** | **string** | Human readable response text |
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.2.4
17+
* OpenAPI spec version: v2.2.5
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.2.4
17+
* OpenAPI spec version: v2.2.5
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.2.4
17+
* OpenAPI spec version: v2.2.5
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/IntegratorTBDApi.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.2.4
17+
* OpenAPI spec version: v2.2.5
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/PgpTBDApi.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.2.4
17+
* OpenAPI spec version: v2.2.5
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/SessionApi.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.2.4
17+
* OpenAPI spec version: v2.2.5
1818
* Contact: dan.forsberg@isecure.fi
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2020
*

0 commit comments

Comments
 (0)