stigg-api-client 3.108.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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 3.108.0
3
+ Version: 3.113.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stigg-api-client"
3
- version = "3.108.0"
3
+ version = "3.113.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -153,7 +153,7 @@ class CustomerResourceSortFields(sgqlc.types.Enum):
153
153
 
154
154
  class CustomerSortFields(sgqlc.types.Enum):
155
155
  __schema__ = schema
156
- __choices__ = ('billingId', 'createdAt', 'crmHubspotCompanyId', 'crmHubspotCompanyUrl', 'crmId', 'customerId', 'deletedAt', 'email', 'environmentId', 'id', 'name', 'refId', 'salesforceId', 'searchQuery', 'updatedAt')
156
+ __choices__ = ('awsMarketplaceCustomerId', 'billingId', 'createdAt', 'crmHubspotCompanyId', 'crmHubspotCompanyUrl', 'crmId', 'customerId', 'deletedAt', 'email', 'environmentId', 'id', 'name', 'refId', 'salesforceId', 'searchQuery', 'updatedAt')
157
157
 
158
158
 
159
159
  class CustomerSubscriptionSortFields(sgqlc.types.Enum):
@@ -1106,8 +1106,9 @@ class CouponFilter(sgqlc.types.Input):
1106
1106
 
1107
1107
  class CouponFilterCustomerFilter(sgqlc.types.Input):
1108
1108
  __schema__ = schema
1109
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1109
+ __field_names__ = ('and_', 'aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1110
1110
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CouponFilterCustomerFilter')), graphql_name='and')
1111
+ aws_marketplace_customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='awsMarketplaceCustomerId')
1111
1112
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
1112
1113
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1113
1114
  crm_hubspot_company_id = sgqlc.types.Field('StringFieldComparison', graphql_name='crmHubspotCompanyId')
@@ -1461,8 +1462,9 @@ class CustomerBillingInfo(sgqlc.types.Input):
1461
1462
 
1462
1463
  class CustomerFilter(sgqlc.types.Input):
1463
1464
  __schema__ = schema
1464
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'promotional_entitlements', 'ref_id', 'salesforce_id', 'search_query', 'subscriptions', 'updated_at')
1465
+ __field_names__ = ('and_', 'aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'promotional_entitlements', 'ref_id', 'salesforce_id', 'search_query', 'subscriptions', 'updated_at')
1465
1466
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilter')), graphql_name='and')
1467
+ aws_marketplace_customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='awsMarketplaceCustomerId')
1466
1468
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
1467
1469
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1468
1470
  crm_hubspot_company_id = sgqlc.types.Field('StringFieldComparison', graphql_name='crmHubspotCompanyId')
@@ -1588,8 +1590,9 @@ class CustomerResourceFilter(sgqlc.types.Input):
1588
1590
 
1589
1591
  class CustomerResourceFilterCustomerFilter(sgqlc.types.Input):
1590
1592
  __schema__ = schema
1591
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1593
+ __field_names__ = ('and_', 'aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1592
1594
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerFilter')), graphql_name='and')
1595
+ aws_marketplace_customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='awsMarketplaceCustomerId')
1593
1596
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
1594
1597
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1595
1598
  crm_hubspot_company_id = sgqlc.types.Field('StringFieldComparison', graphql_name='crmHubspotCompanyId')
@@ -1703,8 +1706,9 @@ class CustomerSubscriptionFilter(sgqlc.types.Input):
1703
1706
 
1704
1707
  class CustomerSubscriptionFilterCustomerFilter(sgqlc.types.Input):
1705
1708
  __schema__ = schema
1706
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1709
+ __field_names__ = ('and_', 'aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
1707
1710
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterCustomerFilter')), graphql_name='and')
1711
+ aws_marketplace_customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='awsMarketplaceCustomerId')
1708
1712
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
1709
1713
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1710
1714
  crm_hubspot_company_id = sgqlc.types.Field('StringFieldComparison', graphql_name='crmHubspotCompanyId')
