@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 or comma-separated UUIDs.'),
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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dakkitor/api-contracts",
3
- "version": "1.1.147",
3
+ "version": "1.1.148",
4
4
  "description": "TypeScript API contracts using ts-rest and Zod",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",