@ourskyai/platform-api 1.3.5002 → 1.3.5020

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.5002
1
+ ## @ourskyai/platform-api@1.3.5020
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.5002 --save
39
+ npm install @ourskyai/platform-api@1.3.5020 --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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -818,6 +818,31 @@ export interface V1DiagnosticInstruction {
818
818
  }
819
819
 
820
820
 
821
+ /**
822
+ *
823
+ * @export
824
+ * @interface V1DurationMeasured
825
+ */
826
+ export interface V1DurationMeasured {
827
+ /**
828
+ *
829
+ * @type {string}
830
+ * @memberof V1DurationMeasured
831
+ */
832
+ 'name': string;
833
+ /**
834
+ *
835
+ * @type {string}
836
+ * @memberof V1DurationMeasured
837
+ */
838
+ 'startedAt': string;
839
+ /**
840
+ *
841
+ * @type {string}
842
+ * @memberof V1DurationMeasured
843
+ */
844
+ 'endedAt': string;
845
+ }
821
846
  /**
822
847
  * Elevation Mask Point
823
848
  * @export
@@ -1579,6 +1604,19 @@ export interface V1LatestHfrResponse {
1579
1604
  */
1580
1605
  'timestamp'?: string;
1581
1606
  }
1607
+ /**
1608
+ *
1609
+ * @export
1610
+ * @interface V1LogRecorded
1611
+ */
1612
+ export interface V1LogRecorded {
1613
+ /**
1614
+ *
1615
+ * @type {string}
1616
+ * @memberof V1LogRecorded
1617
+ */
1618
+ 'log': string;
1619
+ }
1582
1620
  /**
1583
1621
  *
1584
1622
  * @export
@@ -2331,6 +2369,19 @@ export interface V1Release {
2331
2369
  }
2332
2370
 
2333
2371
 
2372
+ /**
2373
+ *
2374
+ * @export
2375
+ * @interface V1SafetyStatusUpdated
2376
+ */
2377
+ export interface V1SafetyStatusUpdated {
2378
+ /**
2379
+ *
2380
+ * @type {boolean}
2381
+ * @memberof V1SafetyStatusUpdated
2382
+ */
2383
+ 'isSafe': boolean;
2384
+ }
2334
2385
  /**
2335
2386
  * Setup Action
2336
2387
  * @export
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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
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.5002
5
+ * The version of the OpenAPI document: 1.3.5020
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -754,6 +754,31 @@ export interface V1DiagnosticInstruction {
754
754
  */
755
755
  'diagnosticType': V1NodeDiagnosticType;
756
756
  }
757
+ /**
758
+ *
759
+ * @export
760
+ * @interface V1DurationMeasured
761
+ */
762
+ export interface V1DurationMeasured {
763
+ /**
764
+ *
765
+ * @type {string}
766
+ * @memberof V1DurationMeasured
767
+ */
768
+ 'name': string;
769
+ /**
770
+ *
771
+ * @type {string}
772
+ * @memberof V1DurationMeasured
773
+ */
774
+ 'startedAt': string;
775
+ /**
776
+ *
777
+ * @type {string}
778
+ * @memberof V1DurationMeasured
779
+ */
780
+ 'endedAt': string;
781
+ }
757
782
  /**
758
783
  * Elevation Mask Point
759
784
  * @export
@@ -1499,6 +1524,19 @@ export interface V1LatestHfrResponse {
1499
1524
  */
1500
1525
  'timestamp'?: string;
1501
1526
  }
1527
+ /**
1528
+ *
1529
+ * @export
1530
+ * @interface V1LogRecorded
1531
+ */
1532
+ export interface V1LogRecorded {
1533
+ /**
1534
+ *
1535
+ * @type {string}
1536
+ * @memberof V1LogRecorded
1537
+ */
1538
+ 'log': string;
1539
+ }
1502
1540
  /**
1503
1541
  *
1504
1542
  * @export
@@ -2228,6 +2266,19 @@ export interface V1Release {
2228
2266
  */
