@hashgraphonline/standards-sdk 0.1.143 → 0.1.144
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 +8 -8
- package/dist/cjs/hcs-21/types.d.ts +75 -75
- package/dist/cjs/services/registry-broker/client/adapters.d.ts +20 -0
- package/dist/cjs/services/registry-broker/client/adapters.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/agents.d.ts +16 -0
- package/dist/cjs/services/registry-broker/client/agents.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/base-client.d.ts +57 -0
- package/dist/cjs/services/registry-broker/client/base-client.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/chat-history.d.ts +23 -0
- package/dist/cjs/services/registry-broker/client/chat-history.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/chat.d.ts +33 -0
- package/dist/cjs/services/registry-broker/client/chat.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/credits.d.ts +40 -0
- package/dist/cjs/services/registry-broker/client/credits.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/encrypted-chat-manager.d.ts +35 -0
- package/dist/cjs/services/registry-broker/client/encrypted-chat-manager.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/encryption.d.ts +33 -0
- package/dist/cjs/services/registry-broker/client/encryption.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/errors.d.ts +19 -0
- package/dist/cjs/services/registry-broker/client/errors.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/ledger-auth.d.ts +10 -0
- package/dist/cjs/services/registry-broker/client/ledger-auth.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/search.d.ts +19 -0
- package/dist/cjs/services/registry-broker/client/search.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/utils.d.ts +21 -0
- package/dist/cjs/services/registry-broker/client/utils.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client.d.ts +2 -205
- package/dist/cjs/services/registry-broker/client.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/schemas.d.ts +1426 -154
- package/dist/cjs/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/types.d.ts +45 -2
- package/dist/cjs/services/registry-broker/types.d.ts.map +1 -1
- package/dist/cjs/standards-sdk.cjs +3 -3
- package/dist/cjs/standards-sdk.cjs.map +1 -1
- package/dist/es/hcs-12/validation/schemas.d.ts +8 -8
- package/dist/es/hcs-21/types.d.ts +75 -75
- package/dist/es/services/registry-broker/client/adapters.d.ts +20 -0
- package/dist/es/services/registry-broker/client/adapters.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/agents.d.ts +16 -0
- package/dist/es/services/registry-broker/client/agents.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/base-client.d.ts +57 -0
- package/dist/es/services/registry-broker/client/base-client.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/chat-history.d.ts +23 -0
- package/dist/es/services/registry-broker/client/chat-history.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/chat.d.ts +33 -0
- package/dist/es/services/registry-broker/client/chat.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/credits.d.ts +40 -0
- package/dist/es/services/registry-broker/client/credits.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/encrypted-chat-manager.d.ts +35 -0
- package/dist/es/services/registry-broker/client/encrypted-chat-manager.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/encryption.d.ts +33 -0
- package/dist/es/services/registry-broker/client/encryption.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/errors.d.ts +19 -0
- package/dist/es/services/registry-broker/client/errors.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/ledger-auth.d.ts +10 -0
- package/dist/es/services/registry-broker/client/ledger-auth.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/search.d.ts +19 -0
- package/dist/es/services/registry-broker/client/search.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/utils.d.ts +21 -0
- package/dist/es/services/registry-broker/client/utils.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client.d.ts +2 -205
- package/dist/es/services/registry-broker/client.d.ts.map +1 -1
- package/dist/es/services/registry-broker/schemas.d.ts +1426 -154
- package/dist/es/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/es/services/registry-broker/types.d.ts +45 -2
- package/dist/es/services/registry-broker/types.d.ts.map +1 -1
- package/dist/es/standards-sdk.es.js +16 -7
- package/dist/es/standards-sdk.es.js.map +1 -1
- package/dist/es/standards-sdk.es100.js +1 -1
- package/dist/es/standards-sdk.es102.js +1 -1
- package/dist/es/standards-sdk.es104.js +1 -1
- package/dist/es/standards-sdk.es110.js +11 -5
- package/dist/es/standards-sdk.es110.js.map +1 -1
- package/dist/es/standards-sdk.es111.js +5 -5
- package/dist/es/standards-sdk.es12.js +1 -1
- package/dist/es/standards-sdk.es121.js +1 -1
- package/dist/es/standards-sdk.es122.js +1 -1
- package/dist/es/standards-sdk.es123.js +5 -5
- package/dist/es/standards-sdk.es125.js +1 -1
- package/dist/es/standards-sdk.es126.js +1 -1
- package/dist/es/standards-sdk.es128.js +140 -2176
- package/dist/es/standards-sdk.es128.js.map +1 -1
- package/dist/es/standards-sdk.es129.js +200 -60
- 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 +96 -79
- package/dist/es/standards-sdk.es130.js.map +1 -1
- package/dist/es/standards-sdk.es131.js +115 -153
- package/dist/es/standards-sdk.es131.js.map +1 -1
- package/dist/es/standards-sdk.es132.js +248 -8
- package/dist/es/standards-sdk.es132.js.map +1 -1
- package/dist/es/standards-sdk.es133.js +169 -75
- package/dist/es/standards-sdk.es133.js.map +1 -1
- package/dist/es/standards-sdk.es134.js +118 -61
- package/dist/es/standards-sdk.es134.js.map +1 -1
- package/dist/es/standards-sdk.es135.js +327 -29
- package/dist/es/standards-sdk.es135.js.map +1 -1
- package/dist/es/standards-sdk.es136.js +352 -124
- package/dist/es/standards-sdk.es136.js.map +1 -1
- package/dist/es/standards-sdk.es137.js +13 -38
- package/dist/es/standards-sdk.es137.js.map +1 -1
- package/dist/es/standards-sdk.es138.js +66 -765
- package/dist/es/standards-sdk.es138.js.map +1 -1
- package/dist/es/standards-sdk.es139.js +74 -12261
- package/dist/es/standards-sdk.es139.js.map +1 -1
- package/dist/es/standards-sdk.es140.js +152 -49
- package/dist/es/standards-sdk.es140.js.map +1 -1
- package/dist/es/standards-sdk.es141.js +7 -82
- package/dist/es/standards-sdk.es141.js.map +1 -1
- package/dist/es/standards-sdk.es142.js +81 -12
- package/dist/es/standards-sdk.es142.js.map +1 -1
- package/dist/es/standards-sdk.es143.js +55 -162
- package/dist/es/standards-sdk.es143.js.map +1 -1
- package/dist/es/standards-sdk.es144.js +28 -322
- package/dist/es/standards-sdk.es144.js.map +1 -1
- package/dist/es/standards-sdk.es145.js +120 -328
- package/dist/es/standards-sdk.es145.js.map +1 -1
- package/dist/es/standards-sdk.es146.js +40 -451
- package/dist/es/standards-sdk.es146.js.map +1 -1
- package/dist/es/standards-sdk.es147.js +12225 -267
- package/dist/es/standards-sdk.es147.js.map +1 -1
- package/dist/es/standards-sdk.es148.js +15 -74
- package/dist/es/standards-sdk.es148.js.map +1 -1
- package/dist/es/standards-sdk.es149.js +59 -0
- package/dist/es/standards-sdk.es149.js.map +1 -0
- package/dist/es/standards-sdk.es150.js +85 -0
- package/dist/es/standards-sdk.es150.js.map +1 -0
- package/dist/es/standards-sdk.es151.js +175 -0
- package/dist/es/standards-sdk.es151.js.map +1 -0
- package/dist/es/standards-sdk.es152.js +325 -0
- package/dist/es/standards-sdk.es152.js.map +1 -0
- package/dist/es/standards-sdk.es153.js +349 -0
- package/dist/es/standards-sdk.es153.js.map +1 -0
- package/dist/es/standards-sdk.es154.js +456 -0
- package/dist/es/standards-sdk.es154.js.map +1 -0
- package/dist/es/standards-sdk.es155.js +334 -0
- package/dist/es/standards-sdk.es155.js.map +1 -0
- package/dist/es/standards-sdk.es156.js +79 -0
- package/dist/es/standards-sdk.es156.js.map +1 -0
- package/dist/es/standards-sdk.es157.js +874 -0
- package/dist/es/standards-sdk.es157.js.map +1 -0
- package/dist/es/standards-sdk.es158.js +242 -0
- package/dist/es/standards-sdk.es158.js.map +1 -0
- package/dist/es/standards-sdk.es159.js +247 -0
- package/dist/es/standards-sdk.es159.js.map +1 -0
- package/dist/es/standards-sdk.es17.js +11 -5
- package/dist/es/standards-sdk.es17.js.map +1 -1
- package/dist/es/standards-sdk.es19.js +14 -9
- package/dist/es/standards-sdk.es19.js.map +1 -1
- package/dist/es/standards-sdk.es20.js +12 -7
- package/dist/es/standards-sdk.es20.js.map +1 -1
- package/dist/es/standards-sdk.es23.js +1 -1
- package/dist/es/standards-sdk.es28.js +14 -9
- package/dist/es/standards-sdk.es28.js.map +1 -1
- package/dist/es/standards-sdk.es31.js +1 -1
- package/dist/es/standards-sdk.es32.js +1 -1
- package/dist/es/standards-sdk.es36.js +11 -6
- package/dist/es/standards-sdk.es36.js.map +1 -1
- package/dist/es/standards-sdk.es37.js +3 -3
- package/dist/es/standards-sdk.es38.js +1 -1
- package/dist/es/standards-sdk.es5.js +1 -1
- package/dist/es/standards-sdk.es54.js +1 -1
- package/dist/es/standards-sdk.es57.js +1 -1
- package/dist/es/standards-sdk.es59.js +1 -1
- package/dist/es/standards-sdk.es60.js +1 -1
- package/dist/es/standards-sdk.es61.js +12 -7
- package/dist/es/standards-sdk.es61.js.map +1 -1
- package/dist/es/standards-sdk.es63.js +1 -1
- package/dist/es/standards-sdk.es65.js +1 -1
- package/dist/es/standards-sdk.es66.js +2 -2
- package/dist/es/standards-sdk.es69.js +2 -2
- package/dist/es/standards-sdk.es70.js +1 -1
- package/dist/es/standards-sdk.es72.js +1 -1
- package/dist/es/standards-sdk.es77.js +1 -1
- package/dist/es/standards-sdk.es78.js +11 -5
- package/dist/es/standards-sdk.es78.js.map +1 -1
- package/dist/es/standards-sdk.es79.js +1 -1
- package/dist/es/standards-sdk.es8.js +1 -1
- package/dist/es/standards-sdk.es82.js +1 -1
- package/dist/es/standards-sdk.es84.js +1 -1
- package/dist/es/standards-sdk.es88.js +1 -1
- package/dist/es/standards-sdk.es92.js +1 -1
- package/dist/es/standards-sdk.es93.js +1 -1
- package/dist/es/standards-sdk.es98.js +1 -1
- package/package.json +11 -12
|
@@ -734,9 +734,11 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
734
734
|
capabilities?: (string | AIAgentCapability)[];
|
|
735
735
|
uaid?: string;
|
|
736
736
|
description?: string;
|
|
737
|
-
createdAt?: string;
|
|
738
|
-
id?: string;
|
|
739
737
|
registry?: string;
|
|
738
|
+
adapter?: string;
|
|
739
|
+
id?: string;
|
|
740
|
+
protocols?: string[];
|
|
741
|
+
createdAt?: string;
|
|
740
742
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
741
743
|
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
742
744
|
profile?: {
|
|
@@ -754,8 +756,6 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
754
756
|
model?: string;
|
|
755
757
|
};
|
|
756
758
|
};
|
|
757
|
-
protocols?: string[];
|
|
758
|
-
adapter?: string;
|
|
759
759
|
originalId?: string;
|
|
760
760
|
communicationSupported?: boolean;
|
|
761
761
|
routingSupported?: boolean;
|
|
@@ -781,9 +781,11 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
781
781
|
capabilities?: (string | AIAgentCapability)[];
|
|
782
782
|
uaid?: string;
|
|
783
783
|
description?: string;
|
|
784
|
-
createdAt?: string;
|
|
785
|
-
id?: string;
|
|
786
784
|
registry?: string;
|
|
785
|
+
adapter?: string;
|
|
786
|
+
id?: string;
|
|
787
|
+
protocols?: string[];
|
|
788
|
+
createdAt?: string;
|
|
787
789
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
788
790
|
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
789
791
|
profile?: {
|
|
@@ -801,8 +803,6 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
801
803
|
model?: string;
|
|
802
804
|
};
|
|
803
805
|
};
|
|
804
|
-
protocols?: string[];
|
|
805
|
-
adapter?: string;
|
|
806
806
|
originalId?: string;
|
|
807
807
|
communicationSupported?: boolean;
|
|
808
808
|
routingSupported?: boolean;
|
|
@@ -2936,23 +2936,23 @@ export declare const registerEncryptionKeyResponseSchema: z.ZodObject<{
|
|
|
2936
2936
|
}, "strip", z.ZodTypeAny, {
|
|
2937
2937
|
keyType?: string;
|
|
2938
2938
|
uaid?: string;
|
|
2939
|
+
id?: string;
|
|
2939
2940
|
ledgerAccountId?: string;
|
|
2940
2941
|
userId?: string;
|
|
2941
2942
|
email?: string;
|
|
2942
2943
|
publicKey?: string;
|
|
2943
2944
|
createdAt?: string;
|
|
2944
|
-
id?: string;
|
|
2945
2945
|
updatedAt?: string;
|
|
2946
2946
|
ledgerNetwork?: string;
|
|
2947
2947
|
}, {
|
|
2948
2948
|
keyType?: string;
|
|
2949
2949
|
uaid?: string;
|
|
2950
|
+
id?: string;
|
|
2950
2951
|
ledgerAccountId?: string;
|
|
2951
2952
|
userId?: string;
|
|
2952
2953
|
email?: string;
|
|
2953
2954
|
publicKey?: string;
|
|
2954
2955
|
createdAt?: string;
|
|
2955
|
-
id?: string;
|
|
2956
2956
|
updatedAt?: string;
|
|
2957
2957
|
ledgerNetwork?: string;
|
|
2958
2958
|
}>;
|
|
@@ -2984,9 +2984,9 @@ export declare const ledgerVerifyResponseSchema: z.ZodObject<{
|
|
|
2984
2984
|
ledgerNetworkCanonical: z.ZodOptional<z.ZodString>;
|
|
2985
2985
|
}, "strip", z.ZodTypeAny, {
|
|
2986
2986
|
label?: string;
|
|
2987
|
+
id?: string;
|
|
2987
2988
|
ledgerAccountId?: string;
|
|
2988
2989
|
createdAt?: string;
|
|
2989
|
-
id?: string;
|
|
2990
2990
|
ledgerNetwork?: string;
|
|
2991
2991
|
prefix?: string;
|
|
2992
2992
|
lastFour?: string;
|
|
@@ -2995,9 +2995,9 @@ export declare const ledgerVerifyResponseSchema: z.ZodObject<{
|
|
|
2995
2995
|
ledgerNetworkCanonical?: string;
|
|
2996
2996
|
}, {
|
|
2997
2997
|
label?: string;
|
|
2998
|
+
id?: string;
|
|
2998
2999
|
ledgerAccountId?: string;
|
|
2999
3000
|
createdAt?: string;
|
|
3000
|
-
id?: string;
|
|
3001
3001
|
ledgerNetwork?: string;
|
|
3002
3002
|
prefix?: string;
|
|
3003
3003
|
lastFour?: string;
|
|
@@ -3014,9 +3014,9 @@ export declare const ledgerVerifyResponseSchema: z.ZodObject<{
|
|
|
3014
3014
|
accountId?: string;
|
|
3015
3015
|
apiKey?: {
|
|
3016
3016
|
label?: string;
|
|
3017
|
+
id?: string;
|
|
3017
3018
|
ledgerAccountId?: string;
|
|
3018
3019
|
createdAt?: string;
|
|
3019
|
-
id?: string;
|
|
3020
3020
|
ledgerNetwork?: string;
|
|
3021
3021
|
prefix?: string;
|
|
3022
3022
|
lastFour?: string;
|
|
@@ -3031,9 +3031,9 @@ export declare const ledgerVerifyResponseSchema: z.ZodObject<{
|
|
|
3031
3031
|
accountId?: string;
|
|
3032
3032
|
apiKey?: {
|
|
3033
3033
|
label?: string;
|
|
3034
|
+
id?: string;
|
|
3034
3035
|
ledgerAccountId?: string;
|
|
3035
3036
|
createdAt?: string;
|
|
3036
|
-
id?: string;
|
|
3037
3037
|
ledgerNetwork?: string;
|
|
3038
3038
|
prefix?: string;
|
|
3039
3039
|
lastFour?: string;
|
|
@@ -3490,14 +3490,14 @@ export declare const vectorSearchRequestSchema: z.ZodObject<{
|
|
|
3490
3490
|
type?: "ai-agents" | "mcp-servers";
|
|
3491
3491
|
capabilities?: (string | number)[];
|
|
3492
3492
|
registry?: string;
|
|
3493
|
-
protocols?: string[];
|
|
3494
3493
|
adapter?: string[];
|
|
3494
|
+
protocols?: string[];
|
|
3495
3495
|
}, {
|
|
3496
3496
|
type?: "ai-agents" | "mcp-servers";
|
|
3497
3497
|
capabilities?: (string | number)[];
|
|
3498
3498
|
registry?: string;
|
|
3499
|
-
protocols?: string[];
|
|
3500
3499
|
adapter?: string[];
|
|
3500
|
+
protocols?: string[];
|
|
3501
3501
|
}>>;
|
|
3502
3502
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
3503
3503
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3506,8 +3506,8 @@ export declare const vectorSearchRequestSchema: z.ZodObject<{
|
|
|
3506
3506
|
type?: "ai-agents" | "mcp-servers";
|
|
3507
3507
|
capabilities?: (string | number)[];
|
|
3508
3508
|
registry?: string;
|
|
3509
|
-
protocols?: string[];
|
|
3510
3509
|
adapter?: string[];
|
|
3510
|
+
protocols?: string[];
|
|
3511
3511
|
};
|
|
3512
3512
|
limit?: number;
|
|
3513
3513
|
query?: string;
|
|
@@ -3517,8 +3517,8 @@ export declare const vectorSearchRequestSchema: z.ZodObject<{
|
|
|
3517
3517
|
type?: "ai-agents" | "mcp-servers";
|
|
3518
3518
|
capabilities?: (string | number)[];
|
|
3519
3519
|
registry?: string;
|
|
3520
|
-
protocols?: string[];
|
|
3521
3520
|
adapter?: string[];
|
|
3521
|
+
protocols?: string[];
|
|
3522
3522
|
};
|
|
3523
3523
|
limit?: number;
|
|
3524
3524
|
query?: string;
|
|
@@ -3780,9 +3780,11 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3780
3780
|
capabilities?: (string | AIAgentCapability)[];
|
|
3781
3781
|
uaid?: string;
|
|
3782
3782
|
description?: string;
|
|
3783
|
-
createdAt?: string;
|
|
3784
|
-
id?: string;
|
|
3785
3783
|
registry?: string;
|
|
3784
|
+
adapter?: string;
|
|
3785
|
+
id?: string;
|
|
3786
|
+
protocols?: string[];
|
|
3787
|
+
createdAt?: string;
|
|
3786
3788
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3787
3789
|
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
3788
3790
|
profile?: {
|
|
@@ -3800,8 +3802,6 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3800
3802
|
model?: string;
|
|
3801
3803
|
};
|
|
3802
3804
|
};
|
|
3803
|
-
protocols?: string[];
|
|
3804
|
-
adapter?: string;
|
|
3805
3805
|
originalId?: string;
|
|
3806
3806
|
communicationSupported?: boolean;
|
|
3807
3807
|
routingSupported?: boolean;
|
|
@@ -3829,9 +3829,11 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3829
3829
|
capabilities?: (string | AIAgentCapability)[];
|
|
3830
3830
|
uaid?: string;
|
|
3831
3831
|
description?: string;
|
|
3832
|
-
createdAt?: string;
|
|
3833
|
-
id?: string;
|
|
3834
3832
|
registry?: string;
|
|
3833
|
+
adapter?: string;
|
|
3834
|
+
id?: string;
|
|
3835
|
+
protocols?: string[];
|
|
3836
|
+
createdAt?: string;
|
|
3835
3837
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3836
3838
|
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
3837
3839
|
profile?: {
|
|
@@ -3849,8 +3851,6 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3849
3851
|
model?: string;
|
|
3850
3852
|
};
|
|
3851
3853
|
};
|
|
3852
|
-
protocols?: string[];
|
|
3853
|
-
adapter?: string;
|
|
3854
3854
|
originalId?: string;
|
|
3855
3855
|
communicationSupported?: boolean;
|
|
3856
3856
|
routingSupported?: boolean;
|
|
@@ -3886,9 +3886,11 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3886
3886
|
capabilities?: (string | AIAgentCapability)[];
|
|
3887
3887
|
uaid?: string;
|
|
3888
3888
|
description?: string;
|
|
3889
|
-
createdAt?: string;
|
|
3890
|
-
id?: string;
|
|
3891
3889
|
registry?: string;
|
|
3890
|
+
adapter?: string;
|
|
3891
|
+
id?: string;
|
|
3892
|
+
protocols?: string[];
|
|
3893
|
+
createdAt?: string;
|
|
3892
3894
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3893
3895
|
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
3894
3896
|
profile?: {
|
|
@@ -3906,8 +3908,6 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3906
3908
|
model?: string;
|
|
3907
3909
|
};
|
|
3908
3910
|
};
|
|
3909
|
-
protocols?: string[];
|
|
3910
|
-
adapter?: string;
|
|
3911
3911
|
originalId?: string;
|
|
3912
3912
|
communicationSupported?: boolean;
|
|
3913
3913
|
routingSupported?: boolean;
|
|
@@ -3943,9 +3943,11 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3943
3943
|
capabilities?: (string | AIAgentCapability)[];
|
|
3944
3944
|
uaid?: string;
|
|
3945
3945
|
description?: string;
|
|
3946
|
-
createdAt?: string;
|
|
3947
|
-
id?: string;
|
|
3948
3946
|
registry?: string;
|
|
3947
|
+
adapter?: string;
|
|
3948
|
+
id?: string;
|
|
3949
|
+
protocols?: string[];
|
|
3950
|
+
createdAt?: string;
|
|
3949
3951
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3950
3952
|
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
3951
3953
|
profile?: {
|
|
@@ -3963,8 +3965,6 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3963
3965
|
model?: string;
|
|
3964
3966
|
};
|
|
3965
3967
|
};
|
|
3966
|
-
protocols?: string[];
|
|
3967
|
-
adapter?: string;
|
|
3968
3968
|
originalId?: string;
|
|
3969
3969
|
communicationSupported?: boolean;
|
|
3970
3970
|
routingSupported?: boolean;
|
|
@@ -4352,16 +4352,16 @@ export declare const uaidConnectionStatusSchema: z.ZodObject<{
|
|
|
4352
4352
|
}, "strip", z.ZodTypeAny, {
|
|
4353
4353
|
status?: "error" | "connected" | "disconnected";
|
|
4354
4354
|
metadata?: Record<string, string | number | boolean>;
|
|
4355
|
-
createdAt?: string;
|
|
4356
4355
|
id?: string;
|
|
4356
|
+
createdAt?: string;
|
|
4357
4357
|
protocol?: string;
|
|
4358
4358
|
agentId?: string;
|
|
4359
4359
|
endpoint?: string;
|
|
4360
4360
|
}, {
|
|
4361
4361
|
status?: "error" | "connected" | "disconnected";
|
|
4362
4362
|
metadata?: Record<string, string | number | boolean>;
|
|
4363
|
-
createdAt?: string;
|
|
4364
4363
|
id?: string;
|
|
4364
|
+
createdAt?: string;
|
|
4365
4365
|
protocol?: string;
|
|
4366
4366
|
agentId?: string;
|
|
4367
4367
|
endpoint?: string;
|
|
@@ -4375,8 +4375,8 @@ export declare const uaidConnectionStatusSchema: z.ZodObject<{
|
|
|
4375
4375
|
connection?: {
|
|
4376
4376
|
status?: "error" | "connected" | "disconnected";
|
|
4377
4377
|
metadata?: Record<string, string | number | boolean>;
|
|
4378
|
-
createdAt?: string;
|
|
4379
4378
|
id?: string;
|
|
4379
|
+
createdAt?: string;
|
|
4380
4380
|
protocol?: string;
|
|
4381
4381
|
agentId?: string;
|
|
4382
4382
|
endpoint?: string;
|
|
@@ -4388,8 +4388,8 @@ export declare const uaidConnectionStatusSchema: z.ZodObject<{
|
|
|
4388
4388
|
connection?: {
|
|
4389
4389
|
status?: "error" | "connected" | "disconnected";
|
|
4390
4390
|
metadata?: Record<string, string | number | boolean>;
|
|
4391
|
-
createdAt?: string;
|
|
4392
4391
|
id?: string;
|
|
4392
|
+
createdAt?: string;
|
|
4393
4393
|
protocol?: string;
|
|
4394
4394
|
agentId?: string;
|
|
4395
4395
|
endpoint?: string;
|
|
@@ -4702,8 +4702,8 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
4702
4702
|
type?: string;
|
|
4703
4703
|
name?: string;
|
|
4704
4704
|
capabilities?: (string | AIAgentCapability)[];
|
|
4705
|
-
id?: string;
|
|
4706
4705
|
registry?: string;
|
|
4706
|
+
id?: string;
|
|
4707
4707
|
profile?: {
|
|
4708
4708
|
type?: number;
|
|
4709
4709
|
alias?: string;
|
|
@@ -4727,8 +4727,8 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
4727
4727
|
type?: string;
|
|
4728
4728
|
name?: string;
|
|
4729
4729
|
capabilities?: (string | AIAgentCapability)[];
|
|
4730
|
-
id?: string;
|
|
4731
4730
|
registry?: string;
|
|
4731
|
+
id?: string;
|
|
4732
4732
|
profile?: {
|
|
4733
4733
|
type?: number;
|
|
4734
4734
|
alias?: string;
|
|
@@ -5184,13 +5184,14 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5184
5184
|
status?: "created" | "duplicate" | "updated";
|
|
5185
5185
|
message?: string;
|
|
5186
5186
|
uaid?: string;
|
|
5187
|
+
registry?: string;
|
|
5187
5188
|
agent?: {
|
|
5188
5189
|
metadata?: Record<string, JsonValue>;
|
|
5189
5190
|
type?: string;
|
|
5190
5191
|
name?: string;
|
|
5191
5192
|
capabilities?: (string | AIAgentCapability)[];
|
|
5192
|
-
id?: string;
|
|
5193
5193
|
registry?: string;
|
|
5194
|
+
id?: string;
|
|
5194
5195
|
profile?: {
|
|
5195
5196
|
type?: number;
|
|
5196
5197
|
alias?: string;
|
|
@@ -5210,7 +5211,6 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5210
5211
|
endpoint?: string;
|
|
5211
5212
|
nativeId?: string;
|
|
5212
5213
|
};
|
|
5213
|
-
registry?: string;
|
|
5214
5214
|
profile?: {
|
|
5215
5215
|
tId?: string;
|
|
5216
5216
|
sizeBytes?: number;
|
|
@@ -5336,13 +5336,14 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5336
5336
|
status?: "created" | "duplicate" | "updated";
|
|
5337
5337
|
message?: string;
|
|
5338
5338
|
uaid?: string;
|
|
5339
|
+
registry?: string;
|
|
5339
5340
|
agent?: {
|
|
5340
5341
|
metadata?: Record<string, JsonValue>;
|
|
5341
5342
|
type?: string;
|
|
5342
5343
|
name?: string;
|
|
5343
5344
|
capabilities?: (string | AIAgentCapability)[];
|
|
5344
|
-
id?: string;
|
|
5345
5345
|
registry?: string;
|
|
5346
|
+
id?: string;
|
|
5346
5347
|
profile?: {
|
|
5347
5348
|
type?: number;
|
|
5348
5349
|
alias?: string;
|
|
@@ -5362,7 +5363,6 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5362
5363
|
endpoint?: string;
|
|
5363
5364
|
nativeId?: string;
|
|
5364
5365
|
};
|
|
5365
|
-
registry?: string;
|
|
5366
5366
|
profile?: {
|
|
5367
5367
|
tId?: string;
|
|
5368
5368
|
sizeBytes?: number;
|
|
@@ -5561,8 +5561,8 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
5561
5561
|
type?: string;
|
|
5562
5562
|
name?: string;
|
|
5563
5563
|
capabilities?: (string | AIAgentCapability)[];
|
|
5564
|
-
id?: string;
|
|
5565
5564
|
registry?: string;
|
|
5565
|
+
id?: string;
|
|
5566
5566
|
profile?: {
|
|
5567
5567
|
type?: number;
|
|
5568
5568
|
alias?: string;
|
|
@@ -5586,8 +5586,8 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
5586
5586
|
type?: string;
|
|
5587
5587
|
name?: string;
|
|
5588
5588
|
capabilities?: (string | AIAgentCapability)[];
|
|
5589
|
-
id?: string;
|
|
5590
5589
|
registry?: string;
|
|
5590
|
+
id?: string;
|
|
5591
5591
|
profile?: {
|
|
5592
5592
|
type?: number;
|
|
5593
5593
|
alias?: string;
|
|
@@ -6043,13 +6043,14 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6043
6043
|
status?: "pending";
|
|
6044
6044
|
message?: string;
|
|
6045
6045
|
uaid?: string;
|
|
6046
|
+
registry?: string;
|
|
6046
6047
|
agent?: {
|
|
6047
6048
|
metadata?: Record<string, JsonValue>;
|
|
6048
6049
|
type?: string;
|
|
6049
6050
|
name?: string;
|
|
6050
6051
|
capabilities?: (string | AIAgentCapability)[];
|
|
6051
|
-
id?: string;
|
|
6052
6052
|
registry?: string;
|
|
6053
|
+
id?: string;
|
|
6053
6054
|
profile?: {
|
|
6054
6055
|
type?: number;
|
|
6055
6056
|
alias?: string;
|
|
@@ -6069,7 +6070,6 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6069
6070
|
endpoint?: string;
|
|
6070
6071
|
nativeId?: string;
|
|
6071
6072
|
};
|
|
6072
|
-
registry?: string;
|
|
6073
6073
|
profile?: {
|
|
6074
6074
|
tId?: string;
|
|
6075
6075
|
sizeBytes?: number;
|
|
@@ -6195,13 +6195,14 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6195
6195
|
status?: "pending";
|
|
6196
6196
|
message?: string;
|
|
6197
6197
|
uaid?: string;
|
|
6198
|
+
registry?: string;
|
|
6198
6199
|
agent?: {
|
|
6199
6200
|
metadata?: Record<string, JsonValue>;
|
|
6200
6201
|
type?: string;
|
|
6201
6202
|
name?: string;
|
|
6202
6203
|
capabilities?: (string | AIAgentCapability)[];
|
|
6203
|
-
id?: string;
|
|
6204
6204
|
registry?: string;
|
|
6205
|
+
id?: string;
|
|
6205
6206
|
profile?: {
|
|
6206
6207
|
type?: number;
|
|
6207
6208
|
alias?: string;
|
|
@@ -6221,7 +6222,6 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6221
6222
|
endpoint?: string;
|
|
6222
6223
|
nativeId?: string;
|
|
6223
6224
|
};
|
|
6224
|
-
registry?: string;
|
|
6225
6225
|
profile?: {
|
|
6226
6226
|
tId?: string;
|
|
6227
6227
|
sizeBytes?: number;
|
|
@@ -6420,8 +6420,8 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
6420
6420
|
type?: string;
|
|
6421
6421
|
name?: string;
|
|
6422
6422
|
capabilities?: (string | AIAgentCapability)[];
|
|
6423
|
-
id?: string;
|
|
6424
6423
|
registry?: string;
|
|
6424
|
+
id?: string;
|
|
6425
6425
|
profile?: {
|
|
6426
6426
|
type?: number;
|
|
6427
6427
|
alias?: string;
|
|
@@ -6445,8 +6445,8 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
6445
6445
|
type?: string;
|
|
6446
6446
|
name?: string;
|
|
6447
6447
|
capabilities?: (string | AIAgentCapability)[];
|
|
6448
|
-
id?: string;
|
|
6449
6448
|
registry?: string;
|
|
6449
|
+
id?: string;
|
|
6450
6450
|
profile?: {
|
|
6451
6451
|
type?: number;
|
|
6452
6452
|
alias?: string;
|
|
@@ -6920,13 +6920,14 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
6920
6920
|
registryKey?: string;
|
|
6921
6921
|
}[];
|
|
6922
6922
|
uaid?: string;
|
|
6923
|
+
registry?: string;
|
|
6923
6924
|
agent?: {
|
|
6924
6925
|
metadata?: Record<string, JsonValue>;
|
|
6925
6926
|
type?: string;
|
|
6926
6927
|
name?: string;
|
|
6927
6928
|
capabilities?: (string | AIAgentCapability)[];
|
|
6928
|
-
id?: string;
|
|
6929
6929
|
registry?: string;
|
|
6930
|
+
id?: string;
|
|
6930
6931
|
profile?: {
|
|
6931
6932
|
type?: number;
|
|
6932
6933
|
alias?: string;
|
|
@@ -6946,7 +6947,6 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
6946
6947
|
endpoint?: string;
|
|
6947
6948
|
nativeId?: string;
|
|
6948
6949
|
};
|
|
6949
|
-
registry?: string;
|
|
6950
6950
|
profile?: {
|
|
6951
6951
|
tId?: string;
|
|
6952
6952
|
sizeBytes?: number;
|
|
@@ -7077,13 +7077,14 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7077
7077
|
registryKey?: string;
|
|
7078
7078
|
}[];
|
|
7079
7079
|
uaid?: string;
|
|
7080
|
+
registry?: string;
|
|
7080
7081
|
agent?: {
|
|
7081
7082
|
metadata?: Record<string, JsonValue>;
|
|
7082
7083
|
type?: string;
|
|
7083
7084
|
name?: string;
|
|
7084
7085
|
capabilities?: (string | AIAgentCapability)[];
|
|
7085
|
-
id?: string;
|
|
7086
7086
|
registry?: string;
|
|
7087
|
+
id?: string;
|
|
7087
7088
|
profile?: {
|
|
7088
7089
|
type?: number;
|
|
7089
7090
|
alias?: string;
|
|
@@ -7103,7 +7104,6 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7103
7104
|
endpoint?: string;
|
|
7104
7105
|
nativeId?: string;
|
|
7105
7106
|
};
|
|
7106
|
-
registry?: string;
|
|
7107
7107
|
profile?: {
|
|
7108
7108
|
tId?: string;
|
|
7109
7109
|
sizeBytes?: number;
|
|
@@ -7302,8 +7302,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7302
7302
|
type?: string;
|
|
7303
7303
|
name?: string;
|
|
7304
7304
|
capabilities?: (string | AIAgentCapability)[];
|
|
7305
|
-
id?: string;
|
|
7306
7305
|
registry?: string;
|
|
7306
|
+
id?: string;
|
|
7307
7307
|
profile?: {
|
|
7308
7308
|
type?: number;
|
|
7309
7309
|
alias?: string;
|
|
@@ -7327,8 +7327,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7327
7327
|
type?: string;
|
|
7328
7328
|
name?: string;
|
|
7329
7329
|
capabilities?: (string | AIAgentCapability)[];
|
|
7330
|
-
id?: string;
|
|
7331
7330
|
registry?: string;
|
|
7331
|
+
id?: string;
|
|
7332
7332
|
profile?: {
|
|
7333
7333
|
type?: number;
|
|
7334
7334
|
alias?: string;
|
|
@@ -7784,13 +7784,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7784
7784
|
status?: "created" | "duplicate" | "updated";
|
|
7785
7785
|
message?: string;
|
|
7786
7786
|
uaid?: string;
|
|
7787
|
+
registry?: string;
|
|
7787
7788
|
agent?: {
|
|
7788
7789
|
metadata?: Record<string, JsonValue>;
|
|
7789
7790
|
type?: string;
|
|
7790
7791
|
name?: string;
|
|
7791
7792
|
capabilities?: (string | AIAgentCapability)[];
|
|
7792
|
-
id?: string;
|
|
7793
7793
|
registry?: string;
|
|
7794
|
+
id?: string;
|
|
7794
7795
|
profile?: {
|
|
7795
7796
|
type?: number;
|
|
7796
7797
|
alias?: string;
|
|
@@ -7810,7 +7811,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7810
7811
|
endpoint?: string;
|
|
7811
7812
|
nativeId?: string;
|
|
7812
7813
|
};
|
|
7813
|
-
registry?: string;
|
|
7814
7814
|
profile?: {
|
|
7815
7815
|
tId?: string;
|
|
7816
7816
|
sizeBytes?: number;
|
|
@@ -7936,13 +7936,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7936
7936
|
status?: "created" | "duplicate" | "updated";
|
|
7937
7937
|
message?: string;
|
|
7938
7938
|
uaid?: string;
|
|
7939
|
+
registry?: string;
|
|
7939
7940
|
agent?: {
|
|
7940
7941
|
metadata?: Record<string, JsonValue>;
|
|
7941
7942
|
type?: string;
|
|
7942
7943
|
name?: string;
|
|
7943
7944
|
capabilities?: (string | AIAgentCapability)[];
|
|
7944
|
-
id?: string;
|
|
7945
7945
|
registry?: string;
|
|
7946
|
+
id?: string;
|
|
7946
7947
|
profile?: {
|
|
7947
7948
|
type?: number;
|
|
7948
7949
|
alias?: string;
|
|
@@ -7962,7 +7963,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7962
7963
|
endpoint?: string;
|
|
7963
7964
|
nativeId?: string;
|
|
7964
7965
|
};
|
|
7965
|
-
registry?: string;
|
|
7966
7966
|
profile?: {
|
|
7967
7967
|
tId?: string;
|
|
7968
7968
|
sizeBytes?: number;
|
|
@@ -8160,8 +8160,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8160
8160
|
type?: string;
|
|
8161
8161
|
name?: string;
|
|
8162
8162
|
capabilities?: (string | AIAgentCapability)[];
|
|
8163
|
-
id?: string;
|
|
8164
8163
|
registry?: string;
|
|
8164
|
+
id?: string;
|
|
8165
8165
|
profile?: {
|
|
8166
8166
|
type?: number;
|
|
8167
8167
|
alias?: string;
|
|
@@ -8185,8 +8185,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8185
8185
|
type?: string;
|
|
8186
8186
|
name?: string;
|
|
8187
8187
|
capabilities?: (string | AIAgentCapability)[];
|
|
8188
|
-
id?: string;
|
|
8189
8188
|
registry?: string;
|
|
8189
|
+
id?: string;
|
|
8190
8190
|
profile?: {
|
|
8191
8191
|
type?: number;
|
|
8192
8192
|
alias?: string;
|
|
@@ -8642,13 +8642,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8642
8642
|
status?: "pending";
|
|
8643
8643
|
message?: string;
|
|
8644
8644
|
uaid?: string;
|
|
8645
|
+
registry?: string;
|
|
8645
8646
|
agent?: {
|
|
8646
8647
|
metadata?: Record<string, JsonValue>;
|
|
8647
8648
|
type?: string;
|
|
8648
8649
|
name?: string;
|
|
8649
8650
|
capabilities?: (string | AIAgentCapability)[];
|
|
8650
|
-
id?: string;
|
|
8651
8651
|
registry?: string;
|
|
8652
|
+
id?: string;
|
|
8652
8653
|
profile?: {
|
|
8653
8654
|
type?: number;
|
|
8654
8655
|
alias?: string;
|
|
@@ -8668,7 +8669,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8668
8669
|
endpoint?: string;
|
|
8669
8670
|
nativeId?: string;
|
|
8670
8671
|
};
|
|
8671
|
-
registry?: string;
|
|
8672
8672
|
profile?: {
|
|
8673
8673
|
tId?: string;
|
|
8674
8674
|
sizeBytes?: number;
|
|
@@ -8794,13 +8794,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8794
8794
|
status?: "pending";
|
|
8795
8795
|
message?: string;
|
|
8796
8796
|
uaid?: string;
|
|
8797
|
+
registry?: string;
|
|
8797
8798
|
agent?: {
|
|
8798
8799
|
metadata?: Record<string, JsonValue>;
|
|
8799
8800
|
type?: string;
|
|
8800
8801
|
name?: string;
|
|
8801
8802
|
capabilities?: (string | AIAgentCapability)[];
|
|
8802
|
-
id?: string;
|
|
8803
8803
|
registry?: string;
|
|
8804
|
+
id?: string;
|
|
8804
8805
|
profile?: {
|
|
8805
8806
|
type?: number;
|
|
8806
8807
|
alias?: string;
|
|
@@ -8820,7 +8821,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8820
8821
|
endpoint?: string;
|
|
8821
8822
|
nativeId?: string;
|
|
8822
8823
|
};
|
|
8823
|
-
registry?: string;
|
|
8824
8824
|
profile?: {
|
|
8825
8825
|
tId?: string;
|
|
8826
8826
|
sizeBytes?: number;
|
|
@@ -9018,8 +9018,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9018
9018
|
type?: string;
|
|
9019
9019
|
name?: string;
|
|
9020
9020
|
capabilities?: (string | AIAgentCapability)[];
|
|
9021
|
-
id?: string;
|
|
9022
9021
|
registry?: string;
|
|
9022
|
+
id?: string;
|
|
9023
9023
|
profile?: {
|
|
9024
9024
|
type?: number;
|
|
9025
9025
|
alias?: string;
|
|
@@ -9043,8 +9043,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9043
9043
|
type?: string;
|
|
9044
9044
|
name?: string;
|
|
9045
9045
|
capabilities?: (string | AIAgentCapability)[];
|
|
9046
|
-
id?: string;
|
|
9047
9046
|
registry?: string;
|
|
9047
|
+
id?: string;
|
|
9048
9048
|
profile?: {
|
|
9049
9049
|
type?: number;
|
|
9050
9050
|
alias?: string;
|
|
@@ -9518,13 +9518,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9518
9518
|
registryKey?: string;
|
|
9519
9519
|
}[];
|
|
9520
9520
|
uaid?: string;
|
|
9521
|
+
registry?: string;
|
|
9521
9522
|
agent?: {
|
|
9522
9523
|
metadata?: Record<string, JsonValue>;
|
|
9523
9524
|
type?: string;
|
|
9524
9525
|
name?: string;
|
|
9525
9526
|
capabilities?: (string | AIAgentCapability)[];
|
|
9526
|
-
id?: string;
|
|
9527
9527
|
registry?: string;
|
|
9528
|
+
id?: string;
|
|
9528
9529
|
profile?: {
|
|
9529
9530
|
type?: number;
|
|
9530
9531
|
alias?: string;
|
|
@@ -9544,7 +9545,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9544
9545
|
endpoint?: string;
|
|
9545
9546
|
nativeId?: string;
|
|
9546
9547
|
};
|
|
9547
|
-
registry?: string;
|
|
9548
9548
|
profile?: {
|
|
9549
9549
|
tId?: string;
|
|
9550
9550
|
sizeBytes?: number;
|
|
@@ -9675,13 +9675,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9675
9675
|
registryKey?: string;
|
|
9676
9676
|
}[];
|
|
9677
9677
|
uaid?: string;
|
|
9678
|
+
registry?: string;
|
|
9678
9679
|
agent?: {
|
|
9679
9680
|
metadata?: Record<string, JsonValue>;
|
|
9680
9681
|
type?: string;
|
|
9681
9682
|
name?: string;
|
|
9682
9683
|
capabilities?: (string | AIAgentCapability)[];
|
|
9683
|
-
id?: string;
|
|
9684
9684
|
registry?: string;
|
|
9685
|
+
id?: string;
|
|
9685
9686
|
profile?: {
|
|
9686
9687
|
type?: number;
|
|
9687
9688
|
alias?: string;
|
|
@@ -9701,7 +9702,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9701
9702
|
endpoint?: string;
|
|
9702
9703
|
nativeId?: string;
|
|
9703
9704
|
};
|
|
9704
|
-
registry?: string;
|
|
9705
9705
|
profile?: {
|
|
9706
9706
|
tId?: string;
|
|
9707
9707
|
sizeBytes?: number;
|
|
@@ -9898,6 +9898,11 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9898
9898
|
uaid?: string;
|
|
9899
9899
|
accountId?: string;
|
|
9900
9900
|
mode?: "register" | "update";
|
|
9901
|
+
primary?: {
|
|
9902
|
+
status?: "pending" | "failed" | "completed";
|
|
9903
|
+
error?: string;
|
|
9904
|
+
finishedAt?: string;
|
|
9905
|
+
};
|
|
9901
9906
|
agentId?: string;
|
|
9902
9907
|
attemptId?: string;
|
|
9903
9908
|
additionalRegistries?: Record<string, {
|
|
@@ -9918,17 +9923,17 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9918
9923
|
registryNamespace?: string;
|
|
9919
9924
|
startedAt?: string;
|
|
9920
9925
|
completedAt?: string;
|
|
9921
|
-
primary?: {
|
|
9922
|
-
status?: "pending" | "failed" | "completed";
|
|
9923
|
-
error?: string;
|
|
9924
|
-
finishedAt?: string;
|
|
9925
|
-
};
|
|
9926
9926
|
}, {
|
|
9927
9927
|
status?: "pending" | "failed" | "completed" | "partial";
|
|
9928
9928
|
errors?: string[];
|
|
9929
9929
|
uaid?: string;
|
|
9930
9930
|
accountId?: string;
|
|
9931
9931
|
mode?: "register" | "update";
|
|
9932
|
+
primary?: {
|
|
9933
|
+
status?: "pending" | "failed" | "completed";
|
|
9934
|
+
error?: string;
|
|
9935
|
+
finishedAt?: string;
|
|
9936
|
+
};
|
|
9932
9937
|
agentId?: string;
|
|
9933
9938
|
attemptId?: string;
|
|
9934
9939
|
additionalRegistries?: Record<string, {
|
|
@@ -9949,11 +9954,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9949
9954
|
registryNamespace?: string;
|
|
9950
9955
|
startedAt?: string;
|
|
9951
9956
|
completedAt?: string;
|
|
9952
|
-
primary?: {
|
|
9953
|
-
status?: "pending" | "failed" | "completed";
|
|
9954
|
-
error?: string;
|
|
9955
|
-
finishedAt?: string;
|
|
9956
|
-
};
|
|
9957
9957
|
}>;
|
|
9958
9958
|
}, "strip", z.ZodTypeAny, {
|
|
9959
9959
|
progress?: {
|
|
@@ -9962,6 +9962,11 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9962
9962
|
uaid?: string;
|
|
9963
9963
|
accountId?: string;
|
|
9964
9964
|
mode?: "register" | "update";
|
|
9965
|
+
primary?: {
|
|
9966
|
+
status?: "pending" | "failed" | "completed";
|
|
9967
|
+
error?: string;
|
|
9968
|
+
finishedAt?: string;
|
|
9969
|
+
};
|
|
9965
9970
|
agentId?: string;
|
|
9966
9971
|
attemptId?: string;
|
|
9967
9972
|
additionalRegistries?: Record<string, {
|
|
@@ -9982,11 +9987,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9982
9987
|
registryNamespace?: string;
|
|
9983
9988
|
startedAt?: string;
|
|
9984
9989
|
completedAt?: string;
|
|
9985
|
-
primary?: {
|
|
9986
|
-
status?: "pending" | "failed" | "completed";
|
|
9987
|
-
error?: string;
|
|
9988
|
-
finishedAt?: string;
|
|
9989
|
-
};
|
|
9990
9990
|
};
|
|
9991
9991
|
}, {
|
|
9992
9992
|
progress?: {
|
|
@@ -9995,6 +9995,11 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9995
9995
|
uaid?: string;
|
|
9996
9996
|
accountId?: string;
|
|
9997
9997
|
mode?: "register" | "update";
|
|
9998
|
+
primary?: {
|
|
9999
|
+
status?: "pending" | "failed" | "completed";
|
|
10000
|
+
error?: string;
|
|
10001
|
+
finishedAt?: string;
|
|
10002
|
+
};
|
|
9998
10003
|
agentId?: string;
|
|
9999
10004
|
attemptId?: string;
|
|
10000
10005
|
additionalRegistries?: Record<string, {
|
|
@@ -10015,11 +10020,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
10015
10020
|
registryNamespace?: string;
|
|
10016
10021
|
startedAt?: string;
|
|
10017
10022
|
completedAt?: string;
|
|
10018
|
-
primary?: {
|
|
10019
|
-
status?: "pending" | "failed" | "completed";
|
|
10020
|
-
error?: string;
|
|
10021
|
-
finishedAt?: string;
|
|
10022
|
-
};
|
|
10023
10023
|
};
|
|
10024
10024
|
}>;
|
|
10025
10025
|
export declare const registrationProgressAdditionalEntrySchema: z.ZodObject<{
|
|
@@ -10138,6 +10138,11 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
10138
10138
|
uaid?: string;
|
|
10139
10139
|
accountId?: string;
|
|
10140
10140
|
mode?: "register" | "update";
|
|
10141
|
+
primary?: {
|
|
10142
|
+
status?: "pending" | "failed" | "completed";
|
|
10143
|
+
error?: string;
|
|
10144
|
+
finishedAt?: string;
|
|
10145
|
+
};
|
|
10141
10146
|
agentId?: string;
|
|
10142
10147
|
attemptId?: string;
|
|
10143
10148
|
additionalRegistries?: Record<string, {
|
|
@@ -10158,17 +10163,17 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
10158
10163
|
registryNamespace?: string;
|
|
10159
10164
|
startedAt?: string;
|
|
10160
10165
|
completedAt?: string;
|
|
10161
|
-
primary?: {
|
|
10162
|
-
status?: "pending" | "failed" | "completed";
|
|
10163
|
-
error?: string;
|
|
10164
|
-
finishedAt?: string;
|
|
10165
|
-
};
|
|
10166
10166
|
}, {
|
|
10167
10167
|
status?: "pending" | "failed" | "completed" | "partial";
|
|
10168
10168
|
errors?: string[];
|
|
10169
10169
|
uaid?: string;
|
|
10170
10170
|
accountId?: string;
|
|
10171
10171
|
mode?: "register" | "update";
|
|
10172
|
+
primary?: {
|
|
10173
|
+
status?: "pending" | "failed" | "completed";
|
|
10174
|
+
error?: string;
|
|
10175
|
+
finishedAt?: string;
|
|
10176
|
+
};
|
|
10172
10177
|
agentId?: string;
|
|
10173
10178
|
attemptId?: string;
|
|
10174
10179
|
additionalRegistries?: Record<string, {
|
|
@@ -10189,11 +10194,6 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
10189
10194
|
registryNamespace?: string;
|
|
10190
10195
|
startedAt?: string;
|
|
10191
10196
|
completedAt?: string;
|
|
10192
|
-
primary?: {
|
|
10193
|
-
status?: "pending" | "failed" | "completed";
|
|
10194
|
-
error?: string;
|
|
10195
|
-
finishedAt?: string;
|
|
10196
|
-
};
|
|
10197
10197
|
}>;
|
|
10198
10198
|
export declare const registrationQuoteResponseSchema: z.ZodObject<{
|
|
10199
10199
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -10391,43 +10391,1315 @@ export declare const adaptersResponseSchema: z.ZodObject<{
|
|
|
10391
10391
|
}, {
|
|
10392
10392
|
adapters?: string[];
|
|
10393
10393
|
}>;
|
|
10394
|
-
export declare const
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
|
|
10399
|
-
|
|
10400
|
-
|
|
10394
|
+
export declare const adapterRegistryCategorySchema: z.ZodObject<{
|
|
10395
|
+
id: z.ZodNumber;
|
|
10396
|
+
network: z.ZodString;
|
|
10397
|
+
type: z.ZodString;
|
|
10398
|
+
slug: z.ZodString;
|
|
10399
|
+
name: z.ZodString;
|
|
10400
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10401
|
+
topicId: z.ZodString;
|
|
10402
|
+
versionTopicId: z.ZodString;
|
|
10403
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10404
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10405
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10406
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10407
|
+
createdAt: z.ZodString;
|
|
10408
|
+
updatedAt: z.ZodString;
|
|
10409
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10401
10410
|
}, "strip", z.ZodTypeAny, {
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
|
|
10405
|
-
|
|
10406
|
-
|
|
10407
|
-
|
|
10411
|
+
network?: string;
|
|
10412
|
+
metadata?: JsonValue;
|
|
10413
|
+
type?: string;
|
|
10414
|
+
name?: string;
|
|
10415
|
+
description?: string;
|
|
10416
|
+
id?: number;
|
|
10417
|
+
createdAt?: string;
|
|
10418
|
+
updatedAt?: string;
|
|
10419
|
+
topicId?: string;
|
|
10420
|
+
slug?: string;
|
|
10421
|
+
versionTopicId?: string;
|
|
10422
|
+
registryTransactionId?: string;
|
|
10423
|
+
versionTransactionId?: string;
|
|
10424
|
+
metadataPointer?: string;
|
|
10425
|
+
metadataSequence?: number;
|
|
10408
10426
|
}, {
|
|
10409
|
-
|
|
10410
|
-
|
|
10411
|
-
|
|
10412
|
-
|
|
10413
|
-
|
|
10414
|
-
|
|
10427
|
+
network?: string;
|
|
10428
|
+
metadata?: JsonValue;
|
|
10429
|
+
type?: string;
|
|
10430
|
+
name?: string;
|
|
10431
|
+
description?: string;
|
|
10432
|
+
id?: number;
|
|
10433
|
+
createdAt?: string;
|
|
10434
|
+
updatedAt?: string;
|
|
10435
|
+
topicId?: string;
|
|
10436
|
+
slug?: string;
|
|
10437
|
+
versionTopicId?: string;
|
|
10438
|
+
registryTransactionId?: string;
|
|
10439
|
+
versionTransactionId?: string;
|
|
10440
|
+
metadataPointer?: string;
|
|
10441
|
+
metadataSequence?: number;
|
|
10415
10442
|
}>;
|
|
10416
|
-
export declare const
|
|
10417
|
-
|
|
10418
|
-
|
|
10419
|
-
|
|
10420
|
-
|
|
10421
|
-
|
|
10422
|
-
|
|
10423
|
-
|
|
10424
|
-
|
|
10425
|
-
|
|
10426
|
-
|
|
10427
|
-
|
|
10428
|
-
|
|
10429
|
-
|
|
10430
|
-
|
|
10443
|
+
export declare const adapterRegistryCategoriesResponseSchema: z.ZodObject<{
|
|
10444
|
+
categories: z.ZodArray<z.ZodObject<{
|
|
10445
|
+
id: z.ZodNumber;
|
|
10446
|
+
network: z.ZodString;
|
|
10447
|
+
type: z.ZodString;
|
|
10448
|
+
slug: z.ZodString;
|
|
10449
|
+
name: z.ZodString;
|
|
10450
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10451
|
+
topicId: z.ZodString;
|
|
10452
|
+
versionTopicId: z.ZodString;
|
|
10453
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10454
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10455
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10456
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10457
|
+
createdAt: z.ZodString;
|
|
10458
|
+
updatedAt: z.ZodString;
|
|
10459
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10460
|
+
}, "strip", z.ZodTypeAny, {
|
|
10461
|
+
network?: string;
|
|
10462
|
+
metadata?: JsonValue;
|
|
10463
|
+
type?: string;
|
|
10464
|
+
name?: string;
|
|
10465
|
+
description?: string;
|
|
10466
|
+
id?: number;
|
|
10467
|
+
createdAt?: string;
|
|
10468
|
+
updatedAt?: string;
|
|
10469
|
+
topicId?: string;
|
|
10470
|
+
slug?: string;
|
|
10471
|
+
versionTopicId?: string;
|
|
10472
|
+
registryTransactionId?: string;
|
|
10473
|
+
versionTransactionId?: string;
|
|
10474
|
+
metadataPointer?: string;
|
|
10475
|
+
metadataSequence?: number;
|
|
10476
|
+
}, {
|
|
10477
|
+
network?: string;
|
|
10478
|
+
metadata?: JsonValue;
|
|
10479
|
+
type?: string;
|
|
10480
|
+
name?: string;
|
|
10481
|
+
description?: string;
|
|
10482
|
+
id?: number;
|
|
10483
|
+
createdAt?: string;
|
|
10484
|
+
updatedAt?: string;
|
|
10485
|
+
topicId?: string;
|
|
10486
|
+
slug?: string;
|
|
10487
|
+
versionTopicId?: string;
|
|
10488
|
+
registryTransactionId?: string;
|
|
10489
|
+
versionTransactionId?: string;
|
|
10490
|
+
metadataPointer?: string;
|
|
10491
|
+
metadataSequence?: number;
|
|
10492
|
+
}>, "many">;
|
|
10493
|
+
}, "strip", z.ZodTypeAny, {
|
|
10494
|
+
categories?: {
|
|
10495
|
+
network?: string;
|
|
10496
|
+
metadata?: JsonValue;
|
|
10497
|
+
type?: string;
|
|
10498
|
+
name?: string;
|
|
10499
|
+
description?: string;
|
|
10500
|
+
id?: number;
|
|
10501
|
+
createdAt?: string;
|
|
10502
|
+
updatedAt?: string;
|
|
10503
|
+
topicId?: string;
|
|
10504
|
+
slug?: string;
|
|
10505
|
+
versionTopicId?: string;
|
|
10506
|
+
registryTransactionId?: string;
|
|
10507
|
+
versionTransactionId?: string;
|
|
10508
|
+
metadataPointer?: string;
|
|
10509
|
+
metadataSequence?: number;
|
|
10510
|
+
}[];
|
|
10511
|
+
}, {
|
|
10512
|
+
categories?: {
|
|
10513
|
+
network?: string;
|
|
10514
|
+
metadata?: JsonValue;
|
|
10515
|
+
type?: string;
|
|
10516
|
+
name?: string;
|
|
10517
|
+
description?: string;
|
|
10518
|
+
id?: number;
|
|
10519
|
+
createdAt?: string;
|
|
10520
|
+
updatedAt?: string;
|
|
10521
|
+
topicId?: string;
|
|
10522
|
+
slug?: string;
|
|
10523
|
+
versionTopicId?: string;
|
|
10524
|
+
registryTransactionId?: string;
|
|
10525
|
+
versionTransactionId?: string;
|
|
10526
|
+
metadataPointer?: string;
|
|
10527
|
+
metadataSequence?: number;
|
|
10528
|
+
}[];
|
|
10529
|
+
}>;
|
|
10530
|
+
export declare const adapterRegistryAdapterSchema: z.ZodObject<{
|
|
10531
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10532
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10533
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10534
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10535
|
+
adapterId: z.ZodString;
|
|
10536
|
+
adapterName: z.ZodString;
|
|
10537
|
+
entity: z.ZodString;
|
|
10538
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10539
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10540
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10541
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10542
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10543
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10544
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10545
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10546
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10547
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10548
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10549
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10550
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10551
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10552
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10553
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10554
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10555
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10556
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10557
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10558
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10559
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10560
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10561
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10562
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10563
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10564
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10565
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10566
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10567
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10568
|
+
id: z.ZodNumber;
|
|
10569
|
+
network: z.ZodString;
|
|
10570
|
+
type: z.ZodString;
|
|
10571
|
+
slug: z.ZodString;
|
|
10572
|
+
name: z.ZodString;
|
|
10573
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10574
|
+
topicId: z.ZodString;
|
|
10575
|
+
versionTopicId: z.ZodString;
|
|
10576
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10577
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10578
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10579
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10580
|
+
createdAt: z.ZodString;
|
|
10581
|
+
updatedAt: z.ZodString;
|
|
10582
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10583
|
+
}, "strip", z.ZodTypeAny, {
|
|
10584
|
+
network?: string;
|
|
10585
|
+
metadata?: JsonValue;
|
|
10586
|
+
type?: string;
|
|
10587
|
+
name?: string;
|
|
10588
|
+
description?: string;
|
|
10589
|
+
id?: number;
|
|
10590
|
+
createdAt?: string;
|
|
10591
|
+
updatedAt?: string;
|
|
10592
|
+
topicId?: string;
|
|
10593
|
+
slug?: string;
|
|
10594
|
+
versionTopicId?: string;
|
|
10595
|
+
registryTransactionId?: string;
|
|
10596
|
+
versionTransactionId?: string;
|
|
10597
|
+
metadataPointer?: string;
|
|
10598
|
+
metadataSequence?: number;
|
|
10599
|
+
}, {
|
|
10600
|
+
network?: string;
|
|
10601
|
+
metadata?: JsonValue;
|
|
10602
|
+
type?: string;
|
|
10603
|
+
name?: string;
|
|
10604
|
+
description?: string;
|
|
10605
|
+
id?: number;
|
|
10606
|
+
createdAt?: string;
|
|
10607
|
+
updatedAt?: string;
|
|
10608
|
+
topicId?: string;
|
|
10609
|
+
slug?: string;
|
|
10610
|
+
versionTopicId?: string;
|
|
10611
|
+
registryTransactionId?: string;
|
|
10612
|
+
versionTransactionId?: string;
|
|
10613
|
+
metadataPointer?: string;
|
|
10614
|
+
metadataSequence?: number;
|
|
10615
|
+
}>>;
|
|
10616
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
10617
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10618
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10619
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10620
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10621
|
+
adapterId: z.ZodString;
|
|
10622
|
+
adapterName: z.ZodString;
|
|
10623
|
+
entity: z.ZodString;
|
|
10624
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10625
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10626
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10627
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10628
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10629
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10630
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10631
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10632
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10633
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10634
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10635
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10636
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10637
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10638
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10639
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10640
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10641
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10642
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10643
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10644
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10645
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10646
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10647
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10648
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10649
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10650
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10651
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10652
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10653
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10654
|
+
id: z.ZodNumber;
|
|
10655
|
+
network: z.ZodString;
|
|
10656
|
+
type: z.ZodString;
|
|
10657
|
+
slug: z.ZodString;
|
|
10658
|
+
name: z.ZodString;
|
|
10659
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10660
|
+
topicId: z.ZodString;
|
|
10661
|
+
versionTopicId: z.ZodString;
|
|
10662
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10663
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10664
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10665
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10666
|
+
createdAt: z.ZodString;
|
|
10667
|
+
updatedAt: z.ZodString;
|
|
10668
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10669
|
+
}, "strip", z.ZodTypeAny, {
|
|
10670
|
+
network?: string;
|
|
10671
|
+
metadata?: JsonValue;
|
|
10672
|
+
type?: string;
|
|
10673
|
+
name?: string;
|
|
10674
|
+
description?: string;
|
|
10675
|
+
id?: number;
|
|
10676
|
+
createdAt?: string;
|
|
10677
|
+
updatedAt?: string;
|
|
10678
|
+
topicId?: string;
|
|
10679
|
+
slug?: string;
|
|
10680
|
+
versionTopicId?: string;
|
|
10681
|
+
registryTransactionId?: string;
|
|
10682
|
+
versionTransactionId?: string;
|
|
10683
|
+
metadataPointer?: string;
|
|
10684
|
+
metadataSequence?: number;
|
|
10685
|
+
}, {
|
|
10686
|
+
network?: string;
|
|
10687
|
+
metadata?: JsonValue;
|
|
10688
|
+
type?: string;
|
|
10689
|
+
name?: string;
|
|
10690
|
+
description?: string;
|
|
10691
|
+
id?: number;
|
|
10692
|
+
createdAt?: string;
|
|
10693
|
+
updatedAt?: string;
|
|
10694
|
+
topicId?: string;
|
|
10695
|
+
slug?: string;
|
|
10696
|
+
versionTopicId?: string;
|
|
10697
|
+
registryTransactionId?: string;
|
|
10698
|
+
versionTransactionId?: string;
|
|
10699
|
+
metadataPointer?: string;
|
|
10700
|
+
metadataSequence?: number;
|
|
10701
|
+
}>>;
|
|
10702
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10703
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10704
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10705
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10706
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10707
|
+
adapterId: z.ZodString;
|
|
10708
|
+
adapterName: z.ZodString;
|
|
10709
|
+
entity: z.ZodString;
|
|
10710
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10711
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10712
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10713
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10714
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10715
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10716
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10717
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10718
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10719
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10720
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10721
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10722
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10723
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10724
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10725
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10726
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10727
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10728
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10729
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10730
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10731
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10732
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10733
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10734
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10735
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10736
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10737
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10738
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10739
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10740
|
+
id: z.ZodNumber;
|
|
10741
|
+
network: z.ZodString;
|
|
10742
|
+
type: z.ZodString;
|
|
10743
|
+
slug: z.ZodString;
|
|
10744
|
+
name: z.ZodString;
|
|
10745
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10746
|
+
topicId: z.ZodString;
|
|
10747
|
+
versionTopicId: z.ZodString;
|
|
10748
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10749
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10750
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10751
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10752
|
+
createdAt: z.ZodString;
|
|
10753
|
+
updatedAt: z.ZodString;
|
|
10754
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10755
|
+
}, "strip", z.ZodTypeAny, {
|
|
10756
|
+
network?: string;
|
|
10757
|
+
metadata?: JsonValue;
|
|
10758
|
+
type?: string;
|
|
10759
|
+
name?: string;
|
|
10760
|
+
description?: string;
|
|
10761
|
+
id?: number;
|
|
10762
|
+
createdAt?: string;
|
|
10763
|
+
updatedAt?: string;
|
|
10764
|
+
topicId?: string;
|
|
10765
|
+
slug?: string;
|
|
10766
|
+
versionTopicId?: string;
|
|
10767
|
+
registryTransactionId?: string;
|
|
10768
|
+
versionTransactionId?: string;
|
|
10769
|
+
metadataPointer?: string;
|
|
10770
|
+
metadataSequence?: number;
|
|
10771
|
+
}, {
|
|
10772
|
+
network?: string;
|
|
10773
|
+
metadata?: JsonValue;
|
|
10774
|
+
type?: string;
|
|
10775
|
+
name?: string;
|
|
10776
|
+
description?: string;
|
|
10777
|
+
id?: number;
|
|
10778
|
+
createdAt?: string;
|
|
10779
|
+
updatedAt?: string;
|
|
10780
|
+
topicId?: string;
|
|
10781
|
+
slug?: string;
|
|
10782
|
+
versionTopicId?: string;
|
|
10783
|
+
registryTransactionId?: string;
|
|
10784
|
+
versionTransactionId?: string;
|
|
10785
|
+
metadataPointer?: string;
|
|
10786
|
+
metadataSequence?: number;
|
|
10787
|
+
}>>;
|
|
10788
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
10789
|
+
export declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
10790
|
+
network: z.ZodString;
|
|
10791
|
+
adapters: z.ZodArray<z.ZodObject<{
|
|
10792
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10793
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10794
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10795
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10796
|
+
adapterId: z.ZodString;
|
|
10797
|
+
adapterName: z.ZodString;
|
|
10798
|
+
entity: z.ZodString;
|
|
10799
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10800
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10801
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10802
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10803
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10804
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10805
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10806
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10807
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10808
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10809
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10810
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10811
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10812
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10813
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10814
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10815
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10816
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10817
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10818
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10819
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10820
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10821
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10822
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10823
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10824
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10825
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10826
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10827
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10828
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10829
|
+
id: z.ZodNumber;
|
|
10830
|
+
network: z.ZodString;
|
|
10831
|
+
type: z.ZodString;
|
|
10832
|
+
slug: z.ZodString;
|
|
10833
|
+
name: z.ZodString;
|
|
10834
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10835
|
+
topicId: z.ZodString;
|
|
10836
|
+
versionTopicId: z.ZodString;
|
|
10837
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10838
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10839
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10840
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10841
|
+
createdAt: z.ZodString;
|
|
10842
|
+
updatedAt: z.ZodString;
|
|
10843
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10844
|
+
}, "strip", z.ZodTypeAny, {
|
|
10845
|
+
network?: string;
|
|
10846
|
+
metadata?: JsonValue;
|
|
10847
|
+
type?: string;
|
|
10848
|
+
name?: string;
|
|
10849
|
+
description?: string;
|
|
10850
|
+
id?: number;
|
|
10851
|
+
createdAt?: string;
|
|
10852
|
+
updatedAt?: string;
|
|
10853
|
+
topicId?: string;
|
|
10854
|
+
slug?: string;
|
|
10855
|
+
versionTopicId?: string;
|
|
10856
|
+
registryTransactionId?: string;
|
|
10857
|
+
versionTransactionId?: string;
|
|
10858
|
+
metadataPointer?: string;
|
|
10859
|
+
metadataSequence?: number;
|
|
10860
|
+
}, {
|
|
10861
|
+
network?: string;
|
|
10862
|
+
metadata?: JsonValue;
|
|
10863
|
+
type?: string;
|
|
10864
|
+
name?: string;
|
|
10865
|
+
description?: string;
|
|
10866
|
+
id?: number;
|
|
10867
|
+
createdAt?: string;
|
|
10868
|
+
updatedAt?: string;
|
|
10869
|
+
topicId?: string;
|
|
10870
|
+
slug?: string;
|
|
10871
|
+
versionTopicId?: string;
|
|
10872
|
+
registryTransactionId?: string;
|
|
10873
|
+
versionTransactionId?: string;
|
|
10874
|
+
metadataPointer?: string;
|
|
10875
|
+
metadataSequence?: number;
|
|
10876
|
+
}>>;
|
|
10877
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
10878
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10879
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10880
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10881
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10882
|
+
adapterId: z.ZodString;
|
|
10883
|
+
adapterName: z.ZodString;
|
|
10884
|
+
entity: z.ZodString;
|
|
10885
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10886
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10887
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10888
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10889
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10890
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10891
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10892
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10893
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10894
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10895
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10896
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10897
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10898
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10899
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10900
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10901
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10902
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10903
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10904
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10905
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10906
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10907
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10908
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10909
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10910
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10911
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10912
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10913
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10914
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10915
|
+
id: z.ZodNumber;
|
|
10916
|
+
network: z.ZodString;
|
|
10917
|
+
type: z.ZodString;
|
|
10918
|
+
slug: z.ZodString;
|
|
10919
|
+
name: z.ZodString;
|
|
10920
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10921
|
+
topicId: z.ZodString;
|
|
10922
|
+
versionTopicId: z.ZodString;
|
|
10923
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10924
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10925
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10926
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10927
|
+
createdAt: z.ZodString;
|
|
10928
|
+
updatedAt: z.ZodString;
|
|
10929
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10930
|
+
}, "strip", z.ZodTypeAny, {
|
|
10931
|
+
network?: string;
|
|
10932
|
+
metadata?: JsonValue;
|
|
10933
|
+
type?: string;
|
|
10934
|
+
name?: string;
|
|
10935
|
+
description?: string;
|
|
10936
|
+
id?: number;
|
|
10937
|
+
createdAt?: string;
|
|
10938
|
+
updatedAt?: string;
|
|
10939
|
+
topicId?: string;
|
|
10940
|
+
slug?: string;
|
|
10941
|
+
versionTopicId?: string;
|
|
10942
|
+
registryTransactionId?: string;
|
|
10943
|
+
versionTransactionId?: string;
|
|
10944
|
+
metadataPointer?: string;
|
|
10945
|
+
metadataSequence?: number;
|
|
10946
|
+
}, {
|
|
10947
|
+
network?: string;
|
|
10948
|
+
metadata?: JsonValue;
|
|
10949
|
+
type?: string;
|
|
10950
|
+
name?: string;
|
|
10951
|
+
description?: string;
|
|
10952
|
+
id?: number;
|
|
10953
|
+
createdAt?: string;
|
|
10954
|
+
updatedAt?: string;
|
|
10955
|
+
topicId?: string;
|
|
10956
|
+
slug?: string;
|
|
10957
|
+
versionTopicId?: string;
|
|
10958
|
+
registryTransactionId?: string;
|
|
10959
|
+
versionTransactionId?: string;
|
|
10960
|
+
metadataPointer?: string;
|
|
10961
|
+
metadataSequence?: number;
|
|
10962
|
+
}>>;
|
|
10963
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10964
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10965
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10966
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10967
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10968
|
+
adapterId: z.ZodString;
|
|
10969
|
+
adapterName: z.ZodString;
|
|
10970
|
+
entity: z.ZodString;
|
|
10971
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10972
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10973
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10974
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10975
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10976
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10977
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10978
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10979
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10980
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10981
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10982
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10983
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10984
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10985
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10986
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10987
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10988
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10989
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10990
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10991
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10992
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10993
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10994
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10995
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10996
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10997
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10998
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10999
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11000
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
11001
|
+
id: z.ZodNumber;
|
|
11002
|
+
network: z.ZodString;
|
|
11003
|
+
type: z.ZodString;
|
|
11004
|
+
slug: z.ZodString;
|
|
11005
|
+
name: z.ZodString;
|
|
11006
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11007
|
+
topicId: z.ZodString;
|
|
11008
|
+
versionTopicId: z.ZodString;
|
|
11009
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11010
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11011
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11012
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11013
|
+
createdAt: z.ZodString;
|
|
11014
|
+
updatedAt: z.ZodString;
|
|
11015
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11016
|
+
}, "strip", z.ZodTypeAny, {
|
|
11017
|
+
network?: string;
|
|
11018
|
+
metadata?: JsonValue;
|
|
11019
|
+
type?: string;
|
|
11020
|
+
name?: string;
|
|
11021
|
+
description?: string;
|
|
11022
|
+
id?: number;
|
|
11023
|
+
createdAt?: string;
|
|
11024
|
+
updatedAt?: string;
|
|
11025
|
+
topicId?: string;
|
|
11026
|
+
slug?: string;
|
|
11027
|
+
versionTopicId?: string;
|
|
11028
|
+
registryTransactionId?: string;
|
|
11029
|
+
versionTransactionId?: string;
|
|
11030
|
+
metadataPointer?: string;
|
|
11031
|
+
metadataSequence?: number;
|
|
11032
|
+
}, {
|
|
11033
|
+
network?: string;
|
|
11034
|
+
metadata?: JsonValue;
|
|
11035
|
+
type?: string;
|
|
11036
|
+
name?: string;
|
|
11037
|
+
description?: string;
|
|
11038
|
+
id?: number;
|
|
11039
|
+
createdAt?: string;
|
|
11040
|
+
updatedAt?: string;
|
|
11041
|
+
topicId?: string;
|
|
11042
|
+
slug?: string;
|
|
11043
|
+
versionTopicId?: string;
|
|
11044
|
+
registryTransactionId?: string;
|
|
11045
|
+
versionTransactionId?: string;
|
|
11046
|
+
metadataPointer?: string;
|
|
11047
|
+
metadataSequence?: number;
|
|
11048
|
+
}>>;
|
|
11049
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
11050
|
+
}, "strip", z.ZodTypeAny, {
|
|
11051
|
+
network?: string;
|
|
11052
|
+
adapters?: z.objectOutputType<{
|
|
11053
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
11054
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11055
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
11056
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
11057
|
+
adapterId: z.ZodString;
|
|
11058
|
+
adapterName: z.ZodString;
|
|
11059
|
+
entity: z.ZodString;
|
|
11060
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11061
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11062
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11063
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11064
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11065
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11066
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11067
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11068
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11069
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11070
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11071
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11072
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11073
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11074
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11075
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11076
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11077
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11078
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11079
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11080
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11081
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11082
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11083
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11084
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11085
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11086
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11087
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11088
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11089
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
11090
|
+
id: z.ZodNumber;
|
|
11091
|
+
network: z.ZodString;
|
|
11092
|
+
type: z.ZodString;
|
|
11093
|
+
slug: z.ZodString;
|
|
11094
|
+
name: z.ZodString;
|
|
11095
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11096
|
+
topicId: z.ZodString;
|
|
11097
|
+
versionTopicId: z.ZodString;
|
|
11098
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11099
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11100
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11101
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11102
|
+
createdAt: z.ZodString;
|
|
11103
|
+
updatedAt: z.ZodString;
|
|
11104
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11105
|
+
}, "strip", z.ZodTypeAny, {
|
|
11106
|
+
network?: string;
|
|
11107
|
+
metadata?: JsonValue;
|
|
11108
|
+
type?: string;
|
|
11109
|
+
name?: string;
|
|
11110
|
+
description?: string;
|
|
11111
|
+
id?: number;
|
|
11112
|
+
createdAt?: string;
|
|
11113
|
+
updatedAt?: string;
|
|
11114
|
+
topicId?: string;
|
|
11115
|
+
slug?: string;
|
|
11116
|
+
versionTopicId?: string;
|
|
11117
|
+
registryTransactionId?: string;
|
|
11118
|
+
versionTransactionId?: string;
|
|
11119
|
+
metadataPointer?: string;
|
|
11120
|
+
metadataSequence?: number;
|
|
11121
|
+
}, {
|
|
11122
|
+
network?: string;
|
|
11123
|
+
metadata?: JsonValue;
|
|
11124
|
+
type?: string;
|
|
11125
|
+
name?: string;
|
|
11126
|
+
description?: string;
|
|
11127
|
+
id?: number;
|
|
11128
|
+
createdAt?: string;
|
|
11129
|
+
updatedAt?: string;
|
|
11130
|
+
topicId?: string;
|
|
11131
|
+
slug?: string;
|
|
11132
|
+
versionTopicId?: string;
|
|
11133
|
+
registryTransactionId?: string;
|
|
11134
|
+
versionTransactionId?: string;
|
|
11135
|
+
metadataPointer?: string;
|
|
11136
|
+
metadataSequence?: number;
|
|
11137
|
+
}>>;
|
|
11138
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
11139
|
+
}, {
|
|
11140
|
+
network?: string;
|
|
11141
|
+
adapters?: z.objectInputType<{
|
|
11142
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
11143
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11144
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
11145
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
11146
|
+
adapterId: z.ZodString;
|
|
11147
|
+
adapterName: z.ZodString;
|
|
11148
|
+
entity: z.ZodString;
|
|
11149
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11150
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11151
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11152
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11153
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11154
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11155
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11156
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11157
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11158
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11159
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11160
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11161
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11162
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11163
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11164
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11165
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11166
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11167
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11168
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11169
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11170
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11171
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11172
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11173
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11174
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11175
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11176
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11177
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11178
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
11179
|
+
id: z.ZodNumber;
|
|
11180
|
+
network: z.ZodString;
|
|
11181
|
+
type: z.ZodString;
|
|
11182
|
+
slug: z.ZodString;
|
|
11183
|
+
name: z.ZodString;
|
|
11184
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11185
|
+
topicId: z.ZodString;
|
|
11186
|
+
versionTopicId: z.ZodString;
|
|
11187
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11188
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11189
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11190
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11191
|
+
createdAt: z.ZodString;
|
|
11192
|
+
updatedAt: z.ZodString;
|
|
11193
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11194
|
+
}, "strip", z.ZodTypeAny, {
|
|
11195
|
+
network?: string;
|
|
11196
|
+
metadata?: JsonValue;
|
|
11197
|
+
type?: string;
|
|
11198
|
+
name?: string;
|
|
11199
|
+
description?: string;
|
|
11200
|
+
id?: number;
|
|
11201
|
+
createdAt?: string;
|
|
11202
|
+
updatedAt?: string;
|
|
11203
|
+
topicId?: string;
|
|
11204
|
+
slug?: string;
|
|
11205
|
+
versionTopicId?: string;
|
|
11206
|
+
registryTransactionId?: string;
|
|
11207
|
+
versionTransactionId?: string;
|
|
11208
|
+
metadataPointer?: string;
|
|
11209
|
+
metadataSequence?: number;
|
|
11210
|
+
}, {
|
|
11211
|
+
network?: string;
|
|
11212
|
+
metadata?: JsonValue;
|
|
11213
|
+
type?: string;
|
|
11214
|
+
name?: string;
|
|
11215
|
+
description?: string;
|
|
11216
|
+
id?: number;
|
|
11217
|
+
createdAt?: string;
|
|
11218
|
+
updatedAt?: string;
|
|
11219
|
+
topicId?: string;
|
|
11220
|
+
slug?: string;
|
|
11221
|
+
versionTopicId?: string;
|
|
11222
|
+
registryTransactionId?: string;
|
|
11223
|
+
versionTransactionId?: string;
|
|
11224
|
+
metadataPointer?: string;
|
|
11225
|
+
metadataSequence?: number;
|
|
11226
|
+
}>>;
|
|
11227
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
11228
|
+
}>;
|
|
11229
|
+
export declare const adapterRegistryCreateCategoryResponseSchema: z.ZodObject<{
|
|
11230
|
+
category: z.ZodObject<{
|
|
11231
|
+
id: z.ZodNumber;
|
|
11232
|
+
network: z.ZodString;
|
|
11233
|
+
type: z.ZodString;
|
|
11234
|
+
slug: z.ZodString;
|
|
11235
|
+
name: z.ZodString;
|
|
11236
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11237
|
+
topicId: z.ZodString;
|
|
11238
|
+
versionTopicId: z.ZodString;
|
|
11239
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11240
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11241
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11242
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11243
|
+
createdAt: z.ZodString;
|
|
11244
|
+
updatedAt: z.ZodString;
|
|
11245
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11246
|
+
}, "strip", z.ZodTypeAny, {
|
|
11247
|
+
network?: string;
|
|
11248
|
+
metadata?: JsonValue;
|
|
11249
|
+
type?: string;
|
|
11250
|
+
name?: string;
|
|
11251
|
+
description?: string;
|
|
11252
|
+
id?: number;
|
|
11253
|
+
createdAt?: string;
|
|
11254
|
+
updatedAt?: string;
|
|
11255
|
+
topicId?: string;
|
|
11256
|
+
slug?: string;
|
|
11257
|
+
versionTopicId?: string;
|
|
11258
|
+
registryTransactionId?: string;
|
|
11259
|
+
versionTransactionId?: string;
|
|
11260
|
+
metadataPointer?: string;
|
|
11261
|
+
metadataSequence?: number;
|
|
11262
|
+
}, {
|
|
11263
|
+
network?: string;
|
|
11264
|
+
metadata?: JsonValue;
|
|
11265
|
+
type?: string;
|
|
11266
|
+
name?: string;
|
|
11267
|
+
description?: string;
|
|
11268
|
+
id?: number;
|
|
11269
|
+
createdAt?: string;
|
|
11270
|
+
updatedAt?: string;
|
|
11271
|
+
topicId?: string;
|
|
11272
|
+
slug?: string;
|
|
11273
|
+
versionTopicId?: string;
|
|
11274
|
+
registryTransactionId?: string;
|
|
11275
|
+
versionTransactionId?: string;
|
|
11276
|
+
metadataPointer?: string;
|
|
11277
|
+
metadataSequence?: number;
|
|
11278
|
+
}>;
|
|
11279
|
+
}, "strip", z.ZodTypeAny, {
|
|
11280
|
+
category?: {
|
|
11281
|
+
network?: string;
|
|
11282
|
+
metadata?: JsonValue;
|
|
11283
|
+
type?: string;
|
|
11284
|
+
name?: string;
|
|
11285
|
+
description?: string;
|
|
11286
|
+
id?: number;
|
|
11287
|
+
createdAt?: string;
|
|
11288
|
+
updatedAt?: string;
|
|
11289
|
+
topicId?: string;
|
|
11290
|
+
slug?: string;
|
|
11291
|
+
versionTopicId?: string;
|
|
11292
|
+
registryTransactionId?: string;
|
|
11293
|
+
versionTransactionId?: string;
|
|
11294
|
+
metadataPointer?: string;
|
|
11295
|
+
metadataSequence?: number;
|
|
11296
|
+
};
|
|
11297
|
+
}, {
|
|
11298
|
+
category?: {
|
|
11299
|
+
network?: string;
|
|
11300
|
+
metadata?: JsonValue;
|
|
11301
|
+
type?: string;
|
|
11302
|
+
name?: string;
|
|
11303
|
+
description?: string;
|
|
11304
|
+
id?: number;
|
|
11305
|
+
createdAt?: string;
|
|
11306
|
+
updatedAt?: string;
|
|
11307
|
+
topicId?: string;
|
|
11308
|
+
slug?: string;
|
|
11309
|
+
versionTopicId?: string;
|
|
11310
|
+
registryTransactionId?: string;
|
|
11311
|
+
versionTransactionId?: string;
|
|
11312
|
+
metadataPointer?: string;
|
|
11313
|
+
metadataSequence?: number;
|
|
11314
|
+
};
|
|
11315
|
+
}>;
|
|
11316
|
+
export declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
|
|
11317
|
+
adapter: z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>;
|
|
11318
|
+
declaration: z.ZodObject<{
|
|
11319
|
+
p: z.ZodLiteral<"hcs-21">;
|
|
11320
|
+
op: z.ZodEnum<["register", "update", "delete"]>;
|
|
11321
|
+
adapter_id: z.ZodString;
|
|
11322
|
+
entity: z.ZodString;
|
|
11323
|
+
package: z.ZodObject<{
|
|
11324
|
+
registry: z.ZodString;
|
|
11325
|
+
name: z.ZodString;
|
|
11326
|
+
version: z.ZodString;
|
|
11327
|
+
integrity: z.ZodString;
|
|
11328
|
+
}, "strip", z.ZodTypeAny, {
|
|
11329
|
+
name?: string;
|
|
11330
|
+
version?: string;
|
|
11331
|
+
registry?: string;
|
|
11332
|
+
integrity?: string;
|
|
11333
|
+
}, {
|
|
11334
|
+
name?: string;
|
|
11335
|
+
version?: string;
|
|
11336
|
+
registry?: string;
|
|
11337
|
+
integrity?: string;
|
|
11338
|
+
}>;
|
|
11339
|
+
manifest: z.ZodString;
|
|
11340
|
+
manifest_sequence: z.ZodOptional<z.ZodNumber>;
|
|
11341
|
+
config: z.ZodObject<{
|
|
11342
|
+
type: z.ZodString;
|
|
11343
|
+
account: z.ZodOptional<z.ZodString>;
|
|
11344
|
+
threshold: z.ZodOptional<z.ZodString>;
|
|
11345
|
+
ctopic: z.ZodOptional<z.ZodString>;
|
|
11346
|
+
ttopic: z.ZodOptional<z.ZodString>;
|
|
11347
|
+
stopic: z.ZodOptional<z.ZodString>;
|
|
11348
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
11349
|
+
type: z.ZodString;
|
|
11350
|
+
account: z.ZodOptional<z.ZodString>;
|
|
11351
|
+
threshold: z.ZodOptional<z.ZodString>;
|
|
11352
|
+
ctopic: z.ZodOptional<z.ZodString>;
|
|
11353
|
+
ttopic: z.ZodOptional<z.ZodString>;
|
|
11354
|
+
stopic: z.ZodOptional<z.ZodString>;
|
|
11355
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
11356
|
+
type: z.ZodString;
|
|
11357
|
+
account: z.ZodOptional<z.ZodString>;
|
|
11358
|
+
threshold: z.ZodOptional<z.ZodString>;
|
|
11359
|
+
ctopic: z.ZodOptional<z.ZodString>;
|
|
11360
|
+
ttopic: z.ZodOptional<z.ZodString>;
|
|
11361
|
+
stopic: z.ZodOptional<z.ZodString>;
|
|
11362
|
+
}, z.ZodUnknown, "strip">>;
|
|
11363
|
+
state_model: z.ZodOptional<z.ZodString>;
|
|
11364
|
+
signature: z.ZodOptional<z.ZodString>;
|
|
11365
|
+
}, "strip", z.ZodTypeAny, {
|
|
11366
|
+
p?: "hcs-21";
|
|
11367
|
+
op?: "delete" | "register" | "update";
|
|
11368
|
+
signature?: string;
|
|
11369
|
+
adapter_id?: string;
|
|
11370
|
+
entity?: string;
|
|
11371
|
+
package?: {
|
|
11372
|
+
name?: string;
|
|
11373
|
+
version?: string;
|
|
11374
|
+
registry?: string;
|
|
11375
|
+
integrity?: string;
|
|
11376
|
+
};
|
|
11377
|
+
manifest?: string;
|
|
11378
|
+
manifest_sequence?: number;
|
|
11379
|
+
config?: {
|
|
11380
|
+
type?: string;
|
|
11381
|
+
threshold?: string;
|
|
11382
|
+
account?: string;
|
|
11383
|
+
ctopic?: string;
|
|
11384
|
+
ttopic?: string;
|
|
11385
|
+
stopic?: string;
|
|
11386
|
+
} & {
|
|
11387
|
+
[k: string]: unknown;
|
|
11388
|
+
};
|
|
11389
|
+
state_model?: string;
|
|
11390
|
+
}, {
|
|
11391
|
+
p?: "hcs-21";
|
|
11392
|
+
op?: "delete" | "register" | "update";
|
|
11393
|
+
signature?: string;
|
|
11394
|
+
adapter_id?: string;
|
|
11395
|
+
entity?: string;
|
|
11396
|
+
package?: {
|
|
11397
|
+
name?: string;
|
|
11398
|
+
version?: string;
|
|
11399
|
+
registry?: string;
|
|
11400
|
+
integrity?: string;
|
|
11401
|
+
};
|
|
11402
|
+
manifest?: string;
|
|
11403
|
+
manifest_sequence?: number;
|
|
11404
|
+
config?: {
|
|
11405
|
+
type?: string;
|
|
11406
|
+
threshold?: string;
|
|
11407
|
+
account?: string;
|
|
11408
|
+
ctopic?: string;
|
|
11409
|
+
ttopic?: string;
|
|
11410
|
+
stopic?: string;
|
|
11411
|
+
} & {
|
|
11412
|
+
[k: string]: unknown;
|
|
11413
|
+
};
|
|
11414
|
+
state_model?: string;
|
|
11415
|
+
}>;
|
|
11416
|
+
transactionId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11417
|
+
category: z.ZodObject<{
|
|
11418
|
+
id: z.ZodNumber;
|
|
11419
|
+
network: z.ZodString;
|
|
11420
|
+
type: z.ZodString;
|
|
11421
|
+
slug: z.ZodString;
|
|
11422
|
+
name: z.ZodString;
|
|
11423
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11424
|
+
topicId: z.ZodString;
|
|
11425
|
+
versionTopicId: z.ZodString;
|
|
11426
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11427
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11428
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11429
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11430
|
+
createdAt: z.ZodString;
|
|
11431
|
+
updatedAt: z.ZodString;
|
|
11432
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11433
|
+
}, "strip", z.ZodTypeAny, {
|
|
11434
|
+
network?: string;
|
|
11435
|
+
metadata?: JsonValue;
|
|
11436
|
+
type?: string;
|
|
11437
|
+
name?: string;
|
|
11438
|
+
description?: string;
|
|
11439
|
+
id?: number;
|
|
11440
|
+
createdAt?: string;
|
|
11441
|
+
updatedAt?: string;
|
|
11442
|
+
topicId?: string;
|
|
11443
|
+
slug?: string;
|
|
11444
|
+
versionTopicId?: string;
|
|
11445
|
+
registryTransactionId?: string;
|
|
11446
|
+
versionTransactionId?: string;
|
|
11447
|
+
metadataPointer?: string;
|
|
11448
|
+
metadataSequence?: number;
|
|
11449
|
+
}, {
|
|
11450
|
+
network?: string;
|
|
11451
|
+
metadata?: JsonValue;
|
|
11452
|
+
type?: string;
|
|
11453
|
+
name?: string;
|
|
11454
|
+
description?: string;
|
|
11455
|
+
id?: number;
|
|
11456
|
+
createdAt?: string;
|
|
11457
|
+
updatedAt?: string;
|
|
11458
|
+
topicId?: string;
|
|
11459
|
+
slug?: string;
|
|
11460
|
+
versionTopicId?: string;
|
|
11461
|
+
registryTransactionId?: string;
|
|
11462
|
+
versionTransactionId?: string;
|
|
11463
|
+
metadataPointer?: string;
|
|
11464
|
+
metadataSequence?: number;
|
|
11465
|
+
}>;
|
|
11466
|
+
}, "strip", z.ZodTypeAny, {
|
|
11467
|
+
transactionId?: string;
|
|
11468
|
+
adapter?: Record<string, JsonValue>;
|
|
11469
|
+
category?: {
|
|
11470
|
+
network?: string;
|
|
11471
|
+
metadata?: JsonValue;
|
|
11472
|
+
type?: string;
|
|
11473
|
+
name?: string;
|
|
11474
|
+
description?: string;
|
|
11475
|
+
id?: number;
|
|
11476
|
+
createdAt?: string;
|
|
11477
|
+
updatedAt?: string;
|
|
11478
|
+
topicId?: string;
|
|
11479
|
+
slug?: string;
|
|
11480
|
+
versionTopicId?: string;
|
|
11481
|
+
registryTransactionId?: string;
|
|
11482
|
+
versionTransactionId?: string;
|
|
11483
|
+
metadataPointer?: string;
|
|
11484
|
+
metadataSequence?: number;
|
|
11485
|
+
};
|
|
11486
|
+
declaration?: {
|
|
11487
|
+
p?: "hcs-21";
|
|
11488
|
+
op?: "delete" | "register" | "update";
|
|
11489
|
+
signature?: string;
|
|
11490
|
+
adapter_id?: string;
|
|
11491
|
+
entity?: string;
|
|
11492
|
+
package?: {
|
|
11493
|
+
name?: string;
|
|
11494
|
+
version?: string;
|
|
11495
|
+
registry?: string;
|
|
11496
|
+
integrity?: string;
|
|
11497
|
+
};
|
|
11498
|
+
manifest?: string;
|
|
11499
|
+
manifest_sequence?: number;
|
|
11500
|
+
config?: {
|
|
11501
|
+
type?: string;
|
|
11502
|
+
threshold?: string;
|
|
11503
|
+
account?: string;
|
|
11504
|
+
ctopic?: string;
|
|
11505
|
+
ttopic?: string;
|
|
11506
|
+
stopic?: string;
|
|
11507
|
+
} & {
|
|
11508
|
+
[k: string]: unknown;
|
|
11509
|
+
};
|
|
11510
|
+
state_model?: string;
|
|
11511
|
+
};
|
|
11512
|
+
}, {
|
|
11513
|
+
transactionId?: string;
|
|
11514
|
+
adapter?: Record<string, JsonValue>;
|
|
11515
|
+
category?: {
|
|
11516
|
+
network?: string;
|
|
11517
|
+
metadata?: JsonValue;
|
|
11518
|
+
type?: string;
|
|
11519
|
+
name?: string;
|
|
11520
|
+
description?: string;
|
|
11521
|
+
id?: number;
|
|
11522
|
+
createdAt?: string;
|
|
11523
|
+
updatedAt?: string;
|
|
11524
|
+
topicId?: string;
|
|
11525
|
+
slug?: string;
|
|
11526
|
+
versionTopicId?: string;
|
|
11527
|
+
registryTransactionId?: string;
|
|
11528
|
+
versionTransactionId?: string;
|
|
11529
|
+
metadataPointer?: string;
|
|
11530
|
+
metadataSequence?: number;
|
|
11531
|
+
};
|
|
11532
|
+
declaration?: {
|
|
11533
|
+
p?: "hcs-21";
|
|
11534
|
+
op?: "delete" | "register" | "update";
|
|
11535
|
+
signature?: string;
|
|
11536
|
+
adapter_id?: string;
|
|
11537
|
+
entity?: string;
|
|
11538
|
+
package?: {
|
|
11539
|
+
name?: string;
|
|
11540
|
+
version?: string;
|
|
11541
|
+
registry?: string;
|
|
11542
|
+
integrity?: string;
|
|
11543
|
+
};
|
|
11544
|
+
manifest?: string;
|
|
11545
|
+
manifest_sequence?: number;
|
|
11546
|
+
config?: {
|
|
11547
|
+
type?: string;
|
|
11548
|
+
threshold?: string;
|
|
11549
|
+
account?: string;
|
|
11550
|
+
ctopic?: string;
|
|
11551
|
+
ttopic?: string;
|
|
11552
|
+
stopic?: string;
|
|
11553
|
+
} & {
|
|
11554
|
+
[k: string]: unknown;
|
|
11555
|
+
};
|
|
11556
|
+
state_model?: string;
|
|
11557
|
+
};
|
|
11558
|
+
}>;
|
|
11559
|
+
export declare const adapterRegistrySubmitAdapterAcceptedResponseSchema: z.ZodObject<{
|
|
11560
|
+
submissionId: z.ZodString;
|
|
11561
|
+
status: z.ZodOptional<z.ZodString>;
|
|
11562
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11563
|
+
message: z.ZodOptional<z.ZodString>;
|
|
11564
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
11565
|
+
submissionId: z.ZodString;
|
|
11566
|
+
status: z.ZodOptional<z.ZodString>;
|
|
11567
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11568
|
+
message: z.ZodOptional<z.ZodString>;
|
|
11569
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
11570
|
+
submissionId: z.ZodString;
|
|
11571
|
+
status: z.ZodOptional<z.ZodString>;
|
|
11572
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11573
|
+
message: z.ZodOptional<z.ZodString>;
|
|
11574
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
11575
|
+
export declare const adapterRegistrySubmissionStatusResponseSchema: z.ZodObject<{
|
|
11576
|
+
submission: z.ZodObject<{
|
|
11577
|
+
id: z.ZodString;
|
|
11578
|
+
network: z.ZodString;
|
|
11579
|
+
status: z.ZodEnum<["pending", "running", "completed", "failed"]>;
|
|
11580
|
+
adapterId: z.ZodString;
|
|
11581
|
+
categorySlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11582
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11583
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11584
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11585
|
+
requestPayload: z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>;
|
|
11586
|
+
resultPayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11587
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11588
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11589
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
11590
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11591
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11592
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
11593
|
+
id: z.ZodString;
|
|
11594
|
+
network: z.ZodString;
|
|
11595
|
+
status: z.ZodEnum<["pending", "running", "completed", "failed"]>;
|
|
11596
|
+
adapterId: z.ZodString;
|
|
11597
|
+
categorySlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11598
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11599
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11600
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11601
|
+
requestPayload: z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>;
|
|
11602
|
+
resultPayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11603
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11604
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11605
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
11606
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11607
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11608
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
11609
|
+
id: z.ZodString;
|
|
11610
|
+
network: z.ZodString;
|
|
11611
|
+
status: z.ZodEnum<["pending", "running", "completed", "failed"]>;
|
|
11612
|
+
adapterId: z.ZodString;
|
|
11613
|
+
categorySlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11614
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11615
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11616
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11617
|
+
requestPayload: z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>;
|
|
11618
|
+
resultPayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11619
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11620
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11621
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
11622
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11623
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11624
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
11625
|
+
}, "strip", z.ZodTypeAny, {
|
|
11626
|
+
submission?: {
|
|
11627
|
+
status?: "pending" | "failed" | "completed" | "running";
|
|
11628
|
+
error?: string;
|
|
11629
|
+
network?: string;
|
|
11630
|
+
id?: string;
|
|
11631
|
+
createdAt?: string;
|
|
11632
|
+
updatedAt?: string;
|
|
11633
|
+
startedAt?: string;
|
|
11634
|
+
completedAt?: string;
|
|
11635
|
+
adapterId?: string;
|
|
11636
|
+
creditAccountId?: string;
|
|
11637
|
+
registeredByUserId?: string;
|
|
11638
|
+
registeredByEmail?: string;
|
|
11639
|
+
categorySlug?: string;
|
|
11640
|
+
requestPayload?: JsonValue;
|
|
11641
|
+
resultPayload?: JsonValue;
|
|
11642
|
+
} & {
|
|
11643
|
+
[k: string]: unknown;
|
|
11644
|
+
};
|
|
11645
|
+
}, {
|
|
11646
|
+
submission?: {
|
|
11647
|
+
status?: "pending" | "failed" | "completed" | "running";
|
|
11648
|
+
error?: string;
|
|
11649
|
+
network?: string;
|
|
11650
|
+
id?: string;
|
|
11651
|
+
createdAt?: string;
|
|
11652
|
+
updatedAt?: string;
|
|
11653
|
+
startedAt?: string;
|
|
11654
|
+
completedAt?: string;
|
|
11655
|
+
adapterId?: string;
|
|
11656
|
+
creditAccountId?: string;
|
|
11657
|
+
registeredByUserId?: string;
|
|
11658
|
+
registeredByEmail?: string;
|
|
11659
|
+
categorySlug?: string;
|
|
11660
|
+
requestPayload?: JsonValue;
|
|
11661
|
+
resultPayload?: JsonValue;
|
|
11662
|
+
} & {
|
|
11663
|
+
[k: string]: unknown;
|
|
11664
|
+
};
|
|
11665
|
+
}>;
|
|
11666
|
+
export declare const adapterChatProfileSchema: z.ZodObject<{
|
|
11667
|
+
supportsChat: z.ZodBoolean;
|
|
11668
|
+
delivery: z.ZodOptional<z.ZodString>;
|
|
11669
|
+
transport: z.ZodOptional<z.ZodString>;
|
|
11670
|
+
streaming: z.ZodOptional<z.ZodBoolean>;
|
|
11671
|
+
requiresAuth: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11672
|
+
notes: z.ZodOptional<z.ZodString>;
|
|
11673
|
+
}, "strip", z.ZodTypeAny, {
|
|
11674
|
+
supportsChat?: boolean;
|
|
11675
|
+
delivery?: string;
|
|
11676
|
+
transport?: string;
|
|
11677
|
+
streaming?: boolean;
|
|
11678
|
+
requiresAuth?: string[];
|
|
11679
|
+
notes?: string;
|
|
11680
|
+
}, {
|
|
11681
|
+
supportsChat?: boolean;
|
|
11682
|
+
delivery?: string;
|
|
11683
|
+
transport?: string;
|
|
11684
|
+
streaming?: boolean;
|
|
11685
|
+
requiresAuth?: string[];
|
|
11686
|
+
notes?: string;
|
|
11687
|
+
}>;
|
|
11688
|
+
export declare const adapterDescriptorSchema: z.ZodObject<{
|
|
11689
|
+
id: z.ZodString;
|
|
11690
|
+
name: z.ZodString;
|
|
11691
|
+
version: z.ZodString;
|
|
11692
|
+
author: z.ZodString;
|
|
11693
|
+
description: z.ZodString;
|
|
11694
|
+
supportedProtocols: z.ZodArray<z.ZodString, "many">;
|
|
11695
|
+
registryType: z.ZodEnum<["web2", "web3", "hybrid"]>;
|
|
11696
|
+
chatProfile: z.ZodOptional<z.ZodObject<{
|
|
11697
|
+
supportsChat: z.ZodBoolean;
|
|
11698
|
+
delivery: z.ZodOptional<z.ZodString>;
|
|
11699
|
+
transport: z.ZodOptional<z.ZodString>;
|
|
11700
|
+
streaming: z.ZodOptional<z.ZodBoolean>;
|
|
11701
|
+
requiresAuth: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11702
|
+
notes: z.ZodOptional<z.ZodString>;
|
|
10431
11703
|
}, "strip", z.ZodTypeAny, {
|
|
10432
11704
|
supportsChat?: boolean;
|
|
10433
11705
|
delivery?: string;
|
|
@@ -10451,14 +11723,14 @@ export declare const adapterDescriptorSchema: z.ZodObject<{
|
|
|
10451
11723
|
protocols: z.ZodArray<z.ZodString, "many">;
|
|
10452
11724
|
}, "strip", z.ZodTypeAny, {
|
|
10453
11725
|
communication?: boolean;
|
|
10454
|
-
protocols?: string[];
|
|
10455
11726
|
discovery?: boolean;
|
|
11727
|
+
protocols?: string[];
|
|
10456
11728
|
routing?: boolean;
|
|
10457
11729
|
translation?: boolean;
|
|
10458
11730
|
}, {
|
|
10459
11731
|
communication?: boolean;
|
|
10460
|
-
protocols?: string[];
|
|
10461
11732
|
discovery?: boolean;
|
|
11733
|
+
protocols?: string[];
|
|
10462
11734
|
routing?: boolean;
|
|
10463
11735
|
translation?: boolean;
|
|
10464
11736
|
}>;
|
|
@@ -10470,15 +11742,15 @@ export declare const adapterDescriptorSchema: z.ZodObject<{
|
|
|
10470
11742
|
name?: string;
|
|
10471
11743
|
capabilities?: {
|
|
10472
11744
|
communication?: boolean;
|
|
10473
|
-
protocols?: string[];
|
|
10474
11745
|
discovery?: boolean;
|
|
11746
|
+
protocols?: string[];
|
|
10475
11747
|
routing?: boolean;
|
|
10476
11748
|
translation?: boolean;
|
|
10477
11749
|
};
|
|
10478
11750
|
version?: string;
|
|
10479
11751
|
description?: string;
|
|
10480
|
-
enabled?: boolean;
|
|
10481
11752
|
id?: string;
|
|
11753
|
+
enabled?: boolean;
|
|
10482
11754
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10483
11755
|
author?: string;
|
|
10484
11756
|
supportedProtocols?: string[];
|
|
@@ -10496,15 +11768,15 @@ export declare const adapterDescriptorSchema: z.ZodObject<{
|
|
|
10496
11768
|
name?: string;
|
|
10497
11769
|
capabilities?: {
|
|
10498
11770
|
communication?: boolean;
|
|
10499
|
-
protocols?: string[];
|
|
10500
11771
|
discovery?: boolean;
|
|
11772
|
+
protocols?: string[];
|
|
10501
11773
|
routing?: boolean;
|
|
10502
11774
|
translation?: boolean;
|
|
10503
11775
|
};
|
|
10504
11776
|
version?: string;
|
|
10505
11777
|
description?: string;
|
|
10506
|
-
enabled?: boolean;
|
|
10507
11778
|
id?: string;
|
|
11779
|
+
enabled?: boolean;
|
|
10508
11780
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10509
11781
|
author?: string;
|
|
10510
11782
|
supportedProtocols?: string[];
|
|
@@ -10557,14 +11829,14 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10557
11829
|
protocols: z.ZodArray<z.ZodString, "many">;
|
|
10558
11830
|
}, "strip", z.ZodTypeAny, {
|
|
10559
11831
|
communication?: boolean;
|
|
10560
|
-
protocols?: string[];
|
|
10561
11832
|
discovery?: boolean;
|
|
11833
|
+
protocols?: string[];
|
|
10562
11834
|
routing?: boolean;
|
|
10563
11835
|
translation?: boolean;
|
|
10564
11836
|
}, {
|
|
10565
11837
|
communication?: boolean;
|
|
10566
|
-
protocols?: string[];
|
|
10567
11838
|
discovery?: boolean;
|
|
11839
|
+
protocols?: string[];
|
|
10568
11840
|
routing?: boolean;
|
|
10569
11841
|
translation?: boolean;
|
|
10570
11842
|
}>;
|
|
@@ -10576,15 +11848,15 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10576
11848
|
name?: string;
|
|
10577
11849
|
capabilities?: {
|
|
10578
11850
|
communication?: boolean;
|
|
10579
|
-
protocols?: string[];
|
|
10580
11851
|
discovery?: boolean;
|
|
11852
|
+
protocols?: string[];
|
|
10581
11853
|
routing?: boolean;
|
|
10582
11854
|
translation?: boolean;
|
|
10583
11855
|
};
|
|
10584
11856
|
version?: string;
|
|
10585
11857
|
description?: string;
|
|
10586
|
-
enabled?: boolean;
|
|
10587
11858
|
id?: string;
|
|
11859
|
+
enabled?: boolean;
|
|
10588
11860
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10589
11861
|
author?: string;
|
|
10590
11862
|
supportedProtocols?: string[];
|
|
@@ -10602,15 +11874,15 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10602
11874
|
name?: string;
|
|
10603
11875
|
capabilities?: {
|
|
10604
11876
|
communication?: boolean;
|
|
10605
|
-
protocols?: string[];
|
|
10606
11877
|
discovery?: boolean;
|
|
11878
|
+
protocols?: string[];
|
|
10607
11879
|
routing?: boolean;
|
|
10608
11880
|
translation?: boolean;
|
|
10609
11881
|
};
|
|
10610
11882
|
version?: string;
|
|
10611
11883
|
description?: string;
|
|
10612
|
-
enabled?: boolean;
|
|
10613
11884
|
id?: string;
|
|
11885
|
+
enabled?: boolean;
|
|
10614
11886
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10615
11887
|
author?: string;
|
|
10616
11888
|
supportedProtocols?: string[];
|
|
@@ -10630,15 +11902,15 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10630
11902
|
name?: string;
|
|
10631
11903
|
capabilities?: {
|
|
10632
11904
|
communication?: boolean;
|
|
10633
|
-
protocols?: string[];
|
|
10634
11905
|
discovery?: boolean;
|
|
11906
|
+
protocols?: string[];
|
|
10635
11907
|
routing?: boolean;
|
|
10636
11908
|
translation?: boolean;
|
|
10637
11909
|
};
|
|
10638
11910
|
version?: string;
|
|
10639
11911
|
description?: string;
|
|
10640
|
-
enabled?: boolean;
|
|
10641
11912
|
id?: string;
|
|
11913
|
+
enabled?: boolean;
|
|
10642
11914
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10643
11915
|
author?: string;
|
|
10644
11916
|
supportedProtocols?: string[];
|
|
@@ -10658,15 +11930,15 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10658
11930
|
name?: string;
|
|
10659
11931
|
capabilities?: {
|
|
10660
11932
|
communication?: boolean;
|
|
10661
|
-
protocols?: string[];
|
|
10662
11933
|
discovery?: boolean;
|
|
11934
|
+
protocols?: string[];
|
|
10663
11935
|
routing?: boolean;
|
|
10664
11936
|
translation?: boolean;
|
|
10665
11937
|
};
|
|
10666
11938
|
version?: string;
|
|
10667
11939
|
description?: string;
|
|
10668
|
-
enabled?: boolean;
|
|
10669
11940
|
id?: string;
|
|
11941
|
+
enabled?: boolean;
|
|
10670
11942
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10671
11943
|
author?: string;
|
|
10672
11944
|
supportedProtocols?: string[];
|