Skip to content

Commit 9b453a6

Browse files
authored
Bump up openapi generator version to 7.10.0 (#640)
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.
1 parent 2114ccc commit 9b453a6

File tree

532 files changed

+7374
-65988
lines changed

Some content is hidden

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

532 files changed

+7374
-65988
lines changed

.github/workflows/diff-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
php-version: 8.2
3030

3131
# Install openapi-generator-cli
32-
- run: echo "OPENAPI_GENERATOR_VERSION=6.6.0" >> $GITHUB_ENV
32+
- run: echo "OPENAPI_GENERATOR_VERSION=7.10.0" >> $GITHUB_ENV
3333
- uses: actions/cache@v4
3434
id: openapi-generator-cache
3535
env:

.github/workflows/php-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
php-version: ${{ matrix.php }}
3333

3434
- name: Install openapi-generator-cli
35-
run: echo "OPENAPI_GENERATOR_VERSION=6.6.0" >> $GITHUB_ENV
35+
run: echo "OPENAPI_GENERATOR_VERSION=7.10.0" >> $GITHUB_ENV
3636
- uses: actions/cache@v4
3737
id: openapi-generator-cache
3838
env:

docs/classes/LINE-Clients-ChannelAccessToken-Api-ChannelAccessTokenApi.html

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Clients-ChannelAccessToken-ApiException.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h3 id="toc">
212212
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
213213
<a href="classes/LINE-Clients-ChannelAccessToken-ApiException.html#property_responseHeaders">$responseHeaders</a>
214214
<span>
215-
&nbsp;: array&lt;string|int, string&gt;|null </span>
215+
&nbsp;: array&lt;string|int, array&lt;string|int, string&gt;&gt;|null </span>
216216
</dt>
217217
<dd>The HTTP header of the server response.</dd>
218218

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

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

328328
<code class="phpdocumentor-code phpdocumentor-signature ">
329329
<span class="phpdocumentor-signature__visibility">protected</span>
330-
<span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;|null</span>
330+
<span class="phpdocumentor-signature__type">array&lt;string|int, array&lt;string|int, string&gt;&gt;|null</span>
331331
<span class="phpdocumentor-signature__name">$responseHeaders</span>
332332
</code>
333333

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

398398
<code class="phpdocumentor-code phpdocumentor-signature ">
399399
<span class="phpdocumentor-signature__visibility">public</span>
400-
<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>
400+
<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>
401401

402402

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

505505
<code class="phpdocumentor-code phpdocumentor-signature ">
506506
<span class="phpdocumentor-signature__visibility">public</span>
507-
<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>
507+
<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>
508508

509509

510510

511511

512512

513513
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
514-
<span class="phpdocumentor-signature__response_type">array&lt;string|int, string&gt;|null</span>
514+
<span class="phpdocumentor-signature__response_type">array&lt;string|int, array&lt;string|int, string&gt;&gt;|null</span>
515515
&mdash;
516516
<section class="phpdocumentor-description"><p>HTTP response header</p>
517517
</section>

docs/classes/LINE-Clients-ChannelAccessToken-Configuration.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,17 +1474,18 @@ <h4 class="phpdocumentor-element__name" id="method_getHostString">
14741474

14751475
<code class="phpdocumentor-code phpdocumentor-signature ">
14761476
<span class="phpdocumentor-signature__visibility">public</span>
1477-
<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>
1477+
<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>
14781478

14791479

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

14891490
</dd>
14901491
<dt class="phpdocumentor-argument-list__entry">
@@ -1841,7 +1842,8 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
18411842
: <span class="phpdocumentor-signature__argument__return-type">string</span>
18421843
</dt>
18431844
<dd class="phpdocumentor-argument-list__definition">
1844-
<section class="phpdocumentor-description"></section>
1845+
<section class="phpdocumentor-description"><p>Boolean format for query string</p>
1846+
</section>
18451847

18461848
</dd>
18471849
</dl>

0 commit comments

Comments
 (0)