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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.289.0
3
+ Version: 2.293.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 = "2.289.0"
3
+ version = "2.293.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -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