stigg-api-client 3.111.0__tar.gz → 3.113.0__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-3.111.0 → stigg_api_client-3.113.0}/PKG-INFO +1 -1
- {stigg_api_client-3.111.0 → stigg_api_client-3.113.0}/pyproject.toml +1 -1
- {stigg_api_client-3.111.0 → stigg_api_client-3.113.0}/stigg/generated/schema.py +4 -2
- {stigg_api_client-3.111.0 → stigg_api_client-3.113.0}/LICENSE +0 -0
- {stigg_api_client-3.111.0 → stigg_api_client-3.113.0}/README.md +0 -0
- {stigg_api_client-3.111.0 → stigg_api_client-3.113.0}/stigg/__init__.py +0 -0
- {stigg_api_client-3.111.0 → stigg_api_client-3.113.0}/stigg/client.py +0 -0
- {stigg_api_client-3.111.0 → stigg_api_client-3.113.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.111.0 → stigg_api_client-3.113.0}/stigg/generated/operations.py +0 -0
|
@@ -5217,10 +5217,11 @@ class YearlyResetPeriodConfigInput(sgqlc.types.Input):
|
|
|
5217
5217
|
|
|
5218
5218
|
class ZuoraCredentialsInput(sgqlc.types.Input):
|
|
5219
5219
|
__schema__ = schema
|
|
5220
|
-
__field_names__ = ('base_url', 'client_id', 'client_secret', 'payment_gateway_id', 'payment_page_id', 'publishable_key', 'stripe_publishable_key', 'stripe_secret_key')
|
|
5220
|
+
__field_names__ = ('base_url', 'client_id', 'client_secret', 'invoice_settlement_enabled', 'payment_gateway_id', 'payment_page_id', 'publishable_key', 'stripe_publishable_key', 'stripe_secret_key')
|
|
5221
5221
|
base_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='baseUrl')
|
|
5222
5222
|
client_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientId')
|
|
5223
5223
|
client_secret = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientSecret')
|
|
5224
|
+
invoice_settlement_enabled = sgqlc.types.Field(Boolean, graphql_name='invoiceSettlementEnabled')
|
|
5224
5225
|
payment_gateway_id = sgqlc.types.Field(String, graphql_name='paymentGatewayId')
|
|
5225
5226
|
payment_page_id = sgqlc.types.Field(String, graphql_name='paymentPageId')
|
|
5226
5227
|
publishable_key = sgqlc.types.Field(String, graphql_name='publishableKey')
|
|
@@ -11354,10 +11355,11 @@ class ZuoraCheckoutCredentials(sgqlc.types.Type):
|
|
|
11354
11355
|
|
|
11355
11356
|
class ZuoraCredentials(sgqlc.types.Type):
|
|
11356
11357
|
__schema__ = schema
|
|
11357
|
-
__field_names__ = ('base_url', 'client_id', 'client_secret', 'payment_gateway_id', 'payment_page_id', 'publishable_key', 'stripe_publishable_key', 'stripe_secret_key', 'webhook_secret')
|
|
11358
|
+
__field_names__ = ('base_url', 'client_id', 'client_secret', 'invoice_settlement_enabled', 'payment_gateway_id', 'payment_page_id', 'publishable_key', 'stripe_publishable_key', 'stripe_secret_key', 'webhook_secret')
|
|
11358
11359
|
base_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='baseUrl')
|
|
11359
11360
|
client_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientId')
|
|
11360
11361
|
client_secret = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientSecret')
|
|
11362
|
+
invoice_settlement_enabled = sgqlc.types.Field(Boolean, graphql_name='invoiceSettlementEnabled')
|
|
11361
11363
|
payment_gateway_id = sgqlc.types.Field(String, graphql_name='paymentGatewayId')
|
|
11362
11364
|
payment_page_id = sgqlc.types.Field(String, graphql_name='paymentPageId')
|
|
11363
11365
|
publishable_key = sgqlc.types.Field(String, graphql_name='publishableKey')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|