ch-admin-api-client-typescript 5.51.0 → 5.53.0

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.
@@ -27,6 +27,12 @@ export interface TranslateCommand {
27
27
  * @memberof TranslateCommand
28
28
  */
29
29
  'languageCodeTo'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof TranslateCommand
34
+ */
35
+ 'content'?: string | null;
30
36
  /**
31
37
  *
32
38
  * @type {boolean}
@@ -35,9 +41,9 @@ export interface TranslateCommand {
35
41
  'isHtml'?: boolean;
36
42
  /**
37
43
  *
38
- * @type {string}
44
+ * @type {boolean}
39
45
  * @memberof TranslateCommand
40
46
  */
41
- 'content'?: string | null;
47
+ 'isDescriptive'?: boolean;
42
48
  }
43
49
  //# sourceMappingURL=translate-command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"translate-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
1
+ {"version":3,"file":"translate-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
@@ -0,0 +1,93 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Gender } from './gender';
13
+ import { UserLanguageInputModel } from './user-language-input-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface UpdateUserCommand
18
+ */
19
+ export interface UpdateUserCommand {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof UpdateUserCommand
24
+ */
25
+ 'email'?: string | null;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof UpdateUserCommand
30
+ */
31
+ 'firstName'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof UpdateUserCommand
36
+ */
37
+ 'lastName'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof UpdateUserCommand
42
+ */
43
+ 'phone'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof UpdateUserCommand
48
+ */
49
+ 'photo'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof UpdateUserCommand
54
+ */
55
+ 'photoThumbnail'?: string | null;
56
+ /**
57
+ *
58
+ * @type {Gender}
59
+ * @memberof UpdateUserCommand
60
+ */
61
+ 'gender'?: Gender;
62
+ /**
63
+ *
64
+ * @type {Date}
65
+ * @memberof UpdateUserCommand
66
+ */
67
+ 'dateOfBirth'?: Date | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof UpdateUserCommand
72
+ */
73
+ 'timeZone'?: string | null;
74
+ /**
75
+ *
76
+ * @type {Array<string>}
77
+ * @memberof UpdateUserCommand
78
+ */
79
+ 'roles'?: Array<string> | null;
80
+ /**
81
+ *
82
+ * @type {Array<UserLanguageInputModel>}
83
+ * @memberof UpdateUserCommand
84
+ */
85
+ 'userLanguages'?: Array<UserLanguageInputModel> | null;
86
+ /**
87
+ *
88
+ * @type {boolean}
89
+ * @memberof UpdateUserCommand
90
+ */
91
+ 'createIdentityAccount'?: boolean | null;
92
+ }
93
+ //# sourceMappingURL=update-user-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-user-command.d.ts","sourceRoot":"","sources":["../../src/models/update-user-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;IACvD;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC5C"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,37 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UserLanguageInputModel
16
+ */
17
+ export interface UserLanguageInputModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UserLanguageInputModel
22
+ */
23
+ 'code'?: string | null;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof UserLanguageInputModel
28
+ */
29
+ 'order'?: number;
30
+ /**
31
+ *
32
+ * @type {boolean}
33
+ * @memberof UserLanguageInputModel
34
+ */
35
+ 'isPrimary'?: boolean;
36
+ }
37
+ //# sourceMappingURL=user-language-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-language-input-model.d.ts","sourceRoot":"","sources":["../../src/models/user-language-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.51.0",
3
+ "version": "5.53.0",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",