Skip to content

Commit cbf7ee4

Browse files
release: v1.2.73
1 parent ff1c01b commit cbf7ee4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roxyapi/sdk",
3-
"version": "1.2.72",
3+
"version": "1.2.73",
44
"description": "TypeScript SDK for Roxy — the multi-domain spiritual intelligence API",
55
"type": "module",
66
"exports": {

specs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27258,7 +27258,7 @@
2725827258
"moonPhase": {
2725927259
"type": "string",
2726027260
"example": "Waning Gibbous Moon",
27261-
"description": "Current lunar phase (New Moon, Waxing Crescent, First Quarter, Waxing Gibbous, Full Moon, Waning Gibbous, Last Quarter, Waning Crescent)."
27261+
"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."
2726227262
},
2726327263
"energyRating": {
2726427264
"type": "number",

src/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13734,7 +13734,7 @@ export type GetAstrologyHoroscopeBySignDailyResponses = {
1373413734
*/
1373513735
moonSign: string;
1373613736
/**
13737-
* Current lunar phase (New Moon, Waxing Crescent, First Quarter, Waxing Gibbous, Full Moon, Waning Gibbous, Last Quarter, Waning Crescent).
13737+
* 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.
1373813738
*/
1373913739
moonPhase: string;
1374013740
/**

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.2.72';
1+
export const VERSION = '1.2.73';

0 commit comments

Comments
 (0)