@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
  };
package/dist/index.js CHANGED
@@ -9001,7 +9001,7 @@ var generalSettingContract = (0, import_core44.initContract)().router(
9001
9001
  }
9002
9002
  },
9003
9003
  {
9004
- pathPrefix: "general-setting"
9004
+ pathPrefix: "ms/general-setting"
9005
9005
  }
9006
9006
  );
9007
9007