@remnic/core 9.68.0 → 9.69.0

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.
Files changed (45) hide show
  1. package/dist/access-admin-ops-surface.d.ts +1 -1
  2. package/dist/access-authorization-probe.d.ts +1 -1
  3. package/dist/access-boundary.d.ts +1 -1
  4. package/dist/access-cli.js +1 -1
  5. package/dist/access-extraction-force-flush.d.ts +1 -1
  6. package/dist/access-http-lcm-compaction.d.ts +1 -1
  7. package/dist/access-http-lifecycle-flush.d.ts +1 -1
  8. package/dist/access-http-offline-stream.d.ts +1 -1
  9. package/dist/access-http.d.ts +2 -2
  10. package/dist/access-lcm-surface.d.ts +1 -1
  11. package/dist/access-mcp.d.ts +1 -1
  12. package/dist/access-observe-write-surface.d.ts +1 -1
  13. package/dist/access-operations.d.ts +6 -6
  14. package/dist/access-recall-concurrency.d.ts +1 -1
  15. package/dist/access-recall-response.d.ts +1 -1
  16. package/dist/access-recall-surface.d.ts +1 -1
  17. package/dist/access-schema.d.ts +89 -89
  18. package/dist/access-service-helpers.d.ts +1 -1
  19. package/dist/access-service.d.ts +1 -1
  20. package/dist/access-surface-catalog.d.ts +1 -1
  21. package/dist/{chunk-WFFGUFFN.js → chunk-BZ26443Y.js} +60 -1
  22. package/dist/chunk-BZ26443Y.js.map +1 -0
  23. package/dist/{cli-Bvy4jdBu.d.ts → cli-CFpMhqz5.d.ts} +1 -1
  24. package/dist/cli.d.ts +2 -2
  25. package/dist/external-wiki-access.d.ts +1 -1
  26. package/dist/external-wiki-mcp-tools.d.ts +1 -1
  27. package/dist/index.d.ts +713 -681
  28. package/dist/index.js +5 -1
  29. package/dist/mcp-memory-inspector-app.d.ts +1 -1
  30. package/dist/memory-subject-cli.d.ts +1 -1
  31. package/dist/memory-subject.d.ts +1 -1
  32. package/dist/orchestrator.js +1 -1
  33. package/dist/{public-http-2MyshWxl.d.ts → public-http-C9-CHc40.d.ts} +1 -1
  34. package/dist/schemas.d.ts +176 -176
  35. package/dist/shared-context/manager.d.ts +6 -6
  36. package/dist/support-passport/index.d.ts +4 -4
  37. package/dist/transfer/types.d.ts +78 -78
  38. package/dist/who-knows-cli.d.ts +1 -1
  39. package/dist/who-knows.d.ts +1 -1
  40. package/package.json +2 -2
  41. package/src/activity/index.ts +1 -0
  42. package/src/activity/vault-status.test.ts +138 -0
  43. package/src/activity/vault-status.ts +96 -0
  44. package/dist/chunk-WFFGUFFN.js.map +0 -1
  45. package/dist/{access-service-LbwWl05g.d.ts → access-service-DcfM0Vf0.d.ts} +64 -64
@@ -1029,24 +1029,24 @@ declare const SupportPassportDraftCardSchema: z.ZodEffects<z.ZodObject<{
1029
1029
  category: z.ZodEnum<["communication", "environment", "transitions", "sensory", "regulation", "interests", "other"]>;
1030
1030
  sourceMemoryIds: z.ZodArray<z.ZodString, "many">;
1031
1031
  }, "strict", z.ZodTypeAny, {
1032
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1033
1032
  title: string;
1034
1033
  sourceMemoryIds: string[];
1034
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1035
1035
  statement: string;
1036
1036
  }, {
1037
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1038
1037
  title: string;
1039
1038
  sourceMemoryIds: string[];
1039
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1040
1040
  statement: string;
1041
1041
  }>, {
1042
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1043
1042
  title: string;
1044
1043
  sourceMemoryIds: string[];
1044
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1045
1045
  statement: string;
1046
1046
  }, {
1047
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1048
1047
  title: string;
1049
1048
  sourceMemoryIds: string[];
1049
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1050
1050
  statement: string;
1051
1051
  }>;
