placementt-core 1.400.584 → 1.400.586

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.
@@ -813,6 +813,7 @@ export type InstituteData = {
813
813
  };
814
814
  acceptingParents?: boolean;
815
815
  parentDatabaseEmailTemplate?: string;
816
+ publicEventsDescription?: Descendant[];
816
817
  } & Address;
817
818
  export type ExternalActivity = {
818
819
  title?: string;
package/lib/util.js CHANGED
@@ -461,7 +461,7 @@ function buildEmailHTML({ preheader, title, salutation, body, primaryColor = con
461
461
  <tr>
462
462
  <td style="padding:18px 0px 18px 0px; line-height:0px; text-align:inherit; background-color:${primaryColor};" height="100%" valign="top" bgcolor="${primaryColor}" role="module-content">
463
463
  <div>
464
- <div style="font-family: inherit; text-align: center"><a href="http://"><span style="font-size: 12px; color: #ffffff; font-family: inherit">www.careerthread.co.uk</span></a></div>
464
+ <div style="font-family: inherit; text-align: center"><a href="http://careerthread.co.uk"><span style="font-size: 12px; color: #ffffff; font-family: inherit">www.careerthread.co.uk</span></a></div>
465
465
  <div></div>
466
466
  </div>
467
467
  </td>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.584",
5
+ "version": "1.400.586",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -814,6 +814,7 @@ export type InstituteData = {
814
814
  },
815
815
  acceptingParents?: boolean,
816
816
  parentDatabaseEmailTemplate?: string,
817
+ publicEventsDescription?: Descendant[],
817
818
  }&Address;
818
819
 
819
820
  export type ExternalActivity = {
package/src/util.ts CHANGED
@@ -504,7 +504,7 @@ export function buildEmailHTML({preheader, title, salutation, body, primaryColor
504
504
  <tr>
505
505
  <td style="padding:18px 0px 18px 0px; line-height:0px; text-align:inherit; background-color:${primaryColor};" height="100%" valign="top" bgcolor="${primaryColor}" role="module-content">
506
506
  <div>
507
- <div style="font-family: inherit; text-align: center"><a href="http://"><span style="font-size: 12px; color: #ffffff; font-family: inherit">www.careerthread.co.uk</span></a></div>
507
+ <div style="font-family: inherit; text-align: center"><a href="http://careerthread.co.uk"><span style="font-size: 12px; color: #ffffff; font-family: inherit">www.careerthread.co.uk</span></a></div>
508
508
  <div></div>
509
509
  </div>
510
510
  </td>