@gizone/rrs-client 3.11.12-alpha.47 → 3.11.12-alpha.49
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 -0
- package/apis/access-api.ts +30 -30
- package/apis/cost-api.ts +15 -15
- package/apis/energy-api.ts +15 -15
- package/apis/privacy-api.ts +78 -76
- package/apis/sys-api.ts +47 -47
- package/apis/user-api.ts +15 -15
- package/dist/apis/access-api.d.ts +20 -20
- package/dist/apis/access-api.js +22 -22
- package/dist/apis/cost-api.d.ts +10 -10
- package/dist/apis/cost-api.js +11 -11
- package/dist/apis/energy-api.d.ts +10 -10
- package/dist/apis/energy-api.js +11 -11
- package/dist/apis/privacy-api.d.ts +49 -48
- package/dist/apis/privacy-api.js +60 -60
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/user-api.d.ts +10 -10
- package/dist/apis/user-api.js +11 -11
- package/dist/esm/apis/access-api.d.ts +20 -20
- package/dist/esm/apis/access-api.js +22 -22
- package/dist/esm/apis/cost-api.d.ts +10 -10
- package/dist/esm/apis/cost-api.js +11 -11
- package/dist/esm/apis/energy-api.d.ts +10 -10
- package/dist/esm/apis/energy-api.js +11 -11
- package/dist/esm/apis/privacy-api.d.ts +49 -48
- package/dist/esm/apis/privacy-api.js +60 -60
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/user-api.d.ts +10 -10
- package/dist/esm/apis/user-api.js +11 -11
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/esm/models/ipage-access-vo.d.ts +8 -8
- package/dist/esm/models/work-order-detail-dto.d.ts +6 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-entity.js +1 -13
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
- package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/esm/models/work-order-settings-type-enum.js +31 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/ipage-access-vo.d.ts +8 -8
- package/dist/models/work-order-detail-dto.d.ts +6 -0
- package/dist/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/models/work-order-push-settings-entity.js +0 -14
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
- package/dist/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/models/work-order-settings-type-enum.js +34 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +1 -0
- package/models/ipage-access-vo.ts +8 -8
- package/models/work-order-detail-dto.ts +6 -0
- package/models/work-order-push-settings-entity.ts +6 -18
- package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
- package/models/work-order-settings-type-enum.ts +40 -0
- package/package.json +1 -1
|
@@ -1363,9 +1363,9 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1363
1363
|
* @param {*} [options] Override http request option.
|
|
1364
1364
|
* @throws {RequiredError}
|
|
1365
1365
|
*/
|
|
1366
|
-
|
|
1366
|
+
detail: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1367
1367
|
// verify required parameter 'id' is not null or undefined
|
|
1368
|
-
assertParamExists('
|
|
1368
|
+
assertParamExists('detail', 'id', id);
|
|
1369
1369
|
const localVarPath = `/gizone/gate/detail`;
|
|
1370
1370
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1371
1371
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1397,9 +1397,9 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1397
1397
|
* @param {*} [options] Override http request option.
|
|
1398
1398
|
* @throws {RequiredError}
|
|
1399
1399
|
*/
|
|
1400
|
-
|
|
1400
|
+
detail1: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1401
1401
|
// verify required parameter 'id' is not null or undefined
|
|
1402
|
-
assertParamExists('
|
|
1402
|
+
assertParamExists('detail1', 'id', id);
|
|
1403
1403
|
const localVarPath = `/access/detail`;
|
|
1404
1404
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1405
1405
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4437,12 +4437,12 @@ export const AccessApiFp = function (configuration) {
|
|
|
4437
4437
|
* @param {*} [options] Override http request option.
|
|
4438
4438
|
* @throws {RequiredError}
|
|
4439
4439
|
*/
|
|
4440
|
-
|
|
4440
|
+
detail(id, options) {
|
|
4441
4441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4442
4442
|
var _a, _b, _c;
|
|
4443
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4443
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.detail(id, options);
|
|
4444
4444
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4445
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.
|
|
4445
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.detail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4446
4446
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4447
4447
|
});
|
|
4448
4448
|
},
|
|
@@ -4453,12 +4453,12 @@ export const AccessApiFp = function (configuration) {
|
|
|
4453
4453
|
* @param {*} [options] Override http request option.
|
|
4454
4454
|
* @throws {RequiredError}
|
|
4455
4455
|
*/
|
|
4456
|
-
|
|
4456
|
+
detail1(id, options) {
|
|
4457
4457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4458
4458
|
var _a, _b, _c;
|
|
4459
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4459
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.detail1(id, options);
|
|
4460
4460
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4461
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.
|
|
4461
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.detail1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4462
4462
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4463
4463
|
});
|
|
4464
4464
|
},
|
|
@@ -5976,22 +5976,22 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
5976
5976
|
/**
|
|
5977
5977
|
*
|
|
5978
5978
|
* @summary 出入口详情
|
|
5979
|
-
* @param {
|
|
5979
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
5980
5980
|
* @param {*} [options] Override http request option.
|
|
5981
5981
|
* @throws {RequiredError}
|
|
5982
5982
|
*/
|
|
5983
|
-
|
|
5984
|
-
return localVarFp.
|
|
5983
|
+
detail(requestParameters, options) {
|
|
5984
|
+
return localVarFp.detail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
5985
5985
|
},
|
|
5986
5986
|
/**
|
|
5987
5987
|
*
|
|
5988
5988
|
* @summary 详情
|
|
5989
|
-
* @param {
|
|
5989
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
5990
5990
|
* @param {*} [options] Override http request option.
|
|
5991
5991
|
* @throws {RequiredError}
|
|
5992
5992
|
*/
|
|
5993
|
-
|
|
5994
|
-
return localVarFp.
|
|
5993
|
+
detail1(requestParameters, options) {
|
|
5994
|
+
return localVarFp.detail1(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
5995
5995
|
},
|
|
5996
5996
|
/**
|
|
5997
5997
|
*
|
|
@@ -7111,24 +7111,24 @@ export class AccessApi extends BaseAPI {
|
|
|
7111
7111
|
/**
|
|
7112
7112
|
*
|
|
7113
7113
|
* @summary 出入口详情
|
|
7114
|
-
* @param {
|
|
7114
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
7115
7115
|
* @param {*} [options] Override http request option.
|
|
7116
7116
|
* @throws {RequiredError}
|
|
7117
7117
|
* @memberof AccessApi
|
|
7118
7118
|
*/
|
|
7119
|
-
|
|
7120
|
-
return AccessApiFp(this.configuration).
|
|
7119
|
+
detail(requestParameters, options) {
|
|
7120
|
+
return AccessApiFp(this.configuration).detail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
7121
7121
|
}
|
|
7122
7122
|
/**
|
|
7123
7123
|
*
|
|
7124
7124
|
* @summary 详情
|
|
7125
|
-
* @param {
|
|
7125
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
7126
7126
|
* @param {*} [options] Override http request option.
|
|
7127
7127
|
* @throws {RequiredError}
|
|
7128
7128
|
* @memberof AccessApi
|
|
7129
7129
|
*/
|
|
7130
|
-
|
|
7131
|
-
return AccessApiFp(this.configuration).
|
|
7130
|
+
detail1(requestParameters, options) {
|
|
7131
|
+
return AccessApiFp(this.configuration).detail1(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
7132
7132
|
}
|
|
7133
7133
|
/**
|
|
7134
7134
|
*
|
|
@@ -92,7 +92,7 @@ export declare const CostApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
92
92
|
* @param {*} [options] Override http request option.
|
|
93
93
|
* @throws {RequiredError}
|
|
94
94
|
*/
|
|
95
|
-
|
|
95
|
+
getById1: (billId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
96
96
|
/**
|
|
97
97
|
*
|
|
98
98
|
* @summary 获取租户保证金
|
|
@@ -444,7 +444,7 @@ export declare const CostApiFp: (configuration?: Configuration) => {
|
|
|
444
444
|
* @param {*} [options] Override http request option.
|
|
445
445
|
* @throws {RequiredError}
|
|
446
446
|
*/
|
|
447
|
-
|
|
447
|
+
getById1(billId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
448
448
|
/**
|
|
449
449
|
*
|
|
450
450
|
* @summary 获取租户保证金
|
|
@@ -791,11 +791,11 @@ export declare const CostApiFactory: (configuration?: Configuration, basePath?:
|
|
|
791
791
|
/**
|
|
792
792
|
*
|
|
793
793
|
* @summary 通过账单id 查询账单信息
|
|
794
|
-
* @param {
|
|
794
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
795
795
|
* @param {*} [options] Override http request option.
|
|
796
796
|
* @throws {RequiredError}
|
|
797
797
|
*/
|
|
798
|
-
|
|
798
|
+
getById1(requestParameters: CostApiGetById1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
799
799
|
/**
|
|
800
800
|
*
|
|
801
801
|
* @summary 获取租户保证金
|
|
@@ -1168,15 +1168,15 @@ export interface CostApiEnergyBillPushSapRequest {
|
|
|
1168
1168
|
readonly costBillPushSapBO: CostBillPushSapBO;
|
|
1169
1169
|
}
|
|
1170
1170
|
/**
|
|
1171
|
-
* Request parameters for
|
|
1171
|
+
* Request parameters for getById1 operation in CostApi.
|
|
1172
1172
|
* @export
|
|
1173
|
-
* @interface
|
|
1173
|
+
* @interface CostApiGetById1Request
|
|
1174
1174
|
*/
|
|
1175
|
-
export interface
|
|
1175
|
+
export interface CostApiGetById1Request {
|
|
1176
1176
|
/**
|
|
1177
1177
|
*
|
|
1178
1178
|
* @type {number}
|
|
1179
|
-
* @memberof
|
|
1179
|
+
* @memberof CostApiGetById1
|
|
1180
1180
|
*/
|
|
1181
1181
|
readonly billId: number;
|
|
1182
1182
|
}
|
|
@@ -1704,12 +1704,12 @@ export declare class CostApi extends BaseAPI {
|
|
|
1704
1704
|
/**
|
|
1705
1705
|
*
|
|
1706
1706
|
* @summary 通过账单id 查询账单信息
|
|
1707
|
-
* @param {
|
|
1707
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
1708
1708
|
* @param {*} [options] Override http request option.
|
|
1709
1709
|
* @throws {RequiredError}
|
|
1710
1710
|
* @memberof CostApi
|
|
1711
1711
|
*/
|
|
1712
|
-
|
|
1712
|
+
getById1(requestParameters: CostApiGetById1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1713
1713
|
/**
|
|
1714
1714
|
*
|
|
1715
1715
|
* @summary 获取租户保证金
|
|
@@ -240,9 +240,9 @@ export const CostApiAxiosParamCreator = function (configuration) {
|
|
|
240
240
|
* @param {*} [options] Override http request option.
|
|
241
241
|
* @throws {RequiredError}
|
|
242
242
|
*/
|
|
243
|
-
|
|
243
|
+
getById1: (billId_1, ...args_1) => __awaiter(this, [billId_1, ...args_1], void 0, function* (billId, options = {}) {
|
|
244
244
|
// verify required parameter 'billId' is not null or undefined
|
|
245
|
-
assertParamExists('
|
|
245
|
+
assertParamExists('getById1', 'billId', billId);
|
|
246
246
|
const localVarPath = `/gizone/cost/tenantRentBill/getById`;
|
|
247
247
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
248
248
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1602,12 +1602,12 @@ export const CostApiFp = function (configuration) {
|
|
|
1602
1602
|
* @param {*} [options] Override http request option.
|
|
1603
1603
|
* @throws {RequiredError}
|
|
1604
1604
|
*/
|
|
1605
|
-
|
|
1605
|
+
getById1(billId, options) {
|
|
1606
1606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1607
1607
|
var _a, _b, _c;
|
|
1608
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1608
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getById1(billId, options);
|
|
1609
1609
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1610
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CostApi.
|
|
1610
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CostApi.getById1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1611
1611
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1612
1612
|
});
|
|
1613
1613
|
},
|
|
@@ -2260,12 +2260,12 @@ export const CostApiFactory = function (configuration, basePath, axios) {
|
|
|
2260
2260
|
/**
|
|
2261
2261
|
*
|
|
2262
2262
|
* @summary 通过账单id 查询账单信息
|
|
2263
|
-
* @param {
|
|
2263
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
2264
2264
|
* @param {*} [options] Override http request option.
|
|
2265
2265
|
* @throws {RequiredError}
|
|
2266
2266
|
*/
|
|
2267
|
-
|
|
2268
|
-
return localVarFp.
|
|
2267
|
+
getById1(requestParameters, options) {
|
|
2268
|
+
return localVarFp.getById1(requestParameters.billId, options).then((request) => request(axios, basePath));
|
|
2269
2269
|
},
|
|
2270
2270
|
/**
|
|
2271
2271
|
*
|
|
@@ -2703,13 +2703,13 @@ export class CostApi extends BaseAPI {
|
|
|
2703
2703
|
/**
|
|
2704
2704
|
*
|
|
2705
2705
|
* @summary 通过账单id 查询账单信息
|
|
2706
|
-
* @param {
|
|
2706
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
2707
2707
|
* @param {*} [options] Override http request option.
|
|
2708
2708
|
* @throws {RequiredError}
|
|
2709
2709
|
* @memberof CostApi
|
|
2710
2710
|
*/
|
|
2711
|
-
|
|
2712
|
-
return CostApiFp(this.configuration).
|
|
2711
|
+
getById1(requestParameters, options) {
|
|
2712
|
+
return CostApiFp(this.configuration).getById1(requestParameters.billId, options).then((request) => request(this.axios, this.basePath));
|
|
2713
2713
|
}
|
|
2714
2714
|
/**
|
|
2715
2715
|
*
|
|
@@ -474,7 +474,7 @@ export declare const EnergyApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
474
474
|
* @param {*} [options] Override http request option.
|
|
475
475
|
* @throws {RequiredError}
|
|
476
476
|
*/
|
|
477
|
-
|
|
477
|
+
list: (energyConsumptionSearchVO: EnergyConsumptionSearchVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
478
478
|
/**
|
|
479
479
|
*
|
|
480
480
|
* @summary 删除
|
|
@@ -1380,7 +1380,7 @@ export declare const EnergyApiFp: (configuration?: Configuration) => {
|
|
|
1380
1380
|
* @param {*} [options] Override http request option.
|
|
1381
1381
|
* @throws {RequiredError}
|
|
1382
1382
|
*/
|
|
1383
|
-
|
|
1383
|
+
list(energyConsumptionSearchVO: EnergyConsumptionSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoEnergyConsumptionDetailsDTO>>;
|
|
1384
1384
|
/**
|
|
1385
1385
|
*
|
|
1386
1386
|
* @summary 删除
|
|
@@ -2260,11 +2260,11 @@ export declare const EnergyApiFactory: (configuration?: Configuration, basePath?
|
|
|
2260
2260
|
/**
|
|
2261
2261
|
*
|
|
2262
2262
|
* @summary 能源列表
|
|
2263
|
-
* @param {
|
|
2263
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
2264
2264
|
* @param {*} [options] Override http request option.
|
|
2265
2265
|
* @throws {RequiredError}
|
|
2266
2266
|
*/
|
|
2267
|
-
|
|
2267
|
+
list(requestParameters: EnergyApiListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoEnergyConsumptionDetailsDTO>;
|
|
2268
2268
|
/**
|
|
2269
2269
|
*
|
|
2270
2270
|
* @summary 删除
|
|
@@ -3392,15 +3392,15 @@ export interface EnergyApiInternetMeterDetailsAddRequest {
|
|
|
3392
3392
|
readonly internetMeterDetailsAddVO: InternetMeterDetailsAddVO;
|
|
3393
3393
|
}
|
|
3394
3394
|
/**
|
|
3395
|
-
* Request parameters for
|
|
3395
|
+
* Request parameters for list operation in EnergyApi.
|
|
3396
3396
|
* @export
|
|
3397
|
-
* @interface
|
|
3397
|
+
* @interface EnergyApiListRequest
|
|
3398
3398
|
*/
|
|
3399
|
-
export interface
|
|
3399
|
+
export interface EnergyApiListRequest {
|
|
3400
3400
|
/**
|
|
3401
3401
|
*
|
|
3402
3402
|
* @type {EnergyConsumptionSearchVO}
|
|
3403
|
-
* @memberof
|
|
3403
|
+
* @memberof EnergyApiList
|
|
3404
3404
|
*/
|
|
3405
3405
|
readonly energyConsumptionSearchVO: EnergyConsumptionSearchVO;
|
|
3406
3406
|
}
|
|
@@ -4835,12 +4835,12 @@ export declare class EnergyApi extends BaseAPI {
|
|
|
4835
4835
|
/**
|
|
4836
4836
|
*
|
|
4837
4837
|
* @summary 能源列表
|
|
4838
|
-
* @param {
|
|
4838
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
4839
4839
|
* @param {*} [options] Override http request option.
|
|
4840
4840
|
* @throws {RequiredError}
|
|
4841
4841
|
* @memberof EnergyApi
|
|
4842
4842
|
*/
|
|
4843
|
-
|
|
4843
|
+
list(requestParameters: EnergyApiListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoEnergyConsumptionDetailsDTO, any>>;
|
|
4844
4844
|
/**
|
|
4845
4845
|
*
|
|
4846
4846
|
* @summary 删除
|
|
@@ -1705,9 +1705,9 @@ export const EnergyApiAxiosParamCreator = function (configuration) {
|
|
|
1705
1705
|
* @param {*} [options] Override http request option.
|
|
1706
1706
|
* @throws {RequiredError}
|
|
1707
1707
|
*/
|
|
1708
|
-
|
|
1708
|
+
list: (energyConsumptionSearchVO_1, ...args_1) => __awaiter(this, [energyConsumptionSearchVO_1, ...args_1], void 0, function* (energyConsumptionSearchVO, options = {}) {
|
|
1709
1709
|
// verify required parameter 'energyConsumptionSearchVO' is not null or undefined
|
|
1710
|
-
assertParamExists('
|
|
1710
|
+
assertParamExists('list', 'energyConsumptionSearchVO', energyConsumptionSearchVO);
|
|
1711
1711
|
const localVarPath = `/gizone/energy/consumption/list`;
|
|
1712
1712
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1713
1713
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4640,12 +4640,12 @@ export const EnergyApiFp = function (configuration) {
|
|
|
4640
4640
|
* @param {*} [options] Override http request option.
|
|
4641
4641
|
* @throws {RequiredError}
|
|
4642
4642
|
*/
|
|
4643
|
-
|
|
4643
|
+
list(energyConsumptionSearchVO, options) {
|
|
4644
4644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4645
4645
|
var _a, _b, _c;
|
|
4646
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4646
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.list(energyConsumptionSearchVO, options);
|
|
4647
4647
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4648
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyApi.
|
|
4648
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyApi.list']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4649
4649
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4650
4650
|
});
|
|
4651
4651
|
},
|
|
@@ -6075,12 +6075,12 @@ export const EnergyApiFactory = function (configuration, basePath, axios) {
|
|
|
6075
6075
|
/**
|
|
6076
6076
|
*
|
|
6077
6077
|
* @summary 能源列表
|
|
6078
|
-
* @param {
|
|
6078
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
6079
6079
|
* @param {*} [options] Override http request option.
|
|
6080
6080
|
* @throws {RequiredError}
|
|
6081
6081
|
*/
|
|
6082
|
-
|
|
6083
|
-
return localVarFp.
|
|
6082
|
+
list(requestParameters, options) {
|
|
6083
|
+
return localVarFp.list(requestParameters.energyConsumptionSearchVO, options).then((request) => request(axios, basePath));
|
|
6084
6084
|
},
|
|
6085
6085
|
/**
|
|
6086
6086
|
*
|
|
@@ -7173,13 +7173,13 @@ export class EnergyApi extends BaseAPI {
|
|
|
7173
7173
|
/**
|
|
7174
7174
|
*
|
|
7175
7175
|
* @summary 能源列表
|
|
7176
|
-
* @param {
|
|
7176
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
7177
7177
|
* @param {*} [options] Override http request option.
|
|
7178
7178
|
* @throws {RequiredError}
|
|
7179
7179
|
* @memberof EnergyApi
|
|
7180
7180
|
*/
|
|
7181
|
-
|
|
7182
|
-
return EnergyApiFp(this.configuration).
|
|
7181
|
+
list(requestParameters, options) {
|
|
7182
|
+
return EnergyApiFp(this.configuration).list(requestParameters.energyConsumptionSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
7183
7183
|
}
|
|
7184
7184
|
/**
|
|
7185
7185
|
*
|