benchling-sdk 1.13.0a0__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.
- benchling_sdk/models/__init__.py +118 -6
- benchling_sdk/models/webhooks/v0/__init__.py +574 -10
- benchling_sdk/services/v2/stable/dna_sequence_service.py +12 -0
- {benchling_sdk-1.13.0a0.dist-info → benchling_sdk-1.13.0a2.dist-info}/METADATA +2 -2
- {benchling_sdk-1.13.0a0.dist-info → benchling_sdk-1.13.0a2.dist-info}/RECORD +7 -7
- {benchling_sdk-1.13.0a0.dist-info → benchling_sdk-1.13.0a2.dist-info}/LICENSE +0 -0
- {benchling_sdk-1.13.0a0.dist-info → benchling_sdk-1.13.0a2.dist-info}/WHEEL +0 -0
benchling_sdk/models/__init__.py
CHANGED
@@ -30,7 +30,14 @@ __all__ = [
|
|
30
30
|
"AaSequencesBulkGet",
|
31
31
|
"AaSequencesBulkUpdateRequest",
|
32
32
|
"AaSequencesBulkUpsertRequest",
|
33
|
+
"AaSequencesFindMatchingRegion",
|
34
|
+
"AaSequencesMatchBases",
|
35
|
+
"AaSequencesMatchBasesArchiveReason",
|
36
|
+
"AaSequencesMatchBasesSort",
|
33
37
|
"AaSequencesPaginatedList",
|
38
|
+
"AaSequencesSearchBases",
|
39
|
+
"AaSequencesSearchBasesArchiveReason",
|
40
|
+
"AaSequencesSearchBasesSort",
|
34
41
|
"AaSequencesUnarchive",
|
35
42
|
"AIGGenerateInputAsyncTask",
|
36
43
|
"AlignedNucleotideSequence",
|
@@ -167,6 +174,7 @@ __all__ = [
|
|
167
174
|
"AutofillPartsAsyncTask",
|
168
175
|
"AutofillRnaSequences",
|
169
176
|
"AutofillSequences",
|
177
|
+
"AutofillTranscriptionsAsyncTask",
|
170
178
|
"AutofillTranslationsAsyncTask",
|
171
179
|
"AutomationFile",
|
172
180
|
"AutomationFileAutomationFileConfig",
|
@@ -189,6 +197,9 @@ __all__ = [
|
|
189
197
|
"AutomationOutputProcessorsPaginatedList",
|
190
198
|
"AutomationOutputProcessorsUnarchive",
|
191
199
|
"AutomationProgressStats",
|
200
|
+
"BackTranslate",
|
201
|
+
"BackTranslateGcContent",
|
202
|
+
"BackTranslateHairpinParameters",
|
192
203
|
"BadRequestError",
|
193
204
|
"BadRequestErrorBulk",
|
194
205
|
"BadRequestErrorBulkError",
|
@@ -302,6 +313,8 @@ __all__ = [
|
|
302
313
|
"ChipUiBlockCreate",
|
303
314
|
"ChipUiBlockType",
|
304
315
|
"ChipUiBlockUpdate",
|
316
|
+
"CodonUsageTable",
|
317
|
+
"CodonUsageTablesPaginatedList",
|
305
318
|
"ConflictError",
|
306
319
|
"ConflictErrorError",
|
307
320
|
"ConflictErrorErrorConflictsItem",
|
@@ -423,6 +436,7 @@ __all__ = [
|
|
423
436
|
"DnaSequencesBulkGet",
|
424
437
|
"DnaSequencesBulkUpdateRequest",
|
425
438
|
"DnaSequencesBulkUpsertRequest",
|
439
|
+
"DnaSequencesFindMatchingRegion",
|
426
440
|
"DnaSequencesPaginatedList",
|
427
441
|
"DnaSequencesUnarchive",
|
428
442
|
"DnaTemplateAlignmentCreate",
|
@@ -501,6 +515,8 @@ __all__ = [
|
|
501
515
|
"EntryUpdatedFieldsEventEventType",
|
502
516
|
"EntryUpdatedReviewRecordEvent",
|
503
517
|
"EntryUpdatedReviewRecordEventEventType",
|
518
|
+
"Enzyme",
|
519
|
+
"EnzymesPaginatedList",
|
504
520
|
"Event",
|
505
521
|
"EventBase",
|
506
522
|
"EventBaseSchema",
|
@@ -608,6 +624,7 @@ __all__ = [
|
|
608
624
|
"ListBatchesSort",
|
609
625
|
"ListBenchlingAppsSort",
|
610
626
|
"ListBoxesSort",
|
627
|
+
"ListCodonUsageTablesSort",
|
611
628
|
"ListContainersCheckoutStatus",
|
612
629
|
"ListContainersSort",
|
613
630
|
"ListCustomEntitiesSort",
|
@@ -616,6 +633,7 @@ __all__ = [
|
|
616
633
|
"ListDNASequencesSort",
|
617
634
|
"ListEntriesReviewStatus",
|
618
635
|
"ListEntriesSort",
|
636
|
+
"ListEnzymesSort",
|
619
637
|
"ListFeatureLibrariesSort",
|
620
638
|
"ListFeaturesMatchType",
|
621
639
|
"ListFoldersSection",
|
@@ -703,7 +721,6 @@ __all__ = [
|
|
703
721
|
"MonomersPaginatedList",
|
704
722
|
"MonomersUnarchive",
|
705
723
|
"MultipleContainersTransfer",
|
706
|
-
"MultipleContainersTransferSourceConcentration",
|
707
724
|
"MultipleContainersTransfersList",
|
708
725
|
"NamingStrategy",
|
709
726
|
"NotFoundError",
|
@@ -740,6 +757,9 @@ __all__ = [
|
|
740
757
|
"OligosBulkGet",
|
741
758
|
"OligosPaginatedList",
|
742
759
|
"OligosUnarchive",
|
760
|
+
"OptimizeCodons",
|
761
|
+
"OptimizeCodonsGcContent",
|
762
|
+
"OptimizeCodonsHairpinParameters",
|
743
763
|
"Organization",
|
744
764
|
"OrganizationSummary",
|
745
765
|
"OrganizationsPaginatedList",
|
@@ -775,6 +795,7 @@ __all__ = [
|
|
775
795
|
"ProjectsArchiveReason",
|
776
796
|
"ProjectsPaginatedList",
|
777
797
|
"ProjectsUnarchive",
|
798
|
+
"ReducedPattern",
|
778
799
|
"RegisterEntities",
|
779
800
|
"RegisteredEntitiesList",
|
780
801
|
"RegistrationOrigin",
|
@@ -1075,7 +1096,14 @@ if TYPE_CHECKING:
|
|
1075
1096
|
import benchling_api_client.v2.stable.models.aa_sequences_bulk_get
|
1076
1097
|
import benchling_api_client.v2.stable.models.aa_sequences_bulk_update_request
|
1077
1098
|
import benchling_api_client.v2.stable.models.aa_sequences_bulk_upsert_request
|
1099
|
+
import benchling_api_client.v2.stable.models.aa_sequences_find_matching_region
|
1100
|
+
import benchling_api_client.v2.stable.models.aa_sequences_match_bases
|
1101
|
+
import benchling_api_client.v2.stable.models.aa_sequences_match_bases_archive_reason
|
1102
|
+
import benchling_api_client.v2.stable.models.aa_sequences_match_bases_sort
|
1078
1103
|
import benchling_api_client.v2.stable.models.aa_sequences_paginated_list
|
1104
|
+
import benchling_api_client.v2.stable.models.aa_sequences_search_bases
|
1105
|
+
import benchling_api_client.v2.stable.models.aa_sequences_search_bases_archive_reason
|
1106
|
+
import benchling_api_client.v2.stable.models.aa_sequences_search_bases_sort
|
1079
1107
|
import benchling_api_client.v2.stable.models.aa_sequences_unarchive
|
1080
1108
|
import benchling_api_client.v2.stable.models.aig_generate_input_async_task
|
1081
1109
|
import benchling_api_client.v2.stable.models.aligned_nucleotide_sequence
|
@@ -1212,6 +1240,7 @@ if TYPE_CHECKING:
|
|
1212
1240
|
import benchling_api_client.v2.stable.models.autofill_parts_async_task
|
1213
1241
|
import benchling_api_client.v2.stable.models.autofill_rna_sequences
|
1214
1242
|
import benchling_api_client.v2.stable.models.autofill_sequences
|
1243
|
+
import benchling_api_client.v2.stable.models.autofill_transcriptions_async_task
|
1215
1244
|
import benchling_api_client.v2.stable.models.autofill_translations_async_task
|
1216
1245
|
import benchling_api_client.v2.stable.models.automation_file
|
1217
1246
|
import benchling_api_client.v2.stable.models.automation_file_automation_file_config
|
@@ -1234,6 +1263,9 @@ if TYPE_CHECKING:
|
|
1234
1263
|
import benchling_api_client.v2.stable.models.automation_output_processors_paginated_list
|
1235
1264
|
import benchling_api_client.v2.stable.models.automation_output_processors_unarchive
|
1236
1265
|
import benchling_api_client.v2.stable.models.automation_progress_stats
|
1266
|
+
import benchling_api_client.v2.stable.models.back_translate
|
1267
|
+
import benchling_api_client.v2.stable.models.back_translate_gc_content
|
1268
|
+
import benchling_api_client.v2.stable.models.back_translate_hairpin_parameters
|
1237
1269
|
import benchling_api_client.v2.stable.models.bad_request_error
|
1238
1270
|
import benchling_api_client.v2.stable.models.bad_request_error_bulk
|
1239
1271
|
import benchling_api_client.v2.stable.models.bad_request_error_bulk_error
|
@@ -1347,6 +1379,8 @@ if TYPE_CHECKING:
|
|
1347
1379
|
import benchling_api_client.v2.stable.models.chip_ui_block_create
|
1348
1380
|
import benchling_api_client.v2.stable.models.chip_ui_block_type
|
1349
1381
|
import benchling_api_client.v2.stable.models.chip_ui_block_update
|
1382
|
+
import benchling_api_client.v2.stable.models.codon_usage_table
|
1383
|
+
import benchling_api_client.v2.stable.models.codon_usage_tables_paginated_list
|
1350
1384
|
import benchling_api_client.v2.stable.models.conflict_error
|
1351
1385
|
import benchling_api_client.v2.stable.models.conflict_error_error
|
1352
1386
|
import benchling_api_client.v2.stable.models.conflict_error_error_conflicts_item
|
@@ -1468,6 +1502,7 @@ if TYPE_CHECKING:
|
|
1468
1502
|
import benchling_api_client.v2.stable.models.dna_sequences_bulk_get
|
1469
1503
|
import benchling_api_client.v2.stable.models.dna_sequences_bulk_update_request
|
1470
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
|
1471
1506
|
import benchling_api_client.v2.stable.models.dna_sequences_paginated_list
|
1472
1507
|
import benchling_api_client.v2.stable.models.dna_sequences_unarchive
|
1473
1508
|
import benchling_api_client.v2.stable.models.dna_template_alignment_create
|
@@ -1546,6 +1581,8 @@ if TYPE_CHECKING:
|
|
1546
1581
|
import benchling_api_client.v2.stable.models.entry_updated_fields_event_event_type
|
1547
1582
|
import benchling_api_client.v2.stable.models.entry_updated_review_record_event
|
1548
1583
|
import benchling_api_client.v2.stable.models.entry_updated_review_record_event_event_type
|
1584
|
+
import benchling_api_client.v2.stable.models.enzyme
|
1585
|
+
import benchling_api_client.v2.stable.models.enzymes_paginated_list
|
1549
1586
|
import benchling_api_client.v2.stable.models.event
|
1550
1587
|
import benchling_api_client.v2.stable.models.event_base
|
1551
1588
|
import benchling_api_client.v2.stable.models.event_base_schema
|
@@ -1653,6 +1690,7 @@ if TYPE_CHECKING:
|
|
1653
1690
|
import benchling_api_client.v2.stable.models.list_batches_sort
|
1654
1691
|
import benchling_api_client.v2.stable.models.list_benchling_apps_sort
|
1655
1692
|
import benchling_api_client.v2.stable.models.list_boxes_sort
|
1693
|
+
import benchling_api_client.v2.stable.models.list_codon_usage_tables_sort
|
1656
1694
|
import benchling_api_client.v2.stable.models.list_containers_checkout_status
|
1657
1695
|
import benchling_api_client.v2.stable.models.list_containers_sort
|
1658
1696
|
import benchling_api_client.v2.stable.models.list_custom_entities_sort
|
@@ -1661,6 +1699,7 @@ if TYPE_CHECKING:
|
|
1661
1699
|
import benchling_api_client.v2.stable.models.list_dna_sequences_sort
|
1662
1700
|
import benchling_api_client.v2.stable.models.list_entries_review_status
|
1663
1701
|
import benchling_api_client.v2.stable.models.list_entries_sort
|
1702
|
+
import benchling_api_client.v2.stable.models.list_enzymes_sort
|
1664
1703
|
import benchling_api_client.v2.stable.models.list_feature_libraries_sort
|
1665
1704
|
import benchling_api_client.v2.stable.models.list_features_match_type
|
1666
1705
|
import benchling_api_client.v2.stable.models.list_folders_section
|
@@ -1748,7 +1787,6 @@ if TYPE_CHECKING:
|
|
1748
1787
|
import benchling_api_client.v2.stable.models.monomers_paginated_list
|
1749
1788
|
import benchling_api_client.v2.stable.models.monomers_unarchive
|
1750
1789
|
import benchling_api_client.v2.stable.models.multiple_containers_transfer
|
1751
|
-
import benchling_api_client.v2.stable.models.multiple_containers_transfer_source_concentration
|
1752
1790
|
import benchling_api_client.v2.stable.models.multiple_containers_transfers_list
|
1753
1791
|
import benchling_api_client.v2.stable.models.naming_strategy
|
1754
1792
|
import benchling_api_client.v2.stable.models.not_found_error
|
@@ -1785,6 +1823,9 @@ if TYPE_CHECKING:
|
|
1785
1823
|
import benchling_api_client.v2.stable.models.oligos_bulk_get
|
1786
1824
|
import benchling_api_client.v2.stable.models.oligos_paginated_list
|
1787
1825
|
import benchling_api_client.v2.stable.models.oligos_unarchive
|
1826
|
+
import benchling_api_client.v2.stable.models.optimize_codons
|
1827
|
+
import benchling_api_client.v2.stable.models.optimize_codons_gc_content
|
1828
|
+
import benchling_api_client.v2.stable.models.optimize_codons_hairpin_parameters
|
1788
1829
|
import benchling_api_client.v2.stable.models.organization
|
1789
1830
|
import benchling_api_client.v2.stable.models.organization_summary
|
1790
1831
|
import benchling_api_client.v2.stable.models.organizations_paginated_list
|
@@ -1820,6 +1861,7 @@ if TYPE_CHECKING:
|
|
1820
1861
|
import benchling_api_client.v2.stable.models.projects_archive_reason
|
1821
1862
|
import benchling_api_client.v2.stable.models.projects_paginated_list
|
1822
1863
|
import benchling_api_client.v2.stable.models.projects_unarchive
|
1864
|
+
import benchling_api_client.v2.stable.models.reduced_pattern
|
1823
1865
|
import benchling_api_client.v2.stable.models.register_entities
|
1824
1866
|
import benchling_api_client.v2.stable.models.registered_entities_list
|
1825
1867
|
import benchling_api_client.v2.stable.models.registration_origin
|
@@ -2140,9 +2182,30 @@ if TYPE_CHECKING:
|
|
2140
2182
|
AaSequencesBulkUpsertRequest = (
|
2141
2183
|
benchling_api_client.v2.stable.models.aa_sequences_bulk_upsert_request.AaSequencesBulkUpsertRequest
|
2142
2184
|
)
|
2185
|
+
AaSequencesFindMatchingRegion = (
|
2186
|
+
benchling_api_client.v2.stable.models.aa_sequences_find_matching_region.AaSequencesFindMatchingRegion
|
2187
|
+
)
|
2188
|
+
AaSequencesMatchBases = (
|
2189
|
+
benchling_api_client.v2.stable.models.aa_sequences_match_bases.AaSequencesMatchBases
|
2190
|
+
)
|
2191
|
+
AaSequencesMatchBasesArchiveReason = (
|
2192
|
+
benchling_api_client.v2.stable.models.aa_sequences_match_bases_archive_reason.AaSequencesMatchBasesArchiveReason
|
2193
|
+
)
|
2194
|
+
AaSequencesMatchBasesSort = (
|
2195
|
+
benchling_api_client.v2.stable.models.aa_sequences_match_bases_sort.AaSequencesMatchBasesSort
|
2196
|
+
)
|
2143
2197
|
AaSequencesPaginatedList = (
|
2144
2198
|
benchling_api_client.v2.stable.models.aa_sequences_paginated_list.AaSequencesPaginatedList
|
2145
2199
|
)
|
2200
|
+
AaSequencesSearchBases = (
|
2201
|
+
benchling_api_client.v2.stable.models.aa_sequences_search_bases.AaSequencesSearchBases
|
2202
|
+
)
|
2203
|
+
AaSequencesSearchBasesArchiveReason = (
|
2204
|
+
benchling_api_client.v2.stable.models.aa_sequences_search_bases_archive_reason.AaSequencesSearchBasesArchiveReason
|
2205
|
+
)
|
2206
|
+
AaSequencesSearchBasesSort = (
|
2207
|
+
benchling_api_client.v2.stable.models.aa_sequences_search_bases_sort.AaSequencesSearchBasesSort
|
2208
|
+
)
|
2146
2209
|
AaSequencesUnarchive = benchling_api_client.v2.stable.models.aa_sequences_unarchive.AaSequencesUnarchive
|
2147
2210
|
AIGGenerateInputAsyncTask = (
|
2148
2211
|
benchling_api_client.v2.stable.models.aig_generate_input_async_task.AIGGenerateInputAsyncTask
|
@@ -2453,6 +2516,9 @@ if TYPE_CHECKING:
|
|
2453
2516
|
)
|
2454
2517
|
AutofillRnaSequences = benchling_api_client.v2.stable.models.autofill_rna_sequences.AutofillRnaSequences
|
2455
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
|
+
)
|
2456
2522
|
AutofillTranslationsAsyncTask = (
|
2457
2523
|
benchling_api_client.v2.stable.models.autofill_translations_async_task.AutofillTranslationsAsyncTask
|
2458
2524
|
)
|
@@ -2515,6 +2581,13 @@ if TYPE_CHECKING:
|
|
2515
2581
|
AutomationProgressStats = (
|
2516
2582
|
benchling_api_client.v2.stable.models.automation_progress_stats.AutomationProgressStats
|
2517
2583
|
)
|
2584
|
+
BackTranslate = benchling_api_client.v2.stable.models.back_translate.BackTranslate
|
2585
|
+
BackTranslateGcContent = (
|
2586
|
+
benchling_api_client.v2.stable.models.back_translate_gc_content.BackTranslateGcContent
|
2587
|
+
)
|
2588
|
+
BackTranslateHairpinParameters = (
|
2589
|
+
benchling_api_client.v2.stable.models.back_translate_hairpin_parameters.BackTranslateHairpinParameters
|
2590
|
+
)
|
2518
2591
|
BadRequestError = benchling_api_client.v2.stable.models.bad_request_error.BadRequestError
|
2519
2592
|
BadRequestErrorBulk = benchling_api_client.v2.stable.models.bad_request_error_bulk.BadRequestErrorBulk
|
2520
2593
|
BadRequestErrorBulkError = (
|
@@ -2736,6 +2809,10 @@ if TYPE_CHECKING:
|
|
2736
2809
|
ChipUiBlockCreate = benchling_api_client.v2.stable.models.chip_ui_block_create.ChipUiBlockCreate
|
2737
2810
|
ChipUiBlockType = benchling_api_client.v2.stable.models.chip_ui_block_type.ChipUiBlockType
|
2738
2811
|
ChipUiBlockUpdate = benchling_api_client.v2.stable.models.chip_ui_block_update.ChipUiBlockUpdate
|
2812
|
+
CodonUsageTable = benchling_api_client.v2.stable.models.codon_usage_table.CodonUsageTable
|
2813
|
+
CodonUsageTablesPaginatedList = (
|
2814
|
+
benchling_api_client.v2.stable.models.codon_usage_tables_paginated_list.CodonUsageTablesPaginatedList
|
2815
|
+
)
|
2739
2816
|
ConflictError = benchling_api_client.v2.stable.models.conflict_error.ConflictError
|
2740
2817
|
ConflictErrorError = benchling_api_client.v2.stable.models.conflict_error_error.ConflictErrorError
|
2741
2818
|
ConflictErrorErrorConflictsItem = (
|
@@ -3007,6 +3084,9 @@ if TYPE_CHECKING:
|
|
3007
3084
|
DnaSequencesBulkUpsertRequest = (
|
3008
3085
|
benchling_api_client.v2.stable.models.dna_sequences_bulk_upsert_request.DnaSequencesBulkUpsertRequest
|
3009
3086
|
)
|
3087
|
+
DnaSequencesFindMatchingRegion = (
|
3088
|
+
benchling_api_client.v2.stable.models.dna_sequences_find_matching_region.DnaSequencesFindMatchingRegion
|
3089
|
+
)
|
3010
3090
|
DnaSequencesPaginatedList = (
|
3011
3091
|
benchling_api_client.v2.stable.models.dna_sequences_paginated_list.DnaSequencesPaginatedList
|
3012
3092
|
)
|
@@ -3165,6 +3245,8 @@ if TYPE_CHECKING:
|
|
3165
3245
|
EntryUpdatedReviewRecordEventEventType = (
|
3166
3246
|
benchling_api_client.v2.stable.models.entry_updated_review_record_event_event_type.EntryUpdatedReviewRecordEventEventType
|
3167
3247
|
)
|
3248
|
+
Enzyme = benchling_api_client.v2.stable.models.enzyme.Enzyme
|
3249
|
+
EnzymesPaginatedList = benchling_api_client.v2.stable.models.enzymes_paginated_list.EnzymesPaginatedList
|
3168
3250
|
Event = benchling_api_client.v2.stable.models.event.Event
|
3169
3251
|
EventBase = benchling_api_client.v2.stable.models.event_base.EventBase
|
3170
3252
|
EventBaseSchema = benchling_api_client.v2.stable.models.event_base_schema.EventBaseSchema
|
@@ -3372,6 +3454,9 @@ if TYPE_CHECKING:
|
|
3372
3454
|
benchling_api_client.v2.stable.models.list_benchling_apps_sort.ListBenchlingAppsSort
|
3373
3455
|
)
|
3374
3456
|
ListBoxesSort = benchling_api_client.v2.stable.models.list_boxes_sort.ListBoxesSort
|
3457
|
+
ListCodonUsageTablesSort = (
|
3458
|
+
benchling_api_client.v2.stable.models.list_codon_usage_tables_sort.ListCodonUsageTablesSort
|
3459
|
+
)
|
3375
3460
|
ListContainersCheckoutStatus = (
|
3376
3461
|
benchling_api_client.v2.stable.models.list_containers_checkout_status.ListContainersCheckoutStatus
|
3377
3462
|
)
|
@@ -3388,6 +3473,7 @@ if TYPE_CHECKING:
|
|
3388
3473
|
benchling_api_client.v2.stable.models.list_entries_review_status.ListEntriesReviewStatus
|
3389
3474
|
)
|
3390
3475
|
ListEntriesSort = benchling_api_client.v2.stable.models.list_entries_sort.ListEntriesSort
|
3476
|
+
ListEnzymesSort = benchling_api_client.v2.stable.models.list_enzymes_sort.ListEnzymesSort
|
3391
3477
|
ListFeatureLibrariesSort = (
|
3392
3478
|
benchling_api_client.v2.stable.models.list_feature_libraries_sort.ListFeatureLibrariesSort
|
3393
3479
|
)
|
@@ -3549,9 +3635,6 @@ if TYPE_CHECKING:
|
|
3549
3635
|
MultipleContainersTransfer = (
|
3550
3636
|
benchling_api_client.v2.stable.models.multiple_containers_transfer.MultipleContainersTransfer
|
3551
3637
|
)
|
3552
|
-
MultipleContainersTransferSourceConcentration = (
|
3553
|
-
benchling_api_client.v2.stable.models.multiple_containers_transfer_source_concentration.MultipleContainersTransferSourceConcentration
|
3554
|
-
)
|
3555
3638
|
MultipleContainersTransfersList = (
|
3556
3639
|
benchling_api_client.v2.stable.models.multiple_containers_transfers_list.MultipleContainersTransfersList
|
3557
3640
|
)
|
@@ -3628,6 +3711,13 @@ if TYPE_CHECKING:
|
|
3628
3711
|
OligosBulkGet = benchling_api_client.v2.stable.models.oligos_bulk_get.OligosBulkGet
|
3629
3712
|
OligosPaginatedList = benchling_api_client.v2.stable.models.oligos_paginated_list.OligosPaginatedList
|
3630
3713
|
OligosUnarchive = benchling_api_client.v2.stable.models.oligos_unarchive.OligosUnarchive
|
3714
|
+
OptimizeCodons = benchling_api_client.v2.stable.models.optimize_codons.OptimizeCodons
|
3715
|
+
OptimizeCodonsGcContent = (
|
3716
|
+
benchling_api_client.v2.stable.models.optimize_codons_gc_content.OptimizeCodonsGcContent
|
3717
|
+
)
|
3718
|
+
OptimizeCodonsHairpinParameters = (
|
3719
|
+
benchling_api_client.v2.stable.models.optimize_codons_hairpin_parameters.OptimizeCodonsHairpinParameters
|
3720
|
+
)
|
3631
3721
|
Organization = benchling_api_client.v2.stable.models.organization.Organization
|
3632
3722
|
OrganizationSummary = benchling_api_client.v2.stable.models.organization_summary.OrganizationSummary
|
3633
3723
|
OrganizationsPaginatedList = (
|
@@ -3681,6 +3771,7 @@ if TYPE_CHECKING:
|
|
3681
3771
|
benchling_api_client.v2.stable.models.projects_paginated_list.ProjectsPaginatedList
|
3682
3772
|
)
|
3683
3773
|
ProjectsUnarchive = benchling_api_client.v2.stable.models.projects_unarchive.ProjectsUnarchive
|
3774
|
+
ReducedPattern = benchling_api_client.v2.stable.models.reduced_pattern.ReducedPattern
|
3684
3775
|
RegisterEntities = benchling_api_client.v2.stable.models.register_entities.RegisterEntities
|
3685
3776
|
RegisteredEntitiesList = (
|
3686
3777
|
benchling_api_client.v2.stable.models.registered_entities_list.RegisteredEntitiesList
|
@@ -4311,7 +4402,14 @@ else:
|
|
4311
4402
|
"AaSequencesBulkGet": "benchling_api_client.v2.stable.models.aa_sequences_bulk_get",
|
4312
4403
|
"AaSequencesBulkUpdateRequest": "benchling_api_client.v2.stable.models.aa_sequences_bulk_update_request",
|
4313
4404
|
"AaSequencesBulkUpsertRequest": "benchling_api_client.v2.stable.models.aa_sequences_bulk_upsert_request",
|
4405
|
+
"AaSequencesFindMatchingRegion": "benchling_api_client.v2.stable.models.aa_sequences_find_matching_region",
|
4406
|
+
"AaSequencesMatchBases": "benchling_api_client.v2.stable.models.aa_sequences_match_bases",
|
4407
|
+
"AaSequencesMatchBasesArchiveReason": "benchling_api_client.v2.stable.models.aa_sequences_match_bases_archive_reason",
|
4408
|
+
"AaSequencesMatchBasesSort": "benchling_api_client.v2.stable.models.aa_sequences_match_bases_sort",
|
4314
4409
|
"AaSequencesPaginatedList": "benchling_api_client.v2.stable.models.aa_sequences_paginated_list",
|
4410
|
+
"AaSequencesSearchBases": "benchling_api_client.v2.stable.models.aa_sequences_search_bases",
|
4411
|
+
"AaSequencesSearchBasesArchiveReason": "benchling_api_client.v2.stable.models.aa_sequences_search_bases_archive_reason",
|
4412
|
+
"AaSequencesSearchBasesSort": "benchling_api_client.v2.stable.models.aa_sequences_search_bases_sort",
|
4315
4413
|
"AaSequencesUnarchive": "benchling_api_client.v2.stable.models.aa_sequences_unarchive",
|
4316
4414
|
"AIGGenerateInputAsyncTask": "benchling_api_client.v2.stable.models.aig_generate_input_async_task",
|
4317
4415
|
"AlignedNucleotideSequence": "benchling_api_client.v2.stable.models.aligned_nucleotide_sequence",
|
@@ -4448,6 +4546,7 @@ else:
|
|
4448
4546
|
"AutofillPartsAsyncTask": "benchling_api_client.v2.stable.models.autofill_parts_async_task",
|
4449
4547
|
"AutofillRnaSequences": "benchling_api_client.v2.stable.models.autofill_rna_sequences",
|
4450
4548
|
"AutofillSequences": "benchling_api_client.v2.stable.models.autofill_sequences",
|
4549
|
+
"AutofillTranscriptionsAsyncTask": "benchling_api_client.v2.stable.models.autofill_transcriptions_async_task",
|
4451
4550
|
"AutofillTranslationsAsyncTask": "benchling_api_client.v2.stable.models.autofill_translations_async_task",
|
4452
4551
|
"AutomationFile": "benchling_api_client.v2.stable.models.automation_file",
|
4453
4552
|
"AutomationFileAutomationFileConfig": "benchling_api_client.v2.stable.models.automation_file_automation_file_config",
|
@@ -4470,6 +4569,9 @@ else:
|
|
4470
4569
|
"AutomationOutputProcessorsPaginatedList": "benchling_api_client.v2.stable.models.automation_output_processors_paginated_list",
|
4471
4570
|
"AutomationOutputProcessorsUnarchive": "benchling_api_client.v2.stable.models.automation_output_processors_unarchive",
|
4472
4571
|
"AutomationProgressStats": "benchling_api_client.v2.stable.models.automation_progress_stats",
|
4572
|
+
"BackTranslate": "benchling_api_client.v2.stable.models.back_translate",
|
4573
|
+
"BackTranslateGcContent": "benchling_api_client.v2.stable.models.back_translate_gc_content",
|
4574
|
+
"BackTranslateHairpinParameters": "benchling_api_client.v2.stable.models.back_translate_hairpin_parameters",
|
4473
4575
|
"BadRequestError": "benchling_api_client.v2.stable.models.bad_request_error",
|
4474
4576
|
"BadRequestErrorBulk": "benchling_api_client.v2.stable.models.bad_request_error_bulk",
|
4475
4577
|
"BadRequestErrorBulkError": "benchling_api_client.v2.stable.models.bad_request_error_bulk_error",
|
@@ -4583,6 +4685,8 @@ else:
|
|
4583
4685
|
"ChipUiBlockCreate": "benchling_api_client.v2.stable.models.chip_ui_block_create",
|
4584
4686
|
"ChipUiBlockType": "benchling_api_client.v2.stable.models.chip_ui_block_type",
|
4585
4687
|
"ChipUiBlockUpdate": "benchling_api_client.v2.stable.models.chip_ui_block_update",
|
4688
|
+
"CodonUsageTable": "benchling_api_client.v2.stable.models.codon_usage_table",
|
4689
|
+
"CodonUsageTablesPaginatedList": "benchling_api_client.v2.stable.models.codon_usage_tables_paginated_list",
|
4586
4690
|
"ConflictError": "benchling_api_client.v2.stable.models.conflict_error",
|
4587
4691
|
"ConflictErrorError": "benchling_api_client.v2.stable.models.conflict_error_error",
|
4588
4692
|
"ConflictErrorErrorConflictsItem": "benchling_api_client.v2.stable.models.conflict_error_error_conflicts_item",
|
@@ -4704,6 +4808,7 @@ else:
|
|
4704
4808
|
"DnaSequencesBulkGet": "benchling_api_client.v2.stable.models.dna_sequences_bulk_get",
|
4705
4809
|
"DnaSequencesBulkUpdateRequest": "benchling_api_client.v2.stable.models.dna_sequences_bulk_update_request",
|
4706
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",
|
4707
4812
|
"DnaSequencesPaginatedList": "benchling_api_client.v2.stable.models.dna_sequences_paginated_list",
|
4708
4813
|
"DnaSequencesUnarchive": "benchling_api_client.v2.stable.models.dna_sequences_unarchive",
|
4709
4814
|
"DnaTemplateAlignmentCreate": "benchling_api_client.v2.stable.models.dna_template_alignment_create",
|
@@ -4782,6 +4887,8 @@ else:
|
|
4782
4887
|
"EntryUpdatedFieldsEventEventType": "benchling_api_client.v2.stable.models.entry_updated_fields_event_event_type",
|
4783
4888
|
"EntryUpdatedReviewRecordEvent": "benchling_api_client.v2.stable.models.entry_updated_review_record_event",
|
4784
4889
|
"EntryUpdatedReviewRecordEventEventType": "benchling_api_client.v2.stable.models.entry_updated_review_record_event_event_type",
|
4890
|
+
"Enzyme": "benchling_api_client.v2.stable.models.enzyme",
|
4891
|
+
"EnzymesPaginatedList": "benchling_api_client.v2.stable.models.enzymes_paginated_list",
|
4785
4892
|
"Event": "benchling_api_client.v2.stable.models.event",
|
4786
4893
|
"EventBase": "benchling_api_client.v2.stable.models.event_base",
|
4787
4894
|
"EventBaseSchema": "benchling_api_client.v2.stable.models.event_base_schema",
|
@@ -4889,6 +4996,7 @@ else:
|
|
4889
4996
|
"ListBatchesSort": "benchling_api_client.v2.stable.models.list_batches_sort",
|
4890
4997
|
"ListBenchlingAppsSort": "benchling_api_client.v2.stable.models.list_benchling_apps_sort",
|
4891
4998
|
"ListBoxesSort": "benchling_api_client.v2.stable.models.list_boxes_sort",
|
4999
|
+
"ListCodonUsageTablesSort": "benchling_api_client.v2.stable.models.list_codon_usage_tables_sort",
|
4892
5000
|
"ListContainersCheckoutStatus": "benchling_api_client.v2.stable.models.list_containers_checkout_status",
|
4893
5001
|
"ListContainersSort": "benchling_api_client.v2.stable.models.list_containers_sort",
|
4894
5002
|
"ListCustomEntitiesSort": "benchling_api_client.v2.stable.models.list_custom_entities_sort",
|
@@ -4897,6 +5005,7 @@ else:
|
|
4897
5005
|
"ListDNASequencesSort": "benchling_api_client.v2.stable.models.list_dna_sequences_sort",
|
4898
5006
|
"ListEntriesReviewStatus": "benchling_api_client.v2.stable.models.list_entries_review_status",
|
4899
5007
|
"ListEntriesSort": "benchling_api_client.v2.stable.models.list_entries_sort",
|
5008
|
+
"ListEnzymesSort": "benchling_api_client.v2.stable.models.list_enzymes_sort",
|
4900
5009
|
"ListFeatureLibrariesSort": "benchling_api_client.v2.stable.models.list_feature_libraries_sort",
|
4901
5010
|
"ListFeaturesMatchType": "benchling_api_client.v2.stable.models.list_features_match_type",
|
4902
5011
|
"ListFoldersSection": "benchling_api_client.v2.stable.models.list_folders_section",
|
@@ -4984,7 +5093,6 @@ else:
|
|
4984
5093
|
"MonomersPaginatedList": "benchling_api_client.v2.stable.models.monomers_paginated_list",
|
4985
5094
|
"MonomersUnarchive": "benchling_api_client.v2.stable.models.monomers_unarchive",
|
4986
5095
|
"MultipleContainersTransfer": "benchling_api_client.v2.stable.models.multiple_containers_transfer",
|
4987
|
-
"MultipleContainersTransferSourceConcentration": "benchling_api_client.v2.stable.models.multiple_containers_transfer_source_concentration",
|
4988
5096
|
"MultipleContainersTransfersList": "benchling_api_client.v2.stable.models.multiple_containers_transfers_list",
|
4989
5097
|
"NamingStrategy": "benchling_api_client.v2.stable.models.naming_strategy",
|
4990
5098
|
"NotFoundError": "benchling_api_client.v2.stable.models.not_found_error",
|
@@ -5021,6 +5129,9 @@ else:
|
|
5021
5129
|
"OligosBulkGet": "benchling_api_client.v2.stable.models.oligos_bulk_get",
|
5022
5130
|
"OligosPaginatedList": "benchling_api_client.v2.stable.models.oligos_paginated_list",
|
5023
5131
|
"OligosUnarchive": "benchling_api_client.v2.stable.models.oligos_unarchive",
|
5132
|
+
"OptimizeCodons": "benchling_api_client.v2.stable.models.optimize_codons",
|
5133
|
+
"OptimizeCodonsGcContent": "benchling_api_client.v2.stable.models.optimize_codons_gc_content",
|
5134
|
+
"OptimizeCodonsHairpinParameters": "benchling_api_client.v2.stable.models.optimize_codons_hairpin_parameters",
|
5024
5135
|
"Organization": "benchling_api_client.v2.stable.models.organization",
|
5025
5136
|
"OrganizationSummary": "benchling_api_client.v2.stable.models.organization_summary",
|
5026
5137
|
"OrganizationsPaginatedList": "benchling_api_client.v2.stable.models.organizations_paginated_list",
|
@@ -5056,6 +5167,7 @@ else:
|
|
5056
5167
|
"ProjectsArchiveReason": "benchling_api_client.v2.stable.models.projects_archive_reason",
|
5057
5168
|
"ProjectsPaginatedList": "benchling_api_client.v2.stable.models.projects_paginated_list",
|
5058
5169
|
"ProjectsUnarchive": "benchling_api_client.v2.stable.models.projects_unarchive",
|
5170
|
+
"ReducedPattern": "benchling_api_client.v2.stable.models.reduced_pattern",
|
5059
5171
|
"RegisterEntities": "benchling_api_client.v2.stable.models.register_entities",
|
5060
5172
|
"RegisteredEntitiesList": "benchling_api_client.v2.stable.models.registered_entities_list",
|
5061
5173
|
"RegistrationOrigin": "benchling_api_client.v2.stable.models.registration_origin",
|
@@ -9,65 +9,484 @@ 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
|
+
"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",
|
21
98
|
"WebhookEnvelopeV0",
|
22
99
|
"WebhookEnvelopeV0App",
|
23
100
|
"WebhookEnvelopeV0AppDefinition",
|
24
|
-
"WebhookEnvelopeV0Channel",
|
25
101
|
"WebhookEnvelopeV0Version",
|
26
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",
|
27
121
|
]
|
28
122
|
|
29
123
|
if TYPE_CHECKING:
|
30
|
-
import benchling_api_client.webhooks.v0.stable.models.
|
124
|
+
import benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2
|
125
|
+
import benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type
|
126
|
+
import benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2
|
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
|
31
132
|
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0
|
32
133
|
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type
|
134
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2
|
135
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2_type
|
33
136
|
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0
|
34
137
|
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type
|
138
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2
|
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
|
35
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
|
36
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
|
37
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
|
38
164
|
import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type
|
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
|
39
210
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0
|
40
211
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app
|
41
212
|
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
213
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version
|
44
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
|
45
233
|
|
46
|
-
|
234
|
+
AppActivateRequestedWebhookV2 = (
|
235
|
+
benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2.AppActivateRequestedWebhookV2
|
236
|
+
)
|
237
|
+
AppActivateRequestedWebhookV2Type = (
|
238
|
+
benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type.AppActivateRequestedWebhookV2Type
|
239
|
+
)
|
240
|
+
AppDeactivatedWebhookV2 = (
|
241
|
+
benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2.AppDeactivatedWebhookV2
|
242
|
+
)
|
243
|
+
AppDeactivatedWebhookV2Type = (
|
244
|
+
benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type.AppDeactivatedWebhookV2Type
|
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
|
+
)
|
47
258
|
CanvasInitializeWebhookV0 = (
|
48
259
|
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0.CanvasInitializeWebhookV0
|
49
260
|
)
|
50
261
|
CanvasInitializeWebhookV0Type = (
|
51
262
|
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type.CanvasInitializeWebhookV0Type
|
52
263
|
)
|
264
|
+
CanvasInitializeWebhookV2 = (
|
265
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2.CanvasInitializeWebhookV2
|
266
|
+
)
|
267
|
+
CanvasInitializeWebhookV2Type = (
|
268
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2_type.CanvasInitializeWebhookV2Type
|
269
|
+
)
|
53
270
|
CanvasInteractionWebhookV0 = (
|
54
271
|
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0.CanvasInteractionWebhookV0
|
55
272
|
)
|
56
273
|
CanvasInteractionWebhookV0Type = (
|
57
274
|
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type.CanvasInteractionWebhookV0Type
|
58
275
|
)
|
276
|
+
CanvasInteractionWebhookV2 = (
|
277
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2.CanvasInteractionWebhookV2
|
278
|
+
)
|
279
|
+
CanvasInteractionWebhookV2Type = (
|
280
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type.CanvasInteractionWebhookV2Type
|
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
|
+
)
|
59
321
|
LifecycleActivateWebhookV0 = (
|
60
322
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0.LifecycleActivateWebhookV0
|
61
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
|
+
)
|
62
330
|
LifecycleActivateWebhookV0Type = (
|
63
331
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_type.LifecycleActivateWebhookV0Type
|
64
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
|
+
)
|
65
345
|
LifecycleDeactivateWebhookV0 = (
|
66
346
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0.LifecycleDeactivateWebhookV0
|
67
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
|
+
)
|
68
354
|
LifecycleDeactivateWebhookV0Type = (
|
69
355
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type.LifecycleDeactivateWebhookV0Type
|
70
356
|
)
|
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
|
+
)
|
71
490
|
WebhookEnvelopeV0 = benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0.WebhookEnvelopeV0
|
72
491
|
WebhookEnvelopeV0App = (
|
73
492
|
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app.WebhookEnvelopeV0App
|
@@ -75,31 +494,176 @@ if TYPE_CHECKING:
|
|
75
494
|
WebhookEnvelopeV0AppDefinition = (
|
76
495
|
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app_definition.WebhookEnvelopeV0AppDefinition
|
77
496
|
)
|
78
|
-
WebhookEnvelopeV0Channel = (
|
79
|
-
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_channel.WebhookEnvelopeV0Channel
|
80
|
-
)
|
81
497
|
WebhookEnvelopeV0Version = (
|
82
498
|
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version.WebhookEnvelopeV0Version
|
83
499
|
)
|
84
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
|
+
)
|
85
555
|
|
86
556
|
else:
|
87
557
|
model_to_module_mapping = {
|
88
|
-
"
|
558
|
+
"AppActivateRequestedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2",
|
559
|
+
"AppActivateRequestedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type",
|
560
|
+
"AppDeactivatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2",
|
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",
|
89
566
|
"CanvasInitializeWebhookV0": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0",
|
90
567
|
"CanvasInitializeWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type",
|
568
|
+
"CanvasInitializeWebhookV2": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2",
|
569
|
+
"CanvasInitializeWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2_type",
|
91
570
|
"CanvasInteractionWebhookV0": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0",
|
92
571
|
"CanvasInteractionWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type",
|
572
|
+
"CanvasInteractionWebhookV2": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2",
|
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",
|
93
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",
|
94
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",
|
95
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",
|
96
598
|
"LifecycleDeactivateWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type",
|
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",
|
97
644
|
"WebhookEnvelopeV0": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0",
|
98
645
|
"WebhookEnvelopeV0App": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app",
|
99
646
|
"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
647
|
"WebhookEnvelopeV0Version": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version",
|
102
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",
|
103
667
|
}
|
104
668
|
|
105
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.
|
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.
|
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=
|
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=
|
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=
|
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.
|
115
|
-
benchling_sdk-1.13.
|
116
|
-
benchling_sdk-1.13.
|
117
|
-
benchling_sdk-1.13.
|
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,,
|
File without changes
|
File without changes
|