@gizone/rrs-client 4.1.0-alpha.112 → 4.1.0-alpha.113
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 +2 -46
- package/api.ts +1 -5
- package/apis/iot-api.ts +15 -15
- package/apis/space-api.ts +15 -25
- package/apis/surveillance-api.ts +983 -530
- package/apis/{surveillance-roi-controller-api.ts → surveillance-roi-api.ts} +64 -64
- package/apis/work-order-api.ts +0 -671
- package/dist/api.d.ts +1 -5
- package/dist/api.js +1 -5
- package/dist/apis/iot-api.d.ts +10 -10
- package/dist/apis/iot-api.js +11 -11
- package/dist/apis/space-api.d.ts +7 -14
- package/dist/apis/space-api.js +11 -16
- package/dist/apis/surveillance-api.d.ts +541 -353
- package/dist/apis/surveillance-api.js +777 -332
- package/dist/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +36 -36
- package/dist/apis/work-order-api.d.ts +0 -354
- package/dist/apis/work-order-api.js +0 -503
- package/dist/esm/api.d.ts +1 -5
- package/dist/esm/api.js +1 -5
- package/dist/esm/apis/iot-api.d.ts +10 -10
- package/dist/esm/apis/iot-api.js +11 -11
- package/dist/esm/apis/space-api.d.ts +7 -14
- package/dist/esm/apis/space-api.js +11 -16
- package/dist/esm/apis/surveillance-api.d.ts +541 -353
- package/dist/esm/apis/surveillance-api.js +776 -331
- package/dist/esm/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +31 -31
- package/dist/esm/apis/work-order-api.d.ts +0 -354
- package/dist/esm/apis/work-order-api.js +0 -503
- package/dist/esm/models/equipment-detail-dto.d.ts +14 -8
- package/dist/esm/models/equipment-point-edit-vo.d.ts +8 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/get-user-wx200-response.d.ts +9 -9
- package/dist/esm/models/index.d.ts +1 -41
- package/dist/esm/models/index.js +1 -41
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
- package/dist/esm/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
- package/dist/esm/models/space-add-vo.d.ts +0 -7
- package/dist/esm/models/space-detail-dto.d.ts +2 -9
- package/dist/esm/models/space-edit-vo.d.ts +0 -7
- package/dist/esm/models/space-point-dto.d.ts +21 -3
- package/dist/esm/models/space-tree-dto.d.ts +19 -26
- package/dist/esm/models/sync-equipment-vo.d.ts +0 -24
- package/dist/esm/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -6
- package/dist/esm/models/work-order-internal-status-enum.js +1 -7
- package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -10
- package/dist/esm/models/work-order-issue-type-enum.js +2 -11
- package/dist/esm/models/work-order-settings-type-enum.d.ts +7 -2
- package/dist/esm/models/work-order-settings-type-enum.js +7 -2
- package/dist/esm/models/work-order-source-enum.d.ts +0 -2
- package/dist/esm/models/work-order-source-enum.js +1 -3
- package/dist/esm/models/work-order-type-enum.d.ts +0 -2
- package/dist/esm/models/work-order-type-enum.js +1 -3
- package/dist/models/equipment-detail-dto.d.ts +14 -8
- package/dist/models/equipment-point-edit-vo.d.ts +8 -2
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/get-user-wx200-response.d.ts +9 -9
- package/dist/models/index.d.ts +1 -41
- package/dist/models/index.js +1 -41
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/space-add-excel-dto.d.ts +0 -6
- package/dist/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
- package/dist/models/space-add-vo.d.ts +0 -7
- package/dist/models/space-detail-dto.d.ts +2 -9
- package/dist/models/space-edit-vo.d.ts +0 -7
- package/dist/models/space-point-dto.d.ts +21 -3
- package/dist/models/space-tree-dto.d.ts +19 -26
- package/dist/models/sync-equipment-vo.d.ts +0 -24
- package/dist/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/models/work-order-internal-status-enum.d.ts +0 -6
- package/dist/models/work-order-internal-status-enum.js +1 -7
- package/dist/models/work-order-issue-type-enum.d.ts +1 -10
- package/dist/models/work-order-issue-type-enum.js +2 -11
- package/dist/models/work-order-settings-type-enum.d.ts +7 -2
- package/dist/models/work-order-settings-type-enum.js +7 -2
- package/dist/models/work-order-source-enum.d.ts +0 -2
- package/dist/models/work-order-source-enum.js +1 -3
- package/dist/models/work-order-type-enum.d.ts +0 -2
- package/dist/models/work-order-type-enum.js +1 -3
- package/models/equipment-detail-dto.ts +14 -8
- package/models/equipment-point-edit-vo.ts +8 -2
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/get-user-wx200-response.ts +9 -9
- package/models/index.ts +1 -41
- package/models/ipage-access-vo.ts +6 -6
- package/models/space-add-excel-dto.ts +0 -6
- package/models/{work-order-space-dto.ts → space-add-point-vo.ts} +11 -14
- package/models/space-add-vo.ts +0 -9
- package/models/space-detail-dto.ts +2 -11
- package/models/space-edit-vo.ts +0 -9
- package/models/space-point-dto.ts +21 -3
- package/models/space-tree-dto.ts +19 -28
- package/models/sync-equipment-vo.ts +0 -24
- package/models/work-order-circulation-vo.ts +0 -12
- package/models/work-order-internal-status-enum.ts +1 -7
- package/models/work-order-issue-type-enum.ts +2 -11
- package/models/work-order-settings-type-enum.ts +7 -2
- package/models/work-order-source-enum.ts +1 -3
- package/models/work-order-type-enum.ts +1 -3
- package/package.json +1 -1
- package/apis/device-api.ts +0 -244
- package/apis/monitor-controller-api.ts +0 -1260
- package/apis/monitor-sort-controller-api.ts +0 -499
- package/apis/surveillance-settings-api.ts +0 -583
- package/dist/apis/device-api.d.ts +0 -135
- package/dist/apis/device-api.js +0 -209
- package/dist/apis/monitor-controller-api.d.ts +0 -659
- package/dist/apis/monitor-controller-api.js +0 -989
- package/dist/apis/monitor-sort-controller-api.d.ts +0 -259
- package/dist/apis/monitor-sort-controller-api.js +0 -416
- package/dist/apis/surveillance-settings-api.d.ts +0 -302
- package/dist/apis/surveillance-settings-api.js +0 -486
- package/dist/esm/apis/device-api.d.ts +0 -135
- package/dist/esm/apis/device-api.js +0 -202
- package/dist/esm/apis/monitor-controller-api.d.ts +0 -659
- package/dist/esm/apis/monitor-controller-api.js +0 -982
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +0 -259
- package/dist/esm/apis/monitor-sort-controller-api.js +0 -409
- package/dist/esm/apis/surveillance-settings-api.d.ts +0 -302
- package/dist/esm/apis/surveillance-settings-api.js +0 -479
- package/dist/esm/models/functional-area-enum.d.ts +0 -26
- package/dist/esm/models/functional-area-enum.js +0 -27
- package/dist/esm/models/installation-body-enum.d.ts +0 -22
- package/dist/esm/models/installation-body-enum.js +0 -23
- package/dist/esm/models/iot-device-status-enum.d.ts +0 -22
- package/dist/esm/models/iot-device-status-enum.js +0 -23
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +0 -14
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-details-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-live-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +0 -14
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +0 -14
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -87
- package/dist/esm/models/network-monitor-repair-add-vo.js +0 -14
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +0 -42
- package/dist/esm/models/network-monitor-repair-decision-vo.js +0 -14
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -164
- package/dist/esm/models/network-monitor-repair-details-dto.js +0 -20
- package/dist/esm/models/network-repair-info.d.ts +0 -36
- package/dist/esm/models/network-repair-info.js +0 -14
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +0 -31
- package/dist/esm/models/page-dto-surveillance-details-dto.js +0 -14
- package/dist/esm/models/park.d.ts +0 -43
- package/dist/esm/models/park.js +0 -14
- package/dist/esm/models/polling-surveillance-info.d.ts +0 -30
- package/dist/esm/models/polling-surveillance-info.js +0 -14
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +0 -30
- package/dist/esm/models/process-network-monitor-repair-vo.js +0 -14
- package/dist/esm/models/space-industry-attribute.d.ts +0 -25
- package/dist/esm/models/space-industry-attribute.js +0 -26
- package/dist/esm/models/space.d.ts +0 -43
- package/dist/esm/models/space.js +0 -14
- package/dist/esm/models/surveillance-details-dto.d.ts +0 -124
- package/dist/esm/models/surveillance-details-dto.js +0 -14
- package/dist/esm/models/surveillance-live-dto.d.ts +0 -48
- package/dist/esm/models/surveillance-live-dto.js +0 -14
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -57
- package/dist/esm/models/surveillance-settings-details-dto.js +0 -14
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +0 -31
- package/dist/esm/models/surveillance-settings-polling-vo.js +0 -14
- package/dist/esm/models/surveillance-update-vo.d.ts +0 -62
- package/dist/esm/models/surveillance-update-vo.js +0 -14
- package/dist/esm/models/surveillance.d.ts +0 -49
- package/dist/esm/models/surveillance.js +0 -14
- package/dist/esm/models/sync-device-unit-vo.d.ts +0 -180
- package/dist/esm/models/sync-device-unit-vo.js +0 -14
- package/dist/esm/models/violation-center-attribute-enum.d.ts +0 -21
- package/dist/esm/models/violation-center-attribute-enum.js +0 -22
- package/dist/esm/models/violation-decision-vo.d.ts +0 -68
- package/dist/esm/models/violation-decision-vo.js +0 -14
- package/dist/esm/models/violation-issue-type-enum.d.ts +0 -84
- package/dist/esm/models/violation-issue-type-enum.js +0 -85
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +0 -21
- package/dist/esm/models/violation-responsibility-role-enum.js +0 -22
- package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -87
- package/dist/esm/models/violation-work-order-add-vo.js +0 -14
- package/dist/esm/models/violation-work-order-details-dto.d.ts +0 -151
- package/dist/esm/models/violation-work-order-details-dto.js +0 -20
- package/dist/esm/models/violation-work-order-info.d.ts +0 -106
- package/dist/esm/models/violation-work-order-info.js +0 -14
- package/dist/esm/models/work-order-approval-vo.d.ts +0 -24
- package/dist/esm/models/work-order-approval-vo.js +0 -14
- package/dist/esm/models/work-order-decision-vo.d.ts +0 -32
- package/dist/esm/models/work-order-decision-vo.js +0 -14
- package/dist/esm/models/work-order-ext-data.d.ts +0 -32
- package/dist/esm/models/work-order-ext-data.js +0 -14
- package/dist/esm/models/work-order-handler-dto.d.ts +0 -61
- package/dist/esm/models/work-order-handler-dto.js +0 -14
- package/dist/esm/models/work-order-space-dto.js +0 -14
- package/dist/esm/models/work-order-sponsor-dto.d.ts +0 -48
- package/dist/esm/models/work-order-sponsor-dto.js +0 -14
- package/dist/esm/models/work-order-surveillance-dto.d.ts +0 -30
- package/dist/esm/models/work-order-surveillance-dto.js +0 -14
- package/dist/models/functional-area-enum.d.ts +0 -26
- package/dist/models/functional-area-enum.js +0 -30
- package/dist/models/installation-body-enum.d.ts +0 -22
- package/dist/models/installation-body-enum.js +0 -26
- package/dist/models/iot-device-status-enum.d.ts +0 -22
- package/dist/models/iot-device-status-enum.js +0 -26
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
- package/dist/models/json-result-network-monitor-repair-details-dto.js +0 -15
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +0 -15
- package/dist/models/json-result-surveillance-details-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-details-dto.js +0 -15
- package/dist/models/json-result-surveillance-live-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-live-dto.js +0 -15
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-settings-details-dto.js +0 -15
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +0 -62
- package/dist/models/json-result-violation-work-order-details-dto.js +0 -15
- package/dist/models/network-monitor-repair-add-vo.d.ts +0 -87
- package/dist/models/network-monitor-repair-add-vo.js +0 -15
- package/dist/models/network-monitor-repair-decision-vo.d.ts +0 -42
- package/dist/models/network-monitor-repair-decision-vo.js +0 -15
- package/dist/models/network-monitor-repair-details-dto.d.ts +0 -164
- package/dist/models/network-monitor-repair-details-dto.js +0 -23
- package/dist/models/network-repair-info.d.ts +0 -36
- package/dist/models/network-repair-info.js +0 -15
- package/dist/models/page-dto-surveillance-details-dto.d.ts +0 -31
- package/dist/models/page-dto-surveillance-details-dto.js +0 -15
- package/dist/models/park.d.ts +0 -43
- package/dist/models/park.js +0 -15
- package/dist/models/polling-surveillance-info.d.ts +0 -30
- package/dist/models/polling-surveillance-info.js +0 -15
- package/dist/models/process-network-monitor-repair-vo.d.ts +0 -30
- package/dist/models/process-network-monitor-repair-vo.js +0 -15
- package/dist/models/space-industry-attribute.d.ts +0 -25
- package/dist/models/space-industry-attribute.js +0 -29
- package/dist/models/space.d.ts +0 -43
- package/dist/models/space.js +0 -15
- package/dist/models/surveillance-details-dto.d.ts +0 -124
- package/dist/models/surveillance-details-dto.js +0 -15
- package/dist/models/surveillance-live-dto.d.ts +0 -48
- package/dist/models/surveillance-live-dto.js +0 -15
- package/dist/models/surveillance-settings-details-dto.d.ts +0 -57
- package/dist/models/surveillance-settings-details-dto.js +0 -15
- package/dist/models/surveillance-settings-polling-vo.d.ts +0 -31
- package/dist/models/surveillance-settings-polling-vo.js +0 -15
- package/dist/models/surveillance-update-vo.d.ts +0 -62
- package/dist/models/surveillance-update-vo.js +0 -15
- package/dist/models/surveillance.d.ts +0 -49
- package/dist/models/surveillance.js +0 -15
- package/dist/models/sync-device-unit-vo.d.ts +0 -180
- package/dist/models/sync-device-unit-vo.js +0 -15
- package/dist/models/violation-center-attribute-enum.d.ts +0 -21
- package/dist/models/violation-center-attribute-enum.js +0 -25
- package/dist/models/violation-decision-vo.d.ts +0 -68
- package/dist/models/violation-decision-vo.js +0 -15
- package/dist/models/violation-issue-type-enum.d.ts +0 -84
- package/dist/models/violation-issue-type-enum.js +0 -88
- package/dist/models/violation-responsibility-role-enum.d.ts +0 -21
- package/dist/models/violation-responsibility-role-enum.js +0 -25
- package/dist/models/violation-work-order-add-vo.d.ts +0 -87
- package/dist/models/violation-work-order-add-vo.js +0 -15
- package/dist/models/violation-work-order-details-dto.d.ts +0 -151
- package/dist/models/violation-work-order-details-dto.js +0 -23
- package/dist/models/violation-work-order-info.d.ts +0 -106
- package/dist/models/violation-work-order-info.js +0 -15
- package/dist/models/work-order-approval-vo.d.ts +0 -24
- package/dist/models/work-order-approval-vo.js +0 -15
- package/dist/models/work-order-decision-vo.d.ts +0 -32
- package/dist/models/work-order-decision-vo.js +0 -15
- package/dist/models/work-order-ext-data.d.ts +0 -32
- package/dist/models/work-order-ext-data.js +0 -15
- package/dist/models/work-order-handler-dto.d.ts +0 -61
- package/dist/models/work-order-handler-dto.js +0 -15
- package/dist/models/work-order-space-dto.js +0 -15
- package/dist/models/work-order-sponsor-dto.d.ts +0 -48
- package/dist/models/work-order-sponsor-dto.js +0 -15
- package/dist/models/work-order-surveillance-dto.d.ts +0 -30
- package/dist/models/work-order-surveillance-dto.js +0 -15
- package/models/functional-area-enum.ts +0 -36
- package/models/installation-body-enum.ts +0 -32
- package/models/iot-device-status-enum.ts +0 -32
- package/models/json-result-list-surveillance-settings-details-dto.ts +0 -72
- package/models/json-result-network-monitor-repair-details-dto.ts +0 -72
- package/models/json-result-page-dto-surveillance-details-dto.ts +0 -72
- package/models/json-result-surveillance-details-dto.ts +0 -72
- package/models/json-result-surveillance-live-dto.ts +0 -72
- package/models/json-result-surveillance-settings-details-dto.ts +0 -72
- package/models/json-result-violation-work-order-details-dto.ts +0 -72
- package/models/network-monitor-repair-add-vo.ts +0 -101
- package/models/network-monitor-repair-decision-vo.ts +0 -48
- package/models/network-monitor-repair-details-dto.ts +0 -197
- package/models/network-repair-info.ts +0 -42
- package/models/page-dto-surveillance-details-dto.ts +0 -39
- package/models/park.ts +0 -53
- package/models/polling-surveillance-info.ts +0 -36
- package/models/process-network-monitor-repair-vo.ts +0 -36
- package/models/space-industry-attribute.ts +0 -35
- package/models/space.ts +0 -51
- package/models/surveillance-details-dto.ts +0 -140
- package/models/surveillance-live-dto.ts +0 -54
- package/models/surveillance-settings-details-dto.ts +0 -69
- package/models/surveillance-settings-polling-vo.ts +0 -39
- package/models/surveillance-update-vo.ts +0 -74
- package/models/surveillance.ts +0 -59
- package/models/sync-device-unit-vo.ts +0 -186
- package/models/violation-center-attribute-enum.ts +0 -31
- package/models/violation-decision-vo.ts +0 -80
- package/models/violation-issue-type-enum.ts +0 -94
- package/models/violation-responsibility-role-enum.ts +0 -31
- package/models/violation-work-order-add-vo.ts +0 -101
- package/models/violation-work-order-details-dto.ts +0 -182
- package/models/violation-work-order-info.ts +0 -122
- package/models/work-order-approval-vo.ts +0 -30
- package/models/work-order-decision-vo.ts +0 -42
- package/models/work-order-ext-data.ts +0 -42
- package/models/work-order-handler-dto.ts +0 -71
- package/models/work-order-sponsor-dto.ts +0 -54
- package/models/work-order-surveillance-dto.ts +0 -36
- /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
- /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
|
@@ -166,6 +166,12 @@ export interface EquipmentSearchSystemDTO {
|
|
|
166
166
|
* @memberof EquipmentSearchSystemDTO
|
|
167
167
|
*/
|
|
168
168
|
'planImage'?: string;
|
|
169
|
+
/**
|
|
170
|
+
* 空间点位
|
|
171
|
+
* @type {string}
|
|
172
|
+
* @memberof EquipmentSearchSystemDTO
|
|
173
|
+
*/
|
|
174
|
+
'spacePoint'?: string;
|
|
169
175
|
/**
|
|
170
176
|
* 出厂时间
|
|
171
177
|
* @type {string}
|
|
@@ -221,15 +227,15 @@ export interface EquipmentSearchSystemDTO {
|
|
|
221
227
|
*/
|
|
222
228
|
'relatedEquipmentIds'?: Array<number>;
|
|
223
229
|
/**
|
|
224
|
-
*
|
|
225
|
-
* @type {
|
|
230
|
+
*
|
|
231
|
+
* @type {string}
|
|
226
232
|
* @memberof EquipmentSearchSystemDTO
|
|
227
233
|
*/
|
|
228
|
-
'
|
|
234
|
+
'xaxis'?: string;
|
|
229
235
|
/**
|
|
230
|
-
*
|
|
231
|
-
* @type {
|
|
236
|
+
*
|
|
237
|
+
* @type {string}
|
|
232
238
|
* @memberof EquipmentSearchSystemDTO
|
|
233
239
|
*/
|
|
234
|
-
'
|
|
240
|
+
'yaxis'?: string;
|
|
235
241
|
}
|
|
@@ -37,34 +37,34 @@ export interface GetUserWx200Response {
|
|
|
37
37
|
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
47
47
|
* @memberof GetUserWx200Response
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'bufferSize'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {string}
|
|
53
53
|
* @memberof GetUserWx200Response
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'contentType'?: string;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
|
-
* @type {
|
|
58
|
+
* @type {number}
|
|
59
59
|
* @memberof GetUserWx200Response
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'contentLength'?: number;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
|
-
* @type {
|
|
64
|
+
* @type {GetUserWx200ResponseOutputStream}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -241,7 +241,6 @@ 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';
|
|
245
244
|
export * from './fusion-role-request-dto';
|
|
246
245
|
export * from './gate-list-po';
|
|
247
246
|
export * from './get-user-wx200-response';
|
|
@@ -300,7 +299,6 @@ export * from './inspection-standard-dto';
|
|
|
300
299
|
export * from './inspection-standard-entity';
|
|
301
300
|
export * from './inspection-standard-import-dto';
|
|
302
301
|
export * from './inspection-standard-type-enum';
|
|
303
|
-
export * from './installation-body-enum';
|
|
304
302
|
export * from './internet-access-park-vehicle-vo';
|
|
305
303
|
export * from './internet-meter-add-vo';
|
|
306
304
|
export * from './internet-meter-details-add-vo';
|
|
@@ -312,7 +310,6 @@ export * from './internet-pan-perception-search-vo';
|
|
|
312
310
|
export * from './internet-set-vo';
|
|
313
311
|
export * from './internet-water-report-record-search-vo';
|
|
314
312
|
export * from './internet-water-search-vo';
|
|
315
|
-
export * from './iot-device-status-enum';
|
|
316
313
|
export * from './iot-gradient-alarm-add-or-update-vo';
|
|
317
314
|
export * from './iot-gradient-alarm-rule-settings-dto';
|
|
318
315
|
export * from './iot-gradient-alarm-rule-vo';
|
|
@@ -444,7 +441,6 @@ export * from './json-result-list-space-tree-dto';
|
|
|
444
441
|
export * from './json-result-list-space-url-dto';
|
|
445
442
|
export * from './json-result-list-stock-push-settings-entity';
|
|
446
443
|
export * from './json-result-list-supplier-select-dto';
|
|
447
|
-
export * from './json-result-list-surveillance-settings-details-dto';
|
|
448
444
|
export * from './json-result-list-sys-dept';
|
|
449
445
|
export * from './json-result-list-sys-dept-drop-down-box-list-dto';
|
|
450
446
|
export * from './json-result-list-sys-user-drop-down-box-list-dto';
|
|
@@ -463,7 +459,6 @@ export * from './json-result-monitor-detail-dto';
|
|
|
463
459
|
export * from './json-result-monitor-live-dto';
|
|
464
460
|
export * from './json-result-monitor-screen-dto';
|
|
465
461
|
export * from './json-result-monitor-sort-entity';
|
|
466
|
-
export * from './json-result-network-monitor-repair-details-dto';
|
|
467
462
|
export * from './json-result-news-entity';
|
|
468
463
|
export * from './json-result-node-dto';
|
|
469
464
|
export * from './json-result-object';
|
|
@@ -507,7 +502,6 @@ export * from './json-result-page-dto-renovation-plan-list-vo';
|
|
|
507
502
|
export * from './json-result-page-dto-stock-list-page-dto';
|
|
508
503
|
export * from './json-result-page-dto-stock-record-list-page-dto';
|
|
509
504
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
510
|
-
export * from './json-result-page-dto-surveillance-details-dto';
|
|
511
505
|
export * from './json-result-page-dto-surveillance-roi-list-vo';
|
|
512
506
|
export * from './json-result-page-dto-sys-user-msg-dto';
|
|
513
507
|
export * from './json-result-page-dto-work-order-search-dto';
|
|
@@ -526,10 +520,7 @@ export * from './json-result-stock-push-settings-entity';
|
|
|
526
520
|
export * from './json-result-string';
|
|
527
521
|
export * from './json-result-supplier-contract-details-dto';
|
|
528
522
|
export * from './json-result-supplier-entity';
|
|
529
|
-
export * from './json-result-surveillance-details-dto';
|
|
530
|
-
export * from './json-result-surveillance-live-dto';
|
|
531
523
|
export * from './json-result-surveillance-roi-list-vo';
|
|
532
|
-
export * from './json-result-surveillance-settings-details-dto';
|
|
533
524
|
export * from './json-result-switch-park-v2-dto';
|
|
534
525
|
export * from './json-result-sys-dept';
|
|
535
526
|
export * from './json-result-sys-user';
|
|
@@ -537,7 +528,6 @@ export * from './json-result-sys-user-msg-dto';
|
|
|
537
528
|
export * from './json-result-unloading-area-entity';
|
|
538
529
|
export * from './json-result-user-add-redis-list-vo';
|
|
539
530
|
export * from './json-result-user-settings-entity';
|
|
540
|
-
export * from './json-result-violation-work-order-details-dto';
|
|
541
531
|
export * from './json-result-void';
|
|
542
532
|
export * from './json-result-white-add-redis-list-dto';
|
|
543
533
|
export * from './json-result-work-order-dept-settings-entity';
|
|
@@ -583,10 +573,6 @@ export * from './monitor-search-dto';
|
|
|
583
573
|
export * from './monitor-search-vo';
|
|
584
574
|
export * from './monitor-sort-entity';
|
|
585
575
|
export * from './monitor-sort-search-vo';
|
|
586
|
-
export * from './network-monitor-repair-add-vo';
|
|
587
|
-
export * from './network-monitor-repair-decision-vo';
|
|
588
|
-
export * from './network-monitor-repair-details-dto';
|
|
589
|
-
export * from './network-repair-info';
|
|
590
576
|
export * from './news-entity';
|
|
591
577
|
export * from './news-in-button';
|
|
592
578
|
export * from './news-info';
|
|
@@ -656,11 +642,9 @@ export * from './page-dto-renovation-plan-list-vo';
|
|
|
656
642
|
export * from './page-dto-stock-list-page-dto';
|
|
657
643
|
export * from './page-dto-stock-record-list-page-dto';
|
|
658
644
|
export * from './page-dto-supplier-contract-details-dto';
|
|
659
|
-
export * from './page-dto-surveillance-details-dto';
|
|
660
645
|
export * from './page-dto-surveillance-roi-list-vo';
|
|
661
646
|
export * from './page-dto-sys-user-msg-dto';
|
|
662
647
|
export * from './page-dto-work-order-search-dto';
|
|
663
|
-
export * from './park';
|
|
664
648
|
export * from './park-center-attribute-enum';
|
|
665
649
|
export * from './park-drop-down-box-dto';
|
|
666
650
|
export * from './park-info-dto';
|
|
@@ -682,10 +666,8 @@ export * from './plan-item-add-vo';
|
|
|
682
666
|
export * from './plan-item-edit-vo';
|
|
683
667
|
export * from './plan-search-dto';
|
|
684
668
|
export * from './plan-to-state-vo';
|
|
685
|
-
export * from './polling-surveillance-info';
|
|
686
669
|
export * from './privacy-add-vo';
|
|
687
670
|
export * from './privacy-update-state-dto';
|
|
688
|
-
export * from './process-network-monitor-repair-vo';
|
|
689
671
|
export * from './process-work-order-vo';
|
|
690
672
|
export * from './receive-information-visitors-vo';
|
|
691
673
|
export * from './record-statistics-vo';
|
|
@@ -719,15 +701,14 @@ export * from './select-time-cost-tenant-rent-bill-bo';
|
|
|
719
701
|
export * from './source-alert-dto';
|
|
720
702
|
export * from './source-feedback-dto';
|
|
721
703
|
export * from './source-work-order-inspection-dto';
|
|
722
|
-
export * from './space';
|
|
723
704
|
export * from './space-add-excel-dto';
|
|
724
705
|
export * from './space-add-plan-vo';
|
|
706
|
+
export * from './space-add-point-vo';
|
|
725
707
|
export * from './space-add-redis-list-dto';
|
|
726
708
|
export * from './space-add-vo';
|
|
727
709
|
export * from './space-detail-dto';
|
|
728
710
|
export * from './space-edit-vo';
|
|
729
711
|
export * from './space-image-detail-dto';
|
|
730
|
-
export * from './space-industry-attribute';
|
|
731
712
|
export * from './space-point-dto';
|
|
732
713
|
export * from './space-qr-code';
|
|
733
714
|
export * from './space-qr-code-dto';
|
|
@@ -763,18 +744,11 @@ export * from './supplier-edit-vo';
|
|
|
763
744
|
export * from './supplier-entity';
|
|
764
745
|
export * from './supplier-search-vo';
|
|
765
746
|
export * from './supplier-select-dto';
|
|
766
|
-
export * from './surveillance';
|
|
767
|
-
export * from './surveillance-details-dto';
|
|
768
|
-
export * from './surveillance-live-dto';
|
|
769
747
|
export * from './surveillance-roi-entity';
|
|
770
748
|
export * from './surveillance-roi-list-vo';
|
|
771
|
-
export * from './surveillance-settings-details-dto';
|
|
772
|
-
export * from './surveillance-settings-polling-vo';
|
|
773
|
-
export * from './surveillance-update-vo';
|
|
774
749
|
export * from './switch-pak-body';
|
|
775
750
|
export * from './switch-pak-body-v2-vo';
|
|
776
751
|
export * from './switch-park-v2-dto';
|
|
777
|
-
export * from './sync-device-unit-vo';
|
|
778
752
|
export * from './sync-equipment-vo';
|
|
779
753
|
export * from './sys-config';
|
|
780
754
|
export * from './sys-dept';
|
|
@@ -821,13 +795,6 @@ export * from './user-settings-update-bo';
|
|
|
821
795
|
export * from './user-whether-privacy-dto';
|
|
822
796
|
export * from './user-white-del-dto';
|
|
823
797
|
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';
|
|
831
798
|
export * from './water-meter-add-or-edit-vo';
|
|
832
799
|
export * from './water-meter-details-search-vo';
|
|
833
800
|
export * from './water-meter-search-vo';
|
|
@@ -843,21 +810,17 @@ export * from './white-black-del-vo';
|
|
|
843
810
|
export * from './white-edit-vo';
|
|
844
811
|
export * from './white-search-vo';
|
|
845
812
|
export * from './work-order-add-vo';
|
|
846
|
-
export * from './work-order-approval-vo';
|
|
847
813
|
export * from './work-order-circulation-vo';
|
|
848
814
|
export * from './work-order-comment-dto';
|
|
849
815
|
export * from './work-order-comment-entity';
|
|
850
816
|
export * from './work-order-comment-vo';
|
|
851
|
-
export * from './work-order-decision-vo';
|
|
852
817
|
export * from './work-order-dept-dto';
|
|
853
818
|
export * from './work-order-dept-settings-add-or-update-vo';
|
|
854
819
|
export * from './work-order-dept-settings-entity';
|
|
855
820
|
export * from './work-order-detail-dto';
|
|
856
821
|
export * from './work-order-distribute-leaflets-vo';
|
|
857
|
-
export * from './work-order-ext-data';
|
|
858
822
|
export * from './work-order-handle-meter-reading-details-vo';
|
|
859
823
|
export * from './work-order-handle-meter-reading-vo';
|
|
860
|
-
export * from './work-order-handler-dto';
|
|
861
824
|
export * from './work-order-handler-status-enum';
|
|
862
825
|
export * from './work-order-inspection-detail-dto';
|
|
863
826
|
export * from './work-order-inspection-item-req';
|
|
@@ -873,14 +836,11 @@ export * from './work-order-report-vo';
|
|
|
873
836
|
export * from './work-order-search-dto';
|
|
874
837
|
export * from './work-order-settings-type-enum';
|
|
875
838
|
export * from './work-order-source-enum';
|
|
876
|
-
export * from './work-order-space-dto';
|
|
877
|
-
export * from './work-order-sponsor-dto';
|
|
878
839
|
export * from './work-order-spot-check-vo';
|
|
879
840
|
export * from './work-order-staging-data-vo';
|
|
880
841
|
export * from './work-order-status-vo';
|
|
881
842
|
export * from './work-order-step-by-step-push-dto';
|
|
882
843
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
883
|
-
export * from './work-order-surveillance-dto';
|
|
884
844
|
export * from './work-order-type-dto';
|
|
885
845
|
export * from './work-order-type-enum';
|
|
886
846
|
export * from './wx-ma-user-info';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -241,7 +241,6 @@ 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';
|
|
245
244
|
export * from './fusion-role-request-dto';
|
|
246
245
|
export * from './gate-list-po';
|
|
247
246
|
export * from './get-user-wx200-response';
|
|
@@ -300,7 +299,6 @@ export * from './inspection-standard-dto';
|
|
|
300
299
|
export * from './inspection-standard-entity';
|
|
301
300
|
export * from './inspection-standard-import-dto';
|
|
302
301
|
export * from './inspection-standard-type-enum';
|
|
303
|
-
export * from './installation-body-enum';
|
|
304
302
|
export * from './internet-access-park-vehicle-vo';
|
|
305
303
|
export * from './internet-meter-add-vo';
|
|
306
304
|
export * from './internet-meter-details-add-vo';
|
|
@@ -312,7 +310,6 @@ export * from './internet-pan-perception-search-vo';
|
|
|
312
310
|
export * from './internet-set-vo';
|
|
313
311
|
export * from './internet-water-report-record-search-vo';
|
|
314
312
|
export * from './internet-water-search-vo';
|
|
315
|
-
export * from './iot-device-status-enum';
|
|
316
313
|
export * from './iot-gradient-alarm-add-or-update-vo';
|
|
317
314
|
export * from './iot-gradient-alarm-rule-settings-dto';
|
|
318
315
|
export * from './iot-gradient-alarm-rule-vo';
|
|
@@ -444,7 +441,6 @@ export * from './json-result-list-space-tree-dto';
|
|
|
444
441
|
export * from './json-result-list-space-url-dto';
|
|
445
442
|
export * from './json-result-list-stock-push-settings-entity';
|
|
446
443
|
export * from './json-result-list-supplier-select-dto';
|
|
447
|
-
export * from './json-result-list-surveillance-settings-details-dto';
|
|
448
444
|
export * from './json-result-list-sys-dept';
|
|
449
445
|
export * from './json-result-list-sys-dept-drop-down-box-list-dto';
|
|
450
446
|
export * from './json-result-list-sys-user-drop-down-box-list-dto';
|
|
@@ -463,7 +459,6 @@ export * from './json-result-monitor-detail-dto';
|
|
|
463
459
|
export * from './json-result-monitor-live-dto';
|
|
464
460
|
export * from './json-result-monitor-screen-dto';
|
|
465
461
|
export * from './json-result-monitor-sort-entity';
|
|
466
|
-
export * from './json-result-network-monitor-repair-details-dto';
|
|
467
462
|
export * from './json-result-news-entity';
|
|
468
463
|
export * from './json-result-node-dto';
|
|
469
464
|
export * from './json-result-object';
|
|
@@ -507,7 +502,6 @@ export * from './json-result-page-dto-renovation-plan-list-vo';
|
|
|
507
502
|
export * from './json-result-page-dto-stock-list-page-dto';
|
|
508
503
|
export * from './json-result-page-dto-stock-record-list-page-dto';
|
|
509
504
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
510
|
-
export * from './json-result-page-dto-surveillance-details-dto';
|
|
511
505
|
export * from './json-result-page-dto-surveillance-roi-list-vo';
|
|
512
506
|
export * from './json-result-page-dto-sys-user-msg-dto';
|
|
513
507
|
export * from './json-result-page-dto-work-order-search-dto';
|
|
@@ -526,10 +520,7 @@ export * from './json-result-stock-push-settings-entity';
|
|
|
526
520
|
export * from './json-result-string';
|
|
527
521
|
export * from './json-result-supplier-contract-details-dto';
|
|
528
522
|
export * from './json-result-supplier-entity';
|
|
529
|
-
export * from './json-result-surveillance-details-dto';
|
|
530
|
-
export * from './json-result-surveillance-live-dto';
|
|
531
523
|
export * from './json-result-surveillance-roi-list-vo';
|
|
532
|
-
export * from './json-result-surveillance-settings-details-dto';
|
|
533
524
|
export * from './json-result-switch-park-v2-dto';
|
|
534
525
|
export * from './json-result-sys-dept';
|
|
535
526
|
export * from './json-result-sys-user';
|
|
@@ -537,7 +528,6 @@ export * from './json-result-sys-user-msg-dto';
|
|
|
537
528
|
export * from './json-result-unloading-area-entity';
|
|
538
529
|
export * from './json-result-user-add-redis-list-vo';
|
|
539
530
|
export * from './json-result-user-settings-entity';
|
|
540
|
-
export * from './json-result-violation-work-order-details-dto';
|
|
541
531
|
export * from './json-result-void';
|
|
542
532
|
export * from './json-result-white-add-redis-list-dto';
|
|
543
533
|
export * from './json-result-work-order-dept-settings-entity';
|
|
@@ -583,10 +573,6 @@ export * from './monitor-search-dto';
|
|
|
583
573
|
export * from './monitor-search-vo';
|
|
584
574
|
export * from './monitor-sort-entity';
|
|
585
575
|
export * from './monitor-sort-search-vo';
|
|
586
|
-
export * from './network-monitor-repair-add-vo';
|
|
587
|
-
export * from './network-monitor-repair-decision-vo';
|
|
588
|
-
export * from './network-monitor-repair-details-dto';
|
|
589
|
-
export * from './network-repair-info';
|
|
590
576
|
export * from './news-entity';
|
|
591
577
|
export * from './news-in-button';
|
|
592
578
|
export * from './news-info';
|
|
@@ -656,11 +642,9 @@ export * from './page-dto-renovation-plan-list-vo';
|
|
|
656
642
|
export * from './page-dto-stock-list-page-dto';
|
|
657
643
|
export * from './page-dto-stock-record-list-page-dto';
|
|
658
644
|
export * from './page-dto-supplier-contract-details-dto';
|
|
659
|
-
export * from './page-dto-surveillance-details-dto';
|
|
660
645
|
export * from './page-dto-surveillance-roi-list-vo';
|
|
661
646
|
export * from './page-dto-sys-user-msg-dto';
|
|
662
647
|
export * from './page-dto-work-order-search-dto';
|
|
663
|
-
export * from './park';
|
|
664
648
|
export * from './park-center-attribute-enum';
|
|
665
649
|
export * from './park-drop-down-box-dto';
|
|
666
650
|
export * from './park-info-dto';
|
|
@@ -682,10 +666,8 @@ export * from './plan-item-add-vo';
|
|
|
682
666
|
export * from './plan-item-edit-vo';
|
|
683
667
|
export * from './plan-search-dto';
|
|
684
668
|
export * from './plan-to-state-vo';
|
|
685
|
-
export * from './polling-surveillance-info';
|
|
686
669
|
export * from './privacy-add-vo';
|
|
687
670
|
export * from './privacy-update-state-dto';
|
|
688
|
-
export * from './process-network-monitor-repair-vo';
|
|
689
671
|
export * from './process-work-order-vo';
|
|
690
672
|
export * from './receive-information-visitors-vo';
|
|
691
673
|
export * from './record-statistics-vo';
|
|
@@ -719,15 +701,14 @@ export * from './select-time-cost-tenant-rent-bill-bo';
|
|
|
719
701
|
export * from './source-alert-dto';
|
|
720
702
|
export * from './source-feedback-dto';
|
|
721
703
|
export * from './source-work-order-inspection-dto';
|
|
722
|
-
export * from './space';
|
|
723
704
|
export * from './space-add-excel-dto';
|
|
724
705
|
export * from './space-add-plan-vo';
|
|
706
|
+
export * from './space-add-point-vo';
|
|
725
707
|
export * from './space-add-redis-list-dto';
|
|
726
708
|
export * from './space-add-vo';
|
|
727
709
|
export * from './space-detail-dto';
|
|
728
710
|
export * from './space-edit-vo';
|
|
729
711
|
export * from './space-image-detail-dto';
|
|
730
|
-
export * from './space-industry-attribute';
|
|
731
712
|
export * from './space-point-dto';
|
|
732
713
|
export * from './space-qr-code';
|
|
733
714
|
export * from './space-qr-code-dto';
|
|
@@ -763,18 +744,11 @@ export * from './supplier-edit-vo';
|
|
|
763
744
|
export * from './supplier-entity';
|
|
764
745
|
export * from './supplier-search-vo';
|
|
765
746
|
export * from './supplier-select-dto';
|
|
766
|
-
export * from './surveillance';
|
|
767
|
-
export * from './surveillance-details-dto';
|
|
768
|
-
export * from './surveillance-live-dto';
|
|
769
747
|
export * from './surveillance-roi-entity';
|
|
770
748
|
export * from './surveillance-roi-list-vo';
|
|
771
|
-
export * from './surveillance-settings-details-dto';
|
|
772
|
-
export * from './surveillance-settings-polling-vo';
|
|
773
|
-
export * from './surveillance-update-vo';
|
|
774
749
|
export * from './switch-pak-body';
|
|
775
750
|
export * from './switch-pak-body-v2-vo';
|
|
776
751
|
export * from './switch-park-v2-dto';
|
|
777
|
-
export * from './sync-device-unit-vo';
|
|
778
752
|
export * from './sync-equipment-vo';
|
|
779
753
|
export * from './sys-config';
|
|
780
754
|
export * from './sys-dept';
|
|
@@ -821,13 +795,6 @@ export * from './user-settings-update-bo';
|
|
|
821
795
|
export * from './user-whether-privacy-dto';
|
|
822
796
|
export * from './user-white-del-dto';
|
|
823
797
|
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';
|
|
831
798
|
export * from './water-meter-add-or-edit-vo';
|
|
832
799
|
export * from './water-meter-details-search-vo';
|
|
833
800
|
export * from './water-meter-search-vo';
|
|
@@ -843,21 +810,17 @@ export * from './white-black-del-vo';
|
|
|
843
810
|
export * from './white-edit-vo';
|
|
844
811
|
export * from './white-search-vo';
|
|
845
812
|
export * from './work-order-add-vo';
|
|
846
|
-
export * from './work-order-approval-vo';
|
|
847
813
|
export * from './work-order-circulation-vo';
|
|
848
814
|
export * from './work-order-comment-dto';
|
|
849
815
|
export * from './work-order-comment-entity';
|
|
850
816
|
export * from './work-order-comment-vo';
|
|
851
|
-
export * from './work-order-decision-vo';
|
|
852
817
|
export * from './work-order-dept-dto';
|
|
853
818
|
export * from './work-order-dept-settings-add-or-update-vo';
|
|
854
819
|
export * from './work-order-dept-settings-entity';
|
|
855
820
|
export * from './work-order-detail-dto';
|
|
856
821
|
export * from './work-order-distribute-leaflets-vo';
|
|
857
|
-
export * from './work-order-ext-data';
|
|
858
822
|
export * from './work-order-handle-meter-reading-details-vo';
|
|
859
823
|
export * from './work-order-handle-meter-reading-vo';
|
|
860
|
-
export * from './work-order-handler-dto';
|
|
861
824
|
export * from './work-order-handler-status-enum';
|
|
862
825
|
export * from './work-order-inspection-detail-dto';
|
|
863
826
|
export * from './work-order-inspection-item-req';
|
|
@@ -873,14 +836,11 @@ export * from './work-order-report-vo';
|
|
|
873
836
|
export * from './work-order-search-dto';
|
|
874
837
|
export * from './work-order-settings-type-enum';
|
|
875
838
|
export * from './work-order-source-enum';
|
|
876
|
-
export * from './work-order-space-dto';
|
|
877
|
-
export * from './work-order-sponsor-dto';
|
|
878
839
|
export * from './work-order-spot-check-vo';
|
|
879
840
|
export * from './work-order-staging-data-vo';
|
|
880
841
|
export * from './work-order-status-vo';
|
|
881
842
|
export * from './work-order-step-by-step-push-dto';
|
|
882
843
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
883
|
-
export * from './work-order-surveillance-dto';
|
|
884
844
|
export * from './work-order-type-dto';
|
|
885
845
|
export * from './work-order-type-enum';
|
|
886
846
|
export * from './wx-ma-user-info';
|
|
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
|
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageAccessVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageAccessVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -9,28 +9,23 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { SpacePointDTO } from './space-point-dto';
|
|
12
13
|
/**
|
|
13
|
-
*
|
|
14
|
+
* 空间标点参数
|
|
14
15
|
* @export
|
|
15
|
-
* @interface
|
|
16
|
+
* @interface SpaceAddPointVO
|
|
16
17
|
*/
|
|
17
|
-
export interface
|
|
18
|
+
export interface SpaceAddPointVO {
|
|
18
19
|
/**
|
|
19
20
|
* 空间id
|
|
20
21
|
* @type {number}
|
|
21
|
-
* @memberof
|
|
22
|
+
* @memberof SpaceAddPointVO
|
|
22
23
|
*/
|
|
23
24
|
'spaceId'?: number;
|
|
24
25
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {
|
|
27
|
-
* @memberof
|
|
26
|
+
*
|
|
27
|
+
* @type {SpacePointDTO}
|
|
28
|
+
* @memberof SpaceAddPointVO
|
|
28
29
|
*/
|
|
29
|
-
'
|
|
30
|
-
/**
|
|
31
|
-
* 父名称
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof WorkOrderSpaceDto
|
|
34
|
-
*/
|
|
35
|
-
'parentName'?: string;
|
|
30
|
+
'spacePointDTO'?: SpacePointDTO;
|
|
36
31
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
13
12
|
/**
|
|
14
13
|
* 新增空间参数
|
|
15
14
|
* @export
|
|
@@ -106,12 +105,6 @@ export interface SpaceAddVO {
|
|
|
106
105
|
* @memberof SpaceAddVO
|
|
107
106
|
*/
|
|
108
107
|
'greeneryArea'?: number;
|
|
109
|
-
/**
|
|
110
|
-
* 行业属性
|
|
111
|
-
* @type {Array<SpaceIndustryAttribute>}
|
|
112
|
-
* @memberof SpaceAddVO
|
|
113
|
-
*/
|
|
114
|
-
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
115
108
|
}
|
|
116
109
|
export declare const SpaceAddVOImageDisplayMethodEnum: {
|
|
117
110
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { PlanImageList } from './plan-image-list';
|
|
13
|
-
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
14
13
|
import type { SpacePointDTO } from './space-point-dto';
|
|
15
14
|
/**
|
|
16
15
|
* 空间详情出参
|
|
@@ -80,10 +79,10 @@ export interface SpaceDetailDTO {
|
|
|
80
79
|
'imageUrl'?: Array<string>;
|
|
81
80
|
/**
|
|
82
81
|
* 空间点位
|
|
83
|
-
* @type {
|
|
82
|
+
* @type {string}
|
|
84
83
|
* @memberof SpaceDetailDTO
|
|
85
84
|
*/
|
|
86
|
-
'spacePoint'?:
|
|
85
|
+
'spacePoint'?: string;
|
|
87
86
|
/**
|
|
88
87
|
*
|
|
89
88
|
* @type {SpacePointDTO}
|
|
@@ -168,12 +167,6 @@ export interface SpaceDetailDTO {
|
|
|
168
167
|
* @memberof SpaceDetailDTO
|
|
169
168
|
*/
|
|
170
169
|
'promptText'?: string;
|
|
171
|
-
/**
|
|
172
|
-
* 行业属性
|
|
173
|
-
* @type {Array<SpaceIndustryAttribute>}
|
|
174
|
-
* @memberof SpaceDetailDTO
|
|
175
|
-
*/
|
|
176
|
-
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
177
170
|
}
|
|
178
171
|
export declare const SpaceDetailDTOImageDisplayMethodEnum: {
|
|
179
172
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
13
12
|
/**
|
|
14
13
|
* 修改空间名称
|
|
15
14
|
* @export
|
|
@@ -124,12 +123,6 @@ export interface SpaceEditVO {
|
|
|
124
123
|
* @memberof SpaceEditVO
|
|
125
124
|
*/
|
|
126
125
|
'promptText'?: string;
|
|
127
|
-
/**
|
|
128
|
-
* 行业属性
|
|
129
|
-
* @type {Array<SpaceIndustryAttribute>}
|
|
130
|
-
* @memberof SpaceEditVO
|
|
131
|
-
*/
|
|
132
|
-
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
133
126
|
}
|
|
134
127
|
export declare const SpaceEditVOImageDisplayMethodEnum: {
|
|
135
128
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -16,11 +16,29 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface SpacePointDTO {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof SpacePointDTO
|
|
22
|
+
*/
|
|
23
|
+
'arrSlice'?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SpacePointDTO
|
|
28
|
+
*/
|
|
29
|
+
'origin'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof SpacePointDTO
|
|
34
|
+
*/
|
|
35
|
+
'containerWidth'?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
21
39
|
* @memberof SpacePointDTO
|
|
22
40
|
*/
|
|
23
|
-
'
|
|
41
|
+
'containerHeight'?: number;
|
|
24
42
|
/**
|
|
25
43
|
* 空间id
|
|
26
44
|
* @type {number}
|