benchling-api-client 2.0.416__py3-none-any.whl → 2.0.417__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.
@@ -809,7 +809,7 @@ class AaSequence:
809
809
 
810
810
  @property
811
811
  def web_url(self) -> str:
812
- """ URL of the protein. """
812
+ """ URL of the AA sequence. """
813
813
  if isinstance(self._web_url, Unset):
814
814
  raise NotPresentError(self, "web_url")
815
815
  return self._web_url
@@ -851,7 +851,7 @@ class AaSequenceWithEntityType:
851
851
 
852
852
  @property
853
853
  def web_url(self) -> str:
854
- """ URL of the protein. """
854
+ """ URL of the AA sequence. """
855
855
  if isinstance(self._web_url, Unset):
856
856
  raise NotPresentError(self, "web_url")
857
857
  return self._web_url
@@ -7134,8 +7134,8 @@ tags:
7134
7134
  assigned to access an item.
7135
7135
  name: Collaborations
7136
7136
  - description: 'Benchling supports custom entities for biological entities that are
7137
- neither sequences or proteins. Custom entities must have an entity schema set
7138
- and can have both schema fields and custom fields.
7137
+ neither DNA, RNA, nor AA sequences. Custom entities must have an entity schema
7138
+ set and can have both schema fields and custom fields.
7139
7139
 
7140
7140
  '
7141
7141
  name: Custom Entities
@@ -809,7 +809,7 @@ class AaSequence:
809
809
 
810
810
  @property
811
811
  def web_url(self) -> str:
812
- """ URL of the protein. """
812
+ """ URL of the AA sequence. """
813
813
  if isinstance(self._web_url, Unset):
814
814
  raise NotPresentError(self, "web_url")
815
815
  return self._web_url
@@ -851,7 +851,7 @@ class AaSequenceWithEntityType:
851
851
 
852
852
  @property
853
853
  def web_url(self) -> str:
854
- """ URL of the protein. """
854
+ """ URL of the AA sequence. """
855
855
  if isinstance(self._web_url, Unset):
856
856
  raise NotPresentError(self, "web_url")
857
857
  return self._web_url
@@ -2839,7 +2839,7 @@ components:
2839
2839
  description: The path of the web URL, omitting the tenant domain
2840
2840
  type: string
2841
2841
  webURL:
2842
- description: URL of the protein.
2842
+ description: URL of the AA sequence.
2843
2843
  example: https://benchling.com/benchling/f/lib_55UxcIps-registry/prtn_7nMBOMm0-kedchain11/edit"
2844
2844
  format: uri
2845
2845
  readOnly: true
@@ -7894,8 +7894,8 @@ tags:
7894
7894
  assigned to access an item.
7895
7895
  name: Collaborations
7896
7896
  - description: 'Benchling supports custom entities for biological entities that are
7897
- neither sequences or proteins. Custom entities must have an entity schema set
7898
- and can have both schema fields and custom fields.
7897
+ neither DNA, RNA, nor AA sequences. Custom entities must have an entity schema
7898
+ set and can have both schema fields and custom fields.
7899
7899
 
7900
7900
  '
7901
7901
  name: Custom Entities
@@ -809,7 +809,7 @@ class AaSequence:
809
809
 
810
810
  @property
811
811
  def web_url(self) -> str:
812
- """ URL of the protein. """
812
+ """ URL of the AA sequence. """
813
813
  if isinstance(self._web_url, Unset):
814
814
  raise NotPresentError(self, "web_url")
815
815
  return self._web_url
@@ -851,7 +851,7 @@ class AaSequenceWithEntityType:
851
851
 
852
852
  @property
853
853
  def web_url(self) -> str:
854
- """ URL of the protein. """
854
+ """ URL of the AA sequence. """
855
855
  if isinstance(self._web_url, Unset):
856
856
  raise NotPresentError(self, "web_url")
857
857
  return self._web_url
@@ -21040,7 +21040,7 @@ components:
21040
21040
  description: The path of the web URL, omitting the tenant domain
21041
21041
  type: string
21042
21042
  webURL:
21043
- description: URL of the protein.
21043
+ description: URL of the AA sequence.
21044
21044
  example: https://benchling.com/benchling/f/lib_55UxcIps-registry/prtn_7nMBOMm0-kedchain11/edit"
21045
21045
  format: uri
21046
21046
  readOnly: true
@@ -35891,8 +35891,8 @@ tags:
35891
35891
  '
35892
35892
  name: Containers
35893
35893
  - description: 'Benchling supports custom entities for biological entities that are
35894
- neither sequences or proteins. Custom entities must have an entity schema set
35895
- and can have both schema fields and custom fields.
35894
+ neither DNA, RNA, nor AA sequences. Custom entities must have an entity schema
35895
+ set and can have both schema fields and custom fields.
35896
35896
 
