stigg-api-client 2.205.3__py3-none-any.whl → 2.205.6__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 +1 -0
- stigg/generated/schema.py +2 -1
- {stigg_api_client-2.205.3.dist-info → stigg_api_client-2.205.6.dist-info}/METADATA +1 -1
- stigg_api_client-2.205.6.dist-info/RECORD +9 -0
- stigg_api_client-2.205.3.dist-info/RECORD +0 -9
- {stigg_api_client-2.205.3.dist-info → stigg_api_client-2.205.6.dist-info}/LICENSE +0 -0
- {stigg_api_client-2.205.3.dist-info → stigg_api_client-2.205.6.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
|
@@ -950,6 +950,7 @@ def fragment_customer_portal_subscription_price_fragment():
|
|
|
950
950
|
_frag = sgqlc.operation.Fragment(_schema.CustomerPortalSubscriptionPrice, 'CustomerPortalSubscriptionPriceFragment')
|
|
951
951
|
_frag.billing_period()
|
|
952
952
|
_frag.billing_model()
|
|
953
|
+
_frag.block_size()
|
|
953
954
|
_frag_price = _frag.price()
|
|
954
955
|
_frag_price.amount()
|
|
955
956
|
_frag_price.currency()
|
stigg/generated/schema.py
CHANGED
|
@@ -5206,9 +5206,10 @@ class CustomerPortalSubscription(sgqlc.types.Type):
|
|
|
5206
5206
|
|
|
5207
5207
|
class CustomerPortalSubscriptionPrice(sgqlc.types.Type):
|
|
5208
5208
|
__schema__ = schema
|
|
5209
|
-
__field_names__ = ('billing_model', 'billing_period', 'feature', 'price')
|
|
5209
|
+
__field_names__ = ('billing_model', 'billing_period', 'block_size', 'feature', 'price')
|
|
5210
5210
|
billing_model = sgqlc.types.Field(BillingModel, graphql_name='billingModel')
|
|
5211
5211
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
5212
|
+
block_size = sgqlc.types.Field(Float, graphql_name='blockSize')
|
|
5212
5213
|
feature = sgqlc.types.Field(CustomerPortalPricingFeature, graphql_name='feature')
|
|
5213
5214
|
price = sgqlc.types.Field('Money', graphql_name='price')
|
|
5214
5215
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
+
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
+
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
stigg/generated/operations.py,sha256=VLvC_1m98hBkfZGJuheAu7Nbj_T3TATc1WTqibjgWKg,76639
|
|
5
|
+
stigg/generated/schema.py,sha256=LQoRbNHcMOvrbf3zO8M_29RepOIwVSNjPQQN9yByoZQ,618906
|
|
6
|
+
stigg_api_client-2.205.6.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-2.205.6.dist-info/METADATA,sha256=yZyqFKGS1Zb8vr8mtIh98Hl3vEWYYIYhtjNeyRDOD0I,3198
|
|
8
|
+
stigg_api_client-2.205.6.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-2.205.6.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
-
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
-
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
stigg/generated/operations.py,sha256=L-KsnUd2mH-izMg1X2CIT-zKJPNVqavXkZAkWPw3FWY,76616
|
|
5
|
-
stigg/generated/schema.py,sha256=kaO0PtcSSGw36BLdRoSy7-KAaiytfHvTAyiVQr4WAlo,618824
|
|
6
|
-
stigg_api_client-2.205.3.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
-
stigg_api_client-2.205.3.dist-info/METADATA,sha256=MXunrH0HaUAo8PQayI5I4kqYHpEWsC6NRcnjrXcOGbE,3198
|
|
8
|
-
stigg_api_client-2.205.3.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
-
stigg_api_client-2.205.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|