@kl1/contracts 1.2.74-uat → 1.2.76-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -2771,7 +2771,7 @@ var channelContract = (0, import_core7.initContract)().router(
2771
2771
  },
2772
2772
  {
2773
2773
  baseHeaders: DefaultHeaderSchema,
2774
- pathPrefix: "ms/channel"
2774
+ pathPrefix: "channel"
2775
2775
  }
2776
2776
  );
2777
2777
  var channelFacebookFeedContract = (0, import_core7.initContract)().router(
@@ -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