You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: API.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2799,7 +2799,7 @@ Requires the string value to be a valid GUID.
2799
2799
2800
2800
-`options` - optional settings:
2801
2801
-`version` - specifies one or more acceptable versions. Can be an Array or String with the following values:
2802
-
`uuidv1`, `uuidv2`, `uuidv3`, `uuidv4`, `uuidv5`. If no `version` is specified then it is assumed to be a generic `guid`
2802
+
`uuidv1`, `uuidv2`, `uuidv3`, `uuidv4`, `uuidv5`, `uuidv6`, `uuidv7` or `uuidv8`. If no `version` is specified then it is assumed to be a generic `guid`
2803
2803
which will not validate the version or variant of the guid and just check for general structure format.
2804
2804
-`separator` - defines the allowed or required GUID separator where:
2805
2805
-`true` - a separator is required, can be either `:` or `-`.
0 commit comments