benchling-api-client 2.0.411__py3-none-any.whl → 2.0.412__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.
Files changed (49) hide show
  1. benchling_api_client/models/aa_sequence.py +32 -0
  2. benchling_api_client/models/aa_sequence_with_entity_type.py +32 -0
  3. benchling_api_client/models/benchling_app.py +4 -4
  4. benchling_api_client/models/box_schema.py +41 -0
  5. benchling_api_client/models/custom_entity.py +32 -0
  6. benchling_api_client/models/custom_entity_with_entity_type.py +32 -0
  7. benchling_api_client/models/dna_sequence.py +68 -0
  8. benchling_api_client/models/dna_sequence_with_entity_type.py +68 -0
  9. benchling_api_client/models/entry_schema_detailed.py +41 -0
  10. benchling_api_client/models/location_schema.py +41 -0
  11. benchling_api_client/models/monomer.py +32 -0
  12. benchling_api_client/models/plate_schema.py +41 -0
  13. benchling_api_client/models/request_response_samples_item_entity.py +68 -0
  14. benchling_api_client/models/rna_sequence.py +68 -0
  15. benchling_api_client/models/workflow_output.py +40 -0
  16. benchling_api_client/models/workflow_task.py +87 -0
  17. benchling_api_client/models/workflow_task_base.py +40 -0
  18. benchling_api_client/models/workflow_task_group.py +87 -0
  19. benchling_api_client/models/workflow_task_group_base.py +40 -0
  20. benchling_api_client/models/workflow_task_schema.py +41 -0
  21. benchling_api_client/v2/beta/models/aa_sequence.py +32 -0
  22. benchling_api_client/v2/beta/models/custom_entity.py +32 -0
  23. benchling_api_client/v2/beta/models/dna_sequence.py +68 -0
  24. benchling_api_client/v2/beta/openapi.yaml +14 -0
  25. benchling_api_client/v2/stable/models/aa_sequence.py +32 -0
  26. benchling_api_client/v2/stable/models/aa_sequence_with_entity_type.py +32 -0
  27. benchling_api_client/v2/stable/models/benchling_app.py +4 -4
  28. benchling_api_client/v2/stable/models/box_schema.py +41 -0
  29. benchling_api_client/v2/stable/models/custom_entity.py +32 -0
  30. benchling_api_client/v2/stable/models/custom_entity_with_entity_type.py +32 -0
  31. benchling_api_client/v2/stable/models/dna_sequence.py +68 -0
  32. benchling_api_client/v2/stable/models/dna_sequence_with_entity_type.py +68 -0
  33. benchling_api_client/v2/stable/models/entry_schema_detailed.py +41 -0
  34. benchling_api_client/v2/stable/models/location_schema.py +41 -0
  35. benchling_api_client/v2/stable/models/monomer.py +32 -0
  36. benchling_api_client/v2/stable/models/plate_schema.py +41 -0
  37. benchling_api_client/v2/stable/models/request_response_samples_item_entity.py +68 -0
  38. benchling_api_client/v2/stable/models/rna_sequence.py +68 -0
  39. benchling_api_client/v2/stable/models/workflow_output.py +40 -0
  40. benchling_api_client/v2/stable/models/workflow_task.py +87 -0
  41. benchling_api_client/v2/stable/models/workflow_task_base.py +40 -0
  42. benchling_api_client/v2/stable/models/workflow_task_group.py +87 -0
  43. benchling_api_client/v2/stable/models/workflow_task_group_base.py +40 -0
  44. benchling_api_client/v2/stable/models/workflow_task_schema.py +41 -0
  45. benchling_api_client/v2/stable/openapi.yaml +78 -2
  46. {benchling_api_client-2.0.411.dist-info → benchling_api_client-2.0.412.dist-info}/METADATA +1 -1
  47. {benchling_api_client-2.0.411.dist-info → benchling_api_client-2.0.412.dist-info}/RECORD +49 -49
  48. {benchling_api_client-2.0.411.dist-info → benchling_api_client-2.0.412.dist-info}/LICENSE +0 -0
  49. {benchling_api_client-2.0.411.dist-info → benchling_api_client-2.0.412.dist-info}/WHEEL +0 -0
@@ -21036,6 +21036,9 @@ components:
21036
21036
  allOf:
21037
21037
  - $ref: '#/components/schemas/SchemaSummary'
21038
21038
  nullable: true
21039
+ url:
21040
+ description: The path of the web URL, omitting the tenant domain
21041
+ type: string
21039
21042
  webURL:
21040
21043
  description: URL of the protein.
21041
21044
  example: https://benchling.com/benchling/f/lib_55UxcIps-registry/prtn_7nMBOMm0-kedchain11/edit"
@@ -23952,7 +23955,7 @@ components:
23952
23955
  - $ref: '#/components/schemas/BenchlingAppUpdate'
23953
23956
  - additionalProperties: false
23954
23957
  properties:
23955
- apiUrl:
23958
+ apiURL:
23956
23959
  example: https://benchling.com/api/v2/apps/app_e59sjL23Pqn30xHg
23957
23960
  format: uri
23958
23961
  readOnly: true
@@ -23985,7 +23988,7 @@ components:
23985
23988
  format: date-time
23986
23989
  readOnly: true
23987
23990
  type: string
23988
- webUrl:
23991
+ webURL:
23989
23992
  example: https://benchling.com/developer/apps/app_e59sjL23Pqn30xHg
23990
23993
  format: uri
23991
23994
  readOnly: true
@@ -24382,6 +24385,11 @@ components:
24382
24385
  type: object
24383
24386
  height:
24384
24387
  type: number
24388
+ modifiedAt:
24389
+ description: DateTime the Box Schema was last modified
24390
+ example: '2017-04-18T05:55:48.685345+00:00'
24391
+ format: date-time
24392
+ type: string
24385
24393
  type:
24386
24394
  enum:
24387
24395
  - box
@@ -25725,6 +25733,9 @@ components:
25725
25733
  id: ts_EM122lfJ
25726
25734
  name: Strain
25727
25735
  nullable: true
25736
+ url:
25737
+ description: The path of the web URL, omitting the tenant domain
25738
+ type: string
25728
25739
  webURL:
25729
25740
  example: https://benchling.com/benchling/f/R8KcsjhW-academic-registry/bfi-xCUXNVyG-sbn000/edit
25730
25741
  readOnly: true
@@ -26582,6 +26593,11 @@ components:
26582
26593
  $ref: '#/components/schemas/UserSummary'
26583
26594
  customFields:
26584
26595
  $ref: '#/components/schemas/CustomFields'
26596
+ dnaAlignmentIds:
26597
+ description: API IDs of Nucleotide Alignments involving the RNA sequence
26598
+ items:
26599
+ type: string
26600
+ type: array
26585
26601
  entityRegistryId:
26586
26602
  nullable: true
26587
26603
  type: string
@@ -26630,6 +26646,9 @@ components:
26630
26646
  items:
26631
26647
  $ref: '#/components/schemas/Translation'
26632
26648
  type: array
26649
+ url:
26650
+ description: The path of the web URL, omitting the tenant domain
26651
+ type: string
26633
26652
  webURL:
26634
26653
  readOnly: true
26635
26654
  type: string
@@ -27749,6 +27768,11 @@ components:
27749
27768
  allOf:
27750
27769
  - $ref: '#/components/schemas/RegistrySchema'
27751
27770
  - properties:
27771
+ modifiedAt:
27772
+ description: DateTime the Entry Schema was last modified
27773
+ example: '2017-04-18T05:55:48.685345+00:00'
27774
+ format: date-time
27775
+ type: string
27752
27776
  type:
27753
27777
  enum:
27754
27778
  - entry
@@ -29662,6 +29686,11 @@ components:
29662
29686
  allOf:
29663
29687
  - $ref: '#/components/schemas/RegistrySchema'
29664
29688
  - properties:
29689
+ modifiedAt:
29690
+ description: DateTime the Location Schema was last modified
29691
+ example: '2017-04-18T05:55:48.685345+00:00'
29692
+ format: date-time
29693
+ type: string
29665
29694
  type:
29666
29695
  enum:
29667
29696
  - location
@@ -30549,6 +30578,11 @@ components:
30549
30578
  example: 119.422
30550
30579
  nullable: true
30551
30580
  type: number
30581
+ exactMolecularWeight:
30582
+ description: The exact molecular weight of the monomer as calculated by
30583
+ RDKit based on the monomer chemical structure
30584
+ example: 119.422
30585
+ type: number
30552
30586
  id:
30553
30587
  description: ID of the monomer
30554
30588
  example: mon_bhuDUw9D
@@ -31545,6 +31579,11 @@ components:
31545
31579
  type: object
31546
31580
  height:
31547
31581
  type: number
31582
+ modifiedAt:
31583
+ description: DateTime the Plate Schema was last modified
31584
+ example: '2017-04-18T05:55:48.685345+00:00'
31585
+ format: date-time
31586
+ type: string
31548
31587
  plateType:
31549
31588
  type: string
31550
31589
  type:
@@ -32761,6 +32800,11 @@ components:
32761
32800
  items:
32762
32801
  type: string
32763
32802
  type: array
32803
+ alignmentIds:
32804
+ description: API IDs of Nucleotide Alignments involving the RNA sequence
32805
+ items:
32806
+ type: string
32807
+ type: array
32764
32808
  annotations:
32765
32809
  items:
32766
32810
  $ref: '#/components/schemas/RnaAnnotation'
@@ -32850,6 +32894,9 @@ components:
32850
32894
  items:
32851
32895
  $ref: '#/components/schemas/Translation'
32852
32896
  type: array
32897
+ url:
32898
+ description: The path of the web URL, omitting the tenant domain
32899
+ type: string
32853
32900
  webURL:
32854
32901
  readOnly: true
32855
32902
  type: string
@@ -34558,6 +34605,10 @@ components:
34558
34605
  allOf:
34559
34606
  - $ref: '#/components/schemas/WorkflowOutputSummary'
34560
34607
  - properties:
34608
+ archiveRecord:
34609
+ allOf:
34610
+ - $ref: '#/components/schemas/ArchiveRecord'
34611
+ nullable: true
34561
34612
  createdAt:
34562
34613
  description: The ISO formatted date and time that the task was created
34563
34614
  example: '2020-08-01T00:00:00.000Z'
@@ -34967,6 +35018,11 @@ components:
34967
35018
  items:
34968
35019
  $ref: '#/components/schemas/WorkflowTaskSummary'
34969
35020
  type: array
35021
+ workflowOutputs:
35022
+ description: The outputs of the workflow task group
35023
+ items:
35024
+ $ref: '#/components/schemas/WorkflowOutputSummary'
35025
+ type: array
34970
35026
  WorkflowTaskArchiveReason:
34971
35027
  description: 'The reason for archiving the provided workflow tasks. Accepted
34972
35028
  reasons may differ based on tenant configuration.
@@ -34981,6 +35037,11 @@ components:
34981
35037
  allOf:
34982
35038
  - $ref: '#/components/schemas/WorkflowTaskSummary'