2229
2267
  'fileType': V1FileType;
2230
2268
  }
2269
+ /**
2270
+ *
2271
+ * @export
2272
+ * @interface V1SafetyStatusUpdated
2273
+ */
2274
+ export interface V1SafetyStatusUpdated {
2275
+ /**
2276
+ *
2277
+ * @type {boolean}
2278
+ * @memberof V1SafetyStatusUpdated
2279
+ */
2280
+ 'isSafe': boolean;
2281
+ }
2231
2282
  /**
2232
2283
  * Setup Action
2233
2284
  * @export
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.5002
8
+ * The version of the OpenAPI document: 1.3.5020
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.3.5002
5
+ * The version of the OpenAPI document: 1.3.5020
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.5002
8
+ * The version of the OpenAPI document: 1.3.5020
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.5002
5
+ * The version of the OpenAPI document: 1.3.5020
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.5002
8
+ * The version of the OpenAPI document: 1.3.5020
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.5002
5
+ * The version of the OpenAPI document: 1.3.5020
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.5002
8
+ * The version of the OpenAPI document: 1.3.5020
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.5002
5
+ * The version of the OpenAPI document: 1.3.5020
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -754,6 +754,31 @@ export interface V1DiagnosticInstruction {
754
754
  */
755
755
  'diagnosticType': V1NodeDiagnosticType;
756
756
  }
757
+ /**
758
+ *
759
+ * @export
760
+ * @interface V1DurationMeasured
761
+ */
762
+ export interface V1DurationMeasured {
763
+ /**
764
+ *
765
+ * @type {string}
766
+ * @memberof V1DurationMeasured
767
+ */
768
+ 'name': string;
769
+ /**
770
+ *
771
+ * @type {string}
772
+ * @memberof V1DurationMeasured
773
+ */
774
+ 'startedAt': string;
775
+ /**
776
+ *
777
+ * @type {string}
778
+ * @memberof V1DurationMeasured
779
+ */
780
+ 'endedAt': string;
781
+ }
757
782
  /**
758
783
  * Elevation Mask Point
759
784
  * @export
@@ -1499,6 +1524,19 @@ export interface V1LatestHfrResponse {
1499
1524
  */
1500
1525
  'timestamp'?: string;
1501
1526
  }
1527
+ /**
1528
+ *
1529
+ * @export
1530
+ * @interface V1LogRecorded
1531
+ */
1532
+ export interface V1LogRecorded {
1533
+ /**
1534
+ *
1535
+ * @type {string}
1536
+ * @memberof V1LogRecorded
1537
+ */
1538
+ 'log': string;
1539
+ }
1502
1540
  /**
1503
1541
  *
1504
1542
  * @export
@@ -2228,6 +2266,19 @@ export interface V1Release {
2228
2266
  */
2229
2267
  'fileType': V1FileType;
2230
2268
  }
2269
+ /**
2270
+ *
2271
+ * @export
2272
+ * @interface V1SafetyStatusUpdated
2273
+ */
2274
+ export interface V1SafetyStatusUpdated {
2275
+ /**
2276
+ *
2277
+ * @type {boolean}
2278
+ * @memberof V1SafetyStatusUpdated
2279
+ */
2280
+ 'isSafe': boolean;
2281
+ }
2231
2282
  /**
2232
2283
  * Setup Action
2233
2284
  * @export
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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
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.5002
5
+ * The version of the OpenAPI document: 1.3.5020
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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
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.5002
5
+ * The version of the OpenAPI document: 1.3.5020
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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
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.5002
5
+ * The version of the OpenAPI document: 1.3.5020
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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
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.5002
5
+ * The version of the OpenAPI document: 1.3.5020
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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
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.5002
5
+ * The version of the OpenAPI document: 1.3.5020
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.5002
8
+ * The version of the OpenAPI document: 1.3.5020
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.5002
7
+ * The version of the OpenAPI document: 1.3.5020
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.5002",
3
+ "version": "1.3.5020",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {