Skip to content

Commit 95fba40

Browse files
release: v0.1.41
1 parent f7a5dc2 commit 95fba40

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

specs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23610,7 +23610,7 @@
2361023610
"moonPhase": {
2361123611
"type": "string",
2361223612
"example": "Waning Gibbous Moon",
23613-
"description": "Current lunar phase (New Moon, Waxing Crescent, First Quarter, Waxing Gibbous, Full Moon, Waning Gibbous, Last Quarter, Waning Crescent)."
23613+
"description": "Display name of the current lunar phase, one of the eight standard phases from New Moon through Waning Crescent. Translates in place with the lang parameter, like the moonSign beside it, so render it directly."
2361423614
},
2361523615
"energyRating": {
2361623616
"type": "number",

src/Generated/Astrology/Horoscope/Item/Daily/DailyGetResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public partial class DailyGetResponse : IAdditionalDataHolder, IParsable
106106
#endif
107107
/// <summary>Lucky number for the day, 1 to 9, from the traditional planetary number correspondence applied to the planet that governs this sign today. Not a random draw and not a function of the date.</summary>
108108
public double? LuckyNumber { get; set; }
109-
/// <summary>Current lunar phase (New Moon, Waxing Crescent, First Quarter, Waxing Gibbous, Full Moon, Waning Gibbous, Last Quarter, Waning Crescent).</summary>
109+
/// <summary>Display name of the current lunar phase, one of the eight standard phases from New Moon through Waning Crescent. Translates in place with the lang parameter, like the moonSign beside it, so render it directly.</summary>
110110
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
111111
#nullable enable
112112
public string? MoonPhase { get; set; }

src/Generated/kiota-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "D35096594F5CE69C28B97676C7BA2E6F1B991B2EA8315BC0DB428AE20F01BBDDB452D4509445457C8BD3FFAAEB9D029E45FC5CF948B09A5B57F094719A0A40DC",
2+
"descriptionHash": "5581B4C24AE124D45C9094DEB86714553B147E58D1042DAC9641B7C057C24E91B53A4DB63A235A49241F44EB3DD7C6D4F0390CC8B457CF9C4D48FD2B95D932E0",
33
"descriptionLocation": "../../specs/openapi.json",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.34.1",

src/RoxyApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<PropertyGroup Label="Package">
1414
<PackageId>RoxyApi.Sdk</PackageId>
15-
<Version>0.1.40</Version>
15+
<Version>0.1.41</Version>
1616
<Authors>RoxyAPI</Authors>
1717
<Company>RoxyAPI</Company>
1818
<Product>RoxyAPI .NET SDK</Product>

0 commit comments

Comments
 (0)