@devizovaburza/mdm-sdk 2.4.1-canary.26c4f715 → 2.4.1-canary.3a8de3bf

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.
@@ -569,47 +569,6 @@ declare const partnerApi: OpenAPIHono<AppEnv, hono_types.MergeSchemaPath<{
569
569
  };
570
570
  };
571
571
  }, "/v1/documents/upload-url"> & hono_types.MergeSchemaPath<{
572
- "/": {
573
- $post: {
574
- input: {};
575
- output: {
576
- message: string;
577
- documentId: string;
578
- storageUrl: string;
579
- };
580
- outputFormat: "json";
581
- status: 200;
582
- } | {
583
- input: {};
584
- output: {
585
- message: string;
586
- };
587
- outputFormat: "json";
588
- status: 400;
589
- } | {
590
- input: {};
591
- output: {
592
- message: string;
593
- };
594
- outputFormat: "json";
595
- status: 411;
596
- } | {
597
- input: {};
598
- output: {
599
- message: string;
600
- };
601
- outputFormat: "json";
602
- status: 413;
603
- } | {
604
- input: {};
605
- output: {
606
- message: string;
607
- };
608
- outputFormat: "json";
609
- status: 500;
610
- };
611
- };
612
- }, "/v1/documents/stream"> & hono_types.MergeSchemaPath<{
613
572
  "/": {
614
573
  $post: {
615
574
  input: {};
@@ -18084,7 +18043,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
18084
18043
  prosecuted: z.ZodOptional<z.ZodString>;
18085
18044
  location: z.ZodOptional<z.ZodString>;
18086
18045
  fileNumber: z.ZodOptional<z.ZodString>;
18087
- websiteUrl: z.ZodOptional<z.ZodURL>;
18046
+ websiteUrl: z.ZodOptional<z.ZodString>;
18088
18047
  vatPayer: z.ZodOptional<z.ZodBoolean>;
18089
18048
  companyObjectsDescription: z.ZodOptional<z.ZodString>;
18090
18049
  turnover3years: z.ZodOptional<z.ZodNumber>;
@@ -569,47 +569,6 @@ declare const partnerApi: OpenAPIHono<AppEnv, hono_types.MergeSchemaPath<{
569
569
  };
570
570
  };
571
571
  }, "/v1/documents/upload-url"> & hono_types.MergeSchemaPath<{
572
- "/": {
573
- $post: {
574
- input: {};
575
- output: {
576
- message: string;
577
- documentId: string;
578
- storageUrl: string;
579
- };
580
- outputFormat: "json";
581
- status: 200;
582
- } | {
583
- input: {};
584
- output: {
585
- message: string;
586
- };
587
- outputFormat: "json";
588
- status: 400;
589
- } | {
590
- input: {};
591
- output: {
592
- message: string;
593
- };
594
- outputFormat: "json";
595
- status: 411;
596
- } | {
597
- input: {};
598
- output: {
599
- message: string;
600
- };
601
- outputFormat: "json";
602
- status: 413;
603
- } | {
604
- input: {};
605
- output: {
606
- message: string;
607
- };
608
- outputFormat: "json";
609
- status: 500;
610
- };
611
- };
612
- }, "/v1/documents/stream"> & hono_types.MergeSchemaPath<{
613
572
  "/": {
614
573
  $post: {
615
574
  input: {};
@@ -18084,7 +18043,7 @@ declare const partyUpdateInputSchema: z.ZodObject<{
18084
18043
  prosecuted: z.ZodOptional<z.ZodString>;
18085
18044
  location: z.ZodOptional<z.ZodString>;
18086
18045
  fileNumber: z.ZodOptional<z.ZodString>;
18087
- websiteUrl: z.ZodOptional<z.ZodURL>;
18046
+ websiteUrl: z.ZodOptional<z.ZodString>;
18088
18047
  vatPayer: z.ZodOptional<z.ZodBoolean>;
18089
18048
  companyObjectsDescription: z.ZodOptional<z.ZodString>;
18090
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.4.1-canary.26c4f715",
3
+ "version": "2.4.1-canary.3a8de3bf",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",