@devizovaburza/mdm-sdk 2.5.3 → 2.5.5

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.
@@ -18043,7 +18043,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
18043
18043
  prosecuted: z.ZodOptional<z.ZodString>;
18044
18044
  location: z.ZodOptional<z.ZodString>;
18045
18045
  fileNumber: z.ZodOptional<z.ZodString>;
18046
- websiteUrl: z.ZodOptional<z.ZodURL>;
18046
+ websiteUrl: z.ZodOptional<z.ZodString>;
18047
18047
  vatPayer: z.ZodOptional<z.ZodBoolean>;
18048
18048
  companyObjectsDescription: z.ZodOptional<z.ZodString>;
18049
18049
  turnover3years: z.ZodOptional<z.ZodNumber>;
@@ -18043,7 +18043,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
18043
18043
  prosecuted: z.ZodOptional<z.ZodString>;
18044
18044
  location: z.ZodOptional<z.ZodString>;
18045
18045
  fileNumber: z.ZodOptional<z.ZodString>;
18046
- websiteUrl: z.ZodOptional<z.ZodURL>;
18046
+ websiteUrl: z.ZodOptional<z.ZodString>;
18047
18047
  vatPayer: z.ZodOptional<z.ZodBoolean>;
18048
18048
  companyObjectsDescription: z.ZodOptional<z.ZodString>;
18049
18049
  turnover3years: z.ZodOptional<z.ZodNumber>;
package/dist/v1/index.mjs CHANGED
@@ -1071,7 +1071,7 @@ const organizationUpdateSchema = z.object({
1071
1071
  prosecuted: z.string().optional(),
1072
1072
  location: z.string().optional(),
1073
1073
  fileNumber: z.string().optional(),
1074
- websiteUrl: z.url("Invalid website URL").optional(),
1074
+ websiteUrl: z.string().optional(),
1075
1075
  vatPayer: z.boolean().optional(),
1076
1076
  companyObjectsDescription: z.string().optional(),
1077
1077
  turnover3years: z.number().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/mdm-sdk",
3
- "version": "2.5.3",
3
+ "version": "2.5.5",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",