@foundrynorth/compass-schema 1.0.19 → 1.0.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foundrynorth/compass-schema",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Canonical Drizzle ORM schema for Foundry Compass (rough-waterfall database)",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
package/src/schema.ts CHANGED
@@ -5182,6 +5182,7 @@ export const stribProducts = pgTable(
5182
5182
  strengths: text("strengths").array(), // Product strengths (High CTR, Cost Effective, etc.)
5183
5183
  kpis: text("kpis").array(), // Relevant KPIs (CPM, CTR, CVR, etc.)
5184
5184
  descriptionLong: text("description_long"), // Long-form product description
5185
+ talkingPoints: text("talking_points").array(), // Top 3 sales talking points per product
5185
5186
  disclaimer: text("disclaimer"), // Product disclaimers or fine print
5186
5187
  minimumBudget: numeric("minimum_budget", { precision: 10, scale: 2 }), // Minimum budget required
5187
5188
  minimumCommitmentMonths: integer("minimum_commitment_months"), // Minimum commitment period