@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.
- package/.openapi-generator/FILES +189 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +5 -0
- package/LICENSE +21 -0
- package/README.md +25 -0
- package/api.ts +21719 -0
- package/base.ts +62 -0
- package/common.ts +127 -0
- package/configuration.ts +121 -0
- package/dist/api.d.ts +12770 -0
- package/dist/api.js +15923 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +34 -0
- package/dist/common.js +139 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +12770 -0
- package/dist/esm/api.js +15835 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +34 -0
- package/dist/esm/common.js +126 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.js +15 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +31 -0
- package/docs/AccessGrantTargetDTO.md +25 -0
- package/docs/AppBarDTO.md +55 -0
- package/docs/AppBarIframeSessionRequest.md +29 -0
- package/docs/AppBarIframeSessionValidateRequest.md +21 -0
- package/docs/AppBarIframeSessionsApi.md +119 -0
- package/docs/AppBarTriggerRequest.md +31 -0
- package/docs/AppBarVisibilityEntry.md +22 -0
- package/docs/AppBarsApi.md +130 -0
- package/docs/AppDTO.md +101 -0
- package/docs/AppDetailsDTO.md +63 -0
- package/docs/AppPricingDTO.md +55 -0
- package/docs/AppPublishDTO.md +51 -0
- package/docs/AppRequest.md +21 -0
- package/docs/AppSettingFieldMappingStructure.md +22 -0
- package/docs/AppSettingFieldMappingStructureItem.md +32 -0
- package/docs/AppSettingFieldSchema.md +40 -0
- package/docs/AppSettingOptionsSource.md +28 -0
- package/docs/AppTierDTO.md +49 -0
- package/docs/ApplicationsApi.md +1422 -0
- package/docs/AutomationsApi.md +54 -0
- package/docs/BillingSettingsDTO.md +51 -0
- package/docs/CaraerErrorType.md +24 -0
- package/docs/CaraerObjectDTO.md +65 -0
- package/docs/CompanyApi.md +538 -0
- package/docs/CompanyDTO.md +47 -0
- package/docs/CompanyDetailsDTO.md +75 -0
- package/docs/CopyPropertiesToObjectRequest.md +20 -0
- package/docs/CopyPropertyToEnvironmentsRequest.md +28 -0
- package/docs/CreateCompanyRequest.md +29 -0
- package/docs/CreateOrUpdateEnvironmentRequest.md +22 -0
- package/docs/CreatePrivateAppRequest.md +27 -0
- package/docs/CreateResponse.md +23 -0
- package/docs/CreateResponseSignedUrlResultDTO.md +23 -0
- package/docs/CreateSignedUrlRequest.md +20 -0
- package/docs/Currency.md +18 -0
- package/docs/CurrencyRange.md +18 -0
- package/docs/CursorLocation.md +25 -0
- package/docs/CustomFontDTO.md +22 -0
- package/docs/Date.md +18 -0
- package/docs/DeleteResponse.md +23 -0
- package/docs/DeleteResponseString.md +23 -0
- package/docs/DigitalIdentityDTO.md +115 -0
- package/docs/Duration.md +18 -0
- package/docs/Email.md +18 -0
- package/docs/EngagementBatchRequest.md +24 -0
- package/docs/ErrorResponse.md +31 -0
- package/docs/FeedDTO.md +66 -0
- package/docs/FeedsApi.md +58 -0
- package/docs/File.md +18 -0
- package/docs/FileManagementApi.md +228 -0
- package/docs/FilledProperty.md +28 -0
- package/docs/Filter.md +21 -0
- package/docs/FilterApi.md +286 -0
- package/docs/FilterGroup.md +21 -0
- package/docs/FilterItem.md +33 -0
- package/docs/FontVariantDTO.md +24 -0
- package/docs/FormDTO.md +59 -0
- package/docs/FormItemDTO.md +31 -0
- package/docs/FormRelationDTO.md +31 -0
- package/docs/FormWithAiPromptDTO.md +61 -0
- package/docs/FormsApi.md +864 -0
- package/docs/GridItemDTO.md +31 -0
- package/docs/GridItemSettingsDTO.md +49 -0
- package/docs/HasAppDTO.md +37 -0
- package/docs/InstallAppRequest.md +29 -0
- package/docs/Leadscore.md +37 -0
- package/docs/LinkedProperty.md +20 -0
- package/docs/LoadAppSettingOptionsRequest.md +27 -0
- package/docs/LoginRequest.md +22 -0
- package/docs/MappingDTO.md +50 -0
- package/docs/MappingItemDTO.md +46 -0
- package/docs/ModuleApi.md +561 -0
- package/docs/MorphRecordRequest.md +21 -0
- package/docs/MultiLine.md +18 -0
- package/docs/MultiSelect.md +18 -0
- package/docs/MultiValueMapStringString.md +22 -0
- package/docs/NotFoundError.md +42 -0
- package/docs/NotFoundErrorCause.md +24 -0
- package/docs/NotFoundErrorCauseStackTraceInner.md +34 -0
- package/docs/NotificationsApi.md +211 -0
- package/docs/Number.md +18 -0
- package/docs/NumberRange.md +18 -0
- package/docs/ObjectAccessGrantCandidatesDTO.md +25 -0
- package/docs/ObjectAccessGrantRequestDTO.md +25 -0
- package/docs/ObjectAccessGrantSectionDTO.md +25 -0
- package/docs/ObjectsApi.md +878 -0
- package/docs/PageContentDTO.md +73 -0
- package/docs/PageContentSettingsDTO.md +111 -0
- package/docs/PageContentStylingDTO.md +26 -0
- package/docs/PaginationResponse.md +31 -0
- package/docs/PaginationResponsePreviewDTO.md +31 -0
- package/docs/PaginationResponseWebpageAccessGrantDTO.md +31 -0
- package/docs/Phone.md +18 -0
- package/docs/PreviewDTO.md +77 -0
- package/docs/PreviewItemDTO.md +43 -0
- package/docs/PreviewItemSettingsDTO.md +43 -0
- package/docs/PreviewRelatedObjectDTO.md +23 -0
- package/docs/PropertyApi.md +803 -0
- package/docs/PropertyDTO.md +77 -0
- package/docs/PropertyDTOFormat.md +35 -0
- package/docs/PropertyFormat.md +32 -0
- package/docs/PropertyOption.md +30 -0
- package/docs/PublicUserDTO.md +36 -0
- package/docs/Record.md +48 -0
- package/docs/RecordDTO.md +45 -0
- package/docs/RecordRelationRequestDTO.md +33 -0
- package/docs/RecordsApi.md +948 -0
- package/docs/Reference.md +26 -0
- package/docs/RegisterRequest.md +26 -0
- package/docs/RelationDTO.md +47 -0
- package/docs/RelationsApi.md +627 -0
- package/docs/ResetPasswordRequest.md +24 -0
- package/docs/RestoreResponse.md +23 -0
- package/docs/RestoreResponseCaraerObjectDTO.md +23 -0
- package/docs/RestoreResponseSavedFilterDTO.md +23 -0
- package/docs/RestoreResponseTeamDTO.md +23 -0
- package/docs/RestoreResponseViewDTO.md +23 -0
- package/docs/ReviewRequest.md +25 -0
- package/docs/SavePropertyDTO.md +71 -0
- package/docs/SavedFilterDTO.md +45 -0
- package/docs/SendNotificationRequest.md +35 -0
- package/docs/ServerlessFunctionDTO.md +45 -0
- package/docs/ServerlessFunctionsApi.md +298 -0
- package/docs/SettingField.md +40 -0
- package/docs/SettingOption.md +24 -0
- package/docs/ShowItem.md +35 -0
- package/docs/ShowResponse.md +23 -0
- package/docs/ShowResponseObjectAccessGrantCandidatesDTO.md +23 -0
- package/docs/ShowResponseWebpageProtectionInfoDTO.md +23 -0
- package/docs/SignedUrlResultDTO.md +27 -0
- package/docs/SimplePublicCompanyDTO.md +69 -0
- package/docs/SingleCheckbox.md +18 -0
- package/docs/SingleLine.md +18 -0
- package/docs/SingleSelect.md +18 -0
- package/docs/SortItem.md +27 -0
- package/docs/SseEmitter.md +20 -0
- package/docs/Structure.md +18 -0
- package/docs/StyleSetDTO.md +502 -0
- package/docs/SubscribeWebhookDTO.md +79 -0
- package/docs/SuccessResponse.md +23 -0
- package/docs/SuccessResponseString.md +23 -0
- package/docs/SuccessResponseVoid.md +23 -0
- package/docs/SyncApi.md +344 -0
- package/docs/SyncDTO.md +40 -0
- package/docs/Tag.md +18 -0
- package/docs/Team.md +52 -0
- package/docs/TeamDTO.md +48 -0
- package/docs/TemplateWebpageDTO.md +69 -0
- package/docs/TestServerlessFunctionRequest.md +25 -0
- package/docs/TestWebhookRequest.md +27 -0
- package/docs/TrackingEventRequest.md +72 -0
- package/docs/TrackingSessionUpsertRequest.md +22 -0
- package/docs/TraitsApi.md +236 -0
- package/docs/Tuple2LongLong.md +22 -0
- package/docs/UpdateLifecyclePropertiesDTO.md +21 -0
- package/docs/UpdateResponse.md +23 -0
- package/docs/Url.md +18 -0
- package/docs/UsedInResult.md +22 -0
- package/docs/UserRecordResponseDTO.md +47 -0
- package/docs/UserWithCursorLocationDTO.md +33 -0
- package/docs/ValidationError.md +36 -0
- package/docs/ViewDTO.md +72 -0
- package/docs/ViewShareRequest.md +24 -0
- package/docs/ViewsApi.md +412 -0
- package/docs/WebMenuDTO.md +53 -0
- package/docs/WebMenuItem.md +26 -0
- package/docs/WebMenusApi.md +336 -0
- package/docs/WebpageAccessGrantDTO.md +51 -0
- package/docs/WebpageDTO.md +69 -0
- package/docs/WebpageEditingStatusDTO.md +25 -0
- package/docs/WebpageOptionsDTO.md +41 -0
- package/docs/WebpageProtectionInfoDTO.md +27 -0
- package/docs/WebpagePublicRecordDTO.md +25 -0
- package/docs/WebpageUnlockRequest.md +20 -0
- package/docs/WebpagesApi.md +2009 -0
- package/docs/WebsiteSettingsDTO.md +321 -0
- package/git_push.sh +57 -0
- package/index.ts +18 -0
- package/package.json +37 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,502 @@
|
|
|
1
|
+
# StyleSetDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**hide** | **boolean** | | [optional] [default to undefined]
|
|
9
|
+
**customID** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**customClass** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**customAnchor** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**spacing** | **any** | | [optional] [default to undefined]
|
|
13
|
+
**directionLTR** | **boolean** | | [optional] [default to undefined]
|
|
14
|
+
**alignContent** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**alignItems** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**justifyContent** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**alignSelf** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**flexWrap** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**flexDirection** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**overflow** | **string** | | [optional] [default to undefined]
|
|
21
|
+
**transformX** | **any** | | [optional] [default to undefined]
|
|
22
|
+
**transformY** | **any** | | [optional] [default to undefined]
|
|
23
|
+
**topMargin** | **any** | | [optional] [default to undefined]
|
|
24
|
+
**bottomMargin** | **any** | | [optional] [default to undefined]
|
|
25
|
+
**leftMargin** | **any** | | [optional] [default to undefined]
|
|
26
|
+
**rightMargin** | **any** | | [optional] [default to undefined]
|
|
27
|
+
**topPadding** | **any** | | [optional] [default to undefined]
|
|
28
|
+
**bottomPadding** | **any** | | [optional] [default to undefined]
|
|
29
|
+
**leftPadding** | **any** | | [optional] [default to undefined]
|
|
30
|
+
**rightPadding** | **any** | | [optional] [default to undefined]
|
|
31
|
+
**fullWidthEnabled** | **boolean** | | [optional] [default to undefined]
|
|
32
|
+
**maxWidth** | **any** | | [optional] [default to undefined]
|
|
33
|
+
**minWidth** | **any** | | [optional] [default to undefined]
|
|
34
|
+
**width** | **any** | | [optional] [default to undefined]
|
|
35
|
+
**flex** | **number** | | [optional] [default to undefined]
|
|
36
|
+
**minHeight** | **any** | | [optional] [default to undefined]
|
|
37
|
+
**maxHeight** | **any** | | [optional] [default to undefined]
|
|
38
|
+
**height** | **any** | | [optional] [default to undefined]
|
|
39
|
+
**borderRadiusTopLeft** | **any** | | [optional] [default to undefined]
|
|
40
|
+
**borderRadiusTopRight** | **any** | | [optional] [default to undefined]
|
|
41
|
+
**borderRadiusBottomLeft** | **any** | | [optional] [default to undefined]
|
|
42
|
+
**borderRadiusBottomRight** | **any** | | [optional] [default to undefined]
|
|
43
|
+
**borderWidthTop** | **any** | | [optional] [default to undefined]
|
|
44
|
+
**borderWidthBottom** | **any** | | [optional] [default to undefined]
|
|
45
|
+
**borderWidthLeft** | **any** | | [optional] [default to undefined]
|
|
46
|
+
**borderWidthRight** | **any** | | [optional] [default to undefined]
|
|
47
|
+
**borderColorTop** | **string** | | [optional] [default to undefined]
|
|
48
|
+
**borderColorBottom** | **string** | | [optional] [default to undefined]
|
|
49
|
+
**borderColorLeft** | **string** | | [optional] [default to undefined]
|
|
50
|
+
**borderColorRight** | **string** | | [optional] [default to undefined]
|
|
51
|
+
**borderStyleTop** | **string** | | [optional] [default to undefined]
|
|
52
|
+
**borderStyleBottom** | **string** | | [optional] [default to undefined]
|
|
53
|
+
**borderStyleLeft** | **string** | | [optional] [default to undefined]
|
|
54
|
+
**borderStyleRight** | **string** | | [optional] [default to undefined]
|
|
55
|
+
**backgroundVideo** | **string** | | [optional] [default to undefined]
|
|
56
|
+
**backgroundImage** | **string** | | [optional] [default to undefined]
|
|
57
|
+
**backgroundMediaRepeat** | **string** | | [optional] [default to undefined]
|
|
58
|
+
**backgroundMediaFit** | **string** | | [optional] [default to undefined]
|
|
59
|
+
**backgroundMediaSizeWidth** | **any** | | [optional] [default to undefined]
|
|
60
|
+
**backgroundMediaSizeHeight** | **any** | | [optional] [default to undefined]
|
|
61
|
+
**backgroundMediaPosition** | **string** | | [optional] [default to undefined]
|
|
62
|
+
**backgroundMediaScroll** | **string** | | [optional] [default to undefined]
|
|
63
|
+
**backgroundMediaParallax** | **boolean** | | [optional] [default to undefined]
|
|
64
|
+
**backgroundMediaAutoPlay** | **boolean** | | [optional] [default to undefined]
|
|
65
|
+
**backgroundMediaMuted** | **boolean** | | [optional] [default to undefined]
|
|
66
|
+
**backgroundMediaLoop** | **boolean** | | [optional] [default to undefined]
|
|
67
|
+
**backgroundColorOverlayColor** | **string** | | [optional] [default to undefined]
|
|
68
|
+
**backgroundColorOverlayOpacity** | **number** | | [optional] [default to undefined]
|
|
69
|
+
**backgroundGradientOverlayColors** | **Array<string>** | | [optional] [default to undefined]
|
|
70
|
+
**backgroundGradientOverlayOpacity** | **number** | | [optional] [default to undefined]
|
|
71
|
+
**backgroundGradientOverlayDirection** | **string** | | [optional] [default to undefined]
|
|
72
|
+
**backgroundColor** | **string** | | [optional] [default to undefined]
|
|
73
|
+
**backgroundColorOffsetBottom** | **any** | | [optional] [default to undefined]
|
|
74
|
+
**backgroundColorOffsetLeft** | **any** | | [optional] [default to undefined]
|
|
75
|
+
**backgroundColorOffsetRight** | **any** | | [optional] [default to undefined]
|
|
76
|
+
**backgroundColorOffsetTop** | **any** | | [optional] [default to undefined]
|
|
77
|
+
**backgroundGradientColors** | **Array<string>** | | [optional] [default to undefined]
|
|
78
|
+
**backgroundGradientOpacity** | **number** | | [optional] [default to undefined]
|
|
79
|
+
**backgroundGradientDirection** | **string** | | [optional] [default to undefined]
|
|
80
|
+
**animationDelay** | **number** | | [optional] [default to undefined]
|
|
81
|
+
**animationDuration** | **number** | | [optional] [default to undefined]
|
|
82
|
+
**animationIn** | **string** | | [optional] [default to undefined]
|
|
83
|
+
**animationOut** | **string** | | [optional] [default to undefined]
|
|
84
|
+
**animationRepeat** | **string** | | [optional] [default to undefined]
|
|
85
|
+
**animationDirection** | **string** | | [optional] [default to undefined]
|
|
86
|
+
**animationTimingFunction** | **string** | | [optional] [default to undefined]
|
|
87
|
+
**animationFillMode** | **string** | | [optional] [default to undefined]
|
|
88
|
+
**mediaHover** | **string** | | [optional] [default to undefined]
|
|
89
|
+
**mediaAlignment** | **string** | | [optional] [default to undefined]
|
|
90
|
+
**mediaFit** | **string** | | [optional] [default to undefined]
|
|
91
|
+
**mediaPosition** | **string** | | [optional] [default to undefined]
|
|
92
|
+
**enlargeOnClickBorderRadiusTopLeft** | **any** | | [optional] [default to undefined]
|
|
93
|
+
**enlargeOnClickBorderRadiusTopRight** | **any** | | [optional] [default to undefined]
|
|
94
|
+
**enlargeOnClickBorderRadiusBottomLeft** | **any** | | [optional] [default to undefined]
|
|
95
|
+
**enlargeOnClickBorderRadiusBottomRight** | **any** | | [optional] [default to undefined]
|
|
96
|
+
**enlargeOnClickBorderWidthTop** | **any** | | [optional] [default to undefined]
|
|
97
|
+
**enlargeOnClickBorderWidthBottom** | **any** | | [optional] [default to undefined]
|
|
98
|
+
**enlargeOnClickBorderWidthLeft** | **any** | | [optional] [default to undefined]
|
|
99
|
+
**enlargeOnClickBorderWidthRight** | **any** | | [optional] [default to undefined]
|
|
100
|
+
**enlargeOnClickBorderColorTop** | **string** | | [optional] [default to undefined]
|
|
101
|
+
**enlargeOnClickBorderColorBottom** | **string** | | [optional] [default to undefined]
|
|
102
|
+
**enlargeOnClickBorderColorLeft** | **string** | | [optional] [default to undefined]
|
|
103
|
+
**enlargeOnClickBorderColorRight** | **string** | | [optional] [default to undefined]
|
|
104
|
+
**enlargeOnClickBorderStyleTop** | **string** | | [optional] [default to undefined]
|
|
105
|
+
**enlargeOnClickBorderStyleBottom** | **string** | | [optional] [default to undefined]
|
|
106
|
+
**enlargeOnClickBorderStyleLeft** | **string** | | [optional] [default to undefined]
|
|
107
|
+
**enlargeOnClickBorderStyleRight** | **string** | | [optional] [default to undefined]
|
|
108
|
+
**enlargeOnClickShadowOffsetX** | **any** | | [optional] [default to undefined]
|
|
109
|
+
**enlargeOnClickShadowOffsetY** | **any** | | [optional] [default to undefined]
|
|
110
|
+
**enlargeOnClickShadowBlur** | **any** | | [optional] [default to undefined]
|
|
111
|
+
**enlargeOnClickShadowColor** | **string** | | [optional] [default to undefined]
|
|
112
|
+
**enlargeOnClickShadowSpread** | **any** | | [optional] [default to undefined]
|
|
113
|
+
**enlargeOnClickShadowInset** | **boolean** | | [optional] [default to undefined]
|
|
114
|
+
**enlargeOnClickShadowOpacity** | **number** | | [optional] [default to undefined]
|
|
115
|
+
**enlargeOnClickScale** | **number** | | [optional] [default to undefined]
|
|
116
|
+
**shadowOffsetX** | **any** | | [optional] [default to undefined]
|
|
117
|
+
**shadowOffsetY** | **any** | | [optional] [default to undefined]
|
|
118
|
+
**shadowBlur** | **any** | | [optional] [default to undefined]
|
|
119
|
+
**shadowBorderRadiusTopLeft** | **any** | | [optional] [default to undefined]
|
|
120
|
+
**shadowBorderRadiusTopRight** | **any** | | [optional] [default to undefined]
|
|
121
|
+
**shadowBorderRadiusBottomLeft** | **any** | | [optional] [default to undefined]
|
|
122
|
+
**shadowBorderRadiusBottomRight** | **any** | | [optional] [default to undefined]
|
|
123
|
+
**shadowColor** | **string** | | [optional] [default to undefined]
|
|
124
|
+
**shadowSpread** | **any** | | [optional] [default to undefined]
|
|
125
|
+
**shadowInset** | **boolean** | | [optional] [default to undefined]
|
|
126
|
+
**shadowOpacity** | **number** | | [optional] [default to undefined]
|
|
127
|
+
**textGradientOverlayColors** | **Array<string>** | | [optional] [default to undefined]
|
|
128
|
+
**textGradientOverlayOpacity** | **number** | | [optional] [default to undefined]
|
|
129
|
+
**textGradientOverlayDirection** | **string** | | [optional] [default to undefined]
|
|
130
|
+
**darkTextEnabled** | **boolean** | | [optional] [default to undefined]
|
|
131
|
+
**textAlign** | **string** | | [optional] [default to undefined]
|
|
132
|
+
**transitionScrollSpeed** | **number** | | [optional] [default to undefined]
|
|
133
|
+
**autoRotate** | **boolean** | | [optional] [default to undefined]
|
|
134
|
+
**autoRotateInterval** | **number** | | [optional] [default to undefined]
|
|
135
|
+
**buttonIcon** | **string** | | [optional] [default to undefined]
|
|
136
|
+
**buttonIconPosition** | **string** | | [optional] [default to undefined]
|
|
137
|
+
**buttonIconColor** | **string** | | [optional] [default to undefined]
|
|
138
|
+
**openInNewWindow** | **boolean** | | [optional] [default to undefined]
|
|
139
|
+
**sidebar** | **boolean** | | [optional] [default to undefined]
|
|
140
|
+
**sidebarPosition** | **string** | | [optional] [default to undefined]
|
|
141
|
+
**sidebarAnimation** | **string** | | [optional] [default to undefined]
|
|
142
|
+
**sidebarAnimationDuration** | **number** | | [optional] [default to undefined]
|
|
143
|
+
**sidebarAnimationTimingFunction** | **string** | | [optional] [default to undefined]
|
|
144
|
+
**fontFamily** | **string** | | [optional] [default to undefined]
|
|
145
|
+
**fontSize** | **any** | | [optional] [default to undefined]
|
|
146
|
+
**fontWeight** | **string** | | [optional] [default to undefined]
|
|
147
|
+
**fontDecoration** | **string** | | [optional] [default to undefined]
|
|
148
|
+
**fontTextTransform** | **string** | | [optional] [default to undefined]
|
|
149
|
+
**fontLineHeight** | **any** | | [optional] [default to undefined]
|
|
150
|
+
**fontLetterSpacing** | **any** | | [optional] [default to undefined]
|
|
151
|
+
**fontColorLight** | **string** | | [optional] [default to undefined]
|
|
152
|
+
**fontColorDark** | **string** | | [optional] [default to undefined]
|
|
153
|
+
**xxLargeFontSize** | **any** | | [optional] [default to undefined]
|
|
154
|
+
**largeFontSize** | **any** | | [optional] [default to undefined]
|
|
155
|
+
**mediumFontSize** | **any** | | [optional] [default to undefined]
|
|
156
|
+
**smallFontSize** | **any** | | [optional] [default to undefined]
|
|
157
|
+
**h1FontFamily** | **string** | | [optional] [default to undefined]
|
|
158
|
+
**h1FontSize** | **any** | | [optional] [default to undefined]
|
|
159
|
+
**h1FontWeight** | **string** | | [optional] [default to undefined]
|
|
160
|
+
**h1FontDecoration** | **string** | | [optional] [default to undefined]
|
|
161
|
+
**h1TextTransform** | **string** | | [optional] [default to undefined]
|
|
162
|
+
**h1LineHeight** | **any** | | [optional] [default to undefined]
|
|
163
|
+
**h1LetterSpacing** | **any** | | [optional] [default to undefined]
|
|
164
|
+
**h1ColorLight** | **string** | | [optional] [default to undefined]
|
|
165
|
+
**h1ColorDark** | **string** | | [optional] [default to undefined]
|
|
166
|
+
**h2FontFamily** | **string** | | [optional] [default to undefined]
|
|
167
|
+
**h2FontSize** | **any** | | [optional] [default to undefined]
|
|
168
|
+
**h2FontWeight** | **string** | | [optional] [default to undefined]
|
|
169
|
+
**h2FontDecoration** | **string** | | [optional] [default to undefined]
|
|
170
|
+
**h2TextTransform** | **string** | | [optional] [default to undefined]
|
|
171
|
+
**h2LineHeight** | **any** | | [optional] [default to undefined]
|
|
172
|
+
**h2LetterSpacing** | **any** | | [optional] [default to undefined]
|
|
173
|
+
**h2ColorLight** | **string** | | [optional] [default to undefined]
|
|
174
|
+
**h2ColorDark** | **string** | | [optional] [default to undefined]
|
|
175
|
+
**h3FontFamily** | **string** | | [optional] [default to undefined]
|
|
176
|
+
**h3FontSize** | **any** | | [optional] [default to undefined]
|
|
177
|
+
**h3FontWeight** | **string** | | [optional] [default to undefined]
|
|
178
|
+
**h3FontDecoration** | **string** | | [optional] [default to undefined]
|
|
179
|
+
**h3TextTransform** | **string** | | [optional] [default to undefined]
|
|
180
|
+
**h3LineHeight** | **any** | | [optional] [default to undefined]
|
|
181
|
+
**h3LetterSpacing** | **any** | | [optional] [default to undefined]
|
|
182
|
+
**h3ColorLight** | **string** | | [optional] [default to undefined]
|
|
183
|
+
**h3ColorDark** | **string** | | [optional] [default to undefined]
|
|
184
|
+
**h4FontFamily** | **string** | | [optional] [default to undefined]
|
|
185
|
+
**h4FontSize** | **any** | | [optional] [default to undefined]
|
|
186
|
+
**h4FontWeight** | **string** | | [optional] [default to undefined]
|
|
187
|
+
**h4FontDecoration** | **string** | | [optional] [default to undefined]
|
|
188
|
+
**h4TextTransform** | **string** | | [optional] [default to undefined]
|
|
189
|
+
**h4LineHeight** | **any** | | [optional] [default to undefined]
|
|
190
|
+
**h4LetterSpacing** | **any** | | [optional] [default to undefined]
|
|
191
|
+
**h4ColorLight** | **string** | | [optional] [default to undefined]
|
|
192
|
+
**h4ColorDark** | **string** | | [optional] [default to undefined]
|
|
193
|
+
**h5FontFamily** | **string** | | [optional] [default to undefined]
|
|
194
|
+
**h5FontSize** | **any** | | [optional] [default to undefined]
|
|
195
|
+
**h5FontWeight** | **string** | | [optional] [default to undefined]
|
|
196
|
+
**h5FontDecoration** | **string** | | [optional] [default to undefined]
|
|
197
|
+
**h5TextTransform** | **string** | | [optional] [default to undefined]
|
|
198
|
+
**h5LineHeight** | **any** | | [optional] [default to undefined]
|
|
199
|
+
**h5LetterSpacing** | **any** | | [optional] [default to undefined]
|
|
200
|
+
**h5ColorLight** | **string** | | [optional] [default to undefined]
|
|
201
|
+
**h5ColorDark** | **string** | | [optional] [default to undefined]
|
|
202
|
+
**h6FontFamily** | **string** | | [optional] [default to undefined]
|
|
203
|
+
**h6FontSize** | **any** | | [optional] [default to undefined]
|
|
204
|
+
**h6FontWeight** | **string** | | [optional] [default to undefined]
|
|
205
|
+
**h6FontDecoration** | **string** | | [optional] [default to undefined]
|
|
206
|
+
**h6TextTransform** | **string** | | [optional] [default to undefined]
|
|
207
|
+
**h6LineHeight** | **any** | | [optional] [default to undefined]
|
|
208
|
+
**h6LetterSpacing** | **any** | | [optional] [default to undefined]
|
|
209
|
+
**h6ColorLight** | **string** | | [optional] [default to undefined]
|
|
210
|
+
**h6ColorDark** | **string** | | [optional] [default to undefined]
|
|
211
|
+
**navigationFontFamily** | **string** | | [optional] [default to undefined]
|
|
212
|
+
**navigationFontSize** | **any** | | [optional] [default to undefined]
|
|
213
|
+
**navigationFontWeight** | **string** | | [optional] [default to undefined]
|
|
214
|
+
**navigationFontDecoration** | **string** | | [optional] [default to undefined]
|
|
215
|
+
**navigationTextTransform** | **string** | | [optional] [default to undefined]
|
|
216
|
+
**navigationLineHeight** | **any** | | [optional] [default to undefined]
|
|
217
|
+
**navigationLetterSpacing** | **any** | | [optional] [default to undefined]
|
|
218
|
+
**navigationColorLight** | **string** | | [optional] [default to undefined]
|
|
219
|
+
**navigationColorDark** | **string** | | [optional] [default to undefined]
|
|
220
|
+
**subNavigationFontFamily** | **string** | | [optional] [default to undefined]
|
|
221
|
+
**subNavigationFontSize** | **any** | | [optional] [default to undefined]
|
|
222
|
+
**subNavigationFontWeight** | **string** | | [optional] [default to undefined]
|
|
223
|
+
**subNavigationFontDecoration** | **string** | | [optional] [default to undefined]
|
|
224
|
+
**subNavigationTextTransform** | **string** | | [optional] [default to undefined]
|
|
225
|
+
**subNavigationLineHeight** | **any** | | [optional] [default to undefined]
|
|
226
|
+
**subNavigationLetterSpacing** | **any** | | [optional] [default to undefined]
|
|
227
|
+
**subNavigationColorLight** | **string** | | [optional] [default to undefined]
|
|
228
|
+
**subNavigationColorDark** | **string** | | [optional] [default to undefined]
|
|
229
|
+
**bodyFontFamily** | **string** | | [optional] [default to undefined]
|
|
230
|
+
**bodyFontSize** | **any** | | [optional] [default to undefined]
|
|
231
|
+
**bodyFontWeight** | **string** | | [optional] [default to undefined]
|
|
232
|
+
**bodyFontDecoration** | **string** | | [optional] [default to undefined]
|
|
233
|
+
**bodyTextTransform** | **string** | | [optional] [default to undefined]
|
|
234
|
+
**bodyLineHeight** | **any** | | [optional] [default to undefined]
|
|
235
|
+
**bodyLetterSpacing** | **any** | | [optional] [default to undefined]
|
|
236
|
+
**bodyColorLight** | **string** | | [optional] [default to undefined]
|
|
237
|
+
**bodyColorDark** | **string** | | [optional] [default to undefined]
|
|
238
|
+
**hyperlinkFontFamily** | **string** | | [optional] [default to undefined]
|
|
239
|
+
**hyperlinkFontSize** | **any** | | [optional] [default to undefined]
|
|
240
|
+
**hyperlinkFontWeight** | **string** | | [optional] [default to undefined]
|
|
241
|
+
**hyperlinkFontDecoration** | **string** | | [optional] [default to undefined]
|
|
242
|
+
**hyperlinkTextTransform** | **string** | | [optional] [default to undefined]
|
|
243
|
+
**hyperlinkLineHeight** | **any** | | [optional] [default to undefined]
|
|
244
|
+
**hyperlinkLetterSpacing** | **any** | | [optional] [default to undefined]
|
|
245
|
+
**hyperlinkColorLight** | **string** | | [optional] [default to undefined]
|
|
246
|
+
**hyperlinkColorDark** | **string** | | [optional] [default to undefined]
|
|
247
|
+
**zindex** | **number** | | [optional] [default to undefined]
|
|
248
|
+
**xlargeFontSize** | **any** | | [optional] [default to undefined]
|
|
249
|
+
**xsmallFontSize** | **any** | | [optional] [default to undefined]
|
|
250
|
+
|
|
251
|
+
## Example
|
|
252
|
+
|
|
253
|
+
```typescript
|
|
254
|
+
import { StyleSetDTO } from '@caraer/client';
|
|
255
|
+
|
|
256
|
+
const instance: StyleSetDTO = {
|
|
257
|
+
hide,
|
|
258
|
+
customID,
|
|
259
|
+
customClass,
|
|
260
|
+
customAnchor,
|
|
261
|
+
spacing,
|
|
262
|
+
directionLTR,
|
|
263
|
+
alignContent,
|
|
264
|
+
alignItems,
|
|
265
|
+
justifyContent,
|
|
266
|
+
alignSelf,
|
|
267
|
+
flexWrap,
|
|
268
|
+
flexDirection,
|
|
269
|
+
overflow,
|
|
270
|
+
transformX,
|
|
271
|
+
transformY,
|
|
272
|
+
topMargin,
|
|
273
|
+
bottomMargin,
|
|
274
|
+
leftMargin,
|
|
275
|
+
rightMargin,
|
|
276
|
+
topPadding,
|
|
277
|
+
bottomPadding,
|
|
278
|
+
leftPadding,
|
|
279
|
+
rightPadding,
|
|
280
|
+
fullWidthEnabled,
|
|
281
|
+
maxWidth,
|
|
282
|
+
minWidth,
|
|
283
|
+
width,
|
|
284
|
+
flex,
|
|
285
|
+
minHeight,
|
|
286
|
+
maxHeight,
|
|
287
|
+
height,
|
|
288
|
+
borderRadiusTopLeft,
|
|
289
|
+
borderRadiusTopRight,
|
|
290
|
+
borderRadiusBottomLeft,
|
|
291
|
+
borderRadiusBottomRight,
|
|
292
|
+
borderWidthTop,
|
|
293
|
+
borderWidthBottom,
|
|
294
|
+
borderWidthLeft,
|
|
295
|
+
borderWidthRight,
|
|
296
|
+
borderColorTop,
|
|
297
|
+
borderColorBottom,
|
|
298
|
+
borderColorLeft,
|
|
299
|
+
borderColorRight,
|
|
300
|
+
borderStyleTop,
|
|
301
|
+
borderStyleBottom,
|
|
302
|
+
borderStyleLeft,
|
|
303
|
+
borderStyleRight,
|
|
304
|
+
backgroundVideo,
|
|
305
|
+
backgroundImage,
|
|
306
|
+
backgroundMediaRepeat,
|
|
307
|
+
backgroundMediaFit,
|
|
308
|
+
backgroundMediaSizeWidth,
|
|
309
|
+
backgroundMediaSizeHeight,
|
|
310
|
+
backgroundMediaPosition,
|
|
311
|
+
backgroundMediaScroll,
|
|
312
|
+
backgroundMediaParallax,
|
|
313
|
+
backgroundMediaAutoPlay,
|
|
314
|
+
backgroundMediaMuted,
|
|
315
|
+
backgroundMediaLoop,
|
|
316
|
+
backgroundColorOverlayColor,
|
|
317
|
+
backgroundColorOverlayOpacity,
|
|
318
|
+
backgroundGradientOverlayColors,
|
|
319
|
+
backgroundGradientOverlayOpacity,
|
|
320
|
+
backgroundGradientOverlayDirection,
|
|
321
|
+
backgroundColor,
|
|
322
|
+
backgroundColorOffsetBottom,
|
|
323
|
+
backgroundColorOffsetLeft,
|
|
324
|
+
backgroundColorOffsetRight,
|
|
325
|
+
backgroundColorOffsetTop,
|
|
326
|
+
backgroundGradientColors,
|
|
327
|
+
backgroundGradientOpacity,
|
|
328
|
+
backgroundGradientDirection,
|
|
329
|
+
animationDelay,
|
|
330
|
+
animationDuration,
|
|
331
|
+
animationIn,
|
|
332
|
+
animationOut,
|
|
333
|
+
animationRepeat,
|
|
334
|
+
animationDirection,
|
|
335
|
+
animationTimingFunction,
|
|
336
|
+
animationFillMode,
|
|
337
|
+
mediaHover,
|
|
338
|
+
mediaAlignment,
|
|
339
|
+
mediaFit,
|
|
340
|
+
mediaPosition,
|
|
341
|
+
enlargeOnClickBorderRadiusTopLeft,
|
|
342
|
+
enlargeOnClickBorderRadiusTopRight,
|
|
343
|
+
enlargeOnClickBorderRadiusBottomLeft,
|
|
344
|
+
enlargeOnClickBorderRadiusBottomRight,
|
|
345
|
+
enlargeOnClickBorderWidthTop,
|
|
346
|
+
enlargeOnClickBorderWidthBottom,
|
|
347
|
+
enlargeOnClickBorderWidthLeft,
|
|
348
|
+
enlargeOnClickBorderWidthRight,
|
|
349
|
+
enlargeOnClickBorderColorTop,
|
|
350
|
+
enlargeOnClickBorderColorBottom,
|
|
351
|
+
enlargeOnClickBorderColorLeft,
|
|
352
|
+
enlargeOnClickBorderColorRight,
|
|
353
|
+
enlargeOnClickBorderStyleTop,
|
|
354
|
+
enlargeOnClickBorderStyleBottom,
|
|
355
|
+
enlargeOnClickBorderStyleLeft,
|
|
356
|
+
enlargeOnClickBorderStyleRight,
|
|
357
|
+
enlargeOnClickShadowOffsetX,
|
|
358
|
+
enlargeOnClickShadowOffsetY,
|
|
359
|
+
enlargeOnClickShadowBlur,
|
|
360
|
+
enlargeOnClickShadowColor,
|
|
361
|
+
enlargeOnClickShadowSpread,
|
|
362
|
+
enlargeOnClickShadowInset,
|
|
363
|
+
enlargeOnClickShadowOpacity,
|
|
364
|
+
enlargeOnClickScale,
|
|
365
|
+
shadowOffsetX,
|
|
366
|
+
shadowOffsetY,
|
|
367
|
+
shadowBlur,
|
|
368
|
+
shadowBorderRadiusTopLeft,
|
|
369
|
+
shadowBorderRadiusTopRight,
|
|
370
|
+
shadowBorderRadiusBottomLeft,
|
|
371
|
+
shadowBorderRadiusBottomRight,
|
|
372
|
+
shadowColor,
|
|
373
|
+
shadowSpread,
|
|
374
|
+
shadowInset,
|
|
375
|
+
shadowOpacity,
|
|
376
|
+
textGradientOverlayColors,
|
|
377
|
+
textGradientOverlayOpacity,
|
|
378
|
+
textGradientOverlayDirection,
|
|
379
|
+
darkTextEnabled,
|
|
380
|
+
textAlign,
|
|
381
|
+
transitionScrollSpeed,
|
|
382
|
+
autoRotate,
|
|
383
|
+
autoRotateInterval,
|
|
384
|
+
buttonIcon,
|
|
385
|
+
buttonIconPosition,
|
|
386
|
+
buttonIconColor,
|
|
387
|
+
openInNewWindow,
|
|
388
|
+
sidebar,
|
|
389
|
+
sidebarPosition,
|
|
390
|
+
sidebarAnimation,
|
|
391
|
+
sidebarAnimationDuration,
|
|
392
|
+
sidebarAnimationTimingFunction,
|
|
393
|
+
fontFamily,
|
|
394
|
+
fontSize,
|
|
395
|
+
fontWeight,
|
|
396
|
+
fontDecoration,
|
|
397
|
+
fontTextTransform,
|
|
398
|
+
fontLineHeight,
|
|
399
|
+
fontLetterSpacing,
|
|
400
|
+
fontColorLight,
|
|
401
|
+
fontColorDark,
|
|
402
|
+
xxLargeFontSize,
|
|
403
|
+
largeFontSize,
|
|
404
|
+
mediumFontSize,
|
|
405
|
+
smallFontSize,
|
|
406
|
+
h1FontFamily,
|
|
407
|
+
h1FontSize,
|
|
408
|
+
h1FontWeight,
|
|
409
|
+
h1FontDecoration,
|
|
410
|
+
h1TextTransform,
|
|
411
|
+
h1LineHeight,
|
|
412
|
+
h1LetterSpacing,
|
|
413
|
+
h1ColorLight,
|
|
414
|
+
h1ColorDark,
|
|
415
|
+
h2FontFamily,
|
|
416
|
+
h2FontSize,
|
|
417
|
+
h2FontWeight,
|
|
418
|
+
h2FontDecoration,
|
|
419
|
+
h2TextTransform,
|
|
420
|
+
h2LineHeight,
|
|
421
|
+
h2LetterSpacing,
|
|
422
|
+
h2ColorLight,
|
|
423
|
+
h2ColorDark,
|
|
424
|
+
h3FontFamily,
|
|
425
|
+
h3FontSize,
|
|
426
|
+
h3FontWeight,
|
|
427
|
+
h3FontDecoration,
|
|
428
|
+
h3TextTransform,
|
|
429
|
+
h3LineHeight,
|
|
430
|
+
h3LetterSpacing,
|
|
431
|
+
h3ColorLight,
|
|
432
|
+
h3ColorDark,
|
|
433
|
+
h4FontFamily,
|
|
434
|
+
h4FontSize,
|
|
435
|
+
h4FontWeight,
|
|
436
|
+
h4FontDecoration,
|
|
437
|
+
h4TextTransform,
|
|
438
|
+
h4LineHeight,
|
|
439
|
+
h4LetterSpacing,
|
|
440
|
+
h4ColorLight,
|
|
441
|
+
h4ColorDark,
|
|
442
|
+
h5FontFamily,
|
|
443
|
+
h5FontSize,
|
|
444
|
+
h5FontWeight,
|
|
445
|
+
h5FontDecoration,
|
|
446
|
+
h5TextTransform,
|
|
447
|
+
h5LineHeight,
|
|
448
|
+
h5LetterSpacing,
|
|
449
|
+
h5ColorLight,
|
|
450
|
+
h5ColorDark,
|
|
451
|
+
h6FontFamily,
|
|
452
|
+
h6FontSize,
|
|
453
|
+
h6FontWeight,
|
|
454
|
+
h6FontDecoration,
|
|
455
|
+
h6TextTransform,
|
|
456
|
+
h6LineHeight,
|
|
457
|
+
h6LetterSpacing,
|
|
458
|
+
h6ColorLight,
|
|
459
|
+
h6ColorDark,
|
|
460
|
+
navigationFontFamily,
|
|
461
|
+
navigationFontSize,
|
|
462
|
+
navigationFontWeight,
|
|
463
|
+
navigationFontDecoration,
|
|
464
|
+
navigationTextTransform,
|
|
465
|
+
navigationLineHeight,
|
|
466
|
+
navigationLetterSpacing,
|
|
467
|
+
navigationColorLight,
|
|
468
|
+
navigationColorDark,
|
|
469
|
+
subNavigationFontFamily,
|
|
470
|
+
subNavigationFontSize,
|
|
471
|
+
subNavigationFontWeight,
|
|
472
|
+
subNavigationFontDecoration,
|
|
473
|
+
subNavigationTextTransform,
|
|
474
|
+
subNavigationLineHeight,
|
|
475
|
+
subNavigationLetterSpacing,
|
|
476
|
+
subNavigationColorLight,
|
|
477
|
+
subNavigationColorDark,
|
|
478
|
+
bodyFontFamily,
|
|
479
|
+
bodyFontSize,
|
|
480
|
+
bodyFontWeight,
|
|
481
|
+
bodyFontDecoration,
|
|
482
|
+
bodyTextTransform,
|
|
483
|
+
bodyLineHeight,
|
|
484
|
+
bodyLetterSpacing,
|
|
485
|
+
bodyColorLight,
|
|
486
|
+
bodyColorDark,
|
|
487
|
+
hyperlinkFontFamily,
|
|
488
|
+
hyperlinkFontSize,
|
|
489
|
+
hyperlinkFontWeight,
|
|
490
|
+
hyperlinkFontDecoration,
|
|
491
|
+
hyperlinkTextTransform,
|
|
492
|
+
hyperlinkLineHeight,
|
|
493
|
+
hyperlinkLetterSpacing,
|
|
494
|
+
hyperlinkColorLight,
|
|
495
|
+
hyperlinkColorDark,
|
|
496
|
+
zindex,
|
|
497
|
+
xlargeFontSize,
|
|
498
|
+
xsmallFontSize,
|
|
499
|
+
};
|
|
500
|
+
```
|
|
501
|
+
|
|
502
|
+
[[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,79 @@
|
|
|
1
|
+
# SubscribeWebhookDTO
|
|
2
|
+
|
|
3
|
+
Data Transfer Object for subscribing to a webhook. This DTO represents the details required to configure a webhook subscription.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**url** | **string** | The URL of the webhook where requests will be sent. | [optional] [default to undefined]
|
|
10
|
+
**serverlessFunction** | [**ServerlessFunctionDTO**](ServerlessFunctionDTO.md) | UUID of the serverless function to invoke when the webhook is triggered (must belong to the same app). | [optional] [default to undefined]
|
|
11
|
+
**deliveryMode** | **string** | Delivery mode for this webhook: HTTP (use url) or SERVERLESS (use serverlessFunctionUuid). If omitted, legacy behavior applies based on presence of url/serverlessFunctionUuid. | [optional] [default to undefined]
|
|
12
|
+
**secret** | **string** | The secret used for webhook validation. | [optional] [default to undefined]
|
|
13
|
+
**topic** | **string** | The topic for which the webhook is subscribed. | [optional] [default to undefined]
|
|
14
|
+
**description** | **string** | Optional human-readable description for this webhook | [optional] [default to undefined]
|
|
15
|
+
**webhookFormat** | **string** | Webhook payload format (LEGACY, USER_FRIENDLY) | [optional] [default to undefined]
|
|
16
|
+
**parseRecord** | **boolean** | Whether to parse the record before returning it | [optional] [default to undefined]
|
|
17
|
+
**filter** | [**Filter**](Filter.md) | Filter criteria for webhook triggers | [optional] [default to undefined]
|
|
18
|
+
**includeRelations** | **Array<string>** | Records to include in webhook payload | [optional] [default to undefined]
|
|
19
|
+
**relationFilters** | [**{ [key: string]: Filter; }**](Filter.md) | Filter criteria for relations | [optional] [default to undefined]
|
|
20
|
+
**relationLimit** | **number** | Maximum number of relations to include | [optional] [default to undefined]
|
|
21
|
+
**retryEnabled** | **boolean** | Whether retry is enabled for failed deliveries (defaults to true if omitted) | [optional] [default to undefined]
|
|
22
|
+
**maxRetries** | **number** | Maximum number of retries | [optional] [default to undefined]
|
|
23
|
+
**retryBackoffMs** | **number** | Retry backoff in milliseconds | [optional] [default to undefined]
|
|
24
|
+
**triggerOffsetSeconds** | **number** | Offset from the target date in seconds (required for date_due webhooks) | [optional] [default to undefined]
|
|
25
|
+
**scheduleDirection** | **string** | Whether the webhook fires BEFORE or AFTER the target date | [optional] [default to undefined]
|
|
26
|
+
**scheduleRecurring** | **string** | Recurrence for date_due webhooks: NONE, DAILY, WEEKLY, MONTHLY, QUARTERLY, HALF_YEARLY, YEARLY, or CRON | [optional] [default to undefined]
|
|
27
|
+
**scheduleCronExpression** | **string** | Spring cron expression used when scheduleRecurring is CRON | [optional] [default to undefined]
|
|
28
|
+
**scheduleVersion** | **number** | Internal schedule version incremented when schedule config changes | [optional] [default to undefined]
|
|
29
|
+
**uuid** | **string** | Unique identifier for the entity | [default to undefined]
|
|
30
|
+
**name** | **string** | The name of the entity | [default to undefined]
|
|
31
|
+
**label** | **string** | Display label for the entity, can be different from name | [optional] [default to undefined]
|
|
32
|
+
**createdAt** | **number** | Unix timestamp when the entity was created | [optional] [default to undefined]
|
|
33
|
+
**createdBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who created the entity | [optional] [default to undefined]
|
|
34
|
+
**updatedAt** | **number** | Unix timestamp when the entity was last updated | [optional] [default to undefined]
|
|
35
|
+
**updatedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who last updated the entity | [optional] [default to undefined]
|
|
36
|
+
**deletedAt** | **number** | Unix timestamp when the entity was deleted (null if not deleted) | [optional] [default to undefined]
|
|
37
|
+
**deletedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who deleted the entity | [optional] [default to undefined]
|
|
38
|
+
**index** | **number** | Index number for ordering entities | [optional] [default to undefined]
|
|
39
|
+
|
|
40
|
+
## Example
|
|
41
|
+
|
|
42
|
+
```typescript
|
|
43
|
+
import { SubscribeWebhookDTO } from '@caraer/client';
|
|
44
|
+
|
|
45
|
+
const instance: SubscribeWebhookDTO = {
|
|
46
|
+
url,
|
|
47
|
+
serverlessFunction,
|
|
48
|
+
deliveryMode,
|
|
49
|
+
secret,
|
|
50
|
+
topic,
|
|
51
|
+
description,
|
|
52
|
+
webhookFormat,
|
|
53
|
+
parseRecord,
|
|
54
|
+
filter,
|
|
55
|
+
includeRelations,
|
|
56
|
+
relationFilters,
|
|
57
|
+
relationLimit,
|
|
58
|
+
retryEnabled,
|
|
59
|
+
maxRetries,
|
|
60
|
+
retryBackoffMs,
|
|
61
|
+
triggerOffsetSeconds,
|
|
62
|
+
scheduleDirection,
|
|
63
|
+
scheduleRecurring,
|
|
64
|
+
scheduleCronExpression,
|
|
65
|
+
scheduleVersion,
|
|
66
|
+
uuid,
|
|
67
|
+
name,
|
|
68
|
+
label,
|
|
69
|
+
createdAt,
|
|
70
|
+
createdBy,
|
|
71
|
+
updatedAt,
|
|
72
|
+
updatedBy,
|
|
73
|
+
deletedAt,
|
|
74
|
+
deletedBy,
|
|
75
|
+
index,
|
|
76
|
+
};
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
[[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
|
+
# SuccessResponse
|
|
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** | **any** | | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { SuccessResponse } from '@caraer/client';
|
|
16
|
+
|
|
17
|
+
const instance: SuccessResponse = {
|
|
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
|
+
# SuccessResponseString
|
|
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** | **string** | The data payload of the response, if any. | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { SuccessResponseString } from '@caraer/client';
|
|
16
|
+
|
|
17
|
+
const instance: SuccessResponseString = {
|
|
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
|
+
# SuccessResponseVoid
|
|
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** | **any** | | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { SuccessResponseVoid } from '@caraer/client';
|
|
16
|
+
|
|
17
|
+
const instance: SuccessResponseVoid = {
|
|
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)
|