@ourskyai/platform-api 1.3.4931 → 1.3.4971

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.4931
1
+ ## @ourskyai/platform-api@1.3.4971
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.4931 --save
39
+ npm install @ourskyai/platform-api@1.3.4971 --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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -595,12 +595,6 @@ export interface V1CreateMountRequest {
595
595
  * @memberof V1CreateMountRequest
596
596
  */
597
597
  'mountType': MountType;
598
- /**
599
- *
600
- * @type {number}
601
- * @memberof V1CreateMountRequest
602
- */
603
- 'slewRate': number;
604
598
  }
605
599
 
606
600
 
@@ -706,7 +700,7 @@ export interface V1CreateNodeEvent {
706
700
  * @type V1CreateNodeEventBody
707
701
  * @export
708
702
  */
709
- export type V1CreateNodeEventBody = V1LogRecorded | V1SafetyStatusUpdated;
703
+ export type V1CreateNodeEventBody = V1DurationMeasured | V1LogRecorded | V1SafetyStatusUpdated;
710
704
 
711
705
  /**
712
706
  *
@@ -830,6 +824,31 @@ export interface V1DiagnosticInstruction {
830
824
  }
831
825
 
832
826
 
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
+ }
833
852
  /**
834
853
  * Elevation Mask Point
835
854
  * @export
@@ -1140,12 +1159,6 @@ export interface V1GetOrCreateMountRequest {
1140
1159
  * @memberof V1GetOrCreateMountRequest
1141
1160
  */
1142
1161
  'type'?: MountType;
1143
- /**
1144
- *
1145
- * @type {number}
1146
- * @memberof V1GetOrCreateMountRequest
1147
- */
1148
- 'slewRate'?: number;
1149
1162
  }
1150
1163
 
1151
1164
 
@@ -1859,6 +1872,7 @@ export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1No
1859
1872
  export const V1NodeEventType = {
1860
1873
  V1_SAFETY_STATUS_UPDATED: 'V1_SAFETY_STATUS_UPDATED',
1861
1874
  V1_LOG_RECORDED: 'V1_LOG_RECORDED',
1875
+ V1_DURATION_MEASURED: 'V1_DURATION_MEASURED',
1862
1876
  V1_AUTOFOCUS_INSTRUCTION_TASKED: 'V1_AUTOFOCUS_INSTRUCTION_TASKED',
1863
1877
  V1_DIAGNOSTIC_INSTRUCTION_TASKED: 'V1_DIAGNOSTIC_INSTRUCTION_TASKED',
1864
1878
  V1_SEARCH_INSTRUCTION_TASKED: 'V1_SEARCH_INSTRUCTION_TASKED',
@@ -2621,12 +2635,6 @@ export interface V1UpdateNodeComponentsRequestMount {
2621
2635
  * @memberof V1UpdateNodeComponentsRequestMount
2622
2636
  */
2623
2637
  'type'?: MountType;
2624
- /**
2625
- *
2626
- * @type {number}
2627
- * @memberof V1UpdateNodeComponentsRequestMount
2628
- */
2629
- 'slewRate'?: number;
2630
2638
  }
2631
2639
 
2632
2640
 
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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -541,12 +541,6 @@ export interface V1CreateMountRequest {
541
541
  * @memberof V1CreateMountRequest
542
542
  */
543
543
  'mountType': MountType;
544
- /**
545
- *
546
- * @type {number}
547
- * @memberof V1CreateMountRequest
548
- */
549
- 'slewRate': number;
550
544
  }
551
545
  /**
552
546
  *
@@ -646,7 +640,7 @@ export interface V1CreateNodeEvent {
646
640
  * @type V1CreateNodeEventBody
647
641
  * @export
648
642
  */
649
- export type V1CreateNodeEventBody = V1LogRecorded | V1SafetyStatusUpdated;
643
+ export type V1CreateNodeEventBody = V1DurationMeasured | V1LogRecorded | V1SafetyStatusUpdated;
650
644
  /**
651
645
  *
652
646
  * @export
@@ -765,6 +759,31 @@ export interface V1DiagnosticInstruction {
765
759
  */
766
760
  'diagnosticType': V1NodeDiagnosticType;
767
761
  }
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
+ }
768
787
  /**
769
788
  * Elevation Mask Point
770
789
  * @export
@@ -1069,12 +1088,6 @@ export interface V1GetOrCreateMountRequest {
1069
1088
  * @memberof V1GetOrCreateMountRequest
1070
1089
  */
