@treeseed/sdk 0.13.0-rc.37 → 0.13.0-rc.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/agent-capacity/validation/agent-definition-schema.d.ts +36 -36
- package/dist/agent-capacity/validation/agent-lab-forensics-schema.d.ts +8 -8
- package/dist/capacity-provider/client.d.ts +1 -1
- package/dist/content/validation/agent-operational-content-schemas.d.ts +8 -8
- package/dist/content/validation/auxiliary-content-schemas.d.ts +36 -36
- package/dist/content/validation/content-model-schemas.d.ts +128 -128
- package/dist/content/validation/portable-content-data.d.ts +15 -15
- package/dist/entrypoints/clients/control-plane-client.d.ts +5 -0
- package/dist/guarantees/index.d.ts +96 -0
- package/dist/guarantees/index.js +41 -0
- package/dist/operator-contracts/canonical-command-tree.js +6 -2
- package/dist/operator-contracts/catalog/communication-operations.d.ts +95 -15
- package/dist/operator-contracts/catalog/communication-operations.js +1 -1
- package/dist/operator-contracts/communication/addressing.d.ts +8 -0
- package/dist/operator-contracts/communication/addressing.js +57 -0
- package/dist/operator-contracts/communication/contracts.d.ts +418 -40
- package/dist/operator-contracts/communication/contracts.js +43 -11
- package/dist/operator-contracts/control-plane-operations.d.ts +95 -15
- package/dist/operator-contracts/index.d.ts +1 -0
- package/dist/operator-contracts/index.js +1 -0
- package/dist/operator-contracts/oauth.d.ts +35 -0
- package/dist/operator-contracts/oauth.js +7 -0
- package/dist/site-contracts/catalog.d.ts +16 -0
- package/dist/site-contracts/catalog.js +19 -0
- package/dist/site-contracts/cloudflare.d.ts +48 -0
- package/dist/site-contracts/cloudflare.js +0 -0
- package/dist/site-contracts/platform.d.ts +94 -0
- package/dist/site-contracts/platform.js +0 -0
- package/dist/site-contracts/plugin.d.ts +63 -0
- package/dist/site-contracts/plugin.js +26 -0
- package/package.json +25 -1
|
@@ -77,8 +77,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
77
77
|
createdAt?: Date | undefined;
|
|
78
78
|
state?: string | undefined;
|
|
79
79
|
completedAt?: Date | undefined;
|
|
80
|
-
priority?: number | undefined;
|
|
81
80
|
startedAt?: Date | undefined;
|
|
81
|
+
priority?: number | undefined;
|
|
82
82
|
agentId?: string | undefined;
|
|
83
83
|
idempotencyKey?: string | undefined;
|
|
84
84
|
lastErrorCode?: string | null | undefined;
|
|
@@ -91,8 +91,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
91
91
|
createdAt?: Date | undefined;
|
|
92
92
|
state?: string | undefined;
|
|
93
93
|
completedAt?: Date | undefined;
|
|
94
|
-
priority?: number | undefined;
|
|
95
94
|
startedAt?: Date | undefined;
|
|
95
|
+
priority?: number | undefined;
|
|
96
96
|
agentId?: string | undefined;
|
|
97
97
|
idempotencyKey?: string | undefined;
|
|
98
98
|
lastErrorCode?: string | null | undefined;
|
|
@@ -117,8 +117,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
117
117
|
deploymentKind: string;
|
|
118
118
|
id?: string | undefined;
|
|
119
119
|
createdAt?: Date | undefined;
|
|
120
|
-
commitSha?: string | null | undefined;
|
|
121
120
|
startedAt?: Date | undefined;
|
|
121
|
+
commitSha?: string | null | undefined;
|
|
122
122
|
finishedAt?: Date | undefined;
|
|
123
123
|
releaseTag?: string | null | undefined;
|
|
124
124
|
sourceRef?: string | null | undefined;
|
|
@@ -127,8 +127,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
127
127
|
deploymentKind: string;
|
|
128
128
|
id?: string | undefined;
|
|
129
129
|
createdAt?: Date | undefined;
|
|
130
|
-
commitSha?: string | null | undefined;
|
|
131
130
|
startedAt?: Date | undefined;
|
|
131
|
+
commitSha?: string | null | undefined;
|
|
132
132
|
finishedAt?: Date | undefined;
|
|
133
133
|
releaseTag?: string | null | undefined;
|
|
134
134
|
sourceRef?: string | null | undefined;
|
|
@@ -144,8 +144,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
144
144
|
projectId: string;
|
|
145
145
|
slug: string;
|
|
146
146
|
metadata: Record<string, unknown>;
|
|
147
|
-
title: string;
|
|
148
147
|
startedAt: Date;
|
|
148
|
+
title: string;
|
|
149
149
|
changedFiles: string[];
|
|
150
150
|
workDayId: string;
|
|
151
151
|
reportVersion: string;
|
|
@@ -179,8 +179,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
179
179
|
createdAt?: Date | undefined;
|
|
180
180
|
state?: string | undefined;
|
|
181
181
|
completedAt?: Date | undefined;
|
|
182
|
-
priority?: number | undefined;
|
|
183
182
|
startedAt?: Date | undefined;
|
|
183
|
+
priority?: number | undefined;
|
|
184
184
|
agentId?: string | undefined;
|
|
185
185
|
idempotencyKey?: string | undefined;
|
|
186
186
|
lastErrorCode?: string | null | undefined;
|
|
@@ -193,8 +193,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
193
193
|
deploymentKind: string;
|
|
194
194
|
id?: string | undefined;
|
|
195
195
|
createdAt?: Date | undefined;
|
|
196
|
-
commitSha?: string | null | undefined;
|
|
197
196
|
startedAt?: Date | undefined;
|
|
197
|
+
commitSha?: string | null | undefined;
|
|
198
198
|
finishedAt?: Date | undefined;
|
|
199
199
|
releaseTag?: string | null | undefined;
|
|
200
200
|
sourceRef?: string | null | undefined;
|
|
@@ -210,8 +210,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
210
210
|
summary: string;
|
|
211
211
|
projectId: string;
|
|
212
212
|
slug: string;
|
|
213
|
-
title: string;
|
|
214
213
|
startedAt: Date;
|
|
214
|
+
title: string;
|
|
215
215
|
workDayId: string;
|
|
216
216
|
reportVersion: string;
|
|
217
217
|
workdayState: string;
|
|
@@ -251,8 +251,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
251
251
|
createdAt?: Date | undefined;
|
|
252
252
|
state?: string | undefined;
|
|
253
253
|
completedAt?: Date | undefined;
|
|
254
|
-
priority?: number | undefined;
|
|
255
254
|
startedAt?: Date | undefined;
|
|
255
|
+
priority?: number | undefined;
|
|
256
256
|
agentId?: string | undefined;
|
|
257
257
|
idempotencyKey?: string | undefined;
|
|
258
258
|
lastErrorCode?: string | null | undefined;
|
|
@@ -266,8 +266,8 @@ export declare const workdayContentSchema: z.ZodObject<{
|
|
|
266
266
|
deploymentKind: string;
|
|
267
267
|
id?: string | undefined;
|
|
268
268
|
createdAt?: Date | undefined;
|
|
269
|
-
commitSha?: string | null | undefined;
|
|
270
269
|
startedAt?: Date | undefined;
|
|
270
|
+
commitSha?: string | null | undefined;
|
|
271
271
|
finishedAt?: Date | undefined;
|
|
272
272
|
releaseTag?: string | null | undefined;
|
|
273
273
|
sourceRef?: string | null | undefined;
|
|
@@ -392,12 +392,12 @@ export declare const templateProductContentSchema: z.ZodObject<{
|
|
|
392
392
|
license: z.ZodOptional<z.ZodString>;
|
|
393
393
|
support: z.ZodOptional<z.ZodString>;
|
|
394
394
|
}, "strip", z.ZodTypeAny, {
|
|
395
|
-
priceModel: "external" | "private" | "
|
|
395
|
+
priceModel: "external" | "private" | "free" | "contact" | "one_time" | "one_time_current_version" | "subscription" | "subscription_updates" | "professional_hosting" | "scoped_contract";
|
|
396
396
|
support?: string | undefined;
|
|
397
397
|
license?: string | undefined;
|
|
398
398
|
}, {
|
|
399
399
|
support?: string | undefined;
|
|
400
|
-
priceModel?: "external" | "private" | "
|
|
400
|
+
priceModel?: "external" | "private" | "free" | "contact" | "one_time" | "one_time_current_version" | "subscription" | "subscription_updates" | "professional_hosting" | "scoped_contract" | undefined;
|
|
401
401
|
license?: string | undefined;
|
|
402
402
|
}>>;
|
|
403
403
|
relatedBooks: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -444,7 +444,7 @@ export declare const templateProductContentSchema: z.ZodObject<{
|
|
|
444
444
|
supportsReconcile: boolean;
|
|
445
445
|
};
|
|
446
446
|
offer: {
|
|
447
|
-
priceModel: "external" | "private" | "
|
|
447
|
+
priceModel: "external" | "private" | "free" | "contact" | "one_time" | "one_time_current_version" | "subscription" | "subscription_updates" | "professional_hosting" | "scoped_contract";
|
|
448
448
|
support?: string | undefined;
|
|
449
449
|
license?: string | undefined;
|
|
450
450
|
};
|
|
@@ -497,7 +497,7 @@ export declare const templateProductContentSchema: z.ZodObject<{
|
|
|
497
497
|
publisherVerified?: boolean | undefined;
|
|
498
498
|
offer?: {
|
|
499
499
|
support?: string | undefined;
|
|
500
|
-
priceModel?: "external" | "private" | "
|
|
500
|
+
priceModel?: "external" | "private" | "free" | "contact" | "one_time" | "one_time_current_version" | "subscription" | "subscription_updates" | "professional_hosting" | "scoped_contract" | undefined;
|
|
501
501
|
license?: string | undefined;
|
|
502
502
|
} | undefined;
|
|
503
503
|
relatedBooks?: string[] | undefined;
|
|
@@ -647,7 +647,7 @@ export declare const agentTestContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
647
647
|
}>>;
|
|
648
648
|
maxLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
649
649
|
}, "strip", z.ZodTypeAny, {
|
|
650
|
-
kind: "workday" | "
|
|
650
|
+
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
651
651
|
id: string;
|
|
652
652
|
trigger: Record<string, unknown>;
|
|
653
653
|
agent: string;
|
|
@@ -691,7 +691,7 @@ export declare const agentTestContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
691
691
|
} | undefined;
|
|
692
692
|
maxLatencyMs?: number | undefined;
|
|
693
693
|
}, {
|
|
694
|
-
kind: "workday" | "
|
|
694
|
+
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
695
695
|
id: string;
|
|
696
696
|
agent: string;
|
|
697
697
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -751,7 +751,7 @@ export declare const agentTestContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
751
751
|
} | undefined;
|
|
752
752
|
maxLatencyMs?: number | undefined;
|
|
753
753
|
}>, {
|
|
754
|
-
kind: "workday" | "
|
|
754
|
+
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
755
755
|
id: string;
|
|
756
756
|
trigger: Record<string, unknown>;
|
|
757
757
|
agent: string;
|
|
@@ -795,7 +795,7 @@ export declare const agentTestContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
795
795
|
} | undefined;
|
|
796
796
|
maxLatencyMs?: number | undefined;
|
|
797
797
|
}, {
|
|
798
|
-
kind: "workday" | "
|
|
798
|
+
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
799
799
|
id: string;
|
|
800
800
|
agent: string;
|
|
801
801
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -999,7 +999,7 @@ export declare const auxiliaryContentSchemas: {
|
|
|
999
999
|
}>>;
|
|
1000
1000
|
maxLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
1001
1001
|
}, "strip", z.ZodTypeAny, {
|
|
1002
|
-
kind: "workday" | "
|
|
1002
|
+
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1003
1003
|
id: string;
|
|
1004
1004
|
trigger: Record<string, unknown>;
|
|
1005
1005
|
agent: string;
|
|
@@ -1043,7 +1043,7 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1043
1043
|
} | undefined;
|
|
1044
1044
|
maxLatencyMs?: number | undefined;
|
|
1045
1045
|
}, {
|
|
1046
|
-
kind: "workday" | "
|
|
1046
|
+
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1047
1047
|
id: string;
|
|
1048
1048
|
agent: string;
|
|
1049
1049
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -1103,7 +1103,7 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1103
1103
|
} | undefined;
|
|
1104
1104
|
maxLatencyMs?: number | undefined;
|
|
1105
1105
|
}>, {
|
|
1106
|
-
kind: "workday" | "
|
|
1106
|
+
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1107
1107
|
id: string;
|
|
1108
1108
|
trigger: Record<string, unknown>;
|
|
1109
1109
|
agent: string;
|
|
@@ -1147,7 +1147,7 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1147
1147
|
} | undefined;
|
|
1148
1148
|
maxLatencyMs?: number | undefined;
|
|
1149
1149
|
}, {
|
|
1150
|
-
kind: "workday" | "
|
|
1150
|
+
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1151
1151
|
id: string;
|
|
1152
1152
|
agent: string;
|
|
1153
1153
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -1285,8 +1285,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1285
1285
|
createdAt?: Date | undefined;
|
|
1286
1286
|
state?: string | undefined;
|
|
1287
1287
|
completedAt?: Date | undefined;
|
|
1288
|
-
priority?: number | undefined;
|
|
1289
1288
|
startedAt?: Date | undefined;
|
|
1289
|
+
priority?: number | undefined;
|
|
1290
1290
|
agentId?: string | undefined;
|
|
1291
1291
|
idempotencyKey?: string | undefined;
|
|
1292
1292
|
lastErrorCode?: string | null | undefined;
|
|
@@ -1299,8 +1299,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1299
1299
|
createdAt?: Date | undefined;
|
|
1300
1300
|
state?: string | undefined;
|
|
1301
1301
|
completedAt?: Date | undefined;
|
|
1302
|
-
priority?: number | undefined;
|
|
1303
1302
|
startedAt?: Date | undefined;
|
|
1303
|
+
priority?: number | undefined;
|
|
1304
1304
|
agentId?: string | undefined;
|
|
1305
1305
|
idempotencyKey?: string | undefined;
|
|
1306
1306
|
lastErrorCode?: string | null | undefined;
|
|
@@ -1325,8 +1325,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1325
1325
|
deploymentKind: string;
|
|
1326
1326
|
id?: string | undefined;
|
|
1327
1327
|
createdAt?: Date | undefined;
|
|
1328
|
-
commitSha?: string | null | undefined;
|
|
1329
1328
|
startedAt?: Date | undefined;
|
|
1329
|
+
commitSha?: string | null | undefined;
|
|
1330
1330
|
finishedAt?: Date | undefined;
|
|
1331
1331
|
releaseTag?: string | null | undefined;
|
|
1332
1332
|
sourceRef?: string | null | undefined;
|
|
@@ -1335,8 +1335,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1335
1335
|
deploymentKind: string;
|
|
1336
1336
|
id?: string | undefined;
|
|
1337
1337
|
createdAt?: Date | undefined;
|
|
1338
|
-
commitSha?: string | null | undefined;
|
|
1339
1338
|
startedAt?: Date | undefined;
|
|
1339
|
+
commitSha?: string | null | undefined;
|
|
1340
1340
|
finishedAt?: Date | undefined;
|
|
1341
1341
|
releaseTag?: string | null | undefined;
|
|
1342
1342
|
sourceRef?: string | null | undefined;
|
|
@@ -1352,8 +1352,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1352
1352
|
projectId: string;
|
|
1353
1353
|
slug: string;
|
|
1354
1354
|
metadata: Record<string, unknown>;
|
|
1355
|
-
title: string;
|
|
1356
1355
|
startedAt: Date;
|
|
1356
|
+
title: string;
|
|
1357
1357
|
changedFiles: string[];
|
|
1358
1358
|
workDayId: string;
|
|
1359
1359
|
reportVersion: string;
|
|
@@ -1387,8 +1387,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1387
1387
|
createdAt?: Date | undefined;
|
|
1388
1388
|
state?: string | undefined;
|
|
1389
1389
|
completedAt?: Date | undefined;
|
|
1390
|
-
priority?: number | undefined;
|
|
1391
1390
|
startedAt?: Date | undefined;
|
|
1391
|
+
priority?: number | undefined;
|
|
1392
1392
|
agentId?: string | undefined;
|
|
1393
1393
|
idempotencyKey?: string | undefined;
|
|
1394
1394
|
lastErrorCode?: string | null | undefined;
|
|
@@ -1401,8 +1401,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1401
1401
|
deploymentKind: string;
|
|
1402
1402
|
id?: string | undefined;
|
|
1403
1403
|
createdAt?: Date | undefined;
|
|
1404
|
-
commitSha?: string | null | undefined;
|
|
1405
1404
|
startedAt?: Date | undefined;
|
|
1405
|
+
commitSha?: string | null | undefined;
|
|
1406
1406
|
finishedAt?: Date | undefined;
|
|
1407
1407
|
releaseTag?: string | null | undefined;
|
|
1408
1408
|
sourceRef?: string | null | undefined;
|
|
@@ -1418,8 +1418,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1418
1418
|
summary: string;
|
|
1419
1419
|
projectId: string;
|
|
1420
1420
|
slug: string;
|
|
1421
|
-
title: string;
|
|
1422
1421
|
startedAt: Date;
|
|
1422
|
+
title: string;
|
|
1423
1423
|
workDayId: string;
|
|
1424
1424
|
reportVersion: string;
|
|
1425
1425
|
workdayState: string;
|
|
@@ -1459,8 +1459,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1459
1459
|
createdAt?: Date | undefined;
|
|
1460
1460
|
state?: string | undefined;
|
|
1461
1461
|
completedAt?: Date | undefined;
|
|
1462
|
-
priority?: number | undefined;
|
|
1463
1462
|
startedAt?: Date | undefined;
|
|
1463
|
+
priority?: number | undefined;
|
|
1464
1464
|
agentId?: string | undefined;
|
|
1465
1465
|
idempotencyKey?: string | undefined;
|
|
1466
1466
|
lastErrorCode?: string | null | undefined;
|
|
@@ -1474,8 +1474,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1474
1474
|
deploymentKind: string;
|
|
1475
1475
|
id?: string | undefined;
|
|
1476
1476
|
createdAt?: Date | undefined;
|
|
1477
|
-
commitSha?: string | null | undefined;
|
|
1478
1477
|
startedAt?: Date | undefined;
|
|
1478
|
+
commitSha?: string | null | undefined;
|
|
1479
1479
|
finishedAt?: Date | undefined;
|
|
1480
1480
|
releaseTag?: string | null | undefined;
|
|
1481
1481
|
sourceRef?: string | null | undefined;
|
|
@@ -1600,12 +1600,12 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1600
1600
|
license: z.ZodOptional<z.ZodString>;
|
|
1601
1601
|
support: z.ZodOptional<z.ZodString>;
|
|
1602
1602
|
}, "strip", z.ZodTypeAny, {
|
|
1603
|
-
priceModel: "external" | "private" | "
|
|
1603
|
+
priceModel: "external" | "private" | "free" | "contact" | "one_time" | "one_time_current_version" | "subscription" | "subscription_updates" | "professional_hosting" | "scoped_contract";
|
|
1604
1604
|
support?: string | undefined;
|
|
1605
1605
|
license?: string | undefined;
|
|
1606
1606
|
}, {
|
|
1607
1607
|
support?: string | undefined;
|
|
1608
|
-
priceModel?: "external" | "private" | "
|
|
1608
|
+
priceModel?: "external" | "private" | "free" | "contact" | "one_time" | "one_time_current_version" | "subscription" | "subscription_updates" | "professional_hosting" | "scoped_contract" | undefined;
|
|
1609
1609
|
license?: string | undefined;
|
|
1610
1610
|
}>>;
|
|
1611
1611
|
relatedBooks: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1652,7 +1652,7 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1652
1652
|
supportsReconcile: boolean;
|
|
1653
1653
|
};
|
|
1654
1654
|
offer: {
|
|
1655
|
-
priceModel: "external" | "private" | "
|
|
1655
|
+
priceModel: "external" | "private" | "free" | "contact" | "one_time" | "one_time_current_version" | "subscription" | "subscription_updates" | "professional_hosting" | "scoped_contract";
|
|
1656
1656
|
support?: string | undefined;
|
|
1657
1657
|
license?: string | undefined;
|
|
1658
1658
|
};
|
|
@@ -1705,7 +1705,7 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1705
1705
|
publisherVerified?: boolean | undefined;
|
|
1706
1706
|
offer?: {
|
|
1707
1707
|
support?: string | undefined;
|
|
1708
|
-
priceModel?: "external" | "private" | "
|
|
1708
|
+
priceModel?: "external" | "private" | "free" | "contact" | "one_time" | "one_time_current_version" | "subscription" | "subscription_updates" | "professional_hosting" | "scoped_contract" | undefined;
|
|
1709
1709
|
license?: string | undefined;
|
|
1710
1710
|
} | undefined;
|
|
1711
1711
|
relatedBooks?: string[] | undefined;
|