stigg-api-client 2.289.0__tar.gz → 2.293.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-2.289.0 → stigg_api_client-2.293.0}/PKG-INFO +1 -1
- {stigg_api_client-2.289.0 → stigg_api_client-2.293.0}/pyproject.toml +1 -1
- {stigg_api_client-2.289.0 → stigg_api_client-2.293.0}/stigg/generated/schema.py +2 -1
- {stigg_api_client-2.289.0 → stigg_api_client-2.293.0}/LICENSE +0 -0
- {stigg_api_client-2.289.0 → stigg_api_client-2.293.0}/README.md +0 -0
- {stigg_api_client-2.289.0 → stigg_api_client-2.293.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.289.0 → stigg_api_client-2.293.0}/stigg/client.py +0 -0
- {stigg_api_client-2.289.0 → stigg_api_client-2.293.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.289.0 → stigg_api_client-2.293.0}/stigg/generated/operations.py +0 -0
|
@@ -2294,7 +2294,7 @@ class ImportIntegrationTaskSort(sgqlc.types.Input):
|
|
|
2294
2294
|
|
|
2295
2295
|
class ImportSubscriptionInput(sgqlc.types.Input):
|
|
2296
2296
|
__schema__ = schema
|
|
2297
|
-
__field_names__ = ('additional_meta_data', 'addons', 'billable_features', 'billing_id', 'billing_period', 'customer_id', 'end_date', 'plan_id', 'resource_id', 'salesforce_id', 'start_date', 'subscription_entitlements', 'unit_quantity', 'updated_at')
|
|
2297
|
+
__field_names__ = ('additional_meta_data', 'addons', 'billable_features', 'billing_id', 'billing_period', 'customer_id', 'end_date', 'plan_id', 'resource_id', 'salesforce_id', 'start_date', 'subscription_entitlements', 'subscription_id', 'unit_quantity', 'updated_at')
|
|
2298
2298
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
2299
2299
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
|
|
2300
2300
|
billable_features = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(BillableFeatureInput)), graphql_name='billableFeatures')
|
|
@@ -2307,6 +2307,7 @@ class ImportSubscriptionInput(sgqlc.types.Input):
|
|
|
2307
2307
|
salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
|
|
2308
2308
|
start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
|
|
2309
2309
|
subscription_entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementInput')), graphql_name='subscriptionEntitlements')
|
|
2310
|
+
subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
|
|
2310
2311
|
unit_quantity = sgqlc.types.Field(Float, graphql_name='unitQuantity')
|
|
2311
2312
|
updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
|
|
2312
2313
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|