@gizone/rrs-client 4.2.8-alpha.468 → 4.2.8-alpha.469

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 (224) hide show
  1. package/.openapi-generator/FILES +37 -0
  2. package/api.ts +1 -0
  3. package/apis/common-api.ts +286 -0
  4. package/apis/dashboard-api.ts +1878 -0
  5. package/apis/work-order-api.ts +164 -10
  6. package/dist/api.d.ts +1 -0
  7. package/dist/api.js +1 -0
  8. package/dist/apis/common-api.d.ts +149 -0
  9. package/dist/apis/common-api.js +215 -0
  10. package/dist/apis/dashboard-api.d.ts +979 -0
  11. package/dist/apis/dashboard-api.js +1469 -0
  12. package/dist/apis/work-order-api.d.ts +91 -4
  13. package/dist/apis/work-order-api.js +104 -10
  14. package/dist/esm/api.d.ts +1 -0
  15. package/dist/esm/api.js +1 -0
  16. package/dist/esm/apis/common-api.d.ts +149 -0
  17. package/dist/esm/apis/common-api.js +215 -0
  18. package/dist/esm/apis/dashboard-api.d.ts +979 -0
  19. package/dist/esm/apis/dashboard-api.js +1462 -0
  20. package/dist/esm/apis/work-order-api.d.ts +91 -4
  21. package/dist/esm/apis/work-order-api.js +104 -10
  22. package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
  23. package/dist/esm/models/access-appointment-source-enum.js +2 -1
  24. package/dist/esm/models/access-record-details-dto.d.ts +7 -0
  25. package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  26. package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
  27. package/dist/esm/models/dashboard-access-search-dto.d.ts +75 -0
  28. package/dist/esm/models/dashboard-access-search-dto.js +14 -0
  29. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
  30. package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
  31. package/dist/esm/models/dashboard-base-search-dto.d.ts +54 -0
  32. package/dist/esm/models/dashboard-base-search-dto.js +14 -0
  33. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  34. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
  35. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +60 -0
  36. package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
  37. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  38. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
  39. package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
  40. package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
  41. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  42. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  43. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
  44. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.js +14 -0
  45. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +67 -0
  46. package/dist/esm/models/dashboard-surveillance-search-dto.js +14 -0
  47. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
  48. package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
  49. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
  50. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
  51. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
  52. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
  53. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  54. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
  55. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +124 -0
  56. package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
  57. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
  58. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
  59. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
  60. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
  61. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
  62. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  63. package/dist/esm/models/dept-relation-dto.d.ts +24 -0
  64. package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
  65. package/dist/esm/models/equipment-status-stats-vo.js +14 -0
  66. package/dist/esm/models/index.d.ts +36 -0
  67. package/dist/esm/models/index.js +36 -0
  68. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  69. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
  70. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  71. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
  72. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  73. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
  74. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  75. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
  76. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  77. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
  78. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  79. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  80. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  81. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +14 -0
  82. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  83. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
  84. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  85. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
  86. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  87. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  88. package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
  89. package/dist/esm/models/json-result-list-inspection-point.js +14 -0
  90. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
  91. package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
  92. package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
  93. package/dist/esm/models/json-result-srm-center-entity.js +14 -0
  94. package/dist/esm/models/park-list-dto.d.ts +24 -0
  95. package/dist/esm/models/srm-center-entity.d.ts +61 -0
  96. package/dist/esm/models/srm-center-entity.js +14 -0
  97. package/dist/esm/models/srm-center-vo.d.ts +61 -0
  98. package/dist/esm/models/srm-center-vo.js +14 -0
  99. package/dist/esm/models/srm-level-add-dto.d.ts +55 -0
  100. package/dist/esm/models/srm-level-add-dto.js +14 -0
  101. package/dist/esm/models/work-order-search-dto.d.ts +36 -0
  102. package/dist/models/access-appointment-source-enum.d.ts +1 -0
  103. package/dist/models/access-appointment-source-enum.js +2 -1
  104. package/dist/models/access-record-details-dto.d.ts +7 -0
  105. package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  106. package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
  107. package/dist/models/dashboard-access-search-dto.d.ts +75 -0
  108. package/dist/models/dashboard-access-search-dto.js +15 -0
  109. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
  110. package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
  111. package/dist/models/dashboard-base-search-dto.d.ts +54 -0
  112. package/dist/models/dashboard-base-search-dto.js +15 -0
  113. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  114. package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
  115. package/dist/models/dashboard-equipment-search-dto.d.ts +60 -0
  116. package/dist/models/dashboard-equipment-search-dto.js +15 -0
  117. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  118. package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
  119. package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
  120. package/dist/models/dashboard-series-stats-base-vo.js +15 -0
  121. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  122. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  123. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
  124. package/dist/models/dashboard-surveillance-park-group-stats-vo.js +15 -0
  125. package/dist/models/dashboard-surveillance-search-dto.d.ts +67 -0
  126. package/dist/models/dashboard-surveillance-search-dto.js +15 -0
  127. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
  128. package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
  129. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
  130. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
  131. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
  132. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
  133. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  134. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
  135. package/dist/models/dashboard-work-order-list-search-dto.d.ts +124 -0
  136. package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
  137. package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
  138. package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
  139. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
  140. package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
  141. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
  142. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  143. package/dist/models/dept-relation-dto.d.ts +24 -0
  144. package/dist/models/equipment-status-stats-vo.d.ts +31 -0
  145. package/dist/models/equipment-status-stats-vo.js +15 -0
  146. package/dist/models/index.d.ts +36 -0
  147. package/dist/models/index.js +36 -0
  148. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  149. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
  150. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  151. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
  152. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  153. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
  154. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  155. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
  156. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  157. package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
  158. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  159. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  160. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  161. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +15 -0
  162. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  163. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
  164. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  165. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
  166. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  167. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  168. package/dist/models/json-result-list-inspection-point.d.ts +62 -0
  169. package/dist/models/json-result-list-inspection-point.js +15 -0
  170. package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
  171. package/dist/models/json-result-list-srm-center-vo.js +15 -0
  172. package/dist/models/json-result-srm-center-entity.d.ts +62 -0
  173. package/dist/models/json-result-srm-center-entity.js +15 -0
  174. package/dist/models/park-list-dto.d.ts +24 -0
  175. package/dist/models/srm-center-entity.d.ts +61 -0
  176. package/dist/models/srm-center-entity.js +15 -0
  177. package/dist/models/srm-center-vo.d.ts +61 -0
  178. package/dist/models/srm-center-vo.js +15 -0
  179. package/dist/models/srm-level-add-dto.d.ts +55 -0
  180. package/dist/models/srm-level-add-dto.js +15 -0
  181. package/dist/models/work-order-search-dto.d.ts +36 -0
  182. package/models/access-appointment-source-enum.ts +2 -1
  183. package/models/access-record-details-dto.ts +9 -0
  184. package/models/dashboard-access-park-group-stats-vo.ts +102 -0
  185. package/models/dashboard-access-search-dto.ts +89 -0
  186. package/models/dashboard-access-source-group-stats-vo.ts +71 -0
  187. package/models/dashboard-base-search-dto.ts +60 -0
  188. package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
  189. package/models/dashboard-equipment-search-dto.ts +66 -0
  190. package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
  191. package/models/dashboard-series-stats-base-vo.ts +36 -0
  192. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
  193. package/models/dashboard-surveillance-park-group-stats-vo.ts +102 -0
  194. package/models/dashboard-surveillance-search-dto.ts +75 -0
  195. package/models/dashboard-work-order-by-park-search-dto.ts +99 -0
  196. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +84 -0
  197. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +69 -0
  198. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
  199. package/models/dashboard-work-order-list-search-dto.ts +141 -0
  200. package/models/dashboard-work-order-park-group-stats-vo.ts +108 -0
  201. package/models/dashboard-work-order-type-group-stats-vo.ts +80 -0
  202. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +77 -0
  203. package/models/dept-relation-dto.ts +24 -0
  204. package/models/equipment-status-stats-vo.ts +41 -0
  205. package/models/index.ts +36 -0
  206. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
  207. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
  208. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
  209. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
  210. package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
  211. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
  212. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +72 -0
  213. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
  214. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
  215. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
  216. package/models/json-result-list-inspection-point.ts +72 -0
  217. package/models/json-result-list-srm-center-vo.ts +72 -0
  218. package/models/json-result-srm-center-entity.ts +72 -0
  219. package/models/park-list-dto.ts +24 -0
  220. package/models/srm-center-entity.ts +71 -0
  221. package/models/srm-center-vo.ts +71 -0
  222. package/models/srm-level-add-dto.ts +65 -0
  223. package/models/work-order-search-dto.ts +36 -0
  224. package/package.json +1 -1
