@nestbox-ai/admin 1.0.39 → 1.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/.openapi-generator/FILES +77 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +145 -2
  4. package/api.ts +331 -488
  5. package/common.ts +4 -4
  6. package/dist/api.d.ts +155 -227
  7. package/dist/api.js +329 -484
  8. package/dist/esm/api.d.ts +155 -227
  9. package/dist/esm/api.js +324 -479
  10. package/docs/AddProjectMemberData.md +22 -0
  11. package/docs/AddProjectMemberDto.md +26 -0
  12. package/docs/AddProjectMemberResponseDTO.md +20 -0
  13. package/docs/AllProjectResponse.md +30 -0
  14. package/docs/AllProjectResponseModel.md +22 -0
  15. package/docs/AuthApi.md +405 -0
  16. package/docs/BadRequestExceptionResponse.md +22 -0
  17. package/docs/BooleanResponseDTO.md +20 -0
  18. package/docs/ChunkFileRequestDTO.md +24 -0
  19. package/docs/CreateCollectionRequestDTO.md +22 -0
  20. package/docs/CreateDocumentRequestDTO.md +24 -0
  21. package/docs/CreateMachineAgentDto.md +42 -0
  22. package/docs/CreatePermissionDto.md +26 -0
  23. package/docs/CreateProjectDTO.md +22 -0
  24. package/docs/CreateProjectResponseDTO.md +20 -0
  25. package/docs/CreateProjectRoleResponseDto.md +20 -0
  26. package/docs/CreateResourceDto.md +22 -0
  27. package/docs/CreateRoleDTO.md +26 -0
  28. package/docs/CreateRoleDto.md +24 -0
  29. package/docs/CreateWebhookDto.md +22 -0
  30. package/docs/DeleteProjectDto.md +20 -0
  31. package/docs/DeleteProjectResponseDTO.md +20 -0
  32. package/docs/DeleteProjectRoleByIdResponseDto.md +20 -0
  33. package/docs/DocumentsApi.md +781 -0
  34. package/docs/EvaluationTestApi.md +299 -0
  35. package/docs/FatalErrorExceptionResponse.md +20 -0
  36. package/docs/ForbiddenExceptionResponse.md +20 -0
  37. package/docs/ForgetPasswordRequestDTO.md +20 -0
  38. package/docs/ForgetPasswordResponseDTO.md +20 -0
  39. package/docs/ForgetPasswordVerificationRequestDTO.md +20 -0
  40. package/docs/ForgetPasswordVerificationResponseDTO.md +20 -0
  41. package/docs/GetAllProjectDto.md +22 -0
  42. package/docs/GetAllProjectMemberResponse.md +22 -0
  43. package/docs/GetAllProjectMemberResponseDto.md +20 -0
  44. package/docs/GetAllProjectRoleResponseDto.md +20 -0
  45. package/docs/GetAllProjectsResponseDTO.md +20 -0
  46. package/docs/GetAllRoleDTO.md +32 -0
  47. package/docs/GetProjectByIDResponseDTO.md +20 -0
  48. package/docs/GetProjectRoleByIdResponseDto.md +20 -0
  49. package/docs/GetRoleDTO.md +26 -0
  50. package/docs/GetUserProjectRoleByRoleIdResponseDto.md +20 -0
  51. package/docs/LoginRequestDTO.md +22 -0
  52. package/docs/LoginResponseDTO.md +20 -0
  53. package/docs/MachineAgentApi.md +253 -0
  54. package/docs/MachineAgentLogsApi.md +131 -0
  55. package/docs/MachineInstancesApi.md +361 -0
  56. package/docs/MembersApi.md +204 -0
  57. package/docs/MessageResponseDTO.md +20 -0
  58. package/docs/MiscellaneousApi.md +169 -0
  59. package/docs/NotFoundExceptionResponse.md +20 -0
  60. package/docs/NotificationsApi.md +122 -0
  61. package/docs/OAuthLoginRequestDTO.md +26 -0
  62. package/docs/PermissionsDTO.md +28 -0
  63. package/docs/ProjectResponseModel.md +30 -0
  64. package/docs/ProjectsApi.md +301 -0
  65. package/docs/QueriesAndDocumentationsApi.md +125 -0
  66. package/docs/ResetPasswordRequestDTO.md +22 -0
  67. package/docs/ResourceDTO.md +24 -0
  68. package/docs/RoleDto.md +22 -0
  69. package/docs/RolesApi.md +372 -0
  70. package/docs/SignupRequestDTO.md +36 -0
  71. package/docs/SignupResponseDTO.md +20 -0
  72. package/docs/SimilaritySearchQueryDTO.md +26 -0
  73. package/docs/TeamMemberDto.md +26 -0
  74. package/docs/UnauthorizedExceptionResponse.md +20 -0
  75. package/docs/UpdateDocumentRequestDTO.md +22 -0
  76. package/docs/UpdatePermissionDto.md +28 -0
  77. package/docs/UpdateProjectByIDResponseDTO.md +20 -0
  78. package/docs/UpdateProjectByIdRequest.md +22 -0
  79. package/docs/UpdateProjectRoleResponseDto.md +20 -0
  80. package/docs/UpdateResourceDto.md +24 -0
  81. package/docs/UpdateRoleByIdDto.md +24 -0
  82. package/docs/UpdateRoleDTO.md +26 -0
  83. package/docs/UpdateTeamMemberRequestDTO.md +20 -0
  84. package/docs/UpdateTeamMemberStatusRequestDTO.md +22 -0
  85. package/docs/UserDto.md +32 -0
  86. package/docs/WebhookApi.md +243 -0
  87. package/package.json +1 -1
