@hol-org/rb-client 0.1.160 → 0.1.161
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 +12 -12
- package/dist/index.d.ts +12 -12
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -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
|
@@ -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;
|