File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Scripts/Services/Assistant Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,19 @@ public enum ActionTypeEnum
4343 /// Enum SERVER for server
4444 /// </summary>
4545 [ EnumMember ( Value = "server" ) ]
46- SERVER
46+ SERVER ,
47+
48+ /// <summary>
49+ /// Enum CLOUD_FUNCTION for cloud_function
50+ /// </summary>
51+ [ EnumMember ( Value = "cloud_function" ) ]
52+ CLOUD_FUNCTION ,
53+
54+ /// <summary>
55+ /// Enum WEB_ACTION for web_action
56+ /// </summary>
57+ [ EnumMember ( Value = "web_action" ) ]
58+ WEB_ACTION
4759 }
4860
4961 /// <summary>
Original file line number Diff line number Diff line change @@ -40,7 +40,19 @@ public enum ActionTypeEnum
4040 /// Enum server for server
4141 /// </summary>
4242 [ EnumMember ( Value = "server" ) ]
43- server
43+ server ,
44+
45+ /// <summary>
46+ /// Enum WEB_ACTION for web-action
47+ /// </summary>
48+ [ EnumMember ( Value = "web-action" ) ]
49+ web_action ,
50+
51+ /// <summary>
52+ /// Enum CLOUD_FUNCTION for cloud-function
53+ /// </summary>
54+ [ EnumMember ( Value = "cloud-function" ) ]
55+ cloud_function
4456 }
4557
4658 /// <summary>
You can’t perform that action at this time.
0 commit comments