gpp-client 26.7.3.dev10__tar.gz → 26.7.3.dev11__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 (112) hide show
  1. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/PKG-INFO +1 -1
  2. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/__init__.py +190 -0
  3. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/client.py +3613 -70
  4. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/custom_fields.py +568 -4
  5. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/custom_typing_fields.py +48 -0
  6. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/enums.py +39 -2
  7. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/fragments.py +594 -0
  8. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_goats_observations.py +2 -0
  9. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/input_types.py +192 -4
  10. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/.gitignore +0 -0
  11. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/LICENSE +0 -0
  12. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/README.md +0 -0
  13. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/graphql/README.md +0 -0
  14. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/pyproject.toml +0 -0
  15. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/__init__.py +0 -0
  16. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/__init__.py +0 -0
  17. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/cli.py +0 -0
  18. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/commands/__init__.py +0 -0
  19. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/commands/attachment.py +0 -0
  20. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/commands/goats.py +0 -0
  21. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/commands/observation.py +0 -0
  22. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/commands/program.py +0 -0
  23. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/commands/scheduler.py +0 -0
  24. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/commands/site_status.py +0 -0
  25. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/commands/target.py +0 -0
  26. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/commands/workflow_state.py +0 -0
  27. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/console.py +0 -0
  28. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/output.py +0 -0
  29. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/cli/utils.py +0 -0
  30. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/client.py +0 -0
  31. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/constants.py +0 -0
  32. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/__init__.py +0 -0
  33. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/atom.py +0 -0
  34. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/attachment.py +0 -0
  35. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/base.py +0 -0
  36. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/goats.py +0 -0
  37. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/observation.py +0 -0
  38. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/program.py +0 -0
  39. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/scheduler.py +0 -0
  40. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/site_status.py +0 -0
  41. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/target.py +0 -0
  42. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/domains/workflow_state.py +0 -0
  43. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/environment.py +0 -0
  44. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/exceptions.py +0 -0
  45. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/async_base_client.py +0 -0
  46. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/base_model.py +0 -0
  47. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/base_operation.py +0 -0
  48. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/clone_observation.py +0 -0
  49. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/clone_target.py +0 -0
  50. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/create_call_for_proposals.py +0 -0
  51. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/create_observation.py +0 -0
  52. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/create_program.py +0 -0
  53. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/create_target_by_program_id.py +0 -0
  54. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/create_target_by_program_reference.py +0 -0
  55. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/create_target_by_proposal_reference.py +0 -0
  56. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/custom_mutations.py +0 -0
  57. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/custom_queries.py +0 -0
  58. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/delete_call_for_proposals_by_id.py +0 -0
  59. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/delete_observation_by_id.py +0 -0
  60. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/delete_observation_by_reference.py +0 -0
  61. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/delete_program_by_id.py +0 -0
  62. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/delete_target_by_id.py +0 -0
  63. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/exceptions.py +0 -0
  64. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_call_for_proposals.py +0 -0
  65. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_calls_for_proposals.py +0 -0
  66. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_goats_programs.py +0 -0
  67. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_observation.py +0 -0
  68. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_observation_attachments_by_id.py +0 -0
  69. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_observation_attachments_by_reference.py +0 -0
  70. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_observation_workflow_state_by_id.py +0 -0
  71. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_observation_workflow_state_by_reference.py +0 -0
  72. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_observations.py +0 -0
  73. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_program_attachments_by_id.py +0 -0
  74. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_program_attachments_by_proposal_reference.py +0 -0
  75. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_program_attachments_by_reference.py +0 -0
  76. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_program_by_id.py +0 -0
  77. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_program_by_proposal_reference.py +0 -0
  78. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_program_by_reference.py +0 -0
  79. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_programs.py +0 -0
  80. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_scheduler_all_programs_id.py +0 -0
  81. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_scheduler_programs.py +0 -0
  82. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_target_by_id.py +0 -0
  83. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/get_targets.py +0 -0
  84. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/obs_calculation_update.py +0 -0
  85. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/observation_edit.py +0 -0
  86. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/package_environment.py +0 -0
  87. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/ping.py +0 -0
  88. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/program_edit.py +0 -0
  89. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/restore_call_for_proposals_by_id.py +0 -0
  90. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/restore_observation_by_id.py +0 -0
  91. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/restore_observation_by_reference.py +0 -0
  92. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/restore_program_by_id.py +0 -0
  93. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/restore_target_by_id.py +0 -0
  94. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/scheduler_observations_updates.py +0 -0
  95. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/set_observation_workflow_state.py +0 -0
  96. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/target_edit.py +0 -0
  97. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/update_call_for_proposals_by_id.py +0 -0
  98. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/update_calls_for_proposals.py +0 -0
  99. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/update_observation_by_id.py +0 -0
  100. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/update_observation_by_reference.py +0 -0
  101. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/update_observations.py +0 -0
  102. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/update_program_by_id.py +0 -0
  103. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/update_programs.py +0 -0
  104. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/update_target_by_id.py +0 -0
  105. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/generated/update_targets.py +0 -0
  106. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/logging_utils.py +0 -0
  107. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/rest/__init__.py +0 -0
  108. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/rest/client.py +0 -0
  109. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/rest/models.py +0 -0
  110. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/rest/utils.py +0 -0
  111. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/settings.py +0 -0
  112. {gpp_client-26.7.3.dev10 → gpp_client-26.7.3.dev11}/src/gpp_client/urls.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: gpp-client
