stigg-api-client 2.150.0__py3-none-any.whl → 2.151.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 stigg-api-client might be problematic. Click here for more details.
- stigg/generated/operations.py +9 -0
- {stigg_api_client-2.150.0.dist-info → stigg_api_client-2.151.0.dist-info}/METADATA +1 -1
- {stigg_api_client-2.150.0.dist-info → stigg_api_client-2.151.0.dist-info}/RECORD +5 -5
- {stigg_api_client-2.150.0.dist-info → stigg_api_client-2.151.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-2.150.0.dist-info → stigg_api_client-2.151.0.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
|
@@ -737,6 +737,8 @@ def fragment_usage_updated_fragment():
|
|
|
737
737
|
_frag.resource_id()
|
|
738
738
|
_frag.feature_id()
|
|
739
739
|
_frag.current_usage()
|
|
740
|
+
_frag.usage_period_start()
|
|
741
|
+
_frag.usage_period_end()
|
|
740
742
|
_frag.next_reset_date()
|
|
741
743
|
return _frag
|
|
742
744
|
|
|
@@ -755,6 +757,9 @@ def fragment_entitlement_fragment():
|
|
|
755
757
|
_frag.requested_usage()
|
|
756
758
|
_frag.entitlement_updated_at()
|
|
757
759
|
_frag.usage_updated_at()
|
|
760
|
+
_frag.usage_period_anchor()
|
|
761
|
+
_frag.usage_period_start()
|
|
762
|
+
_frag.usage_period_end()
|
|
758
763
|
_frag.next_reset_date()
|
|
759
764
|
_frag.reset_period()
|
|
760
765
|
_frag_reset_period_configuration = _frag.reset_period_configuration()
|
|
@@ -1025,6 +1030,8 @@ def fragment_customer_portal_entitlement_fragment():
|
|
|
1025
1030
|
_frag.current_usage()
|
|
1026
1031
|
_frag.has_unlimited_usage()
|
|
1027
1032
|
_frag.has_soft_limit()
|
|
1033
|
+
_frag.usage_period_start()
|
|
1034
|
+
_frag.usage_period_end()
|
|
1028
1035
|
_frag.next_reset_date()
|
|
1029
1036
|
_frag.reset_period()
|
|
1030
1037
|
_frag_reset_period_configuration = _frag.reset_period_configuration()
|
|
@@ -1268,6 +1275,8 @@ def fragment_report_usage_fragment():
|
|
|
1268
1275
|
_frag.customer_id()
|
|
1269
1276
|
_frag.resource_id()
|
|
1270
1277
|
_frag.current_usage()
|
|
1278
|
+
_frag.usage_period_start()
|
|
1279
|
+
_frag.usage_period_end()
|
|
1271
1280
|
_frag.next_reset_date()
|
|
1272
1281
|
_frag.timestamp()
|
|
1273
1282
|
return _frag
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
2
|
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
3
|
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
stigg/generated/operations.py,sha256=
|
|
4
|
+
stigg/generated/operations.py,sha256=Y5-a-lD7Z_vSGfU6s2C50FC2pCEYqSohkV-s3kl0G0M,75097
|
|
5
5
|
stigg/generated/schema.py,sha256=0MpJ3jzH4fY6gNwZNdi8XR2j_t1L9La1iwprbdAbXPc,615310
|
|
6
|
-
stigg_api_client-2.
|
|
7
|
-
stigg_api_client-2.
|
|
8
|
-
stigg_api_client-2.
|
|
9
|
-
stigg_api_client-2.
|
|
6
|
+
stigg_api_client-2.151.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-2.151.0.dist-info/METADATA,sha256=S73HyihX9RY8Em38j9cBXE7ivxRRnzcp1viLKbBtMOo,3198
|
|
8
|
+
stigg_api_client-2.151.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-2.151.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|