@molopos/shared 2.0.35 → 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
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
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.35","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"}}