@@ -2167,8 +2171,9 @@ class ExperimentFilter(sgqlc.types.Input):
2167
2171
 
2168
2172
  class ExperimentFilterCustomerFilter(sgqlc.types.Input):
2169
2173
  __schema__ = schema
2170
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
2174
+ __field_names__ = ('and_', 'aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
2171
2175
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ExperimentFilterCustomerFilter')), graphql_name='and')
2176
+ aws_marketplace_customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='awsMarketplaceCustomerId')
2172
2177
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
2173
2178
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2174
2179
  crm_hubspot_company_id = sgqlc.types.Field('StringFieldComparison', graphql_name='crmHubspotCompanyId')
@@ -4470,9 +4475,10 @@ class SubscriptionPriceSort(sgqlc.types.Input):
4470
4475
 
4471
4476
  class SubscriptionQueryFilter(sgqlc.types.Input):
4472
4477
  __schema__ = schema
4473
- __field_names__ = ('and_', 'created_at', 'customer_id', 'environment_id', 'or_', 'product_id', 'resource_id', 'start_date', 'status')
4478
+ __field_names__ = ('and_', 'created_at', 'customer', 'customer_id', 'environment_id', 'or_', 'product_id', 'resource_id', 'start_date', 'status')
4474
4479
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionQueryFilter')), graphql_name='and')
4475
4480
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
4481
+ customer = sgqlc.types.Field('SubscriptionQueryFilterCustomerFilter', graphql_name='customer')
4476
4482
  customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
4477
4483
  environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
4478
4484
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionQueryFilter')), graphql_name='or')
@@ -4482,6 +4488,29 @@ class SubscriptionQueryFilter(sgqlc.types.Input):
4482
4488
  status = sgqlc.types.Field('SubscriptionStatusFilterComparison', graphql_name='status')
4483
4489
 
4484
4490
 
4491
+ class SubscriptionQueryFilterCustomerFilter(sgqlc.types.Input):
4492
+ __schema__ = schema
4493
+ __field_names__ = ('and_', 'aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
4494
+ and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionQueryFilterCustomerFilter')), graphql_name='and')
4495
+ aws_marketplace_customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='awsMarketplaceCustomerId')
4496
+ billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
4497
+ created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
4498
+ crm_hubspot_company_id = sgqlc.types.Field(StringFieldComparison, graphql_name='crmHubspotCompanyId')
4499
+ crm_hubspot_company_url = sgqlc.types.Field(StringFieldComparison, graphql_name='crmHubspotCompanyUrl')
4500
+ crm_id = sgqlc.types.Field(StringFieldComparison, graphql_name='crmId')
4501
+ customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
4502
+ deleted_at = sgqlc.types.Field(DateFieldComparison, graphql_name='deletedAt')
4503
+ email = sgqlc.types.Field(StringFieldComparison, graphql_name='email')
4504
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
4505
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
4506
+ name = sgqlc.types.Field(StringFieldComparison, graphql_name='name')
4507
+ or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionQueryFilterCustomerFilter')), graphql_name='or')
4508
+ ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
4509
+ salesforce_id = sgqlc.types.Field(StringFieldComparison, graphql_name='salesforceId')
4510
+ search_query = sgqlc.types.Field(CustomerSearchQueryFilterComparison, graphql_name='searchQuery')
4511
+ updated_at = sgqlc.types.Field(DateFieldComparison, graphql_name='updatedAt')
4512
+
4513
+
4485
4514
  class SubscriptionQuerySort(sgqlc.types.Input):
4486
4515
  __schema__ = schema
4487
4516
  __field_names__ = ('direction', 'field', 'nulls')
@@ -5079,8 +5108,9 @@ class UsageMeasurementFilter(sgqlc.types.Input):
5079
5108
 
5080
5109
  class UsageMeasurementFilterCustomerFilter(sgqlc.types.Input):
