Skip to content

Commit 4d19ade

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.346.0
1 parent 4689a0e commit 4d19ade

50 files changed

Lines changed: 69 additions & 58 deletions

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ id: c921ac1f-7be5-423b-b385-7f3f7aaa6ba4
33
management:
44
docChecksum: 85248a8dd6a5cd6fea1b82dfc30249e9
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.337.1
7-
generationVersion: 2.373.2
8-
releaseVersion: 0.10.4
9-
configChecksum: 72b8d40bc25dc116a4ac25b7fb89f7e3
6+
speakeasyVersion: 1.346.0
7+
generationVersion: 2.379.3
8+
releaseVersion: 0.10.5
9+
configChecksum: c3f08401415aa9eacbd7728c1d31086b
1010
repoURL: https://github.com/ding-live/ding-php.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/ding-live/ding-php
1313
published: true
1414
features:
1515
php:
16-
core: 3.3.8
16+
core: 3.3.10
1717
examples: 2.81.3
1818
flattening: 2.81.1
1919
globalSecurity: 2.81.6

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,14 @@ Based on:
328328
### Generated
329329
- [php v0.10.4] .
330330
### Releases
331-
- [Composer v0.10.4] https://packagist.org/packages/ding-live/ding-php#v0.10.4 - .
331+
- [Composer v0.10.4] https://packagist.org/packages/ding-live/ding-php#v0.10.4 - .
332+
333+
## 2024-07-26 00:23:58
334+
### Changes
335+
Based on:
336+
- OpenAPI Doc 1.0.0
337+
- Speakeasy CLI 1.346.0 (2.379.3) https://github.com/speakeasy-api/speakeasy
338+
### Generated
339+
- [php v0.10.5] .
340+
### Releases
341+
- [Composer v0.10.5] https://packagist.org/packages/ding-live/ding-php#v0.10.5 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
php:
13-
version: 0.10.4
13+
version: 0.10.5
1414
flattenGlobalSecurity: true
1515
imports:
1616
option: openapi

pint.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"no_blank_lines_after_class_opening": false,
1313
"single_line_after_imports": false,
1414
"no_trailing_whitespace_in_comment": false,
15-
"single_line_empty_body": false
15+
"single_line_empty_body": false,
16+
"new_with_parentheses": false
1617
}
17-
}
18+
}

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
4+
* Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
55
*/
66

77
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;

src/Ding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
4+
* Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
55
*/
66

77
declare(strict_types=1);

src/DingBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
4+
* Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
55
*/
66

77
declare(strict_types=1);

src/Lookup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
4+
* Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
55
*/
66

77
declare(strict_types=1);

src/Models/Operations/CheckResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
4+
* Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
55
*/
66

77
declare(strict_types=1);

src/Models/Operations/CreateAuthenticationResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
4+
* Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
55
*/
66

77
declare(strict_types=1);

0 commit comments

Comments
 (0)