placementt-core 1.300.141 → 1.300.142

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.
@@ -1186,6 +1186,7 @@ export type Reminder = {
1186
1186
  export type ProductFeedback = {
1187
1187
  formId: string;
1188
1188
  title: string;
1189
+ description: string;
1189
1190
  product: Products;
1190
1191
  userType: "Staff" | "Students";
1191
1192
  userGroup: "admin" | "all";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.300.141",
5
+ "version": "1.300.142",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1176,6 +1176,7 @@ export type Reminder = {
1176
1176
  export type ProductFeedback = {
1177
1177
  formId: string,
1178
1178
  title: string,
1179
+ description: string,
1179
1180
  product: Products,
1180
1181
  userType: "Staff"|"Students",
1181
1182
  userGroup: "admin"|"all",