@caraer/client 2.0.437 → 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 (122) hide show
  1. package/.openapi-generator/FILES +87 -2
  2. package/api.ts +1952 -755
  3. package/dist/api.d.ts +2039 -713
  4. package/dist/api.js +471 -465
  5. package/dist/esm/api.d.ts +2039 -713
  6. package/dist/esm/api.js +468 -462
  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 +128 -58
  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 +4 -4
  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/RecordPaginationRequest.md +37 -0
  59. package/docs/RecordsApi.md +141 -60
  60. package/docs/RelationsApi.md +82 -48
  61. package/docs/SearchRequest.md +29 -0
  62. package/docs/ServerlessFunctionsApi.md +42 -16
  63. package/docs/ShowResponse.md +3 -3
  64. package/docs/ShowResponseAnalyticsDashboardConfig.md +23 -0
  65. package/docs/ShowResponseAppBarIframeSessionContextDTO.md +23 -0
  66. package/docs/ShowResponseAppBarIframeSessionTokenDTO.md +23 -0
  67. package/docs/ShowResponseAppDTO.md +23 -0
  68. package/docs/ShowResponseBillingStatusDTO.md +23 -0
  69. package/docs/ShowResponseCaraerObjectDTO.md +23 -0
  70. package/docs/ShowResponseCompanyDTO.md +23 -0
  71. package/docs/ShowResponseDeveloperProjectDTO.md +23 -0
  72. package/docs/ShowResponseDigitalIdentityDTO.md +23 -0
  73. package/docs/ShowResponseFeedDTO.md +23 -0
  74. package/docs/ShowResponseFormDTO.md +23 -0
  75. package/docs/ShowResponseListEnvironmentDTO.md +23 -0
  76. package/docs/ShowResponseListFormObjectSummaryDTO.md +23 -0
  77. package/docs/ShowResponseListInstalledAppBarDTO.md +23 -0
  78. package/docs/ShowResponseListPropertyDTO.md +23 -0
  79. package/docs/ShowResponseListWebpagePickerItemDTO.md +23 -0
  80. package/docs/ShowResponseLoadAppSettingOptionsResponse.md +23 -0
  81. package/docs/ShowResponseMapStringAnalyticsDashboardConfig.md +23 -0
  82. package/docs/ShowResponseMapStringBoolean.md +23 -0
  83. package/docs/ShowResponseMapStringString.md +23 -0
  84. package/docs/ShowResponsePageContentDTO.md +23 -0
  85. package/docs/ShowResponsePreviewDTO.md +23 -0
  86. package/docs/ShowResponsePropertyDTO.md +23 -0
  87. package/docs/ShowResponsePublicFormDTO.md +23 -0
  88. package/docs/ShowResponseRelationDTO.md +23 -0
  89. package/docs/ShowResponseSavedFilterDTO.md +23 -0
  90. package/docs/ShowResponseServerlessFunctionDTO.md +23 -0
  91. package/docs/ShowResponseString.md +23 -0
  92. package/docs/ShowResponseSubscribeWebhookDTO.md +23 -0
  93. package/docs/ShowResponseTemplateWebpageDTO.md +23 -0
  94. package/docs/ShowResponseTraitDTO.md +23 -0
  95. package/docs/ShowResponseViewDTO.md +23 -0
  96. package/docs/ShowResponseWebMenuDTO.md +23 -0
  97. package/docs/ShowResponseWebsiteSettingsDTO.md +23 -0
  98. package/docs/SuccessResponseAggregateResponse.md +23 -0
  99. package/docs/SuccessResponseCollectionRelation.md +23 -0
  100. package/docs/SuccessResponseCompanyDTO.md +23 -0
  101. package/docs/{SuccessResponse.md → SuccessResponseFeedDTO.md} +4 -4
  102. package/docs/SuccessResponseFlow.md +23 -0
  103. package/docs/SuccessResponseListAggregateResponse.md +23 -0
  104. package/docs/SuccessResponseListCaraerObjectDTO.md +23 -0
  105. package/docs/SuccessResponseListDeveloperSandboxDTO.md +23 -0
  106. package/docs/SuccessResponseListMapStringObject.md +23 -0
  107. package/docs/SuccessResponseListProjectBuildDTO.md +23 -0
  108. package/docs/SuccessResponseListProjectDeployDTO.md +23 -0
  109. package/docs/SuccessResponseListPropertyDTO.md +23 -0
  110. package/docs/SuccessResponseListString.md +23 -0
  111. package/docs/SuccessResponseMapStringInteger.md +23 -0
  112. package/docs/SuccessResponseMapStringObject.md +23 -0
  113. package/docs/SuccessResponseObject.md +23 -0
  114. package/docs/SuccessResponseSuggestAnalyticsWidgetsResponse.md +23 -0
  115. package/docs/SuccessResponseTable.md +23 -0
  116. package/docs/SyncApi.md +27 -9
  117. package/docs/TraitsApi.md +41 -23
  118. package/docs/UpdateResponseFeedDTO.md +23 -0
  119. package/docs/ViewsApi.md +44 -26
  120. package/docs/WebMenusApi.md +30 -12
  121. package/docs/WebpagesApi.md +128 -24
  122. package/package.json +1 -1
