Skip to content

Commit

Permalink
remove readonly modifier from $kind members (#3523)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengum authored Apr 5, 2021
1 parent 33da3ec commit 65599cc
Show file tree
Hide file tree
Showing 52 changed files with 52 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class GetMeetingParticipant extends Dialog implements GetMeetingParticipa
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.GetMeetingParticipant';
static $kind = 'Teams.GetMeetingParticipant';

/**
* Gets or sets an optional expression which if is true will disable this action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class GetMember extends Dialog implements GetMemberConfiguration {
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.GetMember';
static $kind = 'Teams.GetMember';

/**
* Gets or sets an optional expression which if is true will disable this action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class GetPagedMembers extends Dialog implements GetPagedMembersConfigurat
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.GetPagedMembers';
static $kind = 'Teams.GetPagedMembers';

/**
* Gets or sets an optional expression which if is true will disable this action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class GetPagedTeamMembers extends Dialog implements GetPagedTeamMembersCo
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.GetPagedTeamMembers';
static $kind = 'Teams.GetPagedTeamMembers';

/**
* Gets or sets an optional expression which if is true will disable this action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class GetTeamChannels extends Dialog implements GetTeamChannelsConfigurat
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.GetTeamChannels';
static $kind = 'Teams.GetTeamChannels';

/**
* Gets or sets an optional expression which if is true will disable this action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class GetTeamDetails extends Dialog implements GetTeamDetailsConfiguratio
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.GetTeamDetails';
static $kind = 'Teams.GetTeamDetails';

/**
* Gets or sets an optional expression which if is true will disable this action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class GetTeamMember extends Dialog implements GetTeamMemberConfiguration
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.GetTeamMember';
static $kind = 'Teams.GetTeamMember';

/**
* Gets or sets an optional expression which if is true will disable this action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class SendAppBasedLinkQueryResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendAppBasedLinkQueryResponse';
static $kind = 'Teams.SendAppBasedLinkQueryResponse';

/**
* Gets or sets template for the attachment template of a Thumbnail or Hero Card to send.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class SendMEActionResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendMEActionResponse';
static $kind = 'Teams.SendMEActionResponse';

/**
* Gets or sets template for the attachment template of a Thumbnail or Hero Card to send.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class SendMEAttachmentsResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendMEAttachmentsResponse';
static $kind = 'Teams.SendMEAttachmentsResponse';

/**
* Gets or sets the Activity containing the Attachments to send.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class SendMEAuthResponse extends BaseAuthResponseDialog implements BaseAu
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendMEAuthResponse';
static $kind = 'Teams.SendMEAuthResponse';

/**
* Builds the compute Id for the dialog.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SendMEBotMessagePreviewResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendMEBotMessagePreviewResponse';
static $kind = 'Teams.SendMEBotMessagePreviewResponse';

/**
* Gets or sets template for the attachment template of a Thumbnail or Hero Card to send.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class SendMEConfigQuerySettingUrlResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendMEConfigQuerySettingUrlResponse';
static $kind = 'Teams.SendMEConfigQuerySettingUrlResponse';

/**
* Gets or sets config url response to send.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class SendMEMessageResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendMEMessageResponse';
static $kind = 'Teams.SendMEMessageResponse';

/**
* Gets or sets the template or text to use to generate the response message to send.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class SendMESelectItemResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendMESelectItemResponse';
static $kind = 'Teams.SendMESelectItemResponse';

/**
* Gets or sets template for the attachment template of a Thumbnail or Hero Card to send.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class SendMessageToTeamsChannel extends Dialog implements SendMessageToTe
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendMessageToTeamsChannel';
static $kind = 'Teams.SendMessageToTeamsChannel';

/**
* Gets or sets an optional expression which if is true will disable this action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SendTaskModuleCardResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendTaskModuleCardResponse';
static $kind = 'Teams.SendTaskModuleCardResponse';

/**
* Gets or sets template for the attachment template of a Thumbnail or Hero Card to send.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class SendTaskModuleMessageResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendTaskModuleMessageResponse';
static $kind = 'Teams.SendTaskModuleMessageResponse';

/**
* Gets or sets the template or text to use to generate the response message to send.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class SendTaskModuleUrlResponse
/**
* Class identifier.
*/
public static readonly $kind = 'Teams.SendTaskModuleUrlResponse';
static $kind = 'Teams.SendTaskModuleUrlResponse';

/**
* Gets or sets an optional expression for the Url of the Task Module response.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name == 'composeExtension/queryLink'.
*/
export class OnTeamsAppBasedLinkQuery extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnAppBasedLinkQuery';
static $kind = 'Teams.OnAppBasedLinkQuery';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with no activity.name.
*/
export class OnTeamsCardAction extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnCardAction';
static $kind = 'Teams.OnCardAction';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { OnConversationUpdateActivity } from 'botbuilder-dialogs-adaptive';
* Note: turn.activity.channelData.Teams has team data.
*/
export class OnTeamsChannelCreated extends OnConversationUpdateActivity {
public static readonly $kind = 'Teams.OnChannelCreated';
static $kind = 'Teams.OnChannelCreated';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { OnConversationUpdateActivity } from 'botbuilder-dialogs-adaptive';
* Note: turn.activity.channelData.Teams has team data.
*/
export class OnTeamsChannelDeleted extends OnConversationUpdateActivity {
public static readonly $kind = 'Teams.OnChannelDeleted';
static $kind = 'Teams.OnChannelDeleted';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { OnConversationUpdateActivity } from 'botbuilder-dialogs-adaptive';
* Note: turn.activity.channelData.Teams has team data.
*/
export class OnTeamsChannelRenamed extends OnConversationUpdateActivity {
public static readonly $kind = 'Teams.OnChannelRenamed';
static $kind = 'Teams.OnChannelRenamed';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { OnConversationUpdateActivity } from 'botbuilder-dialogs-adaptive';
* Note: turn.activity.channelData.Teams has team data.
*/
export class OnTeamsChannelRestored extends OnConversationUpdateActivity {
public static readonly $kind = 'Teams.OnChannelRestored';
static $kind = 'Teams.OnChannelRestored';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name == 'fileConsent/invoke'.
*/
export class OnTeamsFileConsent extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnFileConsent';
static $kind = 'Teams.OnFileConsent';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* and activity.value.botMessagePreviewAction == 'edit'.
*/
export class OnTeamsMEBotMessagePreviewEdit extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMEBotMessagePreviewEdit';
static $kind = 'Teams.OnMEBotMessagePreviewEdit';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* and activity.value.botMessagePreviewAction == 'send'.
*/
export class OnTeamsMEBotMessagePreviewSend extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMEBotMessagePreviewEdit';
static $kind = 'Teams.OnMEBotMessagePreviewEdit';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='composeExtension/onCardButtonClicked'.
*/
export class OnTeamsMECardButtonClicked extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMECardButtonClicked';
static $kind = 'Teams.OnMECardButtonClicked';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='composeExtension/querySettingUrl'.
*/
export class OnTeamsMEConfigQuerySettingUrl extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMEConfigQuerySettingUrl';
static $kind = 'Teams.OnMEConfigQuerySettingUrl';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='composeExtension/setting'.
*/
export class OnTeamsMEConfigSetting extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMEConfigSetting';
static $kind = 'Teams.OnMEConfigSetting';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='composeExtension/setting'.
*/
export class OnTeamsMEConfigurationSetting extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMEConfigurationSetting';
static $kind = 'Teams.OnMEConfigurationSetting';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received when activity.name='composeExtension/fetchTask'.
*/
export class OnTeamsMEFetchTask extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMEFetchTask';
static $kind = 'Teams.OnMEFetchTask';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='composeExtension/query'.
*/
export class OnTeamsMEQuery extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMEQuery';
static $kind = 'Teams.OnMEQuery';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='composeExtension/selectItem'.
*/
export class OnTeamsMESelectItem extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMESelectItem';
static $kind = 'Teams.OnMESelectItem';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='composeExtension/submitAction'.
*/
export class OnTeamsMESubmitAction extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnMESubmitAction';
static $kind = 'Teams.OnMESubmitAction';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received for 'actionableMessage/executeAction'.
*/
export class OnTeamsO365ConnectorCardAction extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnO365ConnectorCardAction';
static $kind = 'Teams.OnO365ConnectorCardAction';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='tab/fetch'.
*/
export class OnTeamsTabFetch extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnTabFetch';
static $kind = 'Teams.OnTabFetch';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='tab/submit'.
*/
export class OnTeamsTabSubmit extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnTabSubmit';
static $kind = 'Teams.OnTabSubmit';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='task/fetch'.
*/
export class OnTeamsTaskModuleFetch extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnTaskModuleFetch';
static $kind = 'Teams.OnTaskModuleFetch';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { OnInvokeActivity } from 'botbuilder-dialogs-adaptive';
* Actions triggered when a Teams InvokeActivity is received with activity.name='task/submit'.
*/
export class OnTeamsTaskModuleSubmit extends OnInvokeActivity {
public static readonly $kind = 'Teams.OnTaskModuleSubmit';
static $kind = 'Teams.OnTaskModuleSubmit';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { OnConversationUpdateActivity } from 'botbuilder-dialogs-adaptive';
* Note: turn.activity.channelData.Teams has team data.
*/
export class OnTeamsTeamArchived extends OnConversationUpdateActivity {
public static readonly $kind = 'Teams.OnTeamArchived';
static $kind = 'Teams.OnTeamArchived';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { OnConversationUpdateActivity } from 'botbuilder-dialogs-adaptive';
* Note: turn.activity.channelData.Teams has team data.
*/
export class OnTeamsTeamDeleted extends OnConversationUpdateActivity {
public static readonly $kind = 'Teams.OnTeamDeleted';
static $kind = 'Teams.OnTeamDeleted';

/**
* Create expression for this condition.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { OnConversationUpdateActivity } from 'botbuilder-dialogs-adaptive';
* Note: turn.activity.channelData.Teams has team data.
*/
export class OnTeamsTeamHardDeleted extends OnConversationUpdateActivity {
public static readonly $kind = 'Teams.OnTeamHardDeleted';
static $kind = 'Teams.OnTeamHardDeleted';

/**
* Create expression for this condition.
Expand Down
Loading

0 comments on commit 65599cc

Please sign in to comment.