happy-imou-cloud 2.1.37 → 2.1.39
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/{BaseReasoningProcessor-Do2r_eVW.cjs → BaseReasoningProcessor-BUTolvO5.cjs} +2 -2
- package/dist/{BaseReasoningProcessor-CotgApeZ.mjs → BaseReasoningProcessor-Cbp6sIDm.mjs} +2 -2
- package/dist/{ProviderSelectionHandler-CywTx_Df.cjs → ProviderSelectionHandler-B22eXuym.cjs} +2 -2
- package/dist/{ProviderSelectionHandler-CCsorkyV.mjs → ProviderSelectionHandler-DrSgStLw.mjs} +2 -2
- package/dist/{api-CexMNqai.cjs → api-BoeZDGwx.cjs} +121 -1
- package/dist/{api-CMJhY7of.mjs → api-wcqkneTg.mjs} +121 -2
- package/dist/{command-Ct7Eeo2F.cjs → command-CkYq_KwA.cjs} +2 -2
- package/dist/{command-C2YB2hE-.mjs → command-DcgK0y3F.mjs} +2 -2
- package/dist/{index-4t8rMnvz.mjs → index-B9mt95QV.mjs} +201 -39
- package/dist/{index-CQ2Yq72y.cjs → index-Cgor8CE7.cjs} +204 -42
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/lib.cjs +1 -1
- package/dist/lib.d.cts +94 -36
- package/dist/lib.d.mts +94 -36
- package/dist/lib.mjs +1 -1
- package/dist/{registerKillSessionHandler-CLFQ8bQP.mjs → registerKillSessionHandler-Buc97BEh.mjs} +246 -10
- package/dist/{registerKillSessionHandler-C1PIogKI.cjs → registerKillSessionHandler-DtXhn2Cd.cjs} +249 -9
- package/dist/{runClaude-BiFuU4AP.mjs → runClaude-BYKNCDEU.mjs} +58 -20
- package/dist/{runClaude-L4G4BbIJ.cjs → runClaude-CwXQwmgw.cjs} +58 -20
- package/dist/{runCodex-CaUoS6E4.cjs → runCodex-BkB_YKhV.cjs} +58 -10
- package/dist/{runCodex-C0wjgp2b.mjs → runCodex-DqAddhDE.mjs} +58 -10
- package/dist/{runGemini-DxQX5VhV.mjs → runGemini-3jkfOtlr.mjs} +79 -11
- package/dist/{runGemini-DhYi_crP.cjs → runGemini-B4uXPrue.cjs} +79 -11
- package/package.json +1 -1
package/dist/lib.d.cts
CHANGED
|
@@ -650,6 +650,40 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
650
650
|
flavor?: string | null | undefined;
|
|
651
651
|
happySessionId?: string | null | undefined;
|
|
652
652
|
}>>>;
|
|
653
|
+
startupBinding: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
654
|
+
organizationRootPath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
655
|
+
source: z.ZodOptional<z.ZodNullable<z.ZodEnum<["position-home", "legacy-agent-home"]>>>;
|
|
656
|
+
expectedHomePath: z.ZodString;
|
|
657
|
+
resolvedHomePath: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
658
|
+
expectedHomeAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
659
|
+
resolvedHomeAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
660
|
+
expectedHomeRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
661
|
+
resolvedHomeRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
662
|
+
startupBindingStatus: z.ZodEnum<["valid", "invalid"]>;
|
|
663
|
+
startupBindingFailureReason: z.ZodOptional<z.ZodNullable<z.ZodEnum<["startup_home_mismatch", "startup_binding_invalid"]>>>;
|
|
664
|
+
}, "strip", z.ZodTypeAny, {
|
|
665
|
+
expectedHomePath: string;
|
|
666
|
+
startupBindingStatus: "valid" | "invalid";
|
|
667
|
+
organizationRootPath?: string | null | undefined;
|
|
668
|
+
source?: "position-home" | "legacy-agent-home" | null | undefined;
|
|
669
|
+
resolvedHomePath?: string | null | undefined;
|
|
670
|
+
expectedHomeAgentId?: string | null | undefined;
|
|
671
|
+
resolvedHomeAgentId?: string | null | undefined;
|
|
672
|
+
expectedHomeRole?: string | null | undefined;
|
|
673
|
+
resolvedHomeRole?: string | null | undefined;
|
|
674
|
+
startupBindingFailureReason?: "startup_home_mismatch" | "startup_binding_invalid" | null | undefined;
|
|
675
|
+
}, {
|
|
676
|
+
expectedHomePath: string;
|
|
677
|
+
startupBindingStatus: "valid" | "invalid";
|
|
678
|
+
organizationRootPath?: string | null | undefined;
|
|
679
|
+
source?: "position-home" | "legacy-agent-home" | null | undefined;
|
|
680
|
+
resolvedHomePath?: string | null | undefined;
|
|
681
|
+
expectedHomeAgentId?: string | null | undefined;
|
|
682
|
+
resolvedHomeAgentId?: string | null | undefined;
|
|
683
|
+
expectedHomeRole?: string | null | undefined;
|
|
684
|
+
resolvedHomeRole?: string | null | undefined;
|
|
685
|
+
startupBindingFailureReason?: "startup_home_mismatch" | "startup_binding_invalid" | null | undefined;
|
|
686
|
+
}>>>;
|
|
653
687
|
repeat: z.ZodOptional<z.ZodObject<{
|
|
654
688
|
threshold: z.ZodNumber;
|
|
655
689
|
fingerprints: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -914,6 +948,18 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
914
948
|
goldenRouteId?: string | null | undefined;
|
|
915
949
|
ackVersion?: string | null | undefined;
|
|
916
950
|
}> | undefined;
|
|
951
|
+
startupBinding?: {
|
|
952
|
+
expectedHomePath: string;
|
|
953
|
+
startupBindingStatus: "valid" | "invalid";
|
|
954
|
+
organizationRootPath?: string | null | undefined;
|
|
955
|
+
source?: "position-home" | "legacy-agent-home" | null | undefined;
|
|
956
|
+
resolvedHomePath?: string | null | undefined;
|
|
957
|
+
expectedHomeAgentId?: string | null | undefined;
|
|
958
|
+
resolvedHomeAgentId?: string | null | undefined;
|
|
959
|
+
expectedHomeRole?: string | null | undefined;
|
|
960
|
+
resolvedHomeRole?: string | null | undefined;
|
|
961
|
+
startupBindingFailureReason?: "startup_home_mismatch" | "startup_binding_invalid" | null | undefined;
|
|
962
|
+
} | null | undefined;
|
|
917
963
|
repeat?: {
|
|
918
964
|
threshold: number;
|
|
919
965
|
fingerprints: Record<string, {
|
|
@@ -1031,6 +1077,18 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
1031
1077
|
goldenRouteId?: string | null | undefined;
|
|
1032
1078
|
ackVersion?: string | null | undefined;
|
|
1033
1079
|
}> | undefined;
|
|
1080
|
+
startupBinding?: {
|
|
1081
|
+
expectedHomePath: string;
|
|
1082
|
+
startupBindingStatus: "valid" | "invalid";
|
|
1083
|
+
organizationRootPath?: string | null | undefined;
|
|
1084
|
+
source?: "position-home" | "legacy-agent-home" | null | undefined;
|
|
1085
|
+
resolvedHomePath?: string | null | undefined;
|
|
1086
|
+
expectedHomeAgentId?: string | null | undefined;
|
|
1087
|
+
resolvedHomeAgentId?: string | null | undefined;
|
|
1088
|
+
expectedHomeRole?: string | null | undefined;
|
|
1089
|
+
resolvedHomeRole?: string | null | undefined;
|
|
1090
|
+
startupBindingFailureReason?: "startup_home_mismatch" | "startup_binding_invalid" | null | undefined;
|
|
1091
|
+
} | null | undefined;
|
|
1034
1092
|
repeat?: {
|
|
1035
1093
|
threshold: number;
|
|
1036
1094
|
fingerprints: Record<string, {
|
|
@@ -1194,19 +1252,19 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1194
1252
|
flavor?: string | null | undefined;
|
|
1195
1253
|
}>>>;
|
|
1196
1254
|
}, "strip", z.ZodTypeAny, {
|
|
1197
|
-
id: string;
|
|
1198
1255
|
t: "new-session";
|
|
1256
|
+
id: string;
|
|
1199
1257
|
seq: number;
|
|
1200
1258
|
metadata: string;
|
|
1201
1259
|
metadataVersion: number;
|
|
1202
1260
|
agentState: string | null;
|
|
1203
1261
|
agentStateVersion: number;
|
|
1204
|
-
createdAt?: number | undefined;
|
|
1205
|
-
updatedAt?: number | undefined;
|
|
1206
1262
|
title?: string | null | undefined;
|
|
1207
1263
|
dataEncryptionKey?: string | null | undefined;
|
|
1208
1264
|
active?: boolean | undefined;
|
|
1209
1265
|
activeAt?: number | undefined;
|
|
1266
|
+
createdAt?: number | undefined;
|
|
1267
|
+
updatedAt?: number | undefined;
|
|
1210
1268
|
sessionIndex?: {
|
|
1211
1269
|
machineId?: string | null | undefined;
|
|
1212
1270
|
hostPid?: number | null | undefined;
|
|
@@ -1215,19 +1273,19 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1215
1273
|
flavor?: string | null | undefined;
|
|
1216
1274
|
} | null | undefined;
|
|
1217
1275
|
}, {
|
|
1218
|
-
id: string;
|
|
1219
1276
|
t: "new-session";
|
|
1277
|
+
id: string;
|
|
1220
1278
|
seq: number;
|
|
1221
1279
|
metadata: string;
|
|
1222
1280
|
metadataVersion: number;
|
|
1223
1281
|
agentState: string | null;
|
|
1224
1282
|
agentStateVersion: number;
|
|
1225
|
-
createdAt?: number | undefined;
|
|
1226
|
-
updatedAt?: number | undefined;
|
|
1227
1283
|
title?: string | null | undefined;
|
|
1228
1284
|
dataEncryptionKey?: string | null | undefined;
|
|
1229
1285
|
active?: boolean | undefined;
|
|
1230
1286
|
activeAt?: number | undefined;
|
|
1287
|
+
createdAt?: number | undefined;
|
|
1288
|
+
updatedAt?: number | undefined;
|
|
1231
1289
|
sessionIndex?: {
|
|
1232
1290
|
machineId?: string | null | undefined;
|
|
1233
1291
|
hostPid?: number | null | undefined;
|
|
@@ -1472,22 +1530,22 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1472
1530
|
createdAt: z.ZodNumber;
|
|
1473
1531
|
}, "strip", z.ZodTypeAny, {
|
|
1474
1532
|
id: string;
|
|
1475
|
-
createdAt: number;
|
|
1476
1533
|
seq: number;
|
|
1534
|
+
createdAt: number;
|
|
1477
1535
|
body: {
|
|
1478
|
-
id: string;
|
|
1479
1536
|
t: "new-session";
|
|
1537
|
+
id: string;
|
|
1480
1538
|
seq: number;
|
|
1481
1539
|
metadata: string;
|
|
1482
1540
|
metadataVersion: number;
|
|
1483
1541
|
agentState: string | null;
|
|
1484
1542
|
agentStateVersion: number;
|
|
1485
|
-
createdAt?: number | undefined;
|
|
1486
|
-
updatedAt?: number | undefined;
|
|
1487
1543
|
title?: string | null | undefined;
|
|
1488
1544
|
dataEncryptionKey?: string | null | undefined;
|
|
1489
1545
|
active?: boolean | undefined;
|
|
1490
1546
|
activeAt?: number | undefined;
|
|
1547
|
+
createdAt?: number | undefined;
|
|
1548
|
+
updatedAt?: number | undefined;
|
|
1491
1549
|
sessionIndex?: {
|
|
1492
1550
|
machineId?: string | null | undefined;
|
|
1493
1551
|
hostPid?: number | null | undefined;
|
|
@@ -1551,22 +1609,22 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1551
1609
|
};
|
|
1552
1610
|
}, {
|
|
1553
1611
|
id: string;
|
|
1554
|
-
createdAt: number;
|
|
1555
1612
|
seq: number;
|
|
1613
|
+
createdAt: number;
|
|
1556
1614
|
body: {
|
|
1557
|
-
id: string;
|
|
1558
1615
|
t: "new-session";
|
|
1616
|
+
id: string;
|
|
1559
1617
|
seq: number;
|
|
1560
1618
|
metadata: string;
|
|
1561
1619
|
metadataVersion: number;
|
|
1562
1620
|
agentState: string | null;
|
|
1563
1621
|
agentStateVersion: number;
|
|
1564
|
-
createdAt?: number | undefined;
|
|
1565
|
-
updatedAt?: number | undefined;
|
|
1566
1622
|
title?: string | null | undefined;
|
|
1567
1623
|
dataEncryptionKey?: string | null | undefined;
|
|
1568
1624
|
active?: boolean | undefined;
|
|
1569
1625
|
activeAt?: number | undefined;
|
|
1626
|
+
createdAt?: number | undefined;
|
|
1627
|
+
updatedAt?: number | undefined;
|
|
1570
1628
|
sessionIndex?: {
|
|
1571
1629
|
machineId?: string | null | undefined;
|
|
1572
1630
|
hostPid?: number | null | undefined;
|
|
@@ -1755,8 +1813,6 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1755
1813
|
}, "strip", z.ZodTypeAny, {
|
|
1756
1814
|
id: string;
|
|
1757
1815
|
lastChangeSeq: number;
|
|
1758
|
-
createdAt?: number | undefined;
|
|
1759
|
-
updatedAt?: number | undefined;
|
|
1760
1816
|
title?: string | null | undefined;
|
|
1761
1817
|
metadata?: string | undefined;
|
|
1762
1818
|
metadataVersion?: number | undefined;
|
|
@@ -1765,14 +1821,14 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1765
1821
|
dataEncryptionKey?: string | null | undefined;
|
|
1766
1822
|
active?: boolean | undefined;
|
|
1767
1823
|
activeAt?: number | undefined;
|
|
1824
|
+
createdAt?: number | undefined;
|
|
1825
|
+
updatedAt?: number | undefined;
|
|
1768
1826
|
pendingCount?: number | undefined;
|
|
1769
1827
|
pendingVersion?: number | undefined;
|
|
1770
1828
|
deleted?: boolean | undefined;
|
|
1771
1829
|
}, {
|
|
1772
1830
|
id: string;
|
|
1773
1831
|
lastChangeSeq: number;
|
|
1774
|
-
createdAt?: number | undefined;
|
|
1775
|
-
updatedAt?: number | undefined;
|
|
1776
1832
|
title?: string | null | undefined;
|
|
1777
1833
|
metadata?: string | undefined;
|
|
1778
1834
|
metadataVersion?: number | undefined;
|
|
@@ -1781,6 +1837,8 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1781
1837
|
dataEncryptionKey?: string | null | undefined;
|
|
1782
1838
|
active?: boolean | undefined;
|
|
1783
1839
|
activeAt?: number | undefined;
|
|
1840
|
+
createdAt?: number | undefined;
|
|
1841
|
+
updatedAt?: number | undefined;
|
|
1784
1842
|
pendingCount?: number | undefined;
|
|
1785
1843
|
pendingVersion?: number | undefined;
|
|
1786
1844
|
deleted?: boolean | undefined;
|
|
@@ -1820,9 +1878,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1820
1878
|
p: string;
|
|
1821
1879
|
};
|
|
1822
1880
|
id: string;
|
|
1881
|
+
seq: number;
|
|
1823
1882
|
createdAt: number;
|
|
1824
1883
|
updatedAt: number;
|
|
1825
|
-
seq: number;
|
|
1826
1884
|
localId: string | null;
|
|
1827
1885
|
}, {
|
|
1828
1886
|
content: {
|
|
@@ -1833,9 +1891,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1833
1891
|
p: string;
|
|
1834
1892
|
};
|
|
1835
1893
|
id: string;
|
|
1894
|
+
seq: number;
|
|
1836
1895
|
createdAt: number;
|
|
1837
1896
|
updatedAt: number;
|
|
1838
|
-
seq: number;
|
|
1839
1897
|
localId: string | null;
|
|
1840
1898
|
}>, "many">;
|
|
1841
1899
|
truncated: z.ZodBoolean;
|
|
@@ -1850,9 +1908,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1850
1908
|
p: string;
|
|
1851
1909
|
};
|
|
1852
1910
|
id: string;
|
|
1911
|
+
seq: number;
|
|
1853
1912
|
createdAt: number;
|
|
1854
1913
|
updatedAt: number;
|
|
1855
|
-
seq: number;
|
|
1856
1914
|
localId: string | null;
|
|
1857
1915
|
}[];
|
|
1858
1916
|
truncated: boolean;
|
|
@@ -1867,9 +1925,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1867
1925
|
p: string;
|
|
1868
1926
|
};
|
|
1869
1927
|
id: string;
|
|
1928
|
+
seq: number;
|
|
1870
1929
|
createdAt: number;
|
|
1871
1930
|
updatedAt: number;
|
|
1872
|
-
seq: number;
|
|
1873
1931
|
localId: string | null;
|
|
1874
1932
|
}[];
|
|
1875
1933
|
truncated: boolean;
|
|
@@ -1888,8 +1946,6 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1888
1946
|
session: {
|
|
1889
1947
|
id: string;
|
|
1890
1948
|
lastChangeSeq: number;
|
|
1891
|
-
createdAt?: number | undefined;
|
|
1892
|
-
updatedAt?: number | undefined;
|
|
1893
1949
|
title?: string | null | undefined;
|
|
1894
1950
|
metadata?: string | undefined;
|
|
1895
1951
|
metadataVersion?: number | undefined;
|
|
@@ -1898,6 +1954,8 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1898
1954
|
dataEncryptionKey?: string | null | undefined;
|
|
1899
1955
|
active?: boolean | undefined;
|
|
1900
1956
|
activeAt?: number | undefined;
|
|
1957
|
+
createdAt?: number | undefined;
|
|
1958
|
+
updatedAt?: number | undefined;
|
|
1901
1959
|
pendingCount?: number | undefined;
|
|
1902
1960
|
pendingVersion?: number | undefined;
|
|
1903
1961
|
deleted?: boolean | undefined;
|
|
@@ -1912,9 +1970,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1912
1970
|
p: string;
|
|
1913
1971
|
};
|
|
1914
1972
|
id: string;
|
|
1973
|
+
seq: number;
|
|
1915
1974
|
createdAt: number;
|
|
1916
1975
|
updatedAt: number;
|
|
1917
|
-
seq: number;
|
|
1918
1976
|
localId: string | null;
|
|
1919
1977
|
}[];
|
|
1920
1978
|
truncated: boolean;
|
|
@@ -1933,8 +1991,6 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1933
1991
|
session: {
|
|
1934
1992
|
id: string;
|
|
1935
1993
|
lastChangeSeq: number;
|
|
1936
|
-
createdAt?: number | undefined;
|
|
1937
|
-
updatedAt?: number | undefined;
|
|
1938
1994
|
title?: string | null | undefined;
|
|
1939
1995
|
metadata?: string | undefined;
|
|
1940
1996
|
metadataVersion?: number | undefined;
|
|
@@ -1943,6 +1999,8 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1943
1999
|
dataEncryptionKey?: string | null | undefined;
|
|
1944
2000
|
active?: boolean | undefined;
|
|
1945
2001
|
activeAt?: number | undefined;
|
|
2002
|
+
createdAt?: number | undefined;
|
|
2003
|
+
updatedAt?: number | undefined;
|
|
1946
2004
|
pendingCount?: number | undefined;
|
|
1947
2005
|
pendingVersion?: number | undefined;
|
|
1948
2006
|
deleted?: boolean | undefined;
|
|
@@ -1957,9 +2015,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1957
2015
|
p: string;
|
|
1958
2016
|
};
|
|
1959
2017
|
id: string;
|
|
2018
|
+
seq: number;
|
|
1960
2019
|
createdAt: number;
|
|
1961
2020
|
updatedAt: number;
|
|
1962
|
-
seq: number;
|
|
1963
2021
|
localId: string | null;
|
|
1964
2022
|
}[];
|
|
1965
2023
|
truncated: boolean;
|
|
@@ -2075,8 +2133,6 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2075
2133
|
}, "strip", z.ZodTypeAny, {
|
|
2076
2134
|
id: string;
|
|
2077
2135
|
lastChangeSeq: number;
|
|
2078
|
-
createdAt?: number | undefined;
|
|
2079
|
-
updatedAt?: number | undefined;
|
|
2080
2136
|
title?: string | null | undefined;
|
|
2081
2137
|
metadata?: string | undefined;
|
|
2082
2138
|
metadataVersion?: number | undefined;
|
|
@@ -2085,14 +2141,14 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2085
2141
|
dataEncryptionKey?: string | null | undefined;
|
|
2086
2142
|
active?: boolean | undefined;
|
|
2087
2143
|
activeAt?: number | undefined;
|
|
2144
|
+
createdAt?: number | undefined;
|
|
2145
|
+
updatedAt?: number | undefined;
|
|
2088
2146
|
pendingCount?: number | undefined;
|
|
2089
2147
|
pendingVersion?: number | undefined;
|
|
2090
2148
|
deleted?: boolean | undefined;
|
|
2091
2149
|
}, {
|
|
2092
2150
|
id: string;
|
|
2093
2151
|
lastChangeSeq: number;
|
|
2094
|
-
createdAt?: number | undefined;
|
|
2095
|
-
updatedAt?: number | undefined;
|
|
2096
2152
|
title?: string | null | undefined;
|
|
2097
2153
|
metadata?: string | undefined;
|
|
2098
2154
|
metadataVersion?: number | undefined;
|
|
@@ -2101,6 +2157,8 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2101
2157
|
dataEncryptionKey?: string | null | undefined;
|
|
2102
2158
|
active?: boolean | undefined;
|
|
2103
2159
|
activeAt?: number | undefined;
|
|
2160
|
+
createdAt?: number | undefined;
|
|
2161
|
+
updatedAt?: number | undefined;
|
|
2104
2162
|
pendingCount?: number | undefined;
|
|
2105
2163
|
pendingVersion?: number | undefined;
|
|
2106
2164
|
deleted?: boolean | undefined;
|
|
@@ -2147,8 +2205,6 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2147
2205
|
session: {
|
|
2148
2206
|
id: string;
|
|
2149
2207
|
lastChangeSeq: number;
|
|
2150
|
-
createdAt?: number | undefined;
|
|
2151
|
-
updatedAt?: number | undefined;
|
|
2152
2208
|
title?: string | null | undefined;
|
|
2153
2209
|
metadata?: string | undefined;
|
|
2154
2210
|
metadataVersion?: number | undefined;
|
|
@@ -2157,6 +2213,8 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2157
2213
|
dataEncryptionKey?: string | null | undefined;
|
|
2158
2214
|
active?: boolean | undefined;
|
|
2159
2215
|
activeAt?: number | undefined;
|
|
2216
|
+
createdAt?: number | undefined;
|
|
2217
|
+
updatedAt?: number | undefined;
|
|
2160
2218
|
pendingCount?: number | undefined;
|
|
2161
2219
|
pendingVersion?: number | undefined;
|
|
2162
2220
|
deleted?: boolean | undefined;
|
|
@@ -2185,8 +2243,6 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2185
2243
|
session: {
|
|
2186
2244
|
id: string;
|
|
2187
2245
|
lastChangeSeq: number;
|
|
2188
|
-
createdAt?: number | undefined;
|
|
2189
|
-
updatedAt?: number | undefined;
|
|
2190
2246
|
title?: string | null | undefined;
|
|
2191
2247
|
metadata?: string | undefined;
|
|
2192
2248
|
metadataVersion?: number | undefined;
|
|
@@ -2195,6 +2251,8 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2195
2251
|
dataEncryptionKey?: string | null | undefined;
|
|
2196
2252
|
active?: boolean | undefined;
|
|
2197
2253
|
activeAt?: number | undefined;
|
|
2254
|
+
createdAt?: number | undefined;
|
|
2255
|
+
updatedAt?: number | undefined;
|
|
2198
2256
|
pendingCount?: number | undefined;
|
|
2199
2257
|
pendingVersion?: number | undefined;
|
|
2200
2258
|
deleted?: boolean | undefined;
|