@ourskyai/platform-api 1.4.158 → 1.4.188

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @ourskyai/platform-api@1.4.158
1
+ ## @ourskyai/platform-api@1.4.188
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 @ourskyai/platform-api@1.4.158 --save
39
+ npm install @ourskyai/platform-api@1.4.188 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1143,6 +1143,10 @@ export interface V1NodeController {
1143
1143
  * Monotonically increasing numeric identifier for the board type. Matches the `HardwareRevision` enum reported by hardware-daemon. Optional — may be absent on controllers that registered before this field was reported.
1144
1144
  */
1145
1145
  'hardwareRevision'?: number;
1146
+ /**
1147
+ * The product revision this controller\'s hardware revision rolls up to. Derived server-side from `hardwareRevision`. Absent when the hardware revision is unknown or unmapped.
1148
+ */
1149
+ 'productRevision'?: V1ProductRevision;
1146
1150
  'macAddresses'?: Array<V1NodeControllerMacAddressesInner>;
1147
1151
  'status': V1NodeControllerStatus;
1148
1152
  'createdAt'?: string;
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * OurSky Platform
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
  *
6
- * The version of the OpenAPI document: 1.4.158
6
+ * The version of the OpenAPI document: 1.4.188
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -991,6 +991,10 @@ export interface V1NodeController {
991
991
  * Monotonically increasing numeric identifier for the board type. Matches the `HardwareRevision` enum reported by hardware-daemon. Optional — may be absent on controllers that registered before this field was reported.
992
992
  */
993
993
  'hardwareRevision'?: number;
994
+ /**
995
+ * The product revision this controller\'s hardware revision rolls up to. Derived server-side from `hardwareRevision`. Absent when the hardware revision is unknown or unmapped.
996
+ */
997
+ 'productRevision'?: V1ProductRevision;
994
998
  'macAddresses'?: Array<V1NodeControllerMacAddressesInner>;
995
999
  'status': V1NodeControllerStatus;
996
1000
  'createdAt'?: string;
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.158
8
+ * The version of the OpenAPI document: 1.4.188
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.158
8
+ * The version of the OpenAPI document: 1.4.188
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.158
8
+ * The version of the OpenAPI document: 1.4.188
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -991,6 +991,10 @@ export interface V1NodeController {
991
991
  * Monotonically increasing numeric identifier for the board type. Matches the `HardwareRevision` enum reported by hardware-daemon. Optional — may be absent on controllers that registered before this field was reported.
992
992
  */
993
993
  'hardwareRevision'?: number;
994
+ /**
995
+ * The product revision this controller\'s hardware revision rolls up to. Derived server-side from `hardwareRevision`. Absent when the hardware revision is unknown or unmapped.
996
+ */
997
+ 'productRevision'?: V1ProductRevision;
994
998
  'macAddresses'?: Array<V1NodeControllerMacAddressesInner>;
995
999
  'status': V1NodeControllerStatus;
996
1000
  'createdAt'?: string;
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,7 @@
3
3
  * OurSky Platform
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
  *
6
- * The version of the OpenAPI document: 1.4.158
6
+ * The version of the OpenAPI document: 1.4.188
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.4.158
8
+ * The version of the OpenAPI document: 1.4.188
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **systemVariant** | [**V1SystemVariant**](V1SystemVariant.md) | | [default to undefined]
11
11
  **chipSerialNumber** | **number** | | [optional] [default to undefined]
12
12
  **hardwareRevision** | **number** | Monotonically increasing numeric identifier for the board type. Matches the &#x60;HardwareRevision&#x60; enum reported by hardware-daemon. Optional — may be absent on controllers that registered before this field was reported. | [optional] [default to undefined]
13
+ **productRevision** | [**V1ProductRevision**](V1ProductRevision.md) | The product revision this controller\&#39;s hardware revision rolls up to. Derived server-side from &#x60;hardwareRevision&#x60;. Absent when the hardware revision is unknown or unmapped. | [optional] [default to undefined]
13
14
  **macAddresses** | [**Array&lt;V1NodeControllerMacAddressesInner&gt;**](V1NodeControllerMacAddressesInner.md) | | [optional] [default to undefined]
14
15
  **status** | [**V1NodeControllerStatus**](V1NodeControllerStatus.md) | | [default to undefined]
15
16
  **createdAt** | **string** | | [optional] [default to undefined]
@@ -26,6 +27,7 @@ const instance: V1NodeController = {
26
27
  systemVariant,
27
28
  chipSerialNumber,
28
29
  hardwareRevision,
30
+ productRevision,
29
31
  macAddresses,
30
32
  status,
31
33
  createdAt,
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ourskyai/platform-api",
3
- "version": "1.4.158",
3
+ "version": "1.4.188",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {