@read-frog/api-contract 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +449 -452
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import * as _$_orpc_contract0 from "@orpc/contract";
|
|
2
1
|
import { ContractRouterClient, ErrorMap } from "@orpc/contract";
|
|
3
2
|
import { CardState, ReviewRating, SRS_REVIEW_DURATION_MS_MAX, ScheduleStatus, SchedulingParams, cardStateSchema, reviewRatingSchema, scheduleStatusSchema, schedulingParamsSchema } from "@read-frog/definitions";
|
|
4
|
-
import * as _$zod from "zod";
|
|
5
3
|
import { z } from "zod";
|
|
6
|
-
import * as _$zod_v4_core0 from "zod/v4/core";
|
|
7
4
|
|
|
8
5
|
//#region src/public-errors.d.ts
|
|
9
6
|
declare const CellValidationFailureReasonSchema: z.ZodEnum<{
|
|
@@ -1230,560 +1227,560 @@ type UserEnsureTimezoneOutput = z.infer<typeof userEnsureTimezoneOutputSchema>;
|
|
|
1230
1227
|
//#region src/index.d.ts
|
|
1231
1228
|
declare const contract: {
|
|
1232
1229
|
betaAccess: {
|
|
1233
|
-
status:
|
|
1234
|
-
featureKey:
|
|
1230
|
+
status: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1231
|
+
featureKey: import("zod").ZodEnum<{
|
|
1235
1232
|
notebase: "notebase";
|
|
1236
1233
|
}>;
|
|
1237
|
-
},
|
|
1238
|
-
featureKey:
|
|
1234
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
1235
|
+
featureKey: import("zod").ZodEnum<{
|
|
1239
1236
|
notebase: "notebase";
|
|
1240
1237
|
}>;
|
|
1241
|
-
allowed:
|
|
1242
|
-
},
|
|
1238
|
+
allowed: import("zod").ZodBoolean;
|
|
1239
|
+
}, import("zod/v4/core").$strip>, Record<never, never>, Record<never, never>>;
|
|
1243
1240
|
};
|
|
1244
1241
|
card: {
|
|
1245
|
-
list:
|
|
1246
|
-
notebaseId:
|
|
1247
|
-
templateId:
|
|
1248
|
-
limit:
|
|
1249
|
-
offset:
|
|
1250
|
-
},
|
|
1251
|
-
createdAt:
|
|
1252
|
-
updatedAt:
|
|
1253
|
-
buriedAt:
|
|
1254
|
-
state:
|
|
1242
|
+
list: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1243
|
+
notebaseId: import("zod").ZodUUID;
|
|
1244
|
+
templateId: import("zod").ZodOptional<import("zod").ZodUUID>;
|
|
1245
|
+
limit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1246
|
+
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1247
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
1248
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1249
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1250
|
+
buriedAt: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
1251
|
+
state: import("zod").ZodEnum<{
|
|
1255
1252
|
new: "new";
|
|
1256
1253
|
learning: "learning";
|
|
1257
1254
|
review: "review";
|
|
1258
1255
|
relearning: "relearning";
|
|
1259
1256
|
}>;
|
|
1260
|
-
scheduleStatus:
|
|
1257
|
+
scheduleStatus: import("zod").ZodEnum<{
|
|
1261
1258
|
new: "new";
|
|
1262
1259
|
learning: "learning";
|
|
1263
1260
|
review: "review";
|
|
1264
1261
|
suspended: "suspended";
|
|
1265
1262
|
buried: "buried";
|
|
1266
1263
|
}>;
|
|
1267
|
-
dueAt:
|
|
1268
|
-
lastReviewTime:
|
|
1269
|
-
stability:
|
|
1270
|
-
difficulty:
|
|
1271
|
-
step:
|
|
1272
|
-
lapses:
|
|
1273
|
-
reps:
|
|
1274
|
-
id:
|
|
1275
|
-
notebaseId:
|
|
1276
|
-
notebaseRowId:
|
|
1277
|
-
templateId:
|
|
1278
|
-
variantKey:
|
|
1279
|
-
front:
|
|
1280
|
-
back:
|
|
1281
|
-
},
|
|
1282
|
-
get:
|
|
1283
|
-
id:
|
|
1284
|
-
},
|
|
1285
|
-
createdAt:
|
|
1286
|
-
updatedAt:
|
|
1287
|
-
buriedAt:
|
|
1288
|
-
state:
|
|
1264
|
+
dueAt: import("zod").ZodCoercedDate<unknown>;
|
|
1265
|
+
lastReviewTime: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
1266
|
+
stability: import("zod").ZodNumber;
|
|
1267
|
+
difficulty: import("zod").ZodNumber;
|
|
1268
|
+
step: import("zod").ZodNumber;
|
|
1269
|
+
lapses: import("zod").ZodNumber;
|
|
1270
|
+
reps: import("zod").ZodNumber;
|
|
1271
|
+
id: import("zod").ZodUUID;
|
|
1272
|
+
notebaseId: import("zod").ZodUUID;
|
|
1273
|
+
notebaseRowId: import("zod").ZodUUID;
|
|
1274
|
+
templateId: import("zod").ZodUUID;
|
|
1275
|
+
variantKey: import("zod").ZodString;
|
|
1276
|
+
front: import("zod").ZodString;
|
|
1277
|
+
back: import("zod").ZodString;
|
|
1278
|
+
}, import("zod/v4/core").$strip>>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND">>, Record<never, never>>;
|
|
1279
|
+
get: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1280
|
+
id: import("zod").ZodUUID;
|
|
1281
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1282
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1283
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1284
|
+
buriedAt: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
1285
|
+
state: import("zod").ZodEnum<{
|
|
1289
1286
|
new: "new";
|
|
1290
1287
|
learning: "learning";
|
|
1291
1288
|
review: "review";
|
|
1292
1289
|
relearning: "relearning";
|
|
1293
1290
|
}>;
|
|
1294
|
-
scheduleStatus:
|
|
1291
|
+
scheduleStatus: import("zod").ZodEnum<{
|
|
1295
1292
|
new: "new";
|
|
1296
1293
|
learning: "learning";
|
|
1297
1294
|
review: "review";
|
|
1298
1295
|
suspended: "suspended";
|
|
1299
1296
|
buried: "buried";
|
|
1300
1297
|
}>;
|
|
1301
|
-
dueAt:
|
|
1302
|
-
lastReviewTime:
|
|
1303
|
-
stability:
|
|
1304
|
-
difficulty:
|
|
1305
|
-
step:
|
|
1306
|
-
lapses:
|
|
1307
|
-
reps:
|
|
1308
|
-
id:
|
|
1309
|
-
notebaseId:
|
|
1310
|
-
notebaseRowId:
|
|
1311
|
-
templateId:
|
|
1312
|
-
variantKey:
|
|
1313
|
-
front:
|
|
1314
|
-
back:
|
|
1315
|
-
},
|
|
1316
|
-
generate:
|
|
1317
|
-
notebaseId:
|
|
1318
|
-
templateId:
|
|
1319
|
-
},
|
|
1320
|
-
created:
|
|
1321
|
-
txid:
|
|
1322
|
-
},
|
|
1298
|
+
dueAt: import("zod").ZodCoercedDate<unknown>;
|
|
1299
|
+
lastReviewTime: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
1300
|
+
stability: import("zod").ZodNumber;
|
|
1301
|
+
difficulty: import("zod").ZodNumber;
|
|
1302
|
+
step: import("zod").ZodNumber;
|
|
1303
|
+
lapses: import("zod").ZodNumber;
|
|
1304
|
+
reps: import("zod").ZodNumber;
|
|
1305
|
+
id: import("zod").ZodUUID;
|
|
1306
|
+
notebaseId: import("zod").ZodUUID;
|
|
1307
|
+
notebaseRowId: import("zod").ZodUUID;
|
|
1308
|
+
templateId: import("zod").ZodUUID;
|
|
1309
|
+
variantKey: import("zod").ZodString;
|
|
1310
|
+
front: import("zod").ZodString;
|
|
1311
|
+
back: import("zod").ZodString;
|
|
1312
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "CARD_NOT_FOUND">>, Record<never, never>>;
|
|
1313
|
+
generate: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1314
|
+
notebaseId: import("zod").ZodUUID;
|
|
1315
|
+
templateId: import("zod").ZodOptional<import("zod").ZodUUID>;
|
|
1316
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1317
|
+
created: import("zod").ZodNumber;
|
|
1318
|
+
txid: import("zod").ZodNumber;
|
|
1319
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND" | "CARD_TEMPLATE_NOT_FOUND">>, Record<never, never>>;
|
|
1323
1320
|
};
|
|
1324
1321
|
cardTemplate: {
|
|
1325
|
-
list:
|
|
1326
|
-
notebaseId:
|
|
1327
|
-
},
|
|
1328
|
-
id:
|
|
1329
|
-
notebaseId:
|
|
1330
|
-
name:
|
|
1331
|
-
config:
|
|
1332
|
-
type:
|
|
1333
|
-
frontPattern:
|
|
1334
|
-
backPattern:
|
|
1335
|
-
},
|
|
1336
|
-
createdAt:
|
|
1337
|
-
updatedAt:
|
|
1338
|
-
},
|
|
1339
|
-
get:
|
|
1340
|
-
id:
|
|
1341
|
-
},
|
|
1342
|
-
id:
|
|
1343
|
-
notebaseId:
|
|
1344
|
-
name:
|
|
1345
|
-
config:
|
|
1346
|
-
type:
|
|
1347
|
-
frontPattern:
|
|
1348
|
-
backPattern:
|
|
1349
|
-
},
|
|
1350
|
-
createdAt:
|
|
1351
|
-
updatedAt:
|
|
1352
|
-
},
|
|
1353
|
-
create:
|
|
1354
|
-
id:
|
|
1355
|
-
notebaseId:
|
|
1356
|
-
name:
|
|
1357
|
-
config:
|
|
1358
|
-
type:
|
|
1359
|
-
frontPattern:
|
|
1360
|
-
backPattern:
|
|
1361
|
-
},
|
|
1362
|
-
},
|
|
1363
|
-
id:
|
|
1364
|
-
notebaseId:
|
|
1365
|
-
name:
|
|
1366
|
-
config:
|
|
1367
|
-
type:
|
|
1368
|
-
frontPattern:
|
|
1369
|
-
backPattern:
|
|
1370
|
-
},
|
|
1371
|
-
createdAt:
|
|
1372
|
-
updatedAt:
|
|
1373
|
-
txid:
|
|
1374
|
-
},
|
|
1375
|
-
update:
|
|
1376
|
-
id:
|
|
1377
|
-
name:
|
|
1378
|
-
config:
|
|
1379
|
-
type:
|
|
1380
|
-
frontPattern:
|
|
1381
|
-
backPattern:
|
|
1382
|
-
},
|
|
1383
|
-
},
|
|
1384
|
-
id:
|
|
1385
|
-
notebaseId:
|
|
1386
|
-
name:
|
|
1387
|
-
config:
|
|
1388
|
-
type:
|
|
1389
|
-
frontPattern:
|
|
1390
|
-
backPattern:
|
|
1391
|
-
},
|
|
1392
|
-
createdAt:
|
|
1393
|
-
updatedAt:
|
|
1394
|
-
txid:
|
|
1395
|
-
},
|
|
1396
|
-
delete:
|
|
1397
|
-
id:
|
|
1398
|
-
},
|
|
1399
|
-
txid:
|
|
1400
|
-
},
|
|
1322
|
+
list: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1323
|
+
notebaseId: import("zod").ZodUUID;
|
|
1324
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
1325
|
+
id: import("zod").ZodUUID;
|
|
1326
|
+
notebaseId: import("zod").ZodUUID;
|
|
1327
|
+
name: import("zod").ZodString;
|
|
1328
|
+
config: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1329
|
+
type: import("zod").ZodLiteral<"basic">;
|
|
1330
|
+
frontPattern: import("zod").ZodString;
|
|
1331
|
+
backPattern: import("zod").ZodString;
|
|
1332
|
+
}, import("zod/v4/core").$strict>], "type">;
|
|
1333
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1334
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1335
|
+
}, import("zod/v4/core").$strip>>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND">>, Record<never, never>>;
|
|
1336
|
+
get: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1337
|
+
id: import("zod").ZodUUID;
|
|
1338
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1339
|
+
id: import("zod").ZodUUID;
|
|
1340
|
+
notebaseId: import("zod").ZodUUID;
|
|
1341
|
+
name: import("zod").ZodString;
|
|
1342
|
+
config: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1343
|
+
type: import("zod").ZodLiteral<"basic">;
|
|
1344
|
+
frontPattern: import("zod").ZodString;
|
|
1345
|
+
backPattern: import("zod").ZodString;
|
|
1346
|
+
}, import("zod/v4/core").$strict>], "type">;
|
|
1347
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1348
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1349
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "CARD_TEMPLATE_NOT_FOUND">>, Record<never, never>>;
|
|
1350
|
+
create: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1351
|
+
id: import("zod").ZodOptional<import("zod").ZodUUID>;
|
|
1352
|
+
notebaseId: import("zod").ZodUUID;
|
|
1353
|
+
name: import("zod").ZodString;
|
|
1354
|
+
config: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1355
|
+
type: import("zod").ZodLiteral<"basic">;
|
|
1356
|
+
frontPattern: import("zod").ZodString;
|
|
1357
|
+
backPattern: import("zod").ZodString;
|
|
1358
|
+
}, import("zod/v4/core").$strict>], "type">;
|
|
1359
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
1360
|
+
id: import("zod").ZodUUID;
|
|
1361
|
+
notebaseId: import("zod").ZodUUID;
|
|
1362
|
+
name: import("zod").ZodString;
|
|
1363
|
+
config: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1364
|
+
type: import("zod").ZodLiteral<"basic">;
|
|
1365
|
+
frontPattern: import("zod").ZodString;
|
|
1366
|
+
backPattern: import("zod").ZodString;
|
|
1367
|
+
}, import("zod/v4/core").$strict>], "type">;
|
|
1368
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1369
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1370
|
+
txid: import("zod").ZodNumber;
|
|
1371
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND" | "CARD_TEMPLATE_INVALID_NOTEBASE_COLUMNS">>, Record<never, never>>;
|
|
1372
|
+
update: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1373
|
+
id: import("zod").ZodUUID;
|
|
1374
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1375
|
+
config: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1376
|
+
type: import("zod").ZodLiteral<"basic">;
|
|
1377
|
+
frontPattern: import("zod").ZodString;
|
|
1378
|
+
backPattern: import("zod").ZodString;
|
|
1379
|
+
}, import("zod/v4/core").$strict>], "type">>;
|
|
1380
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
1381
|
+
id: import("zod").ZodUUID;
|
|
1382
|
+
notebaseId: import("zod").ZodUUID;
|
|
1383
|
+
name: import("zod").ZodString;
|
|
1384
|
+
config: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1385
|
+
type: import("zod").ZodLiteral<"basic">;
|
|
1386
|
+
frontPattern: import("zod").ZodString;
|
|
1387
|
+
backPattern: import("zod").ZodString;
|
|
1388
|
+
}, import("zod/v4/core").$strict>], "type">;
|
|
1389
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1390
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1391
|
+
txid: import("zod").ZodNumber;
|
|
1392
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "CARD_TEMPLATE_NOT_FOUND" | "CARD_TEMPLATE_INVALID_NOTEBASE_COLUMNS">>, Record<never, never>>;
|
|
1393
|
+
delete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1394
|
+
id: import("zod").ZodUUID;
|
|
1395
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1396
|
+
txid: import("zod").ZodNumber;
|
|
1397
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "CARD_TEMPLATE_NOT_FOUND">>, Record<never, never>>;
|
|
1401
1398
|
};
|
|
1402
1399
|
notebase: {
|
|
1403
|
-
list:
|
|
1404
|
-
id:
|
|
1405
|
-
name:
|
|
1406
|
-
},
|
|
1407
|
-
get:
|
|
1408
|
-
id:
|
|
1409
|
-
},
|
|
1410
|
-
id:
|
|
1411
|
-
userId:
|
|
1412
|
-
name:
|
|
1413
|
-
srsNewPerDay:
|
|
1414
|
-
srsReviewsPerDay:
|
|
1415
|
-
srsDesiredRetention:
|
|
1416
|
-
srsEnableShortTerm:
|
|
1417
|
-
srsMaximumInterval:
|
|
1418
|
-
srsLearningSteps:
|
|
1419
|
-
srsRelearningSteps:
|
|
1420
|
-
srsLeechThreshold:
|
|
1421
|
-
srsEnableFuzz:
|
|
1422
|
-
srsWeights:
|
|
1423
|
-
createdAt:
|
|
1424
|
-
updatedAt:
|
|
1425
|
-
notebaseColumns:
|
|
1426
|
-
id:
|
|
1427
|
-
notebaseId:
|
|
1428
|
-
name:
|
|
1429
|
-
config:
|
|
1430
|
-
type:
|
|
1431
|
-
},
|
|
1432
|
-
type:
|
|
1433
|
-
decimal:
|
|
1434
|
-
format:
|
|
1400
|
+
list: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{}, import("zod/v4/core").$strip>, import("zod").ZodArray<import("zod").ZodObject<{
|
|
1401
|
+
id: import("zod").ZodString;
|
|
1402
|
+
name: import("zod").ZodString;
|
|
1403
|
+
}, import("zod/v4/core").$strip>>, import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Record<never, never>>;
|
|
1404
|
+
get: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1405
|
+
id: import("zod").ZodUUID;
|
|
1406
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1407
|
+
id: import("zod").ZodString;
|
|
1408
|
+
userId: import("zod").ZodString;
|
|
1409
|
+
name: import("zod").ZodString;
|
|
1410
|
+
srsNewPerDay: import("zod").ZodNumber;
|
|
1411
|
+
srsReviewsPerDay: import("zod").ZodNumber;
|
|
1412
|
+
srsDesiredRetention: import("zod").ZodNumber;
|
|
1413
|
+
srsEnableShortTerm: import("zod").ZodBoolean;
|
|
1414
|
+
srsMaximumInterval: import("zod").ZodNumber;
|
|
1415
|
+
srsLearningSteps: import("zod").ZodArray<import("zod").ZodTemplateLiteral<`${number}m` | `${number}h` | `${number}d`>>;
|
|
1416
|
+
srsRelearningSteps: import("zod").ZodArray<import("zod").ZodTemplateLiteral<`${number}m` | `${number}h` | `${number}d`>>;
|
|
1417
|
+
srsLeechThreshold: import("zod").ZodNumber;
|
|
1418
|
+
srsEnableFuzz: import("zod").ZodBoolean;
|
|
1419
|
+
srsWeights: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber>>;
|
|
1420
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1421
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1422
|
+
notebaseColumns: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1423
|
+
id: import("zod").ZodString;
|
|
1424
|
+
notebaseId: import("zod").ZodString;
|
|
1425
|
+
name: import("zod").ZodString;
|
|
1426
|
+
config: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1427
|
+
type: import("zod").ZodLiteral<"string">;
|
|
1428
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1429
|
+
type: import("zod").ZodLiteral<"number">;
|
|
1430
|
+
decimal: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
1431
|
+
format: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
1435
1432
|
number: "number";
|
|
1436
1433
|
currency: "currency";
|
|
1437
1434
|
percent: "percent";
|
|
1438
1435
|
}>>;
|
|
1439
|
-
},
|
|
1440
|
-
type:
|
|
1441
|
-
},
|
|
1442
|
-
type:
|
|
1443
|
-
dateFormat:
|
|
1444
|
-
},
|
|
1445
|
-
type:
|
|
1446
|
-
options:
|
|
1447
|
-
id:
|
|
1448
|
-
value:
|
|
1449
|
-
color:
|
|
1450
|
-
},
|
|
1451
|
-
},
|
|
1452
|
-
position:
|
|
1453
|
-
isPrimary:
|
|
1454
|
-
width:
|
|
1455
|
-
createdAt:
|
|
1456
|
-
updatedAt:
|
|
1457
|
-
},
|
|
1458
|
-
notebaseRows:
|
|
1459
|
-
id:
|
|
1460
|
-
notebaseId:
|
|
1461
|
-
cells:
|
|
1462
|
-
position:
|
|
1463
|
-
createdAt:
|
|
1464
|
-
updatedAt:
|
|
1465
|
-
},
|
|
1466
|
-
notebaseViews:
|
|
1467
|
-
id:
|
|
1468
|
-
notebaseId:
|
|
1469
|
-
name:
|
|
1470
|
-
type:
|
|
1436
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1437
|
+
type: import("zod").ZodLiteral<"boolean">;
|
|
1438
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1439
|
+
type: import("zod").ZodLiteral<"date">;
|
|
1440
|
+
dateFormat: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1441
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1442
|
+
type: import("zod").ZodLiteral<"select">;
|
|
1443
|
+
options: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1444
|
+
id: import("zod").ZodString;
|
|
1445
|
+
value: import("zod").ZodString;
|
|
1446
|
+
color: import("zod").ZodString;
|
|
1447
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1448
|
+
}, import("zod/v4/core").$strip>], "type">;
|
|
1449
|
+
position: import("zod").ZodNumber;
|
|
1450
|
+
isPrimary: import("zod").ZodBoolean;
|
|
1451
|
+
width: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1452
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1453
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1454
|
+
}, import("zod/v4/core").$strip>>;
|
|
1455
|
+
notebaseRows: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1456
|
+
id: import("zod").ZodString;
|
|
1457
|
+
notebaseId: import("zod").ZodString;
|
|
1458
|
+
cells: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>;
|
|
1459
|
+
position: import("zod").ZodNumber;
|
|
1460
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1461
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1462
|
+
}, import("zod/v4/core").$strip>>;
|
|
1463
|
+
notebaseViews: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1464
|
+
id: import("zod").ZodString;
|
|
1465
|
+
notebaseId: import("zod").ZodString;
|
|
1466
|
+
name: import("zod").ZodString;
|
|
1467
|
+
type: import("zod").ZodEnum<{
|
|
1471
1468
|
table: "table";
|
|
1472
1469
|
kanban: "kanban";
|
|
1473
1470
|
gallery: "gallery";
|
|
1474
1471
|
}>;
|
|
1475
|
-
config:
|
|
1476
|
-
notebaseColumnWidths:
|
|
1477
|
-
hiddenNotebaseColumns:
|
|
1478
|
-
groupByNotebaseColumnId:
|
|
1479
|
-
},
|
|
1480
|
-
filters:
|
|
1481
|
-
sorts:
|
|
1482
|
-
position:
|
|
1483
|
-
createdAt:
|
|
1484
|
-
updatedAt:
|
|
1485
|
-
},
|
|
1486
|
-
},
|
|
1487
|
-
getSchema:
|
|
1488
|
-
id:
|
|
1489
|
-
},
|
|
1490
|
-
id:
|
|
1491
|
-
name:
|
|
1492
|
-
updatedAt:
|
|
1493
|
-
notebaseColumns:
|
|
1494
|
-
id:
|
|
1495
|
-
notebaseId:
|
|
1496
|
-
name:
|
|
1497
|
-
config:
|
|
1498
|
-
type:
|
|
1499
|
-
},
|
|
1500
|
-
type:
|
|
1501
|
-
decimal:
|
|
1502
|
-
format:
|
|
1472
|
+
config: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1473
|
+
notebaseColumnWidths: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodNumber>>;
|
|
1474
|
+
hiddenNotebaseColumns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1475
|
+
groupByNotebaseColumnId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1476
|
+
}, import("zod/v4/core").$catchall<import("zod").ZodUnknown>>>;
|
|
1477
|
+
filters: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodUnknown>>;
|
|
1478
|
+
sorts: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodUnknown>>;
|
|
1479
|
+
position: import("zod").ZodNumber;
|
|
1480
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1481
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1482
|
+
}, import("zod/v4/core").$strip>>;
|
|
1483
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND">>, Record<never, never>>;
|
|
1484
|
+
getSchema: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1485
|
+
id: import("zod").ZodUUID;
|
|
1486
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1487
|
+
id: import("zod").ZodString;
|
|
1488
|
+
name: import("zod").ZodString;
|
|
1489
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1490
|
+
notebaseColumns: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1491
|
+
id: import("zod").ZodString;
|
|
1492
|
+
notebaseId: import("zod").ZodString;
|
|
1493
|
+
name: import("zod").ZodString;
|
|
1494
|
+
config: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1495
|
+
type: import("zod").ZodLiteral<"string">;
|
|
1496
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1497
|
+
type: import("zod").ZodLiteral<"number">;
|
|
1498
|
+
decimal: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
1499
|
+
format: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
1503
1500
|
number: "number";
|
|
1504
1501
|
currency: "currency";
|
|
1505
1502
|
percent: "percent";
|
|
1506
1503
|
}>>;
|
|
1507
|
-
},
|
|
1508
|
-
type:
|
|
1509
|
-
},
|
|
1510
|
-
type:
|
|
1511
|
-
dateFormat:
|
|
1512
|
-
},
|
|
1513
|
-
type:
|
|
1514
|
-
options:
|
|
1515
|
-
id:
|
|
1516
|
-
value:
|
|
1517
|
-
color:
|
|
1518
|
-
},
|
|
1519
|
-
},
|
|
1520
|
-
position:
|
|
1521
|
-
isPrimary:
|
|
1522
|
-
width:
|
|
1523
|
-
createdAt:
|
|
1524
|
-
updatedAt:
|
|
1525
|
-
},
|
|
1526
|
-
},
|
|
1527
|
-
create:
|
|
1528
|
-
id:
|
|
1529
|
-
name:
|
|
1530
|
-
},
|
|
1531
|
-
txid:
|
|
1532
|
-
},
|
|
1533
|
-
update:
|
|
1534
|
-
name:
|
|
1535
|
-
id:
|
|
1536
|
-
},
|
|
1537
|
-
txid:
|
|
1538
|
-
},
|
|
1539
|
-
delete:
|
|
1540
|
-
id:
|
|
1541
|
-
},
|
|
1542
|
-
txid:
|
|
1543
|
-
},
|
|
1504
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1505
|
+
type: import("zod").ZodLiteral<"boolean">;
|
|
1506
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1507
|
+
type: import("zod").ZodLiteral<"date">;
|
|
1508
|
+
dateFormat: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1509
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1510
|
+
type: import("zod").ZodLiteral<"select">;
|
|
1511
|
+
options: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1512
|
+
id: import("zod").ZodString;
|
|
1513
|
+
value: import("zod").ZodString;
|
|
1514
|
+
color: import("zod").ZodString;
|
|
1515
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1516
|
+
}, import("zod/v4/core").$strip>], "type">;
|
|
1517
|
+
position: import("zod").ZodNumber;
|
|
1518
|
+
isPrimary: import("zod").ZodBoolean;
|
|
1519
|
+
width: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1520
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1521
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1522
|
+
}, import("zod/v4/core").$strip>>;
|
|
1523
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND">>, Record<never, never>>;
|
|
1524
|
+
create: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1525
|
+
id: import("zod").ZodOptional<import("zod").ZodUUID>;
|
|
1526
|
+
name: import("zod").ZodString;
|
|
1527
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
1528
|
+
txid: import("zod").ZodNumber;
|
|
1529
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Record<never, never>>;
|
|
1530
|
+
update: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1531
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1532
|
+
id: import("zod").ZodUUID;
|
|
1533
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
1534
|
+
txid: import("zod").ZodNumber;
|
|
1535
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND">>, Record<never, never>>;
|
|
1536
|
+
delete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1537
|
+
id: import("zod").ZodUUID;
|
|
1538
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1539
|
+
txid: import("zod").ZodNumber;
|
|
1540
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND">>, Record<never, never>>;
|
|
1544
1541
|
};
|
|
1545
1542
|
notebaseColumn: {
|
|
1546
|
-
create:
|
|
1547
|
-
notebaseId:
|
|
1548
|
-
data:
|
|
1549
|
-
id:
|
|
1550
|
-
name:
|
|
1551
|
-
config:
|
|
1552
|
-
type:
|
|
1553
|
-
},
|
|
1554
|
-
type:
|
|
1555
|
-
decimal:
|
|
1556
|
-
format:
|
|
1543
|
+
create: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1544
|
+
notebaseId: import("zod").ZodUUID;
|
|
1545
|
+
data: import("zod").ZodObject<{
|
|
1546
|
+
id: import("zod").ZodOptional<import("zod").ZodUUID>;
|
|
1547
|
+
name: import("zod").ZodString;
|
|
1548
|
+
config: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1549
|
+
type: import("zod").ZodLiteral<"string">;
|
|
1550
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1551
|
+
type: import("zod").ZodLiteral<"number">;
|
|
1552
|
+
decimal: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
1553
|
+
format: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
1557
1554
|
number: "number";
|
|
1558
1555
|
currency: "currency";
|
|
1559
1556
|
percent: "percent";
|
|
1560
1557
|
}>>;
|
|
1561
|
-
},
|
|
1562
|
-
type:
|
|
1563
|
-
},
|
|
1564
|
-
type:
|
|
1565
|
-
dateFormat:
|
|
1566
|
-
},
|
|
1567
|
-
type:
|
|
1568
|
-
options:
|
|
1569
|
-
id:
|
|
1570
|
-
value:
|
|
1571
|
-
color:
|
|
1572
|
-
},
|
|
1573
|
-
},
|
|
1574
|
-
},
|
|
1575
|
-
},
|
|
1576
|
-
txid:
|
|
1577
|
-
},
|
|
1578
|
-
update:
|
|
1579
|
-
notebaseColumnId:
|
|
1580
|
-
data:
|
|
1581
|
-
name:
|
|
1582
|
-
config:
|
|
1583
|
-
type:
|
|
1584
|
-
},
|
|
1585
|
-
type:
|
|
1586
|
-
decimal:
|
|
1587
|
-
format:
|
|
1558
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1559
|
+
type: import("zod").ZodLiteral<"boolean">;
|
|
1560
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1561
|
+
type: import("zod").ZodLiteral<"date">;
|
|
1562
|
+
dateFormat: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1563
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1564
|
+
type: import("zod").ZodLiteral<"select">;
|
|
1565
|
+
options: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1566
|
+
id: import("zod").ZodString;
|
|
1567
|
+
value: import("zod").ZodString;
|
|
1568
|
+
color: import("zod").ZodString;
|
|
1569
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1570
|
+
}, import("zod/v4/core").$strip>], "type">;
|
|
1571
|
+
}, import("zod/v4/core").$strict>;
|
|
1572
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1573
|
+
txid: import("zod").ZodNumber;
|
|
1574
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND" | "CONCURRENT_POSITION_CONFLICT">>, Record<never, never>>;
|
|
1575
|
+
update: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1576
|
+
notebaseColumnId: import("zod").ZodUUID;
|
|
1577
|
+
data: import("zod").ZodObject<{
|
|
1578
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1579
|
+
config: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1580
|
+
type: import("zod").ZodLiteral<"string">;
|
|
1581
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1582
|
+
type: import("zod").ZodLiteral<"number">;
|
|
1583
|
+
decimal: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
1584
|
+
format: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
1588
1585
|
number: "number";
|
|
1589
1586
|
currency: "currency";
|
|
1590
1587
|
percent: "percent";
|
|
1591
1588
|
}>>;
|
|
1592
|
-
},
|
|
1593
|
-
type:
|
|
1594
|
-
},
|
|
1595
|
-
type:
|
|
1596
|
-
dateFormat:
|
|
1597
|
-
},
|
|
1598
|
-
type:
|
|
1599
|
-
options:
|
|
1600
|
-
id:
|
|
1601
|
-
value:
|
|
1602
|
-
color:
|
|
1603
|
-
},
|
|
1604
|
-
},
|
|
1605
|
-
width:
|
|
1606
|
-
},
|
|
1607
|
-
},
|
|
1608
|
-
txid:
|
|
1609
|
-
},
|
|
1610
|
-
delete:
|
|
1611
|
-
notebaseColumnId:
|
|
1612
|
-
},
|
|
1613
|
-
txid:
|
|
1614
|
-
},
|
|
1615
|
-
reorder:
|
|
1616
|
-
notebaseId:
|
|
1617
|
-
ids:
|
|
1618
|
-
},
|
|
1619
|
-
txid:
|
|
1620
|
-
},
|
|
1589
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1590
|
+
type: import("zod").ZodLiteral<"boolean">;
|
|
1591
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1592
|
+
type: import("zod").ZodLiteral<"date">;
|
|
1593
|
+
dateFormat: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1594
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1595
|
+
type: import("zod").ZodLiteral<"select">;
|
|
1596
|
+
options: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1597
|
+
id: import("zod").ZodString;
|
|
1598
|
+
value: import("zod").ZodString;
|
|
1599
|
+
color: import("zod").ZodString;
|
|
1600
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1601
|
+
}, import("zod/v4/core").$strip>], "type">>;
|
|
1602
|
+
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
1603
|
+
}, import("zod/v4/core").$strict>;
|
|
1604
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1605
|
+
txid: import("zod").ZodNumber;
|
|
1606
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_COLUMN_NOT_FOUND">>, Record<never, never>>;
|
|
1607
|
+
delete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1608
|
+
notebaseColumnId: import("zod").ZodUUID;
|
|
1609
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1610
|
+
txid: import("zod").ZodNumber;
|
|
1611
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_COLUMN_NOT_FOUND" | "CARD_TEMPLATE_NOTEBASE_COLUMN_IN_USE" | "PRIMARY_NOTEBASE_COLUMN_DELETE_NOT_ALLOWED" | "CONCURRENT_POSITION_CONFLICT">>, Record<never, never>>;
|
|
1612
|
+
reorder: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1613
|
+
notebaseId: import("zod").ZodUUID;
|
|
1614
|
+
ids: import("zod").ZodArray<import("zod").ZodUUID>;
|
|
1615
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1616
|
+
txid: import("zod").ZodNumber;
|
|
1617
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND" | "CONCURRENT_POSITION_CONFLICT">>, Record<never, never>>;
|
|
1621
1618
|
};
|
|
1622
1619
|
notebaseRow: {
|
|
1623
|
-
create:
|
|
1624
|
-
notebaseId:
|
|
1625
|
-
data:
|
|
1626
|
-
id:
|
|
1627
|
-
cells:
|
|
1628
|
-
},
|
|
1629
|
-
},
|
|
1630
|
-
txid:
|
|
1631
|
-
},
|
|
1632
|
-
update:
|
|
1633
|
-
notebaseRowId:
|
|
1634
|
-
data:
|
|
1635
|
-
cells:
|
|
1636
|
-
},
|
|
1637
|
-
},
|
|
1638
|
-
id:
|
|
1639
|
-
notebaseId:
|
|
1640
|
-
cells:
|
|
1641
|
-
position:
|
|
1642
|
-
createdAt:
|
|
1643
|
-
updatedAt:
|
|
1644
|
-
txid:
|
|
1645
|
-
},
|
|
1646
|
-
delete:
|
|
1647
|
-
notebaseRowId:
|
|
1648
|
-
},
|
|
1649
|
-
txid:
|
|
1650
|
-
},
|
|
1651
|
-
reorder:
|
|
1652
|
-
notebaseId:
|
|
1653
|
-
ids:
|
|
1654
|
-
},
|
|
1655
|
-
txid:
|
|
1656
|
-
},
|
|
1620
|
+
create: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1621
|
+
notebaseId: import("zod").ZodUUID;
|
|
1622
|
+
data: import("zod").ZodObject<{
|
|
1623
|
+
id: import("zod").ZodOptional<import("zod").ZodUUID>;
|
|
1624
|
+
cells: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1625
|
+
}, import("zod/v4/core").$strict>;
|
|
1626
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1627
|
+
txid: import("zod").ZodNumber;
|
|
1628
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND" | "CELL_VALIDATION_FAILED" | "CONCURRENT_POSITION_CONFLICT">>, Record<never, never>>;
|
|
1629
|
+
update: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1630
|
+
notebaseRowId: import("zod").ZodUUID;
|
|
1631
|
+
data: import("zod").ZodObject<{
|
|
1632
|
+
cells: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1633
|
+
}, import("zod/v4/core").$strict>;
|
|
1634
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1635
|
+
id: import("zod").ZodUUID;
|
|
1636
|
+
notebaseId: import("zod").ZodUUID;
|
|
1637
|
+
cells: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>;
|
|
1638
|
+
position: import("zod").ZodNumber;
|
|
1639
|
+
createdAt: import("zod").ZodDate;
|
|
1640
|
+
updatedAt: import("zod").ZodDate;
|
|
1641
|
+
txid: import("zod").ZodNumber;
|
|
1642
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_ROW_NOT_FOUND" | "CELL_VALIDATION_FAILED">>, Record<never, never>>;
|
|
1643
|
+
delete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1644
|
+
notebaseRowId: import("zod").ZodUUID;
|
|
1645
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1646
|
+
txid: import("zod").ZodNumber;
|
|
1647
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_ROW_NOT_FOUND" | "CONCURRENT_POSITION_CONFLICT">>, Record<never, never>>;
|
|
1648
|
+
reorder: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1649
|
+
notebaseId: import("zod").ZodUUID;
|
|
1650
|
+
ids: import("zod").ZodArray<import("zod").ZodUUID>;
|
|
1651
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1652
|
+
txid: import("zod").ZodNumber;
|
|
1653
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_NOT_FOUND" | "CONCURRENT_POSITION_CONFLICT">>, Record<never, never>>;
|
|
1657
1654
|
};
|
|
1658
1655
|
srs: {
|
|
1659
|
-
review:
|
|
1660
|
-
cardId:
|
|
1661
|
-
id:
|
|
1662
|
-
rating:
|
|
1656
|
+
review: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1657
|
+
cardId: import("zod").ZodUUID;
|
|
1658
|
+
id: import("zod").ZodOptional<import("zod").ZodUUID>;
|
|
1659
|
+
rating: import("zod").ZodEnum<{
|
|
1663
1660
|
again: "again";
|
|
1664
1661
|
hard: "hard";
|
|
1665
1662
|
good: "good";
|
|
1666
1663
|
easy: "easy";
|
|
1667
1664
|
}>;
|
|
1668
|
-
durationMs:
|
|
1669
|
-
timezone:
|
|
1670
|
-
},
|
|
1671
|
-
card:
|
|
1672
|
-
createdAt:
|
|
1673
|
-
updatedAt:
|
|
1674
|
-
buriedAt:
|
|
1675
|
-
state:
|
|
1665
|
+
durationMs: import("zod").ZodNumber;
|
|
1666
|
+
timezone: import("zod").ZodString;
|
|
1667
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
1668
|
+
card: import("zod").ZodObject<{
|
|
1669
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1670
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1671
|
+
buriedAt: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
1672
|
+
state: import("zod").ZodEnum<{
|
|
1676
1673
|
new: "new";
|
|
1677
1674
|
learning: "learning";
|
|
1678
1675
|
review: "review";
|
|
1679
1676
|
relearning: "relearning";
|
|
1680
1677
|
}>;
|
|
1681
|
-
scheduleStatus:
|
|
1678
|
+
scheduleStatus: import("zod").ZodEnum<{
|
|
1682
1679
|
new: "new";
|
|
1683
1680
|
learning: "learning";
|
|
1684
1681
|
review: "review";
|
|
1685
1682
|
suspended: "suspended";
|
|
1686
1683
|
buried: "buried";
|
|
1687
1684
|
}>;
|
|
1688
|
-
dueAt:
|
|
1689
|
-
lastReviewTime:
|
|
1690
|
-
stability:
|
|
1691
|
-
difficulty:
|
|
1692
|
-
step:
|
|
1693
|
-
lapses:
|
|
1694
|
-
reps:
|
|
1695
|
-
id:
|
|
1696
|
-
notebaseId:
|
|
1697
|
-
notebaseRowId:
|
|
1698
|
-
templateId:
|
|
1699
|
-
variantKey:
|
|
1700
|
-
},
|
|
1701
|
-
revlog:
|
|
1702
|
-
id:
|
|
1703
|
-
notebaseId:
|
|
1704
|
-
cardId:
|
|
1705
|
-
rating:
|
|
1685
|
+
dueAt: import("zod").ZodCoercedDate<unknown>;
|
|
1686
|
+
lastReviewTime: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
1687
|
+
stability: import("zod").ZodNumber;
|
|
1688
|
+
difficulty: import("zod").ZodNumber;
|
|
1689
|
+
step: import("zod").ZodNumber;
|
|
1690
|
+
lapses: import("zod").ZodNumber;
|
|
1691
|
+
reps: import("zod").ZodNumber;
|
|
1692
|
+
id: import("zod").ZodUUID;
|
|
1693
|
+
notebaseId: import("zod").ZodUUID;
|
|
1694
|
+
notebaseRowId: import("zod").ZodUUID;
|
|
1695
|
+
templateId: import("zod").ZodUUID;
|
|
1696
|
+
variantKey: import("zod").ZodString;
|
|
1697
|
+
}, import("zod/v4/core").$strip>;
|
|
1698
|
+
revlog: import("zod").ZodObject<{
|
|
1699
|
+
id: import("zod").ZodUUID;
|
|
1700
|
+
notebaseId: import("zod").ZodUUID;
|
|
1701
|
+
cardId: import("zod").ZodUUID;
|
|
1702
|
+
rating: import("zod").ZodEnum<{
|
|
1706
1703
|
again: "again";
|
|
1707
1704
|
hard: "hard";
|
|
1708
1705
|
good: "good";
|
|
1709
1706
|
easy: "easy";
|
|
1710
1707
|
}>;
|
|
1711
|
-
state:
|
|
1708
|
+
state: import("zod").ZodEnum<{
|
|
1712
1709
|
new: "new";
|
|
1713
1710
|
learning: "learning";
|
|
1714
1711
|
review: "review";
|
|
1715
1712
|
relearning: "relearning";
|
|
1716
1713
|
}>;
|
|
1717
|
-
afterScheduleStatus:
|
|
1714
|
+
afterScheduleStatus: import("zod").ZodEnum<{
|
|
1718
1715
|
new: "new";
|
|
1719
1716
|
learning: "learning";
|
|
1720
1717
|
review: "review";
|
|
1721
1718
|
suspended: "suspended";
|
|
1722
1719
|
buried: "buried";
|
|
1723
1720
|
}>;
|
|
1724
|
-
reviewedAt:
|
|
1725
|
-
durationMs:
|
|
1726
|
-
fsrsReviewLogSnapshot:
|
|
1727
|
-
rating:
|
|
1728
|
-
state:
|
|
1729
|
-
dueAt:
|
|
1730
|
-
stability:
|
|
1731
|
-
difficulty:
|
|
1732
|
-
scheduledDays:
|
|
1733
|
-
learningSteps:
|
|
1734
|
-
review:
|
|
1735
|
-
},
|
|
1736
|
-
createdAt:
|
|
1737
|
-
},
|
|
1738
|
-
txid:
|
|
1739
|
-
},
|
|
1740
|
-
rollbackReview:
|
|
1741
|
-
cardId:
|
|
1742
|
-
},
|
|
1743
|
-
card:
|
|
1744
|
-
createdAt:
|
|
1745
|
-
updatedAt:
|
|
1746
|
-
buriedAt:
|
|
1747
|
-
state:
|
|
1721
|
+
reviewedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1722
|
+
durationMs: import("zod").ZodNumber;
|
|
1723
|
+
fsrsReviewLogSnapshot: import("zod").ZodObject<{
|
|
1724
|
+
rating: import("zod").ZodUnion<readonly [import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>, import("zod").ZodLiteral<4>]>;
|
|
1725
|
+
state: import("zod").ZodUnion<readonly [import("zod").ZodLiteral<0>, import("zod").ZodLiteral<1>, import("zod").ZodLiteral<2>, import("zod").ZodLiteral<3>]>;
|
|
1726
|
+
dueAt: import("zod").ZodString;
|
|
1727
|
+
stability: import("zod").ZodNumber;
|
|
1728
|
+
difficulty: import("zod").ZodNumber;
|
|
1729
|
+
scheduledDays: import("zod").ZodNumber;
|
|
1730
|
+
learningSteps: import("zod").ZodNumber;
|
|
1731
|
+
review: import("zod").ZodString;
|
|
1732
|
+
}, import("zod/v4/core").$strict>;
|
|
1733
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1734
|
+
}, import("zod/v4/core").$strip>;
|
|
1735
|
+
txid: import("zod").ZodNumber;
|
|
1736
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "CARD_NOT_FOUND" | "CARD_NOT_REVIEWABLE" | "CARD_REVIEW_STATE_STALE">>, Record<never, never>>;
|
|
1737
|
+
rollbackReview: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1738
|
+
cardId: import("zod").ZodUUID;
|
|
1739
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
1740
|
+
card: import("zod").ZodObject<{
|
|
1741
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
1742
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
1743
|
+
buriedAt: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
1744
|
+
state: import("zod").ZodEnum<{
|
|
1748
1745
|
new: "new";
|
|
1749
1746
|
learning: "learning";
|
|
1750
1747
|
review: "review";
|
|
1751
1748
|
relearning: "relearning";
|
|
1752
1749
|
}>;
|
|
1753
|
-
scheduleStatus:
|
|
1750
|
+
scheduleStatus: import("zod").ZodEnum<{
|
|
1754
1751
|
new: "new";
|
|
1755
1752
|
learning: "learning";
|
|
1756
1753
|
review: "review";
|
|
1757
1754
|
suspended: "suspended";
|
|
1758
1755
|
buried: "buried";
|
|
1759
1756
|
}>;
|
|
1760
|
-
dueAt:
|
|
1761
|
-
lastReviewTime:
|
|
1762
|
-
stability:
|
|
1763
|
-
difficulty:
|
|
1764
|
-
step:
|
|
1765
|
-
lapses:
|
|
1766
|
-
reps:
|
|
1767
|
-
id:
|
|
1768
|
-
notebaseId:
|
|
1769
|
-
notebaseRowId:
|
|
1770
|
-
templateId:
|
|
1771
|
-
variantKey:
|
|
1772
|
-
},
|
|
1773
|
-
rolledBackRevlogId:
|
|
1774
|
-
txid:
|
|
1775
|
-
},
|
|
1757
|
+
dueAt: import("zod").ZodCoercedDate<unknown>;
|
|
1758
|
+
lastReviewTime: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
1759
|
+
stability: import("zod").ZodNumber;
|
|
1760
|
+
difficulty: import("zod").ZodNumber;
|
|
1761
|
+
step: import("zod").ZodNumber;
|
|
1762
|
+
lapses: import("zod").ZodNumber;
|
|
1763
|
+
reps: import("zod").ZodNumber;
|
|
1764
|
+
id: import("zod").ZodUUID;
|
|
1765
|
+
notebaseId: import("zod").ZodUUID;
|
|
1766
|
+
notebaseRowId: import("zod").ZodUUID;
|
|
1767
|
+
templateId: import("zod").ZodUUID;
|
|
1768
|
+
variantKey: import("zod").ZodString;
|
|
1769
|
+
}, import("zod/v4/core").$strip>;
|
|
1770
|
+
rolledBackRevlogId: import("zod").ZodUUID;
|
|
1771
|
+
txid: import("zod").ZodNumber;
|
|
1772
|
+
}, import("zod/v4/core").$strip>, import("@orpc/contract").MergedErrorMap<import("@orpc/contract").MergedErrorMap<Record<never, never>, Pick<import("@orpc/contract").ErrorMap, "NOTEBASE_BETA_RESTRICTED">>, Pick<import("@orpc/contract").ErrorMap, "CARD_NOT_FOUND" | "CARD_REVIEW_ROLLBACK_UNAVAILABLE">>, Record<never, never>>;
|
|
1776
1773
|
};
|
|
1777
1774
|
user: {
|
|
1778
|
-
ensureTimezone:
|
|
1779
|
-
timezone:
|
|
1780
|
-
},
|
|
1781
|
-
timezone:
|
|
1782
|
-
updated:
|
|
1783
|
-
},
|
|
1775
|
+
ensureTimezone: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
|
|
1776
|
+
timezone: import("zod").ZodString;
|
|
1777
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
1778
|
+
timezone: import("zod").ZodString;
|
|
1779
|
+
updated: import("zod").ZodBoolean;
|
|
1780
|
+
}, import("zod/v4/core").$strict>, Record<never, never>, Record<never, never>>;
|
|
1784
1781
|
};
|
|
1785
1782
|
};
|
|
1786
1783
|
type ORPCRouterClient = ContractRouterClient<typeof contract>;
|
|
1787
1784
|
//#endregion
|
|
1788
|
-
export { BetaAccessStatusInput, BetaAccessStatusInputSchema, BetaAccessStatusOutput, BetaAccessStatusOutputSchema, BetaFeatureKey, BetaFeatureKeySchema, Card, CardGenerateInput, CardGenerateInputSchema, CardGenerateOutput, CardGenerateOutputSchema, CardGetInput, CardGetInputSchema, CardGetOutput, CardGetOutputSchema, CardListInput, CardListInputSchema, CardListOutput, CardListOutputSchema, type CardState, CardTemplate, CardTemplateCreateInput, CardTemplateCreateInputSchema, CardTemplateCreateOutput, CardTemplateCreateOutputSchema, CardTemplateDeleteInput, CardTemplateDeleteInputSchema, CardTemplateDeleteOutput, CardTemplateDeleteOutputSchema, CardTemplateGetInput, CardTemplateGetInputSchema, CardTemplateGetOutput, CardTemplateGetOutputSchema, CardTemplateInvalidColumnsData, CardTemplateInvalidColumnsDataSchema, CardTemplateListInput, CardTemplateListInputSchema, CardTemplateListOutput, CardTemplateListOutputSchema, CardTemplateUpdateInput, CardTemplateUpdateInputSchema, CardTemplateUpdateOutput, CardTemplateUpdateOutputSchema, CellValidationFailedData, CellValidationFailedDataSchema, CellValidationFailureDetails, CellValidationFailureDetailsSchema, CellValidationFailureReason, CellValidationFailureReasonSchema, Notebase, NotebaseColumn, NotebaseColumnCreateData, NotebaseColumnCreateInput, NotebaseColumnCreateInputSchema, NotebaseColumnCreateOutput, NotebaseColumnCreateOutputSchema, NotebaseColumnDeleteInput, NotebaseColumnDeleteInputSchema, NotebaseColumnDeleteOutput, NotebaseColumnDeleteOutputSchema, NotebaseColumnReorderInput, NotebaseColumnReorderInputSchema, NotebaseColumnReorderOutput, NotebaseColumnReorderOutputSchema, NotebaseColumnUpdateData, NotebaseColumnUpdateInput, NotebaseColumnUpdateInputSchema, NotebaseColumnUpdateOutput, NotebaseColumnUpdateOutputSchema, NotebaseCreateData, NotebaseCreateInput, NotebaseCreateInputSchema, NotebaseCreateOutput, NotebaseCreateOutputSchema, NotebaseDeleteInput, NotebaseDeleteInputSchema, NotebaseDeleteOutput, NotebaseDeleteOutputSchema, NotebaseGetInput, NotebaseGetInputSchema, NotebaseGetOutput, NotebaseGetOutputSchema, NotebaseGetSchemaInput, NotebaseGetSchemaInputSchema, NotebaseGetSchemaOutput, NotebaseGetSchemaOutputSchema, NotebaseListInput, NotebaseListInputSchema, NotebaseListItem, NotebaseListItemSchema, NotebaseListOutput, NotebaseListOutputSchema, NotebaseRow, NotebaseRowCreateData, NotebaseRowCreateInput, NotebaseRowCreateInputSchema, NotebaseRowCreateOutput, NotebaseRowCreateOutputSchema, NotebaseRowDeleteInput, NotebaseRowDeleteInputSchema, NotebaseRowDeleteOutput, NotebaseRowDeleteOutputSchema, NotebaseRowReorderInput, NotebaseRowReorderInputSchema, NotebaseRowReorderOutput, NotebaseRowReorderOutputSchema, NotebaseRowUpdateData, NotebaseRowUpdateInput, NotebaseRowUpdateInputSchema, NotebaseRowUpdateOutput, NotebaseRowUpdateOutputSchema, NotebaseUpdateData, NotebaseUpdateInput, NotebaseUpdateInputSchema, NotebaseUpdateOutput, NotebaseUpdateOutputSchema, NotebaseView, NotebaseViewConfig, NotebaseViewCreateData, NotebaseViewFilter, NotebaseViewSort, NotebaseViewType, NotebaseViewUpdateData, ORPCRouterClient, PUBLIC_APP_ERROR_DEFS, PublicAppErrorCode, PublicAppErrorData, RenderedCard, type ReviewRating, SRS_REVIEW_CLIENT_ID_NAMESPACE, SRS_REVIEW_DURATION_MS_MAX, type ScheduleStatus, type SchedulingParams, SrsReviewClientIdCard, SrsReviewInput, SrsReviewOutput, SrsRevlog, SrsRollbackReviewInput, SrsRollbackReviewOutput, Step,
|
|
1785
|
+
export { BetaAccessStatusInput, BetaAccessStatusInputSchema, BetaAccessStatusOutput, BetaAccessStatusOutputSchema, BetaFeatureKey, BetaFeatureKeySchema, Card, CardGenerateInput, CardGenerateInputSchema, CardGenerateOutput, CardGenerateOutputSchema, CardGetInput, CardGetInputSchema, CardGetOutput, CardGetOutputSchema, CardListInput, CardListInputSchema, CardListOutput, CardListOutputSchema, type CardState, CardTemplate, CardTemplateCreateInput, CardTemplateCreateInputSchema, CardTemplateCreateOutput, CardTemplateCreateOutputSchema, CardTemplateDeleteInput, CardTemplateDeleteInputSchema, CardTemplateDeleteOutput, CardTemplateDeleteOutputSchema, CardTemplateGetInput, CardTemplateGetInputSchema, CardTemplateGetOutput, CardTemplateGetOutputSchema, CardTemplateInvalidColumnsData, CardTemplateInvalidColumnsDataSchema, CardTemplateListInput, CardTemplateListInputSchema, CardTemplateListOutput, CardTemplateListOutputSchema, CardTemplateUpdateInput, CardTemplateUpdateInputSchema, CardTemplateUpdateOutput, CardTemplateUpdateOutputSchema, CellValidationFailedData, CellValidationFailedDataSchema, CellValidationFailureDetails, CellValidationFailureDetailsSchema, CellValidationFailureReason, CellValidationFailureReasonSchema, Notebase, NotebaseColumn, NotebaseColumnCreateData, NotebaseColumnCreateInput, NotebaseColumnCreateInputSchema, NotebaseColumnCreateOutput, NotebaseColumnCreateOutputSchema, NotebaseColumnDeleteInput, NotebaseColumnDeleteInputSchema, NotebaseColumnDeleteOutput, NotebaseColumnDeleteOutputSchema, NotebaseColumnReorderInput, NotebaseColumnReorderInputSchema, NotebaseColumnReorderOutput, NotebaseColumnReorderOutputSchema, NotebaseColumnUpdateData, NotebaseColumnUpdateInput, NotebaseColumnUpdateInputSchema, NotebaseColumnUpdateOutput, NotebaseColumnUpdateOutputSchema, NotebaseCreateData, NotebaseCreateInput, NotebaseCreateInputSchema, NotebaseCreateOutput, NotebaseCreateOutputSchema, NotebaseDeleteInput, NotebaseDeleteInputSchema, NotebaseDeleteOutput, NotebaseDeleteOutputSchema, NotebaseGetInput, NotebaseGetInputSchema, NotebaseGetOutput, NotebaseGetOutputSchema, NotebaseGetSchemaInput, NotebaseGetSchemaInputSchema, NotebaseGetSchemaOutput, NotebaseGetSchemaOutputSchema, NotebaseListInput, NotebaseListInputSchema, NotebaseListItem, NotebaseListItemSchema, NotebaseListOutput, NotebaseListOutputSchema, NotebaseRow, NotebaseRowCreateData, NotebaseRowCreateInput, NotebaseRowCreateInputSchema, NotebaseRowCreateOutput, NotebaseRowCreateOutputSchema, NotebaseRowDeleteInput, NotebaseRowDeleteInputSchema, NotebaseRowDeleteOutput, NotebaseRowDeleteOutputSchema, NotebaseRowReorderInput, NotebaseRowReorderInputSchema, NotebaseRowReorderOutput, NotebaseRowReorderOutputSchema, NotebaseRowUpdateData, NotebaseRowUpdateInput, NotebaseRowUpdateInputSchema, NotebaseRowUpdateOutput, NotebaseRowUpdateOutputSchema, NotebaseUpdateData, NotebaseUpdateInput, NotebaseUpdateInputSchema, NotebaseUpdateOutput, NotebaseUpdateOutputSchema, NotebaseView, NotebaseViewConfig, NotebaseViewCreateData, NotebaseViewFilter, NotebaseViewSort, NotebaseViewType, NotebaseViewUpdateData, ORPCRouterClient, PUBLIC_APP_ERROR_DEFS, PublicAppErrorCode, PublicAppErrorData, RenderedCard, type ReviewRating, SRS_REVIEW_CLIENT_ID_NAMESPACE, SRS_REVIEW_DURATION_MS_MAX, type ScheduleStatus, type SchedulingParams, SrsReviewClientIdCard, SrsReviewInput, SrsReviewOutput, SrsRevlog, SrsRollbackReviewInput, SrsRollbackReviewOutput, Step, Timezone, UserEnsureTimezoneInput, UserEnsureTimezoneOutput, cardSchema, cardStateSchema, cardTemplateSchema, contract, createSrsReviewClientId, getPublicErrorDefinition, isPublicAppErrorCode, notebaseColumnCreateDataSchema, notebaseColumnSchema, notebaseColumnUpdateDataSchema, notebaseColumnWidthSchema, notebaseCreateDataSchema, notebaseRowCellsSchema, notebaseRowCreateDataSchema, notebaseRowSchema, notebaseRowUpdateDataSchema, notebaseSchema, notebaseUpdateDataSchema, notebaseViewConfigSchema, notebaseViewCreateDataSchema, notebaseViewFilterSchema, notebaseViewFiltersSchema, notebaseViewSchema, notebaseViewSortSchema, notebaseViewSortsSchema, notebaseViewTypeSchema, notebaseViewUpdateDataSchema, pickPublicErrorMap, renderedCardSchema, reviewRatingSchema, scheduleStatusSchema, schedulingParamsSchema, srsReviewInputSchema, srsReviewOutputSchema, srsRevlogSchema, srsRollbackReviewInputSchema, srsRollbackReviewOutputSchema, stepSchema, timezoneSchema, userEnsureTimezoneInputSchema, userEnsureTimezoneOutputSchema };
|
|
1789
1786
|
//# sourceMappingURL=index.d.ts.map
|