Skip to content

Commit 5b751ef

Browse files
committed
Update php SDK from OpenAPI spec
1 parent eecd0e6 commit 5b751ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Model/ComputerResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Name | Type | Description | Notes
1212
**totals** | [**\WhatPulse\Model\ComputerResourceTotals**](ComputerResourceTotals.md) | |
1313
**pulses** | **int** | The total number of pulses recorded for this computer. |
1414
**last_pulse_date** | **string** | The date and time of the last pulse recorded for this computer. |
15-
**hardware** | **object[]** | Hardware specifications and peripherals, if available. |
15+
**hardware** | **mixed[]** | Hardware specifications and peripherals, if available. |
1616

1717
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

lib/Model/ComputerResource.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ComputerResource implements ModelInterface, ArrayAccess, \JsonSerializable
6565
'totals' => '\WhatPulse\Model\ComputerResourceTotals',
6666
'pulses' => 'int',
6767
'last_pulse_date' => 'string',
68-
'hardware' => 'object[]'
68+
'hardware' => 'mixed[]'
6969
];
7070

7171
/**
@@ -641,7 +641,7 @@ public function setLastPulseDate($last_pulse_date)
641641
/**
642642
* Gets hardware
643643
*
644-
* @return object[]
644+
* @return mixed[]
645645
*/
646646
public function getHardware()
647647
{
@@ -651,7 +651,7 @@ public function getHardware()
651651
/**
652652
* Sets hardware
653653
*
654-
* @param object[] $hardware Hardware specifications and peripherals, if available.
654+
* @param mixed[] $hardware Hardware specifications and peripherals, if available.
655655
*
656656
* @return self
657657
*/

0 commit comments

Comments
 (0)