minerva-plexus-csd 1.1.61 → 1.1.62
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 +1 -1
- package/dist/minerva-plexus-csd.es.js +6301 -6623
- package/dist/minerva-plexus-csd.umd.js +95 -116
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -338,7 +338,7 @@ declare interface TicketingComponentProps {
|
|
|
338
338
|
|
|
339
339
|
export declare const useApiConfig: () => ApiConfigType;
|
|
340
340
|
|
|
341
|
-
export declare const useAutoCreateConversation: ({
|
|
341
|
+
export declare const useAutoCreateConversation: ({ enableAutoCreateCsd, addConversation, selectConversation, service, }: AutoCreateConversationParams) => {
|
|
342
342
|
autoCreateConversationCsd: () => Promise<void>;
|
|
343
343
|
};
|
|
344
344
|
|