stigg-api-client 3.107.0__py3-none-any.whl → 3.111.0__py3-none-any.whl
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/generated/operations.py +8 -0
- stigg/generated/schema.py +46 -12
- {stigg_api_client-3.107.0.dist-info → stigg_api_client-3.111.0.dist-info}/METADATA +1 -1
- stigg_api_client-3.111.0.dist-info/RECORD +9 -0
- stigg_api_client-3.107.0.dist-info/RECORD +0 -9
- {stigg_api_client-3.107.0.dist-info → stigg_api_client-3.111.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-3.107.0.dist-info → stigg_api_client-3.111.0.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
|
@@ -1873,6 +1873,13 @@ def mutation_create_payment_session():
|
|
|
1873
1873
|
return _op
|
|
1874
1874
|
|
|
1875
1875
|
|
|
1876
|
+
def mutation_void_credit_grant():
|
|
1877
|
+
_op = sgqlc.operation.Operation(_schema_root.mutation_type, name='VoidCreditGrant', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.VoidCreditGrantInput))))
|
|
1878
|
+
_op_void_credit_grant = _op.void_credit_grant(input=sgqlc.types.Variable('input'))
|
|
1879
|
+
_op_void_credit_grant.__fragment__(fragment_credit_grant_fragment())
|
|
1880
|
+
return _op
|
|
1881
|
+
|
|
1882
|
+
|
|
1876
1883
|
class Mutation:
|
|
1877
1884
|
apply_subscription = mutation_apply_subscription()
|
|
1878
1885
|
archive_customer = mutation_archive_customer()
|
|
@@ -1907,6 +1914,7 @@ class Mutation:
|
|
|
1907
1914
|
unlink_promotional_entitlements_group = mutation_unlink_promotional_entitlements_group()
|
|
1908
1915
|
update_customer = mutation_update_customer()
|
|
1909
1916
|
update_subscription = mutation_update_subscription()
|
|
1917
|
+
void_credit_grant = mutation_void_credit_grant()
|
|
1910
1918
|
|
|
1911
1919
|
|
|
1912
1920
|
def query_get_customer_by_id():
|
stigg/generated/schema.py
CHANGED
|
@@ -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')
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
+
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
+
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
stigg/generated/operations.py,sha256=ofbTuAiOhEldl-sDfr6oD4vTlfRDWWscsCQ-SrFYnxI,94243
|
|
5
|
+
stigg/generated/schema.py,sha256=PFJNtQ9kRAm2fH0zdmwwMofUycQMSbAfHBejhxk60p8,736603
|
|
6
|
+
stigg_api_client-3.111.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-3.111.0.dist-info/METADATA,sha256=7N-J9kDHG9bXmJ4EcZJg7XrMoH6Dt8qn5R69GUyeskM,3198
|
|
8
|
+
stigg_api_client-3.111.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-3.111.0.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
-
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
-
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
stigg/generated/operations.py,sha256=bv6qEelAdfNiTsCRwzUfChTCja1PSx50K5_7SinoLTI,93800
|
|
5
|
-
stigg/generated/schema.py,sha256=JntWAgHWa8ZlKf_ls4Iko0Ma1jr-eFFXdX-WzdLxOao,733005
|
|
6
|
-
stigg_api_client-3.107.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
-
stigg_api_client-3.107.0.dist-info/METADATA,sha256=dJhab9KIl03b7rbiiVQnExYw2bZt3e8x-mFSPvfmJz8,3198
|
|
8
|
-
stigg_api_client-3.107.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
-
stigg_api_client-3.107.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|