File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: c921ac1f-7be5-423b-b385-7f3f7aaa6ba4
33management:
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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change 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
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212php :
13- version : 0.10.0
13+ version : 0.10.1
1414 flattenGlobalSecurity : true
1515 imports :
1616 option : openapi
Original file line number Diff line number Diff line change 99namespace 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. */
3513enum Code: string
3614{
3715 case InvalidPhoneNumber = 'invalid_phone_number ' ;
Original file line number Diff line number Diff line change 1212class 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 */
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments