stigg-api-client 1.97.2__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.97.2 → stigg_api_client-1.98.1}/PKG-INFO +1 -1
- {stigg_api_client-1.97.2 → stigg_api_client-1.98.1}/pyproject.toml +1 -1
- {stigg_api_client-1.97.2 → stigg_api_client-1.98.1}/stigg/generated/operations.py +21 -6
- {stigg_api_client-1.97.2 → stigg_api_client-1.98.1}/stigg/generated/schema.py +24 -13
- {stigg_api_client-1.97.2 → stigg_api_client-1.98.1}/LICENSE +0 -0
- {stigg_api_client-1.97.2 → stigg_api_client-1.98.1}/README.md +0 -0
- {stigg_api_client-1.97.2 → stigg_api_client-1.98.1}/stigg/__init__.py +0 -0
- {stigg_api_client-1.97.2 → stigg_api_client-1.98.1}/stigg/client.py +0 -0
- {stigg_api_client-1.97.2 → 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()
|
|
@@ -3129,7 +3129,8 @@ class SetPlanCompatiblePackageGroup(sgqlc.types.Input):
|
|
|
3129
3129
|
|
|
3130
3130
|
class SetPlanCompatiblePackageGroupOptions(sgqlc.types.Input):
|
|
3131
3131
|
__schema__ = schema
|
|
3132
|
-
__field_names__ = ('min_items'
|
|
3132
|
+
__field_names__ = ('free_items', 'min_items')
|
|
3133
|
+
free_items = sgqlc.types.Field(Float, graphql_name='freeItems')
|
|
3133
3134
|
min_items = sgqlc.types.Field(Float, graphql_name='minItems')
|
|
3134
3135
|
|
|
3135
3136
|
|
|
@@ -6981,9 +6982,10 @@ class Paywall(sgqlc.types.Type):
|
|
|
6981
6982
|
|
|
6982
6983
|
class PaywallAddon(sgqlc.types.Type):
|
|
6983
6984
|
__schema__ = schema
|
|
6984
|
-
__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')
|
|
6985
6986
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
6986
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')
|
|
6987
6989
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
6988
6990
|
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
6989
6991
|
entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Entitlement))), graphql_name='entitlements')
|
|
@@ -7035,15 +7037,6 @@ class PaywallLayoutConfiguration(sgqlc.types.Type):
|
|
|
7035
7037
|
plan_width = sgqlc.types.Field(Float, graphql_name='planWidth')
|
|
7036
7038
|
|
|
7037
7039
|
|
|
7038
|
-
class PaywallPackageGroup(sgqlc.types.Type):
|
|
7039
|
-
__schema__ = schema
|
|
7040
|
-
__field_names__ = ('compatible_addons', 'description', 'display_name', 'package_group_id')
|
|
7041
|
-
compatible_addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PaywallAddon)), graphql_name='compatibleAddons')
|
|
7042
|
-
description = sgqlc.types.Field(String, graphql_name='description')
|
|
7043
|
-
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
7044
|
-
package_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageGroupId')
|
|
7045
|
-
|
|
7046
|
-
|
|
7047
7040
|
class PaywallPlan(sgqlc.types.Type):
|
|
7048
7041
|
__schema__ = schema
|
|
7049
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')
|
|
@@ -7051,7 +7044,7 @@ class PaywallPlan(sgqlc.types.Type):
|
|
|
7051
7044
|
base_plan = sgqlc.types.Field(PaywallBasePlan, graphql_name='basePlan')
|
|
7052
7045
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
7053
7046
|
compatible_addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PaywallAddon)), graphql_name='compatibleAddons')
|
|
7054
|
-
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')
|
|
7055
7048
|
default_trial_config = sgqlc.types.Field(DefaultTrialConfig, graphql_name='defaultTrialConfig')
|
|
7056
7049
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
7057
7050
|
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
@@ -7063,6 +7056,23 @@ class PaywallPlan(sgqlc.types.Type):
|
|
|
7063
7056
|
ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
|
|
7064
7057
|
|
|
7065
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
|
+
|
|
7066
7076
|
class PaywallPrice(sgqlc.types.Type):
|
|
7067
7077
|
__schema__ = schema
|
|
7068
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')
|
|
@@ -7203,7 +7213,8 @@ class PlanCompatiblePackageGroupChange(sgqlc.types.Type):
|
|
|
7203
7213
|
|
|
7204
7214
|
class PlanCompatiblePackageGroupOptions(sgqlc.types.Type):
|
|
7205
7215
|
__schema__ = schema
|
|
7206
|
-
__field_names__ = ('min_items'
|
|
7216
|
+
__field_names__ = ('free_items', 'min_items')
|
|
7217
|
+
free_items = sgqlc.types.Field(Float, graphql_name='freeItems')
|
|
7207
7218
|
min_items = sgqlc.types.Field(Float, graphql_name='minItems')
|
|
7208
7219
|
|
|
7209
7220
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|