benchling-sdk 1.13.0a1__py3-none-any.whl → 1.13.0a2__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.
@@ -174,6 +174,7 @@ __all__ = [
174
174
  "AutofillPartsAsyncTask",
175
175
  "AutofillRnaSequences",
176
176
  "AutofillSequences",
177
+ "AutofillTranscriptionsAsyncTask",
177
178
  "AutofillTranslationsAsyncTask",
178
179
  "AutomationFile",
179
180
  "AutomationFileAutomationFileConfig",
@@ -435,6 +436,7 @@ __all__ = [
435
436
  "DnaSequencesBulkGet",
436
437
  "DnaSequencesBulkUpdateRequest",
437
438
  "DnaSequencesBulkUpsertRequest",
439
+ "DnaSequencesFindMatchingRegion",
438
440
  "DnaSequencesPaginatedList",
439
441
  "DnaSequencesUnarchive",
440
442
  "DnaTemplateAlignmentCreate",
@@ -1238,6 +1240,7 @@ if TYPE_CHECKING:
1238
1240
  import benchling_api_client.v2.stable.models.autofill_parts_async_task
1239
1241
  import benchling_api_client.v2.stable.models.autofill_rna_sequences
1240
1242
  import benchling_api_client.v2.stable.models.autofill_sequences
1243
+ import benchling_api_client.v2.stable.models.autofill_transcriptions_async_task
1241
1244
  import benchling_api_client.v2.stable.models.autofill_translations_async_task
1242
1245
  import benchling_api_client.v2.stable.models.automation_file
1243
1246
  import benchling_api_client.v2.stable.models.automation_file_automation_file_config
@@ -1499,6 +1502,7 @@ if TYPE_CHECKING:
1499
1502
  import benchling_api_client.v2.stable.models.dna_sequences_bulk_get
1500
1503
  import benchling_api_client.v2.stable.models.dna_sequences_bulk_update_request
1501
1504
  import benchling_api_client.v2.stable.models.dna_sequences_bulk_upsert_request
1505
+ import benchling_api_client.v2.stable.models.dna_sequences_find_matching_region
1502
1506
  import benchling_api_client.v2.stable.models.dna_sequences_paginated_list
1503
1507
  import benchling_api_client.v2.stable.models.dna_sequences_unarchive
1504
1508
  import benchling_api_client.v2.stable.models.dna_template_alignment_create
@@ -2512,6 +2516,9 @@ if TYPE_CHECKING:
2512
2516
  )
2513
2517
  AutofillRnaSequences = benchling_api_client.v2.stable.models.autofill_rna_sequences.AutofillRnaSequences
2514
2518
  AutofillSequences = benchling_api_client.v2.stable.models.autofill_sequences.AutofillSequences
2519
+ AutofillTranscriptionsAsyncTask = (
2520
+ benchling_api_client.v2.stable.models.autofill_transcriptions_async_task.AutofillTranscriptionsAsyncTask
2521
+ )
2515
2522
  AutofillTranslationsAsyncTask = (
2516
2523
  benchling_api_client.v2.stable.models.autofill_translations_async_task.AutofillTranslationsAsyncTask
2517
2524
  )
@@ -3077,6 +3084,9 @@ if TYPE_CHECKING:
3077
3084
  DnaSequencesBulkUpsertRequest = (
3078
3085
  benchling_api_client.v2.stable.models.dna_sequences_bulk_upsert_request.DnaSequencesBulkUpsertRequest
3079
3086
  )
3087
+ DnaSequencesFindMatchingRegion = (
3088
+ benchling_api_client.v2.stable.models.dna_sequences_find_matching_region.DnaSequencesFindMatchingRegion
3089
+ )
3080
3090
  DnaSequencesPaginatedList = (
3081
3091
  benchling_api_client.v2.stable.models.dna_sequences_paginated_list.DnaSequencesPaginatedList
3082
3092
  )
@@ -4536,6 +4546,7 @@ else:
4536
4546
  "AutofillPartsAsyncTask": "benchling_api_client.v2.stable.models.autofill_parts_async_task",
4537
4547
  "AutofillRnaSequences": "benchling_api_client.v2.stable.models.autofill_rna_sequences",
4538
4548
  "AutofillSequences": "benchling_api_client.v2.stable.models.autofill_sequences",
4549
+ "AutofillTranscriptionsAsyncTask": "benchling_api_client.v2.stable.models.autofill_transcriptions_async_task",
4539
4550
  "AutofillTranslationsAsyncTask": "benchling_api_client.v2.stable.models.autofill_translations_async_task",
4540
4551
  "AutomationFile": "benchling_api_client.v2.stable.models.automation_file",
4541
4552
  "AutomationFileAutomationFileConfig": "benchling_api_client.v2.stable.models.automation_file_automation_file_config",
@@ -4797,6 +4808,7 @@ else:
4797
4808
  "DnaSequencesBulkGet": "benchling_api_client.v2.stable.models.dna_sequences_bulk_get",
4798
4809
  "DnaSequencesBulkUpdateRequest": "benchling_api_client.v2.stable.models.dna_sequences_bulk_update_request",
4799
4810
  "DnaSequencesBulkUpsertRequest": "benchling_api_client.v2.stable.models.dna_sequences_bulk_upsert_request",
4811
+ "DnaSequencesFindMatchingRegion": "benchling_api_client.v2.stable.models.dna_sequences_find_matching_region",
4800
4812
  "DnaSequencesPaginatedList": "benchling_api_client.v2.stable.models.dna_sequences_paginated_list",
4801
4813
  "DnaSequencesUnarchive": "benchling_api_client.v2.stable.models.dna_sequences_unarchive",
4802
4814
  "DnaTemplateAlignmentCreate": "benchling_api_client.v2.stable.models.dna_template_alignment_create",
@@ -13,6 +13,10 @@ __all__ = [
13
13
  "AppActivateRequestedWebhookV2Type",
14
14
  "AppDeactivatedWebhookV2",
15
15
  "AppDeactivatedWebhookV2Type",
16
+ "AssayRunCreatedWebhookV2",
17
+ "AssayRunCreatedWebhookV2Type",
18
+ "AssayRunUpdatedFieldsWebhookV2",
19
+ "AssayRunUpdatedFieldsWebhookV2Type",
16
20
  "CanvasInitializeWebhookV0",
17
21
  "CanvasInitializeWebhookV0Type",
18
22
  "CanvasInitializeWebhookV2",
@@ -21,16 +25,99 @@ __all__ = [
21
25
  "CanvasInteractionWebhookV0Type",
22
26
  "CanvasInteractionWebhookV2",
23
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",
24
41
  "LifecycleActivateWebhookV0",
42
+ "LifecycleActivateWebhookV0Beta",
43
+ "LifecycleActivateWebhookV0BetaType",
25
44
  "LifecycleActivateWebhookV0Type",
45
+ "LifecycleConfigurationUpdateWebhookV0Beta",
46
+ "LifecycleConfigurationUpdateWebhookV0BetaType",
47
+ "LifecycleConfigurationUpdateWebhookV2Beta",
48
+ "LifecycleConfigurationUpdateWebhookV2BetaType",
26
49
  "LifecycleDeactivateWebhookV0",
50
+ "LifecycleDeactivateWebhookV0Beta",
51
+ "LifecycleDeactivateWebhookV0BetaType",
27
52
  "LifecycleDeactivateWebhookV0Type",
28
53
  "MessageBaseV0",
54
+ "RequestCreatedWebhookV2",
55
+ "RequestCreatedWebhookV2Type",
56
+ "RequestUpdatedFieldsWebhookV2",
57
+ "RequestUpdatedFieldsWebhookV2Type",
58
+ "RequestUpdatedStatusWebhookV2",
59
+ "RequestUpdatedStatusWebhookV2Type",
60
+ "UpdateEventBaseWebhookV2",
61
+ "UpdateEventBaseWebhookV2Schematized",
62
+ "V2AssayRunCreatedEvent",
63
+ "V2AssayRunCreatedEventEventType",
64
+ "V2AssayRunUpdatedFieldsEvent",
65
+ "V2AssayRunUpdatedFieldsEventEventType",
66
+ "V2EntityRegisteredEvent",
67
+ "V2EntityRegisteredEventEventType",
68
+ "V2EntryCreatedEvent",
69
+ "V2EntryCreatedEventEventType",
70
+ "V2EntryUpdatedFieldsEvent",
71
+ "V2EntryUpdatedFieldsEventEventType",
72
+ "V2EntryUpdatedReviewRecordEvent",
73
+ "V2EntryUpdatedReviewRecordEventEventType",
74
+ "V2RequestCreatedEvent",
75
+ "V2RequestCreatedEventEventType",
76
+ "V2RequestUpdatedFieldsEvent",
77
+ "V2RequestUpdatedFieldsEventEventType",
78
+ "V2RequestUpdatedStatusEvent",
79
+ "V2RequestUpdatedStatusEventEventType",
80
+ "V2WorkflowOutputCreatedEvent",
81
+ "V2WorkflowOutputCreatedEventEventType",
82
+ "V2WorkflowOutputUpdatedFieldsEvent",
83
+ "V2WorkflowOutputUpdatedFieldsEventEventType",
84
+ "V2WorkflowTaskCreatedEvent",
85
+ "V2WorkflowTaskCreatedEventEventType",
86
+ "V2WorkflowTaskGroupCreatedEvent",
87
+ "V2WorkflowTaskGroupCreatedEventEventType",
88
+ "V2WorkflowTaskGroupUpdatedWatchersEvent",
89
+ "V2WorkflowTaskGroupUpdatedWatchersEventEventType",
90
+ "V2WorkflowTaskUpdatedAssigneeEvent",
91
+ "V2WorkflowTaskUpdatedAssigneeEventEventType",
92
+ "V2WorkflowTaskUpdatedFieldsEvent",
93
+ "V2WorkflowTaskUpdatedFieldsEventEventType",
94
+ "V2WorkflowTaskUpdatedScheduledOnEvent",
95
+ "V2WorkflowTaskUpdatedScheduledOnEventEventType",
96
+ "V2WorkflowTaskUpdatedStatusEvent",
97
+ "V2WorkflowTaskUpdatedStatusEventEventType",
29
98
  "WebhookEnvelopeV0",
30
99
  "WebhookEnvelopeV0App",
31
100
  "WebhookEnvelopeV0AppDefinition",
32
101
  "WebhookEnvelopeV0Version",
33
102
  "WebhookMessageV0",
103
+ "WorkflowOutputCreatedWebhookV2",
104
+ "WorkflowOutputCreatedWebhookV2Type",
105
+ "WorkflowOutputUpdatedFieldsWebhookV2",
106
+ "WorkflowOutputUpdatedFieldsWebhookV2Type",
107
+ "WorkflowTaskCreatedWebhookV2",
108
+ "WorkflowTaskCreatedWebhookV2Type",
109
+ "WorkflowTaskGroupCreatedWebhookV2",
110
+ "WorkflowTaskGroupCreatedWebhookV2Type",
111
+ "WorkflowTaskGroupUpdatedWatchersWebhookV2",
112
+ "WorkflowTaskGroupUpdatedWatchersWebhookV2Type",
113
+ "WorkflowTaskUpdatedAssigneeWebhookV2",
114
+ "WorkflowTaskUpdatedAssigneeWebhookV2Type",
115
+ "WorkflowTaskUpdatedFieldsWebhookV2",
116
+ "WorkflowTaskUpdatedFieldsWebhookV2Type",
117
+ "WorkflowTaskUpdatedScheduledOnWebhookV2",
118
+ "WorkflowTaskUpdatedScheduledOnWebhookV2Type",
119
+ "WorkflowTaskUpdatedStatusWebhookV2",
120
+ "WorkflowTaskUpdatedStatusWebhookV2Type",
34
121
  ]
35
122
 
36
123
  if TYPE_CHECKING:
@@ -38,6 +125,10 @@ if TYPE_CHECKING:
38
125
  import benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type
39
126
  import benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2
40
127
  import benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type
128
+ import benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2
129
+ import benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2_type
130
+ import benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2
131
+ import benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2_type
41
132
  import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0
42
133
  import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type
43
134
  import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2
@@ -46,16 +137,99 @@ if TYPE_CHECKING:
46
137
  import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type
47
138
  import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2
48
139
  import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type
140
+ import benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2
141
+ import benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2_type
142
+ import benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2
143
+ import benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2_type
144
+ import benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2
145
+ import benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2_type
146
+ import benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2
147
+ import benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2_type
148
+ import benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2
149
+ import benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2_schematized
150
+ import benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta
151
+ import benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta_type
152
+ import benchling_api_client.webhooks.v0.stable.models.event_resource_schema
49
153
  import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0
154
+ import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta
155
+ import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta_type
50
156
  import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_type
157
+ import benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta
158
+ import benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta_type
159
+ import benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta
160
+ import benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta_type
51
161
  import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0
162
+ import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta
163
+ import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta_type
52
164
  import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type
53
165
  import benchling_api_client.webhooks.v0.stable.models.message_base_v0
166
+ import benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2
167
+ import benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2_type
168
+ import benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2
169
+ import benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2_type
170
+ import benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2
171
+ import benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2_type
172
+ import benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2
173
+ import benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2_schematized
174
+ import benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event
175
+ import benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event_event_type
176
+ import benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event
177
+ import benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event_event_type
178
+ import benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event
179
+ import benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event_event_type
180
+ import benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event
181
+ import benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event_event_type
182
+ import benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event
183
+ import benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event_event_type
184
+ import benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event
185
+ import benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event_event_type
186
+ import benchling_api_client.webhooks.v0.stable.models.v2_request_created_event
187
+ import benchling_api_client.webhooks.v0.stable.models.v2_request_created_event_event_type
188
+ import benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event
189
+ import benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event_event_type
190
+ import benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event
191
+ import benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event_event_type
192
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event
193
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event_event_type
194
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event
195
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event_event_type
196
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event
197
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event_event_type
198
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event
199
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event_event_type
200
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event
201
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event_event_type
202
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event
203
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event_event_type
204
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event
205
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event_event_type
206
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event
207
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event_event_type
208
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event
209
+ import benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event_event_type
54
210
  import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0
55
211
  import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app
56
212
  import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app_definition
57
213
  import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version
58
214
  import benchling_api_client.webhooks.v0.stable.models.webhook_message_v0
215
+ import benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2
216
+ import benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2_type
217
+ import benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2
218
+ import benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2_type
219
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2
220
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2_type
221
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2
222
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2_type
223
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2
224
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2_type
225
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2
226
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2_type
227
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2
228
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2_type
229
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2
230
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2_type
231
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2
232
+ import benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2_type
59
233
 
60
234
  AppActivateRequestedWebhookV2 = (
61
235
  benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2.AppActivateRequestedWebhookV2
@@ -69,6 +243,18 @@ if TYPE_CHECKING:
69
243
  AppDeactivatedWebhookV2Type = (
70
244
  benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type.AppDeactivatedWebhookV2Type
71
245
  )
246
+ AssayRunCreatedWebhookV2 = (
247
+ benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2.AssayRunCreatedWebhookV2
248
+ )
249
+ AssayRunCreatedWebhookV2Type = (
250
+ benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2_type.AssayRunCreatedWebhookV2Type
251
+ )
252
+ AssayRunUpdatedFieldsWebhookV2 = (
253
+ benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2.AssayRunUpdatedFieldsWebhookV2
254
+ )
255
+ AssayRunUpdatedFieldsWebhookV2Type = (
256
+ benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2_type.AssayRunUpdatedFieldsWebhookV2Type
257
+ )
72
258
  CanvasInitializeWebhookV0 = (
73
259
  benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0.CanvasInitializeWebhookV0
74
260
  )
@@ -93,19 +279,214 @@ if TYPE_CHECKING:
93
279
  CanvasInteractionWebhookV2Type = (
94
280
  benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type.CanvasInteractionWebhookV2Type
95
281
  )
282
+ EntityRegisteredWebhookV2 = (
283
+ benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2.EntityRegisteredWebhookV2
284
+ )
285
+ EntityRegisteredWebhookV2Type = (
286
+ benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2_type.EntityRegisteredWebhookV2Type
287
+ )
288
+ EntryCreatedWebhookV2 = (
289
+ benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2.EntryCreatedWebhookV2
290
+ )
291
+ EntryCreatedWebhookV2Type = (
292
+ benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2_type.EntryCreatedWebhookV2Type
293
+ )
294
+ EntryUpdatedFieldsWebhookV2 = (
295
+ benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2.EntryUpdatedFieldsWebhookV2
296
+ )
297
+ EntryUpdatedFieldsWebhookV2Type = (
298
+ benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2_type.EntryUpdatedFieldsWebhookV2Type
299
+ )
300
+ EntryUpdatedReviewRecordWebhookV2 = (
301
+ benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2.EntryUpdatedReviewRecordWebhookV2
302
+ )
303
+ EntryUpdatedReviewRecordWebhookV2Type = (
304
+ benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2_type.EntryUpdatedReviewRecordWebhookV2Type
305
+ )
306
+ EventBaseWebhookV2 = (
307
+ benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2.EventBaseWebhookV2
308
+ )
309
+ EventBaseWebhookV2Schematized = (
310
+ benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2_schematized.EventBaseWebhookV2Schematized
311
+ )
312
+ EventCreatedWebhookV0Beta = (
313
+ benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta.EventCreatedWebhookV0Beta
314
+ )
315
+ EventCreatedWebhookV0BetaType = (
316
+ benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta_type.EventCreatedWebhookV0BetaType
317
+ )
318
+ EventResourceSchema = (
319
+ benchling_api_client.webhooks.v0.stable.models.event_resource_schema.EventResourceSchema
320
+ )
96
321
  LifecycleActivateWebhookV0 = (
97
322
  benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0.LifecycleActivateWebhookV0
98
323
  )
324
+ LifecycleActivateWebhookV0Beta = (
325
+ benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta.LifecycleActivateWebhookV0Beta
326
+ )
327
+ LifecycleActivateWebhookV0BetaType = (
328
+ benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta_type.LifecycleActivateWebhookV0BetaType
329
+ )
99
330
  LifecycleActivateWebhookV0Type = (
100
331
  benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_type.LifecycleActivateWebhookV0Type
101
332
  )
333
+ LifecycleConfigurationUpdateWebhookV0Beta = (
334
+ benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta.LifecycleConfigurationUpdateWebhookV0Beta
335
+ )
336
+ LifecycleConfigurationUpdateWebhookV0BetaType = (
337
+ benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta_type.LifecycleConfigurationUpdateWebhookV0BetaType
338
+ )
339
+ LifecycleConfigurationUpdateWebhookV2Beta = (
340
+ benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta.LifecycleConfigurationUpdateWebhookV2Beta
341
+ )
342
+ LifecycleConfigurationUpdateWebhookV2BetaType = (
343
+ benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta_type.LifecycleConfigurationUpdateWebhookV2BetaType
344
+ )
102
345
  LifecycleDeactivateWebhookV0 = (
103
346
  benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0.LifecycleDeactivateWebhookV0
104
347
  )
348
+ LifecycleDeactivateWebhookV0Beta = (
349
+ benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta.LifecycleDeactivateWebhookV0Beta
350
+ )
351
+ LifecycleDeactivateWebhookV0BetaType = (
352
+ benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta_type.LifecycleDeactivateWebhookV0BetaType
353
+ )
105
354
  LifecycleDeactivateWebhookV0Type = (
106
355
  benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type.LifecycleDeactivateWebhookV0Type
107
356
  )
108
357
  MessageBaseV0 = benchling_api_client.webhooks.v0.stable.models.message_base_v0.MessageBaseV0
358
+ RequestCreatedWebhookV2 = (
359
+ benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2.RequestCreatedWebhookV2
360
+ )
361
+ RequestCreatedWebhookV2Type = (
362
+ benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2_type.RequestCreatedWebhookV2Type
363
+ )
364
+ RequestUpdatedFieldsWebhookV2 = (
365
+ benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2.RequestUpdatedFieldsWebhookV2
366
+ )
367
+ RequestUpdatedFieldsWebhookV2Type = (
368
+ benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2_type.RequestUpdatedFieldsWebhookV2Type
369
+ )
370
+ RequestUpdatedStatusWebhookV2 = (
371
+ benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2.RequestUpdatedStatusWebhookV2
372
+ )
373
+ RequestUpdatedStatusWebhookV2Type = (
374
+ benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2_type.RequestUpdatedStatusWebhookV2Type
375
+ )
376
+ UpdateEventBaseWebhookV2 = (
377
+ benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2.UpdateEventBaseWebhookV2
378
+ )
379
+ UpdateEventBaseWebhookV2Schematized = (
380
+ benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2_schematized.UpdateEventBaseWebhookV2Schematized
381
+ )
382
+ V2AssayRunCreatedEvent = (
383
+ benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event.V2AssayRunCreatedEvent
384
+ )
385
+ V2AssayRunCreatedEventEventType = (
386
+ benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event_event_type.V2AssayRunCreatedEventEventType
387
+ )
388
+ V2AssayRunUpdatedFieldsEvent = (
389
+ benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event.V2AssayRunUpdatedFieldsEvent
390
+ )
391
+ V2AssayRunUpdatedFieldsEventEventType = (
392
+ benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event_event_type.V2AssayRunUpdatedFieldsEventEventType
393
+ )
394
+ V2EntityRegisteredEvent = (
395
+ benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event.V2EntityRegisteredEvent
396
+ )
397
+ V2EntityRegisteredEventEventType = (
398
+ benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event_event_type.V2EntityRegisteredEventEventType
399
+ )
400
+ V2EntryCreatedEvent = (
401
+ benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event.V2EntryCreatedEvent
402
+ )
403
+ V2EntryCreatedEventEventType = (
404
+ benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event_event_type.V2EntryCreatedEventEventType
405
+ )
406
+ V2EntryUpdatedFieldsEvent = (
407
+ benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event.V2EntryUpdatedFieldsEvent
408
+ )
409
+ V2EntryUpdatedFieldsEventEventType = (
410
+ benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event_event_type.V2EntryUpdatedFieldsEventEventType
411
+ )
412
+ V2EntryUpdatedReviewRecordEvent = (
413
+ benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event.V2EntryUpdatedReviewRecordEvent
414
+ )
415
+ V2EntryUpdatedReviewRecordEventEventType = (
416
+ benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event_event_type.V2EntryUpdatedReviewRecordEventEventType
417
+ )
418
+ V2RequestCreatedEvent = (
419
+ benchling_api_client.webhooks.v0.stable.models.v2_request_created_event.V2RequestCreatedEvent
420
+ )
421
+ V2RequestCreatedEventEventType = (
422
+ benchling_api_client.webhooks.v0.stable.models.v2_request_created_event_event_type.V2RequestCreatedEventEventType
423
+ )
424
+ V2RequestUpdatedFieldsEvent = (
425
+ benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event.V2RequestUpdatedFieldsEvent
426
+ )
427
+ V2RequestUpdatedFieldsEventEventType = (
428
+ benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event_event_type.V2RequestUpdatedFieldsEventEventType
429
+ )
430
+ V2RequestUpdatedStatusEvent = (
431
+ benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event.V2RequestUpdatedStatusEvent
432
+ )
433
+ V2RequestUpdatedStatusEventEventType = (
434
+ benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event_event_type.V2RequestUpdatedStatusEventEventType
435
+ )
436
+ V2WorkflowOutputCreatedEvent = (
437
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event.V2WorkflowOutputCreatedEvent
438
+ )
439
+ V2WorkflowOutputCreatedEventEventType = (
440
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event_event_type.V2WorkflowOutputCreatedEventEventType
441
+ )
442
+ V2WorkflowOutputUpdatedFieldsEvent = (
443
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event.V2WorkflowOutputUpdatedFieldsEvent
444
+ )
445
+ V2WorkflowOutputUpdatedFieldsEventEventType = (
446
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event_event_type.V2WorkflowOutputUpdatedFieldsEventEventType
447
+ )
448
+ V2WorkflowTaskCreatedEvent = (
449
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event.V2WorkflowTaskCreatedEvent
450
+ )
451
+ V2WorkflowTaskCreatedEventEventType = (
452
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event_event_type.V2WorkflowTaskCreatedEventEventType
453
+ )
454
+ V2WorkflowTaskGroupCreatedEvent = (
455
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event.V2WorkflowTaskGroupCreatedEvent
456
+ )
457
+ V2WorkflowTaskGroupCreatedEventEventType = (
458
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event_event_type.V2WorkflowTaskGroupCreatedEventEventType
459
+ )
460
+ V2WorkflowTaskGroupUpdatedWatchersEvent = (
461
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event.V2WorkflowTaskGroupUpdatedWatchersEvent
462
+ )
463
+ V2WorkflowTaskGroupUpdatedWatchersEventEventType = (
464
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event_event_type.V2WorkflowTaskGroupUpdatedWatchersEventEventType
465
+ )
466
+ V2WorkflowTaskUpdatedAssigneeEvent = (
467
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event.V2WorkflowTaskUpdatedAssigneeEvent
468
+ )
469
+ V2WorkflowTaskUpdatedAssigneeEventEventType = (
470
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event_event_type.V2WorkflowTaskUpdatedAssigneeEventEventType
471
+ )
472
+ V2WorkflowTaskUpdatedFieldsEvent = (
473
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event.V2WorkflowTaskUpdatedFieldsEvent
474
+ )
475
+ V2WorkflowTaskUpdatedFieldsEventEventType = (
476
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event_event_type.V2WorkflowTaskUpdatedFieldsEventEventType
477
+ )
478
+ V2WorkflowTaskUpdatedScheduledOnEvent = (
479
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event.V2WorkflowTaskUpdatedScheduledOnEvent
480
+ )
481
+ V2WorkflowTaskUpdatedScheduledOnEventEventType = (
482
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event_event_type.V2WorkflowTaskUpdatedScheduledOnEventEventType
483
+ )
484
+ V2WorkflowTaskUpdatedStatusEvent = (
485
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event.V2WorkflowTaskUpdatedStatusEvent
486
+ )
487
+ V2WorkflowTaskUpdatedStatusEventEventType = (
488
+ benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event_event_type.V2WorkflowTaskUpdatedStatusEventEventType
489
+ )
109
490
  WebhookEnvelopeV0 = benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0.WebhookEnvelopeV0
110
491
  WebhookEnvelopeV0App = (
111
492
  benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app.WebhookEnvelopeV0App
@@ -117,6 +498,60 @@ if TYPE_CHECKING:
117
498
  benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version.WebhookEnvelopeV0Version
118
499
  )
119
500
  WebhookMessageV0 = benchling_api_client.webhooks.v0.stable.models.webhook_message_v0.WebhookMessageV0
501
+ WorkflowOutputCreatedWebhookV2 = (
502
+ benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2.WorkflowOutputCreatedWebhookV2
503
+ )
504
+ WorkflowOutputCreatedWebhookV2Type = (
505
+ benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2_type.WorkflowOutputCreatedWebhookV2Type
506
+ )
507
+ WorkflowOutputUpdatedFieldsWebhookV2 = (
508
+ benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2.WorkflowOutputUpdatedFieldsWebhookV2
509
+ )
510
+ WorkflowOutputUpdatedFieldsWebhookV2Type = (
511
+ benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2_type.WorkflowOutputUpdatedFieldsWebhookV2Type
512
+ )
513
+ WorkflowTaskCreatedWebhookV2 = (
514
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2.WorkflowTaskCreatedWebhookV2
515
+ )
516
+ WorkflowTaskCreatedWebhookV2Type = (
517
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2_type.WorkflowTaskCreatedWebhookV2Type
518
+ )
519
+ WorkflowTaskGroupCreatedWebhookV2 = (
520
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2.WorkflowTaskGroupCreatedWebhookV2
521
+ )
522
+ WorkflowTaskGroupCreatedWebhookV2Type = (
523
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2_type.WorkflowTaskGroupCreatedWebhookV2Type
524
+ )
525
+ WorkflowTaskGroupUpdatedWatchersWebhookV2 = (
526
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2.WorkflowTaskGroupUpdatedWatchersWebhookV2
527
+ )
528
+ WorkflowTaskGroupUpdatedWatchersWebhookV2Type = (
529
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2_type.WorkflowTaskGroupUpdatedWatchersWebhookV2Type
530
+ )
531
+ WorkflowTaskUpdatedAssigneeWebhookV2 = (
532
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2.WorkflowTaskUpdatedAssigneeWebhookV2
533
+ )
534
+ WorkflowTaskUpdatedAssigneeWebhookV2Type = (
535
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2_type.WorkflowTaskUpdatedAssigneeWebhookV2Type
536
+ )
537
+ WorkflowTaskUpdatedFieldsWebhookV2 = (
538
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2.WorkflowTaskUpdatedFieldsWebhookV2
539
+ )
540
+ WorkflowTaskUpdatedFieldsWebhookV2Type = (
541
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2_type.WorkflowTaskUpdatedFieldsWebhookV2Type
542
+ )
543
+ WorkflowTaskUpdatedScheduledOnWebhookV2 = (
544
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2.WorkflowTaskUpdatedScheduledOnWebhookV2
545
+ )
546
+ WorkflowTaskUpdatedScheduledOnWebhookV2Type = (
547
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2_type.WorkflowTaskUpdatedScheduledOnWebhookV2Type
548
+ )
549
+ WorkflowTaskUpdatedStatusWebhookV2 = (
550
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2.WorkflowTaskUpdatedStatusWebhookV2
551
+ )
552
+ WorkflowTaskUpdatedStatusWebhookV2Type = (
553
+ benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2_type.WorkflowTaskUpdatedStatusWebhookV2Type
554
+ )
120
555
 
121
556
  else:
122
557
  model_to_module_mapping = {
@@ -124,6 +559,10 @@ else:
124
559
  "AppActivateRequestedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type",
125
560
  "AppDeactivatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2",
126
561
  "AppDeactivatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type",
562
+ "AssayRunCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2",
563
+ "AssayRunCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.assay_run_created_webhook_v2_type",
564
+ "AssayRunUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2",
565
+ "AssayRunUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.assay_run_updated_fields_webhook_v2_type",
127
566
  "CanvasInitializeWebhookV0": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0",
128
567
  "CanvasInitializeWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type",
129
568
  "CanvasInitializeWebhookV2": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2",
@@ -132,16 +571,99 @@ else:
132
571
  "CanvasInteractionWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type",
133
572
  "CanvasInteractionWebhookV2": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2",
134
573
  "CanvasInteractionWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type",
574
+ "EntityRegisteredWebhookV2": "benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2",
575
+ "EntityRegisteredWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.entity_registered_webhook_v2_type",
576
+ "EntryCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2",
577
+ "EntryCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.entry_created_webhook_v2_type",
578
+ "EntryUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2",
579
+ "EntryUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.entry_updated_fields_webhook_v2_type",
580
+ "EntryUpdatedReviewRecordWebhookV2": "benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2",
581
+ "EntryUpdatedReviewRecordWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.entry_updated_review_record_webhook_v2_type",
582
+ "EventBaseWebhookV2": "benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2",
583
+ "EventBaseWebhookV2Schematized": "benchling_api_client.webhooks.v0.stable.models.event_base_webhook_v2_schematized",
584
+ "EventCreatedWebhookV0Beta": "benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta",
585
+ "EventCreatedWebhookV0BetaType": "benchling_api_client.webhooks.v0.stable.models.event_created_webhook_v0_beta_type",
586
+ "EventResourceSchema": "benchling_api_client.webhooks.v0.stable.models.event_resource_schema",
135
587
  "LifecycleActivateWebhookV0": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0",
588
+ "LifecycleActivateWebhookV0Beta": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta",
589
+ "LifecycleActivateWebhookV0BetaType": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_beta_type",
136
590
  "LifecycleActivateWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_type",
591
+ "LifecycleConfigurationUpdateWebhookV0Beta": "benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta",
592
+ "LifecycleConfigurationUpdateWebhookV0BetaType": "benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v0_beta_type",
593
+ "LifecycleConfigurationUpdateWebhookV2Beta": "benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta",
594
+ "LifecycleConfigurationUpdateWebhookV2BetaType": "benchling_api_client.webhooks.v0.stable.models.lifecycle_configuration_update_webhook_v2_beta_type",
137
595
  "LifecycleDeactivateWebhookV0": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0",
596
+ "LifecycleDeactivateWebhookV0Beta": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta",
597
+ "LifecycleDeactivateWebhookV0BetaType": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_beta_type",
138
598
  "LifecycleDeactivateWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type",
139
599
  "MessageBaseV0": "benchling_api_client.webhooks.v0.stable.models.message_base_v0",
600
+ "RequestCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2",
601
+ "RequestCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.request_created_webhook_v2_type",
602
+ "RequestUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2",
603
+ "RequestUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.request_updated_fields_webhook_v2_type",
604
+ "RequestUpdatedStatusWebhookV2": "benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2",
605
+ "RequestUpdatedStatusWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.request_updated_status_webhook_v2_type",
606
+ "UpdateEventBaseWebhookV2": "benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2",
607
+ "UpdateEventBaseWebhookV2Schematized": "benchling_api_client.webhooks.v0.stable.models.update_event_base_webhook_v2_schematized",
608
+ "V2AssayRunCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event",
609
+ "V2AssayRunCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_assay_run_created_event_event_type",
610
+ "V2AssayRunUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event",
611
+ "V2AssayRunUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_assay_run_updated_fields_event_event_type",
612
+ "V2EntityRegisteredEvent": "benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event",
613
+ "V2EntityRegisteredEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_entity_registered_event_event_type",
614
+ "V2EntryCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event",
615
+ "V2EntryCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_entry_created_event_event_type",
616
+ "V2EntryUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event",
617
+ "V2EntryUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_fields_event_event_type",
618
+ "V2EntryUpdatedReviewRecordEvent": "benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event",
619
+ "V2EntryUpdatedReviewRecordEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_entry_updated_review_record_event_event_type",
620
+ "V2RequestCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_request_created_event",
621
+ "V2RequestCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_request_created_event_event_type",
622
+ "V2RequestUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event",
623
+ "V2RequestUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_request_updated_fields_event_event_type",
624
+ "V2RequestUpdatedStatusEvent": "benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event",
625
+ "V2RequestUpdatedStatusEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_request_updated_status_event_event_type",
626
+ "V2WorkflowOutputCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event",
627
+ "V2WorkflowOutputCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_created_event_event_type",
628
+ "V2WorkflowOutputUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event",
629
+ "V2WorkflowOutputUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_output_updated_fields_event_event_type",
630
+ "V2WorkflowTaskCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event",
631
+ "V2WorkflowTaskCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_created_event_event_type",
632
+ "V2WorkflowTaskGroupCreatedEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event",
633
+ "V2WorkflowTaskGroupCreatedEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_created_event_event_type",
634
+ "V2WorkflowTaskGroupUpdatedWatchersEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event",
635
+ "V2WorkflowTaskGroupUpdatedWatchersEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_group_updated_watchers_event_event_type",
636
+ "V2WorkflowTaskUpdatedAssigneeEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event",
637
+ "V2WorkflowTaskUpdatedAssigneeEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_assignee_event_event_type",
638
+ "V2WorkflowTaskUpdatedFieldsEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event",
639
+ "V2WorkflowTaskUpdatedFieldsEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_fields_event_event_type",
640
+ "V2WorkflowTaskUpdatedScheduledOnEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event",
641
+ "V2WorkflowTaskUpdatedScheduledOnEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_scheduled_on_event_event_type",
642
+ "V2WorkflowTaskUpdatedStatusEvent": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event",
643
+ "V2WorkflowTaskUpdatedStatusEventEventType": "benchling_api_client.webhooks.v0.stable.models.v2_workflow_task_updated_status_event_event_type",
140
644
  "WebhookEnvelopeV0": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0",
141
645
  "WebhookEnvelopeV0App": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app",
142
646
  "WebhookEnvelopeV0AppDefinition": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app_definition",
143
647
  "WebhookEnvelopeV0Version": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version",
144
648
  "WebhookMessageV0": "benchling_api_client.webhooks.v0.stable.models.webhook_message_v0",
649
+ "WorkflowOutputCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2",
650
+ "WorkflowOutputCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_output_created_webhook_v2_type",
651
+ "WorkflowOutputUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2",
652
+ "WorkflowOutputUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_output_updated_fields_webhook_v2_type",
653
+ "WorkflowTaskCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2",
654
+ "WorkflowTaskCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_created_webhook_v2_type",
655
+ "WorkflowTaskGroupCreatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2",
656
+ "WorkflowTaskGroupCreatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_group_created_webhook_v2_type",
657
+ "WorkflowTaskGroupUpdatedWatchersWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2",
658
+ "WorkflowTaskGroupUpdatedWatchersWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_group_updated_watchers_webhook_v2_type",
659
+ "WorkflowTaskUpdatedAssigneeWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2",
660
+ "WorkflowTaskUpdatedAssigneeWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_assignee_webhook_v2_type",
661
+ "WorkflowTaskUpdatedFieldsWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2",
662
+ "WorkflowTaskUpdatedFieldsWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_fields_webhook_v2_type",
663
+ "WorkflowTaskUpdatedScheduledOnWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2",
664
+ "WorkflowTaskUpdatedScheduledOnWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_scheduled_on_webhook_v2_type",
665
+ "WorkflowTaskUpdatedStatusWebhookV2": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2",
666
+ "WorkflowTaskUpdatedStatusWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.workflow_task_updated_status_webhook_v2_type",
145
667
  }
146
668
 
147
669
  from types import ModuleType
@@ -4,6 +4,7 @@ from benchling_api_client.v2.stable.api.dna_sequences import (
4
4
  archive_dna_sequences,
5
5
  auto_annotate_dna_sequences,
6
6
  autofill_dna_sequence_parts,
7
+ autofill_dna_sequence_transcriptions,
7
8
  autofill_dna_sequence_translations,
8
9
  bulk_create_dna_sequences,
9
10
  bulk_get_dna_sequences,
@@ -294,6 +295,17 @@ class DnaSequenceService(BaseService):
294
295
  response = autofill_dna_sequence_parts.sync_detailed(client=self.client, json_body=body)
295
296
  return model_from_detailed(response)
296
297
 
298
+ @api_method
299
+ def autofill_transcriptions(self, dna_sequence_ids: Iterable[str]) -> AsyncTaskLink:
300
+ """
301
+ Autofill DNA sequence transcriptions.
302
+
303
+ See https://benchling.com/api/reference#/DNA%20Sequences/autofillDNASequenceTranscriptions
304
+ """
305
+ body = AutofillSequences(dna_sequence_ids=list(dna_sequence_ids))
306
+ response = autofill_dna_sequence_transcriptions.sync_detailed(client=self.client, json_body=body)
307
+ return model_from_detailed(response)
308
+
297
309
  @api_method
298
310
  def autofill_translations(self, dna_sequence_ids: Iterable[str]) -> AsyncTaskLink:
299
311
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: benchling-sdk
3
- Version: 1.13.0a1
3
+ Version: 1.13.0a2
4
4
  Summary: SDK for interacting with the Benchling Platform.
5
5
  License: Apache-2.0
6
6
  Author: Benchling Support
@@ -17,7 +17,7 @@ Provides-Extra: python-jose
17
17
  Requires-Dist: PyYAML (>=6.0,<7.0)
18
18
  Requires-Dist: attrs (>=20.1.0,<23)
19
19
  Requires-Dist: backoff (>=1.10.0,<2.0.0)
20
- Requires-Dist: benchling-api-client (==2.0.302)
20
+ Requires-Dist: benchling-api-client (==2.0.303)
21
21
  Requires-Dist: certifi (>=2022.12.7)
22
22
  Requires-Dist: cryptography (>=42.0.0) ; extra == "cryptography"
23
23
  Requires-Dist: dataclasses-json (>=0.5.2,<0.6.0)
@@ -43,9 +43,9 @@ benchling_sdk/helpers/response_helpers.py,sha256=vtmb9lEEKy3dRFre3Q0R4XaLBEaS_rr
43
43
  benchling_sdk/helpers/retry_helpers.py,sha256=SeKOPjnJIes6UsD7kVqlYKBYmwH_DCHdllnG3jys3N8,2740
44
44
  benchling_sdk/helpers/serialization_helpers.py,sha256=IUS0uGU_EiZvb8O-bTViUaROmxKcvdX3JeR9iKsWAG8,3662
45
45
  benchling_sdk/helpers/transaction_manager.py,sha256=HcSDsgGK7Rb93bgv6fpb4HvQUT-tqP0lXgVa_bWCDh4,3663
46
- benchling_sdk/models/__init__.py,sha256=KwJzBoEQ9XdYb9ruYRhS1tR3DetDimXkOfNMq2zm3f4,351530
46
+ benchling_sdk/models/__init__.py,sha256=TyCuK78vffseJIvJbnkOZTNgTHSkP1b6oLo99XjX78M,352328
47
47
  benchling_sdk/models/webhooks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
- benchling_sdk/models/webhooks/v0/__init__.py,sha256=fapR6_IeCW11ITYy1ScOFufqgu0EWq3jHD-Dr4rCIHE,9700
48
+ benchling_sdk/models/webhooks/v0/__init__.py,sha256=DZRp66E1J2a77gyLE7Vrmhy8eK85MXwsYHgvZMyKvow,48568
49
49
  benchling_sdk/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
50
50
  benchling_sdk/services/__init__.py,sha256=K7N-sxMKhIsFroLe_tJIRcKJJuoShTCxiD_bfUz9958,85
51
51
  benchling_sdk/services/v2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -75,7 +75,7 @@ benchling_sdk/services/v2/stable/custom_entity_service.py,sha256=LOATrTh7Vv6dXWl
75
75
  benchling_sdk/services/v2/stable/custom_notation_service.py,sha256=LCnt8hoCkkSRbz-bXUaYbuMaE-1XdYmXB0MgeQ30POc,2141
76
76
  benchling_sdk/services/v2/stable/dna_alignments_service.py,sha256=leJaPt7Uk1PyxfO9LXTVi2DjLyqcXgeMselftJaGJA4,7445
77
77
  benchling_sdk/services/v2/stable/dna_oligo_service.py,sha256=0D3X98UxWWolkCG_IxiPE3oiFMwyqC7vJlJCyEbNDt4,11128
78
- benchling_sdk/services/v2/stable/dna_sequence_service.py,sha256=YkcwrFmWDQpKDtMvdTdaMkiRD9-xd9BtNejb8VWVhnk,15203
78
+ benchling_sdk/services/v2/stable/dna_sequence_service.py,sha256=7IXZoqDgRTDcpg9BQEMO71XkBIXOQq-mp6jp7_OaroE,15746
79
79
  benchling_sdk/services/v2/stable/dropdown_service.py,sha256=AcnATXU_TChhSm9NX8dx9wnbxeBwACzThw5zM3yPYmk,4919
80
80
  benchling_sdk/services/v2/stable/entity_service.py,sha256=NGDjng4rwiL6EeDCEs5oy9ciKV6CPv71S1l7A8zM0Uk,2190
81
81
  benchling_sdk/services/v2/stable/entry_service.py,sha256=nGK8bctxpaeyHFNj-aY53TbTOwGvqbd8xqQgs-nncKI,12935
@@ -111,7 +111,7 @@ benchling_sdk/services/v2/v2_alpha_service.py,sha256=vNfYK0Dheml9ozR_0tzTlA3blPD
111
111
  benchling_sdk/services/v2/v2_beta_service.py,sha256=URRSAdNuoSg322Ej18st0Z4SPBw7-y0udOeBpw2Lomg,7149
112
112
  benchling_sdk/services/v2/v2_stable_service.py,sha256=zZ9Mrx0TkDwPG62uNAzz79wI2hUwcaSO3qAJX29Fij0,36051
113
113
  benchling_sdk/services/v2_service.py,sha256=3eoIjYEmGLPdWCpBN0pl7q7_HNWCsUvfvTn3Hcz0wSM,2860
114
- benchling_sdk-1.13.0a1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
115
- benchling_sdk-1.13.0a1.dist-info/METADATA,sha256=EVq5yV_BBQ4QRahzuF9KhzibTR1U9iCgUGQ_ZzVXIno,2118
116
- benchling_sdk-1.13.0a1.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
117
- benchling_sdk-1.13.0a1.dist-info/RECORD,,
114
+ benchling_sdk-1.13.0a2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
115
+ benchling_sdk-1.13.0a2.dist-info/METADATA,sha256=BGhi6zni7XeC9euZUNjpoB61nYZp6iY2VDgvOg4vH2c,2118
116
+ benchling_sdk-1.13.0a2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
117
+ benchling_sdk-1.13.0a2.dist-info/RECORD,,