@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.
Files changed (210) hide show
  1. package/.openapi-generator/FILES +189 -0
  2. package/.openapi-generator/VERSION +1 -0
  3. package/.openapi-generator-ignore +5 -0
  4. package/LICENSE +21 -0
  5. package/README.md +25 -0
  6. package/api.ts +21719 -0
  7. package/base.ts +62 -0
  8. package/common.ts +127 -0
  9. package/configuration.ts +121 -0
  10. package/dist/api.d.ts +12770 -0
  11. package/dist/api.js +15923 -0
  12. package/dist/base.d.ts +42 -0
  13. package/dist/base.js +46 -0
  14. package/dist/common.d.ts +34 -0
  15. package/dist/common.js +139 -0
  16. package/dist/configuration.d.ts +98 -0
  17. package/dist/configuration.js +44 -0
  18. package/dist/esm/api.d.ts +12770 -0
  19. package/dist/esm/api.js +15835 -0
  20. package/dist/esm/base.d.ts +42 -0
  21. package/dist/esm/base.js +41 -0
  22. package/dist/esm/common.d.ts +34 -0
  23. package/dist/esm/common.js +126 -0
  24. package/dist/esm/configuration.d.ts +98 -0
  25. package/dist/esm/configuration.js +40 -0
  26. package/dist/esm/index.d.ts +13 -0
  27. package/dist/esm/index.js +15 -0
  28. package/dist/index.d.ts +13 -0
  29. package/dist/index.js +31 -0
  30. package/docs/AccessGrantTargetDTO.md +25 -0
  31. package/docs/AppBarDTO.md +55 -0
  32. package/docs/AppBarIframeSessionRequest.md +29 -0
  33. package/docs/AppBarIframeSessionValidateRequest.md +21 -0
  34. package/docs/AppBarIframeSessionsApi.md +119 -0
  35. package/docs/AppBarTriggerRequest.md +31 -0
  36. package/docs/AppBarVisibilityEntry.md +22 -0
  37. package/docs/AppBarsApi.md +130 -0
  38. package/docs/AppDTO.md +101 -0
  39. package/docs/AppDetailsDTO.md +63 -0
  40. package/docs/AppPricingDTO.md +55 -0
  41. package/docs/AppPublishDTO.md +51 -0
  42. package/docs/AppRequest.md +21 -0
  43. package/docs/AppSettingFieldMappingStructure.md +22 -0
  44. package/docs/AppSettingFieldMappingStructureItem.md +32 -0
  45. package/docs/AppSettingFieldSchema.md +40 -0
  46. package/docs/AppSettingOptionsSource.md +28 -0
  47. package/docs/AppTierDTO.md +49 -0
  48. package/docs/ApplicationsApi.md +1422 -0
  49. package/docs/AutomationsApi.md +54 -0
  50. package/docs/BillingSettingsDTO.md +51 -0
  51. package/docs/CaraerErrorType.md +24 -0
  52. package/docs/CaraerObjectDTO.md +65 -0
  53. package/docs/CompanyApi.md +538 -0
  54. package/docs/CompanyDTO.md +47 -0
  55. package/docs/CompanyDetailsDTO.md +75 -0
  56. package/docs/CopyPropertiesToObjectRequest.md +20 -0
  57. package/docs/CopyPropertyToEnvironmentsRequest.md +28 -0
  58. package/docs/CreateCompanyRequest.md +29 -0
  59. package/docs/CreateOrUpdateEnvironmentRequest.md +22 -0
  60. package/docs/CreatePrivateAppRequest.md +27 -0
  61. package/docs/CreateResponse.md +23 -0
  62. package/docs/CreateResponseSignedUrlResultDTO.md +23 -0
  63. package/docs/CreateSignedUrlRequest.md +20 -0
  64. package/docs/Currency.md +18 -0
  65. package/docs/CurrencyRange.md +18 -0
  66. package/docs/CursorLocation.md +25 -0
  67. package/docs/CustomFontDTO.md +22 -0
  68. package/docs/Date.md +18 -0
  69. package/docs/DeleteResponse.md +23 -0
  70. package/docs/DeleteResponseString.md +23 -0
  71. package/docs/DigitalIdentityDTO.md +115 -0
  72. package/docs/Duration.md +18 -0
  73. package/docs/Email.md +18 -0
  74. package/docs/EngagementBatchRequest.md +24 -0
  75. package/docs/ErrorResponse.md +31 -0
  76. package/docs/FeedDTO.md +66 -0
  77. package/docs/FeedsApi.md +58 -0
  78. package/docs/File.md +18 -0
  79. package/docs/FileManagementApi.md +228 -0
  80. package/docs/FilledProperty.md +28 -0
  81. package/docs/Filter.md +21 -0
  82. package/docs/FilterApi.md +286 -0
  83. package/docs/FilterGroup.md +21 -0
  84. package/docs/FilterItem.md +33 -0
  85. package/docs/FontVariantDTO.md +24 -0
  86. package/docs/FormDTO.md +59 -0
  87. package/docs/FormItemDTO.md +31 -0
  88. package/docs/FormRelationDTO.md +31 -0
  89. package/docs/FormWithAiPromptDTO.md +61 -0
  90. package/docs/FormsApi.md +864 -0
  91. package/docs/GridItemDTO.md +31 -0
  92. package/docs/GridItemSettingsDTO.md +49 -0
  93. package/docs/HasAppDTO.md +37 -0
  94. package/docs/InstallAppRequest.md +29 -0
  95. package/docs/Leadscore.md +37 -0
  96. package/docs/LinkedProperty.md +20 -0
  97. package/docs/LoadAppSettingOptionsRequest.md +27 -0
  98. package/docs/LoginRequest.md +22 -0
  99. package/docs/MappingDTO.md +50 -0
  100. package/docs/MappingItemDTO.md +46 -0
  101. package/docs/ModuleApi.md +561 -0
  102. package/docs/MorphRecordRequest.md +21 -0
  103. package/docs/MultiLine.md +18 -0
  104. package/docs/MultiSelect.md +18 -0
  105. package/docs/MultiValueMapStringString.md +22 -0
  106. package/docs/NotFoundError.md +42 -0
  107. package/docs/NotFoundErrorCause.md +24 -0
  108. package/docs/NotFoundErrorCauseStackTraceInner.md +34 -0
  109. package/docs/NotificationsApi.md +211 -0
  110. package/docs/Number.md +18 -0
  111. package/docs/NumberRange.md +18 -0
  112. package/docs/ObjectAccessGrantCandidatesDTO.md +25 -0
  113. package/docs/ObjectAccessGrantRequestDTO.md +25 -0
  114. package/docs/ObjectAccessGrantSectionDTO.md +25 -0
  115. package/docs/ObjectsApi.md +878 -0
  116. package/docs/PageContentDTO.md +73 -0
  117. package/docs/PageContentSettingsDTO.md +111 -0
  118. package/docs/PageContentStylingDTO.md +26 -0
  119. package/docs/PaginationResponse.md +31 -0
  120. package/docs/PaginationResponsePreviewDTO.md +31 -0
  121. package/docs/PaginationResponseWebpageAccessGrantDTO.md +31 -0
  122. package/docs/Phone.md +18 -0
  123. package/docs/PreviewDTO.md +77 -0
  124. package/docs/PreviewItemDTO.md +43 -0
  125. package/docs/PreviewItemSettingsDTO.md +43 -0
  126. package/docs/PreviewRelatedObjectDTO.md +23 -0
  127. package/docs/PropertyApi.md +803 -0
  128. package/docs/PropertyDTO.md +77 -0
  129. package/docs/PropertyDTOFormat.md +35 -0
  130. package/docs/PropertyFormat.md +32 -0
  131. package/docs/PropertyOption.md +30 -0
  132. package/docs/PublicUserDTO.md +36 -0
  133. package/docs/Record.md +48 -0
  134. package/docs/RecordDTO.md +45 -0
  135. package/docs/RecordRelationRequestDTO.md +33 -0
  136. package/docs/RecordsApi.md +948 -0
  137. package/docs/Reference.md +26 -0
  138. package/docs/RegisterRequest.md +26 -0
  139. package/docs/RelationDTO.md +47 -0
  140. package/docs/RelationsApi.md +627 -0
  141. package/docs/ResetPasswordRequest.md +24 -0
  142. package/docs/RestoreResponse.md +23 -0
  143. package/docs/RestoreResponseCaraerObjectDTO.md +23 -0
  144. package/docs/RestoreResponseSavedFilterDTO.md +23 -0
  145. package/docs/RestoreResponseTeamDTO.md +23 -0
  146. package/docs/RestoreResponseViewDTO.md +23 -0
  147. package/docs/ReviewRequest.md +25 -0
  148. package/docs/SavePropertyDTO.md +71 -0
  149. package/docs/SavedFilterDTO.md +45 -0
  150. package/docs/SendNotificationRequest.md +35 -0
  151. package/docs/ServerlessFunctionDTO.md +45 -0
  152. package/docs/ServerlessFunctionsApi.md +298 -0
  153. package/docs/SettingField.md +40 -0
  154. package/docs/SettingOption.md +24 -0
  155. package/docs/ShowItem.md +35 -0
  156. package/docs/ShowResponse.md +23 -0
  157. package/docs/ShowResponseObjectAccessGrantCandidatesDTO.md +23 -0
  158. package/docs/ShowResponseWebpageProtectionInfoDTO.md +23 -0
  159. package/docs/SignedUrlResultDTO.md +27 -0
  160. package/docs/SimplePublicCompanyDTO.md +69 -0
  161. package/docs/SingleCheckbox.md +18 -0
  162. package/docs/SingleLine.md +18 -0
  163. package/docs/SingleSelect.md +18 -0
  164. package/docs/SortItem.md +27 -0
  165. package/docs/SseEmitter.md +20 -0
  166. package/docs/Structure.md +18 -0
  167. package/docs/StyleSetDTO.md +502 -0
  168. package/docs/SubscribeWebhookDTO.md +79 -0
  169. package/docs/SuccessResponse.md +23 -0
  170. package/docs/SuccessResponseString.md +23 -0
  171. package/docs/SuccessResponseVoid.md +23 -0
  172. package/docs/SyncApi.md +344 -0
  173. package/docs/SyncDTO.md +40 -0
  174. package/docs/Tag.md +18 -0
  175. package/docs/Team.md +52 -0
  176. package/docs/TeamDTO.md +48 -0
  177. package/docs/TemplateWebpageDTO.md +69 -0
  178. package/docs/TestServerlessFunctionRequest.md +25 -0
  179. package/docs/TestWebhookRequest.md +27 -0
  180. package/docs/TrackingEventRequest.md +72 -0
  181. package/docs/TrackingSessionUpsertRequest.md +22 -0
  182. package/docs/TraitsApi.md +236 -0
  183. package/docs/Tuple2LongLong.md +22 -0
  184. package/docs/UpdateLifecyclePropertiesDTO.md +21 -0
  185. package/docs/UpdateResponse.md +23 -0
  186. package/docs/Url.md +18 -0
  187. package/docs/UsedInResult.md +22 -0
  188. package/docs/UserRecordResponseDTO.md +47 -0
  189. package/docs/UserWithCursorLocationDTO.md +33 -0
  190. package/docs/ValidationError.md +36 -0
  191. package/docs/ViewDTO.md +72 -0
  192. package/docs/ViewShareRequest.md +24 -0
  193. package/docs/ViewsApi.md +412 -0
  194. package/docs/WebMenuDTO.md +53 -0
  195. package/docs/WebMenuItem.md +26 -0
  196. package/docs/WebMenusApi.md +336 -0
  197. package/docs/WebpageAccessGrantDTO.md +51 -0
  198. package/docs/WebpageDTO.md +69 -0
  199. package/docs/WebpageEditingStatusDTO.md +25 -0
  200. package/docs/WebpageOptionsDTO.md +41 -0
  201. package/docs/WebpageProtectionInfoDTO.md +27 -0
  202. package/docs/WebpagePublicRecordDTO.md +25 -0
  203. package/docs/WebpageUnlockRequest.md +20 -0
  204. package/docs/WebpagesApi.md +2009 -0
  205. package/docs/WebsiteSettingsDTO.md +321 -0
  206. package/git_push.sh +57 -0
  207. package/index.ts +18 -0
  208. package/package.json +37 -0
  209. package/tsconfig.esm.json +7 -0
  210. package/tsconfig.json +18 -0