@@ -0,0 +1,67 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
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 type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
13
+ /**
14
+ * 数据看板工单类型子类分组统计VO
15
+ * @export
16
+ * @interface DashboardWorkOrderTypeSubcategoryGroupStatsVO
17
+ */
18
+ export interface DashboardWorkOrderTypeSubcategoryGroupStatsVO {
19
+ /**
20
+ *
21
+ * @type {WorkOrderTypeSubcategoryEnum}
22
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
23
+ */
24
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
29
+ */
30
+ 'workOrderTypeSubcategoryDesc'?: string;
31
+ /**
32
+ * 工单总数
33
+ * @type {number}
34
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
35
+ */
36
+ 'totalCount'?: number;
37
+ /**
38
+ * 完成工单数
39
+ * @type {number}
40
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
41
+ */
42
+ 'completedCount'?: number;
43
+ /**
44
+ * 时效内未完成数
45
+ * @type {number}
46
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
47
+ */
48
+ 'inTimeUncompletedCount'?: number;
49
+ /**
50
+ * 超时未完成数
51
+ * @type {number}
52
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
53
+ */
54
+ 'overTimeUncompletedCount'?: number;
55
+ /**
56
+ * 工单完成率
57
+ * @type {number}
58
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
59
+ */
60
+ 'completionRate'?: number;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
65
+ */
66
+ 'completionRateStr'?: string;
67
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
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 });
@@ -155,4 +155,28 @@ export interface DeptRelationDTO {
155
155
  * @memberof DeptRelationDTO
156
156
  */
157
157
  'srmParkCode'?: string;
158
+ /**
159
+ * srm大区编码
160
+ * @type {string}
161
+ * @memberof DeptRelationDTO
162
+ */
163
+ 'srmAreaCode'?: string;
164
+ /**
165
+ * srm大区名称
166
+ * @type {string}
167
+ * @memberof DeptRelationDTO
168
+ */
169
+ 'srmAreaName'?: string;
170
+ /**
171
+ * srm小微编码
172
+ * @type {string}
173
+ * @memberof DeptRelationDTO
174
+ */
175
+ 'srmXwCode'?: string;
176
+ /**
177
+ * srm小微名称
178
+ * @type {string}
179
+ * @memberof DeptRelationDTO
180
+ */
181
+ 'srmXwName'?: string;
158
182
  }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
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 type { EquipmentStatusEnum } from './equipment-status-enum';
13
+ /**
14
+ * 设备状态统计VO
15
+ * @export
16
+ * @interface EquipmentStatusStatsVO
17
+ */
18
+ export interface EquipmentStatusStatsVO {
19
+ /**
20
+ *
21
+ * @type {EquipmentStatusEnum}
22
+ * @memberof EquipmentStatusStatsVO
23
+ */
24
+ 'equipmentStatus'?: EquipmentStatusEnum;
25
+ /**
26
+ * 数量
27
+ * @type {number}
28
+ * @memberof EquipmentStatusStatsVO
29
+ */
30
+ 'count'?: number;
31
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
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 });
@@ -75,6 +75,25 @@ export * from './captcha-type-enum';
75
75
  export * from './center-list-dto';
