@kelpie/server 0.7.0 → 0.9.0
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/lib/consumerEmailDomains.d.ts +2 -0
- package/dist/lib/consumerEmailDomains.d.ts.map +1 -0
- package/dist/lib/consumerEmailDomains.js +62 -0
- package/dist/lib/consumerEmailDomains.js.map +1 -0
- package/dist/lib/email.d.ts +7 -0
- package/dist/lib/email.d.ts.map +1 -1
- package/dist/lib/email.js.map +1 -1
- package/dist/lib/emailContent.d.ts +33 -0
- package/dist/lib/emailContent.d.ts.map +1 -0
- package/dist/lib/emailContent.js +54 -0
- package/dist/lib/emailContent.js.map +1 -0
- package/dist/lib/emailDomainAutoLink.d.ts +27 -0
- package/dist/lib/emailDomainAutoLink.d.ts.map +1 -0
- package/dist/lib/emailDomainAutoLink.js +119 -0
- package/dist/lib/emailDomainAutoLink.js.map +1 -0
- package/dist/lib/ids.d.ts +13 -0
- package/dist/lib/ids.d.ts.map +1 -1
- package/dist/lib/ids.js +13 -0
- package/dist/lib/ids.js.map +1 -1
- package/dist/modules/activities/repository.d.ts.map +1 -1
- package/dist/modules/activities/repository.js +19 -20
- package/dist/modules/activities/repository.js.map +1 -1
- package/dist/modules/activities/wording.d.ts +12 -0
- package/dist/modules/activities/wording.d.ts.map +1 -1
- package/dist/modules/activities/wording.js +16 -0
- package/dist/modules/activities/wording.js.map +1 -1
- package/dist/modules/agent-tasks/catalog.d.ts.map +1 -1
- package/dist/modules/agent-tasks/catalog.js +62 -0
- package/dist/modules/agent-tasks/catalog.js.map +1 -1
- package/dist/modules/agent-tasks/resolve.d.ts.map +1 -1
- package/dist/modules/agent-tasks/resolve.js +42 -9
- package/dist/modules/agent-tasks/resolve.js.map +1 -1
- package/dist/modules/agent-tasks/routes.d.ts +2 -0
- package/dist/modules/agent-tasks/routes.d.ts.map +1 -1
- package/dist/modules/attachedRecords.d.ts +6 -1
- package/dist/modules/attachedRecords.d.ts.map +1 -1
- package/dist/modules/attachedRecords.js +18 -2
- package/dist/modules/attachedRecords.js.map +1 -1
- package/dist/modules/auth/preferences.d.ts +11 -1
- package/dist/modules/auth/preferences.d.ts.map +1 -1
- package/dist/modules/auth/preferences.js +11 -0
- package/dist/modules/auth/preferences.js.map +1 -1
- package/dist/modules/auth/routes.d.ts.map +1 -1
- package/dist/modules/auth/routes.js +18 -0
- package/dist/modules/auth/routes.js.map +1 -1
- package/dist/modules/auth/schema.d.ts +20 -0
- package/dist/modules/auth/schema.d.ts.map +1 -1
- package/dist/modules/auth/schema.js +11 -1
- package/dist/modules/auth/schema.js.map +1 -1
- package/dist/modules/auth/service.d.ts.map +1 -1
- package/dist/modules/auth/service.js +27 -3
- package/dist/modules/auth/service.js.map +1 -1
- package/dist/modules/companies/index.d.ts.map +1 -1
- package/dist/modules/companies/index.js +3 -1
- package/dist/modules/companies/index.js.map +1 -1
- package/dist/modules/companies/repository.d.ts +2 -0
- package/dist/modules/companies/repository.d.ts.map +1 -1
- package/dist/modules/companies/repository.js +1 -0
- package/dist/modules/companies/repository.js.map +1 -1
- package/dist/modules/companies/routes.d.ts +16 -0
- package/dist/modules/companies/routes.d.ts.map +1 -1
- package/dist/modules/companies/routes.js +18 -0
- package/dist/modules/companies/routes.js.map +1 -1
- package/dist/modules/companies/schema.d.ts +37 -0
- package/dist/modules/companies/schema.d.ts.map +1 -1
- package/dist/modules/companies/schema.js +10 -1
- package/dist/modules/companies/schema.js.map +1 -1
- package/dist/modules/companies/service.d.ts +6 -0
- package/dist/modules/companies/service.d.ts.map +1 -1
- package/dist/modules/companies/service.js +45 -11
- package/dist/modules/companies/service.js.map +1 -1
- package/dist/modules/consent-purposes/capabilities.d.ts +7 -0
- package/dist/modules/consent-purposes/capabilities.d.ts.map +1 -0
- package/dist/modules/consent-purposes/capabilities.js +10 -0
- package/dist/modules/consent-purposes/capabilities.js.map +1 -0
- package/dist/modules/consent-purposes/events.d.ts +38 -0
- package/dist/modules/consent-purposes/events.d.ts.map +1 -0
- package/dist/modules/consent-purposes/events.js +17 -0
- package/dist/modules/consent-purposes/events.js.map +1 -0
- package/dist/modules/consent-purposes/index.d.ts +13 -0
- package/dist/modules/consent-purposes/index.d.ts.map +1 -0
- package/dist/modules/consent-purposes/index.js +41 -0
- package/dist/modules/consent-purposes/index.js.map +1 -0
- package/dist/modules/consent-purposes/repository.d.ts +21 -0
- package/dist/modules/consent-purposes/repository.d.ts.map +1 -0
- package/dist/modules/consent-purposes/repository.js +98 -0
- package/dist/modules/consent-purposes/repository.js.map +1 -0
- package/dist/modules/consent-purposes/routes.d.ts +39 -0
- package/dist/modules/consent-purposes/routes.d.ts.map +1 -0
- package/dist/modules/consent-purposes/routes.js +79 -0
- package/dist/modules/consent-purposes/routes.js.map +1 -0
- package/dist/modules/consent-purposes/schema.d.ts +175 -0
- package/dist/modules/consent-purposes/schema.d.ts.map +1 -0
- package/dist/modules/consent-purposes/schema.js +35 -0
- package/dist/modules/consent-purposes/schema.js.map +1 -0
- package/dist/modules/consent-purposes/service.d.ts +50 -0
- package/dist/modules/consent-purposes/service.d.ts.map +1 -0
- package/dist/modules/consent-purposes/service.js +263 -0
- package/dist/modules/consent-purposes/service.js.map +1 -0
- package/dist/modules/consent-purposes/starters.d.ts +17 -0
- package/dist/modules/consent-purposes/starters.d.ts.map +1 -0
- package/dist/modules/consent-purposes/starters.js +15 -0
- package/dist/modules/consent-purposes/starters.js.map +1 -0
- package/dist/modules/consent-purposes/tools.d.ts +4 -0
- package/dist/modules/consent-purposes/tools.d.ts.map +1 -0
- package/dist/modules/consent-purposes/tools.js +29 -0
- package/dist/modules/consent-purposes/tools.js.map +1 -0
- package/dist/modules/core.d.ts.map +1 -1
- package/dist/modules/core.js +21 -0
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/custom-fields/capabilities.d.ts +12 -0
- package/dist/modules/custom-fields/capabilities.d.ts.map +1 -0
- package/dist/modules/custom-fields/capabilities.js +15 -0
- package/dist/modules/custom-fields/capabilities.js.map +1 -0
- package/dist/modules/custom-fields/events.d.ts +49 -0
- package/dist/modules/custom-fields/events.d.ts.map +1 -0
- package/dist/modules/custom-fields/events.js +25 -0
- package/dist/modules/custom-fields/events.js.map +1 -0
- package/dist/modules/custom-fields/index.d.ts +19 -0
- package/dist/modules/custom-fields/index.d.ts.map +1 -0
- package/dist/modules/custom-fields/index.js +46 -0
- package/dist/modules/custom-fields/index.js.map +1 -0
- package/dist/modules/custom-fields/repository.d.ts +37 -0
- package/dist/modules/custom-fields/repository.d.ts.map +1 -0
- package/dist/modules/custom-fields/repository.js +144 -0
- package/dist/modules/custom-fields/repository.js.map +1 -0
- package/dist/modules/custom-fields/routes.d.ts +44 -0
- package/dist/modules/custom-fields/routes.d.ts.map +1 -0
- package/dist/modules/custom-fields/routes.js +103 -0
- package/dist/modules/custom-fields/routes.js.map +1 -0
- package/dist/modules/custom-fields/schema.d.ts +215 -0
- package/dist/modules/custom-fields/schema.d.ts.map +1 -0
- package/dist/modules/custom-fields/schema.js +43 -0
- package/dist/modules/custom-fields/schema.js.map +1 -0
- package/dist/modules/custom-fields/service.d.ts +57 -0
- package/dist/modules/custom-fields/service.d.ts.map +1 -0
- package/dist/modules/custom-fields/service.js +273 -0
- package/dist/modules/custom-fields/service.js.map +1 -0
- package/dist/modules/custom-fields/tools.d.ts +4 -0
- package/dist/modules/custom-fields/tools.d.ts.map +1 -0
- package/dist/modules/custom-fields/tools.js +38 -0
- package/dist/modules/custom-fields/tools.js.map +1 -0
- package/dist/modules/custom-fields/values.d.ts +49 -0
- package/dist/modules/custom-fields/values.d.ts.map +1 -0
- package/dist/modules/custom-fields/values.js +249 -0
- package/dist/modules/custom-fields/values.js.map +1 -0
- package/dist/modules/custom-fields/wire.d.ts +12 -0
- package/dist/modules/custom-fields/wire.d.ts.map +1 -0
- package/dist/modules/custom-fields/wire.js +30 -0
- package/dist/modules/custom-fields/wire.js.map +1 -0
- package/dist/modules/dashboard/repository.d.ts.map +1 -1
- package/dist/modules/dashboard/repository.js +4 -3
- package/dist/modules/dashboard/repository.js.map +1 -1
- package/dist/modules/deals/index.d.ts +2 -1
- package/dist/modules/deals/index.d.ts.map +1 -1
- package/dist/modules/deals/index.js +5 -2
- package/dist/modules/deals/index.js.map +1 -1
- package/dist/modules/deals/repository.d.ts +0 -16
- package/dist/modules/deals/repository.d.ts.map +1 -1
- package/dist/modules/deals/repository.js +6 -76
- package/dist/modules/deals/repository.js.map +1 -1
- package/dist/modules/deals/routes.d.ts +14 -0
- package/dist/modules/deals/routes.d.ts.map +1 -1
- package/dist/modules/deals/routes.js +7 -0
- package/dist/modules/deals/routes.js.map +1 -1
- package/dist/modules/deals/schema.d.ts +20 -42
- package/dist/modules/deals/schema.d.ts.map +1 -1
- package/dist/modules/deals/schema.js +6 -11
- package/dist/modules/deals/schema.js.map +1 -1
- package/dist/modules/deals/service.d.ts +13 -2
- package/dist/modules/deals/service.d.ts.map +1 -1
- package/dist/modules/deals/service.js +43 -20
- package/dist/modules/deals/service.js.map +1 -1
- package/dist/modules/decisions/repository.d.ts.map +1 -1
- package/dist/modules/decisions/repository.js +2 -0
- package/dist/modules/decisions/repository.js.map +1 -1
- package/dist/modules/decisions/routes.d.ts +1 -0
- package/dist/modules/decisions/routes.d.ts.map +1 -1
- package/dist/modules/email-domain-linker/index.d.ts +12 -0
- package/dist/modules/email-domain-linker/index.d.ts.map +1 -0
- package/dist/modules/email-domain-linker/index.js +34 -0
- package/dist/modules/email-domain-linker/index.js.map +1 -0
- package/dist/modules/email-domain-linker/routes.d.ts +14 -0
- package/dist/modules/email-domain-linker/routes.d.ts.map +1 -0
- package/dist/modules/email-domain-linker/routes.js +15 -0
- package/dist/modules/email-domain-linker/routes.js.map +1 -0
- package/dist/modules/email-domain-linker/service.d.ts +37 -0
- package/dist/modules/email-domain-linker/service.d.ts.map +1 -0
- package/dist/modules/email-domain-linker/service.js +63 -0
- package/dist/modules/email-domain-linker/service.js.map +1 -0
- package/dist/modules/enquiries/events.d.ts +44 -0
- package/dist/modules/enquiries/events.d.ts.map +1 -0
- package/dist/modules/enquiries/events.js +19 -0
- package/dist/modules/enquiries/events.js.map +1 -0
- package/dist/modules/enquiries/index.d.ts +13 -0
- package/dist/modules/enquiries/index.d.ts.map +1 -0
- package/dist/modules/enquiries/index.js +44 -0
- package/dist/modules/enquiries/index.js.map +1 -0
- package/dist/modules/enquiries/repository.d.ts +30 -0
- package/dist/modules/enquiries/repository.d.ts.map +1 -0
- package/dist/modules/enquiries/repository.js +94 -0
- package/dist/modules/enquiries/repository.js.map +1 -0
- package/dist/modules/enquiries/routes.d.ts +52 -0
- package/dist/modules/enquiries/routes.d.ts.map +1 -0
- package/dist/modules/enquiries/routes.js +127 -0
- package/dist/modules/enquiries/routes.js.map +1 -0
- package/dist/modules/enquiries/schema.d.ts +290 -0
- package/dist/modules/enquiries/schema.d.ts.map +1 -0
- package/dist/modules/enquiries/schema.js +52 -0
- package/dist/modules/enquiries/schema.js.map +1 -0
- package/dist/modules/enquiries/service.d.ts +85 -0
- package/dist/modules/enquiries/service.d.ts.map +1 -0
- package/dist/modules/enquiries/service.js +370 -0
- package/dist/modules/enquiries/service.js.map +1 -0
- package/dist/modules/enquiries/tools.d.ts +4 -0
- package/dist/modules/enquiries/tools.d.ts.map +1 -0
- package/dist/modules/enquiries/tools.js +50 -0
- package/dist/modules/enquiries/tools.js.map +1 -0
- package/dist/modules/eventCatalogs.d.ts +4 -0
- package/dist/modules/eventCatalogs.d.ts.map +1 -1
- package/dist/modules/eventCatalogs.js +4 -0
- package/dist/modules/eventCatalogs.js.map +1 -1
- package/dist/modules/forms/embed.d.ts +20 -6
- package/dist/modules/forms/embed.d.ts.map +1 -1
- package/dist/modules/forms/embed.js +359 -43
- package/dist/modules/forms/embed.js.map +1 -1
- package/dist/modules/forms/events.d.ts +20 -7
- package/dist/modules/forms/events.d.ts.map +1 -1
- package/dist/modules/forms/events.js +20 -2
- package/dist/modules/forms/events.js.map +1 -1
- package/dist/modules/forms/fields.d.ts +14 -1
- package/dist/modules/forms/fields.d.ts.map +1 -1
- package/dist/modules/forms/fields.js +87 -3
- package/dist/modules/forms/fields.js.map +1 -1
- package/dist/modules/forms/index.d.ts.map +1 -1
- package/dist/modules/forms/index.js +12 -1
- package/dist/modules/forms/index.js.map +1 -1
- package/dist/modules/forms/mapping.d.ts +62 -5
- package/dist/modules/forms/mapping.d.ts.map +1 -1
- package/dist/modules/forms/mapping.js +139 -5
- package/dist/modules/forms/mapping.js.map +1 -1
- package/dist/modules/forms/publicRoutes.d.ts.map +1 -1
- package/dist/modules/forms/publicRoutes.js +29 -1
- package/dist/modules/forms/publicRoutes.js.map +1 -1
- package/dist/modules/forms/repository.d.ts +31 -0
- package/dist/modules/forms/repository.d.ts.map +1 -1
- package/dist/modules/forms/repository.js +90 -1
- package/dist/modules/forms/repository.js.map +1 -1
- package/dist/modules/forms/routes.d.ts +83 -1
- package/dist/modules/forms/routes.d.ts.map +1 -1
- package/dist/modules/forms/routes.js +185 -2
- package/dist/modules/forms/routes.js.map +1 -1
- package/dist/modules/forms/schema.d.ts +672 -1
- package/dist/modules/forms/schema.d.ts.map +1 -1
- package/dist/modules/forms/schema.js +146 -3
- package/dist/modules/forms/schema.js.map +1 -1
- package/dist/modules/forms/service.d.ts +54 -1
- package/dist/modules/forms/service.d.ts.map +1 -1
- package/dist/modules/forms/service.js +338 -28
- package/dist/modules/forms/service.js.map +1 -1
- package/dist/modules/forms/submission.d.ts +15 -0
- package/dist/modules/forms/submission.d.ts.map +1 -1
- package/dist/modules/forms/submission.js +418 -40
- package/dist/modules/forms/submission.js.map +1 -1
- package/dist/modules/import-export/drafts.d.ts +10 -0
- package/dist/modules/import-export/drafts.d.ts.map +1 -1
- package/dist/modules/import-export/drafts.js +16 -2
- package/dist/modules/import-export/drafts.js.map +1 -1
- package/dist/modules/import-export/exportRows.d.ts +7 -4
- package/dist/modules/import-export/exportRows.d.ts.map +1 -1
- package/dist/modules/import-export/exportRows.js +20 -5
- package/dist/modules/import-export/exportRows.js.map +1 -1
- package/dist/modules/import-export/plan.d.ts +12 -1
- package/dist/modules/import-export/plan.d.ts.map +1 -1
- package/dist/modules/import-export/plan.js +29 -2
- package/dist/modules/import-export/plan.js.map +1 -1
- package/dist/modules/import-export/presets.d.ts.map +1 -1
- package/dist/modules/import-export/presets.js +10 -0
- package/dist/modules/import-export/presets.js.map +1 -1
- package/dist/modules/import-export/repository.d.ts +11 -1
- package/dist/modules/import-export/repository.d.ts.map +1 -1
- package/dist/modules/import-export/repository.js +42 -9
- package/dist/modules/import-export/repository.js.map +1 -1
- package/dist/modules/import-export/routes.d.ts.map +1 -1
- package/dist/modules/import-export/routes.js +4 -0
- package/dist/modules/import-export/routes.js.map +1 -1
- package/dist/modules/import-export/schema.d.ts +17 -0
- package/dist/modules/import-export/schema.d.ts.map +1 -1
- package/dist/modules/import-export/schema.js +11 -0
- package/dist/modules/import-export/schema.js.map +1 -1
- package/dist/modules/import-export/service.d.ts +6 -0
- package/dist/modules/import-export/service.d.ts.map +1 -1
- package/dist/modules/import-export/service.js +14 -2
- package/dist/modules/import-export/service.js.map +1 -1
- package/dist/modules/import-export/streams.d.ts.map +1 -1
- package/dist/modules/import-export/streams.js +3 -3
- package/dist/modules/import-export/streams.js.map +1 -1
- package/dist/modules/import-export/tools.d.ts.map +1 -1
- package/dist/modules/import-export/tools.js +8 -0
- package/dist/modules/import-export/tools.js.map +1 -1
- package/dist/modules/import-export/validation.d.ts.map +1 -1
- package/dist/modules/import-export/validation.js +22 -1
- package/dist/modules/import-export/validation.js.map +1 -1
- package/dist/modules/import-export/writes.d.ts.map +1 -1
- package/dist/modules/import-export/writes.js +37 -4
- package/dist/modules/import-export/writes.js.map +1 -1
- package/dist/modules/lists/events.d.ts +42 -0
- package/dist/modules/lists/events.d.ts.map +1 -0
- package/dist/modules/lists/events.js +16 -0
- package/dist/modules/lists/events.js.map +1 -0
- package/dist/modules/lists/index.d.ts +10 -0
- package/dist/modules/lists/index.d.ts.map +1 -0
- package/dist/modules/lists/index.js +35 -0
- package/dist/modules/lists/index.js.map +1 -0
- package/dist/modules/lists/repository.d.ts +80 -0
- package/dist/modules/lists/repository.d.ts.map +1 -0
- package/dist/modules/lists/repository.js +178 -0
- package/dist/modules/lists/repository.js.map +1 -0
- package/dist/modules/lists/routes.d.ts +55 -0
- package/dist/modules/lists/routes.d.ts.map +1 -0
- package/dist/modules/lists/routes.js +168 -0
- package/dist/modules/lists/routes.js.map +1 -0
- package/dist/modules/lists/schema.d.ts +281 -0
- package/dist/modules/lists/schema.d.ts.map +1 -0
- package/dist/modules/lists/schema.js +83 -0
- package/dist/modules/lists/schema.js.map +1 -0
- package/dist/modules/lists/service.d.ts +82 -0
- package/dist/modules/lists/service.d.ts.map +1 -0
- package/dist/modules/lists/service.js +262 -0
- package/dist/modules/lists/service.js.map +1 -0
- package/dist/modules/lists/tools.d.ts +4 -0
- package/dist/modules/lists/tools.d.ts.map +1 -0
- package/dist/modules/lists/tools.js +86 -0
- package/dist/modules/lists/tools.js.map +1 -0
- package/dist/modules/mcp/index.d.ts.map +1 -1
- package/dist/modules/mcp/index.js +5 -0
- package/dist/modules/mcp/index.js.map +1 -1
- package/dist/modules/notes/routes.d.ts +1 -0
- package/dist/modules/notes/routes.d.ts.map +1 -1
- package/dist/modules/opportunities/index.d.ts.map +1 -1
- package/dist/modules/opportunities/index.js +3 -1
- package/dist/modules/opportunities/index.js.map +1 -1
- package/dist/modules/opportunities/repository.d.ts +2 -0
- package/dist/modules/opportunities/repository.d.ts.map +1 -1
- package/dist/modules/opportunities/repository.js +4 -0
- package/dist/modules/opportunities/repository.js.map +1 -1
- package/dist/modules/opportunities/routes.d.ts +16 -0
- package/dist/modules/opportunities/routes.d.ts.map +1 -1
- package/dist/modules/opportunities/routes.js +13 -0
- package/dist/modules/opportunities/routes.js.map +1 -1
- package/dist/modules/opportunities/schema.d.ts +20 -0
- package/dist/modules/opportunities/schema.d.ts.map +1 -1
- package/dist/modules/opportunities/schema.js +6 -1
- package/dist/modules/opportunities/schema.js.map +1 -1
- package/dist/modules/opportunities/service.d.ts +20 -3
- package/dist/modules/opportunities/service.d.ts.map +1 -1
- package/dist/modules/opportunities/service.js +99 -18
- package/dist/modules/opportunities/service.js.map +1 -1
- package/dist/modules/opportunities/tools.d.ts.map +1 -1
- package/dist/modules/opportunities/tools.js +2 -0
- package/dist/modules/opportunities/tools.js.map +1 -1
- package/dist/modules/partnerships/index.d.ts.map +1 -1
- package/dist/modules/partnerships/index.js +3 -1
- package/dist/modules/partnerships/index.js.map +1 -1
- package/dist/modules/partnerships/repository.d.ts +0 -17
- package/dist/modules/partnerships/repository.d.ts.map +1 -1
- package/dist/modules/partnerships/repository.js +6 -82
- package/dist/modules/partnerships/repository.js.map +1 -1
- package/dist/modules/partnerships/routes.d.ts +14 -0
- package/dist/modules/partnerships/routes.d.ts.map +1 -1
- package/dist/modules/partnerships/routes.js +7 -0
- package/dist/modules/partnerships/routes.js.map +1 -1
- package/dist/modules/partnerships/schema.d.ts +20 -41
- package/dist/modules/partnerships/schema.d.ts.map +1 -1
- package/dist/modules/partnerships/schema.js +6 -10
- package/dist/modules/partnerships/schema.js.map +1 -1
- package/dist/modules/partnerships/service.d.ts +11 -1
- package/dist/modules/partnerships/service.d.ts.map +1 -1
- package/dist/modules/partnerships/service.js +43 -20
- package/dist/modules/partnerships/service.js.map +1 -1
- package/dist/modules/people/consentHydration.d.ts +26 -0
- package/dist/modules/people/consentHydration.d.ts.map +1 -0
- package/dist/modules/people/consentHydration.js +100 -0
- package/dist/modules/people/consentHydration.js.map +1 -0
- package/dist/modules/people/index.d.ts.map +1 -1
- package/dist/modules/people/index.js +3 -1
- package/dist/modules/people/index.js.map +1 -1
- package/dist/modules/people/personConsentWrites.d.ts +40 -0
- package/dist/modules/people/personConsentWrites.d.ts.map +1 -0
- package/dist/modules/people/personConsentWrites.js +98 -0
- package/dist/modules/people/personConsentWrites.js.map +1 -0
- package/dist/modules/people/repository.d.ts +11 -0
- package/dist/modules/people/repository.d.ts.map +1 -1
- package/dist/modules/people/repository.js +21 -1
- package/dist/modules/people/repository.js.map +1 -1
- package/dist/modules/people/routes.d.ts +57 -4
- package/dist/modules/people/routes.d.ts.map +1 -1
- package/dist/modules/people/routes.js +104 -5
- package/dist/modules/people/routes.js.map +1 -1
- package/dist/modules/people/schema.d.ts +366 -1
- package/dist/modules/people/schema.d.ts.map +1 -1
- package/dist/modules/people/schema.js +92 -2
- package/dist/modules/people/schema.js.map +1 -1
- package/dist/modules/people/service.d.ts +30 -1
- package/dist/modules/people/service.d.ts.map +1 -1
- package/dist/modules/people/service.js +131 -36
- package/dist/modules/people/service.js.map +1 -1
- package/dist/modules/people/tools.d.ts.map +1 -1
- package/dist/modules/people/tools.js +4 -1
- package/dist/modules/people/tools.js.map +1 -1
- package/dist/modules/personLinks.d.ts +79 -0
- package/dist/modules/personLinks.d.ts.map +1 -0
- package/dist/modules/personLinks.js +155 -0
- package/dist/modules/personLinks.js.map +1 -0
- package/dist/modules/pipelines/routes.d.ts +1 -0
- package/dist/modules/pipelines/routes.d.ts.map +1 -1
- package/dist/modules/plans/routes.d.ts +1 -0
- package/dist/modules/plans/routes.d.ts.map +1 -1
- package/dist/modules/positions/routes.d.ts.map +1 -1
- package/dist/modules/positions/routes.js +4 -2
- package/dist/modules/positions/routes.js.map +1 -1
- package/dist/modules/raises/index.d.ts.map +1 -1
- package/dist/modules/raises/index.js +3 -1
- package/dist/modules/raises/index.js.map +1 -1
- package/dist/modules/raises/repository.d.ts +0 -17
- package/dist/modules/raises/repository.d.ts.map +1 -1
- package/dist/modules/raises/repository.js +6 -77
- package/dist/modules/raises/repository.js.map +1 -1
- package/dist/modules/raises/routes.d.ts +14 -0
- package/dist/modules/raises/routes.d.ts.map +1 -1
- package/dist/modules/raises/routes.js +7 -0
- package/dist/modules/raises/routes.js.map +1 -1
- package/dist/modules/raises/schema.d.ts +20 -41
- package/dist/modules/raises/schema.d.ts.map +1 -1
- package/dist/modules/raises/schema.js +6 -10
- package/dist/modules/raises/schema.js.map +1 -1
- package/dist/modules/raises/service.d.ts +11 -1
- package/dist/modules/raises/service.d.ts.map +1 -1
- package/dist/modules/raises/service.js +41 -18
- package/dist/modules/raises/service.js.map +1 -1
- package/dist/modules/recordTargets.d.ts.map +1 -1
- package/dist/modules/recordTargets.js +2 -0
- package/dist/modules/recordTargets.js.map +1 -1
- package/dist/modules/references.d.ts +10 -0
- package/dist/modules/references.d.ts.map +1 -1
- package/dist/modules/references.js +27 -4
- package/dist/modules/references.js.map +1 -1
- package/dist/modules/sample-data/fixture.d.ts +160 -0
- package/dist/modules/sample-data/fixture.d.ts.map +1 -0
- package/dist/modules/sample-data/fixture.js +501 -0
- package/dist/modules/sample-data/fixture.js.map +1 -0
- package/dist/modules/sample-data/index.d.ts +11 -0
- package/dist/modules/sample-data/index.d.ts.map +1 -0
- package/dist/modules/sample-data/index.js +44 -0
- package/dist/modules/sample-data/index.js.map +1 -0
- package/dist/modules/sample-data/routes.d.ts +15 -0
- package/dist/modules/sample-data/routes.d.ts.map +1 -0
- package/dist/modules/sample-data/routes.js +25 -0
- package/dist/modules/sample-data/routes.js.map +1 -0
- package/dist/modules/sample-data/service.d.ts +39 -0
- package/dist/modules/sample-data/service.d.ts.map +1 -0
- package/dist/modules/sample-data/service.js +481 -0
- package/dist/modules/sample-data/service.js.map +1 -0
- package/dist/modules/sample-data/tools.d.ts +4 -0
- package/dist/modules/sample-data/tools.d.ts.map +1 -0
- package/dist/modules/sample-data/tools.js +22 -0
- package/dist/modules/sample-data/tools.js.map +1 -0
- package/dist/modules/search/index.d.ts +1 -1
- package/dist/modules/search/index.d.ts.map +1 -1
- package/dist/modules/search/index.js +2 -1
- package/dist/modules/search/index.js.map +1 -1
- package/dist/modules/search/repository.d.ts +1 -0
- package/dist/modules/search/repository.d.ts.map +1 -1
- package/dist/modules/search/repository.js +23 -0
- package/dist/modules/search/repository.js.map +1 -1
- package/dist/modules/search/service.d.ts +3 -3
- package/dist/modules/search/service.d.ts.map +1 -1
- package/dist/modules/search/service.js +5 -4
- package/dist/modules/search/service.js.map +1 -1
- package/dist/modules/smtp-email/index.d.ts +1 -0
- package/dist/modules/smtp-email/index.d.ts.map +1 -1
- package/dist/modules/smtp-email/index.js +1 -0
- package/dist/modules/smtp-email/index.js.map +1 -1
- package/dist/modules/stagedRecords.d.ts +3 -3
- package/dist/modules/stagedRecords.d.ts.map +1 -1
- package/dist/modules/stagedRecords.js +9 -0
- package/dist/modules/stagedRecords.js.map +1 -1
- package/dist/modules/webhooks/payloads.d.ts.map +1 -1
- package/dist/modules/webhooks/payloads.js +15 -2
- package/dist/modules/webhooks/payloads.js.map +1 -1
- package/dist/modules/workspace/repository.d.ts +2 -0
- package/dist/modules/workspace/repository.d.ts.map +1 -1
- package/dist/modules/workspace/repository.js +7 -0
- package/dist/modules/workspace/repository.js.map +1 -1
- package/dist/modules/workspace/service.d.ts.map +1 -1
- package/dist/modules/workspace/service.js +20 -1
- package/dist/modules/workspace/service.js.map +1 -1
- package/dist/modules/workspace/starters.d.ts.map +1 -1
- package/dist/modules/workspace/starters.js +5 -0
- package/dist/modules/workspace/starters.js.map +1 -1
- package/dist/runtime/events.d.ts +1 -1
- package/dist/runtime/events.d.ts.map +1 -1
- package/dist/runtime/events.js +1 -0
- package/dist/runtime/events.js.map +1 -1
- package/dist/schema/index.d.ts +4 -0
- package/dist/schema/index.d.ts.map +1 -1
- package/dist/schema/index.js +4 -0
- package/dist/schema/index.js.map +1 -1
- package/dist/testing/database.d.ts +5 -1
- package/dist/testing/database.d.ts.map +1 -1
- package/dist/testing/database.js +81 -10
- package/dist/testing/database.js.map +1 -1
- package/migrations/0021_certain_maggott.sql +30 -0
- package/migrations/0022_stormy_manta.sql +1 -0
- package/migrations/0023_funny_maddog.sql +1 -0
- package/migrations/0024_third_king_cobra.sql +46 -0
- package/migrations/0025_worthless_chimera.sql +3 -0
- package/migrations/0026_late_aqueduct.sql +46 -0
- package/migrations/0027_brainy_silver_sable.sql +3 -0
- package/migrations/0028_freezing_scrambler.sql +19 -0
- package/migrations/0029_custom_fields.sql +26 -0
- package/migrations/0030_enquiries.sql +79 -0
- package/migrations/0031_consent.sql +45 -0
- package/migrations/0032_form_field_statement.sql +1 -0
- package/migrations/0033_form_field_consent_purpose_ids.sql +5 -0
- package/migrations/0034_drop_form_field_consent_purpose_id.sql +1 -0
- package/migrations/0035_form_field_consent_purpose_labels.sql +1 -0
- package/migrations/0036_form_field_notice_type.sql +2 -0
- package/migrations/meta/0021_snapshot.json +5389 -0
- package/migrations/meta/0022_snapshot.json +5396 -0
- package/migrations/meta/0023_snapshot.json +5403 -0
- package/migrations/meta/0024_snapshot.json +5516 -0
- package/migrations/meta/0025_snapshot.json +5336 -0
- package/migrations/meta/0026_snapshot.json +5710 -0
- package/migrations/meta/0027_snapshot.json +5716 -0
- package/migrations/meta/0028_snapshot.json +5740 -0
- package/migrations/meta/0029_snapshot.json +5935 -0
- package/migrations/meta/0030_snapshot.json +6245 -0
- package/migrations/meta/0031_snapshot.json +6572 -0
- package/migrations/meta/0032_snapshot.json +6578 -0
- package/migrations/meta/0033_snapshot.json +6572 -0
- package/migrations/meta/0034_snapshot.json +6566 -0
- package/migrations/meta/0035_snapshot.json +6573 -0
- package/migrations/meta/0036_snapshot.json +6573 -0
- package/migrations/meta/_journal.json +112 -0
- package/package.json +3 -2
- package/src/lib/consumerEmailDomains.ts +62 -0
- package/src/lib/email.ts +7 -0
- package/src/lib/emailContent.ts +91 -0
- package/src/lib/emailDomainAutoLink.ts +165 -0
- package/src/lib/ids.ts +13 -0
- package/src/modules/activities/repository.ts +22 -23
- package/src/modules/activities/wording.ts +18 -0
- package/src/modules/agent-tasks/catalog.ts +63 -0
- package/src/modules/agent-tasks/resolve.ts +64 -24
- package/src/modules/attachedRecords.ts +37 -3
- package/src/modules/auth/preferences.ts +13 -1
- package/src/modules/auth/routes.ts +22 -0
- package/src/modules/auth/schema.ts +12 -2
- package/src/modules/auth/service.ts +37 -3
- package/src/modules/companies/index.ts +3 -1
- package/src/modules/companies/repository.ts +3 -0
- package/src/modules/companies/routes.ts +20 -0
- package/src/modules/companies/schema.ts +11 -1
- package/src/modules/companies/service.ts +72 -12
- package/src/modules/consent-purposes/capabilities.ts +12 -0
- package/src/modules/consent-purposes/events.ts +38 -0
- package/src/modules/consent-purposes/index.ts +48 -0
- package/src/modules/consent-purposes/repository.ts +163 -0
- package/src/modules/consent-purposes/routes.ts +122 -0
- package/src/modules/consent-purposes/schema.ts +46 -0
- package/src/modules/consent-purposes/service.ts +423 -0
- package/src/modules/consent-purposes/starters.ts +32 -0
- package/src/modules/consent-purposes/tools.ts +44 -0
- package/src/modules/core.ts +21 -0
- package/src/modules/custom-fields/capabilities.ts +17 -0
- package/src/modules/custom-fields/events.ts +51 -0
- package/src/modules/custom-fields/index.ts +61 -0
- package/src/modules/custom-fields/repository.ts +225 -0
- package/src/modules/custom-fields/routes.ts +155 -0
- package/src/modules/custom-fields/schema.ts +61 -0
- package/src/modules/custom-fields/service.ts +439 -0
- package/src/modules/custom-fields/tools.ts +53 -0
- package/src/modules/custom-fields/values.ts +352 -0
- package/src/modules/custom-fields/wire.ts +32 -0
- package/src/modules/dashboard/repository.ts +4 -3
- package/src/modules/deals/index.ts +5 -2
- package/src/modules/deals/repository.ts +6 -106
- package/src/modules/deals/routes.ts +7 -0
- package/src/modules/deals/schema.ts +7 -15
- package/src/modules/deals/service.ts +92 -23
- package/src/modules/decisions/repository.ts +2 -0
- package/src/modules/email-domain-linker/index.ts +40 -0
- package/src/modules/email-domain-linker/routes.ts +40 -0
- package/src/modules/email-domain-linker/service.ts +122 -0
- package/src/modules/enquiries/events.ts +45 -0
- package/src/modules/enquiries/index.ts +50 -0
- package/src/modules/enquiries/repository.ts +164 -0
- package/src/modules/enquiries/routes.ts +172 -0
- package/src/modules/enquiries/schema.ts +59 -0
- package/src/modules/enquiries/service.ts +644 -0
- package/src/modules/enquiries/tools.ts +66 -0
- package/src/modules/eventCatalogs.ts +4 -0
- package/src/modules/forms/embed.ts +391 -44
- package/src/modules/forms/events.ts +30 -2
- package/src/modules/forms/fields.ts +102 -2
- package/src/modules/forms/index.ts +12 -1
- package/src/modules/forms/mapping.ts +183 -6
- package/src/modules/forms/publicRoutes.ts +43 -1
- package/src/modules/forms/repository.ts +162 -1
- package/src/modules/forms/routes.ts +212 -2
- package/src/modules/forms/schema.ts +166 -4
- package/src/modules/forms/service.ts +565 -41
- package/src/modules/forms/submission.ts +718 -44
- package/src/modules/import-export/drafts.ts +20 -1
- package/src/modules/import-export/exportRows.ts +21 -5
- package/src/modules/import-export/plan.ts +47 -2
- package/src/modules/import-export/presets.ts +10 -0
- package/src/modules/import-export/repository.ts +73 -8
- package/src/modules/import-export/routes.ts +4 -0
- package/src/modules/import-export/schema.ts +11 -0
- package/src/modules/import-export/service.ts +28 -2
- package/src/modules/import-export/streams.ts +3 -1
- package/src/modules/import-export/tools.ts +10 -0
- package/src/modules/import-export/validation.ts +28 -0
- package/src/modules/import-export/writes.ts +70 -5
- package/src/modules/lists/events.ts +41 -0
- package/src/modules/lists/index.ts +41 -0
- package/src/modules/lists/repository.ts +343 -0
- package/src/modules/lists/routes.ts +255 -0
- package/src/modules/lists/schema.ts +95 -0
- package/src/modules/lists/service.ts +505 -0
- package/src/modules/lists/tools.ts +128 -0
- package/src/modules/mcp/index.ts +5 -0
- package/src/modules/opportunities/index.ts +3 -1
- package/src/modules/opportunities/repository.ts +11 -0
- package/src/modules/opportunities/routes.ts +13 -0
- package/src/modules/opportunities/schema.ts +7 -1
- package/src/modules/opportunities/service.ts +188 -22
- package/src/modules/opportunities/tools.ts +2 -0
- package/src/modules/partnerships/index.ts +3 -1
- package/src/modules/partnerships/repository.ts +6 -117
- package/src/modules/partnerships/routes.ts +7 -0
- package/src/modules/partnerships/schema.ts +7 -14
- package/src/modules/partnerships/service.ts +93 -22
- package/src/modules/people/consentHydration.ts +167 -0
- package/src/modules/people/index.ts +3 -1
- package/src/modules/people/personConsentWrites.ts +177 -0
- package/src/modules/people/repository.ts +31 -0
- package/src/modules/people/routes.ts +127 -18
- package/src/modules/people/schema.ts +109 -3
- package/src/modules/people/service.ts +205 -39
- package/src/modules/people/tools.ts +5 -1
- package/src/modules/personLinks.ts +278 -0
- package/src/modules/positions/routes.ts +4 -2
- package/src/modules/raises/index.ts +3 -1
- package/src/modules/raises/repository.ts +6 -107
- package/src/modules/raises/routes.ts +7 -0
- package/src/modules/raises/schema.ts +7 -14
- package/src/modules/raises/service.ts +91 -20
- package/src/modules/recordTargets.ts +2 -0
- package/src/modules/references.ts +43 -4
- package/src/modules/sample-data/fixture.ts +690 -0
- package/src/modules/sample-data/index.ts +51 -0
- package/src/modules/sample-data/routes.ts +50 -0
- package/src/modules/sample-data/service.ts +679 -0
- package/src/modules/sample-data/tools.ts +32 -0
- package/src/modules/search/index.ts +2 -1
- package/src/modules/search/repository.ts +33 -1
- package/src/modules/search/service.ts +7 -5
- package/src/modules/smtp-email/index.ts +8 -1
- package/src/modules/stagedRecords.ts +18 -3
- package/src/modules/webhooks/payloads.ts +20 -2
- package/src/modules/workspace/repository.ts +12 -0
- package/src/modules/workspace/service.ts +27 -1
- package/src/modules/workspace/starters.ts +5 -0
- package/src/runtime/events.ts +1 -0
- package/src/schema/index.ts +4 -0
- package/src/testing/database.ts +97 -11
|
@@ -0,0 +1,501 @@
|
|
|
1
|
+
export const SAMPLE_DATA_FIXTURE = {
|
|
2
|
+
companies: [
|
|
3
|
+
{
|
|
4
|
+
key: 'northwind',
|
|
5
|
+
name: 'Northwind Traders',
|
|
6
|
+
domain: 'northwind.dev',
|
|
7
|
+
industry: 'Logistics software',
|
|
8
|
+
description: 'Freight forwarding platform for mid-market importers.',
|
|
9
|
+
stage: 'growth',
|
|
10
|
+
sizeBand: '51-200',
|
|
11
|
+
hq: 'Melbourne, AU',
|
|
12
|
+
website: 'https://northwind.dev',
|
|
13
|
+
accountType: 'customer',
|
|
14
|
+
icpFit: 'high',
|
|
15
|
+
techStack: ['Postgres', 'Node', 'React'],
|
|
16
|
+
summary: 'Active customer. Two seats, expanding to five in Q3.',
|
|
17
|
+
tags: ['customer', 'expansion'],
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
key: 'globex',
|
|
21
|
+
name: 'Globex Corporation',
|
|
22
|
+
domain: 'globex.example',
|
|
23
|
+
industry: 'Manufacturing',
|
|
24
|
+
description: 'Industrial IoT platform for factory operators.',
|
|
25
|
+
stage: 'enterprise',
|
|
26
|
+
sizeBand: '201+',
|
|
27
|
+
hq: 'Sydney, AU',
|
|
28
|
+
website: 'https://globex.example',
|
|
29
|
+
accountType: 'prospect',
|
|
30
|
+
icpFit: 'medium',
|
|
31
|
+
techStack: ['Java', 'Kafka'],
|
|
32
|
+
summary: 'Qualifying. Legal review is the current gate.',
|
|
33
|
+
tags: ['enterprise'],
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
key: 'initech',
|
|
37
|
+
name: 'Initech',
|
|
38
|
+
domain: 'initech.example',
|
|
39
|
+
industry: 'Financial services',
|
|
40
|
+
description: 'Accounts payable automation for SMBs.',
|
|
41
|
+
stage: 'startup',
|
|
42
|
+
sizeBand: '11-50',
|
|
43
|
+
hq: 'Brisbane, AU',
|
|
44
|
+
website: 'https://initech.example',
|
|
45
|
+
accountType: 'prospect',
|
|
46
|
+
icpFit: 'high',
|
|
47
|
+
techStack: ['Python', 'Postgres'],
|
|
48
|
+
summary: 'Inbound from the demo form last week.',
|
|
49
|
+
tags: ['inbound'],
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
key: 'hooli',
|
|
53
|
+
name: 'Hooli',
|
|
54
|
+
domain: 'hooli.example',
|
|
55
|
+
industry: 'Consumer platform',
|
|
56
|
+
description: 'Search and discovery for local services.',
|
|
57
|
+
stage: 'growth',
|
|
58
|
+
sizeBand: '51-200',
|
|
59
|
+
hq: 'Perth, AU',
|
|
60
|
+
website: 'https://hooli.example',
|
|
61
|
+
accountType: 'partner',
|
|
62
|
+
icpFit: 'medium',
|
|
63
|
+
techStack: ['Go', 'gRPC'],
|
|
64
|
+
summary: 'Referral partner. Sends two or three inbound leads a month.',
|
|
65
|
+
tags: ['partner'],
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
key: 'stark',
|
|
69
|
+
name: 'Stark Industries',
|
|
70
|
+
domain: 'stark.example',
|
|
71
|
+
industry: 'Aerospace',
|
|
72
|
+
description: 'Contract manufacturing for defence primes.',
|
|
73
|
+
stage: 'enterprise',
|
|
74
|
+
sizeBand: '201+',
|
|
75
|
+
hq: 'Adelaide, AU',
|
|
76
|
+
website: 'https://stark.example',
|
|
77
|
+
accountType: 'prospect',
|
|
78
|
+
icpFit: 'low',
|
|
79
|
+
techStack: [],
|
|
80
|
+
summary: 'Not a fit today. Keep warm for a future compliance module.',
|
|
81
|
+
tags: ['not-a-fit'],
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
key: 'sequoia',
|
|
85
|
+
name: 'Southern Cross Ventures',
|
|
86
|
+
domain: 'southerncross.example',
|
|
87
|
+
industry: 'Venture capital',
|
|
88
|
+
description: 'Seed-stage investor, one to five million cheque size.',
|
|
89
|
+
stage: 'other',
|
|
90
|
+
sizeBand: '11-50',
|
|
91
|
+
hq: 'Sydney, AU',
|
|
92
|
+
website: 'https://southerncross.example',
|
|
93
|
+
accountType: 'investor',
|
|
94
|
+
icpFit: 'unknown',
|
|
95
|
+
techStack: [],
|
|
96
|
+
summary: 'Warm intro from a portfolio founder in June.',
|
|
97
|
+
tags: ['investor'],
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
key: 'sandbox',
|
|
101
|
+
name: 'Sandbox Accelerator',
|
|
102
|
+
domain: 'sandbox.example',
|
|
103
|
+
industry: 'Startup accelerator',
|
|
104
|
+
description: 'Twelve week program with a demo day and alumni network.',
|
|
105
|
+
stage: 'other',
|
|
106
|
+
sizeBand: '11-50',
|
|
107
|
+
hq: 'Melbourne, AU',
|
|
108
|
+
website: 'https://sandbox.example',
|
|
109
|
+
accountType: 'partner',
|
|
110
|
+
icpFit: 'unknown',
|
|
111
|
+
techStack: [],
|
|
112
|
+
summary: 'Alumni of the 2024 cohort. Runs regular founder events.',
|
|
113
|
+
tags: ['accelerator'],
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
people: [
|
|
117
|
+
{
|
|
118
|
+
key: 'ada',
|
|
119
|
+
name: 'Ada Lovelace',
|
|
120
|
+
firstName: 'Ada',
|
|
121
|
+
lastName: 'Lovelace',
|
|
122
|
+
email: 'ada@northwind.dev',
|
|
123
|
+
location: 'Melbourne, AU',
|
|
124
|
+
preferredChannel: 'email',
|
|
125
|
+
influence: 'champion',
|
|
126
|
+
relationship: 'strong',
|
|
127
|
+
summary: 'Executive sponsor at Northwind. Signs off on renewals.',
|
|
128
|
+
tags: ['champion'],
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
key: 'grace',
|
|
132
|
+
name: 'Grace Hopper',
|
|
133
|
+
firstName: 'Grace',
|
|
134
|
+
lastName: 'Hopper',
|
|
135
|
+
email: 'grace@northwind.dev',
|
|
136
|
+
location: 'Melbourne, AU',
|
|
137
|
+
preferredChannel: 'email',
|
|
138
|
+
influence: 'influencer',
|
|
139
|
+
relationship: 'warm',
|
|
140
|
+
summary: 'Operations lead at Northwind. Day-to-day contact.',
|
|
141
|
+
tags: [],
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
key: 'tom',
|
|
145
|
+
name: 'Tom Anderson',
|
|
146
|
+
firstName: 'Tom',
|
|
147
|
+
lastName: 'Anderson',
|
|
148
|
+
email: 'tom@globex.example',
|
|
149
|
+
location: 'Sydney, AU',
|
|
150
|
+
preferredChannel: 'call',
|
|
151
|
+
influence: 'decision_maker',
|
|
152
|
+
relationship: 'warm',
|
|
153
|
+
summary: 'Head of engineering at Globex. Decision maker on the qualifying deal.',
|
|
154
|
+
tags: ['decision-maker'],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
key: 'peter',
|
|
158
|
+
name: 'Peter Gibbons',
|
|
159
|
+
firstName: 'Peter',
|
|
160
|
+
lastName: 'Gibbons',
|
|
161
|
+
email: 'peter@initech.example',
|
|
162
|
+
location: 'Brisbane, AU',
|
|
163
|
+
preferredChannel: 'email',
|
|
164
|
+
influence: 'influencer',
|
|
165
|
+
relationship: 'warm',
|
|
166
|
+
summary: 'Product manager at Initech. Filled in the demo form.',
|
|
167
|
+
tags: ['inbound'],
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
key: 'gavin',
|
|
171
|
+
name: 'Gavin Belson',
|
|
172
|
+
firstName: 'Gavin',
|
|
173
|
+
lastName: 'Belson',
|
|
174
|
+
email: 'gavin@hooli.example',
|
|
175
|
+
location: 'Perth, AU',
|
|
176
|
+
preferredChannel: 'linkedin',
|
|
177
|
+
influence: 'decision_maker',
|
|
178
|
+
relationship: 'warm',
|
|
179
|
+
summary: 'Partnerships lead at Hooli. Introduced Initech last month.',
|
|
180
|
+
tags: ['partner'],
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
key: 'roelof',
|
|
184
|
+
name: 'Roelof Nkosi',
|
|
185
|
+
firstName: 'Roelof',
|
|
186
|
+
lastName: 'Nkosi',
|
|
187
|
+
email: 'roelof@southerncross.example',
|
|
188
|
+
location: 'Sydney, AU',
|
|
189
|
+
preferredChannel: 'email',
|
|
190
|
+
influence: 'decision_maker',
|
|
191
|
+
relationship: 'warm',
|
|
192
|
+
summary: 'Partner at Southern Cross. Leading the diligence on our seed round.',
|
|
193
|
+
tags: ['investor'],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
key: 'mei',
|
|
197
|
+
name: 'Mei Zhang',
|
|
198
|
+
firstName: 'Mei',
|
|
199
|
+
lastName: 'Zhang',
|
|
200
|
+
email: 'mei@sandbox.example',
|
|
201
|
+
location: 'Melbourne, AU',
|
|
202
|
+
preferredChannel: 'email',
|
|
203
|
+
influence: 'influencer',
|
|
204
|
+
relationship: 'warm',
|
|
205
|
+
summary: 'Program director at Sandbox. Runs the alumni network.',
|
|
206
|
+
tags: ['partner'],
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
key: 'charlotte',
|
|
210
|
+
name: 'Charlotte Rivera',
|
|
211
|
+
firstName: 'Charlotte',
|
|
212
|
+
lastName: 'Rivera',
|
|
213
|
+
email: 'charlotte@example.com',
|
|
214
|
+
location: 'Melbourne, AU',
|
|
215
|
+
preferredChannel: 'email',
|
|
216
|
+
influence: 'end_user',
|
|
217
|
+
relationship: 'warm',
|
|
218
|
+
summary: 'Backend engineer applying for the senior role. Strong TypeScript background.',
|
|
219
|
+
tags: ['candidate'],
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
key: 'omar',
|
|
223
|
+
name: 'Omar Haddad',
|
|
224
|
+
firstName: 'Omar',
|
|
225
|
+
lastName: 'Haddad',
|
|
226
|
+
email: 'omar@example.com',
|
|
227
|
+
location: 'Sydney, AU',
|
|
228
|
+
preferredChannel: 'email',
|
|
229
|
+
influence: 'end_user',
|
|
230
|
+
relationship: 'cold',
|
|
231
|
+
summary: 'Product designer, sourced through the Sandbox alumni list.',
|
|
232
|
+
tags: ['candidate'],
|
|
233
|
+
},
|
|
234
|
+
],
|
|
235
|
+
positions: [
|
|
236
|
+
{ personKey: 'ada', companyKey: 'northwind', title: 'CEO' },
|
|
237
|
+
{ personKey: 'grace', companyKey: 'northwind', title: 'Head of Operations' },
|
|
238
|
+
{ personKey: 'tom', companyKey: 'globex', title: 'VP Engineering' },
|
|
239
|
+
{ personKey: 'peter', companyKey: 'initech', title: 'Product Manager' },
|
|
240
|
+
{ personKey: 'gavin', companyKey: 'hooli', title: 'Head of Partnerships' },
|
|
241
|
+
{ personKey: 'roelof', companyKey: 'sequoia', title: 'Partner' },
|
|
242
|
+
{ personKey: 'mei', companyKey: 'sandbox', title: 'Program Director' },
|
|
243
|
+
],
|
|
244
|
+
deals: [
|
|
245
|
+
{
|
|
246
|
+
key: 'northwind-expansion',
|
|
247
|
+
name: 'Northwind — seat expansion',
|
|
248
|
+
companyKey: 'northwind',
|
|
249
|
+
stageSlug: 'proposal',
|
|
250
|
+
valueCents: 4_800_000,
|
|
251
|
+
currency: 'AUD',
|
|
252
|
+
expectedClose: nextQuarterEnd(),
|
|
253
|
+
whyWin: 'Active customer, executive sponsor, adding three teams.',
|
|
254
|
+
risks: 'Procurement wants a two-year commit at the current per-seat rate.',
|
|
255
|
+
summary: 'Expansion from two to five seats.',
|
|
256
|
+
tags: ['expansion'],
|
|
257
|
+
peopleKeys: ['ada', 'grace'],
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
key: 'globex-new',
|
|
261
|
+
name: 'Globex — new logo',
|
|
262
|
+
companyKey: 'globex',
|
|
263
|
+
stageSlug: 'qualifying',
|
|
264
|
+
valueCents: 12_000_000,
|
|
265
|
+
currency: 'AUD',
|
|
266
|
+
expectedClose: nextQuarterEnd(),
|
|
267
|
+
whyWin: 'Replaces a bespoke tool their engineering team already resents.',
|
|
268
|
+
risks: 'Legal redlines around data residency.',
|
|
269
|
+
summary: 'Qualifying. Legal is the gate.',
|
|
270
|
+
tags: ['enterprise'],
|
|
271
|
+
peopleKeys: ['tom'],
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
key: 'initech-new',
|
|
275
|
+
name: 'Initech — pilot',
|
|
276
|
+
companyKey: 'initech',
|
|
277
|
+
stageSlug: 'qualifying',
|
|
278
|
+
valueCents: 1_800_000,
|
|
279
|
+
currency: 'AUD',
|
|
280
|
+
expectedClose: null,
|
|
281
|
+
whyWin: 'Inbound. Product manager already sold internally.',
|
|
282
|
+
risks: 'Small team. Budget is not confirmed.',
|
|
283
|
+
summary: 'Inbound from the demo form.',
|
|
284
|
+
tags: ['inbound'],
|
|
285
|
+
peopleKeys: ['peter'],
|
|
286
|
+
},
|
|
287
|
+
],
|
|
288
|
+
plans: [
|
|
289
|
+
{
|
|
290
|
+
targetType: 'deal',
|
|
291
|
+
targetDealKey: 'northwind-expansion',
|
|
292
|
+
date: aWeekOut(),
|
|
293
|
+
title: 'Send revised order form',
|
|
294
|
+
status: 'todo',
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
targetType: 'deal',
|
|
298
|
+
targetDealKey: 'globex-new',
|
|
299
|
+
date: aWeekOut(),
|
|
300
|
+
title: 'Reply to legal on data residency',
|
|
301
|
+
status: 'todo',
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
targetType: 'deal',
|
|
305
|
+
targetDealKey: 'initech-new',
|
|
306
|
+
date: threeDaysOut(),
|
|
307
|
+
title: 'Book a 30-minute discovery call',
|
|
308
|
+
status: 'todo',
|
|
309
|
+
},
|
|
310
|
+
],
|
|
311
|
+
notes: [
|
|
312
|
+
{
|
|
313
|
+
targetType: 'company',
|
|
314
|
+
targetKey: 'northwind',
|
|
315
|
+
body: 'Renewal cycle in October. Ada asked for a joint success plan.',
|
|
316
|
+
pinned: true,
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
targetType: 'deal',
|
|
320
|
+
targetKey: 'globex-new',
|
|
321
|
+
body: 'Tom prefers a call. Book Wednesday afternoons.',
|
|
322
|
+
pinned: false,
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
targetType: 'person',
|
|
326
|
+
targetKey: 'peter',
|
|
327
|
+
body: 'Attended the June webinar. Watched the follow-up demo twice.',
|
|
328
|
+
pinned: false,
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
targetType: 'raise',
|
|
332
|
+
targetKey: 'southern-cross-seed',
|
|
333
|
+
body: 'Roelof asked for the updated deck and the last two months of MRR.',
|
|
334
|
+
pinned: true,
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
targetType: 'partnership',
|
|
338
|
+
targetKey: 'sandbox-alumni',
|
|
339
|
+
body: 'Mei can slot us into the next alumni dinner in September.',
|
|
340
|
+
pinned: false,
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
targetType: 'candidate',
|
|
344
|
+
targetKey: 'charlotte-senior-engineer',
|
|
345
|
+
body: 'Screen call went well. Move to interview loop next week.',
|
|
346
|
+
pinned: false,
|
|
347
|
+
},
|
|
348
|
+
],
|
|
349
|
+
opportunities: [
|
|
350
|
+
{
|
|
351
|
+
key: 'yc-w27',
|
|
352
|
+
name: 'Y Combinator W27 application',
|
|
353
|
+
kind: 'Accelerator',
|
|
354
|
+
stageSlug: 'applied',
|
|
355
|
+
companyKey: null,
|
|
356
|
+
expectedClose: nextQuarterEnd(),
|
|
357
|
+
summary: 'Applied October last cycle. Interview invitations go out in six weeks.',
|
|
358
|
+
tags: ['accelerator'],
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
key: 'sandbox-cohort',
|
|
362
|
+
name: 'Sandbox Autumn Cohort',
|
|
363
|
+
kind: 'Accelerator',
|
|
364
|
+
stageSlug: 'identified',
|
|
365
|
+
companyKey: 'sandbox',
|
|
366
|
+
expectedClose: null,
|
|
367
|
+
summary: 'Program starts in March. Mei suggested we apply this round.',
|
|
368
|
+
tags: ['accelerator'],
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
key: 'innovation-grant',
|
|
372
|
+
name: 'Innovation Australia grant',
|
|
373
|
+
kind: 'Grant',
|
|
374
|
+
stageSlug: 'identified',
|
|
375
|
+
companyKey: null,
|
|
376
|
+
expectedClose: nextQuarterEnd(),
|
|
377
|
+
summary: 'Non-dilutive. Up to $500k. Application window opens next month.',
|
|
378
|
+
tags: ['grant'],
|
|
379
|
+
},
|
|
380
|
+
],
|
|
381
|
+
raises: [
|
|
382
|
+
{
|
|
383
|
+
key: 'southern-cross-seed',
|
|
384
|
+
name: 'Southern Cross — Seed',
|
|
385
|
+
companyKey: 'sequoia',
|
|
386
|
+
stageSlug: 'diligence',
|
|
387
|
+
checkSizeCents: 200_000_000,
|
|
388
|
+
currency: 'AUD',
|
|
389
|
+
thesisFit: 'Focus on developer tools and vertical SaaS. Strong fit for Kelpie.',
|
|
390
|
+
expectedClose: nextQuarterEnd(),
|
|
391
|
+
summary: 'Diligence in progress. Reference calls scheduled next week.',
|
|
392
|
+
tags: ['seed'],
|
|
393
|
+
peopleKeys: ['roelof'],
|
|
394
|
+
},
|
|
395
|
+
],
|
|
396
|
+
partnerships: [
|
|
397
|
+
{
|
|
398
|
+
key: 'hooli-referral',
|
|
399
|
+
name: 'Hooli — referral partner',
|
|
400
|
+
companyKey: 'hooli',
|
|
401
|
+
stageSlug: 'active',
|
|
402
|
+
kind: 'Referral',
|
|
403
|
+
nextTouchpoint: aWeekOut(),
|
|
404
|
+
goals: 'Two to three inbound leads per month.',
|
|
405
|
+
successLooksLike: 'Steady referrals plus one joint case study by end of quarter.',
|
|
406
|
+
summary: 'Active. Gavin is the day-to-day contact.',
|
|
407
|
+
tags: ['referral'],
|
|
408
|
+
peopleKeys: ['gavin'],
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
key: 'sandbox-alumni',
|
|
412
|
+
name: 'Sandbox — alumni network',
|
|
413
|
+
companyKey: 'sandbox',
|
|
414
|
+
stageSlug: 'exploring',
|
|
415
|
+
kind: 'Community',
|
|
416
|
+
nextTouchpoint: aWeekOut(),
|
|
417
|
+
goals: 'Access alumni events and demo day slots.',
|
|
418
|
+
successLooksLike: 'One demo day slot per year plus warm intros into portfolio.',
|
|
419
|
+
summary: 'Exploring. Mei can slot us into the next alumni dinner.',
|
|
420
|
+
tags: ['community'],
|
|
421
|
+
peopleKeys: ['mei'],
|
|
422
|
+
},
|
|
423
|
+
],
|
|
424
|
+
enquiries: [
|
|
425
|
+
{
|
|
426
|
+
key: 'website-demo-request',
|
|
427
|
+
name: 'Demo request from northwind.dev',
|
|
428
|
+
source: 'Website',
|
|
429
|
+
stageSlug: 'in_progress',
|
|
430
|
+
companyKey: 'northwind',
|
|
431
|
+
summary: 'Team of six looking to trial the pipeline module this quarter.',
|
|
432
|
+
tags: ['inbound'],
|
|
433
|
+
peopleKeys: ['ada'],
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
key: 'referral-globex',
|
|
437
|
+
name: 'Introduction from a mutual contact',
|
|
438
|
+
source: 'Referral',
|
|
439
|
+
stageSlug: 'new',
|
|
440
|
+
companyKey: 'globex',
|
|
441
|
+
summary: 'Warm intro from a former colleague. Wants a 20-minute walkthrough.',
|
|
442
|
+
tags: ['inbound', 'referral'],
|
|
443
|
+
peopleKeys: [],
|
|
444
|
+
},
|
|
445
|
+
],
|
|
446
|
+
roles: [
|
|
447
|
+
{ key: 'senior-engineer', title: 'Senior Software Engineer', status: 'open' },
|
|
448
|
+
{ key: 'product-designer', title: 'Product Designer', status: 'open' },
|
|
449
|
+
],
|
|
450
|
+
candidates: [
|
|
451
|
+
{
|
|
452
|
+
key: 'charlotte-senior-engineer',
|
|
453
|
+
personKey: 'charlotte',
|
|
454
|
+
roleKey: 'senior-engineer',
|
|
455
|
+
status: 'in_process',
|
|
456
|
+
interviewStage: 'screen',
|
|
457
|
+
referrerPersonKey: null,
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
key: 'omar-product-designer',
|
|
461
|
+
personKey: 'omar',
|
|
462
|
+
roleKey: 'product-designer',
|
|
463
|
+
status: 'in_process',
|
|
464
|
+
interviewStage: 'sourced',
|
|
465
|
+
referrerPersonKey: 'mei',
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
key: 'peter-senior-engineer',
|
|
469
|
+
personKey: 'peter',
|
|
470
|
+
roleKey: 'senior-engineer',
|
|
471
|
+
status: 'nurture',
|
|
472
|
+
interviewStage: null,
|
|
473
|
+
referrerPersonKey: null,
|
|
474
|
+
},
|
|
475
|
+
],
|
|
476
|
+
};
|
|
477
|
+
/**
|
|
478
|
+
* The last day of the current calendar quarter, as `YYYY-MM-DD`.
|
|
479
|
+
*
|
|
480
|
+
* A fixture that hardcoded a date would age. This keeps the deal in a
|
|
481
|
+
* plausible future window without asking the caller to keep it fresh.
|
|
482
|
+
*/
|
|
483
|
+
function nextQuarterEnd() {
|
|
484
|
+
const now = new Date();
|
|
485
|
+
const quarter = Math.floor(now.getUTCMonth() / 3);
|
|
486
|
+
const lastMonth = quarter * 3 + 2;
|
|
487
|
+
const year = now.getUTCFullYear();
|
|
488
|
+
const end = new Date(Date.UTC(year, lastMonth + 1, 0));
|
|
489
|
+
return end.toISOString().slice(0, 10);
|
|
490
|
+
}
|
|
491
|
+
function aWeekOut() {
|
|
492
|
+
const now = new Date();
|
|
493
|
+
now.setUTCDate(now.getUTCDate() + 7);
|
|
494
|
+
return now.toISOString().slice(0, 10);
|
|
495
|
+
}
|
|
496
|
+
function threeDaysOut() {
|
|
497
|
+
const now = new Date();
|
|
498
|
+
now.setUTCDate(now.getUTCDate() + 3);
|
|
499
|
+
return now.toISOString().slice(0, 10);
|
|
500
|
+
}
|
|
501
|
+
//# sourceMappingURL=fixture.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fixture.js","sourceRoot":"","sources":["../../../src/modules/sample-data/fixture.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { KelpieModule } from '../../runtime/module.ts';
|
|
2
|
+
/**
|
|
3
|
+
* Sample data: one-shot fixture install for a new workspace.
|
|
4
|
+
*
|
|
5
|
+
* Owns no tables. Requires the modules whose tables the fixture writes into.
|
|
6
|
+
* A workspace admin invokes it from the setup wizard or from the admin data
|
|
7
|
+
* page; an agent invokes it through the matching MCP tool.
|
|
8
|
+
*/
|
|
9
|
+
export declare function createSampleDataModule(): KelpieModule;
|
|
10
|
+
export type { SampleDataCounts, SampleDataService } from './service.ts';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/sample-data/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAK3D;;;;;;GAMG;AACH,wBAAgB,sBAAsB,IAAI,YAAY,CAoCrD;AAED,YAAY,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { mountSampleDataRoutes } from './routes.js';
|
|
2
|
+
import { createSampleDataService } from './service.js';
|
|
3
|
+
import { registerSampleDataTools } from './tools.js';
|
|
4
|
+
/**
|
|
5
|
+
* Sample data: one-shot fixture install for a new workspace.
|
|
6
|
+
*
|
|
7
|
+
* Owns no tables. Requires the modules whose tables the fixture writes into.
|
|
8
|
+
* A workspace admin invokes it from the setup wizard or from the admin data
|
|
9
|
+
* page; an agent invokes it through the matching MCP tool.
|
|
10
|
+
*/
|
|
11
|
+
export function createSampleDataModule() {
|
|
12
|
+
return {
|
|
13
|
+
id: 'sample-data',
|
|
14
|
+
requires: [
|
|
15
|
+
'workspace',
|
|
16
|
+
'pipelines',
|
|
17
|
+
'companies',
|
|
18
|
+
'people',
|
|
19
|
+
'positions',
|
|
20
|
+
'deals',
|
|
21
|
+
'plans',
|
|
22
|
+
'notes',
|
|
23
|
+
'opportunities',
|
|
24
|
+
'raises',
|
|
25
|
+
'partnerships',
|
|
26
|
+
'enquiries',
|
|
27
|
+
'hiring',
|
|
28
|
+
],
|
|
29
|
+
register(context) {
|
|
30
|
+
const service = createSampleDataService({
|
|
31
|
+
db: context.db,
|
|
32
|
+
transaction: context.transaction,
|
|
33
|
+
createId: context.createId,
|
|
34
|
+
now: context.now,
|
|
35
|
+
});
|
|
36
|
+
context.routes((router) => {
|
|
37
|
+
mountSampleDataRoutes(router, { db: context.db, now: context.now, service });
|
|
38
|
+
});
|
|
39
|
+
registerSampleDataTools(context.mcp, service);
|
|
40
|
+
return Promise.resolve();
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/modules/sample-data/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAA;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAA;AAEpD;;;;;;GAMG;AACH,MAAM,UAAU,sBAAsB;IACpC,OAAO;QACL,EAAE,EAAE,aAAa;QACjB,QAAQ,EAAE;YACR,WAAW;YACX,WAAW;YACX,WAAW;YACX,QAAQ;YACR,WAAW;YACX,OAAO;YACP,OAAO;YACP,OAAO;YACP,eAAe;YACf,QAAQ;YACR,cAAc;YACd,WAAW;YACX,QAAQ;SACT;QAED,QAAQ,CAAC,OAAO;YACd,MAAM,OAAO,GAAG,uBAAuB,CAAC;gBACtC,EAAE,EAAE,OAAO,CAAC,EAAE;gBACd,WAAW,EAAE,OAAO,CAAC,WAAW;gBAChC,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,GAAG,EAAE,OAAO,CAAC,GAAG;aACjB,CAAC,CAAA;YAEF,OAAO,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE;gBACxB,qBAAqB,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE,CAAC,CAAA;YAC9E,CAAC,CAAC,CAAA;YAEF,uBAAuB,CAAC,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,CAAA;YAE7C,OAAO,OAAO,CAAC,OAAO,EAAE,CAAA;QAC1B,CAAC;KACF,CAAA;AACH,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Hono } from 'hono';
|
|
2
|
+
import type { CredentialDependencies } from '../auth/credentials.ts';
|
|
3
|
+
import type { SampleDataCounts, SampleDataService } from './service.ts';
|
|
4
|
+
/**
|
|
5
|
+
* Wire shape for `POST /v1/workspaces/:id/sample-data`.
|
|
6
|
+
*
|
|
7
|
+
* No request body: the installer takes no options today. Any option we add
|
|
8
|
+
* later goes on the body, not the URL.
|
|
9
|
+
*/
|
|
10
|
+
export interface SampleDataRoutesDependencies extends CredentialDependencies {
|
|
11
|
+
readonly service: SampleDataService;
|
|
12
|
+
}
|
|
13
|
+
export declare function sampleDataResponse(counts: SampleDataCounts): Record<string, unknown>;
|
|
14
|
+
export declare function mountSampleDataRoutes(router: Hono, dependencies: SampleDataRoutesDependencies): void;
|
|
15
|
+
//# sourceMappingURL=routes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../src/modules/sample-data/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAW,IAAI,EAAE,MAAM,MAAM,CAAA;AAIzC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,KAAK,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAA;AAEvE;;;;;GAKG;AAEH,MAAM,WAAW,4BAA6B,SAAQ,sBAAsB;IAC1E,QAAQ,CAAC,OAAO,EAAE,iBAAiB,CAAA;CACpC;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAepF;AAED,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,IAAI,EACZ,YAAY,EAAE,4BAA4B,GACzC,IAAI,CAWN"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { resolveActorFrom } from '../auth/credentials.js';
|
|
2
|
+
export function sampleDataResponse(counts) {
|
|
3
|
+
return {
|
|
4
|
+
companies: counts.companies,
|
|
5
|
+
people: counts.people,
|
|
6
|
+
positions: counts.positions,
|
|
7
|
+
deals: counts.deals,
|
|
8
|
+
plan_items: counts.planItems,
|
|
9
|
+
notes: counts.notes,
|
|
10
|
+
opportunities: counts.opportunities,
|
|
11
|
+
raises: counts.raises,
|
|
12
|
+
partnerships: counts.partnerships,
|
|
13
|
+
enquiries: counts.enquiries,
|
|
14
|
+
roles: counts.roles,
|
|
15
|
+
candidates: counts.candidates,
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export function mountSampleDataRoutes(router, dependencies) {
|
|
19
|
+
const requireActor = (context) => resolveActorFrom(dependencies, context);
|
|
20
|
+
router.post('/workspaces/:id/sample-data', async (context) => {
|
|
21
|
+
const counts = await dependencies.service.install(await requireActor(context), context.req.param('id'));
|
|
22
|
+
return context.json(sampleDataResponse(counts), 201);
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.js","sourceRoot":"","sources":["../../../src/modules/sample-data/routes.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AAezD,MAAM,UAAU,kBAAkB,CAAC,MAAwB;IACzD,OAAO;QACL,SAAS,EAAE,MAAM,CAAC,SAAS;QAC3B,MAAM,EAAE,MAAM,CAAC,MAAM;QACrB,SAAS,EAAE,MAAM,CAAC,SAAS;QAC3B,KAAK,EAAE,MAAM,CAAC,KAAK;QACnB,UAAU,EAAE,MAAM,CAAC,SAAS;QAC5B,KAAK,EAAE,MAAM,CAAC,KAAK;QACnB,aAAa,EAAE,MAAM,CAAC,aAAa;QACnC,MAAM,EAAE,MAAM,CAAC,MAAM;QACrB,YAAY,EAAE,MAAM,CAAC,YAAY;QACjC,SAAS,EAAE,MAAM,CAAC,SAAS;QAC3B,KAAK,EAAE,MAAM,CAAC,KAAK;QACnB,UAAU,EAAE,MAAM,CAAC,UAAU;KAC9B,CAAA;AACH,CAAC;AAED,MAAM,UAAU,qBAAqB,CACnC,MAAY,EACZ,YAA0C;IAE1C,MAAM,YAAY,GAAG,CAAC,OAAgB,EAAkB,EAAE,CAAC,gBAAgB,CAAC,YAAY,EAAE,OAAO,CAAC,CAAA;IAElG,MAAM,CAAC,IAAI,CAAC,6BAA6B,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE;QAC3D,MAAM,MAAM,GAAG,MAAM,YAAY,CAAC,OAAO,CAAC,OAAO,CAC/C,MAAM,YAAY,CAAC,OAAO,CAAC,EAC3B,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,CACxB,CAAA;QAED,OAAO,OAAO,CAAC,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,EAAE,GAAG,CAAC,CAAA;IACtD,CAAC,CAAC,CAAA;AACJ,CAAC"}
|