minerva-plexus-csd 1.1.3 → 1.1.4

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
@@ -294,9 +294,9 @@ export declare const setApiConfig: (config: {
294
294
 
295
295
  export declare const setAssetsBasePath: (path: string) => void;
296
296
 
297
- export declare const TicketingComponent: default_2.FC<TicketInputBoxProps>;
297
+ export declare const TicketingComponent: default_2.FC<TicketingComponentProps>;
298
298
 
299
- declare interface TicketInputBoxProps {
299
+ declare interface TicketingComponentProps {
300
300
  selectedConversationId: string | undefined;
301
301
  serviceTicketingNoUSer: boolean;
302
302
  }