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

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.
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -37,16 +31,16 @@ export interface GetUserWx200Response {
37
31
  'headerNames'?: Array<string>;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {object}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'trailerFields'?: object;
44
38
  /**
45
39
  *
46
- * @type {number}
40
+ * @type {GetUserWx200ResponseLocale}
47
41
  * @memberof GetUserWx200Response
48
42
  */
49
- 'bufferSize'?: number;
43
+ 'locale'?: GetUserWx200ResponseLocale;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -67,10 +61,16 @@ export interface GetUserWx200Response {
67
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
68
62
  /**
69
63
  *
70
- * @type {object}
64
+ * @type {number}
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
- 'writer'?: object;
67
+ 'bufferSize'?: number;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof GetUserWx200Response
72
+ */
73
+ 'characterEncoding'?: string;
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 {string}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'writer'?: object;
92
92
  }
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -131,6 +131,7 @@ export declare const ResultCode: {
131
131
  readonly IncorrectPassword: "INCORRECT_PASSWORD";
132
132
  readonly IncorrectInspectionOrder: "INCORRECT_INSPECTION_ORDER";
133
133
  readonly ThirdPartyFailure: "THIRD_PARTY_FAILURE";
134
+ readonly WorkOrderIssueType: "WORK_ORDER_ISSUE_TYPE";
134
135
  readonly UnknownException: "UNKNOWN_EXCEPTION";
135
136
  readonly RecordAlreadyExistsInTheDatabase: "RECORD_ALREADY_EXISTS_IN_THE_DATABASE";
136
137
  readonly SqlException: "SQL_EXCEPTION";
@@ -133,6 +133,7 @@ export const ResultCode = {
133
133
  IncorrectPassword: 'INCORRECT_PASSWORD',
134
134
  IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
135
135
  ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
136
+ WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
136
137
  UnknownException: 'UNKNOWN_EXCEPTION',
137
138
  RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
138
139
  SqlException: 'SQL_EXCEPTION',
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -37,16 +31,16 @@ export interface GetUserWx200Response {
37
31
  'headerNames'?: Array<string>;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {object}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'trailerFields'?: object;
44
38
  /**
45
39
  *
46
- * @type {number}
40
+ * @type {GetUserWx200ResponseLocale}
47
41
  * @memberof GetUserWx200Response
48
42
  */
49
- 'bufferSize'?: number;
43
+ 'locale'?: GetUserWx200ResponseLocale;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -67,10 +61,16 @@ export interface GetUserWx200Response {
67
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
68
62
  /**
69
63
  *
70
- * @type {object}
64
+ * @type {number}
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
- 'writer'?: object;
67
+ 'bufferSize'?: number;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof GetUserWx200Response
72
+ */
73
+ 'characterEncoding'?: string;
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 {string}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'writer'?: object;
92
92
  }
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -131,6 +131,7 @@ export declare const ResultCode: {
131
131
  readonly IncorrectPassword: "INCORRECT_PASSWORD";
132
132
  readonly IncorrectInspectionOrder: "INCORRECT_INSPECTION_ORDER";
133
133
  readonly ThirdPartyFailure: "THIRD_PARTY_FAILURE";
134
+ readonly WorkOrderIssueType: "WORK_ORDER_ISSUE_TYPE";
134
135
  readonly UnknownException: "UNKNOWN_EXCEPTION";
135
136
  readonly RecordAlreadyExistsInTheDatabase: "RECORD_ALREADY_EXISTS_IN_THE_DATABASE";
136
137
  readonly SqlException: "SQL_EXCEPTION";
@@ -136,6 +136,7 @@ exports.ResultCode = {
136
136
  IncorrectPassword: 'INCORRECT_PASSWORD',
137
137
  IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
138
138
  ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
139
+ WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
139
140
  UnknownException: 'UNKNOWN_EXCEPTION',
140
141
  RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
141
142
  SqlException: 'SQL_EXCEPTION',
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
26
26
  * @interface GetUserWx200Response
27
27
  */
28
28
  export interface GetUserWx200Response {
29
- /**
30
- *
31
- * @type {object}
32
- * @memberof GetUserWx200Response
33
- */
34
- 'trailerFields'?: object;
35
29
  /**
36
30
  *
37
31
  * @type {number}
@@ -46,16 +40,16 @@ export interface GetUserWx200Response {
46
40
  'headerNames'?: Array<string>;
47
41
  /**
48
42
  *
49
- * @type {GetUserWx200ResponseLocale}
43
+ * @type {object}
50
44
  * @memberof GetUserWx200Response
51
45
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
46
+ 'trailerFields'?: object;
53
47
  /**
54
48
  *
55
- * @type {number}
49
+ * @type {GetUserWx200ResponseLocale}
56
50
  * @memberof GetUserWx200Response
57
51
  */
58
- 'bufferSize'?: number;
52
+ 'locale'?: GetUserWx200ResponseLocale;
59
53
  /**
60
54
  *
61
55
  * @type {string}
@@ -76,10 +70,16 @@ export interface GetUserWx200Response {
76
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
77
71
  /**
78
72
  *
79
- * @type {object}
73
+ * @type {number}
80
74
  * @memberof GetUserWx200Response
81
75
  */
82
- 'writer'?: object;
76
+ 'bufferSize'?: number;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof GetUserWx200Response
81
+ */
82
+ 'characterEncoding'?: string;
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 {string}
97
+ * @type {object}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'characterEncoding'?: string;
100
+ 'writer'?: object;
101
101
  }
102
102
 
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -137,6 +137,7 @@ export const ResultCode = {
137
137
  IncorrectPassword: 'INCORRECT_PASSWORD',
138
138
  IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
139
139
  ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
140
+ WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
140
141
  UnknownException: 'UNKNOWN_EXCEPTION',
141
142
  RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
142
143
  SqlException: 'SQL_EXCEPTION',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.0-alpha.132",
3
+ "version": "4.1.0-alpha.133",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {