@devizovaburza/mdm-sdk 2.5.2 → 2.5.3

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: {};
@@ -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: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/mdm-sdk",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",