diff --git a/graphql/schema.json b/graphql/schema.json index aadb3a2..785ff02 100644 --- a/graphql/schema.json +++ b/graphql/schema.json @@ -279,6 +279,12 @@ "description": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "Canvas", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ], "possibleTypes": null @@ -808,446 +814,333 @@ "possibleTypes": null }, { - "kind": "OBJECT", - "name": "UserMeta", + "kind": "ENUM", + "name": "PlanType", "description": null, - "fields": [ + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "id", + "name": "free", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "user_id", + "name": "builder", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "user", + "name": "pro", "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "User", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "BillingCycle", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "current_workspace_handle", + "name": "monthly", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "current_workspace_id", + "name": "annual", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "SkillSource", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "last_login", + "name": "form", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updated_at", + "name": "upload", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "DocColorSchema", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "created_at", + "name": "beige", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleted_at", + "name": "white", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_first_doc", + "name": "dark", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "FileNodeType", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "connected_datasource", + "name": "root", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "invited_member", + "name": "directory", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "customized_workspace", + "name": "file", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "ID", - "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "String", - "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, "possibleTypes": null }, { - "kind": "SCALAR", - "name": "Boolean", - "description": "The `Boolean` scalar type represents `true` or `false`.", + "kind": "ENUM", + "name": "MountHealthStatus", + "description": null, "fields": null, "inputFields": null, "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "User", - "description": null, - "fields": [ + "enumValues": [ { - "name": "id", + "name": "connected", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "email", + "name": "reconnecting", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "picture", + "name": "auth_expired", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", + "name": "error", "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "FileConnectorType", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ { - "name": "family_name", + "name": "s3bucket", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "given_name", + "name": "googledrive", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "google_auth0_id", + "name": "googlesheets", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "email_auth0_id", + "name": "runtime", "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null }, { - "name": "user_meta", + "name": "workspace", "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "UserMeta", - "ofType": null - }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "WorkspaceSecretInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "updated_at", + "name": "uuid", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "created_at", + "name": "key", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "deleted_at", + "name": "value", "description": null, - "args": [], "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "String", + "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", + "fields": null, "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "Workspace", + "kind": "INPUT_OBJECT", + "name": "EmailSettingsInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "id", + "name": "emails", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceDatabaseInfo", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "database_type", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DatabaseType", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "name", + "name": "database_connector_id", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1257,37 +1150,56 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "icon", + "name": "database_name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceDatabaseTableInfo", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "instance_id", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "industry", + "name": "catalog_name", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "theme", + "name": "schema_name", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1297,13 +1209,11 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "handle", + "name": "table_name", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1313,29 +1223,36 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceFileInfo", + "description": null, + "fields": null, + "inputFields": [ { - "name": "destinations", + "name": "file_name", "description": null, - "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Destination", + "kind": "SCALAR", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "workspace_type", + "name": "file_id", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1345,29 +1262,25 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "is_ws_disabled", + "name": "file_type", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "is_paid", + "name": "file_has_layers", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1377,128 +1290,117 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "members", + "name": "layer_name", "description": null, - "args": [], "type": { - "kind": "LIST", + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Boolean", + "description": "The `Boolean` scalar type represents `true` or `false`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "source_type", + "description": null, + "type": { + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Member", + "kind": "ENUM", + "name": "ElementDatasourceType", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "invited", + "name": "database_info", "description": null, - "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Invite", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceDatabaseInfo", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "billing", + "name": "database_table_info", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "Billing", + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceDatabaseTableInfo", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updated_at", + "name": "dataframe_info", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceDataframeInfo", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "created_at", + "name": "file_info", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceFileInfo", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "deleted_at", + "name": "return_df_as", "description": null, - "args": [], "type": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "ENUM", + "name": "ReturnDfAs", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "WorkspaceToken", + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceDataframeInfo", "description": null, - "fields": [ - { - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, + "fields": null, + "inputFields": [ { - "name": "name", + "name": "df_name", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1508,13 +1410,11 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "token_suffix", + "name": "df_element_id", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1524,163 +1424,270 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ColumnMetadataInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "scopes", + "name": "column_name", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "expires_at", + "name": "column_type", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "created_at", + "name": "aggregate", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "last_used_at", + "name": "color", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "created_by", + "name": "order", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "User", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "created_by_id", + "name": "filter_by", "description": null, - "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "filter_type", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "label", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "format", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "group_by", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "WorkspaceTokenCreateResult", + "kind": "INPUT_OBJECT", + "name": "GeneralMetadataInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "token", + "name": "x_axis_label", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "workspace_token", + "name": "y_axis_label", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "WorkspaceToken", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "axis_zooming", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "chart_type", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "axis_type", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "pointers", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "DeviceLoginStartPayload", + "kind": "INPUT_OBJECT", + "name": "ChartElementMetadataInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "device_code", + "name": "chart_meta", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "GeneralMetadataInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "column_meta", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ChartMetadataInput", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ChartMetadataInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "primary_axis", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ColumnMetadataInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "secondary_axis", + "description": null, + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ColumnMetadataInput", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SlackSettingsInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "user_code", + "name": "destination_id", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1690,13 +1697,11 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "verification_uri", + "name": "destination_name", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1706,13 +1711,11 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "verification_uri_complete", + "name": "channel_id", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -1722,599 +1725,430 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "expires_in", + "name": "channel_name", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "interval", + "name": "icon_url", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Int", - "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", - "fields": null, - "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "DeviceLoginPollPayload", + "kind": "INPUT_OBJECT", + "name": "WebhookSettingsInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "status", + "name": "url", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "DeviceLoginStatus", + "kind": "SCALAR", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "retry_after", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ReportSettingsInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "expires_in", + "name": "query_cache_enabled", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "workspace_token", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "workspace_id", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "workspace_name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "workspace_handle", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "scopes", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "expires_at", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "approved_at", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "approver_user_id", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "approver_email", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "approver_name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DeviceLoginApproveResult", - "description": null, - "fields": [ - { - "name": "status", + "name": "autorun_on_start", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "DeviceLoginStatus", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "workspace_id", + "name": "color_scheme", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "workspace_name", + "name": "wide_mode", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "workspace_handle", + "name": "ai_enabled", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "approver_user_id", + "name": "dag_enabled", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "approver_email", + "name": "terminal_enabled", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "approver_name", + "name": "lsp_enabled", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ReportCollaboratorInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "workspace_token_id", + "name": "user_id", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "expires_at", + "name": "email", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null + }, + { + "name": "permission", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CollaboratorPermission", + "ofType": null + } + }, + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { - "kind": "OBJECT", - "name": "Billing", + "kind": "INPUT_OBJECT", + "name": "ReportFiltersInput", "description": null, - "fields": [ + "fields": null, + "inputFields": [ { - "name": "id", + "name": "search", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "workspace_id", + "name": "tags", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "user_id", + "name": "created_by_ids", "description": null, - "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "stripe_customer_id", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "stripe_setup_intent_id", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "stripe_subscription_id", + "name": "is_archived", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "stripe_subscription_base_fee_item_id", + "name": "is_published", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "stripe_subscription_member_fee_item_id", + "name": "is_scheduled", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null - }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ScheduleSettingsInput", + "description": null, + "fields": null, + "inputFields": [ { - "name": "is_paid", + "name": "id", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "downgrade_pending", + "name": "report_id", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updated_at", + "name": "run_version", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "ENUM", + "name": "RunVersion", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "created_at", + "name": "schedule_type", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "ENUM", + "name": "ScheduleType", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "deleted_at", + "name": "days_of_week", "description": null, - "args": [], "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Member", - "description": null, - "fields": [ + "defaultValue": null + }, { - "name": "id", + "name": "days_of_month", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "user_id", + "name": "local_send_time", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -2324,13 +2158,11 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "workspace_id", + "name": "timezone", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -2340,69 +2172,93 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "user", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "User", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "workspace", + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Int", + "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LLMProviderApiKeysInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "xai", "description": null, - "args": [], "type": { - "kind": "OBJECT", - "name": "Workspace", + "kind": "SCALAR", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "ws_permission_level", + "name": "mistral", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "WorkspaceMemberPermission", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "role", + "name": "anthropic", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "bio", + "name": "openai", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "groq", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateSkillFromFormInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "name", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -2412,106 +2268,84 @@ "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "billing_email_notification", + "name": "description", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "integration_auth_email_notification", + "name": "instructions", "description": null, - "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "updated_at", + "name": "version", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "created_at", + "name": "compatibility", "description": null, - "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "deleted_at", + "name": "license", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null }, { - "name": "docs_access_count", + "name": "metadata", "description": null, - "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "JSON", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "defaultValue": null } ], - "inputFields": null, - "interfaces": [], + "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "Invite", + "name": "UserMeta", "description": null, "fields": [ { @@ -2531,7 +2365,7 @@ "deprecationReason": null }, { - "name": "email", + "name": "user_id", "description": null, "args": [], "type": { @@ -2547,7 +2381,19 @@ "deprecationReason": null }, { - "name": "workspace_id", + "name": "user", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "current_workspace_handle", "description": null, "args": [], "type": { @@ -2563,15 +2409,15 @@ "deprecationReason": null }, { - "name": "ws_permission_level", + "name": "current_workspace_id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "WorkspaceMemberPermission", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -2579,7 +2425,7 @@ "deprecationReason": null }, { - "name": "updated_at", + "name": "last_login", "description": null, "args": [], "type": { @@ -2595,7 +2441,7 @@ "deprecationReason": null }, { - "name": "created_at", + "name": "updated_at", "description": null, "args": [], "type": { @@ -2611,30 +2457,7 @@ "deprecationReason": null }, { - "name": "deleted_at", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Destination", - "description": null, - "fields": [ - { - "name": "id", + "name": "created_at", "description": null, "args": [], "type": { @@ -2642,7 +2465,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "DateTime", "ofType": null } }, @@ -2650,39 +2473,43 @@ "deprecationReason": null }, { - "name": "name", + "name": "deleted_at", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "icon_url", + "name": "created_first_doc", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "category", + "name": "connected_datasource", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ReportDestinationType", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -2690,43 +2517,76 @@ "deprecationReason": null }, { - "name": "payload", + "name": "invited_member", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "metadata", + "name": "customized_workspace", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "ID", + "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "User", + "description": null, + "fields": [ { - "name": "team_id", + "name": "id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "has_channels", + "name": "email", "description": null, "args": [], "type": { @@ -2734,7 +2594,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, @@ -2742,19 +2602,19 @@ "deprecationReason": null }, { - "name": "workspace", + "name": "picture", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "Workspace", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "workspace_id", + "name": "name", "description": null, "args": [], "type": { @@ -2770,94 +2630,67 @@ "deprecationReason": null }, { - "name": "updated_at", + "name": "family_name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", + "name": "given_name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleted_at", + "name": "google_auth0_id", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Invoice", - "description": null, - "fields": [ + }, { - "name": "invoice_id", + "name": "email_auth0_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "issued_on", + "name": "user_meta", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "UserMeta", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "invoice_pdf", + "name": "updated_at", "description": null, "args": [], "type": { @@ -2865,7 +2698,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, @@ -2873,7 +2706,7 @@ "deprecationReason": null }, { - "name": "amount", + "name": "created_at", "description": null, "args": [], "type": { @@ -2881,12 +2714,24 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Float", + "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "deleted_at", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -2894,19 +2739,9 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "SCALAR", - "name": "Float", - "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, { "kind": "OBJECT", - "name": "Report", + "name": "Workspace", "description": null, "fields": [ { @@ -2929,6 +2764,22 @@ "name": "name", "description": null, "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "icon", + "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", @@ -2938,7 +2789,7 @@ "deprecationReason": null }, { - "name": "description", + "name": "industry", "description": null, "args": [], "type": { @@ -2950,7 +2801,7 @@ "deprecationReason": null }, { - "name": "built_in_vars", + "name": "theme", "description": null, "args": [], "type": { @@ -2966,7 +2817,7 @@ "deprecationReason": null }, { - "name": "is_published", + "name": "handle", "description": null, "args": [], "type": { @@ -2974,7 +2825,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, @@ -2982,43 +2833,39 @@ "deprecationReason": null }, { - "name": "preview_url", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "last_run", + "name": "destinations", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Destination", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "workspace", + "name": "workspace_type", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "Workspace", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "workspace_id", + "name": "is_ws_disabled", "description": null, "args": [], "type": { @@ -3026,7 +2873,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -3034,43 +2881,51 @@ "deprecationReason": null }, { - "name": "published_at", + "name": "is_paid", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "Use plan_type instead" }, { - "name": "created_by", + "name": "plan_type", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "User", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PlanType", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_by_id", + "name": "max_docs_override", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "elements", + "name": "members", "description": null, "args": [], "type": { @@ -3078,7 +2933,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Element", + "name": "Member", "ofType": null } }, @@ -3086,7 +2941,7 @@ "deprecationReason": null }, { - "name": "yields", + "name": "invited", "description": null, "args": [], "type": { @@ -3094,7 +2949,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ReportYields", + "name": "Invite", "ofType": null } }, @@ -3102,27 +2957,19 @@ "deprecationReason": null }, { - "name": "tags", + "name": "billing", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Billing", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "views", + "name": "updated_at", "description": null, "args": [], "type": { @@ -3130,7 +2977,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "DateTime", "ofType": null } }, @@ -3138,7 +2985,7 @@ "deprecationReason": null }, { - "name": "preview_ready", + "name": "created_at", "description": null, "args": [], "type": { @@ -3146,7 +2993,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "DateTime", "ofType": null } }, @@ -3154,23 +3001,30 @@ "deprecationReason": null }, { - "name": "is_template", + "name": "deleted_at", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "WorkspaceToken", + "description": null, + "fields": [ { - "name": "is_archived", + "name": "id", "description": null, "args": [], "type": { @@ -3178,7 +3032,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, @@ -3186,27 +3040,15 @@ "deprecationReason": null }, { - "name": "is_scheduled", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "access_type", + "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ReportAccessType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -3214,15 +3056,15 @@ "deprecationReason": null }, { - "name": "settings", + "name": "token_suffix", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ReportSettings", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -3230,7 +3072,7 @@ "deprecationReason": null }, { - "name": "schema_version", + "name": "scopes", "description": null, "args": [], "type": { @@ -3238,7 +3080,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "JSON", "ofType": null } }, @@ -3246,31 +3088,19 @@ "deprecationReason": null }, { - "name": "forked_from_id", + "name": "expires_at", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "forked_from", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "Report", + "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updated_at", + "name": "created_at", "description": null, "args": [], "type": { @@ -3286,40 +3116,36 @@ "deprecationReason": null }, { - "name": "created_at", + "name": "last_used_at", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleted_at", + "name": "created_by", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "OBJECT", + "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "docs_access_count", + "name": "created_by_id", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -3333,11 +3159,11 @@ }, { "kind": "OBJECT", - "name": "ReportSettings", + "name": "WorkspaceTokenCreateResult", "description": null, "fields": [ { - "name": "query_cache_enabled", + "name": "token", "description": null, "args": [], "type": { @@ -3345,7 +3171,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, @@ -3353,31 +3179,42 @@ "deprecationReason": null }, { - "name": "autorun_on_start", + "name": "workspace_token", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "WorkspaceToken", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeviceLoginStartPayload", + "description": null, + "fields": [ { - "name": "color_scheme", + "name": "device_code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "DocColorSchema", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -3385,7 +3222,7 @@ "deprecationReason": null }, { - "name": "wide_mode", + "name": "user_code", "description": null, "args": [], "type": { @@ -3393,7 +3230,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, @@ -3401,7 +3238,7 @@ "deprecationReason": null }, { - "name": "ai_enabled", + "name": "verification_uri", "description": null, "args": [], "type": { @@ -3409,7 +3246,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, @@ -3417,7 +3254,7 @@ "deprecationReason": null }, { - "name": "dag_enabled", + "name": "verification_uri_complete", "description": null, "args": [], "type": { @@ -3425,7 +3262,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, @@ -3433,7 +3270,7 @@ "deprecationReason": null }, { - "name": "terminal_enabled", + "name": "expires_in", "description": null, "args": [], "type": { @@ -3441,7 +3278,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null } }, @@ -3449,7 +3286,7 @@ "deprecationReason": null }, { - "name": "lsp_enabled", + "name": "interval", "description": null, "args": [], "type": { @@ -3457,7 +3294,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "Int", "ofType": null } }, @@ -3470,50 +3307,21 @@ "enumValues": null, "possibleTypes": null }, - { - "kind": "ENUM", - "name": "DocColorSchema", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "beige", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "white", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dark", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, { "kind": "OBJECT", - "name": "Collaborator", + "name": "DeviceLoginPollPayload", "description": null, "fields": [ { - "name": "id", + "name": "status", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "ENUM", + "name": "DeviceLoginStatus", "ofType": null } }, @@ -3521,19 +3329,19 @@ "deprecationReason": null }, { - "name": "user", + "name": "retry_after", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "User", + "kind": "SCALAR", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "user_id", + "name": "expires_in", "description": null, "args": [], "type": { @@ -3541,7 +3349,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -3549,168 +3357,121 @@ "deprecationReason": null }, { - "name": "report_id", + "name": "workspace_token", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "permission", + "name": "workspace_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "CollaboratorPermission", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", + "name": "workspace_name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updated_at", + "name": "workspace_handle", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ReportYields", - "description": null, - "fields": [ + }, { - "name": "name", + "name": "scopes", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "JSON", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "label", + "name": "expires_at", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "value", + "name": "approved_at", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "field_type", + "name": "approver_user_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reference_count", + "name": "approver_email", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "element_id", + "name": "approver_name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -3723,19 +3484,19 @@ }, { "kind": "OBJECT", - "name": "Metadata", + "name": "DeviceLoginApproveResult", "description": null, "fields": [ { - "name": "report_id", + "name": "status", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "DeviceLoginStatus", "ofType": null } }, @@ -3743,7 +3504,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "workspace_id", "description": null, "args": [], "type": { @@ -3751,7 +3512,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -3759,19 +3520,7 @@ "deprecationReason": null }, { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "is_published", + "name": "workspace_name", "description": null, "args": [], "type": { @@ -3779,7 +3528,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, @@ -3787,7 +3536,7 @@ "deprecationReason": null }, { - "name": "df_counter", + "name": "workspace_handle", "description": null, "args": [], "type": { @@ -3795,50 +3544,15 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DatabaseTableInfo", - "description": null, - "fields": [ - { - "name": "instance_id", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "catalog_name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "schema_name", + "name": "approver_user_id", "description": null, "args": [], "type": { @@ -3846,7 +3560,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -3854,7 +3568,7 @@ "deprecationReason": null }, { - "name": "table_name", + "name": "approver_email", "description": null, "args": [], "type": { @@ -3868,28 +3582,17 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DatabaseInfo", - "description": null, - "fields": [ + }, { - "name": "database_type", + "name": "approver_name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "DatabaseType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -3897,33 +3600,25 @@ "deprecationReason": null }, { - "name": "database_connector_id", + "name": "workspace_token_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "database_name", + "name": "expires_at", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -3936,11 +3631,11 @@ }, { "kind": "OBJECT", - "name": "FileInfo", + "name": "Billing", "description": null, "fields": [ { - "name": "file_name", + "name": "id", "description": null, "args": [], "type": { @@ -3948,7 +3643,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -3956,7 +3651,7 @@ "deprecationReason": null }, { - "name": "file_id", + "name": "workspace_id", "description": null, "args": [], "type": { @@ -3972,7 +3667,7 @@ "deprecationReason": null }, { - "name": "file_type", + "name": "user_id", "description": null, "args": [], "type": { @@ -3988,23 +3683,19 @@ "deprecationReason": null }, { - "name": "file_has_layers", + "name": "stripe_customer_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "layer_name", + "name": "stripe_setup_intent_id", "description": null, "args": [], "type": { @@ -4016,46 +3707,43 @@ "deprecationReason": null }, { - "name": "connector_info", + "name": "stripe_subscription_id", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "FileConnectorInfo", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "FileConnectorInfo", - "description": null, - "fields": [ + }, { - "name": "connector_id", + "name": "stripe_subscription_base_fee_item_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "connector_name", + "name": "stripe_subscription_member_fee_item_id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "is_paid", "description": null, "args": [], "type": { @@ -4063,15 +3751,15 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "Use plan_type instead" }, { - "name": "connector_type", + "name": "plan_type", "description": null, "args": [], "type": { @@ -4079,67 +3767,71 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "FileConnectorType", + "name": "PlanType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "FileConnectorType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "s3bucket", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "googledrive", + "name": "billing_cycle", "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "BillingCycle", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "googlesheets", + "name": "billing_source", "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "runtime", + "name": "primeclub_tier", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "workspace", + "name": "downgrade_pending", "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DataframeInfo", - "description": null, - "fields": [ + }, { - "name": "df_name", + "name": "updated_at", "description": null, "args": [], "type": { @@ -4147,7 +3839,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, @@ -4155,7 +3847,7 @@ "deprecationReason": null }, { - "name": "df_element_id", + "name": "created_at", "description": null, "args": [], "type": { @@ -4163,12 +3855,24 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "deleted_at", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -4178,19 +3882,19 @@ }, { "kind": "OBJECT", - "name": "ElementDataSource", + "name": "Member", "description": null, "fields": [ { - "name": "source_type", + "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ElementDatasourceType", + "kind": "SCALAR", + "name": "ID", "ofType": null } }, @@ -4198,191 +3902,192 @@ "deprecationReason": null }, { - "name": "database_info", + "name": "user_id", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "DatabaseInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "database_table_info", + "name": "workspace_id", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "DatabaseTableInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "dataframe_info", + "name": "user", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "DataframeInfo", + "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "file_info", + "name": "workspace", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "FileInfo", + "name": "Workspace", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "return_df_as", + "name": "ws_permission_level", "description": null, "args": [], "type": { - "kind": "ENUM", - "name": "ReturnDfAs", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "WorkspaceMemberPermission", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ColumnMetadata", - "description": null, - "fields": [ + }, { - "name": "column_name", + "name": "role", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "column_type", + "name": "bio", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "aggregate", + "name": "billing_email_notification", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "color", + "name": "integration_auth_email_notification", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "order", + "name": "updated_at", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "filter_by", + "name": "created_at", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "filter_type", + "name": "deleted_at", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "label", + "name": "docs_access_count", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "format", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "group_by", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null }, "isDeprecated": false, @@ -4396,150 +4101,112 @@ }, { "kind": "OBJECT", - "name": "GeneralMetadata", + "name": "Invite", "description": null, "fields": [ { - "name": "x_axis_label", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "y_axis_label", + "name": "id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "axis_zooming", + "name": "email", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "chart_type", + "name": "workspace_id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "axis_type", + "name": "ws_permission_level", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "WorkspaceMemberPermission", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "pointers", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ChartMetadata", - "description": null, - "fields": [ - { - "name": "primary_axis", + "name": "updated_at", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "ColumnMetadata", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "secondary_axis", + "name": "created_at", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "ColumnMetadata", + "kind": "SCALAR", + "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ChartElementMetadata", - "description": null, - "fields": [ - { - "name": "chart_meta", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "GeneralMetadata", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "column_meta", + "name": "deleted_at", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "ChartMetadata", + "kind": "SCALAR", + "name": "DateTime", "ofType": null }, "isDeprecated": false, @@ -4553,7 +4220,7 @@ }, { "kind": "OBJECT", - "name": "Element", + "name": "Destination", "description": null, "fields": [ { @@ -4573,7 +4240,7 @@ "deprecationReason": null }, { - "name": "title", + "name": "name", "description": null, "args": [], "type": { @@ -4585,31 +4252,7 @@ "deprecationReason": null }, { - "name": "element_order", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "element_type", - "description": null, - "args": [], - "type": { - "kind": "ENUM", - "name": "ElementType", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "src", + "name": "icon_url", "description": null, "args": [], "type": { @@ -4621,19 +4264,23 @@ "deprecationReason": null }, { - "name": "yields", + "name": "category", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ReportDestinationType", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "dependencies", + "name": "payload", "description": null, "args": [], "type": { @@ -4645,19 +4292,7 @@ "deprecationReason": null }, { - "name": "datasource", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ElementDataSource", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locked_by", + "name": "metadata", "description": null, "args": [], "type": { @@ -4669,7 +4304,7 @@ "deprecationReason": null }, { - "name": "result", + "name": "team_id", "description": null, "args": [], "type": { @@ -4681,43 +4316,35 @@ "deprecationReason": null }, { - "name": "is_body_collapsed", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "is_result_collapsed", + "name": "has_channels", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "report", + "name": "workspace", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "Report", + "name": "Workspace", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "report_id", + "name": "workspace_id", "description": null, "args": [], "type": { @@ -4784,11 +4411,11 @@ }, { "kind": "OBJECT", - "name": "Notebook", + "name": "Invoice", "description": null, "fields": [ { - "name": "schema_version", + "name": "invoice_id", "description": null, "args": [], "type": { @@ -4796,7 +4423,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -4804,15 +4431,15 @@ "deprecationReason": null }, { - "name": "metadata", + "name": "issued_on", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Metadata", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, @@ -4820,15 +4447,31 @@ "deprecationReason": null }, { - "name": "elements", + "name": "invoice_pdf", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Element", + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "amount", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", "ofType": null } }, @@ -4841,9 +4484,19 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "SCALAR", + "name": "Float", + "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", - "name": "File", + "name": "Report", "description": null, "fields": [ { @@ -4863,39 +4516,31 @@ "deprecationReason": null }, { - "name": "workspace_id", + "name": "name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "encoded_name", + "name": "description", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "display_name", + "name": "built_in_vars", "description": null, "args": [], "type": { @@ -4911,7 +4556,7 @@ "deprecationReason": null }, { - "name": "url", + "name": "is_published", "description": null, "args": [], "type": { @@ -4919,7 +4564,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -4927,7 +4572,43 @@ "deprecationReason": null }, { - "name": "type", + "name": "preview_url", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "last_run", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "workspace", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Workspace", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "workspace_id", "description": null, "args": [], "type": { @@ -4943,17 +4624,13 @@ "deprecationReason": null }, { - "name": "size", + "name": "published_at", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -4983,15 +4660,15 @@ "deprecationReason": null }, { - "name": "updated_at", + "name": "elements", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "OBJECT", + "name": "Element", "ofType": null } }, @@ -4999,15 +4676,15 @@ "deprecationReason": null }, { - "name": "created_at", + "name": "yields", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "OBJECT", + "name": "ReportYields", "ofType": null } }, @@ -5015,65 +4692,27 @@ "deprecationReason": null }, { - "name": "deleted_at", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "EmailSettings", - "description": null, - "fields": [ - { - "name": "emails", + "name": "tags", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SlackSettings", - "description": null, - "fields": [ + }, { - "name": "destination_id", + "name": "views", "description": null, "args": [], "type": { @@ -5081,7 +4720,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -5089,7 +4728,7 @@ "deprecationReason": null }, { - "name": "destination_name", + "name": "preview_ready", "description": null, "args": [], "type": { @@ -5097,7 +4736,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -5105,7 +4744,7 @@ "deprecationReason": null }, { - "name": "channel_id", + "name": "is_template", "description": null, "args": [], "type": { @@ -5113,7 +4752,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -5121,7 +4760,7 @@ "deprecationReason": null }, { - "name": "channel_name", + "name": "is_archived", "description": null, "args": [], "type": { @@ -5129,7 +4768,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -5137,69 +4776,43 @@ "deprecationReason": null }, { - "name": "icon_url", + "name": "is_scheduled", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "WebhookSettings", - "description": null, - "fields": [ + }, { - "name": "url", + "name": "access_type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "ReportAccessType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Schedule", - "description": null, - "fields": [ + }, { - "name": "id", + "name": "settings", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", + "kind": "OBJECT", + "name": "ReportSettings", "ofType": null } }, @@ -5207,7 +4820,7 @@ "deprecationReason": null }, { - "name": "report_id", + "name": "schema_version", "description": null, "args": [], "type": { @@ -5215,7 +4828,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -5223,47 +4836,39 @@ "deprecationReason": null }, { - "name": "workspace_id", + "name": "forked_from_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "ID", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "run_version", + "name": "forked_from", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "Report", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "schedule_type", + "name": "updated_at", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ScheduleType", + "kind": "SCALAR", + "name": "DateTime", "ofType": null } }, @@ -5271,15 +4876,15 @@ "deprecationReason": null }, { - "name": "days_of_week", + "name": "created_at", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "DateTime", "ofType": null } }, @@ -5287,59 +4892,70 @@ "deprecationReason": null }, { - "name": "days_of_month", + "name": "deleted_at", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "local_send_time", + "name": "docs_access_count", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Time", + "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "utc_send_time", + "name": "has_app_password", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Time", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ReportSettings", + "description": null, + "fields": [ { - "name": "timezone", + "name": "query_cache_enabled", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updated_at", + "name": "autorun_on_start", "description": null, "args": [], "type": { @@ -5347,7 +4963,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "Boolean", "ofType": null } }, @@ -5355,15 +4971,15 @@ "deprecationReason": null }, { - "name": "created_at", + "name": "color_scheme", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "ENUM", + "name": "DocColorSchema", "ofType": null } }, @@ -5371,30 +4987,23 @@ "deprecationReason": null }, { - "name": "deleted_at", + "name": "wide_mode", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "PostRunAction", - "description": null, - "fields": [ + }, { - "name": "id", + "name": "ai_enabled", "description": null, "args": [], "type": { @@ -5402,7 +5011,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "Boolean", "ofType": null } }, @@ -5410,15 +5019,15 @@ "deprecationReason": null }, { - "name": "action_type", + "name": "dag_enabled", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "SchedulePostRunActionType", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -5426,31 +5035,23 @@ "deprecationReason": null }, { - "name": "cells", + "name": "terminal_enabled", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SchedulePostRunActionCell", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "email_copy", + "name": "lsp_enabled", "description": null, "args": [], "type": { @@ -5458,71 +5059,94 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "JSON", + "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Collaborator", + "description": null, + "fields": [ { - "name": "email_subject", + "name": "id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "email_settings", + "name": "user", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "EmailSettings", + "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "slack_settings", + "name": "user_id", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "SlackSettings", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "webhook_settings", + "name": "report_id", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "WebhookSettings", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updated_at", + "name": "permission", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "ENUM", + "name": "CollaboratorPermission", "ofType": null } }, @@ -5546,13 +5170,17 @@ "deprecationReason": null }, { - "name": "deleted_at", + "name": "updated_at", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -5565,11 +5193,11 @@ }, { "kind": "OBJECT", - "name": "SchedulePostRunActionCell", + "name": "ReportYields", "description": null, "fields": [ { - "name": "element_id", + "name": "name", "description": null, "args": [], "type": { @@ -5585,15 +5213,27 @@ "deprecationReason": null }, { - "name": "element_type", + "name": "label", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ElementType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -5601,7 +5241,7 @@ "deprecationReason": null }, { - "name": "element_title", + "name": "field_type", "description": null, "args": [], "type": { @@ -5615,49 +5255,52 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "SchedulePostRunActionType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ + }, { - "name": "email", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "slack", + "name": "reference_count", "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "webhook", + "name": "element_id", "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "RunError", + "name": "Metadata", "description": null, "fields": [ { - "name": "kind", + "name": "report_id", "description": null, "args": [], "type": { @@ -5673,7 +5316,7 @@ "deprecationReason": null }, { - "name": "message", + "name": "name", "description": null, "args": [], "type": { @@ -5689,24 +5332,44 @@ "deprecationReason": null }, { - "name": "stack_trace", + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "is_published", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "df_counter", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, "isDeprecated": false, @@ -5720,39 +5383,35 @@ }, { "kind": "OBJECT", - "name": "ScheduleLog", + "name": "DatabaseTableInfo", "description": null, "fields": [ { - "name": "id", + "name": "instance_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "schedule", + "name": "catalog_name", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "Schedule", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "schedule_id", + "name": "schema_name", "description": null, "args": [], "type": { @@ -5768,23 +5427,34 @@ "deprecationReason": null }, { - "name": "run_type", + "name": "table_name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "RunType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DatabaseInfo", + "description": null, + "fields": [ { - "name": "run_status", + "name": "database_type", "description": null, "args": [], "type": { @@ -5792,7 +5462,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "RunStatus", + "name": "DatabaseType", "ofType": null } }, @@ -5800,19 +5470,7 @@ "deprecationReason": null }, { - "name": "metadata", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "RunError", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updated_at", + "name": "database_connector_id", "description": null, "args": [], "type": { @@ -5820,7 +5478,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null } }, @@ -5828,7 +5486,7 @@ "deprecationReason": null }, { - "name": "created_at", + "name": "database_name", "description": null, "args": [], "type": { @@ -5836,24 +5494,12 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "deleted_at", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -5863,47 +5509,75 @@ }, { "kind": "OBJECT", - "name": "LLMProviderApiKeys", + "name": "FileInfo", "description": null, "fields": [ { - "name": "xai", + "name": "file_name", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "mistral", + "name": "file_id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "anthropic", + "name": "file_type", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "openai", + "name": "file_has_layers", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "layer_name", "description": null, "args": [], "type": { @@ -5915,12 +5589,12 @@ "deprecationReason": null }, { - "name": "groq", + "name": "connector_info", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "FileConnectorInfo", "ofType": null }, "isDeprecated": false, @@ -5934,19 +5608,19 @@ }, { "kind": "OBJECT", - "name": "SchemaNode", - "description": "Schema node representing a hierarchical element in a connector schema", + "name": "FileConnectorInfo", + "description": null, "fields": [ { - "name": "id", - "description": "Unique identifier for the node", + "name": "connector_id", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -5954,15 +5628,15 @@ "deprecationReason": null }, { - "name": "connector_id", - "description": "ID of the connector this node belongs to", + "name": "connector_name", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -5970,43 +5644,42 @@ "deprecationReason": null }, { - "name": "parent_id", - "description": "ID of the parent node, if any", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": "Full path to the node, e.g., \"database.schema.table.column\"", + "name": "connector_type", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "FileConnectorType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DataframeInfo", + "description": null, + "fields": [ { - "name": "type", - "description": "Type of the node, e.g., DATABASE, SCHEMA, TABLE, VIEW, COLUMN", + "name": "df_name", + "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "SchemaNodeType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -6014,8 +5687,8 @@ "deprecationReason": null }, { - "name": "name", - "description": "Name of the node itself, e.g., \"users\"", + "name": "df_element_id", + "description": null, "args": [], "type": { "kind": "NON_NULL", @@ -6028,99 +5701,90 @@ }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ElementDataSource", + "description": null, + "fields": [ { - "name": "data_type", - "description": "Raw data type from the source database, e.g., \"VARCHAR(255)\", \"INT\"", + "name": "source_type", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ElementDatasourceType", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "livedocs_type", - "description": "Livedocs standardized data type", + "name": "database_info", + "description": null, "args": [], "type": { - "kind": "ENUM", - "name": "LivedocsStandardType", + "kind": "OBJECT", + "name": "DatabaseInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "description", - "description": "Description of the node, if available", + "name": "database_table_info", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "DatabaseTableInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "level", - "description": "Depth level in the schema tree", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "metadata", - "description": "JSON string for any additional, non-standardized metadata", + "name": "dataframe_info", + "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "JSON", + "kind": "OBJECT", + "name": "DataframeInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", + "name": "file_info", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "OBJECT", + "name": "FileInfo", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updated_at", + "name": "return_df_as", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "ENUM", + "name": "ReturnDfAs", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -6133,76 +5797,60 @@ }, { "kind": "OBJECT", - "name": "FileNode", - "description": "Represents a file or directory node in a file system hierarchy", + "name": "ColumnMetadata", + "description": null, "fields": [ { - "name": "id", - "description": "Unique identifier for the file node", + "name": "column_name", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "name", - "description": "Display name of the file or directory", + "name": "column_type", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "type", - "description": "Type of node: root, directory, or file", + "name": "aggregate", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FileNodeType", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "mount_type", - "description": "Type of file connector this node belongs to", + "name": "color", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "FileConnectorType", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "connector_id", - "description": "ID of the connector this node belongs to, if any", + "name": "order", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -6213,8 +5861,8 @@ "deprecationReason": null }, { - "name": "connector_name", - "description": "Name of the connector this node belongs to, if any", + "name": "filter_by", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -6225,24 +5873,20 @@ "deprecationReason": null }, { - "name": "path", - "description": "Full path to the file or directory", + "name": "filter_type", + "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "parent_id", - "description": "ID of the parent directory, if any", + "name": "label", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -6253,20 +5897,43 @@ "deprecationReason": null }, { - "name": "size", - "description": "Size of the file in bytes, if applicable", + "name": "format", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "mime_type", - "description": "MIME type of the file, e.g., \"application/pdf\", \"text/csv\"", + "name": "group_by", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GeneralMetadata", + "description": null, + "fields": [ + { + "name": "x_axis_label", + "description": null, "args": [], "type": { "kind": "SCALAR", @@ -6277,124 +5944,103 @@ "deprecationReason": null }, { - "name": "modified_at", - "description": "Last modification timestamp of the file", + "name": "y_axis_label", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", - "description": "Creation timestamp of the file", + "name": "axis_zooming", + "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "health", - "description": "Health status of the mount this file belongs to", + "name": "chart_type", + "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "MountHealth", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "FileNodeType", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "root", - "description": null, - "isDeprecated": false, - "deprecationReason": null }, { - "name": "directory", + "name": "axis_type", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "file", + "name": "pointers", "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "MountHealth", + "name": "ChartMetadata", "description": null, "fields": [ { - "name": "status", + "name": "primary_axis", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "MountHealthStatus", - "ofType": null - } + "kind": "OBJECT", + "name": "ColumnMetadata", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "last_checked", + "name": "secondary_axis", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "OBJECT", + "name": "ColumnMetadata", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "error_message", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null } ], "inputFields": null, @@ -6403,43 +6049,43 @@ "possibleTypes": null }, { - "kind": "ENUM", - "name": "MountHealthStatus", + "kind": "OBJECT", + "name": "ChartElementMetadata", "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "connected", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reconnecting", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, + "fields": [ { - "name": "auth_expired", + "name": "chart_meta", "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "GeneralMetadata", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null }, { - "name": "error", + "name": "column_meta", "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ChartMetadata", + "ofType": null + }, "isDeprecated": false, "deprecationReason": null } ], + "inputFields": null, + "interfaces": [], + "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "DatabaseConnector", + "name": "Element", "description": null, "fields": [ { @@ -6459,7 +6105,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "title", "description": null, "args": [], "type": { @@ -6471,39 +6117,31 @@ "deprecationReason": null }, { - "name": "workspace_id", + "name": "element_order", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "database_type", + "name": "element_type", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DatabaseType", - "ofType": null - } + "kind": "ENUM", + "name": "ElementType", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "connection_display_string", + "name": "src", "description": null, "args": [], "type": { @@ -6515,35 +6153,43 @@ "deprecationReason": null }, { - "name": "connection_details", + "name": "yields", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_by", + "name": "dependencies", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasource", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "User", + "name": "ElementDataSource", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_by_id", + "name": "locked_by", "description": null, "args": [], "type": { @@ -6555,63 +6201,63 @@ "deprecationReason": null }, { - "name": "schema_nodes", + "name": "result", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SchemaNode", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "schema_last_updated_at", + "name": "is_body_collapsed", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "save_enabled", + "name": "is_result_collapsed", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "health", + "name": "report", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Report", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "report_id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "MountHealth", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -6670,64 +6316,53 @@ }, { "kind": "OBJECT", - "name": "DatasetTablesObj", + "name": "Notebook", "description": null, "fields": [ { - "name": "dataset_name", + "name": "schema_version", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "table_name", + "name": "metadata", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DatasetTableColumnsObj", - "description": null, - "fields": [ - { - "name": "column_name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Metadata", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "column_type", + "name": "elements", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Element", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -6740,118 +6375,59 @@ }, { "kind": "OBJECT", - "name": "Connectors", + "name": "File", "description": null, "fields": [ { - "name": "databases", + "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DatabaseConnector", - "ofType": null - } - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "files", + "name": "workspace_id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - } + "kind": "SCALAR", + "name": "ID", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "storage_connectors", + "name": "encoded_name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "StorageConnector", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "drive_connectors", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DriveConnector", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StorageConnector", - "description": null, - "fields": [ - { - "name": "id", + "name": "display_name", "description": null, "args": [], "type": { @@ -6859,7 +6435,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, @@ -6867,7 +6443,7 @@ "deprecationReason": null }, { - "name": "name", + "name": "url", "description": null, "args": [], "type": { @@ -6883,7 +6459,7 @@ "deprecationReason": null }, { - "name": "provider", + "name": "type", "description": null, "args": [], "type": { @@ -6899,7 +6475,7 @@ "deprecationReason": null }, { - "name": "endpoint_url", + "name": "size", "description": null, "args": [], "type": { @@ -6907,37 +6483,13 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, - { - "name": "bucket_name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path_prefix", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "created_by", "description": null, @@ -6963,7 +6515,7 @@ "deprecationReason": null }, { - "name": "created_at", + "name": "updated_at", "description": null, "args": [], "type": { @@ -6979,7 +6531,7 @@ "deprecationReason": null }, { - "name": "updated_at", + "name": "created_at", "description": null, "args": [], "type": { @@ -6993,6 +6545,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "deleted_at", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -7002,27 +6566,46 @@ }, { "kind": "OBJECT", - "name": "DriveConnector", + "name": "EmailSettings", "description": null, "fields": [ { - "name": "id", + "name": "emails", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SlackSettings", + "description": null, + "fields": [ { - "name": "name", + "name": "destination_id", "description": null, "args": [], "type": { @@ -7038,7 +6621,7 @@ "deprecationReason": null }, { - "name": "provider", + "name": "destination_name", "description": null, "args": [], "type": { @@ -7054,43 +6637,23 @@ "deprecationReason": null }, { - "name": "email", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "created_by", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "User", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "created_by_id", + "name": "channel_id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", + "name": "channel_name", "description": null, "args": [], "type": { @@ -7098,7 +6661,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null } }, @@ -7106,7 +6669,7 @@ "deprecationReason": null }, { - "name": "updated_at", + "name": "icon_url", "description": null, "args": [], "type": { @@ -7114,7 +6677,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null } }, @@ -7129,52 +6692,20 @@ }, { "kind": "OBJECT", - "name": "SchemaSearchResults", + "name": "WebhookSettings", "description": null, "fields": [ { - "name": "schema_nodes", + "name": "url", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SchemaNode", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "files", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, @@ -7188,11 +6719,11 @@ }, { "kind": "OBJECT", - "name": "Channel", + "name": "Schedule", "description": null, "fields": [ { - "name": "channel_id", + "name": "id", "description": null, "args": [], "type": { @@ -7200,7 +6731,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -7208,7 +6739,7 @@ "deprecationReason": null }, { - "name": "channel_name", + "name": "report_id", "description": null, "args": [], "type": { @@ -7222,20 +6753,9 @@ }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "WorkspaceTeam", - "description": null, - "fields": [ + }, { - "name": "id", + "name": "workspace_id", "description": null, "args": [], "type": { @@ -7251,62 +6771,47 @@ "deprecationReason": null }, { - "name": "members", + "name": "run_version", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Member", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "invites", + "name": "schedule_type", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Invite", + "kind": "ENUM", + "name": "ScheduleType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RuntimeStatus", - "description": null, - "fields": [ + }, { - "name": "runtime_ws_url", + "name": "days_of_week", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -7314,15 +6819,15 @@ "deprecationReason": null }, { - "name": "runtime_api_url", + "name": "days_of_month", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -7330,39 +6835,43 @@ "deprecationReason": null }, { - "name": "auth_token", + "name": "local_send_time", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "runtime_id", + "name": "utc_send_time", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Time", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "runtime_token", + "name": "timezone", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updated_at", "description": null, "args": [], "type": { @@ -7370,7 +6879,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, @@ -7378,7 +6887,7 @@ "deprecationReason": null }, { - "name": "pod_type", + "name": "created_at", "description": null, "args": [], "type": { @@ -7386,7 +6895,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, @@ -7394,7 +6903,30 @@ "deprecationReason": null }, { - "name": "status", + "name": "deleted_at", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "PostRunAction", + "description": null, + "fields": [ + { + "name": "id", "description": null, "args": [], "type": { @@ -7402,7 +6934,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -7410,7 +6942,7 @@ "deprecationReason": null }, { - "name": "mode", + "name": "action_type", "description": null, "args": [], "type": { @@ -7418,7 +6950,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "MiddlemanMode", + "name": "SchedulePostRunActionType", "ofType": null } }, @@ -7426,23 +6958,31 @@ "deprecationReason": null }, { - "name": "workspace_id", + "name": "cells", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SchedulePostRunActionCell", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "report_id", + "name": "email_copy", "description": null, "args": [], "type": { @@ -7450,7 +6990,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "JSON", "ofType": null } }, @@ -7458,63 +6998,63 @@ "deprecationReason": null }, { - "name": "session_id", + "name": "email_subject", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "lease_id", + "name": "email_settings", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "OBJECT", + "name": "EmailSettings", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "lease_expires_at", + "name": "slack_settings", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "OBJECT", + "name": "SlackSettings", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "lease_environment", + "name": "webhook_settings", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "WebhookSettings", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updated_at", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "RuntimeEnvironment", + "kind": "SCALAR", + "name": "DateTime", "ofType": null } }, @@ -7522,7 +7062,7 @@ "deprecationReason": null }, { - "name": "lease_holder_id", + "name": "created_at", "description": null, "args": [], "type": { @@ -7530,7 +7070,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, @@ -7538,25 +7078,72 @@ "deprecationReason": null }, { - "name": "lease_holder_name", + "name": "deleted_at", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "lease_holder_email", + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SchedulePostRunActionCell", + "description": null, + "fields": [ + { + "name": "element_id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "element_type", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ElementType", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "element_title", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null @@ -7567,13 +7154,42 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "ENUM", + "name": "SchedulePostRunActionType", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "email", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slack", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "webhook", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", - "name": "CancelSubscriptionResult", + "name": "RunError", "description": null, "fields": [ { - "name": "success", + "name": "kind", "description": null, "args": [], "type": { @@ -7581,7 +7197,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, @@ -7603,6 +7219,30 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "stack_trace", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -7612,7 +7252,7 @@ }, { "kind": "OBJECT", - "name": "WorkspaceSecret", + "name": "ScheduleLog", "description": null, "fields": [ { @@ -7632,7 +7272,19 @@ "deprecationReason": null }, { - "name": "key", + "name": "schedule", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Schedule", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "schedule_id", "description": null, "args": [], "type": { @@ -7648,27 +7300,31 @@ "deprecationReason": null }, { - "name": "displayed_value", + "name": "run_type", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "RunType", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "value", + "name": "run_status", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "RunStatus", "ofType": null } }, @@ -7676,12 +7332,12 @@ "deprecationReason": null }, { - "name": "workspace", + "name": "metadata", "description": null, "args": [], "type": { "kind": "OBJECT", - "name": "Workspace", + "name": "RunError", "ofType": null }, "isDeprecated": false, @@ -7739,70 +7395,23 @@ }, { "kind": "OBJECT", - "name": "InvoiceList", - "description": null, - "fields": [ - { - "name": "invoices", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Invoice", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "BillingDetails", + "name": "LLMProviderApiKeys", "description": null, "fields": [ { - "name": "next_billing_date", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "total_amount", + "name": "xai", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "card_last4", + "name": "mistral", "description": null, "args": [], "type": { @@ -7814,7 +7423,7 @@ "deprecationReason": null }, { - "name": "card_brand", + "name": "anthropic", "description": null, "args": [], "type": { @@ -7826,24 +7435,24 @@ "deprecationReason": null }, { - "name": "card_exp_month", + "name": "openai", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "card_exp_year", + "name": "groq", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -7857,19 +7466,19 @@ }, { "kind": "OBJECT", - "name": "WorkspaceSubscription", - "description": null, + "name": "SchemaNode", + "description": "Schema node representing a hierarchical element in a connector schema", "fields": [ { - "name": "is_paid", - "description": null, + "name": "id", + "description": "Unique identifier for the node", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, @@ -7877,15 +7486,15 @@ "deprecationReason": null }, { - "name": "downgrade_pending", - "description": null, + "name": "connector_id", + "description": "ID of the connector this node belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, @@ -7893,82 +7502,68 @@ "deprecationReason": null }, { - "name": "billing_details", - "description": null, + "name": "parent_id", + "description": "ID of the parent node, if any", "args": [], "type": { - "kind": "OBJECT", - "name": "BillingDetails", + "kind": "SCALAR", + "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "message", - "description": null, + "name": "path", + "description": "Full path to the node, e.g., \"database.schema.table.column\"", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SubscriptionStatus", - "description": null, - "fields": [ + }, { - "name": "payment_intent_client_secret", - "description": null, + "name": "type", + "description": "Type of the node, e.g., DATABASE, SCHEMA, TABLE, VIEW, COLUMN", "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SchemaNodeType", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "status", - "description": null, + "name": "name", + "description": "Name of the node itself, e.g., \"users\"", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "SubscriptionStatusEnum", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SetupIntent", - "description": null, - "fields": [ + }, { - "name": "client_secret", - "description": null, + "name": "data_type", + "description": "Raw data type from the source database, e.g., \"VARCHAR(255)\", \"INT\"", "args": [], "type": { "kind": "SCALAR", @@ -7979,58 +7574,39 @@ "deprecationReason": null }, { - "name": "id", - "description": null, + "name": "livedocs_type", + "description": "Livedocs standardized data type", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "ENUM", + "name": "LivedocsStandardType", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "SessionInfo", - "description": null, - "fields": [ + }, { - "name": "access_token", - "description": null, + "name": "description", + "description": "Description of the node, if available", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "refresh_token", - "description": null, + "name": "level", + "description": "Depth level in the schema tree", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -8038,35 +7614,35 @@ "deprecationReason": null }, { - "name": "token_expires_at", - "description": null, + "name": "metadata", + "description": "JSON string for any additional, non-standardized metadata", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "JSON", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "session_id", + "name": "created_at", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "workspace_handle", + "name": "updated_at", "description": null, "args": [], "type": { @@ -8074,23 +7650,34 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "FileNode", + "description": "Represents a file or directory node in a file system hierarchy", + "fields": [ { - "name": "workspace_is_paid", - "description": null, + "name": "id", + "description": "Unique identifier for the file node", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, @@ -8098,8 +7685,8 @@ "deprecationReason": null }, { - "name": "workspace_id", - "description": null, + "name": "name", + "description": "Display name of the file or directory", "args": [], "type": { "kind": "NON_NULL", @@ -8114,15 +7701,15 @@ "deprecationReason": null }, { - "name": "workspace_theme", - "description": null, + "name": "type", + "description": "Type of node: root, directory, or file", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "FileNodeType", "ofType": null } }, @@ -8130,15 +7717,15 @@ "deprecationReason": null }, { - "name": "workspace_name", - "description": null, + "name": "mount_type", + "description": "Type of file connector this node belongs to", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "FileConnectorType", "ofType": null } }, @@ -8146,8 +7733,8 @@ "deprecationReason": null }, { - "name": "workspace_img", - "description": null, + "name": "connector_id", + "description": "ID of the connector this node belongs to, if any", "args": [], "type": { "kind": "SCALAR", @@ -8158,31 +7745,27 @@ "deprecationReason": null }, { - "name": "workspace_type", - "description": null, + "name": "connector_name", + "description": "Name of the connector this node belongs to, if any", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "workspace_role", - "description": null, + "name": "path", + "description": "Full path to the file or directory", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "WorkspaceMemberPermission", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -8190,8 +7773,8 @@ "deprecationReason": null }, { - "name": "user_img", - "description": null, + "name": "parent_id", + "description": "ID of the parent directory, if any", "args": [], "type": { "kind": "SCALAR", @@ -8202,98 +7785,78 @@ "deprecationReason": null }, { - "name": "user_email", - "description": null, + "name": "size", + "description": "Size of the file in bytes, if applicable", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "user_name", - "description": null, + "name": "mime_type", + "description": "MIME type of the file, e.g., \"application/pdf\", \"text/csv\"", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "user_id", - "description": null, + "name": "modified_at", + "description": "Last modification timestamp of the file", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "new_user", - "description": null, + "name": "created_at", + "description": "Creation timestamp of the file", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, + }, + { + "name": "health", + "description": "Health status of the mount this file belongs to", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MountHealth", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", - "name": "ReportInvite", + "name": "MountHealth", "description": null, "fields": [ { - "name": "report_id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "permission", + "name": "status", "description": null, "args": [], "type": { @@ -8301,26 +7864,15 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "CollaboratorPermission", + "name": "MountHealthStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "HandleAvailabilityResponse", - "description": null, - "fields": [ + }, { - "name": "isAvailable", + "name": "last_checked", "description": null, "args": [], "type": { @@ -8328,7 +7880,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "DateTime", "ofType": null } }, @@ -8336,7 +7888,7 @@ "deprecationReason": null }, { - "name": "error", + "name": "error_message", "description": null, "args": [], "type": { @@ -8355,7 +7907,7 @@ }, { "kind": "OBJECT", - "name": "AssistantSession", + "name": "DatabaseConnector", "description": null, "fields": [ { @@ -8375,23 +7927,19 @@ "deprecationReason": null }, { - "name": "title", + "name": "name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "report_id", + "name": "workspace_id", "description": null, "args": [], "type": { @@ -8399,7 +7947,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, @@ -8407,15 +7955,15 @@ "deprecationReason": null }, { - "name": "session_type", + "name": "database_type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "DatabaseType", "ofType": null } }, @@ -8423,23 +7971,19 @@ "deprecationReason": null }, { - "name": "token_usage", + "name": "connection_display_string", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "cost_usage", + "name": "connection_details", "description": null, "args": [], "type": { @@ -8447,7 +7991,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } }, @@ -8455,66 +7999,63 @@ "deprecationReason": null }, { - "name": "threads", + "name": "created_by", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AssistantThread", - "ofType": null - } + "kind": "OBJECT", + "name": "User", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", + "name": "created_by_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "AssistantThread", - "description": null, - "fields": [ + }, { - "name": "id", + "name": "schema_nodes", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SchemaNode", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "session_id", + "name": "schema_last_updated_at", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "save_enabled", "description": null, "args": [], "type": { @@ -8522,7 +8063,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -8530,15 +8071,15 @@ "deprecationReason": null }, { - "name": "report_id", + "name": "health", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "MountHealth", "ofType": null } }, @@ -8546,7 +8087,7 @@ "deprecationReason": null }, { - "name": "created_at", + "name": "updated_at", "description": null, "args": [], "type": { @@ -8562,7 +8103,7 @@ "deprecationReason": null }, { - "name": "title", + "name": "created_at", "description": null, "args": [], "type": { @@ -8570,7 +8111,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, @@ -8578,17 +8119,13 @@ "deprecationReason": null }, { - "name": "messages", + "name": "deleted_at", "description": null, "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AssistantMessage", - "ofType": null - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null }, "isDeprecated": false, "deprecationReason": null @@ -8601,84 +8138,170 @@ }, { "kind": "OBJECT", - "name": "AssistantMessage", + "name": "DatasetTablesObj", "description": null, "fields": [ { - "name": "id", + "name": "dataset_name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "thread_id", + "name": "table_name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DatasetTableColumnsObj", + "description": null, + "fields": [ { - "name": "author", + "name": "column_name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "content", + "name": "column_type", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "created_at", - "description": null, - "args": [], - "type": { + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Connectors", + "description": null, + "fields": [ + { + "name": "databases", + "description": null, + "args": [], + "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DatabaseConnector", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "files", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "File", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "storage_connectors", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "StorageConnector", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "drive_connectors", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DriveConnector", + "ofType": null + } + } } }, "isDeprecated": false, @@ -8692,7 +8315,7 @@ }, { "kind": "OBJECT", - "name": "AssistantFeedback", + "name": "StorageConnector", "description": null, "fields": [ { @@ -8712,7 +8335,7 @@ "deprecationReason": null }, { - "name": "thread_id", + "name": "name", "description": null, "args": [], "type": { @@ -8728,7 +8351,7 @@ "deprecationReason": null }, { - "name": "workspace_id", + "name": "provider", "description": null, "args": [], "type": { @@ -8744,7 +8367,7 @@ "deprecationReason": null }, { - "name": "user_id", + "name": "endpoint_url", "description": null, "args": [], "type": { @@ -8760,127 +8383,80 @@ "deprecationReason": null }, { - "name": "feedback_type", + "name": "bucket_name", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reasons", + "name": "path_prefix", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "comment", + "name": "created_by", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", + "name": "created_by_id", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "DateTime", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContextSample", - "description": null, - "fields": [ + }, { - "name": "tables", + "name": "created_at", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SchemaNode", - "ofType": null - } - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "files", + "name": "updated_at", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } - } + "kind": "SCALAR", + "name": "DateTime", + "ofType": null } }, "isDeprecated": false, @@ -8893,28 +8469,30 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "WorkspaceSecretInput", + "kind": "OBJECT", + "name": "DriveConnector", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "uuid", + "name": "id", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "key", + "name": "name", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -8924,11 +8502,13 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "value", + "name": "provider", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -8938,167 +8518,151 @@ "ofType": null } }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "EmailSettingsInput", - "description": null, - "fields": null, - "inputFields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "emails", + "name": "email", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceDatabaseInfo", - "description": null, - "fields": null, - "inputFields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "database_type", + "name": "created_by", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "DatabaseType", - "ofType": null - } + "kind": "OBJECT", + "name": "User", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "database_connector_id", + "name": "created_by_id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_at", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "database_name", + "name": "updated_at", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceDatabaseTableInfo", + "kind": "OBJECT", + "name": "SchemaSearchResults", "description": null, - "fields": null, - "inputFields": [ - { - "name": "instance_id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "catalog_name", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, + "fields": [ { - "name": "schema_name", + "name": "schema_nodes", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SchemaNode", + "ofType": null + } + } } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "table_name", + "name": "files", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "File", + "ofType": null + } + } } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceFileInfo", + "kind": "OBJECT", + "name": "Channel", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "file_name", + "name": "channel_id", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -9108,11 +8672,13 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "file_id", + "name": "channel_name", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -9122,11 +8688,24 @@ "ofType": null } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "WorkspaceTeam", + "description": null, + "fields": [ { - "name": "file_type", + "name": "id", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -9136,121 +8715,140 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "file_has_layers", + "name": "members", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Member", + "ofType": null + } } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "layer_name", + "name": "invites", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Invite", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceInput", + "kind": "OBJECT", + "name": "RuntimeStatus", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "source_type", + "name": "runtime_ws_url", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ElementDatasourceType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "database_info", + "name": "runtime_api_url", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceDatabaseInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "database_table_info", + "name": "auth_token", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceDatabaseTableInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "dataframe_info", + "name": "runtime_id", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceDataframeInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "file_info", + "name": "runtime_token", "description": null, + "args": [], "type": { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceFileInfo", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "return_df_as", - "description": null, - "type": { - "kind": "ENUM", - "name": "ReturnDfAs", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceDataframeInfo", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "df_name", + "name": "pod_type", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -9260,11 +8858,13 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "df_element_id", + "name": "status", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -9274,284 +8874,235 @@ "ofType": null } }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ColumnMetadataInput", - "description": null, - "fields": null, - "inputFields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "column_name", + "name": "mode", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MiddlemanMode", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "column_type", + "name": "workspace_id", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "aggregate", + "name": "report_id", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "color", + "name": "session_id", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "order", + "name": "lease_id", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "filter_by", + "name": "lease_expires_at", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "filter_type", + "name": "lease_environment", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "RuntimeEnvironment", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "label", + "name": "lease_holder_id", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "format", + "name": "lease_holder_name", "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "group_by", + "name": "lease_holder_email", "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "GeneralMetadataInput", + "kind": "OBJECT", + "name": "CancelSubscriptionResult", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "x_axis_label", + "name": "success", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "y_axis_label", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "axis_zooming", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "chart_type", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "axis_type", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "pointers", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ChartElementMetadataInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "chart_meta", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "GeneralMetadataInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "column_meta", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ChartMetadataInput", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ChartMetadataInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "primary_axis", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ColumnMetadataInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "secondary_axis", + "name": "message", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ColumnMetadataInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "SlackSettingsInput", + "kind": "OBJECT", + "name": "WorkspaceSecret", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "destination_id", + "name": "id", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "destination_name", + "name": "key", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -9561,11 +9112,25 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "channel_id", + "name": "displayed_value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -9575,430 +9140,423 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "channel_name", + "name": "workspace", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Workspace", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updated_at", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "icon_url", + "name": "created_at", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleted_at", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "WebhookSettingsInput", + "kind": "OBJECT", + "name": "InvoiceList", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "url", + "name": "invoices", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null + } + } } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ReportSettingsInput", + "kind": "OBJECT", + "name": "BillingDetails", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "query_cache_enabled", + "name": "next_billing_date", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "autorun_on_start", + "name": "total_amount", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "color_scheme", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "wide_mode", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "ai_enabled", + "name": "card_last4", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "dag_enabled", + "name": "card_brand", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "terminal_enabled", + "name": "card_exp_month", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "lsp_enabled", + "name": "card_exp_year", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ReportCollaboratorInput", + "kind": "OBJECT", + "name": "WorkspaceSubscription", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "user_id", + "name": "plan_type", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PlanType", + "ofType": null + } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "email", + "name": "billing_cycle", "description": null, + "args": [], "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "BillingCycle", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "permission", + "name": "billing_source", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "CollaboratorPermission", + "kind": "SCALAR", + "name": "String", "ofType": null } }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ReportFiltersInput", - "description": null, - "fields": null, - "inputFields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "search", + "name": "primeclub_tier", "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "tags", + "name": "downgrade_pending", "description": null, + "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "created_by_ids", + "name": "billing_details", "description": null, + "args": [], "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "OBJECT", + "name": "BillingDetails", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "is_archived", + "name": "cost_limit", "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Float", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "is_published", + "name": "cost_used", "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "Float", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "is_scheduled", + "name": "message", "description": null, + "args": [], "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null } ], - "interfaces": null, + "inputFields": null, + "interfaces": [], "enumValues": null, "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "ScheduleSettingsInput", + "kind": "OBJECT", + "name": "SubscriptionStatus", "description": null, - "fields": null, - "inputFields": [ + "fields": [ { - "name": "id", + "name": "payment_intent_client_secret", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "report_id", + "name": "status", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SubscriptionStatusEnum", "ofType": null } }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SetupIntent", + "description": null, + "fields": [ { - "name": "run_version", + "name": "client_secret", "description": null, + "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "RunVersion", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "schedule_type", + "name": "id", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ScheduleType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, - "defaultValue": null - }, - { - "name": "days_of_week", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - "defaultValue": null - }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SessionInfo", + "description": null, + "fields": [ { - "name": "days_of_month", + "name": "access_token", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "local_send_time", + "name": "refresh_token", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -10008,95 +9566,39 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "timezone", + "name": "token_expires_at", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "DateTime", "ofType": null } }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "LLMProviderApiKeysInput", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "xai", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "mistral", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "anthropic", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "openai", + "name": "session_id", "description": null, + "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "groq", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "WorkspaceLLMUsage", - "description": null, - "fields": [ - { - "name": "token_limit", + "name": "workspace_handle", "description": null, "args": [], "type": { @@ -10104,7 +9606,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -10112,15 +9614,15 @@ "deprecationReason": null }, { - "name": "token_usage", + "name": "workspace_plan_type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "PlanType", "ofType": null } }, @@ -10128,7 +9630,7 @@ "deprecationReason": null }, { - "name": "cost_usage", + "name": "workspace_id", "description": null, "args": [], "type": { @@ -10136,7 +9638,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } }, @@ -10144,7 +9646,7 @@ "deprecationReason": null }, { - "name": "cost_limit", + "name": "workspace_theme", "description": null, "args": [], "type": { @@ -10152,7 +9654,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } }, @@ -10160,46 +9662,35 @@ "deprecationReason": null }, { - "name": "mcp_servers", + "name": "workspace_name", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Comment", - "description": null, - "fields": [ + }, { - "name": "id", + "name": "workspace_img", "description": null, "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "element_id", + "name": "workspace_type", "description": null, "args": [], "type": { @@ -10215,15 +9706,15 @@ "deprecationReason": null }, { - "name": "report_id", + "name": "workspace_role", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "WorkspaceMemberPermission", "ofType": null } }, @@ -10231,19 +9722,19 @@ "deprecationReason": null }, { - "name": "user", + "name": "user_img", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "User", + "kind": "SCALAR", + "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "user_id", + "name": "user_email", "description": null, "args": [], "type": { @@ -10259,7 +9750,7 @@ "deprecationReason": null }, { - "name": "text", + "name": "user_name", "description": null, "args": [], "type": { @@ -10275,11 +9766,11 @@ "deprecationReason": null }, { - "name": "mentions", + "name": "user_id", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", @@ -10291,7 +9782,7 @@ "deprecationReason": null }, { - "name": "created_at", + "name": "new_user", "description": null, "args": [], "type": { @@ -10299,7 +9790,34 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ReportInvite", + "description": null, + "fields": [ + { + "name": "report_id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -10307,7 +9825,34 @@ "deprecationReason": null }, { - "name": "updated_at", + "name": "permission", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CollaboratorPermission", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "HandleAvailabilityResponse", + "description": null, + "fields": [ + { + "name": "isAvailable", "description": null, "args": [], "type": { @@ -10315,7 +9860,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "Boolean", "ofType": null } }, @@ -10323,12 +9868,12 @@ "deprecationReason": null }, { - "name": "deleted_at", + "name": "error", "description": null, "args": [], "type": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null }, "isDeprecated": false, @@ -10342,7 +9887,7 @@ }, { "kind": "OBJECT", - "name": "AiRule", + "name": "AssistantSession", "description": null, "fields": [ { @@ -10362,7 +9907,7 @@ "deprecationReason": null }, { - "name": "workspace_id", + "name": "title", "description": null, "args": [], "type": { @@ -10378,7 +9923,7 @@ "deprecationReason": null }, { - "name": "text", + "name": "report_id", "description": null, "args": [], "type": { @@ -10394,31 +9939,39 @@ "deprecationReason": null }, { - "name": "created_by", + "name": "session_type", "description": null, "args": [], "type": { - "kind": "OBJECT", - "name": "User", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_by_id", + "name": "token_usage", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", + "name": "cost_usage", "description": null, "args": [], "type": { @@ -10426,7 +9979,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "Float", "ofType": null } }, @@ -10434,7 +9987,23 @@ "deprecationReason": null }, { - "name": "updated_at", + "name": "threads", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AssistantThread", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_at", "description": null, "args": [], "type": { @@ -10457,7 +10026,7 @@ }, { "kind": "OBJECT", - "name": "AiMemory", + "name": "AssistantThread", "description": null, "fields": [ { @@ -10477,7 +10046,7 @@ "deprecationReason": null }, { - "name": "workspace_id", + "name": "session_id", "description": null, "args": [], "type": { @@ -10493,7 +10062,7 @@ "deprecationReason": null }, { - "name": "text", + "name": "report_id", "description": null, "args": [], "type": { @@ -10509,31 +10078,23 @@ "deprecationReason": null }, { - "name": "created_by", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "User", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "created_by_id", + "name": "created_at", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "created_at", + "name": "title", "description": null, "args": [], "type": { @@ -10541,7 +10102,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "DateTime", + "name": "String", "ofType": null } }, @@ -10549,15 +10110,15 @@ "deprecationReason": null }, { - "name": "updated_at", + "name": "messages", "description": null, "args": [], "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "DateTime", + "kind": "OBJECT", + "name": "AssistantMessage", "ofType": null } }, @@ -10572,7 +10133,7 @@ }, { "kind": "OBJECT", - "name": "ScheduledReport", + "name": "AssistantMessage", "description": null, "fields": [ { @@ -10592,15 +10153,15 @@ "deprecationReason": null }, { - "name": "report", + "name": "thread_id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Report", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -10608,48 +10169,48 @@ "deprecationReason": null }, { - "name": "schedules", + "name": "author", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Schedule", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "schedule_logs", + "name": "content", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ScheduleLog", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null } }, "isDeprecated": false, @@ -10663,11 +10224,11 @@ }, { "kind": "OBJECT", - "name": "SlackState", + "name": "AssistantFeedback", "description": null, "fields": [ { - "name": "is_connected", + "name": "id", "description": null, "args": [], "type": { @@ -10675,7 +10236,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "ID", "ofType": null } }, @@ -10683,60 +10244,120 @@ "deprecationReason": null }, { - "name": "destination_id", + "name": "thread_id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "destination_name", + "name": "workspace_id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "icon_url", + "name": "user_id", "description": null, "args": [], "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "channels", + "name": "feedback_type", "description": null, "args": [], "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reasons", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Channel", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "comment", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -10745,14 +10366,176 @@ "possibleTypes": null }, { - "kind": "INPUT_OBJECT", - "name": "SchedulePostRunActionCellInput", + "kind": "OBJECT", + "name": "ContextSample", "description": null, - "fields": null, - "inputFields": [ + "fields": [ + { + "name": "tables", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SchemaNode", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "files", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "File", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "WorkspaceLLMUsage", + "description": null, + "fields": [ + { + "name": "token_limit", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "token_usage", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cost_usage", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cost_limit", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mcp_servers", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Comment", + "description": null, + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "element_id", "description": null, + "args": [], "type": { "kind": "NON_NULL", "name": null, @@ -10762,161 +10545,1659 @@ "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "element_type", + "name": "report_id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "user", "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "user_id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "text", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mentions", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updated_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleted_at", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AiRule", + "description": null, + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "workspace_id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "text", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_by", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_by_id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updated_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AiMemory", + "description": null, + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "workspace_id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "text", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_by", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_by_id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updated_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Skill", + "description": null, + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "workspace_id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "compatibility", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "license", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metadata", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "source", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SkillSource", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "gcs_path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "is_valid", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "validation_errors", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_by", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_by_id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "created_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updated_at", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ScheduledReport", + "description": null, + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "report", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Report", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "schedules", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Schedule", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "schedule_logs", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ScheduleLog", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SlackState", + "description": null, + "fields": [ + { + "name": "is_connected", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "destination_id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "destination_name", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "icon_url", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "channels", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SchedulePostRunActionCellInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "element_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "element_type", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ElementType", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "element_title", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PostRunActionInput", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "action_type", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SchedulePostRunActionType", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "cells", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "SchedulePostRunActionCellInput", + "ofType": null + } + } + } + }, + "defaultValue": null + }, + { + "name": "email_copy", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "email_subject", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "email_settings", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "EmailSettingsInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "slack_settings", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "SlackSettingsInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "webhook_settings", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "WebhookSettingsInput", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "SetAppPasswordResult", + "description": null, + "fields": [ + { + "name": "success", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "password", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RedeemCodeResult", + "description": null, + "fields": [ + { + "name": "success", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tier", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "planType", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PlanType", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "maxDocs", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "aiCredits", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Query", + "description": null, + "fields": [ + { + "name": "profile", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "User", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "report", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "report_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "update_timestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Report", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "reports", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "limit", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filters", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ReportFiltersInput", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Report", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scheduledReports", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ScheduledReport", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "workspace", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Workspace", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "workspaces", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Workspace", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "member", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Member", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "members", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "WorkspaceTeam", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "secrets", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "WorkspaceSecret", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "decryptedSecret", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "secret_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "WorkspaceSecret", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "allocateRuntime", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "report_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "force_new_pod", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "mode", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MiddlemanMode", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ElementType", + "kind": "OBJECT", + "name": "RuntimeStatus", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "element_title", + "name": "files", "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "File", + "ofType": null + } } }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "PostRunActionInput", - "description": null, - "fields": null, - "inputFields": [ + "isDeprecated": false, + "deprecationReason": null + }, { - "name": "action_type", + "name": "nextAvailableFileName", "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "SchedulePostRunActionType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, - "defaultValue": null + "isDeprecated": false, + "deprecationReason": null }, { - "name": "cells", + "name": "reportSchedules", "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { + "args": [ + { + "name": "wsid", + "description": null, + "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "SchedulePostRunActionCellInput", + "kind": "SCALAR", + "name": "String", "ofType": null } - } + }, + "defaultValue": null + }, + { + "name": "report_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null } - }, - "defaultValue": null - }, - { - "name": "email_copy", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "email_subject", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "email_settings", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "EmailSettingsInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "slack_settings", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "SlackSettingsInput", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "webhook_settings", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "WebhookSettingsInput", - "ofType": null - }, - "defaultValue": null - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Query", - "description": null, - "fields": [ - { - "name": "profile", - "description": null, - "args": [], + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "User", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Schedule", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "report", + "name": "scheduleLogs", "description": null, "args": [ { @@ -10934,7 +12215,7 @@ "defaultValue": null }, { - "name": "report_id", + "name": "id", "description": null, "type": { "kind": "NON_NULL", @@ -10948,12 +12229,16 @@ "defaultValue": null }, { - "name": "update_timestamp", + "name": "report_id", "description": null, "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null } @@ -10962,16 +12247,20 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Report", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ScheduleLog", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "reports", + "name": "connectors", "description": null, "args": [ { @@ -10989,32 +12278,57 @@ "defaultValue": null }, { - "name": "limit", + "name": "save_enabled", "description": null, "type": { "kind": "SCALAR", - "name": "Int", + "name": "Boolean", "ofType": null }, "defaultValue": null - }, + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Connectors", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "element", + "description": null, + "args": [ { - "name": "offset", + "name": "element_id", "description": null, "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null }, { - "name": "filters", + "name": "report_id", "description": null, "type": { - "kind": "INPUT_OBJECT", - "name": "ReportFiltersInput", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null } @@ -11023,24 +12337,16 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Report", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Element", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "scheduledReports", + "name": "getContextSample", "description": null, "args": [ { @@ -11062,24 +12368,16 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ScheduledReport", - "ofType": null - } - } + "kind": "OBJECT", + "name": "ContextSample", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "workspace", + "name": "getSlackState", "description": null, "args": [ { @@ -11102,7 +12400,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Workspace", + "name": "SlackState", "ofType": null } }, @@ -11110,9 +12408,52 @@ "deprecationReason": null }, { - "name": "workspaces", + "name": "postRunActions", "description": null, - "args": [], + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "report_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "schedule_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { "kind": "NON_NULL", "name": null, @@ -11124,7 +12465,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Workspace", + "name": "PostRunAction", "ofType": null } } @@ -11134,11 +12475,11 @@ "deprecationReason": null }, { - "name": "member", + "name": "getDatabaseTable", "description": null, "args": [ { - "name": "wsid", + "name": "schema_node_id", "description": null, "type": { "kind": "NON_NULL", @@ -11150,24 +12491,7 @@ } }, "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Member", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "members", - "description": null, - "args": [ + }, { "name": "wsid", "description": null, @@ -11181,6 +12505,20 @@ } }, "defaultValue": null + }, + { + "name": "datasource", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceInput", + "ofType": null + } + }, + "defaultValue": null } ], "type": { @@ -11188,7 +12526,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "WorkspaceTeam", + "name": "SchemaNode", "ofType": null } }, @@ -11196,7 +12534,7 @@ "deprecationReason": null }, { - "name": "secrets", + "name": "getSchema", "description": null, "args": [ { @@ -11212,6 +12550,40 @@ } }, "defaultValue": null + }, + { + "name": "datasource", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ElementDataSourceInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "type", + "description": null, + "type": { + "kind": "ENUM", + "name": "SchemaNodeType", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parent_id", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], "type": { @@ -11225,7 +12597,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "WorkspaceSecret", + "name": "SchemaNode", "ofType": null } } @@ -11235,7 +12607,7 @@ "deprecationReason": null }, { - "name": "decryptedSecret", + "name": "searchSchema", "description": null, "args": [ { @@ -11253,7 +12625,7 @@ "defaultValue": null }, { - "name": "secret_id", + "name": "searchString", "description": null, "type": { "kind": "NON_NULL", @@ -11272,7 +12644,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "WorkspaceSecret", + "name": "SchemaSearchResults", "ofType": null } }, @@ -11280,7 +12652,7 @@ "deprecationReason": null }, { - "name": "allocateRuntime", + "name": "databases", "description": null, "args": [ { @@ -11296,44 +12668,55 @@ } }, "defaultValue": null - }, - { - "name": "report_id", - "description": null, - "type": { + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "DatabaseConnector", "ofType": null } - }, - "defaultValue": null - }, + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "database", + "description": null, + "args": [ { - "name": "force_new_pod", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "mode", + "name": "db_connector_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "MiddlemanMode", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -11345,7 +12728,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "RuntimeStatus", + "name": "DatabaseConnector", "ofType": null } }, @@ -11353,7 +12736,7 @@ "deprecationReason": null }, { - "name": "files", + "name": "initializeSlackConnection", "description": null, "args": [ { @@ -11375,20 +12758,16 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "File", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "nextAvailableFileName", + "name": "completeSlackConnection", "description": null, "args": [ { @@ -11406,7 +12785,7 @@ "defaultValue": null }, { - "name": "name", + "name": "args", "description": null, "type": { "kind": "NON_NULL", @@ -11418,14 +12797,24 @@ } }, "defaultValue": null + }, + { + "name": "name", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "Destination", "ofType": null } }, @@ -11433,7 +12822,7 @@ "deprecationReason": null }, { - "name": "reportSchedules", + "name": "destinations", "description": null, "args": [ { @@ -11449,20 +12838,6 @@ } }, "defaultValue": null - }, - { - "name": "report_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null } ], "type": { @@ -11473,7 +12848,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Schedule", + "name": "Destination", "ofType": null } } @@ -11482,7 +12857,7 @@ "deprecationReason": null }, { - "name": "scheduleLogs", + "name": "getDestinationChannels", "description": null, "args": [ { @@ -11500,21 +12875,7 @@ "defaultValue": null }, { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "report_id", + "name": "destination_id", "description": null, "type": { "kind": "NON_NULL", @@ -11536,7 +12897,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ScheduleLog", + "name": "Channel", "ofType": null } } @@ -11545,7 +12906,7 @@ "deprecationReason": null }, { - "name": "connectors", + "name": "getWorkspaceSubscription", "description": null, "args": [ { @@ -11561,16 +12922,6 @@ } }, "defaultValue": null - }, - { - "name": "save_enabled", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null } ], "type": { @@ -11578,7 +12929,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Connectors", + "name": "WorkspaceSubscription", "ofType": null } }, @@ -11586,25 +12937,11 @@ "deprecationReason": null }, { - "name": "element", + "name": "getSetupIntent", "description": null, "args": [ { - "name": "element_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -11623,7 +12960,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Element", + "name": "SetupIntent", "ofType": null } }, @@ -11631,7 +12968,7 @@ "deprecationReason": null }, { - "name": "getContextSample", + "name": "getWorkspaceInvoices", "description": null, "args": [ { @@ -11654,7 +12991,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "ContextSample", + "name": "InvoiceList", "ofType": null } }, @@ -11662,11 +12999,11 @@ "deprecationReason": null }, { - "name": "getSlackState", + "name": "publicReport", "description": null, "args": [ { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -11685,7 +13022,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SlackState", + "name": "Report", "ofType": null } }, @@ -11693,7 +13030,7 @@ "deprecationReason": null }, { - "name": "postRunActions", + "name": "getReportCollaborators", "description": null, "args": [ { @@ -11723,20 +13060,6 @@ } }, "defaultValue": null - }, - { - "name": "schedule_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null } ], "type": { @@ -11746,13 +13069,9 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PostRunAction", - "ofType": null - } + "kind": "OBJECT", + "name": "Collaborator", + "ofType": null } } }, @@ -11760,11 +13079,11 @@ "deprecationReason": null }, { - "name": "getDatabaseTable", + "name": "elementComments", "description": null, "args": [ { - "name": "schema_node_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -11778,7 +13097,7 @@ "defaultValue": null }, { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -11792,14 +13111,14 @@ "defaultValue": null }, { - "name": "datasource", + "name": "element_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -11810,16 +13129,24 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "SchemaNode", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Comment", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "getSchema", + "name": "reportComments", "description": null, "args": [ { @@ -11837,38 +13164,18 @@ "defaultValue": null }, { - "name": "datasource", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ElementDataSourceInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null - }, - { - "name": "type", - "description": null, - "type": { - "kind": "ENUM", - "name": "SchemaNodeType", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "parent_id", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null } ], "type": { @@ -11882,7 +13189,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SchemaNode", + "name": "Comment", "ofType": null } } @@ -11892,7 +13199,7 @@ "deprecationReason": null }, { - "name": "searchSchema", + "name": "getWorkspaceLLMUsage", "description": null, "args": [ { @@ -11908,20 +13215,6 @@ } }, "defaultValue": null - }, - { - "name": "searchString", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null } ], "type": { @@ -11929,7 +13222,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "SchemaSearchResults", + "name": "WorkspaceLLMUsage", "ofType": null } }, @@ -11937,7 +13230,7 @@ "deprecationReason": null }, { - "name": "databases", + "name": "workspaceTokens", "description": null, "args": [ { @@ -11966,7 +13259,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DatabaseConnector", + "name": "WorkspaceToken", "ofType": null } } @@ -11976,25 +13269,39 @@ "deprecationReason": null }, { - "name": "database", + "name": "getAssistantSession", "description": null, "args": [ { - "name": "wsid", + "name": "session_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "db_connector_id", + "name": "report_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -12009,21 +13316,31 @@ } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DatabaseConnector", - "ofType": null - } + "kind": "OBJECT", + "name": "AssistantSession", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "initializeSlackConnection", + "name": "getAssistantSessions", "description": null, "args": [ + { + "name": "report_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, { "name": "wsid", "description": null, @@ -12043,53 +13360,65 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AssistantSession", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "completeSlackConnection", + "name": "getAssistantThreads", "description": null, "args": [ { - "name": "wsid", + "name": "session_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "args", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "name", + "name": "wsid", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null } @@ -12098,16 +13427,24 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Destination", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AssistantThread", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "destinations", + "name": "requestWorkspaceAccess", "description": null, "args": [ { @@ -12129,20 +13466,16 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Destination", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "getDestinationChannels", + "name": "aiRules", "description": null, "args": [ { @@ -12158,20 +13491,6 @@ } }, "defaultValue": null - }, - { - "name": "destination_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null } ], "type": { @@ -12181,9 +13500,13 @@ "kind": "LIST", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Channel", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AiRule", + "ofType": null + } } } }, @@ -12191,9 +13514,23 @@ "deprecationReason": null }, { - "name": "getWorkspaceSubscription", + "name": "aiRule", "description": null, "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, { "name": "wsid", "description": null, @@ -12214,7 +13551,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "WorkspaceSubscription", + "name": "AiRule", "ofType": null } }, @@ -12222,7 +13559,7 @@ "deprecationReason": null }, { - "name": "getSetupIntent", + "name": "aiMemories", "description": null, "args": [ { @@ -12244,18 +13581,40 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "SetupIntent", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AiMemory", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "getWorkspaceInvoices", + "name": "aiMemory", "description": null, "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "defaultValue": null + }, { "name": "wsid", "description": null, @@ -12276,7 +13635,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "InvoiceList", + "name": "AiMemory", "ofType": null } }, @@ -12284,11 +13643,11 @@ "deprecationReason": null }, { - "name": "publicReport", + "name": "skills", "description": null, "args": [ { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -12306,34 +13665,42 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Report", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Skill", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "getReportCollaborators", + "name": "skill", "description": null, "args": [ { - "name": "wsid", + "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -12348,117 +13715,129 @@ } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Collaborator", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Skill", + "ofType": null }, "isDeprecated": false, "deprecationReason": null - }, + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Mutation", + "description": null, + "fields": [ { - "name": "elementComments", + "name": "createSession", "description": null, "args": [ { - "name": "wsid", + "name": "auth_code", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "report_id", + "name": "session_type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "SessionType", "ofType": null } }, "defaultValue": null }, { - "name": "element_id", + "name": "email", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "channel", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "action", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "campaign_info", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "pending_auth_token", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "verification_code", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Comment", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "reportComments", - "description": null, - "args": [ + }, { - "name": "wsid", + "name": "name", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null }, { - "name": "report_id", + "name": "referral_id", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null } @@ -12467,28 +13846,20 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Comment", - "ofType": null - } - } + "kind": "OBJECT", + "name": "SessionInfo", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "getWorkspaceLLMUsage", + "name": "resendWorkOsVerification", "description": null, "args": [ { - "name": "wsid", + "name": "email_verification_id", "description": null, "type": { "kind": "NON_NULL", @@ -12506,8 +13877,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "WorkspaceLLMUsage", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -12515,78 +13886,27 @@ "deprecationReason": null }, { - "name": "workspaceTokens", + "name": "deviceLoginStart", "description": null, - "args": [ - { - "name": "wsid", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], + "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "WorkspaceToken", - "ofType": null - } - } + "kind": "OBJECT", + "name": "DeviceLoginStartPayload", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "getAssistantSession", + "name": "deviceLoginPoll", "description": null, "args": [ { - "name": "session_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "report_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "wsid", + "name": "device_code", "description": null, "type": { "kind": "NON_NULL", @@ -12601,33 +13921,23 @@ } ], "type": { - "kind": "OBJECT", - "name": "AssistantSession", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DeviceLoginPollPayload", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "getAssistantSessions", + "name": "deviceLoginApprove", "description": null, "args": [ { - "name": "report_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "wsid", + "name": "user_code", "description": null, "type": { "kind": "NON_NULL", @@ -12645,65 +13955,39 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AssistantSession", - "ofType": null - } - } + "kind": "OBJECT", + "name": "DeviceLoginApproveResult", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "getAssistantThreads", + "name": "createBlankReport", "description": null, "args": [ { - "name": "session_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "wsid", + "name": "theme", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null } @@ -12712,24 +13996,16 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AssistantThread", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Report", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "requestWorkspaceAccess", + "name": "forkReport", "description": null, "args": [ { @@ -12745,26 +14021,9 @@ } }, "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "aiRules", - "description": null, - "args": [ + }, { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -12776,48 +14035,50 @@ } }, "defaultValue": null + }, + { + "name": "destination_wsid", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AiRule", - "ofType": null - } - } + "kind": "OBJECT", + "name": "Report", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "aiRule", + "name": "deleteReport", "description": null, "args": [ { - "name": "id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "ID", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -12835,8 +14096,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "AiRule", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -12844,7 +14105,7 @@ "deprecationReason": null }, { - "name": "aiMemories", + "name": "switchWorkspace", "description": null, "args": [ { @@ -12866,42 +14127,20 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "AiMemory", - "ofType": null - } - } + "kind": "ENUM", + "name": "WorkspaceMemberPermission", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "aiMemory", + "name": "createWorkspace", "description": null, "args": [ { - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "wsid", + "name": "name", "description": null, "type": { "kind": "NON_NULL", @@ -12920,112 +14159,31 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AiMemory", + "name": "Workspace", "ofType": null } }, "isDeprecated": false, "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Mutation", - "description": null, - "fields": [ + }, { - "name": "createSession", + "name": "sendPasswordlessLink", "description": null, "args": [ { - "name": "auth_code", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "session_type", + "name": "email", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "SessionType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null }, - { - "name": "email", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "channel", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "action", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "campaign_info", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "pending_auth_token", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "verification_code", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, { "name": "name", "description": null, @@ -13041,8 +14199,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "SessionInfo", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -13050,11 +14208,11 @@ "deprecationReason": null }, { - "name": "resendWorkOsVerification", + "name": "createSecret", "description": null, "args": [ { - "name": "email_verification_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -13066,6 +14224,20 @@ } }, "defaultValue": null + }, + { + "name": "secret", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "WorkspaceSecretInput", + "ofType": null + } + }, + "defaultValue": null } ], "type": { @@ -13081,27 +14253,25 @@ "deprecationReason": null }, { - "name": "deviceLoginStart", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "DeviceLoginStartPayload", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deviceLoginPoll", + "name": "deleteSecret", "description": null, "args": [ { - "name": "device_code", + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "secret_id", "description": null, "type": { "kind": "NON_NULL", @@ -13119,8 +14289,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "DeviceLoginPollPayload", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -13128,11 +14298,25 @@ "deprecationReason": null }, { - "name": "deviceLoginApprove", + "name": "createWorkspaceToken", "description": null, "args": [ { - "name": "user_code", + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "name", "description": null, "type": { "kind": "NON_NULL", @@ -13144,6 +14328,30 @@ } }, "defaultValue": null + }, + { + "name": "scopes", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "expires_in_days", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null } ], "type": { @@ -13151,7 +14359,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "DeviceLoginApproveResult", + "name": "WorkspaceTokenCreateResult", "ofType": null } }, @@ -13159,7 +14367,7 @@ "deprecationReason": null }, { - "name": "createBlankReport", + "name": "revokeWorkspaceToken", "description": null, "args": [ { @@ -13177,12 +14385,16 @@ "defaultValue": null }, { - "name": "theme", + "name": "token_id", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null } @@ -13191,8 +14403,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Report", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -13200,7 +14412,7 @@ "deprecationReason": null }, { - "name": "forkReport", + "name": "updateMemberSetting", "description": null, "args": [ { @@ -13218,7 +14430,7 @@ "defaultValue": null }, { - "name": "report_id", + "name": "field", "description": null, "type": { "kind": "NON_NULL", @@ -13232,12 +14444,16 @@ "defaultValue": null }, { - "name": "destination_wsid", + "name": "value", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null } @@ -13247,7 +14463,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Report", + "name": "Member", "ofType": null } }, @@ -13255,11 +14471,11 @@ "deprecationReason": null }, { - "name": "deleteReport", + "name": "toggleArchive", "description": null, "args": [ { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -13273,7 +14489,7 @@ "defaultValue": null }, { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -13285,14 +14501,28 @@ } }, "defaultValue": null + }, + { + "name": "is_archived", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "Report", "ofType": null } }, @@ -13300,7 +14530,7 @@ "deprecationReason": null }, { - "name": "switchWorkspace", + "name": "updateWorkspaceSetting", "description": null, "args": [ { @@ -13316,26 +14546,23 @@ } }, "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "WorkspaceMemberPermission", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "createWorkspace", - "description": null, - "args": [ + }, { - "name": "name", + "name": "field", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "value", "description": null, "type": { "kind": "NON_NULL", @@ -13362,11 +14589,11 @@ "deprecationReason": null }, { - "name": "sendPasswordlessLink", + "name": "updateUserSetting", "description": null, "args": [ { - "name": "email", + "name": "field", "description": null, "type": { "kind": "NON_NULL", @@ -13380,7 +14607,7 @@ "defaultValue": null }, { - "name": "name", + "name": "value", "description": null, "type": { "kind": "SCALAR", @@ -13394,8 +14621,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "User", "ofType": null } }, @@ -13403,7 +14630,7 @@ "deprecationReason": null }, { - "name": "createSecret", + "name": "updateNotificationSetting", "description": null, "args": [ { @@ -13421,38 +14648,7 @@ "defaultValue": null }, { - "name": "secret", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "WorkspaceSecretInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deleteSecret", - "description": null, - "args": [ - { - "name": "wsid", + "name": "field", "description": null, "type": { "kind": "NON_NULL", @@ -13466,14 +14662,14 @@ "defaultValue": null }, { - "name": "secret_id", + "name": "value", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, @@ -13484,8 +14680,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "Member", "ofType": null } }, @@ -13493,7 +14689,7 @@ "deprecationReason": null }, { - "name": "createWorkspaceToken", + "name": "removeMember", "description": null, "args": [ { @@ -13511,7 +14707,7 @@ "defaultValue": null }, { - "name": "name", + "name": "memberId", "description": null, "type": { "kind": "NON_NULL", @@ -13523,38 +14719,14 @@ } }, "defaultValue": null - }, - { - "name": "scopes", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "expires_in_days", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "WorkspaceTokenCreateResult", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -13562,7 +14734,7 @@ "deprecationReason": null }, { - "name": "revokeWorkspaceToken", + "name": "revokeWorkspaceInvite", "description": null, "args": [ { @@ -13580,7 +14752,7 @@ "defaultValue": null }, { - "name": "token_id", + "name": "invite_id", "description": null, "type": { "kind": "NON_NULL", @@ -13607,7 +14779,7 @@ "deprecationReason": null }, { - "name": "updateMemberSetting", + "name": "addMember", "description": null, "args": [ { @@ -13625,7 +14797,7 @@ "defaultValue": null }, { - "name": "field", + "name": "email", "description": null, "type": { "kind": "NON_NULL", @@ -13639,26 +14811,36 @@ "defaultValue": null }, { - "name": "value", + "name": "permission", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "WorkspaceMemberPermission", "ofType": null } }, "defaultValue": null + }, + { + "name": "connectDb", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Member", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -13666,7 +14848,7 @@ "deprecationReason": null }, { - "name": "toggleArchive", + "name": "toggleVisibility", "description": null, "args": [ { @@ -13698,16 +14880,22 @@ "defaultValue": null }, { - "name": "is_archived", + "name": "is_public", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "is_published", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null }, "defaultValue": null } @@ -13725,7 +14913,7 @@ "deprecationReason": null }, { - "name": "updateWorkspaceSetting", + "name": "createFile", "description": null, "args": [ { @@ -13743,7 +14931,21 @@ "defaultValue": null }, { - "name": "field", + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "url", "description": null, "type": { "kind": "NON_NULL", @@ -13757,7 +14959,7 @@ "defaultValue": null }, { - "name": "value", + "name": "type", "description": null, "type": { "kind": "NON_NULL", @@ -13769,6 +14971,20 @@ } }, "defaultValue": null + }, + { + "name": "size", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null } ], "type": { @@ -13776,7 +14992,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Workspace", + "name": "File", "ofType": null } }, @@ -13784,11 +15000,11 @@ "deprecationReason": null }, { - "name": "updateUserSetting", + "name": "deleteFile", "description": null, "args": [ { - "name": "field", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -13802,12 +15018,16 @@ "defaultValue": null }, { - "name": "value", + "name": "file_id", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null } @@ -13816,8 +15036,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "User", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -13825,7 +15045,7 @@ "deprecationReason": null }, { - "name": "updateNotificationSetting", + "name": "createSchedule", "description": null, "args": [ { @@ -13843,7 +15063,7 @@ "defaultValue": null }, { - "name": "field", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -13857,14 +15077,14 @@ "defaultValue": null }, { - "name": "value", + "name": "schedule_settings", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "ScheduleSettingsInput", "ofType": null } }, @@ -13876,7 +15096,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Member", + "name": "Schedule", "ofType": null } }, @@ -13884,7 +15104,7 @@ "deprecationReason": null }, { - "name": "removeMember", + "name": "updateSchedule", "description": null, "args": [ { @@ -13902,7 +15122,7 @@ "defaultValue": null }, { - "name": "memberId", + "name": "id", "description": null, "type": { "kind": "NON_NULL", @@ -13914,40 +15134,23 @@ } }, "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "revokeWorkspaceInvite", - "description": null, - "args": [ + }, { - "name": "wsid", + "name": "schedule_settings", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ScheduleSettingsInput", "ofType": null } }, "defaultValue": null }, { - "name": "invite_id", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -13965,8 +15168,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "Schedule", "ofType": null } }, @@ -13974,7 +15177,7 @@ "deprecationReason": null }, { - "name": "addMember", + "name": "deleteSchedule", "description": null, "args": [ { @@ -13992,7 +15195,7 @@ "defaultValue": null }, { - "name": "email", + "name": "id", "description": null, "type": { "kind": "NON_NULL", @@ -14006,28 +15209,18 @@ "defaultValue": null }, { - "name": "permission", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "WorkspaceMemberPermission", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null - }, - { - "name": "connectDb", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null } ], "type": { @@ -14043,11 +15236,11 @@ "deprecationReason": null }, { - "name": "toggleVisibility", + "name": "updateSchemaContext", "description": null, "args": [ { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -14061,7 +15254,21 @@ "defaultValue": null }, { - "name": "wsid", + "name": "entity_type", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SchemaType", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "entity_id", "description": null, "type": { "kind": "NON_NULL", @@ -14075,17 +15282,27 @@ "defaultValue": null }, { - "name": "is_public", + "name": "schema_name", "description": null, "type": { "kind": "SCALAR", - "name": "Boolean", + "name": "String", "ofType": null }, "defaultValue": null }, { - "name": "is_published", + "name": "table_name", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "has_layers", "description": null, "type": { "kind": "SCALAR", @@ -14093,23 +15310,55 @@ "ofType": null }, "defaultValue": null + }, + { + "name": "layer_name", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "context", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Report", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "SchemaNode", + "ofType": null + } + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createFile", - "description": null, + "name": "deleteDatabase", + "description": "@deprecated Use deleteConnector instead.", "args": [ { "name": "wsid", @@ -14126,7 +15375,7 @@ "defaultValue": null }, { - "name": "name", + "name": "db_connector_id", "description": null, "type": { "kind": "NON_NULL", @@ -14138,9 +15387,26 @@ } }, "defaultValue": null - }, + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteConnector", + "description": "Delete a connector (database, storage, or drive connector).\nUnified deletion endpoint for database and filesystem connectors.", + "args": [ { - "name": "url", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -14154,7 +15420,7 @@ "defaultValue": null }, { - "name": "type", + "name": "connector_id", "description": null, "type": { "kind": "NON_NULL", @@ -14168,14 +15434,14 @@ "defaultValue": null }, { - "name": "size", + "name": "connector_type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "ConnectorType", "ofType": null } }, @@ -14186,8 +15452,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "File", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -14195,7 +15461,7 @@ "deprecationReason": null }, { - "name": "deleteFile", + "name": "deleteDestination", "description": null, "args": [ { @@ -14213,7 +15479,7 @@ "defaultValue": null }, { - "name": "file_id", + "name": "destination_id", "description": null, "type": { "kind": "NON_NULL", @@ -14240,7 +15506,7 @@ "deprecationReason": null }, { - "name": "createSchedule", + "name": "addPostRunAction", "description": null, "args": [ { @@ -14272,14 +15538,28 @@ "defaultValue": null }, { - "name": "schedule_settings", + "name": "schedule_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "ScheduleSettingsInput", + "name": "PostRunActionInput", "ofType": null } }, @@ -14291,7 +15571,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Schedule", + "name": "PostRunAction", "ofType": null } }, @@ -14299,11 +15579,25 @@ "deprecationReason": null }, { - "name": "updateSchedule", + "name": "updatePostRunAction", "description": null, "args": [ { - "name": "wsid", + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -14317,7 +15611,7 @@ "defaultValue": null }, { - "name": "id", + "name": "schedule_id", "description": null, "type": { "kind": "NON_NULL", @@ -14331,28 +15625,28 @@ "defaultValue": null }, { - "name": "schedule_settings", + "name": "action_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ScheduleSettingsInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null }, { - "name": "report_id", + "name": "action", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "PostRunActionInput", "ofType": null } }, @@ -14364,7 +15658,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Schedule", + "name": "PostRunAction", "ofType": null } }, @@ -14372,7 +15666,7 @@ "deprecationReason": null }, { - "name": "deleteSchedule", + "name": "deletePostRunAction", "description": null, "args": [ { @@ -14390,7 +15684,7 @@ "defaultValue": null }, { - "name": "id", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -14404,7 +15698,21 @@ "defaultValue": null }, { - "name": "report_id", + "name": "schedule_id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "action_id", "description": null, "type": { "kind": "NON_NULL", @@ -14431,7 +15739,7 @@ "deprecationReason": null }, { - "name": "updateSchemaContext", + "name": "createWorkspaceSubscription", "description": null, "args": [ { @@ -14449,65 +15757,35 @@ "defaultValue": null }, { - "name": "entity_type", + "name": "planType", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", - "name": "SchemaType", + "name": "PlanType", "ofType": null } }, "defaultValue": null }, { - "name": "entity_id", + "name": "billingCycle", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "BillingCycle", "ofType": null } }, "defaultValue": null }, { - "name": "schema_name", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "table_name", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "has_layers", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "layer_name", + "name": "promoCode", "description": null, "type": { "kind": "SCALAR", @@ -14515,45 +15793,23 @@ "ofType": null }, "defaultValue": null - }, - { - "name": "context", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "SchemaNode", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Boolean", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "deleteDatabase", - "description": "@deprecated Use deleteConnector instead.", + "name": "cancelWorkspaceSubscription", + "description": null, "args": [ { "name": "wsid", @@ -14568,28 +15824,14 @@ } }, "defaultValue": null - }, - { - "name": "db_connector_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "CancelSubscriptionResult", "ofType": null } }, @@ -14597,8 +15839,8 @@ "deprecationReason": null }, { - "name": "deleteConnector", - "description": "Delete a connector (database, storage, or drive connector).\nUnified deletion endpoint for database and filesystem connectors.", + "name": "updateDefaultPaymentMethod", + "description": null, "args": [ { "name": "wsid", @@ -14615,7 +15857,7 @@ "defaultValue": null }, { - "name": "connector_id", + "name": "setupIntentId", "description": null, "type": { "kind": "NON_NULL", @@ -14629,14 +15871,14 @@ "defaultValue": null }, { - "name": "connector_type", + "name": "paymentMethodId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ConnectorType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -14656,11 +15898,11 @@ "deprecationReason": null }, { - "name": "deleteDestination", + "name": "updateReport", "description": null, "args": [ { - "name": "wsid", + "name": "property", "description": null, "type": { "kind": "NON_NULL", @@ -14674,38 +15916,7 @@ "defaultValue": null }, { - "name": "destination_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "addPostRunAction", - "description": null, - "args": [ - { - "name": "wsid", + "name": "value", "description": null, "type": { "kind": "NON_NULL", @@ -14733,7 +15944,7 @@ "defaultValue": null }, { - "name": "schedule_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -14745,20 +15956,6 @@ } }, "defaultValue": null - }, - { - "name": "action", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostRunActionInput", - "ofType": null - } - }, - "defaultValue": null } ], "type": { @@ -14766,7 +15963,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "PostRunAction", + "name": "Report", "ofType": null } }, @@ -14774,23 +15971,9 @@ "deprecationReason": null }, { - "name": "updatePostRunAction", + "name": "sendDocByEmail", "description": null, "args": [ - { - "name": "wsid", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, { "name": "report_id", "description": null, @@ -14806,7 +15989,7 @@ "defaultValue": null }, { - "name": "schedule_id", + "name": "email", "description": null, "type": { "kind": "NON_NULL", @@ -14820,7 +16003,7 @@ "defaultValue": null }, { - "name": "action_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -14832,28 +16015,14 @@ } }, "defaultValue": null - }, - { - "name": "action", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PostRunActionInput", - "ofType": null - } - }, - "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "PostRunAction", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -14861,23 +16030,9 @@ "deprecationReason": null }, { - "name": "deletePostRunAction", + "name": "addTag", "description": null, "args": [ - { - "name": "wsid", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, { "name": "report_id", "description": null, @@ -14893,7 +16048,7 @@ "defaultValue": null }, { - "name": "schedule_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -14907,7 +16062,7 @@ "defaultValue": null }, { - "name": "action_id", + "name": "tag", "description": null, "type": { "kind": "NON_NULL", @@ -14922,23 +16077,19 @@ } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } + "kind": "OBJECT", + "name": "Report", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "createWorkspaceSubscription", + "name": "removeTag", "description": null, "args": [ { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -14952,34 +16103,21 @@ "defaultValue": null }, { - "name": "promoCode", + "name": "wsid", "description": null, "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } }, "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cancelWorkspaceSubscription", - "description": null, - "args": [ + }, { - "name": "wsid", + "name": "tag", "description": null, "type": { "kind": "NON_NULL", @@ -14994,37 +16132,19 @@ } ], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CancelSubscriptionResult", - "ofType": null - } + "kind": "OBJECT", + "name": "Report", + "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { - "name": "updateDefaultPaymentMethod", + "name": "publishReport", "description": null, "args": [ { - "name": "wsid", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "setupIntentId", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -15038,7 +16158,7 @@ "defaultValue": null }, { - "name": "paymentMethodId", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -15065,25 +16185,11 @@ "deprecationReason": null }, { - "name": "updateReport", + "name": "addReportCollaborator", "description": null, "args": [ { - "name": "property", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "value", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -15111,15 +16217,23 @@ "defaultValue": null }, { - "name": "wsid", + "name": "collaborators", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ReportCollaboratorInput", + "ofType": null + } + } } }, "defaultValue": null @@ -15129,20 +16243,24 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Report", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Collaborator", + "ofType": null + } } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "sendDocByEmail", + "name": "removeReportCollaborator", "description": null, "args": [ { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -15156,7 +16274,7 @@ "defaultValue": null }, { - "name": "email", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -15170,7 +16288,7 @@ "defaultValue": null }, { - "name": "wsid", + "name": "collaborator_id", "description": null, "type": { "kind": "NON_NULL", @@ -15197,11 +16315,11 @@ "deprecationReason": null }, { - "name": "addTag", + "name": "updateReportCollaborator", "description": null, "args": [ { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -15215,7 +16333,7 @@ "defaultValue": null }, { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -15229,7 +16347,7 @@ "defaultValue": null }, { - "name": "tag", + "name": "collaborator_id", "description": null, "type": { "kind": "NON_NULL", @@ -15241,22 +16359,40 @@ } }, "defaultValue": null + }, + { + "name": "permission", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CollaboratorPermission", + "ofType": null + } + }, + "defaultValue": null } ], "type": { - "kind": "OBJECT", - "name": "Report", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Collaborator", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "removeTag", + "name": "updateReportAccess", "description": null, "args": [ { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -15270,7 +16406,7 @@ "defaultValue": null }, { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", @@ -15284,14 +16420,14 @@ "defaultValue": null }, { - "name": "tag", + "name": "access_type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "ReportAccessType", "ofType": null } }, @@ -15299,19 +16435,23 @@ } ], "type": { - "kind": "OBJECT", - "name": "Report", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Report", + "ofType": null + } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "publishReport", + "name": "checkWorkspaceHandleAvailability", "description": null, "args": [ { - "name": "report_id", + "name": "handle", "description": null, "type": { "kind": "NON_NULL", @@ -15328,13 +16468,9 @@ "name": "wsid", "description": null, "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, "defaultValue": null } @@ -15343,8 +16479,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "HandleAvailabilityResponse", "ofType": null } }, @@ -15352,7 +16488,7 @@ "deprecationReason": null }, { - "name": "addReportCollaborator", + "name": "leaveWorkspace", "description": null, "args": [ { @@ -15368,9 +16504,26 @@ } }, "defaultValue": null - }, + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateWorkspaceCostLimit", + "description": null, + "args": [ { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -15384,23 +16537,15 @@ "defaultValue": null }, { - "name": "collaborators", + "name": "limit", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ReportCollaboratorInput", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, "defaultValue": null @@ -15410,20 +16555,16 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Collaborator", - "ofType": null - } + "kind": "OBJECT", + "name": "WorkspaceLLMUsage", + "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { - "name": "removeReportCollaborator", + "name": "updateReportSettings", "description": null, "args": [ { @@ -15455,14 +16596,14 @@ "defaultValue": null }, { - "name": "collaborator_id", + "name": "settings", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "ReportSettingsInput", "ofType": null } }, @@ -15473,8 +16614,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "Report", "ofType": null } }, @@ -15482,7 +16623,7 @@ "deprecationReason": null }, { - "name": "updateReportCollaborator", + "name": "addComment", "description": null, "args": [ { @@ -15514,7 +16655,7 @@ "defaultValue": null }, { - "name": "collaborator_id", + "name": "element_id", "description": null, "type": { "kind": "NON_NULL", @@ -15528,18 +16669,46 @@ "defaultValue": null }, { - "name": "permission", + "name": "text", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "CollaboratorPermission", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null + }, + { + "name": "plain_text", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "mentions", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null } ], "type": { @@ -15547,7 +16716,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Collaborator", + "name": "Comment", "ofType": null } }, @@ -15555,7 +16724,7 @@ "deprecationReason": null }, { - "name": "updateReportAccess", + "name": "updateComment", "description": null, "args": [ { @@ -15573,7 +16742,7 @@ "defaultValue": null }, { - "name": "report_id", + "name": "comment_id", "description": null, "type": { "kind": "NON_NULL", @@ -15587,38 +16756,21 @@ "defaultValue": null }, { - "name": "access_type", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "ReportAccessType", + "kind": "SCALAR", + "name": "String", "ofType": null } }, "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Report", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "checkWorkspaceHandleAvailability", - "description": null, - "args": [ + }, { - "name": "handle", + "name": "text", "description": null, "type": { "kind": "NON_NULL", @@ -15632,7 +16784,7 @@ "defaultValue": null }, { - "name": "wsid", + "name": "plain_text", "description": null, "type": { "kind": "SCALAR", @@ -15640,6 +16792,24 @@ "ofType": null }, "defaultValue": null + }, + { + "name": "mentions", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null } ], "type": { @@ -15647,7 +16817,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "HandleAvailabilityResponse", + "name": "Comment", "ofType": null } }, @@ -15655,7 +16825,7 @@ "deprecationReason": null }, { - "name": "leaveWorkspace", + "name": "deleteComment", "description": null, "args": [ { @@ -15671,26 +16841,9 @@ } }, "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "updateWorkspaceCostLimit", - "description": null, - "args": [ + }, { - "name": "wsid", + "name": "comment_id", "description": null, "type": { "kind": "NON_NULL", @@ -15704,14 +16857,14 @@ "defaultValue": null }, { - "name": "limit", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } }, @@ -15722,8 +16875,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "WorkspaceLLMUsage", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -15731,7 +16884,7 @@ "deprecationReason": null }, { - "name": "updateReportSettings", + "name": "resolveElementComments", "description": null, "args": [ { @@ -15749,7 +16902,7 @@ "defaultValue": null }, { - "name": "report_id", + "name": "element_id", "description": null, "type": { "kind": "NON_NULL", @@ -15763,14 +16916,14 @@ "defaultValue": null }, { - "name": "settings", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "ReportSettingsInput", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -15781,8 +16934,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "Report", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -15790,7 +16943,7 @@ "deprecationReason": null }, { - "name": "addComment", + "name": "createAiRule", "description": null, "args": [ { @@ -15808,7 +16961,7 @@ "defaultValue": null }, { - "name": "report_id", + "name": "text", "description": null, "type": { "kind": "NON_NULL", @@ -15820,23 +16973,40 @@ } }, "defaultValue": null - }, + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AiRule", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateAiRule", + "description": null, + "args": [ { - "name": "element_id", + "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "text", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -15850,29 +17020,15 @@ "defaultValue": null }, { - "name": "plain_text", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": null - }, - { - "name": "mentions", + "name": "text", "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null @@ -15883,7 +17039,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Comment", + "name": "AiRule", "ofType": null } }, @@ -15891,39 +17047,25 @@ "deprecationReason": null }, { - "name": "updateComment", + "name": "deleteAiRule", "description": null, "args": [ { - "name": "wsid", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "comment_id", + "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -15935,9 +17077,26 @@ } }, "defaultValue": null - }, + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createAiMemory", + "description": null, + "args": [ { - "name": "text", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -15946,34 +17105,20 @@ "kind": "SCALAR", "name": "String", "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "plain_text", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + } }, "defaultValue": null }, { - "name": "mentions", + "name": "text", "description": null, "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null @@ -15984,7 +17129,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "Comment", + "name": "AiMemory", "ofType": null } }, @@ -15992,39 +17137,25 @@ "deprecationReason": null }, { - "name": "deleteComment", + "name": "deleteAiMemory", "description": null, "args": [ { - "name": "wsid", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "comment_id", + "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "report_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -16051,7 +17182,7 @@ "deprecationReason": null }, { - "name": "resolveElementComments", + "name": "createSkillFromForm", "description": null, "args": [ { @@ -16069,28 +17200,14 @@ "defaultValue": null }, { - "name": "element_id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "report_id", + "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CreateSkillFromFormInput", "ofType": null } }, @@ -16101,8 +17218,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "Skill", "ofType": null } }, @@ -16110,7 +17227,7 @@ "deprecationReason": null }, { - "name": "createAiRule", + "name": "createSkillFromUpload", "description": null, "args": [ { @@ -16128,7 +17245,7 @@ "defaultValue": null }, { - "name": "text", + "name": "zipPath", "description": null, "type": { "kind": "NON_NULL", @@ -16147,7 +17264,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AiRule", + "name": "Skill", "ofType": null } }, @@ -16155,7 +17272,7 @@ "deprecationReason": null }, { - "name": "updateAiRule", + "name": "updateSkill", "description": null, "args": [ { @@ -16187,14 +17304,14 @@ "defaultValue": null }, { - "name": "text", + "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "CreateSkillFromFormInput", "ofType": null } }, @@ -16206,7 +17323,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "AiRule", + "name": "Skill", "ofType": null } }, @@ -16214,7 +17331,7 @@ "deprecationReason": null }, { - "name": "deleteAiRule", + "name": "deleteSkill", "description": null, "args": [ { @@ -16259,7 +17376,7 @@ "deprecationReason": null }, { - "name": "createAiMemory", + "name": "updateMcpConfiguration", "description": null, "args": [ { @@ -16277,14 +17394,14 @@ "defaultValue": null }, { - "name": "text", + "name": "mcpServers", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "JSON", "ofType": null } }, @@ -16295,8 +17412,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "AiMemory", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, @@ -16304,11 +17421,25 @@ "deprecationReason": null }, { - "name": "deleteAiMemory", + "name": "submitAssistantFeedback", "description": null, "args": [ { - "name": "id", + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "thread_id", "description": null, "type": { "kind": "NON_NULL", @@ -16322,7 +17453,7 @@ "defaultValue": null }, { - "name": "wsid", + "name": "feedback_type", "description": null, "type": { "kind": "NON_NULL", @@ -16334,14 +17465,46 @@ } }, "defaultValue": null + }, + { + "name": "reasons", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "defaultValue": null + }, + { + "name": "comment", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "AssistantFeedback", "ofType": null } }, @@ -16349,44 +17512,54 @@ "deprecationReason": null }, { - "name": "updateMcpConfiguration", + "name": "setAppPassword", "description": null, "args": [ { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "mcpServers", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "JSON", + "name": "ID", "ofType": null } }, "defaultValue": null + }, + { + "name": "password", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "SetAppPasswordResult", "ofType": null } }, @@ -16394,25 +17567,25 @@ "deprecationReason": null }, { - "name": "submitAssistantFeedback", + "name": "removeAppPassword", "description": null, "args": [ { - "name": "wsid", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "thread_id", + "name": "wsid", "description": null, "type": { "kind": "NON_NULL", @@ -16424,45 +17597,64 @@ } }, "defaultValue": null - }, + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "requestReportAccess", + "description": null, + "args": [ { - "name": "feedback_type", + "name": "report_id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } }, "defaultValue": null }, { - "name": "reasons", + "name": "requester_email", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, "defaultValue": null }, { - "name": "comment", + "name": "requester_name", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "message", "description": null, "type": { "kind": "SCALAR", @@ -16472,12 +17664,57 @@ "defaultValue": null } ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "redeemCode", + "description": null, + "args": [ + { + "name": "wsid", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "code", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "AssistantFeedback", + "name": "RedeemCodeResult", "ofType": null } }, diff --git a/versions.lock b/versions.lock index b50133b..d46b51b 100644 --- a/versions.lock +++ b/versions.lock @@ -1,21 +1,21 @@ { "channels": { "staging": { - "cli_version": "1.0.0-rc.28", + "cli_version": "1.0.0-rc.29", "python_runtime": "3.12", "components": { - "livedocs": "1.0.0-rc.25", - "livedocs-jedi": "1.0.0-rc.21", - "middleman": "1.0.0-rc.34" + "livedocs": "1.0.0-rc.27", + "livedocs-jedi": "1.0.0-rc.24", + "middleman": "1.0.0-rc.38" } }, "stable": { - "cli_version": "1.3.0", + "cli_version": "1.3.1", "python_runtime": "3.12", "components": { - "livedocs": "1.3.2", - "livedocs-jedi": "1.8.0", - "middleman": "1.8.1" + "livedocs": "1.5.0", + "livedocs-jedi": "1.9.0", + "middleman": "1.12.0" } } }