@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,119 @@
1
+ # AppBarIframeSessionsApi
2
+
3
+ All URIs are relative to *https://v2.api.caraer.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**createIframeSession**](#createiframesession) | **POST** /api/v2/app-bars/{appBarUuid}/iframe-session | Create an iframe session token|
8
+ |[**validateIframeSession**](#validateiframesession) | **POST** /api/v2/app-bars/iframe-session/validate | Validate an iframe session token|
9
+
10
+ # **createIframeSession**
11
+ > createIframeSession()
12
+
13
+ Issues a short-lived opaque token for an iframe-based app bar. The token can be validated by the embedded app to confirm user, company, view, and filter context.
14
+
15
+ ### Example
16
+
17
+ ```typescript
18
+ import {
19
+ AppBarIframeSessionsApi,
20
+ Configuration,
21
+ AppBarIframeSessionRequest
22
+ } from '@caraer/client';
23
+
24
+ const configuration = new Configuration();
25
+ const apiInstance = new AppBarIframeSessionsApi(configuration);
26
+
27
+ let appBarUuid: string; //UUID of the iframe app bar (default to undefined)
28
+ let appBarIframeSessionRequest: AppBarIframeSessionRequest; // (optional)
29
+
30
+ const { status, data } = await apiInstance.createIframeSession(
31
+ appBarUuid,
32
+ appBarIframeSessionRequest
33
+ );
34
+ ```
35
+
36
+ ### Parameters
37
+
38
+ |Name | Type | Description | Notes|
39
+ |------------- | ------------- | ------------- | -------------|
40
+ | **appBarIframeSessionRequest** | **AppBarIframeSessionRequest**| | |
41
+ | **appBarUuid** | [**string**] | UUID of the iframe app bar | defaults to undefined|
42
+
43
+
44
+ ### Return type
45
+
46
+ void (empty response body)
47
+
48
+ ### Authorization
49
+
50
+ [bearerAuth](../README.md#bearerAuth)
51
+
52
+ ### HTTP request headers
53
+
54
+ - **Content-Type**: application/json
55
+ - **Accept**: application/json
56
+
57
+
58
+ ### HTTP response details
59
+ | Status code | Description | Response headers |
60
+ |-------------|-------------|------------------|
61
+ |**200** | Token created | - |
62
+ |**400** | Invalid request | - |
63
+ |**404** | App bar not found | - |
64
+
65
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
66
+
67
+ # **validateIframeSession**
68
+ > validateIframeSession(appBarIframeSessionValidateRequest)
69
+
70
+ Public endpoint for embedded apps to validate a caraer_iframe_token and receive safe context.
71
+
72
+ ### Example
73
+
74
+ ```typescript
75
+ import {
76
+ AppBarIframeSessionsApi,
77
+ Configuration,
78
+ AppBarIframeSessionValidateRequest
79
+ } from '@caraer/client';
80
+
81
+ const configuration = new Configuration();
82
+ const apiInstance = new AppBarIframeSessionsApi(configuration);
83
+
84
+ let appBarIframeSessionValidateRequest: AppBarIframeSessionValidateRequest; //
85
+
86
+ const { status, data } = await apiInstance.validateIframeSession(
87
+ appBarIframeSessionValidateRequest
88
+ );
89
+ ```
90
+
91
+ ### Parameters
92
+
93
+ |Name | Type | Description | Notes|
94
+ |------------- | ------------- | ------------- | -------------|
95
+ | **appBarIframeSessionValidateRequest** | **AppBarIframeSessionValidateRequest**| | |
96
+
97
+
98
+ ### Return type
99
+
100
+ void (empty response body)
101
+
102
+ ### Authorization
103
+
104
+ [bearerAuth](../README.md#bearerAuth)
105
+
106
+ ### HTTP request headers
107
+
108
+ - **Content-Type**: application/json
109
+ - **Accept**: application/json
110
+
111
+
112
+ ### HTTP response details
113
+ | Status code | Description | Response headers |
114
+ |-------------|-------------|------------------|
115
+ |**200** | Token validated | - |
116
+ |**401** | Invalid or expired token | - |
117
+
118
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
119
+
@@ -0,0 +1,31 @@
1
+ # AppBarTriggerRequest
2
+
3
+ Request body for triggering an action-based app bar
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **recordUuid** | **string** | UUID of the record in context | [optional] [default to undefined]
10
+ **object** | **string** | Object name in context | [optional] [default to undefined]
11
+ **viewId** | **string** | View ID in context | [optional] [default to undefined]
12
+ **trait** | **string** | Trait name in context | [optional] [default to undefined]
13
+ **viewData** | **{ [key: string]: any | null; }** | Current view data for rebuilding the active index | [optional] [default to undefined]
14
+ **settingsValues** | **{ [key: string]: any | null; }** | Values for settingsSchema fields supplied at trigger time | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { AppBarTriggerRequest } from '@caraer/client';
20
+
21
+ const instance: AppBarTriggerRequest = {
22
+ recordUuid,
23
+ object,
24
+ viewId,
25
+ trait,
26
+ viewData,
27
+ settingsValues,
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,22 @@
1
+ # AppBarVisibilityEntry
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **objects** | **Array<string>** | | [optional] [default to undefined]
9
+ **suites** | **Array<string>** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { AppBarVisibilityEntry } from '@caraer/client';
15
+
16
+ const instance: AppBarVisibilityEntry = {
17
+ objects,
18
+ suites,
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,130 @@
1
+ # AppBarsApi
2
+
3
+ All URIs are relative to *https://v2.api.caraer.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**listAppBars**](#listappbars) | **GET** /api/v2/app-bars | List installed app bars for a location|
8
+ |[**triggerAppBar**](#triggerappbar) | **POST** /api/v2/app-bars/{appBarUuid}/trigger | Trigger an action-based app bar|
9
+
10
+ # **listAppBars**
11
+ > listAppBars()
12
+
13
+ Returns all app bars from installed apps for the authenticated user\'s company at the given location.
14
+
15
+ ### Example
16
+
17
+ ```typescript
18
+ import {
19
+ AppBarsApi,
20
+ Configuration
21
+ } from '@caraer/client';
22
+
23
+ const configuration = new Configuration();
24
+ const apiInstance = new AppBarsApi(configuration);
25
+
26
+ let location: 'RECORD_PREVIEW' | 'RECORD_OVERVIEW' | 'RECORD_DETAIL' | 'TOOL_BAR' | 'TRAIT_BAR'; //App bar location (default to undefined)
27
+ let object: string; //Object name in context (optional) (default to undefined)
28
+ let recordUuid: string; //Record UUID in context (optional) (default to undefined)
29
+ let viewId: string; //View ID in context (optional) (default to undefined)
30
+ let trait: string; //Trait name in context (optional) (default to undefined)
31
+
32
+ const { status, data } = await apiInstance.listAppBars(
33
+ location,
34
+ object,
35
+ recordUuid,
36
+ viewId,
37
+ trait
38
+ );
39
+ ```
40
+
41
+ ### Parameters
42
+
43
+ |Name | Type | Description | Notes|
44
+ |------------- | ------------- | ------------- | -------------|
45
+ | **location** | [**&#39;RECORD_PREVIEW&#39; | &#39;RECORD_OVERVIEW&#39; | &#39;RECORD_DETAIL&#39; | &#39;TOOL_BAR&#39; | &#39;TRAIT_BAR&#39;**]**Array<&#39;RECORD_PREVIEW&#39; &#124; &#39;RECORD_OVERVIEW&#39; &#124; &#39;RECORD_DETAIL&#39; &#124; &#39;TOOL_BAR&#39; &#124; &#39;TRAIT_BAR&#39;>** | App bar location | defaults to undefined|
46
+ | **object** | [**string**] | Object name in context | (optional) defaults to undefined|
47
+ | **recordUuid** | [**string**] | Record UUID in context | (optional) defaults to undefined|
48
+ | **viewId** | [**string**] | View ID in context | (optional) defaults to undefined|
49
+ | **trait** | [**string**] | Trait name in context | (optional) defaults to undefined|
50
+
51
+
52
+ ### Return type
53
+
54
+ void (empty response body)
55
+
56
+ ### Authorization
57
+
58
+ [bearerAuth](../README.md#bearerAuth)
59
+
60
+ ### HTTP request headers
61
+
62
+ - **Content-Type**: Not defined
63
+ - **Accept**: application/json
64
+
65
+
66
+ ### HTTP response details
67
+ | Status code | Description | Response headers |
68
+ |-------------|-------------|------------------|
69
+ |**200** | App bars retrieved | - |
70
+ |**400** | Invalid request | - |
71
+
72
+ [[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)
73
+
74
+ # **triggerAppBar**
75
+ > triggerAppBar()
76
+
77
+ Fires the app bar webhook with optional settings values and record/view context.
78
+
79
+ ### Example
80
+
81
+ ```typescript
82
+ import {
83
+ AppBarsApi,
84
+ Configuration,
85
+ AppBarTriggerRequest
86
+ } from '@caraer/client';
87
+
88
+ const configuration = new Configuration();
89
+ const apiInstance = new AppBarsApi(configuration);
90
+
91
+ let appBarUuid: string; //UUID of the app bar to trigger (default to undefined)
92
+ let appBarTriggerRequest: AppBarTriggerRequest; // (optional)
93
+
94
+ const { status, data } = await apiInstance.triggerAppBar(
95
+ appBarUuid,
96
+ appBarTriggerRequest
97
+ );
98
+ ```
99
+
100
+ ### Parameters
101
+
102
+ |Name | Type | Description | Notes|
103
+ |------------- | ------------- | ------------- | -------------|
104
+ | **appBarTriggerRequest** | **AppBarTriggerRequest**| | |
105
+ | **appBarUuid** | [**string**] | UUID of the app bar to trigger | defaults to undefined|
106
+
107
+
108
+ ### Return type
109
+
110
+ void (empty response body)
111
+
112
+ ### Authorization
113
+
114
+ [bearerAuth](../README.md#bearerAuth)
115
+
116
+ ### HTTP request headers
117
+
118
+ - **Content-Type**: application/json
119
+ - **Accept**: application/json
120
+
121
+
122
+ ### HTTP response details
123
+ | Status code | Description | Response headers |
124
+ |-------------|-------------|------------------|
125
+ |**200** | Trigger accepted | - |
126
+ |**400** | Invalid request | - |
127
+ |**404** | App bar not found | - |
128
+
129
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
130
+
package/docs/AppDTO.md ADDED
@@ -0,0 +1,101 @@
1
+ # AppDTO
2
+
3
+ Full app payload (AppCreatorDTO) to apply
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
+ **privateApp** | **boolean** | Indicates whether this app is private (only available to the creator\&#39;s company) | [optional] [default to undefined]
20
+ **hideApiKeyField** | **boolean** | Whether to hide the API token field in app settings UI | [optional] [default to undefined]
21
+ **details** | [**AppDetailsDTO**](AppDetailsDTO.md) | Additional details and specifications about the application | [optional] [default to undefined]
22
+ **pricingPlans** | [**Array&lt;AppPricingDTO&gt;**](AppPricingDTO.md) | Pricing information for the application | [optional] [default to undefined]
23
+ **appBars** | [**Array&lt;AppBarDTO&gt;**](AppBarDTO.md) | App bars (location-specific configuration and actions) | [optional] [default to undefined]
24
+ **serverlessFunctions** | [**Array&lt;ServerlessFunctionDTO&gt;**](ServerlessFunctionDTO.md) | Serverless functions owned by this app | [optional] [default to undefined]
25
+ **installWebhook** | [**SubscribeWebhookDTO**](SubscribeWebhookDTO.md) | Webhook triggered when the app is installed | [optional] [default to undefined]
26
+ **uninstallWebhook** | [**SubscribeWebhookDTO**](SubscribeWebhookDTO.md) | Webhook triggered when the app is uninstalled | [optional] [default to undefined]
27
+ **rotateWebhook** | [**SubscribeWebhookDTO**](SubscribeWebhookDTO.md) | Webhook triggered when the app installation token is rotated | [optional] [default to undefined]
28
+ **updateWebhook** | [**SubscribeWebhookDTO**](SubscribeWebhookDTO.md) | Webhook triggered when an already installed app is saved again | [optional] [default to undefined]
29
+ **settingsSchema** | [**Array&lt;AppSettingFieldSchema&gt;**](AppSettingFieldSchema.md) | JSON array of AppSettingFieldSchema (app-level setting field definitions) | [optional] [default to undefined]
30
+ **webhookRateLimitPerMinute** | **number** | Webhook rate limit per minute | [optional] [default to undefined]
31
+ **billFailedWebhookRequests** | **boolean** | Whether failed webhook requests are considered billable for this app | [optional] [default to undefined]
32
+ **appPublish** | [**AppPublishDTO**](AppPublishDTO.md) | Publish and review state for the app in the marketplace (creator view) | [optional] [default to undefined]
33
+ **hasApp** | [**HasAppDTO**](HasAppDTO.md) | Installation link (company–app) with token, scopes, and per-installation settingsValues; present when includeSettings is true | [optional] [default to undefined]
34
+ **image** | **string** | URL to the application\&#39;s image or icon (derived from details.image) | [optional] [default to undefined]
35
+ **url** | **string** | URL where the application can be accessed (derived from details.url) | [optional] [default to undefined]
36
+ **category** | **string** | Category the application belongs to (derived from details.category) | [optional] [default to undefined]
37
+ **installed** | **boolean** | Whether the app is installed for the current company | [optional] [default to undefined]
38
+ **requiredScopes** | **Array&lt;string&gt;** | Required scopes requested by the app (macro patterns or concrete scope strings). | [optional] [default to undefined]
39
+ **resolvedRequiredScopes** | **Array&lt;string&gt;** | Resolved concrete required scopes derived from requiredScopes and dynamic availableScopes. | [optional] [default to undefined]
40
+ **authMethod** | **string** | Authentication method for this app (API_KEY default, OAUTH2 for OAuth 2.0) | [optional] [default to undefined]
41
+ **oauthClientId** | **string** | OAuth 2.0 client identifier (OAuth apps only) | [optional] [default to undefined]
42
+ **oauthClientSecret** | **string** | OAuth 2.0 client secret; only returned once on create or secret rotation | [optional] [default to undefined]
43
+ **oauthClientSecretConfigured** | **boolean** | Whether an OAuth client secret is stored for this app (plain value is not re-readable) | [optional] [default to undefined]
44
+ **oauthRedirectUris** | **Array&lt;string&gt;** | Registered OAuth redirect URIs (OAuth apps only) | [optional] [default to undefined]
45
+ **oauthAuthorizeUrl** | **string** | OAuth authorization endpoint URL | [optional] [default to undefined]
46
+ **oauthTokenUrl** | **string** | OAuth token endpoint URL | [optional] [default to undefined]
47
+ **installUrl** | **string** | External URL where end users install this app (e.g. ChatGPT connector page) | [optional] [default to undefined]
48
+ **brandmark** | **string** | Square brandmark URL used in compact app surfaces | [optional] [default to undefined]
49
+ **description** | **string** | Internal app description used in Caraer admin views | [optional] [default to undefined]
50
+
51
+ ## Example
52
+
53
+ ```typescript
54
+ import { AppDTO } from '@caraer/client';
55
+
56
+ const instance: AppDTO = {
57
+ uuid,
58
+ name,
59
+ label,
60
+ createdAt,
61
+ createdBy,
62
+ updatedAt,
63
+ updatedBy,
64
+ deletedAt,
65
+ deletedBy,
66
+ index,
67
+ privateApp,
68
+ hideApiKeyField,
69
+ details,
70
+ pricingPlans,
71
+ appBars,
72
+ serverlessFunctions,
73
+ installWebhook,
74
+ uninstallWebhook,
75
+ rotateWebhook,
76
+ updateWebhook,
77
+ settingsSchema,
78
+ webhookRateLimitPerMinute,
79
+ billFailedWebhookRequests,
80
+ appPublish,
81
+ hasApp,
82
+ image,
83
+ url,
84
+ category,
85
+ installed,
86
+ requiredScopes,
87
+ resolvedRequiredScopes,
88
+ authMethod,
89
+ oauthClientId,
90
+ oauthClientSecret,
91
+ oauthClientSecretConfigured,
92
+ oauthRedirectUris,
93
+ oauthAuthorizeUrl,
94
+ oauthTokenUrl,
95
+ installUrl,
96
+ brandmark,
97
+ description,
98
+ };
99
+ ```
100
+
101
+ [[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,63 @@
1
+ # AppDetailsDTO
2
+
3
+ Detailed DTO representing an application with all available configuration and visibility metadata for the current company context
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **title** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | Short marketplace description shown on app cards and detail pages | [optional] [default to undefined]
11
+ **image** | **string** | | [optional] [default to undefined]
12
+ **brandColor** | **string** | Hex accent color (#RRGGBB) for installed app-bar action buttons and toolbar icons | [optional] [default to undefined]
13
+ **textColor** | **string** | Hex text color (#RRGGBB) for text on brand-colored marketplace UI elements | [optional] [default to undefined]
14
+ **url** | **string** | | [optional] [default to undefined]
15
+ **category** | **string** | Main marketplace category key from GET /api/v2/apps/categories | [optional] [default to undefined]
16
+ **subcategories** | **Array&lt;string&gt;** | Selected subcategory keys under the main category | [optional] [default to undefined]
17
+ **privacyPolicy** | **string** | | [optional] [default to undefined]
18
+ **termsAndConditions** | **string** | | [optional] [default to undefined]
19
+ **processingAgreement** | **string** | | [optional] [default to undefined]
20
+ **disclaimer** | **string** | | [optional] [default to undefined]
21
+ **uuid** | **string** | Unique identifier for the entity | [default to undefined]
22
+ **name** | **string** | The name of the entity | [default to undefined]
23
+ **label** | **string** | Display label for the entity, can be different from name | [optional] [default to undefined]
24
+ **createdAt** | **number** | Unix timestamp when the entity was created | [optional] [default to undefined]
25
+ **createdBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who created the entity | [optional] [default to undefined]
26
+ **updatedAt** | **number** | Unix timestamp when the entity was last updated | [optional] [default to undefined]
27
+ **updatedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who last updated the entity | [optional] [default to undefined]
28
+ **deletedAt** | **number** | Unix timestamp when the entity was deleted (null if not deleted) | [optional] [default to undefined]
29
+ **deletedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who deleted the entity | [optional] [default to undefined]
30
+ **index** | **number** | Index number for ordering entities | [optional] [default to undefined]
31
+
32
+ ## Example
33
+
34
+ ```typescript
35
+ import { AppDetailsDTO } from '@caraer/client';
36
+
37
+ const instance: AppDetailsDTO = {
38
+ title,
39
+ description,
40
+ image,
41
+ brandColor,
42
+ textColor,
43
+ url,
44
+ category,
45
+ subcategories,
46
+ privacyPolicy,
47
+ termsAndConditions,
48
+ processingAgreement,
49
+ disclaimer,
50
+ uuid,
51
+ name,
52
+ label,
53
+ createdAt,
54
+ createdBy,
55
+ updatedAt,
56
+ updatedBy,
57
+ deletedAt,
58
+ deletedBy,
59
+ index,
60
+ };
61
+ ```
62
+
63
+ [[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,55 @@
1
+ # AppPricingDTO
2
+
3
+ Data transfer object for app pricing (flat or tiered)
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
+ **title** | **string** | Pricing title | [optional] [default to undefined]
20
+ **description** | **string** | Pricing description | [optional] [default to undefined]
21
+ **pricingType** | **string** | Pricing type: TIERED or FLAT | [optional] [default to undefined]
22
+ **pricePerUnit** | **string** | Price per unit (FLAT, e.g. 10.00) | [optional] [default to undefined]
23
+ **unit** | **string** | Unit label (FLAT, e.g. document) | [optional] [default to undefined]
24
+ **freeUnits** | **string** | Free units included (FLAT, e.g. 100) | [optional] [default to undefined]
25
+ **freeUnitsPeriod** | **string** | Free units period (FLAT, e.g. month) | [optional] [default to undefined]
26
+ **tiers** | [**Array&lt;AppTierDTO&gt;**](AppTierDTO.md) | Tiers for tiered pricing (TIERED) | [optional] [default to undefined]
27
+
28
+ ## Example
29
+
30
+ ```typescript
31
+ import { AppPricingDTO } from '@caraer/client';
32
+
33
+ const instance: AppPricingDTO = {
34
+ uuid,
35
+ name,
36
+ label,
37
+ createdAt,
38
+ createdBy,
39
+ updatedAt,
40
+ updatedBy,
41
+ deletedAt,
42
+ deletedBy,
43
+ index,
44
+ title,
45
+ description,
46
+ pricingType,
47
+ pricePerUnit,
48
+ unit,
49
+ freeUnits,
50
+ freeUnitsPeriod,
51
+ tiers,
52
+ };
53
+ ```
54
+
55
+ [[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,51 @@
1
+ # AppPublishDTO
2
+
3
+ Publish and review state for a public app in the marketplace
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
+ **publishState** | **string** | Publish state: DRAFT, SUBMITTED, IN_REVIEW, APPROVED, PUBLISHED, REJECTED, CHANGES_REQUESTED | [optional] [default to undefined]
20
+ **submittedAt** | **number** | Timestamp when developer submitted for review | [optional] [default to undefined]
21
+ **reviewedAt** | **number** | Timestamp when review was completed | [optional] [default to undefined]
22
+ **publishedAt** | **number** | Timestamp when app went live in marketplace | [optional] [default to undefined]
23
+ **feedback** | **string** | Feedback shown to developer (e.g. rejection reason) | [optional] [default to undefined]
24
+ **reviewerNotes** | **string** | Internal reviewer notes (admin only, not exposed to developer) | [optional] [default to undefined]
25
+
26
+ ## Example
27
+
28
+ ```typescript
29
+ import { AppPublishDTO } from '@caraer/client';
30
+
31
+ const instance: AppPublishDTO = {
32
+ uuid,
33
+ name,
34
+ label,
35
+ createdAt,
36
+ createdBy,
37
+ updatedAt,
38
+ updatedBy,
39
+ deletedAt,
40
+ deletedBy,
41
+ index,
42
+ publishState,
43
+ submittedAt,
44
+ reviewedAt,
45
+ publishedAt,
46
+ feedback,
47
+ reviewerNotes,
48
+ };
49
+ ```
50
+
51
+ [[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,21 @@
1
+ # AppRequest
2
+
3
+ Settings required to uninstall the application
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **settings** | [**Array&lt;AppSettingFieldSchema&gt;**](AppSettingFieldSchema.md) | A map of configuration settings. The keys are strings representing the setting names, and the values represent the setting values, which can be different types. | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { AppRequest } from '@caraer/client';
15
+
16
+ const instance: AppRequest = {
17
+ settings,
18
+ };
19
+ ```
20
+
21
+ [[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
+ # AppSettingFieldMappingStructure
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **objectName** | **string** | | [optional] [default to undefined]
9
+ **items** | [**Array&lt;AppSettingFieldMappingStructureItem&gt;**](AppSettingFieldMappingStructureItem.md) | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { AppSettingFieldMappingStructure } from '@caraer/client';
15
+
16
+ const instance: AppSettingFieldMappingStructure = {
17
+ objectName,
18
+ items,
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,32 @@
1
+ # AppSettingFieldMappingStructureItem
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **fieldLabel** | **string** | | [optional] [default to undefined]
9
+ **fieldName** | **string** | | [optional] [default to undefined]
10
+ **fieldHelpText** | **string** | | [optional] [default to undefined]
11
+ **isRequired** | **boolean** | | [optional] [default to undefined]
12
+ **allowedPropertyTypes** | **Array&lt;string&gt;** | | [optional] [default to undefined]
13
+ **allowedPropertyFormats** | **Array&lt;string&gt;** | | [optional] [default to undefined]
14
+ **propertyName** | **string** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { AppSettingFieldMappingStructureItem } from '@caraer/client';
20
+
21
+ const instance: AppSettingFieldMappingStructureItem = {
22
+ fieldLabel,
23
+ fieldName,
24
+ fieldHelpText,
25
+ isRequired,
26
+ allowedPropertyTypes,
27
+ allowedPropertyFormats,
28
+ propertyName,
29
+ };
30
+ ```
31
+
32
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)