ourskyai_platform_api 1.3.4243__tar.gz → 1.3.4331__tar.gz

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.
Files changed (82) hide show
  1. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/PKG-INFO +3 -3
  2. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/README.md +2 -2
  3. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/__init__.py +3 -2
  4. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/api/default_api.py +1 -1
  5. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/api_client.py +2 -2
  6. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/configuration.py +3 -3
  7. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/exceptions.py +1 -1
  8. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/__init__.py +2 -1
  9. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/camera_mode.py +1 -1
  10. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/empty_success.py +1 -1
  11. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/filter_type.py +1 -1
  12. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/fits_header.py +1 -1
  13. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/location.py +1 -1
  14. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/metric_type.py +2 -1
  15. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/mount_type.py +1 -1
  16. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/node_state.py +1 -1
  17. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/optical_tube_type.py +1 -1
  18. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/plate_solve_parameters.py +1 -1
  19. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/shutter_type.py +1 -1
  20. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/successful_create.py +1 -1
  21. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/tracking_type.py +1 -1
  22. ourskyai_platform_api-1.3.4331/ourskyai_platform_api/models/upload_priority.py +40 -0
  23. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_auto_focus_instruction.py +1 -1
  24. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_auto_focus_instruction_coordinates_inner.py +1 -1
  25. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_camera.py +1 -1
  26. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_client_token.py +1 -1
  27. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_complete_observation_request.py +1 -1
  28. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_autofocus_result_request.py +1 -1
  29. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_image_set_image_request.py +1 -1
  30. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_image_set_image_response.py +1 -1
  31. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_image_set_request.py +1 -1
  32. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_mount_request.py +1 -1
  33. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_node_controller_artifact_request.py +1 -1
  34. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_node_diagnostic.py +1 -1
  35. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_node_diagnostics_request.py +1 -1
  36. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_node_request.py +1 -1
  37. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_create_optical_tube_request.py +1 -1
  38. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_diagnostic_instruction.py +1 -1
  39. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_elevation_mask_point.py +1 -1
  40. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_file_type.py +1 -1
  41. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_gain_curve.py +1 -1
  42. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_gain_curve_point.py +1 -1
  43. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_get_embedded_query_url_response.py +1 -1
  44. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_get_instruction_request.py +1 -1
  45. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_get_instruction_request_upload_health.py +1 -1
  46. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_get_nodes.py +1 -1
  47. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_get_or_create_camera_request.py +1 -1
  48. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_get_or_create_mount_request.py +1 -1
  49. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_get_or_create_optical_tube_request.py +1 -1
  50. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_get_plate_solve_catalog_diff_request.py +1 -1
  51. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_ground_station_participant.py +1 -1
  52. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_image_set.py +1 -1
  53. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_image_set_image.py +1 -1
  54. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_instruction.py +1 -1
  55. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_metric.py +4 -2
  56. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_mount.py +1 -1
  57. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_node.py +1 -1
  58. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_node_component_type.py +2 -1
  59. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_node_controller_artifact.py +1 -1
  60. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_node_diagnostic_type.py +2 -1
  61. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_node_with_location.py +1 -1
  62. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_observation_instruction.py +6 -3
  63. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_optical_tube.py +1 -1
  64. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_plate_solve_catalog_file.py +1 -1
  65. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_plate_solve_catalog_file_download.py +1 -1
  66. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_read_noise_point.py +1 -1
  67. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_release.py +1 -1
  68. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_setup_action.py +1 -1
  69. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_slew_timing.py +1 -1
  70. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_slew_timing_interval.py +1 -1
  71. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_update_node_components_request.py +1 -1
  72. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_update_node_components_request_camera.py +1 -1
  73. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_update_node_components_request_mount.py +1 -1
  74. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_update_node_components_request_optical_tube.py +1 -1
  75. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_update_node_request.py +1 -1
  76. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v1_video_mode_framerate_property.py +1 -1
  77. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/models/v2_complete_observation_request.py +1 -1
  78. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/rest.py +1 -1
  79. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/pyproject.toml +1 -1
  80. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/api/__init__.py +0 -0
  81. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/api_response.py +0 -0
  82. {ourskyai_platform_api-1.3.4243 → ourskyai_platform_api-1.3.4331}/ourskyai_platform_api/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ourskyai_platform_api
3
- Version: 1.3.4243
3
+ Version: 1.3.4331
4
4
  Summary: OurSky Platform
5
5
  Home-page: https://github.com/GIT_USER_ID/GIT_REPO_ID
6
6
  License: NoLicense
