@cherryin/api-client 0.0.16 → 0.0.17

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 (68) hide show
  1. package/.openapi-generator/FILES +0 -60
  2. package/README.md +2 -93
  3. package/api.ts +61 -2917
  4. package/dist/api.d.ts +256 -1814
  5. package/dist/api.js +2 -2090
  6. package/dist/esm/api.d.ts +256 -1814
  7. package/dist/esm/api.js +0 -2080
  8. package/package.json +1 -1
  9. package/docs/Auth2Account.md +0 -33
  10. package/docs/Auth2Admin.md +0 -33
  11. package/docs/Auth2AdminServiceApi.md +0 -469
  12. package/docs/Auth2AdminSession.md +0 -35
  13. package/docs/Auth2IdToken.md +0 -29
  14. package/docs/Auth2Session.md +0 -35
  15. package/docs/Auth2User.md +0 -33
  16. package/docs/Auth2UserServiceApi.md +0 -1261
  17. package/docs/AuthAdminChangePasswordRequest.md +0 -24
  18. package/docs/AuthAdminChangePasswordResponse.md +0 -26
  19. package/docs/AuthAdminGetSessionResponse.md +0 -26
  20. package/docs/AuthAdminListSessionsResponse.md +0 -24
  21. package/docs/AuthAdminRevokeOtherSessionsResponse.md +0 -24
  22. package/docs/AuthAdminRevokeSessionRequest.md +0 -20
  23. package/docs/AuthAdminRevokeSessionResponse.md +0 -24
  24. package/docs/AuthAdminRevokeSessionsResponse.md +0 -24
  25. package/docs/AuthAdminSignInEmailRequest.md +0 -26
  26. package/docs/AuthAdminSignInEmailResponse.md +0 -26
  27. package/docs/AuthAdminSignOutResponse.md +0 -24
  28. package/docs/AuthAdminUpdateUserRequest.md +0 -22
  29. package/docs/AuthAdminUpdateUserResponse.md +0 -24
  30. package/docs/AuthChangeEmailRequest.md +0 -22
  31. package/docs/AuthChangeEmailResponse.md +0 -26
  32. package/docs/AuthChangePasswordRequest.md +0 -24
  33. package/docs/AuthChangePasswordResponse.md +0 -26
  34. package/docs/AuthDeleteUserRequest.md +0 -24
  35. package/docs/AuthDeleteUserResponse.md +0 -24
  36. package/docs/AuthGetAccessTokenRequest.md +0 -24
  37. package/docs/AuthGetAccessTokenResponse.md +0 -34
  38. package/docs/AuthGetAccountInfoResponse.md +0 -24
  39. package/docs/AuthGetSessionResponse.md +0 -26
  40. package/docs/AuthLinkSocialRequest.md +0 -30
  41. package/docs/AuthLinkSocialResponse.md +0 -28
  42. package/docs/AuthListAccountsResponse.md +0 -24
  43. package/docs/AuthListSessionsResponse.md +0 -24
  44. package/docs/AuthOAuth2CallbackResponse.md +0 -32
  45. package/docs/AuthRefreshTokenRequest.md +0 -24
  46. package/docs/AuthRefreshTokenResponse.md +0 -34
  47. package/docs/AuthRequestPasswordResetRequest.md +0 -22
  48. package/docs/AuthRequestPasswordResetResponse.md +0 -24
  49. package/docs/AuthResetPasswordRequest.md +0 -22
  50. package/docs/AuthResetPasswordResponse.md +0 -24
  51. package/docs/AuthRevokeOtherSessionsResponse.md +0 -24
  52. package/docs/AuthRevokeSessionRequest.md +0 -20
  53. package/docs/AuthRevokeSessionResponse.md +0 -24
  54. package/docs/AuthRevokeSessionsResponse.md +0 -24
  55. package/docs/AuthSendVerificationEmailRequest.md +0 -22
  56. package/docs/AuthSendVerificationEmailResponse.md +0 -24
  57. package/docs/AuthSignInEmailRequest.md +0 -26
  58. package/docs/AuthSignInEmailResponse.md +0 -30
  59. package/docs/AuthSignInSocialRequest.md +0 -30
  60. package/docs/AuthSignInSocialResponse.md +0 -30
  61. package/docs/AuthSignOutResponse.md +0 -24
  62. package/docs/AuthSignUpEmailRequest.md +0 -32
  63. package/docs/AuthSignUpEmailResponse.md +0 -28
  64. package/docs/AuthUnlinkAccountRequest.md +0 -22
  65. package/docs/AuthUnlinkAccountResponse.md +0 -24
  66. package/docs/AuthUpdateUserRequest.md +0 -22
  67. package/docs/AuthUpdateUserResponse.md +0 -24
  68. package/docs/AuthVerifyEmailResponse.md +0 -24
