@gizone/rrs-client 3.11.12-alpha.5 → 3.11.12-alpha.7
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 -2
- package/apis/app-auth-api.ts +13 -13
- package/apis/auth-api.ts +13 -13
- package/apis/work-order-api.ts +10 -206
- package/dist/apis/app-auth-api.d.ts +6 -6
- package/dist/apis/app-auth-api.js +11 -11
- package/dist/apis/auth-api.d.ts +6 -6
- package/dist/apis/auth-api.js +11 -11
- package/dist/apis/work-order-api.d.ts +8 -115
- package/dist/apis/work-order-api.js +4 -156
- package/dist/esm/apis/app-auth-api.d.ts +6 -6
- package/dist/esm/apis/app-auth-api.js +11 -11
- package/dist/esm/apis/auth-api.d.ts +6 -6
- package/dist/esm/apis/auth-api.js +11 -11
- package/dist/esm/apis/work-order-api.d.ts +8 -115
- package/dist/esm/apis/work-order-api.js +4 -156
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +0 -2
- package/dist/esm/models/index.js +0 -2
- package/dist/esm/models/inspection-item-bo.d.ts +4 -10
- package/dist/esm/models/inspection-point-item.d.ts +6 -6
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/maintenance-history-dto.d.ts +0 -6
- package/dist/esm/models/maintenance-history-dto.js +0 -6
- package/dist/esm/models/period-detail-resp.d.ts +0 -6
- package/dist/esm/models/period-detail-resp.js +0 -6
- package/dist/esm/models/work-order-detail-dto.d.ts +0 -6
- package/dist/esm/models/work-order-detail-dto.js +0 -6
- package/dist/esm/models/work-order-inspection-detail-dto.d.ts +1 -13
- package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +0 -6
- package/dist/esm/models/work-order-search-dto.js +0 -6
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/dist/models/inspection-item-bo.d.ts +4 -10
- package/dist/models/inspection-point-item.d.ts +6 -6
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/maintenance-history-dto.d.ts +0 -6
- package/dist/models/maintenance-history-dto.js +0 -6
- package/dist/models/period-detail-resp.d.ts +0 -6
- package/dist/models/period-detail-resp.js +0 -6
- package/dist/models/work-order-detail-dto.d.ts +0 -6
- package/dist/models/work-order-detail-dto.js +0 -6
- package/dist/models/work-order-inspection-detail-dto.d.ts +1 -13
- package/dist/models/work-order-inspection-item-req.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +0 -6
- package/dist/models/work-order-search-dto.js +0 -6
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +0 -2
- package/models/inspection-item-bo.ts +4 -10
- package/models/inspection-point-item.ts +6 -6
- package/models/ipage-access-vo.ts +6 -6
- package/models/maintenance-history-dto.ts +0 -6
- package/models/period-detail-resp.ts +0 -6
- package/models/work-order-detail-dto.ts +0 -6
- package/models/work-order-inspection-detail-dto.ts +1 -13
- package/models/work-order-inspection-item-req.ts +3 -3
- package/models/work-order-search-dto.ts +0 -6
- package/package.json +1 -1
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.js +0 -14
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.js +0 -14
- package/dist/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
- package/dist/models/work-order-check-before-acceptance-adopt-vo.js +0 -15
- package/dist/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
- package/dist/models/work-order-check-before-acceptance-no-vo.js +0 -15
- package/models/work-order-check-before-acceptance-adopt-vo.ts +0 -36
- package/models/work-order-check-before-acceptance-no-vo.ts +0 -42
|
@@ -1,36 +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 WorkOrderCheckBeforeAcceptanceNoVo
|
|
16
|
-
*/
|
|
17
|
-
export interface WorkOrderCheckBeforeAcceptanceNoVo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
22
|
-
*/
|
|
23
|
-
'id'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
28
|
-
*/
|
|
29
|
-
'workOrderName'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Array<string>}
|
|
33
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
34
|
-
*/
|
|
35
|
-
'images'?: Array<string>;
|
|
36
|
-
}
|
|
@@ -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 WorkOrderCheckBeforeAcceptanceAdoptVo
|
|
21
|
-
*/
|
|
22
|
-
export interface WorkOrderCheckBeforeAcceptanceAdoptVo {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof WorkOrderCheckBeforeAcceptanceAdoptVo
|
|
27
|
-
*/
|
|
28
|
-
'workOrderId'?: number;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof WorkOrderCheckBeforeAcceptanceAdoptVo
|
|
33
|
-
*/
|
|
34
|
-
'images'?: string;
|
|
35
|
-
}
|
|
36
|
-
|
|
@@ -1,42 +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 WorkOrderCheckBeforeAcceptanceNoVo
|
|
21
|
-
*/
|
|
22
|
-
export interface WorkOrderCheckBeforeAcceptanceNoVo {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
27
|
-
*/
|
|
28
|
-
'id'?: number;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
33
|
-
*/
|
|
34
|
-
'workOrderName'?: string;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {Array<string>}
|
|
38
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
39
|
-
*/
|
|
40
|
-
'images'?: Array<string>;
|
|
41
|
-
}
|
|
42
|
-
|