@gizone/rrs-client 4.2.7-alpha.435 → 4.2.7-alpha.437

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 (62) hide show
  1. package/.openapi-generator/FILES +10 -0
  2. package/apis/dashboard-api.ts +371 -92
  3. package/dist/apis/dashboard-api.d.ts +208 -64
  4. package/dist/apis/dashboard-api.js +282 -72
  5. package/dist/esm/apis/dashboard-api.d.ts +208 -64
  6. package/dist/esm/apis/dashboard-api.js +282 -72
  7. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
  8. package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
  9. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
  10. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
  11. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
  12. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
  13. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  14. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
  15. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
  16. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
  17. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  18. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
  19. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
  20. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  21. package/dist/esm/models/index.d.ts +10 -0
  22. package/dist/esm/models/index.js +10 -0
  23. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  24. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
  25. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  26. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
  27. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  28. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  29. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
  30. package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
  31. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
  32. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
  33. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
  34. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
  35. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  36. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
  37. package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
  38. package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
  39. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  40. package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
  41. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
  42. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  43. package/dist/models/index.d.ts +10 -0
  44. package/dist/models/index.js +10 -0
  45. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  46. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
  47. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  48. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
  49. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  50. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  51. package/models/dashboard-work-order-by-park-search-dto.ts +81 -0
  52. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +66 -0
  53. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +51 -0
  54. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
  55. package/models/dashboard-work-order-park-group-stats-vo.ts +66 -0
  56. package/models/dashboard-work-order-type-group-stats-vo.ts +74 -0
  57. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +65 -0
  58. package/models/index.ts +10 -0
  59. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
  60. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
  61. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
  62. package/package.json +1 -1
@@ -126,6 +126,13 @@ models/dashboard-equipment-system-group-stats-vo.ts
126
126
  models/dashboard-surveillance-functional-area-group-stats-vo.ts
127
127
  models/dashboard-surveillance-park-group-stats-vo.ts
128
128
  models/dashboard-surveillance-search-dto.ts
129
+ models/dashboard-work-order-by-park-search-dto.ts
130
+ models/dashboard-work-order-by-work-order-type-search-dto.ts
131
+ models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts
132
+ models/dashboard-work-order-issue-type-group-stats-vo.ts
133
+ models/dashboard-work-order-park-group-stats-vo.ts
134
+ models/dashboard-work-order-type-group-stats-vo.ts
135
+ models/dashboard-work-order-type-subcategory-group-stats-vo.ts
129
136
  models/del-user-vo.ts
130
137
  models/dept-relation-dto.ts
131
138
  models/dept-relation.ts
@@ -239,6 +246,9 @@ models/json-result-list-dashboard-equipment-park-group-stats-vo.ts
239
246
  models/json-result-list-dashboard-equipment-system-group-stats-vo.ts
240
247
  models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts
241
248
  models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts
249
+ models/json-result-list-dashboard-work-order-park-group-stats-vo.ts
250
+ models/json-result-list-dashboard-work-order-type-group-stats-vo.ts
251
+ models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts
242
252
  models/json-result-list-equipment-detail-dto.ts
243
253
  models/json-result-list-equipment-qr-code-dto.ts
244
254
  models/json-result-list-equipment-system-tree-dto.ts