34983
35039
  - properties:
35040
+ archiveRecord:
35041
+ allOf:
35042
+ - $ref: '#/components/schemas/ArchiveRecord'
35043
+ nullable: true
35044
+ readOnly: true
34984
35045
  assignee:
34985
35046
  allOf:
34986
35047
  - $ref: '#/components/schemas/UserSummary'
@@ -35120,6 +35181,11 @@ components:
35120
35181
  description: The task group associated with the root node of the flowchart
35121
35182
  that this task group is a part of. This will be null if the task group
35122
35183
  is not part of a flowchart.
35184
+ workflowOutputs:
35185
+ description: The outputs of the workflow task group
35186
+ items:
35187
+ $ref: '#/components/schemas/WorkflowOutputSummary'
35188
+ type: array
35123
35189
  WorkflowTaskGroupArchiveReason:
35124
35190
  description: 'The reason for archiving the provided workflow task groups. Accepted
35125
35191
  reasons may differ based on tenant configuration.
@@ -35134,6 +35200,11 @@ components:
35134
35200
  allOf:
35135
35201
  - $ref: '#/components/schemas/WorkflowTaskGroupSummary'
35136
35202
  - properties:
35203
+ archiveRecord:
35204
+ allOf:
35205
+ - $ref: '#/components/schemas/ArchiveRecord'
35206
+ nullable: true
35207
+ readOnly: true
35137
35208
  createdAt:
35138
35209
  description: The ISO formatted date and time that the task group was created
35139
35210
  example: '2020-08-01T00:00:00.000Z'
@@ -35335,6 +35406,11 @@ components:
35335
35406
  flowchartConfig:
35336
35407
  allOf:
35337
35408
  - $ref: '#/components/schemas/WorkflowFlowchartConfigSummary'
35409
+ modifiedAt:
35410
+ description: DateTime the Oligo was last modified.
35411
+ format: date-time
35412
+ readOnly: true
35413
+ type: string
35338
35414
  WorkflowTaskSchemaBase:
35339
35415
  allOf:
35340
35416
  - $ref: '#/components/schemas/Schema'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: benchling-api-client
3
- Version: 2.0.411
3
+ Version: 2.0.412
4
4
  Summary: Autogenerated Python client from OpenAPI Python Client generator
5
5
  License: Apache-2.0
6
6
  Author: Benchling Support
@@ -471,7 +471,7 @@ benchling_api_client/client.py,sha256=lDek57rgs4i7QBQ6joG1MKcIx8cJnveI63pce0f169
471
471
  benchling_api_client/extensions.py,sha256=x7yfVgTD-KAexZrYJMy2ctB0rnqVKUVuKvii1G_EHGE,351
472
472
  benchling_api_client/models/__init__.py,sha256=aT1leZGUyhskH6t-n9AVTeOA8io9FT--R4T4C-612l8,202
473
473
  benchling_api_client/models/aa_annotation.py,sha256=6j2sYsoxcdU52S95DSM9be7sH2gkZsso0jKa4eUCIzA,7412
474
- benchling_api_client/models/aa_sequence.py,sha256=71LdwVya2CbEJGUrRHY45wVLk5vawY9969RksKZL8Lw,26082
474
+ benchling_api_client/models/aa_sequence.py,sha256=1gM-OuMqYRkZaSSD5OiTMMfptaUMLzp7ZJe-hEXZHPA,26919
475
475
  benchling_api_client/models/aa_sequence_base_request.py,sha256=4SzOmdNDgOe-yS4pQWzwaSPk0T8qHdPi1PgnHz6jcJk,12164
476
476
  benchling_api_client/models/aa_sequence_base_request_for_create.py,sha256=MCFJhv2F_NnrA5TOAno4lJD9lWTGKiTFjrHz2Phatts,12224
477
477
  benchling_api_client/models/aa_sequence_bulk_create.py,sha256=Pd1z_bLyffGNwgkF2vCLkHCs4EBOpEIkC8dUQu05Ihs,16223
@@ -483,7 +483,7 @@ benchling_api_client/models/aa_sequence_summary.py,sha256=XFPhjcGFnWDBGFRFAnW1UU
483
483
  benchling_api_client/models/aa_sequence_summary_entity_type.py,sha256=5MOvu3bWZfiM_L_dQpIElS4j3PUi0ehPxQu707b2jNo,708
484
484
  benchling_api_client/models/aa_sequence_update.py,sha256=Kew1Gs9TUUcq0HSXr9gQsDzrzd8QoYFfK5KoHqfV5Pg,12401
485
485
  benchling_api_client/models/aa_sequence_upsert.py,sha256=8wOyheIXZ2kJLYzGPo_Gs4-uwM464Zek8XFVBnIZjLI,15617
486
- benchling_api_client/models/aa_sequence_with_entity_type.py,sha256=XTA8bpTlf1YDrI_kFI2YmpvI2fERvk3fp8Srpj3ZiqA,27859
486
+ benchling_api_client/models/aa_sequence_with_entity_type.py,sha256=rHW1pfUAIf9W0oHcKsZjur6YHGA-kCA_l8QUoXxn9Ww,28696
487
487
  benchling_api_client/models/aa_sequence_with_entity_type_entity_type.py,sha256=K7_d9S3QTlQlNxiqI8We_Ej1oRYvbyfYQ533bgkv9tU,773
488
488
  benchling_api_client/models/aa_sequences_archival_change.py,sha256=iWUHmUHMnaN20B8QVZCjLxVvQbPJcBF64ObiXbd21Bo,4291
489
489
  benchling_api_client/models/aa_sequences_archive.py,sha256=JmQgtm67SKAmeNJSA2tLrXDvwwwnveqairbSoGj4kgM,3005
@@ -712,7 +712,7 @@ benchling_api_client/models/batch_or_inaccessible_resource.py,sha256=7D0XNhYRxpB
712
712
  benchling_api_client/models/batch_schema.py,sha256=xye5X2ttyBwfI3W2z3z7CmriAECzVRlGTO8z-mlTzVQ,17243
713
713
  benchling_api_client/models/batch_schemas_list.py,sha256=r702e54N_ivCNeRH__OGaDn9lNQDnQNIc0owFV6vPvE,3417
714
714
  benchling_api_client/models/batch_schemas_paginated_list.py,sha256=UTRXZtuIva1fFHZ4H-VgfrS0Tp8cwHE-U8UZ59uGrxM,4430
715
- benchling_api_client/models/benchling_app.py,sha256=H1Zbb64x4i02oLlNT5NvlV2L1LrGKv8E976NlCCheSY,12513
715
+ benchling_api_client/models/benchling_app.py,sha256=CJNgOFRDB37PUhKA1JeDRKGtlKaQa0waiMpikR4Vt_s,12513
716
716
  benchling_api_client/models/benchling_app_create.py,sha256=xFYthApX7EDCwrHcjmLcJlW17D0W4lrgNAJARh7OyYY,2481
717
717
  benchling_api_client/models/benchling_app_definition_summary.py,sha256=3_xyTFOspt4C6BOhBYTH7amt_wTbhh49f_LdFX88NXw,2687
718
718
  benchling_api_client/models/benchling_app_update.py,sha256=m6nU3kpDBqNXgQFPEpOHxIQGKDLLgJbIrrRi4rstOxA,2605
@@ -740,7 +740,7 @@ benchling_api_client/models/box_contents_paginated_list.py,sha256=rRiNLQexFdKAIz
740
740
  benchling_api_client/models/box_create.py,sha256=eDLZbap2k10ZQhV5Yg8BNkMse_AYpab16se-PJK8MjA,6519
741
741
  benchling_api_client/models/box_creation_table_note_part.py,sha256=Z17x-yabUa5Uy5VUE7VN43ddn6XkmU_DmvL1uCjSeAk,7851
742
742
  benchling_api_client/models/box_creation_table_note_part_type.py,sha256=eJ6KDenanNS4Lrh__Rmo3Hp41Mt4CwsP3-JqaGkG8zc,727
743
- benchling_api_client/models/box_schema.py,sha256=Il0QcZYhBtaJykjuobuxfDBIUJ46BwHsutF0RNkaHMI,18490
743
+ benchling_api_client/models/box_schema.py,sha256=jkx66T-pvsHDbb9Glbz0Uyctia5f-mG9tE5U6x6SXcw,19983
744
744
  benchling_api_client/models/box_schema_container_schema.py,sha256=eHEPeT6RGSHY7kr5cK5-r0qGaYVpXv4-Qz-vMyYo-tY,3309
745
745
  benchling_api_client/models/box_schema_type.py,sha256=KZaUAnnu6DO9Nq6UKz_sPvFjSIK2KXRwYvqch_PoTfw,622
746
746
  benchling_api_client/models/box_schemas_list.py,sha256=cWARqVpGdkoPc0v23Q-aLGFPNr0OvSKr1AHvRlt6PvI,3307
@@ -851,7 +851,7 @@ benchling_api_client/models/custom_entities_bulk_upsert_request.py,sha256=x0W-Fn
851
851
  benchling_api_client/models/custom_entities_list.py,sha256=bJCZjL0pAXKGZxOJ4yQrCcbNfIbB74M0lt1BZaZZtsY,3519
852
852
  benchling_api_client/models/custom_entities_paginated_list.py,sha256=oTNN8ik-iWtNtsRMLwA8h5rX8vSlet-Gw56YP62oPWU,4533
853
853
  benchling_api_client/models/custom_entities_unarchive.py,sha256=pEe_M3aAoSax3Iq5fWWRQ5z9B4owlHVEdP4LqdPwyBw,1923
854
- benchling_api_client/models/custom_entity.py,sha256=xBcWfKoNKM-JmOLBeunAARsfs2EbsbG30vMdzbjNacg,22138
854
+ benchling_api_client/models/custom_entity.py,sha256=fluk_zG_fpMb53ofmbIxVtl7R5l8KbUa4CPL6Rch0sk,22975
855
855
  benchling_api_client/models/custom_entity_base_request.py,sha256=XD-tS2cTKfAHTEULxQpyGYJkmTLGsjoI-3g95mw8Qvs,9387
856
856
  benchling_api_client/models/custom_entity_base_request_for_create.py,sha256=-59Uycz-fCWFBPCefjKHt2aTeUNnYzLx6BW0VnWf1y8,9447
857
857
  benchling_api_client/models/custom_entity_bulk_create.py,sha256=CxXDORitLjX5nFvfD9ux10dYZT_7a9OyTLncqzlcjR8,13444
@@ -864,7 +864,7 @@ benchling_api_client/models/custom_entity_summary.py,sha256=Id1O9Air_dip4WcjWzfC
864
864
  benchling_api_client/models/custom_entity_summary_entity_type.py,sha256=X_cwnwZG7yawHYJqe34Po1MIf7UVO6QlsOJRnuKAg9Q,722
865
865
  benchling_api_client/models/custom_entity_update.py,sha256=jAHoVP_yRNAy5JTBmJBwq_LOBcsmKL1OSDti0V_6ZWQ,9622
