mms-client 1.11.1__py3-none-any.whl → 1.11.2__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.
- mms_client/types/surplus_capcity.py +1 -1
- {mms_client-1.11.1.dist-info → mms_client-1.11.2.dist-info}/METADATA +1 -1
- {mms_client-1.11.1.dist-info → mms_client-1.11.2.dist-info}/RECORD +5 -5
- {mms_client-1.11.1.dist-info → mms_client-1.11.2.dist-info}/LICENSE +0 -0
- {mms_client-1.11.1.dist-info → mms_client-1.11.2.dist-info}/WHEEL +0 -0
|
@@ -46,7 +46,7 @@ class SurplusCapacitySubmit(Payload, tag="RemainingReserveData"):
|
|
|
46
46
|
resource_code: str = resource_name("ResourceName")
|
|
47
47
|
|
|
48
48
|
# The DR pattern number for which the surplus capacity is being submitted
|
|
49
|
-
pattern_number: int = attr(name="DrPatternNumber", ge=1, le=20)
|
|
49
|
+
pattern_number: Optional[int] = attr(default=None, name="DrPatternNumber", ge=1, le=20)
|
|
50
50
|
|
|
51
51
|
# The start block from when the surplus capacity should apply
|
|
52
52
|
start: DateTime = attr(name="StartTime")
|
|
@@ -31,7 +31,7 @@ mms_client/types/report.py,sha256=7ENst_h1V2DG342UwL9ZltdRK2TaI-P1QW26qwjb6ao,23
|
|
|
31
31
|
mms_client/types/reserve.py,sha256=nsFJ0oSEuoCf82CtZEFa_-1UKAj-5Ssf1gEoWTlYiCI,3296
|
|
32
32
|
mms_client/types/resource.py,sha256=4WhrSKOAXGrkg04r9f8f5kC3r0XDIKLarOFtBd2f7NI,65384
|
|
33
33
|
mms_client/types/settlement.py,sha256=BrbVpoiOeSQk4nJ2uKCQGVMSmjQ0xoAgteUl8pn33BI,3181
|
|
34
|
-
mms_client/types/surplus_capcity.py,sha256=
|
|
34
|
+
mms_client/types/surplus_capcity.py,sha256=0PdEusFPu1401uFapvem40Ngcl47ZyLLaqIak2IRZis,8795
|
|
35
35
|
mms_client/types/transport.py,sha256=4iEYod4DbqBBRXMH_VBqK9ORwR2q7MxSwwfWQAeHcT4,4442
|
|
36
36
|
mms_client/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
37
|
mms_client/utils/errors.py,sha256=aDpAqI3Y4D3DtgsCtaaLmla_iOoIZ0SjpoYjzymCGMI,4736
|
|
@@ -39,7 +39,7 @@ mms_client/utils/multipart_transport.py,sha256=GJvjdlmXituiT78f5XuhpPkcHdDHFtVEL
|
|
|
39
39
|
mms_client/utils/plugin.py,sha256=_Jymcny5ta9uV4CMLGDX7O5xSQIhuu76rb-A6uhtFSY,2013
|
|
40
40
|
mms_client/utils/serialization.py,sha256=ZW4NXrfzL3Sq01uzZhGqy-AFg4GuzvC6fJ2uJi3UcXY,34584
|
|
41
41
|
mms_client/utils/web.py,sha256=Qk8azZpxAIEtI9suOikxBNtFQFNuWh-92DaUBU1qX8s,10927
|
|
42
|
-
mms_client-1.11.
|
|
43
|
-
mms_client-1.11.
|
|
44
|
-
mms_client-1.11.
|
|
45
|
-
mms_client-1.11.
|
|
42
|
+
mms_client-1.11.2.dist-info/LICENSE,sha256=awOCsWJ58m_2kBQwBUGWejVqZm6wuRtCL2hi9rfa0X4,1211
|
|
43
|
+
mms_client-1.11.2.dist-info/METADATA,sha256=l0uMQaI1HuPaQ7yFwJrZQxbi1aFIkHvU_0WB78yFtiA,17018
|
|
44
|
+
mms_client-1.11.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
45
|
+
mms_client-1.11.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|