@gizone/rrs-client 3.11.16-alpha.83 → 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 -1
- package/README.md +2 -2
- package/apis/space-api.ts +25 -15
- package/apis/surveillance-api.ts +1343 -102
- package/apis/work-order-api.ts +398 -10
- package/configuration.ts +1 -1
- package/dist/apis/space-api.d.ts +14 -7
- package/dist/apis/space-api.js +16 -11
- 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/space-api.d.ts +14 -7
- package/dist/esm/apis/space-api.js +16 -11
- 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 +8 -8
- package/dist/esm/models/index.d.ts +23 -1
- package/dist/esm/models/index.js +23 -1
- 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-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 +9 -2
- 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-point-dto.d.ts +3 -21
- 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/sys-user.d.ts +4 -4
- 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/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- 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 +8 -8
- package/dist/models/index.d.ts +23 -1
- package/dist/models/index.js +23 -1
- 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-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 +9 -2
- 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-point-dto.d.ts +3 -21
- 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/sys-user.d.ts +4 -4
- 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/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- 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 +8 -8
- package/models/index.ts +23 -1
- 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 +11 -2
- package/models/space-edit-vo.ts +9 -0
- package/models/space-industry-attribute.ts +35 -0
- package/models/space-point-dto.ts +3 -21
- 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/sys-user.ts +4 -4
- 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/{space-add-point-vo.ts → work-order-space-dto.ts} +14 -11
- 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/dist/esm/models/{space-add-point-vo.js → json-result-new-work-monitor-repair-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-new-work-monitor-repair-details-dto.js} +0 -0
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
|
|
@@ -763,12 +773,12 @@ models/source-feedback-dto.ts
|
|
|
763
773
|
models/source-work-order-inspection-dto.ts
|
|
764
774
|
models/space-add-excel-dto.ts
|
|
765
775
|
models/space-add-plan-vo.ts
|
|
766
|
-
models/space-add-point-vo.ts
|
|
767
776
|
models/space-add-redis-list-dto.ts
|
|
768
777
|
models/space-add-vo.ts
|
|
769
778
|
models/space-detail-dto.ts
|
|
770
779
|
models/space-edit-vo.ts
|
|
771
780
|
models/space-image-detail-dto.ts
|
|
781
|
+
models/space-industry-attribute.ts
|
|
772
782
|
models/space-point-dto.ts
|
|
773
783
|
models/space-qr-code-dto.ts
|
|
774
784
|
models/space-qr-code.ts
|
|
@@ -776,6 +786,7 @@ models/space-tree-dto.ts
|
|
|
776
786
|
models/space-url-add-vo.ts
|
|
777
787
|
models/space-url-dto.ts
|
|
778
788
|
models/space-url-edit-vo.ts
|
|
789
|
+
models/space.ts
|
|
779
790
|
models/standard-delete-vo.ts
|
|
780
791
|
models/statistics-park-carbon-emission-bo.ts
|
|
781
792
|
models/steps.ts
|
|
@@ -804,8 +815,14 @@ models/supplier-edit-vo.ts
|
|
|
804
815
|
models/supplier-entity.ts
|
|
805
816
|
models/supplier-search-vo.ts
|
|
806
817
|
models/supplier-select-dto.ts
|
|
818
|
+
models/surveillance-add-vo.ts
|
|
819
|
+
models/surveillance-details-dto.ts
|
|
820
|
+
models/surveillance-live-dto.ts
|
|
807
821
|
models/surveillance-roi-entity.ts
|
|
808
822
|
models/surveillance-roi-list-vo.ts
|
|
823
|
+
models/surveillance-status-enum.ts
|
|
824
|
+
models/surveillance-update-vo.ts
|
|
825
|
+
models/surveillance.ts
|
|
809
826
|
models/switch-pak-body-v2-vo.ts
|
|
810
827
|
models/switch-pak-body.ts
|
|
811
828
|
models/switch-park-v2-dto.ts
|
|
@@ -874,6 +891,7 @@ models/work-order-circulation-vo.ts
|
|
|
874
891
|
models/work-order-comment-dto.ts
|
|
875
892
|
models/work-order-comment-entity.ts
|
|
876
893
|
models/work-order-comment-vo.ts
|
|
894
|
+
models/work-order-decision-vo.ts
|
|
877
895
|
models/work-order-dept-dto.ts
|
|
878
896
|
models/work-order-dept-settings-add-or-update-vo.ts
|
|
879
897
|
models/work-order-dept-settings-entity.ts
|
|
@@ -881,6 +899,7 @@ models/work-order-detail-dto.ts
|
|
|
881
899
|
models/work-order-distribute-leaflets-vo.ts
|
|
882
900
|
models/work-order-handle-meter-reading-details-vo.ts
|
|
883
901
|
models/work-order-handle-meter-reading-vo.ts
|
|
902
|
+
models/work-order-handler-dto.ts
|
|
884
903
|
models/work-order-handler-status-enum.ts
|
|
885
904
|
models/work-order-inspection-detail-dto.ts
|
|
886
905
|
models/work-order-inspection-item-req.ts
|
|
@@ -896,11 +915,14 @@ models/work-order-report-vo.ts
|
|
|
896
915
|
models/work-order-search-dto.ts
|
|
897
916
|
models/work-order-settings-type-enum.ts
|
|
898
917
|
models/work-order-source-enum.ts
|
|
918
|
+
models/work-order-space-dto.ts
|
|
919
|
+
models/work-order-sponsor-dto.ts
|
|
899
920
|
models/work-order-spot-check-vo.ts
|
|
900
921
|
models/work-order-staging-data-vo.ts
|
|
901
922
|
models/work-order-status-vo.ts
|
|
902
923
|
models/work-order-step-by-step-push-dto.ts
|
|
903
924
|
models/work-order-step-by-step-push-user-details-dto.ts
|
|
925
|
+
models/work-order-surveillance-dto.ts
|
|
904
926
|
models/work-order-type-dto.ts
|
|
905
927
|
models/work-order-type-enum.ts
|
|
906
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):_
|
package/apis/space-api.ts
CHANGED
|
@@ -40,8 +40,6 @@ import type { JsonResultSpaceImageDetailDTO } from '../models';
|
|
|
40
40
|
// @ts-ignore
|
|
41
41
|
import type { SpaceAddPlanVo } from '../models';
|
|
42
42
|
// @ts-ignore
|
|
43
|
-
import type { SpaceAddPointVO } from '../models';
|
|
44
|
-
// @ts-ignore
|
|
45
43
|
import type { SpaceAddVO } from '../models';
|
|
46
44
|
// @ts-ignore
|
|
47
45
|
import type { SpaceEditVO } from '../models';
|
|
@@ -719,14 +717,18 @@ export const SpaceApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
719
717
|
/**
|
|
720
718
|
*
|
|
721
719
|
* @summary 空间标点
|
|
722
|
-
* @param {
|
|
720
|
+
* @param {number} id
|
|
721
|
+
* @param {Array<Array<number>>} requestBody
|
|
723
722
|
* @param {*} [options] Override http request option.
|
|
724
723
|
* @throws {RequiredError}
|
|
725
724
|
*/
|
|
726
|
-
spacePunctuation: async (
|
|
727
|
-
// verify required parameter '
|
|
728
|
-
assertParamExists('spacePunctuation', '
|
|
729
|
-
|
|
725
|
+
spacePunctuation: async (id: number, requestBody: Array<Array<number>>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
726
|
+
// verify required parameter 'id' is not null or undefined
|
|
727
|
+
assertParamExists('spacePunctuation', 'id', id)
|
|
728
|
+
// verify required parameter 'requestBody' is not null or undefined
|
|
729
|
+
assertParamExists('spacePunctuation', 'requestBody', requestBody)
|
|
730
|
+
const localVarPath = `/gizone/space/point/{id}`
|
|
731
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
730
732
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
731
733
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
732
734
|
let baseOptions;
|
|
@@ -749,7 +751,7 @@ export const SpaceApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
749
751
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
750
752
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
751
753
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
752
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
754
|
+
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration)
|
|
753
755
|
|
|
754
756
|
return {
|
|
755
757
|
url: toPathString(localVarUrlObj),
|
|
@@ -1135,12 +1137,13 @@ export const SpaceApiFp = function(configuration?: Configuration) {
|
|
|
1135
1137
|
/**
|
|
1136
1138
|
*
|
|
1137
1139
|
* @summary 空间标点
|
|
1138
|
-
* @param {
|
|
1140
|
+
* @param {number} id
|
|
1141
|
+
* @param {Array<Array<number>>} requestBody
|
|
1139
1142
|
* @param {*} [options] Override http request option.
|
|
1140
1143
|
* @throws {RequiredError}
|
|
1141
1144
|
*/
|
|
1142
|
-
async spacePunctuation(
|
|
1143
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.spacePunctuation(
|
|
1145
|
+
async spacePunctuation(id: number, requestBody: Array<Array<number>>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1146
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.spacePunctuation(id, requestBody, options);
|
|
1144
1147
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1145
1148
|
const localVarOperationServerBasePath = operationServerMap['SpaceApi.spacePunctuation']?.[localVarOperationServerIndex]?.url;
|
|
1146
1149
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1374,7 +1377,7 @@ export const SpaceApiFactory = function (configuration?: Configuration, basePath
|
|
|
1374
1377
|
* @throws {RequiredError}
|
|
1375
1378
|
*/
|
|
1376
1379
|
spacePunctuation(requestParameters: SpaceApiSpacePunctuationRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1377
|
-
return localVarFp.spacePunctuation(requestParameters.
|
|
1380
|
+
return localVarFp.spacePunctuation(requestParameters.id, requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
1378
1381
|
},
|
|
1379
1382
|
/**
|
|
1380
1383
|
*
|
|
@@ -1658,10 +1661,17 @@ export interface SpaceApiSpacePlanUrlListRequest {
|
|
|
1658
1661
|
export interface SpaceApiSpacePunctuationRequest {
|
|
1659
1662
|
/**
|
|
1660
1663
|
*
|
|
1661
|
-
* @type {
|
|
1664
|
+
* @type {number}
|
|
1665
|
+
* @memberof SpaceApiSpacePunctuation
|
|
1666
|
+
*/
|
|
1667
|
+
readonly id: number
|
|
1668
|
+
|
|
1669
|
+
/**
|
|
1670
|
+
*
|
|
1671
|
+
* @type {Array<Array<number>>}
|
|
1662
1672
|
* @memberof SpaceApiSpacePunctuation
|
|
1663
1673
|
*/
|
|
1664
|
-
readonly
|
|
1674
|
+
readonly requestBody: Array<Array<number>>
|
|
1665
1675
|
}
|
|
1666
1676
|
|
|
1667
1677
|
/**
|
|
@@ -1927,7 +1937,7 @@ export class SpaceApi extends BaseAPI {
|
|
|
1927
1937
|
* @memberof SpaceApi
|
|
1928
1938
|
*/
|
|
1929
1939
|
public spacePunctuation(requestParameters: SpaceApiSpacePunctuationRequest, options?: RawAxiosRequestConfig) {
|
|
1930
|
-
return SpaceApiFp(this.configuration).spacePunctuation(requestParameters.
|
|
1940
|
+
return SpaceApiFp(this.configuration).spacePunctuation(requestParameters.id, requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1931
1941
|
}
|
|
1932
1942
|
|
|
1933
1943
|
/**
|