deeporigin-data-sdk 0.1.0a43__py3-none-any.whl → 0.1.0a44__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.
- deeporigin_data/_version.py +1 -1
- deeporigin_data/types/add_database_column_response.py +891 -3
- deeporigin_data/types/client_update_database_column_params.py +857 -4
- deeporigin_data/types/list_row_back_references_response.py +2728 -5
- deeporigin_data/types/shared/database.py +884 -5
- deeporigin_data/types/update_database_column_response.py +891 -3
- {deeporigin_data_sdk-0.1.0a43.dist-info → deeporigin_data_sdk-0.1.0a44.dist-info}/METADATA +4 -5
- {deeporigin_data_sdk-0.1.0a43.dist-info → deeporigin_data_sdk-0.1.0a44.dist-info}/RECORD +10 -10
- {deeporigin_data_sdk-0.1.0a43.dist-info → deeporigin_data_sdk-0.1.0a44.dist-info}/WHEEL +0 -0
- {deeporigin_data_sdk-0.1.0a43.dist-info → deeporigin_data_sdk-0.1.0a44.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: deeporigin_data_sdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a44
|
4
4
|
Summary: The official Python library for the deeporigin_data API
|
5
5
|
Project-URL: Homepage, https://github.com/deeporiginbio/deeporigin-data-sdk
|
6
6
|
Project-URL: Repository, https://github.com/deeporiginbio/deeporigin-data-sdk
|
@@ -143,7 +143,7 @@ except deeporigin_data.APIStatusError as e:
|
|
143
143
|
print(e.response)
|
144
144
|
```
|
145
145
|
|
146
|
-
Error codes are as
|
146
|
+
Error codes are as follows:
|
147
147
|
|
148
148
|
| Status Code | Error Type |
|
149
149
|
| ----------- | -------------------------- |
|
@@ -287,8 +287,7 @@ If you need to access undocumented endpoints, params, or response properties, th
|
|
287
287
|
#### Undocumented endpoints
|
288
288
|
|
289
289
|
To make requests to undocumented endpoints, you can make requests using `client.get`, `client.post`, and other
|
290
|
-
http verbs. Options on the client will be respected (such as retries)
|
291
|
-
request.
|
290
|
+
http verbs. Options on the client will be respected (such as retries) when making this request.
|
292
291
|
|
293
292
|
```py
|
294
293
|
import httpx
|
@@ -363,7 +362,7 @@ with DeeporiginData(
|
|
363
362
|
This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
|
364
363
|
|
365
364
|
1. Changes that only affect static types, without breaking runtime behavior.
|
366
|
-
2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_
|
365
|
+
2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals.)_
|
367
366
|
3. Changes that we do not expect to impact the vast majority of users in practice.
|
368
367
|
|
369
368
|
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
|
@@ -11,7 +11,7 @@ deeporigin_data/_resource.py,sha256=tkm4gF9YRotE93j48jTDBSGs8wyVa0E5NS9fj19e38c,
|
|
11
11
|
deeporigin_data/_response.py,sha256=Kj-Zi9_3rAr8jDDHy2yTG8SCMF2a7dilTyE-yQO7pag,28747
|
12
12
|
deeporigin_data/_streaming.py,sha256=yG857cOSJD3gbc7mEc2wqfvcPVLMGmYX4hBOqqIT5RE,10132
|
13
13
|
deeporigin_data/_types.py,sha256=HI5vtFJGLEsyOrrWJRSRtUeOSrd8EdoM020wC51GvcI,6152
|
14
|
-
deeporigin_data/_version.py,sha256=
|
14
|
+
deeporigin_data/_version.py,sha256=bVUvih5VCHx8Sw1Z4FFwVP2TRQwZdP2xHWx-XoS6eEQ,176
|
15
15
|
deeporigin_data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
deeporigin_data/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
17
17
|
deeporigin_data/_utils/_logs.py,sha256=R7dnUaDs2cdYbq1Ee16dHy863wdcTZRRzubw9KE0qNc,801
|
@@ -25,7 +25,7 @@ deeporigin_data/_utils/_utils.py,sha256=8UmbPOy_AAr2uUjjFui-VZSrVBHRj6bfNEKRp5YZ
|
|
25
25
|
deeporigin_data/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
|
26
26
|
deeporigin_data/resources/__init__.py,sha256=ikKh5ucm9qFI-Z42nOKxhBhEI-YHaaxvsSddO_Nx0-Y,86
|
27
27
|
deeporigin_data/types/__init__.py,sha256=rWEVTTs8jU5G-8Ua5Aix0ID5AkXImeqfd4TteL4aj9k,8567
|
28
|
-
deeporigin_data/types/add_database_column_response.py,sha256=
|
28
|
+
deeporigin_data/types/add_database_column_response.py,sha256=OOiL4Ai6T2e9ShlOPrtLndBjq5BM_2E6jWZqGDM_5Bg,34107
|
29
29
|
deeporigin_data/types/chat_create_thread_response.py,sha256=AZrFyvH7uj-VptxC4DLqq2zTzBTYRiosfNUGDSDe4jE,678
|
30
30
|
deeporigin_data/types/chat_list_messages_response.py,sha256=weE0jVbPTGI-_A72HW2J4hHoG7V8t3ZVTRvpwsmyLJI,1774
|
31
31
|
deeporigin_data/types/client_add_database_column_params.py,sha256=E_WeByZ0Ba3lERxHEiegZW8_pT2dFcsjFZu84fAFybw,12427
|
@@ -68,7 +68,7 @@ deeporigin_data/types/client_lock_database_params.py,sha256=PlpoA6qVLm22Rb73U9Du
|
|
68
68
|
deeporigin_data/types/client_parse_base_sequence_data_params.py,sha256=GDii5dgimUolBBFmF0rOyTX8tbDwczCLSkfyy6r2GAo,403
|
69
69
|
deeporigin_data/types/client_resolve_ids_params.py,sha256=9uVa88FIpQNsp16_2mAoXV2vZGqnzbuqXgUkU9ow5Sk,710
|
70
70
|
deeporigin_data/types/client_unlock_database_params.py,sha256=4l-QQ_q3n8KI-gNAlsLf-8SoZgQMCyCpzISI2kxPaXk,397
|
71
|
-
deeporigin_data/types/client_update_database_column_params.py,sha256=
|
71
|
+
deeporigin_data/types/client_update_database_column_params.py,sha256=cyyJT684kxJRyG2fcuGCOmdj9m09bdol8FGslFSRxHI,29997
|
72
72
|
deeporigin_data/types/client_update_database_params.py,sha256=eBWaNkRxf6H_D6lgiWeHdZNDjrAvJiYXojDutwBl9SA,645
|
73
73
|
deeporigin_data/types/client_update_workspace_params.py,sha256=9NpMi2wwH6VUuwmbweu1Y-xzwMfCzr0MCqQkRxlxEi0,586
|
74
74
|
deeporigin_data/types/configure_column_select_options_response.py,sha256=VLkDEXoNX74MA8kLN5Tosf-GU2fRSl7b9ihyHNwbNUk,592
|
@@ -96,20 +96,20 @@ deeporigin_data/types/list_database_column_unique_values_v2_response.py,sha256=T
|
|
96
96
|
deeporigin_data/types/list_database_rows_response.py,sha256=s99W98Cdli8gpqiWKp0yCTraCwPVt2jPiVWjLgloQLU,420
|
97
97
|
deeporigin_data/types/list_files_response.py,sha256=uKDQKAr33pEFNbfXqtPP1d2XMm7Ln5h_2M_55umNjVk,517
|
98
98
|
deeporigin_data/types/list_mentions_response.py,sha256=hAlMq4lpghcDGDY55w5HszSUp9aOKbZzS4e2j617A84,620
|
99
|
-
deeporigin_data/types/list_row_back_references_response.py,sha256=
|
99
|
+
deeporigin_data/types/list_row_back_references_response.py,sha256=eHbFZrxTkX5usSs0CxWlLVapCX8TyX2Von7dvjJbBiI,112131
|
100
100
|
deeporigin_data/types/list_rows_response.py,sha256=UZMlQTwmbOZyiQgyd3kaQIs2jIf0sK8tAH_I5akh0bQ,572
|
101
101
|
deeporigin_data/types/lock_database_response.py,sha256=umJT88AMTj-zhpwck5KvY-pXBqNbZODi_3XNMt-xBUg,254
|
102
102
|
deeporigin_data/types/parse_base_sequence_data_response.py,sha256=Zx-OBZMjkItXSppxGytGfCneTq8Ku6tP7mfSOjypHS8,720
|
103
103
|
deeporigin_data/types/resolve_ids_response.py,sha256=YQCy_Wuj2tZbgjGdId8DYPtUN2SP1cN81w1KTa5i1xw,955
|
104
104
|
deeporigin_data/types/unlock_database_response.py,sha256=tL3SOkK3Q6yI0lrr9PY5sqUO3jETUd29WeVaNmKVgGc,258
|
105
|
-
deeporigin_data/types/update_database_column_response.py,sha256=
|
105
|
+
deeporigin_data/types/update_database_column_response.py,sha256=8HJAOQj_PbB7ALL1X6mfEXiN61O-XT8NeERVAy08qZM,34113
|
106
106
|
deeporigin_data/types/update_database_response.py,sha256=abtJ_GjAReuizXVNkXUMSwwm5uSCMylgsDlduNzCUtg,258
|
107
107
|
deeporigin_data/types/update_workspace_response.py,sha256=jikZhBFlm8ycxP0z4op-ygHo_b0Dx7zKZV6eUJQ0icc,263
|
108
108
|
deeporigin_data/types/shared/__init__.py,sha256=pYKaryHlFLkuhKqOrqy-7tuC-5jYgPHZ3McDCyPfFFc,567
|
109
109
|
deeporigin_data/types/shared/add_column_base.py,sha256=U8cpfpPt0zbNbkVEwzU2ckw_XhXdNjQ3fcM12df621c,1184
|
110
110
|
deeporigin_data/types/shared/add_column_union.py,sha256=gVn9S3jFu670Cnr1TTpY_jedCmy3VZGfpNa1JTLTxHU,1031
|
111
111
|
deeporigin_data/types/shared/condition.py,sha256=EB1OG5Ttx1ZynHMG_3jAeYXzVrT1K5PHuMs5ElDFDQs,2840
|
112
|
-
deeporigin_data/types/shared/database.py,sha256=
|
112
|
+
deeporigin_data/types/shared/database.py,sha256=iwUbslESsQyB9TRK_S-592BQ8j-GAPUHderLeaJ0Uug,34258
|
113
113
|
deeporigin_data/types/shared/database_row.py,sha256=kcvB3dqJDIKKc5dPGZ0txF2yqo6QXAziJRRhoYHhdkM,20981
|
114
114
|
deeporigin_data/types/shared/describe_row_response.py,sha256=y41eJRkkLSQrm9A_lvwisBWVHH9_m2qUU6g9Sgp0nbA,538
|
115
115
|
deeporigin_data/types/shared/file.py,sha256=ypKveZM0ya4jWyQUz83J8tpxaSWi2Aq6I_lN2ib8oUs,759
|
@@ -120,7 +120,7 @@ deeporigin_data/types/shared_params/add_column_base.py,sha256=s8cbOjluJmf4Pzmg_v
|
|
120
120
|
deeporigin_data/types/shared_params/add_column_union.py,sha256=uEJwB-xtbKY19Hq7a2vIrGdDfPcHIBwp9_R63Qf9KO0,1036
|
121
121
|
deeporigin_data/types/shared_params/condition.py,sha256=5hbTmfZ-94Hk7Pugl_SirBtuexQNVS2moyvh1jqeptw,2720
|
122
122
|
deeporigin_data/types/shared_params/row_filter_join.py,sha256=IU9uWStuIBpzkAaMR19CVAYfnmaDY-Xj3v3k_RPElq8,591
|
123
|
-
deeporigin_data_sdk-0.1.
|
124
|
-
deeporigin_data_sdk-0.1.
|
125
|
-
deeporigin_data_sdk-0.1.
|
126
|
-
deeporigin_data_sdk-0.1.
|
123
|
+
deeporigin_data_sdk-0.1.0a44.dist-info/METADATA,sha256=Vd07INPRMEHaPIpbsdiuMFKy0syyldFktyRBNfMuwzc,13402
|
124
|
+
deeporigin_data_sdk-0.1.0a44.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
125
|
+
deeporigin_data_sdk-0.1.0a44.dist-info/licenses/LICENSE,sha256=jT1To9IZ3XdRqtpv8wDrIwpatTUvf5yP0sFYhEtJVZY,11345
|
126
|
+
deeporigin_data_sdk-0.1.0a44.dist-info/RECORD,,
|
File without changes
|
{deeporigin_data_sdk-0.1.0a43.dist-info → deeporigin_data_sdk-0.1.0a44.dist-info}/licenses/LICENSE
RENAMED
File without changes
|