5081
5110
  __schema__ = schema
5082
- __field_names__ = ('and_', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
5111
+ __field_names__ = ('and_', 'aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'or_', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
5083
5112
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('UsageMeasurementFilterCustomerFilter')), graphql_name='and')
5113
+ aws_marketplace_customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='awsMarketplaceCustomerId')
5084
5114
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
5085
5115
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
5086
5116
  crm_hubspot_company_id = sgqlc.types.Field(StringFieldComparison, graphql_name='crmHubspotCompanyId')
@@ -5187,10 +5217,11 @@ class YearlyResetPeriodConfigInput(sgqlc.types.Input):
5187
5217
 
5188
5218
  class ZuoraCredentialsInput(sgqlc.types.Input):
5189
5219
  __schema__ = schema
5190
- __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')
5191
5221
  base_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='baseUrl')
5192
5222
  client_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientId')
5193
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')
5194
5225
  payment_gateway_id = sgqlc.types.Field(String, graphql_name='paymentGatewayId')
5195
5226
  payment_page_id = sgqlc.types.Field(String, graphql_name='paymentPageId')
5196
5227
  publishable_key = sgqlc.types.Field(String, graphql_name='publishableKey')
@@ -5976,7 +6007,8 @@ class Customer(sgqlc.types.Type):
5976
6007
 
5977
6008
  class CustomerAggregateGroupBy(sgqlc.types.Type):
5978
6009
  __schema__ = schema
5979
- __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
6010
+ __field_names__ = ('aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
6011
+ aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
5980
6012
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5981
6013
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5982
6014
  crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
@@ -6011,7 +6043,8 @@ class CustomerConnection(sgqlc.types.relay.Connection):
6011
6043
 
6012
6044
  class CustomerCountAggregate(sgqlc.types.Type):
6013
6045
  __schema__ = schema
6014
- __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
6046
+ __field_names__ = ('aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
6047
+ aws_marketplace_customer_id = sgqlc.types.Field(Int, graphql_name='awsMarketplaceCustomerId')
6015
6048
  billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
6016
6049
  created_at = sgqlc.types.Field(Int, graphql_name='createdAt')
6017
6050
  crm_hubspot_company_id = sgqlc.types.Field(Int, graphql_name='crmHubspotCompanyId')
@@ -6038,7 +6071,8 @@ class CustomerEdge(sgqlc.types.Type):
6038
6071
 
6039
6072
  class CustomerMaxAggregate(sgqlc.types.Type):
6040
6073
  __schema__ = schema
6041
- __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
6074
+ __field_names__ = ('aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
6075
+ aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
6042
6076
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
6043
6077
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6044
6078
  crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
@@ -6058,7 +6092,8 @@ class CustomerMaxAggregate(sgqlc.types.Type):
6058
6092
 
6059
6093
  class CustomerMinAggregate(sgqlc.types.Type):
6060
6094
  __schema__ = schema
6061
- __field_names__ = ('billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
6095
+ __field_names__ = ('aws_marketplace_customer_id', 'billing_id', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'deleted_at', 'email', 'environment_id', 'id', 'name', 'ref_id', 'salesforce_id', 'search_query', 'updated_at')
6096
+ aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
6062
6097
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
6063
6098
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6064
6099
  crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
@@ -11320,10 +11355,11 @@ class ZuoraCheckoutCredentials(sgqlc.types.Type):
11320
11355
 
11321
11356
  class ZuoraCredentials(sgqlc.types.Type):
11322
11357
  __schema__ = schema
11323
- __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')
11324
11359
  base_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='baseUrl')
11325
11360
  client_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientId')
11326
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')
11327
11363
  payment_gateway_id = sgqlc.types.Field(String, graphql_name='paymentGatewayId')
11328
11364
  payment_page_id = sgqlc.types.Field(String, graphql_name='paymentPageId')
11329
11365
  publishable_key = sgqlc.types.Field(String, graphql_name='publishableKey')