@gizone/rrs-client 3.11.16-alpha.82 → 3.11.17-alpha.100
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 +45 -1
- package/README.md +2 -2
- package/api.ts +4 -1
- package/apis/monitor-controller-api.ts +1260 -0
- package/apis/monitor-sort-controller-api.ts +499 -0
- package/apis/surveillance-api.ts +582 -944
- package/apis/{surveillance-roi-api.ts → surveillance-roi-controller-api.ts} +64 -64
- package/apis/surveillance-settings-api.ts +583 -0
- package/apis/work-order-api.ts +671 -0
- package/configuration.ts +1 -1
- package/dist/api.d.ts +4 -1
- package/dist/api.js +4 -1
- package/dist/apis/monitor-controller-api.d.ts +659 -0
- package/dist/apis/monitor-controller-api.js +989 -0
- package/dist/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/apis/monitor-sort-controller-api.js +416 -0
- package/dist/apis/surveillance-api.d.ts +378 -519
- package/dist/apis/surveillance-api.js +357 -732
- package/dist/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +36 -36
- package/dist/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/apis/surveillance-settings-api.js +486 -0
- package/dist/apis/work-order-api.d.ts +354 -0
- package/dist/apis/work-order-api.js +503 -0
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +4 -1
- package/dist/esm/api.js +4 -1
- package/dist/esm/apis/monitor-controller-api.d.ts +659 -0
- package/dist/esm/apis/monitor-controller-api.js +982 -0
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/esm/apis/monitor-sort-controller-api.js +409 -0
- package/dist/esm/apis/surveillance-api.d.ts +378 -519
- package/dist/esm/apis/surveillance-api.js +356 -731
- package/dist/esm/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +31 -31
- package/dist/esm/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/esm/apis/surveillance-settings-api.js +479 -0
- package/dist/esm/apis/work-order-api.d.ts +354 -0
- package/dist/esm/apis/work-order-api.js +503 -0
- 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/index.d.ts +41 -0
- package/dist/esm/models/index.js +41 -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-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-network-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/json-result-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/network-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/esm/models/network-monitor-repair-details-dto.js +20 -0
- package/dist/esm/models/network-repair-info.d.ts +36 -0
- package/dist/esm/models/network-repair-info.js +14 -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/park.d.ts +43 -0
- package/dist/esm/models/park.js +14 -0
- package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
- package/dist/esm/models/polling-surveillance-info.js +14 -0
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-network-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-settings-details-dto.d.ts +57 -0
- package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/esm/models/surveillance-settings-polling-vo.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/violation-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/violation-center-attribute-enum.js +22 -0
- package/dist/esm/models/violation-decision-vo.d.ts +68 -0
- package/dist/esm/models/violation-decision-vo.js +14 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/esm/models/violation-issue-type-enum.js +85 -0
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/esm/models/violation-work-order-add-vo.js +14 -0
- package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/esm/models/violation-work-order-details-dto.js +20 -0
- package/dist/esm/models/violation-work-order-info.d.ts +106 -0
- package/dist/esm/models/violation-work-order-info.js +14 -0
- package/dist/esm/models/work-order-approval-vo.d.ts +24 -0
- package/dist/esm/models/work-order-approval-vo.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 +32 -0
- package/dist/esm/models/work-order-decision-vo.js +14 -0
- package/dist/esm/models/work-order-ext-data.d.ts +32 -0
- package/dist/esm/models/work-order-ext-data.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 +6 -0
- package/dist/esm/models/work-order-internal-status-enum.js +7 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/esm/models/work-order-issue-type-enum.js +11 -2
- package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +1 -0
- package/dist/esm/models/work-order-source-enum.d.ts +2 -0
- package/dist/esm/models/work-order-source-enum.js +3 -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 +2 -0
- package/dist/esm/models/work-order-type-enum.js +3 -1
- package/dist/models/functional-area-enum.d.ts +26 -0
- package/dist/models/functional-area-enum.js +30 -0
- package/dist/models/index.d.ts +41 -0
- package/dist/models/index.js +41 -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-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/models/json-result-list-surveillance-settings-details-dto.js +15 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +56 -0
- package/dist/models/json-result-network-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/json-result-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/models/json-result-violation-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/network-monitor-repair-add-vo.js +15 -0
- package/dist/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/models/network-monitor-repair-decision-vo.js +15 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/models/network-monitor-repair-details-dto.js +23 -0
- package/dist/models/network-repair-info.d.ts +36 -0
- package/dist/models/network-repair-info.js +15 -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/park.d.ts +43 -0
- package/dist/models/park.js +15 -0
- package/dist/models/polling-surveillance-info.d.ts +30 -0
- package/dist/models/polling-surveillance-info.js +15 -0
- package/dist/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-network-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-settings-details-dto.d.ts +57 -0
- package/dist/models/surveillance-settings-details-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/models/surveillance-settings-polling-vo.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/violation-center-attribute-enum.d.ts +21 -0
- package/dist/models/violation-center-attribute-enum.js +25 -0
- package/dist/models/violation-decision-vo.d.ts +68 -0
- package/dist/models/violation-decision-vo.js +15 -0
- package/dist/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/models/violation-issue-type-enum.js +88 -0
- package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/models/violation-responsibility-role-enum.js +25 -0
- package/dist/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/models/violation-work-order-add-vo.js +15 -0
- package/dist/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/models/violation-work-order-details-dto.js +23 -0
- package/dist/models/violation-work-order-info.d.ts +106 -0
- package/dist/models/violation-work-order-info.js +15 -0
- package/dist/models/work-order-approval-vo.d.ts +24 -0
- package/dist/models/work-order-approval-vo.js +15 -0
- package/dist/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +32 -0
- package/dist/models/work-order-decision-vo.js +15 -0
- package/dist/models/work-order-ext-data.d.ts +32 -0
- package/dist/models/work-order-ext-data.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 +6 -0
- package/dist/models/work-order-internal-status-enum.js +7 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/models/work-order-issue-type-enum.js +11 -2
- package/dist/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/models/work-order-settings-type-enum.js +1 -0
- package/dist/models/work-order-source-enum.d.ts +2 -0
- package/dist/models/work-order-source-enum.js +3 -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 +2 -0
- package/dist/models/work-order-type-enum.js +3 -1
- package/models/functional-area-enum.ts +36 -0
- package/models/index.ts +41 -0
- package/models/installation-body-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-list-surveillance-settings-details-dto.ts +66 -0
- package/models/json-result-network-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/json-result-surveillance-settings-details-dto.ts +66 -0
- package/models/json-result-violation-work-order-details-dto.ts +66 -0
- package/models/network-monitor-repair-add-vo.ts +101 -0
- package/models/network-monitor-repair-decision-vo.ts +48 -0
- package/models/network-monitor-repair-details-dto.ts +197 -0
- package/models/network-repair-info.ts +42 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/park.ts +53 -0
- package/models/polling-surveillance-info.ts +36 -0
- package/models/process-network-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-settings-details-dto.ts +69 -0
- package/models/surveillance-settings-polling-vo.ts +39 -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/violation-center-attribute-enum.ts +31 -0
- package/models/violation-decision-vo.ts +80 -0
- package/models/violation-issue-type-enum.ts +94 -0
- package/models/violation-responsibility-role-enum.ts +31 -0
- package/models/violation-work-order-add-vo.ts +101 -0
- package/models/violation-work-order-details-dto.ts +182 -0
- package/models/violation-work-order-info.ts +122 -0
- package/models/work-order-approval-vo.ts +30 -0
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +42 -0
- package/models/work-order-ext-data.ts +42 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +7 -1
- package/models/work-order-issue-type-enum.ts +11 -2
- package/models/work-order-settings-type-enum.ts +1 -0
- package/models/work-order-source-enum.ts +3 -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 +3 -1
- package/package.json +1 -1
package/dist/models/index.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ export * from './fire-control-equipment-batch-setting-location-vo';
|
|
|
241
241
|
export * from './fire-control-equipment-edit-vo';
|
|
242
242
|
export * from './fire-control-equipment-search-vo';
|
|
243
243
|
export * from './followup-work-order-dto';
|
|
244
|
+
export * from './functional-area-enum';
|
|
244
245
|
export * from './fusion-role-request-dto';
|
|
245
246
|
export * from './gate-list-po';
|
|
246
247
|
export * from './get-user-wx200-response';
|
|
@@ -299,6 +300,7 @@ export * from './inspection-standard-dto';
|
|
|
299
300
|
export * from './inspection-standard-entity';
|
|
300
301
|
export * from './inspection-standard-import-dto';
|
|
301
302
|
export * from './inspection-standard-type-enum';
|
|
303
|
+
export * from './installation-body-enum';
|
|
302
304
|
export * from './internet-access-park-vehicle-vo';
|
|
303
305
|
export * from './internet-meter-add-vo';
|
|
304
306
|
export * from './internet-meter-details-add-vo';
|
|
@@ -441,6 +443,7 @@ export * from './json-result-list-space-tree-dto';
|
|
|
441
443
|
export * from './json-result-list-space-url-dto';
|
|
442
444
|
export * from './json-result-list-stock-push-settings-entity';
|
|
443
445
|
export * from './json-result-list-supplier-select-dto';
|
|
446
|
+
export * from './json-result-list-surveillance-settings-details-dto';
|
|
444
447
|
export * from './json-result-list-sys-dept';
|
|
445
448
|
export * from './json-result-list-sys-dept-drop-down-box-list-dto';
|
|
446
449
|
export * from './json-result-list-sys-user-drop-down-box-list-dto';
|
|
@@ -459,6 +462,7 @@ export * from './json-result-monitor-detail-dto';
|
|
|
459
462
|
export * from './json-result-monitor-live-dto';
|
|
460
463
|
export * from './json-result-monitor-screen-dto';
|
|
461
464
|
export * from './json-result-monitor-sort-entity';
|
|
465
|
+
export * from './json-result-network-monitor-repair-details-dto';
|
|
462
466
|
export * from './json-result-news-entity';
|
|
463
467
|
export * from './json-result-node-dto';
|
|
464
468
|
export * from './json-result-object';
|
|
@@ -502,6 +506,7 @@ export * from './json-result-page-dto-renovation-plan-list-vo';
|
|
|
502
506
|
export * from './json-result-page-dto-stock-list-page-dto';
|
|
503
507
|
export * from './json-result-page-dto-stock-record-list-page-dto';
|
|
504
508
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
509
|
+
export * from './json-result-page-dto-surveillance-details-dto';
|
|
505
510
|
export * from './json-result-page-dto-surveillance-roi-list-vo';
|
|
506
511
|
export * from './json-result-page-dto-sys-user-msg-dto';
|
|
507
512
|
export * from './json-result-page-dto-work-order-search-dto';
|
|
@@ -520,7 +525,10 @@ export * from './json-result-stock-push-settings-entity';
|
|
|
520
525
|
export * from './json-result-string';
|
|
521
526
|
export * from './json-result-supplier-contract-details-dto';
|
|
522
527
|
export * from './json-result-supplier-entity';
|
|
528
|
+
export * from './json-result-surveillance-details-dto';
|
|
529
|
+
export * from './json-result-surveillance-live-dto';
|
|
523
530
|
export * from './json-result-surveillance-roi-list-vo';
|
|
531
|
+
export * from './json-result-surveillance-settings-details-dto';
|
|
524
532
|
export * from './json-result-switch-park-v2-dto';
|
|
525
533
|
export * from './json-result-sys-dept';
|
|
526
534
|
export * from './json-result-sys-user';
|
|
@@ -528,6 +536,7 @@ export * from './json-result-sys-user-msg-dto';
|
|
|
528
536
|
export * from './json-result-unloading-area-entity';
|
|
529
537
|
export * from './json-result-user-add-redis-list-vo';
|
|
530
538
|
export * from './json-result-user-settings-entity';
|
|
539
|
+
export * from './json-result-violation-work-order-details-dto';
|
|
531
540
|
export * from './json-result-void';
|
|
532
541
|
export * from './json-result-white-add-redis-list-dto';
|
|
533
542
|
export * from './json-result-work-order-dept-settings-entity';
|
|
@@ -573,6 +582,10 @@ export * from './monitor-search-dto';
|
|
|
573
582
|
export * from './monitor-search-vo';
|
|
574
583
|
export * from './monitor-sort-entity';
|
|
575
584
|
export * from './monitor-sort-search-vo';
|
|
585
|
+
export * from './network-monitor-repair-add-vo';
|
|
586
|
+
export * from './network-monitor-repair-decision-vo';
|
|
587
|
+
export * from './network-monitor-repair-details-dto';
|
|
588
|
+
export * from './network-repair-info';
|
|
576
589
|
export * from './news-entity';
|
|
577
590
|
export * from './news-in-button';
|
|
578
591
|
export * from './news-info';
|
|
@@ -642,9 +655,11 @@ export * from './page-dto-renovation-plan-list-vo';
|
|
|
642
655
|
export * from './page-dto-stock-list-page-dto';
|
|
643
656
|
export * from './page-dto-stock-record-list-page-dto';
|
|
644
657
|
export * from './page-dto-supplier-contract-details-dto';
|
|
658
|
+
export * from './page-dto-surveillance-details-dto';
|
|
645
659
|
export * from './page-dto-surveillance-roi-list-vo';
|
|
646
660
|
export * from './page-dto-sys-user-msg-dto';
|
|
647
661
|
export * from './page-dto-work-order-search-dto';
|
|
662
|
+
export * from './park';
|
|
648
663
|
export * from './park-center-attribute-enum';
|
|
649
664
|
export * from './park-drop-down-box-dto';
|
|
650
665
|
export * from './park-info-dto';
|
|
@@ -666,8 +681,10 @@ export * from './plan-item-add-vo';
|
|
|
666
681
|
export * from './plan-item-edit-vo';
|
|
667
682
|
export * from './plan-search-dto';
|
|
668
683
|
export * from './plan-to-state-vo';
|
|
684
|
+
export * from './polling-surveillance-info';
|
|
669
685
|
export * from './privacy-add-vo';
|
|
670
686
|
export * from './privacy-update-state-dto';
|
|
687
|
+
export * from './process-network-monitor-repair-vo';
|
|
671
688
|
export * from './process-work-order-vo';
|
|
672
689
|
export * from './receive-information-visitors-vo';
|
|
673
690
|
export * from './record-statistics-vo';
|
|
@@ -701,6 +718,7 @@ export * from './select-time-cost-tenant-rent-bill-bo';
|
|
|
701
718
|
export * from './source-alert-dto';
|
|
702
719
|
export * from './source-feedback-dto';
|
|
703
720
|
export * from './source-work-order-inspection-dto';
|
|
721
|
+
export * from './space';
|
|
704
722
|
export * from './space-add-excel-dto';
|
|
705
723
|
export * from './space-add-plan-vo';
|
|
706
724
|
export * from './space-add-redis-list-dto';
|
|
@@ -708,6 +726,7 @@ export * from './space-add-vo';
|
|
|
708
726
|
export * from './space-detail-dto';
|
|
709
727
|
export * from './space-edit-vo';
|
|
710
728
|
export * from './space-image-detail-dto';
|
|
729
|
+
export * from './space-industry-attribute';
|
|
711
730
|
export * from './space-point-dto';
|
|
712
731
|
export * from './space-qr-code';
|
|
713
732
|
export * from './space-qr-code-dto';
|
|
@@ -743,8 +762,16 @@ export * from './supplier-edit-vo';
|
|
|
743
762
|
export * from './supplier-entity';
|
|
744
763
|
export * from './supplier-search-vo';
|
|
745
764
|
export * from './supplier-select-dto';
|
|
765
|
+
export * from './surveillance';
|
|
766
|
+
export * from './surveillance-add-vo';
|
|
767
|
+
export * from './surveillance-details-dto';
|
|
768
|
+
export * from './surveillance-live-dto';
|
|
746
769
|
export * from './surveillance-roi-entity';
|
|
747
770
|
export * from './surveillance-roi-list-vo';
|
|
771
|
+
export * from './surveillance-settings-details-dto';
|
|
772
|
+
export * from './surveillance-settings-polling-vo';
|
|
773
|
+
export * from './surveillance-status-enum';
|
|
774
|
+
export * from './surveillance-update-vo';
|
|
748
775
|
export * from './switch-pak-body';
|
|
749
776
|
export * from './switch-pak-body-v2-vo';
|
|
750
777
|
export * from './switch-park-v2-dto';
|
|
@@ -794,6 +821,13 @@ export * from './user-settings-update-bo';
|
|
|
794
821
|
export * from './user-whether-privacy-dto';
|
|
795
822
|
export * from './user-white-del-dto';
|
|
796
823
|
export * from './vehicle-payment-bo';
|
|
824
|
+
export * from './violation-center-attribute-enum';
|
|
825
|
+
export * from './violation-decision-vo';
|
|
826
|
+
export * from './violation-issue-type-enum';
|
|
827
|
+
export * from './violation-responsibility-role-enum';
|
|
828
|
+
export * from './violation-work-order-add-vo';
|
|
829
|
+
export * from './violation-work-order-details-dto';
|
|
830
|
+
export * from './violation-work-order-info';
|
|
797
831
|
export * from './water-meter-add-or-edit-vo';
|
|
798
832
|
export * from './water-meter-details-search-vo';
|
|
799
833
|
export * from './water-meter-search-vo';
|
|
@@ -809,17 +843,21 @@ export * from './white-black-del-vo';
|
|
|
809
843
|
export * from './white-edit-vo';
|
|
810
844
|
export * from './white-search-vo';
|
|
811
845
|
export * from './work-order-add-vo';
|
|
846
|
+
export * from './work-order-approval-vo';
|
|
812
847
|
export * from './work-order-circulation-vo';
|
|
813
848
|
export * from './work-order-comment-dto';
|
|
814
849
|
export * from './work-order-comment-entity';
|
|
815
850
|
export * from './work-order-comment-vo';
|
|
851
|
+
export * from './work-order-decision-vo';
|
|
816
852
|
export * from './work-order-dept-dto';
|
|
817
853
|
export * from './work-order-dept-settings-add-or-update-vo';
|
|
818
854
|
export * from './work-order-dept-settings-entity';
|
|
819
855
|
export * from './work-order-detail-dto';
|
|
820
856
|
export * from './work-order-distribute-leaflets-vo';
|
|
857
|
+
export * from './work-order-ext-data';
|
|
821
858
|
export * from './work-order-handle-meter-reading-details-vo';
|
|
822
859
|
export * from './work-order-handle-meter-reading-vo';
|
|
860
|
+
export * from './work-order-handler-dto';
|
|
823
861
|
export * from './work-order-handler-status-enum';
|
|
824
862
|
export * from './work-order-inspection-detail-dto';
|
|
825
863
|
export * from './work-order-inspection-item-req';
|
|
@@ -835,11 +873,14 @@ export * from './work-order-report-vo';
|
|
|
835
873
|
export * from './work-order-search-dto';
|
|
836
874
|
export * from './work-order-settings-type-enum';
|
|
837
875
|
export * from './work-order-source-enum';
|
|
876
|
+
export * from './work-order-space-dto';
|
|
877
|
+
export * from './work-order-sponsor-dto';
|
|
838
878
|
export * from './work-order-spot-check-vo';
|
|
839
879
|
export * from './work-order-staging-data-vo';
|
|
840
880
|
export * from './work-order-status-vo';
|
|
841
881
|
export * from './work-order-step-by-step-push-dto';
|
|
842
882
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
883
|
+
export * from './work-order-surveillance-dto';
|
|
843
884
|
export * from './work-order-type-dto';
|
|
844
885
|
export * from './work-order-type-enum';
|
|
845
886
|
export * from './wx-ma-user-info';
|
package/dist/models/index.js
CHANGED
|
@@ -257,6 +257,7 @@ __exportStar(require("./fire-control-equipment-batch-setting-location-vo"), expo
|
|
|
257
257
|
__exportStar(require("./fire-control-equipment-edit-vo"), exports);
|
|
258
258
|
__exportStar(require("./fire-control-equipment-search-vo"), exports);
|
|
259
259
|
__exportStar(require("./followup-work-order-dto"), exports);
|
|
260
|
+
__exportStar(require("./functional-area-enum"), exports);
|
|
260
261
|
__exportStar(require("./fusion-role-request-dto"), exports);
|
|
261
262
|
__exportStar(require("./gate-list-po"), exports);
|
|
262
263
|
__exportStar(require("./get-user-wx200-response"), exports);
|
|
@@ -315,6 +316,7 @@ __exportStar(require("./inspection-standard-dto"), exports);
|
|
|
315
316
|
__exportStar(require("./inspection-standard-entity"), exports);
|
|
316
317
|
__exportStar(require("./inspection-standard-import-dto"), exports);
|
|
317
318
|
__exportStar(require("./inspection-standard-type-enum"), exports);
|
|
319
|
+
__exportStar(require("./installation-body-enum"), exports);
|
|
318
320
|
__exportStar(require("./internet-access-park-vehicle-vo"), exports);
|
|
319
321
|
__exportStar(require("./internet-meter-add-vo"), exports);
|
|
320
322
|
__exportStar(require("./internet-meter-details-add-vo"), exports);
|
|
@@ -457,6 +459,7 @@ __exportStar(require("./json-result-list-space-tree-dto"), exports);
|
|
|
457
459
|
__exportStar(require("./json-result-list-space-url-dto"), exports);
|
|
458
460
|
__exportStar(require("./json-result-list-stock-push-settings-entity"), exports);
|
|
459
461
|
__exportStar(require("./json-result-list-supplier-select-dto"), exports);
|
|
462
|
+
__exportStar(require("./json-result-list-surveillance-settings-details-dto"), exports);
|
|
460
463
|
__exportStar(require("./json-result-list-sys-dept"), exports);
|
|
461
464
|
__exportStar(require("./json-result-list-sys-dept-drop-down-box-list-dto"), exports);
|
|
462
465
|
__exportStar(require("./json-result-list-sys-user-drop-down-box-list-dto"), exports);
|
|
@@ -475,6 +478,7 @@ __exportStar(require("./json-result-monitor-detail-dto"), exports);
|
|
|
475
478
|
__exportStar(require("./json-result-monitor-live-dto"), exports);
|
|
476
479
|
__exportStar(require("./json-result-monitor-screen-dto"), exports);
|
|
477
480
|
__exportStar(require("./json-result-monitor-sort-entity"), exports);
|
|
481
|
+
__exportStar(require("./json-result-network-monitor-repair-details-dto"), exports);
|
|
478
482
|
__exportStar(require("./json-result-news-entity"), exports);
|
|
479
483
|
__exportStar(require("./json-result-node-dto"), exports);
|
|
480
484
|
__exportStar(require("./json-result-object"), exports);
|
|
@@ -518,6 +522,7 @@ __exportStar(require("./json-result-page-dto-renovation-plan-list-vo"), exports)
|
|
|
518
522
|
__exportStar(require("./json-result-page-dto-stock-list-page-dto"), exports);
|
|
519
523
|
__exportStar(require("./json-result-page-dto-stock-record-list-page-dto"), exports);
|
|
520
524
|
__exportStar(require("./json-result-page-dto-supplier-contract-details-dto"), exports);
|
|
525
|
+
__exportStar(require("./json-result-page-dto-surveillance-details-dto"), exports);
|
|
521
526
|
__exportStar(require("./json-result-page-dto-surveillance-roi-list-vo"), exports);
|
|
522
527
|
__exportStar(require("./json-result-page-dto-sys-user-msg-dto"), exports);
|
|
523
528
|
__exportStar(require("./json-result-page-dto-work-order-search-dto"), exports);
|
|
@@ -536,7 +541,10 @@ __exportStar(require("./json-result-stock-push-settings-entity"), exports);
|
|
|
536
541
|
__exportStar(require("./json-result-string"), exports);
|
|
537
542
|
__exportStar(require("./json-result-supplier-contract-details-dto"), exports);
|
|
538
543
|
__exportStar(require("./json-result-supplier-entity"), exports);
|
|
544
|
+
__exportStar(require("./json-result-surveillance-details-dto"), exports);
|
|
545
|
+
__exportStar(require("./json-result-surveillance-live-dto"), exports);
|
|
539
546
|
__exportStar(require("./json-result-surveillance-roi-list-vo"), exports);
|
|
547
|
+
__exportStar(require("./json-result-surveillance-settings-details-dto"), exports);
|
|
540
548
|
__exportStar(require("./json-result-switch-park-v2-dto"), exports);
|
|
541
549
|
__exportStar(require("./json-result-sys-dept"), exports);
|
|
542
550
|
__exportStar(require("./json-result-sys-user"), exports);
|
|
@@ -544,6 +552,7 @@ __exportStar(require("./json-result-sys-user-msg-dto"), exports);
|
|
|
544
552
|
__exportStar(require("./json-result-unloading-area-entity"), exports);
|
|
545
553
|
__exportStar(require("./json-result-user-add-redis-list-vo"), exports);
|
|
546
554
|
__exportStar(require("./json-result-user-settings-entity"), exports);
|
|
555
|
+
__exportStar(require("./json-result-violation-work-order-details-dto"), exports);
|
|
547
556
|
__exportStar(require("./json-result-void"), exports);
|
|
548
557
|
__exportStar(require("./json-result-white-add-redis-list-dto"), exports);
|
|
549
558
|
__exportStar(require("./json-result-work-order-dept-settings-entity"), exports);
|
|
@@ -589,6 +598,10 @@ __exportStar(require("./monitor-search-dto"), exports);
|
|
|
589
598
|
__exportStar(require("./monitor-search-vo"), exports);
|
|
590
599
|
__exportStar(require("./monitor-sort-entity"), exports);
|
|
591
600
|
__exportStar(require("./monitor-sort-search-vo"), exports);
|
|
601
|
+
__exportStar(require("./network-monitor-repair-add-vo"), exports);
|
|
602
|
+
__exportStar(require("./network-monitor-repair-decision-vo"), exports);
|
|
603
|
+
__exportStar(require("./network-monitor-repair-details-dto"), exports);
|
|
604
|
+
__exportStar(require("./network-repair-info"), exports);
|
|
592
605
|
__exportStar(require("./news-entity"), exports);
|
|
593
606
|
__exportStar(require("./news-in-button"), exports);
|
|
594
607
|
__exportStar(require("./news-info"), exports);
|
|
@@ -658,9 +671,11 @@ __exportStar(require("./page-dto-renovation-plan-list-vo"), exports);
|
|
|
658
671
|
__exportStar(require("./page-dto-stock-list-page-dto"), exports);
|
|
659
672
|
__exportStar(require("./page-dto-stock-record-list-page-dto"), exports);
|
|
660
673
|
__exportStar(require("./page-dto-supplier-contract-details-dto"), exports);
|
|
674
|
+
__exportStar(require("./page-dto-surveillance-details-dto"), exports);
|
|
661
675
|
__exportStar(require("./page-dto-surveillance-roi-list-vo"), exports);
|
|
662
676
|
__exportStar(require("./page-dto-sys-user-msg-dto"), exports);
|
|
663
677
|
__exportStar(require("./page-dto-work-order-search-dto"), exports);
|
|
678
|
+
__exportStar(require("./park"), exports);
|
|
664
679
|
__exportStar(require("./park-center-attribute-enum"), exports);
|
|
665
680
|
__exportStar(require("./park-drop-down-box-dto"), exports);
|
|
666
681
|
__exportStar(require("./park-info-dto"), exports);
|
|
@@ -682,8 +697,10 @@ __exportStar(require("./plan-item-add-vo"), exports);
|
|
|
682
697
|
__exportStar(require("./plan-item-edit-vo"), exports);
|
|
683
698
|
__exportStar(require("./plan-search-dto"), exports);
|
|
684
699
|
__exportStar(require("./plan-to-state-vo"), exports);
|
|
700
|
+
__exportStar(require("./polling-surveillance-info"), exports);
|
|
685
701
|
__exportStar(require("./privacy-add-vo"), exports);
|
|
686
702
|
__exportStar(require("./privacy-update-state-dto"), exports);
|
|
703
|
+
__exportStar(require("./process-network-monitor-repair-vo"), exports);
|
|
687
704
|
__exportStar(require("./process-work-order-vo"), exports);
|
|
688
705
|
__exportStar(require("./receive-information-visitors-vo"), exports);
|
|
689
706
|
__exportStar(require("./record-statistics-vo"), exports);
|
|
@@ -717,6 +734,7 @@ __exportStar(require("./select-time-cost-tenant-rent-bill-bo"), exports);
|
|
|
717
734
|
__exportStar(require("./source-alert-dto"), exports);
|
|
718
735
|
__exportStar(require("./source-feedback-dto"), exports);
|
|
719
736
|
__exportStar(require("./source-work-order-inspection-dto"), exports);
|
|
737
|
+
__exportStar(require("./space"), exports);
|
|
720
738
|
__exportStar(require("./space-add-excel-dto"), exports);
|
|
721
739
|
__exportStar(require("./space-add-plan-vo"), exports);
|
|
722
740
|
__exportStar(require("./space-add-redis-list-dto"), exports);
|
|
@@ -724,6 +742,7 @@ __exportStar(require("./space-add-vo"), exports);
|
|
|
724
742
|
__exportStar(require("./space-detail-dto"), exports);
|
|
725
743
|
__exportStar(require("./space-edit-vo"), exports);
|
|
726
744
|
__exportStar(require("./space-image-detail-dto"), exports);
|
|
745
|
+
__exportStar(require("./space-industry-attribute"), exports);
|
|
727
746
|
__exportStar(require("./space-point-dto"), exports);
|
|
728
747
|
__exportStar(require("./space-qr-code"), exports);
|
|
729
748
|
__exportStar(require("./space-qr-code-dto"), exports);
|
|
@@ -759,8 +778,16 @@ __exportStar(require("./supplier-edit-vo"), exports);
|
|
|
759
778
|
__exportStar(require("./supplier-entity"), exports);
|
|
760
779
|
__exportStar(require("./supplier-search-vo"), exports);
|
|
761
780
|
__exportStar(require("./supplier-select-dto"), exports);
|
|
781
|
+
__exportStar(require("./surveillance"), exports);
|
|
782
|
+
__exportStar(require("./surveillance-add-vo"), exports);
|
|
783
|
+
__exportStar(require("./surveillance-details-dto"), exports);
|
|
784
|
+
__exportStar(require("./surveillance-live-dto"), exports);
|
|
762
785
|
__exportStar(require("./surveillance-roi-entity"), exports);
|
|
763
786
|
__exportStar(require("./surveillance-roi-list-vo"), exports);
|
|
787
|
+
__exportStar(require("./surveillance-settings-details-dto"), exports);
|
|
788
|
+
__exportStar(require("./surveillance-settings-polling-vo"), exports);
|
|
789
|
+
__exportStar(require("./surveillance-status-enum"), exports);
|
|
790
|
+
__exportStar(require("./surveillance-update-vo"), exports);
|
|
764
791
|
__exportStar(require("./switch-pak-body"), exports);
|
|
765
792
|
__exportStar(require("./switch-pak-body-v2-vo"), exports);
|
|
766
793
|
__exportStar(require("./switch-park-v2-dto"), exports);
|
|
@@ -810,6 +837,13 @@ __exportStar(require("./user-settings-update-bo"), exports);
|
|
|
810
837
|
__exportStar(require("./user-whether-privacy-dto"), exports);
|
|
811
838
|
__exportStar(require("./user-white-del-dto"), exports);
|
|
812
839
|
__exportStar(require("./vehicle-payment-bo"), exports);
|
|
840
|
+
__exportStar(require("./violation-center-attribute-enum"), exports);
|
|
841
|
+
__exportStar(require("./violation-decision-vo"), exports);
|
|
842
|
+
__exportStar(require("./violation-issue-type-enum"), exports);
|
|
843
|
+
__exportStar(require("./violation-responsibility-role-enum"), exports);
|
|
844
|
+
__exportStar(require("./violation-work-order-add-vo"), exports);
|
|
845
|
+
__exportStar(require("./violation-work-order-details-dto"), exports);
|
|
846
|
+
__exportStar(require("./violation-work-order-info"), exports);
|
|
813
847
|
__exportStar(require("./water-meter-add-or-edit-vo"), exports);
|
|
814
848
|
__exportStar(require("./water-meter-details-search-vo"), exports);
|
|
815
849
|
__exportStar(require("./water-meter-search-vo"), exports);
|
|
@@ -825,17 +859,21 @@ __exportStar(require("./white-black-del-vo"), exports);
|
|
|
825
859
|
__exportStar(require("./white-edit-vo"), exports);
|
|
826
860
|
__exportStar(require("./white-search-vo"), exports);
|
|
827
861
|
__exportStar(require("./work-order-add-vo"), exports);
|
|
862
|
+
__exportStar(require("./work-order-approval-vo"), exports);
|
|
828
863
|
__exportStar(require("./work-order-circulation-vo"), exports);
|
|
829
864
|
__exportStar(require("./work-order-comment-dto"), exports);
|
|
830
865
|
__exportStar(require("./work-order-comment-entity"), exports);
|
|
831
866
|
__exportStar(require("./work-order-comment-vo"), exports);
|
|
867
|
+
__exportStar(require("./work-order-decision-vo"), exports);
|
|
832
868
|
__exportStar(require("./work-order-dept-dto"), exports);
|
|
833
869
|
__exportStar(require("./work-order-dept-settings-add-or-update-vo"), exports);
|
|
834
870
|
__exportStar(require("./work-order-dept-settings-entity"), exports);
|
|
835
871
|
__exportStar(require("./work-order-detail-dto"), exports);
|
|
836
872
|
__exportStar(require("./work-order-distribute-leaflets-vo"), exports);
|
|
873
|
+
__exportStar(require("./work-order-ext-data"), exports);
|
|
837
874
|
__exportStar(require("./work-order-handle-meter-reading-details-vo"), exports);
|
|
838
875
|
__exportStar(require("./work-order-handle-meter-reading-vo"), exports);
|
|
876
|
+
__exportStar(require("./work-order-handler-dto"), exports);
|
|
839
877
|
__exportStar(require("./work-order-handler-status-enum"), exports);
|
|
840
878
|
__exportStar(require("./work-order-inspection-detail-dto"), exports);
|
|
841
879
|
__exportStar(require("./work-order-inspection-item-req"), exports);
|
|
@@ -851,11 +889,14 @@ __exportStar(require("./work-order-report-vo"), exports);
|
|
|
851
889
|
__exportStar(require("./work-order-search-dto"), exports);
|
|
852
890
|
__exportStar(require("./work-order-settings-type-enum"), exports);
|
|
853
891
|
__exportStar(require("./work-order-source-enum"), exports);
|
|
892
|
+
__exportStar(require("./work-order-space-dto"), exports);
|
|
893
|
+
__exportStar(require("./work-order-sponsor-dto"), exports);
|
|
854
894
|
__exportStar(require("./work-order-spot-check-vo"), exports);
|
|
855
895
|
__exportStar(require("./work-order-staging-data-vo"), exports);
|
|
856
896
|
__exportStar(require("./work-order-status-vo"), exports);
|
|
857
897
|
__exportStar(require("./work-order-step-by-step-push-dto"), exports);
|
|
858
898
|
__exportStar(require("./work-order-step-by-step-push-user-details-dto"), exports);
|
|
899
|
+
__exportStar(require("./work-order-surveillance-dto"), exports);
|
|
859
900
|
__exportStar(require("./work-order-type-dto"), exports);
|
|
860
901
|
__exportStar(require("./work-order-type-enum"), exports);
|
|
861
902
|
__exportStar(require("./wx-ma-user-info"), exports);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 安装主体枚举
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const InstallationBodyEnum: {
|
|
18
|
+
readonly RiRiShun: "RI_RI_SHUN";
|
|
19
|
+
readonly CangXiaoWei: "CANG_XIAO_WEI";
|
|
20
|
+
readonly FangDong: "FANG_DONG";
|
|
21
|
+
};
|
|
22
|
+
export type InstallationBodyEnum = typeof InstallationBodyEnum[keyof typeof InstallationBodyEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.InstallationBodyEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 安装主体枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.InstallationBodyEnum = {
|
|
23
|
+
RiRiShun: 'RI_RI_SHUN',
|
|
24
|
+
CangXiaoWei: 'CANG_XIAO_WEI',
|
|
25
|
+
FangDong: 'FANG_DONG'
|
|
26
|
+
};
|
|
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
|
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageAccessVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageAccessVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { SurveillanceSettingsDetailsDto } from './surveillance-settings-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListSurveillanceSettingsDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListSurveillanceSettingsDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<SurveillanceSettingsDetailsDto>}
|
|
41
|
+
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<SurveillanceSettingsDetailsDto> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { NetworkMonitorRepairDetailsDto } from './network-monitor-repair-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultNetworkMonitorRepairDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultNetworkMonitorRepairDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {NetworkMonitorRepairDetailsDto}
|
|
41
|
+
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: NetworkMonitorRepairDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { PageDtoSurveillanceDetailsDto } from './page-dto-surveillance-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultPageDtoSurveillanceDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultPageDtoSurveillanceDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {PageDtoSurveillanceDetailsDto}
|
|
41
|
+
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: PageDtoSurveillanceDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|