@gizone/rrs-client 4.2.9-alpha.643 → 4.2.9-alpha.657
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 +20 -0
- package/apis/device-api.ts +15 -15
- package/apis/hwork-api.ts +93 -0
- package/apis/maintenance-order-api.ts +359 -270
- package/apis/reimbursement-bill-api.ts +89 -0
- package/apis/web-hook-api.ts +364 -0
- package/dist/apis/device-api.d.ts +10 -10
- package/dist/apis/device-api.js +11 -11
- package/dist/apis/hwork-api.d.ts +48 -0
- package/dist/apis/hwork-api.js +70 -0
- package/dist/apis/maintenance-order-api.d.ts +235 -188
- package/dist/apis/maintenance-order-api.js +259 -190
- package/dist/apis/reimbursement-bill-api.d.ts +47 -0
- package/dist/apis/reimbursement-bill-api.js +69 -0
- package/dist/apis/web-hook-api.d.ts +212 -0
- package/dist/apis/web-hook-api.js +280 -0
- package/dist/esm/apis/device-api.d.ts +10 -10
- package/dist/esm/apis/device-api.js +11 -11
- package/dist/esm/apis/hwork-api.d.ts +48 -0
- package/dist/esm/apis/hwork-api.js +71 -1
- package/dist/esm/apis/maintenance-order-api.d.ts +235 -188
- package/dist/esm/apis/maintenance-order-api.js +259 -190
- package/dist/esm/apis/reimbursement-bill-api.d.ts +47 -0
- package/dist/esm/apis/reimbursement-bill-api.js +69 -0
- package/dist/esm/apis/web-hook-api.d.ts +212 -0
- package/dist/esm/apis/web-hook-api.js +280 -0
- package/dist/esm/models/budget-interaction-result-detail-dto.d.ts +48 -0
- package/dist/esm/models/budget-interaction-result-detail-dto.js +14 -0
- package/dist/esm/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
- package/dist/esm/models/czy-budget-interaction-result-webhook-dto.js +14 -0
- package/dist/esm/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
- package/dist/esm/models/czy-settlement-interaction-webhook-dto.js +14 -0
- package/dist/esm/models/czycover-file-url-webhook-dto.d.ts +84 -0
- package/dist/esm/models/czycover-file-url-webhook-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +0 -6
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +0 -6
- package/dist/esm/models/dept.d.ts +36 -0
- package/dist/esm/models/dept.js +14 -0
- package/dist/esm/models/hwork-notice-bpm-dto.d.ts +60 -0
- package/dist/esm/models/hwork-notice-bpm-dto.js +14 -0
- package/dist/esm/models/hwork-user-list-req-dto.d.ts +30 -0
- package/dist/esm/models/hwork-user-list-req-dto.js +14 -0
- package/dist/esm/models/hwork-user-list-result-vo.d.ts +44 -0
- package/dist/esm/models/hwork-user-list-result-vo.js +14 -0
- package/dist/esm/models/index.d.ts +20 -0
- package/dist/esm/models/index.js +20 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
- package/dist/esm/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
- package/dist/esm/models/json-result-hwork-user-list-result-vo.js +14 -0
- package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
- package/dist/esm/models/maintenance-order-process-record-list-vo.d.ts +61 -0
- package/dist/esm/models/maintenance-order-process-record-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-process-status-enum.d.ts +30 -0
- package/dist/esm/models/maintenance-order-process-status-enum.js +31 -0
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
- package/dist/esm/models/mdm-increment-vendors-vo.d.ts +12 -12
- package/dist/esm/models/payment-result-dto.d.ts +102 -0
- package/dist/esm/models/payment-result-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +22 -0
- package/dist/esm/models/reimbursement-bill-process-type-enum.js +23 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +7 -1
- package/dist/esm/models/reimbursement-create-result-dto.d.ts +48 -0
- package/dist/esm/models/reimbursement-create-result-dto.js +14 -0
- package/dist/esm/models/reimbursement-platform-status-dto.d.ts +169 -0
- package/dist/esm/models/reimbursement-platform-status-dto.js +14 -0
- package/dist/esm/models/reimbursement-reverse-status-dto.d.ts +60 -0
- package/dist/esm/models/reimbursement-reverse-status-dto.js +14 -0
- package/dist/esm/models/user.d.ts +36 -0
- package/dist/esm/models/user.js +14 -0
- package/dist/models/budget-interaction-result-detail-dto.d.ts +48 -0
- package/dist/models/budget-interaction-result-detail-dto.js +15 -0
- package/dist/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
- package/dist/models/czy-budget-interaction-result-webhook-dto.js +15 -0
- package/dist/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
- package/dist/models/czy-settlement-interaction-webhook-dto.js +15 -0
- package/dist/models/czycover-file-url-webhook-dto.d.ts +84 -0
- package/dist/models/czycover-file-url-webhook-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +0 -6
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +0 -6
- package/dist/models/dept.d.ts +36 -0
- package/dist/models/dept.js +15 -0
- package/dist/models/hwork-notice-bpm-dto.d.ts +60 -0
- package/dist/models/hwork-notice-bpm-dto.js +15 -0
- package/dist/models/hwork-user-list-req-dto.d.ts +30 -0
- package/dist/models/hwork-user-list-req-dto.js +15 -0
- package/dist/models/hwork-user-list-result-vo.d.ts +44 -0
- package/dist/models/hwork-user-list-result-vo.js +15 -0
- package/dist/models/index.d.ts +20 -0
- package/dist/models/index.js +20 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
- package/dist/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
- package/dist/models/json-result-hwork-user-list-result-vo.js +15 -0
- package/dist/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-maintenance-order-process-record-list-vo.js +15 -0
- package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.js +15 -0
- package/dist/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
- package/dist/models/maintenance-order-process-record-list-vo.d.ts +61 -0
- package/dist/models/maintenance-order-process-record-list-vo.js +15 -0
- package/dist/models/maintenance-order-process-status-enum.d.ts +30 -0
- package/dist/models/maintenance-order-process-status-enum.js +34 -0
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
- package/dist/models/mdm-increment-vendors-vo.d.ts +12 -12
- package/dist/models/payment-result-dto.d.ts +102 -0
- package/dist/models/payment-result-dto.js +15 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.js +15 -0
- package/dist/models/reimbursement-bill-process-type-enum.d.ts +22 -0
- package/dist/models/reimbursement-bill-process-type-enum.js +26 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +7 -1
- package/dist/models/reimbursement-create-result-dto.d.ts +48 -0
- package/dist/models/reimbursement-create-result-dto.js +15 -0
- package/dist/models/reimbursement-platform-status-dto.d.ts +169 -0
- package/dist/models/reimbursement-platform-status-dto.js +15 -0
- package/dist/models/reimbursement-reverse-status-dto.d.ts +60 -0
- package/dist/models/reimbursement-reverse-status-dto.js +15 -0
- package/dist/models/user.d.ts +36 -0
- package/dist/models/user.js +15 -0
- package/models/budget-interaction-result-detail-dto.ts +54 -0
- package/models/czy-budget-interaction-result-webhook-dto.ts +87 -0
- package/models/czy-settlement-interaction-webhook-dto.ts +69 -0
- package/models/czycover-file-url-webhook-dto.ts +90 -0
- package/models/dashboard-maintenance-order-statistics-by-park-vo.ts +0 -6
- package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +0 -6
- package/models/dept.ts +42 -0
- package/models/hwork-notice-bpm-dto.ts +66 -0
- package/models/hwork-user-list-req-dto.ts +36 -0
- package/models/hwork-user-list-result-vo.ts +54 -0
- package/models/index.ts +20 -0
- package/models/ipage-energy-cost-record-info-vo.ts +9 -9
- package/models/json-result-hwork-user-list-result-vo.ts +72 -0
- package/models/json-result-list-maintenance-order-process-record-list-vo.ts +72 -0
- package/models/json-result-list-reimbursement-bill-process-record-list-vo.ts +72 -0
- package/models/maintenance-order-approval-config-add-dto.ts +6 -0
- package/models/maintenance-order-process-record-list-vo.ts +71 -0
- package/models/maintenance-order-process-status-enum.ts +40 -0
- package/models/mdm-increment-vendor-bank-accounts-vo.ts +9 -9
- package/models/mdm-increment-vendors-vo.ts +12 -12
- package/models/payment-result-dto.ts +108 -0
- package/models/reimbursement-bill-draft-dto.ts +6 -0
- package/models/reimbursement-bill-process-record-list-vo.ts +65 -0
- package/models/reimbursement-bill-process-type-enum.ts +32 -0
- package/models/reimbursement-bill-submit-dto.ts +7 -1
- package/models/reimbursement-create-result-dto.ts +54 -0
- package/models/reimbursement-platform-status-dto.ts +177 -0
- package/models/reimbursement-reverse-status-dto.ts +66 -0
- package/models/user.ts +42 -0
- package/ossutil.log +1182 -1179
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@ import type { JsonResultListCzyOrganizationCostVo } from '../models';
|
|
|
21
21
|
import type { JsonResultListMdmIncrementVendorBankAccountsVo } from '../models';
|
|
22
22
|
import type { JsonResultListMdmIncrementVendorsVo } from '../models';
|
|
23
23
|
import type { JsonResultListReimbursementBillPayerVo } from '../models';
|
|
24
|
+
import type { JsonResultListReimbursementBillProcessRecordListVo } from '../models';
|
|
24
25
|
import type { JsonResultPageDtoReimbursementBillListVo } from '../models';
|
|
25
26
|
import type { JsonResultReimbursementBillDetailsVo } from '../models';
|
|
26
27
|
import type { ReimbursementBillDraftDto } from '../models';
|
|
@@ -47,6 +48,14 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
|
|
|
47
48
|
* @throws {RequiredError}
|
|
48
49
|
*/
|
|
49
50
|
reimbursementBillDetails: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @summary 查询报账单流转列表
|
|
54
|
+
* @param {number} id
|
|
55
|
+
* @param {*} [options] Override http request option.
|
|
56
|
+
* @throws {RequiredError}
|
|
57
|
+
*/
|
|
58
|
+
reimbursementBillProcessRecordList: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50
59
|
/**
|
|
51
60
|
* 保存或更新报账单草稿,允许部分字段为空
|
|
52
61
|
* @summary 编辑报账单草稿
|
|
@@ -149,6 +158,14 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
149
158
|
* @throws {RequiredError}
|
|
150
159
|
*/
|
|
151
160
|
reimbursementBillDetails(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultReimbursementBillDetailsVo>>;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @summary 查询报账单流转列表
|
|
164
|
+
* @param {number} id
|
|
165
|
+
* @param {*} [options] Override http request option.
|
|
166
|
+
* @throws {RequiredError}
|
|
167
|
+
*/
|
|
168
|
+
reimbursementBillProcessRecordList(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListReimbursementBillProcessRecordListVo>>;
|
|
152
169
|
/**
|
|
153
170
|
* 保存或更新报账单草稿,允许部分字段为空
|
|
154
171
|
* @summary 编辑报账单草稿
|
|
@@ -251,6 +268,14 @@ export declare const ReimbursementBillApiFactory: (configuration?: Configuration
|
|
|
251
268
|
* @throws {RequiredError}
|
|
252
269
|
*/
|
|
253
270
|
reimbursementBillDetails(requestParameters: ReimbursementBillApiReimbursementBillDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultReimbursementBillDetailsVo>;
|
|
271
|
+
/**
|
|
272
|
+
*
|
|
273
|
+
* @summary 查询报账单流转列表
|
|
274
|
+
* @param {ReimbursementBillApiReimbursementBillProcessRecordListRequest} requestParameters Request parameters.
|
|
275
|
+
* @param {*} [options] Override http request option.
|
|
276
|
+
* @throws {RequiredError}
|
|
277
|
+
*/
|
|
278
|
+
reimbursementBillProcessRecordList(requestParameters: ReimbursementBillApiReimbursementBillProcessRecordListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListReimbursementBillProcessRecordListVo>;
|
|
254
279
|
/**
|
|
255
280
|
* 保存或更新报账单草稿,允许部分字段为空
|
|
256
281
|
* @summary 编辑报账单草稿
|
|
@@ -356,6 +381,19 @@ export interface ReimbursementBillApiReimbursementBillDetailsRequest {
|
|
|
356
381
|
*/
|
|
357
382
|
readonly id: number;
|
|
358
383
|
}
|
|
384
|
+
/**
|
|
385
|
+
* Request parameters for reimbursementBillProcessRecordList operation in ReimbursementBillApi.
|
|
386
|
+
* @export
|
|
387
|
+
* @interface ReimbursementBillApiReimbursementBillProcessRecordListRequest
|
|
388
|
+
*/
|
|
389
|
+
export interface ReimbursementBillApiReimbursementBillProcessRecordListRequest {
|
|
390
|
+
/**
|
|
391
|
+
*
|
|
392
|
+
* @type {number}
|
|
393
|
+
* @memberof ReimbursementBillApiReimbursementBillProcessRecordList
|
|
394
|
+
*/
|
|
395
|
+
readonly id: number;
|
|
396
|
+
}
|
|
359
397
|
/**
|
|
360
398
|
* Request parameters for reimbursementBillSaveDraft operation in ReimbursementBillApi.
|
|
361
399
|
* @export
|
|
@@ -497,6 +535,15 @@ export declare class ReimbursementBillApi extends BaseAPI {
|
|
|
497
535
|
* @memberof ReimbursementBillApi
|
|
498
536
|
*/
|
|
499
537
|
reimbursementBillDetails(requestParameters: ReimbursementBillApiReimbursementBillDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultReimbursementBillDetailsVo, any, {}>>;
|
|
538
|
+
/**
|
|
539
|
+
*
|
|
540
|
+
* @summary 查询报账单流转列表
|
|
541
|
+
* @param {ReimbursementBillApiReimbursementBillProcessRecordListRequest} requestParameters Request parameters.
|
|
542
|
+
* @param {*} [options] Override http request option.
|
|
543
|
+
* @throws {RequiredError}
|
|
544
|
+
* @memberof ReimbursementBillApi
|
|
545
|
+
*/
|
|
546
|
+
reimbursementBillProcessRecordList(requestParameters: ReimbursementBillApiReimbursementBillProcessRecordListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListReimbursementBillProcessRecordListVo, any, {}>>;
|
|
500
547
|
/**
|
|
501
548
|
* 保存或更新报账单草稿,允许部分字段为空
|
|
502
549
|
* @summary 编辑报账单草稿
|
|
@@ -99,6 +99,38 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
99
99
|
options: localVarRequestOptions,
|
|
100
100
|
};
|
|
101
101
|
}),
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @summary 查询报账单流转列表
|
|
105
|
+
* @param {number} id
|
|
106
|
+
* @param {*} [options] Override http request option.
|
|
107
|
+
* @throws {RequiredError}
|
|
108
|
+
*/
|
|
109
|
+
reimbursementBillProcessRecordList: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
110
|
+
// verify required parameter 'id' is not null or undefined
|
|
111
|
+
(0, common_1.assertParamExists)('reimbursementBillProcessRecordList', 'id', id);
|
|
112
|
+
const localVarPath = `/gizone/reimbursement-bill/{id}/processRecord`
|
|
113
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
114
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
115
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
116
|
+
let baseOptions;
|
|
117
|
+
if (configuration) {
|
|
118
|
+
baseOptions = configuration.baseOptions;
|
|
119
|
+
}
|
|
120
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
121
|
+
const localVarHeaderParameter = {};
|
|
122
|
+
const localVarQueryParameter = {};
|
|
123
|
+
// authentication tokenScheme required
|
|
124
|
+
// http bearer authentication required
|
|
125
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
126
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
127
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
128
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
129
|
+
return {
|
|
130
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
131
|
+
options: localVarRequestOptions,
|
|
132
|
+
};
|
|
133
|
+
}),
|
|
102
134
|
/**
|
|
103
135
|
* 保存或更新报账单草稿,允许部分字段为空
|
|
104
136
|
* @summary 编辑报账单草稿
|
|
@@ -474,6 +506,22 @@ const ReimbursementBillApiFp = function (configuration) {
|
|
|
474
506
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
475
507
|
});
|
|
476
508
|
},
|
|
509
|
+
/**
|
|
510
|
+
*
|
|
511
|
+
* @summary 查询报账单流转列表
|
|
512
|
+
* @param {number} id
|
|
513
|
+
* @param {*} [options] Override http request option.
|
|
514
|
+
* @throws {RequiredError}
|
|
515
|
+
*/
|
|
516
|
+
reimbursementBillProcessRecordList(id, options) {
|
|
517
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
518
|
+
var _a, _b, _c;
|
|
519
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.reimbursementBillProcessRecordList(id, options);
|
|
520
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
521
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.reimbursementBillProcessRecordList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
522
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
523
|
+
});
|
|
524
|
+
},
|
|
477
525
|
/**
|
|
478
526
|
* 保存或更新报账单草稿,允许部分字段为空
|
|
479
527
|
* @summary 编辑报账单草稿
|
|
@@ -664,6 +712,16 @@ const ReimbursementBillApiFactory = function (configuration, basePath, axios) {
|
|
|
664
712
|
reimbursementBillDetails(requestParameters, options) {
|
|
665
713
|
return localVarFp.reimbursementBillDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
666
714
|
},
|
|
715
|
+
/**
|
|
716
|
+
*
|
|
717
|
+
* @summary 查询报账单流转列表
|
|
718
|
+
* @param {ReimbursementBillApiReimbursementBillProcessRecordListRequest} requestParameters Request parameters.
|
|
719
|
+
* @param {*} [options] Override http request option.
|
|
720
|
+
* @throws {RequiredError}
|
|
721
|
+
*/
|
|
722
|
+
reimbursementBillProcessRecordList(requestParameters, options) {
|
|
723
|
+
return localVarFp.reimbursementBillProcessRecordList(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
724
|
+
},
|
|
667
725
|
/**
|
|
668
726
|
* 保存或更新报账单草稿,允许部分字段为空
|
|
669
727
|
* @summary 编辑报账单草稿
|
|
@@ -794,6 +852,17 @@ class ReimbursementBillApi extends base_1.BaseAPI {
|
|
|
794
852
|
reimbursementBillDetails(requestParameters, options) {
|
|
795
853
|
return (0, exports.ReimbursementBillApiFp)(this.configuration).reimbursementBillDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
796
854
|
}
|
|
855
|
+
/**
|
|
856
|
+
*
|
|
857
|
+
* @summary 查询报账单流转列表
|
|
858
|
+
* @param {ReimbursementBillApiReimbursementBillProcessRecordListRequest} requestParameters Request parameters.
|
|
859
|
+
* @param {*} [options] Override http request option.
|
|
860
|
+
* @throws {RequiredError}
|
|
861
|
+
* @memberof ReimbursementBillApi
|
|
862
|
+
*/
|
|
863
|
+
reimbursementBillProcessRecordList(requestParameters, options) {
|
|
864
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).reimbursementBillProcessRecordList(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
865
|
+
}
|
|
797
866
|
/**
|
|
798
867
|
* 保存或更新报账单草稿,允许部分字段为空
|
|
799
868
|
* @summary 编辑报账单草稿
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { CZYCoverFileUrlWebhookDTO } from '../models';
|
|
16
|
+
import type { CzyBudgetInteractionResultWebhookDTO } from '../models';
|
|
17
|
+
import type { CzySettlementInteractionWebhookDTO } from '../models';
|
|
18
|
+
import type { HWorkNoticeBpmDto } from '../models';
|
|
15
19
|
import type { InsuranceNoticeVo } from '../models';
|
|
16
20
|
import type { InsuranceWorkOrderVo } from '../models';
|
|
17
21
|
import type { JsonResultVoid } from '../models';
|
|
@@ -21,6 +25,38 @@ import type { SrmParkContractChangeVo } from '../models';
|
|
|
21
25
|
* @export
|
|
22
26
|
*/
|
|
23
27
|
export declare const WebHookApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @summary S6报账单封皮返回
|
|
31
|
+
* @param {CZYCoverFileUrlWebhookDTO} cZYCoverFileUrlWebhookDTO
|
|
32
|
+
* @param {*} [options] Override http request option.
|
|
33
|
+
* @throws {RequiredError}
|
|
34
|
+
*/
|
|
35
|
+
billCover: (cZYCoverFileUrlWebhookDTO: CZYCoverFileUrlWebhookDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @summary S5结算账单及报账付款状态返回
|
|
39
|
+
* @param {CzySettlementInteractionWebhookDTO} czySettlementInteractionWebhookDTO
|
|
40
|
+
* @param {*} [options] Override http request option.
|
|
41
|
+
* @throws {RequiredError}
|
|
42
|
+
*/
|
|
43
|
+
billStatus: (czySettlementInteractionWebhookDTO: CzySettlementInteractionWebhookDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @summary S1预算申请及预算释放状态返回
|
|
47
|
+
* @param {CzyBudgetInteractionResultWebhookDTO} czyBudgetInteractionResultWebhookDTO
|
|
48
|
+
* @param {*} [options] Override http request option.
|
|
49
|
+
* @throws {RequiredError}
|
|
50
|
+
*/
|
|
51
|
+
budgetOccupation: (czyBudgetInteractionResultWebhookDTO: CzyBudgetInteractionResultWebhookDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @summary 消息通知回调
|
|
55
|
+
* @param {HWorkNoticeBpmDto} hWorkNoticeBpmDto
|
|
56
|
+
* @param {*} [options] Override http request option.
|
|
57
|
+
* @throws {RequiredError}
|
|
58
|
+
*/
|
|
59
|
+
noticeBpmResult: (hWorkNoticeBpmDto: HWorkNoticeBpmDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
24
60
|
/**
|
|
25
61
|
*
|
|
26
62
|
* @summary 接收SRM园区合同变更通知
|
|
@@ -51,6 +87,46 @@ export declare const WebHookApiAxiosParamCreator: (configuration?: Configuration
|
|
|
51
87
|
* @export
|
|
52
88
|
*/
|
|
53
89
|
export declare const WebHookApiFp: (configuration?: Configuration) => {
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @summary S6报账单封皮返回
|
|
93
|
+
* @param {CZYCoverFileUrlWebhookDTO} cZYCoverFileUrlWebhookDTO
|
|
94
|
+
* @param {*} [options] Override http request option.
|
|
95
|
+
* @throws {RequiredError}
|
|
96
|
+
*/
|
|
97
|
+
billCover(cZYCoverFileUrlWebhookDTO: CZYCoverFileUrlWebhookDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
98
|
+
[key: string]: object;
|
|
99
|
+
}>>;
|
|
100
|
+
/**
|
|
101
|
+
*
|
|
102
|
+
* @summary S5结算账单及报账付款状态返回
|
|
103
|
+
* @param {CzySettlementInteractionWebhookDTO} czySettlementInteractionWebhookDTO
|
|
104
|
+
* @param {*} [options] Override http request option.
|
|
105
|
+
* @throws {RequiredError}
|
|
106
|
+
*/
|
|
107
|
+
billStatus(czySettlementInteractionWebhookDTO: CzySettlementInteractionWebhookDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
108
|
+
[key: string]: object;
|
|
109
|
+
}>>;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @summary S1预算申请及预算释放状态返回
|
|
113
|
+
* @param {CzyBudgetInteractionResultWebhookDTO} czyBudgetInteractionResultWebhookDTO
|
|
114
|
+
* @param {*} [options] Override http request option.
|
|
115
|
+
* @throws {RequiredError}
|
|
116
|
+
*/
|
|
117
|
+
budgetOccupation(czyBudgetInteractionResultWebhookDTO: CzyBudgetInteractionResultWebhookDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
118
|
+
[key: string]: object;
|
|
119
|
+
}>>;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @summary 消息通知回调
|
|
123
|
+
* @param {HWorkNoticeBpmDto} hWorkNoticeBpmDto
|
|
124
|
+
* @param {*} [options] Override http request option.
|
|
125
|
+
* @throws {RequiredError}
|
|
126
|
+
*/
|
|
127
|
+
noticeBpmResult(hWorkNoticeBpmDto: HWorkNoticeBpmDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
128
|
+
[key: string]: object;
|
|
129
|
+
}>>;
|
|
54
130
|
/**
|
|
55
131
|
*
|
|
56
132
|
* @summary 接收SRM园区合同变更通知
|
|
@@ -81,6 +157,46 @@ export declare const WebHookApiFp: (configuration?: Configuration) => {
|
|
|
81
157
|
* @export
|
|
82
158
|
*/
|
|
83
159
|
export declare const WebHookApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
160
|
+
/**
|
|
161
|
+
*
|
|
162
|
+
* @summary S6报账单封皮返回
|
|
163
|
+
* @param {WebHookApiBillCoverRequest} requestParameters Request parameters.
|
|
164
|
+
* @param {*} [options] Override http request option.
|
|
165
|
+
* @throws {RequiredError}
|
|
166
|
+
*/
|
|
167
|
+
billCover(requestParameters: WebHookApiBillCoverRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
168
|
+
[key: string]: object;
|
|
169
|
+
}>;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @summary S5结算账单及报账付款状态返回
|
|
173
|
+
* @param {WebHookApiBillStatusRequest} requestParameters Request parameters.
|
|
174
|
+
* @param {*} [options] Override http request option.
|
|
175
|
+
* @throws {RequiredError}
|
|
176
|
+
*/
|
|
177
|
+
billStatus(requestParameters: WebHookApiBillStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
178
|
+
[key: string]: object;
|
|
179
|
+
}>;
|
|
180
|
+
/**
|
|
181
|
+
*
|
|
182
|
+
* @summary S1预算申请及预算释放状态返回
|
|
183
|
+
* @param {WebHookApiBudgetOccupationRequest} requestParameters Request parameters.
|
|
184
|
+
* @param {*} [options] Override http request option.
|
|
185
|
+
* @throws {RequiredError}
|
|
186
|
+
*/
|
|
187
|
+
budgetOccupation(requestParameters: WebHookApiBudgetOccupationRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
188
|
+
[key: string]: object;
|
|
189
|
+
}>;
|
|
190
|
+
/**
|
|
191
|
+
*
|
|
192
|
+
* @summary 消息通知回调
|
|
193
|
+
* @param {WebHookApiNoticeBpmResultRequest} requestParameters Request parameters.
|
|
194
|
+
* @param {*} [options] Override http request option.
|
|
195
|
+
* @throws {RequiredError}
|
|
196
|
+
*/
|
|
197
|
+
noticeBpmResult(requestParameters: WebHookApiNoticeBpmResultRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
198
|
+
[key: string]: object;
|
|
199
|
+
}>;
|
|
84
200
|
/**
|
|
85
201
|
*
|
|
86
202
|
* @summary 接收SRM园区合同变更通知
|
|
@@ -106,6 +222,58 @@ export declare const WebHookApiFactory: (configuration?: Configuration, basePath
|
|
|
106
222
|
*/
|
|
107
223
|
webhookInsuranceWorkOrder(requestParameters: WebHookApiWebhookInsuranceWorkOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
108
224
|
};
|
|
225
|
+
/**
|
|
226
|
+
* Request parameters for billCover operation in WebHookApi.
|
|
227
|
+
* @export
|
|
228
|
+
* @interface WebHookApiBillCoverRequest
|
|
229
|
+
*/
|
|
230
|
+
export interface WebHookApiBillCoverRequest {
|
|
231
|
+
/**
|
|
232
|
+
*
|
|
233
|
+
* @type {CZYCoverFileUrlWebhookDTO}
|
|
234
|
+
* @memberof WebHookApiBillCover
|
|
235
|
+
*/
|
|
236
|
+
readonly cZYCoverFileUrlWebhookDTO: CZYCoverFileUrlWebhookDTO;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Request parameters for billStatus operation in WebHookApi.
|
|
240
|
+
* @export
|
|
241
|
+
* @interface WebHookApiBillStatusRequest
|
|
242
|
+
*/
|
|
243
|
+
export interface WebHookApiBillStatusRequest {
|
|
244
|
+
/**
|
|
245
|
+
*
|
|
246
|
+
* @type {CzySettlementInteractionWebhookDTO}
|
|
247
|
+
* @memberof WebHookApiBillStatus
|
|
248
|
+
*/
|
|
249
|
+
readonly czySettlementInteractionWebhookDTO: CzySettlementInteractionWebhookDTO;
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Request parameters for budgetOccupation operation in WebHookApi.
|
|
253
|
+
* @export
|
|
254
|
+
* @interface WebHookApiBudgetOccupationRequest
|
|
255
|
+
*/
|
|
256
|
+
export interface WebHookApiBudgetOccupationRequest {
|
|
257
|
+
/**
|
|
258
|
+
*
|
|
259
|
+
* @type {CzyBudgetInteractionResultWebhookDTO}
|
|
260
|
+
* @memberof WebHookApiBudgetOccupation
|
|
261
|
+
*/
|
|
262
|
+
readonly czyBudgetInteractionResultWebhookDTO: CzyBudgetInteractionResultWebhookDTO;
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* Request parameters for noticeBpmResult operation in WebHookApi.
|
|
266
|
+
* @export
|
|
267
|
+
* @interface WebHookApiNoticeBpmResultRequest
|
|
268
|
+
*/
|
|
269
|
+
export interface WebHookApiNoticeBpmResultRequest {
|
|
270
|
+
/**
|
|
271
|
+
*
|
|
272
|
+
* @type {HWorkNoticeBpmDto}
|
|
273
|
+
* @memberof WebHookApiNoticeBpmResult
|
|
274
|
+
*/
|
|
275
|
+
readonly hWorkNoticeBpmDto: HWorkNoticeBpmDto;
|
|
276
|
+
}
|
|
109
277
|
/**
|
|
110
278
|
* Request parameters for srmParkContractChange operation in WebHookApi.
|
|
111
279
|
* @export
|
|
@@ -152,6 +320,50 @@ export interface WebHookApiWebhookInsuranceWorkOrderRequest {
|
|
|
152
320
|
* @extends {BaseAPI}
|
|
153
321
|
*/
|
|
154
322
|
export declare class WebHookApi extends BaseAPI {
|
|
323
|
+
/**
|
|
324
|
+
*
|
|
325
|
+
* @summary S6报账单封皮返回
|
|
326
|
+
* @param {WebHookApiBillCoverRequest} requestParameters Request parameters.
|
|
327
|
+
* @param {*} [options] Override http request option.
|
|
328
|
+
* @throws {RequiredError}
|
|
329
|
+
* @memberof WebHookApi
|
|
330
|
+
*/
|
|
331
|
+
billCover(requestParameters: WebHookApiBillCoverRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
332
|
+
[key: string]: object;
|
|
333
|
+
}, any, {}>>;
|
|
334
|
+
/**
|
|
335
|
+
*
|
|
336
|
+
* @summary S5结算账单及报账付款状态返回
|
|
337
|
+
* @param {WebHookApiBillStatusRequest} requestParameters Request parameters.
|
|
338
|
+
* @param {*} [options] Override http request option.
|
|
339
|
+
* @throws {RequiredError}
|
|
340
|
+
* @memberof WebHookApi
|
|
341
|
+
*/
|
|
342
|
+
billStatus(requestParameters: WebHookApiBillStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
343
|
+
[key: string]: object;
|
|
344
|
+
}, any, {}>>;
|
|
345
|
+
/**
|
|
346
|
+
*
|
|
347
|
+
* @summary S1预算申请及预算释放状态返回
|
|
348
|
+
* @param {WebHookApiBudgetOccupationRequest} requestParameters Request parameters.
|
|
349
|
+
* @param {*} [options] Override http request option.
|
|
350
|
+
* @throws {RequiredError}
|
|
351
|
+
* @memberof WebHookApi
|
|
352
|
+
*/
|
|
353
|
+
budgetOccupation(requestParameters: WebHookApiBudgetOccupationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
354
|
+
[key: string]: object;
|
|
355
|
+
}, any, {}>>;
|
|
356
|
+
/**
|
|
357
|
+
*
|
|
358
|
+
* @summary 消息通知回调
|
|
359
|
+
* @param {WebHookApiNoticeBpmResultRequest} requestParameters Request parameters.
|
|
360
|
+
* @param {*} [options] Override http request option.
|
|
361
|
+
* @throws {RequiredError}
|
|
362
|
+
* @memberof WebHookApi
|
|
363
|
+
*/
|
|
364
|
+
noticeBpmResult(requestParameters: WebHookApiNoticeBpmResultRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
365
|
+
[key: string]: object;
|
|
366
|
+
}, any, {}>>;
|
|
155
367
|
/**
|
|
156
368
|
*
|
|
157
369
|
* @summary 接收SRM园区合同变更通知
|