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.
package/lib/typeDefinitions.d.ts
CHANGED
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -679,8 +679,9 @@ export type ProviderData = {
|
|
|
679
679
|
subsector: string,
|
|
680
680
|
businessSize: string,
|
|
681
681
|
website?: string,
|
|
682
|
-
created?: string
|
|
683
|
-
|
|
682
|
+
created?: string,
|
|
683
|
+
domain: string,
|
|
684
|
+
uploadedBy?: "institute"|"provider"|"student",
|
|
684
685
|
// onboarding?: {
|
|
685
686
|
// hasStaff?: boolean,
|
|
686
687
|
// multipleAddresses?: boolean,
|