Skip to content

Commit 3836e4f

Browse files
committed
Use TBD APIs, generate new SDK from latest API
1 parent dc2cd92 commit 3836e4f

122 files changed

Lines changed: 2125 additions & 478 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/src/WsCli.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
use \Swagger\Client\ApiClient;
1111
use \Swagger\Client\Api\AccountApi;
1212
use \Swagger\Client\Api\SessionApi;
13-
use \Swagger\Client\Api\PgpApi;
13+
use \Swagger\Client\Api\PgpTBDApi;
14+
use \Swagger\Client\Api\IntegratorTBDApi;
1415
use \Swagger\Client\Api\FilesApi;
1516
use \Swagger\Client\Api\CertsApi;
1617
use Symfony\Component\Yaml\Parser;
@@ -62,7 +63,8 @@ public function __construct($args)
6263
$this->account = new \Swagger\Client\Api\AccountApi($apiClient);
6364
$this->session = new \Swagger\Client\Api\SessionApi($apiClient);
6465
$this->files = new \Swagger\Client\Api\FilesApi($apiClient);
65-
$this->pgp = new \Swagger\Client\Api\PgpApi($apiClient);
66+
$this->pgp = new \Swagger\Client\Api\PgpTBDApi($apiClient);
67+
$this->integrator = new \Swagger\Client\Api\IntegratorTBDApi($apiClient);
6668
$this->certs = new \Swagger\Client\Api\CertsApi($apiClient);
6769
}
6870

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

Lines changed: 11 additions & 7 deletions
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.3
6+
- API version: v2.2.4
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/)
@@ -84,6 +84,7 @@ Class | Method | HTTP request | Description
8484
*AccountApi* | [**register**](docs/Api/AccountApi.md#register) | **PUT** /account/{Email}/{Mode} | Register
8585
*AccountApi* | [**verifyEmail**](docs/Api/AccountApi.md#verifyemail) | **POST** /account/{Email}/{Mode} | VerifyEmail
8686
*AccountApi* | [**verifyPhone**](docs/Api/AccountApi.md#verifyphone) | **POST** /account/{Email}/{Mode}/{Phone} | VerifyPhone
87+
*CertsApi* | [**configCerts**](docs/Api/CertsApi.md#configcerts) | **POST** /certs/ | ConfigCerts
8788
*CertsApi* | [**enrollCert**](docs/Api/CertsApi.md#enrollcert) | **POST** /certs/{Bank} | EnrollCert
8889
*CertsApi* | [**exportCert**](docs/Api/CertsApi.md#exportcert) | **GET** /certs/{Bank} | ExportCert
8990
*CertsApi* | [**importCert**](docs/Api/CertsApi.md#importcert) | **PUT** /certs/{Bank} | ImportCert
@@ -94,9 +95,10 @@ Class | Method | HTTP request | Description
9495
*FilesApi* | [**downloadFile**](docs/Api/FilesApi.md#downloadfile) | **GET** /files/{Bank}/{FileType}/{FileReference} | DownloadFile
9596
*FilesApi* | [**listFiles**](docs/Api/FilesApi.md#listfiles) | **GET** /files/{Bank} | ListFiles
9697
*FilesApi* | [**uploadFile**](docs/Api/FilesApi.md#uploadfile) | **PUT** /files/{Bank} | UploadFile
97-
*PgpApi* | [**deleteKey**](docs/Api/PgpApi.md#deletekey) | **DELETE** /pgp | DeleteKey
98-
*PgpApi* | [**listKeys**](docs/Api/PgpApi.md#listkeys) | **GET** /pgp | ListKeys
99-
*PgpApi* | [**uploadKey**](docs/Api/PgpApi.md#uploadkey) | **PUT** /pgp | UploadKey
98+
*IntegratorTBDApi* | [**listAccounts**](docs/Api/IntegratorTBDApi.md#listaccounts) | **GET** /integrator/accounts | ListAccounts
99+
*PgpTBDApi* | [**deleteKey**](docs/Api/PgpTBDApi.md#deletekey) | **DELETE** /pgp | DeleteKey
100+
*PgpTBDApi* | [**listKeys**](docs/Api/PgpTBDApi.md#listkeys) | **GET** /pgp | ListKeys
101+
*PgpTBDApi* | [**uploadKey**](docs/Api/PgpTBDApi.md#uploadkey) | **PUT** /pgp | UploadKey
100102
*SessionApi* | [**initLogin**](docs/Api/SessionApi.md#initlogin) | **GET** /session/{Email}/{Mode} | InitLogin
101103
*SessionApi* | [**login**](docs/Api/SessionApi.md#login) | **POST** /session/{Email}/{Mode} | Login
102104
*SessionApi* | [**loginMFA**](docs/Api/SessionApi.md#loginmfa) | **PUT** /session/{Email}/{Mode}/mfacode | LoginMFA
@@ -105,26 +107,28 @@ Class | Method | HTTP request | Description
105107

106108
## Documentation For Models
107109

108-
- [CertDescription](docs/Model/CertDescription.md)
110+
- [AccountDescriptor](docs/Model/AccountDescriptor.md)
111+
- [CertDescriptor](docs/Model/CertDescriptor.md)
109112
- [CertsAndKeys](docs/Model/CertsAndKeys.md)
113+
- [ConfigCertsReq](docs/Model/ConfigCertsReq.md)
110114
- [DeleteKeyReq](docs/Model/DeleteKeyReq.md)
111115
- [DeleteKeyResp](docs/Model/DeleteKeyResp.md)
112116
- [DownloadFileResp](docs/Model/DownloadFileResp.md)
113117
- [EnrollCertReq](docs/Model/EnrollCertReq.md)
114-
- [Error](docs/Model/Error.md)
118+
- [ErrorResponse](docs/Model/ErrorResponse.md)
115119
- [ExportCertResp](docs/Model/ExportCertResp.md)
116120
- [FileDescriptor](docs/Model/FileDescriptor.md)
117121
- [ImportCertReq](docs/Model/ImportCertReq.md)
118122
- [InitLoginResp](docs/Model/InitLoginResp.md)
119123
- [InitRegisterResp](docs/Model/InitRegisterResp.md)
124+
- [ListAccountsResp](docs/Model/ListAccountsResp.md)
120125
- [ListCertsResp](docs/Model/ListCertsResp.md)
121126
- [ListFilesResp](docs/Model/ListFilesResp.md)
122127
- [ListKeysResp](docs/Model/ListKeysResp.md)
123128
- [LoginMFAReq](docs/Model/LoginMFAReq.md)
124129
- [LoginMFAResp](docs/Model/LoginMFAResp.md)
125130
- [LoginReq](docs/Model/LoginReq.md)
126131
- [LoginResp](docs/Model/LoginResp.md)
127-
- [ModelEmpty](docs/Model/ModelEmpty.md)
128132
- [PasswordResetReq](docs/Model/PasswordResetReq.md)
129133
- [PgpKeyDescriptor](docs/Model/PgpKeyDescriptor.md)
130134
- [RegisterReq](docs/Model/RegisterReq.md)

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.3
8+
* OpenAPI spec version: v2.2.4
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/CertsApi.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All URIs are relative to *https://ws-api.test.isecure.fi/v2/*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7+
[**configCerts**](CertsApi.md#configCerts) | **POST** /certs/ | ConfigCerts
78
[**enrollCert**](CertsApi.md#enrollCert) | **POST** /certs/{Bank} | EnrollCert
89
[**exportCert**](CertsApi.md#exportCert) | **GET** /certs/{Bank} | ExportCert
910
[**importCert**](CertsApi.md#importCert) | **PUT** /certs/{Bank} | ImportCert
@@ -12,6 +13,62 @@ Method | HTTP request | Description
1213
[**unshareCerts**](CertsApi.md#unshareCerts) | **DELETE** /certs/shared/{ExtEmail} | UnshareCerts
1314

1415

16+
# **configCerts**
17+
> \Swagger\Client\Model\Response configCerts($authorization, $config_certs_req)
18+
19+
ConfigCerts
20+
21+
Configure certificate usage parameters. Currently, only settable (permanent) parameter is `export`. Set it to `disable` for disallowing private key export. **NOTE**: When export is disabled it is permanent, it can not be re-enabled through the API (safety feature).
22+
23+
### Example
24+
```php
25+
<?php
26+
require_once(__DIR__ . '/vendor/autoload.php');
27+
28+
// Configure API key authorization: Authorizer
29+
Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
30+
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
31+
// Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
32+
// Configure API key authorization: X-Api-Key
33+
Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('x-api-key', 'YOUR_API_KEY');
34+
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
35+
// Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('x-api-key', 'Bearer');
36+
37+
$api_instance = new Swagger\Client\Api\CertsApi();
38+
$authorization = "authorization_example"; // string | Use _IdToken_ from the Login response as the Authorization header
39+
$config_certs_req = new \Swagger\Client\Model\ConfigCertsReq(); // \Swagger\Client\Model\ConfigCertsReq | Certs handling settings
40+
41+
try {
42+
$result = $api_instance->configCerts($authorization, $config_certs_req);
43+
print_r($result);
44+
} catch (Exception $e) {
45+
echo 'Exception when calling CertsApi->configCerts: ', $e->getMessage(), PHP_EOL;
46+
}
47+
?>
48+
```
49+
50+
### Parameters
51+
52+
Name | Type | Description | Notes
53+
------------- | ------------- | ------------- | -------------
54+
**authorization** | **string**| Use _IdToken_ from the Login response as the Authorization header |
55+
**config_certs_req** | [**\Swagger\Client\Model\ConfigCertsReq**](../Model/\Swagger\Client\Model\ConfigCertsReq.md)| Certs handling settings |
56+
57+
### Return type
58+
59+
[**\Swagger\Client\Model\Response**](../Model/Response.md)
60+
61+
### Authorization
62+
63+
[Authorizer](../../README.md#Authorizer), [X-Api-Key](../../README.md#X-Api-Key)
64+
65+
### HTTP request headers
66+
67+
- **Content-Type**: application/json
68+
- **Accept**: application/json
69+
70+
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
71+
1572
# **enrollCert**
1673
> \Swagger\Client\Model\Response enrollCert($authorization, $enroll_cert_req, $bank)
1774
@@ -75,7 +132,7 @@ Name | Type | Description | Notes
75132
76133
ExportCert
77134

78-
Download bank certificate and private key encrypted with stored PGP key
135+
Download bank certificate and private key encrypted with stored PGP key. **NOTE**: The previously uploaded `PgpKeyId` must have purpose type `Export`. I.e. purpose type `Authorize` PGP keys can not be used for exporting. **NOTE**: If `export` has been set to `disabled` (see ConfigCerts), then exporting private keys is not possible through API.
79136

80137
### Example
81138
```php
@@ -191,6 +248,8 @@ Name | Type | Description | Notes
191248
192249
ListCerts
193250

251+
List certs from all banks
252+
194253
### Example
195254
```php
196255
<?php
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Swagger\Client\IntegratorTBDApi
2+
3+
All URIs are relative to *https://ws-api.test.isecure.fi/v2/*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**listAccounts**](IntegratorTBDApi.md#listAccounts) | **GET** /integrator/accounts | ListAccounts
8+
9+
10+
# **listAccounts**
11+
> \Swagger\Client\Model\ListAccountsResp listAccounts($authorization)
12+
13+
ListAccounts
14+
15+
List accounts registered under the integrator's API key. Account that created the API key is authorized to call this. API implementation is to-be-done (TBD).
16+
17+
### Example
18+
```php
19+
<?php
20+
require_once(__DIR__ . '/vendor/autoload.php');
21+
22+
// Configure API key authorization: Authorizer
23+
Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
24+
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
25+
// Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
26+
// Configure API key authorization: X-Api-Key
27+
Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('x-api-key', 'YOUR_API_KEY');
28+
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
29+
// Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('x-api-key', 'Bearer');
30+
31+
$api_instance = new Swagger\Client\Api\IntegratorTBDApi();
32+
$authorization = "authorization_example"; // string | Use _IdToken_ from the Login response as the Authorization header
33+
34+
try {
35+
$result = $api_instance->listAccounts($authorization);
36+
print_r($result);
37+
} catch (Exception $e) {
38+
echo 'Exception when calling IntegratorTBDApi->listAccounts: ', $e->getMessage(), PHP_EOL;
39+
}
40+
?>
41+
```
42+
43+
### Parameters
44+
45+
Name | Type | Description | Notes
46+
------------- | ------------- | ------------- | -------------
47+
**authorization** | **string**| Use _IdToken_ from the Login response as the Authorization header |
48+
49+
### Return type
50+
51+
[**\Swagger\Client\Model\ListAccountsResp**](../Model/ListAccountsResp.md)
52+
53+
### Authorization
54+
55+
[Authorizer](../../README.md#Authorizer), [X-Api-Key](../../README.md#X-Api-Key)
56+
57+
### HTTP request headers
58+
59+
- **Content-Type**: application/json
60+
- **Accept**: application/json
61+
62+
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
63+

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Api/PgpApi.md renamed to wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Api/PgpTBDApi.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Swagger\Client\PgpApi
1+
# Swagger\Client\PgpTBDApi
22

33
All URIs are relative to *https://ws-api.test.isecure.fi/v2/*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**deleteKey**](PgpApi.md#deleteKey) | **DELETE** /pgp | DeleteKey
8-
[**listKeys**](PgpApi.md#listKeys) | **GET** /pgp | ListKeys
9-
[**uploadKey**](PgpApi.md#uploadKey) | **PUT** /pgp | UploadKey
7+
[**deleteKey**](PgpTBDApi.md#deleteKey) | **DELETE** /pgp | DeleteKey
8+
[**listKeys**](PgpTBDApi.md#listKeys) | **GET** /pgp | ListKeys
9+
[**uploadKey**](PgpTBDApi.md#uploadKey) | **PUT** /pgp | UploadKey
1010

1111

1212
# **deleteKey**
1313
> \Swagger\Client\Model\DeleteKeyResp deleteKey($authorization, $delete_key_req)
1414
1515
DeleteKey
1616

17-
Delete PGP key
17+
Delete PGP key. API implementation is to-be-done (TBD).
1818

1919
### Example
2020
```php
@@ -30,15 +30,15 @@ Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('x-api-key',
3030
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
3131
// Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('x-api-key', 'Bearer');
3232

33-
$api_instance = new Swagger\Client\Api\PgpApi();
33+
$api_instance = new Swagger\Client\Api\PgpTBDApi();
3434
$authorization = "authorization_example"; // string | Use _IdToken_ from the Login response as the Authorization header
35-
$delete_key_req = new \Swagger\Client\Model\DeleteKeyReq(); // \Swagger\Client\Model\DeleteKeyReq | Pgp parameters
35+
$delete_key_req = new \Swagger\Client\Model\DeleteKeyReq(); // \Swagger\Client\Model\DeleteKeyReq | Pgp (TBD) parameters
3636

3737
try {
3838
$result = $api_instance->deleteKey($authorization, $delete_key_req);
3939
print_r($result);
4040
} catch (Exception $e) {
41-
echo 'Exception when calling PgpApi->deleteKey: ', $e->getMessage(), PHP_EOL;
41+
echo 'Exception when calling PgpTBDApi->deleteKey: ', $e->getMessage(), PHP_EOL;
4242
}
4343
?>
4444
```
@@ -48,7 +48,7 @@ try {
4848
Name | Type | Description | Notes
4949
------------- | ------------- | ------------- | -------------
5050
**authorization** | **string**| Use _IdToken_ from the Login response as the Authorization header |
51-
**delete_key_req** | [**\Swagger\Client\Model\DeleteKeyReq**](../Model/\Swagger\Client\Model\DeleteKeyReq.md)| Pgp parameters |
51+
**delete_key_req** | [**\Swagger\Client\Model\DeleteKeyReq**](../Model/\Swagger\Client\Model\DeleteKeyReq.md)| Pgp (TBD) parameters |
5252

5353
### Return type
5454

@@ -70,7 +70,7 @@ Name | Type | Description | Notes
7070
7171
ListKeys
7272

73-
List PGP keys
73+
List PGP keys. API implementation is to-be-done (TBD).
7474

7575
### Example
7676
```php
@@ -86,14 +86,14 @@ Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('x-api-key',
8686
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
8787
// Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('x-api-key', 'Bearer');
8888

89-
$api_instance = new Swagger\Client\Api\PgpApi();
89+
$api_instance = new Swagger\Client\Api\PgpTBDApi();
9090
$authorization = "authorization_example"; // string | Use _IdToken_ from the Login response as the Authorization header
9191

9292
try {
9393
$result = $api_instance->listKeys($authorization);
9494
print_r($result);
9595
} catch (Exception $e) {
96-
echo 'Exception when calling PgpApi->listKeys: ', $e->getMessage(), PHP_EOL;
96+
echo 'Exception when calling PgpTBDApi->listKeys: ', $e->getMessage(), PHP_EOL;
9797
}
9898
?>
9999
```
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
124124
125125
UploadKey
126126

127-
Upload PGP key
127+
Upload PGP key. API implementation is to-be-done (TBD).
128128

129129
### Example
130130
```php
@@ -140,15 +140,15 @@ Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('x-api-key',
140140
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
141141
// Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('x-api-key', 'Bearer');
142142

143-
$api_instance = new Swagger\Client\Api\PgpApi();
143+
$api_instance = new Swagger\Client\Api\PgpTBDApi();
144144
$authorization = "authorization_example"; // string | Use _IdToken_ from the Login response as the Authorization header
145-
$upload_key_req = new \Swagger\Client\Model\UploadKeyReq(); // \Swagger\Client\Model\UploadKeyReq | Pgp parameters
145+
$upload_key_req = new \Swagger\Client\Model\UploadKeyReq(); // \Swagger\Client\Model\UploadKeyReq | ASCII armored PGP Key in `PgpKey` and key purpose, i.e. `Export` (exporting cert private key) or `Authorize` (upload content authorization verification) in `PgpKeyPurpose`.
146146

147147
try {
148148
$result = $api_instance->uploadKey($authorization, $upload_key_req);
149149
print_r($result);
150150
} catch (Exception $e) {
151-
echo 'Exception when calling PgpApi->uploadKey: ', $e->getMessage(), PHP_EOL;
151+
echo 'Exception when calling PgpTBDApi->uploadKey: ', $e->getMessage(), PHP_EOL;
152152
}
153153
?>
154154
```
@@ -158,7 +158,7 @@ try {
158158
Name | Type | Description | Notes
159159
------------- | ------------- | ------------- | -------------
160160
**authorization** | **string**| Use _IdToken_ from the Login response as the Authorization header |
161-
**upload_key_req** | [**\Swagger\Client\Model\UploadKeyReq**](../Model/\Swagger\Client\Model\UploadKeyReq.md)| Pgp parameters |
161+
**upload_key_req** | [**\Swagger\Client\Model\UploadKeyReq**](../Model/\Swagger\Client\Model\UploadKeyReq.md)| ASCII armored PGP Key in &#x60;PgpKey&#x60; and key purpose, i.e. &#x60;Export&#x60; (exporting cert private key) or &#x60;Authorize&#x60; (upload content authorization verification) in &#x60;PgpKeyPurpose&#x60;. |
162162

163163
### Return type
164164

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AccountDescriptor
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**admin_mode** | **string** | &#x60;admin&#x60; mode status | [optional]
7+
**data_mode** | **string** | &#x60;data&#x60; mode status | [optional]
8+
**email** | **string** | Email address as the account username |
9+
**export** | **string** | Status for certificate and private key export allowance. See ConfigCerts. |
10+
**name** | **string** | Full name of registrant |
11+
**phone** | **string** | Phone number with country code and &#x60;+&#x60; in front |
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+

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

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)