@kl1/contracts 1.2.35-uat → 1.2.36-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
|
@@ -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
|