866
866
  benchling_api_client/models/custom_entity_upsert_request.py,sha256=GxaqMe4MAWQ-fxHzggSvrUN8ECXN8_HoXArTyutGTfA,11744
867
- benchling_api_client/models/custom_entity_with_entity_type.py,sha256=1jcopi5w0QVoiHEDpQf5oxBXwrZ3tID1x247t9FFE98,23933
867
+ benchling_api_client/models/custom_entity_with_entity_type.py,sha256=bp4nf9GnszdxqbxN5aUYv8HiBCahD0QPVy569GLDUJo,24770
868
868
  benchling_api_client/models/custom_entity_with_entity_type_entity_type.py,sha256=TOax4xgBNs7biTFiiDXnY3GB5Y2BvXmK0BZ6hJOP_TE,787
869
869
  benchling_api_client/models/custom_field.py,sha256=23wjMdz3i_esB6e9d2CR2Ks0Cg5L6QqcUWjlMj4L9DE,2510
870
870
  benchling_api_client/models/custom_fields.py,sha256=R6yO8Q3YJVx23zZbbQn7p39mDZa5-rEQfcBXubvL1KA,1876
@@ -927,7 +927,7 @@ benchling_api_client/models/dna_oligos_bulk_update_request.py,sha256=Y-ckCCNM6FG
927
927
  benchling_api_client/models/dna_oligos_bulk_upsert_request.py,sha256=ivTYrpuPFRDJTjz5uD6J9g3wDKNja3z64xeF1mLm8iA,2263
928
928
  benchling_api_client/models/dna_oligos_paginated_list.py,sha256=Vr34A1aTnTT7wtguUkxG6ENVIYUVbzSEPMoHx_JzV4Q,4266
929
929
  benchling_api_client/models/dna_oligos_unarchive.py,sha256=tTCvgFIknRPV9kJgIPJUZQ1czP-mAeYmeKeAlc3VuAA,1797
930
- benchling_api_client/models/dna_sequence.py,sha256=-hat73KTp8clx9ss7gZTxrYfHWendVt9ixe9bLPyl-s,32667
930
+ benchling_api_client/models/dna_sequence.py,sha256=4ayflBhhVlLofB2uxKAEVTrZxa8RgojjKdGEipTOEtg,34894
931
931
  benchling_api_client/models/dna_sequence_base_request.py,sha256=yl8IuBJcZrsXssTxtAzUDlRyi0MpHGNOGuuq3rnzdwE,17734
932
932
  benchling_api_client/models/dna_sequence_base_request_for_create.py,sha256=QH6gTqvQCe8LW0K9vSt6GsKFjLszINZSkGitVF7txQ0,16876
933
933
  benchling_api_client/models/dna_sequence_bulk_create.py,sha256=BAY506GrNSeY5raabupUdUm_Amk2SMrhptvUaZgfLIg,22698
@@ -941,7 +941,7 @@ benchling_api_client/models/dna_sequence_summary_entity_type.py,sha256=HALqVCtD_
941
941
  benchling_api_client/models/dna_sequence_transcription.py,sha256=ozAC8gJEBjJUobZrbxSrrsL8-cBwUrYqbDmfMV5zjzw,5377
942
942
  benchling_api_client/models/dna_sequence_update.py,sha256=mbFTe3jErlvUVUM69XYEy5MtuWMzF_LhAD7M75DcXPQ,17970
943
943
  benchling_api_client/models/dna_sequence_upsert_request.py,sha256=cQ1CYC8HF2mlWsZq4q7up_bpSY0HPfR6wLbRPnE9tn4,20005
944
- benchling_api_client/models/dna_sequence_with_entity_type.py,sha256=LrXC0luOZjtTzMnC-VBC817lOsw7GsYQV-ODAgYEYoU,34453
944
+ benchling_api_client/models/dna_sequence_with_entity_type.py,sha256=rBJfIuLRCOKN8cFVvjRdijN8XdcroD675RnrAezRlBA,36680
945
945
  benchling_api_client/models/dna_sequence_with_entity_type_entity_type.py,sha256=g8WDD3W6sOmORd5mY9g1HCaCZH_QoQ3pehiI4D8xtaY,780
946
946
  benchling_api_client/models/dna_sequences_archival_change.py,sha256=VBWbw7bM2IDwUKB5cGvVN--p7HqaQLurgJ31KwVtFG0,4327
947
947
  benchling_api_client/models/dna_sequences_archive.py,sha256=Y-tu-fS07dP1Ssbgh4xWquucj7KkDpshJ9vNRq1ladQ,3035
@@ -1014,7 +1014,7 @@ benchling_api_client/models/entry_note_part.py,sha256=DAqEJWsC1XVzNP7B5Dpu7vXcrr
1014
1014
  benchling_api_client/models/entry_review_record.py,sha256=xUuJMnJzXCQQXcvJWWooL3HpQdIycslAu3Kli_3Ssu0,4105
1015
1015
  benchling_api_client/models/entry_review_record_status.py,sha256=nUrlSL_NQL8e-9B-0ibCFOjZWcSz3_cqLhVcCkX_Oow,978
1016
1016
  benchling_api_client/models/entry_schema.py,sha256=gAf50BRfEd829cum77RHIk02MZ96vaBWmrKCQDSgfMI,4812
1017
- benchling_api_client/models/entry_schema_detailed.py,sha256=YVtYF9uVkRKIsI6epE30C8WIpqDCH-0dL4zGnbrpqyM,15219
1017
+ benchling_api_client/models/entry_schema_detailed.py,sha256=EsQlq5uraec6f0EOzhDlqCxleraFYOQee06bhLnQM8E,16714
1018
1018
  benchling_api_client/models/entry_schema_detailed_type.py,sha256=8qetc4Jv4gNJ_CNv1_t_LFuBqjmNPN4KrLdWcfpwCck,676
1019
1019
  benchling_api_client/models/entry_schemas_paginated_list.py,sha256=h1CDiSgYBKXGm7ARWKv1_l-f7BuuZ7oJjM8qVT8WIlE,4496
1020
1020
  benchling_api_client/models/entry_table.py,sha256=iKcEY6WYZwzA0OAXe2c0_zj7Wpb5A8okl_IQGk1bWIs,5432
@@ -1203,7 +1203,7 @@ benchling_api_client/models/list_workflow_tasks_scheduled_on.py,sha256=kTgpQlsGu
1203
1203
  benchling_api_client/models/listing_error.py,sha256=WFYUD-pfpB3rSTNATPiSlyG07qFwUn_PnZ3zA_f6vgQ,4110
1204
1204
  benchling_api_client/models/location.py,sha256=RwFo5kj-ra8E2PDWrhzw9vhgiotZ9aJzSJQPU5m9evo,17244
1205
1205
  benchling_api_client/models/location_create.py,sha256=yk1ptim8xGvUv_FAaFOPNJHKz7PUjEZW_jyz1bR5qIs,5464
1206
- benchling_api_client/models/location_schema.py,sha256=D5RztBUFumDqbmjnfRv3FLRdA-_6O_0I6BO47cCHM1M,15140
1206
+ benchling_api_client/models/location_schema.py,sha256=JHTI3yQSCxTuNJBDdpVtR8CBqCC41Cx6V9A3VcJQphk,16638
1207
1207
  benchling_api_client/models/location_schema_type.py,sha256=jRBQXRVWWdnLsvSeqvwKq2CbKXEGllukBw7ZmB5YA8E,657
1208
1208
  benchling_api_client/models/location_schemas_list.py,sha256=so1prS5wnqbYP_hDNvqcqs_-wXdQDV_IjcpV1EeAnJI,3582
1209
1209
  benchling_api_client/models/location_schemas_paginated_list.py,sha256=K9twdX-w1zvKxcXBukoayBA-QwqUB4MRzfKhy3otSXE,4595
@@ -1268,7 +1268,7 @@ benchling_api_client/models/molecules_bulk_update_request.py,sha256=BKOI8w1bRJ5w
1268
1268
  benchling_api_client/models/molecules_bulk_upsert_request.py,sha256=T-xMalPM7QK298ifdOoGYwL_cuEZGK_DMI8-YhwF5e0,2251
1269
1269
  benchling_api_client/models/molecules_paginated_list.py,sha256=b57JBcDmZ7wr5WcEmpeFIXtDi8PUwUKIPZuWDH8YqA0,3317
1270
1270
  benchling_api_client/models/molecules_unarchive.py,sha256=Sv94H4_gT17MHXIVbQNcPaUaxTkbkYJ3DXX6VpUvkkU,1772
1271
- benchling_api_client/models/monomer.py,sha256=YLEPp-SXI80fmVOvnQ6VrLiDugUecIJG5UXlV69pJ9c,22899
1271
+ benchling_api_client/models/monomer.py,sha256=cy2IUglda4GXBrS0O-KW4qddteDKwHIH3KumrJyqk7U,24308
1272
1272
  benchling_api_client/models/monomer_base_request.py,sha256=CXwQQblAu8upF7JOBAe7J1JfcF3sWPGRp99fME4AH_Y,8473
1273
1273
  benchling_api_client/models/monomer_create.py,sha256=1Dho0MBXaJuvMKQNw_NJZPAE2_OMobztjK7C1m4SN90,8588
1274
1274
  benchling_api_client/models/monomer_polymer_type.py,sha256=JF9y90zFzGzE-ylsvCfYNUGhqY4FEJVhkc4v3x0UKSg,647
@@ -1336,7 +1336,7 @@ benchling_api_client/models/plate_create_wells.py,sha256=EnZTZtJagtg-WQxLP4pf0gE
1336
1336
  benchling_api_client/models/plate_create_wells_additional_property.py,sha256=iBdl_gdAnSLtmtfhLKpJ77vhqwKiRoiJc0GhVhQ2Ppw,2711
1337
1337
  benchling_api_client/models/plate_creation_table_note_part.py,sha256=dq8C5YN-AlwV9b_jy1OxUiwzNVjf2yx0vE_bq5FAN4M,7935
1338
1338
  benchling_api_client/models/plate_creation_table_note_part_type.py,sha256=dgpUFRi_gH3mfSkzuFT0_I3QEzmE4radHbr3orJ9pZM,741
1339
- benchling_api_client/models/plate_schema.py,sha256=KcNLElhygCuX1k6F2gZxNVjMGDIgnvKBlQuw-rcXVkY,19492
1339
+ benchling_api_client/models/plate_schema.py,sha256=uE2BAN7xh40u7wZDJS2rvc2XSzFQaBx7wIf8DWPDKCM,20987
1340
1340
  benchling_api_client/models/plate_schema_container_schema.py,sha256=KCIno33mrwr0fuP28undZYwTwLPcGWrq3pHTpy2Dwkc,3321
1341
1341
  benchling_api_client/models/plate_schema_type.py,sha256=gCdVJSZLvc-4wU6cwgSI5U26dOYHEB2askW0nkin61I,636
