gpp-client 26.6.0.dev2__tar.gz → 26.6.0.dev3__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.
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/PKG-INFO +1 -1
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/__init__.py +112 -12
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/client.py +938 -28
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/custom_fields.py +404 -86
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/custom_mutations.py +42 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/custom_typing_fields.py +64 -4
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/enums.py +41 -2
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/fragments.py +245 -5
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_scheduler_programs.py +3 -31
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/input_types.py +215 -41
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/.gitignore +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/LICENSE +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/README.md +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/graphql/README.md +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/pyproject.toml +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/__init__.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/__init__.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/cli.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/__init__.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/attachment.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/goats.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/observation.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/program.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/scheduler.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/site_status.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/target.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/commands/workflow_state.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/console.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/output.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/cli/utils.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/client.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/constants.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/__init__.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/atom.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/attachment.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/base.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/goats.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/observation.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/program.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/scheduler.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/site_status.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/target.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/domains/workflow_state.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/environment.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/exceptions.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/async_base_client.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/base_model.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/base_operation.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/clone_observation.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/clone_target.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_call_for_proposals.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_observation.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_program.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_target_by_program_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_target_by_program_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/create_target_by_proposal_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/custom_queries.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_observation_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_observation_by_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_program_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/delete_target_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/exceptions.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_call_for_proposals.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_calls_for_proposals.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_goats_observations.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_goats_programs.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation_attachments_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation_attachments_by_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation_workflow_state_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observation_workflow_state_by_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_observations.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_attachments_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_attachments_by_proposal_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_attachments_by_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_by_proposal_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_program_by_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_programs.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_scheduler_all_programs_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_target_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/get_targets.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/obs_calculation_update.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/observation_edit.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/package_environment.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/ping.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/program_edit.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_observation_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_observation_by_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_program_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/restore_target_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/scheduler_observations_updates.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/set_observation_workflow_state.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/target_edit.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_call_for_proposals_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_calls_for_proposals.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_observation_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_observation_by_reference.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_observations.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_program_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_programs.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_target_by_id.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/generated/update_targets.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/logging_utils.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/rest/__init__.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/rest/client.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/rest/utils.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/settings.py +0 -0
- {gpp_client-26.6.0.dev2 → gpp_client-26.6.0.dev3}/src/gpp_client/urls.py +0 -0
|
@@ -85,7 +85,7 @@ from .enums import (
|
|
|
85
85
|
BrightnessSurfaceUnits,
|
|
86
86
|
CalculationState,
|
|
87
87
|
CalibrationRole,
|
|
88
|
-
|
|
88
|
+
CassRotator,
|
|
89
89
|
CatalogName,
|
|
90
90
|
ChargeClass,
|
|
91
91
|
CloudExtinctionPreset,
|
|
@@ -101,6 +101,7 @@ from .enums import (
|
|
|
101
101
|
EducationalStatus,
|
|
102
102
|
EmailStatus,
|
|
103
103
|
EphemerisKeyType,
|
|
104
|
+
ExchangePartner,
|
|
104
105
|
ExecutionEventType,
|
|
105
106
|
ExecutionState,
|
|
106
107
|
Existence,
|
|
@@ -122,6 +123,7 @@ from .enums import (
|
|
|
122
123
|
GcalDiffuser,
|
|
123
124
|
GcalFilter,
|
|
124
125
|
GcalShutter,
|
|
126
|
+
GeminiCallForProposalsType,
|
|
125
127
|
Gender,
|
|
126
128
|
GhostBinning,
|
|
127
129
|
GhostIfu1FiberAgitator,
|
|
@@ -168,12 +170,14 @@ from .enums import (
|
|
|
168
170
|
ImagingVariantType,
|
|
169
171
|
Instrument,
|
|
170
172
|
ItcType,
|
|
173
|
+
KeckInstrument,
|
|
171
174
|
LineFluxIntegratedUnits,
|
|
172
175
|
LineFluxSurfaceUnits,
|
|
173
176
|
MosPreImaging,
|
|
174
177
|
ObsActiveStatus,
|
|
175
178
|
ObservationValidationCode,
|
|
176
179
|
ObservationWorkflowState,
|
|
180
|
+
Observatory,
|
|
177
181
|
ObserveClass,
|
|
178
182
|
ObservingModeType,
|
|
179
183
|
ObsStatus,
|
|
@@ -204,6 +208,8 @@ from .enums import (
|
|
|
204
208
|
StepExecutionState,
|
|
205
209
|
StepStage,
|
|
206
210
|
StepType,
|
|
211
|
+
SubaruCallForProposalsType,
|
|
212
|
+
SubaruInstrument,
|
|
207
213
|
TacCategory,
|
|
208
214
|
TargetDisposition,
|
|
209
215
|
TelescopeConfigGeneratorType,
|
|
@@ -230,6 +236,13 @@ from .fragments import (
|
|
|
230
236
|
CallForProposalsCore,
|
|
231
237
|
CallForProposalsDetails,
|
|
232
238
|
CallForProposalsDetailsActive,
|
|
239
|
+
CallForProposalsDetailsGemini,
|
|
240
|
+
CallForProposalsDetailsKeck,
|
|
241
|
+
CallForProposalsDetailsSubaru,
|
|
242
|
+
CallForProposalsObservatory,
|
|
243
|
+
CallForProposalsObservatoryGemini,
|
|
244
|
+
CallForProposalsObservatoryKeck,
|
|
245
|
+
CallForProposalsObservatorySubaru,
|
|
233
246
|
ConstraintSetDetails,
|
|
234
247
|
ConstraintSetDetailsElevationRange,
|
|
235
248
|
ConstraintSetDetailsElevationRangeAirMass,
|
|
@@ -260,6 +273,22 @@ from .fragments import (
|
|
|
260
273
|
Flamingos2LongSlitDetailsOffsetsP,
|
|
261
274
|
Flamingos2LongSlitDetailsOffsetsQ,
|
|
262
275
|
Flamingos2LongSlitDetailsTelluricType,
|
|
276
|
+
GeminiScienceSubtypeOnProposal,
|
|
277
|
+
GeminiScienceSubtypeOnProposalGemini,
|
|
278
|
+
GhostDetectorConfigDetails,
|
|
279
|
+
GhostDetectorConfigDetailsExposureTimeMode,
|
|
280
|
+
GhostDetectorConfigDetailsExposureTimeModeSignalToNoise,
|
|
281
|
+
GhostDetectorConfigDetailsExposureTimeModeSignalToNoiseAt,
|
|
282
|
+
GhostDetectorConfigDetailsExposureTimeModeTimeAndCount,
|
|
283
|
+
GhostDetectorConfigDetailsExposureTimeModeTimeAndCountAt,
|
|
284
|
+
GhostDetectorConfigDetailsExposureTimeModeTimeAndCountTime,
|
|
285
|
+
GhostIfuDetails,
|
|
286
|
+
GhostIfuDetailsBlue,
|
|
287
|
+
GhostIfuDetailsRed,
|
|
288
|
+
GhostIfuDetailsSkyPosition,
|
|
289
|
+
GhostIfuDetailsSkyPositionDec,
|
|
290
|
+
GhostIfuDetailsSkyPositionRa,
|
|
291
|
+
GhostIfuDetailsSlitViewingCameraExposureTime,
|
|
263
292
|
GmosNorthImagingDetails,
|
|
264
293
|
GmosNorthImagingDetailsFilters,
|
|
265
294
|
GmosNorthLongSlitDetails,
|
|
@@ -271,6 +300,7 @@ from .fragments import (
|
|
|
271
300
|
GmosSouthLongSlitDetailsCentralWavelength,
|
|
272
301
|
GmosSouthLongSlitDetailsOffsets,
|
|
273
302
|
Igrins2LongSlitAndVisitorOnObservingMode,
|
|
303
|
+
Igrins2LongSlitAndVisitorOnObservingModeGhostIfu,
|
|
274
304
|
Igrins2LongSlitAndVisitorOnObservingModeIgrins2LongSlit,
|
|
275
305
|
Igrins2LongSlitAndVisitorOnObservingModeVisitor,
|
|
276
306
|
Igrins2LongSlitDetails,
|
|
@@ -296,6 +326,13 @@ from .fragments import (
|
|
|
296
326
|
ObservationDetails,
|
|
297
327
|
ObservationDetailsConstraintSet,
|
|
298
328
|
ObservationDetailsExecution,
|
|
329
|
+
ObservationDetailsExecutionDigest,
|
|
330
|
+
ObservationDetailsExecutionDigestValue,
|
|
331
|
+
ObservationDetailsExecutionDigestValueAcquisition,
|
|
332
|
+
ObservationDetailsExecutionDigestValueAcquisitionTimeEstimate,
|
|
333
|
+
ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateNonCharged,
|
|
334
|
+
ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateProgram,
|
|
335
|
+
ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateTotal,
|
|
299
336
|
ObservationDetailsObservingMode,
|
|
300
337
|
ObservationDetailsProgram,
|
|
301
338
|
ObservationDetailsScienceRequirements,
|
|
@@ -309,6 +346,7 @@ from .fragments import (
|
|
|
309
346
|
ObservationWorkflowDetailsValidationErrors,
|
|
310
347
|
ObservingModeDetails,
|
|
311
348
|
ObservingModeDetailsFlamingos2LongSlit,
|
|
349
|
+
ObservingModeDetailsGhostIfu,
|
|
312
350
|
ObservingModeDetailsGmosNorthImaging,
|
|
313
351
|
ObservingModeDetailsGmosNorthLongSlit,
|
|
314
352
|
ObservingModeDetailsGmosSouthImaging,
|
|
@@ -336,6 +374,10 @@ from .fragments import (
|
|
|
336
374
|
ProgramGroupElementsAllGroupElementsGroupMaximumInterval,
|
|
337
375
|
ProgramGroupElementsAllGroupElementsGroupMinimumInterval,
|
|
338
376
|
ProgramGroupElementsAllGroupElementsObservation,
|
|
377
|
+
SchedulerProposal,
|
|
378
|
+
SchedulerProposalCall,
|
|
379
|
+
SchedulerProposalCallActive,
|
|
380
|
+
SchedulerProposalGemini,
|
|
339
381
|
ScienceRequirementsDetails,
|
|
340
382
|
SiderealTargetDetails,
|
|
341
383
|
SiderealTargetDetailsDec,
|
|
@@ -767,9 +809,6 @@ from .get_scheduler_programs import (
|
|
|
767
809
|
GetSchedulerProgramsProgramsMatchesAllocations,
|
|
768
810
|
GetSchedulerProgramsProgramsMatchesAllocationsDuration,
|
|
769
811
|
GetSchedulerProgramsProgramsMatchesProposal,
|
|
770
|
-
GetSchedulerProgramsProgramsMatchesProposalCall,
|
|
771
|
-
GetSchedulerProgramsProgramsMatchesProposalCallActive,
|
|
772
|
-
GetSchedulerProgramsProgramsMatchesProposalType,
|
|
773
812
|
GetSchedulerProgramsProgramsMatchesReference,
|
|
774
813
|
GetSchedulerProgramsProgramsMatchesTimeCharge,
|
|
775
814
|
GetSchedulerProgramsProgramsMatchesTimeChargeTime,
|
|
@@ -797,6 +836,7 @@ from .input_types import (
|
|
|
797
836
|
CallForProposalsPartnerInput,
|
|
798
837
|
CallForProposalsPropertiesInput,
|
|
799
838
|
CatalogInfoInput,
|
|
839
|
+
ChangePrincipalInvestigatorInput,
|
|
800
840
|
ChangeProgramUserRoleInput,
|
|
801
841
|
ClassicalInput,
|
|
802
842
|
CloneGroupInput,
|
|
@@ -853,6 +893,8 @@ from .input_types import (
|
|
|
853
893
|
FluxDensityContinuumIntegratedInput,
|
|
854
894
|
FluxDensityContinuumSurfaceInput,
|
|
855
895
|
GaussianInput,
|
|
896
|
+
GeminiCallPropertiesInput,
|
|
897
|
+
GeminiProposalTypeInput,
|
|
856
898
|
GhostDetectorConfigInput,
|
|
857
899
|
GhostIfuInput,
|
|
858
900
|
GmosCcdModeInput,
|
|
@@ -898,6 +940,8 @@ from .input_types import (
|
|
|
898
940
|
ImagingScienceRequirementsInput,
|
|
899
941
|
ImagingVariantInput,
|
|
900
942
|
InterleavedImagingVariantInput,
|
|
943
|
+
KeckCallPropertiesInput,
|
|
944
|
+
KeckProposalTypeInput,
|
|
901
945
|
LargeProgramInput,
|
|
902
946
|
LineFluxIntegratedInput,
|
|
903
947
|
LineFluxSurfaceInput,
|
|
@@ -933,7 +977,6 @@ from .input_types import (
|
|
|
933
977
|
ProperMotionComponentInput,
|
|
934
978
|
ProperMotionInput,
|
|
935
979
|
ProposalPropertiesInput,
|
|
936
|
-
ProposalTypeInput,
|
|
937
980
|
QueueInput,
|
|
938
981
|
RadialVelocityInput,
|
|
939
982
|
RandomTelescopeConfigGeneratorInput,
|
|
@@ -960,6 +1003,7 @@ from .input_types import (
|
|
|
960
1003
|
SetGuideTargetNameInput,
|
|
961
1004
|
SetObservationWorkflowStateInput,
|
|
962
1005
|
SetProgramReferenceInput,
|
|
1006
|
+
SetProgramResourceLimitInput,
|
|
963
1007
|
SetProposalStatusInput,
|
|
964
1008
|
SiderealInput,
|
|
965
1009
|
SignalToNoiseExposureTimeModeInput,
|
|
@@ -973,6 +1017,8 @@ from .input_types import (
|
|
|
973
1017
|
StepConfigGcalInput,
|
|
974
1018
|
StepConfigInput,
|
|
975
1019
|
StepConfigSmartGcalInput,
|
|
1020
|
+
SubaruCallPropertiesInput,
|
|
1021
|
+
SubaruProposalTypeInput,
|
|
976
1022
|
SystemVerificationInput,
|
|
977
1023
|
TargetEditInput,
|
|
978
1024
|
TargetEnvironmentInput,
|
|
@@ -1019,10 +1065,10 @@ from .input_types import (
|
|
|
1019
1065
|
WhereDataset,
|
|
1020
1066
|
WhereDatasetChronicleEntry,
|
|
1021
1067
|
WhereDatasetReference,
|
|
1022
|
-
WhereEqCallForProposalsType,
|
|
1023
1068
|
WhereEqDatabaseOperation,
|
|
1024
1069
|
WhereEqExecutionEventType,
|
|
1025
1070
|
WhereEqFocalPlane,
|
|
1071
|
+
WhereEqGeminiCallForProposalsType,
|
|
1026
1072
|
WhereEqInstrument,
|
|
1027
1073
|
WhereEqPartner,
|
|
1028
1074
|
WhereEqPartnerLinkType,
|
|
@@ -1037,17 +1083,21 @@ from .input_types import (
|
|
|
1037
1083
|
WhereEqUserType,
|
|
1038
1084
|
WhereEqVisitId,
|
|
1039
1085
|
WhereExecutionEvent,
|
|
1086
|
+
WhereGeminiCallProperties,
|
|
1040
1087
|
WhereGroup,
|
|
1041
1088
|
WhereImagingConfigOption,
|
|
1042
1089
|
WhereObservation,
|
|
1043
1090
|
WhereObservationReference,
|
|
1091
|
+
WhereObservatoryEq,
|
|
1044
1092
|
WhereOptionBoolean,
|
|
1045
1093
|
WhereOptionEqCalculationState,
|
|
1046
1094
|
WhereOptionEqCalibrationRole,
|
|
1047
1095
|
WhereOptionEqEducationalStatus,
|
|
1096
|
+
WhereOptionEqExchangePartner,
|
|
1048
1097
|
WhereOptionEqGender,
|
|
1049
1098
|
WhereOptionEqImagingCapability,
|
|
1050
1099
|
WhereOptionEqInstrument,
|
|
1100
|
+
WhereOptionEqObservingModeType,
|
|
1051
1101
|
WhereOptionEqPartner,
|
|
1052
1102
|
WhereOptionEqQaState,
|
|
1053
1103
|
WhereOptionEqSite,
|
|
@@ -1308,11 +1358,19 @@ __all__ = [
|
|
|
1308
1358
|
"CallForProposalsCore",
|
|
1309
1359
|
"CallForProposalsDetails",
|
|
1310
1360
|
"CallForProposalsDetailsActive",
|
|
1361
|
+
"CallForProposalsDetailsGemini",
|
|
1362
|
+
"CallForProposalsDetailsKeck",
|
|
1363
|
+
"CallForProposalsDetailsSubaru",
|
|
1364
|
+
"CallForProposalsObservatory",
|
|
1365
|
+
"CallForProposalsObservatoryGemini",
|
|
1366
|
+
"CallForProposalsObservatoryKeck",
|
|
1367
|
+
"CallForProposalsObservatorySubaru",
|
|
1311
1368
|
"CallForProposalsPartnerInput",
|
|
1312
1369
|
"CallForProposalsPropertiesInput",
|
|
1313
|
-
"
|
|
1370
|
+
"CassRotator",
|
|
1314
1371
|
"CatalogInfoInput",
|
|
1315
1372
|
"CatalogName",
|
|
1373
|
+
"ChangePrincipalInvestigatorInput",
|
|
1316
1374
|
"ChangeProgramUserRoleInput",
|
|
1317
1375
|
"ChargeClass",
|
|
1318
1376
|
"ClassicalInput",
|
|
@@ -1415,6 +1473,7 @@ __all__ = [
|
|
|
1415
1473
|
"EmissionLinesSurfaceInput",
|
|
1416
1474
|
"EnumeratedTelescopeConfigGeneratorInput",
|
|
1417
1475
|
"EphemerisKeyType",
|
|
1476
|
+
"ExchangePartner",
|
|
1418
1477
|
"ExecutionDetails",
|
|
1419
1478
|
"ExecutionDetailsDigest",
|
|
1420
1479
|
"ExecutionDetailsDigestValue",
|
|
@@ -1479,6 +1538,11 @@ __all__ = [
|
|
|
1479
1538
|
"GcalDiffuser",
|
|
1480
1539
|
"GcalFilter",
|
|
1481
1540
|
"GcalShutter",
|
|
1541
|
+
"GeminiCallForProposalsType",
|
|
1542
|
+
"GeminiCallPropertiesInput",
|
|
1543
|
+
"GeminiProposalTypeInput",
|
|
1544
|
+
"GeminiScienceSubtypeOnProposal",
|
|
1545
|
+
"GeminiScienceSubtypeOnProposalGemini",
|
|
1482
1546
|
"Gender",
|
|
1483
1547
|
"GetCallForProposals",
|
|
1484
1548
|
"GetCallForProposalsCallForProposals",
|
|
@@ -1851,9 +1915,6 @@ __all__ = [
|
|
|
1851
1915
|
"GetSchedulerProgramsProgramsMatchesAllocations",
|
|
1852
1916
|
"GetSchedulerProgramsProgramsMatchesAllocationsDuration",
|
|
1853
1917
|
"GetSchedulerProgramsProgramsMatchesProposal",
|
|
1854
|
-
"GetSchedulerProgramsProgramsMatchesProposalCall",
|
|
1855
|
-
"GetSchedulerProgramsProgramsMatchesProposalCallActive",
|
|
1856
|
-
"GetSchedulerProgramsProgramsMatchesProposalType",
|
|
1857
1918
|
"GetSchedulerProgramsProgramsMatchesReference",
|
|
1858
1919
|
"GetSchedulerProgramsProgramsMatchesTimeCharge",
|
|
1859
1920
|
"GetSchedulerProgramsProgramsMatchesTimeChargeTime",
|
|
@@ -1866,9 +1927,23 @@ __all__ = [
|
|
|
1866
1927
|
"GetTargetsTargets",
|
|
1867
1928
|
"GetTargetsTargetsMatches",
|
|
1868
1929
|
"GhostBinning",
|
|
1930
|
+
"GhostDetectorConfigDetails",
|
|
1931
|
+
"GhostDetectorConfigDetailsExposureTimeMode",
|
|
1932
|
+
"GhostDetectorConfigDetailsExposureTimeModeSignalToNoise",
|
|
1933
|
+
"GhostDetectorConfigDetailsExposureTimeModeSignalToNoiseAt",
|
|
1934
|
+
"GhostDetectorConfigDetailsExposureTimeModeTimeAndCount",
|
|
1935
|
+
"GhostDetectorConfigDetailsExposureTimeModeTimeAndCountAt",
|
|
1936
|
+
"GhostDetectorConfigDetailsExposureTimeModeTimeAndCountTime",
|
|
1869
1937
|
"GhostDetectorConfigInput",
|
|
1870
1938
|
"GhostIfu1FiberAgitator",
|
|
1871
1939
|
"GhostIfu2FiberAgitator",
|
|
1940
|
+
"GhostIfuDetails",
|
|
1941
|
+
"GhostIfuDetailsBlue",
|
|
1942
|
+
"GhostIfuDetailsRed",
|
|
1943
|
+
"GhostIfuDetailsSkyPosition",
|
|
1944
|
+
"GhostIfuDetailsSkyPositionDec",
|
|
1945
|
+
"GhostIfuDetailsSkyPositionRa",
|
|
1946
|
+
"GhostIfuDetailsSlitViewingCameraExposureTime",
|
|
1872
1947
|
"GhostIfuInput",
|
|
1873
1948
|
"GhostIfuMappingType",
|
|
1874
1949
|
"GhostReadMode",
|
|
@@ -1961,6 +2036,7 @@ __all__ = [
|
|
|
1961
2036
|
"Igrins2AtomInput",
|
|
1962
2037
|
"Igrins2DynamicInput",
|
|
1963
2038
|
"Igrins2LongSlitAndVisitorOnObservingMode",
|
|
2039
|
+
"Igrins2LongSlitAndVisitorOnObservingModeGhostIfu",
|
|
1964
2040
|
"Igrins2LongSlitAndVisitorOnObservingModeIgrins2LongSlit",
|
|
1965
2041
|
"Igrins2LongSlitAndVisitorOnObservingModeVisitor",
|
|
1966
2042
|
"Igrins2LongSlitDetails",
|
|
@@ -1991,6 +2067,9 @@ __all__ = [
|
|
|
1991
2067
|
"Instrument",
|
|
1992
2068
|
"InterleavedImagingVariantInput",
|
|
1993
2069
|
"ItcType",
|
|
2070
|
+
"KeckCallPropertiesInput",
|
|
2071
|
+
"KeckInstrument",
|
|
2072
|
+
"KeckProposalTypeInput",
|
|
1994
2073
|
"LargeProgramInput",
|
|
1995
2074
|
"LineFluxIntegratedInput",
|
|
1996
2075
|
"LineFluxIntegratedUnits",
|
|
@@ -2017,6 +2096,13 @@ __all__ = [
|
|
|
2017
2096
|
"ObservationDetails",
|
|
2018
2097
|
"ObservationDetailsConstraintSet",
|
|
2019
2098
|
"ObservationDetailsExecution",
|
|
2099
|
+
"ObservationDetailsExecutionDigest",
|
|
2100
|
+
"ObservationDetailsExecutionDigestValue",
|
|
2101
|
+
"ObservationDetailsExecutionDigestValueAcquisition",
|
|
2102
|
+
"ObservationDetailsExecutionDigestValueAcquisitionTimeEstimate",
|
|
2103
|
+
"ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateNonCharged",
|
|
2104
|
+
"ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateProgram",
|
|
2105
|
+
"ObservationDetailsExecutionDigestValueAcquisitionTimeEstimateTotal",
|
|
2020
2106
|
"ObservationDetailsObservingMode",
|
|
2021
2107
|
"ObservationDetailsProgram",
|
|
2022
2108
|
"ObservationDetailsScienceRequirements",
|
|
@@ -2062,9 +2148,11 @@ __all__ = [
|
|
|
2062
2148
|
"ObservationWorkflowDetails",
|
|
2063
2149
|
"ObservationWorkflowDetailsValidationErrors",
|
|
2064
2150
|
"ObservationWorkflowState",
|
|
2151
|
+
"Observatory",
|
|
2065
2152
|
"ObserveClass",
|
|
2066
2153
|
"ObservingModeDetails",
|
|
2067
2154
|
"ObservingModeDetailsFlamingos2LongSlit",
|
|
2155
|
+
"ObservingModeDetailsGhostIfu",
|
|
2068
2156
|
"ObservingModeDetailsGmosNorthImaging",
|
|
2069
2157
|
"ObservingModeDetailsGmosNorthLongSlit",
|
|
2070
2158
|
"ObservingModeDetailsGmosSouthImaging",
|
|
@@ -2138,7 +2226,6 @@ __all__ = [
|
|
|
2138
2226
|
"ProperMotionInput",
|
|
2139
2227
|
"ProposalPropertiesInput",
|
|
2140
2228
|
"ProposalStatus",
|
|
2141
|
-
"ProposalTypeInput",
|
|
2142
2229
|
"QuasarSpectrum",
|
|
2143
2230
|
"QueueInput",
|
|
2144
2231
|
"RadialVelocityInput",
|
|
@@ -2213,6 +2300,10 @@ __all__ = [
|
|
|
2213
2300
|
"SchedulerObservationsUpdatesObscalcUpdateValueTimingWindowsEndTimingWindowEndAt",
|
|
2214
2301
|
"SchedulerObservationsUpdatesObscalcUpdateValueWorkflow",
|
|
2215
2302
|
"SchedulerObservationsUpdatesObscalcUpdateValueWorkflowValue",
|
|
2303
|
+
"SchedulerProposal",
|
|
2304
|
+
"SchedulerProposalCall",
|
|
2305
|
+
"SchedulerProposalCallActive",
|
|
2306
|
+
"SchedulerProposalGemini",
|
|
2216
2307
|
"SchedulingConstraintsInput",
|
|
2217
2308
|
"ScienceBand",
|
|
2218
2309
|
"ScienceMode",
|
|
@@ -2228,6 +2319,7 @@ __all__ = [
|
|
|
2228
2319
|
"SetObservationWorkflowStateInput",
|
|
2229
2320
|
"SetObservationWorkflowStateSetObservationWorkflowState",
|
|
2230
2321
|
"SetProgramReferenceInput",
|
|
2322
|
+
"SetProgramResourceLimitInput",
|
|
2231
2323
|
"SetProposalStatusInput",
|
|
2232
2324
|
"SiderealInput",
|
|
2233
2325
|
"SiderealTargetDetails",
|
|
@@ -2254,6 +2346,10 @@ __all__ = [
|
|
|
2254
2346
|
"StepExecutionState",
|
|
2255
2347
|
"StepStage",
|
|
2256
2348
|
"StepType",
|
|
2349
|
+
"SubaruCallForProposalsType",
|
|
2350
|
+
"SubaruCallPropertiesInput",
|
|
2351
|
+
"SubaruInstrument",
|
|
2352
|
+
"SubaruProposalTypeInput",
|
|
2257
2353
|
"SystemVerificationInput",
|
|
2258
2354
|
"TacCategory",
|
|
2259
2355
|
"TargetCore",
|
|
@@ -2372,10 +2468,10 @@ __all__ = [
|
|
|
2372
2468
|
"WhereDataset",
|
|
2373
2469
|
"WhereDatasetChronicleEntry",
|
|
2374
2470
|
"WhereDatasetReference",
|
|
2375
|
-
"WhereEqCallForProposalsType",
|
|
2376
2471
|
"WhereEqDatabaseOperation",
|
|
2377
2472
|
"WhereEqExecutionEventType",
|
|
2378
2473
|
"WhereEqFocalPlane",
|
|
2474
|
+
"WhereEqGeminiCallForProposalsType",
|
|
2379
2475
|
"WhereEqInstrument",
|
|
2380
2476
|
"WhereEqPartner",
|
|
2381
2477
|
"WhereEqPartnerLinkType",
|
|
@@ -2390,17 +2486,21 @@ __all__ = [
|
|
|
2390
2486
|
"WhereEqUserType",
|
|
2391
2487
|
"WhereEqVisitId",
|
|
2392
2488
|
"WhereExecutionEvent",
|
|
2489
|
+
"WhereGeminiCallProperties",
|
|
2393
2490
|
"WhereGroup",
|
|
2394
2491
|
"WhereImagingConfigOption",
|
|
2395
2492
|
"WhereObservation",
|
|
2396
2493
|
"WhereObservationReference",
|
|
2494
|
+
"WhereObservatoryEq",
|
|
2397
2495
|
"WhereOptionBoolean",
|
|
2398
2496
|
"WhereOptionEqCalculationState",
|
|
2399
2497
|
"WhereOptionEqCalibrationRole",
|
|
2400
2498
|
"WhereOptionEqEducationalStatus",
|
|
2499
|
+
"WhereOptionEqExchangePartner",
|
|
2401
2500
|
"WhereOptionEqGender",
|
|
2402
2501
|
"WhereOptionEqImagingCapability",
|
|
2403
2502
|
"WhereOptionEqInstrument",
|
|
2503
|
+
"WhereOptionEqObservingModeType",
|
|
2404
2504
|
"WhereOptionEqPartner",
|
|
2405
2505
|
"WhereOptionEqQaState",
|
|
2406
2506
|
"WhereOptionEqSite",
|