@molopos/shared 2.0.34 → 2.0.36

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
@@ -66,7 +66,8 @@ export declare enum QueryTypeEnum {
66
66
  Subcategory = "SUBCATEGORY",
67
67
  ExpenseItem = "EXPENSEITEM",
68
68
  Organization = "ORGANIZATION",
69
- ApplicationSection = "APPLICATIONSECTION"
69
+ ApplicationSection = "APPLICATIONSECTION",
70
+ CollaborativeFund = "COLLABORATIVEFUND"
70
71
  }
71
72
  /**
72
73
  * Activity model enum
@@ -284,5 +285,5 @@ export declare enum SectionStatusEnum {
284
285
  */
285
286
  export declare enum ExpenseModuleEnum {
286
287
  Expense = "EXPENSE",
287
- Investment = "INVESTMENT"
288
+ CollaborativeFund = "COLLABORATIVEFUND"
288
289
  }
package/enum/index.js CHANGED
@@ -75,6 +75,7 @@ var QueryTypeEnum;
75
75
  QueryTypeEnum["ExpenseItem"] = "EXPENSEITEM";
76
76
  QueryTypeEnum["Organization"] = "ORGANIZATION";
77
77
  QueryTypeEnum["ApplicationSection"] = "APPLICATIONSECTION";
78
+ QueryTypeEnum["CollaborativeFund"] = "COLLABORATIVEFUND";
78
79
  })(QueryTypeEnum || (exports.QueryTypeEnum = QueryTypeEnum = {}));
79
80
  /**
80
81
  * Activity model enum
@@ -311,5 +312,5 @@ var SectionStatusEnum;
311
312
  var ExpenseModuleEnum;
312
313
  (function (ExpenseModuleEnum) {
313
314
  ExpenseModuleEnum["Expense"] = "EXPENSE";
314
- ExpenseModuleEnum["Investment"] = "INVESTMENT";
315
+ ExpenseModuleEnum["CollaborativeFund"] = "COLLABORATIVEFUND";
315
316
  })(ExpenseModuleEnum || (exports.ExpenseModuleEnum = ExpenseModuleEnum = {}));
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.34","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.3.0","luxon":"^3.7.2"}}
1
+ {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.36","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.3.0","luxon":"^3.7.2"}}