@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/dist/schema.d.ts +49 -0
- package/dist/schema.d.ts.map +1 -1
- package/dist/schema.js +1 -0
- package/dist/schema.js.map +1 -1
- package/package.json +1 -1
- package/src/schema.ts +1 -0
package/package.json
CHANGED
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
|