sowhat-types 2.0.213 → 2.0.215
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 -3
- package/dist/index.d.ts +2 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -345,7 +345,6 @@ interface UpdateOtherAssetInput {
|
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
interface UpdateProInput {
|
|
348
|
-
id: string;
|
|
349
348
|
clerkId: string;
|
|
350
349
|
firstName?: string | null;
|
|
351
350
|
lastName?: string | null;
|
|
@@ -353,7 +352,7 @@ interface UpdateProInput {
|
|
|
353
352
|
presentation?: string | null;
|
|
354
353
|
companyName?: string | null;
|
|
355
354
|
companyDescription?: string | null;
|
|
356
|
-
|
|
355
|
+
sirenId?: string | null;
|
|
357
356
|
amfId?: string | null;
|
|
358
357
|
oriasId?: string | null;
|
|
359
358
|
}
|
|
@@ -641,7 +640,7 @@ interface ProResponse {
|
|
|
641
640
|
companyImage: string | null;
|
|
642
641
|
companyName: string | null;
|
|
643
642
|
companyDescription: string | null;
|
|
644
|
-
|
|
643
|
+
sirenId: string | null;
|
|
645
644
|
amfId: string | null;
|
|
646
645
|
oriasId: string | null;
|
|
647
646
|
updatedAt: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -345,7 +345,6 @@ interface UpdateOtherAssetInput {
|
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
interface UpdateProInput {
|
|
348
|
-
id: string;
|
|
349
348
|
clerkId: string;
|
|
350
349
|
firstName?: string | null;
|
|
351
350
|
lastName?: string | null;
|
|
@@ -353,7 +352,7 @@ interface UpdateProInput {
|
|
|
353
352
|
presentation?: string | null;
|
|
354
353
|
companyName?: string | null;
|
|
355
354
|
companyDescription?: string | null;
|
|
356
|
-
|
|
355
|
+
sirenId?: string | null;
|
|
357
356
|
amfId?: string | null;
|
|
358
357
|
oriasId?: string | null;
|
|
359
358
|
}
|
|
@@ -641,7 +640,7 @@ interface ProResponse {
|
|
|
641
640
|
companyImage: string | null;
|
|
642
641
|
companyName: string | null;
|
|
643
642
|
companyDescription: string | null;
|
|
644
|
-
|
|
643
|
+
sirenId: string | null;
|
|
645
644
|
amfId: string | null;
|
|
646
645
|
oriasId: string | null;
|
|
647
646
|
updatedAt: Date;
|