@moj-bichard7-developers/bichard7-next-data 2.0.15 → 2.0.16

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.
@@ -70,6 +70,7 @@ export declare type OrganisationUnit = {
70
70
  secondLevelName?: string;
71
71
  thirdLevelCode: string;
72
72
  thirdLevelName?: string;
73
+ thirdLevelPsaCode: string;
73
74
  topLevelCode: string;
74
75
  topLevelName: string;
75
76
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moj-bichard7-developers/bichard7-next-data",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "The standing data for Bichard",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/types/types.ts CHANGED
@@ -84,6 +84,7 @@ export type OrganisationUnit = {
84
84
  secondLevelName?: string
85
85
  thirdLevelCode: string
86
86
  thirdLevelName?: string
87
+ thirdLevelPsaCode: string
87
88
  topLevelCode: string
88
89
  topLevelName: string
89
90
  }