diracx-client 0.0.1a12__tar.gz → 0.0.1a14__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/PKG-INFO +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/__init__.py +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_client.py +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_configuration.py +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_vendor.py +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/__init__.py +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/_client.py +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/_configuration.py +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/_vendor.py +1 -1
- {diracx-client-0.0.1a12/src/diracx/client → diracx_client-0.0.1a14/src/diracx/client/aio}/operations/__init__.py +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/operations/_operations.py +366 -40
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/models/__init__.py +5 -3
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/models/_enums.py +13 -6
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/models/_models.py +1 -1
- {diracx-client-0.0.1a12/src/diracx/client/aio → diracx_client-0.0.1a14/src/diracx/client}/operations/__init__.py +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/operations/_operations.py +473 -40
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/PKG-INFO +1 -1
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/README.md +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/pyproject.toml +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/setup.cfg +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_patch.py +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_serialization.py +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/_patch.py +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/operations/_patch.py +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/models/_patch.py +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/operations/_patch.py +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/py.typed +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/SOURCES.txt +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/dependency_links.txt +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/requires.txt +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/top_level.txt +0 -0
- {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/tests/test_regenerate.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# --------------------------------------------------------------------------
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
4
4
|
# --------------------------------------------------------------------------
|
5
5
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# --------------------------------------------------------------------------
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
4
4
|
# --------------------------------------------------------------------------
|
5
5
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|