1071
1090
  'type'?: MountType;
1072
- /**
1073
- *
1074
- * @type {number}
1075
- * @memberof V1GetOrCreateMountRequest
1076
- */
1077
- 'slewRate'?: number;
1078
1091
  }
1079
1092
  /**
1080
1093
  *
@@ -1765,6 +1778,7 @@ export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1No
1765
1778
  export declare const V1NodeEventType: {
1766
1779
  readonly V1_SAFETY_STATUS_UPDATED: "V1_SAFETY_STATUS_UPDATED";
1767
1780
  readonly V1_LOG_RECORDED: "V1_LOG_RECORDED";
1781
+ readonly V1_DURATION_MEASURED: "V1_DURATION_MEASURED";
1768
1782
  readonly V1_AUTOFOCUS_INSTRUCTION_TASKED: "V1_AUTOFOCUS_INSTRUCTION_TASKED";
1769
1783
  readonly V1_DIAGNOSTIC_INSTRUCTION_TASKED: "V1_DIAGNOSTIC_INSTRUCTION_TASKED";
1770
1784
  readonly V1_SEARCH_INSTRUCTION_TASKED: "V1_SEARCH_INSTRUCTION_TASKED";
@@ -2515,12 +2529,6 @@ export interface V1UpdateNodeComponentsRequestMount {
2515
2529
  * @memberof V1UpdateNodeComponentsRequestMount
2516
2530
  */
2517
2531
  'type'?: MountType;
2518
- /**
2519
- *
2520
- * @type {number}
2521
- * @memberof V1UpdateNodeComponentsRequestMount
2522
- */
2523
- 'slewRate'?: number;
2524
2532
  }
2525
2533
  /**
2526
2534
  *
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.4931
8
+ * The version of the OpenAPI document: 1.3.4971
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -231,6 +231,7 @@ exports.V1NodeDiagnosticType = {
231
231
  exports.V1NodeEventType = {
232
232
  V1_SAFETY_STATUS_UPDATED: 'V1_SAFETY_STATUS_UPDATED',
233
233
  V1_LOG_RECORDED: 'V1_LOG_RECORDED',
234
+ V1_DURATION_MEASURED: 'V1_DURATION_MEASURED',
234
235
  V1_AUTOFOCUS_INSTRUCTION_TASKED: 'V1_AUTOFOCUS_INSTRUCTION_TASKED',
235
236
  V1_DIAGNOSTIC_INSTRUCTION_TASKED: 'V1_DIAGNOSTIC_INSTRUCTION_TASKED',
236
237
  V1_SEARCH_INSTRUCTION_TASKED: 'V1_SEARCH_INSTRUCTION_TASKED',
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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
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.4931
8
+ * The version of the OpenAPI document: 1.3.4971
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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
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.4931
8
+ * The version of the OpenAPI document: 1.3.4971
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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
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.4931
8
+ * The version of the OpenAPI document: 1.3.4971
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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -541,12 +541,6 @@ export interface V1CreateMountRequest {
541
541
  * @memberof V1CreateMountRequest
542
542
  */
543
543
  'mountType': MountType;
544
- /**
545
- *
546
- * @type {number}
547
- * @memberof V1CreateMountRequest
548
- */
549
- 'slewRate': number;
550
544
  }