@@ -35,76 +35,16 @@ docs/AdminEnterpriseUserMaterials.md
35
35
  docs/AdminPassportItem.md
36
36
  docs/AdminUserItem.md
37
37
  docs/AudioPricing.md
38
- docs/Auth2Account.md
39
- docs/Auth2Admin.md
40
- docs/Auth2AdminServiceApi.md
41
- docs/Auth2AdminSession.md
42
- docs/Auth2IdToken.md
43
- docs/Auth2Session.md
44
- docs/Auth2User.md
45
- docs/Auth2UserServiceApi.md
46
- docs/AuthAdminChangePasswordRequest.md
47
- docs/AuthAdminChangePasswordResponse.md
48
- docs/AuthAdminGetSessionResponse.md
49
- docs/AuthAdminListSessionsResponse.md
50
- docs/AuthAdminRevokeOtherSessionsResponse.md
51
- docs/AuthAdminRevokeSessionRequest.md
52
- docs/AuthAdminRevokeSessionResponse.md
53
- docs/AuthAdminRevokeSessionsResponse.md
54
38
  docs/AuthAdminSession.md
55
- docs/AuthAdminSignInEmailRequest.md
56
- docs/AuthAdminSignInEmailResponse.md
57
- docs/AuthAdminSignOutResponse.md
58
- docs/AuthAdminUpdateUserRequest.md
59
- docs/AuthAdminUpdateUserResponse.md
60
39
  docs/AuthAdminUser.md
61
- docs/AuthChangeEmailRequest.md
62
- docs/AuthChangeEmailResponse.md
63
- docs/AuthChangePasswordRequest.md
64
- docs/AuthChangePasswordResponse.md
65
- docs/AuthDeleteUserRequest.md
66
- docs/AuthDeleteUserResponse.md
67
40
  docs/AuthEnterpriseMaterials.md
68
41
  docs/AuthEnterpriseSession.md
69
42
  docs/AuthEnterpriseUser.md
70
- docs/AuthGetAccessTokenRequest.md
71
- docs/AuthGetAccessTokenResponse.md
72
- docs/AuthGetAccountInfoResponse.md
73
- docs/AuthGetSessionResponse.md
74
43
  docs/AuthIdToken.md
75
- docs/AuthLinkSocialRequest.md
76
- docs/AuthLinkSocialResponse.md
77
- docs/AuthListAccountsResponse.md
78
- docs/AuthListSessionsResponse.md
79
- docs/AuthOAuth2CallbackResponse.md
80
44
  docs/AuthPassport.md
81
- docs/AuthRefreshTokenRequest.md
82
- docs/AuthRefreshTokenResponse.md
83
- docs/AuthRequestPasswordResetRequest.md
84
- docs/AuthRequestPasswordResetResponse.md
85
- docs/AuthResetPasswordRequest.md
86
- docs/AuthResetPasswordResponse.md
87
- docs/AuthRevokeOtherSessionsResponse.md
88
- docs/AuthRevokeSessionRequest.md
89
- docs/AuthRevokeSessionResponse.md
90
- docs/AuthRevokeSessionsResponse.md
91
- docs/AuthSendVerificationEmailRequest.md
92
- docs/AuthSendVerificationEmailResponse.md
93
- docs/AuthSignInEmailRequest.md
94
- docs/AuthSignInEmailResponse.md
95
- docs/AuthSignInSocialRequest.md
96
- docs/AuthSignInSocialResponse.md
97
- docs/AuthSignOutResponse.md
98
- docs/AuthSignUpEmailRequest.md
99
- docs/AuthSignUpEmailResponse.md
100
- docs/AuthUnlinkAccountRequest.md
101
- docs/AuthUnlinkAccountResponse.md
102
- docs/AuthUpdateUserRequest.md
103
- docs/AuthUpdateUserResponse.md
104
45
  docs/AuthUser.md
