@@ -26,6 +26,7 @@ export type Scalars = {
2626
2727export type AddConnectionInput = {
2828 endpoint : Scalars [ 'String' ] ;
29+ internalEndpoint ?: InputMaybe < Scalars [ 'String' ] > ;
2930 name : Scalars [ 'String' ] ;
3031 token ?: InputMaybe < Scalars [ 'String' ] > ;
3132 useBrowserAuth ?: InputMaybe < Scalars [ 'Boolean' ] > ;
@@ -35,6 +36,7 @@ export type AddConnectionInput = {
3536
3637export type AddSsoConnectionInput = {
3738 connection_name : Scalars [ 'String' ] ;
39+ internalEndpoint ?: InputMaybe < Scalars [ 'String' ] > ;
3840 provider_name : Scalars [ 'String' ] ;
3941 stardog_endpoint : Scalars [ 'String' ] ;
4042} ;
@@ -95,6 +97,14 @@ export type CloudCleanupInput = {
9597 userName ?: InputMaybe < Scalars [ 'String' ] > ;
9698} ;
9799
100+ /** Filters for the cloud report query */
101+ export type CloudFilters = {
102+ flavor ?: InputMaybe < Scalars [ 'String' ] > ;
103+ ownerInactiveDays ?: InputMaybe < Scalars [ 'Int' ] > ;
104+ search ?: InputMaybe < Scalars [ 'String' ] > ;
105+ status ?: InputMaybe < Scalars [ 'String' ] > ;
106+ } ;
107+
98108/** Stardog Cloud Flavor and Size info */
99109export type CloudFlavor = {
100110 __typename ?: 'CloudFlavor' ;
@@ -108,6 +118,23 @@ export type CloudFlavor = {
108118 vcpus ?: Maybe < Scalars [ 'Float' ] > ;
109119} ;
110120
121+ /** Cloud report data with filtered results and statistics */
122+ export type CloudReportData = {
123+ __typename ?: 'CloudReportData' ;
124+ clouds ?: Maybe < Array < Maybe < StardogCloud > > > ;
125+ queueCounts ?: Maybe < QueueCounts > ;
126+ stats ?: Maybe < CloudReportStats > ;
127+ } ;
128+
129+ /** Statistics for the cloud report */
130+ export type CloudReportStats = {
131+ __typename ?: 'CloudReportStats' ;
132+ resultCount ?: Maybe < Scalars [ 'Int' ] > ;
133+ resultInactiveCount ?: Maybe < Scalars [ 'Int' ] > ;
134+ totalAllocated ?: Maybe < Scalars [ 'Int' ] > ;
135+ totalInactive ?: Maybe < Scalars [ 'Int' ] > ;
136+ } ;
137+
111138/** Saved Connection info for a Stardog instance */
112139export type Connection = {
113140 __typename ?: 'Connection' ;
@@ -116,6 +143,7 @@ export type Connection = {
116143 endpoint : Scalars [ 'String' ] ;
117144 id : Scalars [ 'ID' ] ;
118145 index : Scalars [ 'Int' ] ;
146+ internalEndpoint ?: Maybe < Scalars [ 'String' ] > ;
119147 isAllocating ?: Maybe < Scalars [ 'Boolean' ] > ;
120148 isStardogCloud ?: Maybe < Scalars [ 'Boolean' ] > ;
121149 isStardogFree ?: Maybe < Scalars [ 'Boolean' ] > ;
@@ -220,6 +248,7 @@ export type EditApiTokenInput = {
220248export type EditConnectionInput = {
221249 endpoint ?: InputMaybe < Scalars [ 'String' ] > ;
222250 id : Scalars [ 'ID' ] ;
251+ internalEndpoint ?: InputMaybe < Scalars [ 'String' ] > ;
223252 name ?: InputMaybe < Scalars [ 'String' ] > ;
224253 token ?: InputMaybe < Scalars [ 'String' ] > ;
225254 useBrowserAuth ?: InputMaybe < Scalars [ 'Boolean' ] > ;
@@ -651,6 +680,7 @@ export type Query = {
651680 checkCloudQueue ?: Maybe < QueueCounts > ;
652681 customerSsoSettings ?: Maybe < CustomerSsoSettings > ;
653682 generateToken ?: Maybe < OAuthToken > ;
683+ getCloudReport ?: Maybe < CloudReportData > ;
654684 getConnection ?: Maybe < Connection > ;
655685 getConnectionByIndex ?: Maybe < Connection > ;
656686 /** Retrieve a single Designer project. */
@@ -714,6 +744,11 @@ export type QueryGenerateTokenArgs = {
714744 endpoint : Scalars [ 'String' ] ;
715745} ;
716746
747+ /** Root Query Type */
748+ export type QueryGetCloudReportArgs = {
749+ filters ?: InputMaybe < CloudFilters > ;
750+ } ;
751+
717752/** Root Query Type */
718753export type QueryGetConnectionArgs = {
719754 name : Scalars [ 'String' ] ;
@@ -831,6 +866,7 @@ export type QueueCounts = {
831866 medium_count ?: Maybe < Scalars [ 'Float' ] > ;
832867 micro_count ?: Maybe < Scalars [ 'Float' ] > ;
833868 small_count ?: Maybe < Scalars [ 'Float' ] > ;
869+ small_vbx_count ?: Maybe < Scalars [ 'Float' ] > ;
834870} ;
835871
836872/** Quota limits and usage for a given user. */
@@ -858,6 +894,7 @@ export type SsoConnectionRegistration = {
858894 display_provider_name : Scalars [ 'String' ] ;
859895 provider_name : Scalars [ 'String' ] ;
860896 stardog_endpoint ?: Maybe < Scalars [ 'String' ] > ;
897+ stardog_internal_endpoint ?: Maybe < Scalars [ 'String' ] > ;
861898} ;
862899
863900/** Settings, these are settings that control the front end display */
@@ -866,15 +903,15 @@ export type Settings = {
866903 auth0Auth : Scalars [ 'Boolean' ] ;
867904 azureAuth : Scalars [ 'Boolean' ] ;
868905 baseURL : Scalars [ 'String' ] ;
906+ copyConnectionTokenButtonEnabled : Scalars [ 'Boolean' ] ;
869907 dataMarketplace : Scalars [ 'Boolean' ] ;
870908 designerVersion : Scalars [ 'String' ] ;
909+ duoAuth : Scalars [ 'Boolean' ] ;
871910 explorerVersion : Scalars [ 'String' ] ;
872911 friendlyName : Scalars [ 'String' ] ;
873- geoaxisAuth : Scalars [ 'Boolean' ] ;
874912 googleAuth : Scalars [ 'Boolean' ] ;
875913 homeFooterLinks : Scalars [ 'Boolean' ] ;
876914 kerberosAuth : Scalars [ 'Boolean' ] ;
877- keycloakAuth : Scalars [ 'Boolean' ] ;
878915 oktaAuth : Scalars [ 'Boolean' ] ;
879916 openidAuth : Scalars [ 'Boolean' ] ;
880917 passwordAuth : Scalars [ 'Boolean' ] ;
@@ -910,10 +947,13 @@ export type StardogCloud = {
910947 __typename ?: 'StardogCloud' ;
911948 bi_endpoint ?: Maybe < Scalars [ 'String' ] > ;
912949 created ?: Maybe < Scalars [ 'String' ] > ;
950+ days_to_cleanup ?: Maybe < Scalars [ 'Int' ] > ;
951+ days_to_inactive ?: Maybe < Scalars [ 'Int' ] > ;
913952 endpoint ?: Maybe < Scalars [ 'String' ] > ;
914953 flavor ?: Maybe < CloudFlavor > ;
915954 id ?: Maybe < Scalars [ 'ID' ] > ;
916955 name ?: Maybe < Scalars [ 'String' ] > ;
956+ notification_date ?: Maybe < Scalars [ 'String' ] > ;
917957 owner ?: Maybe < User > ;
918958 payment_ref ?: Maybe < Scalars [ 'String' ] > ;
919959 price_ref ?: Maybe < Scalars [ 'String' ] > ;
@@ -1017,6 +1057,8 @@ export type User = {
10171057 is_voicebox_api_access_enabled ?: Maybe < Scalars [ 'Boolean' ] > ;
10181058 is_voicebox_enabled ?: Maybe < Scalars [ 'Boolean' ] > ;
10191059 is_voicebox_powered_suggestions_enabled ?: Maybe < Scalars [ 'Boolean' ] > ;
1060+ is_voicebox_think_mode_enabled ?: Maybe < Scalars [ 'Boolean' ] > ;
1061+ /** @deprecated is_voicebox_three_enabled is deprecated. Use is_voicebox_think_mode_enabled instead. */
10201062 is_voicebox_three_enabled ?: Maybe < Scalars [ 'Boolean' ] > ;
10211063 last_login ?: Maybe < Scalars [ 'String' ] > ;
10221064 last_name ?: Maybe < Scalars [ 'String' ] > ;
@@ -1035,8 +1077,6 @@ export type UserFeaturesInput = {
10351077 is_static_voicebox ?: InputMaybe < Scalars [ 'Boolean' ] > ;
10361078 is_voicebox_api_access_enabled ?: InputMaybe < Scalars [ 'Boolean' ] > ;
10371079 is_voicebox_enabled ?: InputMaybe < Scalars [ 'Boolean' ] > ;
1038- is_voicebox_powered_suggestions_enabled ?: InputMaybe < Scalars [ 'Boolean' ] > ;
1039- is_voicebox_three_enabled ?: InputMaybe < Scalars [ 'Boolean' ] > ;
10401080} ;
10411081
10421082export type UserSearchDetails = {
@@ -1060,6 +1100,7 @@ export type UserVoiceboxMessageContext = {
10601100 model ?: Maybe < Scalars [ 'String' ] > ;
10611101 named_graphs ?: Maybe < Array < Maybe < Scalars [ 'String' ] > > > ;
10621102 reasoning ?: Maybe < Scalars [ 'Boolean' ] > ;
1103+ think_mode ?: Maybe < Scalars [ 'String' ] > ;
10631104} ;
10641105
10651106export type VoicboxSystemMessageAction = {
@@ -1236,6 +1277,7 @@ export type GetVoiceboxConversationQuery = {
12361277 named_graphs ?: Array < string | null > | null ;
12371278 model ?: string | null ;
12381279 reasoning ?: boolean | null ;
1280+ think_mode ?: string | null ;
12391281 } | null ;
12401282 system_message_context ?: {
12411283 __typename ?: 'SystemVoiceboxMessageContext' ;
@@ -1289,6 +1331,7 @@ export type ListVoiceboxConversationsQuery = {
12891331 named_graphs ?: Array < string | null > | null ;
12901332 model ?: string | null ;
12911333 reasoning ?: boolean | null ;
1334+ think_mode ?: string | null ;
12921335 } | null ;
12931336 } | null ;
12941337 } | null > | null ;
@@ -1322,7 +1365,7 @@ export type ProfileQuery = {
13221365 is_voicebox_enabled ?: boolean | null ;
13231366 is_designer_storage_enabled ?: boolean | null ;
13241367 is_voicebox_powered_suggestions_enabled ?: boolean | null ;
1325- is_voicebox_three_enabled ?: boolean | null ;
1368+ is_voicebox_think_mode_enabled ?: boolean | null ;
13261369 } | null ;
13271370} ;
13281371
@@ -1465,6 +1508,7 @@ export const GetVoiceboxConversationDocument = `
14651508 named_graphs
14661509 model
14671510 reasoning
1511+ think_mode
14681512 }
14691513 system_message_context {
14701514 followup_examples
@@ -1506,6 +1550,7 @@ export const ListVoiceboxConversationsDocument = `
15061550 named_graphs
15071551 model
15081552 reasoning
1553+ think_mode
15091554 }
15101555 }
15111556 }
@@ -1535,7 +1580,7 @@ export const ProfileDocument = `
15351580 is_voicebox_enabled
15361581 is_designer_storage_enabled
15371582 is_voicebox_powered_suggestions_enabled
1538- is_voicebox_three_enabled
1583+ is_voicebox_think_mode_enabled
15391584 }
15401585}
15411586 ` ;
0 commit comments