Skip to content

Commit 3f8dc01

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.295.0
1 parent f56f359 commit 3f8dc01

8 files changed

Lines changed: 26 additions & 77 deletions

File tree

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: c921ac1f-7be5-423b-b385-7f3f7aaa6ba4
33
management:
4-
docChecksum: cc5222e7ad6b4dd1fdcb132656060fd6
4+
docChecksum: ae16b62a3e75707dc8c8098ef538764b
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.293.1
6+
speakeasyVersion: 1.295.0
77
generationVersion: 2.333.3
8-
releaseVersion: 0.10.0
9-
configChecksum: 60aef089b931bf65458dba2e4e7effa9
8+
releaseVersion: 0.10.1
9+
configChecksum: 4fff35b2b12c7e7f1291de58185e9746
1010
repoURL: https://github.com/ding-live/ding-php.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/ding-live/ding-php

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,14 @@ Based on:
288288
### Generated
289289
- [php v0.10.0] .
290290
### Releases
291-
- [Composer v0.10.0] https://packagist.org/packages/ding-live/ding-php#v0.10.0 - .
291+
- [Composer v0.10.0] https://packagist.org/packages/ding-live/ding-php#v0.10.0 - .
292+
293+
## 2024-05-22 14:59:26
294+
### Changes
295+
Based on:
296+
- OpenAPI Doc 1.0.0
297+
- Speakeasy CLI 1.295.0 (2.333.3) https://github.com/speakeasy-api/speakeasy
298+
### Generated
299+
- [php v0.10.1] .
300+
### Releases
301+
- [Composer v0.10.1] https://packagist.org/packages/ding-live/ding-php#v0.10.1 - .

docs/Models/Shared/Code.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
# Code
22

3-
A machine-readable code that describes the error. Possible values are:
4-
* `invalid_phone_number` - This is not a valid E.164 number.
5-
* `internal_server_error` - An internal server error occurred.
6-
* `bad_request` - The request was malformed.
7-
* `account_invalid` - The provided customer UUID is invalid.
8-
* `negative_balance` - You have a negative balance.
9-
* `invalid_line` - Ding does not support this type of phone number.
10-
* `unsupported_region` - Ding does not support this region yet.
11-
* `invalid_auth_uuid` - The provided authentication UUID is invalid.
12-
* `blocked_number` - The phone number is in the blocklist.
13-
* `invalid_app_version` - The provided application version is invalid.
14-
* `invalid_os_version` - The provided OS version is invalid.
15-
* `invalid_device_model` - The provided device model is invalid.
16-
* `invalid_device_id` - The provided device ID is invalid.
17-
* `no_associated_auth_found` - The associated authentication was not found.
18-
* `duplicated_feedback_status` - Duplicated feedback status has found.
19-
* `invalid_feedback_status` - The provided feedback status is invalid.
20-
* `invalid_template_id` - The provided template ID is invalid.
21-
* `suspended_account` - Your account has been suspended.
22-
3+
A machine-readable code that describes the error.
234

245

256
## Values

docs/Models/Shared/ErrorResponse.md

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

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.0
13+
version: 0.10.1
1414
flattenGlobalSecurity: true
1515
imports:
1616
option: openapi

src/Models/Shared/Code.php

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,7 @@
99
namespace Ding\DingSDK\Models\Shared;
1010

1111

12-
/**
13-
* A machine-readable code that describes the error. Possible values are:
14-
*
15-
* * `invalid_phone_number` - This is not a valid E.164 number.
16-
* * `internal_server_error` - An internal server error occurred.
17-
* * `bad_request` - The request was malformed.
18-
* * `account_invalid` - The provided customer UUID is invalid.
19-
* * `negative_balance` - You have a negative balance.
20-
* * `invalid_line` - Ding does not support this type of phone number.
21-
* * `unsupported_region` - Ding does not support this region yet.
22-
* * `invalid_auth_uuid` - The provided authentication UUID is invalid.
23-
* * `blocked_number` - The phone number is in the blocklist.
24-
* * `invalid_app_version` - The provided application version is invalid.
25-
* * `invalid_os_version` - The provided OS version is invalid.
26-
* * `invalid_device_model` - The provided device model is invalid.
27-
* * `invalid_device_id` - The provided device ID is invalid.
28-
* * `no_associated_auth_found` - The associated authentication was not found.
29-
* * `duplicated_feedback_status` - Duplicated feedback status has found.
30-
* * `invalid_feedback_status` - The provided feedback status is invalid.
31-
* * `invalid_template_id` - The provided template ID is invalid.
32-
* * `suspended_account` - Your account has been suspended.
33-
*
34-
*/
12+
/** A machine-readable code that describes the error. */
3513
enum Code: string
3614
{
3715
case InvalidPhoneNumber = 'invalid_phone_number';

src/Models/Shared/ErrorResponse.php

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,7 @@
1212
class ErrorResponse
1313
{
1414
/**
15-
* A machine-readable code that describes the error. Possible values are:
16-
*
17-
* * `invalid_phone_number` - This is not a valid E.164 number.
18-
* * `internal_server_error` - An internal server error occurred.
19-
* * `bad_request` - The request was malformed.
20-
* * `account_invalid` - The provided customer UUID is invalid.
21-
* * `negative_balance` - You have a negative balance.
22-
* * `invalid_line` - Ding does not support this type of phone number.
23-
* * `unsupported_region` - Ding does not support this region yet.
24-
* * `invalid_auth_uuid` - The provided authentication UUID is invalid.
25-
* * `blocked_number` - The phone number is in the blocklist.
26-
* * `invalid_app_version` - The provided application version is invalid.
27-
* * `invalid_os_version` - The provided OS version is invalid.
28-
* * `invalid_device_model` - The provided device model is invalid.
29-
* * `invalid_device_id` - The provided device ID is invalid.
30-
* * `no_associated_auth_found` - The associated authentication was not found.
31-
* * `duplicated_feedback_status` - Duplicated feedback status has found.
32-
* * `invalid_feedback_status` - The provided feedback status is invalid.
33-
* * `invalid_template_id` - The provided template ID is invalid.
34-
* * `suspended_account` - Your account has been suspended.
35-
*
15+
* A machine-readable code that describes the error.
3616
*
3717
* @var ?\Ding\DingSDK\Models\Shared\Code $code
3818
*/

src/SDKConfiguration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ class SDKConfiguration
2424

2525
public string $openapiDocVersion = '1.0.0';
2626

27-
public string $sdkVersion = '0.10.0';
27+
public string $sdkVersion = '0.10.1';
2828

2929
public string $genVersion = '2.333.3';
3030

31-
public string $userAgent = 'speakeasy-sdk/php 0.10.0 2.333.3 1.0.0 ding-live/ding-php';
31+
public string $userAgent = 'speakeasy-sdk/php 0.10.1 2.333.3 1.0.0 ding-live/ding-php';
3232

3333
public function getServerUrl(): string
3434
{

0 commit comments

Comments
 (0)