sowhat-types 2.0.213 → 2.0.214
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 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -353,7 +353,7 @@ interface UpdateProInput {
|
|
|
353
353
|
presentation?: string | null;
|
|
354
354
|
companyName?: string | null;
|
|
355
355
|
companyDescription?: string | null;
|
|
356
|
-
|
|
356
|
+
sirenId?: string | null;
|
|
357
357
|
amfId?: string | null;
|
|
358
358
|
oriasId?: string | null;
|
|
359
359
|
}
|
|
@@ -641,7 +641,7 @@ interface ProResponse {
|
|
|
641
641
|
companyImage: string | null;
|
|
642
642
|
companyName: string | null;
|
|
643
643
|
companyDescription: string | null;
|
|
644
|
-
|
|
644
|
+
sirenId: string | null;
|
|
645
645
|
amfId: string | null;
|
|
646
646
|
oriasId: string | null;
|
|
647
647
|
updatedAt: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -353,7 +353,7 @@ interface UpdateProInput {
|
|
|
353
353
|
presentation?: string | null;
|
|
354
354
|
companyName?: string | null;
|
|
355
355
|
companyDescription?: string | null;
|
|
356
|
-
|
|
356
|
+
sirenId?: string | null;
|
|
357
357
|
amfId?: string | null;
|
|
358
358
|
oriasId?: string | null;
|
|
359
359
|
}
|
|
@@ -641,7 +641,7 @@ interface ProResponse {
|
|
|
641
641
|
companyImage: string | null;
|
|
642
642
|
companyName: string | null;
|
|
643
643
|
companyDescription: string | null;
|
|
644
|
-
|
|
644
|
+
sirenId: string | null;
|
|
645
645
|
amfId: string | null;
|
|
646
646
|
oriasId: string | null;
|
|
647
647
|
updatedAt: Date;
|