@bigfootai/bigfoot-types 5.4.90 → 5.4.91

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
@@ -2,7 +2,7 @@
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
4
  "type": "module",
5
- "version": "5.4.90",
5
+ "version": "5.4.91",
6
6
  "description": "The internal library for the types used in the Bigfoot platform",
7
7
  "main": "dist/index.js",
8
8
  "files": [
@@ -1,3 +0,0 @@
1
- import { type DocumentMetadata } from '../../types.js';
2
- export declare const CustomerMeetingSummaryEmail: DocumentMetadata;
3
- //# sourceMappingURL=customer_meeting_summary_email.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customer_meeting_summary_email.d.ts","sourceRoot":"","sources":["../../../src/metadata/documents/customer_meeting_summary_email.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,gBAAgB,EAAc,MAAM,gBAAgB,CAAC;AAE9E,eAAO,MAAM,2BAA2B,EAAE,gBA0BzC,CAAC"}
@@ -1,27 +0,0 @@
1
- import { BlockType, ExportType } from '../../types.js';
2
- export const CustomerMeetingSummaryEmail = {
3
- _id: '',
4
- dateCreated: 0,
5
- dateUpdated: 0,
6
- label: 'Customer Meeting Summary Email',
7
- description: 'This is a summary email that will be sent to the customer after a customer meeting. Ensure the voice and tone is professional and in line with a best practices for a customer success manager.',
8
- metadataType: 'customer_meeting_summary_email',
9
- exportTypes: [ExportType.Email],
10
- blockDescriptions: [
11
- {
12
- name: 'subject',
13
- title: 'Subject',
14
- description: 'A recommended subject line for the email',
15
- blockType: BlockType.Section,
16
- },
17
- {
18
- name: 'boxy',
19
- title: 'Body',
20
- description: 'Given the provided context, write a meeting summary that includes follow-ups, issues, project milestones, actions, and opportunities that would be helpful to highlight for the customer.',
21
- blockType: BlockType.Section,
22
- },
23
- ],
24
- classifiers: ['meeting summary'],
25
- threshold: 0.24,
26
- };
27
- //# sourceMappingURL=customer_meeting_summary_email.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customer_meeting_summary_email.js","sourceRoot":"","sources":["../../../src/metadata/documents/customer_meeting_summary_email.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAyB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE9E,MAAM,CAAC,MAAM,2BAA2B,GAAqB;IAC5D,GAAG,EAAE,EAAE;IACP,WAAW,EAAE,CAAC;IACd,WAAW,EAAE,CAAC;IACd,KAAK,EAAE,gCAAgC;IACvC,WAAW,EACV,iMAAiM;IAClM,YAAY,EAAE,gCAAgC;IAC9C,WAAW,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IAC/B,iBAAiB,EAAE;QAClB;YACC,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,SAAS;YAChB,WAAW,EAAE,0CAA0C;YACvD,SAAS,EAAE,SAAS,CAAC,OAAO;SAC5B;QACD;YACC,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,MAAM;YACb,WAAW,EACV,2LAA2L;YAC5L,SAAS,EAAE,SAAS,CAAC,OAAO;SAC5B;KACD;IACD,WAAW,EAAE,CAAC,iBAAiB,CAAC;IAChC,SAAS,EAAE,IAAI;CACf,CAAC"}