ch-admin-api-client-typescript 5.34.0 → 5.35.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 (117) hide show
  1. package/lib/api/form-results-api.d.ts +366 -0
  2. package/lib/api/form-results-api.d.ts.map +1 -0
  3. package/lib/api/form-results-api.js +567 -0
  4. package/lib/api/form-templates-api.d.ts +431 -0
  5. package/lib/api/form-templates-api.d.ts.map +1 -0
  6. package/lib/api/form-templates-api.js +715 -0
  7. package/lib/api/message-webhooks-api.d.ts +55 -9
  8. package/lib/api/message-webhooks-api.d.ts.map +1 -1
  9. package/lib/api/message-webhooks-api.js +95 -10
  10. package/lib/api.d.ts +2 -0
  11. package/lib/api.d.ts.map +1 -1
  12. package/lib/api.js +2 -0
  13. package/lib/models/form-field-input-model.d.ts +92 -0
  14. package/lib/models/form-field-input-model.d.ts.map +1 -0
  15. package/lib/models/form-field-model.d.ts +98 -0
  16. package/lib/models/form-field-model.d.ts.map +1 -0
  17. package/lib/models/form-field-model.js +15 -0
  18. package/lib/models/form-field-option-input-model.d.ts +49 -0
  19. package/lib/models/form-field-option-input-model.d.ts.map +1 -0
  20. package/lib/models/form-field-option-input-model.js +15 -0
  21. package/lib/models/form-field-option-model.d.ts +55 -0
  22. package/lib/models/form-field-option-model.d.ts.map +1 -0
  23. package/lib/models/form-field-option-model.js +15 -0
  24. package/lib/models/form-result-field-model.d.ts +86 -0
  25. package/lib/models/form-result-field-model.d.ts.map +1 -0
  26. package/lib/models/form-result-field-model.js +15 -0
  27. package/lib/models/form-result-item-model.d.ts +87 -0
  28. package/lib/models/form-result-item-model.d.ts.map +1 -0
  29. package/lib/models/form-result-item-model.js +15 -0
  30. package/lib/models/form-result-model.d.ts +94 -0
  31. package/lib/models/form-result-model.d.ts.map +1 -0
  32. package/lib/models/form-result-model.js +15 -0
  33. package/lib/models/form-result-section-model.d.ts +62 -0
  34. package/lib/models/form-result-section-model.d.ts.map +1 -0
  35. package/lib/models/form-result-section-model.js +15 -0
  36. package/lib/models/form-result-status.d.ts +23 -0
  37. package/lib/models/form-result-status.d.ts.map +1 -0
  38. package/lib/models/form-result-status.js +26 -0
  39. package/lib/models/form-result-value-model.d.ts +43 -0
  40. package/lib/models/form-result-value-model.d.ts.map +1 -0
  41. package/lib/models/form-result-value-model.js +15 -0
  42. package/lib/models/form-results-model.d.ts +33 -0
  43. package/lib/models/form-results-model.d.ts.map +1 -0
  44. package/lib/models/form-results-model.js +15 -0
  45. package/lib/models/form-section-input-model.d.ts +56 -0
  46. package/lib/models/form-section-input-model.d.ts.map +1 -0
  47. package/lib/models/form-section-input-model.js +15 -0
  48. package/lib/models/form-section-model.d.ts +62 -0
  49. package/lib/models/form-section-model.d.ts.map +1 -0
  50. package/lib/models/form-section-model.js +15 -0
  51. package/lib/models/form-template-item-model.d.ts +89 -0
  52. package/lib/models/form-template-item-model.d.ts.map +1 -0
  53. package/lib/models/form-template-item-model.js +15 -0
  54. package/lib/models/form-template-model.d.ts +114 -0
  55. package/lib/models/form-template-model.d.ts.map +1 -0
  56. package/lib/models/form-template-model.js +15 -0
  57. package/lib/models/form-template-platform.d.ts +22 -0
  58. package/lib/models/form-template-platform.d.ts.map +1 -0
  59. package/lib/models/{toggle-message-webhook-command.d.ts → form-template-platform.js} +10 -10
  60. package/lib/models/form-template-status.d.ts +22 -0
  61. package/lib/models/form-template-status.d.ts.map +1 -0
  62. package/lib/models/form-template-status.js +25 -0
  63. package/lib/models/form-template-type.d.ts +23 -0
  64. package/lib/models/form-template-type.d.ts.map +1 -0
  65. package/lib/models/form-template-type.js +26 -0
  66. package/lib/models/form-templates-model.d.ts +33 -0
  67. package/lib/models/form-templates-model.d.ts.map +1 -0
  68. package/lib/models/form-templates-model.js +15 -0
  69. package/lib/models/index.d.ts +22 -1
  70. package/lib/models/index.d.ts.map +1 -1
  71. package/lib/models/index.js +22 -1
  72. package/lib/models/message-webhook-model.d.ts +18 -0
  73. package/lib/models/message-webhook-model.d.ts.map +1 -1
  74. package/lib/models/register-message-webhook-command.d.ts +18 -0
  75. package/lib/models/register-message-webhook-command.d.ts.map +1 -1
  76. package/lib/models/save-form-template-command.d.ts +89 -0
  77. package/lib/models/save-form-template-command.d.ts.map +1 -0
  78. package/lib/models/save-form-template-command.js +15 -0
  79. package/lib/models/update-form-result-command.d.ts +32 -0
  80. package/lib/models/update-form-result-command.d.ts.map +1 -0
  81. package/lib/models/update-form-result-command.js +15 -0
  82. package/lib/models/update-message-webhook-command.d.ts +43 -0
  83. package/lib/models/update-message-webhook-command.d.ts.map +1 -0
  84. package/lib/models/update-message-webhook-command.js +15 -0
  85. package/package.json +1 -1
  86. package/src/.openapi-generator/FILES +24 -1
  87. package/src/api/form-results-api.ts +628 -0
  88. package/src/api/form-templates-api.ts +752 -0
  89. package/src/api/message-webhooks-api.ts +98 -13
  90. package/src/api.ts +2 -0
  91. package/src/models/form-field-input-model.ts +99 -0
  92. package/src/models/form-field-model.ts +105 -0
  93. package/src/models/form-field-option-input-model.ts +54 -0
  94. package/src/models/form-field-option-model.ts +60 -0
  95. package/src/models/form-result-field-model.ts +93 -0
  96. package/src/models/form-result-item-model.ts +96 -0
  97. package/src/models/form-result-model.ts +105 -0
  98. package/src/models/form-result-section-model.ts +69 -0
  99. package/src/models/form-result-status.ts +32 -0
  100. package/src/models/form-result-value-model.ts +48 -0
  101. package/src/models/form-results-model.ts +42 -0
  102. package/src/models/form-section-input-model.ts +63 -0
  103. package/src/models/form-section-model.ts +69 -0
  104. package/src/models/form-template-item-model.ts +102 -0
  105. package/src/models/form-template-model.ts +129 -0
  106. package/src/models/form-template-platform.ts +31 -0
  107. package/src/models/{toggle-message-webhook-command.ts → form-template-status.ts} +10 -9
  108. package/src/models/form-template-type.ts +32 -0
  109. package/src/models/form-templates-model.ts +42 -0
  110. package/src/models/index.ts +22 -1
  111. package/src/models/message-webhook-model.ts +18 -0
  112. package/src/models/register-message-webhook-command.ts +18 -0
  113. package/src/models/save-form-template-command.ts +102 -0
  114. package/src/models/update-form-result-command.ts +39 -0
  115. package/src/models/update-message-webhook-command.ts +48 -0
  116. package/lib/models/toggle-message-webhook-command.d.ts.map +0 -1
  117. /package/lib/models/{toggle-message-webhook-command.js → form-field-input-model.js} +0 -0
