stigg-api-client 2.8.2__py3-none-any.whl → 2.15.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/schema.py +24 -13
- {stigg_api_client-2.8.2.dist-info → stigg_api_client-2.15.0.dist-info}/METADATA +1 -1
- stigg_api_client-2.15.0.dist-info/RECORD +9 -0
- stigg_api_client-2.8.2.dist-info/RECORD +0 -9
- {stigg_api_client-2.8.2.dist-info → stigg_api_client-2.15.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-2.8.2.dist-info → stigg_api_client-2.15.0.dist-info}/WHEEL +0 -0
stigg/generated/schema.py
CHANGED
|
@@ -52,7 +52,7 @@ class ApiKeyType(sgqlc.types.Enum):
|
|
|
52
52
|
|
|
53
53
|
class BillingAnchor(sgqlc.types.Enum):
|
|
54
54
|
__schema__ = schema
|
|
55
|
-
__choices__ = ('START_OF_THE_MONTH', 'SUBSCRIPTION_START')
|
|
55
|
+
__choices__ = ('START_OF_THE_MONTH', 'SUBSCRIPTIONS_CONSOLIDATE_BILLING', 'SUBSCRIPTION_START')
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
class BillingCadence(sgqlc.types.Enum):
|
|
@@ -123,7 +123,7 @@ class CustomerSortFields(sgqlc.types.Enum):
|
|
|
123
123
|
|
|
124
124
|
class CustomerSubscriptionSortFields(sgqlc.types.Enum):
|
|
125
125
|
__schema__ = schema
|
|
126
|
-
__choices__ = ('billingId', 'cancelReason', 'cancellationDate', 'createdAt', 'crmId', 'crmLinkUrl', 'currentBillingPeriodEnd', 'currentBillingPeriodStart', 'customerId', 'effectiveEndDate', 'endDate', 'environmentId', 'id', 'oldBillingId', 'paymentCollection', 'pricingType', 'refId', 'resourceId', 'startDate', 'status', 'subscriptionId', 'trialEndDate')
|
|
126
|
+
__choices__ = ('billingCycleAnchor', 'billingId', 'cancelReason', 'cancellationDate', 'createdAt', 'crmId', 'crmLinkUrl', 'currentBillingPeriodEnd', 'currentBillingPeriodStart', 'customerId', 'effectiveEndDate', 'endDate', 'environmentId', 'id', 'oldBillingId', 'paymentCollection', 'pricingType', 'refId', 'resourceId', 'startDate', 'status', 'subscriptionId', 'trialEndDate')
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
DateTime = sgqlc.types.datetime.DateTime
|
|
@@ -1193,8 +1193,9 @@ class CustomerFilter(sgqlc.types.Input):
|
|
|
1193
1193
|
|
|
1194
1194
|
class CustomerFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1195
1195
|
__schema__ = schema
|
|
1196
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
1196
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
1197
1197
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
1198
|
+
billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
|
|
1198
1199
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
1199
1200
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
1200
1201
|
cancellation_date = sgqlc.types.Field('DateFieldComparison', graphql_name='cancellationDate')
|
|
@@ -1314,8 +1315,9 @@ class CustomerResourceFilterCustomerFilter(sgqlc.types.Input):
|
|
|
1314
1315
|
|
|
1315
1316
|
class CustomerResourceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1316
1317
|
__schema__ = schema
|
|
1317
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
1318
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
1318
1319
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
1320
|
+
billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
|
|
1319
1321
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
1320
1322
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
1321
1323
|
cancellation_date = sgqlc.types.Field('DateFieldComparison', graphql_name='cancellationDate')
|
|
@@ -1365,9 +1367,10 @@ class CustomerSort(sgqlc.types.Input):
|
|
|
1365
1367
|
|
|
1366
1368
|
class CustomerSubscriptionFilter(sgqlc.types.Input):
|
|
1367
1369
|
__schema__ = schema
|
|
1368
|
-
__field_names__ = ('addons', 'and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'trial_end_date')
|
|
1370
|
+
__field_names__ = ('addons', 'and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'trial_end_date')
|
|
1369
1371
|
addons = sgqlc.types.Field('CustomerSubscriptionFilterSubscriptionAddonFilter', graphql_name='addons')
|
|
1370
1372
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilter')), graphql_name='and')
|
|
1373
|
+
billing_cycle_anchor = sgqlc.types.Field('DateFieldComparison', graphql_name='billingCycleAnchor')
|
|
1371
1374
|
billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
|
|
1372
1375
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
1373
1376
|
cancellation_date = sgqlc.types.Field('DateFieldComparison', graphql_name='cancellationDate')
|
|
@@ -3452,8 +3455,9 @@ class SubscriptionAddonFilter(sgqlc.types.Input):
|
|
|
3452
3455
|
|
|
3453
3456
|
class SubscriptionAddonFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3454
3457
|
__schema__ = schema
|
|
3455
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3458
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3456
3459
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3460
|
+
billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
|
|
3457
3461
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
3458
3462
|
cancel_reason = sgqlc.types.Field('SubscriptionCancelReasonFilterComparison', graphql_name='cancelReason')
|
|
3459
3463
|
cancellation_date = sgqlc.types.Field(DateFieldComparison, graphql_name='cancellationDate')
|
|
@@ -3567,8 +3571,9 @@ class SubscriptionEntitlementFilter(sgqlc.types.Input):
|
|
|
3567
3571
|
|
|
3568
3572
|
class SubscriptionEntitlementFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3569
3573
|
__schema__ = schema
|
|
3570
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3574
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3571
3575
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3576
|
+
billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
|
|
3572
3577
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
3573
3578
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReasonFilterComparison, graphql_name='cancelReason')
|
|
3574
3579
|
cancellation_date = sgqlc.types.Field(DateFieldComparison, graphql_name='cancellationDate')
|
|
@@ -3720,8 +3725,9 @@ class SubscriptionPriceFilter(sgqlc.types.Input):
|
|
|
3720
3725
|
|
|
3721
3726
|
class SubscriptionPriceFilterCustomerSubscriptionFilter(sgqlc.types.Input):
|
|
3722
3727
|
__schema__ = schema
|
|
3723
|
-
__field_names__ = ('and_', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3728
|
+
__field_names__ = ('and_', 'billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'or_', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
3724
3729
|
and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionPriceFilterCustomerSubscriptionFilter')), graphql_name='and')
|
|
3730
|
+
billing_cycle_anchor = sgqlc.types.Field(DateFieldComparison, graphql_name='billingCycleAnchor')
|
|
3725
3731
|
billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
|
|
3726
3732
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReasonFilterComparison, graphql_name='cancelReason')
|
|
3727
3733
|
cancellation_date = sgqlc.types.Field(DateFieldComparison, graphql_name='cancellationDate')
|
|
@@ -5177,13 +5183,14 @@ class CustomerStatistics(sgqlc.types.Type):
|
|
|
5177
5183
|
|
|
5178
5184
|
class CustomerSubscription(sgqlc.types.Type):
|
|
5179
5185
|
__schema__ = schema
|
|
5180
|
-
__field_names__ = ('additional_meta_data', 'addons', 'billing_id', 'billing_link_url', 'billing_sync_error', 'budget', 'budget_exceeded', 'cancel_reason', 'cancellation_date', 'coupon', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'customer_id', 'effective_end_date', 'end_date', 'environment', 'environment_id', 'experiment', 'experiment_info', 'free_items', 'future_updates', 'id', 'is_custom_price_subscription', 'latest_invoice', 'minimum_spend', 'old_billing_id', 'outdated_price_packages', 'payment_collection', 'payment_collection_method', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'salesforce_id', 'scheduled_updates', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'sync_states', 'total_price', 'trial_end_date', 'was_in_trial')
|
|
5186
|
+
__field_names__ = ('additional_meta_data', 'addons', 'billing_cycle_anchor', 'billing_id', 'billing_link_url', 'billing_sync_error', 'budget', 'budget_exceeded', 'cancel_reason', 'cancellation_date', 'coupon', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'customer_id', 'effective_end_date', 'end_date', 'environment', 'environment_id', 'experiment', 'experiment_info', 'free_items', 'future_updates', 'id', 'is_custom_price_subscription', 'latest_invoice', 'minimum_spend', 'old_billing_id', 'outdated_price_packages', 'payment_collection', 'payment_collection_method', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'salesforce_id', 'scheduled_updates', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'sync_states', 'total_price', 'trial_end_date', 'was_in_trial')
|
|
5181
5187
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
5182
5188
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddon')), graphql_name='addons', args=sgqlc.types.ArgDict((
|
|
5183
5189
|
('filter', sgqlc.types.Arg(SubscriptionAddonFilter, graphql_name='filter', default={})),
|
|
5184
5190
|
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(SubscriptionAddonSort)), graphql_name='sorting', default=[{'direction': 'DESC', 'field': 'createdAt'}])),
|
|
5185
5191
|
))
|
|
5186
5192
|
)
|
|
5193
|
+
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5187
5194
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5188
5195
|
billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
|
|
5189
5196
|
billing_sync_error = sgqlc.types.Field(String, graphql_name='billingSyncError')
|
|
@@ -5243,7 +5250,8 @@ class CustomerSubscription(sgqlc.types.Type):
|
|
|
5243
5250
|
|
|
5244
5251
|
class CustomerSubscriptionAggregateGroupBy(sgqlc.types.Type):
|
|
5245
5252
|
__schema__ = schema
|
|
5246
|
-
__field_names__ = ('billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5253
|
+
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5254
|
+
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5247
5255
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5248
5256
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5249
5257
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
@@ -5278,7 +5286,8 @@ class CustomerSubscriptionConnection(sgqlc.types.relay.Connection):
|
|
|
5278
5286
|
|
|
5279
5287
|
class CustomerSubscriptionCountAggregate(sgqlc.types.Type):
|
|
5280
5288
|
__schema__ = schema
|
|
5281
|
-
__field_names__ = ('billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5289
|
+
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5290
|
+
billing_cycle_anchor = sgqlc.types.Field(Int, graphql_name='billingCycleAnchor')
|
|
5282
5291
|
billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
|
|
5283
5292
|
cancel_reason = sgqlc.types.Field(Int, graphql_name='cancelReason')
|
|
5284
5293
|
cancellation_date = sgqlc.types.Field(Int, graphql_name='cancellationDate')
|
|
@@ -5312,7 +5321,8 @@ class CustomerSubscriptionEdge(sgqlc.types.Type):
|
|
|
5312
5321
|
|
|
5313
5322
|
class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
5314
5323
|
__schema__ = schema
|
|
5315
|
-
__field_names__ = ('billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5324
|
+
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5325
|
+
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5316
5326
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5317
5327
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5318
5328
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
@@ -5339,7 +5349,8 @@ class CustomerSubscriptionMaxAggregate(sgqlc.types.Type):
|
|
|
5339
5349
|
|
|
5340
5350
|
class CustomerSubscriptionMinAggregate(sgqlc.types.Type):
|
|
5341
5351
|
__schema__ = schema
|
|
5342
|
-
__field_names__ = ('billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5352
|
+
__field_names__ = ('billing_cycle_anchor', 'billing_id', 'cancel_reason', 'cancellation_date', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer_id', 'effective_end_date', 'end_date', 'environment_id', 'id', 'old_billing_id', 'payment_collection', 'pricing_type', 'ref_id', 'resource_id', 'start_date', 'status', 'subscription_id', 'trial_end_date')
|
|
5353
|
+
billing_cycle_anchor = sgqlc.types.Field(DateTime, graphql_name='billingCycleAnchor')
|
|
5343
5354
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
5344
5355
|
cancel_reason = sgqlc.types.Field(SubscriptionCancelReason, graphql_name='cancelReason')
|
|
5345
5356
|
cancellation_date = sgqlc.types.Field(DateTime, graphql_name='cancellationDate')
|
|
@@ -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=Lp-svtpJAn-LmjYeMGVfIfZbRipu_NjBAEm3SFWQnW8,70845
|
|
5
|
+
stigg/generated/schema.py,sha256=0H6JC5j0Pnva_RT50o5ZcWV9kbs8hzykmWWMzBV22_c,603649
|
|
6
|
+
stigg_api_client-2.15.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-2.15.0.dist-info/METADATA,sha256=3Jh1qeH9OuE1ZLNgWJJXKBW7GTStQ5NfI-kJBSdziig,3197
|
|
8
|
+
stigg_api_client-2.15.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-2.15.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=Lp-svtpJAn-LmjYeMGVfIfZbRipu_NjBAEm3SFWQnW8,70845
|
|
5
|
-
stigg/generated/schema.py,sha256=VUhlbt2-McLv42TWhU6N3iRjE5RWyu9t-tTgyIcpiCs,602269
|
|
6
|
-
stigg_api_client-2.8.2.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
-
stigg_api_client-2.8.2.dist-info/METADATA,sha256=eQk4uiYZtrDBjzwdFw2iaWG6V0ivo4oVTcTWVnRsGBs,3196
|
|
8
|
-
stigg_api_client-2.8.2.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
-
stigg_api_client-2.8.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|