Skip to content

Commit ccbd26a

Browse files
committed
fix(Sdk): Fixed the AsyncApiSubscriptionLifetimeDefinition
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 9818d65 commit ccbd26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServerlessWorkflow.Sdk/Models/AsyncApiSubscriptionLifetimeDefinition.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ public record AsyncApiSubscriptionLifetimeDefinition
3838
/// Required if <see cref="Amount"/> and <see cref="Until"/> have not been set.
3939
/// /// </summary>
4040
[DataMember(Name = "while", Order = 3), JsonPropertyName("while"), JsonPropertyOrder(3), YamlMember(Alias = "while", Order = 3)]
41-
public virtual int? While { get; set; }
41+
public virtual string? While { get; set; }
4242

4343
/// <summary>
4444
/// Gets/sets a runtime expression, if any, used to determine until when to consume messages..<para></para>
4545
/// Required if <see cref="Amount"/> and <see cref="While"/> have not been set.
4646
/// /// </summary>
4747
[DataMember(Name = "until", Order = 4), JsonPropertyName("until"), JsonPropertyOrder(4), YamlMember(Alias = "until", Order = 4)]
48-
public virtual int? Until { get; set; }
48+
public virtual string? Until { get; set; }
4949

5050
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy