placementt-core 1.400.560 → 1.400.561

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.
@@ -1635,6 +1635,7 @@ export type Parent = {
1635
1635
  sector: string;
1636
1636
  subsector: string;
1637
1637
  businessSize: string;
1638
+ organisationName: string;
1638
1639
  website?: string;
1639
1640
  linkCode: string;
1640
1641
  linkCodeExpiry: string;
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.560",
5
+ "version": "1.400.561",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1586,6 +1586,7 @@ export type Parent = {
1586
1586
  sector: string,
1587
1587
  subsector: string,
1588
1588
  businessSize: string,
1589
+ organisationName: string,
1589
1590
  website?: string,
1590
1591
  linkCode: string,
1591
1592
  linkCodeExpiry: string,