@kl1/contracts 1.1.78-uat → 1.1.79-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -305,7 +305,7 @@ export declare const holdLabelContract: {
305
305
  }, {
306
306
  autoUnhold: boolean;
307
307
  }>;
308
- method: "PATCH";
308
+ method: "POST";
309
309
  path: "hold-label/auto-unhold";
310
310
  responses: {
311
311
  200: z.ZodObject<z.objectUtil.extendShape<{
package/dist/index.js CHANGED
@@ -9011,7 +9011,7 @@ var holdLabelContract = (0, import_core48.initContract)().router(
9011
9011
  }
9012
9012
  },
9013
9013
  updateAutoUnhold: {
9014
- method: "PATCH",
9014
+ method: "POST",
9015
9015
  path: "/auto-unhold",
9016
9016
  body: import_zod124.default.object({ autoUnhold: import_zod124.default.boolean() }),
9017
9017
  responses: {