benchling-sdk 1.12.0a0__py3-none-any.whl → 1.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- benchling_sdk/models/__init__.py +170 -50
- benchling_sdk/models/webhooks/v0/__init__.py +578 -10
- benchling_sdk/services/v2/stable/aa_sequence_service.py +21 -2
- benchling_sdk/services/v2/stable/dna_oligo_service.py +7 -2
- benchling_sdk/services/v2/stable/dna_sequence_service.py +68 -2
- benchling_sdk/services/v2/stable/entity_service.py +10 -2
- benchling_sdk/services/v2/stable/entry_service.py +23 -0
- benchling_sdk/services/v2/stable/molecule_service.py +7 -2
- benchling_sdk/services/v2/stable/plate_service.py +40 -0
- benchling_sdk/services/v2/stable/rna_oligo_service.py +7 -2
- benchling_sdk/services/v2/stable/rna_sequence_service.py +35 -0
- benchling_sdk/services/v2/stable/user_service.py +12 -0
- benchling_sdk/services/v2/v2_alpha_service.py +0 -20
- benchling_sdk/services/v2/v2_beta_service.py +0 -19
- {benchling_sdk-1.12.0a0.dist-info → benchling_sdk-1.13.0.dist-info}/METADATA +2 -2
- {benchling_sdk-1.12.0a0.dist-info → benchling_sdk-1.13.0.dist-info}/RECORD +18 -20
- benchling_sdk/services/v2/alpha/v2_alpha_dna_sequence_service.py +0 -32
- benchling_sdk/services/v2/beta/v2_beta_aa_sequence_service.py +0 -33
- {benchling_sdk-1.12.0a0.dist-info → benchling_sdk-1.13.0.dist-info}/LICENSE +0 -0
- {benchling_sdk-1.12.0a0.dist-info → benchling_sdk-1.13.0.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",
|
@@ -207,18 +218,10 @@ __all__ = [
|
|
207
218
|
"BaseSearchInputUIBlock",
|
208
219
|
"BaseSelectorInputUIBlock",
|
209
220
|
"Batch",
|
210
|
-
"BatchCreate",
|
211
221
|
"BatchOrInaccessibleResource",
|
212
222
|
"BatchSchema",
|
213
223
|
"BatchSchemasList",
|
214
224
|
"BatchSchemasPaginatedList",
|
215
|
-
"BatchUpdate",
|
216
|
-
"BatchesArchivalChange",
|
217
|
-
"BatchesArchive",
|
218
|
-
"BatchesArchiveReason",
|
219
|
-
"BatchesBulkGet",
|
220
|
-
"BatchesPaginatedList",
|
221
|
-
"BatchesUnarchive",
|
222
225
|
"BenchlingApp",
|
223
226
|
"BenchlingAppCreate",
|
224
227
|
"BenchlingAppDefinitionSummary",
|
@@ -294,6 +297,9 @@ __all__ = [
|
|
294
297
|
"ButtonUiBlockCreate",
|
295
298
|
"ButtonUiBlockType",
|
296
299
|
"ButtonUiBlockUpdate",
|
300
|
+
"ChartNotePart",
|
301
|
+
"ChartNotePartChart",
|
302
|
+
"ChartNotePartType",
|
297
303
|
"CheckboxNotePart",
|
298
304
|
"CheckboxNotePartType",
|
299
305
|
"CheckoutRecord",
|
@@ -302,6 +308,8 @@ __all__ = [
|
|
302
308
|
"ChipUiBlockCreate",
|
303
309
|
"ChipUiBlockType",
|
304
310
|
"ChipUiBlockUpdate",
|
311
|
+
"CodonUsageTable",
|
312
|
+
"CodonUsageTablesPaginatedList",
|
305
313
|
"ConflictError",
|
306
314
|
"ConflictErrorError",
|
307
315
|
"ConflictErrorErrorConflictsItem",
|
@@ -372,7 +380,6 @@ __all__ = [
|
|
372
380
|
"DateAppConfigItemType",
|
373
381
|
"DatetimeAppConfigItem",
|
374
382
|
"DatetimeAppConfigItemType",
|
375
|
-
"DefaultConcentrationSummary",
|
376
383
|
"DeprecatedAutomationOutputProcessorsPaginatedList",
|
377
384
|
"DeprecatedContainerVolumeForInput",
|
378
385
|
"DeprecatedContainerVolumeForInputUnits",
|
@@ -423,6 +430,7 @@ __all__ = [
|
|
423
430
|
"DnaSequencesBulkGet",
|
424
431
|
"DnaSequencesBulkUpdateRequest",
|
425
432
|
"DnaSequencesBulkUpsertRequest",
|
433
|
+
"DnaSequencesFindMatchingRegion",
|
426
434
|
"DnaSequencesPaginatedList",
|
427
435
|
"DnaSequencesUnarchive",
|
428
436
|
"DnaTemplateAlignmentCreate",
|
@@ -495,12 +503,15 @@ __all__ = [
|
|
495
503
|
"EntryTableRow",
|
496
504
|
"EntryTemplate",
|
497
505
|
"EntryTemplateDay",
|
506
|
+
"EntryTemplateUpdate",
|
498
507
|
"EntryTemplatesPaginatedList",
|
499
508
|
"EntryUpdate",
|
500
509
|
"EntryUpdatedFieldsEvent",
|
501
510
|
"EntryUpdatedFieldsEventEventType",
|
502
511
|
"EntryUpdatedReviewRecordEvent",
|
503
512
|
"EntryUpdatedReviewRecordEventEventType",
|
513
|
+
"Enzyme",
|
514
|
+
"EnzymesPaginatedList",
|
504
515
|
"Event",
|
505
516
|
"EventBase",
|
506
517
|
"EventBaseSchema",
|
@@ -576,6 +587,12 @@ __all__ = [
|
|
576
587
|
"IntegerFieldDefinition",
|
577
588
|
"IntegerFieldDefinitionType",
|
578
589
|
"InteractiveUiBlock",
|
590
|
+
"InventoryContainerTableNotePart",
|
591
|
+
"InventoryContainerTableNotePartMode",
|
592
|
+
"InventoryContainerTableNotePartType",
|
593
|
+
"InventoryPlateTableNotePart",
|
594
|
+
"InventoryPlateTableNotePartMode",
|
595
|
+
"InventoryPlateTableNotePartType",
|
579
596
|
"JsonAppConfigItem",
|
580
597
|
"JsonAppConfigItemType",
|
581
598
|
"LabAutomationBenchlingAppError",
|
@@ -605,9 +622,9 @@ __all__ = [
|
|
605
622
|
"ListAppConfigurationItemsSort",
|
606
623
|
"ListAppSessionsSort",
|
607
624
|
"ListAssayResultsSort",
|
608
|
-
"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
|
@@ -1252,18 +1284,10 @@ if TYPE_CHECKING:
|
|
1252
1284
|
import benchling_api_client.v2.stable.models.base_search_input_ui_block
|
1253
1285
|
import benchling_api_client.v2.stable.models.base_selector_input_ui_block
|
1254
1286
|
import benchling_api_client.v2.stable.models.batch
|
1255
|
-
import benchling_api_client.v2.stable.models.batch_create
|
1256
1287
|
import benchling_api_client.v2.stable.models.batch_or_inaccessible_resource
|
1257
1288
|
import benchling_api_client.v2.stable.models.batch_schema
|
1258
1289
|
import benchling_api_client.v2.stable.models.batch_schemas_list
|
1259
1290
|
import benchling_api_client.v2.stable.models.batch_schemas_paginated_list
|
1260
|
-
import benchling_api_client.v2.stable.models.batch_update
|
1261
|
-
import benchling_api_client.v2.stable.models.batches_archival_change
|
1262
|
-
import benchling_api_client.v2.stable.models.batches_archive
|
1263
|
-
import benchling_api_client.v2.stable.models.batches_archive_reason
|
1264
|
-
import benchling_api_client.v2.stable.models.batches_bulk_get
|
1265
|
-
import benchling_api_client.v2.stable.models.batches_paginated_list
|
1266
|
-
import benchling_api_client.v2.stable.models.batches_unarchive
|
1267
1291
|
import benchling_api_client.v2.stable.models.benchling_app
|
1268
1292
|
import benchling_api_client.v2.stable.models.benchling_app_create
|
1269
1293
|
import benchling_api_client.v2.stable.models.benchling_app_definition_summary
|
@@ -1339,6 +1363,9 @@ if TYPE_CHECKING:
|
|
1339
1363
|
import benchling_api_client.v2.stable.models.button_ui_block_create
|
1340
1364
|
import benchling_api_client.v2.stable.models.button_ui_block_type
|
1341
1365
|
import benchling_api_client.v2.stable.models.button_ui_block_update
|
1366
|
+
import benchling_api_client.v2.stable.models.chart_note_part
|
1367
|
+
import benchling_api_client.v2.stable.models.chart_note_part_chart
|
1368
|
+
import benchling_api_client.v2.stable.models.chart_note_part_type
|
1342
1369
|
import benchling_api_client.v2.stable.models.checkbox_note_part
|
1343
1370
|
import benchling_api_client.v2.stable.models.checkbox_note_part_type
|
1344
1371
|
import benchling_api_client.v2.stable.models.checkout_record
|
@@ -1347,6 +1374,8 @@ if TYPE_CHECKING:
|
|
1347
1374
|
import benchling_api_client.v2.stable.models.chip_ui_block_create
|
1348
1375
|
import benchling_api_client.v2.stable.models.chip_ui_block_type
|
1349
1376
|
import benchling_api_client.v2.stable.models.chip_ui_block_update
|
1377
|
+
import benchling_api_client.v2.stable.models.codon_usage_table
|
1378
|
+
import benchling_api_client.v2.stable.models.codon_usage_tables_paginated_list
|
1350
1379
|
import benchling_api_client.v2.stable.models.conflict_error
|
1351
1380
|
import benchling_api_client.v2.stable.models.conflict_error_error
|
1352
1381
|
import benchling_api_client.v2.stable.models.conflict_error_error_conflicts_item
|
@@ -1417,7 +1446,6 @@ if TYPE_CHECKING:
|
|
1417
1446
|
import benchling_api_client.v2.stable.models.date_app_config_item_type
|
1418
1447
|
import benchling_api_client.v2.stable.models.datetime_app_config_item
|
1419
1448
|
import benchling_api_client.v2.stable.models.datetime_app_config_item_type
|
1420
|
-
import benchling_api_client.v2.stable.models.default_concentration_summary
|
1421
1449
|
import benchling_api_client.v2.stable.models.deprecated_automation_output_processors_paginated_list
|
1422
1450
|
import benchling_api_client.v2.stable.models.deprecated_container_volume_for_input
|
1423
1451
|
import benchling_api_client.v2.stable.models.deprecated_container_volume_for_input_units
|
@@ -1468,6 +1496,7 @@ if TYPE_CHECKING:
|
|
1468
1496
|
import benchling_api_client.v2.stable.models.dna_sequences_bulk_get
|
1469
1497
|
import benchling_api_client.v2.stable.models.dna_sequences_bulk_update_request
|
1470
1498
|
import benchling_api_client.v2.stable.models.dna_sequences_bulk_upsert_request
|
1499
|
+
import benchling_api_client.v2.stable.models.dna_sequences_find_matching_region
|
1471
1500
|
import benchling_api_client.v2.stable.models.dna_sequences_paginated_list
|
1472
1501
|
import benchling_api_client.v2.stable.models.dna_sequences_unarchive
|
1473
1502
|
import benchling_api_client.v2.stable.models.dna_template_alignment_create
|
@@ -1540,12 +1569,15 @@ if TYPE_CHECKING:
|
|
1540
1569
|
import benchling_api_client.v2.stable.models.entry_table_row
|
1541
1570
|
import benchling_api_client.v2.stable.models.entry_template
|
1542
1571
|
import benchling_api_client.v2.stable.models.entry_template_day
|
1572
|
+
import benchling_api_client.v2.stable.models.entry_template_update
|
1543
1573
|
import benchling_api_client.v2.stable.models.entry_templates_paginated_list
|
1544
1574
|
import benchling_api_client.v2.stable.models.entry_update
|
1545
1575
|
import benchling_api_client.v2.stable.models.entry_updated_fields_event
|
1546
1576
|
import benchling_api_client.v2.stable.models.entry_updated_fields_event_event_type
|
1547
1577
|
import benchling_api_client.v2.stable.models.entry_updated_review_record_event
|
1548
1578
|
import benchling_api_client.v2.stable.models.entry_updated_review_record_event_event_type
|
1579
|
+
import benchling_api_client.v2.stable.models.enzyme
|
1580
|
+
import benchling_api_client.v2.stable.models.enzymes_paginated_list
|
1549
1581
|
import benchling_api_client.v2.stable.models.event
|
1550
1582
|
import benchling_api_client.v2.stable.models.event_base
|
1551
1583
|
import benchling_api_client.v2.stable.models.event_base_schema
|
@@ -1621,6 +1653,12 @@ if TYPE_CHECKING:
|
|
1621
1653
|
import benchling_api_client.v2.stable.models.integer_field_definition
|
1622
1654
|
import benchling_api_client.v2.stable.models.integer_field_definition_type
|
1623
1655
|
import benchling_api_client.v2.stable.models.interactive_ui_block
|
1656
|
+
import benchling_api_client.v2.stable.models.inventory_container_table_note_part
|
1657
|
+
import benchling_api_client.v2.stable.models.inventory_container_table_note_part_mode
|
1658
|
+
import benchling_api_client.v2.stable.models.inventory_container_table_note_part_type
|
1659
|
+
import benchling_api_client.v2.stable.models.inventory_plate_table_note_part
|
1660
|
+
import benchling_api_client.v2.stable.models.inventory_plate_table_note_part_mode
|
1661
|
+
import benchling_api_client.v2.stable.models.inventory_plate_table_note_part_type
|
1624
1662
|
import benchling_api_client.v2.stable.models.json_app_config_item
|
1625
1663
|
import benchling_api_client.v2.stable.models.json_app_config_item_type
|
1626
1664
|
import benchling_api_client.v2.stable.models.lab_automation_benchling_app_error
|
@@ -1650,9 +1688,9 @@ if TYPE_CHECKING:
|
|
1650
1688
|
import benchling_api_client.v2.stable.models.list_app_configuration_items_sort
|
1651
1689
|
import benchling_api_client.v2.stable.models.list_app_sessions_sort
|
1652
1690
|
import benchling_api_client.v2.stable.models.list_assay_results_sort
|
1653
|
-
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 = (
|
@@ -2549,7 +2622,6 @@ if TYPE_CHECKING:
|
|
2549
2622
|
benchling_api_client.v2.stable.models.base_selector_input_ui_block.BaseSelectorInputUIBlock
|
2550
2623
|
)
|
2551
2624
|
Batch = benchling_api_client.v2.stable.models.batch.Batch
|
2552
|
-
BatchCreate = benchling_api_client.v2.stable.models.batch_create.BatchCreate
|
2553
2625
|
BatchOrInaccessibleResource = (
|
2554
2626
|
benchling_api_client.v2.stable.models.batch_or_inaccessible_resource.BatchOrInaccessibleResource
|
2555
2627
|
)
|
@@ -2558,15 +2630,6 @@ if TYPE_CHECKING:
|
|
2558
2630
|
BatchSchemasPaginatedList = (
|
2559
2631
|
benchling_api_client.v2.stable.models.batch_schemas_paginated_list.BatchSchemasPaginatedList
|
2560
2632
|
)
|
2561
|
-
BatchUpdate = benchling_api_client.v2.stable.models.batch_update.BatchUpdate
|
2562
|
-
BatchesArchivalChange = (
|
2563
|
-
benchling_api_client.v2.stable.models.batches_archival_change.BatchesArchivalChange
|
2564
|
-
)
|
2565
|
-
BatchesArchive = benchling_api_client.v2.stable.models.batches_archive.BatchesArchive
|
2566
|
-
BatchesArchiveReason = benchling_api_client.v2.stable.models.batches_archive_reason.BatchesArchiveReason
|
2567
|
-
BatchesBulkGet = benchling_api_client.v2.stable.models.batches_bulk_get.BatchesBulkGet
|
2568
|
-
BatchesPaginatedList = benchling_api_client.v2.stable.models.batches_paginated_list.BatchesPaginatedList
|
2569
|
-
BatchesUnarchive = benchling_api_client.v2.stable.models.batches_unarchive.BatchesUnarchive
|
2570
2633
|
BenchlingApp = benchling_api_client.v2.stable.models.benchling_app.BenchlingApp
|
2571
2634
|
BenchlingAppCreate = benchling_api_client.v2.stable.models.benchling_app_create.BenchlingAppCreate
|
2572
2635
|
BenchlingAppDefinitionSummary = (
|
@@ -2728,6 +2791,9 @@ if TYPE_CHECKING:
|
|
2728
2791
|
ButtonUiBlockCreate = benchling_api_client.v2.stable.models.button_ui_block_create.ButtonUiBlockCreate
|
2729
2792
|
ButtonUiBlockType = benchling_api_client.v2.stable.models.button_ui_block_type.ButtonUiBlockType
|
2730
2793
|
ButtonUiBlockUpdate = benchling_api_client.v2.stable.models.button_ui_block_update.ButtonUiBlockUpdate
|
2794
|
+
ChartNotePart = benchling_api_client.v2.stable.models.chart_note_part.ChartNotePart
|
2795
|
+
ChartNotePartChart = benchling_api_client.v2.stable.models.chart_note_part_chart.ChartNotePartChart
|
2796
|
+
ChartNotePartType = benchling_api_client.v2.stable.models.chart_note_part_type.ChartNotePartType
|
2731
2797
|
CheckboxNotePart = benchling_api_client.v2.stable.models.checkbox_note_part.CheckboxNotePart
|
2732
2798
|
CheckboxNotePartType = benchling_api_client.v2.stable.models.checkbox_note_part_type.CheckboxNotePartType
|
2733
2799
|
CheckoutRecord = benchling_api_client.v2.stable.models.checkout_record.CheckoutRecord
|
@@ -2736,6 +2802,10 @@ if TYPE_CHECKING:
|
|
2736
2802
|
ChipUiBlockCreate = benchling_api_client.v2.stable.models.chip_ui_block_create.ChipUiBlockCreate
|
2737
2803
|
ChipUiBlockType = benchling_api_client.v2.stable.models.chip_ui_block_type.ChipUiBlockType
|
2738
2804
|
ChipUiBlockUpdate = benchling_api_client.v2.stable.models.chip_ui_block_update.ChipUiBlockUpdate
|
2805
|
+
CodonUsageTable = benchling_api_client.v2.stable.models.codon_usage_table.CodonUsageTable
|
2806
|
+
CodonUsageTablesPaginatedList = (
|
2807
|
+
benchling_api_client.v2.stable.models.codon_usage_tables_paginated_list.CodonUsageTablesPaginatedList
|
2808
|
+
)
|
2739
2809
|
ConflictError = benchling_api_client.v2.stable.models.conflict_error.ConflictError
|
2740
2810
|
ConflictErrorError = benchling_api_client.v2.stable.models.conflict_error_error.ConflictErrorError
|
2741
2811
|
ConflictErrorErrorConflictsItem = (
|
@@ -2888,9 +2958,6 @@ if TYPE_CHECKING:
|
|
2888
2958
|
DatetimeAppConfigItemType = (
|
2889
2959
|
benchling_api_client.v2.stable.models.datetime_app_config_item_type.DatetimeAppConfigItemType
|
2890
2960
|
)
|
2891
|
-
DefaultConcentrationSummary = (
|
2892
|
-
benchling_api_client.v2.stable.models.default_concentration_summary.DefaultConcentrationSummary
|
2893
|
-
)
|
2894
2961
|
DeprecatedAutomationOutputProcessorsPaginatedList = (
|
2895
2962
|
benchling_api_client.v2.stable.models.deprecated_automation_output_processors_paginated_list.DeprecatedAutomationOutputProcessorsPaginatedList
|
2896
2963
|
)
|
@@ -3007,6 +3074,9 @@ if TYPE_CHECKING:
|
|
3007
3074
|
DnaSequencesBulkUpsertRequest = (
|
3008
3075
|
benchling_api_client.v2.stable.models.dna_sequences_bulk_upsert_request.DnaSequencesBulkUpsertRequest
|
3009
3076
|
)
|
3077
|
+
DnaSequencesFindMatchingRegion = (
|
3078
|
+
benchling_api_client.v2.stable.models.dna_sequences_find_matching_region.DnaSequencesFindMatchingRegion
|
3079
|
+
)
|
3010
3080
|
DnaSequencesPaginatedList = (
|
3011
3081
|
benchling_api_client.v2.stable.models.dna_sequences_paginated_list.DnaSequencesPaginatedList
|
3012
3082
|
)
|
@@ -3149,6 +3219,7 @@ if TYPE_CHECKING:
|
|
3149
3219
|
EntryTableRow = benchling_api_client.v2.stable.models.entry_table_row.EntryTableRow
|
3150
3220
|
EntryTemplate = benchling_api_client.v2.stable.models.entry_template.EntryTemplate
|
3151
3221
|
EntryTemplateDay = benchling_api_client.v2.stable.models.entry_template_day.EntryTemplateDay
|
3222
|
+
EntryTemplateUpdate = benchling_api_client.v2.stable.models.entry_template_update.EntryTemplateUpdate
|
3152
3223
|
EntryTemplatesPaginatedList = (
|
3153
3224
|
benchling_api_client.v2.stable.models.entry_templates_paginated_list.EntryTemplatesPaginatedList
|
3154
3225
|
)
|
@@ -3165,6 +3236,8 @@ if TYPE_CHECKING:
|
|
3165
3236
|
EntryUpdatedReviewRecordEventEventType = (
|
3166
3237
|
benchling_api_client.v2.stable.models.entry_updated_review_record_event_event_type.EntryUpdatedReviewRecordEventEventType
|
3167
3238
|
)
|
3239
|
+
Enzyme = benchling_api_client.v2.stable.models.enzyme.Enzyme
|
3240
|
+
EnzymesPaginatedList = benchling_api_client.v2.stable.models.enzymes_paginated_list.EnzymesPaginatedList
|
3168
3241
|
Event = benchling_api_client.v2.stable.models.event.Event
|
3169
3242
|
EventBase = benchling_api_client.v2.stable.models.event_base.EventBase
|
3170
3243
|
EventBaseSchema = benchling_api_client.v2.stable.models.event_base_schema.EventBaseSchema
|
@@ -3304,6 +3377,24 @@ if TYPE_CHECKING:
|
|
3304
3377
|
benchling_api_client.v2.stable.models.integer_field_definition_type.IntegerFieldDefinitionType
|
3305
3378
|
)
|
3306
3379
|
InteractiveUiBlock = benchling_api_client.v2.stable.models.interactive_ui_block.InteractiveUiBlock
|
3380
|
+
InventoryContainerTableNotePart = (
|
3381
|
+
benchling_api_client.v2.stable.models.inventory_container_table_note_part.InventoryContainerTableNotePart
|
3382
|
+
)
|
3383
|
+
InventoryContainerTableNotePartMode = (
|
3384
|
+
benchling_api_client.v2.stable.models.inventory_container_table_note_part_mode.InventoryContainerTableNotePartMode
|
3385
|
+
)
|
3386
|
+
InventoryContainerTableNotePartType = (
|
3387
|
+
benchling_api_client.v2.stable.models.inventory_container_table_note_part_type.InventoryContainerTableNotePartType
|
3388
|
+
)
|
3389
|
+
InventoryPlateTableNotePart = (
|
3390
|
+
benchling_api_client.v2.stable.models.inventory_plate_table_note_part.InventoryPlateTableNotePart
|
3391
|
+
)
|
3392
|
+
InventoryPlateTableNotePartMode = (
|
3393
|
+
benchling_api_client.v2.stable.models.inventory_plate_table_note_part_mode.InventoryPlateTableNotePartMode
|
3394
|
+
)
|
3395
|
+
InventoryPlateTableNotePartType = (
|
3396
|
+
benchling_api_client.v2.stable.models.inventory_plate_table_note_part_type.InventoryPlateTableNotePartType
|
3397
|
+
)
|
3307
3398
|
JsonAppConfigItem = benchling_api_client.v2.stable.models.json_app_config_item.JsonAppConfigItem
|
3308
3399
|
JsonAppConfigItemType = (
|
3309
3400
|
benchling_api_client.v2.stable.models.json_app_config_item_type.JsonAppConfigItemType
|
@@ -3367,11 +3458,13 @@ if TYPE_CHECKING:
|
|
3367
3458
|
)
|
3368
3459
|
ListAppSessionsSort = benchling_api_client.v2.stable.models.list_app_sessions_sort.ListAppSessionsSort
|
3369
3460
|
ListAssayResultsSort = benchling_api_client.v2.stable.models.list_assay_results_sort.ListAssayResultsSort
|
3370
|
-
ListBatchesSort = benchling_api_client.v2.stable.models.list_batches_sort.ListBatchesSort
|
3371
3461
|
ListBenchlingAppsSort = (
|
3372
3462
|
benchling_api_client.v2.stable.models.list_benchling_apps_sort.ListBenchlingAppsSort
|
3373
3463
|
)
|
3374
3464
|
ListBoxesSort = benchling_api_client.v2.stable.models.list_boxes_sort.ListBoxesSort
|
3465
|
+
ListCodonUsageTablesSort = (
|
3466
|
+
benchling_api_client.v2.stable.models.list_codon_usage_tables_sort.ListCodonUsageTablesSort
|
3467
|
+
)
|
3375
3468
|
ListContainersCheckoutStatus = (
|
3376
3469
|
benchling_api_client.v2.stable.models.list_containers_checkout_status.ListContainersCheckoutStatus
|
3377
3470
|
)
|
@@ -3388,6 +3481,7 @@ if TYPE_CHECKING:
|
|
3388
3481
|
benchling_api_client.v2.stable.models.list_entries_review_status.ListEntriesReviewStatus
|
3389
3482
|
)
|
3390
3483
|
ListEntriesSort = benchling_api_client.v2.stable.models.list_entries_sort.ListEntriesSort
|
3484
|
+
ListEnzymesSort = benchling_api_client.v2.stable.models.list_enzymes_sort.ListEnzymesSort
|
3391
3485
|
ListFeatureLibrariesSort = (
|
3392
3486
|
benchling_api_client.v2.stable.models.list_feature_libraries_sort.ListFeatureLibrariesSort
|
3393
3487
|
)
|
@@ -3549,9 +3643,6 @@ if TYPE_CHECKING:
|
|
3549
3643
|
MultipleContainersTransfer = (
|
3550
3644
|
benchling_api_client.v2.stable.models.multiple_containers_transfer.MultipleContainersTransfer
|
3551
3645
|
)
|
3552
|
-
MultipleContainersTransferSourceConcentration = (
|
3553
|
-
benchling_api_client.v2.stable.models.multiple_containers_transfer_source_concentration.MultipleContainersTransferSourceConcentration
|
3554
|
-
)
|
3555
3646
|
MultipleContainersTransfersList = (
|
3556
3647
|
benchling_api_client.v2.stable.models.multiple_containers_transfers_list.MultipleContainersTransfersList
|
3557
3648
|
)
|
@@ -3628,6 +3719,13 @@ if TYPE_CHECKING:
|
|
3628
3719
|
OligosBulkGet = benchling_api_client.v2.stable.models.oligos_bulk_get.OligosBulkGet
|
3629
3720
|
OligosPaginatedList = benchling_api_client.v2.stable.models.oligos_paginated_list.OligosPaginatedList
|
3630
3721
|
OligosUnarchive = benchling_api_client.v2.stable.models.oligos_unarchive.OligosUnarchive
|
3722
|
+
OptimizeCodons = benchling_api_client.v2.stable.models.optimize_codons.OptimizeCodons
|
3723
|
+
OptimizeCodonsGcContent = (
|
3724
|
+
benchling_api_client.v2.stable.models.optimize_codons_gc_content.OptimizeCodonsGcContent
|
3725
|
+
)
|
3726
|
+
OptimizeCodonsHairpinParameters = (
|
3727
|
+
benchling_api_client.v2.stable.models.optimize_codons_hairpin_parameters.OptimizeCodonsHairpinParameters
|
3728
|
+
)
|
3631
3729
|
Organization = benchling_api_client.v2.stable.models.organization.Organization
|
3632
3730
|
OrganizationSummary = benchling_api_client.v2.stable.models.organization_summary.OrganizationSummary
|
3633
3731
|
OrganizationsPaginatedList = (
|
@@ -3681,6 +3779,7 @@ if TYPE_CHECKING:
|
|
3681
3779
|
benchling_api_client.v2.stable.models.projects_paginated_list.ProjectsPaginatedList
|
3682
3780
|
)
|
3683
3781
|
ProjectsUnarchive = benchling_api_client.v2.stable.models.projects_unarchive.ProjectsUnarchive
|
3782
|
+
ReducedPattern = benchling_api_client.v2.stable.models.reduced_pattern.ReducedPattern
|
3684
3783
|
RegisterEntities = benchling_api_client.v2.stable.models.register_entities.RegisterEntities
|
3685
3784
|
RegisteredEntitiesList = (
|
3686
3785
|
benchling_api_client.v2.stable.models.registered_entities_list.RegisteredEntitiesList
|
@@ -4311,7 +4410,14 @@ else:
|
|
4311
4410
|
"AaSequencesBulkGet": "benchling_api_client.v2.stable.models.aa_sequences_bulk_get",
|
4312
4411
|
"AaSequencesBulkUpdateRequest": "benchling_api_client.v2.stable.models.aa_sequences_bulk_update_request",
|
4313
4412
|
"AaSequencesBulkUpsertRequest": "benchling_api_client.v2.stable.models.aa_sequences_bulk_upsert_request",
|
4413
|
+
"AaSequencesFindMatchingRegion": "benchling_api_client.v2.stable.models.aa_sequences_find_matching_region",
|
4414
|
+
"AaSequencesMatchBases": "benchling_api_client.v2.stable.models.aa_sequences_match_bases",
|
4415
|
+
"AaSequencesMatchBasesArchiveReason": "benchling_api_client.v2.stable.models.aa_sequences_match_bases_archive_reason",
|
4416
|
+
"AaSequencesMatchBasesSort": "benchling_api_client.v2.stable.models.aa_sequences_match_bases_sort",
|
4314
4417
|
"AaSequencesPaginatedList": "benchling_api_client.v2.stable.models.aa_sequences_paginated_list",
|
4418
|
+
"AaSequencesSearchBases": "benchling_api_client.v2.stable.models.aa_sequences_search_bases",
|
4419
|
+
"AaSequencesSearchBasesArchiveReason": "benchling_api_client.v2.stable.models.aa_sequences_search_bases_archive_reason",
|
4420
|
+
"AaSequencesSearchBasesSort": "benchling_api_client.v2.stable.models.aa_sequences_search_bases_sort",
|
4315
4421
|
"AaSequencesUnarchive": "benchling_api_client.v2.stable.models.aa_sequences_unarchive",
|
4316
4422
|
"AIGGenerateInputAsyncTask": "benchling_api_client.v2.stable.models.aig_generate_input_async_task",
|
4317
4423
|
"AlignedNucleotideSequence": "benchling_api_client.v2.stable.models.aligned_nucleotide_sequence",
|
@@ -4448,6 +4554,7 @@ else:
|
|
4448
4554
|
"AutofillPartsAsyncTask": "benchling_api_client.v2.stable.models.autofill_parts_async_task",
|
4449
4555
|
"AutofillRnaSequences": "benchling_api_client.v2.stable.models.autofill_rna_sequences",
|
4450
4556
|
"AutofillSequences": "benchling_api_client.v2.stable.models.autofill_sequences",
|
4557
|
+
"AutofillTranscriptionsAsyncTask": "benchling_api_client.v2.stable.models.autofill_transcriptions_async_task",
|
4451
4558
|
"AutofillTranslationsAsyncTask": "benchling_api_client.v2.stable.models.autofill_translations_async_task",
|
4452
4559
|
"AutomationFile": "benchling_api_client.v2.stable.models.automation_file",
|
4453
4560
|
"AutomationFileAutomationFileConfig": "benchling_api_client.v2.stable.models.automation_file_automation_file_config",
|
@@ -4470,6 +4577,9 @@ else:
|
|
4470
4577
|
"AutomationOutputProcessorsPaginatedList": "benchling_api_client.v2.stable.models.automation_output_processors_paginated_list",
|
4471
4578
|
"AutomationOutputProcessorsUnarchive": "benchling_api_client.v2.stable.models.automation_output_processors_unarchive",
|
4472
4579
|
"AutomationProgressStats": "benchling_api_client.v2.stable.models.automation_progress_stats",
|
4580
|
+
"BackTranslate": "benchling_api_client.v2.stable.models.back_translate",
|
4581
|
+
"BackTranslateGcContent": "benchling_api_client.v2.stable.models.back_translate_gc_content",
|
4582
|
+
"BackTranslateHairpinParameters": "benchling_api_client.v2.stable.models.back_translate_hairpin_parameters",
|
4473
4583
|
"BadRequestError": "benchling_api_client.v2.stable.models.bad_request_error",
|
4474
4584
|
"BadRequestErrorBulk": "benchling_api_client.v2.stable.models.bad_request_error_bulk",
|
4475
4585
|
"BadRequestErrorBulkError": "benchling_api_client.v2.stable.models.bad_request_error_bulk_error",
|
@@ -4488,18 +4598,10 @@ else:
|
|
4488
4598
|
"BaseSearchInputUIBlock": "benchling_api_client.v2.stable.models.base_search_input_ui_block",
|
4489
4599
|
"BaseSelectorInputUIBlock": "benchling_api_client.v2.stable.models.base_selector_input_ui_block",
|
4490
4600
|
"Batch": "benchling_api_client.v2.stable.models.batch",
|
4491
|
-
"BatchCreate": "benchling_api_client.v2.stable.models.batch_create",
|
4492
4601
|
"BatchOrInaccessibleResource": "benchling_api_client.v2.stable.models.batch_or_inaccessible_resource",
|
4493
4602
|
"BatchSchema": "benchling_api_client.v2.stable.models.batch_schema",
|
4494
4603
|
"BatchSchemasList": "benchling_api_client.v2.stable.models.batch_schemas_list",
|
4495
4604
|
"BatchSchemasPaginatedList": "benchling_api_client.v2.stable.models.batch_schemas_paginated_list",
|
4496
|
-
"BatchUpdate": "benchling_api_client.v2.stable.models.batch_update",
|
4497
|
-
"BatchesArchivalChange": "benchling_api_client.v2.stable.models.batches_archival_change",
|
4498
|
-
"BatchesArchive": "benchling_api_client.v2.stable.models.batches_archive",
|
4499
|
-
"BatchesArchiveReason": "benchling_api_client.v2.stable.models.batches_archive_reason",
|
4500
|
-
"BatchesBulkGet": "benchling_api_client.v2.stable.models.batches_bulk_get",
|
4501
|
-
"BatchesPaginatedList": "benchling_api_client.v2.stable.models.batches_paginated_list",
|
4502
|
-
"BatchesUnarchive": "benchling_api_client.v2.stable.models.batches_unarchive",
|
4503
4605
|
"BenchlingApp": "benchling_api_client.v2.stable.models.benchling_app",
|
4504
4606
|
"BenchlingAppCreate": "benchling_api_client.v2.stable.models.benchling_app_create",
|
4505
4607
|
"BenchlingAppDefinitionSummary": "benchling_api_client.v2.stable.models.benchling_app_definition_summary",
|
@@ -4575,6 +4677,9 @@ else:
|
|
4575
4677
|
"ButtonUiBlockCreate": "benchling_api_client.v2.stable.models.button_ui_block_create",
|
4576
4678
|
"ButtonUiBlockType": "benchling_api_client.v2.stable.models.button_ui_block_type",
|
4577
4679
|
"ButtonUiBlockUpdate": "benchling_api_client.v2.stable.models.button_ui_block_update",
|
4680
|
+
"ChartNotePart": "benchling_api_client.v2.stable.models.chart_note_part",
|
4681
|
+
"ChartNotePartChart": "benchling_api_client.v2.stable.models.chart_note_part_chart",
|
4682
|
+
"ChartNotePartType": "benchling_api_client.v2.stable.models.chart_note_part_type",
|
4578
4683
|
"CheckboxNotePart": "benchling_api_client.v2.stable.models.checkbox_note_part",
|
4579
4684
|
"CheckboxNotePartType": "benchling_api_client.v2.stable.models.checkbox_note_part_type",
|
4580
4685
|
"CheckoutRecord": "benchling_api_client.v2.stable.models.checkout_record",
|
@@ -4583,6 +4688,8 @@ else:
|
|
4583
4688
|
"ChipUiBlockCreate": "benchling_api_client.v2.stable.models.chip_ui_block_create",
|
4584
4689
|
"ChipUiBlockType": "benchling_api_client.v2.stable.models.chip_ui_block_type",
|
4585
4690
|
"ChipUiBlockUpdate": "benchling_api_client.v2.stable.models.chip_ui_block_update",
|
4691
|
+
"CodonUsageTable": "benchling_api_client.v2.stable.models.codon_usage_table",
|
4692
|
+
"CodonUsageTablesPaginatedList": "benchling_api_client.v2.stable.models.codon_usage_tables_paginated_list",
|
4586
4693
|
"ConflictError": "benchling_api_client.v2.stable.models.conflict_error",
|
4587
4694
|
"ConflictErrorError": "benchling_api_client.v2.stable.models.conflict_error_error",
|
4588
4695
|
"ConflictErrorErrorConflictsItem": "benchling_api_client.v2.stable.models.conflict_error_error_conflicts_item",
|
@@ -4653,7 +4760,6 @@ else:
|
|
4653
4760
|
"DateAppConfigItemType": "benchling_api_client.v2.stable.models.date_app_config_item_type",
|
4654
4761
|
"DatetimeAppConfigItem": "benchling_api_client.v2.stable.models.datetime_app_config_item",
|
4655
4762
|
"DatetimeAppConfigItemType": "benchling_api_client.v2.stable.models.datetime_app_config_item_type",
|
4656
|
-
"DefaultConcentrationSummary": "benchling_api_client.v2.stable.models.default_concentration_summary",
|
4657
4763
|
"DeprecatedAutomationOutputProcessorsPaginatedList": "benchling_api_client.v2.stable.models.deprecated_automation_output_processors_paginated_list",
|
4658
4764
|
"DeprecatedContainerVolumeForInput": "benchling_api_client.v2.stable.models.deprecated_container_volume_for_input",
|
4659
4765
|
"DeprecatedContainerVolumeForInputUnits": "benchling_api_client.v2.stable.models.deprecated_container_volume_for_input_units",
|
@@ -4704,6 +4810,7 @@ else:
|
|
4704
4810
|
"DnaSequencesBulkGet": "benchling_api_client.v2.stable.models.dna_sequences_bulk_get",
|
4705
4811
|
"DnaSequencesBulkUpdateRequest": "benchling_api_client.v2.stable.models.dna_sequences_bulk_update_request",
|
4706
4812
|
"DnaSequencesBulkUpsertRequest": "benchling_api_client.v2.stable.models.dna_sequences_bulk_upsert_request",
|
4813
|
+
"DnaSequencesFindMatchingRegion": "benchling_api_client.v2.stable.models.dna_sequences_find_matching_region",
|
4707
4814
|
"DnaSequencesPaginatedList": "benchling_api_client.v2.stable.models.dna_sequences_paginated_list",
|
4708
4815
|
"DnaSequencesUnarchive": "benchling_api_client.v2.stable.models.dna_sequences_unarchive",
|
4709
4816
|
"DnaTemplateAlignmentCreate": "benchling_api_client.v2.stable.models.dna_template_alignment_create",
|
@@ -4776,12 +4883,15 @@ else:
|
|
4776
4883
|
"EntryTableRow": "benchling_api_client.v2.stable.models.entry_table_row",
|
4777
4884
|
"EntryTemplate": "benchling_api_client.v2.stable.models.entry_template",
|
4778
4885
|
"EntryTemplateDay": "benchling_api_client.v2.stable.models.entry_template_day",
|
4886
|
+
"EntryTemplateUpdate": "benchling_api_client.v2.stable.models.entry_template_update",
|
4779
4887
|
"EntryTemplatesPaginatedList": "benchling_api_client.v2.stable.models.entry_templates_paginated_list",
|
4780
4888
|
"EntryUpdate": "benchling_api_client.v2.stable.models.entry_update",
|
4781
4889
|
"EntryUpdatedFieldsEvent": "benchling_api_client.v2.stable.models.entry_updated_fields_event",
|
4782
4890
|
"EntryUpdatedFieldsEventEventType": "benchling_api_client.v2.stable.models.entry_updated_fields_event_event_type",
|
4783
4891
|
"EntryUpdatedReviewRecordEvent": "benchling_api_client.v2.stable.models.entry_updated_review_record_event",
|
4784
4892
|
"EntryUpdatedReviewRecordEventEventType": "benchling_api_client.v2.stable.models.entry_updated_review_record_event_event_type",
|
4893
|
+
"Enzyme": "benchling_api_client.v2.stable.models.enzyme",
|
4894
|
+
"EnzymesPaginatedList": "benchling_api_client.v2.stable.models.enzymes_paginated_list",
|
4785
4895
|
"Event": "benchling_api_client.v2.stable.models.event",
|
4786
4896
|
"EventBase": "benchling_api_client.v2.stable.models.event_base",
|
4787
4897
|
"EventBaseSchema": "benchling_api_client.v2.stable.models.event_base_schema",
|
@@ -4857,6 +4967,12 @@ else:
|
|
4857
4967
|
"IntegerFieldDefinition": "benchling_api_client.v2.stable.models.integer_field_definition",
|
4858
4968
|
"IntegerFieldDefinitionType": "benchling_api_client.v2.stable.models.integer_field_definition_type",
|
4859
4969
|
"InteractiveUiBlock": "benchling_api_client.v2.stable.models.interactive_ui_block",
|
4970
|
+
"InventoryContainerTableNotePart": "benchling_api_client.v2.stable.models.inventory_container_table_note_part",
|
4971
|
+
"InventoryContainerTableNotePartMode": "benchling_api_client.v2.stable.models.inventory_container_table_note_part_mode",
|
4972
|
+
"InventoryContainerTableNotePartType": "benchling_api_client.v2.stable.models.inventory_container_table_note_part_type",
|
4973
|
+
"InventoryPlateTableNotePart": "benchling_api_client.v2.stable.models.inventory_plate_table_note_part",
|
4974
|
+
"InventoryPlateTableNotePartMode": "benchling_api_client.v2.stable.models.inventory_plate_table_note_part_mode",
|
4975
|
+
"InventoryPlateTableNotePartType": "benchling_api_client.v2.stable.models.inventory_plate_table_note_part_type",
|
4860
4976
|
"JsonAppConfigItem": "benchling_api_client.v2.stable.models.json_app_config_item",
|
4861
4977
|
"JsonAppConfigItemType": "benchling_api_client.v2.stable.models.json_app_config_item_type",
|
4862
4978
|
"LabAutomationBenchlingAppError": "benchling_api_client.v2.stable.models.lab_automation_benchling_app_error",
|
@@ -4886,9 +5002,9 @@ else:
|
|
4886
5002
|
"ListAppConfigurationItemsSort": "benchling_api_client.v2.stable.models.list_app_configuration_items_sort",
|
4887
5003
|
"ListAppSessionsSort": "benchling_api_client.v2.stable.models.list_app_sessions_sort",
|
4888
5004
|
"ListAssayResultsSort": "benchling_api_client.v2.stable.models.list_assay_results_sort",
|
4889
|
-
"ListBatchesSort": "benchling_api_client.v2.stable.models.list_batches_sort",
|
4890
5005
|
"ListBenchlingAppsSort": "benchling_api_client.v2.stable.models.list_benchling_apps_sort",
|
4891
5006
|
"ListBoxesSort": "benchling_api_client.v2.stable.models.list_boxes_sort",
|
5007
|
+
"ListCodonUsageTablesSort": "benchling_api_client.v2.stable.models.list_codon_usage_tables_sort",
|
4892
5008
|
"ListContainersCheckoutStatus": "benchling_api_client.v2.stable.models.list_containers_checkout_status",
|
4893
5009
|
"ListContainersSort": "benchling_api_client.v2.stable.models.list_containers_sort",
|
4894
5010
|
"ListCustomEntitiesSort": "benchling_api_client.v2.stable.models.list_custom_entities_sort",
|
@@ -4897,6 +5013,7 @@ else:
|
|
4897
5013
|
"ListDNASequencesSort": "benchling_api_client.v2.stable.models.list_dna_sequences_sort",
|
4898
5014
|
"ListEntriesReviewStatus": "benchling_api_client.v2.stable.models.list_entries_review_status",
|
4899
5015
|
"ListEntriesSort": "benchling_api_client.v2.stable.models.list_entries_sort",
|
5016
|
+
"ListEnzymesSort": "benchling_api_client.v2.stable.models.list_enzymes_sort",
|
4900
5017
|
"ListFeatureLibrariesSort": "benchling_api_client.v2.stable.models.list_feature_libraries_sort",
|
4901
5018
|
"ListFeaturesMatchType": "benchling_api_client.v2.stable.models.list_features_match_type",
|
4902
5019
|
"ListFoldersSection": "benchling_api_client.v2.stable.models.list_folders_section",
|
@@ -4984,7 +5101,6 @@ else:
|
|
4984
5101
|
"MonomersPaginatedList": "benchling_api_client.v2.stable.models.monomers_paginated_list",
|
4985
5102
|
"MonomersUnarchive": "benchling_api_client.v2.stable.models.monomers_unarchive",
|
4986
5103
|
"MultipleContainersTransfer": "benchling_api_client.v2.stable.models.multiple_containers_transfer",
|
4987
|
-
"MultipleContainersTransferSourceConcentration": "benchling_api_client.v2.stable.models.multiple_containers_transfer_source_concentration",
|
4988
5104
|
"MultipleContainersTransfersList": "benchling_api_client.v2.stable.models.multiple_containers_transfers_list",
|
4989
5105
|
"NamingStrategy": "benchling_api_client.v2.stable.models.naming_strategy",
|
4990
5106
|
"NotFoundError": "benchling_api_client.v2.stable.models.not_found_error",
|
@@ -5021,6 +5137,9 @@ else:
|
|
5021
5137
|
"OligosBulkGet": "benchling_api_client.v2.stable.models.oligos_bulk_get",
|
5022
5138
|
"OligosPaginatedList": "benchling_api_client.v2.stable.models.oligos_paginated_list",
|
5023
5139
|
"OligosUnarchive": "benchling_api_client.v2.stable.models.oligos_unarchive",
|
5140
|
+
"OptimizeCodons": "benchling_api_client.v2.stable.models.optimize_codons",
|
5141
|
+
"OptimizeCodonsGcContent": "benchling_api_client.v2.stable.models.optimize_codons_gc_content",
|
5142
|
+
"OptimizeCodonsHairpinParameters": "benchling_api_client.v2.stable.models.optimize_codons_hairpin_parameters",
|
5024
5143
|
"Organization": "benchling_api_client.v2.stable.models.organization",
|
5025
5144
|
"OrganizationSummary": "benchling_api_client.v2.stable.models.organization_summary",
|
5026
5145
|
"OrganizationsPaginatedList": "benchling_api_client.v2.stable.models.organizations_paginated_list",
|
@@ -5056,6 +5175,7 @@ else:
|
|
5056
5175
|
"ProjectsArchiveReason": "benchling_api_client.v2.stable.models.projects_archive_reason",
|
5057
5176
|
"ProjectsPaginatedList": "benchling_api_client.v2.stable.models.projects_paginated_list",
|
5058
5177
|
"ProjectsUnarchive": "benchling_api_client.v2.stable.models.projects_unarchive",
|
5178
|
+
"ReducedPattern": "benchling_api_client.v2.stable.models.reduced_pattern",
|
5059
5179
|
"RegisterEntities": "benchling_api_client.v2.stable.models.register_entities",
|
5060
5180
|
"RegisteredEntitiesList": "benchling_api_client.v2.stable.models.registered_entities_list",
|
5061
5181
|
"RegistrationOrigin": "benchling_api_client.v2.stable.models.registration_origin",
|