@autobusal/providers 1.45.1 → 1.45.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/users.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.45.1",
3
+ "version": "1.45.2",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/types/users.ts CHANGED
@@ -81,6 +81,7 @@ export interface ApiDetailsData {
81
81
  operator_code?: string
82
82
  nuis?: string
83
83
  fiscalization_number?: string
84
+ cash_register?: string
84
85
  username?: string
85
86
  password?: string
86
87
  bank_name?: string