@hashgraphonline/standards-sdk 0.1.157 → 0.1.159
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-12/validation/schemas.d.ts +2 -2
- package/dist/cjs/hcs-17/types.d.ts +4 -4
- package/dist/cjs/hcs-2/types.d.ts +20 -20
- package/dist/cjs/hcs-20/types.d.ts +8 -8
- package/dist/cjs/hcs-26/base-client.d.ts +83 -0
- package/dist/cjs/hcs-26/base-client.d.ts.map +1 -0
- package/dist/cjs/hcs-26/browser.d.ts +11 -0
- package/dist/cjs/hcs-26/browser.d.ts.map +1 -0
- package/dist/cjs/hcs-26/index.d.ts +7 -0
- package/dist/cjs/hcs-26/index.d.ts.map +1 -0
- package/dist/cjs/hcs-26/memos.d.ts +28 -0
- package/dist/cjs/hcs-26/memos.d.ts.map +1 -0
- package/dist/cjs/hcs-26/resolver.d.ts +60 -0
- package/dist/cjs/hcs-26/resolver.d.ts.map +1 -0
- package/dist/cjs/hcs-26/sdk.d.ts +10 -0
- package/dist/cjs/hcs-26/sdk.d.ts.map +1 -0
- package/dist/cjs/hcs-26/types.d.ts +2752 -0
- package/dist/cjs/hcs-26/types.d.ts.map +1 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/inscribe/inscriber.d.ts +1 -1
- package/dist/cjs/inscribe/inscriber.d.ts.map +1 -1
- package/dist/cjs/inscribe/inscription-cost.d.ts +12 -0
- package/dist/cjs/inscribe/inscription-cost.d.ts.map +1 -0
- package/dist/cjs/inscribe/types.d.ts +5 -1
- package/dist/cjs/inscribe/types.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/client/base-client.d.ts +19 -1
- package/dist/cjs/services/registry-broker/client/base-client.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/client/skills.d.ts +20 -1
- package/dist/cjs/services/registry-broker/client/skills.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/schemas.d.ts +2515 -86
- package/dist/cjs/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/types.d.ts +21 -3
- package/dist/cjs/services/registry-broker/types.d.ts.map +1 -1
- package/dist/cjs/services/types.d.ts +2 -1
- package/dist/cjs/services/types.d.ts.map +1 -1
- package/dist/cjs/standards-sdk.cjs +2 -2
- package/dist/cjs/standards-sdk.cjs.map +1 -1
- package/dist/cjs/utils/crypto-abstraction.d.ts.map +1 -1
- package/dist/es/hcs-12/validation/schemas.d.ts +2 -2
- package/dist/es/hcs-17/types.d.ts +4 -4
- package/dist/es/hcs-2/types.d.ts +20 -20
- package/dist/es/hcs-20/types.d.ts +8 -8
- package/dist/es/hcs-26/base-client.d.ts +83 -0
- package/dist/es/hcs-26/base-client.d.ts.map +1 -0
- package/dist/es/hcs-26/browser.d.ts +11 -0
- package/dist/es/hcs-26/browser.d.ts.map +1 -0
- package/dist/es/hcs-26/index.d.ts +7 -0
- package/dist/es/hcs-26/index.d.ts.map +1 -0
- package/dist/es/hcs-26/memos.d.ts +28 -0
- package/dist/es/hcs-26/memos.d.ts.map +1 -0
- package/dist/es/hcs-26/resolver.d.ts +60 -0
- package/dist/es/hcs-26/resolver.d.ts.map +1 -0
- package/dist/es/hcs-26/sdk.d.ts +10 -0
- package/dist/es/hcs-26/sdk.d.ts.map +1 -0
- package/dist/es/hcs-26/types.d.ts +2752 -0
- package/dist/es/hcs-26/types.d.ts.map +1 -0
- package/dist/es/index.d.ts +1 -0
- package/dist/es/index.d.ts.map +1 -1
- package/dist/es/inscribe/inscriber.d.ts +1 -1
- package/dist/es/inscribe/inscriber.d.ts.map +1 -1
- package/dist/es/inscribe/inscription-cost.d.ts +12 -0
- package/dist/es/inscribe/inscription-cost.d.ts.map +1 -0
- package/dist/es/inscribe/types.d.ts +5 -1
- package/dist/es/inscribe/types.d.ts.map +1 -1
- package/dist/es/services/registry-broker/client/base-client.d.ts +19 -1
- package/dist/es/services/registry-broker/client/base-client.d.ts.map +1 -1
- package/dist/es/services/registry-broker/client/skills.d.ts +20 -1
- package/dist/es/services/registry-broker/client/skills.d.ts.map +1 -1
- package/dist/es/services/registry-broker/schemas.d.ts +2515 -86
- package/dist/es/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/es/services/registry-broker/types.d.ts +21 -3
- package/dist/es/services/registry-broker/types.d.ts.map +1 -1
- package/dist/es/services/types.d.ts +2 -1
- package/dist/es/services/types.d.ts.map +1 -1
- package/dist/es/standards-sdk.es.js +70 -32
- package/dist/es/standards-sdk.es.js.map +1 -1
- package/dist/es/standards-sdk.es101.js +2 -2
- package/dist/es/standards-sdk.es103.js +1 -1
- package/dist/es/standards-sdk.es104.js +2 -2
- package/dist/es/standards-sdk.es105.js +247 -137
- package/dist/es/standards-sdk.es105.js.map +1 -1
- package/dist/es/standards-sdk.es106.js +477 -28
- package/dist/es/standards-sdk.es106.js.map +1 -1
- package/dist/es/standards-sdk.es107.js +103 -20
- package/dist/es/standards-sdk.es107.js.map +1 -1
- package/dist/es/standards-sdk.es108.js +141 -141
- package/dist/es/standards-sdk.es108.js.map +1 -1
- package/dist/es/standards-sdk.es109.js +31 -200
- package/dist/es/standards-sdk.es109.js.map +1 -1
- package/dist/es/standards-sdk.es11.js +1 -1
- package/dist/es/standards-sdk.es110.js +9 -787
- package/dist/es/standards-sdk.es110.js.map +1 -1
- package/dist/es/standards-sdk.es111.js +140 -11
- package/dist/es/standards-sdk.es111.js.map +1 -1
- package/dist/es/standards-sdk.es112.js +29 -567
- package/dist/es/standards-sdk.es112.js.map +1 -1
- package/dist/es/standards-sdk.es113.js +17 -597
- package/dist/es/standards-sdk.es113.js.map +1 -1
- package/dist/es/standards-sdk.es114.js +159 -12
- package/dist/es/standards-sdk.es114.js.map +1 -1
- package/dist/es/standards-sdk.es115.js +203 -2
- package/dist/es/standards-sdk.es115.js.map +1 -1
- package/dist/es/standards-sdk.es116.js +774 -71
- package/dist/es/standards-sdk.es116.js.map +1 -1
- package/dist/es/standards-sdk.es117.js +11 -38
- package/dist/es/standards-sdk.es117.js.map +1 -1
- package/dist/es/standards-sdk.es118.js +567 -2
- package/dist/es/standards-sdk.es118.js.map +1 -1
- package/dist/es/standards-sdk.es119.js +576 -205
- package/dist/es/standards-sdk.es119.js.map +1 -1
- package/dist/es/standards-sdk.es12.js +1 -1
- package/dist/es/standards-sdk.es120.js +12 -1139
- package/dist/es/standards-sdk.es120.js.map +1 -1
- package/dist/es/standards-sdk.es121.js +2 -306
- package/dist/es/standards-sdk.es121.js.map +1 -1
- package/dist/es/standards-sdk.es122.js +83 -418
- package/dist/es/standards-sdk.es122.js.map +1 -1
- package/dist/es/standards-sdk.es123.js +36 -351
- package/dist/es/standards-sdk.es123.js.map +1 -1
- package/dist/es/standards-sdk.es124.js +2 -1117
- package/dist/es/standards-sdk.es124.js.map +1 -1
- package/dist/es/standards-sdk.es125.js +215 -188
- package/dist/es/standards-sdk.es125.js.map +1 -1
- package/dist/es/standards-sdk.es126.js +1055 -1482
- package/dist/es/standards-sdk.es126.js.map +1 -1
- package/dist/es/standards-sdk.es127.js +306 -1138
- package/dist/es/standards-sdk.es127.js.map +1 -1
- package/dist/es/standards-sdk.es128.js +419 -14
- package/dist/es/standards-sdk.es128.js.map +1 -1
- package/dist/es/standards-sdk.es129.js +350 -82
- package/dist/es/standards-sdk.es129.js.map +1 -1
- package/dist/es/standards-sdk.es13.js +1 -1
- package/dist/es/standards-sdk.es130.js +1107 -72
- package/dist/es/standards-sdk.es130.js.map +1 -1
- package/dist/es/standards-sdk.es131.js +181 -845
- package/dist/es/standards-sdk.es131.js.map +1 -1
- package/dist/es/standards-sdk.es132.js +1558 -51
- package/dist/es/standards-sdk.es132.js.map +1 -1
- package/dist/es/standards-sdk.es133.js +1236 -159
- package/dist/es/standards-sdk.es133.js.map +1 -1
- package/dist/es/standards-sdk.es134.js +17 -7
- package/dist/es/standards-sdk.es134.js.map +1 -1
- package/dist/es/standards-sdk.es135.js +79 -78
- package/dist/es/standards-sdk.es135.js.map +1 -1
- package/dist/es/standards-sdk.es136.js +75 -59
- package/dist/es/standards-sdk.es136.js.map +1 -1
- package/dist/es/standards-sdk.es137.js +893 -30
- package/dist/es/standards-sdk.es137.js.map +1 -1
- package/dist/es/standards-sdk.es138.js +60 -34
- package/dist/es/standards-sdk.es138.js.map +1 -1
- package/dist/es/standards-sdk.es139.js +159 -28
- package/dist/es/standards-sdk.es139.js.map +1 -1
- package/dist/es/standards-sdk.es14.js +1 -1
- package/dist/es/standards-sdk.es140.js +7 -138
- package/dist/es/standards-sdk.es140.js.map +1 -1
- package/dist/es/standards-sdk.es141.js +80 -36
- package/dist/es/standards-sdk.es141.js.map +1 -1
- package/dist/es/standards-sdk.es142.js +58 -49
- package/dist/es/standards-sdk.es142.js.map +1 -1
- package/dist/es/standards-sdk.es143.js +30 -84
- package/dist/es/standards-sdk.es143.js.map +1 -1
- package/dist/es/standards-sdk.es144.js +34 -12320
- package/dist/es/standards-sdk.es144.js.map +1 -1
- package/dist/es/standards-sdk.es145.js +28 -17
- package/dist/es/standards-sdk.es145.js.map +1 -1
- package/dist/es/standards-sdk.es146.js +118 -152
- package/dist/es/standards-sdk.es146.js.map +1 -1
- package/dist/es/standards-sdk.es147.js +34 -314
- package/dist/es/standards-sdk.es147.js.map +1 -1
- package/dist/es/standards-sdk.es148.js +12426 -290
- package/dist/es/standards-sdk.es148.js.map +1 -1
- package/dist/es/standards-sdk.es149.js +231 -442
- package/dist/es/standards-sdk.es149.js.map +1 -1
- package/dist/es/standards-sdk.es15.js +1 -1
- package/dist/es/standards-sdk.es150.js +142 -301
- package/dist/es/standards-sdk.es150.js.map +1 -1
- package/dist/es/standards-sdk.es151.js +310 -64
- package/dist/es/standards-sdk.es151.js.map +1 -1
- package/dist/es/standards-sdk.es152.js +332 -158
- package/dist/es/standards-sdk.es152.js.map +1 -1
- package/dist/es/standards-sdk.es153.js +441 -210
- package/dist/es/standards-sdk.es153.js.map +1 -1
- package/dist/es/standards-sdk.es154.js +314 -222
- package/dist/es/standards-sdk.es154.js.map +1 -1
- package/dist/es/standards-sdk.es155.js +65 -108
- package/dist/es/standards-sdk.es155.js.map +1 -1
- package/dist/es/standards-sdk.es156.js +14 -123
- package/dist/es/standards-sdk.es156.js.map +1 -1
- package/dist/es/standards-sdk.es157.js +60 -148
- package/dist/es/standards-sdk.es157.js.map +1 -1
- package/dist/es/standards-sdk.es158.js +47 -176
- package/dist/es/standards-sdk.es158.js.map +1 -1
- package/dist/es/standards-sdk.es159.js +65 -120
- package/dist/es/standards-sdk.es159.js.map +1 -1
- package/dist/es/standards-sdk.es16.js +5 -5
- package/dist/es/standards-sdk.es160.js +147 -306
- package/dist/es/standards-sdk.es160.js.map +1 -1
- package/dist/es/standards-sdk.es161.js +205 -242
- package/dist/es/standards-sdk.es161.js.map +1 -1
- package/dist/es/standards-sdk.es162.js +233 -110
- package/dist/es/standards-sdk.es162.js.map +1 -1
- package/dist/es/standards-sdk.es163.js +84 -78
- package/dist/es/standards-sdk.es163.js.map +1 -1
- package/dist/es/standards-sdk.es164.js +129 -0
- package/dist/es/standards-sdk.es164.js.map +1 -0
- package/dist/es/standards-sdk.es165.js +164 -0
- package/dist/es/standards-sdk.es165.js.map +1 -0
- package/dist/es/standards-sdk.es166.js +188 -0
- package/dist/es/standards-sdk.es166.js.map +1 -0
- package/dist/es/standards-sdk.es167.js +142 -0
- package/dist/es/standards-sdk.es167.js.map +1 -0
- package/dist/es/standards-sdk.es168.js +334 -0
- package/dist/es/standards-sdk.es168.js.map +1 -0
- package/dist/es/standards-sdk.es169.js +262 -0
- package/dist/es/standards-sdk.es169.js.map +1 -0
- package/dist/es/standards-sdk.es170.js +119 -0
- package/dist/es/standards-sdk.es170.js.map +1 -0
- package/dist/es/standards-sdk.es18.js +12 -12
- package/dist/es/standards-sdk.es19.js +9 -9
- package/dist/es/standards-sdk.es2.js +2 -2
- package/dist/es/standards-sdk.es20.js +1 -1
- package/dist/es/standards-sdk.es21.js +1 -1
- package/dist/es/standards-sdk.es22.js +1 -1
- package/dist/es/standards-sdk.es23.js +1 -1
- package/dist/es/standards-sdk.es24.js +1 -1
- package/dist/es/standards-sdk.es25.js +1 -1
- package/dist/es/standards-sdk.es26.js +1 -1
- package/dist/es/standards-sdk.es27.js +12 -12
- package/dist/es/standards-sdk.es30.js +2 -2
- package/dist/es/standards-sdk.es31.js +4 -4
- package/dist/es/standards-sdk.es32.js +1 -1
- package/dist/es/standards-sdk.es35.js +6 -6
- package/dist/es/standards-sdk.es36.js +4 -4
- package/dist/es/standards-sdk.es37.js +2 -2
- package/dist/es/standards-sdk.es38.js +2 -2
- package/dist/es/standards-sdk.es39.js +1 -1
- package/dist/es/standards-sdk.es4.js +2 -2
- package/dist/es/standards-sdk.es40.js +1 -1
- package/dist/es/standards-sdk.es41.js +2 -2
- package/dist/es/standards-sdk.es46.js +1 -1
- package/dist/es/standards-sdk.es5.js +2 -2
- package/dist/es/standards-sdk.es51.js +1 -1
- package/dist/es/standards-sdk.es53.js +1 -1
- package/dist/es/standards-sdk.es56.js +2 -2
- package/dist/es/standards-sdk.es58.js +1 -1
- package/dist/es/standards-sdk.es59.js +1 -1
- package/dist/es/standards-sdk.es6.js +2 -2
- package/dist/es/standards-sdk.es60.js +7 -7
- package/dist/es/standards-sdk.es62.js +1 -1
- package/dist/es/standards-sdk.es64.js +2 -2
- package/dist/es/standards-sdk.es65.js +3 -3
- package/dist/es/standards-sdk.es68.js +2 -2
- package/dist/es/standards-sdk.es69.js +3 -3
- package/dist/es/standards-sdk.es7.js +1 -1
- package/dist/es/standards-sdk.es70.js +2 -2
- package/dist/es/standards-sdk.es71.js +1 -1
- package/dist/es/standards-sdk.es74.js +2 -2
- package/dist/es/standards-sdk.es76.js +2 -2
- package/dist/es/standards-sdk.es77.js +4 -4
- package/dist/es/standards-sdk.es78.js +1 -1
- package/dist/es/standards-sdk.es81.js +1 -1
- package/dist/es/standards-sdk.es82.js +2 -2
- package/dist/es/standards-sdk.es83.js +4 -4
- package/dist/es/standards-sdk.es87.js +3 -3
- package/dist/es/standards-sdk.es89.js +2 -2
- package/dist/es/standards-sdk.es9.js +2 -2
- package/dist/es/standards-sdk.es91.js +1 -1
- package/dist/es/standards-sdk.es92.js +3 -3
- package/dist/es/standards-sdk.es94.js +2 -2
- package/dist/es/standards-sdk.es96.js +2 -2
- package/dist/es/standards-sdk.es97.js +1 -1
- package/dist/es/standards-sdk.es99.js +1 -1
- package/dist/es/utils/crypto-abstraction.d.ts.map +1 -1
- package/package.json +5 -4
|
@@ -943,42 +943,42 @@ export declare const agentFeedbackEligibilityResponseSchema: z.ZodObject<{
|
|
|
943
943
|
usdEstimate: z.ZodOptional<z.ZodNumber>;
|
|
944
944
|
nativeFeeEstimate: z.ZodOptional<z.ZodNumber>;
|
|
945
945
|
}, "strip", z.ZodTypeAny, {
|
|
946
|
-
eligible?: boolean;
|
|
947
946
|
reason?: string;
|
|
947
|
+
eligible?: boolean;
|
|
948
948
|
estimatedCredits?: number;
|
|
949
949
|
usdEstimate?: number;
|
|
950
950
|
nativeFeeEstimate?: number;
|
|
951
951
|
}, {
|
|
952
|
-
eligible?: boolean;
|
|
953
952
|
reason?: string;
|
|
953
|
+
eligible?: boolean;
|
|
954
954
|
estimatedCredits?: number;
|
|
955
955
|
usdEstimate?: number;
|
|
956
956
|
nativeFeeEstimate?: number;
|
|
957
957
|
}>>;
|
|
958
958
|
}, "strip", z.ZodTypeAny, {
|
|
959
|
+
reason?: string;
|
|
959
960
|
uaid?: string;
|
|
960
961
|
sessionId?: string;
|
|
961
962
|
eligible?: boolean;
|
|
962
963
|
messageCount?: number;
|
|
963
964
|
minimumMessages?: number;
|
|
964
|
-
reason?: string;
|
|
965
965
|
onchain?: {
|
|
966
|
-
eligible?: boolean;
|
|
967
966
|
reason?: string;
|
|
967
|
+
eligible?: boolean;
|
|
968
968
|
estimatedCredits?: number;
|
|
969
969
|
usdEstimate?: number;
|
|
970
970
|
nativeFeeEstimate?: number;
|
|
971
971
|
};
|
|
972
972
|
}, {
|
|
973
|
+
reason?: string;
|
|
973
974
|
uaid?: string;
|
|
974
975
|
sessionId?: string;
|
|
975
976
|
eligible?: boolean;
|
|
976
977
|
messageCount?: number;
|
|
977
978
|
minimumMessages?: number;
|
|
978
|
-
reason?: string;
|
|
979
979
|
onchain?: {
|
|
980
|
-
eligible?: boolean;
|
|
981
980
|
reason?: string;
|
|
981
|
+
eligible?: boolean;
|
|
982
982
|
estimatedCredits?: number;
|
|
983
983
|
usdEstimate?: number;
|
|
984
984
|
nativeFeeEstimate?: number;
|
|
@@ -10704,14 +10704,14 @@ export declare const x402CreditPurchaseResponseSchema: z.ZodObject<{
|
|
|
10704
10704
|
errorReason: z.ZodOptional<z.ZodString>;
|
|
10705
10705
|
}, "strict", z.ZodTypeAny, {
|
|
10706
10706
|
network?: string;
|
|
10707
|
-
transaction?: string;
|
|
10708
10707
|
payer?: string;
|
|
10708
|
+
transaction?: string;
|
|
10709
10709
|
success?: boolean;
|
|
10710
10710
|
errorReason?: string;
|
|
10711
10711
|
}, {
|
|
10712
10712
|
network?: string;
|
|
10713
|
-
transaction?: string;
|
|
10714
10713
|
payer?: string;
|
|
10714
|
+
transaction?: string;
|
|
10715
10715
|
success?: boolean;
|
|
10716
10716
|
errorReason?: string;
|
|
10717
10717
|
}>>;
|
|
@@ -10720,8 +10720,8 @@ export declare const x402CreditPurchaseResponseSchema: z.ZodObject<{
|
|
|
10720
10720
|
requirement?: Record<string, JsonValue>;
|
|
10721
10721
|
settlement?: {
|
|
10722
10722
|
network?: string;
|
|
10723
|
-
transaction?: string;
|
|
10724
10723
|
payer?: string;
|
|
10724
|
+
transaction?: string;
|
|
10725
10725
|
success?: boolean;
|
|
10726
10726
|
errorReason?: string;
|
|
10727
10727
|
};
|
|
@@ -10730,8 +10730,8 @@ export declare const x402CreditPurchaseResponseSchema: z.ZodObject<{
|
|
|
10730
10730
|
requirement?: Record<string, JsonValue>;
|
|
10731
10731
|
settlement?: {
|
|
10732
10732
|
network?: string;
|
|
10733
|
-
transaction?: string;
|
|
10734
10733
|
payer?: string;
|
|
10734
|
+
transaction?: string;
|
|
10735
10735
|
success?: boolean;
|
|
10736
10736
|
errorReason?: string;
|
|
10737
10737
|
};
|
|
@@ -10747,8 +10747,8 @@ export declare const x402CreditPurchaseResponseSchema: z.ZodObject<{
|
|
|
10747
10747
|
requirement?: Record<string, JsonValue>;
|
|
10748
10748
|
settlement?: {
|
|
10749
10749
|
network?: string;
|
|
10750
|
-
transaction?: string;
|
|
10751
10750
|
payer?: string;
|
|
10751
|
+
transaction?: string;
|
|
10752
10752
|
success?: boolean;
|
|
10753
10753
|
errorReason?: string;
|
|
10754
10754
|
};
|
|
@@ -10764,8 +10764,8 @@ export declare const x402CreditPurchaseResponseSchema: z.ZodObject<{
|
|
|
10764
10764
|
requirement?: Record<string, JsonValue>;
|
|
10765
10765
|
settlement?: {
|
|
10766
10766
|
network?: string;
|
|
10767
|
-
transaction?: string;
|
|
10768
10767
|
payer?: string;
|
|
10768
|
+
transaction?: string;
|
|
10769
10769
|
success?: boolean;
|
|
10770
10770
|
errorReason?: string;
|
|
10771
10771
|
};
|
|
@@ -12670,21 +12670,21 @@ export declare const moltbookOwnerRegistrationUpdateResponseSchema: z.ZodObject<
|
|
|
12670
12670
|
export declare const skillRegistryFileDescriptorSchema: z.ZodObject<{
|
|
12671
12671
|
name: z.ZodString;
|
|
12672
12672
|
mimeType: z.ZodString;
|
|
12673
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12673
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12674
12674
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12675
12675
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12676
12676
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12677
12677
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12678
12678
|
name: z.ZodString;
|
|
12679
12679
|
mimeType: z.ZodString;
|
|
12680
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12680
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12681
12681
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12682
12682
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12683
12683
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12684
12684
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12685
12685
|
name: z.ZodString;
|
|
12686
12686
|
mimeType: z.ZodString;
|
|
12687
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12687
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12688
12688
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12689
12689
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12690
12690
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12697,27 +12697,38 @@ export declare const skillRegistryPublishSummarySchema: z.ZodObject<{
|
|
|
12697
12697
|
description: z.ZodOptional<z.ZodString>;
|
|
12698
12698
|
createdAt: z.ZodString;
|
|
12699
12699
|
directoryTopicId: z.ZodString;
|
|
12700
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
12700
12701
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12702
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
12701
12703
|
packageTopicId: z.ZodString;
|
|
12704
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
12702
12705
|
skillJsonHrl: z.ZodString;
|
|
12706
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
12707
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12708
|
+
category: z.ZodOptional<z.ZodString>;
|
|
12709
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
12710
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
12711
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
12712
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
12713
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
12703
12714
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12704
12715
|
name: z.ZodString;
|
|
12705
12716
|
mimeType: z.ZodString;
|
|
12706
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12717
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12707
12718
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12708
12719
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12709
12720
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12710
12721
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12711
12722
|
name: z.ZodString;
|
|
12712
12723
|
mimeType: z.ZodString;
|
|
12713
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12724
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12714
12725
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12715
12726
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12716
12727
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12717
12728
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12718
12729
|
name: z.ZodString;
|
|
12719
12730
|
mimeType: z.ZodString;
|
|
12720
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12731
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12721
12732
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12722
12733
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12723
12734
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12730,27 +12741,38 @@ export declare const skillRegistryPublishSummarySchema: z.ZodObject<{
|
|
|
12730
12741
|
description: z.ZodOptional<z.ZodString>;
|
|
12731
12742
|
createdAt: z.ZodString;
|
|
12732
12743
|
directoryTopicId: z.ZodString;
|
|
12744
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
12733
12745
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12746
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
12734
12747
|
packageTopicId: z.ZodString;
|
|
12748
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
12735
12749
|
skillJsonHrl: z.ZodString;
|
|
12750
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
12751
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12752
|
+
category: z.ZodOptional<z.ZodString>;
|
|
12753
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
12754
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
12755
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
12756
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
12757
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
12736
12758
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12737
12759
|
name: z.ZodString;
|
|
12738
12760
|
mimeType: z.ZodString;
|
|
12739
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12761
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12740
12762
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12741
12763
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12742
12764
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12743
12765
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12744
12766
|
name: z.ZodString;
|
|
12745
12767
|
mimeType: z.ZodString;
|
|
12746
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12768
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12747
12769
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12748
12770
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12749
12771
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12750
12772
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12751
12773
|
name: z.ZodString;
|
|
12752
12774
|
mimeType: z.ZodString;
|
|
12753
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12775
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12754
12776
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12755
12777
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12756
12778
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12763,27 +12785,38 @@ export declare const skillRegistryPublishSummarySchema: z.ZodObject<{
|
|
|
12763
12785
|
description: z.ZodOptional<z.ZodString>;
|
|
12764
12786
|
createdAt: z.ZodString;
|
|
12765
12787
|
directoryTopicId: z.ZodString;
|
|
12788
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
12766
12789
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12790
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
12767
12791
|
packageTopicId: z.ZodString;
|
|
12792
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
12768
12793
|
skillJsonHrl: z.ZodString;
|
|
12794
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
12795
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12796
|
+
category: z.ZodOptional<z.ZodString>;
|
|
12797
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
12798
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
12799
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
12800
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
12801
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
12769
12802
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12770
12803
|
name: z.ZodString;
|
|
12771
12804
|
mimeType: z.ZodString;
|
|
12772
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12805
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12773
12806
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12774
12807
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12775
12808
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12776
12809
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12777
12810
|
name: z.ZodString;
|
|
12778
12811
|
mimeType: z.ZodString;
|
|
12779
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12812
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12780
12813
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12781
12814
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12782
12815
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12783
12816
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12784
12817
|
name: z.ZodString;
|
|
12785
12818
|
mimeType: z.ZodString;
|
|
12786
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12819
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12787
12820
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12788
12821
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12789
12822
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12798,27 +12831,38 @@ export declare const skillRegistryListResponseSchema: z.ZodObject<{
|
|
|
12798
12831
|
description: z.ZodOptional<z.ZodString>;
|
|
12799
12832
|
createdAt: z.ZodString;
|
|
12800
12833
|
directoryTopicId: z.ZodString;
|
|
12834
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
12801
12835
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12836
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
12802
12837
|
packageTopicId: z.ZodString;
|
|
12838
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
12803
12839
|
skillJsonHrl: z.ZodString;
|
|
12840
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
12841
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12842
|
+
category: z.ZodOptional<z.ZodString>;
|
|
12843
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
12844
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
12845
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
12846
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
12847
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
12804
12848
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12805
12849
|
name: z.ZodString;
|
|
12806
12850
|
mimeType: z.ZodString;
|
|
12807
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12851
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12808
12852
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12809
12853
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12810
12854
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12811
12855
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12812
12856
|
name: z.ZodString;
|
|
12813
12857
|
mimeType: z.ZodString;
|
|
12814
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12858
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12815
12859
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12816
12860
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12817
12861
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12818
12862
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12819
12863
|
name: z.ZodString;
|
|
12820
12864
|
mimeType: z.ZodString;
|
|
12821
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12865
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12822
12866
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12823
12867
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12824
12868
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12831,27 +12875,38 @@ export declare const skillRegistryListResponseSchema: z.ZodObject<{
|
|
|
12831
12875
|
description: z.ZodOptional<z.ZodString>;
|
|
12832
12876
|
createdAt: z.ZodString;
|
|
12833
12877
|
directoryTopicId: z.ZodString;
|
|
12878
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
12834
12879
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12880
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
12835
12881
|
packageTopicId: z.ZodString;
|
|
12882
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
12836
12883
|
skillJsonHrl: z.ZodString;
|
|
12884
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
12885
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12886
|
+
category: z.ZodOptional<z.ZodString>;
|
|
12887
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
12888
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
12889
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
12890
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
12891
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
12837
12892
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12838
12893
|
name: z.ZodString;
|
|
12839
12894
|
mimeType: z.ZodString;
|
|
12840
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12895
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12841
12896
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12842
12897
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12843
12898
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12844
12899
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12845
12900
|
name: z.ZodString;
|
|
12846
12901
|
mimeType: z.ZodString;
|
|
12847
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12902
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12848
12903
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12849
12904
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12850
12905
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12851
12906
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12852
12907
|
name: z.ZodString;
|
|
12853
12908
|
mimeType: z.ZodString;
|
|
12854
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12909
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12855
12910
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12856
12911
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12857
12912
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12864,27 +12919,38 @@ export declare const skillRegistryListResponseSchema: z.ZodObject<{
|
|
|
12864
12919
|
description: z.ZodOptional<z.ZodString>;
|
|
12865
12920
|
createdAt: z.ZodString;
|
|
12866
12921
|
directoryTopicId: z.ZodString;
|
|
12922
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
12867
12923
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12924
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
12868
12925
|
packageTopicId: z.ZodString;
|
|
12926
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
12869
12927
|
skillJsonHrl: z.ZodString;
|
|
12928
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
12929
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12930
|
+
category: z.ZodOptional<z.ZodString>;
|
|
12931
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
12932
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
12933
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
12934
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
12935
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
12870
12936
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12871
12937
|
name: z.ZodString;
|
|
12872
12938
|
mimeType: z.ZodString;
|
|
12873
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12939
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12874
12940
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12875
12941
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12876
12942
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12877
12943
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12878
12944
|
name: z.ZodString;
|
|
12879
12945
|
mimeType: z.ZodString;
|
|
12880
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12946
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12881
12947
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12882
12948
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12883
12949
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12884
12950
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12885
12951
|
name: z.ZodString;
|
|
12886
12952
|
mimeType: z.ZodString;
|
|
12887
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12953
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12888
12954
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12889
12955
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12890
12956
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12900,27 +12966,38 @@ export declare const skillRegistryListResponseSchema: z.ZodObject<{
|
|
|
12900
12966
|
description: z.ZodOptional<z.ZodString>;
|
|
12901
12967
|
createdAt: z.ZodString;
|
|
12902
12968
|
directoryTopicId: z.ZodString;
|
|
12969
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
12903
12970
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12971
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
12904
12972
|
packageTopicId: z.ZodString;
|
|
12973
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
12905
12974
|
skillJsonHrl: z.ZodString;
|
|
12975
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
12976
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12977
|
+
category: z.ZodOptional<z.ZodString>;
|
|
12978
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
12979
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
12980
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
12981
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
12982
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
12906
12983
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12907
12984
|
name: z.ZodString;
|
|
12908
12985
|
mimeType: z.ZodString;
|
|
12909
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12986
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12910
12987
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12911
12988
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12912
12989
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12913
12990
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12914
12991
|
name: z.ZodString;
|
|
12915
12992
|
mimeType: z.ZodString;
|
|
12916
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
12993
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12917
12994
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12918
12995
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12919
12996
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12920
12997
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12921
12998
|
name: z.ZodString;
|
|
12922
12999
|
mimeType: z.ZodString;
|
|
12923
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13000
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12924
13001
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12925
13002
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12926
13003
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12933,27 +13010,38 @@ export declare const skillRegistryListResponseSchema: z.ZodObject<{
|
|
|
12933
13010
|
description: z.ZodOptional<z.ZodString>;
|
|
12934
13011
|
createdAt: z.ZodString;
|
|
12935
13012
|
directoryTopicId: z.ZodString;
|
|
13013
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
12936
13014
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13015
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
12937
13016
|
packageTopicId: z.ZodString;
|
|
13017
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
12938
13018
|
skillJsonHrl: z.ZodString;
|
|
13019
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13020
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13021
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13022
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13023
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13024
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13025
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13026
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
12939
13027
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12940
13028
|
name: z.ZodString;
|
|
12941
13029
|
mimeType: z.ZodString;
|
|
12942
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13030
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12943
13031
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12944
13032
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12945
13033
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12946
13034
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12947
13035
|
name: z.ZodString;
|
|
12948
13036
|
mimeType: z.ZodString;
|
|
12949
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13037
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12950
13038
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12951
13039
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12952
13040
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12953
13041
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12954
13042
|
name: z.ZodString;
|
|
12955
13043
|
mimeType: z.ZodString;
|
|
12956
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13044
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12957
13045
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12958
13046
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12959
13047
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12966,27 +13054,38 @@ export declare const skillRegistryListResponseSchema: z.ZodObject<{
|
|
|
12966
13054
|
description: z.ZodOptional<z.ZodString>;
|
|
12967
13055
|
createdAt: z.ZodString;
|
|
12968
13056
|
directoryTopicId: z.ZodString;
|
|
13057
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
12969
13058
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13059
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
12970
13060
|
packageTopicId: z.ZodString;
|
|
13061
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
12971
13062
|
skillJsonHrl: z.ZodString;
|
|
13063
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13064
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13065
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13066
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13067
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13068
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13069
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13070
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
12972
13071
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12973
13072
|
name: z.ZodString;
|
|
12974
13073
|
mimeType: z.ZodString;
|
|
12975
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13074
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12976
13075
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12977
13076
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12978
13077
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12979
13078
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12980
13079
|
name: z.ZodString;
|
|
12981
13080
|
mimeType: z.ZodString;
|
|
12982
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13081
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12983
13082
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12984
13083
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12985
13084
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
12986
13085
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12987
13086
|
name: z.ZodString;
|
|
12988
13087
|
mimeType: z.ZodString;
|
|
12989
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13088
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
12990
13089
|
topicId: z.ZodOptional<z.ZodString>;
|
|
12991
13090
|
hrl: z.ZodOptional<z.ZodString>;
|
|
12992
13091
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13002,27 +13101,38 @@ export declare const skillRegistryListResponseSchema: z.ZodObject<{
|
|
|
13002
13101
|
description: z.ZodOptional<z.ZodString>;
|
|
13003
13102
|
createdAt: z.ZodString;
|
|
13004
13103
|
directoryTopicId: z.ZodString;
|
|
13104
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13005
13105
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13106
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13006
13107
|
packageTopicId: z.ZodString;
|
|
13108
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13007
13109
|
skillJsonHrl: z.ZodString;
|
|
13110
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13111
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13112
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13113
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13114
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13115
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13116
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13117
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
13008
13118
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13009
13119
|
name: z.ZodString;
|
|
13010
13120
|
mimeType: z.ZodString;
|
|
13011
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13121
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13012
13122
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13013
13123
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13014
13124
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13015
13125
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13016
13126
|
name: z.ZodString;
|
|
13017
13127
|
mimeType: z.ZodString;
|
|
13018
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13128
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13019
13129
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13020
13130
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13021
13131
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13022
13132
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13023
13133
|
name: z.ZodString;
|
|
13024
13134
|
mimeType: z.ZodString;
|
|
13025
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13135
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13026
13136
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13027
13137
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13028
13138
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13035,27 +13145,38 @@ export declare const skillRegistryListResponseSchema: z.ZodObject<{
|
|
|
13035
13145
|
description: z.ZodOptional<z.ZodString>;
|
|
13036
13146
|
createdAt: z.ZodString;
|
|
13037
13147
|
directoryTopicId: z.ZodString;
|
|
13148
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13038
13149
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13150
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13039
13151
|
packageTopicId: z.ZodString;
|
|
13152
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13040
13153
|
skillJsonHrl: z.ZodString;
|
|
13154
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13155
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13156
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13157
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13158
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13159
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13160
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13161
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
13041
13162
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13042
13163
|
name: z.ZodString;
|
|
13043
13164
|
mimeType: z.ZodString;
|
|
13044
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13165
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13045
13166
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13046
13167
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13047
13168
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13048
13169
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13049
13170
|
name: z.ZodString;
|
|
13050
13171
|
mimeType: z.ZodString;
|
|
13051
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13172
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13052
13173
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13053
13174
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13054
13175
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13055
13176
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13056
13177
|
name: z.ZodString;
|
|
13057
13178
|
mimeType: z.ZodString;
|
|
13058
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13179
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13059
13180
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13060
13181
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13061
13182
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13068,27 +13189,38 @@ export declare const skillRegistryListResponseSchema: z.ZodObject<{
|
|
|
13068
13189
|
description: z.ZodOptional<z.ZodString>;
|
|
13069
13190
|
createdAt: z.ZodString;
|
|
13070
13191
|
directoryTopicId: z.ZodString;
|
|
13192
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13071
13193
|
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13194
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13072
13195
|
packageTopicId: z.ZodString;
|
|
13196
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13073
13197
|
skillJsonHrl: z.ZodString;
|
|
13198
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13199
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13200
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13201
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13202
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13203
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13204
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13205
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
13074
13206
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13075
13207
|
name: z.ZodString;
|
|
13076
13208
|
mimeType: z.ZodString;
|
|
13077
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13209
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13078
13210
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13079
13211
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13080
13212
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13081
13213
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13082
13214
|
name: z.ZodString;
|
|
13083
13215
|
mimeType: z.ZodString;
|
|
13084
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13216
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13085
13217
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13086
13218
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13087
13219
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13088
13220
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13089
13221
|
name: z.ZodString;
|
|
13090
13222
|
mimeType: z.ZodString;
|
|
13091
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13223
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13092
13224
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13093
13225
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13094
13226
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13211,27 +13343,33 @@ export declare const skillRegistryJobStatusResponseSchema: z.ZodObject<{
|
|
|
13211
13343
|
name: z.ZodString;
|
|
13212
13344
|
version: z.ZodString;
|
|
13213
13345
|
directoryTopicId: z.ZodString;
|
|
13346
|
+
skillUid: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13214
13347
|
directorySequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13348
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13215
13349
|
packageTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13350
|
+
manifestHrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13216
13351
|
skillJsonHrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13352
|
+
iconHcs1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13353
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
13354
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13217
13355
|
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
13218
13356
|
name: z.ZodString;
|
|
13219
13357
|
mimeType: z.ZodString;
|
|
13220
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13358
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13221
13359
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13222
13360
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13223
13361
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13224
13362
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13225
13363
|
name: z.ZodString;
|
|
13226
13364
|
mimeType: z.ZodString;
|
|
13227
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13365
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13228
13366
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13229
13367
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13230
13368
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13231
13369
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13232
13370
|
name: z.ZodString;
|
|
13233
13371
|
mimeType: z.ZodString;
|
|
13234
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13372
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13235
13373
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13236
13374
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13237
13375
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13251,27 +13389,33 @@ export declare const skillRegistryJobStatusResponseSchema: z.ZodObject<{
|
|
|
13251
13389
|
name: z.ZodString;
|
|
13252
13390
|
version: z.ZodString;
|
|
13253
13391
|
directoryTopicId: z.ZodString;
|
|
13392
|
+
skillUid: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13254
13393
|
directorySequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13394
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13255
13395
|
packageTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13396
|
+
manifestHrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13256
13397
|
skillJsonHrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13398
|
+
iconHcs1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13399
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
13400
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13257
13401
|
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
13258
13402
|
name: z.ZodString;
|
|
13259
13403
|
mimeType: z.ZodString;
|
|
13260
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13404
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13261
13405
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13262
13406
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13263
13407
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13264
13408
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13265
13409
|
name: z.ZodString;
|
|
13266
13410
|
mimeType: z.ZodString;
|
|
13267
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13411
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13268
13412
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13269
13413
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13270
13414
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13271
13415
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13272
13416
|
name: z.ZodString;
|
|
13273
13417
|
mimeType: z.ZodString;
|
|
13274
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13418
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13275
13419
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13276
13420
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13277
13421
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13291,27 +13435,33 @@ export declare const skillRegistryJobStatusResponseSchema: z.ZodObject<{
|
|
|
13291
13435
|
name: z.ZodString;
|
|
13292
13436
|
version: z.ZodString;
|
|
13293
13437
|
directoryTopicId: z.ZodString;
|
|
13438
|
+
skillUid: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13294
13439
|
directorySequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13440
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13295
13441
|
packageTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13442
|
+
manifestHrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13296
13443
|
skillJsonHrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13444
|
+
iconHcs1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13445
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
13446
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13297
13447
|
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
13298
13448
|
name: z.ZodString;
|
|
13299
13449
|
mimeType: z.ZodString;
|
|
13300
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13450
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13301
13451
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13302
13452
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13303
13453
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13304
13454
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13305
13455
|
name: z.ZodString;
|
|
13306
13456
|
mimeType: z.ZodString;
|
|
13307
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13457
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13308
13458
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13309
13459
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13310
13460
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13311
13461
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13312
13462
|
name: z.ZodString;
|
|
13313
13463
|
mimeType: z.ZodString;
|
|
13314
|
-
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"file">]>;
|
|
13464
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13315
13465
|
topicId: z.ZodOptional<z.ZodString>;
|
|
13316
13466
|
hrl: z.ZodOptional<z.ZodString>;
|
|
13317
13467
|
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13325,40 +13475,2319 @@ export declare const skillRegistryJobStatusResponseSchema: z.ZodObject<{
|
|
|
13325
13475
|
createdAt: z.ZodString;
|
|
13326
13476
|
updatedAt: z.ZodString;
|
|
13327
13477
|
}, z.ZodTypeAny, "passthrough">>;
|
|
13328
|
-
export declare const
|
|
13329
|
-
|
|
13330
|
-
|
|
13331
|
-
|
|
13332
|
-
|
|
13333
|
-
allowedMimeTypes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
13334
|
-
network: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>>>;
|
|
13478
|
+
export declare const skillRegistryVersionItemSchema: z.ZodObject<{
|
|
13479
|
+
jobId: z.ZodString;
|
|
13480
|
+
version: z.ZodString;
|
|
13481
|
+
createdAt: z.ZodString;
|
|
13482
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13335
13483
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13336
|
-
|
|
13337
|
-
|
|
13338
|
-
|
|
13339
|
-
|
|
13340
|
-
allowedMimeTypes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
13341
|
-
network: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>>>;
|
|
13484
|
+
jobId: z.ZodString;
|
|
13485
|
+
version: z.ZodString;
|
|
13486
|
+
createdAt: z.ZodString;
|
|
13487
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13342
13488
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13343
|
-
|
|
13344
|
-
|
|
13345
|
-
|
|
13346
|
-
|
|
13347
|
-
allowedMimeTypes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
13348
|
-
network: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>>>;
|
|
13489
|
+
jobId: z.ZodString;
|
|
13490
|
+
version: z.ZodString;
|
|
13491
|
+
createdAt: z.ZodString;
|
|
13492
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13349
13493
|
}, z.ZodTypeAny, "passthrough">>;
|
|
13350
|
-
export declare const
|
|
13494
|
+
export declare const skillRegistryVersionsResponseSchema: z.ZodObject<{
|
|
13351
13495
|
name: z.ZodString;
|
|
13352
|
-
|
|
13353
|
-
|
|
13496
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13497
|
+
jobId: z.ZodString;
|
|
13498
|
+
version: z.ZodString;
|
|
13499
|
+
createdAt: z.ZodString;
|
|
13500
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13501
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13502
|
+
jobId: z.ZodString;
|
|
13503
|
+
version: z.ZodString;
|
|
13504
|
+
createdAt: z.ZodString;
|
|
13505
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13506
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13507
|
+
jobId: z.ZodString;
|
|
13508
|
+
version: z.ZodString;
|
|
13509
|
+
createdAt: z.ZodString;
|
|
13510
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13511
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13354
13512
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13355
13513
|
name: z.ZodString;
|
|
13356
|
-
|
|
13357
|
-
|
|
13514
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13515
|
+
jobId: z.ZodString;
|
|
13516
|
+
version: z.ZodString;
|
|
13517
|
+
createdAt: z.ZodString;
|
|
13518
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13519
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13520
|
+
jobId: z.ZodString;
|
|
13521
|
+
version: z.ZodString;
|
|
13522
|
+
createdAt: z.ZodString;
|
|
13523
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13524
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13525
|
+
jobId: z.ZodString;
|
|
13526
|
+
version: z.ZodString;
|
|
13527
|
+
createdAt: z.ZodString;
|
|
13528
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13529
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13358
13530
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13359
13531
|
name: z.ZodString;
|
|
13360
|
-
|
|
13361
|
-
|
|
13532
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13533
|
+
jobId: z.ZodString;
|
|
13534
|
+
version: z.ZodString;
|
|
13535
|
+
createdAt: z.ZodString;
|
|
13536
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13537
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13538
|
+
jobId: z.ZodString;
|
|
13539
|
+
version: z.ZodString;
|
|
13540
|
+
createdAt: z.ZodString;
|
|
13541
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13542
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13543
|
+
jobId: z.ZodString;
|
|
13544
|
+
version: z.ZodString;
|
|
13545
|
+
createdAt: z.ZodString;
|
|
13546
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13547
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13548
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
13549
|
+
export declare const skillRegistryMineItemSchema: z.ZodObject<{
|
|
13550
|
+
name: z.ZodString;
|
|
13551
|
+
latestVersion: z.ZodString;
|
|
13552
|
+
latestCreatedAt: z.ZodString;
|
|
13553
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13554
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13555
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13556
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13557
|
+
name: z.ZodString;
|
|
13558
|
+
latestVersion: z.ZodString;
|
|
13559
|
+
latestCreatedAt: z.ZodString;
|
|
13560
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13561
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13562
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13563
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13564
|
+
name: z.ZodString;
|
|
13565
|
+
latestVersion: z.ZodString;
|
|
13566
|
+
latestCreatedAt: z.ZodString;
|
|
13567
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13568
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13569
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13570
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
13571
|
+
export declare const skillRegistryMineResponseSchema: z.ZodObject<{
|
|
13572
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13573
|
+
name: z.ZodString;
|
|
13574
|
+
latestVersion: z.ZodString;
|
|
13575
|
+
latestCreatedAt: z.ZodString;
|
|
13576
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13577
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13578
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13579
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13580
|
+
name: z.ZodString;
|
|
13581
|
+
latestVersion: z.ZodString;
|
|
13582
|
+
latestCreatedAt: z.ZodString;
|
|
13583
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13584
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13585
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13586
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13587
|
+
name: z.ZodString;
|
|
13588
|
+
latestVersion: z.ZodString;
|
|
13589
|
+
latestCreatedAt: z.ZodString;
|
|
13590
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13591
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13592
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13593
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13594
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13595
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13596
|
+
name: z.ZodString;
|
|
13597
|
+
latestVersion: z.ZodString;
|
|
13598
|
+
latestCreatedAt: z.ZodString;
|
|
13599
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13600
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13601
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13602
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13603
|
+
name: z.ZodString;
|
|
13604
|
+
latestVersion: z.ZodString;
|
|
13605
|
+
latestCreatedAt: z.ZodString;
|
|
13606
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13607
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13608
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13609
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13610
|
+
name: z.ZodString;
|
|
13611
|
+
latestVersion: z.ZodString;
|
|
13612
|
+
latestCreatedAt: z.ZodString;
|
|
13613
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13614
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13615
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13616
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13617
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13618
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13619
|
+
name: z.ZodString;
|
|
13620
|
+
latestVersion: z.ZodString;
|
|
13621
|
+
latestCreatedAt: z.ZodString;
|
|
13622
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13623
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13624
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13625
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13626
|
+
name: z.ZodString;
|
|
13627
|
+
latestVersion: z.ZodString;
|
|
13628
|
+
latestCreatedAt: z.ZodString;
|
|
13629
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13630
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13631
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13632
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13633
|
+
name: z.ZodString;
|
|
13634
|
+
latestVersion: z.ZodString;
|
|
13635
|
+
latestCreatedAt: z.ZodString;
|
|
13636
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13637
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13638
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13639
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13640
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
13641
|
+
export declare const skillRegistryMyListResponseSchema: z.ZodObject<{
|
|
13642
|
+
owned: z.ZodObject<{
|
|
13643
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13644
|
+
name: z.ZodString;
|
|
13645
|
+
latestVersion: z.ZodString;
|
|
13646
|
+
latestCreatedAt: z.ZodString;
|
|
13647
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13648
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13649
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13650
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13651
|
+
name: z.ZodString;
|
|
13652
|
+
latestVersion: z.ZodString;
|
|
13653
|
+
latestCreatedAt: z.ZodString;
|
|
13654
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13655
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13656
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13657
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13658
|
+
name: z.ZodString;
|
|
13659
|
+
latestVersion: z.ZodString;
|
|
13660
|
+
latestCreatedAt: z.ZodString;
|
|
13661
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13662
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13663
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13664
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13665
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13666
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13667
|
+
name: z.ZodString;
|
|
13668
|
+
latestVersion: z.ZodString;
|
|
13669
|
+
latestCreatedAt: z.ZodString;
|
|
13670
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13671
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13672
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13673
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13674
|
+
name: z.ZodString;
|
|
13675
|
+
latestVersion: z.ZodString;
|
|
13676
|
+
latestCreatedAt: z.ZodString;
|
|
13677
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13678
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13679
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13680
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13681
|
+
name: z.ZodString;
|
|
13682
|
+
latestVersion: z.ZodString;
|
|
13683
|
+
latestCreatedAt: z.ZodString;
|
|
13684
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13685
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13686
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13687
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13688
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13689
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13690
|
+
name: z.ZodString;
|
|
13691
|
+
latestVersion: z.ZodString;
|
|
13692
|
+
latestCreatedAt: z.ZodString;
|
|
13693
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13694
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13695
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13696
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13697
|
+
name: z.ZodString;
|
|
13698
|
+
latestVersion: z.ZodString;
|
|
13699
|
+
latestCreatedAt: z.ZodString;
|
|
13700
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13701
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13702
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13703
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13704
|
+
name: z.ZodString;
|
|
13705
|
+
latestVersion: z.ZodString;
|
|
13706
|
+
latestCreatedAt: z.ZodString;
|
|
13707
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13708
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13709
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
13710
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13711
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
13712
|
+
upvoted: z.ZodObject<{
|
|
13713
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13714
|
+
jobId: z.ZodString;
|
|
13715
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
13716
|
+
name: z.ZodString;
|
|
13717
|
+
version: z.ZodString;
|
|
13718
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13719
|
+
createdAt: z.ZodString;
|
|
13720
|
+
directoryTopicId: z.ZodString;
|
|
13721
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13722
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13723
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13724
|
+
packageTopicId: z.ZodString;
|
|
13725
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13726
|
+
skillJsonHrl: z.ZodString;
|
|
13727
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13728
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13729
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13730
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13731
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13732
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13733
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13734
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
13735
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13736
|
+
name: z.ZodString;
|
|
13737
|
+
mimeType: z.ZodString;
|
|
13738
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13739
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13740
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13741
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13742
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13743
|
+
name: z.ZodString;
|
|
13744
|
+
mimeType: z.ZodString;
|
|
13745
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13746
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13747
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13748
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13749
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13750
|
+
name: z.ZodString;
|
|
13751
|
+
mimeType: z.ZodString;
|
|
13752
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13753
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13754
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13755
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13756
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
13757
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13758
|
+
jobId: z.ZodString;
|
|
13759
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
13760
|
+
name: z.ZodString;
|
|
13761
|
+
version: z.ZodString;
|
|
13762
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13763
|
+
createdAt: z.ZodString;
|
|
13764
|
+
directoryTopicId: z.ZodString;
|
|
13765
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13766
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13767
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13768
|
+
packageTopicId: z.ZodString;
|
|
13769
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13770
|
+
skillJsonHrl: z.ZodString;
|
|
13771
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13772
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13773
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13774
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13775
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13776
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13777
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13778
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
13779
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13780
|
+
name: z.ZodString;
|
|
13781
|
+
mimeType: z.ZodString;
|
|
13782
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13783
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13784
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13785
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13786
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13787
|
+
name: z.ZodString;
|
|
13788
|
+
mimeType: z.ZodString;
|
|
13789
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13790
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13791
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13792
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13793
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13794
|
+
name: z.ZodString;
|
|
13795
|
+
mimeType: z.ZodString;
|
|
13796
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13797
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13798
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13799
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13800
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
13801
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13802
|
+
jobId: z.ZodString;
|
|
13803
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
13804
|
+
name: z.ZodString;
|
|
13805
|
+
version: z.ZodString;
|
|
13806
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13807
|
+
createdAt: z.ZodString;
|
|
13808
|
+
directoryTopicId: z.ZodString;
|
|
13809
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13810
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13811
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13812
|
+
packageTopicId: z.ZodString;
|
|
13813
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13814
|
+
skillJsonHrl: z.ZodString;
|
|
13815
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13816
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13817
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13818
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13819
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13820
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13821
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13822
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
13823
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13824
|
+
name: z.ZodString;
|
|
13825
|
+
mimeType: z.ZodString;
|
|
13826
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13827
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13828
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13829
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13830
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13831
|
+
name: z.ZodString;
|
|
13832
|
+
mimeType: z.ZodString;
|
|
13833
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13834
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13835
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13836
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13837
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13838
|
+
name: z.ZodString;
|
|
13839
|
+
mimeType: z.ZodString;
|
|
13840
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13841
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13842
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13843
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13844
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
13845
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13846
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
13847
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13848
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13849
|
+
jobId: z.ZodString;
|
|
13850
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
13851
|
+
name: z.ZodString;
|
|
13852
|
+
version: z.ZodString;
|
|
13853
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13854
|
+
createdAt: z.ZodString;
|
|
13855
|
+
directoryTopicId: z.ZodString;
|
|
13856
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13857
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13858
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13859
|
+
packageTopicId: z.ZodString;
|
|
13860
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13861
|
+
skillJsonHrl: z.ZodString;
|
|
13862
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13863
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13864
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13865
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13866
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13867
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13868
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13869
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
13870
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13871
|
+
name: z.ZodString;
|
|
13872
|
+
mimeType: z.ZodString;
|
|
13873
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13874
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13875
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13876
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13877
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13878
|
+
name: z.ZodString;
|
|
13879
|
+
mimeType: z.ZodString;
|
|
13880
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13881
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13882
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13883
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13884
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13885
|
+
name: z.ZodString;
|
|
13886
|
+
mimeType: z.ZodString;
|
|
13887
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13888
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13889
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13890
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13891
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
13892
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13893
|
+
jobId: z.ZodString;
|
|
13894
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
13895
|
+
name: z.ZodString;
|
|
13896
|
+
version: z.ZodString;
|
|
13897
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13898
|
+
createdAt: z.ZodString;
|
|
13899
|
+
directoryTopicId: z.ZodString;
|
|
13900
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13901
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13902
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13903
|
+
packageTopicId: z.ZodString;
|
|
13904
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13905
|
+
skillJsonHrl: z.ZodString;
|
|
13906
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13907
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13908
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13909
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13910
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13911
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13912
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13913
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
13914
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13915
|
+
name: z.ZodString;
|
|
13916
|
+
mimeType: z.ZodString;
|
|
13917
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13918
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13919
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13920
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13921
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13922
|
+
name: z.ZodString;
|
|
13923
|
+
mimeType: z.ZodString;
|
|
13924
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13925
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13926
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13927
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13928
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13929
|
+
name: z.ZodString;
|
|
13930
|
+
mimeType: z.ZodString;
|
|
13931
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13932
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13933
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13934
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13935
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
13936
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13937
|
+
jobId: z.ZodString;
|
|
13938
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
13939
|
+
name: z.ZodString;
|
|
13940
|
+
version: z.ZodString;
|
|
13941
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13942
|
+
createdAt: z.ZodString;
|
|
13943
|
+
directoryTopicId: z.ZodString;
|
|
13944
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13945
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13946
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13947
|
+
packageTopicId: z.ZodString;
|
|
13948
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13949
|
+
skillJsonHrl: z.ZodString;
|
|
13950
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13951
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13952
|
+
category: z.ZodOptional<z.ZodString>;
|
|
13953
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
13954
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
13955
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
13956
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
13957
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
13958
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13959
|
+
name: z.ZodString;
|
|
13960
|
+
mimeType: z.ZodString;
|
|
13961
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13962
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13963
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13964
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13965
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
13966
|
+
name: z.ZodString;
|
|
13967
|
+
mimeType: z.ZodString;
|
|
13968
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13969
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13970
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13971
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13972
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13973
|
+
name: z.ZodString;
|
|
13974
|
+
mimeType: z.ZodString;
|
|
13975
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
13976
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
13977
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
13978
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13979
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
13980
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
13981
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
13982
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13983
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13984
|
+
jobId: z.ZodString;
|
|
13985
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
13986
|
+
name: z.ZodString;
|
|
13987
|
+
version: z.ZodString;
|
|
13988
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13989
|
+
createdAt: z.ZodString;
|
|
13990
|
+
directoryTopicId: z.ZodString;
|
|
13991
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
13992
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
13993
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
13994
|
+
packageTopicId: z.ZodString;
|
|
13995
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
13996
|
+
skillJsonHrl: z.ZodString;
|
|
13997
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
13998
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13999
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14000
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14001
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14002
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14003
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14004
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14005
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14006
|
+
name: z.ZodString;
|
|
14007
|
+
mimeType: z.ZodString;
|
|
14008
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14009
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14010
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14011
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14012
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14013
|
+
name: z.ZodString;
|
|
14014
|
+
mimeType: z.ZodString;
|
|
14015
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14016
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14017
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14018
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14019
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14020
|
+
name: z.ZodString;
|
|
14021
|
+
mimeType: z.ZodString;
|
|
14022
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14023
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14024
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14025
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14026
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14027
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14028
|
+
jobId: z.ZodString;
|
|
14029
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14030
|
+
name: z.ZodString;
|
|
14031
|
+
version: z.ZodString;
|
|
14032
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14033
|
+
createdAt: z.ZodString;
|
|
14034
|
+
directoryTopicId: z.ZodString;
|
|
14035
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14036
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14037
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14038
|
+
packageTopicId: z.ZodString;
|
|
14039
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14040
|
+
skillJsonHrl: z.ZodString;
|
|
14041
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14042
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14043
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14044
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14045
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14046
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14047
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14048
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14049
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14050
|
+
name: z.ZodString;
|
|
14051
|
+
mimeType: z.ZodString;
|
|
14052
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14053
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14054
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14055
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14056
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14057
|
+
name: z.ZodString;
|
|
14058
|
+
mimeType: z.ZodString;
|
|
14059
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14060
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14061
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14062
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14063
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14064
|
+
name: z.ZodString;
|
|
14065
|
+
mimeType: z.ZodString;
|
|
14066
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14067
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14068
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14069
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14070
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14071
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14072
|
+
jobId: z.ZodString;
|
|
14073
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14074
|
+
name: z.ZodString;
|
|
14075
|
+
version: z.ZodString;
|
|
14076
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14077
|
+
createdAt: z.ZodString;
|
|
14078
|
+
directoryTopicId: z.ZodString;
|
|
14079
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14080
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14081
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14082
|
+
packageTopicId: z.ZodString;
|
|
14083
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14084
|
+
skillJsonHrl: z.ZodString;
|
|
14085
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14086
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14087
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14088
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14089
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14090
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14091
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14092
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14093
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14094
|
+
name: z.ZodString;
|
|
14095
|
+
mimeType: z.ZodString;
|
|
14096
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14097
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14098
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14099
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14100
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14101
|
+
name: z.ZodString;
|
|
14102
|
+
mimeType: z.ZodString;
|
|
14103
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14104
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14105
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14106
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14107
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14108
|
+
name: z.ZodString;
|
|
14109
|
+
mimeType: z.ZodString;
|
|
14110
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14111
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14112
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14113
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14114
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14115
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14116
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
14117
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
14118
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14119
|
+
owned: z.ZodObject<{
|
|
14120
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14121
|
+
name: z.ZodString;
|
|
14122
|
+
latestVersion: z.ZodString;
|
|
14123
|
+
latestCreatedAt: z.ZodString;
|
|
14124
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14125
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14126
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14127
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14128
|
+
name: z.ZodString;
|
|
14129
|
+
latestVersion: z.ZodString;
|
|
14130
|
+
latestCreatedAt: z.ZodString;
|
|
14131
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14132
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14133
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14134
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14135
|
+
name: z.ZodString;
|
|
14136
|
+
latestVersion: z.ZodString;
|
|
14137
|
+
latestCreatedAt: z.ZodString;
|
|
14138
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14139
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14140
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14141
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14142
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14143
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14144
|
+
name: z.ZodString;
|
|
14145
|
+
latestVersion: z.ZodString;
|
|
14146
|
+
latestCreatedAt: z.ZodString;
|
|
14147
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14148
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14149
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14150
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14151
|
+
name: z.ZodString;
|
|
14152
|
+
latestVersion: z.ZodString;
|
|
14153
|
+
latestCreatedAt: z.ZodString;
|
|
14154
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14155
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14156
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14157
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14158
|
+
name: z.ZodString;
|
|
14159
|
+
latestVersion: z.ZodString;
|
|
14160
|
+
latestCreatedAt: z.ZodString;
|
|
14161
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14162
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14163
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14164
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14165
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14166
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14167
|
+
name: z.ZodString;
|
|
14168
|
+
latestVersion: z.ZodString;
|
|
14169
|
+
latestCreatedAt: z.ZodString;
|
|
14170
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14171
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14172
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14173
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14174
|
+
name: z.ZodString;
|
|
14175
|
+
latestVersion: z.ZodString;
|
|
14176
|
+
latestCreatedAt: z.ZodString;
|
|
14177
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14178
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14179
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14180
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14181
|
+
name: z.ZodString;
|
|
14182
|
+
latestVersion: z.ZodString;
|
|
14183
|
+
latestCreatedAt: z.ZodString;
|
|
14184
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14185
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14186
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14187
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14188
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
14189
|
+
upvoted: z.ZodObject<{
|
|
14190
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14191
|
+
jobId: z.ZodString;
|
|
14192
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14193
|
+
name: z.ZodString;
|
|
14194
|
+
version: z.ZodString;
|
|
14195
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14196
|
+
createdAt: z.ZodString;
|
|
14197
|
+
directoryTopicId: z.ZodString;
|
|
14198
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14199
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14200
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14201
|
+
packageTopicId: z.ZodString;
|
|
14202
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14203
|
+
skillJsonHrl: z.ZodString;
|
|
14204
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14205
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14206
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14207
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14208
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14209
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14210
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14211
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14212
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14213
|
+
name: z.ZodString;
|
|
14214
|
+
mimeType: z.ZodString;
|
|
14215
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14216
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14217
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14218
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14219
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14220
|
+
name: z.ZodString;
|
|
14221
|
+
mimeType: z.ZodString;
|
|
14222
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14223
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14224
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14225
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14226
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14227
|
+
name: z.ZodString;
|
|
14228
|
+
mimeType: z.ZodString;
|
|
14229
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14230
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14231
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14232
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14233
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14234
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14235
|
+
jobId: z.ZodString;
|
|
14236
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14237
|
+
name: z.ZodString;
|
|
14238
|
+
version: z.ZodString;
|
|
14239
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14240
|
+
createdAt: z.ZodString;
|
|
14241
|
+
directoryTopicId: z.ZodString;
|
|
14242
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14243
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14244
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14245
|
+
packageTopicId: z.ZodString;
|
|
14246
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14247
|
+
skillJsonHrl: z.ZodString;
|
|
14248
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14249
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14250
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14251
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14252
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14253
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14254
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14255
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14256
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14257
|
+
name: z.ZodString;
|
|
14258
|
+
mimeType: z.ZodString;
|
|
14259
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14260
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14261
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14262
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14263
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14264
|
+
name: z.ZodString;
|
|
14265
|
+
mimeType: z.ZodString;
|
|
14266
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14267
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14268
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14269
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14270
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14271
|
+
name: z.ZodString;
|
|
14272
|
+
mimeType: z.ZodString;
|
|
14273
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14274
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14275
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14276
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14277
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14278
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14279
|
+
jobId: z.ZodString;
|
|
14280
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14281
|
+
name: z.ZodString;
|
|
14282
|
+
version: z.ZodString;
|
|
14283
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14284
|
+
createdAt: z.ZodString;
|
|
14285
|
+
directoryTopicId: z.ZodString;
|
|
14286
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14287
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14288
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14289
|
+
packageTopicId: z.ZodString;
|
|
14290
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14291
|
+
skillJsonHrl: z.ZodString;
|
|
14292
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14293
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14294
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14295
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14296
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14297
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14298
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14299
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14300
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14301
|
+
name: z.ZodString;
|
|
14302
|
+
mimeType: z.ZodString;
|
|
14303
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14304
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14305
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14306
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14307
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14308
|
+
name: z.ZodString;
|
|
14309
|
+
mimeType: z.ZodString;
|
|
14310
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14311
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14312
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14313
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14314
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14315
|
+
name: z.ZodString;
|
|
14316
|
+
mimeType: z.ZodString;
|
|
14317
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14318
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14319
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14320
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14321
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14322
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14323
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
14324
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14325
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14326
|
+
jobId: z.ZodString;
|
|
14327
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14328
|
+
name: z.ZodString;
|
|
14329
|
+
version: z.ZodString;
|
|
14330
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14331
|
+
createdAt: z.ZodString;
|
|
14332
|
+
directoryTopicId: z.ZodString;
|
|
14333
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14334
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14335
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14336
|
+
packageTopicId: z.ZodString;
|
|
14337
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14338
|
+
skillJsonHrl: z.ZodString;
|
|
14339
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14340
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14341
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14342
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14343
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14344
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14345
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14346
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14347
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14348
|
+
name: z.ZodString;
|
|
14349
|
+
mimeType: z.ZodString;
|
|
14350
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14351
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14352
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14353
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14354
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14355
|
+
name: z.ZodString;
|
|
14356
|
+
mimeType: z.ZodString;
|
|
14357
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14358
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14359
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14360
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14361
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14362
|
+
name: z.ZodString;
|
|
14363
|
+
mimeType: z.ZodString;
|
|
14364
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14365
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14366
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14367
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14368
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14369
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14370
|
+
jobId: z.ZodString;
|
|
14371
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14372
|
+
name: z.ZodString;
|
|
14373
|
+
version: z.ZodString;
|
|
14374
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14375
|
+
createdAt: z.ZodString;
|
|
14376
|
+
directoryTopicId: z.ZodString;
|
|
14377
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14378
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14379
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14380
|
+
packageTopicId: z.ZodString;
|
|
14381
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14382
|
+
skillJsonHrl: z.ZodString;
|
|
14383
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14384
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14385
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14386
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14387
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14388
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14389
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14390
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14391
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14392
|
+
name: z.ZodString;
|
|
14393
|
+
mimeType: z.ZodString;
|
|
14394
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14395
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14396
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14397
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14398
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14399
|
+
name: z.ZodString;
|
|
14400
|
+
mimeType: z.ZodString;
|
|
14401
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14402
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14403
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14404
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14405
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14406
|
+
name: z.ZodString;
|
|
14407
|
+
mimeType: z.ZodString;
|
|
14408
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14409
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14410
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14411
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14412
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14413
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14414
|
+
jobId: z.ZodString;
|
|
14415
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14416
|
+
name: z.ZodString;
|
|
14417
|
+
version: z.ZodString;
|
|
14418
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14419
|
+
createdAt: z.ZodString;
|
|
14420
|
+
directoryTopicId: z.ZodString;
|
|
14421
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14422
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14423
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14424
|
+
packageTopicId: z.ZodString;
|
|
14425
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14426
|
+
skillJsonHrl: z.ZodString;
|
|
14427
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14428
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14429
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14430
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14431
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14432
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14433
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14434
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14435
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14436
|
+
name: z.ZodString;
|
|
14437
|
+
mimeType: z.ZodString;
|
|
14438
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14439
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14440
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14441
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14442
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14443
|
+
name: z.ZodString;
|
|
14444
|
+
mimeType: z.ZodString;
|
|
14445
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14446
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14447
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14448
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14449
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14450
|
+
name: z.ZodString;
|
|
14451
|
+
mimeType: z.ZodString;
|
|
14452
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14453
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14454
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14455
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14456
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14457
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14458
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
14459
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14460
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14461
|
+
jobId: z.ZodString;
|
|
14462
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14463
|
+
name: z.ZodString;
|
|
14464
|
+
version: z.ZodString;
|
|
14465
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14466
|
+
createdAt: z.ZodString;
|
|
14467
|
+
directoryTopicId: z.ZodString;
|
|
14468
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14469
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14470
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14471
|
+
packageTopicId: z.ZodString;
|
|
14472
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14473
|
+
skillJsonHrl: z.ZodString;
|
|
14474
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14475
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14476
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14477
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14478
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14479
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14480
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14481
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14482
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14483
|
+
name: z.ZodString;
|
|
14484
|
+
mimeType: z.ZodString;
|
|
14485
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14486
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14487
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14488
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14489
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14490
|
+
name: z.ZodString;
|
|
14491
|
+
mimeType: z.ZodString;
|
|
14492
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14493
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14494
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14495
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14496
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14497
|
+
name: z.ZodString;
|
|
14498
|
+
mimeType: z.ZodString;
|
|
14499
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14500
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14501
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14502
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14503
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14504
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14505
|
+
jobId: z.ZodString;
|
|
14506
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14507
|
+
name: z.ZodString;
|
|
14508
|
+
version: z.ZodString;
|
|
14509
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14510
|
+
createdAt: z.ZodString;
|
|
14511
|
+
directoryTopicId: z.ZodString;
|
|
14512
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14513
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14514
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14515
|
+
packageTopicId: z.ZodString;
|
|
14516
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14517
|
+
skillJsonHrl: z.ZodString;
|
|
14518
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14519
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14520
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14521
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14522
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14523
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14524
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14525
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14526
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14527
|
+
name: z.ZodString;
|
|
14528
|
+
mimeType: z.ZodString;
|
|
14529
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14530
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14531
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14532
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14533
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14534
|
+
name: z.ZodString;
|
|
14535
|
+
mimeType: z.ZodString;
|
|
14536
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14537
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14538
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14539
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14540
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14541
|
+
name: z.ZodString;
|
|
14542
|
+
mimeType: z.ZodString;
|
|
14543
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14544
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14545
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14546
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14547
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14548
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14549
|
+
jobId: z.ZodString;
|
|
14550
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14551
|
+
name: z.ZodString;
|
|
14552
|
+
version: z.ZodString;
|
|
14553
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14554
|
+
createdAt: z.ZodString;
|
|
14555
|
+
directoryTopicId: z.ZodString;
|
|
14556
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14557
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14558
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14559
|
+
packageTopicId: z.ZodString;
|
|
14560
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14561
|
+
skillJsonHrl: z.ZodString;
|
|
14562
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14563
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14564
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14565
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14566
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14567
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14568
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14569
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14570
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14571
|
+
name: z.ZodString;
|
|
14572
|
+
mimeType: z.ZodString;
|
|
14573
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14574
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14575
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14576
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14577
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14578
|
+
name: z.ZodString;
|
|
14579
|
+
mimeType: z.ZodString;
|
|
14580
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14581
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14582
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14583
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14584
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14585
|
+
name: z.ZodString;
|
|
14586
|
+
mimeType: z.ZodString;
|
|
14587
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14588
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14589
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14590
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14591
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14592
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14593
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
14594
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
14595
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14596
|
+
owned: z.ZodObject<{
|
|
14597
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14598
|
+
name: z.ZodString;
|
|
14599
|
+
latestVersion: z.ZodString;
|
|
14600
|
+
latestCreatedAt: z.ZodString;
|
|
14601
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14602
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14603
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14604
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14605
|
+
name: z.ZodString;
|
|
14606
|
+
latestVersion: z.ZodString;
|
|
14607
|
+
latestCreatedAt: z.ZodString;
|
|
14608
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14609
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14610
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14611
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14612
|
+
name: z.ZodString;
|
|
14613
|
+
latestVersion: z.ZodString;
|
|
14614
|
+
latestCreatedAt: z.ZodString;
|
|
14615
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14616
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14617
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14618
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14619
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14620
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14621
|
+
name: z.ZodString;
|
|
14622
|
+
latestVersion: z.ZodString;
|
|
14623
|
+
latestCreatedAt: z.ZodString;
|
|
14624
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14625
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14626
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14627
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14628
|
+
name: z.ZodString;
|
|
14629
|
+
latestVersion: z.ZodString;
|
|
14630
|
+
latestCreatedAt: z.ZodString;
|
|
14631
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14632
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14633
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14634
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14635
|
+
name: z.ZodString;
|
|
14636
|
+
latestVersion: z.ZodString;
|
|
14637
|
+
latestCreatedAt: z.ZodString;
|
|
14638
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14639
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14640
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14641
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14642
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14643
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14644
|
+
name: z.ZodString;
|
|
14645
|
+
latestVersion: z.ZodString;
|
|
14646
|
+
latestCreatedAt: z.ZodString;
|
|
14647
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14648
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14649
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14650
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14651
|
+
name: z.ZodString;
|
|
14652
|
+
latestVersion: z.ZodString;
|
|
14653
|
+
latestCreatedAt: z.ZodString;
|
|
14654
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14655
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14656
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14657
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14658
|
+
name: z.ZodString;
|
|
14659
|
+
latestVersion: z.ZodString;
|
|
14660
|
+
latestCreatedAt: z.ZodString;
|
|
14661
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14662
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14663
|
+
versions: z.ZodArray<z.ZodString, "many">;
|
|
14664
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14665
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
14666
|
+
upvoted: z.ZodObject<{
|
|
14667
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14668
|
+
jobId: z.ZodString;
|
|
14669
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14670
|
+
name: z.ZodString;
|
|
14671
|
+
version: z.ZodString;
|
|
14672
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14673
|
+
createdAt: z.ZodString;
|
|
14674
|
+
directoryTopicId: z.ZodString;
|
|
14675
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14676
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14677
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14678
|
+
packageTopicId: z.ZodString;
|
|
14679
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14680
|
+
skillJsonHrl: z.ZodString;
|
|
14681
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14682
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14683
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14684
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14685
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14686
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14687
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14688
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14689
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14690
|
+
name: z.ZodString;
|
|
14691
|
+
mimeType: z.ZodString;
|
|
14692
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14693
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14694
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14695
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14696
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14697
|
+
name: z.ZodString;
|
|
14698
|
+
mimeType: z.ZodString;
|
|
14699
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14700
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14701
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14702
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14703
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14704
|
+
name: z.ZodString;
|
|
14705
|
+
mimeType: z.ZodString;
|
|
14706
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14707
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14708
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14709
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14710
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14711
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14712
|
+
jobId: z.ZodString;
|
|
14713
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14714
|
+
name: z.ZodString;
|
|
14715
|
+
version: z.ZodString;
|
|
14716
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14717
|
+
createdAt: z.ZodString;
|
|
14718
|
+
directoryTopicId: z.ZodString;
|
|
14719
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14720
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14721
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14722
|
+
packageTopicId: z.ZodString;
|
|
14723
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14724
|
+
skillJsonHrl: z.ZodString;
|
|
14725
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14726
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14727
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14728
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14729
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14730
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14731
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14732
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14733
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14734
|
+
name: z.ZodString;
|
|
14735
|
+
mimeType: z.ZodString;
|
|
14736
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14737
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14738
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14739
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14740
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14741
|
+
name: z.ZodString;
|
|
14742
|
+
mimeType: z.ZodString;
|
|
14743
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14744
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14745
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14746
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14747
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14748
|
+
name: z.ZodString;
|
|
14749
|
+
mimeType: z.ZodString;
|
|
14750
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14751
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14752
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14753
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14754
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14755
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14756
|
+
jobId: z.ZodString;
|
|
14757
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14758
|
+
name: z.ZodString;
|
|
14759
|
+
version: z.ZodString;
|
|
14760
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14761
|
+
createdAt: z.ZodString;
|
|
14762
|
+
directoryTopicId: z.ZodString;
|
|
14763
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14764
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14765
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14766
|
+
packageTopicId: z.ZodString;
|
|
14767
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14768
|
+
skillJsonHrl: z.ZodString;
|
|
14769
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14770
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14771
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14772
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14773
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14774
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14775
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14776
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14777
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14778
|
+
name: z.ZodString;
|
|
14779
|
+
mimeType: z.ZodString;
|
|
14780
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14781
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14782
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14783
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14784
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14785
|
+
name: z.ZodString;
|
|
14786
|
+
mimeType: z.ZodString;
|
|
14787
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14788
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14789
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14790
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14791
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14792
|
+
name: z.ZodString;
|
|
14793
|
+
mimeType: z.ZodString;
|
|
14794
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14795
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14796
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14797
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14798
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14799
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14800
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
14801
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14802
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14803
|
+
jobId: z.ZodString;
|
|
14804
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14805
|
+
name: z.ZodString;
|
|
14806
|
+
version: z.ZodString;
|
|
14807
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14808
|
+
createdAt: z.ZodString;
|
|
14809
|
+
directoryTopicId: z.ZodString;
|
|
14810
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14811
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14812
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14813
|
+
packageTopicId: z.ZodString;
|
|
14814
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14815
|
+
skillJsonHrl: z.ZodString;
|
|
14816
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14817
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14818
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14819
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14820
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14821
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14822
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14823
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14824
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14825
|
+
name: z.ZodString;
|
|
14826
|
+
mimeType: z.ZodString;
|
|
14827
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14828
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14829
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14830
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14831
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14832
|
+
name: z.ZodString;
|
|
14833
|
+
mimeType: z.ZodString;
|
|
14834
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14835
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14836
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14837
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14838
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14839
|
+
name: z.ZodString;
|
|
14840
|
+
mimeType: z.ZodString;
|
|
14841
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14842
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14843
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14844
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14845
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14846
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14847
|
+
jobId: z.ZodString;
|
|
14848
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14849
|
+
name: z.ZodString;
|
|
14850
|
+
version: z.ZodString;
|
|
14851
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14852
|
+
createdAt: z.ZodString;
|
|
14853
|
+
directoryTopicId: z.ZodString;
|
|
14854
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14855
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14856
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14857
|
+
packageTopicId: z.ZodString;
|
|
14858
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14859
|
+
skillJsonHrl: z.ZodString;
|
|
14860
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14861
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14862
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14863
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14864
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14865
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14866
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14867
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14868
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14869
|
+
name: z.ZodString;
|
|
14870
|
+
mimeType: z.ZodString;
|
|
14871
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14872
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14873
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14874
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14875
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14876
|
+
name: z.ZodString;
|
|
14877
|
+
mimeType: z.ZodString;
|
|
14878
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14879
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14880
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14881
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14882
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14883
|
+
name: z.ZodString;
|
|
14884
|
+
mimeType: z.ZodString;
|
|
14885
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14886
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14887
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14888
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14889
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14890
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14891
|
+
jobId: z.ZodString;
|
|
14892
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14893
|
+
name: z.ZodString;
|
|
14894
|
+
version: z.ZodString;
|
|
14895
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14896
|
+
createdAt: z.ZodString;
|
|
14897
|
+
directoryTopicId: z.ZodString;
|
|
14898
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14899
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14900
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14901
|
+
packageTopicId: z.ZodString;
|
|
14902
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14903
|
+
skillJsonHrl: z.ZodString;
|
|
14904
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14905
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14906
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14907
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14908
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14909
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14910
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14911
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14912
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14913
|
+
name: z.ZodString;
|
|
14914
|
+
mimeType: z.ZodString;
|
|
14915
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14916
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14917
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14918
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14919
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14920
|
+
name: z.ZodString;
|
|
14921
|
+
mimeType: z.ZodString;
|
|
14922
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14923
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14924
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14925
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14926
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14927
|
+
name: z.ZodString;
|
|
14928
|
+
mimeType: z.ZodString;
|
|
14929
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14930
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14931
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14932
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14933
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14934
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
14935
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
14936
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14937
|
+
items: z.ZodArray<z.ZodObject<{
|
|
14938
|
+
jobId: z.ZodString;
|
|
14939
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14940
|
+
name: z.ZodString;
|
|
14941
|
+
version: z.ZodString;
|
|
14942
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14943
|
+
createdAt: z.ZodString;
|
|
14944
|
+
directoryTopicId: z.ZodString;
|
|
14945
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14946
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14947
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14948
|
+
packageTopicId: z.ZodString;
|
|
14949
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14950
|
+
skillJsonHrl: z.ZodString;
|
|
14951
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14952
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14953
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14954
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14955
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
14956
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
14957
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
14958
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
14959
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14960
|
+
name: z.ZodString;
|
|
14961
|
+
mimeType: z.ZodString;
|
|
14962
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14963
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14964
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14965
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14966
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14967
|
+
name: z.ZodString;
|
|
14968
|
+
mimeType: z.ZodString;
|
|
14969
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14970
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14971
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14972
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14973
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
14974
|
+
name: z.ZodString;
|
|
14975
|
+
mimeType: z.ZodString;
|
|
14976
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
14977
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
14978
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
14979
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14980
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
14981
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
14982
|
+
jobId: z.ZodString;
|
|
14983
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
14984
|
+
name: z.ZodString;
|
|
14985
|
+
version: z.ZodString;
|
|
14986
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14987
|
+
createdAt: z.ZodString;
|
|
14988
|
+
directoryTopicId: z.ZodString;
|
|
14989
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
14990
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
14991
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
14992
|
+
packageTopicId: z.ZodString;
|
|
14993
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
14994
|
+
skillJsonHrl: z.ZodString;
|
|
14995
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
14996
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14997
|
+
category: z.ZodOptional<z.ZodString>;
|
|
14998
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
14999
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
15000
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
15001
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
15002
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
15003
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15004
|
+
name: z.ZodString;
|
|
15005
|
+
mimeType: z.ZodString;
|
|
15006
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
15007
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
15008
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
15009
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
15010
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15011
|
+
name: z.ZodString;
|
|
15012
|
+
mimeType: z.ZodString;
|
|
15013
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
15014
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
15015
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
15016
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
15017
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15018
|
+
name: z.ZodString;
|
|
15019
|
+
mimeType: z.ZodString;
|
|
15020
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
15021
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
15022
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
15023
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
15024
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
15025
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15026
|
+
jobId: z.ZodString;
|
|
15027
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15028
|
+
name: z.ZodString;
|
|
15029
|
+
version: z.ZodString;
|
|
15030
|
+
description: z.ZodOptional<z.ZodString>;
|
|
15031
|
+
createdAt: z.ZodString;
|
|
15032
|
+
directoryTopicId: z.ZodString;
|
|
15033
|
+
skillUid: z.ZodOptional<z.ZodNumber>;
|
|
15034
|
+
directorySequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
15035
|
+
versionRegistryTopicId: z.ZodOptional<z.ZodString>;
|
|
15036
|
+
packageTopicId: z.ZodString;
|
|
15037
|
+
manifestHrl: z.ZodOptional<z.ZodString>;
|
|
15038
|
+
skillJsonHrl: z.ZodString;
|
|
15039
|
+
iconHcs1: z.ZodOptional<z.ZodString>;
|
|
15040
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
15041
|
+
category: z.ZodOptional<z.ZodString>;
|
|
15042
|
+
featured: z.ZodOptional<z.ZodBoolean>;
|
|
15043
|
+
verified: z.ZodOptional<z.ZodBoolean>;
|
|
15044
|
+
upvotes: z.ZodOptional<z.ZodNumber>;
|
|
15045
|
+
trustScore: z.ZodOptional<z.ZodNumber>;
|
|
15046
|
+
trustScores: z.ZodOptional<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodNumber>, Record<string, number>, Record<string, number>>>;
|
|
15047
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15048
|
+
name: z.ZodString;
|
|
15049
|
+
mimeType: z.ZodString;
|
|
15050
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
15051
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
15052
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
15053
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
15054
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15055
|
+
name: z.ZodString;
|
|
15056
|
+
mimeType: z.ZodString;
|
|
15057
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
15058
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
15059
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
15060
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
15061
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15062
|
+
name: z.ZodString;
|
|
15063
|
+
mimeType: z.ZodString;
|
|
15064
|
+
role: z.ZodUnion<[z.ZodLiteral<"skill-md">, z.ZodLiteral<"skill-json">, z.ZodLiteral<"skill-icon">, z.ZodLiteral<"file">]>;
|
|
15065
|
+
topicId: z.ZodOptional<z.ZodString>;
|
|
15066
|
+
hrl: z.ZodOptional<z.ZodString>;
|
|
15067
|
+
packageSequenceNumber: z.ZodOptional<z.ZodNumber>;
|
|
15068
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
15069
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
15070
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
15071
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
15072
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
15073
|
+
export declare const skillRegistryConfigResponseSchema: z.ZodObject<{
|
|
15074
|
+
enabled: z.ZodBoolean;
|
|
15075
|
+
directoryTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15076
|
+
maxFiles: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15077
|
+
maxTotalSizeBytes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15078
|
+
allowedMimeTypes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
15079
|
+
network: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>>>;
|
|
15080
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15081
|
+
enabled: z.ZodBoolean;
|
|
15082
|
+
directoryTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15083
|
+
maxFiles: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15084
|
+
maxTotalSizeBytes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15085
|
+
allowedMimeTypes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
15086
|
+
network: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>>>;
|
|
15087
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15088
|
+
enabled: z.ZodBoolean;
|
|
15089
|
+
directoryTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15090
|
+
maxFiles: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15091
|
+
maxTotalSizeBytes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15092
|
+
allowedMimeTypes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
15093
|
+
network: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>>>;
|
|
15094
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
15095
|
+
export declare const skillRegistryOwnershipResponseSchema: z.ZodObject<{
|
|
15096
|
+
name: z.ZodString;
|
|
15097
|
+
exists: z.ZodBoolean;
|
|
15098
|
+
isOwner: z.ZodBoolean;
|
|
15099
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15100
|
+
name: z.ZodString;
|
|
15101
|
+
exists: z.ZodBoolean;
|
|
15102
|
+
isOwner: z.ZodBoolean;
|
|
15103
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15104
|
+
name: z.ZodString;
|
|
15105
|
+
exists: z.ZodBoolean;
|
|
15106
|
+
isOwner: z.ZodBoolean;
|
|
15107
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
15108
|
+
export declare const skillRegistryVoteStatusResponseSchema: z.ZodObject<{
|
|
15109
|
+
name: z.ZodString;
|
|
15110
|
+
upvotes: z.ZodNumber;
|
|
15111
|
+
hasUpvoted: z.ZodBoolean;
|
|
15112
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15113
|
+
name: z.ZodString;
|
|
15114
|
+
upvotes: z.ZodNumber;
|
|
15115
|
+
hasUpvoted: z.ZodBoolean;
|
|
15116
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15117
|
+
name: z.ZodString;
|
|
15118
|
+
upvotes: z.ZodNumber;
|
|
15119
|
+
hasUpvoted: z.ZodBoolean;
|
|
15120
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
15121
|
+
export declare const skillVerificationRequestCreateResponseSchema: z.ZodObject<{
|
|
15122
|
+
request: z.ZodObject<{
|
|
15123
|
+
id: z.ZodString;
|
|
15124
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15125
|
+
name: z.ZodString;
|
|
15126
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15127
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15128
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15129
|
+
usdCents: z.ZodNumber;
|
|
15130
|
+
creditsCharged: z.ZodNumber;
|
|
15131
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15132
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15133
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15134
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15135
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15136
|
+
}, "strip", z.ZodTypeAny, {
|
|
15137
|
+
accountId?: string;
|
|
15138
|
+
userId?: string;
|
|
15139
|
+
email?: string;
|
|
15140
|
+
}, {
|
|
15141
|
+
accountId?: string;
|
|
15142
|
+
userId?: string;
|
|
15143
|
+
email?: string;
|
|
15144
|
+
}>>;
|
|
15145
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15146
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15147
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15148
|
+
}, "strip", z.ZodTypeAny, {
|
|
15149
|
+
userId?: string;
|
|
15150
|
+
email?: string;
|
|
15151
|
+
}, {
|
|
15152
|
+
userId?: string;
|
|
15153
|
+
email?: string;
|
|
15154
|
+
}>>;
|
|
15155
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15156
|
+
createdAt: z.ZodString;
|
|
15157
|
+
updatedAt: z.ZodString;
|
|
15158
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15159
|
+
id: z.ZodString;
|
|
15160
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15161
|
+
name: z.ZodString;
|
|
15162
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15163
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15164
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15165
|
+
usdCents: z.ZodNumber;
|
|
15166
|
+
creditsCharged: z.ZodNumber;
|
|
15167
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15168
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15169
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15170
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15171
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15172
|
+
}, "strip", z.ZodTypeAny, {
|
|
15173
|
+
accountId?: string;
|
|
15174
|
+
userId?: string;
|
|
15175
|
+
email?: string;
|
|
15176
|
+
}, {
|
|
15177
|
+
accountId?: string;
|
|
15178
|
+
userId?: string;
|
|
15179
|
+
email?: string;
|
|
15180
|
+
}>>;
|
|
15181
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15182
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15183
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15184
|
+
}, "strip", z.ZodTypeAny, {
|
|
15185
|
+
userId?: string;
|
|
15186
|
+
email?: string;
|
|
15187
|
+
}, {
|
|
15188
|
+
userId?: string;
|
|
15189
|
+
email?: string;
|
|
15190
|
+
}>>;
|
|
15191
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15192
|
+
createdAt: z.ZodString;
|
|
15193
|
+
updatedAt: z.ZodString;
|
|
15194
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15195
|
+
id: z.ZodString;
|
|
15196
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15197
|
+
name: z.ZodString;
|
|
15198
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15199
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15200
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15201
|
+
usdCents: z.ZodNumber;
|
|
15202
|
+
creditsCharged: z.ZodNumber;
|
|
15203
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15204
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15205
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15206
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15207
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15208
|
+
}, "strip", z.ZodTypeAny, {
|
|
15209
|
+
accountId?: string;
|
|
15210
|
+
userId?: string;
|
|
15211
|
+
email?: string;
|
|
15212
|
+
}, {
|
|
15213
|
+
accountId?: string;
|
|
15214
|
+
userId?: string;
|
|
15215
|
+
email?: string;
|
|
15216
|
+
}>>;
|
|
15217
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15218
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15219
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15220
|
+
}, "strip", z.ZodTypeAny, {
|
|
15221
|
+
userId?: string;
|
|
15222
|
+
email?: string;
|
|
15223
|
+
}, {
|
|
15224
|
+
userId?: string;
|
|
15225
|
+
email?: string;
|
|
15226
|
+
}>>;
|
|
15227
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15228
|
+
createdAt: z.ZodString;
|
|
15229
|
+
updatedAt: z.ZodString;
|
|
15230
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
15231
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15232
|
+
request: z.ZodObject<{
|
|
15233
|
+
id: z.ZodString;
|
|
15234
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15235
|
+
name: z.ZodString;
|
|
15236
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15237
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15238
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15239
|
+
usdCents: z.ZodNumber;
|
|
15240
|
+
creditsCharged: z.ZodNumber;
|
|
15241
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15242
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15243
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15244
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15245
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15246
|
+
}, "strip", z.ZodTypeAny, {
|
|
15247
|
+
accountId?: string;
|
|
15248
|
+
userId?: string;
|
|
15249
|
+
email?: string;
|
|
15250
|
+
}, {
|
|
15251
|
+
accountId?: string;
|
|
15252
|
+
userId?: string;
|
|
15253
|
+
email?: string;
|
|
15254
|
+
}>>;
|
|
15255
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15256
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15257
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15258
|
+
}, "strip", z.ZodTypeAny, {
|
|
15259
|
+
userId?: string;
|
|
15260
|
+
email?: string;
|
|
15261
|
+
}, {
|
|
15262
|
+
userId?: string;
|
|
15263
|
+
email?: string;
|
|
15264
|
+
}>>;
|
|
15265
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15266
|
+
createdAt: z.ZodString;
|
|
15267
|
+
updatedAt: z.ZodString;
|
|
15268
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15269
|
+
id: z.ZodString;
|
|
15270
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15271
|
+
name: z.ZodString;
|
|
15272
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15273
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15274
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15275
|
+
usdCents: z.ZodNumber;
|
|
15276
|
+
creditsCharged: z.ZodNumber;
|
|
15277
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15278
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15279
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15280
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15281
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15282
|
+
}, "strip", z.ZodTypeAny, {
|
|
15283
|
+
accountId?: string;
|
|
15284
|
+
userId?: string;
|
|
15285
|
+
email?: string;
|
|
15286
|
+
}, {
|
|
15287
|
+
accountId?: string;
|
|
15288
|
+
userId?: string;
|
|
15289
|
+
email?: string;
|
|
15290
|
+
}>>;
|
|
15291
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15292
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15293
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15294
|
+
}, "strip", z.ZodTypeAny, {
|
|
15295
|
+
userId?: string;
|
|
15296
|
+
email?: string;
|
|
15297
|
+
}, {
|
|
15298
|
+
userId?: string;
|
|
15299
|
+
email?: string;
|
|
15300
|
+
}>>;
|
|
15301
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15302
|
+
createdAt: z.ZodString;
|
|
15303
|
+
updatedAt: z.ZodString;
|
|
15304
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15305
|
+
id: z.ZodString;
|
|
15306
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15307
|
+
name: z.ZodString;
|
|
15308
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15309
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15310
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15311
|
+
usdCents: z.ZodNumber;
|
|
15312
|
+
creditsCharged: z.ZodNumber;
|
|
15313
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15314
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15315
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15316
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15317
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15318
|
+
}, "strip", z.ZodTypeAny, {
|
|
15319
|
+
accountId?: string;
|
|
15320
|
+
userId?: string;
|
|
15321
|
+
email?: string;
|
|
15322
|
+
}, {
|
|
15323
|
+
accountId?: string;
|
|
15324
|
+
userId?: string;
|
|
15325
|
+
email?: string;
|
|
15326
|
+
}>>;
|
|
15327
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15328
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15329
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15330
|
+
}, "strip", z.ZodTypeAny, {
|
|
15331
|
+
userId?: string;
|
|
15332
|
+
email?: string;
|
|
15333
|
+
}, {
|
|
15334
|
+
userId?: string;
|
|
15335
|
+
email?: string;
|
|
15336
|
+
}>>;
|
|
15337
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15338
|
+
createdAt: z.ZodString;
|
|
15339
|
+
updatedAt: z.ZodString;
|
|
15340
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
15341
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15342
|
+
request: z.ZodObject<{
|
|
15343
|
+
id: z.ZodString;
|
|
15344
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15345
|
+
name: z.ZodString;
|
|
15346
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15347
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15348
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15349
|
+
usdCents: z.ZodNumber;
|
|
15350
|
+
creditsCharged: z.ZodNumber;
|
|
15351
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15352
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15353
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15354
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15355
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15356
|
+
}, "strip", z.ZodTypeAny, {
|
|
15357
|
+
accountId?: string;
|
|
15358
|
+
userId?: string;
|
|
15359
|
+
email?: string;
|
|
15360
|
+
}, {
|
|
15361
|
+
accountId?: string;
|
|
15362
|
+
userId?: string;
|
|
15363
|
+
email?: string;
|
|
15364
|
+
}>>;
|
|
15365
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15366
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15367
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15368
|
+
}, "strip", z.ZodTypeAny, {
|
|
15369
|
+
userId?: string;
|
|
15370
|
+
email?: string;
|
|
15371
|
+
}, {
|
|
15372
|
+
userId?: string;
|
|
15373
|
+
email?: string;
|
|
15374
|
+
}>>;
|
|
15375
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15376
|
+
createdAt: z.ZodString;
|
|
15377
|
+
updatedAt: z.ZodString;
|
|
15378
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15379
|
+
id: z.ZodString;
|
|
15380
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15381
|
+
name: z.ZodString;
|
|
15382
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15383
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15384
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15385
|
+
usdCents: z.ZodNumber;
|
|
15386
|
+
creditsCharged: z.ZodNumber;
|
|
15387
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15388
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15389
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15390
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15391
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15392
|
+
}, "strip", z.ZodTypeAny, {
|
|
15393
|
+
accountId?: string;
|
|
15394
|
+
userId?: string;
|
|
15395
|
+
email?: string;
|
|
15396
|
+
}, {
|
|
15397
|
+
accountId?: string;
|
|
15398
|
+
userId?: string;
|
|
15399
|
+
email?: string;
|
|
15400
|
+
}>>;
|
|
15401
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15402
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15403
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15404
|
+
}, "strip", z.ZodTypeAny, {
|
|
15405
|
+
userId?: string;
|
|
15406
|
+
email?: string;
|
|
15407
|
+
}, {
|
|
15408
|
+
userId?: string;
|
|
15409
|
+
email?: string;
|
|
15410
|
+
}>>;
|
|
15411
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15412
|
+
createdAt: z.ZodString;
|
|
15413
|
+
updatedAt: z.ZodString;
|
|
15414
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15415
|
+
id: z.ZodString;
|
|
15416
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15417
|
+
name: z.ZodString;
|
|
15418
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15419
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15420
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15421
|
+
usdCents: z.ZodNumber;
|
|
15422
|
+
creditsCharged: z.ZodNumber;
|
|
15423
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15424
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15425
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15426
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15427
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15428
|
+
}, "strip", z.ZodTypeAny, {
|
|
15429
|
+
accountId?: string;
|
|
15430
|
+
userId?: string;
|
|
15431
|
+
email?: string;
|
|
15432
|
+
}, {
|
|
15433
|
+
accountId?: string;
|
|
15434
|
+
userId?: string;
|
|
15435
|
+
email?: string;
|
|
15436
|
+
}>>;
|
|
15437
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15438
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15439
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15440
|
+
}, "strip", z.ZodTypeAny, {
|
|
15441
|
+
userId?: string;
|
|
15442
|
+
email?: string;
|
|
15443
|
+
}, {
|
|
15444
|
+
userId?: string;
|
|
15445
|
+
email?: string;
|
|
15446
|
+
}>>;
|
|
15447
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15448
|
+
createdAt: z.ZodString;
|
|
15449
|
+
updatedAt: z.ZodString;
|
|
15450
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
15451
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
15452
|
+
export declare const skillVerificationStatusResponseSchema: z.ZodObject<{
|
|
15453
|
+
name: z.ZodString;
|
|
15454
|
+
verified: z.ZodBoolean;
|
|
15455
|
+
previouslyVerified: z.ZodBoolean;
|
|
15456
|
+
pendingRequest: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
15457
|
+
id: z.ZodString;
|
|
15458
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15459
|
+
name: z.ZodString;
|
|
15460
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15461
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15462
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15463
|
+
usdCents: z.ZodNumber;
|
|
15464
|
+
creditsCharged: z.ZodNumber;
|
|
15465
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15466
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15467
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15468
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15469
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15470
|
+
}, "strip", z.ZodTypeAny, {
|
|
15471
|
+
accountId?: string;
|
|
15472
|
+
userId?: string;
|
|
15473
|
+
email?: string;
|
|
15474
|
+
}, {
|
|
15475
|
+
accountId?: string;
|
|
15476
|
+
userId?: string;
|
|
15477
|
+
email?: string;
|
|
15478
|
+
}>>;
|
|
15479
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15480
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15481
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15482
|
+
}, "strip", z.ZodTypeAny, {
|
|
15483
|
+
userId?: string;
|
|
15484
|
+
email?: string;
|
|
15485
|
+
}, {
|
|
15486
|
+
userId?: string;
|
|
15487
|
+
email?: string;
|
|
15488
|
+
}>>;
|
|
15489
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15490
|
+
createdAt: z.ZodString;
|
|
15491
|
+
updatedAt: z.ZodString;
|
|
15492
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15493
|
+
id: z.ZodString;
|
|
15494
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15495
|
+
name: z.ZodString;
|
|
15496
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15497
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15498
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15499
|
+
usdCents: z.ZodNumber;
|
|
15500
|
+
creditsCharged: z.ZodNumber;
|
|
15501
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15502
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15503
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15504
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15505
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15506
|
+
}, "strip", z.ZodTypeAny, {
|
|
15507
|
+
accountId?: string;
|
|
15508
|
+
userId?: string;
|
|
15509
|
+
email?: string;
|
|
15510
|
+
}, {
|
|
15511
|
+
accountId?: string;
|
|
15512
|
+
userId?: string;
|
|
15513
|
+
email?: string;
|
|
15514
|
+
}>>;
|
|
15515
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15516
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15517
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15518
|
+
}, "strip", z.ZodTypeAny, {
|
|
15519
|
+
userId?: string;
|
|
15520
|
+
email?: string;
|
|
15521
|
+
}, {
|
|
15522
|
+
userId?: string;
|
|
15523
|
+
email?: string;
|
|
15524
|
+
}>>;
|
|
15525
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15526
|
+
createdAt: z.ZodString;
|
|
15527
|
+
updatedAt: z.ZodString;
|
|
15528
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15529
|
+
id: z.ZodString;
|
|
15530
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15531
|
+
name: z.ZodString;
|
|
15532
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15533
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15534
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15535
|
+
usdCents: z.ZodNumber;
|
|
15536
|
+
creditsCharged: z.ZodNumber;
|
|
15537
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15538
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15539
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15540
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15541
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15542
|
+
}, "strip", z.ZodTypeAny, {
|
|
15543
|
+
accountId?: string;
|
|
15544
|
+
userId?: string;
|
|
15545
|
+
email?: string;
|
|
15546
|
+
}, {
|
|
15547
|
+
accountId?: string;
|
|
15548
|
+
userId?: string;
|
|
15549
|
+
email?: string;
|
|
15550
|
+
}>>;
|
|
15551
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15552
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15553
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15554
|
+
}, "strip", z.ZodTypeAny, {
|
|
15555
|
+
userId?: string;
|
|
15556
|
+
email?: string;
|
|
15557
|
+
}, {
|
|
15558
|
+
userId?: string;
|
|
15559
|
+
email?: string;
|
|
15560
|
+
}>>;
|
|
15561
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15562
|
+
createdAt: z.ZodString;
|
|
15563
|
+
updatedAt: z.ZodString;
|
|
15564
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
15565
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15566
|
+
name: z.ZodString;
|
|
15567
|
+
verified: z.ZodBoolean;
|
|
15568
|
+
previouslyVerified: z.ZodBoolean;
|
|
15569
|
+
pendingRequest: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
15570
|
+
id: z.ZodString;
|
|
15571
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15572
|
+
name: z.ZodString;
|
|
15573
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15574
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15575
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15576
|
+
usdCents: z.ZodNumber;
|
|
15577
|
+
creditsCharged: z.ZodNumber;
|
|
15578
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15579
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15580
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15581
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15582
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15583
|
+
}, "strip", z.ZodTypeAny, {
|
|
15584
|
+
accountId?: string;
|
|
15585
|
+
userId?: string;
|
|
15586
|
+
email?: string;
|
|
15587
|
+
}, {
|
|
15588
|
+
accountId?: string;
|
|
15589
|
+
userId?: string;
|
|
15590
|
+
email?: string;
|
|
15591
|
+
}>>;
|
|
15592
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15593
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15594
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15595
|
+
}, "strip", z.ZodTypeAny, {
|
|
15596
|
+
userId?: string;
|
|
15597
|
+
email?: string;
|
|
15598
|
+
}, {
|
|
15599
|
+
userId?: string;
|
|
15600
|
+
email?: string;
|
|
15601
|
+
}>>;
|
|
15602
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15603
|
+
createdAt: z.ZodString;
|
|
15604
|
+
updatedAt: z.ZodString;
|
|
15605
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15606
|
+
id: z.ZodString;
|
|
15607
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15608
|
+
name: z.ZodString;
|
|
15609
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15610
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15611
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15612
|
+
usdCents: z.ZodNumber;
|
|
15613
|
+
creditsCharged: z.ZodNumber;
|
|
15614
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15615
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15616
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15617
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15618
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15619
|
+
}, "strip", z.ZodTypeAny, {
|
|
15620
|
+
accountId?: string;
|
|
15621
|
+
userId?: string;
|
|
15622
|
+
email?: string;
|
|
15623
|
+
}, {
|
|
15624
|
+
accountId?: string;
|
|
15625
|
+
userId?: string;
|
|
15626
|
+
email?: string;
|
|
15627
|
+
}>>;
|
|
15628
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15629
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15630
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15631
|
+
}, "strip", z.ZodTypeAny, {
|
|
15632
|
+
userId?: string;
|
|
15633
|
+
email?: string;
|
|
15634
|
+
}, {
|
|
15635
|
+
userId?: string;
|
|
15636
|
+
email?: string;
|
|
15637
|
+
}>>;
|
|
15638
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15639
|
+
createdAt: z.ZodString;
|
|
15640
|
+
updatedAt: z.ZodString;
|
|
15641
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15642
|
+
id: z.ZodString;
|
|
15643
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15644
|
+
name: z.ZodString;
|
|
15645
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15646
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15647
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15648
|
+
usdCents: z.ZodNumber;
|
|
15649
|
+
creditsCharged: z.ZodNumber;
|
|
15650
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15651
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15652
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15653
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15654
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15655
|
+
}, "strip", z.ZodTypeAny, {
|
|
15656
|
+
accountId?: string;
|
|
15657
|
+
userId?: string;
|
|
15658
|
+
email?: string;
|
|
15659
|
+
}, {
|
|
15660
|
+
accountId?: string;
|
|
15661
|
+
userId?: string;
|
|
15662
|
+
email?: string;
|
|
15663
|
+
}>>;
|
|
15664
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15665
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15666
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15667
|
+
}, "strip", z.ZodTypeAny, {
|
|
15668
|
+
userId?: string;
|
|
15669
|
+
email?: string;
|
|
15670
|
+
}, {
|
|
15671
|
+
userId?: string;
|
|
15672
|
+
email?: string;
|
|
15673
|
+
}>>;
|
|
15674
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15675
|
+
createdAt: z.ZodString;
|
|
15676
|
+
updatedAt: z.ZodString;
|
|
15677
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
15678
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15679
|
+
name: z.ZodString;
|
|
15680
|
+
verified: z.ZodBoolean;
|
|
15681
|
+
previouslyVerified: z.ZodBoolean;
|
|
15682
|
+
pendingRequest: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
15683
|
+
id: z.ZodString;
|
|
15684
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15685
|
+
name: z.ZodString;
|
|
15686
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15687
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15688
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15689
|
+
usdCents: z.ZodNumber;
|
|
15690
|
+
creditsCharged: z.ZodNumber;
|
|
15691
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15692
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15693
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15694
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15695
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15696
|
+
}, "strip", z.ZodTypeAny, {
|
|
15697
|
+
accountId?: string;
|
|
15698
|
+
userId?: string;
|
|
15699
|
+
email?: string;
|
|
15700
|
+
}, {
|
|
15701
|
+
accountId?: string;
|
|
15702
|
+
userId?: string;
|
|
15703
|
+
email?: string;
|
|
15704
|
+
}>>;
|
|
15705
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15706
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15707
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15708
|
+
}, "strip", z.ZodTypeAny, {
|
|
15709
|
+
userId?: string;
|
|
15710
|
+
email?: string;
|
|
15711
|
+
}, {
|
|
15712
|
+
userId?: string;
|
|
15713
|
+
email?: string;
|
|
15714
|
+
}>>;
|
|
15715
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15716
|
+
createdAt: z.ZodString;
|
|
15717
|
+
updatedAt: z.ZodString;
|
|
15718
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
15719
|
+
id: z.ZodString;
|
|
15720
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15721
|
+
name: z.ZodString;
|
|
15722
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15723
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15724
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15725
|
+
usdCents: z.ZodNumber;
|
|
15726
|
+
creditsCharged: z.ZodNumber;
|
|
15727
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15728
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15729
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15730
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15731
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15732
|
+
}, "strip", z.ZodTypeAny, {
|
|
15733
|
+
accountId?: string;
|
|
15734
|
+
userId?: string;
|
|
15735
|
+
email?: string;
|
|
15736
|
+
}, {
|
|
15737
|
+
accountId?: string;
|
|
15738
|
+
userId?: string;
|
|
15739
|
+
email?: string;
|
|
15740
|
+
}>>;
|
|
15741
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15742
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15743
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15744
|
+
}, "strip", z.ZodTypeAny, {
|
|
15745
|
+
userId?: string;
|
|
15746
|
+
email?: string;
|
|
15747
|
+
}, {
|
|
15748
|
+
userId?: string;
|
|
15749
|
+
email?: string;
|
|
15750
|
+
}>>;
|
|
15751
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15752
|
+
createdAt: z.ZodString;
|
|
15753
|
+
updatedAt: z.ZodString;
|
|
15754
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
15755
|
+
id: z.ZodString;
|
|
15756
|
+
network: z.ZodUnion<[z.ZodLiteral<"mainnet">, z.ZodLiteral<"testnet">]>;
|
|
15757
|
+
name: z.ZodString;
|
|
15758
|
+
version: z.ZodOptional<z.ZodString>;
|
|
15759
|
+
tier: z.ZodEnum<["basic", "express"]>;
|
|
15760
|
+
status: z.ZodEnum<["pending", "approved", "rejected"]>;
|
|
15761
|
+
usdCents: z.ZodNumber;
|
|
15762
|
+
creditsCharged: z.ZodNumber;
|
|
15763
|
+
creditAccountId: z.ZodOptional<z.ZodString>;
|
|
15764
|
+
requestedBy: z.ZodOptional<z.ZodObject<{
|
|
15765
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15766
|
+
accountId: z.ZodOptional<z.ZodString>;
|
|
15767
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15768
|
+
}, "strip", z.ZodTypeAny, {
|
|
15769
|
+
accountId?: string;
|
|
15770
|
+
userId?: string;
|
|
15771
|
+
email?: string;
|
|
15772
|
+
}, {
|
|
15773
|
+
accountId?: string;
|
|
15774
|
+
userId?: string;
|
|
15775
|
+
email?: string;
|
|
15776
|
+
}>>;
|
|
15777
|
+
approvedBy: z.ZodOptional<z.ZodObject<{
|
|
15778
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
15779
|
+
email: z.ZodOptional<z.ZodString>;
|
|
15780
|
+
}, "strip", z.ZodTypeAny, {
|
|
15781
|
+
userId?: string;
|
|
15782
|
+
email?: string;
|
|
15783
|
+
}, {
|
|
15784
|
+
userId?: string;
|
|
15785
|
+
email?: string;
|
|
15786
|
+
}>>;
|
|
15787
|
+
approvedAt: z.ZodOptional<z.ZodString>;
|
|
15788
|
+
createdAt: z.ZodString;
|
|
15789
|
+
updatedAt: z.ZodString;
|
|
15790
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
13362
15791
|
}, z.ZodTypeAny, "passthrough">>;
|
|
13363
15792
|
export {};
|
|
13364
15793
|
//# sourceMappingURL=schemas.d.ts.map
|