@hashgraphonline/standards-sdk 0.1.107 → 0.1.109
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/hcs-11/client.d.ts +26 -26
- package/dist/cjs/hcs-12/validation/schemas.d.ts +10 -10
- package/dist/cjs/hcs-14/types.d.ts +2 -2
- package/dist/cjs/standards-sdk.cjs +1 -1
- package/dist/cjs/standards-sdk.cjs.map +1 -1
- package/dist/cjs/utils/logger.d.ts +7 -2
- package/dist/cjs/utils/logger.d.ts.map +1 -1
- package/dist/es/hcs-11/client.d.ts +26 -26
- package/dist/es/hcs-12/validation/schemas.d.ts +10 -10
- package/dist/es/hcs-14/types.d.ts +2 -2
- package/dist/es/standards-sdk.es112.js +1 -1
- package/dist/es/standards-sdk.es123.js +14 -201
- package/dist/es/standards-sdk.es123.js.map +1 -1
- package/dist/es/standards-sdk.es124.js +201 -14
- package/dist/es/standards-sdk.es124.js.map +1 -1
- package/dist/es/standards-sdk.es59.js +1 -1
- package/dist/es/standards-sdk.es60.js +1 -1
- package/dist/es/standards-sdk.es93.js +61 -39
- package/dist/es/standards-sdk.es93.js.map +1 -1
- package/dist/es/utils/logger.d.ts +7 -2
- package/dist/es/utils/logger.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -143,8 +143,8 @@ export declare const MCPServerDetailsSchema: z.ZodObject<{
|
|
|
143
143
|
repository: z.ZodOptional<z.ZodString>;
|
|
144
144
|
docs: z.ZodOptional<z.ZodString>;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
|
-
version?: string;
|
|
147
146
|
capabilities?: string[];
|
|
147
|
+
version?: string;
|
|
148
148
|
description?: string;
|
|
149
149
|
services?: MCPServerCapability[];
|
|
150
150
|
connectionInfo?: {
|
|
@@ -172,8 +172,8 @@ export declare const MCPServerDetailsSchema: z.ZodObject<{
|
|
|
172
172
|
repository?: string;
|
|
173
173
|
docs?: string;
|
|
174
174
|
}, {
|
|
175
|
-
version?: string;
|
|
176
175
|
capabilities?: string[];
|
|
176
|
+
version?: string;
|
|
177
177
|
description?: string;
|
|
178
178
|
services?: MCPServerCapability[];
|
|
179
179
|
connectionInfo?: {
|
|
@@ -224,12 +224,12 @@ export declare const BaseProfileSchema: z.ZodObject<{
|
|
|
224
224
|
outboundTopicId: z.ZodOptional<z.ZodString>;
|
|
225
225
|
base_account: z.ZodOptional<z.ZodString>;
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
|
-
version?: string;
|
|
228
227
|
type?: ProfileType;
|
|
229
228
|
alias?: string;
|
|
230
229
|
bio?: string;
|
|
231
230
|
inboundTopicId?: string;
|
|
232
231
|
outboundTopicId?: string;
|
|
232
|
+
version?: string;
|
|
233
233
|
display_name?: string;
|
|
234
234
|
socials?: {
|
|
235
235
|
handle?: string;
|
|
@@ -240,12 +240,12 @@ export declare const BaseProfileSchema: z.ZodObject<{
|
|
|
240
240
|
uaid?: string;
|
|
241
241
|
base_account?: string;
|
|
242
242
|
}, {
|
|
243
|
-
version?: string;
|
|
244
243
|
type?: ProfileType;
|
|
245
244
|
alias?: string;
|
|
246
245
|
bio?: string;
|
|
247
246
|
inboundTopicId?: string;
|
|
248
247
|
outboundTopicId?: string;
|
|
248
|
+
version?: string;
|
|
249
249
|
display_name?: string;
|
|
250
250
|
socials?: {
|
|
251
251
|
handle?: string;
|
|
@@ -282,12 +282,12 @@ export declare const PersonalProfileSchema: z.ZodObject<{
|
|
|
282
282
|
language: z.ZodOptional<z.ZodString>;
|
|
283
283
|
timezone: z.ZodOptional<z.ZodString>;
|
|
284
284
|
}, "strip", z.ZodTypeAny, {
|
|
285
|
-
version?: string;
|
|
286
285
|
type?: ProfileType.PERSONAL;
|
|
287
286
|
alias?: string;
|
|
288
287
|
bio?: string;
|
|
289
288
|
inboundTopicId?: string;
|
|
290
289
|
outboundTopicId?: string;
|
|
290
|
+
version?: string;
|
|
291
291
|
display_name?: string;
|
|
292
292
|
socials?: {
|
|
293
293
|
handle?: string;
|
|
@@ -300,12 +300,12 @@ export declare const PersonalProfileSchema: z.ZodObject<{
|
|
|
300
300
|
language?: string;
|
|
301
301
|
timezone?: string;
|
|
302
302
|
}, {
|
|
303
|
-
version?: string;
|
|
304
303
|
type?: ProfileType.PERSONAL;
|
|
305
304
|
alias?: string;
|
|
306
305
|
bio?: string;
|
|
307
306
|
inboundTopicId?: string;
|
|
308
307
|
outboundTopicId?: string;
|
|
308
|
+
version?: string;
|
|
309
309
|
display_name?: string;
|
|
310
310
|
socials?: {
|
|
311
311
|
handle?: string;
|
|
@@ -358,12 +358,12 @@ export declare const AIAgentProfileSchema: z.ZodObject<{
|
|
|
358
358
|
creator?: string;
|
|
359
359
|
}>;
|
|
360
360
|
}, "strip", z.ZodTypeAny, {
|
|
361
|
-
version?: string;
|
|
362
361
|
type?: ProfileType.AI_AGENT;
|
|
363
362
|
alias?: string;
|
|
364
363
|
bio?: string;
|
|
365
364
|
inboundTopicId?: string;
|
|
366
365
|
outboundTopicId?: string;
|
|
366
|
+
version?: string;
|
|
367
367
|
display_name?: string;
|
|
368
368
|
socials?: {
|
|
369
369
|
handle?: string;
|
|
@@ -380,12 +380,12 @@ export declare const AIAgentProfileSchema: z.ZodObject<{
|
|
|
380
380
|
creator?: string;
|
|
381
381
|
};
|
|
382
382
|
}, {
|
|
383
|
-
version?: string;
|
|
384
383
|
type?: ProfileType.AI_AGENT;
|
|
385
384
|
alias?: string;
|
|
386
385
|
bio?: string;
|
|
387
386
|
inboundTopicId?: string;
|
|
388
387
|
outboundTopicId?: string;
|
|
388
|
+
version?: string;
|
|
389
389
|
display_name?: string;
|
|
390
390
|
socials?: {
|
|
391
391
|
handle?: string;
|
|
@@ -487,8 +487,8 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
487
487
|
repository: z.ZodOptional<z.ZodString>;
|
|
488
488
|
docs: z.ZodOptional<z.ZodString>;
|
|
489
489
|
}, "strip", z.ZodTypeAny, {
|
|
490
|
-
version?: string;
|
|
491
490
|
capabilities?: string[];
|
|
491
|
+
version?: string;
|
|
492
492
|
description?: string;
|
|
493
493
|
services?: MCPServerCapability[];
|
|
494
494
|
connectionInfo?: {
|
|
@@ -516,8 +516,8 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
516
516
|
repository?: string;
|
|
517
517
|
docs?: string;
|
|
518
518
|
}, {
|
|
519
|
-
version?: string;
|
|
520
519
|
capabilities?: string[];
|
|
520
|
+
version?: string;
|
|
521
521
|
description?: string;
|
|
522
522
|
services?: MCPServerCapability[];
|
|
523
523
|
connectionInfo?: {
|
|
@@ -546,12 +546,12 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
546
546
|
docs?: string;
|
|
547
547
|
}>;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
549
|
-
version?: string;
|
|
550
549
|
type?: ProfileType.MCP_SERVER;
|
|
551
550
|
alias?: string;
|
|
552
551
|
bio?: string;
|
|
553
552
|
inboundTopicId?: string;
|
|
554
553
|
outboundTopicId?: string;
|
|
554
|
+
version?: string;
|
|
555
555
|
display_name?: string;
|
|
556
556
|
socials?: {
|
|
557
557
|
handle?: string;
|
|
@@ -562,8 +562,8 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
562
562
|
uaid?: string;
|
|
563
563
|
base_account?: string;
|
|
564
564
|
mcpServer?: {
|
|
565
|
-
version?: string;
|
|
566
565
|
capabilities?: string[];
|
|
566
|
+
version?: string;
|
|
567
567
|
description?: string;
|
|
568
568
|
services?: MCPServerCapability[];
|
|
569
569
|
connectionInfo?: {
|
|
@@ -592,12 +592,12 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
592
592
|
docs?: string;
|
|
593
593
|
};
|
|
594
594
|
}, {
|
|
595
|
-
version?: string;
|
|
596
595
|
type?: ProfileType.MCP_SERVER;
|
|
597
596
|
alias?: string;
|
|
598
597
|
bio?: string;
|
|
599
598
|
inboundTopicId?: string;
|
|
600
599
|
outboundTopicId?: string;
|
|
600
|
+
version?: string;
|
|
601
601
|
display_name?: string;
|
|
602
602
|
socials?: {
|
|
603
603
|
handle?: string;
|
|
@@ -608,8 +608,8 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
608
608
|
uaid?: string;
|
|
609
609
|
base_account?: string;
|
|
610
610
|
mcpServer?: {
|
|
611
|
-
version?: string;
|
|
612
611
|
capabilities?: string[];
|
|
612
|
+
version?: string;
|
|
613
613
|
description?: string;
|
|
614
614
|
services?: MCPServerCapability[];
|
|
615
615
|
connectionInfo?: {
|
|
@@ -664,12 +664,12 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
664
664
|
language: z.ZodOptional<z.ZodString>;
|
|
665
665
|
timezone: z.ZodOptional<z.ZodString>;
|
|
666
666
|
}, "strip", z.ZodTypeAny, {
|
|
667
|
-
version?: string;
|
|
668
667
|
type?: ProfileType.PERSONAL;
|
|
669
668
|
alias?: string;
|
|
670
669
|
bio?: string;
|
|
671
670
|
inboundTopicId?: string;
|
|
672
671
|
outboundTopicId?: string;
|
|
672
|
+
version?: string;
|
|
673
673
|
display_name?: string;
|
|
674
674
|
socials?: {
|
|
675
675
|
handle?: string;
|
|
@@ -682,12 +682,12 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
682
682
|
language?: string;
|
|
683
683
|
timezone?: string;
|
|
684
684
|
}, {
|
|
685
|
-
version?: string;
|
|
686
685
|
type?: ProfileType.PERSONAL;
|
|
687
686
|
alias?: string;
|
|
688
687
|
bio?: string;
|
|
689
688
|
inboundTopicId?: string;
|
|
690
689
|
outboundTopicId?: string;
|
|
690
|
+
version?: string;
|
|
691
691
|
display_name?: string;
|
|
692
692
|
socials?: {
|
|
693
693
|
handle?: string;
|
|
@@ -739,12 +739,12 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
739
739
|
creator?: string;
|
|
740
740
|
}>;
|
|
741
741
|
}, "strip", z.ZodTypeAny, {
|
|
742
|
-
version?: string;
|
|
743
742
|
type?: ProfileType.AI_AGENT;
|
|
744
743
|
alias?: string;
|
|
745
744
|
bio?: string;
|
|
746
745
|
inboundTopicId?: string;
|
|
747
746
|
outboundTopicId?: string;
|
|
747
|
+
version?: string;
|
|
748
748
|
display_name?: string;
|
|
749
749
|
socials?: {
|
|
750
750
|
handle?: string;
|
|
@@ -761,12 +761,12 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
761
761
|
creator?: string;
|
|
762
762
|
};
|
|
763
763
|
}, {
|
|
764
|
-
version?: string;
|
|
765
764
|
type?: ProfileType.AI_AGENT;
|
|
766
765
|
alias?: string;
|
|
767
766
|
bio?: string;
|
|
768
767
|
inboundTopicId?: string;
|
|
769
768
|
outboundTopicId?: string;
|
|
769
|
+
version?: string;
|
|
770
770
|
display_name?: string;
|
|
771
771
|
socials?: {
|
|
772
772
|
handle?: string;
|
|
@@ -867,8 +867,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
867
867
|
repository: z.ZodOptional<z.ZodString>;
|
|
868
868
|
docs: z.ZodOptional<z.ZodString>;
|
|
869
869
|
}, "strip", z.ZodTypeAny, {
|
|
870
|
-
version?: string;
|
|
871
870
|
capabilities?: string[];
|
|
871
|
+
version?: string;
|
|
872
872
|
description?: string;
|
|
873
873
|
services?: MCPServerCapability[];
|
|
874
874
|
connectionInfo?: {
|
|
@@ -896,8 +896,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
896
896
|
repository?: string;
|
|
897
897
|
docs?: string;
|
|
898
898
|
}, {
|
|
899
|
-
version?: string;
|
|
900
899
|
capabilities?: string[];
|
|
900
|
+
version?: string;
|
|
901
901
|
description?: string;
|
|
902
902
|
services?: MCPServerCapability[];
|
|
903
903
|
connectionInfo?: {
|
|
@@ -926,12 +926,12 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
926
926
|
docs?: string;
|
|
927
927
|
}>;
|
|
928
928
|
}, "strip", z.ZodTypeAny, {
|
|
929
|
-
version?: string;
|
|
930
929
|
type?: ProfileType.MCP_SERVER;
|
|
931
930
|
alias?: string;
|
|
932
931
|
bio?: string;
|
|
933
932
|
inboundTopicId?: string;
|
|
934
933
|
outboundTopicId?: string;
|
|
934
|
+
version?: string;
|
|
935
935
|
display_name?: string;
|
|
936
936
|
socials?: {
|
|
937
937
|
handle?: string;
|
|
@@ -942,8 +942,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
942
942
|
uaid?: string;
|
|
943
943
|
base_account?: string;
|
|
944
944
|
mcpServer?: {
|
|
945
|
-
version?: string;
|
|
946
945
|
capabilities?: string[];
|
|
946
|
+
version?: string;
|
|
947
947
|
description?: string;
|
|
948
948
|
services?: MCPServerCapability[];
|
|
949
949
|
connectionInfo?: {
|
|
@@ -972,12 +972,12 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
972
972
|
docs?: string;
|
|
973
973
|
};
|
|
974
974
|
}, {
|
|
975
|
-
version?: string;
|
|
976
975
|
type?: ProfileType.MCP_SERVER;
|
|
977
976
|
alias?: string;
|
|
978
977
|
bio?: string;
|
|
979
978
|
inboundTopicId?: string;
|
|
980
979
|
outboundTopicId?: string;
|
|
980
|
+
version?: string;
|
|
981
981
|
display_name?: string;
|
|
982
982
|
socials?: {
|
|
983
983
|
handle?: string;
|
|
@@ -988,8 +988,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
988
988
|
uaid?: string;
|
|
989
989
|
base_account?: string;
|
|
990
990
|
mcpServer?: {
|
|
991
|
-
version?: string;
|
|
992
991
|
capabilities?: string[];
|
|
992
|
+
version?: string;
|
|
993
993
|
description?: string;
|
|
994
994
|
services?: MCPServerCapability[];
|
|
995
995
|
connectionInfo?: {
|
|
@@ -1054,7 +1054,6 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1054
1054
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1055
1055
|
policies: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1056
1056
|
}, "strip", z.ZodTypeAny, {
|
|
1057
|
-
version?: string;
|
|
1058
1057
|
metadata?: Record<string, any>;
|
|
1059
1058
|
type?: ProfileType.FLORA;
|
|
1060
1059
|
threshold?: number;
|
|
@@ -1071,10 +1070,10 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1071
1070
|
bio?: string;
|
|
1072
1071
|
inboundTopicId?: string;
|
|
1073
1072
|
outboundTopicId?: string;
|
|
1073
|
+
version?: string;
|
|
1074
1074
|
display_name?: string;
|
|
1075
1075
|
policies?: Record<string, any>;
|
|
1076
1076
|
}, {
|
|
1077
|
-
version?: string;
|
|
1078
1077
|
metadata?: Record<string, any>;
|
|
1079
1078
|
type?: ProfileType.FLORA;
|
|
1080
1079
|
threshold?: number;
|
|
@@ -1091,6 +1090,7 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1091
1090
|
bio?: string;
|
|
1092
1091
|
inboundTopicId?: string;
|
|
1093
1092
|
outboundTopicId?: string;
|
|
1093
|
+
version?: string;
|
|
1094
1094
|
display_name?: string;
|
|
1095
1095
|
policies?: Record<string, any>;
|
|
1096
1096
|
}>]>;
|
|
@@ -38,12 +38,12 @@ export declare const actionRegistrationSchema: z.ZodObject<{
|
|
|
38
38
|
workspace_members?: string[];
|
|
39
39
|
}>;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
target?: "wasm32-unknown-unknown";
|
|
42
41
|
profile?: string;
|
|
43
42
|
source_t_id?: string;
|
|
44
43
|
source_hash?: string;
|
|
45
44
|
compiler_version?: string;
|
|
46
45
|
cargo_version?: string;
|
|
46
|
+
target?: "wasm32-unknown-unknown";
|
|
47
47
|
build_flags?: string[];
|
|
48
48
|
lockfile_hash?: string;
|
|
49
49
|
source_structure?: {
|
|
@@ -53,12 +53,12 @@ export declare const actionRegistrationSchema: z.ZodObject<{
|
|
|
53
53
|
workspace_members?: string[];
|
|
54
54
|
};
|
|
55
55
|
}, {
|
|
56
|
-
target?: "wasm32-unknown-unknown";
|
|
57
56
|
profile?: string;
|
|
58
57
|
source_t_id?: string;
|
|
59
58
|
source_hash?: string;
|
|
60
59
|
compiler_version?: string;
|
|
61
60
|
cargo_version?: string;
|
|
61
|
+
target?: "wasm32-unknown-unknown";
|
|
62
62
|
build_flags?: string[];
|
|
63
63
|
lockfile_hash?: string;
|
|
64
64
|
source_structure?: {
|
|
@@ -84,12 +84,12 @@ export declare const actionRegistrationSchema: z.ZodObject<{
|
|
|
84
84
|
interface_version?: string;
|
|
85
85
|
info_t_id?: string;
|
|
86
86
|
source_verification?: {
|
|
87
|
-
target?: "wasm32-unknown-unknown";
|
|
88
87
|
profile?: string;
|
|
89
88
|
source_t_id?: string;
|
|
90
89
|
source_hash?: string;
|
|
91
90
|
compiler_version?: string;
|
|
92
91
|
cargo_version?: string;
|
|
92
|
+
target?: "wasm32-unknown-unknown";
|
|
93
93
|
build_flags?: string[];
|
|
94
94
|
lockfile_hash?: string;
|
|
95
95
|
source_structure?: {
|
|
@@ -114,12 +114,12 @@ export declare const actionRegistrationSchema: z.ZodObject<{
|
|
|
114
114
|
interface_version?: string;
|
|
115
115
|
info_t_id?: string;
|
|
116
116
|
source_verification?: {
|
|
117
|
-
target?: "wasm32-unknown-unknown";
|
|
118
117
|
profile?: string;
|
|
119
118
|
source_t_id?: string;
|
|
120
119
|
source_hash?: string;
|
|
121
120
|
compiler_version?: string;
|
|
122
121
|
cargo_version?: string;
|
|
122
|
+
target?: "wasm32-unknown-unknown";
|
|
123
123
|
build_flags?: string[];
|
|
124
124
|
lockfile_hash?: string;
|
|
125
125
|
source_structure?: {
|
|
@@ -144,19 +144,19 @@ export declare const blockRegistrationSchema: z.ZodObject<{
|
|
|
144
144
|
data: z.ZodOptional<z.ZodUnion<[z.ZodAny, z.ZodString]>>;
|
|
145
145
|
t_id: z.ZodOptional<z.ZodString>;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
147
|
-
version?: string;
|
|
148
147
|
data?: any;
|
|
149
148
|
p?: "hcs-12";
|
|
150
149
|
op?: "template" | "register";
|
|
151
150
|
t_id?: string;
|
|
152
151
|
name?: string;
|
|
153
|
-
}, {
|
|
154
152
|
version?: string;
|
|
153
|
+
}, {
|
|
155
154
|
data?: any;
|
|
156
155
|
p?: "hcs-12";
|
|
157
156
|
op?: "template" | "register";
|
|
158
157
|
t_id?: string;
|
|
159
158
|
name?: string;
|
|
159
|
+
version?: string;
|
|
160
160
|
}>;
|
|
161
161
|
/**
|
|
162
162
|
* Assembly message schema - union of all operation types
|
|
@@ -171,18 +171,18 @@ export declare const assemblyMessageSchema: z.ZodDiscriminatedUnion<"op", [z.Zod
|
|
|
171
171
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
172
172
|
author: z.ZodOptional<z.ZodString>;
|
|
173
173
|
}, "strip", z.ZodTypeAny, {
|
|
174
|
-
version?: string;
|
|
175
174
|
p?: "hcs-12";
|
|
176
175
|
op?: "register";
|
|
177
176
|
name?: string;
|
|
177
|
+
version?: string;
|
|
178
178
|
tags?: string[];
|
|
179
179
|
description?: string;
|
|
180
180
|
author?: string;
|
|
181
181
|
}, {
|
|
182
|
-
version?: string;
|
|
183
182
|
p?: "hcs-12";
|
|
184
183
|
op?: "register";
|
|
185
184
|
name?: string;
|
|
185
|
+
version?: string;
|
|
186
186
|
tags?: string[];
|
|
187
187
|
description?: string;
|
|
188
188
|
author?: string;
|
|
@@ -263,18 +263,18 @@ export declare const assemblyRegistrationSchema: z.ZodObject<{
|
|
|
263
263
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
264
264
|
author: z.ZodOptional<z.ZodString>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
version?: string;
|
|
267
266
|
p?: "hcs-12";
|
|
268
267
|
op?: "register";
|
|
269
268
|
name?: string;
|
|
269
|
+
version?: string;
|
|
270
270
|
tags?: string[];
|
|
271
271
|
description?: string;
|
|
272
272
|
author?: string;
|
|
273
273
|
}, {
|
|
274
|
-
version?: string;
|
|
275
274
|
p?: "hcs-12";
|
|
276
275
|
op?: "register";
|
|
277
276
|
name?: string;
|
|
277
|
+
version?: string;
|
|
278
278
|
tags?: string[];
|
|
279
279
|
description?: string;
|
|
280
280
|
author?: string;
|
|
@@ -8,15 +8,15 @@ export declare const CanonicalAgentDataSchema: z.ZodObject<{
|
|
|
8
8
|
nativeId: z.ZodString;
|
|
9
9
|
skills: z.ZodArray<z.ZodNumber, "many">;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
version?: string;
|
|
12
11
|
name?: string;
|
|
12
|
+
version?: string;
|
|
13
13
|
registry?: string;
|
|
14
14
|
protocol?: string;
|
|
15
15
|
nativeId?: string;
|
|
16
16
|
skills?: number[];
|
|
17
17
|
}, {
|
|
18
|
-
version?: string;
|
|
19
18
|
name?: string;
|
|
19
|
+
version?: string;
|
|
20
20
|
registry?: string;
|
|
21
21
|
protocol?: string;
|
|
22
22
|
nativeId?: string;
|