@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,31 @@
1
+ # PaginationResponsePropertyCalculationTypeDTO
2
+
3
+ Paginated response (PaginationResponsePropertyCalculationTypeDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponsePropertyCalculationTypeDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponsePropertyCalculationTypeDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponsePropertyDTO
2
+
3
+ Paginated response (PaginationResponsePropertyDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponsePropertyDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponsePropertyDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponsePropertyFormat
2
+
3
+ Paginated response (PaginationResponsePropertyFormat).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponsePropertyFormat } from '@caraer/client';
20
+
21
+ const instance: PaginationResponsePropertyFormat = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponsePropertyOption
2
+
3
+ Response object for paginated data.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | A message detailing the result of the operation. | [optional] [default to undefined]
10
+ **data** | [**Array<PropertyOption>**](PropertyOption.md) | The data returned in the current page of the pagination. | [optional] [default to undefined]
11
+ **total** | **number** | The total number of items available. | [optional] [default to undefined]
12
+ **page** | **number** | The current page number (starts from 1). | [optional] [default to undefined]
13
+ **perPage** | **number** | The number of items displayed per page. | [optional] [default to undefined]
14
+ **lastPage** | **number** | The last page number available for the pagination. | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponsePropertyOption } from '@caraer/client';
20
+
21
+ const instance: PaginationResponsePropertyOption = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponsePublicEnvironmentDTO
2
+
3
+ Paginated response (PaginationResponsePublicEnvironmentDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponsePublicEnvironmentDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponsePublicEnvironmentDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponsePublicFormDTO
2
+
3
+ Response object for paginated data.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **message** | **string** | A message detailing the result of the operation. | [optional] [default to undefined]
10
+ **data** | [**Array<PublicFormDTO>**](PublicFormDTO.md) | The data returned in the current page of the pagination. | [optional] [default to undefined]
11
+ **total** | **number** | The total number of items available. | [optional] [default to undefined]
12
+ **page** | **number** | The current page number (starts from 1). | [optional] [default to undefined]
13
+ **perPage** | **number** | The number of items displayed per page. | [optional] [default to undefined]
14
+ **lastPage** | **number** | The last page number available for the pagination. | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponsePublicFormDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponsePublicFormDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponseRelationDTO
2
+
3
+ Paginated response (PaginationResponseRelationDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponseRelationDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponseRelationDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponseSavedFilterDTO
2
+
3
+ Paginated response (PaginationResponseSavedFilterDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponseSavedFilterDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponseSavedFilterDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponseServerlessFunctionDTO
2
+
3
+ Paginated response (PaginationResponseServerlessFunctionDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponseServerlessFunctionDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponseServerlessFunctionDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponseSubscribeWebhookDTO
2
+
3
+ Paginated response (PaginationResponseSubscribeWebhookDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponseSubscribeWebhookDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponseSubscribeWebhookDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponseSyncDTO
2
+
3
+ Paginated response (PaginationResponseSyncDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponseSyncDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponseSyncDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponseTraitDTO
2
+
3
+ Paginated response (PaginationResponseTraitDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponseTraitDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponseTraitDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponseViewDTO
2
+
3
+ Paginated response (PaginationResponseViewDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponseViewDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponseViewDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # PaginationResponseWebMenuDTO
2
+
3
+ Paginated response (PaginationResponseWebMenuDTO).
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
+ **total** | **number** | | [optional] [default to undefined]
12
+ **page** | **number** | | [optional] [default to undefined]
13
+ **perPage** | **number** | | [optional] [default to undefined]
14
+ **lastPage** | **number** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { PaginationResponseWebMenuDTO } from '@caraer/client';
20
+
21
+ const instance: PaginationResponseWebMenuDTO = {
22
+ message,
23
+ data,
24
+ total,
25
+ page,
26
+ perPage,
27
+ lastPage,
28
+ };
29
+ ```
30
+
31
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,55 @@
1
+ # ProjectBuildDTO
2
+
3
+ Data transfer object for a developer project build artifact.
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
+ **projectUuid** | **string** | UUID of the owning developer project | [optional] [default to undefined]
20
+ **status** | **string** | PENDING, READY, or FAILED | [optional] [default to undefined]
21
+ **target** | **string** | production or sandbox | [optional] [default to undefined]
22
+ **artifactGcsPath** | **string** | GCS object path of the uploaded build archive | [optional] [default to undefined]
23
+ **manifestJson** | **string** | Parsed build manifest (functions, webhooks, app fields), serialized as JSON | [optional] [default to undefined]
24
+ **errorMessage** | **string** | Error message if the build failed | [optional] [default to undefined]
25
+ **version** | **string** | Semantic version for this build | [optional] [default to undefined]
26
+ **releaseNotes** | **string** | Release notes for this build | [optional] [default to undefined]
27
+
28
+ ## Example
29
+
30
+ ```typescript
31
+ import { ProjectBuildDTO } from '@caraer/client';
32
+
33
+ const instance: ProjectBuildDTO = {
34
+ uuid,
35
+ name,
36
+ label,
37
+ createdAt,
38
+ createdBy,
39
+ updatedAt,
40
+ updatedBy,
41
+ deletedAt,
42
+ deletedBy,
43
+ index,
44
+ projectUuid,
45
+ status,
46
+ target,
47
+ artifactGcsPath,
48
+ manifestJson,
49
+ errorMessage,
50
+ version,
51
+ releaseNotes,
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,53 @@
1
+ # ProjectDeployDTO
2
+
3
+ Data transfer object for a developer project deploy.
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
+ **projectUuid** | **string** | UUID of the owning developer project | [optional] [default to undefined]
20
+ **buildUuid** | **string** | UUID of the build that was deployed | [optional] [default to undefined]
21
+ **version** | **string** | Semantic version of the deployed build | [optional] [default to undefined]
22
+ **status** | **string** | PENDING, SUCCEEDED, FAILED, or PARTIAL | [optional] [default to undefined]
23
+ **target** | **string** | production or sandbox | [optional] [default to undefined]
24
+ **resultsJson** | **string** | Per-component reconciliation results (app, functions, webhooks), serialized as JSON | [optional] [default to undefined]
25
+ **activatedAt** | **number** | Unix timestamp (ms) when this deploy was activated | [optional] [default to undefined]
26
+
27
+ ## Example
28
+
29
+ ```typescript
30
+ import { ProjectDeployDTO } from '@caraer/client';
31
+
32
+ const instance: ProjectDeployDTO = {
33
+ uuid,
34
+ name,
35
+ label,
36
+ createdAt,
37
+ createdBy,
38
+ updatedAt,
39
+ updatedBy,
40
+ deletedAt,
41
+ deletedBy,
42
+ index,
43
+ projectUuid,
44
+ buildUuid,
45
+ version,
46
+ status,
47
+ target,
48
+ resultsJson,
49
+ activatedAt,
50
+ };
51
+ ```
52
+
53
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)