@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,73 @@
1
+ # PageContentDTO
2
+
3
+ Data transfer object representing a webpage content
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
+ **category** | **string** | Category of the content | [optional] [default to undefined]
20
+ **parentUuid** | **string** | Unique identifier for the parent content | [optional] [default to undefined]
21
+ **type** | **string** | Type of the content (\'box\' or \'component\') | [optional] [default to undefined]
22
+ **display** | **string** | Display of the content for box (\'column\', \'row\' or \'wrap\') and for component () | [optional] [default to undefined]
23
+ **text** | **string** | Text content of the content | [optional] [default to undefined]
24
+ **customCss** | **string** | Direct CSS for this content node, scoped to data-component-uuid at render time | [optional] [default to undefined]
25
+ **styling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | Styling of the content | [optional] [default to undefined]
26
+ **settings** | [**PageContentSettingsDTO**](PageContentSettingsDTO.md) | Settings for the content | [optional] [default to undefined]
27
+ **children** | [**Array<PageContentDTO>**](PageContentDTO.md) | Children of the content | [optional] [default to undefined]
28
+ **scope** | **string** | Module storage scope: company or personal | [optional] [default to undefined]
29
+ **moduleKind** | **string** | Module kind: content (section/component) or page (full page design) | [optional] [default to undefined]
30
+ **pageCustomCss** | **string** | Page-level custom CSS for page modules | [optional] [default to undefined]
31
+ **pageCustomJsHead** | **string** | Page-level custom JS for the head for page modules | [optional] [default to undefined]
32
+ **pageCustomJsBody** | **string** | Page-level custom JS for the body for page modules | [optional] [default to undefined]
33
+ **sidebarUuid** | **string** | Sidebar preview UUID for page modules | [optional] [default to undefined]
34
+ **sidebarRelationUuid** | **string** | Sidebar relation UUID for page modules | [optional] [default to undefined]
35
+ **sidebarObjectUuid** | **string** | Sidebar object UUID for page modules | [optional] [default to undefined]
36
+
37
+ ## Example
38
+
39
+ ```typescript
40
+ import { PageContentDTO } from '@caraer/client';
41
+
42
+ const instance: PageContentDTO = {
43
+ uuid,
44
+ name,
45
+ label,
46
+ createdAt,
47
+ createdBy,
48
+ updatedAt,
49
+ updatedBy,
50
+ deletedAt,
51
+ deletedBy,
52
+ index,
53
+ category,
54
+ parentUuid,
55
+ type,
56
+ display,
57
+ text,
58
+ customCss,
59
+ styling,
60
+ settings,
61
+ children,
62
+ scope,
63
+ moduleKind,
64
+ pageCustomCss,
65
+ pageCustomJsHead,
66
+ pageCustomJsBody,
67
+ sidebarUuid,
68
+ sidebarRelationUuid,
69
+ sidebarObjectUuid,
70
+ };
71
+ ```
72
+
73
+ [[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,111 @@
1
+ # PageContentSettingsDTO
2
+
3
+ Data transfer object representing the settings for a content
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **form** | [**FormDTO**](FormDTO.md) | The form associated with the content | [optional] [default to undefined]
10
+ **openIcon** | **string** | The icon to display when the accordion is open | [optional] [default to undefined]
11
+ **closeIcon** | **string** | The icon to display when the accordion is closed | [optional] [default to undefined]
12
+ **alt** | **string** | The alt text of the image | [optional] [default to undefined]
13
+ **key** | **string** | The key of the image | [optional] [default to undefined]
14
+ **playVideo** | **boolean** | Whether the video should play automatically | [optional] [default to undefined]
15
+ **startMuted** | **boolean** | Whether the image should start muted | [optional] [default to undefined]
16
+ **loopVideo** | **boolean** | Whether the video should loop | [optional] [default to undefined]
17
+ **startOffset** | **number** | The start offset of the video | [optional] [default to undefined]
18
+ **link** | **string** | The link of the button | [optional] [default to undefined]
19
+ **style** | **string** | The style of the button. Primary, secondary, tertiary or custom | [optional] [default to undefined]
20
+ **ctaId** | **string** | Optional CTA tracking identifier for CMS buttons | [optional] [default to undefined]
21
+ **openInNewWindow** | **boolean** | Whether the link should open in a new window | [optional] [default to undefined]
22
+ **sliderType** | **string** | The slider type. Dots, arrows and swipe | [optional] [default to undefined]
23
+ **carouselSpeed** | **number** | The carousel speed. | [optional] [default to undefined]
24
+ **enableControls** | **boolean** | Whether carousel prev/next controls are shown | [optional] [default to undefined]
25
+ **previewObject** | [**CaraerObjectDTO**](CaraerObjectDTO.md) | The object of the previews | [optional] [default to undefined]
26
+ **previews** | [**{ [key: string]: PreviewDTO; }**](PreviewDTO.md) | The previews associated with the layouts | [optional] [default to undefined]
27
+ **previewLayoutOrder** | **Array<string>** | The order of preview layouts | [optional] [default to undefined]
28
+ **filter** | [**Filter**](Filter.md) | The filter associated with the settings | [optional] [default to undefined]
29
+ **orderBy** | [**PropertyDTO**](PropertyDTO.md) | The order by property associated with the settings | [optional] [default to undefined]
30
+ **orderByDirection** | **string** | The order by direction associated with the settings. ASC or DESC, default is ASC | [optional] [default to undefined]
31
+ **asWebpages** | **boolean** | Whether the previews should be shown as webpages | [optional] [default to undefined]
32
+ **loop** | **boolean** | Whether the previews should loop | [optional] [default to undefined]
33
+ **limit** | **number** | The limit associated with the settings | [optional] [default to undefined]
34
+ **groupBy** | [**PropertyDTO**](PropertyDTO.md) | The group by property associated with the settings | [optional] [default to undefined]
35
+ **hideOnNoResults** | **boolean** | Whether the previews should be hidden when there are no results | [optional] [default to undefined]
36
+ **filterType** | **string** | The type of the filter block. left_bar or top_search | [optional] [default to undefined]
37
+ **searchResultSingleString** | **string** | The single result string of the filter block | [optional] [default to undefined]
38
+ **searchResultPluralString** | **string** | The Plural result string of the filter block | [optional] [default to undefined]
39
+ **noResultsString** | **string** | The no results string of the filter block | [optional] [default to undefined]
40
+ **searchFieldEnabled** | **boolean** | Whether the search field should be enabled | [optional] [default to undefined]
41
+ **searchFieldPlaceholder** | **string** | The placeholder of the search field | [optional] [default to undefined]
42
+ **filterBlockEnabled** | **boolean** | Whether the filter block should be enabled | [optional] [default to undefined]
43
+ **filterTitle** | **string** | The title of the filter block | [optional] [default to undefined]
44
+ **filterSubtitle** | **string** | The subtitle of the filter block | [optional] [default to undefined]
45
+ **filterProperties** | [**Array<PropertyDTO>**](PropertyDTO.md) | The properties of the filter block | [optional] [default to undefined]
46
+ **enableFilterTiles** | **boolean** | Whether the filter tiles should be enabled | [optional] [default to undefined]
47
+ **enableFilterQuery** | **boolean** | Whether the filter query should be enabled | [optional] [default to undefined]
48
+ **enableRemoveAllFiltersButton** | **boolean** | Whether the remove all filters button should be enabled | [optional] [default to undefined]
49
+ **ctaEnabled** | **boolean** | Whether the CTA should be enabled | [optional] [default to undefined]
50
+ **ctaTitle** | **string** | The title of the CTA | [optional] [default to undefined]
51
+ **ctaText** | **string** | The text of the CTA | [optional] [default to undefined]
52
+ **ctaButtonText** | **string** | The button text of the CTA | [optional] [default to undefined]
53
+ **ctaButtonLink** | **string** | The button link of the CTA | [optional] [default to undefined]
54
+ **platforms** | **Array<string>** | The platforms shown in the share component | [optional] [default to undefined]
55
+
56
+ ## Example
57
+
58
+ ```typescript
59
+ import { PageContentSettingsDTO } from '@caraer/client';
60
+
61
+ const instance: PageContentSettingsDTO = {
62
+ form,
63
+ openIcon,
64
+ closeIcon,
65
+ alt,
66
+ key,
67
+ playVideo,
68
+ startMuted,
69
+ loopVideo,
70
+ startOffset,
71
+ link,
72
+ style,
73
+ ctaId,
74
+ openInNewWindow,
75
+ sliderType,
76
+ carouselSpeed,
77
+ enableControls,
78
+ previewObject,
79
+ previews,
80
+ previewLayoutOrder,
81
+ filter,
82
+ orderBy,
83
+ orderByDirection,
84
+ asWebpages,
85
+ loop,
86
+ limit,
87
+ groupBy,
88
+ hideOnNoResults,
89
+ filterType,
90
+ searchResultSingleString,
91
+ searchResultPluralString,
92
+ noResultsString,
93
+ searchFieldEnabled,
94
+ searchFieldPlaceholder,
95
+ filterBlockEnabled,
96
+ filterTitle,
97
+ filterSubtitle,
98
+ filterProperties,
99
+ enableFilterTiles,
100
+ enableFilterQuery,
101
+ enableRemoveAllFiltersButton,
102
+ ctaEnabled,
103
+ ctaTitle,
104
+ ctaText,
105
+ ctaButtonText,
106
+ ctaButtonLink,
107
+ platforms,
108
+ };
109
+ ```
110
+
111
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # PageContentStylingDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **all** | [**StyleSetDTO**](StyleSetDTO.md) | The style set for all devices | [optional] [default to undefined]
9
+ **mobile** | [**StyleSetDTO**](StyleSetDTO.md) | The style set for the mobile device | [optional] [default to undefined]
10
+ **tablet** | [**StyleSetDTO**](StyleSetDTO.md) | The style set for the tablet device | [optional] [default to undefined]
11
+ **desktop** | [**StyleSetDTO**](StyleSetDTO.md) | The style set for the desktop device | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { PageContentStylingDTO } from '@caraer/client';
17
+
18
+ const instance: PageContentStylingDTO = {
19
+ all,
20
+ mobile,
21
+ tablet,
22
+ desktop,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponse
2
+
3
+ Response object for paginated data.
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** | **Array<any>** | The data returned in the current page of the pagination. | [optional] [default to undefined]
11
+ **total** | **number** | The total number of items available. | [optional] [default to undefined]
12
+ **page** | **number** | The current page number (starts from 1). | [optional] [default to undefined]
13
+ **perPage** | **number** | The number of items displayed per page. | [optional] [default to undefined]
14
+ **lastPage** | **number** | The last page number available for the pagination. | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponse } from '@caraer/client';
20
+
21
+ const instance: PaginationResponse = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
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,31 @@
1
+ # PaginationResponsePreviewDTO
2
+
3
+ Response object for paginated data.
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** | [**Array<PreviewDTO>**](PreviewDTO.md) | The data returned in the current page of the pagination. | [optional] [default to undefined]
11
+ **total** | **number** | The total number of items available. | [optional] [default to undefined]
12
+ **page** | **number** | The current page number (starts from 1). | [optional] [default to undefined]
13
+ **perPage** | **number** | The number of items displayed per page. | [optional] [default to undefined]
14
+ **lastPage** | **number** | The last page number available for the pagination. | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponsePreviewDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponsePreviewDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
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,31 @@
1
+ # PaginationResponseWebpageAccessGrantDTO
2
+
3
+ Response object for paginated data.
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** | [**Array<WebpageAccessGrantDTO>**](WebpageAccessGrantDTO.md) | The data returned in the current page of the pagination. | [optional] [default to undefined]
11
+ **total** | **number** | The total number of items available. | [optional] [default to undefined]
12
+ **page** | **number** | The current page number (starts from 1). | [optional] [default to undefined]
13
+ **perPage** | **number** | The number of items displayed per page. | [optional] [default to undefined]
14
+ **lastPage** | **number** | The last page number available for the pagination. | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponseWebpageAccessGrantDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponseWebpageAccessGrantDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
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)
package/docs/Phone.md ADDED
@@ -0,0 +1,18 @@
1
+ # Phone
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+
9
+ ## Example
10
+
11
+ ```typescript
12
+ import { Phone } from '@caraer/client';
13
+
14
+ const instance: Phone = {
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,77 @@
1
+ # PreviewDTO
2
+
3
+ Data transfer object representing a preview entity
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **description** | **string** | Description of the preview | [optional] [default to undefined]
10
+ **object** | [**CaraerObjectDTO**](CaraerObjectDTO.md) | The Caraer object associated with this preview | [optional] [default to undefined]
11
+ **recordUuid** | **string** | UUID of the associated record | [optional] [default to undefined]
12
+ **primary** | **boolean** | Indicates whether this preview is the primary one | [optional] [default to undefined]
13
+ **grid** | **Array<Array<PreviewItemDTO>>** | Rows of the preview grid | [optional] [default to undefined]
14
+ **previewType** | **string** | Preview type | [optional] [default to undefined]
15
+ **profileImage** | [**PropertyDTO**](PropertyDTO.md) | Profile image property | [optional] [default to undefined]
16
+ **profileImagePosition** | **string** | Profile image position (top, left, right, bottom, background) | [optional] [default to undefined]
17
+ **profileImageStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | Style set for the profile image | [optional] [default to undefined]
18
+ **firstInitialProperty** | [**PropertyDTO**](PropertyDTO.md) | First initial property | [optional] [default to undefined]
19
+ **secondInitialProperty** | [**PropertyDTO**](PropertyDTO.md) | Second initial property | [optional] [default to undefined]
20
+ **profileImageValue** | **string** | Value of the profile image | [optional] [default to undefined]
21
+ **firstInitialPropertyValue** | **string** | Value of the first initial property | [optional] [default to undefined]
22
+ **secondInitialPropertyValue** | **string** | Value of the second initial property | [optional] [default to undefined]
23
+ **customCss** | **string** | Custom CSS styles for the preview | [optional] [default to undefined]
24
+ **url** | **string** | URL of the preview | [optional] [default to undefined]
25
+ **styling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | The styling of the preview | [optional] [default to undefined]
26
+ **sortProperty** | **string** | Property name used for server-side list sorting | [optional] [default to undefined]
27
+ **sortValue** | **any** | | [optional] [default to undefined]
28
+ **uuid** | **string** | Unique identifier for the entity | [default to undefined]
29
+ **name** | **string** | The name of the entity | [default to undefined]
30
+ **label** | **string** | Display label for the entity, can be different from name | [optional] [default to undefined]
31
+ **createdAt** | **number** | Unix timestamp when the entity was created | [optional] [default to undefined]
32
+ **createdBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who created the entity | [optional] [default to undefined]
33
+ **updatedAt** | **number** | Unix timestamp when the entity was last updated | [optional] [default to undefined]
34
+ **updatedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who last updated the entity | [optional] [default to undefined]
35
+ **deletedAt** | **number** | Unix timestamp when the entity was deleted (null if not deleted) | [optional] [default to undefined]
36
+ **deletedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who deleted the entity | [optional] [default to undefined]
37
+ **index** | **number** | Index number for ordering entities | [optional] [default to undefined]
38
+
39
+ ## Example
40
+
41
+ ```typescript
42
+ import { PreviewDTO } from '@caraer/client';
43
+
44
+ const instance: PreviewDTO = {
45
+ description,
46
+ object,
47
+ recordUuid,
48
+ primary,
49
+ grid,
50
+ previewType,
51
+ profileImage,
52
+ profileImagePosition,
53
+ profileImageStyling,
54
+ firstInitialProperty,
55
+ secondInitialProperty,
56
+ profileImageValue,
57
+ firstInitialPropertyValue,
58
+ secondInitialPropertyValue,
59
+ customCss,
60
+ url,
61
+ styling,
62
+ sortProperty,
63
+ sortValue,
64
+ uuid,
65
+ name,
66
+ label,
67
+ createdAt,
68
+ createdBy,
69
+ updatedAt,
70
+ updatedBy,
71
+ deletedAt,
72
+ deletedBy,
73
+ index,
74
+ };
75
+ ```
76
+
77
+ [[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,43 @@
1
+ # PreviewItemDTO
2
+
3
+ Data Transfer Object for PreviewItem, used for transferring preview details.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **property** | [**PropertyDTO**](PropertyDTO.md) | The property details associated with the preview item. | [optional] [default to undefined]
10
+ **text** | **string** | The text content associated with the preview item. | [optional] [default to undefined]
11
+ **value** | **any** | | [optional] [default to undefined]
12
+ **relatedObject** | [**PreviewRelatedObjectDTO**](PreviewRelatedObjectDTO.md) | The related object information for the preview item. | [optional] [default to undefined]
13
+ **relatedObjectValue** | **any** | | [optional] [default to undefined]
14
+ **divider** | **string** | Whether the preview item is a divider. (solid, dashed, dotted, spacer) | [optional] [default to undefined]
15
+ **buttonText** | **string** | The button text associated with the preview item. | [optional] [default to undefined]
16
+ **buttonUrl** | **string** | The button url associated with the preview item. | [optional] [default to undefined]
17
+ **buttonTextValue** | **any** | | [optional] [default to undefined]
18
+ **buttonUrlValue** | **any** | | [optional] [default to undefined]
19
+ **settings** | [**PreviewItemSettingsDTO**](PreviewItemSettingsDTO.md) | The settings associated with the preview item. | [optional] [default to undefined]
20
+ **styling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | The styling associated with the preview item. | [optional] [default to undefined]
21
+
22
+ ## Example
23
+
24
+ ```typescript
25
+ import { PreviewItemDTO } from '@caraer/client';
26
+
27
+ const instance: PreviewItemDTO = {
28
+ property,
29
+ text,
30
+ value,
31
+ relatedObject,
32
+ relatedObjectValue,
33
+ divider,
34
+ buttonText,
35
+ buttonUrl,
36
+ buttonTextValue,
37
+ buttonUrlValue,
38
+ settings,
39
+ styling,
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)
@@ -0,0 +1,43 @@
1
+ # PreviewItemSettingsDTO
2
+
3
+ Data Transfer Object for PreviewItemSettings, used for transferring preview item settings.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **showIcon** | **boolean** | Whether the preview item should show the icon. | [optional] [default to undefined]
10
+ **iconPadding** | **number** | The padding of the icon. | [optional] [default to undefined]
11
+ **iconColor** | **string** | The color of the icon. | [optional] [default to undefined]
12
+ **iconSize** | **number** | The size of the icon. | [optional] [default to undefined]
13
+ **defaultValue** | **string** | The default value of the preview item. | [optional] [default to undefined]
14
+ **editable** | **boolean** | Whether this preview property is editable inline. | [optional] [default to undefined]
15
+ **helpText** | **string** | The help text of the preview item. | [optional] [default to undefined]
16
+ **paragraph** | **string** | The paragraph of the preview item p, h1, h2, h3, h4, h5, h6. | [optional] [default to undefined]
17
+ **showColor** | **boolean** | Whether the preview item should show the color of the select option. | [optional] [default to undefined]
18
+ **showBorder** | **boolean** | Whether the preview item should show the border around the select option. | [optional] [default to undefined]
19
+ **buttonType** | **string** | What type the button should be (primary, secondary or tertiary) | [optional] [default to undefined]
20
+ **showFavicon** | **boolean** | Whether to show the favicon of the button URL. | [optional] [default to undefined]
21
+
22
+ ## Example
23
+
24
+ ```typescript
25
+ import { PreviewItemSettingsDTO } from '@caraer/client';
26
+
27
+ const instance: PreviewItemSettingsDTO = {
28
+ showIcon,
29
+ iconPadding,
30
+ iconColor,
31
+ iconSize,
32
+ defaultValue,
33
+ editable,
34
+ helpText,
35
+ paragraph,
36
+ showColor,
37
+ showBorder,
38
+ buttonType,
39
+ showFavicon,
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)
@@ -0,0 +1,23 @@
1
+ # PreviewRelatedObjectDTO
2
+
3
+ Data transfer object representing a PreviewRelatedObject, constructed using related object and relation data.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **object** | [**CaraerObjectDTO**](CaraerObjectDTO.md) | The related object data. | [optional] [default to undefined]
10
+ **relation** | [**RelationDTO**](RelationDTO.md) | The type of relation between objects. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { PreviewRelatedObjectDTO } from '@caraer/client';
16
+
17
+ const instance: PreviewRelatedObjectDTO = {
18
+ object,
19
+ relation,
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)