76
76
  export * from './change-password-dto';
77
77
  export * from './choose-pak-body';
78
+ export * from './dashboard-access-park-group-stats-vo';
79
+ export * from './dashboard-access-search-dto';
80
+ export * from './dashboard-access-source-group-stats-vo';
81
+ export * from './dashboard-base-search-dto';
82
+ export * from './dashboard-equipment-park-group-stats-vo';
83
+ export * from './dashboard-equipment-search-dto';
84
+ export * from './dashboard-equipment-system-group-stats-vo';
85
+ export * from './dashboard-series-stats-base-vo';
86
+ export * from './dashboard-surveillance-functional-area-group-stats-vo';
87
+ export * from './dashboard-surveillance-park-group-stats-vo';
88
+ export * from './dashboard-surveillance-search-dto';
89
+ export * from './dashboard-work-order-by-park-search-dto';
90
+ export * from './dashboard-work-order-by-work-order-type-search-dto';
91
+ export * from './dashboard-work-order-by-work-order-type-subcategory-search-dto';
92
+ export * from './dashboard-work-order-issue-type-group-stats-vo';
93
+ export * from './dashboard-work-order-list-search-dto';
94
+ export * from './dashboard-work-order-park-group-stats-vo';
95
+ export * from './dashboard-work-order-type-group-stats-vo';
96
+ export * from './dashboard-work-order-type-subcategory-group-stats-vo';
78
97
  export * from './del-user-vo';
