@kl1/contracts 1.2.72-uat → 1.2.74-uat

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.mjs CHANGED
@@ -3453,7 +3453,7 @@ var companyContract = initContract10().router(
3453
3453
  }
3454
3454
  },
3455
3455
  {
3456
- pathPrefix: "ms/cs/companies"
3456
+ pathPrefix: "cs/companies"
3457
3457
  }
3458
3458
  );
3459
3459
 
@@ -8894,7 +8894,7 @@ var generalSettingContract = initContract44().router(
8894
8894
  }
8895
8895
  },
8896
8896
  {
8897
- pathPrefix: "general-setting"
8897
+ pathPrefix: "ms/general-setting"
8898
8898
  }
8899
8899
  );
8900
8900