105
46
  docs/AuthUserMethod.md
106
47
  docs/AuthUserSession.md
107
- docs/AuthVerifyEmailResponse.md
108
48
  docs/BatchUpdateSessionsRequest.md
109
49
  docs/BatchUpdateSessionsResponse.md
110
50
  docs/ConfigItem.md
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @cherryin/api-client@0.0.16
1
+ ## @cherryin/api-client@0.0.17
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @cherryin/api-client@0.0.16 --save
39
+ npm install @cherryin/api-client@0.0.17 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -59,39 +59,6 @@ Class | Method | HTTP request | Description
59
59
  *AIModelAdminServiceApi* | [**aIModelAdminServiceAIModelList**](docs/AIModelAdminServiceApi.md#aimodeladminserviceaimodellist) | **GET** /admin/ai-model/list |
60
60
  *AIModelAdminServiceApi* | [**aIModelAdminServiceAIModelPublish**](docs/AIModelAdminServiceApi.md#aimodeladminserviceaimodelpublish) | **POST** /admin/ai-model/publish |
61
61
  *AIModelAdminServiceApi* | [**aIModelAdminServiceAIModelUpdate**](docs/AIModelAdminServiceApi.md#aimodeladminserviceaimodelupdate) | **POST** /admin/ai-model/update |
62
- *Auth2AdminServiceApi* | [**auth2AdminServiceAuthAdminChangePassword**](docs/Auth2AdminServiceApi.md#auth2adminserviceauthadminchangepassword) | **POST** /admin/authed/change-password |
63
- *Auth2AdminServiceApi* | [**auth2AdminServiceAuthAdminGetSession**](docs/Auth2AdminServiceApi.md#auth2adminserviceauthadmingetsession) | **GET** /admin/authed/get-session |
64
- *Auth2AdminServiceApi* | [**auth2AdminServiceAuthAdminListSessions**](docs/Auth2AdminServiceApi.md#auth2adminserviceauthadminlistsessions) | **GET** /admin/authed/list-sessions |
65
- *Auth2AdminServiceApi* | [**auth2AdminServiceAuthAdminRevokeOtherSessions**](docs/Auth2AdminServiceApi.md#auth2adminserviceauthadminrevokeothersessions) | **POST** /admin/authed/revoke-other-sessions |
66
- *Auth2AdminServiceApi* | [**auth2AdminServiceAuthAdminRevokeSession**](docs/Auth2AdminServiceApi.md#auth2adminserviceauthadminrevokesession) | **POST** /admin/authed/revoke-session |
67
- *Auth2AdminServiceApi* | [**auth2AdminServiceAuthAdminRevokeSessions**](docs/Auth2AdminServiceApi.md#auth2adminserviceauthadminrevokesessions) | **POST** /admin/authed/revoke-sessions |
68
- *Auth2AdminServiceApi* | [**auth2AdminServiceAuthAdminSignInEmail**](docs/Auth2AdminServiceApi.md#auth2adminserviceauthadminsigninemail) | **POST** /admin/auth/sign-in/email |
69
- *Auth2AdminServiceApi* | [**auth2AdminServiceAuthAdminSignOut**](docs/Auth2AdminServiceApi.md#auth2adminserviceauthadminsignout) | **POST** /admin/authed/sign-out |
70
- *Auth2AdminServiceApi* | [**auth2AdminServiceAuthAdminUpdateUser**](docs/Auth2AdminServiceApi.md#auth2adminserviceauthadminupdateuser) | **POST** /admin/authed/update-user |
71
- *Auth2UserServiceApi* | [**auth2UserServiceAuthChangeEmail**](docs/Auth2UserServiceApi.md#auth2userserviceauthchangeemail) | **POST** /authed/v1/change-email |
72
- *Auth2UserServiceApi* | [**auth2UserServiceAuthChangePassword**](docs/Auth2UserServiceApi.md#auth2userserviceauthchangepassword) | **POST** /authed/v1/change-password |
73
- *Auth2UserServiceApi* | [**auth2UserServiceAuthDeleteUser**](docs/Auth2UserServiceApi.md#auth2userserviceauthdeleteuser) | **POST** /authed/v1/delete-user |
74
- *Auth2UserServiceApi* | [**auth2UserServiceAuthGetAccessToken**](docs/Auth2UserServiceApi.md#auth2userserviceauthgetaccesstoken) | **POST** /authed/v1/get-access-token |
75
- *Auth2UserServiceApi* | [**auth2UserServiceAuthGetAccountInfo**](docs/Auth2UserServiceApi.md#auth2userserviceauthgetaccountinfo) | **GET** /authed/v1/account-info |
76
- *Auth2UserServiceApi* | [**auth2UserServiceAuthGetSession**](docs/Auth2UserServiceApi.md#auth2userserviceauthgetsession) | **GET** /authed/v1/get-session |
77
- *Auth2UserServiceApi* | [**auth2UserServiceAuthLinkSocial**](docs/Auth2UserServiceApi.md#auth2userserviceauthlinksocial) | **POST** /authed/v1/link-social |
78
- *Auth2UserServiceApi* | [**auth2UserServiceAuthListAccounts**](docs/Auth2UserServiceApi.md#auth2userserviceauthlistaccounts) | **GET** /authed/v1/list-accounts |
79
- *Auth2UserServiceApi* | [**auth2UserServiceAuthListSessions**](docs/Auth2UserServiceApi.md#auth2userserviceauthlistsessions) | **GET** /authed/v1/list-sessions |
80
- *Auth2UserServiceApi* | [**auth2UserServiceAuthOAuth2Callback**](docs/Auth2UserServiceApi.md#auth2userserviceauthoauth2callback) | **GET** /oauth2/{platform}/callback |
81
- *Auth2UserServiceApi* | [**auth2UserServiceAuthRefreshToken**](docs/Auth2UserServiceApi.md#auth2userserviceauthrefreshtoken) | **POST** /authed/v1/refresh-token |
82
- *Auth2UserServiceApi* | [**auth2UserServiceAuthRequestPasswordReset**](docs/Auth2UserServiceApi.md#auth2userserviceauthrequestpasswordreset) | **POST** /authed/v1/request-password-reset |
83
- *Auth2UserServiceApi* | [**auth2UserServiceAuthResetPassword**](docs/Auth2UserServiceApi.md#auth2userserviceauthresetpassword) | **POST** /authed/v1/reset-password |
84
- *Auth2UserServiceApi* | [**auth2UserServiceAuthRevokeOtherSessions**](docs/Auth2UserServiceApi.md#auth2userserviceauthrevokeothersessions) | **POST** /authed/v1/revoke-other-sessions |
85
- *Auth2UserServiceApi* | [**auth2UserServiceAuthRevokeSession**](docs/Auth2UserServiceApi.md#auth2userserviceauthrevokesession) | **POST** /authed/v1/revoke-session |
86
- *Auth2UserServiceApi* | [**auth2UserServiceAuthRevokeSessions**](docs/Auth2UserServiceApi.md#auth2userserviceauthrevokesessions) | **POST** /authed/v1/revoke-sessions |
87
- *Auth2UserServiceApi* | [**auth2UserServiceAuthSendVerificationEmail**](docs/Auth2UserServiceApi.md#auth2userserviceauthsendverificationemail) | **POST** /authed/v1/send-verification-email |
88
- *Auth2UserServiceApi* | [**auth2UserServiceAuthSignInEmail**](docs/Auth2UserServiceApi.md#auth2userserviceauthsigninemail) | **POST** /auth/v1/sign-in/email |
89
- *Auth2UserServiceApi* | [**auth2UserServiceAuthSignInSocial**](docs/Auth2UserServiceApi.md#auth2userserviceauthsigninsocial) | **POST** /auth/v1/sign-in/social |
90
- *Auth2UserServiceApi* | [**auth2UserServiceAuthSignOut**](docs/Auth2UserServiceApi.md#auth2userserviceauthsignout) | **POST** /authed/v1/sign-out |
91
- *Auth2UserServiceApi* | [**auth2UserServiceAuthSignUpEmail**](docs/Auth2UserServiceApi.md#auth2userserviceauthsignupemail) | **POST** /auth/v1/sign-up/email |
92
- *Auth2UserServiceApi* | [**auth2UserServiceAuthUnlinkAccount**](docs/Auth2UserServiceApi.md#auth2userserviceauthunlinkaccount) | **POST** /authed/v1/unlink-account |
93
- *Auth2UserServiceApi* | [**auth2UserServiceAuthUpdateUser**](docs/Auth2UserServiceApi.md#auth2userserviceauthupdateuser) | **POST** /authed/v1/update-user |
94
- *Auth2UserServiceApi* | [**auth2UserServiceAuthVerifyEmail**](docs/Auth2UserServiceApi.md#auth2userserviceauthverifyemail) | **GET** /authed/v1/verify-email |
95
62
  *DiscountAdminServiceApi* | [**discountAdminServiceDiscountCreate**](docs/DiscountAdminServiceApi.md#discountadminservicediscountcreate) | **POST** /admin/discount/create |
96
63
  *DiscountAdminServiceApi* | [**discountAdminServiceDiscountDelete**](docs/DiscountAdminServiceApi.md#discountadminservicediscountdelete) | **DELETE** /admin/discount/delete |
97
64
  *DiscountAdminServiceApi* | [**discountAdminServiceDiscountGet**](docs/DiscountAdminServiceApi.md#discountadminservicediscountget) | **GET** /admin/discount/get |
@@ -256,74 +223,16 @@ Class | Method | HTTP request | Description
256
223
  - [AdminPassportItem](docs/AdminPassportItem.md)
257
224
  - [AdminUserItem](docs/AdminUserItem.md)
258
225
  - [AudioPricing](docs/AudioPricing.md)
259
- - [Auth2Account](docs/Auth2Account.md)
260
- - [Auth2Admin](docs/Auth2Admin.md)
261
- - [Auth2AdminSession](docs/Auth2AdminSession.md)
262
- - [Auth2IdToken](docs/Auth2IdToken.md)
263
- - [Auth2Session](docs/Auth2Session.md)
264
- - [Auth2User](docs/Auth2User.md)
265
- - [AuthAdminChangePasswordRequest](docs/AuthAdminChangePasswordRequest.md)
266
- - [AuthAdminChangePasswordResponse](docs/AuthAdminChangePasswordResponse.md)
267
- - [AuthAdminGetSessionResponse](docs/AuthAdminGetSessionResponse.md)
268
- - [AuthAdminListSessionsResponse](docs/AuthAdminListSessionsResponse.md)
269
- - [AuthAdminRevokeOtherSessionsResponse](docs/AuthAdminRevokeOtherSessionsResponse.md)
270
- - [AuthAdminRevokeSessionRequest](docs/AuthAdminRevokeSessionRequest.md)
271
- - [AuthAdminRevokeSessionResponse](docs/AuthAdminRevokeSessionResponse.md)
272
- - [AuthAdminRevokeSessionsResponse](docs/AuthAdminRevokeSessionsResponse.md)
273
226
  - [AuthAdminSession](docs/AuthAdminSession.md)
274
- - [AuthAdminSignInEmailRequest](docs/AuthAdminSignInEmailRequest.md)
275
- - [AuthAdminSignInEmailResponse](docs/AuthAdminSignInEmailResponse.md)
276
- - [AuthAdminSignOutResponse](docs/AuthAdminSignOutResponse.md)
277
- - [AuthAdminUpdateUserRequest](docs/AuthAdminUpdateUserRequest.md)
278
- - [AuthAdminUpdateUserResponse](docs/AuthAdminUpdateUserResponse.md)
279
227
  - [AuthAdminUser](docs/AuthAdminUser.md)
280
- - [AuthChangeEmailRequest](docs/AuthChangeEmailRequest.md)
281
- - [AuthChangeEmailResponse](docs/AuthChangeEmailResponse.md)
282
- - [AuthChangePasswordRequest](docs/AuthChangePasswordRequest.md)
283
- - [AuthChangePasswordResponse](docs/AuthChangePasswordResponse.md)
284
- - [AuthDeleteUserRequest](docs/AuthDeleteUserRequest.md)
285
- - [AuthDeleteUserResponse](docs/AuthDeleteUserResponse.md)
286
228
  - [AuthEnterpriseMaterials](docs/AuthEnterpriseMaterials.md)
287
229
  - [AuthEnterpriseSession](docs/AuthEnterpriseSession.md)
288
230
  - [AuthEnterpriseUser](docs/AuthEnterpriseUser.md)
289
- - [AuthGetAccessTokenRequest](docs/AuthGetAccessTokenRequest.md)
290
- - [AuthGetAccessTokenResponse](docs/AuthGetAccessTokenResponse.md)
291
- - [AuthGetAccountInfoResponse](docs/AuthGetAccountInfoResponse.md)
292
- - [AuthGetSessionResponse](docs/AuthGetSessionResponse.md)
293
231
  - [AuthIdToken](docs/AuthIdToken.md)
294
- - [AuthLinkSocialRequest](docs/AuthLinkSocialRequest.md)
295
- - [AuthLinkSocialResponse](docs/AuthLinkSocialResponse.md)
296
- - [AuthListAccountsResponse](docs/AuthListAccountsResponse.md)
297
- - [AuthListSessionsResponse](docs/AuthListSessionsResponse.md)
298
- - [AuthOAuth2CallbackResponse](docs/AuthOAuth2CallbackResponse.md)
299
232
  - [AuthPassport](docs/AuthPassport.md)
300
- - [AuthRefreshTokenRequest](docs/AuthRefreshTokenRequest.md)
301
- - [AuthRefreshTokenResponse](docs/AuthRefreshTokenResponse.md)
302
- - [AuthRequestPasswordResetRequest](docs/AuthRequestPasswordResetRequest.md)
303
- - [AuthRequestPasswordResetResponse](docs/AuthRequestPasswordResetResponse.md)
304
- - [AuthResetPasswordRequest](docs/AuthResetPasswordRequest.md)
305
- - [AuthResetPasswordResponse](docs/AuthResetPasswordResponse.md)
306
- - [AuthRevokeOtherSessionsResponse](docs/AuthRevokeOtherSessionsResponse.md)
307
- - [AuthRevokeSessionRequest](docs/AuthRevokeSessionRequest.md)
308
- - [AuthRevokeSessionResponse](docs/AuthRevokeSessionResponse.md)
309
- - [AuthRevokeSessionsResponse](docs/AuthRevokeSessionsResponse.md)
310
- - [AuthSendVerificationEmailRequest](docs/AuthSendVerificationEmailRequest.md)
311
- - [AuthSendVerificationEmailResponse](docs/AuthSendVerificationEmailResponse.md)
312
- - [AuthSignInEmailRequest](docs/AuthSignInEmailRequest.md)
313
- - [AuthSignInEmailResponse](docs/AuthSignInEmailResponse.md)
314
- - [AuthSignInSocialRequest](docs/AuthSignInSocialRequest.md)
315
- - [AuthSignInSocialResponse](docs/AuthSignInSocialResponse.md)
316
- - [AuthSignOutResponse](docs/AuthSignOutResponse.md)
317
- - [AuthSignUpEmailRequest](docs/AuthSignUpEmailRequest.md)
318
- - [AuthSignUpEmailResponse](docs/AuthSignUpEmailResponse.md)
319
- - [AuthUnlinkAccountRequest](docs/AuthUnlinkAccountRequest.md)
320
- - [AuthUnlinkAccountResponse](docs/AuthUnlinkAccountResponse.md)
321
- - [AuthUpdateUserRequest](docs/AuthUpdateUserRequest.md)
322
- - [AuthUpdateUserResponse](docs/AuthUpdateUserResponse.md)
323
233
  - [AuthUser](docs/AuthUser.md)
324
234
  - [AuthUserMethod](docs/AuthUserMethod.md)
325
235
  - [AuthUserSession](docs/AuthUserSession.md)
326
- - [AuthVerifyEmailResponse](docs/AuthVerifyEmailResponse.md)
327
236
  - [BatchUpdateSessionsRequest](docs/BatchUpdateSessionsRequest.md)
328
237
  - [BatchUpdateSessionsResponse](docs/BatchUpdateSessionsResponse.md)
329
238
  - [ConfigItem](docs/ConfigItem.md)