1052
1052
  declare const SupportPassportDraftOutputSchema: z.ZodObject<{
@@ -1056,38 +1056,38 @@ declare const SupportPassportDraftOutputSchema: z.ZodObject<{
1056
1056
  category: z.ZodEnum<["communication", "environment", "transitions", "sensory", "regulation", "interests", "other"]>;
1057
1057
  sourceMemoryIds: z.ZodArray<z.ZodString, "many">;
1058
1058
  }, "strict", z.ZodTypeAny, {
1059
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1060
1059
  title: string;
1061
1060
  sourceMemoryIds: string[];
1061
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1062
1062
  statement: string;
1063
1063
  }, {
1064
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1065
1064
  title: string;
1066
1065
  sourceMemoryIds: string[];
1066
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1067
1067
  statement: string;
1068
1068
  }>, {
1069
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1070
1069
  title: string;
1071
1070
  sourceMemoryIds: string[];
1071
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1072
1072
  statement: string;
1073
1073
  }, {
1074
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1075
1074
  title: string;
1076
1075
  sourceMemoryIds: string[];
1076
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1077
1077
  statement: string;
1078
1078
  }>, "many">;
1079
1079
  }, "strict", z.ZodTypeAny, {
1080
1080
  cards: {
1081
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1082
1081
  title: string;
1083
1082
  sourceMemoryIds: string[];
1083
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1084
1084
  statement: string;
1085
1085
  }[];
1086
1086
  }, {
1087
1087
  cards: {
1088
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1089
1088
  title: string;
1090
1089
  sourceMemoryIds: string[];
1090
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1091
1091
  statement: string;
1092
1092
  }[];
1093
1093
  }>;
@@ -1097,34 +1097,34 @@ declare const SupportPassportDraftModelInputSchema: z.ZodEffects<z.ZodObject<{
1097
1097
  memoryId: z.ZodString;
1098
1098
  content: z.ZodString;
1099
1099
  }, "strict", z.ZodTypeAny, {
1100
- content: string;
1101
1100
  memoryId: string;
1102
- }, {
1103
1101
  content: string;
1102
+ }, {
1104
1103
  memoryId: string;
1104
+ content: string;
1105
1105
  }>, "many">;
1106
1106
  }, "strict", z.ZodTypeAny, {
1107
1107
  memories: {
1108
- content: string;
1109
1108
  memoryId: string;
1109
+ content: string;
1110
1110
  }[];
1111
1111
  consent: true;
1112
1112
  }, {
1113
1113
  memories: {
1114
- content: string;
1115
1114
  memoryId: string;
1115
+ content: string;
1116
1116
  }[];
1117
1117
  consent: true;
1118
1118
  }>, {
1119
1119
  memories: {
1120
- content: string;
1121
1120
  memoryId: string;
1121
+ content: string;
1122
1122
  }[];
1123
1123
  consent: true;
1124
1124
  }, {
1125
1125
  memories: {
1126
- content: string;
1127
1126
  memoryId: string;
1127
+ content: string;
1128
1128
  }[];
1129
1129
  consent: true;
1130
1130
  }>;
@@ -1162,39 +1162,39 @@ declare const SupportPassportAnswerModelInputSchema: z.ZodObject<{
1162
1162
  category: z.ZodEnum<["communication", "environment", "transitions", "sensory", "regulation", "interests", "other"]>;
1163
1163
  updatedAt: z.ZodEffects<z.ZodString, string, string>;
1164
1164
  }, "strict", z.ZodTypeAny, {
1165
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1166
1165
  title: string;
1167
1166
  updatedAt: string;
1167
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1168
1168
  cardId: string;
1169
1169
  statement: string;
1170
1170
  }, {
1171
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1172
1171
  title: string;
1173
1172
  updatedAt: string;
1173
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1174
1174
  cardId: string;
1175
1175
  statement: string;
1176
1176
  }>, "many">;
