@devizovaburza/mdm-sdk 1.2.3 → 1.2.4

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.
@@ -6271,6 +6271,7 @@ declare const partnerApi: OpenAPIHono<{
6271
6271
  input: {};
6272
6272
  output: {
6273
6273
  message: string;
6274
+ version: string;
6274
6275
  };
6275
6276
  outputFormat: "json";
6276
6277
  status: 200;
@@ -6271,6 +6271,7 @@ declare const partnerApi: OpenAPIHono<{
6271
6271
  input: {};
6272
6272
  output: {
6273
6273
  message: string;
6274
+ version: string;
6274
6275
  };
6275
6276
  outputFormat: "json";
6276
6277
  status: 200;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/mdm-sdk",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",