@kl1/contracts 1.2.73-uat → 1.2.75-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
  };
@@ -1426,7 +1426,7 @@ export declare const subscriptionContract: {
1426
1426
  error?: any;
1427
1427
  }>;
1428
1428
  };
1429
- path: "subscriptions/";
1429
+ path: "ms/subscriptions/";
1430
1430
  };
1431
1431
  updateSubscription: {
1432
1432
  body: z.ZodObject<{
@@ -1504,7 +1504,7 @@ export declare const subscriptionContract: {
1504
1504
  error?: any;
1505
1505
  }>;
1506
1506
  };
1507
- path: "subscriptions/";
1507
+ path: "ms/subscriptions/";
1508
1508
  };
1509
1509
  topUpBalance: {
1510
1510
  body: z.ZodObject<{
@@ -1537,7 +1537,7 @@ export declare const subscriptionContract: {
1537
1537
  error?: any;
1538
1538
  }>;
1539
1539
  };
1540
- path: "subscriptions/top-up";
1540
+ path: "ms/subscriptions/top-up";
1541
1541
  };
1542
1542
  getAvailablePlan: {
1543
1543
  method: "GET";
@@ -1975,7 +1975,7 @@ export declare const subscriptionContract: {
1975
1975
  error?: any;
1976
1976
  }>;
1977
1977
  };
1978
- path: "subscriptions/available-plan";
1978
+ path: "ms/subscriptions/available-plan";
1979
1979
  };
1980
1980
  checkPlan: {
1981
1981
  body: null;
@@ -2009,7 +2009,7 @@ export declare const subscriptionContract: {
2009
2009
  error?: any;
2010
2010
  }>;
2011
2011
  };
2012
- path: "subscriptions/check-plan";
2012
+ path: "ms/subscriptions/check-plan";
2013
2013
  };
2014
2014
  };
2015
2015
  //# sourceMappingURL=index.d.ts.map
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
 
@@ -10496,7 +10496,7 @@ var subscriptionContract = (0, import_core53.initContract)().router(
10496
10496
  }
10497
10497
  },
10498
10498
  {
10499
- pathPrefix: "subscriptions"
10499
+ pathPrefix: "ms/subscriptions"
10500
10500
  }
10501
10501
  );
10502
10502