35897
35897
  '
35898
35898
  name: Custom Entities
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: benchling-api-client
3
- Version: 2.0.416
3
+ Version: 2.0.417
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=1gM-OuMqYRkZaSSD5OiTMMfptaUMLzp7ZJe-hEXZHPA,26919
474
+ benchling_api_client/models/aa_sequence.py,sha256=AZ0wYCN46PkVSfuPQdUv1wmeBeqdOSJROa9eKXUWMi0,26923
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=rHW1pfUAIf9W0oHcKsZjur6YHGA-kCA_l8QUoXxn9Ww,28696
486
+ benchling_api_client/models/aa_sequence_with_entity_type.py,sha256=4zMab0M8fVSve5OOVokC4FsiSMdIjpr2w0-DAXMI6XU,28700
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
@@ -2122,7 +2122,7 @@ benchling_api_client/v2/alpha/models/user_validation_validation_status.py,sha256
2122
2122
  benchling_api_client/v2/alpha/models/workflow_task_schema_dependency.py,sha256=yVI3BdgsL8w4eoTPSlzZwA_4RJd4Igt4xnbOPc862zo,8226
2123
2123
  benchling_api_client/v2/alpha/models/workflow_task_schema_dependency_output.py,sha256=VSUorIgg3VetmPLa-HNpviFZ2MEuLC35Klj1mdujzRo,3838
2124
2124
  benchling_api_client/v2/alpha/models/workflow_task_schema_dependency_type.py,sha256=mi7_dLXJ5p5o_QS2dfq4J2UwT2TOTKeh0prqgP4aS7Y,781
2125
- benchling_api_client/v2/alpha/openapi.yaml,sha256=H90TG8VmU0H0NmxWavjpunwNiS52YOdE_NqpKjB_zsQ,225237
2125
+ benchling_api_client/v2/alpha/openapi.yaml,sha256=hA_6dRCPLqsWcGoVZP8Uy5C7snWAKSBNZ3TKGipJZo0,225242
2126
2126
  benchling_api_client/v2/alpha/types.py,sha256=nCpxtn44qMDpuS_jcdbjhJlZFvRrXEUEVEDN471GrH8,244
2127
2127
  benchling_api_client/v2/auth/__init__.py,sha256=N4pJYVUnTLzg5HO9ZldHaI-Am97i6AOCdQS0M5QcVpA,120
2128
2128
  benchling_api_client/v2/auth/api_key_auth.py,sha256=_z7albjrstwL675sSoPrPSG7VG1F8pz0ktbzdF2D2w8,627
@@ -2199,13 +2199,13 @@ benchling_api_client/v2/beta/client.py,sha256=p_yggN7jYn2PLnmGFsfhBsKCAfQk4LClVa
2199
2199
  benchling_api_client/v2/beta/extensions.py,sha256=IRFkrlzw100H14hN14MYS2n_zMCHxtAtiiJF4KeeEXI,263
2200
2200
  benchling_api_client/v2/beta/models/__init__.py,sha256=hBxtiNn99Havz1UE3bxKO39JuVcrUv-PraS59MWb6Ig,60
2201
2201
  benchling_api_client/v2/beta/models/aa_annotation.py,sha256=6j2sYsoxcdU52S95DSM9be7sH2gkZsso0jKa4eUCIzA,7412
2202
- benchling_api_client/v2/beta/models/aa_sequence.py,sha256=1gM-OuMqYRkZaSSD5OiTMMfptaUMLzp7ZJe-hEXZHPA,26919
2202
+ benchling_api_client/v2/beta/models/aa_sequence.py,sha256=AZ0wYCN46PkVSfuPQdUv1wmeBeqdOSJROa9eKXUWMi0,26923
2203
2203
  benchling_api_client/v2/beta/models/aa_sequence_base_request.py,sha256=4SzOmdNDgOe-yS4pQWzwaSPk0T8qHdPi1PgnHz6jcJk,12164
2204
2204
  benchling_api_client/v2/beta/models/aa_sequence_base_request_for_create.py,sha256=MCFJhv2F_NnrA5TOAno4lJD9lWTGKiTFjrHz2Phatts,12224
2205
2205
  benchling_api_client/v2/beta/models/aa_sequence_bulk_upsert_request.py,sha256=Rls3XRad7_cqpdoIFRBxGb8wElWGjh60Std7q9RJMhc,15689
2206
2206
  benchling_api_client/v2/beta/models/aa_sequence_summary.py,sha256=XFPhjcGFnWDBGFRFAnW1UUKDRcY7IPEPOvApraGZz8M,4883
2207
2207
  benchling_api_client/v2/beta/models/aa_sequence_summary_entity_type.py,sha256=5MOvu3bWZfiM_L_dQpIElS4j3PUi0ehPxQu707b2jNo,708
