shoal-web-sdk 0.0.129 → 0.0.130
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/sdk/zod.gen.js +1 -1
- package/package.json +1 -1
package/dist/sdk/zod.gen.js
CHANGED
|
@@ -338,7 +338,7 @@ export const zCacheNodeProps = z.object({
|
|
|
338
338
|
size: z.optional(z.int())
|
|
339
339
|
});
|
|
340
340
|
export const zSchedulerNodeProps = z.object({
|
|
341
|
-
expression: z.string().min(9)
|
|
341
|
+
expression: z.string().min(9),
|
|
342
342
|
timezone: z.string().min(1),
|
|
343
343
|
requestMethod: zHttpMethod,
|
|
344
344
|
requestPayload: z.optional(z.string()),
|