ch-admin-api-client-typescript 5.5.5 → 5.5.7

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 (77) hide show
  1. package/lib/api/hospitals-api.d.ts +629 -0
  2. package/lib/api/hospitals-api.d.ts.map +1 -1
  3. package/lib/api/hospitals-api.js +949 -41
  4. package/lib/api/web-apps-api.d.ts +394 -0
  5. package/lib/api/web-apps-api.d.ts.map +1 -0
  6. package/lib/api/web-apps-api.js +636 -0
  7. package/lib/api.d.ts +1 -0
  8. package/lib/api.d.ts.map +1 -1
  9. package/lib/api.js +1 -0
  10. package/lib/models/create-hospital-command.d.ts +7 -0
  11. package/lib/models/create-hospital-command.d.ts.map +1 -1
  12. package/lib/models/create-hospital-tag-command.d.ts +31 -0
  13. package/lib/models/create-hospital-tag-command.d.ts.map +1 -0
  14. package/lib/models/create-hospital-tag-command.js +15 -0
  15. package/lib/models/create-web-app-command.d.ts +104 -0
  16. package/lib/models/create-web-app-command.d.ts.map +1 -0
  17. package/lib/models/create-web-app-command.js +15 -0
  18. package/lib/models/deploy-status.d.ts +28 -0
  19. package/lib/models/deploy-status.d.ts.map +1 -0
  20. package/lib/models/deploy-status.js +31 -0
  21. package/lib/models/domain-type.d.ts +22 -0
  22. package/lib/models/domain-type.d.ts.map +1 -0
  23. package/lib/models/domain-type.js +25 -0
  24. package/lib/models/hospital-model.d.ts +26 -0
  25. package/lib/models/hospital-model.d.ts.map +1 -1
  26. package/lib/models/hospital-tag-item-model.d.ts +31 -0
  27. package/lib/models/hospital-tag-item-model.d.ts.map +1 -0
  28. package/lib/models/hospital-tag-item-model.js +15 -0
  29. package/lib/models/hospital-tag-model.d.ts +37 -0
  30. package/lib/models/hospital-tag-model.d.ts.map +1 -0
  31. package/lib/models/hospital-tag-model.js +15 -0
  32. package/lib/models/hospital-tags-model.d.ts +33 -0
  33. package/lib/models/hospital-tags-model.d.ts.map +1 -0
  34. package/lib/models/hospital-tags-model.js +15 -0
  35. package/lib/models/index.d.ts +11 -0
  36. package/lib/models/index.d.ts.map +1 -1
  37. package/lib/models/index.js +11 -0
  38. package/lib/models/search-curation-item-input-model.d.ts +6 -0
  39. package/lib/models/search-curation-item-input-model.d.ts.map +1 -1
  40. package/lib/models/search-curation-item-model.d.ts +6 -0
  41. package/lib/models/search-curation-item-model.d.ts.map +1 -1
  42. package/lib/models/update-hospital-command.d.ts +7 -0
  43. package/lib/models/update-hospital-command.d.ts.map +1 -1
  44. package/lib/models/update-web-app-command.d.ts +105 -0
  45. package/lib/models/update-web-app-command.d.ts.map +1 -0
  46. package/lib/models/update-web-app-command.js +15 -0
  47. package/lib/models/web-app-item-model.d.ts +148 -0
  48. package/lib/models/web-app-item-model.d.ts.map +1 -0
  49. package/lib/models/web-app-item-model.js +15 -0
  50. package/lib/models/web-app-model.d.ts +148 -0
  51. package/lib/models/web-app-model.d.ts.map +1 -0
  52. package/lib/models/web-app-model.js +15 -0
  53. package/lib/models/web-apps-model.d.ts +33 -0
  54. package/lib/models/web-apps-model.d.ts.map +1 -0
  55. package/lib/models/web-apps-model.js +15 -0
  56. package/package.json +1 -1
  57. package/src/.openapi-generator/FILES +12 -0
  58. package/src/api/hospitals-api.ts +1194 -91
  59. package/src/api/web-apps-api.ts +681 -0
  60. package/src/api.ts +1 -0
  61. package/src/models/create-hospital-command.ts +9 -0
  62. package/src/models/create-hospital-tag-command.ts +36 -0
  63. package/src/models/create-web-app-command.ts +111 -0
  64. package/src/models/deploy-status.ts +37 -0
  65. package/src/models/domain-type.ts +31 -0
  66. package/src/models/hospital-model.ts +30 -0
  67. package/src/models/hospital-tag-item-model.ts +36 -0
  68. package/src/models/hospital-tag-model.ts +42 -0
  69. package/src/models/hospital-tags-model.ts +42 -0
  70. package/src/models/index.ts +11 -0
  71. package/src/models/search-curation-item-input-model.ts +6 -0
  72. package/src/models/search-curation-item-model.ts +6 -0
  73. package/src/models/update-hospital-command.ts +9 -0
  74. package/src/models/update-web-app-command.ts +114 -0
  75. package/src/models/web-app-item-model.ts +159 -0
  76. package/src/models/web-app-model.ts +159 -0
  77. package/src/models/web-apps-model.ts +42 -0
