@kl1/contracts 1.1.85-uat → 1.1.86-uat
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs
CHANGED
@@ -8108,9 +8108,12 @@ var automationQueueContract = initContract43().router(
|
|
8108
8108
|
})
|
8109
8109
|
}
|
8110
8110
|
},
|
8111
|
-
|
8111
|
+
getAutomationQueues: {
|
8112
8112
|
method: "GET",
|
8113
8113
|
path: "",
|
8114
|
+
pathParams: z114.object({
|
8115
|
+
userId: z114.string().uuid().optional()
|
8116
|
+
}).optional(),
|
8114
8117
|
responses: {
|
8115
8118
|
200: DefaultSuccessResponseSchema.extend({
|
8116
8119
|
data: z114.array(AutomationQueueSchema)
|