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 CHANGED
@@ -353,7 +353,7 @@ interface UpdateProInput {
353
353
  presentation?: string | null;
354
354
  companyName?: string | null;
355
355
  companyDescription?: string | null;
356
- sirendId?: string | null;
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
- sirendId: string | null;
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
- sirendId?: string | null;
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
- sirendId: string | null;
644
+ sirenId: string | null;
645
645
  amfId: string | null;
646
646
  oriasId: string | null;
647
647
  updatedAt: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.213",
3
+ "version": "2.0.214",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",