Skip to content

Commit

Permalink
Bump up openapi generator version to 7.10.0 (#640)
Browse files Browse the repository at this point in the history
The version of the OpenAPI generator used internally has been updated
from 6.6.0 to 7.10.0.

`*AllOf` files have been removed as they are the same as the non-AllOf
files by openapi generator@v7.10.0. This is a breaking change, but users
should only need to replace it with non-AllOf file.
  • Loading branch information
Yang-33 authored Dec 26, 2024
1 parent 2114ccc commit 9b453a6
Show file tree
Hide file tree
Showing 532 changed files with 7,374 additions and 65,988 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/diff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
php-version: 8.2

# Install openapi-generator-cli
- run: echo "OPENAPI_GENERATOR_VERSION=6.6.0" >> $GITHUB_ENV
- run: echo "OPENAPI_GENERATOR_VERSION=7.10.0" >> $GITHUB_ENV
- uses: actions/cache@v4
id: openapi-generator-cache
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
php-version: ${{ matrix.php }}

- name: Install openapi-generator-cli
run: echo "OPENAPI_GENERATOR_VERSION=6.6.0" >> $GITHUB_ENV
run: echo "OPENAPI_GENERATOR_VERSION=7.10.0" >> $GITHUB_ENV
- uses: actions/cache@v4
id: openapi-generator-cache
env:
Expand Down

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/classes/LINE-Clients-ChannelAccessToken-ApiException.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/LINE-Clients-ChannelAccessToken-ApiException.html#property_responseHeaders">$responseHeaders</a>
<span>
&nbsp;: array&lt;string|int, string&gt;|null </span>
&nbsp;: array&lt;string|int, array&lt;string|int, string&gt;&gt;|null </span>
</dt>
<dd>The HTTP header of the server response.</dd>

Expand Down Expand Up @@ -240,7 +240,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/LINE-Clients-ChannelAccessToken-ApiException.html#method_getResponseHeaders">getResponseHeaders()</a>
<span>
&nbsp;: array&lt;string|int, string&gt;|null </span>
&nbsp;: array&lt;string|int, array&lt;string|int, string&gt;&gt;|null </span>
</dt>
<dd>Gets the HTTP response header</dd>

Expand Down Expand Up @@ -327,7 +327,7 @@ <h4 class="phpdocumentor-element__name" id="property_responseHeaders">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;|null</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, array&lt;string|int, string&gt;&gt;|null</span>
<span class="phpdocumentor-signature__name">$responseHeaders</span>
</code>

Expand Down Expand Up @@ -397,7 +397,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$message</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">&quot;&quot;</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$code</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, string&gt;|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$responseHeaders</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type"><abbr title="\stdClass">stdClass</abbr>|string|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$responseBody</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$message</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">&quot;&quot;</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$code</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, array&lt;string|int, string&gt;&gt;|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$responseHeaders</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type"><abbr title="\stdClass">stdClass</abbr>|string|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$responseBody</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
Expand All @@ -422,7 +422,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$responseHeaders</span>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, string&gt;|null</span>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, array&lt;string|int, string&gt;&gt;|null</span>
= <span class="phpdocumentor-signature__argument__default-value">[]</span> </dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>HTTP response header</p>
Expand Down Expand Up @@ -504,14 +504,14 @@ <h4 class="phpdocumentor-element__name" id="method_getResponseHeaders">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">getResponseHeaders</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, string&gt;|null</span></code>
<span class="phpdocumentor-signature__name">getResponseHeaders</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, array&lt;string|int, string&gt;&gt;|null</span></code>





<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">array&lt;string|int, string&gt;|null</span>
<span class="phpdocumentor-signature__response_type">array&lt;string|int, array&lt;string|int, string&gt;&gt;|null</span>
&mdash;
<section class="phpdocumentor-description"><p>HTTP response header</p>
</section>
Expand Down
10 changes: 6 additions & 4 deletions docs/classes/LINE-Clients-ChannelAccessToken-Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1474,17 +1474,18 @@ <h4 class="phpdocumentor-element__name" id="method_getHostString">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">getHostString</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$hostsSettings</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$hostIndex</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$variables</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">getHostString</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$hostSettings</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$hostIndex</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$variables</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$hostsSettings</span>
<span class="phpdocumentor-signature__argument__name">$hostSettings</span>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"></section>
<section class="phpdocumentor-description"><p>array of host settings, generated from getHostSettings() or equivalent from the API clients</p>
</section>

</dd>
<dt class="phpdocumentor-argument-list__entry">
Expand Down Expand Up @@ -1841,7 +1842,8 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
: <span class="phpdocumentor-signature__argument__return-type">string</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"></section>
<section class="phpdocumentor-description"><p>Boolean format for query string</p>
</section>

</dd>
</dl>
Expand Down
Loading

0 comments on commit 9b453a6

Please sign in to comment.