ch-api-client-typescript2 5.43.1 → 5.43.12

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 HospitalTranslationDocumentModel {
51
51
  * @memberof HospitalTranslationDocumentModel
52
52
  */
53
53
  'SpecialtyNames'?: Array<string> | null;
54
+ /**
55
+ *
56
+ * @type {Array<string>}
57
+ * @memberof HospitalTranslationDocumentModel
58
+ */
59
+ 'HospitalSpecialtyNames'?: Array<string> | null;
54
60
  /**
55
61
  *
56
62
  * @type {Array<string>}
@@ -1 +1 @@
1
- {"version":3,"file":"hospital-translation-document-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-translation-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC/C"}
1
+ {"version":3,"file":"hospital-translation-document-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-translation-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC/C"}
@@ -21,6 +21,8 @@ export declare const UserType: {
21
21
  readonly Manager: "Manager";
22
22
  readonly ChManager: "CHManager";
23
23
  readonly ChAdmin: "CHAdmin";
24
+ readonly ContentManager: "ContentManager";
25
+ readonly PatientManager: "PatientManager";
24
26
  };
25
27
  export type UserType = typeof UserType[keyof typeof UserType];
26
28
  //# sourceMappingURL=user-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-type.d.ts","sourceRoot":"","sources":["../../src/models/user-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,QAAQ;;;;;;;CAOX,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"user-type.d.ts","sourceRoot":"","sources":["../../src/models/user-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;CASX,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC,MAAM,OAAO,QAAQ,CAAC,CAAC"}
@@ -25,5 +25,7 @@ exports.UserType = {
25
25
  Doctor: 'Doctor',
26
26
  Manager: 'Manager',
27
27
  ChManager: 'CHManager',
28
- ChAdmin: 'CHAdmin'
28
+ ChAdmin: 'CHAdmin',
29
+ ContentManager: 'ContentManager',
30
+ PatientManager: 'PatientManager'
29
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.43.1",
3
+ "version": "5.43.12",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -56,6 +56,12 @@ export interface HospitalTranslationDocumentModel {
56
56
  * @memberof HospitalTranslationDocumentModel
57
57
  */
58
58
  'SpecialtyNames'?: Array<string> | null;
59
+ /**
60
+ *
61
+ * @type {Array<string>}
62
+ * @memberof HospitalTranslationDocumentModel
63
+ */
64
+ 'HospitalSpecialtyNames'?: Array<string> | null;
59
65
  /**
60
66
  *
61
67
  * @type {Array<string>}
@@ -26,7 +26,9 @@ export const UserType = {
26
26
  Doctor: 'Doctor',
27
27
  Manager: 'Manager',
28
28
  ChManager: 'CHManager',
29
- ChAdmin: 'CHAdmin'
29
+ ChAdmin: 'CHAdmin',
30
+ ContentManager: 'ContentManager',
31
+ PatientManager: 'PatientManager'
30
32
  } as const;
31
33
 
32
34
  export type UserType = typeof UserType[keyof typeof UserType];