@hol-org/rb-client 0.1.161 → 0.1.163
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 +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1008,10 +1008,10 @@ declare const resolveResponseSchema: z.ZodObject<{
|
|
|
1008
1008
|
model?: string;
|
|
1009
1009
|
};
|
|
1010
1010
|
};
|
|
1011
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
1011
1012
|
image?: string;
|
|
1012
1013
|
adapter?: string;
|
|
1013
1014
|
protocols?: string[];
|
|
1014
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
1015
1015
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
1016
1016
|
originalId?: string;
|
|
1017
1017
|
communicationSupported?: boolean;
|
|
@@ -1055,10 +1055,10 @@ declare const resolveResponseSchema: z.ZodObject<{
|
|
|
1055
1055
|
model?: string;
|
|
1056
1056
|
};
|
|
1057
1057
|
};
|
|
1058
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
1058
1059
|
image?: string;
|
|
1059
1060
|
adapter?: string;
|
|
1060
1061
|
protocols?: string[];
|
|
1061
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
1062
1062
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
1063
1063
|
originalId?: string;
|
|
1064
1064
|
communicationSupported?: boolean;
|
|
@@ -4471,10 +4471,10 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4471
4471
|
model?: string;
|
|
4472
4472
|
};
|
|
4473
4473
|
};
|
|
4474
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4474
4475
|
image?: string;
|
|
4475
4476
|
adapter?: string;
|
|
4476
4477
|
protocols?: string[];
|
|
4477
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4478
4478
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
4479
4479
|
originalId?: string;
|
|
4480
4480
|
communicationSupported?: boolean;
|
|
@@ -4520,10 +4520,10 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4520
4520
|
model?: string;
|
|
4521
4521
|
};
|
|
4522
4522
|
};
|
|
4523
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4523
4524
|
image?: string;
|
|
4524
4525
|
adapter?: string;
|
|
4525
4526
|
protocols?: string[];
|
|
4526
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4527
4527
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
4528
4528
|
originalId?: string;
|
|
4529
4529
|
communicationSupported?: boolean;
|
|
@@ -4577,10 +4577,10 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4577
4577
|
model?: string;
|
|
4578
4578
|
};
|
|
4579
4579
|
};
|
|
4580
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4580
4581
|
image?: string;
|
|
4581
4582
|
adapter?: string;
|
|
4582
4583
|
protocols?: string[];
|
|
4583
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4584
4584
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
4585
4585
|
originalId?: string;
|
|
4586
4586
|
communicationSupported?: boolean;
|
|
@@ -4634,10 +4634,10 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4634
4634
|
model?: string;
|
|
4635
4635
|
};
|
|
4636
4636
|
};
|
|
4637
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4637
4638
|
image?: string;
|
|
4638
4639
|
adapter?: string;
|
|
4639
4640
|
protocols?: string[];
|
|
4640
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4641
4641
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
4642
4642
|
originalId?: string;
|
|
4643
4643
|
communicationSupported?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1008,10 +1008,10 @@ declare const resolveResponseSchema: z.ZodObject<{
|
|
|
1008
1008
|
model?: string;
|
|
1009
1009
|
};
|
|
1010
1010
|
};
|
|
1011
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
1011
1012
|
image?: string;
|
|
1012
1013
|
adapter?: string;
|
|
1013
1014
|
protocols?: string[];
|
|
1014
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
1015
1015
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
1016
1016
|
originalId?: string;
|
|
1017
1017
|
communicationSupported?: boolean;
|
|
@@ -1055,10 +1055,10 @@ declare const resolveResponseSchema: z.ZodObject<{
|
|
|
1055
1055
|
model?: string;
|
|
1056
1056
|
};
|
|
1057
1057
|
};
|
|
1058
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
1058
1059
|
image?: string;
|
|
1059
1060
|
adapter?: string;
|
|
1060
1061
|
protocols?: string[];
|
|
1061
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
1062
1062
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
1063
1063
|
originalId?: string;
|
|
1064
1064
|
communicationSupported?: boolean;
|
|
@@ -4471,10 +4471,10 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4471
4471
|
model?: string;
|
|
4472
4472
|
};
|
|
4473
4473
|
};
|
|
4474
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4474
4475
|
image?: string;
|
|
4475
4476
|
adapter?: string;
|
|
4476
4477
|
protocols?: string[];
|
|
4477
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4478
4478
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
4479
4479
|
originalId?: string;
|
|
4480
4480
|
communicationSupported?: boolean;
|
|
@@ -4520,10 +4520,10 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4520
4520
|
model?: string;
|
|
4521
4521
|
};
|
|
4522
4522
|
};
|
|
4523
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4523
4524
|
image?: string;
|
|
4524
4525
|
adapter?: string;
|
|
4525
4526
|
protocols?: string[];
|
|
4526
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4527
4527
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
4528
4528
|
originalId?: string;
|
|
4529
4529
|
communicationSupported?: boolean;
|
|
@@ -4577,10 +4577,10 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4577
4577
|
model?: string;
|
|
4578
4578
|
};
|
|
4579
4579
|
};
|
|
4580
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4580
4581
|
image?: string;
|
|
4581
4582
|
adapter?: string;
|
|
4582
4583
|
protocols?: string[];
|
|
4583
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4584
4584
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
4585
4585
|
originalId?: string;
|
|
4586
4586
|
communicationSupported?: boolean;
|
|
@@ -4634,10 +4634,10 @@ declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
4634
4634
|
model?: string;
|
|
4635
4635
|
};
|
|
4636
4636
|
};
|
|
4637
|
+
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4637
4638
|
image?: string;
|
|
4638
4639
|
adapter?: string;
|
|
4639
4640
|
protocols?: string[];
|
|
4640
|
-
endpoints?: string[] | Record<string, JsonValue$1>;
|
|
4641
4641
|
metadataFacet?: Record<string, JsonValue$1 | JsonValue$1[] | Record<string, JsonValue$1>>;
|
|
4642
4642
|
originalId?: string;
|
|
4643
4643
|
communicationSupported?: boolean;
|