@caraer/client 2.0.436 → 2.0.441

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/.openapi-generator/FILES +87 -2
  2. package/api.ts +1960 -763
  3. package/dist/api.d.ts +2048 -722
  4. package/dist/api.js +479 -473
  5. package/dist/esm/api.d.ts +2048 -722
  6. package/dist/esm/api.js +476 -470
  7. package/docs/AppBarIframeSessionsApi.md +10 -4
  8. package/docs/AppBarsApi.md +11 -4
  9. package/docs/AppInstallationRuntimeApi.md +58 -0
  10. package/docs/ApplicationsApi.md +132 -62
  11. package/docs/AutomationsApi.md +6 -4
  12. package/docs/BillingApi.md +10 -4
  13. package/docs/CRUD.md +24 -0
  14. package/docs/CompanyApi.md +44 -18
  15. package/docs/CreateResponseFeedDTO.md +23 -0
  16. package/docs/CreateResponseMapStringString.md +23 -0
  17. package/docs/DeleteResponseFeedDTO.md +23 -0
  18. package/docs/DeveloperProjectsApi.md +31 -6
  19. package/docs/DeveloperSandboxDTO.md +43 -0
  20. package/docs/DeveloperSandboxesApi.md +12 -2
  21. package/docs/ErrorResponse.md +3 -3
  22. package/docs/ExistingWidgetSummary.md +2 -2
  23. package/docs/FeedsApi.md +11 -6
  24. package/docs/FileManagementApi.md +19 -9
  25. package/docs/FilterApi.md +21 -8
  26. package/docs/FlowPaginationRequest.md +43 -0
  27. package/docs/FormsApi.md +95 -56
  28. package/docs/ModuleApi.md +61 -38
  29. package/docs/NotificationsApi.md +15 -2
  30. package/docs/ObjectsApi.md +80 -39
  31. package/docs/PaginationRequest.md +31 -0
  32. package/docs/PaginationResponseAppDTO.md +31 -0
  33. package/docs/PaginationResponseCaraerObjectDTO.md +31 -0
  34. package/docs/PaginationResponseCompanyDTO.md +31 -0
  35. package/docs/{PaginationResponse.md → PaginationResponseFeedDTO.md} +4 -4
  36. package/docs/PaginationResponseFormDTO.md +31 -0
  37. package/docs/PaginationResponseMapStringObject.md +31 -0
  38. package/docs/PaginationResponseObject.md +31 -0
  39. package/docs/PaginationResponsePageContentDTO.md +31 -0
  40. package/docs/PaginationResponsePropertyCalculationTypeDTO.md +31 -0
  41. package/docs/PaginationResponsePropertyDTO.md +31 -0
  42. package/docs/PaginationResponsePropertyFormat.md +31 -0
  43. package/docs/PaginationResponsePropertyOption.md +31 -0
  44. package/docs/PaginationResponsePublicEnvironmentDTO.md +31 -0
  45. package/docs/PaginationResponsePublicFormDTO.md +31 -0
  46. package/docs/PaginationResponseRelationDTO.md +31 -0
  47. package/docs/PaginationResponseSavedFilterDTO.md +31 -0
  48. package/docs/PaginationResponseServerlessFunctionDTO.md +31 -0
  49. package/docs/PaginationResponseSubscribeWebhookDTO.md +31 -0
  50. package/docs/PaginationResponseSyncDTO.md +31 -0
  51. package/docs/PaginationResponseTraitDTO.md +31 -0
  52. package/docs/PaginationResponseViewDTO.md +31 -0
  53. package/docs/PaginationResponseWebMenuDTO.md +31 -0
  54. package/docs/ProjectBuildDTO.md +55 -0
  55. package/docs/ProjectDeployDTO.md +53 -0
  56. package/docs/PropertyApi.md +84 -47
  57. package/docs/PublicFormDTO.md +55 -0
  58. package/docs/Record.md +2 -2
  59. package/docs/RecordPaginationRequest.md +37 -0
  60. package/docs/RecordsApi.md +141 -60
  61. package/docs/RelationsApi.md +82 -48
  62. package/docs/SearchRequest.md +29 -0
  63. package/docs/ServerlessFunctionsApi.md +42 -16
  64. package/docs/SettingField.md +2 -2
  65. package/docs/ShowResponse.md +3 -3
  66. package/docs/ShowResponseAnalyticsDashboardConfig.md +23 -0
  67. package/docs/ShowResponseAppBarIframeSessionContextDTO.md +23 -0
  68. package/docs/ShowResponseAppBarIframeSessionTokenDTO.md +23 -0
  69. package/docs/ShowResponseAppDTO.md +23 -0
  70. package/docs/ShowResponseBillingStatusDTO.md +23 -0
  71. package/docs/ShowResponseCaraerObjectDTO.md +23 -0
  72. package/docs/ShowResponseCompanyDTO.md +23 -0
  73. package/docs/ShowResponseDeveloperProjectDTO.md +23 -0
  74. package/docs/ShowResponseDigitalIdentityDTO.md +23 -0
  75. package/docs/ShowResponseFeedDTO.md +23 -0
  76. package/docs/ShowResponseFormDTO.md +23 -0
  77. package/docs/ShowResponseListEnvironmentDTO.md +23 -0
  78. package/docs/ShowResponseListFormObjectSummaryDTO.md +23 -0
  79. package/docs/ShowResponseListInstalledAppBarDTO.md +23 -0
  80. package/docs/ShowResponseListPropertyDTO.md +23 -0
  81. package/docs/ShowResponseListWebpagePickerItemDTO.md +23 -0
  82. package/docs/ShowResponseLoadAppSettingOptionsResponse.md +23 -0
  83. package/docs/ShowResponseMapStringAnalyticsDashboardConfig.md +23 -0
  84. package/docs/ShowResponseMapStringBoolean.md +23 -0
  85. package/docs/ShowResponseMapStringString.md +23 -0
  86. package/docs/ShowResponsePageContentDTO.md +23 -0
  87. package/docs/ShowResponsePreviewDTO.md +23 -0
  88. package/docs/ShowResponsePropertyDTO.md +23 -0
  89. package/docs/ShowResponsePublicFormDTO.md +23 -0
  90. package/docs/ShowResponseRelationDTO.md +23 -0
  91. package/docs/ShowResponseSavedFilterDTO.md +23 -0
  92. package/docs/ShowResponseServerlessFunctionDTO.md +23 -0
  93. package/docs/ShowResponseString.md +23 -0
  94. package/docs/ShowResponseSubscribeWebhookDTO.md +23 -0
  95. package/docs/ShowResponseTemplateWebpageDTO.md +23 -0
  96. package/docs/ShowResponseTraitDTO.md +23 -0
  97. package/docs/ShowResponseViewDTO.md +23 -0
  98. package/docs/ShowResponseWebMenuDTO.md +23 -0
  99. package/docs/ShowResponseWebsiteSettingsDTO.md +23 -0
  100. package/docs/SuccessResponseAggregateResponse.md +23 -0
  101. package/docs/SuccessResponseCollectionRelation.md +23 -0
  102. package/docs/SuccessResponseCompanyDTO.md +23 -0
  103. package/docs/{SuccessResponse.md → SuccessResponseFeedDTO.md} +4 -4
  104. package/docs/SuccessResponseFlow.md +23 -0
  105. package/docs/SuccessResponseListAggregateResponse.md +23 -0
  106. package/docs/SuccessResponseListCaraerObjectDTO.md +23 -0
  107. package/docs/SuccessResponseListDeveloperSandboxDTO.md +23 -0
  108. package/docs/SuccessResponseListMapStringObject.md +23 -0
  109. package/docs/SuccessResponseListProjectBuildDTO.md +23 -0
  110. package/docs/SuccessResponseListProjectDeployDTO.md +23 -0
  111. package/docs/SuccessResponseListPropertyDTO.md +23 -0
  112. package/docs/SuccessResponseListString.md +23 -0
  113. package/docs/SuccessResponseMapStringInteger.md +23 -0
  114. package/docs/SuccessResponseMapStringObject.md +23 -0
  115. package/docs/SuccessResponseObject.md +23 -0
  116. package/docs/SuccessResponseSuggestAnalyticsWidgetsResponse.md +23 -0
  117. package/docs/SuccessResponseTable.md +23 -0
  118. package/docs/SyncApi.md +27 -9
  119. package/docs/TraitsApi.md +41 -23
  120. package/docs/UpdateResponseFeedDTO.md +23 -0
  121. package/docs/ViewsApi.md +44 -26
  122. package/docs/WebMenusApi.md +30 -12
  123. package/docs/WebpagesApi.md +128 -24
  124. package/package.json +1 -1
