@consilioweb/payload-seo-analyzer 1.8.1 → 1.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/README.md +33 -1
- package/dist/client.cjs +232 -6
- package/dist/client.js +232 -6
- package/dist/index.cjs +382 -137
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +382 -137
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -453,6 +453,8 @@ interface DashboardTranslations {
|
|
|
453
453
|
};
|
|
454
454
|
seoView: {
|
|
455
455
|
loadingAudit: string;
|
|
456
|
+
buildingAudit: string;
|
|
457
|
+
buildTimeout: string;
|
|
456
458
|
errorSaving: string;
|
|
457
459
|
auditTitle: string;
|
|
458
460
|
pagesAnalyzed: string;
|
|
@@ -896,6 +898,18 @@ interface DashboardTranslations {
|
|
|
896
898
|
metaTitle: string;
|
|
897
899
|
metaDescription: string;
|
|
898
900
|
emptyValue: string;
|
|
901
|
+
optimizeWithAi: string;
|
|
902
|
+
optimizeIntro: string;
|
|
903
|
+
optimizeRunning: string;
|
|
904
|
+
applyAll: string;
|
|
905
|
+
applied: string;
|
|
906
|
+
whyChanges: string;
|
|
907
|
+
labelCurrent: string;
|
|
908
|
+
labelSuggested: string;
|
|
909
|
+
labelFocusKeyword: string;
|
|
910
|
+
heuristicNote: string;
|
|
911
|
+
applySaveHint: string;
|
|
912
|
+
noMetaChange: string;
|
|
899
913
|
};
|
|
900
914
|
scoreHistory: {
|
|
901
915
|
loading: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -453,6 +453,8 @@ interface DashboardTranslations {
|
|
|
453
453
|
};
|
|
454
454
|
seoView: {
|
|
455
455
|
loadingAudit: string;
|
|
456
|
+
buildingAudit: string;
|
|
457
|
+
buildTimeout: string;
|
|
456
458
|
errorSaving: string;
|
|
457
459
|
auditTitle: string;
|
|
458
460
|
pagesAnalyzed: string;
|
|
@@ -896,6 +898,18 @@ interface DashboardTranslations {
|
|
|
896
898
|
metaTitle: string;
|
|
897
899
|
metaDescription: string;
|
|
898
900
|
emptyValue: string;
|
|
901
|
+
optimizeWithAi: string;
|
|
902
|
+
optimizeIntro: string;
|
|
903
|
+
optimizeRunning: string;
|
|
904
|
+
applyAll: string;
|
|
905
|
+
applied: string;
|
|
906
|
+
whyChanges: string;
|
|
907
|
+
labelCurrent: string;
|
|
908
|
+
labelSuggested: string;
|
|
909
|
+
labelFocusKeyword: string;
|
|
910
|
+
heuristicNote: string;
|
|
911
|
+
applySaveHint: string;
|
|
912
|
+
noMetaChange: string;
|
|
899
913
|
};
|
|
900
914
|
scoreHistory: {
|
|
901
915
|
loading: string;
|