@gizone/rrs-client 4.2.0-alpha.242 → 4.2.0-alpha.243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +1 -1
- package/api.ts +1 -1
- package/apis/{disaster-warning-standard-controller-api.ts → disaster-warning-standard-api.ts} +128 -128
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/apis/{disaster-warning-standard-controller-api.d.ts → disaster-warning-standard-api.d.ts} +102 -102
- package/dist/apis/{disaster-warning-standard-controller-api.js → disaster-warning-standard-api.js} +70 -70
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/api.js +1 -1
- package/dist/esm/apis/{disaster-warning-standard-controller-api.d.ts → disaster-warning-standard-api.d.ts} +102 -102
- package/dist/esm/apis/{disaster-warning-standard-controller-api.js → disaster-warning-standard-api.js} +65 -65
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/models/get-user-wx200-response.ts +10 -10
- package/package.json +1 -1
package/dist/apis/{disaster-warning-standard-controller-api.js → disaster-warning-standard-api.js}
RENAMED
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.
|
|
25
|
+
exports.DisasterWarningStandardApi = exports.DisasterWarningStandardApiFactory = exports.DisasterWarningStandardApiFp = exports.DisasterWarningStandardApiAxiosParamCreator = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -30,10 +30,10 @@ const common_1 = require("../common");
|
|
|
30
30
|
// @ts-ignore
|
|
31
31
|
const base_1 = require("../base");
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* DisasterWarningStandardApi - axios parameter creator
|
|
34
34
|
* @export
|
|
35
35
|
*/
|
|
36
|
-
const
|
|
36
|
+
const DisasterWarningStandardApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
@@ -464,13 +464,13 @@ const DisasterWarningStandardControllerApiAxiosParamCreator = function (configur
|
|
|
464
464
|
}),
|
|
465
465
|
};
|
|
466
466
|
};
|
|
467
|
-
exports.
|
|
467
|
+
exports.DisasterWarningStandardApiAxiosParamCreator = DisasterWarningStandardApiAxiosParamCreator;
|
|
468
468
|
/**
|
|
469
|
-
*
|
|
469
|
+
* DisasterWarningStandardApi - functional programming interface
|
|
470
470
|
* @export
|
|
471
471
|
*/
|
|
472
|
-
const
|
|
473
|
-
const localVarAxiosParamCreator = (0, exports.
|
|
472
|
+
const DisasterWarningStandardApiFp = function (configuration) {
|
|
473
|
+
const localVarAxiosParamCreator = (0, exports.DisasterWarningStandardApiAxiosParamCreator)(configuration);
|
|
474
474
|
return {
|
|
475
475
|
/**
|
|
476
476
|
*
|
|
@@ -484,7 +484,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
484
484
|
var _a, _b, _c;
|
|
485
485
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardAdd(disasterWarningStandardAddOrUpdateVo, options);
|
|
486
486
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
487
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
487
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
488
488
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
489
489
|
});
|
|
490
490
|
},
|
|
@@ -502,7 +502,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
502
502
|
var _a, _b, _c;
|
|
503
503
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardBatchExport(parkId, searchValue, disasterWarningStandardCategory, options);
|
|
504
504
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
505
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
505
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
506
506
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
507
507
|
});
|
|
508
508
|
},
|
|
@@ -517,7 +517,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
517
517
|
var _a, _b, _c;
|
|
518
518
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardBatchImportConfirm(options);
|
|
519
519
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
520
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
520
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
521
521
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
522
522
|
});
|
|
523
523
|
},
|
|
@@ -532,7 +532,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
532
532
|
var _a, _b, _c;
|
|
533
533
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardBatchImportPreview(options);
|
|
534
534
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
535
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
535
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
536
536
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
537
537
|
});
|
|
538
538
|
},
|
|
@@ -547,7 +547,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
547
547
|
var _a, _b, _c;
|
|
548
548
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardBatchImportTemplate(options);
|
|
549
549
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
550
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
550
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
551
551
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
552
552
|
});
|
|
553
553
|
},
|
|
@@ -565,7 +565,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
565
565
|
var _a, _b, _c;
|
|
566
566
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardBatchImportUpload(parkId, file, language, options);
|
|
567
567
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
568
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
568
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
569
569
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
570
570
|
});
|
|
571
571
|
},
|
|
@@ -581,7 +581,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
581
581
|
var _a, _b, _c;
|
|
582
582
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardDelete(id, options);
|
|
583
583
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
584
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
584
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
585
585
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
586
586
|
});
|
|
587
587
|
},
|
|
@@ -597,7 +597,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
597
597
|
var _a, _b, _c;
|
|
598
598
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardDeleteBatch(requestBody, options);
|
|
599
599
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
600
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
600
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardDeleteBatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
601
601
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
602
602
|
});
|
|
603
603
|
},
|
|
@@ -613,7 +613,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
613
613
|
var _a, _b, _c;
|
|
614
614
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardDetails(id, options);
|
|
615
615
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
616
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
616
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
617
617
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
618
618
|
});
|
|
619
619
|
},
|
|
@@ -633,7 +633,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
633
633
|
var _a, _b, _c;
|
|
634
634
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, options);
|
|
635
635
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
636
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
636
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
637
637
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
638
638
|
});
|
|
639
639
|
},
|
|
@@ -650,7 +650,7 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
650
650
|
var _a, _b, _c;
|
|
651
651
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.disasterWarningStandardUpdate(id, disasterWarningStandardAddOrUpdateVo, options);
|
|
652
652
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
653
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
653
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.disasterWarningStandardUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
654
654
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
655
655
|
});
|
|
656
656
|
},
|
|
@@ -666,24 +666,24 @@ const DisasterWarningStandardControllerApiFp = function (configuration) {
|
|
|
666
666
|
var _a, _b, _c;
|
|
667
667
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.syncDisasterWarningStandard(syncStandardVo, options);
|
|
668
668
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
669
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
669
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DisasterWarningStandardApi.syncDisasterWarningStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
670
670
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
671
671
|
});
|
|
672
672
|
},
|
|
673
673
|
};
|
|
674
674
|
};
|
|
675
|
-
exports.
|
|
675
|
+
exports.DisasterWarningStandardApiFp = DisasterWarningStandardApiFp;
|
|
676
676
|
/**
|
|
677
|
-
*
|
|
677
|
+
* DisasterWarningStandardApi - factory interface
|
|
678
678
|
* @export
|
|
679
679
|
*/
|
|
680
|
-
const
|
|
681
|
-
const localVarFp = (0, exports.
|
|
680
|
+
const DisasterWarningStandardApiFactory = function (configuration, basePath, axios) {
|
|
681
|
+
const localVarFp = (0, exports.DisasterWarningStandardApiFp)(configuration);
|
|
682
682
|
return {
|
|
683
683
|
/**
|
|
684
684
|
*
|
|
685
685
|
* @summary 新增灾害预警标准
|
|
686
|
-
* @param {
|
|
686
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardAddRequest} requestParameters Request parameters.
|
|
687
687
|
* @param {*} [options] Override http request option.
|
|
688
688
|
* @throws {RequiredError}
|
|
689
689
|
*/
|
|
@@ -693,7 +693,7 @@ const DisasterWarningStandardControllerApiFactory = function (configuration, bas
|
|
|
693
693
|
/**
|
|
694
694
|
*
|
|
695
695
|
* @summary 灾害预警标准导出-数据
|
|
696
|
-
* @param {
|
|
696
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest} requestParameters Request parameters.
|
|
697
697
|
* @param {*} [options] Override http request option.
|
|
698
698
|
* @throws {RequiredError}
|
|
699
699
|
*/
|
|
@@ -730,7 +730,7 @@ const DisasterWarningStandardControllerApiFactory = function (configuration, bas
|
|
|
730
730
|
/**
|
|
731
731
|
*
|
|
732
732
|
* @summary 灾害预警标准导入-上传文件
|
|
733
|
-
* @param {
|
|
733
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
734
734
|
* @param {*} [options] Override http request option.
|
|
735
735
|
* @throws {RequiredError}
|
|
736
736
|
*/
|
|
@@ -740,7 +740,7 @@ const DisasterWarningStandardControllerApiFactory = function (configuration, bas
|
|
|
740
740
|
/**
|
|
741
741
|
*
|
|
742
742
|
* @summary 删除灾害预警标准
|
|
743
|
-
* @param {
|
|
743
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteRequest} requestParameters Request parameters.
|
|
744
744
|
* @param {*} [options] Override http request option.
|
|
745
745
|
* @throws {RequiredError}
|
|
746
746
|
*/
|
|
@@ -750,7 +750,7 @@ const DisasterWarningStandardControllerApiFactory = function (configuration, bas
|
|
|
750
750
|
/**
|
|
751
751
|
*
|
|
752
752
|
* @summary 删除灾害预警标准
|
|
753
|
-
* @param {
|
|
753
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest} requestParameters Request parameters.
|
|
754
754
|
* @param {*} [options] Override http request option.
|
|
755
755
|
* @throws {RequiredError}
|
|
756
756
|
*/
|
|
@@ -760,7 +760,7 @@ const DisasterWarningStandardControllerApiFactory = function (configuration, bas
|
|
|
760
760
|
/**
|
|
761
761
|
*
|
|
762
762
|
* @summary 查询灾害预警标准
|
|
763
|
-
* @param {
|
|
763
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDetailsRequest} requestParameters Request parameters.
|
|
764
764
|
* @param {*} [options] Override http request option.
|
|
765
765
|
* @throws {RequiredError}
|
|
766
766
|
*/
|
|
@@ -770,7 +770,7 @@ const DisasterWarningStandardControllerApiFactory = function (configuration, bas
|
|
|
770
770
|
/**
|
|
771
771
|
*
|
|
772
772
|
* @summary 查询灾害预警标准列表
|
|
773
|
-
* @param {
|
|
773
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardListRequest} requestParameters Request parameters.
|
|
774
774
|
* @param {*} [options] Override http request option.
|
|
775
775
|
* @throws {RequiredError}
|
|
776
776
|
*/
|
|
@@ -780,7 +780,7 @@ const DisasterWarningStandardControllerApiFactory = function (configuration, bas
|
|
|
780
780
|
/**
|
|
781
781
|
*
|
|
782
782
|
* @summary 修改灾害预警标准
|
|
783
|
-
* @param {
|
|
783
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardUpdateRequest} requestParameters Request parameters.
|
|
784
784
|
* @param {*} [options] Override http request option.
|
|
785
785
|
* @throws {RequiredError}
|
|
786
786
|
*/
|
|
@@ -790,7 +790,7 @@ const DisasterWarningStandardControllerApiFactory = function (configuration, bas
|
|
|
790
790
|
/**
|
|
791
791
|
*
|
|
792
792
|
* @summary 同步其他园区巡检标准
|
|
793
|
-
* @param {
|
|
793
|
+
* @param {DisasterWarningStandardApiSyncDisasterWarningStandardRequest} requestParameters Request parameters.
|
|
794
794
|
* @param {*} [options] Override http request option.
|
|
795
795
|
* @throws {RequiredError}
|
|
796
796
|
*/
|
|
@@ -799,142 +799,142 @@ const DisasterWarningStandardControllerApiFactory = function (configuration, bas
|
|
|
799
799
|
},
|
|
800
800
|
};
|
|
801
801
|
};
|
|
802
|
-
exports.
|
|
802
|
+
exports.DisasterWarningStandardApiFactory = DisasterWarningStandardApiFactory;
|
|
803
803
|
/**
|
|
804
|
-
*
|
|
804
|
+
* DisasterWarningStandardApi - object-oriented interface
|
|
805
805
|
* @export
|
|
806
|
-
* @class
|
|
806
|
+
* @class DisasterWarningStandardApi
|
|
807
807
|
* @extends {BaseAPI}
|
|
808
808
|
*/
|
|
809
|
-
class
|
|
809
|
+
class DisasterWarningStandardApi extends base_1.BaseAPI {
|
|
810
810
|
/**
|
|
811
811
|
*
|
|
812
812
|
* @summary 新增灾害预警标准
|
|
813
|
-
* @param {
|
|
813
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardAddRequest} requestParameters Request parameters.
|
|
814
814
|
* @param {*} [options] Override http request option.
|
|
815
815
|
* @throws {RequiredError}
|
|
816
|
-
* @memberof
|
|
816
|
+
* @memberof DisasterWarningStandardApi
|
|
817
817
|
*/
|
|
818
818
|
disasterWarningStandardAdd(requestParameters, options) {
|
|
819
|
-
return (0, exports.
|
|
819
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardAdd(requestParameters.disasterWarningStandardAddOrUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
820
820
|
}
|
|
821
821
|
/**
|
|
822
822
|
*
|
|
823
823
|
* @summary 灾害预警标准导出-数据
|
|
824
|
-
* @param {
|
|
824
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest} requestParameters Request parameters.
|
|
825
825
|
* @param {*} [options] Override http request option.
|
|
826
826
|
* @throws {RequiredError}
|
|
827
|
-
* @memberof
|
|
827
|
+
* @memberof DisasterWarningStandardApi
|
|
828
828
|
*/
|
|
829
829
|
disasterWarningStandardBatchExport(requestParameters, options) {
|
|
830
|
-
return (0, exports.
|
|
830
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.disasterWarningStandardCategory, options).then((request) => request(this.axios, this.basePath));
|
|
831
831
|
}
|
|
832
832
|
/**
|
|
833
833
|
*
|
|
834
834
|
* @summary 灾害预警标准导入-确认导入
|
|
835
835
|
* @param {*} [options] Override http request option.
|
|
836
836
|
* @throws {RequiredError}
|
|
837
|
-
* @memberof
|
|
837
|
+
* @memberof DisasterWarningStandardApi
|
|
838
838
|
*/
|
|
839
839
|
disasterWarningStandardBatchImportConfirm(options) {
|
|
840
|
-
return (0, exports.
|
|
840
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
841
841
|
}
|
|
842
842
|
/**
|
|
843
843
|
*
|
|
844
844
|
* @summary 灾害预警标准导入-预览结果
|
|
845
845
|
* @param {*} [options] Override http request option.
|
|
846
846
|
* @throws {RequiredError}
|
|
847
|
-
* @memberof
|
|
847
|
+
* @memberof DisasterWarningStandardApi
|
|
848
848
|
*/
|
|
849
849
|
disasterWarningStandardBatchImportPreview(options) {
|
|
850
|
-
return (0, exports.
|
|
850
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
851
851
|
}
|
|
852
852
|
/**
|
|
853
853
|
*
|
|
854
854
|
* @summary 灾害预警标准导入-下载模板
|
|
855
855
|
* @param {*} [options] Override http request option.
|
|
856
856
|
* @throws {RequiredError}
|
|
857
|
-
* @memberof
|
|
857
|
+
* @memberof DisasterWarningStandardApi
|
|
858
858
|
*/
|
|
859
859
|
disasterWarningStandardBatchImportTemplate(options) {
|
|
860
|
-
return (0, exports.
|
|
860
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
861
861
|
}
|
|
862
862
|
/**
|
|
863
863
|
*
|
|
864
864
|
* @summary 灾害预警标准导入-上传文件
|
|
865
|
-
* @param {
|
|
865
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
866
866
|
* @param {*} [options] Override http request option.
|
|
867
867
|
* @throws {RequiredError}
|
|
868
|
-
* @memberof
|
|
868
|
+
* @memberof DisasterWarningStandardApi
|
|
869
869
|
*/
|
|
870
870
|
disasterWarningStandardBatchImportUpload(requestParameters, options) {
|
|
871
|
-
return (0, exports.
|
|
871
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
872
872
|
}
|
|
873
873
|
/**
|
|
874
874
|
*
|
|
875
875
|
* @summary 删除灾害预警标准
|
|
876
|
-
* @param {
|
|
876
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteRequest} requestParameters Request parameters.
|
|
877
877
|
* @param {*} [options] Override http request option.
|
|
878
878
|
* @throws {RequiredError}
|
|
879
|
-
* @memberof
|
|
879
|
+
* @memberof DisasterWarningStandardApi
|
|
880
880
|
*/
|
|
881
881
|
disasterWarningStandardDelete(requestParameters, options) {
|
|
882
|
-
return (0, exports.
|
|
882
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
883
883
|
}
|
|
884
884
|
/**
|
|
885
885
|
*
|
|
886
886
|
* @summary 删除灾害预警标准
|
|
887
|
-
* @param {
|
|
887
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest} requestParameters Request parameters.
|
|
888
888
|
* @param {*} [options] Override http request option.
|
|
889
889
|
* @throws {RequiredError}
|
|
890
|
-
* @memberof
|
|
890
|
+
* @memberof DisasterWarningStandardApi
|
|
891
891
|
*/
|
|
892
892
|
disasterWarningStandardDeleteBatch(requestParameters, options) {
|
|
893
|
-
return (0, exports.
|
|
893
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardDeleteBatch(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
894
894
|
}
|
|
895
895
|
/**
|
|
896
896
|
*
|
|
897
897
|
* @summary 查询灾害预警标准
|
|
898
|
-
* @param {
|
|
898
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDetailsRequest} requestParameters Request parameters.
|
|
899
899
|
* @param {*} [options] Override http request option.
|
|
900
900
|
* @throws {RequiredError}
|
|
901
|
-
* @memberof
|
|
901
|
+
* @memberof DisasterWarningStandardApi
|
|
902
902
|
*/
|
|
903
903
|
disasterWarningStandardDetails(requestParameters, options) {
|
|
904
|
-
return (0, exports.
|
|
904
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
905
905
|
}
|
|
906
906
|
/**
|
|
907
907
|
*
|
|
908
908
|
* @summary 查询灾害预警标准列表
|
|
909
|
-
* @param {
|
|
909
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardListRequest} requestParameters Request parameters.
|
|
910
910
|
* @param {*} [options] Override http request option.
|
|
911
911
|
* @throws {RequiredError}
|
|
912
|
-
* @memberof
|
|
912
|
+
* @memberof DisasterWarningStandardApi
|
|
913
913
|
*/
|
|
914
914
|
disasterWarningStandardList(requestParameters, options) {
|
|
915
|
-
return (0, exports.
|
|
915
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, options).then((request) => request(this.axios, this.basePath));
|
|
916
916
|
}
|
|
917
917
|
/**
|
|
918
918
|
*
|
|
919
919
|
* @summary 修改灾害预警标准
|
|
920
|
-
* @param {
|
|
920
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardUpdateRequest} requestParameters Request parameters.
|
|
921
921
|
* @param {*} [options] Override http request option.
|
|
922
922
|
* @throws {RequiredError}
|
|
923
|
-
* @memberof
|
|
923
|
+
* @memberof DisasterWarningStandardApi
|
|
924
924
|
*/
|
|
925
925
|
disasterWarningStandardUpdate(requestParameters, options) {
|
|
926
|
-
return (0, exports.
|
|
926
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).disasterWarningStandardUpdate(requestParameters.id, requestParameters.disasterWarningStandardAddOrUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
927
927
|
}
|
|
928
928
|
/**
|
|
929
929
|
*
|
|
930
930
|
* @summary 同步其他园区巡检标准
|
|
931
|
-
* @param {
|
|
931
|
+
* @param {DisasterWarningStandardApiSyncDisasterWarningStandardRequest} requestParameters Request parameters.
|
|
932
932
|
* @param {*} [options] Override http request option.
|
|
933
933
|
* @throws {RequiredError}
|
|
934
|
-
* @memberof
|
|
934
|
+
* @memberof DisasterWarningStandardApi
|
|
935
935
|
*/
|
|
936
936
|
syncDisasterWarningStandard(requestParameters, options) {
|
|
937
|
-
return (0, exports.
|
|
937
|
+
return (0, exports.DisasterWarningStandardApiFp)(this.configuration).syncDisasterWarningStandard(requestParameters.syncStandardVo, options).then((request) => request(this.axios, this.basePath));
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
|
-
exports.
|
|
940
|
+
exports.DisasterWarningStandardApi = DisasterWarningStandardApi;
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export * from './apis/cost-api';
|
|
|
24
24
|
export * from './apis/dashboard-api';
|
|
25
25
|
export * from './apis/device-api';
|
|
26
26
|
export * from './apis/device-group-settings-api';
|
|
27
|
-
export * from './apis/disaster-warning-standard-
|
|
27
|
+
export * from './apis/disaster-warning-standard-api';
|
|
28
28
|
export * from './apis/energy-api';
|
|
29
29
|
export * from './apis/equipment-api';
|
|
30
30
|
export * from './apis/esg-api';
|
package/dist/esm/api.js
CHANGED
|
@@ -26,7 +26,7 @@ export * from './apis/cost-api';
|
|
|
26
26
|
export * from './apis/dashboard-api';
|
|
27
27
|
export * from './apis/device-api';
|
|
28
28
|
export * from './apis/device-group-settings-api';
|
|
29
|
-
export * from './apis/disaster-warning-standard-
|
|
29
|
+
export * from './apis/disaster-warning-standard-api';
|
|
30
30
|
export * from './apis/energy-api';
|
|
31
31
|
export * from './apis/equipment-api';
|
|
32
32
|
export * from './apis/esg-api';
|