@dalmia/calibrate-mcp 0.0.32 → 0.0.34
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.
- package/bin/mcp-server.js +576 -104
- package/bin/mcp-server.js.map +27 -14
- package/esm/funcs/annotatorsCreate.d.ts +16 -0
- package/esm/funcs/annotatorsCreate.d.ts.map +1 -0
- package/esm/funcs/annotatorsCreate.js +86 -0
- package/esm/funcs/annotatorsCreate.js.map +1 -0
- package/esm/funcs/annotatorsList.d.ts +16 -0
- package/esm/funcs/annotatorsList.d.ts.map +1 -0
- package/esm/funcs/annotatorsList.js +85 -0
- package/esm/funcs/annotatorsList.js.map +1 -0
- package/esm/funcs/annotatorsUpdate.d.ts +16 -0
- package/esm/funcs/annotatorsUpdate.d.ts.map +1 -0
- package/esm/funcs/annotatorsUpdate.js +92 -0
- package/esm/funcs/annotatorsUpdate.js.map +1 -0
- package/esm/landing-page.js +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +7 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/annotatorsCreate.d.ts +7 -0
- package/esm/mcp-server/tools/annotatorsCreate.d.ts.map +1 -0
- package/esm/mcp-server/tools/annotatorsCreate.js +34 -0
- package/esm/mcp-server/tools/annotatorsCreate.js.map +1 -0
- package/esm/mcp-server/tools/annotatorsList.d.ts +7 -0
- package/esm/mcp-server/tools/annotatorsList.d.ts.map +1 -0
- package/esm/mcp-server/tools/annotatorsList.js +34 -0
- package/esm/mcp-server/tools/annotatorsList.js.map +1 -0
- package/esm/mcp-server/tools/annotatorsUpdate.d.ts +7 -0
- package/esm/mcp-server/tools/annotatorsUpdate.d.ts.map +1 -0
- package/esm/mcp-server/tools/annotatorsUpdate.js +34 -0
- package/esm/mcp-server/tools/annotatorsUpdate.js.map +1 -0
- package/esm/models/{routersagentsagentresponse.d.ts → agentresponse.d.ts} +7 -7
- package/esm/models/agentresponse.d.ts.map +1 -0
- package/esm/models/{routersagentsagentresponse.js → agentresponse.js} +5 -5
- package/esm/models/agentresponse.js.map +1 -0
- package/esm/models/agentsummary.d.ts +1 -0
- package/esm/models/agentsummary.d.ts.map +1 -1
- package/esm/models/agentsummary.js +1 -0
- package/esm/models/agentsummary.js.map +1 -1
- package/esm/models/annotatorcreate.d.ts +6 -0
- package/esm/models/annotatorcreate.d.ts.map +1 -0
- package/esm/models/annotatorcreate.js +8 -0
- package/esm/models/annotatorcreate.js.map +1 -0
- package/esm/models/annotatorcreateresponse.d.ts +7 -0
- package/esm/models/annotatorcreateresponse.d.ts.map +1 -0
- package/esm/models/annotatorcreateresponse.js +9 -0
- package/esm/models/annotatorcreateresponse.js.map +1 -0
- package/esm/models/annotatorresponse.d.ts +12 -0
- package/esm/models/annotatorresponse.d.ts.map +1 -0
- package/esm/models/annotatorresponse.js +15 -0
- package/esm/models/annotatorresponse.js.map +1 -0
- package/esm/models/annotatorupdate.d.ts +6 -0
- package/esm/models/annotatorupdate.d.ts.map +1 -0
- package/esm/models/annotatorupdate.js +8 -0
- package/esm/models/annotatorupdate.js.map +1 -0
- package/esm/models/createannotatorendpointannotatorspostop.d.ts +12 -0
- package/esm/models/createannotatorendpointannotatorspostop.d.ts.map +1 -0
- package/esm/models/createannotatorendpointannotatorspostop.js +16 -0
- package/esm/models/createannotatorendpointannotatorspostop.js.map +1 -0
- package/esm/models/getagentendpointagentsagentuuidgetop.d.ts +2 -2
- package/esm/models/getagentendpointagentsagentuuidgetop.d.ts.map +1 -1
- package/esm/models/getagentendpointagentsagentuuidgetop.js +2 -2
- package/esm/models/getagentendpointagentsagentuuidgetop.js.map +1 -1
- package/esm/models/listannotatorsannotatorsgetop.d.ts +10 -0
- package/esm/models/listannotatorsannotatorsgetop.d.ts.map +1 -0
- package/esm/models/listannotatorsannotatorsgetop.js +14 -0
- package/esm/models/listannotatorsannotatorsgetop.js.map +1 -0
- package/esm/models/updateagentendpointagentsagentuuidputop.d.ts +2 -2
- package/esm/models/updateagentendpointagentsagentuuidputop.d.ts.map +1 -1
- package/esm/models/updateagentendpointagentsagentuuidputop.js +2 -2
- package/esm/models/updateagentendpointagentsagentuuidputop.js.map +1 -1
- package/esm/models/updateannotatorendpointannotatorsannotatoruuidputop.d.ts +13 -0
- package/esm/models/updateannotatorendpointannotatorsannotatoruuidputop.d.ts.map +1 -0
- package/esm/models/updateannotatorendpointannotatorsannotatoruuidputop.js +19 -0
- package/esm/models/updateannotatorendpointannotatorsannotatoruuidputop.js.map +1 -0
- package/esm/tool-names.d.ts.map +1 -1
- package/esm/tool-names.js +12 -0
- package/esm/tool-names.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/annotatorsCreate.ts +149 -0
- package/src/funcs/annotatorsList.ts +148 -0
- package/src/funcs/annotatorsUpdate.ts +160 -0
- package/src/landing-page.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +7 -1
- package/src/mcp-server/tools/annotatorsCreate.ts +43 -0
- package/src/mcp-server/tools/annotatorsList.ts +42 -0
- package/src/mcp-server/tools/annotatorsUpdate.ts +42 -0
- package/src/models/{routersagentsagentresponse.ts → agentresponse.ts} +7 -11
- package/src/models/agentsummary.ts +2 -0
- package/src/models/annotatorcreate.ts +11 -0
- package/src/models/annotatorcreateresponse.ts +14 -0
- package/src/models/annotatorresponse.ts +36 -0
- package/src/models/annotatorupdate.ts +13 -0
- package/src/models/createannotatorendpointannotatorspostop.ts +40 -0
- package/src/models/getagentendpointagentsagentuuidgetop.ts +3 -6
- package/src/models/listannotatorsannotatorsgetop.ts +34 -0
- package/src/models/updateagentendpointagentsagentuuidputop.ts +3 -6
- package/src/models/updateannotatorendpointannotatorsannotatoruuidputop.ts +42 -0
- package/src/tool-names.ts +12 -0
- package/esm/models/routersagentsagentresponse.d.ts.map +0 -1
- package/esm/models/routersagentsagentresponse.js.map +0 -1
|
@@ -34,6 +34,7 @@ export type AgentSummary = {
|
|
|
34
34
|
uuid: string;
|
|
35
35
|
name: string;
|
|
36
36
|
type: AgentSummaryType;
|
|
37
|
+
created_at: string;
|
|
37
38
|
updated_at: string;
|
|
38
39
|
connection_verified?: boolean | null | undefined;
|
|
39
40
|
has_default_inputs: boolean;
|
|
@@ -43,6 +44,7 @@ export const AgentSummary$zodSchema: z.ZodType<AgentSummary> = z.object({
|
|
|
43
44
|
connection_verified: z.boolean().nullable().optional().describe(
|
|
44
45
|
"Whether the agent's connection has been verified, for a `type=connection` agent",
|
|
45
46
|
),
|
|
47
|
+
created_at: z.string().describe("When the agent was created (ISO 8601 UTC)"),
|
|
46
48
|
has_default_inputs: z.boolean().describe(
|
|
47
49
|
"Whether the agent has custom request fields configured",
|
|
48
50
|
),
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
export type AnnotatorCreate = { name: string };
|
|
8
|
+
|
|
9
|
+
export const AnnotatorCreate$zodSchema: z.ZodType<AnnotatorCreate> = z.object({
|
|
10
|
+
name: z.string().describe("Annotator name, unique within your workspace"),
|
|
11
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
export type AnnotatorCreateResponse = { uuid: string; message: string };
|
|
8
|
+
|
|
9
|
+
export const AnnotatorCreateResponse$zodSchema: z.ZodType<
|
|
10
|
+
AnnotatorCreateResponse
|
|
11
|
+
> = z.object({
|
|
12
|
+
message: z.string().describe("Success message"),
|
|
13
|
+
uuid: z.string().describe("ID of the newly created annotator"),
|
|
14
|
+
});
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
export type AnnotatorResponse = {
|
|
8
|
+
uuid: string;
|
|
9
|
+
name: string;
|
|
10
|
+
created_at: string;
|
|
11
|
+
updated_at: string;
|
|
12
|
+
jobs_count?: number | null | undefined;
|
|
13
|
+
current_agreement?: number | null | undefined;
|
|
14
|
+
pair_count?: number | null | undefined;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export const AnnotatorResponse$zodSchema: z.ZodType<AnnotatorResponse> = z
|
|
18
|
+
.object({
|
|
19
|
+
created_at: z.string().describe(
|
|
20
|
+
"When the annotator was created (ISO 8601 UTC)",
|
|
21
|
+
),
|
|
22
|
+
current_agreement: z.number().nullable().optional().describe(
|
|
23
|
+
"Latest pairwise mean agreement with other annotators, from 0 to 1",
|
|
24
|
+
),
|
|
25
|
+
jobs_count: z.int().nullable().optional().describe(
|
|
26
|
+
"Number of labelling jobs assigned to this annotator",
|
|
27
|
+
),
|
|
28
|
+
name: z.string().describe("Annotator name"),
|
|
29
|
+
pair_count: z.int().nullable().optional().describe(
|
|
30
|
+
"Number of comparable annotation pairs behind the current agreement score",
|
|
31
|
+
),
|
|
32
|
+
updated_at: z.string().describe(
|
|
33
|
+
"When the annotator was last updated (ISO 8601 UTC)",
|
|
34
|
+
),
|
|
35
|
+
uuid: z.string().describe("Annotator ID"),
|
|
36
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
export type AnnotatorUpdate = { name?: string | null | undefined };
|
|
8
|
+
|
|
9
|
+
export const AnnotatorUpdate$zodSchema: z.ZodType<AnnotatorUpdate> = z.object({
|
|
10
|
+
name: z.string().nullable().optional().describe(
|
|
11
|
+
"New annotator name, unique within your workspace. Omit to leave unchanged",
|
|
12
|
+
),
|
|
13
|
+
});
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import {
|
|
7
|
+
AnnotatorCreate,
|
|
8
|
+
AnnotatorCreate$zodSchema,
|
|
9
|
+
} from "./annotatorcreate.js";
|
|
10
|
+
import {
|
|
11
|
+
AnnotatorCreateResponse,
|
|
12
|
+
AnnotatorCreateResponse$zodSchema,
|
|
13
|
+
} from "./annotatorcreateresponse.js";
|
|
14
|
+
import {
|
|
15
|
+
HTTPValidationError,
|
|
16
|
+
HTTPValidationError$zodSchema,
|
|
17
|
+
} from "./httpvalidationerror.js";
|
|
18
|
+
|
|
19
|
+
export type CreateAnnotatorEndpointAnnotatorsPostRequest = {
|
|
20
|
+
xAPIKey?: string | null | undefined;
|
|
21
|
+
body: AnnotatorCreate;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const CreateAnnotatorEndpointAnnotatorsPostRequest$zodSchema: z.ZodType<
|
|
25
|
+
CreateAnnotatorEndpointAnnotatorsPostRequest
|
|
26
|
+
> = z.object({
|
|
27
|
+
body: AnnotatorCreate$zodSchema,
|
|
28
|
+
xAPIKey: z.string().nullable().optional(),
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
export type CreateAnnotatorEndpointAnnotatorsPostResponse =
|
|
32
|
+
| AnnotatorCreateResponse
|
|
33
|
+
| HTTPValidationError;
|
|
34
|
+
|
|
35
|
+
export const CreateAnnotatorEndpointAnnotatorsPostResponse$zodSchema: z.ZodType<
|
|
36
|
+
CreateAnnotatorEndpointAnnotatorsPostResponse
|
|
37
|
+
> = z.union([
|
|
38
|
+
AnnotatorCreateResponse$zodSchema,
|
|
39
|
+
HTTPValidationError$zodSchema,
|
|
40
|
+
]);
|
|
@@ -3,14 +3,11 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { AgentResponse, AgentResponse$zodSchema } from "./agentresponse.js";
|
|
6
7
|
import {
|
|
7
8
|
HTTPValidationError,
|
|
8
9
|
HTTPValidationError$zodSchema,
|
|
9
10
|
} from "./httpvalidationerror.js";
|
|
10
|
-
import {
|
|
11
|
-
RoutersAgentsAgentResponse,
|
|
12
|
-
RoutersAgentsAgentResponse$zodSchema,
|
|
13
|
-
} from "./routersagentsagentresponse.js";
|
|
14
11
|
|
|
15
12
|
export type GetAgentEndpointAgentsAgentUuidGetRequest = {
|
|
16
13
|
agent_uuid: string;
|
|
@@ -25,12 +22,12 @@ export const GetAgentEndpointAgentsAgentUuidGetRequest$zodSchema: z.ZodType<
|
|
|
25
22
|
});
|
|
26
23
|
|
|
27
24
|
export type GetAgentEndpointAgentsAgentUuidGetResponse =
|
|
28
|
-
|
|
|
25
|
+
| AgentResponse
|
|
29
26
|
| HTTPValidationError;
|
|
30
27
|
|
|
31
28
|
export const GetAgentEndpointAgentsAgentUuidGetResponse$zodSchema: z.ZodType<
|
|
32
29
|
GetAgentEndpointAgentsAgentUuidGetResponse
|
|
33
30
|
> = z.union([
|
|
34
|
-
|
|
31
|
+
AgentResponse$zodSchema,
|
|
35
32
|
HTTPValidationError$zodSchema,
|
|
36
33
|
]);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import {
|
|
7
|
+
AnnotatorResponse,
|
|
8
|
+
AnnotatorResponse$zodSchema,
|
|
9
|
+
} from "./annotatorresponse.js";
|
|
10
|
+
import {
|
|
11
|
+
HTTPValidationError,
|
|
12
|
+
HTTPValidationError$zodSchema,
|
|
13
|
+
} from "./httpvalidationerror.js";
|
|
14
|
+
|
|
15
|
+
export type ListAnnotatorsAnnotatorsGetRequest = {
|
|
16
|
+
xAPIKey?: string | null | undefined;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export const ListAnnotatorsAnnotatorsGetRequest$zodSchema: z.ZodType<
|
|
20
|
+
ListAnnotatorsAnnotatorsGetRequest
|
|
21
|
+
> = z.object({
|
|
22
|
+
xAPIKey: z.string().nullable().optional(),
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export type ListAnnotatorsAnnotatorsGetResponse =
|
|
26
|
+
| Array<AnnotatorResponse>
|
|
27
|
+
| HTTPValidationError;
|
|
28
|
+
|
|
29
|
+
export const ListAnnotatorsAnnotatorsGetResponse$zodSchema: z.ZodType<
|
|
30
|
+
ListAnnotatorsAnnotatorsGetResponse
|
|
31
|
+
> = z.union([
|
|
32
|
+
z.array(AnnotatorResponse$zodSchema).describe("Successful Response"),
|
|
33
|
+
HTTPValidationError$zodSchema,
|
|
34
|
+
]);
|
|
@@ -3,15 +3,12 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { AgentResponse, AgentResponse$zodSchema } from "./agentresponse.js";
|
|
6
7
|
import { AgentUpdate, AgentUpdate$zodSchema } from "./agentupdate.js";
|
|
7
8
|
import {
|
|
8
9
|
HTTPValidationError,
|
|
9
10
|
HTTPValidationError$zodSchema,
|
|
10
11
|
} from "./httpvalidationerror.js";
|
|
11
|
-
import {
|
|
12
|
-
RoutersAgentsAgentResponse,
|
|
13
|
-
RoutersAgentsAgentResponse$zodSchema,
|
|
14
|
-
} from "./routersagentsagentresponse.js";
|
|
15
12
|
|
|
16
13
|
export type UpdateAgentEndpointAgentsAgentUuidPutRequest = {
|
|
17
14
|
agent_uuid: string;
|
|
@@ -28,12 +25,12 @@ export const UpdateAgentEndpointAgentsAgentUuidPutRequest$zodSchema: z.ZodType<
|
|
|
28
25
|
});
|
|
29
26
|
|
|
30
27
|
export type UpdateAgentEndpointAgentsAgentUuidPutResponse =
|
|
31
|
-
|
|
|
28
|
+
| AgentResponse
|
|
32
29
|
| HTTPValidationError;
|
|
33
30
|
|
|
34
31
|
export const UpdateAgentEndpointAgentsAgentUuidPutResponse$zodSchema: z.ZodType<
|
|
35
32
|
UpdateAgentEndpointAgentsAgentUuidPutResponse
|
|
36
33
|
> = z.union([
|
|
37
|
-
|
|
34
|
+
AgentResponse$zodSchema,
|
|
38
35
|
HTTPValidationError$zodSchema,
|
|
39
36
|
]);
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import {
|
|
7
|
+
AnnotatorResponse,
|
|
8
|
+
AnnotatorResponse$zodSchema,
|
|
9
|
+
} from "./annotatorresponse.js";
|
|
10
|
+
import {
|
|
11
|
+
AnnotatorUpdate,
|
|
12
|
+
AnnotatorUpdate$zodSchema,
|
|
13
|
+
} from "./annotatorupdate.js";
|
|
14
|
+
import {
|
|
15
|
+
HTTPValidationError,
|
|
16
|
+
HTTPValidationError$zodSchema,
|
|
17
|
+
} from "./httpvalidationerror.js";
|
|
18
|
+
|
|
19
|
+
export type UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutRequest = {
|
|
20
|
+
annotator_uuid: string;
|
|
21
|
+
xAPIKey?: string | null | undefined;
|
|
22
|
+
body: AnnotatorUpdate;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export const UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutRequest$zodSchema:
|
|
26
|
+
z.ZodType<UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutRequest> = z
|
|
27
|
+
.object({
|
|
28
|
+
annotator_uuid: z.string().describe("Annotator to update"),
|
|
29
|
+
body: AnnotatorUpdate$zodSchema,
|
|
30
|
+
xAPIKey: z.string().nullable().optional(),
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export type UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutResponse =
|
|
34
|
+
| AnnotatorResponse
|
|
35
|
+
| HTTPValidationError;
|
|
36
|
+
|
|
37
|
+
export const UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutResponse$zodSchema:
|
|
38
|
+
z.ZodType<UpdateAnnotatorEndpointAnnotatorsAnnotatorUuidPutResponse> = z
|
|
39
|
+
.union([
|
|
40
|
+
AnnotatorResponse$zodSchema,
|
|
41
|
+
HTTPValidationError$zodSchema,
|
|
42
|
+
]);
|
package/src/tool-names.ts
CHANGED
|
@@ -139,5 +139,17 @@ export const toolNames: Array<{ name: string; description: string }>= [
|
|
|
139
139
|
{
|
|
140
140
|
"name": "get-annotation-summary",
|
|
141
141
|
"description": "Get a paginated summary table for a task, with each item's evaluator values and human labels.\n"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "create-annotator",
|
|
145
|
+
"description": "Create an annotator, a human labeller who can be assigned annotation tasks.\n"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "list-annotators",
|
|
149
|
+
"description": "List your annotators with their job counts and agreement scores.\n"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "update-annotator",
|
|
153
|
+
"description": "Rename an annotator in your workspace.\n"
|
|
142
154
|
}
|
|
143
155
|
];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"routersagentsagentresponse.d.ts","sourceRoot":"","sources":["../../src/models/routersagentsagentresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;;;;GAKG;AACH,eAAO,MAAM,8BAA8B;;;CAGjC,CAAC;AACX;;;;;GAKG;AACH,MAAM,MAAM,8BAA8B,GAAG,UAAU,CACrD,OAAO,8BAA8B,CACtC,CAAC;AAEF,eAAO,MAAM,wCAAwC;;;EAKpD,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,8BAA8B,CAAC;IACrC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,0BAA0B,CAc1B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"routersagentsagentresponse.js","sourceRoot":"","sources":["../../src/models/routersagentsagentresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;;;;GAKG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;CAChB,CAAC;AAWX,MAAM,CAAC,MAAM,wCAAwC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC7D,OAAO;IACP,YAAY;CACb,CAAC,CAAC,QAAQ,CACT,+FAA+F,CAChG,CAAC;AAWF,MAAM,CAAC,MAAM,oCAAoC,GAE7C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAClE,qBAAqB,CACtB;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IAC5E,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mBAAmB,CAAC;IAC9C,IAAI,EAAE,wCAAwC,CAAC,QAAQ,CACrD,+FAA+F,CAChG;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,gDAAgD,CACjD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;CAC7C,CAAC,CAAC"}
|