@@ -28,8 +28,8 @@ No description provided (generated by Openapi Generator https://github.com/opena
28
28
 
29
29
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
30
30
 
31
- - API version: 1.3.4243
32
- - Package version: 1.3.4243
31
+ - API version: 1.3.4331
32
+ - Package version: 1.3.4331
33
33
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
34
34
 
35
35
  ## Requirements.
@@ -3,8 +3,8 @@ No description provided (generated by Openapi Generator https://github.com/opena
3
3
 
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
- - API version: 1.3.4243
7
- - Package version: 1.3.4243
6
+ - API version: 1.3.4331
7
+ - Package version: 1.3.4331
8
8
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
9
9
 
10
10
  ## Requirements.
@@ -7,14 +7,14 @@
7
7
 
8
8
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
9
9
 
10
- The version of the OpenAPI document: 1.3.4243
10
+ The version of the OpenAPI document: 1.3.4331
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
13
13
  Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "1.3.4243"
17
+ __version__ = "1.3.4331"
18
18
 
19
19
  # import apis into sdk package
20
20
  from ourskyai_platform_api.api.default_api import DefaultApi
@@ -44,6 +44,7 @@ from ourskyai_platform_api.models.plate_solve_parameters import PlateSolveParame
44
44
  from ourskyai_platform_api.models.shutter_type import ShutterType
45
45
  from ourskyai_platform_api.models.successful_create import SuccessfulCreate
46
46
  from ourskyai_platform_api.models.tracking_type import TrackingType
47
+ from ourskyai_platform_api.models.upload_priority import UploadPriority
47
48
  from ourskyai_platform_api.models.v1_auto_focus_instruction import V1AutoFocusInstruction
48
49
  from ourskyai_platform_api.models.v1_auto_focus_instruction_coordinates_inner import V1AutoFocusInstructionCoordinatesInner
49
50
  from ourskyai_platform_api.models.v1_camera import V1Camera
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -76,7 +76,7 @@ class ApiClient:
76
76
  self.default_headers[header_name] = header_value
77
77
  self.cookie = cookie
78
78
  # Set default User-Agent.
79
- self.user_agent = 'OpenAPI-Generator/1.3.4243/python'
79
+ self.user_agent = 'OpenAPI-Generator/1.3.4331/python'
80
80
  self.client_side_validation = configuration.client_side_validation
81
81
 
82
82
  def __enter__(self):
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -375,8 +375,8 @@ class Configuration:
375
375
  return "Python SDK Debug Report:\n"\
376
376
  "OS: {env}\n"\
377
377
  "Python Version: {pyversion}\n"\
378
- "Version of the API: 1.3.4243\n"\
379
- "SDK Package Version: 1.3.4243".\
378
+ "Version of the API: 1.3.4331\n"\
379
+ "SDK Package Version: 1.3.4331".\
380
380
  format(env=sys.platform, pyversion=sys.version)
381
381
 
382
382
  def get_host_settings(self):
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
 
7
7
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
8
 
9
- The version of the OpenAPI document: 1.3.4243
9
+ The version of the OpenAPI document: 1.3.4331
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -27,6 +27,7 @@ from ourskyai_platform_api.models.plate_solve_parameters import PlateSolveParame
27
27
  from ourskyai_platform_api.models.shutter_type import ShutterType
28
28
  from ourskyai_platform_api.models.successful_create import SuccessfulCreate
29
29
  from ourskyai_platform_api.models.tracking_type import TrackingType
30
+ from ourskyai_platform_api.models.upload_priority import UploadPriority
30
31
  from ourskyai_platform_api.models.v1_auto_focus_instruction import V1AutoFocusInstruction
31
32
  from ourskyai_platform_api.models.v1_auto_focus_instruction_coordinates_inner import V1AutoFocusInstructionCoordinatesInner
32
33
  from ourskyai_platform_api.models.v1_camera import V1Camera
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -32,6 +32,7 @@ class MetricType(str, Enum):
32
32
  COUNT = 'COUNT'
33
33
  DISTRIBUTION = 'DISTRIBUTION'
34
34
  GAUGE = 'GAUGE'
35
+ EVENT = 'EVENT'
35
36
 
36
37
  @classmethod
37
38
  def from_json(cls, json_str: str) -> MetricType:
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -0,0 +1,40 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ OurSky Platform
5
+
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+
8
+ The version of the OpenAPI document: 1.3.4331
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ import json
16
+ import pprint
17
+ import re # noqa: F401
18
+ from aenum import Enum, no_arg
19
+
20
+
21
+
22
+
23
+
24
+ class UploadPriority(str, Enum):
25
+ """
26
+ UploadPriority
27
+ """
28
+
29
+ """
30
+ allowed enum values
31
+ """
32
+ STANDARD = 'STANDARD'
33
+ HIGH = 'HIGH'
34
+
35
+ @classmethod
36
+ def from_json(cls, json_str: str) -> UploadPriority:
37
+ """Create an instance of UploadPriority from a JSON string"""
38
+ return UploadPriority(json.loads(json_str))
39
+
40
+
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -29,9 +29,10 @@ class V1Metric(BaseModel):
29
29
  name: StrictStr = Field(...)
30
30
  value: Union[StrictFloat, StrictInt] = Field(...)
31
31
  tags: Optional[conlist(StrictStr)] = None
32
+ description: Optional[StrictStr] = None
32
33
  type: MetricType = Field(...)
33
34
  measured_at: datetime = Field(..., alias="measuredAt")
34
- __properties = ["name", "value", "tags", "type", "measuredAt"]
35
+ __properties = ["name", "value", "tags", "description", "type", "measuredAt"]
35
36
 
36
37
  class Config:
37
38
  """Pydantic configuration"""
@@ -72,6 +73,7 @@ class V1Metric(BaseModel):
72
73
  "name": obj.get("name"),
73
74
  "value": obj.get("value"),
74
75
  "tags": obj.get("tags"),
76
+ "description": obj.get("description"),
75
77
  "type": obj.get("type"),
76
78
  "measured_at": obj.get("measuredAt")
77
79
  })
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -33,6 +33,7 @@ class V1NodeComponentType(str, Enum):
33
33
  MOUNT = 'MOUNT'
