Skip to content

Commit 723bc72

Browse files
committed
feat: add Biorhythm domain (11th in SDK), regenerate from latest spec
codegen TAG_MAP now maps Biorhythm to BiorhythmDomain. factory.py regenerated from prod spec, includes all biorhythm endpoints (compatibility, critical-days, daily, forecast, phases, reading). Tests updated to cover the new domain.
1 parent 082ba48 commit 723bc72

4 files changed

Lines changed: 17306 additions & 1274 deletions

File tree

codegen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"Crystals and Healing Stones": ("CrystalsDomain", "crystals"),
3030
"Angel Numbers": ("AngelNumbersDomain", "angel_numbers"),
3131
"Dreams": ("DreamsDomain", "dreams"),
32+
"Biorhythm": ("BiorhythmDomain", "biorhythm"),
3233
"Location and Timezone": ("LocationDomain", "location"),
3334
"Usage": ("UsageDomain", "usage"),
3435
}

0 commit comments

Comments
 (0)