@gizone/rrs-client 4.2.9-alpha.706 → 4.2.9-alpha.708
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/apis/default-api.ts +4 -4
- package/dist/apis/default-api.d.ts +4 -4
- package/dist/apis/default-api.js +4 -4
- package/dist/esm/apis/default-api.d.ts +4 -4
- package/dist/esm/apis/default-api.js +4 -4
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
package/apis/default-api.ts
CHANGED
|
@@ -310,7 +310,7 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
310
310
|
},
|
|
311
311
|
/**
|
|
312
312
|
* 下载评价配置导入模板
|
|
313
|
-
* @summary
|
|
313
|
+
* @summary 评价配置导入-下载模板
|
|
314
314
|
* @param {*} [options] Override http request option.
|
|
315
315
|
* @throws {RequiredError}
|
|
316
316
|
*/
|
|
@@ -799,7 +799,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
799
799
|
},
|
|
800
800
|
/**
|
|
801
801
|
* 下载评价配置导入模板
|
|
802
|
-
* @summary
|
|
802
|
+
* @summary 评价配置导入-下载模板
|
|
803
803
|
* @param {*} [options] Override http request option.
|
|
804
804
|
* @throws {RequiredError}
|
|
805
805
|
*/
|
|
@@ -991,7 +991,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
991
991
|
},
|
|
992
992
|
/**
|
|
993
993
|
* 下载评价配置导入模板
|
|
994
|
-
* @summary
|
|
994
|
+
* @summary 评价配置导入-下载模板
|
|
995
995
|
* @param {*} [options] Override http request option.
|
|
996
996
|
* @throws {RequiredError}
|
|
997
997
|
*/
|
|
@@ -1418,7 +1418,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
1418
1418
|
|
|
1419
1419
|
/**
|
|
1420
1420
|
* 下载评价配置导入模板
|
|
1421
|
-
* @summary
|
|
1421
|
+
* @summary 评价配置导入-下载模板
|
|
1422
1422
|
* @param {*} [options] Override http request option.
|
|
1423
1423
|
* @throws {RequiredError}
|
|
1424
1424
|
* @memberof DefaultApi
|
|
@@ -83,7 +83,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
83
83
|
evaluationConfigBatchImportPreview: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
84
84
|
/**
|
|
85
85
|
* 下载评价配置导入模板
|
|
86
|
-
* @summary
|
|
86
|
+
* @summary 评价配置导入-下载模板
|
|
87
87
|
* @param {*} [options] Override http request option.
|
|
88
88
|
* @throws {RequiredError}
|
|
89
89
|
*/
|
|
@@ -220,7 +220,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
220
220
|
evaluationConfigBatchImportPreview(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOEvaluationConfigImportDto>>;
|
|
221
221
|
/**
|
|
222
222
|
* 下载评价配置导入模板
|
|
223
|
-
* @summary
|
|
223
|
+
* @summary 评价配置导入-下载模板
|
|
224
224
|
* @param {*} [options] Override http request option.
|
|
225
225
|
* @throws {RequiredError}
|
|
226
226
|
*/
|
|
@@ -351,7 +351,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
351
351
|
evaluationConfigBatchImportPreview(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOEvaluationConfigImportDto>;
|
|
352
352
|
/**
|
|
353
353
|
* 下载评价配置导入模板
|
|
354
|
-
* @summary
|
|
354
|
+
* @summary 评价配置导入-下载模板
|
|
355
355
|
* @param {*} [options] Override http request option.
|
|
356
356
|
* @throws {RequiredError}
|
|
357
357
|
*/
|
|
@@ -714,7 +714,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
714
714
|
evaluationConfigBatchImportPreview(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTOEvaluationConfigImportDto, any, {}>>;
|
|
715
715
|
/**
|
|
716
716
|
* 下载评价配置导入模板
|
|
717
|
-
* @summary
|
|
717
|
+
* @summary 评价配置导入-下载模板
|
|
718
718
|
* @param {*} [options] Override http request option.
|
|
719
719
|
* @throws {RequiredError}
|
|
720
720
|
* @memberof DefaultApi
|
package/dist/apis/default-api.js
CHANGED
|
@@ -248,7 +248,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
248
248
|
}),
|
|
249
249
|
/**
|
|
250
250
|
* 下载评价配置导入模板
|
|
251
|
-
* @summary
|
|
251
|
+
* @summary 评价配置导入-下载模板
|
|
252
252
|
* @param {*} [options] Override http request option.
|
|
253
253
|
* @throws {RequiredError}
|
|
254
254
|
*/
|
|
@@ -687,7 +687,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
687
687
|
},
|
|
688
688
|
/**
|
|
689
689
|
* 下载评价配置导入模板
|
|
690
|
-
* @summary
|
|
690
|
+
* @summary 评价配置导入-下载模板
|
|
691
691
|
* @param {*} [options] Override http request option.
|
|
692
692
|
* @throws {RequiredError}
|
|
693
693
|
*/
|
|
@@ -906,7 +906,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
906
906
|
},
|
|
907
907
|
/**
|
|
908
908
|
* 下载评价配置导入模板
|
|
909
|
-
* @summary
|
|
909
|
+
* @summary 评价配置导入-下载模板
|
|
910
910
|
* @param {*} [options] Override http request option.
|
|
911
911
|
* @throws {RequiredError}
|
|
912
912
|
*/
|
|
@@ -1068,7 +1068,7 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
1068
1068
|
}
|
|
1069
1069
|
/**
|
|
1070
1070
|
* 下载评价配置导入模板
|
|
1071
|
-
* @summary
|
|
1071
|
+
* @summary 评价配置导入-下载模板
|
|
1072
1072
|
* @param {*} [options] Override http request option.
|
|
1073
1073
|
* @throws {RequiredError}
|
|
1074
1074
|
* @memberof DefaultApi
|
|
@@ -83,7 +83,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
83
83
|
evaluationConfigBatchImportPreview: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
84
84
|
/**
|
|
85
85
|
* 下载评价配置导入模板
|
|
86
|
-
* @summary
|
|
86
|
+
* @summary 评价配置导入-下载模板
|
|
87
87
|
* @param {*} [options] Override http request option.
|
|
88
88
|
* @throws {RequiredError}
|
|
89
89
|
*/
|
|
@@ -220,7 +220,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
220
220
|
evaluationConfigBatchImportPreview(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOEvaluationConfigImportDto>>;
|
|
221
221
|
/**
|
|
222
222
|
* 下载评价配置导入模板
|
|
223
|
-
* @summary
|
|
223
|
+
* @summary 评价配置导入-下载模板
|
|
224
224
|
* @param {*} [options] Override http request option.
|
|
225
225
|
* @throws {RequiredError}
|
|
226
226
|
*/
|
|
@@ -351,7 +351,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
351
351
|
evaluationConfigBatchImportPreview(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOEvaluationConfigImportDto>;
|
|
352
352
|
/**
|
|
353
353
|
* 下载评价配置导入模板
|
|
354
|
-
* @summary
|
|
354
|
+
* @summary 评价配置导入-下载模板
|
|
355
355
|
* @param {*} [options] Override http request option.
|
|
356
356
|
* @throws {RequiredError}
|
|
357
357
|
*/
|
|
@@ -714,7 +714,7 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
714
714
|
evaluationConfigBatchImportPreview(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTOEvaluationConfigImportDto, any, {}>>;
|
|
715
715
|
/**
|
|
716
716
|
* 下载评价配置导入模板
|
|
717
|
-
* @summary
|
|
717
|
+
* @summary 评价配置导入-下载模板
|
|
718
718
|
* @param {*} [options] Override http request option.
|
|
719
719
|
* @throws {RequiredError}
|
|
720
720
|
* @memberof DefaultApi
|
|
@@ -245,7 +245,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
245
245
|
}),
|
|
246
246
|
/**
|
|
247
247
|
* 下载评价配置导入模板
|
|
248
|
-
* @summary
|
|
248
|
+
* @summary 评价配置导入-下载模板
|
|
249
249
|
* @param {*} [options] Override http request option.
|
|
250
250
|
* @throws {RequiredError}
|
|
251
251
|
*/
|
|
@@ -683,7 +683,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
683
683
|
},
|
|
684
684
|
/**
|
|
685
685
|
* 下载评价配置导入模板
|
|
686
|
-
* @summary
|
|
686
|
+
* @summary 评价配置导入-下载模板
|
|
687
687
|
* @param {*} [options] Override http request option.
|
|
688
688
|
* @throws {RequiredError}
|
|
689
689
|
*/
|
|
@@ -901,7 +901,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
901
901
|
},
|
|
902
902
|
/**
|
|
903
903
|
* 下载评价配置导入模板
|
|
904
|
-
* @summary
|
|
904
|
+
* @summary 评价配置导入-下载模板
|
|
905
905
|
* @param {*} [options] Override http request option.
|
|
906
906
|
* @throws {RequiredError}
|
|
907
907
|
*/
|
|
@@ -1062,7 +1062,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
1062
1062
|
}
|
|
1063
1063
|
/**
|
|
1064
1064
|
* 下载评价配置导入模板
|
|
1065
|
-
* @summary
|
|
1065
|
+
* @summary 评价配置导入-下载模板
|
|
1066
1066
|
* @param {*} [options] Override http request option.
|
|
1067
1067
|
* @throws {RequiredError}
|
|
1068
1068
|
* @memberof DefaultApi
|
|
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -43,23 +43,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
47
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {number}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'pages'?: number;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
58
|
* @type {boolean}
|
|
60
59
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
+
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|