@hol-org/rb-client 0.1.158 → 0.1.159
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 +36 -36
- package/dist/index.d.ts +36 -36
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1557,9 +1557,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1557
1557
|
encryptedShare?: string;
|
|
1558
1558
|
}>, "many">;
|
|
1559
1559
|
}, "strip", z.ZodTypeAny, {
|
|
1560
|
+
nonce?: string;
|
|
1560
1561
|
algorithm?: string;
|
|
1561
1562
|
ciphertext?: string;
|
|
1562
|
-
nonce?: string;
|
|
1563
1563
|
associatedData?: string;
|
|
1564
1564
|
keyLocator?: {
|
|
1565
1565
|
sessionId?: string;
|
|
@@ -1573,9 +1573,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1573
1573
|
encryptedShare?: string;
|
|
1574
1574
|
}[];
|
|
1575
1575
|
}, {
|
|
1576
|
+
nonce?: string;
|
|
1576
1577
|
algorithm?: string;
|
|
1577
1578
|
ciphertext?: string;
|
|
1578
|
-
nonce?: string;
|
|
1579
1579
|
associatedData?: string;
|
|
1580
1580
|
keyLocator?: {
|
|
1581
1581
|
sessionId?: string;
|
|
@@ -1597,9 +1597,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1597
1597
|
role?: "agent" | "user";
|
|
1598
1598
|
messageId?: string;
|
|
1599
1599
|
cipherEnvelope?: {
|
|
1600
|
+
nonce?: string;
|
|
1600
1601
|
algorithm?: string;
|
|
1601
1602
|
ciphertext?: string;
|
|
1602
|
-
nonce?: string;
|
|
1603
1603
|
associatedData?: string;
|
|
1604
1604
|
keyLocator?: {
|
|
1605
1605
|
sessionId?: string;
|
|
@@ -1620,9 +1620,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1620
1620
|
role?: "agent" | "user";
|
|
1621
1621
|
messageId?: string;
|
|
1622
1622
|
cipherEnvelope?: {
|
|
1623
|
+
nonce?: string;
|
|
1623
1624
|
algorithm?: string;
|
|
1624
1625
|
ciphertext?: string;
|
|
1625
|
-
nonce?: string;
|
|
1626
1626
|
associatedData?: string;
|
|
1627
1627
|
keyLocator?: {
|
|
1628
1628
|
sessionId?: string;
|
|
@@ -1940,9 +1940,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1940
1940
|
role?: "agent" | "user";
|
|
1941
1941
|
messageId?: string;
|
|
1942
1942
|
cipherEnvelope?: {
|
|
1943
|
+
nonce?: string;
|
|
1943
1944
|
algorithm?: string;
|
|
1944
1945
|
ciphertext?: string;
|
|
1945
|
-
nonce?: string;
|
|
1946
1946
|
associatedData?: string;
|
|
1947
1947
|
keyLocator?: {
|
|
1948
1948
|
sessionId?: string;
|
|
@@ -2026,9 +2026,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
2026
2026
|
role?: "agent" | "user";
|
|
2027
2027
|
messageId?: string;
|
|
2028
2028
|
cipherEnvelope?: {
|
|
2029
|
+
nonce?: string;
|
|
2029
2030
|
algorithm?: string;
|
|
2030
2031
|
ciphertext?: string;
|
|
2031
|
-
nonce?: string;
|
|
2032
2032
|
associatedData?: string;
|
|
2033
2033
|
keyLocator?: {
|
|
2034
2034
|
sessionId?: string;
|
|
@@ -2145,9 +2145,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2145
2145
|
encryptedShare?: string;
|
|
2146
2146
|
}>, "many">;
|
|
2147
2147
|
}, "strip", z.ZodTypeAny, {
|
|
2148
|
+
nonce?: string;
|
|
2148
2149
|
algorithm?: string;
|
|
2149
2150
|
ciphertext?: string;
|
|
2150
|
-
nonce?: string;
|
|
2151
2151
|
associatedData?: string;
|
|
2152
2152
|
keyLocator?: {
|
|
2153
2153
|
sessionId?: string;
|
|
@@ -2161,9 +2161,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2161
2161
|
encryptedShare?: string;
|
|
2162
2162
|
}[];
|
|
2163
2163
|
}, {
|
|
2164
|
+
nonce?: string;
|
|
2164
2165
|
algorithm?: string;
|
|
2165
2166
|
ciphertext?: string;
|
|
2166
|
-
nonce?: string;
|
|
2167
2167
|
associatedData?: string;
|
|
2168
2168
|
keyLocator?: {
|
|
2169
2169
|
sessionId?: string;
|
|
@@ -2185,9 +2185,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2185
2185
|
role?: "agent" | "user";
|
|
2186
2186
|
messageId?: string;
|
|
2187
2187
|
cipherEnvelope?: {
|
|
2188
|
+
nonce?: string;
|
|
2188
2189
|
algorithm?: string;
|
|
2189
2190
|
ciphertext?: string;
|
|
2190
|
-
nonce?: string;
|
|
2191
2191
|
associatedData?: string;
|
|
2192
2192
|
keyLocator?: {
|
|
2193
2193
|
sessionId?: string;
|
|
@@ -2208,9 +2208,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2208
2208
|
role?: "agent" | "user";
|
|
2209
2209
|
messageId?: string;
|
|
2210
2210
|
cipherEnvelope?: {
|
|
2211
|
+
nonce?: string;
|
|
2211
2212
|
algorithm?: string;
|
|
2212
2213
|
ciphertext?: string;
|
|
2213
|
-
nonce?: string;
|
|
2214
2214
|
associatedData?: string;
|
|
2215
2215
|
keyLocator?: {
|
|
2216
2216
|
sessionId?: string;
|
|
@@ -2240,9 +2240,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2240
2240
|
role?: "agent" | "user";
|
|
2241
2241
|
messageId?: string;
|
|
2242
2242
|
cipherEnvelope?: {
|
|
2243
|
+
nonce?: string;
|
|
2243
2244
|
algorithm?: string;
|
|
2244
2245
|
ciphertext?: string;
|
|
2245
|
-
nonce?: string;
|
|
2246
2246
|
associatedData?: string;
|
|
2247
2247
|
keyLocator?: {
|
|
2248
2248
|
sessionId?: string;
|
|
@@ -2274,9 +2274,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2274
2274
|
role?: "agent" | "user";
|
|
2275
2275
|
messageId?: string;
|
|
2276
2276
|
cipherEnvelope?: {
|
|
2277
|
+
nonce?: string;
|
|
2277
2278
|
algorithm?: string;
|
|
2278
2279
|
ciphertext?: string;
|
|
2279
|
-
nonce?: string;
|
|
2280
2280
|
associatedData?: string;
|
|
2281
2281
|
keyLocator?: {
|
|
2282
2282
|
sessionId?: string;
|
|
@@ -2338,9 +2338,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2338
2338
|
encryptedShare?: string;
|
|
2339
2339
|
}>, "many">;
|
|
2340
2340
|
}, "strip", z.ZodTypeAny, {
|
|
2341
|
+
nonce?: string;
|
|
2341
2342
|
algorithm?: string;
|
|
2342
2343
|
ciphertext?: string;
|
|
2343
|
-
nonce?: string;
|
|
2344
2344
|
associatedData?: string;
|
|
2345
2345
|
keyLocator?: {
|
|
2346
2346
|
sessionId?: string;
|
|
@@ -2354,9 +2354,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2354
2354
|
encryptedShare?: string;
|
|
2355
2355
|
}[];
|
|
2356
2356
|
}, {
|
|
2357
|
+
nonce?: string;
|
|
2357
2358
|
algorithm?: string;
|
|
2358
2359
|
ciphertext?: string;
|
|
2359
|
-
nonce?: string;
|
|
2360
2360
|
associatedData?: string;
|
|
2361
2361
|
keyLocator?: {
|
|
2362
2362
|
sessionId?: string;
|
|
@@ -2378,9 +2378,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2378
2378
|
role?: "agent" | "user";
|
|
2379
2379
|
messageId?: string;
|
|
2380
2380
|
cipherEnvelope?: {
|
|
2381
|
+
nonce?: string;
|
|
2381
2382
|
algorithm?: string;
|
|
2382
2383
|
ciphertext?: string;
|
|
2383
|
-
nonce?: string;
|
|
2384
2384
|
associatedData?: string;
|
|
2385
2385
|
keyLocator?: {
|
|
2386
2386
|
sessionId?: string;
|
|
@@ -2401,9 +2401,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2401
2401
|
role?: "agent" | "user";
|
|
2402
2402
|
messageId?: string;
|
|
2403
2403
|
cipherEnvelope?: {
|
|
2404
|
+
nonce?: string;
|
|
2404
2405
|
algorithm?: string;
|
|
2405
2406
|
ciphertext?: string;
|
|
2406
|
-
nonce?: string;
|
|
2407
2407
|
associatedData?: string;
|
|
2408
2408
|
keyLocator?: {
|
|
2409
2409
|
sessionId?: string;
|
|
@@ -2428,9 +2428,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2428
2428
|
role?: "agent" | "user";
|
|
2429
2429
|
messageId?: string;
|
|
2430
2430
|
cipherEnvelope?: {
|
|
2431
|
+
nonce?: string;
|
|
2431
2432
|
algorithm?: string;
|
|
2432
2433
|
ciphertext?: string;
|
|
2433
|
-
nonce?: string;
|
|
2434
2434
|
associatedData?: string;
|
|
2435
2435
|
keyLocator?: {
|
|
2436
2436
|
sessionId?: string;
|
|
@@ -2455,9 +2455,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2455
2455
|
role?: "agent" | "user";
|
|
2456
2456
|
messageId?: string;
|
|
2457
2457
|
cipherEnvelope?: {
|
|
2458
|
+
nonce?: string;
|
|
2458
2459
|
algorithm?: string;
|
|
2459
2460
|
ciphertext?: string;
|
|
2460
|
-
nonce?: string;
|
|
2461
2461
|
associatedData?: string;
|
|
2462
2462
|
keyLocator?: {
|
|
2463
2463
|
sessionId?: string;
|
|
@@ -2516,9 +2516,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2516
2516
|
encryptedShare?: string;
|
|
2517
2517
|
}>, "many">;
|
|
2518
2518
|
}, "strip", z.ZodTypeAny, {
|
|
2519
|
+
nonce?: string;
|
|
2519
2520
|
algorithm?: string;
|
|
2520
2521
|
ciphertext?: string;
|
|
2521
|
-
nonce?: string;
|
|
2522
2522
|
associatedData?: string;
|
|
2523
2523
|
keyLocator?: {
|
|
2524
2524
|
sessionId?: string;
|
|
@@ -2532,9 +2532,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2532
2532
|
encryptedShare?: string;
|
|
2533
2533
|
}[];
|
|
2534
2534
|
}, {
|
|
2535
|
+
nonce?: string;
|
|
2535
2536
|
algorithm?: string;
|
|
2536
2537
|
ciphertext?: string;
|
|
2537
|
-
nonce?: string;
|
|
2538
2538
|
associatedData?: string;
|
|
2539
2539
|
keyLocator?: {
|
|
2540
2540
|
sessionId?: string;
|
|
@@ -2556,9 +2556,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2556
2556
|
role?: "agent" | "user";
|
|
2557
2557
|
messageId?: string;
|
|
2558
2558
|
cipherEnvelope?: {
|
|
2559
|
+
nonce?: string;
|
|
2559
2560
|
algorithm?: string;
|
|
2560
2561
|
ciphertext?: string;
|
|
2561
|
-
nonce?: string;
|
|
2562
2562
|
associatedData?: string;
|
|
2563
2563
|
keyLocator?: {
|
|
2564
2564
|
sessionId?: string;
|
|
@@ -2579,9 +2579,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2579
2579
|
role?: "agent" | "user";
|
|
2580
2580
|
messageId?: string;
|
|
2581
2581
|
cipherEnvelope?: {
|
|
2582
|
+
nonce?: string;
|
|
2582
2583
|
algorithm?: string;
|
|
2583
2584
|
ciphertext?: string;
|
|
2584
|
-
nonce?: string;
|
|
2585
2585
|
associatedData?: string;
|
|
2586
2586
|
keyLocator?: {
|
|
2587
2587
|
sessionId?: string;
|
|
@@ -2636,9 +2636,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2636
2636
|
encryptedShare?: string;
|
|
2637
2637
|
}>, "many">;
|
|
2638
2638
|
}, "strip", z.ZodTypeAny, {
|
|
2639
|
+
nonce?: string;
|
|
2639
2640
|
algorithm?: string;
|
|
2640
2641
|
ciphertext?: string;
|
|
2641
|
-
nonce?: string;
|
|
2642
2642
|
associatedData?: string;
|
|
2643
2643
|
keyLocator?: {
|
|
2644
2644
|
sessionId?: string;
|
|
@@ -2652,9 +2652,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2652
2652
|
encryptedShare?: string;
|
|
2653
2653
|
}[];
|
|
2654
2654
|
}, {
|
|
2655
|
+
nonce?: string;
|
|
2655
2656
|
algorithm?: string;
|
|
2656
2657
|
ciphertext?: string;
|
|
2657
|
-
nonce?: string;
|
|
2658
2658
|
associatedData?: string;
|
|
2659
2659
|
keyLocator?: {
|
|
2660
2660
|
sessionId?: string;
|
|
@@ -2676,9 +2676,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2676
2676
|
role?: "agent" | "user";
|
|
2677
2677
|
messageId?: string;
|
|
2678
2678
|
cipherEnvelope?: {
|
|
2679
|
+
nonce?: string;
|
|
2679
2680
|
algorithm?: string;
|
|
2680
2681
|
ciphertext?: string;
|
|
2681
|
-
nonce?: string;
|
|
2682
2682
|
associatedData?: string;
|
|
2683
2683
|
keyLocator?: {
|
|
2684
2684
|
sessionId?: string;
|
|
@@ -2699,9 +2699,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2699
2699
|
role?: "agent" | "user";
|
|
2700
2700
|
messageId?: string;
|
|
2701
2701
|
cipherEnvelope?: {
|
|
2702
|
+
nonce?: string;
|
|
2702
2703
|
algorithm?: string;
|
|
2703
2704
|
ciphertext?: string;
|
|
2704
|
-
nonce?: string;
|
|
2705
2705
|
associatedData?: string;
|
|
2706
2706
|
keyLocator?: {
|
|
2707
2707
|
sessionId?: string;
|
|
@@ -2756,9 +2756,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2756
2756
|
encryptedShare?: string;
|
|
2757
2757
|
}>, "many">;
|
|
2758
2758
|
}, "strip", z.ZodTypeAny, {
|
|
2759
|
+
nonce?: string;
|
|
2759
2760
|
algorithm?: string;
|
|
2760
2761
|
ciphertext?: string;
|
|
2761
|
-
nonce?: string;
|
|
2762
2762
|
associatedData?: string;
|
|
2763
2763
|
keyLocator?: {
|
|
2764
2764
|
sessionId?: string;
|
|
@@ -2772,9 +2772,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2772
2772
|
encryptedShare?: string;
|
|
2773
2773
|
}[];
|
|
2774
2774
|
}, {
|
|
2775
|
+
nonce?: string;
|
|
2775
2776
|
algorithm?: string;
|
|
2776
2777
|
ciphertext?: string;
|
|
2777
|
-
nonce?: string;
|
|
2778
2778
|
associatedData?: string;
|
|
2779
2779
|
keyLocator?: {
|
|
2780
2780
|
sessionId?: string;
|
|
@@ -2796,9 +2796,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2796
2796
|
role?: "agent" | "user";
|
|
2797
2797
|
messageId?: string;
|
|
2798
2798
|
cipherEnvelope?: {
|
|
2799
|
+
nonce?: string;
|
|
2799
2800
|
algorithm?: string;
|
|
2800
2801
|
ciphertext?: string;
|
|
2801
|
-
nonce?: string;
|
|
2802
2802
|
associatedData?: string;
|
|
2803
2803
|
keyLocator?: {
|
|
2804
2804
|
sessionId?: string;
|
|
@@ -2819,9 +2819,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2819
2819
|
role?: "agent" | "user";
|
|
2820
2820
|
messageId?: string;
|
|
2821
2821
|
cipherEnvelope?: {
|
|
2822
|
+
nonce?: string;
|
|
2822
2823
|
algorithm?: string;
|
|
2823
2824
|
ciphertext?: string;
|
|
2824
|
-
nonce?: string;
|
|
2825
2825
|
associatedData?: string;
|
|
2826
2826
|
keyLocator?: {
|
|
2827
2827
|
sessionId?: string;
|
|
@@ -2849,9 +2849,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2849
2849
|
role?: "agent" | "user";
|
|
2850
2850
|
messageId?: string;
|
|
2851
2851
|
cipherEnvelope?: {
|
|
2852
|
+
nonce?: string;
|
|
2852
2853
|
algorithm?: string;
|
|
2853
2854
|
ciphertext?: string;
|
|
2854
|
-
nonce?: string;
|
|
2855
2855
|
associatedData?: string;
|
|
2856
2856
|
keyLocator?: {
|
|
2857
2857
|
sessionId?: string;
|
|
@@ -2874,9 +2874,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2874
2874
|
role?: "agent" | "user";
|
|
2875
2875
|
messageId?: string;
|
|
2876
2876
|
cipherEnvelope?: {
|
|
2877
|
+
nonce?: string;
|
|
2877
2878
|
algorithm?: string;
|
|
2878
2879
|
ciphertext?: string;
|
|
2879
|
-
nonce?: string;
|
|
2880
2880
|
associatedData?: string;
|
|
2881
2881
|
keyLocator?: {
|
|
2882
2882
|
sessionId?: string;
|
|
@@ -2898,9 +2898,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2898
2898
|
role?: "agent" | "user";
|
|
2899
2899
|
messageId?: string;
|
|
2900
2900
|
cipherEnvelope?: {
|
|
2901
|
+
nonce?: string;
|
|
2901
2902
|
algorithm?: string;
|
|
2902
2903
|
ciphertext?: string;
|
|
2903
|
-
nonce?: string;
|
|
2904
2904
|
associatedData?: string;
|
|
2905
2905
|
keyLocator?: {
|
|
2906
2906
|
sessionId?: string;
|
|
@@ -2926,9 +2926,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2926
2926
|
role?: "agent" | "user";
|
|
2927
2927
|
messageId?: string;
|
|
2928
2928
|
cipherEnvelope?: {
|
|
2929
|
+
nonce?: string;
|
|
2929
2930
|
algorithm?: string;
|
|
2930
2931
|
ciphertext?: string;
|
|
2931
|
-
nonce?: string;
|
|
2932
2932
|
associatedData?: string;
|
|
2933
2933
|
keyLocator?: {
|
|
2934
2934
|
sessionId?: string;
|
|
@@ -2951,9 +2951,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2951
2951
|
role?: "agent" | "user";
|
|
2952
2952
|
messageId?: string;
|
|
2953
2953
|
cipherEnvelope?: {
|
|
2954
|
+
nonce?: string;
|
|
2954
2955
|
algorithm?: string;
|
|
2955
2956
|
ciphertext?: string;
|
|
2956
|
-
nonce?: string;
|
|
2957
2957
|
associatedData?: string;
|
|
2958
2958
|
keyLocator?: {
|
|
2959
2959
|
sessionId?: string;
|
|
@@ -2975,9 +2975,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2975
2975
|
role?: "agent" | "user";
|
|
2976
2976
|
messageId?: string;
|
|
2977
2977
|
cipherEnvelope?: {
|
|
2978
|
+
nonce?: string;
|
|
2978
2979
|
algorithm?: string;
|
|
2979
2980
|
ciphertext?: string;
|
|
2980
|
-
nonce?: string;
|
|
2981
2981
|
associatedData?: string;
|
|
2982
2982
|
keyLocator?: {
|
|
2983
2983
|
sessionId?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1557,9 +1557,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1557
1557
|
encryptedShare?: string;
|
|
1558
1558
|
}>, "many">;
|
|
1559
1559
|
}, "strip", z.ZodTypeAny, {
|
|
1560
|
+
nonce?: string;
|
|
1560
1561
|
algorithm?: string;
|
|
1561
1562
|
ciphertext?: string;
|
|
1562
|
-
nonce?: string;
|
|
1563
1563
|
associatedData?: string;
|
|
1564
1564
|
keyLocator?: {
|
|
1565
1565
|
sessionId?: string;
|
|
@@ -1573,9 +1573,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1573
1573
|
encryptedShare?: string;
|
|
1574
1574
|
}[];
|
|
1575
1575
|
}, {
|
|
1576
|
+
nonce?: string;
|
|
1576
1577
|
algorithm?: string;
|
|
1577
1578
|
ciphertext?: string;
|
|
1578
|
-
nonce?: string;
|
|
1579
1579
|
associatedData?: string;
|
|
1580
1580
|
keyLocator?: {
|
|
1581
1581
|
sessionId?: string;
|
|
@@ -1597,9 +1597,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1597
1597
|
role?: "agent" | "user";
|
|
1598
1598
|
messageId?: string;
|
|
1599
1599
|
cipherEnvelope?: {
|
|
1600
|
+
nonce?: string;
|
|
1600
1601
|
algorithm?: string;
|
|
1601
1602
|
ciphertext?: string;
|
|
1602
|
-
nonce?: string;
|
|
1603
1603
|
associatedData?: string;
|
|
1604
1604
|
keyLocator?: {
|
|
1605
1605
|
sessionId?: string;
|
|
@@ -1620,9 +1620,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1620
1620
|
role?: "agent" | "user";
|
|
1621
1621
|
messageId?: string;
|
|
1622
1622
|
cipherEnvelope?: {
|
|
1623
|
+
nonce?: string;
|
|
1623
1624
|
algorithm?: string;
|
|
1624
1625
|
ciphertext?: string;
|
|
1625
|
-
nonce?: string;
|
|
1626
1626
|
associatedData?: string;
|
|
1627
1627
|
keyLocator?: {
|
|
1628
1628
|
sessionId?: string;
|
|
@@ -1940,9 +1940,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
1940
1940
|
role?: "agent" | "user";
|
|
1941
1941
|
messageId?: string;
|
|
1942
1942
|
cipherEnvelope?: {
|
|
1943
|
+
nonce?: string;
|
|
1943
1944
|
algorithm?: string;
|
|
1944
1945
|
ciphertext?: string;
|
|
1945
|
-
nonce?: string;
|
|
1946
1946
|
associatedData?: string;
|
|
1947
1947
|
keyLocator?: {
|
|
1948
1948
|
sessionId?: string;
|
|
@@ -2026,9 +2026,9 @@ declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
2026
2026
|
role?: "agent" | "user";
|
|
2027
2027
|
messageId?: string;
|
|
2028
2028
|
cipherEnvelope?: {
|
|
2029
|
+
nonce?: string;
|
|
2029
2030
|
algorithm?: string;
|
|
2030
2031
|
ciphertext?: string;
|
|
2031
|
-
nonce?: string;
|
|
2032
2032
|
associatedData?: string;
|
|
2033
2033
|
keyLocator?: {
|
|
2034
2034
|
sessionId?: string;
|
|
@@ -2145,9 +2145,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2145
2145
|
encryptedShare?: string;
|
|
2146
2146
|
}>, "many">;
|
|
2147
2147
|
}, "strip", z.ZodTypeAny, {
|
|
2148
|
+
nonce?: string;
|
|
2148
2149
|
algorithm?: string;
|
|
2149
2150
|
ciphertext?: string;
|
|
2150
|
-
nonce?: string;
|
|
2151
2151
|
associatedData?: string;
|
|
2152
2152
|
keyLocator?: {
|
|
2153
2153
|
sessionId?: string;
|
|
@@ -2161,9 +2161,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2161
2161
|
encryptedShare?: string;
|
|
2162
2162
|
}[];
|
|
2163
2163
|
}, {
|
|
2164
|
+
nonce?: string;
|
|
2164
2165
|
algorithm?: string;
|
|
2165
2166
|
ciphertext?: string;
|
|
2166
|
-
nonce?: string;
|
|
2167
2167
|
associatedData?: string;
|
|
2168
2168
|
keyLocator?: {
|
|
2169
2169
|
sessionId?: string;
|
|
@@ -2185,9 +2185,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2185
2185
|
role?: "agent" | "user";
|
|
2186
2186
|
messageId?: string;
|
|
2187
2187
|
cipherEnvelope?: {
|
|
2188
|
+
nonce?: string;
|
|
2188
2189
|
algorithm?: string;
|
|
2189
2190
|
ciphertext?: string;
|
|
2190
|
-
nonce?: string;
|
|
2191
2191
|
associatedData?: string;
|
|
2192
2192
|
keyLocator?: {
|
|
2193
2193
|
sessionId?: string;
|
|
@@ -2208,9 +2208,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2208
2208
|
role?: "agent" | "user";
|
|
2209
2209
|
messageId?: string;
|
|
2210
2210
|
cipherEnvelope?: {
|
|
2211
|
+
nonce?: string;
|
|
2211
2212
|
algorithm?: string;
|
|
2212
2213
|
ciphertext?: string;
|
|
2213
|
-
nonce?: string;
|
|
2214
2214
|
associatedData?: string;
|
|
2215
2215
|
keyLocator?: {
|
|
2216
2216
|
sessionId?: string;
|
|
@@ -2240,9 +2240,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2240
2240
|
role?: "agent" | "user";
|
|
2241
2241
|
messageId?: string;
|
|
2242
2242
|
cipherEnvelope?: {
|
|
2243
|
+
nonce?: string;
|
|
2243
2244
|
algorithm?: string;
|
|
2244
2245
|
ciphertext?: string;
|
|
2245
|
-
nonce?: string;
|
|
2246
2246
|
associatedData?: string;
|
|
2247
2247
|
keyLocator?: {
|
|
2248
2248
|
sessionId?: string;
|
|
@@ -2274,9 +2274,9 @@ declare const sendMessageResponseSchema: z.ZodObject<{
|
|
|
2274
2274
|
role?: "agent" | "user";
|
|
2275
2275
|
messageId?: string;
|
|
2276
2276
|
cipherEnvelope?: {
|
|
2277
|
+
nonce?: string;
|
|
2277
2278
|
algorithm?: string;
|
|
2278
2279
|
ciphertext?: string;
|
|
2279
|
-
nonce?: string;
|
|
2280
2280
|
associatedData?: string;
|
|
2281
2281
|
keyLocator?: {
|
|
2282
2282
|
sessionId?: string;
|
|
@@ -2338,9 +2338,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2338
2338
|
encryptedShare?: string;
|
|
2339
2339
|
}>, "many">;
|
|
2340
2340
|
}, "strip", z.ZodTypeAny, {
|
|
2341
|
+
nonce?: string;
|
|
2341
2342
|
algorithm?: string;
|
|
2342
2343
|
ciphertext?: string;
|
|
2343
|
-
nonce?: string;
|
|
2344
2344
|
associatedData?: string;
|
|
2345
2345
|
keyLocator?: {
|
|
2346
2346
|
sessionId?: string;
|
|
@@ -2354,9 +2354,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2354
2354
|
encryptedShare?: string;
|
|
2355
2355
|
}[];
|
|
2356
2356
|
}, {
|
|
2357
|
+
nonce?: string;
|
|
2357
2358
|
algorithm?: string;
|
|
2358
2359
|
ciphertext?: string;
|
|
2359
|
-
nonce?: string;
|
|
2360
2360
|
associatedData?: string;
|
|
2361
2361
|
keyLocator?: {
|
|
2362
2362
|
sessionId?: string;
|
|
@@ -2378,9 +2378,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2378
2378
|
role?: "agent" | "user";
|
|
2379
2379
|
messageId?: string;
|
|
2380
2380
|
cipherEnvelope?: {
|
|
2381
|
+
nonce?: string;
|
|
2381
2382
|
algorithm?: string;
|
|
2382
2383
|
ciphertext?: string;
|
|
2383
|
-
nonce?: string;
|
|
2384
2384
|
associatedData?: string;
|
|
2385
2385
|
keyLocator?: {
|
|
2386
2386
|
sessionId?: string;
|
|
@@ -2401,9 +2401,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2401
2401
|
role?: "agent" | "user";
|
|
2402
2402
|
messageId?: string;
|
|
2403
2403
|
cipherEnvelope?: {
|
|
2404
|
+
nonce?: string;
|
|
2404
2405
|
algorithm?: string;
|
|
2405
2406
|
ciphertext?: string;
|
|
2406
|
-
nonce?: string;
|
|
2407
2407
|
associatedData?: string;
|
|
2408
2408
|
keyLocator?: {
|
|
2409
2409
|
sessionId?: string;
|
|
@@ -2428,9 +2428,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2428
2428
|
role?: "agent" | "user";
|
|
2429
2429
|
messageId?: string;
|
|
2430
2430
|
cipherEnvelope?: {
|
|
2431
|
+
nonce?: string;
|
|
2431
2432
|
algorithm?: string;
|
|
2432
2433
|
ciphertext?: string;
|
|
2433
|
-
nonce?: string;
|
|
2434
2434
|
associatedData?: string;
|
|
2435
2435
|
keyLocator?: {
|
|
2436
2436
|
sessionId?: string;
|
|
@@ -2455,9 +2455,9 @@ declare const chatHistorySnapshotResponseSchema: z.ZodObject<{
|
|
|
2455
2455
|
role?: "agent" | "user";
|
|
2456
2456
|
messageId?: string;
|
|
2457
2457
|
cipherEnvelope?: {
|
|
2458
|
+
nonce?: string;
|
|
2458
2459
|
algorithm?: string;
|
|
2459
2460
|
ciphertext?: string;
|
|
2460
|
-
nonce?: string;
|
|
2461
2461
|
associatedData?: string;
|
|
2462
2462
|
keyLocator?: {
|
|
2463
2463
|
sessionId?: string;
|
|
@@ -2516,9 +2516,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2516
2516
|
encryptedShare?: string;
|
|
2517
2517
|
}>, "many">;
|
|
2518
2518
|
}, "strip", z.ZodTypeAny, {
|
|
2519
|
+
nonce?: string;
|
|
2519
2520
|
algorithm?: string;
|
|
2520
2521
|
ciphertext?: string;
|
|
2521
|
-
nonce?: string;
|
|
2522
2522
|
associatedData?: string;
|
|
2523
2523
|
keyLocator?: {
|
|
2524
2524
|
sessionId?: string;
|
|
@@ -2532,9 +2532,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2532
2532
|
encryptedShare?: string;
|
|
2533
2533
|
}[];
|
|
2534
2534
|
}, {
|
|
2535
|
+
nonce?: string;
|
|
2535
2536
|
algorithm?: string;
|
|
2536
2537
|
ciphertext?: string;
|
|
2537
|
-
nonce?: string;
|
|
2538
2538
|
associatedData?: string;
|
|
2539
2539
|
keyLocator?: {
|
|
2540
2540
|
sessionId?: string;
|
|
@@ -2556,9 +2556,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2556
2556
|
role?: "agent" | "user";
|
|
2557
2557
|
messageId?: string;
|
|
2558
2558
|
cipherEnvelope?: {
|
|
2559
|
+
nonce?: string;
|
|
2559
2560
|
algorithm?: string;
|
|
2560
2561
|
ciphertext?: string;
|
|
2561
|
-
nonce?: string;
|
|
2562
2562
|
associatedData?: string;
|
|
2563
2563
|
keyLocator?: {
|
|
2564
2564
|
sessionId?: string;
|
|
@@ -2579,9 +2579,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2579
2579
|
role?: "agent" | "user";
|
|
2580
2580
|
messageId?: string;
|
|
2581
2581
|
cipherEnvelope?: {
|
|
2582
|
+
nonce?: string;
|
|
2582
2583
|
algorithm?: string;
|
|
2583
2584
|
ciphertext?: string;
|
|
2584
|
-
nonce?: string;
|
|
2585
2585
|
associatedData?: string;
|
|
2586
2586
|
keyLocator?: {
|
|
2587
2587
|
sessionId?: string;
|
|
@@ -2636,9 +2636,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2636
2636
|
encryptedShare?: string;
|
|
2637
2637
|
}>, "many">;
|
|
2638
2638
|
}, "strip", z.ZodTypeAny, {
|
|
2639
|
+
nonce?: string;
|
|
2639
2640
|
algorithm?: string;
|
|
2640
2641
|
ciphertext?: string;
|
|
2641
|
-
nonce?: string;
|
|
2642
2642
|
associatedData?: string;
|
|
2643
2643
|
keyLocator?: {
|
|
2644
2644
|
sessionId?: string;
|
|
@@ -2652,9 +2652,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2652
2652
|
encryptedShare?: string;
|
|
2653
2653
|
}[];
|
|
2654
2654
|
}, {
|
|
2655
|
+
nonce?: string;
|
|
2655
2656
|
algorithm?: string;
|
|
2656
2657
|
ciphertext?: string;
|
|
2657
|
-
nonce?: string;
|
|
2658
2658
|
associatedData?: string;
|
|
2659
2659
|
keyLocator?: {
|
|
2660
2660
|
sessionId?: string;
|
|
@@ -2676,9 +2676,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2676
2676
|
role?: "agent" | "user";
|
|
2677
2677
|
messageId?: string;
|
|
2678
2678
|
cipherEnvelope?: {
|
|
2679
|
+
nonce?: string;
|
|
2679
2680
|
algorithm?: string;
|
|
2680
2681
|
ciphertext?: string;
|
|
2681
|
-
nonce?: string;
|
|
2682
2682
|
associatedData?: string;
|
|
2683
2683
|
keyLocator?: {
|
|
2684
2684
|
sessionId?: string;
|
|
@@ -2699,9 +2699,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2699
2699
|
role?: "agent" | "user";
|
|
2700
2700
|
messageId?: string;
|
|
2701
2701
|
cipherEnvelope?: {
|
|
2702
|
+
nonce?: string;
|
|
2702
2703
|
algorithm?: string;
|
|
2703
2704
|
ciphertext?: string;
|
|
2704
|
-
nonce?: string;
|
|
2705
2705
|
associatedData?: string;
|
|
2706
2706
|
keyLocator?: {
|
|
2707
2707
|
sessionId?: string;
|
|
@@ -2756,9 +2756,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2756
2756
|
encryptedShare?: string;
|
|
2757
2757
|
}>, "many">;
|
|
2758
2758
|
}, "strip", z.ZodTypeAny, {
|
|
2759
|
+
nonce?: string;
|
|
2759
2760
|
algorithm?: string;
|
|
2760
2761
|
ciphertext?: string;
|
|
2761
|
-
nonce?: string;
|
|
2762
2762
|
associatedData?: string;
|
|
2763
2763
|
keyLocator?: {
|
|
2764
2764
|
sessionId?: string;
|
|
@@ -2772,9 +2772,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2772
2772
|
encryptedShare?: string;
|
|
2773
2773
|
}[];
|
|
2774
2774
|
}, {
|
|
2775
|
+
nonce?: string;
|
|
2775
2776
|
algorithm?: string;
|
|
2776
2777
|
ciphertext?: string;
|
|
2777
|
-
nonce?: string;
|
|
2778
2778
|
associatedData?: string;
|
|
2779
2779
|
keyLocator?: {
|
|
2780
2780
|
sessionId?: string;
|
|
@@ -2796,9 +2796,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2796
2796
|
role?: "agent" | "user";
|
|
2797
2797
|
messageId?: string;
|
|
2798
2798
|
cipherEnvelope?: {
|
|
2799
|
+
nonce?: string;
|
|
2799
2800
|
algorithm?: string;
|
|
2800
2801
|
ciphertext?: string;
|
|
2801
|
-
nonce?: string;
|
|
2802
2802
|
associatedData?: string;
|
|
2803
2803
|
keyLocator?: {
|
|
2804
2804
|
sessionId?: string;
|
|
@@ -2819,9 +2819,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2819
2819
|
role?: "agent" | "user";
|
|
2820
2820
|
messageId?: string;
|
|
2821
2821
|
cipherEnvelope?: {
|
|
2822
|
+
nonce?: string;
|
|
2822
2823
|
algorithm?: string;
|
|
2823
2824
|
ciphertext?: string;
|
|
2824
|
-
nonce?: string;
|
|
2825
2825
|
associatedData?: string;
|
|
2826
2826
|
keyLocator?: {
|
|
2827
2827
|
sessionId?: string;
|
|
@@ -2849,9 +2849,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2849
2849
|
role?: "agent" | "user";
|
|
2850
2850
|
messageId?: string;
|
|
2851
2851
|
cipherEnvelope?: {
|
|
2852
|
+
nonce?: string;
|
|
2852
2853
|
algorithm?: string;
|
|
2853
2854
|
ciphertext?: string;
|
|
2854
|
-
nonce?: string;
|
|
2855
2855
|
associatedData?: string;
|
|
2856
2856
|
keyLocator?: {
|
|
2857
2857
|
sessionId?: string;
|
|
@@ -2874,9 +2874,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2874
2874
|
role?: "agent" | "user";
|
|
2875
2875
|
messageId?: string;
|
|
2876
2876
|
cipherEnvelope?: {
|
|
2877
|
+
nonce?: string;
|
|
2877
2878
|
algorithm?: string;
|
|
2878
2879
|
ciphertext?: string;
|
|
2879
|
-
nonce?: string;
|
|
2880
2880
|
associatedData?: string;
|
|
2881
2881
|
keyLocator?: {
|
|
2882
2882
|
sessionId?: string;
|
|
@@ -2898,9 +2898,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2898
2898
|
role?: "agent" | "user";
|
|
2899
2899
|
messageId?: string;
|
|
2900
2900
|
cipherEnvelope?: {
|
|
2901
|
+
nonce?: string;
|
|
2901
2902
|
algorithm?: string;
|
|
2902
2903
|
ciphertext?: string;
|
|
2903
|
-
nonce?: string;
|
|
2904
2904
|
associatedData?: string;
|
|
2905
2905
|
keyLocator?: {
|
|
2906
2906
|
sessionId?: string;
|
|
@@ -2926,9 +2926,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2926
2926
|
role?: "agent" | "user";
|
|
2927
2927
|
messageId?: string;
|
|
2928
2928
|
cipherEnvelope?: {
|
|
2929
|
+
nonce?: string;
|
|
2929
2930
|
algorithm?: string;
|
|
2930
2931
|
ciphertext?: string;
|
|
2931
|
-
nonce?: string;
|
|
2932
2932
|
associatedData?: string;
|
|
2933
2933
|
keyLocator?: {
|
|
2934
2934
|
sessionId?: string;
|
|
@@ -2951,9 +2951,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2951
2951
|
role?: "agent" | "user";
|
|
2952
2952
|
messageId?: string;
|
|
2953
2953
|
cipherEnvelope?: {
|
|
2954
|
+
nonce?: string;
|
|
2954
2955
|
algorithm?: string;
|
|
2955
2956
|
ciphertext?: string;
|
|
2956
|
-
nonce?: string;
|
|
2957
2957
|
associatedData?: string;
|
|
2958
2958
|
keyLocator?: {
|
|
2959
2959
|
sessionId?: string;
|
|
@@ -2975,9 +2975,9 @@ declare const chatHistoryCompactionResponseSchema: z.ZodObject<{
|
|
|
2975
2975
|
role?: "agent" | "user";
|
|
2976
2976
|
messageId?: string;
|
|
2977
2977
|
cipherEnvelope?: {
|
|
2978
|
+
nonce?: string;
|
|
2978
2979
|
algorithm?: string;
|
|
2979
2980
|
ciphertext?: string;
|
|
2980
|
-
nonce?: string;
|
|
2981
2981
|
associatedData?: string;
|
|
2982
2982
|
keyLocator?: {
|
|
2983
2983
|
sessionId?: string;
|