skapi-js 1.6.3 → 1.7.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/skapi.browser.mjs +4 -4
- package/dist/skapi.browser.mjs.map +1 -1
- package/dist/skapi.cjs +5 -5
- package/dist/skapi.cjs.map +1 -1
- package/dist/skapi.d.mts +2 -0
- package/dist/skapi.d.ts +2 -0
- package/dist/skapi.js +4 -4
- package/dist/skapi.js.map +1 -1
- package/dist/skapi.mjs +5 -5
- package/dist/skapi.mjs.map +1 -1
- package/package.json +1 -1
package/dist/skapi.d.mts
CHANGED
|
@@ -633,6 +633,7 @@ declare function formatServiceId(serviceId: any, ownerId: any): string;
|
|
|
633
633
|
|
|
634
634
|
type Options = {
|
|
635
635
|
autoLogin: boolean;
|
|
636
|
+
refetchServiceInfo?: boolean;
|
|
636
637
|
requestBatchSize?: number;
|
|
637
638
|
eventListener?: {
|
|
638
639
|
onLogin?: (user: UserProfile | null) => void;
|
|
@@ -651,6 +652,7 @@ declare class Skapi {
|
|
|
651
652
|
session: Record<string, any> | null;
|
|
652
653
|
connection: Connection | null;
|
|
653
654
|
private __my_unique_ids;
|
|
655
|
+
private __uniqueIdsPersistTimer;
|
|
654
656
|
private userPool;
|
|
655
657
|
private __socket;
|
|
656
658
|
private __mediaStream;
|
package/dist/skapi.d.ts
CHANGED
|
@@ -633,6 +633,7 @@ declare function formatServiceId(serviceId: any, ownerId: any): string;
|
|
|
633
633
|
|
|
634
634
|
type Options = {
|
|
635
635
|
autoLogin: boolean;
|
|
636
|
+
refetchServiceInfo?: boolean;
|
|
636
637
|
requestBatchSize?: number;
|
|
637
638
|
eventListener?: {
|
|
638
639
|
onLogin?: (user: UserProfile | null) => void;
|
|
@@ -651,6 +652,7 @@ declare class Skapi {
|
|
|
651
652
|
session: Record<string, any> | null;
|
|
652
653
|
connection: Connection | null;
|
|
653
654
|
private __my_unique_ids;
|
|
655
|
+
private __uniqueIdsPersistTimer;
|
|
654
656
|
private userPool;
|
|
655
657
|
private __socket;
|
|
656
658
|
private __mediaStream;
|