@bbitgmbh/bbit.banking-utils
Advanced tools
Comparing version 1.1.1 to 2.0.0
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -28,3 +28,4 @@ export interface IBbitQRBill { | ||
A4 = "a4", | ||
A4_WITHOUT_LINES = "a4-without-lines" | ||
A4_WITHOUT_LINES = "a4-without-lines", | ||
A4_WITH_SEPARATION_HINT = "a4-with-separation-hint" | ||
} | ||
@@ -60,2 +61,3 @@ export declare enum BbitQRBillCurrency { | ||
payableByNameAddr: string; | ||
separationHint?: string; | ||
} |
@@ -10,2 +10,3 @@ "use strict"; | ||
BbitQRBillFormat["A4_WITHOUT_LINES"] = "a4-without-lines"; | ||
BbitQRBillFormat["A4_WITH_SEPARATION_HINT"] = "a4-with-separation-hint"; | ||
})(BbitQRBillFormat = exports.BbitQRBillFormat || (exports.BbitQRBillFormat = {})); | ||
@@ -12,0 +13,0 @@ var BbitQRBillCurrency; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@bbitgmbh/bbit.banking-utils", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -14,14 +14,14 @@ "types": "dist/index.d.js", | ||
"devDependencies": { | ||
"@types/jest": "^27.0.3", | ||
"@types/node": "^16.11.9", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"eslint": "^8.3.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.3.1", | ||
"prettier": "^2.4.1", | ||
"ts-jest": "^27.0.7", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.2" | ||
"@types/jest": "^29.0.0", | ||
"@types/node": "^18.7.14", | ||
"@typescript-eslint/eslint-plugin": "^5.36.1", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"eslint": "^8.23.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^29.0.1", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^28.0.8", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.2" | ||
}, | ||
@@ -28,0 +28,0 @@ "files": [ |
34150
686