sowhat-types 2.0.266 → 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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
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;
|