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