551
545
  /**
552
546
  *
@@ -646,7 +640,7 @@ export interface V1CreateNodeEvent {
646
640
  * @type V1CreateNodeEventBody
647
641
  * @export
648
642
  */
649
- export type V1CreateNodeEventBody = V1LogRecorded | V1SafetyStatusUpdated;
643
+ export type V1CreateNodeEventBody = V1DurationMeasured | V1LogRecorded | V1SafetyStatusUpdated;
650
644
  /**
651
645
  *
652
646
  * @export
@@ -765,6 +759,31 @@ export interface V1DiagnosticInstruction {
765
759
  */
766
760
  'diagnosticType': V1NodeDiagnosticType;
767
761
  }
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
+ }
768
787
  /**
769
788
  * Elevation Mask Point
770
789
  * @export
@@ -1069,12 +1088,6 @@ export interface V1GetOrCreateMountRequest {
1069
1088
  * @memberof V1GetOrCreateMountRequest
1070
1089
  */
1071
1090
  'type'?: MountType;
1072
- /**
1073
- *
1074
- * @type {number}
1075
- * @memberof V1GetOrCreateMountRequest
1076
- */
1077
- 'slewRate'?: number;
1078
1091
  }
1079
1092
  /**
1080
1093
  *
@@ -1765,6 +1778,7 @@ export type V1NodeDiagnosticType = typeof V1NodeDiagnosticType[keyof typeof V1No
1765
1778
  export declare const V1NodeEventType: {
1766
1779
  readonly V1_SAFETY_STATUS_UPDATED: "V1_SAFETY_STATUS_UPDATED";
1767
1780
  readonly V1_LOG_RECORDED: "V1_LOG_RECORDED";
1781
+ readonly V1_DURATION_MEASURED: "V1_DURATION_MEASURED";
1768
1782
  readonly V1_AUTOFOCUS_INSTRUCTION_TASKED: "V1_AUTOFOCUS_INSTRUCTION_TASKED";
1769
1783
  readonly V1_DIAGNOSTIC_INSTRUCTION_TASKED: "V1_DIAGNOSTIC_INSTRUCTION_TASKED";
1770
1784
  readonly V1_SEARCH_INSTRUCTION_TASKED: "V1_SEARCH_INSTRUCTION_TASKED";
@@ -2515,12 +2529,6 @@ export interface V1UpdateNodeComponentsRequestMount {
2515
2529
  * @memberof V1UpdateNodeComponentsRequestMount
2516
2530
  */
2517
2531
  'type'?: MountType;
2518
- /**
2519
- *
2520
- * @type {number}
2521
- * @memberof V1UpdateNodeComponentsRequestMount
2522
- */
2523
- 'slewRate'?: number;
2524
2532
  }
2525
2533
  /**
2526
2534
  *
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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -228,6 +228,7 @@ export const V1NodeDiagnosticType = {
228
228
  export const V1NodeEventType = {
229
229
  V1_SAFETY_STATUS_UPDATED: 'V1_SAFETY_STATUS_UPDATED',
230
230
  V1_LOG_RECORDED: 'V1_LOG_RECORDED',
231
+ V1_DURATION_MEASURED: 'V1_DURATION_MEASURED',
231
232
  V1_AUTOFOCUS_INSTRUCTION_TASKED: 'V1_AUTOFOCUS_INSTRUCTION_TASKED',
232
233
  V1_DIAGNOSTIC_INSTRUCTION_TASKED: 'V1_DIAGNOSTIC_INSTRUCTION_TASKED',
233
234
  V1_SEARCH_INSTRUCTION_TASKED: 'V1_SEARCH_INSTRUCTION_TASKED',
@@ -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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
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.4931
5
+ * The version of the OpenAPI document: 1.3.4971
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.4931
8
+ * The version of the OpenAPI document: 1.3.4971
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.4931
7
+ * The version of the OpenAPI document: 1.3.4971
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.4931",
3
+ "version": "1.3.4971",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {