@kl1/contracts 1.2.73-uat → 1.2.74-uat
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ export declare const generalSettingContract: {
|
|
12
12
|
autoOpenedContactWidgetId: string | null;
|
13
13
|
}>;
|
14
14
|
};
|
15
|
-
path: "general-setting/auto-opened-contact-widget-id";
|
15
|
+
path: "ms/general-setting/auto-opened-contact-widget-id";
|
16
16
|
};
|
17
17
|
updateAutoOpenedContactWidgetId: {
|
18
18
|
body: z.ZodObject<{
|
@@ -32,7 +32,7 @@ export declare const generalSettingContract: {
|
|
32
32
|
autoOpenedContactWidgetId: string | null;
|
33
33
|
}>;
|
34
34
|
};
|
35
|
-
path: "general-setting/auto-opened-contact-widget-id";
|
35
|
+
path: "ms/general-setting/auto-opened-contact-widget-id";
|
36
36
|
};
|
37
37
|
};
|
38
38
|
};
|