@caraer/client 2.0.347
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.
- package/.openapi-generator/FILES +189 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +5 -0
- package/LICENSE +21 -0
- package/README.md +25 -0
- package/api.ts +21719 -0
- package/base.ts +62 -0
- package/common.ts +127 -0
- package/configuration.ts +121 -0
- package/dist/api.d.ts +12770 -0
- package/dist/api.js +15923 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +34 -0
- package/dist/common.js +139 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +12770 -0
- package/dist/esm/api.js +15835 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +34 -0
- package/dist/esm/common.js +126 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.js +15 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +31 -0
- package/docs/AccessGrantTargetDTO.md +25 -0
- package/docs/AppBarDTO.md +55 -0
- package/docs/AppBarIframeSessionRequest.md +29 -0
- package/docs/AppBarIframeSessionValidateRequest.md +21 -0
- package/docs/AppBarIframeSessionsApi.md +119 -0
- package/docs/AppBarTriggerRequest.md +31 -0
- package/docs/AppBarVisibilityEntry.md +22 -0
- package/docs/AppBarsApi.md +130 -0
- package/docs/AppDTO.md +101 -0
- package/docs/AppDetailsDTO.md +63 -0
- package/docs/AppPricingDTO.md +55 -0
- package/docs/AppPublishDTO.md +51 -0
- package/docs/AppRequest.md +21 -0
- package/docs/AppSettingFieldMappingStructure.md +22 -0
- package/docs/AppSettingFieldMappingStructureItem.md +32 -0
- package/docs/AppSettingFieldSchema.md +40 -0
- package/docs/AppSettingOptionsSource.md +28 -0
- package/docs/AppTierDTO.md +49 -0
- package/docs/ApplicationsApi.md +1422 -0
- package/docs/AutomationsApi.md +54 -0
- package/docs/BillingSettingsDTO.md +51 -0
- package/docs/CaraerErrorType.md +24 -0
- package/docs/CaraerObjectDTO.md +65 -0
- package/docs/CompanyApi.md +538 -0
- package/docs/CompanyDTO.md +47 -0
- package/docs/CompanyDetailsDTO.md +75 -0
- package/docs/CopyPropertiesToObjectRequest.md +20 -0
- package/docs/CopyPropertyToEnvironmentsRequest.md +28 -0
- package/docs/CreateCompanyRequest.md +29 -0
- package/docs/CreateOrUpdateEnvironmentRequest.md +22 -0
- package/docs/CreatePrivateAppRequest.md +27 -0
- package/docs/CreateResponse.md +23 -0
- package/docs/CreateResponseSignedUrlResultDTO.md +23 -0
- package/docs/CreateSignedUrlRequest.md +20 -0
- package/docs/Currency.md +18 -0
- package/docs/CurrencyRange.md +18 -0
- package/docs/CursorLocation.md +25 -0
- package/docs/CustomFontDTO.md +22 -0
- package/docs/Date.md +18 -0
- package/docs/DeleteResponse.md +23 -0
- package/docs/DeleteResponseString.md +23 -0
- package/docs/DigitalIdentityDTO.md +115 -0
- package/docs/Duration.md +18 -0
- package/docs/Email.md +18 -0
- package/docs/EngagementBatchRequest.md +24 -0
- package/docs/ErrorResponse.md +31 -0
- package/docs/FeedDTO.md +66 -0
- package/docs/FeedsApi.md +58 -0
- package/docs/File.md +18 -0
- package/docs/FileManagementApi.md +228 -0
- package/docs/FilledProperty.md +28 -0
- package/docs/Filter.md +21 -0
- package/docs/FilterApi.md +286 -0
- package/docs/FilterGroup.md +21 -0
- package/docs/FilterItem.md +33 -0
- package/docs/FontVariantDTO.md +24 -0
- package/docs/FormDTO.md +59 -0
- package/docs/FormItemDTO.md +31 -0
- package/docs/FormRelationDTO.md +31 -0
- package/docs/FormWithAiPromptDTO.md +61 -0
- package/docs/FormsApi.md +864 -0
- package/docs/GridItemDTO.md +31 -0
- package/docs/GridItemSettingsDTO.md +49 -0
- package/docs/HasAppDTO.md +37 -0
- package/docs/InstallAppRequest.md +29 -0
- package/docs/Leadscore.md +37 -0
- package/docs/LinkedProperty.md +20 -0
- package/docs/LoadAppSettingOptionsRequest.md +27 -0
- package/docs/LoginRequest.md +22 -0
- package/docs/MappingDTO.md +50 -0
- package/docs/MappingItemDTO.md +46 -0
- package/docs/ModuleApi.md +561 -0
- package/docs/MorphRecordRequest.md +21 -0
- package/docs/MultiLine.md +18 -0
- package/docs/MultiSelect.md +18 -0
- package/docs/MultiValueMapStringString.md +22 -0
- package/docs/NotFoundError.md +42 -0
- package/docs/NotFoundErrorCause.md +24 -0
- package/docs/NotFoundErrorCauseStackTraceInner.md +34 -0
- package/docs/NotificationsApi.md +211 -0
- package/docs/Number.md +18 -0
- package/docs/NumberRange.md +18 -0
- package/docs/ObjectAccessGrantCandidatesDTO.md +25 -0
- package/docs/ObjectAccessGrantRequestDTO.md +25 -0
- package/docs/ObjectAccessGrantSectionDTO.md +25 -0
- package/docs/ObjectsApi.md +878 -0
- package/docs/PageContentDTO.md +73 -0
- package/docs/PageContentSettingsDTO.md +111 -0
- package/docs/PageContentStylingDTO.md +26 -0
- package/docs/PaginationResponse.md +31 -0
- package/docs/PaginationResponsePreviewDTO.md +31 -0
- package/docs/PaginationResponseWebpageAccessGrantDTO.md +31 -0
- package/docs/Phone.md +18 -0
- package/docs/PreviewDTO.md +77 -0
- package/docs/PreviewItemDTO.md +43 -0
- package/docs/PreviewItemSettingsDTO.md +43 -0
- package/docs/PreviewRelatedObjectDTO.md +23 -0
- package/docs/PropertyApi.md +803 -0
- package/docs/PropertyDTO.md +77 -0
- package/docs/PropertyDTOFormat.md +35 -0
- package/docs/PropertyFormat.md +32 -0
- package/docs/PropertyOption.md +30 -0
- package/docs/PublicUserDTO.md +36 -0
- package/docs/Record.md +48 -0
- package/docs/RecordDTO.md +45 -0
- package/docs/RecordRelationRequestDTO.md +33 -0
- package/docs/RecordsApi.md +948 -0
- package/docs/Reference.md +26 -0
- package/docs/RegisterRequest.md +26 -0
- package/docs/RelationDTO.md +47 -0
- package/docs/RelationsApi.md +627 -0
- package/docs/ResetPasswordRequest.md +24 -0
- package/docs/RestoreResponse.md +23 -0
- package/docs/RestoreResponseCaraerObjectDTO.md +23 -0
- package/docs/RestoreResponseSavedFilterDTO.md +23 -0
- package/docs/RestoreResponseTeamDTO.md +23 -0
- package/docs/RestoreResponseViewDTO.md +23 -0
- package/docs/ReviewRequest.md +25 -0
- package/docs/SavePropertyDTO.md +71 -0
- package/docs/SavedFilterDTO.md +45 -0
- package/docs/SendNotificationRequest.md +35 -0
- package/docs/ServerlessFunctionDTO.md +45 -0
- package/docs/ServerlessFunctionsApi.md +298 -0
- package/docs/SettingField.md +40 -0
- package/docs/SettingOption.md +24 -0
- package/docs/ShowItem.md +35 -0
- package/docs/ShowResponse.md +23 -0
- package/docs/ShowResponseObjectAccessGrantCandidatesDTO.md +23 -0
- package/docs/ShowResponseWebpageProtectionInfoDTO.md +23 -0
- package/docs/SignedUrlResultDTO.md +27 -0
- package/docs/SimplePublicCompanyDTO.md +69 -0
- package/docs/SingleCheckbox.md +18 -0
- package/docs/SingleLine.md +18 -0
- package/docs/SingleSelect.md +18 -0
- package/docs/SortItem.md +27 -0
- package/docs/SseEmitter.md +20 -0
- package/docs/Structure.md +18 -0
- package/docs/StyleSetDTO.md +502 -0
- package/docs/SubscribeWebhookDTO.md +79 -0
- package/docs/SuccessResponse.md +23 -0
- package/docs/SuccessResponseString.md +23 -0
- package/docs/SuccessResponseVoid.md +23 -0
- package/docs/SyncApi.md +344 -0
- package/docs/SyncDTO.md +40 -0
- package/docs/Tag.md +18 -0
- package/docs/Team.md +52 -0
- package/docs/TeamDTO.md +48 -0
- package/docs/TemplateWebpageDTO.md +69 -0
- package/docs/TestServerlessFunctionRequest.md +25 -0
- package/docs/TestWebhookRequest.md +27 -0
- package/docs/TrackingEventRequest.md +72 -0
- package/docs/TrackingSessionUpsertRequest.md +22 -0
- package/docs/TraitsApi.md +236 -0
- package/docs/Tuple2LongLong.md +22 -0
- package/docs/UpdateLifecyclePropertiesDTO.md +21 -0
- package/docs/UpdateResponse.md +23 -0
- package/docs/Url.md +18 -0
- package/docs/UsedInResult.md +22 -0
- package/docs/UserRecordResponseDTO.md +47 -0
- package/docs/UserWithCursorLocationDTO.md +33 -0
- package/docs/ValidationError.md +36 -0
- package/docs/ViewDTO.md +72 -0
- package/docs/ViewShareRequest.md +24 -0
- package/docs/ViewsApi.md +412 -0
- package/docs/WebMenuDTO.md +53 -0
- package/docs/WebMenuItem.md +26 -0
- package/docs/WebMenusApi.md +336 -0
- package/docs/WebpageAccessGrantDTO.md +51 -0
- package/docs/WebpageDTO.md +69 -0
- package/docs/WebpageEditingStatusDTO.md +25 -0
- package/docs/WebpageOptionsDTO.md +41 -0
- package/docs/WebpageProtectionInfoDTO.md +27 -0
- package/docs/WebpagePublicRecordDTO.md +25 -0
- package/docs/WebpageUnlockRequest.md +20 -0
- package/docs/WebpagesApi.md +2009 -0
- package/docs/WebsiteSettingsDTO.md +321 -0
- package/git_push.sh +57 -0
- package/index.ts +18 -0
- package/package.json +37 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
package/docs/SyncApi.md
ADDED
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
# SyncApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://v2.api.caraer.com*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**createSync**](#createsync) | **POST** /api/v2/sync/ | Create a sync|
|
|
8
|
+
|[**deleteSync**](#deletesync) | **DELETE** /api/v2/sync/{uuid} | Delete a sync|
|
|
9
|
+
|[**getSync**](#getsync) | **GET** /api/v2/sync/{uuid} | Get a sync|
|
|
10
|
+
|[**getSyncs**](#getsyncs) | **POST** /api/v2/sync/index | Fetch paginated syncs|
|
|
11
|
+
|[**restoreSync**](#restoresync) | **POST** /api/v2/sync/{uuid}/restore | Restore a deleted sync|
|
|
12
|
+
|[**updateSync**](#updatesync) | **PUT** /api/v2/sync/{uuid} | Update a sync|
|
|
13
|
+
|
|
14
|
+
# **createSync**
|
|
15
|
+
> CreateResponse createSync(syncDTO)
|
|
16
|
+
|
|
17
|
+
Creates a new sync. Returns a CreateResponse containing the created sync details.
|
|
18
|
+
|
|
19
|
+
### Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import {
|
|
23
|
+
SyncApi,
|
|
24
|
+
Configuration,
|
|
25
|
+
SyncDTO
|
|
26
|
+
} from '@caraer/client';
|
|
27
|
+
|
|
28
|
+
const configuration = new Configuration();
|
|
29
|
+
const apiInstance = new SyncApi(configuration);
|
|
30
|
+
|
|
31
|
+
let syncDTO: SyncDTO; //Sync data
|
|
32
|
+
|
|
33
|
+
const { status, data } = await apiInstance.createSync(
|
|
34
|
+
syncDTO
|
|
35
|
+
);
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Parameters
|
|
39
|
+
|
|
40
|
+
|Name | Type | Description | Notes|
|
|
41
|
+
|------------- | ------------- | ------------- | -------------|
|
|
42
|
+
| **syncDTO** | **SyncDTO**| Sync data | |
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Return type
|
|
46
|
+
|
|
47
|
+
**CreateResponse**
|
|
48
|
+
|
|
49
|
+
### Authorization
|
|
50
|
+
|
|
51
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
52
|
+
|
|
53
|
+
### HTTP request headers
|
|
54
|
+
|
|
55
|
+
- **Content-Type**: application/json
|
|
56
|
+
- **Accept**: application/json
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### HTTP response details
|
|
60
|
+
| Status code | Description | Response headers |
|
|
61
|
+
|-------------|-------------|------------------|
|
|
62
|
+
|**200** | Sync created successfully | - |
|
|
63
|
+
|**400** | Invalid sync data | - |
|
|
64
|
+
|**500** | Internal server error | - |
|
|
65
|
+
|
|
66
|
+
[[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)
|
|
67
|
+
|
|
68
|
+
# **deleteSync**
|
|
69
|
+
> DeleteResponse deleteSync(syncDTO)
|
|
70
|
+
|
|
71
|
+
Deletes an existing sync. Returns a DeleteResponse containing the deleted sync details.
|
|
72
|
+
|
|
73
|
+
### Example
|
|
74
|
+
|
|
75
|
+
```typescript
|
|
76
|
+
import {
|
|
77
|
+
SyncApi,
|
|
78
|
+
Configuration,
|
|
79
|
+
SyncDTO
|
|
80
|
+
} from '@caraer/client';
|
|
81
|
+
|
|
82
|
+
const configuration = new Configuration();
|
|
83
|
+
const apiInstance = new SyncApi(configuration);
|
|
84
|
+
|
|
85
|
+
let uuid: string; // (default to undefined)
|
|
86
|
+
let syncDTO: SyncDTO; //Sync data
|
|
87
|
+
|
|
88
|
+
const { status, data } = await apiInstance.deleteSync(
|
|
89
|
+
uuid,
|
|
90
|
+
syncDTO
|
|
91
|
+
);
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Parameters
|
|
95
|
+
|
|
96
|
+
|Name | Type | Description | Notes|
|
|
97
|
+
|------------- | ------------- | ------------- | -------------|
|
|
98
|
+
| **syncDTO** | **SyncDTO**| Sync data | |
|
|
99
|
+
| **uuid** | [**string**] | | defaults to undefined|
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Return type
|
|
103
|
+
|
|
104
|
+
**DeleteResponse**
|
|
105
|
+
|
|
106
|
+
### Authorization
|
|
107
|
+
|
|
108
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
109
|
+
|
|
110
|
+
### HTTP request headers
|
|
111
|
+
|
|
112
|
+
- **Content-Type**: application/json
|
|
113
|
+
- **Accept**: application/json
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### HTTP response details
|
|
117
|
+
| Status code | Description | Response headers |
|
|
118
|
+
|-------------|-------------|------------------|
|
|
119
|
+
|**200** | Sync deleted successfully | - |
|
|
120
|
+
|**400** | Invalid sync data | - |
|
|
121
|
+
|**500** | Internal server error | - |
|
|
122
|
+
|
|
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)
|
|
124
|
+
|
|
125
|
+
# **getSync**
|
|
126
|
+
> SyncDTO getSync(syncDTO)
|
|
127
|
+
|
|
128
|
+
Retrieves a sync by its UUID. Returns a SyncDTO containing the sync details.
|
|
129
|
+
|
|
130
|
+
### Example
|
|
131
|
+
|
|
132
|
+
```typescript
|
|
133
|
+
import {
|
|
134
|
+
SyncApi,
|
|
135
|
+
Configuration,
|
|
136
|
+
SyncDTO
|
|
137
|
+
} from '@caraer/client';
|
|
138
|
+
|
|
139
|
+
const configuration = new Configuration();
|
|
140
|
+
const apiInstance = new SyncApi(configuration);
|
|
141
|
+
|
|
142
|
+
let uuid: string; // (default to undefined)
|
|
143
|
+
let syncDTO: SyncDTO; //Sync data
|
|
144
|
+
|
|
145
|
+
const { status, data } = await apiInstance.getSync(
|
|
146
|
+
uuid,
|
|
147
|
+
syncDTO
|
|
148
|
+
);
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
### Parameters
|
|
152
|
+
|
|
153
|
+
|Name | Type | Description | Notes|
|
|
154
|
+
|------------- | ------------- | ------------- | -------------|
|
|
155
|
+
| **syncDTO** | **SyncDTO**| Sync data | |
|
|
156
|
+
| **uuid** | [**string**] | | defaults to undefined|
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Return type
|
|
160
|
+
|
|
161
|
+
**SyncDTO**
|
|
162
|
+
|
|
163
|
+
### Authorization
|
|
164
|
+
|
|
165
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
166
|
+
|
|
167
|
+
### HTTP request headers
|
|
168
|
+
|
|
169
|
+
- **Content-Type**: application/json
|
|
170
|
+
- **Accept**: application/json
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### HTTP response details
|
|
174
|
+
| Status code | Description | Response headers |
|
|
175
|
+
|-------------|-------------|------------------|
|
|
176
|
+
|**200** | Sync fetched successfully | - |
|
|
177
|
+
|**400** | Invalid sync data | - |
|
|
178
|
+
|**500** | Internal server error | - |
|
|
179
|
+
|
|
180
|
+
[[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)
|
|
181
|
+
|
|
182
|
+
# **getSyncs**
|
|
183
|
+
> PaginationResponse getSyncs(body)
|
|
184
|
+
|
|
185
|
+
Retrieves a paginated list of syncs. Returns a PaginationResponse containing SyncDTO objects based on the provided pagination criteria.
|
|
186
|
+
|
|
187
|
+
### Example
|
|
188
|
+
|
|
189
|
+
```typescript
|
|
190
|
+
import {
|
|
191
|
+
SyncApi,
|
|
192
|
+
Configuration
|
|
193
|
+
} from '@caraer/client';
|
|
194
|
+
|
|
195
|
+
const configuration = new Configuration();
|
|
196
|
+
const apiInstance = new SyncApi(configuration);
|
|
197
|
+
|
|
198
|
+
let body: any; //Pagination request for syncs
|
|
199
|
+
|
|
200
|
+
const { status, data } = await apiInstance.getSyncs(
|
|
201
|
+
body
|
|
202
|
+
);
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
### Parameters
|
|
206
|
+
|
|
207
|
+
|Name | Type | Description | Notes|
|
|
208
|
+
|------------- | ------------- | ------------- | -------------|
|
|
209
|
+
| **body** | **any**| Pagination request for syncs | |
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Return type
|
|
213
|
+
|
|
214
|
+
**PaginationResponse**
|
|
215
|
+
|
|
216
|
+
### Authorization
|
|
217
|
+
|
|
218
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
219
|
+
|
|
220
|
+
### HTTP request headers
|
|
221
|
+
|
|
222
|
+
- **Content-Type**: application/json
|
|
223
|
+
- **Accept**: application/json
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### HTTP response details
|
|
227
|
+
| Status code | Description | Response headers |
|
|
228
|
+
|-------------|-------------|------------------|
|
|
229
|
+
|**200** | Syncs fetched successfully | - |
|
|
230
|
+
|**400** | Invalid pagination request | - |
|
|
231
|
+
|**500** | Internal server error | - |
|
|
232
|
+
|
|
233
|
+
[[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)
|
|
234
|
+
|
|
235
|
+
# **restoreSync**
|
|
236
|
+
> RestoreResponse restoreSync()
|
|
237
|
+
|
|
238
|
+
Restores a previously deleted sync by its UUID. Returns a RestoreResponse containing the restored sync details.
|
|
239
|
+
|
|
240
|
+
### Example
|
|
241
|
+
|
|
242
|
+
```typescript
|
|
243
|
+
import {
|
|
244
|
+
SyncApi,
|
|
245
|
+
Configuration
|
|
246
|
+
} from '@caraer/client';
|
|
247
|
+
|
|
248
|
+
const configuration = new Configuration();
|
|
249
|
+
const apiInstance = new SyncApi(configuration);
|
|
250
|
+
|
|
251
|
+
let uuid: string; // (default to undefined)
|
|
252
|
+
|
|
253
|
+
const { status, data } = await apiInstance.restoreSync(
|
|
254
|
+
uuid
|
|
255
|
+
);
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
### Parameters
|
|
259
|
+
|
|
260
|
+
|Name | Type | Description | Notes|
|
|
261
|
+
|------------- | ------------- | ------------- | -------------|
|
|
262
|
+
| **uuid** | [**string**] | | defaults to undefined|
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### Return type
|
|
266
|
+
|
|
267
|
+
**RestoreResponse**
|
|
268
|
+
|
|
269
|
+
### Authorization
|
|
270
|
+
|
|
271
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
272
|
+
|
|
273
|
+
### HTTP request headers
|
|
274
|
+
|
|
275
|
+
- **Content-Type**: Not defined
|
|
276
|
+
- **Accept**: application/json, */*
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### HTTP response details
|
|
280
|
+
| Status code | Description | Response headers |
|
|
281
|
+
|-------------|-------------|------------------|
|
|
282
|
+
|**200** | Sync restored successfully | - |
|
|
283
|
+
|**404** | Sync not found | - |
|
|
284
|
+
|**500** | Internal server error | - |
|
|
285
|
+
|
|
286
|
+
[[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)
|
|
287
|
+
|
|
288
|
+
# **updateSync**
|
|
289
|
+
> UpdateResponse updateSync(syncDTO)
|
|
290
|
+
|
|
291
|
+
Updates an existing sync. Returns a UpdateResponse containing the updated sync details.
|
|
292
|
+
|
|
293
|
+
### Example
|
|
294
|
+
|
|
295
|
+
```typescript
|
|
296
|
+
import {
|
|
297
|
+
SyncApi,
|
|
298
|
+
Configuration,
|
|
299
|
+
SyncDTO
|
|
300
|
+
} from '@caraer/client';
|
|
301
|
+
|
|
302
|
+
const configuration = new Configuration();
|
|
303
|
+
const apiInstance = new SyncApi(configuration);
|
|
304
|
+
|
|
305
|
+
let uuid: string; // (default to undefined)
|
|
306
|
+
let syncDTO: SyncDTO; //Sync data
|
|
307
|
+
|
|
308
|
+
const { status, data } = await apiInstance.updateSync(
|
|
309
|
+
uuid,
|
|
310
|
+
syncDTO
|
|
311
|
+
);
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
### Parameters
|
|
315
|
+
|
|
316
|
+
|Name | Type | Description | Notes|
|
|
317
|
+
|------------- | ------------- | ------------- | -------------|
|
|
318
|
+
| **syncDTO** | **SyncDTO**| Sync data | |
|
|
319
|
+
| **uuid** | [**string**] | | defaults to undefined|
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Return type
|
|
323
|
+
|
|
324
|
+
**UpdateResponse**
|
|
325
|
+
|
|
326
|
+
### Authorization
|
|
327
|
+
|
|
328
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
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** | Sync updated successfully | - |
|
|
340
|
+
|**400** | Invalid sync data | - |
|
|
341
|
+
|**500** | Internal server error | - |
|
|
342
|
+
|
|
343
|
+
[[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)
|
|
344
|
+
|
package/docs/SyncDTO.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# SyncDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**uuid** | **string** | Unique identifier for the entity | [default to undefined]
|
|
9
|
+
**name** | **string** | The name of the entity | [default to undefined]
|
|
10
|
+
**label** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**createdAt** | **number** | Unix timestamp when the entity was created | [optional] [default to undefined]
|
|
12
|
+
**createdBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who created the entity | [optional] [default to undefined]
|
|
13
|
+
**updatedAt** | **number** | Unix timestamp when the entity was last updated | [optional] [default to undefined]
|
|
14
|
+
**updatedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who last updated the entity | [optional] [default to undefined]
|
|
15
|
+
**deletedAt** | **number** | Unix timestamp when the entity was deleted (null if not deleted) | [optional] [default to undefined]
|
|
16
|
+
**deletedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who deleted the entity | [optional] [default to undefined]
|
|
17
|
+
**index** | **number** | Index number for ordering entities | [optional] [default to undefined]
|
|
18
|
+
**mappings** | [**Array<MappingDTO>**](MappingDTO.md) | | [optional] [default to undefined]
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```typescript
|
|
23
|
+
import { SyncDTO } from '@caraer/client';
|
|
24
|
+
|
|
25
|
+
const instance: SyncDTO = {
|
|
26
|
+
uuid,
|
|
27
|
+
name,
|
|
28
|
+
label,
|
|
29
|
+
createdAt,
|
|
30
|
+
createdBy,
|
|
31
|
+
updatedAt,
|
|
32
|
+
updatedBy,
|
|
33
|
+
deletedAt,
|
|
34
|
+
deletedBy,
|
|
35
|
+
index,
|
|
36
|
+
mappings,
|
|
37
|
+
};
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/Tag.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Tag
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
import { Tag } from '@caraer/client';
|
|
13
|
+
|
|
14
|
+
const instance: Tag = {
|
|
15
|
+
};
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/Team.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Team
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [default to undefined]
|
|
9
|
+
**label** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**createdAt** | **number** | | [optional] [default to undefined]
|
|
11
|
+
**updatedAt** | **number** | | [optional] [default to undefined]
|
|
12
|
+
**deletedAt** | **number** | | [optional] [default to undefined]
|
|
13
|
+
**createdByUuid** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**updatedByUuid** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**deletedByUuid** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**index** | **number** | | [optional] [default to undefined]
|
|
17
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**scopes** | **Array<string>** | | [optional] [default to undefined]
|
|
19
|
+
**filtersString** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**filters** | [**{ [key: string]: Filter; }**](Filter.md) | | [optional] [default to undefined]
|
|
21
|
+
**memberCount** | **number** | | [optional] [default to undefined]
|
|
22
|
+
**deleted** | **boolean** | | [optional] [default to undefined]
|
|
23
|
+
**complete** | **boolean** | | [optional] [default to undefined]
|
|
24
|
+
**uuid** | **string** | | [default to undefined]
|
|
25
|
+
|
|
26
|
+
## Example
|
|
27
|
+
|
|
28
|
+
```typescript
|
|
29
|
+
import { Team } from '@caraer/client';
|
|
30
|
+
|
|
31
|
+
const instance: Team = {
|
|
32
|
+
name,
|
|
33
|
+
label,
|
|
34
|
+
createdAt,
|
|
35
|
+
updatedAt,
|
|
36
|
+
deletedAt,
|
|
37
|
+
createdByUuid,
|
|
38
|
+
updatedByUuid,
|
|
39
|
+
deletedByUuid,
|
|
40
|
+
index,
|
|
41
|
+
description,
|
|
42
|
+
scopes,
|
|
43
|
+
filtersString,
|
|
44
|
+
filters,
|
|
45
|
+
memberCount,
|
|
46
|
+
deleted,
|
|
47
|
+
complete,
|
|
48
|
+
uuid,
|
|
49
|
+
};
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/TeamDTO.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# TeamDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**memberCount** | **number** | | [optional] [default to undefined]
|
|
10
|
+
**scopes** | **Array<string>** | | [optional] [default to undefined]
|
|
11
|
+
**members** | [**Array<UserRecordResponseDTO>**](UserRecordResponseDTO.md) | | [optional] [default to undefined]
|
|
12
|
+
**filters** | [**{ [key: string]: Filter; }**](Filter.md) | | [optional] [default to undefined]
|
|
13
|
+
**uuid** | **string** | Unique identifier for the entity | [default to undefined]
|
|
14
|
+
**name** | **string** | The name of the entity | [default to undefined]
|
|
15
|
+
**label** | **string** | Display label for the entity, can be different from name | [optional] [default to undefined]
|
|
16
|
+
**createdAt** | **number** | Unix timestamp when the entity was created | [optional] [default to undefined]
|
|
17
|
+
**createdBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who created the entity | [optional] [default to undefined]
|
|
18
|
+
**updatedAt** | **number** | Unix timestamp when the entity was last updated | [optional] [default to undefined]
|
|
19
|
+
**updatedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who last updated the entity | [optional] [default to undefined]
|
|
20
|
+
**deletedAt** | **number** | Unix timestamp when the entity was deleted (null if not deleted) | [optional] [default to undefined]
|
|
21
|
+
**deletedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who deleted the entity | [optional] [default to undefined]
|
|
22
|
+
**index** | **number** | Index number for ordering entities | [optional] [default to undefined]
|
|
23
|
+
|
|
24
|
+
## Example
|
|
25
|
+
|
|
26
|
+
```typescript
|
|
27
|
+
import { TeamDTO } from '@caraer/client';
|
|
28
|
+
|
|
29
|
+
const instance: TeamDTO = {
|
|
30
|
+
description,
|
|
31
|
+
memberCount,
|
|
32
|
+
scopes,
|
|
33
|
+
members,
|
|
34
|
+
filters,
|
|
35
|
+
uuid,
|
|
36
|
+
name,
|
|
37
|
+
label,
|
|
38
|
+
createdAt,
|
|
39
|
+
createdBy,
|
|
40
|
+
updatedAt,
|
|
41
|
+
updatedBy,
|
|
42
|
+
deletedAt,
|
|
43
|
+
deletedBy,
|
|
44
|
+
index,
|
|
45
|
+
};
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
[[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,69 @@
|
|
|
1
|
+
# TemplateWebpageDTO
|
|
2
|
+
|
|
3
|
+
DTO for Template Webpage
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**uuid** | **string** | Unique identifier for the entity | [default to undefined]
|
|
10
|
+
**name** | **string** | The name of the entity | [default to undefined]
|
|
11
|
+
**label** | **string** | Display label for the entity, can be different from name | [optional] [default to undefined]
|
|
12
|
+
**createdAt** | **number** | Unix timestamp when the entity was created | [optional] [default to undefined]
|
|
13
|
+
**createdBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who created the entity | [optional] [default to undefined]
|
|
14
|
+
**updatedAt** | **number** | Unix timestamp when the entity was last updated | [optional] [default to undefined]
|
|
15
|
+
**updatedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who last updated the entity | [optional] [default to undefined]
|
|
16
|
+
**deletedAt** | **number** | Unix timestamp when the entity was deleted (null if not deleted) | [optional] [default to undefined]
|
|
17
|
+
**deletedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who deleted the entity | [optional] [default to undefined]
|
|
18
|
+
**index** | **number** | Index number for ordering entities | [optional] [default to undefined]
|
|
19
|
+
**environment** | **string** | The environment of the webpage. | [optional] [default to undefined]
|
|
20
|
+
**title** | **string** | The title of the webpage. | [optional] [default to undefined]
|
|
21
|
+
**excerpt** | **string** | Short summary or excerpt displayed for the webpage. | [optional] [default to undefined]
|
|
22
|
+
**slug** | **string** | URL-friendly identifier for the webpage. | [optional] [default to undefined]
|
|
23
|
+
**image** | **string** | URL or identifier of the image associated with the webpage. | [optional] [default to undefined]
|
|
24
|
+
**customCss** | **string** | Custom CSS for the webpage. | [optional] [default to undefined]
|
|
25
|
+
**customJsHead** | **string** | Custom JS for the webpage. | [optional] [default to undefined]
|
|
26
|
+
**customJsBody** | **string** | Custom JS for the webpage. | [optional] [default to undefined]
|
|
27
|
+
**content** | [**PageContentDTO**](PageContentDTO.md) | Content of the webpage | [optional] [default to undefined]
|
|
28
|
+
**sidebar** | [**PreviewDTO**](PreviewDTO.md) | Preview of the sidebar | [optional] [default to undefined]
|
|
29
|
+
**sidebarRelation** | [**RelationDTO**](RelationDTO.md) | Relation of the sidebar | [optional] [default to undefined]
|
|
30
|
+
**sidebarObject** | [**CaraerObjectDTO**](CaraerObjectDTO.md) | Object of the sidebar | [optional] [default to undefined]
|
|
31
|
+
**_options** | [**WebpageOptionsDTO**](WebpageOptionsDTO.md) | Custom options and configurations specific to the webpage. | [optional] [default to undefined]
|
|
32
|
+
**metaData** | **{ [key: string]: any | null; }** | Map of additional metadata and attributes for the webpage. | [optional] [default to undefined]
|
|
33
|
+
**object** | [**CaraerObjectDTO**](CaraerObjectDTO.md) | Represents the associated Caraer object | [optional] [default to undefined]
|
|
34
|
+
|
|
35
|
+
## Example
|
|
36
|
+
|
|
37
|
+
```typescript
|
|
38
|
+
import { TemplateWebpageDTO } from '@caraer/client';
|
|
39
|
+
|
|
40
|
+
const instance: TemplateWebpageDTO = {
|
|
41
|
+
uuid,
|
|
42
|
+
name,
|
|
43
|
+
label,
|
|
44
|
+
createdAt,
|
|
45
|
+
createdBy,
|
|
46
|
+
updatedAt,
|
|
47
|
+
updatedBy,
|
|
48
|
+
deletedAt,
|
|
49
|
+
deletedBy,
|
|
50
|
+
index,
|
|
51
|
+
environment,
|
|
52
|
+
title,
|
|
53
|
+
excerpt,
|
|
54
|
+
slug,
|
|
55
|
+
image,
|
|
56
|
+
customCss,
|
|
57
|
+
customJsHead,
|
|
58
|
+
customJsBody,
|
|
59
|
+
content,
|
|
60
|
+
sidebar,
|
|
61
|
+
sidebarRelation,
|
|
62
|
+
sidebarObject,
|
|
63
|
+
_options,
|
|
64
|
+
metaData,
|
|
65
|
+
object,
|
|
66
|
+
};
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
[[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,25 @@
|
|
|
1
|
+
# TestServerlessFunctionRequest
|
|
2
|
+
|
|
3
|
+
Request body for testing a serverless function with a specific record and event type.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**recordUuid** | **string** | UUID of the record to base the event on. | [optional] [default to undefined]
|
|
10
|
+
**eventType** | **string** | Event type to simulate (created, updated, deleted, etc.). | [optional] [default to undefined]
|
|
11
|
+
**forceProvision** | **boolean** | If true, forces re-provisioning of the serverless function before invocation. | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { TestServerlessFunctionRequest } from '@caraer/client';
|
|
17
|
+
|
|
18
|
+
const instance: TestServerlessFunctionRequest = {
|
|
19
|
+
recordUuid,
|
|
20
|
+
eventType,
|
|
21
|
+
forceProvision,
|
|
22
|
+
};
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
[[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,27 @@
|
|
|
1
|
+
# TestWebhookRequest
|
|
2
|
+
|
|
3
|
+
Webhook configuration and test parameters
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**webhook** | [**SubscribeWebhookDTO**](SubscribeWebhookDTO.md) | Webhook configuration to test (not saved). | [default to undefined]
|
|
10
|
+
**recordUuid** | **string** | UUID of the record to base the event on. Omit to auto-resolve from webhook topic. | [optional] [default to undefined]
|
|
11
|
+
**eventType** | **string** | Event type to simulate (created, updated, deleted, etc.). | [optional] [default to undefined]
|
|
12
|
+
**propertyName** | **string** | Property name when simulating property_changed. | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { TestWebhookRequest } from '@caraer/client';
|
|
18
|
+
|
|
19
|
+
const instance: TestWebhookRequest = {
|
|
20
|
+
webhook,
|
|
21
|
+
recordUuid,
|
|
22
|
+
eventType,
|
|
23
|
+
propertyName,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[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,72 @@
|
|
|
1
|
+
# TrackingEventRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**visitorId** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**sessionId** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**type** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**ts** | **number** | | [optional] [default to undefined]
|
|
12
|
+
**pageUrl** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**pageTitle** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**webpageUuid** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**recordUuid** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**formUuid** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**formName** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**utm** | **{ [key: string]: string; }** | | [optional] [default to undefined]
|
|
19
|
+
**referrer** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**scrollPct** | **number** | | [optional] [default to undefined]
|
|
21
|
+
**timeOnPage** | **number** | | [optional] [default to undefined]
|
|
22
|
+
**activeTime** | **number** | | [optional] [default to undefined]
|
|
23
|
+
**ctaId** | **string** | | [optional] [default to undefined]
|
|
24
|
+
**ctaLabel** | **string** | | [optional] [default to undefined]
|
|
25
|
+
**stepIndex** | **number** | | [optional] [default to undefined]
|
|
26
|
+
**stepTitle** | **string** | | [optional] [default to undefined]
|
|
27
|
+
**progressPct** | **number** | | [optional] [default to undefined]
|
|
28
|
+
**completedFieldsCount** | **number** | | [optional] [default to undefined]
|
|
29
|
+
**consentChoice** | **string** | | [optional] [default to undefined]
|
|
30
|
+
**requestedRoute** | **string** | | [optional] [default to undefined]
|
|
31
|
+
**userAgent** | **string** | | [optional] [default to undefined]
|
|
32
|
+
**clientIp** | **string** | | [optional] [default to undefined]
|
|
33
|
+
**country** | **string** | | [optional] [default to undefined]
|
|
34
|
+
**region** | **string** | | [optional] [default to undefined]
|
|
35
|
+
|
|
36
|
+
## Example
|
|
37
|
+
|
|
38
|
+
```typescript
|
|
39
|
+
import { TrackingEventRequest } from '@caraer/client';
|
|
40
|
+
|
|
41
|
+
const instance: TrackingEventRequest = {
|
|
42
|
+
visitorId,
|
|
43
|
+
sessionId,
|
|
44
|
+
type,
|
|
45
|
+
ts,
|
|
46
|
+
pageUrl,
|
|
47
|
+
pageTitle,
|
|
48
|
+
webpageUuid,
|
|
49
|
+
recordUuid,
|
|
50
|
+
formUuid,
|
|
51
|
+
formName,
|
|
52
|
+
utm,
|
|
53
|
+
referrer,
|
|
54
|
+
scrollPct,
|
|
55
|
+
timeOnPage,
|
|
56
|
+
activeTime,
|
|
57
|
+
ctaId,
|
|
58
|
+
ctaLabel,
|
|
59
|
+
stepIndex,
|
|
60
|
+
stepTitle,
|
|
61
|
+
progressPct,
|
|
62
|
+
completedFieldsCount,
|
|
63
|
+
consentChoice,
|
|
64
|
+
requestedRoute,
|
|
65
|
+
userAgent,
|
|
66
|
+
clientIp,
|
|
67
|
+
country,
|
|
68
|
+
region,
|
|
69
|
+
};
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|