@ourskyai/platform-api 1.3.2337 → 1.3.2388

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.3.2337
1
+ ## @ourskyai/platform-api@1.3.2388
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.3.2337 --save
39
+ npm install @ourskyai/platform-api@1.3.2388 --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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -113,7 +113,8 @@ export interface Location {
113
113
 
114
114
  export const MetricType = {
115
115
  COUNT: 'COUNT',
116
- DISTRIBUTION: 'DISTRIBUTION'
116
+ DISTRIBUTION: 'DISTRIBUTION',
117
+ GAUGE: 'GAUGE'
117
118
  } as const;
118
119
 
119
120
  export type MetricType = typeof MetricType[keyof typeof MetricType];
@@ -145,7 +146,8 @@ export const NodeState = {
145
146
  OFFLINE: 'OFFLINE',
146
147
  UNAVAILABLE: 'UNAVAILABLE',
147
148
  UNKNOWN: 'UNKNOWN',
148
- SUPERSEDED: 'SUPERSEDED'
149
+ SUPERSEDED: 'SUPERSEDED',
150
+ DECOMMISSIONED: 'DECOMMISSIONED'
149
151
  } as const;
150
152
 
151
153
  export type NodeState = typeof NodeState[keyof typeof NodeState];
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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
8
8
  *
9
9
  *
10
10
  * 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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -95,6 +95,7 @@ export interface Location {
95
95
  export declare const MetricType: {
96
96
  readonly COUNT: "COUNT";
97
97
  readonly DISTRIBUTION: "DISTRIBUTION";
98
+ readonly GAUGE: "GAUGE";
98
99
  };
99
100
  export type MetricType = typeof MetricType[keyof typeof MetricType];
100
101
  /**
@@ -119,6 +120,7 @@ export declare const NodeState: {
119
120
  readonly UNAVAILABLE: "UNAVAILABLE";
120
121
  readonly UNKNOWN: "UNKNOWN";
121
122
  readonly SUPERSEDED: "SUPERSEDED";
123
+ readonly DECOMMISSIONED: "DECOMMISSIONED";
122
124
  };
123
125
  export type NodeState = typeof NodeState[keyof typeof NodeState];
124
126
  /**
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.3.2337
8
+ * The version of the OpenAPI document: 1.3.2388
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -70,7 +70,8 @@ exports.FilterType = {
70
70
  */
71
71
  exports.MetricType = {
72
72
  COUNT: 'COUNT',
73
- DISTRIBUTION: 'DISTRIBUTION'
73
+ DISTRIBUTION: 'DISTRIBUTION',
74
+ GAUGE: 'GAUGE'
74
75
  };
75
76
  /**
76
77
  *
@@ -92,7 +93,8 @@ exports.NodeState = {
92
93
  OFFLINE: 'OFFLINE',
93
94
  UNAVAILABLE: 'UNAVAILABLE',
94
95
  UNKNOWN: 'UNKNOWN',
95
- SUPERSEDED: 'SUPERSEDED'
96
+ SUPERSEDED: 'SUPERSEDED',
97
+ DECOMMISSIONED: 'DECOMMISSIONED'
96
98
  };
97
99
  /**
98
100
  *
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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
8
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
8
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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.3.2337
8
+ * The version of the OpenAPI document: 1.3.2388
9
9
  *
10
10
  *
11
11
  * 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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -95,6 +95,7 @@ export interface Location {
95
95
  export declare const MetricType: {
96
96
  readonly COUNT: "COUNT";
97
97
  readonly DISTRIBUTION: "DISTRIBUTION";
98
+ readonly GAUGE: "GAUGE";
98
99
  };
99
100
  export type MetricType = typeof MetricType[keyof typeof MetricType];
100
101
  /**
@@ -119,6 +120,7 @@ export declare const NodeState: {
119
120
  readonly UNAVAILABLE: "UNAVAILABLE";
120
121
  readonly UNKNOWN: "UNKNOWN";
121
122
  readonly SUPERSEDED: "SUPERSEDED";
123
+ readonly DECOMMISSIONED: "DECOMMISSIONED";
122
124
  };
123
125
  export type NodeState = typeof NodeState[keyof typeof NodeState];
124
126
  /**
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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -67,7 +67,8 @@ export const FilterType = {
67
67
  */
68
68
  export const MetricType = {
69
69
  COUNT: 'COUNT',
70
- DISTRIBUTION: 'DISTRIBUTION'
70
+ DISTRIBUTION: 'DISTRIBUTION',
71
+ GAUGE: 'GAUGE'
71
72
  };
72
73
  /**
73
74
  *
@@ -89,7 +90,8 @@ export const NodeState = {
89
90
  OFFLINE: 'OFFLINE',
90
91
  UNAVAILABLE: 'UNAVAILABLE',
91
92
  UNKNOWN: 'UNKNOWN',
92
- SUPERSEDED: 'SUPERSEDED'
93
+ SUPERSEDED: 'SUPERSEDED',
94
+ DECOMMISSIONED: 'DECOMMISSIONED'
93
95
  };
94
96
  /**
95
97
  *
@@ -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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
5
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337
8
+ * The version of the OpenAPI document: 1.3.2388
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.3.2337
7
+ * The version of the OpenAPI document: 1.3.2388
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.3.2337",
3
+ "version": "1.3.2388",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {