udl-sdk 0.1.0a10__py3-none-any.whl → 0.1.0a11__py3-none-any.whl

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 (413) hide show
  1. {udl_sdk-0.1.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/METADATA +39 -46
  2. {udl_sdk-0.1.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/RECORD +413 -263
  3. unifieddatalibrary/__init__.py +2 -1
  4. unifieddatalibrary/_base_client.py +44 -2
  5. unifieddatalibrary/_client.py +6 -2
  6. unifieddatalibrary/_models.py +2 -0
  7. unifieddatalibrary/_types.py +2 -0
  8. unifieddatalibrary/_version.py +1 -1
  9. unifieddatalibrary/resources/air_events.py +5 -6
  10. unifieddatalibrary/resources/air_load_plans.py +5 -6
  11. unifieddatalibrary/resources/air_operations/air_tasking_orders.py +5 -6
  12. unifieddatalibrary/resources/air_transport_missions/air_transport_missions.py +5 -6
  13. unifieddatalibrary/resources/aircraft.py +5 -6
  14. unifieddatalibrary/resources/aircraft_sorties.py +5 -6
  15. unifieddatalibrary/resources/aircraft_status_remarks.py +5 -6
  16. unifieddatalibrary/resources/aircraft_statuses/aircraft_statuses.py +5 -6
  17. unifieddatalibrary/resources/airfield_slot_consumptions.py +5 -6
  18. unifieddatalibrary/resources/airfield_slots.py +5 -6
  19. unifieddatalibrary/resources/airfield_status/airfield_status.py +5 -6
  20. unifieddatalibrary/resources/airfields.py +5 -6
  21. unifieddatalibrary/resources/airspace_control_orders.py +5 -6
  22. unifieddatalibrary/resources/ais/ais.py +5 -6
  23. unifieddatalibrary/resources/analytic_imagery.py +5 -6
  24. unifieddatalibrary/resources/antennas.py +5 -6
  25. unifieddatalibrary/resources/attitude_data.py +6 -7
  26. unifieddatalibrary/resources/attitude_sets/attitude_sets.py +5 -6
  27. unifieddatalibrary/resources/aviation_risk_management.py +5 -6
  28. unifieddatalibrary/resources/batteries.py +5 -6
  29. unifieddatalibrary/resources/beam.py +5 -6
  30. unifieddatalibrary/resources/beam_contours.py +5 -6
  31. unifieddatalibrary/resources/buses.py +5 -6
  32. unifieddatalibrary/resources/channels.py +5 -6
  33. unifieddatalibrary/resources/collect_requests/collect_requests.py +5 -6
  34. unifieddatalibrary/resources/collect_responses/collect_responses.py +5 -6
  35. unifieddatalibrary/resources/comm.py +5 -6
  36. unifieddatalibrary/resources/conjunctions/conjunctions.py +5 -6
  37. unifieddatalibrary/resources/countries.py +5 -6
  38. unifieddatalibrary/resources/crew.py +5 -6
  39. unifieddatalibrary/resources/diff_of_arrival/diff_of_arrival.py +5 -6
  40. unifieddatalibrary/resources/diplomatic_clearance/country.py +21 -22
  41. unifieddatalibrary/resources/diplomatic_clearance/diplomatic_clearance.py +5 -6
  42. unifieddatalibrary/resources/drift_history.py +6 -7
  43. unifieddatalibrary/resources/dropzone.py +5 -6
  44. unifieddatalibrary/resources/effect_requests/effect_requests.py +5 -6
  45. unifieddatalibrary/resources/effect_responses/effect_responses.py +5 -6
  46. unifieddatalibrary/resources/elsets/elsets.py +10 -12
  47. unifieddatalibrary/resources/emitter_geolocation.py +5 -6
  48. unifieddatalibrary/resources/engines.py +5 -6
  49. unifieddatalibrary/resources/entities.py +13 -10
  50. unifieddatalibrary/resources/eop/eop.py +5 -6
  51. unifieddatalibrary/resources/ephemeris/ephemeris.py +7 -8
  52. unifieddatalibrary/resources/ephemeris_sets/ephemeris_sets.py +7 -8
  53. unifieddatalibrary/resources/equipment.py +5 -6
  54. unifieddatalibrary/resources/equipment_remarks.py +5 -6
  55. unifieddatalibrary/resources/evac/evac.py +5 -6
  56. unifieddatalibrary/resources/event_evolution/event_evolution.py +5 -6
  57. unifieddatalibrary/resources/feature_assessment/feature_assessment.py +5 -6
  58. unifieddatalibrary/resources/flightplan.py +5 -6
  59. unifieddatalibrary/resources/geo_status/geo_status.py +5 -6
  60. unifieddatalibrary/resources/global_atmospheric_model/global_atmospheric_model.py +7 -8
  61. unifieddatalibrary/resources/gnss_observationset/gnss_observationset.py +5 -6
  62. unifieddatalibrary/resources/gnss_rawif.py +5 -6
  63. unifieddatalibrary/resources/ground_imagery/ground_imagery.py +5 -6
  64. unifieddatalibrary/resources/h3_geo/h3_geo.py +5 -6
  65. unifieddatalibrary/resources/h3_geo_hex_cell.py +6 -7
  66. unifieddatalibrary/resources/hazard/hazard.py +5 -6
  67. unifieddatalibrary/resources/ion_oobservation.py +5 -6
  68. unifieddatalibrary/resources/ir.py +5 -6
  69. unifieddatalibrary/resources/isr_collections/isr_collections.py +5 -6
  70. unifieddatalibrary/resources/item.py +5 -6
  71. unifieddatalibrary/resources/item_trackings/item_trackings.py +5 -6
  72. unifieddatalibrary/resources/launch_detection.py +5 -6
  73. unifieddatalibrary/resources/launch_event/launch_event.py +5 -6
  74. unifieddatalibrary/resources/launch_site.py +5 -6
  75. unifieddatalibrary/resources/launch_vehicle.py +5 -6
  76. unifieddatalibrary/resources/link_status/datalink.py +5 -6
  77. unifieddatalibrary/resources/link_status/link_status.py +5 -6
  78. unifieddatalibrary/resources/location.py +5 -6
  79. unifieddatalibrary/resources/logistics_support/logistics_support.py +5 -6
  80. unifieddatalibrary/resources/maneuvers/maneuvers.py +5 -6
  81. unifieddatalibrary/resources/manifold.py +5 -6
  82. unifieddatalibrary/resources/manifoldelset.py +5 -6
  83. unifieddatalibrary/resources/missile_tracks/missile_tracks.py +5 -6
  84. unifieddatalibrary/resources/mission_assignment/mission_assignment.py +5 -6
  85. unifieddatalibrary/resources/mti/mti.py +5 -6
  86. unifieddatalibrary/resources/navigation.py +5 -6
  87. unifieddatalibrary/resources/navigational_obstruction.py +5 -6
  88. unifieddatalibrary/resources/notification/notification.py +5 -6
  89. unifieddatalibrary/resources/object_of_interest.py +5 -6
  90. unifieddatalibrary/resources/observations/ecpsdr.py +5 -6
  91. unifieddatalibrary/resources/observations/eo_observations/eo_observations.py +5 -6
  92. unifieddatalibrary/resources/observations/monoradar/monoradar.py +5 -6
  93. unifieddatalibrary/resources/observations/passive_radar_observation/passive_radar_observation.py +5 -6
  94. unifieddatalibrary/resources/observations/radarobservation/radarobservation.py +5 -6
  95. unifieddatalibrary/resources/observations/rf_observation/rf_observation.py +5 -6
  96. unifieddatalibrary/resources/onboardnavigation/onboardnavigation.py +5 -6
  97. unifieddatalibrary/resources/onorbit/onorbit.py +5 -6
  98. unifieddatalibrary/resources/onorbitevent.py +5 -6
  99. unifieddatalibrary/resources/onorbitlist.py +5 -6
  100. unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py +5 -6
  101. unifieddatalibrary/resources/operatingunit.py +5 -6
  102. unifieddatalibrary/resources/operatingunitremark.py +5 -6
  103. unifieddatalibrary/resources/orbitdetermination/orbitdetermination.py +5 -6
  104. unifieddatalibrary/resources/orbittrack/orbittrack.py +5 -6
  105. unifieddatalibrary/resources/organization.py +5 -6
  106. unifieddatalibrary/resources/personnelrecovery/personnelrecovery.py +5 -6
  107. unifieddatalibrary/resources/poi.py +5 -6
  108. unifieddatalibrary/resources/port.py +5 -6
  109. unifieddatalibrary/resources/rf_band.py +5 -6
  110. unifieddatalibrary/resources/rf_band_type.py +5 -6
  111. unifieddatalibrary/resources/rf_emitter.py +5 -6
  112. unifieddatalibrary/resources/rf_emitter_details.py +5 -6
  113. unifieddatalibrary/resources/route_stats.py +5 -6
  114. unifieddatalibrary/resources/sar_observation/sar_observation.py +5 -6
  115. unifieddatalibrary/resources/scientific.py +5 -6
  116. unifieddatalibrary/resources/scs/folders.py +8 -0
  117. unifieddatalibrary/resources/scs/paths.py +16 -0
  118. unifieddatalibrary/resources/scs/scs.py +16 -0
  119. unifieddatalibrary/resources/scs/v2.py +64 -4
  120. unifieddatalibrary/resources/sensor/calibration/calibration.py +117 -112
  121. unifieddatalibrary/resources/sensor/sensor.py +5 -6
  122. unifieddatalibrary/resources/sensor_maintenance/sensor_maintenance.py +5 -6
  123. unifieddatalibrary/resources/sensor_observation_type.py +6 -7
  124. unifieddatalibrary/resources/sensor_plan/sensor_plan.py +5 -6
  125. unifieddatalibrary/resources/sensor_type.py +6 -7
  126. unifieddatalibrary/resources/sera_data_comm_details.py +5 -6
  127. unifieddatalibrary/resources/sera_data_early_warning.py +5 -6
  128. unifieddatalibrary/resources/sera_data_navigation.py +5 -6
  129. unifieddatalibrary/resources/seradata_optical_payload.py +5 -6
  130. unifieddatalibrary/resources/seradata_radar_payload.py +5 -6
  131. unifieddatalibrary/resources/seradata_sigint_payload.py +5 -6
  132. unifieddatalibrary/resources/seradata_spacecraft_details.py +5 -6
  133. unifieddatalibrary/resources/sgi/sgi.py +5 -6
  134. unifieddatalibrary/resources/sigact/sigact.py +5 -6
  135. unifieddatalibrary/resources/site/operations.py +5 -6
  136. unifieddatalibrary/resources/site/site.py +5 -6
  137. unifieddatalibrary/resources/site_remark.py +5 -6
  138. unifieddatalibrary/resources/site_status/site_status.py +5 -6
  139. unifieddatalibrary/resources/sky_imagery/sky_imagery.py +5 -6
  140. unifieddatalibrary/resources/soi_observation_set/soi_observation_set.py +5 -6
  141. unifieddatalibrary/resources/solar_array.py +5 -6
  142. unifieddatalibrary/resources/sortie_ppr/sortie_ppr.py +5 -6
  143. unifieddatalibrary/resources/space_env_observation/space_env_observation.py +5 -6
  144. unifieddatalibrary/resources/stage.py +5 -6
  145. unifieddatalibrary/resources/star_catalog/star_catalog.py +5 -6
  146. unifieddatalibrary/resources/state_vector/state_vector.py +7 -8
  147. unifieddatalibrary/resources/status.py +5 -6
  148. unifieddatalibrary/resources/substatus.py +5 -6
  149. unifieddatalibrary/resources/supporting_data/query_help.py +6 -7
  150. unifieddatalibrary/resources/surface.py +5 -6
  151. unifieddatalibrary/resources/surface_obstruction.py +5 -6
  152. unifieddatalibrary/resources/swir/swir.py +5 -6
  153. unifieddatalibrary/resources/tai_utc/tai_utc.py +5 -6
  154. unifieddatalibrary/resources/track/track.py +5 -6
  155. unifieddatalibrary/resources/track_details/track_details.py +5 -6
  156. unifieddatalibrary/resources/track_route/track_route.py +5 -6
  157. unifieddatalibrary/resources/transponder.py +5 -6
  158. unifieddatalibrary/resources/vessel.py +5 -6
  159. unifieddatalibrary/resources/video/video.py +5 -6
  160. unifieddatalibrary/resources/weather_data/weather_data.py +5 -6
  161. unifieddatalibrary/resources/weather_report/weather_report.py +5 -6
  162. unifieddatalibrary/types/__init__.py +200 -0
  163. unifieddatalibrary/types/ai_queryhelp_response.py +63 -0
  164. unifieddatalibrary/types/air_event_queryhelp_response.py +63 -0
  165. unifieddatalibrary/types/air_load_plan_queryhelp_response.py +63 -0
  166. unifieddatalibrary/types/air_operations/__init__.py +1 -0
  167. unifieddatalibrary/types/air_operations/air_tasking_order_query_help_response.py +63 -0
  168. unifieddatalibrary/types/air_operations/diplomatic_clearance_unvalidated_publish_params.py +4 -4
  169. unifieddatalibrary/types/air_operations/diplomaticclearance_abridged.py +4 -4
  170. unifieddatalibrary/types/air_operations/diplomaticclearance_full.py +4 -4
  171. unifieddatalibrary/types/air_transport_mission_queryhelp_response.py +63 -0
  172. unifieddatalibrary/types/aircraft_queryhelp_response.py +63 -0
  173. unifieddatalibrary/types/aircraft_sorty_queryhelp_response.py +63 -0
  174. unifieddatalibrary/types/aircraft_status_queryhelp_response.py +63 -0
  175. unifieddatalibrary/types/aircraft_status_remark_queryhelp_response.py +63 -0
  176. unifieddatalibrary/types/airfield_queryhelp_response.py +63 -0
  177. unifieddatalibrary/types/airfield_slot_consumption_queryhelp_response.py +63 -0
  178. unifieddatalibrary/types/airfield_slot_queryhelp_response.py +63 -0
  179. unifieddatalibrary/types/airfield_status_queryhelp_response.py +63 -0
  180. unifieddatalibrary/types/airspace_control_order_query_help_response.py +63 -0
  181. unifieddatalibrary/types/analytic_imagery_full.py +272 -1
  182. unifieddatalibrary/types/analytic_imagery_history_response.py +2 -2
  183. unifieddatalibrary/types/analytic_imagery_queryhelp_response.py +63 -0
  184. unifieddatalibrary/types/analytic_imagery_tuple_response.py +2 -2
  185. unifieddatalibrary/types/antenna_queryhelp_response.py +63 -0
  186. unifieddatalibrary/types/attitude_data_query_help_response.py +63 -0
  187. unifieddatalibrary/types/attitude_set_query_help_response.py +63 -0
  188. unifieddatalibrary/types/aviation_risk_management_query_help_response.py +63 -0
  189. unifieddatalibrary/types/battery_queryhelp_response.py +63 -0
  190. unifieddatalibrary/types/beam_contour_query_help_response.py +63 -0
  191. unifieddatalibrary/types/beam_query_help_response.py +63 -0
  192. unifieddatalibrary/types/bus_query_help_response.py +63 -0
  193. unifieddatalibrary/types/channel_queryhelp_response.py +63 -0
  194. unifieddatalibrary/types/collect_request_abridged.py +3 -1
  195. unifieddatalibrary/types/collect_request_create_bulk_params.py +3 -1
  196. unifieddatalibrary/types/collect_request_create_params.py +3 -1
  197. unifieddatalibrary/types/collect_request_query_help_response.py +63 -0
  198. unifieddatalibrary/types/collect_request_unvalidated_publish_params.py +3 -1
  199. unifieddatalibrary/types/collect_response_query_help_response.py +63 -0
  200. unifieddatalibrary/types/comm_queryhelp_response.py +63 -0
  201. unifieddatalibrary/types/conjunction_abridged.py +6 -2
  202. unifieddatalibrary/types/conjunction_create_bulk_params.py +6 -2
  203. unifieddatalibrary/types/conjunction_create_udl_params.py +6 -2
  204. unifieddatalibrary/types/conjunction_full.py +6 -2
  205. unifieddatalibrary/types/conjunction_queryhelp_response.py +63 -0
  206. unifieddatalibrary/types/conjunction_unvalidated_publish_params.py +6 -2
  207. unifieddatalibrary/types/country_queryhelp_response.py +63 -0
  208. unifieddatalibrary/types/crew_queryhelp_response.py +63 -0
  209. unifieddatalibrary/types/diff_of_arrival_queryhelp_response.py +63 -0
  210. unifieddatalibrary/types/diplomatic_clearance/__init__.py +1 -0
  211. unifieddatalibrary/types/diplomatic_clearance/country_create_bulk_params.py +4 -4
  212. unifieddatalibrary/types/diplomatic_clearance/country_create_params.py +4 -4
  213. unifieddatalibrary/types/diplomatic_clearance/country_list_response.py +4 -4
  214. unifieddatalibrary/types/diplomatic_clearance/country_query_help_response.py +63 -0
  215. unifieddatalibrary/types/diplomatic_clearance/country_retrieve_response.py +4 -4
  216. unifieddatalibrary/types/diplomatic_clearance/country_tuple_response.py +4 -4
  217. unifieddatalibrary/types/diplomatic_clearance/country_unvalidated_publish_params.py +4 -4
  218. unifieddatalibrary/types/diplomatic_clearance/country_update_params.py +4 -4
  219. unifieddatalibrary/types/diplomatic_clearance_create_bulk_params.py +4 -4
  220. unifieddatalibrary/types/diplomatic_clearance_create_params.py +4 -4
  221. unifieddatalibrary/types/diplomatic_clearance_queryhelp_response.py +63 -0
  222. unifieddatalibrary/types/diplomatic_clearance_update_params.py +4 -4
  223. unifieddatalibrary/types/drift_history_queryhelp_response.py +63 -0
  224. unifieddatalibrary/types/dropzone_query_help_response.py +63 -0
  225. unifieddatalibrary/types/effect_request_query_help_response.py +63 -0
  226. unifieddatalibrary/types/effect_response_query_help_response.py +63 -0
  227. unifieddatalibrary/types/elset_query_current_elset_help_response.py +63 -0
  228. unifieddatalibrary/types/elset_queryhelp_response.py +63 -0
  229. unifieddatalibrary/types/emitter_geolocation_query_help_response.py +63 -0
  230. unifieddatalibrary/types/engine_queryhelp_response.py +63 -0
  231. unifieddatalibrary/types/entity_abridged.py +13 -2
  232. unifieddatalibrary/types/entity_create_params.py +2 -1
  233. unifieddatalibrary/types/entity_full.py +13 -2
  234. unifieddatalibrary/types/entity_get_all_types_response.py +4 -3875
  235. unifieddatalibrary/types/entity_ingest_param.py +2 -1
  236. unifieddatalibrary/types/entity_query_help_response.py +63 -0
  237. unifieddatalibrary/types/entity_update_params.py +2 -1
  238. unifieddatalibrary/types/eop_queryhelp_response.py +63 -0
  239. unifieddatalibrary/types/ephemeris_queryhelp_response.py +63 -0
  240. unifieddatalibrary/types/ephemeris_set.py +3 -1
  241. unifieddatalibrary/types/ephemeris_set_abridged.py +3 -1
  242. unifieddatalibrary/types/ephemeris_set_create_params.py +3 -1
  243. unifieddatalibrary/types/ephemeris_set_queryhelp_response.py +63 -0
  244. unifieddatalibrary/types/ephemeris_unvalidated_publish_params.py +3 -1
  245. unifieddatalibrary/types/equipment_query_help_response.py +63 -0
  246. unifieddatalibrary/types/equipment_remark_query_help_response.py +63 -0
  247. unifieddatalibrary/types/evac_query_help_response.py +63 -0
  248. unifieddatalibrary/types/event_evolution_queryhelp_response.py +63 -0
  249. unifieddatalibrary/types/feature_assessment_query_help_response.py +63 -0
  250. unifieddatalibrary/types/flightplan_queryhelp_response.py +63 -0
  251. unifieddatalibrary/types/geo_status_queryhelp_response.py +63 -0
  252. unifieddatalibrary/types/global_atmospheric_model_query_help_response.py +63 -0
  253. unifieddatalibrary/types/gnss_observationset_queryhelp_response.py +63 -0
  254. unifieddatalibrary/types/gnss_rawif_queryhelp_response.py +63 -0
  255. unifieddatalibrary/types/ground_imagery_queryhelp_response.py +63 -0
  256. unifieddatalibrary/types/h3_geo_hex_cell_queryhelp_response.py +63 -0
  257. unifieddatalibrary/types/h3_geo_queryhelp_response.py +63 -0
  258. unifieddatalibrary/types/hazard_queryhelp_response.py +63 -0
  259. unifieddatalibrary/types/ion_oobservation_queryhelp_response.py +63 -0
  260. unifieddatalibrary/types/ir_queryhelp_response.py +63 -0
  261. unifieddatalibrary/types/isr_collection_queryhelp_response.py +63 -0
  262. unifieddatalibrary/types/item_queryhelp_response.py +63 -0
  263. unifieddatalibrary/types/item_tracking_queryhelp_response.py +63 -0
  264. unifieddatalibrary/types/launch_detection_queryhelp_response.py +63 -0
  265. unifieddatalibrary/types/launch_event_queryhelp_response.py +63 -0
  266. unifieddatalibrary/types/launch_site_queryhelp_response.py +63 -0
  267. unifieddatalibrary/types/launch_vehicle_queryhelp_response.py +63 -0
  268. unifieddatalibrary/types/link_status/__init__.py +1 -0
  269. unifieddatalibrary/types/link_status/datalink_queryhelp_response.py +63 -0
  270. unifieddatalibrary/types/link_status_queryhelp_response.py +63 -0
  271. unifieddatalibrary/types/location_queryhelp_response.py +63 -0
  272. unifieddatalibrary/types/logistics_support_queryhelp_response.py +63 -0
  273. unifieddatalibrary/types/maneuver_create_bulk_params.py +6 -2
  274. unifieddatalibrary/types/maneuver_create_params.py +6 -2
  275. unifieddatalibrary/types/maneuver_get_response.py +6 -2
  276. unifieddatalibrary/types/maneuver_list_response.py +6 -2
  277. unifieddatalibrary/types/maneuver_queryhelp_response.py +63 -0
  278. unifieddatalibrary/types/maneuver_tuple_response.py +6 -2
  279. unifieddatalibrary/types/maneuver_unvalidated_publish_params.py +6 -2
  280. unifieddatalibrary/types/maneuvers/history_list_response.py +6 -2
  281. unifieddatalibrary/types/manifold_queryhelp_response.py +63 -0
  282. unifieddatalibrary/types/manifoldelset_queryhelp_response.py +63 -0
  283. unifieddatalibrary/types/missile_track_create_bulk_params.py +6 -4
  284. unifieddatalibrary/types/missile_track_list_response.py +6 -4
  285. unifieddatalibrary/types/missile_track_queryhelp_response.py +63 -0
  286. unifieddatalibrary/types/missile_track_tuple_response.py +6 -4
  287. unifieddatalibrary/types/missile_track_unvalidated_publish_params.py +6 -4
  288. unifieddatalibrary/types/missile_tracks/history_query_response.py +6 -4
  289. unifieddatalibrary/types/mission_assignment_queryhelp_response.py +63 -0
  290. unifieddatalibrary/types/mti_queryhelp_response.py +63 -0
  291. unifieddatalibrary/types/navigation_queryhelp_response.py +63 -0
  292. unifieddatalibrary/types/navigational_obstruction_queryhelp_response.py +63 -0
  293. unifieddatalibrary/types/notification_queryhelp_response.py +63 -0
  294. unifieddatalibrary/types/object_of_interest_queryhelp_response.py +63 -0
  295. unifieddatalibrary/types/observations/__init__.py +8 -0
  296. unifieddatalibrary/types/observations/ecpsdr_query_help_response.py +63 -0
  297. unifieddatalibrary/types/observations/eo_observation_queryhelp_response.py +63 -0
  298. unifieddatalibrary/types/observations/monoradar_queryhelp_response.py +63 -0
  299. unifieddatalibrary/types/observations/passive_radar_observation_queryhelp_response.py +63 -0
  300. unifieddatalibrary/types/observations/radarobservation_queryhelp_response.py +63 -0
  301. unifieddatalibrary/types/observations/rf_observation_queryhelp_response.py +63 -0
  302. unifieddatalibrary/types/onboardnavigation_queryhelp_response.py +63 -0
  303. unifieddatalibrary/types/onorbit_queryhelp_response.py +63 -0
  304. unifieddatalibrary/types/onorbitevent_queryhelp_response.py +63 -0
  305. unifieddatalibrary/types/onorbitlist_queryhelp_response.py +63 -0
  306. unifieddatalibrary/types/onorbitthrusterstatus_queryhelp_response.py +63 -0
  307. unifieddatalibrary/types/operatingunit_queryhelp_response.py +63 -0
  308. unifieddatalibrary/types/operatingunitremark_queryhelp_response.py +63 -0
  309. unifieddatalibrary/types/orbitdetermination/history_list_response.py +3 -1
  310. unifieddatalibrary/types/orbitdetermination_create_bulk_params.py +3 -1
  311. unifieddatalibrary/types/orbitdetermination_create_params.py +3 -1
  312. unifieddatalibrary/types/orbitdetermination_get_response.py +3 -1
  313. unifieddatalibrary/types/orbitdetermination_list_response.py +3 -1
  314. unifieddatalibrary/types/orbitdetermination_queryhelp_response.py +63 -0
  315. unifieddatalibrary/types/orbitdetermination_tuple_response.py +3 -1
  316. unifieddatalibrary/types/orbitdetermination_unvalidated_publish_params.py +3 -1
  317. unifieddatalibrary/types/orbittrack_queryhelp_response.py +63 -0
  318. unifieddatalibrary/types/organization_queryhelp_response.py +63 -0
  319. unifieddatalibrary/types/personnelrecovery_queryhelp_response.py +63 -0
  320. unifieddatalibrary/types/poi_queryhelp_response.py +63 -0
  321. unifieddatalibrary/types/port_queryhelp_response.py +63 -0
  322. unifieddatalibrary/types/rf_band_queryhelp_response.py +63 -0
  323. unifieddatalibrary/types/rf_band_type_queryhelp_response.py +63 -0
  324. unifieddatalibrary/types/rf_emitter_detail_queryhelp_response.py +63 -0
  325. unifieddatalibrary/types/rf_emitter_queryhelp_response.py +63 -0
  326. unifieddatalibrary/types/route_stat_query_help_response.py +63 -0
  327. unifieddatalibrary/types/sar_observation_queryhelp_response.py +63 -0
  328. unifieddatalibrary/types/sc_file_upload_params.py +6 -0
  329. unifieddatalibrary/types/scientific_queryhelp_response.py +63 -0
  330. unifieddatalibrary/types/scs/folder_create_params.py +3 -0
  331. unifieddatalibrary/types/scs/folder_update_params.py +2 -0
  332. unifieddatalibrary/types/scs/path_create_params.py +6 -0
  333. unifieddatalibrary/types/scs/scs_entity.py +2 -0
  334. unifieddatalibrary/types/scs/v2_file_upload_params.py +6 -0
  335. unifieddatalibrary/types/scs/v2_folder_create_params.py +5 -0
  336. unifieddatalibrary/types/scs/v2_update_params.py +5 -0
  337. unifieddatalibrary/types/sensor/__init__.py +1 -0
  338. unifieddatalibrary/types/sensor/calibration/history_query_response.py +64 -53
  339. unifieddatalibrary/types/sensor/calibration_create_bulk_params.py +64 -53
  340. unifieddatalibrary/types/sensor/calibration_create_params.py +64 -53
  341. unifieddatalibrary/types/sensor/calibration_query_help_response.py +63 -0
  342. unifieddatalibrary/types/sensor/calibration_query_response.py +64 -53
  343. unifieddatalibrary/types/sensor/calibration_retrieve_response.py +64 -53
  344. unifieddatalibrary/types/sensor/calibration_tuple_response.py +64 -53
  345. unifieddatalibrary/types/sensor/calibration_unvalidated_publish_params.py +64 -53
  346. unifieddatalibrary/types/sensor_create_params.py +349 -4
  347. unifieddatalibrary/types/sensor_get_response.py +362 -5
  348. unifieddatalibrary/types/sensor_list_response.py +362 -5
  349. unifieddatalibrary/types/sensor_maintenance_queryhelp_response.py +63 -0
  350. unifieddatalibrary/types/sensor_observation_type_queryhelp_response.py +63 -0
  351. unifieddatalibrary/types/sensor_plan/history_retrieve_response.py +3 -1
  352. unifieddatalibrary/types/sensor_plan_create_params.py +3 -1
  353. unifieddatalibrary/types/sensor_plan_get_response.py +3 -1
  354. unifieddatalibrary/types/sensor_plan_queryhelp_response.py +63 -0
  355. unifieddatalibrary/types/sensor_plan_tuple_response.py +3 -1
  356. unifieddatalibrary/types/sensor_plan_unvalidated_publish_params.py +3 -1
  357. unifieddatalibrary/types/sensor_plan_update_params.py +3 -1
  358. unifieddatalibrary/types/sensor_queryhelp_response.py +63 -0
  359. unifieddatalibrary/types/sensor_tuple_response.py +362 -5
  360. unifieddatalibrary/types/sensor_type_queryhelp_response.py +63 -0
  361. unifieddatalibrary/types/sensor_update_params.py +349 -4
  362. unifieddatalibrary/types/sera_data_comm_detail_queryhelp_response.py +63 -0
  363. unifieddatalibrary/types/sera_data_early_warning_queryhelp_response.py +63 -0
  364. unifieddatalibrary/types/sera_data_navigation_queryhelp_response.py +63 -0
  365. unifieddatalibrary/types/seradata_optical_payload_queryhelp_response.py +63 -0
  366. unifieddatalibrary/types/seradata_radar_payload_queryhelp_response.py +63 -0
  367. unifieddatalibrary/types/seradata_sigint_payload_queryhelp_response.py +63 -0
  368. unifieddatalibrary/types/seradata_spacecraft_detail_queryhelp_response.py +63 -0
  369. unifieddatalibrary/types/sgi_queryhelp_response.py +63 -0
  370. unifieddatalibrary/types/shared/collect_request_full.py +3 -1
  371. unifieddatalibrary/types/shared/file_data.py +2 -0
  372. unifieddatalibrary/types/shared/onorbit_full.py +13 -2
  373. unifieddatalibrary/types/shared_params/file_data.py +2 -0
  374. unifieddatalibrary/types/sigact_queryhelp_response.py +63 -0
  375. unifieddatalibrary/types/site/__init__.py +1 -0
  376. unifieddatalibrary/types/site/operation_query_help_response.py +63 -0
  377. unifieddatalibrary/types/site_queryhelp_response.py +63 -0
  378. unifieddatalibrary/types/site_remark_queryhelp_response.py +63 -0
  379. unifieddatalibrary/types/site_status_queryhelp_response.py +63 -0
  380. unifieddatalibrary/types/sky_imagery_queryhelp_response.py +63 -0
  381. unifieddatalibrary/types/soi_observation_set_queryhelp_response.py +63 -0
  382. unifieddatalibrary/types/solar_array_queryhelp_response.py +63 -0
  383. unifieddatalibrary/types/sortie_ppr_queryhelp_response.py +63 -0
  384. unifieddatalibrary/types/space_env_observation_queryhelp_response.py +63 -0
  385. unifieddatalibrary/types/stage_queryhelp_response.py +63 -0
  386. unifieddatalibrary/types/star_catalog_queryhelp_response.py +63 -0
  387. unifieddatalibrary/types/state_vector_abridged.py +3 -1
  388. unifieddatalibrary/types/state_vector_create_params.py +3 -1
  389. unifieddatalibrary/types/state_vector_full.py +3 -1
  390. unifieddatalibrary/types/state_vector_ingest_param.py +3 -1
  391. unifieddatalibrary/types/state_vector_queryhelp_response.py +63 -0
  392. unifieddatalibrary/types/status_queryhelp_response.py +63 -0
  393. unifieddatalibrary/types/substatus_queryhelp_response.py +63 -0
  394. unifieddatalibrary/types/supporting_data/__init__.py +1 -0
  395. unifieddatalibrary/types/supporting_data/query_help_retrieve_response.py +63 -0
  396. unifieddatalibrary/types/surface_obstruction_queryhelp_response.py +63 -0
  397. unifieddatalibrary/types/surface_queryhelp_response.py +63 -0
  398. unifieddatalibrary/types/swir_queryhelp_response.py +63 -0
  399. unifieddatalibrary/types/tai_utc_queryhelp_response.py +63 -0
  400. unifieddatalibrary/types/track/track_full.py +26 -0
  401. unifieddatalibrary/types/track_create_bulk_params.py +26 -0
  402. unifieddatalibrary/types/track_detail_queryhelp_response.py +63 -0
  403. unifieddatalibrary/types/track_list_response.py +26 -0
  404. unifieddatalibrary/types/track_queryhelp_response.py +63 -0
  405. unifieddatalibrary/types/track_route_queryhelp_response.py +63 -0
  406. unifieddatalibrary/types/track_unvalidated_publish_params.py +26 -0
  407. unifieddatalibrary/types/transponder_queryhelp_response.py +63 -0
  408. unifieddatalibrary/types/vessel_queryhelp_response.py +63 -0
  409. unifieddatalibrary/types/video_queryhelp_response.py +63 -0
  410. unifieddatalibrary/types/weather_data_queryhelp_response.py +63 -0
  411. unifieddatalibrary/types/weather_report_queryhelp_response.py +63 -0
  412. {udl_sdk-0.1.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/WHEEL +0 -0
  413. {udl_sdk-0.1.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/licenses/LICENSE +0 -0
@@ -50,6 +50,7 @@ class FoldersResource(SyncAPIResource):
50
50
  classification_marking: str,
51
51
  description: str | NotGiven = NOT_GIVEN,
52
52
  read: str | NotGiven = NOT_GIVEN,
53
+ send_notification: bool | NotGiven = NOT_GIVEN,
53
54
  tags: str | NotGiven = NOT_GIVEN,
54
55
  write: str | NotGiven = NOT_GIVEN,
55
56
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -74,6 +75,8 @@ class FoldersResource(SyncAPIResource):
74
75
 
75
76
  read: Comma separated list of user ids who can read contents of the folder.
76
77
 
78
+ send_notification: Whether or not to send a notification that this folder was created.
79
+
77
80
  tags: Comma separated list of tags to add to the folder.
78
81
 
79
82
  write: Comma separated list of user ids who can write to the folder.
@@ -99,6 +102,7 @@ class FoldersResource(SyncAPIResource):
99
102
  "classification_marking": classification_marking,
100
103
  "description": description,
101
104
  "read": read,
105
+ "send_notification": send_notification,
102
106
  "tags": tags,
103
107
  "write": write,
104
108
  },
@@ -233,6 +237,7 @@ class AsyncFoldersResource(AsyncAPIResource):
233
237
  classification_marking: str,
234
238
  description: str | NotGiven = NOT_GIVEN,
235
239
  read: str | NotGiven = NOT_GIVEN,
240
+ send_notification: bool | NotGiven = NOT_GIVEN,
236
241
  tags: str | NotGiven = NOT_GIVEN,
237
242
  write: str | NotGiven = NOT_GIVEN,
238
243
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -257,6 +262,8 @@ class AsyncFoldersResource(AsyncAPIResource):
257
262
 
258
263
  read: Comma separated list of user ids who can read contents of the folder.
259
264
 
265
+ send_notification: Whether or not to send a notification that this folder was created.
266
+
260
267
  tags: Comma separated list of tags to add to the folder.
261
268
 
262
269
  write: Comma separated list of user ids who can write to the folder.
@@ -282,6 +289,7 @@ class AsyncFoldersResource(AsyncAPIResource):
282
289
  "classification_marking": classification_marking,
283
290
  "description": description,
284
291
  "read": read,
292
+ "send_notification": send_notification,
285
293
  "tags": tags,
286
294
  "write": write,
287
295
  },
@@ -46,8 +46,10 @@ class PathsResource(SyncAPIResource):
46
46
  id: str,
47
47
  classification_marking: str,
48
48
  body: FileTypes,
49
+ delete_after: str | NotGiven = NOT_GIVEN,
49
50
  description: str | NotGiven = NOT_GIVEN,
50
51
  overwrite: bool | NotGiven = NOT_GIVEN,
52
+ send_notification: bool | NotGiven = NOT_GIVEN,
51
53
  tags: str | NotGiven = NOT_GIVEN,
52
54
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
53
55
  # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -67,10 +69,14 @@ class PathsResource(SyncAPIResource):
67
69
 
68
70
  classification_marking: Classification (ex. U//FOUO)
69
71
 
72
+ delete_after: Length of time after which to automatically delete the file.
73
+
70
74
  description: Description
71
75
 
72
76
  overwrite: Whether or not to overwrite a file with the same name and path, if one exists.
73
77
 
78
+ send_notification: Whether or not to send a notification that this file was uploaded.
79
+
74
80
  tags: Tags
75
81
 
76
82
  extra_headers: Send extra headers
@@ -93,8 +99,10 @@ class PathsResource(SyncAPIResource):
93
99
  {
94
100
  "id": id,
95
101
  "classification_marking": classification_marking,
102
+ "delete_after": delete_after,
96
103
  "description": description,
97
104
  "overwrite": overwrite,
105
+ "send_notification": send_notification,
98
106
  "tags": tags,
99
107
  },
100
108
  path_create_params.PathCreateParams,
@@ -130,8 +138,10 @@ class AsyncPathsResource(AsyncAPIResource):
130
138
  id: str,
131
139
  classification_marking: str,
132
140
  body: FileTypes,
141
+ delete_after: str | NotGiven = NOT_GIVEN,
133
142
  description: str | NotGiven = NOT_GIVEN,
134
143
  overwrite: bool | NotGiven = NOT_GIVEN,
144
+ send_notification: bool | NotGiven = NOT_GIVEN,
135
145
  tags: str | NotGiven = NOT_GIVEN,
136
146
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
137
147
  # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -151,10 +161,14 @@ class AsyncPathsResource(AsyncAPIResource):
151
161
 
152
162
  classification_marking: Classification (ex. U//FOUO)
153
163
 
164
+ delete_after: Length of time after which to automatically delete the file.
165
+
154
166
  description: Description
155
167
 
156
168
  overwrite: Whether or not to overwrite a file with the same name and path, if one exists.
157
169
 
170
+ send_notification: Whether or not to send a notification that this file was uploaded.
171
+
158
172
  tags: Tags
159
173
 
160
174
  extra_headers: Send extra headers
@@ -177,8 +191,10 @@ class AsyncPathsResource(AsyncAPIResource):
177
191
  {
178
192
  "id": id,
179
193
  "classification_marking": classification_marking,
194
+ "delete_after": delete_after,
180
195
  "description": description,
181
196
  "overwrite": overwrite,
197
+ "send_notification": send_notification,
182
198
  "tags": tags,
183
199
  },
184
200
  path_create_params.PathCreateParams,
@@ -391,8 +391,10 @@ class ScsResource(SyncAPIResource):
391
391
  file_name: str,
392
392
  path: str,
393
393
  body: FileTypes,
394
+ delete_after: str | NotGiven = NOT_GIVEN,
394
395
  description: str | NotGiven = NOT_GIVEN,
395
396
  overwrite: bool | NotGiven = NOT_GIVEN,
397
+ send_notification: bool | NotGiven = NOT_GIVEN,
396
398
  tags: str | NotGiven = NOT_GIVEN,
397
399
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
398
400
  # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -413,10 +415,14 @@ class ScsResource(SyncAPIResource):
413
415
 
414
416
  path: The base path to upload file (ex. images)
415
417
 
418
+ delete_after: Length of time after which to automatically delete the file.
419
+
416
420
  description: Description
417
421
 
418
422
  overwrite: Whether or not to overwrite a file with the same name and path, if one exists.
419
423
 
424
+ send_notification: Whether or not to send a notification that this file was uploaded.
425
+
420
426
  tags: Tags
421
427
 
422
428
  extra_headers: Send extra headers
@@ -440,8 +446,10 @@ class ScsResource(SyncAPIResource):
440
446
  "classification_marking": classification_marking,
441
447
  "file_name": file_name,
442
448
  "path": path,
449
+ "delete_after": delete_after,
443
450
  "description": description,
444
451
  "overwrite": overwrite,
452
+ "send_notification": send_notification,
445
453
  "tags": tags,
446
454
  },
447
455
  sc_file_upload_params.ScFileUploadParams,
@@ -944,8 +952,10 @@ class AsyncScsResource(AsyncAPIResource):
944
952
  file_name: str,
945
953
  path: str,
946
954
  body: FileTypes,
955
+ delete_after: str | NotGiven = NOT_GIVEN,
947
956
  description: str | NotGiven = NOT_GIVEN,
948
957
  overwrite: bool | NotGiven = NOT_GIVEN,
958
+ send_notification: bool | NotGiven = NOT_GIVEN,
949
959
  tags: str | NotGiven = NOT_GIVEN,
950
960
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
951
961
  # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -966,10 +976,14 @@ class AsyncScsResource(AsyncAPIResource):
966
976
 
967
977
  path: The base path to upload file (ex. images)
968
978
 
979
+ delete_after: Length of time after which to automatically delete the file.
980
+
969
981
  description: Description
970
982
 
971
983
  overwrite: Whether or not to overwrite a file with the same name and path, if one exists.
972
984
 
985
+ send_notification: Whether or not to send a notification that this file was uploaded.
986
+
973
987
  tags: Tags
974
988
 
975
989
  extra_headers: Send extra headers
@@ -993,8 +1007,10 @@ class AsyncScsResource(AsyncAPIResource):
993
1007
  "classification_marking": classification_marking,
994
1008
  "file_name": file_name,
995
1009
  "path": path,
1010
+ "delete_after": delete_after,
996
1011
  "description": description,
997
1012
  "overwrite": overwrite,
1013
+ "send_notification": send_notification,
998
1014
  "tags": tags,
999
1015
  },
1000
1016
  sc_file_upload_params.ScFileUploadParams,
@@ -56,7 +56,9 @@ class V2Resource(SyncAPIResource):
56
56
  self,
57
57
  *,
58
58
  path: str,
59
+ send_notification: bool | NotGiven = NOT_GIVEN,
59
60
  classification_marking: str | NotGiven = NOT_GIVEN,
61
+ delete_on: int | NotGiven = NOT_GIVEN,
60
62
  description: str | NotGiven = NOT_GIVEN,
61
63
  read_acl: str | NotGiven = NOT_GIVEN,
62
64
  tags: List[str] | NotGiven = NOT_GIVEN,
@@ -78,6 +80,8 @@ class V2Resource(SyncAPIResource):
78
80
  Args:
79
81
  path: The complete path for the object to be updated.
80
82
 
83
+ send_notification: Whether or not to send a notification that the target file/folder was updated.
84
+
81
85
  classification_marking: Classification marking of the folder or file in IC/CAPCO portion-marked format.
82
86
 
83
87
  description: Optional description for the file or folder.
@@ -105,6 +109,7 @@ class V2Resource(SyncAPIResource):
105
109
  body=maybe_transform(
106
110
  {
107
111
  "classification_marking": classification_marking,
112
+ "delete_on": delete_on,
108
113
  "description": description,
109
114
  "read_acl": read_acl,
110
115
  "tags": tags,
@@ -117,7 +122,13 @@ class V2Resource(SyncAPIResource):
117
122
  extra_query=extra_query,
118
123
  extra_body=extra_body,
119
124
  timeout=timeout,
120
- query=maybe_transform({"path": path}, v2_update_params.V2UpdateParams),
125
+ query=maybe_transform(
126
+ {
127
+ "path": path,
128
+ "send_notification": send_notification,
129
+ },
130
+ v2_update_params.V2UpdateParams,
131
+ ),
121
132
  ),
122
133
  cast_to=NoneType,
123
134
  )
@@ -265,8 +276,10 @@ class V2Resource(SyncAPIResource):
265
276
  classification_marking: str,
266
277
  path: str,
267
278
  body: FileTypes,
279
+ delete_after: str | NotGiven = NOT_GIVEN,
268
280
  description: str | NotGiven = NOT_GIVEN,
269
281
  overwrite: bool | NotGiven = NOT_GIVEN,
282
+ send_notification: bool | NotGiven = NOT_GIVEN,
270
283
  tags: str | NotGiven = NOT_GIVEN,
271
284
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
272
285
  # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -287,10 +300,14 @@ class V2Resource(SyncAPIResource):
287
300
  path: The complete path for the upload including filename. Will attempt to create
288
301
  folders in path if necessary. Must start with '/'.
289
302
 
303
+ delete_after: Length of time after which to automatically delete the file.
304
+
290
305
  description: Optional description of uploaded document.
291
306
 
292
307
  overwrite: Whether or not to overwrite a file with the same name and path, if one exists.
293
308
 
309
+ send_notification: Whether or not to send a notification that this file was uploaded.
310
+
294
311
  tags: Optional array of provider/source specific tags for this data, used for
295
312
  implementing data owner conditional access controls to restrict access to the
296
313
  data.
@@ -316,8 +333,10 @@ class V2Resource(SyncAPIResource):
316
333
  {
317
334
  "classification_marking": classification_marking,
318
335
  "path": path,
336
+ "delete_after": delete_after,
319
337
  "description": description,
320
338
  "overwrite": overwrite,
339
+ "send_notification": send_notification,
321
340
  "tags": tags,
322
341
  },
323
342
  v2_file_upload_params.V2FileUploadParams,
@@ -330,7 +349,9 @@ class V2Resource(SyncAPIResource):
330
349
  self,
331
350
  *,
332
351
  path: str,
352
+ send_notification: bool | NotGiven = NOT_GIVEN,
333
353
  classification_marking: str | NotGiven = NOT_GIVEN,
354
+ delete_on: int | NotGiven = NOT_GIVEN,
334
355
  description: str | NotGiven = NOT_GIVEN,
335
356
  read_acl: str | NotGiven = NOT_GIVEN,
336
357
  tags: List[str] | NotGiven = NOT_GIVEN,
@@ -356,6 +377,8 @@ class V2Resource(SyncAPIResource):
356
377
  path: Path to create. Will attempt to create all folders in the path that do not
357
378
  exist. Must start and end with '/'.
358
379
 
380
+ send_notification: Whether or not to send a notification that this folder was created.
381
+
359
382
  classification_marking: Classification marking of the folder or file in IC/CAPCO portion-marked format.
360
383
 
361
384
  description: Optional description for the file or folder.
@@ -383,6 +406,7 @@ class V2Resource(SyncAPIResource):
383
406
  body=maybe_transform(
384
407
  {
385
408
  "classification_marking": classification_marking,
409
+ "delete_on": delete_on,
386
410
  "description": description,
387
411
  "read_acl": read_acl,
388
412
  "tags": tags,
@@ -395,7 +419,13 @@ class V2Resource(SyncAPIResource):
395
419
  extra_query=extra_query,
396
420
  extra_body=extra_body,
397
421
  timeout=timeout,
398
- query=maybe_transform({"path": path}, v2_folder_create_params.V2FolderCreateParams),
422
+ query=maybe_transform(
423
+ {
424
+ "path": path,
425
+ "send_notification": send_notification,
426
+ },
427
+ v2_folder_create_params.V2FolderCreateParams,
428
+ ),
399
429
  ),
400
430
  cast_to=NoneType,
401
431
  )
@@ -475,7 +505,9 @@ class AsyncV2Resource(AsyncAPIResource):
475
505
  self,
476
506
  *,
477
507
  path: str,
508
+ send_notification: bool | NotGiven = NOT_GIVEN,
478
509
  classification_marking: str | NotGiven = NOT_GIVEN,
510
+ delete_on: int | NotGiven = NOT_GIVEN,
479
511
  description: str | NotGiven = NOT_GIVEN,
480
512
  read_acl: str | NotGiven = NOT_GIVEN,
481
513
  tags: List[str] | NotGiven = NOT_GIVEN,
@@ -497,6 +529,8 @@ class AsyncV2Resource(AsyncAPIResource):
497
529
  Args:
498
530
  path: The complete path for the object to be updated.
499
531
 
532
+ send_notification: Whether or not to send a notification that the target file/folder was updated.
533
+
500
534
  classification_marking: Classification marking of the folder or file in IC/CAPCO portion-marked format.
501
535
 
502
536
  description: Optional description for the file or folder.
@@ -524,6 +558,7 @@ class AsyncV2Resource(AsyncAPIResource):
524
558
  body=await async_maybe_transform(
525
559
  {
526
560
  "classification_marking": classification_marking,
561
+ "delete_on": delete_on,
527
562
  "description": description,
528
563
  "read_acl": read_acl,
529
564
  "tags": tags,
@@ -536,7 +571,13 @@ class AsyncV2Resource(AsyncAPIResource):
536
571
  extra_query=extra_query,
537
572
  extra_body=extra_body,
538
573
  timeout=timeout,
539
- query=await async_maybe_transform({"path": path}, v2_update_params.V2UpdateParams),
574
+ query=await async_maybe_transform(
575
+ {
576
+ "path": path,
577
+ "send_notification": send_notification,
578
+ },
579
+ v2_update_params.V2UpdateParams,
580
+ ),
540
581
  ),
541
582
  cast_to=NoneType,
542
583
  )
@@ -684,8 +725,10 @@ class AsyncV2Resource(AsyncAPIResource):
684
725
  classification_marking: str,
685
726
  path: str,
686
727
  body: FileTypes,
728
+ delete_after: str | NotGiven = NOT_GIVEN,
687
729
  description: str | NotGiven = NOT_GIVEN,
688
730
  overwrite: bool | NotGiven = NOT_GIVEN,
731
+ send_notification: bool | NotGiven = NOT_GIVEN,
689
732
  tags: str | NotGiven = NOT_GIVEN,
690
733
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
691
734
  # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -706,10 +749,14 @@ class AsyncV2Resource(AsyncAPIResource):
706
749
  path: The complete path for the upload including filename. Will attempt to create
707
750
  folders in path if necessary. Must start with '/'.
708
751
 
752
+ delete_after: Length of time after which to automatically delete the file.
753
+
709
754
  description: Optional description of uploaded document.
710
755
 
711
756
  overwrite: Whether or not to overwrite a file with the same name and path, if one exists.
712
757
 
758
+ send_notification: Whether or not to send a notification that this file was uploaded.
759
+
713
760
  tags: Optional array of provider/source specific tags for this data, used for
714
761
  implementing data owner conditional access controls to restrict access to the
715
762
  data.
@@ -735,8 +782,10 @@ class AsyncV2Resource(AsyncAPIResource):
735
782
  {
736
783
  "classification_marking": classification_marking,
737
784
  "path": path,
785
+ "delete_after": delete_after,
738
786
  "description": description,
739
787
  "overwrite": overwrite,
788
+ "send_notification": send_notification,
740
789
  "tags": tags,
741
790
  },
742
791
  v2_file_upload_params.V2FileUploadParams,
@@ -749,7 +798,9 @@ class AsyncV2Resource(AsyncAPIResource):
749
798
  self,
750
799
  *,
751
800
  path: str,
801
+ send_notification: bool | NotGiven = NOT_GIVEN,
752
802
  classification_marking: str | NotGiven = NOT_GIVEN,
803
+ delete_on: int | NotGiven = NOT_GIVEN,
753
804
  description: str | NotGiven = NOT_GIVEN,
754
805
  read_acl: str | NotGiven = NOT_GIVEN,
755
806
  tags: List[str] | NotGiven = NOT_GIVEN,
@@ -775,6 +826,8 @@ class AsyncV2Resource(AsyncAPIResource):
775
826
  path: Path to create. Will attempt to create all folders in the path that do not
776
827
  exist. Must start and end with '/'.
777
828
 
829
+ send_notification: Whether or not to send a notification that this folder was created.
830
+
778
831
  classification_marking: Classification marking of the folder or file in IC/CAPCO portion-marked format.
779
832
 
780
833
  description: Optional description for the file or folder.
@@ -802,6 +855,7 @@ class AsyncV2Resource(AsyncAPIResource):
802
855
  body=await async_maybe_transform(
803
856
  {
804
857
  "classification_marking": classification_marking,
858
+ "delete_on": delete_on,
805
859
  "description": description,
806
860
  "read_acl": read_acl,
807
861
  "tags": tags,
@@ -814,7 +868,13 @@ class AsyncV2Resource(AsyncAPIResource):
814
868
  extra_query=extra_query,
815
869
  extra_body=extra_body,
816
870
  timeout=timeout,
817
- query=await async_maybe_transform({"path": path}, v2_folder_create_params.V2FolderCreateParams),
871
+ query=await async_maybe_transform(
872
+ {
873
+ "path": path,
874
+ "send_notification": send_notification,
875
+ },
876
+ v2_folder_create_params.V2FolderCreateParams,
877
+ ),
818
878
  ),
819
879
  cast_to=NoneType,
820
880
  )