ch-admin-api-client-typescript 5.35.0 → 5.35.4

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 (108) 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.d.ts +2 -0
  8. package/lib/api.d.ts.map +1 -1
  9. package/lib/api.js +2 -0
  10. package/lib/models/article-item-model.d.ts +1 -1
  11. package/lib/models/article-item-model.d.ts.map +1 -1
  12. package/lib/models/article-model.d.ts +1 -1
  13. package/lib/models/article-model.d.ts.map +1 -1
  14. package/lib/models/form-field-input-model.d.ts +92 -0
  15. package/lib/models/form-field-input-model.d.ts.map +1 -0
  16. package/lib/models/form-field-input-model.js +15 -0
  17. package/lib/models/form-field-model.d.ts +98 -0
  18. package/lib/models/form-field-model.d.ts.map +1 -0
  19. package/lib/models/form-field-model.js +15 -0
  20. package/lib/models/form-field-option-input-model.d.ts +49 -0
  21. package/lib/models/form-field-option-input-model.d.ts.map +1 -0
  22. package/lib/models/form-field-option-input-model.js +15 -0
  23. package/lib/models/form-field-option-model.d.ts +55 -0
  24. package/lib/models/form-field-option-model.d.ts.map +1 -0
  25. package/lib/models/form-field-option-model.js +15 -0
  26. package/lib/models/form-result-field-model.d.ts +86 -0
  27. package/lib/models/form-result-field-model.d.ts.map +1 -0
  28. package/lib/models/form-result-field-model.js +15 -0
  29. package/lib/models/form-result-item-model.d.ts +87 -0
  30. package/lib/models/form-result-item-model.d.ts.map +1 -0
  31. package/lib/models/form-result-item-model.js +15 -0
  32. package/lib/models/form-result-model.d.ts +94 -0
  33. package/lib/models/form-result-model.d.ts.map +1 -0
  34. package/lib/models/form-result-model.js +15 -0
  35. package/lib/models/form-result-section-model.d.ts +62 -0
  36. package/lib/models/form-result-section-model.d.ts.map +1 -0
  37. package/lib/models/form-result-section-model.js +15 -0
  38. package/lib/models/form-result-status.d.ts +23 -0
  39. package/lib/models/form-result-status.d.ts.map +1 -0
  40. package/lib/models/form-result-status.js +26 -0
  41. package/lib/models/form-result-value-model.d.ts +43 -0
  42. package/lib/models/form-result-value-model.d.ts.map +1 -0
  43. package/lib/models/form-result-value-model.js +15 -0
  44. package/lib/models/form-results-model.d.ts +33 -0
  45. package/lib/models/form-results-model.d.ts.map +1 -0
  46. package/lib/models/form-results-model.js +15 -0
  47. package/lib/models/form-section-input-model.d.ts +56 -0
  48. package/lib/models/form-section-input-model.d.ts.map +1 -0
  49. package/lib/models/form-section-input-model.js +15 -0
  50. package/lib/models/form-section-model.d.ts +62 -0
  51. package/lib/models/form-section-model.d.ts.map +1 -0
  52. package/lib/models/form-section-model.js +15 -0
  53. package/lib/models/form-template-item-model.d.ts +89 -0
  54. package/lib/models/form-template-item-model.d.ts.map +1 -0
  55. package/lib/models/form-template-item-model.js +15 -0
  56. package/lib/models/form-template-model.d.ts +114 -0
  57. package/lib/models/form-template-model.d.ts.map +1 -0
  58. package/lib/models/form-template-model.js +15 -0
  59. package/lib/models/form-template-platform.d.ts +22 -0
  60. package/lib/models/form-template-platform.d.ts.map +1 -0
  61. package/lib/models/form-template-platform.js +25 -0
  62. package/lib/models/form-template-status.d.ts +22 -0
  63. package/lib/models/form-template-status.d.ts.map +1 -0
  64. package/lib/models/form-template-status.js +25 -0
  65. package/lib/models/form-template-type.d.ts +23 -0
  66. package/lib/models/form-template-type.d.ts.map +1 -0
  67. package/lib/models/form-template-type.js +26 -0
  68. package/lib/models/form-templates-model.d.ts +33 -0
  69. package/lib/models/form-templates-model.d.ts.map +1 -0
  70. package/lib/models/form-templates-model.js +15 -0
  71. package/lib/models/index.d.ts +21 -0
  72. package/lib/models/index.d.ts.map +1 -1
  73. package/lib/models/index.js +21 -0
  74. package/lib/models/save-form-template-command.d.ts +82 -0
  75. package/lib/models/save-form-template-command.d.ts.map +1 -0
  76. package/lib/models/save-form-template-command.js +15 -0
  77. package/lib/models/update-form-result-command.d.ts +32 -0
  78. package/lib/models/update-form-result-command.d.ts.map +1 -0
  79. package/lib/models/update-form-result-command.js +15 -0
  80. package/package.json +1 -1
  81. package/src/.openapi-generator/FILES +23 -0
  82. package/src/api/form-results-api.ts +628 -0
  83. package/src/api/form-templates-api.ts +752 -0
  84. package/src/api.ts +2 -0
  85. package/src/models/article-item-model.ts +1 -1
  86. package/src/models/article-model.ts +1 -1
  87. package/src/models/form-field-input-model.ts +99 -0
  88. package/src/models/form-field-model.ts +105 -0
  89. package/src/models/form-field-option-input-model.ts +54 -0
  90. package/src/models/form-field-option-model.ts +60 -0
  91. package/src/models/form-result-field-model.ts +93 -0
  92. package/src/models/form-result-item-model.ts +96 -0
  93. package/src/models/form-result-model.ts +105 -0
  94. package/src/models/form-result-section-model.ts +69 -0
  95. package/src/models/form-result-status.ts +32 -0
  96. package/src/models/form-result-value-model.ts +48 -0
  97. package/src/models/form-results-model.ts +42 -0
  98. package/src/models/form-section-input-model.ts +63 -0
  99. package/src/models/form-section-model.ts +69 -0
  100. package/src/models/form-template-item-model.ts +102 -0
  101. package/src/models/form-template-model.ts +129 -0
  102. package/src/models/form-template-platform.ts +31 -0
  103. package/src/models/form-template-status.ts +31 -0
  104. package/src/models/form-template-type.ts +32 -0
  105. package/src/models/form-templates-model.ts +42 -0
  106. package/src/models/index.ts +21 -0
  107. package/src/models/save-form-template-command.ts +93 -0
  108. package/src/models/update-form-result-command.ts +39 -0
