Skip to content

Commit aa1d73f

Browse files
committed
Update php SDK from OpenAPI spec
1 parent a0ccae6 commit aa1d73f

29 files changed

+3346
-16
lines changed

.openapi-generator/FILES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ docs/Api/UsersApi.md
1515
docs/Model/ClientProfileResource.md
1616
docs/Model/ClientProfileResourceComputer.md
1717
docs/Model/ComputerResource.md
18+
docs/Model/ComputerResourceHardware.md
19+
docs/Model/ComputerResourceHardwareAnyOf.md
20+
docs/Model/ComputerResourceHardwareAnyOf1.md
21+
docs/Model/ComputerResourceHardwareAnyOfPeripherals.md
22+
docs/Model/ComputerResourceHardwareAnyOfSystem.md
1823
docs/Model/ComputerResourceTotals.md
1924
docs/Model/DetailedSubteamResource.md
2025
docs/Model/DetailedSubteamResourceLinks.md
@@ -75,6 +80,11 @@ lib/HeaderSelector.php
7580
lib/Model/ClientProfileResource.php
7681
lib/Model/ClientProfileResourceComputer.php
7782
lib/Model/ComputerResource.php
83+
lib/Model/ComputerResourceHardware.php
84+
lib/Model/ComputerResourceHardwareAnyOf.php
85+
lib/Model/ComputerResourceHardwareAnyOf1.php
86+
lib/Model/ComputerResourceHardwareAnyOfPeripherals.php
87+
lib/Model/ComputerResourceHardwareAnyOfSystem.php
7888
lib/Model/ComputerResourceTotals.php
7989
lib/Model/DetailedSubteamResource.php
8090
lib/Model/DetailedSubteamResourceLinks.php
@@ -121,3 +131,8 @@ lib/Model/V1UsersTimeSeries200Response.php
121131
lib/Model/V1UsersTimeSeries200ResponseFilters.php
122132
lib/ObjectSerializer.php
123133
phpunit.xml.dist
134+
test/Model/ComputerResourceHardwareAnyOf1Test.php
135+
test/Model/ComputerResourceHardwareAnyOfPeripheralsTest.php
136+
test/Model/ComputerResourceHardwareAnyOfSystemTest.php
137+
test/Model/ComputerResourceHardwareAnyOfTest.php
138+
test/Model/ComputerResourceHardwareTest.php

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ try {
5151

5252
## API Endpoints
5353

54-
All URIs are relative to *https://whatpulse.org/api/v1*
54+
All URIs are relative to *https://whatpulse.test/api/v1*
5555

5656
Class | Method | HTTP request | Description
5757
------------ | ------------- | ------------- | -------------
@@ -73,6 +73,11 @@ Class | Method | HTTP request | Description
7373
- [ClientProfileResource](docs/Model/ClientProfileResource.md)
7474
- [ClientProfileResourceComputer](docs/Model/ClientProfileResourceComputer.md)
7575
- [ComputerResource](docs/Model/ComputerResource.md)
76+
- [ComputerResourceHardware](docs/Model/ComputerResourceHardware.md)
77+
- [ComputerResourceHardwareAnyOf](docs/Model/ComputerResourceHardwareAnyOf.md)
78+
- [ComputerResourceHardwareAnyOf1](docs/Model/ComputerResourceHardwareAnyOf1.md)
79+
- [ComputerResourceHardwareAnyOfPeripherals](docs/Model/ComputerResourceHardwareAnyOfPeripherals.md)
80+
- [ComputerResourceHardwareAnyOfSystem](docs/Model/ComputerResourceHardwareAnyOfSystem.md)
7681
- [ComputerResourceTotals](docs/Model/ComputerResourceTotals.md)
7782
- [DetailedSubteamResource](docs/Model/DetailedSubteamResource.md)
7883
- [DetailedSubteamResourceLinks](docs/Model/DetailedSubteamResourceLinks.md)

docs/Api/ComputersApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WhatPulse\ComputersApi
22

3-
All URIs are relative to https://whatpulse.org/api/v1, except if the operation defines another base path.
3+
All URIs are relative to https://whatpulse.test/api/v1, except if the operation defines another base path.
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |

docs/Api/MembersApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WhatPulse\MembersApi
22

3-
All URIs are relative to https://whatpulse.org/api/v1, except if the operation defines another base path.
3+
All URIs are relative to https://whatpulse.test/api/v1, except if the operation defines another base path.
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |

docs/Api/ProfilesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WhatPulse\ProfilesApi
22

3-
All URIs are relative to https://whatpulse.org/api/v1, except if the operation defines another base path.
3+
All URIs are relative to https://whatpulse.test/api/v1, except if the operation defines another base path.
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |

docs/Api/PulsesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WhatPulse\PulsesApi
22

3-
All URIs are relative to https://whatpulse.org/api/v1, except if the operation defines another base path.
3+
All URIs are relative to https://whatpulse.test/api/v1, except if the operation defines another base path.
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |

docs/Api/SubteamMembersApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WhatPulse\SubteamMembersApi
22

3-
All URIs are relative to https://whatpulse.org/api/v1, except if the operation defines another base path.
3+
All URIs are relative to https://whatpulse.test/api/v1, except if the operation defines another base path.
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |

docs/Api/SubteamsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WhatPulse\SubteamsApi
22

3-
All URIs are relative to https://whatpulse.org/api/v1, except if the operation defines another base path.
3+
All URIs are relative to https://whatpulse.test/api/v1, except if the operation defines another base path.
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |

docs/Api/TeamsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WhatPulse\TeamsApi
22

3-
All URIs are relative to https://whatpulse.org/api/v1, except if the operation defines another base path.
3+
All URIs are relative to https://whatpulse.test/api/v1, except if the operation defines another base path.
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |

docs/Api/TimeSeriesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WhatPulse\TimeSeriesApi
22

3-
All URIs are relative to https://whatpulse.org/api/v1, except if the operation defines another base path.
3+
All URIs are relative to https://whatpulse.test/api/v1, except if the operation defines another base path.
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |

0 commit comments

Comments
 (0)