mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 12:27:49 +00:00
88 lines
6.7 KiB
Markdown
88 lines
6.7 KiB
Markdown
# GetUserIdentiyProviderExternalIdUserOption
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetUserIdentiyProviderExternalIdUserOption } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: GetUserIdentiyProviderExternalIdUserOption = {
|
|
allowPrivateMessages: false,
|
|
autoTrackTopicsAfterMsecs: 237173,
|
|
automaticallyUnpinTopics: false,
|
|
colorSchemeId: "<value>",
|
|
darkSchemeId: "<value>",
|
|
digestAfterMinutes: 614465,
|
|
dynamicFavicon: false,
|
|
emailDigests: false,
|
|
emailInReplyTo: false,
|
|
emailLevel: 839513,
|
|
emailMessagesLevel: 33074,
|
|
emailPreviousReplies: 522371,
|
|
enableAllowedPmUsers: false,
|
|
enableDefer: false,
|
|
enableQuoting: false,
|
|
externalLinksInNewTab: false,
|
|
hideProfileAndPresence: false,
|
|
homepageId: "<value>",
|
|
includeTl0InDigests: false,
|
|
likeNotificationFrequency: 15606,
|
|
mailingListMode: false,
|
|
mailingListModeFrequency: 513075,
|
|
newTopicDurationMinutes: 428796,
|
|
notificationLevelWhenReplying: 649832,
|
|
skipNewUserTips: false,
|
|
textSize: "<value>",
|
|
textSizeSeq: 68074,
|
|
themeIds: [
|
|
"<value>",
|
|
],
|
|
themeKeySeq: 544591,
|
|
timezone: "Europe/Dublin",
|
|
titleCountMode: "<value>",
|
|
userId: 32465,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
|
| `allowPrivateMessages` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `autoTrackTopicsAfterMsecs` | *number* | :heavy_check_mark: | N/A |
|
|
| `automaticallyUnpinTopics` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `bookmarkAutoDeletePreference` | *number* | :heavy_minus_sign: | N/A |
|
|
| `colorSchemeId` | *string* | :heavy_check_mark: | N/A |
|
|
| `darkSchemeId` | *string* | :heavy_check_mark: | N/A |
|
|
| `defaultCalendar` | *string* | :heavy_minus_sign: | N/A |
|
|
| `digestAfterMinutes` | *number* | :heavy_check_mark: | N/A |
|
|
| `dynamicFavicon` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `emailDigests` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `emailInReplyTo` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `emailLevel` | *number* | :heavy_check_mark: | N/A |
|
|
| `emailMessagesLevel` | *number* | :heavy_check_mark: | N/A |
|
|
| `emailPreviousReplies` | *number* | :heavy_check_mark: | N/A |
|
|
| `enableAllowedPmUsers` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `enableDefer` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `enableQuoting` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `externalLinksInNewTab` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `hideProfileAndPresence` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `homepageId` | *string* | :heavy_check_mark: | N/A |
|
|
| `includeTl0InDigests` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `likeNotificationFrequency` | *number* | :heavy_check_mark: | N/A |
|
|
| `mailingListMode` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `mailingListModeFrequency` | *number* | :heavy_check_mark: | N/A |
|
|
| `newTopicDurationMinutes` | *number* | :heavy_check_mark: | N/A |
|
|
| `notificationLevelWhenReplying` | *number* | :heavy_check_mark: | N/A |
|
|
| `oldestSearchLogDate` | *string* | :heavy_minus_sign: | N/A |
|
|
| `seenPopups` | *any*[] | :heavy_minus_sign: | N/A |
|
|
| `sidebarLinkToFilteredList` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `sidebarShowCountOfNewItems` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `skipNewUserTips` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `textSize` | *string* | :heavy_check_mark: | N/A |
|
|
| `textSizeSeq` | *number* | :heavy_check_mark: | N/A |
|
|
| `themeIds` | *any*[] | :heavy_check_mark: | N/A |
|
|
| `themeKeySeq` | *number* | :heavy_check_mark: | N/A |
|
|
| `timezone` | *string* | :heavy_check_mark: | N/A |
|
|
| `titleCountMode` | *string* | :heavy_check_mark: | N/A |
|
|
| `userId` | *number* | :heavy_check_mark: | N/A |
|
|
| `watchedPrecedenceOverMuted` | *boolean* | :heavy_minus_sign: | N/A | |