2208
- benchling_api_client/v2/beta/models/aa_sequence_with_entity_type.py,sha256=rHW1pfUAIf9W0oHcKsZjur6YHGA-kCA_l8QUoXxn9Ww,28696
2208
+ benchling_api_client/v2/beta/models/aa_sequence_with_entity_type.py,sha256=4zMab0M8fVSve5OOVokC4FsiSMdIjpr2w0-DAXMI6XU,28700
2209
2209
  benchling_api_client/v2/beta/models/aa_sequence_with_entity_type_entity_type.py,sha256=K7_d9S3QTlQlNxiqI8We_Ej1oRYvbyfYQ533bgkv9tU,773
2210
2210
  benchling_api_client/v2/beta/models/access_policies_paginated_list.py,sha256=otC1NOHSJtu0DJCJ-cqm8b78DjPW16ypHM6eFfSrCsk,3335
2211
2211
  benchling_api_client/v2/beta/models/access_policy.py,sha256=TlHRtNV3Mr9HiMEJ1H_nbr8B2vYhQT51Op-ml8i5Kx0,2330
@@ -2538,7 +2538,7 @@ benchling_api_client/v2/beta/models/worksheet_review_changes.py,sha256=0MmkysLeA
2538
2538
  benchling_api_client/v2/beta/models/worksheet_review_changes_by_id.py,sha256=UgTNMq3Q_ZcIumMhd8irgQAZjXCFFQeE33b_WiiYgDU,3344
2539
2539
  benchling_api_client/v2/beta/models/worksheet_review_changes_review_record.py,sha256=vYjl1dskegWel0XUx2d0UEFhM5pQ_FKjGZNwKkYTHbQ,6202
2540
2540
  benchling_api_client/v2/beta/models/worksheet_review_changes_review_record_status.py,sha256=9VKJkUCQCFCdkJnV8-JLRQObhO0cTJf2ZeZnBIEyPFA,1093
2541
- benchling_api_client/v2/beta/openapi.yaml,sha256=7vLsaGqo9CSHfAz6SHvw8qpPuc4q59ZLWwOOPdJKJKg,249416
2541
+ benchling_api_client/v2/beta/openapi.yaml,sha256=wi65Sgx-lHbNDOHR0Lu7tW3JL9P7r5EM6B7BNxTm0gc,249425
2542
2542
  benchling_api_client/v2/beta/types.py,sha256=nCpxtn44qMDpuS_jcdbjhJlZFvRrXEUEVEDN471GrH8,244
2543
2543
  benchling_api_client/v2/client.py,sha256=-6Yzio8p22BaTJ_BEInEoUzmh4afxXlwceNFtn1vBLc,2241
2544
2544
  benchling_api_client/v2/extensions.py,sha256=4TSjnmlUquvmBu8up1vPXutEInf-oXDSZ58ciyBW7_E,1996
@@ -3014,7 +3014,7 @@ benchling_api_client/v2/stable/client.py,sha256=p_yggN7jYn2PLnmGFsfhBsKCAfQk4LCl
3014
3014
  benchling_api_client/v2/stable/extensions.py,sha256=IRFkrlzw100H14hN14MYS2n_zMCHxtAtiiJF4KeeEXI,263
3015
3015
  benchling_api_client/v2/stable/models/__init__.py,sha256=hBxtiNn99Havz1UE3bxKO39JuVcrUv-PraS59MWb6Ig,60
3016
3016
  benchling_api_client/v2/stable/models/aa_annotation.py,sha256=6j2sYsoxcdU52S95DSM9be7sH2gkZsso0jKa4eUCIzA,7412
3017
- benchling_api_client/v2/stable/models/aa_sequence.py,sha256=1gM-OuMqYRkZaSSD5OiTMMfptaUMLzp7ZJe-hEXZHPA,26919
3017
+ benchling_api_client/v2/stable/models/aa_sequence.py,sha256=AZ0wYCN46PkVSfuPQdUv1wmeBeqdOSJROa9eKXUWMi0,26923
3018
3018
  benchling_api_client/v2/stable/models/aa_sequence_base_request.py,sha256=4SzOmdNDgOe-yS4pQWzwaSPk0T8qHdPi1PgnHz6jcJk,12164
3019
3019
  benchling_api_client/v2/stable/models/aa_sequence_base_request_for_create.py,sha256=MCFJhv2F_NnrA5TOAno4lJD9lWTGKiTFjrHz2Phatts,12224
3020
3020
  benchling_api_client/v2/stable/models/aa_sequence_bulk_create.py,sha256=Pd1z_bLyffGNwgkF2vCLkHCs4EBOpEIkC8dUQu05Ihs,16223
