ch-admin-api-client-typescript 5.76.1 → 5.76.29
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.
- package/lib/api/ai-prompts-api.d.ts +13 -13
- package/lib/api/ai-prompts-api.d.ts.map +1 -1
- package/lib/api/general-articles-api.d.ts +1910 -0
- package/lib/api/general-articles-api.d.ts.map +1 -0
- package/lib/api/general-articles-api.js +2946 -0
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/ai-prompt-with-content-model.d.ts +56 -0
- package/lib/models/ai-prompt-with-content-model.d.ts.map +1 -0
- package/lib/models/ai-prompt-with-content-model.js +15 -0
- package/lib/models/article-contributor-item-model.d.ts +3 -3
- package/lib/models/article-contributor-item-model.d.ts.map +1 -1
- package/lib/models/article-contributor-model.d.ts +3 -3
- package/lib/models/article-contributor-model.d.ts.map +1 -1
- package/lib/models/create-article-command.d.ts +0 -7
- package/lib/models/create-article-command.d.ts.map +1 -1
- package/lib/models/create-general-article-command.d.ts +125 -0
- package/lib/models/create-general-article-command.d.ts.map +1 -0
- package/lib/models/create-general-article-command.js +15 -0
- package/lib/models/create-general-article-contributor-command.d.ts +44 -0
- package/lib/models/create-general-article-contributor-command.d.ts.map +1 -0
- package/lib/models/create-general-article-contributor-command.js +15 -0
- package/lib/models/create-general-article-media-command.d.ts +50 -0
- package/lib/models/create-general-article-media-command.d.ts.map +1 -0
- package/lib/models/create-general-article-media-command.js +15 -0
- package/lib/models/create-general-article-source-command.d.ts +37 -0
- package/lib/models/create-general-article-source-command.d.ts.map +1 -0
- package/lib/models/create-general-article-source-command.js +15 -0
- package/lib/models/create-general-article-tag-command.d.ts +31 -0
- package/lib/models/create-general-article-tag-command.d.ts.map +1 -0
- package/lib/models/create-general-article-tag-command.js +15 -0
- package/lib/models/general-article-contributor-item-model.d.ts +99 -0
- package/lib/models/general-article-contributor-item-model.d.ts.map +1 -0
- package/lib/models/general-article-contributor-item-model.js +15 -0
- package/lib/models/general-article-contributor-model.d.ts +124 -0
- package/lib/models/general-article-contributor-model.d.ts.map +1 -0
- package/lib/models/general-article-contributor-model.js +15 -0
- package/lib/models/general-article-contributors-model.d.ts +33 -0
- package/lib/models/general-article-contributors-model.d.ts.map +1 -0
- package/lib/models/general-article-contributors-model.js +15 -0
- package/lib/models/general-article-item-model.d.ts +156 -0
- package/lib/models/general-article-item-model.d.ts.map +1 -0
- package/lib/models/general-article-item-model.js +15 -0
- package/lib/models/general-article-model.d.ts +186 -0
- package/lib/models/general-article-model.d.ts.map +1 -0
- package/lib/models/general-article-model.js +15 -0
- package/lib/models/general-article-sources-model.d.ts +33 -0
- package/lib/models/general-article-sources-model.d.ts.map +1 -0
- package/lib/models/general-article-sources-model.js +15 -0
- package/lib/models/general-article-tag-item-model.d.ts +31 -0
- package/lib/models/general-article-tag-item-model.d.ts.map +1 -0
- package/lib/models/general-article-tag-item-model.js +15 -0
- package/lib/models/general-article-tags-model.d.ts +33 -0
- package/lib/models/general-article-tags-model.d.ts.map +1 -0
- package/lib/models/general-article-tags-model.js +15 -0
- package/lib/models/general-articles-model.d.ts +33 -0
- package/lib/models/general-articles-model.d.ts.map +1 -0
- package/lib/models/general-articles-model.js +15 -0
- package/lib/models/index.d.ts +21 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +21 -0
- package/lib/models/notification-model.d.ts +6 -0
- package/lib/models/notification-model.d.ts.map +1 -1
- package/lib/models/translate-general-article-command.d.ts +43 -0
- package/lib/models/translate-general-article-command.d.ts.map +1 -0
- package/lib/models/translate-general-article-command.js +15 -0
- package/lib/models/update-article-command.d.ts +0 -7
- package/lib/models/update-article-command.d.ts.map +1 -1
- package/lib/models/update-general-article-command.d.ts +137 -0
- package/lib/models/update-general-article-command.d.ts.map +1 -0
- package/lib/models/update-general-article-command.js +15 -0
- package/lib/models/update-general-article-contributor-command.d.ts +44 -0
- package/lib/models/update-general-article-contributor-command.d.ts.map +1 -0
- package/lib/models/update-general-article-contributor-command.js +15 -0
- package/lib/models/update-general-article-media-command.d.ts +50 -0
- package/lib/models/update-general-article-media-command.d.ts.map +1 -0
- package/lib/models/update-general-article-media-command.js +15 -0
- package/lib/models/update-general-article-source-command.d.ts +37 -0
- package/lib/models/update-general-article-source-command.d.ts.map +1 -0
- package/lib/models/update-general-article-source-command.js +15 -0
- package/lib/models/update-general-article-tag-command.d.ts +25 -0
- package/lib/models/update-general-article-tag-command.d.ts.map +1 -0
- package/lib/models/update-general-article-tag-command.js +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,99 @@
|
|
|
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 { ContributionType } from './contribution-type';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GeneralArticleContributorItemModel
|
|
18
|
+
*/
|
|
19
|
+
export interface GeneralArticleContributorItemModel {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof GeneralArticleContributorItemModel
|
|
24
|
+
*/
|
|
25
|
+
'generalArticleId'?: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof GeneralArticleContributorItemModel
|
|
30
|
+
*/
|
|
31
|
+
'contributorId'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof GeneralArticleContributorItemModel
|
|
36
|
+
*/
|
|
37
|
+
'languageCode'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof GeneralArticleContributorItemModel
|
|
42
|
+
*/
|
|
43
|
+
'contributorName'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof GeneralArticleContributorItemModel
|
|
48
|
+
*/
|
|
49
|
+
'contributorSlug'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof GeneralArticleContributorItemModel
|
|
54
|
+
*/
|
|
55
|
+
'contributorIsConfirmed'?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof GeneralArticleContributorItemModel
|
|
60
|
+
*/
|
|
61
|
+
'contributorEmail'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof GeneralArticleContributorItemModel
|
|
66
|
+
*/
|
|
67
|
+
'contributorPhoto'?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof GeneralArticleContributorItemModel
|
|
72
|
+
*/
|
|
73
|
+
'contributorPhotoThumbnail'?: string | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {ContributionType}
|
|
77
|
+
* @memberof GeneralArticleContributorItemModel
|
|
78
|
+
*/
|
|
79
|
+
'type'?: ContributionType;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof GeneralArticleContributorItemModel
|
|
84
|
+
*/
|
|
85
|
+
'filter'?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof GeneralArticleContributorItemModel
|
|
90
|
+
*/
|
|
91
|
+
'order'?: number;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {AuditableEntityModel}
|
|
95
|
+
* @memberof GeneralArticleContributorItemModel
|
|
96
|
+
*/
|
|
97
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
98
|
+
}
|
|
99
|
+
//# sourceMappingURL=general-article-contributor-item-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"general-article-contributor-item-model.d.ts","sourceRoot":"","sources":["../../src/models/general-article-contributor-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;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,124 @@
|
|
|
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 { ContributionType } from './contribution-type';
|
|
14
|
+
import { SnsHandleModel } from './sns-handle-model';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GeneralArticleContributorModel
|
|
19
|
+
*/
|
|
20
|
+
export interface GeneralArticleContributorModel {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof GeneralArticleContributorModel
|
|
25
|
+
*/
|
|
26
|
+
'generalArticleId'?: string;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof GeneralArticleContributorModel
|
|
31
|
+
*/
|
|
32
|
+
'contributorId'?: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof GeneralArticleContributorModel
|
|
37
|
+
*/
|
|
38
|
+
'languageCode'?: string | null;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof GeneralArticleContributorModel
|
|
43
|
+
*/
|
|
44
|
+
'contributorName'?: string | null;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof GeneralArticleContributorModel
|
|
49
|
+
*/
|
|
50
|
+
'contributorSlug'?: string | null;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {boolean}
|
|
54
|
+
* @memberof GeneralArticleContributorModel
|
|
55
|
+
*/
|
|
56
|
+
'contributorIsConfirmed'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof GeneralArticleContributorModel
|
|
61
|
+
*/
|
|
62
|
+
'contributorEmail'?: string | null;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof GeneralArticleContributorModel
|
|
67
|
+
*/
|
|
68
|
+
'contributorPhoto'?: string | null;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof GeneralArticleContributorModel
|
|
73
|
+
*/
|
|
74
|
+
'contributorPhotoThumbnail'?: string | null;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {ContributionType}
|
|
78
|
+
* @memberof GeneralArticleContributorModel
|
|
79
|
+
*/
|
|
80
|
+
'type'?: ContributionType;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof GeneralArticleContributorModel
|
|
85
|
+
*/
|
|
86
|
+
'filter'?: string | null;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {number}
|
|
90
|
+
* @memberof GeneralArticleContributorModel
|
|
91
|
+
*/
|
|
92
|
+
'order'?: number;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {AuditableEntityModel}
|
|
96
|
+
* @memberof GeneralArticleContributorModel
|
|
97
|
+
*/
|
|
98
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @type {string}
|
|
102
|
+
* @memberof GeneralArticleContributorModel
|
|
103
|
+
*/
|
|
104
|
+
'contributorDescription'?: string | null;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @type {string}
|
|
108
|
+
* @memberof GeneralArticleContributorModel
|
|
109
|
+
*/
|
|
110
|
+
'contributorOverview'?: string | null;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @type {string}
|
|
114
|
+
* @memberof GeneralArticleContributorModel
|
|
115
|
+
*/
|
|
116
|
+
'contributorContent'?: string | null;
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @type {Array<SnsHandleModel>}
|
|
120
|
+
* @memberof GeneralArticleContributorModel
|
|
121
|
+
*/
|
|
122
|
+
'contributorSnsHandles'?: Array<SnsHandleModel> | null;
|
|
123
|
+
}
|
|
124
|
+
//# sourceMappingURL=general-article-contributor-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"general-article-contributor-model.d.ts","sourceRoot":"","sources":["../../src/models/general-article-contributor-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;CAC1D"}
|
|
@@ -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 { GeneralArticleContributorItemModel } from './general-article-contributor-item-model';
|
|
13
|
+
import { PagedListMetaData } from './paged-list-meta-data';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GeneralArticleContributorsModel
|
|
18
|
+
*/
|
|
19
|
+
export interface GeneralArticleContributorsModel {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<GeneralArticleContributorItemModel>}
|
|
23
|
+
* @memberof GeneralArticleContributorsModel
|
|
24
|
+
*/
|
|
25
|
+
'items'?: Array<GeneralArticleContributorItemModel> | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {PagedListMetaData}
|
|
29
|
+
* @memberof GeneralArticleContributorsModel
|
|
30
|
+
*/
|
|
31
|
+
'metaData'?: PagedListMetaData;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=general-article-contributors-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"general-article-contributors-model.d.ts","sourceRoot":"","sources":["../../src/models/general-article-contributors-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAG9F,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,GAAG,IAAI,CAAC;IAC3D;;;;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 });
|
|
@@ -0,0 +1,156 @@
|
|
|
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 { ArticleStatus } from './article-status';
|
|
13
|
+
import { ArticleType } from './article-type';
|
|
14
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
15
|
+
import { GeneralArticleTagItemModel } from './general-article-tag-item-model';
|
|
16
|
+
import { MediaModel } from './media-model';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GeneralArticleItemModel
|
|
21
|
+
*/
|
|
22
|
+
export interface GeneralArticleItemModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GeneralArticleItemModel
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GeneralArticleItemModel
|
|
33
|
+
*/
|
|
34
|
+
'languageCode'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GeneralArticleItemModel
|
|
39
|
+
*/
|
|
40
|
+
'name'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof GeneralArticleItemModel
|
|
45
|
+
*/
|
|
46
|
+
'slug'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {boolean}
|
|
50
|
+
* @memberof GeneralArticleItemModel
|
|
51
|
+
*/
|
|
52
|
+
'isConfirmed'?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {ArticleType}
|
|
56
|
+
* @memberof GeneralArticleItemModel
|
|
57
|
+
*/
|
|
58
|
+
'articleType'?: ArticleType;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof GeneralArticleItemModel
|
|
63
|
+
*/
|
|
64
|
+
'userId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof GeneralArticleItemModel
|
|
69
|
+
*/
|
|
70
|
+
'userName'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof GeneralArticleItemModel
|
|
75
|
+
*/
|
|
76
|
+
'hospitalId'?: string;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof GeneralArticleItemModel
|
|
81
|
+
*/
|
|
82
|
+
'hospitalName'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof GeneralArticleItemModel
|
|
87
|
+
*/
|
|
88
|
+
'hospitalSlug'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof GeneralArticleItemModel
|
|
93
|
+
*/
|
|
94
|
+
'youtubeUrl'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof GeneralArticleItemModel
|
|
99
|
+
*/
|
|
100
|
+
'photo'?: string | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof GeneralArticleItemModel
|
|
105
|
+
*/
|
|
106
|
+
'photoThumbnail'?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof GeneralArticleItemModel
|
|
111
|
+
*/
|
|
112
|
+
'background'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof GeneralArticleItemModel
|
|
117
|
+
*/
|
|
118
|
+
'backgroundThumbnail'?: string | null;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {ArticleStatus}
|
|
122
|
+
* @memberof GeneralArticleItemModel
|
|
123
|
+
*/
|
|
124
|
+
'status'?: ArticleStatus;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof GeneralArticleItemModel
|
|
129
|
+
*/
|
|
130
|
+
'articleCategoryId'?: string | null;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof GeneralArticleItemModel
|
|
135
|
+
*/
|
|
136
|
+
'articleCategoryName'?: string | null;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {Array<GeneralArticleTagItemModel>}
|
|
140
|
+
* @memberof GeneralArticleItemModel
|
|
141
|
+
*/
|
|
142
|
+
'tags'?: Array<GeneralArticleTagItemModel> | null;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {Array<MediaModel>}
|
|
146
|
+
* @memberof GeneralArticleItemModel
|
|
147
|
+
*/
|
|
148
|
+
'medias'?: Array<MediaModel> | null;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {AuditableEntityModel}
|
|
152
|
+
* @memberof GeneralArticleItemModel
|
|
153
|
+
*/
|
|
154
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
155
|
+
}
|
|
156
|
+
//# sourceMappingURL=general-article-item-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"general-article-item-model.d.ts","sourceRoot":"","sources":["../../src/models/general-article-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;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,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;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,186 @@
|
|
|
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 { ArticleStatus } from './article-status';
|
|
13
|
+
import { ArticleType } from './article-type';
|
|
14
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
15
|
+
import { GeneralArticleTagItemModel } from './general-article-tag-item-model';
|
|
16
|
+
import { MediaModel } from './media-model';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GeneralArticleModel
|
|
21
|
+
*/
|
|
22
|
+
export interface GeneralArticleModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GeneralArticleModel
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GeneralArticleModel
|
|
33
|
+
*/
|
|
34
|
+
'languageCode'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GeneralArticleModel
|
|
39
|
+
*/
|
|
40
|
+
'name'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof GeneralArticleModel
|
|
45
|
+
*/
|
|
46
|
+
'slug'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {boolean}
|
|
50
|
+
* @memberof GeneralArticleModel
|
|
51
|
+
*/
|
|
52
|
+
'isConfirmed'?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {ArticleType}
|
|
56
|
+
* @memberof GeneralArticleModel
|
|
57
|
+
*/
|
|
58
|
+
'articleType'?: ArticleType;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof GeneralArticleModel
|
|
63
|
+
*/
|
|
64
|
+
'userId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof GeneralArticleModel
|
|
69
|
+
*/
|
|
70
|
+
'userName'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof GeneralArticleModel
|
|
75
|
+
*/
|
|
76
|
+
'hospitalId'?: string;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof GeneralArticleModel
|
|
81
|
+
*/
|
|
82
|
+
'hospitalName'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof GeneralArticleModel
|
|
87
|
+
*/
|
|
88
|
+
'hospitalSlug'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof GeneralArticleModel
|
|
93
|
+
*/
|
|
94
|
+
'youtubeUrl'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof GeneralArticleModel
|
|
99
|
+
*/
|
|
100
|
+
'photo'?: string | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof GeneralArticleModel
|
|
105
|
+
*/
|
|
106
|
+
'photoThumbnail'?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof GeneralArticleModel
|
|
111
|
+
*/
|
|
112
|
+
'background'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof GeneralArticleModel
|
|
117
|
+
*/
|
|
118
|
+
'backgroundThumbnail'?: string | null;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {ArticleStatus}
|
|
122
|
+
* @memberof GeneralArticleModel
|
|
123
|
+
*/
|
|
124
|
+
'status'?: ArticleStatus;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof GeneralArticleModel
|
|
129
|
+
*/
|
|
130
|
+
'articleCategoryId'?: string | null;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof GeneralArticleModel
|
|
135
|
+
*/
|
|
136
|
+
'articleCategoryName'?: string | null;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {Array<GeneralArticleTagItemModel>}
|
|
140
|
+
* @memberof GeneralArticleModel
|
|
141
|
+
*/
|
|
142
|
+
'tags'?: Array<GeneralArticleTagItemModel> | null;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {Array<MediaModel>}
|
|
146
|
+
* @memberof GeneralArticleModel
|
|
147
|
+
*/
|
|
148
|
+
'medias'?: Array<MediaModel> | null;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {AuditableEntityModel}
|
|
152
|
+
* @memberof GeneralArticleModel
|
|
153
|
+
*/
|
|
154
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof GeneralArticleModel
|
|
159
|
+
*/
|
|
160
|
+
'description'?: string | null;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof GeneralArticleModel
|
|
165
|
+
*/
|
|
166
|
+
'overview'?: string | null;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof GeneralArticleModel
|
|
171
|
+
*/
|
|
172
|
+
'content'?: string | null;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {boolean}
|
|
176
|
+
* @memberof GeneralArticleModel
|
|
177
|
+
*/
|
|
178
|
+
'isTranslating'?: boolean;
|
|
179
|
+
/**
|
|
180
|
+
*
|
|
181
|
+
* @type {string}
|
|
182
|
+
* @memberof GeneralArticleModel
|
|
183
|
+
*/
|
|
184
|
+
'customStyle'?: string | null;
|
|
185
|
+
}
|
|
186
|
+
//# sourceMappingURL=general-article-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"general-article-model.d.ts","sourceRoot":"","sources":["../../src/models/general-article-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;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,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;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,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|