@gizone/rrs-client 3.11.12-alpha.45 → 3.11.12-alpha.47

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