@consilioweb/payload-support 0.8.1 → 0.8.2

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.cjs CHANGED
@@ -7927,7 +7927,6 @@ function createClientSummariesCollection(slugs) {
7927
7927
  type: "relationship",
7928
7928
  relationTo: slugs.supportClients,
7929
7929
  required: true,
7930
- unique: true,
7931
7930
  index: true,
7932
7931
  label: "Client"
7933
7932
  },
package/dist/index.js CHANGED
@@ -7921,7 +7921,6 @@ function createClientSummariesCollection(slugs) {
7921
7921
  type: "relationship",
7922
7922
  relationTo: slugs.supportClients,
7923
7923
  required: true,
7924
- unique: true,
7925
7924
  index: true,
7926
7925
  label: "Client"
7927
7926
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@consilioweb/payload-support",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Payload CMS plugin — professional support & ticketing system with AI, SLA, time tracking, live chat, and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -22,7 +22,6 @@ export function createClientSummariesCollection(slugs: CollectionSlugs): Collect
22
22
  type: 'relationship',
23
23
  relationTo: slugs.supportClients,
24
24
  required: true,
25
- unique: true,
26
25
  index: true,
27
26
  label: 'Client',
28
27
  },