Skip to content

Commit

Permalink
Automated interface update 2024-10-30_12:07:44
Browse files Browse the repository at this point in the history
  • Loading branch information
plenty-cicd-3 committed Oct 30, 2024
1 parent 1c7944c commit a9e4185
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 0 deletions.
200 changes: 200 additions & 0 deletions modules/ROOT/pages/Flow.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,22 @@ a|
|===


[source%nowrap, php]
[#issystemspecific]
----
public isSystemSpecific():bool
----









[source%nowrap, php]
[#addoperators]
----
Expand Down Expand Up @@ -1410,6 +1426,106 @@ public getTooltip():string



[source%nowrap, php]
[#issystemspecific]
----
public isSystemSpecific():bool
----









[source%nowrap, php]
[#setworkflowname]
----
public setWorkflowName($workflowName):void
----









.*Parameters*
[cols="3,1,6"]
|===
|Name |Type |Description
a|`$workflowName`
|link:http://php.net/string[string^]
a|
|===


[source%nowrap, php]
[#getworkflowname]
----
public getWorkflowName():string
----









[source%nowrap, php]
[#setstepname]
----
public setStepName($stepName):void
----









.*Parameters*
[cols="3,1,6"]
|===
|Name |Type |Description
a|`$stepName`
|link:http://php.net/string[string^]
a|
|===


[source%nowrap, php]
[#getstepname]
----
public getStepName():string
----









[source%nowrap, php]
[#performtask]
----
Expand Down Expand Up @@ -1665,6 +1781,90 @@ a|
|===


[source%nowrap, php]
[#setworkflowname]
----
public setWorkflowName($workflowName):void
----









.*Parameters*
[cols="3,1,6"]
|===
|Name |Type |Description
a|`$workflowName`
|link:http://php.net/string[string^]
a|
|===


[source%nowrap, php]
[#getworkflowname]
----
public getWorkflowName():string
----









[source%nowrap, php]
[#setstepname]
----
public setStepName($stepName):void
----









.*Parameters*
[cols="3,1,6"]
|===
|Name |Type |Description
a|`$stepName`
|link:http://php.net/string[string^]
a|
|===


[source%nowrap, php]
[#getstepname]
----
public getStepName():string
----









[source%nowrap, php]
[#validateconfigfields]
----
Expand Down
30 changes: 30 additions & 0 deletions modules/ROOT/pages/Messenger.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,36 @@ a|The amount of messages to list (defaults to 50)
|===


[source%nowrap, php]
[#listconversationmessages]
----
public listConversationMessages($conversationUuid, $isDeleted = false):Plenty\Repositories\Models\PaginatedResult
----




====== *Return type:* xref:Miscellaneous.adoc#miscellaneous_models_paginatedresult[`PaginatedResult`]


Lists messages for a single conversation

.*Parameters*
[cols="3,1,6"]
|===
|Name |Type |Description
a|`$conversationUuid`
|link:http://php.net/string[string^]
a|

a|`$isDeleted`
|link:http://php.net/bool[bool^]
a|
|===


[source%nowrap, php]
[#listarchivedmessages]
----
Expand Down

0 comments on commit a9e4185

Please sign in to comment.