@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.
- package/dist/v1/index.d.mts +1 -1
- package/dist/v1/index.d.ts +1 -1
- package/dist/v1/index.mjs +1 -1
- package/package.json +1 -1
package/dist/v1/index.d.mts
CHANGED
|
@@ -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.
|
|
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.d.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
1074
|
+
websiteUrl: z.string().optional(),
|
|
1075
1075
|
vatPayer: z.boolean().optional(),
|
|
1076
1076
|
companyObjectsDescription: z.string().optional(),
|
|
1077
1077
|
turnover3years: z.number().optional(),
|