ch-admin-api-client-typescript 5.43.20 → 5.45.2

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.
Files changed (113) hide show
  1. package/lib/api/appointments-api.d.ts +52 -52
  2. package/lib/api/appointments-api.js +52 -52
  3. package/lib/api/curation-categories-api.d.ts +385 -0
  4. package/lib/api/curation-categories-api.d.ts.map +1 -0
  5. package/lib/api/{search-curations-api.js → curation-categories-api.js} +192 -175
  6. package/lib/api/curations-api.d.ts +45 -173
  7. package/lib/api/curations-api.d.ts.map +1 -1
  8. package/lib/api/curations-api.js +58 -260
  9. package/lib/api/form-results-api.d.ts +20 -20
  10. package/lib/api/form-results-api.js +20 -20
  11. package/lib/api/patient-affiliations-api.d.ts +8 -8
  12. package/lib/api/patient-affiliations-api.js +8 -8
  13. package/lib/api/patients-api.d.ts +48 -48
  14. package/lib/api/patients-api.js +48 -48
  15. package/lib/api/survey-results-api.d.ts +16 -16
  16. package/lib/api/survey-results-api.js +16 -16
  17. package/lib/api/whats-app-template-media-api.d.ts +321 -0
  18. package/lib/api/whats-app-template-media-api.d.ts.map +1 -0
  19. package/lib/api/whats-app-template-media-api.js +618 -0
  20. package/lib/api.d.ts +2 -1
  21. package/lib/api.d.ts.map +1 -1
  22. package/lib/api.js +2 -1
  23. package/lib/models/chadmin-model.d.ts +0 -7
  24. package/lib/models/chadmin-model.d.ts.map +1 -1
  25. package/lib/models/chmanager-model.d.ts +0 -7
  26. package/lib/models/chmanager-model.d.ts.map +1 -1
  27. package/lib/models/content-manager-model.d.ts +0 -7
  28. package/lib/models/content-manager-model.d.ts.map +1 -1
  29. package/lib/models/create-curation-category-command-translation.d.ts +31 -0
  30. package/lib/models/create-curation-category-command-translation.d.ts.map +1 -0
  31. package/lib/models/create-curation-category-command.d.ts +38 -0
  32. package/lib/models/create-curation-category-command.d.ts.map +1 -0
  33. package/lib/models/create-curation-command-translation.d.ts +37 -0
  34. package/lib/models/create-curation-command-translation.d.ts.map +1 -0
  35. package/lib/models/create-curation-command.d.ts +4 -57
  36. package/lib/models/create-curation-command.d.ts.map +1 -1
  37. package/lib/models/create-doctor-command.d.ts +6 -0
  38. package/lib/models/create-doctor-command.d.ts.map +1 -1
  39. package/lib/models/create-patient-command.d.ts +6 -0
  40. package/lib/models/create-patient-command.d.ts.map +1 -1
  41. package/lib/models/create-whats-app-template-media-command.d.ts +45 -0
  42. package/lib/models/create-whats-app-template-media-command.d.ts.map +1 -0
  43. package/lib/models/curation-categories-model.d.ts +33 -0
  44. package/lib/models/curation-categories-model.d.ts.map +1 -0
  45. package/lib/models/curation-categories-model.js +15 -0
  46. package/lib/models/curation-category-model.d.ts +49 -0
  47. package/lib/models/curation-category-model.d.ts.map +1 -0
  48. package/lib/models/curation-category-model.js +15 -0
  49. package/lib/models/curation-model.d.ts +8 -51
  50. package/lib/models/curation-model.d.ts.map +1 -1
  51. package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts +31 -0
  52. package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts.map +1 -0
  53. package/lib/models/delete-whats-app-template-media-by-tag-command.js +15 -0
  54. package/lib/models/doctor-model.d.ts +0 -7
  55. package/lib/models/doctor-model.d.ts.map +1 -1
  56. package/lib/models/index.d.ts +16 -5
  57. package/lib/models/index.d.ts.map +1 -1
  58. package/lib/models/index.js +16 -5
  59. package/lib/models/manager-model.d.ts +0 -7
  60. package/lib/models/manager-model.d.ts.map +1 -1
  61. package/lib/models/{user-type.js → meta-media-type.d.ts} +8 -14
  62. package/lib/models/meta-media-type.d.ts.map +1 -0
  63. package/lib/models/meta-media-type.js +28 -0
  64. package/lib/models/patient-manager-model.d.ts +0 -7
  65. package/lib/models/patient-manager-model.d.ts.map +1 -1
  66. package/lib/models/patient-model.d.ts +0 -7
  67. package/lib/models/patient-model.d.ts.map +1 -1
  68. package/lib/models/translate-curation-category-command.d.ts +31 -0
  69. package/lib/models/translate-curation-category-command.d.ts.map +1 -0
  70. package/lib/models/translate-curation-category-command.js +15 -0
  71. package/lib/models/translate-curation-command.d.ts +0 -13
  72. package/lib/models/translate-curation-command.d.ts.map +1 -1
  73. package/lib/models/update-curation-category-command-translation.d.ts +31 -0
  74. package/lib/models/update-curation-category-command-translation.d.ts.map +1 -0
  75. package/lib/models/update-curation-category-command-translation.js +15 -0
  76. package/lib/models/update-curation-category-command.d.ts +44 -0
  77. package/lib/models/update-curation-category-command.d.ts.map +1 -0
  78. package/lib/models/update-curation-category-command.js +15 -0
  79. package/lib/models/update-curation-command-translation.d.ts +37 -0
  80. package/lib/models/update-curation-command-translation.d.ts.map +1 -0
  81. package/lib/models/update-curation-command-translation.js +15 -0
  82. package/lib/models/update-curation-command.d.ts +5 -46
  83. package/lib/models/update-curation-command.d.ts.map +1 -1
  84. package/lib/models/user-model.d.ts +0 -7
  85. package/lib/models/user-model.d.ts.map +1 -1
  86. package/lib/models/whats-app-template-media-item-model.d.ts +76 -0
  87. package/lib/models/whats-app-template-media-item-model.d.ts.map +1 -0
  88. package/lib/models/whats-app-template-media-item-model.js +15 -0
  89. package/lib/models/whats-app-template-media-model.d.ts +76 -0
  90. package/lib/models/whats-app-template-media-model.d.ts.map +1 -0
  91. package/lib/models/whats-app-template-media-model.js +15 -0
  92. package/lib/models/{search-curation-primary-item-model.d.ts → whats-app-template-media-tags-model.d.ts} +7 -7
  93. package/lib/models/whats-app-template-media-tags-model.d.ts.map +1 -0
  94. package/lib/models/whats-app-template-media-tags-model.js +15 -0
  95. package/lib/models/whats-app-template-medias-model.d.ts +33 -0
  96. package/lib/models/whats-app-template-medias-model.d.ts.map +1 -0
  97. package/lib/models/whats-app-template-medias-model.js +15 -0
  98. package/package.json +1 -1
  99. package/lib/api/search-curations-api.d.ts +0 -364
  100. package/lib/api/search-curations-api.d.ts.map +0 -1
  101. package/lib/models/save-search-curations-command.d.ts +0 -26
  102. package/lib/models/save-search-curations-command.d.ts.map +0 -1
  103. package/lib/models/search-curation-item-input-model.d.ts +0 -92
  104. package/lib/models/search-curation-item-input-model.d.ts.map +0 -1
  105. package/lib/models/search-curation-item-model.d.ts +0 -98
  106. package/lib/models/search-curation-item-model.d.ts.map +0 -1
  107. package/lib/models/search-curation-primary-item-model.d.ts.map +0 -1
  108. package/lib/models/user-type.d.ts +0 -28
  109. package/lib/models/user-type.d.ts.map +0 -1
  110. /package/lib/models/{save-search-curations-command.js → create-curation-category-command-translation.js} +0 -0
  111. /package/lib/models/{search-curation-item-input-model.js → create-curation-category-command.js} +0 -0
  112. /package/lib/models/{search-curation-item-model.js → create-curation-command-translation.js} +0 -0
  113. /package/lib/models/{search-curation-primary-item-model.js → create-whats-app-template-media-command.js} +0 -0
