data-repo-client 2.266.0__py3-none-any.whl → 2.267.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of data-repo-client might be problematic. Click here for more details.
- data_repo_client/__init__.py +1 -1
- data_repo_client/api/repository_api.py +2 -2
- data_repo_client/api/snapshots_api.py +2 -2
- data_repo_client/api_client.py +1 -1
- data_repo_client/configuration.py +1 -1
- {data_repo_client-2.266.0.dist-info → data_repo_client-2.267.0.dist-info}/METADATA +1 -1
- {data_repo_client-2.266.0.dist-info → data_repo_client-2.267.0.dist-info}/RECORD +9 -9
- {data_repo_client-2.266.0.dist-info → data_repo_client-2.267.0.dist-info}/WHEEL +0 -0
- {data_repo_client-2.266.0.dist-info → data_repo_client-2.267.0.dist-info}/top_level.txt +0 -0
data_repo_client/__init__.py
CHANGED
|
@@ -1775,7 +1775,7 @@ class RepositoryApi(object):
|
|
|
1775
1775
|
def delete_snapshot(self, id, **kwargs): # noqa: E501
|
|
1776
1776
|
"""delete_snapshot # noqa: E501
|
|
1777
1777
|
|
|
1778
|
-
Delete a snapshot by id
|
|
1778
|
+
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. # noqa: E501
|
|
1779
1779
|
This method makes a synchronous HTTP request by default. To make an
|
|
1780
1780
|
asynchronous HTTP request, please pass async_req=True
|
|
1781
1781
|
>>> thread = api.delete_snapshot(id, async_req=True)
|
|
@@ -1800,7 +1800,7 @@ class RepositoryApi(object):
|
|
|
1800
1800
|
def delete_snapshot_with_http_info(self, id, **kwargs): # noqa: E501
|
|
1801
1801
|
"""delete_snapshot # noqa: E501
|
|
1802
1802
|
|
|
1803
|
-
Delete a snapshot by id
|
|
1803
|
+
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. # noqa: E501
|
|
1804
1804
|
This method makes a synchronous HTTP request by default. To make an
|
|
1805
1805
|
asynchronous HTTP request, please pass async_req=True
|
|
1806
1806
|
>>> thread = api.delete_snapshot_with_http_info(id, async_req=True)
|
|
@@ -408,7 +408,7 @@ class SnapshotsApi(object):
|
|
|
408
408
|
def delete_snapshot(self, id, **kwargs): # noqa: E501
|
|
409
409
|
"""delete_snapshot # noqa: E501
|
|
410
410
|
|
|
411
|
-
Delete a snapshot by id
|
|
411
|
+
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. # noqa: E501
|
|
412
412
|
This method makes a synchronous HTTP request by default. To make an
|
|
413
413
|
asynchronous HTTP request, please pass async_req=True
|
|
414
414
|
>>> thread = api.delete_snapshot(id, async_req=True)
|
|
@@ -433,7 +433,7 @@ class SnapshotsApi(object):
|
|
|
433
433
|
def delete_snapshot_with_http_info(self, id, **kwargs): # noqa: E501
|
|
434
434
|
"""delete_snapshot # noqa: E501
|
|
435
435
|
|
|
436
|
-
Delete a snapshot by id
|
|
436
|
+
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. # noqa: E501
|
|
437
437
|
This method makes a synchronous HTTP request by default. To make an
|
|
438
438
|
asynchronous HTTP request, please pass async_req=True
|
|
439
439
|
>>> thread = api.delete_snapshot_with_http_info(id, async_req=True)
|
data_repo_client/api_client.py
CHANGED
|
@@ -78,7 +78,7 @@ class ApiClient(object):
|
|
|
78
78
|
self.default_headers[header_name] = header_value
|
|
79
79
|
self.cookie = cookie
|
|
80
80
|
# Set default User-Agent.
|
|
81
|
-
self.user_agent = 'OpenAPI-Generator/2.
|
|
81
|
+
self.user_agent = 'OpenAPI-Generator/2.267.0/python'
|
|
82
82
|
self.client_side_validation = configuration.client_side_validation
|
|
83
83
|
|
|
84
84
|
def __enter__(self):
|
|
@@ -336,7 +336,7 @@ class Configuration(object):
|
|
|
336
336
|
"OS: {env}\n"\
|
|
337
337
|
"Python Version: {pyversion}\n"\
|
|
338
338
|
"Version of the API: 0.1.0\n"\
|
|
339
|
-
"SDK Package Version: 2.
|
|
339
|
+
"SDK Package Version: 2.267.0".\
|
|
340
340
|
format(env=sys.platform, pyversion=sys.version)
|
|
341
341
|
|
|
342
342
|
def get_host_settings(self):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
data_repo_client/__init__.py,sha256=
|
|
2
|
-
data_repo_client/api_client.py,sha256=
|
|
3
|
-
data_repo_client/configuration.py,sha256=
|
|
1
|
+
data_repo_client/__init__.py,sha256=smTYEkMPaPJavvNxCd2kNZTCwu62mnfFRUKaHkkxeaQ,18151
|
|
2
|
+
data_repo_client/api_client.py,sha256=EqZt67SD6yUNcCKRC9TUVNNaNQyVPMbZ06HAmLUVmtc,27141
|
|
3
|
+
data_repo_client/configuration.py,sha256=JYVQJarE5t9K9S00gO9kNdY5cxi2et8NhAuTyLieJv4,13682
|
|
4
4
|
data_repo_client/exceptions.py,sha256=Gx__KU4uPo9oWgPHmHS5Ond_mhm0PbJUcPXuZCYTECM,4674
|
|
5
5
|
data_repo_client/rest.py,sha256=NMuGDkxTl2dpbrQblMjDIACvVEcGeiToUabzcqzonlc,13208
|
|
6
6
|
data_repo_client/api/__init__.py,sha256=tHijhgS2OVIHakvFFMM0sQZj15jIUuaXNGVG9b40sj4,1061
|
|
@@ -13,11 +13,11 @@ data_repo_client/api/jobs_api.py,sha256=Ngx-pytG_1iKyKW5B-_Lo1vuPx0qJH9QqYkuPidB
|
|
|
13
13
|
data_repo_client/api/journal_api.py,sha256=30q0oVicCuIIUDFzm32JvDpQcmKR4InUBmSlybkK4Q4,8829
|
|
14
14
|
data_repo_client/api/profiles_api.py,sha256=O3M2Nm25kFVv1mJJR8MwNOhOoaI3kODocfWACz8HzeY,52484
|
|
15
15
|
data_repo_client/api/register_api.py,sha256=Q3mDFgxaUxbiuStLqW2yapH45-PZTvPVbOeG3DBaTVI,5999
|
|
16
|
-
data_repo_client/api/repository_api.py,sha256=
|
|
16
|
+
data_repo_client/api/repository_api.py,sha256=x1oiiTjWbIsReiksdc5dETqS4d9CaCcXpY1woxk2ltI,471224
|
|
17
17
|
data_repo_client/api/resources_api.py,sha256=ExmqB8WLlZbHps2sFkAQlGdnMGGjWw4NkBQ0kMyBZfI,52485
|
|
18
18
|
data_repo_client/api/search_api.py,sha256=AvbQ45-NKxirgMmsyx4xN-gkN8eHSyjDmrrP23cNBCo,31737
|
|
19
19
|
data_repo_client/api/snapshot_access_request_api.py,sha256=ngqUZ7LGyF7QsrTLcLo9BcIuwrSEoEsLPEpv-bLYQWg,55636
|
|
20
|
-
data_repo_client/api/snapshots_api.py,sha256=
|
|
20
|
+
data_repo_client/api/snapshots_api.py,sha256=ASXNpt-p0uHzcW0DsMI8gkIJedqTOJXB9JK0zqgAYZo,188414
|
|
21
21
|
data_repo_client/api/unauthenticated_api.py,sha256=QWMMTMxinULtYn-1SDwuWUaZgShbrbwMtfhp3_Wrh6Q,14777
|
|
22
22
|
data_repo_client/api/upgrade_api.py,sha256=573HZcDimwLHQR8ZuWEuMRvP8FXvEskmamDZ6PIzgIU,6966
|
|
23
23
|
data_repo_client/models/__init__.py,sha256=oujo2-zRZ0dODWXkAjCkCWB_Vs605GmBgERJLo7Xw1A,16725
|
|
@@ -197,7 +197,7 @@ data_repo_client/models/upgrade_model.py,sha256=stze92OGQ-gxke0-bpj9QY9me2ICSzpq
|
|
|
197
197
|
data_repo_client/models/upgrade_response_model.py,sha256=yXIdF7WvxABO6u5iCAC4_5exfcbOw9TkXjRMsESuTuI,6106
|
|
198
198
|
data_repo_client/models/user_status_info.py,sha256=jHBZ8rhO6ZrE_rmRAQMTHrwNvhfaMy8kzYjFNSMFeQ0,6457
|
|
199
199
|
data_repo_client/models/workspace_policy_model.py,sha256=pgLpcUQUcN38IfdGBesOi9cfcF94no2xg6pgzcbTCLE,7966
|
|
200
|
-
data_repo_client-2.
|
|
201
|
-
data_repo_client-2.
|
|
202
|
-
data_repo_client-2.
|
|
203
|
-
data_repo_client-2.
|
|
200
|
+
data_repo_client-2.267.0.dist-info/METADATA,sha256=wHdISkuZBvvYpm7YqcXTKUWi4sYCgtxFzaprmmc65gs,1420
|
|
201
|
+
data_repo_client-2.267.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
202
|
+
data_repo_client-2.267.0.dist-info/top_level.txt,sha256=rxRfDoBxOaUhmfMLoiE926w1prfERSr2Qg70w69QsgQ,17
|
|
203
|
+
data_repo_client-2.267.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|