@cherryin/api-client 0.0.16 → 0.0.18

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 (72) hide show
  1. package/.openapi-generator/FILES +4 -60
  2. package/README.md +8 -93
  3. package/api.ts +325 -3001
  4. package/dist/api.d.ts +348 -1804
  5. package/dist/api.js +130 -2094
  6. package/dist/esm/api.d.ts +348 -1804
  7. package/dist/esm/api.js +128 -2084
  8. package/docs/PassportAuthUserServiceApi.md +109 -1
  9. package/docs/PassportUserPasswordForgetRequest.md +24 -0
  10. package/docs/{AuthSignOutResponse.md → PassportUserPasswordForgetResponse.md} +3 -5
  11. package/docs/PassportUserPasswordResetRequest.md +2 -0
  12. package/docs/PassportUserPasswordResetTokenVerifyRequest.md +22 -0
  13. package/docs/{AuthAdminSignOutResponse.md → PassportUserPasswordResetTokenVerifyResponse.md} +7 -5
  14. package/package.json +1 -1
  15. package/docs/Auth2Account.md +0 -33
  16. package/docs/Auth2Admin.md +0 -33
  17. package/docs/Auth2AdminServiceApi.md +0 -469
  18. package/docs/Auth2AdminSession.md +0 -35
  19. package/docs/Auth2IdToken.md +0 -29
  20. package/docs/Auth2Session.md +0 -35
  21. package/docs/Auth2User.md +0 -33
  22. package/docs/Auth2UserServiceApi.md +0 -1261
  23. package/docs/AuthAdminChangePasswordRequest.md +0 -24
  24. package/docs/AuthAdminChangePasswordResponse.md +0 -26
  25. package/docs/AuthAdminGetSessionResponse.md +0 -26
  26. package/docs/AuthAdminListSessionsResponse.md +0 -24
  27. package/docs/AuthAdminRevokeOtherSessionsResponse.md +0 -24
  28. package/docs/AuthAdminRevokeSessionRequest.md +0 -20
  29. package/docs/AuthAdminRevokeSessionResponse.md +0 -24
  30. package/docs/AuthAdminRevokeSessionsResponse.md +0 -24
  31. package/docs/AuthAdminSignInEmailRequest.md +0 -26
  32. package/docs/AuthAdminSignInEmailResponse.md +0 -26
  33. package/docs/AuthAdminUpdateUserRequest.md +0 -22
  34. package/docs/AuthAdminUpdateUserResponse.md +0 -24
  35. package/docs/AuthChangeEmailRequest.md +0 -22
  36. package/docs/AuthChangeEmailResponse.md +0 -26
  37. package/docs/AuthChangePasswordRequest.md +0 -24
  38. package/docs/AuthChangePasswordResponse.md +0 -26
  39. package/docs/AuthDeleteUserRequest.md +0 -24
  40. package/docs/AuthDeleteUserResponse.md +0 -24
  41. package/docs/AuthGetAccessTokenRequest.md +0 -24
  42. package/docs/AuthGetAccessTokenResponse.md +0 -34
  43. package/docs/AuthGetAccountInfoResponse.md +0 -24
  44. package/docs/AuthGetSessionResponse.md +0 -26
  45. package/docs/AuthLinkSocialRequest.md +0 -30
  46. package/docs/AuthLinkSocialResponse.md +0 -28
  47. package/docs/AuthListAccountsResponse.md +0 -24
  48. package/docs/AuthListSessionsResponse.md +0 -24
  49. package/docs/AuthOAuth2CallbackResponse.md +0 -32
  50. package/docs/AuthRefreshTokenRequest.md +0 -24
  51. package/docs/AuthRefreshTokenResponse.md +0 -34
  52. package/docs/AuthRequestPasswordResetRequest.md +0 -22
  53. package/docs/AuthRequestPasswordResetResponse.md +0 -24
  54. package/docs/AuthResetPasswordRequest.md +0 -22
  55. package/docs/AuthResetPasswordResponse.md +0 -24
  56. package/docs/AuthRevokeOtherSessionsResponse.md +0 -24
  57. package/docs/AuthRevokeSessionRequest.md +0 -20
  58. package/docs/AuthRevokeSessionResponse.md +0 -24
  59. package/docs/AuthRevokeSessionsResponse.md +0 -24
  60. package/docs/AuthSendVerificationEmailRequest.md +0 -22
  61. package/docs/AuthSendVerificationEmailResponse.md +0 -24
  62. package/docs/AuthSignInEmailRequest.md +0 -26
  63. package/docs/AuthSignInEmailResponse.md +0 -30
  64. package/docs/AuthSignInSocialRequest.md +0 -30
  65. package/docs/AuthSignInSocialResponse.md +0 -30
  66. package/docs/AuthSignUpEmailRequest.md +0 -32
  67. package/docs/AuthSignUpEmailResponse.md +0 -28
  68. package/docs/AuthUnlinkAccountRequest.md +0 -22
  69. package/docs/AuthUnlinkAccountResponse.md +0 -24
  70. package/docs/AuthUpdateUserRequest.md +0 -22
  71. package/docs/AuthUpdateUserResponse.md +0 -24
  72. package/docs/AuthVerifyEmailResponse.md +0 -24
