@powerhousedao/analytics-engine-pg 0.6.4 → 6.0.0-dev.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -658,4 +658,4 @@ specific requirements.
658
658
  You should also get your employer (if you work as a programmer) or school,
659
659
  if any, to sign a "copyright disclaimer" for the program, if necessary.
660
660
  For more information on this, and how to apply and follow the GNU AGPL, see
661
- <https://www.gnu.org/licenses/>.
661
+ <https://www.gnu.org/licenses/>.
@@ -1,2 +1,9 @@
1
- export declare function reviver(k: any, v: any): any;
1
+ import { AnalyticsPath, AnalyticsPathSegment, AnalyticsPeriod, AnalyticsSerializerTypes } from "@powerhousedao/analytics-engine-core";
2
+ export declare function reviver(k: any, v: {
3
+ _t: AnalyticsSerializerTypes;
4
+ _v: string;
5
+ }): {
6
+ _t: AnalyticsSerializerTypes;
7
+ _v: string;
8
+ } | AnalyticsPath | AnalyticsPathSegment | AnalyticsPeriod;
2
9
  //# sourceMappingURL=AnalyticsSerializer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AnalyticsSerializer.d.ts","sourceRoot":"","sources":["../../src/AnalyticsSerializer.ts"],"names":[],"mappings":"AAOA,wBAAgB,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,OAoBrC"}
1
+ {"version":3,"file":"AnalyticsSerializer.d.ts","sourceRoot":"","sources":["../../src/AnalyticsSerializer.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,oBAAoB,EACpB,eAAe,EACf,wBAAwB,EACzB,MAAM,sCAAsC,CAAC;AAE9C,wBAAgB,OAAO,CACrB,CAAC,EAAE,GAAG,EACN,CAAC,EAAE;IAAE,EAAE,EAAE,wBAAwB,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE;QAAtC,wBAAwB;QAAM,MAAM;2DAqB9C"}