package/src/api.ts CHANGED
@@ -37,6 +37,8 @@ export * from './api/email-marketings-api';
37
37
  export * from './api/email-webhooks-api';
38
38
  export * from './api/faq-categories-api';
39
39
  export * from './api/faqs-api';
40
+ export * from './api/form-results-api';
41
+ export * from './api/form-templates-api';
40
42
  export * from './api/grades-api';
41
43
  export * from './api/group-channels-api';
42
44
  export * from './api/hospital-branches-api';
@@ -73,7 +73,7 @@ export interface ArticleItemModel {
73
73
  * @type {string}
74
74
  * @memberof ArticleItemModel
75
75
  */
76
- 'userId'?: string;
76
+ 'userId'?: string | null;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -73,7 +73,7 @@ export interface ArticleModel {
73
73
  * @type {string}
74
74
  * @memberof ArticleModel
75
75
  */
76
- 'userId'?: string;
76
+ 'userId'?: string | null;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -0,0 +1,99 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CloudHospital Admin Api
5
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: developer@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { FormFieldOptionInputModel } from './form-field-option-input-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface FormFieldInputModel
24
+ */
25
+ export interface FormFieldInputModel {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof FormFieldInputModel
30
+ */
31
+ 'formFieldType'?: string | null;
32
+ /**
33
+ *
34
+ * @type {boolean}
35
+ * @memberof FormFieldInputModel
36
+ */
37
+ 'isRequired'?: boolean;
38
+ /**
39
+ *
40
+ * @type {boolean}
41
+ * @memberof FormFieldInputModel
42
+ */
43
+ 'isHidden'?: boolean;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof FormFieldInputModel
48
+ */
49
+ 'validation'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof FormFieldInputModel
54
+ */
55
+ 'customStyle'?: string | null;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof FormFieldInputModel
60
+ */
61
+ 'order'?: number;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof FormFieldInputModel
66
+ */
67
+ 'name'?: string | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof FormFieldInputModel
72
+ */
73
+ 'label'?: string | null;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof FormFieldInputModel
78
+ */
79
+ 'placeholder'?: string | null;
80
+ /**
81
+ *
82
+ * @type {boolean}
83
+ * @memberof FormFieldInputModel
84
+ */
85
+ 'isConfirmed'?: boolean;
86
+ /**
87
+ *
88
+ * @type {Array<FormFieldOptionInputModel>}
89
+ * @memberof FormFieldInputModel
90
+ */
91
+ 'options'?: Array<FormFieldOptionInputModel> | null;
92
+ /**
93
+ *
94
+ * @type {string}
95
+ * @memberof FormFieldInputModel
96
+ */
97
+ 'id'?: string | null;
98
+ }
99
+
@@ -0,0 +1,105 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CloudHospital Admin Api
5
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: developer@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { FormFieldOptionModel } from './form-field-option-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface FormFieldModel
24
+ */
25
+ export interface FormFieldModel {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof FormFieldModel
30
+ */
31
+ 'formFieldType'?: string | null;
32
+ /**
33
+ *
34
+ * @type {boolean}
35
+ * @memberof FormFieldModel
36
+ */
37
+ 'isRequired'?: boolean;
38
+ /**
39
+ *
40
+ * @type {boolean}
41
+ * @memberof FormFieldModel
42
+ */
43
+ 'isHidden'?: boolean;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof FormFieldModel
48
+ */
49
+ 'validation'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof FormFieldModel
54
+ */
55
+ 'customStyle'?: string | null;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof FormFieldModel
60
+ */
61
+ 'order'?: number;
62
+ /**
63
+ *
64
+ * @type {Array<FormFieldOptionModel>}
65
+ * @memberof FormFieldModel
66
+ */
67
+ 'options'?: Array<FormFieldOptionModel> | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof FormFieldModel
72
+ */
73
+ 'id'?: string;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof FormFieldModel
78
+ */
79
+ 'languageCode'?: string | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof FormFieldModel
84
+ */
85
+ 'name'?: string | null;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof FormFieldModel
90
+ */
91
+ 'label'?: string | null;
92
+ /**
93
+ *
94
+ * @type {string}
95
+ * @memberof FormFieldModel
96
+ */
97
+ 'placeholder'?: string | null;
98
+ /**
99
+ *
100
+ * @type {boolean}
101
+ * @memberof FormFieldModel
102
+ */
103
+ 'isConfirmed'?: boolean;
104
+ }
105
+
@@ -0,0 +1,54 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CloudHospital Admin Api
5
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: developer@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface FormFieldOptionInputModel
21
+ */
22
+ export interface FormFieldOptionInputModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof FormFieldOptionInputModel
27
+ */
28
+ 'customStyle'?: string | null;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof FormFieldOptionInputModel
33
+ */
34
+ 'order'?: number;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof FormFieldOptionInputModel
39
+ */
40
+ 'name'?: string | null;
41
+ /**
42
+ *
43
+ * @type {boolean}
44
+ * @memberof FormFieldOptionInputModel
45
+ */
46
+ 'isConfirmed'?: boolean;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof FormFieldOptionInputModel
51
+ */
52
+ 'id'?: string | null;
53
+ }
54
+
@@ -0,0 +1,60 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CloudHospital Admin Api
5
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: developer@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface FormFieldOptionModel
21
+ */
22
+ export interface FormFieldOptionModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof FormFieldOptionModel
27
+ */
28
+ 'customStyle'?: string | null;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof FormFieldOptionModel
33
+ */
34
+ 'order'?: number;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof FormFieldOptionModel
39
+ */
40
+ 'id'?: string;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof FormFieldOptionModel
45
+ */
46
+ 'languageCode'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof FormFieldOptionModel
51
+ */
52
+ 'name'?: string | null;
53
+ /**
54
+ *
55
+ * @type {boolean}
56
+ * @memberof FormFieldOptionModel
57
+ */
58
+ 'isConfirmed'?: boolean;
59
+ }
60
+
@@ -0,0 +1,93 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CloudHospital Admin Api
5
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: developer@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { FormResultValueModel } from './form-result-value-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface FormResultFieldModel
24
+ */
25
+ export interface FormResultFieldModel {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof FormResultFieldModel
30
+ */
31
+ 'id'?: string;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof FormResultFieldModel
36
+ */
37
+ 'languageCode'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof FormResultFieldModel
42
+ */
43
+ 'formFieldType'?: string | null;
44
+ /**
45
+ *
46
+ * @type {boolean}
47
+ * @memberof FormResultFieldModel
48
+ */
49
+ 'isRequired'?: boolean;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof FormResultFieldModel
54
+ */
55
+ 'customStyle'?: string | null;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof FormResultFieldModel
60
+ */
61
+ 'order'?: number;
62
+ /**
63
+ *
64
+ * @type {Array<FormResultValueModel>}
65
+ * @memberof FormResultFieldModel
66
+ */
67
+ 'values'?: Array<FormResultValueModel> | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof FormResultFieldModel
72
+ */
73
+ 'name'?: string | null;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof FormResultFieldModel
78
+ */
79
+ 'label'?: string | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof FormResultFieldModel
84
+ */
85
+ 'placeholder'?: string | null;
86
+ /**
87
+ *
88
+ * @type {boolean}
89
+ * @memberof FormResultFieldModel
90
+ */
91
+ 'isConfirmed'?: boolean;
92
+ }
93
+
@@ -0,0 +1,96 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CloudHospital Admin Api
5
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: developer@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { FormResultStatus } from './form-result-status';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { FormTemplateType } from './form-template-type';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface FormResultItemModel
27
+ */
28
+ export interface FormResultItemModel {
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof FormResultItemModel
33
+ */
34
+ 'id'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof FormResultItemModel
39
+ */
40
+ 'languageCode'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof FormResultItemModel
45
+ */
46
+ 'hospitalId'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof FormResultItemModel
51
+ */
52
+ 'hospitalName'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof FormResultItemModel
57
+ */
58
+ 'userId'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof FormResultItemModel
63
+ */
64
+ 'userName'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof FormResultItemModel
69
+ */
70
+ 'name'?: string | null;
71
+ /**
72
+ *
73
+ * @type {boolean}
74
+ * @memberof FormResultItemModel
75
+ */
76
+ 'isConfirmed'?: boolean;
77
+ /**
78
+ *
79
+ * @type {FormTemplateType}
80
+ * @memberof FormResultItemModel
81
+ */
82
+ 'formTemplateType'?: FormTemplateType;
83
+ /**
84
+ *
85
+ * @type {FormResultStatus}
86
+ * @memberof FormResultItemModel
87
+ */
88
+ 'status'?: FormResultStatus;
89
+ /**
90
+ *
91
+ * @type {Date}
92
+ * @memberof FormResultItemModel
93
+ */
94
+ 'createdDate'?: Date;
95
+ }
96
+
@@ -0,0 +1,105 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CloudHospital Admin Api
5
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: developer@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { FormResultSectionModel } from './form-result-section-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { FormResultStatus } from './form-result-status';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import { FormTemplateType } from './form-template-type';
25
+
26
+ /**
27
+ *
28
+ * @export
29
+ * @interface FormResultModel
30
+ */
31
+ export interface FormResultModel {
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof FormResultModel
36
+ */
37
+ 'id'?: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof FormResultModel
42
+ */
43
+ 'languageCode'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof FormResultModel
48
+ */
49
+ 'hospitalId'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof FormResultModel
54
+ */
55
+ 'hospitalName'?: string | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof FormResultModel
60
+ */
61
+ 'userId'?: string | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof FormResultModel
66
+ */
67
+ 'userName'?: string | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof FormResultModel
72
+ */
73
+ 'name'?: string | null;
74
+ /**
75
+ *
76
+ * @type {boolean}
77
+ * @memberof FormResultModel
78
+ */
79
+ 'isConfirmed'?: boolean;
80
+ /**
81
+ *
82
+ * @type {FormTemplateType}
83
+ * @memberof FormResultModel
84
+ */
85
+ 'formTemplateType'?: FormTemplateType;
86
+ /**
87
+ *
88
+ * @type {FormResultStatus}
89
+ * @memberof FormResultModel
90
+ */
91
+ 'status'?: FormResultStatus;
92
+ /**
93
+ *
94
+ * @type {Date}
95
+ * @memberof FormResultModel
96
+ */
97
+ 'createdDate'?: Date;
98
+ /**
99
+ *
100
+ * @type {Array<FormResultSectionModel>}
101
+ * @memberof FormResultModel
102
+ */
103
+ 'sections'?: Array<FormResultSectionModel> | null;
104
+ }
105
+
@@ -0,0 +1,69 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CloudHospital Admin Api
5
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: developer@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { FormResultFieldModel } from './form-result-field-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface FormResultSectionModel
24
+ */
25
+ export interface FormResultSectionModel {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof FormResultSectionModel
30
+ */
31
+ 'id'?: string;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof FormResultSectionModel
36
+ */
37
+ 'languageCode'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof FormResultSectionModel
42
+ */
43
+ 'customStyle'?: string | null;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof FormResultSectionModel
48
+ */
49
+ 'order'?: number;
50
+ /**
51
+ *
52
+ * @type {Array<FormResultFieldModel>}
53
+ * @memberof FormResultSectionModel
54
+ */
55
+ 'fields'?: Array<FormResultFieldModel> | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof FormResultSectionModel
60
+ */
61
+ 'name'?: string | null;
62
+ /**
63
+ *
64
+ * @type {boolean}
65
+ * @memberof FormResultSectionModel
66
+ */
67
+ 'isConfirmed'?: boolean;
68
+ }
69
+