@gandalan/weblibs 1.5.35 → 1.5.37

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.
@@ -9,7 +9,6 @@
9
9
  * @typedef {Object} BerechtigungDTO
10
10
  * @property {string} Code
11
11
  * @property {string} ErklaerungsText
12
- * @property {string} Level
13
12
  */
14
13
 
15
14
  /**
package/index.d.ts CHANGED
@@ -790,7 +790,6 @@ export type BerechnungResultDTO = {
790
790
  export type BerechtigungDTO = {
791
791
  Code: string;
792
792
  ErklaerungsText: string;
793
- Level: string;
794
793
  };
795
794
 
796
795
  export type BestellungListItemDTO = BaseListItemDTO;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gandalan/weblibs",
3
- "version": "1.5.35",
3
+ "version": "1.5.37",
4
4
  "description": "WebLibs for Gandalan JS/TS projects",
5
5
  "keywords": [
6
6
  "gandalan"
@@ -34,6 +34,7 @@
34
34
  "globals": "^15.15.0"
35
35
  },
36
36
  "publishConfig": {
37
- "access": "public"
37
+ "access": "public",
38
+ "registry": "https://registry.npmjs.org/"
38
39
  }
39
40
  }