@devizovaburza/payments-api-sdk 1.2.1 → 1.3.1

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.
@@ -171,6 +171,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
171
171
  input: {};
172
172
  output: {
173
173
  message: string;
174
+ version: string;
174
175
  };
175
176
  outputFormat: "json";
176
177
  status: 200;
@@ -171,6 +171,7 @@ declare const createPartnerApiClient: (...args: Parameters<typeof hc>) => {
171
171
  input: {};
172
172
  output: {
173
173
  message: string;
174
+ version: string;
174
175
  };
175
176
  outputFormat: "json";
176
177
  status: 200;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/payments-api-sdk",
3
- "version": "1.2.1",
3
+ "version": "1.3.1",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",