@@ -0,0 +1,159 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: hyounoosung@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 { AuditableEntityModel } from './auditable-entity-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { DeployStatus } from './deploy-status';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import { DomainType } from './domain-type';
25
+
26
+ /**
27
+ *
28
+ * @export
29
+ * @interface WebAppItemModel
30
+ */
31
+ export interface WebAppItemModel {
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof WebAppItemModel
36
+ */
37
+ 'id'?: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof WebAppItemModel
42
+ */
43
+ 'languageCode'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof WebAppItemModel
48
+ */
49
+ 'hospitalId'?: string;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof WebAppItemModel
54
+ */
55
+ 'hospitalName'?: string | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof WebAppItemModel
60
+ */
61
+ 'hospitalSlug'?: string | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof WebAppItemModel
66
+ */
67
+ 'defaultLocale'?: string | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof WebAppItemModel
72
+ */
73
+ 'stsClientId'?: string | null;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof WebAppItemModel
78
+ */
79
+ 'stsClientSecret'?: string | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof WebAppItemModel
84
+ */
85
+ 'colorPrimary'?: string | null;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof WebAppItemModel
90
+ */
91
+ 'colorSecondary'?: string | null;
92
+ /**
93
+ *
94
+ * @type {string}
95
+ * @memberof WebAppItemModel
96
+ */
97
+ 'colorNeutral'?: string | null;
98
+ /**
99
+ *
100
+ * @type {string}
101
+ * @memberof WebAppItemModel
102
+ */
103
+ 'colorDark'?: string | null;
104
+ /**
105
+ *
106
+ * @type {string}
107
+ * @memberof WebAppItemModel
108
+ */
109
+ 'colorLight'?: string | null;
110
+ /**
111
+ *
112
+ * @type {string}
113
+ * @memberof WebAppItemModel
114
+ */
115
+ 'template'?: string | null;
116
+ /**
117
+ *
118
+ * @type {string}
119
+ * @memberof WebAppItemModel
120
+ */
121
+ 'googleClientId'?: string | null;
122
+ /**
123
+ *
124
+ * @type {DomainType}
125
+ * @memberof WebAppItemModel
126
+ */
127
+ 'domainType'?: DomainType;
128
+ /**
129
+ *
130
+ * @type {string}
131
+ * @memberof WebAppItemModel
132
+ */
133
+ 'ipAddress'?: string | null;
134
+ /**
135
+ *
136
+ * @type {string}
137
+ * @memberof WebAppItemModel
138
+ */
139
+ 'domainVerificationId'?: string | null;
140
+ /**
141
+ *
142
+ * @type {string}
143
+ * @memberof WebAppItemModel
144
+ */
145
+ 'domain'?: string | null;
146
+ /**
147
+ *
148
+ * @type {DeployStatus}
149
+ * @memberof WebAppItemModel
150
+ */
151
+ 'deployStatus'?: DeployStatus;
152
+ /**
153
+ *
154
+ * @type {AuditableEntityModel}
155
+ * @memberof WebAppItemModel
156
+ */
157
+ 'auditableEntity'?: AuditableEntityModel;
158
+ }
159
+
@@ -0,0 +1,159 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: hyounoosung@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 { AuditableEntityModel } from './auditable-entity-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { DeployStatus } from './deploy-status';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import { DomainType } from './domain-type';
25
+
26
+ /**
27
+ *
28
+ * @export
29
+ * @interface WebAppModel
30
+ */
31
+ export interface WebAppModel {
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof WebAppModel
36
+ */
37
+ 'id'?: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof WebAppModel
42
+ */
43
+ 'languageCode'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof WebAppModel
48
+ */
49
+ 'hospitalId'?: string;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof WebAppModel
54
+ */
55
+ 'hospitalName'?: string | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof WebAppModel
60
+ */
61
+ 'hospitalSlug'?: string | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof WebAppModel
66
+ */
67
+ 'defaultLocale'?: string | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof WebAppModel
72
+ */
73
+ 'stsClientId'?: string | null;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof WebAppModel
78
+ */
79
+ 'stsClientSecret'?: string | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof WebAppModel
84
+ */
85
+ 'colorPrimary'?: string | null;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof WebAppModel
90
+ */
91
+ 'colorSecondary'?: string | null;
92
+ /**
93
+ *
94
+ * @type {string}
95
+ * @memberof WebAppModel
96
+ */
97
+ 'colorNeutral'?: string | null;
98
+ /**
99
+ *
100
+ * @type {string}
101
+ * @memberof WebAppModel
102
+ */
103
+ 'colorDark'?: string | null;
104
+ /**
105
+ *
106
+ * @type {string}
107
+ * @memberof WebAppModel
108
+ */
109
+ 'colorLight'?: string | null;
110
+ /**
111
+ *
112
+ * @type {string}
113
+ * @memberof WebAppModel
114
+ */
115
+ 'template'?: string | null;
116
+ /**
117
+ *
118
+ * @type {string}
119
+ * @memberof WebAppModel
120
+ */
121
+ 'googleClientId'?: string | null;
122
+ /**
123
+ *
124
+ * @type {DomainType}
125
+ * @memberof WebAppModel
126
+ */
127
+ 'domainType'?: DomainType;
128
+ /**
129
+ *
130
+ * @type {string}
131
+ * @memberof WebAppModel
132
+ */
133
+ 'ipAddress'?: string | null;
134
+ /**
135
+ *
136
+ * @type {string}
137
+ * @memberof WebAppModel
138
+ */
139
+ 'domainVerificationId'?: string | null;
140
+ /**
141
+ *
142
+ * @type {string}
143
+ * @memberof WebAppModel
144
+ */
145
+ 'domain'?: string | null;
146
+ /**
147
+ *
148
+ * @type {DeployStatus}
149
+ * @memberof WebAppModel
150
+ */
151
+ 'deployStatus'?: DeployStatus;
152
+ /**
153
+ *
154
+ * @type {AuditableEntityModel}
155
+ * @memberof WebAppModel
156
+ */
157
+ 'auditableEntity'?: AuditableEntityModel;
158
+ }
159
+
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: hyounoosung@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 { PagedListMetaData } from './paged-list-meta-data';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { WebAppItemModel } from './web-app-item-model';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface WebAppsModel
27
+ */
28
+ export interface WebAppsModel {
29
+ /**
30
+ *
31
+ * @type {Array<WebAppItemModel>}
32
+ * @memberof WebAppsModel
33
+ */
34
+ 'items'?: Array<WebAppItemModel> | null;
35
+ /**
36
+ *
37
+ * @type {PagedListMetaData}
38
+ * @memberof WebAppsModel
39
+ */
40
+ 'metaData'?: PagedListMetaData;
41
+ }
42
+