@@ -0,0 +1,29 @@
1
+ # CreateCompanyRequest
2
+
3
+ DTO representing a request to create a new company, including the company\'s name and subdomain.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **name** | **string** | The name of the company to be created. | [optional] [default to undefined]
10
+ **subdomain** | **string** | The desired subdomain for the company. This will be used for company-specific URLs. | [optional] [default to undefined]
11
+ **companyName** | **string** | The company name. | [optional] [default to undefined]
12
+ **copyDatabaseId** | **string** | The copy database id. | [optional] [default to undefined]
13
+ **includeRecords** | **boolean** | Whether to include records in the company. | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { CreateCompanyRequest } from '@caraer/client';
19
+
20
+ const instance: CreateCompanyRequest = {
21
+ name,
22
+ subdomain,
23
+ companyName,
24
+ copyDatabaseId,
25
+ includeRecords,
26
+ };
27
+ ```
28
+
29
+ [[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
+ # CreateOrUpdateEnvironmentRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **environment** | **string** | | [optional] [default to undefined]
9
+ **webpageObjects** | [**Array<CaraerObjectDTO>**](CaraerObjectDTO.md) | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { CreateOrUpdateEnvironmentRequest } from '@caraer/client';
15
+
16
+ const instance: CreateOrUpdateEnvironmentRequest = {
17
+ environment,
18
+ webpageObjects,
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,27 @@
1
+ # CreatePrivateAppRequest
2
+
3
+ Private app creation request with label and optional description
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **label** | **string** | The display label for the private app. | [default to undefined]
10
+ **description** | **string** | Optional description text for the app. | [optional] [default to undefined]
11
+ **authMethod** | **string** | Authentication method (API_KEY default, OAUTH2 for OAuth 2.0) | [optional] [default to undefined]
12
+ **oauthRedirectUris** | **Array<string>** | Registered OAuth redirect URIs (required when authMethod is OAUTH2) | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { CreatePrivateAppRequest } from '@caraer/client';
18
+
19
+ const instance: CreatePrivateAppRequest = {
20
+ label,
21
+ description,
22
+ authMethod,
23
+ oauthRedirectUris,
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,23 @@
1
+ # CreateResponse
2
+
3
+ Response for a successful resource creation operation.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | A message detailing the result of the operation. | [optional] [default to undefined]
10
+ **data** | **any** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { CreateResponse } from '@caraer/client';
16
+
17
+ const instance: CreateResponse = {
18
+ message,
19
+ data,
20
+ };
21
+ ```
22
+
23
+ [[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,23 @@
1
+ # CreateResponseSignedUrlResultDTO
2
+
3
+ Response for a successful resource creation operation.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | A message detailing the result of the operation. | [optional] [default to undefined]
10
+ **data** | [**SignedUrlResultDTO**](SignedUrlResultDTO.md) | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { CreateResponseSignedUrlResultDTO } from '@caraer/client';
16
+
17
+ const instance: CreateResponseSignedUrlResultDTO = {
18
+ message,
19
+ data,
20
+ };
21
+ ```
22
+
23
+ [[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
+ # CreateSignedUrlRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **ttlSeconds** | **number** | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { CreateSignedUrlRequest } from '@caraer/client';
14
+
15
+ const instance: CreateSignedUrlRequest = {
16
+ ttlSeconds,
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,18 @@
1
+ # Currency
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+
9
+ ## Example
10
+
11
+ ```typescript
12
+ import { Currency } from '@caraer/client';
13
+
14
+ const instance: Currency = {
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)
@@ -0,0 +1,18 @@
1
+ # CurrencyRange
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+
9
+ ## Example
10
+
11
+ ```typescript
12
+ import { CurrencyRange } from '@caraer/client';
13
+
14
+ const instance: CurrencyRange = {
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)
@@ -0,0 +1,25 @@
1
+ # CursorLocation
2
+
3
+ Cursor location
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **x** | **number** | | [optional] [default to undefined]
10
+ **y** | **number** | | [optional] [default to undefined]
11
+ **z** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { CursorLocation } from '@caraer/client';
17
+
18
+ const instance: CursorLocation = {
19
+ x,
20
+ y,
21
+ z,
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,22 @@
1
+ # CustomFontDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **familyName** | **string** | | [optional] [default to undefined]
9
+ **variants** | [**Array<FontVariantDTO>**](FontVariantDTO.md) | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { CustomFontDTO } from '@caraer/client';
15
+
16
+ const instance: CustomFontDTO = {
17
+ familyName,
18
+ variants,
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)
package/docs/Date.md ADDED
@@ -0,0 +1,18 @@
1
+ # ModelDate
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+
9
+ ## Example
10
+
11
+ ```typescript
12
+ import { ModelDate } from '@caraer/client';
13
+
14
+ const instance: ModelDate = {
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)
@@ -0,0 +1,23 @@
1
+ # DeleteResponse
2
+
3
+ Response class representing the result of a delete operation.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | A message detailing the result of the operation. | [optional] [default to undefined]
10
+ **data** | **any** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { DeleteResponse } from '@caraer/client';
16
+
17
+ const instance: DeleteResponse = {
18
+ message,
19
+ data,
20
+ };
21
+ ```
22
+
23
+ [[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,23 @@
1
+ # DeleteResponseString
2
+
3
+ Response class representing the result of a delete operation.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | A message detailing the result of the operation. | [optional] [default to undefined]
10
+ **data** | **string** | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { DeleteResponseString } from '@caraer/client';
16
+
17
+ const instance: DeleteResponseString = {
18
+ message,
19
+ data,
20
+ };
21
+ ```
22
+
23
+ [[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,115 @@
1
+ # DigitalIdentityDTO
2
+
3
+ A DTO representing the digital identity of a company.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **lightPrimaryColor** | **string** | The primary color of the company in light mode. | [optional] [default to undefined]
10
+ **uuid** | **string** | Unique identifier for the entity | [default to undefined]
11
+ **name** | **string** | The name of the entity | [default to undefined]
12
+ **label** | **string** | Display label for the entity, can be different from name | [optional] [default to undefined]
13
+ **createdAt** | **number** | Unix timestamp when the entity was created | [optional] [default to undefined]
14
+ **createdBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who created the entity | [optional] [default to undefined]
15
+ **updatedAt** | **number** | Unix timestamp when the entity was last updated | [optional] [default to undefined]
16
+ **updatedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who last updated the entity | [optional] [default to undefined]
17
+ **deletedAt** | **number** | Unix timestamp when the entity was deleted (null if not deleted) | [optional] [default to undefined]
18
+ **deletedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who deleted the entity | [optional] [default to undefined]
19
+ **index** | **number** | Index number for ordering entities | [optional] [default to undefined]
20
+ **lightFontColor** | **string** | The font color of the company in light mode. | [optional] [default to undefined]
21
+ **lightSecondaryColor** | **string** | The secondary color of the company in light mode. | [optional] [default to undefined]
22
+ **lightPrimary100Color** | **string** | The primary 100 color of the company in light mode. | [optional] [default to undefined]
23
+ **lightAccentColor** | **string** | The accent color of the company in light mode. | [optional] [default to undefined]
24
+ **lightBlackColor** | **string** | The black color of the company in light mode. | [optional] [default to undefined]
25
+ **lightGray900Color** | **string** | The gray 900 color of the company in light mode. | [optional] [default to undefined]
26
+ **lightGray800Color** | **string** | The gray 800 color of the company in light mode. | [optional] [default to undefined]
27
+ **lightGray700Color** | **string** | The gray 700 color of the company in light mode. | [optional] [default to undefined]
28
+ **lightGray600Color** | **string** | The gray 600 color of the company in light mode. | [optional] [default to undefined]
29
+ **lightGray500Color** | **string** | The gray 500 color of the company in light mode. | [optional] [default to undefined]
30
+ **lightGray400Color** | **string** | The gray 400 color of the company in light mode. | [optional] [default to undefined]
31
+ **lightGray300Color** | **string** | The gray 300 color of the company in light mode. | [optional] [default to undefined]
32
+ **lightGray200Color** | **string** | The gray 200 color of the company in light mode. | [optional] [default to undefined]
33
+ **lightGray100Color** | **string** | The gray 100 color of the company in light mode. | [optional] [default to undefined]
34
+ **lightGray50Color** | **string** | The gray 50 color of the company in light mode. | [optional] [default to undefined]
35
+ **lightWhiteColor** | **string** | The white color of the company in light mode. | [optional] [default to undefined]
36
+ **lightBackgroundColor** | **string** | The background color of the company in light mode. | [optional] [default to undefined]
37
+ **lightDestructiveColor** | **string** | The destructive color of the company in light mode. | [optional] [default to undefined]
38
+ **darkFontColor** | **string** | The font color of the company in dark mode. | [optional] [default to undefined]
39
+ **darkPrimaryColor** | **string** | The primary color of the company in dark mode. | [optional] [default to undefined]
40
+ **darkSecondaryColor** | **string** | The secondary color of the company in dark mode. | [optional] [default to undefined]
41
+ **darkPrimary100Color** | **string** | The primary 100 color of the company in dark mode. | [optional] [default to undefined]
42
+ **darkAccentColor** | **string** | The accent color of the company in dark mode. | [optional] [default to undefined]
43
+ **darkBlackColor** | **string** | The black color of the company in dark mode. | [optional] [default to undefined]
44
+ **darkGray900Color** | **string** | The gray 900 color of the company in dark mode. | [optional] [default to undefined]
45
+ **darkGray800Color** | **string** | The gray 800 color of the company in dark mode. | [optional] [default to undefined]
46
+ **darkGray700Color** | **string** | The gray 700 color of the company in dark mode. | [optional] [default to undefined]
47
+ **darkGray600Color** | **string** | The gray 600 color of the company in dark mode. | [optional] [default to undefined]
48
+ **darkGray500Color** | **string** | The gray 500 color of the company in dark mode. | [optional] [default to undefined]
49
+ **darkGray400Color** | **string** | The gray 400 color of the company in dark mode. | [optional] [default to undefined]
50
+ **darkGray300Color** | **string** | The gray 300 color of the company in dark mode. | [optional] [default to undefined]
51
+ **darkGray200Color** | **string** | The gray 200 color of the company in dark mode. | [optional] [default to undefined]
52
+ **darkGray100Color** | **string** | The gray 100 color of the company in dark mode. | [optional] [default to undefined]
53
+ **darkGray50Color** | **string** | The gray 50 color of the company in dark mode. | [optional] [default to undefined]
54
+ **darkWhiteColor** | **string** | The white color of the company in dark mode. | [optional] [default to undefined]
55
+ **darkBackgroundColor** | **string** | The background color of the company in dark mode. | [optional] [default to undefined]
56
+ **darkDestructiveColor** | **string** | The destructive color of the company in dark mode. | [optional] [default to undefined]
57
+
58
+ ## Example
59
+
60
+ ```typescript
61
+ import { DigitalIdentityDTO } from '@caraer/client';
62
+
63
+ const instance: DigitalIdentityDTO = {
64
+ lightPrimaryColor,
65
+ uuid,
66
+ name,
67
+ label,
68
+ createdAt,
69
+ createdBy,
70
+ updatedAt,
71
+ updatedBy,
72
+ deletedAt,
73
+ deletedBy,
74
+ index,
75
+ lightFontColor,
76
+ lightSecondaryColor,
77
+ lightPrimary100Color,
78
+ lightAccentColor,
79
+ lightBlackColor,
80
+ lightGray900Color,
81
+ lightGray800Color,
82
+ lightGray700Color,
83
+ lightGray600Color,
84
+ lightGray500Color,
85
+ lightGray400Color,
86
+ lightGray300Color,
87
+ lightGray200Color,
88
+ lightGray100Color,
89
+ lightGray50Color,
90
+ lightWhiteColor,
91
+ lightBackgroundColor,
92
+ lightDestructiveColor,
93
+ darkFontColor,
94
+ darkPrimaryColor,
95
+ darkSecondaryColor,
96
+ darkPrimary100Color,
97
+ darkAccentColor,
98
+ darkBlackColor,
99
+ darkGray900Color,
100
+ darkGray800Color,
101
+ darkGray700Color,
102
+ darkGray600Color,
103
+ darkGray500Color,
104
+ darkGray400Color,
105
+ darkGray300Color,
106
+ darkGray200Color,
107
+ darkGray100Color,
108
+ darkGray50Color,
109
+ darkWhiteColor,
110
+ darkBackgroundColor,
111
+ darkDestructiveColor,
112
+ };
113
+ ```
114
+
115
+ [[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,18 @@
1
+ # Duration
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+
9
+ ## Example
10
+
11
+ ```typescript
12
+ import { Duration } from '@caraer/client';
13
+
14
+ const instance: Duration = {
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/Email.md ADDED
@@ -0,0 +1,18 @@
1
+ # Email
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+
9
+ ## Example
10
+
11
+ ```typescript
12
+ import { Email } from '@caraer/client';
13
+
14
+ const instance: Email = {
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)
@@ -0,0 +1,24 @@
1
+ # EngagementBatchRequest
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
+ **events** | [**Array<TrackingEventRequest>**](TrackingEventRequest.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { EngagementBatchRequest } from '@caraer/client';
16
+
17
+ const instance: EngagementBatchRequest = {
18
+ visitorId,
19
+ sessionId,
20
+ events,
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,31 @@
1
+ # ErrorResponse
2
+
3
+ Defines the structure of error responses returned by the API.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | The error message providing details about the failure. | [optional] [default to undefined]
10
+ **errors** | [**CaraerErrorType**](CaraerErrorType.md) | A list of error types providing further details about the error. | [optional] [default to undefined]
11
+ **status** | **number** | The HTTP status code associated with the error. | [optional] [default to undefined]
12
+ **stackTrace** | **string** | | [optional] [default to undefined]
13
+ **roles** | **Array<string>** | | [optional] [default to undefined]
14
+ **scopes** | **Array<string>** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { ErrorResponse } from '@caraer/client';
20
+
21
+ const instance: ErrorResponse = {
22
+ message,
23
+ errors,
24
+ status,
25
+ stackTrace,
26
+ roles,
27
+ scopes,
28
+ };
29
+ ```
30
+
31
+ [[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,66 @@
1
+ # FeedDTO
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** | Display label for the entity, can be different from name | [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
+ **slug** | **string** | | [optional] [default to undefined]
19
+ **format** | **string** | | [optional] [default to undefined]
20
+ **mainObject** | **string** | | [optional] [default to undefined]
21
+ **isPublic** | **boolean** | | [optional] [default to undefined]
22
+ **publicToken** | **string** | | [optional] [default to undefined]
23
+ **filter** | **any** | | [optional] [default to undefined]
24
+ **filterJson** | **string** | | [optional] [default to undefined]
25
+ **mapping** | **any** | | [optional] [default to undefined]
26
+ **mappingJson** | **string** | | [optional] [default to undefined]
27
+ **parseRecord** | **boolean** | | [optional] [default to undefined]
28
+ **rootElement** | **string** | | [optional] [default to undefined]
29
+ **itemElement** | **string** | | [optional] [default to undefined]
30
+ **cacheTtlSeconds** | **number** | | [optional] [default to undefined]
31
+ **active** | **boolean** | | [optional] [default to undefined]
32
+
33
+ ## Example
34
+
35
+ ```typescript
36
+ import { FeedDTO } from '@caraer/client';
37
+
38
+ const instance: FeedDTO = {
39
+ uuid,
40
+ name,
41
+ label,
42
+ createdAt,
43
+ createdBy,
44
+ updatedAt,
45
+ updatedBy,
46
+ deletedAt,
47
+ deletedBy,
48
+ index,
49
+ slug,
50
+ format,
51
+ mainObject,
52
+ isPublic,
53
+ publicToken,
54
+ filter,
55
+ filterJson,
56
+ mapping,
57
+ mappingJson,
58
+ parseRecord,
59
+ rootElement,
60
+ itemElement,
61
+ cacheTtlSeconds,
62
+ active,
63
+ };
64
+ ```
65
+
66
+ [[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,58 @@
1
+ # FeedsApi
2
+
3
+ All URIs are relative to *https://v2.api.caraer.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**index1**](#index1) | **POST** /api/v2/feeds/index | List feeds|
8
+
9
+ # **index1**
10
+ > any index1(body)
11
+
12
+
13
+ ### Example
14
+
15
+ ```typescript
16
+ import {
17
+ FeedsApi,
18
+ Configuration
19
+ } from '@caraer/client';
20
+
21
+ const configuration = new Configuration();
22
+ const apiInstance = new FeedsApi(configuration);
23
+
24
+ let body: any; //
25
+
26
+ const { status, data } = await apiInstance.index1(
27
+ body
28
+ );
29
+ ```
30
+
31
+ ### Parameters
32
+
33
+ |Name | Type | Description | Notes|
34
+ |------------- | ------------- | ------------- | -------------|
35
+ | **body** | **any**| | |
36
+
37
+
38
+ ### Return type
39
+
40
+ **any**
41
+
42
+ ### Authorization
43
+
44
+ [bearerAuth](../README.md#bearerAuth)
45
+
46
+ ### HTTP request headers
47
+
48
+ - **Content-Type**: application/json
49
+ - **Accept**: application/json
50
+
51
+
52
+ ### HTTP response details
53
+ | Status code | Description | Response headers |
54
+ |-------------|-------------|------------------|
55
+ |**200** | OK | - |
56
+
57
+ [[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
+
package/docs/File.md ADDED
@@ -0,0 +1,18 @@
1
+ # ModelFile
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+
9
+ ## Example
10
+
11
+ ```typescript
12
+ import { ModelFile } from '@caraer/client';
13
+
14
+ const instance: ModelFile = {
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)