@caraer/client 2.0.436 → 2.0.441

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 (124) hide show
  1. package/.openapi-generator/FILES +87 -2
  2. package/api.ts +1960 -763
  3. package/dist/api.d.ts +2048 -722
  4. package/dist/api.js +479 -473
  5. package/dist/esm/api.d.ts +2048 -722
  6. package/dist/esm/api.js +476 -470
  7. package/docs/AppBarIframeSessionsApi.md +10 -4
  8. package/docs/AppBarsApi.md +11 -4
  9. package/docs/AppInstallationRuntimeApi.md +58 -0
  10. package/docs/ApplicationsApi.md +132 -62
  11. package/docs/AutomationsApi.md +6 -4
  12. package/docs/BillingApi.md +10 -4
  13. package/docs/CRUD.md +24 -0
  14. package/docs/CompanyApi.md +44 -18
  15. package/docs/CreateResponseFeedDTO.md +23 -0
  16. package/docs/CreateResponseMapStringString.md +23 -0
  17. package/docs/DeleteResponseFeedDTO.md +23 -0
  18. package/docs/DeveloperProjectsApi.md +31 -6
  19. package/docs/DeveloperSandboxDTO.md +43 -0
  20. package/docs/DeveloperSandboxesApi.md +12 -2
  21. package/docs/ErrorResponse.md +3 -3
  22. package/docs/ExistingWidgetSummary.md +2 -2
  23. package/docs/FeedsApi.md +11 -6
  24. package/docs/FileManagementApi.md +19 -9
  25. package/docs/FilterApi.md +21 -8
  26. package/docs/FlowPaginationRequest.md +43 -0
  27. package/docs/FormsApi.md +95 -56
  28. package/docs/ModuleApi.md +61 -38
  29. package/docs/NotificationsApi.md +15 -2
  30. package/docs/ObjectsApi.md +80 -39
  31. package/docs/PaginationRequest.md +31 -0
  32. package/docs/PaginationResponseAppDTO.md +31 -0
  33. package/docs/PaginationResponseCaraerObjectDTO.md +31 -0
  34. package/docs/PaginationResponseCompanyDTO.md +31 -0
  35. package/docs/{PaginationResponse.md → PaginationResponseFeedDTO.md} +4 -4
  36. package/docs/PaginationResponseFormDTO.md +31 -0
  37. package/docs/PaginationResponseMapStringObject.md +31 -0
  38. package/docs/PaginationResponseObject.md +31 -0
  39. package/docs/PaginationResponsePageContentDTO.md +31 -0
  40. package/docs/PaginationResponsePropertyCalculationTypeDTO.md +31 -0
  41. package/docs/PaginationResponsePropertyDTO.md +31 -0
  42. package/docs/PaginationResponsePropertyFormat.md +31 -0
  43. package/docs/PaginationResponsePropertyOption.md +31 -0
  44. package/docs/PaginationResponsePublicEnvironmentDTO.md +31 -0
  45. package/docs/PaginationResponsePublicFormDTO.md +31 -0
  46. package/docs/PaginationResponseRelationDTO.md +31 -0
  47. package/docs/PaginationResponseSavedFilterDTO.md +31 -0
  48. package/docs/PaginationResponseServerlessFunctionDTO.md +31 -0
  49. package/docs/PaginationResponseSubscribeWebhookDTO.md +31 -0
  50. package/docs/PaginationResponseSyncDTO.md +31 -0
  51. package/docs/PaginationResponseTraitDTO.md +31 -0
  52. package/docs/PaginationResponseViewDTO.md +31 -0
  53. package/docs/PaginationResponseWebMenuDTO.md +31 -0
  54. package/docs/ProjectBuildDTO.md +55 -0
  55. package/docs/ProjectDeployDTO.md +53 -0
  56. package/docs/PropertyApi.md +84 -47
  57. package/docs/PublicFormDTO.md +55 -0
  58. package/docs/Record.md +2 -2
  59. package/docs/RecordPaginationRequest.md +37 -0
  60. package/docs/RecordsApi.md +141 -60
  61. package/docs/RelationsApi.md +82 -48
  62. package/docs/SearchRequest.md +29 -0
  63. package/docs/ServerlessFunctionsApi.md +42 -16
  64. package/docs/SettingField.md +2 -2
  65. package/docs/ShowResponse.md +3 -3
  66. package/docs/ShowResponseAnalyticsDashboardConfig.md +23 -0
  67. package/docs/ShowResponseAppBarIframeSessionContextDTO.md +23 -0
  68. package/docs/ShowResponseAppBarIframeSessionTokenDTO.md +23 -0
  69. package/docs/ShowResponseAppDTO.md +23 -0
  70. package/docs/ShowResponseBillingStatusDTO.md +23 -0
  71. package/docs/ShowResponseCaraerObjectDTO.md +23 -0
  72. package/docs/ShowResponseCompanyDTO.md +23 -0
  73. package/docs/ShowResponseDeveloperProjectDTO.md +23 -0
  74. package/docs/ShowResponseDigitalIdentityDTO.md +23 -0
  75. package/docs/ShowResponseFeedDTO.md +23 -0
  76. package/docs/ShowResponseFormDTO.md +23 -0
  77. package/docs/ShowResponseListEnvironmentDTO.md +23 -0
  78. package/docs/ShowResponseListFormObjectSummaryDTO.md +23 -0
  79. package/docs/ShowResponseListInstalledAppBarDTO.md +23 -0
  80. package/docs/ShowResponseListPropertyDTO.md +23 -0
  81. package/docs/ShowResponseListWebpagePickerItemDTO.md +23 -0
  82. package/docs/ShowResponseLoadAppSettingOptionsResponse.md +23 -0
  83. package/docs/ShowResponseMapStringAnalyticsDashboardConfig.md +23 -0
  84. package/docs/ShowResponseMapStringBoolean.md +23 -0
  85. package/docs/ShowResponseMapStringString.md +23 -0
  86. package/docs/ShowResponsePageContentDTO.md +23 -0
  87. package/docs/ShowResponsePreviewDTO.md +23 -0
  88. package/docs/ShowResponsePropertyDTO.md +23 -0
  89. package/docs/ShowResponsePublicFormDTO.md +23 -0
  90. package/docs/ShowResponseRelationDTO.md +23 -0
  91. package/docs/ShowResponseSavedFilterDTO.md +23 -0
  92. package/docs/ShowResponseServerlessFunctionDTO.md +23 -0
  93. package/docs/ShowResponseString.md +23 -0
  94. package/docs/ShowResponseSubscribeWebhookDTO.md +23 -0
  95. package/docs/ShowResponseTemplateWebpageDTO.md +23 -0
  96. package/docs/ShowResponseTraitDTO.md +23 -0
  97. package/docs/ShowResponseViewDTO.md +23 -0
  98. package/docs/ShowResponseWebMenuDTO.md +23 -0
  99. package/docs/ShowResponseWebsiteSettingsDTO.md +23 -0
  100. package/docs/SuccessResponseAggregateResponse.md +23 -0
  101. package/docs/SuccessResponseCollectionRelation.md +23 -0
  102. package/docs/SuccessResponseCompanyDTO.md +23 -0
  103. package/docs/{SuccessResponse.md → SuccessResponseFeedDTO.md} +4 -4
  104. package/docs/SuccessResponseFlow.md +23 -0
  105. package/docs/SuccessResponseListAggregateResponse.md +23 -0
  106. package/docs/SuccessResponseListCaraerObjectDTO.md +23 -0
  107. package/docs/SuccessResponseListDeveloperSandboxDTO.md +23 -0
  108. package/docs/SuccessResponseListMapStringObject.md +23 -0
  109. package/docs/SuccessResponseListProjectBuildDTO.md +23 -0
  110. package/docs/SuccessResponseListProjectDeployDTO.md +23 -0
  111. package/docs/SuccessResponseListPropertyDTO.md +23 -0
  112. package/docs/SuccessResponseListString.md +23 -0
  113. package/docs/SuccessResponseMapStringInteger.md +23 -0
  114. package/docs/SuccessResponseMapStringObject.md +23 -0
  115. package/docs/SuccessResponseObject.md +23 -0
  116. package/docs/SuccessResponseSuggestAnalyticsWidgetsResponse.md +23 -0
  117. package/docs/SuccessResponseTable.md +23 -0
  118. package/docs/SyncApi.md +27 -9
  119. package/docs/TraitsApi.md +41 -23
  120. package/docs/UpdateResponseFeedDTO.md +23 -0
  121. package/docs/ViewsApi.md +44 -26
  122. package/docs/WebMenusApi.md +30 -12
  123. package/docs/WebpagesApi.md +128 -24
  124. package/package.json +1 -1
