@dakkitor/api-contracts 1.1.147 → 1.1.148
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.
|
@@ -371,7 +371,7 @@ exports.AutocompleteQuerySchema = zod_1.z
|
|
|
371
371
|
id: zod_1.z
|
|
372
372
|
.string()
|
|
373
373
|
.optional()
|
|
374
|
-
.describe('Specific record ID(s) to include in results. Supports a single UUID
|
|
374
|
+
.describe('Specific record ID(s) to include in results. Supports both a single UUID and comma-separated UUIDs.'),
|
|
375
375
|
})
|
|
376
376
|
.openapi({ title: 'AutocompleteQuery' });
|
|
377
377
|
exports.ResourceIdSchema = zod_1.z.object({
|