1342
1342
  benchling_api_client/models/plate_schemas_list.py,sha256=3y-JxdiNRF9VQ_0ZZjIyxwzv54xNbpeOj8-9ZzDvWls,3417
@@ -1381,7 +1381,7 @@ benchling_api_client/models/request_requestor.py,sha256=j3x0c_nDk14Nq_yagJfTYFCd
1381
1381
  benchling_api_client/models/request_response.py,sha256=_a0Sei1iJCgptSBL5ztcKq5n-b_uSrzZoBeyUioKBKc,4805
1382
1382
  benchling_api_client/models/request_response_samples_item.py,sha256=CDbjrGNiTvKakFmnFbVVdSimLFcM6AB1ywPM16TDjgo,6221
1383
1383
  benchling_api_client/models/request_response_samples_item_batch.py,sha256=7fK2EjBIk1V5NXbQTWkX3G8yZjoNBMolbNIGZvb_W3k,20647
1384
- benchling_api_client/models/request_response_samples_item_entity.py,sha256=9bRnHixSr7V8bDT08C2rxPwubb0O-4wQz1ryMZAw9MU,48321
1384
+ benchling_api_client/models/request_response_samples_item_entity.py,sha256=ttmuLxlrxsPVbz53Ao1E5Q5vlxrzQMGG5iEUaEfGqdA,50548
1385
1385
  benchling_api_client/models/request_response_samples_item_status.py,sha256=XOoJTwLn071e7SITmzQ7Xi7lWKYxrpzWwEHWqQnelAk,787
1386
1386
  benchling_api_client/models/request_sample_group.py,sha256=nWJd8FZIMIoFa5-ah1XrX7iag18PX2k1TrkiQkwAspg,3997
1387
1387
  benchling_api_client/models/request_sample_group_create.py,sha256=IMKGm_t1l0WvFV6g5CjuGPGB7JE6Oht7VitZ-ZQcraU,2893
@@ -1436,7 +1436,7 @@ benchling_api_client/models/rna_oligos_bulk_update_request.py,sha256=czQb4YXU9qA
1436
1436
  benchling_api_client/models/rna_oligos_bulk_upsert_request.py,sha256=7ifComTvhrO5mgtgiQeEhs280CbwFUEXb-s8vta_v08,2263
1437
1437
  benchling_api_client/models/rna_oligos_paginated_list.py,sha256=qZGHSLPg0Zq4HKo9CzypmxTaCvQ63srx-e8GkT1ckI8,4266
1438
1438
  benchling_api_client/models/rna_oligos_unarchive.py,sha256=_uGNhi66NgcglRtqrCIJqfoYaTCYWHpHKEe9LA-HFys,1797
1439
- benchling_api_client/models/rna_sequence.py,sha256=tkgUrrS0Z2ardBKfeaCRhZU7dBXNr2o_hK2IP6UINLs,34353
1439
+ benchling_api_client/models/rna_sequence.py,sha256=QVhALirmlzxEU21DVtC_9hArkLGrs_0SqDbNlN4ypOI,36466
1440
1440
  benchling_api_client/models/rna_sequence_base_request.py,sha256=fHnxfZAqkutgqGlNLIAOzdzRsYFJ0s1bZkf9ZOk-xtA,21139
1441
1441
  benchling_api_client/models/rna_sequence_base_request_for_create.py,sha256=1F1aJhhUAcv9KolYoay9Jvd1zHgwZWeVI-GYvIP-Cb4,20281
1442
1442
  benchling_api_client/models/rna_sequence_bulk_create.py,sha256=ER7dTUzs5YfpWIJDBMfYU3gvlNcls0ujClHWMyri_gw,26103
@@ -1581,7 +1581,7 @@ benchling_api_client/models/workflow_flowchart_node_config_node_type.py,sha256=J
1581
1581
  benchling_api_client/models/workflow_flowchart_paginated_list.py,sha256=gcn457FbNJBlz6IpUTgEpTpC78pWisPvCELHcQS2lI4,4792
1582
1582
  benchling_api_client/models/workflow_list.py,sha256=NM3cMCnKzf3KArFwJaSkO1-j289ls2qKHQYqjtn4IUc,3252
1583
1583
  benchling_api_client/models/workflow_node_task_group_summary.py,sha256=ZQGPcpTHuwTVmtS-bKV0WtuBpqJ5LyNjeMzlFfrZG8g,5661
1584
- benchling_api_client/models/workflow_output.py,sha256=ZYGG_nAudwWF8l7K5T2mjBYr3hedS-0cEsA1_xKZ4Po,19614
1584
+ benchling_api_client/models/workflow_output.py,sha256=VE9He95noNCEm3qMJw4lMh_InH-SZEpx2KuHz4hzJUQ,21186
1585
1585
  benchling_api_client/models/workflow_output_archive_reason.py,sha256=FXMq8of3dCZoAP7mSI0nRWjjeBMS-Ph1gSUvzPkP9Vw,756
1586
1586
  benchling_api_client/models/workflow_output_bulk_create.py,sha256=FkNf9Zf_OpInhaOnhn8Y8Dg1x8OZl_0Pyr8M43Q5Kvs,4133
1587
1587
  benchling_api_client/models/workflow_output_bulk_update.py,sha256=ijf_u0dT0uiRE3FJE21ibaiYktlt-JvPqIVzNc3cvZQ,4166
@@ -1615,9 +1615,9 @@ benchling_api_client/models/workflow_stage_list.py,sha256=_FlmQw8lnrhiH8fp3dc62U
1615
1615
  benchling_api_client/models/workflow_stage_run.py,sha256=BEZR7vqqx3sf91AGYtr8R85qbnw4_q58F6Fknlg7els,6231
1616
1616
  benchling_api_client/models/workflow_stage_run_list.py,sha256=W73U8hd5wZxY-cQpv0zsTPRGksrc33WSQ1ikYa8_GdY,3767
1617
1617
  benchling_api_client/models/workflow_stage_run_status.py,sha256=xqQNwDgSHLMpcvN4NSiRCn6bwt_9T2iFfsrIt4B8Eog,739
1618
- benchling_api_client/models/workflow_task.py,sha256=0W1qOqHKVEkQETV53uB07iC82iV8Xpu9CJ9wE5QehbM,36234
1618
+ benchling_api_client/models/workflow_task.py,sha256=HyJErpXQqDkszy89Jpy0LEImLe2wqvkwIWCZ6Lpr81Q,39734
1619
1619
  benchling_api_client/models/workflow_task_archive_reason.py,sha256=66zkgivaghyHtj6dwuln7oT-2RKrrEmEKg389avI5b8,746
1620
- benchling_api_client/models/workflow_task_base.py,sha256=kmOsTTgURUJeqBxnzC3I3MZWRtDz0s746_nq_OKnWvY,22699
1620
+ benchling_api_client/models/workflow_task_base.py,sha256=d7OrWN0Q6DyWlc5WVDjmQAz9Vx0rMiUGZ22fl5EKR4c,24271
1621
1621
  benchling_api_client/models/workflow_task_bulk_create.py,sha256=gPFgyJEHLcz-cnzSK2if5DCjePL5Rmz45JPklnWvBoE,6808
1622
1622
  benchling_api_client/models/workflow_task_bulk_update.py,sha256=z5_sKI6IVp6qXJcwcaKKg9Y1_LJ_CZYZbps5bLuxtUs,7582
1623
1623
  benchling_api_client/models/workflow_task_create.py,sha256=ShxVyYxLQnB6Mh5cs5ZfGLp0N95M9XASwkoyCssuLys,6603
@@ -1626,9 +1626,9 @@ benchling_api_client/models/workflow_task_created_event_event_type.py,sha256=6iE
1626
1626
  benchling_api_client/models/workflow_task_execution_origin.py,sha256=e_4V11sDEqjgoJJVoGca4-Wogigk2ArohmRNRKvou3Y,5356
1627
1627
  benchling_api_client/models/workflow_task_execution_origin_type.py,sha256=s_R-7I91-U4SJ3OEfd-NSc0QyWtRJ8MQ7Kh3uKvgYHw,782
1628
1628
  benchling_api_client/models/workflow_task_execution_type.py,sha256=AJyYrcfl69Upz6mP8BdW_GCGMwvoHpXZOl3ZIboyqgw,844
1629
- benchling_api_client/models/workflow_task_group.py,sha256=Pbr3pTlaHxPwxPnhIvuDIP8nldm3SBi7zGeJtlqB1ZI,28782
1629
+ benchling_api_client/models/workflow_task_group.py,sha256=hW1-BgnTzaGtBXgeXj-EYdpwaXKPMWwuDzJ50-5Q7ko,32282
1630
1630
  benchling_api_client/models/workflow_task_group_archive_reason.py,sha256=shS9QL-HF1ImCR_rvdvSNklQldSka1H4pS6y4lWaqj0,771
1631
- benchling_api_client/models/workflow_task_group_base.py,sha256=qFfZZoLHpU5LiNF-lZGJG6GAnYNklPXsUHGTRn8ZMec,19822
1631
+ benchling_api_client/models/workflow_task_group_base.py,sha256=2EVX8MhVmCEpjPGpofdfnzUxXT8zcrgM5m3jgjUBRCw,21394
1632
1632
  benchling_api_client/models/workflow_task_group_create.py,sha256=ltAJy8V7PfeaBbAJiBcv-2euHEj1doAXQCXrMrHlMfQ,5679
1633
1633
  benchling_api_client/models/workflow_task_group_created_event.py,sha256=IvUxyJT9M490x8rSvv3GNZzv8bpm7pgdIGZOm1R9kZY,11063
1634
1634
  benchling_api_client/models/workflow_task_group_created_event_event_type.py,sha256=_iPUxhaSa8KEVu2dDtM95xWm3kI8ivL2DI_mhKLcIi8,826
@@ -1646,7 +1646,7 @@ benchling_api_client/models/workflow_task_groups_paginated_list.py,sha256=WjDkdQ
1646
1646
  benchling_api_client/models/workflow_task_groups_unarchive.py,sha256=xk-ReNEzpfqPBoBX-D5EDicos87gGLrSPNUgcAhnJyg,2952
1647
1647
  benchling_api_client/models/workflow_task_node_details.py,sha256=jso7Je7OLAIG8_LmKKquuCAi3-0seDEixwt6jpBeDdo,4794
1648
1648
  benchling_api_client/models/workflow_task_node_details_node_type.py,sha256=ajlft1fL0pDTstuG4tcqUap2bh_WwbI0_plKZQWFQGc,744
1649
- benchling_api_client/models/workflow_task_schema.py,sha256=TLU-PNJVm7GvFiwFgXuG-8bxacde3AJXkEuffUc9-O4,34278
1649
+ benchling_api_client/models/workflow_task_schema.py,sha256=MAlSVqQS1j31aT-nXCfN3DWlKPkypQk3c6G5bjteOww,35767
1650
1650
  benchling_api_client/models/workflow_task_schema_base.py,sha256=h8oXEdRp6ZtH9w95E-o2nz3d61NGdgiOG85GpmhdG4U,28331
