benchling-sdk 1.13.0a0__py3-none-any.whl → 1.13.0a1__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 +106 -6
- benchling_sdk/models/webhooks/v0/__init__.py +52 -10
- {benchling_sdk-1.13.0a0.dist-info → benchling_sdk-1.13.0a1.dist-info}/METADATA +2 -2
- {benchling_sdk-1.13.0a0.dist-info → benchling_sdk-1.13.0a1.dist-info}/RECORD +6 -6
- {benchling_sdk-1.13.0a0.dist-info → benchling_sdk-1.13.0a1.dist-info}/LICENSE +0 -0
- {benchling_sdk-1.13.0a0.dist-info → benchling_sdk-1.13.0a1.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",
|
@@ -189,6 +196,9 @@ __all__ = [
|
|
189
196
|
"AutomationOutputProcessorsPaginatedList",
|
190
197
|
"AutomationOutputProcessorsUnarchive",
|
191
198
|
"AutomationProgressStats",
|
199
|
+
"BackTranslate",
|
200
|
+
"BackTranslateGcContent",
|
201
|
+
"BackTranslateHairpinParameters",
|
192
202
|
"BadRequestError",
|
193
203
|
"BadRequestErrorBulk",
|
194
204
|
"BadRequestErrorBulkError",
|
@@ -302,6 +312,8 @@ __all__ = [
|
|
302
312
|
"ChipUiBlockCreate",
|
303
313
|
"ChipUiBlockType",
|
304
314
|
"ChipUiBlockUpdate",
|
315
|
+
"CodonUsageTable",
|
316
|
+
"CodonUsageTablesPaginatedList",
|
305
317
|
"ConflictError",
|
306
318
|
"ConflictErrorError",
|
307
319
|
"ConflictErrorErrorConflictsItem",
|
@@ -501,6 +513,8 @@ __all__ = [
|
|
501
513
|
"EntryUpdatedFieldsEventEventType",
|
502
514
|
"EntryUpdatedReviewRecordEvent",
|
503
515
|
"EntryUpdatedReviewRecordEventEventType",
|
516
|
+
"Enzyme",
|
517
|
+
"EnzymesPaginatedList",
|
504
518
|
"Event",
|
505
519
|
"EventBase",
|
506
520
|
"EventBaseSchema",
|
@@ -608,6 +622,7 @@ __all__ = [
|
|
608
622
|
"ListBatchesSort",
|
609
623
|
"ListBenchlingAppsSort",
|
610
624
|
"ListBoxesSort",
|
625
|
+
"ListCodonUsageTablesSort",
|
611
626
|
"ListContainersCheckoutStatus",
|
612
627
|
"ListContainersSort",
|
613
628
|
"ListCustomEntitiesSort",
|
@@ -616,6 +631,7 @@ __all__ = [
|
|
616
631
|
"ListDNASequencesSort",
|
617
632
|
"ListEntriesReviewStatus",
|
618
633
|
"ListEntriesSort",
|
634
|
+
"ListEnzymesSort",
|
619
635
|
"ListFeatureLibrariesSort",
|
620
636
|
"ListFeaturesMatchType",
|
621
637
|
"ListFoldersSection",
|
@@ -703,7 +719,6 @@ __all__ = [
|
|
703
719
|
"MonomersPaginatedList",
|
704
720
|
"MonomersUnarchive",
|
705
721
|
"MultipleContainersTransfer",
|
706
|
-
"MultipleContainersTransferSourceConcentration",
|
707
722
|
"MultipleContainersTransfersList",
|
708
723
|
"NamingStrategy",
|
709
724
|
"NotFoundError",
|
@@ -740,6 +755,9 @@ __all__ = [
|
|
740
755
|
"OligosBulkGet",
|
741
756
|
"OligosPaginatedList",
|
742
757
|
"OligosUnarchive",
|
758
|
+
"OptimizeCodons",
|
759
|
+
"OptimizeCodonsGcContent",
|
760
|
+
"OptimizeCodonsHairpinParameters",
|
743
761
|
"Organization",
|
744
762
|
"OrganizationSummary",
|
745
763
|
"OrganizationsPaginatedList",
|
@@ -775,6 +793,7 @@ __all__ = [
|
|
775
793
|
"ProjectsArchiveReason",
|
776
794
|
"ProjectsPaginatedList",
|
777
795
|
"ProjectsUnarchive",
|
796
|
+
"ReducedPattern",
|
778
797
|
"RegisterEntities",
|
779
798
|
"RegisteredEntitiesList",
|
780
799
|
"RegistrationOrigin",
|
@@ -1075,7 +1094,14 @@ if TYPE_CHECKING:
|
|
1075
1094
|
import benchling_api_client.v2.stable.models.aa_sequences_bulk_get
|
1076
1095
|
import benchling_api_client.v2.stable.models.aa_sequences_bulk_update_request
|
1077
1096
|
import benchling_api_client.v2.stable.models.aa_sequences_bulk_upsert_request
|
1097
|
+
import benchling_api_client.v2.stable.models.aa_sequences_find_matching_region
|
1098
|
+
import benchling_api_client.v2.stable.models.aa_sequences_match_bases
|
1099
|
+
import benchling_api_client.v2.stable.models.aa_sequences_match_bases_archive_reason
|
1100
|
+
import benchling_api_client.v2.stable.models.aa_sequences_match_bases_sort
|
1078
1101
|
import benchling_api_client.v2.stable.models.aa_sequences_paginated_list
|
1102
|
+
import benchling_api_client.v2.stable.models.aa_sequences_search_bases
|
1103
|
+
import benchling_api_client.v2.stable.models.aa_sequences_search_bases_archive_reason
|
1104
|
+
import benchling_api_client.v2.stable.models.aa_sequences_search_bases_sort
|
1079
1105
|
import benchling_api_client.v2.stable.models.aa_sequences_unarchive
|
1080
1106
|
import benchling_api_client.v2.stable.models.aig_generate_input_async_task
|
1081
1107
|
import benchling_api_client.v2.stable.models.aligned_nucleotide_sequence
|
@@ -1234,6 +1260,9 @@ if TYPE_CHECKING:
|
|
1234
1260
|
import benchling_api_client.v2.stable.models.automation_output_processors_paginated_list
|
1235
1261
|
import benchling_api_client.v2.stable.models.automation_output_processors_unarchive
|
1236
1262
|
import benchling_api_client.v2.stable.models.automation_progress_stats
|
1263
|
+
import benchling_api_client.v2.stable.models.back_translate
|
1264
|
+
import benchling_api_client.v2.stable.models.back_translate_gc_content
|
1265
|
+
import benchling_api_client.v2.stable.models.back_translate_hairpin_parameters
|
1237
1266
|
import benchling_api_client.v2.stable.models.bad_request_error
|
1238
1267
|
import benchling_api_client.v2.stable.models.bad_request_error_bulk
|
1239
1268
|
import benchling_api_client.v2.stable.models.bad_request_error_bulk_error
|
@@ -1347,6 +1376,8 @@ if TYPE_CHECKING:
|
|
1347
1376
|
import benchling_api_client.v2.stable.models.chip_ui_block_create
|
1348
1377
|
import benchling_api_client.v2.stable.models.chip_ui_block_type
|
1349
1378
|
import benchling_api_client.v2.stable.models.chip_ui_block_update
|
1379
|
+
import benchling_api_client.v2.stable.models.codon_usage_table
|
1380
|
+
import benchling_api_client.v2.stable.models.codon_usage_tables_paginated_list
|
1350
1381
|
import benchling_api_client.v2.stable.models.conflict_error
|
1351
1382
|
import benchling_api_client.v2.stable.models.conflict_error_error
|
1352
1383
|
import benchling_api_client.v2.stable.models.conflict_error_error_conflicts_item
|
@@ -1546,6 +1577,8 @@ if TYPE_CHECKING:
|
|
1546
1577
|
import benchling_api_client.v2.stable.models.entry_updated_fields_event_event_type
|
1547
1578
|
import benchling_api_client.v2.stable.models.entry_updated_review_record_event
|
1548
1579
|
import benchling_api_client.v2.stable.models.entry_updated_review_record_event_event_type
|
1580
|
+
import benchling_api_client.v2.stable.models.enzyme
|
1581
|
+
import benchling_api_client.v2.stable.models.enzymes_paginated_list
|
1549
1582
|
import benchling_api_client.v2.stable.models.event
|
1550
1583
|
import benchling_api_client.v2.stable.models.event_base
|
1551
1584
|
import benchling_api_client.v2.stable.models.event_base_schema
|
@@ -1653,6 +1686,7 @@ if TYPE_CHECKING:
|
|
1653
1686
|
import benchling_api_client.v2.stable.models.list_batches_sort
|
1654
1687
|
import benchling_api_client.v2.stable.models.list_benchling_apps_sort
|
1655
1688
|
import benchling_api_client.v2.stable.models.list_boxes_sort
|
1689
|
+
import benchling_api_client.v2.stable.models.list_codon_usage_tables_sort
|
1656
1690
|
import benchling_api_client.v2.stable.models.list_containers_checkout_status
|
1657
1691
|
import benchling_api_client.v2.stable.models.list_containers_sort
|
1658
1692
|
import benchling_api_client.v2.stable.models.list_custom_entities_sort
|
@@ -1661,6 +1695,7 @@ if TYPE_CHECKING:
|
|
1661
1695
|
import benchling_api_client.v2.stable.models.list_dna_sequences_sort
|
1662
1696
|
import benchling_api_client.v2.stable.models.list_entries_review_status
|
1663
1697
|
import benchling_api_client.v2.stable.models.list_entries_sort
|
1698
|
+
import benchling_api_client.v2.stable.models.list_enzymes_sort
|
1664
1699
|
import benchling_api_client.v2.stable.models.list_feature_libraries_sort
|
1665
1700
|
import benchling_api_client.v2.stable.models.list_features_match_type
|
1666
1701
|
import benchling_api_client.v2.stable.models.list_folders_section
|
@@ -1748,7 +1783,6 @@ if TYPE_CHECKING:
|
|
1748
1783
|
import benchling_api_client.v2.stable.models.monomers_paginated_list
|
1749
1784
|
import benchling_api_client.v2.stable.models.monomers_unarchive
|
1750
1785
|
import benchling_api_client.v2.stable.models.multiple_containers_transfer
|
1751
|
-
import benchling_api_client.v2.stable.models.multiple_containers_transfer_source_concentration
|
1752
1786
|
import benchling_api_client.v2.stable.models.multiple_containers_transfers_list
|
1753
1787
|
import benchling_api_client.v2.stable.models.naming_strategy
|
1754
1788
|
import benchling_api_client.v2.stable.models.not_found_error
|
@@ -1785,6 +1819,9 @@ if TYPE_CHECKING:
|
|
1785
1819
|
import benchling_api_client.v2.stable.models.oligos_bulk_get
|
1786
1820
|
import benchling_api_client.v2.stable.models.oligos_paginated_list
|
1787
1821
|
import benchling_api_client.v2.stable.models.oligos_unarchive
|
1822
|
+
import benchling_api_client.v2.stable.models.optimize_codons
|
1823
|
+
import benchling_api_client.v2.stable.models.optimize_codons_gc_content
|
1824
|
+
import benchling_api_client.v2.stable.models.optimize_codons_hairpin_parameters
|
1788
1825
|
import benchling_api_client.v2.stable.models.organization
|
1789
1826
|
import benchling_api_client.v2.stable.models.organization_summary
|
1790
1827
|
import benchling_api_client.v2.stable.models.organizations_paginated_list
|
@@ -1820,6 +1857,7 @@ if TYPE_CHECKING:
|
|
1820
1857
|
import benchling_api_client.v2.stable.models.projects_archive_reason
|
1821
1858
|
import benchling_api_client.v2.stable.models.projects_paginated_list
|
1822
1859
|
import benchling_api_client.v2.stable.models.projects_unarchive
|
1860
|
+
import benchling_api_client.v2.stable.models.reduced_pattern
|
1823
1861
|
import benchling_api_client.v2.stable.models.register_entities
|
1824
1862
|
import benchling_api_client.v2.stable.models.registered_entities_list
|
1825
1863
|
import benchling_api_client.v2.stable.models.registration_origin
|
@@ -2140,9 +2178,30 @@ if TYPE_CHECKING:
|
|
2140
2178
|
AaSequencesBulkUpsertRequest = (
|
2141
2179
|
benchling_api_client.v2.stable.models.aa_sequences_bulk_upsert_request.AaSequencesBulkUpsertRequest
|
2142
2180
|
)
|
2181
|
+
AaSequencesFindMatchingRegion = (
|
2182
|
+
benchling_api_client.v2.stable.models.aa_sequences_find_matching_region.AaSequencesFindMatchingRegion
|
2183
|
+
)
|
2184
|
+
AaSequencesMatchBases = (
|
2185
|
+
benchling_api_client.v2.stable.models.aa_sequences_match_bases.AaSequencesMatchBases
|
2186
|
+
)
|
2187
|
+
AaSequencesMatchBasesArchiveReason = (
|
2188
|
+
benchling_api_client.v2.stable.models.aa_sequences_match_bases_archive_reason.AaSequencesMatchBasesArchiveReason
|
2189
|
+
)
|
2190
|
+
AaSequencesMatchBasesSort = (
|
2191
|
+
benchling_api_client.v2.stable.models.aa_sequences_match_bases_sort.AaSequencesMatchBasesSort
|
2192
|
+
)
|
2143
2193
|
AaSequencesPaginatedList = (
|
2144
2194
|
benchling_api_client.v2.stable.models.aa_sequences_paginated_list.AaSequencesPaginatedList
|
2145
2195
|
)
|
2196
|
+
AaSequencesSearchBases = (
|
2197
|
+
benchling_api_client.v2.stable.models.aa_sequences_search_bases.AaSequencesSearchBases
|
2198
|
+
)
|
2199
|
+
AaSequencesSearchBasesArchiveReason = (
|
2200
|
+
benchling_api_client.v2.stable.models.aa_sequences_search_bases_archive_reason.AaSequencesSearchBasesArchiveReason
|
2201
|
+
)
|
2202
|
+
AaSequencesSearchBasesSort = (
|
2203
|
+
benchling_api_client.v2.stable.models.aa_sequences_search_bases_sort.AaSequencesSearchBasesSort
|
2204
|
+
)
|
2146
2205
|
AaSequencesUnarchive = benchling_api_client.v2.stable.models.aa_sequences_unarchive.AaSequencesUnarchive
|
2147
2206
|
AIGGenerateInputAsyncTask = (
|
2148
2207
|
benchling_api_client.v2.stable.models.aig_generate_input_async_task.AIGGenerateInputAsyncTask
|
@@ -2515,6 +2574,13 @@ if TYPE_CHECKING:
|
|
2515
2574
|
AutomationProgressStats = (
|
2516
2575
|
benchling_api_client.v2.stable.models.automation_progress_stats.AutomationProgressStats
|
2517
2576
|
)
|
2577
|
+
BackTranslate = benchling_api_client.v2.stable.models.back_translate.BackTranslate
|
2578
|
+
BackTranslateGcContent = (
|
2579
|
+
benchling_api_client.v2.stable.models.back_translate_gc_content.BackTranslateGcContent
|
2580
|
+
)
|
2581
|
+
BackTranslateHairpinParameters = (
|
2582
|
+
benchling_api_client.v2.stable.models.back_translate_hairpin_parameters.BackTranslateHairpinParameters
|
2583
|
+
)
|
2518
2584
|
BadRequestError = benchling_api_client.v2.stable.models.bad_request_error.BadRequestError
|
2519
2585
|
BadRequestErrorBulk = benchling_api_client.v2.stable.models.bad_request_error_bulk.BadRequestErrorBulk
|
2520
2586
|
BadRequestErrorBulkError = (
|
@@ -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 = (
|
@@ -3165,6 +3235,8 @@ if TYPE_CHECKING:
|
|
3165
3235
|
EntryUpdatedReviewRecordEventEventType = (
|
3166
3236
|
benchling_api_client.v2.stable.models.entry_updated_review_record_event_event_type.EntryUpdatedReviewRecordEventEventType
|
3167
3237
|
)
|
3238
|
+
Enzyme = benchling_api_client.v2.stable.models.enzyme.Enzyme
|
3239
|
+
EnzymesPaginatedList = benchling_api_client.v2.stable.models.enzymes_paginated_list.EnzymesPaginatedList
|
3168
3240
|
Event = benchling_api_client.v2.stable.models.event.Event
|
3169
3241
|
EventBase = benchling_api_client.v2.stable.models.event_base.EventBase
|
3170
3242
|
EventBaseSchema = benchling_api_client.v2.stable.models.event_base_schema.EventBaseSchema
|
@@ -3372,6 +3444,9 @@ if TYPE_CHECKING:
|
|
3372
3444
|
benchling_api_client.v2.stable.models.list_benchling_apps_sort.ListBenchlingAppsSort
|
3373
3445
|
)
|
3374
3446
|
ListBoxesSort = benchling_api_client.v2.stable.models.list_boxes_sort.ListBoxesSort
|
3447
|
+
ListCodonUsageTablesSort = (
|
3448
|
+
benchling_api_client.v2.stable.models.list_codon_usage_tables_sort.ListCodonUsageTablesSort
|
3449
|
+
)
|
3375
3450
|
ListContainersCheckoutStatus = (
|
3376
3451
|
benchling_api_client.v2.stable.models.list_containers_checkout_status.ListContainersCheckoutStatus
|
3377
3452
|
)
|
@@ -3388,6 +3463,7 @@ if TYPE_CHECKING:
|
|
3388
3463
|
benchling_api_client.v2.stable.models.list_entries_review_status.ListEntriesReviewStatus
|
3389
3464
|
)
|
3390
3465
|
ListEntriesSort = benchling_api_client.v2.stable.models.list_entries_sort.ListEntriesSort
|
3466
|
+
ListEnzymesSort = benchling_api_client.v2.stable.models.list_enzymes_sort.ListEnzymesSort
|
3391
3467
|
ListFeatureLibrariesSort = (
|
3392
3468
|
benchling_api_client.v2.stable.models.list_feature_libraries_sort.ListFeatureLibrariesSort
|
3393
3469
|
)
|
@@ -3549,9 +3625,6 @@ if TYPE_CHECKING:
|
|
3549
3625
|
MultipleContainersTransfer = (
|
3550
3626
|
benchling_api_client.v2.stable.models.multiple_containers_transfer.MultipleContainersTransfer
|
3551
3627
|
)
|
3552
|
-
MultipleContainersTransferSourceConcentration = (
|
3553
|
-
benchling_api_client.v2.stable.models.multiple_containers_transfer_source_concentration.MultipleContainersTransferSourceConcentration
|
3554
|
-
)
|
3555
3628
|
MultipleContainersTransfersList = (
|
3556
3629
|
benchling_api_client.v2.stable.models.multiple_containers_transfers_list.MultipleContainersTransfersList
|
3557
3630
|
)
|
@@ -3628,6 +3701,13 @@ if TYPE_CHECKING:
|
|
3628
3701
|
OligosBulkGet = benchling_api_client.v2.stable.models.oligos_bulk_get.OligosBulkGet
|
3629
3702
|
OligosPaginatedList = benchling_api_client.v2.stable.models.oligos_paginated_list.OligosPaginatedList
|
3630
3703
|
OligosUnarchive = benchling_api_client.v2.stable.models.oligos_unarchive.OligosUnarchive
|
3704
|
+
OptimizeCodons = benchling_api_client.v2.stable.models.optimize_codons.OptimizeCodons
|
3705
|
+
OptimizeCodonsGcContent = (
|
3706
|
+
benchling_api_client.v2.stable.models.optimize_codons_gc_content.OptimizeCodonsGcContent
|
3707
|
+
)
|
3708
|
+
OptimizeCodonsHairpinParameters = (
|
3709
|
+
benchling_api_client.v2.stable.models.optimize_codons_hairpin_parameters.OptimizeCodonsHairpinParameters
|
3710
|
+
)
|
3631
3711
|
Organization = benchling_api_client.v2.stable.models.organization.Organization
|
3632
3712
|
OrganizationSummary = benchling_api_client.v2.stable.models.organization_summary.OrganizationSummary
|
3633
3713
|
OrganizationsPaginatedList = (
|
@@ -3681,6 +3761,7 @@ if TYPE_CHECKING:
|
|
3681
3761
|
benchling_api_client.v2.stable.models.projects_paginated_list.ProjectsPaginatedList
|
3682
3762
|
)
|
3683
3763
|
ProjectsUnarchive = benchling_api_client.v2.stable.models.projects_unarchive.ProjectsUnarchive
|
3764
|
+
ReducedPattern = benchling_api_client.v2.stable.models.reduced_pattern.ReducedPattern
|
3684
3765
|
RegisterEntities = benchling_api_client.v2.stable.models.register_entities.RegisterEntities
|
3685
3766
|
RegisteredEntitiesList = (
|
3686
3767
|
benchling_api_client.v2.stable.models.registered_entities_list.RegisteredEntitiesList
|
@@ -4311,7 +4392,14 @@ else:
|
|
4311
4392
|
"AaSequencesBulkGet": "benchling_api_client.v2.stable.models.aa_sequences_bulk_get",
|
4312
4393
|
"AaSequencesBulkUpdateRequest": "benchling_api_client.v2.stable.models.aa_sequences_bulk_update_request",
|
4313
4394
|
"AaSequencesBulkUpsertRequest": "benchling_api_client.v2.stable.models.aa_sequences_bulk_upsert_request",
|
4395
|
+
"AaSequencesFindMatchingRegion": "benchling_api_client.v2.stable.models.aa_sequences_find_matching_region",
|
4396
|
+
"AaSequencesMatchBases": "benchling_api_client.v2.stable.models.aa_sequences_match_bases",
|
4397
|
+
"AaSequencesMatchBasesArchiveReason": "benchling_api_client.v2.stable.models.aa_sequences_match_bases_archive_reason",
|
4398
|
+
"AaSequencesMatchBasesSort": "benchling_api_client.v2.stable.models.aa_sequences_match_bases_sort",
|
4314
4399
|
"AaSequencesPaginatedList": "benchling_api_client.v2.stable.models.aa_sequences_paginated_list",
|
4400
|
+
"AaSequencesSearchBases": "benchling_api_client.v2.stable.models.aa_sequences_search_bases",
|
4401
|
+
"AaSequencesSearchBasesArchiveReason": "benchling_api_client.v2.stable.models.aa_sequences_search_bases_archive_reason",
|
4402
|
+
"AaSequencesSearchBasesSort": "benchling_api_client.v2.stable.models.aa_sequences_search_bases_sort",
|
4315
4403
|
"AaSequencesUnarchive": "benchling_api_client.v2.stable.models.aa_sequences_unarchive",
|
4316
4404
|
"AIGGenerateInputAsyncTask": "benchling_api_client.v2.stable.models.aig_generate_input_async_task",
|
4317
4405
|
"AlignedNucleotideSequence": "benchling_api_client.v2.stable.models.aligned_nucleotide_sequence",
|
@@ -4470,6 +4558,9 @@ else:
|
|
4470
4558
|
"AutomationOutputProcessorsPaginatedList": "benchling_api_client.v2.stable.models.automation_output_processors_paginated_list",
|
4471
4559
|
"AutomationOutputProcessorsUnarchive": "benchling_api_client.v2.stable.models.automation_output_processors_unarchive",
|
4472
4560
|
"AutomationProgressStats": "benchling_api_client.v2.stable.models.automation_progress_stats",
|
4561
|
+
"BackTranslate": "benchling_api_client.v2.stable.models.back_translate",
|
4562
|
+
"BackTranslateGcContent": "benchling_api_client.v2.stable.models.back_translate_gc_content",
|
4563
|
+
"BackTranslateHairpinParameters": "benchling_api_client.v2.stable.models.back_translate_hairpin_parameters",
|
4473
4564
|
"BadRequestError": "benchling_api_client.v2.stable.models.bad_request_error",
|
4474
4565
|
"BadRequestErrorBulk": "benchling_api_client.v2.stable.models.bad_request_error_bulk",
|
4475
4566
|
"BadRequestErrorBulkError": "benchling_api_client.v2.stable.models.bad_request_error_bulk_error",
|
@@ -4583,6 +4674,8 @@ else:
|
|
4583
4674
|
"ChipUiBlockCreate": "benchling_api_client.v2.stable.models.chip_ui_block_create",
|
4584
4675
|
"ChipUiBlockType": "benchling_api_client.v2.stable.models.chip_ui_block_type",
|
4585
4676
|
"ChipUiBlockUpdate": "benchling_api_client.v2.stable.models.chip_ui_block_update",
|
4677
|
+
"CodonUsageTable": "benchling_api_client.v2.stable.models.codon_usage_table",
|
4678
|
+
"CodonUsageTablesPaginatedList": "benchling_api_client.v2.stable.models.codon_usage_tables_paginated_list",
|
4586
4679
|
"ConflictError": "benchling_api_client.v2.stable.models.conflict_error",
|
4587
4680
|
"ConflictErrorError": "benchling_api_client.v2.stable.models.conflict_error_error",
|
4588
4681
|
"ConflictErrorErrorConflictsItem": "benchling_api_client.v2.stable.models.conflict_error_error_conflicts_item",
|
@@ -4782,6 +4875,8 @@ else:
|
|
4782
4875
|
"EntryUpdatedFieldsEventEventType": "benchling_api_client.v2.stable.models.entry_updated_fields_event_event_type",
|
4783
4876
|
"EntryUpdatedReviewRecordEvent": "benchling_api_client.v2.stable.models.entry_updated_review_record_event",
|
4784
4877
|
"EntryUpdatedReviewRecordEventEventType": "benchling_api_client.v2.stable.models.entry_updated_review_record_event_event_type",
|
4878
|
+
"Enzyme": "benchling_api_client.v2.stable.models.enzyme",
|
4879
|
+
"EnzymesPaginatedList": "benchling_api_client.v2.stable.models.enzymes_paginated_list",
|
4785
4880
|
"Event": "benchling_api_client.v2.stable.models.event",
|
4786
4881
|
"EventBase": "benchling_api_client.v2.stable.models.event_base",
|
4787
4882
|
"EventBaseSchema": "benchling_api_client.v2.stable.models.event_base_schema",
|
@@ -4889,6 +4984,7 @@ else:
|
|
4889
4984
|
"ListBatchesSort": "benchling_api_client.v2.stable.models.list_batches_sort",
|
4890
4985
|
"ListBenchlingAppsSort": "benchling_api_client.v2.stable.models.list_benchling_apps_sort",
|
4891
4986
|
"ListBoxesSort": "benchling_api_client.v2.stable.models.list_boxes_sort",
|
4987
|
+
"ListCodonUsageTablesSort": "benchling_api_client.v2.stable.models.list_codon_usage_tables_sort",
|
4892
4988
|
"ListContainersCheckoutStatus": "benchling_api_client.v2.stable.models.list_containers_checkout_status",
|
4893
4989
|
"ListContainersSort": "benchling_api_client.v2.stable.models.list_containers_sort",
|
4894
4990
|
"ListCustomEntitiesSort": "benchling_api_client.v2.stable.models.list_custom_entities_sort",
|
@@ -4897,6 +4993,7 @@ else:
|
|
4897
4993
|
"ListDNASequencesSort": "benchling_api_client.v2.stable.models.list_dna_sequences_sort",
|
4898
4994
|
"ListEntriesReviewStatus": "benchling_api_client.v2.stable.models.list_entries_review_status",
|
4899
4995
|
"ListEntriesSort": "benchling_api_client.v2.stable.models.list_entries_sort",
|
4996
|
+
"ListEnzymesSort": "benchling_api_client.v2.stable.models.list_enzymes_sort",
|
4900
4997
|
"ListFeatureLibrariesSort": "benchling_api_client.v2.stable.models.list_feature_libraries_sort",
|
4901
4998
|
"ListFeaturesMatchType": "benchling_api_client.v2.stable.models.list_features_match_type",
|
4902
4999
|
"ListFoldersSection": "benchling_api_client.v2.stable.models.list_folders_section",
|
@@ -4984,7 +5081,6 @@ else:
|
|
4984
5081
|
"MonomersPaginatedList": "benchling_api_client.v2.stable.models.monomers_paginated_list",
|
4985
5082
|
"MonomersUnarchive": "benchling_api_client.v2.stable.models.monomers_unarchive",
|
4986
5083
|
"MultipleContainersTransfer": "benchling_api_client.v2.stable.models.multiple_containers_transfer",
|
4987
|
-
"MultipleContainersTransferSourceConcentration": "benchling_api_client.v2.stable.models.multiple_containers_transfer_source_concentration",
|
4988
5084
|
"MultipleContainersTransfersList": "benchling_api_client.v2.stable.models.multiple_containers_transfers_list",
|
4989
5085
|
"NamingStrategy": "benchling_api_client.v2.stable.models.naming_strategy",
|
4990
5086
|
"NotFoundError": "benchling_api_client.v2.stable.models.not_found_error",
|
@@ -5021,6 +5117,9 @@ else:
|
|
5021
5117
|
"OligosBulkGet": "benchling_api_client.v2.stable.models.oligos_bulk_get",
|
5022
5118
|
"OligosPaginatedList": "benchling_api_client.v2.stable.models.oligos_paginated_list",
|
5023
5119
|
"OligosUnarchive": "benchling_api_client.v2.stable.models.oligos_unarchive",
|
5120
|
+
"OptimizeCodons": "benchling_api_client.v2.stable.models.optimize_codons",
|
5121
|
+
"OptimizeCodonsGcContent": "benchling_api_client.v2.stable.models.optimize_codons_gc_content",
|
5122
|
+
"OptimizeCodonsHairpinParameters": "benchling_api_client.v2.stable.models.optimize_codons_hairpin_parameters",
|
5024
5123
|
"Organization": "benchling_api_client.v2.stable.models.organization",
|
5025
5124
|
"OrganizationSummary": "benchling_api_client.v2.stable.models.organization_summary",
|
5026
5125
|
"OrganizationsPaginatedList": "benchling_api_client.v2.stable.models.organizations_paginated_list",
|
@@ -5056,6 +5155,7 @@ else:
|
|
5056
5155
|
"ProjectsArchiveReason": "benchling_api_client.v2.stable.models.projects_archive_reason",
|
5057
5156
|
"ProjectsPaginatedList": "benchling_api_client.v2.stable.models.projects_paginated_list",
|
5058
5157
|
"ProjectsUnarchive": "benchling_api_client.v2.stable.models.projects_unarchive",
|
5158
|
+
"ReducedPattern": "benchling_api_client.v2.stable.models.reduced_pattern",
|
5059
5159
|
"RegisterEntities": "benchling_api_client.v2.stable.models.register_entities",
|
5060
5160
|
"RegisteredEntitiesList": "benchling_api_client.v2.stable.models.registered_entities_list",
|
5061
5161
|
"RegistrationOrigin": "benchling_api_client.v2.stable.models.registration_origin",
|
@@ -9,53 +9,90 @@ import sys
|
|
9
9
|
from typing import TYPE_CHECKING
|
10
10
|
|
11
11
|
__all__ = [
|
12
|
-
"
|
12
|
+
"AppActivateRequestedWebhookV2",
|
13
|
+
"AppActivateRequestedWebhookV2Type",
|
14
|
+
"AppDeactivatedWebhookV2",
|
15
|
+
"AppDeactivatedWebhookV2Type",
|
13
16
|
"CanvasInitializeWebhookV0",
|
14
17
|
"CanvasInitializeWebhookV0Type",
|
18
|
+
"CanvasInitializeWebhookV2",
|
19
|
+
"CanvasInitializeWebhookV2Type",
|
15
20
|
"CanvasInteractionWebhookV0",
|
16
21
|
"CanvasInteractionWebhookV0Type",
|
22
|
+
"CanvasInteractionWebhookV2",
|
23
|
+
"CanvasInteractionWebhookV2Type",
|
17
24
|
"LifecycleActivateWebhookV0",
|
18
25
|
"LifecycleActivateWebhookV0Type",
|
19
26
|
"LifecycleDeactivateWebhookV0",
|
20
27
|
"LifecycleDeactivateWebhookV0Type",
|
28
|
+
"MessageBaseV0",
|
21
29
|
"WebhookEnvelopeV0",
|
22
30
|
"WebhookEnvelopeV0App",
|
23
31
|
"WebhookEnvelopeV0AppDefinition",
|
24
|
-
"WebhookEnvelopeV0Channel",
|
25
32
|
"WebhookEnvelopeV0Version",
|
26
33
|
"WebhookMessageV0",
|
27
34
|
]
|
28
35
|
|
29
36
|
if TYPE_CHECKING:
|
30
|
-
import benchling_api_client.webhooks.v0.stable.models.
|
37
|
+
import benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2
|
38
|
+
import benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type
|
39
|
+
import benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2
|
40
|
+
import benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type
|
31
41
|
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0
|
32
42
|
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type
|
43
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2
|
44
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2_type
|
33
45
|
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0
|
34
46
|
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type
|
47
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2
|
48
|
+
import benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type
|
35
49
|
import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0
|
36
50
|
import benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_type
|
37
51
|
import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0
|
38
52
|
import benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type
|
53
|
+
import benchling_api_client.webhooks.v0.stable.models.message_base_v0
|
39
54
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0
|
40
55
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app
|
41
56
|
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
57
|
import benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version
|
44
58
|
import benchling_api_client.webhooks.v0.stable.models.webhook_message_v0
|
45
59
|
|
46
|
-
|
60
|
+
AppActivateRequestedWebhookV2 = (
|
61
|
+
benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2.AppActivateRequestedWebhookV2
|
62
|
+
)
|
63
|
+
AppActivateRequestedWebhookV2Type = (
|
64
|
+
benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type.AppActivateRequestedWebhookV2Type
|
65
|
+
)
|
66
|
+
AppDeactivatedWebhookV2 = (
|
67
|
+
benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2.AppDeactivatedWebhookV2
|
68
|
+
)
|
69
|
+
AppDeactivatedWebhookV2Type = (
|
70
|
+
benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type.AppDeactivatedWebhookV2Type
|
71
|
+
)
|
47
72
|
CanvasInitializeWebhookV0 = (
|
48
73
|
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0.CanvasInitializeWebhookV0
|
49
74
|
)
|
50
75
|
CanvasInitializeWebhookV0Type = (
|
51
76
|
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type.CanvasInitializeWebhookV0Type
|
52
77
|
)
|
78
|
+
CanvasInitializeWebhookV2 = (
|
79
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2.CanvasInitializeWebhookV2
|
80
|
+
)
|
81
|
+
CanvasInitializeWebhookV2Type = (
|
82
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2_type.CanvasInitializeWebhookV2Type
|
83
|
+
)
|
53
84
|
CanvasInteractionWebhookV0 = (
|
54
85
|
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0.CanvasInteractionWebhookV0
|
55
86
|
)
|
56
87
|
CanvasInteractionWebhookV0Type = (
|
57
88
|
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type.CanvasInteractionWebhookV0Type
|
58
89
|
)
|
90
|
+
CanvasInteractionWebhookV2 = (
|
91
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2.CanvasInteractionWebhookV2
|
92
|
+
)
|
93
|
+
CanvasInteractionWebhookV2Type = (
|
94
|
+
benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type.CanvasInteractionWebhookV2Type
|
95
|
+
)
|
59
96
|
LifecycleActivateWebhookV0 = (
|
60
97
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0.LifecycleActivateWebhookV0
|
61
98
|
)
|
@@ -68,6 +105,7 @@ if TYPE_CHECKING:
|
|
68
105
|
LifecycleDeactivateWebhookV0Type = (
|
69
106
|
benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type.LifecycleDeactivateWebhookV0Type
|
70
107
|
)
|
108
|
+
MessageBaseV0 = benchling_api_client.webhooks.v0.stable.models.message_base_v0.MessageBaseV0
|
71
109
|
WebhookEnvelopeV0 = benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0.WebhookEnvelopeV0
|
72
110
|
WebhookEnvelopeV0App = (
|
73
111
|
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app.WebhookEnvelopeV0App
|
@@ -75,9 +113,6 @@ if TYPE_CHECKING:
|
|
75
113
|
WebhookEnvelopeV0AppDefinition = (
|
76
114
|
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app_definition.WebhookEnvelopeV0AppDefinition
|
77
115
|
)
|
78
|
-
WebhookEnvelopeV0Channel = (
|
79
|
-
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_channel.WebhookEnvelopeV0Channel
|
80
|
-
)
|
81
116
|
WebhookEnvelopeV0Version = (
|
82
117
|
benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version.WebhookEnvelopeV0Version
|
83
118
|
)
|
@@ -85,19 +120,26 @@ if TYPE_CHECKING:
|
|
85
120
|
|
86
121
|
else:
|
87
122
|
model_to_module_mapping = {
|
88
|
-
"
|
123
|
+
"AppActivateRequestedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2",
|
124
|
+
"AppActivateRequestedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.app_activate_requested_webhook_v2_type",
|
125
|
+
"AppDeactivatedWebhookV2": "benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2",
|
126
|
+
"AppDeactivatedWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.app_deactivated_webhook_v2_type",
|
89
127
|
"CanvasInitializeWebhookV0": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0",
|
90
128
|
"CanvasInitializeWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v0_type",
|
129
|
+
"CanvasInitializeWebhookV2": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2",
|
130
|
+
"CanvasInitializeWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.canvas_initialize_webhook_v2_type",
|
91
131
|
"CanvasInteractionWebhookV0": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0",
|
92
132
|
"CanvasInteractionWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v0_type",
|
133
|
+
"CanvasInteractionWebhookV2": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2",
|
134
|
+
"CanvasInteractionWebhookV2Type": "benchling_api_client.webhooks.v0.stable.models.canvas_interaction_webhook_v2_type",
|
93
135
|
"LifecycleActivateWebhookV0": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0",
|
94
136
|
"LifecycleActivateWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.lifecycle_activate_webhook_v0_type",
|
95
137
|
"LifecycleDeactivateWebhookV0": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0",
|
96
138
|
"LifecycleDeactivateWebhookV0Type": "benchling_api_client.webhooks.v0.stable.models.lifecycle_deactivate_webhook_v0_type",
|
139
|
+
"MessageBaseV0": "benchling_api_client.webhooks.v0.stable.models.message_base_v0",
|
97
140
|
"WebhookEnvelopeV0": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0",
|
98
141
|
"WebhookEnvelopeV0App": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_app",
|
99
142
|
"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
143
|
"WebhookEnvelopeV0Version": "benchling_api_client.webhooks.v0.stable.models.webhook_envelope_v0_version",
|
102
144
|
"WebhookMessageV0": "benchling_api_client.webhooks.v0.stable.models.webhook_message_v0",
|
103
145
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: benchling-sdk
|
3
|
-
Version: 1.13.
|
3
|
+
Version: 1.13.0a1
|
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.302)
|
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=KwJzBoEQ9XdYb9ruYRhS1tR3DetDimXkOfNMq2zm3f4,351530
|
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=fapR6_IeCW11ITYy1ScOFufqgu0EWq3jHD-Dr4rCIHE,9700
|
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
|
@@ -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.0a1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
115
|
+
benchling_sdk-1.13.0a1.dist-info/METADATA,sha256=EVq5yV_BBQ4QRahzuF9KhzibTR1U9iCgUGQ_ZzVXIno,2118
|
116
|
+
benchling_sdk-1.13.0a1.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
117
|
+
benchling_sdk-1.13.0a1.dist-info/RECORD,,
|
File without changes
|
File without changes
|