34
34
  OPTICAL_TUBE = 'OPTICAL_TUBE'
35
35
  COMPUTER = 'COMPUTER'
36
+ NODE = 'NODE'
36
37
 
37
38
  @classmethod
38
39
  def from_json(cls, json_str: str) -> V1NodeComponentType:
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -48,6 +48,7 @@ class V1NodeDiagnosticType(str, Enum):
48
48
  CPU_USAGE_LAST_MINUTE_PCT = 'CPU_USAGE_LAST_MINUTE_PCT'
49
49
  FOCUS_HFR_VALUES = 'FOCUS_HFR_VALUES'
50
50
  HAS_FOCUSER = 'HAS_FOCUSER'
51
+ GNSS_CALIBRATION = 'GNSS_CALIBRATION'
51
52
 
52
53
  @classmethod
53
54
  def from_json(cls, json_str: str) -> V1NodeDiagnosticType:
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -23,6 +23,7 @@ from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
23
23
  from ourskyai_platform_api.models.camera_mode import CameraMode
24
24
  from ourskyai_platform_api.models.plate_solve_parameters import PlateSolveParameters
25
25
  from ourskyai_platform_api.models.tracking_type import TrackingType
26
+ from ourskyai_platform_api.models.upload_priority import UploadPriority
26
27
 
27
28
  class V1ObservationInstruction(BaseModel):
28
29
  """
@@ -49,7 +50,8 @@ class V1ObservationInstruction(BaseModel):
49
50
  tle_offset_dec: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="tleOffsetDec")
50
51
  tle_offset_ra: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="tleOffsetRa")
51
52
  plate_solve_parameters: Optional[PlateSolveParameters] = Field(None, alias="plateSolveParameters")
52
- __properties = ["id", "imageSetId", "targetId", "trackingType", "exposureDuration", "binning", "gain", "gainMode", "gainOffset", "ra", "dec", "captureStart", "captureEnd", "preCaptureWait", "startSlewAt", "cameraMode", "tleLine1", "tleLine2", "tleOffsetDec", "tleOffsetRa", "plateSolveParameters"]
53
+ upload_priority: Optional[UploadPriority] = Field(None, alias="uploadPriority")
54
+ __properties = ["id", "imageSetId", "targetId", "trackingType", "exposureDuration", "binning", "gain", "gainMode", "gainOffset", "ra", "dec", "captureStart", "captureEnd", "preCaptureWait", "startSlewAt", "cameraMode", "tleLine1", "tleLine2", "tleOffsetDec", "tleOffsetRa", "plateSolveParameters", "uploadPriority"]
53
55
 
54
56
  class Config:
55
57
  """Pydantic configuration"""
@@ -110,7 +112,8 @@ class V1ObservationInstruction(BaseModel):
110
112
  "tle_line2": obj.get("tleLine2"),
111
113
  "tle_offset_dec": obj.get("tleOffsetDec"),
112
114
  "tle_offset_ra": obj.get("tleOffsetRa"),
113
- "plate_solve_parameters": PlateSolveParameters.from_dict(obj.get("plateSolveParameters")) if obj.get("plateSolveParameters") is not None else None
115
+ "plate_solve_parameters": PlateSolveParameters.from_dict(obj.get("plateSolveParameters")) if obj.get("plateSolveParameters") is not None else None,
116
+ "upload_priority": obj.get("uploadPriority")
114
117
  })
115
118
  return _obj
116
119
 
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -5,7 +5,7 @@
5
5
 
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.4243
8
+ The version of the OpenAPI document: 1.3.4331
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ourskyai_platform_api"
3
- version = "1.3.4243"
3
+ version = "1.3.4331"
4
4
  description = "OurSky Platform"
5
5
  authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6
6
  license = "NoLicense"