1651
1651
  benchling_api_client/models/workflow_task_schema_execution_type.py,sha256=4toUk_MnF0yMvTIWQWw4-360pn72LdnME_Pe_7p4goU,904
1652
1652
  benchling_api_client/models/workflow_task_schema_summary.py,sha256=1m_EK1_zc-VFAH8Akvsx_00pH-fTgKGB1jzmPERSIoo,3419
@@ -2195,7 +2195,7 @@ benchling_api_client/v2/beta/client.py,sha256=p_yggN7jYn2PLnmGFsfhBsKCAfQk4LClVa
2195
2195
  benchling_api_client/v2/beta/extensions.py,sha256=IRFkrlzw100H14hN14MYS2n_zMCHxtAtiiJF4KeeEXI,263
2196
2196
  benchling_api_client/v2/beta/models/__init__.py,sha256=hBxtiNn99Havz1UE3bxKO39JuVcrUv-PraS59MWb6Ig,60
2197
2197
  benchling_api_client/v2/beta/models/aa_annotation.py,sha256=6j2sYsoxcdU52S95DSM9be7sH2gkZsso0jKa4eUCIzA,7412
2198
- benchling_api_client/v2/beta/models/aa_sequence.py,sha256=71LdwVya2CbEJGUrRHY45wVLk5vawY9969RksKZL8Lw,26082
2198
+ benchling_api_client/v2/beta/models/aa_sequence.py,sha256=1gM-OuMqYRkZaSSD5OiTMMfptaUMLzp7ZJe-hEXZHPA,26919
2199
2199
  benchling_api_client/v2/beta/models/aa_sequence_base_request.py,sha256=4SzOmdNDgOe-yS4pQWzwaSPk0T8qHdPi1PgnHz6jcJk,12164
2200
2200
  benchling_api_client/v2/beta/models/aa_sequence_base_request_for_create.py,sha256=MCFJhv2F_NnrA5TOAno4lJD9lWTGKiTFjrHz2Phatts,12224
2201
2201
  benchling_api_client/v2/beta/models/aa_sequence_bulk_upsert_request.py,sha256=Rls3XRad7_cqpdoIFRBxGb8wElWGjh60Std7q9RJMhc,15689
@@ -2261,7 +2261,7 @@ benchling_api_client/v2/beta/models/container_quantity_units.py,sha256=5Q1sDug53
2261
2261
  benchling_api_client/v2/beta/models/container_worklist_items_list.py,sha256=DN0t69xNEsvhblxjc3XWyR6O6apbpgu8JM3_kgG_0nQ,4945
2262
2262
  benchling_api_client/v2/beta/models/container_worklist_items_list_type.py,sha256=OUSQKaY3Wd1tZNm3fzPPcTpLnS8Z9B3ul18JSnzO7EI,719
2263
2263
  benchling_api_client/v2/beta/models/custom_entities_bulk_upsert_request.py,sha256=x0W-FngGOi8cNpMZiYZj-7AvuUpKLmlFJnHmwX-1uPs,2563
2264
- benchling_api_client/v2/beta/models/custom_entity.py,sha256=xBcWfKoNKM-JmOLBeunAARsfs2EbsbG30vMdzbjNacg,22138
2264
+ benchling_api_client/v2/beta/models/custom_entity.py,sha256=fluk_zG_fpMb53ofmbIxVtl7R5l8KbUa4CPL6Rch0sk,22975
2265
2265
  benchling_api_client/v2/beta/models/custom_entity_base_request.py,sha256=XD-tS2cTKfAHTEULxQpyGYJkmTLGsjoI-3g95mw8Qvs,9387
2266
2266
  benchling_api_client/v2/beta/models/custom_entity_base_request_for_create.py,sha256=-59Uycz-fCWFBPCefjKHt2aTeUNnYzLx6BW0VnWf1y8,9447
2267
2267
  benchling_api_client/v2/beta/models/custom_entity_bulk_upsert_request.py,sha256=PD4D3jbr33oRV9vTvpY6WJKZSGcA2UiODwPxIhz0c9c,12997
@@ -2305,7 +2305,7 @@ benchling_api_client/v2/beta/models/delivery_method.py,sha256=tyeN0bNGEMQ_Jk69Ni
2305
2305
  benchling_api_client/v2/beta/models/deprecated_container_volume_for_response.py,sha256=daRyS5OiI3mFygVC1J5s43h0vQ2L-Us1vbM3LXtAzos,4144
2306
2306
  benchling_api_client/v2/beta/models/dna_annotation.py,sha256=QecfhQ1IwfawwZhVhwgzuLE5w41SU9-RQsQbP-osKnw,9457
2307
2307
  benchling_api_client/v2/beta/models/dna_oligo.py,sha256=er0GSIYllQTe-fspyOCEYiDa4gAb33KRYNUZf8lTNOE,30979
2308
- benchling_api_client/v2/beta/models/dna_sequence.py,sha256=-hat73KTp8clx9ss7gZTxrYfHWendVt9ixe9bLPyl-s,32667
2308
+ benchling_api_client/v2/beta/models/dna_sequence.py,sha256=4ayflBhhVlLofB2uxKAEVTrZxa8RgojjKdGEipTOEtg,34894
2309
2309
  benchling_api_client/v2/beta/models/dna_sequence_base_request.py,sha256=yl8IuBJcZrsXssTxtAzUDlRyi0MpHGNOGuuq3rnzdwE,17734
2310
2310
  benchling_api_client/v2/beta/models/dna_sequence_base_request_for_create.py,sha256=QH6gTqvQCe8LW0K9vSt6GsKFjLszINZSkGitVF7txQ0,16876
2311
2311
  benchling_api_client/v2/beta/models/dna_sequence_bulk_upsert_request.py,sha256=b9itplFKjxHlzQNFCSuPGGr8YfVSqH73hBVMH0jDFcU,21258
@@ -2516,7 +2516,7 @@ benchling_api_client/v2/beta/models/worksheet_review_changes.py,sha256=0MmkysLeA
2516
2516
  benchling_api_client/v2/beta/models/worksheet_review_changes_by_id.py,sha256=UgTNMq3Q_ZcIumMhd8irgQAZjXCFFQeE33b_WiiYgDU,3344
2517
2517
  benchling_api_client/v2/beta/models/worksheet_review_changes_review_record.py,sha256=vYjl1dskegWel0XUx2d0UEFhM5pQ_FKjGZNwKkYTHbQ,6202
2518
2518
  benchling_api_client/v2/beta/models/worksheet_review_changes_review_record_status.py,sha256=9VKJkUCQCFCdkJnV8-JLRQObhO0cTJf2ZeZnBIEyPFA,1093
2519
- benchling_api_client/v2/beta/openapi.yaml,sha256=w4IbvNUhw2MSr-Ng41Mi4_rpS0Et-2bdkzN8Bqlk4vs,242699
2519
+ benchling_api_client/v2/beta/openapi.yaml,sha256=AGn3IC1U2ghV8wZwRpGPSHIex3ZFwoGE-DIS2UQf0h4,243204
2520
2520
  benchling_api_client/v2/beta/types.py,sha256=nCpxtn44qMDpuS_jcdbjhJlZFvRrXEUEVEDN471GrH8,244
2521
2521
  benchling_api_client/v2/client.py,sha256=-6Yzio8p22BaTJ_BEInEoUzmh4afxXlwceNFtn1vBLc,2241
2522
2522
  benchling_api_client/v2/extensions.py,sha256=4TSjnmlUquvmBu8up1vPXutEInf-oXDSZ58ciyBW7_E,1996
@@ -2992,7 +2992,7 @@ benchling_api_client/v2/stable/client.py,sha256=p_yggN7jYn2PLnmGFsfhBsKCAfQk4LCl
2992
2992
  benchling_api_client/v2/stable/extensions.py,sha256=IRFkrlzw100H14hN14MYS2n_zMCHxtAtiiJF4KeeEXI,263
2993
2993
  benchling_api_client/v2/stable/models/__init__.py,sha256=hBxtiNn99Havz1UE3bxKO39JuVcrUv-PraS59MWb6Ig,60
2994
2994
  benchling_api_client/v2/stable/models/aa_annotation.py,sha256=6j2sYsoxcdU52S95DSM9be7sH2gkZsso0jKa4eUCIzA,7412
2995
- benchling_api_client/v2/stable/models/aa_sequence.py,sha256=71LdwVya2CbEJGUrRHY45wVLk5vawY9969RksKZL8Lw,26082
2995
+ benchling_api_client/v2/stable/models/aa_sequence.py,sha256=1gM-OuMqYRkZaSSD5OiTMMfptaUMLzp7ZJe-hEXZHPA,26919
2996
2996
  benchling_api_client/v2/stable/models/aa_sequence_base_request.py,sha256=4SzOmdNDgOe-yS4pQWzwaSPk0T8qHdPi1PgnHz6jcJk,12164
2997
2997
  benchling_api_client/v2/stable/models/aa_sequence_base_request_for_create.py,sha256=MCFJhv2F_NnrA5TOAno4lJD9lWTGKiTFjrHz2Phatts,12224
2998
2998
  benchling_api_client/v2/stable/models/aa_sequence_bulk_create.py,sha256=Pd1z_bLyffGNwgkF2vCLkHCs4EBOpEIkC8dUQu05Ihs,16223
@@ -3004,7 +3004,7 @@ benchling_api_client/v2/stable/models/aa_sequence_summary.py,sha256=XFPhjcGFnWDB
3004
3004
  benchling_api_client/v2/stable/models/aa_sequence_summary_entity_type.py,sha256=5MOvu3bWZfiM_L_dQpIElS4j3PUi0ehPxQu707b2jNo,708
3005
3005
  benchling_api_client/v2/stable/models/aa_sequence_update.py,sha256=Kew1Gs9TUUcq0HSXr9gQsDzrzd8QoYFfK5KoHqfV5Pg,12401
3006
3006
  benchling_api_client/v2/stable/models/aa_sequence_upsert.py,sha256=8wOyheIXZ2kJLYzGPo_Gs4-uwM464Zek8XFVBnIZjLI,15617
3007
- benchling_api_client/v2/stable/models/aa_sequence_with_entity_type.py,sha256=XTA8bpTlf1YDrI_kFI2YmpvI2fERvk3fp8Srpj3ZiqA,27859
3007
+ benchling_api_client/v2/stable/models/aa_sequence_with_entity_type.py,sha256=rHW1pfUAIf9W0oHcKsZjur6YHGA-kCA_l8QUoXxn9Ww,28696
3008
3008
  benchling_api_client/v2/stable/models/aa_sequence_with_entity_type_entity_type.py,sha256=K7_d9S3QTlQlNxiqI8We_Ej1oRYvbyfYQ533bgkv9tU,773
3009
3009
  benchling_api_client/v2/stable/models/aa_sequences_archival_change.py,sha256=iWUHmUHMnaN20B8QVZCjLxVvQbPJcBF64ObiXbd21Bo,4291
