@devizovaburza/mdm-sdk 1.0.1 → 1.1.0
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/v1/index.mjs +2 -1
- package/package.json +1 -1
package/dist/v1/index.mjs
CHANGED
|
@@ -1137,7 +1137,8 @@ const ownerSyncSchema$1 = individualInsertSchema$1.omit({ partyId: true }).exten
|
|
|
1137
1137
|
});
|
|
1138
1138
|
const legalRepresentativeSelectSchema = individualSelectSchema.extend({
|
|
1139
1139
|
dateOfEstablishment: z.string().nullable(),
|
|
1140
|
-
address: addressSelectSchema.nullable()
|
|
1140
|
+
address: addressSelectSchema.nullable(),
|
|
1141
|
+
identityDocuments: z.array(idDocumentSelectSchema).nullable()
|
|
1141
1142
|
});
|
|
1142
1143
|
const ownerSelectSchema = individualSelectSchema.extend({
|
|
1143
1144
|
sharePercentage: z.number().nullable(),
|