@hol-org/rb-client 0.1.165 → 0.1.166
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/index.d.cts +84 -84
- package/dist/index.d.ts +84 -84
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -984,8 +984,8 @@ declare const resolveResponseSchema: z.ZodObject<{
|
|
|
984
984
|
}, z.ZodTypeAny, "passthrough">>;
|
|
985
985
|
}, "strip", z.ZodTypeAny, {
|
|
986
986
|
agent?: {
|
|
987
|
-
metadata?: Record<string, JsonValue$1>;
|
|
988
987
|
name?: string;
|
|
988
|
+
metadata?: Record<string, JsonValue$1>;
|
|
989
989
|
capabilities?: (string | number)[];
|
|
990
990
|
uaid?: string;
|
|
991
991
|
description?: string;
|
|
@@ -1031,8 +1031,8 @@ declare const resolveResponseSchema: z.ZodObject<{
|
|
|
1031
1031
|
};
|
|
1032
1032
|
}, {
|
|
1033
1033
|
agent?: {
|
|
1034
|
-
metadata?: Record<string, JsonValue$1>;
|
|
1035
1034
|
name?: string;
|
|
1035
|
+
metadata?: Record<string, JsonValue$1>;
|
|
1036
1036
|
capabilities?: (string | number)[];
|
|
1037
1037
|
uaid?: string;
|
|
1038
1038
|
description?: string;
|
|
@@ -2228,10 +2228,10 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2228
2228
|
historyTtlSeconds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2229
2229
|
encrypted: z.ZodOptional<z.ZodBoolean>;
|
|
2230
2230
|
}, "strip", z.ZodTypeAny, {
|
|
2231
|
+
message?: string;
|
|
2231
2232
|
timestamp?: string;
|
|
2232
2233
|
uaid?: string;
|
|
2233
2234
|
content?: string;
|
|
2234
|
-
message?: string;
|
|
2235
2235
|
sessionId?: string;
|
|
2236
2236
|
history?: {
|
|
2237
2237
|
metadata?: Record<string, JsonValue$1>;
|
|
@@ -2262,10 +2262,10 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2262
2262
|
ops?: Record<string, JsonValue$1>[];
|
|
2263
2263
|
encrypted?: boolean;
|
|
2264
2264
|
}, {
|
|
2265
|
+
message?: string;
|
|
2265
2266
|
timestamp?: string;
|
|
2266
2267
|
uaid?: string;
|
|
2267
2268
|
content?: string;
|
|
2268
|
-
message?: string;
|
|
2269
2269
|
sessionId?: string;
|
|
2270
2270
|
history?: {
|
|
2271
2271
|
metadata?: Record<string, JsonValue$1>;
|
|
@@ -4447,8 +4447,8 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4447
4447
|
highlights: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
|
|
4448
4448
|
}, "strip", z.ZodTypeAny, {
|
|
4449
4449
|
agent?: {
|
|
4450
|
-
metadata?: Record<string, JsonValue$1>;
|
|
4451
4450
|
name?: string;
|
|
4451
|
+
metadata?: Record<string, JsonValue$1>;
|
|
4452
4452
|
capabilities?: (string | number)[];
|
|
4453
4453
|
uaid?: string;
|
|
4454
4454
|
description?: string;
|
|
@@ -4496,8 +4496,8 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4496
4496
|
highlights?: Record<string, string[]>;
|
|
4497
4497
|
}, {
|
|
4498
4498
|
agent?: {
|
|
4499
|
-
metadata?: Record<string, JsonValue$1>;
|
|
4500
4499
|
name?: string;
|
|
4500
|
+
metadata?: Record<string, JsonValue$1>;
|
|
4501
4501
|
capabilities?: (string | number)[];
|
|
4502
4502
|
uaid?: string;
|
|
4503
4503
|
description?: string;
|
|
@@ -4553,8 +4553,8 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4553
4553
|
}, "strip", z.ZodTypeAny, {
|
|
4554
4554
|
hits?: {
|
|
4555
4555
|
agent?: {
|
|
4556
|
-
metadata?: Record<string, JsonValue$1>;
|
|
4557
4556
|
name?: string;
|
|
4557
|
+
metadata?: Record<string, JsonValue$1>;
|
|
4558
4558
|
capabilities?: (string | number)[];
|
|
4559
4559
|
uaid?: string;
|
|
4560
4560
|
description?: string;
|
|
@@ -4610,8 +4610,8 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4610
4610
|
}, {
|
|
4611
4611
|
hits?: {
|
|
4612
4612
|
agent?: {
|
|
4613
|
-
metadata?: Record<string, JsonValue$1>;
|
|
4614
4613
|
name?: string;
|
|
4614
|
+
metadata?: Record<string, JsonValue$1>;
|
|
4615
4615
|
capabilities?: (string | number)[];
|
|
4616
4616
|
uaid?: string;
|
|
4617
4617
|
description?: string;
|
|
@@ -4678,13 +4678,13 @@ declare const searchStatusResponseSchema: z.ZodObject<{
|
|
|
4678
4678
|
stack: z.ZodOptional<z.ZodString>;
|
|
4679
4679
|
timestamp: z.ZodOptional<z.ZodString>;
|
|
4680
4680
|
}, "strip", z.ZodTypeAny, {
|
|
4681
|
-
timestamp?: string;
|
|
4682
|
-
stack?: string;
|
|
4683
4681
|
message?: string;
|
|
4684
|
-
}, {
|
|
4685
|
-
timestamp?: string;
|
|
4686
4682
|
stack?: string;
|
|
4683
|
+
timestamp?: string;
|
|
4684
|
+
}, {
|
|
4687
4685
|
message?: string;
|
|
4686
|
+
stack?: string;
|
|
4687
|
+
timestamp?: string;
|
|
4688
4688
|
}>>;
|
|
4689
4689
|
}, "strip", z.ZodTypeAny, {
|
|
4690
4690
|
details?: Record<string, any>;
|
|
@@ -4693,9 +4693,9 @@ declare const searchStatusResponseSchema: z.ZodObject<{
|
|
|
4693
4693
|
healthy?: boolean;
|
|
4694
4694
|
lastUpdated?: string;
|
|
4695
4695
|
lastError?: {
|
|
4696
|
-
timestamp?: string;
|
|
4697
|
-
stack?: string;
|
|
4698
4696
|
message?: string;
|
|
4697
|
+
stack?: string;
|
|
4698
|
+
timestamp?: string;
|
|
4699
4699
|
};
|
|
4700
4700
|
}, {
|
|
4701
4701
|
details?: Record<string, any>;
|
|
@@ -4704,9 +4704,9 @@ declare const searchStatusResponseSchema: z.ZodObject<{
|
|
|
4704
4704
|
healthy?: boolean;
|
|
4705
4705
|
lastUpdated?: string;
|
|
4706
4706
|
lastError?: {
|
|
4707
|
-
timestamp?: string;
|
|
4708
|
-
stack?: string;
|
|
4709
4707
|
message?: string;
|
|
4708
|
+
stack?: string;
|
|
4709
|
+
timestamp?: string;
|
|
4710
4710
|
};
|
|
4711
4711
|
}>;
|
|
4712
4712
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4718,9 +4718,9 @@ declare const searchStatusResponseSchema: z.ZodObject<{
|
|
|
4718
4718
|
healthy?: boolean;
|
|
4719
4719
|
lastUpdated?: string;
|
|
4720
4720
|
lastError?: {
|
|
4721
|
-
timestamp?: string;
|
|
4722
|
-
stack?: string;
|
|
4723
4721
|
message?: string;
|
|
4722
|
+
stack?: string;
|
|
4723
|
+
timestamp?: string;
|
|
4724
4724
|
};
|
|
4725
4725
|
};
|
|
4726
4726
|
}, {
|
|
@@ -4732,9 +4732,9 @@ declare const searchStatusResponseSchema: z.ZodObject<{
|
|
|
4732
4732
|
healthy?: boolean;
|
|
4733
4733
|
lastUpdated?: string;
|
|
4734
4734
|
lastError?: {
|
|
4735
|
-
timestamp?: string;
|
|
4736
|
-
stack?: string;
|
|
4737
4735
|
message?: string;
|
|
4736
|
+
stack?: string;
|
|
4737
|
+
timestamp?: string;
|
|
4738
4738
|
};
|
|
4739
4739
|
};
|
|
4740
4740
|
}>;
|
|
@@ -5371,9 +5371,9 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5371
5371
|
nativeId: z.ZodOptional<z.ZodString>;
|
|
5372
5372
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
5373
5373
|
}, "strip", z.ZodTypeAny, {
|
|
5374
|
+
name?: string;
|
|
5374
5375
|
metadata?: Record<string, JsonValue$1>;
|
|
5375
5376
|
type?: string;
|
|
5376
|
-
name?: string;
|
|
5377
5377
|
capabilities?: (string | number)[];
|
|
5378
5378
|
id?: string;
|
|
5379
5379
|
registry?: string;
|
|
@@ -5396,9 +5396,9 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5396
5396
|
};
|
|
5397
5397
|
endpoint?: string;
|
|
5398
5398
|
}, {
|
|
5399
|
+
name?: string;
|
|
5399
5400
|
metadata?: Record<string, JsonValue$1>;
|
|
5400
5401
|
type?: string;
|
|
5401
|
-
name?: string;
|
|
5402
5402
|
capabilities?: (string | number)[];
|
|
5403
5403
|
id?: string;
|
|
5404
5404
|
registry?: string;
|
|
@@ -5855,6 +5855,7 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5855
5855
|
additionalRegistryCostPerRegistry: z.ZodOptional<z.ZodNumber>;
|
|
5856
5856
|
additionalRegistrySecrets: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>>;
|
|
5857
5857
|
}, "strip", z.ZodTypeAny, {
|
|
5858
|
+
message?: string;
|
|
5858
5859
|
uaid?: string;
|
|
5859
5860
|
status?: "created" | "duplicate" | "updated";
|
|
5860
5861
|
credits?: {
|
|
@@ -5863,16 +5864,15 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5863
5864
|
additional?: number;
|
|
5864
5865
|
};
|
|
5865
5866
|
registry?: string;
|
|
5866
|
-
message?: string;
|
|
5867
5867
|
profile?: {
|
|
5868
5868
|
sizeBytes?: number;
|
|
5869
5869
|
tId?: string;
|
|
5870
5870
|
};
|
|
5871
5871
|
success?: true;
|
|
5872
5872
|
agent?: {
|
|
5873
|
+
name?: string;
|
|
5873
5874
|
metadata?: Record<string, JsonValue$1>;
|
|
5874
5875
|
type?: string;
|
|
5875
|
-
name?: string;
|
|
5876
5876
|
capabilities?: (string | number)[];
|
|
5877
5877
|
id?: string;
|
|
5878
5878
|
registry?: string;
|
|
@@ -6008,6 +6008,7 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
6008
6008
|
additionalRegistryCostPerRegistry?: number;
|
|
6009
6009
|
additionalRegistrySecrets?: Record<string, Record<string, JsonValue$1>>;
|
|
6010
6010
|
}, {
|
|
6011
|
+
message?: string;
|
|
6011
6012
|
uaid?: string;
|
|
6012
6013
|
status?: "created" | "duplicate" | "updated";
|
|
6013
6014
|
credits?: {
|
|
@@ -6016,16 +6017,15 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
6016
6017
|
additional?: number;
|
|
6017
6018
|
};
|
|
6018
6019
|
registry?: string;
|
|
6019
|
-
message?: string;
|
|
6020
6020
|
profile?: {
|
|
6021
6021
|
sizeBytes?: number;
|
|
6022
6022
|
tId?: string;
|
|
6023
6023
|
};
|
|
6024
6024
|
success?: true;
|
|
6025
6025
|
agent?: {
|
|
6026
|
+
name?: string;
|
|
6026
6027
|
metadata?: Record<string, JsonValue$1>;
|
|
6027
6028
|
type?: string;
|
|
6028
|
-
name?: string;
|
|
6029
6029
|
capabilities?: (string | number)[];
|
|
6030
6030
|
id?: string;
|
|
6031
6031
|
registry?: string;
|
|
@@ -6233,9 +6233,9 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6233
6233
|
nativeId: z.ZodOptional<z.ZodString>;
|
|
6234
6234
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
6235
6235
|
}, "strip", z.ZodTypeAny, {
|
|
6236
|
+
name?: string;
|
|
6236
6237
|
metadata?: Record<string, JsonValue$1>;
|
|
6237
6238
|
type?: string;
|
|
6238
|
-
name?: string;
|
|
6239
6239
|
capabilities?: (string | number)[];
|
|
6240
6240
|
id?: string;
|
|
6241
6241
|
registry?: string;
|
|
@@ -6258,9 +6258,9 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6258
6258
|
};
|
|
6259
6259
|
endpoint?: string;
|
|
6260
6260
|
}, {
|
|
6261
|
+
name?: string;
|
|
6261
6262
|
metadata?: Record<string, JsonValue$1>;
|
|
6262
6263
|
type?: string;
|
|
6263
|
-
name?: string;
|
|
6264
6264
|
capabilities?: (string | number)[];
|
|
6265
6265
|
id?: string;
|
|
6266
6266
|
registry?: string;
|
|
@@ -6717,6 +6717,7 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6717
6717
|
additionalRegistryCostPerRegistry: z.ZodOptional<z.ZodNumber>;
|
|
6718
6718
|
additionalRegistrySecrets: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>>;
|
|
6719
6719
|
}, "strip", z.ZodTypeAny, {
|
|
6720
|
+
message?: string;
|
|
6720
6721
|
uaid?: string;
|
|
6721
6722
|
status?: "pending";
|
|
6722
6723
|
credits?: {
|
|
@@ -6725,16 +6726,15 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6725
6726
|
additional?: number;
|
|
6726
6727
|
};
|
|
6727
6728
|
registry?: string;
|
|
6728
|
-
message?: string;
|
|
6729
6729
|
profile?: {
|
|
6730
6730
|
sizeBytes?: number;
|
|
6731
6731
|
tId?: string;
|
|
6732
6732
|
};
|
|
6733
6733
|
success?: true;
|
|
6734
6734
|
agent?: {
|
|
6735
|
+
name?: string;
|
|
6735
6736
|
metadata?: Record<string, JsonValue$1>;
|
|
6736
6737
|
type?: string;
|
|
6737
|
-
name?: string;
|
|
6738
6738
|
capabilities?: (string | number)[];
|
|
6739
6739
|
id?: string;
|
|
6740
6740
|
registry?: string;
|
|
@@ -6870,6 +6870,7 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6870
6870
|
additionalRegistryCostPerRegistry?: number;
|
|
6871
6871
|
additionalRegistrySecrets?: Record<string, Record<string, JsonValue$1>>;
|
|
6872
6872
|
}, {
|
|
6873
|
+
message?: string;
|
|
6873
6874
|
uaid?: string;
|
|
6874
6875
|
status?: "pending";
|
|
6875
6876
|
credits?: {
|
|
@@ -6878,16 +6879,15 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6878
6879
|
additional?: number;
|
|
6879
6880
|
};
|
|
6880
6881
|
registry?: string;
|
|
6881
|
-
message?: string;
|
|
6882
6882
|
profile?: {
|
|
6883
6883
|
sizeBytes?: number;
|
|
6884
6884
|
tId?: string;
|
|
6885
6885
|
};
|
|
6886
6886
|
success?: true;
|
|
6887
6887
|
agent?: {
|
|
6888
|
+
name?: string;
|
|
6888
6889
|
metadata?: Record<string, JsonValue$1>;
|
|
6889
6890
|
type?: string;
|
|
6890
|
-
name?: string;
|
|
6891
6891
|
capabilities?: (string | number)[];
|
|
6892
6892
|
id?: string;
|
|
6893
6893
|
registry?: string;
|
|
@@ -7095,9 +7095,9 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7095
7095
|
nativeId: z.ZodOptional<z.ZodString>;
|
|
7096
7096
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
7097
7097
|
}, "strip", z.ZodTypeAny, {
|
|
7098
|
+
name?: string;
|
|
7098
7099
|
metadata?: Record<string, JsonValue$1>;
|
|
7099
7100
|
type?: string;
|
|
7100
|
-
name?: string;
|
|
7101
7101
|
capabilities?: (string | number)[];
|
|
7102
7102
|
id?: string;
|
|
7103
7103
|
registry?: string;
|
|
@@ -7120,9 +7120,9 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7120
7120
|
};
|
|
7121
7121
|
endpoint?: string;
|
|
7122
7122
|
}, {
|
|
7123
|
+
name?: string;
|
|
7123
7124
|
metadata?: Record<string, JsonValue$1>;
|
|
7124
7125
|
type?: string;
|
|
7125
|
-
name?: string;
|
|
7126
7126
|
capabilities?: (string | number)[];
|
|
7127
7127
|
id?: string;
|
|
7128
7128
|
registry?: string;
|
|
@@ -7592,6 +7592,7 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7592
7592
|
registryKey?: string;
|
|
7593
7593
|
}>, "many">;
|
|
7594
7594
|
}, "strip", z.ZodTypeAny, {
|
|
7595
|
+
message?: string;
|
|
7595
7596
|
uaid?: string;
|
|
7596
7597
|
status?: "partial";
|
|
7597
7598
|
credits?: {
|
|
@@ -7600,16 +7601,15 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7600
7601
|
additional?: number;
|
|
7601
7602
|
};
|
|
7602
7603
|
registry?: string;
|
|
7603
|
-
message?: string;
|
|
7604
7604
|
profile?: {
|
|
7605
7605
|
sizeBytes?: number;
|
|
7606
7606
|
tId?: string;
|
|
7607
7607
|
};
|
|
7608
7608
|
success?: false;
|
|
7609
7609
|
agent?: {
|
|
7610
|
+
name?: string;
|
|
7610
7611
|
metadata?: Record<string, JsonValue$1>;
|
|
7611
7612
|
type?: string;
|
|
7612
|
-
name?: string;
|
|
7613
7613
|
capabilities?: (string | number)[];
|
|
7614
7614
|
id?: string;
|
|
7615
7615
|
registry?: string;
|
|
@@ -7750,6 +7750,7 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7750
7750
|
registryKey?: string;
|
|
7751
7751
|
}[];
|
|
7752
7752
|
}, {
|
|
7753
|
+
message?: string;
|
|
7753
7754
|
uaid?: string;
|
|
7754
7755
|
status?: "partial";
|
|
7755
7756
|
credits?: {
|
|
@@ -7758,16 +7759,15 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7758
7759
|
additional?: number;
|
|
7759
7760
|
};
|
|
7760
7761
|
registry?: string;
|
|
7761
|
-
message?: string;
|
|
7762
7762
|
profile?: {
|
|
7763
7763
|
sizeBytes?: number;
|
|
7764
7764
|
tId?: string;
|
|
7765
7765
|
};
|
|
7766
7766
|
success?: false;
|
|
7767
7767
|
agent?: {
|
|
7768
|
+
name?: string;
|
|
7768
7769
|
metadata?: Record<string, JsonValue$1>;
|
|
7769
7770
|
type?: string;
|
|
7770
|
-
name?: string;
|
|
7771
7771
|
capabilities?: (string | number)[];
|
|
7772
7772
|
id?: string;
|
|
7773
7773
|
registry?: string;
|
|
@@ -7980,9 +7980,9 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7980
7980
|
nativeId: z.ZodOptional<z.ZodString>;
|
|
7981
7981
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
7982
7982
|
}, "strip", z.ZodTypeAny, {
|
|
7983
|
+
name?: string;
|
|
7983
7984
|
metadata?: Record<string, JsonValue$1>;
|
|
7984
7985
|
type?: string;
|
|
7985
|
-
name?: string;
|
|
7986
7986
|
capabilities?: (string | number)[];
|
|
7987
7987
|
id?: string;
|
|
7988
7988
|
registry?: string;
|
|
@@ -8005,9 +8005,9 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8005
8005
|
};
|
|
8006
8006
|
endpoint?: string;
|
|
8007
8007
|
}, {
|
|
8008
|
+
name?: string;
|
|
8008
8009
|
metadata?: Record<string, JsonValue$1>;
|
|
8009
8010
|
type?: string;
|
|
8010
|
-
name?: string;
|
|
8011
8011
|
capabilities?: (string | number)[];
|
|
8012
8012
|
id?: string;
|
|
8013
8013
|
registry?: string;
|
|
@@ -8464,6 +8464,7 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8464
8464
|
additionalRegistryCostPerRegistry: z.ZodOptional<z.ZodNumber>;
|
|
8465
8465
|
additionalRegistrySecrets: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>>;
|
|
8466
8466
|
}, "strip", z.ZodTypeAny, {
|
|
8467
|
+
message?: string;
|
|
8467
8468
|
uaid?: string;
|
|
8468
8469
|
status?: "created" | "duplicate" | "updated";
|
|
8469
8470
|
credits?: {
|
|
@@ -8472,16 +8473,15 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8472
8473
|
additional?: number;
|
|
8473
8474
|
};
|
|
8474
8475
|
registry?: string;
|
|
8475
|
-
message?: string;
|
|
8476
8476
|
profile?: {
|
|
8477
8477
|
sizeBytes?: number;
|
|
8478
8478
|
tId?: string;
|
|
8479
8479
|
};
|
|
8480
8480
|
success?: true;
|
|
8481
8481
|
agent?: {
|
|
8482
|
+
name?: string;
|
|
8482
8483
|
metadata?: Record<string, JsonValue$1>;
|
|
8483
8484
|
type?: string;
|
|
8484
|
-
name?: string;
|
|
8485
8485
|
capabilities?: (string | number)[];
|
|
8486
8486
|
id?: string;
|
|
8487
8487
|
registry?: string;
|
|
@@ -8617,6 +8617,7 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8617
8617
|
additionalRegistryCostPerRegistry?: number;
|
|
8618
8618
|
additionalRegistrySecrets?: Record<string, Record<string, JsonValue$1>>;
|
|
8619
8619
|
}, {
|
|
8620
|
+
message?: string;
|
|
8620
8621
|
uaid?: string;
|
|
8621
8622
|
status?: "created" | "duplicate" | "updated";
|
|
8622
8623
|
credits?: {
|
|
@@ -8625,16 +8626,15 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8625
8626
|
additional?: number;
|
|
8626
8627
|
};
|
|
8627
8628
|
registry?: string;
|
|
8628
|
-
message?: string;
|
|
8629
8629
|
profile?: {
|
|
8630
8630
|
sizeBytes?: number;
|
|
8631
8631
|
tId?: string;
|
|
8632
8632
|
};
|
|
8633
8633
|
success?: true;
|
|
8634
8634
|
agent?: {
|
|
8635
|
+
name?: string;
|
|
8635
8636
|
metadata?: Record<string, JsonValue$1>;
|
|
8636
8637
|
type?: string;
|
|
8637
|
-
name?: string;
|
|
8638
8638
|
capabilities?: (string | number)[];
|
|
8639
8639
|
id?: string;
|
|
8640
8640
|
registry?: string;
|
|
@@ -8841,9 +8841,9 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8841
8841
|
nativeId: z.ZodOptional<z.ZodString>;
|
|
8842
8842
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
8843
8843
|
}, "strip", z.ZodTypeAny, {
|
|
8844
|
+
name?: string;
|
|
8844
8845
|
metadata?: Record<string, JsonValue$1>;
|
|
8845
8846
|
type?: string;
|
|
8846
|
-
name?: string;
|
|
8847
8847
|
capabilities?: (string | number)[];
|
|
8848
8848
|
id?: string;
|
|
8849
8849
|
registry?: string;
|
|
@@ -8866,9 +8866,9 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8866
8866
|
};
|
|
8867
8867
|
endpoint?: string;
|
|
8868
8868
|
}, {
|
|
8869
|
+
name?: string;
|
|
8869
8870
|
metadata?: Record<string, JsonValue$1>;
|
|
8870
8871
|
type?: string;
|
|
8871
|
-
name?: string;
|
|
8872
8872
|
capabilities?: (string | number)[];
|
|
8873
8873
|
id?: string;
|
|
8874
8874
|
registry?: string;
|
|
@@ -9325,6 +9325,7 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9325
9325
|
additionalRegistryCostPerRegistry: z.ZodOptional<z.ZodNumber>;
|
|
9326
9326
|
additionalRegistrySecrets: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>>;
|
|
9327
9327
|
}, "strip", z.ZodTypeAny, {
|
|
9328
|
+
message?: string;
|
|
9328
9329
|
uaid?: string;
|
|
9329
9330
|
status?: "pending";
|
|
9330
9331
|
credits?: {
|
|
@@ -9333,16 +9334,15 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9333
9334
|
additional?: number;
|
|
9334
9335
|
};
|
|
9335
9336
|
registry?: string;
|
|
9336
|
-
message?: string;
|
|
9337
9337
|
profile?: {
|
|
9338
9338
|
sizeBytes?: number;
|
|
9339
9339
|
tId?: string;
|
|
9340
9340
|
};
|
|
9341
9341
|
success?: true;
|
|
9342
9342
|
agent?: {
|
|
9343
|
+
name?: string;
|
|
9343
9344
|
metadata?: Record<string, JsonValue$1>;
|
|
9344
9345
|
type?: string;
|
|
9345
|
-
name?: string;
|
|
9346
9346
|
capabilities?: (string | number)[];
|
|
9347
9347
|
id?: string;
|
|
9348
9348
|
registry?: string;
|
|
@@ -9478,6 +9478,7 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9478
9478
|
additionalRegistryCostPerRegistry?: number;
|
|
9479
9479
|
additionalRegistrySecrets?: Record<string, Record<string, JsonValue$1>>;
|
|
9480
9480
|
}, {
|
|
9481
|
+
message?: string;
|
|
9481
9482
|
uaid?: string;
|
|
9482
9483
|
status?: "pending";
|
|
9483
9484
|
credits?: {
|
|
@@ -9486,16 +9487,15 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9486
9487
|
additional?: number;
|
|
9487
9488
|
};
|
|
9488
9489
|
registry?: string;
|
|
9489
|
-
message?: string;
|
|
9490
9490
|
profile?: {
|
|
9491
9491
|
sizeBytes?: number;
|
|
9492
9492
|
tId?: string;
|
|
9493
9493
|
};
|
|
9494
9494
|
success?: true;
|
|
9495
9495
|
agent?: {
|
|
9496
|
+
name?: string;
|
|
9496
9497
|
metadata?: Record<string, JsonValue$1>;
|
|
9497
9498
|
type?: string;
|
|
9498
|
-
name?: string;
|
|
9499
9499
|
capabilities?: (string | number)[];
|
|
9500
9500
|
id?: string;
|
|
9501
9501
|
registry?: string;
|
|
@@ -9702,9 +9702,9 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9702
9702
|
nativeId: z.ZodOptional<z.ZodString>;
|
|
9703
9703
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
9704
9704
|
}, "strip", z.ZodTypeAny, {
|
|
9705
|
+
name?: string;
|
|
9705
9706
|
metadata?: Record<string, JsonValue$1>;
|
|
9706
9707
|
type?: string;
|
|
9707
|
-
name?: string;
|
|
9708
9708
|
capabilities?: (string | number)[];
|
|
9709
9709
|
id?: string;
|
|
9710
9710
|
registry?: string;
|
|
@@ -9727,9 +9727,9 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9727
9727
|
};
|
|
9728
9728
|
endpoint?: string;
|
|
9729
9729
|
}, {
|
|
9730
|
+
name?: string;
|
|
9730
9731
|
metadata?: Record<string, JsonValue$1>;
|
|
9731
9732
|
type?: string;
|
|
9732
|
-
name?: string;
|
|
9733
9733
|
capabilities?: (string | number)[];
|
|
9734
9734
|
id?: string;
|
|
9735
9735
|
registry?: string;
|
|
@@ -10199,6 +10199,7 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10199
10199
|
registryKey?: string;
|
|
10200
10200
|
}>, "many">;
|
|
10201
10201
|
}, "strip", z.ZodTypeAny, {
|
|
10202
|
+
message?: string;
|
|
10202
10203
|
uaid?: string;
|
|
10203
10204
|
status?: "partial";
|
|
10204
10205
|
credits?: {
|
|
@@ -10207,16 +10208,15 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10207
10208
|
additional?: number;
|
|
10208
10209
|
};
|
|
10209
10210
|
registry?: string;
|
|
10210
|
-
message?: string;
|
|
10211
10211
|
profile?: {
|
|
10212
10212
|
sizeBytes?: number;
|
|
10213
10213
|
tId?: string;
|
|
10214
10214
|
};
|
|
10215
10215
|
success?: false;
|
|
10216
10216
|
agent?: {
|
|
10217
|
+
name?: string;
|
|
10217
10218
|
metadata?: Record<string, JsonValue$1>;
|
|
10218
10219
|
type?: string;
|
|
10219
|
-
name?: string;
|
|
10220
10220
|
capabilities?: (string | number)[];
|
|
10221
10221
|
id?: string;
|
|
10222
10222
|
registry?: string;
|
|
@@ -10357,6 +10357,7 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10357
10357
|
registryKey?: string;
|
|
10358
10358
|
}[];
|
|
10359
10359
|
}, {
|
|
10360
|
+
message?: string;
|
|
10360
10361
|
uaid?: string;
|
|
10361
10362
|
status?: "partial";
|
|
10362
10363
|
credits?: {
|
|
@@ -10365,16 +10366,15 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10365
10366
|
additional?: number;
|
|
10366
10367
|
};
|
|
10367
10368
|
registry?: string;
|
|
10368
|
-
message?: string;
|
|
10369
10369
|
profile?: {
|
|
10370
10370
|
sizeBytes?: number;
|
|
10371
10371
|
tId?: string;
|
|
10372
10372
|
};
|
|
10373
10373
|
success?: false;
|
|
10374
10374
|
agent?: {
|
|
10375
|
+
name?: string;
|
|
10375
10376
|
metadata?: Record<string, JsonValue$1>;
|
|
10376
10377
|
type?: string;
|
|
10377
|
-
name?: string;
|
|
10378
10378
|
capabilities?: (string | number)[];
|
|
10379
10379
|
id?: string;
|
|
10380
10380
|
registry?: string;
|
|
@@ -11099,9 +11099,9 @@ declare const adapterRegistryCategorySchema: z.ZodObject<{
|
|
|
11099
11099
|
updatedAt: z.ZodString;
|
|
11100
11100
|
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
11101
11101
|
}, "strip", z.ZodTypeAny, {
|
|
11102
|
+
name?: string;
|
|
11102
11103
|
metadata?: JsonValue$1;
|
|
11103
11104
|
type?: string;
|
|
11104
|
-
name?: string;
|
|
11105
11105
|
network?: string;
|
|
11106
11106
|
description?: string;
|
|
11107
11107
|
topicId?: string;
|
|
@@ -11115,9 +11115,9 @@ declare const adapterRegistryCategorySchema: z.ZodObject<{
|
|
|
11115
11115
|
metadataPointer?: string;
|
|
11116
11116
|
metadataSequence?: number;
|
|
11117
11117
|
}, {
|
|
11118
|
+
name?: string;
|
|
11118
11119
|
metadata?: JsonValue$1;
|
|
11119
11120
|
type?: string;
|
|
11120
|
-
name?: string;
|
|
11121
11121
|
network?: string;
|
|
11122
11122
|
description?: string;
|
|
11123
11123
|
topicId?: string;
|
|
@@ -11149,9 +11149,9 @@ declare const adapterRegistryCategoriesResponseSchema: z.ZodObject<{
|
|
|
11149
11149
|
updatedAt: z.ZodString;
|
|
11150
11150
|
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
11151
11151
|
}, "strip", z.ZodTypeAny, {
|
|
11152
|
+
name?: string;
|
|
11152
11153
|
metadata?: JsonValue$1;
|
|
11153
11154
|
type?: string;
|
|
11154
|
-
name?: string;
|
|
11155
11155
|
network?: string;
|
|
11156
11156
|
description?: string;
|
|
11157
11157
|
topicId?: string;
|
|
@@ -11165,9 +11165,9 @@ declare const adapterRegistryCategoriesResponseSchema: z.ZodObject<{
|
|
|
11165
11165
|
metadataPointer?: string;
|
|
11166
11166
|
metadataSequence?: number;
|
|
11167
11167
|
}, {
|
|
11168
|
+
name?: string;
|
|
11168
11169
|
metadata?: JsonValue$1;
|
|
11169
11170
|
type?: string;
|
|
11170
|
-
name?: string;
|
|
11171
11171
|
network?: string;
|
|
11172
11172
|
description?: string;
|
|
11173
11173
|
topicId?: string;
|
|
@@ -11183,9 +11183,9 @@ declare const adapterRegistryCategoriesResponseSchema: z.ZodObject<{
|
|
|
11183
11183
|
}>, "many">;
|
|
11184
11184
|
}, "strip", z.ZodTypeAny, {
|
|
11185
11185
|
categories?: {
|
|
11186
|
+
name?: string;
|
|
11186
11187
|
metadata?: JsonValue$1;
|
|
11187
11188
|
type?: string;
|
|
11188
|
-
name?: string;
|
|
11189
11189
|
network?: string;
|
|
11190
11190
|
description?: string;
|
|
11191
11191
|
topicId?: string;
|
|
@@ -11201,9 +11201,9 @@ declare const adapterRegistryCategoriesResponseSchema: z.ZodObject<{
|
|
|
11201
11201
|
}[];
|
|
11202
11202
|
}, {
|
|
11203
11203
|
categories?: {
|
|
11204
|
+
name?: string;
|
|
11204
11205
|
metadata?: JsonValue$1;
|
|
11205
11206
|
type?: string;
|
|
11206
|
-
name?: string;
|
|
11207
11207
|
network?: string;
|
|
11208
11208
|
description?: string;
|
|
11209
11209
|
topicId?: string;
|
|
@@ -11274,9 +11274,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11274
11274
|
updatedAt: z.ZodString;
|
|
11275
11275
|
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
11276
11276
|
}, "strip", z.ZodTypeAny, {
|
|
11277
|
+
name?: string;
|
|
11277
11278
|
metadata?: JsonValue$1;
|
|
11278
11279
|
type?: string;
|
|
11279
|
-
name?: string;
|
|
11280
11280
|
network?: string;
|
|
11281
11281
|
description?: string;
|
|
11282
11282
|
topicId?: string;
|
|
@@ -11290,9 +11290,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11290
11290
|
metadataPointer?: string;
|
|
11291
11291
|
metadataSequence?: number;
|
|
11292
11292
|
}, {
|
|
11293
|
+
name?: string;
|
|
11293
11294
|
metadata?: JsonValue$1;
|
|
11294
11295
|
type?: string;
|
|
11295
|
-
name?: string;
|
|
11296
11296
|
network?: string;
|
|
11297
11297
|
description?: string;
|
|
11298
11298
|
topicId?: string;
|
|
@@ -11360,9 +11360,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11360
11360
|
updatedAt: z.ZodString;
|
|
11361
11361
|
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
11362
11362
|
}, "strip", z.ZodTypeAny, {
|
|
11363
|
+
name?: string;
|
|
11363
11364
|
metadata?: JsonValue$1;
|
|
11364
11365
|
type?: string;
|
|
11365
|
-
name?: string;
|
|
11366
11366
|
network?: string;
|
|
11367
11367
|
description?: string;
|
|
11368
11368
|
topicId?: string;
|
|
@@ -11376,9 +11376,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11376
11376
|
metadataPointer?: string;
|
|
11377
11377
|
metadataSequence?: number;
|
|
11378
11378
|
}, {
|
|
11379
|
+
name?: string;
|
|
11379
11380
|
metadata?: JsonValue$1;
|
|
11380
11381
|
type?: string;
|
|
11381
|
-
name?: string;
|
|
11382
11382
|
network?: string;
|
|
11383
11383
|
description?: string;
|
|
11384
11384
|
topicId?: string;
|
|
@@ -11446,9 +11446,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11446
11446
|
updatedAt: z.ZodString;
|
|
11447
11447
|
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
11448
11448
|
}, "strip", z.ZodTypeAny, {
|
|
11449
|
+
name?: string;
|
|
11449
11450
|
metadata?: JsonValue$1;
|
|
11450
11451
|
type?: string;
|
|
11451
|
-
name?: string;
|
|
11452
11452
|
network?: string;
|
|
11453
11453
|
description?: string;
|
|
11454
11454
|
topicId?: string;
|
|
@@ -11462,9 +11462,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11462
11462
|
metadataPointer?: string;
|
|
11463
11463
|
metadataSequence?: number;
|
|
11464
11464
|
}, {
|
|
11465
|
+
name?: string;
|
|
11465
11466
|
metadata?: JsonValue$1;
|
|
11466
11467
|
type?: string;
|
|
11467
|
-
name?: string;
|
|
11468
11468
|
network?: string;
|
|
11469
11469
|
description?: string;
|
|
11470
11470
|
topicId?: string;
|
|
@@ -11535,9 +11535,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11535
11535
|
updatedAt: z.ZodString;
|
|
11536
11536
|
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
11537
11537
|
}, "strip", z.ZodTypeAny, {
|
|
11538
|
+
name?: string;
|
|
11538
11539
|
metadata?: JsonValue$1;
|
|
11539
11540
|
type?: string;
|
|
11540
|
-
name?: string;
|
|
11541
11541
|
network?: string;
|
|
11542
11542
|
description?: string;
|
|
11543
11543
|
topicId?: string;
|
|
@@ -11551,9 +11551,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11551
11551
|
metadataPointer?: string;
|
|
11552
11552
|
metadataSequence?: number;
|
|
11553
11553
|
}, {
|
|
11554
|
+
name?: string;
|
|
11554
11555
|
metadata?: JsonValue$1;
|
|
11555
11556
|
type?: string;
|
|
11556
|
-
name?: string;
|
|
11557
11557
|
network?: string;
|
|
11558
11558
|
description?: string;
|
|
11559
11559
|
topicId?: string;
|
|
@@ -11624,9 +11624,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11624
11624
|
updatedAt: z.ZodString;
|
|
11625
11625
|
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
11626
11626
|
}, "strip", z.ZodTypeAny, {
|
|
11627
|
+
name?: string;
|
|
11627
11628
|
metadata?: JsonValue$1;
|
|
11628
11629
|
type?: string;
|
|
11629
|
-
name?: string;
|
|
11630
11630
|
network?: string;
|
|
11631
11631
|
description?: string;
|
|
11632
11632
|
topicId?: string;
|
|
@@ -11640,9 +11640,9 @@ declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
|
11640
11640
|
metadataPointer?: string;
|
|
11641
11641
|
metadataSequence?: number;
|
|
11642
11642
|
}, {
|
|
11643
|
+
name?: string;
|
|
11643
11644
|
metadata?: JsonValue$1;
|
|
11644
11645
|
type?: string;
|
|
11645
|
-
name?: string;
|
|
11646
11646
|
network?: string;
|
|
11647
11647
|
description?: string;
|
|
11648
11648
|
topicId?: string;
|
|
@@ -11676,9 +11676,9 @@ declare const adapterRegistryCreateCategoryResponseSchema: z.ZodObject<{
|
|
|
11676
11676
|
updatedAt: z.ZodString;
|
|
11677
11677
|
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
11678
11678
|
}, "strip", z.ZodTypeAny, {
|
|
11679
|
+
name?: string;
|
|
11679
11680
|
metadata?: JsonValue$1;
|
|
11680
11681
|
type?: string;
|
|
11681
|
-
name?: string;
|
|
11682
11682
|
network?: string;
|
|
11683
11683
|
description?: string;
|
|
11684
11684
|
topicId?: string;
|
|
@@ -11692,9 +11692,9 @@ declare const adapterRegistryCreateCategoryResponseSchema: z.ZodObject<{
|
|
|
11692
11692
|
metadataPointer?: string;
|
|
11693
11693
|
metadataSequence?: number;
|
|
11694
11694
|
}, {
|
|
11695
|
+
name?: string;
|
|
11695
11696
|
metadata?: JsonValue$1;
|
|
11696
11697
|
type?: string;
|
|
11697
|
-
name?: string;
|
|
11698
11698
|
network?: string;
|
|
11699
11699
|
description?: string;
|
|
11700
11700
|
topicId?: string;
|
|
@@ -11710,9 +11710,9 @@ declare const adapterRegistryCreateCategoryResponseSchema: z.ZodObject<{
|
|
|
11710
11710
|
}>;
|
|
11711
11711
|
}, "strip", z.ZodTypeAny, {
|
|
11712
11712
|
category?: {
|
|
11713
|
+
name?: string;
|
|
11713
11714
|
metadata?: JsonValue$1;
|
|
11714
11715
|
type?: string;
|
|
11715
|
-
name?: string;
|
|
11716
11716
|
network?: string;
|
|
11717
11717
|
description?: string;
|
|
11718
11718
|
topicId?: string;
|
|
@@ -11728,9 +11728,9 @@ declare const adapterRegistryCreateCategoryResponseSchema: z.ZodObject<{
|
|
|
11728
11728
|
};
|
|
11729
11729
|
}, {
|
|
11730
11730
|
category?: {
|
|
11731
|
+
name?: string;
|
|
11731
11732
|
metadata?: JsonValue$1;
|
|
11732
11733
|
type?: string;
|
|
11733
|
-
name?: string;
|
|
11734
11734
|
network?: string;
|
|
11735
11735
|
description?: string;
|
|
11736
11736
|
topicId?: string;
|
|
@@ -11863,9 +11863,9 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
|
|
|
11863
11863
|
updatedAt: z.ZodString;
|
|
11864
11864
|
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue$1, z.ZodTypeDef, JsonValue$1>>>;
|
|
11865
11865
|
}, "strip", z.ZodTypeAny, {
|
|
11866
|
+
name?: string;
|
|
11866
11867
|
metadata?: JsonValue$1;
|
|
11867
11868
|
type?: string;
|
|
11868
|
-
name?: string;
|
|
11869
11869
|
network?: string;
|
|
11870
11870
|
description?: string;
|
|
11871
11871
|
topicId?: string;
|
|
@@ -11879,9 +11879,9 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
|
|
|
11879
11879
|
metadataPointer?: string;
|
|
11880
11880
|
metadataSequence?: number;
|
|
11881
11881
|
}, {
|
|
11882
|
+
name?: string;
|
|
11882
11883
|
metadata?: JsonValue$1;
|
|
11883
11884
|
type?: string;
|
|
11884
|
-
name?: string;
|
|
11885
11885
|
network?: string;
|
|
11886
11886
|
description?: string;
|
|
11887
11887
|
topicId?: string;
|
|
@@ -11899,9 +11899,9 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
|
|
|
11899
11899
|
transactionId?: string;
|
|
11900
11900
|
adapter?: Record<string, JsonValue$1>;
|
|
11901
11901
|
category?: {
|
|
11902
|
+
name?: string;
|
|
11902
11903
|
metadata?: JsonValue$1;
|
|
11903
11904
|
type?: string;
|
|
11904
|
-
name?: string;
|
|
11905
11905
|
network?: string;
|
|
11906
11906
|
description?: string;
|
|
11907
11907
|
topicId?: string;
|
|
@@ -11945,9 +11945,9 @@ declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
|
|
|
11945
11945
|
transactionId?: string;
|
|
11946
11946
|
adapter?: Record<string, JsonValue$1>;
|
|
11947
11947
|
category?: {
|
|
11948
|
+
name?: string;
|
|
11948
11949
|
metadata?: JsonValue$1;
|
|
11949
11950
|
type?: string;
|
|
11950
|
-
name?: string;
|
|
11951
11951
|
network?: string;
|
|
11952
11952
|
description?: string;
|
|
11953
11953
|
topicId?: string;
|
|
@@ -12276,21 +12276,21 @@ declare const searchFacetsResponseSchema: z.ZodObject<{
|
|
|
12276
12276
|
label?: string;
|
|
12277
12277
|
}>, "many">>;
|
|
12278
12278
|
}, "strip", z.ZodTypeAny, {
|
|
12279
|
+
key?: string;
|
|
12279
12280
|
options?: {
|
|
12280
12281
|
value?: string | number | boolean;
|
|
12281
12282
|
label?: string;
|
|
12282
12283
|
}[];
|
|
12283
|
-
key?: string;
|
|
12284
12284
|
type?: "string" | "number" | "boolean";
|
|
12285
12285
|
description?: string;
|
|
12286
12286
|
label?: string;
|
|
12287
12287
|
adapters?: string[];
|
|
12288
12288
|
}, {
|
|
12289
|
+
key?: string;
|
|
12289
12290
|
options?: {
|
|
12290
12291
|
value?: string | number | boolean;
|
|
12291
12292
|
label?: string;
|
|
12292
12293
|
}[];
|
|
12293
|
-
key?: string;
|
|
12294
12294
|
type?: "string" | "number" | "boolean";
|
|
12295
12295
|
description?: string;
|
|
12296
12296
|
label?: string;
|
|
@@ -12298,11 +12298,11 @@ declare const searchFacetsResponseSchema: z.ZodObject<{
|
|
|
12298
12298
|
}>, "many">;
|
|
12299
12299
|
}, "strip", z.ZodTypeAny, {
|
|
12300
12300
|
facets?: {
|
|
12301
|
+
key?: string;
|
|
12301
12302
|
options?: {
|
|
12302
12303
|
value?: string | number | boolean;
|
|
12303
12304
|
label?: string;
|
|
12304
12305
|
}[];
|
|
12305
|
-
key?: string;
|
|
12306
12306
|
type?: "string" | "number" | "boolean";
|
|
12307
12307
|
description?: string;
|
|
12308
12308
|
label?: string;
|
|
@@ -12310,11 +12310,11 @@ declare const searchFacetsResponseSchema: z.ZodObject<{
|
|
|
12310
12310
|
}[];
|
|
12311
12311
|
}, {
|
|
12312
12312
|
facets?: {
|
|
12313
|
+
key?: string;
|
|
12313
12314
|
options?: {
|
|
12314
12315
|
value?: string | number | boolean;
|
|
12315
12316
|
label?: string;
|
|
12316
12317
|
}[];
|
|
12317
|
-
key?: string;
|
|
12318
12318
|
type?: "string" | "number" | "boolean";
|
|
12319
12319
|
description?: string;
|
|
12320
12320
|
label?: string;
|