3010
3010
  benchling_api_client/v2/stable/models/aa_sequences_archive.py,sha256=JmQgtm67SKAmeNJSA2tLrXDvwwwnveqairbSoGj4kgM,3005
@@ -3233,7 +3233,7 @@ benchling_api_client/v2/stable/models/batch_or_inaccessible_resource.py,sha256=7
3233
3233
  benchling_api_client/v2/stable/models/batch_schema.py,sha256=xye5X2ttyBwfI3W2z3z7CmriAECzVRlGTO8z-mlTzVQ,17243
3234
3234
  benchling_api_client/v2/stable/models/batch_schemas_list.py,sha256=r702e54N_ivCNeRH__OGaDn9lNQDnQNIc0owFV6vPvE,3417
3235
3235
  benchling_api_client/v2/stable/models/batch_schemas_paginated_list.py,sha256=UTRXZtuIva1fFHZ4H-VgfrS0Tp8cwHE-U8UZ59uGrxM,4430
3236
- benchling_api_client/v2/stable/models/benchling_app.py,sha256=H1Zbb64x4i02oLlNT5NvlV2L1LrGKv8E976NlCCheSY,12513
3236
+ benchling_api_client/v2/stable/models/benchling_app.py,sha256=CJNgOFRDB37PUhKA1JeDRKGtlKaQa0waiMpikR4Vt_s,12513
3237
3237
  benchling_api_client/v2/stable/models/benchling_app_create.py,sha256=xFYthApX7EDCwrHcjmLcJlW17D0W4lrgNAJARh7OyYY,2481
3238
3238
  benchling_api_client/v2/stable/models/benchling_app_definition_summary.py,sha256=3_xyTFOspt4C6BOhBYTH7amt_wTbhh49f_LdFX88NXw,2687
3239
3239
  benchling_api_client/v2/stable/models/benchling_app_update.py,sha256=m6nU3kpDBqNXgQFPEpOHxIQGKDLLgJbIrrRi4rstOxA,2605
@@ -3261,7 +3261,7 @@ benchling_api_client/v2/stable/models/box_contents_paginated_list.py,sha256=rRiN
3261
3261
  benchling_api_client/v2/stable/models/box_create.py,sha256=eDLZbap2k10ZQhV5Yg8BNkMse_AYpab16se-PJK8MjA,6519
3262
3262
  benchling_api_client/v2/stable/models/box_creation_table_note_part.py,sha256=Z17x-yabUa5Uy5VUE7VN43ddn6XkmU_DmvL1uCjSeAk,7851
3263
3263
  benchling_api_client/v2/stable/models/box_creation_table_note_part_type.py,sha256=eJ6KDenanNS4Lrh__Rmo3Hp41Mt4CwsP3-JqaGkG8zc,727
3264
- benchling_api_client/v2/stable/models/box_schema.py,sha256=Il0QcZYhBtaJykjuobuxfDBIUJ46BwHsutF0RNkaHMI,18490
3264
+ benchling_api_client/v2/stable/models/box_schema.py,sha256=jkx66T-pvsHDbb9Glbz0Uyctia5f-mG9tE5U6x6SXcw,19983
3265
3265
  benchling_api_client/v2/stable/models/box_schema_container_schema.py,sha256=eHEPeT6RGSHY7kr5cK5-r0qGaYVpXv4-Qz-vMyYo-tY,3309
3266
3266
  benchling_api_client/v2/stable/models/box_schema_type.py,sha256=KZaUAnnu6DO9Nq6UKz_sPvFjSIK2KXRwYvqch_PoTfw,622
3267
3267
  benchling_api_client/v2/stable/models/box_schemas_list.py,sha256=cWARqVpGdkoPc0v23Q-aLGFPNr0OvSKr1AHvRlt6PvI,3307
@@ -3372,7 +3372,7 @@ benchling_api_client/v2/stable/models/custom_entities_bulk_upsert_request.py,sha
3372
3372
  benchling_api_client/v2/stable/models/custom_entities_list.py,sha256=bJCZjL0pAXKGZxOJ4yQrCcbNfIbB74M0lt1BZaZZtsY,3519
3373
3373
  benchling_api_client/v2/stable/models/custom_entities_paginated_list.py,sha256=oTNN8ik-iWtNtsRMLwA8h5rX8vSlet-Gw56YP62oPWU,4533
3374
3374
  benchling_api_client/v2/stable/models/custom_entities_unarchive.py,sha256=pEe_M3aAoSax3Iq5fWWRQ5z9B4owlHVEdP4LqdPwyBw,1923
3375
- benchling_api_client/v2/stable/models/custom_entity.py,sha256=xBcWfKoNKM-JmOLBeunAARsfs2EbsbG30vMdzbjNacg,22138
3375
+ benchling_api_client/v2/stable/models/custom_entity.py,sha256=fluk_zG_fpMb53ofmbIxVtl7R5l8KbUa4CPL6Rch0sk,22975
3376
3376
  benchling_api_client/v2/stable/models/custom_entity_base_request.py,sha256=XD-tS2cTKfAHTEULxQpyGYJkmTLGsjoI-3g95mw8Qvs,9387
3377
3377
  benchling_api_client/v2/stable/models/custom_entity_base_request_for_create.py,sha256=-59Uycz-fCWFBPCefjKHt2aTeUNnYzLx6BW0VnWf1y8,9447
3378
3378
  benchling_api_client/v2/stable/models/custom_entity_bulk_create.py,sha256=CxXDORitLjX5nFvfD9ux10dYZT_7a9OyTLncqzlcjR8,13444
@@ -3385,7 +3385,7 @@ benchling_api_client/v2/stable/models/custom_entity_summary.py,sha256=Id1O9Air_d
3385
3385
  benchling_api_client/v2/stable/models/custom_entity_summary_entity_type.py,sha256=X_cwnwZG7yawHYJqe34Po1MIf7UVO6QlsOJRnuKAg9Q,722
3386
3386
  benchling_api_client/v2/stable/models/custom_entity_update.py,sha256=jAHoVP_yRNAy5JTBmJBwq_LOBcsmKL1OSDti0V_6ZWQ,9622
3387
3387
  benchling_api_client/v2/stable/models/custom_entity_upsert_request.py,sha256=GxaqMe4MAWQ-fxHzggSvrUN8ECXN8_HoXArTyutGTfA,11744
3388
- benchling_api_client/v2/stable/models/custom_entity_with_entity_type.py,sha256=1jcopi5w0QVoiHEDpQf5oxBXwrZ3tID1x247t9FFE98,23933
3388
+ benchling_api_client/v2/stable/models/custom_entity_with_entity_type.py,sha256=bp4nf9GnszdxqbxN5aUYv8HiBCahD0QPVy569GLDUJo,24770
3389
3389
  benchling_api_client/v2/stable/models/custom_entity_with_entity_type_entity_type.py,sha256=TOax4xgBNs7biTFiiDXnY3GB5Y2BvXmK0BZ6hJOP_TE,787
3390
3390
  benchling_api_client/v2/stable/models/custom_field.py,sha256=23wjMdz3i_esB6e9d2CR2Ks0Cg5L6QqcUWjlMj4L9DE,2510
3391
3391
  benchling_api_client/v2/stable/models/custom_fields.py,sha256=R6yO8Q3YJVx23zZbbQn7p39mDZa5-rEQfcBXubvL1KA,1876
@@ -3448,7 +3448,7 @@ benchling_api_client/v2/stable/models/dna_oligos_bulk_update_request.py,sha256=Y
3448
3448
  benchling_api_client/v2/stable/models/dna_oligos_bulk_upsert_request.py,sha256=ivTYrpuPFRDJTjz5uD6J9g3wDKNja3z64xeF1mLm8iA,2263
3449
3449
  benchling_api_client/v2/stable/models/dna_oligos_paginated_list.py,sha256=Vr34A1aTnTT7wtguUkxG6ENVIYUVbzSEPMoHx_JzV4Q,4266
3450
3450
  benchling_api_client/v2/stable/models/dna_oligos_unarchive.py,sha256=tTCvgFIknRPV9kJgIPJUZQ1czP-mAeYmeKeAlc3VuAA,1797
3451
- benchling_api_client/v2/stable/models/dna_sequence.py,sha256=-hat73KTp8clx9ss7gZTxrYfHWendVt9ixe9bLPyl-s,32667
3451
+ benchling_api_client/v2/stable/models/dna_sequence.py,sha256=4ayflBhhVlLofB2uxKAEVTrZxa8RgojjKdGEipTOEtg,34894
3452
3452
  benchling_api_client/v2/stable/models/dna_sequence_base_request.py,sha256=yl8IuBJcZrsXssTxtAzUDlRyi0MpHGNOGuuq3rnzdwE,17734
3453
3453
  benchling_api_client/v2/stable/models/dna_sequence_base_request_for_create.py,sha256=QH6gTqvQCe8LW0K9vSt6GsKFjLszINZSkGitVF7txQ0,16876
3454
3454
  benchling_api_client/v2/stable/models/dna_sequence_bulk_create.py,sha256=BAY506GrNSeY5raabupUdUm_Amk2SMrhptvUaZgfLIg,22698
@@ -3462,7 +3462,7 @@ benchling_api_client/v2/stable/models/dna_sequence_summary_entity_type.py,sha256
3462
3462
  benchling_api_client/v2/stable/models/dna_sequence_transcription.py,sha256=ozAC8gJEBjJUobZrbxSrrsL8-cBwUrYqbDmfMV5zjzw,5377
3463
3463
  benchling_api_client/v2/stable/models/dna_sequence_update.py,sha256=mbFTe3jErlvUVUM69XYEy5MtuWMzF_LhAD7M75DcXPQ,17970
3464
3464
  benchling_api_client/v2/stable/models/dna_sequence_upsert_request.py,sha256=cQ1CYC8HF2mlWsZq4q7up_bpSY0HPfR6wLbRPnE9tn4,20005
3465
- benchling_api_client/v2/stable/models/dna_sequence_with_entity_type.py,sha256=LrXC0luOZjtTzMnC-VBC817lOsw7GsYQV-ODAgYEYoU,34453
3465
+ benchling_api_client/v2/stable/models/dna_sequence_with_entity_type.py,sha256=rBJfIuLRCOKN8cFVvjRdijN8XdcroD675RnrAezRlBA,36680
3466
3466
  benchling_api_client/v2/stable/models/dna_sequence_with_entity_type_entity_type.py,sha256=g8WDD3W6sOmORd5mY9g1HCaCZH_QoQ3pehiI4D8xtaY,780
3467
3467
  benchling_api_client/v2/stable/models/dna_sequences_archival_change.py,sha256=VBWbw7bM2IDwUKB5cGvVN--p7HqaQLurgJ31KwVtFG0,4327
3468
3468
  benchling_api_client/v2/stable/models/dna_sequences_archive.py,sha256=Y-tu-fS07dP1Ssbgh4xWquucj7KkDpshJ9vNRq1ladQ,3035
