@ourskyai/platform-api 1.3.4154 → 1.3.4187

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.4154
1
+ ## @ourskyai/platform-api@1.3.4187
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.4154 --save
39
+ npm install @ourskyai/platform-api@1.3.4187 --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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -858,6 +858,37 @@ export interface V1GetInstructionRequest {
858
858
  * @memberof V1GetInstructionRequest
859
859
  */
860
860
  'azimuth'?: number;
861
+ /**
862
+ *
863
+ * @type {V1GetInstructionRequestUploadHealth}
864
+ * @memberof V1GetInstructionRequest
865
+ */
866
+ 'uploadHealth'?: V1GetInstructionRequestUploadHealth;
867
+ }
868
+ /**
869
+ *
870
+ * @export
871
+ * @interface V1GetInstructionRequestUploadHealth
872
+ */
873
+ export interface V1GetInstructionRequestUploadHealth {
874
+ /**
875
+ *
876
+ * @type {number}
877
+ * @memberof V1GetInstructionRequestUploadHealth
878
+ */
879
+ 'queueSize'?: number;
880
+ /**
881
+ *
882
+ * @type {string}
883
+ * @memberof V1GetInstructionRequestUploadHealth
884
+ */
885
+ 'lastUploadTime'?: string;
886
+ /**
887
+ *
888
+ * @type {number}
889
+ * @memberof V1GetInstructionRequestUploadHealth
890
+ */
891
+ 'averageUploadDurationSeconds'?: number;
861
892
  }
862
893
  /**
863
894
  *
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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -800,6 +800,37 @@ export interface V1GetInstructionRequest {
800
800
  * @memberof V1GetInstructionRequest
801
801
  */
802
802
  'azimuth'?: number;
803
+ /**
804
+ *
805
+ * @type {V1GetInstructionRequestUploadHealth}
806
+ * @memberof V1GetInstructionRequest
807
+ */
808
+ 'uploadHealth'?: V1GetInstructionRequestUploadHealth;
809
+ }
810
+ /**
811
+ *
812
+ * @export
813
+ * @interface V1GetInstructionRequestUploadHealth
814
+ */
815
+ export interface V1GetInstructionRequestUploadHealth {
816
+ /**
817
+ *
818
+ * @type {number}
819
+ * @memberof V1GetInstructionRequestUploadHealth
820
+ */
821
+ 'queueSize'?: number;
822
+ /**
823
+ *
824
+ * @type {string}
825
+ * @memberof V1GetInstructionRequestUploadHealth
826
+ */
827
+ 'lastUploadTime'?: string;
828
+ /**
829
+ *
830
+ * @type {number}
831
+ * @memberof V1GetInstructionRequestUploadHealth
832
+ */
833
+ 'averageUploadDurationSeconds'?: number;
803
834
  }
804
835
  /**
805
836
  *
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.4154
8
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
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.4154
8
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
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.4154
8
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
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.4154
8
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -800,6 +800,37 @@ export interface V1GetInstructionRequest {
800
800
  * @memberof V1GetInstructionRequest
801
801
  */
802
802
  'azimuth'?: number;
803
+ /**
804
+ *
805
+ * @type {V1GetInstructionRequestUploadHealth}
806
+ * @memberof V1GetInstructionRequest
807
+ */
808
+ 'uploadHealth'?: V1GetInstructionRequestUploadHealth;
809
+ }
810
+ /**
811
+ *
812
+ * @export
813
+ * @interface V1GetInstructionRequestUploadHealth
814
+ */
815
+ export interface V1GetInstructionRequestUploadHealth {
816
+ /**
817
+ *
818
+ * @type {number}
819
+ * @memberof V1GetInstructionRequestUploadHealth
820
+ */
821
+ 'queueSize'?: number;
822
+ /**
823
+ *
824
+ * @type {string}
825
+ * @memberof V1GetInstructionRequestUploadHealth
826
+ */
827
+ 'lastUploadTime'?: string;
828
+ /**
829
+ *
830
+ * @type {number}
831
+ * @memberof V1GetInstructionRequestUploadHealth
832
+ */
833
+ 'averageUploadDurationSeconds'?: number;
803
834
  }
804
835
  /**
805
836
  *
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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
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.4154
5
+ * The version of the OpenAPI document: 1.3.4187
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.4154
8
+ * The version of the OpenAPI document: 1.3.4187
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.4154
7
+ * The version of the OpenAPI document: 1.3.4187
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.4154",
3
+ "version": "1.3.4187",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {