@gizone/rrs-client 4.2.9-alpha.566 → 4.2.9-alpha.570
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 +23 -0
- package/api.ts +2 -0
- package/apis/energy-cost-controller-api.ts +387 -34
- package/apis/mdmapi.ts +217 -0
- package/apis/reimbursement-bill-api.ts +605 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/energy-cost-controller-api.d.ts +208 -25
- package/dist/apis/energy-cost-controller-api.js +315 -21
- package/dist/apis/mdmapi.d.ts +117 -0
- package/dist/apis/mdmapi.js +200 -0
- package/dist/apis/reimbursement-bill-api.d.ts +323 -0
- package/dist/apis/reimbursement-bill-api.js +489 -0
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +208 -25
- package/dist/esm/apis/energy-cost-controller-api.js +314 -20
- package/dist/esm/apis/mdmapi.d.ts +117 -0
- package/dist/esm/apis/mdmapi.js +193 -0
- package/dist/esm/apis/reimbursement-bill-api.d.ts +323 -0
- package/dist/esm/apis/reimbursement-bill-api.js +482 -0
- package/dist/esm/models/energy-cost-import-redis-vo.d.ts +55 -0
- package/dist/esm/models/energy-cost-import-redis-vo.js +14 -0
- package/dist/esm/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
- package/dist/esm/models/energy-cost-month-setting-excel-dto.js +14 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +12 -0
- package/dist/esm/models/expense-subject-enum.d.ts +22 -0
- package/dist/esm/models/expense-subject-enum.js +23 -0
- package/dist/esm/models/index.d.ts +21 -0
- package/dist/esm/models/index.js +21 -0
- package/dist/esm/models/invoice-type-enum.d.ts +22 -0
- package/dist/esm/models/invoice-type-enum.js +23 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-import-redis-vo.js +14 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +14 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
- package/dist/esm/models/json-result-reimbursement-bill-details-vo.js +14 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.js +14 -0
- package/dist/esm/models/mdm-increment-vendors-vo.d.ts +90 -0
- package/dist/esm/models/mdm-increment-vendors-vo.js +14 -0
- package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/payment-method-enum.d.ts +23 -0
- package/dist/esm/models/payment-method-enum.js +24 -0
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +242 -0
- package/dist/esm/models/reimbursement-bill-details-vo.js +22 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +188 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.js +22 -0
- package/dist/esm/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
- package/dist/esm/models/reimbursement-bill-handle-info-add-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
- package/dist/esm/models/reimbursement-bill-handle-info-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +142 -0
- package/dist/esm/models/reimbursement-bill-list-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-search-dto.d.ts +68 -0
- package/dist/esm/models/reimbursement-bill-search-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +188 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.js +22 -0
- package/dist/esm/models/reimbursement-status-enum.d.ts +23 -0
- package/dist/esm/models/reimbursement-status-enum.js +24 -0
- package/dist/models/energy-cost-import-redis-vo.d.ts +55 -0
- package/dist/models/energy-cost-import-redis-vo.js +15 -0
- package/dist/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
- package/dist/models/energy-cost-month-setting-excel-dto.js +15 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +12 -0
- package/dist/models/expense-subject-enum.d.ts +22 -0
- package/dist/models/expense-subject-enum.js +26 -0
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/dist/models/invoice-type-enum.d.ts +22 -0
- package/dist/models/invoice-type-enum.js +26 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-import-redis-vo.js +15 -0
- package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +15 -0
- package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-increment-vendors-vo.js +15 -0
- package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.js +15 -0
- package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
- package/dist/models/json-result-reimbursement-bill-details-vo.js +15 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.js +15 -0
- package/dist/models/mdm-increment-vendors-vo.d.ts +90 -0
- package/dist/models/mdm-increment-vendors-vo.js +15 -0
- package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
- package/dist/models/page-dto-reimbursement-bill-list-vo.js +15 -0
- package/dist/models/payment-method-enum.d.ts +23 -0
- package/dist/models/payment-method-enum.js +27 -0
- package/dist/models/reimbursement-bill-details-vo.d.ts +242 -0
- package/dist/models/reimbursement-bill-details-vo.js +25 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +188 -0
- package/dist/models/reimbursement-bill-draft-dto.js +25 -0
- package/dist/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
- package/dist/models/reimbursement-bill-handle-info-add-dto.js +15 -0
- package/dist/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
- package/dist/models/reimbursement-bill-handle-info-vo.js +15 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +142 -0
- package/dist/models/reimbursement-bill-list-vo.js +15 -0
- package/dist/models/reimbursement-bill-search-dto.d.ts +68 -0
- package/dist/models/reimbursement-bill-search-dto.js +15 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +188 -0
- package/dist/models/reimbursement-bill-submit-dto.js +25 -0
- package/dist/models/reimbursement-status-enum.d.ts +23 -0
- package/dist/models/reimbursement-status-enum.js +27 -0
- package/models/energy-cost-import-redis-vo.ts +63 -0
- package/models/energy-cost-month-setting-excel-dto.ts +84 -0
- package/models/energy-cost-record-info-not-emun-vo.ts +12 -0
- package/models/expense-subject-enum.ts +32 -0
- package/models/index.ts +21 -0
- package/models/invoice-type-enum.ts +32 -0
- package/models/ipage-energy-cost-record-info-vo.ts +8 -8
- package/models/json-result-energy-cost-import-redis-vo.ts +72 -0
- package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +72 -0
- package/models/json-result-list-mdm-increment-vendors-vo.ts +72 -0
- package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +72 -0
- package/models/json-result-reimbursement-bill-details-vo.ts +72 -0
- package/models/mdm-increment-vendor-bank-accounts-vo.ts +78 -0
- package/models/mdm-increment-vendors-vo.ts +96 -0
- package/models/page-dto-reimbursement-bill-list-vo.ts +39 -0
- package/models/payment-method-enum.ts +33 -0
- package/models/reimbursement-bill-details-vo.ts +259 -0
- package/models/reimbursement-bill-draft-dto.ts +205 -0
- package/models/reimbursement-bill-handle-info-add-dto.ts +42 -0
- package/models/reimbursement-bill-handle-info-vo.ts +54 -0
- package/models/reimbursement-bill-list-vo.ts +158 -0
- package/models/reimbursement-bill-search-dto.ts +80 -0
- package/models/reimbursement-bill-submit-dto.ts +205 -0
- package/models/reimbursement-status-enum.ts +33 -0
- package/ossutil.log +1098 -1092
- package/package.json +1 -1
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
import globalAxios from 'axios';
|
|
24
|
+
// Some imports not used depending on template conditions
|
|
25
|
+
// @ts-ignore
|
|
26
|
+
import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, toPathString, createRequestFunction } from '../common';
|
|
27
|
+
// @ts-ignore
|
|
28
|
+
import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
29
|
+
/**
|
|
30
|
+
* MDMApi - axios parameter creator
|
|
31
|
+
* @export
|
|
32
|
+
*/
|
|
33
|
+
export const MDMApiAxiosParamCreator = function (configuration) {
|
|
34
|
+
return {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary 获取供应商信息
|
|
38
|
+
* @param {*} [options] Override http request option.
|
|
39
|
+
* @throws {RequiredError}
|
|
40
|
+
*/
|
|
41
|
+
mdmVendors: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
42
|
+
const localVarPath = `/mdm/vendors`;
|
|
43
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
44
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
45
|
+
let baseOptions;
|
|
46
|
+
if (configuration) {
|
|
47
|
+
baseOptions = configuration.baseOptions;
|
|
48
|
+
}
|
|
49
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
50
|
+
const localVarHeaderParameter = {};
|
|
51
|
+
const localVarQueryParameter = {};
|
|
52
|
+
// authentication tokenScheme required
|
|
53
|
+
// http bearer authentication required
|
|
54
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
55
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
56
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
57
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
58
|
+
return {
|
|
59
|
+
url: toPathString(localVarUrlObj),
|
|
60
|
+
options: localVarRequestOptions,
|
|
61
|
+
};
|
|
62
|
+
}),
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @summary 通过供应商id获取供应商银行信息
|
|
66
|
+
* @param {string} vendorId
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
mdmVendors1: (vendorId_1, ...args_1) => __awaiter(this, [vendorId_1, ...args_1], void 0, function* (vendorId, options = {}) {
|
|
71
|
+
// verify required parameter 'vendorId' is not null or undefined
|
|
72
|
+
assertParamExists('mdmVendors1', 'vendorId', vendorId);
|
|
73
|
+
const localVarPath = `/mdm/vendors/{vendorId}/bank-accounts`
|
|
74
|
+
.replace(`{${"vendorId"}}`, encodeURIComponent(String(vendorId)));
|
|
75
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
76
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
77
|
+
let baseOptions;
|
|
78
|
+
if (configuration) {
|
|
79
|
+
baseOptions = configuration.baseOptions;
|
|
80
|
+
}
|
|
81
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
82
|
+
const localVarHeaderParameter = {};
|
|
83
|
+
const localVarQueryParameter = {};
|
|
84
|
+
// authentication tokenScheme required
|
|
85
|
+
// http bearer authentication required
|
|
86
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
87
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
88
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
89
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
90
|
+
return {
|
|
91
|
+
url: toPathString(localVarUrlObj),
|
|
92
|
+
options: localVarRequestOptions,
|
|
93
|
+
};
|
|
94
|
+
}),
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* MDMApi - functional programming interface
|
|
99
|
+
* @export
|
|
100
|
+
*/
|
|
101
|
+
export const MDMApiFp = function (configuration) {
|
|
102
|
+
const localVarAxiosParamCreator = MDMApiAxiosParamCreator(configuration);
|
|
103
|
+
return {
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @summary 获取供应商信息
|
|
107
|
+
* @param {*} [options] Override http request option.
|
|
108
|
+
* @throws {RequiredError}
|
|
109
|
+
*/
|
|
110
|
+
mdmVendors(options) {
|
|
111
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
112
|
+
var _a, _b, _c;
|
|
113
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.mdmVendors(options);
|
|
114
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
115
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['MDMApi.mdmVendors']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
116
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
117
|
+
});
|
|
118
|
+
},
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @summary 通过供应商id获取供应商银行信息
|
|
122
|
+
* @param {string} vendorId
|
|
123
|
+
* @param {*} [options] Override http request option.
|
|
124
|
+
* @throws {RequiredError}
|
|
125
|
+
*/
|
|
126
|
+
mdmVendors1(vendorId, options) {
|
|
127
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
128
|
+
var _a, _b, _c;
|
|
129
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.mdmVendors1(vendorId, options);
|
|
130
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
131
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['MDMApi.mdmVendors1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
132
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
133
|
+
});
|
|
134
|
+
},
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* MDMApi - factory interface
|
|
139
|
+
* @export
|
|
140
|
+
*/
|
|
141
|
+
export const MDMApiFactory = function (configuration, basePath, axios) {
|
|
142
|
+
const localVarFp = MDMApiFp(configuration);
|
|
143
|
+
return {
|
|
144
|
+
/**
|
|
145
|
+
*
|
|
146
|
+
* @summary 获取供应商信息
|
|
147
|
+
* @param {*} [options] Override http request option.
|
|
148
|
+
* @throws {RequiredError}
|
|
149
|
+
*/
|
|
150
|
+
mdmVendors(options) {
|
|
151
|
+
return localVarFp.mdmVendors(options).then((request) => request(axios, basePath));
|
|
152
|
+
},
|
|
153
|
+
/**
|
|
154
|
+
*
|
|
155
|
+
* @summary 通过供应商id获取供应商银行信息
|
|
156
|
+
* @param {MDMApiMdmVendors1Request} requestParameters Request parameters.
|
|
157
|
+
* @param {*} [options] Override http request option.
|
|
158
|
+
* @throws {RequiredError}
|
|
159
|
+
*/
|
|
160
|
+
mdmVendors1(requestParameters, options) {
|
|
161
|
+
return localVarFp.mdmVendors1(requestParameters.vendorId, options).then((request) => request(axios, basePath));
|
|
162
|
+
},
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
/**
|
|
166
|
+
* MDMApi - object-oriented interface
|
|
167
|
+
* @export
|
|
168
|
+
* @class MDMApi
|
|
169
|
+
* @extends {BaseAPI}
|
|
170
|
+
*/
|
|
171
|
+
export class MDMApi extends BaseAPI {
|
|
172
|
+
/**
|
|
173
|
+
*
|
|
174
|
+
* @summary 获取供应商信息
|
|
175
|
+
* @param {*} [options] Override http request option.
|
|
176
|
+
* @throws {RequiredError}
|
|
177
|
+
* @memberof MDMApi
|
|
178
|
+
*/
|
|
179
|
+
mdmVendors(options) {
|
|
180
|
+
return MDMApiFp(this.configuration).mdmVendors(options).then((request) => request(this.axios, this.basePath));
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @summary 通过供应商id获取供应商银行信息
|
|
185
|
+
* @param {MDMApiMdmVendors1Request} requestParameters Request parameters.
|
|
186
|
+
* @param {*} [options] Override http request option.
|
|
187
|
+
* @throws {RequiredError}
|
|
188
|
+
* @memberof MDMApi
|
|
189
|
+
*/
|
|
190
|
+
mdmVendors1(requestParameters, options) {
|
|
191
|
+
return MDMApiFp(this.configuration).mdmVendors1(requestParameters.vendorId, options).then((request) => request(this.axios, this.basePath));
|
|
192
|
+
}
|
|
193
|
+
}
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { JsonResultBoolean } from '../models';
|
|
16
|
+
import type { JsonResultInteger } from '../models';
|
|
17
|
+
import type { JsonResultPageDtoReimbursementBillListVo } from '../models';
|
|
18
|
+
import type { JsonResultReimbursementBillDetailsVo } from '../models';
|
|
19
|
+
import type { ReimbursementBillDraftDto } from '../models';
|
|
20
|
+
import type { ReimbursementBillSearchDto } from '../models';
|
|
21
|
+
import type { ReimbursementBillSubmitDto } from '../models';
|
|
22
|
+
/**
|
|
23
|
+
* ReimbursementBillApi - axios parameter creator
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
27
|
+
/**
|
|
28
|
+
* 删除报账单信息
|
|
29
|
+
* @summary 删除报账单
|
|
30
|
+
* @param {number} id
|
|
31
|
+
* @param {*} [options] Override http request option.
|
|
32
|
+
* @throws {RequiredError}
|
|
33
|
+
*/
|
|
34
|
+
reimbursementBillDelete: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
35
|
+
/**
|
|
36
|
+
* 获取指定ID的报账单详情
|
|
37
|
+
* @summary 获取报账单详情
|
|
38
|
+
* @param {number} id
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
reimbursementBillDetails: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
43
|
+
/**
|
|
44
|
+
* 保存或更新报账单草稿,允许部分字段为空
|
|
45
|
+
* @summary 编辑报账单草稿
|
|
46
|
+
* @param {ReimbursementBillDraftDto} reimbursementBillDraftDto
|
|
47
|
+
* @param {*} [options] Override http request option.
|
|
48
|
+
* @throws {RequiredError}
|
|
49
|
+
*/
|
|
50
|
+
reimbursementBillSaveDraft: (reimbursementBillDraftDto: ReimbursementBillDraftDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
/**
|
|
52
|
+
* 查询报账单列表
|
|
53
|
+
* @summary 查询报账单列表
|
|
54
|
+
* @param {ReimbursementBillSearchDto} dto
|
|
55
|
+
* @param {*} [options] Override http request option.
|
|
56
|
+
* @throws {RequiredError}
|
|
57
|
+
*/
|
|
58
|
+
reimbursementBillSelectList: (dto: ReimbursementBillSearchDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
|
+
/**
|
|
60
|
+
* 提交报账单
|
|
61
|
+
* @summary 提交报账单
|
|
62
|
+
* @param {ReimbursementBillSubmitDto} reimbursementBillSubmitDto
|
|
63
|
+
* @param {*} [options] Override http request option.
|
|
64
|
+
* @throws {RequiredError}
|
|
65
|
+
*/
|
|
66
|
+
reimbursementBillSubmit: (reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
67
|
+
/**
|
|
68
|
+
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
69
|
+
* @summary 撤回报账单
|
|
70
|
+
* @param {number} id
|
|
71
|
+
* @param {*} [options] Override http request option.
|
|
72
|
+
* @throws {RequiredError}
|
|
73
|
+
*/
|
|
74
|
+
reimbursementBillWithdraw: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* ReimbursementBillApi - functional programming interface
|
|
78
|
+
* @export
|
|
79
|
+
*/
|
|
80
|
+
export declare const ReimbursementBillApiFp: (configuration?: Configuration) => {
|
|
81
|
+
/**
|
|
82
|
+
* 删除报账单信息
|
|
83
|
+
* @summary 删除报账单
|
|
84
|
+
* @param {number} id
|
|
85
|
+
* @param {*} [options] Override http request option.
|
|
86
|
+
* @throws {RequiredError}
|
|
87
|
+
*/
|
|
88
|
+
reimbursementBillDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
89
|
+
/**
|
|
90
|
+
* 获取指定ID的报账单详情
|
|
91
|
+
* @summary 获取报账单详情
|
|
92
|
+
* @param {number} id
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
reimbursementBillDetails(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultReimbursementBillDetailsVo>>;
|
|
97
|
+
/**
|
|
98
|
+
* 保存或更新报账单草稿,允许部分字段为空
|
|
99
|
+
* @summary 编辑报账单草稿
|
|
100
|
+
* @param {ReimbursementBillDraftDto} reimbursementBillDraftDto
|
|
101
|
+
* @param {*} [options] Override http request option.
|
|
102
|
+
* @throws {RequiredError}
|
|
103
|
+
*/
|
|
104
|
+
reimbursementBillSaveDraft(reimbursementBillDraftDto: ReimbursementBillDraftDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>>;
|
|
105
|
+
/**
|
|
106
|
+
* 查询报账单列表
|
|
107
|
+
* @summary 查询报账单列表
|
|
108
|
+
* @param {ReimbursementBillSearchDto} dto
|
|
109
|
+
* @param {*} [options] Override http request option.
|
|
110
|
+
* @throws {RequiredError}
|
|
111
|
+
*/
|
|
112
|
+
reimbursementBillSelectList(dto: ReimbursementBillSearchDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
|
|
113
|
+
/**
|
|
114
|
+
* 提交报账单
|
|
115
|
+
* @summary 提交报账单
|
|
116
|
+
* @param {ReimbursementBillSubmitDto} reimbursementBillSubmitDto
|
|
117
|
+
* @param {*} [options] Override http request option.
|
|
118
|
+
* @throws {RequiredError}
|
|
119
|
+
*/
|
|
120
|
+
reimbursementBillSubmit(reimbursementBillSubmitDto: ReimbursementBillSubmitDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
121
|
+
/**
|
|
122
|
+
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
123
|
+
* @summary 撤回报账单
|
|
124
|
+
* @param {number} id
|
|
125
|
+
* @param {*} [options] Override http request option.
|
|
126
|
+
* @throws {RequiredError}
|
|
127
|
+
*/
|
|
128
|
+
reimbursementBillWithdraw(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* ReimbursementBillApi - factory interface
|
|
132
|
+
* @export
|
|
133
|
+
*/
|
|
134
|
+
export declare const ReimbursementBillApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
135
|
+
/**
|
|
136
|
+
* 删除报账单信息
|
|
137
|
+
* @summary 删除报账单
|
|
138
|
+
* @param {ReimbursementBillApiReimbursementBillDeleteRequest} requestParameters Request parameters.
|
|
139
|
+
* @param {*} [options] Override http request option.
|
|
140
|
+
* @throws {RequiredError}
|
|
141
|
+
*/
|
|
142
|
+
reimbursementBillDelete(requestParameters: ReimbursementBillApiReimbursementBillDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
143
|
+
/**
|
|
144
|
+
* 获取指定ID的报账单详情
|
|
145
|
+
* @summary 获取报账单详情
|
|
146
|
+
* @param {ReimbursementBillApiReimbursementBillDetailsRequest} requestParameters Request parameters.
|
|
147
|
+
* @param {*} [options] Override http request option.
|
|
148
|
+
* @throws {RequiredError}
|
|
149
|
+
*/
|
|
150
|
+
reimbursementBillDetails(requestParameters: ReimbursementBillApiReimbursementBillDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultReimbursementBillDetailsVo>;
|
|
151
|
+
/**
|
|
152
|
+
* 保存或更新报账单草稿,允许部分字段为空
|
|
153
|
+
* @summary 编辑报账单草稿
|
|
154
|
+
* @param {ReimbursementBillApiReimbursementBillSaveDraftRequest} requestParameters Request parameters.
|
|
155
|
+
* @param {*} [options] Override http request option.
|
|
156
|
+
* @throws {RequiredError}
|
|
157
|
+
*/
|
|
158
|
+
reimbursementBillSaveDraft(requestParameters: ReimbursementBillApiReimbursementBillSaveDraftRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger>;
|
|
159
|
+
/**
|
|
160
|
+
* 查询报账单列表
|
|
161
|
+
* @summary 查询报账单列表
|
|
162
|
+
* @param {ReimbursementBillApiReimbursementBillSelectListRequest} requestParameters Request parameters.
|
|
163
|
+
* @param {*} [options] Override http request option.
|
|
164
|
+
* @throws {RequiredError}
|
|
165
|
+
*/
|
|
166
|
+
reimbursementBillSelectList(requestParameters: ReimbursementBillApiReimbursementBillSelectListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoReimbursementBillListVo>;
|
|
167
|
+
/**
|
|
168
|
+
* 提交报账单
|
|
169
|
+
* @summary 提交报账单
|
|
170
|
+
* @param {ReimbursementBillApiReimbursementBillSubmitRequest} requestParameters Request parameters.
|
|
171
|
+
* @param {*} [options] Override http request option.
|
|
172
|
+
* @throws {RequiredError}
|
|
173
|
+
*/
|
|
174
|
+
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
175
|
+
/**
|
|
176
|
+
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
177
|
+
* @summary 撤回报账单
|
|
178
|
+
* @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
|
|
179
|
+
* @param {*} [options] Override http request option.
|
|
180
|
+
* @throws {RequiredError}
|
|
181
|
+
*/
|
|
182
|
+
reimbursementBillWithdraw(requestParameters: ReimbursementBillApiReimbursementBillWithdrawRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* Request parameters for reimbursementBillDelete operation in ReimbursementBillApi.
|
|
186
|
+
* @export
|
|
187
|
+
* @interface ReimbursementBillApiReimbursementBillDeleteRequest
|
|
188
|
+
*/
|
|
189
|
+
export interface ReimbursementBillApiReimbursementBillDeleteRequest {
|
|
190
|
+
/**
|
|
191
|
+
*
|
|
192
|
+
* @type {number}
|
|
193
|
+
* @memberof ReimbursementBillApiReimbursementBillDelete
|
|
194
|
+
*/
|
|
195
|
+
readonly id: number;
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Request parameters for reimbursementBillDetails operation in ReimbursementBillApi.
|
|
199
|
+
* @export
|
|
200
|
+
* @interface ReimbursementBillApiReimbursementBillDetailsRequest
|
|
201
|
+
*/
|
|
202
|
+
export interface ReimbursementBillApiReimbursementBillDetailsRequest {
|
|
203
|
+
/**
|
|
204
|
+
*
|
|
205
|
+
* @type {number}
|
|
206
|
+
* @memberof ReimbursementBillApiReimbursementBillDetails
|
|
207
|
+
*/
|
|
208
|
+
readonly id: number;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Request parameters for reimbursementBillSaveDraft operation in ReimbursementBillApi.
|
|
212
|
+
* @export
|
|
213
|
+
* @interface ReimbursementBillApiReimbursementBillSaveDraftRequest
|
|
214
|
+
*/
|
|
215
|
+
export interface ReimbursementBillApiReimbursementBillSaveDraftRequest {
|
|
216
|
+
/**
|
|
217
|
+
*
|
|
218
|
+
* @type {ReimbursementBillDraftDto}
|
|
219
|
+
* @memberof ReimbursementBillApiReimbursementBillSaveDraft
|
|
220
|
+
*/
|
|
221
|
+
readonly reimbursementBillDraftDto: ReimbursementBillDraftDto;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Request parameters for reimbursementBillSelectList operation in ReimbursementBillApi.
|
|
225
|
+
* @export
|
|
226
|
+
* @interface ReimbursementBillApiReimbursementBillSelectListRequest
|
|
227
|
+
*/
|
|
228
|
+
export interface ReimbursementBillApiReimbursementBillSelectListRequest {
|
|
229
|
+
/**
|
|
230
|
+
*
|
|
231
|
+
* @type {ReimbursementBillSearchDto}
|
|
232
|
+
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
233
|
+
*/
|
|
234
|
+
readonly dto: ReimbursementBillSearchDto;
|
|
235
|
+
}
|
|
236
|
+
/**
|
|
237
|
+
* Request parameters for reimbursementBillSubmit operation in ReimbursementBillApi.
|
|
238
|
+
* @export
|
|
239
|
+
* @interface ReimbursementBillApiReimbursementBillSubmitRequest
|
|
240
|
+
*/
|
|
241
|
+
export interface ReimbursementBillApiReimbursementBillSubmitRequest {
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* @type {ReimbursementBillSubmitDto}
|
|
245
|
+
* @memberof ReimbursementBillApiReimbursementBillSubmit
|
|
246
|
+
*/
|
|
247
|
+
readonly reimbursementBillSubmitDto: ReimbursementBillSubmitDto;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Request parameters for reimbursementBillWithdraw operation in ReimbursementBillApi.
|
|
251
|
+
* @export
|
|
252
|
+
* @interface ReimbursementBillApiReimbursementBillWithdrawRequest
|
|
253
|
+
*/
|
|
254
|
+
export interface ReimbursementBillApiReimbursementBillWithdrawRequest {
|
|
255
|
+
/**
|
|
256
|
+
*
|
|
257
|
+
* @type {number}
|
|
258
|
+
* @memberof ReimbursementBillApiReimbursementBillWithdraw
|
|
259
|
+
*/
|
|
260
|
+
readonly id: number;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* ReimbursementBillApi - object-oriented interface
|
|
264
|
+
* @export
|
|
265
|
+
* @class ReimbursementBillApi
|
|
266
|
+
* @extends {BaseAPI}
|
|
267
|
+
*/
|
|
268
|
+
export declare class ReimbursementBillApi extends BaseAPI {
|
|
269
|
+
/**
|
|
270
|
+
* 删除报账单信息
|
|
271
|
+
* @summary 删除报账单
|
|
272
|
+
* @param {ReimbursementBillApiReimbursementBillDeleteRequest} requestParameters Request parameters.
|
|
273
|
+
* @param {*} [options] Override http request option.
|
|
274
|
+
* @throws {RequiredError}
|
|
275
|
+
* @memberof ReimbursementBillApi
|
|
276
|
+
*/
|
|
277
|
+
reimbursementBillDelete(requestParameters: ReimbursementBillApiReimbursementBillDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
278
|
+
/**
|
|
279
|
+
* 获取指定ID的报账单详情
|
|
280
|
+
* @summary 获取报账单详情
|
|
281
|
+
* @param {ReimbursementBillApiReimbursementBillDetailsRequest} requestParameters Request parameters.
|
|
282
|
+
* @param {*} [options] Override http request option.
|
|
283
|
+
* @throws {RequiredError}
|
|
284
|
+
* @memberof ReimbursementBillApi
|
|
285
|
+
*/
|
|
286
|
+
reimbursementBillDetails(requestParameters: ReimbursementBillApiReimbursementBillDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultReimbursementBillDetailsVo, any, {}>>;
|
|
287
|
+
/**
|
|
288
|
+
* 保存或更新报账单草稿,允许部分字段为空
|
|
289
|
+
* @summary 编辑报账单草稿
|
|
290
|
+
* @param {ReimbursementBillApiReimbursementBillSaveDraftRequest} requestParameters Request parameters.
|
|
291
|
+
* @param {*} [options] Override http request option.
|
|
292
|
+
* @throws {RequiredError}
|
|
293
|
+
* @memberof ReimbursementBillApi
|
|
294
|
+
*/
|
|
295
|
+
reimbursementBillSaveDraft(requestParameters: ReimbursementBillApiReimbursementBillSaveDraftRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInteger, any, {}>>;
|
|
296
|
+
/**
|
|
297
|
+
* 查询报账单列表
|
|
298
|
+
* @summary 查询报账单列表
|
|
299
|
+
* @param {ReimbursementBillApiReimbursementBillSelectListRequest} requestParameters Request parameters.
|
|
300
|
+
* @param {*} [options] Override http request option.
|
|
301
|
+
* @throws {RequiredError}
|
|
302
|
+
* @memberof ReimbursementBillApi
|
|
303
|
+
*/
|
|
304
|
+
reimbursementBillSelectList(requestParameters: ReimbursementBillApiReimbursementBillSelectListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoReimbursementBillListVo, any, {}>>;
|
|
305
|
+
/**
|
|
306
|
+
* 提交报账单
|
|
307
|
+
* @summary 提交报账单
|
|
308
|
+
* @param {ReimbursementBillApiReimbursementBillSubmitRequest} requestParameters Request parameters.
|
|
309
|
+
* @param {*} [options] Override http request option.
|
|
310
|
+
* @throws {RequiredError}
|
|
311
|
+
* @memberof ReimbursementBillApi
|
|
312
|
+
*/
|
|
313
|
+
reimbursementBillSubmit(requestParameters: ReimbursementBillApiReimbursementBillSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
314
|
+
/**
|
|
315
|
+
* 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
|
|
316
|
+
* @summary 撤回报账单
|
|
317
|
+
* @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
|
|
318
|
+
* @param {*} [options] Override http request option.
|
|
319
|
+
* @throws {RequiredError}
|
|
320
|
+
* @memberof ReimbursementBillApi
|
|
321
|
+
*/
|
|
322
|
+
reimbursementBillWithdraw(requestParameters: ReimbursementBillApiReimbursementBillWithdrawRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
323
|
+
}
|