79
98
  export * from './dept-relation';
80
99
  export * from './dept-relation-dto';
@@ -98,6 +117,7 @@ export * from './equipment-search-vo';
98
117
  export * from './equipment-space-search-vo';
99
118
  export * from './equipment-status';
100
119
  export * from './equipment-status-enum';
120
+ export * from './equipment-status-stats-vo';
101
121
  export * from './equipment-system-add-vo';
102
122
  export * from './equipment-system-edit-vo';
103
123
  export * from './equipment-system-entity';
@@ -183,10 +203,21 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
183
203
  export * from './json-result-list-area-park-dto';
184
204
  export * from './json-result-list-calendar-entity';
185
205
  export * from './json-result-list-center-list-dto';
206
+ export * from './json-result-list-dashboard-access-park-group-stats-vo';
207
+ export * from './json-result-list-dashboard-access-source-group-stats-vo';
208
+ export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
209
+ export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
210
+ export * from './json-result-list-dashboard-series-stats-base-vo';
211
+ export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
212
+ export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
213
+ export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
214
+ export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
215
+ export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
186
216
  export * from './json-result-list-equipment-detail-dto';
187
217
  export * from './json-result-list-equipment-qr-code-dto';
188
218
  export * from './json-result-list-equipment-system-tree-dto';
189
219
  export * from './json-result-list-equipment-tree-dto';
220
+ export * from './json-result-list-inspection-point';
190
221
  export * from './json-result-list-inspection-standard-entity';
191
222
  export * from './json-result-list-maintenance-standard-entity';
192
223
  export * from './json-result-list-park-list-dto';
@@ -197,6 +228,7 @@ export * from './json-result-list-space-point-dto';
197
228
  export * from './json-result-list-space-qr-code-dto';
198
229
  export * from './json-result-list-space-tree-dto';
199
230
  export * from './json-result-list-space-url-dto';
231
+ export * from './json-result-list-srm-center-vo';
200
232
  export * from './json-result-list-supplier-select-dto';
201
233
  export * from './json-result-list-surveillance-settings-coverage-standard-dto';
202
234
  export * from './json-result-list-sys-dept';
@@ -237,6 +269,7 @@ export * from './json-result-period-detail-resp';
237
269
  export * from './json-result-plan-detail-dto';
238
270
  export * from './json-result-space-add-redis-list-dto';
239
271
  export * from './json-result-space-image-detail-dto';
272
+ export * from './json-result-srm-center-entity';
240
273
  export * from './json-result-string';
241
274
  export * from './json-result-supplier-contract-details-dto';
242
275
  export * from './json-result-supplier-entity';
@@ -356,6 +389,9 @@ export * from './space-type-enum';
356
389
  export * from './space-url-add-vo';
357
390
  export * from './space-url-dto';
358
391
  export * from './space-url-edit-vo';
392
+ export * from './srm-center-entity';
393
+ export * from './srm-center-vo';
394
+ export * from './srm-level-add-dto';
359
395
  export * from './srm-park-contract-change-vo';
360
396
  export * from './standard-delete-vo';
361
397
  export * from './sub-buttons';
@@ -91,6 +91,25 @@ __exportStar(require("./captcha-type-enum"), exports);
91
91
  __exportStar(require("./center-list-dto"), exports);
92
92
  __exportStar(require("./change-password-dto"), exports);
93
93
  __exportStar(require("./choose-pak-body"), exports);
