sowhat-types 2.1.0 → 2.1.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.mts CHANGED
@@ -487,11 +487,11 @@ interface UpdateProInput {
487
487
  role?: string | null;
488
488
  presentation?: string | null;
489
489
  companyName?: string | null;
490
+ companyWebsite?: string | null;
490
491
  companyDescription?: string | null;
491
492
  certifications?: ProCertificationEnum[] | null;
492
493
  sirenId?: string | null;
493
494
  oriasId?: string | null;
494
- regulation?: string | null;
495
495
  notificationEmail?: string | null;
496
496
  }
497
497
 
@@ -1056,6 +1056,7 @@ interface ProResponse {
1056
1056
  companyImage: string | null;
1057
1057
  companyName: string | null;
1058
1058
  companyDescription: string | null;
1059
+ companyWebsite: string | null;
1059
1060
  sirenId: string | null;
1060
1061
  oriasId: string | null;
1061
1062
  regulation: string | null;
package/dist/index.d.ts CHANGED
@@ -487,11 +487,11 @@ interface UpdateProInput {
487
487
  role?: string | null;
488
488
  presentation?: string | null;
489
489
  companyName?: string | null;
490
+ companyWebsite?: string | null;
490
491
  companyDescription?: string | null;
491
492
  certifications?: ProCertificationEnum[] | null;
492
493
  sirenId?: string | null;
493
494
  oriasId?: string | null;
494
- regulation?: string | null;
495
495
  notificationEmail?: string | null;
496
496
  }
497
497
 
@@ -1056,6 +1056,7 @@ interface ProResponse {
1056
1056
  companyImage: string | null;
1057
1057
  companyName: string | null;
1058
1058
  companyDescription: string | null;
1059
+ companyWebsite: string | null;
1059
1060
  sirenId: string | null;
1060
1061
  oriasId: string | null;
1061
1062
  regulation: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",