@@ -0,0 +1,56 @@
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 { FormFieldInputModel } from './form-field-input-model';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface FormSectionInputModel
17
+ */
18
+ export interface FormSectionInputModel {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof FormSectionInputModel
23
+ */
24
+ 'customStyle'?: string | null;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof FormSectionInputModel
29
+ */
30
+ 'order'?: number;
31
+ /**
32
+ *
33
+ * @type {Array<FormFieldInputModel>}
34
+ * @memberof FormSectionInputModel
35
+ */
36
+ 'fields'?: Array<FormFieldInputModel> | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof FormSectionInputModel
41
+ */
42
+ 'name'?: string | null;
43
+ /**
44
+ *
45
+ * @type {boolean}
46
+ * @memberof FormSectionInputModel
47
+ */
48
+ 'isConfirmed'?: boolean;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof FormSectionInputModel
53
+ */
54
+ 'id'?: string | null;
55
+ }
56
+ //# sourceMappingURL=form-section-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-section-input-model.d.ts","sourceRoot":"","sources":["../../src/models/form-section-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -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,62 @@
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 { FormFieldModel } from './form-field-model';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface FormSectionModel
17
+ */
18
+ export interface FormSectionModel {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof FormSectionModel
23
+ */
24
+ 'customStyle'?: string | null;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof FormSectionModel
29
+ */
30
+ 'order'?: number;
31
+ /**
32
+ *
33
+ * @type {Array<FormFieldModel>}
34
+ * @memberof FormSectionModel
35
+ */
36
+ 'fields'?: Array<FormFieldModel> | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof FormSectionModel
41
+ */
42
+ 'id'?: string;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof FormSectionModel
47
+ */
48
+ 'languageCode'?: string | null;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof FormSectionModel
53
+ */
54
+ 'name'?: string | null;
55
+ /**
56
+ *
57
+ * @type {boolean}
58
+ * @memberof FormSectionModel
59
+ */
60
+ 'isConfirmed'?: boolean;
61
+ }
62
+ //# sourceMappingURL=form-section-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-section-model.d.ts","sourceRoot":"","sources":["../../src/models/form-section-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,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,89 @@
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 { FormTemplatePlatform } from './form-template-platform';
14
+ import { FormTemplateStatus } from './form-template-status';
15
+ import { FormTemplateType } from './form-template-type';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface FormTemplateItemModel
20
+ */
21
+ export interface FormTemplateItemModel {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof FormTemplateItemModel
26
+ */
27
+ 'languageCode'?: string | null;
28
+ /**
29
+ *
30
+ * @type {FormTemplatePlatform}
31
+ * @memberof FormTemplateItemModel
32
+ */
33
+ 'platform'?: FormTemplatePlatform;
34
+ /**
35
+ *
36
+ * @type {FormTemplateType}
37
+ * @memberof FormTemplateItemModel
38
+ */
39
+ 'formTemplateType'?: FormTemplateType;
40
+ /**
41
+ *
42
+ * @type {FormTemplateStatus}
43
+ * @memberof FormTemplateItemModel
44
+ */
45
+ 'status'?: FormTemplateStatus;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof FormTemplateItemModel
50
+ */
51
+ 'hospitalId'?: string | null;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof FormTemplateItemModel
56
+ */
57
+ 'id'?: string;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof FormTemplateItemModel
62
+ */
63
+ 'hospitalName'?: string | null;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof FormTemplateItemModel
68
+ */
69
+ 'name'?: string | null;
70
+ /**
71
+ *
72
+ * @type {boolean}
73
+ * @memberof FormTemplateItemModel
74
+ */
75
+ 'isConfirmed'?: boolean;
76
+ /**
77
+ *
78
+ * @type {number}
79
+ * @memberof FormTemplateItemModel
80
+ */
81
+ 'resultCount'?: number;
82
+ /**
83
+ *
84
+ * @type {AuditableEntityModel}
85
+ * @memberof FormTemplateItemModel
86
+ */
87
+ 'auditableEntity'?: AuditableEntityModel;
88
+ }
89
+ //# sourceMappingURL=form-template-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-template-item-model.d.ts","sourceRoot":"","sources":["../../src/models/form-template-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAClC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;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,114 @@
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 { FormSectionModel } from './form-section-model';
14
+ import { FormTemplatePlatform } from './form-template-platform';
15
+ import { FormTemplateStatus } from './form-template-status';
16
+ import { FormTemplateType } from './form-template-type';
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface FormTemplateModel
21
+ */
22
+ export interface FormTemplateModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof FormTemplateModel
27
+ */
28
+ 'languageCode'?: string | null;
29
+ /**
30
+ *
31
+ * @type {FormTemplatePlatform}
32
+ * @memberof FormTemplateModel
33
+ */
34
+ 'platform'?: FormTemplatePlatform;
35
+ /**
36
+ *
37
+ * @type {FormTemplateType}
38
+ * @memberof FormTemplateModel
39
+ */
40
+ 'formTemplateType'?: FormTemplateType;
41
+ /**
42
+ *
43
+ * @type {FormTemplateStatus}
44
+ * @memberof FormTemplateModel
45
+ */
46
+ 'status'?: FormTemplateStatus;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof FormTemplateModel
51
+ */
52
+ 'hospitalId'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof FormTemplateModel
57
+ */
58
+ 'id'?: string;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof FormTemplateModel
63
+ */
64
+ 'hospitalName'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof FormTemplateModel
69
+ */
70
+ 'name'?: string | null;
71
+ /**
72
+ *
73
+ * @type {boolean}
74
+ * @memberof FormTemplateModel
75
+ */
76
+ 'isConfirmed'?: boolean;
77
+ /**
78
+ *
79
+ * @type {number}
80
+ * @memberof FormTemplateModel
81
+ */
82
+ 'resultCount'?: number;
83
+ /**
84
+ *
85
+ * @type {AuditableEntityModel}
86
+ * @memberof FormTemplateModel
87
+ */
88
+ 'auditableEntity'?: AuditableEntityModel;
89
+ /**
90
+ *
91
+ * @type {Array<FormSectionModel>}
92
+ * @memberof FormTemplateModel
93
+ */
94
+ 'sections'?: Array<FormSectionModel> | null;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof FormTemplateModel
99
+ */
100
+ 'overview'?: string | null;
101
+ /**
102
+ *
103
+ * @type {string}
104
+ * @memberof FormTemplateModel
105
+ */
106
+ 'description'?: string | null;
107
+ /**
108
+ *
109
+ * @type {string}
110
+ * @memberof FormTemplateModel
111
+ */
112
+ 'content'?: string | null;
113
+ }
114
+ //# sourceMappingURL=form-template-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-template-model.d.ts","sourceRoot":"","sources":["../../src/models/form-template-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAClC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
@@ -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,22 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const FormTemplatePlatform: {
18
+ readonly CloudHospital: "CloudHospital";
19
+ readonly Saas: "Saas";
20
+ };
21
+ export type FormTemplatePlatform = typeof FormTemplatePlatform[keyof typeof FormTemplatePlatform];
22
+ //# sourceMappingURL=form-template-platform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-template-platform.d.ts","sourceRoot":"","sources":["../../src/models/form-template-platform.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC;AAEX,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC"}
@@ -1,3 +1,6 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
1
4
  /**
2
5
  * CloudHospital Admin Api
3
6
  * CloudHospital application with Swagger, Swashbuckle, and API versioning.
@@ -9,17 +12,14 @@
9
12
  * https://openapi-generator.tech
10
13
  * Do not edit the class manually.
11
14
  */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.FormTemplatePlatform = void 0;
