diff --git a/dist/grist.d.ts b/dist/grist.d.ts index ac5c1ea..548a40b 100644 --- a/dist/grist.d.ts +++ b/dist/grist.d.ts @@ -1,4 +1,4 @@ -export type Record_PersonalGoals = { +export type GristRecord_PersonalGoals = { went_outside: boolean; standing: boolean; standing_goal: number; diff --git a/dist/grist.d.ts.map b/dist/grist.d.ts.map index 60b6bfc..e99c7f9 100644 --- a/dist/grist.d.ts.map +++ b/dist/grist.d.ts.map @@ -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"} \ No newline at end of file +{"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"} \ No newline at end of file diff --git a/dist/index.d.ts b/dist/index.d.ts index 17f8610..5926e58 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,4 +1,5 @@ export * from "./fastify.js"; +export * from "./grist.js"; export * from "./homeassistant.js"; export * from "./homepage.js"; export * from "./logger.js"; diff --git a/dist/index.d.ts.map b/dist/index.d.ts.map index 5752a0d..f75db7a 100644 --- a/dist/index.d.ts.map +++ b/dist/index.d.ts.map @@ -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"} \ No newline at end of file +{"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"} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index c1765f1..75ff93e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,4 +1,5 @@ export * from "./fastify.js"; +export * from "./grist.js"; export * from "./homeassistant.js"; export * from "./homepage.js"; export * from "./logger.js"; diff --git a/src/grist.ts b/src/grist.ts index fa13dfb..09507e9 100644 --- a/src/grist.ts +++ b/src/grist.ts @@ -1,4 +1,4 @@ -export type Record_PersonalGoals = { +export type GristRecord_PersonalGoals = { went_outside: boolean; standing: boolean; standing_goal: number; diff --git a/src/index.ts b/src/index.ts index c1765f1..75ff93e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,5 @@ export * from "./fastify.js"; +export * from "./grist.js"; export * from "./homeassistant.js"; export * from "./homepage.js"; export * from "./logger.js";