3
- Version: 26.7.3.dev10
3
+ Version: 26.7.3.dev11
4
4
  Summary: Gemini Program Platform client.
5
5
  Project-URL: Homepage, https://github.com/gemini-hlsw/gpp-client
6
6
  Project-URL: Source, https://github.com/gemini-hlsw/gpp-client
@@ -141,18 +141,21 @@ from .enums import (
141
141
  GmosDtax,
142
142
  GmosEOffsetting,
143
143
  GmosGratingOrder,
144
+ GmosIfuAcquisitionRoi,
144
145
  GmosLongSlitAcquisitionRoi,
145
146
  GmosMosAcquisitionType,
146
147
  GmosNorthBuiltinFpu,
147
148
  GmosNorthDetector,
148
149
  GmosNorthFilter,
149
150
  GmosNorthGrating,
151
+ GmosNorthIfuFpu,
150
152
  GmosNorthStageMode,
151
153
  GmosRoi,
152
154
  GmosSouthBuiltinFpu,
153
155
  GmosSouthDetector,
154
156
  GmosSouthFilter,
155
157
  GmosSouthGrating,
158
+ GmosSouthIfuFpu,
156
159
  GmosSouthStageMode,
157
160
  GnirsAcquisitionType,
158
161
  GnirsCamera,
@@ -193,10 +196,12 @@ from .enums import (
193
196
  PlanetSpectrum,
194
197
  PortDisposition,
195
198
  PosAngleConstraintMode,
199
+ ProgramStatus,
196
200
  ProgramType,
197
201
  ProgramUserRole,
198
202
  ProgramUserSupportRoleType,
199
203
  ProposalStatus,
204
+ ProposalSummaryStyle,
200
205
  QuasarSpectrum,
201
206
  SchedulingMode,
202
207
  ScienceBand,
@@ -280,6 +285,28 @@ from .fragments import (
280
285
  Flamingos2LongSlitDetailsExposureTimeModeTimeAndCountAt,
281
286
  Flamingos2LongSlitDetailsExposureTimeModeTimeAndCountTime,
282
287
  Flamingos2LongSlitDetailsTelluricType,
288
+ Flamingos2MosDetails,
289
+ Flamingos2MosDetailsDefaultTelescopeConfigs,
290
+ Flamingos2MosDetailsDefaultTelescopeConfigsAlongSlit,
291
+ Flamingos2MosDetailsDefaultTelescopeConfigsAlongSlitQ,
292
+ Flamingos2MosDetailsDefaultTelescopeConfigsToSky,
293
+ Flamingos2MosDetailsDefaultTelescopeConfigsToSkyOffset,
294
+ Flamingos2MosDetailsDefaultTelescopeConfigsToSkyOffsetP,
295
+ Flamingos2MosDetailsDefaultTelescopeConfigsToSkyOffsetQ,
296
+ Flamingos2MosDetailsExplicitTelescopeConfigs,
297
+ Flamingos2MosDetailsExplicitTelescopeConfigsAlongSlit,
298
+ Flamingos2MosDetailsExplicitTelescopeConfigsAlongSlitQ,
299
+ Flamingos2MosDetailsExplicitTelescopeConfigsToSky,
300
+ Flamingos2MosDetailsExplicitTelescopeConfigsToSkyOffset,
301
+ Flamingos2MosDetailsExplicitTelescopeConfigsToSkyOffsetP,
302
+ Flamingos2MosDetailsExplicitTelescopeConfigsToSkyOffsetQ,
303
+ Flamingos2MosDetailsExposureTimeMode,
304
+ Flamingos2MosDetailsExposureTimeModeSignalToNoise,
305
+ Flamingos2MosDetailsExposureTimeModeSignalToNoiseAt,
306
+ Flamingos2MosDetailsExposureTimeModeTimeAndCount,
307
+ Flamingos2MosDetailsExposureTimeModeTimeAndCountAt,
308
+ Flamingos2MosDetailsExposureTimeModeTimeAndCountTime,
309
+ Flamingos2MosDetailsTelluricType,
283
310
  GhostDetectorConfigDetails,
284
311
  GhostDetectorConfigDetailsExposureTimeMode,
285
312
  GhostDetectorConfigDetailsExposureTimeModeSignalToNoise,
@@ -294,15 +321,72 @@ from .fragments import (
294
321
  GhostIfuDetailsSkyPositionDec,
295
322
  GhostIfuDetailsSkyPositionRa,
296
323
  GhostIfuDetailsSlitViewingCameraExposureTime,
324
+ GmosNorthIfuDetails,
325
+ GmosNorthIfuDetailsAcquisition,
326
+ GmosNorthIfuDetailsAcquisitionExposureTimeMode,
327
+ GmosNorthIfuDetailsAcquisitionExposureTimeModeSignalToNoise,
328
+ GmosNorthIfuDetailsAcquisitionExposureTimeModeSignalToNoiseAt,
329
+ GmosNorthIfuDetailsAcquisitionExposureTimeModeTimeAndCount,
330
+ GmosNorthIfuDetailsAcquisitionExposureTimeModeTimeAndCountAt,
331
+ GmosNorthIfuDetailsAcquisitionExposureTimeModeTimeAndCountTime,
332
+ GmosNorthIfuDetailsCentralWavelength,
297
333
  GmosNorthImagingDetails,
298
334
  GmosNorthImagingDetailsFilters,
299
335
  GmosNorthLongSlitDetails,
300
336
  GmosNorthLongSlitDetailsCentralWavelength,
337
+ GmosNorthMosDetails,
338
+ GmosNorthMosDetailsAcquisition,
339
+ GmosNorthMosDetailsAcquisitionExposureTimeMode,
340
+ GmosNorthMosDetailsAcquisitionExposureTimeModeSignalToNoise,
341
+ GmosNorthMosDetailsAcquisitionExposureTimeModeSignalToNoiseAt,
342
+ GmosNorthMosDetailsAcquisitionExposureTimeModeTimeAndCount,
343
+ GmosNorthMosDetailsAcquisitionExposureTimeModeTimeAndCountAt,
344
+ GmosNorthMosDetailsAcquisitionExposureTimeModeTimeAndCountTime,
345
+ GmosNorthMosDetailsCentralWavelength,
346
+ GmosNorthMosDetailsExposureTimeMode,
347
+ GmosNorthMosDetailsExposureTimeModeSignalToNoise,
348
+ GmosNorthMosDetailsExposureTimeModeSignalToNoiseAt,
349
+ GmosNorthMosDetailsExposureTimeModeTimeAndCount,
350
+ GmosNorthMosDetailsExposureTimeModeTimeAndCountAt,
351
+ GmosNorthMosDetailsExposureTimeModeTimeAndCountTime,
352
+ GmosSouthIfuDetails,
353
+ GmosSouthIfuDetailsAcquisition,
354
+ GmosSouthIfuDetailsAcquisitionExposureTimeMode,
355
+ GmosSouthIfuDetailsAcquisitionExposureTimeModeSignalToNoise,
356
+ GmosSouthIfuDetailsAcquisitionExposureTimeModeSignalToNoiseAt,
357
+ GmosSouthIfuDetailsAcquisitionExposureTimeModeTimeAndCount,
358
+ GmosSouthIfuDetailsAcquisitionExposureTimeModeTimeAndCountAt,
359
+ GmosSouthIfuDetailsAcquisitionExposureTimeModeTimeAndCountTime,
360
+ GmosSouthIfuDetailsExposureTimeMode,
361
+ GmosSouthIfuDetailsExposureTimeModeSignalToNoise,
362
+ GmosSouthIfuDetailsExposureTimeModeSignalToNoiseAt,
363
+ GmosSouthIfuDetailsExposureTimeModeTimeAndCount,
364
+ GmosSouthIfuDetailsExposureTimeModeTimeAndCountAt,
365
+ GmosSouthIfuDetailsExposureTimeModeTimeAndCountTime,
301
366
  GmosSouthImagingDetails,
302
367
  GmosSouthImagingDetailsFilters,
303
368
  GmosSouthLongSlitDetails,
304
369
  GmosSouthLongSlitDetailsCentralWavelength,
370
+ GmosSouthMosDetails,
371
+ GmosSouthMosDetailsAcquisition,
372
+ GmosSouthMosDetailsAcquisitionExposureTimeMode,
373
+ GmosSouthMosDetailsAcquisitionExposureTimeModeSignalToNoise,
374
+ GmosSouthMosDetailsAcquisitionExposureTimeModeSignalToNoiseAt,
375
+ GmosSouthMosDetailsAcquisitionExposureTimeModeTimeAndCount,
376
+ GmosSouthMosDetailsAcquisitionExposureTimeModeTimeAndCountAt,
377
+ GmosSouthMosDetailsAcquisitionExposureTimeModeTimeAndCountTime,
378
+ GmosSouthMosDetailsExposureTimeMode,
379
+ GmosSouthMosDetailsExposureTimeModeSignalToNoise,
380
+ GmosSouthMosDetailsExposureTimeModeSignalToNoiseAt,
381
+ GmosSouthMosDetailsExposureTimeModeTimeAndCount,
382
+ GmosSouthMosDetailsExposureTimeModeTimeAndCountAt,
383
+ GmosSouthMosDetailsExposureTimeModeTimeAndCountTime,
305
384
  GnirsDetails,
385
+ GnirsDetailsFlamingos2Mos,
386
+ GnirsDetailsGmosNorthIfu,
387
+ GnirsDetailsGmosNorthMos,
388
+ GnirsDetailsGmosSouthIfu,
389
+ GnirsDetailsGmosSouthMos,
306
390
  GnirsDetailsGnirsImaging,
307
391
  GnirsDetailsGnirsSpectroscopy,
308
392
  GnirsImagingDetails,
@@ -397,11 +481,16 @@ from .fragments import (
397
481
  ObservingModeDetails,
398
482
  ObservingModeDetailsFlamingos2Imaging,
399
483
  ObservingModeDetailsFlamingos2LongSlit,
484
+ ObservingModeDetailsFlamingos2Mos,
400
485
  ObservingModeDetailsGhostIfu,
486
+ ObservingModeDetailsGmosNorthIfu,
401
487
  ObservingModeDetailsGmosNorthImaging,
402
488
  ObservingModeDetailsGmosNorthLongSlit,
489
+ ObservingModeDetailsGmosNorthMos,
490
+ ObservingModeDetailsGmosSouthIfu,
403
491
  ObservingModeDetailsGmosSouthImaging,
404
492
  ObservingModeDetailsGmosSouthLongSlit,
493
+ ObservingModeDetailsGmosSouthMos,
405
494
  ObservingModeDetailsGnirsImaging,
406
495
  ObservingModeDetailsGnirsSpectroscopy,
407
496
  ObservingModeDetailsIgrins2LongSlit,
@@ -997,11 +1086,14 @@ from .input_types import (
997
1086
  GhostStepInput,
998
1087
  GmosCcdModeInput,
999
1088
  GmosCustomMaskInput,
1089
+ GmosIfuAnalysisInput,
1000
1090
  GmosNodAndShuffleInput,
1001
1091
  GmosNorthAtomInput,
1002
1092
  GmosNorthDynamicInput,
1003
1093
  GmosNorthFpuInput,
1004
1094
  GmosNorthGratingConfigInput,
1095
+ GmosNorthIfuAcquisitionInput,
1096
+ GmosNorthIfuInput,
1005
1097
  GmosNorthImagingFilterInput,
1006
1098
  GmosNorthImagingInput,
1007
1099
  GmosNorthLongSlitAcquisitionInput,
@@ -1014,6 +1106,8 @@ from .input_types import (
1014
1106
  GmosSouthDynamicInput,
1015
1107
  GmosSouthFpuInput,
1016
1108
  GmosSouthGratingConfigInput,
1109
+ GmosSouthIfuAcquisitionInput,
1110
+ GmosSouthIfuInput,
1017
1111
  GmosSouthImagingFilterInput,
1018
1112
  GmosSouthImagingInput,
1019
1113
  GmosSouthLongSlitAcquisitionInput,
@@ -1190,6 +1284,7 @@ from .input_types import (
1190
1284
  WhereEqInstrument,
1191
1285
  WhereEqPartner,
1192
1286
  WhereEqPartnerLinkType,
1287
+ WhereEqProgramStatus,
1193
1288
  WhereEqProgramType,
1194
1289
  WhereEqProgramUserRole,
1195
1290
  WhereEqProposalStatus,
@@ -1653,6 +1748,28 @@ __all__ = [
1653
1748
  "Flamingos2LongSlitInput",
1654
1749
  "Flamingos2LyotWheel",
1655
1750
  "Flamingos2MosAcquisitionInput",
1751
+ "Flamingos2MosDetails",
1752
+ "Flamingos2MosDetailsDefaultTelescopeConfigs",
1753
+ "Flamingos2MosDetailsDefaultTelescopeConfigsAlongSlit",
1754
+ "Flamingos2MosDetailsDefaultTelescopeConfigsAlongSlitQ",
1755
+ "Flamingos2MosDetailsDefaultTelescopeConfigsToSky",
1756
+ "Flamingos2MosDetailsDefaultTelescopeConfigsToSkyOffset",
1757
+ "Flamingos2MosDetailsDefaultTelescopeConfigsToSkyOffsetP",
1758
+ "Flamingos2MosDetailsDefaultTelescopeConfigsToSkyOffsetQ",
1759
+ "Flamingos2MosDetailsExplicitTelescopeConfigs",
1760
+ "Flamingos2MosDetailsExplicitTelescopeConfigsAlongSlit",
1761
+ "Flamingos2MosDetailsExplicitTelescopeConfigsAlongSlitQ",
1762
+ "Flamingos2MosDetailsExplicitTelescopeConfigsToSky",
1763
+ "Flamingos2MosDetailsExplicitTelescopeConfigsToSkyOffset",
1764
+ "Flamingos2MosDetailsExplicitTelescopeConfigsToSkyOffsetP",
1765
+ "Flamingos2MosDetailsExplicitTelescopeConfigsToSkyOffsetQ",
1766
+ "Flamingos2MosDetailsExposureTimeMode",
1767
+ "Flamingos2MosDetailsExposureTimeModeSignalToNoise",
1768
+ "Flamingos2MosDetailsExposureTimeModeSignalToNoiseAt",
1769
+ "Flamingos2MosDetailsExposureTimeModeTimeAndCount",
1770
+ "Flamingos2MosDetailsExposureTimeModeTimeAndCountAt",
1771
+ "Flamingos2MosDetailsExposureTimeModeTimeAndCountTime",
1772
+ "Flamingos2MosDetailsTelluricType",
1656
1773
  "Flamingos2MosInput",
1657
1774
  "Flamingos2ReadMode",
1658
1775
  "Flamingos2ReadoutMode",
@@ -2120,6 +2237,8 @@ __all__ = [
2120
2237
  "GmosDtax",
2121
2238
  "GmosEOffsetting",
2122
2239
  "GmosGratingOrder",
2240
+ "GmosIfuAcquisitionRoi",
2241
+ "GmosIfuAnalysisInput",
2123
2242
  "GmosLongSlitAcquisitionRoi",
2124
2243
  "GmosMosAcquisitionType",
2125
2244
  "GmosNodAndShuffleInput",
@@ -2131,6 +2250,18 @@ __all__ = [
2131
2250
  "GmosNorthFpuInput",
2132
2251
  "GmosNorthGrating",
2133
2252
  "GmosNorthGratingConfigInput",
2253
+ "GmosNorthIfuAcquisitionInput",
2254
+ "GmosNorthIfuDetails",
2255
+ "GmosNorthIfuDetailsAcquisition",
2256
+ "GmosNorthIfuDetailsAcquisitionExposureTimeMode",
2257
+ "GmosNorthIfuDetailsAcquisitionExposureTimeModeSignalToNoise",
2258
+ "GmosNorthIfuDetailsAcquisitionExposureTimeModeSignalToNoiseAt",
2259
+ "GmosNorthIfuDetailsAcquisitionExposureTimeModeTimeAndCount",
2260
+ "GmosNorthIfuDetailsAcquisitionExposureTimeModeTimeAndCountAt",
2261
+ "GmosNorthIfuDetailsAcquisitionExposureTimeModeTimeAndCountTime",
2262
+ "GmosNorthIfuDetailsCentralWavelength",
2263
+ "GmosNorthIfuFpu",
2264
+ "GmosNorthIfuInput",
2134
2265
  "GmosNorthImagingDetails",
2135
2266
  "GmosNorthImagingDetailsFilters",
2136
2267
  "GmosNorthImagingFilterInput",
@@ -2140,6 +2271,21 @@ __all__ = [
2140
2271
  "GmosNorthLongSlitDetailsCentralWavelength",
2141
2272
  "GmosNorthLongSlitInput",
2142
2273
  "GmosNorthMosAcquisitionInput",
2274
+ "GmosNorthMosDetails",
2275
+ "GmosNorthMosDetailsAcquisition",
2276
+ "GmosNorthMosDetailsAcquisitionExposureTimeMode",
2277
+ "GmosNorthMosDetailsAcquisitionExposureTimeModeSignalToNoise",
2278
+ "GmosNorthMosDetailsAcquisitionExposureTimeModeSignalToNoiseAt",
2279
+ "GmosNorthMosDetailsAcquisitionExposureTimeModeTimeAndCount",
2280
+ "GmosNorthMosDetailsAcquisitionExposureTimeModeTimeAndCountAt",
2281
+ "GmosNorthMosDetailsAcquisitionExposureTimeModeTimeAndCountTime",
2282
+ "GmosNorthMosDetailsCentralWavelength",
2283
+ "GmosNorthMosDetailsExposureTimeMode",
2284
+ "GmosNorthMosDetailsExposureTimeModeSignalToNoise",
2285
+ "GmosNorthMosDetailsExposureTimeModeSignalToNoiseAt",
2286
+ "GmosNorthMosDetailsExposureTimeModeTimeAndCount",
2287
+ "GmosNorthMosDetailsExposureTimeModeTimeAndCountAt",
2288
+ "GmosNorthMosDetailsExposureTimeModeTimeAndCountTime",
2143
2289
  "GmosNorthMosInput",
2144
2290
  "GmosNorthStageMode",
2145
2291
  "GmosNorthStaticInput",
@@ -2153,6 +2299,23 @@ __all__ = [
2153
2299
  "GmosSouthFpuInput",
2154
2300
  "GmosSouthGrating",
2155
2301
  "GmosSouthGratingConfigInput",
2302
+ "GmosSouthIfuAcquisitionInput",
2303
+ "GmosSouthIfuDetails",
2304
+ "GmosSouthIfuDetailsAcquisition",
2305
+ "GmosSouthIfuDetailsAcquisitionExposureTimeMode",
2306
+ "GmosSouthIfuDetailsAcquisitionExposureTimeModeSignalToNoise",
2307
+ "GmosSouthIfuDetailsAcquisitionExposureTimeModeSignalToNoiseAt",
2308
+ "GmosSouthIfuDetailsAcquisitionExposureTimeModeTimeAndCount",
2309
+ "GmosSouthIfuDetailsAcquisitionExposureTimeModeTimeAndCountAt",
2310
+ "GmosSouthIfuDetailsAcquisitionExposureTimeModeTimeAndCountTime",
2311
+ "GmosSouthIfuDetailsExposureTimeMode",
2312
+ "GmosSouthIfuDetailsExposureTimeModeSignalToNoise",
2313
+ "GmosSouthIfuDetailsExposureTimeModeSignalToNoiseAt",
2314
+ "GmosSouthIfuDetailsExposureTimeModeTimeAndCount",
2315
+ "GmosSouthIfuDetailsExposureTimeModeTimeAndCountAt",
2316
+ "GmosSouthIfuDetailsExposureTimeModeTimeAndCountTime",
2317
+ "GmosSouthIfuFpu",
2318
+ "GmosSouthIfuInput",
2156
2319
  "GmosSouthImagingDetails",
2157
2320
  "GmosSouthImagingDetailsFilters",
2158
2321
  "GmosSouthImagingFilterInput",
@@ -2162,6 +2325,20 @@ __all__ = [
2162
2325
  "GmosSouthLongSlitDetailsCentralWavelength",
2163
2326
  "GmosSouthLongSlitInput",
2164
2327
  "GmosSouthMosAcquisitionInput",
2328
+ "GmosSouthMosDetails",
2329
+ "GmosSouthMosDetailsAcquisition",
2330
+ "GmosSouthMosDetailsAcquisitionExposureTimeMode",
2331
+ "GmosSouthMosDetailsAcquisitionExposureTimeModeSignalToNoise",
2332
+ "GmosSouthMosDetailsAcquisitionExposureTimeModeSignalToNoiseAt",
2333
+ "GmosSouthMosDetailsAcquisitionExposureTimeModeTimeAndCount",
2334
+ "GmosSouthMosDetailsAcquisitionExposureTimeModeTimeAndCountAt",
2335
+ "GmosSouthMosDetailsAcquisitionExposureTimeModeTimeAndCountTime",
2336
+ "GmosSouthMosDetailsExposureTimeMode",
2337
+ "GmosSouthMosDetailsExposureTimeModeSignalToNoise",
2338
+ "GmosSouthMosDetailsExposureTimeModeSignalToNoiseAt",
2339
+ "GmosSouthMosDetailsExposureTimeModeTimeAndCount",
2340
+ "GmosSouthMosDetailsExposureTimeModeTimeAndCountAt",
2341
+ "GmosSouthMosDetailsExposureTimeModeTimeAndCountTime",
2165
2342
  "GmosSouthMosInput",
2166
2343
  "GmosSouthStageMode",
2167
2344
  "GmosSouthStaticInput",
@@ -2173,6 +2350,11 @@ __all__ = [
2173
2350
  "GnirsCentralWavelengthConfigInput",
2174
2351
  "GnirsDecker",
2175
2352
  "GnirsDetails",
2353
+ "GnirsDetailsFlamingos2Mos",
2354
+ "GnirsDetailsGmosNorthIfu",
2355
+ "GnirsDetailsGmosNorthMos",
2356
+ "GnirsDetailsGmosSouthIfu",
2357
+ "GnirsDetailsGmosSouthMos",
2176
2358
  "GnirsDetailsGnirsImaging",
2177
2359
  "GnirsDetailsGnirsSpectroscopy",
2178
2360
  "GnirsDynamicInput",
@@ -2377,11 +2559,16 @@ __all__ = [
2377
2559
  "ObservingModeDetails",
2378
2560
  "ObservingModeDetailsFlamingos2Imaging",
2379
2561
  "ObservingModeDetailsFlamingos2LongSlit",
2562
+ "ObservingModeDetailsFlamingos2Mos",
2380
2563
  "ObservingModeDetailsGhostIfu",
2564
+ "ObservingModeDetailsGmosNorthIfu",
2381
2565
  "ObservingModeDetailsGmosNorthImaging",
2382
2566
  "ObservingModeDetailsGmosNorthLongSlit",
2567
+ "ObservingModeDetailsGmosNorthMos",
2568
+ "ObservingModeDetailsGmosSouthIfu",
2383
2569
  "ObservingModeDetailsGmosSouthImaging",
2384
2570
  "ObservingModeDetailsGmosSouthLongSlit",
2571
+ "ObservingModeDetailsGmosSouthMos",
2385
2572
  "ObservingModeDetailsGnirsImaging",
2386
2573
  "ObservingModeDetailsGnirsSpectroscopy",
2387
2574
  "ObservingModeDetailsIgrins2LongSlit",
@@ -2451,6 +2638,7 @@ __all__ = [
2451
2638
  "ProgramReferencePropertiesScienceInput",
2452
2639
  "ProgramReferencePropertiesSubaruInput",
2453
2640
  "ProgramReferencePropertiesSystemInput",
2641
+ "ProgramStatus",
2454
2642
  "ProgramType",
2455
2643
  "ProgramUserPropertiesInput",
2456
2644
  "ProgramUserRole",
@@ -2459,6 +2647,7 @@ __all__ = [
2459
2647
  "ProperMotionInput",
2460
2648
  "ProposalPropertiesInput",
2461
2649
  "ProposalStatus",
2650
+ "ProposalSummaryStyle",
2462
2651
  "QuasarSpectrum",
2463
2652
  "QueueInput",
2464
2653
  "RadialVelocityInput",
@@ -2719,6 +2908,7 @@ __all__ = [
2719
2908
  "WhereEqInstrument",
2720
2909
  "WhereEqPartner",
2721
2910
  "WhereEqPartnerLinkType",
2911
+ "WhereEqProgramStatus",
2722
2912
  "WhereEqProgramType",
2723
2913
  "WhereEqProgramUserRole",
2724
2914
  "WhereEqProposalStatus",