Skip to content

Commit 7355b5d

Browse files
committed
Generated from 'underscore routes' 2022-12-19 with OpenAPI Generator 6.2.1.
1 parent 47f204b commit 7355b5d

4 files changed

+16
-16
lines changed

lib/Model/GetCharactersCharacterIdClonesJumpClone.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ public function listInvalidProperties()
321321
if ($this->container['implants'] === null) {
322322
$invalidProperties[] = "'implants' can't be null";
323323
}
324-
if ((count($this->container['implants']) > 11)) {
325-
$invalidProperties[] = "invalid value for 'implants', number of items must be less than or equal to 11.";
324+
if ((count($this->container['implants']) > 64)) {
325+
$invalidProperties[] = "invalid value for 'implants', number of items must be less than or equal to 64.";
326326
}
327327

328328
if ($this->container['jump_clone_id'] === null) {
@@ -378,8 +378,8 @@ public function getImplants()
378378
public function setImplants($implants)
379379
{
380380

381-
if ((count($implants) > 11)) {
382-
throw new \InvalidArgumentException('invalid value for $implants when calling GetCharactersCharacterIdClonesJumpClone., number of items must be less than or equal to 11.');
381+
if ((count($implants) > 64)) {
382+
throw new \InvalidArgumentException('invalid value for $implants when calling GetCharactersCharacterIdClonesJumpClone., number of items must be less than or equal to 64.');
383383
}
384384

385385
if (is_null($implants)) {

lib/Model/GetCharactersCharacterIdClonesOk.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ public function listInvalidProperties()
299299
if ($this->container['jump_clones'] === null) {
300300
$invalidProperties[] = "'jump_clones' can't be null";
301301
}
302-
if ((count($this->container['jump_clones']) > 10)) {
303-
$invalidProperties[] = "invalid value for 'jump_clones', number of items must be less than or equal to 10.";
302+
if ((count($this->container['jump_clones']) > 64)) {
303+
$invalidProperties[] = "invalid value for 'jump_clones', number of items must be less than or equal to 64.";
304304
}
305305

306306
return $invalidProperties;
@@ -367,8 +367,8 @@ public function getJumpClones()
367367
public function setJumpClones($jump_clones)
368368
{
369369

370-
if ((count($jump_clones) > 10)) {
371-
throw new \InvalidArgumentException('invalid value for $jump_clones when calling GetCharactersCharacterIdClonesOk., number of items must be less than or equal to 10.');
370+
if ((count($jump_clones) > 64)) {
371+
throw new \InvalidArgumentException('invalid value for $jump_clones when calling GetCharactersCharacterIdClonesOk., number of items must be less than or equal to 64.');
372372
}
373373

374374
if (is_null($jump_clones)) {

lib/Model/GetCharactersCharacterIdFittings200Ok.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ public function listInvalidProperties()
312312
if ($this->container['items'] === null) {
313313
$invalidProperties[] = "'items' can't be null";
314314
}
315-
if ((count($this->container['items']) > 255)) {
316-
$invalidProperties[] = "invalid value for 'items', number of items must be less than or equal to 255.";
315+
if ((count($this->container['items']) > 512)) {
316+
$invalidProperties[] = "invalid value for 'items', number of items must be less than or equal to 512.";
317317
}
318318

319319
if ($this->container['name'] === null) {
@@ -415,8 +415,8 @@ public function getItems()
415415
public function setItems($items)
416416
{
417417

418-
if ((count($items) > 255)) {
419-
throw new \InvalidArgumentException('invalid value for $items when calling GetCharactersCharacterIdFittings200Ok., number of items must be less than or equal to 255.');
418+
if ((count($items) > 512)) {
419+
throw new \InvalidArgumentException('invalid value for $items when calling GetCharactersCharacterIdFittings200Ok., number of items must be less than or equal to 512.');
420420
}
421421

422422
if (is_null($items)) {

lib/Model/PostCharactersCharacterIdFittingsFitting.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ public function listInvalidProperties()
310310
if ($this->container['items'] === null) {
311311
$invalidProperties[] = "'items' can't be null";
312312
}
313-
if ((count($this->container['items']) > 255)) {
314-
$invalidProperties[] = "invalid value for 'items', number of items must be less than or equal to 255.";
313+
if ((count($this->container['items']) > 512)) {
314+
$invalidProperties[] = "invalid value for 'items', number of items must be less than or equal to 512.";
315315
}
316316

317317
if ((count($this->container['items']) < 1)) {
@@ -403,8 +403,8 @@ public function getItems()
403403
public function setItems($items)
404404
{
405405

406-
if ((count($items) > 255)) {
407-
throw new \InvalidArgumentException('invalid value for $items when calling PostCharactersCharacterIdFittingsFitting., number of items must be less than or equal to 255.');
406+
if ((count($items) > 512)) {
407+
throw new \InvalidArgumentException('invalid value for $items when calling PostCharactersCharacterIdFittingsFitting., number of items must be less than or equal to 512.');
408408
}
409409
if ((count($items) < 1)) {
410410
throw new \InvalidArgumentException('invalid length for $items when calling PostCharactersCharacterIdFittingsFitting., number of items must be greater than or equal to 1.');

0 commit comments

Comments
 (0)