@molopos/shared 2.0.63 → 2.0.65

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/enum/index.d.ts CHANGED
@@ -248,6 +248,7 @@ export declare enum ApplicationSectionModuleEnum {
248
248
  Quote = "QUOTE",
249
249
  Product = "PRODUCT",
250
250
  Expense = "EXPENSE",
251
+ Project = "PROJECT",
251
252
  CollaborativeFund = "COLLABORATIVEFUND"
252
253
  }
253
254
  /**
package/enum/index.js CHANGED
@@ -269,6 +269,7 @@ var ApplicationSectionModuleEnum;
269
269
  ApplicationSectionModuleEnum["Quote"] = "QUOTE";
270
270
  ApplicationSectionModuleEnum["Product"] = "PRODUCT";
271
271
  ApplicationSectionModuleEnum["Expense"] = "EXPENSE";
272
+ ApplicationSectionModuleEnum["Project"] = "PROJECT";
272
273
  ApplicationSectionModuleEnum["CollaborativeFund"] = "COLLABORATIVEFUND";
273
274
  })(ApplicationSectionModuleEnum || (exports.ApplicationSectionModuleEnum = ApplicationSectionModuleEnum = {}));
274
275
  /**
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.63","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}
1
+ {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.65","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}