ch-admin-api-client-typescript 5.79.1 → 5.79.11

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.
@@ -21,5 +21,11 @@ export interface AiPromptAuthorizedHospitalModel {
21
21
  * @memberof AiPromptAuthorizedHospitalModel
22
22
  */
23
23
  'hospitalId'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AiPromptAuthorizedHospitalModel
28
+ */
29
+ 'hospitalName'?: string | null;
24
30
  }
25
31
  //# sourceMappingURL=ai-prompt-authorized-hospital-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-prompt-authorized-hospital-model.d.ts","sourceRoot":"","sources":["../../src/models/ai-prompt-authorized-hospital-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
1
+ {"version":3,"file":"ai-prompt-authorized-hospital-model.d.ts","sourceRoot":"","sources":["../../src/models/ai-prompt-authorized-hospital-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC"}
@@ -58,5 +58,11 @@ export interface UpdateAiPromptCommand {
58
58
  * @memberof UpdateAiPromptCommand
59
59
  */
60
60
  'tags'?: Array<string> | null;
61
+ /**
62
+ *
63
+ * @type {Array<string>}
64
+ * @memberof UpdateAiPromptCommand
65
+ */
66
+ 'authorizedHospitals'?: Array<string> | null;
61
67
  }
62
68
  //# sourceMappingURL=update-ai-prompt-command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-ai-prompt-command.d.ts","sourceRoot":"","sources":["../../src/models/update-ai-prompt-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACjC"}
1
+ {"version":3,"file":"update-ai-prompt-command.d.ts","sourceRoot":"","sources":["../../src/models/update-ai-prompt-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAChD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.79.1",
3
+ "version": "5.79.11",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",