@rpcbase/client 0.437.0 → 0.438.0
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/index.js +254 -200
- package/dist/index.js.map +1 -1
- package/dist/notificationsRealtime.d.ts +2 -1
- package/dist/notificationsRealtime.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -8,8 +8,9 @@ export type NotificationsRealtimeState = {
|
|
|
8
8
|
error: unknown;
|
|
9
9
|
};
|
|
10
10
|
export declare const NotificationsRealtimeContext: import('react').Context<NotificationsRealtimeState | null>;
|
|
11
|
-
export declare function NotificationsRealtimeProvider({ userId, limit, toastOnNew, children, }: {
|
|
11
|
+
export declare function NotificationsRealtimeProvider({ userId, appName, limit, toastOnNew, children, }: {
|
|
12
12
|
userId?: string;
|
|
13
|
+
appName?: string;
|
|
13
14
|
limit?: number;
|
|
14
15
|
toastOnNew?: boolean;
|
|
15
16
|
children: ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notificationsRealtime.d.ts","sourceRoot":"","sources":["../src/notificationsRealtime.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyD,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAI7F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"notificationsRealtime.d.ts","sourceRoot":"","sources":["../src/notificationsRealtime.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyD,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAI7F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAyEvD,MAAM,MAAM,0BAA0B,GAAG;IACvC,aAAa,EAAE,gBAAgB,EAAE,CAAA;IACjC,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,OAAO,CAAA;IAChB,KAAK,EAAE,OAAO,CAAA;CACf,CAAA;AAED,eAAO,MAAM,4BAA4B,4DAAyD,CAAA;AAkalG,wBAAgB,6BAA6B,CAAC,EAC5C,MAAM,EACN,OAAO,EACP,KAAW,EACX,UAAiB,EACjB,QAAQ,GACT,EAAE;IACD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,EAAE,SAAS,CAAA;CACpB,2CAsIA;AAED,eAAO,MAAM,wBAAwB,QAAO,0BAA0B,GAAG,IAExE,CAAA"}
|