@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 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(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/mdm-sdk",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "prepare": "bun run build",