stigg-api-client 2.129.0__tar.gz → 2.131.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.
Potentially problematic release.
This version of stigg-api-client might be problematic. Click here for more details.
- {stigg_api_client-2.129.0 → stigg_api_client-2.131.1}/PKG-INFO +1 -1
- {stigg_api_client-2.129.0 → stigg_api_client-2.131.1}/pyproject.toml +1 -1
- {stigg_api_client-2.129.0 → stigg_api_client-2.131.1}/stigg/generated/schema.py +3 -1
- {stigg_api_client-2.129.0 → stigg_api_client-2.131.1}/LICENSE +0 -0
- {stigg_api_client-2.129.0 → stigg_api_client-2.131.1}/README.md +0 -0
- {stigg_api_client-2.129.0 → stigg_api_client-2.131.1}/stigg/__init__.py +0 -0
- {stigg_api_client-2.129.0 → stigg_api_client-2.131.1}/stigg/client.py +0 -0
- {stigg_api_client-2.129.0 → stigg_api_client-2.131.1}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.129.0 → stigg_api_client-2.131.1}/stigg/generated/operations.py +0 -0
|
@@ -5932,9 +5932,11 @@ class ExperimentSumAggregate(sgqlc.types.Type):
|
|
|
5932
5932
|
|
|
5933
5933
|
class FailedToImportCustomerError(sgqlc.types.Type):
|
|
5934
5934
|
__schema__ = schema
|
|
5935
|
-
__field_names__ = ('billing_id', 'code', 'is_validation_error')
|
|
5935
|
+
__field_names__ = ('billing_id', 'code', 'failed_billing_ids', 'failed_customer_ids', 'is_validation_error')
|
|
5936
5936
|
billing_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='billingId')
|
|
5937
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')
|
|
5938
5940
|
is_validation_error = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isValidationError')
|
|
5939
5941
|
|
|
5940
5942
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|