graphlit-client 1.0.20241227002 → 1.0.20241228001

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7664,6 +7664,7 @@ exports.QueryModels = (0, graphql_tag_1.default) `
7664
7664
  query QueryModels {
7665
7665
  models {
7666
7666
  results {
7667
+ name
7667
7668
  type
7668
7669
  serviceType
7669
7670
  model
@@ -21343,6 +21343,7 @@ export type QueryModelsQuery = {
21343
21343
  __typename?: 'ModelCardResults';
21344
21344
  results?: Array<{
21345
21345
  __typename?: 'ModelCard';
21346
+ name: string;
21346
21347
  type?: ModelTypes | null;
21347
21348
  serviceType?: ModelServiceTypes | null;
21348
21349
  model?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20241227002",
3
+ "version": "1.0.20241228001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",