@prenta/core 4.3.2 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/actions.d.ts +8 -0
- package/dist/actions.d.ts.map +1 -1
- package/dist/actions.js +60 -21
- package/dist/actions.js.map +1 -1
- package/dist/ai/brand-voice-document.d.ts.map +1 -1
- package/dist/ai/brand-voice-document.js +4 -2
- package/dist/ai/brand-voice-document.js.map +1 -1
- package/dist/ai/brand-voice-structured.d.ts.map +1 -1
- package/dist/ai/brand-voice-structured.js +24 -9
- package/dist/ai/brand-voice-structured.js.map +1 -1
- package/dist/api/auth-context.d.ts +3 -0
- package/dist/api/auth-context.d.ts.map +1 -0
- package/dist/api/auth-context.js +3 -0
- package/dist/api/auth-context.js.map +1 -0
- package/dist/api/handler-factory.d.ts.map +1 -1
- package/dist/api/handler-factory.js +8 -2
- package/dist/api/handler-factory.js.map +1 -1
- package/dist/api/index.d.ts +2 -0
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +2 -0
- package/dist/api/index.js.map +1 -1
- package/dist/api/limiters.d.ts +3 -0
- package/dist/api/limiters.d.ts.map +1 -0
- package/dist/api/limiters.js +3 -0
- package/dist/api/limiters.js.map +1 -0
- package/dist/api/pagination.d.ts +3 -0
- package/dist/api/pagination.d.ts.map +1 -0
- package/dist/api/pagination.js +3 -0
- package/dist/api/pagination.js.map +1 -0
- package/dist/api/responses.d.ts +3 -0
- package/dist/api/responses.d.ts.map +1 -0
- package/dist/api/responses.js +3 -0
- package/dist/api/responses.js.map +1 -0
- package/dist/api/route-helpers.d.ts +12 -0
- package/dist/api/route-helpers.d.ts.map +1 -1
- package/dist/api/route-helpers.js +47 -2
- package/dist/api/route-helpers.js.map +1 -1
- package/dist/api/routes/auth.d.ts.map +1 -1
- package/dist/api/routes/auth.js +103 -30
- package/dist/api/routes/auth.js.map +1 -1
- package/dist/api/routes/dashboard.d.ts.map +1 -1
- package/dist/api/routes/dashboard.js +11 -4
- package/dist/api/routes/dashboard.js.map +1 -1
- package/dist/api/routes/documents.d.ts.map +1 -1
- package/dist/api/routes/documents.js +11 -1
- package/dist/api/routes/documents.js.map +1 -1
- package/dist/api/routes/media.d.ts.map +1 -1
- package/dist/api/routes/media.js +7 -24
- package/dist/api/routes/media.js.map +1 -1
- package/dist/api/routes/meta.js +1 -1
- package/dist/api/routes/meta.js.map +1 -1
- package/dist/api/routes/seo-public.d.ts.map +1 -1
- package/dist/api/routes/seo-public.js +12 -4
- package/dist/api/routes/seo-public.js.map +1 -1
- package/dist/api/routes/seo.d.ts.map +1 -1
- package/dist/api/routes/seo.js +4 -0
- package/dist/api/routes/seo.js.map +1 -1
- package/dist/api/routes/system.d.ts.map +1 -1
- package/dist/api/routes/system.js +101 -1
- package/dist/api/routes/system.js.map +1 -1
- package/dist/api/routes/users.d.ts.map +1 -1
- package/dist/api/routes/users.js +4 -1
- package/dist/api/routes/users.js.map +1 -1
- package/dist/auth/oauth.js +2 -2
- package/dist/auth/oauth.js.map +1 -1
- package/dist/auth/session.d.ts +2 -0
- package/dist/auth/session.d.ts.map +1 -1
- package/dist/auth/session.js +5 -0
- package/dist/auth/session.js.map +1 -1
- package/dist/auth/user-admin.d.ts +2 -0
- package/dist/auth/user-admin.d.ts.map +1 -1
- package/dist/auth/user-admin.js +16 -0
- package/dist/auth/user-admin.js.map +1 -1
- package/dist/cache/http.d.ts.map +1 -1
- package/dist/cache/http.js +4 -2
- package/dist/cache/http.js.map +1 -1
- package/dist/content/extract.js +1 -1
- package/dist/content/extract.js.map +1 -1
- package/dist/content-health/scanner.d.ts.map +1 -1
- package/dist/content-health/scanner.js +5 -4
- package/dist/content-health/scanner.js.map +1 -1
- package/dist/db/model-types.d.ts +0 -36
- package/dist/db/model-types.d.ts.map +1 -1
- package/dist/diagnostics/logger.d.ts.map +1 -1
- package/dist/diagnostics/logger.js +22 -28
- package/dist/diagnostics/logger.js.map +1 -1
- package/dist/diagnostics/sentry.d.ts.map +1 -1
- package/dist/diagnostics/sentry.js +12 -0
- package/dist/diagnostics/sentry.js.map +1 -1
- package/dist/forms/files.d.ts +2 -2
- package/dist/forms/files.d.ts.map +1 -1
- package/dist/forms/files.js +2 -14
- package/dist/forms/files.js.map +1 -1
- package/dist/forms/submission.d.ts.map +1 -1
- package/dist/forms/submission.js +6 -4
- package/dist/forms/submission.js.map +1 -1
- package/dist/generated/browser.d.ts +0 -15
- package/dist/generated/client.d.ts +0 -15
- package/dist/generated/internal/class.d.ts +0 -33
- package/dist/generated/internal/class.js +4 -4
- package/dist/generated/internal/prismaNamespace.d.ts +1 -282
- package/dist/generated/internal/prismaNamespace.js +0 -50
- package/dist/generated/internal/prismaNamespaceBrowser.d.ts +0 -56
- package/dist/generated/internal/prismaNamespaceBrowser.js +0 -50
- package/dist/generated/models/ContentLock.d.ts +2 -2
- package/dist/generated/models/Document.d.ts +1 -274
- package/dist/generated/models/User.d.ts +0 -281
- package/dist/generated/models.d.ts +0 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/presence/index.d.ts.map +1 -1
- package/dist/presence/index.js +6 -2
- package/dist/presence/index.js.map +1 -1
- package/dist/security/access.d.ts +9 -5
- package/dist/security/access.d.ts.map +1 -1
- package/dist/security/access.js +28 -15
- package/dist/security/access.js.map +1 -1
- package/dist/security/audit.d.ts.map +1 -1
- package/dist/security/audit.js +1 -0
- package/dist/security/audit.js.map +1 -1
- package/dist/security/center/index.d.ts +2 -2
- package/dist/security/center/index.d.ts.map +1 -1
- package/dist/security/center/index.js +1 -1
- package/dist/security/center/index.js.map +1 -1
- package/dist/security/center/settings.d.ts +2 -0
- package/dist/security/center/settings.d.ts.map +1 -1
- package/dist/security/center/settings.js +38 -0
- package/dist/security/center/settings.js.map +1 -1
- package/dist/security/center/types.d.ts +8 -0
- package/dist/security/center/types.d.ts.map +1 -1
- package/dist/security/encrypted-fields.d.ts +1 -1
- package/dist/security/encrypted-fields.d.ts.map +1 -1
- package/dist/security/encrypted-fields.js +4 -3
- package/dist/security/encrypted-fields.js.map +1 -1
- package/dist/security/index.d.ts +1 -1
- package/dist/security/index.d.ts.map +1 -1
- package/dist/security/index.js +1 -1
- package/dist/security/index.js.map +1 -1
- package/dist/security/upload.d.ts +10 -0
- package/dist/security/upload.d.ts.map +1 -1
- package/dist/security/upload.js +32 -0
- package/dist/security/upload.js.map +1 -1
- package/dist/seo/llms-txt.d.ts.map +1 -1
- package/dist/seo/llms-txt.js +1 -0
- package/dist/seo/llms-txt.js.map +1 -1
- package/package.json +2 -1
- package/prisma/migrations/0015_audit_remediation_indexes/migration.sql +79 -0
- package/prisma/schema.prisma +4 -47
- package/schema-fragments/cms-schema.prisma +0 -1
- package/dist/generated/models/BackupRecord.d.ts +0 -1100
- package/dist/generated/models/BackupRecord.js +0 -1
- package/dist/generated/models/Site.d.ts +0 -1062
- package/dist/generated/models/Site.js +0 -1
- package/dist/generated/models/WorkflowState.d.ts +0 -1436
- package/dist/generated/models/WorkflowState.js +0 -1
|
@@ -244,8 +244,6 @@ export declare const ModelName: {
|
|
|
244
244
|
readonly ContentLock: "ContentLock";
|
|
245
245
|
readonly InAppNotification: "InAppNotification";
|
|
246
246
|
readonly ContentTemplate: "ContentTemplate";
|
|
247
|
-
readonly Site: "Site";
|
|
248
|
-
readonly WorkflowState: "WorkflowState";
|
|
249
247
|
readonly Redirect: "Redirect";
|
|
250
248
|
readonly SeoAuditRun: "SeoAuditRun";
|
|
251
249
|
readonly SeoIssue: "SeoIssue";
|
|
@@ -257,7 +255,6 @@ export declare const ModelName: {
|
|
|
257
255
|
readonly FormSubmissionFile: "FormSubmissionFile";
|
|
258
256
|
readonly FormWebhook: "FormWebhook";
|
|
259
257
|
readonly FormDeliveryAttempt: "FormDeliveryAttempt";
|
|
260
|
-
readonly BackupRecord: "BackupRecord";
|
|
261
258
|
readonly WebhookEndpoint: "WebhookEndpoint";
|
|
262
259
|
readonly WebhookDeliveryLog: "WebhookDeliveryLog";
|
|
263
260
|
readonly PasswordResetToken: "PasswordResetToken";
|
|
@@ -280,7 +277,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
280
277
|
omit: GlobalOmitOptions;
|
|
281
278
|
};
|
|
282
279
|
meta: {
|
|
283
|
-
modelProps: "user" | "oAuthAccount" | "session" | "apiKey" | "auditLog" | "folder" | "document" | "version" | "media" | "mediaUsage" | "contentLock" | "inAppNotification" | "contentTemplate" | "
|
|
280
|
+
modelProps: "user" | "oAuthAccount" | "session" | "apiKey" | "auditLog" | "folder" | "document" | "version" | "media" | "mediaUsage" | "contentLock" | "inAppNotification" | "contentTemplate" | "redirect" | "seoAuditRun" | "seoIssue" | "redirect404Hit" | "aiCrawlerHit" | "redirectSuggestion" | "formSchemaVersion" | "formSubmission" | "formSubmissionFile" | "formWebhook" | "formDeliveryAttempt" | "webhookEndpoint" | "webhookDeliveryLog" | "passwordResetToken" | "invite" | "scriptTag" | "apiRequestMetric" | "contentIssue" | "documentCRDT" | "documentComment" | "documentNotification";
|
|
284
281
|
txIsolationLevel: TransactionIsolationLevel;
|
|
285
282
|
};
|
|
286
283
|
model: {
|
|
@@ -1246,154 +1243,6 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
1246
1243
|
};
|
|
1247
1244
|
};
|
|
1248
1245
|
};
|
|
1249
|
-
Site: {
|
|
1250
|
-
payload: Prisma.$SitePayload<ExtArgs>;
|
|
1251
|
-
fields: Prisma.SiteFieldRefs;
|
|
1252
|
-
operations: {
|
|
1253
|
-
findUnique: {
|
|
1254
|
-
args: Prisma.SiteFindUniqueArgs<ExtArgs>;
|
|
1255
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload> | null;
|
|
1256
|
-
};
|
|
1257
|
-
findUniqueOrThrow: {
|
|
1258
|
-
args: Prisma.SiteFindUniqueOrThrowArgs<ExtArgs>;
|
|
1259
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload>;
|
|
1260
|
-
};
|
|
1261
|
-
findFirst: {
|
|
1262
|
-
args: Prisma.SiteFindFirstArgs<ExtArgs>;
|
|
1263
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload> | null;
|
|
1264
|
-
};
|
|
1265
|
-
findFirstOrThrow: {
|
|
1266
|
-
args: Prisma.SiteFindFirstOrThrowArgs<ExtArgs>;
|
|
1267
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload>;
|
|
1268
|
-
};
|
|
1269
|
-
findMany: {
|
|
1270
|
-
args: Prisma.SiteFindManyArgs<ExtArgs>;
|
|
1271
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload>[];
|
|
1272
|
-
};
|
|
1273
|
-
create: {
|
|
1274
|
-
args: Prisma.SiteCreateArgs<ExtArgs>;
|
|
1275
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload>;
|
|
1276
|
-
};
|
|
1277
|
-
createMany: {
|
|
1278
|
-
args: Prisma.SiteCreateManyArgs<ExtArgs>;
|
|
1279
|
-
result: BatchPayload;
|
|
1280
|
-
};
|
|
1281
|
-
createManyAndReturn: {
|
|
1282
|
-
args: Prisma.SiteCreateManyAndReturnArgs<ExtArgs>;
|
|
1283
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload>[];
|
|
1284
|
-
};
|
|
1285
|
-
delete: {
|
|
1286
|
-
args: Prisma.SiteDeleteArgs<ExtArgs>;
|
|
1287
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload>;
|
|
1288
|
-
};
|
|
1289
|
-
update: {
|
|
1290
|
-
args: Prisma.SiteUpdateArgs<ExtArgs>;
|
|
1291
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload>;
|
|
1292
|
-
};
|
|
1293
|
-
deleteMany: {
|
|
1294
|
-
args: Prisma.SiteDeleteManyArgs<ExtArgs>;
|
|
1295
|
-
result: BatchPayload;
|
|
1296
|
-
};
|
|
1297
|
-
updateMany: {
|
|
1298
|
-
args: Prisma.SiteUpdateManyArgs<ExtArgs>;
|
|
1299
|
-
result: BatchPayload;
|
|
1300
|
-
};
|
|
1301
|
-
updateManyAndReturn: {
|
|
1302
|
-
args: Prisma.SiteUpdateManyAndReturnArgs<ExtArgs>;
|
|
1303
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload>[];
|
|
1304
|
-
};
|
|
1305
|
-
upsert: {
|
|
1306
|
-
args: Prisma.SiteUpsertArgs<ExtArgs>;
|
|
1307
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$SitePayload>;
|
|
1308
|
-
};
|
|
1309
|
-
aggregate: {
|
|
1310
|
-
args: Prisma.SiteAggregateArgs<ExtArgs>;
|
|
1311
|
-
result: runtime.Types.Utils.Optional<Prisma.AggregateSite>;
|
|
1312
|
-
};
|
|
1313
|
-
groupBy: {
|
|
1314
|
-
args: Prisma.SiteGroupByArgs<ExtArgs>;
|
|
1315
|
-
result: runtime.Types.Utils.Optional<Prisma.SiteGroupByOutputType>[];
|
|
1316
|
-
};
|
|
1317
|
-
count: {
|
|
1318
|
-
args: Prisma.SiteCountArgs<ExtArgs>;
|
|
1319
|
-
result: runtime.Types.Utils.Optional<Prisma.SiteCountAggregateOutputType> | number;
|
|
1320
|
-
};
|
|
1321
|
-
};
|
|
1322
|
-
};
|
|
1323
|
-
WorkflowState: {
|
|
1324
|
-
payload: Prisma.$WorkflowStatePayload<ExtArgs>;
|
|
1325
|
-
fields: Prisma.WorkflowStateFieldRefs;
|
|
1326
|
-
operations: {
|
|
1327
|
-
findUnique: {
|
|
1328
|
-
args: Prisma.WorkflowStateFindUniqueArgs<ExtArgs>;
|
|
1329
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload> | null;
|
|
1330
|
-
};
|
|
1331
|
-
findUniqueOrThrow: {
|
|
1332
|
-
args: Prisma.WorkflowStateFindUniqueOrThrowArgs<ExtArgs>;
|
|
1333
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload>;
|
|
1334
|
-
};
|
|
1335
|
-
findFirst: {
|
|
1336
|
-
args: Prisma.WorkflowStateFindFirstArgs<ExtArgs>;
|
|
1337
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload> | null;
|
|
1338
|
-
};
|
|
1339
|
-
findFirstOrThrow: {
|
|
1340
|
-
args: Prisma.WorkflowStateFindFirstOrThrowArgs<ExtArgs>;
|
|
1341
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload>;
|
|
1342
|
-
};
|
|
1343
|
-
findMany: {
|
|
1344
|
-
args: Prisma.WorkflowStateFindManyArgs<ExtArgs>;
|
|
1345
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload>[];
|
|
1346
|
-
};
|
|
1347
|
-
create: {
|
|
1348
|
-
args: Prisma.WorkflowStateCreateArgs<ExtArgs>;
|
|
1349
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload>;
|
|
1350
|
-
};
|
|
1351
|
-
createMany: {
|
|
1352
|
-
args: Prisma.WorkflowStateCreateManyArgs<ExtArgs>;
|
|
1353
|
-
result: BatchPayload;
|
|
1354
|
-
};
|
|
1355
|
-
createManyAndReturn: {
|
|
1356
|
-
args: Prisma.WorkflowStateCreateManyAndReturnArgs<ExtArgs>;
|
|
1357
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload>[];
|
|
1358
|
-
};
|
|
1359
|
-
delete: {
|
|
1360
|
-
args: Prisma.WorkflowStateDeleteArgs<ExtArgs>;
|
|
1361
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload>;
|
|
1362
|
-
};
|
|
1363
|
-
update: {
|
|
1364
|
-
args: Prisma.WorkflowStateUpdateArgs<ExtArgs>;
|
|
1365
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload>;
|
|
1366
|
-
};
|
|
1367
|
-
deleteMany: {
|
|
1368
|
-
args: Prisma.WorkflowStateDeleteManyArgs<ExtArgs>;
|
|
1369
|
-
result: BatchPayload;
|
|
1370
|
-
};
|
|
1371
|
-
updateMany: {
|
|
1372
|
-
args: Prisma.WorkflowStateUpdateManyArgs<ExtArgs>;
|
|
1373
|
-
result: BatchPayload;
|
|
1374
|
-
};
|
|
1375
|
-
updateManyAndReturn: {
|
|
1376
|
-
args: Prisma.WorkflowStateUpdateManyAndReturnArgs<ExtArgs>;
|
|
1377
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload>[];
|
|
1378
|
-
};
|
|
1379
|
-
upsert: {
|
|
1380
|
-
args: Prisma.WorkflowStateUpsertArgs<ExtArgs>;
|
|
1381
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkflowStatePayload>;
|
|
1382
|
-
};
|
|
1383
|
-
aggregate: {
|
|
1384
|
-
args: Prisma.WorkflowStateAggregateArgs<ExtArgs>;
|
|
1385
|
-
result: runtime.Types.Utils.Optional<Prisma.AggregateWorkflowState>;
|
|
1386
|
-
};
|
|
1387
|
-
groupBy: {
|
|
1388
|
-
args: Prisma.WorkflowStateGroupByArgs<ExtArgs>;
|
|
1389
|
-
result: runtime.Types.Utils.Optional<Prisma.WorkflowStateGroupByOutputType>[];
|
|
1390
|
-
};
|
|
1391
|
-
count: {
|
|
1392
|
-
args: Prisma.WorkflowStateCountArgs<ExtArgs>;
|
|
1393
|
-
result: runtime.Types.Utils.Optional<Prisma.WorkflowStateCountAggregateOutputType> | number;
|
|
1394
|
-
};
|
|
1395
|
-
};
|
|
1396
|
-
};
|
|
1397
1246
|
Redirect: {
|
|
1398
1247
|
payload: Prisma.$RedirectPayload<ExtArgs>;
|
|
1399
1248
|
fields: Prisma.RedirectFieldRefs;
|
|
@@ -2208,80 +2057,6 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
2208
2057
|
};
|
|
2209
2058
|
};
|
|
2210
2059
|
};
|
|
2211
|
-
BackupRecord: {
|
|
2212
|
-
payload: Prisma.$BackupRecordPayload<ExtArgs>;
|
|
2213
|
-
fields: Prisma.BackupRecordFieldRefs;
|
|
2214
|
-
operations: {
|
|
2215
|
-
findUnique: {
|
|
2216
|
-
args: Prisma.BackupRecordFindUniqueArgs<ExtArgs>;
|
|
2217
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload> | null;
|
|
2218
|
-
};
|
|
2219
|
-
findUniqueOrThrow: {
|
|
2220
|
-
args: Prisma.BackupRecordFindUniqueOrThrowArgs<ExtArgs>;
|
|
2221
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload>;
|
|
2222
|
-
};
|
|
2223
|
-
findFirst: {
|
|
2224
|
-
args: Prisma.BackupRecordFindFirstArgs<ExtArgs>;
|
|
2225
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload> | null;
|
|
2226
|
-
};
|
|
2227
|
-
findFirstOrThrow: {
|
|
2228
|
-
args: Prisma.BackupRecordFindFirstOrThrowArgs<ExtArgs>;
|
|
2229
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload>;
|
|
2230
|
-
};
|
|
2231
|
-
findMany: {
|
|
2232
|
-
args: Prisma.BackupRecordFindManyArgs<ExtArgs>;
|
|
2233
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload>[];
|
|
2234
|
-
};
|
|
2235
|
-
create: {
|
|
2236
|
-
args: Prisma.BackupRecordCreateArgs<ExtArgs>;
|
|
2237
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload>;
|
|
2238
|
-
};
|
|
2239
|
-
createMany: {
|
|
2240
|
-
args: Prisma.BackupRecordCreateManyArgs<ExtArgs>;
|
|
2241
|
-
result: BatchPayload;
|
|
2242
|
-
};
|
|
2243
|
-
createManyAndReturn: {
|
|
2244
|
-
args: Prisma.BackupRecordCreateManyAndReturnArgs<ExtArgs>;
|
|
2245
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload>[];
|
|
2246
|
-
};
|
|
2247
|
-
delete: {
|
|
2248
|
-
args: Prisma.BackupRecordDeleteArgs<ExtArgs>;
|
|
2249
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload>;
|
|
2250
|
-
};
|
|
2251
|
-
update: {
|
|
2252
|
-
args: Prisma.BackupRecordUpdateArgs<ExtArgs>;
|
|
2253
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload>;
|
|
2254
|
-
};
|
|
2255
|
-
deleteMany: {
|
|
2256
|
-
args: Prisma.BackupRecordDeleteManyArgs<ExtArgs>;
|
|
2257
|
-
result: BatchPayload;
|
|
2258
|
-
};
|
|
2259
|
-
updateMany: {
|
|
2260
|
-
args: Prisma.BackupRecordUpdateManyArgs<ExtArgs>;
|
|
2261
|
-
result: BatchPayload;
|
|
2262
|
-
};
|
|
2263
|
-
updateManyAndReturn: {
|
|
2264
|
-
args: Prisma.BackupRecordUpdateManyAndReturnArgs<ExtArgs>;
|
|
2265
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload>[];
|
|
2266
|
-
};
|
|
2267
|
-
upsert: {
|
|
2268
|
-
args: Prisma.BackupRecordUpsertArgs<ExtArgs>;
|
|
2269
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$BackupRecordPayload>;
|
|
2270
|
-
};
|
|
2271
|
-
aggregate: {
|
|
2272
|
-
args: Prisma.BackupRecordAggregateArgs<ExtArgs>;
|
|
2273
|
-
result: runtime.Types.Utils.Optional<Prisma.AggregateBackupRecord>;
|
|
2274
|
-
};
|
|
2275
|
-
groupBy: {
|
|
2276
|
-
args: Prisma.BackupRecordGroupByArgs<ExtArgs>;
|
|
2277
|
-
result: runtime.Types.Utils.Optional<Prisma.BackupRecordGroupByOutputType>[];
|
|
2278
|
-
};
|
|
2279
|
-
count: {
|
|
2280
|
-
args: Prisma.BackupRecordCountArgs<ExtArgs>;
|
|
2281
|
-
result: runtime.Types.Utils.Optional<Prisma.BackupRecordCountAggregateOutputType> | number;
|
|
2282
|
-
};
|
|
2283
|
-
};
|
|
2284
|
-
};
|
|
2285
2060
|
WebhookEndpoint: {
|
|
2286
2061
|
payload: Prisma.$WebhookEndpointPayload<ExtArgs>;
|
|
2287
2062
|
fields: Prisma.WebhookEndpointFieldRefs;
|
|
@@ -3165,7 +2940,6 @@ export declare const DocumentScalarFieldEnum: {
|
|
|
3165
2940
|
readonly contentHash: "contentHash";
|
|
3166
2941
|
readonly structuredData: "structuredData";
|
|
3167
2942
|
readonly contentGraph: "contentGraph";
|
|
3168
|
-
readonly siteId: "siteId";
|
|
3169
2943
|
readonly templateId: "templateId";
|
|
3170
2944
|
readonly workflowStage: "workflowStage";
|
|
3171
2945
|
readonly reviewerId: "reviewerId";
|
|
@@ -3257,27 +3031,6 @@ export declare const ContentTemplateScalarFieldEnum: {
|
|
|
3257
3031
|
readonly updatedAt: "updatedAt";
|
|
3258
3032
|
};
|
|
3259
3033
|
export type ContentTemplateScalarFieldEnum = (typeof ContentTemplateScalarFieldEnum)[keyof typeof ContentTemplateScalarFieldEnum];
|
|
3260
|
-
export declare const SiteScalarFieldEnum: {
|
|
3261
|
-
readonly id: "id";
|
|
3262
|
-
readonly domain: "domain";
|
|
3263
|
-
readonly name: "name";
|
|
3264
|
-
readonly configOverrides: "configOverrides";
|
|
3265
|
-
readonly isDefault: "isDefault";
|
|
3266
|
-
readonly createdAt: "createdAt";
|
|
3267
|
-
readonly updatedAt: "updatedAt";
|
|
3268
|
-
};
|
|
3269
|
-
export type SiteScalarFieldEnum = (typeof SiteScalarFieldEnum)[keyof typeof SiteScalarFieldEnum];
|
|
3270
|
-
export declare const WorkflowStateScalarFieldEnum: {
|
|
3271
|
-
readonly id: "id";
|
|
3272
|
-
readonly documentId: "documentId";
|
|
3273
|
-
readonly currentStep: "currentStep";
|
|
3274
|
-
readonly assignedToId: "assignedToId";
|
|
3275
|
-
readonly status: "status";
|
|
3276
|
-
readonly definition: "definition";
|
|
3277
|
-
readonly createdAt: "createdAt";
|
|
3278
|
-
readonly updatedAt: "updatedAt";
|
|
3279
|
-
};
|
|
3280
|
-
export type WorkflowStateScalarFieldEnum = (typeof WorkflowStateScalarFieldEnum)[keyof typeof WorkflowStateScalarFieldEnum];
|
|
3281
3034
|
export declare const RedirectScalarFieldEnum: {
|
|
3282
3035
|
readonly id: "id";
|
|
3283
3036
|
readonly source: "source";
|
|
@@ -3466,16 +3219,6 @@ export declare const FormDeliveryAttemptScalarFieldEnum: {
|
|
|
3466
3219
|
readonly updatedAt: "updatedAt";
|
|
3467
3220
|
};
|
|
3468
3221
|
export type FormDeliveryAttemptScalarFieldEnum = (typeof FormDeliveryAttemptScalarFieldEnum)[keyof typeof FormDeliveryAttemptScalarFieldEnum];
|
|
3469
|
-
export declare const BackupRecordScalarFieldEnum: {
|
|
3470
|
-
readonly id: "id";
|
|
3471
|
-
readonly filename: "filename";
|
|
3472
|
-
readonly storageKey: "storageKey";
|
|
3473
|
-
readonly sizeBytes: "sizeBytes";
|
|
3474
|
-
readonly type: "type";
|
|
3475
|
-
readonly metadata: "metadata";
|
|
3476
|
-
readonly createdAt: "createdAt";
|
|
3477
|
-
};
|
|
3478
|
-
export type BackupRecordScalarFieldEnum = (typeof BackupRecordScalarFieldEnum)[keyof typeof BackupRecordScalarFieldEnum];
|
|
3479
3222
|
export declare const WebhookEndpointScalarFieldEnum: {
|
|
3480
3223
|
readonly id: "id";
|
|
3481
3224
|
readonly url: "url";
|
|
@@ -3695,7 +3438,6 @@ export declare const DocumentOrderByRelevanceFieldEnum: {
|
|
|
3695
3438
|
readonly updatedById: "updatedById";
|
|
3696
3439
|
readonly plainText: "plainText";
|
|
3697
3440
|
readonly contentHash: "contentHash";
|
|
3698
|
-
readonly siteId: "siteId";
|
|
3699
3441
|
readonly templateId: "templateId";
|
|
3700
3442
|
readonly reviewerId: "reviewerId";
|
|
3701
3443
|
readonly reviewNote: "reviewNote";
|
|
@@ -3759,19 +3501,6 @@ export declare const ContentTemplateOrderByRelevanceFieldEnum: {
|
|
|
3759
3501
|
readonly createdById: "createdById";
|
|
3760
3502
|
};
|
|
3761
3503
|
export type ContentTemplateOrderByRelevanceFieldEnum = (typeof ContentTemplateOrderByRelevanceFieldEnum)[keyof typeof ContentTemplateOrderByRelevanceFieldEnum];
|
|
3762
|
-
export declare const SiteOrderByRelevanceFieldEnum: {
|
|
3763
|
-
readonly id: "id";
|
|
3764
|
-
readonly domain: "domain";
|
|
3765
|
-
readonly name: "name";
|
|
3766
|
-
};
|
|
3767
|
-
export type SiteOrderByRelevanceFieldEnum = (typeof SiteOrderByRelevanceFieldEnum)[keyof typeof SiteOrderByRelevanceFieldEnum];
|
|
3768
|
-
export declare const WorkflowStateOrderByRelevanceFieldEnum: {
|
|
3769
|
-
readonly id: "id";
|
|
3770
|
-
readonly documentId: "documentId";
|
|
3771
|
-
readonly assignedToId: "assignedToId";
|
|
3772
|
-
readonly status: "status";
|
|
3773
|
-
};
|
|
3774
|
-
export type WorkflowStateOrderByRelevanceFieldEnum = (typeof WorkflowStateOrderByRelevanceFieldEnum)[keyof typeof WorkflowStateOrderByRelevanceFieldEnum];
|
|
3775
3504
|
export declare const RedirectOrderByRelevanceFieldEnum: {
|
|
3776
3505
|
readonly id: "id";
|
|
3777
3506
|
readonly source: "source";
|
|
@@ -3887,13 +3616,6 @@ export declare const FormDeliveryAttemptOrderByRelevanceFieldEnum: {
|
|
|
3887
3616
|
readonly skippedReason: "skippedReason";
|
|
3888
3617
|
};
|
|
3889
3618
|
export type FormDeliveryAttemptOrderByRelevanceFieldEnum = (typeof FormDeliveryAttemptOrderByRelevanceFieldEnum)[keyof typeof FormDeliveryAttemptOrderByRelevanceFieldEnum];
|
|
3890
|
-
export declare const BackupRecordOrderByRelevanceFieldEnum: {
|
|
3891
|
-
readonly id: "id";
|
|
3892
|
-
readonly filename: "filename";
|
|
3893
|
-
readonly storageKey: "storageKey";
|
|
3894
|
-
readonly type: "type";
|
|
3895
|
-
};
|
|
3896
|
-
export type BackupRecordOrderByRelevanceFieldEnum = (typeof BackupRecordOrderByRelevanceFieldEnum)[keyof typeof BackupRecordOrderByRelevanceFieldEnum];
|
|
3897
3619
|
export declare const WebhookEndpointOrderByRelevanceFieldEnum: {
|
|
3898
3620
|
readonly id: "id";
|
|
3899
3621
|
readonly url: "url";
|
|
@@ -4233,8 +3955,6 @@ export type GlobalOmitConfig = {
|
|
|
4233
3955
|
contentLock?: Prisma.ContentLockOmit;
|
|
4234
3956
|
inAppNotification?: Prisma.InAppNotificationOmit;
|
|
4235
3957
|
contentTemplate?: Prisma.ContentTemplateOmit;
|
|
4236
|
-
site?: Prisma.SiteOmit;
|
|
4237
|
-
workflowState?: Prisma.WorkflowStateOmit;
|
|
4238
3958
|
redirect?: Prisma.RedirectOmit;
|
|
4239
3959
|
seoAuditRun?: Prisma.SeoAuditRunOmit;
|
|
4240
3960
|
seoIssue?: Prisma.SeoIssueOmit;
|
|
@@ -4246,7 +3966,6 @@ export type GlobalOmitConfig = {
|
|
|
4246
3966
|
formSubmissionFile?: Prisma.FormSubmissionFileOmit;
|
|
4247
3967
|
formWebhook?: Prisma.FormWebhookOmit;
|
|
4248
3968
|
formDeliveryAttempt?: Prisma.FormDeliveryAttemptOmit;
|
|
4249
|
-
backupRecord?: Prisma.BackupRecordOmit;
|
|
4250
3969
|
webhookEndpoint?: Prisma.WebhookEndpointOmit;
|
|
4251
3970
|
webhookDeliveryLog?: Prisma.WebhookDeliveryLogOmit;
|
|
4252
3971
|
passwordResetToken?: Prisma.PasswordResetTokenOmit;
|
|
@@ -80,8 +80,6 @@ export const ModelName = {
|
|
|
80
80
|
ContentLock: 'ContentLock',
|
|
81
81
|
InAppNotification: 'InAppNotification',
|
|
82
82
|
ContentTemplate: 'ContentTemplate',
|
|
83
|
-
Site: 'Site',
|
|
84
|
-
WorkflowState: 'WorkflowState',
|
|
85
83
|
Redirect: 'Redirect',
|
|
86
84
|
SeoAuditRun: 'SeoAuditRun',
|
|
87
85
|
SeoIssue: 'SeoIssue',
|
|
@@ -93,7 +91,6 @@ export const ModelName = {
|
|
|
93
91
|
FormSubmissionFile: 'FormSubmissionFile',
|
|
94
92
|
FormWebhook: 'FormWebhook',
|
|
95
93
|
FormDeliveryAttempt: 'FormDeliveryAttempt',
|
|
96
|
-
BackupRecord: 'BackupRecord',
|
|
97
94
|
WebhookEndpoint: 'WebhookEndpoint',
|
|
98
95
|
WebhookDeliveryLog: 'WebhookDeliveryLog',
|
|
99
96
|
PasswordResetToken: 'PasswordResetToken',
|
|
@@ -216,7 +213,6 @@ export const DocumentScalarFieldEnum = {
|
|
|
216
213
|
contentHash: 'contentHash',
|
|
217
214
|
structuredData: 'structuredData',
|
|
218
215
|
contentGraph: 'contentGraph',
|
|
219
|
-
siteId: 'siteId',
|
|
220
216
|
templateId: 'templateId',
|
|
221
217
|
workflowStage: 'workflowStage',
|
|
222
218
|
reviewerId: 'reviewerId',
|
|
@@ -301,25 +297,6 @@ export const ContentTemplateScalarFieldEnum = {
|
|
|
301
297
|
createdAt: 'createdAt',
|
|
302
298
|
updatedAt: 'updatedAt'
|
|
303
299
|
};
|
|
304
|
-
export const SiteScalarFieldEnum = {
|
|
305
|
-
id: 'id',
|
|
306
|
-
domain: 'domain',
|
|
307
|
-
name: 'name',
|
|
308
|
-
configOverrides: 'configOverrides',
|
|
309
|
-
isDefault: 'isDefault',
|
|
310
|
-
createdAt: 'createdAt',
|
|
311
|
-
updatedAt: 'updatedAt'
|
|
312
|
-
};
|
|
313
|
-
export const WorkflowStateScalarFieldEnum = {
|
|
314
|
-
id: 'id',
|
|
315
|
-
documentId: 'documentId',
|
|
316
|
-
currentStep: 'currentStep',
|
|
317
|
-
assignedToId: 'assignedToId',
|
|
318
|
-
status: 'status',
|
|
319
|
-
definition: 'definition',
|
|
320
|
-
createdAt: 'createdAt',
|
|
321
|
-
updatedAt: 'updatedAt'
|
|
322
|
-
};
|
|
323
300
|
export const RedirectScalarFieldEnum = {
|
|
324
301
|
id: 'id',
|
|
325
302
|
source: 'source',
|
|
@@ -497,15 +474,6 @@ export const FormDeliveryAttemptScalarFieldEnum = {
|
|
|
497
474
|
createdAt: 'createdAt',
|
|
498
475
|
updatedAt: 'updatedAt'
|
|
499
476
|
};
|
|
500
|
-
export const BackupRecordScalarFieldEnum = {
|
|
501
|
-
id: 'id',
|
|
502
|
-
filename: 'filename',
|
|
503
|
-
storageKey: 'storageKey',
|
|
504
|
-
sizeBytes: 'sizeBytes',
|
|
505
|
-
type: 'type',
|
|
506
|
-
metadata: 'metadata',
|
|
507
|
-
createdAt: 'createdAt'
|
|
508
|
-
};
|
|
509
477
|
export const WebhookEndpointScalarFieldEnum = {
|
|
510
478
|
id: 'id',
|
|
511
479
|
url: 'url',
|
|
@@ -703,7 +671,6 @@ export const DocumentOrderByRelevanceFieldEnum = {
|
|
|
703
671
|
updatedById: 'updatedById',
|
|
704
672
|
plainText: 'plainText',
|
|
705
673
|
contentHash: 'contentHash',
|
|
706
|
-
siteId: 'siteId',
|
|
707
674
|
templateId: 'templateId',
|
|
708
675
|
reviewerId: 'reviewerId',
|
|
709
676
|
reviewNote: 'reviewNote',
|
|
@@ -760,17 +727,6 @@ export const ContentTemplateOrderByRelevanceFieldEnum = {
|
|
|
760
727
|
collection: 'collection',
|
|
761
728
|
createdById: 'createdById'
|
|
762
729
|
};
|
|
763
|
-
export const SiteOrderByRelevanceFieldEnum = {
|
|
764
|
-
id: 'id',
|
|
765
|
-
domain: 'domain',
|
|
766
|
-
name: 'name'
|
|
767
|
-
};
|
|
768
|
-
export const WorkflowStateOrderByRelevanceFieldEnum = {
|
|
769
|
-
id: 'id',
|
|
770
|
-
documentId: 'documentId',
|
|
771
|
-
assignedToId: 'assignedToId',
|
|
772
|
-
status: 'status'
|
|
773
|
-
};
|
|
774
730
|
export const RedirectOrderByRelevanceFieldEnum = {
|
|
775
731
|
id: 'id',
|
|
776
732
|
source: 'source',
|
|
@@ -875,12 +831,6 @@ export const FormDeliveryAttemptOrderByRelevanceFieldEnum = {
|
|
|
875
831
|
error: 'error',
|
|
876
832
|
skippedReason: 'skippedReason'
|
|
877
833
|
};
|
|
878
|
-
export const BackupRecordOrderByRelevanceFieldEnum = {
|
|
879
|
-
id: 'id',
|
|
880
|
-
filename: 'filename',
|
|
881
|
-
storageKey: 'storageKey',
|
|
882
|
-
type: 'type'
|
|
883
|
-
};
|
|
884
834
|
export const WebhookEndpointOrderByRelevanceFieldEnum = {
|
|
885
835
|
id: 'id',
|
|
886
836
|
url: 'url',
|
|
@@ -39,8 +39,6 @@ export declare const ModelName: {
|
|
|
39
39
|
readonly ContentLock: "ContentLock";
|
|
40
40
|
readonly InAppNotification: "InAppNotification";
|
|
41
41
|
readonly ContentTemplate: "ContentTemplate";
|
|
42
|
-
readonly Site: "Site";
|
|
43
|
-
readonly WorkflowState: "WorkflowState";
|
|
44
42
|
readonly Redirect: "Redirect";
|
|
45
43
|
readonly SeoAuditRun: "SeoAuditRun";
|
|
46
44
|
readonly SeoIssue: "SeoIssue";
|
|
@@ -52,7 +50,6 @@ export declare const ModelName: {
|
|
|
52
50
|
readonly FormSubmissionFile: "FormSubmissionFile";
|
|
53
51
|
readonly FormWebhook: "FormWebhook";
|
|
54
52
|
readonly FormDeliveryAttempt: "FormDeliveryAttempt";
|
|
55
|
-
readonly BackupRecord: "BackupRecord";
|
|
56
53
|
readonly WebhookEndpoint: "WebhookEndpoint";
|
|
57
54
|
readonly WebhookDeliveryLog: "WebhookDeliveryLog";
|
|
58
55
|
readonly PasswordResetToken: "PasswordResetToken";
|
|
@@ -181,7 +178,6 @@ export declare const DocumentScalarFieldEnum: {
|
|
|
181
178
|
readonly contentHash: "contentHash";
|
|
182
179
|
readonly structuredData: "structuredData";
|
|
183
180
|
readonly contentGraph: "contentGraph";
|
|
184
|
-
readonly siteId: "siteId";
|
|
185
181
|
readonly templateId: "templateId";
|
|
186
182
|
readonly workflowStage: "workflowStage";
|
|
187
183
|
readonly reviewerId: "reviewerId";
|
|
@@ -273,27 +269,6 @@ export declare const ContentTemplateScalarFieldEnum: {
|
|
|
273
269
|
readonly updatedAt: "updatedAt";
|
|
274
270
|
};
|
|
275
271
|
export type ContentTemplateScalarFieldEnum = (typeof ContentTemplateScalarFieldEnum)[keyof typeof ContentTemplateScalarFieldEnum];
|
|
276
|
-
export declare const SiteScalarFieldEnum: {
|
|
277
|
-
readonly id: "id";
|
|
278
|
-
readonly domain: "domain";
|
|
279
|
-
readonly name: "name";
|
|
280
|
-
readonly configOverrides: "configOverrides";
|
|
281
|
-
readonly isDefault: "isDefault";
|
|
282
|
-
readonly createdAt: "createdAt";
|
|
283
|
-
readonly updatedAt: "updatedAt";
|
|
284
|
-
};
|
|
285
|
-
export type SiteScalarFieldEnum = (typeof SiteScalarFieldEnum)[keyof typeof SiteScalarFieldEnum];
|
|
286
|
-
export declare const WorkflowStateScalarFieldEnum: {
|
|
287
|
-
readonly id: "id";
|
|
288
|
-
readonly documentId: "documentId";
|
|
289
|
-
readonly currentStep: "currentStep";
|
|
290
|
-
readonly assignedToId: "assignedToId";
|
|
291
|
-
readonly status: "status";
|
|
292
|
-
readonly definition: "definition";
|
|
293
|
-
readonly createdAt: "createdAt";
|
|
294
|
-
readonly updatedAt: "updatedAt";
|
|
295
|
-
};
|
|
296
|
-
export type WorkflowStateScalarFieldEnum = (typeof WorkflowStateScalarFieldEnum)[keyof typeof WorkflowStateScalarFieldEnum];
|
|
297
272
|
export declare const RedirectScalarFieldEnum: {
|
|
298
273
|
readonly id: "id";
|
|
299
274
|
readonly source: "source";
|
|
@@ -482,16 +457,6 @@ export declare const FormDeliveryAttemptScalarFieldEnum: {
|
|
|
482
457
|
readonly updatedAt: "updatedAt";
|
|
483
458
|
};
|
|
484
459
|
export type FormDeliveryAttemptScalarFieldEnum = (typeof FormDeliveryAttemptScalarFieldEnum)[keyof typeof FormDeliveryAttemptScalarFieldEnum];
|
|
485
|
-
export declare const BackupRecordScalarFieldEnum: {
|
|
486
|
-
readonly id: "id";
|
|
487
|
-
readonly filename: "filename";
|
|
488
|
-
readonly storageKey: "storageKey";
|
|
489
|
-
readonly sizeBytes: "sizeBytes";
|
|
490
|
-
readonly type: "type";
|
|
491
|
-
readonly metadata: "metadata";
|
|
492
|
-
readonly createdAt: "createdAt";
|
|
493
|
-
};
|
|
494
|
-
export type BackupRecordScalarFieldEnum = (typeof BackupRecordScalarFieldEnum)[keyof typeof BackupRecordScalarFieldEnum];
|
|
495
460
|
export declare const WebhookEndpointScalarFieldEnum: {
|
|
496
461
|
readonly id: "id";
|
|
497
462
|
readonly url: "url";
|
|
@@ -711,7 +676,6 @@ export declare const DocumentOrderByRelevanceFieldEnum: {
|
|
|
711
676
|
readonly updatedById: "updatedById";
|
|
712
677
|
readonly plainText: "plainText";
|
|
713
678
|
readonly contentHash: "contentHash";
|
|
714
|
-
readonly siteId: "siteId";
|
|
715
679
|
readonly templateId: "templateId";
|
|
716
680
|
readonly reviewerId: "reviewerId";
|
|
717
681
|
readonly reviewNote: "reviewNote";
|
|
@@ -775,19 +739,6 @@ export declare const ContentTemplateOrderByRelevanceFieldEnum: {
|
|
|
775
739
|
readonly createdById: "createdById";
|
|
776
740
|
};
|
|
777
741
|
export type ContentTemplateOrderByRelevanceFieldEnum = (typeof ContentTemplateOrderByRelevanceFieldEnum)[keyof typeof ContentTemplateOrderByRelevanceFieldEnum];
|
|
778
|
-
export declare const SiteOrderByRelevanceFieldEnum: {
|
|
779
|
-
readonly id: "id";
|
|
780
|
-
readonly domain: "domain";
|
|
781
|
-
readonly name: "name";
|
|
782
|
-
};
|
|
783
|
-
export type SiteOrderByRelevanceFieldEnum = (typeof SiteOrderByRelevanceFieldEnum)[keyof typeof SiteOrderByRelevanceFieldEnum];
|
|
784
|
-
export declare const WorkflowStateOrderByRelevanceFieldEnum: {
|
|
785
|
-
readonly id: "id";
|
|
786
|
-
readonly documentId: "documentId";
|
|
787
|
-
readonly assignedToId: "assignedToId";
|
|
788
|
-
readonly status: "status";
|
|
789
|
-
};
|
|
790
|
-
export type WorkflowStateOrderByRelevanceFieldEnum = (typeof WorkflowStateOrderByRelevanceFieldEnum)[keyof typeof WorkflowStateOrderByRelevanceFieldEnum];
|
|
791
742
|
export declare const RedirectOrderByRelevanceFieldEnum: {
|
|
792
743
|
readonly id: "id";
|
|
793
744
|
readonly source: "source";
|
|
@@ -903,13 +854,6 @@ export declare const FormDeliveryAttemptOrderByRelevanceFieldEnum: {
|
|
|
903
854
|
readonly skippedReason: "skippedReason";
|
|
904
855
|
};
|
|
905
856
|
export type FormDeliveryAttemptOrderByRelevanceFieldEnum = (typeof FormDeliveryAttemptOrderByRelevanceFieldEnum)[keyof typeof FormDeliveryAttemptOrderByRelevanceFieldEnum];
|
|
906
|
-
export declare const BackupRecordOrderByRelevanceFieldEnum: {
|
|
907
|
-
readonly id: "id";
|
|
908
|
-
readonly filename: "filename";
|
|
909
|
-
readonly storageKey: "storageKey";
|
|
910
|
-
readonly type: "type";
|
|
911
|
-
};
|
|
912
|
-
export type BackupRecordOrderByRelevanceFieldEnum = (typeof BackupRecordOrderByRelevanceFieldEnum)[keyof typeof BackupRecordOrderByRelevanceFieldEnum];
|
|
913
857
|
export declare const WebhookEndpointOrderByRelevanceFieldEnum: {
|
|
914
858
|
readonly id: "id";
|
|
915
859
|
readonly url: "url";
|