@orangefox-recovery/foxclient 5.1.1 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ docs/ReleaseGroupsResponse.md
21
21
  docs/ReleaseResponse.md
22
22
  docs/ReleaseType.md
23
23
  docs/ReleasesSort.md
24
- docs/ResponseGetReleasesReleasesGet.md
24
+ docs/ResponseGetReleases.md
25
25
  docs/ShortDeviceResponse.md
26
26
  docs/ShortReleaseResponse.md
27
27
  docs/StatsApi.md
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @orangefox-recovery/foxclient@5.1.1
1
+ ## @orangefox-recovery/foxclient@5.2.1
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @orangefox-recovery/foxclient@5.1.1 --save
39
+ npm install @orangefox-recovery/foxclient@5.2.1 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -47,19 +47,19 @@ npm install PATH_TO_GENERATED_PACKAGE --save
47
47
 
48
48
  ### Documentation for API Endpoints
49
49
 
50
- All URIs are relative to *http://localhost*
50
+ All URIs are relative to *https://api.orangefox.download*
51
51
 
52
52
  Class | Method | HTTP request | Description
53
53
  ------------ | ------------- | ------------- | -------------
54
- *DeviceApi* | [**getDeviceDevicesDeviceIdGet**](docs/DeviceApi.md#getdevicedevicesdeviceidget) | **GET** /devices/{device_id} | Get Device
55
- *DeviceApi* | [**getDeviceExtendedDevicesGetGet**](docs/DeviceApi.md#getdeviceextendeddevicesgetget) | **GET** /devices/get | Get Device Extended
56
- *DeviceApi* | [**getDevicesListDevicesGet**](docs/DeviceApi.md#getdeviceslistdevicesget) | **GET** /devices/ | Get Devices List
57
- *DeviceApi* | [**getOemsListOemsGet**](docs/DeviceApi.md#getoemslistoemsget) | **GET** /oems/ | Get Oems List
58
- *ReleaseApi* | [**getReleaseExtendedReleasesGetGet**](docs/ReleaseApi.md#getreleaseextendedreleasesgetget) | **GET** /releases/get | Get Release Extended
59
- *ReleaseApi* | [**getReleaseReleasesReleaseIdGet**](docs/ReleaseApi.md#getreleasereleasesreleaseidget) | **GET** /releases/{release_id} | Get Release
60
- *ReleaseApi* | [**getReleasesReleasesGet**](docs/ReleaseApi.md#getreleasesreleasesget) | **GET** /releases/ | Get Releases
61
- *ReleaseApi* | [**getUpdatesUpdatesLastKnownIdGet**](docs/ReleaseApi.md#getupdatesupdateslastknownidget) | **GET** /updates/{last_known_id} | Get Updates
62
- *StatsApi* | [**publicStatsStatsGet**](docs/StatsApi.md#publicstatsstatsget) | **GET** /stats/ | Public Stats
54
+ *DeviceApi* | [**getDevice**](docs/DeviceApi.md#getdevice) | **GET** /devices/get | Get Device
55
+ *DeviceApi* | [**getDeviceDeprecated**](docs/DeviceApi.md#getdevicedeprecated) | **GET** /devices/{device_id} | Get Device Short
56
+ *DeviceApi* | [**getDevices**](docs/DeviceApi.md#getdevices) | **GET** /devices/ | Get Devices
57
+ *DeviceApi* | [**getOems**](docs/DeviceApi.md#getoems) | **GET** /oems/ | Get Oems
58
+ *ReleaseApi* | [**getRelease**](docs/ReleaseApi.md#getrelease) | **GET** /releases/get | Get Release
59
+ *ReleaseApi* | [**getReleaseDeprecated**](docs/ReleaseApi.md#getreleasedeprecated) | **GET** /releases/{release_id} | Get Release Short
60
+ *ReleaseApi* | [**getReleases**](docs/ReleaseApi.md#getreleases) | **GET** /releases/ | Get Releases
61
+ *ReleaseApi* | [**getUpdatesDeprecated**](docs/ReleaseApi.md#getupdatesdeprecated) | **GET** /updates/{last_known_id} | Get Updates
62
+ *StatsApi* | [**getPublicStats**](docs/StatsApi.md#getpublicstats) | **GET** /stats/ | Public Stats
63
63
 
64
64
 
65
65
  ### Documentation For Models
@@ -77,7 +77,7 @@ Class | Method | HTTP request | Description
77
77
  - [ReleaseResponse](docs/ReleaseResponse.md)
78
78
  - [ReleaseType](docs/ReleaseType.md)
79
79
  - [ReleasesSort](docs/ReleasesSort.md)
80
- - [ResponseGetReleasesReleasesGet](docs/ResponseGetReleasesReleasesGet.md)
80
+ - [ResponseGetReleases](docs/ResponseGetReleases.md)
81
81
  - [ShortDeviceResponse](docs/ShortDeviceResponse.md)
82
82
  - [ShortReleaseResponse](docs/ShortReleaseResponse.md)
83
83
  - [ValidationError](docs/ValidationError.md)