@konplit-services/common 1.0.216 → 1.0.218

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.
@@ -6,4 +6,3 @@ var ACCOUNT_BALANCE_TYPE;
6
6
  ACCOUNT_BALANCE_TYPE["ledger"] = "ledger";
7
7
  ACCOUNT_BALANCE_TYPE["main"] = "main";
8
8
  })(ACCOUNT_BALANCE_TYPE = exports.ACCOUNT_BALANCE_TYPE || (exports.ACCOUNT_BALANCE_TYPE = {}));
9
- // commit
@@ -11,9 +11,9 @@ const configureSwagger = (app, paths) => {
11
11
  definition: {
12
12
  openapi: "3.1.0",
13
13
  info: {
14
- title: "Konplit Payment System Documentation",
14
+ title: "Valuepay Payment System Documentation",
15
15
  version: "1.0.0",
16
- description: "This is a complete API definition for the Konplit payment system documented with Swagger",
16
+ description: "This is a complete API definition for the Valuepay payment system documented with Swagger",
17
17
  license: {
18
18
  name: "IEC Code Components End-user licence agreement",
19
19
  url: "https://spdx.org/licenses/IEC-Code-Components-EULA.html",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.216",
3
+ "version": "1.0.218",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",