@gizone/rrs-client 4.2.9-alpha.660 → 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.
Files changed (28) hide show
  1. package/.openapi-generator/FILES +1 -1
  2. package/dist/esm/models/index.d.ts +1 -1
  3. package/dist/esm/models/index.js +1 -1
  4. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  5. package/dist/esm/models/reimbursement-bill-cover-info.d.ts +84 -0
  6. package/dist/esm/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +1 -10
  7. package/dist/esm/models/reimbursement-bill-details-vo.d.ts +37 -0
  8. package/dist/esm/models/reimbursement-bill-list-vo.d.ts +37 -0
  9. package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
  10. package/dist/models/index.d.ts +1 -1
  11. package/dist/models/index.js +1 -1
  12. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  13. package/dist/models/reimbursement-bill-cover-info.d.ts +84 -0
  14. package/dist/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +0 -11
  15. package/dist/models/reimbursement-bill-details-vo.d.ts +37 -0
  16. package/dist/models/reimbursement-bill-list-vo.d.ts +37 -0
  17. package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
  18. package/models/index.ts +1 -1
  19. package/models/ipage-energy-cost-record-info-vo.ts +6 -6
  20. package/models/reimbursement-bill-cover-info.ts +90 -0
  21. package/models/reimbursement-bill-details-vo.ts +39 -0
  22. package/models/reimbursement-bill-list-vo.ts +39 -0
  23. package/models/reimbursement-bill-process-record-list-vo.ts +5 -10
  24. package/ossutil.log +1194 -1191
  25. package/package.json +1 -1
  26. package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +0 -22
  27. package/dist/models/reimbursement-bill-process-type-enum.d.ts +0 -22
  28. package/models/reimbursement-bill-process-type-enum.ts +0 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.660",
3
+ "version": "4.2.9-alpha.661",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -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
-