stigg-api-client 1.98.0__tar.gz → 1.98.1__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.
- {stigg_api_client-1.98.0 → stigg_api_client-1.98.1}/PKG-INFO +1 -1
- {stigg_api_client-1.98.0 → stigg_api_client-1.98.1}/pyproject.toml +1 -1
- {stigg_api_client-1.98.0 → stigg_api_client-1.98.1}/stigg/generated/operations.py +21 -6
- {stigg_api_client-1.98.0 → stigg_api_client-1.98.1}/stigg/generated/schema.py +20 -11
- {stigg_api_client-1.98.0 → stigg_api_client-1.98.1}/LICENSE +0 -0
- {stigg_api_client-1.98.0 → stigg_api_client-1.98.1}/README.md +0 -0
- {stigg_api_client-1.98.0 → stigg_api_client-1.98.1}/stigg/__init__.py +0 -0
- {stigg_api_client-1.98.0 → stigg_api_client-1.98.1}/stigg/client.py +0 -0
- {stigg_api_client-1.98.0 → stigg_api_client-1.98.1}/stigg/generated/__init__.py +0 -0
|
@@ -192,6 +192,7 @@ def fragment_plan_compatible_package_groups_fragment():
|
|
|
192
192
|
_frag_addons.__fragment__(fragment_addon_fragment())
|
|
193
193
|
_frag_options = _frag.options()
|
|
194
194
|
_frag_options.min_items()
|
|
195
|
+
_frag_options.free_items()
|
|
195
196
|
return _frag
|
|
196
197
|
|
|
197
198
|
|
|
@@ -964,7 +965,7 @@ def fragment_mock_paywall_plan_fragment():
|
|
|
964
965
|
_frag_compatible_addons = _frag.compatible_addons()
|
|
965
966
|
_frag_compatible_addons.__fragment__(fragment_mock_paywall_addon_fragment())
|
|
966
967
|
_frag_compatible_package_groups = _frag.compatible_package_groups()
|
|
967
|
-
_frag_compatible_package_groups.__fragment__(
|
|
968
|
+
_frag_compatible_package_groups.__fragment__(fragment_mock_paywall_plan_compatible_package_groups_fragment())
|
|
968
969
|
return _frag
|
|
969
970
|
|
|
970
971
|
|
|
@@ -1027,13 +1028,24 @@ def fragment_paywall_calculated_price_points_fragment():
|
|
|
1027
1028
|
return _frag
|
|
1028
1029
|
|
|
1029
1030
|
|
|
1030
|
-
def
|
|
1031
|
-
_frag = sgqlc.operation.Fragment(_schema.
|
|
1031
|
+
def fragment_mock_paywall_plan_compatible_package_groups_fragment():
|
|
1032
|
+
_frag = sgqlc.operation.Fragment(_schema.PaywallPlanCompatiblePackageGroup, 'MockPaywallPlanCompatiblePackageGroupsFragment')
|
|
1032
1033
|
_frag.package_group_id()
|
|
1033
1034
|
_frag.display_name()
|
|
1034
1035
|
_frag.description()
|
|
1035
|
-
|
|
1036
|
-
|
|
1036
|
+
_frag_addons = _frag.addons()
|
|
1037
|
+
_frag_addons.__fragment__(fragment_mock_paywall_addon_fragment())
|
|
1038
|
+
_frag_options = _frag.options()
|
|
1039
|
+
_frag_options.min_items()
|
|
1040
|
+
_frag_options.free_items()
|
|
1041
|
+
return _frag
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
def fragment_mock_paywall_addon_dependency_fragment():
|
|
1045
|
+
_frag = sgqlc.operation.Fragment(_schema.PaywallAddon, 'MockPaywallAddonDependencyFragment')
|
|
1046
|
+
_frag.ref_id()
|
|
1047
|
+
_frag.display_name()
|
|
1048
|
+
_frag.description()
|
|
1037
1049
|
return _frag
|
|
1038
1050
|
|
|
1039
1051
|
|
|
@@ -1045,6 +1057,8 @@ def fragment_mock_paywall_addon_fragment():
|
|
|
1045
1057
|
_frag.additional_meta_data()
|
|
1046
1058
|
_frag.billing_id()
|
|
1047
1059
|
_frag.max_quantity()
|
|
1060
|
+
_frag_dependencies = _frag.dependencies()
|
|
1061
|
+
_frag_dependencies.__fragment__(fragment_mock_paywall_addon_dependency_fragment())
|
|
1048
1062
|
_frag_entitlements = _frag.entitlements()
|
|
1049
1063
|
_frag_entitlements.__fragment__(fragment_mock_paywall_package_entitlement_fragment())
|
|
1050
1064
|
_frag_prices = _frag.prices()
|
|
@@ -1188,9 +1202,10 @@ class Fragment:
|
|
|
1188
1202
|
font_variant_fragment = fragment_font_variant_fragment()
|
|
1189
1203
|
immediate_subscription_preview_invoice_fragment = fragment_immediate_subscription_preview_invoice_fragment()
|
|
1190
1204
|
layout_configuration_fragment = fragment_layout_configuration_fragment()
|
|
1205
|
+
mock_paywall_addon_dependency_fragment = fragment_mock_paywall_addon_dependency_fragment()
|
|
1191
1206
|
mock_paywall_addon_fragment = fragment_mock_paywall_addon_fragment()
|
|
1192
1207
|
mock_paywall_package_entitlement_fragment = fragment_mock_paywall_package_entitlement_fragment()
|
|
1193
|
-
|
|
1208
|
+
mock_paywall_plan_compatible_package_groups_fragment = fragment_mock_paywall_plan_compatible_package_groups_fragment()
|
|
1194
1209
|
mock_paywall_plan_fragment = fragment_mock_paywall_plan_fragment()
|
|
1195
1210
|
mock_paywall_price_fragment = fragment_mock_paywall_price_fragment()
|
|
1196
1211
|
overage_price_fragment = fragment_overage_price_fragment()
|
|
@@ -6982,9 +6982,10 @@ class Paywall(sgqlc.types.Type):
|
|
|
6982
6982
|
|
|
6983
6983
|
class PaywallAddon(sgqlc.types.Type):
|
|
6984
6984
|
__schema__ = schema
|
|
6985
|
-
__field_names__ = ('additional_meta_data', 'billing_id', 'description', 'display_name', 'entitlements', 'max_quantity', 'prices', 'pricing_type', 'ref_id')
|
|
6985
|
+
__field_names__ = ('additional_meta_data', 'billing_id', 'dependencies', 'description', 'display_name', 'entitlements', 'max_quantity', 'prices', 'pricing_type', 'ref_id')
|
|
6986
6986
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
6987
6987
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
6988
|
+
dependencies = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PaywallAddon')), graphql_name='dependencies')
|
|
6988
6989
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
6989
6990
|
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
6990
6991
|
entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Entitlement))), graphql_name='entitlements')
|
|
@@ -7036,15 +7037,6 @@ class PaywallLayoutConfiguration(sgqlc.types.Type):
|
|
|
7036
7037
|
plan_width = sgqlc.types.Field(Float, graphql_name='planWidth')
|
|
7037
7038
|
|
|
7038
7039
|
|
|
7039
|
-
class PaywallPackageGroup(sgqlc.types.Type):
|
|
7040
|
-
__schema__ = schema
|
|
7041
|
-
__field_names__ = ('compatible_addons', 'description', 'display_name', 'package_group_id')
|
|
7042
|
-
compatible_addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PaywallAddon)), graphql_name='compatibleAddons')
|
|
7043
|
-
description = sgqlc.types.Field(String, graphql_name='description')
|
|
7044
|
-
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
7045
|
-
package_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageGroupId')
|
|
7046
|
-
|
|
7047
|
-
|
|
7048
7040
|
class PaywallPlan(sgqlc.types.Type):
|
|
7049
7041
|
__schema__ = schema
|
|
7050
7042
|
__field_names__ = ('additional_meta_data', 'base_plan', 'billing_id', 'compatible_addons', 'compatible_package_groups', 'default_trial_config', 'description', 'display_name', 'entitlements', 'inherited_entitlements', 'prices', 'pricing_type', 'product', 'ref_id')
|
|
@@ -7052,7 +7044,7 @@ class PaywallPlan(sgqlc.types.Type):
|
|
|
7052
7044
|
base_plan = sgqlc.types.Field(PaywallBasePlan, graphql_name='basePlan')
|
|
7053
7045
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
7054
7046
|
compatible_addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PaywallAddon)), graphql_name='compatibleAddons')
|
|
7055
|
-
compatible_package_groups = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(
|
|
7047
|
+
compatible_package_groups = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PaywallPlanCompatiblePackageGroup')), graphql_name='compatiblePackageGroups')
|
|
7056
7048
|
default_trial_config = sgqlc.types.Field(DefaultTrialConfig, graphql_name='defaultTrialConfig')
|
|
7057
7049
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
7058
7050
|
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
@@ -7064,6 +7056,23 @@ class PaywallPlan(sgqlc.types.Type):
|
|
|
7064
7056
|
ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
|
|
7065
7057
|
|
|
7066
7058
|
|
|
7059
|
+
class PaywallPlanCompatiblePackageGroup(sgqlc.types.Type):
|
|
7060
|
+
__schema__ = schema
|
|
7061
|
+
__field_names__ = ('addons', 'description', 'display_name', 'options', 'package_group_id')
|
|
7062
|
+
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PaywallAddon)), graphql_name='addons')
|
|
7063
|
+
description = sgqlc.types.Field(String, graphql_name='description')
|
|
7064
|
+
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
7065
|
+
options = sgqlc.types.Field(sgqlc.types.non_null('PaywallPlanCompatiblePackageGroupOptions'), graphql_name='options')
|
|
7066
|
+
package_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageGroupId')
|
|
7067
|
+
|
|
7068
|
+
|
|
7069
|
+
class PaywallPlanCompatiblePackageGroupOptions(sgqlc.types.Type):
|
|
7070
|
+
__schema__ = schema
|
|
7071
|
+
__field_names__ = ('free_items', 'min_items')
|
|
7072
|
+
free_items = sgqlc.types.Field(Float, graphql_name='freeItems')
|
|
7073
|
+
min_items = sgqlc.types.Field(Float, graphql_name='minItems')
|
|
7074
|
+
|
|
7075
|
+
|
|
7067
7076
|
class PaywallPrice(sgqlc.types.Type):
|
|
7068
7077
|
__schema__ = schema
|
|
7069
7078
|
__field_names__ = ('billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'feature', 'feature_id', 'max_unit_quantity', 'min_unit_quantity', 'price', 'tiers', 'tiers_mode')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|