stigg-api-client 3.116.2__tar.gz → 3.122.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.116.2
3
+ Version: 3.122.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.116.2"
3
+ version = "3.122.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -542,7 +542,7 @@ class SubscriptionProrationBehavior(sgqlc.types.Enum):
542
542
 
543
543
  class SubscriptionQuerySortFields(sgqlc.types.Enum):
544
544
  __schema__ = schema
545
- __choices__ = ('createdAt', 'customerId', 'environmentId', 'productId', 'resourceId', 'startDate', 'status')
545
+ __choices__ = ('billingId', 'createdAt', 'customerId', 'environmentId', 'productId', 'resourceId', 'salesforceId', 'startDate', 'status', 'subscriptionId')
546
546
 
547
547
 
548
548
  class SubscriptionScheduleStatus(sgqlc.types.Enum):
@@ -4024,10 +4024,12 @@ class SetPlanCompatiblePackageGroups(sgqlc.types.Input):
4024
4024
 
4025
4025
  class SnowflakeCredentialsInput(sgqlc.types.Input):
4026
4026
  __schema__ = schema
4027
- __field_names__ = ('database', 'host', 'password', 'role', 'schema_name', 'username', 'warehouse')
4027
+ __field_names__ = ('database', 'host', 'passphrase', 'password', 'private_key', 'role', 'schema_name', 'username', 'warehouse')
4028
4028
  database = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='database')
4029
4029
  host = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='host')
4030
- password = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='password')
4030
+ passphrase = sgqlc.types.Field(String, graphql_name='passphrase')
4031
+ password = sgqlc.types.Field(String, graphql_name='password')
4032
+ private_key = sgqlc.types.Field(String, graphql_name='privateKey')
4031
4033
  role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
4032
4034
  schema_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='schemaName')
4033
4035
  username = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='username')
@@ -4475,8 +4477,9 @@ class SubscriptionPriceSort(sgqlc.types.Input):
4475
4477
 
4476
4478
  class SubscriptionQueryFilter(sgqlc.types.Input):
4477
4479
  __schema__ = schema
4478
- __field_names__ = ('and_', 'created_at', 'customer', 'customer_id', 'environment_id', 'or_', 'product_id', 'resource_id', 'start_date', 'status')
4480
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'customer', 'customer_id', 'environment_id', 'or_', 'product_id', 'resource_id', 'salesforce_id', 'start_date', 'status', 'subscription_id')
4479
4481
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionQueryFilter')), graphql_name='and')
4482
+ billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
4480
4483
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
4481
4484
  customer = sgqlc.types.Field('SubscriptionQueryFilterCustomerFilter', graphql_name='customer')
4482
4485
  customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
@@ -4484,8 +4487,10 @@ class SubscriptionQueryFilter(sgqlc.types.Input):
4484
4487
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionQueryFilter')), graphql_name='or')
4485
4488
  product_id = sgqlc.types.Field(StringFieldComparison, graphql_name='productId')
4486
4489
  resource_id = sgqlc.types.Field(StringFieldComparison, graphql_name='resourceId')
4490
+ salesforce_id = sgqlc.types.Field(StringFieldComparison, graphql_name='salesforceId')
4487
4491
  start_date = sgqlc.types.Field(DateFieldComparison, graphql_name='startDate')
4488
4492
  status = sgqlc.types.Field('SubscriptionStatusFilterComparison', graphql_name='status')
4493
+ subscription_id = sgqlc.types.Field(StringFieldComparison, graphql_name='subscriptionId')
4489
4494
 
4490
4495
 
4491
4496
  class SubscriptionQueryFilterCustomerFilter(sgqlc.types.Input):
@@ -10136,11 +10141,12 @@ class SlimCustomCurrency(sgqlc.types.Type):
10136
10141
 
10137
10142
  class SnowflakeCredentials(sgqlc.types.Type):
10138
10143
  __schema__ = schema
10139
- __field_names__ = ('airbyte_connection_id', 'airbyte_destination_id', 'database', 'host', 'role', 'schema_name', 'username', 'warehouse')
10144
+ __field_names__ = ('airbyte_connection_id', 'airbyte_destination_id', 'database', 'host', 'password', 'role', 'schema_name', 'username', 'warehouse')
10140
10145
  airbyte_connection_id = sgqlc.types.Field(String, graphql_name='airbyteConnectionId')
10141
10146
  airbyte_destination_id = sgqlc.types.Field(String, graphql_name='airbyteDestinationId')
10142
10147
  database = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='database')
10143
10148
  host = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='host')
10149
+ password = sgqlc.types.Field(String, graphql_name='password')
10144
10150
  role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
10145
10151
  schema_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='schemaName')
10146
10152
  username = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='username')
