@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
|
@@ -32,6 +32,138 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
|
32
32
|
*/
|
|
33
33
|
export const WebHookApiAxiosParamCreator = function (configuration) {
|
|
34
34
|
return {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary S6报账单封皮返回
|
|
38
|
+
* @param {CZYCoverFileUrlWebhookDTO} cZYCoverFileUrlWebhookDTO
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
billCover: (cZYCoverFileUrlWebhookDTO_1, ...args_1) => __awaiter(this, [cZYCoverFileUrlWebhookDTO_1, ...args_1], void 0, function* (cZYCoverFileUrlWebhookDTO, options = {}) {
|
|
43
|
+
// verify required parameter 'cZYCoverFileUrlWebhookDTO' is not null or undefined
|
|
44
|
+
assertParamExists('billCover', 'cZYCoverFileUrlWebhookDTO', cZYCoverFileUrlWebhookDTO);
|
|
45
|
+
const localVarPath = `/webhook/czy/bill/cover`;
|
|
46
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
|
+
let baseOptions;
|
|
49
|
+
if (configuration) {
|
|
50
|
+
baseOptions = configuration.baseOptions;
|
|
51
|
+
}
|
|
52
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
53
|
+
const localVarHeaderParameter = {};
|
|
54
|
+
const localVarQueryParameter = {};
|
|
55
|
+
// authentication tokenScheme required
|
|
56
|
+
// http bearer authentication required
|
|
57
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
58
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
59
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
61
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
62
|
+
localVarRequestOptions.data = serializeDataIfNeeded(cZYCoverFileUrlWebhookDTO, localVarRequestOptions, configuration);
|
|
63
|
+
return {
|
|
64
|
+
url: toPathString(localVarUrlObj),
|
|
65
|
+
options: localVarRequestOptions,
|
|
66
|
+
};
|
|
67
|
+
}),
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @summary S5结算账单及报账付款状态返回
|
|
71
|
+
* @param {CzySettlementInteractionWebhookDTO} czySettlementInteractionWebhookDTO
|
|
72
|
+
* @param {*} [options] Override http request option.
|
|
73
|
+
* @throws {RequiredError}
|
|
74
|
+
*/
|
|
75
|
+
billStatus: (czySettlementInteractionWebhookDTO_1, ...args_1) => __awaiter(this, [czySettlementInteractionWebhookDTO_1, ...args_1], void 0, function* (czySettlementInteractionWebhookDTO, options = {}) {
|
|
76
|
+
// verify required parameter 'czySettlementInteractionWebhookDTO' is not null or undefined
|
|
77
|
+
assertParamExists('billStatus', 'czySettlementInteractionWebhookDTO', czySettlementInteractionWebhookDTO);
|
|
78
|
+
const localVarPath = `/webhook/czy/bill/status`;
|
|
79
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
81
|
+
let baseOptions;
|
|
82
|
+
if (configuration) {
|
|
83
|
+
baseOptions = configuration.baseOptions;
|
|
84
|
+
}
|
|
85
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
86
|
+
const localVarHeaderParameter = {};
|
|
87
|
+
const localVarQueryParameter = {};
|
|
88
|
+
// authentication tokenScheme required
|
|
89
|
+
// http bearer authentication required
|
|
90
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
91
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
92
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
93
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
94
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
95
|
+
localVarRequestOptions.data = serializeDataIfNeeded(czySettlementInteractionWebhookDTO, localVarRequestOptions, configuration);
|
|
96
|
+
return {
|
|
97
|
+
url: toPathString(localVarUrlObj),
|
|
98
|
+
options: localVarRequestOptions,
|
|
99
|
+
};
|
|
100
|
+
}),
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @summary S1预算申请及预算释放状态返回
|
|
104
|
+
* @param {CzyBudgetInteractionResultWebhookDTO} czyBudgetInteractionResultWebhookDTO
|
|
105
|
+
* @param {*} [options] Override http request option.
|
|
106
|
+
* @throws {RequiredError}
|
|
107
|
+
*/
|
|
108
|
+
budgetOccupation: (czyBudgetInteractionResultWebhookDTO_1, ...args_1) => __awaiter(this, [czyBudgetInteractionResultWebhookDTO_1, ...args_1], void 0, function* (czyBudgetInteractionResultWebhookDTO, options = {}) {
|
|
109
|
+
// verify required parameter 'czyBudgetInteractionResultWebhookDTO' is not null or undefined
|
|
110
|
+
assertParamExists('budgetOccupation', 'czyBudgetInteractionResultWebhookDTO', czyBudgetInteractionResultWebhookDTO);
|
|
111
|
+
const localVarPath = `/webhook/czy/budget/occupation`;
|
|
112
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
113
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
114
|
+
let baseOptions;
|
|
115
|
+
if (configuration) {
|
|
116
|
+
baseOptions = configuration.baseOptions;
|
|
117
|
+
}
|
|
118
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
119
|
+
const localVarHeaderParameter = {};
|
|
120
|
+
const localVarQueryParameter = {};
|
|
121
|
+
// authentication tokenScheme required
|
|
122
|
+
// http bearer authentication required
|
|
123
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
124
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
125
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
126
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
127
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
128
|
+
localVarRequestOptions.data = serializeDataIfNeeded(czyBudgetInteractionResultWebhookDTO, localVarRequestOptions, configuration);
|
|
129
|
+
return {
|
|
130
|
+
url: toPathString(localVarUrlObj),
|
|
131
|
+
options: localVarRequestOptions,
|
|
132
|
+
};
|
|
133
|
+
}),
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @summary 消息通知回调
|
|
137
|
+
* @param {HWorkNoticeBpmDto} hWorkNoticeBpmDto
|
|
138
|
+
* @param {*} [options] Override http request option.
|
|
139
|
+
* @throws {RequiredError}
|
|
140
|
+
*/
|
|
141
|
+
noticeBpmResult: (hWorkNoticeBpmDto_1, ...args_1) => __awaiter(this, [hWorkNoticeBpmDto_1, ...args_1], void 0, function* (hWorkNoticeBpmDto, options = {}) {
|
|
142
|
+
// verify required parameter 'hWorkNoticeBpmDto' is not null or undefined
|
|
143
|
+
assertParamExists('noticeBpmResult', 'hWorkNoticeBpmDto', hWorkNoticeBpmDto);
|
|
144
|
+
const localVarPath = `/webhook/h-work/api/bpm/noticeBpmResult`;
|
|
145
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
146
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
147
|
+
let baseOptions;
|
|
148
|
+
if (configuration) {
|
|
149
|
+
baseOptions = configuration.baseOptions;
|
|
150
|
+
}
|
|
151
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
152
|
+
const localVarHeaderParameter = {};
|
|
153
|
+
const localVarQueryParameter = {};
|
|
154
|
+
// authentication tokenScheme required
|
|
155
|
+
// http bearer authentication required
|
|
156
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
157
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
158
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
159
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
160
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
161
|
+
localVarRequestOptions.data = serializeDataIfNeeded(hWorkNoticeBpmDto, localVarRequestOptions, configuration);
|
|
162
|
+
return {
|
|
163
|
+
url: toPathString(localVarUrlObj),
|
|
164
|
+
options: localVarRequestOptions,
|
|
165
|
+
};
|
|
166
|
+
}),
|
|
35
167
|
/**
|
|
36
168
|
*
|
|
37
169
|
* @summary 接收SRM园区合同变更通知
|
|
@@ -140,6 +272,70 @@ export const WebHookApiAxiosParamCreator = function (configuration) {
|
|
|
140
272
|
export const WebHookApiFp = function (configuration) {
|
|
141
273
|
const localVarAxiosParamCreator = WebHookApiAxiosParamCreator(configuration);
|
|
142
274
|
return {
|
|
275
|
+
/**
|
|
276
|
+
*
|
|
277
|
+
* @summary S6报账单封皮返回
|
|
278
|
+
* @param {CZYCoverFileUrlWebhookDTO} cZYCoverFileUrlWebhookDTO
|
|
279
|
+
* @param {*} [options] Override http request option.
|
|
280
|
+
* @throws {RequiredError}
|
|
281
|
+
*/
|
|
282
|
+
billCover(cZYCoverFileUrlWebhookDTO, options) {
|
|
283
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
284
|
+
var _a, _b, _c;
|
|
285
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.billCover(cZYCoverFileUrlWebhookDTO, options);
|
|
286
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
287
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WebHookApi.billCover']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
288
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
289
|
+
});
|
|
290
|
+
},
|
|
291
|
+
/**
|
|
292
|
+
*
|
|
293
|
+
* @summary S5结算账单及报账付款状态返回
|
|
294
|
+
* @param {CzySettlementInteractionWebhookDTO} czySettlementInteractionWebhookDTO
|
|
295
|
+
* @param {*} [options] Override http request option.
|
|
296
|
+
* @throws {RequiredError}
|
|
297
|
+
*/
|
|
298
|
+
billStatus(czySettlementInteractionWebhookDTO, options) {
|
|
299
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
300
|
+
var _a, _b, _c;
|
|
301
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.billStatus(czySettlementInteractionWebhookDTO, options);
|
|
302
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
303
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WebHookApi.billStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
304
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
305
|
+
});
|
|
306
|
+
},
|
|
307
|
+
/**
|
|
308
|
+
*
|
|
309
|
+
* @summary S1预算申请及预算释放状态返回
|
|
310
|
+
* @param {CzyBudgetInteractionResultWebhookDTO} czyBudgetInteractionResultWebhookDTO
|
|
311
|
+
* @param {*} [options] Override http request option.
|
|
312
|
+
* @throws {RequiredError}
|
|
313
|
+
*/
|
|
314
|
+
budgetOccupation(czyBudgetInteractionResultWebhookDTO, options) {
|
|
315
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
316
|
+
var _a, _b, _c;
|
|
317
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.budgetOccupation(czyBudgetInteractionResultWebhookDTO, options);
|
|
318
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
319
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WebHookApi.budgetOccupation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
320
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
321
|
+
});
|
|
322
|
+
},
|
|
323
|
+
/**
|
|
324
|
+
*
|
|
325
|
+
* @summary 消息通知回调
|
|
326
|
+
* @param {HWorkNoticeBpmDto} hWorkNoticeBpmDto
|
|
327
|
+
* @param {*} [options] Override http request option.
|
|
328
|
+
* @throws {RequiredError}
|
|
329
|
+
*/
|
|
330
|
+
noticeBpmResult(hWorkNoticeBpmDto, options) {
|
|
331
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
332
|
+
var _a, _b, _c;
|
|
333
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.noticeBpmResult(hWorkNoticeBpmDto, options);
|
|
334
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
335
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WebHookApi.noticeBpmResult']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
336
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
337
|
+
});
|
|
338
|
+
},
|
|
143
339
|
/**
|
|
144
340
|
*
|
|
145
341
|
* @summary 接收SRM园区合同变更通知
|
|
@@ -197,6 +393,46 @@ export const WebHookApiFp = function (configuration) {
|
|
|
197
393
|
export const WebHookApiFactory = function (configuration, basePath, axios) {
|
|
198
394
|
const localVarFp = WebHookApiFp(configuration);
|
|
199
395
|
return {
|
|
396
|
+
/**
|
|
397
|
+
*
|
|
398
|
+
* @summary S6报账单封皮返回
|
|
399
|
+
* @param {WebHookApiBillCoverRequest} requestParameters Request parameters.
|
|
400
|
+
* @param {*} [options] Override http request option.
|
|
401
|
+
* @throws {RequiredError}
|
|
402
|
+
*/
|
|
403
|
+
billCover(requestParameters, options) {
|
|
404
|
+
return localVarFp.billCover(requestParameters.cZYCoverFileUrlWebhookDTO, options).then((request) => request(axios, basePath));
|
|
405
|
+
},
|
|
406
|
+
/**
|
|
407
|
+
*
|
|
408
|
+
* @summary S5结算账单及报账付款状态返回
|
|
409
|
+
* @param {WebHookApiBillStatusRequest} requestParameters Request parameters.
|
|
410
|
+
* @param {*} [options] Override http request option.
|
|
411
|
+
* @throws {RequiredError}
|
|
412
|
+
*/
|
|
413
|
+
billStatus(requestParameters, options) {
|
|
414
|
+
return localVarFp.billStatus(requestParameters.czySettlementInteractionWebhookDTO, options).then((request) => request(axios, basePath));
|
|
415
|
+
},
|
|
416
|
+
/**
|
|
417
|
+
*
|
|
418
|
+
* @summary S1预算申请及预算释放状态返回
|
|
419
|
+
* @param {WebHookApiBudgetOccupationRequest} requestParameters Request parameters.
|
|
420
|
+
* @param {*} [options] Override http request option.
|
|
421
|
+
* @throws {RequiredError}
|
|
422
|
+
*/
|
|
423
|
+
budgetOccupation(requestParameters, options) {
|
|
424
|
+
return localVarFp.budgetOccupation(requestParameters.czyBudgetInteractionResultWebhookDTO, options).then((request) => request(axios, basePath));
|
|
425
|
+
},
|
|
426
|
+
/**
|
|
427
|
+
*
|
|
428
|
+
* @summary 消息通知回调
|
|
429
|
+
* @param {WebHookApiNoticeBpmResultRequest} requestParameters Request parameters.
|
|
430
|
+
* @param {*} [options] Override http request option.
|
|
431
|
+
* @throws {RequiredError}
|
|
432
|
+
*/
|
|
433
|
+
noticeBpmResult(requestParameters, options) {
|
|
434
|
+
return localVarFp.noticeBpmResult(requestParameters.hWorkNoticeBpmDto, options).then((request) => request(axios, basePath));
|
|
435
|
+
},
|
|
200
436
|
/**
|
|
201
437
|
*
|
|
202
438
|
* @summary 接收SRM园区合同变更通知
|
|
@@ -236,6 +472,50 @@ export const WebHookApiFactory = function (configuration, basePath, axios) {
|
|
|
236
472
|
* @extends {BaseAPI}
|
|
237
473
|
*/
|
|
238
474
|
export class WebHookApi extends BaseAPI {
|
|
475
|
+
/**
|
|
476
|
+
*
|
|
477
|
+
* @summary S6报账单封皮返回
|
|
478
|
+
* @param {WebHookApiBillCoverRequest} requestParameters Request parameters.
|
|
479
|
+
* @param {*} [options] Override http request option.
|
|
480
|
+
* @throws {RequiredError}
|
|
481
|
+
* @memberof WebHookApi
|
|
482
|
+
*/
|
|
483
|
+
billCover(requestParameters, options) {
|
|
484
|
+
return WebHookApiFp(this.configuration).billCover(requestParameters.cZYCoverFileUrlWebhookDTO, options).then((request) => request(this.axios, this.basePath));
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
* @summary S5结算账单及报账付款状态返回
|
|
489
|
+
* @param {WebHookApiBillStatusRequest} requestParameters Request parameters.
|
|
490
|
+
* @param {*} [options] Override http request option.
|
|
491
|
+
* @throws {RequiredError}
|
|
492
|
+
* @memberof WebHookApi
|
|
493
|
+
*/
|
|
494
|
+
billStatus(requestParameters, options) {
|
|
495
|
+
return WebHookApiFp(this.configuration).billStatus(requestParameters.czySettlementInteractionWebhookDTO, options).then((request) => request(this.axios, this.basePath));
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
*
|
|
499
|
+
* @summary S1预算申请及预算释放状态返回
|
|
500
|
+
* @param {WebHookApiBudgetOccupationRequest} requestParameters Request parameters.
|
|
501
|
+
* @param {*} [options] Override http request option.
|
|
502
|
+
* @throws {RequiredError}
|
|
503
|
+
* @memberof WebHookApi
|
|
504
|
+
*/
|
|
505
|
+
budgetOccupation(requestParameters, options) {
|
|
506
|
+
return WebHookApiFp(this.configuration).budgetOccupation(requestParameters.czyBudgetInteractionResultWebhookDTO, options).then((request) => request(this.axios, this.basePath));
|
|
507
|
+
}
|
|
508
|
+
/**
|
|
509
|
+
*
|
|
510
|
+
* @summary 消息通知回调
|
|
511
|
+
* @param {WebHookApiNoticeBpmResultRequest} requestParameters Request parameters.
|
|
512
|
+
* @param {*} [options] Override http request option.
|
|
513
|
+
* @throws {RequiredError}
|
|
514
|
+
* @memberof WebHookApi
|
|
515
|
+
*/
|
|
516
|
+
noticeBpmResult(requestParameters, options) {
|
|
517
|
+
return WebHookApiFp(this.configuration).noticeBpmResult(requestParameters.hWorkNoticeBpmDto, options).then((request) => request(this.axios, this.basePath));
|
|
518
|
+
}
|
|
239
519
|
/**
|
|
240
520
|
*
|
|
241
521
|
* @summary 接收SRM园区合同变更通知
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* 请求结果明细(结果状态为 1 或 3 时不得为空)
|
|
14
|
+
* @export
|
|
15
|
+
* @interface BudgetInteractionResultDetailDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface BudgetInteractionResultDetailDTO {
|
|
18
|
+
/**
|
|
19
|
+
* 申请释放业务单号(预算释放时使用)
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof BudgetInteractionResultDetailDTO
|
|
22
|
+
*/
|
|
23
|
+
'releaseSysNo'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 明细业务单号
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof BudgetInteractionResultDetailDTO
|
|
28
|
+
*/
|
|
29
|
+
'detailedBusinessId'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 预算锁定单号
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof BudgetInteractionResultDetailDTO
|
|
34
|
+
*/
|
|
35
|
+
'budgetLockNO'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 预算占用单号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof BudgetInteractionResultDetailDTO
|
|
40
|
+
*/
|
|
41
|
+
'budgetOccupyNO'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 申请金额(含税)
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof BudgetInteractionResultDetailDTO
|
|
46
|
+
*/
|
|
47
|
+
'applyAmountTax'?: number;
|
|
48
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -0,0 +1,79 @@
|
|
|
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 { BudgetInteractionResultDetailDTO } from './budget-interaction-result-detail-dto';
|
|
13
|
+
/**
|
|
14
|
+
* 预算交互结果异步回调入参
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CzyBudgetInteractionResultWebhookDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface CzyBudgetInteractionResultWebhookDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 业务编码,固定值:budgetInteraction
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
23
|
+
*/
|
|
24
|
+
'busCode'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* 业务域(财智云自定义字段,用于区分域别场景)
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
29
|
+
*/
|
|
30
|
+
'buDomain'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 节点类型:BL-预算锁定 / BO-预算占用
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
35
|
+
*/
|
|
36
|
+
'nodeType'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 申请释放业务主单号(预算释放时使用)
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
41
|
+
*/
|
|
42
|
+
'releaseSysNoMain'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 业务单号
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
47
|
+
*/
|
|
48
|
+
'businessId'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* 追加锁定批号(锁定追加场景,异步返回结果唯一标识)
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
53
|
+
*/
|
|
54
|
+
'addLockBatch'?: string;
|
|
55
|
+
/**
|
|
56
|
+
* 申请金额(含税)
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
59
|
+
*/
|
|
60
|
+
'applyAmountTax'?: number;
|
|
61
|
+
/**
|
|
62
|
+
* 结果状态:1-预算申请成功2-预算申请失败3-预算释放成功4-预算释放失败
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
65
|
+
*/
|
|
66
|
+
'status'?: string;
|
|
67
|
+
/**
|
|
68
|
+
* 错误信息(结果状态为 2 或 4 时必填)
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
71
|
+
*/
|
|
72
|
+
'errMsg'?: string;
|
|
73
|
+
/**
|
|
74
|
+
* 请求结果明细(结果状态为 1 或 3 时不得为空)
|
|
75
|
+
* @type {Array<BudgetInteractionResultDetailDTO>}
|
|
76
|
+
* @memberof CzyBudgetInteractionResultWebhookDTO
|
|
77
|
+
*/
|
|
78
|
+
'data'?: Array<BudgetInteractionResultDetailDTO>;
|
|
79
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -0,0 +1,57 @@
|
|
|
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 { ReimbursementCreateResultDTO } from './reimbursement-create-result-dto';
|
|
13
|
+
import type { ReimbursementPlatformStatusDTO } from './reimbursement-platform-status-dto';
|
|
14
|
+
import type { ReimbursementReverseStatusDTO } from './reimbursement-reverse-status-dto';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface CzySettlementInteractionWebhookDTO
|
|
19
|
+
*/
|
|
20
|
+
export interface CzySettlementInteractionWebhookDTO {
|
|
21
|
+
/**
|
|
22
|
+
* 业务编码,固定值:settlementInteraction
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof CzySettlementInteractionWebhookDTO
|
|
25
|
+
*/
|
|
26
|
+
'busCode'?: string;
|
|
27
|
+
/**
|
|
28
|
+
* 业务域(财智云自定义字段,用于区分域别场景)
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof CzySettlementInteractionWebhookDTO
|
|
31
|
+
*/
|
|
32
|
+
'buDomain'?: string;
|
|
33
|
+
/**
|
|
34
|
+
* 节点类型: 1-报账单生单状态 3-报账平台状态回传 6-报账申请单作废状态
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof CzySettlementInteractionWebhookDTO
|
|
37
|
+
*/
|
|
38
|
+
'nodeType'?: string;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {ReimbursementCreateResultDTO}
|
|
42
|
+
* @memberof CzySettlementInteractionWebhookDTO
|
|
43
|
+
*/
|
|
44
|
+
'bzdBillNo'?: ReimbursementCreateResultDTO;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {ReimbursementPlatformStatusDTO}
|
|
48
|
+
* @memberof CzySettlementInteractionWebhookDTO
|
|
49
|
+
*/
|
|
50
|
+
'fyztBillState'?: ReimbursementPlatformStatusDTO;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {ReimbursementReverseStatusDTO}
|
|
54
|
+
* @memberof CzySettlementInteractionWebhookDTO
|
|
55
|
+
*/
|
|
56
|
+
'billReverseStatus'?: ReimbursementReverseStatusDTO;
|
|
57
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -0,0 +1,84 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* 报账账单封皮文件地址回调入参
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CZYCoverFileUrlWebhookDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface CZYCoverFileUrlWebhookDTO {
|
|
18
|
+
/**
|
|
19
|
+
* 业务编码,固定值:bzdFileUrl
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
22
|
+
*/
|
|
23
|
+
'busCode'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 业务域(财智云自定义字段,用于区分域别场景)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
28
|
+
*/
|
|
29
|
+
'buDomain'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 节点类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
34
|
+
*/
|
|
35
|
+
'nodeType'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 业务结算账单号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
40
|
+
*/
|
|
41
|
+
'billCode'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 财智云报账申请单号
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
46
|
+
*/
|
|
47
|
+
'fdcNo'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 报账单号(BZD 单号)
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
52
|
+
*/
|
|
53
|
+
'reimNo'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 单据经办人账号
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
58
|
+
*/
|
|
59
|
+
'handlerId'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 单据经办人姓名
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
64
|
+
*/
|
|
65
|
+
'handlerName'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 业务场景标识
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
70
|
+
*/
|
|
71
|
+
'srcInfo'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 文件名(如:BZDxxxx.pdf)
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
76
|
+
*/
|
|
77
|
+
'fileName'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 文件访问地址
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof CZYCoverFileUrlWebhookDTO
|
|
82
|
+
*/
|
|
83
|
+
'fileUrl'?: string;
|
|
84
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -51,12 +51,6 @@ export interface DashboardMaintenanceOrderStatisticsByParkVo {
|
|
|
51
51
|
* @memberof DashboardMaintenanceOrderStatisticsByParkVo
|
|
52
52
|
*/
|
|
53
53
|
'schemeDesignCount'?: number;
|
|
54
|
-
/**
|
|
55
|
-
* 立项报告数量
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof DashboardMaintenanceOrderStatisticsByParkVo
|
|
58
|
-
*/
|
|
59
|
-
'projectInitiationCount'?: number;
|
|
60
54
|
/**
|
|
61
55
|
* 招采招标数量
|
|
62
56
|
* @type {number}
|
|
@@ -46,12 +46,6 @@ export interface DashboardMaintenanceOrderStatisticsByTypeVo {
|
|
|
46
46
|
* @memberof DashboardMaintenanceOrderStatisticsByTypeVo
|
|
47
47
|
*/
|
|
48
48
|
'schemeDesignCount'?: number;
|
|
49
|
-
/**
|
|
50
|
-
* 立项报告数量
|
|
51
|
-
* @type {number}
|
|
52
|
-
* @memberof DashboardMaintenanceOrderStatisticsByTypeVo
|
|
53
|
-
*/
|
|
54
|
-
'projectInitiationCount'?: number;
|
|
55
49
|
/**
|
|
56
50
|
* 招采招标数量
|
|
57
51
|
* @type {number}
|