@@ -0,0 +1,125 @@
1
+ # QueriesAndDocumentationsApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**queriesAndDocControllerFetchSwaggerJSON**](#queriesanddoccontrollerfetchswaggerjson) | **GET** /projects/{projectId}/{fieldName}/{modelId}/swagger | Fetch Swagger JSON|
8
+ |[**queriesAndDocControllerRunQuery**](#queriesanddoccontrollerrunquery) | **POST** /projects/{projectId}/queries | Run Query|
9
+
10
+ # **queriesAndDocControllerFetchSwaggerJSON**
11
+ > object queriesAndDocControllerFetchSwaggerJSON()
12
+
13
+
14
+ ### Example
15
+
16
+ ```typescript
17
+ import {
18
+ QueriesAndDocumentationsApi,
19
+ Configuration
20
+ } from '@nestbox-ai/admin';
21
+
22
+ const configuration = new Configuration();
23
+ const apiInstance = new QueriesAndDocumentationsApi(configuration);
24
+
25
+ let modelId: string; // (default to undefined)
26
+ let projectId: string; // (default to undefined)
27
+ let fieldName: string; // (default to undefined)
28
+
29
+ const { status, data } = await apiInstance.queriesAndDocControllerFetchSwaggerJSON(
30
+ modelId,
31
+ projectId,
32
+ fieldName
33
+ );
34
+ ```
35
+
36
+ ### Parameters
37
+
38
+ |Name | Type | Description | Notes|
39
+ |------------- | ------------- | ------------- | -------------|
40
+ | **modelId** | [**string**] | | defaults to undefined|
41
+ | **projectId** | [**string**] | | defaults to undefined|
42
+ | **fieldName** | [**string**] | | defaults to undefined|
43
+
44
+
45
+ ### Return type
46
+
47
+ **object**
48
+
49
+ ### Authorization
50
+
51
+ No authorization required
52
+
53
+ ### HTTP request headers
54
+
55
+ - **Content-Type**: Not defined
56
+ - **Accept**: application/json
57
+
58
+
59
+ ### HTTP response details
60
+ | Status code | Description | Response headers |
61
+ |-------------|-------------|------------------|
62
+ |**200** | | - |
63
+ |**400** | | - |
64
+ |**401** | | - |
65
+ |**403** | | - |
66
+ |**404** | | - |
67
+ |**500** | | - |
68
+
69
+ [[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)
70
+
71
+ # **queriesAndDocControllerRunQuery**
72
+ > CreateWebhookDto queriesAndDocControllerRunQuery()
73
+
74
+
75
+ ### Example
76
+
77
+ ```typescript
78
+ import {
79
+ QueriesAndDocumentationsApi,
80
+ Configuration
81
+ } from '@nestbox-ai/admin';
82
+
83
+ const configuration = new Configuration();
84
+ const apiInstance = new QueriesAndDocumentationsApi(configuration);
85
+
86
+ let projectId: string; // (default to undefined)
87
+
88
+ const { status, data } = await apiInstance.queriesAndDocControllerRunQuery(
89
+ projectId
90
+ );
91
+ ```
92
+
93
+ ### Parameters
94
+
95
+ |Name | Type | Description | Notes|
96
+ |------------- | ------------- | ------------- | -------------|
97
+ | **projectId** | [**string**] | | defaults to undefined|
98
+
99
+
100
+ ### Return type
101
+
102
+ **CreateWebhookDto**
103
+
104
+ ### Authorization
105
+
106
+ No authorization required
107
+
108
+ ### HTTP request headers
109
+
110
+ - **Content-Type**: Not defined
111
+ - **Accept**: application/json
112
+
113
+
114
+ ### HTTP response details
115
+ | Status code | Description | Response headers |
116
+ |-------------|-------------|------------------|
117
+ |**200** | | - |
118
+ |**400** | | - |
119
+ |**401** | | - |
120
+ |**403** | | - |
121
+ |**404** | | - |
122
+ |**500** | | - |
123
+
124
+ [[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)
125
+
@@ -0,0 +1,22 @@
1
+ # ResetPasswordRequestDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **token** | **string** | | [default to undefined]
9
+ **password** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ResetPasswordRequestDTO } from '@nestbox-ai/admin';
15
+
16
+ const instance: ResetPasswordRequestDTO = {
17
+ token,
18
+ password,
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)
@@ -0,0 +1,24 @@
1
+ # ResourceDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **permissions** | [**Array<PermissionsDTO>**](PermissionsDTO.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ResourceDTO } from '@nestbox-ai/admin';
16
+
17
+ const instance: ResourceDTO = {
18
+ id,
19
+ name,
20
+ permissions,
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)
@@ -0,0 +1,22 @@
1
+ # RoleDto
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { RoleDto } from '@nestbox-ai/admin';
15
+
16
+ const instance: RoleDto = {
17
+ id,
18
+ name,
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)
@@ -0,0 +1,372 @@
1
+ # RolesApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**rolesControllerCreateProjectRole**](#rolescontrollercreateprojectrole) | **POST** /projects/{projectId}/roles | Create a new role|
8
+ |[**rolesControllerDeleteProjectRole**](#rolescontrollerdeleteprojectrole) | **DELETE** /projects/{projectId}/roles/{roleId} | Delete Project Role|
9
+ |[**rolesControllerGetAllProjectRoles**](#rolescontrollergetallprojectroles) | **GET** /projects/{projectId}/roles | Retrieve all roles|
10
+ |[**rolesControllerGetProjectRoleById**](#rolescontrollergetprojectrolebyid) | **GET** /projects/{projectId}/roles/{roleId} | Retrieve a role by ID|
11
+ |[**rolesControllerGetUserProjectRole**](#rolescontrollergetuserprojectrole) | **GET** /projects/{id}/members/role | Retrieve the role of a specific member|
12
+ |[**rolesControllerUpdateProjectRoleById**](#rolescontrollerupdateprojectrolebyid) | **PATCH** /projects/{projectId}/roles/{roleId} | Update a role|
13
+
14
+ # **rolesControllerCreateProjectRole**
15
+ > CreateProjectRoleResponseDto rolesControllerCreateProjectRole(createRoleDto)
16
+
17
+
18
+ ### Example
19
+
20
+ ```typescript
21
+ import {
22
+ RolesApi,
23
+ Configuration,
24
+ CreateRoleDto
25
+ } from '@nestbox-ai/admin';
26
+
27
+ const configuration = new Configuration();
28
+ const apiInstance = new RolesApi(configuration);
29
+
30
+ let projectId: string; // (default to undefined)
31
+ let createRoleDto: CreateRoleDto; //
32
+
33
+ const { status, data } = await apiInstance.rolesControllerCreateProjectRole(
34
+ projectId,
35
+ createRoleDto
36
+ );
37
+ ```
38
+
39
+ ### Parameters
40
+
41
+ |Name | Type | Description | Notes|
42
+ |------------- | ------------- | ------------- | -------------|
43
+ | **createRoleDto** | **CreateRoleDto**| | |
44
+ | **projectId** | [**string**] | | defaults to undefined|
45
+
46
+
47
+ ### Return type
48
+
49
+ **CreateProjectRoleResponseDto**
50
+
51
+ ### Authorization
52
+
53
+ No authorization required
54
+
55
+ ### HTTP request headers
56
+
57
+ - **Content-Type**: application/json
58
+ - **Accept**: application/json
59
+
60
+
61
+ ### HTTP response details
62
+ | Status code | Description | Response headers |
63
+ |-------------|-------------|------------------|
64
+ |**200** | | - |
65
+ |**400** | | - |
66
+ |**401** | | - |
67
+ |**403** | | - |
68
+ |**404** | | - |
69
+ |**500** | | - |
70
+
71
+ [[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)
72
+
73
+ # **rolesControllerDeleteProjectRole**
74
+ > DeleteProjectRoleByIdResponseDto rolesControllerDeleteProjectRole()
75
+
76
+
77
+ ### Example
78
+
79
+ ```typescript
80
+ import {
81
+ RolesApi,
82
+ Configuration
83
+ } from '@nestbox-ai/admin';
84
+
85
+ const configuration = new Configuration();
86
+ const apiInstance = new RolesApi(configuration);
87
+
88
+ let projectId: string; // (default to undefined)
89
+ let roleId: number; // (default to undefined)
90
+
91
+ const { status, data } = await apiInstance.rolesControllerDeleteProjectRole(
92
+ projectId,
93
+ roleId
94
+ );
95
+ ```
96
+
97
+ ### Parameters
98
+
99
+ |Name | Type | Description | Notes|
100
+ |------------- | ------------- | ------------- | -------------|
101
+ | **projectId** | [**string**] | | defaults to undefined|
102
+ | **roleId** | [**number**] | | defaults to undefined|
103
+
104
+
105
+ ### Return type
106
+
107
+ **DeleteProjectRoleByIdResponseDto**
108
+
109
+ ### Authorization
110
+
111
+ No authorization required
112
+
113
+ ### HTTP request headers
114
+
115
+ - **Content-Type**: Not defined
116
+ - **Accept**: application/json
117
+
118
+
119
+ ### HTTP response details
120
+ | Status code | Description | Response headers |
121
+ |-------------|-------------|------------------|
122
+ |**200** | | - |
123
+ |**400** | | - |
124
+ |**401** | | - |
125
+ |**403** | | - |
126
+ |**404** | | - |
127
+ |**500** | | - |
128
+
129
+ [[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)
130
+
131
+ # **rolesControllerGetAllProjectRoles**
132
+ > GetAllProjectRoleResponseDto rolesControllerGetAllProjectRoles()
133
+
134
+
135
+ ### Example
136
+
137
+ ```typescript
138
+ import {
139
+ RolesApi,
140
+ Configuration
141
+ } from '@nestbox-ai/admin';
142
+
143
+ const configuration = new Configuration();
144
+ const apiInstance = new RolesApi(configuration);
145
+
146
+ let projectId: string; // (default to undefined)
147
+ let page: number; // (optional) (default to undefined)
148
+ let limit: number; // (optional) (default to undefined)
149
+ let column: string; // (optional) (default to undefined)
150
+ let direction: 'ASC' | 'DESC'; // (optional) (default to undefined)
151
+
152
+ const { status, data } = await apiInstance.rolesControllerGetAllProjectRoles(
153
+ projectId,
154
+ page,
155
+ limit,
156
+ column,
157
+ direction
158
+ );
159
+ ```
160
+
161
+ ### Parameters
162
+
163
+ |Name | Type | Description | Notes|
164
+ |------------- | ------------- | ------------- | -------------|
165
+ | **projectId** | [**string**] | | defaults to undefined|
166
+ | **page** | [**number**] | | (optional) defaults to undefined|
167
+ | **limit** | [**number**] | | (optional) defaults to undefined|
168
+ | **column** | [**string**] | | (optional) defaults to undefined|
169
+ | **direction** | [**&#39;ASC&#39; | &#39;DESC&#39;**]**Array<&#39;ASC&#39; &#124; &#39;DESC&#39;>** | | (optional) defaults to undefined|
170
+
171
+
172
+ ### Return type
173
+
174
+ **GetAllProjectRoleResponseDto**
175
+
176
+ ### Authorization
177
+
178
+ No authorization required
179
+
180
+ ### HTTP request headers
181
+
182
+ - **Content-Type**: Not defined
183
+ - **Accept**: application/json
184
+
185
+
186
+ ### HTTP response details
187
+ | Status code | Description | Response headers |
188
+ |-------------|-------------|------------------|
189
+ |**200** | | - |
190
+ |**400** | | - |
191
+ |**401** | | - |
192
+ |**403** | | - |
193
+ |**404** | | - |
194
+ |**500** | | - |
195
+
196
+ [[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)
197
+
198
+ # **rolesControllerGetProjectRoleById**
199
+ > GetProjectRoleByIdResponseDto rolesControllerGetProjectRoleById()
200
+
201
+
202
+ ### Example
203
+
204
+ ```typescript
205
+ import {
206
+ RolesApi,
207
+ Configuration
208
+ } from '@nestbox-ai/admin';
209
+
210
+ const configuration = new Configuration();
211
+ const apiInstance = new RolesApi(configuration);
212
+
213
+ let projectId: string; // (default to undefined)
214
+ let roleId: number; // (default to undefined)
215
+
216
+ const { status, data } = await apiInstance.rolesControllerGetProjectRoleById(
217
+ projectId,
218
+ roleId
219
+ );
220
+ ```
221
+
222
+ ### Parameters
223
+
224
+ |Name | Type | Description | Notes|
225
+ |------------- | ------------- | ------------- | -------------|
226
+ | **projectId** | [**string**] | | defaults to undefined|
227
+ | **roleId** | [**number**] | | defaults to undefined|
228
+
229
+
230
+ ### Return type
231
+
232
+ **GetProjectRoleByIdResponseDto**
233
+
234
+ ### Authorization
235
+
236
+ No authorization required
237
+
238
+ ### HTTP request headers
239
+
240
+ - **Content-Type**: Not defined
241
+ - **Accept**: application/json
242
+
243
+
244
+ ### HTTP response details
245
+ | Status code | Description | Response headers |
246
+ |-------------|-------------|------------------|
247
+ |**200** | | - |
248
+ |**400** | | - |
249
+ |**401** | | - |
250
+ |**403** | | - |
251
+ |**404** | | - |
252
+ |**500** | | - |
253
+
254
+ [[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)
255
+
256
+ # **rolesControllerGetUserProjectRole**
257
+ > GetUserProjectRoleByRoleIdResponseDto rolesControllerGetUserProjectRole()
258
+
259
+
260
+ ### Example
261
+
262
+ ```typescript
263
+ import {
264
+ RolesApi,
265
+ Configuration
266
+ } from '@nestbox-ai/admin';
267
+
268
+ const configuration = new Configuration();
269
+ const apiInstance = new RolesApi(configuration);
270
+
271
+ let id: string; // (default to undefined)
272
+
273
+ const { status, data } = await apiInstance.rolesControllerGetUserProjectRole(
274
+ id
275
+ );
276
+ ```
277
+
278
+ ### Parameters
279
+
280
+ |Name | Type | Description | Notes|
281
+ |------------- | ------------- | ------------- | -------------|
282
+ | **id** | [**string**] | | defaults to undefined|
283
+
284
+
285
+ ### Return type
286
+
287
+ **GetUserProjectRoleByRoleIdResponseDto**
288
+
289
+ ### Authorization
290
+
291
+ No authorization required
292
+
293
+ ### HTTP request headers
294
+
295
+ - **Content-Type**: Not defined
296
+ - **Accept**: application/json
297
+
298
+
299
+ ### HTTP response details
300
+ | Status code | Description | Response headers |
301
+ |-------------|-------------|------------------|
302
+ |**200** | | - |
303
+ |**400** | | - |
304
+ |**401** | | - |
305
+ |**403** | | - |
306
+ |**404** | | - |
307
+ |**500** | | - |
308
+
309
+ [[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)
310
+
311
+ # **rolesControllerUpdateProjectRoleById**
312
+ > UpdateProjectRoleResponseDto rolesControllerUpdateProjectRoleById(updateRoleByIdDto)
313
+
314
+
315
+ ### Example
316
+
317
+ ```typescript
318
+ import {
319
+ RolesApi,
320
+ Configuration,
321
+ UpdateRoleByIdDto
322
+ } from '@nestbox-ai/admin';
323
+
324
+ const configuration = new Configuration();
325
+ const apiInstance = new RolesApi(configuration);
326
+
327
+ let projectId: string; // (default to undefined)
328
+ let roleId: number; // (default to undefined)
329
+ let updateRoleByIdDto: UpdateRoleByIdDto; //
330
+
331
+ const { status, data } = await apiInstance.rolesControllerUpdateProjectRoleById(
332
+ projectId,
333
+ roleId,
334
+ updateRoleByIdDto
335
+ );
336
+ ```
337
+
338
+ ### Parameters
339
+
340
+ |Name | Type | Description | Notes|
341
+ |------------- | ------------- | ------------- | -------------|
342
+ | **updateRoleByIdDto** | **UpdateRoleByIdDto**| | |
343
+ | **projectId** | [**string**] | | defaults to undefined|
344
+ | **roleId** | [**number**] | | defaults to undefined|
345
+
346
+
347
+ ### Return type
348
+
349
+ **UpdateProjectRoleResponseDto**
350
+
351
+ ### Authorization
352
+
353
+ No authorization required
354
+
355
+ ### HTTP request headers
356
+
357
+ - **Content-Type**: application/json
358
+ - **Accept**: application/json
359
+
360
+
361
+ ### HTTP response details
362
+ | Status code | Description | Response headers |
363
+ |-------------|-------------|------------------|
364
+ |**200** | | - |
365
+ |**400** | | - |
366
+ |**401** | | - |
367
+ |**403** | | - |
368
+ |**404** | | - |
369
+ |**500** | | - |
370
+
371
+ [[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)
372
+
@@ -0,0 +1,36 @@
1
+ # SignupRequestDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **email** | **string** | | [default to undefined]
9
+ **password** | **string** | | [optional] [default to undefined]
10
+ **firstName** | **string** | | [default to undefined]
11
+ **lastName** | **string** | | [default to undefined]
12
+ **phone** | **string** | | [default to undefined]
13
+ **providerId** | **string** | | [optional] [default to undefined]
14
+ **providerType** | **string** | | [optional] [default to undefined]
15
+ **image** | **string** | | [optional] [default to undefined]
16
+ **profilePictureUrl** | **string** | | [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { SignupRequestDTO } from '@nestbox-ai/admin';
22
+
23
+ const instance: SignupRequestDTO = {
24
+ email,
25
+ password,
26
+ firstName,
27
+ lastName,
28
+ phone,
29
+ providerId,
30
+ providerType,
31
+ image,
32
+ profilePictureUrl,
33
+ };
34
+ ```
35
+
36
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # SignupResponseDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **token** | **string** | Token | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { SignupResponseDTO } from '@nestbox-ai/admin';
14
+
15
+ const instance: SignupResponseDTO = {
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)
@@ -0,0 +1,26 @@
1
+ # SimilaritySearchQueryDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **query** | **string** | | [default to undefined]
9
+ **params** | **object** | | [default to undefined]
10
+ **filter** | **object** | | [default to undefined]
11
+ **include** | **Array&lt;string&gt;** | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { SimilaritySearchQueryDTO } from '@nestbox-ai/admin';
17
+
18
+ const instance: SimilaritySearchQueryDTO = {
19
+ query,
20
+ params,
21
+ filter,
22
+ include,
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)
@@ -0,0 +1,26 @@
1
+ # TeamMemberDto
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [default to undefined]
9
+ **status** | **string** | | [default to undefined]
10
+ **user** | [**UserDto**](UserDto.md) | | [default to undefined]
11
+ **role** | [**RoleDto**](RoleDto.md) | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { TeamMemberDto } from '@nestbox-ai/admin';
17
+
18
+ const instance: TeamMemberDto = {
19
+ id,
20
+ status,
21
+ user,
22
+ role,
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)
@@ -0,0 +1,20 @@
1
+ # UnauthorizedExceptionResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **message** | **string** | | [default to 'Not Authorized']
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UnauthorizedExceptionResponse } from '@nestbox-ai/admin';
14
+
15
+ const instance: UnauthorizedExceptionResponse = {
16
+ message,
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)