stigg-api-client 2.386.0__tar.gz → 2.412.2__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.386.0 → stigg_api_client-2.412.2}/PKG-INFO +1 -1
- {stigg_api_client-2.386.0 → stigg_api_client-2.412.2}/pyproject.toml +1 -1
- {stigg_api_client-2.386.0 → stigg_api_client-2.412.2}/stigg/generated/schema.py +2 -1
- {stigg_api_client-2.386.0 → stigg_api_client-2.412.2}/LICENSE +0 -0
- {stigg_api_client-2.386.0 → stigg_api_client-2.412.2}/README.md +0 -0
- {stigg_api_client-2.386.0 → stigg_api_client-2.412.2}/stigg/__init__.py +0 -0
- {stigg_api_client-2.386.0 → stigg_api_client-2.412.2}/stigg/client.py +0 -0
- {stigg_api_client-2.386.0 → stigg_api_client-2.412.2}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.386.0 → stigg_api_client-2.412.2}/stigg/generated/operations.py +0 -0
|
@@ -804,7 +804,8 @@ class ArchivePlanInput(sgqlc.types.Input):
|
|
|
804
804
|
|
|
805
805
|
class AttachCustomerPaymentMethodInput(sgqlc.types.Input):
|
|
806
806
|
__schema__ = schema
|
|
807
|
-
__field_names__ = ('customer_id', 'environment_id', 'integration_id', 'payment_method_id', 'ref_id', 'vendor_identifier')
|
|
807
|
+
__field_names__ = ('billing_currency', 'customer_id', 'environment_id', 'integration_id', 'payment_method_id', 'ref_id', 'vendor_identifier')
|
|
808
|
+
billing_currency = sgqlc.types.Field(Currency, graphql_name='billingCurrency')
|
|
808
809
|
customer_id = sgqlc.types.Field(String, graphql_name='customerId')
|
|
809
810
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
810
811
|
integration_id = sgqlc.types.Field(String, graphql_name='integrationId')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|