@kl1/contracts 1.2.35-uat → 1.2.36-uat
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs
CHANGED
@@ -8711,7 +8711,10 @@ var automationQueueContract = initContract45().router(
|
|
8711
8711
|
}
|
8712
8712
|
}
|
8713
8713
|
},
|
8714
|
-
{
|
8714
|
+
{
|
8715
|
+
baseHeaders: DefaultHeaderSchema,
|
8716
|
+
pathPrefix: "/automation-queue"
|
8717
|
+
}
|
8715
8718
|
);
|
8716
8719
|
|
8717
8720
|
// src/mail/mail-contract.ts
|