package/docs/FeedsApi.md CHANGED
@@ -7,7 +7,7 @@ All URIs are relative to *https://v2.api.caraer.com*
7
7
  |[**index1**](#index1) | **POST** /api/v2/feeds/index | List feeds|
8
8
 
9
9
  # **index1**
10
- > any index1(body)
10
+ > PaginationResponseFeedDTO index1(paginationRequest)
11
11
 
12
12
 
13
13
  ### Example
@@ -15,16 +15,17 @@ All URIs are relative to *https://v2.api.caraer.com*
15
15
  ```typescript
16
16
  import {
17
17
  FeedsApi,
18
- Configuration
18
+ Configuration,
19
+ PaginationRequest
19
20
  } from '@caraer/client';
20
21
 
21
22
  const configuration = new Configuration();
22
23
  const apiInstance = new FeedsApi(configuration);
23
24
 
24
- let body: any; //
25
+ let paginationRequest: PaginationRequest; //
25
26
 
26
27
  const { status, data } = await apiInstance.index1(
27
- body
28
+ paginationRequest
28
29
  );
29
30
  ```
30
31
 
@@ -32,12 +33,12 @@ const { status, data } = await apiInstance.index1(
32
33
 
33
34
  |Name | Type | Description | Notes|
34
35
  |------------- | ------------- | ------------- | -------------|
35
- | **body** | **any**| | |
36
+ | **paginationRequest** | **PaginationRequest**| | |
36
37
 
37
38
 
38
39
  ### Return type
39
40
 
40
- **any**
41
+ **PaginationResponseFeedDTO**
41
42
 
42
43
  ### Authorization
43
44
 
@@ -53,6 +54,10 @@ const { status, data } = await apiInstance.index1(
53
54
  | Status code | Description | Response headers |
54
55
  |-------------|-------------|------------------|
55
56
  |**200** | OK | - |
57
+ |**401** | Authentication is required or the token is invalid. | - |
58
+ |**403** | The caller is missing a required role or scope. | - |
59
+ |**404** | The requested resource was not found. | - |
60
+ |**500** | An internal server error occurred. | - |
56
61
 
57
62
  [[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)
58
63
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://v2.api.caraer.com*
10
10
  |[**uploadFile2**](#uploadfile2) | **POST** /api/v2/files/ | Upload files|
11
11
 
12
12
  # **deleteFile**
13
- > SuccessResponse deleteFile()
13
+ > SuccessResponseVoid deleteFile()
14
14
 
15
15
  Deletes a file from the S3-compatible storage identified by its unique key.
16
16
 
@@ -41,7 +41,7 @@ const { status, data } = await apiInstance.deleteFile(
41
41
 
42
42
  ### Return type
43
43
 
44
- **SuccessResponse**
44
+ **SuccessResponseVoid**
45
45
 
46
46
  ### Authorization
47
47
 
@@ -59,11 +59,13 @@ const { status, data } = await apiInstance.deleteFile(
59
59
  |**200** | File deleted successfully. | - |
60
60
  |**404** | File not found. | - |
61
61
  |**500** | Internal server error. | - |
62
+ |**401** | Authentication is required or the token is invalid. | - |
63
+ |**403** | The caller is missing a required role or scope. | - |
62
64
 
63
65
  [[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)
64
66
 
65
67
  # **downloadFile**
66
- > SuccessResponse downloadFile()
68
+ > SuccessResponseString downloadFile()
67
69
 
68
70
  Generates a pre-signed URL to download a file stored in S3-compatible storage. The URL expiry time and download behavior can be specified using the query parameters.
69
71
 
@@ -100,7 +102,7 @@ const { status, data } = await apiInstance.downloadFile(
100
102
 
101
103
  ### Return type
102
104
 
103
- **SuccessResponse**
105
+ **SuccessResponseString**
104
106
 
105
107
  ### Authorization
106
108
 
@@ -118,11 +120,13 @@ const { status, data } = await apiInstance.downloadFile(
118
120
  |**200** | File URL generated successfully. | - |
119
121
  |**404** | File not found. | - |
120
122
  |**500** | Internal server error. | - |
123
+ |**401** | Authentication is required or the token is invalid. | - |
124
+ |**403** | The caller is missing a required role or scope. | - |
121
125
 
122
126
  [[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)
123
127
 
124
128
  # **listFiles**
125
- > SuccessResponse listFiles()
129
+ > SuccessResponseListString listFiles()
126
130
 
127
131
  Lists all files stored in the system or, if a record UUID is provided, lists the files related to that record.
128
132
 
@@ -153,7 +157,7 @@ const { status, data } = await apiInstance.listFiles(
153
157
 
154
158
  ### Return type
155
159
 
156
- **SuccessResponse**
160
+ **SuccessResponseListString**
157
161
 
158
162
  ### Authorization
159
163
 
@@ -170,11 +174,14 @@ const { status, data } = await apiInstance.listFiles(
170
174
  |-------------|-------------|------------------|
171
175
  |**200** | Files listed successfully. | - |
172
176
  |**500** | Internal server error. | - |
177
+ |**401** | Authentication is required or the token is invalid. | - |
178
+ |**403** | The caller is missing a required role or scope. | - |
179
+ |**404** | The requested resource was not found. | - |
173
180
 
174
181
  [[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)
175
182
 
176
183
  # **uploadFile2**
177
- > SuccessResponse uploadFile2()
184
+ > SuccessResponseListString uploadFile2()
178
185
 
179
186
  Uploads multiple files to an S3-compatible storage and returns their unique keys. The request must contain one or more files in multipart/form-data format.
180
187
 
@@ -205,7 +212,7 @@ const { status, data } = await apiInstance.uploadFile2(
205
212
 
206
213
  ### Return type
207
214
 
208
- **SuccessResponse**
215
+ **SuccessResponseListString**
209
216
 
210
217
  ### Authorization
211
218
 
@@ -222,7 +229,10 @@ const { status, data } = await apiInstance.uploadFile2(
222
229
  |-------------|-------------|------------------|
223
230
  |**200** | Files uploaded successfully. | - |
224
231
  |**400** | Invalid input, e.g., file size exceeds the limit. | - |
225
- |**500** | Internal server error. | - |
232
+ |**500** | An internal server error occurred. | - |
233
+ |**401** | Authentication is required or the token is invalid. | - |
234
+ |**403** | The caller is missing a required role or scope. | - |
235
+ |**404** | The requested resource was not found. | - |
226
236
 
227
237
  [[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)
228
238
 
package/docs/FilterApi.md CHANGED
@@ -61,6 +61,9 @@ const { status, data } = await apiInstance.createFilter(
61
61
  |**201** | Filter created successfully | - |
62
62
  |**400** | Invalid input data | - |
63
63
  |**500** | Internal server error | - |
64
+ |**401** | Authentication is required or the token is invalid. | - |
65
+ |**403** | The caller is missing a required role or scope. | - |
66
+ |**404** | The requested resource was not found. | - |
64
67
 
65
68
  [[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)
66
69
 
@@ -114,11 +117,13 @@ const { status, data } = await apiInstance.deleteFilter(
114
117
  |**200** | Filter deleted successfully | - |
115
118
  |**404** | Filter not found | - |
116
119
  |**500** | Internal server error | - |
120
+ |**401** | Authentication is required or the token is invalid. | - |
121
+ |**403** | The caller is missing a required role or scope. | - |
117
122
 
118
123
  [[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)
119
124
 
120
125
  # **getFilter**
121
- > ShowResponse getFilter()
126
+ > ShowResponseSavedFilterDTO getFilter()
122
127
 
123
128
  Retrieves details of a saved filter by its UUID.
124
129
 
@@ -149,7 +154,7 @@ const { status, data } = await apiInstance.getFilter(
149
154
 
150
155
  ### Return type
151
156
 
152
- **ShowResponse**
157
+ **ShowResponseSavedFilterDTO**
153
158
 
154
159
  ### Authorization
155
160
 
@@ -167,11 +172,13 @@ const { status, data } = await apiInstance.getFilter(
167
172
  |**200** | Filter retrieved successfully | - |
168
173
  |**404** | Filter not found | - |
169
174
  |**500** | Internal server error | - |
175
+ |**401** | Authentication is required or the token is invalid. | - |
176
+ |**403** | The caller is missing a required role or scope. | - |
170
177
 
171
178
  [[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)
172
179
 
173
180
  # **getFilters**
174
- > PaginationResponse getFilters(body)
181
+ > PaginationResponseSavedFilterDTO getFilters(paginationRequest)
175
182
 
176
183
  Fetches a paginated list of saved filters. The request body should contain pagination details such as limit, page, filters, and sort.
177
184
 
@@ -180,18 +187,19 @@ Fetches a paginated list of saved filters. The request body should contain pagin
180
187
  ```typescript
181
188
  import {
182
189
  FilterApi,
183
- Configuration
190
+ Configuration,
191
+ PaginationRequest
184
192
  } from '@caraer/client';
185
193
 
186
194
  const configuration = new Configuration();
187
195
  const apiInstance = new FilterApi(configuration);
188
196
 
189
197
  let objectUuid: string; // (default to undefined)
190
- let body: any; //Pagination request details
198
+ let paginationRequest: PaginationRequest; //Pagination request details
191
199
 
192
200
  const { status, data } = await apiInstance.getFilters(
193
201
  objectUuid,
194
- body
202
+ paginationRequest
195
203
  );
196
204
  ```
197
205
 
@@ -199,13 +207,13 @@ const { status, data } = await apiInstance.getFilters(
199
207
 
200
208
  |Name | Type | Description | Notes|
201
209
  |------------- | ------------- | ------------- | -------------|
202
- | **body** | **any**| Pagination request details | |
210
+ | **paginationRequest** | **PaginationRequest**| Pagination request details | |
203
211
  | **objectUuid** | [**string**] | | defaults to undefined|
204
212
 
205
213
 
206
214
  ### Return type
207
215
 
208
- **PaginationResponse**
216
+ **PaginationResponseSavedFilterDTO**
209
217
 
210
218
  ### Authorization
211
219
 
@@ -223,6 +231,9 @@ const { status, data } = await apiInstance.getFilters(
223
231
  |**200** | Filters fetched successfully | - |
224
232
  |**400** | Bad request | - |
225
233
  |**500** | Internal server error | - |
234
+ |**401** | Authentication is required or the token is invalid. | - |
235
+ |**403** | The caller is missing a required role or scope. | - |
236
+ |**404** | The requested resource was not found. | - |
226
237
 
227
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)
228
239
 
@@ -281,6 +292,8 @@ const { status, data } = await apiInstance.updateFilter(
281
292
  |**400** | Invalid input data | - |
282
293
  |**404** | Filter not found | - |
283
294
  |**500** | Internal server error | - |
295
+ |**401** | Authentication is required or the token is invalid. | - |
296
+ |**403** | The caller is missing a required role or scope. | - |
284
297
 
285
298
  [[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)
286
299
 
@@ -0,0 +1,43 @@
1
+ # FlowPaginationRequest
2
+
3
+ Request DTO for paginated data flow with filters, sorting, displayed items, and related information.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **crud** | [**CRUD**](CRUD.md) | | [optional] [default to undefined]
10
+ **showItems** | [**Set<ShowItem>**](ShowItem.md) | | [optional] [default to undefined]
11
+ **page** | **number** | The page index (one-based) to request. | [optional] [default to undefined]
12
+ **limit** | **number** | The number of records to retrieve per page. | [optional] [default to undefined]
13
+ **filter** | [**Filter**](Filter.md) | Filters applied to the query. | [optional] [default to undefined]
14
+ **sort** | [**Set<SortItem>**](SortItem.md) | Sorting options for the query. | [optional] [default to undefined]
15
+ **show** | [**Array<ShowItem>**](ShowItem.md) | Specifies what data to show in the response. | [optional] [default to undefined]
16
+ **query** | **string** | A free-text search query applied to the records. | [optional] [default to undefined]
17
+ **preview** | **string** | Preview information for the records, if supported. | [optional] [default to undefined]
18
+ **mainObject** | **string** | The main object for categorization or context. | [optional] [default to undefined]
19
+ **column** | **string** | Column name for sorting or filtering data | [optional] [default to undefined]
20
+ **property** | **string** | UUID of the property used in the request | [optional] [default to undefined]
21
+
22
+ ## Example
23
+
24
+ ```typescript
25
+ import { FlowPaginationRequest } from '@caraer/client';
26
+
27
+ const instance: FlowPaginationRequest = {
28
+ crud,
29
+ showItems,
30
+ page,
31
+ limit,
32
+ filter,
33
+ sort,
34
+ show,
35
+ query,
36
+ preview,
37
+ mainObject,
38
+ column,
39
+ property,
40
+ };
41
+ ```
42
+
43
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)