@databutton/firebase-types 1.78.132 → 1.78.133

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.
@@ -934,6 +934,7 @@ export interface CompanyKnowledgeBase {
934
934
  geographyFocus: string | null;
935
935
  keyMetrics: Record<string, string> | null;
936
936
  dictionary: Record<string, string> | null;
937
+ keyServices: Record<string, string> | null;
937
938
  targetCustomerSegment: string | null;
938
939
  painPointsSolved: string | null;
939
940
  valueProposition: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.78.132",
3
+ "version": "1.78.133",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {