{"version":3,"file":"CommunicationLogControl-c3348ad1.js","sources":["../../src/components/pages/outlet/crm/communication_logs/communicationLog.ts","../../src/components/pages/outlet/crm/communication_logs/CommunicationLogControl.vue"],"sourcesContent":["import api from \"@/app/api\";\nimport { tenantService } from \"@/app/services/extensions/tenantServiceExtended\";\nimport { EnumBmEntityType } from \"@/app/services/generated/enums/enumBmEntityType.generated\";\nimport { EnumCustomerHappinessRating } from \"@/app/services/generated/enums/enumCustomerHappinessRating.generated\";\nimport { outletCommunicationLogService } from \"@/app/services/generated/outletcommunicationlogService\";\nimport Guid from \"@/app/types/common/guid\";\n\nimport userStore, { requireUserStoreUser } from \"@/store/modules/userStore\";\nimport type { Instant } from \"@js-joda/core\";\nimport { BrewManError } from \"@/app/errors\";\nimport { leadCommunicationLogService } from \"@/app/services/generated/leadcommunicationlogService\";\nimport type { CommunicationSubject } from \"@/app/services/generated/communicationsubjectService\";\nimport type { CommunicationType } from \"@/app/services/generated/communicationtypeService\";\n\nexport class CommunicationLogEntry {\n communicationTypeId: Guid;\n communicationSubjectId: Guid;\n timestamp: Instant;\n customerHappinessRating: EnumCustomerHappinessRating;\n description: string;\n entityId: Guid | null;\n id: Guid;\n\n constructor(entityId: Guid | null) {\n this.communicationSubjectId = Guid.createEmpty();\n this.communicationTypeId = Guid.createEmpty();\n this.timestamp = tenantService.now;\n this.customerHappinessRating = EnumCustomerHappinessRating.neutral;\n this.description = \"\";\n this.entityId = entityId;\n this.id = Guid.createEmpty();\n }\n\n clone(this: CommunicationLogEntry) {\n const clone = new CommunicationLogEntry(this.id);\n // All the properties are simple immutable types, so can simply use object.assign to copy them\n Object.assign(clone, this);\n return clone;\n }\n}\n\nexport const addCommunicationLogEntry = async (opts: {\n communicationLogEntry: CommunicationLogEntry;\n entityType: EnumBmEntityType;\n}) => {\n const { communicationLogEntry, entityType } = opts;\n\n if (!communicationLogEntry.entityId) {\n throw new BrewManError(\"Entity id must be set\");\n }\n\n requireUserStoreUser(userStore.state.user);\n\n let communicationLogEntryId: Guid | null = null;\n\n switch (entityType) {\n case EnumBmEntityType.outlet:\n communicationLogEntryId = (\n await outletCommunicationLogService.addOutletLogEntry(\n api.tenantId,\n communicationLogEntry.communicationSubjectId,\n communicationLogEntry.communicationTypeId,\n communicationLogEntry.customerHappinessRating,\n communicationLogEntry.description,\n communicationLogEntry.entityId,\n userStore.state.user.id,\n communicationLogEntry.timestamp\n )\n ).id;\n break;\n\n case EnumBmEntityType.lead:\n communicationLogEntryId = (\n await leadCommunicationLogService.addLeadLogEntry(\n api.tenantId,\n communicationLogEntry.communicationSubjectId,\n communicationLogEntry.communicationTypeId,\n communicationLogEntry.customerHappinessRating,\n communicationLogEntry.description,\n communicationLogEntry.entityId,\n userStore.state.user.id,\n communicationLogEntry.timestamp\n )\n ).id;\n break;\n\n default:\n throw new BrewManError(\n `Unsupported entity type ${entityType.translation}`\n );\n }\n\n return communicationLogEntryId;\n};\n\nexport const createCommunicationLogEntryWithDefaults = ({\n communicationSubjects,\n communicationTypes,\n entityId = null,\n}: {\n communicationSubjects: readonly CommunicationSubject[];\n communicationTypes: readonly CommunicationType[];\n entityId?: Guid | null;\n}) => {\n const communicationLogEntry = new CommunicationLogEntry(entityId);\n\n if (communicationSubjects.length > 0) {\n communicationLogEntry.communicationSubjectId = communicationSubjects[0].id;\n }\n\n if (communicationTypes.length > 0) {\n communicationLogEntry.communicationTypeId = communicationTypes[0].id;\n }\n\n return communicationLogEntry;\n};\n","\n\n\n \n \n\n \n \n (log.communicationTypeId = $event))\"\n />\n \n \n (log.communicationSubjectId = $event))\n \"\n />\n \n \n\n \n \n (log.timestamp = $event))\"\n />\n \n \n (log.customerHappinessRating = $event))\n \"\n />\n \n \n\n \n \n (log.description = $event))\"\n />\n \n \n\n \n \n\n"],"names":[],"mappings":"qpBAcO,MAAM,qBAAsB,CASjC,YAAY,SAAuB,CARnC,0CACA,6CACA,gCACA,8CACA,kCACA,+BACA,yBAGO,KAAA,uBAAyB,KAAK,cAC9B,KAAA,oBAAsB,KAAK,cAChC,KAAK,UAAY,cAAc,IAC/B,KAAK,wBAA0B,4BAA4B,QAC3D,KAAK,YAAc,GACnB,KAAK,SAAW,SACX,KAAA,GAAK,KAAK,aACjB,CAEA,OAAmC,CACjC,MAAM,MAAQ,IAAI,sBAAsB,KAAK,EAAE,EAExC,cAAA,OAAO,MAAO,IAAI,EAClB,KACT,CACF,CAzBa,sDA2BA,MAAA,yBAA2B,aAAO,MAGzC,CACE,KAAA,CAAE,sBAAuB,UAAe,EAAA,KAE1C,GAAA,CAAC,sBAAsB,SACnB,MAAA,IAAI,aAAa,uBAAuB,EAG3B,qBAAA,UAAU,MAAM,IAAI,EAEzC,IAAI,wBAAuC,KAE3C,OAAQ,WAAY,CAClB,KAAK,iBAAiB,OACpB,yBACE,MAAM,8BAA8B,kBAClC,IAAI,SACJ,sBAAsB,uBACtB,sBAAsB,oBACtB,sBAAsB,wBACtB,sBAAsB,YACtB,sBAAsB,SACtB,UAAU,MAAM,KAAK,GACrB,sBAAsB,SAExB,GAAA,GACF,MAEF,KAAK,iBAAiB,KACpB,yBACE,MAAM,4BAA4B,gBAChC,IAAI,SACJ,sBAAsB,uBACtB,sBAAsB,oBACtB,sBAAsB,wBACtB,sBAAsB,YACtB,sBAAsB,SACtB,UAAU,MAAM,KAAK,GACrB,sBAAsB,SAExB,GAAA,GACF,MAEF,QACE,MAAM,IAAI,aACR,2BAA2B,WAAW,aAAA,CAE5C,CAEO,OAAA,uBACT,EApDwC,4BAsD3B,wCAA0C,QAAC,CACtD,sBACA,mBACA,SAAW,IACb,IAIM,CACE,MAAA,sBAAwB,IAAI,sBAAsB,QAAQ,EAE5D,OAAA,sBAAsB,OAAS,IACX,sBAAA,uBAAyB,sBAAsB,CAAC,EAAE,IAGtE,mBAAmB,OAAS,IACR,sBAAA,oBAAsB,mBAAmB,CAAC,EAAE,IAG7D,qBACT,EApBuD,0OCzE/B,OACtB,gBACG,CACG,MAAA,aAAe,MAAM,MAAM,MAAM,EACvC,eAAe,YAAY,EAC3B,KAAK,QAAS,YAAY,CAAA,EALJ"}