placementt-core 1.400.295 → 1.400.296

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.
@@ -631,6 +631,8 @@ export type ProviderContactData = {
631
631
  insurance: boolean | "awaitingReview";
632
632
  insuranceSkippedReason?: string;
633
633
  insuranceExpiry?: string;
634
+ accessCode?: string;
635
+ accessExpiry?: string;
634
636
  savedBy?: {
635
637
  [key: string]: {
636
638
  exists: true;
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.295",
5
+ "version": "1.400.296",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -657,6 +657,8 @@ export type ProviderContactData = {
657
657
  insurance: boolean|"awaitingReview",
658
658
  insuranceSkippedReason?: string,
659
659
  insuranceExpiry?: string,
660
+ accessCode?: string,
661
+ accessExpiry?: string,
660
662
  savedBy?: {[key:string]: {
661
663
  exists: true,
662
664
  activities?: null|string[], // IDs of consented activities.