stigg-api-client 1.182.1__tar.gz → 1.187.0__tar.gz
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_api_client-1.182.1 → stigg_api_client-1.187.0}/PKG-INFO +1 -1
- {stigg_api_client-1.182.1 → stigg_api_client-1.187.0}/pyproject.toml +1 -1
- {stigg_api_client-1.182.1 → stigg_api_client-1.187.0}/stigg/generated/operations.py +1 -0
- {stigg_api_client-1.182.1 → stigg_api_client-1.187.0}/LICENSE +0 -0
- {stigg_api_client-1.182.1 → stigg_api_client-1.187.0}/README.md +0 -0
- {stigg_api_client-1.182.1 → stigg_api_client-1.187.0}/stigg/__init__.py +0 -0
- {stigg_api_client-1.182.1 → stigg_api_client-1.187.0}/stigg/client.py +0 -0
- {stigg_api_client-1.182.1 → stigg_api_client-1.187.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.182.1 → stigg_api_client-1.187.0}/stigg/generated/schema.py +0 -0
|
@@ -206,6 +206,7 @@ def fragment_customer_resource_fragment():
|
|
|
206
206
|
def fragment_slim_subscription_fragment():
|
|
207
207
|
_frag = sgqlc.operation.Fragment(_schema.CustomerSubscription, 'SlimSubscriptionFragment')
|
|
208
208
|
_frag.id()
|
|
209
|
+
_frag.subscription_id()
|
|
209
210
|
_frag.ref_id()
|
|
210
211
|
_frag.status()
|
|
211
212
|
_frag.additional_meta_data()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|