-
Notifications
You must be signed in to change notification settings - Fork 13.1k
refactor(core-typings): Record types missing a required _updatedAt field
#38528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
tassoevan
wants to merge
23
commits into
develop
Choose a base branch
from
refactor/optional-updated-at-field
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+127
−115
Draft
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
82765dd
refactor(core-typings): remove `_updatedAt` from `IInstanceStatus`
tassoevan 018e772
refactor(core-typings): reset `_updatedAt` field on `ICustomSound`
tassoevan 4d43b80
refactor(core-typings): reset `_updatedAt` field on `ICustomUserStatus`
tassoevan 4aa2c53
refactor(core-typings): delete `IInquiry`
tassoevan e579073
refactor(core-typings): reset `_updatedAt` field on `ILivechatBusines…
tassoevan b34f559
refactor(core-typings): reset `_updatedAt` field on `ILivechatDepartm…
tassoevan 8323d64
refactor: update `ICustomSoundsModel.setName` method to return the up…
tassoevan 30105f1
refactor(core-typings): extend `ICronHistoryItem` to implement `IRock…
tassoevan 6fc2214
refactor(core-typings): update `ISmarshHistory` to extend `IRocketCha…
tassoevan a91e28a
refactor(core-typings): extend `IEmailMessageHistory` to implement `I…
tassoevan e8a28d7
refactor(core-typings,model-typings,models): implement `ICredentialTo…
tassoevan 12bf0cf
refactor(core-typings): change `FederationKey` to interface and exten…
tassoevan 45d16ec
refactor(core-typings): extend `IOAuthAuthCode` to implement `IRocket…
tassoevan b12dfab
refactor(core-typings): extend `IOAuthRefreshToken` to implement `IRo…
tassoevan b0e38c7
refactor(core-typings): extend `IOAuthAccessToken` to implement `IRoc…
tassoevan 568a29f
refactor(core-typings): update `IWorkspaceCredentials` to extend `IRo…
tassoevan f702b47
refactor(core-typings): update `IReadReceipt` to extend `IRocketChatR…
tassoevan 9f56fe0
refactor(core-typings): update `IControl` to extend `IRocketChatRecord`
tassoevan c0b987e
refactor(core-typings): update `IPermission` to extend `IRocketChatRe…
tassoevan 2d062af
refactor(core-typings): update `IServerEvent` to extend `IRocketChatR…
tassoevan e7f1e1a
refactor(core-typings,models): update `IOEmbedCache` to extend `IRock…
tassoevan 22057ec
refactor(core-typings): add `_updatedAt` field to role objects and up…
tassoevan 717769b
refactor(core-typings): update `ILivechatTag` to extend `IRocketChatR…
tassoevan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
apps/meteor/client/views/omnichannel/tags/TagEditWithDepartmentData.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| export interface ICustomSound { | ||
| _id: string; | ||
| import type { IRocketChatRecord } from './IRocketChatRecord'; | ||
|
|
||
| export interface ICustomSound extends IRocketChatRecord { | ||
| name: string; | ||
| extension: string; | ||
| src?: string; | ||
| random?: unknown; | ||
| _updatedAt?: Date; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| import type { IRocketChatRecord } from './IRocketChatRecord'; | ||
| import type { IUserStatus } from './IUserStatus'; | ||
|
|
||
| export interface ICustomUserStatus extends IUserStatus { | ||
| _updatedAt?: Date; | ||
| } | ||
| export interface ICustomUserStatus extends IUserStatus, IRocketChatRecord {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| export interface IEmailMessageHistory { | ||
| _id: string; | ||
| import type { IRocketChatRecord } from './IRocketChatRecord'; | ||
|
|
||
| export interface IEmailMessageHistory extends IRocketChatRecord { | ||
| email: string; | ||
| createdAt?: Date; | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.