openmeter 1.0.0b173__py3-none-any.whl → 1.0.0b175__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 openmeter might be problematic. Click here for more details.
- openmeter/_operations/_operations.py +6 -6
- openmeter/aio/_operations/_operations.py +6 -6
- {openmeter-1.0.0b173.dist-info → openmeter-1.0.0b175.dist-info}/METADATA +1 -1
- {openmeter-1.0.0b173.dist-info → openmeter-1.0.0b175.dist-info}/RECORD +5 -5
- {openmeter-1.0.0b173.dist-info → openmeter-1.0.0b175.dist-info}/WHEEL +0 -0
|
@@ -5730,8 +5730,8 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
5730
5730
|
{}
|
|
5731
5731
|
],
|
|
5732
5732
|
"page": 0, # Current page number. Required.
|
|
5733
|
-
"pageSize": 0, # Number of
|
|
5734
|
-
"totalCount": 0 # Total number of
|
|
5733
|
+
"pageSize": 0, # Number of items per page. Required.
|
|
5734
|
+
"totalCount": 0 # Total number of items. Required.
|
|
5735
5735
|
}
|
|
5736
5736
|
"""
|
|
5737
5737
|
error_map = {
|
|
@@ -6242,8 +6242,8 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
6242
6242
|
{}
|
|
6243
6243
|
],
|
|
6244
6244
|
"page": 0, # Current page number. Required.
|
|
6245
|
-
"pageSize": 0, # Number of
|
|
6246
|
-
"totalCount": 0 # Total number of
|
|
6245
|
+
"pageSize": 0, # Number of items per page. Required.
|
|
6246
|
+
"totalCount": 0 # Total number of items. Required.
|
|
6247
6247
|
}
|
|
6248
6248
|
"""
|
|
6249
6249
|
error_map = {
|
|
@@ -6882,8 +6882,8 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
6882
6882
|
}
|
|
6883
6883
|
],
|
|
6884
6884
|
"page": 0, # Current page number. Required.
|
|
6885
|
-
"pageSize": 0, # Number of
|
|
6886
|
-
"totalCount": 0 # Total number of
|
|
6885
|
+
"pageSize": 0, # Number of items per page. Required.
|
|
6886
|
+
"totalCount": 0 # Total number of items. Required.
|
|
6887
6887
|
}
|
|
6888
6888
|
"""
|
|
6889
6889
|
error_map = {
|
|
@@ -4575,8 +4575,8 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
4575
4575
|
{}
|
|
4576
4576
|
],
|
|
4577
4577
|
"page": 0, # Current page number. Required.
|
|
4578
|
-
"pageSize": 0, # Number of
|
|
4579
|
-
"totalCount": 0 # Total number of
|
|
4578
|
+
"pageSize": 0, # Number of items per page. Required.
|
|
4579
|
+
"totalCount": 0 # Total number of items. Required.
|
|
4580
4580
|
}
|
|
4581
4581
|
"""
|
|
4582
4582
|
error_map = {
|
|
@@ -5089,8 +5089,8 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
5089
5089
|
{}
|
|
5090
5090
|
],
|
|
5091
5091
|
"page": 0, # Current page number. Required.
|
|
5092
|
-
"pageSize": 0, # Number of
|
|
5093
|
-
"totalCount": 0 # Total number of
|
|
5092
|
+
"pageSize": 0, # Number of items per page. Required.
|
|
5093
|
+
"totalCount": 0 # Total number of items. Required.
|
|
5094
5094
|
}
|
|
5095
5095
|
"""
|
|
5096
5096
|
error_map = {
|
|
@@ -5731,8 +5731,8 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
5731
5731
|
}
|
|
5732
5732
|
],
|
|
5733
5733
|
"page": 0, # Current page number. Required.
|
|
5734
|
-
"pageSize": 0, # Number of
|
|
5735
|
-
"totalCount": 0 # Total number of
|
|
5734
|
+
"pageSize": 0, # Number of items per page. Required.
|
|
5735
|
+
"totalCount": 0 # Total number of items. Required.
|
|
5736
5736
|
}
|
|
5737
5737
|
"""
|
|
5738
5738
|
error_map = {
|
|
@@ -2,7 +2,7 @@ openmeter/__init__.py,sha256=7klRT7LAGDqBcZsl7LGZrgrABVwyncgVUlidfaPiJm4,702
|
|
|
2
2
|
openmeter/_client.py,sha256=TIXIPi_UVO-d5BHra7_xIiKmLfZBrmc4L_Xq2gxi4lM,3982
|
|
3
3
|
openmeter/_configuration.py,sha256=CIdMxPaIXwDLaCsnvmdmHTfplV_cRp24101RJCEWtes,1807
|
|
4
4
|
openmeter/_operations/__init__.py,sha256=GVYObnS1nT-wbN8ONRxlAiH6NBeAXlOBi7olGJE9niA,682
|
|
5
|
-
openmeter/_operations/_operations.py,sha256=
|
|
5
|
+
openmeter/_operations/_operations.py,sha256=i9YZGWdm4lPj7SrNmMBigizrkewYZoY7y4kKgU-wXEY,302452
|
|
6
6
|
openmeter/_operations/_patch.py,sha256=ptSL-JhY1fbGT9Cw2cUkPF1TPz5qVgXwTMMT5h41XUc,4874
|
|
7
7
|
openmeter/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
|
8
8
|
openmeter/_serialization.py,sha256=vQIv-wuCQabtiIq2DXOr7-InGADqxlXTGNEKv9OlDPs,78873
|
|
@@ -11,11 +11,11 @@ openmeter/aio/__init__.py,sha256=7klRT7LAGDqBcZsl7LGZrgrABVwyncgVUlidfaPiJm4,702
|
|
|
11
11
|
openmeter/aio/_client.py,sha256=O0VpMfw42UuTN_ZTIL3dw944PviLIrBBCSp7UaexyKQ,4100
|
|
12
12
|
openmeter/aio/_configuration.py,sha256=NtT-cxQWkt8q_FvMfwqqil18Tt9zJmWGVju4U9s7OsE,1817
|
|
13
13
|
openmeter/aio/_operations/__init__.py,sha256=GVYObnS1nT-wbN8ONRxlAiH6NBeAXlOBi7olGJE9niA,682
|
|
14
|
-
openmeter/aio/_operations/_operations.py,sha256=
|
|
14
|
+
openmeter/aio/_operations/_operations.py,sha256=i4EEbS2bNUOtpRasa0841OEp4WtxLJ6zQbNQGE2xZjM,260472
|
|
15
15
|
openmeter/aio/_operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
|
16
16
|
openmeter/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
|
17
17
|
openmeter/aio/_vendor.py,sha256=CFsSbXOBydpg_f_uciu6Pe6cvF__6ofZ6KFEhkaMMEU,862
|
|
18
18
|
openmeter/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
|
19
|
-
openmeter-1.0.
|
|
20
|
-
openmeter-1.0.
|
|
21
|
-
openmeter-1.0.
|
|
19
|
+
openmeter-1.0.0b175.dist-info/METADATA,sha256=AU3eGH96Oesz0cXOlRNGzmm8QM9XZxQAYpuMJPOoh2U,2258
|
|
20
|
+
openmeter-1.0.0b175.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
21
|
+
openmeter-1.0.0b175.dist-info/RECORD,,
|
|
File without changes
|