@@ -0,0 +1,23 @@
1
+ # ShowResponseString
2
+
3
+ Success response (ShowResponseString).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ShowResponseString } from '@caraer/client';
16
+
17
+ const instance: ShowResponseString = {
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
+ # ShowResponseSubscribeWebhookDTO
2
+
3
+ Success response (ShowResponseSubscribeWebhookDTO).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ShowResponseSubscribeWebhookDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseSubscribeWebhookDTO = {
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
+ # ShowResponseTemplateWebpageDTO
2
+
3
+ Success response (ShowResponseTemplateWebpageDTO).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ShowResponseTemplateWebpageDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseTemplateWebpageDTO = {
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
+ # ShowResponseTraitDTO
2
+
3
+ Success response (ShowResponseTraitDTO).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ShowResponseTraitDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseTraitDTO = {
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
+ # ShowResponseViewDTO
2
+
3
+ Represents the response for viewing or showing a specific resource.
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** | [**ViewDTO**](ViewDTO.md) | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ShowResponseViewDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseViewDTO = {
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
+ # ShowResponseWebMenuDTO
2
+
3
+ Success response (ShowResponseWebMenuDTO).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ShowResponseWebMenuDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseWebMenuDTO = {
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
+ # ShowResponseWebsiteSettingsDTO
2
+
3
+ Success response (ShowResponseWebsiteSettingsDTO).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ShowResponseWebsiteSettingsDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseWebsiteSettingsDTO = {
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
+ # SuccessResponseAggregateResponse
2
+
3
+ Success response (SuccessResponseAggregateResponse).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseAggregateResponse } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseAggregateResponse = {
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
+ # SuccessResponseCollectionRelation
2
+
3
+ Success response (SuccessResponseCollectionRelation).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **Array<object>** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseCollectionRelation } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseCollectionRelation = {
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
+ # SuccessResponseCompanyDTO
2
+
3
+ Represents a standard successful response with a message and optional 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** | [**CompanyDTO**](CompanyDTO.md) | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseCompanyDTO } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseCompanyDTO = {
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)
@@ -1,4 +1,4 @@
1
- # SuccessResponse
1
+ # SuccessResponseFeedDTO
2
2
 
3
3
  Represents a standard successful response with a message and optional data.
4
4
 
@@ -7,14 +7,14 @@ Represents a standard successful response with a message and optional data.
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **message** | **string** | A message detailing the result of the operation. | [optional] [default to undefined]
10
- **data** | **any** | The data payload of the response, if any. | [optional] [default to undefined]
10
+ **data** | [**FeedDTO**](FeedDTO.md) | The data payload of the response, if any. | [optional] [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
14
14
  ```typescript
15
- import { SuccessResponse } from '@caraer/client';
15
+ import { SuccessResponseFeedDTO } from '@caraer/client';
16
16
 
17
- const instance: SuccessResponse = {
17
+ const instance: SuccessResponseFeedDTO = {
18
18
  message,
19
19
  data,
20
20
  };
@@ -0,0 +1,23 @@
1
+ # SuccessResponseFlow
2
+
3
+ Success response (SuccessResponseFlow).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseFlow } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseFlow = {
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
+ # SuccessResponseListAggregateResponse
2
+
3
+ Success response (SuccessResponseListAggregateResponse).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **Array<object>** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseListAggregateResponse } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseListAggregateResponse = {
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
+ # SuccessResponseListCaraerObjectDTO
2
+
3
+ Success response (SuccessResponseListCaraerObjectDTO).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **Array<object>** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseListCaraerObjectDTO } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseListCaraerObjectDTO = {
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
+ # SuccessResponseListDeveloperSandboxDTO
2
+
3
+ Represents a standard successful response with a message and optional 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<DeveloperSandboxDTO>**](DeveloperSandboxDTO.md) | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseListDeveloperSandboxDTO } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseListDeveloperSandboxDTO = {
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
+ # SuccessResponseListMapStringObject
2
+
3
+ Represents a standard successful response with a message and optional 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<{ [key: string]: any | null; }>** | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseListMapStringObject } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseListMapStringObject = {
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
+ # SuccessResponseListProjectBuildDTO
2
+
3
+ Represents a standard successful response with a message and optional 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<ProjectBuildDTO>**](ProjectBuildDTO.md) | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseListProjectBuildDTO } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseListProjectBuildDTO = {
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
+ # SuccessResponseListProjectDeployDTO
2
+
3
+ Represents a standard successful response with a message and optional 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<ProjectDeployDTO>**](ProjectDeployDTO.md) | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseListProjectDeployDTO } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseListProjectDeployDTO = {
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
+ # SuccessResponseListPropertyDTO
2
+
3
+ Success response (SuccessResponseListPropertyDTO).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **Array<object>** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseListPropertyDTO } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseListPropertyDTO = {
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
+ # SuccessResponseListString
2
+
3
+ Represents a standard successful response with a message and optional 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<string>** | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseListString } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseListString = {
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
+ # SuccessResponseMapStringInteger
2
+
3
+ Success response (SuccessResponseMapStringInteger).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseMapStringInteger } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseMapStringInteger = {
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
+ # SuccessResponseMapStringObject
2
+
3
+ Success response (SuccessResponseMapStringObject).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseMapStringObject } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseMapStringObject = {
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
+ # SuccessResponseObject
2
+
3
+ Success response (SuccessResponseObject).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseObject } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseObject = {
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
+ # SuccessResponseSuggestAnalyticsWidgetsResponse
2
+
3
+ Success response (SuccessResponseSuggestAnalyticsWidgetsResponse).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseSuggestAnalyticsWidgetsResponse } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseSuggestAnalyticsWidgetsResponse = {
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
+ # SuccessResponseTable
2
+
3
+ Success response (SuccessResponseTable).
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **data** | **{ [key: string]: any; }** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SuccessResponseTable } from '@caraer/client';
16
+
17
+ const instance: SuccessResponseTable = {
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)