94
+ __exportStar(require("./dashboard-access-park-group-stats-vo"), exports);
95
+ __exportStar(require("./dashboard-access-search-dto"), exports);
96
+ __exportStar(require("./dashboard-access-source-group-stats-vo"), exports);
97
+ __exportStar(require("./dashboard-base-search-dto"), exports);
98
+ __exportStar(require("./dashboard-equipment-park-group-stats-vo"), exports);
99
+ __exportStar(require("./dashboard-equipment-search-dto"), exports);
100
+ __exportStar(require("./dashboard-equipment-system-group-stats-vo"), exports);
101
+ __exportStar(require("./dashboard-series-stats-base-vo"), exports);
102
+ __exportStar(require("./dashboard-surveillance-functional-area-group-stats-vo"), exports);
103
+ __exportStar(require("./dashboard-surveillance-park-group-stats-vo"), exports);
104
+ __exportStar(require("./dashboard-surveillance-search-dto"), exports);
105
+ __exportStar(require("./dashboard-work-order-by-park-search-dto"), exports);
106
+ __exportStar(require("./dashboard-work-order-by-work-order-type-search-dto"), exports);
107
+ __exportStar(require("./dashboard-work-order-by-work-order-type-subcategory-search-dto"), exports);
108
+ __exportStar(require("./dashboard-work-order-issue-type-group-stats-vo"), exports);
109
+ __exportStar(require("./dashboard-work-order-list-search-dto"), exports);
110
+ __exportStar(require("./dashboard-work-order-park-group-stats-vo"), exports);
111
+ __exportStar(require("./dashboard-work-order-type-group-stats-vo"), exports);
112
+ __exportStar(require("./dashboard-work-order-type-subcategory-group-stats-vo"), exports);
94
113
  __exportStar(require("./del-user-vo"), exports);
95
114
  __exportStar(require("./dept-relation"), exports);
96
115
  __exportStar(require("./dept-relation-dto"), exports);
@@ -114,6 +133,7 @@ __exportStar(require("./equipment-search-vo"), exports);
114
133
  __exportStar(require("./equipment-space-search-vo"), exports);
115
134
  __exportStar(require("./equipment-status"), exports);
116
135
  __exportStar(require("./equipment-status-enum"), exports);
136
+ __exportStar(require("./equipment-status-stats-vo"), exports);
117
137
  __exportStar(require("./equipment-system-add-vo"), exports);
118
138
  __exportStar(require("./equipment-system-edit-vo"), exports);
119
139
  __exportStar(require("./equipment-system-entity"), exports);
