minerva-plexus-csd 1.1.3 → 1.1.5

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
@@ -144,6 +144,9 @@ export declare const minervaLocales: {
144
144
  copied: string;
145
145
  copycode: string;
146
146
  welcome_text: string;
147
+ customticketmessage1: string;
148
+ customticketmessage2: string;
149
+ customticketbuttontext: string;
147
150
  };
148
151
  formLabels: {
149
152
  loginEmail: string;
@@ -225,6 +228,9 @@ export declare const minervaLocales: {
225
228
  copied: string;
226
229
  copycode: string;
227
230
  welcome_text: string;
231
+ customticketmessage1: string;
232
+ customticketmessage2: string;
233
+ customticketbuttontext: string;
228
234
  };
229
235
  formLabels: {
230
236
  loginEmail: string;
@@ -294,9 +300,9 @@ export declare const setApiConfig: (config: {
294
300
 
295
301
  export declare const setAssetsBasePath: (path: string) => void;
296
302
 
297
- export declare const TicketingComponent: default_2.FC<TicketInputBoxProps>;
303
+ export declare const TicketingComponent: default_2.FC<TicketingComponentProps>;
298
304
 
299
- declare interface TicketInputBoxProps {
305
+ declare interface TicketingComponentProps {
300
306
  selectedConversationId: string | undefined;
301
307
  serviceTicketingNoUSer: boolean;
302
308
  }