@gizone/rrs-client 4.2.9-alpha.659 → 4.2.9-alpha.661
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +1 -1
- package/apis/reimbursement-bill-api.ts +18 -5
- package/dist/apis/reimbursement-bill-api.d.ts +10 -2
- package/dist/apis/reimbursement-bill-api.js +10 -5
- package/dist/esm/apis/reimbursement-bill-api.d.ts +10 -2
- package/dist/esm/apis/reimbursement-bill-api.js +10 -5
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- package/dist/esm/models/payment-method-enum.d.ts +1 -2
- package/dist/esm/models/payment-method-enum.js +2 -3
- package/dist/esm/models/reimbursement-bill-cover-info.d.ts +84 -0
- package/dist/esm/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +1 -10
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +49 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +49 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/dist/esm/models/reimbursement-status-enum.d.ts +4 -2
- package/dist/esm/models/reimbursement-status-enum.js +5 -3
- package/dist/models/index.d.ts +1 -1
- package/dist/models/index.js +1 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- package/dist/models/payment-method-enum.d.ts +1 -2
- package/dist/models/payment-method-enum.js +2 -3
- package/dist/models/reimbursement-bill-cover-info.d.ts +84 -0
- package/dist/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +0 -11
- package/dist/models/reimbursement-bill-details-vo.d.ts +49 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +49 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
- package/dist/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/dist/models/reimbursement-status-enum.d.ts +4 -2
- package/dist/models/reimbursement-status-enum.js +5 -3
- package/models/index.ts +1 -1
- package/models/ipage-energy-cost-record-info-vo.ts +4 -4
- package/models/payment-method-enum.ts +2 -3
- package/models/reimbursement-bill-cover-info.ts +90 -0
- package/models/reimbursement-bill-details-vo.ts +51 -0
- package/models/reimbursement-bill-draft-dto.ts +12 -0
- package/models/reimbursement-bill-list-vo.ts +51 -0
- package/models/reimbursement-bill-process-record-list-vo.ts +5 -10
- package/models/reimbursement-bill-submit-dto.ts +12 -0
- package/models/reimbursement-status-enum.ts +5 -3
- package/ossutil.log +1194 -1188
- package/package.json +1 -1
- package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +0 -22
- package/dist/models/reimbursement-bill-process-type-enum.d.ts +0 -22
- package/models/reimbursement-bill-process-type-enum.ts +0 -32
package/package.json
CHANGED
|
@@ -1,22 +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
|
-
/**
|
|
13
|
-
* 过程类型
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare const ReimbursementBillProcessTypeEnum: {
|
|
18
|
-
readonly Initiate: "INITIATE";
|
|
19
|
-
readonly Submit: "SUBMIT";
|
|
20
|
-
readonly Withdraw: "WITHDRAW";
|
|
21
|
-
};
|
|
22
|
-
export type ReimbursementBillProcessTypeEnum = typeof ReimbursementBillProcessTypeEnum[keyof typeof ReimbursementBillProcessTypeEnum];
|
|
@@ -1,22 +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
|
-
/**
|
|
13
|
-
* 过程类型
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare const ReimbursementBillProcessTypeEnum: {
|
|
18
|
-
readonly Initiate: "INITIATE";
|
|
19
|
-
readonly Submit: "SUBMIT";
|
|
20
|
-
readonly Withdraw: "WITHDRAW";
|
|
21
|
-
};
|
|
22
|
-
export type ReimbursementBillProcessTypeEnum = typeof ReimbursementBillProcessTypeEnum[keyof typeof ReimbursementBillProcessTypeEnum];
|
|
@@ -1,32 +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
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 过程类型
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
export const ReimbursementBillProcessTypeEnum = {
|
|
24
|
-
Initiate: 'INITIATE',
|
|
25
|
-
Submit: 'SUBMIT',
|
|
26
|
-
Withdraw: 'WITHDRAW'
|
|
27
|
-
} as const;
|
|
28
|
-
|
|
29
|
-
export type ReimbursementBillProcessTypeEnum = typeof ReimbursementBillProcessTypeEnum[keyof typeof ReimbursementBillProcessTypeEnum];
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|