@ourskyai/astro-api 1.3.4348 → 1.3.4692
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 +38 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +38 -1
- 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 +38 -1
- 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/astro-api@1.3.
|
|
1
|
+
## @ourskyai/astro-api@1.3.4692
|
|
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/astro-api@1.3.
|
|
39
|
+
npm install @ourskyai/astro-api@1.3.4692 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OurSky Astro
|
|
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.4692
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2011,6 +2011,12 @@ export interface V1ImageSetImage {
|
|
|
2011
2011
|
* @memberof V1ImageSetImage
|
|
2012
2012
|
*/
|
|
2013
2013
|
'fitsHeaders': Array<FitsHeader>;
|
|
2014
|
+
/**
|
|
2015
|
+
*
|
|
2016
|
+
* @type {V1PredictedStreakLocation}
|
|
2017
|
+
* @memberof V1ImageSetImage
|
|
2018
|
+
*/
|
|
2019
|
+
'predictedStreakLocation'?: V1PredictedStreakLocation;
|
|
2014
2020
|
}
|
|
2015
2021
|
/**
|
|
2016
2022
|
*
|
|
@@ -2367,6 +2373,37 @@ export const V1PlatformCreditUnit = {
|
|
|
2367
2373
|
export type V1PlatformCreditUnit = typeof V1PlatformCreditUnit[keyof typeof V1PlatformCreditUnit];
|
|
2368
2374
|
|
|
2369
2375
|
|
|
2376
|
+
/**
|
|
2377
|
+
*
|
|
2378
|
+
* @export
|
|
2379
|
+
* @interface V1PredictedStreakLocation
|
|
2380
|
+
*/
|
|
2381
|
+
export interface V1PredictedStreakLocation {
|
|
2382
|
+
/**
|
|
2383
|
+
*
|
|
2384
|
+
* @type {number}
|
|
2385
|
+
* @memberof V1PredictedStreakLocation
|
|
2386
|
+
*/
|
|
2387
|
+
'startX'?: number;
|
|
2388
|
+
/**
|
|
2389
|
+
*
|
|
2390
|
+
* @type {number}
|
|
2391
|
+
* @memberof V1PredictedStreakLocation
|
|
2392
|
+
*/
|
|
2393
|
+
'startY'?: number;
|
|
2394
|
+
/**
|
|
2395
|
+
*
|
|
2396
|
+
* @type {number}
|
|
2397
|
+
* @memberof V1PredictedStreakLocation
|
|
2398
|
+
*/
|
|
2399
|
+
'endX'?: number;
|
|
2400
|
+
/**
|
|
2401
|
+
*
|
|
2402
|
+
* @type {number}
|
|
2403
|
+
* @memberof V1PredictedStreakLocation
|
|
2404
|
+
*/
|
|
2405
|
+
'endY'?: number;
|
|
2406
|
+
}
|
|
2370
2407
|
/**
|
|
2371
2408
|
*
|
|
2372
2409
|
* @export
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OurSky Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1935,6 +1935,12 @@ export interface V1ImageSetImage {
|
|
|
1935
1935
|
* @memberof V1ImageSetImage
|
|
1936
1936
|
*/
|
|
1937
1937
|
'fitsHeaders': Array<FitsHeader>;
|
|
1938
|
+
/**
|
|
1939
|
+
*
|
|
1940
|
+
* @type {V1PredictedStreakLocation}
|
|
1941
|
+
* @memberof V1ImageSetImage
|
|
1942
|
+
*/
|
|
1943
|
+
'predictedStreakLocation'?: V1PredictedStreakLocation;
|
|
1938
1944
|
}
|
|
1939
1945
|
/**
|
|
1940
1946
|
*
|
|
@@ -2265,6 +2271,37 @@ export declare const V1PlatformCreditUnit: {
|
|
|
2265
2271
|
readonly MEGABYTE: "MEGABYTE";
|
|
2266
2272
|
};
|
|
2267
2273
|
export type V1PlatformCreditUnit = typeof V1PlatformCreditUnit[keyof typeof V1PlatformCreditUnit];
|
|
2274
|
+
/**
|
|
2275
|
+
*
|
|
2276
|
+
* @export
|
|
2277
|
+
* @interface V1PredictedStreakLocation
|
|
2278
|
+
*/
|
|
2279
|
+
export interface V1PredictedStreakLocation {
|
|
2280
|
+
/**
|
|
2281
|
+
*
|
|
2282
|
+
* @type {number}
|
|
2283
|
+
* @memberof V1PredictedStreakLocation
|
|
2284
|
+
*/
|
|
2285
|
+
'startX'?: number;
|
|
2286
|
+
/**
|
|
2287
|
+
*
|
|
2288
|
+
* @type {number}
|
|
2289
|
+
* @memberof V1PredictedStreakLocation
|
|
2290
|
+
*/
|
|
2291
|
+
'startY'?: number;
|
|
2292
|
+
/**
|
|
2293
|
+
*
|
|
2294
|
+
* @type {number}
|
|
2295
|
+
* @memberof V1PredictedStreakLocation
|
|
2296
|
+
*/
|
|
2297
|
+
'endX'?: number;
|
|
2298
|
+
/**
|
|
2299
|
+
*
|
|
2300
|
+
* @type {number}
|
|
2301
|
+
* @memberof V1PredictedStreakLocation
|
|
2302
|
+
*/
|
|
2303
|
+
'endY'?: number;
|
|
2304
|
+
}
|
|
2268
2305
|
/**
|
|
2269
2306
|
*
|
|
2270
2307
|
* @export
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* OurSky Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1935,6 +1935,12 @@ export interface V1ImageSetImage {
|
|
|
1935
1935
|
* @memberof V1ImageSetImage
|
|
1936
1936
|
*/
|
|
1937
1937
|
'fitsHeaders': Array<FitsHeader>;
|
|
1938
|
+
/**
|
|
1939
|
+
*
|
|
1940
|
+
* @type {V1PredictedStreakLocation}
|
|
1941
|
+
* @memberof V1ImageSetImage
|
|
1942
|
+
*/
|
|
1943
|
+
'predictedStreakLocation'?: V1PredictedStreakLocation;
|
|
1938
1944
|
}
|
|
1939
1945
|
/**
|
|
1940
1946
|
*
|
|
@@ -2265,6 +2271,37 @@ export declare const V1PlatformCreditUnit: {
|
|
|
2265
2271
|
readonly MEGABYTE: "MEGABYTE";
|
|
2266
2272
|
};
|
|
2267
2273
|
export type V1PlatformCreditUnit = typeof V1PlatformCreditUnit[keyof typeof V1PlatformCreditUnit];
|
|
2274
|
+
/**
|
|
2275
|
+
*
|
|
2276
|
+
* @export
|
|
2277
|
+
* @interface V1PredictedStreakLocation
|
|
2278
|
+
*/
|
|
2279
|
+
export interface V1PredictedStreakLocation {
|
|
2280
|
+
/**
|
|
2281
|
+
*
|
|
2282
|
+
* @type {number}
|
|
2283
|
+
* @memberof V1PredictedStreakLocation
|
|
2284
|
+
*/
|
|
2285
|
+
'startX'?: number;
|
|
2286
|
+
/**
|
|
2287
|
+
*
|
|
2288
|
+
* @type {number}
|
|
2289
|
+
* @memberof V1PredictedStreakLocation
|
|
2290
|
+
*/
|
|
2291
|
+
'startY'?: number;
|
|
2292
|
+
/**
|
|
2293
|
+
*
|
|
2294
|
+
* @type {number}
|
|
2295
|
+
* @memberof V1PredictedStreakLocation
|
|
2296
|
+
*/
|
|
2297
|
+
'endX'?: number;
|
|
2298
|
+
/**
|
|
2299
|
+
*
|
|
2300
|
+
* @type {number}
|
|
2301
|
+
* @memberof V1PredictedStreakLocation
|
|
2302
|
+
*/
|
|
2303
|
+
'endY'?: number;
|
|
2304
|
+
}
|
|
2268
2305
|
/**
|
|
2269
2306
|
*
|
|
2270
2307
|
* @export
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* OurSky Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
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 Astro
|
|
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.4692
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|