@gizone/rrs-client 4.2.9-alpha.662 → 4.2.9-alpha.663
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 -3
- package/apis/reimbursement-bill-api.ts +13 -13
- package/dist/apis/reimbursement-bill-api.d.ts +7 -7
- package/dist/apis/reimbursement-bill-api.js +10 -10
- package/dist/esm/apis/reimbursement-bill-api.d.ts +7 -7
- package/dist/esm/apis/reimbursement-bill-api.js +10 -10
- package/dist/esm/models/index.d.ts +1 -3
- package/dist/esm/models/index.js +1 -3
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/{models/zjht-search-dto.d.ts → esm/models/zjht-contract-list-search-dto.d.ts} +11 -24
- package/dist/models/index.d.ts +1 -3
- package/dist/models/index.js +1 -3
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/{esm/models/zjht-search-dto.d.ts → models/zjht-contract-list-search-dto.d.ts} +11 -24
- package/models/index.ts +1 -3
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/{zjht-search-dto.ts → zjht-contract-list-search-dto.ts} +11 -26
- package/ossutil.log +1197 -1194
- package/package.json +1 -1
- package/dist/esm/models/filter-condition.d.ts +0 -30
- package/dist/esm/models/zjht-search-dto-filter.d.ts +0 -31
- package/dist/esm/models/zjht-search-dto-filter.js +0 -14
- package/dist/esm/models/zjht-search-dto.js +0 -14
- package/dist/models/filter-condition.d.ts +0 -30
- package/dist/models/zjht-search-dto-filter.d.ts +0 -31
- package/dist/models/zjht-search-dto-filter.js +0 -15
- package/dist/models/zjht-search-dto.js +0 -15
- package/models/filter-condition.ts +0 -36
- package/models/zjht-search-dto-filter.ts +0 -39
- /package/dist/esm/models/{filter-condition.js → zjht-contract-list-search-dto.js} +0 -0
- /package/dist/models/{filter-condition.js → zjht-contract-list-search-dto.js} +0 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -235,7 +235,6 @@ models/exploration-work-order-info.ts
|
|
|
235
235
|
models/exploration-work-order-submit-vo.ts
|
|
236
236
|
models/exploration-work-order-type-enum.ts
|
|
237
237
|
models/file-dto.ts
|
|
238
|
-
models/filter-condition.ts
|
|
239
238
|
models/followup-work-order-dto.ts
|
|
240
239
|
models/functional-area-enum.ts
|
|
241
240
|
models/fusion-role-request-dto.ts
|
|
@@ -717,9 +716,8 @@ models/wx-mp-self-menu-button.ts
|
|
|
717
716
|
models/wx-mp-self-menu-info.ts
|
|
718
717
|
models/zjht-contract-data-result.ts
|
|
719
718
|
models/zjht-contract-detail.ts
|
|
719
|
+
models/zjht-contract-list-search-dto.ts
|
|
720
720
|
models/zjht-contract.ts
|
|
721
|
-
models/zjht-search-dto-filter.ts
|
|
722
|
-
models/zjht-search-dto.ts
|
|
723
721
|
package.json
|
|
724
722
|
tsconfig.esm.json
|
|
725
723
|
tsconfig.json
|
|
@@ -56,7 +56,7 @@ import type { ReimbursementBillSubmitDto } from '../models';
|
|
|
56
56
|
// @ts-ignore
|
|
57
57
|
import type { ReimbursementStatusEnum } from '../models';
|
|
58
58
|
// @ts-ignore
|
|
59
|
-
import type {
|
|
59
|
+
import type { ZjhtContractListSearchDto } from '../models';
|
|
60
60
|
/**
|
|
61
61
|
* ReimbursementBillApi - axios parameter creator
|
|
62
62
|
* @export
|
|
@@ -694,13 +694,13 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
|
|
|
694
694
|
/**
|
|
695
695
|
*
|
|
696
696
|
* @summary 智家合同列表
|
|
697
|
-
* @param {
|
|
697
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
698
698
|
* @param {*} [options] Override http request option.
|
|
699
699
|
* @throws {RequiredError}
|
|
700
700
|
*/
|
|
701
|
-
thirdZjhtContractsSearch: async (
|
|
702
|
-
// verify required parameter '
|
|
703
|
-
assertParamExists('thirdZjhtContractsSearch', '
|
|
701
|
+
thirdZjhtContractsSearch: async (zjhtContractListSearchDto: ZjhtContractListSearchDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
702
|
+
// verify required parameter 'zjhtContractListSearchDto' is not null or undefined
|
|
703
|
+
assertParamExists('thirdZjhtContractsSearch', 'zjhtContractListSearchDto', zjhtContractListSearchDto)
|
|
704
704
|
const localVarPath = `/gizone/reimbursement-bill/third/zjht/contracts/search`;
|
|
705
705
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
706
706
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -724,7 +724,7 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
|
|
|
724
724
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
725
725
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
726
726
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
727
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
727
|
+
localVarRequestOptions.data = serializeDataIfNeeded(zjhtContractListSearchDto, localVarRequestOptions, configuration)
|
|
728
728
|
|
|
729
729
|
return {
|
|
730
730
|
url: toPathString(localVarUrlObj),
|
|
@@ -940,12 +940,12 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
|
|
|
940
940
|
/**
|
|
941
941
|
*
|
|
942
942
|
* @summary 智家合同列表
|
|
943
|
-
* @param {
|
|
943
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
944
944
|
* @param {*} [options] Override http request option.
|
|
945
945
|
* @throws {RequiredError}
|
|
946
946
|
*/
|
|
947
|
-
async thirdZjhtContractsSearch(
|
|
948
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.thirdZjhtContractsSearch(
|
|
947
|
+
async thirdZjhtContractsSearch(zjhtContractListSearchDto: ZjhtContractListSearchDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultZjhtContractDataResult>> {
|
|
948
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.thirdZjhtContractsSearch(zjhtContractListSearchDto, options);
|
|
949
949
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
950
950
|
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdZjhtContractsSearch']?.[localVarOperationServerIndex]?.url;
|
|
951
951
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1106,7 +1106,7 @@ export const ReimbursementBillApiFactory = function (configuration?: Configurati
|
|
|
1106
1106
|
* @throws {RequiredError}
|
|
1107
1107
|
*/
|
|
1108
1108
|
thirdZjhtContractsSearch(requestParameters: ReimbursementBillApiThirdZjhtContractsSearchRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultZjhtContractDataResult> {
|
|
1109
|
-
return localVarFp.thirdZjhtContractsSearch(requestParameters.
|
|
1109
|
+
return localVarFp.thirdZjhtContractsSearch(requestParameters.zjhtContractListSearchDto, options).then((request) => request(axios, basePath));
|
|
1110
1110
|
},
|
|
1111
1111
|
};
|
|
1112
1112
|
};
|
|
@@ -1399,10 +1399,10 @@ export interface ReimbursementBillApiThirdMdmVendorsBankAccountsRequest {
|
|
|
1399
1399
|
export interface ReimbursementBillApiThirdZjhtContractsSearchRequest {
|
|
1400
1400
|
/**
|
|
1401
1401
|
*
|
|
1402
|
-
* @type {
|
|
1402
|
+
* @type {ZjhtContractListSearchDto}
|
|
1403
1403
|
* @memberof ReimbursementBillApiThirdZjhtContractsSearch
|
|
1404
1404
|
*/
|
|
1405
|
-
readonly
|
|
1405
|
+
readonly zjhtContractListSearchDto: ZjhtContractListSearchDto
|
|
1406
1406
|
}
|
|
1407
1407
|
|
|
1408
1408
|
/**
|
|
@@ -1587,7 +1587,7 @@ export class ReimbursementBillApi extends BaseAPI {
|
|
|
1587
1587
|
* @memberof ReimbursementBillApi
|
|
1588
1588
|
*/
|
|
1589
1589
|
public thirdZjhtContractsSearch(requestParameters: ReimbursementBillApiThirdZjhtContractsSearchRequest, options?: RawAxiosRequestConfig) {
|
|
1590
|
-
return ReimbursementBillApiFp(this.configuration).thirdZjhtContractsSearch(requestParameters.
|
|
1590
|
+
return ReimbursementBillApiFp(this.configuration).thirdZjhtContractsSearch(requestParameters.zjhtContractListSearchDto, options).then((request) => request(this.axios, this.basePath));
|
|
1591
1591
|
}
|
|
1592
1592
|
}
|
|
1593
1593
|
|
|
@@ -29,7 +29,7 @@ import type { JsonResultZjhtContractDataResult } from '../models';
|
|
|
29
29
|
import type { ReimbursementBillDraftDto } from '../models';
|
|
30
30
|
import type { ReimbursementBillSubmitDto } from '../models';
|
|
31
31
|
import type { ReimbursementStatusEnum } from '../models';
|
|
32
|
-
import type {
|
|
32
|
+
import type { ZjhtContractListSearchDto } from '../models';
|
|
33
33
|
/**
|
|
34
34
|
* ReimbursementBillApi - axios parameter creator
|
|
35
35
|
* @export
|
|
@@ -164,11 +164,11 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
|
|
|
164
164
|
/**
|
|
165
165
|
*
|
|
166
166
|
* @summary 智家合同列表
|
|
167
|
-
* @param {
|
|
167
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
168
168
|
* @param {*} [options] Override http request option.
|
|
169
169
|
* @throws {RequiredError}
|
|
170
170
|
*/
|
|
171
|
-
thirdZjhtContractsSearch: (
|
|
171
|
+
thirdZjhtContractsSearch: (zjhtContractListSearchDto: ZjhtContractListSearchDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
172
172
|
};
|
|
173
173
|
/**
|
|
174
174
|
* ReimbursementBillApi - functional programming interface
|
|
@@ -304,11 +304,11 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
304
304
|
/**
|
|
305
305
|
*
|
|
306
306
|
* @summary 智家合同列表
|
|
307
|
-
* @param {
|
|
307
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
308
308
|
* @param {*} [options] Override http request option.
|
|
309
309
|
* @throws {RequiredError}
|
|
310
310
|
*/
|
|
311
|
-
thirdZjhtContractsSearch(
|
|
311
|
+
thirdZjhtContractsSearch(zjhtContractListSearchDto: ZjhtContractListSearchDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultZjhtContractDataResult>>;
|
|
312
312
|
};
|
|
313
313
|
/**
|
|
314
314
|
* ReimbursementBillApi - factory interface
|
|
@@ -694,10 +694,10 @@ export interface ReimbursementBillApiThirdMdmVendorsBankAccountsRequest {
|
|
|
694
694
|
export interface ReimbursementBillApiThirdZjhtContractsSearchRequest {
|
|
695
695
|
/**
|
|
696
696
|
*
|
|
697
|
-
* @type {
|
|
697
|
+
* @type {ZjhtContractListSearchDto}
|
|
698
698
|
* @memberof ReimbursementBillApiThirdZjhtContractsSearch
|
|
699
699
|
*/
|
|
700
|
-
readonly
|
|
700
|
+
readonly zjhtContractListSearchDto: ZjhtContractListSearchDto;
|
|
701
701
|
}
|
|
702
702
|
/**
|
|
703
703
|
* ReimbursementBillApi - object-oriented interface
|
|
@@ -559,13 +559,13 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
559
559
|
/**
|
|
560
560
|
*
|
|
561
561
|
* @summary 智家合同列表
|
|
562
|
-
* @param {
|
|
562
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
563
563
|
* @param {*} [options] Override http request option.
|
|
564
564
|
* @throws {RequiredError}
|
|
565
565
|
*/
|
|
566
|
-
thirdZjhtContractsSearch: (
|
|
567
|
-
// verify required parameter '
|
|
568
|
-
(0, common_1.assertParamExists)('thirdZjhtContractsSearch', '
|
|
566
|
+
thirdZjhtContractsSearch: (zjhtContractListSearchDto_1, ...args_1) => __awaiter(this, [zjhtContractListSearchDto_1, ...args_1], void 0, function* (zjhtContractListSearchDto, options = {}) {
|
|
567
|
+
// verify required parameter 'zjhtContractListSearchDto' is not null or undefined
|
|
568
|
+
(0, common_1.assertParamExists)('thirdZjhtContractsSearch', 'zjhtContractListSearchDto', zjhtContractListSearchDto);
|
|
569
569
|
const localVarPath = `/gizone/reimbursement-bill/third/zjht/contracts/search`;
|
|
570
570
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
571
571
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -583,7 +583,7 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
583
583
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
584
584
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
585
585
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
586
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
586
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(zjhtContractListSearchDto, localVarRequestOptions, configuration);
|
|
587
587
|
return {
|
|
588
588
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
589
589
|
options: localVarRequestOptions,
|
|
@@ -840,14 +840,14 @@ const ReimbursementBillApiFp = function (configuration) {
|
|
|
840
840
|
/**
|
|
841
841
|
*
|
|
842
842
|
* @summary 智家合同列表
|
|
843
|
-
* @param {
|
|
843
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
844
844
|
* @param {*} [options] Override http request option.
|
|
845
845
|
* @throws {RequiredError}
|
|
846
846
|
*/
|
|
847
|
-
thirdZjhtContractsSearch(
|
|
847
|
+
thirdZjhtContractsSearch(zjhtContractListSearchDto, options) {
|
|
848
848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
849
849
|
var _a, _b, _c;
|
|
850
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdZjhtContractsSearch(
|
|
850
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdZjhtContractsSearch(zjhtContractListSearchDto, options);
|
|
851
851
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
852
852
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.thirdZjhtContractsSearch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
853
853
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1009,7 +1009,7 @@ const ReimbursementBillApiFactory = function (configuration, basePath, axios) {
|
|
|
1009
1009
|
* @throws {RequiredError}
|
|
1010
1010
|
*/
|
|
1011
1011
|
thirdZjhtContractsSearch(requestParameters, options) {
|
|
1012
|
-
return localVarFp.thirdZjhtContractsSearch(requestParameters.
|
|
1012
|
+
return localVarFp.thirdZjhtContractsSearch(requestParameters.zjhtContractListSearchDto, options).then((request) => request(axios, basePath));
|
|
1013
1013
|
},
|
|
1014
1014
|
};
|
|
1015
1015
|
};
|
|
@@ -1182,7 +1182,7 @@ class ReimbursementBillApi extends base_1.BaseAPI {
|
|
|
1182
1182
|
* @memberof ReimbursementBillApi
|
|
1183
1183
|
*/
|
|
1184
1184
|
thirdZjhtContractsSearch(requestParameters, options) {
|
|
1185
|
-
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdZjhtContractsSearch(requestParameters.
|
|
1185
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdZjhtContractsSearch(requestParameters.zjhtContractListSearchDto, options).then((request) => request(this.axios, this.basePath));
|
|
1186
1186
|
}
|
|
1187
1187
|
}
|
|
1188
1188
|
exports.ReimbursementBillApi = ReimbursementBillApi;
|
|
@@ -29,7 +29,7 @@ import type { JsonResultZjhtContractDataResult } from '../models';
|
|
|
29
29
|
import type { ReimbursementBillDraftDto } from '../models';
|
|
30
30
|
import type { ReimbursementBillSubmitDto } from '../models';
|
|
31
31
|
import type { ReimbursementStatusEnum } from '../models';
|
|
32
|
-
import type {
|
|
32
|
+
import type { ZjhtContractListSearchDto } from '../models';
|
|
33
33
|
/**
|
|
34
34
|
* ReimbursementBillApi - axios parameter creator
|
|
35
35
|
* @export
|
|
@@ -164,11 +164,11 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
|
|
|
164
164
|
/**
|
|
165
165
|
*
|
|
166
166
|
* @summary 智家合同列表
|
|
167
|
-
* @param {
|
|
167
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
168
168
|
* @param {*} [options] Override http request option.
|
|
169
169
|
* @throws {RequiredError}
|
|
170
170
|
*/
|
|
171
|
-
thirdZjhtContractsSearch: (
|
|
171
|
+
thirdZjhtContractsSearch: (zjhtContractListSearchDto: ZjhtContractListSearchDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
172
172
|
};
|
|
173
173
|
/**
|
|
174
174
|
* ReimbursementBillApi - functional programming interface
|
|
@@ -304,11 +304,11 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
304
304
|
/**
|
|
305
305
|
*
|
|
306
306
|
* @summary 智家合同列表
|
|
307
|
-
* @param {
|
|
307
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
308
308
|
* @param {*} [options] Override http request option.
|
|
309
309
|
* @throws {RequiredError}
|
|
310
310
|
*/
|
|
311
|
-
thirdZjhtContractsSearch(
|
|
311
|
+
thirdZjhtContractsSearch(zjhtContractListSearchDto: ZjhtContractListSearchDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultZjhtContractDataResult>>;
|
|
312
312
|
};
|
|
313
313
|
/**
|
|
314
314
|
* ReimbursementBillApi - factory interface
|
|
@@ -694,10 +694,10 @@ export interface ReimbursementBillApiThirdMdmVendorsBankAccountsRequest {
|
|
|
694
694
|
export interface ReimbursementBillApiThirdZjhtContractsSearchRequest {
|
|
695
695
|
/**
|
|
696
696
|
*
|
|
697
|
-
* @type {
|
|
697
|
+
* @type {ZjhtContractListSearchDto}
|
|
698
698
|
* @memberof ReimbursementBillApiThirdZjhtContractsSearch
|
|
699
699
|
*/
|
|
700
|
-
readonly
|
|
700
|
+
readonly zjhtContractListSearchDto: ZjhtContractListSearchDto;
|
|
701
701
|
}
|
|
702
702
|
/**
|
|
703
703
|
* ReimbursementBillApi - object-oriented interface
|
|
@@ -556,13 +556,13 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
556
556
|
/**
|
|
557
557
|
*
|
|
558
558
|
* @summary 智家合同列表
|
|
559
|
-
* @param {
|
|
559
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
560
560
|
* @param {*} [options] Override http request option.
|
|
561
561
|
* @throws {RequiredError}
|
|
562
562
|
*/
|
|
563
|
-
thirdZjhtContractsSearch: (
|
|
564
|
-
// verify required parameter '
|
|
565
|
-
assertParamExists('thirdZjhtContractsSearch', '
|
|
563
|
+
thirdZjhtContractsSearch: (zjhtContractListSearchDto_1, ...args_1) => __awaiter(this, [zjhtContractListSearchDto_1, ...args_1], void 0, function* (zjhtContractListSearchDto, options = {}) {
|
|
564
|
+
// verify required parameter 'zjhtContractListSearchDto' is not null or undefined
|
|
565
|
+
assertParamExists('thirdZjhtContractsSearch', 'zjhtContractListSearchDto', zjhtContractListSearchDto);
|
|
566
566
|
const localVarPath = `/gizone/reimbursement-bill/third/zjht/contracts/search`;
|
|
567
567
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
568
568
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -580,7 +580,7 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
580
580
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
581
581
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
582
582
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
583
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
583
|
+
localVarRequestOptions.data = serializeDataIfNeeded(zjhtContractListSearchDto, localVarRequestOptions, configuration);
|
|
584
584
|
return {
|
|
585
585
|
url: toPathString(localVarUrlObj),
|
|
586
586
|
options: localVarRequestOptions,
|
|
@@ -836,14 +836,14 @@ export const ReimbursementBillApiFp = function (configuration) {
|
|
|
836
836
|
/**
|
|
837
837
|
*
|
|
838
838
|
* @summary 智家合同列表
|
|
839
|
-
* @param {
|
|
839
|
+
* @param {ZjhtContractListSearchDto} zjhtContractListSearchDto
|
|
840
840
|
* @param {*} [options] Override http request option.
|
|
841
841
|
* @throws {RequiredError}
|
|
842
842
|
*/
|
|
843
|
-
thirdZjhtContractsSearch(
|
|
843
|
+
thirdZjhtContractsSearch(zjhtContractListSearchDto, options) {
|
|
844
844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
845
845
|
var _a, _b, _c;
|
|
846
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdZjhtContractsSearch(
|
|
846
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdZjhtContractsSearch(zjhtContractListSearchDto, options);
|
|
847
847
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
848
848
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.thirdZjhtContractsSearch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
849
849
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1004,7 +1004,7 @@ export const ReimbursementBillApiFactory = function (configuration, basePath, ax
|
|
|
1004
1004
|
* @throws {RequiredError}
|
|
1005
1005
|
*/
|
|
1006
1006
|
thirdZjhtContractsSearch(requestParameters, options) {
|
|
1007
|
-
return localVarFp.thirdZjhtContractsSearch(requestParameters.
|
|
1007
|
+
return localVarFp.thirdZjhtContractsSearch(requestParameters.zjhtContractListSearchDto, options).then((request) => request(axios, basePath));
|
|
1008
1008
|
},
|
|
1009
1009
|
};
|
|
1010
1010
|
};
|
|
@@ -1176,6 +1176,6 @@ export class ReimbursementBillApi extends BaseAPI {
|
|
|
1176
1176
|
* @memberof ReimbursementBillApi
|
|
1177
1177
|
*/
|
|
1178
1178
|
thirdZjhtContractsSearch(requestParameters, options) {
|
|
1179
|
-
return ReimbursementBillApiFp(this.configuration).thirdZjhtContractsSearch(requestParameters.
|
|
1179
|
+
return ReimbursementBillApiFp(this.configuration).thirdZjhtContractsSearch(requestParameters.zjhtContractListSearchDto, options).then((request) => request(this.axios, this.basePath));
|
|
1180
1180
|
}
|
|
1181
1181
|
}
|
|
@@ -184,7 +184,6 @@ export * from './exploration-work-order-info';
|
|
|
184
184
|
export * from './exploration-work-order-submit-vo';
|
|
185
185
|
export * from './exploration-work-order-type-enum';
|
|
186
186
|
export * from './file-dto';
|
|
187
|
-
export * from './filter-condition';
|
|
188
187
|
export * from './followup-work-order-dto';
|
|
189
188
|
export * from './functional-area-enum';
|
|
190
189
|
export * from './fusion-role-request-dto';
|
|
@@ -666,5 +665,4 @@ export * from './wx-mp-self-menu-info';
|
|
|
666
665
|
export * from './zjht-contract';
|
|
667
666
|
export * from './zjht-contract-data-result';
|
|
668
667
|
export * from './zjht-contract-detail';
|
|
669
|
-
export * from './zjht-search-dto';
|
|
670
|
-
export * from './zjht-search-dto-filter';
|
|
668
|
+
export * from './zjht-contract-list-search-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -184,7 +184,6 @@ export * from './exploration-work-order-info';
|
|
|
184
184
|
export * from './exploration-work-order-submit-vo';
|
|
185
185
|
export * from './exploration-work-order-type-enum';
|
|
186
186
|
export * from './file-dto';
|
|
187
|
-
export * from './filter-condition';
|
|
188
187
|
export * from './followup-work-order-dto';
|
|
189
188
|
export * from './functional-area-enum';
|
|
190
189
|
export * from './fusion-role-request-dto';
|
|
@@ -666,5 +665,4 @@ export * from './wx-mp-self-menu-info';
|
|
|
666
665
|
export * from './zjht-contract';
|
|
667
666
|
export * from './zjht-contract-data-result';
|
|
668
667
|
export * from './zjht-contract-detail';
|
|
669
|
-
export * from './zjht-search-dto';
|
|
670
|
-
export * from './zjht-search-dto-filter';
|
|
668
|
+
export * from './zjht-contract-list-search-dto';
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'pages'?: number;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {boolean}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'pages'?: number;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -9,47 +9,34 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { ZjhtSearchDtoFilter } from './zjht-search-dto-filter';
|
|
13
12
|
/**
|
|
14
|
-
*
|
|
13
|
+
* 智家合同列表查询
|
|
15
14
|
* @export
|
|
16
|
-
* @interface
|
|
15
|
+
* @interface ZjhtContractListSearchDto
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface ZjhtContractListSearchDto {
|
|
19
18
|
/**
|
|
20
|
-
*
|
|
19
|
+
* 页码
|
|
21
20
|
* @type {number}
|
|
22
|
-
* @memberof
|
|
21
|
+
* @memberof ZjhtContractListSearchDto
|
|
23
22
|
*/
|
|
24
23
|
'pageNum'?: number;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
25
|
+
* 页数
|
|
27
26
|
* @type {number}
|
|
28
|
-
* @memberof
|
|
27
|
+
* @memberof ZjhtContractListSearchDto
|
|
29
28
|
*/
|
|
30
29
|
'pageSize'?: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Array<string>}
|
|
34
|
-
* @memberof ZjhtSearchDto
|
|
35
|
-
*/
|
|
36
|
-
'ids'?: Array<string>;
|
|
37
30
|
/**
|
|
38
31
|
* 用户工号
|
|
39
32
|
* @type {string}
|
|
40
|
-
* @memberof
|
|
33
|
+
* @memberof ZjhtContractListSearchDto
|
|
41
34
|
*/
|
|
42
|
-
'username'
|
|
35
|
+
'username': string;
|
|
43
36
|
/**
|
|
44
37
|
* 合同编号
|
|
45
38
|
* @type {string}
|
|
46
|
-
* @memberof
|
|
47
|
-
*/
|
|
48
|
-
'contractNo'?: string;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {Array<ZjhtSearchDtoFilter>}
|
|
52
|
-
* @memberof ZjhtSearchDto
|
|
39
|
+
* @memberof ZjhtContractListSearchDto
|
|
53
40
|
*/
|
|
54
|
-
'
|
|
41
|
+
'contractNo': string;
|
|
55
42
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -184,7 +184,6 @@ export * from './exploration-work-order-info';
|
|
|
184
184
|
export * from './exploration-work-order-submit-vo';
|
|
185
185
|
export * from './exploration-work-order-type-enum';
|
|
186
186
|
export * from './file-dto';
|
|
187
|
-
export * from './filter-condition';
|
|
188
187
|
export * from './followup-work-order-dto';
|
|
189
188
|
export * from './functional-area-enum';
|
|
190
189
|
export * from './fusion-role-request-dto';
|
|
@@ -666,5 +665,4 @@ export * from './wx-mp-self-menu-info';
|
|
|
666
665
|
export * from './zjht-contract';
|
|
667
666
|
export * from './zjht-contract-data-result';
|
|
668
667
|
export * from './zjht-contract-detail';
|
|
669
|
-
export * from './zjht-search-dto';
|
|
670
|
-
export * from './zjht-search-dto-filter';
|
|
668
|
+
export * from './zjht-contract-list-search-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -200,7 +200,6 @@ __exportStar(require("./exploration-work-order-info"), exports);
|
|
|
200
200
|
__exportStar(require("./exploration-work-order-submit-vo"), exports);
|
|
201
201
|
__exportStar(require("./exploration-work-order-type-enum"), exports);
|
|
202
202
|
__exportStar(require("./file-dto"), exports);
|
|
203
|
-
__exportStar(require("./filter-condition"), exports);
|
|
204
203
|
__exportStar(require("./followup-work-order-dto"), exports);
|
|
205
204
|
__exportStar(require("./functional-area-enum"), exports);
|
|
206
205
|
__exportStar(require("./fusion-role-request-dto"), exports);
|
|
@@ -682,5 +681,4 @@ __exportStar(require("./wx-mp-self-menu-info"), exports);
|
|
|
682
681
|
__exportStar(require("./zjht-contract"), exports);
|
|
683
682
|
__exportStar(require("./zjht-contract-data-result"), exports);
|
|
684
683
|
__exportStar(require("./zjht-contract-detail"), exports);
|
|
685
|
-
__exportStar(require("./zjht-search-dto"), exports);
|
|
686
|
-
__exportStar(require("./zjht-search-dto-filter"), exports);
|
|
684
|
+
__exportStar(require("./zjht-contract-list-search-dto"), exports);
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'pages'?: number;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {boolean}
|
|
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
+
*/
|
|
55
|
+
'pages'?: number;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -9,47 +9,34 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { ZjhtSearchDtoFilter } from './zjht-search-dto-filter';
|
|
13
12
|
/**
|
|
14
|
-
*
|
|
13
|
+
* 智家合同列表查询
|
|
15
14
|
* @export
|
|
16
|
-
* @interface
|
|
15
|
+
* @interface ZjhtContractListSearchDto
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface ZjhtContractListSearchDto {
|
|
19
18
|
/**
|
|
20
|
-
*
|
|
19
|
+
* 页码
|
|
21
20
|
* @type {number}
|
|
22
|
-
* @memberof
|
|
21
|
+
* @memberof ZjhtContractListSearchDto
|
|
23
22
|
*/
|
|
24
23
|
'pageNum'?: number;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
25
|
+
* 页数
|
|
27
26
|
* @type {number}
|
|
28
|
-
* @memberof
|
|
27
|
+
* @memberof ZjhtContractListSearchDto
|
|
29
28
|
*/
|
|
30
29
|
'pageSize'?: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Array<string>}
|
|
34
|
-
* @memberof ZjhtSearchDto
|
|
35
|
-
*/
|
|
36
|
-
'ids'?: Array<string>;
|
|
37
30
|
/**
|
|
38
31
|
* 用户工号
|
|
39
32
|
* @type {string}
|
|
40
|
-
* @memberof
|
|
33
|
+
* @memberof ZjhtContractListSearchDto
|
|
41
34
|
*/
|
|
42
|
-
'username'
|
|
35
|
+
'username': string;
|
|
43
36
|
/**
|
|
44
37
|
* 合同编号
|
|
45
38
|
* @type {string}
|
|
46
|
-
* @memberof
|
|
47
|
-
*/
|
|
48
|
-
'contractNo'?: string;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {Array<ZjhtSearchDtoFilter>}
|
|
52
|
-
* @memberof ZjhtSearchDto
|
|
39
|
+
* @memberof ZjhtContractListSearchDto
|
|
53
40
|
*/
|
|
54
|
-
'
|
|
41
|
+
'contractNo': string;
|
|
55
42
|
}
|
package/models/index.ts
CHANGED
|
@@ -184,7 +184,6 @@ export * from './exploration-work-order-info';
|
|
|
184
184
|
export * from './exploration-work-order-submit-vo';
|
|
185
185
|
export * from './exploration-work-order-type-enum';
|
|
186
186
|
export * from './file-dto';
|
|
187
|
-
export * from './filter-condition';
|
|
188
187
|
export * from './followup-work-order-dto';
|
|
189
188
|
export * from './functional-area-enum';
|
|
190
189
|
export * from './fusion-role-request-dto';
|
|
@@ -666,5 +665,4 @@ export * from './wx-mp-self-menu-info';
|
|
|
666
665
|
export * from './zjht-contract';
|
|
667
666
|
export * from './zjht-contract-data-result';
|
|
668
667
|
export * from './zjht-contract-detail';
|
|
669
|
-
export * from './zjht-search-dto';
|
|
670
|
-
export * from './zjht-search-dto-filter';
|
|
668
|
+
export * from './zjht-contract-list-search-dto';
|
|
@@ -41,12 +41,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
41
41
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {number}
|
|
47
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
|
-
*/
|
|
49
|
-
'pages'?: number;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {boolean}
|
|
@@ -60,6 +54,12 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
60
54
|
* @deprecated
|
|
61
55
|
*/
|
|
62
56
|
'hitCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
|
+
*/
|
|
62
|
+
'pages'?: number;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|