@lssm/example.crm-pipeline 0.0.0-canary-20251221132705 → 0.0.0-canary-20251221144710
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/.turbo/turbo-build$colon$bundle.log +257 -245
- package/.turbo/turbo-build.log +246 -234
- package/CHANGELOG.md +8 -8
- package/dist/deal/deal.enum.d.ts +3 -3
- package/dist/deal/deal.enum.d.ts.map +1 -1
- package/dist/deal/deal.operation.d.ts +128 -128
- package/dist/deal/deal.operation.d.ts.map +1 -1
- package/dist/deal/deal.operation.js +2 -1
- package/dist/deal/deal.operation.js.map +1 -1
- package/dist/deal/deal.schema.d.ts +71 -71
- package/dist/entities/company.entity.d.ts +28 -28
- package/dist/entities/contact.entity.d.ts +32 -32
- package/dist/entities/deal.entity.d.ts +53 -53
- package/dist/entities/deal.entity.d.ts.map +1 -1
- package/dist/entities/task.entity.d.ts +43 -43
- package/dist/entities/task.entity.d.ts.map +1 -1
- package/dist/events/contact.event.d.ts +8 -8
- package/dist/events/contact.event.d.ts.map +1 -1
- package/dist/events/deal.event.d.ts +30 -30
- package/dist/events/task.event.d.ts +7 -7
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/libs/contracts/dist/capabilities/index.js +1 -0
- package/dist/libs/contracts/dist/client/react/feature-render.js +2 -1
- package/dist/libs/contracts/dist/client/react/form-render.js +1 -1
- package/dist/libs/contracts/dist/data-views/data-views.js +1 -0
- package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +2 -2
- package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map +1 -1
- package/dist/libs/contracts/dist/forms/forms.js +1 -0
- package/dist/libs/contracts/dist/index.js +15 -12
- package/dist/libs/contracts/dist/index.js.map +1 -1
- package/dist/libs/contracts/dist/install.js +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +2 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +2 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +2 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/libs/contracts/dist/integrations/{contracts.js → operations.js} +4 -3
- package/dist/libs/contracts/dist/integrations/operations.js.map +1 -0
- package/dist/libs/contracts/dist/knowledge/{contracts.js → operations.js} +4 -3
- package/dist/libs/contracts/dist/knowledge/operations.js.map +1 -0
- package/dist/libs/contracts/dist/llm/exporters.js +1 -0
- package/dist/libs/contracts/dist/llm/exporters.js.map +1 -1
- package/dist/libs/contracts/dist/onboarding-base.js +2 -1
- package/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/libs/contracts/dist/operations/index.js +2 -0
- package/dist/libs/contracts/dist/{operation.js → operations/operation.js} +1 -1
- package/dist/libs/contracts/dist/operations/operation.js.map +1 -0
- package/dist/libs/contracts/dist/operations/registry.js +2 -0
- package/dist/libs/contracts/dist/presentations/index.js +2 -0
- package/dist/libs/contracts/dist/presentations/presentations.js +2 -0
- package/dist/libs/contracts/dist/{presentations.v2.js → presentations/transform-engine.js} +2 -2
- package/dist/libs/contracts/dist/presentations/transform-engine.js.map +1 -0
- package/dist/libs/contracts/dist/server/mcp/registerPresentations.js +3 -2
- package/dist/libs/identity-rbac/dist/contracts/dist/capabilities/index.js +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/client/react/feature-render.js +2 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/client/react/form-render.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/data-views/data-views.js +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/docs/tech/llm/llm-integration.docblock.js +2 -2
- package/dist/libs/identity-rbac/dist/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/forms/forms.js +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/index.js +12 -9
- package/dist/libs/identity-rbac/dist/contracts/dist/index.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/install.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/accounts.js +2 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/balances.js +2 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/transactions.js +2 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/{contracts.js → operations.js} +4 -3
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/operations.js.map +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/knowledge/{contracts.js → operations.js} +4 -3
- package/dist/libs/identity-rbac/dist/contracts/dist/knowledge/operations.js.map +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/llm/exporters.js +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/onboarding-base.js +2 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/operations/index.js +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/{operation.js → operations/operation.js} +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/operations/operation.js.map +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/operations/registry.js +2 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/presentations/index.js +2 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/presentations/presentations.js +2 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/{presentations.v2.js → presentations/transform-engine.js} +2 -2
- package/dist/libs/identity-rbac/dist/contracts/dist/presentations/transform-engine.js.map +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/server/mcp/registerPresentations.js +3 -2
- package/dist/libs/identity-rbac/dist/contracts/organization.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/organization.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/rbac.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/rbac.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/user.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/user.js.map +1 -1
- package/dist/modules/audit-trail/dist/contracts/index.js +1 -1
- package/dist/modules/audit-trail/dist/contracts/index.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/capabilities/index.js +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/client/react/feature-render.js +2 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/client/react/form-render.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/data-views/data-views.js +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +2 -2
- package/dist/modules/audit-trail/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/forms/forms.js +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/index.js +13 -10
- package/dist/modules/audit-trail/dist/libs/contracts/dist/index.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/install.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +2 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +2 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +2 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/{contracts.js → operations.js} +4 -3
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/operations.js.map +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/knowledge/{contracts.js → operations.js} +4 -3
- package/dist/modules/audit-trail/dist/libs/contracts/dist/knowledge/operations.js.map +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/llm/exporters.js +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/onboarding-base.js +2 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/operations/index.js +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/{operation.js → operations/operation.js} +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/operations/operation.js.map +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/operations/registry.js +2 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/presentations/index.js +2 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/presentations/presentations.js +2 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/{presentations.v2.js → presentations/transform-engine.js} +2 -2
- package/dist/modules/audit-trail/dist/libs/contracts/dist/presentations/transform-engine.js.map +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/server/mcp/registerPresentations.js +3 -2
- package/dist/modules/notifications/dist/contracts/index.js +1 -1
- package/dist/modules/notifications/dist/contracts/index.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/capabilities/index.js +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/client/react/feature-render.js +2 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/client/react/form-render.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/data-views/data-views.js +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +2 -2
- package/dist/modules/notifications/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/forms/forms.js +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/index.js +13 -10
- package/dist/modules/notifications/dist/libs/contracts/dist/index.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/install.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +2 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +2 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +2 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/{contracts.js → operations.js} +4 -3
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/operations.js.map +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/knowledge/{contracts.js → operations.js} +4 -3
- package/dist/modules/notifications/dist/libs/contracts/dist/knowledge/operations.js.map +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/llm/exporters.js +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/onboarding-base.js +2 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/operations/index.js +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/{operation.js → operations/operation.js} +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/operations/operation.js.map +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/operations/registry.js +2 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/presentations/index.js +2 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/presentations/presentations.js +2 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/{presentations.v2.js → presentations/transform-engine.js} +2 -2
- package/dist/modules/notifications/dist/libs/contracts/dist/presentations/transform-engine.js.map +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/server/mcp/registerPresentations.js +3 -2
- package/package.json +10 -10
- package/src/deal/deal.operation.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/libs/contracts/dist/data-views.js +0 -1
- package/dist/libs/contracts/dist/forms.js +0 -1
- package/dist/libs/contracts/dist/integrations/contracts.js.map +0 -1
- package/dist/libs/contracts/dist/knowledge/contracts.js.map +0 -1
- package/dist/libs/contracts/dist/operation.js.map +0 -1
- package/dist/libs/contracts/dist/presentations.js +0 -2
- package/dist/libs/contracts/dist/presentations.v2.js.map +0 -1
- package/dist/libs/contracts/dist/registry.js +0 -3
- package/dist/libs/identity-rbac/dist/contracts/dist/data-views.js +0 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/forms.js +0 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/contracts.js.map +0 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/knowledge/contracts.js.map +0 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/operation.js.map +0 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/presentations.js +0 -2
- package/dist/libs/identity-rbac/dist/contracts/dist/presentations.v2.js.map +0 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/registry.js +0 -3
- package/dist/modules/audit-trail/dist/libs/contracts/dist/data-views.js +0 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/forms.js +0 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/contracts.js.map +0 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/knowledge/contracts.js.map +0 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/operation.js.map +0 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/presentations.js +0 -2
- package/dist/modules/audit-trail/dist/libs/contracts/dist/presentations.v2.js.map +0 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/registry.js +0 -3
- package/dist/modules/notifications/dist/libs/contracts/dist/data-views.js +0 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/forms.js +0 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/contracts.js.map +0 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/knowledge/contracts.js.map +0 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/operation.js.map +0 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/presentations.js +0 -2
- package/dist/modules/notifications/dist/libs/contracts/dist/presentations.v2.js.map +0 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/registry.js +0 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deal.operation.js","names":[],"sources":["../../src/deal/deal.operation.ts"],"sourcesContent":["import { defineCommand, defineQuery } from '@lssm/lib.contracts/
|
|
1
|
+
{"version":3,"file":"deal.operation.js","names":[],"sources":["../../src/deal/deal.operation.ts"],"sourcesContent":["import { defineCommand, defineQuery } from '@lssm/lib.contracts/operations';\nimport {\n DealModel,\n CreateDealInputModel,\n MoveDealInputModel,\n DealMovedPayloadModel,\n WinDealInputModel,\n DealWonPayloadModel,\n LoseDealInputModel,\n DealLostPayloadModel,\n ListDealsInputModel,\n ListDealsOutputModel,\n} from './deal.schema';\n\nconst OWNERS = ['@example.crm-pipeline'] as const;\n\n/**\n * Create a new deal.\n */\nexport const CreateDealContract = defineCommand({\n meta: {\n name: 'crm.deal.create',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['crm', 'deal', 'create'],\n description: 'Create a new deal in the pipeline.',\n goal: 'Allow sales reps to create new opportunities.',\n context: 'Deal creation UI, quick add.',\n },\n io: {\n input: CreateDealInputModel,\n output: DealModel,\n },\n policy: {\n auth: 'user',\n },\n sideEffects: {\n emits: [\n {\n name: 'deal.created',\n version: 1,\n when: 'Deal is created',\n payload: DealModel,\n },\n ],\n audit: ['deal.created'],\n },\n});\n\n/**\n * Move deal to a different stage.\n */\nexport const MoveDealContract = defineCommand({\n meta: {\n name: 'crm.deal.move',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['crm', 'deal', 'move', 'kanban'],\n description: 'Move a deal to a different stage.',\n goal: 'Allow drag-and-drop stage movement in Kanban.',\n context: 'Pipeline Kanban view.',\n },\n io: {\n input: MoveDealInputModel,\n output: DealModel,\n },\n policy: {\n auth: 'user',\n },\n sideEffects: {\n emits: [\n {\n name: 'deal.moved',\n version: 1,\n when: 'Deal stage changed',\n payload: DealMovedPayloadModel,\n },\n ],\n audit: ['deal.moved'],\n },\n});\n\n/**\n * Mark deal as won.\n */\nexport const WinDealContract = defineCommand({\n meta: {\n name: 'crm.deal.win',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['crm', 'deal', 'won'],\n description: 'Mark a deal as won.',\n goal: 'Close a deal as successful.',\n context: 'Deal closing flow.',\n },\n io: {\n input: WinDealInputModel,\n output: DealModel,\n },\n policy: {\n auth: 'user',\n },\n sideEffects: {\n emits: [\n {\n name: 'deal.won',\n version: 1,\n when: 'Deal is won',\n payload: DealWonPayloadModel,\n },\n ],\n audit: ['deal.won'],\n },\n});\n\n/**\n * Mark deal as lost.\n */\nexport const LoseDealContract = defineCommand({\n meta: {\n name: 'crm.deal.lose',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['crm', 'deal', 'lost'],\n description: 'Mark a deal as lost.',\n goal: 'Close a deal as unsuccessful.',\n context: 'Deal closing flow.',\n },\n io: {\n input: LoseDealInputModel,\n output: DealModel,\n },\n policy: {\n auth: 'user',\n },\n sideEffects: {\n emits: [\n {\n name: 'deal.lost',\n version: 1,\n when: 'Deal is lost',\n payload: DealLostPayloadModel,\n },\n ],\n audit: ['deal.lost'],\n },\n});\n\n/**\n * List deals in pipeline.\n */\nexport const ListDealsContract = defineQuery({\n meta: {\n name: 'crm.deal.list',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['crm', 'deal', 'list'],\n description: 'List deals with filters.',\n goal: 'Show pipeline, deal lists, dashboards.',\n context: 'Pipeline view, deal list.',\n },\n io: {\n input: ListDealsInputModel,\n output: ListDealsOutputModel,\n },\n policy: {\n auth: 'user',\n },\n});\n"],"mappings":";;;;;AAcA,MAAM,SAAS,CAAC,wBAAwB;;;;AAKxC,MAAa,qBAAqB,cAAc;CAC9C,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAO;GAAQ;GAAS;EAC/B,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACT;CACD,QAAQ,EACN,MAAM,QACP;CACD,aAAa;EACX,OAAO,CACL;GACE,MAAM;GACN,SAAS;GACT,MAAM;GACN,SAAS;GACV,CACF;EACD,OAAO,CAAC,eAAe;EACxB;CACF,CAAC;;;;AAKF,MAAa,mBAAmB,cAAc;CAC5C,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAO;GAAQ;GAAQ;GAAS;EACvC,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACT;CACD,QAAQ,EACN,MAAM,QACP;CACD,aAAa;EACX,OAAO,CACL;GACE,MAAM;GACN,SAAS;GACT,MAAM;GACN,SAAS;GACV,CACF;EACD,OAAO,CAAC,aAAa;EACtB;CACF,CAAC;;;;AAKF,MAAa,kBAAkB,cAAc;CAC3C,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAO;GAAQ;GAAM;EAC5B,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACT;CACD,QAAQ,EACN,MAAM,QACP;CACD,aAAa;EACX,OAAO,CACL;GACE,MAAM;GACN,SAAS;GACT,MAAM;GACN,SAAS;GACV,CACF;EACD,OAAO,CAAC,WAAW;EACpB;CACF,CAAC;;;;AAKF,MAAa,mBAAmB,cAAc;CAC5C,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAO;GAAQ;GAAO;EAC7B,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACT;CACD,QAAQ,EACN,MAAM,QACP;CACD,aAAa;EACX,OAAO,CACL;GACE,MAAM;GACN,SAAS;GACT,MAAM;GACN,SAAS;GACV,CACF;EACD,OAAO,CAAC,YAAY;EACrB;CACF,CAAC;;;;AAKF,MAAa,oBAAoB,YAAY;CAC3C,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAO;GAAQ;GAAO;EAC7B,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACT;CACD,QAAQ,EACN,MAAM,QACP;CACF,CAAC"}
|
|
@@ -1,225 +1,225 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema262 from "@lssm/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/deal/deal.schema.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* A deal in the CRM pipeline.
|
|
6
6
|
*/
|
|
7
|
-
declare const DealModel:
|
|
7
|
+
declare const DealModel: _lssm_lib_schema262.SchemaModel<{
|
|
8
8
|
id: {
|
|
9
|
-
type:
|
|
9
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
name: {
|
|
13
|
-
type:
|
|
13
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
value: {
|
|
17
|
-
type:
|
|
17
|
+
type: _lssm_lib_schema262.FieldType<number, number>;
|
|
18
18
|
isOptional: false;
|
|
19
19
|
};
|
|
20
20
|
currency: {
|
|
21
|
-
type:
|
|
21
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
pipelineId: {
|
|
25
|
-
type:
|
|
25
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
26
26
|
isOptional: false;
|
|
27
27
|
};
|
|
28
28
|
stageId: {
|
|
29
|
-
type:
|
|
29
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
30
30
|
isOptional: false;
|
|
31
31
|
};
|
|
32
32
|
status: {
|
|
33
|
-
type:
|
|
33
|
+
type: _lssm_lib_schema262.EnumType<[string, string, string, string]>;
|
|
34
34
|
isOptional: false;
|
|
35
35
|
};
|
|
36
36
|
contactId: {
|
|
37
|
-
type:
|
|
37
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
38
38
|
isOptional: true;
|
|
39
39
|
};
|
|
40
40
|
companyId: {
|
|
41
|
-
type:
|
|
41
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
42
42
|
isOptional: true;
|
|
43
43
|
};
|
|
44
44
|
ownerId: {
|
|
45
|
-
type:
|
|
45
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
46
46
|
isOptional: false;
|
|
47
47
|
};
|
|
48
48
|
expectedCloseDate: {
|
|
49
|
-
type:
|
|
49
|
+
type: _lssm_lib_schema262.FieldType<Date, string>;
|
|
50
50
|
isOptional: true;
|
|
51
51
|
};
|
|
52
52
|
createdAt: {
|
|
53
|
-
type:
|
|
53
|
+
type: _lssm_lib_schema262.FieldType<Date, string>;
|
|
54
54
|
isOptional: false;
|
|
55
55
|
};
|
|
56
56
|
updatedAt: {
|
|
57
|
-
type:
|
|
57
|
+
type: _lssm_lib_schema262.FieldType<Date, string>;
|
|
58
58
|
isOptional: false;
|
|
59
59
|
};
|
|
60
60
|
}>;
|
|
61
61
|
/**
|
|
62
62
|
* Input for creating a deal.
|
|
63
63
|
*/
|
|
64
|
-
declare const CreateDealInputModel:
|
|
64
|
+
declare const CreateDealInputModel: _lssm_lib_schema262.SchemaModel<{
|
|
65
65
|
name: {
|
|
66
|
-
type:
|
|
66
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
67
67
|
isOptional: false;
|
|
68
68
|
};
|
|
69
69
|
value: {
|
|
70
|
-
type:
|
|
70
|
+
type: _lssm_lib_schema262.FieldType<number, number>;
|
|
71
71
|
isOptional: false;
|
|
72
72
|
};
|
|
73
73
|
currency: {
|
|
74
|
-
type:
|
|
74
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
75
75
|
isOptional: true;
|
|
76
76
|
};
|
|
77
77
|
pipelineId: {
|
|
78
|
-
type:
|
|
78
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
79
79
|
isOptional: false;
|
|
80
80
|
};
|
|
81
81
|
stageId: {
|
|
82
|
-
type:
|
|
82
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
83
83
|
isOptional: false;
|
|
84
84
|
};
|
|
85
85
|
contactId: {
|
|
86
|
-
type:
|
|
86
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
87
87
|
isOptional: true;
|
|
88
88
|
};
|
|
89
89
|
companyId: {
|
|
90
|
-
type:
|
|
90
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
91
91
|
isOptional: true;
|
|
92
92
|
};
|
|
93
93
|
expectedCloseDate: {
|
|
94
|
-
type:
|
|
94
|
+
type: _lssm_lib_schema262.FieldType<Date, string>;
|
|
95
95
|
isOptional: true;
|
|
96
96
|
};
|
|
97
97
|
}>;
|
|
98
98
|
/**
|
|
99
99
|
* Input for moving a deal to another stage.
|
|
100
100
|
*/
|
|
101
|
-
declare const MoveDealInputModel:
|
|
101
|
+
declare const MoveDealInputModel: _lssm_lib_schema262.SchemaModel<{
|
|
102
102
|
dealId: {
|
|
103
|
-
type:
|
|
103
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
104
104
|
isOptional: false;
|
|
105
105
|
};
|
|
106
106
|
stageId: {
|
|
107
|
-
type:
|
|
107
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
108
108
|
isOptional: false;
|
|
109
109
|
};
|
|
110
110
|
position: {
|
|
111
|
-
type:
|
|
111
|
+
type: _lssm_lib_schema262.FieldType<number, number>;
|
|
112
112
|
isOptional: true;
|
|
113
113
|
};
|
|
114
114
|
}>;
|
|
115
115
|
/**
|
|
116
116
|
* Payload for deal moved event.
|
|
117
117
|
*/
|
|
118
|
-
declare const DealMovedPayloadModel:
|
|
118
|
+
declare const DealMovedPayloadModel: _lssm_lib_schema262.SchemaModel<{
|
|
119
119
|
dealId: {
|
|
120
|
-
type:
|
|
120
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
121
121
|
isOptional: false;
|
|
122
122
|
};
|
|
123
123
|
fromStage: {
|
|
124
|
-
type:
|
|
124
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
125
125
|
isOptional: false;
|
|
126
126
|
};
|
|
127
127
|
toStage: {
|
|
128
|
-
type:
|
|
128
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
129
129
|
isOptional: false;
|
|
130
130
|
};
|
|
131
131
|
}>;
|
|
132
132
|
/**
|
|
133
133
|
* Input for marking a deal as won.
|
|
134
134
|
*/
|
|
135
|
-
declare const WinDealInputModel:
|
|
135
|
+
declare const WinDealInputModel: _lssm_lib_schema262.SchemaModel<{
|
|
136
136
|
dealId: {
|
|
137
|
-
type:
|
|
137
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
138
138
|
isOptional: false;
|
|
139
139
|
};
|
|
140
140
|
wonSource: {
|
|
141
|
-
type:
|
|
141
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
142
142
|
isOptional: true;
|
|
143
143
|
};
|
|
144
144
|
notes: {
|
|
145
|
-
type:
|
|
145
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
146
146
|
isOptional: true;
|
|
147
147
|
};
|
|
148
148
|
}>;
|
|
149
149
|
/**
|
|
150
150
|
* Payload for deal won event.
|
|
151
151
|
*/
|
|
152
|
-
declare const DealWonPayloadModel:
|
|
152
|
+
declare const DealWonPayloadModel: _lssm_lib_schema262.SchemaModel<{
|
|
153
153
|
dealId: {
|
|
154
|
-
type:
|
|
154
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
155
155
|
isOptional: false;
|
|
156
156
|
};
|
|
157
157
|
value: {
|
|
158
|
-
type:
|
|
158
|
+
type: _lssm_lib_schema262.FieldType<number, number>;
|
|
159
159
|
isOptional: false;
|
|
160
160
|
};
|
|
161
161
|
}>;
|
|
162
162
|
/**
|
|
163
163
|
* Input for marking a deal as lost.
|
|
164
164
|
*/
|
|
165
|
-
declare const LoseDealInputModel:
|
|
165
|
+
declare const LoseDealInputModel: _lssm_lib_schema262.SchemaModel<{
|
|
166
166
|
dealId: {
|
|
167
|
-
type:
|
|
167
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
168
168
|
isOptional: false;
|
|
169
169
|
};
|
|
170
170
|
lostReason: {
|
|
171
|
-
type:
|
|
171
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
172
172
|
isOptional: false;
|
|
173
173
|
};
|
|
174
174
|
notes: {
|
|
175
|
-
type:
|
|
175
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
176
176
|
isOptional: true;
|
|
177
177
|
};
|
|
178
178
|
}>;
|
|
179
179
|
/**
|
|
180
180
|
* Payload for deal lost event.
|
|
181
181
|
*/
|
|
182
|
-
declare const DealLostPayloadModel:
|
|
182
|
+
declare const DealLostPayloadModel: _lssm_lib_schema262.SchemaModel<{
|
|
183
183
|
dealId: {
|
|
184
|
-
type:
|
|
184
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
185
185
|
isOptional: false;
|
|
186
186
|
};
|
|
187
187
|
reason: {
|
|
188
|
-
type:
|
|
188
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
189
189
|
isOptional: false;
|
|
190
190
|
};
|
|
191
191
|
}>;
|
|
192
192
|
/**
|
|
193
193
|
* Input for listing deals.
|
|
194
194
|
*/
|
|
195
|
-
declare const ListDealsInputModel:
|
|
195
|
+
declare const ListDealsInputModel: _lssm_lib_schema262.SchemaModel<{
|
|
196
196
|
pipelineId: {
|
|
197
|
-
type:
|
|
197
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
198
198
|
isOptional: true;
|
|
199
199
|
};
|
|
200
200
|
stageId: {
|
|
201
|
-
type:
|
|
201
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
202
202
|
isOptional: true;
|
|
203
203
|
};
|
|
204
204
|
status: {
|
|
205
|
-
type:
|
|
205
|
+
type: _lssm_lib_schema262.EnumType<[string, string, string, string]>;
|
|
206
206
|
isOptional: true;
|
|
207
207
|
};
|
|
208
208
|
ownerId: {
|
|
209
|
-
type:
|
|
209
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
210
210
|
isOptional: true;
|
|
211
211
|
};
|
|
212
212
|
search: {
|
|
213
|
-
type:
|
|
213
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
214
214
|
isOptional: true;
|
|
215
215
|
};
|
|
216
216
|
limit: {
|
|
217
|
-
type:
|
|
217
|
+
type: _lssm_lib_schema262.FieldType<number, number>;
|
|
218
218
|
isOptional: true;
|
|
219
219
|
defaultValue: number;
|
|
220
220
|
};
|
|
221
221
|
offset: {
|
|
222
|
-
type:
|
|
222
|
+
type: _lssm_lib_schema262.FieldType<number, number>;
|
|
223
223
|
isOptional: true;
|
|
224
224
|
defaultValue: number;
|
|
225
225
|
};
|
|
@@ -227,59 +227,59 @@ declare const ListDealsInputModel: _lssm_lib_schema128.SchemaModel<{
|
|
|
227
227
|
/**
|
|
228
228
|
* Output for listing deals.
|
|
229
229
|
*/
|
|
230
|
-
declare const ListDealsOutputModel:
|
|
230
|
+
declare const ListDealsOutputModel: _lssm_lib_schema262.SchemaModel<{
|
|
231
231
|
deals: {
|
|
232
|
-
type:
|
|
232
|
+
type: _lssm_lib_schema262.SchemaModel<{
|
|
233
233
|
id: {
|
|
234
|
-
type:
|
|
234
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
235
235
|
isOptional: false;
|
|
236
236
|
};
|
|
237
237
|
name: {
|
|
238
|
-
type:
|
|
238
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
239
239
|
isOptional: false;
|
|
240
240
|
};
|
|
241
241
|
value: {
|
|
242
|
-
type:
|
|
242
|
+
type: _lssm_lib_schema262.FieldType<number, number>;
|
|
243
243
|
isOptional: false;
|
|
244
244
|
};
|
|
245
245
|
currency: {
|
|
246
|
-
type:
|
|
246
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
247
247
|
isOptional: false;
|
|
248
248
|
};
|
|
249
249
|
pipelineId: {
|
|
250
|
-
type:
|
|
250
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
251
251
|
isOptional: false;
|
|
252
252
|
};
|
|
253
253
|
stageId: {
|
|
254
|
-
type:
|
|
254
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
255
255
|
isOptional: false;
|
|
256
256
|
};
|
|
257
257
|
status: {
|
|
258
|
-
type:
|
|
258
|
+
type: _lssm_lib_schema262.EnumType<[string, string, string, string]>;
|
|
259
259
|
isOptional: false;
|
|
260
260
|
};
|
|
261
261
|
contactId: {
|
|
262
|
-
type:
|
|
262
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
263
263
|
isOptional: true;
|
|
264
264
|
};
|
|
265
265
|
companyId: {
|
|
266
|
-
type:
|
|
266
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
267
267
|
isOptional: true;
|
|
268
268
|
};
|
|
269
269
|
ownerId: {
|
|
270
|
-
type:
|
|
270
|
+
type: _lssm_lib_schema262.FieldType<string, string>;
|
|
271
271
|
isOptional: false;
|
|
272
272
|
};
|
|
273
273
|
expectedCloseDate: {
|
|
274
|
-
type:
|
|
274
|
+
type: _lssm_lib_schema262.FieldType<Date, string>;
|
|
275
275
|
isOptional: true;
|
|
276
276
|
};
|
|
277
277
|
createdAt: {
|
|
278
|
-
type:
|
|
278
|
+
type: _lssm_lib_schema262.FieldType<Date, string>;
|
|
279
279
|
isOptional: false;
|
|
280
280
|
};
|
|
281
281
|
updatedAt: {
|
|
282
|
-
type:
|
|
282
|
+
type: _lssm_lib_schema262.FieldType<Date, string>;
|
|
283
283
|
isOptional: false;
|
|
284
284
|
};
|
|
285
285
|
}>;
|
|
@@ -287,11 +287,11 @@ declare const ListDealsOutputModel: _lssm_lib_schema128.SchemaModel<{
|
|
|
287
287
|
isOptional: false;
|
|
288
288
|
};
|
|
289
289
|
total: {
|
|
290
|
-
type:
|
|
290
|
+
type: _lssm_lib_schema262.FieldType<number, number>;
|
|
291
291
|
isOptional: false;
|
|
292
292
|
};
|
|
293
293
|
totalValue: {
|
|
294
|
-
type:
|
|
294
|
+
type: _lssm_lib_schema262.FieldType<number, number>;
|
|
295
295
|
isOptional: false;
|
|
296
296
|
};
|
|
297
297
|
}>;
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema332 from "@lssm/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/entities/company.entity.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Company size enum.
|
|
6
6
|
*/
|
|
7
|
-
declare const CompanySizeEnum:
|
|
7
|
+
declare const CompanySizeEnum: _lssm_lib_schema332.EntityEnumDef;
|
|
8
8
|
/**
|
|
9
9
|
* Company entity - organization/account.
|
|
10
10
|
*/
|
|
11
|
-
declare const CompanyEntity:
|
|
12
|
-
id:
|
|
13
|
-
name:
|
|
14
|
-
domain:
|
|
15
|
-
website:
|
|
16
|
-
industry:
|
|
17
|
-
size:
|
|
18
|
-
employeeCount:
|
|
19
|
-
annualRevenue:
|
|
20
|
-
organizationId:
|
|
21
|
-
ownerId:
|
|
22
|
-
phone:
|
|
23
|
-
email:
|
|
24
|
-
address:
|
|
25
|
-
city:
|
|
26
|
-
state:
|
|
27
|
-
country:
|
|
28
|
-
postalCode:
|
|
29
|
-
linkedInUrl:
|
|
30
|
-
description:
|
|
31
|
-
tags:
|
|
32
|
-
customFields:
|
|
33
|
-
createdAt:
|
|
34
|
-
updatedAt:
|
|
35
|
-
contacts:
|
|
36
|
-
deals:
|
|
11
|
+
declare const CompanyEntity: _lssm_lib_schema332.EntitySpec<{
|
|
12
|
+
id: _lssm_lib_schema332.EntityScalarField;
|
|
13
|
+
name: _lssm_lib_schema332.EntityScalarField;
|
|
14
|
+
domain: _lssm_lib_schema332.EntityScalarField;
|
|
15
|
+
website: _lssm_lib_schema332.EntityScalarField;
|
|
16
|
+
industry: _lssm_lib_schema332.EntityScalarField;
|
|
17
|
+
size: _lssm_lib_schema332.EntityEnumField;
|
|
18
|
+
employeeCount: _lssm_lib_schema332.EntityScalarField;
|
|
19
|
+
annualRevenue: _lssm_lib_schema332.EntityScalarField;
|
|
20
|
+
organizationId: _lssm_lib_schema332.EntityScalarField;
|
|
21
|
+
ownerId: _lssm_lib_schema332.EntityScalarField;
|
|
22
|
+
phone: _lssm_lib_schema332.EntityScalarField;
|
|
23
|
+
email: _lssm_lib_schema332.EntityScalarField;
|
|
24
|
+
address: _lssm_lib_schema332.EntityScalarField;
|
|
25
|
+
city: _lssm_lib_schema332.EntityScalarField;
|
|
26
|
+
state: _lssm_lib_schema332.EntityScalarField;
|
|
27
|
+
country: _lssm_lib_schema332.EntityScalarField;
|
|
28
|
+
postalCode: _lssm_lib_schema332.EntityScalarField;
|
|
29
|
+
linkedInUrl: _lssm_lib_schema332.EntityScalarField;
|
|
30
|
+
description: _lssm_lib_schema332.EntityScalarField;
|
|
31
|
+
tags: _lssm_lib_schema332.EntityScalarField;
|
|
32
|
+
customFields: _lssm_lib_schema332.EntityScalarField;
|
|
33
|
+
createdAt: _lssm_lib_schema332.EntityScalarField;
|
|
34
|
+
updatedAt: _lssm_lib_schema332.EntityScalarField;
|
|
35
|
+
contacts: _lssm_lib_schema332.EntityRelationField;
|
|
36
|
+
deals: _lssm_lib_schema332.EntityRelationField;
|
|
37
37
|
}>;
|
|
38
38
|
//#endregion
|
|
39
39
|
export { CompanyEntity, CompanySizeEnum };
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema359 from "@lssm/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/entities/contact.entity.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Contact status enum.
|
|
6
6
|
*/
|
|
7
|
-
declare const ContactStatusEnum:
|
|
7
|
+
declare const ContactStatusEnum: _lssm_lib_schema359.EntityEnumDef;
|
|
8
8
|
/**
|
|
9
9
|
* Contact entity - individual person.
|
|
10
10
|
*/
|
|
11
|
-
declare const ContactEntity:
|
|
12
|
-
id:
|
|
13
|
-
firstName:
|
|
14
|
-
lastName:
|
|
15
|
-
email:
|
|
16
|
-
phone:
|
|
17
|
-
companyId:
|
|
18
|
-
jobTitle:
|
|
19
|
-
status:
|
|
20
|
-
organizationId:
|
|
21
|
-
ownerId:
|
|
22
|
-
source:
|
|
23
|
-
linkedInUrl:
|
|
24
|
-
twitterHandle:
|
|
25
|
-
address:
|
|
26
|
-
city:
|
|
27
|
-
state:
|
|
28
|
-
country:
|
|
29
|
-
postalCode:
|
|
30
|
-
notes:
|
|
31
|
-
tags:
|
|
32
|
-
customFields:
|
|
33
|
-
lastContactedAt:
|
|
34
|
-
nextFollowUpAt:
|
|
35
|
-
createdAt:
|
|
36
|
-
updatedAt:
|
|
37
|
-
company:
|
|
38
|
-
deals:
|
|
39
|
-
tasks:
|
|
40
|
-
activities:
|
|
11
|
+
declare const ContactEntity: _lssm_lib_schema359.EntitySpec<{
|
|
12
|
+
id: _lssm_lib_schema359.EntityScalarField;
|
|
13
|
+
firstName: _lssm_lib_schema359.EntityScalarField;
|
|
14
|
+
lastName: _lssm_lib_schema359.EntityScalarField;
|
|
15
|
+
email: _lssm_lib_schema359.EntityScalarField;
|
|
16
|
+
phone: _lssm_lib_schema359.EntityScalarField;
|
|
17
|
+
companyId: _lssm_lib_schema359.EntityScalarField;
|
|
18
|
+
jobTitle: _lssm_lib_schema359.EntityScalarField;
|
|
19
|
+
status: _lssm_lib_schema359.EntityEnumField;
|
|
20
|
+
organizationId: _lssm_lib_schema359.EntityScalarField;
|
|
21
|
+
ownerId: _lssm_lib_schema359.EntityScalarField;
|
|
22
|
+
source: _lssm_lib_schema359.EntityScalarField;
|
|
23
|
+
linkedInUrl: _lssm_lib_schema359.EntityScalarField;
|
|
24
|
+
twitterHandle: _lssm_lib_schema359.EntityScalarField;
|
|
25
|
+
address: _lssm_lib_schema359.EntityScalarField;
|
|
26
|
+
city: _lssm_lib_schema359.EntityScalarField;
|
|
27
|
+
state: _lssm_lib_schema359.EntityScalarField;
|
|
28
|
+
country: _lssm_lib_schema359.EntityScalarField;
|
|
29
|
+
postalCode: _lssm_lib_schema359.EntityScalarField;
|
|
30
|
+
notes: _lssm_lib_schema359.EntityScalarField;
|
|
31
|
+
tags: _lssm_lib_schema359.EntityScalarField;
|
|
32
|
+
customFields: _lssm_lib_schema359.EntityScalarField;
|
|
33
|
+
lastContactedAt: _lssm_lib_schema359.EntityScalarField;
|
|
34
|
+
nextFollowUpAt: _lssm_lib_schema359.EntityScalarField;
|
|
35
|
+
createdAt: _lssm_lib_schema359.EntityScalarField;
|
|
36
|
+
updatedAt: _lssm_lib_schema359.EntityScalarField;
|
|
37
|
+
company: _lssm_lib_schema359.EntityRelationField;
|
|
38
|
+
deals: _lssm_lib_schema359.EntityRelationField;
|
|
39
|
+
tasks: _lssm_lib_schema359.EntityRelationField;
|
|
40
|
+
activities: _lssm_lib_schema359.EntityRelationField;
|
|
41
41
|
}>;
|
|
42
42
|
//#endregion
|
|
43
43
|
export { ContactEntity, ContactStatusEnum };
|