stigg-api-client 2.374.0__tar.gz → 2.379.1__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.374.0
3
+ Version: 2.379.1
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.374.0"
3
+ version = "2.379.1"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -9993,11 +9993,10 @@ class UsageUpdated(sgqlc.types.Type):
9993
9993
 
9994
9994
  class User(sgqlc.types.Type):
9995
9995
  __schema__ = schema
9996
- __field_names__ = ('department', 'email', 'id', 'intercom_token', 'last_seen_at', 'memberships', 'name', 'profile_image_url', 'support_chat_token')
9996
+ __field_names__ = ('department', 'email', 'id', 'last_seen_at', 'memberships', 'name', 'profile_image_url', 'support_chat_token')
9997
9997
  department = sgqlc.types.Field(Department, graphql_name='department')
9998
9998
  email = sgqlc.types.Field(String, graphql_name='email')
9999
9999
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
10000
- intercom_token = sgqlc.types.Field(String, graphql_name='intercomToken')
10001
10000
  last_seen_at = sgqlc.types.Field(DateTime, graphql_name='lastSeenAt')
10002
10001
  memberships = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Member))), graphql_name='memberships')
10003
10002
  name = sgqlc.types.Field(String, graphql_name='name')