openmeter 1.0.0b141__py3-none-any.whl → 1.0.0b142__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 -0
- openmeter/aio/_operations/_operations.py +6 -0
- {openmeter-1.0.0b141.dist-info → openmeter-1.0.0b142.dist-info}/METADATA +1 -1
- {openmeter-1.0.0b141.dist-info → openmeter-1.0.0b142.dist-info}/RECORD +5 -5
- {openmeter-1.0.0b141.dist-info → openmeter-1.0.0b142.dist-info}/WHEEL +0 -0
|
@@ -5199,6 +5199,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
5199
5199
|
reset takes effect, defaults to now. The reset cannot be in the future. The
|
|
5200
5200
|
provided value is truncated to the minute due to how historical meter data is
|
|
5201
5201
|
stored.
|
|
5202
|
+
"preserveOverage": bool, # Optional. Determines whether the overage is
|
|
5203
|
+
preserved or forgiven, overriding the entitlement's default behavior. * If
|
|
5204
|
+
true, the overage is preserved. * If false, the overage is forgiven.
|
|
5202
5205
|
"retainAnchor": bool # Optional. Determines whether the usage period anchor
|
|
5203
5206
|
is retained or reset to the effectiveAt time. * If true, the usage period
|
|
5204
5207
|
anchor is retained. * If false, the usage period anchor is reset to the
|
|
@@ -5276,6 +5279,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
5276
5279
|
reset takes effect, defaults to now. The reset cannot be in the future. The
|
|
5277
5280
|
provided value is truncated to the minute due to how historical meter data is
|
|
5278
5281
|
stored.
|
|
5282
|
+
"preserveOverage": bool, # Optional. Determines whether the overage is
|
|
5283
|
+
preserved or forgiven, overriding the entitlement's default behavior. * If
|
|
5284
|
+
true, the overage is preserved. * If false, the overage is forgiven.
|
|
5279
5285
|
"retainAnchor": bool # Optional. Determines whether the usage period anchor
|
|
5280
5286
|
is retained or reset to the effectiveAt time. * If true, the usage period
|
|
5281
5287
|
anchor is retained. * If false, the usage period anchor is reset to the
|
|
@@ -4110,6 +4110,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
4110
4110
|
reset takes effect, defaults to now. The reset cannot be in the future. The
|
|
4111
4111
|
provided value is truncated to the minute due to how historical meter data is
|
|
4112
4112
|
stored.
|
|
4113
|
+
"preserveOverage": bool, # Optional. Determines whether the overage is
|
|
4114
|
+
preserved or forgiven, overriding the entitlement's default behavior. * If
|
|
4115
|
+
true, the overage is preserved. * If false, the overage is forgiven.
|
|
4113
4116
|
"retainAnchor": bool # Optional. Determines whether the usage period anchor
|
|
4114
4117
|
is retained or reset to the effectiveAt time. * If true, the usage period
|
|
4115
4118
|
anchor is retained. * If false, the usage period anchor is reset to the
|
|
@@ -4187,6 +4190,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
|
|
|
4187
4190
|
reset takes effect, defaults to now. The reset cannot be in the future. The
|
|
4188
4191
|
provided value is truncated to the minute due to how historical meter data is
|
|
4189
4192
|
stored.
|
|
4193
|
+
"preserveOverage": bool, # Optional. Determines whether the overage is
|
|
4194
|
+
preserved or forgiven, overriding the entitlement's default behavior. * If
|
|
4195
|
+
true, the overage is preserved. * If false, the overage is forgiven.
|
|
4190
4196
|
"retainAnchor": bool # Optional. Determines whether the usage period anchor
|
|
4191
4197
|
is retained or reset to the effectiveAt time. * If true, the usage period
|
|
4192
4198
|
anchor is retained. * If false, the usage period anchor is reset to the
|
|
@@ -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=Q6eslSlYM-NiONKeTBuJQCMhlsgKfd_aY65YHl0DjRw,280586
|
|
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=eeuzpWI0CiMt-SHDqS0ynFUqzl6-rCj4lE8AhZOZe1w,241116
|
|
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.0b142.dist-info/METADATA,sha256=kBGMEI9o6h_R_uPKUMbcJTh8KJe1IdDXiWaGwX3Z1Jc,2258
|
|
20
|
+
openmeter-1.0.0b142.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
21
|
+
openmeter-1.0.0b142.dist-info/RECORD,,
|
|
File without changes
|