placementt-core 1.400.822 → 1.400.823

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.
@@ -685,6 +685,7 @@ export type ProviderData = {
685
685
  businessSize: string;
686
686
  website?: string;
687
687
  created?: string;
688
+ domain: string;
688
689
  uploadedBy?: "institute" | "provider" | "student";
689
690
  } & Address;
690
691
  export type ProviderContactData = {
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.822",
5
+ "version": "1.400.823",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -679,8 +679,9 @@ export type ProviderData = {
679
679
  subsector: string,
680
680
  businessSize: string,
681
681
  website?: string,
682
- created?: string
683
- uploadedBy?: "institute"|"provider"|"student"
682
+ created?: string,
683
+ domain: string,
684
+ uploadedBy?: "institute"|"provider"|"student",
684
685
  // onboarding?: {
685
686
  // hasStaff?: boolean,
686
687
  // multipleAddresses?: boolean,