@@ -3535,7 +3535,7 @@ benchling_api_client/v2/stable/models/entry_note_part.py,sha256=DAqEJWsC1XVzNP7B
3535
3535
  benchling_api_client/v2/stable/models/entry_review_record.py,sha256=xUuJMnJzXCQQXcvJWWooL3HpQdIycslAu3Kli_3Ssu0,4105
3536
3536
  benchling_api_client/v2/stable/models/entry_review_record_status.py,sha256=nUrlSL_NQL8e-9B-0ibCFOjZWcSz3_cqLhVcCkX_Oow,978
3537
3537
  benchling_api_client/v2/stable/models/entry_schema.py,sha256=gAf50BRfEd829cum77RHIk02MZ96vaBWmrKCQDSgfMI,4812
3538
- benchling_api_client/v2/stable/models/entry_schema_detailed.py,sha256=YVtYF9uVkRKIsI6epE30C8WIpqDCH-0dL4zGnbrpqyM,15219
3538
+ benchling_api_client/v2/stable/models/entry_schema_detailed.py,sha256=EsQlq5uraec6f0EOzhDlqCxleraFYOQee06bhLnQM8E,16714
3539
3539
  benchling_api_client/v2/stable/models/entry_schema_detailed_type.py,sha256=8qetc4Jv4gNJ_CNv1_t_LFuBqjmNPN4KrLdWcfpwCck,676
3540
3540
  benchling_api_client/v2/stable/models/entry_schemas_paginated_list.py,sha256=h1CDiSgYBKXGm7ARWKv1_l-f7BuuZ7oJjM8qVT8WIlE,4496
3541
3541
  benchling_api_client/v2/stable/models/entry_table.py,sha256=iKcEY6WYZwzA0OAXe2c0_zj7Wpb5A8okl_IQGk1bWIs,5432
@@ -3724,7 +3724,7 @@ benchling_api_client/v2/stable/models/list_workflow_tasks_scheduled_on.py,sha256
3724
3724
  benchling_api_client/v2/stable/models/listing_error.py,sha256=WFYUD-pfpB3rSTNATPiSlyG07qFwUn_PnZ3zA_f6vgQ,4110
3725
3725
  benchling_api_client/v2/stable/models/location.py,sha256=RwFo5kj-ra8E2PDWrhzw9vhgiotZ9aJzSJQPU5m9evo,17244
3726
3726
  benchling_api_client/v2/stable/models/location_create.py,sha256=yk1ptim8xGvUv_FAaFOPNJHKz7PUjEZW_jyz1bR5qIs,5464
3727
- benchling_api_client/v2/stable/models/location_schema.py,sha256=D5RztBUFumDqbmjnfRv3FLRdA-_6O_0I6BO47cCHM1M,15140
3727
+ benchling_api_client/v2/stable/models/location_schema.py,sha256=JHTI3yQSCxTuNJBDdpVtR8CBqCC41Cx6V9A3VcJQphk,16638
3728
3728
  benchling_api_client/v2/stable/models/location_schema_type.py,sha256=jRBQXRVWWdnLsvSeqvwKq2CbKXEGllukBw7ZmB5YA8E,657
3729
3729
  benchling_api_client/v2/stable/models/location_schemas_list.py,sha256=so1prS5wnqbYP_hDNvqcqs_-wXdQDV_IjcpV1EeAnJI,3582
3730
3730
  benchling_api_client/v2/stable/models/location_schemas_paginated_list.py,sha256=K9twdX-w1zvKxcXBukoayBA-QwqUB4MRzfKhy3otSXE,4595
@@ -3789,7 +3789,7 @@ benchling_api_client/v2/stable/models/molecules_bulk_update_request.py,sha256=BK
3789
3789
  benchling_api_client/v2/stable/models/molecules_bulk_upsert_request.py,sha256=T-xMalPM7QK298ifdOoGYwL_cuEZGK_DMI8-YhwF5e0,2251
3790
3790
  benchling_api_client/v2/stable/models/molecules_paginated_list.py,sha256=b57JBcDmZ7wr5WcEmpeFIXtDi8PUwUKIPZuWDH8YqA0,3317
3791
3791
  benchling_api_client/v2/stable/models/molecules_unarchive.py,sha256=Sv94H4_gT17MHXIVbQNcPaUaxTkbkYJ3DXX6VpUvkkU,1772
3792
- benchling_api_client/v2/stable/models/monomer.py,sha256=YLEPp-SXI80fmVOvnQ6VrLiDugUecIJG5UXlV69pJ9c,22899
3792
+ benchling_api_client/v2/stable/models/monomer.py,sha256=cy2IUglda4GXBrS0O-KW4qddteDKwHIH3KumrJyqk7U,24308
3793
3793
  benchling_api_client/v2/stable/models/monomer_base_request.py,sha256=CXwQQblAu8upF7JOBAe7J1JfcF3sWPGRp99fME4AH_Y,8473
3794
3794
  benchling_api_client/v2/stable/models/monomer_create.py,sha256=1Dho0MBXaJuvMKQNw_NJZPAE2_OMobztjK7C1m4SN90,8588
3795
3795
  benchling_api_client/v2/stable/models/monomer_polymer_type.py,sha256=JF9y90zFzGzE-ylsvCfYNUGhqY4FEJVhkc4v3x0UKSg,647
@@ -3857,7 +3857,7 @@ benchling_api_client/v2/stable/models/plate_create_wells.py,sha256=EnZTZtJagtg-W
3857
3857
  benchling_api_client/v2/stable/models/plate_create_wells_additional_property.py,sha256=iBdl_gdAnSLtmtfhLKpJ77vhqwKiRoiJc0GhVhQ2Ppw,2711
3858
3858
  benchling_api_client/v2/stable/models/plate_creation_table_note_part.py,sha256=dq8C5YN-AlwV9b_jy1OxUiwzNVjf2yx0vE_bq5FAN4M,7935
3859
3859
  benchling_api_client/v2/stable/models/plate_creation_table_note_part_type.py,sha256=dgpUFRi_gH3mfSkzuFT0_I3QEzmE4radHbr3orJ9pZM,741
3860
- benchling_api_client/v2/stable/models/plate_schema.py,sha256=KcNLElhygCuX1k6F2gZxNVjMGDIgnvKBlQuw-rcXVkY,19492
3860
+ benchling_api_client/v2/stable/models/plate_schema.py,sha256=uE2BAN7xh40u7wZDJS2rvc2XSzFQaBx7wIf8DWPDKCM,20987
3861
3861
  benchling_api_client/v2/stable/models/plate_schema_container_schema.py,sha256=KCIno33mrwr0fuP28undZYwTwLPcGWrq3pHTpy2Dwkc,3321
3862
3862
  benchling_api_client/v2/stable/models/plate_schema_type.py,sha256=gCdVJSZLvc-4wU6cwgSI5U26dOYHEB2askW0nkin61I,636
3863
3863
  benchling_api_client/v2/stable/models/plate_schemas_list.py,sha256=3y-JxdiNRF9VQ_0ZZjIyxwzv54xNbpeOj8-9ZzDvWls,3417
@@ -3902,7 +3902,7 @@ benchling_api_client/v2/stable/models/request_requestor.py,sha256=j3x0c_nDk14Nq_
3902
3902
  benchling_api_client/v2/stable/models/request_response.py,sha256=_a0Sei1iJCgptSBL5ztcKq5n-b_uSrzZoBeyUioKBKc,4805
3903
3903
  benchling_api_client/v2/stable/models/request_response_samples_item.py,sha256=CDbjrGNiTvKakFmnFbVVdSimLFcM6AB1ywPM16TDjgo,6221
3904
3904
  benchling_api_client/v2/stable/models/request_response_samples_item_batch.py,sha256=7fK2EjBIk1V5NXbQTWkX3G8yZjoNBMolbNIGZvb_W3k,20647
3905
- benchling_api_client/v2/stable/models/request_response_samples_item_entity.py,sha256=9bRnHixSr7V8bDT08C2rxPwubb0O-4wQz1ryMZAw9MU,48321
3905
+ benchling_api_client/v2/stable/models/request_response_samples_item_entity.py,sha256=ttmuLxlrxsPVbz53Ao1E5Q5vlxrzQMGG5iEUaEfGqdA,50548
3906
3906
  benchling_api_client/v2/stable/models/request_response_samples_item_status.py,sha256=XOoJTwLn071e7SITmzQ7Xi7lWKYxrpzWwEHWqQnelAk,787
3907
3907
  benchling_api_client/v2/stable/models/request_sample_group.py,sha256=nWJd8FZIMIoFa5-ah1XrX7iag18PX2k1TrkiQkwAspg,3997
3908
3908
  benchling_api_client/v2/stable/models/request_sample_group_create.py,sha256=IMKGm_t1l0WvFV6g5CjuGPGB7JE6Oht7VitZ-ZQcraU,2893
@@ -3957,7 +3957,7 @@ benchling_api_client/v2/stable/models/rna_oligos_bulk_update_request.py,sha256=c
3957
3957
  benchling_api_client/v2/stable/models/rna_oligos_bulk_upsert_request.py,sha256=7ifComTvhrO5mgtgiQeEhs280CbwFUEXb-s8vta_v08,2263
3958
3958
  benchling_api_client/v2/stable/models/rna_oligos_paginated_list.py,sha256=qZGHSLPg0Zq4HKo9CzypmxTaCvQ63srx-e8GkT1ckI8,4266
3959
3959
  benchling_api_client/v2/stable/models/rna_oligos_unarchive.py,sha256=_uGNhi66NgcglRtqrCIJqfoYaTCYWHpHKEe9LA-HFys,1797
3960
- benchling_api_client/v2/stable/models/rna_sequence.py,sha256=tkgUrrS0Z2ardBKfeaCRhZU7dBXNr2o_hK2IP6UINLs,34353
3960
+ benchling_api_client/v2/stable/models/rna_sequence.py,sha256=QVhALirmlzxEU21DVtC_9hArkLGrs_0SqDbNlN4ypOI,36466
3961
3961
  benchling_api_client/v2/stable/models/rna_sequence_base_request.py,sha256=fHnxfZAqkutgqGlNLIAOzdzRsYFJ0s1bZkf9ZOk-xtA,21139
3962
3962
  benchling_api_client/v2/stable/models/rna_sequence_base_request_for_create.py,sha256=1F1aJhhUAcv9KolYoay9Jvd1zHgwZWeVI-GYvIP-Cb4,20281
3963
3963
  benchling_api_client/v2/stable/models/rna_sequence_bulk_create.py,sha256=ER7dTUzs5YfpWIJDBMfYU3gvlNcls0ujClHWMyri_gw,26103
@@ -4102,7 +4102,7 @@ benchling_api_client/v2/stable/models/workflow_flowchart_node_config_node_type.p
4102
4102
  benchling_api_client/v2/stable/models/workflow_flowchart_paginated_list.py,sha256=gcn457FbNJBlz6IpUTgEpTpC78pWisPvCELHcQS2lI4,4792
4103
4103
  benchling_api_client/v2/stable/models/workflow_list.py,sha256=NM3cMCnKzf3KArFwJaSkO1-j289ls2qKHQYqjtn4IUc,3252
