@gizone/rrs-client 4.2.0-alpha.275 → 4.2.0-alpha.277

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.
@@ -0,0 +1,22 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const UserSmsCaptchaEnum = {
20
+ Login: 'LOGIN',
21
+ ChangePassword: 'CHANGE_PASSWORD'
22
+ };
@@ -19,16 +19,16 @@ 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}
@@ -37,40 +37,34 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
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;
50
- /**
51
- *
52
- * @type {GetUserWx200ResponseOutputStream}
53
- * @memberof GetUserWx200Response
54
- */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
49
+ 'bufferSize'?: number;
56
50
  /**
57
51
  *
58
- * @type {GetUserWx200ResponseLocale}
52
+ * @type {string}
59
53
  * @memberof GetUserWx200Response
60
54
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
55
+ 'contentType'?: string;
62
56
  /**
63
57
  *
64
58
  * @type {number}
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
- 'bufferSize'?: number;
61
+ 'contentLength'?: number;
68
62
  /**
69
63
  *
70
- * @type {object}
64
+ * @type {GetUserWx200ResponseOutputStream}
71
65
  * @memberof GetUserWx200Response
72
66
  */
73
- 'writer'?: object;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
74
68
  /**
75
69
  *
76
70
  * @type {string}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'committed'?: boolean;
86
+ /**
87
+ *
88
+ * @type {object}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'writer'?: object;
92
92
  }
@@ -872,6 +872,7 @@ export * from './user-excel-dto';
872
872
  export * from './user-roles-and-permissions-dto';
873
873
  export * from './user-settings-entity';
874
874
  export * from './user-settings-update-bo';
875
+ export * from './user-sms-captcha-enum';
875
876
  export * from './user-whether-privacy-dto';
876
877
  export * from './user-white-del-dto';
877
878
  export * from './vehicle-payment-bo';
@@ -888,6 +888,7 @@ __exportStar(require("./user-excel-dto"), exports);
888
888
  __exportStar(require("./user-roles-and-permissions-dto"), exports);
889
889
  __exportStar(require("./user-settings-entity"), exports);
890
890
  __exportStar(require("./user-settings-update-bo"), exports);
891
+ __exportStar(require("./user-sms-captcha-enum"), exports);
891
892
  __exportStar(require("./user-whether-privacy-dto"), exports);
892
893
  __exportStar(require("./user-white-del-dto"), exports);
893
894
  __exportStar(require("./vehicle-payment-bo"), exports);
@@ -0,0 +1,21 @@
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
+ * @enum {string}
16
+ */
17
+ export declare const UserSmsCaptchaEnum: {
18
+ readonly Login: "LOGIN";
19
+ readonly ChangePassword: "CHANGE_PASSWORD";
20
+ };
21
+ export type UserSmsCaptchaEnum = typeof UserSmsCaptchaEnum[keyof typeof UserSmsCaptchaEnum];
@@ -0,0 +1,25 @@
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 });
16
+ exports.UserSmsCaptchaEnum = void 0;
17
+ /**
18
+ * 用户短信验证码相关常量
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.UserSmsCaptchaEnum = {
23
+ Login: 'LOGIN',
24
+ ChangePassword: 'CHANGE_PASSWORD'
25
+ };
@@ -28,16 +28,16 @@ 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}
@@ -46,40 +46,34 @@ export interface GetUserWx200Response {
46
46
  'trailerFields'?: object;
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;
59
- /**
60
- *
61
- * @type {GetUserWx200ResponseOutputStream}
62
- * @memberof GetUserWx200Response
63
- */
64
- 'outputStream'?: GetUserWx200ResponseOutputStream;
58
+ 'bufferSize'?: number;
65
59
  /**
66
60
  *
67
- * @type {GetUserWx200ResponseLocale}
61
+ * @type {string}
68
62
  * @memberof GetUserWx200Response
69
63
  */
70
- 'locale'?: GetUserWx200ResponseLocale;
64
+ 'contentType'?: string;
71
65
  /**
72
66
  *
73
67
  * @type {number}
74
68
  * @memberof GetUserWx200Response
75
69
  */
76
- 'bufferSize'?: number;
70
+ 'contentLength'?: number;
77
71
  /**
78
72
  *
79
- * @type {object}
73
+ * @type {GetUserWx200ResponseOutputStream}
80
74
  * @memberof GetUserWx200Response
81
75
  */
82
- 'writer'?: object;
76
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
83
77
  /**
84
78
  *
85
79
  * @type {string}
@@ -98,5 +92,11 @@ export interface GetUserWx200Response {
98
92
  * @memberof GetUserWx200Response
99
93
  */
100
94
  'committed'?: boolean;
95
+ /**
96
+ *
97
+ * @type {object}
98
+ * @memberof GetUserWx200Response
99
+ */
100
+ 'writer'?: object;
101
101
  }
102
102
 
package/models/index.ts CHANGED
@@ -872,6 +872,7 @@ export * from './user-excel-dto';
872
872
  export * from './user-roles-and-permissions-dto';
873
873
  export * from './user-settings-entity';
874
874
  export * from './user-settings-update-bo';
875
+ export * from './user-sms-captcha-enum';
875
876
  export * from './user-whether-privacy-dto';
876
877
  export * from './user-white-del-dto';
877
878
  export * from './vehicle-payment-bo';
@@ -0,0 +1,31 @@
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
+ * @enum {string}
21
+ */
22
+
23
+ export const UserSmsCaptchaEnum = {
24
+ Login: 'LOGIN',
25
+ ChangePassword: 'CHANGE_PASSWORD'
26
+ } as const;
27
+
28
+ export type UserSmsCaptchaEnum = typeof UserSmsCaptchaEnum[keyof typeof UserSmsCaptchaEnum];
29
+
30
+
31
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.275",
3
+ "version": "4.2.0-alpha.277",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {