@ourskyai/platform-api 1.3.4971 → 1.3.5002
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 +2 -2
- package/api.ts +3 -60
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +3 -59
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +3 -59
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @ourskyai/platform-api@1.3.
|
|
1
|
+
## @ourskyai/platform-api@1.3.5002
|
|
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.
|
|
39
|
+
npm install @ourskyai/platform-api@1.3.5002 --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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -683,10 +683,10 @@ export interface V1CreateNodeEvent {
|
|
|
683
683
|
'type': V1NodeEventType;
|
|
684
684
|
/**
|
|
685
685
|
*
|
|
686
|
-
* @type {
|
|
686
|
+
* @type {object}
|
|
687
687
|
* @memberof V1CreateNodeEvent
|
|
688
688
|
*/
|
|
689
|
-
'body':
|
|
689
|
+
'body': object;
|
|
690
690
|
/**
|
|
691
691
|
*
|
|
692
692
|
* @type {string}
|
|
@@ -696,12 +696,6 @@ export interface V1CreateNodeEvent {
|
|
|
696
696
|
}
|
|
697
697
|
|
|
698
698
|
|
|
699
|
-
/**
|
|
700
|
-
* @type V1CreateNodeEventBody
|
|
701
|
-
* @export
|
|
702
|
-
*/
|
|
703
|
-
export type V1CreateNodeEventBody = V1DurationMeasured | V1LogRecorded | V1SafetyStatusUpdated;
|
|
704
|
-
|
|
705
699
|
/**
|
|
706
700
|
*
|
|
707
701
|
* @export
|
|
@@ -824,31 +818,6 @@ export interface V1DiagnosticInstruction {
|
|
|
824
818
|
}
|
|
825
819
|
|
|
826
820
|
|
|
827
|
-
/**
|
|
828
|
-
*
|
|
829
|
-
* @export
|
|
830
|
-
* @interface V1DurationMeasured
|
|
831
|
-
*/
|
|
832
|
-
export interface V1DurationMeasured {
|
|
833
|
-
/**
|
|
834
|
-
*
|
|
835
|
-
* @type {string}
|
|
836
|
-
* @memberof V1DurationMeasured
|
|
837
|
-
*/
|
|
838
|
-
'name': string;
|
|
839
|
-
/**
|
|
840
|
-
*
|
|
841
|
-
* @type {string}
|
|
842
|
-
* @memberof V1DurationMeasured
|
|
843
|
-
*/
|
|
844
|
-
'startedAt': string;
|
|
845
|
-
/**
|
|
846
|
-
*
|
|
847
|
-
* @type {string}
|
|
848
|
-
* @memberof V1DurationMeasured
|
|
849
|
-
*/
|
|
850
|
-
'endedAt': string;
|
|
851
|
-
}
|
|
852
821
|
/**
|
|
853
822
|
* Elevation Mask Point
|
|
854
823
|
* @export
|
|
@@ -1610,19 +1579,6 @@ export interface V1LatestHfrResponse {
|
|
|
1610
1579
|
*/
|
|
1611
1580
|
'timestamp'?: string;
|
|
1612
1581
|
}
|
|
1613
|
-
/**
|
|
1614
|
-
*
|
|
1615
|
-
* @export
|
|
1616
|
-
* @interface V1LogRecorded
|
|
1617
|
-
*/
|
|
1618
|
-
export interface V1LogRecorded {
|
|
1619
|
-
/**
|
|
1620
|
-
*
|
|
1621
|
-
* @type {string}
|
|
1622
|
-
* @memberof V1LogRecorded
|
|
1623
|
-
*/
|
|
1624
|
-
'log': string;
|
|
1625
|
-
}
|
|
1626
1582
|
/**
|
|
1627
1583
|
*
|
|
1628
1584
|
* @export
|
|
@@ -2375,19 +2331,6 @@ export interface V1Release {
|
|
|
2375
2331
|
}
|
|
2376
2332
|
|
|
2377
2333
|
|
|
2378
|
-
/**
|
|
2379
|
-
*
|
|
2380
|
-
* @export
|
|
2381
|
-
* @interface V1SafetyStatusUpdated
|
|
2382
|
-
*/
|
|
2383
|
-
export interface V1SafetyStatusUpdated {
|
|
2384
|
-
/**
|
|
2385
|
-
*
|
|
2386
|
-
* @type {boolean}
|
|
2387
|
-
* @memberof V1SafetyStatusUpdated
|
|
2388
|
-
*/
|
|
2389
|
-
'isSafe': boolean;
|
|
2390
|
-
}
|
|
2391
2334
|
/**
|
|
2392
2335
|
* Setup Action
|
|
2393
2336
|
* @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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -625,10 +625,10 @@ export interface V1CreateNodeEvent {
|
|
|
625
625
|
'type': V1NodeEventType;
|
|
626
626
|
/**
|
|
627
627
|
*
|
|
628
|
-
* @type {
|
|
628
|
+
* @type {object}
|
|
629
629
|
* @memberof V1CreateNodeEvent
|
|
630
630
|
*/
|
|
631
|
-
'body':
|
|
631
|
+
'body': object;
|
|
632
632
|
/**
|
|
633
633
|
*
|
|
634
634
|
* @type {string}
|
|
@@ -636,11 +636,6 @@ export interface V1CreateNodeEvent {
|
|
|
636
636
|
*/
|
|
637
637
|
'generatedAt': string;
|
|
638
638
|
}
|
|
639
|
-
/**
|
|
640
|
-
* @type V1CreateNodeEventBody
|
|
641
|
-
* @export
|
|
642
|
-
*/
|
|
643
|
-
export type V1CreateNodeEventBody = V1DurationMeasured | V1LogRecorded | V1SafetyStatusUpdated;
|
|
644
639
|
/**
|
|
645
640
|
*
|
|
646
641
|
* @export
|
|
@@ -759,31 +754,6 @@ export interface V1DiagnosticInstruction {
|
|
|
759
754
|
*/
|
|
760
755
|
'diagnosticType': V1NodeDiagnosticType;
|
|
761
756
|
}
|
|
762
|
-
/**
|
|
763
|
-
*
|
|
764
|
-
* @export
|
|
765
|
-
* @interface V1DurationMeasured
|
|
766
|
-
*/
|
|
767
|
-
export interface V1DurationMeasured {
|
|
768
|
-
/**
|
|
769
|
-
*
|
|
770
|
-
* @type {string}
|
|
771
|
-
* @memberof V1DurationMeasured
|
|
772
|
-
*/
|
|
773
|
-
'name': string;
|
|
774
|
-
/**
|
|
775
|
-
*
|
|
776
|
-
* @type {string}
|
|
777
|
-
* @memberof V1DurationMeasured
|
|
778
|
-
*/
|
|
779
|
-
'startedAt': string;
|
|
780
|
-
/**
|
|
781
|
-
*
|
|
782
|
-
* @type {string}
|
|
783
|
-
* @memberof V1DurationMeasured
|
|
784
|
-
*/
|
|
785
|
-
'endedAt': string;
|
|
786
|
-
}
|
|
787
757
|
/**
|
|
788
758
|
* Elevation Mask Point
|
|
789
759
|
* @export
|
|
@@ -1529,19 +1499,6 @@ export interface V1LatestHfrResponse {
|
|
|
1529
1499
|
*/
|
|
1530
1500
|
'timestamp'?: string;
|
|
1531
1501
|
}
|
|
1532
|
-
/**
|
|
1533
|
-
*
|
|
1534
|
-
* @export
|
|
1535
|
-
* @interface V1LogRecorded
|
|
1536
|
-
*/
|
|
1537
|
-
export interface V1LogRecorded {
|
|
1538
|
-
/**
|
|
1539
|
-
*
|
|
1540
|
-
* @type {string}
|
|
1541
|
-
* @memberof V1LogRecorded
|
|
1542
|
-
*/
|
|
1543
|
-
'log': string;
|
|
1544
|
-
}
|
|
1545
1502
|
/**
|
|
1546
1503
|
*
|
|
1547
1504
|
* @export
|
|
@@ -2271,19 +2228,6 @@ export interface V1Release {
|
|
|
2271
2228
|
*/
|
|
2272
2229
|
'fileType': V1FileType;
|
|
2273
2230
|
}
|
|
2274
|
-
/**
|
|
2275
|
-
*
|
|
2276
|
-
* @export
|
|
2277
|
-
* @interface V1SafetyStatusUpdated
|
|
2278
|
-
*/
|
|
2279
|
-
export interface V1SafetyStatusUpdated {
|
|
2280
|
-
/**
|
|
2281
|
-
*
|
|
2282
|
-
* @type {boolean}
|
|
2283
|
-
* @memberof V1SafetyStatusUpdated
|
|
2284
|
-
*/
|
|
2285
|
-
'isSafe': boolean;
|
|
2286
|
-
}
|
|
2287
2231
|
/**
|
|
2288
2232
|
* Setup Action
|
|
2289
2233
|
* @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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -625,10 +625,10 @@ export interface V1CreateNodeEvent {
|
|
|
625
625
|
'type': V1NodeEventType;
|
|
626
626
|
/**
|
|
627
627
|
*
|
|
628
|
-
* @type {
|
|
628
|
+
* @type {object}
|
|
629
629
|
* @memberof V1CreateNodeEvent
|
|
630
630
|
*/
|
|
631
|
-
'body':
|
|
631
|
+
'body': object;
|
|
632
632
|
/**
|
|
633
633
|
*
|
|
634
634
|
* @type {string}
|
|
@@ -636,11 +636,6 @@ export interface V1CreateNodeEvent {
|
|
|
636
636
|
*/
|
|
637
637
|
'generatedAt': string;
|
|
638
638
|
}
|
|
639
|
-
/**
|
|
640
|
-
* @type V1CreateNodeEventBody
|
|
641
|
-
* @export
|
|
642
|
-
*/
|
|
643
|
-
export type V1CreateNodeEventBody = V1DurationMeasured | V1LogRecorded | V1SafetyStatusUpdated;
|
|
644
639
|
/**
|
|
645
640
|
*
|
|
646
641
|
* @export
|
|
@@ -759,31 +754,6 @@ export interface V1DiagnosticInstruction {
|
|
|
759
754
|
*/
|
|
760
755
|
'diagnosticType': V1NodeDiagnosticType;
|
|
761
756
|
}
|
|
762
|
-
/**
|
|
763
|
-
*
|
|
764
|
-
* @export
|
|
765
|
-
* @interface V1DurationMeasured
|
|
766
|
-
*/
|
|
767
|
-
export interface V1DurationMeasured {
|
|
768
|
-
/**
|
|
769
|
-
*
|
|
770
|
-
* @type {string}
|
|
771
|
-
* @memberof V1DurationMeasured
|
|
772
|
-
*/
|
|
773
|
-
'name': string;
|
|
774
|
-
/**
|
|
775
|
-
*
|
|
776
|
-
* @type {string}
|
|
777
|
-
* @memberof V1DurationMeasured
|
|
778
|
-
*/
|
|
779
|
-
'startedAt': string;
|
|
780
|
-
/**
|
|
781
|
-
*
|
|
782
|
-
* @type {string}
|
|
783
|
-
* @memberof V1DurationMeasured
|
|
784
|
-
*/
|
|
785
|
-
'endedAt': string;
|
|
786
|
-
}
|
|
787
757
|
/**
|
|
788
758
|
* Elevation Mask Point
|
|
789
759
|
* @export
|
|
@@ -1529,19 +1499,6 @@ export interface V1LatestHfrResponse {
|
|
|
1529
1499
|
*/
|
|
1530
1500
|
'timestamp'?: string;
|
|
1531
1501
|
}
|
|
1532
|
-
/**
|
|
1533
|
-
*
|
|
1534
|
-
* @export
|
|
1535
|
-
* @interface V1LogRecorded
|
|
1536
|
-
*/
|
|
1537
|
-
export interface V1LogRecorded {
|
|
1538
|
-
/**
|
|
1539
|
-
*
|
|
1540
|
-
* @type {string}
|
|
1541
|
-
* @memberof V1LogRecorded
|
|
1542
|
-
*/
|
|
1543
|
-
'log': string;
|
|
1544
|
-
}
|
|
1545
1502
|
/**
|
|
1546
1503
|
*
|
|
1547
1504
|
* @export
|
|
@@ -2271,19 +2228,6 @@ export interface V1Release {
|
|
|
2271
2228
|
*/
|
|
2272
2229
|
'fileType': V1FileType;
|
|
2273
2230
|
}
|
|
2274
|
-
/**
|
|
2275
|
-
*
|
|
2276
|
-
* @export
|
|
2277
|
-
* @interface V1SafetyStatusUpdated
|
|
2278
|
-
*/
|
|
2279
|
-
export interface V1SafetyStatusUpdated {
|
|
2280
|
-
/**
|
|
2281
|
-
*
|
|
2282
|
-
* @type {boolean}
|
|
2283
|
-
* @memberof V1SafetyStatusUpdated
|
|
2284
|
-
*/
|
|
2285
|
-
'isSafe': boolean;
|
|
2286
|
-
}
|
|
2287
2231
|
/**
|
|
2288
2232
|
* Setup Action
|
|
2289
2233
|
* @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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.5002
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|