@gizone/rrs-client 3.11.16-alpha.82 → 3.11.17-alpha.84
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/.openapi-generator/FILES +23 -0
- package/README.md +2 -2
- package/apis/surveillance-api.ts +1343 -102
- package/apis/work-order-api.ts +398 -10
- package/configuration.ts +1 -1
- package/dist/apis/surveillance-api.d.ts +678 -0
- package/dist/apis/surveillance-api.js +960 -82
- package/dist/apis/work-order-api.d.ts +215 -10
- package/dist/apis/work-order-api.js +293 -4
- package/dist/configuration.js +1 -1
- package/dist/esm/apis/surveillance-api.d.ts +678 -0
- package/dist/esm/apis/surveillance-api.js +959 -81
- package/dist/esm/apis/work-order-api.d.ts +215 -10
- package/dist/esm/apis/work-order-api.js +293 -4
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/functional-area-enum.d.ts +26 -0
- package/dist/esm/models/functional-area-enum.js +27 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
- package/dist/esm/models/index.d.ts +23 -0
- package/dist/esm/models/index.js +23 -0
- package/dist/esm/models/installation-body-enum.d.ts +22 -0
- package/dist/esm/models/installation-body-enum.js +23 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-new-work-monitor-repair-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +56 -0
- package/dist/esm/models/json-result-surveillance-live-dto.js +14 -0
- package/dist/esm/models/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/new-work-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.js +20 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-new-work-monitor-repair-vo.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/space-add-vo.d.ts +7 -0
- package/dist/esm/models/space-detail-dto.d.ts +7 -0
- package/dist/esm/models/space-edit-vo.d.ts +7 -0
- package/dist/esm/models/space-industry-attribute.d.ts +25 -0
- package/dist/esm/models/space-industry-attribute.js +26 -0
- package/dist/esm/models/space-tree-dto.d.ts +26 -19
- package/dist/esm/models/space.d.ts +43 -0
- package/dist/esm/models/space.js +14 -0
- package/dist/esm/models/surveillance-add-vo.d.ts +156 -0
- package/dist/esm/models/surveillance-add-vo.js +14 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +222 -0
- package/dist/esm/models/surveillance-details-dto.js +14 -0
- package/dist/esm/models/surveillance-live-dto.d.ts +48 -0
- package/dist/esm/models/surveillance-live-dto.js +14 -0
- package/dist/esm/models/surveillance-status-enum.d.ts +21 -0
- package/dist/esm/models/surveillance-status-enum.js +22 -0
- package/dist/esm/models/surveillance-update-vo.d.ts +62 -0
- package/dist/esm/models/surveillance-update-vo.js +14 -0
- package/dist/esm/models/surveillance.d.ts +49 -0
- package/dist/esm/models/surveillance.js +14 -0
- package/dist/esm/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +42 -0
- package/dist/esm/models/work-order-decision-vo.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +61 -0
- package/dist/esm/models/work-order-handler-dto.js +14 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/esm/models/work-order-internal-status-enum.js +4 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/esm/models/work-order-issue-type-enum.js +4 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- package/dist/esm/models/work-order-space-dto.d.ts +36 -0
- package/dist/esm/models/work-order-space-dto.js +14 -0
- package/dist/esm/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/esm/models/work-order-sponsor-dto.js +14 -0
- package/dist/esm/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/esm/models/work-order-surveillance-dto.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/functional-area-enum.d.ts +26 -0
- package/dist/models/functional-area-enum.js +30 -0
- package/dist/models/get-user-wx200-response.d.ts +4 -4
- package/dist/models/index.d.ts +23 -0
- package/dist/models/index.js +23 -0
- package/dist/models/installation-body-enum.d.ts +22 -0
- package/dist/models/installation-body-enum.js +26 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -0
- package/dist/models/json-result-new-work-monitor-repair-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-details-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-live-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-live-dto.js +15 -0
- package/dist/models/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/new-work-monitor-repair-add-vo.js +15 -0
- package/dist/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/models/new-work-monitor-repair-details-dto.js +23 -0
- package/dist/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/models/page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-new-work-monitor-repair-vo.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/space-add-vo.d.ts +7 -0
- package/dist/models/space-detail-dto.d.ts +7 -0
- package/dist/models/space-edit-vo.d.ts +7 -0
- package/dist/models/space-industry-attribute.d.ts +25 -0
- package/dist/models/space-industry-attribute.js +29 -0
- package/dist/models/space-tree-dto.d.ts +26 -19
- package/dist/models/space.d.ts +43 -0
- package/dist/models/space.js +15 -0
- package/dist/models/surveillance-add-vo.d.ts +156 -0
- package/dist/models/surveillance-add-vo.js +15 -0
- package/dist/models/surveillance-details-dto.d.ts +222 -0
- package/dist/models/surveillance-details-dto.js +15 -0
- package/dist/models/surveillance-live-dto.d.ts +48 -0
- package/dist/models/surveillance-live-dto.js +15 -0
- package/dist/models/surveillance-status-enum.d.ts +21 -0
- package/dist/models/surveillance-status-enum.js +25 -0
- package/dist/models/surveillance-update-vo.d.ts +62 -0
- package/dist/models/surveillance-update-vo.js +15 -0
- package/dist/models/surveillance.d.ts +49 -0
- package/dist/models/surveillance.js +15 -0
- package/dist/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +42 -0
- package/dist/models/work-order-decision-vo.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +61 -0
- package/dist/models/work-order-handler-dto.js +15 -0
- package/dist/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/models/work-order-internal-status-enum.js +4 -1
- package/dist/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/models/work-order-issue-type-enum.js +4 -1
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/work-order-space-dto.d.ts +36 -0
- package/dist/models/work-order-space-dto.js +15 -0
- package/dist/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/models/work-order-sponsor-dto.js +15 -0
- package/dist/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/models/work-order-surveillance-dto.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +4 -4
- package/models/index.ts +23 -0
- package/models/installation-body-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-new-work-monitor-repair-details-dto.ts +66 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-live-dto.ts +66 -0
- package/models/new-work-monitor-repair-add-vo.ts +101 -0
- package/models/new-work-monitor-repair-details-dto.ts +221 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/process-new-work-monitor-repair-vo.ts +36 -0
- package/models/space-add-excel-dto.ts +6 -0
- package/models/space-add-vo.ts +9 -0
- package/models/space-detail-dto.ts +9 -0
- package/models/space-edit-vo.ts +9 -0
- package/models/space-industry-attribute.ts +35 -0
- package/models/space-tree-dto.ts +28 -19
- package/models/space.ts +51 -0
- package/models/surveillance-add-vo.ts +162 -0
- package/models/surveillance-details-dto.ts +242 -0
- package/models/surveillance-live-dto.ts +54 -0
- package/models/surveillance-status-enum.ts +31 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -0
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +48 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-issue-type-enum.ts +4 -1
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-space-dto.ts +42 -0
- package/models/work-order-sponsor-dto.ts +54 -0
- package/models/work-order-surveillance-dto.ts +36 -0
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -300,6 +300,7 @@ models/fire-control-equipment-batch-setting-location-vo.ts
|
|
|
300
300
|
models/fire-control-equipment-edit-vo.ts
|
|
301
301
|
models/fire-control-equipment-search-vo.ts
|
|
302
302
|
models/followup-work-order-dto.ts
|
|
303
|
+
models/functional-area-enum.ts
|
|
303
304
|
models/fusion-role-request-dto.ts
|
|
304
305
|
models/gate-list-po.ts
|
|
305
306
|
models/get-user-wx200-response-locale.ts
|
|
@@ -358,6 +359,7 @@ models/inspection-standard-dto.ts
|
|
|
358
359
|
models/inspection-standard-entity.ts
|
|
359
360
|
models/inspection-standard-import-dto.ts
|
|
360
361
|
models/inspection-standard-type-enum.ts
|
|
362
|
+
models/installation-body-enum.ts
|
|
361
363
|
models/internet-access-park-vehicle-vo.ts
|
|
362
364
|
models/internet-meter-add-vo.ts
|
|
363
365
|
models/internet-meter-details-add-vo.ts
|
|
@@ -518,6 +520,7 @@ models/json-result-monitor-detail-dto.ts
|
|
|
518
520
|
models/json-result-monitor-live-dto.ts
|
|
519
521
|
models/json-result-monitor-screen-dto.ts
|
|
520
522
|
models/json-result-monitor-sort-entity.ts
|
|
523
|
+
models/json-result-new-work-monitor-repair-details-dto.ts
|
|
521
524
|
models/json-result-news-entity.ts
|
|
522
525
|
models/json-result-node-dto.ts
|
|
523
526
|
models/json-result-object.ts
|
|
@@ -561,6 +564,7 @@ models/json-result-page-dto-renovation-plan-list-vo.ts
|
|
|
561
564
|
models/json-result-page-dto-stock-list-page-dto.ts
|
|
562
565
|
models/json-result-page-dto-stock-record-list-page-dto.ts
|
|
563
566
|
models/json-result-page-dto-supplier-contract-details-dto.ts
|
|
567
|
+
models/json-result-page-dto-surveillance-details-dto.ts
|
|
564
568
|
models/json-result-page-dto-surveillance-roi-list-vo.ts
|
|
565
569
|
models/json-result-page-dto-sys-user-msg-dto.ts
|
|
566
570
|
models/json-result-page-dto-work-order-search-dto.ts
|
|
@@ -579,6 +583,8 @@ models/json-result-stock-push-settings-entity.ts
|
|
|
579
583
|
models/json-result-string.ts
|
|
580
584
|
models/json-result-supplier-contract-details-dto.ts
|
|
581
585
|
models/json-result-supplier-entity.ts
|
|
586
|
+
models/json-result-surveillance-details-dto.ts
|
|
587
|
+
models/json-result-surveillance-live-dto.ts
|
|
582
588
|
models/json-result-surveillance-roi-list-vo.ts
|
|
583
589
|
models/json-result-switch-park-v2-dto.ts
|
|
584
590
|
models/json-result-sys-dept.ts
|
|
@@ -633,6 +639,8 @@ models/monitor-search-dto.ts
|
|
|
633
639
|
models/monitor-search-vo.ts
|
|
634
640
|
models/monitor-sort-entity.ts
|
|
635
641
|
models/monitor-sort-search-vo.ts
|
|
642
|
+
models/new-work-monitor-repair-add-vo.ts
|
|
643
|
+
models/new-work-monitor-repair-details-dto.ts
|
|
636
644
|
models/news-entity.ts
|
|
637
645
|
models/news-in-button.ts
|
|
638
646
|
models/news-info.ts
|
|
@@ -702,6 +710,7 @@ models/page-dto-renovation-plan-list-vo.ts
|
|
|
702
710
|
models/page-dto-stock-list-page-dto.ts
|
|
703
711
|
models/page-dto-stock-record-list-page-dto.ts
|
|
704
712
|
models/page-dto-supplier-contract-details-dto.ts
|
|
713
|
+
models/page-dto-surveillance-details-dto.ts
|
|
705
714
|
models/page-dto-surveillance-roi-list-vo.ts
|
|
706
715
|
models/page-dto-sys-user-msg-dto.ts
|
|
707
716
|
models/page-dto-work-order-search-dto.ts
|
|
@@ -728,6 +737,7 @@ models/plan-search-dto.ts
|
|
|
728
737
|
models/plan-to-state-vo.ts
|
|
729
738
|
models/privacy-add-vo.ts
|
|
730
739
|
models/privacy-update-state-dto.ts
|
|
740
|
+
models/process-new-work-monitor-repair-vo.ts
|
|
731
741
|
models/process-work-order-vo.ts
|
|
732
742
|
models/receive-information-visitors-vo.ts
|
|
733
743
|
models/record-statistics-vo.ts
|
|
@@ -768,6 +778,7 @@ models/space-add-vo.ts
|
|
|
768
778
|
models/space-detail-dto.ts
|
|
769
779
|
models/space-edit-vo.ts
|
|
770
780
|
models/space-image-detail-dto.ts
|
|
781
|
+
models/space-industry-attribute.ts
|
|
771
782
|
models/space-point-dto.ts
|
|
772
783
|
models/space-qr-code-dto.ts
|
|
773
784
|
models/space-qr-code.ts
|
|
@@ -775,6 +786,7 @@ models/space-tree-dto.ts
|
|
|
775
786
|
models/space-url-add-vo.ts
|
|
776
787
|
models/space-url-dto.ts
|
|
777
788
|
models/space-url-edit-vo.ts
|
|
789
|
+
models/space.ts
|
|
778
790
|
models/standard-delete-vo.ts
|
|
779
791
|
models/statistics-park-carbon-emission-bo.ts
|
|
780
792
|
models/steps.ts
|
|
@@ -803,8 +815,14 @@ models/supplier-edit-vo.ts
|
|
|
803
815
|
models/supplier-entity.ts
|
|
804
816
|
models/supplier-search-vo.ts
|
|
805
817
|
models/supplier-select-dto.ts
|
|
818
|
+
models/surveillance-add-vo.ts
|
|
819
|
+
models/surveillance-details-dto.ts
|
|
820
|
+
models/surveillance-live-dto.ts
|
|
806
821
|
models/surveillance-roi-entity.ts
|
|
807
822
|
models/surveillance-roi-list-vo.ts
|
|
823
|
+
models/surveillance-status-enum.ts
|
|
824
|
+
models/surveillance-update-vo.ts
|
|
825
|
+
models/surveillance.ts
|
|
808
826
|
models/switch-pak-body-v2-vo.ts
|
|
809
827
|
models/switch-pak-body.ts
|
|
810
828
|
models/switch-park-v2-dto.ts
|
|
@@ -873,6 +891,7 @@ models/work-order-circulation-vo.ts
|
|
|
873
891
|
models/work-order-comment-dto.ts
|
|
874
892
|
models/work-order-comment-entity.ts
|
|
875
893
|
models/work-order-comment-vo.ts
|
|
894
|
+
models/work-order-decision-vo.ts
|
|
876
895
|
models/work-order-dept-dto.ts
|
|
877
896
|
models/work-order-dept-settings-add-or-update-vo.ts
|
|
878
897
|
models/work-order-dept-settings-entity.ts
|
|
@@ -880,6 +899,7 @@ models/work-order-detail-dto.ts
|
|
|
880
899
|
models/work-order-distribute-leaflets-vo.ts
|
|
881
900
|
models/work-order-handle-meter-reading-details-vo.ts
|
|
882
901
|
models/work-order-handle-meter-reading-vo.ts
|
|
902
|
+
models/work-order-handler-dto.ts
|
|
883
903
|
models/work-order-handler-status-enum.ts
|
|
884
904
|
models/work-order-inspection-detail-dto.ts
|
|
885
905
|
models/work-order-inspection-item-req.ts
|
|
@@ -895,11 +915,14 @@ models/work-order-report-vo.ts
|
|
|
895
915
|
models/work-order-search-dto.ts
|
|
896
916
|
models/work-order-settings-type-enum.ts
|
|
897
917
|
models/work-order-source-enum.ts
|
|
918
|
+
models/work-order-space-dto.ts
|
|
919
|
+
models/work-order-sponsor-dto.ts
|
|
898
920
|
models/work-order-spot-check-vo.ts
|
|
899
921
|
models/work-order-staging-data-vo.ts
|
|
900
922
|
models/work-order-status-vo.ts
|
|
901
923
|
models/work-order-step-by-step-push-dto.ts
|
|
902
924
|
models/work-order-step-by-step-push-user-details-dto.ts
|
|
925
|
+
models/work-order-surveillance-dto.ts
|
|
903
926
|
models/work-order-type-dto.ts
|
|
904
927
|
models/work-order-type-enum.ts
|
|
905
928
|
models/wx-ma-user-info.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @gizone/rrs-client@3.11.
|
|
1
|
+
## @gizone/rrs-client@3.11.17
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @gizone/rrs-client@3.11.
|
|
39
|
+
npm install @gizone/rrs-client@3.11.17 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|