@hol-org/rb-client 0.1.160 → 0.1.162

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 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;
@@ -5864,11 +5864,11 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5864
5864
  };
5865
5865
  registry?: string;
5866
5866
  message?: string;
5867
- success?: true;
5868
5867
  profile?: {
5869
5868
  sizeBytes?: number;
5870
5869
  tId?: string;
5871
5870
  };
5871
+ success?: true;
5872
5872
  agent?: {
5873
5873
  metadata?: Record<string, JsonValue$1>;
5874
5874
  type?: string;
@@ -6017,11 +6017,11 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
6017
6017
  };
6018
6018
  registry?: string;
6019
6019
  message?: string;
6020
- success?: true;
6021
6020
  profile?: {
6022
6021
  sizeBytes?: number;
6023
6022
  tId?: string;
6024
6023
  };
6024
+ success?: true;
6025
6025
  agent?: {
6026
6026
  metadata?: Record<string, JsonValue$1>;
6027
6027
  type?: string;
@@ -6726,11 +6726,11 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
6726
6726
  };
6727
6727
  registry?: string;
6728
6728
  message?: string;
6729
- success?: true;
6730
6729
  profile?: {
6731
6730
  sizeBytes?: number;
6732
6731
  tId?: string;
6733
6732
  };
6733
+ success?: true;
6734
6734
  agent?: {
6735
6735
  metadata?: Record<string, JsonValue$1>;
6736
6736
  type?: string;
@@ -6879,11 +6879,11 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
6879
6879
  };
6880
6880
  registry?: string;
6881
6881
  message?: string;
6882
- success?: true;
6883
6882
  profile?: {
6884
6883
  sizeBytes?: number;
6885
6884
  tId?: string;
6886
6885
  };
6886
+ success?: true;
6887
6887
  agent?: {
6888
6888
  metadata?: Record<string, JsonValue$1>;
6889
6889
  type?: string;
@@ -7601,11 +7601,11 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
7601
7601
  };
7602
7602
  registry?: string;
7603
7603
  message?: string;
7604
- success?: false;
7605
7604
  profile?: {
7606
7605
  sizeBytes?: number;
7607
7606
  tId?: string;
7608
7607
  };
7608
+ success?: false;
7609
7609
  agent?: {
7610
7610
  metadata?: Record<string, JsonValue$1>;
7611
7611
  type?: string;
@@ -7759,11 +7759,11 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
7759
7759
  };
7760
7760
  registry?: string;
7761
7761
  message?: string;
7762
- success?: false;
7763
7762
  profile?: {
7764
7763
  sizeBytes?: number;
7765
7764
  tId?: string;
7766
7765
  };
7766
+ success?: false;
7767
7767
  agent?: {
7768
7768
  metadata?: Record<string, JsonValue$1>;
7769
7769
  type?: string;
@@ -8473,11 +8473,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8473
8473
  };
8474
8474
  registry?: string;
8475
8475
  message?: string;
8476
- success?: true;
8477
8476
  profile?: {
8478
8477
  sizeBytes?: number;
8479
8478
  tId?: string;
8480
8479
  };
8480
+ success?: true;
8481
8481
  agent?: {
8482
8482
  metadata?: Record<string, JsonValue$1>;
8483
8483
  type?: string;
@@ -8626,11 +8626,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8626
8626
  };
8627
8627
  registry?: string;
8628
8628
  message?: string;
8629
- success?: true;
8630
8629
  profile?: {
8631
8630
  sizeBytes?: number;
8632
8631
  tId?: string;
8633
8632
  };
8633
+ success?: true;
8634
8634
  agent?: {
8635
8635
  metadata?: Record<string, JsonValue$1>;
8636
8636
  type?: string;
@@ -9334,11 +9334,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9334
9334
  };
9335
9335
  registry?: string;
9336
9336
  message?: string;
9337
- success?: true;
9338
9337
  profile?: {
9339
9338
  sizeBytes?: number;
9340
9339
  tId?: string;
9341
9340
  };
9341
+ success?: true;
9342
9342
  agent?: {
9343
9343
  metadata?: Record<string, JsonValue$1>;
9344
9344
  type?: string;
@@ -9487,11 +9487,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9487
9487
  };
9488
9488
  registry?: string;
9489
9489
  message?: string;
9490
- success?: true;
9491
9490
  profile?: {
9492
9491
  sizeBytes?: number;
9493
9492
  tId?: string;
9494
9493
  };
9494
+ success?: true;
9495
9495
  agent?: {
9496
9496
  metadata?: Record<string, JsonValue$1>;
9497
9497
  type?: string;
@@ -10208,11 +10208,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
10208
10208
  };
10209
10209
  registry?: string;
10210
10210
  message?: string;
10211
- success?: false;
10212
10211
  profile?: {
10213
10212
  sizeBytes?: number;
10214
10213
  tId?: string;
10215
10214
  };
10215
+ success?: false;
10216
10216
  agent?: {
10217
10217
  metadata?: Record<string, JsonValue$1>;
10218
10218
  type?: string;
@@ -10366,11 +10366,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
10366
10366
  };
10367
10367
  registry?: string;
10368
10368
  message?: string;
10369
- success?: false;
10370
10369
  profile?: {
10371
10370
  sizeBytes?: number;
10372
10371
  tId?: string;
10373
10372
  };
10373
+ success?: false;
10374
10374
  agent?: {
10375
10375
  metadata?: Record<string, JsonValue$1>;
10376
10376
  type?: string;
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;
@@ -5864,11 +5864,11 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
5864
5864
  };
5865
5865
  registry?: string;
5866
5866
  message?: string;
