@gizone/rrs-client 4.1.2-alpha.181 → 4.1.2-alpha.182
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 +1 -18
- package/api.ts +0 -1
- package/apis/equipment-api.ts +91 -0
- package/apis/open-api-api.ts +0 -312
- package/apis/space-api.ts +118 -4
- package/apis/work-order-api.ts +0 -103
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/apis/equipment-api.d.ts +47 -0
- package/dist/apis/equipment-api.js +70 -0
- package/dist/apis/open-api-api.d.ts +0 -166
- package/dist/apis/open-api-api.js +0 -226
- package/dist/apis/space-api.d.ts +65 -4
- package/dist/apis/space-api.js +81 -0
- package/dist/apis/work-order-api.d.ts +0 -55
- package/dist/apis/work-order-api.js +0 -75
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/apis/equipment-api.d.ts +47 -0
- package/dist/esm/apis/equipment-api.js +70 -0
- package/dist/esm/apis/open-api-api.d.ts +0 -166
- package/dist/esm/apis/open-api-api.js +1 -227
- package/dist/esm/apis/space-api.d.ts +65 -4
- package/dist/esm/apis/space-api.js +81 -0
- package/dist/esm/apis/work-order-api.d.ts +0 -55
- package/dist/esm/apis/work-order-api.js +0 -75
- package/dist/esm/models/equipment-detail-dto.d.ts +3 -23
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/esm/models/equipment-edit-vo.d.ts +3 -17
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/esm/models/equipment-search-vo.d.ts +3 -4
- package/dist/esm/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +1 -17
- package/dist/esm/models/index.js +1 -17
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/esm/models/park-info-dto.d.ts +0 -6
- package/dist/esm/models/result-code.d.ts +0 -1
- package/dist/esm/models/result-code.js +0 -1
- package/dist/esm/models/space-add-excel-dto.d.ts +10 -28
- package/dist/esm/models/space-add-vo.d.ts +9 -22
- package/dist/esm/models/space-detail-dto.d.ts +3 -16
- package/dist/esm/models/space-edit-vo.d.ts +3 -16
- package/dist/{models/space-industry-attribute-enum.d.ts → esm/models/space-industry-attribute.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +3 -16
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/sync-equipment-vo.d.ts +174 -13
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/esm/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/esm/models/work-order-ext-data.d.ts +0 -7
- package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/esm/models/work-order-internal-status-enum.js +1 -3
- package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/esm/models/work-order-issue-type-enum.js +1 -11
- package/dist/esm/models/work-order-report-vo.d.ts +1 -8
- package/dist/esm/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-settings-type-enum.js +1 -2
- package/dist/esm/models/work-order-source-enum.d.ts +1 -1
- package/dist/esm/models/work-order-source-enum.js +1 -1
- package/dist/esm/models/work-order-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-type-enum.js +1 -2
- package/dist/models/equipment-detail-dto.d.ts +3 -23
- package/dist/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/models/equipment-edit-vo.d.ts +3 -17
- package/dist/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/models/equipment-search-vo.d.ts +3 -4
- package/dist/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +1 -17
- package/dist/models/index.js +1 -17
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/models/park-info-dto.d.ts +0 -6
- package/dist/models/result-code.d.ts +0 -1
- package/dist/models/result-code.js +0 -1
- package/dist/models/space-add-excel-dto.d.ts +10 -28
- package/dist/models/space-add-vo.d.ts +9 -22
- package/dist/models/space-detail-dto.d.ts +3 -16
- package/dist/models/space-edit-vo.d.ts +3 -16
- package/dist/{esm/models/space-industry-attribute-enum.d.ts → models/space-industry-attribute.d.ts} +2 -2
- package/dist/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -16
- package/dist/models/space.d.ts +3 -3
- package/dist/models/sync-equipment-vo.d.ts +174 -13
- package/dist/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/models/work-order-ext-data.d.ts +0 -7
- package/dist/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/models/work-order-internal-status-enum.js +1 -3
- package/dist/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/models/work-order-issue-type-enum.js +1 -11
- package/dist/models/work-order-report-vo.d.ts +1 -8
- package/dist/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/models/work-order-settings-type-enum.js +1 -2
- package/dist/models/work-order-source-enum.d.ts +1 -1
- package/dist/models/work-order-source-enum.js +1 -1
- package/dist/models/work-order-type-enum.d.ts +0 -1
- package/dist/models/work-order-type-enum.js +1 -2
- package/models/equipment-detail-dto.ts +3 -29
- package/models/equipment-edit-batch-vo.ts +2 -7
- package/models/equipment-edit-vo.ts +3 -23
- package/models/equipment-search-system-dto.ts +3 -29
- package/models/equipment-search-vo.ts +3 -8
- package/models/equipment-tree-details-dto.ts +3 -29
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +1 -17
- package/models/ipage-access-vo.ts +6 -6
- package/models/network-monitor-repair-add-vo.ts +0 -6
- package/models/network-monitor-repair-details-dto.ts +0 -15
- package/models/park-info-dto.ts +0 -6
- package/models/result-code.ts +0 -1
- package/models/space-add-excel-dto.ts +10 -28
- package/models/space-add-vo.ts +9 -24
- package/models/space-detail-dto.ts +3 -18
- package/models/space-edit-vo.ts +3 -18
- package/models/{space-industry-attribute-enum.ts → space-industry-attribute.ts} +2 -2
- package/models/space-tree-dto.ts +3 -18
- package/models/space.ts +3 -3
- package/models/sync-equipment-vo.ts +174 -15
- package/models/system-user-msg-source-type-enum.ts +1 -2
- package/models/work-order-ext-data.ts +0 -9
- package/models/work-order-internal-status-enum.ts +1 -3
- package/models/work-order-issue-type-enum.ts +1 -11
- package/models/work-order-report-vo.ts +1 -10
- package/models/work-order-settings-type-enum.ts +1 -2
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-type-enum.ts +1 -2
- package/package.json +1 -1
- package/apis/offline-alert-work-order-controller-api.ts +0 -149
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/apis/offline-alert-work-order-controller-api.js +0 -138
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +0 -131
- package/dist/esm/models/equipment-status-enum.d.ts +0 -25
- package/dist/esm/models/equipment-status-enum.js +0 -26
- package/dist/esm/models/equipment-status.d.ts +0 -30
- package/dist/esm/models/equipment-status.js +0 -14
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/esm/models/offline-alert-device-vo.js +0 -14
- package/dist/esm/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-submit-vo.js +0 -14
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/esm/models/offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/esm/models/offline-alert-work-order-info.js +0 -21
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-work-order-vo.js +0 -14
- package/dist/esm/models/source-work-order-dto.d.ts +0 -37
- package/dist/esm/models/source-work-order-dto.js +0 -14
- package/dist/esm/models/space-level-enum.d.ts +0 -23
- package/dist/esm/models/space-level-enum.js +0 -24
- package/dist/esm/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/esm/models/sync-equipment-status-vo.js +0 -14
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/esm/models/sync-equipment-vo-equipment.js +0 -14
- package/dist/esm/models/third-party-system-enum.d.ts +0 -22
- package/dist/esm/models/third-party-system-enum.js +0 -23
- package/dist/esm/models/work-order-submit-vo.d.ts +0 -25
- package/dist/esm/models/work-order-submit-vo.js +0 -14
- package/dist/models/equipment-status-enum.d.ts +0 -25
- package/dist/models/equipment-status-enum.js +0 -29
- package/dist/models/equipment-status.d.ts +0 -30
- package/dist/models/equipment-status.js +0 -15
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/models/offline-alert-device-vo.js +0 -15
- package/dist/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/models/offline-alert-submit-vo.js +0 -15
- package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/models/offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/models/offline-alert-work-order-info.js +0 -24
- package/dist/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/models/offline-alert-work-order-vo.js +0 -15
- package/dist/models/source-work-order-dto.d.ts +0 -37
- package/dist/models/source-work-order-dto.js +0 -15
- package/dist/models/space-level-enum.d.ts +0 -23
- package/dist/models/space-level-enum.js +0 -27
- package/dist/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/models/sync-equipment-status-vo.js +0 -15
- package/dist/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/models/sync-equipment-vo-equipment.js +0 -15
- package/dist/models/third-party-system-enum.d.ts +0 -22
- package/dist/models/third-party-system-enum.js +0 -26
- package/dist/models/work-order-submit-vo.d.ts +0 -25
- package/dist/models/work-order-submit-vo.js +0 -15
- package/models/equipment-status-enum.ts +0 -35
- package/models/equipment-status.ts +0 -36
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -51
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -72
- package/models/json-result-offline-alert-work-order-details-dto.ts +0 -72
- package/models/offline-alert-device-vo.ts +0 -36
- package/models/offline-alert-submit-vo.ts +0 -53
- package/models/offline-alert-work-order-details-dto.ts +0 -113
- package/models/offline-alert-work-order-info.ts +0 -86
- package/models/offline-alert-work-order-vo.ts +0 -53
- package/models/source-work-order-dto.ts +0 -47
- package/models/space-level-enum.ts +0 -33
- package/models/sync-equipment-status-vo.ts +0 -45
- package/models/sync-equipment-vo-equipment.ts +0 -96
- package/models/third-party-system-enum.ts +0 -32
- package/models/work-order-submit-vo.ts +0 -33
package/.openapi-generator/FILES
CHANGED
|
@@ -38,7 +38,6 @@ apis/monitor-controller-api.ts
|
|
|
38
38
|
apis/monitor-sort-controller-api.ts
|
|
39
39
|
apis/news-api.ts
|
|
40
40
|
apis/notification-api.ts
|
|
41
|
-
apis/offline-alert-work-order-controller-api.ts
|
|
42
41
|
apis/open-api-api.ts
|
|
43
42
|
apis/park-api.ts
|
|
44
43
|
apis/privacy-api.ts
|
|
@@ -243,8 +242,6 @@ models/equipment-qr-code-vo.ts
|
|
|
243
242
|
models/equipment-search-system-dto.ts
|
|
244
243
|
models/equipment-search-vo.ts
|
|
245
244
|
models/equipment-space-search-vo.ts
|
|
246
|
-
models/equipment-status-enum.ts
|
|
247
|
-
models/equipment-status.ts
|
|
248
245
|
models/equipment-system-add-vo.ts
|
|
249
246
|
models/equipment-system-edit-vo.ts
|
|
250
247
|
models/equipment-system-entity.ts
|
|
@@ -272,7 +269,6 @@ models/excel-import-result-dtocalendar-export-dto.ts
|
|
|
272
269
|
models/excel-import-result-dtoequipment-excel-add-dto.ts
|
|
273
270
|
models/excel-import-result-dtoinspection-standard-import-dto.ts
|
|
274
271
|
models/excel-import-result-dtomaintenance-standard-import-dto.ts
|
|
275
|
-
models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts
|
|
276
272
|
models/export-energy-meter-record-bo.ts
|
|
277
273
|
models/export-hire-energy-meter-record-bo.ts
|
|
278
274
|
models/export-in-park-vehicle-bo.ts
|
|
@@ -423,7 +419,6 @@ models/json-result-excel-import-result-dtocalendar-export-dto.ts
|
|
|
423
419
|
models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts
|
|
424
420
|
models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts
|
|
425
421
|
models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts
|
|
426
|
-
models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts
|
|
427
422
|
models/json-result-feedback-record-detail-vo.ts
|
|
428
423
|
models/json-result-feedback-statistics-count-dto.ts
|
|
429
424
|
models/json-result-feedback-statistics-satisfaction-rating-dto.ts
|
|
@@ -537,7 +532,6 @@ models/json-result-network-monitor-repair-details-dto.ts
|
|
|
537
532
|
models/json-result-news-entity.ts
|
|
538
533
|
models/json-result-node-dto.ts
|
|
539
534
|
models/json-result-object.ts
|
|
540
|
-
models/json-result-offline-alert-work-order-details-dto.ts
|
|
541
535
|
models/json-result-owner-kanban-energy-dto.ts
|
|
542
536
|
models/json-result-owner-kanban-index-safety-inspection-dto.ts
|
|
543
537
|
models/json-result-owner-kanban-two-park-call-police-number-statistics-dto.ts
|
|
@@ -667,11 +661,6 @@ models/news-query-vo.ts
|
|
|
667
661
|
models/node-dto.ts
|
|
668
662
|
models/node-type-enum.ts
|
|
669
663
|
models/notice-vo.ts
|
|
670
|
-
models/offline-alert-device-vo.ts
|
|
671
|
-
models/offline-alert-submit-vo.ts
|
|
672
|
-
models/offline-alert-work-order-details-dto.ts
|
|
673
|
-
models/offline-alert-work-order-info.ts
|
|
674
|
-
models/offline-alert-work-order-vo.ts
|
|
675
664
|
models/open-barrier-po.ts
|
|
676
665
|
models/operate-message-details-dto.ts
|
|
677
666
|
models/orders.ts
|
|
@@ -796,7 +785,6 @@ models/select-park-energy-bill-detail-bo.ts
|
|
|
796
785
|
models/select-time-cost-tenant-rent-bill-bo.ts
|
|
797
786
|
models/source-alert-dto.ts
|
|
798
787
|
models/source-feedback-dto.ts
|
|
799
|
-
models/source-work-order-dto.ts
|
|
800
788
|
models/source-work-order-inspection-dto.ts
|
|
801
789
|
models/space-add-excel-dto.ts
|
|
802
790
|
models/space-add-plan-vo.ts
|
|
@@ -805,8 +793,7 @@ models/space-add-vo.ts
|
|
|
805
793
|
models/space-detail-dto.ts
|
|
806
794
|
models/space-edit-vo.ts
|
|
807
795
|
models/space-image-detail-dto.ts
|
|
808
|
-
models/space-industry-attribute
|
|
809
|
-
models/space-level-enum.ts
|
|
796
|
+
models/space-industry-attribute.ts
|
|
810
797
|
models/space-point-dto.ts
|
|
811
798
|
models/space-point-vo.ts
|
|
812
799
|
models/space-qr-code-dto.ts
|
|
@@ -857,8 +844,6 @@ models/switch-pak-body-v2-vo.ts
|
|
|
857
844
|
models/switch-pak-body.ts
|
|
858
845
|
models/switch-park-v2-dto.ts
|
|
859
846
|
models/sync-device-unit-vo.ts
|
|
860
|
-
models/sync-equipment-status-vo.ts
|
|
861
|
-
models/sync-equipment-vo-equipment.ts
|
|
862
847
|
models/sync-equipment-vo.ts
|
|
863
848
|
models/sys-config.ts
|
|
864
849
|
models/sys-dept-drop-down-box-list-dto.ts
|
|
@@ -884,7 +869,6 @@ models/system-user-msg-source-type-enum.ts
|
|
|
884
869
|
models/system-user-msg-type-enum.ts
|
|
885
870
|
models/table-data-info.ts
|
|
886
871
|
models/tenant-surrender-vo.ts
|
|
887
|
-
models/third-party-system-enum.ts
|
|
888
872
|
models/unit-item.ts
|
|
889
873
|
models/unloading-area-add-vo.ts
|
|
890
874
|
models/unloading-area-entity.ts
|
|
@@ -966,7 +950,6 @@ models/work-order-status-enum.ts
|
|
|
966
950
|
models/work-order-status-vo.ts
|
|
967
951
|
models/work-order-step-by-step-push-dto.ts
|
|
968
952
|
models/work-order-step-by-step-push-user-details-dto.ts
|
|
969
|
-
models/work-order-submit-vo.ts
|
|
970
953
|
models/work-order-surveillance-dto.ts
|
|
971
954
|
models/work-order-type-dto.ts
|
|
972
955
|
models/work-order-type-enum.ts
|
package/api.ts
CHANGED
|
@@ -49,7 +49,6 @@ export * from './apis/monitor-controller-api';
|
|
|
49
49
|
export * from './apis/monitor-sort-controller-api';
|
|
50
50
|
export * from './apis/news-api';
|
|
51
51
|
export * from './apis/notification-api';
|
|
52
|
-
export * from './apis/offline-alert-work-order-controller-api';
|
|
53
52
|
export * from './apis/open-api-api';
|
|
54
53
|
export * from './apis/park-api';
|
|
55
54
|
export * from './apis/privacy-api';
|
package/apis/equipment-api.ts
CHANGED
|
@@ -64,6 +64,8 @@ import type { JsonResultPageDtoEquipmentSearchSystemDTO } from '../models';
|
|
|
64
64
|
// @ts-ignore
|
|
65
65
|
import type { ModelInteger } from '../models';
|
|
66
66
|
// @ts-ignore
|
|
67
|
+
import type { SyncEquipmentVO } from '../models';
|
|
68
|
+
// @ts-ignore
|
|
67
69
|
import type { UserBatchImportUploadRequest } from '../models';
|
|
68
70
|
/**
|
|
69
71
|
* EquipmentApi - axios parameter creator
|
|
@@ -1115,6 +1117,46 @@ export const EquipmentApiAxiosParamCreator = function (configuration?: Configura
|
|
|
1115
1117
|
options: localVarRequestOptions,
|
|
1116
1118
|
};
|
|
1117
1119
|
},
|
|
1120
|
+
/**
|
|
1121
|
+
*
|
|
1122
|
+
* @summary 同步iot设备接口
|
|
1123
|
+
* @param {SyncEquipmentVO} syncEquipmentVO
|
|
1124
|
+
* @param {*} [options] Override http request option.
|
|
1125
|
+
* @throws {RequiredError}
|
|
1126
|
+
*/
|
|
1127
|
+
syncEquipment: async (syncEquipmentVO: SyncEquipmentVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1128
|
+
// verify required parameter 'syncEquipmentVO' is not null or undefined
|
|
1129
|
+
assertParamExists('syncEquipment', 'syncEquipmentVO', syncEquipmentVO)
|
|
1130
|
+
const localVarPath = `/gizone/equipment/sync/equipment`;
|
|
1131
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1132
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1133
|
+
let baseOptions;
|
|
1134
|
+
if (configuration) {
|
|
1135
|
+
baseOptions = configuration.baseOptions;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1139
|
+
const localVarHeaderParameter = {} as any;
|
|
1140
|
+
const localVarQueryParameter = {} as any;
|
|
1141
|
+
|
|
1142
|
+
// authentication tokenScheme required
|
|
1143
|
+
// http bearer authentication required
|
|
1144
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1149
|
+
|
|
1150
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1151
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1152
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1153
|
+
localVarRequestOptions.data = serializeDataIfNeeded(syncEquipmentVO, localVarRequestOptions, configuration)
|
|
1154
|
+
|
|
1155
|
+
return {
|
|
1156
|
+
url: toPathString(localVarUrlObj),
|
|
1157
|
+
options: localVarRequestOptions,
|
|
1158
|
+
};
|
|
1159
|
+
},
|
|
1118
1160
|
/**
|
|
1119
1161
|
*
|
|
1120
1162
|
* @summary 设备系统分类管理列表
|
|
@@ -1557,6 +1599,19 @@ export const EquipmentApiFp = function(configuration?: Configuration) {
|
|
|
1557
1599
|
const localVarOperationServerBasePath = operationServerMap['EquipmentApi.selectEquipmentInSpace']?.[localVarOperationServerIndex]?.url;
|
|
1558
1600
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1559
1601
|
},
|
|
1602
|
+
/**
|
|
1603
|
+
*
|
|
1604
|
+
* @summary 同步iot设备接口
|
|
1605
|
+
* @param {SyncEquipmentVO} syncEquipmentVO
|
|
1606
|
+
* @param {*} [options] Override http request option.
|
|
1607
|
+
* @throws {RequiredError}
|
|
1608
|
+
*/
|
|
1609
|
+
async syncEquipment(syncEquipmentVO: SyncEquipmentVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1610
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.syncEquipment(syncEquipmentVO, options);
|
|
1611
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1612
|
+
const localVarOperationServerBasePath = operationServerMap['EquipmentApi.syncEquipment']?.[localVarOperationServerIndex]?.url;
|
|
1613
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1614
|
+
},
|
|
1560
1615
|
/**
|
|
1561
1616
|
*
|
|
1562
1617
|
* @summary 设备系统分类管理列表
|
|
@@ -1832,6 +1887,16 @@ export const EquipmentApiFactory = function (configuration?: Configuration, base
|
|
|
1832
1887
|
selectEquipmentInSpace(requestParameters: EquipmentApiSelectEquipmentInSpaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEquipmentDetailDTO> {
|
|
1833
1888
|
return localVarFp.selectEquipmentInSpace(requestParameters.searchVo, options).then((request) => request(axios, basePath));
|
|
1834
1889
|
},
|
|
1890
|
+
/**
|
|
1891
|
+
*
|
|
1892
|
+
* @summary 同步iot设备接口
|
|
1893
|
+
* @param {EquipmentApiSyncEquipmentRequest} requestParameters Request parameters.
|
|
1894
|
+
* @param {*} [options] Override http request option.
|
|
1895
|
+
* @throws {RequiredError}
|
|
1896
|
+
*/
|
|
1897
|
+
syncEquipment(requestParameters: EquipmentApiSyncEquipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1898
|
+
return localVarFp.syncEquipment(requestParameters.syncEquipmentVO, options).then((request) => request(axios, basePath));
|
|
1899
|
+
},
|
|
1835
1900
|
/**
|
|
1836
1901
|
*
|
|
1837
1902
|
* @summary 设备系统分类管理列表
|
|
@@ -2312,6 +2377,20 @@ export interface EquipmentApiSelectEquipmentInSpaceRequest {
|
|
|
2312
2377
|
readonly searchVo: EquipmentSpaceSearchVo
|
|
2313
2378
|
}
|
|
2314
2379
|
|
|
2380
|
+
/**
|
|
2381
|
+
* Request parameters for syncEquipment operation in EquipmentApi.
|
|
2382
|
+
* @export
|
|
2383
|
+
* @interface EquipmentApiSyncEquipmentRequest
|
|
2384
|
+
*/
|
|
2385
|
+
export interface EquipmentApiSyncEquipmentRequest {
|
|
2386
|
+
/**
|
|
2387
|
+
*
|
|
2388
|
+
* @type {SyncEquipmentVO}
|
|
2389
|
+
* @memberof EquipmentApiSyncEquipment
|
|
2390
|
+
*/
|
|
2391
|
+
readonly syncEquipmentVO: SyncEquipmentVO
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2315
2394
|
/**
|
|
2316
2395
|
* Request parameters for uploadAdd operation in EquipmentApi.
|
|
2317
2396
|
* @export
|
|
@@ -2620,6 +2699,18 @@ export class EquipmentApi extends BaseAPI {
|
|
|
2620
2699
|
return EquipmentApiFp(this.configuration).selectEquipmentInSpace(requestParameters.searchVo, options).then((request) => request(this.axios, this.basePath));
|
|
2621
2700
|
}
|
|
2622
2701
|
|
|
2702
|
+
/**
|
|
2703
|
+
*
|
|
2704
|
+
* @summary 同步iot设备接口
|
|
2705
|
+
* @param {EquipmentApiSyncEquipmentRequest} requestParameters Request parameters.
|
|
2706
|
+
* @param {*} [options] Override http request option.
|
|
2707
|
+
* @throws {RequiredError}
|
|
2708
|
+
* @memberof EquipmentApi
|
|
2709
|
+
*/
|
|
2710
|
+
public syncEquipment(requestParameters: EquipmentApiSyncEquipmentRequest, options?: RawAxiosRequestConfig) {
|
|
2711
|
+
return EquipmentApiFp(this.configuration).syncEquipment(requestParameters.syncEquipmentVO, options).then((request) => request(this.axios, this.basePath));
|
|
2712
|
+
}
|
|
2713
|
+
|
|
2623
2714
|
/**
|
|
2624
2715
|
*
|
|
2625
2716
|
* @summary 设备系统分类管理列表
|
package/apis/open-api-api.ts
CHANGED
|
@@ -26,17 +26,9 @@ import type { AiMonitoringConfigTypeEnum } from '../models';
|
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import type { JsonResultPageDtoAiMonitoringConfigVo } from '../models';
|
|
28
28
|
// @ts-ignore
|
|
29
|
-
import type { JsonResultPageDtoSurveillanceDetailsDto } from '../models';
|
|
30
|
-
// @ts-ignore
|
|
31
29
|
import type { JsonResultPageDtoSurveillanceRoiListVo } from '../models';
|
|
32
30
|
// @ts-ignore
|
|
33
|
-
import type { JsonResultVoid } from '../models';
|
|
34
|
-
// @ts-ignore
|
|
35
31
|
import type { ModelInteger } from '../models';
|
|
36
|
-
// @ts-ignore
|
|
37
|
-
import type { SyncEquipmentStatusVo } from '../models';
|
|
38
|
-
// @ts-ignore
|
|
39
|
-
import type { SyncEquipmentVo } from '../models';
|
|
40
32
|
/**
|
|
41
33
|
* OpenApiApi - axios parameter creator
|
|
42
34
|
* @export
|
|
@@ -150,139 +142,6 @@ export const OpenApiApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
150
142
|
|
|
151
143
|
|
|
152
144
|
|
|
153
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
154
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
155
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
156
|
-
|
|
157
|
-
return {
|
|
158
|
-
url: toPathString(localVarUrlObj),
|
|
159
|
-
options: localVarRequestOptions,
|
|
160
|
-
};
|
|
161
|
-
},
|
|
162
|
-
/**
|
|
163
|
-
*
|
|
164
|
-
* @summary 批量新增设施设备
|
|
165
|
-
* @param {number} parkId
|
|
166
|
-
* @param {SyncEquipmentVo} syncEquipmentVo
|
|
167
|
-
* @param {*} [options] Override http request option.
|
|
168
|
-
* @throws {RequiredError}
|
|
169
|
-
*/
|
|
170
|
-
openApiEquipmentBatchAdd: async (parkId: number, syncEquipmentVo: SyncEquipmentVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
171
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
172
|
-
assertParamExists('openApiEquipmentBatchAdd', 'parkId', parkId)
|
|
173
|
-
// verify required parameter 'syncEquipmentVo' is not null or undefined
|
|
174
|
-
assertParamExists('openApiEquipmentBatchAdd', 'syncEquipmentVo', syncEquipmentVo)
|
|
175
|
-
const localVarPath = `/openapi/v1/main/parks/{parkId}/equipment/batch`
|
|
176
|
-
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
177
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
178
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
179
|
-
let baseOptions;
|
|
180
|
-
if (configuration) {
|
|
181
|
-
baseOptions = configuration.baseOptions;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
185
|
-
const localVarHeaderParameter = {} as any;
|
|
186
|
-
const localVarQueryParameter = {} as any;
|
|
187
|
-
|
|
188
|
-
// authentication tokenScheme required
|
|
189
|
-
// http bearer authentication required
|
|
190
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
195
|
-
|
|
196
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
197
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
198
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
199
|
-
localVarRequestOptions.data = serializeDataIfNeeded(syncEquipmentVo, localVarRequestOptions, configuration)
|
|
200
|
-
|
|
201
|
-
return {
|
|
202
|
-
url: toPathString(localVarUrlObj),
|
|
203
|
-
options: localVarRequestOptions,
|
|
204
|
-
};
|
|
205
|
-
},
|
|
206
|
-
/**
|
|
207
|
-
*
|
|
208
|
-
* @summary 批量更新设施设备状态
|
|
209
|
-
* @param {number} parkId
|
|
210
|
-
* @param {SyncEquipmentStatusVo} syncEquipmentStatusVo
|
|
211
|
-
* @param {*} [options] Override http request option.
|
|
212
|
-
* @throws {RequiredError}
|
|
213
|
-
*/
|
|
214
|
-
openApiEquipmentBatchStatusSync: async (parkId: number, syncEquipmentStatusVo: SyncEquipmentStatusVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
215
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
216
|
-
assertParamExists('openApiEquipmentBatchStatusSync', 'parkId', parkId)
|
|
217
|
-
// verify required parameter 'syncEquipmentStatusVo' is not null or undefined
|
|
218
|
-
assertParamExists('openApiEquipmentBatchStatusSync', 'syncEquipmentStatusVo', syncEquipmentStatusVo)
|
|
219
|
-
const localVarPath = `/openapi/v1/main/parks/{parkId}/equipment/batchStatusSync`
|
|
220
|
-
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
221
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
222
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
223
|
-
let baseOptions;
|
|
224
|
-
if (configuration) {
|
|
225
|
-
baseOptions = configuration.baseOptions;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
229
|
-
const localVarHeaderParameter = {} as any;
|
|
230
|
-
const localVarQueryParameter = {} as any;
|
|
231
|
-
|
|
232
|
-
// authentication tokenScheme required
|
|
233
|
-
// http bearer authentication required
|
|
234
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
239
|
-
|
|
240
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
241
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
242
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
243
|
-
localVarRequestOptions.data = serializeDataIfNeeded(syncEquipmentStatusVo, localVarRequestOptions, configuration)
|
|
244
|
-
|
|
245
|
-
return {
|
|
246
|
-
url: toPathString(localVarUrlObj),
|
|
247
|
-
options: localVarRequestOptions,
|
|
248
|
-
};
|
|
249
|
-
},
|
|
250
|
-
/**
|
|
251
|
-
*
|
|
252
|
-
* @summary 获取监控列表
|
|
253
|
-
* @param {number} parkId
|
|
254
|
-
* @param {string} centerCode 中心编码(C码)
|
|
255
|
-
* @param {*} [options] Override http request option.
|
|
256
|
-
* @throws {RequiredError}
|
|
257
|
-
*/
|
|
258
|
-
openApiSurveillanceList: async (parkId: number, centerCode: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
259
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
260
|
-
assertParamExists('openApiSurveillanceList', 'parkId', parkId)
|
|
261
|
-
// verify required parameter 'centerCode' is not null or undefined
|
|
262
|
-
assertParamExists('openApiSurveillanceList', 'centerCode', centerCode)
|
|
263
|
-
const localVarPath = `/openapi/v1/main/parks/{parkId}/surveillance`
|
|
264
|
-
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
265
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
266
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
267
|
-
let baseOptions;
|
|
268
|
-
if (configuration) {
|
|
269
|
-
baseOptions = configuration.baseOptions;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
273
|
-
const localVarHeaderParameter = {} as any;
|
|
274
|
-
const localVarQueryParameter = {} as any;
|
|
275
|
-
|
|
276
|
-
// authentication tokenScheme required
|
|
277
|
-
// http bearer authentication required
|
|
278
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
279
|
-
|
|
280
|
-
if (centerCode !== undefined) {
|
|
281
|
-
localVarQueryParameter['centerCode'] = centerCode;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
145
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
287
146
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
288
147
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -415,48 +274,6 @@ export const OpenApiApiFp = function(configuration?: Configuration) {
|
|
|
415
274
|
const localVarOperationServerBasePath = operationServerMap['OpenApiApi.aiMonitoringConfigByNodeId']?.[localVarOperationServerIndex]?.url;
|
|
416
275
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
417
276
|
},
|
|
418
|
-
/**
|
|
419
|
-
*
|
|
420
|
-
* @summary 批量新增设施设备
|
|
421
|
-
* @param {number} parkId
|
|
422
|
-
* @param {SyncEquipmentVo} syncEquipmentVo
|
|
423
|
-
* @param {*} [options] Override http request option.
|
|
424
|
-
* @throws {RequiredError}
|
|
425
|
-
*/
|
|
426
|
-
async openApiEquipmentBatchAdd(parkId: number, syncEquipmentVo: SyncEquipmentVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
427
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.openApiEquipmentBatchAdd(parkId, syncEquipmentVo, options);
|
|
428
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
429
|
-
const localVarOperationServerBasePath = operationServerMap['OpenApiApi.openApiEquipmentBatchAdd']?.[localVarOperationServerIndex]?.url;
|
|
430
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
431
|
-
},
|
|
432
|
-
/**
|
|
433
|
-
*
|
|
434
|
-
* @summary 批量更新设施设备状态
|
|
435
|
-
* @param {number} parkId
|
|
436
|
-
* @param {SyncEquipmentStatusVo} syncEquipmentStatusVo
|
|
437
|
-
* @param {*} [options] Override http request option.
|
|
438
|
-
* @throws {RequiredError}
|
|
439
|
-
*/
|
|
440
|
-
async openApiEquipmentBatchStatusSync(parkId: number, syncEquipmentStatusVo: SyncEquipmentStatusVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
441
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.openApiEquipmentBatchStatusSync(parkId, syncEquipmentStatusVo, options);
|
|
442
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
443
|
-
const localVarOperationServerBasePath = operationServerMap['OpenApiApi.openApiEquipmentBatchStatusSync']?.[localVarOperationServerIndex]?.url;
|
|
444
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
445
|
-
},
|
|
446
|
-
/**
|
|
447
|
-
*
|
|
448
|
-
* @summary 获取监控列表
|
|
449
|
-
* @param {number} parkId
|
|
450
|
-
* @param {string} centerCode 中心编码(C码)
|
|
451
|
-
* @param {*} [options] Override http request option.
|
|
452
|
-
* @throws {RequiredError}
|
|
453
|
-
*/
|
|
454
|
-
async openApiSurveillanceList(parkId: number, centerCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoSurveillanceDetailsDto>> {
|
|
455
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.openApiSurveillanceList(parkId, centerCode, options);
|
|
456
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
457
|
-
const localVarOperationServerBasePath = operationServerMap['OpenApiApi.openApiSurveillanceList']?.[localVarOperationServerIndex]?.url;
|
|
458
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
459
|
-
},
|
|
460
277
|
/**
|
|
461
278
|
*
|
|
462
279
|
* @summary 获取园区监控关注区域
|
|
@@ -498,36 +315,6 @@ export const OpenApiApiFactory = function (configuration?: Configuration, basePa
|
|
|
498
315
|
aiMonitoringConfigByNodeId(requestParameters: OpenApiApiAiMonitoringConfigByNodeIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoAiMonitoringConfigVo> {
|
|
499
316
|
return localVarFp.aiMonitoringConfigByNodeId(requestParameters.parkId, requestParameters.title, requestParameters.surveillanceRoiTitle, requestParameters.surveillanceRoiId, requestParameters.algorithm, requestParameters.enabled, requestParameters.nodeId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.createBy, requestParameters.createTime, requestParameters.updateBy, requestParameters.updateTime, requestParameters.remark, options).then((request) => request(axios, basePath));
|
|
500
317
|
},
|
|
501
|
-
/**
|
|
502
|
-
*
|
|
503
|
-
* @summary 批量新增设施设备
|
|
504
|
-
* @param {OpenApiApiOpenApiEquipmentBatchAddRequest} requestParameters Request parameters.
|
|
505
|
-
* @param {*} [options] Override http request option.
|
|
506
|
-
* @throws {RequiredError}
|
|
507
|
-
*/
|
|
508
|
-
openApiEquipmentBatchAdd(requestParameters: OpenApiApiOpenApiEquipmentBatchAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
509
|
-
return localVarFp.openApiEquipmentBatchAdd(requestParameters.parkId, requestParameters.syncEquipmentVo, options).then((request) => request(axios, basePath));
|
|
510
|
-
},
|
|
511
|
-
/**
|
|
512
|
-
*
|
|
513
|
-
* @summary 批量更新设施设备状态
|
|
514
|
-
* @param {OpenApiApiOpenApiEquipmentBatchStatusSyncRequest} requestParameters Request parameters.
|
|
515
|
-
* @param {*} [options] Override http request option.
|
|
516
|
-
* @throws {RequiredError}
|
|
517
|
-
*/
|
|
518
|
-
openApiEquipmentBatchStatusSync(requestParameters: OpenApiApiOpenApiEquipmentBatchStatusSyncRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
519
|
-
return localVarFp.openApiEquipmentBatchStatusSync(requestParameters.parkId, requestParameters.syncEquipmentStatusVo, options).then((request) => request(axios, basePath));
|
|
520
|
-
},
|
|
521
|
-
/**
|
|
522
|
-
*
|
|
523
|
-
* @summary 获取监控列表
|
|
524
|
-
* @param {OpenApiApiOpenApiSurveillanceListRequest} requestParameters Request parameters.
|
|
525
|
-
* @param {*} [options] Override http request option.
|
|
526
|
-
* @throws {RequiredError}
|
|
527
|
-
*/
|
|
528
|
-
openApiSurveillanceList(requestParameters: OpenApiApiOpenApiSurveillanceListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoSurveillanceDetailsDto> {
|
|
529
|
-
return localVarFp.openApiSurveillanceList(requestParameters.parkId, requestParameters.centerCode, options).then((request) => request(axios, basePath));
|
|
530
|
-
},
|
|
531
318
|
/**
|
|
532
319
|
*
|
|
533
320
|
* @summary 获取园区监控关注区域
|
|
@@ -653,69 +440,6 @@ export interface OpenApiApiAiMonitoringConfigByNodeIdRequest {
|
|
|
653
440
|
readonly remark?: string
|
|
654
441
|
}
|
|
655
442
|
|
|
656
|
-
/**
|
|
657
|
-
* Request parameters for openApiEquipmentBatchAdd operation in OpenApiApi.
|
|
658
|
-
* @export
|
|
659
|
-
* @interface OpenApiApiOpenApiEquipmentBatchAddRequest
|
|
660
|
-
*/
|
|
661
|
-
export interface OpenApiApiOpenApiEquipmentBatchAddRequest {
|
|
662
|
-
/**
|
|
663
|
-
*
|
|
664
|
-
* @type {number}
|
|
665
|
-
* @memberof OpenApiApiOpenApiEquipmentBatchAdd
|
|
666
|
-
*/
|
|
667
|
-
readonly parkId: number
|
|
668
|
-
|
|
669
|
-
/**
|
|
670
|
-
*
|
|
671
|
-
* @type {SyncEquipmentVo}
|
|
672
|
-
* @memberof OpenApiApiOpenApiEquipmentBatchAdd
|
|
673
|
-
*/
|
|
674
|
-
readonly syncEquipmentVo: SyncEquipmentVo
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
/**
|
|
678
|
-
* Request parameters for openApiEquipmentBatchStatusSync operation in OpenApiApi.
|
|
679
|
-
* @export
|
|
680
|
-
* @interface OpenApiApiOpenApiEquipmentBatchStatusSyncRequest
|
|
681
|
-
*/
|
|
682
|
-
export interface OpenApiApiOpenApiEquipmentBatchStatusSyncRequest {
|
|
683
|
-
/**
|
|
684
|
-
*
|
|
685
|
-
* @type {number}
|
|
686
|
-
* @memberof OpenApiApiOpenApiEquipmentBatchStatusSync
|
|
687
|
-
*/
|
|
688
|
-
readonly parkId: number
|
|
689
|
-
|
|
690
|
-
/**
|
|
691
|
-
*
|
|
692
|
-
* @type {SyncEquipmentStatusVo}
|
|
693
|
-
* @memberof OpenApiApiOpenApiEquipmentBatchStatusSync
|
|
694
|
-
*/
|
|
695
|
-
readonly syncEquipmentStatusVo: SyncEquipmentStatusVo
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
/**
|
|
699
|
-
* Request parameters for openApiSurveillanceList operation in OpenApiApi.
|
|
700
|
-
* @export
|
|
701
|
-
* @interface OpenApiApiOpenApiSurveillanceListRequest
|
|
702
|
-
*/
|
|
703
|
-
export interface OpenApiApiOpenApiSurveillanceListRequest {
|
|
704
|
-
/**
|
|
705
|
-
*
|
|
706
|
-
* @type {number}
|
|
707
|
-
* @memberof OpenApiApiOpenApiSurveillanceList
|
|
708
|
-
*/
|
|
709
|
-
readonly parkId: number
|
|
710
|
-
|
|
711
|
-
/**
|
|
712
|
-
* 中心编码(C码)
|
|
713
|
-
* @type {string}
|
|
714
|
-
* @memberof OpenApiApiOpenApiSurveillanceList
|
|
715
|
-
*/
|
|
716
|
-
readonly centerCode: string
|
|
717
|
-
}
|
|
718
|
-
|
|
719
443
|
/**
|
|
720
444
|
* Request parameters for surveillanceRoiGetByParkId operation in OpenApiApi.
|
|
721
445
|
* @export
|
|
@@ -805,42 +529,6 @@ export class OpenApiApi extends BaseAPI {
|
|
|
805
529
|
return OpenApiApiFp(this.configuration).aiMonitoringConfigByNodeId(requestParameters.parkId, requestParameters.title, requestParameters.surveillanceRoiTitle, requestParameters.surveillanceRoiId, requestParameters.algorithm, requestParameters.enabled, requestParameters.nodeId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.createBy, requestParameters.createTime, requestParameters.updateBy, requestParameters.updateTime, requestParameters.remark, options).then((request) => request(this.axios, this.basePath));
|
|
806
530
|
}
|
|
807
531
|
|
|
808
|
-
/**
|
|
809
|
-
*
|
|
810
|
-
* @summary 批量新增设施设备
|
|
811
|
-
* @param {OpenApiApiOpenApiEquipmentBatchAddRequest} requestParameters Request parameters.
|
|
812
|
-
* @param {*} [options] Override http request option.
|
|
813
|
-
* @throws {RequiredError}
|
|
814
|
-
* @memberof OpenApiApi
|
|
815
|
-
*/
|
|
816
|
-
public openApiEquipmentBatchAdd(requestParameters: OpenApiApiOpenApiEquipmentBatchAddRequest, options?: RawAxiosRequestConfig) {
|
|
817
|
-
return OpenApiApiFp(this.configuration).openApiEquipmentBatchAdd(requestParameters.parkId, requestParameters.syncEquipmentVo, options).then((request) => request(this.axios, this.basePath));
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
/**
|
|
821
|
-
*
|
|
822
|
-
* @summary 批量更新设施设备状态
|
|
823
|
-
* @param {OpenApiApiOpenApiEquipmentBatchStatusSyncRequest} requestParameters Request parameters.
|
|
824
|
-
* @param {*} [options] Override http request option.
|
|
825
|
-
* @throws {RequiredError}
|
|
826
|
-
* @memberof OpenApiApi
|
|
827
|
-
*/
|
|
828
|
-
public openApiEquipmentBatchStatusSync(requestParameters: OpenApiApiOpenApiEquipmentBatchStatusSyncRequest, options?: RawAxiosRequestConfig) {
|
|
829
|
-
return OpenApiApiFp(this.configuration).openApiEquipmentBatchStatusSync(requestParameters.parkId, requestParameters.syncEquipmentStatusVo, options).then((request) => request(this.axios, this.basePath));
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
/**
|
|
833
|
-
*
|
|
834
|
-
* @summary 获取监控列表
|
|
835
|
-
* @param {OpenApiApiOpenApiSurveillanceListRequest} requestParameters Request parameters.
|
|
836
|
-
* @param {*} [options] Override http request option.
|
|
837
|
-
* @throws {RequiredError}
|
|
838
|
-
* @memberof OpenApiApi
|
|
839
|
-
*/
|
|
840
|
-
public openApiSurveillanceList(requestParameters: OpenApiApiOpenApiSurveillanceListRequest, options?: RawAxiosRequestConfig) {
|
|
841
|
-
return OpenApiApiFp(this.configuration).openApiSurveillanceList(requestParameters.parkId, requestParameters.centerCode, options).then((request) => request(this.axios, this.basePath));
|
|
842
|
-
}
|
|
843
|
-
|
|
844
532
|
/**
|
|
845
533
|
*
|
|
846
534
|
* @summary 获取园区监控关注区域
|