@hashgraphonline/standards-sdk 0.0.197 → 0.0.199
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 +40 -40
- package/dist/cjs/hcs-11/client.d.ts.map +1 -1
- package/dist/cjs/hcs-12/validation/schemas.d.ts +8 -8
- package/dist/cjs/hcs-14/did.d.ts.map +1 -1
- package/dist/cjs/standards-sdk.cjs +16 -16
- package/dist/cjs/standards-sdk.cjs.map +1 -1
- package/dist/es/hcs-11/client.d.ts +40 -40
- package/dist/es/hcs-11/client.d.ts.map +1 -1
- package/dist/es/hcs-12/validation/schemas.d.ts +8 -8
- package/dist/es/hcs-14/did.d.ts.map +1 -1
- package/dist/es/standards-sdk.es21.js +10 -5
- package/dist/es/standards-sdk.es21.js.map +1 -1
- package/dist/es/standards-sdk.es50.js +3 -1
- package/dist/es/standards-sdk.es50.js.map +1 -1
- package/dist/es/standards-sdk.es53.js +1 -1
- package/dist/es/standards-sdk.es53.js.map +1 -1
- package/dist/es/standards-sdk.es56.js +1 -1
- package/dist/es/standards-sdk.es56.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,11 +6,11 @@ export declare const SocialLinkSchema: z.ZodObject<{
|
|
|
6
6
|
platform: z.ZodString;
|
|
7
7
|
handle: z.ZodString;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
platform?: string;
|
|
10
9
|
handle?: string;
|
|
11
|
-
}, {
|
|
12
10
|
platform?: string;
|
|
11
|
+
}, {
|
|
13
12
|
handle?: string;
|
|
13
|
+
platform?: string;
|
|
14
14
|
}>;
|
|
15
15
|
export declare const AIAgentDetailsSchema: z.ZodObject<{
|
|
16
16
|
type: z.ZodNativeEnum<typeof AIAgentType>;
|
|
@@ -146,11 +146,11 @@ export declare const MCPServerDetailsSchema: z.ZodObject<{
|
|
|
146
146
|
version?: string;
|
|
147
147
|
capabilities?: string[];
|
|
148
148
|
description?: string;
|
|
149
|
+
services?: MCPServerCapability[];
|
|
149
150
|
connectionInfo?: {
|
|
150
151
|
url?: string;
|
|
151
152
|
transport?: "stdio" | "sse";
|
|
152
153
|
};
|
|
153
|
-
services?: MCPServerCapability[];
|
|
154
154
|
verification?: {
|
|
155
155
|
type?: VerificationType;
|
|
156
156
|
value?: string;
|
|
@@ -175,11 +175,11 @@ export declare const MCPServerDetailsSchema: z.ZodObject<{
|
|
|
175
175
|
version?: string;
|
|
176
176
|
capabilities?: string[];
|
|
177
177
|
description?: string;
|
|
178
|
+
services?: MCPServerCapability[];
|
|
178
179
|
connectionInfo?: {
|
|
179
180
|
url?: string;
|
|
180
181
|
transport?: "stdio" | "sse";
|
|
181
182
|
};
|
|
182
|
-
services?: MCPServerCapability[];
|
|
183
183
|
verification?: {
|
|
184
184
|
type?: VerificationType;
|
|
185
185
|
value?: string;
|
|
@@ -211,11 +211,11 @@ export declare const BaseProfileSchema: z.ZodObject<{
|
|
|
211
211
|
platform: z.ZodString;
|
|
212
212
|
handle: z.ZodString;
|
|
213
213
|
}, "strip", z.ZodTypeAny, {
|
|
214
|
-
platform?: string;
|
|
215
214
|
handle?: string;
|
|
216
|
-
}, {
|
|
217
215
|
platform?: string;
|
|
216
|
+
}, {
|
|
218
217
|
handle?: string;
|
|
218
|
+
platform?: string;
|
|
219
219
|
}>, "many">>;
|
|
220
220
|
profileImage: z.ZodOptional<z.ZodString>;
|
|
221
221
|
uaid: z.ZodOptional<z.ZodString>;
|
|
@@ -231,8 +231,8 @@ export declare const BaseProfileSchema: z.ZodObject<{
|
|
|
231
231
|
outboundTopicId?: string;
|
|
232
232
|
display_name?: string;
|
|
233
233
|
socials?: {
|
|
234
|
-
platform?: string;
|
|
235
234
|
handle?: string;
|
|
235
|
+
platform?: string;
|
|
236
236
|
}[];
|
|
237
237
|
profileImage?: string;
|
|
238
238
|
uaid?: string;
|
|
@@ -246,8 +246,8 @@ export declare const BaseProfileSchema: z.ZodObject<{
|
|
|
246
246
|
outboundTopicId?: string;
|
|
247
247
|
display_name?: string;
|
|
248
248
|
socials?: {
|
|
249
|
-
platform?: string;
|
|
250
249
|
handle?: string;
|
|
250
|
+
platform?: string;
|
|
251
251
|
}[];
|
|
252
252
|
profileImage?: string;
|
|
253
253
|
uaid?: string;
|
|
@@ -262,11 +262,11 @@ export declare const PersonalProfileSchema: z.ZodObject<{
|
|
|
262
262
|
platform: z.ZodString;
|
|
263
263
|
handle: z.ZodString;
|
|
264
264
|
}, "strip", z.ZodTypeAny, {
|
|
265
|
-
platform?: string;
|
|
266
265
|
handle?: string;
|
|
267
|
-
}, {
|
|
268
266
|
platform?: string;
|
|
267
|
+
}, {
|
|
269
268
|
handle?: string;
|
|
269
|
+
platform?: string;
|
|
270
270
|
}>, "many">>;
|
|
271
271
|
profileImage: z.ZodOptional<z.ZodString>;
|
|
272
272
|
uaid: z.ZodOptional<z.ZodString>;
|
|
@@ -286,8 +286,8 @@ export declare const PersonalProfileSchema: z.ZodObject<{
|
|
|
286
286
|
outboundTopicId?: string;
|
|
287
287
|
display_name?: string;
|
|
288
288
|
socials?: {
|
|
289
|
-
platform?: string;
|
|
290
289
|
handle?: string;
|
|
290
|
+
platform?: string;
|
|
291
291
|
}[];
|
|
292
292
|
profileImage?: string;
|
|
293
293
|
uaid?: string;
|
|
@@ -303,8 +303,8 @@ export declare const PersonalProfileSchema: z.ZodObject<{
|
|
|
303
303
|
outboundTopicId?: string;
|
|
304
304
|
display_name?: string;
|
|
305
305
|
socials?: {
|
|
306
|
-
platform?: string;
|
|
307
306
|
handle?: string;
|
|
307
|
+
platform?: string;
|
|
308
308
|
}[];
|
|
309
309
|
profileImage?: string;
|
|
310
310
|
uaid?: string;
|
|
@@ -321,11 +321,11 @@ export declare const AIAgentProfileSchema: z.ZodObject<{
|
|
|
321
321
|
platform: z.ZodString;
|
|
322
322
|
handle: z.ZodString;
|
|
323
323
|
}, "strip", z.ZodTypeAny, {
|
|
324
|
-
platform?: string;
|
|
325
324
|
handle?: string;
|
|
326
|
-
}, {
|
|
327
325
|
platform?: string;
|
|
326
|
+
}, {
|
|
328
327
|
handle?: string;
|
|
328
|
+
platform?: string;
|
|
329
329
|
}>, "many">>;
|
|
330
330
|
profileImage: z.ZodOptional<z.ZodString>;
|
|
331
331
|
uaid: z.ZodOptional<z.ZodString>;
|
|
@@ -359,8 +359,8 @@ export declare const AIAgentProfileSchema: z.ZodObject<{
|
|
|
359
359
|
outboundTopicId?: string;
|
|
360
360
|
display_name?: string;
|
|
361
361
|
socials?: {
|
|
362
|
-
platform?: string;
|
|
363
362
|
handle?: string;
|
|
363
|
+
platform?: string;
|
|
364
364
|
}[];
|
|
365
365
|
profileImage?: string;
|
|
366
366
|
uaid?: string;
|
|
@@ -380,8 +380,8 @@ export declare const AIAgentProfileSchema: z.ZodObject<{
|
|
|
380
380
|
outboundTopicId?: string;
|
|
381
381
|
display_name?: string;
|
|
382
382
|
socials?: {
|
|
383
|
-
platform?: string;
|
|
384
383
|
handle?: string;
|
|
384
|
+
platform?: string;
|
|
385
385
|
}[];
|
|
386
386
|
profileImage?: string;
|
|
387
387
|
uaid?: string;
|
|
@@ -402,11 +402,11 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
402
402
|
platform: z.ZodString;
|
|
403
403
|
handle: z.ZodString;
|
|
404
404
|
}, "strip", z.ZodTypeAny, {
|
|
405
|
-
platform?: string;
|
|
406
405
|
handle?: string;
|
|
407
|
-
}, {
|
|
408
406
|
platform?: string;
|
|
407
|
+
}, {
|
|
409
408
|
handle?: string;
|
|
409
|
+
platform?: string;
|
|
410
410
|
}>, "many">>;
|
|
411
411
|
profileImage: z.ZodOptional<z.ZodString>;
|
|
412
412
|
uaid: z.ZodOptional<z.ZodString>;
|
|
@@ -480,11 +480,11 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
480
480
|
version?: string;
|
|
481
481
|
capabilities?: string[];
|
|
482
482
|
description?: string;
|
|
483
|
+
services?: MCPServerCapability[];
|
|
483
484
|
connectionInfo?: {
|
|
484
485
|
url?: string;
|
|
485
486
|
transport?: "stdio" | "sse";
|
|
486
487
|
};
|
|
487
|
-
services?: MCPServerCapability[];
|
|
488
488
|
verification?: {
|
|
489
489
|
type?: VerificationType;
|
|
490
490
|
value?: string;
|
|
@@ -509,11 +509,11 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
509
509
|
version?: string;
|
|
510
510
|
capabilities?: string[];
|
|
511
511
|
description?: string;
|
|
512
|
+
services?: MCPServerCapability[];
|
|
512
513
|
connectionInfo?: {
|
|
513
514
|
url?: string;
|
|
514
515
|
transport?: "stdio" | "sse";
|
|
515
516
|
};
|
|
516
|
-
services?: MCPServerCapability[];
|
|
517
517
|
verification?: {
|
|
518
518
|
type?: VerificationType;
|
|
519
519
|
value?: string;
|
|
@@ -544,8 +544,8 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
544
544
|
outboundTopicId?: string;
|
|
545
545
|
display_name?: string;
|
|
546
546
|
socials?: {
|
|
547
|
-
platform?: string;
|
|
548
547
|
handle?: string;
|
|
548
|
+
platform?: string;
|
|
549
549
|
}[];
|
|
550
550
|
profileImage?: string;
|
|
551
551
|
uaid?: string;
|
|
@@ -554,11 +554,11 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
554
554
|
version?: string;
|
|
555
555
|
capabilities?: string[];
|
|
556
556
|
description?: string;
|
|
557
|
+
services?: MCPServerCapability[];
|
|
557
558
|
connectionInfo?: {
|
|
558
559
|
url?: string;
|
|
559
560
|
transport?: "stdio" | "sse";
|
|
560
561
|
};
|
|
561
|
-
services?: MCPServerCapability[];
|
|
562
562
|
verification?: {
|
|
563
563
|
type?: VerificationType;
|
|
564
564
|
value?: string;
|
|
@@ -589,8 +589,8 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
589
589
|
outboundTopicId?: string;
|
|
590
590
|
display_name?: string;
|
|
591
591
|
socials?: {
|
|
592
|
-
platform?: string;
|
|
593
592
|
handle?: string;
|
|
593
|
+
platform?: string;
|
|
594
594
|
}[];
|
|
595
595
|
profileImage?: string;
|
|
596
596
|
uaid?: string;
|
|
@@ -599,11 +599,11 @@ export declare const MCPServerProfileSchema: z.ZodObject<{
|
|
|
599
599
|
version?: string;
|
|
600
600
|
capabilities?: string[];
|
|
601
601
|
description?: string;
|
|
602
|
+
services?: MCPServerCapability[];
|
|
602
603
|
connectionInfo?: {
|
|
603
604
|
url?: string;
|
|
604
605
|
transport?: "stdio" | "sse";
|
|
605
606
|
};
|
|
606
|
-
services?: MCPServerCapability[];
|
|
607
607
|
verification?: {
|
|
608
608
|
type?: VerificationType;
|
|
609
609
|
value?: string;
|
|
@@ -635,11 +635,11 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
635
635
|
platform: z.ZodString;
|
|
636
636
|
handle: z.ZodString;
|
|
637
637
|
}, "strip", z.ZodTypeAny, {
|
|
638
|
-
platform?: string;
|
|
639
638
|
handle?: string;
|
|
640
|
-
}, {
|
|
641
639
|
platform?: string;
|
|
640
|
+
}, {
|
|
642
641
|
handle?: string;
|
|
642
|
+
platform?: string;
|
|
643
643
|
}>, "many">>;
|
|
644
644
|
profileImage: z.ZodOptional<z.ZodString>;
|
|
645
645
|
uaid: z.ZodOptional<z.ZodString>;
|
|
@@ -659,8 +659,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
659
659
|
outboundTopicId?: string;
|
|
660
660
|
display_name?: string;
|
|
661
661
|
socials?: {
|
|
662
|
-
platform?: string;
|
|
663
662
|
handle?: string;
|
|
663
|
+
platform?: string;
|
|
664
664
|
}[];
|
|
665
665
|
profileImage?: string;
|
|
666
666
|
uaid?: string;
|
|
@@ -676,8 +676,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
676
676
|
outboundTopicId?: string;
|
|
677
677
|
display_name?: string;
|
|
678
678
|
socials?: {
|
|
679
|
-
platform?: string;
|
|
680
679
|
handle?: string;
|
|
680
|
+
platform?: string;
|
|
681
681
|
}[];
|
|
682
682
|
profileImage?: string;
|
|
683
683
|
uaid?: string;
|
|
@@ -693,11 +693,11 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
693
693
|
platform: z.ZodString;
|
|
694
694
|
handle: z.ZodString;
|
|
695
695
|
}, "strip", z.ZodTypeAny, {
|
|
696
|
-
platform?: string;
|
|
697
696
|
handle?: string;
|
|
698
|
-
}, {
|
|
699
697
|
platform?: string;
|
|
698
|
+
}, {
|
|
700
699
|
handle?: string;
|
|
700
|
+
platform?: string;
|
|
701
701
|
}>, "many">>;
|
|
702
702
|
profileImage: z.ZodOptional<z.ZodString>;
|
|
703
703
|
uaid: z.ZodOptional<z.ZodString>;
|
|
@@ -731,8 +731,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
731
731
|
outboundTopicId?: string;
|
|
732
732
|
display_name?: string;
|
|
733
733
|
socials?: {
|
|
734
|
-
platform?: string;
|
|
735
734
|
handle?: string;
|
|
735
|
+
platform?: string;
|
|
736
736
|
}[];
|
|
737
737
|
profileImage?: string;
|
|
738
738
|
uaid?: string;
|
|
@@ -752,8 +752,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
752
752
|
outboundTopicId?: string;
|
|
753
753
|
display_name?: string;
|
|
754
754
|
socials?: {
|
|
755
|
-
platform?: string;
|
|
756
755
|
handle?: string;
|
|
756
|
+
platform?: string;
|
|
757
757
|
}[];
|
|
758
758
|
profileImage?: string;
|
|
759
759
|
uaid?: string;
|
|
@@ -773,11 +773,11 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
773
773
|
platform: z.ZodString;
|
|
774
774
|
handle: z.ZodString;
|
|
775
775
|
}, "strip", z.ZodTypeAny, {
|
|
776
|
-
platform?: string;
|
|
777
776
|
handle?: string;
|
|
778
|
-
}, {
|
|
779
777
|
platform?: string;
|
|
778
|
+
}, {
|
|
780
779
|
handle?: string;
|
|
780
|
+
platform?: string;
|
|
781
781
|
}>, "many">>;
|
|
782
782
|
profileImage: z.ZodOptional<z.ZodString>;
|
|
783
783
|
uaid: z.ZodOptional<z.ZodString>;
|
|
@@ -851,11 +851,11 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
851
851
|
version?: string;
|
|
852
852
|
capabilities?: string[];
|
|
853
853
|
description?: string;
|
|
854
|
+
services?: MCPServerCapability[];
|
|
854
855
|
connectionInfo?: {
|
|
855
856
|
url?: string;
|
|
856
857
|
transport?: "stdio" | "sse";
|
|
857
858
|
};
|
|
858
|
-
services?: MCPServerCapability[];
|
|
859
859
|
verification?: {
|
|
860
860
|
type?: VerificationType;
|
|
861
861
|
value?: string;
|
|
@@ -880,11 +880,11 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
880
880
|
version?: string;
|
|
881
881
|
capabilities?: string[];
|
|
882
882
|
description?: string;
|
|
883
|
+
services?: MCPServerCapability[];
|
|
883
884
|
connectionInfo?: {
|
|
884
885
|
url?: string;
|
|
885
886
|
transport?: "stdio" | "sse";
|
|
886
887
|
};
|
|
887
|
-
services?: MCPServerCapability[];
|
|
888
888
|
verification?: {
|
|
889
889
|
type?: VerificationType;
|
|
890
890
|
value?: string;
|
|
@@ -915,8 +915,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
915
915
|
outboundTopicId?: string;
|
|
916
916
|
display_name?: string;
|
|
917
917
|
socials?: {
|
|
918
|
-
platform?: string;
|
|
919
918
|
handle?: string;
|
|
919
|
+
platform?: string;
|
|
920
920
|
}[];
|
|
921
921
|
profileImage?: string;
|
|
922
922
|
uaid?: string;
|
|
@@ -925,11 +925,11 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
925
925
|
version?: string;
|
|
926
926
|
capabilities?: string[];
|
|
927
927
|
description?: string;
|
|
928
|
+
services?: MCPServerCapability[];
|
|
928
929
|
connectionInfo?: {
|
|
929
930
|
url?: string;
|
|
930
931
|
transport?: "stdio" | "sse";
|
|
931
932
|
};
|
|
932
|
-
services?: MCPServerCapability[];
|
|
933
933
|
verification?: {
|
|
934
934
|
type?: VerificationType;
|
|
935
935
|
value?: string;
|
|
@@ -960,8 +960,8 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
960
960
|
outboundTopicId?: string;
|
|
961
961
|
display_name?: string;
|
|
962
962
|
socials?: {
|
|
963
|
-
platform?: string;
|
|
964
963
|
handle?: string;
|
|
964
|
+
platform?: string;
|
|
965
965
|
}[];
|
|
966
966
|
profileImage?: string;
|
|
967
967
|
uaid?: string;
|
|
@@ -970,11 +970,11 @@ export declare const HCS11ProfileSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
970
970
|
version?: string;
|
|
971
971
|
capabilities?: string[];
|
|
972
972
|
description?: string;
|
|
973
|
+
services?: MCPServerCapability[];
|
|
973
974
|
connectionInfo?: {
|
|
974
975
|
url?: string;
|
|
975
976
|
transport?: "stdio" | "sse";
|
|
976
977
|
};
|
|
977
|
-
services?: MCPServerCapability[];
|
|
978
978
|
verification?: {
|
|
979
979
|
type?: VerificationType;
|
|
980
980
|
value?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/hcs-11/client.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EAET,MAAM,EAIP,MAAM,gBAAgB,CAAC;AAUxB,OAAO,EAAE,CAAC,EAAY,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/hcs-11/client.ts"],"names":[],"mappings":"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"}
|
|
@@ -175,16 +175,16 @@ export declare const assemblyMessageSchema: z.ZodDiscriminatedUnion<"op", [z.Zod
|
|
|
175
175
|
p?: "hcs-12";
|
|
176
176
|
op?: "register";
|
|
177
177
|
name?: string;
|
|
178
|
-
description?: string;
|
|
179
178
|
tags?: string[];
|
|
179
|
+
description?: string;
|
|
180
180
|
author?: string;
|
|
181
181
|
}, {
|
|
182
182
|
version?: string;
|
|
183
183
|
p?: "hcs-12";
|
|
184
184
|
op?: "register";
|
|
185
185
|
name?: string;
|
|
186
|
-
description?: string;
|
|
187
186
|
tags?: string[];
|
|
187
|
+
description?: string;
|
|
188
188
|
author?: string;
|
|
189
189
|
}>, z.ZodObject<{
|
|
190
190
|
p: z.ZodLiteral<"hcs-12">;
|
|
@@ -242,13 +242,13 @@ export declare const assemblyMessageSchema: z.ZodDiscriminatedUnion<"op", [z.Zod
|
|
|
242
242
|
}, "strip", z.ZodTypeAny, {
|
|
243
243
|
p?: "hcs-12";
|
|
244
244
|
op?: "update";
|
|
245
|
-
description?: string;
|
|
246
245
|
tags?: string[];
|
|
246
|
+
description?: string;
|
|
247
247
|
}, {
|
|
248
248
|
p?: "hcs-12";
|
|
249
249
|
op?: "update";
|
|
250
|
-
description?: string;
|
|
251
250
|
tags?: string[];
|
|
251
|
+
description?: string;
|
|
252
252
|
}>]>;
|
|
253
253
|
/**
|
|
254
254
|
* Legacy assembly registration schema for backwards compatibility
|
|
@@ -267,16 +267,16 @@ export declare const assemblyRegistrationSchema: z.ZodObject<{
|
|
|
267
267
|
p?: "hcs-12";
|
|
268
268
|
op?: "register";
|
|
269
269
|
name?: string;
|
|
270
|
-
description?: string;
|
|
271
270
|
tags?: string[];
|
|
271
|
+
description?: string;
|
|
272
272
|
author?: string;
|
|
273
273
|
}, {
|
|
274
274
|
version?: string;
|
|
275
275
|
p?: "hcs-12";
|
|
276
276
|
op?: "register";
|
|
277
277
|
name?: string;
|
|
278
|
-
description?: string;
|
|
279
278
|
tags?: string[];
|
|
279
|
+
description?: string;
|
|
280
280
|
author?: string;
|
|
281
281
|
}>;
|
|
282
282
|
/**
|
|
@@ -301,8 +301,8 @@ export declare const hashLinksRegistrationSchema: z.ZodObject<{
|
|
|
301
301
|
t_id?: string;
|
|
302
302
|
website?: string;
|
|
303
303
|
name?: string;
|
|
304
|
-
description?: string;
|
|
305
304
|
tags?: string[];
|
|
305
|
+
description?: string;
|
|
306
306
|
category?: string;
|
|
307
307
|
icon?: string;
|
|
308
308
|
author?: string;
|
|
@@ -313,8 +313,8 @@ export declare const hashLinksRegistrationSchema: z.ZodObject<{
|
|
|
313
313
|
t_id?: string;
|
|
314
314
|
website?: string;
|
|
315
315
|
name?: string;
|
|
316
|
-
description?: string;
|
|
317
316
|
tags?: string[];
|
|
317
|
+
description?: string;
|
|
318
318
|
category?: string;
|
|
319
319
|
icon?: string;
|
|
320
320
|
author?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"did.d.ts","sourceRoot":"","sources":["../../../src/hcs-14/did.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,
|
|
1
|
+
{"version":3,"file":"did.d.ts","sourceRoot":"","sources":["../../../src/hcs-14/did.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAyG/E,wBAAgB,UAAU,CACxB,WAAW,EAAE,MAAM,EACnB,MAAM,CAAC,EAAE,gBAAgB,GACxB,MAAM,CAAC;AACV,wBAAgB,UAAU,CACxB,KAAK,EAAE,kBAAkB,EACzB,MAAM,CAAC,EAAE,gBAAgB,EACzB,OAAO,CAAC,EAAE;IAAE,aAAa,CAAC,EAAE,OAAO,CAAA;CAAE,GACpC,OAAO,CAAC,MAAM,CAAC,CAAC;AAYnB,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAqCzD"}
|