Skip to content

Commit

Permalink
Added missed types, update swagger. (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-myles authored Dec 2, 2024
1 parent e8a166c commit 46b20a1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/santa-sleigh/api/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,7 @@ const docTemplate = `{
"join_goats",
"join_tapcoins",
"join_tokyobeast",
"join_twitter_pichain",
"join_sugar",
"watch_video_with_code_confirmation_1",
"invite_friends_5",
Expand Down Expand Up @@ -1142,6 +1143,7 @@ const docTemplate = `{
"JoinGoatsType",
"JoinTapcoinsType",
"JoinTokyobeastType",
"JoinTwitterPichainType",
"JoinSugarType",
"WatchVideoWithCodeConfirmation1Type",
"InviteFriends5Type",
Expand Down
2 changes: 2 additions & 0 deletions cmd/santa-sleigh/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@
"join_goats",
"join_tapcoins",
"join_tokyobeast",
"join_twitter_pichain",
"join_sugar",
"watch_video_with_code_confirmation_1",
"invite_friends_5",
Expand Down Expand Up @@ -1135,6 +1136,7 @@
"JoinGoatsType",
"JoinTapcoinsType",
"JoinTokyobeastType",
"JoinTwitterPichainType",
"JoinSugarType",
"WatchVideoWithCodeConfirmation1Type",
"InviteFriends5Type",
Expand Down
2 changes: 2 additions & 0 deletions cmd/santa-sleigh/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ definitions:
- join_goats
- join_tapcoins
- join_tokyobeast
- join_twitter_pichain
- join_sugar
- watch_video_with_code_confirmation_1
- invite_friends_5
Expand Down Expand Up @@ -308,6 +309,7 @@ definitions:
- JoinGoatsType
- JoinTapcoinsType
- JoinTokyobeastType
- JoinTwitterPichainType
- JoinSugarType
- WatchVideoWithCodeConfirmation1Type
- InviteFriends5Type
Expand Down
2 changes: 2 additions & 0 deletions cmd/santa/api/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ const docTemplate = `{
"join_goats",
"join_tapcoins",
"join_tokyobeast",
"join_twitter_pichain",
"join_sugar",
"watch_video_with_code_confirmation_1",
"invite_friends_5",
Expand Down Expand Up @@ -714,6 +715,7 @@ const docTemplate = `{
"JoinGoatsType",
"JoinTapcoinsType",
"JoinTokyobeastType",
"JoinTwitterPichainType",
"JoinSugarType",
"WatchVideoWithCodeConfirmation1Type",
"InviteFriends5Type",
Expand Down
2 changes: 2 additions & 0 deletions cmd/santa/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@
"join_goats",
"join_tapcoins",
"join_tokyobeast",
"join_twitter_pichain",
"join_sugar",
"watch_video_with_code_confirmation_1",
"invite_friends_5",
Expand Down Expand Up @@ -708,6 +709,7 @@
"JoinGoatsType",
"JoinTapcoinsType",
"JoinTokyobeastType",
"JoinTwitterPichainType",
"JoinSugarType",
"WatchVideoWithCodeConfirmation1Type",
"InviteFriends5Type",
Expand Down
2 changes: 2 additions & 0 deletions cmd/santa/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ definitions:
- join_goats
- join_tapcoins
- join_tokyobeast
- join_twitter_pichain
- join_sugar
- watch_video_with_code_confirmation_1
- invite_friends_5
Expand Down Expand Up @@ -304,6 +305,7 @@ definitions:
- JoinGoatsType
- JoinTapcoinsType
- JoinTokyobeastType
- JoinTwitterPichainType
- JoinSugarType
- WatchVideoWithCodeConfirmation1Type
- InviteFriends5Type
Expand Down
2 changes: 2 additions & 0 deletions tasks/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ const (
JoinGoatsType Type = "join_goats"
JoinTapcoinsType Type = "join_tapcoins"
JoinTokyobeastType Type = "join_tokyobeast"
JoinTwitterPichainType Type = "join_twitter_pichain"
JoinSugarType Type = "join_sugar"

WatchVideoWithCodeConfirmation1Type Type = "watch_video_with_code_confirmation_1"
InviteFriends5Type Type = "invite_friends_5"
Expand Down

0 comments on commit 46b20a1

Please sign in to comment.