stigg-api-client 3.120.0__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.
- {stigg_api_client-3.120.0 → stigg_api_client-3.122.0}/PKG-INFO +1 -1
- {stigg_api_client-3.120.0 → stigg_api_client-3.122.0}/pyproject.toml +1 -1
- {stigg_api_client-3.120.0 → stigg_api_client-3.122.0}/stigg/generated/schema.py +6 -3
- {stigg_api_client-3.120.0 → stigg_api_client-3.122.0}/LICENSE +0 -0
- {stigg_api_client-3.120.0 → stigg_api_client-3.122.0}/README.md +0 -0
- {stigg_api_client-3.120.0 → stigg_api_client-3.122.0}/stigg/__init__.py +0 -0
- {stigg_api_client-3.120.0 → stigg_api_client-3.122.0}/stigg/client.py +0 -0
- {stigg_api_client-3.120.0 → stigg_api_client-3.122.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.120.0 → stigg_api_client-3.122.0}/stigg/generated/operations.py +0 -0
|
@@ -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
|
-
|
|
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')
|
|
@@ -10139,11 +10141,12 @@ class SlimCustomCurrency(sgqlc.types.Type):
|
|
|
10139
10141
|
|
|
10140
10142
|
class SnowflakeCredentials(sgqlc.types.Type):
|
|
10141
10143
|
__schema__ = schema
|
|
10142
|
-
__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')
|
|
10143
10145
|
airbyte_connection_id = sgqlc.types.Field(String, graphql_name='airbyteConnectionId')
|
|
10144
10146
|
airbyte_destination_id = sgqlc.types.Field(String, graphql_name='airbyteDestinationId')
|
|
10145
10147
|
database = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='database')
|
|
10146
10148
|
host = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='host')
|
|
10149
|
+
password = sgqlc.types.Field(String, graphql_name='password')
|
|
10147
10150
|
role = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='role')
|
|
10148
10151
|
schema_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='schemaName')
|
|
10149
10152
|
username = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='username')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|