sowhat-types 2.0.252 → 2.0.253

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.mts CHANGED
@@ -964,6 +964,7 @@ interface ProResponse {
964
964
  sirenId: string | null;
965
965
  oriasId: string | null;
966
966
  certifications: ProCertificationEnum[];
967
+ notificationEmail: string | null;
967
968
  updatedAt: Date;
968
969
  createdAt: Date;
969
970
  }
package/dist/index.d.ts CHANGED
@@ -964,6 +964,7 @@ interface ProResponse {
964
964
  sirenId: string | null;
965
965
  oriasId: string | null;
966
966
  certifications: ProCertificationEnum[];
967
+ notificationEmail: string | null;
967
968
  updatedAt: Date;
968
969
  createdAt: Date;
969
970
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.252",
3
+ "version": "2.0.253",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",