benchling-sdk 1.12.0a1__py3-none-any.whl → 1.13.0__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.
- benchling_sdk/models/__init__.py +170 -50
- benchling_sdk/models/webhooks/v0/__init__.py +578 -10
- benchling_sdk/services/v2/stable/aa_sequence_service.py +14 -0
- benchling_sdk/services/v2/stable/dna_sequence_service.py +26 -0
- benchling_sdk/services/v2/stable/entry_service.py +23 -0
- benchling_sdk/services/v2/v2_alpha_service.py +0 -20
- benchling_sdk/services/v2/v2_beta_service.py +0 -19
- {benchling_sdk-1.12.0a1.dist-info → benchling_sdk-1.13.0.dist-info}/METADATA +2 -2
- {benchling_sdk-1.12.0a1.dist-info → benchling_sdk-1.13.0.dist-info}/RECORD +11 -13
- benchling_sdk/services/v2/alpha/v2_alpha_dna_sequence_service.py +0 -32
- benchling_sdk/services/v2/beta/v2_beta_aa_sequence_service.py +0 -33
- {benchling_sdk-1.12.0a1.dist-info → benchling_sdk-1.13.0.dist-info}/LICENSE +0 -0
- {benchling_sdk-1.12.0a1.dist-info → benchling_sdk-1.13.0.dist-info}/WHEEL +0 -0
@@ -9,65 +9,487 @@ import sys
|
|
9
9
|
from typing import TYPE_CHECKING
|
10
10
|
|
11
11
|
__all__ = [
|
12
|
-
"
|
12
|
+
"AppActivateRequestedWebhookV2",
|
13
|
+
"AppActivateRequestedWebhookV2Type",
|
14
|
+
"AppDeactivatedWebhookV2",
|
15
|
+
"AppDeactivatedWebhookV2Type",
|
16
|
+
"AssayRunCreatedWebhookV2",
|
17
|
+
"AssayRunCreatedWebhookV2Type",
|
18
|
+
"AssayRunUpdatedFieldsWebhookV2",
|
19
|
+
"AssayRunUpdatedFieldsWebhookV2Type",
|
13
20
|
"CanvasInitializeWebhookV0",
|
14
21
|
"CanvasInitializeWebhookV0Type",
|
22
|
+
"CanvasInitializeWebhookV2",
|
23
|
+
"CanvasInitializeWebhookV2Type",
|
15
24
|
"CanvasInteractionWebhookV0",
|
16
25
|
"CanvasInteractionWebhookV0Type",
|
26
|
+
"CanvasInteractionWebhookV2",
|
27
|
+
"CanvasInteractionWebhookV2Type",
|
28
|
+
"EntityRegisteredWebhookV2",
|
29
|
+
"EntityRegisteredWebhookV2Type",
|
30
|
+
"EntryCreatedWebhookV2",
|
31
|
+
"EntryCreatedWebhookV2Type",
|
32
|
+
"EntryUpdatedFieldsWebhookV2",
|
33
|
+
"EntryUpdatedFieldsWebhookV2Type",
|
34
|
+
"EntryUpdatedReviewRecordWebhookV2",
|
35
|
+
"EntryUpdatedReviewRecordWebhookV2Type",
|
36
|
+
"EventBaseWebhookV2",
|
37
|
+
"EventBaseWebhookV2Schematized",
|
38
|
+
"EventCreatedWebhookV0Beta",
|
39
|
+
"EventCreatedWebhookV0BetaType",
|
40
|
+
"EventResourceSchema",
|
17
41
|
"LifecycleActivateWebhookV0",
|
42
|
+
"LifecycleActivateWebhookV0Beta",
|
43
|
+
"LifecycleActivateWebhookV0BetaType",
|
18
44
|
"LifecycleActivateWebhookV0Type",
|
45
|
+
"LifecycleConfigurationUpdateWebhookV0Beta",
|
46
|
+
"LifecycleConfigurationUpdateWebhookV0BetaType",
|
47
|
+
"LifecycleConfigurationUpdateWebhookV2Beta",
|
48
|
+
"LifecycleConfigurationUpdateWebhookV2BetaType",
|
19
49
|
"LifecycleDeactivateWebhookV0",
|
50
|
+
"LifecycleDeactivateWebhookV0Beta",
|
51
|
+
"LifecycleDeactivateWebhookV0BetaType",
|
20
52
|
"LifecycleDeactivateWebhookV0Type",
|
53
|
+
"MessageBase",
|
54
|
+
"MessageBaseV0",
|
55
|
+
"RequestCreatedWebhookV2",
|
56
|
+
"RequestCreatedWebhookV2Type",
|
57
|
+
"RequestUpdatedFieldsWebhookV2",
|
58
|
+
"RequestUpdatedFieldsWebhookV2Type",
|
59
|
+
"RequestUpdatedStatusWebhookV2",
|
60
|
+
"RequestUpdatedStatusWebhookV2Type",
|
61
|
+
"UpdateEventBaseWebhookV2",
|
62
|
+
"UpdateEventBaseWebhookV2Schematized",
|
63
|
+
"V2AssayRunCreatedEvent",
|
64
|
+
"V2AssayRunCreatedEventEventType",
|
65
|
+
"V2AssayRunUpdatedFieldsEvent",
|
66
|
+
"V2AssayRunUpdatedFieldsEventEventType",
|
67
|
+
"V2EntityRegisteredEvent",
|
68
|
+
"V2EntityRegisteredEventEventType",
|
69
|
+
"V2EntryCreatedEvent",
|
70
|
+
"V2EntryCreatedEventEventType",
|
71
|
+
"V2EntryUpdatedFieldsEvent",
|
72
|
+
"V2EntryUpdatedFieldsEventEventType",
|
73
|
+
"V2EntryUpdatedReviewRecordEvent",
|
74
|
+
"V2EntryUpdatedReviewRecordEventEventType",
|
75
|
+
"V2RequestCreatedEvent",
|
76
|
+
"V2RequestCreatedEventEventType",
|
77
|
+
"V2RequestUpdatedFieldsEvent",
|
78
|
+
"V2RequestUpdatedFieldsEventEventType",
|
79
|
+
"V2RequestUpdatedStatusEvent",
|
80
|
+
"V2RequestUpdatedStatusEventEventType",
|
81
|
+
"V2WorkflowOutputCreatedEvent",
|
82
|
+
"V2WorkflowOutputCreatedEventEventType",
|
83
|
+
"V2WorkflowOutputUpdatedFieldsEvent",
|
84
|
+
"V2WorkflowOutputUpdatedFieldsEventEventType",
|
85
|
+
"V2WorkflowTaskCreatedEvent",
|
86
|
+
"V2WorkflowTaskCreatedEventEventType",
|
87
|
+
"V2WorkflowTaskGroupCreatedEvent",
|
88
|
+
"V2WorkflowTaskGroupCreatedEventEventType",
|
89
|
+
"V2WorkflowTaskGroupUpdatedWatchersEvent",
|
90
|
+
"V2WorkflowTaskGroupUpdatedWatchersEventEventType",
|
91
|
+
"V2WorkflowTaskUpdatedAssigneeEvent",
|
92
|
+
"V2WorkflowTaskUpdatedAssigneeEventEventType",
|
93
|
+
"V2WorkflowTaskUpdatedFieldsEvent",
|
94
|
+
"V2WorkflowTaskUpdatedFieldsEventEventType",
|
95
|
+
"V2WorkflowTaskUpdatedScheduledOnEvent",
|
96
|
+
"V2WorkflowTaskUpdatedScheduledOnEventEventType",
|
97
|
+
"V2WorkflowTaskUpdatedStatusEvent",
|
98
|
+
"V2WorkflowTaskUpdatedStatusEventEventType",
|
21
99
|
"WebhookEnvelopeV0",
|
22
100
|
"WebhookEnvelopeV0App",
|
23
101
|
"WebhookEnvelopeV0AppDefinition",
|
24
|
-
"WebhookEnvelopeV0Channel",
|
25
102
|
"WebhookEnvelopeV0Version",
|
26
103
|
"WebhookMessageV0",
|
104
|
+
"WorkflowOutputCreatedWebhookV2",
|
105
|
+
"WorkflowOutputCreatedWebhookV2Type",
|
106
|
+
"WorkflowOutputUpdatedFieldsWebhookV2",
|
107
|
+
"WorkflowOutputUpdatedFieldsWebhookV2Type",
|
108
|
+
"WorkflowTaskCreatedWebhookV2",
|
109
|
+
"WorkflowTaskCreatedWebhookV2Type",
|
110
|
+
"WorkflowTaskGroupCreatedWebhookV2",
|
111
|
+
"WorkflowTaskGroupCreatedWebhookV2Type",
|
112
|
+
"WorkflowTaskGroupUpdatedWatchersWebhookV2",
|
113
|
+
"WorkflowTaskGroupUpdatedWatchersWebhookV2Type",
|
114
|
+
"WorkflowTaskUpdatedAssigneeWebhookV2",
|
115
|
+
"WorkflowTaskUpdatedAssigneeWebhookV2Type",
|
116
|
+
"WorkflowTaskUpdatedFieldsWebhookV2",
|
117
|
+
"WorkflowTaskUpdatedFieldsWebhookV2Type",
|
118
|
+
"WorkflowTaskUpdatedScheduledOnWebhookV2",
|
119
|
+
"WorkflowTaskUpdatedScheduledOnWebhookV2Type",
|
120
|
+
"WorkflowTaskUpdatedStatusWebhookV2",
|
121
|
+
"WorkflowTaskUpdatedStatusWebhookV2Type",
|
27
122
|
]
|
28
123
|
|
29
124
|
if TYPE_CHECKING:
|
30
|
-
import benchling_api_client.webhooks.v0.stable.models.
|
125
|
+
import benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2
|
126
|
+
import benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type
|
127
|
+
import benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2
|
128
|
+
import benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type
|
129
|
+
import benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2
|
130
|
+
import benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2_type
|
131
|
+
import benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2
|
132
|
+
import benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2_type
|
31
133
|
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0
|
32
134
|
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type
|
135
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2
|
136
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2_type
|
33
137
|
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0
|
34
138
|
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type
|
139
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2
|
140
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type
|
141
|
+
import benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2
|
142
|
+
import benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2_type
|
143
|
+
import benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2
|
144
|
+
import benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2_type
|
145
|
+
import benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2
|
146
|
+
import benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2_type
|
147
|
+
import benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2
|
148
|
+
import benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2_type
|
149
|
+
import benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2
|
150
|
+
import benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2_schematized
|
151
|
+
import benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta
|
152
|
+
import benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta_type
|
153
|
+
import benchling_api_client.webhooks.v0.stable.models.event_resource_schema
|
35
154
|
import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0
|
155
|
+
import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta
|
156
|
+
import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta_type
|
36
157
|
import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_type
|
158
|
+
import benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta
|
159
|
+
import benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta_type
|
160
|
+
import benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta
|
161
|
+
import benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta_type
|
37
162
|
import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0
|
163
|
+
import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta
|
164
|
+
import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta_type
|
38
165
|
import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type
|
166
|
+
import benchling_api_client.webhooks.v0.stable.models.message_base
|
167
|
+
import benchling_api_client.webhooks.v0.stable.models.message_base_v0
|
168
|
+
import benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2
|
169
|
+
import benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2_type
|
170
|
+
import benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2
|
171
|
+
import benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2_type
|
172
|
+
import benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2
|
173
|
+
import benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2_type
|
174
|
+
import benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2
|
175
|
+
import benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2_schematized
|
176
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event
|
177
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event_event_type
|
178
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event
|
179
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event_event_type
|
180
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event
|
181
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event_event_type
|
182
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event
|
183
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event_event_type
|
184
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event
|
185
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event_event_type
|
186
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event
|
187
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event_event_type
|
188
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_request_created_event
|
189
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_request_created_event_event_type
|
190
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event
|
191
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event_event_type
|
192
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event
|
193
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event_event_type
|
194
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event
|
195
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event_event_type
|
196
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event
|
197
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event_event_type
|
198
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event
|
199
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event_event_type
|
200
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event
|
201
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event_event_type
|
202
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event
|
203
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event_event_type
|
204
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event
|
205
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event_event_type
|
206
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event
|
207
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event_event_type
|
208
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event
|
209
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event_event_type
|
210
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event
|
211
|
+
import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event_event_type
|
39
212
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0
|
40
213
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app
|
41
214
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app_definition
|
42
|
-
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_channel
|
43
215
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version
|
44
216
|
import benchling_api_client.webhooks.v0.stable.models.webhook_message_v0
|
217
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2
|
218
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2_type
|
219
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2
|
220
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2_type
|
221
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2
|
222
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2_type
|
223
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2
|
224
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2_type
|
225
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2
|
226
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2_type
|
227
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2
|
228
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2_type
|
229
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2
|
230
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2_type
|
231
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2
|
232
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2_type
|
233
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2
|
234
|
+
import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2_type
|
45
235
|
|
46
|
-
|
236
|
+
AppActivateRequestedWebhookV2 = (
|
237
|
+
benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2.AppActivateRequestedWebhookV2
|
238
|
+
)
|
239
|
+
AppActivateRequestedWebhookV2Type = (
|
240
|
+
benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type.AppActivateRequestedWebhookV2Type
|
241
|
+
)
|
242
|
+
AppDeactivatedWebhookV2 = (
|
243
|
+
benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2.AppDeactivatedWebhookV2
|
244
|
+
)
|
245
|
+
AppDeactivatedWebhookV2Type = (
|
246
|
+
benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type.AppDeactivatedWebhookV2Type
|
247
|
+
)
|
248
|
+
AssayRunCreatedWebhookV2 = (
|
249
|
+
benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2.AssayRunCreatedWebhookV2
|
250
|
+
)
|
251
|
+
AssayRunCreatedWebhookV2Type = (
|
252
|
+
benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2_type.AssayRunCreatedWebhookV2Type
|
253
|
+
)
|
254
|
+
AssayRunUpdatedFieldsWebhookV2 = (
|
255
|
+
benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2.AssayRunUpdatedFieldsWebhookV2
|
256
|
+
)
|
257
|
+
AssayRunUpdatedFieldsWebhookV2Type = (
|
258
|
+
benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2_type.AssayRunUpdatedFieldsWebhookV2Type
|
259
|
+
)
|
47
260
|
CanvasInitializeWebhookV0 = (
|
48
261
|
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0.CanvasInitializeWebhookV0
|
49
262
|
)
|
50
263
|
CanvasInitializeWebhookV0Type = (
|
51
264
|
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type.CanvasInitializeWebhookV0Type
|
52
265
|
)
|
266
|
+
CanvasInitializeWebhookV2 = (
|
267
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2.CanvasInitializeWebhookV2
|
268
|
+
)
|
269
|
+
CanvasInitializeWebhookV2Type = (
|
270
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2_type.CanvasInitializeWebhookV2Type
|
271
|
+
)
|
53
272
|
CanvasInteractionWebhookV0 = (
|
54
273
|
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0.CanvasInteractionWebhookV0
|
55
274
|
)
|
56
275
|
CanvasInteractionWebhookV0Type = (
|
57
276
|
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type.CanvasInteractionWebhookV0Type
|
58
277
|
)
|
278
|
+
CanvasInteractionWebhookV2 = (
|
279
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2.CanvasInteractionWebhookV2
|
280
|
+
)
|
281
|
+
CanvasInteractionWebhookV2Type = (
|
282
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type.CanvasInteractionWebhookV2Type
|
283
|
+
)
|
284
|
+
EntityRegisteredWebhookV2 = (
|
285
|
+
benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2.EntityRegisteredWebhookV2
|
286
|
+
)
|
287
|
+
EntityRegisteredWebhookV2Type = (
|
288
|
+
benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2_type.EntityRegisteredWebhookV2Type
|
289
|
+
)
|
290
|
+
EntryCreatedWebhookV2 = (
|
291
|
+
benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2.EntryCreatedWebhookV2
|
292
|
+
)
|
293
|
+
EntryCreatedWebhookV2Type = (
|
294
|
+
benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2_type.EntryCreatedWebhookV2Type
|
295
|
+
)
|
296
|
+
EntryUpdatedFieldsWebhookV2 = (
|
297
|
+
benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2.EntryUpdatedFieldsWebhookV2
|
298
|
+
)
|
299
|
+
EntryUpdatedFieldsWebhookV2Type = (
|
300
|
+
benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2_type.EntryUpdatedFieldsWebhookV2Type
|
301
|
+
)
|
302
|
+
EntryUpdatedReviewRecordWebhookV2 = (
|
303
|
+
benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2.EntryUpdatedReviewRecordWebhookV2
|
304
|
+
)
|
305
|
+
EntryUpdatedReviewRecordWebhookV2Type = (
|
306
|
+
benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2_type.EntryUpdatedReviewRecordWebhookV2Type
|
307
|
+
)
|
308
|
+
EventBaseWebhookV2 = (
|
309
|
+
benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2.EventBaseWebhookV2
|
310
|
+
)
|
311
|
+
EventBaseWebhookV2Schematized = (
|
312
|
+
benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2_schematized.EventBaseWebhookV2Schematized
|
313
|
+
)
|
314
|
+
EventCreatedWebhookV0Beta = (
|
315
|
+
benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta.EventCreatedWebhookV0Beta
|
316
|
+
)
|
317
|
+
EventCreatedWebhookV0BetaType = (
|
318
|
+
benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta_type.EventCreatedWebhookV0BetaType
|
319
|
+
)
|
320
|
+
EventResourceSchema = (
|
321
|
+
benchling_api_client.webhooks.v0.stable.models.event_resource_schema.EventResourceSchema
|
322
|
+
)
|
59
323
|
LifecycleActivateWebhookV0 = (
|
60
324
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0.LifecycleActivateWebhookV0
|
61
325
|
)
|
326
|
+
LifecycleActivateWebhookV0Beta = (
|
327
|
+
benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta.LifecycleActivateWebhookV0Beta
|
328
|
+
)
|
329
|
+
LifecycleActivateWebhookV0BetaType = (
|
330
|
+
benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta_type.LifecycleActivateWebhookV0BetaType
|
331
|
+
)
|
62
332
|
LifecycleActivateWebhookV0Type = (
|
63
333
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_type.LifecycleActivateWebhookV0Type
|
64
334
|
)
|
335
|
+
LifecycleConfigurationUpdateWebhookV0Beta = (
|
336
|
+
benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta.LifecycleConfigurationUpdateWebhookV0Beta
|
337
|
+
)
|
338
|
+
LifecycleConfigurationUpdateWebhookV0BetaType = (
|
339
|
+
benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta_type.LifecycleConfigurationUpdateWebhookV0BetaType
|
340
|
+
)
|
341
|
+
LifecycleConfigurationUpdateWebhookV2Beta = (
|
342
|
+
benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta.LifecycleConfigurationUpdateWebhookV2Beta
|
343
|
+
)
|
344
|
+
LifecycleConfigurationUpdateWebhookV2BetaType = (
|
345
|
+
benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta_type.LifecycleConfigurationUpdateWebhookV2BetaType
|
346
|
+
)
|
65
347
|
LifecycleDeactivateWebhookV0 = (
|
66
348
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0.LifecycleDeactivateWebhookV0
|
67
349
|
)
|
350
|
+
LifecycleDeactivateWebhookV0Beta = (
|
351
|
+
benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta.LifecycleDeactivateWebhookV0Beta
|
352
|
+
)
|
353
|
+
LifecycleDeactivateWebhookV0BetaType = (
|
354
|
+
benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta_type.LifecycleDeactivateWebhookV0BetaType
|
355
|
+
)
|
68
356
|
LifecycleDeactivateWebhookV0Type = (
|
69
357
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type.LifecycleDeactivateWebhookV0Type
|
70
358
|
)
|
359
|
+
MessageBase = benchling_api_client.webhooks.v0.stable.models.message_base.MessageBase
|
360
|
+
MessageBaseV0 = benchling_api_client.webhooks.v0.stable.models.message_base_v0.MessageBaseV0
|
361
|
+
RequestCreatedWebhookV2 = (
|
362
|
+
benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2.RequestCreatedWebhookV2
|
363
|
+
)
|
364
|
+
RequestCreatedWebhookV2Type = (
|
365
|
+
benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2_type.RequestCreatedWebhookV2Type
|
366
|
+
)
|
367
|
+
RequestUpdatedFieldsWebhookV2 = (
|
368
|
+
benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2.RequestUpdatedFieldsWebhookV2
|
369
|
+
)
|
370
|
+
RequestUpdatedFieldsWebhookV2Type = (
|
371
|
+
benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2_type.RequestUpdatedFieldsWebhookV2Type
|
372
|
+
)
|
373
|
+
RequestUpdatedStatusWebhookV2 = (
|
374
|
+
benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2.RequestUpdatedStatusWebhookV2
|
375
|
+
)
|
376
|
+
RequestUpdatedStatusWebhookV2Type = (
|
377
|
+
benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2_type.RequestUpdatedStatusWebhookV2Type
|
378
|
+
)
|
379
|
+
UpdateEventBaseWebhookV2 = (
|
380
|
+
benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2.UpdateEventBaseWebhookV2
|
381
|
+
)
|
382
|
+
UpdateEventBaseWebhookV2Schematized = (
|
383
|
+
benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2_schematized.UpdateEventBaseWebhookV2Schematized
|
384
|
+
)
|
385
|
+
V2AssayRunCreatedEvent = (
|
386
|
+
benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event.V2AssayRunCreatedEvent
|
387
|
+
)
|
388
|
+
V2AssayRunCreatedEventEventType = (
|
389
|
+
benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event_event_type.V2AssayRunCreatedEventEventType
|
390
|
+
)
|
391
|
+
V2AssayRunUpdatedFieldsEvent = (
|
392
|
+
benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event.V2AssayRunUpdatedFieldsEvent
|
393
|
+
)
|
394
|
+
V2AssayRunUpdatedFieldsEventEventType = (
|
395
|
+
benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event_event_type.V2AssayRunUpdatedFieldsEventEventType
|
396
|
+
)
|
397
|
+
V2EntityRegisteredEvent = (
|
398
|
+
benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event.V2EntityRegisteredEvent
|
399
|
+
)
|
400
|
+
V2EntityRegisteredEventEventType = (
|
401
|
+
benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event_event_type.V2EntityRegisteredEventEventType
|
402
|
+
)
|
403
|
+
V2EntryCreatedEvent = (
|
404
|
+
benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event.V2EntryCreatedEvent
|
405
|
+
)
|
406
|
+
V2EntryCreatedEventEventType = (
|
407
|
+
benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event_event_type.V2EntryCreatedEventEventType
|
408
|
+
)
|
409
|
+
V2EntryUpdatedFieldsEvent = (
|
410
|
+
benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event.V2EntryUpdatedFieldsEvent
|
411
|
+
)
|
412
|
+
V2EntryUpdatedFieldsEventEventType = (
|
413
|
+
benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event_event_type.V2EntryUpdatedFieldsEventEventType
|
414
|
+
)
|
415
|
+
V2EntryUpdatedReviewRecordEvent = (
|
416
|
+
benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event.V2EntryUpdatedReviewRecordEvent
|
417
|
+
)
|
418
|
+
V2EntryUpdatedReviewRecordEventEventType = (
|
419
|
+
benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event_event_type.V2EntryUpdatedReviewRecordEventEventType
|
420
|
+
)
|
421
|
+
V2RequestCreatedEvent = (
|
422
|
+
benchling_api_client.webhooks.v0.stable.models.v2_request_created_event.V2RequestCreatedEvent
|
423
|
+
)
|
424
|
+
V2RequestCreatedEventEventType = (
|
425
|
+
benchling_api_client.webhooks.v0.stable.models.v2_request_created_event_event_type.V2RequestCreatedEventEventType
|
426
|
+
)
|
427
|
+
V2RequestUpdatedFieldsEvent = (
|
428
|
+
benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event.V2RequestUpdatedFieldsEvent
|
429
|
+
)
|
430
|
+
V2RequestUpdatedFieldsEventEventType = (
|
431
|
+
benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event_event_type.V2RequestUpdatedFieldsEventEventType
|
432
|
+
)
|
433
|
+
V2RequestUpdatedStatusEvent = (
|
434
|
+
benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event.V2RequestUpdatedStatusEvent
|
435
|
+
)
|
436
|
+
V2RequestUpdatedStatusEventEventType = (
|
437
|
+
benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event_event_type.V2RequestUpdatedStatusEventEventType
|
438
|
+
)
|
439
|
+
V2WorkflowOutputCreatedEvent = (
|
440
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event.V2WorkflowOutputCreatedEvent
|
441
|
+
)
|
442
|
+
V2WorkflowOutputCreatedEventEventType = (
|
443
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event_event_type.V2WorkflowOutputCreatedEventEventType
|
444
|
+
)
|
445
|
+
V2WorkflowOutputUpdatedFieldsEvent = (
|
446
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event.V2WorkflowOutputUpdatedFieldsEvent
|
447
|
+
)
|
448
|
+
V2WorkflowOutputUpdatedFieldsEventEventType = (
|
449
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event_event_type.V2WorkflowOutputUpdatedFieldsEventEventType
|
450
|
+
)
|
451
|
+
V2WorkflowTaskCreatedEvent = (
|
452
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event.V2WorkflowTaskCreatedEvent
|
453
|
+
)
|
454
|
+
V2WorkflowTaskCreatedEventEventType = (
|
455
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event_event_type.V2WorkflowTaskCreatedEventEventType
|
456
|
+
)
|
457
|
+
V2WorkflowTaskGroupCreatedEvent = (
|
458
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event.V2WorkflowTaskGroupCreatedEvent
|
459
|
+
)
|
460
|
+
V2WorkflowTaskGroupCreatedEventEventType = (
|
461
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event_event_type.V2WorkflowTaskGroupCreatedEventEventType
|
462
|
+
)
|
463
|
+
V2WorkflowTaskGroupUpdatedWatchersEvent = (
|
464
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event.V2WorkflowTaskGroupUpdatedWatchersEvent
|
465
|
+
)
|
466
|
+
V2WorkflowTaskGroupUpdatedWatchersEventEventType = (
|
467
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event_event_type.V2WorkflowTaskGroupUpdatedWatchersEventEventType
|
468
|
+
)
|
469
|
+
V2WorkflowTaskUpdatedAssigneeEvent = (
|
470
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event.V2WorkflowTaskUpdatedAssigneeEvent
|
471
|
+
)
|
472
|
+
V2WorkflowTaskUpdatedAssigneeEventEventType = (
|
473
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event_event_type.V2WorkflowTaskUpdatedAssigneeEventEventType
|
474
|
+
)
|
475
|
+
V2WorkflowTaskUpdatedFieldsEvent = (
|
476
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event.V2WorkflowTaskUpdatedFieldsEvent
|
477
|
+
)
|
478
|
+
V2WorkflowTaskUpdatedFieldsEventEventType = (
|
479
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event_event_type.V2WorkflowTaskUpdatedFieldsEventEventType
|
480
|
+
)
|
481
|
+
V2WorkflowTaskUpdatedScheduledOnEvent = (
|
482
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event.V2WorkflowTaskUpdatedScheduledOnEvent
|
483
|
+
)
|
484
|
+
V2WorkflowTaskUpdatedScheduledOnEventEventType = (
|
485
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event_event_type.V2WorkflowTaskUpdatedScheduledOnEventEventType
|
486
|
+
)
|
487
|
+
V2WorkflowTaskUpdatedStatusEvent = (
|
488
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event.V2WorkflowTaskUpdatedStatusEvent
|
489
|
+
)
|
490
|
+
V2WorkflowTaskUpdatedStatusEventEventType = (
|
491
|
+
benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event_event_type.V2WorkflowTaskUpdatedStatusEventEventType
|
492
|
+
)
|
71
493
|
WebhookEnvelopeV0 = benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0.WebhookEnvelopeV0
|
72
494
|
WebhookEnvelopeV0App = (
|
73
495
|
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app.WebhookEnvelopeV0App
|
@@ -75,31 +497,177 @@ if TYPE_CHECKING:
|
|
75
497
|
WebhookEnvelopeV0AppDefinition = (
|
76
498
|
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app_definition.WebhookEnvelopeV0AppDefinition
|
77
499
|
)
|
78
|
-
WebhookEnvelopeV0Channel = (
|
79
|
-
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_channel.WebhookEnvelopeV0Channel
|
80
|
-
)
|
81
500
|
WebhookEnvelopeV0Version = (
|
82
501
|
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version.WebhookEnvelopeV0Version
|
83
502
|
)
|
84
503
|
WebhookMessageV0 = benchling_api_client.webhooks.v0.stable.models.webhook_message_v0.WebhookMessageV0
|
504
|
+
WorkflowOutputCreatedWebhookV2 = (
|
505
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2.WorkflowOutputCreatedWebhookV2
|
506
|
+
)
|
507
|
+
WorkflowOutputCreatedWebhookV2Type = (
|
508
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2_type.WorkflowOutputCreatedWebhookV2Type
|
509
|
+
)
|
510
|
+
WorkflowOutputUpdatedFieldsWebhookV2 = (
|
511
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2.WorkflowOutputUpdatedFieldsWebhookV2
|
512
|
+
)
|
513
|
+
WorkflowOutputUpdatedFieldsWebhookV2Type = (
|
514
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2_type.WorkflowOutputUpdatedFieldsWebhookV2Type
|
515
|
+
)
|
516
|
+
WorkflowTaskCreatedWebhookV2 = (
|
517
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2.WorkflowTaskCreatedWebhookV2
|
518
|
+
)
|
519
|
+
WorkflowTaskCreatedWebhookV2Type = (
|
520
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2_type.WorkflowTaskCreatedWebhookV2Type
|
521
|
+
)
|
522
|
+
WorkflowTaskGroupCreatedWebhookV2 = (
|
523
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2.WorkflowTaskGroupCreatedWebhookV2
|
524
|
+
)
|
525
|
+
WorkflowTaskGroupCreatedWebhookV2Type = (
|
526
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2_type.WorkflowTaskGroupCreatedWebhookV2Type
|
527
|
+
)
|
528
|
+
WorkflowTaskGroupUpdatedWatchersWebhookV2 = (
|
529
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2.WorkflowTaskGroupUpdatedWatchersWebhookV2
|
530
|
+
)
|
531
|
+
WorkflowTaskGroupUpdatedWatchersWebhookV2Type = (
|
532
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2_type.WorkflowTaskGroupUpdatedWatchersWebhookV2Type
|
533
|
+
)
|
534
|
+
WorkflowTaskUpdatedAssigneeWebhookV2 = (
|
535
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2.WorkflowTaskUpdatedAssigneeWebhookV2
|
536
|
+
)
|
537
|
+
WorkflowTaskUpdatedAssigneeWebhookV2Type = (
|
538
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2_type.WorkflowTaskUpdatedAssigneeWebhookV2Type
|
539
|
+
)
|
540
|
+
WorkflowTaskUpdatedFieldsWebhookV2 = (
|
541
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2.WorkflowTaskUpdatedFieldsWebhookV2
|
542
|
+
)
|
543
|
+
WorkflowTaskUpdatedFieldsWebhookV2Type = (
|
544
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2_type.WorkflowTaskUpdatedFieldsWebhookV2Type
|
545
|
+
)
|
546
|
+
WorkflowTaskUpdatedScheduledOnWebhookV2 = (
|
547
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2.WorkflowTaskUpdatedScheduledOnWebhookV2
|
548
|
+
)
|
549
|
+
WorkflowTaskUpdatedScheduledOnWebhookV2Type = (
|
550
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2_type.WorkflowTaskUpdatedScheduledOnWebhookV2Type
|
551
|
+
)
|
552
|
+
WorkflowTaskUpdatedStatusWebhookV2 = (
|
553
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2.WorkflowTaskUpdatedStatusWebhookV2
|
554
|
+
)
|
555
|
+
WorkflowTaskUpdatedStatusWebhookV2Type = (
|
556
|
+
benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2_type.WorkflowTaskUpdatedStatusWebhookV2Type
|
557
|
+
)
|
85
558
|
|
86
559
|
else:
|
87
560
|
model_to_module_mapping = {
|
88
|
-
"
|
561
|
+
"AppActivateRequestedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2",
|
562
|
+
"AppActivateRequestedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type",
|
563
|
+
"AppDeactivatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2",
|
564
|
+
"AppDeactivatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type",
|
565
|
+
"AssayRunCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2",
|
566
|
+
"AssayRunCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2_type",
|
567
|
+
"AssayRunUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2",
|
568
|
+
"AssayRunUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2_type",
|
89
569
|
"CanvasInitializeWebhookV0": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0",
|
90
570
|
"CanvasInitializeWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type",
|
571
|
+
"CanvasInitializeWebhookV2": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2",
|
572
|
+
"CanvasInitializeWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2_type",
|
91
573
|
"CanvasInteractionWebhookV0": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0",
|
92
574
|
"CanvasInteractionWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type",
|
575
|
+
"CanvasInteractionWebhookV2": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2",
|
576
|
+
"CanvasInteractionWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type",
|
577
|
+
"EntityRegisteredWebhookV2": "benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2",
|
578
|
+
"EntityRegisteredWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2_type",
|
579
|
+
"EntryCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2",
|
580
|
+
"EntryCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2_type",
|
581
|
+
"EntryUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2",
|
582
|
+
"EntryUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2_type",
|
583
|
+
"EntryUpdatedReviewRecordWebhookV2": "benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2",
|
584
|
+
"EntryUpdatedReviewRecordWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2_type",
|
585
|
+
"EventBaseWebhookV2": "benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2",
|
586
|
+
"EventBaseWebhookV2Schematized": "benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2_schematized",
|
587
|
+
"EventCreatedWebhookV0Beta": "benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta",
|
588
|
+
"EventCreatedWebhookV0BetaType": "benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta_type",
|
589
|
+
"EventResourceSchema": "benchling_api_client.webhooks.v0.stable.models.event_resource_schema",
|
93
590
|
"LifecycleActivateWebhookV0": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0",
|
591
|
+
"LifecycleActivateWebhookV0Beta": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta",
|
592
|
+
"LifecycleActivateWebhookV0BetaType": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta_type",
|
94
593
|
"LifecycleActivateWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_type",
|
594
|
+
"LifecycleConfigurationUpdateWebhookV0Beta": "benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta",
|
595
|
+
"LifecycleConfigurationUpdateWebhookV0BetaType": "benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta_type",
|
596
|
+
"LifecycleConfigurationUpdateWebhookV2Beta": "benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta",
|
597
|
+
"LifecycleConfigurationUpdateWebhookV2BetaType": "benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta_type",
|
95
598
|
"LifecycleDeactivateWebhookV0": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0",
|
599
|
+
"LifecycleDeactivateWebhookV0Beta": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta",
|
600
|
+
"LifecycleDeactivateWebhookV0BetaType": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta_type",
|
96
601
|
"LifecycleDeactivateWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type",
|
602
|
+
"MessageBase": "benchling_api_client.webhooks.v0.stable.models.message_base",
|
603
|
+
"MessageBaseV0": "benchling_api_client.webhooks.v0.stable.models.message_base_v0",
|
604
|
+
"RequestCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2",
|
605
|
+
"RequestCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2_type",
|
606
|
+
"RequestUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2",
|
607
|
+
"RequestUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2_type",
|
608
|
+
"RequestUpdatedStatusWebhookV2": "benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2",
|
609
|
+
"RequestUpdatedStatusWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2_type",
|
610
|
+
"UpdateEventBaseWebhookV2": "benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2",
|
611
|
+
"UpdateEventBaseWebhookV2Schematized": "benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2_schematized",
|
612
|
+
"V2AssayRunCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event",
|
613
|
+
"V2AssayRunCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event_event_type",
|
614
|
+
"V2AssayRunUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event",
|
615
|
+
"V2AssayRunUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event_event_type",
|
616
|
+
"V2EntityRegisteredEvent": "benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event",
|
617
|
+
"V2EntityRegisteredEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event_event_type",
|
618
|
+
"V2EntryCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event",
|
619
|
+
"V2EntryCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event_event_type",
|
620
|
+
"V2EntryUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event",
|
621
|
+
"V2EntryUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event_event_type",
|
622
|
+
"V2EntryUpdatedReviewRecordEvent": "benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event",
|
623
|
+
"V2EntryUpdatedReviewRecordEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event_event_type",
|
624
|
+
"V2RequestCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_request_created_event",
|
625
|
+
"V2RequestCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_request_created_event_event_type",
|
626
|
+
"V2RequestUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event",
|
627
|
+
"V2RequestUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event_event_type",
|
628
|
+
"V2RequestUpdatedStatusEvent": "benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event",
|
629
|
+
"V2RequestUpdatedStatusEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event_event_type",
|
630
|
+
"V2WorkflowOutputCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event",
|
631
|
+
"V2WorkflowOutputCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event_event_type",
|
632
|
+
"V2WorkflowOutputUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event",
|
633
|
+
"V2WorkflowOutputUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event_event_type",
|
634
|
+
"V2WorkflowTaskCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event",
|
635
|
+
"V2WorkflowTaskCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event_event_type",
|
636
|
+
"V2WorkflowTaskGroupCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event",
|
637
|
+
"V2WorkflowTaskGroupCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event_event_type",
|
638
|
+
"V2WorkflowTaskGroupUpdatedWatchersEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event",
|
639
|
+
"V2WorkflowTaskGroupUpdatedWatchersEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event_event_type",
|
640
|
+
"V2WorkflowTaskUpdatedAssigneeEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event",
|
641
|
+
"V2WorkflowTaskUpdatedAssigneeEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event_event_type",
|
642
|
+
"V2WorkflowTaskUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event",
|
643
|
+
"V2WorkflowTaskUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event_event_type",
|
644
|
+
"V2WorkflowTaskUpdatedScheduledOnEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event",
|
645
|
+
"V2WorkflowTaskUpdatedScheduledOnEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event_event_type",
|
646
|
+
"V2WorkflowTaskUpdatedStatusEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event",
|
647
|
+
"V2WorkflowTaskUpdatedStatusEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event_event_type",
|
97
648
|
"WebhookEnvelopeV0": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0",
|
98
649
|
"WebhookEnvelopeV0App": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app",
|
99
650
|
"WebhookEnvelopeV0AppDefinition": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app_definition",
|
100
|
-
"WebhookEnvelopeV0Channel": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_channel",
|
101
651
|
"WebhookEnvelopeV0Version": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version",
|
102
652
|
"WebhookMessageV0": "benchling_api_client.webhooks.v0.stable.models.webhook_message_v0",
|
653
|
+
"WorkflowOutputCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2",
|
654
|
+
"WorkflowOutputCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2_type",
|
655
|
+
"WorkflowOutputUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2",
|
656
|
+
"WorkflowOutputUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2_type",
|
657
|
+
"WorkflowTaskCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2",
|
658
|
+
"WorkflowTaskCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2_type",
|
659
|
+
"WorkflowTaskGroupCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2",
|
660
|
+
"WorkflowTaskGroupCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2_type",
|
661
|
+
"WorkflowTaskGroupUpdatedWatchersWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2",
|
662
|
+
"WorkflowTaskGroupUpdatedWatchersWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2_type",
|
663
|
+
"WorkflowTaskUpdatedAssigneeWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2",
|
664
|
+
"WorkflowTaskUpdatedAssigneeWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2_type",
|
665
|
+
"WorkflowTaskUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2",
|
666
|
+
"WorkflowTaskUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2_type",
|
667
|
+
"WorkflowTaskUpdatedScheduledOnWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2",
|
668
|
+
"WorkflowTaskUpdatedScheduledOnWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2_type",
|
669
|
+
"WorkflowTaskUpdatedStatusWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2",
|
670
|
+
"WorkflowTaskUpdatedStatusWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2_type",
|
103
671
|
}
|
104
672
|
|
105
673
|
from types import ModuleType
|