forgot export

This commit is contained in:
Darius
2026-02-06 17:18:04 +01:00
parent 4509de76a2
commit 845dd30b43
7 changed files with 7 additions and 4 deletions

2
dist/grist.d.ts vendored
View File

@@ -1,4 +1,4 @@
export type Record_PersonalGoals = {
export type GristRecord_PersonalGoals = {
went_outside: boolean;
standing: boolean;
standing_goal: number;

2
dist/grist.d.ts.map vendored
View File

@@ -1 +1 @@
{"version":3,"file":"grist.d.ts","sourceRoot":"","sources":["../src/grist.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IAClC,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;CACpB,CAAC"}
{"version":3,"file":"grist.d.ts","sourceRoot":"","sources":["../src/grist.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,yBAAyB,GAAG;IACvC,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;CACpB,CAAC"}

1
dist/index.d.ts vendored
View File

@@ -1,4 +1,5 @@
export * from "./fastify.js";
export * from "./grist.js";
export * from "./homeassistant.js";
export * from "./homepage.js";
export * from "./logger.js";

2
dist/index.d.ts.map vendored
View File

@@ -1 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC"}

1
dist/index.js vendored
View File

@@ -1,4 +1,5 @@
export * from "./fastify.js";
export * from "./grist.js";
export * from "./homeassistant.js";
export * from "./homepage.js";
export * from "./logger.js";

View File

@@ -1,4 +1,4 @@
export type Record_PersonalGoals = {
export type GristRecord_PersonalGoals = {
went_outside: boolean;
standing: boolean;
standing_goal: number;

View File

@@ -1,4 +1,5 @@
export * from "./fastify.js";
export * from "./grist.js";
export * from "./homeassistant.js";
export * from "./homepage.js";
export * from "./logger.js";