@@ -199,10 +219,21 @@ __exportStar(require("./json-result-list-applet-sys-user-drop-down-box-list-dto"
199
219
  __exportStar(require("./json-result-list-area-park-dto"), exports);
200
220
  __exportStar(require("./json-result-list-calendar-entity"), exports);
201
221
  __exportStar(require("./json-result-list-center-list-dto"), exports);
222
+ __exportStar(require("./json-result-list-dashboard-access-park-group-stats-vo"), exports);
223
+ __exportStar(require("./json-result-list-dashboard-access-source-group-stats-vo"), exports);
224
+ __exportStar(require("./json-result-list-dashboard-equipment-park-group-stats-vo"), exports);
225
+ __exportStar(require("./json-result-list-dashboard-equipment-system-group-stats-vo"), exports);
226
+ __exportStar(require("./json-result-list-dashboard-series-stats-base-vo"), exports);
227
+ __exportStar(require("./json-result-list-dashboard-surveillance-functional-area-group-stats-vo"), exports);
228
+ __exportStar(require("./json-result-list-dashboard-surveillance-park-group-stats-vo"), exports);
229
+ __exportStar(require("./json-result-list-dashboard-work-order-park-group-stats-vo"), exports);
230
+ __exportStar(require("./json-result-list-dashboard-work-order-type-group-stats-vo"), exports);
231
+ __exportStar(require("./json-result-list-dashboard-work-order-type-subcategory-group-stats-vo"), exports);
202
232
  __exportStar(require("./json-result-list-equipment-detail-dto"), exports);
203
233
  __exportStar(require("./json-result-list-equipment-qr-code-dto"), exports);
204
234
  __exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);
205
235
  __exportStar(require("./json-result-list-equipment-tree-dto"), exports);
236
+ __exportStar(require("./json-result-list-inspection-point"), exports);
206
237
  __exportStar(require("./json-result-list-inspection-standard-entity"), exports);
207
238
  __exportStar(require("./json-result-list-maintenance-standard-entity"), exports);
208
239
  __exportStar(require("./json-result-list-park-list-dto"), exports);
@@ -213,6 +244,7 @@ __exportStar(require("./json-result-list-space-point-dto"), exports);
213
244
  __exportStar(require("./json-result-list-space-qr-code-dto"), exports);
214
245
  __exportStar(require("./json-result-list-space-tree-dto"), exports);
215
246
  __exportStar(require("./json-result-list-space-url-dto"), exports);
247
+ __exportStar(require("./json-result-list-srm-center-vo"), exports);
216
248
  __exportStar(require("./json-result-list-supplier-select-dto"), exports);
217
249
  __exportStar(require("./json-result-list-surveillance-settings-coverage-standard-dto"), exports);
218
250
  __exportStar(require("./json-result-list-sys-dept"), exports);
@@ -253,6 +285,7 @@ __exportStar(require("./json-result-period-detail-resp"), exports);
253
285
  __exportStar(require("./json-result-plan-detail-dto"), exports);
254
286
  __exportStar(require("./json-result-space-add-redis-list-dto"), exports);
255
287
  __exportStar(require("./json-result-space-image-detail-dto"), exports);
288
+ __exportStar(require("./json-result-srm-center-entity"), exports);
256
289
  __exportStar(require("./json-result-string"), exports);
257
290
  __exportStar(require("./json-result-supplier-contract-details-dto"), exports);
258
291
  __exportStar(require("./json-result-supplier-entity"), exports);
@@ -372,6 +405,9 @@ __exportStar(require("./space-type-enum"), exports);
372
405
  __exportStar(require("./space-url-add-vo"), exports);
373
406
  __exportStar(require("./space-url-dto"), exports);
374
407
  __exportStar(require("./space-url-edit-vo"), exports);
408
+ __exportStar(require("./srm-center-entity"), exports);
409
+ __exportStar(require("./srm-center-vo"), exports);
410
+ __exportStar(require("./srm-level-add-dto"), exports);
375
411
  __exportStar(require("./srm-park-contract-change-vo"), exports);
376
412
  __exportStar(require("./standard-delete-vo"), exports);
377
413
  __exportStar(require("./sub-buttons"), exports);
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
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 type { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardAccessParkGroupStatsVO } from './dashboard-access-park-group-stats-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardAccessParkGroupStatsVO
18
+ */
19
+ export interface JsonResultListDashboardAccessParkGroupStatsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardAccessParkGroupStatsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardAccessParkGroupStatsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardAccessParkGroupStatsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardAccessParkGroupStatsVO>}
41
+ * @memberof JsonResultListDashboardAccessParkGroupStatsVO
42
+ */
43
+ 'data'?: Array<DashboardAccessParkGroupStatsVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardAccessParkGroupStatsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardAccessParkGroupStatsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardAccessParkGroupStatsVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
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
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
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 type { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardAccessSourceGroupStatsVO } from './dashboard-access-source-group-stats-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardAccessSourceGroupStatsVO
18
+ */
19
+ export interface JsonResultListDashboardAccessSourceGroupStatsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardAccessSourceGroupStatsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardAccessSourceGroupStatsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardAccessSourceGroupStatsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardAccessSourceGroupStatsVO>}
41
+ * @memberof JsonResultListDashboardAccessSourceGroupStatsVO
42
+ */
43
+ 'data'?: Array<DashboardAccessSourceGroupStatsVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardAccessSourceGroupStatsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardAccessSourceGroupStatsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardAccessSourceGroupStatsVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
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
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
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 type { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardEquipmentParkGroupStatsVO } from './dashboard-equipment-park-group-stats-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardEquipmentParkGroupStatsVO
18
+ */
19
+ export interface JsonResultListDashboardEquipmentParkGroupStatsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardEquipmentParkGroupStatsVO>}
41
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
42
+ */
43
+ 'data'?: Array<DashboardEquipmentParkGroupStatsVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
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
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
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 type { BaseErrorResult } from './base-error-result';
13
+ import type { DashboardEquipmentSystemGroupStatsVO } from './dashboard-equipment-system-group-stats-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListDashboardEquipmentSystemGroupStatsVO
18
+ */
19
+ export interface JsonResultListDashboardEquipmentSystemGroupStatsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<DashboardEquipmentSystemGroupStatsVO>}
41
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
42
+ */
43
+ 'data'?: Array<DashboardEquipmentSystemGroupStatsVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
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 });