@gizone/rrs-client 4.1.0-alpha.131 → 4.1.0-alpha.132

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.
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
28
  * @type {number}
@@ -31,46 +31,46 @@ export interface GetUserWx200Response {
31
31
  'status'?: number;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
49
+ 'bufferSize'?: number;
50
50
  /**
51
51
  *
52
- * @type {GetUserWx200ResponseOutputStream}
52
+ * @type {string}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
55
+ 'contentType'?: string;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'contentLength'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseOutputStream}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
68
68
  /**
69
69
  *
70
- * @type {string}
70
+ * @type {object}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
73
+ 'writer'?: object;
74
74
  /**
75
75
  *
76
76
  * @type {number}
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
85
85
  'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {object}
88
+ * @type {string}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
91
+ 'characterEncoding'?: string;
92
92
  }
@@ -22,12 +22,6 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
- /**
26
- *
27
- * @type {Array<AccessVO>}
28
- * @memberof IPageAccessVO
29
- */
30
- 'records'?: Array<AccessVO>;
31
25
  /**
32
26
  *
33
27
  * @type {number}
@@ -36,10 +30,10 @@ export interface IPageAccessVO {
36
30
  'current'?: number;
37
31
  /**
38
32
  *
39
- * @type {boolean}
33
+ * @type {Array<AccessVO>}
40
34
  * @memberof IPageAccessVO
41
35
  */
42
- 'searchCount'?: boolean;
36
+ 'records'?: Array<AccessVO>;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -28,11 +28,11 @@ export interface WorkOrderReportVo {
28
28
  * @type {number}
29
29
  * @memberof WorkOrderReportVo
30
30
  */
31
- 'handlerUserId': number;
31
+ 'handlerUserId'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {OfflineAlertWorkOrderVo}
35
35
  * @memberof WorkOrderReportVo
36
36
  */
37
- 'offlineAlertWorkOrderVo'?: OfflineAlertWorkOrderVo;
37
+ 'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
38
38
  }
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {Array<string>}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'headerNames'?: Array<string>;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
28
  * @type {number}
@@ -31,46 +31,46 @@ export interface GetUserWx200Response {
31
31
  'status'?: number;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
49
+ 'bufferSize'?: number;
50
50
  /**
51
51
  *
52
- * @type {GetUserWx200ResponseOutputStream}
52
+ * @type {string}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
55
+ 'contentType'?: string;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'contentLength'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseOutputStream}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
68
68
  /**
69
69
  *
70
- * @type {string}
70
+ * @type {object}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
73
+ 'writer'?: object;
74
74
  /**
75
75
  *
76
76
  * @type {number}
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
85
85
  'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {object}
88
+ * @type {string}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
91
+ 'characterEncoding'?: string;
92
92
  }
@@ -22,12 +22,6 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
- /**
26
- *
27
- * @type {Array<AccessVO>}
28
- * @memberof IPageAccessVO
29
- */
30
- 'records'?: Array<AccessVO>;
31
25
  /**
32
26
  *
33
27
  * @type {number}
@@ -36,10 +30,10 @@ export interface IPageAccessVO {
36
30
  'current'?: number;
37
31
  /**
38
32
  *
39
- * @type {boolean}
33
+ * @type {Array<AccessVO>}
40
34
  * @memberof IPageAccessVO
41
35
  */
42
- 'searchCount'?: boolean;
36
+ 'records'?: Array<AccessVO>;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -28,11 +28,11 @@ export interface WorkOrderReportVo {
28
28
  * @type {number}
29
29
  * @memberof WorkOrderReportVo
30
30
  */
31
- 'handlerUserId': number;
31
+ 'handlerUserId'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {OfflineAlertWorkOrderVo}
35
35
  * @memberof WorkOrderReportVo
36
36
  */
37
- 'offlineAlertWorkOrderVo'?: OfflineAlertWorkOrderVo;
37
+ 'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
38
38
  }
@@ -28,10 +28,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {Array<string>}
31
+ * @type {object}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'headerNames'?: Array<string>;
34
+ 'trailerFields'?: object;
35
35
  /**
36
36
  *
37
37
  * @type {number}
@@ -40,46 +40,46 @@ export interface GetUserWx200Response {
40
40
  'status'?: number;
41
41
  /**
42
42
  *
43
- * @type {object}
43
+ * @type {Array<string>}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'trailerFields'?: object;
46
+ 'headerNames'?: Array<string>;
47
47
  /**
48
48
  *
49
- * @type {string}
49
+ * @type {GetUserWx200ResponseLocale}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'contentType'?: string;
52
+ 'locale'?: GetUserWx200ResponseLocale;
53
53
  /**
54
54
  *
55
55
  * @type {number}
56
56
  * @memberof GetUserWx200Response
57
57
  */
58
- 'contentLength'?: number;
58
+ 'bufferSize'?: number;
59
59
  /**
60
60
  *
61
- * @type {GetUserWx200ResponseOutputStream}
61
+ * @type {string}
62
62
  * @memberof GetUserWx200Response
63
63
  */
64
- 'outputStream'?: GetUserWx200ResponseOutputStream;
64
+ 'contentType'?: string;
65
65
  /**
66
66
  *
67
- * @type {GetUserWx200ResponseLocale}
67
+ * @type {number}
68
68
  * @memberof GetUserWx200Response
69
69
  */
70
- 'locale'?: GetUserWx200ResponseLocale;
70
+ 'contentLength'?: number;
71
71
  /**
72
72
  *
73
- * @type {number}
73
+ * @type {GetUserWx200ResponseOutputStream}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'bufferSize'?: number;
76
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
77
77
  /**
78
78
  *
79
- * @type {string}
79
+ * @type {object}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'characterEncoding'?: string;
82
+ 'writer'?: object;
83
83
  /**
84
84
  *
85
85
  * @type {number}
@@ -94,9 +94,9 @@ export interface GetUserWx200Response {
94
94
  'committed'?: boolean;
95
95
  /**
96
96
  *
97
- * @type {object}
97
+ * @type {string}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'writer'?: object;
100
+ 'characterEncoding'?: string;
101
101
  }
102
102
 
@@ -29,12 +29,6 @@ export interface IPageAccessVO {
29
29
  * @memberof IPageAccessVO
30
30
  */
31
31
  'total'?: number;
32
- /**
33
- *
34
- * @type {Array<AccessVO>}
35
- * @memberof IPageAccessVO
36
- */
37
- 'records'?: Array<AccessVO>;
38
32
  /**
39
33
  *
40
34
  * @type {number}
@@ -43,10 +37,10 @@ export interface IPageAccessVO {
43
37
  'current'?: number;
44
38
  /**
45
39
  *
46
- * @type {boolean}
40
+ * @type {Array<AccessVO>}
47
41
  * @memberof IPageAccessVO
48
42
  */
49
- 'searchCount'?: boolean;
43
+ 'records'?: Array<AccessVO>;
50
44
  /**
51
45
  *
52
46
  * @type {number}
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
60
54
  * @deprecated
61
55
  */
62
56
  'hitCount'?: boolean;
57
+ /**
58
+ *
59
+ * @type {boolean}
60
+ * @memberof IPageAccessVO
61
+ */
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -37,13 +37,13 @@ export interface WorkOrderReportVo {
37
37
  * @type {number}
38
38
  * @memberof WorkOrderReportVo
39
39
  */
40
- 'handlerUserId': number;
40
+ 'handlerUserId'?: number;
41
41
  /**
42
42
  *
43
43
  * @type {OfflineAlertWorkOrderVo}
44
44
  * @memberof WorkOrderReportVo
45
45
  */
46
- 'offlineAlertWorkOrderVo'?: OfflineAlertWorkOrderVo;
46
+ 'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
47
47
  }
48
48
 
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.0-alpha.131",
3
+ "version": "4.1.0-alpha.132",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {