twenty-sdk 2.3.1 → 2.4.1

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.
@@ -760,6 +760,7 @@ type InputJsonSchema = {
760
760
  minimum?: number;
761
761
  maximum?: number;
762
762
  multiline?: boolean;
763
+ label?: string;
763
764
  };
764
765
 
765
766
  type ToolTriggerSettings = {
@@ -776,6 +777,7 @@ type InputSchemaProperty = {
776
777
  items?: InputSchemaProperty;
777
778
  properties?: Properties$1;
778
779
  multiline?: boolean;
780
+ label?: string;
779
781
  };
780
782
  type Properties$1 = {
781
783
  [name: string]: InputSchemaProperty;
@@ -203,13 +203,15 @@ const vu = {
203
203
  name: "primaryPhoneCountryCode",
204
204
  type: L.TEXT,
205
205
  hidden: !1,
206
- isRequired: !1
206
+ isRequired: !1,
207
+ isIncludedInUniqueConstraint: !0
207
208
  },
208
209
  {
209
210
  name: "primaryPhoneCallingCode",
210
211
  type: L.TEXT,
211
212
  hidden: !1,
212
- isRequired: !1
213
+ isRequired: !1,
214
+ isIncludedInUniqueConstraint: !0
213
215
  },
214
216
  {
215
217
  name: "additionalPhones",