@devizovaburza/mdm-sdk 2.4.1-canary.2e982a23 → 2.4.1-canary.717fa7b1

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.
@@ -540,6 +540,47 @@ declare const partnerApi: OpenAPIHono<AppEnv, hono_types.MergeSchemaPath<{
540
540
  };
541
541
  };
542
542
  }, "/v1/documents/:documentId"> & hono_types.MergeSchemaPath<{
543
+ "/": {
544
+ $post: {
545
+ input: {};
546
+ output: {
547
+ message: string;
548
+ documentId: string;
549
+ storageUrl: string;
550
+ };
551
+ outputFormat: "json";
552
+ status: 200;
553
+ } | {
554
+ input: {};
555
+ output: {
556
+ message: string;
557
+ };
558
+ outputFormat: "json";
559
+ status: 400;
560
+ } | {
561
+ input: {};
562
+ output: {
563
+ message: string;
564
+ };
565
+ outputFormat: "json";
566
+ status: 411;
567
+ } | {
568
+ input: {};
569
+ output: {
570
+ message: string;
571
+ };
572
+ outputFormat: "json";
573
+ status: 413;
574
+ } | {
575
+ input: {};
576
+ output: {
577
+ message: string;
578
+ };
579
+ outputFormat: "json";
580
+ status: 500;
581
+ };
582
+ };
583
+ }, "/v1/documents/stream"> & hono_types.MergeSchemaPath<{
543
584
  "/": {
544
585
  $post: {
545
586
  input: {};
@@ -540,6 +540,47 @@ declare const partnerApi: OpenAPIHono<AppEnv, hono_types.MergeSchemaPath<{
540
540
  };
541
541
  };
542
542
  }, "/v1/documents/:documentId"> & hono_types.MergeSchemaPath<{
543
+ "/": {
544
+ $post: {
545
+ input: {};
546
+ output: {
547
+ message: string;
548
+ documentId: string;
549
+ storageUrl: string;
550
+ };
551
+ outputFormat: "json";
552
+ status: 200;
553
+ } | {
554
+ input: {};
555
+ output: {
556
+ message: string;
557
+ };
558
+ outputFormat: "json";
559
+ status: 400;
560
+ } | {
561
+ input: {};
562
+ output: {
563
+ message: string;
564
+ };
565
+ outputFormat: "json";
566
+ status: 411;
567
+ } | {
568
+ input: {};
569
+ output: {
570
+ message: string;
571
+ };
572
+ outputFormat: "json";
573
+ status: 413;
574
+ } | {
575
+ input: {};
576
+ output: {
577
+ message: string;
578
+ };
579
+ outputFormat: "json";
580
+ status: 500;
581
+ };
582
+ };
583
+ }, "/v1/documents/stream"> & hono_types.MergeSchemaPath<{
543
584
  "/": {
544
585
  $post: {
545
586
  input: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/mdm-sdk",
3
- "version": "2.4.1-canary.2e982a23",
3
+ "version": "2.4.1-canary.717fa7b1",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",