graphlit-client 1.0.20250628002__py3-none-any.whl → 1.0.20250628003__py3-none-any.whl
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.
- graphlit_api/__init__.py +18 -0
- graphlit_api/enums.py +16 -0
- graphlit_api/get_connector.py +8 -0
- graphlit_api/get_feed.py +10 -0
- graphlit_api/get_user.py +8 -0
- graphlit_api/get_user_by_identifier.py +8 -0
- graphlit_api/input_types.py +34 -8
- graphlit_api/operations.py +33 -0
- graphlit_api/query_connectors.py +8 -0
- graphlit_api/query_feeds.py +10 -0
- graphlit_api/query_users.py +8 -0
- {graphlit_client-1.0.20250628002.dist-info → graphlit_client-1.0.20250628003.dist-info}/METADATA +1 -1
- {graphlit_client-1.0.20250628002.dist-info → graphlit_client-1.0.20250628003.dist-info}/RECORD +16 -16
- {graphlit_client-1.0.20250628002.dist-info → graphlit_client-1.0.20250628003.dist-info}/WHEEL +0 -0
- {graphlit_client-1.0.20250628002.dist-info → graphlit_client-1.0.20250628003.dist-info}/licenses/LICENSE +0 -0
- {graphlit_client-1.0.20250628002.dist-info → graphlit_client-1.0.20250628003.dist-info}/top_level.txt +0 -0
graphlit_api/__init__.py
CHANGED
@@ -587,6 +587,7 @@ from .enums import (
|
|
587
587
|
AzureOpenAIModels,
|
588
588
|
BedrockModels,
|
589
589
|
BillableMetrics,
|
590
|
+
BoxAuthenticationTypes,
|
590
591
|
CalendarAttendeeResponseStatus,
|
591
592
|
CalendarEventStatus,
|
592
593
|
CalendarEventVisibility,
|
@@ -611,6 +612,7 @@ from .enums import (
|
|
611
612
|
DeepgramModels,
|
612
613
|
DeepseekModels,
|
613
614
|
DeviceTypes,
|
615
|
+
DropboxAuthenticationTypes,
|
614
616
|
ElevenLabsModels,
|
615
617
|
EmailListingTypes,
|
616
618
|
EntityEnrichmentServiceTypes,
|
@@ -662,6 +664,7 @@ from .enums import (
|
|
662
664
|
ModelServiceTypes,
|
663
665
|
ModelTypes,
|
664
666
|
NotionTypes,
|
667
|
+
OAuthProviders,
|
665
668
|
ObservableTypes,
|
666
669
|
OccurrenceTypes,
|
667
670
|
OneDriveAuthenticationTypes,
|
@@ -817,6 +820,7 @@ from .get_connector import (
|
|
817
820
|
GetConnectorConnectorAuthenticationArcade,
|
818
821
|
GetConnectorConnectorAuthenticationGoogle,
|
819
822
|
GetConnectorConnectorAuthenticationMicrosoft,
|
823
|
+
GetConnectorConnectorAuthenticationOauth,
|
820
824
|
GetConnectorConnectorIntegration,
|
821
825
|
GetConnectorConnectorIntegrationEmail,
|
822
826
|
GetConnectorConnectorIntegrationSlack,
|
@@ -1066,6 +1070,7 @@ from .get_user import (
|
|
1066
1070
|
GetUserUserConnectorsAuthenticationArcade,
|
1067
1071
|
GetUserUserConnectorsAuthenticationGoogle,
|
1068
1072
|
GetUserUserConnectorsAuthenticationMicrosoft,
|
1073
|
+
GetUserUserConnectorsAuthenticationOauth,
|
1069
1074
|
GetUserUserConnectorsIntegration,
|
1070
1075
|
GetUserUserConnectorsIntegrationEmail,
|
1071
1076
|
GetUserUserConnectorsIntegrationSlack,
|
@@ -1080,6 +1085,7 @@ from .get_user_by_identifier import (
|
|
1080
1085
|
GetUserByIdentifierUserByIdentifierConnectorsAuthenticationArcade,
|
1081
1086
|
GetUserByIdentifierUserByIdentifierConnectorsAuthenticationGoogle,
|
1082
1087
|
GetUserByIdentifierUserByIdentifierConnectorsAuthenticationMicrosoft,
|
1088
|
+
GetUserByIdentifierUserByIdentifierConnectorsAuthenticationOauth,
|
1083
1089
|
GetUserByIdentifierUserByIdentifierConnectorsIntegration,
|
1084
1090
|
GetUserByIdentifierUserByIdentifierConnectorsIntegrationEmail,
|
1085
1091
|
GetUserByIdentifierUserByIdentifierConnectorsIntegrationSlack,
|
@@ -1509,6 +1515,7 @@ from .input_types import (
|
|
1509
1515
|
NotionFeedPropertiesInput,
|
1510
1516
|
NotionFeedPropertiesUpdateInput,
|
1511
1517
|
NotionPagesInput,
|
1518
|
+
OAuthAuthenticationPropertiesInput,
|
1512
1519
|
ObservationCriteriaInput,
|
1513
1520
|
ObservationInput,
|
1514
1521
|
ObservationOccurrenceInput,
|
@@ -2149,6 +2156,7 @@ from .query_connectors import (
|
|
2149
2156
|
QueryConnectorsConnectorsResultsAuthenticationArcade,
|
2150
2157
|
QueryConnectorsConnectorsResultsAuthenticationGoogle,
|
2151
2158
|
QueryConnectorsConnectorsResultsAuthenticationMicrosoft,
|
2159
|
+
QueryConnectorsConnectorsResultsAuthenticationOauth,
|
2152
2160
|
QueryConnectorsConnectorsResultsIntegration,
|
2153
2161
|
QueryConnectorsConnectorsResultsIntegrationEmail,
|
2154
2162
|
QueryConnectorsConnectorsResultsIntegrationSlack,
|
@@ -2561,6 +2569,7 @@ from .query_users import (
|
|
2561
2569
|
QueryUsersUsersResultsConnectorsAuthenticationArcade,
|
2562
2570
|
QueryUsersUsersResultsConnectorsAuthenticationGoogle,
|
2563
2571
|
QueryUsersUsersResultsConnectorsAuthenticationMicrosoft,
|
2572
|
+
QueryUsersUsersResultsConnectorsAuthenticationOauth,
|
2564
2573
|
QueryUsersUsersResultsConnectorsIntegration,
|
2565
2574
|
QueryUsersUsersResultsConnectorsIntegrationEmail,
|
2566
2575
|
QueryUsersUsersResultsConnectorsIntegrationSlack,
|
@@ -3158,6 +3167,7 @@ __all__ = [
|
|
3158
3167
|
"BedrockModels",
|
3159
3168
|
"BillableMetrics",
|
3160
3169
|
"BoundingBoxInput",
|
3170
|
+
"BoxAuthenticationTypes",
|
3161
3171
|
"BoxFeedPropertiesInput",
|
3162
3172
|
"BoxFeedPropertiesUpdateInput",
|
3163
3173
|
"BoxFoldersInput",
|
@@ -3878,6 +3888,7 @@ __all__ = [
|
|
3878
3888
|
"DocumentMetadataInput",
|
3879
3889
|
"DocumentPreparationPropertiesInput",
|
3880
3890
|
"DrawingMetadataInput",
|
3891
|
+
"DropboxAuthenticationTypes",
|
3881
3892
|
"DropboxFeedPropertiesInput",
|
3882
3893
|
"DropboxFeedPropertiesUpdateInput",
|
3883
3894
|
"DropboxFoldersInput",
|
@@ -4057,6 +4068,7 @@ __all__ = [
|
|
4057
4068
|
"GetConnectorConnectorAuthenticationArcade",
|
4058
4069
|
"GetConnectorConnectorAuthenticationGoogle",
|
4059
4070
|
"GetConnectorConnectorAuthenticationMicrosoft",
|
4071
|
+
"GetConnectorConnectorAuthenticationOauth",
|
4060
4072
|
"GetConnectorConnectorIntegration",
|
4061
4073
|
"GetConnectorConnectorIntegrationEmail",
|
4062
4074
|
"GetConnectorConnectorIntegrationSlack",
|
@@ -4292,6 +4304,7 @@ __all__ = [
|
|
4292
4304
|
"GetUserByIdentifierUserByIdentifierConnectorsAuthenticationArcade",
|
4293
4305
|
"GetUserByIdentifierUserByIdentifierConnectorsAuthenticationGoogle",
|
4294
4306
|
"GetUserByIdentifierUserByIdentifierConnectorsAuthenticationMicrosoft",
|
4307
|
+
"GetUserByIdentifierUserByIdentifierConnectorsAuthenticationOauth",
|
4295
4308
|
"GetUserByIdentifierUserByIdentifierConnectorsIntegration",
|
4296
4309
|
"GetUserByIdentifierUserByIdentifierConnectorsIntegrationEmail",
|
4297
4310
|
"GetUserByIdentifierUserByIdentifierConnectorsIntegrationSlack",
|
@@ -4303,6 +4316,7 @@ __all__ = [
|
|
4303
4316
|
"GetUserUserConnectorsAuthenticationArcade",
|
4304
4317
|
"GetUserUserConnectorsAuthenticationGoogle",
|
4305
4318
|
"GetUserUserConnectorsAuthenticationMicrosoft",
|
4319
|
+
"GetUserUserConnectorsAuthenticationOauth",
|
4306
4320
|
"GetUserUserConnectorsIntegration",
|
4307
4321
|
"GetUserUserConnectorsIntegrationEmail",
|
4308
4322
|
"GetUserUserConnectorsIntegrationSlack",
|
@@ -4700,6 +4714,8 @@ __all__ = [
|
|
4700
4714
|
"NotionFeedPropertiesUpdateInput",
|
4701
4715
|
"NotionPagesInput",
|
4702
4716
|
"NotionTypes",
|
4717
|
+
"OAuthAuthenticationPropertiesInput",
|
4718
|
+
"OAuthProviders",
|
4703
4719
|
"ObservableTypes",
|
4704
4720
|
"ObservationCriteriaInput",
|
4705
4721
|
"ObservationInput",
|
@@ -4951,6 +4967,7 @@ __all__ = [
|
|
4951
4967
|
"QueryConnectorsConnectorsResultsAuthenticationArcade",
|
4952
4968
|
"QueryConnectorsConnectorsResultsAuthenticationGoogle",
|
4953
4969
|
"QueryConnectorsConnectorsResultsAuthenticationMicrosoft",
|
4970
|
+
"QueryConnectorsConnectorsResultsAuthenticationOauth",
|
4954
4971
|
"QueryConnectorsConnectorsResultsIntegration",
|
4955
4972
|
"QueryConnectorsConnectorsResultsIntegrationEmail",
|
4956
4973
|
"QueryConnectorsConnectorsResultsIntegrationSlack",
|
@@ -5291,6 +5308,7 @@ __all__ = [
|
|
5291
5308
|
"QueryUsersUsersResultsConnectorsAuthenticationArcade",
|
5292
5309
|
"QueryUsersUsersResultsConnectorsAuthenticationGoogle",
|
5293
5310
|
"QueryUsersUsersResultsConnectorsAuthenticationMicrosoft",
|
5311
|
+
"QueryUsersUsersResultsConnectorsAuthenticationOauth",
|
5294
5312
|
"QueryUsersUsersResultsConnectorsIntegration",
|
5295
5313
|
"QueryUsersUsersResultsConnectorsIntegrationEmail",
|
5296
5314
|
"QueryUsersUsersResultsConnectorsIntegrationSlack",
|
graphlit_api/enums.py
CHANGED
@@ -683,6 +683,7 @@ class AuthenticationServiceTypes(str, Enum):
|
|
683
683
|
MICROSOFT_GRAPH = "MICROSOFT_GRAPH"
|
684
684
|
CLERK = "CLERK"
|
685
685
|
GOOGLE = "GOOGLE"
|
686
|
+
O_AUTH = "O_AUTH"
|
686
687
|
ARCADE = "ARCADE"
|
687
688
|
|
688
689
|
|
@@ -697,6 +698,11 @@ class DeviceTypes(str, Enum):
|
|
697
698
|
UNKNOWN = "UNKNOWN"
|
698
699
|
|
699
700
|
|
701
|
+
class DropboxAuthenticationTypes(str, Enum):
|
702
|
+
USER = "USER"
|
703
|
+
CONNECTOR = "CONNECTOR"
|
704
|
+
|
705
|
+
|
700
706
|
class GitHubIssueAuthenticationTypes(str, Enum):
|
701
707
|
PERSONAL_ACCESS_TOKEN = "PERSONAL_ACCESS_TOKEN"
|
702
708
|
O_AUTH = "O_AUTH"
|
@@ -1006,6 +1012,11 @@ class UnitTypes(str, Enum):
|
|
1006
1012
|
UNITLESS = "UNITLESS"
|
1007
1013
|
|
1008
1014
|
|
1015
|
+
class OAuthProviders(str, Enum):
|
1016
|
+
DROPBOX = "DROPBOX"
|
1017
|
+
BOX = "BOX"
|
1018
|
+
|
1019
|
+
|
1009
1020
|
class DeepseekModels(str, Enum):
|
1010
1021
|
REASONER = "REASONER"
|
1011
1022
|
CHAT = "CHAT"
|
@@ -1028,6 +1039,11 @@ class MedicalStudyFacetTypes(str, Enum):
|
|
1028
1039
|
CREATION_DATE = "CREATION_DATE"
|
1029
1040
|
|
1030
1041
|
|
1042
|
+
class BoxAuthenticationTypes(str, Enum):
|
1043
|
+
USER = "USER"
|
1044
|
+
CONNECTOR = "CONNECTOR"
|
1045
|
+
|
1046
|
+
|
1031
1047
|
class SharePointAuthenticationTypes(str, Enum):
|
1032
1048
|
APPLICATION = "APPLICATION"
|
1033
1049
|
USER = "USER"
|
graphlit_api/get_connector.py
CHANGED
@@ -12,6 +12,7 @@ from .enums import (
|
|
12
12
|
ConnectorTypes,
|
13
13
|
EntityState,
|
14
14
|
IntegrationServiceTypes,
|
15
|
+
OAuthProviders,
|
15
16
|
)
|
16
17
|
|
17
18
|
|
@@ -39,6 +40,7 @@ class GetConnectorConnectorAuthentication(BaseModel):
|
|
39
40
|
type: AuthenticationServiceTypes
|
40
41
|
microsoft: Optional["GetConnectorConnectorAuthenticationMicrosoft"]
|
41
42
|
google: Optional["GetConnectorConnectorAuthenticationGoogle"]
|
43
|
+
oauth: Optional["GetConnectorConnectorAuthenticationOauth"]
|
42
44
|
arcade: Optional["GetConnectorConnectorAuthenticationArcade"]
|
43
45
|
|
44
46
|
|
@@ -53,6 +55,12 @@ class GetConnectorConnectorAuthenticationGoogle(BaseModel):
|
|
53
55
|
client_secret: str = Field(alias="clientSecret")
|
54
56
|
|
55
57
|
|
58
|
+
class GetConnectorConnectorAuthenticationOauth(BaseModel):
|
59
|
+
refresh_token: str = Field(alias="refreshToken")
|
60
|
+
provider: OAuthProviders
|
61
|
+
metadata: Optional[str]
|
62
|
+
|
63
|
+
|
56
64
|
class GetConnectorConnectorAuthenticationArcade(BaseModel):
|
57
65
|
authorization_id: str = Field(alias="authorizationId")
|
58
66
|
provider: ArcadeProviders
|
graphlit_api/get_feed.py
CHANGED
@@ -7,6 +7,8 @@ from pydantic import Field
|
|
7
7
|
|
8
8
|
from .base_model import BaseModel
|
9
9
|
from .enums import (
|
10
|
+
BoxAuthenticationTypes,
|
11
|
+
DropboxAuthenticationTypes,
|
10
12
|
EmailListingTypes,
|
11
13
|
EntityState,
|
12
14
|
FeedListingTypes,
|
@@ -160,7 +162,11 @@ class GetFeedFeedSiteGoogleDrive(BaseModel):
|
|
160
162
|
|
161
163
|
|
162
164
|
class GetFeedFeedSiteDropbox(BaseModel):
|
165
|
+
authentication_type: Optional[DropboxAuthenticationTypes] = Field(
|
166
|
+
alias="authenticationType"
|
167
|
+
)
|
163
168
|
path: Optional[str]
|
169
|
+
connector_id: Optional[str] = Field(alias="connectorId")
|
164
170
|
app_key: str = Field(alias="appKey")
|
165
171
|
app_secret: str = Field(alias="appSecret")
|
166
172
|
refresh_token: str = Field(alias="refreshToken")
|
@@ -168,7 +174,11 @@ class GetFeedFeedSiteDropbox(BaseModel):
|
|
168
174
|
|
169
175
|
|
170
176
|
class GetFeedFeedSiteBox(BaseModel):
|
177
|
+
authentication_type: Optional[BoxAuthenticationTypes] = Field(
|
178
|
+
alias="authenticationType"
|
179
|
+
)
|
171
180
|
folder_id: Optional[str] = Field(alias="folderId")
|
181
|
+
connector_id: Optional[str] = Field(alias="connectorId")
|
172
182
|
client_id: str = Field(alias="clientId")
|
173
183
|
client_secret: str = Field(alias="clientSecret")
|
174
184
|
refresh_token: str = Field(alias="refreshToken")
|
graphlit_api/get_user.py
CHANGED
@@ -12,6 +12,7 @@ from .enums import (
|
|
12
12
|
ConnectorTypes,
|
13
13
|
EntityState,
|
14
14
|
IntegrationServiceTypes,
|
15
|
+
OAuthProviders,
|
15
16
|
UserTypes,
|
16
17
|
)
|
17
18
|
|
@@ -50,6 +51,7 @@ class GetUserUserConnectorsAuthentication(BaseModel):
|
|
50
51
|
type: AuthenticationServiceTypes
|
51
52
|
microsoft: Optional["GetUserUserConnectorsAuthenticationMicrosoft"]
|
52
53
|
google: Optional["GetUserUserConnectorsAuthenticationGoogle"]
|
54
|
+
oauth: Optional["GetUserUserConnectorsAuthenticationOauth"]
|
53
55
|
arcade: Optional["GetUserUserConnectorsAuthenticationArcade"]
|
54
56
|
|
55
57
|
|
@@ -64,6 +66,12 @@ class GetUserUserConnectorsAuthenticationGoogle(BaseModel):
|
|
64
66
|
client_secret: str = Field(alias="clientSecret")
|
65
67
|
|
66
68
|
|
69
|
+
class GetUserUserConnectorsAuthenticationOauth(BaseModel):
|
70
|
+
refresh_token: str = Field(alias="refreshToken")
|
71
|
+
provider: OAuthProviders
|
72
|
+
metadata: Optional[str]
|
73
|
+
|
74
|
+
|
67
75
|
class GetUserUserConnectorsAuthenticationArcade(BaseModel):
|
68
76
|
authorization_id: str = Field(alias="authorizationId")
|
69
77
|
provider: ArcadeProviders
|
@@ -12,6 +12,7 @@ from .enums import (
|
|
12
12
|
ConnectorTypes,
|
13
13
|
EntityState,
|
14
14
|
IntegrationServiceTypes,
|
15
|
+
OAuthProviders,
|
15
16
|
UserTypes,
|
16
17
|
)
|
17
18
|
|
@@ -60,6 +61,7 @@ class GetUserByIdentifierUserByIdentifierConnectorsAuthentication(BaseModel):
|
|
60
61
|
google: Optional[
|
61
62
|
"GetUserByIdentifierUserByIdentifierConnectorsAuthenticationGoogle"
|
62
63
|
]
|
64
|
+
oauth: Optional["GetUserByIdentifierUserByIdentifierConnectorsAuthenticationOauth"]
|
63
65
|
arcade: Optional[
|
64
66
|
"GetUserByIdentifierUserByIdentifierConnectorsAuthenticationArcade"
|
65
67
|
]
|
@@ -76,6 +78,12 @@ class GetUserByIdentifierUserByIdentifierConnectorsAuthenticationGoogle(BaseMode
|
|
76
78
|
client_secret: str = Field(alias="clientSecret")
|
77
79
|
|
78
80
|
|
81
|
+
class GetUserByIdentifierUserByIdentifierConnectorsAuthenticationOauth(BaseModel):
|
82
|
+
refresh_token: str = Field(alias="refreshToken")
|
83
|
+
provider: OAuthProviders
|
84
|
+
metadata: Optional[str]
|
85
|
+
|
86
|
+
|
79
87
|
class GetUserByIdentifierUserByIdentifierConnectorsAuthenticationArcade(BaseModel):
|
80
88
|
authorization_id: str = Field(alias="authorizationId")
|
81
89
|
provider: ArcadeProviders
|
graphlit_api/input_types.py
CHANGED
@@ -16,6 +16,7 @@ from .enums import (
|
|
16
16
|
AzureDocumentIntelligenceVersions,
|
17
17
|
AzureOpenAIModels,
|
18
18
|
BedrockModels,
|
19
|
+
BoxAuthenticationTypes,
|
19
20
|
CalendarAttendeeResponseStatus,
|
20
21
|
CalendarEventStatus,
|
21
22
|
CalendarEventVisibility,
|
@@ -38,6 +39,7 @@ from .enums import (
|
|
38
39
|
ConversationTypes,
|
39
40
|
DeepgramModels,
|
40
41
|
DeepseekModels,
|
42
|
+
DropboxAuthenticationTypes,
|
41
43
|
ElevenLabsModels,
|
42
44
|
EmailListingTypes,
|
43
45
|
EntityEnrichmentServiceTypes,
|
@@ -86,6 +88,7 @@ from .enums import (
|
|
86
88
|
ModelServiceTypes,
|
87
89
|
ModelTypes,
|
88
90
|
NotionTypes,
|
91
|
+
OAuthProviders,
|
89
92
|
ObservableTypes,
|
90
93
|
OccurrenceTypes,
|
91
94
|
OneDriveAuthenticationTypes,
|
@@ -269,7 +272,11 @@ class LinkStrategyInput(BaseModel):
|
|
269
272
|
|
270
273
|
|
271
274
|
class DropboxFeedPropertiesUpdateInput(BaseModel):
|
275
|
+
authentication_type: Optional[DropboxAuthenticationTypes] = Field(
|
276
|
+
alias="authenticationType", default=None
|
277
|
+
)
|
272
278
|
path: Optional[str] = None
|
279
|
+
connector_id: Optional[str] = Field(alias="connectorId", default=None)
|
273
280
|
app_key: Optional[str] = Field(alias="appKey", default=None)
|
274
281
|
app_secret: Optional[str] = Field(alias="appSecret", default=None)
|
275
282
|
refresh_token: Optional[str] = Field(alias="refreshToken", default=None)
|
@@ -1377,11 +1384,15 @@ class H3Filter(BaseModel):
|
|
1377
1384
|
|
1378
1385
|
|
1379
1386
|
class BoxFeedPropertiesInput(BaseModel):
|
1387
|
+
authentication_type: Optional[BoxAuthenticationTypes] = Field(
|
1388
|
+
alias="authenticationType", default=None
|
1389
|
+
)
|
1380
1390
|
folder_id: Optional[str] = Field(alias="folderId", default=None)
|
1381
|
-
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1391
|
+
connector_id: Optional[str] = Field(alias="connectorId", default=None)
|
1392
|
+
client_id: Optional[str] = Field(alias="clientId", default=None)
|
1393
|
+
client_secret: Optional[str] = Field(alias="clientSecret", default=None)
|
1394
|
+
refresh_token: Optional[str] = Field(alias="refreshToken", default=None)
|
1395
|
+
redirect_uri: Optional[str] = Field(alias="redirectUri", default=None)
|
1385
1396
|
|
1386
1397
|
|
1387
1398
|
class GroqModelPropertiesUpdateInput(BaseModel):
|
@@ -2449,6 +2460,7 @@ class AuthenticationConnectorInput(BaseModel):
|
|
2449
2460
|
microsoft: Optional["MicrosoftAuthenticationPropertiesInput"] = None
|
2450
2461
|
google: Optional["GoogleAuthenticationPropertiesInput"] = None
|
2451
2462
|
arcade: Optional["ArcadeAuthenticationPropertiesInput"] = None
|
2463
|
+
oauth: Optional["OAuthAuthenticationPropertiesInput"] = None
|
2452
2464
|
|
2453
2465
|
|
2454
2466
|
class MicrosoftEmailFeedPropertiesInput(BaseModel):
|
@@ -3016,6 +3028,12 @@ class MedicalContraindicationFacetInput(BaseModel):
|
|
3016
3028
|
facet: Optional[MedicalContraindicationFacetTypes] = None
|
3017
3029
|
|
3018
3030
|
|
3031
|
+
class OAuthAuthenticationPropertiesInput(BaseModel):
|
3032
|
+
refresh_token: str = Field(alias="refreshToken")
|
3033
|
+
provider: OAuthProviders
|
3034
|
+
metadata: Optional[str] = None
|
3035
|
+
|
3036
|
+
|
3019
3037
|
class JinaModelPropertiesInput(BaseModel):
|
3020
3038
|
model: JinaModels
|
3021
3039
|
model_name: Optional[str] = Field(alias="modelName", default=None)
|
@@ -3120,7 +3138,11 @@ class RerankingStrategyInput(BaseModel):
|
|
3120
3138
|
|
3121
3139
|
|
3122
3140
|
class BoxFeedPropertiesUpdateInput(BaseModel):
|
3141
|
+
authentication_type: Optional[BoxAuthenticationTypes] = Field(
|
3142
|
+
alias="authenticationType", default=None
|
3143
|
+
)
|
3123
3144
|
folder_id: Optional[str] = Field(alias="folderId", default=None)
|
3145
|
+
connector_id: Optional[str] = Field(alias="connectorId", default=None)
|
3124
3146
|
client_id: Optional[str] = Field(alias="clientId", default=None)
|
3125
3147
|
client_secret: Optional[str] = Field(alias="clientSecret", default=None)
|
3126
3148
|
refresh_token: Optional[str] = Field(alias="refreshToken", default=None)
|
@@ -3264,11 +3286,15 @@ class ContentGraphInput(BaseModel):
|
|
3264
3286
|
|
3265
3287
|
|
3266
3288
|
class DropboxFeedPropertiesInput(BaseModel):
|
3289
|
+
authentication_type: Optional[DropboxAuthenticationTypes] = Field(
|
3290
|
+
alias="authenticationType", default=None
|
3291
|
+
)
|
3267
3292
|
path: Optional[str] = None
|
3268
|
-
|
3269
|
-
|
3270
|
-
|
3271
|
-
|
3293
|
+
connector_id: Optional[str] = Field(alias="connectorId", default=None)
|
3294
|
+
app_key: Optional[str] = Field(alias="appKey", default=None)
|
3295
|
+
app_secret: Optional[str] = Field(alias="appSecret", default=None)
|
3296
|
+
refresh_token: Optional[str] = Field(alias="refreshToken", default=None)
|
3297
|
+
redirect_uri: Optional[str] = Field(alias="redirectUri", default=None)
|
3272
3298
|
|
3273
3299
|
|
3274
3300
|
class ConversationFilter(BaseModel):
|
graphlit_api/operations.py
CHANGED
@@ -972,6 +972,11 @@ query GetConnector($id: ID!, $correlationId: String) {
|
|
972
972
|
clientId
|
973
973
|
clientSecret
|
974
974
|
}
|
975
|
+
oauth {
|
976
|
+
refreshToken
|
977
|
+
provider
|
978
|
+
metadata
|
979
|
+
}
|
975
980
|
arcade {
|
976
981
|
authorizationId
|
977
982
|
provider
|
@@ -1025,6 +1030,11 @@ query QueryConnectors($filter: ConnectorFilter, $correlationId: String) {
|
|
1025
1030
|
clientId
|
1026
1031
|
clientSecret
|
1027
1032
|
}
|
1033
|
+
oauth {
|
1034
|
+
refreshToken
|
1035
|
+
provider
|
1036
|
+
metadata
|
1037
|
+
}
|
1028
1038
|
arcade {
|
1029
1039
|
authorizationId
|
1030
1040
|
provider
|
@@ -6873,14 +6883,18 @@ query GetFeed($id: ID!, $correlationId: String) {
|
|
6873
6883
|
connectorId
|
6874
6884
|
}
|
6875
6885
|
dropbox {
|
6886
|
+
authenticationType
|
6876
6887
|
path
|
6888
|
+
connectorId
|
6877
6889
|
appKey
|
6878
6890
|
appSecret
|
6879
6891
|
refreshToken
|
6880
6892
|
redirectUri
|
6881
6893
|
}
|
6882
6894
|
box {
|
6895
|
+
authenticationType
|
6883
6896
|
folderId
|
6897
|
+
connectorId
|
6884
6898
|
clientId
|
6885
6899
|
clientSecret
|
6886
6900
|
refreshToken
|
@@ -7212,14 +7226,18 @@ query QueryFeeds($filter: FeedFilter, $correlationId: String) {
|
|
7212
7226
|
connectorId
|
7213
7227
|
}
|
7214
7228
|
dropbox {
|
7229
|
+
authenticationType
|
7215
7230
|
path
|
7231
|
+
connectorId
|
7216
7232
|
appKey
|
7217
7233
|
appSecret
|
7218
7234
|
refreshToken
|
7219
7235
|
redirectUri
|
7220
7236
|
}
|
7221
7237
|
box {
|
7238
|
+
authenticationType
|
7222
7239
|
folderId
|
7240
|
+
connectorId
|
7223
7241
|
clientId
|
7224
7242
|
clientSecret
|
7225
7243
|
refreshToken
|
@@ -10311,6 +10329,11 @@ query GetUser {
|
|
10311
10329
|
clientId
|
10312
10330
|
clientSecret
|
10313
10331
|
}
|
10332
|
+
oauth {
|
10333
|
+
refreshToken
|
10334
|
+
provider
|
10335
|
+
metadata
|
10336
|
+
}
|
10314
10337
|
arcade {
|
10315
10338
|
authorizationId
|
10316
10339
|
provider
|
@@ -10371,6 +10394,11 @@ query GetUserByIdentifier($identifier: String!) {
|
|
10371
10394
|
clientId
|
10372
10395
|
clientSecret
|
10373
10396
|
}
|
10397
|
+
oauth {
|
10398
|
+
refreshToken
|
10399
|
+
provider
|
10400
|
+
metadata
|
10401
|
+
}
|
10374
10402
|
arcade {
|
10375
10403
|
authorizationId
|
10376
10404
|
provider
|
@@ -10432,6 +10460,11 @@ query QueryUsers($filter: UserFilter, $correlationId: String) {
|
|
10432
10460
|
clientId
|
10433
10461
|
clientSecret
|
10434
10462
|
}
|
10463
|
+
oauth {
|
10464
|
+
refreshToken
|
10465
|
+
provider
|
10466
|
+
metadata
|
10467
|
+
}
|
10435
10468
|
arcade {
|
10436
10469
|
authorizationId
|
10437
10470
|
provider
|
graphlit_api/query_connectors.py
CHANGED
@@ -12,6 +12,7 @@ from .enums import (
|
|
12
12
|
ConnectorTypes,
|
13
13
|
EntityState,
|
14
14
|
IntegrationServiceTypes,
|
15
|
+
OAuthProviders,
|
15
16
|
)
|
16
17
|
|
17
18
|
|
@@ -43,6 +44,7 @@ class QueryConnectorsConnectorsResultsAuthentication(BaseModel):
|
|
43
44
|
type: AuthenticationServiceTypes
|
44
45
|
microsoft: Optional["QueryConnectorsConnectorsResultsAuthenticationMicrosoft"]
|
45
46
|
google: Optional["QueryConnectorsConnectorsResultsAuthenticationGoogle"]
|
47
|
+
oauth: Optional["QueryConnectorsConnectorsResultsAuthenticationOauth"]
|
46
48
|
arcade: Optional["QueryConnectorsConnectorsResultsAuthenticationArcade"]
|
47
49
|
|
48
50
|
|
@@ -57,6 +59,12 @@ class QueryConnectorsConnectorsResultsAuthenticationGoogle(BaseModel):
|
|
57
59
|
client_secret: str = Field(alias="clientSecret")
|
58
60
|
|
59
61
|
|
62
|
+
class QueryConnectorsConnectorsResultsAuthenticationOauth(BaseModel):
|
63
|
+
refresh_token: str = Field(alias="refreshToken")
|
64
|
+
provider: OAuthProviders
|
65
|
+
metadata: Optional[str]
|
66
|
+
|
67
|
+
|
60
68
|
class QueryConnectorsConnectorsResultsAuthenticationArcade(BaseModel):
|
61
69
|
authorization_id: str = Field(alias="authorizationId")
|
62
70
|
provider: ArcadeProviders
|
graphlit_api/query_feeds.py
CHANGED
@@ -7,6 +7,8 @@ from pydantic import Field
|
|
7
7
|
|
8
8
|
from .base_model import BaseModel
|
9
9
|
from .enums import (
|
10
|
+
BoxAuthenticationTypes,
|
11
|
+
DropboxAuthenticationTypes,
|
10
12
|
EmailListingTypes,
|
11
13
|
EntityState,
|
12
14
|
FeedListingTypes,
|
@@ -172,7 +174,11 @@ class QueryFeedsFeedsResultsSiteGoogleDrive(BaseModel):
|
|
172
174
|
|
173
175
|
|
174
176
|
class QueryFeedsFeedsResultsSiteDropbox(BaseModel):
|
177
|
+
authentication_type: Optional[DropboxAuthenticationTypes] = Field(
|
178
|
+
alias="authenticationType"
|
179
|
+
)
|
175
180
|
path: Optional[str]
|
181
|
+
connector_id: Optional[str] = Field(alias="connectorId")
|
176
182
|
app_key: str = Field(alias="appKey")
|
177
183
|
app_secret: str = Field(alias="appSecret")
|
178
184
|
refresh_token: str = Field(alias="refreshToken")
|
@@ -180,7 +186,11 @@ class QueryFeedsFeedsResultsSiteDropbox(BaseModel):
|
|
180
186
|
|
181
187
|
|
182
188
|
class QueryFeedsFeedsResultsSiteBox(BaseModel):
|
189
|
+
authentication_type: Optional[BoxAuthenticationTypes] = Field(
|
190
|
+
alias="authenticationType"
|
191
|
+
)
|
183
192
|
folder_id: Optional[str] = Field(alias="folderId")
|
193
|
+
connector_id: Optional[str] = Field(alias="connectorId")
|
184
194
|
client_id: str = Field(alias="clientId")
|
185
195
|
client_secret: str = Field(alias="clientSecret")
|
186
196
|
refresh_token: str = Field(alias="refreshToken")
|
graphlit_api/query_users.py
CHANGED
@@ -12,6 +12,7 @@ from .enums import (
|
|
12
12
|
ConnectorTypes,
|
13
13
|
EntityState,
|
14
14
|
IntegrationServiceTypes,
|
15
|
+
OAuthProviders,
|
15
16
|
UserTypes,
|
16
17
|
)
|
17
18
|
|
@@ -54,6 +55,7 @@ class QueryUsersUsersResultsConnectorsAuthentication(BaseModel):
|
|
54
55
|
type: AuthenticationServiceTypes
|
55
56
|
microsoft: Optional["QueryUsersUsersResultsConnectorsAuthenticationMicrosoft"]
|
56
57
|
google: Optional["QueryUsersUsersResultsConnectorsAuthenticationGoogle"]
|
58
|
+
oauth: Optional["QueryUsersUsersResultsConnectorsAuthenticationOauth"]
|
57
59
|
arcade: Optional["QueryUsersUsersResultsConnectorsAuthenticationArcade"]
|
58
60
|
|
59
61
|
|
@@ -68,6 +70,12 @@ class QueryUsersUsersResultsConnectorsAuthenticationGoogle(BaseModel):
|
|
68
70
|
client_secret: str = Field(alias="clientSecret")
|
69
71
|
|
70
72
|
|
73
|
+
class QueryUsersUsersResultsConnectorsAuthenticationOauth(BaseModel):
|
74
|
+
refresh_token: str = Field(alias="refreshToken")
|
75
|
+
provider: OAuthProviders
|
76
|
+
metadata: Optional[str]
|
77
|
+
|
78
|
+
|
71
79
|
class QueryUsersUsersResultsConnectorsAuthenticationArcade(BaseModel):
|
72
80
|
authorization_id: str = Field(alias="authorizationId")
|
73
81
|
provider: ArcadeProviders
|
{graphlit_client-1.0.20250628002.dist-info → graphlit_client-1.0.20250628003.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
graphlit/__init__.py,sha256=4AyigTlFQWP40lnaaQ1H1iRT_B1hIXW9bgPanbwmTvs,32
|
2
2
|
graphlit/graphlit.py,sha256=g2znIWEb6fIwMKGm5G_BY4VHdaZi6hLO4Y6FdBjNesM,2389
|
3
|
-
graphlit_api/__init__.py,sha256
|
3
|
+
graphlit_api/__init__.py,sha256=q7GvNXfaUYQnuOJmFBh3v2wNtCGf1Vcoh5WC9EBk-HQ,239639
|
4
4
|
graphlit_api/add_contents_to_collections.py,sha256=K7tNpLn8-lRVaVT39iKr-VtCKRWVONyL_h6cC0L606Y,888
|
5
5
|
graphlit_api/ask_graphlit.py,sha256=U2grdqvzeFMjTzM5ACTEXV2Rk-R_WAwdslzWAtZb6i8,6489
|
6
6
|
graphlit_api/async_base_client.py,sha256=v0KUVwe2_RIQa8Mn7l_yD5McUe7B03vhclJ9SP4XGgw,12578
|
@@ -166,7 +166,7 @@ graphlit_api/disable_user.py,sha256=qfFXMq691gPVdFjF-mYzjcx6DIvZnsp5Nny5pl0qI9Q,
|
|
166
166
|
graphlit_api/enable_alert.py,sha256=KctjIbnyZDoDynbuD6IR2fHuNHKAtM07VVgKzTL479g,398
|
167
167
|
graphlit_api/enable_feed.py,sha256=BhtLlEGV9p8ICodywdN9-sASWSX3w_4c3zYtf-bdaGE,390
|
168
168
|
graphlit_api/enable_user.py,sha256=_0rQnpwVYhBrRcnpfqrKTOiANgOMe-ibUAHmS-XC0qo,390
|
169
|
-
graphlit_api/enums.py,sha256=
|
169
|
+
graphlit_api/enums.py,sha256=LIho8dCv9PKHeOSHZYM-wpDUG-uafmF-j16ocC69EVw,30888
|
170
170
|
graphlit_api/exceptions.py,sha256=s0ECCqA83fhlv5GqIpT-fNFIZ7sRABG23Wj7DcEl4X0,2433
|
171
171
|
graphlit_api/extract_contents.py,sha256=qsSy8UOJuqsUnCcuduaNPyaK2mZk_1noECT0Jgx3zRA,961
|
172
172
|
graphlit_api/extract_text.py,sha256=jfkL6ep5wzXeoelZ5nRwNRT0t7oDCUt1xrigqkMj-7M,887
|
@@ -175,11 +175,11 @@ graphlit_api/format_conversation.py,sha256=5ihjhW0dyN2M6aPqwphZMneRALHSCvjWV8abJ
|
|
175
175
|
graphlit_api/get_alert.py,sha256=izw79lXOdV-JE08_1jUb2fFCACJN-0h2LrGwlGl7qZI,7426
|
176
176
|
graphlit_api/get_category.py,sha256=r4BhKYOT49VeBrbNkAd8Hs8ndXnvUV0nPr5CurbI_Bk,439
|
177
177
|
graphlit_api/get_collection.py,sha256=sLNFDsu139lFgk6fbhWHGLEVLHzoH_enyN2rklyHzUk,799
|
178
|
-
graphlit_api/get_connector.py,sha256=
|
178
|
+
graphlit_api/get_connector.py,sha256=LSW54hFnk1HNglvcV7q6xxhPnfU-H3VfRDavEgCUgfc,2895
|
179
179
|
graphlit_api/get_content.py,sha256=hU7CYjTkWSOhq0mb75ZWtL6My91VbCh1pzg8P7jkJJI,14949
|
180
180
|
graphlit_api/get_conversation.py,sha256=CT2-lCwt38zDz2H9Wg2ySPmFWJCvyroEFeuZAQOmz-g,18237
|
181
181
|
graphlit_api/get_event.py,sha256=saVoCHle91eNLagCX8AZwcSDikEi9OSnImx-lGx3n9A,1523
|
182
|
-
graphlit_api/get_feed.py,sha256=
|
182
|
+
graphlit_api/get_feed.py,sha256=zJMX0r65fAXcGPmxpqwyMz7Uf-0Umb1MwYXwifrXzGo,15018
|
183
183
|
graphlit_api/get_label.py,sha256=0SmukTbSktKnVlx_FpVf3lxFOQVQ6RAiRj4kglnt3eI,418
|
184
184
|
graphlit_api/get_medical_condition.py,sha256=XB03lU_gv20PHtkoLiCOR_6c8u3l7mS1F28SScSZwMM,711
|
185
185
|
graphlit_api/get_medical_contraindication.py,sha256=xJ-mUOGVB2BxEU-8q25JrNz8zJ-fnfbhku2Ajhih7iA,767
|
@@ -201,8 +201,8 @@ graphlit_api/get_repo.py,sha256=4ngiYmVFEeKe7zK0daSppsbvRwXlwYpbB4HMU2xsl78,578
|
|
201
201
|
graphlit_api/get_share_point_consent_uri.py,sha256=QaZxlq7Lkx29ryWk66F6ii_JRr7vao0xiObhK-1Ig3o,462
|
202
202
|
graphlit_api/get_software.py,sha256=oFpWsAFCQfclVj7kdIzBxaIuKXavff4IP4jqVMDOzDI,696
|
203
203
|
graphlit_api/get_specification.py,sha256=3zQhdMJ2bDffSYC0Gc_fJ5bISyUBFI9Nf8-ExCK7W_s,10713
|
204
|
-
graphlit_api/get_user.py,sha256=
|
205
|
-
graphlit_api/get_user_by_identifier.py,sha256=
|
204
|
+
graphlit_api/get_user.py,sha256=BhzQdo8YiUd8tM4vxa4puVdDqsZXwMZ9zKOcZkBwoJo,3121
|
205
|
+
graphlit_api/get_user_by_identifier.py,sha256=wBnEZgj5uBWjO-7QUnYd_7sRrF8ti_IMRUcW1Gip7eY,3949
|
206
206
|
graphlit_api/get_view.py,sha256=1J9Js8_KKRWiyFay7GVeUabI_8GyWW0R49IyBGaX9Dw,9773
|
207
207
|
graphlit_api/get_workflow.py,sha256=0y-0-tfU946BqypyKnJHuJklkn2AEq17GXksG06zxes,15554
|
208
208
|
graphlit_api/ingest_batch.py,sha256=pmO_rAZdG8dPid40h8lnTfKSa5r0EAOmFF7PIg3a_r4,2366
|
@@ -212,14 +212,14 @@ graphlit_api/ingest_memory.py,sha256=YF7sn_jvpk_iACg8encyp_gd0wrK0Om4blYzPDI-B8c
|
|
212
212
|
graphlit_api/ingest_text.py,sha256=D4lpV9LTC_u586_ILVrB2rVpHG0-8HivqeOA1GpQuFs,2286
|
213
213
|
graphlit_api/ingest_text_batch.py,sha256=gSD1bH3mAPwJzy5TeMJ6UguEgI9yrPUXyz1soExSttM,2521
|
214
214
|
graphlit_api/ingest_uri.py,sha256=f71kMRyMoAhef6sJU85ZgGz4aPq_5CDLaDvCeQnLY5A,2248
|
215
|
-
graphlit_api/input_types.py,sha256=
|
215
|
+
graphlit_api/input_types.py,sha256=lI4j1frVPp-tJslXixVz64YL_qi5WV1bdny-vjvJ958,162158
|
216
216
|
graphlit_api/is_content_done.py,sha256=X8uevsTD6oFMbC8I3E9Emg-_yrFTWnnrVL5LpruSB6Q,390
|
217
217
|
graphlit_api/is_feed_done.py,sha256=-FQS2vtDMnNW75K_9jR6IUutvpwLmtoS5yY8wD17CaM,352
|
218
218
|
graphlit_api/lookup_contents.py,sha256=_s9tmHSm6WNIEKQ4J2JEdSsGg30HKhf3CxoiPMwZJXk,16735
|
219
219
|
graphlit_api/lookup_credits.py,sha256=WsV7fGbg29WWOjPRIaL2bnhISGsb0SqUlQxL7rBfNTo,1464
|
220
220
|
graphlit_api/lookup_usage.py,sha256=D_cbO0KmXDqRYqQIhNwWXNFGjwNLEy2_5aVa-SYgRzw,1711
|
221
221
|
graphlit_api/map_web.py,sha256=2rp4jFD1vDqcQ98mCVTeC0RzPqQxmmcRvHNRl8HJfFA,346
|
222
|
-
graphlit_api/operations.py,sha256=
|
222
|
+
graphlit_api/operations.py,sha256=l2nrvC6Wt-EWlQJhEcL6k5_Ywym9w_9NWIKwcXch_LY,226696
|
223
223
|
graphlit_api/prompt.py,sha256=jBlM3ywGnbVPYSBHMDPAy5ZlDDtndRsHnV7twcwLX1g,6203
|
224
224
|
graphlit_api/prompt_conversation.py,sha256=JMiDfxFaixz63wXcT-h948c5x2Uc6PgB3D7wORltkhU,16458
|
225
225
|
graphlit_api/prompt_specifications.py,sha256=GFLRlyp5pISfB0PVMw3RPCwGvqkA3qI5M2NiXXu2aT0,7090
|
@@ -230,7 +230,7 @@ graphlit_api/query_alerts.py,sha256=1-_OhH_6p7JIEu378lsAeSojIR6NbEjMxIwYSCjXR5U,
|
|
230
230
|
graphlit_api/query_box_folders.py,sha256=NA6_GZ0HOR3jutD6VG5vMuspoIZkFWoM5x5QW6iL6jo,633
|
231
231
|
graphlit_api/query_categories.py,sha256=5AiZlgWRycLmr7-ID-EIoI2Q8ss6C5vGttr_ECKIG-w,636
|
232
232
|
graphlit_api/query_collections.py,sha256=IQv3XSV7XxMyRRQUGKuIY0w5cBfYr212dHlkDGdF0Ok,891
|
233
|
-
graphlit_api/query_connectors.py,sha256=
|
233
|
+
graphlit_api/query_connectors.py,sha256=RZGRztIUvoEypf_U4PG1Dz9F0OYKW62LTIgtc0MunVw,3322
|
234
234
|
graphlit_api/query_contents.py,sha256=KYpvguxxD83QRcywaf8Prj1yBosgTkLCQd-P1ZfYJaI,12766
|
235
235
|
graphlit_api/query_contents_facets.py,sha256=xKbOkq-F9-AYUulUQNPrR9PnQyq7M2j_u7fpQ8HYk4c,1368
|
236
236
|
graphlit_api/query_contents_graph.py,sha256=RzQHZEQOOzB0yLTvU6rBJu_Str3Gc9m8BG8fY8xVrYY,975
|
@@ -241,7 +241,7 @@ graphlit_api/query_discord_channels.py,sha256=nQAoOUj7HbrQVkYgXSSQzxbH5AYRjsfTQf
|
|
241
241
|
graphlit_api/query_discord_guilds.py,sha256=zq-sEc4AXQgWXI4xtX_bm2TnqgREKchxj8gAKiXMt6M,685
|
242
242
|
graphlit_api/query_dropbox_folders.py,sha256=KQeuBCG7GBQWV6hr3vqzhDkrgfQ73LM8jU6ETAp-21c,703
|
243
243
|
graphlit_api/query_events.py,sha256=-YWXAy3hjSHlrIk9GtiKaPow3aWppE2XO60sToSjxSc,1716
|
244
|
-
graphlit_api/query_feeds.py,sha256=
|
244
|
+
graphlit_api/query_feeds.py,sha256=LiIQVvOOICgsHIizNL_3UFdoH8nSEKDtikH2yU2cIR4,16131
|
245
245
|
graphlit_api/query_google_calendars.py,sha256=2QdNfQE0C-Evg3ySNGA4q6QQGwj0bKUS_6URot6Qccw,725
|
246
246
|
graphlit_api/query_google_drive_folders.py,sha256=kDYZgQzvU7wgV27mbTc7v4BpSVove2bBWaoNkLKsKPI,774
|
247
247
|
graphlit_api/query_labels.py,sha256=7EPyZEAK5csU6cBoq2hVhrZY_NTHL1ZbvAQHCl19BSY,584
|
@@ -276,7 +276,7 @@ graphlit_api/query_softwares.py,sha256=WSPS-Q2Ol7bCqgqc5Q066wwa_afZEQESuLV1aganB
|
|
276
276
|
graphlit_api/query_specifications.py,sha256=qvE25wOZGReO4b1gY4TPxo_IWP5sPU8bSEpYhkvmvNM,11414
|
277
277
|
graphlit_api/query_tokens.py,sha256=8lvoWuoTOGVxiJT089EgzwUt78UPc1dcvN1rMveO07M,1739
|
278
278
|
graphlit_api/query_usage.py,sha256=VUKzjpaZjkcQFXJlEKIQT9I87HTgcYzX1CeimAzqeIM,1645
|
279
|
-
graphlit_api/query_users.py,sha256=
|
279
|
+
graphlit_api/query_users.py,sha256=h6dVZ4wjfae1VCRfmAZ77p9UnpamrUzRD4OGS2353AA,3551
|
280
280
|
graphlit_api/query_views.py,sha256=GLBBgveraWjWiuzEepK_bKZDcOR6PFkmCXkFmYL6SSg,11256
|
281
281
|
graphlit_api/query_workflows.py,sha256=xAj1xe75F9j1cf1Xkof2XF2CkCIV9QKcQSojXP6i9Qc,17360
|
282
282
|
graphlit_api/remove_contents_from_collection.py,sha256=LnUL43UNNIPY-DBn-vg0Jx89tfuEBpctGgdQ5U75UlU,950
|
@@ -332,8 +332,8 @@ graphlit_api/upsert_view.py,sha256=uvsK_Hjlh_9hlj5UCjsnzhqQH7xZ_urajaSIhWMj9iw,1
|
|
332
332
|
graphlit_api/upsert_workflow.py,sha256=BWzMvOF7kQWs-uLuet5jCletHq8KGD7XK-ZwWpHM5MU,16804
|
333
333
|
graphlit_api/view_exists.py,sha256=OSYvGogCDHxbHfIjcjgKBSmCoIE4gOEjnPgiS5xX_yE,351
|
334
334
|
graphlit_api/workflow_exists.py,sha256=1XVcqCW_KZ3BwUFx08lwqQdf1ZpJ6Vmi8jBqcrMqYRI,397
|
335
|
-
graphlit_client-1.0.
|
336
|
-
graphlit_client-1.0.
|
337
|
-
graphlit_client-1.0.
|
338
|
-
graphlit_client-1.0.
|
339
|
-
graphlit_client-1.0.
|
335
|
+
graphlit_client-1.0.20250628003.dist-info/licenses/LICENSE,sha256=ivF8XnUYrNZFQ1wZFMrxWshDb1h7TdSK6Qk8_3WPkhM,1095
|
336
|
+
graphlit_client-1.0.20250628003.dist-info/METADATA,sha256=_SXZBVcc6-CiWVdLDnr1AtVSbbp3BB3gzIyi7HzjoFQ,3408
|
337
|
+
graphlit_client-1.0.20250628003.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
338
|
+
graphlit_client-1.0.20250628003.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
|
339
|
+
graphlit_client-1.0.20250628003.dist-info/RECORD,,
|
{graphlit_client-1.0.20250628002.dist-info → graphlit_client-1.0.20250628003.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|