Skip to content

Commit

Permalink
Apply changes from apiDump
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pyricau authored and github-actions[bot] committed Dec 6, 2024
1 parent 4668c23 commit 79177e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions workflow-core/api/workflow-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public final class com/squareup/workflow1/WorkflowIdentifier {
public static final field Companion Lcom/squareup/workflow1/WorkflowIdentifier$Companion;
public fun equals (Ljava/lang/Object;)Z
public final fun getRealIdentifierType ()Lcom/squareup/workflow1/WorkflowIdentifierType;
public final fun getRealType ()Lcom/squareup/workflow1/WorkflowIdentifierType;
public fun hashCode ()I
public final fun toByteStringOrNull ()Lokio/ByteString;
public fun toString ()Ljava/lang/String;
Expand Down
5 changes: 5 additions & 0 deletions workflow-runtime/api/workflow-runtime.api
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,10 @@ public abstract interface class com/squareup/workflow1/WorkflowInterceptor$Workf
public abstract fun getRenderKey ()Ljava/lang/String;
public abstract fun getRuntimeConfig ()Ljava/util/Set;
public abstract fun getSessionId ()J
public abstract fun isRootWorkflow ()Z
}

public final class com/squareup/workflow1/WorkflowInterceptor$WorkflowSession$DefaultImpls {
public static fun isRootWorkflow (Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;)Z
}

0 comments on commit 79177e6

Please sign in to comment.