@gizone/rrs-client 4.2.9-alpha.657 → 4.2.9-alpha.659
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 +0 -1
- package/apis/reimbursement-bill-api.ts +283 -20
- package/dist/apis/reimbursement-bill-api.d.ts +161 -10
- package/dist/apis/reimbursement-bill-api.js +153 -15
- package/dist/esm/apis/reimbursement-bill-api.d.ts +161 -10
- package/dist/esm/apis/reimbursement-bill-api.js +153 -15
- package/dist/esm/models/index.d.ts +0 -1
- package/dist/esm/models/index.js +0 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- package/dist/esm/models/reimbursement-status-enum.d.ts +1 -1
- package/dist/esm/models/reimbursement-status-enum.js +1 -1
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- package/dist/models/reimbursement-status-enum.d.ts +1 -1
- package/dist/models/reimbursement-status-enum.js +1 -1
- package/models/index.ts +0 -1
- package/models/ipage-energy-cost-record-info-vo.ts +7 -7
- package/models/reimbursement-status-enum.ts +1 -1
- package/ossutil.log +1188 -1182
- package/package.json +1 -1
- package/dist/esm/models/reimbursement-bill-search-dto.d.ts +0 -68
- package/dist/esm/models/reimbursement-bill-search-dto.js +0 -14
- package/dist/models/reimbursement-bill-search-dto.d.ts +0 -68
- package/dist/models/reimbursement-bill-search-dto.js +0 -15
- package/models/reimbursement-bill-search-dto.ts +0 -78
package/package.json
CHANGED
|
@@ -1,68 +0,0 @@
|
|
|
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 { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
13
|
-
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
14
|
-
/**
|
|
15
|
-
* 报账单搜索请求参数
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ReimbursementBillSearchDto
|
|
18
|
-
*/
|
|
19
|
-
export interface ReimbursementBillSearchDto {
|
|
20
|
-
/**
|
|
21
|
-
* 园区ID
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof ReimbursementBillSearchDto
|
|
24
|
-
*/
|
|
25
|
-
'parkId'?: number;
|
|
26
|
-
/**
|
|
27
|
-
* 报账单生成时间(开始)
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof ReimbursementBillSearchDto
|
|
30
|
-
*/
|
|
31
|
-
'billCreateTimeStart'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 报账单生成时间(结束)
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof ReimbursementBillSearchDto
|
|
36
|
-
*/
|
|
37
|
-
'billCreateTimeEnd'?: string;
|
|
38
|
-
/**
|
|
39
|
-
* 费用科目
|
|
40
|
-
* @type {Array<ExpenseSubjectEnum>}
|
|
41
|
-
* @memberof ReimbursementBillSearchDto
|
|
42
|
-
*/
|
|
43
|
-
'expenseSubjects'?: Array<ExpenseSubjectEnum>;
|
|
44
|
-
/**
|
|
45
|
-
* 当前页
|
|
46
|
-
* @type {number}
|
|
47
|
-
* @memberof ReimbursementBillSearchDto
|
|
48
|
-
*/
|
|
49
|
-
'page'?: number;
|
|
50
|
-
/**
|
|
51
|
-
* 每页条数
|
|
52
|
-
* @type {number}
|
|
53
|
-
* @memberof ReimbursementBillSearchDto
|
|
54
|
-
*/
|
|
55
|
-
'pageSize'?: number;
|
|
56
|
-
/**
|
|
57
|
-
* 关键词
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof ReimbursementBillSearchDto
|
|
60
|
-
*/
|
|
61
|
-
'searchValue'?: string;
|
|
62
|
-
/**
|
|
63
|
-
* 账单状态
|
|
64
|
-
* @type {Array<ReimbursementStatusEnum>}
|
|
65
|
-
* @memberof ReimbursementBillSearchDto
|
|
66
|
-
*/
|
|
67
|
-
'reimbursementStatuses'?: Array<ReimbursementStatusEnum>;
|
|
68
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,68 +0,0 @@
|
|
|
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 { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
13
|
-
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
14
|
-
/**
|
|
15
|
-
* 报账单搜索请求参数
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ReimbursementBillSearchDto
|
|
18
|
-
*/
|
|
19
|
-
export interface ReimbursementBillSearchDto {
|
|
20
|
-
/**
|
|
21
|
-
* 园区ID
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof ReimbursementBillSearchDto
|
|
24
|
-
*/
|
|
25
|
-
'parkId'?: number;
|
|
26
|
-
/**
|
|
27
|
-
* 报账单生成时间(开始)
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof ReimbursementBillSearchDto
|
|
30
|
-
*/
|
|
31
|
-
'billCreateTimeStart'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 报账单生成时间(结束)
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof ReimbursementBillSearchDto
|
|
36
|
-
*/
|
|
37
|
-
'billCreateTimeEnd'?: string;
|
|
38
|
-
/**
|
|
39
|
-
* 费用科目
|
|
40
|
-
* @type {Array<ExpenseSubjectEnum>}
|
|
41
|
-
* @memberof ReimbursementBillSearchDto
|
|
42
|
-
*/
|
|
43
|
-
'expenseSubjects'?: Array<ExpenseSubjectEnum>;
|
|
44
|
-
/**
|
|
45
|
-
* 当前页
|
|
46
|
-
* @type {number}
|
|
47
|
-
* @memberof ReimbursementBillSearchDto
|
|
48
|
-
*/
|
|
49
|
-
'page'?: number;
|
|
50
|
-
/**
|
|
51
|
-
* 每页条数
|
|
52
|
-
* @type {number}
|
|
53
|
-
* @memberof ReimbursementBillSearchDto
|
|
54
|
-
*/
|
|
55
|
-
'pageSize'?: number;
|
|
56
|
-
/**
|
|
57
|
-
* 关键词
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof ReimbursementBillSearchDto
|
|
60
|
-
*/
|
|
61
|
-
'searchValue'?: string;
|
|
62
|
-
/**
|
|
63
|
-
* 账单状态
|
|
64
|
-
* @type {Array<ReimbursementStatusEnum>}
|
|
65
|
-
* @memberof ReimbursementBillSearchDto
|
|
66
|
-
*/
|
|
67
|
-
'reimbursementStatuses'?: Array<ReimbursementStatusEnum>;
|
|
68
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,78 +0,0 @@
|
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* 报账单搜索请求参数
|
|
25
|
-
* @export
|
|
26
|
-
* @interface ReimbursementBillSearchDto
|
|
27
|
-
*/
|
|
28
|
-
export interface ReimbursementBillSearchDto {
|
|
29
|
-
/**
|
|
30
|
-
* 园区ID
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof ReimbursementBillSearchDto
|
|
33
|
-
*/
|
|
34
|
-
'parkId'?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 报账单生成时间(开始)
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ReimbursementBillSearchDto
|
|
39
|
-
*/
|
|
40
|
-
'billCreateTimeStart'?: string;
|
|
41
|
-
/**
|
|
42
|
-
* 报账单生成时间(结束)
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof ReimbursementBillSearchDto
|
|
45
|
-
*/
|
|
46
|
-
'billCreateTimeEnd'?: string;
|
|
47
|
-
/**
|
|
48
|
-
* 费用科目
|
|
49
|
-
* @type {Array<ExpenseSubjectEnum>}
|
|
50
|
-
* @memberof ReimbursementBillSearchDto
|
|
51
|
-
*/
|
|
52
|
-
'expenseSubjects'?: Array<ExpenseSubjectEnum>;
|
|
53
|
-
/**
|
|
54
|
-
* 当前页
|
|
55
|
-
* @type {number}
|
|
56
|
-
* @memberof ReimbursementBillSearchDto
|
|
57
|
-
*/
|
|
58
|
-
'page'?: number;
|
|
59
|
-
/**
|
|
60
|
-
* 每页条数
|
|
61
|
-
* @type {number}
|
|
62
|
-
* @memberof ReimbursementBillSearchDto
|
|
63
|
-
*/
|
|
64
|
-
'pageSize'?: number;
|
|
65
|
-
/**
|
|
66
|
-
* 关键词
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof ReimbursementBillSearchDto
|
|
69
|
-
*/
|
|
70
|
-
'searchValue'?: string;
|
|
71
|
-
/**
|
|
72
|
-
* 账单状态
|
|
73
|
-
* @type {Array<ReimbursementStatusEnum>}
|
|
74
|
-
* @memberof ReimbursementBillSearchDto
|
|
75
|
-
*/
|
|
76
|
-
'reimbursementStatuses'?: Array<ReimbursementStatusEnum>;
|
|
77
|
-
}
|
|
78
|
-
|