@ministryofjustice/hmpps-prison-permissions-lib 0.2.0 → 0.2.1
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/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -414,20 +414,20 @@ declare const sentenceAndOffenceDomainPermissionPaths: Record<SentenceAndOffence
|
|
|
414
414
|
|
|
415
415
|
declare const personInterventionsPermissionPaths: Record<PersonInterventionsPermission, Path<PrisonerPermissions>>;
|
|
416
416
|
|
|
417
|
-
declare const corePersonRecordPermissionPaths: Record<CorePersonRecordPermission, Path<PrisonerPermissions>>;
|
|
418
|
-
|
|
419
417
|
declare const caseNotesPermissionPaths: Record<CaseNotesPermission, Path<PrisonerPermissions>>;
|
|
420
418
|
|
|
419
|
+
declare const corePersonRecordPermissionPaths: Record<CorePersonRecordPermission, Path<PrisonerPermissions>>;
|
|
420
|
+
|
|
421
421
|
declare const personHealthAndMedicationPermissionPaths: Record<PersonHealthAndMedicationPermission, Path<PrisonerPermissions>>;
|
|
422
422
|
|
|
423
423
|
declare const personProtectedCharacteristicsPermissionPaths: Record<PersonProtectedCharacteristicsPermission, Path<PrisonerPermissions>>;
|
|
424
424
|
|
|
425
|
+
declare const personCommunicationNeedsPermissionPaths: Record<PersonCommunicationNeedsPermission, Path<PrisonerPermissions>>;
|
|
426
|
+
|
|
425
427
|
declare const personalRelationshipsPermissionPaths: Record<PersonalRelationshipsPermission, Path<PrisonerPermissions>>;
|
|
426
428
|
|
|
427
429
|
declare const personPrisonCategoryPermissionPaths: Record<PersonPrisonCategoryPermission, Path<PrisonerPermissions>>;
|
|
428
430
|
|
|
429
|
-
declare const personCommunicationNeedsPermissionPaths: Record<PersonCommunicationNeedsPermission, Path<PrisonerPermissions>>;
|
|
430
|
-
|
|
431
431
|
declare const prisonerAdjudicationsPermissionPaths: Record<PrisonerAdjudicationsPermission, Path<PrisonerPermissions>>;
|
|
432
432
|
|
|
433
433
|
declare const prisonerAlertsPermissionPaths: Record<PrisonerAlertsPermission, Path<PrisonerPermissions>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ministryofjustice/hmpps-prison-permissions-lib",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "A library to centralise the process of determining whether a user should have access to create/read/update/delete a prison resource, for example, accessing a prisoner's Prisoner Profile.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hmpps",
|