stigg-api-client 3.108.0__tar.gz → 3.111.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.111.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.111.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')
@@ -5976,7 +6006,8 @@ class Customer(sgqlc.types.Type):
5976
6006
 
5977
6007
  class CustomerAggregateGroupBy(sgqlc.types.Type):
5978
6008
  __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')
6009
+ __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')
6010
+ aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
5980
6011
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5981
6012
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5982
6013
  crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
@@ -6011,7 +6042,8 @@ class CustomerConnection(sgqlc.types.relay.Connection):
6011
6042
 
6012
6043
  class CustomerCountAggregate(sgqlc.types.Type):
6013
6044
  __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')
6045
+ __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')
6046
+ aws_marketplace_customer_id = sgqlc.types.Field(Int, graphql_name='awsMarketplaceCustomerId')
6015
6047
  billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
6016
6048
  created_at = sgqlc.types.Field(Int, graphql_name='createdAt')
6017
6049
  crm_hubspot_company_id = sgqlc.types.Field(Int, graphql_name='crmHubspotCompanyId')
@@ -6038,7 +6070,8 @@ class CustomerEdge(sgqlc.types.Type):
6038
6070
 
6039
6071
  class CustomerMaxAggregate(sgqlc.types.Type):
6040
6072
  __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')
6073
+ __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')
6074
+ aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
6042
6075
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
6043
6076
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6044
6077
  crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')
@@ -6058,7 +6091,8 @@ class CustomerMaxAggregate(sgqlc.types.Type):
6058
6091
 
6059
6092
  class CustomerMinAggregate(sgqlc.types.Type):
6060
6093
  __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')
6094
+ __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')
6095
+ aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
6062
6096
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
6063
6097
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6064
6098
  crm_hubspot_company_id = sgqlc.types.Field(String, graphql_name='crmHubspotCompanyId')