@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,321 @@
|
|
|
1
|
+
# WebsiteSettingsDTO
|
|
2
|
+
|
|
3
|
+
The website settings of the company.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**subdomain** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**customDomain** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**recordType** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**recordValue** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**favicon** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**logo** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**logoDark** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**logoLight** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**logoUrl** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**logoWidth** | **number** | | [optional] [default to undefined]
|
|
19
|
+
**logoHeight** | **number** | | [optional] [default to undefined]
|
|
20
|
+
**headerLayout** | **string** | | [optional] [default to undefined]
|
|
21
|
+
**headerminHeight** | **number** | | [optional] [default to undefined]
|
|
22
|
+
**headerMaxHeight** | **number** | | [optional] [default to undefined]
|
|
23
|
+
**headerMinWidth** | **number** | | [optional] [default to undefined]
|
|
24
|
+
**headerMaxWidth** | **number** | | [optional] [default to undefined]
|
|
25
|
+
**headerMarginTop** | **number** | | [optional] [default to undefined]
|
|
26
|
+
**headerMarginBottom** | **number** | | [optional] [default to undefined]
|
|
27
|
+
**headerMarginLeft** | **number** | | [optional] [default to undefined]
|
|
28
|
+
**headerMarginRight** | **number** | | [optional] [default to undefined]
|
|
29
|
+
**headerTop** | **number** | | [optional] [default to undefined]
|
|
30
|
+
**headerBottom** | **number** | | [optional] [default to undefined]
|
|
31
|
+
**headerLeft** | **number** | | [optional] [default to undefined]
|
|
32
|
+
**headerRight** | **number** | | [optional] [default to undefined]
|
|
33
|
+
**headerPaddingTop** | **number** | | [optional] [default to undefined]
|
|
34
|
+
**headerPaddingBottom** | **number** | | [optional] [default to undefined]
|
|
35
|
+
**headerPaddingLeft** | **number** | | [optional] [default to undefined]
|
|
36
|
+
**headerPaddingRight** | **number** | | [optional] [default to undefined]
|
|
37
|
+
**headerBorderRadiusTopLeft** | **number** | | [optional] [default to undefined]
|
|
38
|
+
**headerBorderRadiusTopRight** | **number** | | [optional] [default to undefined]
|
|
39
|
+
**headerBorderRadiusBottomLeft** | **number** | | [optional] [default to undefined]
|
|
40
|
+
**headerBorderRadiusBottomRight** | **number** | | [optional] [default to undefined]
|
|
41
|
+
**headerBorderWidthTop** | **number** | | [optional] [default to undefined]
|
|
42
|
+
**headerBorderWidthBottom** | **number** | | [optional] [default to undefined]
|
|
43
|
+
**headerBorderWidthLeft** | **number** | | [optional] [default to undefined]
|
|
44
|
+
**headerBorderWidthRight** | **number** | | [optional] [default to undefined]
|
|
45
|
+
**headerBorderColorTop** | **string** | | [optional] [default to undefined]
|
|
46
|
+
**headerBorderColorBottom** | **string** | | [optional] [default to undefined]
|
|
47
|
+
**headerBorderColorLeft** | **string** | | [optional] [default to undefined]
|
|
48
|
+
**headerBorderColorRight** | **string** | | [optional] [default to undefined]
|
|
49
|
+
**headerBorderStyleTop** | **string** | | [optional] [default to undefined]
|
|
50
|
+
**headerBorderStyleBottom** | **string** | | [optional] [default to undefined]
|
|
51
|
+
**headerBorderStyleLeft** | **string** | | [optional] [default to undefined]
|
|
52
|
+
**headerBorderStyleRight** | **string** | | [optional] [default to undefined]
|
|
53
|
+
**headerBehavior** | **string** | | [optional] [default to undefined]
|
|
54
|
+
**headerBehaviorOnMobile** | **string** | | [optional] [default to undefined]
|
|
55
|
+
**headerItemSpacing** | **number** | | [optional] [default to undefined]
|
|
56
|
+
**defaultLightHeader** | **boolean** | | [optional] [default to undefined]
|
|
57
|
+
**headerRevealOffset** | **number** | | [optional] [default to undefined]
|
|
58
|
+
**headerRevealSpeed** | **number** | | [optional] [default to undefined]
|
|
59
|
+
**mobileMenuAlwaysVisible** | **boolean** | | [optional] [default to undefined]
|
|
60
|
+
**mobileMenuDisplay** | **string** | | [optional] [default to undefined]
|
|
61
|
+
**mobileMenuText** | **string** | | [optional] [default to undefined]
|
|
62
|
+
**mobileMenuNextToHeader** | **boolean** | | [optional] [default to undefined]
|
|
63
|
+
**mobileMenuBehaviour** | **string** | | [optional] [default to undefined]
|
|
64
|
+
**mobileMenuBehaviourOnMobile** | **string** | | [optional] [default to undefined]
|
|
65
|
+
**headerBackgroundColor** | **string** | | [optional] [default to undefined]
|
|
66
|
+
**headerForegroundColor** | **string** | | [optional] [default to undefined]
|
|
67
|
+
**headerItemHoverBackgroundColor** | **string** | | [optional] [default to undefined]
|
|
68
|
+
**headerItemHoverForegroundColor** | **string** | | [optional] [default to undefined]
|
|
69
|
+
**headerBlur** | **boolean** | | [optional] [default to undefined]
|
|
70
|
+
**headerBlurAmount** | **number** | | [optional] [default to undefined]
|
|
71
|
+
**headerOpacity** | **number** | | [optional] [default to undefined]
|
|
72
|
+
**headerShadow** | **boolean** | | [optional] [default to undefined]
|
|
73
|
+
**headerButtonStyle** | **string** | | [optional] [default to undefined]
|
|
74
|
+
**headerButtonText** | **string** | | [optional] [default to undefined]
|
|
75
|
+
**headerButtonTextColor** | **string** | | [optional] [default to undefined]
|
|
76
|
+
**headerButtonLink** | **string** | | [optional] [default to undefined]
|
|
77
|
+
**headerButtonIcon** | **string** | | [optional] [default to undefined]
|
|
78
|
+
**headerButtonIconPosition** | **string** | | [optional] [default to undefined]
|
|
79
|
+
**headerButtonIconColor** | **string** | | [optional] [default to undefined]
|
|
80
|
+
**headerSecondaryButtonStyle** | **string** | | [optional] [default to undefined]
|
|
81
|
+
**headerSecondaryButtonText** | **string** | | [optional] [default to undefined]
|
|
82
|
+
**headerSecondaryButtonTextColor** | **string** | | [optional] [default to undefined]
|
|
83
|
+
**headerSecondaryButtonLink** | **string** | | [optional] [default to undefined]
|
|
84
|
+
**headerSecondaryButtonIcon** | **string** | | [optional] [default to undefined]
|
|
85
|
+
**headerSecondaryButtonIconPosition** | **string** | | [optional] [default to undefined]
|
|
86
|
+
**headerSecondaryButtonIconColor** | **string** | | [optional] [default to undefined]
|
|
87
|
+
**headerTertiaryButtonStyle** | **string** | | [optional] [default to undefined]
|
|
88
|
+
**headerTertiaryButtonText** | **string** | | [optional] [default to undefined]
|
|
89
|
+
**headerTertiaryButtonTextColor** | **string** | | [optional] [default to undefined]
|
|
90
|
+
**headerTertiaryButtonLink** | **string** | | [optional] [default to undefined]
|
|
91
|
+
**headerTertiaryButtonIcon** | **string** | | [optional] [default to undefined]
|
|
92
|
+
**headerTertiaryButtonIconPosition** | **string** | | [optional] [default to undefined]
|
|
93
|
+
**headerTertiaryButtonIconColor** | **string** | | [optional] [default to undefined]
|
|
94
|
+
**cookieText** | **string** | | [optional] [default to undefined]
|
|
95
|
+
**cookieAgreementText** | **string** | | [optional] [default to undefined]
|
|
96
|
+
**cssStyles** | **string** | | [optional] [default to undefined]
|
|
97
|
+
**headJsScript** | **string** | | [optional] [default to undefined]
|
|
98
|
+
**bodyJsScript** | **string** | | [optional] [default to undefined]
|
|
99
|
+
**trackingBodyJsScript** | **string** | | [optional] [default to undefined]
|
|
100
|
+
**footerImage** | **string** | | [optional] [default to undefined]
|
|
101
|
+
**footerImagePosition** | **string** | | [optional] [default to undefined]
|
|
102
|
+
**footerImageSize** | **string** | | [optional] [default to undefined]
|
|
103
|
+
**footerImageRepeat** | **string** | | [optional] [default to undefined]
|
|
104
|
+
**footerImageOpacity** | **number** | | [optional] [default to undefined]
|
|
105
|
+
**footerImageWidth** | **number** | | [optional] [default to undefined]
|
|
106
|
+
**footerImageHeight** | **number** | | [optional] [default to undefined]
|
|
107
|
+
**footerCopyrightText** | **string** | | [optional] [default to undefined]
|
|
108
|
+
**footerCompanyName** | **string** | | [optional] [default to undefined]
|
|
109
|
+
**footerCompanyLink** | **string** | | [optional] [default to undefined]
|
|
110
|
+
**footerCompanyText** | **string** | | [optional] [default to undefined]
|
|
111
|
+
**customFooterEnabled** | **boolean** | | [optional] [default to undefined]
|
|
112
|
+
**customFooterModuleUuid** | **string** | | [optional] [default to undefined]
|
|
113
|
+
**footerBackgroundColor** | **string** | | [optional] [default to undefined]
|
|
114
|
+
**footerForegroundColor** | **string** | | [optional] [default to undefined]
|
|
115
|
+
**footerShowSocialButtons** | **boolean** | | [optional] [default to undefined]
|
|
116
|
+
**footerShowTermsAndConditions** | **boolean** | | [optional] [default to undefined]
|
|
117
|
+
**footerShowPrivacyPolicy** | **boolean** | | [optional] [default to undefined]
|
|
118
|
+
**custom404WebpageUuid** | **string** | | [optional] [default to undefined]
|
|
119
|
+
**backToTopButton** | **boolean** | | [optional] [default to undefined]
|
|
120
|
+
**backToTopButtonPosition** | **string** | | [optional] [default to undefined]
|
|
121
|
+
**backToTopButtonIcon** | **string** | | [optional] [default to undefined]
|
|
122
|
+
**backToTopButtonIconPosition** | **string** | | [optional] [default to undefined]
|
|
123
|
+
**backToTopButtonText** | **string** | | [optional] [default to undefined]
|
|
124
|
+
**backToTopButtonColor** | **string** | | [optional] [default to undefined]
|
|
125
|
+
**backToTopButtonBackgroundColor** | **string** | | [optional] [default to undefined]
|
|
126
|
+
**backToTopButtonBorderColor** | **string** | | [optional] [default to undefined]
|
|
127
|
+
**backToTopButtonOnMobile** | **boolean** | | [optional] [default to undefined]
|
|
128
|
+
**animatedAnchorLinks** | **boolean** | | [optional] [default to undefined]
|
|
129
|
+
**maxWebsiteContainerWidth** | **number** | | [optional] [default to undefined]
|
|
130
|
+
**disableAnimationsOnMobile** | **boolean** | | [optional] [default to undefined]
|
|
131
|
+
**customFonts** | [**Array<CustomFontDTO>**](CustomFontDTO.md) | | [optional] [default to undefined]
|
|
132
|
+
**mainStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
133
|
+
**mainElementStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
134
|
+
**rowStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
135
|
+
**columnStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
136
|
+
**sectionStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
137
|
+
**textStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
138
|
+
**primaryButtonStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
139
|
+
**secondaryButtonStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
140
|
+
**tertiaryButtonStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
141
|
+
**imageStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
142
|
+
**videoStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
143
|
+
**formStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
144
|
+
**sliderStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
145
|
+
**accordionStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
146
|
+
**previewStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
147
|
+
**iconStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
148
|
+
**codeStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
149
|
+
**shareStyling** | [**PageContentStylingDTO**](PageContentStylingDTO.md) | | [optional] [default to undefined]
|
|
150
|
+
**uuid** | **string** | Unique identifier for the entity | [default to undefined]
|
|
151
|
+
**name** | **string** | The name of the entity | [default to undefined]
|
|
152
|
+
**label** | **string** | Display label for the entity, can be different from name | [optional] [default to undefined]
|
|
153
|
+
**createdAt** | **number** | Unix timestamp when the entity was created | [optional] [default to undefined]
|
|
154
|
+
**createdBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who created the entity | [optional] [default to undefined]
|
|
155
|
+
**updatedAt** | **number** | Unix timestamp when the entity was last updated | [optional] [default to undefined]
|
|
156
|
+
**updatedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who last updated the entity | [optional] [default to undefined]
|
|
157
|
+
**deletedAt** | **number** | Unix timestamp when the entity was deleted (null if not deleted) | [optional] [default to undefined]
|
|
158
|
+
**deletedBy** | [**ModelRecord**](ModelRecord.md) | Identifier of the user who deleted the entity | [optional] [default to undefined]
|
|
159
|
+
**index** | **number** | Index number for ordering entities | [optional] [default to undefined]
|
|
160
|
+
|
|
161
|
+
## Example
|
|
162
|
+
|
|
163
|
+
```typescript
|
|
164
|
+
import { WebsiteSettingsDTO } from '@caraer/client';
|
|
165
|
+
|
|
166
|
+
const instance: WebsiteSettingsDTO = {
|
|
167
|
+
subdomain,
|
|
168
|
+
customDomain,
|
|
169
|
+
recordType,
|
|
170
|
+
recordValue,
|
|
171
|
+
favicon,
|
|
172
|
+
logo,
|
|
173
|
+
logoDark,
|
|
174
|
+
logoLight,
|
|
175
|
+
logoUrl,
|
|
176
|
+
logoWidth,
|
|
177
|
+
logoHeight,
|
|
178
|
+
headerLayout,
|
|
179
|
+
headerminHeight,
|
|
180
|
+
headerMaxHeight,
|
|
181
|
+
headerMinWidth,
|
|
182
|
+
headerMaxWidth,
|
|
183
|
+
headerMarginTop,
|
|
184
|
+
headerMarginBottom,
|
|
185
|
+
headerMarginLeft,
|
|
186
|
+
headerMarginRight,
|
|
187
|
+
headerTop,
|
|
188
|
+
headerBottom,
|
|
189
|
+
headerLeft,
|
|
190
|
+
headerRight,
|
|
191
|
+
headerPaddingTop,
|
|
192
|
+
headerPaddingBottom,
|
|
193
|
+
headerPaddingLeft,
|
|
194
|
+
headerPaddingRight,
|
|
195
|
+
headerBorderRadiusTopLeft,
|
|
196
|
+
headerBorderRadiusTopRight,
|
|
197
|
+
headerBorderRadiusBottomLeft,
|
|
198
|
+
headerBorderRadiusBottomRight,
|
|
199
|
+
headerBorderWidthTop,
|
|
200
|
+
headerBorderWidthBottom,
|
|
201
|
+
headerBorderWidthLeft,
|
|
202
|
+
headerBorderWidthRight,
|
|
203
|
+
headerBorderColorTop,
|
|
204
|
+
headerBorderColorBottom,
|
|
205
|
+
headerBorderColorLeft,
|
|
206
|
+
headerBorderColorRight,
|
|
207
|
+
headerBorderStyleTop,
|
|
208
|
+
headerBorderStyleBottom,
|
|
209
|
+
headerBorderStyleLeft,
|
|
210
|
+
headerBorderStyleRight,
|
|
211
|
+
headerBehavior,
|
|
212
|
+
headerBehaviorOnMobile,
|
|
213
|
+
headerItemSpacing,
|
|
214
|
+
defaultLightHeader,
|
|
215
|
+
headerRevealOffset,
|
|
216
|
+
headerRevealSpeed,
|
|
217
|
+
mobileMenuAlwaysVisible,
|
|
218
|
+
mobileMenuDisplay,
|
|
219
|
+
mobileMenuText,
|
|
220
|
+
mobileMenuNextToHeader,
|
|
221
|
+
mobileMenuBehaviour,
|
|
222
|
+
mobileMenuBehaviourOnMobile,
|
|
223
|
+
headerBackgroundColor,
|
|
224
|
+
headerForegroundColor,
|
|
225
|
+
headerItemHoverBackgroundColor,
|
|
226
|
+
headerItemHoverForegroundColor,
|
|
227
|
+
headerBlur,
|
|
228
|
+
headerBlurAmount,
|
|
229
|
+
headerOpacity,
|
|
230
|
+
headerShadow,
|
|
231
|
+
headerButtonStyle,
|
|
232
|
+
headerButtonText,
|
|
233
|
+
headerButtonTextColor,
|
|
234
|
+
headerButtonLink,
|
|
235
|
+
headerButtonIcon,
|
|
236
|
+
headerButtonIconPosition,
|
|
237
|
+
headerButtonIconColor,
|
|
238
|
+
headerSecondaryButtonStyle,
|
|
239
|
+
headerSecondaryButtonText,
|
|
240
|
+
headerSecondaryButtonTextColor,
|
|
241
|
+
headerSecondaryButtonLink,
|
|
242
|
+
headerSecondaryButtonIcon,
|
|
243
|
+
headerSecondaryButtonIconPosition,
|
|
244
|
+
headerSecondaryButtonIconColor,
|
|
245
|
+
headerTertiaryButtonStyle,
|
|
246
|
+
headerTertiaryButtonText,
|
|
247
|
+
headerTertiaryButtonTextColor,
|
|
248
|
+
headerTertiaryButtonLink,
|
|
249
|
+
headerTertiaryButtonIcon,
|
|
250
|
+
headerTertiaryButtonIconPosition,
|
|
251
|
+
headerTertiaryButtonIconColor,
|
|
252
|
+
cookieText,
|
|
253
|
+
cookieAgreementText,
|
|
254
|
+
cssStyles,
|
|
255
|
+
headJsScript,
|
|
256
|
+
bodyJsScript,
|
|
257
|
+
trackingBodyJsScript,
|
|
258
|
+
footerImage,
|
|
259
|
+
footerImagePosition,
|
|
260
|
+
footerImageSize,
|
|
261
|
+
footerImageRepeat,
|
|
262
|
+
footerImageOpacity,
|
|
263
|
+
footerImageWidth,
|
|
264
|
+
footerImageHeight,
|
|
265
|
+
footerCopyrightText,
|
|
266
|
+
footerCompanyName,
|
|
267
|
+
footerCompanyLink,
|
|
268
|
+
footerCompanyText,
|
|
269
|
+
customFooterEnabled,
|
|
270
|
+
customFooterModuleUuid,
|
|
271
|
+
footerBackgroundColor,
|
|
272
|
+
footerForegroundColor,
|
|
273
|
+
footerShowSocialButtons,
|
|
274
|
+
footerShowTermsAndConditions,
|
|
275
|
+
footerShowPrivacyPolicy,
|
|
276
|
+
custom404WebpageUuid,
|
|
277
|
+
backToTopButton,
|
|
278
|
+
backToTopButtonPosition,
|
|
279
|
+
backToTopButtonIcon,
|
|
280
|
+
backToTopButtonIconPosition,
|
|
281
|
+
backToTopButtonText,
|
|
282
|
+
backToTopButtonColor,
|
|
283
|
+
backToTopButtonBackgroundColor,
|
|
284
|
+
backToTopButtonBorderColor,
|
|
285
|
+
backToTopButtonOnMobile,
|
|
286
|
+
animatedAnchorLinks,
|
|
287
|
+
maxWebsiteContainerWidth,
|
|
288
|
+
disableAnimationsOnMobile,
|
|
289
|
+
customFonts,
|
|
290
|
+
mainStyling,
|
|
291
|
+
mainElementStyling,
|
|
292
|
+
rowStyling,
|
|
293
|
+
columnStyling,
|
|
294
|
+
sectionStyling,
|
|
295
|
+
textStyling,
|
|
296
|
+
primaryButtonStyling,
|
|
297
|
+
secondaryButtonStyling,
|
|
298
|
+
tertiaryButtonStyling,
|
|
299
|
+
imageStyling,
|
|
300
|
+
videoStyling,
|
|
301
|
+
formStyling,
|
|
302
|
+
sliderStyling,
|
|
303
|
+
accordionStyling,
|
|
304
|
+
previewStyling,
|
|
305
|
+
iconStyling,
|
|
306
|
+
codeStyling,
|
|
307
|
+
shareStyling,
|
|
308
|
+
uuid,
|
|
309
|
+
name,
|
|
310
|
+
label,
|
|
311
|
+
createdAt,
|
|
312
|
+
createdBy,
|
|
313
|
+
updatedAt,
|
|
314
|
+
updatedBy,
|
|
315
|
+
deletedAt,
|
|
316
|
+
deletedBy,
|
|
317
|
+
index,
|
|
318
|
+
};
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/git_push.sh
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
|
|
3
|
+
#
|
|
4
|
+
# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
|
|
5
|
+
|
|
6
|
+
git_user_id=$1
|
|
7
|
+
git_repo_id=$2
|
|
8
|
+
release_note=$3
|
|
9
|
+
git_host=$4
|
|
10
|
+
|
|
11
|
+
if [ "$git_host" = "" ]; then
|
|
12
|
+
git_host="github.com"
|
|
13
|
+
echo "[INFO] No command line input provided. Set \$git_host to $git_host"
|
|
14
|
+
fi
|
|
15
|
+
|
|
16
|
+
if [ "$git_user_id" = "" ]; then
|
|
17
|
+
git_user_id="GIT_USER_ID"
|
|
18
|
+
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
|
19
|
+
fi
|
|
20
|
+
|
|
21
|
+
if [ "$git_repo_id" = "" ]; then
|
|
22
|
+
git_repo_id="GIT_REPO_ID"
|
|
23
|
+
echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
|
|
24
|
+
fi
|
|
25
|
+
|
|
26
|
+
if [ "$release_note" = "" ]; then
|
|
27
|
+
release_note="Minor update"
|
|
28
|
+
echo "[INFO] No command line input provided. Set \$release_note to $release_note"
|
|
29
|
+
fi
|
|
30
|
+
|
|
31
|
+
# Initialize the local directory as a Git repository
|
|
32
|
+
git init
|
|
33
|
+
|
|
34
|
+
# Adds the files in the local repository and stages them for commit.
|
|
35
|
+
git add .
|
|
36
|
+
|
|
37
|
+
# Commits the tracked changes and prepares them to be pushed to a remote repository.
|
|
38
|
+
git commit -m "$release_note"
|
|
39
|
+
|
|
40
|
+
# Sets the new remote
|
|
41
|
+
git_remote=$(git remote)
|
|
42
|
+
if [ "$git_remote" = "" ]; then # git remote not defined
|
|
43
|
+
|
|
44
|
+
if [ "$GIT_TOKEN" = "" ]; then
|
|
45
|
+
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
|
|
46
|
+
git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
|
|
47
|
+
else
|
|
48
|
+
git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
|
|
49
|
+
fi
|
|
50
|
+
|
|
51
|
+
fi
|
|
52
|
+
|
|
53
|
+
git pull origin master
|
|
54
|
+
|
|
55
|
+
# Pushes (Forces) the changes in the local repository up to the remote repository
|
|
56
|
+
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
|
|
57
|
+
git push origin master 2>&1 | grep -v 'To https'
|
package/index.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Caraer API Documentation
|
|
5
|
+
* This documentation provides an overview of the Caraer API, including authentication methods, endpoint details, data models, and integration guidelines for building on the Caraer platform.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
export * from "./api";
|
|
17
|
+
export * from "./configuration";
|
|
18
|
+
|
package/package.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@caraer/client",
|
|
3
|
+
"version": "2.0.347",
|
|
4
|
+
"description": "Generated TypeScript client for the Caraer API",
|
|
5
|
+
"author": "OpenAPI-Generator Contributors",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/Caraer-HQ/caraer-js-client.git"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [
|
|
11
|
+
"axios",
|
|
12
|
+
"typescript",
|
|
13
|
+
"openapi-client",
|
|
14
|
+
"openapi-generator",
|
|
15
|
+
"@caraer/client"
|
|
16
|
+
],
|
|
17
|
+
"license": "Unlicense",
|
|
18
|
+
"main": "./dist/index.js",
|
|
19
|
+
"typings": "./dist/index.d.ts",
|
|
20
|
+
"module": "./dist/esm/index.js",
|
|
21
|
+
"sideEffects": false,
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "tsc && tsc -p tsconfig.esm.json",
|
|
24
|
+
"prepare": "npm run build"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"axios": "^1.16.0"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@types/node": "12.11.5 - 12.20.42",
|
|
31
|
+
"typescript": "^4.0 || ^5.0"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://developer.caraer.com",
|
|
34
|
+
"bugs": {
|
|
35
|
+
"url": "https://github.com/Caraer-HQ/caraer-js-client/issues"
|
|
36
|
+
}
|
|
37
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"declaration": true,
|
|
4
|
+
"target": "ES6",
|
|
5
|
+
"module": "commonjs",
|
|
6
|
+
"noImplicitAny": true,
|
|
7
|
+
"outDir": "dist",
|
|
8
|
+
"rootDir": ".",
|
|
9
|
+
"moduleResolution": "node",
|
|
10
|
+
"typeRoots": [
|
|
11
|
+
"node_modules/@types"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"exclude": [
|
|
15
|
+
"dist",
|
|
16
|
+
"node_modules"
|
|
17
|
+
]
|
|
18
|
+
}
|