@ainyc/canonry 4.70.0 → 4.70.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.
@@ -95,7 +95,7 @@ import {
95
95
  runs,
96
96
  schedules,
97
97
  usageCounters
98
- } from "./chunk-F74QJKIP.js";
98
+ } from "./chunk-XYBBC5CH.js";
99
99
  import {
100
100
  AGENT_MEMORY_VALUE_MAX_BYTES,
101
101
  AGENT_PROVIDER_IDS,
@@ -5618,7 +5618,7 @@ function readStoredGroundingSources(rawResponse) {
5618
5618
  return result;
5619
5619
  }
5620
5620
  async function backfillInsightsCommand(project, opts) {
5621
- const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-SCTWXI5M.js");
5621
+ const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-GV57RTPO.js");
5622
5622
  const config = loadConfig();
5623
5623
  const db = createClient(config.database);
5624
5624
  migrate(db);
@@ -29854,6 +29854,18 @@ var propertyAccessCheck = {
29854
29854
  }
29855
29855
  };
29856
29856
  }
29857
+ if (match.permissionLevel === "siteUnverifiedUser") {
29858
+ return {
29859
+ status: CheckStatuses.fail,
29860
+ code: "google.auth.property-unverified",
29861
+ summary: `Selected property "${conn.propertyId}" is present but unverified (permission: siteUnverifiedUser); Search Console reads will 403.`,
29862
+ remediation: `Re-verify the property in Search Console for the authorizing account (for a sc-domain property this is a google-site-verification DNS TXT record), then re-run \`canonry google sync ${ctx.project.name}\`.`,
29863
+ details: {
29864
+ selectedProperty: conn.propertyId,
29865
+ permissionLevel: match.permissionLevel
29866
+ }
29867
+ };
29868
+ }
29857
29869
  return {
29858
29870
  status: CheckStatuses.ok,
29859
29871
  code: "google.auth.property-accessible",
package/dist/cli.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  setTelemetrySource,
28
28
  showFirstRunNotice,
29
29
  trackEvent
30
- } from "./chunk-H7TJ5FQ6.js";
30
+ } from "./chunk-B32J3DSZ.js";
31
31
  import {
32
32
  CliError,
33
33
  EXIT_SYSTEM_ERROR,
@@ -52,7 +52,7 @@ import {
52
52
  projects,
53
53
  queries,
54
54
  renderReportHtml
55
- } from "./chunk-F74QJKIP.js";
55
+ } from "./chunk-XYBBC5CH.js";
56
56
  import {
57
57
  CcReleaseSyncStatuses,
58
58
  CheckScopes,
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-H7TJ5FQ6.js";
3
+ } from "./chunk-B32J3DSZ.js";
4
4
  import {
5
5
  loadConfig
6
6
  } from "./chunk-ZNWMVYYU.js";
7
- import "./chunk-F74QJKIP.js";
7
+ import "./chunk-XYBBC5CH.js";
8
8
  import "./chunk-5FM7QRYD.js";
9
9
  export {
10
10
  createServer,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-F74QJKIP.js";
3
+ } from "./chunk-XYBBC5CH.js";
4
4
  import "./chunk-5FM7QRYD.js";
5
5
  export {
6
6
  IntelligenceService
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainyc/canonry",
3
- "version": "4.70.0",
3
+ "version": "4.70.1",
4
4
  "type": "module",
5
5
  "description": "Agent-first open-source AEO operating platform - track how answer engines cite your domain",
6
6
  "license": "FSL-1.1-ALv2",
@@ -63,22 +63,22 @@
63
63
  "tsup": "^8.5.1",
64
64
  "tsx": "^4.19.0",
65
65
  "@ainyc/canonry-api-client": "0.0.0",
66
- "@ainyc/canonry-config": "0.0.0",
67
66
  "@ainyc/canonry-api-routes": "0.0.0",
67
+ "@ainyc/canonry-config": "0.0.0",
68
68
  "@ainyc/canonry-db": "0.0.0",
69
- "@ainyc/canonry-contracts": "0.0.0",
70
69
  "@ainyc/canonry-integration-bing": "0.0.0",
71
- "@ainyc/canonry-integration-commoncrawl": "0.0.0",
72
70
  "@ainyc/canonry-integration-cloud-run": "0.0.0",
73
71
  "@ainyc/canonry-integration-google": "0.0.0",
72
+ "@ainyc/canonry-contracts": "0.0.0",
73
+ "@ainyc/canonry-integration-commoncrawl": "0.0.0",
74
74
  "@ainyc/canonry-integration-google-business-profile": "0.0.0",
75
- "@ainyc/canonry-intelligence": "0.0.0",
76
- "@ainyc/canonry-integration-google-places": "0.0.0",
77
- "@ainyc/canonry-integration-wordpress": "0.0.0",
78
75
  "@ainyc/canonry-integration-traffic": "0.0.0",
79
- "@ainyc/canonry-provider-cdp": "0.0.0",
80
- "@ainyc/canonry-provider-gemini": "0.0.0",
76
+ "@ainyc/canonry-integration-wordpress": "0.0.0",
77
+ "@ainyc/canonry-integration-google-places": "0.0.0",
78
+ "@ainyc/canonry-intelligence": "0.0.0",
81
79
  "@ainyc/canonry-provider-claude": "0.0.0",
80
+ "@ainyc/canonry-provider-gemini": "0.0.0",
81
+ "@ainyc/canonry-provider-cdp": "0.0.0",
82
82
  "@ainyc/canonry-provider-local": "0.0.0",
83
83
  "@ainyc/canonry-provider-openai": "0.0.0",
84
84
  "@ainyc/canonry-provider-perplexity": "0.0.0"