@gizone/rrs-client 4.1.0-alpha.111 → 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 -45
- 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 -546
- 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 -370
- package/dist/apis/surveillance-api.js +777 -348
- 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 -370
- package/dist/esm/apis/surveillance-api.js +776 -347
- 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 -40
- package/dist/esm/models/index.js +1 -40
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- 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 -40
- package/dist/models/index.js +1 -40
- package/dist/models/ipage-access-vo.d.ts +4 -4
- 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 -40
- package/models/ipage-access-vo.ts +4 -4
- 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/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 -129
- package/dist/esm/models/surveillance-details-dto.js +0 -18
- 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 -54
- package/dist/esm/models/surveillance.js +0 -18
- 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/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 -129
- package/dist/models/surveillance-details-dto.js +0 -21
- 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 -54
- package/dist/models/surveillance.js +0 -21
- 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/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 -144
- 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 -63
- 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
|
@@ -115,7 +115,7 @@ export declare const IotApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
115
115
|
* @param {*} [options] Override http request option.
|
|
116
116
|
* @throws {RequiredError}
|
|
117
117
|
*/
|
|
118
|
-
|
|
118
|
+
devicesStatus: (devicesStatusUpdateVo: DevicesStatusUpdateVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
119
119
|
/**
|
|
120
120
|
*
|
|
121
121
|
* @summary 导出设备数据记录
|
|
@@ -408,7 +408,7 @@ export declare const IotApiFp: (configuration?: Configuration) => {
|
|
|
408
408
|
* @param {*} [options] Override http request option.
|
|
409
409
|
* @throws {RequiredError}
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
devicesStatus(devicesStatusUpdateVo: DevicesStatusUpdateVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
412
412
|
/**
|
|
413
413
|
*
|
|
414
414
|
* @summary 导出设备数据记录
|
|
@@ -696,11 +696,11 @@ export declare const IotApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
696
696
|
/**
|
|
697
697
|
*
|
|
698
698
|
* @summary 设备状态更新
|
|
699
|
-
* @param {
|
|
699
|
+
* @param {IotApiDevicesStatusRequest} requestParameters Request parameters.
|
|
700
700
|
* @param {*} [options] Override http request option.
|
|
701
701
|
* @throws {RequiredError}
|
|
702
702
|
*/
|
|
703
|
-
|
|
703
|
+
devicesStatus(requestParameters: IotApiDevicesStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
704
704
|
/**
|
|
705
705
|
*
|
|
706
706
|
* @summary 导出设备数据记录
|
|
@@ -1000,15 +1000,15 @@ export interface IotApiDevicesSequenceMaximumRequest {
|
|
|
1000
1000
|
readonly recordStatisticsVO: RecordStatisticsVO;
|
|
1001
1001
|
}
|
|
1002
1002
|
/**
|
|
1003
|
-
* Request parameters for
|
|
1003
|
+
* Request parameters for devicesStatus operation in IotApi.
|
|
1004
1004
|
* @export
|
|
1005
|
-
* @interface
|
|
1005
|
+
* @interface IotApiDevicesStatusRequest
|
|
1006
1006
|
*/
|
|
1007
|
-
export interface
|
|
1007
|
+
export interface IotApiDevicesStatusRequest {
|
|
1008
1008
|
/**
|
|
1009
1009
|
*
|
|
1010
1010
|
* @type {DevicesStatusUpdateVo}
|
|
1011
|
-
* @memberof
|
|
1011
|
+
* @memberof IotApiDevicesStatus
|
|
1012
1012
|
*/
|
|
1013
1013
|
readonly devicesStatusUpdateVo: DevicesStatusUpdateVo;
|
|
1014
1014
|
}
|
|
@@ -1508,12 +1508,12 @@ export declare class IotApi extends BaseAPI {
|
|
|
1508
1508
|
/**
|
|
1509
1509
|
*
|
|
1510
1510
|
* @summary 设备状态更新
|
|
1511
|
-
* @param {
|
|
1511
|
+
* @param {IotApiDevicesStatusRequest} requestParameters Request parameters.
|
|
1512
1512
|
* @param {*} [options] Override http request option.
|
|
1513
1513
|
* @throws {RequiredError}
|
|
1514
1514
|
* @memberof IotApi
|
|
1515
1515
|
*/
|
|
1516
|
-
|
|
1516
|
+
devicesStatus(requestParameters: IotApiDevicesStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
1517
1517
|
/**
|
|
1518
1518
|
*
|
|
1519
1519
|
* @summary 导出设备数据记录
|
package/dist/esm/apis/iot-api.js
CHANGED
|
@@ -311,9 +311,9 @@ export const IotApiAxiosParamCreator = function (configuration) {
|
|
|
311
311
|
* @param {*} [options] Override http request option.
|
|
312
312
|
* @throws {RequiredError}
|
|
313
313
|
*/
|
|
314
|
-
|
|
314
|
+
devicesStatus: (devicesStatusUpdateVo_1, ...args_1) => __awaiter(this, [devicesStatusUpdateVo_1, ...args_1], void 0, function* (devicesStatusUpdateVo, options = {}) {
|
|
315
315
|
// verify required parameter 'devicesStatusUpdateVo' is not null or undefined
|
|
316
|
-
assertParamExists('
|
|
316
|
+
assertParamExists('devicesStatus', 'devicesStatusUpdateVo', devicesStatusUpdateVo);
|
|
317
317
|
const localVarPath = `/gizone/internet/devices/status`;
|
|
318
318
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
319
319
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1393,12 +1393,12 @@ export const IotApiFp = function (configuration) {
|
|
|
1393
1393
|
* @param {*} [options] Override http request option.
|
|
1394
1394
|
* @throws {RequiredError}
|
|
1395
1395
|
*/
|
|
1396
|
-
|
|
1396
|
+
devicesStatus(devicesStatusUpdateVo, options) {
|
|
1397
1397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1398
1398
|
var _a, _b, _c;
|
|
1399
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1399
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.devicesStatus(devicesStatusUpdateVo, options);
|
|
1400
1400
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1401
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['IotApi.
|
|
1401
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['IotApi.devicesStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1402
1402
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1403
1403
|
});
|
|
1404
1404
|
},
|
|
@@ -1908,12 +1908,12 @@ export const IotApiFactory = function (configuration, basePath, axios) {
|
|
|
1908
1908
|
/**
|
|
1909
1909
|
*
|
|
1910
1910
|
* @summary 设备状态更新
|
|
1911
|
-
* @param {
|
|
1911
|
+
* @param {IotApiDevicesStatusRequest} requestParameters Request parameters.
|
|
1912
1912
|
* @param {*} [options] Override http request option.
|
|
1913
1913
|
* @throws {RequiredError}
|
|
1914
1914
|
*/
|
|
1915
|
-
|
|
1916
|
-
return localVarFp.
|
|
1915
|
+
devicesStatus(requestParameters, options) {
|
|
1916
|
+
return localVarFp.devicesStatus(requestParameters.devicesStatusUpdateVo, options).then((request) => request(axios, basePath));
|
|
1917
1917
|
},
|
|
1918
1918
|
/**
|
|
1919
1919
|
*
|
|
@@ -2264,13 +2264,13 @@ export class IotApi extends BaseAPI {
|
|
|
2264
2264
|
/**
|
|
2265
2265
|
*
|
|
2266
2266
|
* @summary 设备状态更新
|
|
2267
|
-
* @param {
|
|
2267
|
+
* @param {IotApiDevicesStatusRequest} requestParameters Request parameters.
|
|
2268
2268
|
* @param {*} [options] Override http request option.
|
|
2269
2269
|
* @throws {RequiredError}
|
|
2270
2270
|
* @memberof IotApi
|
|
2271
2271
|
*/
|
|
2272
|
-
|
|
2273
|
-
return IotApiFp(this.configuration).
|
|
2272
|
+
devicesStatus(requestParameters, options) {
|
|
2273
|
+
return IotApiFp(this.configuration).devicesStatus(requestParameters.devicesStatusUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
2274
2274
|
}
|
|
2275
2275
|
/**
|
|
2276
2276
|
*
|
|
@@ -21,6 +21,7 @@ import type { JsonResultListSpaceUrlDTO } from '../models';
|
|
|
21
21
|
import type { JsonResultSpaceAddRedisListDTO } from '../models';
|
|
22
22
|
import type { JsonResultSpaceImageDetailDTO } from '../models';
|
|
23
23
|
import type { SpaceAddPlanVo } from '../models';
|
|
24
|
+
import type { SpaceAddPointVO } from '../models';
|
|
24
25
|
import type { SpaceAddVO } from '../models';
|
|
25
26
|
import type { SpaceEditVO } from '../models';
|
|
26
27
|
import type { SpaceQrCode } from '../models';
|
|
@@ -164,12 +165,11 @@ export declare const SpaceApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
164
165
|
/**
|
|
165
166
|
*
|
|
166
167
|
* @summary 空间标点
|
|
167
|
-
* @param {
|
|
168
|
-
* @param {Array<Array<number>>} requestBody
|
|
168
|
+
* @param {SpaceAddPointVO} spaceAddPointVO
|
|
169
169
|
* @param {*} [options] Override http request option.
|
|
170
170
|
* @throws {RequiredError}
|
|
171
171
|
*/
|
|
172
|
-
spacePunctuation: (
|
|
172
|
+
spacePunctuation: (spaceAddPointVO: SpaceAddPointVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
173
173
|
/**
|
|
174
174
|
*
|
|
175
175
|
* @summary 批量生成二维码
|
|
@@ -341,12 +341,11 @@ export declare const SpaceApiFp: (configuration?: Configuration) => {
|
|
|
341
341
|
/**
|
|
342
342
|
*
|
|
343
343
|
* @summary 空间标点
|
|
344
|
-
* @param {
|
|
345
|
-
* @param {Array<Array<number>>} requestBody
|
|
344
|
+
* @param {SpaceAddPointVO} spaceAddPointVO
|
|
346
345
|
* @param {*} [options] Override http request option.
|
|
347
346
|
* @throws {RequiredError}
|
|
348
347
|
*/
|
|
349
|
-
spacePunctuation(
|
|
348
|
+
spacePunctuation(spaceAddPointVO: SpaceAddPointVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
350
349
|
/**
|
|
351
350
|
*
|
|
352
351
|
* @summary 批量生成二维码
|
|
@@ -774,16 +773,10 @@ export interface SpaceApiSpacePlanUrlListRequest {
|
|
|
774
773
|
export interface SpaceApiSpacePunctuationRequest {
|
|
775
774
|
/**
|
|
776
775
|
*
|
|
777
|
-
* @type {
|
|
778
|
-
* @memberof SpaceApiSpacePunctuation
|
|
779
|
-
*/
|
|
780
|
-
readonly id: number;
|
|
781
|
-
/**
|
|
782
|
-
*
|
|
783
|
-
* @type {Array<Array<number>>}
|
|
776
|
+
* @type {SpaceAddPointVO}
|
|
784
777
|
* @memberof SpaceApiSpacePunctuation
|
|
785
778
|
*/
|
|
786
|
-
readonly
|
|
779
|
+
readonly spaceAddPointVO: SpaceAddPointVO;
|
|
787
780
|
}
|
|
788
781
|
/**
|
|
789
782
|
* Request parameters for spaceQrCode operation in SpaceApi.
|
|
@@ -579,18 +579,14 @@ export const SpaceApiAxiosParamCreator = function (configuration) {
|
|
|
579
579
|
/**
|
|
580
580
|
*
|
|
581
581
|
* @summary 空间标点
|
|
582
|
-
* @param {
|
|
583
|
-
* @param {Array<Array<number>>} requestBody
|
|
582
|
+
* @param {SpaceAddPointVO} spaceAddPointVO
|
|
584
583
|
* @param {*} [options] Override http request option.
|
|
585
584
|
* @throws {RequiredError}
|
|
586
585
|
*/
|
|
587
|
-
spacePunctuation: (
|
|
588
|
-
// verify required parameter '
|
|
589
|
-
assertParamExists('spacePunctuation', '
|
|
590
|
-
|
|
591
|
-
assertParamExists('spacePunctuation', 'requestBody', requestBody);
|
|
592
|
-
const localVarPath = `/gizone/space/point/{id}`
|
|
593
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
586
|
+
spacePunctuation: (spaceAddPointVO_1, ...args_1) => __awaiter(this, [spaceAddPointVO_1, ...args_1], void 0, function* (spaceAddPointVO, options = {}) {
|
|
587
|
+
// verify required parameter 'spaceAddPointVO' is not null or undefined
|
|
588
|
+
assertParamExists('spacePunctuation', 'spaceAddPointVO', spaceAddPointVO);
|
|
589
|
+
const localVarPath = `/gizone/space/punctuation`;
|
|
594
590
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
595
591
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
596
592
|
let baseOptions;
|
|
@@ -607,7 +603,7 @@ export const SpaceApiAxiosParamCreator = function (configuration) {
|
|
|
607
603
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
608
604
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
609
605
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
610
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
606
|
+
localVarRequestOptions.data = serializeDataIfNeeded(spaceAddPointVO, localVarRequestOptions, configuration);
|
|
611
607
|
return {
|
|
612
608
|
url: toPathString(localVarUrlObj),
|
|
613
609
|
options: localVarRequestOptions,
|
|
@@ -1013,15 +1009,14 @@ export const SpaceApiFp = function (configuration) {
|
|
|
1013
1009
|
/**
|
|
1014
1010
|
*
|
|
1015
1011
|
* @summary 空间标点
|
|
1016
|
-
* @param {
|
|
1017
|
-
* @param {Array<Array<number>>} requestBody
|
|
1012
|
+
* @param {SpaceAddPointVO} spaceAddPointVO
|
|
1018
1013
|
* @param {*} [options] Override http request option.
|
|
1019
1014
|
* @throws {RequiredError}
|
|
1020
1015
|
*/
|
|
1021
|
-
spacePunctuation(
|
|
1016
|
+
spacePunctuation(spaceAddPointVO, options) {
|
|
1022
1017
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1023
1018
|
var _a, _b, _c;
|
|
1024
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.spacePunctuation(
|
|
1019
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.spacePunctuation(spaceAddPointVO, options);
|
|
1025
1020
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1026
1021
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SpaceApi.spacePunctuation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1027
1022
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1267,7 +1262,7 @@ export const SpaceApiFactory = function (configuration, basePath, axios) {
|
|
|
1267
1262
|
* @throws {RequiredError}
|
|
1268
1263
|
*/
|
|
1269
1264
|
spacePunctuation(requestParameters, options) {
|
|
1270
|
-
return localVarFp.spacePunctuation(requestParameters.
|
|
1265
|
+
return localVarFp.spacePunctuation(requestParameters.spaceAddPointVO, options).then((request) => request(axios, basePath));
|
|
1271
1266
|
},
|
|
1272
1267
|
/**
|
|
1273
1268
|
*
|
|
@@ -1502,7 +1497,7 @@ export class SpaceApi extends BaseAPI {
|
|
|
1502
1497
|
* @memberof SpaceApi
|
|
1503
1498
|
*/
|
|
1504
1499
|
spacePunctuation(requestParameters, options) {
|
|
1505
|
-
return SpaceApiFp(this.configuration).spacePunctuation(requestParameters.
|
|
1500
|
+
return SpaceApiFp(this.configuration).spacePunctuation(requestParameters.spaceAddPointVO, options).then((request) => request(this.axios, this.basePath));
|
|
1506
1501
|
}
|
|
1507
1502
|
/**
|
|
1508
1503
|
*
|