@prenta/core 5.8.0 → 5.9.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 +12 -0
- package/dist/api/handler-factory.d.ts.map +1 -1
- package/dist/api/handler-factory.js +15 -6
- 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/scheduling.d.ts.map +1 -1
- package/dist/api/routes/scheduling.js +8 -1
- package/dist/api/routes/scheduling.js.map +1 -1
- package/dist/api/routes/seo-geo.d.ts +23 -0
- package/dist/api/routes/seo-geo.d.ts.map +1 -0
- package/dist/api/routes/seo-geo.js +188 -0
- package/dist/api/routes/seo-geo.js.map +1 -0
- package/dist/astro-redirects.d.ts +5 -0
- package/dist/astro-redirects.d.ts.map +1 -1
- package/dist/astro-redirects.js +13 -1
- package/dist/astro-redirects.js.map +1 -1
- package/dist/cron/index.d.ts +8 -0
- package/dist/cron/index.d.ts.map +1 -1
- package/dist/cron/index.js +21 -0
- package/dist/cron/index.js.map +1 -1
- package/dist/db/model-types.d.ts +21 -0
- package/dist/db/model-types.d.ts.map +1 -1
- package/dist/forms/attribution.d.ts +6 -2
- package/dist/forms/attribution.d.ts.map +1 -1
- package/dist/forms/attribution.js +5 -0
- package/dist/forms/attribution.js.map +1 -1
- package/dist/forms/index.d.ts +2 -2
- package/dist/forms/index.d.ts.map +1 -1
- package/dist/forms/index.js +1 -1
- package/dist/forms/index.js.map +1 -1
- package/dist/generated/browser.d.ts +18 -0
- package/dist/generated/client.d.ts +18 -0
- package/dist/generated/internal/class.d.ts +22 -0
- package/dist/generated/internal/class.js +4 -4
- package/dist/generated/internal/prismaNamespace.d.ts +187 -1
- package/dist/generated/internal/prismaNamespace.js +32 -0
- package/dist/generated/internal/prismaNamespaceBrowser.d.ts +36 -0
- package/dist/generated/internal/prismaNamespaceBrowser.js +32 -0
- package/dist/generated/models/GeoCrawlDaily.d.ts +1144 -0
- package/dist/generated/models/GeoCrawlDaily.js +1 -0
- package/dist/generated/models/GeoReferralDaily.d.ts +1116 -0
- package/dist/generated/models/GeoReferralDaily.js +1 -0
- package/dist/generated/models.d.ts +2 -0
- package/dist/index.d.ts +7 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/public-geo.d.ts +39 -0
- package/dist/public-geo.d.ts.map +1 -0
- package/dist/public-geo.js +79 -0
- package/dist/public-geo.js.map +1 -0
- package/dist/security/rate-limit-policy.d.ts +23 -0
- package/dist/security/rate-limit-policy.d.ts.map +1 -1
- package/dist/security/rate-limit-policy.js +36 -2
- package/dist/security/rate-limit-policy.js.map +1 -1
- package/dist/seo/ai-bots.d.ts +38 -7
- package/dist/seo/ai-bots.d.ts.map +1 -1
- package/dist/seo/ai-bots.js +82 -27
- package/dist/seo/ai-bots.js.map +1 -1
- package/dist/seo/ai-crawler-log.d.ts +2 -0
- package/dist/seo/ai-crawler-log.d.ts.map +1 -1
- package/dist/seo/ai-crawler-log.js +19 -1
- package/dist/seo/ai-crawler-log.js.map +1 -1
- package/dist/seo/ai-referrers.d.ts +25 -0
- package/dist/seo/ai-referrers.d.ts.map +1 -0
- package/dist/seo/ai-referrers.js +96 -0
- package/dist/seo/ai-referrers.js.map +1 -0
- package/dist/seo/config-store.d.ts +4 -0
- package/dist/seo/config-store.d.ts.map +1 -1
- package/dist/seo/config-store.js +3 -0
- package/dist/seo/config-store.js.map +1 -1
- package/dist/seo/digest.d.ts +23 -0
- package/dist/seo/digest.d.ts.map +1 -1
- package/dist/seo/digest.js +89 -3
- package/dist/seo/digest.js.map +1 -1
- package/dist/seo/geo-record.d.ts +75 -0
- package/dist/seo/geo-record.d.ts.map +1 -0
- package/dist/seo/geo-record.js +252 -0
- package/dist/seo/geo-record.js.map +1 -0
- package/dist/seo/geo-report.d.ts +96 -0
- package/dist/seo/geo-report.d.ts.map +1 -0
- package/dist/seo/geo-report.js +315 -0
- package/dist/seo/geo-report.js.map +1 -0
- package/dist/seo/geo-retention.d.ts +19 -0
- package/dist/seo/geo-retention.d.ts.map +1 -0
- package/dist/seo/geo-retention.js +23 -0
- package/dist/seo/geo-retention.js.map +1 -0
- package/dist/seo/index.d.ts +9 -2
- package/dist/seo/index.d.ts.map +1 -1
- package/dist/seo/index.js +5 -1
- package/dist/seo/index.js.map +1 -1
- package/dist/seo/search-console/sync.d.ts +8 -0
- package/dist/seo/search-console/sync.d.ts.map +1 -1
- package/dist/seo/search-console/sync.js +6 -3
- package/dist/seo/search-console/sync.js.map +1 -1
- package/dist/site.d.ts +5 -0
- package/dist/site.d.ts.map +1 -1
- package/dist/site.js +3 -0
- package/dist/site.js.map +1 -1
- package/package.json +3 -3
- package/prisma/migrations/0018_geo_daily/migration.sql +35 -0
- package/prisma/schema.prisma +41 -0
|
@@ -251,6 +251,8 @@ export declare const ModelName: {
|
|
|
251
251
|
readonly AiCrawlerHit: "AiCrawlerHit";
|
|
252
252
|
readonly SearchPerfDaily: "SearchPerfDaily";
|
|
253
253
|
readonly SearchPageInsight: "SearchPageInsight";
|
|
254
|
+
readonly GeoCrawlDaily: "GeoCrawlDaily";
|
|
255
|
+
readonly GeoReferralDaily: "GeoReferralDaily";
|
|
254
256
|
readonly RedirectSuggestion: "RedirectSuggestion";
|
|
255
257
|
readonly SeoAutoApply: "SeoAutoApply";
|
|
256
258
|
readonly FormSchemaVersion: "FormSchemaVersion";
|
|
@@ -280,7 +282,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
280
282
|
omit: GlobalOmitOptions;
|
|
281
283
|
};
|
|
282
284
|
meta: {
|
|
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";
|
|
285
|
+
modelProps: "user" | "oAuthAccount" | "session" | "apiKey" | "auditLog" | "folder" | "document" | "version" | "media" | "mediaUsage" | "contentLock" | "inAppNotification" | "contentTemplate" | "redirect" | "seoAuditRun" | "seoIssue" | "redirect404Hit" | "aiCrawlerHit" | "searchPerfDaily" | "searchPageInsight" | "geoCrawlDaily" | "geoReferralDaily" | "redirectSuggestion" | "seoAutoApply" | "formSchemaVersion" | "formSubmission" | "formSubmissionFile" | "formWebhook" | "formDeliveryAttempt" | "webhookEndpoint" | "webhookDeliveryLog" | "passwordResetToken" | "invite" | "scriptTag" | "apiRequestMetric" | "contentIssue" | "documentCRDT" | "documentComment" | "documentNotification";
|
|
284
286
|
txIsolationLevel: TransactionIsolationLevel;
|
|
285
287
|
};
|
|
286
288
|
model: {
|
|
@@ -1764,6 +1766,154 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
1764
1766
|
};
|
|
1765
1767
|
};
|
|
1766
1768
|
};
|
|
1769
|
+
GeoCrawlDaily: {
|
|
1770
|
+
payload: Prisma.$GeoCrawlDailyPayload<ExtArgs>;
|
|
1771
|
+
fields: Prisma.GeoCrawlDailyFieldRefs;
|
|
1772
|
+
operations: {
|
|
1773
|
+
findUnique: {
|
|
1774
|
+
args: Prisma.GeoCrawlDailyFindUniqueArgs<ExtArgs>;
|
|
1775
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload> | null;
|
|
1776
|
+
};
|
|
1777
|
+
findUniqueOrThrow: {
|
|
1778
|
+
args: Prisma.GeoCrawlDailyFindUniqueOrThrowArgs<ExtArgs>;
|
|
1779
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload>;
|
|
1780
|
+
};
|
|
1781
|
+
findFirst: {
|
|
1782
|
+
args: Prisma.GeoCrawlDailyFindFirstArgs<ExtArgs>;
|
|
1783
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload> | null;
|
|
1784
|
+
};
|
|
1785
|
+
findFirstOrThrow: {
|
|
1786
|
+
args: Prisma.GeoCrawlDailyFindFirstOrThrowArgs<ExtArgs>;
|
|
1787
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload>;
|
|
1788
|
+
};
|
|
1789
|
+
findMany: {
|
|
1790
|
+
args: Prisma.GeoCrawlDailyFindManyArgs<ExtArgs>;
|
|
1791
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload>[];
|
|
1792
|
+
};
|
|
1793
|
+
create: {
|
|
1794
|
+
args: Prisma.GeoCrawlDailyCreateArgs<ExtArgs>;
|
|
1795
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload>;
|
|
1796
|
+
};
|
|
1797
|
+
createMany: {
|
|
1798
|
+
args: Prisma.GeoCrawlDailyCreateManyArgs<ExtArgs>;
|
|
1799
|
+
result: BatchPayload;
|
|
1800
|
+
};
|
|
1801
|
+
createManyAndReturn: {
|
|
1802
|
+
args: Prisma.GeoCrawlDailyCreateManyAndReturnArgs<ExtArgs>;
|
|
1803
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload>[];
|
|
1804
|
+
};
|
|
1805
|
+
delete: {
|
|
1806
|
+
args: Prisma.GeoCrawlDailyDeleteArgs<ExtArgs>;
|
|
1807
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload>;
|
|
1808
|
+
};
|
|
1809
|
+
update: {
|
|
1810
|
+
args: Prisma.GeoCrawlDailyUpdateArgs<ExtArgs>;
|
|
1811
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload>;
|
|
1812
|
+
};
|
|
1813
|
+
deleteMany: {
|
|
1814
|
+
args: Prisma.GeoCrawlDailyDeleteManyArgs<ExtArgs>;
|
|
1815
|
+
result: BatchPayload;
|
|
1816
|
+
};
|
|
1817
|
+
updateMany: {
|
|
1818
|
+
args: Prisma.GeoCrawlDailyUpdateManyArgs<ExtArgs>;
|
|
1819
|
+
result: BatchPayload;
|
|
1820
|
+
};
|
|
1821
|
+
updateManyAndReturn: {
|
|
1822
|
+
args: Prisma.GeoCrawlDailyUpdateManyAndReturnArgs<ExtArgs>;
|
|
1823
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload>[];
|
|
1824
|
+
};
|
|
1825
|
+
upsert: {
|
|
1826
|
+
args: Prisma.GeoCrawlDailyUpsertArgs<ExtArgs>;
|
|
1827
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoCrawlDailyPayload>;
|
|
1828
|
+
};
|
|
1829
|
+
aggregate: {
|
|
1830
|
+
args: Prisma.GeoCrawlDailyAggregateArgs<ExtArgs>;
|
|
1831
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateGeoCrawlDaily>;
|
|
1832
|
+
};
|
|
1833
|
+
groupBy: {
|
|
1834
|
+
args: Prisma.GeoCrawlDailyGroupByArgs<ExtArgs>;
|
|
1835
|
+
result: runtime.Types.Utils.Optional<Prisma.GeoCrawlDailyGroupByOutputType>[];
|
|
1836
|
+
};
|
|
1837
|
+
count: {
|
|
1838
|
+
args: Prisma.GeoCrawlDailyCountArgs<ExtArgs>;
|
|
1839
|
+
result: runtime.Types.Utils.Optional<Prisma.GeoCrawlDailyCountAggregateOutputType> | number;
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1842
|
+
};
|
|
1843
|
+
GeoReferralDaily: {
|
|
1844
|
+
payload: Prisma.$GeoReferralDailyPayload<ExtArgs>;
|
|
1845
|
+
fields: Prisma.GeoReferralDailyFieldRefs;
|
|
1846
|
+
operations: {
|
|
1847
|
+
findUnique: {
|
|
1848
|
+
args: Prisma.GeoReferralDailyFindUniqueArgs<ExtArgs>;
|
|
1849
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload> | null;
|
|
1850
|
+
};
|
|
1851
|
+
findUniqueOrThrow: {
|
|
1852
|
+
args: Prisma.GeoReferralDailyFindUniqueOrThrowArgs<ExtArgs>;
|
|
1853
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload>;
|
|
1854
|
+
};
|
|
1855
|
+
findFirst: {
|
|
1856
|
+
args: Prisma.GeoReferralDailyFindFirstArgs<ExtArgs>;
|
|
1857
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload> | null;
|
|
1858
|
+
};
|
|
1859
|
+
findFirstOrThrow: {
|
|
1860
|
+
args: Prisma.GeoReferralDailyFindFirstOrThrowArgs<ExtArgs>;
|
|
1861
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload>;
|
|
1862
|
+
};
|
|
1863
|
+
findMany: {
|
|
1864
|
+
args: Prisma.GeoReferralDailyFindManyArgs<ExtArgs>;
|
|
1865
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload>[];
|
|
1866
|
+
};
|
|
1867
|
+
create: {
|
|
1868
|
+
args: Prisma.GeoReferralDailyCreateArgs<ExtArgs>;
|
|
1869
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload>;
|
|
1870
|
+
};
|
|
1871
|
+
createMany: {
|
|
1872
|
+
args: Prisma.GeoReferralDailyCreateManyArgs<ExtArgs>;
|
|
1873
|
+
result: BatchPayload;
|
|
1874
|
+
};
|
|
1875
|
+
createManyAndReturn: {
|
|
1876
|
+
args: Prisma.GeoReferralDailyCreateManyAndReturnArgs<ExtArgs>;
|
|
1877
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload>[];
|
|
1878
|
+
};
|
|
1879
|
+
delete: {
|
|
1880
|
+
args: Prisma.GeoReferralDailyDeleteArgs<ExtArgs>;
|
|
1881
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload>;
|
|
1882
|
+
};
|
|
1883
|
+
update: {
|
|
1884
|
+
args: Prisma.GeoReferralDailyUpdateArgs<ExtArgs>;
|
|
1885
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload>;
|
|
1886
|
+
};
|
|
1887
|
+
deleteMany: {
|
|
1888
|
+
args: Prisma.GeoReferralDailyDeleteManyArgs<ExtArgs>;
|
|
1889
|
+
result: BatchPayload;
|
|
1890
|
+
};
|
|
1891
|
+
updateMany: {
|
|
1892
|
+
args: Prisma.GeoReferralDailyUpdateManyArgs<ExtArgs>;
|
|
1893
|
+
result: BatchPayload;
|
|
1894
|
+
};
|
|
1895
|
+
updateManyAndReturn: {
|
|
1896
|
+
args: Prisma.GeoReferralDailyUpdateManyAndReturnArgs<ExtArgs>;
|
|
1897
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload>[];
|
|
1898
|
+
};
|
|
1899
|
+
upsert: {
|
|
1900
|
+
args: Prisma.GeoReferralDailyUpsertArgs<ExtArgs>;
|
|
1901
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$GeoReferralDailyPayload>;
|
|
1902
|
+
};
|
|
1903
|
+
aggregate: {
|
|
1904
|
+
args: Prisma.GeoReferralDailyAggregateArgs<ExtArgs>;
|
|
1905
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateGeoReferralDaily>;
|
|
1906
|
+
};
|
|
1907
|
+
groupBy: {
|
|
1908
|
+
args: Prisma.GeoReferralDailyGroupByArgs<ExtArgs>;
|
|
1909
|
+
result: runtime.Types.Utils.Optional<Prisma.GeoReferralDailyGroupByOutputType>[];
|
|
1910
|
+
};
|
|
1911
|
+
count: {
|
|
1912
|
+
args: Prisma.GeoReferralDailyCountArgs<ExtArgs>;
|
|
1913
|
+
result: runtime.Types.Utils.Optional<Prisma.GeoReferralDailyCountAggregateOutputType> | number;
|
|
1914
|
+
};
|
|
1915
|
+
};
|
|
1916
|
+
};
|
|
1767
1917
|
RedirectSuggestion: {
|
|
1768
1918
|
payload: Prisma.$RedirectSuggestionPayload<ExtArgs>;
|
|
1769
1919
|
fields: Prisma.RedirectSuggestionFieldRefs;
|
|
@@ -3371,6 +3521,27 @@ export declare const SearchPageInsightScalarFieldEnum: {
|
|
|
3371
3521
|
readonly lastSyncedAt: "lastSyncedAt";
|
|
3372
3522
|
};
|
|
3373
3523
|
export type SearchPageInsightScalarFieldEnum = (typeof SearchPageInsightScalarFieldEnum)[keyof typeof SearchPageInsightScalarFieldEnum];
|
|
3524
|
+
export declare const GeoCrawlDailyScalarFieldEnum: {
|
|
3525
|
+
readonly id: "id";
|
|
3526
|
+
readonly date: "date";
|
|
3527
|
+
readonly bot: "bot";
|
|
3528
|
+
readonly category: "category";
|
|
3529
|
+
readonly path: "path";
|
|
3530
|
+
readonly hits: "hits";
|
|
3531
|
+
readonly createdAt: "createdAt";
|
|
3532
|
+
readonly updatedAt: "updatedAt";
|
|
3533
|
+
};
|
|
3534
|
+
export type GeoCrawlDailyScalarFieldEnum = (typeof GeoCrawlDailyScalarFieldEnum)[keyof typeof GeoCrawlDailyScalarFieldEnum];
|
|
3535
|
+
export declare const GeoReferralDailyScalarFieldEnum: {
|
|
3536
|
+
readonly id: "id";
|
|
3537
|
+
readonly date: "date";
|
|
3538
|
+
readonly engine: "engine";
|
|
3539
|
+
readonly path: "path";
|
|
3540
|
+
readonly visits: "visits";
|
|
3541
|
+
readonly createdAt: "createdAt";
|
|
3542
|
+
readonly updatedAt: "updatedAt";
|
|
3543
|
+
};
|
|
3544
|
+
export type GeoReferralDailyScalarFieldEnum = (typeof GeoReferralDailyScalarFieldEnum)[keyof typeof GeoReferralDailyScalarFieldEnum];
|
|
3374
3545
|
export declare const RedirectSuggestionScalarFieldEnum: {
|
|
3375
3546
|
readonly id: "id";
|
|
3376
3547
|
readonly fromPath: "fromPath";
|
|
@@ -3844,6 +4015,19 @@ export declare const SearchPageInsightOrderByRelevanceFieldEnum: {
|
|
|
3844
4015
|
readonly cwvStatus: "cwvStatus";
|
|
3845
4016
|
};
|
|
3846
4017
|
export type SearchPageInsightOrderByRelevanceFieldEnum = (typeof SearchPageInsightOrderByRelevanceFieldEnum)[keyof typeof SearchPageInsightOrderByRelevanceFieldEnum];
|
|
4018
|
+
export declare const GeoCrawlDailyOrderByRelevanceFieldEnum: {
|
|
4019
|
+
readonly id: "id";
|
|
4020
|
+
readonly bot: "bot";
|
|
4021
|
+
readonly category: "category";
|
|
4022
|
+
readonly path: "path";
|
|
4023
|
+
};
|
|
4024
|
+
export type GeoCrawlDailyOrderByRelevanceFieldEnum = (typeof GeoCrawlDailyOrderByRelevanceFieldEnum)[keyof typeof GeoCrawlDailyOrderByRelevanceFieldEnum];
|
|
4025
|
+
export declare const GeoReferralDailyOrderByRelevanceFieldEnum: {
|
|
4026
|
+
readonly id: "id";
|
|
4027
|
+
readonly engine: "engine";
|
|
4028
|
+
readonly path: "path";
|
|
4029
|
+
};
|
|
4030
|
+
export type GeoReferralDailyOrderByRelevanceFieldEnum = (typeof GeoReferralDailyOrderByRelevanceFieldEnum)[keyof typeof GeoReferralDailyOrderByRelevanceFieldEnum];
|
|
3847
4031
|
export declare const RedirectSuggestionOrderByRelevanceFieldEnum: {
|
|
3848
4032
|
readonly id: "id";
|
|
3849
4033
|
readonly fromPath: "fromPath";
|
|
@@ -4275,6 +4459,8 @@ export type GlobalOmitConfig = {
|
|
|
4275
4459
|
aiCrawlerHit?: Prisma.AiCrawlerHitOmit;
|
|
4276
4460
|
searchPerfDaily?: Prisma.SearchPerfDailyOmit;
|
|
4277
4461
|
searchPageInsight?: Prisma.SearchPageInsightOmit;
|
|
4462
|
+
geoCrawlDaily?: Prisma.GeoCrawlDailyOmit;
|
|
4463
|
+
geoReferralDaily?: Prisma.GeoReferralDailyOmit;
|
|
4278
4464
|
redirectSuggestion?: Prisma.RedirectSuggestionOmit;
|
|
4279
4465
|
seoAutoApply?: Prisma.SeoAutoApplyOmit;
|
|
4280
4466
|
formSchemaVersion?: Prisma.FormSchemaVersionOmit;
|
|
@@ -87,6 +87,8 @@ export const ModelName = {
|
|
|
87
87
|
AiCrawlerHit: 'AiCrawlerHit',
|
|
88
88
|
SearchPerfDaily: 'SearchPerfDaily',
|
|
89
89
|
SearchPageInsight: 'SearchPageInsight',
|
|
90
|
+
GeoCrawlDaily: 'GeoCrawlDaily',
|
|
91
|
+
GeoReferralDaily: 'GeoReferralDaily',
|
|
90
92
|
RedirectSuggestion: 'RedirectSuggestion',
|
|
91
93
|
SeoAutoApply: 'SeoAutoApply',
|
|
92
94
|
FormSchemaVersion: 'FormSchemaVersion',
|
|
@@ -408,6 +410,25 @@ export const SearchPageInsightScalarFieldEnum = {
|
|
|
408
410
|
createdAt: 'createdAt',
|
|
409
411
|
lastSyncedAt: 'lastSyncedAt'
|
|
410
412
|
};
|
|
413
|
+
export const GeoCrawlDailyScalarFieldEnum = {
|
|
414
|
+
id: 'id',
|
|
415
|
+
date: 'date',
|
|
416
|
+
bot: 'bot',
|
|
417
|
+
category: 'category',
|
|
418
|
+
path: 'path',
|
|
419
|
+
hits: 'hits',
|
|
420
|
+
createdAt: 'createdAt',
|
|
421
|
+
updatedAt: 'updatedAt'
|
|
422
|
+
};
|
|
423
|
+
export const GeoReferralDailyScalarFieldEnum = {
|
|
424
|
+
id: 'id',
|
|
425
|
+
date: 'date',
|
|
426
|
+
engine: 'engine',
|
|
427
|
+
path: 'path',
|
|
428
|
+
visits: 'visits',
|
|
429
|
+
createdAt: 'createdAt',
|
|
430
|
+
updatedAt: 'updatedAt'
|
|
431
|
+
};
|
|
411
432
|
export const RedirectSuggestionScalarFieldEnum = {
|
|
412
433
|
id: 'id',
|
|
413
434
|
fromPath: 'fromPath',
|
|
@@ -838,6 +859,17 @@ export const SearchPageInsightOrderByRelevanceFieldEnum = {
|
|
|
838
859
|
entityType: 'entityType',
|
|
839
860
|
cwvStatus: 'cwvStatus'
|
|
840
861
|
};
|
|
862
|
+
export const GeoCrawlDailyOrderByRelevanceFieldEnum = {
|
|
863
|
+
id: 'id',
|
|
864
|
+
bot: 'bot',
|
|
865
|
+
category: 'category',
|
|
866
|
+
path: 'path'
|
|
867
|
+
};
|
|
868
|
+
export const GeoReferralDailyOrderByRelevanceFieldEnum = {
|
|
869
|
+
id: 'id',
|
|
870
|
+
engine: 'engine',
|
|
871
|
+
path: 'path'
|
|
872
|
+
};
|
|
841
873
|
export const RedirectSuggestionOrderByRelevanceFieldEnum = {
|
|
842
874
|
id: 'id',
|
|
843
875
|
fromPath: 'fromPath',
|
|
@@ -46,6 +46,8 @@ export declare const ModelName: {
|
|
|
46
46
|
readonly AiCrawlerHit: "AiCrawlerHit";
|
|
47
47
|
readonly SearchPerfDaily: "SearchPerfDaily";
|
|
48
48
|
readonly SearchPageInsight: "SearchPageInsight";
|
|
49
|
+
readonly GeoCrawlDaily: "GeoCrawlDaily";
|
|
50
|
+
readonly GeoReferralDaily: "GeoReferralDaily";
|
|
49
51
|
readonly RedirectSuggestion: "RedirectSuggestion";
|
|
50
52
|
readonly SeoAutoApply: "SeoAutoApply";
|
|
51
53
|
readonly FormSchemaVersion: "FormSchemaVersion";
|
|
@@ -387,6 +389,27 @@ export declare const SearchPageInsightScalarFieldEnum: {
|
|
|
387
389
|
readonly lastSyncedAt: "lastSyncedAt";
|
|
388
390
|
};
|
|
389
391
|
export type SearchPageInsightScalarFieldEnum = (typeof SearchPageInsightScalarFieldEnum)[keyof typeof SearchPageInsightScalarFieldEnum];
|
|
392
|
+
export declare const GeoCrawlDailyScalarFieldEnum: {
|
|
393
|
+
readonly id: "id";
|
|
394
|
+
readonly date: "date";
|
|
395
|
+
readonly bot: "bot";
|
|
396
|
+
readonly category: "category";
|
|
397
|
+
readonly path: "path";
|
|
398
|
+
readonly hits: "hits";
|
|
399
|
+
readonly createdAt: "createdAt";
|
|
400
|
+
readonly updatedAt: "updatedAt";
|
|
401
|
+
};
|
|
402
|
+
export type GeoCrawlDailyScalarFieldEnum = (typeof GeoCrawlDailyScalarFieldEnum)[keyof typeof GeoCrawlDailyScalarFieldEnum];
|
|
403
|
+
export declare const GeoReferralDailyScalarFieldEnum: {
|
|
404
|
+
readonly id: "id";
|
|
405
|
+
readonly date: "date";
|
|
406
|
+
readonly engine: "engine";
|
|
407
|
+
readonly path: "path";
|
|
408
|
+
readonly visits: "visits";
|
|
409
|
+
readonly createdAt: "createdAt";
|
|
410
|
+
readonly updatedAt: "updatedAt";
|
|
411
|
+
};
|
|
412
|
+
export type GeoReferralDailyScalarFieldEnum = (typeof GeoReferralDailyScalarFieldEnum)[keyof typeof GeoReferralDailyScalarFieldEnum];
|
|
390
413
|
export declare const RedirectSuggestionScalarFieldEnum: {
|
|
391
414
|
readonly id: "id";
|
|
392
415
|
readonly fromPath: "fromPath";
|
|
@@ -860,6 +883,19 @@ export declare const SearchPageInsightOrderByRelevanceFieldEnum: {
|
|
|
860
883
|
readonly cwvStatus: "cwvStatus";
|
|
861
884
|
};
|
|
862
885
|
export type SearchPageInsightOrderByRelevanceFieldEnum = (typeof SearchPageInsightOrderByRelevanceFieldEnum)[keyof typeof SearchPageInsightOrderByRelevanceFieldEnum];
|
|
886
|
+
export declare const GeoCrawlDailyOrderByRelevanceFieldEnum: {
|
|
887
|
+
readonly id: "id";
|
|
888
|
+
readonly bot: "bot";
|
|
889
|
+
readonly category: "category";
|
|
890
|
+
readonly path: "path";
|
|
891
|
+
};
|
|
892
|
+
export type GeoCrawlDailyOrderByRelevanceFieldEnum = (typeof GeoCrawlDailyOrderByRelevanceFieldEnum)[keyof typeof GeoCrawlDailyOrderByRelevanceFieldEnum];
|
|
893
|
+
export declare const GeoReferralDailyOrderByRelevanceFieldEnum: {
|
|
894
|
+
readonly id: "id";
|
|
895
|
+
readonly engine: "engine";
|
|
896
|
+
readonly path: "path";
|
|
897
|
+
};
|
|
898
|
+
export type GeoReferralDailyOrderByRelevanceFieldEnum = (typeof GeoReferralDailyOrderByRelevanceFieldEnum)[keyof typeof GeoReferralDailyOrderByRelevanceFieldEnum];
|
|
863
899
|
export declare const RedirectSuggestionOrderByRelevanceFieldEnum: {
|
|
864
900
|
readonly id: "id";
|
|
865
901
|
readonly fromPath: "fromPath";
|
|
@@ -59,6 +59,8 @@ export const ModelName = {
|
|
|
59
59
|
AiCrawlerHit: 'AiCrawlerHit',
|
|
60
60
|
SearchPerfDaily: 'SearchPerfDaily',
|
|
61
61
|
SearchPageInsight: 'SearchPageInsight',
|
|
62
|
+
GeoCrawlDaily: 'GeoCrawlDaily',
|
|
63
|
+
GeoReferralDaily: 'GeoReferralDaily',
|
|
62
64
|
RedirectSuggestion: 'RedirectSuggestion',
|
|
63
65
|
SeoAutoApply: 'SeoAutoApply',
|
|
64
66
|
FormSchemaVersion: 'FormSchemaVersion',
|
|
@@ -380,6 +382,25 @@ export const SearchPageInsightScalarFieldEnum = {
|
|
|
380
382
|
createdAt: 'createdAt',
|
|
381
383
|
lastSyncedAt: 'lastSyncedAt'
|
|
382
384
|
};
|
|
385
|
+
export const GeoCrawlDailyScalarFieldEnum = {
|
|
386
|
+
id: 'id',
|
|
387
|
+
date: 'date',
|
|
388
|
+
bot: 'bot',
|
|
389
|
+
category: 'category',
|
|
390
|
+
path: 'path',
|
|
391
|
+
hits: 'hits',
|
|
392
|
+
createdAt: 'createdAt',
|
|
393
|
+
updatedAt: 'updatedAt'
|
|
394
|
+
};
|
|
395
|
+
export const GeoReferralDailyScalarFieldEnum = {
|
|
396
|
+
id: 'id',
|
|
397
|
+
date: 'date',
|
|
398
|
+
engine: 'engine',
|
|
399
|
+
path: 'path',
|
|
400
|
+
visits: 'visits',
|
|
401
|
+
createdAt: 'createdAt',
|
|
402
|
+
updatedAt: 'updatedAt'
|
|
403
|
+
};
|
|
383
404
|
export const RedirectSuggestionScalarFieldEnum = {
|
|
384
405
|
id: 'id',
|
|
385
406
|
fromPath: 'fromPath',
|
|
@@ -810,6 +831,17 @@ export const SearchPageInsightOrderByRelevanceFieldEnum = {
|
|
|
810
831
|
entityType: 'entityType',
|
|
811
832
|
cwvStatus: 'cwvStatus'
|
|
812
833
|
};
|
|
834
|
+
export const GeoCrawlDailyOrderByRelevanceFieldEnum = {
|
|
835
|
+
id: 'id',
|
|
836
|
+
bot: 'bot',
|
|
837
|
+
category: 'category',
|
|
838
|
+
path: 'path'
|
|
839
|
+
};
|
|
840
|
+
export const GeoReferralDailyOrderByRelevanceFieldEnum = {
|
|
841
|
+
id: 'id',
|
|
842
|
+
engine: 'engine',
|
|
843
|
+
path: 'path'
|
|
844
|
+
};
|
|
813
845
|
export const RedirectSuggestionOrderByRelevanceFieldEnum = {
|
|
814
846
|
id: 'id',
|
|
815
847
|
fromPath: 'fromPath',
|