@prenta/core 5.6.0 → 5.8.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 +21 -0
- package/dist/api/handler-factory.d.ts.map +1 -1
- package/dist/api/handler-factory.js +8 -4
- package/dist/api/handler-factory.js.map +1 -1
- package/dist/api/handlers.d.ts.map +1 -1
- package/dist/api/handlers.js +2 -0
- package/dist/api/handlers.js.map +1 -1
- package/dist/api/routes/redirects.d.ts.map +1 -1
- package/dist/api/routes/redirects.js +113 -53
- package/dist/api/routes/redirects.js.map +1 -1
- package/dist/api/routes/seo-autopilot.d.ts +12 -0
- package/dist/api/routes/seo-autopilot.d.ts.map +1 -0
- package/dist/api/routes/seo-autopilot.js +257 -0
- package/dist/api/routes/seo-autopilot.js.map +1 -0
- package/dist/db/model-types.d.ts +26 -0
- package/dist/db/model-types.d.ts.map +1 -1
- package/dist/generated/browser.d.ts +8 -0
- package/dist/generated/client.d.ts +8 -0
- package/dist/generated/internal/class.d.ts +11 -0
- package/dist/generated/internal/class.js +4 -4
- package/dist/generated/internal/prismaNamespace.d.ts +120 -1
- package/dist/generated/internal/prismaNamespace.js +42 -0
- package/dist/generated/internal/prismaNamespaceBrowser.d.ts +44 -0
- package/dist/generated/internal/prismaNamespaceBrowser.js +42 -0
- package/dist/generated/models/SeoAutoApply.d.ts +1495 -0
- package/dist/generated/models/SeoAutoApply.js +1 -0
- package/dist/generated/models.d.ts +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/public-redirects.d.ts +12 -0
- package/dist/public-redirects.d.ts.map +1 -1
- package/dist/public-redirects.js +21 -7
- package/dist/public-redirects.js.map +1 -1
- package/dist/redirects/index.d.ts +2 -0
- package/dist/redirects/index.d.ts.map +1 -1
- package/dist/redirects/index.js +1 -0
- package/dist/redirects/index.js.map +1 -1
- package/dist/redirects/match.d.ts +52 -0
- package/dist/redirects/match.d.ts.map +1 -0
- package/dist/redirects/match.js +101 -0
- package/dist/redirects/match.js.map +1 -0
- package/dist/redirects/recovery.d.ts +15 -9
- package/dist/redirects/recovery.d.ts.map +1 -1
- package/dist/redirects/recovery.js +15 -61
- package/dist/redirects/recovery.js.map +1 -1
- package/dist/redirects/suggestion-accept.d.ts +3 -2
- package/dist/redirects/suggestion-accept.d.ts.map +1 -1
- package/dist/redirects/suggestion-accept.js +24 -14
- package/dist/redirects/suggestion-accept.js.map +1 -1
- package/dist/seo/audit-runner.d.ts.map +1 -1
- package/dist/seo/audit-runner.js +0 -2
- package/dist/seo/audit-runner.js.map +1 -1
- package/dist/seo/autopilot-gate.d.ts +101 -0
- package/dist/seo/autopilot-gate.d.ts.map +1 -0
- package/dist/seo/autopilot-gate.js +272 -0
- package/dist/seo/autopilot-gate.js.map +1 -0
- package/dist/seo/autopilot-ledger.d.ts +74 -0
- package/dist/seo/autopilot-ledger.d.ts.map +1 -0
- package/dist/seo/autopilot-ledger.js +118 -0
- package/dist/seo/autopilot-ledger.js.map +1 -0
- package/dist/seo/autopilot-outcome.d.ts +93 -0
- package/dist/seo/autopilot-outcome.d.ts.map +1 -0
- package/dist/seo/autopilot-outcome.js +206 -0
- package/dist/seo/autopilot-outcome.js.map +1 -0
- package/dist/seo/autopilot-policy.d.ts +169 -0
- package/dist/seo/autopilot-policy.d.ts.map +1 -0
- package/dist/seo/autopilot-policy.js +267 -0
- package/dist/seo/autopilot-policy.js.map +1 -0
- package/dist/seo/autopilot-revert.d.ts +40 -0
- package/dist/seo/autopilot-revert.d.ts.map +1 -0
- package/dist/seo/autopilot-revert.js +155 -0
- package/dist/seo/autopilot-revert.js.map +1 -0
- package/dist/seo/autopilot.d.ts +91 -0
- package/dist/seo/autopilot.d.ts.map +1 -0
- package/dist/seo/autopilot.js +1060 -0
- package/dist/seo/autopilot.js.map +1 -0
- package/dist/seo/config-store.d.ts +35 -2
- package/dist/seo/config-store.d.ts.map +1 -1
- package/dist/seo/config-store.js +58 -1
- package/dist/seo/config-store.js.map +1 -1
- package/dist/seo/deep-equal.d.ts +12 -0
- package/dist/seo/deep-equal.d.ts.map +1 -0
- package/dist/seo/deep-equal.js +42 -0
- package/dist/seo/deep-equal.js.map +1 -0
- package/dist/seo/digest.d.ts +27 -0
- package/dist/seo/digest.d.ts.map +1 -1
- package/dist/seo/digest.js +77 -1
- package/dist/seo/digest.js.map +1 -1
- package/dist/seo/index.d.ts +14 -0
- package/dist/seo/index.d.ts.map +1 -1
- package/dist/seo/index.js +7 -0
- package/dist/seo/index.js.map +1 -1
- package/dist/seo/issue-fix-apply.d.ts +20 -1
- package/dist/seo/issue-fix-apply.d.ts.map +1 -1
- package/dist/seo/issue-fix-apply.js +10 -4
- package/dist/seo/issue-fix-apply.js.map +1 -1
- package/dist/seo/proposals-generate.d.ts +2 -0
- package/dist/seo/proposals-generate.d.ts.map +1 -1
- package/dist/seo/proposals-generate.js +7 -1
- package/dist/seo/proposals-generate.js.map +1 -1
- package/dist/seo/proposals.d.ts +9 -0
- package/dist/seo/proposals.d.ts.map +1 -1
- package/dist/seo/proposals.js +35 -1
- package/dist/seo/proposals.js.map +1 -1
- package/package.json +1 -1
- package/prisma/migrations/0017_seo_auto_applies/migration.sql +35 -0
- package/prisma/schema.prisma +43 -0
|
@@ -252,6 +252,7 @@ export declare const ModelName: {
|
|
|
252
252
|
readonly SearchPerfDaily: "SearchPerfDaily";
|
|
253
253
|
readonly SearchPageInsight: "SearchPageInsight";
|
|
254
254
|
readonly RedirectSuggestion: "RedirectSuggestion";
|
|
255
|
+
readonly SeoAutoApply: "SeoAutoApply";
|
|
255
256
|
readonly FormSchemaVersion: "FormSchemaVersion";
|
|
256
257
|
readonly FormSubmission: "FormSubmission";
|
|
257
258
|
readonly FormSubmissionFile: "FormSubmissionFile";
|
|
@@ -279,7 +280,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
279
280
|
omit: GlobalOmitOptions;
|
|
280
281
|
};
|
|
281
282
|
meta: {
|
|
282
|
-
modelProps: "user" | "oAuthAccount" | "session" | "apiKey" | "auditLog" | "folder" | "document" | "version" | "media" | "mediaUsage" | "contentLock" | "inAppNotification" | "contentTemplate" | "redirect" | "seoAuditRun" | "seoIssue" | "redirect404Hit" | "aiCrawlerHit" | "searchPerfDaily" | "searchPageInsight" | "redirectSuggestion" | "formSchemaVersion" | "formSubmission" | "formSubmissionFile" | "formWebhook" | "formDeliveryAttempt" | "webhookEndpoint" | "webhookDeliveryLog" | "passwordResetToken" | "invite" | "scriptTag" | "apiRequestMetric" | "contentIssue" | "documentCRDT" | "documentComment" | "documentNotification";
|
|
283
|
+
modelProps: "user" | "oAuthAccount" | "session" | "apiKey" | "auditLog" | "folder" | "document" | "version" | "media" | "mediaUsage" | "contentLock" | "inAppNotification" | "contentTemplate" | "redirect" | "seoAuditRun" | "seoIssue" | "redirect404Hit" | "aiCrawlerHit" | "searchPerfDaily" | "searchPageInsight" | "redirectSuggestion" | "seoAutoApply" | "formSchemaVersion" | "formSubmission" | "formSubmissionFile" | "formWebhook" | "formDeliveryAttempt" | "webhookEndpoint" | "webhookDeliveryLog" | "passwordResetToken" | "invite" | "scriptTag" | "apiRequestMetric" | "contentIssue" | "documentCRDT" | "documentComment" | "documentNotification";
|
|
283
284
|
txIsolationLevel: TransactionIsolationLevel;
|
|
284
285
|
};
|
|
285
286
|
model: {
|
|
@@ -1837,6 +1838,80 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
1837
1838
|
};
|
|
1838
1839
|
};
|
|
1839
1840
|
};
|
|
1841
|
+
SeoAutoApply: {
|
|
1842
|
+
payload: Prisma.$SeoAutoApplyPayload<ExtArgs>;
|
|
1843
|
+
fields: Prisma.SeoAutoApplyFieldRefs;
|
|
1844
|
+
operations: {
|
|
1845
|
+
findUnique: {
|
|
1846
|
+
args: Prisma.SeoAutoApplyFindUniqueArgs<ExtArgs>;
|
|
1847
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload> | null;
|
|
1848
|
+
};
|
|
1849
|
+
findUniqueOrThrow: {
|
|
1850
|
+
args: Prisma.SeoAutoApplyFindUniqueOrThrowArgs<ExtArgs>;
|
|
1851
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload>;
|
|
1852
|
+
};
|
|
1853
|
+
findFirst: {
|
|
1854
|
+
args: Prisma.SeoAutoApplyFindFirstArgs<ExtArgs>;
|
|
1855
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload> | null;
|
|
1856
|
+
};
|
|
1857
|
+
findFirstOrThrow: {
|
|
1858
|
+
args: Prisma.SeoAutoApplyFindFirstOrThrowArgs<ExtArgs>;
|
|
1859
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload>;
|
|
1860
|
+
};
|
|
1861
|
+
findMany: {
|
|
1862
|
+
args: Prisma.SeoAutoApplyFindManyArgs<ExtArgs>;
|
|
1863
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload>[];
|
|
1864
|
+
};
|
|
1865
|
+
create: {
|
|
1866
|
+
args: Prisma.SeoAutoApplyCreateArgs<ExtArgs>;
|
|
1867
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload>;
|
|
1868
|
+
};
|
|
1869
|
+
createMany: {
|
|
1870
|
+
args: Prisma.SeoAutoApplyCreateManyArgs<ExtArgs>;
|
|
1871
|
+
result: BatchPayload;
|
|
1872
|
+
};
|
|
1873
|
+
createManyAndReturn: {
|
|
1874
|
+
args: Prisma.SeoAutoApplyCreateManyAndReturnArgs<ExtArgs>;
|
|
1875
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload>[];
|
|
1876
|
+
};
|
|
1877
|
+
delete: {
|
|
1878
|
+
args: Prisma.SeoAutoApplyDeleteArgs<ExtArgs>;
|
|
1879
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload>;
|
|
1880
|
+
};
|
|
1881
|
+
update: {
|
|
1882
|
+
args: Prisma.SeoAutoApplyUpdateArgs<ExtArgs>;
|
|
1883
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload>;
|
|
1884
|
+
};
|
|
1885
|
+
deleteMany: {
|
|
1886
|
+
args: Prisma.SeoAutoApplyDeleteManyArgs<ExtArgs>;
|
|
1887
|
+
result: BatchPayload;
|
|
1888
|
+
};
|
|
1889
|
+
updateMany: {
|
|
1890
|
+
args: Prisma.SeoAutoApplyUpdateManyArgs<ExtArgs>;
|
|
1891
|
+
result: BatchPayload;
|
|
1892
|
+
};
|
|
1893
|
+
updateManyAndReturn: {
|
|
1894
|
+
args: Prisma.SeoAutoApplyUpdateManyAndReturnArgs<ExtArgs>;
|
|
1895
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload>[];
|
|
1896
|
+
};
|
|
1897
|
+
upsert: {
|
|
1898
|
+
args: Prisma.SeoAutoApplyUpsertArgs<ExtArgs>;
|
|
1899
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SeoAutoApplyPayload>;
|
|
1900
|
+
};
|
|
1901
|
+
aggregate: {
|
|
1902
|
+
args: Prisma.SeoAutoApplyAggregateArgs<ExtArgs>;
|
|
1903
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateSeoAutoApply>;
|
|
1904
|
+
};
|
|
1905
|
+
groupBy: {
|
|
1906
|
+
args: Prisma.SeoAutoApplyGroupByArgs<ExtArgs>;
|
|
1907
|
+
result: runtime.Types.Utils.Optional<Prisma.SeoAutoApplyGroupByOutputType>[];
|
|
1908
|
+
};
|
|
1909
|
+
count: {
|
|
1910
|
+
args: Prisma.SeoAutoApplyCountArgs<ExtArgs>;
|
|
1911
|
+
result: runtime.Types.Utils.Optional<Prisma.SeoAutoApplyCountAggregateOutputType> | number;
|
|
1912
|
+
};
|
|
1913
|
+
};
|
|
1914
|
+
};
|
|
1840
1915
|
FormSchemaVersion: {
|
|
1841
1916
|
payload: Prisma.$FormSchemaVersionPayload<ExtArgs>;
|
|
1842
1917
|
fields: Prisma.FormSchemaVersionFieldRefs;
|
|
@@ -3309,6 +3384,32 @@ export declare const RedirectSuggestionScalarFieldEnum: {
|
|
|
3309
3384
|
readonly updatedAt: "updatedAt";
|
|
3310
3385
|
};
|
|
3311
3386
|
export type RedirectSuggestionScalarFieldEnum = (typeof RedirectSuggestionScalarFieldEnum)[keyof typeof RedirectSuggestionScalarFieldEnum];
|
|
3387
|
+
export declare const SeoAutoApplyScalarFieldEnum: {
|
|
3388
|
+
readonly id: "id";
|
|
3389
|
+
readonly kind: "kind";
|
|
3390
|
+
readonly issueId: "issueId";
|
|
3391
|
+
readonly issueType: "issueType";
|
|
3392
|
+
readonly entityId: "entityId";
|
|
3393
|
+
readonly collection: "collection";
|
|
3394
|
+
readonly path: "path";
|
|
3395
|
+
readonly redirectId: "redirectId";
|
|
3396
|
+
readonly before: "before";
|
|
3397
|
+
readonly after: "after";
|
|
3398
|
+
readonly gate: "gate";
|
|
3399
|
+
readonly status: "status";
|
|
3400
|
+
readonly outcome: "outcome";
|
|
3401
|
+
readonly outcomeMetrics: "outcomeMetrics";
|
|
3402
|
+
readonly outcomeCheckedAt: "outcomeCheckedAt";
|
|
3403
|
+
readonly versionId: "versionId";
|
|
3404
|
+
readonly appliedById: "appliedById";
|
|
3405
|
+
readonly appliedAt: "appliedAt";
|
|
3406
|
+
readonly revertedAt: "revertedAt";
|
|
3407
|
+
readonly revertedById: "revertedById";
|
|
3408
|
+
readonly revertReason: "revertReason";
|
|
3409
|
+
readonly createdAt: "createdAt";
|
|
3410
|
+
readonly updatedAt: "updatedAt";
|
|
3411
|
+
};
|
|
3412
|
+
export type SeoAutoApplyScalarFieldEnum = (typeof SeoAutoApplyScalarFieldEnum)[keyof typeof SeoAutoApplyScalarFieldEnum];
|
|
3312
3413
|
export declare const FormSchemaVersionScalarFieldEnum: {
|
|
3313
3414
|
readonly id: "id";
|
|
3314
3415
|
readonly formId: "formId";
|
|
@@ -3752,6 +3853,23 @@ export declare const RedirectSuggestionOrderByRelevanceFieldEnum: {
|
|
|
3752
3853
|
readonly source: "source";
|
|
3753
3854
|
};
|
|
3754
3855
|
export type RedirectSuggestionOrderByRelevanceFieldEnum = (typeof RedirectSuggestionOrderByRelevanceFieldEnum)[keyof typeof RedirectSuggestionOrderByRelevanceFieldEnum];
|
|
3856
|
+
export declare const SeoAutoApplyOrderByRelevanceFieldEnum: {
|
|
3857
|
+
readonly id: "id";
|
|
3858
|
+
readonly kind: "kind";
|
|
3859
|
+
readonly issueId: "issueId";
|
|
3860
|
+
readonly issueType: "issueType";
|
|
3861
|
+
readonly entityId: "entityId";
|
|
3862
|
+
readonly collection: "collection";
|
|
3863
|
+
readonly path: "path";
|
|
3864
|
+
readonly redirectId: "redirectId";
|
|
3865
|
+
readonly status: "status";
|
|
3866
|
+
readonly outcome: "outcome";
|
|
3867
|
+
readonly versionId: "versionId";
|
|
3868
|
+
readonly appliedById: "appliedById";
|
|
3869
|
+
readonly revertedById: "revertedById";
|
|
3870
|
+
readonly revertReason: "revertReason";
|
|
3871
|
+
};
|
|
3872
|
+
export type SeoAutoApplyOrderByRelevanceFieldEnum = (typeof SeoAutoApplyOrderByRelevanceFieldEnum)[keyof typeof SeoAutoApplyOrderByRelevanceFieldEnum];
|
|
3755
3873
|
export declare const FormSchemaVersionOrderByRelevanceFieldEnum: {
|
|
3756
3874
|
readonly id: "id";
|
|
3757
3875
|
readonly formId: "formId";
|
|
@@ -4158,6 +4276,7 @@ export type GlobalOmitConfig = {
|
|
|
4158
4276
|
searchPerfDaily?: Prisma.SearchPerfDailyOmit;
|
|
4159
4277
|
searchPageInsight?: Prisma.SearchPageInsightOmit;
|
|
4160
4278
|
redirectSuggestion?: Prisma.RedirectSuggestionOmit;
|
|
4279
|
+
seoAutoApply?: Prisma.SeoAutoApplyOmit;
|
|
4161
4280
|
formSchemaVersion?: Prisma.FormSchemaVersionOmit;
|
|
4162
4281
|
formSubmission?: Prisma.FormSubmissionOmit;
|
|
4163
4282
|
formSubmissionFile?: Prisma.FormSubmissionFileOmit;
|
|
@@ -88,6 +88,7 @@ export const ModelName = {
|
|
|
88
88
|
SearchPerfDaily: 'SearchPerfDaily',
|
|
89
89
|
SearchPageInsight: 'SearchPageInsight',
|
|
90
90
|
RedirectSuggestion: 'RedirectSuggestion',
|
|
91
|
+
SeoAutoApply: 'SeoAutoApply',
|
|
91
92
|
FormSchemaVersion: 'FormSchemaVersion',
|
|
92
93
|
FormSubmission: 'FormSubmission',
|
|
93
94
|
FormSubmissionFile: 'FormSubmissionFile',
|
|
@@ -419,6 +420,31 @@ export const RedirectSuggestionScalarFieldEnum = {
|
|
|
419
420
|
createdAt: 'createdAt',
|
|
420
421
|
updatedAt: 'updatedAt'
|
|
421
422
|
};
|
|
423
|
+
export const SeoAutoApplyScalarFieldEnum = {
|
|
424
|
+
id: 'id',
|
|
425
|
+
kind: 'kind',
|
|
426
|
+
issueId: 'issueId',
|
|
427
|
+
issueType: 'issueType',
|
|
428
|
+
entityId: 'entityId',
|
|
429
|
+
collection: 'collection',
|
|
430
|
+
path: 'path',
|
|
431
|
+
redirectId: 'redirectId',
|
|
432
|
+
before: 'before',
|
|
433
|
+
after: 'after',
|
|
434
|
+
gate: 'gate',
|
|
435
|
+
status: 'status',
|
|
436
|
+
outcome: 'outcome',
|
|
437
|
+
outcomeMetrics: 'outcomeMetrics',
|
|
438
|
+
outcomeCheckedAt: 'outcomeCheckedAt',
|
|
439
|
+
versionId: 'versionId',
|
|
440
|
+
appliedById: 'appliedById',
|
|
441
|
+
appliedAt: 'appliedAt',
|
|
442
|
+
revertedAt: 'revertedAt',
|
|
443
|
+
revertedById: 'revertedById',
|
|
444
|
+
revertReason: 'revertReason',
|
|
445
|
+
createdAt: 'createdAt',
|
|
446
|
+
updatedAt: 'updatedAt'
|
|
447
|
+
};
|
|
422
448
|
export const FormSchemaVersionScalarFieldEnum = {
|
|
423
449
|
id: 'id',
|
|
424
450
|
formId: 'formId',
|
|
@@ -820,6 +846,22 @@ export const RedirectSuggestionOrderByRelevanceFieldEnum = {
|
|
|
820
846
|
status: 'status',
|
|
821
847
|
source: 'source'
|
|
822
848
|
};
|
|
849
|
+
export const SeoAutoApplyOrderByRelevanceFieldEnum = {
|
|
850
|
+
id: 'id',
|
|
851
|
+
kind: 'kind',
|
|
852
|
+
issueId: 'issueId',
|
|
853
|
+
issueType: 'issueType',
|
|
854
|
+
entityId: 'entityId',
|
|
855
|
+
collection: 'collection',
|
|
856
|
+
path: 'path',
|
|
857
|
+
redirectId: 'redirectId',
|
|
858
|
+
status: 'status',
|
|
859
|
+
outcome: 'outcome',
|
|
860
|
+
versionId: 'versionId',
|
|
861
|
+
appliedById: 'appliedById',
|
|
862
|
+
revertedById: 'revertedById',
|
|
863
|
+
revertReason: 'revertReason'
|
|
864
|
+
};
|
|
823
865
|
export const FormSchemaVersionOrderByRelevanceFieldEnum = {
|
|
824
866
|
id: 'id',
|
|
825
867
|
formId: 'formId',
|
|
@@ -47,6 +47,7 @@ export declare const ModelName: {
|
|
|
47
47
|
readonly SearchPerfDaily: "SearchPerfDaily";
|
|
48
48
|
readonly SearchPageInsight: "SearchPageInsight";
|
|
49
49
|
readonly RedirectSuggestion: "RedirectSuggestion";
|
|
50
|
+
readonly SeoAutoApply: "SeoAutoApply";
|
|
50
51
|
readonly FormSchemaVersion: "FormSchemaVersion";
|
|
51
52
|
readonly FormSubmission: "FormSubmission";
|
|
52
53
|
readonly FormSubmissionFile: "FormSubmissionFile";
|
|
@@ -399,6 +400,32 @@ export declare const RedirectSuggestionScalarFieldEnum: {
|
|
|
399
400
|
readonly updatedAt: "updatedAt";
|
|
400
401
|
};
|
|
401
402
|
export type RedirectSuggestionScalarFieldEnum = (typeof RedirectSuggestionScalarFieldEnum)[keyof typeof RedirectSuggestionScalarFieldEnum];
|
|
403
|
+
export declare const SeoAutoApplyScalarFieldEnum: {
|
|
404
|
+
readonly id: "id";
|
|
405
|
+
readonly kind: "kind";
|
|
406
|
+
readonly issueId: "issueId";
|
|
407
|
+
readonly issueType: "issueType";
|
|
408
|
+
readonly entityId: "entityId";
|
|
409
|
+
readonly collection: "collection";
|
|
410
|
+
readonly path: "path";
|
|
411
|
+
readonly redirectId: "redirectId";
|
|
412
|
+
readonly before: "before";
|
|
413
|
+
readonly after: "after";
|
|
414
|
+
readonly gate: "gate";
|
|
415
|
+
readonly status: "status";
|
|
416
|
+
readonly outcome: "outcome";
|
|
417
|
+
readonly outcomeMetrics: "outcomeMetrics";
|
|
418
|
+
readonly outcomeCheckedAt: "outcomeCheckedAt";
|
|
419
|
+
readonly versionId: "versionId";
|
|
420
|
+
readonly appliedById: "appliedById";
|
|
421
|
+
readonly appliedAt: "appliedAt";
|
|
422
|
+
readonly revertedAt: "revertedAt";
|
|
423
|
+
readonly revertedById: "revertedById";
|
|
424
|
+
readonly revertReason: "revertReason";
|
|
425
|
+
readonly createdAt: "createdAt";
|
|
426
|
+
readonly updatedAt: "updatedAt";
|
|
427
|
+
};
|
|
428
|
+
export type SeoAutoApplyScalarFieldEnum = (typeof SeoAutoApplyScalarFieldEnum)[keyof typeof SeoAutoApplyScalarFieldEnum];
|
|
402
429
|
export declare const FormSchemaVersionScalarFieldEnum: {
|
|
403
430
|
readonly id: "id";
|
|
404
431
|
readonly formId: "formId";
|
|
@@ -842,6 +869,23 @@ export declare const RedirectSuggestionOrderByRelevanceFieldEnum: {
|
|
|
842
869
|
readonly source: "source";
|
|
843
870
|
};
|
|
844
871
|
export type RedirectSuggestionOrderByRelevanceFieldEnum = (typeof RedirectSuggestionOrderByRelevanceFieldEnum)[keyof typeof RedirectSuggestionOrderByRelevanceFieldEnum];
|
|
872
|
+
export declare const SeoAutoApplyOrderByRelevanceFieldEnum: {
|
|
873
|
+
readonly id: "id";
|
|
874
|
+
readonly kind: "kind";
|
|
875
|
+
readonly issueId: "issueId";
|
|
876
|
+
readonly issueType: "issueType";
|
|
877
|
+
readonly entityId: "entityId";
|
|
878
|
+
readonly collection: "collection";
|
|
879
|
+
readonly path: "path";
|
|
880
|
+
readonly redirectId: "redirectId";
|
|
881
|
+
readonly status: "status";
|
|
882
|
+
readonly outcome: "outcome";
|
|
883
|
+
readonly versionId: "versionId";
|
|
884
|
+
readonly appliedById: "appliedById";
|
|
885
|
+
readonly revertedById: "revertedById";
|
|
886
|
+
readonly revertReason: "revertReason";
|
|
887
|
+
};
|
|
888
|
+
export type SeoAutoApplyOrderByRelevanceFieldEnum = (typeof SeoAutoApplyOrderByRelevanceFieldEnum)[keyof typeof SeoAutoApplyOrderByRelevanceFieldEnum];
|
|
845
889
|
export declare const FormSchemaVersionOrderByRelevanceFieldEnum: {
|
|
846
890
|
readonly id: "id";
|
|
847
891
|
readonly formId: "formId";
|
|
@@ -60,6 +60,7 @@ export const ModelName = {
|
|
|
60
60
|
SearchPerfDaily: 'SearchPerfDaily',
|
|
61
61
|
SearchPageInsight: 'SearchPageInsight',
|
|
62
62
|
RedirectSuggestion: 'RedirectSuggestion',
|
|
63
|
+
SeoAutoApply: 'SeoAutoApply',
|
|
63
64
|
FormSchemaVersion: 'FormSchemaVersion',
|
|
64
65
|
FormSubmission: 'FormSubmission',
|
|
65
66
|
FormSubmissionFile: 'FormSubmissionFile',
|
|
@@ -391,6 +392,31 @@ export const RedirectSuggestionScalarFieldEnum = {
|
|
|
391
392
|
createdAt: 'createdAt',
|
|
392
393
|
updatedAt: 'updatedAt'
|
|
393
394
|
};
|
|
395
|
+
export const SeoAutoApplyScalarFieldEnum = {
|
|
396
|
+
id: 'id',
|
|
397
|
+
kind: 'kind',
|
|
398
|
+
issueId: 'issueId',
|
|
399
|
+
issueType: 'issueType',
|
|
400
|
+
entityId: 'entityId',
|
|
401
|
+
collection: 'collection',
|
|
402
|
+
path: 'path',
|
|
403
|
+
redirectId: 'redirectId',
|
|
404
|
+
before: 'before',
|
|
405
|
+
after: 'after',
|
|
406
|
+
gate: 'gate',
|
|
407
|
+
status: 'status',
|
|
408
|
+
outcome: 'outcome',
|
|
409
|
+
outcomeMetrics: 'outcomeMetrics',
|
|
410
|
+
outcomeCheckedAt: 'outcomeCheckedAt',
|
|
411
|
+
versionId: 'versionId',
|
|
412
|
+
appliedById: 'appliedById',
|
|
413
|
+
appliedAt: 'appliedAt',
|
|
414
|
+
revertedAt: 'revertedAt',
|
|
415
|
+
revertedById: 'revertedById',
|
|
416
|
+
revertReason: 'revertReason',
|
|
417
|
+
createdAt: 'createdAt',
|
|
418
|
+
updatedAt: 'updatedAt'
|
|
419
|
+
};
|
|
394
420
|
export const FormSchemaVersionScalarFieldEnum = {
|
|
395
421
|
id: 'id',
|
|
396
422
|
formId: 'formId',
|
|
@@ -792,6 +818,22 @@ export const RedirectSuggestionOrderByRelevanceFieldEnum = {
|
|
|
792
818
|
status: 'status',
|
|
793
819
|
source: 'source'
|
|
794
820
|
};
|
|
821
|
+
export const SeoAutoApplyOrderByRelevanceFieldEnum = {
|
|
822
|
+
id: 'id',
|
|
823
|
+
kind: 'kind',
|
|
824
|
+
issueId: 'issueId',
|
|
825
|
+
issueType: 'issueType',
|
|
826
|
+
entityId: 'entityId',
|
|
827
|
+
collection: 'collection',
|
|
828
|
+
path: 'path',
|
|
829
|
+
redirectId: 'redirectId',
|
|
830
|
+
status: 'status',
|
|
831
|
+
outcome: 'outcome',
|
|
832
|
+
versionId: 'versionId',
|
|
833
|
+
appliedById: 'appliedById',
|
|
834
|
+
revertedById: 'revertedById',
|
|
835
|
+
revertReason: 'revertReason'
|
|
836
|
+
};
|
|
795
837
|
export const FormSchemaVersionOrderByRelevanceFieldEnum = {
|
|
796
838
|
id: 'id',
|
|
797
839
|
formId: 'formId',
|