stigg-api-client 2.212.3__tar.gz → 2.212.4__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-2.212.3 → stigg_api_client-2.212.4}/PKG-INFO +1 -1
- {stigg_api_client-2.212.3 → stigg_api_client-2.212.4}/pyproject.toml +1 -1
- {stigg_api_client-2.212.3 → stigg_api_client-2.212.4}/stigg/generated/operations.py +11 -0
- {stigg_api_client-2.212.3 → stigg_api_client-2.212.4}/LICENSE +0 -0
- {stigg_api_client-2.212.3 → stigg_api_client-2.212.4}/README.md +0 -0
- {stigg_api_client-2.212.3 → stigg_api_client-2.212.4}/stigg/__init__.py +0 -0
- {stigg_api_client-2.212.3 → stigg_api_client-2.212.4}/stigg/client.py +0 -0
- {stigg_api_client-2.212.3 → stigg_api_client-2.212.4}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.212.3 → stigg_api_client-2.212.4}/stigg/generated/schema.py +0 -0
|
@@ -186,6 +186,7 @@ def fragment_plan_fragment():
|
|
|
186
186
|
_frag_default_trial_config.units()
|
|
187
187
|
_frag_default_trial_config_budget = _frag_default_trial_config.budget()
|
|
188
188
|
_frag_default_trial_config_budget.limit()
|
|
189
|
+
_frag_default_trial_config.trial_end_behavior()
|
|
189
190
|
return _frag
|
|
190
191
|
|
|
191
192
|
|
|
@@ -370,6 +371,14 @@ def fragment_subscription_fragment():
|
|
|
370
371
|
_frag_scheduled_updates.__fragment__(fragment_subscription_scheduled_update_data())
|
|
371
372
|
_frag_future_updates = _frag.future_updates()
|
|
372
373
|
_frag_future_updates.__fragment__(fragment_subscription_future_update_data())
|
|
374
|
+
_frag_trial_configuration = _frag.trial_configuration()
|
|
375
|
+
_frag_trial_configuration.__fragment__(fragment_subscription_trial_configuration_fragment())
|
|
376
|
+
return _frag
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
def fragment_subscription_trial_configuration_fragment():
|
|
380
|
+
_frag = sgqlc.operation.Fragment(_schema.TrialConfiguration, 'SubscriptionTrialConfigurationFragment')
|
|
381
|
+
_frag.trial_end_behavior()
|
|
373
382
|
return _frag
|
|
374
383
|
|
|
375
384
|
|
|
@@ -1098,6 +1107,7 @@ def fragment_mock_paywall_plan_fragment():
|
|
|
1098
1107
|
_frag_default_trial_config.units()
|
|
1099
1108
|
_frag_default_trial_config_budget = _frag_default_trial_config.budget()
|
|
1100
1109
|
_frag_default_trial_config_budget.limit()
|
|
1110
|
+
_frag_default_trial_config.trial_end_behavior()
|
|
1101
1111
|
_frag_compatible_addons = _frag.compatible_addons()
|
|
1102
1112
|
_frag_compatible_addons.__fragment__(fragment_mock_paywall_addon_fragment())
|
|
1103
1113
|
_frag_compatible_package_groups = _frag.compatible_package_groups()
|
|
@@ -1387,6 +1397,7 @@ class Fragment:
|
|
|
1387
1397
|
subscription_preview_invoice_fragment = fragment_subscription_preview_invoice_fragment()
|
|
1388
1398
|
subscription_preview_v2_fragment = fragment_subscription_preview_v2_fragment()
|
|
1389
1399
|
subscription_scheduled_update_data = fragment_subscription_scheduled_update_data()
|
|
1400
|
+
subscription_trial_configuration_fragment = fragment_subscription_trial_configuration_fragment()
|
|
1390
1401
|
total_price_fragment = fragment_total_price_fragment()
|
|
1391
1402
|
typography_configuration_fragment = fragment_typography_configuration_fragment()
|
|
1392
1403
|
usage_history_fragment = fragment_usage_history_fragment()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|