stigg-api-client 2.122.0__py3-none-any.whl → 2.131.1__py3-none-any.whl
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/generated/operations.py +1 -0
- stigg/generated/schema.py +5 -2
- {stigg_api_client-2.122.0.dist-info → stigg_api_client-2.131.1.dist-info}/METADATA +1 -1
- stigg_api_client-2.131.1.dist-info/RECORD +9 -0
- stigg_api_client-2.122.0.dist-info/RECORD +0 -9
- {stigg_api_client-2.122.0.dist-info → stigg_api_client-2.131.1.dist-info}/LICENSE +0 -0
- {stigg_api_client-2.122.0.dist-info → stigg_api_client-2.131.1.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
|
@@ -954,6 +954,7 @@ def fragment_customer_portal_subscription_price_fragment():
|
|
|
954
954
|
def fragment_customer_portal_subscription_fragment():
|
|
955
955
|
_frag = sgqlc.operation.Fragment(_schema.CustomerPortalSubscription, 'CustomerPortalSubscriptionFragment')
|
|
956
956
|
_frag.subscription_id()
|
|
957
|
+
_frag.plan_id()
|
|
957
958
|
_frag.plan_name()
|
|
958
959
|
_frag.pricing_type()
|
|
959
960
|
_frag_prices = _frag.prices()
|
stigg/generated/schema.py
CHANGED
|
@@ -5165,9 +5165,10 @@ class CustomerPortalPromotionalEntitlement(sgqlc.types.Type):
|
|
|
5165
5165
|
|
|
5166
5166
|
class CustomerPortalSubscription(sgqlc.types.Type):
|
|
5167
5167
|
__schema__ = schema
|
|
5168
|
-
__field_names__ = ('addons', 'billing_period_range', 'plan_name', 'prices', 'pricing', 'pricing_type', 'scheduled_updates', 'status', 'subscription_id', 'total_price', 'trial_remaining_days')
|
|
5168
|
+
__field_names__ = ('addons', 'billing_period_range', 'plan_id', 'plan_name', 'prices', 'pricing', 'pricing_type', 'scheduled_updates', 'status', 'subscription_id', 'total_price', 'trial_remaining_days')
|
|
5169
5169
|
addons = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(CustomerPortalAddon))), graphql_name='addons')
|
|
5170
5170
|
billing_period_range = sgqlc.types.Field('DateRange', graphql_name='billingPeriodRange')
|
|
5171
|
+
plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
|
|
5171
5172
|
plan_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planName')
|
|
5172
5173
|
prices = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('CustomerPortalSubscriptionPrice'))), graphql_name='prices')
|
|
5173
5174
|
pricing = sgqlc.types.Field(sgqlc.types.non_null('CustomerPortalSubscriptionPricing'), graphql_name='pricing')
|
|
@@ -5931,9 +5932,11 @@ class ExperimentSumAggregate(sgqlc.types.Type):
|
|
|
5931
5932
|
|
|
5932
5933
|
class FailedToImportCustomerError(sgqlc.types.Type):
|
|
5933
5934
|
__schema__ = schema
|
|
5934
|
-
__field_names__ = ('billing_id', 'code', 'is_validation_error')
|
|
5935
|
+
__field_names__ = ('billing_id', 'code', 'failed_billing_ids', 'failed_customer_ids', 'is_validation_error')
|
|
5935
5936
|
billing_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='billingId')
|
|
5936
5937
|
code = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='code')
|
|
5938
|
+
failed_billing_ids = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='failedBillingIds')
|
|
5939
|
+
failed_customer_ids = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='failedCustomerIds')
|
|
5937
5940
|
is_validation_error = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isValidationError')
|
|
5938
5941
|
|
|
5939
5942
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
+
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
+
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
stigg/generated/operations.py,sha256=0HK09HSloqZStMs627RVHO2qCyyfcoJPgfe-Pq_sJTU,74825
|
|
5
|
+
stigg/generated/schema.py,sha256=33y3wpyHCG1j4vRey7BlpbHpDnVHPp1TEqjX5IssBPc,614115
|
|
6
|
+
stigg_api_client-2.131.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-2.131.1.dist-info/METADATA,sha256=qDHjIvjqDGANmfTSf6pFzuJnsJhQIoCOOL5R_GYa4ic,3198
|
|
8
|
+
stigg_api_client-2.131.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-2.131.1.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
-
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
-
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
stigg/generated/operations.py,sha256=qE2Xzpypr938ehE2FeA1212q31EE9H4Sj7SDiCWOiTA,74805
|
|
5
|
-
stigg/generated/schema.py,sha256=IkjjEcdY5FF5jjPQjja39_5fP8o_ybAh8LOHh_QKkQk,613674
|
|
6
|
-
stigg_api_client-2.122.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
-
stigg_api_client-2.122.0.dist-info/METADATA,sha256=RP4MEdDOhGUCSlSaCRyu-new9Y8pojsP0dt-FiIosH0,3198
|
|
8
|
-
stigg_api_client-2.122.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
-
stigg_api_client-2.122.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|