@cherryin/passport-api-client 0.1.0

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.
Files changed (222) hide show
  1. package/.openapi-generator/FILES +202 -0
  2. package/.openapi-generator/VERSION +1 -0
  3. package/.openapi-generator-ignore +23 -0
  4. package/README.md +336 -0
  5. package/api.ts +8354 -0
  6. package/base.ts +62 -0
  7. package/common.ts +113 -0
  8. package/configuration.ts +121 -0
  9. package/dist/api.d.ts +4798 -0
  10. package/dist/api.js +6070 -0
  11. package/dist/base.d.ts +42 -0
  12. package/dist/base.js +46 -0
  13. package/dist/common.d.ts +28 -0
  14. package/dist/common.js +124 -0
  15. package/dist/configuration.d.ts +98 -0
  16. package/dist/configuration.js +44 -0
  17. package/dist/esm/api.d.ts +4798 -0
  18. package/dist/esm/api.js +6043 -0
  19. package/dist/esm/base.d.ts +42 -0
  20. package/dist/esm/base.js +41 -0
  21. package/dist/esm/common.d.ts +28 -0
  22. package/dist/esm/common.js +112 -0
  23. package/dist/esm/configuration.d.ts +98 -0
  24. package/dist/esm/configuration.js +40 -0
  25. package/dist/esm/index.d.ts +13 -0
  26. package/dist/esm/index.js +15 -0
  27. package/dist/index.d.ts +13 -0
  28. package/dist/index.js +31 -0
  29. package/docs/AdminEnterpriseMaterials.md +24 -0
  30. package/docs/AdminEnterpriseUser.md +24 -0
  31. package/docs/AdminEnterpriseUserMaterials.md +22 -0
  32. package/docs/AdminPassportItem.md +24 -0
  33. package/docs/AdminUserItem.md +26 -0
  34. package/docs/Any.md +20 -0
  35. package/docs/AuthAdminSession.md +38 -0
  36. package/docs/AuthAdminUser.md +32 -0
  37. package/docs/AuthEnterpriseMaterials.md +32 -0
  38. package/docs/AuthEnterpriseSession.md +36 -0
  39. package/docs/AuthEnterpriseUser.md +36 -0
  40. package/docs/AuthIdToken.md +28 -0
  41. package/docs/AuthPassport.md +34 -0
  42. package/docs/AuthUser.md +38 -0
  43. package/docs/AuthUserMethod.md +38 -0
  44. package/docs/AuthUserSession.md +40 -0
  45. package/docs/PassportAdminPasswordForgetRequest.md +22 -0
  46. package/docs/PassportAdminPasswordForgetResponse.md +22 -0
  47. package/docs/PassportAdminPasswordResetRequest.md +28 -0
  48. package/docs/PassportAdminPasswordResetResponse.md +26 -0
  49. package/docs/PassportAdminPasswordResetTokenVerifyRequest.md +20 -0
  50. package/docs/PassportAdminPasswordResetTokenVerifyResponse.md +26 -0
  51. package/docs/PassportAdminSendVerificationEmailRequest.md +26 -0
  52. package/docs/PassportAdminSendVerificationEmailResponse.md +22 -0
  53. package/docs/PassportAdminSignInEmailRequest.md +28 -0
  54. package/docs/PassportAdminSignInEmailResponse.md +26 -0
  55. package/docs/PassportAdminTokenAuthRequest.md +20 -0
  56. package/docs/PassportAdminTokenAuthResponse.md +28 -0
  57. package/docs/PassportAuthAdminChangePasswordRequest.md +24 -0
  58. package/docs/PassportAuthAdminChangePasswordResponse.md +26 -0
  59. package/docs/PassportAuthAdminEnterpriseMaterialListResponse.md +28 -0
  60. package/docs/PassportAuthAdminEnterpriseMaterialReviewRequest.md +22 -0
  61. package/docs/PassportAuthAdminEnterpriseMaterialReviewResponse.md +22 -0
  62. package/docs/PassportAuthAdminGetInfoResponse.md +24 -0
  63. package/docs/PassportAuthAdminGetSessionResponse.md +26 -0
  64. package/docs/PassportAuthAdminListSessionsResponse.md +24 -0
  65. package/docs/PassportAuthAdminPassportDisableRequest.md +22 -0
  66. package/docs/PassportAuthAdminPassportDisableResponse.md +22 -0
  67. package/docs/PassportAuthAdminPassportListRequest.md +28 -0
  68. package/docs/PassportAuthAdminPassportListResponse.md +28 -0
  69. package/docs/PassportAuthAdminPassportModifyInfoRequest.md +28 -0
  70. package/docs/PassportAuthAdminPassportModifyInfoResponse.md +24 -0
  71. package/docs/PassportAuthAdminRPCServiceApi.md +60 -0
  72. package/docs/PassportAuthAdminResetPasswordRequest.md +20 -0
  73. package/docs/PassportAuthAdminResetPasswordResponse.md +22 -0
  74. package/docs/PassportAuthAdminRevokeOtherSessionsResponse.md +22 -0
  75. package/docs/PassportAuthAdminRevokeSessionRequest.md +20 -0
  76. package/docs/PassportAuthAdminRevokeSessionResponse.md +22 -0
  77. package/docs/PassportAuthAdminRevokeSessionsResponse.md +22 -0
  78. package/docs/PassportAuthAdminServiceApi.md +1267 -0
  79. package/docs/PassportAuthAdminSignOutResponse.md +22 -0
  80. package/docs/PassportAuthAdminUpdateInfoRequest.md +22 -0
  81. package/docs/PassportAuthAdminUpdateInfoResponse.md +24 -0
  82. package/docs/PassportAuthAdminUserDisableRequest.md +26 -0
  83. package/docs/PassportAuthAdminUserDisableResponse.md +22 -0
  84. package/docs/PassportAuthAdminUserListRequest.md +28 -0
  85. package/docs/PassportAuthAdminUserListResponse.md +28 -0
  86. package/docs/PassportAuthAdminUserModifyInfoRequest.md +32 -0
  87. package/docs/PassportAuthAdminUserModifyInfoResponse.md +24 -0
  88. package/docs/PassportAuthAdminUserModifyPermissionRequest.md +22 -0
  89. package/docs/PassportAuthAdminUserModifyPermissionResponse.md +24 -0
  90. package/docs/PassportAuthChangePasswordRequest.md +26 -0
  91. package/docs/PassportAuthChangePasswordResponse.md +26 -0
  92. package/docs/PassportAuthDeleteAllRequest.md +28 -0
  93. package/docs/PassportAuthDeleteAllResponse.md +22 -0
  94. package/docs/PassportAuthEnterpriseChangePasswordRequest.md +24 -0
  95. package/docs/PassportAuthEnterpriseChangePasswordResponse.md +26 -0
  96. package/docs/PassportAuthEnterpriseChangePhoneRequest.md +24 -0
  97. package/docs/PassportAuthEnterpriseChangePhoneResponse.md +22 -0
  98. package/docs/PassportAuthEnterpriseDeleteRequest.md +28 -0
  99. package/docs/PassportAuthEnterpriseDeleteResponse.md +22 -0
  100. package/docs/PassportAuthEnterpriseGetSessionResponse.md +24 -0
  101. package/docs/PassportAuthEnterpriseInfoGetResponse.md +24 -0
  102. package/docs/PassportAuthEnterpriseListSessionsResponse.md +24 -0
  103. package/docs/PassportAuthEnterpriseMaterialUploadRequest.md +26 -0
  104. package/docs/PassportAuthEnterpriseMaterialUploadResponse.md +22 -0
  105. package/docs/PassportAuthEnterpriseMaterialVerifyStateResponse.md +24 -0
  106. package/docs/PassportAuthEnterpriseRPCServiceApi.md +60 -0
  107. package/docs/PassportAuthEnterpriseRefreshTokenRequest.md +20 -0
  108. package/docs/PassportAuthEnterpriseRefreshTokenResponse.md +24 -0
  109. package/docs/PassportAuthEnterpriseResetPasswordRequest.md +22 -0
  110. package/docs/PassportAuthEnterpriseResetPasswordResponse.md +22 -0
  111. package/docs/PassportAuthEnterpriseRevokeOtherSessionsResponse.md +22 -0
  112. package/docs/PassportAuthEnterpriseRevokeSessionRequest.md +20 -0
  113. package/docs/PassportAuthEnterpriseRevokeSessionResponse.md +22 -0
  114. package/docs/PassportAuthEnterpriseRevokeSessionsResponse.md +22 -0
  115. package/docs/PassportAuthEnterpriseServiceApi.md +1148 -0
  116. package/docs/PassportAuthEnterpriseSignOutRequest.md +20 -0
  117. package/docs/PassportAuthEnterpriseSignOutResponse.md +22 -0
  118. package/docs/PassportAuthEnterpriseUpdateInfoRequest.md +22 -0
  119. package/docs/PassportAuthEnterpriseUpdateInfoResponse.md +24 -0
  120. package/docs/PassportAuthEnterpriseVerifyEmailRequest.md +24 -0
  121. package/docs/PassportAuthEnterpriseVerifyEmailResponse.md +22 -0
  122. package/docs/PassportAuthEnterpriseVerifyPhoneResponse.md +22 -0
  123. package/docs/PassportAuthInfoGetResponse.md +26 -0
  124. package/docs/PassportAuthLinkSocialRequest.md +32 -0
  125. package/docs/PassportAuthLinkSocialResponse.md +26 -0
  126. package/docs/PassportAuthListMethodsResponse.md +24 -0
  127. package/docs/PassportAuthListSessionsResponse.md +24 -0
  128. package/docs/PassportAuthListSocialsResponse.md +24 -0
  129. package/docs/PassportAuthRefreshSessionTokenRequest.md +20 -0
  130. package/docs/PassportAuthRefreshSessionTokenResponse.md +24 -0
  131. package/docs/PassportAuthResetPasswordRequest.md +24 -0
  132. package/docs/PassportAuthResetPasswordResponse.md +22 -0
  133. package/docs/PassportAuthRevokeOtherSessionsRequest.md +20 -0
  134. package/docs/PassportAuthRevokeOtherSessionsResponse.md +24 -0
  135. package/docs/PassportAuthRevokeSessionRequest.md +20 -0
  136. package/docs/PassportAuthRevokeSessionResponse.md +22 -0
  137. package/docs/PassportAuthRevokeSessionsRequest.md +20 -0
  138. package/docs/PassportAuthRevokeSessionsResponse.md +22 -0
  139. package/docs/PassportAuthSendVerificationEmailRequest.md +26 -0
  140. package/docs/PassportAuthSendVerificationEmailResponse.md +22 -0
  141. package/docs/PassportAuthSendVerificationPhoneRequest.md +26 -0
  142. package/docs/PassportAuthSendVerificationPhoneResponse.md +22 -0
  143. package/docs/PassportAuthSocialGetAccessTokenRequest.md +24 -0
  144. package/docs/PassportAuthSocialGetAccessTokenResponse.md +34 -0
  145. package/docs/PassportAuthSocialRefreshTokenRequest.md +24 -0
  146. package/docs/PassportAuthSocialRefreshTokenResponse.md +34 -0
  147. package/docs/PassportAuthUnlinkSocialRequest.md +24 -0
  148. package/docs/PassportAuthUnlinkSocialResponse.md +22 -0
  149. package/docs/PassportAuthUserChangeEmailRequest.md +24 -0
  150. package/docs/PassportAuthUserChangeEmailResponse.md +24 -0
  151. package/docs/PassportAuthUserChangePhoneRequest.md +26 -0
  152. package/docs/PassportAuthUserChangePhoneResponse.md +24 -0
  153. package/docs/PassportAuthUserDeleteRequest.md +30 -0
  154. package/docs/PassportAuthUserDeleteResponse.md +22 -0
  155. package/docs/PassportAuthUserGetSessionResponse.md +24 -0
  156. package/docs/PassportAuthUserInfoGetResponse.md +24 -0
  157. package/docs/PassportAuthUserRPCServiceApi.md +219 -0
  158. package/docs/PassportAuthUserServiceApi.md +1963 -0
  159. package/docs/PassportAuthUserSignOutRequest.md +22 -0
  160. package/docs/PassportAuthUserSignOutResponse.md +22 -0
  161. package/docs/PassportAuthUserUpdateInfoRequest.md +28 -0
  162. package/docs/PassportAuthUserUpdateInfoResponse.md +24 -0
  163. package/docs/PassportAuthUserUpdatePassportRequest.md +22 -0
  164. package/docs/PassportAuthUserUpdatePassportResponse.md +24 -0
  165. package/docs/PassportAuthUserVerifyEmailRequest.md +26 -0
  166. package/docs/PassportAuthUserVerifyEmailResponse.md +22 -0
  167. package/docs/PassportAuthUserVerifyPhoneRequest.md +24 -0
  168. package/docs/PassportAuthUserVerifyPhoneResponse.md +22 -0
  169. package/docs/PassportEnterprisePasswordResetRequest.md +24 -0
  170. package/docs/PassportEnterprisePasswordResetResponse.md +26 -0
  171. package/docs/PassportEnterpriseSendVerificationEmailRequest.md +24 -0
  172. package/docs/PassportEnterpriseSendVerificationEmailResponse.md +22 -0
  173. package/docs/PassportEnterpriseSendVerificationPhoneRequest.md +24 -0
  174. package/docs/PassportEnterpriseSendVerificationPhoneResponse.md +22 -0
  175. package/docs/PassportEnterpriseSignInEmailRequest.md +30 -0
  176. package/docs/PassportEnterpriseSignInEmailResponse.md +30 -0
  177. package/docs/PassportEnterpriseSignInPhoneRequest.md +24 -0
  178. package/docs/PassportEnterpriseSignInPhoneResponse.md +26 -0
  179. package/docs/PassportEnterpriseSignUpEmailRequest.md +34 -0
  180. package/docs/PassportEnterpriseSignUpEmailResponse.md +30 -0
  181. package/docs/PassportEnterpriseTokenAuthRequest.md +20 -0
  182. package/docs/PassportEnterpriseTokenAuthResponse.md +28 -0
  183. package/docs/PassportSendVerificationEmailRequest.md +26 -0
  184. package/docs/PassportSendVerificationEmailResponse.md +22 -0
  185. package/docs/PassportSendVerificationPhoneRequest.md +26 -0
  186. package/docs/PassportSendVerificationPhoneResponse.md +22 -0
  187. package/docs/PassportUserInfoBatchGetRequest.md +24 -0
  188. package/docs/PassportUserInfoBatchGetResponse.md +24 -0
  189. package/docs/PassportUserInfoGetRequest.md +24 -0
  190. package/docs/PassportUserInfoGetResponse.md +24 -0
  191. package/docs/PassportUserOAuthCallbackResponse.md +36 -0
  192. package/docs/PassportUserPasswordForgetRequest.md +24 -0
  193. package/docs/PassportUserPasswordForgetResponse.md +22 -0
  194. package/docs/PassportUserPasswordResetRequest.md +30 -0
  195. package/docs/PassportUserPasswordResetResponse.md +26 -0
  196. package/docs/PassportUserPasswordResetTokenVerifyRequest.md +22 -0
  197. package/docs/PassportUserPasswordResetTokenVerifyResponse.md +26 -0
  198. package/docs/PassportUserSignInEmailRequest.md +32 -0
  199. package/docs/PassportUserSignInEmailResponse.md +32 -0
  200. package/docs/PassportUserSignInPhoneRequest.md +26 -0
  201. package/docs/PassportUserSignInPhoneResponse.md +28 -0
  202. package/docs/PassportUserSignInSocialRequest.md +32 -0
  203. package/docs/PassportUserSignInSocialResponse.md +32 -0
  204. package/docs/PassportUserSignUpEmailRequest.md +36 -0
  205. package/docs/PassportUserSignUpEmailResponse.md +32 -0
  206. package/docs/PassportUserTokenAuthRequest.md +20 -0
  207. package/docs/PassportUserTokenAuthResponse.md +28 -0
  208. package/docs/PassportUserUpdateInfoRequest.md +30 -0
  209. package/docs/PassportUserUpdateInfoResponse.md +22 -0
  210. package/docs/Status.md +24 -0
  211. package/docs/UserBasic.md +42 -0
  212. package/docs/UserExtendInfo.md +20 -0
  213. package/docs/UserInfo.md +28 -0
  214. package/docs/UserInfoQueryOptions.md +28 -0
  215. package/docs/UserPaymentInfo.md +20 -0
  216. package/docs/UserPreferences.md +22 -0
  217. package/docs/UserSettings.md +20 -0
  218. package/git_push.sh +57 -0
  219. package/index.ts +18 -0
  220. package/package.json +36 -0
  221. package/tsconfig.esm.json +7 -0
  222. package/tsconfig.json +18 -0
