Skip to content

Commit

Permalink
Update generated client
Browse files Browse the repository at this point in the history
  • Loading branch information
mittwald-machine committed Mar 29, 2024
1 parent ef2103d commit a63206e
Show file tree
Hide file tree
Showing 18 changed files with 1,633 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AddPhoneNumberRequest
'body' => [
'properties' => [
'phoneNumber' => [
'format' => 'phone',
'example' => '+491701234567',
'type' => 'string',
],
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AddPhoneNumberRequestBody
private static array $schema = [
'properties' => [
'phoneNumber' => [
'format' => 'phone',
'example' => '+491701234567',
'type' => 'string',
],
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class DeprecatedUserServicePhoneNumberAddRequest
'body' => [
'properties' => [
'phoneNumber' => [
'format' => 'phone',
'type' => 'string',
],
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class DeprecatedUserServicePhoneNumberAddRequestBody
private static array $schema = [
'properties' => [
'phoneNumber' => [
'format' => 'phone',
'type' => 'string',
],
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DeprecatedUserServicePhoneNumberVerifyRequest
'type' => 'string',
],
'phoneNumber' => [
'format' => 'phone',
'example' => '+491701234567',
'type' => 'string',
],
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DeprecatedUserServicePhoneNumberVerifyRequestBody
'type' => 'string',
],
'phoneNumber' => [
'format' => 'phone',
'example' => '+491701234567',
'type' => 'string',
],
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class VerifyPhoneNumberRequest
'type' => 'string',
],
'phoneNumber' => [
'format' => 'phone',
'example' => '+491701234567',
'type' => 'string',
],
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class VerifyPhoneNumberRequestBody
'type' => 'string',
],
'phoneNumber' => [
'format' => 'phone',
'example' => '+491701234567',
'type' => 'string',
],
],
Expand Down
2 changes: 1 addition & 1 deletion src/Generated/V2/Schemas/Dns/RecordTXTComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class RecordTXTComponent
'properties' => [
'entries' => [
'items' => [
'maxLength' => 100,
'maxLength' => 2048,
'type' => 'string',
],
'maxItems' => 20,
Expand Down
1 change: 0 additions & 1 deletion src/Generated/V2/Schemas/Domain/Domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class Domain
'format' => 'hostname',
'type' => 'string',
],
'minItems' => 2,
'type' => 'array',
'uniqueItems' => true,
],
Expand Down
Loading

0 comments on commit a63206e

Please sign in to comment.