Skip to content

Commit ce010a7

Browse files
tboergergopadz
authored andcommitted
feat: automated openapi client update
1 parent 3d260c7 commit ce010a7

40 files changed

+134
-37
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.16.0
1+
7.17.0

docs/Api/AuthApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Gopad\AuthApi
22

3+
4+
35
All URIs are relative to https://try.gopad.eu/api/v1, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/GroupApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Gopad\GroupApi
22

3+
4+
35
All URIs are relative to https://try.gopad.eu/api/v1, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/ProfileApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Gopad\ProfileApi
22

3+
4+
35
All URIs are relative to https://try.gopad.eu/api/v1, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

docs/Api/UserApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Gopad\UserApi
22

3+
4+
35
All URIs are relative to https://try.gopad.eu/api/v1, except if the operation defines another base path.
46

57
| Method | HTTP request | Description |

lib/Api/AuthApi.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 1.0.0-alpha1
1818
* Contact: gopad@webhippie.de
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.16.0
20+
* Generator version: 7.17.0
2121
*/
2222

2323
/**
@@ -2126,6 +2126,14 @@ protected function createHttpClientOption()
21262126
}
21272127
}
21282128

2129+
if ($this->config->getCertFile()) {
2130+
$options[RequestOptions::CERT] = $this->config->getCertFile();
2131+
}
2132+
2133+
if ($this->config->getKeyFile()) {
2134+
$options[RequestOptions::SSL_KEY] = $this->config->getKeyFile();
2135+
}
2136+
21292137
return $options;
21302138
}
21312139

lib/Api/GroupApi.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 1.0.0-alpha1
1818
* Contact: gopad@webhippie.de
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.16.0
20+
* Generator version: 7.17.0
2121
*/
2222

2323
/**
@@ -3432,6 +3432,14 @@ protected function createHttpClientOption()
34323432
}
34333433
}
34343434

3435+
if ($this->config->getCertFile()) {
3436+
$options[RequestOptions::CERT] = $this->config->getCertFile();
3437+
}
3438+
3439+
if ($this->config->getKeyFile()) {
3440+
$options[RequestOptions::SSL_KEY] = $this->config->getKeyFile();
3441+
}
3442+
34353443
return $options;
34363444
}
34373445

lib/Api/ProfileApi.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 1.0.0-alpha1
1818
* Contact: gopad@webhippie.de
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.16.0
20+
* Generator version: 7.17.0
2121
*/
2222

2323
/**
@@ -1062,6 +1062,14 @@ protected function createHttpClientOption()
10621062
}
10631063
}
10641064

1065+
if ($this->config->getCertFile()) {
1066+
$options[RequestOptions::CERT] = $this->config->getCertFile();
1067+
}
1068+
1069+
if ($this->config->getKeyFile()) {
1070+
$options[RequestOptions::SSL_KEY] = $this->config->getKeyFile();
1071+
}
1072+
10651073
return $options;
10661074
}
10671075

lib/Api/UserApi.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 1.0.0-alpha1
1818
* Contact: gopad@webhippie.de
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.16.0
20+
* Generator version: 7.17.0
2121
*/
2222

2323
/**
@@ -3432,6 +3432,14 @@ protected function createHttpClientOption()
34323432
}
34333433
}
34343434

3435+
if ($this->config->getCertFile()) {
3436+
$options[RequestOptions::CERT] = $this->config->getCertFile();
3437+
}
3438+
3439+
if ($this->config->getKeyFile()) {
3440+
$options[RequestOptions::SSL_KEY] = $this->config->getKeyFile();
3441+
}
3442+
34353443
return $options;
34363444
}
34373445

lib/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* The version of the OpenAPI document: 1.0.0-alpha1
1818
* Contact: gopad@webhippie.de
1919
* Generated by: https://openapi-generator.tech
20-
* Generator version: 7.16.0
20+
* Generator version: 7.17.0
2121
*/
2222

2323
/**

0 commit comments

Comments
 (0)