@gizone/rrs-client 4.2.0-alpha.242 → 4.2.0-alpha.244
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +2 -1
- package/api.ts +2 -1
- package/apis/{disaster-warning-standard-controller-api.ts → disaster-warning-standard-api.ts} +128 -128
- package/apis/web-hook-api.ts +152 -0
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -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/apis/web-hook-api.d.ts +87 -0
- package/dist/apis/web-hook-api.js +140 -0
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -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/apis/web-hook-api.d.ts +87 -0
- package/dist/esm/apis/web-hook-api.js +133 -0
- package/package.json +1 -1
package/apis/{disaster-warning-standard-controller-api.ts → disaster-warning-standard-api.ts}
RENAMED
|
@@ -38,10 +38,10 @@ import type { JsonResultVoid } from '../models';
|
|
|
38
38
|
// @ts-ignore
|
|
39
39
|
import type { SyncStandardVo } from '../models';
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* DisasterWarningStandardApi - axios parameter creator
|
|
42
42
|
* @export
|
|
43
43
|
*/
|
|
44
|
-
export const
|
|
44
|
+
export const DisasterWarningStandardApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
45
45
|
return {
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
@@ -562,11 +562,11 @@ export const DisasterWarningStandardControllerApiAxiosParamCreator = function (c
|
|
|
562
562
|
};
|
|
563
563
|
|
|
564
564
|
/**
|
|
565
|
-
*
|
|
565
|
+
* DisasterWarningStandardApi - functional programming interface
|
|
566
566
|
* @export
|
|
567
567
|
*/
|
|
568
|
-
export const
|
|
569
|
-
const localVarAxiosParamCreator =
|
|
568
|
+
export const DisasterWarningStandardApiFp = function(configuration?: Configuration) {
|
|
569
|
+
const localVarAxiosParamCreator = DisasterWarningStandardApiAxiosParamCreator(configuration)
|
|
570
570
|
return {
|
|
571
571
|
/**
|
|
572
572
|
*
|
|
@@ -578,7 +578,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
578
578
|
async disasterWarningStandardAdd(disasterWarningStandardAddOrUpdateVo: Array<DisasterWarningStandardAddOrUpdateVo>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
579
579
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardAdd(disasterWarningStandardAddOrUpdateVo, options);
|
|
580
580
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
581
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
581
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardAdd']?.[localVarOperationServerIndex]?.url;
|
|
582
582
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
583
583
|
},
|
|
584
584
|
/**
|
|
@@ -593,7 +593,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
593
593
|
async disasterWarningStandardBatchExport(parkId: number, searchValue?: string, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
594
594
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardBatchExport(parkId, searchValue, disasterWarningStandardCategory, options);
|
|
595
595
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
596
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
596
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchExport']?.[localVarOperationServerIndex]?.url;
|
|
597
597
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
598
598
|
},
|
|
599
599
|
/**
|
|
@@ -605,7 +605,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
605
605
|
async disasterWarningStandardBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTODisasterWarningStandardImportDTO>> {
|
|
606
606
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardBatchImportConfirm(options);
|
|
607
607
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
608
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
608
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchImportConfirm']?.[localVarOperationServerIndex]?.url;
|
|
609
609
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
610
610
|
},
|
|
611
611
|
/**
|
|
@@ -617,7 +617,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
617
617
|
async disasterWarningStandardBatchImportPreview(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTODisasterWarningStandardImportDTO>> {
|
|
618
618
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardBatchImportPreview(options);
|
|
619
619
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
620
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
620
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchImportPreview']?.[localVarOperationServerIndex]?.url;
|
|
621
621
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
622
622
|
},
|
|
623
623
|
/**
|
|
@@ -629,7 +629,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
629
629
|
async disasterWarningStandardBatchImportTemplate(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
630
630
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardBatchImportTemplate(options);
|
|
631
631
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
632
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
632
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchImportTemplate']?.[localVarOperationServerIndex]?.url;
|
|
633
633
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
634
634
|
},
|
|
635
635
|
/**
|
|
@@ -644,7 +644,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
644
644
|
async disasterWarningStandardBatchImportUpload(parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTODisasterWarningStandardImportDTO>> {
|
|
645
645
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardBatchImportUpload(parkId, file, language, options);
|
|
646
646
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
647
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
647
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardBatchImportUpload']?.[localVarOperationServerIndex]?.url;
|
|
648
648
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
649
649
|
},
|
|
650
650
|
/**
|
|
@@ -657,7 +657,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
657
657
|
async disasterWarningStandardDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
658
658
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardDelete(id, options);
|
|
659
659
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
660
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
660
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardDelete']?.[localVarOperationServerIndex]?.url;
|
|
661
661
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
662
662
|
},
|
|
663
663
|
/**
|
|
@@ -670,7 +670,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
670
670
|
async disasterWarningStandardDeleteBatch(requestBody: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
671
671
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardDeleteBatch(requestBody, options);
|
|
672
672
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
673
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
673
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardDeleteBatch']?.[localVarOperationServerIndex]?.url;
|
|
674
674
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
675
675
|
},
|
|
676
676
|
/**
|
|
@@ -683,7 +683,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
683
683
|
async disasterWarningStandardDetails(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultDisasterWarningStandardEntity>> {
|
|
684
684
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardDetails(id, options);
|
|
685
685
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
686
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
686
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardDetails']?.[localVarOperationServerIndex]?.url;
|
|
687
687
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
688
688
|
},
|
|
689
689
|
/**
|
|
@@ -700,7 +700,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
700
700
|
async disasterWarningStandardList(parkId: number, pageSize: number, page: number, disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum, searchValue?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity>> {
|
|
701
701
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardList(parkId, pageSize, page, disasterWarningStandardCategory, searchValue, options);
|
|
702
702
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
703
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
703
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardList']?.[localVarOperationServerIndex]?.url;
|
|
704
704
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
705
705
|
},
|
|
706
706
|
/**
|
|
@@ -714,7 +714,7 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
714
714
|
async disasterWarningStandardUpdate(id: number, disasterWarningStandardAddOrUpdateVo: DisasterWarningStandardAddOrUpdateVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
715
715
|
const localVarAxiosArgs = await localVarAxiosParamCreator.disasterWarningStandardUpdate(id, disasterWarningStandardAddOrUpdateVo, options);
|
|
716
716
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
717
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
717
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.disasterWarningStandardUpdate']?.[localVarOperationServerIndex]?.url;
|
|
718
718
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
719
719
|
},
|
|
720
720
|
/**
|
|
@@ -727,37 +727,37 @@ export const DisasterWarningStandardControllerApiFp = function(configuration?: C
|
|
|
727
727
|
async syncDisasterWarningStandard(syncStandardVo: SyncStandardVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
728
728
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncDisasterWarningStandard(syncStandardVo, options);
|
|
729
729
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
730
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
730
|
+
const localVarOperationServerBasePath = operationServerMap['DisasterWarningStandardApi.syncDisasterWarningStandard']?.[localVarOperationServerIndex]?.url;
|
|
731
731
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
732
732
|
},
|
|
733
733
|
}
|
|
734
734
|
};
|
|
735
735
|
|
|
736
736
|
/**
|
|
737
|
-
*
|
|
737
|
+
* DisasterWarningStandardApi - factory interface
|
|
738
738
|
* @export
|
|
739
739
|
*/
|
|
740
|
-
export const
|
|
741
|
-
const localVarFp =
|
|
740
|
+
export const DisasterWarningStandardApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
741
|
+
const localVarFp = DisasterWarningStandardApiFp(configuration)
|
|
742
742
|
return {
|
|
743
743
|
/**
|
|
744
744
|
*
|
|
745
745
|
* @summary 新增灾害预警标准
|
|
746
|
-
* @param {
|
|
746
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardAddRequest} requestParameters Request parameters.
|
|
747
747
|
* @param {*} [options] Override http request option.
|
|
748
748
|
* @throws {RequiredError}
|
|
749
749
|
*/
|
|
750
|
-
disasterWarningStandardAdd(requestParameters:
|
|
750
|
+
disasterWarningStandardAdd(requestParameters: DisasterWarningStandardApiDisasterWarningStandardAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
751
751
|
return localVarFp.disasterWarningStandardAdd(requestParameters.disasterWarningStandardAddOrUpdateVo, options).then((request) => request(axios, basePath));
|
|
752
752
|
},
|
|
753
753
|
/**
|
|
754
754
|
*
|
|
755
755
|
* @summary 灾害预警标准导出-数据
|
|
756
|
-
* @param {
|
|
756
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest} requestParameters Request parameters.
|
|
757
757
|
* @param {*} [options] Override http request option.
|
|
758
758
|
* @throws {RequiredError}
|
|
759
759
|
*/
|
|
760
|
-
disasterWarningStandardBatchExport(requestParameters:
|
|
760
|
+
disasterWarningStandardBatchExport(requestParameters: DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
761
761
|
return localVarFp.disasterWarningStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.disasterWarningStandardCategory, options).then((request) => request(axios, basePath));
|
|
762
762
|
},
|
|
763
763
|
/**
|
|
@@ -790,294 +790,294 @@ export const DisasterWarningStandardControllerApiFactory = function (configurati
|
|
|
790
790
|
/**
|
|
791
791
|
*
|
|
792
792
|
* @summary 灾害预警标准导入-上传文件
|
|
793
|
-
* @param {
|
|
793
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
794
794
|
* @param {*} [options] Override http request option.
|
|
795
795
|
* @throws {RequiredError}
|
|
796
796
|
*/
|
|
797
|
-
disasterWarningStandardBatchImportUpload(requestParameters:
|
|
797
|
+
disasterWarningStandardBatchImportUpload(requestParameters: DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTODisasterWarningStandardImportDTO> {
|
|
798
798
|
return localVarFp.disasterWarningStandardBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
799
799
|
},
|
|
800
800
|
/**
|
|
801
801
|
*
|
|
802
802
|
* @summary 删除灾害预警标准
|
|
803
|
-
* @param {
|
|
803
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteRequest} requestParameters Request parameters.
|
|
804
804
|
* @param {*} [options] Override http request option.
|
|
805
805
|
* @throws {RequiredError}
|
|
806
806
|
*/
|
|
807
|
-
disasterWarningStandardDelete(requestParameters:
|
|
807
|
+
disasterWarningStandardDelete(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
808
808
|
return localVarFp.disasterWarningStandardDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
809
809
|
},
|
|
810
810
|
/**
|
|
811
811
|
*
|
|
812
812
|
* @summary 删除灾害预警标准
|
|
813
|
-
* @param {
|
|
813
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest} requestParameters Request parameters.
|
|
814
814
|
* @param {*} [options] Override http request option.
|
|
815
815
|
* @throws {RequiredError}
|
|
816
816
|
*/
|
|
817
|
-
disasterWarningStandardDeleteBatch(requestParameters:
|
|
817
|
+
disasterWarningStandardDeleteBatch(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
818
818
|
return localVarFp.disasterWarningStandardDeleteBatch(requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
819
819
|
},
|
|
820
820
|
/**
|
|
821
821
|
*
|
|
822
822
|
* @summary 查询灾害预警标准
|
|
823
|
-
* @param {
|
|
823
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDetailsRequest} requestParameters Request parameters.
|
|
824
824
|
* @param {*} [options] Override http request option.
|
|
825
825
|
* @throws {RequiredError}
|
|
826
826
|
*/
|
|
827
|
-
disasterWarningStandardDetails(requestParameters:
|
|
827
|
+
disasterWarningStandardDetails(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultDisasterWarningStandardEntity> {
|
|
828
828
|
return localVarFp.disasterWarningStandardDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
829
829
|
},
|
|
830
830
|
/**
|
|
831
831
|
*
|
|
832
832
|
* @summary 查询灾害预警标准列表
|
|
833
|
-
* @param {
|
|
833
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardListRequest} requestParameters Request parameters.
|
|
834
834
|
* @param {*} [options] Override http request option.
|
|
835
835
|
* @throws {RequiredError}
|
|
836
836
|
*/
|
|
837
|
-
disasterWarningStandardList(requestParameters:
|
|
837
|
+
disasterWarningStandardList(requestParameters: DisasterWarningStandardApiDisasterWarningStandardListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoDisasterWarningStandardEntity> {
|
|
838
838
|
return localVarFp.disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, options).then((request) => request(axios, basePath));
|
|
839
839
|
},
|
|
840
840
|
/**
|
|
841
841
|
*
|
|
842
842
|
* @summary 修改灾害预警标准
|
|
843
|
-
* @param {
|
|
843
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardUpdateRequest} requestParameters Request parameters.
|
|
844
844
|
* @param {*} [options] Override http request option.
|
|
845
845
|
* @throws {RequiredError}
|
|
846
846
|
*/
|
|
847
|
-
disasterWarningStandardUpdate(requestParameters:
|
|
847
|
+
disasterWarningStandardUpdate(requestParameters: DisasterWarningStandardApiDisasterWarningStandardUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
848
848
|
return localVarFp.disasterWarningStandardUpdate(requestParameters.id, requestParameters.disasterWarningStandardAddOrUpdateVo, options).then((request) => request(axios, basePath));
|
|
849
849
|
},
|
|
850
850
|
/**
|
|
851
851
|
*
|
|
852
852
|
* @summary 同步其他园区巡检标准
|
|
853
|
-
* @param {
|
|
853
|
+
* @param {DisasterWarningStandardApiSyncDisasterWarningStandardRequest} requestParameters Request parameters.
|
|
854
854
|
* @param {*} [options] Override http request option.
|
|
855
855
|
* @throws {RequiredError}
|
|
856
856
|
*/
|
|
857
|
-
syncDisasterWarningStandard(requestParameters:
|
|
857
|
+
syncDisasterWarningStandard(requestParameters: DisasterWarningStandardApiSyncDisasterWarningStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
858
858
|
return localVarFp.syncDisasterWarningStandard(requestParameters.syncStandardVo, options).then((request) => request(axios, basePath));
|
|
859
859
|
},
|
|
860
860
|
};
|
|
861
861
|
};
|
|
862
862
|
|
|
863
863
|
/**
|
|
864
|
-
* Request parameters for disasterWarningStandardAdd operation in
|
|
864
|
+
* Request parameters for disasterWarningStandardAdd operation in DisasterWarningStandardApi.
|
|
865
865
|
* @export
|
|
866
|
-
* @interface
|
|
866
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardAddRequest
|
|
867
867
|
*/
|
|
868
|
-
export interface
|
|
868
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardAddRequest {
|
|
869
869
|
/**
|
|
870
870
|
*
|
|
871
871
|
* @type {Array<DisasterWarningStandardAddOrUpdateVo>}
|
|
872
|
-
* @memberof
|
|
872
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardAdd
|
|
873
873
|
*/
|
|
874
874
|
readonly disasterWarningStandardAddOrUpdateVo: Array<DisasterWarningStandardAddOrUpdateVo>
|
|
875
875
|
}
|
|
876
876
|
|
|
877
877
|
/**
|
|
878
|
-
* Request parameters for disasterWarningStandardBatchExport operation in
|
|
878
|
+
* Request parameters for disasterWarningStandardBatchExport operation in DisasterWarningStandardApi.
|
|
879
879
|
* @export
|
|
880
|
-
* @interface
|
|
880
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest
|
|
881
881
|
*/
|
|
882
|
-
export interface
|
|
882
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest {
|
|
883
883
|
/**
|
|
884
884
|
* 园区id
|
|
885
885
|
* @type {number}
|
|
886
|
-
* @memberof
|
|
886
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchExport
|
|
887
887
|
*/
|
|
888
888
|
readonly parkId: number
|
|
889
889
|
|
|
890
890
|
/**
|
|
891
891
|
* 内容
|
|
892
892
|
* @type {string}
|
|
893
|
-
* @memberof
|
|
893
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchExport
|
|
894
894
|
*/
|
|
895
895
|
readonly searchValue?: string
|
|
896
896
|
|
|
897
897
|
/**
|
|
898
898
|
* 灾害预警分类
|
|
899
899
|
* @type {DisasterWarningStandardCategoryEnum}
|
|
900
|
-
* @memberof
|
|
900
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchExport
|
|
901
901
|
*/
|
|
902
902
|
readonly disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum
|
|
903
903
|
}
|
|
904
904
|
|
|
905
905
|
/**
|
|
906
|
-
* Request parameters for disasterWarningStandardBatchImportUpload operation in
|
|
906
|
+
* Request parameters for disasterWarningStandardBatchImportUpload operation in DisasterWarningStandardApi.
|
|
907
907
|
* @export
|
|
908
|
-
* @interface
|
|
908
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest
|
|
909
909
|
*/
|
|
910
|
-
export interface
|
|
910
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest {
|
|
911
911
|
/**
|
|
912
912
|
* 园区id
|
|
913
913
|
* @type {number}
|
|
914
|
-
* @memberof
|
|
914
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchImportUpload
|
|
915
915
|
*/
|
|
916
916
|
readonly parkId: number
|
|
917
917
|
|
|
918
918
|
/**
|
|
919
919
|
*
|
|
920
920
|
* @type {File}
|
|
921
|
-
* @memberof
|
|
921
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchImportUpload
|
|
922
922
|
*/
|
|
923
923
|
readonly file: File
|
|
924
924
|
|
|
925
925
|
/**
|
|
926
926
|
* 语言
|
|
927
927
|
* @type {string}
|
|
928
|
-
* @memberof
|
|
928
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardBatchImportUpload
|
|
929
929
|
*/
|
|
930
930
|
readonly language?: string
|
|
931
931
|
}
|
|
932
932
|
|
|
933
933
|
/**
|
|
934
|
-
* Request parameters for disasterWarningStandardDelete operation in
|
|
934
|
+
* Request parameters for disasterWarningStandardDelete operation in DisasterWarningStandardApi.
|
|
935
935
|
* @export
|
|
936
|
-
* @interface
|
|
936
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardDeleteRequest
|
|
937
937
|
*/
|
|
938
|
-
export interface
|
|
938
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardDeleteRequest {
|
|
939
939
|
/**
|
|
940
940
|
*
|
|
941
941
|
* @type {number}
|
|
942
|
-
* @memberof
|
|
942
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardDelete
|
|
943
943
|
*/
|
|
944
944
|
readonly id: number
|
|
945
945
|
}
|
|
946
946
|
|
|
947
947
|
/**
|
|
948
|
-
* Request parameters for disasterWarningStandardDeleteBatch operation in
|
|
948
|
+
* Request parameters for disasterWarningStandardDeleteBatch operation in DisasterWarningStandardApi.
|
|
949
949
|
* @export
|
|
950
|
-
* @interface
|
|
950
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest
|
|
951
951
|
*/
|
|
952
|
-
export interface
|
|
952
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest {
|
|
953
953
|
/**
|
|
954
954
|
*
|
|
955
955
|
* @type {Array<number>}
|
|
956
|
-
* @memberof
|
|
956
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardDeleteBatch
|
|
957
957
|
*/
|
|
958
958
|
readonly requestBody: Array<number>
|
|
959
959
|
}
|
|
960
960
|
|
|
961
961
|
/**
|
|
962
|
-
* Request parameters for disasterWarningStandardDetails operation in
|
|
962
|
+
* Request parameters for disasterWarningStandardDetails operation in DisasterWarningStandardApi.
|
|
963
963
|
* @export
|
|
964
|
-
* @interface
|
|
964
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardDetailsRequest
|
|
965
965
|
*/
|
|
966
|
-
export interface
|
|
966
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardDetailsRequest {
|
|
967
967
|
/**
|
|
968
968
|
*
|
|
969
969
|
* @type {number}
|
|
970
|
-
* @memberof
|
|
970
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardDetails
|
|
971
971
|
*/
|
|
972
972
|
readonly id: number
|
|
973
973
|
}
|
|
974
974
|
|
|
975
975
|
/**
|
|
976
|
-
* Request parameters for disasterWarningStandardList operation in
|
|
976
|
+
* Request parameters for disasterWarningStandardList operation in DisasterWarningStandardApi.
|
|
977
977
|
* @export
|
|
978
|
-
* @interface
|
|
978
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardListRequest
|
|
979
979
|
*/
|
|
980
|
-
export interface
|
|
980
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardListRequest {
|
|
981
981
|
/**
|
|
982
982
|
* 园区id
|
|
983
983
|
* @type {number}
|
|
984
|
-
* @memberof
|
|
984
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
985
985
|
*/
|
|
986
986
|
readonly parkId: number
|
|
987
987
|
|
|
988
988
|
/**
|
|
989
989
|
* 每页数量
|
|
990
990
|
* @type {number}
|
|
991
|
-
* @memberof
|
|
991
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
992
992
|
*/
|
|
993
993
|
readonly pageSize: number
|
|
994
994
|
|
|
995
995
|
/**
|
|
996
996
|
* 页码
|
|
997
997
|
* @type {number}
|
|
998
|
-
* @memberof
|
|
998
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
999
999
|
*/
|
|
1000
1000
|
readonly page: number
|
|
1001
1001
|
|
|
1002
1002
|
/**
|
|
1003
1003
|
* 灾害预警分类
|
|
1004
1004
|
* @type {DisasterWarningStandardCategoryEnum}
|
|
1005
|
-
* @memberof
|
|
1005
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
1006
1006
|
*/
|
|
1007
1007
|
readonly disasterWarningStandardCategory?: DisasterWarningStandardCategoryEnum
|
|
1008
1008
|
|
|
1009
1009
|
/**
|
|
1010
1010
|
* 内容
|
|
1011
1011
|
* @type {string}
|
|
1012
|
-
* @memberof
|
|
1012
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardList
|
|
1013
1013
|
*/
|
|
1014
1014
|
readonly searchValue?: string
|
|
1015
1015
|
}
|
|
1016
1016
|
|
|
1017
1017
|
/**
|
|
1018
|
-
* Request parameters for disasterWarningStandardUpdate operation in
|
|
1018
|
+
* Request parameters for disasterWarningStandardUpdate operation in DisasterWarningStandardApi.
|
|
1019
1019
|
* @export
|
|
1020
|
-
* @interface
|
|
1020
|
+
* @interface DisasterWarningStandardApiDisasterWarningStandardUpdateRequest
|
|
1021
1021
|
*/
|
|
1022
|
-
export interface
|
|
1022
|
+
export interface DisasterWarningStandardApiDisasterWarningStandardUpdateRequest {
|
|
1023
1023
|
/**
|
|
1024
1024
|
*
|
|
1025
1025
|
* @type {number}
|
|
1026
|
-
* @memberof
|
|
1026
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardUpdate
|
|
1027
1027
|
*/
|
|
1028
1028
|
readonly id: number
|
|
1029
1029
|
|
|
1030
1030
|
/**
|
|
1031
1031
|
*
|
|
1032
1032
|
* @type {DisasterWarningStandardAddOrUpdateVo}
|
|
1033
|
-
* @memberof
|
|
1033
|
+
* @memberof DisasterWarningStandardApiDisasterWarningStandardUpdate
|
|
1034
1034
|
*/
|
|
1035
1035
|
readonly disasterWarningStandardAddOrUpdateVo: DisasterWarningStandardAddOrUpdateVo
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
1038
|
/**
|
|
1039
|
-
* Request parameters for syncDisasterWarningStandard operation in
|
|
1039
|
+
* Request parameters for syncDisasterWarningStandard operation in DisasterWarningStandardApi.
|
|
1040
1040
|
* @export
|
|
1041
|
-
* @interface
|
|
1041
|
+
* @interface DisasterWarningStandardApiSyncDisasterWarningStandardRequest
|
|
1042
1042
|
*/
|
|
1043
|
-
export interface
|
|
1043
|
+
export interface DisasterWarningStandardApiSyncDisasterWarningStandardRequest {
|
|
1044
1044
|
/**
|
|
1045
1045
|
*
|
|
1046
1046
|
* @type {SyncStandardVo}
|
|
1047
|
-
* @memberof
|
|
1047
|
+
* @memberof DisasterWarningStandardApiSyncDisasterWarningStandard
|
|
1048
1048
|
*/
|
|
1049
1049
|
readonly syncStandardVo: SyncStandardVo
|
|
1050
1050
|
}
|
|
1051
1051
|
|
|
1052
1052
|
/**
|
|
1053
|
-
*
|
|
1053
|
+
* DisasterWarningStandardApi - object-oriented interface
|
|
1054
1054
|
* @export
|
|
1055
|
-
* @class
|
|
1055
|
+
* @class DisasterWarningStandardApi
|
|
1056
1056
|
* @extends {BaseAPI}
|
|
1057
1057
|
*/
|
|
1058
|
-
export class
|
|
1058
|
+
export class DisasterWarningStandardApi extends BaseAPI {
|
|
1059
1059
|
/**
|
|
1060
1060
|
*
|
|
1061
1061
|
* @summary 新增灾害预警标准
|
|
1062
|
-
* @param {
|
|
1062
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardAddRequest} requestParameters Request parameters.
|
|
1063
1063
|
* @param {*} [options] Override http request option.
|
|
1064
1064
|
* @throws {RequiredError}
|
|
1065
|
-
* @memberof
|
|
1065
|
+
* @memberof DisasterWarningStandardApi
|
|
1066
1066
|
*/
|
|
1067
|
-
public disasterWarningStandardAdd(requestParameters:
|
|
1068
|
-
return
|
|
1067
|
+
public disasterWarningStandardAdd(requestParameters: DisasterWarningStandardApiDisasterWarningStandardAddRequest, options?: RawAxiosRequestConfig) {
|
|
1068
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardAdd(requestParameters.disasterWarningStandardAddOrUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
1069
1069
|
}
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
1072
|
*
|
|
1073
1073
|
* @summary 灾害预警标准导出-数据
|
|
1074
|
-
* @param {
|
|
1074
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest} requestParameters Request parameters.
|
|
1075
1075
|
* @param {*} [options] Override http request option.
|
|
1076
1076
|
* @throws {RequiredError}
|
|
1077
|
-
* @memberof
|
|
1077
|
+
* @memberof DisasterWarningStandardApi
|
|
1078
1078
|
*/
|
|
1079
|
-
public disasterWarningStandardBatchExport(requestParameters:
|
|
1080
|
-
return
|
|
1079
|
+
public disasterWarningStandardBatchExport(requestParameters: DisasterWarningStandardApiDisasterWarningStandardBatchExportRequest, options?: RawAxiosRequestConfig) {
|
|
1080
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.disasterWarningStandardCategory, options).then((request) => request(this.axios, this.basePath));
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
1083
|
/**
|
|
@@ -1085,10 +1085,10 @@ export class DisasterWarningStandardControllerApi extends BaseAPI {
|
|
|
1085
1085
|
* @summary 灾害预警标准导入-确认导入
|
|
1086
1086
|
* @param {*} [options] Override http request option.
|
|
1087
1087
|
* @throws {RequiredError}
|
|
1088
|
-
* @memberof
|
|
1088
|
+
* @memberof DisasterWarningStandardApi
|
|
1089
1089
|
*/
|
|
1090
1090
|
public disasterWarningStandardBatchImportConfirm(options?: RawAxiosRequestConfig) {
|
|
1091
|
-
return
|
|
1091
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
1092
1092
|
}
|
|
1093
1093
|
|
|
1094
1094
|
/**
|
|
@@ -1096,10 +1096,10 @@ export class DisasterWarningStandardControllerApi extends BaseAPI {
|
|
|
1096
1096
|
* @summary 灾害预警标准导入-预览结果
|
|
1097
1097
|
* @param {*} [options] Override http request option.
|
|
1098
1098
|
* @throws {RequiredError}
|
|
1099
|
-
* @memberof
|
|
1099
|
+
* @memberof DisasterWarningStandardApi
|
|
1100
1100
|
*/
|
|
1101
1101
|
public disasterWarningStandardBatchImportPreview(options?: RawAxiosRequestConfig) {
|
|
1102
|
-
return
|
|
1102
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
1103
1103
|
}
|
|
1104
1104
|
|
|
1105
1105
|
/**
|
|
@@ -1107,94 +1107,94 @@ export class DisasterWarningStandardControllerApi extends BaseAPI {
|
|
|
1107
1107
|
* @summary 灾害预警标准导入-下载模板
|
|
1108
1108
|
* @param {*} [options] Override http request option.
|
|
1109
1109
|
* @throws {RequiredError}
|
|
1110
|
-
* @memberof
|
|
1110
|
+
* @memberof DisasterWarningStandardApi
|
|
1111
1111
|
*/
|
|
1112
1112
|
public disasterWarningStandardBatchImportTemplate(options?: RawAxiosRequestConfig) {
|
|
1113
|
-
return
|
|
1113
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
1114
1114
|
}
|
|
1115
1115
|
|
|
1116
1116
|
/**
|
|
1117
1117
|
*
|
|
1118
1118
|
* @summary 灾害预警标准导入-上传文件
|
|
1119
|
-
* @param {
|
|
1119
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
1120
1120
|
* @param {*} [options] Override http request option.
|
|
1121
1121
|
* @throws {RequiredError}
|
|
1122
|
-
* @memberof
|
|
1122
|
+
* @memberof DisasterWarningStandardApi
|
|
1123
1123
|
*/
|
|
1124
|
-
public disasterWarningStandardBatchImportUpload(requestParameters:
|
|
1125
|
-
return
|
|
1124
|
+
public disasterWarningStandardBatchImportUpload(requestParameters: DisasterWarningStandardApiDisasterWarningStandardBatchImportUploadRequest, options?: RawAxiosRequestConfig) {
|
|
1125
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
1126
1126
|
}
|
|
1127
1127
|
|
|
1128
1128
|
/**
|
|
1129
1129
|
*
|
|
1130
1130
|
* @summary 删除灾害预警标准
|
|
1131
|
-
* @param {
|
|
1131
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteRequest} requestParameters Request parameters.
|
|
1132
1132
|
* @param {*} [options] Override http request option.
|
|
1133
1133
|
* @throws {RequiredError}
|
|
1134
|
-
* @memberof
|
|
1134
|
+
* @memberof DisasterWarningStandardApi
|
|
1135
1135
|
*/
|
|
1136
|
-
public disasterWarningStandardDelete(requestParameters:
|
|
1137
|
-
return
|
|
1136
|
+
public disasterWarningStandardDelete(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDeleteRequest, options?: RawAxiosRequestConfig) {
|
|
1137
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1138
1138
|
}
|
|
1139
1139
|
|
|
1140
1140
|
/**
|
|
1141
1141
|
*
|
|
1142
1142
|
* @summary 删除灾害预警标准
|
|
1143
|
-
* @param {
|
|
1143
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest} requestParameters Request parameters.
|
|
1144
1144
|
* @param {*} [options] Override http request option.
|
|
1145
1145
|
* @throws {RequiredError}
|
|
1146
|
-
* @memberof
|
|
1146
|
+
* @memberof DisasterWarningStandardApi
|
|
1147
1147
|
*/
|
|
1148
|
-
public disasterWarningStandardDeleteBatch(requestParameters:
|
|
1149
|
-
return
|
|
1148
|
+
public disasterWarningStandardDeleteBatch(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDeleteBatchRequest, options?: RawAxiosRequestConfig) {
|
|
1149
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardDeleteBatch(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1150
1150
|
}
|
|
1151
1151
|
|
|
1152
1152
|
/**
|
|
1153
1153
|
*
|
|
1154
1154
|
* @summary 查询灾害预警标准
|
|
1155
|
-
* @param {
|
|
1155
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardDetailsRequest} requestParameters Request parameters.
|
|
1156
1156
|
* @param {*} [options] Override http request option.
|
|
1157
1157
|
* @throws {RequiredError}
|
|
1158
|
-
* @memberof
|
|
1158
|
+
* @memberof DisasterWarningStandardApi
|
|
1159
1159
|
*/
|
|
1160
|
-
public disasterWarningStandardDetails(requestParameters:
|
|
1161
|
-
return
|
|
1160
|
+
public disasterWarningStandardDetails(requestParameters: DisasterWarningStandardApiDisasterWarningStandardDetailsRequest, options?: RawAxiosRequestConfig) {
|
|
1161
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1162
1162
|
}
|
|
1163
1163
|
|
|
1164
1164
|
/**
|
|
1165
1165
|
*
|
|
1166
1166
|
* @summary 查询灾害预警标准列表
|
|
1167
|
-
* @param {
|
|
1167
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardListRequest} requestParameters Request parameters.
|
|
1168
1168
|
* @param {*} [options] Override http request option.
|
|
1169
1169
|
* @throws {RequiredError}
|
|
1170
|
-
* @memberof
|
|
1170
|
+
* @memberof DisasterWarningStandardApi
|
|
1171
1171
|
*/
|
|
1172
|
-
public disasterWarningStandardList(requestParameters:
|
|
1173
|
-
return
|
|
1172
|
+
public disasterWarningStandardList(requestParameters: DisasterWarningStandardApiDisasterWarningStandardListRequest, options?: RawAxiosRequestConfig) {
|
|
1173
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardList(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.disasterWarningStandardCategory, requestParameters.searchValue, options).then((request) => request(this.axios, this.basePath));
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
1176
|
/**
|
|
1177
1177
|
*
|
|
1178
1178
|
* @summary 修改灾害预警标准
|
|
1179
|
-
* @param {
|
|
1179
|
+
* @param {DisasterWarningStandardApiDisasterWarningStandardUpdateRequest} requestParameters Request parameters.
|
|
1180
1180
|
* @param {*} [options] Override http request option.
|
|
1181
1181
|
* @throws {RequiredError}
|
|
1182
|
-
* @memberof
|
|
1182
|
+
* @memberof DisasterWarningStandardApi
|
|
1183
1183
|
*/
|
|
1184
|
-
public disasterWarningStandardUpdate(requestParameters:
|
|
1185
|
-
return
|
|
1184
|
+
public disasterWarningStandardUpdate(requestParameters: DisasterWarningStandardApiDisasterWarningStandardUpdateRequest, options?: RawAxiosRequestConfig) {
|
|
1185
|
+
return DisasterWarningStandardApiFp(this.configuration).disasterWarningStandardUpdate(requestParameters.id, requestParameters.disasterWarningStandardAddOrUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
1186
1186
|
}
|
|
1187
1187
|
|
|
1188
1188
|
/**
|
|
1189
1189
|
*
|
|
1190
1190
|
* @summary 同步其他园区巡检标准
|
|
1191
|
-
* @param {
|
|
1191
|
+
* @param {DisasterWarningStandardApiSyncDisasterWarningStandardRequest} requestParameters Request parameters.
|
|
1192
1192
|
* @param {*} [options] Override http request option.
|
|
1193
1193
|
* @throws {RequiredError}
|
|
1194
|
-
* @memberof
|
|
1194
|
+
* @memberof DisasterWarningStandardApi
|
|
1195
1195
|
*/
|
|
1196
|
-
public syncDisasterWarningStandard(requestParameters:
|
|
1197
|
-
return
|
|
1196
|
+
public syncDisasterWarningStandard(requestParameters: DisasterWarningStandardApiSyncDisasterWarningStandardRequest, options?: RawAxiosRequestConfig) {
|
|
1197
|
+
return DisasterWarningStandardApiFp(this.configuration).syncDisasterWarningStandard(requestParameters.syncStandardVo, options).then((request) => request(this.axios, this.basePath));
|
|
1198
1198
|
}
|
|
1199
1199
|
}
|
|
1200
1200
|
|