minerva-plexus-csd 1.1.40 → 1.1.42

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 CHANGED
@@ -322,6 +322,10 @@ declare interface TicketingComponentProps {
322
322
  success: boolean;
323
323
  message: string;
324
324
  }) => void;
325
+ ticketMessage?: {
326
+ message: string;
327
+ success: boolean;
328
+ } | null;
325
329
  }
326
330
 
327
331
  export declare const useApiConfig: () => ApiConfigType;