@@ -3,20 +3,20 @@ package types
3
3
// DONTCOVER
4
4
5
5
const (
6
- EventTypeProfileSaved = "profile_saved "
7
- EventTypeProfileDeleted = "profile_deleted "
8
- EventTypeDTagTransferRequest = "dtag_transfer_request "
9
- EventTypeDTagTransferAccept = "dtag_transfer_accept "
10
- EventTypeDTagTransferRefuse = "dtag_transfer_refuse "
11
- EventTypeDTagTransferCancel = "dtag_transfer_cancel "
6
+ EventTypeProfileSaved = "save_profile "
7
+ EventTypeProfileDeleted = "delete_profile "
8
+ EventTypeDTagTransferRequest = "create_dtag_transfer_request "
9
+ EventTypeDTagTransferAccept = "accept_dtag_transfer_request "
10
+ EventTypeDTagTransferRefuse = "refuse_dtag_transfer_request "
11
+ EventTypeDTagTransferCancel = "cancel_dtag_transfer_request "
12
12
EventTypeLinkChainAccount = "link_chain_account"
13
13
EventTypeUnlinkChainAccount = "unlink_chain_account"
14
14
EventTypeLinkChainAccountPacket = "link_chain_account_packet"
15
- EventTypePacket = "profiles_verification_packet "
15
+ EventTypePacket = "receive_profiles_verification_packet "
16
16
EventTypeTimeout = "timeout"
17
- EventTypesApplicationLinkCreated = "application_link_created"
17
+ EventTypesApplicationLinkCreated = "link_application"
18
+ EventTypeApplicationLinkDeleted = "unlink_application"
18
19
EventTypesApplicationLinkSaved = "application_link_saved"
19
- EventTypeApplicationLinkDeleted = "application_link_deleted"
20
20
21
21
AttributeKeyProfileDTag = "profile_dtag"
22
22
AttributeKeyProfileCreator = "profile_creator"
0 commit comments