@@ -1,24 +0,0 @@
1
- # AuthListSessionsResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **sessions** | [**Array<Auth2Session>**](Auth2Session.md) | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthListSessionsResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthListSessionsResponse = {
18
- code,
19
- message,
20
- sessions,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,32 +0,0 @@
1
- # AuthOAuth2CallbackResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **token** | **string** | | [optional] [default to undefined]
11
- **url** | **string** | | [optional] [default to undefined]
12
- **redirect** | **boolean** | | [optional] [default to undefined]
13
- **user** | [**Auth2User**](Auth2User.md) | | [optional] [default to undefined]
14
- **is_linked** | **boolean** | | [optional] [default to undefined]
15
-
16
- ## Example
17
-
18
- ```typescript
19
- import { AuthOAuth2CallbackResponse } from '@cherryin/api-client';
20
-
21
- const instance: AuthOAuth2CallbackResponse = {
22
- code,
23
- message,
24
- token,
25
- url,
26
- redirect,
27
- user,
28
- is_linked,
29
- };
30
- ```
31
-
32
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthRefreshTokenRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **provider_id** | **string** | | [optional] [default to undefined]
9
- **account_id** | **string** | | [optional] [default to undefined]
10
- **user_id** | **string** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthRefreshTokenRequest } from '@cherryin/api-client';
16
-
17
- const instance: AuthRefreshTokenRequest = {
18
- provider_id,
19
- account_id,
20
- user_id,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,34 +0,0 @@
1
- # AuthRefreshTokenResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **token_type** | **string** | | [optional] [default to undefined]
11
- **id_token** | **string** | | [optional] [default to undefined]
12
- **access_token** | **string** | | [optional] [default to undefined]
13
- **refresh_token** | **string** | | [optional] [default to undefined]
14
- **access_token_expires_at** | **string** | | [optional] [default to undefined]
15
- **refresh_token_expires_at** | **string** | | [optional] [default to undefined]
16
-
17
- ## Example
18
-
19
- ```typescript
20
- import { AuthRefreshTokenResponse } from '@cherryin/api-client';
21
-
22
- const instance: AuthRefreshTokenResponse = {
23
- code,
24
- message,
25
- token_type,
26
- id_token,
27
- access_token,
28
- refresh_token,
29
- access_token_expires_at,
30
- refresh_token_expires_at,
31
- };
32
- ```
33
-
34
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # AuthRequestPasswordResetRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **email** | **string** | | [optional] [default to undefined]
9
- **redirect_to** | **string** | | [optional] [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { AuthRequestPasswordResetRequest } from '@cherryin/api-client';
15
-
16
- const instance: AuthRequestPasswordResetRequest = {
17
- email,
18
- redirect_to,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthRequestPasswordResetResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **status** | **boolean** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthRequestPasswordResetResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthRequestPasswordResetResponse = {
18
- code,
19
- message,
20
- status,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # AuthResetPasswordRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **new_password** | **string** | | [optional] [default to undefined]
9
- **token** | **string** | | [optional] [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { AuthResetPasswordRequest } from '@cherryin/api-client';
15
-
16
- const instance: AuthResetPasswordRequest = {
17
- new_password,
18
- token,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthResetPasswordResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **status** | **boolean** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthResetPasswordResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthResetPasswordResponse = {
18
- code,
19
- message,
20
- status,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthRevokeOtherSessionsResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **status** | **boolean** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthRevokeOtherSessionsResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthRevokeOtherSessionsResponse = {
18
- code,
19
- message,
20
- status,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,20 +0,0 @@
1
- # AuthRevokeSessionRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **token** | **string** | | [optional] [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { AuthRevokeSessionRequest } from '@cherryin/api-client';
14
-
15
- const instance: AuthRevokeSessionRequest = {
16
- token,
17
- };
18
- ```
19
-
20
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthRevokeSessionResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **status** | **boolean** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthRevokeSessionResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthRevokeSessionResponse = {
18
- code,
19
- message,
20
- status,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthRevokeSessionsResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **status** | **boolean** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthRevokeSessionsResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthRevokeSessionsResponse = {
18
- code,
19
- message,
20
- status,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # AuthSendVerificationEmailRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **email** | **string** | | [optional] [default to undefined]
9
- **callback_url** | **string** | | [optional] [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { AuthSendVerificationEmailRequest } from '@cherryin/api-client';
15
-
16
- const instance: AuthSendVerificationEmailRequest = {
17
- email,
18
- callback_url,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthSendVerificationEmailResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **status** | **boolean** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthSendVerificationEmailResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthSendVerificationEmailResponse = {
18
- code,
19
- message,
20
- status,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # AuthSignInEmailRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **email** | **string** | | [optional] [default to undefined]
9
- **password** | **string** | | [optional] [default to undefined]
10
- **callback_url** | **string** | | [optional] [default to undefined]
11
- **remember_me** | **boolean** | | [optional] [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { AuthSignInEmailRequest } from '@cherryin/api-client';
17
-
18
- const instance: AuthSignInEmailRequest = {
19
- email,
20
- password,
21
- callback_url,
22
- remember_me,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,30 +0,0 @@
1
- # AuthSignInEmailResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **redirect** | **boolean** | | [optional] [default to undefined]
11
- **token** | **string** | | [optional] [default to undefined]
12
- **url** | **string** | | [optional] [default to undefined]
13
- **user** | [**Auth2User**](Auth2User.md) | | [optional] [default to undefined]
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { AuthSignInEmailResponse } from '@cherryin/api-client';
19
-
20
- const instance: AuthSignInEmailResponse = {
21
- code,
22
- message,
23
- redirect,
24
- token,
25
- url,
26
- user,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,30 +0,0 @@
1
- # AuthSignInSocialRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **provider** | **string** | | [optional] [default to undefined]
9
- **callback_url** | **string** | | [optional] [default to undefined]
10
- **error_callback_url** | **string** | | [optional] [default to undefined]
11
- **disable_redirect** | **boolean** | | [optional] [default to undefined]
12
- **id_token** | [**Auth2IdToken**](Auth2IdToken.md) | | [optional] [default to undefined]
13
- **scopes** | **Array<string>** | | [optional] [default to undefined]
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { AuthSignInSocialRequest } from '@cherryin/api-client';
19
-
20
- const instance: AuthSignInSocialRequest = {
21
- provider,
22
- callback_url,
23
- error_callback_url,
24
- disable_redirect,
25
- id_token,
26
- scopes,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,30 +0,0 @@
1
- # AuthSignInSocialResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **redirect** | **boolean** | | [optional] [default to undefined]
11
- **token** | **string** | | [optional] [default to undefined]
12
- **url** | **string** | | [optional] [default to undefined]
13
- **user** | [**Auth2User**](Auth2User.md) | | [optional] [default to undefined]
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { AuthSignInSocialResponse } from '@cherryin/api-client';
19
-
20
- const instance: AuthSignInSocialResponse = {
21
- code,
22
- message,
23
- redirect,
24
- token,
25
- url,
26
- user,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,32 +0,0 @@
1
- # AuthSignUpEmailRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **name** | **string** | | [optional] [default to undefined]
9
- **email** | **string** | | [optional] [default to undefined]
10
- **password** | **string** | | [optional] [default to undefined]
11
- **image** | **string** | | [optional] [default to undefined]
12
- **callback_url** | **string** | | [optional] [default to undefined]
13
- **remember_me** | **boolean** | | [optional] [default to undefined]
14
- **disable_redirect** | **boolean** | | [optional] [default to undefined]
15
-
16
- ## Example
17
-
18
- ```typescript
19
- import { AuthSignUpEmailRequest } from '@cherryin/api-client';
20
-
21
- const instance: AuthSignUpEmailRequest = {
22
- name,
23
- email,
24
- password,
25
- image,
26
- callback_url,
27
- remember_me,
28
- disable_redirect,
29
- };
30
- ```
31
-
32
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,28 +0,0 @@
1
- # AuthSignUpEmailResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **redirect** | **boolean** | | [optional] [default to undefined]
11
- **url** | **string** | | [optional] [default to undefined]
12
- **user** | [**Auth2User**](Auth2User.md) | | [optional] [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { AuthSignUpEmailResponse } from '@cherryin/api-client';
18
-
19
- const instance: AuthSignUpEmailResponse = {
20
- code,
21
- message,
22
- redirect,
23
- url,
24
- user,
25
- };
26
- ```
27
-
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # AuthUnlinkAccountRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **provider_id** | **string** | | [optional] [default to undefined]
9
- **account_id** | **string** | | [optional] [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { AuthUnlinkAccountRequest } from '@cherryin/api-client';
15
-
16
- const instance: AuthUnlinkAccountRequest = {
17
- provider_id,
18
- account_id,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthUnlinkAccountResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **status** | **boolean** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthUnlinkAccountResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthUnlinkAccountResponse = {
18
- code,
19
- message,
20
- status,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # AuthUpdateUserRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **name** | **string** | | [optional] [default to undefined]
9
- **image** | **string** | | [optional] [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { AuthUpdateUserRequest } from '@cherryin/api-client';
15
-
16
- const instance: AuthUpdateUserRequest = {
17
- name,
18
- image,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthUpdateUserResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **user** | [**Auth2User**](Auth2User.md) | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthUpdateUserResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthUpdateUserResponse = {
18
- code,
19
- message,
20
- user,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # AuthVerifyEmailResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **code** | **string** | | [optional] [default to undefined]
9
- **message** | **string** | | [optional] [default to undefined]
10
- **user** | [**Auth2User**](Auth2User.md) | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { AuthVerifyEmailResponse } from '@cherryin/api-client';
16
-
17
- const instance: AuthVerifyEmailResponse = {
18
- code,
19
- message,
20
- user,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)