@@ -0,0 +1,44 @@
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 { UpdateCurationCategoryCommandTranslation } from './update-curation-category-command-translation';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface UpdateCurationCategoryCommand
17
+ */
18
+ export interface UpdateCurationCategoryCommand {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof UpdateCurationCategoryCommand
23
+ */
24
+ 'curationCategoryId'?: string;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof UpdateCurationCategoryCommand
29
+ */
30
+ 'order'?: number;
31
+ /**
32
+ *
33
+ * @type {boolean}
34
+ * @memberof UpdateCurationCategoryCommand
35
+ */
36
+ 'isPublished'?: boolean;
37
+ /**
38
+ *
39
+ * @type {UpdateCurationCategoryCommandTranslation}
40
+ * @memberof UpdateCurationCategoryCommand
41
+ */
42
+ 'translation'?: UpdateCurationCategoryCommandTranslation;
43
+ }
44
+ //# sourceMappingURL=update-curation-category-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-curation-category-command.d.ts","sourceRoot":"","sources":["../../src/models/update-curation-category-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAE1G;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,wCAAwC,CAAC;CAC5D"}
@@ -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 UpdateCurationCommandTranslation
16
+ */
17
+ export interface UpdateCurationCommandTranslation {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpdateCurationCommandTranslation
22
+ */
23
+ 'languageCode'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UpdateCurationCommandTranslation
28
+ */
29
+ 'title'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof UpdateCurationCommandTranslation
34
+ */
35
+ 'url'?: string | null;
36
+ }
37
+ //# sourceMappingURL=update-curation-command-translation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-curation-command-translation.d.ts","sourceRoot":"","sources":["../../src/models/update-curation-command-translation.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,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 });
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { UpdateCurationCommandTranslation } from './update-curation-command-translation';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -20,49 +21,7 @@ export interface UpdateCurationCommand {
20
21
  * @type {string}
21
22
  * @memberof UpdateCurationCommand
22
23
  */
23
- 'languageCode'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof UpdateCurationCommand
28
- */
29
- 'title'?: string | null;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof UpdateCurationCommand
34
- */
35
- 'searchTerm'?: string | null;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof UpdateCurationCommand
40
- */
41
- 'slug'?: string | null;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof UpdateCurationCommand
46
- */
47
- 'url'?: string | null;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof UpdateCurationCommand
52
- */
53
- 'description'?: string | null;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof UpdateCurationCommand
58
- */
59
- 'overview'?: string | null;
60
- /**
61
- *
62
- * @type {string}
63
- * @memberof UpdateCurationCommand
64
- */
65
- 'content'?: string | null;
24
+ 'curationCategoryId'?: string;
66
25
  /**
67
26
  *
68
27
  * @type {string}
@@ -80,12 +39,12 @@ export interface UpdateCurationCommand {
80
39
  * @type {number}
81
40
  * @memberof UpdateCurationCommand
82
41
  */
83
- 'order'?: number | null;
42
+ 'order'?: number;
84
43
  /**
85
44
  *
86
- * @type {boolean}
45
+ * @type {UpdateCurationCommandTranslation}
87
46
  * @memberof UpdateCurationCommand
88
47
  */
89
- 'isConfirmed'?: boolean;
48
+ 'translation'?: UpdateCurationCommandTranslation;
90
49
  }