5867
- success?: true;
5868
5867
  profile?: {
5869
5868
  sizeBytes?: number;
5870
5869
  tId?: string;
5871
5870
  };
5871
+ success?: true;
5872
5872
  agent?: {
5873
5873
  metadata?: Record<string, JsonValue$1>;
5874
5874
  type?: string;
@@ -6017,11 +6017,11 @@ declare const registerAgentSuccessResponseSchema: z.ZodObject<{
6017
6017
  };
6018
6018
  registry?: string;
6019
6019
  message?: string;
6020
- success?: true;
6021
6020
  profile?: {
6022
6021
  sizeBytes?: number;
6023
6022
  tId?: string;
6024
6023
  };
6024
+ success?: true;
6025
6025
  agent?: {
6026
6026
  metadata?: Record<string, JsonValue$1>;
6027
6027
  type?: string;
@@ -6726,11 +6726,11 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
6726
6726
  };
6727
6727
  registry?: string;
6728
6728
  message?: string;
6729
- success?: true;
6730
6729
  profile?: {
6731
6730
  sizeBytes?: number;
6732
6731
  tId?: string;
6733
6732
  };
6733
+ success?: true;
6734
6734
  agent?: {
6735
6735
  metadata?: Record<string, JsonValue$1>;
6736
6736
  type?: string;
@@ -6879,11 +6879,11 @@ declare const registerAgentPendingResponseSchema: z.ZodObject<{
6879
6879
  };
6880
6880
  registry?: string;
6881
6881
  message?: string;
6882
- success?: true;
6883
6882
  profile?: {
6884
6883
  sizeBytes?: number;
6885
6884
  tId?: string;
6886
6885
  };
6886
+ success?: true;
6887
6887
  agent?: {
6888
6888
  metadata?: Record<string, JsonValue$1>;
6889
6889
  type?: string;
@@ -7601,11 +7601,11 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
7601
7601
  };
7602
7602
  registry?: string;
7603
7603
  message?: string;
7604
- success?: false;
7605
7604
  profile?: {
7606
7605
  sizeBytes?: number;
7607
7606
  tId?: string;
7608
7607
  };
7608
+ success?: false;
7609
7609
  agent?: {
7610
7610
  metadata?: Record<string, JsonValue$1>;
7611
7611
  type?: string;
@@ -7759,11 +7759,11 @@ declare const registerAgentPartialResponseSchema: z.ZodObject<{
7759
7759
  };
7760
7760
  registry?: string;
7761
7761
  message?: string;
7762
- success?: false;
7763
7762
  profile?: {
7764
7763
  sizeBytes?: number;
7765
7764
  tId?: string;
7766
7765
  };
7766
+ success?: false;
7767
7767
  agent?: {
7768
7768
  metadata?: Record<string, JsonValue$1>;
7769
7769
  type?: string;
@@ -8473,11 +8473,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8473
8473
  };
8474
8474
  registry?: string;
8475
8475
  message?: string;
8476
- success?: true;
8477
8476
  profile?: {
8478
8477
  sizeBytes?: number;
8479
8478
  tId?: string;
8480
8479
  };
8480
+ success?: true;
8481
8481
  agent?: {
8482
8482
  metadata?: Record<string, JsonValue$1>;
8483
8483
  type?: string;
@@ -8626,11 +8626,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
8626
8626
  };
8627
8627
  registry?: string;
8628
8628
  message?: string;
8629
- success?: true;
8630
8629
  profile?: {
8631
8630
  sizeBytes?: number;
8632
8631
  tId?: string;
8633
8632
  };
8633
+ success?: true;
8634
8634
  agent?: {
8635
8635
  metadata?: Record<string, JsonValue$1>;
8636
8636
  type?: string;
@@ -9334,11 +9334,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9334
9334
  };
9335
9335
  registry?: string;
9336
9336
  message?: string;
9337
- success?: true;
9338
9337
  profile?: {
9339
9338
  sizeBytes?: number;
9340
9339
  tId?: string;
9341
9340
  };
9341
+ success?: true;
9342
9342
  agent?: {
9343
9343
  metadata?: Record<string, JsonValue$1>;
9344
9344
  type?: string;
@@ -9487,11 +9487,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
9487
9487
  };
9488
9488
  registry?: string;
9489
9489
  message?: string;
9490
- success?: true;
9491
9490
  profile?: {
9492
9491
  sizeBytes?: number;
9493
9492
  tId?: string;
9494
9493
  };
9494
+ success?: true;
9495
9495
  agent?: {
9496
9496
  metadata?: Record<string, JsonValue$1>;
9497
9497
  type?: string;
@@ -10208,11 +10208,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
10208
10208
  };
10209
10209
  registry?: string;
10210
10210
  message?: string;
10211
- success?: false;
10212
10211
  profile?: {
10213
10212
  sizeBytes?: number;
10214
10213
  tId?: string;
10215
10214
  };
10215
+ success?: false;
10216
10216
  agent?: {
10217
10217
  metadata?: Record<string, JsonValue$1>;
10218
10218
  type?: string;
@@ -10366,11 +10366,11 @@ declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
10366
10366
  };
10367
10367
  registry?: string;
10368
10368
  message?: string;
10369
- success?: false;
10370
10369
  profile?: {
10371
10370
  sizeBytes?: number;
10372
10371
  tId?: string;
10373
10372
  };
10373
+ success?: false;
10374
10374
  agent?: {
10375
10375
  metadata?: Record<string, JsonValue$1>;
10376
10376
  type?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hol-org/rb-client",
3
- "version": "0.1.160",
3
+ "version": "0.1.162",
4
4
  "description": "Lightweight Registry Broker client for HOL registries.",
5
5
  "type": "module",
6
6
  "files": [