12
17
  /**
13
18
  *
14
19
  * @export
15
- * @interface ToggleMessageWebhookCommand
20
+ * @enum {string}
16
21
  */
17
- export interface ToggleMessageWebhookCommand {
18
- /**
19
- *
20
- * @type {boolean}
21
- * @memberof ToggleMessageWebhookCommand
22
- */
23
- 'isEnabled'?: boolean;
24
- }
25
- //# sourceMappingURL=toggle-message-webhook-command.d.ts.map
22
+ exports.FormTemplatePlatform = {
23
+ CloudHospital: 'CloudHospital',
24
+ Saas: 'Saas'
25
+ };
@@ -0,0 +1,22 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const FormTemplateStatus: {
18
+ readonly Draft: "Draft";
19
+ readonly Active: "Active";
20
+ };
21
+ export type FormTemplateStatus = typeof FormTemplateStatus[keyof typeof FormTemplateStatus];
22
+ //# sourceMappingURL=form-template-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-template-status.d.ts","sourceRoot":"","sources":["../../src/models/form-template-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC"}
@@ -0,0 +1,25 @@
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 });
16
+ exports.FormTemplateStatus = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.FormTemplateStatus = {
23
+ Draft: 'Draft',
24
+ Active: 'Active'
25
+ };
@@ -0,0 +1,23 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const FormTemplateType: {
18
+ readonly Review: "Review";
19
+ readonly Survey: "Survey";
20
+ readonly Request: "Request";
21
+ };
22
+ export type FormTemplateType = typeof FormTemplateType[keyof typeof FormTemplateType];
23
+ //# sourceMappingURL=form-template-type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-template-type.d.ts","sourceRoot":"","sources":["../../src/models/form-template-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB;;;;CAInB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
@@ -0,0 +1,26 @@
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 });
16
+ exports.FormTemplateType = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.FormTemplateType = {
23
+ Review: 'Review',
24
+ Survey: 'Survey',
25
+ Request: 'Request'
26
+ };
@@ -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 { FormTemplateItemModel } from './form-template-item-model';
13
+ import { PagedListMetaData } from './paged-list-meta-data';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface FormTemplatesModel
18
+ */
19
+ export interface FormTemplatesModel {
20
+ /**
21
+ *
22
+ * @type {Array<FormTemplateItemModel>}
23
+ * @memberof FormTemplatesModel
24
+ */
25
+ 'items'?: Array<FormTemplateItemModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof FormTemplatesModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=form-templates-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-templates-model.d.ts","sourceRoot":"","sources":["../../src/models/form-templates-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAGnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;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 });