@gizone/rrs-client 4.2.9-alpha.662 → 4.2.9-alpha.663

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 (31) hide show
  1. package/.openapi-generator/FILES +1 -3
  2. package/apis/reimbursement-bill-api.ts +13 -13
  3. package/dist/apis/reimbursement-bill-api.d.ts +7 -7
  4. package/dist/apis/reimbursement-bill-api.js +10 -10
  5. package/dist/esm/apis/reimbursement-bill-api.d.ts +7 -7
  6. package/dist/esm/apis/reimbursement-bill-api.js +10 -10
  7. package/dist/esm/models/index.d.ts +1 -3
  8. package/dist/esm/models/index.js +1 -3
  9. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  10. package/dist/{models/zjht-search-dto.d.ts → esm/models/zjht-contract-list-search-dto.d.ts} +11 -24
  11. package/dist/models/index.d.ts +1 -3
  12. package/dist/models/index.js +1 -3
  13. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  14. package/dist/{esm/models/zjht-search-dto.d.ts → models/zjht-contract-list-search-dto.d.ts} +11 -24
  15. package/models/index.ts +1 -3
  16. package/models/ipage-energy-cost-record-info-vo.ts +6 -6
  17. package/models/{zjht-search-dto.ts → zjht-contract-list-search-dto.ts} +11 -26
  18. package/ossutil.log +1197 -1194
  19. package/package.json +1 -1
  20. package/dist/esm/models/filter-condition.d.ts +0 -30
  21. package/dist/esm/models/zjht-search-dto-filter.d.ts +0 -31
  22. package/dist/esm/models/zjht-search-dto-filter.js +0 -14
  23. package/dist/esm/models/zjht-search-dto.js +0 -14
  24. package/dist/models/filter-condition.d.ts +0 -30
  25. package/dist/models/zjht-search-dto-filter.d.ts +0 -31
  26. package/dist/models/zjht-search-dto-filter.js +0 -15
  27. package/dist/models/zjht-search-dto.js +0 -15
  28. package/models/filter-condition.ts +0 -36
  29. package/models/zjht-search-dto-filter.ts +0 -39
  30. /package/dist/esm/models/{filter-condition.js → zjht-contract-list-search-dto.js} +0 -0
  31. /package/dist/models/{filter-condition.js → zjht-contract-list-search-dto.js} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.662",
3
+ "version": "4.2.9-alpha.663",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,30 +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
- * @interface FilterCondition
16
- */
17
- export interface FilterCondition {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof FilterCondition
22
- */
23
- 'searchWord'?: string;
24
- /**
25
- *
26
- * @type {Array<number>}
27
- * @memberof FilterCondition
28
- */
29
- 'in'?: Array<number>;
30
- }
@@ -1,31 +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 { FilterCondition } from './filter-condition';
13
- /**
14
- *
15
- * @export
16
- * @interface ZjhtSearchDtoFilter
17
- */
18
- export interface ZjhtSearchDtoFilter {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof ZjhtSearchDtoFilter
23
- */
24
- 'id'?: string;
25
- /**
26
- *
27
- * @type {FilterCondition}
28
- * @memberof ZjhtSearchDtoFilter
29
- */
30
- 'condition'?: FilterCondition;
31
- }
@@ -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,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,30 +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
- * @interface FilterCondition
16
- */
17
- export interface FilterCondition {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof FilterCondition
22
- */
23
- 'searchWord'?: string;
24
- /**
25
- *
26
- * @type {Array<number>}
27
- * @memberof FilterCondition
28
- */
29
- 'in'?: Array<number>;
30
- }
@@ -1,31 +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 { FilterCondition } from './filter-condition';
13
- /**
14
- *
15
- * @export
16
- * @interface ZjhtSearchDtoFilter
17
- */
18
- export interface ZjhtSearchDtoFilter {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof ZjhtSearchDtoFilter
23
- */
24
- 'id'?: string;
25
- /**
26
- *
27
- * @type {FilterCondition}
28
- * @memberof ZjhtSearchDtoFilter
29
- */
30
- 'condition'?: FilterCondition;
31
- }
@@ -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,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,36 +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
- * @interface FilterCondition
21
- */
22
- export interface FilterCondition {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof FilterCondition
27
- */
28
- 'searchWord'?: string;
29
- /**
30
- *
31
- * @type {Array<number>}
32
- * @memberof FilterCondition
33
- */
34
- 'in'?: Array<number>;
35
- }
36
-
@@ -1,39 +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 { FilterCondition } from './filter-condition';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface ZjhtSearchDtoFilter
24
- */
25
- export interface ZjhtSearchDtoFilter {
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof ZjhtSearchDtoFilter
30
- */
31
- 'id'?: string;
32
- /**
33
- *
34
- * @type {FilterCondition}
35
- * @memberof ZjhtSearchDtoFilter
36
- */
37
- 'condition'?: FilterCondition;
38
- }
39
-