@gizone/rrs-client 3.11.16-alpha.82 → 3.11.17-alpha.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +23 -0
- package/README.md +2 -2
- package/apis/surveillance-api.ts +1343 -102
- package/apis/work-order-api.ts +398 -10
- package/configuration.ts +1 -1
- package/dist/apis/surveillance-api.d.ts +678 -0
- package/dist/apis/surveillance-api.js +960 -82
- package/dist/apis/work-order-api.d.ts +215 -10
- package/dist/apis/work-order-api.js +293 -4
- package/dist/configuration.js +1 -1
- package/dist/esm/apis/surveillance-api.d.ts +678 -0
- package/dist/esm/apis/surveillance-api.js +959 -81
- package/dist/esm/apis/work-order-api.d.ts +215 -10
- package/dist/esm/apis/work-order-api.js +293 -4
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/functional-area-enum.d.ts +26 -0
- package/dist/esm/models/functional-area-enum.js +27 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
- package/dist/esm/models/index.d.ts +23 -0
- package/dist/esm/models/index.js +23 -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-new-work-monitor-repair-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-new-work-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/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/new-work-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.js +20 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-new-work-monitor-repair-vo.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/space-add-vo.d.ts +7 -0
- package/dist/esm/models/space-detail-dto.d.ts +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-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/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +42 -0
- package/dist/esm/models/work-order-decision-vo.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +61 -0
- package/dist/esm/models/work-order-handler-dto.js +14 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/esm/models/work-order-internal-status-enum.js +4 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/esm/models/work-order-issue-type-enum.js +4 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- package/dist/esm/models/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 +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/functional-area-enum.d.ts +26 -0
- package/dist/models/functional-area-enum.js +30 -0
- package/dist/models/get-user-wx200-response.d.ts +4 -4
- package/dist/models/index.d.ts +23 -0
- package/dist/models/index.js +23 -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-new-work-monitor-repair-details-dto.d.ts +56 -0
- package/dist/models/json-result-new-work-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/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/new-work-monitor-repair-add-vo.js +15 -0
- package/dist/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/models/new-work-monitor-repair-details-dto.js +23 -0
- package/dist/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/models/page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-new-work-monitor-repair-vo.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/space-add-vo.d.ts +7 -0
- package/dist/models/space-detail-dto.d.ts +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-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/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +42 -0
- package/dist/models/work-order-decision-vo.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +61 -0
- package/dist/models/work-order-handler-dto.js +15 -0
- package/dist/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/models/work-order-internal-status-enum.js +4 -1
- package/dist/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/models/work-order-issue-type-enum.js +4 -1
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/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 +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +4 -4
- package/models/index.ts +23 -0
- package/models/installation-body-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-new-work-monitor-repair-details-dto.ts +66 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-live-dto.ts +66 -0
- package/models/new-work-monitor-repair-add-vo.ts +101 -0
- package/models/new-work-monitor-repair-details-dto.ts +221 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/process-new-work-monitor-repair-vo.ts +36 -0
- package/models/space-add-excel-dto.ts +6 -0
- package/models/space-add-vo.ts +9 -0
- package/models/space-detail-dto.ts +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-status-enum.ts +31 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -0
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +48 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-issue-type-enum.ts +4 -1
- package/models/work-order-source-enum.ts +2 -1
- package/models/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 +2 -1
- package/package.json +1 -1
|
@@ -501,6 +501,38 @@ export const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
501
501
|
options: localVarRequestOptions,
|
|
502
502
|
};
|
|
503
503
|
}),
|
|
504
|
+
/**
|
|
505
|
+
* 抓拍监控画面
|
|
506
|
+
* @summary 监控抓拍
|
|
507
|
+
* @param {number} id
|
|
508
|
+
* @param {*} [options] Override http request option.
|
|
509
|
+
* @throws {RequiredError}
|
|
510
|
+
*/
|
|
511
|
+
surveillanceCapture: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
512
|
+
// verify required parameter 'id' is not null or undefined
|
|
513
|
+
assertParamExists('surveillanceCapture', 'id', id);
|
|
514
|
+
const localVarPath = `/surveillance/capture/{id}`
|
|
515
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
516
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
517
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
518
|
+
let baseOptions;
|
|
519
|
+
if (configuration) {
|
|
520
|
+
baseOptions = configuration.baseOptions;
|
|
521
|
+
}
|
|
522
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
523
|
+
const localVarHeaderParameter = {};
|
|
524
|
+
const localVarQueryParameter = {};
|
|
525
|
+
// authentication tokenScheme required
|
|
526
|
+
// http bearer authentication required
|
|
527
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
528
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
529
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
530
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
531
|
+
return {
|
|
532
|
+
url: toPathString(localVarUrlObj),
|
|
533
|
+
options: localVarRequestOptions,
|
|
534
|
+
};
|
|
535
|
+
}),
|
|
504
536
|
/**
|
|
505
537
|
*
|
|
506
538
|
* @summary 删除监控
|
|
@@ -535,6 +567,409 @@ export const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
535
567
|
options: localVarRequestOptions,
|
|
536
568
|
};
|
|
537
569
|
}),
|
|
570
|
+
/**
|
|
571
|
+
* 删除监控信息
|
|
572
|
+
* @summary 删除监控
|
|
573
|
+
* @param {number} id
|
|
574
|
+
* @param {*} [options] Override http request option.
|
|
575
|
+
* @throws {RequiredError}
|
|
576
|
+
*/
|
|
577
|
+
surveillanceDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
578
|
+
// verify required parameter 'id' is not null or undefined
|
|
579
|
+
assertParamExists('surveillanceDelete', 'id', id);
|
|
580
|
+
const localVarPath = `/surveillance/{id}`
|
|
581
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
582
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
583
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
584
|
+
let baseOptions;
|
|
585
|
+
if (configuration) {
|
|
586
|
+
baseOptions = configuration.baseOptions;
|
|
587
|
+
}
|
|
588
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
589
|
+
const localVarHeaderParameter = {};
|
|
590
|
+
const localVarQueryParameter = {};
|
|
591
|
+
// authentication tokenScheme required
|
|
592
|
+
// http bearer authentication required
|
|
593
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
594
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
595
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
596
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
597
|
+
return {
|
|
598
|
+
url: toPathString(localVarUrlObj),
|
|
599
|
+
options: localVarRequestOptions,
|
|
600
|
+
};
|
|
601
|
+
}),
|
|
602
|
+
/**
|
|
603
|
+
* 获取监控详情
|
|
604
|
+
* @summary 监控详情
|
|
605
|
+
* @param {number} id
|
|
606
|
+
* @param {*} [options] Override http request option.
|
|
607
|
+
* @throws {RequiredError}
|
|
608
|
+
*/
|
|
609
|
+
surveillanceDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
610
|
+
// verify required parameter 'id' is not null or undefined
|
|
611
|
+
assertParamExists('surveillanceDetails', 'id', id);
|
|
612
|
+
const localVarPath = `/surveillance/{id}`
|
|
613
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
614
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
615
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
616
|
+
let baseOptions;
|
|
617
|
+
if (configuration) {
|
|
618
|
+
baseOptions = configuration.baseOptions;
|
|
619
|
+
}
|
|
620
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
621
|
+
const localVarHeaderParameter = {};
|
|
622
|
+
const localVarQueryParameter = {};
|
|
623
|
+
// authentication tokenScheme required
|
|
624
|
+
// http bearer authentication required
|
|
625
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
626
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
627
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
628
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
629
|
+
return {
|
|
630
|
+
url: toPathString(localVarUrlObj),
|
|
631
|
+
options: localVarRequestOptions,
|
|
632
|
+
};
|
|
633
|
+
}),
|
|
634
|
+
/**
|
|
635
|
+
* 获取监控列表
|
|
636
|
+
* @summary 监控列表
|
|
637
|
+
* @param {string} [surveillanceName] 监控名称
|
|
638
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
639
|
+
* @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
|
|
640
|
+
* @param {number} [parkId] 园区ID
|
|
641
|
+
* @param {number} [spaceId] 空间ID
|
|
642
|
+
* @param {string} [page] 当前页码
|
|
643
|
+
* @param {string} [pageSize] 每页数量
|
|
644
|
+
* @param {*} [options] Override http request option.
|
|
645
|
+
* @throws {RequiredError}
|
|
646
|
+
*/
|
|
647
|
+
surveillanceList: (surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, page_1, pageSize_1, ...args_1], void 0, function* (surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options = {}) {
|
|
648
|
+
const localVarPath = `/surveillance`;
|
|
649
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
650
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
651
|
+
let baseOptions;
|
|
652
|
+
if (configuration) {
|
|
653
|
+
baseOptions = configuration.baseOptions;
|
|
654
|
+
}
|
|
655
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
656
|
+
const localVarHeaderParameter = {};
|
|
657
|
+
const localVarQueryParameter = {};
|
|
658
|
+
// authentication tokenScheme required
|
|
659
|
+
// http bearer authentication required
|
|
660
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
661
|
+
if (surveillanceName !== undefined) {
|
|
662
|
+
localVarQueryParameter['surveillanceName'] = surveillanceName;
|
|
663
|
+
}
|
|
664
|
+
if (functionalArea !== undefined) {
|
|
665
|
+
localVarQueryParameter['functionalArea'] = functionalArea;
|
|
666
|
+
}
|
|
667
|
+
if (surveillanceStatus !== undefined) {
|
|
668
|
+
localVarQueryParameter['surveillanceStatus'] = surveillanceStatus;
|
|
669
|
+
}
|
|
670
|
+
if (parkId !== undefined) {
|
|
671
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
672
|
+
}
|
|
673
|
+
if (spaceId !== undefined) {
|
|
674
|
+
localVarQueryParameter['spaceId'] = spaceId;
|
|
675
|
+
}
|
|
676
|
+
if (page !== undefined) {
|
|
677
|
+
localVarQueryParameter['page'] = page;
|
|
678
|
+
}
|
|
679
|
+
if (pageSize !== undefined) {
|
|
680
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
681
|
+
}
|
|
682
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
683
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
684
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
685
|
+
return {
|
|
686
|
+
url: toPathString(localVarUrlObj),
|
|
687
|
+
options: localVarRequestOptions,
|
|
688
|
+
};
|
|
689
|
+
}),
|
|
690
|
+
/**
|
|
691
|
+
* 获取监控直播流
|
|
692
|
+
* @summary 监控直播流
|
|
693
|
+
* @param {number} id
|
|
694
|
+
* @param {*} [options] Override http request option.
|
|
695
|
+
* @throws {RequiredError}
|
|
696
|
+
*/
|
|
697
|
+
surveillanceLive: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
698
|
+
// verify required parameter 'id' is not null or undefined
|
|
699
|
+
assertParamExists('surveillanceLive', 'id', id);
|
|
700
|
+
const localVarPath = `/surveillance/live/{id}`
|
|
701
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
702
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
703
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
704
|
+
let baseOptions;
|
|
705
|
+
if (configuration) {
|
|
706
|
+
baseOptions = configuration.baseOptions;
|
|
707
|
+
}
|
|
708
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
709
|
+
const localVarHeaderParameter = {};
|
|
710
|
+
const localVarQueryParameter = {};
|
|
711
|
+
// authentication tokenScheme required
|
|
712
|
+
// http bearer authentication required
|
|
713
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
714
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
715
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
716
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
717
|
+
return {
|
|
718
|
+
url: toPathString(localVarUrlObj),
|
|
719
|
+
options: localVarRequestOptions,
|
|
720
|
+
};
|
|
721
|
+
}),
|
|
722
|
+
/**
|
|
723
|
+
* 获取监控回放流
|
|
724
|
+
* @summary 监控回放流
|
|
725
|
+
* @param {number} id
|
|
726
|
+
* @param {string} startTime 回放开始时间
|
|
727
|
+
* @param {string} endTime 回放结束时间
|
|
728
|
+
* @param {*} [options] Override http request option.
|
|
729
|
+
* @throws {RequiredError}
|
|
730
|
+
*/
|
|
731
|
+
surveillancePlayback: (id_1, startTime_1, endTime_1, ...args_1) => __awaiter(this, [id_1, startTime_1, endTime_1, ...args_1], void 0, function* (id, startTime, endTime, options = {}) {
|
|
732
|
+
// verify required parameter 'id' is not null or undefined
|
|
733
|
+
assertParamExists('surveillancePlayback', 'id', id);
|
|
734
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
735
|
+
assertParamExists('surveillancePlayback', 'startTime', startTime);
|
|
736
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
737
|
+
assertParamExists('surveillancePlayback', 'endTime', endTime);
|
|
738
|
+
const localVarPath = `/surveillance/playback/{id}`
|
|
739
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
740
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
741
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
742
|
+
let baseOptions;
|
|
743
|
+
if (configuration) {
|
|
744
|
+
baseOptions = configuration.baseOptions;
|
|
745
|
+
}
|
|
746
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
747
|
+
const localVarHeaderParameter = {};
|
|
748
|
+
const localVarQueryParameter = {};
|
|
749
|
+
// authentication tokenScheme required
|
|
750
|
+
// http bearer authentication required
|
|
751
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
752
|
+
if (startTime !== undefined) {
|
|
753
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
754
|
+
}
|
|
755
|
+
if (endTime !== undefined) {
|
|
756
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
757
|
+
}
|
|
758
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
759
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
760
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
761
|
+
return {
|
|
762
|
+
url: toPathString(localVarUrlObj),
|
|
763
|
+
options: localVarRequestOptions,
|
|
764
|
+
};
|
|
765
|
+
}),
|
|
766
|
+
/**
|
|
767
|
+
* 控制监控设备的云台
|
|
768
|
+
* @summary 监控云台控制
|
|
769
|
+
* @param {number} id
|
|
770
|
+
* @param {SurveillancePtzControlCommandEnum} command 控制命令
|
|
771
|
+
* @param {SurveillancePtzControlActionEnum} action 控制动作
|
|
772
|
+
* @param {*} [options] Override http request option.
|
|
773
|
+
* @throws {RequiredError}
|
|
774
|
+
*/
|
|
775
|
+
surveillancePtzControl: (id_1, command_1, action_1, ...args_1) => __awaiter(this, [id_1, command_1, action_1, ...args_1], void 0, function* (id, command, action, options = {}) {
|
|
776
|
+
// verify required parameter 'id' is not null or undefined
|
|
777
|
+
assertParamExists('surveillancePtzControl', 'id', id);
|
|
778
|
+
// verify required parameter 'command' is not null or undefined
|
|
779
|
+
assertParamExists('surveillancePtzControl', 'command', command);
|
|
780
|
+
// verify required parameter 'action' is not null or undefined
|
|
781
|
+
assertParamExists('surveillancePtzControl', 'action', action);
|
|
782
|
+
const localVarPath = `/surveillance/ptzControl/{id}`
|
|
783
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
784
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
785
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
786
|
+
let baseOptions;
|
|
787
|
+
if (configuration) {
|
|
788
|
+
baseOptions = configuration.baseOptions;
|
|
789
|
+
}
|
|
790
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
791
|
+
const localVarHeaderParameter = {};
|
|
792
|
+
const localVarQueryParameter = {};
|
|
793
|
+
// authentication tokenScheme required
|
|
794
|
+
// http bearer authentication required
|
|
795
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
796
|
+
if (command !== undefined) {
|
|
797
|
+
localVarQueryParameter['command'] = command;
|
|
798
|
+
}
|
|
799
|
+
if (action !== undefined) {
|
|
800
|
+
localVarQueryParameter['action'] = action;
|
|
801
|
+
}
|
|
802
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
803
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
804
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
805
|
+
return {
|
|
806
|
+
url: toPathString(localVarUrlObj),
|
|
807
|
+
options: localVarRequestOptions,
|
|
808
|
+
};
|
|
809
|
+
}),
|
|
810
|
+
/**
|
|
811
|
+
* 获取监控空间列表
|
|
812
|
+
* @summary 监控空间列表
|
|
813
|
+
* @param {string} [surveillanceName] 监控名称
|
|
814
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
815
|
+
* @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
|
|
816
|
+
* @param {number} [parkId] 园区ID
|
|
817
|
+
* @param {number} [spaceId] 空间ID
|
|
818
|
+
* @param {string} [page] 当前页码
|
|
819
|
+
* @param {string} [pageSize] 每页数量
|
|
820
|
+
* @param {*} [options] Override http request option.
|
|
821
|
+
* @throws {RequiredError}
|
|
822
|
+
*/
|
|
823
|
+
surveillanceSpaceList: (surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, page_1, pageSize_1, ...args_1], void 0, function* (surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options = {}) {
|
|
824
|
+
const localVarPath = `/surveillance/spaceList`;
|
|
825
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
826
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
827
|
+
let baseOptions;
|
|
828
|
+
if (configuration) {
|
|
829
|
+
baseOptions = configuration.baseOptions;
|
|
830
|
+
}
|
|
831
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
832
|
+
const localVarHeaderParameter = {};
|
|
833
|
+
const localVarQueryParameter = {};
|
|
834
|
+
// authentication tokenScheme required
|
|
835
|
+
// http bearer authentication required
|
|
836
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
837
|
+
if (surveillanceName !== undefined) {
|
|
838
|
+
localVarQueryParameter['surveillanceName'] = surveillanceName;
|
|
839
|
+
}
|
|
840
|
+
if (functionalArea !== undefined) {
|
|
841
|
+
localVarQueryParameter['functionalArea'] = functionalArea;
|
|
842
|
+
}
|
|
843
|
+
if (surveillanceStatus !== undefined) {
|
|
844
|
+
localVarQueryParameter['surveillanceStatus'] = surveillanceStatus;
|
|
845
|
+
}
|
|
846
|
+
if (parkId !== undefined) {
|
|
847
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
848
|
+
}
|
|
849
|
+
if (spaceId !== undefined) {
|
|
850
|
+
localVarQueryParameter['spaceId'] = spaceId;
|
|
851
|
+
}
|
|
852
|
+
if (page !== undefined) {
|
|
853
|
+
localVarQueryParameter['page'] = page;
|
|
854
|
+
}
|
|
855
|
+
if (pageSize !== undefined) {
|
|
856
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
857
|
+
}
|
|
858
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
859
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
860
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
861
|
+
return {
|
|
862
|
+
url: toPathString(localVarUrlObj),
|
|
863
|
+
options: localVarRequestOptions,
|
|
864
|
+
};
|
|
865
|
+
}),
|
|
866
|
+
/**
|
|
867
|
+
* 同步监控信息
|
|
868
|
+
* @summary 同步监控
|
|
869
|
+
* @param {Array<SurveillanceAddVo>} surveillanceAddVo
|
|
870
|
+
* @param {*} [options] Override http request option.
|
|
871
|
+
* @throws {RequiredError}
|
|
872
|
+
*/
|
|
873
|
+
surveillanceSync: (surveillanceAddVo_1, ...args_1) => __awaiter(this, [surveillanceAddVo_1, ...args_1], void 0, function* (surveillanceAddVo, options = {}) {
|
|
874
|
+
// verify required parameter 'surveillanceAddVo' is not null or undefined
|
|
875
|
+
assertParamExists('surveillanceSync', 'surveillanceAddVo', surveillanceAddVo);
|
|
876
|
+
const localVarPath = `/surveillance/sync`;
|
|
877
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
878
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
879
|
+
let baseOptions;
|
|
880
|
+
if (configuration) {
|
|
881
|
+
baseOptions = configuration.baseOptions;
|
|
882
|
+
}
|
|
883
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
884
|
+
const localVarHeaderParameter = {};
|
|
885
|
+
const localVarQueryParameter = {};
|
|
886
|
+
// authentication tokenScheme required
|
|
887
|
+
// http bearer authentication required
|
|
888
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
889
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
890
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
891
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
892
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
893
|
+
localVarRequestOptions.data = serializeDataIfNeeded(surveillanceAddVo, localVarRequestOptions, configuration);
|
|
894
|
+
return {
|
|
895
|
+
url: toPathString(localVarUrlObj),
|
|
896
|
+
options: localVarRequestOptions,
|
|
897
|
+
};
|
|
898
|
+
}),
|
|
899
|
+
/**
|
|
900
|
+
* 更新监控信息
|
|
901
|
+
* @summary 更新监控
|
|
902
|
+
* @param {number} id
|
|
903
|
+
* @param {SurveillanceUpdateVo} surveillanceUpdateVo
|
|
904
|
+
* @param {*} [options] Override http request option.
|
|
905
|
+
* @throws {RequiredError}
|
|
906
|
+
*/
|
|
907
|
+
surveillanceUpdate: (id_1, surveillanceUpdateVo_1, ...args_1) => __awaiter(this, [id_1, surveillanceUpdateVo_1, ...args_1], void 0, function* (id, surveillanceUpdateVo, options = {}) {
|
|
908
|
+
// verify required parameter 'id' is not null or undefined
|
|
909
|
+
assertParamExists('surveillanceUpdate', 'id', id);
|
|
910
|
+
// verify required parameter 'surveillanceUpdateVo' is not null or undefined
|
|
911
|
+
assertParamExists('surveillanceUpdate', 'surveillanceUpdateVo', surveillanceUpdateVo);
|
|
912
|
+
const localVarPath = `/surveillance/{id}`
|
|
913
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
914
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
915
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
916
|
+
let baseOptions;
|
|
917
|
+
if (configuration) {
|
|
918
|
+
baseOptions = configuration.baseOptions;
|
|
919
|
+
}
|
|
920
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
921
|
+
const localVarHeaderParameter = {};
|
|
922
|
+
const localVarQueryParameter = {};
|
|
923
|
+
// authentication tokenScheme required
|
|
924
|
+
// http bearer authentication required
|
|
925
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
926
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
927
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
928
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
929
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
930
|
+
localVarRequestOptions.data = serializeDataIfNeeded(surveillanceUpdateVo, localVarRequestOptions, configuration);
|
|
931
|
+
return {
|
|
932
|
+
url: toPathString(localVarUrlObj),
|
|
933
|
+
options: localVarRequestOptions,
|
|
934
|
+
};
|
|
935
|
+
}),
|
|
936
|
+
/**
|
|
937
|
+
* 更新监控点位信息
|
|
938
|
+
* @summary 更新监控点位
|
|
939
|
+
* @param {number} id
|
|
940
|
+
* @param {Array<number>} requestBody
|
|
941
|
+
* @param {*} [options] Override http request option.
|
|
942
|
+
* @throws {RequiredError}
|
|
943
|
+
*/
|
|
944
|
+
surveillanceUpdatePoint: (id_1, requestBody_1, ...args_1) => __awaiter(this, [id_1, requestBody_1, ...args_1], void 0, function* (id, requestBody, options = {}) {
|
|
945
|
+
// verify required parameter 'id' is not null or undefined
|
|
946
|
+
assertParamExists('surveillanceUpdatePoint', 'id', id);
|
|
947
|
+
// verify required parameter 'requestBody' is not null or undefined
|
|
948
|
+
assertParamExists('surveillanceUpdatePoint', 'requestBody', requestBody);
|
|
949
|
+
const localVarPath = `/surveillance/point/{id}`
|
|
950
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
951
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
952
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
953
|
+
let baseOptions;
|
|
954
|
+
if (configuration) {
|
|
955
|
+
baseOptions = configuration.baseOptions;
|
|
956
|
+
}
|
|
957
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
958
|
+
const localVarHeaderParameter = {};
|
|
959
|
+
const localVarQueryParameter = {};
|
|
960
|
+
// authentication tokenScheme required
|
|
961
|
+
// http bearer authentication required
|
|
962
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
963
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
964
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
965
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
966
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
967
|
+
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
968
|
+
return {
|
|
969
|
+
url: toPathString(localVarUrlObj),
|
|
970
|
+
options: localVarRequestOptions,
|
|
971
|
+
};
|
|
972
|
+
}),
|
|
538
973
|
/**
|
|
539
974
|
*
|
|
540
975
|
* @summary 修改或新增
|
|
@@ -646,241 +1081,435 @@ export const SurveillanceApiFp = function (configuration) {
|
|
|
646
1081
|
return {
|
|
647
1082
|
/**
|
|
648
1083
|
*
|
|
649
|
-
* @summary 监控绑定园区
|
|
650
|
-
* @param {MonitorBindParkVO} monitorBindParkVO
|
|
1084
|
+
* @summary 监控绑定园区
|
|
1085
|
+
* @param {MonitorBindParkVO} monitorBindParkVO
|
|
1086
|
+
* @param {*} [options] Override http request option.
|
|
1087
|
+
* @throws {RequiredError}
|
|
1088
|
+
*/
|
|
1089
|
+
bindPark(monitorBindParkVO, options) {
|
|
1090
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1091
|
+
var _a, _b, _c;
|
|
1092
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.bindPark(monitorBindParkVO, options);
|
|
1093
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1094
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.bindPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1095
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1096
|
+
});
|
|
1097
|
+
},
|
|
1098
|
+
/**
|
|
1099
|
+
*
|
|
1100
|
+
* @summary 监控云台控制
|
|
1101
|
+
* @param {MonitorPanTiltControlVO} monitorPanTiltControlVO
|
|
1102
|
+
* @param {*} [options] Override http request option.
|
|
1103
|
+
* @throws {RequiredError}
|
|
1104
|
+
*/
|
|
1105
|
+
cameraPTZ(monitorPanTiltControlVO, options) {
|
|
1106
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1107
|
+
var _a, _b, _c;
|
|
1108
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.cameraPTZ(monitorPanTiltControlVO, options);
|
|
1109
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1110
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.cameraPTZ']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1111
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1112
|
+
});
|
|
1113
|
+
},
|
|
1114
|
+
/**
|
|
1115
|
+
*
|
|
1116
|
+
* @summary 监控抓拍
|
|
1117
|
+
* @param {number} id
|
|
1118
|
+
* @param {*} [options] Override http request option.
|
|
1119
|
+
* @throws {RequiredError}
|
|
1120
|
+
*/
|
|
1121
|
+
capture(id, options) {
|
|
1122
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1123
|
+
var _a, _b, _c;
|
|
1124
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.capture(id, options);
|
|
1125
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1126
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.capture']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1127
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1128
|
+
});
|
|
1129
|
+
},
|
|
1130
|
+
/**
|
|
1131
|
+
*
|
|
1132
|
+
* @summary 监控直播
|
|
1133
|
+
* @param {number} id
|
|
1134
|
+
* @param {number} parkId
|
|
1135
|
+
* @param {*} [options] Override http request option.
|
|
1136
|
+
* @throws {RequiredError}
|
|
1137
|
+
*/
|
|
1138
|
+
live(id, parkId, options) {
|
|
1139
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1140
|
+
var _a, _b, _c;
|
|
1141
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.live(id, parkId, options);
|
|
1142
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1143
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.live']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1144
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1145
|
+
});
|
|
1146
|
+
},
|
|
1147
|
+
/**
|
|
1148
|
+
*
|
|
1149
|
+
* @summary 监控直播接口
|
|
1150
|
+
* @param {number} onlyNumber
|
|
1151
|
+
* @param {*} [options] Override http request option.
|
|
1152
|
+
* @throws {RequiredError}
|
|
1153
|
+
*/
|
|
1154
|
+
liveBroadCast(onlyNumber, options) {
|
|
1155
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1156
|
+
var _a, _b, _c;
|
|
1157
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.liveBroadCast(onlyNumber, options);
|
|
1158
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1159
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.liveBroadCast']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1160
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1161
|
+
});
|
|
1162
|
+
},
|
|
1163
|
+
/**
|
|
1164
|
+
*
|
|
1165
|
+
* @summary 监控详情
|
|
1166
|
+
* @param {number} id
|
|
1167
|
+
* @param {*} [options] Override http request option.
|
|
1168
|
+
* @throws {RequiredError}
|
|
1169
|
+
*/
|
|
1170
|
+
monitorDetail(id, options) {
|
|
1171
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1172
|
+
var _a, _b, _c;
|
|
1173
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorDetail(id, options);
|
|
1174
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1175
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.monitorDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1176
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1177
|
+
});
|
|
1178
|
+
},
|
|
1179
|
+
/**
|
|
1180
|
+
*
|
|
1181
|
+
* @summary 编辑监控
|
|
1182
|
+
* @param {MonitorEditVo} monitorEditVo
|
|
1183
|
+
* @param {*} [options] Override http request option.
|
|
1184
|
+
* @throws {RequiredError}
|
|
1185
|
+
*/
|
|
1186
|
+
monitorEdit(monitorEditVo, options) {
|
|
1187
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1188
|
+
var _a, _b, _c;
|
|
1189
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorEdit(monitorEditVo, options);
|
|
1190
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1191
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.monitorEdit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1192
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1193
|
+
});
|
|
1194
|
+
},
|
|
1195
|
+
/**
|
|
1196
|
+
*
|
|
1197
|
+
* @summary 监控列表
|
|
1198
|
+
* @param {MonitorSearchVo} monitorSearchVo
|
|
1199
|
+
* @param {*} [options] Override http request option.
|
|
1200
|
+
* @throws {RequiredError}
|
|
1201
|
+
*/
|
|
1202
|
+
monitorList(monitorSearchVo, options) {
|
|
1203
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1204
|
+
var _a, _b, _c;
|
|
1205
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorList(monitorSearchVo, options);
|
|
1206
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1207
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.monitorList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1208
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1209
|
+
});
|
|
1210
|
+
},
|
|
1211
|
+
/**
|
|
1212
|
+
*
|
|
1213
|
+
* @summary 详情
|
|
1214
|
+
* @param {number} id
|
|
1215
|
+
* @param {*} [options] Override http request option.
|
|
1216
|
+
* @throws {RequiredError}
|
|
1217
|
+
*/
|
|
1218
|
+
monitorSortDetail(id, options) {
|
|
1219
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1220
|
+
var _a, _b, _c;
|
|
1221
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSortDetail(id, options);
|
|
1222
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1223
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.monitorSortDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1224
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1225
|
+
});
|
|
1226
|
+
},
|
|
1227
|
+
/**
|
|
1228
|
+
*
|
|
1229
|
+
* @summary 全部查询
|
|
1230
|
+
* @param {*} [options] Override http request option.
|
|
1231
|
+
* @throws {RequiredError}
|
|
1232
|
+
*/
|
|
1233
|
+
monitorSortList(options) {
|
|
1234
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1235
|
+
var _a, _b, _c;
|
|
1236
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSortList(options);
|
|
1237
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1238
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.monitorSortList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1239
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1240
|
+
});
|
|
1241
|
+
},
|
|
1242
|
+
/**
|
|
1243
|
+
*
|
|
1244
|
+
* @summary 分页查询
|
|
1245
|
+
* @param {MonitorSortSearchVo} vo
|
|
1246
|
+
* @param {*} [options] Override http request option.
|
|
1247
|
+
* @throws {RequiredError}
|
|
1248
|
+
*/
|
|
1249
|
+
monitorSortPage(vo, options) {
|
|
1250
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1251
|
+
var _a, _b, _c;
|
|
1252
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSortPage(vo, options);
|
|
1253
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1254
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.monitorSortPage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1255
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1256
|
+
});
|
|
1257
|
+
},
|
|
1258
|
+
/**
|
|
1259
|
+
*
|
|
1260
|
+
* @summary 监控空间列表
|
|
1261
|
+
* @param {MonitorSearchVo} monitorSearchVo
|
|
651
1262
|
* @param {*} [options] Override http request option.
|
|
652
1263
|
* @throws {RequiredError}
|
|
653
1264
|
*/
|
|
654
|
-
|
|
1265
|
+
monitorSpaceList(monitorSearchVo, options) {
|
|
655
1266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
656
1267
|
var _a, _b, _c;
|
|
657
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1268
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSpaceList(monitorSearchVo, options);
|
|
658
1269
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
659
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1270
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.monitorSpaceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
660
1271
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
661
1272
|
});
|
|
662
1273
|
},
|
|
663
1274
|
/**
|
|
664
1275
|
*
|
|
665
|
-
* @summary
|
|
666
|
-
* @param {
|
|
1276
|
+
* @summary 同步监控唯一编号
|
|
1277
|
+
* @param {MonitorOnlyNumberEditListVo} monitorOnlyNumberEditListVo
|
|
667
1278
|
* @param {*} [options] Override http request option.
|
|
668
1279
|
* @throws {RequiredError}
|
|
669
1280
|
*/
|
|
670
|
-
|
|
1281
|
+
onlyNumberEdit(monitorOnlyNumberEditListVo, options) {
|
|
671
1282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
672
1283
|
var _a, _b, _c;
|
|
673
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1284
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.onlyNumberEdit(monitorOnlyNumberEditListVo, options);
|
|
674
1285
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
675
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1286
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.onlyNumberEdit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
676
1287
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
677
1288
|
});
|
|
678
1289
|
},
|
|
679
1290
|
/**
|
|
680
1291
|
*
|
|
681
|
-
* @summary
|
|
682
|
-
* @param {
|
|
1292
|
+
* @summary 监控回放接口
|
|
1293
|
+
* @param {MonitorPlayBackVo} monitorPlayBackVo
|
|
683
1294
|
* @param {*} [options] Override http request option.
|
|
684
1295
|
* @throws {RequiredError}
|
|
685
1296
|
*/
|
|
686
|
-
|
|
1297
|
+
playBack(monitorPlayBackVo, options) {
|
|
687
1298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
688
1299
|
var _a, _b, _c;
|
|
689
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1300
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.playBack(monitorPlayBackVo, options);
|
|
690
1301
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
691
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1302
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.playBack']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
692
1303
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
693
1304
|
});
|
|
694
1305
|
},
|
|
695
1306
|
/**
|
|
696
|
-
*
|
|
697
|
-
* @summary
|
|
1307
|
+
* 抓拍监控画面
|
|
1308
|
+
* @summary 监控抓拍
|
|
698
1309
|
* @param {number} id
|
|
699
|
-
* @param {number} parkId
|
|
700
1310
|
* @param {*} [options] Override http request option.
|
|
701
1311
|
* @throws {RequiredError}
|
|
702
1312
|
*/
|
|
703
|
-
|
|
1313
|
+
surveillanceCapture(id, options) {
|
|
704
1314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
705
1315
|
var _a, _b, _c;
|
|
706
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1316
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceCapture(id, options);
|
|
707
1317
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
708
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1318
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceCapture']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
709
1319
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
710
1320
|
});
|
|
711
1321
|
},
|
|
712
1322
|
/**
|
|
713
1323
|
*
|
|
714
|
-
* @summary
|
|
715
|
-
* @param {number}
|
|
1324
|
+
* @summary 删除监控
|
|
1325
|
+
* @param {number} parkId
|
|
716
1326
|
* @param {*} [options] Override http request option.
|
|
717
1327
|
* @throws {RequiredError}
|
|
718
1328
|
*/
|
|
719
|
-
|
|
1329
|
+
surveillanceDel(parkId, options) {
|
|
720
1330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
721
1331
|
var _a, _b, _c;
|
|
722
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1332
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDel(parkId, options);
|
|
723
1333
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
724
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1334
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceDel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
725
1335
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
726
1336
|
});
|
|
727
1337
|
},
|
|
728
1338
|
/**
|
|
729
|
-
*
|
|
730
|
-
* @summary
|
|
1339
|
+
* 删除监控信息
|
|
1340
|
+
* @summary 删除监控
|
|
731
1341
|
* @param {number} id
|
|
732
1342
|
* @param {*} [options] Override http request option.
|
|
733
1343
|
* @throws {RequiredError}
|
|
734
1344
|
*/
|
|
735
|
-
|
|
1345
|
+
surveillanceDelete(id, options) {
|
|
736
1346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
737
1347
|
var _a, _b, _c;
|
|
738
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1348
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDelete(id, options);
|
|
739
1349
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
740
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1350
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
741
1351
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
742
1352
|
});
|
|
743
1353
|
},
|
|
744
1354
|
/**
|
|
745
|
-
*
|
|
746
|
-
* @summary
|
|
747
|
-
* @param {
|
|
1355
|
+
* 获取监控详情
|
|
1356
|
+
* @summary 监控详情
|
|
1357
|
+
* @param {number} id
|
|
748
1358
|
* @param {*} [options] Override http request option.
|
|
749
1359
|
* @throws {RequiredError}
|
|
750
1360
|
*/
|
|
751
|
-
|
|
1361
|
+
surveillanceDetails(id, options) {
|
|
752
1362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
753
1363
|
var _a, _b, _c;
|
|
754
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1364
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDetails(id, options);
|
|
755
1365
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
756
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1366
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
757
1367
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
758
1368
|
});
|
|
759
1369
|
},
|
|
760
1370
|
/**
|
|
761
|
-
*
|
|
1371
|
+
* 获取监控列表
|
|
762
1372
|
* @summary 监控列表
|
|
763
|
-
* @param {
|
|
1373
|
+
* @param {string} [surveillanceName] 监控名称
|
|
1374
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
1375
|
+
* @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
|
|
1376
|
+
* @param {number} [parkId] 园区ID
|
|
1377
|
+
* @param {number} [spaceId] 空间ID
|
|
1378
|
+
* @param {string} [page] 当前页码
|
|
1379
|
+
* @param {string} [pageSize] 每页数量
|
|
764
1380
|
* @param {*} [options] Override http request option.
|
|
765
1381
|
* @throws {RequiredError}
|
|
766
1382
|
*/
|
|
767
|
-
|
|
1383
|
+
surveillanceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options) {
|
|
768
1384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
769
1385
|
var _a, _b, _c;
|
|
770
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1386
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options);
|
|
771
1387
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
772
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1388
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
773
1389
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
774
1390
|
});
|
|
775
1391
|
},
|
|
776
1392
|
/**
|
|
777
|
-
*
|
|
778
|
-
* @summary
|
|
1393
|
+
* 获取监控直播流
|
|
1394
|
+
* @summary 监控直播流
|
|
779
1395
|
* @param {number} id
|
|
780
1396
|
* @param {*} [options] Override http request option.
|
|
781
1397
|
* @throws {RequiredError}
|
|
782
1398
|
*/
|
|
783
|
-
|
|
1399
|
+
surveillanceLive(id, options) {
|
|
784
1400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
785
1401
|
var _a, _b, _c;
|
|
786
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1402
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceLive(id, options);
|
|
787
1403
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
788
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1404
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceLive']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
789
1405
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
790
1406
|
});
|
|
791
1407
|
},
|
|
792
1408
|
/**
|
|
793
|
-
*
|
|
794
|
-
* @summary
|
|
1409
|
+
* 获取监控回放流
|
|
1410
|
+
* @summary 监控回放流
|
|
1411
|
+
* @param {number} id
|
|
1412
|
+
* @param {string} startTime 回放开始时间
|
|
1413
|
+
* @param {string} endTime 回放结束时间
|
|
795
1414
|
* @param {*} [options] Override http request option.
|
|
796
1415
|
* @throws {RequiredError}
|
|
797
1416
|
*/
|
|
798
|
-
|
|
1417
|
+
surveillancePlayback(id, startTime, endTime, options) {
|
|
799
1418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
800
1419
|
var _a, _b, _c;
|
|
801
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1420
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillancePlayback(id, startTime, endTime, options);
|
|
802
1421
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
803
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1422
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillancePlayback']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
804
1423
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
805
1424
|
});
|
|
806
1425
|
},
|
|
807
1426
|
/**
|
|
808
|
-
*
|
|
809
|
-
* @summary
|
|
810
|
-
* @param {
|
|
1427
|
+
* 控制监控设备的云台
|
|
1428
|
+
* @summary 监控云台控制
|
|
1429
|
+
* @param {number} id
|
|
1430
|
+
* @param {SurveillancePtzControlCommandEnum} command 控制命令
|
|
1431
|
+
* @param {SurveillancePtzControlActionEnum} action 控制动作
|
|
811
1432
|
* @param {*} [options] Override http request option.
|
|
812
1433
|
* @throws {RequiredError}
|
|
813
1434
|
*/
|
|
814
|
-
|
|
1435
|
+
surveillancePtzControl(id, command, action, options) {
|
|
815
1436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
816
1437
|
var _a, _b, _c;
|
|
817
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1438
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillancePtzControl(id, command, action, options);
|
|
818
1439
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
819
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1440
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillancePtzControl']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
820
1441
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
821
1442
|
});
|
|
822
1443
|
},
|
|
823
1444
|
/**
|
|
824
|
-
*
|
|
1445
|
+
* 获取监控空间列表
|
|
825
1446
|
* @summary 监控空间列表
|
|
826
|
-
* @param {
|
|
1447
|
+
* @param {string} [surveillanceName] 监控名称
|
|
1448
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
1449
|
+
* @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
|
|
1450
|
+
* @param {number} [parkId] 园区ID
|
|
1451
|
+
* @param {number} [spaceId] 空间ID
|
|
1452
|
+
* @param {string} [page] 当前页码
|
|
1453
|
+
* @param {string} [pageSize] 每页数量
|
|
827
1454
|
* @param {*} [options] Override http request option.
|
|
828
1455
|
* @throws {RequiredError}
|
|
829
1456
|
*/
|
|
830
|
-
|
|
1457
|
+
surveillanceSpaceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options) {
|
|
831
1458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
832
1459
|
var _a, _b, _c;
|
|
833
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1460
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSpaceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options);
|
|
834
1461
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
835
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1462
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceSpaceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
836
1463
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
837
1464
|
});
|
|
838
1465
|
},
|
|
839
1466
|
/**
|
|
840
|
-
*
|
|
841
|
-
* @summary
|
|
842
|
-
* @param {
|
|
1467
|
+
* 同步监控信息
|
|
1468
|
+
* @summary 同步监控
|
|
1469
|
+
* @param {Array<SurveillanceAddVo>} surveillanceAddVo
|
|
843
1470
|
* @param {*} [options] Override http request option.
|
|
844
1471
|
* @throws {RequiredError}
|
|
845
1472
|
*/
|
|
846
|
-
|
|
1473
|
+
surveillanceSync(surveillanceAddVo, options) {
|
|
847
1474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
848
1475
|
var _a, _b, _c;
|
|
849
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1476
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSync(surveillanceAddVo, options);
|
|
850
1477
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
851
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1478
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceSync']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
852
1479
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
853
1480
|
});
|
|
854
1481
|
},
|
|
855
1482
|
/**
|
|
856
|
-
*
|
|
857
|
-
* @summary
|
|
858
|
-
* @param {
|
|
1483
|
+
* 更新监控信息
|
|
1484
|
+
* @summary 更新监控
|
|
1485
|
+
* @param {number} id
|
|
1486
|
+
* @param {SurveillanceUpdateVo} surveillanceUpdateVo
|
|
859
1487
|
* @param {*} [options] Override http request option.
|
|
860
1488
|
* @throws {RequiredError}
|
|
861
1489
|
*/
|
|
862
|
-
|
|
1490
|
+
surveillanceUpdate(id, surveillanceUpdateVo, options) {
|
|
863
1491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
864
1492
|
var _a, _b, _c;
|
|
865
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1493
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceUpdate(id, surveillanceUpdateVo, options);
|
|
866
1494
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
867
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1495
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
868
1496
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
869
1497
|
});
|
|
870
1498
|
},
|
|
871
1499
|
/**
|
|
872
|
-
*
|
|
873
|
-
* @summary
|
|
874
|
-
* @param {number}
|
|
1500
|
+
* 更新监控点位信息
|
|
1501
|
+
* @summary 更新监控点位
|
|
1502
|
+
* @param {number} id
|
|
1503
|
+
* @param {Array<number>} requestBody
|
|
875
1504
|
* @param {*} [options] Override http request option.
|
|
876
1505
|
* @throws {RequiredError}
|
|
877
1506
|
*/
|
|
878
|
-
|
|
1507
|
+
surveillanceUpdatePoint(id, requestBody, options) {
|
|
879
1508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
880
1509
|
var _a, _b, _c;
|
|
881
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1510
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceUpdatePoint(id, requestBody, options);
|
|
882
1511
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
883
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.
|
|
1512
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceUpdatePoint']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
884
1513
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
885
1514
|
});
|
|
886
1515
|
},
|
|
@@ -1080,6 +1709,16 @@ export const SurveillanceApiFactory = function (configuration, basePath, axios)
|
|
|
1080
1709
|
playBack(requestParameters, options) {
|
|
1081
1710
|
return localVarFp.playBack(requestParameters.monitorPlayBackVo, options).then((request) => request(axios, basePath));
|
|
1082
1711
|
},
|
|
1712
|
+
/**
|
|
1713
|
+
* 抓拍监控画面
|
|
1714
|
+
* @summary 监控抓拍
|
|
1715
|
+
* @param {SurveillanceApiSurveillanceCaptureRequest} requestParameters Request parameters.
|
|
1716
|
+
* @param {*} [options] Override http request option.
|
|
1717
|
+
* @throws {RequiredError}
|
|
1718
|
+
*/
|
|
1719
|
+
surveillanceCapture(requestParameters, options) {
|
|
1720
|
+
return localVarFp.surveillanceCapture(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1721
|
+
},
|
|
1083
1722
|
/**
|
|
1084
1723
|
*
|
|
1085
1724
|
* @summary 删除监控
|
|
@@ -1090,6 +1729,106 @@ export const SurveillanceApiFactory = function (configuration, basePath, axios)
|
|
|
1090
1729
|
surveillanceDel(requestParameters, options) {
|
|
1091
1730
|
return localVarFp.surveillanceDel(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
1092
1731
|
},
|
|
1732
|
+
/**
|
|
1733
|
+
* 删除监控信息
|
|
1734
|
+
* @summary 删除监控
|
|
1735
|
+
* @param {SurveillanceApiSurveillanceDeleteRequest} requestParameters Request parameters.
|
|
1736
|
+
* @param {*} [options] Override http request option.
|
|
1737
|
+
* @throws {RequiredError}
|
|
1738
|
+
*/
|
|
1739
|
+
surveillanceDelete(requestParameters, options) {
|
|
1740
|
+
return localVarFp.surveillanceDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1741
|
+
},
|
|
1742
|
+
/**
|
|
1743
|
+
* 获取监控详情
|
|
1744
|
+
* @summary 监控详情
|
|
1745
|
+
* @param {SurveillanceApiSurveillanceDetailsRequest} requestParameters Request parameters.
|
|
1746
|
+
* @param {*} [options] Override http request option.
|
|
1747
|
+
* @throws {RequiredError}
|
|
1748
|
+
*/
|
|
1749
|
+
surveillanceDetails(requestParameters, options) {
|
|
1750
|
+
return localVarFp.surveillanceDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1751
|
+
},
|
|
1752
|
+
/**
|
|
1753
|
+
* 获取监控列表
|
|
1754
|
+
* @summary 监控列表
|
|
1755
|
+
* @param {SurveillanceApiSurveillanceListRequest} requestParameters Request parameters.
|
|
1756
|
+
* @param {*} [options] Override http request option.
|
|
1757
|
+
* @throws {RequiredError}
|
|
1758
|
+
*/
|
|
1759
|
+
surveillanceList(requestParameters = {}, options) {
|
|
1760
|
+
return localVarFp.surveillanceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
1761
|
+
},
|
|
1762
|
+
/**
|
|
1763
|
+
* 获取监控直播流
|
|
1764
|
+
* @summary 监控直播流
|
|
1765
|
+
* @param {SurveillanceApiSurveillanceLiveRequest} requestParameters Request parameters.
|
|
1766
|
+
* @param {*} [options] Override http request option.
|
|
1767
|
+
* @throws {RequiredError}
|
|
1768
|
+
*/
|
|
1769
|
+
surveillanceLive(requestParameters, options) {
|
|
1770
|
+
return localVarFp.surveillanceLive(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1771
|
+
},
|
|
1772
|
+
/**
|
|
1773
|
+
* 获取监控回放流
|
|
1774
|
+
* @summary 监控回放流
|
|
1775
|
+
* @param {SurveillanceApiSurveillancePlaybackRequest} requestParameters Request parameters.
|
|
1776
|
+
* @param {*} [options] Override http request option.
|
|
1777
|
+
* @throws {RequiredError}
|
|
1778
|
+
*/
|
|
1779
|
+
surveillancePlayback(requestParameters, options) {
|
|
1780
|
+
return localVarFp.surveillancePlayback(requestParameters.id, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
1781
|
+
},
|
|
1782
|
+
/**
|
|
1783
|
+
* 控制监控设备的云台
|
|
1784
|
+
* @summary 监控云台控制
|
|
1785
|
+
* @param {SurveillanceApiSurveillancePtzControlRequest} requestParameters Request parameters.
|
|
1786
|
+
* @param {*} [options] Override http request option.
|
|
1787
|
+
* @throws {RequiredError}
|
|
1788
|
+
*/
|
|
1789
|
+
surveillancePtzControl(requestParameters, options) {
|
|
1790
|
+
return localVarFp.surveillancePtzControl(requestParameters.id, requestParameters.command, requestParameters.action, options).then((request) => request(axios, basePath));
|
|
1791
|
+
},
|
|
1792
|
+
/**
|
|
1793
|
+
* 获取监控空间列表
|
|
1794
|
+
* @summary 监控空间列表
|
|
1795
|
+
* @param {SurveillanceApiSurveillanceSpaceListRequest} requestParameters Request parameters.
|
|
1796
|
+
* @param {*} [options] Override http request option.
|
|
1797
|
+
* @throws {RequiredError}
|
|
1798
|
+
*/
|
|
1799
|
+
surveillanceSpaceList(requestParameters = {}, options) {
|
|
1800
|
+
return localVarFp.surveillanceSpaceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
1801
|
+
},
|
|
1802
|
+
/**
|
|
1803
|
+
* 同步监控信息
|
|
1804
|
+
* @summary 同步监控
|
|
1805
|
+
* @param {SurveillanceApiSurveillanceSyncRequest} requestParameters Request parameters.
|
|
1806
|
+
* @param {*} [options] Override http request option.
|
|
1807
|
+
* @throws {RequiredError}
|
|
1808
|
+
*/
|
|
1809
|
+
surveillanceSync(requestParameters, options) {
|
|
1810
|
+
return localVarFp.surveillanceSync(requestParameters.surveillanceAddVo, options).then((request) => request(axios, basePath));
|
|
1811
|
+
},
|
|
1812
|
+
/**
|
|
1813
|
+
* 更新监控信息
|
|
1814
|
+
* @summary 更新监控
|
|
1815
|
+
* @param {SurveillanceApiSurveillanceUpdateRequest} requestParameters Request parameters.
|
|
1816
|
+
* @param {*} [options] Override http request option.
|
|
1817
|
+
* @throws {RequiredError}
|
|
1818
|
+
*/
|
|
1819
|
+
surveillanceUpdate(requestParameters, options) {
|
|
1820
|
+
return localVarFp.surveillanceUpdate(requestParameters.id, requestParameters.surveillanceUpdateVo, options).then((request) => request(axios, basePath));
|
|
1821
|
+
},
|
|
1822
|
+
/**
|
|
1823
|
+
* 更新监控点位信息
|
|
1824
|
+
* @summary 更新监控点位
|
|
1825
|
+
* @param {SurveillanceApiSurveillanceUpdatePointRequest} requestParameters Request parameters.
|
|
1826
|
+
* @param {*} [options] Override http request option.
|
|
1827
|
+
* @throws {RequiredError}
|
|
1828
|
+
*/
|
|
1829
|
+
surveillanceUpdatePoint(requestParameters, options) {
|
|
1830
|
+
return localVarFp.surveillanceUpdatePoint(requestParameters.id, requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
1831
|
+
},
|
|
1093
1832
|
/**
|
|
1094
1833
|
*
|
|
1095
1834
|
* @summary 修改或新增
|
|
@@ -1282,6 +2021,17 @@ export class SurveillanceApi extends BaseAPI {
|
|
|
1282
2021
|
playBack(requestParameters, options) {
|
|
1283
2022
|
return SurveillanceApiFp(this.configuration).playBack(requestParameters.monitorPlayBackVo, options).then((request) => request(this.axios, this.basePath));
|
|
1284
2023
|
}
|
|
2024
|
+
/**
|
|
2025
|
+
* 抓拍监控画面
|
|
2026
|
+
* @summary 监控抓拍
|
|
2027
|
+
* @param {SurveillanceApiSurveillanceCaptureRequest} requestParameters Request parameters.
|
|
2028
|
+
* @param {*} [options] Override http request option.
|
|
2029
|
+
* @throws {RequiredError}
|
|
2030
|
+
* @memberof SurveillanceApi
|
|
2031
|
+
*/
|
|
2032
|
+
surveillanceCapture(requestParameters, options) {
|
|
2033
|
+
return SurveillanceApiFp(this.configuration).surveillanceCapture(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2034
|
+
}
|
|
1285
2035
|
/**
|
|
1286
2036
|
*
|
|
1287
2037
|
* @summary 删除监控
|
|
@@ -1293,6 +2043,116 @@ export class SurveillanceApi extends BaseAPI {
|
|
|
1293
2043
|
surveillanceDel(requestParameters, options) {
|
|
1294
2044
|
return SurveillanceApiFp(this.configuration).surveillanceDel(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
1295
2045
|
}
|
|
2046
|
+
/**
|
|
2047
|
+
* 删除监控信息
|
|
2048
|
+
* @summary 删除监控
|
|
2049
|
+
* @param {SurveillanceApiSurveillanceDeleteRequest} requestParameters Request parameters.
|
|
2050
|
+
* @param {*} [options] Override http request option.
|
|
2051
|
+
* @throws {RequiredError}
|
|
2052
|
+
* @memberof SurveillanceApi
|
|
2053
|
+
*/
|
|
2054
|
+
surveillanceDelete(requestParameters, options) {
|
|
2055
|
+
return SurveillanceApiFp(this.configuration).surveillanceDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2056
|
+
}
|
|
2057
|
+
/**
|
|
2058
|
+
* 获取监控详情
|
|
2059
|
+
* @summary 监控详情
|
|
2060
|
+
* @param {SurveillanceApiSurveillanceDetailsRequest} requestParameters Request parameters.
|
|
2061
|
+
* @param {*} [options] Override http request option.
|
|
2062
|
+
* @throws {RequiredError}
|
|
2063
|
+
* @memberof SurveillanceApi
|
|
2064
|
+
*/
|
|
2065
|
+
surveillanceDetails(requestParameters, options) {
|
|
2066
|
+
return SurveillanceApiFp(this.configuration).surveillanceDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2067
|
+
}
|
|
2068
|
+
/**
|
|
2069
|
+
* 获取监控列表
|
|
2070
|
+
* @summary 监控列表
|
|
2071
|
+
* @param {SurveillanceApiSurveillanceListRequest} requestParameters Request parameters.
|
|
2072
|
+
* @param {*} [options] Override http request option.
|
|
2073
|
+
* @throws {RequiredError}
|
|
2074
|
+
* @memberof SurveillanceApi
|
|
2075
|
+
*/
|
|
2076
|
+
surveillanceList(requestParameters = {}, options) {
|
|
2077
|
+
return SurveillanceApiFp(this.configuration).surveillanceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
2078
|
+
}
|
|
2079
|
+
/**
|
|
2080
|
+
* 获取监控直播流
|
|
2081
|
+
* @summary 监控直播流
|
|
2082
|
+
* @param {SurveillanceApiSurveillanceLiveRequest} requestParameters Request parameters.
|
|
2083
|
+
* @param {*} [options] Override http request option.
|
|
2084
|
+
* @throws {RequiredError}
|
|
2085
|
+
* @memberof SurveillanceApi
|
|
2086
|
+
*/
|
|
2087
|
+
surveillanceLive(requestParameters, options) {
|
|
2088
|
+
return SurveillanceApiFp(this.configuration).surveillanceLive(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2089
|
+
}
|
|
2090
|
+
/**
|
|
2091
|
+
* 获取监控回放流
|
|
2092
|
+
* @summary 监控回放流
|
|
2093
|
+
* @param {SurveillanceApiSurveillancePlaybackRequest} requestParameters Request parameters.
|
|
2094
|
+
* @param {*} [options] Override http request option.
|
|
2095
|
+
* @throws {RequiredError}
|
|
2096
|
+
* @memberof SurveillanceApi
|
|
2097
|
+
*/
|
|
2098
|
+
surveillancePlayback(requestParameters, options) {
|
|
2099
|
+
return SurveillanceApiFp(this.configuration).surveillancePlayback(requestParameters.id, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
2100
|
+
}
|
|
2101
|
+
/**
|
|
2102
|
+
* 控制监控设备的云台
|
|
2103
|
+
* @summary 监控云台控制
|
|
2104
|
+
* @param {SurveillanceApiSurveillancePtzControlRequest} requestParameters Request parameters.
|
|
2105
|
+
* @param {*} [options] Override http request option.
|
|
2106
|
+
* @throws {RequiredError}
|
|
2107
|
+
* @memberof SurveillanceApi
|
|
2108
|
+
*/
|
|
2109
|
+
surveillancePtzControl(requestParameters, options) {
|
|
2110
|
+
return SurveillanceApiFp(this.configuration).surveillancePtzControl(requestParameters.id, requestParameters.command, requestParameters.action, options).then((request) => request(this.axios, this.basePath));
|
|
2111
|
+
}
|
|
2112
|
+
/**
|
|
2113
|
+
* 获取监控空间列表
|
|
2114
|
+
* @summary 监控空间列表
|
|
2115
|
+
* @param {SurveillanceApiSurveillanceSpaceListRequest} requestParameters Request parameters.
|
|
2116
|
+
* @param {*} [options] Override http request option.
|
|
2117
|
+
* @throws {RequiredError}
|
|
2118
|
+
* @memberof SurveillanceApi
|
|
2119
|
+
*/
|
|
2120
|
+
surveillanceSpaceList(requestParameters = {}, options) {
|
|
2121
|
+
return SurveillanceApiFp(this.configuration).surveillanceSpaceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
2122
|
+
}
|
|
2123
|
+
/**
|
|
2124
|
+
* 同步监控信息
|
|
2125
|
+
* @summary 同步监控
|
|
2126
|
+
* @param {SurveillanceApiSurveillanceSyncRequest} requestParameters Request parameters.
|
|
2127
|
+
* @param {*} [options] Override http request option.
|
|
2128
|
+
* @throws {RequiredError}
|
|
2129
|
+
* @memberof SurveillanceApi
|
|
2130
|
+
*/
|
|
2131
|
+
surveillanceSync(requestParameters, options) {
|
|
2132
|
+
return SurveillanceApiFp(this.configuration).surveillanceSync(requestParameters.surveillanceAddVo, options).then((request) => request(this.axios, this.basePath));
|
|
2133
|
+
}
|
|
2134
|
+
/**
|
|
2135
|
+
* 更新监控信息
|
|
2136
|
+
* @summary 更新监控
|
|
2137
|
+
* @param {SurveillanceApiSurveillanceUpdateRequest} requestParameters Request parameters.
|
|
2138
|
+
* @param {*} [options] Override http request option.
|
|
2139
|
+
* @throws {RequiredError}
|
|
2140
|
+
* @memberof SurveillanceApi
|
|
2141
|
+
*/
|
|
2142
|
+
surveillanceUpdate(requestParameters, options) {
|
|
2143
|
+
return SurveillanceApiFp(this.configuration).surveillanceUpdate(requestParameters.id, requestParameters.surveillanceUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
2144
|
+
}
|
|
2145
|
+
/**
|
|
2146
|
+
* 更新监控点位信息
|
|
2147
|
+
* @summary 更新监控点位
|
|
2148
|
+
* @param {SurveillanceApiSurveillanceUpdatePointRequest} requestParameters Request parameters.
|
|
2149
|
+
* @param {*} [options] Override http request option.
|
|
2150
|
+
* @throws {RequiredError}
|
|
2151
|
+
* @memberof SurveillanceApi
|
|
2152
|
+
*/
|
|
2153
|
+
surveillanceUpdatePoint(requestParameters, options) {
|
|
2154
|
+
return SurveillanceApiFp(this.configuration).surveillanceUpdatePoint(requestParameters.id, requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
2155
|
+
}
|
|
1296
2156
|
/**
|
|
1297
2157
|
*
|
|
1298
2158
|
* @summary 修改或新增
|
|
@@ -1327,3 +2187,21 @@ export class SurveillanceApi extends BaseAPI {
|
|
|
1327
2187
|
return SurveillanceApiFp(this.configuration).withEquipment(requestParameters.gizoneDevicveListSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
1328
2188
|
}
|
|
1329
2189
|
}
|
|
2190
|
+
/**
|
|
2191
|
+
* @export
|
|
2192
|
+
*/
|
|
2193
|
+
export const SurveillancePtzControlCommandEnum = {
|
|
2194
|
+
Left: 'LEFT',
|
|
2195
|
+
Right: 'RIGHT',
|
|
2196
|
+
Up: 'UP',
|
|
2197
|
+
Down: 'DOWN',
|
|
2198
|
+
ZoomIn: 'ZOOM_IN',
|
|
2199
|
+
ZoomOut: 'ZOOM_OUT'
|
|
2200
|
+
};
|
|
2201
|
+
/**
|
|
2202
|
+
* @export
|
|
2203
|
+
*/
|
|
2204
|
+
export const SurveillancePtzControlActionEnum = {
|
|
2205
|
+
Start: 'START',
|
|
2206
|
+
Stop: 'STOP'
|
|
2207
|
+
};
|