@@ -10896,14 +10902,17 @@ class SubscriptionQuery(sgqlc.types.Type):
10896
10902
 
10897
10903
  class SubscriptionQueryAggregateGroupBy(sgqlc.types.Type):
10898
10904
  __schema__ = schema
10899
- __field_names__ = ('created_at', 'customer_id', 'environment_id', 'product_id', 'resource_id', 'start_date', 'status')
10905
+ __field_names__ = ('billing_id', 'created_at', 'customer_id', 'environment_id', 'product_id', 'resource_id', 'salesforce_id', 'start_date', 'status', 'subscription_id')
10906
+ billing_id = sgqlc.types.Field(String, graphql_name='billingId')
10900
10907
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
10901
10908
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
10902
10909
  environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
10903
10910
  product_id = sgqlc.types.Field(String, graphql_name='productId')
10904
10911
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
10912
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
10905
10913
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
10906
10914
  status = sgqlc.types.Field(SubscriptionStatus, graphql_name='status')
10915
+ subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
10907
10916
 
10908
10917
 
10909
10918
  class SubscriptionQueryConnection(sgqlc.types.relay.Connection):
@@ -10916,14 +10925,17 @@ class SubscriptionQueryConnection(sgqlc.types.relay.Connection):
10916
10925
 
10917
10926
  class SubscriptionQueryCountAggregate(sgqlc.types.Type):
10918
10927
  __schema__ = schema
10919
- __field_names__ = ('created_at', 'customer_id', 'environment_id', 'product_id', 'resource_id', 'start_date', 'status')
10928
+ __field_names__ = ('billing_id', 'created_at', 'customer_id', 'environment_id', 'product_id', 'resource_id', 'salesforce_id', 'start_date', 'status', 'subscription_id')
10929
+ billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
10920
10930
  created_at = sgqlc.types.Field(Int, graphql_name='createdAt')
10921
10931
  customer_id = sgqlc.types.Field(Int, graphql_name='customerId')
10922
10932
  environment_id = sgqlc.types.Field(Int, graphql_name='environmentId')
10923
10933
  product_id = sgqlc.types.Field(Int, graphql_name='productId')
10924
10934
  resource_id = sgqlc.types.Field(Int, graphql_name='resourceId')
10935
+ salesforce_id = sgqlc.types.Field(Int, graphql_name='salesforceId')
10925
10936
  start_date = sgqlc.types.Field(Int, graphql_name='startDate')
10926
10937
  status = sgqlc.types.Field(Int, graphql_name='status')
10938
+ subscription_id = sgqlc.types.Field(Int, graphql_name='subscriptionId')
10927
10939
 
10928
10940
 
10929
10941
  class SubscriptionQueryEdge(sgqlc.types.Type):
@@ -10935,26 +10947,32 @@ class SubscriptionQueryEdge(sgqlc.types.Type):
10935
10947
 
10936
10948
  class SubscriptionQueryMaxAggregate(sgqlc.types.Type):
10937
10949
  __schema__ = schema
10938
- __field_names__ = ('created_at', 'customer_id', 'environment_id', 'product_id', 'resource_id', 'start_date', 'status')
10950
+ __field_names__ = ('billing_id', 'created_at', 'customer_id', 'environment_id', 'product_id', 'resource_id', 'salesforce_id', 'start_date', 'status', 'subscription_id')
10951
+ billing_id = sgqlc.types.Field(String, graphql_name='billingId')
10939
10952
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
10940
10953
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
10941
10954
  environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
10942
10955
  product_id = sgqlc.types.Field(String, graphql_name='productId')
10943
10956
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
10957
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
10944
10958
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
10945
10959
  status = sgqlc.types.Field(SubscriptionStatus, graphql_name='status')
10960
+ subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
10946
10961
 
10947
10962
 
10948
10963
  class SubscriptionQueryMinAggregate(sgqlc.types.Type):
10949
10964
  __schema__ = schema
10950
- __field_names__ = ('created_at', 'customer_id', 'environment_id', 'product_id', 'resource_id', 'start_date', 'status')
10965
+ __field_names__ = ('billing_id', 'created_at', 'customer_id', 'environment_id', 'product_id', 'resource_id', 'salesforce_id', 'start_date', 'status', 'subscription_id')
10966
+ billing_id = sgqlc.types.Field(String, graphql_name='billingId')
10951
10967
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
10952
10968
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
10953
10969
  environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
10954
10970
  product_id = sgqlc.types.Field(String, graphql_name='productId')
10955
10971
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
10972
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
10956
10973
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
10957
10974
  status = sgqlc.types.Field(SubscriptionStatus, graphql_name='status')
10975
+ subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
10958
10976
 
10959
10977
 
10960
10978
  class SubscriptionScheduledUpdate(sgqlc.types.Type):