1177
1177
  }, "strict", z.ZodTypeAny, {
1178
- expiresAt: string;
1179
1178
  schemaVersion: 1;
1180
1179
  updatedAt: string;
1180
+ expiresAt: string;
1181
1181
  grantId: string;
1182
1182
  cards: {
1183
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1184
1183
  title: string;
1185
1184
  updatedAt: string;
1185
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1186
1186
  cardId: string;
1187
1187
  statement: string;
1188
1188
  }[];
1189
1189
  }, {
1190
- expiresAt: string;
1191
1190
  schemaVersion: 1;
1192
1191
  updatedAt: string;
1192
+ expiresAt: string;
1193
1193
  grantId: string;
1194
1194
  cards: {
1195
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1196
1195
  title: string;
1197
1196
  updatedAt: string;
1197
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1198
1198
  cardId: string;
1199
1199
  statement: string;
1200
1200
  }[];
@@ -1203,14 +1203,14 @@ declare const SupportPassportAnswerModelInputSchema: z.ZodObject<{
1203
1203
  }, "strict", z.ZodTypeAny, {
1204
1204
  question: string;
1205
1205
  guide: {
1206
- expiresAt: string;
1207
1206
  schemaVersion: 1;
1208
1207
  updatedAt: string;
1208
+ expiresAt: string;
1209
1209
  grantId: string;
1210
1210
  cards: {
1211
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1212
1211
  title: string;
1213
1212
  updatedAt: string;
1213
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1214
1214
  cardId: string;
1215
1215
  statement: string;
1216
1216
  }[];
@@ -1218,14 +1218,14 @@ declare const SupportPassportAnswerModelInputSchema: z.ZodObject<{
1218
1218
  }, {
1219
1219
  question: string;
1220
1220
  guide: {
1221
- expiresAt: string;
1222
1221
  schemaVersion: 1;
1223
1222
  updatedAt: string;
1223
+ expiresAt: string;
1224
1224
  grantId: string;
1225
1225
  cards: {
1226
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1227
1226
  title: string;
1228
1227
  updatedAt: string;
1228
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1229
1229
  cardId: string;
1230
1230
  statement: string;
1231
1231
  }[];
@@ -1620,20 +1620,20 @@ declare const SupportPassportCardSchema: z.ZodObject<{
1620
1620
  reviewBy: z.ZodEffects<z.ZodString, string, string>;
1621
1621
  revision: z.ZodString;
1622
1622
  }, "strict", z.ZodTypeAny, {
1623
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1624
- status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1625
1623
  title: string;
1624
+ status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1626
1625
  updatedAt: string;
1627
1626
  revision: string;
1627
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1628
1628
  cardId: string;
1629
1629
  statement: string;
1630
1630
  reviewBy: string;
1631
1631
  }, {
1632
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1633
- status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1634
1632
  title: string;
1633
+ status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1635
1634
  updatedAt: string;
1636
1635
  revision: string;
1636
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1637
1637
  cardId: string;
1638
1638
  statement: string;
1639
1639
  reviewBy: string;
@@ -1648,38 +1648,38 @@ declare const SupportPassportCardListSchema: z.ZodEffects<z.ZodArray<z.ZodObject
1648
1648
  reviewBy: z.ZodEffects<z.ZodString, string, string>;
1649
1649
  revision: z.ZodString;
1650
1650
  }, "strict", z.ZodTypeAny, {
1651
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1652
- status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1653
1651
  title: string;
1652
+ status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1654
1653
  updatedAt: string;
1655
1654
  revision: string;
1655
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1656
1656
  cardId: string;
1657
1657
  statement: string;
1658
1658
  reviewBy: string;
1659
1659
  }, {
1660
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1661
- status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1662
1660
  title: string;
1661
+ status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1663
1662
  updatedAt: string;
1664
1663
  revision: string;
1664
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1665
1665
  cardId: string;
1666
1666
  statement: string;
1667
1667
  reviewBy: string;
1668
1668
  }>, "many">, {
1669
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1670
- status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1671
1669
  title: string;
1670
+ status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1672
1671
  updatedAt: string;
1673
1672
  revision: string;
1673
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1674
1674
  cardId: string;
1675
1675
  statement: string;
1676
1676
  reviewBy: string;
1677
1677
  }[], {
1678
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1679
- status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1680
1678
  title: string;
1679
+ status: "active" | "pending_review" | "rejected" | "superseded" | "archived";
1681
1680
  updatedAt: string;
1682
1681
  revision: string;
1682
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1683
1683
  cardId: string;
1684
1684
  statement: string;
1685
1685
  reviewBy: string;
@@ -1698,14 +1698,14 @@ declare const SupportPassportManualDraftInputSchema: z.ZodObject<{
1698
1698
  category: z.ZodEnum<["communication", "environment", "transitions", "sensory", "regulation", "interests", "other"]>;
1699
1699
  reviewBy: z.ZodEffects<z.ZodString, string, string>;
1700
1700
  }, "strict", z.ZodTypeAny, {
1701
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1702
1701
  title: string;
1702
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1703
1703
  statement: string;
1704
1704
  reviewBy: string;
1705
1705
  principal: string;
1706
1706
  }, {
1707
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1708
1707
  title: string;
1708
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1709
1709
  statement: string;
1710
1710
  reviewBy: string;
1711
1711
  principal: string;
@@ -1737,8 +1737,8 @@ declare const SupportPassportReplaceCardInputSchema: z.ZodObject<{
1737
1737
  category: z.ZodEnum<["communication", "environment", "transitions", "sensory", "regulation", "interests", "other"]>;
1738
1738
  reviewBy: z.ZodEffects<z.ZodString, string, string>;
1739
1739
  }, "strict", z.ZodTypeAny, {
1740
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1741
1740
  title: string;
1741
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1742
1742
  cardId: string;
1743
1743
  statement: string;
1744
1744
  reviewBy: string;
@@ -1746,8 +1746,8 @@ declare const SupportPassportReplaceCardInputSchema: z.ZodObject<{
1746
1746
  expectedRevision: string;
1747
1747
  reasonCode?: string | undefined;
1748
1748
  }, {
1749
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1750
1749
  title: string;
1750
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
1751
1751
  cardId: string;
1752
1752
  statement: string;
1753
1753
  reviewBy: string;
@@ -1806,10 +1806,10 @@ declare const SupportPassportGrantStateSchema: z.ZodEffects<z.ZodObject<{
1806
1806
  expiresAt: z.ZodEffects<z.ZodString, string, string>;
1807
1807
  revokedAt: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1808
1808
  }, "strict", z.ZodTypeAny, {
1809
- namespace: string;
1809
+ schemaVersion: 1;
1810
1810
  createdAt: string;
1811
1811
  expiresAt: string;
1812
- schemaVersion: 1;
1812
+ namespace: string;
1813
1813
  stateVersion: number;
1814
1814
  grantId: string;
1815
1815
  principalHash: string;
@@ -1821,10 +1821,10 @@ declare const SupportPassportGrantStateSchema: z.ZodEffects<z.ZodObject<{
1821
1821
  }[];
1822
1822
  revokedAt?: string | undefined;
1823
1823
  }, {
1824
- namespace: string;
1824
+ schemaVersion: 1;
1825
1825
  createdAt: string;
1826
1826
  expiresAt: string;
1827
- schemaVersion: 1;
1827
+ namespace: string;
1828
1828
  stateVersion: number;
1829
1829
  grantId: string;
1830
1830
  principalHash: string;
@@ -1836,10 +1836,10 @@ declare const SupportPassportGrantStateSchema: z.ZodEffects<z.ZodObject<{
1836
1836
  }[];
1837
1837
  revokedAt?: string | undefined;
1838
1838
  }>, {
1839
- namespace: string;
1839
+ schemaVersion: 1;
1840
1840
  createdAt: string;
1841
1841
  expiresAt: string;
1842
- schemaVersion: 1;
1842
+ namespace: string;
1843
1843
  stateVersion: number;
1844
1844
  grantId: string;
1845
1845
  principalHash: string;
@@ -1851,10 +1851,10 @@ declare const SupportPassportGrantStateSchema: z.ZodEffects<z.ZodObject<{
1851
1851
  }[];
1852
1852
  revokedAt?: string | undefined;
1853
1853
  }, {
1854
- namespace: string;
1854
+ schemaVersion: 1;
1855
1855
  createdAt: string;
1856
1856
  expiresAt: string;
1857
- schemaVersion: 1;
1857
+ namespace: string;
1858
1858
  stateVersion: number;
1859
1859
  grantId: string;
1860
1860
  principalHash: string;
@@ -2025,9 +2025,9 @@ declare const SupportPassportOwnerGrantSchema: z.ZodObject<{
2025
2025
  revokedAt: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
2026
2026
  status: z.ZodEnum<["active", "expired", "revoked"]>;
2027
2027
  }, "strict", z.ZodTypeAny, {
2028
+ status: "active" | "expired" | "revoked";
2028
2029
  createdAt: string;
2029
2030
  expiresAt: string;
2030
- status: "active" | "expired" | "revoked";
2031
2031
  stateVersion: number;
2032
2032
  grantId: string;
2033
2033
  cards: {
@@ -2036,9 +2036,9 @@ declare const SupportPassportOwnerGrantSchema: z.ZodObject<{
2036
2036
  }[];
2037
2037
  revokedAt?: string | undefined;
2038
2038
  }, {
2039
+ status: "active" | "expired" | "revoked";
2039
2040
  createdAt: string;
2040
2041
  expiresAt: string;
2041
- status: "active" | "expired" | "revoked";
2042
2042
  stateVersion: number;
2043
2043
  grantId: string;
2044
2044
  cards: {
@@ -2066,9 +2066,9 @@ declare const SupportPassportCreatedGrantSchema: z.ZodObject<{
2066
2066
  revokedAt: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
2067
2067
  status: z.ZodEnum<["active", "expired", "revoked"]>;
2068
2068
  }, "strict", z.ZodTypeAny, {
2069
+ status: "active" | "expired" | "revoked";
2069
2070
  createdAt: string;
2070
2071
  expiresAt: string;
2071
- status: "active" | "expired" | "revoked";
2072
2072
  stateVersion: number;
2073
2073
  grantId: string;
2074
2074
  cards: {
@@ -2077,9 +2077,9 @@ declare const SupportPassportCreatedGrantSchema: z.ZodObject<{
2077
2077
  }[];
2078
2078
  revokedAt?: string | undefined;
2079
2079
  }, {
2080
+ status: "active" | "expired" | "revoked";
2080
2081
  createdAt: string;
2081
2082
  expiresAt: string;
2082
- status: "active" | "expired" | "revoked";
2083
2083
  stateVersion: number;
2084
2084
  grantId: string;
2085
2085
  cards: {
@@ -2092,9 +2092,9 @@ declare const SupportPassportCreatedGrantSchema: z.ZodObject<{
2092
2092
  }, "strict", z.ZodTypeAny, {
2093
2093
  secret: string;
2094
2094
  grant: {
2095
+ status: "active" | "expired" | "revoked";
2095
2096
  createdAt: string;
2096
2097
  expiresAt: string;
2097
- status: "active" | "expired" | "revoked";
2098
2098
  stateVersion: number;
2099
2099
  grantId: string;
2100
2100
  cards: {
@@ -2106,9 +2106,9 @@ declare const SupportPassportCreatedGrantSchema: z.ZodObject<{
2106
2106
  }, {
2107
2107
  secret: string;
2108
2108
  grant: {
2109
+ status: "active" | "expired" | "revoked";
2109
2110
  createdAt: string;
2110
2111
  expiresAt: string;
2111
- status: "active" | "expired" | "revoked";
2112
2112
  stateVersion: number;
2113
2113
  grantId: string;
2114
2114
  cards: {
@@ -2125,15 +2125,15 @@ declare const SupportPassportPublicCardSchema: z.ZodObject<{
2125
2125
  category: z.ZodEnum<["communication", "environment", "transitions", "sensory", "regulation", "interests", "other"]>;
2126
2126
  updatedAt: z.ZodEffects<z.ZodString, string, string>;
2127
2127
  }, "strict", z.ZodTypeAny, {
2128
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2129
2128
  title: string;
2130
2129
  updatedAt: string;
2130
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2131
2131
  cardId: string;
2132
2132
  statement: string;
2133
2133
  }, {
2134
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2135
2134
  title: string;
2136
2135
  updatedAt: string;
2136
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2137
2137
  cardId: string;
2138
2138
  statement: string;
2139
2139
  }>;
@@ -2149,39 +2149,39 @@ declare const SupportPassportPublicGuideSchema: z.ZodObject<{
2149
2149
  category: z.ZodEnum<["communication", "environment", "transitions", "sensory", "regulation", "interests", "other"]>;
2150
2150
  updatedAt: z.ZodEffects<z.ZodString, string, string>;
2151
2151
  }, "strict", z.ZodTypeAny, {
2152
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2153
2152
  title: string;
2154
2153
  updatedAt: string;
2154
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2155
2155
  cardId: string;
2156
2156
  statement: string;
2157
2157
  }, {
2158
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2159
2158
  title: string;
2160
2159
  updatedAt: string;
2160
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2161
2161
  cardId: string;
2162
2162
  statement: string;
2163
2163
  }>, "many">;
2164
2164
  }, "strict", z.ZodTypeAny, {
2165
- expiresAt: string;
2166
2165
  schemaVersion: 1;
2167
2166
  updatedAt: string;
2167
+ expiresAt: string;
2168
2168
  grantId: string;
2169
2169
  cards: {
2170
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2171
2170
  title: string;
2172
2171
  updatedAt: string;
2172
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2173
2173
  cardId: string;
2174
2174
  statement: string;
2175
2175
  }[];
2176
2176
  }, {
2177
- expiresAt: string;
2178
2177
  schemaVersion: 1;
2179
2178
  updatedAt: string;
2179
+ expiresAt: string;
2180
2180
  grantId: string;
2181
2181
  cards: {
2182
- category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2183
2182
  title: string;
2184
2183
  updatedAt: string;
2184
+ category: "other" | "communication" | "environment" | "transitions" | "sensory" | "regulation" | "interests";
2185
2185
  cardId: string;
2186
2186
  statement: string;
2187
2187
  }[];