diff --git a/src/OrderCloud.SDK.Tests/OrderCloud.SDK.Tests.csproj b/src/OrderCloud.SDK.Tests/OrderCloud.SDK.Tests.csproj index e7bff20..0fb8290 100644 --- a/src/OrderCloud.SDK.Tests/OrderCloud.SDK.Tests.csproj +++ b/src/OrderCloud.SDK.Tests/OrderCloud.SDK.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 @@ -15,9 +15,9 @@ - - - + + + diff --git a/src/OrderCloud.SDK/Generated/Models.cs b/src/OrderCloud.SDK/Generated/Models.cs index 15e3a74..d2fd0e8 100644 --- a/src/OrderCloud.SDK/Generated/Models.cs +++ b/src/OrderCloud.SDK/Generated/Models.cs @@ -1757,7 +1757,7 @@ public class OpenIdConnect : OrderCloudModel /// A secret string from the Identity Provider that grants access to get JWT tokens. [Required] public string ConnectClientSecret { get => GetProp("ConnectClientSecret"); set => SetProp("ConnectClientSecret", value); } - /// A URL on your front-end ordering site where users will be redirected after they authenticate through the Identity Provider. The string "{token}" will be replaced with a valid OrderCloud JWT. + /// A URL on your front-end ordering site where users will be redirected after they authenticate through the Identity Provider. Supports placeholders: {0} = OrderCloud access token, {1} = IdP access token, {2} = appStartPath, {3} = OrderCloud refresh token, {4} = IdP refresh token (if available). [Required] public string AppStartUrl { get => GetProp("AppStartUrl"); set => SetProp("AppStartUrl", value); } /// A publicly known URL from the Identity Provider that redirects to a resource where users enter personal credentials. @@ -3428,13 +3428,13 @@ public class Subscription : OrderCloudModel /// Next order date of the subscription. The hourly process that creates subscription orders will query for subscriptions with a NextOrderDate between now and five hours ago. [Required] public DateTimeOffset? NextOrderDate { get => GetProp("NextOrderDate"); set => SetProp("NextOrderDate", value); } - /// Last order date of the subscription. Sortable: priority level 2. + /// Last order date of the subscription. Sortable. [ApiReadOnly] public DateTimeOffset? LastOrderDate { get => GetProp("LastOrderDate"); set => SetProp("LastOrderDate", value); } /// Date that subscription order reminder message sender will be triggered if used. Value is the result of NextOrderDate less NotificationDays on the subscription integration. [ApiReadOnly] public DateTimeOffset? NotificationDate { get => GetProp("NotificationDate"); set => SetProp("NotificationDate", value); } - /// Date created of the subscription. Sortable: priority level 3. + /// Date created of the subscription. Sortable. [ApiReadOnly] public DateTimeOffset? DateCreated { get => GetProp("DateCreated"); set => SetProp("DateCreated", value); } /// End date of the subscription. Sortable. diff --git a/src/OrderCloud.SDK/OrderCloud.SDK.csproj b/src/OrderCloud.SDK/OrderCloud.SDK.csproj index 8546df5..2224e47 100644 --- a/src/OrderCloud.SDK/OrderCloud.SDK.csproj +++ b/src/OrderCloud.SDK/OrderCloud.SDK.csproj @@ -4,7 +4,7 @@ netstandard2.0;net461 True - 0.18.13 + 0.18.14 OrderCloud.SDK OrderCloud SDK Todd Menier @@ -30,7 +30,7 @@ - +