stigg-api-client 2.214.0__tar.gz → 2.217.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-2.214.0 → stigg_api_client-2.217.0}/PKG-INFO +1 -1
- {stigg_api_client-2.214.0 → stigg_api_client-2.217.0}/pyproject.toml +1 -1
- {stigg_api_client-2.214.0 → stigg_api_client-2.217.0}/stigg/generated/operations.py +14 -0
- {stigg_api_client-2.214.0 → stigg_api_client-2.217.0}/LICENSE +0 -0
- {stigg_api_client-2.214.0 → stigg_api_client-2.217.0}/README.md +0 -0
- {stigg_api_client-2.214.0 → stigg_api_client-2.217.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.214.0 → stigg_api_client-2.217.0}/stigg/client.py +0 -0
- {stigg_api_client-2.214.0 → stigg_api_client-2.217.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.214.0 → stigg_api_client-2.217.0}/stigg/generated/schema.py +0 -0
|
@@ -1315,6 +1315,10 @@ def fragment_schedule_variables_fragment():
|
|
|
1315
1315
|
_frag__as__PlanChangeVariables_addons = _frag__as__PlanChangeVariables.addons()
|
|
1316
1316
|
_frag__as__PlanChangeVariables_addons.addon_ref_id()
|
|
1317
1317
|
_frag__as__PlanChangeVariables_addons.quantity()
|
|
1318
|
+
_frag__as__PlanChangeVariables_price_overrides = _frag__as__PlanChangeVariables.price_overrides()
|
|
1319
|
+
_frag__as__PlanChangeVariables_price_overrides.plan_ref_id()
|
|
1320
|
+
_frag__as__PlanChangeVariables_price_overrides.addon_ref_id()
|
|
1321
|
+
_frag__as__PlanChangeVariables_price_overrides.feature_id()
|
|
1318
1322
|
_frag__as__DowngradeChangeVariables = _frag.__as__(_schema.DowngradeChangeVariables)
|
|
1319
1323
|
_frag__as__DowngradeChangeVariables.downgrade_plan_ref_id()
|
|
1320
1324
|
_frag__as__DowngradeChangeVariables.billing_period()
|
|
@@ -1324,6 +1328,10 @@ def fragment_schedule_variables_fragment():
|
|
|
1324
1328
|
_frag__as__DowngradeChangeVariables_addons = _frag__as__DowngradeChangeVariables.addons()
|
|
1325
1329
|
_frag__as__DowngradeChangeVariables_addons.addon_ref_id()
|
|
1326
1330
|
_frag__as__DowngradeChangeVariables_addons.quantity()
|
|
1331
|
+
_frag__as__DowngradeChangeVariables_price_overrides = _frag__as__DowngradeChangeVariables.price_overrides()
|
|
1332
|
+
_frag__as__DowngradeChangeVariables_price_overrides.plan_ref_id()
|
|
1333
|
+
_frag__as__DowngradeChangeVariables_price_overrides.addon_ref_id()
|
|
1334
|
+
_frag__as__DowngradeChangeVariables_price_overrides.feature_id()
|
|
1327
1335
|
_frag__as__BillingPeriodChangeVariables = _frag.__as__(_schema.BillingPeriodChangeVariables)
|
|
1328
1336
|
_frag__as__BillingPeriodChangeVariables.billing_period()
|
|
1329
1337
|
_frag__as__UnitAmountChangeVariables = _frag.__as__(_schema.UnitAmountChangeVariables)
|
|
@@ -1332,6 +1340,12 @@ def fragment_schedule_variables_fragment():
|
|
|
1332
1340
|
_frag__as__AddonChangeVariables = _frag.__as__(_schema.AddonChangeVariables)
|
|
1333
1341
|
_frag__as__AddonChangeVariables.addon_ref_id()
|
|
1334
1342
|
_frag__as__AddonChangeVariables.new_quantity()
|
|
1343
|
+
_frag__as__PlanPriceOverrideChangeVariables = _frag.__as__(_schema.PlanPriceOverrideChangeVariables)
|
|
1344
|
+
_frag__as__PlanPriceOverrideChangeVariables.plan_ref_id()
|
|
1345
|
+
_frag__as__PlanPriceOverrideChangeVariables.feature_id()
|
|
1346
|
+
_frag__as__AddonPriceOverrideChangeVariables = _frag.__as__(_schema.AddonPriceOverrideChangeVariables)
|
|
1347
|
+
_frag__as__AddonPriceOverrideChangeVariables.addon_ref_id()
|
|
1348
|
+
_frag__as__AddonPriceOverrideChangeVariables.feature_id()
|
|
1335
1349
|
return _frag
|
|
1336
1350
|
|
|
1337
1351
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|