@fuul/sdk 6.0.1 → 6.1.1
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/dist/EventService.d.ts +2 -0
- package/dist/EventService.d.ts.map +1 -1
- package/dist/index.mjs +629 -622
- package/dist/index.umd.js +5 -5
- package/dist/release.json.d.ts +1 -1
- package/package.json +1 -1
package/dist/EventService.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import { HttpClient } from './HttpClient';
|
|
|
2
2
|
import { FuulEvent } from './types/api';
|
|
3
3
|
export declare const SENT_EVENT_ID_KEY = "fuul.sent";
|
|
4
4
|
export declare const SENT_EVENT_VALIDITY_PERIOD_SECONDS = 60;
|
|
5
|
+
export declare const SENT_EVENT_CONNECT_WALLET_KEY = "connect_wallet";
|
|
6
|
+
export declare const SAVED_EVENTS_MAX_SIZE = 10;
|
|
5
7
|
export type EventServiceSettings = {
|
|
6
8
|
httpClient: HttpClient;
|
|
7
9
|
debug?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventService.d.ts","sourceRoot":"","sources":["../src/EventService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAO,MAAM,iBAAiB,cAAc,CAAC;AAC7C,eAAO,MAAM,kCAAkC,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"EventService.d.ts","sourceRoot":"","sources":["../src/EventService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAO,MAAM,iBAAiB,cAAc,CAAC;AAC7C,eAAO,MAAM,kCAAkC,KAAK,CAAC;AACrD,eAAO,MAAM,6BAA6B,mBAAmB,CAAC;AAC9D,eAAO,MAAM,qBAAqB,KAAK,CAAC;AAExC,MAAM,MAAM,oBAAoB,GAAG;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,qBAAa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAU;IAChC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAa;gBAE5B,QAAQ,EAAE,oBAAoB;IAK7B,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAqBvE,WAAW,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO;IAyCjD,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,aAAa;CAwBtB"}
|