4104
4104
  benchling_api_client/v2/stable/models/workflow_node_task_group_summary.py,sha256=ZQGPcpTHuwTVmtS-bKV0WtuBpqJ5LyNjeMzlFfrZG8g,5661
4105
- benchling_api_client/v2/stable/models/workflow_output.py,sha256=ZYGG_nAudwWF8l7K5T2mjBYr3hedS-0cEsA1_xKZ4Po,19614
4105
+ benchling_api_client/v2/stable/models/workflow_output.py,sha256=VE9He95noNCEm3qMJw4lMh_InH-SZEpx2KuHz4hzJUQ,21186
4106
4106
  benchling_api_client/v2/stable/models/workflow_output_archive_reason.py,sha256=FXMq8of3dCZoAP7mSI0nRWjjeBMS-Ph1gSUvzPkP9Vw,756
4107
4107
  benchling_api_client/v2/stable/models/workflow_output_bulk_create.py,sha256=FkNf9Zf_OpInhaOnhn8Y8Dg1x8OZl_0Pyr8M43Q5Kvs,4133
4108
4108
  benchling_api_client/v2/stable/models/workflow_output_bulk_update.py,sha256=ijf_u0dT0uiRE3FJE21ibaiYktlt-JvPqIVzNc3cvZQ,4166
@@ -4136,9 +4136,9 @@ benchling_api_client/v2/stable/models/workflow_stage_list.py,sha256=_FlmQw8lnrhi
4136
4136
  benchling_api_client/v2/stable/models/workflow_stage_run.py,sha256=BEZR7vqqx3sf91AGYtr8R85qbnw4_q58F6Fknlg7els,6231
4137
4137
  benchling_api_client/v2/stable/models/workflow_stage_run_list.py,sha256=W73U8hd5wZxY-cQpv0zsTPRGksrc33WSQ1ikYa8_GdY,3767
4138
4138
  benchling_api_client/v2/stable/models/workflow_stage_run_status.py,sha256=xqQNwDgSHLMpcvN4NSiRCn6bwt_9T2iFfsrIt4B8Eog,739
4139
- benchling_api_client/v2/stable/models/workflow_task.py,sha256=0W1qOqHKVEkQETV53uB07iC82iV8Xpu9CJ9wE5QehbM,36234
4139
+ benchling_api_client/v2/stable/models/workflow_task.py,sha256=HyJErpXQqDkszy89Jpy0LEImLe2wqvkwIWCZ6Lpr81Q,39734
4140
4140
  benchling_api_client/v2/stable/models/workflow_task_archive_reason.py,sha256=66zkgivaghyHtj6dwuln7oT-2RKrrEmEKg389avI5b8,746
4141
- benchling_api_client/v2/stable/models/workflow_task_base.py,sha256=kmOsTTgURUJeqBxnzC3I3MZWRtDz0s746_nq_OKnWvY,22699
4141
+ benchling_api_client/v2/stable/models/workflow_task_base.py,sha256=d7OrWN0Q6DyWlc5WVDjmQAz9Vx0rMiUGZ22fl5EKR4c,24271
4142
4142
  benchling_api_client/v2/stable/models/workflow_task_bulk_create.py,sha256=gPFgyJEHLcz-cnzSK2if5DCjePL5Rmz45JPklnWvBoE,6808
4143
4143
  benchling_api_client/v2/stable/models/workflow_task_bulk_update.py,sha256=z5_sKI6IVp6qXJcwcaKKg9Y1_LJ_CZYZbps5bLuxtUs,7582
4144
4144
  benchling_api_client/v2/stable/models/workflow_task_create.py,sha256=ShxVyYxLQnB6Mh5cs5ZfGLp0N95M9XASwkoyCssuLys,6603
@@ -4147,9 +4147,9 @@ benchling_api_client/v2/stable/models/workflow_task_created_event_event_type.py,
4147
4147
  benchling_api_client/v2/stable/models/workflow_task_execution_origin.py,sha256=e_4V11sDEqjgoJJVoGca4-Wogigk2ArohmRNRKvou3Y,5356
4148
4148
  benchling_api_client/v2/stable/models/workflow_task_execution_origin_type.py,sha256=s_R-7I91-U4SJ3OEfd-NSc0QyWtRJ8MQ7Kh3uKvgYHw,782
4149
4149
  benchling_api_client/v2/stable/models/workflow_task_execution_type.py,sha256=AJyYrcfl69Upz6mP8BdW_GCGMwvoHpXZOl3ZIboyqgw,844
4150
- benchling_api_client/v2/stable/models/workflow_task_group.py,sha256=Pbr3pTlaHxPwxPnhIvuDIP8nldm3SBi7zGeJtlqB1ZI,28782
4150
+ benchling_api_client/v2/stable/models/workflow_task_group.py,sha256=hW1-BgnTzaGtBXgeXj-EYdpwaXKPMWwuDzJ50-5Q7ko,32282
4151
4151
  benchling_api_client/v2/stable/models/workflow_task_group_archive_reason.py,sha256=shS9QL-HF1ImCR_rvdvSNklQldSka1H4pS6y4lWaqj0,771
4152
- benchling_api_client/v2/stable/models/workflow_task_group_base.py,sha256=qFfZZoLHpU5LiNF-lZGJG6GAnYNklPXsUHGTRn8ZMec,19822
4152
+ benchling_api_client/v2/stable/models/workflow_task_group_base.py,sha256=2EVX8MhVmCEpjPGpofdfnzUxXT8zcrgM5m3jgjUBRCw,21394
4153
4153
  benchling_api_client/v2/stable/models/workflow_task_group_create.py,sha256=ltAJy8V7PfeaBbAJiBcv-2euHEj1doAXQCXrMrHlMfQ,5679
4154
4154
  benchling_api_client/v2/stable/models/workflow_task_group_created_event.py,sha256=IvUxyJT9M490x8rSvv3GNZzv8bpm7pgdIGZOm1R9kZY,11063
4155
4155
  benchling_api_client/v2/stable/models/workflow_task_group_created_event_event_type.py,sha256=_iPUxhaSa8KEVu2dDtM95xWm3kI8ivL2DI_mhKLcIi8,826
@@ -4167,7 +4167,7 @@ benchling_api_client/v2/stable/models/workflow_task_groups_paginated_list.py,sha
4167
4167
  benchling_api_client/v2/stable/models/workflow_task_groups_unarchive.py,sha256=xk-ReNEzpfqPBoBX-D5EDicos87gGLrSPNUgcAhnJyg,2952
4168
4168
  benchling_api_client/v2/stable/models/workflow_task_node_details.py,sha256=jso7Je7OLAIG8_LmKKquuCAi3-0seDEixwt6jpBeDdo,4794
4169
4169
  benchling_api_client/v2/stable/models/workflow_task_node_details_node_type.py,sha256=ajlft1fL0pDTstuG4tcqUap2bh_WwbI0_plKZQWFQGc,744
4170
- benchling_api_client/v2/stable/models/workflow_task_schema.py,sha256=TLU-PNJVm7GvFiwFgXuG-8bxacde3AJXkEuffUc9-O4,34278
4170
+ benchling_api_client/v2/stable/models/workflow_task_schema.py,sha256=MAlSVqQS1j31aT-nXCfN3DWlKPkypQk3c6G5bjteOww,35767
4171
4171
  benchling_api_client/v2/stable/models/workflow_task_schema_base.py,sha256=h8oXEdRp6ZtH9w95E-o2nz3d61NGdgiOG85GpmhdG4U,28331
4172
4172
  benchling_api_client/v2/stable/models/workflow_task_schema_execution_type.py,sha256=4toUk_MnF0yMvTIWQWw4-360pn72LdnME_Pe_7p4goU,904
4173
4173
  benchling_api_client/v2/stable/models/workflow_task_schema_summary.py,sha256=1m_EK1_zc-VFAH8Akvsx_00pH-fTgKGB1jzmPERSIoo,3419
@@ -4199,7 +4199,7 @@ benchling_api_client/v2/stable/models/worksheet_review_changes_review_record.py,
4199
4199
  benchling_api_client/v2/stable/models/worksheet_review_changes_review_record_status.py,sha256=9VKJkUCQCFCdkJnV8-JLRQObhO0cTJf2ZeZnBIEyPFA,1093
4200
4200
  benchling_api_client/v2/stable/models/worksheet_updated_review_snapshot_beta_event.py,sha256=omW47Bd5ghtsrw7DNYNsnMX_k7xw7JyJOJzw4FWn0oA,12046
4201
4201
  benchling_api_client/v2/stable/models/worksheet_updated_review_snapshot_beta_event_event_type.py,sha256=sjbdp-hm8WO8sTocFgmYd_9zt6PpJdZz5tgws0W2cEg,898
4202
- benchling_api_client/v2/stable/openapi.yaml,sha256=KH3QsBgWlPKGBFgC68Epy26H3Q7ODmHndFpHdTgWT-s,1135402
4202
+ benchling_api_client/v2/stable/openapi.yaml,sha256=uhkL-R9xrGhfP-1GE45gAGt-KbMEZdF4VsfM0fTAOxk,1138219
4203
4203
  benchling_api_client/v2/stable/types.py,sha256=nCpxtn44qMDpuS_jcdbjhJlZFvRrXEUEVEDN471GrH8,244
4204
4204
  benchling_api_client/v2/types.py,sha256=SkWwIlK-UbP10AeiC1VeIQ_1HwALN65zpQyXPc0qDFs,1169
4205
4205
  benchling_api_client/webhooks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -4513,7 +4513,7 @@ benchling_api_client/webhooks/v0/stable/models/workflow_task_updated_status_webh
4513
4513
  benchling_api_client/webhooks/v0/stable/openapi.yaml,sha256=Gvlve51cLq7Ws8ll_8Nx-6SGXuYEb8TWCoWzfg_YGnA,39400
4514
4514
  benchling_api_client/webhooks/v0/stable/types.py,sha256=nCpxtn44qMDpuS_jcdbjhJlZFvRrXEUEVEDN471GrH8,244
4515
4515
  benchling_api_client/webhooks/v0/types.py,sha256=SkWwIlK-UbP10AeiC1VeIQ_1HwALN65zpQyXPc0qDFs,1169
4516
- benchling_api_client-2.0.411.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
4517
- benchling_api_client-2.0.411.dist-info/METADATA,sha256=9tSmqi-7sKwdwS8wFE6dSMuYWLV7FT7SOs35Uw98KvE,1253
4518
- benchling_api_client-2.0.411.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
4519
- benchling_api_client-2.0.411.dist-info/RECORD,,
4516
+ benchling_api_client-2.0.412.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
4517
+ benchling_api_client-2.0.412.dist-info/METADATA,sha256=bSyV1v2qg2YuEND5AzWkCt8RsNRmH5-irCEdtxDUXa0,1253
4518
+ benchling_api_client-2.0.412.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
4519
+ benchling_api_client-2.0.412.dist-info/RECORD,,