@@ -3026,7 +3026,7 @@ benchling_api_client/v2/stable/models/aa_sequence_summary.py,sha256=XFPhjcGFnWDB
3026
3026
  benchling_api_client/v2/stable/models/aa_sequence_summary_entity_type.py,sha256=5MOvu3bWZfiM_L_dQpIElS4j3PUi0ehPxQu707b2jNo,708
3027
3027
  benchling_api_client/v2/stable/models/aa_sequence_update.py,sha256=Kew1Gs9TUUcq0HSXr9gQsDzrzd8QoYFfK5KoHqfV5Pg,12401
3028
3028
  benchling_api_client/v2/stable/models/aa_sequence_upsert.py,sha256=8wOyheIXZ2kJLYzGPo_Gs4-uwM464Zek8XFVBnIZjLI,15617
3029
- benchling_api_client/v2/stable/models/aa_sequence_with_entity_type.py,sha256=rHW1pfUAIf9W0oHcKsZjur6YHGA-kCA_l8QUoXxn9Ww,28696
3029
+ benchling_api_client/v2/stable/models/aa_sequence_with_entity_type.py,sha256=4zMab0M8fVSve5OOVokC4FsiSMdIjpr2w0-DAXMI6XU,28700
3030
3030
  benchling_api_client/v2/stable/models/aa_sequence_with_entity_type_entity_type.py,sha256=K7_d9S3QTlQlNxiqI8We_Ej1oRYvbyfYQ533bgkv9tU,773
3031
3031
  benchling_api_client/v2/stable/models/aa_sequences_archival_change.py,sha256=iWUHmUHMnaN20B8QVZCjLxVvQbPJcBF64ObiXbd21Bo,4291
3032
3032
  benchling_api_client/v2/stable/models/aa_sequences_archive.py,sha256=JmQgtm67SKAmeNJSA2tLrXDvwwwnveqairbSoGj4kgM,3005
@@ -4225,7 +4225,7 @@ benchling_api_client/v2/stable/models/worksheet_review_changes_review_record.py,
4225
4225
  benchling_api_client/v2/stable/models/worksheet_review_changes_review_record_status.py,sha256=9VKJkUCQCFCdkJnV8-JLRQObhO0cTJf2ZeZnBIEyPFA,1093
4226
4226
  benchling_api_client/v2/stable/models/worksheet_updated_review_snapshot_beta_event.py,sha256=omW47Bd5ghtsrw7DNYNsnMX_k7xw7JyJOJzw4FWn0oA,12046
4227
4227
  benchling_api_client/v2/stable/models/worksheet_updated_review_snapshot_beta_event_event_type.py,sha256=sjbdp-hm8WO8sTocFgmYd_9zt6PpJdZz5tgws0W2cEg,898
4228
- benchling_api_client/v2/stable/openapi.yaml,sha256=iU_amUJ95MTGf_mMmiGEryZyMr0IH6xdE2WPoW3drYM,1138840
4228
+ benchling_api_client/v2/stable/openapi.yaml,sha256=fmxjXzbKzY4_6rbly8GcAZkd0k7qmr4A3hxpXHHD0uQ,1138849
4229
4229
  benchling_api_client/v2/stable/types.py,sha256=nCpxtn44qMDpuS_jcdbjhJlZFvRrXEUEVEDN471GrH8,244
4230
4230
  benchling_api_client/v2/types.py,sha256=SkWwIlK-UbP10AeiC1VeIQ_1HwALN65zpQyXPc0qDFs,1169
4231
4231
  benchling_api_client/webhooks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -4539,7 +4539,7 @@ benchling_api_client/webhooks/v0/stable/models/workflow_task_updated_status_webh
4539
4539
  benchling_api_client/webhooks/v0/stable/openapi.yaml,sha256=Gvlve51cLq7Ws8ll_8Nx-6SGXuYEb8TWCoWzfg_YGnA,39400
4540
4540
  benchling_api_client/webhooks/v0/stable/types.py,sha256=nCpxtn44qMDpuS_jcdbjhJlZFvRrXEUEVEDN471GrH8,244
4541
4541
  benchling_api_client/webhooks/v0/types.py,sha256=SkWwIlK-UbP10AeiC1VeIQ_1HwALN65zpQyXPc0qDFs,1169
4542
- benchling_api_client-2.0.416.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
4543
- benchling_api_client-2.0.416.dist-info/METADATA,sha256=0E98IePBa4R364AnysXVmBelLZIVfQXMcyCQ95-awGo,1253
4544
- benchling_api_client-2.0.416.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
4545
- benchling_api_client-2.0.416.dist-info/RECORD,,
4542
+ benchling_api_client-2.0.417.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
4543
+ benchling_api_client-2.0.417.dist-info/METADATA,sha256=W4XAHUE6_Z2uSF0zb-iDM69s8rEdBDy86BJfli8Y3aw,1253
4544
+ benchling_api_client-2.0.417.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
4545
+ benchling_api_client-2.0.417.dist-info/RECORD,,