@hashgraphonline/standards-agent-kit 0.2.112 → 0.2.113
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/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/standards-agent-kit.cjs +1 -1
- package/dist/cjs/standards-agent-kit.cjs.map +1 -1
- package/dist/cjs/tools/hcs6/CreateDynamicRegistryTool.d.ts +44 -0
- package/dist/cjs/tools/hcs6/QueryDynamicRegistryTool.d.ts +50 -0
- package/dist/cjs/tools/hcs6/RegisterDynamicHashinalTool.d.ts +102 -0
- package/dist/cjs/tools/hcs6/UpdateDynamicHashinalTool.d.ts +96 -0
- package/dist/cjs/tools/hcs6/base-hcs6-tools.d.ts +28 -0
- package/dist/cjs/tools/hcs6/hcs6-tool-params.d.ts +18 -0
- package/dist/cjs/tools/hcs6/index.d.ts +6 -0
- package/dist/cjs/tools/index.d.ts +1 -0
- package/dist/cjs/tools/inscriber/InscribeFromBufferTool.d.ts +4 -4
- package/dist/es/index.d.ts +1 -1
- package/dist/es/standards-agent-kit.es.js +44 -31
- package/dist/es/standards-agent-kit.es.js.map +1 -1
- package/dist/es/standards-agent-kit.es10.js +27 -27
- package/dist/es/standards-agent-kit.es10.js.map +1 -1
- package/dist/es/standards-agent-kit.es11.js +20 -30
- package/dist/es/standards-agent-kit.es11.js.map +1 -1
- package/dist/es/standards-agent-kit.es12.js +27 -37
- package/dist/es/standards-agent-kit.es12.js.map +1 -1
- package/dist/es/standards-agent-kit.es13.js +48 -60
- package/dist/es/standards-agent-kit.es13.js.map +1 -1
- package/dist/es/standards-agent-kit.es14.js +60 -23
- package/dist/es/standards-agent-kit.es14.js.map +1 -1
- package/dist/es/standards-agent-kit.es15.js +23 -23
- package/dist/es/standards-agent-kit.es15.js.map +1 -1
- package/dist/es/standards-agent-kit.es16.js +23 -33
- package/dist/es/standards-agent-kit.es16.js.map +1 -1
- package/dist/es/standards-agent-kit.es17.js +34 -10
- package/dist/es/standards-agent-kit.es17.js.map +1 -1
- package/dist/es/standards-agent-kit.es18.js +16 -155
- package/dist/es/standards-agent-kit.es18.js.map +1 -1
- package/dist/es/standards-agent-kit.es19.js +150 -22
- package/dist/es/standards-agent-kit.es19.js.map +1 -1
- package/dist/es/standards-agent-kit.es20.js +25 -39
- package/dist/es/standards-agent-kit.es20.js.map +1 -1
- package/dist/es/standards-agent-kit.es21.js +26 -28
- package/dist/es/standards-agent-kit.es21.js.map +1 -1
- package/dist/es/standards-agent-kit.es22.js +16 -19
- package/dist/es/standards-agent-kit.es22.js.map +1 -1
- package/dist/es/standards-agent-kit.es23.js +21 -15
- package/dist/es/standards-agent-kit.es23.js.map +1 -1
- package/dist/es/standards-agent-kit.es24.js +18 -21
- package/dist/es/standards-agent-kit.es24.js.map +1 -1
- package/dist/es/standards-agent-kit.es25.js +35 -32
- package/dist/es/standards-agent-kit.es25.js.map +1 -1
- package/dist/es/standards-agent-kit.es26.js +38 -25
- package/dist/es/standards-agent-kit.es26.js.map +1 -1
- package/dist/es/standards-agent-kit.es27.js +25 -116
- package/dist/es/standards-agent-kit.es27.js.map +1 -1
- package/dist/es/standards-agent-kit.es28.js +33 -166
- package/dist/es/standards-agent-kit.es28.js.map +1 -1
- package/dist/es/standards-agent-kit.es29.js +42 -121
- package/dist/es/standards-agent-kit.es29.js.map +1 -1
- package/dist/es/standards-agent-kit.es30.js +40 -77
- package/dist/es/standards-agent-kit.es30.js.map +1 -1
- package/dist/es/standards-agent-kit.es31.js +42 -37
- package/dist/es/standards-agent-kit.es31.js.map +1 -1
- package/dist/es/standards-agent-kit.es32.js +20 -237
- package/dist/es/standards-agent-kit.es32.js.map +1 -1
- package/dist/es/standards-agent-kit.es33.js +154 -135
- package/dist/es/standards-agent-kit.es33.js.map +1 -1
- package/dist/es/standards-agent-kit.es34.js +168 -23
- package/dist/es/standards-agent-kit.es34.js.map +1 -1
- package/dist/es/standards-agent-kit.es35.js +126 -21
- package/dist/es/standards-agent-kit.es35.js.map +1 -1
- package/dist/es/standards-agent-kit.es36.js +86 -3
- package/dist/es/standards-agent-kit.es36.js.map +1 -1
- package/dist/es/standards-agent-kit.es37.js +45 -0
- package/dist/es/standards-agent-kit.es37.js.map +1 -0
- package/dist/es/standards-agent-kit.es38.js +249 -0
- package/dist/es/standards-agent-kit.es38.js.map +1 -0
- package/dist/es/standards-agent-kit.es39.js +141 -0
- package/dist/es/standards-agent-kit.es39.js.map +1 -0
- package/dist/es/standards-agent-kit.es4.js +65 -32
- package/dist/es/standards-agent-kit.es4.js.map +1 -1
- package/dist/es/standards-agent-kit.es40.js +33 -0
- package/dist/es/standards-agent-kit.es40.js.map +1 -0
- package/dist/es/standards-agent-kit.es41.js +28 -0
- package/dist/es/standards-agent-kit.es41.js.map +1 -0
- package/dist/es/standards-agent-kit.es42.js +7 -0
- package/dist/es/standards-agent-kit.es42.js.map +1 -0
- package/dist/es/standards-agent-kit.es5.js +35 -311
- package/dist/es/standards-agent-kit.es5.js.map +1 -1
- package/dist/es/standards-agent-kit.es6.js +320 -20
- package/dist/es/standards-agent-kit.es6.js.map +1 -1
- package/dist/es/standards-agent-kit.es7.js +19 -227
- package/dist/es/standards-agent-kit.es7.js.map +1 -1
- package/dist/es/standards-agent-kit.es8.js +216 -65
- package/dist/es/standards-agent-kit.es8.js.map +1 -1
- package/dist/es/standards-agent-kit.es9.js +72 -23
- package/dist/es/standards-agent-kit.es9.js.map +1 -1
- package/dist/es/tools/hcs6/CreateDynamicRegistryTool.d.ts +44 -0
- package/dist/es/tools/hcs6/QueryDynamicRegistryTool.d.ts +50 -0
- package/dist/es/tools/hcs6/RegisterDynamicHashinalTool.d.ts +102 -0
- package/dist/es/tools/hcs6/UpdateDynamicHashinalTool.d.ts +96 -0
- package/dist/es/tools/hcs6/base-hcs6-tools.d.ts +28 -0
- package/dist/es/tools/hcs6/hcs6-tool-params.d.ts +18 -0
- package/dist/es/tools/hcs6/index.d.ts +6 -0
- package/dist/es/tools/index.d.ts +1 -0
- package/dist/es/tools/inscriber/InscribeFromBufferTool.d.ts +4 -4
- package/dist/umd/index.d.ts +1 -1
- package/dist/umd/standards-agent-kit.umd.js +1 -1
- package/dist/umd/standards-agent-kit.umd.js.map +1 -1
- package/dist/umd/tools/hcs6/CreateDynamicRegistryTool.d.ts +44 -0
- package/dist/umd/tools/hcs6/QueryDynamicRegistryTool.d.ts +50 -0
- package/dist/umd/tools/hcs6/RegisterDynamicHashinalTool.d.ts +102 -0
- package/dist/umd/tools/hcs6/UpdateDynamicHashinalTool.d.ts +96 -0
- package/dist/umd/tools/hcs6/base-hcs6-tools.d.ts +28 -0
- package/dist/umd/tools/hcs6/hcs6-tool-params.d.ts +18 -0
- package/dist/umd/tools/hcs6/index.d.ts +6 -0
- package/dist/umd/tools/index.d.ts +1 -0
- package/dist/umd/tools/inscriber/InscribeFromBufferTool.d.ts +4 -4
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/src/tools/hcs6/CreateDynamicRegistryTool.ts +66 -0
- package/src/tools/hcs6/QueryDynamicRegistryTool.ts +72 -0
- package/src/tools/hcs6/RegisterDynamicHashinalTool.ts +79 -0
- package/src/tools/hcs6/UpdateDynamicHashinalTool.ts +74 -0
- package/src/tools/hcs6/base-hcs6-tools.ts +63 -0
- package/src/tools/hcs6/hcs6-tool-params.ts +21 -0
- package/src/tools/hcs6/index.ts +6 -0
- package/src/tools/index.ts +1 -0
- package/src/tools/inscriber/InscribeFromBufferTool.ts +1 -1
- package/src/tools/inscriber/InscribeFromUrlTool.ts +60 -7
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { BaseHCS6TransactionTool } from './base-hcs6-tools';
|
|
3
|
+
import { HCS6TransactionToolParams } from './hcs6-tool-params';
|
|
4
|
+
import { TransactionResponse } from 'hedera-agent-kit';
|
|
5
|
+
/**
|
|
6
|
+
* Schema for creating a dynamic hashinal registry
|
|
7
|
+
*/
|
|
8
|
+
declare const CreateDynamicRegistrySchema: z.ZodObject<{
|
|
9
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
10
|
+
adminKey: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString]>>;
|
|
11
|
+
submitKey: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString]>>;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
ttl: number;
|
|
14
|
+
adminKey?: string | boolean | undefined;
|
|
15
|
+
submitKey?: string | boolean | undefined;
|
|
16
|
+
}, {
|
|
17
|
+
ttl?: number | undefined;
|
|
18
|
+
adminKey?: string | boolean | undefined;
|
|
19
|
+
submitKey?: string | boolean | undefined;
|
|
20
|
+
}>;
|
|
21
|
+
export type CreateDynamicRegistryInput = z.infer<typeof CreateDynamicRegistrySchema>;
|
|
22
|
+
/**
|
|
23
|
+
* Tool for creating HCS-6 dynamic registries
|
|
24
|
+
*/
|
|
25
|
+
export declare class CreateDynamicRegistryTool extends BaseHCS6TransactionTool<typeof CreateDynamicRegistrySchema> {
|
|
26
|
+
name: string;
|
|
27
|
+
description: string;
|
|
28
|
+
schema: z.ZodObject<{
|
|
29
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
30
|
+
adminKey: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString]>>;
|
|
31
|
+
submitKey: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString]>>;
|
|
32
|
+
}, "strip", z.ZodTypeAny, {
|
|
33
|
+
ttl: number;
|
|
34
|
+
adminKey?: string | boolean | undefined;
|
|
35
|
+
submitKey?: string | boolean | undefined;
|
|
36
|
+
}, {
|
|
37
|
+
ttl?: number | undefined;
|
|
38
|
+
adminKey?: string | boolean | undefined;
|
|
39
|
+
submitKey?: string | boolean | undefined;
|
|
40
|
+
}>;
|
|
41
|
+
constructor(params: HCS6TransactionToolParams);
|
|
42
|
+
protected _call(params: CreateDynamicRegistryInput): Promise<TransactionResponse>;
|
|
43
|
+
}
|
|
44
|
+
export {};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { BaseHCS6QueryTool } from './base-hcs6-tools';
|
|
3
|
+
import { HCS6QueryToolParams } from './hcs6-tool-params';
|
|
4
|
+
import { TransactionResponse } from 'hedera-agent-kit';
|
|
5
|
+
/**
|
|
6
|
+
* Schema for querying a dynamic registry
|
|
7
|
+
*/
|
|
8
|
+
declare const QueryDynamicRegistrySchema: z.ZodObject<{
|
|
9
|
+
topicId: z.ZodString;
|
|
10
|
+
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
11
|
+
order: z.ZodDefault<z.ZodOptional<z.ZodEnum<["asc", "desc"]>>>;
|
|
12
|
+
skip: z.ZodOptional<z.ZodNumber>;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
topicId: string;
|
|
15
|
+
limit: number;
|
|
16
|
+
order: "asc" | "desc";
|
|
17
|
+
skip?: number | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
topicId: string;
|
|
20
|
+
limit?: number | undefined;
|
|
21
|
+
order?: "asc" | "desc" | undefined;
|
|
22
|
+
skip?: number | undefined;
|
|
23
|
+
}>;
|
|
24
|
+
export type QueryDynamicRegistryInput = z.infer<typeof QueryDynamicRegistrySchema>;
|
|
25
|
+
/**
|
|
26
|
+
* Tool for querying HCS-6 dynamic registries
|
|
27
|
+
*/
|
|
28
|
+
export declare class QueryDynamicRegistryTool extends BaseHCS6QueryTool<typeof QueryDynamicRegistrySchema> {
|
|
29
|
+
name: string;
|
|
30
|
+
description: string;
|
|
31
|
+
schema: z.ZodObject<{
|
|
32
|
+
topicId: z.ZodString;
|
|
33
|
+
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
34
|
+
order: z.ZodDefault<z.ZodOptional<z.ZodEnum<["asc", "desc"]>>>;
|
|
35
|
+
skip: z.ZodOptional<z.ZodNumber>;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
topicId: string;
|
|
38
|
+
limit: number;
|
|
39
|
+
order: "asc" | "desc";
|
|
40
|
+
skip?: number | undefined;
|
|
41
|
+
}, {
|
|
42
|
+
topicId: string;
|
|
43
|
+
limit?: number | undefined;
|
|
44
|
+
order?: "asc" | "desc" | undefined;
|
|
45
|
+
skip?: number | undefined;
|
|
46
|
+
}>;
|
|
47
|
+
constructor(params: HCS6QueryToolParams);
|
|
48
|
+
protected _call(params: QueryDynamicRegistryInput): Promise<TransactionResponse>;
|
|
49
|
+
}
|
|
50
|
+
export {};
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { BaseHCS6TransactionTool } from './base-hcs6-tools';
|
|
3
|
+
import { HCS6TransactionToolParams } from './hcs6-tool-params';
|
|
4
|
+
import { TransactionResponse } from 'hedera-agent-kit';
|
|
5
|
+
/**
|
|
6
|
+
* Schema for registering a dynamic hashinal
|
|
7
|
+
*/
|
|
8
|
+
declare const RegisterDynamicHashinalSchema: z.ZodObject<{
|
|
9
|
+
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
10
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
11
|
+
base64: z.ZodOptional<z.ZodString>;
|
|
12
|
+
url: z.ZodOptional<z.ZodString>;
|
|
13
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
base64?: string | undefined;
|
|
16
|
+
url?: string | undefined;
|
|
17
|
+
mimeType?: string | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
base64?: string | undefined;
|
|
20
|
+
url?: string | undefined;
|
|
21
|
+
mimeType?: string | undefined;
|
|
22
|
+
}>>;
|
|
23
|
+
memo: z.ZodOptional<z.ZodString>;
|
|
24
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
25
|
+
registryTopicId: z.ZodOptional<z.ZodString>;
|
|
26
|
+
submitKey: z.ZodOptional<z.ZodString>;
|
|
27
|
+
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
metadata: Record<string, unknown>;
|
|
29
|
+
ttl: number;
|
|
30
|
+
data?: {
|
|
31
|
+
base64?: string | undefined;
|
|
32
|
+
url?: string | undefined;
|
|
33
|
+
mimeType?: string | undefined;
|
|
34
|
+
} | undefined;
|
|
35
|
+
memo?: string | undefined;
|
|
36
|
+
submitKey?: string | undefined;
|
|
37
|
+
registryTopicId?: string | undefined;
|
|
38
|
+
}, {
|
|
39
|
+
metadata: Record<string, unknown>;
|
|
40
|
+
data?: {
|
|
41
|
+
base64?: string | undefined;
|
|
42
|
+
url?: string | undefined;
|
|
43
|
+
mimeType?: string | undefined;
|
|
44
|
+
} | undefined;
|
|
45
|
+
memo?: string | undefined;
|
|
46
|
+
ttl?: number | undefined;
|
|
47
|
+
submitKey?: string | undefined;
|
|
48
|
+
registryTopicId?: string | undefined;
|
|
49
|
+
}>;
|
|
50
|
+
export type RegisterDynamicHashinalInput = z.infer<typeof RegisterDynamicHashinalSchema>;
|
|
51
|
+
/**
|
|
52
|
+
* Tool for registering (creating) dynamic hashinals
|
|
53
|
+
*/
|
|
54
|
+
export declare class RegisterDynamicHashinalTool extends BaseHCS6TransactionTool<typeof RegisterDynamicHashinalSchema> {
|
|
55
|
+
name: string;
|
|
56
|
+
description: string;
|
|
57
|
+
schema: z.ZodObject<{
|
|
58
|
+
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
59
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
60
|
+
base64: z.ZodOptional<z.ZodString>;
|
|
61
|
+
url: z.ZodOptional<z.ZodString>;
|
|
62
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
63
|
+
}, "strip", z.ZodTypeAny, {
|
|
64
|
+
base64?: string | undefined;
|
|
65
|
+
url?: string | undefined;
|
|
66
|
+
mimeType?: string | undefined;
|
|
67
|
+
}, {
|
|
68
|
+
base64?: string | undefined;
|
|
69
|
+
url?: string | undefined;
|
|
70
|
+
mimeType?: string | undefined;
|
|
71
|
+
}>>;
|
|
72
|
+
memo: z.ZodOptional<z.ZodString>;
|
|
73
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
74
|
+
registryTopicId: z.ZodOptional<z.ZodString>;
|
|
75
|
+
submitKey: z.ZodOptional<z.ZodString>;
|
|
76
|
+
}, "strip", z.ZodTypeAny, {
|
|
77
|
+
metadata: Record<string, unknown>;
|
|
78
|
+
ttl: number;
|
|
79
|
+
data?: {
|
|
80
|
+
base64?: string | undefined;
|
|
81
|
+
url?: string | undefined;
|
|
82
|
+
mimeType?: string | undefined;
|
|
83
|
+
} | undefined;
|
|
84
|
+
memo?: string | undefined;
|
|
85
|
+
submitKey?: string | undefined;
|
|
86
|
+
registryTopicId?: string | undefined;
|
|
87
|
+
}, {
|
|
88
|
+
metadata: Record<string, unknown>;
|
|
89
|
+
data?: {
|
|
90
|
+
base64?: string | undefined;
|
|
91
|
+
url?: string | undefined;
|
|
92
|
+
mimeType?: string | undefined;
|
|
93
|
+
} | undefined;
|
|
94
|
+
memo?: string | undefined;
|
|
95
|
+
ttl?: number | undefined;
|
|
96
|
+
submitKey?: string | undefined;
|
|
97
|
+
registryTopicId?: string | undefined;
|
|
98
|
+
}>;
|
|
99
|
+
constructor(params: HCS6TransactionToolParams);
|
|
100
|
+
protected _call(params: RegisterDynamicHashinalInput): Promise<TransactionResponse>;
|
|
101
|
+
}
|
|
102
|
+
export {};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { BaseHCS6TransactionTool } from './base-hcs6-tools';
|
|
3
|
+
import { HCS6TransactionToolParams } from './hcs6-tool-params';
|
|
4
|
+
import { TransactionResponse } from 'hedera-agent-kit';
|
|
5
|
+
/**
|
|
6
|
+
* Schema for updating a dynamic hashinal
|
|
7
|
+
*/
|
|
8
|
+
declare const UpdateDynamicHashinalSchema: z.ZodObject<{
|
|
9
|
+
registryTopicId: z.ZodString;
|
|
10
|
+
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
11
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
12
|
+
base64: z.ZodOptional<z.ZodString>;
|
|
13
|
+
url: z.ZodOptional<z.ZodString>;
|
|
14
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
15
|
+
}, "strip", z.ZodTypeAny, {
|
|
16
|
+
base64?: string | undefined;
|
|
17
|
+
url?: string | undefined;
|
|
18
|
+
mimeType?: string | undefined;
|
|
19
|
+
}, {
|
|
20
|
+
base64?: string | undefined;
|
|
21
|
+
url?: string | undefined;
|
|
22
|
+
mimeType?: string | undefined;
|
|
23
|
+
}>>;
|
|
24
|
+
memo: z.ZodOptional<z.ZodString>;
|
|
25
|
+
submitKey: z.ZodString;
|
|
26
|
+
}, "strip", z.ZodTypeAny, {
|
|
27
|
+
metadata: Record<string, unknown>;
|
|
28
|
+
submitKey: string;
|
|
29
|
+
registryTopicId: string;
|
|
30
|
+
data?: {
|
|
31
|
+
base64?: string | undefined;
|
|
32
|
+
url?: string | undefined;
|
|
33
|
+
mimeType?: string | undefined;
|
|
34
|
+
} | undefined;
|
|
35
|
+
memo?: string | undefined;
|
|
36
|
+
}, {
|
|
37
|
+
metadata: Record<string, unknown>;
|
|
38
|
+
submitKey: string;
|
|
39
|
+
registryTopicId: string;
|
|
40
|
+
data?: {
|
|
41
|
+
base64?: string | undefined;
|
|
42
|
+
url?: string | undefined;
|
|
43
|
+
mimeType?: string | undefined;
|
|
44
|
+
} | undefined;
|
|
45
|
+
memo?: string | undefined;
|
|
46
|
+
}>;
|
|
47
|
+
export type UpdateDynamicHashinalInput = z.infer<typeof UpdateDynamicHashinalSchema>;
|
|
48
|
+
/**
|
|
49
|
+
* Tool for updating dynamic hashinals
|
|
50
|
+
*/
|
|
51
|
+
export declare class UpdateDynamicHashinalTool extends BaseHCS6TransactionTool<typeof UpdateDynamicHashinalSchema> {
|
|
52
|
+
name: string;
|
|
53
|
+
description: string;
|
|
54
|
+
schema: z.ZodObject<{
|
|
55
|
+
registryTopicId: z.ZodString;
|
|
56
|
+
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
57
|
+
data: z.ZodOptional<z.ZodObject<{
|
|
58
|
+
base64: z.ZodOptional<z.ZodString>;
|
|
59
|
+
url: z.ZodOptional<z.ZodString>;
|
|
60
|
+
mimeType: z.ZodOptional<z.ZodString>;
|
|
61
|
+
}, "strip", z.ZodTypeAny, {
|
|
62
|
+
base64?: string | undefined;
|
|
63
|
+
url?: string | undefined;
|
|
64
|
+
mimeType?: string | undefined;
|
|
65
|
+
}, {
|
|
66
|
+
base64?: string | undefined;
|
|
67
|
+
url?: string | undefined;
|
|
68
|
+
mimeType?: string | undefined;
|
|
69
|
+
}>>;
|
|
70
|
+
memo: z.ZodOptional<z.ZodString>;
|
|
71
|
+
submitKey: z.ZodString;
|
|
72
|
+
}, "strip", z.ZodTypeAny, {
|
|
73
|
+
metadata: Record<string, unknown>;
|
|
74
|
+
submitKey: string;
|
|
75
|
+
registryTopicId: string;
|
|
76
|
+
data?: {
|
|
77
|
+
base64?: string | undefined;
|
|
78
|
+
url?: string | undefined;
|
|
79
|
+
mimeType?: string | undefined;
|
|
80
|
+
} | undefined;
|
|
81
|
+
memo?: string | undefined;
|
|
82
|
+
}, {
|
|
83
|
+
metadata: Record<string, unknown>;
|
|
84
|
+
submitKey: string;
|
|
85
|
+
registryTopicId: string;
|
|
86
|
+
data?: {
|
|
87
|
+
base64?: string | undefined;
|
|
88
|
+
url?: string | undefined;
|
|
89
|
+
mimeType?: string | undefined;
|
|
90
|
+
} | undefined;
|
|
91
|
+
memo?: string | undefined;
|
|
92
|
+
}>;
|
|
93
|
+
constructor(params: HCS6TransactionToolParams);
|
|
94
|
+
protected _call(params: UpdateDynamicHashinalInput): Promise<TransactionResponse>;
|
|
95
|
+
}
|
|
96
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { BaseHederaTransactionTool, BaseHederaQueryTool, BaseServiceBuilder } from 'hedera-agent-kit';
|
|
2
|
+
import { HCS6Builder } from '../../builders/hcs6/hcs6-builder';
|
|
3
|
+
import { HCS6TransactionToolParams, HCS6QueryToolParams } from './hcs6-tool-params';
|
|
4
|
+
import { z } from 'zod';
|
|
5
|
+
/**
|
|
6
|
+
* Base class for HCS6 transaction tools
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class BaseHCS6TransactionTool<T extends z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny> = z.ZodObject<z.ZodRawShape>> extends BaseHederaTransactionTool<T> {
|
|
9
|
+
protected hcs6Builder: HCS6Builder;
|
|
10
|
+
namespace: "hcs6";
|
|
11
|
+
constructor(params: HCS6TransactionToolParams);
|
|
12
|
+
/**
|
|
13
|
+
* Override to return the HCS6Builder
|
|
14
|
+
*/
|
|
15
|
+
protected getServiceBuilder(): BaseServiceBuilder;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Base class for HCS6 query tools
|
|
19
|
+
*/
|
|
20
|
+
export declare abstract class BaseHCS6QueryTool<T extends z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny> = z.ZodObject<z.ZodRawShape>> extends BaseHederaQueryTool<T> {
|
|
21
|
+
protected hcs6Builder: HCS6Builder;
|
|
22
|
+
namespace: "hcs6";
|
|
23
|
+
constructor(params: HCS6QueryToolParams);
|
|
24
|
+
/**
|
|
25
|
+
* Override to return the HCS6Builder
|
|
26
|
+
*/
|
|
27
|
+
protected getServiceBuilder(): BaseServiceBuilder;
|
|
28
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HederaAgentKit, BasePluginContext } from 'hedera-agent-kit';
|
|
2
|
+
import { HCS6Builder } from '../../builders/hcs6/hcs6-builder';
|
|
3
|
+
/**
|
|
4
|
+
* Parameters for HCS6 transaction tools
|
|
5
|
+
*/
|
|
6
|
+
export interface HCS6TransactionToolParams {
|
|
7
|
+
hederaKit: HederaAgentKit;
|
|
8
|
+
hcs6Builder: HCS6Builder;
|
|
9
|
+
logger?: BasePluginContext['logger'];
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Parameters for HCS6 query tools
|
|
13
|
+
*/
|
|
14
|
+
export interface HCS6QueryToolParams {
|
|
15
|
+
hederaKit: HederaAgentKit;
|
|
16
|
+
hcs6Builder: HCS6Builder;
|
|
17
|
+
logger?: BasePluginContext['logger'];
|
|
18
|
+
}
|
|
@@ -20,23 +20,23 @@ declare const inscribeFromBufferSchema: z.ZodObject<{
|
|
|
20
20
|
base64Data: string;
|
|
21
21
|
tags?: string[] | undefined;
|
|
22
22
|
metadata?: Record<string, unknown> | undefined;
|
|
23
|
+
mimeType?: string | undefined;
|
|
23
24
|
mode?: "file" | "hashinal" | undefined;
|
|
24
25
|
chunkSize?: number | undefined;
|
|
25
26
|
waitForConfirmation?: boolean | undefined;
|
|
26
27
|
apiKey?: string | undefined;
|
|
27
28
|
timeoutMs?: number | undefined;
|
|
28
|
-
mimeType?: string | undefined;
|
|
29
29
|
}, {
|
|
30
30
|
fileName: string;
|
|
31
31
|
base64Data: string;
|
|
32
32
|
tags?: string[] | undefined;
|
|
33
33
|
metadata?: Record<string, unknown> | undefined;
|
|
34
|
+
mimeType?: string | undefined;
|
|
34
35
|
mode?: "file" | "hashinal" | undefined;
|
|
35
36
|
chunkSize?: number | undefined;
|
|
36
37
|
waitForConfirmation?: boolean | undefined;
|
|
37
38
|
apiKey?: string | undefined;
|
|
38
39
|
timeoutMs?: number | undefined;
|
|
39
|
-
mimeType?: string | undefined;
|
|
40
40
|
}>;
|
|
41
41
|
/**
|
|
42
42
|
* Tool for inscribing content from buffer
|
|
@@ -60,23 +60,23 @@ export declare class InscribeFromBufferTool extends BaseInscriberQueryTool<typeo
|
|
|
60
60
|
base64Data: string;
|
|
61
61
|
tags?: string[] | undefined;
|
|
62
62
|
metadata?: Record<string, unknown> | undefined;
|
|
63
|
+
mimeType?: string | undefined;
|
|
63
64
|
mode?: "file" | "hashinal" | undefined;
|
|
64
65
|
chunkSize?: number | undefined;
|
|
65
66
|
waitForConfirmation?: boolean | undefined;
|
|
66
67
|
apiKey?: string | undefined;
|
|
67
68
|
timeoutMs?: number | undefined;
|
|
68
|
-
mimeType?: string | undefined;
|
|
69
69
|
}, {
|
|
70
70
|
fileName: string;
|
|
71
71
|
base64Data: string;
|
|
72
72
|
tags?: string[] | undefined;
|
|
73
73
|
metadata?: Record<string, unknown> | undefined;
|
|
74
|
+
mimeType?: string | undefined;
|
|
74
75
|
mode?: "file" | "hashinal" | undefined;
|
|
75
76
|
chunkSize?: number | undefined;
|
|
76
77
|
waitForConfirmation?: boolean | undefined;
|
|
77
78
|
apiKey?: string | undefined;
|
|
78
79
|
timeoutMs?: number | undefined;
|
|
79
|
-
mimeType?: string | undefined;
|
|
80
80
|
}>;
|
|
81
81
|
protected executeQuery(params: z.infer<typeof inscribeFromBufferSchema>, _runManager?: CallbackManagerForToolRun): Promise<unknown>;
|
|
82
82
|
}
|
package/dist/es/index.d.ts
CHANGED
|
@@ -2,6 +2,6 @@ export * from './tools';
|
|
|
2
2
|
export * from './state';
|
|
3
3
|
export * from './init';
|
|
4
4
|
export * from './plugins';
|
|
5
|
-
export { HCS10Builder, HCS2Builder, InscriberBuilder } from './builders';
|
|
5
|
+
export { HCS10Builder, HCS2Builder, HCS6Builder, InscriberBuilder } from './builders';
|
|
6
6
|
export type { ExecuteResult } from './builders';
|
|
7
7
|
export { HCS10Client } from './hcs10';
|
|
@@ -1,48 +1,57 @@
|
|
|
1
1
|
import { HCS10Builder } from "./standards-agent-kit.es2.js";
|
|
2
2
|
import { HCS2Builder } from "./standards-agent-kit.es3.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
3
|
+
import { HCS6Builder } from "./standards-agent-kit.es4.js";
|
|
4
|
+
import { InscriberBuilder } from "./standards-agent-kit.es5.js";
|
|
5
|
+
import { HCS10Client } from "./standards-agent-kit.es6.js";
|
|
6
|
+
import { BaseHCS10QueryTool, BaseHCS10TransactionTool } from "./standards-agent-kit.es7.js";
|
|
7
|
+
import { RegisterAgentTool } from "./standards-agent-kit.es8.js";
|
|
8
|
+
import { SendMessageToConnectionTool } from "./standards-agent-kit.es9.js";
|
|
9
|
+
import { InitiateConnectionTool } from "./standards-agent-kit.es10.js";
|
|
10
|
+
import { ListConnectionsTool } from "./standards-agent-kit.es11.js";
|
|
11
|
+
import { CheckMessagesTool } from "./standards-agent-kit.es12.js";
|
|
12
|
+
import { FindRegistrationsTool } from "./standards-agent-kit.es13.js";
|
|
13
|
+
import { ConnectionMonitorTool } from "./standards-agent-kit.es14.js";
|
|
14
|
+
import { ManageConnectionRequestsTool } from "./standards-agent-kit.es15.js";
|
|
15
|
+
import { AcceptConnectionRequestTool } from "./standards-agent-kit.es16.js";
|
|
16
|
+
import { RetrieveProfileTool } from "./standards-agent-kit.es17.js";
|
|
17
|
+
import { ListUnapprovedConnectionRequestsTool } from "./standards-agent-kit.es18.js";
|
|
18
|
+
import { NaturalLanguageMapper } from "./standards-agent-kit.es19.js";
|
|
19
|
+
import { BaseHCS2QueryTool, BaseHCS2TransactionTool } from "./standards-agent-kit.es20.js";
|
|
20
|
+
import { CreateRegistryTool } from "./standards-agent-kit.es21.js";
|
|
21
|
+
import { RegisterEntryTool } from "./standards-agent-kit.es22.js";
|
|
22
|
+
import { UpdateEntryTool } from "./standards-agent-kit.es23.js";
|
|
23
|
+
import { DeleteEntryTool } from "./standards-agent-kit.es24.js";
|
|
24
|
+
import { MigrateRegistryTool } from "./standards-agent-kit.es25.js";
|
|
25
|
+
import { QueryRegistryTool } from "./standards-agent-kit.es26.js";
|
|
26
|
+
import { BaseHCS6QueryTool, BaseHCS6TransactionTool } from "./standards-agent-kit.es27.js";
|
|
27
|
+
import { CreateDynamicRegistryTool } from "./standards-agent-kit.es28.js";
|
|
28
|
+
import { RegisterDynamicHashinalTool } from "./standards-agent-kit.es29.js";
|
|
29
|
+
import { UpdateDynamicHashinalTool } from "./standards-agent-kit.es30.js";
|
|
30
|
+
import { QueryDynamicRegistryTool } from "./standards-agent-kit.es31.js";
|
|
31
|
+
import { BaseInscriberQueryTool, BaseInscriberTransactionTool } from "./standards-agent-kit.es32.js";
|
|
32
|
+
import { InscribeFromUrlTool } from "./standards-agent-kit.es33.js";
|
|
33
|
+
import { InscribeFromFileTool } from "./standards-agent-kit.es34.js";
|
|
34
|
+
import { InscribeFromBufferTool } from "./standards-agent-kit.es35.js";
|
|
35
|
+
import { InscribeHashinalTool } from "./standards-agent-kit.es36.js";
|
|
36
|
+
import { RetrieveInscriptionTool } from "./standards-agent-kit.es37.js";
|
|
37
|
+
import { OpenConvaiState } from "./standards-agent-kit.es38.js";
|
|
38
|
+
import { initializeStandardsAgentKit } from "./standards-agent-kit.es39.js";
|
|
33
39
|
import { BasePlugin, HederaGetHbarPriceTool, PluginRegistry } from "hedera-agent-kit";
|
|
34
|
-
import { HbarPricePlugin } from "./standards-agent-kit.
|
|
40
|
+
import { HbarPricePlugin } from "./standards-agent-kit.es40.js";
|
|
35
41
|
export {
|
|
36
42
|
AcceptConnectionRequestTool,
|
|
37
43
|
BaseHCS10QueryTool,
|
|
38
44
|
BaseHCS10TransactionTool,
|
|
39
45
|
BaseHCS2QueryTool,
|
|
40
46
|
BaseHCS2TransactionTool,
|
|
47
|
+
BaseHCS6QueryTool,
|
|
48
|
+
BaseHCS6TransactionTool,
|
|
41
49
|
BaseInscriberQueryTool,
|
|
42
50
|
BaseInscriberTransactionTool,
|
|
43
51
|
BasePlugin,
|
|
44
52
|
CheckMessagesTool,
|
|
45
53
|
ConnectionMonitorTool,
|
|
54
|
+
CreateDynamicRegistryTool,
|
|
46
55
|
CreateRegistryTool,
|
|
47
56
|
DeleteEntryTool,
|
|
48
57
|
FindRegistrationsTool,
|
|
@@ -50,6 +59,7 @@ export {
|
|
|
50
59
|
HCS10Builder,
|
|
51
60
|
HCS10Client,
|
|
52
61
|
HCS2Builder,
|
|
62
|
+
HCS6Builder,
|
|
53
63
|
HbarPricePlugin,
|
|
54
64
|
InitiateConnectionTool,
|
|
55
65
|
InscribeFromBufferTool,
|
|
@@ -64,12 +74,15 @@ export {
|
|
|
64
74
|
NaturalLanguageMapper,
|
|
65
75
|
OpenConvaiState,
|
|
66
76
|
PluginRegistry,
|
|
77
|
+
QueryDynamicRegistryTool,
|
|
67
78
|
QueryRegistryTool,
|
|
68
79
|
RegisterAgentTool,
|
|
80
|
+
RegisterDynamicHashinalTool,
|
|
69
81
|
RegisterEntryTool,
|
|
70
82
|
RetrieveInscriptionTool,
|
|
71
83
|
RetrieveProfileTool,
|
|
72
84
|
SendMessageToConnectionTool,
|
|
85
|
+
UpdateDynamicHashinalTool,
|
|
73
86
|
UpdateEntryTool,
|
|
74
87
|
initializeStandardsAgentKit
|
|
75
88
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standards-agent-kit.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"standards-agent-kit.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
"
|
|
2
|
+
import { BaseHCS10TransactionTool } from "./standards-agent-kit.es7.js";
|
|
3
|
+
const InitiateConnectionZodSchema = z.object({
|
|
4
|
+
targetAccountId: z.string().describe(
|
|
5
|
+
"The Hedera account ID (e.g., 0.0.12345) of the agent you want to connect with."
|
|
6
6
|
),
|
|
7
|
-
|
|
7
|
+
disableMonitor: z.boolean().optional().describe(
|
|
8
|
+
"If true, does not wait for connection confirmation. Returns immediately after sending the request."
|
|
9
|
+
),
|
|
10
|
+
memo: z.string().optional().describe(
|
|
11
|
+
'Optional memo to include with the connection request (e.g., "Hello from Alice"). If not provided, defaults to "true" or "false" based on monitoring preference.'
|
|
12
|
+
)
|
|
8
13
|
});
|
|
9
|
-
class
|
|
14
|
+
class InitiateConnectionTool extends BaseHCS10TransactionTool {
|
|
10
15
|
constructor(params) {
|
|
11
16
|
super(params);
|
|
12
|
-
this.name = "
|
|
13
|
-
this.description = "
|
|
14
|
-
this.specificInputSchema =
|
|
17
|
+
this.name = "initiate_connection";
|
|
18
|
+
this.description = "ONLY use this to START a BRAND NEW connection to an agent you have NEVER connected to before. If you already have an active connection to this agent, use send_message_to_connection instead. This creates a new connection request and waits for acceptance.";
|
|
19
|
+
this.specificInputSchema = InitiateConnectionZodSchema;
|
|
20
|
+
this.neverScheduleThisTool = true;
|
|
21
|
+
this.requiresMultipleTransactions = true;
|
|
15
22
|
}
|
|
16
|
-
async
|
|
17
|
-
const hcs10Builder =
|
|
18
|
-
const params = {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
params.showPending = args.showPending;
|
|
23
|
+
async callBuilderMethod(builder, specificArgs) {
|
|
24
|
+
const hcs10Builder = builder;
|
|
25
|
+
const params = {
|
|
26
|
+
targetAccountId: specificArgs.targetAccountId
|
|
27
|
+
};
|
|
28
|
+
if (specificArgs.disableMonitor !== void 0) {
|
|
29
|
+
params.disableMonitor = specificArgs.disableMonitor;
|
|
24
30
|
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
if (result.success && "rawResult" in result && result.rawResult) {
|
|
28
|
-
const raw = result.rawResult;
|
|
29
|
-
return {
|
|
30
|
-
success: true,
|
|
31
|
-
data: raw.formattedOutput || raw.message || "Connections listed"
|
|
32
|
-
};
|
|
31
|
+
if (specificArgs.memo !== void 0) {
|
|
32
|
+
params.memo = specificArgs.memo;
|
|
33
33
|
}
|
|
34
|
-
|
|
34
|
+
await hcs10Builder.initiateConnection(params);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
InitiateConnectionTool
|
|
39
39
|
};
|
|
40
40
|
//# sourceMappingURL=standards-agent-kit.es10.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standards-agent-kit.es10.js","sources":["../../src/tools/hcs10/
|
|
1
|
+
{"version":3,"file":"standards-agent-kit.es10.js","sources":["../../src/tools/hcs10/InitiateConnectionTool.ts"],"sourcesContent":["import { z } from 'zod';\nimport { BaseHCS10TransactionTool } from './base-hcs10-tools';\nimport { HCS10Builder } from '../../builders/hcs10/hcs10-builder';\nimport { HCS10TransactionToolParams } from './hcs10-tool-params';\nimport { BaseServiceBuilder } from 'hedera-agent-kit';\n\nconst InitiateConnectionZodSchema = z.object({\n targetAccountId: z\n .string()\n .describe(\n 'The Hedera account ID (e.g., 0.0.12345) of the agent you want to connect with.'\n ),\n disableMonitor: z\n .boolean()\n .optional()\n .describe(\n 'If true, does not wait for connection confirmation. Returns immediately after sending the request.'\n ),\n memo: z\n .string()\n .optional()\n .describe(\n 'Optional memo to include with the connection request (e.g., \"Hello from Alice\"). If not provided, defaults to \"true\" or \"false\" based on monitoring preference.'\n ),\n});\n\n/**\n * A tool to actively START a NEW HCS-10 connection TO a target agent.\n * Requires the target agent's account ID.\n * It retrieves their profile, sends a connection request, and optionally waits for confirmation.\n * Use this tool ONLY to actively INITIATE an OUTGOING connection.\n */\nexport class InitiateConnectionTool extends BaseHCS10TransactionTool<\n typeof InitiateConnectionZodSchema\n> {\n name = 'initiate_connection';\n description =\n 'ONLY use this to START a BRAND NEW connection to an agent you have NEVER connected to before. If you already have an active connection to this agent, use send_message_to_connection instead. This creates a new connection request and waits for acceptance.';\n specificInputSchema = InitiateConnectionZodSchema;\n constructor(params: HCS10TransactionToolParams) {\n super(params);\n this.neverScheduleThisTool = true;\n this.requiresMultipleTransactions = true;\n }\n\n protected async callBuilderMethod(\n builder: BaseServiceBuilder,\n specificArgs: z.infer<typeof InitiateConnectionZodSchema>\n ): Promise<void> {\n const hcs10Builder = builder as HCS10Builder;\n const params: {\n targetAccountId: string;\n disableMonitor?: boolean;\n memo?: string;\n } = {\n targetAccountId: specificArgs.targetAccountId,\n };\n if (specificArgs.disableMonitor !== undefined) {\n params.disableMonitor = specificArgs.disableMonitor;\n }\n if (specificArgs.memo !== undefined) {\n params.memo = specificArgs.memo;\n }\n await hcs10Builder.initiateConnection(params);\n }\n}"],"names":[],"mappings":";;AAMA,MAAM,8BAA8B,EAAE,OAAO;AAAA,EAC3C,iBAAiB,EACd,OAAA,EACA;AAAA,IACC;AAAA,EAAA;AAAA,EAEJ,gBAAgB,EACb,UACA,WACA;AAAA,IACC;AAAA,EAAA;AAAA,EAEJ,MAAM,EACH,SACA,WACA;AAAA,IACC;AAAA,EAAA;AAEN,CAAC;AAQM,MAAM,+BAA+B,yBAE1C;AAAA,EAKA,YAAY,QAAoC;AAC9C,UAAM,MAAM;AALd,SAAA,OAAO;AACP,SAAA,cACE;AACF,SAAA,sBAAsB;AAGpB,SAAK,wBAAwB;AAC7B,SAAK,+BAA+B;AAAA,EACtC;AAAA,EAEA,MAAgB,kBACd,SACA,cACe;AACf,UAAM,eAAe;AACrB,UAAM,SAIF;AAAA,MACF,iBAAiB,aAAa;AAAA,IAAA;AAEhC,QAAI,aAAa,mBAAmB,QAAW;AAC7C,aAAO,iBAAiB,aAAa;AAAA,IACvC;AACA,QAAI,aAAa,SAAS,QAAW;AACnC,aAAO,OAAO,aAAa;AAAA,IAC7B;AACA,UAAM,aAAa,mBAAmB,MAAM;AAAA,EAC9C;AACF;"}
|