@@ -0,0 +1,23 @@
1
+ # ShowResponseAppBarIframeSessionContextDTO
2
+
3
+ Success response (ShowResponseAppBarIframeSessionContextDTO).
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 { ShowResponseAppBarIframeSessionContextDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseAppBarIframeSessionContextDTO = {
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
+ # ShowResponseAppBarIframeSessionTokenDTO
2
+
3
+ Success response (ShowResponseAppBarIframeSessionTokenDTO).
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 { ShowResponseAppBarIframeSessionTokenDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseAppBarIframeSessionTokenDTO = {
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
+ # ShowResponseAppDTO
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** | [**AppDTO**](AppDTO.md) | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ShowResponseAppDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseAppDTO = {
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
+ # ShowResponseBillingStatusDTO
2
+
3
+ Success response (ShowResponseBillingStatusDTO).
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 { ShowResponseBillingStatusDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseBillingStatusDTO = {
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
+ # ShowResponseCaraerObjectDTO
2
+
3
+ Success response (ShowResponseCaraerObjectDTO).
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 { ShowResponseCaraerObjectDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseCaraerObjectDTO = {
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
+ # ShowResponseCompanyDTO
2
+
3
+ Success response (ShowResponseCompanyDTO).
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 { ShowResponseCompanyDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseCompanyDTO = {
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
+ # ShowResponseDeveloperProjectDTO
2
+
3
+ Success response (ShowResponseDeveloperProjectDTO).
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 { ShowResponseDeveloperProjectDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseDeveloperProjectDTO = {
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
+ # ShowResponseDigitalIdentityDTO
2
+
3
+ Success response (ShowResponseDigitalIdentityDTO).
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 { ShowResponseDigitalIdentityDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseDigitalIdentityDTO = {
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
+ # ShowResponseFeedDTO
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** | [**FeedDTO**](FeedDTO.md) | The data payload of the response, if any. | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ShowResponseFeedDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseFeedDTO = {
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
+ # ShowResponseFormDTO
2
+
3
+ Success response (ShowResponseFormDTO).
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 { ShowResponseFormDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseFormDTO = {
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
+ # ShowResponseListEnvironmentDTO
2
+
3
+ Success response (ShowResponseListEnvironmentDTO).
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 { ShowResponseListEnvironmentDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseListEnvironmentDTO = {
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
+ # ShowResponseListFormObjectSummaryDTO
2
+
3
+ Success response (ShowResponseListFormObjectSummaryDTO).
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 { ShowResponseListFormObjectSummaryDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseListFormObjectSummaryDTO = {
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
+ # ShowResponseListInstalledAppBarDTO
2
+
3
+ Success response (ShowResponseListInstalledAppBarDTO).
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 { ShowResponseListInstalledAppBarDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseListInstalledAppBarDTO = {
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
+ # ShowResponseListPropertyDTO
2
+
3
+ Success response (ShowResponseListPropertyDTO).
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 { ShowResponseListPropertyDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseListPropertyDTO = {
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
+ # ShowResponseListWebpagePickerItemDTO
2
+
3
+ Success response (ShowResponseListWebpagePickerItemDTO).
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 { ShowResponseListWebpagePickerItemDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseListWebpagePickerItemDTO = {
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
+ # ShowResponseLoadAppSettingOptionsResponse
2
+
3
+ Success response (ShowResponseLoadAppSettingOptionsResponse).
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 { ShowResponseLoadAppSettingOptionsResponse } from '@caraer/client';
16
+
17
+ const instance: ShowResponseLoadAppSettingOptionsResponse = {
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
+ # ShowResponseMapStringAnalyticsDashboardConfig
2
+
3
+ Success response (ShowResponseMapStringAnalyticsDashboardConfig).
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 { ShowResponseMapStringAnalyticsDashboardConfig } from '@caraer/client';
16
+
17
+ const instance: ShowResponseMapStringAnalyticsDashboardConfig = {
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
+ # ShowResponseMapStringBoolean
2
+
3
+ Success response (ShowResponseMapStringBoolean).
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 { ShowResponseMapStringBoolean } from '@caraer/client';
16
+
17
+ const instance: ShowResponseMapStringBoolean = {
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
+ # ShowResponseMapStringString
2
+
3
+ Success response (ShowResponseMapStringString).
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 { ShowResponseMapStringString } from '@caraer/client';
16
+
17
+ const instance: ShowResponseMapStringString = {
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
+ # ShowResponsePageContentDTO
2
+
3
+ Success response (ShowResponsePageContentDTO).
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 { ShowResponsePageContentDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponsePageContentDTO = {
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
+ # ShowResponsePreviewDTO
2
+
3
+ Success response (ShowResponsePreviewDTO).
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 { ShowResponsePreviewDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponsePreviewDTO = {
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
+ # ShowResponsePropertyDTO
2
+
3
+ Success response (ShowResponsePropertyDTO).
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 { ShowResponsePropertyDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponsePropertyDTO = {
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
+ # ShowResponsePublicFormDTO
2
+
3
+ Success response (ShowResponsePublicFormDTO).
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 { ShowResponsePublicFormDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponsePublicFormDTO = {
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
+ # ShowResponseRelationDTO
2
+
3
+ Success response (ShowResponseRelationDTO).
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 { ShowResponseRelationDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseRelationDTO = {
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
+ # ShowResponseSavedFilterDTO
2
+
3
+ Success response (ShowResponseSavedFilterDTO).
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 { ShowResponseSavedFilterDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseSavedFilterDTO = {
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
+ # ShowResponseServerlessFunctionDTO
2
+
3
+ Success response (ShowResponseServerlessFunctionDTO).
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 { ShowResponseServerlessFunctionDTO } from '@caraer/client';
16
+
17
+ const instance: ShowResponseServerlessFunctionDTO = {
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
+ # 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)