Skip to content

Commit 79177e6

Browse files
pyricaugithub-actions[bot]
authored andcommitted
Apply changes from apiDump
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4668c23 commit 79177e6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

workflow-core/api/workflow-core.api

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public final class com/squareup/workflow1/WorkflowIdentifier {
254254
public static final field Companion Lcom/squareup/workflow1/WorkflowIdentifier$Companion;
255255
public fun equals (Ljava/lang/Object;)Z
256256
public final fun getRealIdentifierType ()Lcom/squareup/workflow1/WorkflowIdentifierType;
257+
public final fun getRealType ()Lcom/squareup/workflow1/WorkflowIdentifierType;
257258
public fun hashCode ()I
258259
public final fun toByteStringOrNull ()Lokio/ByteString;
259260
public fun toString ()Ljava/lang/String;

workflow-runtime/api/workflow-runtime.api

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,10 @@ public abstract interface class com/squareup/workflow1/WorkflowInterceptor$Workf
104104
public abstract fun getRenderKey ()Ljava/lang/String;
105105
public abstract fun getRuntimeConfig ()Ljava/util/Set;
106106
public abstract fun getSessionId ()J
107+
public abstract fun isRootWorkflow ()Z
108+
}
109+
110+
public final class com/squareup/workflow1/WorkflowInterceptor$WorkflowSession$DefaultImpls {
111+
public static fun isRootWorkflow (Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;)Z
107112
}
108113

0 commit comments

Comments
 (0)