@tivio/sdk-react 9.1.3-alpha2 → 9.1.3-alpha3
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.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +5 -5
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
@@ -962,11 +962,6 @@ export declare const createPubSub: () => PubSub;
|
|
962
962
|
*/
|
963
963
|
export declare const createRemotePackageLoader: () => (secret: string, conf: InternalConfig, checkBundleCharCount?: boolean) => Promise<TivioBundle>;
|
964
964
|
|
965
|
-
/**
|
966
|
-
* @public
|
967
|
-
*/
|
968
|
-
export declare const createUseRemoteBundle: () => (conf: InternalConfig, checkBundleCharCount?: boolean) => RemoteBundleState;
|
969
|
-
|
970
965
|
export declare interface CreateUserPayload {
|
971
966
|
displayName?: string;
|
972
967
|
email?: string;
|
@@ -5755,6 +5750,11 @@ export declare interface UseReactionsOptions {
|
|
5755
5750
|
onError?: (error: Error) => void;
|
5756
5751
|
}
|
5757
5752
|
|
5753
|
+
/**
|
5754
|
+
* @public
|
5755
|
+
*/
|
5756
|
+
export declare const useRemoteBundle: (conf: InternalConfig, checkBundleCharCount?: boolean) => RemoteBundleState;
|
5757
|
+
|
5758
5758
|
export declare enum UserGroup {
|
5759
5759
|
ALL = "all",
|
5760
5760
|
FREE = "free",
|