graphlit-client 1.0.20241007001 → 1.0.20241007002
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.
@@ -4984,7 +4984,6 @@ exports.GetSpecification = (0, graphql_tag_1.default) `
|
|
4984
4984
|
name
|
4985
4985
|
description
|
4986
4986
|
schema
|
4987
|
-
uri
|
4988
4987
|
}
|
4989
4988
|
}
|
4990
4989
|
}
|
@@ -5274,7 +5273,6 @@ exports.QuerySpecifications = (0, graphql_tag_1.default) `
|
|
5274
5273
|
name
|
5275
5274
|
description
|
5276
5275
|
schema
|
5277
|
-
uri
|
5278
5276
|
}
|
5279
5277
|
}
|
5280
5278
|
}
|
@@ -11059,8 +11059,6 @@ export type ToolDefinition = {
|
|
11059
11059
|
name: Scalars['String']['output'];
|
11060
11060
|
/** The tool schema. */
|
11061
11061
|
schema: Scalars['String']['output'];
|
11062
|
-
/** The tool callback URI. */
|
11063
|
-
uri?: Maybe<Scalars['URL']['output']>;
|
11064
11062
|
};
|
11065
11063
|
/** Represents a tool definition. */
|
11066
11064
|
export type ToolDefinitionInput = {
|
@@ -11070,8 +11068,6 @@ export type ToolDefinitionInput = {
|
|
11070
11068
|
name: Scalars['String']['input'];
|
11071
11069
|
/** The tool schema. */
|
11072
11070
|
schema: Scalars['String']['input'];
|
11073
|
-
/** The tool callback URI. */
|
11074
|
-
uri?: InputMaybe<Scalars['URL']['input']>;
|
11075
11071
|
};
|
11076
11072
|
/** Represents a tool definition. */
|
11077
11073
|
export type ToolDefinitionUpdateInput = {
|
@@ -11081,8 +11077,6 @@ export type ToolDefinitionUpdateInput = {
|
|
11081
11077
|
name?: InputMaybe<Scalars['String']['input']>;
|
11082
11078
|
/** The tool schema. */
|
11083
11079
|
schema?: InputMaybe<Scalars['String']['input']>;
|
11084
|
-
/** The tool callback URI. */
|
11085
|
-
uri?: InputMaybe<Scalars['URL']['input']>;
|
11086
11080
|
};
|
11087
11081
|
/** Unit types */
|
11088
11082
|
export declare enum UnitTypes {
|
@@ -17473,7 +17467,6 @@ export type GetSpecificationQuery = {
|
|
17473
17467
|
name: string;
|
17474
17468
|
description?: string | null;
|
17475
17469
|
schema: string;
|
17476
|
-
uri?: any | null;
|
17477
17470
|
}> | null;
|
17478
17471
|
} | null;
|
17479
17472
|
};
|
@@ -17799,7 +17792,6 @@ export type QuerySpecificationsQuery = {
|
|
17799
17792
|
name: string;
|
17800
17793
|
description?: string | null;
|
17801
17794
|
schema: string;
|
17802
|
-
uri?: any | null;
|
17803
17795
|
}> | null;
|
17804
17796
|
} | null> | null;
|
17805
17797
|
} | null;
|