91
50
  //# sourceMappingURL=update-curation-command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-curation-command.d.ts","sourceRoot":"","sources":["../../src/models/update-curation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
1
+ {"version":3,"file":"update-curation-command.d.ts","sourceRoot":"","sources":["../../src/models/update-curation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gCAAgC,EAAE,MAAM,uCAAuC,CAAC;AAEzF;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,CAAC,EAAE,gCAAgC,CAAC;CACpD"}
@@ -12,7 +12,6 @@
12
12
  import { AuditableEntityModel } from './auditable-entity-model';
13
13
  import { Gender } from './gender';
14
14
  import { UserLanguageModel } from './user-language-model';
15
- import { UserType } from './user-type';
16
15
  /**
17
16
  *
18
17
  * @export
@@ -103,12 +102,6 @@ export interface UserModel {
103
102
  * @memberof UserModel
104
103
  */
105
104
  'auditableEntity'?: AuditableEntityModel;
106
- /**
107
- *
108
- * @type {UserType}
109
- * @memberof UserModel
110
- */
111
- 'userType'?: UserType;
112
105
  /**
113
106
  *
114
107
  * @type {Array<UserLanguageModel>}
@@ -1 +1 @@
1
- {"version":3,"file":"user-model.d.ts","sourceRoot":"","sources":["../../src/models/user-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;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,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,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;CACjD"}
1
+ {"version":3,"file":"user-model.d.ts","sourceRoot":"","sources":["../../src/models/user-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;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,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,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;CACjD"}
@@ -0,0 +1,76 @@
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 { AuditableEntityModel } from './auditable-entity-model';
13
+ import { MetaMediaType } from './meta-media-type';
14
+ import { WhatsAppTemplateMediaTagsModel } from './whats-app-template-media-tags-model';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface WhatsAppTemplateMediaItemModel
19
+ */
20
+ export interface WhatsAppTemplateMediaItemModel {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof WhatsAppTemplateMediaItemModel
25
+ */
26
+ 'id'?: string;
27
+ /**
28
+ *
29
+ * @type {string}
30
+ * @memberof WhatsAppTemplateMediaItemModel
31
+ */
32
+ 'templateId'?: string | null;
33
+ /**
34
+ *
35
+ * @type {MetaMediaType}
36
+ * @memberof WhatsAppTemplateMediaItemModel
37
+ */
38
+ 'metaMediaType'?: MetaMediaType;
39
+ /**
40
+ *
41
+ * @type {string}
42
+ * @memberof WhatsAppTemplateMediaItemModel
43
+ */
44
+ 'url'?: string | null;
45
+ /**
46
+ *
47
+ * @type {string}
48
+ * @memberof WhatsAppTemplateMediaItemModel
49
+ */
50
+ 'thumbnailUrl'?: string | null;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof WhatsAppTemplateMediaItemModel
55
+ */
56
+ 'extension'?: string | null;
57
+ /**
58
+ *
59
+ * @type {string}
60
+ * @memberof WhatsAppTemplateMediaItemModel
61
+ */
62
+ 'fileName'?: string | null;
63
+ /**
64
+ *
65
+ * @type {Array<WhatsAppTemplateMediaTagsModel>}
66
+ * @memberof WhatsAppTemplateMediaItemModel
67
+ */
68
+ 'templateMediaTags'?: Array<WhatsAppTemplateMediaTagsModel> | null;
69
+ /**
70
+ *
71
+ * @type {AuditableEntityModel}
72
+ * @memberof WhatsAppTemplateMediaItemModel
73
+ */
74
+ 'auditableEntity'?: AuditableEntityModel;
75
+ }
76
+ //# sourceMappingURL=whats-app-template-media-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"whats-app-template-media-item-model.d.ts","sourceRoot":"","sources":["../../src/models/whats-app-template-media-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGlD,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC;IACnE;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,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,76 @@
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 { AuditableEntityModel } from './auditable-entity-model';
13
+ import { MetaMediaType } from './meta-media-type';
14
+ import { WhatsAppTemplateMediaTagsModel } from './whats-app-template-media-tags-model';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface WhatsAppTemplateMediaModel
19
+ */
20
+ export interface WhatsAppTemplateMediaModel {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof WhatsAppTemplateMediaModel
25
+ */
26
+ 'id'?: string;
27
+ /**
28
+ *
29
+ * @type {string}
30
+ * @memberof WhatsAppTemplateMediaModel
31
+ */
32
+ 'templateId'?: string | null;
33
+ /**
34
+ *
35
+ * @type {MetaMediaType}
36
+ * @memberof WhatsAppTemplateMediaModel
37
+ */
38
+ 'metaMediaType'?: MetaMediaType;
39
+ /**
40
+ *
41
+ * @type {string}
42
+ * @memberof WhatsAppTemplateMediaModel
43
+ */
44
+ 'url'?: string | null;
45
+ /**
46
+ *
47
+ * @type {string}
48
+ * @memberof WhatsAppTemplateMediaModel
49
+ */
50
+ 'thumbnailUrl'?: string | null;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof WhatsAppTemplateMediaModel
55
+ */
56
+ 'extension'?: string | null;
57
+ /**
58
+ *
59
+ * @type {string}
60
+ * @memberof WhatsAppTemplateMediaModel
61
+ */
62
+ 'fileName'?: string | null;
63
+ /**
64
+ *
65
+ * @type {Array<WhatsAppTemplateMediaTagsModel>}
66
+ * @memberof WhatsAppTemplateMediaModel
67
+ */
68
+ 'templateMediaTags'?: Array<WhatsAppTemplateMediaTagsModel> | null;
69
+ /**
70
+ *
71
+ * @type {AuditableEntityModel}
72
+ * @memberof WhatsAppTemplateMediaModel
73
+ */
74
+ 'auditableEntity'?: AuditableEntityModel;
75
+ }
76
+ //# sourceMappingURL=whats-app-template-media-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"whats-app-template-media-model.d.ts","sourceRoot":"","sources":["../../src/models/whats-app-template-media-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAGlD,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC;IACnE;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,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 });
@@ -12,20 +12,20 @@
12
12
  /**
13
13
  *
14
14
  * @export
15
- * @interface SearchCurationPrimaryItemModel
15
+ * @interface WhatsAppTemplateMediaTagsModel
16
16
  */
17
- export interface SearchCurationPrimaryItemModel {
17
+ export interface WhatsAppTemplateMediaTagsModel {
18
18
  /**
19
19
  *
20
20
  * @type {string}
21
- * @memberof SearchCurationPrimaryItemModel
21
+ * @memberof WhatsAppTemplateMediaTagsModel
22
22
  */
23
- 'id'?: string | null;
23
+ 'key'?: string | null;
24
24
  /**
25
25
  *
26
26
  * @type {string}
27
- * @memberof SearchCurationPrimaryItemModel
27
+ * @memberof WhatsAppTemplateMediaTagsModel
28
28
  */
29
- 'name'?: string | null;
29
+ 'value'?: string | null;
30
30
  }
31
- //# sourceMappingURL=search-curation-primary-item-model.d.ts.map
31
+ //# sourceMappingURL=whats-app-template-media-tags-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"whats-app-template-media-tags-model.d.ts","sourceRoot":"","sources":["../../src/models/whats-app-template-media-tags-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B"}
@@ -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,33 @@
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 { PagedListMetaData } from './paged-list-meta-data';
13
+ import { WhatsAppTemplateMediaItemModel } from './whats-app-template-media-item-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface WhatsAppTemplateMediasModel
18
+ */
19
+ export interface WhatsAppTemplateMediasModel {
20
+ /**
21
+ *
22
+ * @type {Array<WhatsAppTemplateMediaItemModel>}
23
+ * @memberof WhatsAppTemplateMediasModel
24
+ */
25
+ 'items'?: Array<WhatsAppTemplateMediaItemModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof WhatsAppTemplateMediasModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=whats-app-template-medias-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"whats-app-template-medias-model.d.ts","sourceRoot":"","sources":["../../src/models/whats-app-template-medias-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AAEvF;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC;IACvD;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -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.43.20",
3
+ "version": "5.45.2",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",