ch-api-client-typescript2 5.14.13 → 5.14.17

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.
@@ -51,6 +51,12 @@ export interface FooterNavigationItemModel {
51
51
  * @memberof FooterNavigationItemModel
52
52
  */
53
53
  'parentId'?: string | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof FooterNavigationItemModel
58
+ */
59
+ 'type'?: string | null;
54
60
  /**
55
61
  *
56
62
  * @type {Array<FooterNavigationItemModel>}
@@ -1 +1 @@
1
- {"version":3,"file":"footer-navigation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/footer-navigation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;CACxD"}
1
+ {"version":3,"file":"footer-navigation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/footer-navigation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;CACxD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.14.13",
3
+ "version": "5.14.17",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -56,6 +56,12 @@ export interface FooterNavigationItemModel {
56
56
  * @memberof FooterNavigationItemModel
57
57
  */
58
58
  'parentId'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof FooterNavigationItemModel
63
+ */
64
+ 'type'?: string | null;
59
65
  /**
60
66
  *
61
67
  * @type {Array<FooterNavigationItemModel>}