@lyxa.ai/core 1.4.71 → 1.4.73

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.
@@ -23,4 +23,4 @@ __decorate([
23
23
  (0, typegoose_1.prop)({ required: true, ref: () => service_package_model_1.ServicePackage }),
24
24
  __metadata("design:type", Object)
25
25
  ], ServicePackageReview.prototype, "servicePackage", void 0);
26
- //# sourceMappingURL=service-package.review.model.js.map
26
+ //# sourceMappingURL=service-package-review.model.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"service-package.review.model.js","sourceRoot":"/","sources":["libraries/mongo/models/providers/service-package.review.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAiD;AACjD,qDAAwD;AACxD,kDAAyC;AACzC,oEAA0D;AAE1D,MAAa,oBAAqB,SAAQ,qBAAM;IACxC,UAAU,GAAG,iBAAU,CAAC,eAAwB,CAAC;IAGjD,cAAc,CAAuB;CAC5C;AALD,oDAKC;AADO;IADN,IAAA,gBAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,sCAAc,EAAE,CAAC;;4DACR","sourcesContent":["import { prop, Ref } from '@typegoose/typegoose';\nimport { ReviewType } from '../../../../utilities/enum';\nimport { Review } from '../review.model';\nimport { ServicePackage } from '../service-package.model';\n\nexport class ServicePackageReview extends Review {\n\tpublic reviewType = ReviewType.SERVICE_PACKAGE as const;\n\n\t@prop({ required: true, ref: () => ServicePackage })\n\tpublic servicePackage!: Ref<ServicePackage>;\n}\n"]}
1
+ {"version":3,"file":"service-package-review.model.js","sourceRoot":"/","sources":["libraries/mongo/models/providers/service-package-review.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAiD;AACjD,qDAAwD;AACxD,kDAAyC;AACzC,oEAA0D;AAE1D,MAAa,oBAAqB,SAAQ,qBAAM;IACxC,UAAU,GAAG,iBAAU,CAAC,eAAwB,CAAC;IAGjD,cAAc,CAAuB;CAC5C;AALD,oDAKC;AADO;IADN,IAAA,gBAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,sCAAc,EAAE,CAAC;;4DACR","sourcesContent":["import { prop, Ref } from '@typegoose/typegoose';\nimport { ReviewType } from '../../../../utilities/enum';\nimport { Review } from '../review.model'; \nimport { ServicePackage } from '../service-package.model';\n\nexport class ServicePackageReview extends Review {\n\tpublic reviewType = ReviewType.SERVICE_PACKAGE as const;\n\n\t@prop({ required: true, ref: () => ServicePackage })\n\tpublic servicePackage!: Ref<ServicePackage>;\n}\n"]}
@@ -22,7 +22,7 @@ Perfect for sharing types between frontend and backend applications.
22
22
 
23
23
  ## Version
24
24
 
25
- Version: 1.4.71
25
+ Version: 1.4.73
26
26
 
27
27
  ## Dependencies
28
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/types",
3
- "version": "1.4.71",
3
+ "version": "1.4.73",
4
4
  "description": "Lyxa type definitions and validation schemas for both frontend and backend",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/core",
3
- "version": "1.4.71",
3
+ "version": "1.4.73",
4
4
  "description": "The Core system of the Lyxa services.",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",
@@ -31,6 +31,7 @@
31
31
  "@google-cloud/secret-manager": "^5.6.0",
32
32
  "@mapbox/polyline": "^1.2.1",
33
33
  "@typegoose/typegoose": "^12.10.1",
34
+ "mongoose": "^8.13.0",
34
35
  "@types/node": "^22.10.2",
35
36
  "@types/twilio": "^3.19.3",
36
37
  "amqp-connection-manager": "^5.0.0",