@@ -0,0 +1,1267 @@
1
+ # PassportAuthAdminServiceApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**passportAuthAdminServicePassportAdminPasswordForget**](#passportauthadminservicepassportadminpasswordforget) | **POST** /passport/admin/auth/v1/password/forget | 未登录 - 忘记密码请求|
8
+ |[**passportAuthAdminServicePassportAdminPasswordReset**](#passportauthadminservicepassportadminpasswordreset) | **POST** /passport/admin/auth/v1/password/reset | 未登录 - 重置密码|
9
+ |[**passportAuthAdminServicePassportAdminPasswordResetTokenVerify**](#passportauthadminservicepassportadminpasswordresettokenverify) | **POST** /passport/admin/auth/v1/password/reset-token | 未登录 - 验证重置 Token|
10
+ |[**passportAuthAdminServicePassportAdminSendVerificationEmail**](#passportauthadminservicepassportadminsendverificationemail) | **POST** /passport/admin/auth/v1/verification/send-email | 发送验证邮件 - code|
11
+ |[**passportAuthAdminServicePassportAdminSignInEmail**](#passportauthadminservicepassportadminsigninemail) | **POST** /passport/admin/auth/v1/sign-in/email | 通过邮箱登录 - password / code|
12
+ |[**passportAuthAdminServicePassportAuthAdminChangePassword**](#passportauthadminservicepassportauthadminchangepassword) | **POST** /passport/admin/authed/v1/password/change | 已登录 - 修改密码(需当前密码)|
13
+ |[**passportAuthAdminServicePassportAuthAdminEnterpriseMaterialList**](#passportauthadminservicepassportauthadminenterprisemateriallist) | **GET** /passport/admin/authed/v1/enterprise/material/list | 获取企业信息+认证材料列表|
14
+ |[**passportAuthAdminServicePassportAuthAdminEnterpriseMaterialReview**](#passportauthadminservicepassportauthadminenterprisematerialreview) | **POST** /passport/admin/authed/v1/enterprise/material/review | 审核企业认证材料|
15
+ |[**passportAuthAdminServicePassportAuthAdminGetInfo**](#passportauthadminservicepassportauthadmingetinfo) | **POST** /passport/admin/authed/v1/personal/info/get | 获取管理员个人信息|
16
+ |[**passportAuthAdminServicePassportAuthAdminGetSession**](#passportauthadminservicepassportauthadmingetsession) | **GET** /passport/admin/authed/v1/session/get | |
17
+ |[**passportAuthAdminServicePassportAuthAdminListSessions**](#passportauthadminservicepassportauthadminlistsessions) | **GET** /passport/admin/authed/v1/sessions/list | |
18
+ |[**passportAuthAdminServicePassportAuthAdminPassportDisable**](#passportauthadminservicepassportauthadminpassportdisable) | **POST** /passport/admin/authed/v1/passport/disable | 禁用通行证|
19
+ |[**passportAuthAdminServicePassportAuthAdminPassportList**](#passportauthadminservicepassportauthadminpassportlist) | **POST** /passport/admin/authed/v1/passport/list | 管理员查看通行证列表|
20
+ |[**passportAuthAdminServicePassportAuthAdminPassportModifyInfo**](#passportauthadminservicepassportauthadminpassportmodifyinfo) | **POST** /passport/admin/authed/v1/passport/modify/info | 修改通行证信息|
21
+ |[**passportAuthAdminServicePassportAuthAdminResetPassword**](#passportauthadminservicepassportauthadminresetpassword) | **POST** /passport/admin/authed/v1/password/reset | 已登录 - 重置密码(简化版,无需验证码)|
22
+ |[**passportAuthAdminServicePassportAuthAdminRevokeOtherSessions**](#passportauthadminservicepassportauthadminrevokeothersessions) | **POST** /passport/admin/authed/v1/sessions/revoke-other | |
23
+ |[**passportAuthAdminServicePassportAuthAdminRevokeSession**](#passportauthadminservicepassportauthadminrevokesession) | **POST** /passport/admin/authed/v1/session/revoke | |
24
+ |[**passportAuthAdminServicePassportAuthAdminRevokeSessions**](#passportauthadminservicepassportauthadminrevokesessions) | **POST** /passport/admin/authed/v1/sessions/revoke-all | |
25
+ |[**passportAuthAdminServicePassportAuthAdminSignOut**](#passportauthadminservicepassportauthadminsignout) | **POST** /passport/admin/authed/v1/sign-out | 用户退出登录|
26
+ |[**passportAuthAdminServicePassportAuthAdminUpdateInfo**](#passportauthadminservicepassportauthadminupdateinfo) | **POST** /passport/admin/authed/v1/personal/info/update | 修改管理员个人信息|
27
+ |[**passportAuthAdminServicePassportAuthAdminUserDisable**](#passportauthadminservicepassportauthadminuserdisable) | **POST** /passport/admin/authed/v1/user/disable | 禁用用户|
28
+ |[**passportAuthAdminServicePassportAuthAdminUserList**](#passportauthadminservicepassportauthadminuserlist) | **POST** /passport/admin/authed/v1/user/list | 管理员查看用户列表|
29
+ |[**passportAuthAdminServicePassportAuthAdminUserModifyInfo**](#passportauthadminservicepassportauthadminusermodifyinfo) | **POST** /passport/admin/authed/v1/user/modify/info | 管理员修改用户信息|
30
+ |[**passportAuthAdminServicePassportAuthAdminUserModifyPermission**](#passportauthadminservicepassportauthadminusermodifypermission) | **POST** /passport/admin/authed/v1/user/modify/permission | 管理员修改用户权限|
31
+
32
+ # **passportAuthAdminServicePassportAdminPasswordForget**
33
+ > PassportAdminPasswordForgetResponse passportAuthAdminServicePassportAdminPasswordForget(body)
34
+
35
+
36
+ ### Example
37
+
38
+ ```typescript
39
+ import {
40
+ PassportAuthAdminServiceApi,
41
+ Configuration,
42
+ PassportAdminPasswordForgetRequest
43
+ } from '@cherryin/passport-api-client';
44
+
45
+ const configuration = new Configuration();
46
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
47
+
48
+ let body: PassportAdminPasswordForgetRequest; //
49
+
50
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAdminPasswordForget(
51
+ body
52
+ );
53
+ ```
54
+
55
+ ### Parameters
56
+
57
+ |Name | Type | Description | Notes|
58
+ |------------- | ------------- | ------------- | -------------|
59
+ | **body** | **PassportAdminPasswordForgetRequest**| | |
60
+
61
+
62
+ ### Return type
63
+
64
+ **PassportAdminPasswordForgetResponse**
65
+
66
+ ### Authorization
67
+
68
+ No authorization required
69
+
70
+ ### HTTP request headers
71
+
72
+ - **Content-Type**: application/json
73
+ - **Accept**: application/json
74
+
75
+
76
+ ### HTTP response details
77
+ | Status code | Description | Response headers |
78
+ |-------------|-------------|------------------|
79
+ |**200** | A successful response. | - |
80
+ |**0** | An unexpected error response. | - |
81
+
82
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
83
+
84
+ # **passportAuthAdminServicePassportAdminPasswordReset**
85
+ > PassportAdminPasswordResetResponse passportAuthAdminServicePassportAdminPasswordReset(body)
86
+
87
+
88
+ ### Example
89
+
90
+ ```typescript
91
+ import {
92
+ PassportAuthAdminServiceApi,
93
+ Configuration,
94
+ PassportAdminPasswordResetRequest
95
+ } from '@cherryin/passport-api-client';
96
+
97
+ const configuration = new Configuration();
98
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
99
+
100
+ let body: PassportAdminPasswordResetRequest; //
101
+
102
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAdminPasswordReset(
103
+ body
104
+ );
105
+ ```
106
+
107
+ ### Parameters
108
+
109
+ |Name | Type | Description | Notes|
110
+ |------------- | ------------- | ------------- | -------------|
111
+ | **body** | **PassportAdminPasswordResetRequest**| | |
112
+
113
+
114
+ ### Return type
115
+
116
+ **PassportAdminPasswordResetResponse**
117
+
118
+ ### Authorization
119
+
120
+ No authorization required
121
+
122
+ ### HTTP request headers
123
+
124
+ - **Content-Type**: application/json
125
+ - **Accept**: application/json
126
+
127
+
128
+ ### HTTP response details
129
+ | Status code | Description | Response headers |
130
+ |-------------|-------------|------------------|
131
+ |**200** | A successful response. | - |
132
+ |**0** | An unexpected error response. | - |
133
+
134
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
135
+
136
+ # **passportAuthAdminServicePassportAdminPasswordResetTokenVerify**
137
+ > PassportAdminPasswordResetTokenVerifyResponse passportAuthAdminServicePassportAdminPasswordResetTokenVerify(body)
138
+
139
+
140
+ ### Example
141
+
142
+ ```typescript
143
+ import {
144
+ PassportAuthAdminServiceApi,
145
+ Configuration,
146
+ PassportAdminPasswordResetTokenVerifyRequest
147
+ } from '@cherryin/passport-api-client';
148
+
149
+ const configuration = new Configuration();
150
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
151
+
152
+ let body: PassportAdminPasswordResetTokenVerifyRequest; //
153
+
154
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAdminPasswordResetTokenVerify(
155
+ body
156
+ );
157
+ ```
158
+
159
+ ### Parameters
160
+
161
+ |Name | Type | Description | Notes|
162
+ |------------- | ------------- | ------------- | -------------|
163
+ | **body** | **PassportAdminPasswordResetTokenVerifyRequest**| | |
164
+
165
+
166
+ ### Return type
167
+
168
+ **PassportAdminPasswordResetTokenVerifyResponse**
169
+
170
+ ### Authorization
171
+
172
+ No authorization required
173
+
174
+ ### HTTP request headers
175
+
176
+ - **Content-Type**: application/json
177
+ - **Accept**: application/json
178
+
179
+
180
+ ### HTTP response details
181
+ | Status code | Description | Response headers |
182
+ |-------------|-------------|------------------|
183
+ |**200** | A successful response. | - |
184
+ |**0** | An unexpected error response. | - |
185
+
186
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
187
+
188
+ # **passportAuthAdminServicePassportAdminSendVerificationEmail**
189
+ > PassportAdminSendVerificationEmailResponse passportAuthAdminServicePassportAdminSendVerificationEmail(body)
190
+
191
+
192
+ ### Example
193
+
194
+ ```typescript
195
+ import {
196
+ PassportAuthAdminServiceApi,
197
+ Configuration,
198
+ PassportAdminSendVerificationEmailRequest
199
+ } from '@cherryin/passport-api-client';
200
+
201
+ const configuration = new Configuration();
202
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
203
+
204
+ let body: PassportAdminSendVerificationEmailRequest; //
205
+
206
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAdminSendVerificationEmail(
207
+ body
208
+ );
209
+ ```
210
+
211
+ ### Parameters
212
+
213
+ |Name | Type | Description | Notes|
214
+ |------------- | ------------- | ------------- | -------------|
215
+ | **body** | **PassportAdminSendVerificationEmailRequest**| | |
216
+
217
+
218
+ ### Return type
219
+
220
+ **PassportAdminSendVerificationEmailResponse**
221
+
222
+ ### Authorization
223
+
224
+ No authorization required
225
+
226
+ ### HTTP request headers
227
+
228
+ - **Content-Type**: application/json
229
+ - **Accept**: application/json
230
+
231
+
232
+ ### HTTP response details
233
+ | Status code | Description | Response headers |
234
+ |-------------|-------------|------------------|
235
+ |**200** | A successful response. | - |
236
+ |**0** | An unexpected error response. | - |
237
+
238
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
239
+
240
+ # **passportAuthAdminServicePassportAdminSignInEmail**
241
+ > PassportAdminSignInEmailResponse passportAuthAdminServicePassportAdminSignInEmail(body)
242
+
243
+
244
+ ### Example
245
+
246
+ ```typescript
247
+ import {
248
+ PassportAuthAdminServiceApi,
249
+ Configuration,
250
+ PassportAdminSignInEmailRequest
251
+ } from '@cherryin/passport-api-client';
252
+
253
+ const configuration = new Configuration();
254
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
255
+
256
+ let body: PassportAdminSignInEmailRequest; //
257
+
258
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAdminSignInEmail(
259
+ body
260
+ );
261
+ ```
262
+
263
+ ### Parameters
264
+
265
+ |Name | Type | Description | Notes|
266
+ |------------- | ------------- | ------------- | -------------|
267
+ | **body** | **PassportAdminSignInEmailRequest**| | |
268
+
269
+
270
+ ### Return type
271
+
272
+ **PassportAdminSignInEmailResponse**
273
+
274
+ ### Authorization
275
+
276
+ No authorization required
277
+
278
+ ### HTTP request headers
279
+
280
+ - **Content-Type**: application/json
281
+ - **Accept**: application/json
282
+
283
+
284
+ ### HTTP response details
285
+ | Status code | Description | Response headers |
286
+ |-------------|-------------|------------------|
287
+ |**200** | A successful response. | - |
288
+ |**0** | An unexpected error response. | - |
289
+
290
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
291
+
292
+ # **passportAuthAdminServicePassportAuthAdminChangePassword**
293
+ > PassportAuthAdminChangePasswordResponse passportAuthAdminServicePassportAuthAdminChangePassword(body)
294
+
295
+
296
+ ### Example
297
+
298
+ ```typescript
299
+ import {
300
+ PassportAuthAdminServiceApi,
301
+ Configuration,
302
+ PassportAuthAdminChangePasswordRequest
303
+ } from '@cherryin/passport-api-client';
304
+
305
+ const configuration = new Configuration();
306
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
307
+
308
+ let body: PassportAuthAdminChangePasswordRequest; //
309
+
310
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminChangePassword(
311
+ body
312
+ );
313
+ ```
314
+
315
+ ### Parameters
316
+
317
+ |Name | Type | Description | Notes|
318
+ |------------- | ------------- | ------------- | -------------|
319
+ | **body** | **PassportAuthAdminChangePasswordRequest**| | |
320
+
321
+
322
+ ### Return type
323
+
324
+ **PassportAuthAdminChangePasswordResponse**
325
+
326
+ ### Authorization
327
+
328
+ No authorization required
329
+
330
+ ### HTTP request headers
331
+
332
+ - **Content-Type**: application/json
333
+ - **Accept**: application/json
334
+
335
+
336
+ ### HTTP response details
337
+ | Status code | Description | Response headers |
338
+ |-------------|-------------|------------------|
339
+ |**200** | A successful response. | - |
340
+ |**0** | An unexpected error response. | - |
341
+
342
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
343
+
344
+ # **passportAuthAdminServicePassportAuthAdminEnterpriseMaterialList**
345
+ > PassportAuthAdminEnterpriseMaterialListResponse passportAuthAdminServicePassportAuthAdminEnterpriseMaterialList()
346
+
347
+
348
+ ### Example
349
+
350
+ ```typescript
351
+ import {
352
+ PassportAuthAdminServiceApi,
353
+ Configuration
354
+ } from '@cherryin/passport-api-client';
355
+
356
+ const configuration = new Configuration();
357
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
358
+
359
+ let page: number; //page 页码,从 1 开始 默认值: 1 @gotags: form:\"page\" (optional) (default to undefined)
360
+ let pageSize: number; //page_size 每页数量 默认值: 20,最大值: 100 @gotags: form:\"page_size\" (optional) (default to undefined)
361
+ let status: Array<number>; //status 按状态过滤(可选) 0: 返回所有状态 1: 仅返回草稿状态 2: 仅返回已发布状态 3: 仅返回已禁用状态 @gotags: form:\"status\" (optional) (default to undefined)
362
+ let enterpriseName: string; //enterprise_name 按名称前缀过滤(可选) @gotags: form:\"enterprise_name\" (optional) (default to undefined)
363
+
364
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminEnterpriseMaterialList(
365
+ page,
366
+ pageSize,
367
+ status,
368
+ enterpriseName
369
+ );
370
+ ```
371
+
372
+ ### Parameters
373
+
374
+ |Name | Type | Description | Notes|
375
+ |------------- | ------------- | ------------- | -------------|
376
+ | **page** | [**number**] | page 页码,从 1 开始 默认值: 1 @gotags: form:\&quot;page\&quot; | (optional) defaults to undefined|
377
+ | **pageSize** | [**number**] | page_size 每页数量 默认值: 20,最大值: 100 @gotags: form:\&quot;page_size\&quot; | (optional) defaults to undefined|
378
+ | **status** | **Array&lt;number&gt;** | status 按状态过滤(可选) 0: 返回所有状态 1: 仅返回草稿状态 2: 仅返回已发布状态 3: 仅返回已禁用状态 @gotags: form:\&quot;status\&quot; | (optional) defaults to undefined|
379
+ | **enterpriseName** | [**string**] | enterprise_name 按名称前缀过滤(可选) @gotags: form:\&quot;enterprise_name\&quot; | (optional) defaults to undefined|
380
+
381
+
382
+ ### Return type
383
+
384
+ **PassportAuthAdminEnterpriseMaterialListResponse**
385
+
386
+ ### Authorization
387
+
388
+ No authorization required
389
+
390
+ ### HTTP request headers
391
+
392
+ - **Content-Type**: Not defined
393
+ - **Accept**: application/json
394
+
395
+
396
+ ### HTTP response details
397
+ | Status code | Description | Response headers |
398
+ |-------------|-------------|------------------|
399
+ |**200** | A successful response. | - |
400
+ |**0** | An unexpected error response. | - |
401
+
402
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
403
+
404
+ # **passportAuthAdminServicePassportAuthAdminEnterpriseMaterialReview**
405
+ > PassportAuthAdminEnterpriseMaterialReviewResponse passportAuthAdminServicePassportAuthAdminEnterpriseMaterialReview(body)
406
+
407
+
408
+ ### Example
409
+
410
+ ```typescript
411
+ import {
412
+ PassportAuthAdminServiceApi,
413
+ Configuration,
414
+ PassportAuthAdminEnterpriseMaterialReviewRequest
415
+ } from '@cherryin/passport-api-client';
416
+
417
+ const configuration = new Configuration();
418
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
419
+
420
+ let body: PassportAuthAdminEnterpriseMaterialReviewRequest; //
421
+
422
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminEnterpriseMaterialReview(
423
+ body
424
+ );
425
+ ```
426
+
427
+ ### Parameters
428
+
429
+ |Name | Type | Description | Notes|
430
+ |------------- | ------------- | ------------- | -------------|
431
+ | **body** | **PassportAuthAdminEnterpriseMaterialReviewRequest**| | |
432
+
433
+
434
+ ### Return type
435
+
436
+ **PassportAuthAdminEnterpriseMaterialReviewResponse**
437
+
438
+ ### Authorization
439
+
440
+ No authorization required
441
+
442
+ ### HTTP request headers
443
+
444
+ - **Content-Type**: application/json
445
+ - **Accept**: application/json
446
+
447
+
448
+ ### HTTP response details
449
+ | Status code | Description | Response headers |
450
+ |-------------|-------------|------------------|
451
+ |**200** | A successful response. | - |
452
+ |**0** | An unexpected error response. | - |
453
+
454
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
455
+
456
+ # **passportAuthAdminServicePassportAuthAdminGetInfo**
457
+ > PassportAuthAdminGetInfoResponse passportAuthAdminServicePassportAuthAdminGetInfo(body)
458
+
459
+
460
+ ### Example
461
+
462
+ ```typescript
463
+ import {
464
+ PassportAuthAdminServiceApi,
465
+ Configuration
466
+ } from '@cherryin/passport-api-client';
467
+
468
+ const configuration = new Configuration();
469
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
470
+
471
+ let body: object; //
472
+
473
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminGetInfo(
474
+ body
475
+ );
476
+ ```
477
+
478
+ ### Parameters
479
+
480
+ |Name | Type | Description | Notes|
481
+ |------------- | ------------- | ------------- | -------------|
482
+ | **body** | **object**| | |
483
+
484
+
485
+ ### Return type
486
+
487
+ **PassportAuthAdminGetInfoResponse**
488
+
489
+ ### Authorization
490
+
491
+ No authorization required
492
+
493
+ ### HTTP request headers
494
+
495
+ - **Content-Type**: application/json
496
+ - **Accept**: application/json
497
+
498
+
499
+ ### HTTP response details
500
+ | Status code | Description | Response headers |
501
+ |-------------|-------------|------------------|
502
+ |**200** | A successful response. | - |
503
+ |**0** | An unexpected error response. | - |
504
+
505
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
506
+
507
+ # **passportAuthAdminServicePassportAuthAdminGetSession**
508
+ > PassportAuthAdminGetSessionResponse passportAuthAdminServicePassportAuthAdminGetSession()
509
+
510
+
511
+ ### Example
512
+
513
+ ```typescript
514
+ import {
515
+ PassportAuthAdminServiceApi,
516
+ Configuration
517
+ } from '@cherryin/passport-api-client';
518
+
519
+ const configuration = new Configuration();
520
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
521
+
522
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminGetSession();
523
+ ```
524
+
525
+ ### Parameters
526
+ This endpoint does not have any parameters.
527
+
528
+
529
+ ### Return type
530
+
531
+ **PassportAuthAdminGetSessionResponse**
532
+
533
+ ### Authorization
534
+
535
+ No authorization required
536
+
537
+ ### HTTP request headers
538
+
539
+ - **Content-Type**: Not defined
540
+ - **Accept**: application/json
541
+
542
+
543
+ ### HTTP response details
544
+ | Status code | Description | Response headers |
545
+ |-------------|-------------|------------------|
546
+ |**200** | A successful response. | - |
547
+ |**0** | An unexpected error response. | - |
548
+
549
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
550
+
551
+ # **passportAuthAdminServicePassportAuthAdminListSessions**
552
+ > PassportAuthAdminListSessionsResponse passportAuthAdminServicePassportAuthAdminListSessions()
553
+
554
+
555
+ ### Example
556
+
557
+ ```typescript
558
+ import {
559
+ PassportAuthAdminServiceApi,
560
+ Configuration
561
+ } from '@cherryin/passport-api-client';
562
+
563
+ const configuration = new Configuration();
564
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
565
+
566
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminListSessions();
567
+ ```
568
+
569
+ ### Parameters
570
+ This endpoint does not have any parameters.
571
+
572
+
573
+ ### Return type
574
+
575
+ **PassportAuthAdminListSessionsResponse**
576
+
577
+ ### Authorization
578
+
579
+ No authorization required
580
+
581
+ ### HTTP request headers
582
+
583
+ - **Content-Type**: Not defined
584
+ - **Accept**: application/json
585
+
586
+
587
+ ### HTTP response details
588
+ | Status code | Description | Response headers |
589
+ |-------------|-------------|------------------|
590
+ |**200** | A successful response. | - |
591
+ |**0** | An unexpected error response. | - |
592
+
593
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
594
+
595
+ # **passportAuthAdminServicePassportAuthAdminPassportDisable**
596
+ > PassportAuthAdminPassportDisableResponse passportAuthAdminServicePassportAuthAdminPassportDisable(body)
597
+
598
+
599
+ ### Example
600
+
601
+ ```typescript
602
+ import {
603
+ PassportAuthAdminServiceApi,
604
+ Configuration,
605
+ PassportAuthAdminPassportDisableRequest
606
+ } from '@cherryin/passport-api-client';
607
+
608
+ const configuration = new Configuration();
609
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
610
+
611
+ let body: PassportAuthAdminPassportDisableRequest; //
612
+
613
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminPassportDisable(
614
+ body
615
+ );
616
+ ```
617
+
618
+ ### Parameters
619
+
620
+ |Name | Type | Description | Notes|
621
+ |------------- | ------------- | ------------- | -------------|
622
+ | **body** | **PassportAuthAdminPassportDisableRequest**| | |
623
+
624
+
625
+ ### Return type
626
+
627
+ **PassportAuthAdminPassportDisableResponse**
628
+
629
+ ### Authorization
630
+
631
+ No authorization required
632
+
633
+ ### HTTP request headers
634
+
635
+ - **Content-Type**: application/json
636
+ - **Accept**: application/json
637
+
638
+
639
+ ### HTTP response details
640
+ | Status code | Description | Response headers |
641
+ |-------------|-------------|------------------|
642
+ |**200** | A successful response. | - |
643
+ |**0** | An unexpected error response. | - |
644
+
645
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
646
+
647
+ # **passportAuthAdminServicePassportAuthAdminPassportList**
648
+ > PassportAuthAdminPassportListResponse passportAuthAdminServicePassportAuthAdminPassportList(body)
649
+
650
+
651
+ ### Example
652
+
653
+ ```typescript
654
+ import {
655
+ PassportAuthAdminServiceApi,
656
+ Configuration,
657
+ PassportAuthAdminPassportListRequest
658
+ } from '@cherryin/passport-api-client';
659
+
660
+ const configuration = new Configuration();
661
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
662
+
663
+ let body: PassportAuthAdminPassportListRequest; //
664
+
665
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminPassportList(
666
+ body
667
+ );
668
+ ```
669
+
670
+ ### Parameters
671
+
672
+ |Name | Type | Description | Notes|
673
+ |------------- | ------------- | ------------- | -------------|
674
+ | **body** | **PassportAuthAdminPassportListRequest**| | |
675
+
676
+
677
+ ### Return type
678
+
679
+ **PassportAuthAdminPassportListResponse**
680
+
681
+ ### Authorization
682
+
683
+ No authorization required
684
+
685
+ ### HTTP request headers
686
+
687
+ - **Content-Type**: application/json
688
+ - **Accept**: application/json
689
+
690
+
691
+ ### HTTP response details
692
+ | Status code | Description | Response headers |
693
+ |-------------|-------------|------------------|
694
+ |**200** | A successful response. | - |
695
+ |**0** | An unexpected error response. | - |
696
+
697
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
698
+
699
+ # **passportAuthAdminServicePassportAuthAdminPassportModifyInfo**
700
+ > PassportAuthAdminPassportModifyInfoResponse passportAuthAdminServicePassportAuthAdminPassportModifyInfo(body)
701
+
702
+
703
+ ### Example
704
+
705
+ ```typescript
706
+ import {
707
+ PassportAuthAdminServiceApi,
708
+ Configuration,
709
+ PassportAuthAdminPassportModifyInfoRequest
710
+ } from '@cherryin/passport-api-client';
711
+
712
+ const configuration = new Configuration();
713
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
714
+
715
+ let body: PassportAuthAdminPassportModifyInfoRequest; //
716
+
717
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminPassportModifyInfo(
718
+ body
719
+ );
720
+ ```
721
+
722
+ ### Parameters
723
+
724
+ |Name | Type | Description | Notes|
725
+ |------------- | ------------- | ------------- | -------------|
726
+ | **body** | **PassportAuthAdminPassportModifyInfoRequest**| | |
727
+
728
+
729
+ ### Return type
730
+
731
+ **PassportAuthAdminPassportModifyInfoResponse**
732
+
733
+ ### Authorization
734
+
735
+ No authorization required
736
+
737
+ ### HTTP request headers
738
+
739
+ - **Content-Type**: application/json
740
+ - **Accept**: application/json
741
+
742
+
743
+ ### HTTP response details
744
+ | Status code | Description | Response headers |
745
+ |-------------|-------------|------------------|
746
+ |**200** | A successful response. | - |
747
+ |**0** | An unexpected error response. | - |
748
+
749
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
750
+
751
+ # **passportAuthAdminServicePassportAuthAdminResetPassword**
752
+ > PassportAuthAdminResetPasswordResponse passportAuthAdminServicePassportAuthAdminResetPassword(body)
753
+
754
+
755
+ ### Example
756
+
757
+ ```typescript
758
+ import {
759
+ PassportAuthAdminServiceApi,
760
+ Configuration,
761
+ PassportAuthAdminResetPasswordRequest
762
+ } from '@cherryin/passport-api-client';
763
+
764
+ const configuration = new Configuration();
765
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
766
+
767
+ let body: PassportAuthAdminResetPasswordRequest; //
768
+
769
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminResetPassword(
770
+ body
771
+ );
772
+ ```
773
+
774
+ ### Parameters
775
+
776
+ |Name | Type | Description | Notes|
777
+ |------------- | ------------- | ------------- | -------------|
778
+ | **body** | **PassportAuthAdminResetPasswordRequest**| | |
779
+
780
+
781
+ ### Return type
782
+
783
+ **PassportAuthAdminResetPasswordResponse**
784
+
785
+ ### Authorization
786
+
787
+ No authorization required
788
+
789
+ ### HTTP request headers
790
+
791
+ - **Content-Type**: application/json
792
+ - **Accept**: application/json
793
+
794
+
795
+ ### HTTP response details
796
+ | Status code | Description | Response headers |
797
+ |-------------|-------------|------------------|
798
+ |**200** | A successful response. | - |
799
+ |**0** | An unexpected error response. | - |
800
+
801
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
802
+
803
+ # **passportAuthAdminServicePassportAuthAdminRevokeOtherSessions**
804
+ > PassportAuthAdminRevokeOtherSessionsResponse passportAuthAdminServicePassportAuthAdminRevokeOtherSessions(body)
805
+
806
+
807
+ ### Example
808
+
809
+ ```typescript
810
+ import {
811
+ PassportAuthAdminServiceApi,
812
+ Configuration
813
+ } from '@cherryin/passport-api-client';
814
+
815
+ const configuration = new Configuration();
816
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
817
+
818
+ let body: object; //
819
+
820
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminRevokeOtherSessions(
821
+ body
822
+ );
823
+ ```
824
+
825
+ ### Parameters
826
+
827
+ |Name | Type | Description | Notes|
828
+ |------------- | ------------- | ------------- | -------------|
829
+ | **body** | **object**| | |
830
+
831
+
832
+ ### Return type
833
+
834
+ **PassportAuthAdminRevokeOtherSessionsResponse**
835
+
836
+ ### Authorization
837
+
838
+ No authorization required
839
+
840
+ ### HTTP request headers
841
+
842
+ - **Content-Type**: application/json
843
+ - **Accept**: application/json
844
+
845
+
846
+ ### HTTP response details
847
+ | Status code | Description | Response headers |
848
+ |-------------|-------------|------------------|
849
+ |**200** | A successful response. | - |
850
+ |**0** | An unexpected error response. | - |
851
+
852
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
853
+
854
+ # **passportAuthAdminServicePassportAuthAdminRevokeSession**
855
+ > PassportAuthAdminRevokeSessionResponse passportAuthAdminServicePassportAuthAdminRevokeSession(body)
856
+
857
+
858
+ ### Example
859
+
860
+ ```typescript
861
+ import {
862
+ PassportAuthAdminServiceApi,
863
+ Configuration,
864
+ PassportAuthAdminRevokeSessionRequest
865
+ } from '@cherryin/passport-api-client';
866
+
867
+ const configuration = new Configuration();
868
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
869
+
870
+ let body: PassportAuthAdminRevokeSessionRequest; //
871
+
872
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminRevokeSession(
873
+ body
874
+ );
875
+ ```
876
+
877
+ ### Parameters
878
+
879
+ |Name | Type | Description | Notes|
880
+ |------------- | ------------- | ------------- | -------------|
881
+ | **body** | **PassportAuthAdminRevokeSessionRequest**| | |
882
+
883
+
884
+ ### Return type
885
+
886
+ **PassportAuthAdminRevokeSessionResponse**
887
+
888
+ ### Authorization
889
+
890
+ No authorization required
891
+
892
+ ### HTTP request headers
893
+
894
+ - **Content-Type**: application/json
895
+ - **Accept**: application/json
896
+
897
+
898
+ ### HTTP response details
899
+ | Status code | Description | Response headers |
900
+ |-------------|-------------|------------------|
901
+ |**200** | A successful response. | - |
902
+ |**0** | An unexpected error response. | - |
903
+
904
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
905
+
906
+ # **passportAuthAdminServicePassportAuthAdminRevokeSessions**
907
+ > PassportAuthAdminRevokeSessionsResponse passportAuthAdminServicePassportAuthAdminRevokeSessions(body)
908
+
909
+
910
+ ### Example
911
+
912
+ ```typescript
913
+ import {
914
+ PassportAuthAdminServiceApi,
915
+ Configuration
916
+ } from '@cherryin/passport-api-client';
917
+
918
+ const configuration = new Configuration();
919
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
920
+
921
+ let body: object; //
922
+
923
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminRevokeSessions(
924
+ body
925
+ );
926
+ ```
927
+
928
+ ### Parameters
929
+
930
+ |Name | Type | Description | Notes|
931
+ |------------- | ------------- | ------------- | -------------|
932
+ | **body** | **object**| | |
933
+
934
+
935
+ ### Return type
936
+
937
+ **PassportAuthAdminRevokeSessionsResponse**
938
+
939
+ ### Authorization
940
+
941
+ No authorization required
942
+
943
+ ### HTTP request headers
944
+
945
+ - **Content-Type**: application/json
946
+ - **Accept**: application/json
947
+
948
+
949
+ ### HTTP response details
950
+ | Status code | Description | Response headers |
951
+ |-------------|-------------|------------------|
952
+ |**200** | A successful response. | - |
953
+ |**0** | An unexpected error response. | - |
954
+
955
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
956
+
957
+ # **passportAuthAdminServicePassportAuthAdminSignOut**
958
+ > PassportAuthAdminSignOutResponse passportAuthAdminServicePassportAuthAdminSignOut(body)
959
+
960
+
961
+ ### Example
962
+
963
+ ```typescript
964
+ import {
965
+ PassportAuthAdminServiceApi,
966
+ Configuration
967
+ } from '@cherryin/passport-api-client';
968
+
969
+ const configuration = new Configuration();
970
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
971
+
972
+ let body: object; //
973
+
974
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminSignOut(
975
+ body
976
+ );
977
+ ```
978
+
979
+ ### Parameters
980
+
981
+ |Name | Type | Description | Notes|
982
+ |------------- | ------------- | ------------- | -------------|
983
+ | **body** | **object**| | |
984
+
985
+
986
+ ### Return type
987
+
988
+ **PassportAuthAdminSignOutResponse**
989
+
990
+ ### Authorization
991
+
992
+ No authorization required
993
+
994
+ ### HTTP request headers
995
+
996
+ - **Content-Type**: application/json
997
+ - **Accept**: application/json
998
+
999
+
1000
+ ### HTTP response details
1001
+ | Status code | Description | Response headers |
1002
+ |-------------|-------------|------------------|
1003
+ |**200** | A successful response. | - |
1004
+ |**0** | An unexpected error response. | - |
1005
+
1006
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1007
+
1008
+ # **passportAuthAdminServicePassportAuthAdminUpdateInfo**
1009
+ > PassportAuthAdminUpdateInfoResponse passportAuthAdminServicePassportAuthAdminUpdateInfo(body)
1010
+
1011
+
1012
+ ### Example
1013
+
1014
+ ```typescript
1015
+ import {
1016
+ PassportAuthAdminServiceApi,
1017
+ Configuration,
1018
+ PassportAuthAdminUpdateInfoRequest
1019
+ } from '@cherryin/passport-api-client';
1020
+
1021
+ const configuration = new Configuration();
1022
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
1023
+
1024
+ let body: PassportAuthAdminUpdateInfoRequest; //
1025
+
1026
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminUpdateInfo(
1027
+ body
1028
+ );
1029
+ ```
1030
+
1031
+ ### Parameters
1032
+
1033
+ |Name | Type | Description | Notes|
1034
+ |------------- | ------------- | ------------- | -------------|
1035
+ | **body** | **PassportAuthAdminUpdateInfoRequest**| | |
1036
+
1037
+
1038
+ ### Return type
1039
+
1040
+ **PassportAuthAdminUpdateInfoResponse**
1041
+
1042
+ ### Authorization
1043
+
1044
+ No authorization required
1045
+
1046
+ ### HTTP request headers
1047
+
1048
+ - **Content-Type**: application/json
1049
+ - **Accept**: application/json
1050
+
1051
+
1052
+ ### HTTP response details
1053
+ | Status code | Description | Response headers |
1054
+ |-------------|-------------|------------------|
1055
+ |**200** | A successful response. | - |
1056
+ |**0** | An unexpected error response. | - |
1057
+
1058
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1059
+
1060
+ # **passportAuthAdminServicePassportAuthAdminUserDisable**
1061
+ > PassportAuthAdminUserDisableResponse passportAuthAdminServicePassportAuthAdminUserDisable(body)
1062
+
1063
+
1064
+ ### Example
1065
+
1066
+ ```typescript
1067
+ import {
1068
+ PassportAuthAdminServiceApi,
1069
+ Configuration,
1070
+ PassportAuthAdminUserDisableRequest
1071
+ } from '@cherryin/passport-api-client';
1072
+
1073
+ const configuration = new Configuration();
1074
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
1075
+
1076
+ let body: PassportAuthAdminUserDisableRequest; //
1077
+
1078
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminUserDisable(
1079
+ body
1080
+ );
1081
+ ```
1082
+
1083
+ ### Parameters
1084
+
1085
+ |Name | Type | Description | Notes|
1086
+ |------------- | ------------- | ------------- | -------------|
1087
+ | **body** | **PassportAuthAdminUserDisableRequest**| | |
1088
+
1089
+
1090
+ ### Return type
1091
+
1092
+ **PassportAuthAdminUserDisableResponse**
1093
+
1094
+ ### Authorization
1095
+
1096
+ No authorization required
1097
+
1098
+ ### HTTP request headers
1099
+
1100
+ - **Content-Type**: application/json
1101
+ - **Accept**: application/json
1102
+
1103
+
1104
+ ### HTTP response details
1105
+ | Status code | Description | Response headers |
1106
+ |-------------|-------------|------------------|
1107
+ |**200** | A successful response. | - |
1108
+ |**0** | An unexpected error response. | - |
1109
+
1110
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1111
+
1112
+ # **passportAuthAdminServicePassportAuthAdminUserList**
1113
+ > PassportAuthAdminUserListResponse passportAuthAdminServicePassportAuthAdminUserList(body)
1114
+
1115
+
1116
+ ### Example
1117
+
1118
+ ```typescript
1119
+ import {
1120
+ PassportAuthAdminServiceApi,
1121
+ Configuration,
1122
+ PassportAuthAdminUserListRequest
1123
+ } from '@cherryin/passport-api-client';
1124
+
1125
+ const configuration = new Configuration();
1126
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
1127
+
1128
+ let body: PassportAuthAdminUserListRequest; //
1129
+
1130
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminUserList(
1131
+ body
1132
+ );
1133
+ ```
1134
+
1135
+ ### Parameters
1136
+
1137
+ |Name | Type | Description | Notes|
1138
+ |------------- | ------------- | ------------- | -------------|
1139
+ | **body** | **PassportAuthAdminUserListRequest**| | |
1140
+
1141
+
1142
+ ### Return type
1143
+
1144
+ **PassportAuthAdminUserListResponse**
1145
+
1146
+ ### Authorization
1147
+
1148
+ No authorization required
1149
+
1150
+ ### HTTP request headers
1151
+
1152
+ - **Content-Type**: application/json
1153
+ - **Accept**: application/json
1154
+
1155
+
1156
+ ### HTTP response details
1157
+ | Status code | Description | Response headers |
1158
+ |-------------|-------------|------------------|
1159
+ |**200** | A successful response. | - |
1160
+ |**0** | An unexpected error response. | - |
1161
+
1162
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1163
+
1164
+ # **passportAuthAdminServicePassportAuthAdminUserModifyInfo**
1165
+ > PassportAuthAdminUserModifyInfoResponse passportAuthAdminServicePassportAuthAdminUserModifyInfo(body)
1166
+
1167
+
1168
+ ### Example
1169
+
1170
+ ```typescript
1171
+ import {
1172
+ PassportAuthAdminServiceApi,
1173
+ Configuration,
1174
+ PassportAuthAdminUserModifyInfoRequest
1175
+ } from '@cherryin/passport-api-client';
1176
+
1177
+ const configuration = new Configuration();
1178
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
1179
+
1180
+ let body: PassportAuthAdminUserModifyInfoRequest; //
1181
+
1182
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminUserModifyInfo(
1183
+ body
1184
+ );
1185
+ ```
1186
+
1187
+ ### Parameters
1188
+
1189
+ |Name | Type | Description | Notes|
1190
+ |------------- | ------------- | ------------- | -------------|
1191
+ | **body** | **PassportAuthAdminUserModifyInfoRequest**| | |
1192
+
1193
+
1194
+ ### Return type
1195
+
1196
+ **PassportAuthAdminUserModifyInfoResponse**
1197
+
1198
+ ### Authorization
1199
+
1200
+ No authorization required
1201
+
1202
+ ### HTTP request headers
1203
+
1204
+ - **Content-Type**: application/json
1205
+ - **Accept**: application/json
1206
+
1207
+
1208
+ ### HTTP response details
1209
+ | Status code | Description | Response headers |
1210
+ |-------------|-------------|------------------|
1211
+ |**200** | A successful response. | - |
1212
+ |**0** | An unexpected error response. | - |
1213
+
1214
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1215
+
1216
+ # **passportAuthAdminServicePassportAuthAdminUserModifyPermission**
1217
+ > PassportAuthAdminUserModifyPermissionResponse passportAuthAdminServicePassportAuthAdminUserModifyPermission(body)
1218
+
1219
+
1220
+ ### Example
1221
+
1222
+ ```typescript
1223
+ import {
1224
+ PassportAuthAdminServiceApi,
1225
+ Configuration,
1226
+ PassportAuthAdminUserModifyPermissionRequest
1227
+ } from '@cherryin/passport-api-client';
1228
+
1229
+ const configuration = new Configuration();
1230
+ const apiInstance = new PassportAuthAdminServiceApi(configuration);
1231
+
1232
+ let body: PassportAuthAdminUserModifyPermissionRequest; //
1233
+
1234
+ const { status, data } = await apiInstance.passportAuthAdminServicePassportAuthAdminUserModifyPermission(
1235
+ body
1236
+ );
1237
+ ```
1238
+
1239
+ ### Parameters
1240
+
1241
+ |Name | Type | Description | Notes|
1242
+ |------------- | ------------- | ------------- | -------------|
1243
+ | **body** | **PassportAuthAdminUserModifyPermissionRequest**| | |
1244
+
1245
+
1246
+ ### Return type
1247
+
1248
+ **PassportAuthAdminUserModifyPermissionResponse**
1249
+
1250
+ ### Authorization
1251
+
1252
+ No authorization required
1253
+
1254
+ ### HTTP request headers
1255
+
1256
+ - **Content-Type**: application/json
1257
+ - **Accept**: application/json
1258
+
1259
+
1260
+ ### HTTP response details
1261
+ | Status code | Description | Response headers |
1262
+ |-------------|-------------|------------------|
1263
+ |**200** | A successful response. | - |
1264
+ |**0** | An unexpected error response. | - |
1265
+
1266
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1267
+